S/390: Fix optional operand handling after memory addresses
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-11-08 Tom Tromey <tom@tromey.com>
2
3 PR gdb/23555:
4 PR gdb/23838:
5 * gdb.base/warning.exp: New file.
6
7 2018-11-08 Jan Beulich <jbeulich@suse.com>
8
9 * testsuite/gdb.arch/i386-avx512.c,
10 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
11
12 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
13
14 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
15 point hardware.
16
17 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
18
19 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
20 * gdb.dwarf2/missing-type-name.exp: New file.
21
22 2018-11-06 Tom de Vries <tdevries@suse.de>
23
24 * gdb.base/many-headers.c: New test.
25 * gdb.base/many-headers.exp: New file.
26
27 2018-11-06 Jim Wilson <jimw@sifive.com>
28
29 * gdb.base/code_elim.exp: For riscv, set additional_flags
30 to include -msmall-data-limit=0.
31
32 2018-11-01 Joel Brobecker <brobecker@adacore.com>
33
34 * gdb.ada/watch_minus_l: New testcase.
35
36 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
37
38 * gdb.arch/aix-sighandle.c: New file.
39 * gdb.arch/aix-sighandle.exp: New file.
40
41 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
42
43 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
44 registers being unions.
45
46 2018-10-31 Tom de Vries <tdevries@suse.de>
47
48 * lib/valgrind.exp: New file.
49 (vgdb_start, vgdb_stop): New procs, factored out of ...
50 * gdb.base/valgrind-bt.exp: ... here, ...
51 * gdb.base/valgrind-disp-step.exp: ... here and ...
52 * gdb.base/valgrind-infcall.exp: ... here.
53
54 2018-10-31 Tom de Vries <tdevries@suse.de>
55
56 * lib/gdb.exp (get_valueof): Don't output read value in test name.
57
58 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
59
60 * gdb.dwarf2/void-type.c: New file.
61 * gdb.dwarf2/void-type.exp: New file.
62
63 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
64
65 * gdb.base/info_qt.c: New file.
66 * gdb.base/info_qt.exp: New file.
67
68 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
69
70 * gdb.arch/powerpc-htm-regs.c: New file.
71 * gdb.arch/powerpc-htm-regs.exp: New file.
72
73 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
74
75 * gdb.arch/powerpc-tar.c: New file.
76 * gdb.arch/powerpc-tar.exp: New file.
77
78 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
79
80 * gdb.arch/powerpc-ppr-dscr.c: New file.
81 * gdb.arch/powerpc-ppr-dscr.exp: New file.
82
83 2018-10-25 Tom de Vries <tdevries@suse.de>
84
85 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
86
87 2018-10-24 Tom de Vries <tdevries@suse.de>
88
89 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
90 longer exists error.
91
92 2018-10-24 Tom de Vries <tdevries@suse.de>
93
94 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
95
96 2018-10-24 Tom de Vries <tdevries@suse.de>
97
98 * gdb.base/valgrind-db-attach.exp: Handle removed support for
99 --db-attach in valgrind.
100
101 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
102
103 * gdb.arch/riscv-reg-aliases.c: New file.
104 * gdb.arch/riscv-reg-aliases.exp: New file.
105
106 2018-10-19 Alan Hayward <alan.hayward@arm.com>
107
108 * gdb.python/py-cmd.exp: Check for gdb_prompt.
109
110 2018-10-19 Alan Hayward <alan.hayward@arm.com>
111
112 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
113
114 2018-10-19 Alan Hayward <alan.hayward@arm.com>
115
116 * gdb.cp/ovldbreak.exp: Fix regexps.
117
118 2018-10-19 Alan Hayward <alan.hayward@arm.com>
119
120 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
121
122 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
123
124 PR cli/23785
125 * gdb.base/restore.exp: New test to check if "restore" with an
126 invalid file doesn't segfault.
127
128 2018-10-18 Tom de Vries <tdevries@suse.de>
129
130 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
131 * gdb.ada/excep_handle.exp: Same.
132 * gdb.ada/mi_string_access.exp: Same.
133 * gdb.ada/mi_var_union.exp: Same.
134 * gdb.arch/arc-analyze-prologue.exp: Same.
135 * gdb.arch/arc-decode-insn.exp: Same.
136 * gdb.base/readnever.exp: Same.
137 * gdb.fortran/printing-types.exp: Same.
138 * gdb.guile/scm-lazy-string.exp: Same.
139
140 2018-10-16 Tom de Vries <tdevries@suse.de>
141
142 PR gdb/23730
143 * gdb.base/catch-follow-exec.c: Add copyright notice.
144 * gdb.base/catch-follow-exec.exp: Rewrite to use
145 gdb_spawn_with_cmdline_opts. Require gdb-native.
146
147 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
148
149 * gdb.trace/actions-changed.exp: Check for arch support.
150 * gdb.trace/actions.exp: Likewise.
151 * gdb.trace/ax.exp: Likewise.
152 * gdb.trace/backtrace.exp: Likewise.
153 * gdb.trace/change-loc.exp: Likewise.
154 * gdb.trace/deltrace.exp: Likewise.
155 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
156 * gdb.trace/ftrace.exp: Likewise.
157 * gdb.trace/infotrace.exp: Check for arch support.
158 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
159 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
160 * gdb.trace/mi-tsv-changed.exp: Likewise.
161 * gdb.trace/packetlen.exp: Likewise.
162 * gdb.trace/passc-dyn.exp: Likewise.
163 * gdb.trace/passcount.exp: Likewise.
164 * gdb.trace/pending.exp: Likewise.
165 * gdb.trace/range-stepping.exp: Check for shlib support.
166 * gdb.trace/report.exp: Check for arch support.
167 * gdb.trace/save-trace.exp: Likewise.
168 * gdb.trace/signal.exp: Check for signal support.
169 * gdb.trace/tfind.exp: Check for arch support.
170 * gdb.trace/trace-break.exp: Check for arch and shlib support.
171 * gdb.trace/trace-common.h: Add comment.
172 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
173 * gdb.trace/trace-enable-disable.exp: Likewise.
174 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
175 * gdb.trace/tracecmd.exp: Check for arch support.
176 * gdb.trace/tspeed.exp: Check for shlib and target support.
177 * gdb.trace/tstatus.exp: Check for arch support.
178 * gdb.trace/tsv.exp: Likewise.
179 * gdb.trace/while-dyn.exp: Likewise.
180 * gdb.trace/while-stepping.exp: Likewise.
181 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
182
183 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
184
185 * gdb.trace/tspeed.exp: Remove nowarnings.
186 (prepare_for_trace_test): Declare "global ipalib".
187 * gdb.trace/tspeed.c: Include unistd.h.
188 (main): Remove superfluous printf argument.
189
190 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
191
192 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
193 directory prefix on the filename.
194
195 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
196
197 * gdb.gdb/unittest.exp: Update expected message informing that
198 selftests have been disabled.
199 * gdb.server/unittest.exp: Likewise.
200
201 2018-10-09 Tom de Vries <tdevries@suse.de>
202
203 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
204 with runto_main.
205
206 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
207
208 PR c++/16841
209 * gdb.cp/virtbase2.cc: New file.
210 * gdb.cp/virtbase2.exp: New file.
211
212 2018-10-06 Tom Tromey <tom@tromey.com>
213
214 PR python/19399:
215 * gdb.python/py-inferior.exp: Add architecture test.
216
217 2018-10-06 Tom Tromey <tom@tromey.com>
218
219 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
220 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
221
222 2018-10-06 Tom Tromey <tom@tromey.com>
223
224 * gdb.python/py-breakpoint.exp (check_last_event): Check location
225 of a "throw" catchpoint.
226
227 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
228
229 * gdb.base/info-proc.exp: Update string expected from "help info
230 proc".
231
232 2018-10-04 Tom Tromey <tom@tromey.com>
233
234 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
235 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
236 (test_initial_complaints, test_empty_complaints): Update.
237 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
238
239 2018-10-04 Tom Tromey <tom@tromey.com>
240
241 PR cli/19551:
242 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
243 * lib/gdb.exp (gdb_file_cmd): Update.
244 * gdb.stabs/weird.exp (print_weird_var): Update.
245 * gdb.server/solib-list.exp: Update.
246 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
247 * gdb.mi/mi-cli.exp: Update.
248 * gdb.linespec/linespec.exp: Update.
249 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
250 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
251 * gdb.cp/cp-relocate.exp: Update.
252 * gdb.base/sym-file.exp: Update.
253 * gdb.base/relocate.exp: Update.
254 * gdb.base/readnever.exp: Update.
255 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
256 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
257 * gdb.base/dbx.exp (gdb_file_cmd): Update.
258 * gdb.base/code_elim.exp: Update.
259 * gdb.base/break-unload-file.exp (test_break): Update.
260 * gdb.base/break-interp.exp (test_attach_gdb): Update.
261 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
262 Update.
263 * gdb.base/attach.exp (do_attach_tests): Update.
264 * gdb.base/sepdebug.exp: Update.
265 * gdb.python/py-section-script.exp: Update.
266
267 2018-10-04 Tom Tromey <tom@tromey.com>
268
269 PR cli/22234:
270 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
271 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
272 output.
273
274 2018-10-04 Tom Tromey <tom@tromey.com>
275
276 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
277 set width and height to 0.
278 (test_command_line_attach_run): Use -quiet.
279
280 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
281
282 * lib/gdb.exp (skip_ifunc_tests): New.
283 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
284 other compile failures.
285 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
286
287 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
288
289 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
290 is_amd64_regs_target.
291
292 2018-10-01 Alan Hayward <alan.hayward@arm.com>
293
294 * gdb.arch/aarch64-sighandler-regs.c: New test.
295 * gdb.arch/aarch64-sighandler-regs.exp: New file.
296 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
297
298 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
299
300 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
301 assembly.
302
303 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
304
305 * gdb.base/frame-selection.exp: New file.
306 * gdb.base/frame-selection.c: New file.
307
308 2018-09-27 Alan Hayward <alan.hayward@arm.com>
309
310 * gdb.threads/check-libthread-db.c (thread_routine): Use a
311 pthread barrier.
312 (main): Likewise.
313
314 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
315
316 * gdb.base/large-frame-1.c: New file.
317 * gdb.base/large-frame-2.c: New file.
318 * gdb.base/large-frame.exp: New file.
319 * gdb.base/large-frame.h: New file.
320
321 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
322
323 PR gdb/20948
324 * gdb.base/write_mem.exp: New test.
325 * gdb.base/write_mem.c: Likewise.
326
327 2018-09-23 Tom Tromey <tom@tromey.com>
328
329 PR python/18852:
330 * gdb.python/py-parameter.exp: Add test for parameter that throws
331 on "set".
332
333 2018-09-23 Tom Tromey <tom@tromey.com>
334
335 PR python/17284:
336 * gdb.python/py-template.exp (test_template_arg): Add test for
337 negative template argument number.
338
339 2018-09-23 Tom Tromey <tom@tromey.com>
340
341 PR python/14062:
342 * gdb.python/python.exp: Add test for post_event error.
343
344 2018-09-23 Tom Tromey <tom@tromey.com>
345
346 PR python/18170:
347 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
348 convert pointers to int and long.
349
350 2018-09-23 Tom Tromey <tom@tromey.com>
351
352 PR python/20126:
353 * gdb.python/py-value.exp (test_value_numeric_ops): Add
354 signed-ness conversion tests.
355
356 2018-09-23 Tom Tromey <tom@tromey.com>
357
358 PR python/18352;
359 * gdb.python/py-value.exp (test_float_conversion): New proc.
360 Use it.
361
362 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
363
364 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
365
366 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
367
368 * gdb.base/complete-empty.exp: Skip tab-completion tests if
369 no readline.
370 * gdb.base/utf8-identifiers.exp: Likewise.
371 * gdb.cp/cpcompletion.exp: Likewise.
372 * gdb.linespec/cpcompletion.exp: Likewise.
373 * gdb.linespec/cpls-abi-tag.exp: Likewise.
374 * gdb.linespec/cpls-ops.exp: Likewise.
375
376 2018-09-19 Richard Bunt <richard.bunt@arm.com>
377 Chris January <chris.january@arm.com>
378
379 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
380 * gdb.fortran/short-circuit-argument-list.exp: New file.
381 * gdb.fortran/short-circuit-argument-list.f90: New test.
382
383 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
384
385 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
386 "arch=" keyword when executing "-stack-list-frames".
387
388 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
389
390 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
391 "arch=" keyword when executing "-stack-list-frames".
392
393 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
394
395 * gdb.ada/complete.exp: Expect for "@" when doing "complete
396 break ada".
397
398 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
399
400 PR python/23669
401 * gdb.python/python.exp: Test gdb.execute("show commands").
402
403 2018-09-16 Tom Tromey <tom@tromey.com>
404
405 * gdb.base/new-ui.exp (do_execution_tests): Update.
406 * gdb.base/dbx.exp (test_breakpoints): Update.
407
408 2018-09-14 Alan Hayward <alan.hayward@arm.com>
409
410 * lib/gdb.exp (gdb_simple_compile): Add proc.
411 (is_elf_target): Use gdb_simple_compile.
412 (skip_altivec_tests): Likewise.
413 (skip_vsx_tests): Likewise.
414 (skip_tsx_tests): Likewise.
415 (skip_btrace_tests): Likewise.
416 (skip_btrace_pt_tests): Likewise.
417 (gdb_can_simple_compile): Likewise.
418 (gdb_has_argv0): Likewise.
419 (gdb_target_symbol_prefix): Likewise.
420 (target_supports_scheduler_locking): Likewise.
421
422 2018-09-13 Tom Tromey <tom@tromey.com>
423
424 * Makefile.in (TAGS): Recognize proc_with_prefix and
425 gdb_caching_proc.
426
427 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
428
429 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
430 method.
431
432 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
433
434 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
435 and a few other Inferior properties when the Inferior is no
436 longer valid.
437
438 2018-09-13 Tom Tromey <tom@tromey.com>
439
440 PR rust/23650:
441 * gdb.rust/simple.exp: Add test for enum field access error.
442
443 2018-09-13 Tom Tromey <tom@tromey.com>
444
445 PR rust/23626:
446 * gdb.rust/simple.rs (EmptyEnum): New type.
447 (main): Use it.
448 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
449
450 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
451
452 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
453 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
454 * gdb.python/py-symtab.exp: Update test printing an objfile.
455
456 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
457
458 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
459 object.
460
461 2018-09-12 Alan Hayward <alan.hayward@arm.com>
462
463 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
464 (support_complex_tests): Use gdb_can_simple_compile.
465 (is_ilp32_target): Likewise.
466 (is_lp64_target): Likewise.
467 (is_64_target): Likewise.
468 (is_amd64_regs_target): Likewise.
469 (is_aarch32_target): Likewise.
470 (gdb_int128_helper): Likewise.
471
472 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
473
474 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
475
476 2018-09-10 Jerome Guitton <guitton@adacore.com>
477
478 * gdb.ada/same_component_name: Add test for case of tagged record
479 with variable-length fields.
480
481 2018-09-10 Xavier Roirand <roirand@adacore.com>
482
483 * gdb.ada/access_to_unbounded_array.exp: New testcase.
484 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
485 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
486 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
487
488 2018-09-10 Xavier Roirand <roirand@adacore.com>
489
490 * gdb.ada/mi_string_access.exp: New testcase.
491 * gdb.ada/mi_string_access/bar.adb: New file.
492 * gdb.ada/mi_string_access/pck.adb: New file.
493 * gdb.ada/mi_string_access/pck.asd: New file.
494
495 2018-09-10 Xavier Roirand <roirand@adacore.com>
496
497 * gdb.ada/mi_var_union.exp: New testcase.
498 * gdb.ada/mi_var_union/bar.adb: New file.
499 * gdb.ada/mi_var_union/pck.adb: New file.
500 * gdb.ada/mi_var_union/pck.asd: New file.
501
502 2018-09-08 Tom Tromey <tom@tromey.com>
503
504 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
505
506 2018-09-08 Tom Tromey <tom@tromey.com>
507
508 PR python/16047:
509 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
510 (register_pretty_printers): Register new printer.
511 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
512 test.
513 * gdb.python/py-prettyprint.c (int_type3): New typedef.
514 (an_int_type3): New global.
515
516 2018-09-08 Joel Brobecker <brobecker@adacore.com>
517
518 * gdb.ada/expr_with_funcall: New testcase.
519
520 2018-09-08 Joel Brobecker <brobecker@adacore.com>
521
522 * gdb.ada/packed_array_assign: New testcase.
523
524 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
525
526 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
527 names, and add test prefixes to make test names unique.
528
529 2018-09-05 Tom de Vries <tdevries@suse.de>
530
531 * gdb.dwarf2/varval.exp: Add test.
532
533 2018-09-04 Gary Benson <gbenson@redhat.com>
534
535 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
536 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
537
538 2018-08-31 Tom Tromey <tom@tromey.com>
539
540 * gdb.rust/simple.rs: Rename second variable "v".
541
542 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
543
544 * gdb.base/funcargs.c (use_a): New function.
545 (recurse): Call use_a.
546
547 2018-08-29 Keith Seitz <keiths@redhat.com>
548
549 * gdb.compile/compile-cplus-anonymous.cc: New file.
550 * gdb.compile/compile-cplus-anonymous.exp: New file.
551 * gdb.compile/compile-cplus-array-decay.cc: New file.
552 * gdb.compile/compile-cplus-array-decay.exp: New file.
553 * gdb.compile/compile-cplus-inherit.cc: New file.
554 * gdb.compile/compile-cplus-inherit.exp: New file.
555 * gdb.compile/compile-cplus-member.cc: New file.
556 * gdb.compile/compile-cplus-member.exp: New file.
557 * gdb.compile/compile-cplus-method.cc: New file.
558 * gdb.compile/compile-cplus-method.exp: New file.
559 * gdb.compile/compile-cplus-mod.c: "New" file.
560 * gdb.compile/compile-cplus-namespace.cc: New file.
561 * gdb.compile/compile-cplus-namespace.exp: New file.
562 * gdb.compile/compile-cplus-nested.cc: New file.
563 * gdb.compile/compile-cplus-nested.exp: New file.
564 * gdb.compile/compile-cplus-print.c: "New" file.
565 * gdb.compile/compile-cplus-print.exp: "New" file.
566 * gdb.compile/compile-cplus-virtual.cc: New file.
567 * gdb.compile/compile-cplus-virtual.exp: New file.
568 * gdb.compile/compile-cplus.c: "New" file.
569 * gdb.compile/compile-cplus.exp: "New" file.
570 * lib/compile-support.exp: New file.
571
572 2018-08-16 Gary Benson <gbenson@redhat.com>
573
574 PR gdb/13000:
575 * gdb.base/batch-exit-status.exp: New file.
576 * gdb.base/batch-exit-status.good-commands: Likewise.
577 * gdb.base/batch-exit-status.bad-commands: Likewise.
578
579 2018-08-29 Alan Hayward <alan.hayward@arm.com>
580
581 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
582 (struct struct02): Likewise.
583 (struct struct03): Likewise.
584 (struct struct04): Likewise.
585 (struct struct_01_01): New struct.
586 (struct struct_01_02): Likewise.
587 (struct struct_01_03): Likewise.
588 (struct struct_01_04): Likewise.
589 (struct struct_02_01): Likewise.
590 (struct struct_02_02): Likewise.
591 (struct struct_02_03): Likewise.
592 (struct struct_02_04): Likewise.
593 (struct struct_04_01): Likewise.
594 (struct struct_04_02): Likewise.
595 (struct struct_04_03): Likewise.
596 (struct struct_04_04): Likewise.
597 (struct struct_05_01): Likewise.
598 (struct struct_05_02): Likewise.
599 (struct struct_05_03): Likewise.
600 (struct struct_05_04): Likewise.
601 (cmp_struct01): Remove function.
602 (cmp_struct02): Likewise.
603 (cmp_struct03): Likewise.
604 (cmp_struct04): Likewise.
605 (cmp_struct_01_01): Add Function.
606 (cmp_struct_01_02): Likewise.
607 (cmp_struct_01_03): Likewise.
608 (cmp_struct_01_04): Likewise.
609 (cmp_struct_02_01): Likewise.
610 (cmp_struct_02_02): Likewise.
611 (cmp_struct_02_03): Likewise.
612 (cmp_struct_02_04): Likewise.
613 (cmp_struct_04_01): Likewise.
614 (cmp_struct_04_02): Likewise.
615 (cmp_struct_04_03): Likewise.
616 (cmp_struct_04_04): Likewise.
617 (cmp_struct_05_01): Likewise.
618 (cmp_struct_05_02): Likewise.
619 (cmp_struct_05_03): Likewise.
620 (cmp_struct_05_04): Likewise.
621 (call_all): Add new structs.
622 * gdb.base/infcall-nested-structs.exp: Likewise.
623
624 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
625
626 * gdb.python/py-framefilter-mi.exp: Update regexp to
627 check for "arch" field in frame output.
628
629 2018-08-23 Kevin Buettner <kevinb@redhat.com>
630
631 * gdb.dwarf2/dw2-ranges-func.c: New file.
632 * gdb.dwarf2/dw2-ranges-func.exp: New file.
633
634 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
635
636 * gdb.base/term.exp: Compare terminal settings with values from
637 the inferior.
638 * gdb.base/term.c: Get and set terminal settings.
639
640 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
641
642 * lib/mi-support.exp (mi_expect_stop): Update regexp to
643 accommodate new "arch" field in frame output.
644 * gdb.mi/mi-return.exp: Likewise.
645 * gdb.mi/mi-stack.exp: Likewise.
646 * gdb.mi/mi-syn-frame.exp: Likewise.
647 * gdb.mi/user-selected-context-sync.exp: Likewise.
648
649 2018-08-19 Michael Spang <spang@google.com>
650
651 PR gdb/11786
652 * gdb.base/gcore-tls-pie.c: New file.
653 * gdb.base/gcore-tls-pie.exp: New file.
654
655 2018-08-18 Kevin Buettner <kevinb@redhat.com>
656
657 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
658 * gdb.dwarf2/varval.c: New file.
659 * gdb.dwarf2/varval.exp: New file.
660
661 2018-08-17 Alan Hayward <alan.hayward@arm.com>
662
663 PR gdb/18931
664 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
665
666 2018-08-16 Keith Seitz <keiths@redhat.com>
667
668 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
669 tests expected to pass.
670
671 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
672
673 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
674 -data-disassemble -a.
675 (test_disassembly_bogus_args): Likewise.
676
677 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
678
679 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
680
681 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
682
683 * gdb.base/vla-optimized-out.exp: Add new test.
684
685 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
686
687 * gdb.base/vla-optimized-out-o3.exp: Delete.
688 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
689 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
690 deleted tests.
691
692 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
693
694 PR gdb/18050:
695 * gdb.server/extended-remote-restart.c: New file.
696 * gdb.server/extended-remote-restart.exp: New file.
697
698 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
699
700 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
701 "set variable index = 42".
702
703 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
704
705 * boards/index-cache-gdb.exp: New file.
706 * gdb.dwarf2/index-cache.exp: New file.
707 * gdb.dwarf2/index-cache.c: New file.
708 * gdb.base/maint.exp: Check if we are using the index cache.
709
710 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
711
712 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
713 MAKEFLAGS.
714
715 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
716
717 * dg-extract-results.sh: Move to toplevel contrib.
718 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
719 * Makefile.in (check-parallel-racy): Likewise.
720
721 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
722
723 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
724 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
725 tests if the target supports scheduler locking.
726
727 2018-08-04 Tom de Vries <tdevries@suse.de>
728
729 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
730
731 2018-08-02 Tom Tromey <tom@tromey.com>
732
733 PR symtab/16842.
734 * gdb.cp/temargs.exp: Test "info address" of a template
735 parameter.
736
737 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
738
739 * gdb.python/py-mi-var-info-path-expression.c: New file.
740 * gdb.python/py-mi-var-info-path-expression.py: New file.
741 * gdb.python/py-mi-var-info-path-expression.exp: New file.
742
743 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
744
745 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
746 error after "cannot resolve name" string.
747
748 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
749
750 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
751 started.
752 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
753
754 2018-07-28 Tom de Vries <tdevries@suse.de>
755
756 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
757
758 2018-07-26 Tom de Vries <tdevries@suse.de>
759
760 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
761
762 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
763
764 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
765 is visible.
766
767 2018-07-26 Tom de Vries <tdevries@suse.de>
768
769 PR breakpoints/23366
770 * gdb.base/catch-follow-exec.c: New test.
771 * gdb.base/catch-follow-exec.exp: New file.
772
773 2018-07-25 Tom de Vries <tdevries@suse.de>
774
775 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
776 vla-optimized-out.c.
777
778 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
779
780 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
781 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
782
783 2018-07-20 Tom de Vries <tdevries@suse.de>
784
785 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
786 NOCLONE macro.
787 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
788
789 2018-07-19 Tom de Vries <tdevries@suse.de>
790
791 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
792 regular expression.
793
794 2018-07-18 Tom de Vries <tdevries@suse.de>
795
796 * gdb.base/vla-optimized-out.c: New test.
797 * gdb.base/vla-optimized-out.exp: New file.
798
799 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
800
801 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
802 message "No address associated with hostname" when gdbserver
803 cannot resolve the hostname.
804
805 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
806
807 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
808 Add some test prefixes to make tests unique.
809
810 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
811
812 * gdb.base/frameapply.c: New file.
813 * gdb.base/frameapply.exp: New file.
814
815 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
816
817 * gdb.base/skip.exp: Update expected error message.
818
819 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
820 Jan Kratochvil <jan.kratochvil@redhat.com>
821 Paul Fertser <fercerpav@gmail.com>
822 Tsutomu Seki <sekiriki@gmail.com>
823
824 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
825 parameter.
826 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
827 by default.
828 * boards/native-gdbserver.exp: Likewise.
829 * gdb.server/run-without-local-binary.exp: Improve regexp used
830 for detecting when a remote debugging connection succeeds.
831 * gdb.server/server-connect.exp: New file.
832 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
833 Do not prefix the port number with ":".
834 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
835 support for detecting and using it. Add '$debughost_gdbserver'
836 to the list of arguments used to start gdbserver. Handle case
837 when gdbserver cannot resolve a network name.
838
839 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
840
841 PR c++/23373
842 * gdb.base/ptype-offsets.cc (struct static_member): New
843 struct.
844 (main) <stmember>: New variable.
845 * gdb.base/ptype-offsets.exp: Add test for printing a struct
846 with a static member in it.
847
848 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
849
850 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
851 watchpoints enabled and disabled.
852
853 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
854
855 * gdb.base/examine-backward.exp: Still run tests around address
856 0x0, even if address 0x0 is not readable. Update the pattern for
857 matching address 0x0 in expected output.
858
859 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
860
861 * gdb.base/share-env-with-gdbserver.c (main): Add call to
862 malloc/free.
863
864 2018-07-04 Tom de Vries <tdevries@suse.de>
865
866 * gdb.dwarf2/dw2-error.exp: Update expected error message.
867
868 2018-07-02 Maciej W. Rozycki <macro@mips.com>
869
870 PR tdep/8282
871 * gdb.arch/mips-disassembler-options.exp: New test.
872 * gdb.arch/mips-disassembler-options.s: New test source.
873
874 2018-06-29 Pedro Alves <palves@redhat.com>
875
876 * gdb.threads/names.exp: Adjust expected "info threads" output.
877
878 2018-06-29 Pedro Alves <palves@redhat.com>
879
880 * gdb.opt/inline-break.exp (line number, address): Add "info
881 break" tests.
882
883 2018-06-29 Pedro Alves <palves@redhat.com>
884
885 * gdb.opt/inline-break.c (func1): Add "break here" marker.
886 * gdb.opt/inline-break.exp: Test setting breakpoints by line
887 number and address and running to them.
888
889 2018-06-29 Richard Bunt <richard.bunt@arm.com>
890
891 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
892
893 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
894
895 * lib/compiler.c: Remove executable permission flag.
896
897 2018-06-28 Richard Bunt <richard.bunt@arm.com>
898
899 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
900 code.
901 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
902
903 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
904
905 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
906
907 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
908
909 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
910 address argument is omitted.
911
912 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
913
914 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
915
916 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
917
918 PR gdb/21695
919 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
920 * gdb.base/infoline-reloc-main-from-zero.c: New file.
921
922 2018-06-26 Tom Tromey <tom@tromey.com>
923
924 PR rust/22574:
925 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
926 * gdb.rust/simple.rs (struct SimpleLayout): New.
927
928 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
929
930 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
931 "info registers" output.
932
933 2018-06-21 Richard Bunt <richard.bunt@arm.com>
934
935 * gdb.base/watchpoint-hw-attach.c: New test.
936 * gdb.base/watchpoint-hw-attach.exp: New file.
937
938 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
939
940 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
941 through /bin/sh.
942 * boards/dwarf4-gdb-index.exp: Likewise.
943 * boards/fission-dwp.exp: Likewise.
944
945 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
946
947 * gdb.base/float128.exp: Add comment and improved fail message
948 to the failure case of "print large128" test.
949
950 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
951
952 * configure.ac: Remove AC_PREREQ.
953 * configure: Re-generate.
954
955 2018-06-19 Pedro Alves <palves@redhat.com>
956
957 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
958 (func_extern_caller): New.
959 (main): Call func_extern_caller.
960 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
961 logic change.
962
963 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
964
965 PR gdb/16841
966 * gdb.cp/typedef-base.cc: New file.
967 * gdb.cp/typedef-base.exp: New file.
968
969 2018-06-18 Tom de Vries <tdevries@suse.de>
970
971 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
972
973 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
974 Richard Bunt <Richard.Bunt@arm.com>
975
976 * gdb.threads/attach-slow-waitpid.c: New file.
977 * gdb.threads/attach-slow-waitpid.exp: New file.
978 * gdb.threads/slow-waitpid.c: New file.
979
980 2018-06-14 Pedro Alves <palves@redhat.com>
981
982 * gdb.base/fork-running-state.c: Include <errno.h>.
983 (exit_if_relative_exits): New.
984 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
985 exits.
986 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
987 child exits.
988
989 2018-06-14 Tom de Vries <tdevries@suse.de>
990
991 PR cli/22573
992 * gdb.base/finish-pretty.c: New test.
993 * gdb.base/finish-pretty.exp: New file.
994
995 2018-06-14 Pedro Alves <palves@redhat.com>
996
997 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
998 gdb's expected startup output.
999
1000 2018-06-14 Pedro Alves <palves@redhat.com>
1001
1002 * lib/selftest-support.exp (selftest_setup): Remove inlined
1003 function handling.
1004
1005 2018-06-14 Tom de Vries <tdevries@suse.de>
1006
1007 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1008 matching of breakpoint printing.
1009
1010 2018-06-13 Tom de Vries <tdevries@suse.de>
1011
1012 PR testsuite/23269
1013 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1014 (fork_child): ... here, and ...
1015 (fork_parent): ... here.
1016
1017 2018-06-12 Tom de Vries <tdevries@suse.de>
1018
1019 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1020
1021 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1022 Stephen Roberts <stephen.roberts@arm.com>
1023
1024 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1025 rewrite test to describe action performed, rather than possible
1026 failure.
1027
1028 2018-06-08 Gary Benson <gbenson@redhat.com>
1029
1030 * gdb.threads/check-libthread-db.exp: New file.
1031 * gdb.threads/check-libthread-db.c: Likewise.
1032
1033 2018-06-05 Tom Tromey <tom@tromey.com>
1034
1035 * gdb.base/default.exp: Update expected "show version" output.
1036
1037 2018-06-05 Tom Tromey <tom@tromey.com>
1038
1039 PR cli/12326:
1040 * gdb.cp/static-print-quit.exp: Update.
1041 * lib/gdb.exp (pagination_prompt): Update.
1042 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1043 * gdb.python/python.exp: Update.
1044
1045 2018-06-04 Joel Brobecker <brobecker@adacore.com>
1046
1047 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1048
1049 2018-06-01 Joel Brobecker <brobecker@adacore.com>
1050
1051 * gdb.ada/bp_fun_addr: New testcase.
1052
1053 2018-06-01 Tom Tromey <tom@tromey.com>
1054
1055 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1056 results.
1057 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1058 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1059 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1060 * gdb.base/maint.exp (maint_pass_if): Update.
1061
1062 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1063
1064 * gdb.base/endian.exp: New test.
1065 * gdb.base/endian.c: New test source.
1066
1067 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1068
1069 PR gdb/23203
1070 * gdb.base/bt-selected-frame.c: New file.
1071 * gdb.base/bt-selected-frame.exp: New file.
1072 * lib/gdb.exp (get_current_frame_number): New function.
1073
1074 2018-05-24 Maciej W. Rozycki <macro@mips.com>
1075 Pedro Alves <palves@redhat.com>
1076
1077 * gdb.threads/tls-core.c: Include <stdlib.h>
1078 (thread_proc): Call `abort'.
1079 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1080 (tls_core_test): New procedure, bits factored out from ...
1081 (top level): ... here. Test both native cores and gcore cores.
1082
1083 2018-05-23 Tom Tromey <tom@tromey.com>
1084
1085 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1086
1087 2018-05-23 Tom Tromey <tom@tromey.com>
1088
1089 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1090 symfile_complaints.
1091 (test_short_complaints): Likewise.
1092 (test_empty_complaints): Likewise.
1093 (test_initial_complaints): Update.
1094
1095 2018-05-23 Tom Tromey <tom@tromey.com>
1096
1097 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1098
1099 2018-05-23 Tom Tromey <tom@tromey.com>
1100
1101 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1102 (test_short_complaints): Update.
1103
1104 2018-05-22 Pedro Alves <palves@redhat.com>
1105
1106 * gdb.base/remote.exp: Only gdb_start after compiling the
1107 testcase. Issue "disconnect" before testing "set remote" command
1108 defaults. Issue clean_restart before running to main.
1109
1110 2018-05-22 Pedro Alves <palves@redhat.com>
1111
1112 * gdb.base/remote.exp: Adjust expected output of "show remote
1113 memory-write-packet-size". Add tests for "set remote
1114 memory-write-packet-size 0" and "set remote
1115 memory-write-packet-size fixed/limit".
1116
1117 2018-05-22 Pedro Alves <palves@redhat.com>
1118
1119 PR gdb/22973
1120 * gdb.base/utf8-identifiers.c: New file.
1121 * gdb.base/utf8-identifiers.exp: New file.
1122
1123 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1124
1125 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1126
1127 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1128
1129 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1130
1131 2018-05-18 Tom Tromey <tom@tromey.com>
1132
1133 * gdb.base/ptype-offsets.exp: Update.
1134
1135 2018-05-17 Keith Seitz <keiths@redhat.com>
1136
1137 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1138 in expected breakpoint stop locations.
1139 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1140 move to proper scope to test variable values.
1141 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1142 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1143 New functions.
1144 (main): Call not_inline_func3.
1145 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1146 inline_func1, inline_func2, and inline_func3. Test that when each
1147 breakpoint is hit, GDB properly reports both the stop location
1148 and the backtrace. Repeat tests for temporary breakpoints.
1149
1150 2018-05-15 Maciej W. Rozycki <macro@mips.com>
1151
1152 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1153 rather then trying to access it in determining whether the PID
1154 of `gdbserver' could have been retrieved.
1155
1156 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1157
1158 * gdb.arch/amd64-init-x87-values.S: New file.
1159 * gdb.arch/amd64-init-x87-values.exp: New file.
1160
1161 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1162
1163 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1164
1165 2018-05-04 Tom Tromey <tom@tromey.com>
1166
1167 PR python/22730:
1168 * gdb.python/python.exp: Test multi-line execute.
1169
1170 2018-05-04 Tom Tromey <tom@tromey.com>
1171
1172 PR python/22731:
1173 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1174
1175 2018-05-04 Tom Tromey <tom@tromey.com>
1176
1177 PR gdb/11750:
1178 * gdb.base/define.exp: Test defining a user command inside a user
1179 command.
1180 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1181
1182 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1183 Pedro Alves <palves@redhat.com>
1184
1185 PR breakpoints/19806 and support for PR external/20207.
1186 * gdb.base/watchpoint-unaligned.c: New file.
1187 * gdb.base/watchpoint-unaligned.exp: New file.
1188
1189 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1190
1191 * gdb.base/maint.exp: Make test names unique, use
1192 test_prefix_command_help to test 'help maint info', and remove
1193 repeated test of 'help maint'.
1194
1195 2018-05-04 Tom Tromey <tom@tromey.com>
1196
1197 PR gdb/22619:
1198 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1199 behavior.
1200
1201 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1202
1203 * gdb.base/maint.exp: Process output from 'maint print registers'
1204 line at a time.
1205
1206 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1207
1208 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1209 timeout.
1210
1211 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1212
1213 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1214 filter pattern.
1215
1216 2018-05-02 Pedro Alves <palves@redhat.com>
1217
1218 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1219 to_log_command renames.
1220 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1221
1222 2018-05-02 Tom Tromey <tom@tromey.com>
1223
1224 * gdb.python/py-parameter.exp: Set test message.
1225
1226 2018-05-02 Tom Tromey <tom@tromey.com>
1227
1228 PR python/20084:
1229 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1230 PARAM_ZUINTEGER_UNLIMITED tests.
1231
1232 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1233
1234 PR rust/23124
1235 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1236 when casting.
1237
1238 2018-04-30 Tom Tromey <tom@tromey.com>
1239
1240 * gdb.python/py-type.exp: Check align attribute.
1241 * gdb.python/py-type.c: New "aligncheck" global.
1242
1243 2018-04-30 Tom Tromey <tom@tromey.com>
1244
1245 PR exp/17095:
1246 * gdb.dwarf2/dw2-align.exp: New file.
1247 * gdb.cp/align.exp: New file.
1248 * gdb.base/align.exp: New file.
1249 * lib/gdb.exp (gdb_int128_helper): New proc.
1250 (has_int128_c, has_int128_cxx): New caching procs.
1251
1252 2018-04-27 Tom Tromey <tom@tromey.com>
1253
1254 PR rust/22545:
1255 * gdb.rust/simple.exp: Add inclusive range tests.
1256
1257 2018-04-26 Pedro Alves <palves@redhat.com>
1258
1259 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1260 ifunc breakpoint locations correctly of ifunc breakpoints set
1261 while the program resolves the ifunc.
1262
1263 2018-04-26 Pedro Alves <palves@redhat.com>
1264
1265 * gdb.base/gnu-ifunc-final.c: New file.
1266 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1267 * gdb.base/gnu-ifunc.exp (executable): Delete.
1268 (staticexecutable): Adjust.
1269 (lib_opts, exec_opts): Delete.
1270 (make_binsuffix, build, set-break): New procedures.
1271 (misc_tests): New, with tests factored out from the top level.
1272 (top level): Test different combinations of ifunc resolver name,
1273 resolver with and with debug info, and ifunc target with and
1274 without debug info. Wrap static tests with with_target_prefix.
1275
1276 2018-04-26 Pedro Alves <palves@redhat.com>
1277
1278 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1279 return type" warnings.
1280
1281 2018-04-25 Pedro Alves <palves@redhat.com>
1282
1283 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1284 killed".
1285 * gdb.base/kill-after-signal.exp: Likewise.
1286 * gdb.threads/kill.exp: Likewise.
1287
1288 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1289 Sergio Durigan Junior <sergiodj@redhat.com>
1290 Pedro Alves <palves@redhat.com>
1291
1292 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1293 regexps to expect for '[Inferior ... detached]' as well.
1294 * gdb.base/attach.exp: Likewise.
1295 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1296 "gdb_continue_to_end".
1297 (test_catch_syscall_with_wrong_args): Likewise.
1298 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1299 ']'. Don't set 'verbose' on.
1300 * gdb.base/foll-vfork.exp: Likewise.
1301 * gdb.base/fork-print-inferior-events.c: New file.
1302 * gdb.base/fork-print-inferior-events.exp: New file.
1303 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1304 '[Inferior ... has been killed]' message.
1305 * gdb.base/kill-after-signal.exp: Likewise.
1306 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1307 detach message.
1308 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1309 message.
1310 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1311 regexps to expect for '[Inferior ... detached]' as well.
1312 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1313
1314 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1315
1316 PR gdb/23104
1317 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1318
1319 2018-04-19 Richard Bunt <richard.bunt@arm.com>
1320
1321 * gdb.threads/multiple-successive-infcall.c: New test.
1322 * gdb.threads/multiple-successive-infcall.exp: New file.
1323
1324 2018-04-17 Tom Tromey <tom@tromey.com>
1325
1326 * gdb.rust/simple.rs (Union): New type.
1327 (main): New local "u".
1328 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1329
1330 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1331
1332 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1333 number information in output of "whereis" command.
1334 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1335
1336 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1337
1338 * gdb.ada/info_types.exp: Adjust expected output to the line
1339 numbers now printed by "info var/func/type".
1340 * gdb.base/completion.exp: Likewise.
1341 * gdb.base/included.exp: Likewise.
1342 * gdb.cp/cp-relocate.exp: Likewise.
1343 * gdb.cp/cplusfuncs.exp: Likewise.
1344 * gdb.cp/namespace.exp: Likewise.
1345 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1346
1347 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1348
1349 * gdb.btrace/cpu.exp: New.
1350
1351 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1352
1353 * gdb.base/step-indirect-call-thunk.exp: New.
1354 * gdb.base/step-indirect-call-thunk.c: New.
1355 * gdb.reverse/step-indirect-call-thunk.exp: New.
1356 * gdb.reverse/step-indirect-call-thunk.c: New.
1357
1358 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1359
1360 * gdb.base/pie-fork.c: New file.
1361 * gdb.base/pie-fork.exp: New file.
1362
1363 2018-04-11 Tom Tromey <tom@tromey.com>
1364
1365 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1366
1367 2018-04-10 Pedro Alves <palves@redhat.com>
1368
1369 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1370 exits. Instead loop running forever.
1371 (fork_parent): Run forever too.
1372
1373 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1374
1375 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1376 mi_continue_to_line.
1377 * gdb.mi/mi-stack.c (callee4): Add comment.
1378
1379 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1380
1381 * gdb.mi/mi-stack.exp: Fix indentation.
1382
1383 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1384
1385 PR gdb/22979
1386 * gdb.arch/amd64-osabi.exp: New file.
1387
1388 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1389
1390 PR gdb/22980
1391 * gdb.base/osabi.exp: New file.
1392
1393 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
1394
1395 * gdb.cp/static-typedef-print.exp: New file.
1396 * gdb.cp/static-typedef-print.cc: New file.
1397
1398 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1399
1400 * gdb.ada/varsize_limit: New testcase.
1401
1402 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1403
1404 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1405
1406 * gdb.ada/notcplusplus: New testcase.
1407
1408 * gdb.base/c-linkage-name.c: New file.
1409 * gdb.base/c-linkage-name.exp: New testcase.
1410
1411 2018-03-26 Tom Tromey <tom@tromey.com>
1412
1413 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1414 * gdb.python/py-framefilter.py (name_error): New global.
1415 (ErrorInName.function): Use name_error.
1416
1417 2018-03-26 Tom Tromey <tom@tromey.com>
1418
1419 PR backtrace/15582:
1420 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1421
1422 2018-03-23 Keith Seitz <keiths@redhat.com>
1423
1424 PR c++/22968
1425 * gdb.cp/subtypes.exp: New file.
1426 * gdb.cp/subtypes.h: New file.
1427 * gdb.cp/subtypes.cc: New file.
1428 * gdb.cp/subtypes-2.cc: New file.
1429
1430 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1431
1432 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1433 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1434 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1435 -nostartfiles when compiling the test. Confirm that all registers
1436 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1437
1438 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1439
1440 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1441 option, syntax was wrong anyway.
1442 * gdb.arch/arm-disp-step.exp: Likewise.
1443 * gdb.arch/sparc64-regs.exp: Likewise.
1444 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1445 option, syntax was wrong anyway, switch to use
1446 prepare_for_testing.
1447 * gdb.arch/i386-disp-step.exp: Likewise.
1448
1449 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1450
1451 * gdb.ada/exec_changed.exp: Replace "target_info exists
1452 use_gdb_stub" by "use_gdb_stub".
1453 * gdb.ada/start.exp: Likewise.
1454 * gdb.base/async-shell.exp: Likewise.
1455 * gdb.base/attach-pie-misread.exp: Likewise.
1456 * gdb.base/attach-wait-input.exp: Likewise.
1457 * gdb.base/break-entry.exp: Likewise.
1458 * gdb.base/break-interp.exp: Likewise.
1459 * gdb.base/dprintf-detach.exp: Likewise.
1460 * gdb.base/nostdlib.exp: Likewise.
1461 * gdb.base/solib-nodir.exp: Likewise.
1462 * gdb.base/statistics.exp: Likewise.
1463 * gdb.base/testenv.exp: Likewise.
1464 * gdb.mi/mi-exec-run.exp: Likewise.
1465 * gdb.mi/mi-start.exp: Likewise.
1466 * gdb.multi/dummy-frame-restore.exp: Likewise.
1467 * gdb.multi/multi-arch-exec.exp: Likewise.
1468 * gdb.multi/multi-arch.exp: Likewise.
1469 * gdb.multi/tids.exp: Likewise.
1470 * gdb.multi/watchpoint-multi.exp: Likewise.
1471 * gdb.python/py-events.exp: Likewise.
1472 * gdb.threads/attach-into-signal.exp: Likewise.
1473 * gdb.threads/attach-stopped.exp: Likewise.
1474 * gdb.threads/threadapply.exp: Likewise.
1475 * lib/selftest-support.exp: Likewise.
1476
1477 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1478
1479 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1480
1481 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1482
1483 * gdb.perf/template-breakpoints.cc: New file.
1484 * gdb.perf/template-breakpoints.exp: New file.
1485 * gdb.perf/template-breakpoints.py: New file.
1486
1487 2018-03-19 Tom Tromey <tom@tromey.com>
1488
1489 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1490 y0.
1491 * gdb.rust/simple.exp: Test bare identifier form of struct
1492 initializer.
1493
1494 2018-03-19 Tom Tromey <tom@tromey.com>
1495
1496 * gdb.gdb/observer.exp: Remove.
1497
1498 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1499
1500 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1501 "qualified" option when setting breakpoints.
1502 * gdb.trace/backtrace.exp: Likewise.
1503 * gdb.trace/circ.exp: Likewise.
1504 * gdb.trace/collection.exp: Likewise.
1505 * gdb.trace/disconnected-tracing.exp: Likewise.
1506 * gdb.trace/ftrace-lock.exp: Likewise.
1507 * gdb.trace/ftrace.exp: Likewise.
1508 * gdb.trace/infotrace.exp: Likewise.
1509 * gdb.trace/packetlen.exp: Likewise.
1510 * gdb.trace/passc-dyn.exp: Likewise.
1511 * gdb.trace/qtro.exp: Likewise.
1512 * gdb.trace/read-memory.exp: Likewise.
1513 * gdb.trace/report.exp: Likewise.
1514 * gdb.trace/signal.exp: Likewise.
1515 * gdb.trace/status-stop.exp: Likewise.
1516 * gdb.trace/strace.exp: Likewise.
1517 * gdb.trace/tfind.exp: Likewise.
1518 * gdb.trace/trace-break.exp: Likewise.
1519 * gdb.trace/trace-condition.exp: Likewise.
1520 * gdb.trace/trace-mt.exp: Likewise.
1521 * gdb.trace/tstatus.exp: Likewise.
1522 * gdb.trace/tsv.exp: Likewise.
1523 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1524 * gdb.trace/unavailable.exp: Likewise.
1525 * gdb.trace/while-dyn.exp: Likewise.
1526
1527 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1528
1529 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1530 that libinproctrace is copied to the target.
1531
1532 2018-03-14 Tom Tromey <tom@tromey.com>
1533
1534 PR cli/14977:
1535 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1536 a null pointer.
1537 * gdb.base/wchar.exp: Likewise.
1538
1539 2018-03-14 Tom Tromey <tom@tromey.com>
1540
1541 PR cli/19918:
1542 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1543 flag.
1544
1545 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1546
1547 PR gdb/22841
1548 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1549 "target" to remote_exec.
1550
1551 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1552
1553 PR gdb/22841
1554 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1555 ${board}_upload): Remove.
1556
1557 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1558
1559 * gdb.cp/watch-cp.cc: New test.
1560 * gdb.cp/watch-cp.exp: New file.
1561
1562 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1563
1564 * gdb.base/infcall-nested-structs.exp: New file.
1565 * gdb.base/infcall-nested-structs.c: New file.
1566 * gdb.base/float.exp: Add riscv support.
1567
1568 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1569
1570 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1571 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1572
1573 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1574
1575 * gdb.server/abspath.exp: New file.
1576 * lib/gdb.exp (with_cwd): New procedure.
1577
1578 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1579
1580 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1581 use it.
1582 (gdb_is_target_remote_prompt): New proc.
1583 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1584 (gdb_is_target_native): Pass prompt parameter to
1585 gdb_is_target_1.
1586
1587 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1588
1589 * gdb.base/load-command.c: New file.
1590 * gdb.base/load-command.exp: New file.
1591 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1592 (gdb_is_target_1): ...this, and generalize for other targets
1593 than just remote.
1594 (gdb_is_target_remote): Use gdb_is_target_1.
1595 (gdb_is_target_native): use gdb_is_target_1.
1596
1597 2018-02-26 Tom Tromey <tom@tromey.com>
1598
1599 PR python/16497:
1600 * gdb.python/py-framefilter.exp: Update test.
1601
1602 2018-02-26 Tom Tromey <tom@tromey.com>
1603
1604 * gdb.dwarf2/variant.c: New file.
1605 * gdb.dwarf2/variant.exp: New file.
1606
1607 2018-02-26 Tom Tromey <tom@tromey.com>
1608
1609 * gdb.rust/simple.exp: Accept more possible results in enum test.
1610
1611 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1612
1613 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1614 parentheses.
1615
1616 2018-02-23 Maciej W. Rozycki <macro@mips.com>
1617
1618 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1619 name of a variable: $actual_linejj -> $actual_line.
1620
1621 2018-02-21 John Baldwin <jhb@FreeBSD.org>
1622
1623 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1624
1625 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1626
1627 * gdb.btrace/buffer-size.exp: Do not force BTS.
1628
1629 2018-02-14 Pedro Alves <palves@redhat.com>
1630
1631 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1632 getting a "Quit".
1633
1634 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1635
1636 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1637 Fix test name.
1638
1639 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1640
1641 * gdb.cp/m-static.exp: Check type of optimized out static
1642 member.
1643
1644 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1645
1646 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1647 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1648
1649 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1650 Leszek Swirski <leszeks@google.com>
1651
1652 * gdb.python/py-prettyprint.c
1653 (struct to_string_returns_value_inner,
1654 struct to_string_returns_value_wrapper): New.
1655 (main): Add tsrvw variable.
1656 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1657 ToStringReturnsValueWrapper): New classes.
1658 (register_pretty_printers): Register new pretty-printers.
1659 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1660 recursive pretty printer.
1661 * gdb.python/py-mi.exp: Likewise.
1662
1663 2018-02-01 Leszek Swirski <leszeks@google.com>
1664
1665 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1666 functions with the same name as an include file are parsed
1667 correctly.
1668
1669 2018-02-01 Yao Qi <yao.qi@linaro.org>
1670
1671 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1672 "\[^\r\n\]*".
1673
1674 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1675
1676 * gdb.arch/powerpc-prologue-frame.s: New file.
1677 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1678 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1679
1680 2018-01-31 Joel Brobecker <brobecker@adacore.com>
1681
1682 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1683
1684 2018-01-30 Pedro Alves <palves@redhat.com>
1685
1686 PR gdb/13211
1687 * gdb.base/interrupt-daemon.c: New.
1688 * gdb.base/interrupt-daemon.exp: New.
1689 * gdb.multi/multi-term-settings.c: New.
1690 * gdb.multi/multi-term-settings.exp: New.
1691
1692 2018-01-30 Joel Brobecker <brobecker@adacore.com>
1693
1694 * gdb.base/break.exp: Save the location where the breakpoint
1695 on break.c:47 was actually inserted when debugging the version
1696 compiled at -O2 and use it in the expected output of the "info
1697 break" test performed soon after.
1698
1699 2018-01-22 Pedro Alves <palves@redhat.com>
1700 Sergio Durigan Junior <sergiodj@redhat.com>
1701
1702 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1703 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1704
1705 2018-01-22 Joel Brobecker <brobecker@adacore.com>
1706
1707 * gdb.base/break-include.c, gdb.base/break-include.inc,
1708 gdb.base/break-include.exp: New files.
1709 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1710 line number now being the actual line number where the breakpoint
1711 was inserted.
1712 * gdb.mi/mi-break.exp: Likewise.
1713 * gdb.mi/mi-reverse.exp: Likewise.
1714 * gdb.mi/mi-simplerun.exp: Ditto.
1715
1716 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1717
1718 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1719 varobj.
1720 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1721
1722 2018-01-21 Don Breazeal <donb@codesourcery.com>
1723 Andrew Burgess <andrew.burgess@embecosm.com>
1724
1725 * gdb.mi/basics.c: Add new global.
1726 * gdb.mi/mi-frame-regs.exp: New file.
1727 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1728 case.
1729
1730 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1731
1732 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1733 non-parameter, and on an unknown symbol.
1734
1735 2018-01-19 Tom Tromey <tom@tromey.com>
1736
1737 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1738 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1739
1740 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1741
1742 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1743 setrlimit and chdir to int.
1744
1745 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1746
1747 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1748 function.
1749 (my_tend): Likewise.
1750 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1751 rationale of avoiding FP- and vector instructions.
1752
1753 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1754
1755 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1756 "info reg" with "\[ \t\]*".
1757 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1758 "\[ \t\]+".
1759 * gdb.arch/s390-multiarch.exp: Ditto.
1760 * gdb.base/pc-fp.exp: Ditto.
1761 * gdb.reverse/i386-precsave.exp: Ditto.
1762 * gdb.reverse/i386-reverse.exp: Ditto.
1763 * gdb.reverse/i387-env-reverse.exp: Ditto.
1764 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1765
1766 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1767
1768 * lib/gdb.exp (gdb_compile): Re-enable use of
1769 universal_compile_options for languages other than Rust.
1770
1771 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1772
1773 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1774
1775 2018-01-17 Mike Gulick <mgulick@mathworks.com>
1776
1777 PR gdb/16577
1778 * gdb.base/solib-vanish.exp: New.
1779 * gdb.base/solib-vanish-main.c: New.
1780 * gdb.base/solib-vanish-lib1.c: New.
1781 * gdb.base/solib-vanish-lib2.c: New.
1782
1783 2018-01-17 Yao Qi <yao.qi@linaro.org>
1784
1785 * gdb.compile/compile.exp: Match the address printed for
1786 frame in the output of command "bt".
1787
1788 2018-01-15 Tom Tromey <tom@tromey.com>
1789
1790 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1791 compute sp_reg.
1792
1793 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1794
1795 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1796 to prepare.
1797 (prepare): Return 0 on error, 1 on success.
1798
1799 2018-01-12 Pedro Alves <palves@redhat.com>
1800
1801 * gdb.base/continue-after-aborted-step-over.c: New.
1802 * gdb.base/continue-after-aborted-step-over.exp: New.
1803
1804 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1805
1806 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1807 options when not creating an executable.
1808
1809 2018-01-11 Pedro Alves <palves@redhat.com>
1810
1811 PR remote/22597
1812 * gdb.server/stop-reply-no-thread.c: New file.
1813 * gdb.server/stop-reply-no-thread.exp: New file.
1814
1815 2018-01-10 Pedro Alves <palves@redhat.com>
1816
1817 PR gdb/22670
1818 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1819 functions too. Test setting breakpoints and printing C functions
1820 with no debug info too.
1821 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1822
1823 2018-01-10 Pedro Alves <palves@redhat.com>
1824
1825 PR gdb/22670
1826 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1827 a fail.
1828
1829 2018-01-10 Pedro Alves <palves@redhat.com>
1830
1831 PR gdb/22670
1832 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1833
1834 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1835
1836 * gdb.server/unittest.exp: Match the output in non-development
1837 mode.
1838
1839 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1840
1841 * gdb.gdb/unittest.exp: Match output in non-development mode.
1842
1843 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1844
1845 * gdb.ada/access_tagged_param.exp: Relax expected output
1846 for value of "ObjL" in "continue" to pck.inspect breakpoint
1847 test.
1848
1849 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1850
1851 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1852 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1853
1854 2018-01-05 Pedro Alves <palves@redhat.com>
1855
1856 PR gdb/18653
1857 * gdb.base/libsegfault.exp: New.
1858
1859 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1860
1861 PR gdb/22670
1862 * gdb.ada/access_tagged_param.exp: New file.
1863 * gdb.ada/access_tagged_param/foo.adb: New file.
1864
1865 2018-01-05 Pedro Alves <palves@redhat.com>
1866
1867 PR gdb/22670
1868 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1869 exercise lower case too, and to exercise both full matching and
1870 wild matching.
1871
1872 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1873
1874 * gdb.ada/rename_subscript_param: New testcase.
1875
1876 2018-01-05 Jerome Guitton <guitton@adacore.com>
1877
1878 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1879
1880 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1881
1882 * gdb.ada/convvar_comp: New testcase.
1883
1884 2018-01-05 Xavier Roirand <roirand@adacore.com>
1885
1886 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1887 (My_Table): New global variable.
1888 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1889
1890 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1891
1892 PR gdb/22670
1893 * gdb.ada/maint_with_ada: New testcase.
1894
1895 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1896
1897 PR gdb/22670
1898 * gdb.ada/bp_c_mixed_case: New testcase.
1899
1900 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1901
1902 PR gdb/22670
1903 * gdb.ada/complete.exp: Add "complete break ada" test.
1904
1905 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1906
1907 PR gdb/22670
1908 * gdb.ada/info_addr_mixed_case: New testcase.
1909
1910 2018-01-03 Xavier Roirand <roirand@adacore.com>
1911
1912 * gdb.ada/excep_handle.exp: New testcase.
1913 * gdb.ada/excep_handle/foo.adb: New file.
1914 * gdb.ada/excep_handle/pck.ads: New file.
1915
1916 2018-01-03 Joel Brobecker <brobecker@adacore.com>
1917
1918 * gdb.base/step-line.c: Add extra empty line in copyright header.
1919 * gdb.base/step-line.inp: Likewise.
1920
1921 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1922
1923 * gdb.ada/dyn_stride.exp: Add slice test.
1924
1925 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1926
1927 * gdb.ada/dyn_stride: New testcase.
1928
1929 2017-12-27 Stafford Horne <shorne@gmail.com>
1930
1931 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1932 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1933
1934 2017-12-27 Stafford Horne <shorne@gmail.com>
1935
1936 * gdb.base/reggroups.c: New file.
1937 * gdb.base/reggroups.exp: New file.
1938
1939 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1940
1941 * gdb.dwarf2/ada-valprint-error.c: New file.
1942 * gdb.dwarf2/ada-valprint-error.exp: New file.
1943
1944 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1945
1946 * gdb.ada/assign_arr: New testcase.
1947
1948 2017-12-18 Xavier Roirand <roirand@adacore.com>
1949
1950 * gdb.ada/funcall_ptr: New testcase.
1951
1952 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1953
1954 PR cli/16224
1955 * gdb.base/ptype-offsets.cc: New file.
1956 * gdb.base/ptype-offsets.exp: New file.
1957
1958 2017-12-15 Yao Qi <yao.qi@linaro.org>
1959
1960 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1961 if XML is disabled.
1962
1963 2017-12-15 Xavier Roirand <roirand@adacore.com>
1964
1965 * gdb.ada/same_component_name: New testcase.
1966
1967 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1968
1969 * gdb.ada/str_binop_equal: New testcase.
1970
1971 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1972
1973 * gdb.ada/task_switch_in_core: New testcase.
1974
1975 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1976
1977 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1978 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1979 call test_bkpt_qualified.
1980 (test_bkpt_qualified): New proc.
1981
1982 2017-12-13 Pedro Alves <palves@redhat.com>
1983
1984 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1985 Tighten regexp by matching with an anchor.
1986
1987 2017-12-13 Pedro Alves <palves@redhat.com>
1988
1989 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1990 ("expression with namespace"): New set of tests.
1991 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1992 (Nested::Test_NS::qux): New.
1993 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1994 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1995
1996 2017-12-13 Joel Brobecker <brobecker@adacore.com>
1997
1998 * gdb.base/server-del-break.c: New file.
1999 * gdb.base/server-del-break.exp: New file.
2000
2001 2017-12-12 Stafford Horne <shorne@gmail.com>
2002
2003 * gdb.xml/tdesc-regs.exp: Add or1k support.
2004
2005 2017-12-12 Stafford Horne <shorne@gmail.com>
2006
2007 * gdb.base/bp-permanent.c: Define nop of or1k.
2008
2009 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2010
2011 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2012 output with components being reordered.
2013
2014 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2015
2016 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2017 output with components being reordered.
2018
2019 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2020 Pedro Alves <palves@redhat.com>
2021
2022 * gdb.base/maint.exp (check for .gdb_index): Check also for
2023 .debug_names.
2024 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2025 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2026 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2027 (.gdb_index used after symbol reloading): Support also .debug_names.
2028 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2029
2030 2017-12-08 Yao Qi <yao.qi@linaro.org>
2031
2032 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2033 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2034
2035 2017-12-08 Yao Qi <yao.qi@linaro.org>
2036
2037 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2038 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2039
2040 2017-12-08 Yao Qi <yao.qi@linaro.org>
2041
2042 * gdb.arch/aarch64-tagged-pointer.c: New file.
2043 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2044
2045 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2046
2047 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2048 "int".
2049
2050 2017-12-07 Keith Seitz <keiths@redhat.com>
2051
2052 PR breakpoints/22569
2053 * gdb.linespec/ls-errs.exp: Change expected result of "break
2054 -source this file has spaces.c -line 3".
2055 Check that an explicit source file followed by whitespace is
2056 identified as an invalid explicit location.
2057
2058 2017-12-07 Keith Seitz <keiths@redhat.com>
2059
2060 * gdb.cp/nested-types.cc: New file.
2061 * gdb.cp/nested-types.exp: New file.
2062 * lib/cp-support.exp: Load data-structures.exp library.
2063 (debug_cp_test_ptype_class): New global.
2064 (cp_ptype_class_verbose, next_line): New procedures.
2065 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2066 Add and document new return value.
2067 Switch the list of lines to a queue.
2068 Add support for new `type' key for nested type definitions.
2069 Add debugging/troubleshooting messages.
2070 * lib/data-structures.exp: New file.
2071
2072 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2073
2074 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2075 with proc_with_prefix, don't use with_test_prefix.
2076
2077 2017-12-07 Tom Tromey <tom@tromey.com>
2078
2079 * gdb.base/break.exp: Add test for empty "commands".
2080
2081 2017-12-07 Yao Qi <yao.qi@linaro.org>
2082
2083 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2084 malloc and catch syscall.
2085
2086 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2087
2088 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2089 tests for explicit locations.
2090
2091 2017-12-06 Pedro Alves <palves@redhat.com>
2092
2093 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2094 force-disabling XML descriptions.
2095
2096 2017-12-04 Pedro Alves <palves@redhat.com>
2097
2098 PR gdb/22499
2099 * gdb.arch/amd64-disp-step-avx.S: New file.
2100 * gdb.arch/amd64-disp-step-avx.exp: New file.
2101
2102 2017-12-03 Pedro Alves <palves@redhat.com>
2103
2104 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2105 and <string.h>.
2106 (parent_function): Print distinct messages when waitpid fails, or
2107 the child exits with a signal, or the child exits for an unhandled
2108 reason.
2109 * gdb.threads/process-dies-while-detaching.exp
2110 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2111 it. Wait for both inferior output and GDB's prompt. Use an
2112 indirect spawn id list.
2113 (do_detach): New parameter 'child_exit'. Use it to compute
2114 expected inferior output.
2115 (test_detach, test_detach_watch, test_detach_killed_outside):
2116 Adjust to pass down the expected child exit kind.
2117
2118 2017-12-01 Joel Brobecker <brobecker@adacore.com>
2119 Sergio Durigan Junior <sergiodj@redhat.com>
2120 Pedro Alves <palves@redhat.com>
2121
2122 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2123
2124 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2125
2126 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2127 to 'symbol-file' and 'add-symbol-file' can be
2128 position-independent.
2129
2130 2017-12-01 Yao Qi <yao.qi@linaro.org>
2131
2132 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2133 the URL in copyright header.
2134 * gdb.arch/aarch64-fp.exp: Likewise.
2135 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2136 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2137 * gdb.base/expand-psymtabs.exp: Likewise.
2138 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2139 * gdb.fortran/common-block.exp: Likewise.
2140 * gdb.fortran/common-block.f90: Likewise.
2141 * gdb.fortran/logical.exp: Likewise.
2142 * gdb.fortran/vla-datatypes.f90: Likewise.
2143 * gdb.fortran/vla-sub.f90: Likewise.
2144
2145 2017-11-30 Joel Brobecker <brobecker@adacore.com>
2146
2147 * gdb.ada/repeat_dyn: New testcase.
2148
2149 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2150
2151 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2152 Update for changed thread numbering.
2153 * gdb.cell/bt.exp: Update for changed GDB output.
2154
2155 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2156
2157 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2158 setting isremote by hand.
2159 * boards/dwarf4-gdb-index.exp: Likewise.
2160 * boards/fission.exp: Likewise.
2161 * boards/stabs.exp: Likewise.
2162
2163 2017-11-30 Pedro Alves <palves@redhat.com>
2164
2165 * gdb.linespec/cpls-ops.exp
2166 (check_explicit_skips_function_argument): Extract the underlying
2167 type of size_t instead of hardcoding it.
2168
2169 2017-11-29 Pedro Alves <palves@redhat.com>
2170
2171 PR c++/19436
2172 * gdb.linespec/cpls-abi-tag.cc: New file.
2173 * gdb.linespec/cpls-abi-tag.exp: New file.
2174
2175 2017-11-29 Pedro Alves <palves@redhat.com>
2176
2177 * gdb.base/langs.exp: Use -qualified.
2178 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2179 it.
2180 * gdb.cp/namespace.exp: Use -qualified.
2181 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2182 (overload-3, template-overload, template-ret-type, const-overload)
2183 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2184 procedures.
2185 (test_driver): Call them.
2186 * gdb.cp/save-bp-qualified.cc: New.
2187 * gdb.cp/save-bp-qualified.exp: New.
2188 * gdb.linespec/explicit.exp: Test -qualified.
2189 * lib/completion-support.exp (completion::explicit_opts_list): Add
2190 "-qualified".
2191 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2192
2193 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2194
2195 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2196
2197 2017-11-29 Tom Tromey <tom@tromey.com>
2198
2199 * gdb.base/relocate.exp: Update invalid argument test.
2200 Add new tests for invalid arguments.
2201
2202 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2203
2204 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2205 Return 0 as a long.
2206 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2207
2208 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2209
2210 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2211 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2212 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2213 func ().
2214 * gdb.cp/shadow.cc (B.func): Return 0.
2215
2216 2017-11-27 Joel Brobecker <brobecker@adacore.com>
2217
2218 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2219 expected output in gdb_expect call to allow the exception
2220 message to be present as well. Fix syntax confusion to avoid
2221 TCL thinking that exception_name is an array.
2222
2223 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2224
2225 * gdb.arch/spu-info.c: Include <unistd.h>.
2226 (do_signal_test): Fix broken calls to write.
2227 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2228 Fix checks for empty mailboxes. Update signal tests for corrected
2229 do_signal_test routine. Allow nonzero event status.
2230 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2231 * gdb.cell/arch.exp: Use standard_output_file.
2232 * gdb.cell/break.exp: Likewise.
2233 * gdb.cell/bt.exp: Likewise.
2234 * gdb.cell/core.exp: Likewise.
2235 * gdb.cell/dwarfaddr.exp: Likewise.
2236 * gdb.cell/ea-cache.exp: Likewise.
2237 * gdb.cell/ea-standalone.exp: Likewise.
2238 * gdb.cell/f-regs.exp: Likewise.
2239 * gdb.cell/fork.exp: Likewise.
2240 * gdb.cell/gcore.exp: Likewise.
2241 * gdb.cell/mem-access.exp: Likewise.
2242 * gdb.cell/ptype.exp: Likewise.
2243 * gdb.cell/registers.exp: Likewise.
2244 * gdb.cell/sizeof.exp: Likewise.
2245 * gdb.cell/solib-symbol.exp: Likewise.
2246 * gdb.cell/solib.exp: Likewise.
2247
2248 2017-11-25 Pedro Alves <palves@redhat.com>
2249
2250 * gdb.base/complete-empty.exp: New file.
2251 * gdb.base/completion.exp: Adjust.
2252
2253 2017-11-25 Pedro Alves <palves@redhat.com>
2254
2255 * gdb.linespec/cpls-ops.cc: New file.
2256 * gdb.linespec/cpls-ops.exp: New file.
2257 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2258 factored out from ...
2259 (test_complete_prefix_range): ... this.
2260
2261 2017-11-24 Pedro Alves <palves@redhat.com>
2262
2263 * gdb.linespec/cpcompletion.exp: New file.
2264 * gdb.linespec/cpls-hyphen.cc: New file.
2265 * gdb.linespec/cpls.cc: New file.
2266 * gdb.linespec/cpls2.cc: New file.
2267 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2268 test to use test_gdb_complete_unique. Add label completion,
2269 keyword completion and explicit location completion tests.
2270 * lib/completion-support.exp: New file.
2271
2272 2017-11-24 Joel Brobecker <brobecker@adacore.com>
2273
2274 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2275 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2276 when hitting an exception catchpoint.
2277
2278 2017-11-22 Yao Qi <yao.qi@linaro.org>
2279
2280 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2281
2282 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2283
2284 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2285 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2286 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2287
2288 2017-11-22 Yao Qi <yao.qi@linaro.org>
2289
2290 * gdb.base/info-os.exp: Pass pthreads.
2291 * gdb.multi/multi-attach.exp: Likewise.
2292
2293 2017-11-22 Yao Qi <yao.qi@linaro.org>
2294
2295 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2296 compiler.
2297
2298 2017-11-22 Yao Qi <yao.qi@linaro.org>
2299
2300 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2301 * gdb.base/break-interp.exp: Likewise.
2302 * gdb.base/jit-attach-pie.exp: Likewise.
2303
2304 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2305
2306 * gdb.base/float128.c (large128): New variable.
2307 * gdb.base/float128.exp: Add test to print largest __float128 value.
2308
2309 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2310
2311 * gdb.arch/vsx-regs.exp: Update register content checks.
2312
2313 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2314
2315 * gdb.arch/ppc-longdouble.exp: New file.
2316 * gdb.arch/ppc-longdouble.c: Likewise.
2317
2318 2017-11-21 Pedro Alves <palves@redhat.com>
2319
2320 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2321
2322 2017-11-20 Pedro Alves <palves@redhat.com>
2323
2324 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2325 (long_double_typedef): New typedefs.
2326 Use DEF on double and long double.
2327 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2328 cases.
2329 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2330 and 'long_double_ptr_same_size' locals. Use them to decide
2331 whether cast from array/function to float is valid/invalid.
2332
2333 2017-11-17 Tom Tromey <tom@tromey.com>
2334
2335 * gdb.rust/traits.rs: New file.
2336 * gdb.rust/traits.exp: New file.
2337
2338 2017-11-17 Joel Brobecker <brobecker@adacore.com>
2339
2340 * gdb.ada/minsyms: New testcase.
2341
2342 2017-11-16 Pedro Alves <palves@redhat.com>
2343
2344 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2345 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2346
2347 2017-11-16 Pedro Alves <palves@redhat.com>
2348
2349 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2350 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2351
2352 2017-11-16 Pedro Alves <palves@redhat.com>
2353
2354 * gdb.server/reconnect-ctrl-c.c: New file.
2355 * gdb.server/reconnect-ctrl-c.exp: New file.
2356
2357 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2358
2359 * gdb.python/py-rbreak.exp: New file.
2360 * gdb.python/py-rbreak.c: New file.
2361 * gdb.python/py-rbreak-func2.c: New file.
2362
2363 2017-11-16 Pedro Alves <palves@redhat.com>
2364
2365 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2366 pattern.
2367 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2368 GDB.
2369
2370 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2371
2372 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2373 regex.
2374
2375 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2376
2377 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2378 test names.
2379
2380 2017-11-09 Pedro Alves <palves@redhat.com>
2381
2382 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2383 factored out from ...
2384 (top level): ... here, and adjusted to avoid expecting beyond the
2385 prompt in a single gdb_test_multiple.
2386
2387 2017-11-09 Pedro Alves <palves@redhat.com>
2388
2389 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2390 output.
2391 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2392 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2393 * gdb.server/ext-run.exp ("kill" test): Likewise.
2394 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2395
2396 2017-11-09 Pedro Alves <palves@redhat.com>
2397
2398 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2399 match till end of line.
2400
2401 2017-11-09 Pedro Alves <palves@redhat.com>
2402
2403 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2404
2405 2017-11-09 Pedro Alves <palves@redhat.com>
2406
2407 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2408 New procedures, factored out from ...
2409 (top level): ... here, and adjusted to avoid expecting beyond the
2410 prompt in one go.
2411
2412 2017-11-09 Pedro Alves <palves@redhat.com>
2413
2414 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2415 output. Fix '?' match.
2416
2417 2017-11-08 Joel Brobecker <brobecker@adacore.com>
2418
2419 * gdb.ada/scoped_watch: New testcase.
2420 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2421 which is actually correct.
2422 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2423 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2424
2425 2017-11-08 Pedro Alves <palves@redhat.com>
2426
2427 * gdb.gdb/complaints.exp (test_initial_complaints)
2428 (test_serial_complaints, test_short_complaints): Call
2429 complaint_internal instead of complaint.
2430
2431 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2432
2433 * gdb.threads/tls-core.c: New file.
2434 * gdb.threads/tls-core.exp: Likewise.
2435
2436 2017-11-08 Pedro Alves <palves@redhat.com>
2437
2438 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2439 (p Exported_Capitalized): New test.
2440 (p exported_capitalized): New test.
2441
2442 2017-11-07 Pedro Alves <palves@redhat.com>
2443
2444 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2445
2446 2017-11-07 Pedro Alves <palves@redhat.com>
2447
2448 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2449 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2450 (disable_invalid, disable_inverted, disable_negative): New
2451 procedures.
2452 ("bad numbers"): New set of tests.
2453
2454 2017-11-07 Pedro Alves <palves@redhat.com>
2455
2456 * gdb.cp/ena-dis-br-range.exp: Add tests.
2457
2458 2017-11-07 Pedro Alves <palves@redhat.com>
2459
2460 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2461
2462 2017-11-07 Xavier Roirand <roirand@adacore.com>
2463 Pedro Alves <palves@redhat.com>
2464
2465 * gdb.base/ena-dis-br.exp: Add reference to
2466 gdb.cp/ena-dis-br-range.exp.
2467 * gdb.cp/ena-dis-br-range.exp: New file.
2468 * gdb.cp/ena-dis-br-range.cc: New file.
2469
2470 2017-11-06 Pedro Alves <palves@redhat.com>
2471
2472 * gdb.base/attach-non-pgrp-leader.c: New.
2473 * gdb.base/attach-non-pgrp-leader.exp: New.
2474
2475 2017-11-06 Pedro Alves <palves@redhat.com>
2476
2477 * configure.ac: No longer check for termio.h and sgtty.h.
2478 * configure: Regenerate.
2479 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2480 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2481 Remove termio and sgtty code.
2482
2483 2017-11-03 Yao Qi <yao.qi@linaro.org>
2484
2485 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2486 in GDB is disabled.
2487
2488 2017-11-03 Yao Qi <yao.qi@linaro.org>
2489
2490 * gdb.python/py-thrhandle.exp: Skip it if python is not
2491 enabled.
2492
2493 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2494
2495 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2496 as a breakpoint command.
2497
2498 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2499
2500 PR python/21213
2501 * gdb.python/py-infthread.exp: Test calling
2502 InferiorThread.inferior () multiple times in a row.
2503
2504 2017-10-27 Keith Seitz <keiths@redhat.com>
2505
2506 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2507 Test "info break" for every inlined function breakpoint.
2508
2509 2017-10-27 Yao Qi <yao.qi@linaro.org>
2510
2511 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2512
2513 2017-10-26 Patrick Frants <osscontribute@gmail.com>
2514
2515 * gdb.cp/classes.exp (test_static_members): Test printing
2516 Outer::instance.
2517 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2518 (Inner::instance, Outer::instance): New.
2519
2520 2017-10-24 Pedro Alves <palves@redhat.com>
2521
2522 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2523 extra console" test in two stages.
2524
2525 2017-10-24 Pedro Alves <palves@redhat.com>
2526
2527 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2528
2529 2017-10-24 Pedro Alves <palves@redhat.com>
2530
2531 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2532 loop.
2533
2534 2017-10-24 Pedro Alves <palves@redhat.com>
2535
2536 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2537 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2538
2539 2017-10-24 Pedro Alves <palves@redhat.com>
2540
2541 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2542 parameter and handle it. Don't output read value in test name.
2543
2544 2017-10-24 Pedro Alves <palves@redhat.com>
2545
2546 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2547 custom test name.
2548
2549 2017-10-24 Pedro Alves <palves@redhat.com>
2550
2551 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2552 include the unstable output directory name in the test's name.
2553 (initial_setup_simple) <'set args'>: Use custom test name.
2554
2555 2017-10-24 Pedro Alves <palves@redhat.com>
2556
2557 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2558 with explicit test name.
2559
2560 2017-10-20 Pedro Alves <palves@redhat.com>
2561
2562 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2563 'wait -i'. Use gdb_assert and remote_close.
2564
2565 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2566
2567 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2568 number from variable rather than hard-coded.
2569
2570 2017-10-19 Pedro Alves <palves@redhat.com>
2571
2572 * gdb.base/long-inferior-output.c: New file.
2573 * gdb.base/long-inferior-output.exp: New file.
2574
2575 2017-11-18 Keith Seitz <keiths@redhat.com>
2576
2577 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2578 method.
2579 (main): Call it.
2580 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2581 Add additional user-defined conversion operator tests.
2582
2583 2017-10-17 Pedro Alves <palves@redhat.com>
2584
2585 * boards/native-stdio-gdbserver.exp: Load "local-board".
2586
2587 2017-10-17 Pedro Alves <palves@redhat.com>
2588
2589 * gdb.base/quit-live.c: New file.
2590 * gdb.base/quit-live.exp: New file.
2591
2592 2017-10-16 Keith Seitz <keiths@redhat.com>
2593
2594 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2595 (class_with_protected_typedef, class_with_private_typedef)
2596 (struct_with_public_typedef, struct_with_protected_typedef)
2597 (struct_with_private_typedef): New classes/structs.
2598 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2599 typedefs and access specifiers.
2600
2601 2017-10-16 Pedro Alves <palves@redhat.com>
2602 Simon Marchi <simon.marchi@polymtl.ca>
2603
2604 * README (Local vs Remote vs Native): New section.
2605 * boards/local-board.exp: New file, with bits factored out from
2606 ...
2607 * boards/native-extended-gdbserver.exp: ... here. Load
2608 "local-board".
2609 * boards/native-gdbserver.exp: Load "local-board".
2610 (${board}_spawn, ${board}_exec): Delete.
2611 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2612 ...
2613 * boards/stdio-gdbserver-base.exp: ... this new file.
2614 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2615 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2616 procedure.
2617 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2618 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2619 stdio_gdbserver_command.
2620 (${board}_get_remote_address, ${board}_get_comm_port)
2621 (${board}_download, ${board}_upload): Delete.
2622 (get_target_remote_pipe_cmd): New.
2623
2624 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2625
2626 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2627 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2628 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2629 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2630 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2631 remove with_test_prefix.
2632
2633 2017-10-13 Pedro Alves <palves@redhat.com>
2634
2635 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2636 * gdb.base/annota1.exp: Use it instead of is_remote.
2637 * gdb.base/annota3.exp: Use it instead of is_remote.
2638 * gdb.cp/annota2.exp: Use it instead of is_remote.
2639 * gdb.cp/annota3.exp: Use it instead of is_remote.
2640 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2641
2642 2017-10-13 Pedro Alves <palves@redhat.com>
2643
2644 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2645 (test_num_test_vars, run_and_count_vars, find_env)
2646 (test_set_unset_env, test_inherit_env_var): New procedures.
2647 (top level): Use them.
2648
2649 2017-10-13 Pedro Alves <palves@redhat.com>
2650
2651 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2652 also skip on stub-like targets.
2653
2654 2017-10-13 Pedro Alves <palves@redhat.com>
2655
2656 PR gdb/22293
2657 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2658 (top level): Move some tests to ...
2659 (test_not_found): ... this new procedure.
2660 (top level): Call it.
2661
2662 2017-10-13 Pedro Alves <palves@redhat.com>
2663
2664 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2665 expect different "info terminal" output if testing with a
2666 non-native target.
2667
2668 2017-10-13 Pedro Alves <palves@redhat.com>
2669 Simon Marchi <simon.marchi@polymtl.ca>
2670
2671 PR python/12966
2672 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2673
2674 2017-10-13 Pedro Alves <palves@redhat.com>
2675
2676 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2677 already.
2678
2679 2017-10-13 Pedro Alves <palves@redhat.com>
2680
2681 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2682 is_remote.
2683
2684 2017-10-13 Pedro Alves <palves@redhat.com>
2685
2686 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2687 is_remote.
2688
2689 2017-10-13 Pedro Alves <palves@redhat.com>
2690
2691 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2692 is set.
2693 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2694 instead of is_remote.
2695
2696 2017-10-13 Pedro Alves <palves@redhat.com>
2697
2698 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2699 (top level): Add comment.
2700
2701 2017-10-13 Pedro Alves <palves@redhat.com>
2702
2703 * gdb.base/remote.exp (top level): Fix comment typo and add
2704 missing return.
2705
2706 2017-10-13 Pedro Alves <palves@redhat.com>
2707 Simon Marchi <simon.marchi@polymtl.ca>
2708
2709 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2710 calls and add comments. Skip test if use_gdb_stub is set.
2711 (top level): Use "set cwd" command instead of "cd" command.
2712
2713 2017-10-13 Pedro Alves <palves@redhat.com>
2714
2715 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2716 is_remote target check.
2717
2718 2017-10-13 Pedro Alves <palves@redhat.com>
2719
2720 * gdb.base/scope.exp: Use build_executable + clean_restart +
2721 gdb_file_cmd instead of prepare_for_testing and no longer skip
2722 "before run" tests on is_remote target boards. Update comments.
2723 * boards/native-extended-gdbserver.exp
2724 (extended_gdbserver_load_last_file): New, factored out from ...
2725 (gdb_load): ... this. Move further below and add comment.
2726 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2727
2728 2017-10-12 Pedro Alves <palves@redhat.com>
2729
2730 * gdb.base/attach.exp: Remove references to gdb64.
2731 * gdb.base/dbx.exp: Remove references to gdb64.
2732
2733 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2734 Pedro Alves <palves@redhat.com>
2735
2736 * gdb.base/label.exp: Remove is_remote target check.
2737
2738 2017-10-12 Pedro Alves <palves@redhat.com>
2739
2740 * gdb.base/auvx.exp (coredir): Update comment.
2741 (top level) <core_works>: Use "set cwd" command instead of "cd"
2742 command.
2743
2744 2017-10-12 Pedro Alves <palves@redhat.com>
2745 Simon Marchi <simon.marchi@polymtl.ca>
2746
2747 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2748 target boards.
2749
2750 2017-10-12 Pedro Alves <palves@redhat.com>
2751 Simon Marchi <simon.marchi@polymtl.ca>
2752
2753 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2754 Instead skip if there's any gdb_protocol set.
2755
2756 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2757 Pedro Alves <palves@redhat.com>
2758
2759 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2760
2761 2017-10-12 Pedro Alves <palves@redhat.com>
2762 Simon Marchi <simon.marchi@polymtl.ca>
2763
2764 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2765 instead of on dejagnu remote boards.
2766
2767 2017-10-12 Pedro Alves <palves@redhat.com>
2768 Simon Marchi <simon.marchi@polymtl.ca>
2769
2770 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2771 checks. Use build_executable + clean_restart instead of
2772 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2773 of enabling non-stop after starting gdb.
2774
2775 2017-10-12 Pedro Alves <palves@redhat.com>
2776
2777 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2778 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2779 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2780 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2781
2782 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2783
2784 * gdb.arch/arc-tdesc-cpu.exp: New file.
2785 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2786
2787 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2788
2789 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2790
2791 2017-10-10 Pedro Alves <palves@redhat.com>
2792
2793 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2794 expect CLI output.
2795
2796 2017-10-10 Pedro Alves <palves@redhat.com>
2797
2798 * lib/selftest-support.exp (selftest_setup): Update for
2799 captured_command_loop's prototype change.
2800
2801 2017-10-09 Pedro Alves <palves@redhat.com>
2802
2803 Test both arch1=>arch2 and arch2=>arch1.
2804
2805 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2806 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2807 factored out to...
2808 (append_arch1_options, append_arch2_options, append_arch_options)
2809 (build_executables): New procedures.
2810 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2811 local.
2812 (top level): Add new 'first_arch' testing axis.
2813
2814 2017-10-09 Pedro Alves <palves@redhat.com>
2815
2816 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2817 (barrier): New.
2818 (thread_start, all_started): New functions.
2819 (main): Spawn new thread and wait until it is scheduled.
2820 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2821 option.
2822 (do_test): Add 'selected_thread' parameter. Run to all_started
2823 instead of main. Explicitly set the breakpoint at main. Switch
2824 to the SELECTED_THREAD thread.
2825 (top level): Test handling the exec event with either the main
2826 thread or the second thread selected.
2827
2828 2017-10-09 Pedro Alves <palves@redhat.com>
2829
2830 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2831 logic. Move STOP marker after the value checks.
2832 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2833 regexp.
2834
2835 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2836
2837 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2838
2839 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2840
2841 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2842 integer-to-dfp conversion.
2843 * gdb.base/dfp-test.exp: Likewise.
2844
2845 2017-10-04 Pedro Alves <palves@redhat.com>
2846
2847 * gdb.multi/hangout.c: Include <unistd.h>.
2848 (hangout_loop): New function.
2849 (main): Call alarm. Call hangout_loop in a loop.
2850 * gdb.multi/hello.c: Include <unistd.h>.
2851 (hello_loop): New function.
2852 (main): Call alarm. Call hangout_loop in a loop.
2853 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2854 inferior with the other selected.
2855
2856 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2857
2858 * gdb.mi/list-thread-groups-available.exp: New file.
2859 * gdb.mi/list-thread-groups-available.c: New file.
2860
2861 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2862
2863 * gdb.base/set-cwd.exp: Make it available on
2864 native-extended-gdbserver.
2865
2866 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2867
2868 * gdb.base/set-cwd.c: New file.
2869 * gdb.base/set-cwd.exp: Likewise.
2870
2871 2017-10-02 Tom Tromey <tom@tromey.com>
2872
2873 PR rust/22236:
2874 * gdb.rust/simple.rs (main): New variable "fslice".
2875 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2876
2877 2017-10-02 Tom Tromey <tom@tromey.com>
2878
2879 * gdb.rust/simple.exp: Test ptype of a slice.
2880
2881 2017-10-02 Tom Tromey <tom@tromey.com>
2882
2883 * gdb.rust/simple.exp: Test index of slice.
2884
2885 2017-09-27 Tom Tromey <tom@tromey.com>
2886
2887 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2888
2889 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2890 Pedro Alves <palves@redhat.com>
2891
2892 * gdb.base/compare-sections.exp (get value of read-only section): Read
2893 as unsigned value.
2894 (corrupt read-only section): Likewise and don't set written if patching
2895 failed.
2896
2897 2017-09-21 Kevin Buettner <kevinb@redhat.com>
2898
2899 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2900 files.
2901
2902 2017-09-20 Pedro Alves <palves@redhat.com>
2903
2904 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2905 symbol names in gdb's output.
2906 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2907
2908 2017-09-20 Pedro Alves <palves@redhat.com>
2909
2910 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2911 Rename to ...
2912 (test_list_ambiguous_symbol): ... this and add a symbol name
2913 parameter. Adjust.
2914 (test_list_ambiguous_function): Reimplement on top of
2915 test_list_ambiguous_symbol and also test listing ambiguous
2916 variables.
2917 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2918 (ambiguous_fun): ... this.
2919 (ambiguous_var): New.
2920 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2921 (ambiguous_fun): ... this.
2922 (ambiguous_var): New.
2923
2924 2017-09-19 John Baldwin <jhb@FreeBSD.org>
2925
2926 * gdb.base/starti.c: New file.
2927 * gdb.base/starti.exp: New file.
2928 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2929
2930 2017-09-14 Pedro Alves <palves@redhat.com>
2931
2932 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2933 (top level): Use it instead of runto.
2934
2935 2017-09-11 Tom Tromey <tom@tromey.com>
2936
2937 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2938
2939 2017-09-11 Tom Tromey <tom@tromey.com>
2940
2941 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2942 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2943
2944 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2945
2946 * gdb.fortran/printing-types.exp: New file.
2947 * gdb.fortran/printing-types.exp: New file.
2948
2949 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2950
2951 * gdb.fortran/vla-ptype.exp: Fix typos.
2952 * gdb.fortran/vla-value.exp: Same.
2953
2954 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2955
2956 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2957 * gdb.mi/mi-var-child-f.exp: Likewise.
2958 * gdb.mi/mi-vla-fortran.exp: Likewise.
2959
2960 2017-09-08 Frank Penczek <frank.penczek@intel.com>
2961 Christoph Weinmann <christoph.t.weinmann@intel.com>
2962 Bernhard Heckel <bernhard.heckel@intel.com>
2963
2964 * gdb.fortran/ptr-indentation.f90: New file.
2965 * gdb.fortran/ptr-indentation.exp: New file.
2966
2967 2017-09-05 Tom Tromey <tom@tromey.com>
2968
2969 PR gdb/22010:
2970 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2971
2972 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2973
2974 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2975
2976 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2977
2978 * gdb.threads/tls-nodebug-pie.c: New file.
2979 * gdb.threads/tls-nodebug-pie.exp: New file.
2980
2981 2017-09-05 Tom Tromey <tom@tromey.com>
2982
2983 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2984 for rust.
2985
2986 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2987
2988 * gdb.multi/multi-arch-exec.exp: Test with different
2989 "follow-exec-mode" settings.
2990 (do_test): New procedure.
2991
2992 2017-09-04 Pedro Alves <palves@redhat.com>
2993
2994 * gdb.base/func-static.c (S::method const, S::method volatile)
2995 (S::method volatile const): New methods.
2996 (c_s, v_s, cv_s): New instances.
2997 (main): Call method() on them.
2998 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2999 (cannot_resolve): New procedure.
3000 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3001 print-quote-unquoted columns.
3002 (do_test): Test printing each scope too.
3003
3004 2017-09-04 Pedro Alves <palves@redhat.com>
3005
3006 * gdb.base/local-static.exp: Also test with
3007 class::method::variable wholly quoted.
3008 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3009
3010 2017-09-04 Pedro Alves <palves@redhat.com>
3011
3012 * gdb.base/local-static.c: New.
3013 * gdb.base/local-static.cc: New.
3014 * gdb.base/local-static.exp: New.
3015
3016 2017-09-04 Pedro Alves <palves@redhat.com>
3017
3018 * gdb.asm/asm-source.exp: Add casts to int.
3019 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3020 (dataglobal64_1, dataglobal64_2): New globals.
3021 * gdb.base/nodebug.exp: Test different expressions involving the
3022 new globals, with print, whatis and ptype. Add casts to int.
3023 * gdb.base/solib-display.exp: Add casts to int.
3024 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3025 * gdb.cp/m-static.exp: Add cast to int.
3026 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3027 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3028 tls variable with no debug info without a cast. Test with a cast
3029 to int too.
3030 * gdb.trace/entry-values.exp: Add casts.
3031
3032 2017-09-04 Pedro Alves <palves@redhat.com>
3033
3034 * gdb.base/nodebug.exp: Test that ptype's error about functions
3035 with unknown return type includes the function name too.
3036
3037 2017-09-04 Pedro Alves <palves@redhat.com>
3038
3039 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3040 return type of munmap in infcall.
3041 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3042 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3043 type of ftell in infcall.
3044 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3045 type of getpid in infcall.
3046 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3047 infcall.
3048 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3049 Bail on failure to extract the pid.
3050 * gdb.base/nodebug.c: #include <stdint.h>.
3051 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3052 New functions.
3053 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3054 Change expected output of print/whatis/ptype with functions with
3055 no debug info. Test all supported languages. Call
3056 test_call_promotion.
3057 * gdb.compile/compile.exp: Adjust expected output to expect
3058 warning.
3059 * gdb.threads/siginfo-threads.exp: Likewise.
3060
3061 2017-09-04 Pedro Alves <palves@redhat.com>
3062
3063 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3064 "prototypes". Test calling float functions via prototyped and
3065 unprototyped function pointers.
3066 (perform_all_tests): New parameter "prototypes". Pass it down.
3067 (top level): Pass down "prototypes" parameter to
3068 perform_all_tests.
3069
3070 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3071
3072 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3073 Test with nested loops.
3074
3075 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3076
3077 * gdb.base/commands.exp: Call the new procedures.
3078 (loop_break_test, loop_continue_test): New procedures.
3079
3080 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3081
3082 * gdb.base/commands.exp: Call new procedure.
3083 (define_if_without_arg_test): New procedure.
3084
3085 2017-09-04 Pedro Alves <palves@redhat.com>
3086
3087 * gdb.base/list-ambiguous.exp: New file.
3088 * gdb.base/list-ambiguous0.c: New file.
3089 * gdb.base/list-ambiguous1.c: New file.
3090 * gdb.base/list.exp (test_list_range): Adjust expected output.
3091
3092 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3093
3094 * gdb.base/share-env-with-gdbserver.c: New file.
3095 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3096
3097 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3098
3099 * gdb.base/commands.exp (gdbvar_simple_if_test,
3100 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3101 progvar_simple_if_test, progvar_simple_while_test,
3102 progvar_complex_if_while_test, user_defined_command_test,
3103 user_defined_command_args_eval,
3104 user_defined_command_args_stack_test,
3105 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3106 temporary_breakpoint_commands,
3107 gdb_test_no_prompt, redefine_hook_test,
3108 redefine_backtrace_test): Remove "global gdb_prompt".
3109
3110 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3111
3112 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3113 New proc, call it from toplevel.
3114
3115 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3116
3117 PR remote/21852
3118 * gdb.server/normal.c: New file, copied from gdb.base.
3119 * gdb.server/run-without-local-binary.exp: New file.
3120
3121 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
3122
3123 * gdb.arch/sparc64-adi.exp: New file.
3124 * gdb.arch/sparc64-adi.c: New file.
3125
3126 2017-08-22 Pedro Alves <palves@redhat.com>
3127
3128 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3129 (top level): Add "list all overloads" tests.
3130
3131 2017-08-22 Tom Tromey <tom@tromey.com>
3132
3133 * gdb.gdb/xfullpath.exp: Remove.
3134
3135 2017-08-21 Pedro Alves <palves@redhat.com>
3136
3137 PR gdb/19487
3138 * gdb.base/symbol-alias.c: New.
3139 * gdb.base/symbol-alias2.c: New.
3140 * gdb.base/symbol-alias.exp: New.
3141
3142 2017-08-21 Pedro Alves <palves@redhat.com>
3143
3144 * gdb.base/dfp-test.c
3145 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3146 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3147 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3148 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3149 * gdb.base/whatis-ptype-typedefs.c: New.
3150 * gdb.base/whatis-ptype-typedefs.exp: New.
3151 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3152 (an_int, an_int_type, an_int_type2): New globals.
3153 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3154 involving typedefs and cast expressions.
3155 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3156 (lookup_typedefs_function): New.
3157 (typedefs_pretty_printers_dict): New.
3158 (top level): Register lookup_typedefs_function in
3159 gdb.pretty_printers.
3160
3161 2017-08-18 Yao Qi <yao.qi@linaro.org>
3162
3163 * gdb.server/unittest.exp: New.
3164
3165 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3166
3167 PR gdb/21954
3168 * gdb.base/environ.exp: Add test to check if 'unset environment'
3169 works.
3170
3171 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3172
3173 * lib/gdb.exp (universal_compile_options): New caching proc.
3174 (gdb_compile): Suppress GCC's coloring of messages.
3175
3176 2017-08-14 Tom Tromey <tom@tromey.com>
3177
3178 PR gdb/21675:
3179 * gdb.base/printcmds.exp (test_radices): New function.
3180 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3181 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3182 * lib/gdb.exp (get_integer_valueof): Use p/d.
3183
3184 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3185
3186 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3187 characters.
3188
3189 2017-08-05 Tom Tromey <tom@tromey.com>
3190
3191 * gdb.rust/simple.exp: Allow String to appear in a different
3192 namespace.
3193
3194 2017-07-26 Yao Qi <yao.qi@linaro.org>
3195
3196 * gdb.gdb/unittest.exp: Invoke command
3197 "maintenance check xml-descriptions".
3198
3199 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3200
3201 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3202 calling context.
3203 (hex128): Drop erroneous calculation of parameters.
3204
3205 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3206
3207 * gdb.python/py-unwind.exp: Disable stack protection when
3208 building test file.
3209
3210 2017-07-20 Pedro Alves <palves@redhat.com>
3211
3212 * gdb.base/default.exp (set language): Adjust expected output.
3213
3214 2017-07-20 Pedro Alves <palves@redhat.com>
3215
3216 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3217 (test_minsym): ... this, and make static.
3218 (get_pck__foo__bar__minsym): Rename to ...
3219 (get_test_minsym): ... this.
3220 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3221 symbol names and comments.
3222 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3223 (get_test_minsym): ... this.
3224 (pck__foo__bar__minsym__2): Rename to ...
3225 (test_minsym): ... this.
3226 (main): Adjust.
3227
3228 2017-07-17 Pedro Alves <palves@redhat.com>
3229
3230 * gdb.base/completion.exp: Adjust expected output.
3231 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3232 the completer works.
3233
3234 2017-07-17 Pedro Alves <palves@redhat.com>
3235
3236 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3237
3238 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3239
3240 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3241
3242 2017-07-14 Tom Tromey <tom@tromey.com>
3243
3244 PR rust/21764:
3245 * gdb.rust/simple.exp: Add tests.
3246
3247 2017-07-14 Tom Tromey <tom@tromey.com>
3248
3249 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3250
3251 2017-07-14 Pedro Alves <palves@redhat.com>
3252
3253 * gdb.linespec/base/one/thefile.cc (z1): New function.
3254 * gdb.linespec/base/two/thefile.cc (z2): New function.
3255 * gdb.linespec/linespec.exp: Add tests.
3256
3257 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3258
3259 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3260 to mi_create_breakpoint.
3261
3262 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3263
3264 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3265 mi_create_breakpoint.
3266
3267 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3268
3269 * gdb.dlang/demangle.exp: Update for demangling changes.
3270
3271 2017-07-09 Tom Tromey <tom@tromey.com>
3272
3273 * gdb.dwarf2/shortpiece.exp: New file.
3274
3275 2017-07-06 David Blaikie <dblaikie@gmail.com>
3276
3277 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3278 built from fissiont-multi-cu{1,2}.c.
3279 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3280 except putting 'main' and 'func' in separate CUs in the same DWO file.
3281 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3282 test.
3283 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3284 test.
3285
3286 2017-07-06 Pedro Alves <palves@redhat.com>
3287
3288 * gdb.python/py-unwind.exp: Test flushregs.
3289
3290 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3291
3292 PR cli/21688
3293 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3294 tests for alias commands and trailing whitespace.
3295
3296 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3297
3298 PR cli/21688
3299 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3300 procedure. Call it.
3301
3302 2017-06-29 Pedro Alves <palves@redhat.com>
3303
3304 * gdb.base/printcmds.exp: Add tests.
3305
3306 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3307
3308 PR gdb/21337
3309 * gdb.base/reread-readsym.exp: New file.
3310 * gdb.base/reread-readsym.c: New file.
3311
3312 2017-06-21 Kevin Buettner <kevinb@redhat.com>
3313
3314 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3315 subpattern.
3316
3317 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3318
3319 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3320 extended mnemonic.
3321 * gdb.arch/powerpc-power9.s: Likewise.
3322
3323 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3324
3325 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3326 on 32-bit x86 targets. Exploit is_*_target macros where
3327 appropriate.
3328
3329 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3330
3331 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3332 register pieces.
3333
3334 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3335
3336 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3337 located in one or more DWARF pieces.
3338
3339 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3340
3341 * lib/gdb.exp (get_endianness): New proc.
3342 * gdb.arch/aarch64-fp.exp: Use it.
3343 * gdb.arch/altivec-regs.exp: Likewise.
3344 * gdb.arch/e500-regs.exp: Likewise.
3345 * gdb.arch/vsx-regs.exp: Likewise.
3346 * gdb.base/dump.exp: Likewise.
3347 * gdb.base/funcargs.exp: Likewise.
3348 * gdb.base/gnu_vector.exp: Likewise.
3349 * gdb.dwarf2/formdata16.exp: Likewise.
3350 * gdb.dwarf2/implptrpiece.exp: Likewise.
3351 * gdb.dwarf2/nonvar-access.exp: Likewise.
3352 * gdb.python/py-inferior.exp: Likewise.
3353 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3354
3355 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3356
3357 PR gdb/21226
3358 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3359 stack value pieces are taken from the LSB end.
3360
3361 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3362
3363 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3364 variable at nonzero offset.
3365
3366 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3367
3368 * gdb.dwarf2/var-access.c: New file.
3369 * gdb.dwarf2/var-access.exp: New test.
3370 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3371
3372 2017-06-12 Tom Tromey <tom@tromey.com>
3373
3374 * gdb.dwarf2/formdata16.exp: Add tests.
3375
3376 2017-06-12 Tom Tromey <tom@tromey.com>
3377
3378 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3379
3380 2017-06-12 Tom Tromey <tom@tromey.com>
3381
3382 PR exp/16225:
3383 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3384 * gdb.arch/vsx-regs.exp: Update tests.
3385 * gdb.arch/s390-vregs.exp (hex128): New proc.
3386 Update test.
3387 * gdb.arch/altivec-regs.exp: Update tests.
3388
3389 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3390
3391 * gdb.base/startup-with-shell.c: New file.
3392 * gdb.base/startup-with-shell.exp: Likewise.
3393
3394 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3395
3396 * gdb.server/non-existing-program.exp: Update regex in order to
3397 reflect the fact that gdbserver is now using fork_inferior (with a
3398 shell) to startup the inferior.
3399
3400 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3401
3402 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3403 support function calls from GDB.
3404
3405 2017-05-21 Tom Tromey <tom@tromey.com>
3406
3407 PR rust/21466:
3408 * gdb.rust/unsized.exp: New file.
3409 * gdb.rust/unsized.rs: New file.
3410
3411 2017-05-19 Tom Tromey <tom@tromey.com>
3412
3413 PR rust/21484:
3414 * gdb.rust/watch.exp: New file.
3415 * gdb.rust/watch.rs: New file.
3416
3417 2017-05-18 Tom Tromey <tom@tromey.com>
3418
3419 * gdb.rust/simple.exp: Allow Box to be qualified.
3420
3421 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3422
3423 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3424
3425 2017-05-18 Pedro Alves <palves@redhat.com>
3426
3427 * gdb.base/fileio.c (test_write, test_read, test_close)
3428 (test_fstat): Don't print 'ret' in the fail path.
3429
3430 2017-05-18 Pedro Alves <palves@redhat.com>
3431
3432 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3433 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3434 (test_system, test_rename, test_unlink, test_time): Change
3435 prototypes.
3436 * gdb.base/fileio.exp (stop_msg): Adjust.
3437
3438 2017-05-18 Pedro Alves <palves@redhat.com>
3439
3440 * gdb.base/fileio.c (null_str): New global.
3441 (test_stat): Use it.
3442 * gdb.base/fileio.exp: Remove nowarnings.
3443
3444 2017-05-17 Yao Qi <yao.qi@linaro.org>
3445
3446 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3447
3448 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3449
3450 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3451 argument command.
3452 (top-level): Invoke test_set_inferior_tty.
3453
3454 2017-05-04 Pedro Alves <palves@redhat.com>
3455
3456 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3457 Add parens to print call for Python 3.
3458
3459 2017-05-03 Keith Seitz <keiths@redhat.com>
3460
3461 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3462 (main): Call it.
3463
3464 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3465
3466 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3467 to prev and next.
3468
3469 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3470
3471 * gdb.python/py-record-btrace.exp: Remove test for
3472 gdb.BtraceInstruction.error.
3473
3474 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3475
3476 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3477
3478 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3479
3480 * gdb.python/py-record-btrace-threads.c: New file.
3481 * gdb.python/py-record-btrace-threads.exp: New file.
3482
3483 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3484
3485 PR testsuite/8595
3486 * gdb.base/environ.exp: Make test available in all architectures.
3487 Move bits related to "info program" testing to
3488 gdb.base/info-program.exp. Rewrite tests to use the two new
3489 procedures mentione below.
3490 (test_set_show_env_var) New procedure.
3491 (test_set_show_env_var_equal): Likewise.
3492 * gdb.base/info-program.exp: New file.
3493
3494 2017-04-27 Keith Seitz <keiths@redhat.com>
3495
3496 * gdb.cp/oranking.cc (test15): New function.
3497 (main): Call test15 and declare additional variables for testing.
3498 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3499 "p foo101('abc')" tests.
3500 Add tests for cv qualifier overloads.
3501 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3502 "lvalue reference overload" test.
3503 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3504 "print value of f1 on Child&& in f2" test.
3505
3506 2017-04-19 Pedro Alves <palves@redhat.com>
3507
3508 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3509 procedure.
3510 (top level): Call it.
3511 * lib/gdb.exp (gdb_define_cmd): New procedure.
3512
3513 2017-04-12 Pedro Alves <palves@redhat.com>
3514
3515 PR gdb/21323
3516 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3517 (wchar): New global.
3518 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3519 (do_test_wide_char, wide_char_types_no_program, top level): Add
3520 wchar_t testing.
3521
3522 2017-04-12 Pedro Alves <palves@redhat.com>
3523
3524 PR c++/21323
3525 * gdb.cp/wide_char_types.c: New file.
3526 * gdb.cp/wide_char_types.exp: New file.
3527
3528 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3529
3530 PR gdb/21352
3531 * gdb.trace/tsv.exp: Add test for "tsave -r".
3532
3533 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3534
3535 * gdb.dlang/watch-loc.c: New file.
3536 * gdb.dlang/watch-loc.exp: New file.
3537
3538 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3539
3540 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3541
3542 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3543
3544 * gdb.arch/arc-analyze-prologue.S: New file.
3545 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3546
3547 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3548
3549 * gdb.arch/arc-decode-insn.S: New file.
3550 * gdb.arch/arc-decode-insn.exp: Likewise.
3551
3552 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3553
3554 PR tdep/20928
3555 * gdb.arch/sparc64-regs.exp: New file.
3556 * gdb.arch/sparc64-regs.S: Likewise.
3557
3558 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3559
3560 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3561 and memory view on Python 3.
3562
3563 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
3564 Keith Seitz <keiths@redhat.com>
3565
3566 PR gdb/14441
3567 * gdb.cp/demangle.exp: Add rvalue reference tests.
3568 * gdb.cp/rvalue-ref-casts.cc: New file.
3569 * gdb.cp/rvalue-ref-casts.exp: New file.
3570 * gdb.cp/rvalue-ref-overload.cc: New file.
3571 * gdb.cp/rvalue-ref-overload.exp: New file.
3572 * gdb.cp/rvalue-ref-params.cc: New file.
3573 * gdb.cp/rvalue-ref-params.exp: New file.
3574 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3575 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3576 * gdb.cp/rvalue-ref-types.cc: New file.
3577 * gdb.cp/rvalue-ref-types.exp: New file.
3578 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3579 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3580
3581 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3582
3583 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3584 New procedure.
3585
3586 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3587
3588 * lib/mi-support.exp (mi_gdb_test): Add additional message
3589 for unexpected output.
3590
3591 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3592
3593 * gdb.base/examine-backward.c (Barrier): New character array
3594 constant, to ensure that TestStrings is preceded by a string
3595 terminator.
3596
3597 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3598
3599 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3600 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3601 and implicit pointer into such a location.
3602
3603 2017-03-16 Doug Evans <dje@google.com>
3604
3605 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3606
3607 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3608
3609 * gdb.cp/m-static.exp: Fix expectation for prototype of
3610 test5.single_constructor and single_constructor::single_constructor.
3611
3612 2017-03-16 Doug Evans <dje@google.com>
3613
3614 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3615 * gdb.guile/scm-lazy-string.c: New file.
3616 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3617 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3618 for pointer, array, typedef lazy strings.
3619
3620 2017-03-16 Doug Evans <dje@google.com>
3621
3622 PR python/17728, python/18439, python/18779
3623 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3624 * gdb.python/py-lazy-string.c (pointer): New typedef.
3625 (main): New locals ptr, array, typedef_ptr.
3626 * gdb.python/py-value.exp: Move lazy string tests to ...
3627 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3628 array, typedef lazy strings.
3629
3630 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3631
3632 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3633 Add optional 'test' parameter.
3634
3635 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3636
3637 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3638 Skip for versions of DejaGnu < 1.5.
3639
3640 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3641
3642 * lib/gdb.exp (dejagnu_version): New proc.
3643 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3644 Use dejagnu_version.
3645
3646 2017-03-10 Keith Seitz <keiths@redhat.com>
3647
3648 PR c++/8128
3649 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3650 type from destructor regexps.
3651 Add a branch which actually passes the test.
3652 Adjust "ptype t5i" test names.
3653
3654 2017-03-08 Pedro Alves <palves@redhat.com>
3655
3656 * gdb.base/step-over-exit.exp: Add explicit test message.
3657
3658 2017-03-08 Pedro Alves <palves@redhat.com>
3659
3660 PR gdb/18360
3661 * gdb.threads/interrupt-while-step-over.c: New file.
3662 * gdb.threads/interrupt-while-step-over.exp: New file.
3663
3664 2017-03-08 Pedro Alves <palves@redhat.com>
3665
3666 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3667 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3668
3669 2017-03-08 Pedro Alves <palves@redhat.com>
3670
3671 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3672 PKRU as not supported as a PASS.
3673
3674 2017-03-08 Pedro Alves <palves@redhat.com>
3675
3676 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3677 prefix instead of $binfile1/$binfile2.
3678 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3679 in test message.
3680 * gdb.python/py-completion.exp: Use "load python file" as test
3681 messages instead of unstable path names.
3682
3683 2017-03-08 Pedro Alves <palves@redhat.com>
3684 Jan Kratochvil <jan.kratochvil@redhat.com>
3685
3686 PR cli/21218
3687 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3688 New proc.
3689 (top level): Call it.
3690
3691 2017-03-08 Pedro Alves <palves@redhat.com>
3692
3693 PR tui/21216
3694 * gdb.tui/tui-nl-filtered-output.exp: New file.
3695
3696 2017-03-08 Pedro Alves <palves@redhat.com>
3697
3698 * gdb.base/completion.exp: Move TUI completion tests to ...
3699 * gdb.tui/completion.exp: ... this new file.
3700
3701 2017-03-08 Pedro Alves <palves@redhat.com>
3702
3703 * gdb.base/tui-disasm-long-lines.c,
3704 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3705 gdb.base/tui-layout.exp: Move to ...
3706 * gdb.tui/: ... this new directory.
3707
3708 2017-03-07 Pedro Alves <palves@redhat.com>
3709
3710 * gdb.base/tui-layout.c: New file.
3711 * gdb.base/tui-layout.exp: New file.
3712
3713 2017-03-07 Pedro Alves <palves@redhat.com>
3714
3715 * gdb.base/tui-layout.c: Rename to ...
3716 * gdb.base/tui-disasm-long-lines.c: ... this.
3717 * gdb.base/tui-layout.exp: Rename to ...
3718 * gdb.base/tui-disasm-long-lines.exp: ... this.
3719
3720 2017-03-07 Pedro Alves <palves@redhat.com>
3721
3722 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3723
3724 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3725
3726 * i386-mpx-call.c: New file.
3727 * i386-mpx-call.exp: New file.
3728
3729 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3730
3731 * gdb.arch/powerpc-power.exp: Delete test.
3732 * gdb.arch/powerpc-power.s: Likewise.
3733 * gdb.disasm/disassembler-options.exp: New test.
3734 * gdb.arch/powerpc-altivec.exp: Likewise.
3735 * gdb.arch/powerpc-altivec.s: Likewise.
3736 * gdb.arch/powerpc-altivec2.exp: Likewise.
3737 * gdb.arch/powerpc-altivec2.s: Likewise.
3738 * gdb.arch/powerpc-altivec3.exp: Likewise.
3739 * gdb.arch/powerpc-altivec3.s: Likewise.
3740 * gdb.arch/powerpc-power7.exp: Likewise.
3741 * gdb.arch/powerpc-power7.s: Likewise.
3742 * gdb.arch/powerpc-power8.exp: Likewise.
3743 * gdb.arch/powerpc-power8.s: Likewise.
3744 * gdb.arch/powerpc-power9.exp: Likewise.
3745 * gdb.arch/powerpc-power9.s: Likewise.
3746 * gdb.arch/powerpc-vsx.exp: Likewise.
3747 * gdb.arch/powerpc-vsx.s: Likewise.
3748 * gdb.arch/powerpc-vsx2.exp: Likewise.
3749 * gdb.arch/powerpc-vsx2.s: Likewise.
3750 * gdb.arch/powerpc-vsx3.exp: Likewise.
3751 * gdb.arch/powerpc-vsx3.s: Likewise.
3752 * gdb.arch/arm-disassembler-options.exp: Likewise.
3753 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3754 * gdb.arch/s390-disassembler-options.exp: Likewise.
3755
3756 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
3757
3758 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3759 (check_supported_features): ... this. Changed return type to void.
3760 (supports_rdseed): New static global.
3761 (rdseed): Check supports_rdseed.
3762 (initialize): Call check_supported_features.
3763
3764 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3765
3766 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3767 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3768 and lqarx/stqcx.
3769 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3770 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3771
3772 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3773
3774 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3775 uppercase.
3776
3777 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3778
3779 * gdb.dwarf2/formdata16.c: New file.
3780 * gdb.dwarf2/formdata16.exp: New file.
3781 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3782
3783 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3784
3785 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3786 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3787 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3788 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3789 DW_AT_GNU_*.
3790
3791 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3792
3793 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3794
3795 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3796
3797 PR gdb/21164
3798 * gdb.base/maint.exp: Add testcases for when the commands do
3799 not have arguments.
3800
3801 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3802
3803 * gdb.cp/chained-calls.exp: Use p instead of P.
3804
3805 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3806
3807 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3808 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3809
3810 2017-02-14 Tom Tromey <tom@tromey.com>
3811
3812 PR python/13598:
3813 * gdb.python/py-events.exp: Add before_prompt event tests.
3814
3815 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3816
3817 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3818
3819 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3820
3821 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3822 (main): Call my_unique_function_name.
3823 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3824 completion of patterns with a single match.
3825 Add missing -re switches to gdb_test_multiple calls.
3826
3827 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3828
3829 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3830 return if core file is not recognized.
3831
3832 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3833
3834 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3835 and extra UIs.
3836
3837 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3838
3839 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3840 proc_with_prefix.
3841
3842 2017-02-10 Tom Tromey <tom@tromey.com>
3843
3844 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3845
3846 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
3847
3848 PR gdb/21122
3849 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3850
3851 2017-02-08 Jerome Guitton <guitton@adacore.com>
3852
3853 * gdb.base/define.exp: Add test for command abbreviations
3854 in define.
3855
3856 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
3857
3858 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3859 * gdb.reverse/insn-reverse-x86.c: New file.
3860
3861 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3862
3863 PR tdep/20936
3864 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3865
3866 2017-02-03 Tom Tromey <tom@tromey.com>
3867
3868 PR rust/21097:
3869 * gdb.rust/simple.exp: Add new tests.
3870
3871 2017-02-02 Pedro Alves <palves@redhat.com>
3872
3873 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3874 tests.
3875
3876 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3877
3878 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3879 taking a 2-byte value out of a 4-byte DWARF implicit value on
3880 big-endian targets.
3881 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3882 logic. Add test cases for DW_OP_implicit.
3883
3884 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3885
3886 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3887
3888 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3889
3890 * gdb.btrace/enable.exp: Call gdb_exit before
3891 skip_gdbserver_tests.
3892
3893 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3894
3895 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3896 GDBFLAGS.
3897
3898 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3899
3900 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3901 the test is skipped.
3902 * gdb.btrace/data.exp: Likewise.
3903 * gdb.btrace/delta.exp: Likewise.
3904 * gdb.btrace/dlopen.exp: Likewise.
3905 * gdb.btrace/enable-running.exp: Likewise.
3906 * gdb.btrace/enable.exp: Likewise.
3907 * gdb.btrace/exception.exp: Likewise.
3908 * gdb.btrace/function_call_history.exp: Likewise.
3909 * gdb.btrace/gcore.exp: Likewise.
3910 * gdb.btrace/instruction_history.exp: Likewise.
3911 * gdb.btrace/multi-thread-step.exp: Likewise.
3912 * gdb.btrace/nohist.exp: Likewise.
3913 * gdb.btrace/non-stop.exp: Likewise.
3914 * gdb.btrace/reconnect.exp: Likewise.
3915 * gdb.btrace/record_goto-step.exp: Likewise.
3916 * gdb.btrace/record_goto.exp: Likewise.
3917 * gdb.btrace/rn-dl-bind.exp: Likewise.
3918 * gdb.btrace/segv.exp: Likewise.
3919 * gdb.btrace/step.exp: Likewise.
3920 * gdb.btrace/stepi.exp: Likewise.
3921 * gdb.btrace/tailcall-only.exp: Likewise.
3922 * gdb.btrace/tailcall.exp: Likewise.
3923 * gdb.btrace/tsx.exp: Likewise.
3924 * gdb.btrace/unknown_functions.exp: Likewise.
3925 * gdb.btrace/vdso.exp: Likewise.
3926
3927 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3928
3929 * gdb.btrace/enable-running.c: New.
3930 * gdb.btrace/enable-running.exp: New.
3931
3932 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3933
3934 * gdb.arch/amd64-gs_base.c: New file.
3935 * gdb.arch/amd64-gs_base.exp: New file.
3936
3937 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3938
3939 * lib/memory.exp: Remove spurious empty newlines.
3940
3941 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3942
3943 * gdb.python/py-bad-printers.exp: Load python file using "source".
3944 * gdb.python/py-events.exp: Likewise.
3945 * gdb.python/py-evsignal.exp: Likewise.
3946 * gdb.python/py-evthreads.exp: Likewise.
3947 * gdb.python/py-frame-args.exp: Likewise.
3948 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3949 * gdb.python/py-framefilter-mi.exp: Likewise.
3950 * gdb.python/py-framefilter.exp: Likewise.
3951 * gdb.python/py-mi.exp: Likewise.
3952 * gdb.python/py-pp-maint.exp: Likewise.
3953 * gdb.python/py-pp-registration.exp: Likewise.
3954 * gdb.python/py-prettyprint.exp: Likewise.
3955 (run_lang_tests): Likewise.
3956 * gdb.python/py-typeprint.exp: Likewise.
3957
3958 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3959
3960 * lib/memory.exp: New file.
3961 * lib/gdb.exp: Load memory.exp.
3962 * gdb.base/memattr.exp (delete_memory): Move proc to
3963 lib/memory.exp and rename to delete_memory_regions.
3964 Replace delete_memory with delete_memory_regions.
3965 Cleanup memory regions before tests.
3966 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3967 before tests.
3968
3969 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3970
3971 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3972 files.
3973 (initialize): New function conditionally defined.
3974 (testcases): Move within conditional block.
3975 (main): Call initialize.
3976 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3977 of gdb.reverse/insn-reverse.c.
3978 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3979 gdb.reverse/insn-reverse.c.
3980
3981 2017-01-26 Yao Qi <yao.qi@linaro.org>
3982
3983 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3984 disassemble on address 0.
3985
3986 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3987 Yao Qi <yao.qi@linaro.org>
3988
3989 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3990 * gdb.dwarf2/implptr-64bit.S: Remove.
3991 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3992 variables in caller's context. Add DW_OP_implicit_value.
3993
3994 2017-01-25 Yao Qi <yao.qi@linaro.org>
3995
3996 * lib/dwarf.exp (Dwarf::_location): Handle
3997 DW_OP_GNU_implicit_pointer with proper size.
3998
3999 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4000
4001 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4002 and add untested calls.
4003
4004 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4005
4006 * gdb.python/python.exp: Check line number against what GDB thinks
4007 the line number is for func1.
4008
4009 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4010
4011 * gdb.dlang/debug-expr.exp: New file.
4012
4013 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
4014
4015 Fix test names for the following files:
4016
4017 * gdb.ada/exec_changed.exp
4018 * gdb.ada/info_types.exp
4019 * gdb.arch/aarch64-atomic-inst.exp
4020 * gdb.arch/aarch64-fp.exp
4021 * gdb.arch/altivec-abi.exp
4022 * gdb.arch/altivec-regs.exp
4023 * gdb.arch/amd64-byte.exp
4024 * gdb.arch/amd64-disp-step.exp
4025 * gdb.arch/amd64-dword.exp
4026 * gdb.arch/amd64-entry-value-inline.exp
4027 * gdb.arch/amd64-entry-value-param.exp
4028 * gdb.arch/amd64-entry-value-paramref.exp
4029 * gdb.arch/amd64-entry-value.exp
4030 * gdb.arch/amd64-i386-address.exp
4031 * gdb.arch/amd64-invalid-stack-middle.exp
4032 * gdb.arch/amd64-invalid-stack-top.exp
4033 * gdb.arch/amd64-optimout-repeat.exp
4034 * gdb.arch/amd64-prologue-skip.exp
4035 * gdb.arch/amd64-prologue-xmm.exp
4036 * gdb.arch/amd64-stap-special-operands.exp
4037 * gdb.arch/amd64-stap-wrong-subexp.exp
4038 * gdb.arch/amd64-tailcall-cxx.exp
4039 * gdb.arch/amd64-tailcall-noret.exp
4040 * gdb.arch/amd64-tailcall-ret.exp
4041 * gdb.arch/amd64-tailcall-self.exp
4042 * gdb.arch/amd64-word.exp
4043 * gdb.arch/arm-bl-branch-dest.exp
4044 * gdb.arch/arm-disp-step.exp
4045 * gdb.arch/arm-neon.exp
4046 * gdb.arch/arm-single-step-kernel-helper.exp
4047 * gdb.arch/avr-flash-qualifier.exp
4048 * gdb.arch/disp-step-insn-reloc.exp
4049 * gdb.arch/e500-abi.exp
4050 * gdb.arch/e500-regs.exp
4051 * gdb.arch/ftrace-insn-reloc.exp
4052 * gdb.arch/i386-avx512.exp
4053 * gdb.arch/i386-bp_permanent.exp
4054 * gdb.arch/i386-byte.exp
4055 * gdb.arch/i386-cfi-notcurrent.exp
4056 * gdb.arch/i386-disp-step.exp
4057 * gdb.arch/i386-dr3-watch.exp
4058 * gdb.arch/i386-float.exp
4059 * gdb.arch/i386-gnu-cfi.exp
4060 * gdb.arch/i386-mpx-map.exp
4061 * gdb.arch/i386-mpx-sigsegv.exp
4062 * gdb.arch/i386-mpx-simple_segv.exp
4063 * gdb.arch/i386-mpx.exp
4064 * gdb.arch/i386-permbkpt.exp
4065 * gdb.arch/i386-prologue.exp
4066 * gdb.arch/i386-signal.exp
4067 * gdb.arch/i386-size-overlap.exp
4068 * gdb.arch/i386-unwind.exp
4069 * gdb.arch/i386-word.exp
4070 * gdb.arch/mips-fcr.exp
4071 * gdb.arch/powerpc-d128-regs.exp
4072 * gdb.arch/powerpc-stackless.exp
4073 * gdb.arch/ppc64-atomic-inst.exp
4074 * gdb.arch/s390-stackless.exp
4075 * gdb.arch/s390-tdbregs.exp
4076 * gdb.arch/s390-vregs.exp
4077 * gdb.arch/sparc-sysstep.exp
4078 * gdb.arch/thumb-bx-pc.exp
4079 * gdb.arch/thumb-singlestep.exp
4080 * gdb.arch/thumb2-it.exp
4081 * gdb.arch/vsx-regs.exp
4082 * gdb.asm/asm-source.exp
4083 * gdb.base/a2-run.exp
4084 * gdb.base/advance.exp
4085 * gdb.base/all-bin.exp
4086 * gdb.base/anon.exp
4087 * gdb.base/args.exp
4088 * gdb.base/arithmet.exp
4089 * gdb.base/async-shell.exp
4090 * gdb.base/async.exp
4091 * gdb.base/attach-pie-noexec.exp
4092 * gdb.base/attach-twice.exp
4093 * gdb.base/auto-load.exp
4094 * gdb.base/bang.exp
4095 * gdb.base/bitfields.exp
4096 * gdb.base/break-always.exp
4097 * gdb.base/break-caller-line.exp
4098 * gdb.base/break-entry.exp
4099 * gdb.base/break-inline.exp
4100 * gdb.base/break-on-linker-gcd-function.exp
4101 * gdb.base/break-probes.exp
4102 * gdb.base/break.exp
4103 * gdb.base/breakpoint-shadow.exp
4104 * gdb.base/call-ar-st.exp
4105 * gdb.base/call-sc.exp
4106 * gdb.base/call-signal-resume.exp
4107 * gdb.base/call-strs.exp
4108 * gdb.base/callfuncs.exp
4109 * gdb.base/catch-fork-static.exp
4110 * gdb.base/catch-gdb-caused-signals.exp
4111 * gdb.base/catch-load.exp
4112 * gdb.base/catch-signal-fork.exp
4113 * gdb.base/catch-signal.exp
4114 * gdb.base/catch-syscall.exp
4115 * gdb.base/charset.exp
4116 * gdb.base/checkpoint.exp
4117 * gdb.base/chng-syms.exp
4118 * gdb.base/code-expr.exp
4119 * gdb.base/code_elim.exp
4120 * gdb.base/commands.exp
4121 * gdb.base/completion.exp
4122 * gdb.base/complex.exp
4123 * gdb.base/cond-expr.exp
4124 * gdb.base/condbreak.exp
4125 * gdb.base/consecutive.exp
4126 * gdb.base/continue-all-already-running.exp
4127 * gdb.base/coredump-filter.exp
4128 * gdb.base/corefile.exp
4129 * gdb.base/dbx.exp
4130 * gdb.base/debug-expr.exp
4131 * gdb.base/define.exp
4132 * gdb.base/del.exp
4133 * gdb.base/disabled-location.exp
4134 * gdb.base/disasm-end-cu.exp
4135 * gdb.base/disasm-optim.exp
4136 * gdb.base/display.exp
4137 * gdb.base/duplicate-bp.exp
4138 * gdb.base/ena-dis-br.exp
4139 * gdb.base/ending-run.exp
4140 * gdb.base/enumval.exp
4141 * gdb.base/environ.exp
4142 * gdb.base/eu-strip-infcall.exp
4143 * gdb.base/eval-avoid-side-effects.exp
4144 * gdb.base/eval-skip.exp
4145 * gdb.base/exitsignal.exp
4146 * gdb.base/expand-psymtabs.exp
4147 * gdb.base/filesym.exp
4148 * gdb.base/find-unmapped.exp
4149 * gdb.base/finish.exp
4150 * gdb.base/float.exp
4151 * gdb.base/foll-exec-mode.exp
4152 * gdb.base/foll-exec.exp
4153 * gdb.base/foll-fork.exp
4154 * gdb.base/fortran-sym-case.exp
4155 * gdb.base/freebpcmd.exp
4156 * gdb.base/func-ptr.exp
4157 * gdb.base/func-ptrs.exp
4158 * gdb.base/funcargs.exp
4159 * gdb.base/gcore-buffer-overflow.exp
4160 * gdb.base/gcore-relro-pie.exp
4161 * gdb.base/gcore-relro.exp
4162 * gdb.base/gcore.exp
4163 * gdb.base/gdb1090.exp
4164 * gdb.base/gdb11530.exp
4165 * gdb.base/gdb11531.exp
4166 * gdb.base/gdb1821.exp
4167 * gdb.base/gdbindex-stabs.exp
4168 * gdb.base/gdbvars.exp
4169 * gdb.base/hbreak.exp
4170 * gdb.base/hbreak2.exp
4171 * gdb.base/included.exp
4172 * gdb.base/infcall-input.exp
4173 * gdb.base/inferior-died.exp
4174 * gdb.base/infnan.exp
4175 * gdb.base/info-macros.exp
4176 * gdb.base/info-os.exp
4177 * gdb.base/info-proc.exp
4178 * gdb.base/info-shared.exp
4179 * gdb.base/info-target.exp
4180 * gdb.base/infoline.exp
4181 * gdb.base/interp.exp
4182 * gdb.base/interrupt.exp
4183 * gdb.base/jit-reader.exp
4184 * gdb.base/jit-simple.exp
4185 * gdb.base/kill-after-signal.exp
4186 * gdb.base/kill-detach-inferiors-cmd.exp
4187 * gdb.base/label.exp
4188 * gdb.base/langs.exp
4189 * gdb.base/ldbl_e308.exp
4190 * gdb.base/line-symtabs.exp
4191 * gdb.base/linespecs.exp
4192 * gdb.base/list.exp
4193 * gdb.base/long_long.exp
4194 * gdb.base/longest-types.exp
4195 * gdb.base/maint.exp
4196 * gdb.base/max-value-size.exp
4197 * gdb.base/memattr.exp
4198 * gdb.base/mips_pro.exp
4199 * gdb.base/morestack.exp
4200 * gdb.base/moribund-step.exp
4201 * gdb.base/multi-forks.exp
4202 * gdb.base/nested-addr.exp
4203 * gdb.base/nextoverexit.exp
4204 * gdb.base/noreturn-finish.exp
4205 * gdb.base/noreturn-return.exp
4206 * gdb.base/nostdlib.exp
4207 * gdb.base/offsets.exp
4208 * gdb.base/opaque.exp
4209 * gdb.base/pc-fp.exp
4210 * gdb.base/permissions.exp
4211 * gdb.base/print-symbol-loading.exp
4212 * gdb.base/prologue-include.exp
4213 * gdb.base/psymtab.exp
4214 * gdb.base/ptype.exp
4215 * gdb.base/random-signal.exp
4216 * gdb.base/randomize.exp
4217 * gdb.base/range-stepping.exp
4218 * gdb.base/readline-ask.exp
4219 * gdb.base/recpar.exp
4220 * gdb.base/recurse.exp
4221 * gdb.base/relational.exp
4222 * gdb.base/restore.exp
4223 * gdb.base/return-nodebug.exp
4224 * gdb.base/return.exp
4225 * gdb.base/run-after-attach.exp
4226 * gdb.base/save-bp.exp
4227 * gdb.base/scope.exp
4228 * gdb.base/sect-cmd.exp
4229 * gdb.base/set-lang-auto.exp
4230 * gdb.base/set-noassign.exp
4231 * gdb.base/setvar.exp
4232 * gdb.base/sigall.exp
4233 * gdb.base/sigbpt.exp
4234 * gdb.base/siginfo-addr.exp
4235 * gdb.base/siginfo-infcall.exp
4236 * gdb.base/siginfo-obj.exp
4237 * gdb.base/siginfo.exp
4238 * gdb.base/signals-state-child.exp
4239 * gdb.base/signest.exp
4240 * gdb.base/sigstep.exp
4241 * gdb.base/sizeof.exp
4242 * gdb.base/skip.exp
4243 * gdb.base/solib-corrupted.exp
4244 * gdb.base/solib-nodir.exp
4245 * gdb.base/solib-search.exp
4246 * gdb.base/stack-checking.exp
4247 * gdb.base/stale-infcall.exp
4248 * gdb.base/stap-probe.exp
4249 * gdb.base/start.exp
4250 * gdb.base/step-break.exp
4251 * gdb.base/step-bt.exp
4252 * gdb.base/step-line.exp
4253 * gdb.base/step-over-exit.exp
4254 * gdb.base/step-over-syscall.exp
4255 * gdb.base/step-resume-infcall.exp
4256 * gdb.base/step-test.exp
4257 * gdb.base/store.exp
4258 * gdb.base/structs3.exp
4259 * gdb.base/sym-file.exp
4260 * gdb.base/symbol-without-target_section.exp
4261 * gdb.base/term.exp
4262 * gdb.base/testenv.exp
4263 * gdb.base/ui-redirect.exp
4264 * gdb.base/until.exp
4265 * gdb.base/unwindonsignal.exp
4266 * gdb.base/value-double-free.exp
4267 * gdb.base/vla-datatypes.exp
4268 * gdb.base/vla-ptr.exp
4269 * gdb.base/vla-sideeffect.exp
4270 * gdb.base/volatile.exp
4271 * gdb.base/watch-cond-infcall.exp
4272 * gdb.base/watch-cond.exp
4273 * gdb.base/watch-non-mem.exp
4274 * gdb.base/watch-read.exp
4275 * gdb.base/watch-vfork.exp
4276 * gdb.base/watchpoint-cond-gone.exp
4277 * gdb.base/watchpoint-delete.exp
4278 * gdb.base/watchpoint-hw-hit-once.exp
4279 * gdb.base/watchpoint-hw.exp
4280 * gdb.base/watchpoint-stops-at-right-insn.exp
4281 * gdb.base/watchpoints.exp
4282 * gdb.base/wchar.exp
4283 * gdb.base/whatis-exp.exp
4284 * gdb.btrace/buffer-size.exp
4285 * gdb.btrace/data.exp
4286 * gdb.btrace/delta.exp
4287 * gdb.btrace/dlopen.exp
4288 * gdb.btrace/enable.exp
4289 * gdb.btrace/exception.exp
4290 * gdb.btrace/function_call_history.exp
4291 * gdb.btrace/gcore.exp
4292 * gdb.btrace/instruction_history.exp
4293 * gdb.btrace/nohist.exp
4294 * gdb.btrace/reconnect.exp
4295 * gdb.btrace/record_goto-step.exp
4296 * gdb.btrace/record_goto.exp
4297 * gdb.btrace/rn-dl-bind.exp
4298 * gdb.btrace/segv.exp
4299 * gdb.btrace/step.exp
4300 * gdb.btrace/stepi.exp
4301 * gdb.btrace/tailcall-only.exp
4302 * gdb.btrace/tailcall.exp
4303 * gdb.btrace/tsx.exp
4304 * gdb.btrace/unknown_functions.exp
4305 * gdb.btrace/vdso.exp
4306 * gdb.compile/compile-ifunc.exp
4307 * gdb.compile/compile-ops.exp
4308 * gdb.compile/compile-print.exp
4309 * gdb.compile/compile-setjmp.exp
4310 * gdb.cp/abstract-origin.exp
4311 * gdb.cp/ambiguous.exp
4312 * gdb.cp/annota2.exp
4313 * gdb.cp/annota3.exp
4314 * gdb.cp/anon-ns.exp
4315 * gdb.cp/anon-struct.exp
4316 * gdb.cp/anon-union.exp
4317 * gdb.cp/arg-reference.exp
4318 * gdb.cp/baseenum.exp
4319 * gdb.cp/bool.exp
4320 * gdb.cp/breakpoint.exp
4321 * gdb.cp/bs15503.exp
4322 * gdb.cp/call-c.exp
4323 * gdb.cp/casts.exp
4324 * gdb.cp/chained-calls.exp
4325 * gdb.cp/class2.exp
4326 * gdb.cp/classes.exp
4327 * gdb.cp/cmpd-minsyms.exp
4328 * gdb.cp/converts.exp
4329 * gdb.cp/cp-relocate.exp
4330 * gdb.cp/cpcompletion.exp
4331 * gdb.cp/cpexprs.exp
4332 * gdb.cp/cplabel.exp
4333 * gdb.cp/cplusfuncs.exp
4334 * gdb.cp/cpsizeof.exp
4335 * gdb.cp/ctti.exp
4336 * gdb.cp/derivation.exp
4337 * gdb.cp/destrprint.exp
4338 * gdb.cp/dispcxx.exp
4339 * gdb.cp/enum-class.exp
4340 * gdb.cp/exception.exp
4341 * gdb.cp/exceptprint.exp
4342 * gdb.cp/expand-psymtabs-cxx.exp
4343 * gdb.cp/expand-sals.exp
4344 * gdb.cp/extern-c.exp
4345 * gdb.cp/filename.exp
4346 * gdb.cp/formatted-ref.exp
4347 * gdb.cp/fpointer.exp
4348 * gdb.cp/gdb1355.exp
4349 * gdb.cp/gdb2495.exp
4350 * gdb.cp/hang.exp
4351 * gdb.cp/impl-this.exp
4352 * gdb.cp/infcall-dlopen.exp
4353 * gdb.cp/inherit.exp
4354 * gdb.cp/iostream.exp
4355 * gdb.cp/koenig.exp
4356 * gdb.cp/local.exp
4357 * gdb.cp/m-data.exp
4358 * gdb.cp/m-static.exp
4359 * gdb.cp/mb-ctor.exp
4360 * gdb.cp/mb-inline.exp
4361 * gdb.cp/mb-templates.exp
4362 * gdb.cp/member-name.exp
4363 * gdb.cp/member-ptr.exp
4364 * gdb.cp/meth-typedefs.exp
4365 * gdb.cp/method.exp
4366 * gdb.cp/method2.exp
4367 * gdb.cp/minsym-fallback.exp
4368 * gdb.cp/misc.exp
4369 * gdb.cp/namelessclass.exp
4370 * gdb.cp/namespace-enum.exp
4371 * gdb.cp/namespace-nested-import.exp
4372 * gdb.cp/namespace.exp
4373 * gdb.cp/nextoverthrow.exp
4374 * gdb.cp/no-dmgl-verbose.exp
4375 * gdb.cp/non-trivial-retval.exp
4376 * gdb.cp/noparam.exp
4377 * gdb.cp/nsdecl.exp
4378 * gdb.cp/nsimport.exp
4379 * gdb.cp/nsnested.exp
4380 * gdb.cp/nsnoimports.exp
4381 * gdb.cp/nsrecurs.exp
4382 * gdb.cp/nsstress.exp
4383 * gdb.cp/nsusing.exp
4384 * gdb.cp/operator.exp
4385 * gdb.cp/oranking.exp
4386 * gdb.cp/overload-const.exp
4387 * gdb.cp/overload.exp
4388 * gdb.cp/ovldbreak.exp
4389 * gdb.cp/ovsrch.exp
4390 * gdb.cp/paren-type.exp
4391 * gdb.cp/parse-lang.exp
4392 * gdb.cp/pass-by-ref.exp
4393 * gdb.cp/pr-1023.exp
4394 * gdb.cp/pr-1210.exp
4395 * gdb.cp/pr-574.exp
4396 * gdb.cp/pr10687.exp
4397 * gdb.cp/pr12028.exp
4398 * gdb.cp/pr17132.exp
4399 * gdb.cp/pr17494.exp
4400 * gdb.cp/pr9067.exp
4401 * gdb.cp/pr9167.exp
4402 * gdb.cp/pr9631.exp
4403 * gdb.cp/printmethod.exp
4404 * gdb.cp/psmang.exp
4405 * gdb.cp/psymtab-parameter.exp
4406 * gdb.cp/ptype-cv-cp.exp
4407 * gdb.cp/ptype-flags.exp
4408 * gdb.cp/re-set-overloaded.exp
4409 * gdb.cp/ref-types.exp
4410 * gdb.cp/rtti.exp
4411 * gdb.cp/scope-err.exp
4412 * gdb.cp/shadow.exp
4413 * gdb.cp/smartp.exp
4414 * gdb.cp/static-method.exp
4415 * gdb.cp/static-print-quit.exp
4416 * gdb.cp/temargs.exp
4417 * gdb.cp/templates.exp
4418 * gdb.cp/try_catch.exp
4419 * gdb.cp/typedef-operator.exp
4420 * gdb.cp/typeid.exp
4421 * gdb.cp/userdef.exp
4422 * gdb.cp/using-crash.exp
4423 * gdb.cp/var-tag.exp
4424 * gdb.cp/virtbase.exp
4425 * gdb.cp/virtfunc.exp
4426 * gdb.cp/virtfunc2.exp
4427 * gdb.cp/vla-cxx.exp
4428 * gdb.disasm/t01_mov.exp
4429 * gdb.disasm/t02_mova.exp
4430 * gdb.disasm/t03_add.exp
4431 * gdb.disasm/t04_sub.exp
4432 * gdb.disasm/t05_cmp.exp
4433 * gdb.disasm/t06_ari2.exp
4434 * gdb.disasm/t07_ari3.exp
4435 * gdb.disasm/t08_or.exp
4436 * gdb.disasm/t09_xor.exp
4437 * gdb.disasm/t10_and.exp
4438 * gdb.disasm/t11_logs.exp
4439 * gdb.disasm/t12_bit.exp
4440 * gdb.disasm/t13_otr.exp
4441 * gdb.dlang/circular.exp
4442 * gdb.dwarf2/arr-stride.exp
4443 * gdb.dwarf2/arr-subrange.exp
4444 * gdb.dwarf2/atomic-type.exp
4445 * gdb.dwarf2/bad-regnum.exp
4446 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4447 * gdb.dwarf2/callframecfa.exp
4448 * gdb.dwarf2/clztest.exp
4449 * gdb.dwarf2/corrupt.exp
4450 * gdb.dwarf2/data-loc.exp
4451 * gdb.dwarf2/dup-psym.exp
4452 * gdb.dwarf2/dw2-anon-mptr.exp
4453 * gdb.dwarf2/dw2-anonymous-func.exp
4454 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4455 * gdb.dwarf2/dw2-bad-unresolved.exp
4456 * gdb.dwarf2/dw2-basic.exp
4457 * gdb.dwarf2/dw2-canonicalize-type.exp
4458 * gdb.dwarf2/dw2-case-insensitive.exp
4459 * gdb.dwarf2/dw2-common-block.exp
4460 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4461 * gdb.dwarf2/dw2-compressed.exp
4462 * gdb.dwarf2/dw2-const.exp
4463 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4464 * gdb.dwarf2/dw2-cu-size.exp
4465 * gdb.dwarf2/dw2-dup-frame.exp
4466 * gdb.dwarf2/dw2-entry-value.exp
4467 * gdb.dwarf2/dw2-icycle.exp
4468 * gdb.dwarf2/dw2-ifort-parameter.exp
4469 * gdb.dwarf2/dw2-inline-break.exp
4470 * gdb.dwarf2/dw2-inline-param.exp
4471 * gdb.dwarf2/dw2-intercu.exp
4472 * gdb.dwarf2/dw2-intermix.exp
4473 * gdb.dwarf2/dw2-lexical-block-bare.exp
4474 * gdb.dwarf2/dw2-linkage-name-trust.exp
4475 * gdb.dwarf2/dw2-minsym-in-cu.exp
4476 * gdb.dwarf2/dw2-noloc.exp
4477 * gdb.dwarf2/dw2-op-call.exp
4478 * gdb.dwarf2/dw2-op-out-param.exp
4479 * gdb.dwarf2/dw2-opt-structptr.exp
4480 * gdb.dwarf2/dw2-param-error.exp
4481 * gdb.dwarf2/dw2-producer.exp
4482 * gdb.dwarf2/dw2-ranges-base.exp
4483 * gdb.dwarf2/dw2-ref-missing-frame.exp
4484 * gdb.dwarf2/dw2-reg-undefined.exp
4485 * gdb.dwarf2/dw2-regno-invalid.exp
4486 * gdb.dwarf2/dw2-restore.exp
4487 * gdb.dwarf2/dw2-restrict.exp
4488 * gdb.dwarf2/dw2-single-line-discriminators.exp
4489 * gdb.dwarf2/dw2-strp.exp
4490 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4491 * gdb.dwarf2/dw2-unresolved.exp
4492 * gdb.dwarf2/dw2-var-zero-addr.exp
4493 * gdb.dwarf2/dw4-sig-types.exp
4494 * gdb.dwarf2/dwz.exp
4495 * gdb.dwarf2/dynarr-ptr.exp
4496 * gdb.dwarf2/enum-type.exp
4497 * gdb.dwarf2/gdb-index.exp
4498 * gdb.dwarf2/implptr-64bit.exp
4499 * gdb.dwarf2/implptr-optimized-out.exp
4500 * gdb.dwarf2/implptr.exp
4501 * gdb.dwarf2/implref-array.exp
4502 * gdb.dwarf2/implref-const.exp
4503 * gdb.dwarf2/implref-global.exp
4504 * gdb.dwarf2/implref-struct.exp
4505 * gdb.dwarf2/mac-fileno.exp
4506 * gdb.dwarf2/main-subprogram.exp
4507 * gdb.dwarf2/member-ptr-forwardref.exp
4508 * gdb.dwarf2/method-ptr.exp
4509 * gdb.dwarf2/missing-sig-type.exp
4510 * gdb.dwarf2/nonvar-access.exp
4511 * gdb.dwarf2/opaque-type-lookup.exp
4512 * gdb.dwarf2/pieces-optimized-out.exp
4513 * gdb.dwarf2/pieces.exp
4514 * gdb.dwarf2/pr10770.exp
4515 * gdb.dwarf2/pr13961.exp
4516 * gdb.dwarf2/staticvirtual.exp
4517 * gdb.dwarf2/subrange.exp
4518 * gdb.dwarf2/symtab-producer.exp
4519 * gdb.dwarf2/trace-crash.exp
4520 * gdb.dwarf2/typeddwarf.exp
4521 * gdb.dwarf2/valop.exp
4522 * gdb.dwarf2/watch-notconst.exp
4523 * gdb.fortran/array-element.exp
4524 * gdb.fortran/charset.exp
4525 * gdb.fortran/common-block.exp
4526 * gdb.fortran/complex.exp
4527 * gdb.fortran/derived-type-function.exp
4528 * gdb.fortran/derived-type.exp
4529 * gdb.fortran/logical.exp
4530 * gdb.fortran/module.exp
4531 * gdb.fortran/multi-dim.exp
4532 * gdb.fortran/nested-funcs.exp
4533 * gdb.fortran/print-formatted.exp
4534 * gdb.fortran/subarray.exp
4535 * gdb.fortran/vla-alloc-assoc.exp
4536 * gdb.fortran/vla-datatypes.exp
4537 * gdb.fortran/vla-history.exp
4538 * gdb.fortran/vla-ptr-info.exp
4539 * gdb.fortran/vla-ptype-sub.exp
4540 * gdb.fortran/vla-ptype.exp
4541 * gdb.fortran/vla-sizeof.exp
4542 * gdb.fortran/vla-type.exp
4543 * gdb.fortran/vla-value-sub-arbitrary.exp
4544 * gdb.fortran/vla-value-sub-finish.exp
4545 * gdb.fortran/vla-value-sub.exp
4546 * gdb.fortran/vla-value.exp
4547 * gdb.fortran/whatis_type.exp
4548 * gdb.go/chan.exp
4549 * gdb.go/handcall.exp
4550 * gdb.go/hello.exp
4551 * gdb.go/integers.exp
4552 * gdb.go/methods.exp
4553 * gdb.go/package.exp
4554 * gdb.go/strings.exp
4555 * gdb.go/types.exp
4556 * gdb.go/unsafe.exp
4557 * gdb.guile/scm-arch.exp
4558 * gdb.guile/scm-block.exp
4559 * gdb.guile/scm-breakpoint.exp
4560 * gdb.guile/scm-cmd.exp
4561 * gdb.guile/scm-disasm.exp
4562 * gdb.guile/scm-equal.exp
4563 * gdb.guile/scm-frame-args.exp
4564 * gdb.guile/scm-frame-inline.exp
4565 * gdb.guile/scm-frame.exp
4566 * gdb.guile/scm-iterator.exp
4567 * gdb.guile/scm-math.exp
4568 * gdb.guile/scm-objfile.exp
4569 * gdb.guile/scm-ports.exp
4570 * gdb.guile/scm-symbol.exp
4571 * gdb.guile/scm-symtab.exp
4572 * gdb.guile/scm-value-cc.exp
4573 * gdb.guile/types-module.exp
4574 * gdb.linespec/break-ask.exp
4575 * gdb.linespec/cpexplicit.exp
4576 * gdb.linespec/explicit.exp
4577 * gdb.linespec/keywords.exp
4578 * gdb.linespec/linespec.exp
4579 * gdb.linespec/ls-dollar.exp
4580 * gdb.linespec/ls-errs.exp
4581 * gdb.linespec/skip-two.exp
4582 * gdb.linespec/thread.exp
4583 * gdb.mi/mi-async.exp
4584 * gdb.mi/mi-basics.exp
4585 * gdb.mi/mi-break.exp
4586 * gdb.mi/mi-catch-load.exp
4587 * gdb.mi/mi-cli.exp
4588 * gdb.mi/mi-cmd-param-changed.exp
4589 * gdb.mi/mi-console.exp
4590 * gdb.mi/mi-detach.exp
4591 * gdb.mi/mi-disassemble.exp
4592 * gdb.mi/mi-eval.exp
4593 * gdb.mi/mi-file-transfer.exp
4594 * gdb.mi/mi-file.exp
4595 * gdb.mi/mi-fill-memory.exp
4596 * gdb.mi/mi-inheritance-syntax-error.exp
4597 * gdb.mi/mi-linespec-err-cp.exp
4598 * gdb.mi/mi-logging.exp
4599 * gdb.mi/mi-memory-changed.exp
4600 * gdb.mi/mi-read-memory.exp
4601 * gdb.mi/mi-record-changed.exp
4602 * gdb.mi/mi-reg-undefined.exp
4603 * gdb.mi/mi-regs.exp
4604 * gdb.mi/mi-return.exp
4605 * gdb.mi/mi-reverse.exp
4606 * gdb.mi/mi-simplerun.exp
4607 * gdb.mi/mi-solib.exp
4608 * gdb.mi/mi-stack.exp
4609 * gdb.mi/mi-stepi.exp
4610 * gdb.mi/mi-syn-frame.exp
4611 * gdb.mi/mi-until.exp
4612 * gdb.mi/mi-var-block.exp
4613 * gdb.mi/mi-var-child.exp
4614 * gdb.mi/mi-var-cmd.exp
4615 * gdb.mi/mi-var-cp.exp
4616 * gdb.mi/mi-var-display.exp
4617 * gdb.mi/mi-var-invalidate.exp
4618 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4619 * gdb.mi/mi-vla-fortran.exp
4620 * gdb.mi/mi-watch.exp
4621 * gdb.mi/mi2-var-child.exp
4622 * gdb.mi/user-selected-context-sync.exp
4623 * gdb.modula2/unbounded-array.exp
4624 * gdb.multi/dummy-frame-restore.exp
4625 * gdb.multi/multi-arch-exec.exp
4626 * gdb.multi/multi-arch.exp
4627 * gdb.multi/tids.exp
4628 * gdb.multi/watchpoint-multi.exp
4629 * gdb.opencl/callfuncs.exp
4630 * gdb.opencl/convs_casts.exp
4631 * gdb.opencl/datatypes.exp
4632 * gdb.opencl/operators.exp
4633 * gdb.opencl/vec_comps.exp
4634 * gdb.opt/clobbered-registers-O2.exp
4635 * gdb.opt/inline-break.exp
4636 * gdb.opt/inline-bt.exp
4637 * gdb.opt/inline-cmds.exp
4638 * gdb.opt/inline-locals.exp
4639 * gdb.pascal/case-insensitive-symbols.exp
4640 * gdb.pascal/floats.exp
4641 * gdb.pascal/gdb11492.exp
4642 * gdb.python/lib-types.exp
4643 * gdb.python/py-arch.exp
4644 * gdb.python/py-as-string.exp
4645 * gdb.python/py-bad-printers.exp
4646 * gdb.python/py-block.exp
4647 * gdb.python/py-breakpoint-create-fail.exp
4648 * gdb.python/py-breakpoint.exp
4649 * gdb.python/py-caller-is.exp
4650 * gdb.python/py-cmd.exp
4651 * gdb.python/py-explore-cc.exp
4652 * gdb.python/py-explore.exp
4653 * gdb.python/py-finish-breakpoint.exp
4654 * gdb.python/py-finish-breakpoint2.exp
4655 * gdb.python/py-frame-args.exp
4656 * gdb.python/py-frame-inline.exp
4657 * gdb.python/py-frame.exp
4658 * gdb.python/py-framefilter-mi.exp
4659 * gdb.python/py-infthread.exp
4660 * gdb.python/py-lazy-string.exp
4661 * gdb.python/py-linetable.exp
4662 * gdb.python/py-mi-events.exp
4663 * gdb.python/py-mi-objfile.exp
4664 * gdb.python/py-mi.exp
4665 * gdb.python/py-objfile.exp
4666 * gdb.python/py-pp-integral.exp
4667 * gdb.python/py-pp-maint.exp
4668 * gdb.python/py-pp-re-notag.exp
4669 * gdb.python/py-pp-registration.exp
4670 * gdb.python/py-recurse-unwind.exp
4671 * gdb.python/py-strfns.exp
4672 * gdb.python/py-symbol.exp
4673 * gdb.python/py-symtab.exp
4674 * gdb.python/py-sync-interp.exp
4675 * gdb.python/py-typeprint.exp
4676 * gdb.python/py-unwind-maint.exp
4677 * gdb.python/py-unwind.exp
4678 * gdb.python/py-value-cc.exp
4679 * gdb.python/py-xmethods.exp
4680 * gdb.reverse/amd64-tailcall-reverse.exp
4681 * gdb.reverse/break-precsave.exp
4682 * gdb.reverse/break-reverse.exp
4683 * gdb.reverse/consecutive-precsave.exp
4684 * gdb.reverse/consecutive-reverse.exp
4685 * gdb.reverse/finish-precsave.exp
4686 * gdb.reverse/finish-reverse-bkpt.exp
4687 * gdb.reverse/finish-reverse.exp
4688 * gdb.reverse/fstatat-reverse.exp
4689 * gdb.reverse/getresuid-reverse.exp
4690 * gdb.reverse/i386-precsave.exp
4691 * gdb.reverse/i386-reverse.exp
4692 * gdb.reverse/i386-sse-reverse.exp
4693 * gdb.reverse/i387-env-reverse.exp
4694 * gdb.reverse/i387-stack-reverse.exp
4695 * gdb.reverse/insn-reverse.exp
4696 * gdb.reverse/machinestate-precsave.exp
4697 * gdb.reverse/machinestate.exp
4698 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4699 * gdb.reverse/pipe-reverse.exp
4700 * gdb.reverse/readv-reverse.exp
4701 * gdb.reverse/recvmsg-reverse.exp
4702 * gdb.reverse/rerun-prec.exp
4703 * gdb.reverse/s390-mvcle.exp
4704 * gdb.reverse/step-precsave.exp
4705 * gdb.reverse/step-reverse.exp
4706 * gdb.reverse/time-reverse.exp
4707 * gdb.reverse/until-precsave.exp
4708 * gdb.reverse/until-reverse.exp
4709 * gdb.reverse/waitpid-reverse.exp
4710 * gdb.reverse/watch-precsave.exp
4711 * gdb.reverse/watch-reverse.exp
4712 * gdb.rust/generics.exp
4713 * gdb.rust/methods.exp
4714 * gdb.rust/modules.exp
4715 * gdb.rust/simple.exp
4716 * gdb.server/connect-with-no-symbol-file.exp
4717 * gdb.server/ext-attach.exp
4718 * gdb.server/ext-restart.exp
4719 * gdb.server/ext-wrapper.exp
4720 * gdb.server/file-transfer.exp
4721 * gdb.server/server-exec-info.exp
4722 * gdb.server/server-kill.exp
4723 * gdb.server/server-mon.exp
4724 * gdb.server/wrapper.exp
4725 * gdb.stabs/exclfwd.exp
4726 * gdb.stabs/gdb11479.exp
4727 * gdb.threads/clone-new-thread-event.exp
4728 * gdb.threads/corethreads.exp
4729 * gdb.threads/current-lwp-dead.exp
4730 * gdb.threads/dlopen-libpthread.exp
4731 * gdb.threads/gcore-thread.exp
4732 * gdb.threads/sigstep-threads.exp
4733 * gdb.threads/watchpoint-fork.exp
4734 * gdb.trace/actions-changed.exp
4735 * gdb.trace/backtrace.exp
4736 * gdb.trace/change-loc.exp
4737 * gdb.trace/circ.exp
4738 * gdb.trace/collection.exp
4739 * gdb.trace/disconnected-tracing.exp
4740 * gdb.trace/ftrace.exp
4741 * gdb.trace/mi-trace-frame-collected.exp
4742 * gdb.trace/mi-trace-unavailable.exp
4743 * gdb.trace/mi-traceframe-changed.exp
4744 * gdb.trace/mi-tsv-changed.exp
4745 * gdb.trace/no-attach-trace.exp
4746 * gdb.trace/passc-dyn.exp
4747 * gdb.trace/qtro.exp
4748 * gdb.trace/range-stepping.exp
4749 * gdb.trace/read-memory.exp
4750 * gdb.trace/save-trace.exp
4751 * gdb.trace/signal.exp
4752 * gdb.trace/status-stop.exp
4753 * gdb.trace/tfile.exp
4754 * gdb.trace/trace-break.exp
4755 * gdb.trace/trace-buffer-size.exp
4756 * gdb.trace/trace-condition.exp
4757 * gdb.trace/tracefile-pseudo-reg.exp
4758 * gdb.trace/tstatus.exp
4759 * gdb.trace/unavailable.exp
4760 * gdb.trace/while-dyn.exp
4761 * gdb.trace/while-stepping.exp
4762
4763 2016-12-22 Doug Evans <xdje42@gmail.com>
4764
4765 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4766 and msymbols.
4767
4768 2016-12-19 Yao Qi <yao.qi@linaro.org>
4769
4770 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4771 (test_with_self): Don't call do_steps_and_nexts, and remove
4772 code about stepping into xmalloc.
4773
4774 2016-12-09 Yao Qi <yao.qi@linaro.org>
4775
4776 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4777
4778 2016-12-09 Yao Qi <yao.qi@linaro.org>
4779
4780 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4781
4782 2016-12-09 Pedro Alves <palves@redhat.com>
4783
4784 * gdb.base/all-architectures-0.exp: New file.
4785 * gdb.base/all-architectures-1.exp: New file.
4786 * gdb.base/all-architectures-2.exp: New file.
4787 * gdb.base/all-architectures-3.exp: New file.
4788 * gdb.base/all-architectures-4.exp: New file.
4789 * gdb.base/all-architectures-5.exp: New file.
4790 * gdb.base/all-architectures-6.exp: New file.
4791 * gdb.base/all-architectures-7.exp: New file.
4792 * gdb.base/all-architectures.exp.in: New file.
4793
4794 2016-12-09 Yao Qi <yao.qi@linaro.org>
4795
4796 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4797
4798 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4799
4800 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4801 possible.
4802 Remove useless pattern-matching code.
4803
4804 2016-12-02 Pedro Alves <palves@redhat.com>
4805
4806 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4807 procedure.
4808 (top level): Call it.
4809
4810 2016-12-02 Pedro Alves <palves@redhat.com>
4811
4812 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4813 New procedure.
4814 (top level): Call it.
4815
4816 2016-12-02 Pedro Alves <palves@redhat.com>
4817
4818 PR cli/20559
4819 * gdb.base/commands.exp (user_defined_command_args_eval): New
4820 procedure.
4821 (top level): Call it.
4822
4823 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4824
4825 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4826 timeout handling.
4827
4828 2016-12-02 Tom Tromey <tom@tromey.com>
4829
4830 * gdb.dwarf2/main-subprogram.c: New file.
4831 * gdb.dwarf2/main-subprogram.exp: New file.
4832
4833 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4834
4835 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4836 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4837 gdb_test_no_output for a couple of cases.
4838 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4839
4840 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4841
4842 Fix test names and standardize compilation error messages throughout
4843 the following files:
4844
4845 * gdb.ada/start.exp
4846 * gdb.arch/alpha-step.exp
4847 * gdb.arch/e500-prologue.exp
4848 * gdb.arch/ftrace-insn-reloc.exp
4849 * gdb.arch/gdb1291.exp
4850 * gdb.arch/gdb1431.exp
4851 * gdb.arch/gdb1558.exp
4852 * gdb.arch/i386-dr3-watch.exp
4853 * gdb.arch/i386-sse-stack-align.exp
4854 * gdb.arch/ia64-breakpoint-shadow.exp
4855 * gdb.arch/pa-nullify.exp
4856 * gdb.arch/powerpc-aix-prologue.exp
4857 * gdb.arch/thumb-bx-pc.exp
4858 * gdb.base/annota1.exp
4859 * gdb.base/annota3.exp
4860 * gdb.base/arrayidx.exp
4861 * gdb.base/assign.exp
4862 * gdb.base/attach.exp
4863 * gdb.base/auxv.exp
4864 * gdb.base/bang.exp
4865 * gdb.base/bfp-test.exp
4866 * gdb.base/bigcore.exp
4867 * gdb.base/bitfields2.exp
4868 * gdb.base/break-fun-addr.exp
4869 * gdb.base/break-probes.exp
4870 * gdb.base/call-rt-st.exp
4871 * gdb.base/callexit.exp
4872 * gdb.base/catch-fork-kill.exp
4873 * gdb.base/charset.exp
4874 * gdb.base/checkpoint.exp
4875 * gdb.base/comprdebug.exp
4876 * gdb.base/constvars.exp
4877 * gdb.base/coredump-filter.exp
4878 * gdb.base/cursal.exp
4879 * gdb.base/cvexpr.exp
4880 * gdb.base/detach.exp
4881 * gdb.base/display.exp
4882 * gdb.base/dmsym.exp
4883 * gdb.base/dprintf-pending.exp
4884 * gdb.base/dso2dso.exp
4885 * gdb.base/dtrace-probe.exp
4886 * gdb.base/dump.exp
4887 * gdb.base/enum_cond.exp
4888 * gdb.base/exe-lock.exp
4889 * gdb.base/exec-invalid-sysroot.exp
4890 * gdb.base/execl-update-breakpoints.exp
4891 * gdb.base/exprs.exp
4892 * gdb.base/fileio.exp
4893 * gdb.base/find.exp
4894 * gdb.base/finish.exp
4895 * gdb.base/fixsection.exp
4896 * gdb.base/foll-vfork.exp
4897 * gdb.base/frame-args.exp
4898 * gdb.base/gcore.exp
4899 * gdb.base/gdb1250.exp
4900 * gdb.base/global-var-nested-by-dso.exp
4901 * gdb.base/gnu-ifunc.exp
4902 * gdb.base/hashline1.exp
4903 * gdb.base/hashline2.exp
4904 * gdb.base/hashline3.exp
4905 * gdb.base/hbreak-in-shr-unsupported.exp
4906 * gdb.base/huge.exp
4907 * gdb.base/infcall-input.exp
4908 * gdb.base/info-fun.exp
4909 * gdb.base/info-shared.exp
4910 * gdb.base/jit-simple.exp
4911 * gdb.base/jit-so.exp
4912 * gdb.base/jit.exp
4913 * gdb.base/jump.exp
4914 * gdb.base/label.exp
4915 * gdb.base/lineinc.exp
4916 * gdb.base/logical.exp
4917 * gdb.base/longjmp.exp
4918 * gdb.base/macscp.exp
4919 * gdb.base/miscexprs.exp
4920 * gdb.base/new-ui-echo.exp
4921 * gdb.base/new-ui-pending-input.exp
4922 * gdb.base/new-ui.exp
4923 * gdb.base/nodebug.exp
4924 * gdb.base/nofield.exp
4925 * gdb.base/offsets.exp
4926 * gdb.base/overlays.exp
4927 * gdb.base/pending.exp
4928 * gdb.base/pointers.exp
4929 * gdb.base/pr11022.exp
4930 * gdb.base/printcmds.exp
4931 * gdb.base/prologue.exp
4932 * gdb.base/ptr-typedef.exp
4933 * gdb.base/realname-expand.exp
4934 * gdb.base/relativedebug.exp
4935 * gdb.base/relocate.exp
4936 * gdb.base/remote.exp
4937 * gdb.base/reread.exp
4938 * gdb.base/return2.exp
4939 * gdb.base/savedregs.exp
4940 * gdb.base/sep.exp
4941 * gdb.base/sepdebug.exp
4942 * gdb.base/sepsymtab.exp
4943 * gdb.base/set-inferior-tty.exp
4944 * gdb.base/setshow.exp
4945 * gdb.base/shlib-call.exp
4946 * gdb.base/sigaltstack.exp
4947 * gdb.base/siginfo-addr.exp
4948 * gdb.base/signals.exp
4949 * gdb.base/signull.exp
4950 * gdb.base/sigrepeat.exp
4951 * gdb.base/so-impl-ld.exp
4952 * gdb.base/solib-display.exp
4953 * gdb.base/solib-overlap.exp
4954 * gdb.base/solib-search.exp
4955 * gdb.base/solib-symbol.exp
4956 * gdb.base/structs.exp
4957 * gdb.base/structs2.exp
4958 * gdb.base/symtab-search-order.exp
4959 * gdb.base/twice.exp
4960 * gdb.base/unload.exp
4961 * gdb.base/varargs.exp
4962 * gdb.base/watchpoint-solib.exp
4963 * gdb.base/watchpoint.exp
4964 * gdb.base/whatis.exp
4965 * gdb.base/wrong_frame_bt_full.exp
4966 * gdb.btrace/dlopen.exp
4967 * gdb.cell/ea-standalone.exp
4968 * gdb.cell/ea-test.exp
4969 * gdb.cp/dispcxx.exp
4970 * gdb.cp/gdb2384.exp
4971 * gdb.cp/method2.exp
4972 * gdb.cp/nextoverthrow.exp
4973 * gdb.cp/pr10728.exp
4974 * gdb.disasm/am33.exp
4975 * gdb.disasm/h8300s.exp
4976 * gdb.disasm/mn10300.exp
4977 * gdb.disasm/sh3.exp
4978 * gdb.dwarf2/dw2-dir-file-name.exp
4979 * gdb.fortran/complex.exp
4980 * gdb.fortran/library-module.exp
4981 * gdb.guile/scm-pretty-print.exp
4982 * gdb.guile/scm-symbol.exp
4983 * gdb.guile/scm-type.exp
4984 * gdb.guile/scm-value.exp
4985 * gdb.linespec/linespec.exp
4986 * gdb.mi/gdb701.exp
4987 * gdb.mi/gdb792.exp
4988 * gdb.mi/mi-breakpoint-changed.exp
4989 * gdb.mi/mi-dprintf-pending.exp
4990 * gdb.mi/mi-dprintf.exp
4991 * gdb.mi/mi-exit-code.exp
4992 * gdb.mi/mi-pending.exp
4993 * gdb.mi/mi-solib.exp
4994 * gdb.mi/new-ui-mi-sync.exp
4995 * gdb.mi/pr11022.exp
4996 * gdb.mi/user-selected-context-sync.exp
4997 * gdb.opt/solib-intra-step.exp
4998 * gdb.python/py-events.exp
4999 * gdb.python/py-finish-breakpoint.exp
5000 * gdb.python/py-mi.exp
5001 * gdb.python/py-prettyprint.exp
5002 * gdb.python/py-shared.exp
5003 * gdb.python/py-symbol.exp
5004 * gdb.python/py-template.exp
5005 * gdb.python/py-type.exp
5006 * gdb.python/py-value.exp
5007 * gdb.reverse/solib-precsave.exp
5008 * gdb.reverse/solib-reverse.exp
5009 * gdb.server/solib-list.exp
5010 * gdb.stabs/weird.exp
5011 * gdb.threads/reconnect-signal.exp
5012 * gdb.threads/stepi-random-signal.exp
5013 * gdb.trace/actions.exp
5014 * gdb.trace/ax.exp
5015 * gdb.trace/backtrace.exp
5016 * gdb.trace/change-loc.exp
5017 * gdb.trace/deltrace.exp
5018 * gdb.trace/ftrace-lock.exp
5019 * gdb.trace/ftrace.exp
5020 * gdb.trace/infotrace.exp
5021 * gdb.trace/mi-tracepoint-changed.exp
5022 * gdb.trace/packetlen.exp
5023 * gdb.trace/passcount.exp
5024 * gdb.trace/pending.exp
5025 * gdb.trace/range-stepping.exp
5026 * gdb.trace/report.exp
5027 * gdb.trace/stap-trace.exp
5028 * gdb.trace/tfind.exp
5029 * gdb.trace/trace-break.exp
5030 * gdb.trace/trace-condition.exp
5031 * gdb.trace/trace-enable-disable.exp
5032 * gdb.trace/trace-mt.exp
5033 * gdb.trace/tracecmd.exp
5034 * gdb.trace/tspeed.exp
5035 * gdb.trace/tsv.exp
5036 * lib/perftest.exp
5037
5038 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5039
5040 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5041 with gdb_test_no_output.
5042 Use command as test name.
5043
5044 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5045
5046 Fix test names starting with uppercase throughout the files.
5047
5048 * gdb.ada/assign_1.exp
5049 * gdb.ada/boolean_expr.exp
5050 * gdb.base/arrayidx.exp
5051 * gdb.base/del.exp
5052 * gdb.base/gcore-buffer-overflow.exp
5053 * gdb.base/testenv.exp
5054 * gdb.compile/compile.exp
5055 * gdb.python/py-framefilter-invalidarg.exp
5056 * gdb.python/py-framefilter.exp
5057
5058 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5059
5060 Fix test names starting with uppercase throughout the files.
5061
5062 * gdb.ada/array_return.exp
5063 * gdb.ada/expr_delims.exp
5064 * gdb.ada/mi_dyn_arr.exp
5065 * gdb.ada/mi_interface.exp
5066 * gdb.ada/mi_var_array.exp
5067 * gdb.ada/watch_arg.exp
5068 * gdb.arch/alpha-step.exp
5069 * gdb.arch/altivec-regs.exp
5070 * gdb.arch/e500-regs.exp
5071 * gdb.arch/powerpc-d128-regs.exp
5072 * gdb.base/arrayidx.exp
5073 * gdb.base/break.exp
5074 * gdb.base/checkpoint.exp
5075 * gdb.base/debug-expr.exp
5076 * gdb.base/dmsym.exp
5077 * gdb.base/radix.exp
5078 * gdb.base/sepdebug.exp
5079 * gdb.base/testenv.exp
5080 * gdb.base/watch_thread_num.exp
5081 * gdb.base/watchpoint-cond-gone.exp
5082 * gdb.cell/break.exp
5083 * gdb.cell/ea-cache.exp
5084 * gdb.compile/compile.exp
5085 * gdb.cp/gdb2495.exp
5086 * gdb.gdb/selftest.exp
5087 * gdb.gdb/xfullpath.exp
5088 * gdb.go/hello.exp
5089 * gdb.go/integers.exp
5090 * gdb.objc/basicclass.exp
5091 * gdb.pascal/hello.exp
5092 * gdb.pascal/integers.exp
5093 * gdb.python/py-breakpoint.exp
5094 * gdb.python/py-cmd.exp
5095 * gdb.python/py-linetable.exp
5096 * gdb.python/py-xmethods.exp
5097 * gdb.python/python.exp
5098 * gdb.reverse/consecutive-precsave.exp
5099 * gdb.reverse/finish-precsave.exp
5100 * gdb.reverse/i386-precsave.exp
5101 * gdb.reverse/machinestate-precsave.exp
5102 * gdb.reverse/sigall-precsave.exp
5103 * gdb.reverse/solib-precsave.exp
5104 * gdb.reverse/step-precsave.exp
5105 * gdb.reverse/until-precsave.exp
5106 * gdb.reverse/watch-precsave.exp
5107 * gdb.threads/leader-exit.exp
5108 * gdb.threads/pthreads.exp
5109 * gdb.threads/wp-replication.exp
5110 * gdb.trace/actions.exp
5111 * gdb.trace/mi-tsv-changed.exp
5112 * gdb.trace/tsv.exp
5113
5114 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5115
5116 Fix test names starting with uppercase throughout the files.
5117
5118 * gdb.arch/i386-bp_permanent.exp
5119 * gdb.arch/i386-gnu-cfi.exp
5120 * gdb.base/disasm-end-cu.exp
5121 * gdb.base/macscp.exp
5122 * gdb.base/pending.exp
5123 * gdb.base/watch_thread_num.exp
5124 * gdb.cp/exception.exp
5125 * gdb.cp/gdb2495.exp
5126 * gdb.cp/local.exp
5127 * gdb.python/py-evsignal.exp
5128 * gdb.python/python.exp
5129 * gdb.trace/tracecmd.exp
5130
5131 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5132
5133 Fix test names starting with uppercase throughout the files.
5134
5135 * gdb.base/charset.exp
5136 * gdb.base/eval.exp
5137 * gdb.base/multi-forks.exp
5138 * gdb.guile/scm-progspace.exp
5139 * gdb.opencl/datatypes.exp
5140 * gdb.python/py-block.exp
5141 * gdb.python/py-function.exp
5142 * gdb.python/py-symbol.exp
5143 * gdb.python/py-symtab.exp
5144 * gdb.python/py-xmethods.exp
5145 * gdb.reverse/break-precsave.exp
5146 * gdb.reverse/break-reverse.exp
5147 * gdb.reverse/consecutive-precsave.exp
5148 * gdb.reverse/consecutive-reverse.exp
5149 * gdb.reverse/finish-precsave.exp
5150 * gdb.reverse/finish-reverse-bkpt.exp
5151 * gdb.reverse/finish-reverse.exp
5152 * gdb.reverse/fstatat-reverse.exp
5153 * gdb.reverse/getresuid-reverse.exp
5154 * gdb.reverse/i386-precsave.exp
5155 * gdb.reverse/i386-reverse.exp
5156 * gdb.reverse/i386-sse-reverse.exp
5157 * gdb.reverse/i387-stack-reverse.exp
5158 * gdb.reverse/insn-reverse.exp
5159 * gdb.reverse/machinestate-precsave.exp
5160 * gdb.reverse/machinestate.exp
5161 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5162 * gdb.reverse/pipe-reverse.exp
5163 * gdb.reverse/readv-reverse.exp
5164 * gdb.reverse/recvmsg-reverse.exp
5165 * gdb.reverse/rerun-prec.exp
5166 * gdb.reverse/s390-mvcle.exp
5167 * gdb.reverse/sigall-precsave.exp
5168 * gdb.reverse/sigall-reverse.exp
5169 * gdb.reverse/solib-precsave.exp
5170 * gdb.reverse/solib-reverse.exp
5171 * gdb.reverse/step-precsave.exp
5172 * gdb.reverse/step-reverse.exp
5173 * gdb.reverse/time-reverse.exp
5174 * gdb.reverse/until-precsave.exp
5175 * gdb.reverse/until-reverse.exp
5176 * gdb.reverse/waitpid-reverse.exp
5177 * gdb.reverse/watch-precsave.exp
5178 * gdb.reverse/watch-reverse.exp
5179
5180 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5181
5182 Fix test names starting with uppercase throughout the files.
5183
5184 * gdb.arch/i386-mpx-simple_segv.exp
5185 * gdb.arch/i386-mpx.exp
5186 * gdb.arch/i386-permbkpt.exp
5187 * gdb.arch/pa-nullify.exp
5188 * gdb.arch/powerpc-d128-regs.exp
5189 * gdb.arch/vsx-regs.exp
5190 * gdb.base/bfp-test.exp
5191 * gdb.base/break.exp
5192 * gdb.base/breakpoint-shadow.exp
5193 * gdb.base/callfuncs.exp
5194 * gdb.base/charset.exp
5195 * gdb.base/commands.exp
5196 * gdb.base/completion.exp
5197 * gdb.base/dfp-test.exp
5198 * gdb.base/echo.exp
5199 * gdb.base/ending-run.exp
5200 * gdb.base/eval.exp
5201 * gdb.base/expand-psymtabs.exp
5202 * gdb.base/float128.exp
5203 * gdb.base/floatn.exp
5204 * gdb.base/foll-exec-mode.exp
5205 * gdb.base/gdb1056.exp
5206 * gdb.base/gdb11531.exp
5207 * gdb.base/kill-after-signal.exp
5208 * gdb.base/multi-forks.exp
5209 * gdb.base/overlays.exp
5210 * gdb.base/pending.exp
5211 * gdb.base/sepdebug.exp
5212 * gdb.base/testenv.exp
5213 * gdb.base/valgrind-db-attach.exp
5214 * gdb.base/watch_thread_num.exp
5215 * gdb.base/watchpoint-cond-gone.exp
5216 * gdb.base/watchpoint.exp
5217 * gdb.base/watchpoints.exp
5218 * gdb.cp/arg-reference.exp
5219 * gdb.cp/baseenum.exp
5220 * gdb.cp/operator.exp
5221 * gdb.cp/shadow.exp
5222 * gdb.dwarf2/dw2-op-out-param.exp
5223 * gdb.dwarf2/dw2-reg-undefined.exp
5224 * gdb.go/chan.exp
5225 * gdb.go/hello.exp
5226 * gdb.go/integers.exp
5227 * gdb.go/methods.exp
5228 * gdb.go/package.exp
5229 * gdb.guile/scm-parameter.exp
5230 * gdb.guile/scm-progspace.exp
5231 * gdb.guile/scm-value.exp
5232 * gdb.mi/mi-pending.exp
5233 * gdb.mi/user-selected-context-sync.exp
5234 * gdb.multi/multi-attach.exp
5235 * gdb.multi/tids.exp
5236 * gdb.opt/clobbered-registers-O2.exp
5237 * gdb.pascal/floats.exp
5238 * gdb.pascal/integers.exp
5239 * gdb.python/py-block.exp
5240 * gdb.python/py-events.exp
5241 * gdb.python/py-parameter.exp
5242 * gdb.python/py-symbol.exp
5243 * gdb.python/py-symtab.exp
5244 * gdb.python/py-type.exp
5245 * gdb.python/py-value.exp
5246 * gdb.python/py-xmethods.exp
5247 * gdb.python/python.exp
5248 * gdb.reverse/break-precsave.exp
5249 * gdb.reverse/consecutive-precsave.exp
5250 * gdb.reverse/finish-precsave.exp
5251 * gdb.reverse/i386-precsave.exp
5252 * gdb.reverse/machinestate-precsave.exp
5253 * gdb.reverse/sigall-precsave.exp
5254 * gdb.reverse/solib-precsave.exp
5255 * gdb.reverse/step-precsave.exp
5256 * gdb.reverse/until-precsave.exp
5257 * gdb.reverse/watch-precsave.exp
5258 * gdb.server/ext-attach.exp
5259 * gdb.server/ext-restart.exp
5260 * gdb.server/ext-run.exp
5261 * gdb.server/ext-wrapper.exp
5262 * gdb.stabs/gdb11479.exp
5263 * gdb.stabs/weird.exp
5264 * gdb.threads/attach-many-short-lived-threads.exp
5265 * gdb.threads/kill.exp
5266 * gdb.threads/watchpoint-fork.exp
5267
5268 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5269
5270 Fix test names starting with uppercase throughout all the files below.
5271
5272 * gdb.ada/array_return.exp
5273 * gdb.ada/catch_ex.exp
5274 * gdb.ada/info_exc.exp
5275 * gdb.ada/mi_catch_ex.exp
5276 * gdb.ada/mi_dyn_arr.exp
5277 * gdb.ada/mi_ex_cond.exp
5278 * gdb.ada/mi_exc_info.exp
5279 * gdb.ada/mi_interface.exp
5280 * gdb.ada/mi_task_arg.exp
5281 * gdb.ada/mi_task_info.exp
5282 * gdb.ada/mi_var_array.exp
5283 * gdb.arch/alpha-step.exp
5284 * gdb.arch/amd64-disp-step.exp
5285 * gdb.arch/arm-disp-step.exp
5286 * gdb.arch/disp-step-insn-reloc.exp
5287 * gdb.arch/e500-prologue.exp
5288 * gdb.arch/ftrace-insn-reloc.exp
5289 * gdb.arch/gdb1558.exp
5290 * gdb.arch/i386-bp_permanent.exp
5291 * gdb.arch/i386-disp-step.exp
5292 * gdb.arch/i386-float.exp
5293 * gdb.arch/i386-gnu-cfi.exp
5294 * gdb.arch/ia64-breakpoint-shadow.exp
5295 * gdb.arch/mips16-thunks.exp
5296 * gdb.arch/pa-nullify.exp
5297 * gdb.arch/powerpc-aix-prologue.exp
5298 * gdb.arch/powerpc-power.exp
5299 * gdb.arch/ppc-dfp.exp
5300 * gdb.arch/s390-tdbregs.exp
5301 * gdb.arch/spu-info.exp
5302 * gdb.arch/spu-ls.exp
5303 * gdb.arch/thumb-bx-pc.exp
5304 * gdb.base/advance.exp
5305 * gdb.base/annota-input-while-running.exp
5306 * gdb.base/arrayidx.exp
5307 * gdb.base/asmlabel.exp
5308 * gdb.base/async.exp
5309 * gdb.base/attach-wait-input.exp
5310 * gdb.base/auto-connect-native-target.exp
5311 * gdb.base/batch-preserve-term-settings.exp
5312 * gdb.base/bfp-test.exp
5313 * gdb.base/bigcore.exp
5314 * gdb.base/bp-permanent.exp
5315 * gdb.base/break-always.exp
5316 * gdb.base/break-fun-addr.exp
5317 * gdb.base/break-idempotent.exp
5318 * gdb.base/break-main-file-remove-fail.exp
5319 * gdb.base/break-probes.exp
5320 * gdb.base/break-unload-file.exp
5321 * gdb.base/break.exp
5322 * gdb.base/call-ar-st.exp
5323 * gdb.base/call-rt-st.exp
5324 * gdb.base/call-sc.exp
5325 * gdb.base/call-signal-resume.exp
5326 * gdb.base/call-strs.exp
5327 * gdb.base/callexit.exp
5328 * gdb.base/callfuncs.exp
5329 * gdb.base/catch-gdb-caused-signals.exp
5330 * gdb.base/catch-signal-siginfo-cond.exp
5331 * gdb.base/catch-syscall.exp
5332 * gdb.base/compare-sections.exp
5333 * gdb.base/cond-eval-mode.exp
5334 * gdb.base/condbreak-call-false.exp
5335 * gdb.base/consecutive-step-over.exp
5336 * gdb.base/cursal.exp
5337 * gdb.base/disabled-location.exp
5338 * gdb.base/disasm-end-cu.exp
5339 * gdb.base/display.exp
5340 * gdb.base/double-prompt-target-event-error.exp
5341 * gdb.base/dprintf-bp-same-addr.exp
5342 * gdb.base/dprintf-detach.exp
5343 * gdb.base/dprintf-next.exp
5344 * gdb.base/dprintf-non-stop.exp
5345 * gdb.base/dprintf-pending.exp
5346 * gdb.base/dso2dso.exp
5347 * gdb.base/ending-run.exp
5348 * gdb.base/enum_cond.exp
5349 * gdb.base/examine-backward.exp
5350 * gdb.base/exe-lock.exp
5351 * gdb.base/exec-invalid-sysroot.exp
5352 * gdb.base/execl-update-breakpoints.exp
5353 * gdb.base/execution-termios.exp
5354 * gdb.base/fileio.exp
5355 * gdb.base/fixsection.exp
5356 * gdb.base/foll-exec-mode.exp
5357 * gdb.base/foll-exec.exp
5358 * gdb.base/fork-running-state.exp
5359 * gdb.base/frame-args.exp
5360 * gdb.base/fullpath-expand.exp
5361 * gdb.base/func-ptr.exp
5362 * gdb.base/gcore-relro-pie.exp
5363 * gdb.base/gdb1090.exp
5364 * gdb.base/gdb1555.exp
5365 * gdb.base/global-var-nested-by-dso.exp
5366 * gdb.base/gnu-ifunc.exp
5367 * gdb.base/hbreak-in-shr-unsupported.exp
5368 * gdb.base/hbreak-unmapped.exp
5369 * gdb.base/hook-stop.exp
5370 * gdb.base/infcall-input.exp
5371 * gdb.base/info-fun.exp
5372 * gdb.base/info-shared.exp
5373 * gdb.base/interrupt-noterm.exp
5374 * gdb.base/jit-so.exp
5375 * gdb.base/jit.exp
5376 * gdb.base/line-symtabs.exp
5377 * gdb.base/list.exp
5378 * gdb.base/longjmp.exp
5379 * gdb.base/macscp.exp
5380 * gdb.base/max-value-size.exp
5381 * gdb.base/nodebug.exp
5382 * gdb.base/nofield.exp
5383 * gdb.base/overlays.exp
5384 * gdb.base/paginate-after-ctrl-c-running.exp
5385 * gdb.base/paginate-bg-execution.exp
5386 * gdb.base/paginate-inferior-exit.exp
5387 * gdb.base/pending.exp
5388 * gdb.base/pr11022.exp
5389 * gdb.base/printcmds.exp
5390 * gdb.base/ptr-typedef.exp
5391 * gdb.base/ptype.exp
5392 * gdb.base/randomize.exp
5393 * gdb.base/range-stepping.exp
5394 * gdb.base/realname-expand.exp
5395 * gdb.base/relativedebug.exp
5396 * gdb.base/remote.exp
5397 * gdb.base/savedregs.exp
5398 * gdb.base/sepdebug.exp
5399 * gdb.base/set-noassign.exp
5400 * gdb.base/shlib-call.exp
5401 * gdb.base/shreloc.exp
5402 * gdb.base/sigaltstack.exp
5403 * gdb.base/sigbpt.exp
5404 * gdb.base/siginfo-addr.exp
5405 * gdb.base/siginfo-obj.exp
5406 * gdb.base/siginfo-thread.exp
5407 * gdb.base/signest.exp
5408 * gdb.base/signull.exp
5409 * gdb.base/sigrepeat.exp
5410 * gdb.base/skip.exp
5411 * gdb.base/so-impl-ld.exp
5412 * gdb.base/solib-corrupted.exp
5413 * gdb.base/solib-disc.exp
5414 * gdb.base/solib-display.exp
5415 * gdb.base/solib-overlap.exp
5416 * gdb.base/solib-search.exp
5417 * gdb.base/solib-symbol.exp
5418 * gdb.base/source-execution.exp
5419 * gdb.base/sss-bp-on-user-bp-2.exp
5420 * gdb.base/sss-bp-on-user-bp.exp
5421 * gdb.base/stack-checking.exp
5422 * gdb.base/stale-infcall.exp
5423 * gdb.base/step-break.exp
5424 * gdb.base/step-line.exp
5425 * gdb.base/step-over-exit.exp
5426 * gdb.base/step-test.exp
5427 * gdb.base/structs.exp
5428 * gdb.base/sym-file.exp
5429 * gdb.base/symtab-search-order.exp
5430 * gdb.base/term.exp
5431 * gdb.base/type-opaque.exp
5432 * gdb.base/unload.exp
5433 * gdb.base/until-nodebug.exp
5434 * gdb.base/until.exp
5435 * gdb.base/unwindonsignal.exp
5436 * gdb.base/watch-cond.exp
5437 * gdb.base/watch-non-mem.exp
5438 * gdb.base/watch_thread_num.exp
5439 * gdb.base/watchpoint-reuse-slot.exp
5440 * gdb.base/watchpoint-solib.exp
5441 * gdb.base/watchpoint.exp
5442 * gdb.btrace/dlopen.exp
5443 * gdb.cell/arch.exp
5444 * gdb.cell/break.exp
5445 * gdb.cell/bt.exp
5446 * gdb.cell/core.exp
5447 * gdb.cell/data.exp
5448 * gdb.cell/dwarfaddr.exp
5449 * gdb.cell/ea-cache.exp
5450 * gdb.cell/ea-standalone.exp
5451 * gdb.cell/ea-test.exp
5452 * gdb.cell/f-regs.exp
5453 * gdb.cell/fork.exp
5454 * gdb.cell/gcore.exp
5455 * gdb.cell/mem-access.exp
5456 * gdb.cell/ptype.exp
5457 * gdb.cell/registers.exp
5458 * gdb.cell/sizeof.exp
5459 * gdb.cell/solib-symbol.exp
5460 * gdb.cell/solib.exp
5461 * gdb.compile/compile-tls.exp
5462 * gdb.cp/exception.exp
5463 * gdb.cp/gdb2495.exp
5464 * gdb.cp/local.exp
5465 * gdb.cp/mb-inline.exp
5466 * gdb.cp/mb-templates.exp
5467 * gdb.cp/pr10687.exp
5468 * gdb.cp/pr9167.exp
5469 * gdb.cp/scope-err.exp
5470 * gdb.cp/templates.exp
5471 * gdb.cp/virtfunc.exp
5472 * gdb.dwarf2/dw2-dir-file-name.exp
5473 * gdb.dwarf2/dw2-single-line-discriminators.exp
5474 * gdb.fortran/complex.exp
5475 * gdb.fortran/library-module.exp
5476 * gdb.guile/guile.exp
5477 * gdb.guile/scm-cmd.exp
5478 * gdb.guile/scm-frame-inline.exp
5479 * gdb.guile/scm-objfile.exp
5480 * gdb.guile/scm-pretty-print.exp
5481 * gdb.guile/scm-symbol.exp
5482 * gdb.guile/scm-type.exp
5483 * gdb.guile/scm-value.exp
5484 * gdb.linespec/keywords.exp
5485 * gdb.linespec/ls-errs.exp
5486 * gdb.linespec/macro-relative.exp
5487 * gdb.linespec/thread.exp
5488 * gdb.mi/mi-breakpoint-changed.exp
5489 * gdb.mi/mi-dprintf-pending.exp
5490 * gdb.mi/mi-fullname-deleted.exp
5491 * gdb.mi/mi-logging.exp
5492 * gdb.mi/mi-pending.exp
5493 * gdb.mi/mi-solib.exp
5494 * gdb.mi/new-ui-mi-sync.exp
5495 * gdb.mi/user-selected-context-sync.exp
5496 * gdb.multi/dummy-frame-restore.exp
5497 * gdb.multi/multi-arch-exec.exp
5498 * gdb.multi/remove-inferiors.exp
5499 * gdb.multi/watchpoint-multi-exit.exp
5500 * gdb.opt/solib-intra-step.exp
5501 * gdb.perf/backtrace.exp
5502 * gdb.perf/single-step.exp
5503 * gdb.perf/skip-command.exp
5504 * gdb.perf/skip-prologue.exp
5505 * gdb.perf/solib.exp
5506 * gdb.python/lib-types.exp
5507 * gdb.python/py-as-string.exp
5508 * gdb.python/py-bad-printers.exp
5509 * gdb.python/py-block.exp
5510 * gdb.python/py-breakpoint.exp
5511 * gdb.python/py-cmd.exp
5512 * gdb.python/py-events.exp
5513 * gdb.python/py-evthreads.exp
5514 * gdb.python/py-finish-breakpoint.exp
5515 * gdb.python/py-finish-breakpoint2.exp
5516 * gdb.python/py-frame-inline.exp
5517 * gdb.python/py-frame.exp
5518 * gdb.python/py-inferior.exp
5519 * gdb.python/py-infthread.exp
5520 * gdb.python/py-mi.exp
5521 * gdb.python/py-objfile.exp
5522 * gdb.python/py-pp-maint.exp
5523 * gdb.python/py-pp-registration.exp
5524 * gdb.python/py-prettyprint.exp
5525 * gdb.python/py-recurse-unwind.exp
5526 * gdb.python/py-shared.exp
5527 * gdb.python/py-symbol.exp
5528 * gdb.python/py-symtab.exp
5529 * gdb.python/py-template.exp
5530 * gdb.python/py-type.exp
5531 * gdb.python/py-unwind-maint.exp
5532 * gdb.python/py-unwind.exp
5533 * gdb.python/py-value.exp
5534 * gdb.python/python.exp
5535 * gdb.reverse/finish-reverse-bkpt.exp
5536 * gdb.reverse/insn-reverse.exp
5537 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5538 * gdb.reverse/solib-precsave.exp
5539 * gdb.reverse/solib-reverse.exp
5540 * gdb.stabs/gdb11479.exp
5541 * gdb.stabs/weird.exp
5542 * gdb.threads/fork-child-threads.exp
5543 * gdb.threads/fork-plus-threads.exp
5544 * gdb.threads/fork-thread-pending.exp
5545 * gdb.threads/forking-threads-plus-breakpoint.exp
5546 * gdb.threads/hand-call-in-threads.exp
5547 * gdb.threads/interrupted-hand-call.exp
5548 * gdb.threads/linux-dp.exp
5549 * gdb.threads/local-watch-wrong-thread.exp
5550 * gdb.threads/next-while-other-thread-longjmps.exp
5551 * gdb.threads/non-ldr-exit.exp
5552 * gdb.threads/pending-step.exp
5553 * gdb.threads/print-threads.exp
5554 * gdb.threads/process-dies-while-detaching.exp
5555 * gdb.threads/process-dies-while-handling-bp.exp
5556 * gdb.threads/pthreads.exp
5557 * gdb.threads/queue-signal.exp
5558 * gdb.threads/reconnect-signal.exp
5559 * gdb.threads/signal-command-handle-nopass.exp
5560 * gdb.threads/signal-command-multiple-signals-pending.exp
5561 * gdb.threads/signal-delivered-right-thread.exp
5562 * gdb.threads/signal-sigtrap.exp
5563 * gdb.threads/sigthread.exp
5564 * gdb.threads/staticthreads.exp
5565 * gdb.threads/stepi-random-signal.exp
5566 * gdb.threads/thread-unwindonsignal.exp
5567 * gdb.threads/thread_check.exp
5568 * gdb.threads/thread_events.exp
5569 * gdb.threads/tid-reuse.exp
5570 * gdb.threads/tls-nodebug.exp
5571 * gdb.threads/tls-shared.exp
5572 * gdb.threads/tls-so_extern.exp
5573 * gdb.threads/tls.exp
5574 * gdb.threads/wp-replication.exp
5575 * gdb.trace/actions-changed.exp
5576 * gdb.trace/actions.exp
5577 * gdb.trace/backtrace.exp
5578 * gdb.trace/change-loc.exp
5579 * gdb.trace/collection.exp
5580 * gdb.trace/deltrace.exp
5581 * gdb.trace/disconnected-tracing.exp
5582 * gdb.trace/entry-values.exp
5583 * gdb.trace/ftrace-lock.exp
5584 * gdb.trace/ftrace.exp
5585 * gdb.trace/infotrace.exp
5586 * gdb.trace/mi-trace-frame-collected.exp
5587 * gdb.trace/mi-trace-unavailable.exp
5588 * gdb.trace/mi-traceframe-changed.exp
5589 * gdb.trace/mi-tracepoint-changed.exp
5590 * gdb.trace/mi-tsv-changed.exp
5591 * gdb.trace/no-attach-trace.exp
5592 * gdb.trace/packetlen.exp
5593 * gdb.trace/passc-dyn.exp
5594 * gdb.trace/passcount.exp
5595 * gdb.trace/pending.exp
5596 * gdb.trace/pr16508.exp
5597 * gdb.trace/qtro.exp
5598 * gdb.trace/range-stepping.exp
5599 * gdb.trace/read-memory.exp
5600 * gdb.trace/report.exp
5601 * gdb.trace/save-trace.exp
5602 * gdb.trace/signal.exp
5603 * gdb.trace/stap-trace.exp
5604 * gdb.trace/status-stop.exp
5605 * gdb.trace/strace.exp
5606 * gdb.trace/tfile.exp
5607 * gdb.trace/tfind.exp
5608 * gdb.trace/trace-break.exp
5609 * gdb.trace/trace-condition.exp
5610 * gdb.trace/trace-enable-disable.exp
5611 * gdb.trace/trace-mt.exp
5612 * gdb.trace/tracecmd.exp
5613 * gdb.trace/tracefile-pseudo-reg.exp
5614 * gdb.trace/tspeed.exp
5615 * gdb.trace/tstatus.exp
5616 * gdb.trace/tsv.exp
5617 * gdb.trace/unavailable.exp
5618 * gdb.trace/while-dyn.exp
5619 * gdb.trace/while-stepping.exp
5620 * lib/gdb-guile.exp
5621 * lib/gdb.exp
5622 * lib/mi-support.exp
5623 * lib/pascal.exp
5624 * lib/perftest.exp
5625 * lib/prelink-support.exp
5626 * lib/selftest-support.exp
5627
5628 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5629
5630 * Makefile.in: Include disable-implicit-rules.mk.
5631
5632 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5633
5634 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5635 non-byte-aligned bit fields.
5636
5637 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5638
5639 PR gdb/12616
5640 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5641 respects the DW_AT_data_bit_offset attribute.
5642
5643 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5644
5645 * gdb.base/default.exp: Fix output of "set language".
5646
5647 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5648
5649 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5650 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5651 make.
5652 * configure.ac: Remove checks for the make program.
5653 * configure: Re-generate.
5654
5655 2016-11-16 Kevin Buettner <kevinb@redhat.com>
5656
5657 * gdb.python/py-recurse-unwind.c (main): Add loop.
5658 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5659 to read_register() and gdb.parse_and_eval(). Make each code
5660 call a separate case that can be individually tested.
5661 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5662 proc. Call cont_and_backtrace for each of the code paths that
5663 we want to test in the unwinder.
5664
5665 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5666
5667 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5668 the definition of struct S.
5669
5670 2016-11-11 Catherine Moore <clm@codesourcery.com>
5671
5672 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5673
5674 2016-11-09 Pedro Alves <palves@redhat.com>
5675
5676 * gdb.base/commands.exp (runto_or_return): New procedure.
5677 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5678 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5679 (progvar_simple_while_test, progvar_complex_if_while_test)
5680 (if_while_breakpoint_command_test)
5681 (infrun_breakpoint_command_test, breakpoint_command_test)
5682 (user_defined_command_test, watchpoint_command_test)
5683 (test_command_prompt_position, redefine_hook_test)
5684 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5685 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5686 multi_line_input and multi_line. Remove gdb_expect and
5687 gdb_stop_suppressing_tests uses.
5688 * lib/gdb.exp (valnum_re): New global.
5689 (multi_line_input): New procedure.
5690
5691 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5692
5693 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5694 Remove.
5695 (test_setup): Define with proc_with_prefix.
5696 (test_cli_inferior): Likewise.
5697 (test_cli_thread): Likewise.
5698 (test_cli_frame): Likewise.
5699 (test_cli_select_frame): Likewise.
5700 (test_cli_up_down): Likewise.
5701 (test_mi_thread_select): Likewise.
5702 (test_mi_stack_select_frame): Likewise.
5703 (test_cli_in_mi_inferior): Likewise.
5704 (test_cli_in_mi_thread): Likewise.
5705 (test_cli_in_mi_frame): Likewise.
5706 (top level): Do not use with_test_prefix_procname.
5707
5708 2016-11-09 Pedro Alves <palves@redhat.com>
5709
5710 * gdb.base/commands.exp (gdbvar_simple_if_test)
5711 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5712 (progvar_simple_if_test, progvar_simple_while_test)
5713 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5714 (infrun_breakpoint_command_test, breakpoint_command_test)
5715 (user_defined_command_test, watchpoint_command_test)
5716 (test_command_prompt_position, deprecated_command_test)
5717 (bp_deleted_in_command, temporary_breakpoint_commands)
5718 (stray_arg0_test, source_file_with_indented_comment)
5719 (recursive_source_test, if_commands_test)
5720 (error_clears_commands_left, redefine_hook_test)
5721 (redefine_backtrace_test): Use proc_with_prefix.
5722 * lib/gdb.exp (proc_with_prefix): New proc.
5723
5724 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5725
5726 * gdb.base/tui-layout.c: New file.
5727 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5728 disassembly window contains very long lines.
5729
5730 2016-11-08 Tom Tromey <tom@tromey.com>
5731
5732 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5733 depend on Python 2.
5734
5735 2016-11-08 Tom Tromey <tom@tromey.com>
5736
5737 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5738 New method.
5739
5740 2016-10-29 Manish Goregaokar <manish@mozilla.com>
5741
5742 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
5743
5744 2016-10-27 Manish Goregaokar <manish@mozilla.com>
5745
5746 * gdb.rust/simple.rs: Add test for univariant enums without
5747 discriminants and for encoded struct-like enums.
5748
5749 2016-10-28 Pedro Alves <palves@redhat.com>
5750
5751 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5752 gdb_test_multiple, tighten regexps and match symtabs and line
5753 tables incrementally.
5754
5755 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
5756
5757 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5758 general.
5759
5760 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
5761
5762 * gdb.base/exec-invalid-sysroot.exp: New file.
5763
5764 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5765
5766 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5767
5768 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5769
5770 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5771
5772 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5773
5774 * gdb.base/killed-outside.exp: Remove $options from a call to
5775 `prepare_for_testing'.
5776
5777 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5778
5779 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5780 Change test message.
5781
5782 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5783
5784 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5785 Update comment.
5786
5787 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5788
5789 * gdb.trace/mi-trace-save.exp: New file.
5790
5791 2016-10-13 Yao Qi <yao.qi@linaro.org>
5792
5793 * gdb.base/code_elim.exp (get_var_address): Remove.
5794 * gdb.base/relocate.exp: Likewise.
5795 * gdb.base/shreloc.exp: Likewise.
5796 * lib/gdb.exp (get_var_address): New.
5797
5798 2016-10-13 Yao Qi <yao.qi@linaro.org>
5799
5800 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5801 floating point tests if $skip_float_test is false.
5802
5803 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
5804
5805 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5806 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5807 argc values.
5808 Add 1 to argc so we guarantee distinct initial/modified argc values.
5809
5810 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5811
5812 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5813
5814 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5815
5816 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5817 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5818 * gdb.arch/vsx-regs.exp: Likewise.
5819
5820 2016-10-07 Yao Qi <yao.qi@linaro.org>
5821
5822 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5823
5824 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5825
5826 * gdb.python/python.exp: Test decode_line("*0").
5827
5828 2016-10-06 Doug Evans <dje@google.com>
5829
5830 * gdb.python/py-value.exp (test_value_creation): Add test for large
5831 unsigned 64-bit value.
5832
5833 2016-10-06 Tom Tromey <tom@tromey.com>
5834
5835 * gdb.compile/compile.exp: Change java tests to rust.
5836 * gdb.base/setshow.exp: Change java tests to rust.
5837 * gdb.base/default.exp: Remove java from language list.
5838 * README (Examples): Update language example.
5839 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5840 test.
5841 * lib/gdb.exp (skip_java_tests): Remove.
5842 * lib/java.exp: Remove.
5843 * gdb.java: Remove.
5844
5845 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5846
5847 * gdb.arch/mips-fcr.exp: New test.
5848 * gdb.arch/mips-fcr.c: Source for the new test.
5849
5850 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5851
5852 * gdb.base/solib-disc.exp: Use `standard_output_file'
5853 throughout.
5854
5855 2016-10-06 Pedro Alves <palves@redhat.com>
5856
5857 * gdb.base/jit-simple-dl.c: New file.
5858 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5859 * gdb.base/jit-simple.c: ... this.
5860 * gdb.base/jit-simple.exp (jit_run): Delete.
5861 (build_jit): New proc.
5862 (jit_test_reread): Recompile either the main program or the shared
5863 library, depending on what is being tested. Skip changing address
5864 if caller wants to. Compare before/after addresses. If testing
5865 standalone, explicitly load the binary. Test "maint info
5866 breakpoints".
5867 (top level): Add "standalone vs shared lib" and "change address"
5868 vs "same address" axes.
5869
5870 2016-10-06 Pedro Alves <palves@redhat.com>
5871
5872 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5873 call.
5874 (jit_run): Delete.
5875 (jit_test_reread): Use with_test_prefix. Reload the main binary
5876 explicitly. Compare the before/after addresses of the JIT
5877 descriptor.
5878
5879 2016-08-15 Doug Evans <dje@google.com>
5880
5881 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5882 for single bitfields is bool.
5883 * gdb.xml/tdesc-regs.exp: Ditto.
5884
5885 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5886
5887 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5888
5889 2016-10-05 Yao Qi <yao.qi@linaro.org>
5890
5891 * lib/gdb.exp (support_complex_tests): Return zero if
5892 gdb_skip_float_test return true.
5893
5894 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5895 Simon Marchi <simon.marchi@ericsson.com>
5896
5897 PR gdb/20487
5898 * gdb.mi/user-selected-context-sync.exp: New file.
5899 * gdb.mi/user-selected-context-sync.c: New file.
5900
5901 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5902 Simon Marchi <simon.marchi@ericsson.com>
5903
5904 PR gdb/20487
5905 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5906 =thread-select-event check.
5907
5908 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5909
5910 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5911 the compulsory L operand changes.
5912 * gdb.arch/powerpc-power.s: Likewise.
5913
5914 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5915
5916 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5917 * gdb.base/jit-attach-pie.c: New file.
5918 * gdb.base/jit-attach-pie.exp: New file.
5919
5920 2016-09-28 Pedro Alves <palves@redhat.com>
5921
5922 * gdb.base/infcall-input.c: New file.
5923 * gdb.base/infcall-input.exp: New file.
5924
5925 2016-09-22 Yao Qi <yao.qi@linaro.org>
5926
5927 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5928 (gdb_exit): Rename it to ...
5929 (gdbserver_gdb_exit): ... Close GDBserver.
5930 (gdb_exit): New proc, call gdbserver_gdb_exit.
5931 (mi_gdb_exit): Likewise.
5932
5933 2016-09-22 Yao Qi <yao.qi@linaro.org>
5934
5935 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5936 path.
5937 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5938 Remove duplication.
5939
5940 2016-09-22 Yao Qi <yao.qi@linaro.org>
5941
5942 * lib/gdbserver-support.exp: Check the existence of
5943 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5944
5945 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5946
5947 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5948
5949 2016-09-21 Tom Tromey <tom@tromey.com>
5950
5951 PR gdb/20604:
5952 * gdb.base/quit.exp: New file.
5953
5954 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5955
5956 * .gitignore: New file.
5957
5958 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5959
5960 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5961 throughout.
5962
5963 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5964
5965 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5966
5967 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5968
5969 * gdb.cp/casts.cc (decltype): Move it ...
5970 (main): ... with its call to ...
5971 * gdb.cp/casts03.cc: ... a new file.
5972 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5973
5974 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5975
5976 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5977
5978 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5979
5980 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5981 and sync up the test with tests in gas/testsuite/gas/ppc.
5982 * gdb.arch/powerpc-power.exp: Likewise.
5983
5984 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5985
5986 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5987
5988 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5989 Jan Kratochvil <jan.kratochvil@redhat.com>
5990
5991 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5992 make m1's definition to be different from m2's. Use 'dummy' as an
5993 argument for probe 'two'.
5994
5995 2016-09-10 Jon Beniston <jon@beniston.com>
5996
5997 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5998 for sim target.
5999
6000 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6001
6002 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6003 variable declaration.
6004 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6005 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6006 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6007 received HWCAP as its argument.
6008
6009 2016-09-06 Pedro Alves <palves@redhat.com>
6010
6011 * gdb.base/new-ui-pending-input.c: New file.
6012 * gdb.base/new-ui-pending-input.exp: New file.
6013 * gdb.exp (clear_gdb_spawn_id): New procedure.
6014 (with_spawn_id): Check whether gdb_spawn_id exists before
6015 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6016 on exit.
6017
6018 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6019
6020 * gdb.base/float128.c: New file.
6021 * gdb.base/float128.exp: Likewise.
6022 * gdb.base/floatn.c: Likewise.
6023 * gdb.base/floatn.exp: Likewise.
6024
6025 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6026
6027 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6028
6029 2016-09-05 Pedro Alves <palves@redhat.com>
6030
6031 PR backtrace/19927
6032 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6033 unwinders are immediately called as side effect of "source" or
6034 "disable unwinder" commands.
6035 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6036
6037 2016-09-02 Yao Qi <yao.qi@linaro.org>
6038
6039 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6040 is true and $type is "float" or "double".
6041
6042 2016-09-02 Yao Qi <yao.qi@linaro.org>
6043
6044 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6045 true.
6046 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6047 * gdb.base/call-rt-st.exp: Likewise.
6048 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6049 return value instead of gdb,skip_float_test.
6050 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6051 (do_function_calls): Use its return value instead of
6052 gdb,skip_float_test.
6053 * gdb.base/finish.exp: Likewise.
6054 * gdb.base/funcargs.exp: Likewise.
6055 * gdb.base/return.exp: Likewise.
6056 * gdb.base/return2.exp: Likewise.
6057 * gdb.base/varargs.exp: Likewise.
6058 * lib/gdb.exp (gdb_skip_float_test): Change it to
6059 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6060
6061 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6062
6063 * gdb.multi/tids.exp: Test "thread apply all".
6064
6065 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6066
6067 * gdb.base/default.exp (tty): Remove.
6068
6069 2016-08-24 Kevin Buettner <kevinb@redhat.com>
6070
6071 * gdb.python/py-recurse-unwind.c: New file.
6072 * gdb.python/py-recurse-unwind.py: New file.
6073 * gdb.python/py-recurse-unwind.exp: New file.
6074
6075 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6076
6077 * gdb.base/set-inferior-tty.exp: New file.
6078 * gdb.base/set-inferior-tty.c: New file.
6079
6080 2016-08-23 Pedro Alves <palves@redhat.com>
6081
6082 PR gdb/20494
6083 * gdb.base/new-ui-echo.c: New file.
6084 * gdb.base/new-ui-echo.exp: New file.
6085
6086 2016-08-23 Yao Qi <yao.qi@linaro.org>
6087
6088 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6089 gdbserver_spawn.
6090 * gdb.server/connect-without-multi-process.exp (do_test):
6091 Likewise.
6092
6093 2016-08-23 Yao Qi <yao.qi@linaro.org>
6094
6095 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6096 standalone_txt. Delete gdb_txt and standalone_txt on host
6097 and target. Spawn the binary on target. Copy files from
6098 target to host.
6099
6100 2016-08-22 Pedro Alves <palves@redhat.com>
6101
6102 PR gdb/20505
6103 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6104 with_test_prefix. Factor out bits to ...
6105 (test_no_vdso): ... this new procedure.
6106
6107 2016-08-19 Carl Love <cel@us.ibm.com>
6108
6109 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6110 maintaining separate logic for constructing the output path.
6111 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6112 * gdb.arch/ppc-dfp.exp: Likewise.
6113 * gdb.arch/ppc-fp.exp: Likewise.
6114 * gdb.arch/vsx-regs.exp: Likewise.
6115 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6116 binprefix for generating the additional binary files.
6117
6118 2016-08-19 Pedro Alves <palves@redhat.com>
6119
6120 * gdb.trace/mi-trace-frame-collected.exp
6121 (test_trace_frame_collected): On x32, expect two registers.
6122
6123 2016-08-18 Carl Love <cel@us.ibm.com>
6124
6125 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6126 and sync up the test with tests in gas/testsuite/gas/ppc.
6127 * gdb.arch/powerpc-power.exp: Likewise.
6128
6129 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6130
6131 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6132 expected error message.
6133
6134 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6135
6136 * gdb.multi/remove-inferiors.exp: New file.
6137 * gdb.multi/remove-inferiors.c: New file.
6138
6139 2016-08-12 Yao Qi <yao.qi@linaro.org>
6140
6141 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6142 argument list.
6143
6144 2016-08-10 Pedro Alves <palves@redhat.com>
6145
6146 PR gdb/19187
6147 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6148 setup_kfails.
6149
6150 2016-08-09 Pedro Alves <palves@redhat.com>
6151 Simon Marchi <simon.marchi@ericsson.com>
6152
6153 PR gdb/20418
6154 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6155 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6156
6157 2016-08-09 Pedro Alves <palves@redhat.com>
6158
6159 PR mi/20431
6160 * gdb.mi/mi-cmd-error.exp: New file.
6161
6162 2016-08-09 Pedro Alves <palves@redhat.com>
6163
6164 PR gdb/18653
6165 * gdb.base/signals-state-child.c: New file.
6166 * gdb.base/signals-state-child.exp: New file.
6167 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6168
6169 2016-08-09 Pedro Alves <palves@redhat.com>
6170
6171 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6172
6173 2016-08-03 Tom Tromey <tom@tromey.com>
6174
6175 PR python/18565:
6176 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6177
6178 2016-08-01 Yao Qi <yao.qi@linaro.org>
6179
6180 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6181 variable mode to "multi-process" if $multi_process is 1, otherwise
6182 set it to "single-process".
6183
6184 2016-08-01 Yao Qi <yao.qi@linaro.org>
6185
6186 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6187 * gdb.cp/cpexprs.exp: Likewise.
6188 * gdb.cp/m-static.exp: Likewise.
6189
6190 2016-07-26 Tom Tromey <tom@tromey.com>
6191
6192 PR python/20190:
6193 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6194 test.
6195
6196 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6197
6198 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6199 selecting assembly source files.
6200 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6201 assembly source files.
6202 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6203 assembly source files.
6204 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6205 selecting assembly source files.
6206
6207 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6208
6209 * gdb.base/new-ui.exp (do_test_invalid_args): New
6210 procedure.
6211
6212 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6213
6214 * gdb.btrace/reconnect.c: New file.
6215 * gdb.btrace/reconnect.exp: New file.
6216
6217 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6218
6219 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6220 to test_catch_syscall_group.
6221 (test_catch_syscall_group): New.
6222
6223 2016-07-21 Tom Tromey <tom@tromey.com>
6224
6225 * gdb.rust/simple.rs (main): Use empty struct expression.
6226 * gdb.rust/simple.exp: Add tests for empty struct expression.
6227
6228 2016-07-21 Yao Qi <yao.qi@linaro.org>
6229
6230 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6231 if gdb_skip_xml_test is true on some targets.
6232
6233 2016-07-21 Yao Qi <yao.qi@linaro.org>
6234
6235 * gdb.server/solib-list.exp: Unset last_loaded_file.
6236
6237 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6238
6239 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6240 "step into captured_main (args)".
6241
6242 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6243
6244 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6245
6246 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6247
6248 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6249
6250 2016-07-19 Pedro Alves <palves@redhat.com>
6251
6252 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6253 * gdb.opt/inline-bt.exp: Likewise.
6254 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6255 additional_flags=-Winline.
6256 * gdb.opt/inline-locals.exp: Likewise.
6257 * gdb.opt/inline-markers.c (ATTR): Define.
6258 (inlined_fn): Use it.
6259
6260 2016-07-19 Yao Qi <yao.qi@linaro.org>
6261
6262 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6263 (test_with_self): Remove some code. Remove argument executable.
6264 (top-level): Use do_self_tests.
6265
6266 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
6267 Don Breazeal <donb@codesourcery.com>
6268
6269 * gdb.base/maint.exp: Escape paths used in regular expressions.
6270 * gdb.stabs/weird.exp: Likewise.
6271
6272 2016-07-13 Tom Tromey <tom@tromey.com>
6273
6274 PR python/15620, PR python/18620:
6275 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6276 (test_bkpt_events): New procs.
6277
6278 2016-07-13 Tom Tromey <tom@tromey.com>
6279
6280 PR python/17698:
6281 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6282 test.
6283 (test_watchpoints): Likewise.
6284 (test_bkpt_pending): New proc.
6285
6286 2016-07-13 Tom Tromey <tom@tromey.com>
6287
6288 PR cli/18053:
6289 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6290 completion test.
6291
6292 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6293
6294 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6295 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6296 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6297 f_label.
6298 (g): Rename g_end_lbl to g_label.
6299 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6300 low_pc and high_pc.
6301 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6302
6303 2016-07-12 Tom Tromey <tom@tromey.com>
6304
6305 PR python/19293:
6306 * gdb.python/py-unwind-maint.exp: Update tests.
6307
6308 2016-07-12 Yao Qi <yao.qi@linaro.org>
6309
6310 * lib/selftest-support.exp (selftest_setup): Match the output
6311 when captured_main is inlined.
6312
6313 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6314
6315 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6316 New variables.
6317 (print this%a, print this%b, print this): New tests.
6318 * gdb.fortran/derived-types.f90 (this): New object and
6319 initialization.
6320
6321 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6322
6323 * gdb.ada/arraydim.exp: Remove extra directory level in build
6324 directory.
6325
6326 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6327
6328 * lib/ada.exp: Remove extra directory level in build directory.
6329 * gdb.ada/cond_lang.exp: Likewise.
6330 * gdb.ada/exec_changed.exp: Likewise.
6331 * gdb.ada/lang_switch.exp: Likewise.
6332
6333 2016-07-06 Manish Goregaokar <manish@mozilla.com>
6334
6335 * simple.rs: Add test for raw pointer subscripting.
6336 * simple.exp: Add test expectations.
6337
6338 2016-07-05 Yao Qi <yao.qi@linaro.org>
6339
6340 * gdb.mi/mi-reverse.exp: Match =record-started output.
6341
6342 2016-07-01 Pedro Alves <palves@redhat.com>
6343
6344 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6345 procedure.
6346 (jit_reader_test): Test the jit reader's unwinder.
6347 * gdb.base/jithost.c (jit_function_00_code): New global.
6348 (main): Use memcpy to fill in the mmapped code, instead of poking
6349 bytes manually here.
6350 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6351 value.
6352 (read_debug_info): Save the function's range.
6353 (read_sp): New function.
6354 (unwind_frame): Use it. Also unwind RBP.
6355 (get_frame_id): Use read_sp.
6356 (gdb_init_reader): Use calloc instead of malloc.
6357 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6358 parameter. Use gdb_test_multiple.
6359
6360 2016-07-01 Pedro Alves <palves@redhat.com>
6361 Antoine Tremblay <antoine.tremblay@ericsson.com>
6362
6363 * gdb.threads/process-dies-while-detaching.c: New file.
6364 * gdb.threads/process-dies-while-detaching.exp: New file.
6365
6366 2016-07-01 Pedro Alves <palves@redhat.com>
6367
6368 * gdb.multi/watchpoint-multi-exit.c: New file.
6369 * gdb.multi/watchpoint-multi-exit.exp: New file.
6370
6371 2016-06-30 Pedro Alves <palves@redhat.com>
6372
6373 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6374 unset inferior_spawn_id.
6375
6376 2016-06-30 Pedro Alves <palves@redhat.com>
6377
6378 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6379 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6380
6381 2016-06-29 Yao Qi <yao.qi@linaro.org>
6382
6383 * gdb.base/return.c: Add copyright header.
6384
6385 2016-06-29 Tom Tromey <tom@tromey.com>
6386
6387 PR python/20129:
6388 * gdb.python/py-framefilter.exp: Add tests for setting priority
6389 and disabling of non-existent frame filter.
6390
6391 2016-06-29 Yao Qi <yao.qi@linaro.org>
6392
6393 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6394 0x0f07ff.
6395
6396 2016-06-28 Yao Qi <yao.qi@linaro.org>
6397
6398 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6399 triplets. Start gdb, execute catch syscall, and continue. Check
6400 gdb's output to determine catch syscall is supported.
6401
6402 2016-06-27 Manish Goregaokar <manish@mozilla.com>
6403
6404 * gdb.rust/simple.rs: Add test for returning unit in a function.
6405 * gdb.rust/simple.exp: Add expectation for functions returning
6406 unit.
6407
6408 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6409
6410 * gdb.python/py-breakpoint-create-fail.c,
6411 gdb.python/py-breakpoint-create-fail.exp,
6412 gdb.python/py-breakpoint-create-fail.py: New testcase.
6413
6414 2016-06-25 Manish Goregaokar <manish@mozilla.com>
6415
6416 PR gdb/20239
6417 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
6418 * gdb.rust/simple.exp: Add test expectations for new NonZero
6419 tests.
6420
6421 2016-06-24 David Taylor <dtaylor@emc.com>
6422
6423 * gdb.base/offsets.exp: New file.
6424 * gdb.base/offsets.c: New file.
6425
6426 2016-06-23 Tom Tromey <tom@tromey.com>
6427
6428 PR gdb/16483:
6429 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6430 before any filters are loaded.
6431
6432 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6433
6434 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6435 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6436 structs.
6437 * gdb.fortran/derived-type-function.exp: New file.
6438 * gdb.fortran/derived-type-function.f90: New file.
6439
6440
6441 2016-06-21 Pedro Alves <palves@redhat.com>
6442
6443 * gdb.base/new-ui.exp: New file.
6444 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6445 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6446 (with_spawn_id): New procedure.
6447
6448 2016-06-21 Pedro Alves <palves@redhat.com>
6449
6450 * gdb.mi/mi-exec-run.exp: New file.
6451
6452 2016-06-21 Pedro Alves <palves@redhat.com>
6453
6454 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6455 breakpoint command's output on the main UI.
6456 (test_break): New procedure, factored out from calls in the top
6457 level.
6458 (top level): Use foreach_with_prefix to test MI as main UI and as
6459 separate UI.
6460
6461 2016-06-21 Pedro Alves <palves@redhat.com>
6462
6463 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6464 (test_awatch_creation_and_listing)
6465 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6466 Remove 'type' parameter.
6467 (test_watchpoint_all): New parameter mi_mode. Remove
6468 with_test_prefix.
6469 (top level): Use foreach_with_prefix, and add main/separate UI MI
6470 testing axis.
6471
6472 2016-06-21 Pedro Alves <palves@redhat.com>
6473
6474 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6475 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6476 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6477 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6478 (gdb_main_spawn_id, mi_spawn_id): Declare and
6479 comment.
6480 (mi_create_inferior_pty): New procedure,
6481 factored out from default_mi_gdb_start.
6482 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6483 procedures.
6484 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6485 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6486 Use mi_create_inferior_pty.
6487 (mi_gdb_start): Use eval to pass down args list.
6488
6489 2016-06-21 Pedro Alves <palves@redhat.com>
6490
6491 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6492 * gdb.opt/inline-cmds.exp: Add MI tests.
6493
6494 2016-06-21 Pedro Alves <palves@redhat.com>
6495
6496 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6497
6498 2016-06-21 Pedro Alves <palves@redhat.com>
6499
6500 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6501 (top level): Use it instead of mi_execute_to.
6502
6503 2016-06-21 Pedro Alves <palves@redhat.com>
6504
6505 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6506 (cont_handler_str): New.
6507 (signal_stop_handler): Set stop_handler_str instead of printing to
6508 stdout.
6509 (continue_handler): Set cont_handler_str instead of printing to
6510 stdout.
6511 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6512 mi_send_resuming_command. Print stop_handler_str and
6513 cont_handler_str instead of expecting the python events print
6514 directly.
6515
6516 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6517
6518 * gdb.base/jit-reader.exp: New file.
6519 * gdb.base/jithost.c: New file.
6520 * gdb.base/jithost.h: New file.
6521 * gdb.base/jitreader.c : New file.
6522 * gdb.base/jit-protocol.h: New file.
6523
6524 2016-06-17 Yao Qi <yao.qi@linaro.org>
6525
6526 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6527 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6528 and detach-on-fork. Adjust tests.
6529 (top level): Invoke break_cond_on_syscall with combinations of
6530 syscall, follow-fork-mode and detach-on-fork.
6531
6532 2016-06-17 Yao Qi <yao.qi@linaro.org>
6533
6534 * gdb.base/step-over-exit.c: New.
6535 * gdb.base/step-over-exit.exp: New.
6536
6537 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6538
6539 * gdb.base/float.exp: Add target check for nds32*-*-*.
6540 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6541
6542 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6543
6544 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6545 for unsupported target features.
6546 * gdb.base/call-rt-st.exp: Likewise.
6547 * gdb.base/call-sc.exp: Likewise.
6548 * gdb.base/call-signal-resume.exp: Likewise.
6549 * gdb.base/call-strs.exp: Likewise.
6550 * gdb.base/callexit.exp: Likewise.
6551 * gdb.base/callfuncs.exp: Likewise.
6552 * gdb.base/nodebug.exp: Likewise.
6553 * gdb.base/printcmds.exp: Likewise.
6554 * gdb.base/ptype.exp: Likewise.
6555 * gdb.base/structs.exp: Likewise.
6556 * gdb.base/unwindonsignal.exp: Likewise.
6557 * gdb.cp/gdb2495.exp: Likewise.
6558 * gdb.cp/templates.exp: Likewise.
6559 * gdb.cp/virtfunc.exp: Likewise.
6560 * gdb.threads/hand-call-in-threads.exp: Likewise.
6561 * gdb.threads/interrupted-hand-call.exp: Likewise.
6562 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6563
6564 2016-06-10 Tom Tromey <tom@tromey.com>
6565
6566 PR rust/20110:
6567 * gdb.rust/expr.exp: Add test for integer constant larger than
6568 i32.
6569
6570 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6571
6572 * gdb.fortran/nested-funcs.exp: New.
6573 * gdb.fortran/nested-funcs.f90: New.
6574
6575 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6576
6577 * gdb.base/examine-backward.c: New file.
6578 * gdb.base/examine-backward.exp: New file.
6579
6580 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6581
6582 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6583 matching.
6584
6585 2016-06-02 Tom Tromey <tom@tromey.com>
6586
6587 PR python/18984:
6588 * gdb.python/py-shared.exp: Add solib_name test.
6589
6590 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6591
6592 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6593
6594 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6595
6596 PR c++/19893
6597 * gdb.dwarf2/implref.exp: Rename to...
6598 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6599 * gdb.dwarf2/implref-array.c: New file.
6600 * gdb.dwarf2/implref-array.exp: Likewise.
6601 * gdb.dwarf2/implref-global.c: Likewise.
6602 * gdb.dwarf2/implref-global.exp: Likewise.
6603 * gdb.dwarf2/implref-struct.c: Likewise.
6604 * gdb.dwarf2/implref-struct.exp: Likewise.
6605
6606 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6607
6608 * gdb.trace/trace-condition.exp: Add 64bit tests.
6609
6610 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6611
6612 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6613 bits types.
6614 (main): Adapt to 8 to 64 bits types.
6615 * gdb.trace/trace-condition.exp: Add new tests.
6616
6617 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6618
6619 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6620
6621 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6622
6623 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6624 Move condition tests...
6625 * gdb.trace/trace-condition.exp: Here.
6626
6627 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6628
6629 * gdb.trace/trace-condition.exp: Add counter-case tests.
6630
6631 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6632
6633 PR c++/15231
6634 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6635 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6636
6637 2016-05-27 Pedro Alves <palves@redhat.com>
6638
6639 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6640 New procedure.
6641 (top level): Call it, and bail out of DejaGnu is known to be bad.
6642
6643 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6644
6645 * gdb.base/whatis.c: Extend the test case.
6646 * gdb.base/whatis.exp: Add additional tests.
6647
6648 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6649
6650 * gdb.fortran/type.f90: Add pointer variable.
6651 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6652
6653 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6654
6655 * gdb.fortran/vla-type.exp: Fix testcase name.
6656
6657 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6658
6659 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6660
6661 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6662
6663 * gdb.fortran/type.f90: Add nested structures.
6664 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6665 * gdb.fortran/derived-type.exp: Adapt expected output.
6666 * gdb.fortran/vla-type.exp: Adapt expected output.
6667
6668 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6669
6670 * gdb.fortran/whatis_type.exp: Adapt expected output.
6671
6672 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6673
6674 * gdb.fortran/print_type.exp: Fix expected output.
6675 * gdb.fortran/whatis_type.exp: Fix expected output.
6676
6677 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6678
6679 * gdb.fortran/whatis_type.exp: Use multi_line.
6680
6681 2016-05-24 Tom Tromey <tom@tromey.com>
6682
6683 PR python/17386:
6684 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6685 use value as an index.
6686
6687 2016-05-23 Tom Tromey <tom@tromey.com>
6688
6689 PR python/17981:
6690 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6691 no-breakpoint case.
6692
6693 2016-05-24 Pedro Alves <palves@redhat.com>
6694
6695 PR gdb/19828
6696 * gdb.threads/clone-attach-detach.c: New file.
6697 * gdb.threads/clone-attach-detach.exp: New file.
6698
6699 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6700
6701 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6702
6703 2016-05-23 Tom Tromey <tom@tromey.com>
6704
6705 PR python/19438, PR python/18393:
6706 * gdb.python/py-progspace.exp: Add "dir" test.
6707 * gdb.python/py-objfile.exp: Add "dir" test.
6708
6709 2016-05-23 Yao Qi <yao.qi@linaro.org>
6710
6711 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6712 * gdb.arch/thumb2-it.exp: Likewise.
6713
6714 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6715
6716 * gdb.mi/mi-threads-interrupt.c: New file.
6717 * gdb.mi/mi-threads-interrupt.exp: New file.
6718
6719 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6720
6721 PR gdb/18077
6722 * gdb.mi/mi-async-run.exp: New file.
6723 * gdb.mi/mi-async-run.c: New file.
6724
6725 2016-05-17 Tom Tromey <tom@tromey.com>
6726 Manish Goregaokar <manishsmail@gmail.com>
6727
6728 * lib/rust-support.exp: New file.
6729 * lib/gdb.exp (skip_rust_tests): New proc.
6730 (build_executable_from_specs): Handle rust.
6731 * lib/future.exp (gdb_find_rustc): New proc.
6732 (gdb_default_target_compile): Handle rust.
6733 * gdb.rust/expr.exp: New file.
6734 * gdb.rust/generics.exp: New file.
6735 * gdb.rust/generics.rs: New file.
6736 * gdb.rust/methods.exp: New file.
6737 * gdb.rust/methods.rs: New file.
6738 * gdb.rust/modules.exp: New file.
6739 * gdb.rust/modules.rs: New file.
6740 * gdb.rust/simple.exp: New file.
6741 * gdb.rust/simple.rs: New file.
6742
6743 2016-05-17 Tom Tromey <tom@tromey.com>
6744
6745 * gdb.base/default.exp (set language): Add rust.
6746
6747 2016-05-17 Tom Tromey <tom@tromey.com>
6748
6749 * gdb.gdb/unittest.exp: New file.
6750
6751 2016-05-16 Yao Qi <yao.qi@linaro.org>
6752
6753 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6754 shell_prompt. Update shell_prompt_re.
6755
6756 2016-05-12 Doug Evans <dje@google.com>
6757
6758 PR symtab/19999
6759 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6760 $options when building executable.
6761 * gdb.dwarf2/fission-loclists-pie.S: New file.
6762 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6763
6764 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6765
6766 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6767 of [is_remote target],
6768
6769 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6770
6771 * lib/gdb.exp (use_gdb_stub): New procedure.
6772
6773 2016-05-03 Yunlian Jiang <yunlian@google.com>
6774 Doug Evans <dje@google.com>
6775
6776 PR symtab/19914
6777 * gdb.dwarf2/dwp-sepdebug.c: New file.
6778 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6779
6780 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6781
6782 * gdb.base/detach.exp: Remove is_remote check.
6783
6784 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6785
6786 * gdb.base/annota-input-while-running.exp: Don't check for
6787 [is_remote target]. Enable annotations after running to main.
6788 Remove unused "set test..." line.
6789
6790 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6791
6792 * gdb.trace/trace-enable-disable.exp: New file.
6793 * gdb.trace/trace-enable-disable.c: New file.
6794
6795 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6796
6797 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6798 use it in info sharedlibrary test.
6799 * gdb.trace/ftrace-lock.exp: Likewise.
6800 * gdb.trace/ftrace.exp: Likewise.
6801 * gdb.trace/range-stepping.exp: Likewise.
6802 * gdb.trace/trace-break.exp: Likewise.
6803 * gdb.trace/trace-condition.exp: Likewise.
6804 * gdb.trace/trace-mt.exp: Likewise.
6805
6806 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6807
6808 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6809 (gdb_load_shlib): ... this.
6810 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6811 gdb_load_shlib.
6812 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6813 * gdb.base/ctxobj.exp: Likewise.
6814 * gdb.base/dprintf-pending.exp: Likewise.
6815 * gdb.base/dso2dso.exp: Likewise.
6816 * gdb.base/fixsection.exp: Likewise.
6817 * gdb.base/gcore-relro.exp: Likewise.
6818 * gdb.base/gdb1555.exp: Likewise.
6819 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6820 * gdb.base/gnu-ifunc.exp: Likewise.
6821 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6822 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6823 * gdb.base/pending.exp: Likewise.
6824 * gdb.base/print-file-var.exp: Likewise.
6825 * gdb.base/print-symbol-loading.exp: Likewise.
6826 * gdb.base/shlib-call.exp: Likewise.
6827 * gdb.base/shreloc.exp: Likewise.
6828 * gdb.base/so-impl-ld.exp: Likewise.
6829 * gdb.base/solib-disc.exp: Likewise.
6830 * gdb.base/solib-nodir.exp: Likewise.
6831 * gdb.base/solib-overlap.exp: Likewise.
6832 * gdb.base/solib-symbol.exp: Likewise.
6833 * gdb.base/solib-weak.exp (do_test): Likewise.
6834 * gdb.base/sym-file.exp: Likewise.
6835 * gdb.base/symtab-search-order.exp: Likewise.
6836 * gdb.base/type-opaque.exp: Likewise.
6837 * gdb.base/unload.exp: Likewise.
6838 * gdb.base/watchpoint-solib.exp: Likewise.
6839 * gdb.compile/compile.exp: Likewise.
6840 * gdb.cp/gdb2384.exp: Likewise.
6841 * gdb.cp/infcall-dlopen.exp: Likewise.
6842 * gdb.cp/re-set-overloaded.exp: Likewise.
6843 * gdb.fortran/library-module.exp: Likewise.
6844 * gdb.opt/solib-intra-step.exp: Likewise.
6845 * gdb.python/py-finish-breakpoint.exp: Likewise.
6846 * gdb.python/py-shared.exp: Likewise.
6847 * gdb.reverse/solib-precsave.exp: Likewise.
6848 * gdb.reverse/solib-reverse.exp: Likewise.
6849 * gdb.server/solib-list.exp: Likewise.
6850 * gdb.threads/dlopen-libpthread.exp: Likewise.
6851 * gdb.threads/tls-shared.exp: Likewise.
6852 * gdb.threads/tls-so_extern.exp: Likewise.
6853 * gdb.trace/change-loc.exp: Likewise.
6854 * gdb.trace/ftrace-lock.exp: Likewise.
6855 * gdb.trace/ftrace.exp: Likewise.
6856 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6857 * gdb.trace/pending.exp: Likewise.
6858 * gdb.trace/range-stepping.exp: Likewise.
6859 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6860 (strace_info_marker): Likewise.
6861 (strace_probe_marker): Likewise.
6862 (strace_trace_on_same_addr): Likewise.
6863 (strace_trace_on_diff_addr): Likewise.
6864 * gdb.trace/trace-break.exp: Likewise.
6865 * gdb.trace/trace-condition.exp: Likewise.
6866 * gdb.trace/trace-mt.exp: Likewise.
6867
6868 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6869
6870 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6871 result of gdb_remote_download.
6872 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6873 * gdb.base/dso2dso.exp: Likewise.
6874 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6875 * gdb.base/print-file-var.exp: Likewise.
6876 * gdb.base/shlib-call.exp: Likewise.
6877 * gdb.base/shreloc.exp: Likewise.
6878 * gdb.base/solib-overlap.exp: Likewise.
6879 * gdb.base/solib-weak.exp (do_test): Likewise.
6880 * gdb.base/unload.exp: Likewise.
6881
6882 2016-04-27 Yao Qi <yao.qi@linaro.org>
6883
6884 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6885 exists.
6886
6887 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6888
6889 * vla-type.exp: Print structure from toplevel.
6890
6891 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6892
6893 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6894 of dynamic types.
6895 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6896 of dynamic types.
6897
6898 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6899
6900 * gdb.fortran/vla-type.f90: New file.
6901 * gdb.fortran/vla-type.exp: New file.
6902
6903 2016-04-25 Yao Qi <yao.qi@linaro.org>
6904
6905 * gdb.base/branch-to-self.c: New file.
6906 * gdb.base/branch-to-self.exp: New file.
6907
6908 2016-04-22 Yao Qi <yao.qi@linaro.org>
6909
6910 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6911 more after $hex.
6912
6913 2016-04-22 Yao Qi <yao.qi@linaro.org>
6914
6915 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6916 * gdb.base/annota3.exp: Likewise.
6917
6918 2016-04-22 Yao Qi <yao.qi@linaro.org>
6919
6920 * gdb.reverse/step-precsave.exp: Do one step and test program
6921 stops in "callee" and do multiple steps until program goes out
6922 of "callee".
6923 * gdb.reverse/step-reverse.exp: Likewise.
6924
6925 2016-04-22 Yao Qi <yao.qi@linaro.org>
6926
6927 * gdb.trace/signal.exp: Also pass if
6928 $tracepoint_hits($i) > $iterations.
6929
6930 2016-04-22 Yao Qi <yao.qi@linaro.org>
6931
6932 * gdb.trace/signal.c: New file.
6933 * gdb.trace/signal.exp: New file.
6934
6935 2016-04-19 Doug Evans <xdje42@gmail.com>
6936
6937 * gdb.base/bad-file.exp: New file.
6938
6939 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6940
6941 * gdb.dwarf2/implref.exp: New file.
6942
6943 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6944
6945 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6946 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6947 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6948 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6949 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6950 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6951 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6952 * lib/fortran.exp (fortran_int4): New procedure.
6953 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6954 (fortran_logical4): Likewise.
6955
6956 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6957
6958 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6959
6960 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6961
6962 * lib/compiler.c: Add Intel specific preprocessor macros.
6963 * lib/compiler.cc: Likewise.
6964
6965 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
6966
6967 * gdb.server/connect-with-no-symbol-file.c: New file.
6968 * gdb.server/connect-with-no-symbol-file.exp: New file.
6969
6970 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6971
6972 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6973
6974 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6975
6976 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6977 standard output directory.
6978
6979 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6980
6981 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6982
6983 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6984
6985 * gdb.btrace/instruction_history.c (loop): Add declaration.
6986
6987 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6988
6989 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6990
6991 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6992
6993 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6994 parentheses to print.
6995 (continue_handler): Likewise.
6996
6997 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6998
6999 * gdb.server/solib-list.exp: Remove is_remote check.
7000 Pass shlib= to gdb_compile. Don't link shared library with
7001 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7002 Run binary filename through "readlink -f" on the target.
7003
7004 2016-04-08 Pedro Alves <palves@redhat.com>
7005
7006 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7007 interpreter filename as argument to gdbserver_spawn.
7008 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7009 Return empty if $last_loaded_file does not exist.
7010
7011 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7012
7013 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7014 * gdb.base/jit-main.c: Use exit after usage.
7015
7016 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7017
7018 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7019 GDBHISTSIZE prior to the tests.
7020 * gdb.base/gdbinit-history.exp: Likewise.
7021
7022 2016-04-07 Pedro Alves <palves@redhat.com>
7023
7024 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7025 instead of build_executable. Use gdb_load_shlibs.
7026
7027 2016-04-07 Yao Qi <yao.qi@linaro.org>
7028
7029 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7030 Execute "si" command.
7031
7032 2016-04-07 Yao Qi <yao.qi@linaro.org>
7033
7034 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7035 number instead of the comments on some line.
7036
7037 2016-04-06 Don Breazeal <donb@codesourcery.com>
7038
7039 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7040 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7041
7042 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7043
7044 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7045 standard_output_file. Remove unused binfile variable.
7046
7047 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
7048
7049 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7050 * gdb.python/py-mi-objfile.exp: Match "list main" output
7051 in console format.
7052
7053 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7054
7055 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7056 absolute.
7057
7058 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7059
7060 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7061 absolute.
7062 * gdb.trace/ftrace.exp: Likewise.
7063 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7064 targets as well.
7065 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7066 (gdb_load_shlibs): Copy libraries to test directory when testing
7067 natively. Only set solib-search-path if testing remotely.
7068 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7069
7070 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7071
7072 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7073 gdb_download. Use it even if the target is not remote.
7074 * gdb.base/jit.exp (compile_jit_test): Likewise.
7075 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7076 output directory if the destination board is local, otherwise use
7077 the standard remote_download from DejaGnu.
7078 (gdb_download): Remove.
7079 (gdb_load_shlibs): Use gdb_remote_download instead of
7080 gdb_download.
7081 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7082 Use gdb_remote_download instead of gdb_download. Use it even if
7083 the target is not remote.
7084 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7085 instead of gdb_download.
7086
7087 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7088
7089 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7090 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7091 run.
7092
7093 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
7094
7095 PR gdb/19820
7096 * gdb.base/printcmds.exp: Add artificial arrays tests.
7097
7098 2016-03-31 Pedro Alves <palves@redhat.com>
7099
7100 PR gdb/19858
7101 * gdb.base/jit-main.c: Include unistd.h.
7102 (ATTACH): Define to 0 if not already defined.
7103 (wait_for_gdb, mypid): New globals.
7104 (WAIT_FOR_GDB): New macro.
7105 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7106 some breakpoint locations.
7107 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7108 New procedures.
7109 (one_jit_test): Add REATTACH parameter, and handle it. Use
7110 continue_to_test_location.
7111 (top level): Test attach, and adjusts calls to one_jit_test.
7112
7113 2016-03-31 Pedro Alves <palves@redhat.com>
7114
7115 PR gdb/19858
7116 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7117 BINSUFFIX parameter, and handle it.
7118 (top level): Adjust calls compile_jit_test.
7119
7120 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
7121
7122 PR python/19743
7123 * gdb.python/py-mi-events-gdb.py: New file.
7124 * gdb.python/py-mi-events.c: New file.
7125 * gdb.python/py-mi-events.exp: New file.
7126
7127 2016-03-30 Yao Qi <yao.qi@linaro.org>
7128
7129 * gdb.reverse/until-precsave.exp: Match function name only.
7130 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7131 Move malloc to a condition block.
7132 * gdb.reverse/until-reverse.exp: Match function name only.
7133
7134 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7135
7136 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7137 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7138 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7139 variable for GPR 0 instead of assuming it is register 0.
7140 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7141 * lib/trace-support.exp: Add s390 registers.
7142
7143 2016-03-29 Yao Qi <yao.qi@linaro.org>
7144
7145 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7146
7147 2016-03-24 Yao Qi <yao.qi@linaro.org>
7148
7149 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7150 test message.
7151
7152 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7153
7154 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7155 maintaining separate logic for constructing the output path.
7156
7157 2016-03-16 Don Breazeal <donb@codesourcery.com>
7158
7159 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7160 Retry fork and waitpid on interrupted system call errors.
7161 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7162 Use with_timeout_factor to increase timeout by factor of 10.
7163
7164 2016-03-15 Don Breazeal <donb@codesourcery.com>
7165
7166 * gdb.cp/scope-err.cc: New test program.
7167 * gdb.cp/scope-err.exp: New test script.
7168 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7169 lines and "set breakpoint here" comment.
7170 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7171 Fixed some whitespace and format issues.
7172 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7173 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7174
7175 2016-03-15 Doug Evans <dje@google.com>
7176
7177 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7178 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7179 All callers updated. Add tests for enums, mixed flags register.
7180
7181 2016-03-15 Doug Evans <dje@google.com>
7182
7183 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7184 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7185
7186 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7187
7188 * gdb.base/default.exp: Add $_as_string to the list of expected
7189 convenience functions.
7190
7191 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7192
7193 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7194
7195 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7196
7197 * gdb.python/py-as-string.exp: New file.
7198 * gdb.python/py-as-string.c: New file.
7199
7200 2016-03-09 Pedro Alves <palves@redhat.com>
7201
7202 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7203 signal" -> "Thread NN received signal" output change.
7204 * gdb.threads/ia64-sigill.exp: Likewise.
7205 * gdb.threads/linux-dp.exp: Likewise.
7206 * gdb.threads/manythreads.exp: Likewise.
7207 * gdb.threads/pending-step.exp: Likewise.
7208 * gdb.threads/print-threads.exp: Likewise.
7209 * gdb.threads/sigstep-threads.exp: Likewise.
7210 * gdb.threads/staticthreads.exp: Likewise.
7211 * gdb.threads/tls.exp: Likewise.
7212
7213 2016-03-09 Pedro Alves <palves@redhat.com>
7214
7215 * gdb.base/command-line-input.exp: New file.
7216
7217 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7218
7219 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7220 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7221 * gdb.trace/pending.exp: Accept leading dot before function name.
7222 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7223 * lib/trace-support.exp: Set registers for ppc.
7224
7225 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7226
7227 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7228 use it for disassembly; accept .main in addition to main in backtrace.
7229
7230 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
7231 Marcin Kościelnicki <koriakin@0x04.net>
7232
7233 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7234 (gdb_recursion_test_ptr): New global variable.
7235 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7236 gdb_recursion_test.
7237 (gdb_c_test): Ditto.
7238
7239 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7240
7241 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7242 ordering.
7243
7244 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7245
7246 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7247 (bar): Add bar_start_lbl label.
7248 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7249 of foo/bar for emitting DWARF and tracing.
7250
7251 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7252
7253 * analyze-racy-logs.py: Set executable bit.
7254
7255 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7256
7257 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7258 (CHECK_TARGET_TMP): Likewise.
7259 (check-single-racy): New rule.
7260 (check-parallel-racy): Likewise.
7261 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7262 (do-check-parallel-racy): New rule.
7263 (check-racy/%.exp): Likewise.
7264 * README (Racy testcases): New section.
7265 * analyze-racy-logs.py: New file.
7266
7267 2016-03-03 Doug Evans <dje@google.com>
7268
7269 * gdb.base/skip.exp: Use with_test_prefix.
7270
7271 2016-03-03 Yao Qi <yao.qi@linaro.org>
7272
7273 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7274 Invoke step_over_syscall "clone" and break_cond_on_syscall
7275 "clone".
7276 * gdb.base/step-over-clone.c: New file.
7277
7278 2016-03-03 Yao Qi <yao.qi@linaro.org>
7279
7280 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7281 code format.
7282
7283 2016-03-03 Yao Qi <yao.qi@linaro.org>
7284
7285 * gdb.base/disp-step-fork.c: Rename to ...
7286 * gdb.base/step-over-fork.c: ... it. New file.
7287 * gdb.base/disp-step-vfork.c: Rename to ...
7288 * gdb.base/step-over-vfork.c: ... it. New file.
7289 * gdb.base/disp-step-syscall.exp: Rename to ...
7290 * gdb.base/step-over-syscall.exp: ... it. New file.
7291 (disp_step_cross_syscall): Rename to ...
7292 (step_over_syscall): ... it.
7293
7294 2016-03-03 Yao Qi <yao.qi@linaro.org>
7295
7296 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7297 If target supports condition evaluation on target, invoke
7298 break_cond_on_syscall for fork and vfork.
7299
7300 2016-03-03 Yao Qi <yao.qi@linaro.org>
7301
7302 * gdb.base/disp-step-syscall.exp: Don't invoke
7303 support_displaced_stepping.
7304 (disp_step_cross_syscall): Test with displaced stepping off and
7305 on if supported.
7306
7307 2016-03-03 Yao Qi <yao.qi@linaro.org>
7308
7309 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7310 proc.
7311 (setup): New proc.
7312 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7313 and setup.
7314
7315 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7316
7317 * gdb.fortran/vla-history.exp: Remove breakpoint.
7318
7319 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7320
7321 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7322 exceeds timeout.
7323
7324 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7325
7326 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7327 breakpoint.
7328
7329 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7330
7331 * gdb.mi/vla.f90: Nullify pointer after declaration.
7332
7333 2016-03-01 Pedro Alves <palves@redhat.com>
7334
7335 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7336
7337 2016-03-01 Pedro Alves <palves@redhat.com>
7338
7339 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7340 before anything else.
7341 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7342 _GNU_SOURCE here.
7343 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7344 before anything else.
7345 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7346
7347 2016-03-01 Pedro Alves <palves@redhat.com>
7348
7349 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7350
7351 2016-03-01 Yao Qi <yao.qi@linaro.org>
7352
7353 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7354 prepare_for_testing.
7355
7356 2016-03-01 Yao Qi <yao.qi@linaro.org>
7357
7358 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7359
7360 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7361
7362 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7363 manually constructing the output path.
7364
7365 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7366
7367 * gdb.arch/s390-stackless.S: New.
7368 * gdb.arch/s390-stackless.exp: New.
7369
7370 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7371
7372 * gdb.dlang/circular.c: New file.
7373 * gdb.dlang/circular.exp: New file.
7374
7375 2016-02-26 Yao Qi <yao.qi@linaro.org>
7376
7377 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7378 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7379 (testcases): Update.
7380
7381 2016-02-26 Yao Qi <yao.qi@linaro.org>
7382
7383 * gdb.reverse/aarch64.c: Rename to ...
7384 * gdb.reverse/insn-reverse.c: ... it.
7385 * gdb.reverse/aarch64.exp: Rename to ...
7386 * gdb.reverse/insn-reverse.exp: ... it.
7387
7388 2016-02-26 Yao Qi <yao.qi@linaro.org>
7389
7390 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7391 (testcase_ftype): New.
7392 (testcases): New array.
7393 (n_testcases): New.
7394 (main): Call each element in testcases.
7395 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7396 (read_testcase): New.
7397 Do the tests in a loop.
7398
7399 2016-02-25 Yao Qi <yao.qi@linaro.org>
7400
7401 * gdb.base/branches.c: Remove.
7402
7403 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7404
7405 PR gdb/13808
7406 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7407
7408 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7409
7410 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7411
7412 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7413
7414 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7415 change x86_64 call_insn to 'callq'.
7416
7417 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7418
7419 * gdb.trace/tfile-avx.c: Move to...
7420 * gdb.trace/tracefile-pseudo-reg.c: Here.
7421 * gdb.trace/tfile-avx.exp: Move to...
7422 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7423
7424 2016-02-24 Gary Benson <gbenson@redhat.com>
7425
7426 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7427 message on attach.
7428
7429 2016-02-23 Doug Evans <dje@google.com>
7430
7431 * gdb.base/skip.c (test_skip): New function.
7432 (end_test_skip_file_and_function): New function.
7433 (test_skip_file_and_function): New function.
7434 * gdb.base/skip1.c (test_skip): New function.
7435 (skip1_test_skip_file_and_function): New function.
7436 * gdb.base/skip.exp: Add tests for new skip options.
7437 * gdb.base/skip-solib.exp: Update expected output.
7438 * gdb.perf/skip-command.cc: New file.
7439 * gdb.perf/skip-command.exp: New file.
7440 * gdb.perf/skip-command.py: New file.
7441
7442 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7443
7444 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7445 info registers pattern.
7446
7447 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7448
7449 * lib/future.exp: Add D support.
7450 (gdb_find_gdc): New proc.
7451 (gdb_default_target_compile): Add D support.
7452
7453 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
7454
7455 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7456 user+system time.
7457 (trace_speed_test): Determine the iteration count for a time
7458 between 15..30 seconds.
7459
7460 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7461
7462 * gdb.arch/i386-mpx-sigsegv.c: New file.
7463 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7464 * gdb.arch/i386-mpx-simple_segv.c: New file.
7465 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7466
7467 2016-02-18 Yao Qi <yao.qi@linaro.org>
7468
7469 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7470 Don't call setup_kfail.
7471
7472 2016-02-18 Yao Qi <yao.qi@linaro.org>
7473
7474 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7475 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7476
7477 2016-02-16 Doug Evans <dje@google.com>
7478
7479 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7480 * gdb.base/skip1.c: Ditto.
7481 * gdb.base/skip.exp: Whitespace cleanup.
7482
7483 2016-02-16 Don Breazeal <donb@codesourcery.com>
7484
7485 PR remote/19496
7486 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7487 Remove kfail for PR remote/19496.
7488
7489 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7490
7491 * lib/gdb.exp (standard_temp_file): Return a path specific to
7492 the runtest invocation.
7493
7494 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7495
7496 * gdb.trace/save-trace.exp: Change relative path to be in the
7497 standard output directory.
7498
7499 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7500
7501 * gdb.arch/i386-prologue.c: Add missing prototypes.
7502
7503 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7504
7505 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7506 * gdb.arch/i386-prologue.exp: Likewise.
7507 * gdb.arch/i386-size.exp: Likewise.
7508
7509 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7510
7511 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7512 define object file path.
7513 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7514 file path.
7515 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7516 standard_output_file to define binfile.
7517
7518 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7519
7520 Fix compatibility with recent gfortran-5.3.1.
7521 * gdb.fortran/vla-history.exp (print vla1 allocated)
7522 (print vla2 allocated, print $2, print $3): Remove
7523 (print $4): Rename to ...
7524 (print $2): ... here.
7525 (print $9): Rename to ...
7526 (print $5): ... here.
7527 (print $10): Rename to ...
7528 (print $6): ... here.
7529 * gdb.fortran/vla.f90: Add pvla initialization.
7530
7531 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7532
7533 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7534 New test.
7535 * gdb.fortran/vla-value-sub.exp: Likewise.
7536
7537 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7538
7539 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7540
7541 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7542
7543 * i386-biarch-core.exp: Define corefile using
7544 standard_output_file.
7545
7546 2016-02-12 Yao Qi <yao.qi@linaro.org>
7547
7548 * gdb.arch/arm-single-step-kernel-helper.c: New.
7549 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7550
7551 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7552
7553 * gdb.btrace/tailcall-only.exp: New.
7554 * gdb.btrace/tailcall-only.c: New.
7555 * gdb.btrace/x86_64-tailcall-only.S: New.
7556 * gdb.btrace/i686-tailcall-only.S: New.
7557
7558 2016-02-11 Pedro Alves <palves@redhat.com>
7559
7560 * README (Parallel testing): Add missing double quotes.
7561
7562 2016-02-11 Pedro Alves <palves@redhat.com>
7563
7564 * README (Parallel testing): New section.
7565 (GDB_PARALLEL): Rewrite.
7566 (FORCE_PARALLEL): Document.
7567
7568 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7569
7570 * gdb.trace/tfile-avx.c: New test.
7571 * gdb.trace/tfile-avx.exp: New test.
7572
7573 2016-02-09 Keith Seitz <keiths@redhat.com>
7574
7575 PR breakpoints/19546
7576 * gdb.base/infcall-exec.c: New file.
7577 * gdb.base/infcall-exec2.c: New file.
7578 * gdb.base/infcall-exec.exp: New file.
7579
7580 2016-02-09 Keith Seitz <keiths@redhat.com>
7581
7582 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7583 (toplevel): Call test_bkpt_address.
7584
7585 2016-02-09 Keith Seitz <keiths@redhat.com>
7586
7587 PR python/19506
7588 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7589 (toplevel): Call test_bkpt_address.
7590
7591 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7592
7593 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7594 to AC_OUTPUT.
7595 * configure: Regenerate.
7596
7597 2016-02-09 Pedro Alves <palves@redhat.com>
7598
7599 PR breakpoints/19548
7600 * gdb.base/execl-update-breakpoints.c (some_function): New
7601 function.
7602 (main): Call it.
7603 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7604 Tighten expected GDB output.
7605
7606 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7607
7608 * Makefile.in (ALL_SUBDIRS): Remove.
7609 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7610 (distclean maintainer-clean realclean): Likewise.
7611 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7612 * configure: Regenerate.
7613 * gdb.ada/Makefile.in: Delete.
7614 * gdb.arch/Makefile.in: Likewise.
7615 * gdb.asm/Makefile.in: Likewise.
7616 * gdb.base/Makefile.in: Likewise.
7617 * gdb.btrace/Makefile.in: Likewise.
7618 * gdb.cell/Makefile.in: Likewise.
7619 * gdb.compile/Makefile.in: Likewise.
7620 * gdb.cp/Makefile.in: Likewise.
7621 * gdb.disasm/Makefile.in: Likewise.
7622 * gdb.dlang/Makefile.in: Likewise.
7623 * gdb.dwarf2/Makefile.in: Likewise.
7624 * gdb.fortran/Makefile.in: Likewise.
7625 * gdb.gdb/Makefile.in: Likewise.
7626 * gdb.go/Makefile.in: Likewise.
7627 * gdb.guile/Makefile.in: Likewise.
7628 * gdb.java/Makefile.in: Likewise.
7629 * gdb.linespec/Makefile.in: Likewise.
7630 * gdb.mi/Makefile.in: Likewise.
7631 * gdb.modula2/Makefile.in: Likewise.
7632 * gdb.multi/Makefile.in: Likewise.
7633 * gdb.objc/Makefile.in: Likewise.
7634 * gdb.opencl/Makefile.in: Likewise.
7635 * gdb.opt/Makefile.in: Likewise.
7636 * gdb.pascal/Makefile.in: Likewise.
7637 * gdb.perf/Makefile.in: Likewise.
7638 * gdb.python/Makefile.in: Likewise.
7639 * gdb.reverse/Makefile.in: Likewise.
7640 * gdb.server/Makefile.in: Likewise.
7641 * gdb.stabs/Makefile.in: Likewise.
7642 * gdb.threads/Makefile.in: Likewise.
7643 * gdb.trace/Makefile.in: Likewise.
7644 * gdb.xml/Makefile.in: Likewise.
7645 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7646 GDB_PARALLEL.
7647 (standard_output_file): Remove check for GDB_PARALLEL, always
7648 return path in outputs/$subdir/$testname.
7649
7650 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7651
7652 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7653 (site.exp): Assign abs_srcdir to tcl's srcdir.
7654
7655 2016-02-04 Yao Qi <yao.qi@linaro.org>
7656
7657 * gdb.base/foll-exec-mode.c: Include limits.h.
7658 (main): Add parameters argc and argv. Get directory from
7659 argv[0].
7660 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7661 compilation.
7662 * gdb.base/foll-exec.c: Include limits.h.
7663 (main): Add parameters argc and argv.
7664 Get directory from argv[0].
7665 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7666 Adjust tests on the number of lines as source code changed.
7667 * gdb.base/foll-vfork-exit.c: Include limits.h.
7668 (main): Add one line of statement before vfork.
7669 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7670 (main): Add parameters argc and argv. Get directory from
7671 argv[0].
7672 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7673 (setup_gdb): Set tbreak to skip some source lines.
7674 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7675 (main): Add parameters argc and argv. Get directory from
7676 argv[0].
7677 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7678 compilation.
7679 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7680 (main): Add parameters argc and argv. Get directory from
7681 argv[0].
7682 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7683 compilation.
7684
7685 2016-02-01 Doug Evans <dje@google.com>
7686
7687 * gdb.base/skip.exp: Clean up multiple references to same test name.
7688
7689 2016-02-01 Pedro Alves <palves@redhat.com>
7690
7691 PR remote/19496
7692 * gdb.threads/forking-threads-plus-breakpoint.exp
7693 (displaced_stepping_supported): New global.
7694 (probe_displaced_stepping_support): New procedure.
7695 (do_test): Add 'displaced' parameter, and use it.
7696 (top level): Check for displaced stepping support. Add displaced
7697 stepping on/off testing axis.
7698
7699 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7700
7701 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7702 pointer. Don't perform further tests on the unassociated pointer
7703 if the first test fails.
7704
7705 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7706
7707 * gdb.base/max-value-size.c: New file.
7708 * gdb.base/max-value-size.exp: New file.
7709 * gdb.base/huge.exp: Disable max-value-size for this test.
7710
7711 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7712
7713 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7714
7715 2016-01-28 Yao Qi <yao.qi@linaro.org>
7716
7717 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7718
7719 2016-01-25 Pedro Alves <palves@redhat.com>
7720
7721 PR threads/19461
7722 * gdb.base/fork-running-state.c: New file.
7723 * gdb.base/fork-running-state.exp: New file.
7724
7725 2016-01-25 Pedro Alves <palves@redhat.com>
7726
7727 PR gdb/19494
7728 * gdb.base/catch-fork-kill.c: New file.
7729 * gdb.base/catch-fork-kill.exp: New file.
7730
7731 2016-01-25 Pedro Alves <palves@redhat.com>
7732
7733 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7734 Delete, moved to lib/gdb.exp.
7735 * gdb.threads/forking-threads-plus-breakpoint.exp
7736 (foreach_with_prefix): Likewise.
7737 * gdb.threads/process-dies-while-handling-bp.exp
7738 (foreach_with_prefix): Likewise.
7739 * lib/gdb.exp (foreach_with_prefix): New procedure.
7740
7741 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7742
7743 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7744 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7745
7746 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7747
7748 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7749 endian targets.
7750
7751 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7752 Pedro Alves <palves@redhat.com>
7753
7754 Fix testsuite compatibility with Guile.
7755 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7756 number.
7757
7758 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7759
7760 Fix testsuite compatibility with Guile.
7761 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7762 (thread 1): New test for backtrace through signal handler.
7763
7764 2016-01-22 Yao Qi <yao.qi@linaro.org>
7765
7766 PR testsuite/19491
7767 * gdb.base/multi-forks.c: Include
7768 ../lib/unbuffer_output.c
7769 (main): Call gdb_unbuffer_output.
7770
7771 2016-01-21 Doug Evans <dje@google.com>
7772
7773 * lib/ada.exp (gdb_compile_ada): Fix typo.
7774
7775 2016-01-21 Joel Brobecker <brobecker@adacore.com>
7776
7777 * gdb.base/break-fun-addr.exp: New file.
7778 * gdb.base/break-fun-addr1.c: New file.
7779 * gdb.base/break-fun-addr2.c: New file.
7780
7781 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7782
7783 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7784 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7785 enum flag values.
7786
7787 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7788
7789 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7790 when GDB can not set the vector return value. Add more comments
7791 for clarification.
7792
7793 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7794
7795 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7796 command.
7797
7798 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7799
7800 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7801
7802 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7803
7804 * Makefile.in (check-single): Pass --status to runtest.
7805 (check/%.exp): Likewise.
7806
7807 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7808
7809 * Makefile.in (check-parallel): Propagate return code from make
7810 do-check-parallel.
7811
7812 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7813
7814 * gdb.trace/ftrace.exp: Fix expected message on continue.
7815 * gdb.trace/pending.exp: Fix expected message on continue.
7816 * gdb.trace/trace-break.exp: Fix expected message on continue.
7817
7818 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7819
7820 * lib/gdb.exp (gdb_test): Remove unused global references.
7821
7822 2016-01-18 Pedro Alves <palves@redhat.com>
7823
7824 * gdb.base/async-shell.exp: Adjust expected output.
7825 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7826 * gdb.base/siginfo-thread.exp: Adjust expected output.
7827 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7828 * gdb.java/jnpe.exp: Adjust expected output.
7829 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7830 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7831 * gdb.threads/leader-exit.exp: Adjust expected output.
7832 * gdb.threads/manythreads.exp: Adjust expected output.
7833 * gdb.threads/pthreads.exp: Adjust expected output.
7834 * gdb.threads/schedlock.exp: Adjust expected output.
7835 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7836 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7837 expected output.
7838 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7839 output.
7840 * gdb.threads/sigthread.exp: Adjust expected output.
7841 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7842
7843 2016-01-18 Yao Qi <yao.qi@linaro.org>
7844
7845 * gdb.guile/scm-section-script.c: Replace @progbits with
7846 %progbits.
7847 * gdb.python/py-section-script.c: Likewise.
7848
7849 2016-01-15 Pedro Alves <palves@redhat.com>
7850
7851 * gdb.multi/tids.exp: Test star wildcard ranges.
7852
7853 2016-01-15 Pedro Alves <palves@redhat.com>
7854
7855 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7856 command from "thread apply" invocation.
7857 (thr_apply_info_thr_invalid): Default the expected output to the
7858 input tid list.
7859 (top level): Add tests that use convenience variables. Add tests
7860 for "thread apply" with a valid TID list, but missing the command.
7861
7862 2016-01-13 Pedro Alves <palves@redhat.com>
7863
7864 * gdb.base/default.exp: Expect $_gthread as well.
7865 * gdb.multi/tids.exp: Test $_gthread.
7866 * gdb.threads/thread-specific.exp: Test $_gthread.
7867
7868 2016-01-13 Pedro Alves <palves@redhat.com>
7869
7870 * gdb.multi/tids.exp: Test "info threads -gid".
7871
7872 2016-01-13 Pedro Alves <palves@redhat.com>
7873
7874 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7875 Breakpoint.thread.
7876 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7877
7878 2016-01-07 Pedro Alves <palves@redhat.com>
7879
7880 * gdb.base/break.exp: Adjust to output changes.
7881 * gdb.base/hbreak2.exp: Likewise.
7882 * gdb.base/sepdebug.exp: Likewise.
7883 * gdb.base/watch_thread_num.exp: Likewise.
7884 * gdb.linespec/keywords.exp: Likewise.
7885 * gdb.multi/info-threads.exp: Likewise.
7886 * gdb.threads/thread-find.exp: Likewise.
7887 * gdb.multi/tids.c: New file.
7888 * gdb.multi/tids.exp: New file.
7889
7890 2016-01-13 Pedro Alves <palves@redhat.com>
7891
7892 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7893
7894 2016-01-13 Pedro Alves <palves@redhat.com>
7895
7896 * gdb.base/default.exp: Expect $_inferior as well.
7897 * gdb.multi/base.exp: Test $_inferior.
7898
7899 2016-01-13 Pedro Alves <palves@redhat.com>
7900
7901 PR breakpoints/19388
7902 * gdb.base/catch-signal-siginfo-cond.c: New file.
7903 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7904
7905 2016-01-12 Josh Stone <jistone@redhat.com>
7906 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7907
7908 * gdb.base/catch-syscall.c (do_execve): New variable.
7909 (main): Conditionally trigger an execve.
7910 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7911 (test_catch_syscall_execve): New, check entry/return across execve.
7912 (do_syscall_tests): Call test_catch_syscall_execve.
7913
7914 2016-01-12 Pedro Alves <palves@redhat.com>
7915
7916 * gdb.base/random-signal.exp (do_test): New procedure, with body
7917 of testcase moved in.
7918
7919 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7920 Pedro Alves <palves@redhat.com>
7921
7922 * gdb.base/funcargs.exp (finish from indirectly called function):
7923 Reintroduce the case for 'First'.
7924
7925 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7926 Pedro Alves <palves@redhat.com>
7927
7928 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7929 (tcatch_vfork_then_child_follow_exec)
7930 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7931 identification.
7932
7933 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7934
7935 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7936 and repeats to unlimited.
7937 * gdb.python/py-value.exp: Likewise.
7938 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7939 and repeats to unlimited.
7940
7941 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7942
7943 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7944 and reordering the functions.
7945 * gdb.multi/hangout.c: Likewise.
7946 * gdb.multi/hello.c: Likewise.
7947
7948 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7949
7950 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7951 absolute.
7952 (SingleStatisticTestResult.report): Use dict.keys instead of
7953 dict.iterkeys.
7954
7955 2016-01-06 Pedro Alves <palves@redhat.com>
7956
7957 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7958
7959 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7960
7961 * gdb.btrace/dlopen.exp: New.
7962 * gdb.btrace/dlopen.c: New.
7963 * gdb.btrace/dlopen-dso.c: New.
7964
7965 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7966
7967 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7968 PATTERN argument is optional.
7969
7970 2015-12-24 Joel Brobecker <brobecker@adacore.com>
7971
7972 * lib/ada.exp (target_compile_ada_from_dir): New function.
7973 (gdb_compile_ada): Reimplement avoiding the use of project files.
7974 * gdb.ada/gnat_ada.gpr: Delete.
7975 * gdb.ada/cond_lang.exp: Adjust test to make path before
7976 filename optional.
7977 * gdb.ada/small_reg_param.exp: Likewise.
7978
7979 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7980
7981 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7982
7983 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7984
7985 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7986 case.
7987
7988 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7989
7990 * gdb.base/break.exp: Remove dead code.
7991 * gdb.base/sepdebug.exp: Likewise.
7992
7993 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7994
7995 * gdb.asm/asm-source.exp: Remove HP-UX references.
7996 * gdb.base/annota1.exp: Likewise.
7997 * gdb.base/annota3.exp: Likewise.
7998 * gdb.base/attach.exp: Likewise.
7999 * gdb.base/bigcore.exp: Likewise.
8000 * gdb.base/break.exp: Likewise.
8001 * gdb.base/call-ar-st.exp: Likewise.
8002 * gdb.base/callfuncs.exp: Likewise.
8003 * gdb.base/catch-fork-static.exp: Likewise.
8004 * gdb.base/display.exp: Likewise.
8005 * gdb.base/foll-exec-mode.exp: Likewise.
8006 * gdb.base/foll-exec.exp: Likewise.
8007 * gdb.base/foll-fork.exp: Likewise.
8008 * gdb.base/foll-vfork.exp: Likewise.
8009 * gdb.base/funcargs.exp: Likewise.
8010 * gdb.base/hbreak2.exp: Likewise.
8011 * gdb.base/inferior-died.exp: Likewise.
8012 * gdb.base/interrupt.exp: Likewise.
8013 * gdb.base/multi-forks.exp: Likewise.
8014 * gdb.base/nodebug.exp: Likewise.
8015 * gdb.base/sepdebug.exp: Likewise.
8016 * gdb.base/solib1.c: Likewise.
8017 * gdb.base/step-test.exp: Likewise.
8018 * gdb.mi/non-stop.c: Likewise.
8019 * gdb.mi/pthreads.c: Likewise.
8020 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8021 * gdb.threads/pthreads.c: Likewise.
8022 * gdb.threads/staticthreads.exp: Likewise.
8023 * lib/future.exp: Likewise.
8024 * lib/gdb.exp: Likewise.
8025 * gdb.base/so-indr-cl.c: Remove.
8026 * gdb.base/so-indr-cl.exp: Likewise.
8027 * gdb.base/solib.c: Likewise.
8028 * gdb.base/solib.exp: Likewise.
8029 * gdb.base/solib2.c: Likewise.
8030
8031 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8032
8033 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8034 * gdb.base/call-ar-st.exp: Likewise.
8035 * gdb.base/callfuncs.exp: Likewise.
8036 * gdb.base/condbreak.exp: Likewise.
8037 * gdb.base/constvars.exp: Likewise.
8038 * gdb.base/hbreak2.exp: Likewise.
8039 * gdb.base/langs.exp: Likewise.
8040 * gdb.base/list.exp: Likewise.
8041 * gdb.base/long_long.exp: Likewise.
8042 * gdb.base/ptype.exp: Likewise.
8043 * gdb.base/scope.exp: Likewise.
8044 * gdb.base/signals.exp: Likewise.
8045 * gdb.base/so-impl-ld.exp: Likewise.
8046 * gdb.base/varargs.exp: Likewise.
8047 * gdb.base/volatile.exp: Likewise.
8048 * gdb.base/whatis.exp: Likewise.
8049 * gdb.cp/cplusfuncs.exp: Likewise.
8050 * gdb.cp/inherit.exp: Likewise.
8051 * gdb.cp/local.exp: Likewise.
8052 * gdb.cp/member-ptr.exp: Likewise.
8053 * gdb.cp/method.exp: Likewise.
8054 * gdb.cp/overload.exp: Likewise.
8055 * gdb.cp/templates.exp: Likewise.
8056 * gdb.stabs/weird.exp: Likewise.
8057 * lib/compiler.c: Likewise.
8058 * lib/compiler.cc: Likewise.
8059 * lib/cp-support.exp: Likewise.
8060 * lib/gdb.exp: Likewise.
8061
8062 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8063
8064 * configure.ac: Remove HP-UX case.
8065 * configure: Regenerate.
8066
8067 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8068
8069 * lib/gdb.exp (gdb_compile): Add function doc.
8070
8071 2015-12-17 Pedro Alves <palves@redhat.com>
8072
8073 PR threads/19354
8074 * gdb.multi/info-threads.exp: New file.
8075
8076 2015-12-15 Yao Qi <yao.qi@linaro.org>
8077
8078 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8079 is aarch64*-*-*.
8080
8081 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8082
8083 * gdb.base/history-duplicates.exp: Skip if no readline support.
8084
8085 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8086
8087 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8088
8089 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8090
8091 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8092
8093 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8094
8095 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8096 ctrl-C if nointerrupts target property is set.
8097 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8098 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8099 * gdb.base/paginate-bg-execution.exp: Likewise.
8100 * gdb.base/paginate-execution-startup.exp: Likewise.
8101 * gdb.base/random-signal.exp: Likewise.
8102 * gdb.base/range-stepping.exp: Likewise.
8103 * gdb.cp/annota2.exp: Likewise.
8104 * gdb.cp/annota3.exp: Likewise.
8105 * gdb.gdb/selftest.exp: Likewise.
8106 * gdb.threads/continue-pending-status.exp: Likewise.
8107 * gdb.threads/leader-exit.exp: Likewise.
8108 * gdb.threads/manythreads.exp: Likewise.
8109 * gdb.threads/pthreads.exp: Likewise.
8110 * gdb.threads/schedlock.exp: Likewise.
8111 * gdb.threads/sigthread.exp: Likewise.
8112
8113 2015-12-11 Don Breazeal <donb@codesourcery.com>
8114
8115 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8116 remote.
8117 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8118 * gdb.base/foll-exec.exp (main): Enable for target remote.
8119 * gdb.base/foll-fork.exp (main): Likewise.
8120 * gdb.base/foll-vfork.exp (main): Likewise.
8121 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8122 (proc continue_to_exit_bp_loc): Use clean_restart.
8123 * gdb.base/pie-execl.exp (main): Disable for target remote.
8124 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8125 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8126 * gdb.threads/execl.exp (main): Likewise.
8127 * gdb.threads/fork-child-threads.exp (main): Likewise.
8128 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8129 remote.
8130 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8131 remote.
8132 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8133 pid.tid style ptids, instead of just tid.
8134 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8135 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8136 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8137 ptids, instead of just tid.
8138
8139 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8140
8141 * gdb.base/list.exp (test_list_forward): Add end of file error
8142 test.
8143 (test_repeat_list_command): Add end of file error test.
8144 (test_list_backwards): Add beginning of file error test.
8145
8146 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8147
8148 * gdb.base/list.exp (test_list_invalid_args): New function,
8149 defined, and called.
8150
8151 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8152
8153 * gdb.base/list.exp (test_list): Make test names unique.
8154
8155 2015-12-11 Yao Qi <yao.qi@linaro.org>
8156
8157 * gdb.base/coremaker2.c: Remove.
8158
8159 2015-12-10 Pedro Alves <palves@redhat.com>
8160
8161 * gdb.multi/base.exp: Remove stale "spaces" references.
8162
8163 2015-12-10 Pedro Alves <palves@redhat.com>
8164
8165 * gdb.multi/base.exp: Don't use nowarnings.
8166 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8167 * gdb.multi/hangout.c: Include stdio.h.
8168 * gdb.multi/hello.c: Include stdlib.h.
8169 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8170 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8171 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8172
8173 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8174
8175 * gdb.dwarf2/dw2-ranges-base.c: New file.
8176 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8177 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8178 support additional line table, and debug ranges generation.
8179 (Dwarf::ranges): New function, generate .debug_ranges.
8180 (Dwarf::lines): Support generating simple line table programs.
8181 (Dwarf::assemble): Initialise new namespace variables.
8182
8183 2015-12-09 Kevin Buettner <kevinb@redhat.com>
8184
8185 * gdb.base/async.exp (proc test_background): Add case for
8186 asynchronous execution not supported.
8187
8188 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
8189
8190 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8191 format and change test names to make them unique.
8192
8193 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8194 Pedro Alves <pedro@redhat.com>
8195
8196 PR gdb/18702
8197 Add checking of floatformats setup on x86_64 hosts.
8198 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8199 (smallval, bigval): New labels/constants.
8200 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8201 float" after loading bigval and smallval.
8202
8203 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8204
8205 * gdb.ada/fun_overload_menu.exp: New testcase.
8206 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8207
8208 2015-12-04 Josh Stone <jistone@redhat.com>
8209
8210 * gdb.base/catch-fork-static.exp: New.
8211
8212 2015-12-03 Yao Qi <yao.qi@linaro.org>
8213
8214 * gdb.base/sizeof.c: Don't include stdio.h and
8215 ../lib/unbuffer_output.c.
8216 (main): New variable 'size' and 'value'. Remove printf and
8217 gdb_unbuffer_output. Assign return value to size and value.
8218 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8219 at the beginning.
8220 (check_sizeof): Check the result by printing variable 'size'.
8221 (check_valueof): Check the result by printing variable 'value'.
8222
8223 2015-12-01 Yao Qi <yao.qi@linaro.org>
8224
8225 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8226 for aarch64*-*-linux* target.
8227
8228 2015-11-30 Pedro Alves <palves@redhat.com>
8229
8230 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8231
8232 2015-11-30 Pedro Alves <palves@redhat.com>
8233
8234 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8235 Handle non-stop mode vCont replies.
8236
8237 2015-11-30 Pedro Alves <palves@redhat.com>
8238
8239 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8240 prepare_for_testing. Start gdb with "set non-stop on" appended to
8241 GDBFLAGS. Lax expected stop output.
8242
8243 2015-11-27 Yao Qi <yao.qi@linaro.org>
8244
8245 * gdb.arch/arm-neon.exp: New.
8246 * gdb.arch/arm-neon.c: New.
8247
8248 2015-11-27 Yao Qi <yao.qi@linaro.org>
8249
8250 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8251
8252 2015-11-27 Yao Qi <yao.qi@linaro.org>
8253
8254 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8255 frames-invalid annotation.
8256
8257 2015-11-27 Yao Qi <yao.qi@linaro.org>
8258
8259 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8260
8261 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8262
8263 * gdb.threads/names.exp: New file.
8264 * gdb.threads/names.c: New file.
8265 * README: Mention gdb,no_thread_names.
8266
8267 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8268
8269 PR 19297
8270 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8271 support" error.
8272
8273 2015-11-24 Pedro Alves <palves@redhat.com>
8274
8275 PR 17539
8276 * gdb.base/display.exp: Expect displays to be sorted in ascending
8277 order. Use multi_line.
8278 * gdb.base/solib-display.exp: Likewise.
8279
8280 2015-11-24 Pedro Alves <palves@redhat.com>
8281
8282 PR 17539
8283 * gdb.base/display.exp: Expect displays to be sorted in ascending
8284 order. Use multi_line.
8285 * gdb.base/solib-display.exp: Likewise.
8286
8287 2015-11-24 Pedro Alves <palves@redhat.com>
8288
8289 PR 17539
8290 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8291 threads in ascending order.
8292 * gdb.base/foll-fork.exp: Likewise.
8293 * gdb.base/foll-vfork.exp: Likewise.
8294 * gdb.base/multi-forks.exp: Likewise.
8295 * gdb.mi/mi-nonstop.exp: Likewise.
8296 * gdb.mi/mi-nsintrall.exp: Likewise.
8297 * gdb.multi/base.exp: Likewise.
8298 * gdb.multi/multi-arch.exp: Likewise.
8299 * gdb.python/py-inferior.exp: Likewise.
8300 * gdb.threads/break-while-running.exp: Likewise.
8301 * gdb.threads/execl.exp: Likewise.
8302 * gdb.threads/gcore-thread.exp: Likewise.
8303 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8304 * gdb.threads/kill.exp: Likewise.
8305 * gdb.threads/linux-dp.exp: Likewise.
8306 * gdb.threads/multiple-step-overs.exp: Likewise.
8307 * gdb.threads/next-bp-other-thread.exp: Likewise.
8308 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8309 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8310 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8311 * gdb.threads/thread-find.exp: Likewise.
8312 * gdb.threads/tls.exp: Likewise.
8313 * lib/mi-support.exp (mi_reverse_list): Delete.
8314 (mi_check_thread_states): No longer reverse list.
8315
8316 2015-11-24 Pedro Alves <palves@redhat.com>
8317
8318 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8319 use lowercase.
8320
8321 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8322
8323 * gdb.trace/actions.c: Include trace-common.h.
8324 (main): Add a location for a fast tracepoint.
8325 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8326 the normal tracepoints.
8327 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8328
8329 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8330
8331 * save-trace.exp: Factor out code to these...
8332 (gdb_save_tracepoints): New.
8333 (gdb_load_tracepoints): New.
8334 (do_save_load_test): New.
8335
8336 2015-11-23 Kevin Buettner <kevinb@redhat.com>
8337
8338 * gdb.base/asmlabel.exp: New test.
8339 * gdb.base/asmlabel.c: New test case.
8340
8341 2015-11-23 Joel Brobecker <brobecker@adacore.com>
8342
8343 * gdb.base/wrong_frame_bt_full-main.c: New file.
8344 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8345 * gdb.base/wrong_frame_bt_full.exp: New file.
8346
8347 2015-11-23 Joel Brobecker <brobecker@adacore.com>
8348
8349 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8350
8351 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8352
8353 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
8354 pstate register when comparing registers values in
8355 sparc64-*-linux-gnu targets to avoid spurious differences.
8356
8357 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8358
8359 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
8360
8361 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8362
8363 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8364 as type argument to gdb_compile.
8365 * gdb.base/nested-subp2.exp: Likewise.
8366 * gdb.base/nested-subp3.exp: Likewise.
8367
8368 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8369
8370 * lib/dwarf.exp (_note): Fix left shift of negative value.
8371 * gdb.trace/trace-condition.exp: Likewise.
8372
8373 2015-11-13 Yao Qi <yao.qi@linaro.org>
8374
8375 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8376 comments about d10v.
8377 (test_scalar_returns): Likewise.
8378 * gdb.base/d10v.ld: Remove.
8379 * gdb.base/overlays.exp: Remove the target triplet checking for
8380 d10v-*-*.
8381 * gdb.base/structs.exp (test_struct_returns): Remove the
8382 comments about d10v.
8383 (test_struct_calls): Likewise.
8384
8385 2015-11-13 Yao Qi <yao.qi@linaro.org>
8386
8387 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8388 * gdb.base/gnu_vector.c: Don't include stdio.h.
8389 (main): Don't print res and call add_some_intvecs.
8390
8391 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8392
8393 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8394 macro.
8395 (func5): Removed.
8396 (func4): Use FAST_TRACEPOINT_LABEL.
8397 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8398 macro.
8399 (func): Removed.
8400 (thread_function): Use FAST_TRACEPOINT_LABEL.
8401 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8402 (func): Remove.
8403 (marker): Use FAST_TRACEPOINT_LABEL.
8404 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8405 (pendfunc1): Remove.
8406 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8407 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8408 (foo): Remove.
8409 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8410 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8411 macro.
8412 (func): Remove.
8413 (marker): Use FAST_TRACEPOINT_LABEL.
8414 * gdb.trace/trace-common.h: New header.
8415 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8416 macro.
8417 (func): Remove.
8418 (marker): Use FAST_TRACEPOINT_LABEL.
8419 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8420 (func): Remove.
8421 (thread_function): Use FAST_TRACEPOINT_LABEL.
8422
8423 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8424
8425 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8426 in front.
8427 * gdb.trace/change-loc.exp: Use global pcreg definition.
8428 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8429 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8430 in front.
8431 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8432 * gdb.trace/pending.exp: Likewise.
8433 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8434 * gdb.trace/trace-break.exp: Likewise.
8435 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8436 in front.
8437 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8438 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8439 in front.
8440 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8441
8442 2015-11-09 Joel Brobecker <brobecker@adacore.com>
8443
8444 * gdb.ada/fin_fun_out: New testcase.
8445
8446 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8447
8448 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8449 value associated with DW_AT_byte_size.
8450 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8451 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8452 DW_AT_upper_bound.
8453
8454 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8455
8456 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8457 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8458 version.
8459 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8460 gdb.dwarf2/dw2-canonicalize-type.exp,
8461 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8462 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8463 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8464 provided by gdb_target_symbol_prefix_flags_asm.
8465 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8466 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8467 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8468 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8469 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8470 macros where needed). Use this macro for symbols which require
8471 the prefix provided by SYMBOL_PREFIX.
8472
8473 2015-11-05 Kevin Buettner <kevinb@redhat.com>
8474
8475 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8476 New procs.
8477 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8478 representing expressions, of more than one list element.
8479 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8480 to prepend linker symbol prefix to f.
8481 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8482 table_1 and table_2.
8483 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8484 Likewise, for f and g.
8485 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8486 for ptr.
8487 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8488 for main.
8489 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8490 table_1_ptr and table_2_ptr.
8491
8492 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8493 Joel Brobecker <brobecker@adacore.com>
8494
8495 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8496
8497 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8498
8499 * gdb.reverse/s390-mvcle.c: New test.
8500 * gdb.reverse/s390-mvcle.exp: New file.
8501 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8502
8503 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8504
8505 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8506
8507 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8508
8509 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8510 reaching marker2.
8511 * gdb.reverse/getresuid-reverse.exp: Likewise.
8512 * gdb.reverse/pipe-reverse.exp: Likewise.
8513 * gdb.reverse/readv-reverse.exp: Likewise.
8514 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8515 * gdb.reverse/time-reverse.exp: Likewise.
8516 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8517
8518 2015-10-30 Yao Qi <yao.qi@linaro.org>
8519
8520 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8521 (empty_cycle): Remove.
8522 (main): Don't call empty_cycle. Don't use watch_count_done.
8523 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8524 empty_cycle. Rewrite the code counting HW watchpoints.
8525
8526 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8527
8528 * gdb.reverse/fstatat-reverse.c: New test.
8529 * gdb.reverse/fstatat-reverse.exp: New file.
8530 * gdb.reverse/getresuid-reverse.c: New test.
8531 * gdb.reverse/getresuid-reverse.exp: New file.
8532 * gdb.reverse/pipe-reverse.c: New test.
8533 * gdb.reverse/pipe-reverse.exp: New file.
8534 * gdb.reverse/readv-reverse.c: New test.
8535 * gdb.reverse/readv-reverse.exp: New file.
8536 * gdb.reverse/recvmsg-reverse.c: New test.
8537 * gdb.reverse/recvmsg-reverse.exp: New file.
8538 * gdb.reverse/time-reverse.c: New test.
8539 * gdb.reverse/time-reverse.exp: New file.
8540 * gdb.reverse/waitpid-reverse.c: New test.
8541 * gdb.reverse/waitpid-reverse.exp: New file.
8542
8543 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8544
8545 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8546
8547 2015-10-26 Doug Evans <dje@google.com>
8548
8549 PR symtab/17391
8550 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8551 * gdb.dwarf2/bad-regnum.c: New file.
8552 * gdb.dwarf2/bad-regnum.exp: New file.
8553
8554 2015-10-26 Doug Evans <dje@google.com>
8555
8556 PR python/18938
8557 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8558 file.
8559
8560 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8561
8562 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8563 for a change by "Mention language in compile error message".
8564
8565 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8566
8567 PR python/18073
8568 * gdb.python/py-type.c (C::a_method): New.
8569 (C::a_const_method): New.
8570 (C::a_static_method): New.
8571 (a_function): New.
8572 * gdb.python/py-type.exp (test_fields): Test getting fields
8573 from function and method.
8574
8575 2015-10-21 Keven Boell <keven.boell@intel.com>
8576
8577 * gdb.fortran/vla-alloc-assoc.exp: New file.
8578 * gdb.fortran/vla-datatypes.exp: New file.
8579 * gdb.fortran/vla-datatypes.f90: New file.
8580 * gdb.fortran/vla-history.exp: New file.
8581 * gdb.fortran/vla-ptype-sub.exp: New file.
8582 * gdb.fortran/vla-ptype.exp: New file.
8583 * gdb.fortran/vla-sizeof.exp: New file.
8584 * gdb.fortran/vla-sub.f90: New file.
8585 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8586 * gdb.fortran/vla-value-sub-finish.exp: New file.
8587 * gdb.fortran/vla-value-sub.exp: New file.
8588 * gdb.fortran/vla-value.exp: New file.
8589 * gdb.fortran/vla-ptr-info.exp: New file.
8590 * gdb.mi/mi-vla-fortran.exp: New file.
8591 * gdb.mi/vla.f90: New file.
8592
8593 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8594
8595 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8596 of hardwired timeout value.
8597
8598 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8599 Pedro Alves <palves@redhat.com>
8600
8601 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8602 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8603
8604 2015-10-19 Josh Stone <jistone@redhat.com>
8605
8606 * gdb.base/catch-syscall.c: Include <sched.h>.
8607 (unknown_syscall): New variable.
8608 (main): Trigger a vfork and an unknown syscall.
8609 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8610 (unknown_syscall_number): Likewise.
8611 (check_call_to_syscall): Accept an optional syscall pattern.
8612 (check_return_from_syscall): Likewise.
8613 (check_continue): Likewise.
8614 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8615 (test_catch_syscall_skipping_return): New test toggling off 'catch
8616 syscall' to step over the syscall return, then toggling back on.
8617 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8618 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8619 (do_syscall_tests): Call test_catch_syscall_without_args and
8620 test_catch_syscall_mid_vfork.
8621 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8622 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8623
8624 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
8625
8626 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8627 print g_vE): Add new pass patterns.
8628 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8629 print various symbol names for vptr fields.
8630
8631 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8632
8633 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8634 results.
8635
8636 2015-10-12 Yao Qi <yao.qi@linaro.org>
8637
8638 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8639
8640 2015-10-12 Yao Qi <yao.qi@linaro.org>
8641
8642 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8643 is aarch64*-*-linux*.
8644
8645 2015-10-12 Yao Qi <yao.qi@linaro.org>
8646
8647 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8648 (can_relocate_bcond_true): ... it.
8649 (can_relocate_bcond_false): New function.
8650 (foo): Likewise.
8651 (can_relocate_bl): Likewise.
8652 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8653 can_relocate_bl.
8654
8655 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8656
8657 * gdb.base/nested-addr.c: New file.
8658 * gdb.base/nested-addr.exp: New testcase.
8659
8660 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8661
8662 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8663 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8664 its output. Ignore the output of "record goto begin" and instead
8665 check that GDB is replaying.
8666
8667 2015-10-09 Pedro Alves <palves@redhat.com>
8668
8669 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8670 (top level): Use it in the run with no args test.
8671
8672 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8673
8674 * gdb.dlang/properties.exp: New file.
8675
8676 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8677
8678 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8679 whether or not address 0x1000 is mapped on the target.
8680
8681 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8682
8683 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8684 build.
8685
8686 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8687
8688 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8689 instruction-history test.
8690
8691 2015-09-28 Doug Evans <dje@google.com>
8692
8693 * gdb.base/gcore.c (array_func): Add reference to static_array.
8694
8695 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8696
8697 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8698 source line.
8699
8700 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8701
8702 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8703 short or char as base type.
8704
8705 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8706
8707 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8708 to allow any size enum.
8709
8710 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8711
8712 * gdb.ada/array_ptr_renaming.exp: New testcase.
8713 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8714 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8715
8716 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8717
8718 * gdb.trace/ftrace-lock.c: New file.
8719 * gdb.trace/ftrace-lock.exp: New file.
8720
8721 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8722
8723 * gdb.arch/insn-reloc.c: New file.
8724 * gdb.arch/ftrace-insn-reloc.exp: New file.
8725
8726 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8727
8728 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8729 instruction.
8730 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8731 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8732 * gdb.trace/range-stepping.c: Likewise.
8733 * gdb.trace/trace-break.c: Likewise.
8734 * gdb.trace/trace-mt.c (thread_function): Likewise.
8735 * gdb.trace/ftrace.c (marker): Likewise.
8736 * gdb.trace/trace-condition.c (marker): Likewise.
8737 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8738 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8739 is_aarch64_target.
8740
8741 2015-09-18 Doug Evans <xdje42@gmail.com>
8742
8743 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8744 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8745
8746 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8747
8748 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8749 the breakpoint.
8750
8751 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8752
8753 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8754 the pending breakpoint. Remove timeout override for "Run till
8755 MI pending breakpoint on pendfunc3 on thread 2" test.
8756
8757 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8758
8759 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8760 filename pattern.
8761
8762 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8763
8764 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8765 in breakpoint filename pattern.
8766
8767 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8768
8769 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8770
8771 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8772
8773 * gdb.linespec/explicit.exp: Check for readline support for
8774 tab-completion tests. Fix obvious typo.
8775
8776 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8777
8778 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8779 and replay.
8780
8781 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8782
8783 * gdb.btrace/non-stop.c: New.
8784 * gdb.btrace/non-stop.exp: New.
8785
8786 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8787 Yao Qi <yao.qi@linaro.org>
8788
8789 * gdb.trace/trace-condition.c: New file.
8790 * gdb.trace/trace-condition.exp: New file.
8791
8792 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
8793
8794 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8795 for testing bytecode compilation.
8796
8797 2015-09-16 Pedro Alves <palves@redhat.com>
8798 Sandra Loosemore <sandra@codesourcery.com>
8799
8800 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8801 (SECONDS): Redefine.
8802 (main): Call pthread_kill and alarm early.
8803 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8804 support.
8805 (test): If the target can't hardware step and doesn't support
8806 displaced stepping, increase the timeout.
8807
8808 2015-09-16 Pedro Alves <palves@redhat.com>
8809
8810 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8811 (enable_debug): New procedures.
8812 (test): Use them. Bail out if waiting for threads fails.
8813 (top level): Bail out if a test fails.
8814
8815 2015-09-16 Yao Qi <yao.qi@linaro.org>
8816
8817 * gdb.asm/asm-source.exp: Set asm-arch for
8818 aarch64*-*-* target.
8819 * gdb.asm/aarch64.inc: New file.
8820
8821 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8822
8823 * gdb.ada/array_of_variable_length.exp: New testcase.
8824 * gdb.ada/array_of_variable_length/foo.adb: New file.
8825 * gdb.ada/array_of_variable_length/pck.adb: New file.
8826 * gdb.ada/array_of_variable_length/pck.ads: New file.
8827
8828 2015-09-15 Doug Evans <dje@google.com>
8829
8830 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8831 of function static local variable.
8832
8833 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8834
8835 * gdb.threads/tls-so_extern.exp: New test file.
8836 * gdb.threads/tls-so_extern.c: New test file.
8837 * gdb.threads/tls-so_extern_main.c: New test file.
8838
8839 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8840
8841 * gdb.opt/solib-intra-step-lib.c: New file.
8842 * gdb.opt/solib-intra-step-main.c: New file.
8843 * gdb.opt/solib-intra-step.exp: New file.
8844
8845 2015-09-15 Pedro Alves <palves@redhat.com>
8846
8847 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8848 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8849
8850 2015-09-14 Pedro Alves <palves@redhat.com>
8851
8852 * gdb.base/hook-stop-continue.c: Delete.
8853 * gdb.base/hook-stop-continue.exp: Delete.
8854 * gdb.base/hook-stop-frame.c: Delete.
8855 * gdb.base/hook-stop-frame.exp: Delete.
8856 * gdb.base/hook-stop.c: New file.
8857 * gdb.base/hook-stop.exp: New file.
8858
8859 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8860
8861 * gdb.ada/access_to_packed_array.exp: New testcase.
8862 * gdb.ada/access_to_packed_array/foo.adb: New file.
8863 * gdb.ada/access_to_packed_array/pack.adb: New file.
8864 * gdb.ada/access_to_packed_array/pack.ads: New file.
8865
8866 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8867
8868 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8869 buffer size test.
8870
8871 2015-09-11 Don Breazeal <donb@codesourcery.com>
8872
8873 * gdb.base/foll-exec.c: Add copyright header. Fix
8874 formatting issues.
8875 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8876 (do_exec_tests): Use clean_restart in place of zap_session,
8877 and for test initialization. Fix formatting issues. Use
8878 fail in place of perror.
8879 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8880 an expect statement to match an expression with output from
8881 the program under debug.
8882 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8883 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8884 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8885 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8886 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8887
8888 2015-09-09 Doug Evans <dje@google.com>
8889
8890 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8891
8892 2015-09-09 Doug Evans <dje@google.com>
8893
8894 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8895
8896 2015-09-09 Doug Evans <dje@google.com>
8897
8898 * gdb.base/savedregs.exp: Fix typo.
8899
8900 2015-09-09 Pedro Alves <palves@redhat.com>
8901
8902 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8903
8904 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8905
8906 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8907 command actually switches threads. Give up on remaining
8908 tests if target fails to stop at breakpoint.
8909
8910 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8911
8912 * gdb.ada/funcall_char.exp: New testcase.
8913 * gdb.ada/funcall_char/foo.adb: New file.
8914
8915 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8916
8917 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8918 expected outputs. Add two testcases for completing ambiguous
8919 functions.
8920 * gdb.ada/complete/aux_pck.adb: New file.
8921 * gdb.ada/complete/aux_pck.ads: New file.
8922 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8923 Ambiguous_Func functions.
8924 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8925 * gdb.ada/complete/pck.adb: Likewise.
8926
8927 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8928
8929 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8930 failures to run the test program under GDB.
8931
8932 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
8933
8934 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8935 to C.
8936
8937 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8938
8939 * gdb.base/run-after-attach.exp: New test file.
8940 * gdb.base/run-after-attach.c: New test file.
8941
8942 2015-08-26 Don Breazeal <donb@codesourcery.com>
8943
8944 * gdb.base/foll-exec-2.c: New test program.
8945 * gdb.base/foll-exec-2.exp: New test.
8946
8947 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8948
8949 * gdb.base/nested-subp1.exp: New file.
8950 * gdb.base/nested-subp1.c: New file.
8951 * gdb.base/nested-subp2.exp: New file.
8952 * gdb.base/nested-subp2.c: New file.
8953 * gdb.base/nested-subp3.exp: New file.
8954 * gdb.base/nested-subp3.c: New file.
8955
8956 2015-08-24 Pedro Alves <palves@redhat.com>
8957
8958 * gdb.server/connect-without-multi-process.c: New file.
8959 * gdb.server/connect-without-multi-process.exp: New file.
8960
8961 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8962
8963 * gdb.opt/inline-markers.c: Make z int.
8964
8965 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8966
8967 * gdb.opt/inline-markers.c: Make z volatile.
8968
8969 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8970
8971 * gdb.opt/inline-bt.c: New volatile global z.
8972 * gdb.opt/inline-cmds.c: Likewise.
8973 * gdb.opt/inline-locals.c: Likewise.
8974 * gdb.opt/inline-markers.c: New extern global z.
8975 (marker): Use z.
8976 (inline_fn): Likewise.
8977
8978 2015-08-24 Pedro Alves <palves@redhat.com>
8979
8980 * config/m32r-stub.exp: Remove file.
8981 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8982 * gdb.base/call-rt-st.exp: Likewise.
8983 * gdb.base/call-strs.exp: Likewise.
8984 * gdb.base/default.exp: Remove references to h8300-*-hms and
8985 *-*-udi*.
8986 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8987
8988 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8989
8990 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8991 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8992 and "return" use KFAIL when GDB can not read/write the vector
8993 return value.
8994
8995 2015-08-21 Gary Benson <gbenson@redhat.com>
8996
8997 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8998
8999 2015-08-20 Pedro Alves <palves@redhat.com>
9000
9001 * gdb.server/solib-list.exp: No longer expect an interior stop in
9002 non-stop mode.
9003
9004 2015-08-20 Pedro Alves <palves@redhat.com>
9005
9006 * gdb.server/connect-stopped-target.c: New file.
9007 * gdb.server/connect-stopped-target.exp: New file.
9008
9009 2015-08-20 Pedro Alves <palves@redhat.com>
9010
9011 * gdb.dwarf2/comp-unit-lang.exp: New file.
9012 * gdb.dwarf2/comp-unit-lang.c: New file.
9013
9014 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9015
9016 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9017 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9018
9019 2015-08-19 Kevin Buettner <kevinb@redhat.com>
9020
9021 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9022 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9023
9024 2015-08-18 Doug Evans <dje@google.com>
9025 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9026
9027 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9028 skip_python_tests. New arg prompt_regexp.
9029 (skip_python_tests): New function.
9030 * lib/mi-support.exp (mi_skip_python_tests): New function.
9031 * gdb.python/py-mi-objfile-gdb.py: New file.
9032 * gdb.python/py-mi-objfile.c: New file.
9033 * gdb.python/py-mi-objfile.exp: New file.
9034
9035 2015-08-17 Keith Seitz <keiths@redhat.com>
9036
9037 * gdb.linespec/explicit.exp: Move strace test from here ...
9038 * gdb.trace/strace.exp: ... to here.
9039
9040 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9041
9042 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9043 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9044
9045 2015-08-14 Doug Evans <xdje42@gmail.com>
9046
9047 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9048 inferior before selecting a new file.
9049
9050 2015-08-14 Doug Evans <xdje42@gmail.com>
9051
9052 * gdb.mi/mi-disassemble.exp: Update.
9053 * gdb.base/disasm-optim.S: New file.
9054 * gdb.base/disasm-optim.c: New file.
9055 * gdb.base/disasm-optim.h: New file.
9056 * gdb.base/disasm-optim.exp: New file.
9057
9058 2015-08-14 Keith Seitz <keiths@redhat.com>
9059
9060 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9061 "evaluated-by".
9062
9063 2015-08-13 Joel Brobecker <brobecker@adacore.com>
9064
9065 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9066
9067 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9068
9069 * gdb.ada/fun_renaming.exp: New testcase.
9070 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9071 * gdb.ada/fun_renaming/pack.adb: New file.
9072 * gdb.ada/fun_renaming/pack.ads: New file.
9073
9074 2015-08-12 Keith Seitz <keiths@redhat.com>
9075
9076 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9077 gdb_get_line_number.
9078
9079 2015-08-12 Joel Brobecker <brobecker@adacore.com>
9080
9081 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9082 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9083 gdb.base/dso2dso.exp: New files.
9084
9085 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9086 Pedro Alves <palves@redhat.com>
9087 Keith Seitz <keiths@redhat.com>
9088
9089 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9090 GDBFLAGS.
9091
9092 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9093
9094 * gdb.base/gdbhistsize-history.exp
9095 (test_histsize_history_setting): Use save_vars.
9096 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9097 Use save_vars.
9098 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9099 * gdb.base/readline.exp: Use save_vars.
9100
9101 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9102
9103 * lib/gdb.exp (save_vars): New proc.
9104
9105 2015-08-11 Keith Seitz <keiths@redhat.com>
9106
9107 * gdb.base/help.exp: Update help_breakpoint_text.
9108
9109 2015-08-11 Keith Seitz <keiths@redhat.com>
9110
9111 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9112 (at toplevel): Call test_explicit_breakpoints.
9113 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9114 breakpoints.
9115 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9116 breakpoint conditions, "-cond".
9117
9118 2015-08-11 Keith Seitz <keiths@redhat.com>
9119
9120 * gdb.linespec/3explicit.c: New file.
9121 * gdb.linespec/cpexplicit.cc: New file.
9122 * gdb.linespec/cpexplicit.exp: New file.
9123 * gdb.linespec/explicit.c: New file.
9124 * gdb.linespec/explicit.exp: New file.
9125 * gdb.linespec/explicit2.c: New file.
9126 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9127 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9128 before using in the matching pattern.
9129 Clarify that `prefix' is a regular expression.
9130
9131 2015-08-11 Keith Seitz <keiths@redhat.com>
9132
9133 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9134 test.
9135 Add tests for missing ",FMT" and ",".
9136
9137 2015-08-10 Doug Evans <dje@google.com>
9138 Keith Seitz <keiths@redhat.com>
9139
9140 PR gdb/17960
9141 * gdb.base/completion.exp: Add location completer tests.
9142
9143 2015-08-07 Pedro Alves <palves@redhat.com>
9144
9145 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9146 tests here.
9147 (top level): Run do_test with and without displaced stepping.
9148
9149 2015-08-07 Pedro Alves <palves@redhat.com>
9150
9151 * gdb.base/valgrind-disp-step.c: New file.
9152 * gdb.base/valgrind-disp-step.exp: New file.
9153
9154 2015-08-07 Pedro Alves <palves@redhat.com>
9155
9156 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9157 Delete function.
9158 (main): Add alarm. Run an infinite loop instead of calling
9159 wait_threads.
9160 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9161 comment.
9162 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9163 Delete function.
9164 (main): Add alarm. Run an infinite loop instead of calling
9165 wait_threads.
9166 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9167 comment.
9168
9169 2015-08-07 Pedro Alves <palves@redhat.com>
9170
9171 * gdb.base/checkpoint-ns.exp: New file.
9172 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9173 standard_testfile.
9174
9175 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9176
9177 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9178 * gdb.btrace/instruction_history.exp: Update.
9179 * gdb.btrace/tsx.exp: New.
9180 * gdb.btrace/tsx.c: New.
9181
9182 2015-08-06 Pedro Alves <palves@redhat.com>
9183
9184 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9185 increase timeout.
9186 * gdb.reverse/until-precsave.exp: Bump timeouts.
9187
9188 2015-08-06 Pedro Alves <palves@redhat.com>
9189
9190 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9191
9192 2015-08-06 Pedro Alves <palves@redhat.com>
9193
9194 PR gdb/18749
9195 * gdb.threads/process-dies-while-handling-bp.c: New file.
9196 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9197
9198 2015-08-06 Pedro Alves <palves@redhat.com>
9199
9200 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9201 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9202
9203 2015-08-05 Pedro Alves <palves@redhat.com>
9204
9205 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9206 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9207
9208 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9209
9210 * gdb.base/bp-permanent.exp: Report test as unsupported if
9211 the target cannot stop at the permanent breakpoint.
9212
9213 2015-08-03 Doug Evans <dje@google.com>
9214
9215 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9216 10000.
9217
9218 2015-08-03 Doug Evans <dje@google.com>
9219
9220 * Makefile.in (workers/%.worker, build-perf): New rule.
9221 (GDB_PERFTEST_MODE): New variable.
9222 (check-perf): Use it.
9223 (clean): Clean up gdb.perf parallel build subdirs.
9224 * lib/build-piece.exp: New file.
9225 * lib/gdb.exp (make_gdb_parallel_path): New function
9226 (standard_output_file, standard_temp_file): Call it.
9227 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9228 of $GDB_PARALLEL.
9229 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9230
9231 2015-08-03 Doug Evans <dje@google.com>
9232
9233 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
9234 (LOG_FILE_NAME): New global.
9235 (TextReporter.__init__): Initialize self.txt_sum.
9236 (TextReporter.report): Add support for multiple data-points.
9237 Move report to perftest.sum, put raw data in perftest.log.
9238 (TextReporter.start): Open sum and log files.
9239 (TextReporter.end): Close sum and log files.
9240 * gdb.perf/lib/perftest/testresult.py
9241 (SingleStatisticTestResult.record): Handle multiple data-points.
9242
9243 2015-07-31 Pedro Alves <palves@redhat.com>
9244
9245 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9246 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9247 kill_wait_spawned_process instead of explicit "kill -9".
9248 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9249 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9250 kill_wait_spawned_process.
9251 * gdb.base/attach-twice.exp: Likewise.
9252 * gdb.base/attach.exp: Likewise.
9253 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9254 gdb_test_multiple.
9255 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9256 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9257 kill_wait_spawned_process.
9258 * gdb.base/valgrind-infcall.exp: Likewise.
9259 * gdb.multi/multi-attach.exp: Likewise.
9260 * gdb.python/py-prompt.exp: Likewise.
9261 * gdb.python/py-sync-interp.exp: Likewise.
9262 * gdb.server/ext-attach.exp: Likewise.
9263 * gdb.threads/attach-into-signal.exp (corefunc): Use
9264 spawn_wait_for_attach, spawn_id_get_pid and
9265 kill_wait_spawned_process.
9266 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9267 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9268 spawn_id_get_pid and kill_wait_spawned_process.
9269 * gdb.threads/attach-stopped.exp (corefunc): Use
9270 spawn_wait_for_attach, spawn_id_get_pid and
9271 kill_wait_spawned_process.
9272 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9273 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9274 kill_wait_spawned_process instead of explicit "kill -9".
9275 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9276 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9277 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9278 processes. Don't map cygwin/windows pids here. Now returns a
9279 spawn id list.
9280
9281 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9282
9283 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9284 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9285 correct patch.
9286
9287 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9288
9289 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9290
9291 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9292
9293 Reapply:
9294 2014-05-21 Mark Wielaard <mjw@redhat.com>
9295
9296 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9297
9298 2015-07-30 Pedro Alves <palves@redhat.com>
9299
9300 * linux-low.c (handle_extended_wait): Set the child's last
9301 reported status to TARGET_WAITKIND_STOPPED.
9302
9303 2015-07-30 Pedro Alves <palves@redhat.com>
9304
9305 PR threads/18600
9306 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9307 only shows inferior 1.
9308
9309 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9310 Pedro Alves <palves@redhat.com>
9311
9312 PR threads/18600
9313 * gdb.threads/fork-plus-threads.c: New file.
9314 * gdb.threads/fork-plus-threads.exp: New file.
9315
9316 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9317
9318 * gdb.base/batch-preserve-term-settings.exp
9319 (test_terminal_settings_preserved_after_cli_exit): Use
9320 send_quit_command.
9321
9322 2015-07-29 Pedro Alves <palves@redhat.com>
9323 Don Breazeal <donb@codesourcery.com>
9324
9325 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9326 output from both inferior_spawn_id and gdb_spawn_id.
9327
9328 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9329
9330 * gdb.threads/attach-into-signal.exp (corefunc): Use
9331 with_test_prefix on nested loops, uniquefying the test messages.
9332
9333 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9334
9335 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9336 commit.
9337
9338 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9339
9340 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9341 New proc.
9342 (test_terminal_settings_preserved_after_sigterm): New test.
9343
9344 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9345
9346 * gdb.base/batch-preserve-term-settings.exp
9347 (test_terminal_settings_preserved_after_cli_exit): New test.
9348
9349 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9350
9351 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9352 manipulation of saved_gdbflags.
9353 (test_terminal_settings_preserved): Remove global declaration of
9354 the unused variable pagination_prompt. Remove manipulation of
9355 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9356 GDBFLAGS.
9357
9358 2015-07-29 Pedro Alves <palves@redhat.com>
9359
9360 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9361
9362 2015-07-29 Pedro Alves <palves@redhat.com>
9363
9364 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9365 at the top.
9366
9367 2015-07-29 Pedro Alves <palves@redhat.com>
9368
9369 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9370 (main): Call gdb_unbuffer_output.
9371 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9372 (main): Call gdb_unbuffer_output.
9373 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9374 (main): Call gdb_unbuffer_output.
9375 * gdb.base/call-strs.exp: Adjust to step over the
9376 gdb_unbuffer_output call.
9377 * gdb.base/catch-gdb-caused-signals.c: Include
9378 "../lib/unbuffer_output.c".
9379 (main): Call gdb_unbuffer_output.
9380 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9381 (main): Call gdb_unbuffer_output.
9382 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9383 (main): Call gdb_unbuffer_output.
9384 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9385 (main): Call gdb_unbuffer_output.
9386 * gdb.base/shlib-call.exp: Adjust to step over the
9387 gdb_unbuffer_output call.
9388 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9389 (main): Call gdb_unbuffer_output.
9390 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9391 (main): Call gdb_unbuffer_output.
9392 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9393 (main): Rename to ...
9394 (test): ... this.
9395 (main): Reimplement.
9396 * gdb.base/varargs.exp: Run to test instead of to main.
9397 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9398 (main): Call gdb_unbuffer_output.
9399
9400 2015-07-29 Pedro Alves <palves@redhat.com>
9401
9402 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9403 factore out from mi_continue_dprintf. For call-style dprintfs,
9404 expect dprintf output out of $inferior_spawn_id.
9405 (mi_continue_dprintf): Use mi_expect_dprintf.
9406 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9407 (main): Call gdb_unbuffer_output.
9408
9409 2015-07-29 Pedro Alves <palves@redhat.com>
9410
9411 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9412 (default_mi_gdb_start): Set inferior_spawn_id instead of
9413 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9414 gdb_spawn_id.
9415 (mi_gdb_test): Always expect inferior output from both
9416 $inferior_spawn_id and $gdb_spawn_id.
9417
9418 2015-07-29 Pedro Alves <palves@redhat.com>
9419
9420 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9421 send_inferior and $inferior_spawn_id.
9422
9423 2015-07-29 Pedro Alves <palves@redhat.com>
9424
9425 * gdb.gdb/complaints.exp (test_initial_complaints)
9426 (test_serial_complaints, test_short_complaints): Use
9427 gdb_test_stdio.
9428 (test_empty_complaint): Handle $inferior_spawn_id !=
9429 $gdb_spawn_id.
9430
9431 2015-07-29 Pedro Alves <palves@redhat.com>
9432
9433 * gdb.base/varargs.exp: Use gdb_test_stdio.
9434
9435 2015-07-29 Pedro Alves <palves@redhat.com>
9436
9437 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9438
9439 2015-07-29 Pedro Alves <palves@redhat.com>
9440
9441 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9442
9443 2015-07-29 Pedro Alves <palves@redhat.com>
9444
9445 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9446 parameter into two new parameters, "inf_result" and "gdb_result".
9447 Expect inferior output and gdb output from $inferior_spawn_id and
9448 $gdb_spawn_id, respectively. Adjust all callers.
9449
9450 2015-07-29 Pedro Alves <palves@redhat.com>
9451
9452 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9453 of gdb_test_sequence.
9454
9455 2015-07-29 Pedro Alves <palves@redhat.com>
9456
9457 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9458 (saw_spurious_output): Expect inferior output from
9459 $inferior_spawn_id. Use gdb_test_stdio.
9460
9461 2015-07-29 Pedro Alves <palves@redhat.com>
9462
9463 * gdb.base/dprintf.exp: Use standard_testfile. Change
9464 prepare_for_testing call.
9465 (srcfile): Don't set.
9466 (restart): New procedure.
9467 (test_dprintf): New procecure, use to continue over dprintfs.
9468 (test_call, test_agent): New procedures, tests moved here.
9469 Restart gdb and recreate dprintfs. Adjust expected output.
9470
9471 2015-07-29 Pedro Alves <palves@redhat.com>
9472
9473 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9474
9475 2015-07-29 Pedro Alves <palves@redhat.com>
9476
9477 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9478
9479 2015-07-29 Pedro Alves <palves@redhat.com>
9480
9481 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9482 gdb_test_stdio.
9483
9484 2015-07-29 Pedro Alves <palves@redhat.com>
9485
9486 * lib/gdb.exp (gdb_test_stdio): New procedure.
9487
9488 2015-07-29 Pedro Alves <palves@redhat.com>
9489
9490 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9491
9492 2015-07-29 Pedro Alves <palves@redhat.com>
9493
9494 * gdb.base/call-signal-resume.exp: Remove check for
9495 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9496 * gdb.base/unwindonsignal.exp: Likewise.
9497 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9498 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9499
9500 2015-07-29 Pedro Alves <palves@redhat.com>
9501
9502 * gdb.base/siginfo-addr.c (pass): New function.
9503 (handler): Call it iff si_addr is correct.
9504 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9505 Set a breakpoint at "pass" and continue to it.
9506
9507 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9508
9509 * gdb.python/py-objfile.exp: Make some tests have unique names.
9510 * gdb.python/py-pp-registration.exp: Likewise.
9511
9512 2015-07-28 Pedro Alves <palves@redhat.com>
9513
9514 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9515
9516 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9517
9518 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9519
9520 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9521
9522 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9523
9524 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9525
9526 * gdb.base/gdb-sigterm-2.exp: New test.
9527
9528 2015-07-25 Doug Evans <xdje42@gmail.com>
9529
9530 Revert:
9531 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9532 (workers/%.worker, build-perf): New rule.
9533 (GDB_PERFTEST_MODE): New variable.
9534 (check-perf): Use it.
9535 (clean): Clean up gdb.perf parallel build subdirs.
9536 * lib/build-piece.exp: New file.
9537 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9538 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9539 name.
9540 (standard_temp_file): Ditto.
9541 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9542 of $GDB_PARALLEL.
9543
9544 2015-07-24 Doug Evans <dje@google.com>
9545
9546 * gdb.perf/lib/perftest/utils.py: New file.
9547 * gdb.perf/gm-hello.cc: New file.
9548 * gdb.perf/gm-pervasive-typedef.cc: New file.
9549 * gdb.perf/gm-pervasive-typedef.h: New file.
9550 * gdb.perf/gm-std.cc: New file.
9551 * gdb.perf/gm-std.h: New file.
9552 * gdb.perf/gm-use-cerr.cc: New file.
9553 * gdb.perf/gm-utils.h: New file.
9554 * gdb.perf/gmonster-null-lookup.py: New file.
9555 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9556 * gdb.perf/gmonster-print-cerr.py: New file.
9557 * gdb.perf/gmonster-ptype-string.py: New file.
9558 * gdb.perf/gmonster-runto-main.py: New file.
9559 * gdb.perf/gmonster-select-file.py: New file.
9560 * gdb.perf/gmonster1-null-lookup.exp: New file.
9561 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9562 * gdb.perf/gmonster1-print-cerr.exp: New file.
9563 * gdb.perf/gmonster1-ptype-string.exp: New file.
9564 * gdb.perf/gmonster1-runto-main.exp: New file.
9565 * gdb.perf/gmonster1-select-file.exp: New file.
9566 * gdb.perf/gmonster1.cc: New file.
9567 * gdb.perf/gmonster1.exp: New file.
9568 * gdb.perf/gmonster2-null-lookup.exp: New file.
9569 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9570 * gdb.perf/gmonster2-print-cerr.exp: New file.
9571 * gdb.perf/gmonster2-ptype-string.exp: New file.
9572 * gdb.perf/gmonster2-runto-main.exp: New file.
9573 * gdb.perf/gmonster2-select-file.exp: New file.
9574 * gdb.perf/gmonster2.cc: New file.
9575 * gdb.perf/gmonster2.exp: New file.
9576
9577 2015-07-24 Doug Evans <dje@google.com>
9578
9579 * gdb.perf/README: New file.
9580 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9581 * lib/gen-perf-test.exp: New file.
9582
9583 2015-07-24 Doug Evans <dje@google.com>
9584
9585 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9586 (PerfTest::startup): New function.
9587 (PerfTest::run): Return result of calling body.
9588 (PerfTest::assemble): Rewrite.
9589 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9590 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9591 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9592 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9593 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9594
9595 2015-07-24 Doug Evans <dje@google.com>
9596
9597 * lib/gdb.exp (clean_restart): Make executable optional.
9598
9599 2015-07-24 Doug Evans <dje@google.com>
9600
9601 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9602 compiler_info references.
9603 * gdb.cp/temargs.exp: Ditto.
9604 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9605 (get_compiler_info): Early exit if already computed. Set compiler_info
9606 to "unknown" if there was a problem.
9607 (test_compiler_info): Add function comment. Call get_compiler_info.
9608
9609 2015-07-24 Doug Evans <dje@google.com>
9610
9611 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9612 (workers/%.worker, build-perf): New rule.
9613 (GDB_PERFTEST_MODE): New variable.
9614 (check-perf): Use it.
9615 (clean): Clean up gdb.perf parallel build subdirs.
9616 * lib/build-piece.exp: New file.
9617 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9618 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9619 name.
9620 (standard_temp_file): Ditto.
9621 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9622 of $GDB_PARALLEL.
9623
9624 2015-07-24 Doug Evans <dje@google.com>
9625
9626 * lib/future.exp (gdb_default_target_compile): New option
9627 "early_flags".
9628 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9629 --as-needed.
9630
9631 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9632
9633 * gdb.base/catch-syscall.exp: Call gdb_exit before
9634 gdb_skip_xml_test.
9635
9636 2015-07-24 Pedro Alves <palves@redhat.com>
9637
9638 * gdb.python/py-events.exp: Accept output between the stop event
9639 and the prompt.
9640 * gdb.python/py-evsignal.exp: Likewise.
9641 * gdb.python/py-evthreads.exp: Likewise.
9642
9643 2015-07-24 Pedro Alves <palves@redhat.com>
9644
9645 PR gdb/18717
9646 * gdb.threads/non-ldr-exit.c: New file.
9647 * gdb.threads/non-ldr-exit.exp: New file.
9648
9649 2015-07-24 Yao Qi <yao.qi@linaro.org>
9650
9651 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9652 restarting process.
9653
9654 2015-07-24 Yao Qi <yao.qi@linaro.org>
9655
9656 * gdb.server/ext-restart.exp: New file.
9657
9658 2015-07-24 Yao Qi <yao.qi@linaro.org>
9659
9660 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9661 argument options.
9662 * gdb.server/ext-wrapper.exp: New file.
9663
9664 2015-07-23 Doug Evans <dje@google.com>
9665
9666 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9667 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9668
9669 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9670
9671 * gdb.ada/var_arr_typedef.exp: New testcase.
9672 * gdb.ada/var_arr_typedef/pack.adb: New file.
9673 * gdb.ada/var_arr_typedef/pack.ads: New file.
9674 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9675
9676 2015-07-20 Joel Brobecker <brobecker@adacore.com>
9677
9678 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9679
9680 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9681
9682 * gdb.arch/i386-biarch-core.exp: Replace istarget
9683 by "complete set gnutarget". Remove expectation for the "core-file"
9684 command.
9685
9686 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9687
9688 Revert the previous commit:
9689 Tests for validate symbol file using build-id.
9690
9691 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9692
9693 Tests for validate symbol file using build-id.
9694 * gdb.base/solib-mismatch-lib.c: New file.
9695 * gdb.base/solib-mismatch-libmod.c: New file.
9696 * gdb.base/solib-mismatch.c: New file.
9697 * gdb.base/solib-mismatch.exp: New file.
9698
9699 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9700
9701 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9702 nios2-*-linux*.
9703 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9704 * gdb.base/siginfo.exp: Likewise.
9705 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9706
9707 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9708
9709 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9710 Move it to ...
9711 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9712 ... here.
9713 * gdb.trace/range-stepping.exp: Check that the target supports
9714 range stepping.
9715
9716 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9717
9718 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9719
9720 2015-07-14 Pedro Alves <palves@redhat.com>
9721
9722 * gdb.base/killed-outside.exp: New file.
9723 * gdb.base/killed-outside.c: New file.
9724
9725 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9726
9727 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9728 (n at main): New.
9729 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9730
9731 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9732
9733 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9734 infcall tests instead of setting up for KFAIL.
9735
9736 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9737
9738 * gdb.btrace/record_goto-step.exp: New.
9739
9740 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9741
9742 PR compile/18484
9743 * gdb.compile/compile.c (struct struct_type): Add volatile to
9744 selffield's type.
9745 * gdb.compile/compile.exp
9746 (compile code struct_object.selffield = &struct_object): Skip further
9747 struct_object tests if this one xfails.
9748
9749 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
9750
9751 PR exp/18617
9752 * gdb.trace/ax.exp: Add test.
9753
9754 2015-07-07 Yao Qi <yao.qi@linaro.org>
9755
9756 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9757 instead of istarget "aarch64*-*-*".
9758 * gdb.arch/aarch64-fp.exp: Likewise.
9759 * gdb.base/float.exp: Likewise.
9760 * gdb.reverse/aarch64.exp: Likewise.
9761 * lib/gdb.exp (is_aarch64_target): New proc.
9762
9763 2015-07-07 Yao Qi <yao.qi@linaro.org>
9764
9765 * lib/gdb.exp (is_aarch32_target): New proc.
9766 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9767 instead of "istarget "arm*-*-*"".
9768 * gdb.arch/arm-disp-step.exp: Likewise.
9769 * gdb.arch/thumb-bx-pc.exp: Likewise.
9770 * gdb.arch/thumb-prologue.exp: Likewise.
9771 * gdb.arch/thumb-singlestep.exp: Likewise.
9772 * gdb.base/disp-step-syscall.exp: Likewise.
9773 * gdb.base/float.exp: Likewise.
9774
9775 2015-07-07 Yao Qi <yao.qi@linaro.org>
9776
9777 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9778 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9779
9780 2015-07-07 Yao Qi <yao.qi@linaro.org>
9781
9782 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9783 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9784 if it exists.
9785 * gdb.multi/multi-arch.exp: Likewise.
9786
9787 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9788
9789 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9790 print.
9791
9792 2015-07-07 Yao Qi <yao.qi@linaro.org>
9793
9794 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9795
9796 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9797
9798 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9799 '[' and ']' characters.
9800
9801 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9802
9803 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9804
9805 2015-06-29 Pedro Alves <palves@redhat.com>
9806
9807 PR threads/18127
9808 * gdb.threads/hand-call-new-thread.c: New file.
9809 * gdb.threads/hand-call-new-thread.c: New file.
9810
9811 2015-06-26 Keith Seitz <keiths@redhat.com>
9812 Doug Evans <dje@google.com>
9813
9814 PR 16253
9815 * gdb.cp/var-tag-2.cc: New file.
9816 * gdb.cp/var-tag-3.cc: New file.
9817 * gdb.cp/var-tag-4.cc: New file.
9818 * gdb.cp/var-tag.cc: New file.
9819 * gdb.cp/var-tag.exp: New file.
9820
9821 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9822
9823 * gdb.base/history-duplicates.exp: New test.
9824
9825 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9826
9827 * gdb.base/completion.exp: Test the completion of the "focus"
9828 command.
9829
9830 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9831
9832 * gdb.arch/amd64-prologue-skip.S: New file.
9833 * gdb.arch/amd64-prologue-skip.exp: New file.
9834
9835 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9836
9837 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9838 is_address_zero_readable check.
9839
9840 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9841
9842 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9843 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9844
9845 2015-06-24 Yao Qi <yao.qi@linaro.org>
9846
9847 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9848 linux targets.
9849
9850 2015-06-24 Yao Qi <yao.qi@linaro.org>
9851
9852 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9853 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9854 * gdb.base/siginfo-thread.exp: Likewise.
9855
9856 2015-06-22 Yao Qi <yao.qi@linaro.org>
9857
9858 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9859
9860 2015-06-22 Yao Qi <yao.qi@linaro.org>
9861
9862 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9863 aarch64*-*-*.
9864 (skip_hw_watchpoint_tests): Likewise.
9865
9866 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9867
9868 * gdb.base/gdbinit-history.exp: Test the interaction between
9869 setting GDBHISTSIZE and setting the history size via .gdbinit.
9870
9871 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9872
9873 PR gdb/16999
9874 * gdb.base/gdbhistsize-history.exp: New test.
9875
9876 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9877
9878 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9879 with GDBHISTSIZE.
9880 * gdb.base/readline.exp: Likewise.
9881
9882 2015-06-17 Yao Qi <yao.qi@linaro.org>
9883
9884 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9885 line.
9886
9887 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9888
9889 * gdb.base/gdbinit-history.exp: Add test case to check that
9890 an unlimited history file does not get truncated on exit.
9891
9892 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9893
9894 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9895 (VECTOR): New macro. Use it...
9896 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9897 ...for these typedefs.
9898 (int8, char1, int1, double1): New typedefs.
9899 (struct just_int2, struct two_int2): New structures.
9900 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9901 (add_structvecs, add_singlevecs): New functions.
9902 (main): Call add_some_intvecs twice.
9903 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9904 the compile and exit upon failure. Try compiling for the "native"
9905 architecture. Test inferior function calls with vector arguments
9906 and vector return value handling with "finish" and "return".
9907
9908 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9909
9910 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9911 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9912 PE file.
9913 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9914
9915 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9916
9917 PR breakpoints/16465
9918 * gdb.mi/mi-dprintf-pending.c: New file.
9919 * gdb.mi/mi-dprintf-pending.exp: New test.
9920 * gdb.mi/mi-dprintf-pendshr.c: New file.
9921
9922 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9923 Mircea Gherzan <mircea.gherzan@intel.com>
9924
9925 * gdb.arch/i386-mpx-map.c: New file.
9926 * gdb.arch/i386-mpx-map.exp: New File.
9927
9928 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9929
9930 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9931 * gdb.arch/i386-mpx.exp: Indentation fixed.
9932
9933 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9934
9935 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9936 function and improved indentation.
9937 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9938 gdb_test_multiple. Added additional tests to skip the test.
9939
9940 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9941
9942 * gdb.arch/i386-avx512.c: Change path in include file.
9943 * gdb.arch/i386-avx512.exp: Change include dir path
9944 compilation flag.
9945 * gdb.arch/i386-mpx.c: Change path in include file.
9946 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9947 flag.
9948
9949 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9950
9951 * gdb.compile/compile-print.exp (compile print *vararray@3)
9952 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9953
9954 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9955
9956 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9957 (do not keep jit in memory): ... this.
9958 (expect 5): Change it to ...
9959 (expect no 5): ... this.
9960
9961 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9962
9963 PR gdb/15564
9964 * gdb.mi/mi-detach.exp: New file.
9965
9966 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9967
9968 PR symtab/18392
9969 * gdb.arch/amd64-tailcall-self.S: New file.
9970 * gdb.arch/amd64-tailcall-self.c: New file.
9971 * gdb.arch/amd64-tailcall-self.exp: New file.
9972
9973 2015-05-28 Don Breazeal <donb@codesourcery.com>
9974
9975 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9976 tests for remote targets by checking is_target_gdbserver.
9977
9978 2015-05-27 Doug Evans <dje@google.com>
9979
9980 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9981 * gdb.dwarf2/opaque-type-lookup.c: New file.
9982 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9983
9984 2015-05-26 Doug Evans <dje@google.com>
9985
9986 * gdb.cp/iostream.cc: New file.
9987 * gdb.cp/iostream.exp: New file.
9988
9989 2015-05-26 Doug Evans <dje@google.com>
9990
9991 * gdb.dwarf2/dw2-op-call.exp: Update.
9992 * gdb.dwarf2/dw4-sig-types.exp: Update.
9993 * gdb.dwarf2/implptr.exp: Update.
9994 * gdb.mi/mi-cmd-param-changed.exp: Update.
9995
9996 2015-05-26 Doug Evans <dje@google.com>
9997
9998 * gdb.python/py-lazy-string.c: New file.
9999 * gdb.python/py-lazy-string.exp: New file.
10000 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10001 (main): Update. Add estring3.
10002 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10003 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10004
10005 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10006 Yao Qi <yao.qi@linaro.org>
10007
10008 * gdb.reverse/aarch64.c: New.
10009 * gdb.reverse/aarch64.exp: New.
10010
10011 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10012
10013 * lib/gdb.exp (supports_process_record): Return true for
10014 aarch64*-linux*.
10015 (supports_reverse): Likewise.
10016
10017 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10018
10019 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10020 Use with_test_prefix.
10021
10022 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10023
10024 * gdb.base/completion.exp: Add test for completion of layout
10025 names.
10026
10027 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10028
10029 * lib/gdb.exp (skip_tui_tests): New proc.
10030 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10031
10032 2015-05-19 Pedro Alves <palves@redhat.com>
10033
10034 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10035 Save the whole env array instead of just HOME. Unset HISTSIZE in
10036 the environment while testing. Restore whole environment
10037 afterwards.
10038
10039 2015-05-16 Doug Evans <xdje42@gmail.com>
10040
10041 * gdb.guile/scm-ports.c: New file.
10042 * gdb.guile/scm-ports.exp: Add memory port tests.
10043
10044 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10045
10046 * gdb.compile/compile-print.c: New file.
10047 * gdb.compile/compile-print.exp: New file.
10048
10049 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10050
10051 * gdb.compile/compile-ops.exp: Cast param to void.
10052 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10053 (compile code struct_object.selffield = &struct_object): Add xfail.
10054
10055 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10056
10057 * gdb.ada/arr_enum_with_gap: New testcase.
10058
10059 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10060
10061 * gdb.ada/byte_packed_arr: New testcase.
10062
10063 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10064
10065 * gdb.ada/pckd_neg: New testcase.
10066
10067 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10068
10069 PR gdb/17820
10070 * gdb.base/gdbinit-history.exp: New test.
10071 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10072 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10073
10074 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10075
10076 * gdb.python/py-xmethods.cc: Enhance test case.
10077 * gdb.python/py-xmethods.exp: New tests.
10078 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10079 function.
10080 (B_indexoper): Likewise.
10081 (global_dm_list) : Add new xmethod worker functions.
10082
10083 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10084
10085 * gdb.base/coredump-filter.exp: Correctly unset
10086 "coredump_var_addr" array.
10087
10088 2015-05-08 Pedro Alves <palves@redhat.com>
10089
10090 * gdb.server/non-existing-program.exp: Unset spawn_id.
10091
10092 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10093
10094 PR python/18291
10095 * gdb.python/py-xmethods.exp: Add tests.
10096
10097 2015-05-08 Yao Qi <yao.qi@linaro.org>
10098
10099 PR gdb/18208
10100 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10101 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10102 function set_coredump_filter, and remove remote_exec call.
10103 Remove argument ipid. Callers update.
10104 (top level): Don't get inferior's PID.
10105
10106 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10107
10108 * gdb.base/watch_thread_num.exp: Skip test on targets without
10109 access watchpoints.
10110
10111 2015-05-06 Pedro Alves <palves@redhat.com>
10112
10113 PR server/18081
10114 * gdb.server/non-existing-program.exp: New file.
10115
10116 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10117
10118 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10119
10120 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10121
10122 * gdb.ada/out_of_line_in_inlined: New testcase.
10123
10124 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10125
10126 * gdb.ada/var_rec_arr: New testcase.
10127
10128 2015-04-30 Yao Qi <yao.qi@linaro.org>
10129
10130 * gdb.base/break-idempotent.exp: If
10131 skip_hw_watchpoint_multi_tests returns true, skip the tests
10132 on "rwatch" and "awatch".
10133
10134 2015-04-30 Yao Qi <yao.qi@linaro.org>
10135
10136 * gdb.base/relativedebug.exp: Invoke gdb command
10137 "info sharedlibrary", and if libc.so doesn't have debug info,
10138 skip the test.
10139
10140 2015-04-29 Doug Evans <dje@google.com>
10141
10142 * gdb.python/py-xmethods.exp: Add ptype tests.
10143 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10144 get_result_type method.
10145
10146 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10147
10148 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10149 the target does not support hardware watchpoints.
10150
10151 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10152
10153 * gdb.base/break-always.exp: Abort testing if writing to memory
10154 causes an error.
10155
10156 2015-04-28 Doug Evans <dje@google.com>
10157
10158 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10159 * gdb.python/py-pp-registration.exp: ... here. New file.
10160 * gdb.python/py-pp-registration.c: New file.
10161 * gdb.python/py-pp-registration.py: New file.
10162
10163 2015-04-28 Doug Evans <dje@google.com>
10164
10165 * gdb.python/py-bad-printers.c: New file.
10166 * gdb.python/py-bad-printers.py: New file.
10167 * gdb.python/py-bad-printers.exp: New file.
10168
10169 2015-04-28 Sasha Smundak <asmundak@google.com>
10170
10171 * gdb.python/py-type.exp: New test.
10172
10173 2015-04-28 Andy Wingo <wingo@igalia.com>
10174
10175 * gdb.python/py-parameter.exp:
10176 * gdb.guile/scm-parameter.exp: Escape the path that we are
10177 matching against, as it might contain characters that are special
10178 to regular expressions.
10179
10180 2015-04-27 Joel Brobecker <brobecker@adacore.com>
10181
10182 * gdb.ada/rec_comp: New testcase.
10183
10184 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10185
10186 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10187 before using it.
10188
10189 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10190
10191 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10192 new tests for verilog output.
10193
10194 2015-04-24 Yao Qi <yao.qi@linaro.org>
10195
10196 * boards/remote-gdbserver-on-localhost.exp: New file.
10197
10198 2015-04-23 Pedro Alves <palves@redhat.com>
10199
10200 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10201 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10202 "end of file", remove $inferior_spawn_id from the indirect list.
10203
10204 2015-04-23 Pedro Alves <palves@redhat.com>
10205
10206 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10207
10208 2015-04-23 Pedro Alves <palves@redhat.com>
10209
10210 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10211 on $any_spawn_id instead of only on $gdb_spawn_id.
10212
10213 2015-04-21 Pierre Muller <muller@sourceware.org>
10214
10215 PR pascal/17815
10216 * lib/pascal.exp (gpc_compile): Add new option "class".
10217 (fpc_compile): Likewise.
10218 * gdb.pascal/case-insensitive-symbols.pas: New file.
10219 * gdb.pascal/case-insensitive-symbols.exp: New file.
10220
10221 2015-04-20 Gary Benson <gbenson@redhat.com>
10222
10223 * gdb.base/attach.exp: Fix three extended remote failures.
10224
10225 2015-04-17 Gary Benson <gbenson@redhat.com>
10226
10227 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10228 the main executable over the remote protocol.
10229
10230 2015-04-16 Pedro Alves <palves@redhat.com>
10231
10232 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10233 a new gdbserver if gdbserver_reconnect_p is set.
10234
10235 2015-04-16 Pedro Alves <palves@redhat.com>
10236
10237 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10238 is set, don't exit gdbserver.
10239
10240 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10241
10242 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10243 appropriate .insn, such that an older assembler can be used.
10244 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10245 the z/Architecture instruction set on 31-bit targets as well.
10246
10247 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10248
10249 * gdb.go/handcall.exp: Remove all logic related to the first
10250 breakpoint and rely on go_runto_main instead.
10251 * gdb.go/strings.exp: Likewise.
10252 * gdb.go/unsafe.exp: Likewise.
10253 * gdb.go/hello.exp: Likewise. Also rename the remaining
10254 breakpoint marker to "breakpoint 1".
10255 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10256 * gdb.go/strings.go: Likewise.
10257 * gdb.go/unsafe.go: Likewise.
10258 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10259 "set breakpoint 2 here" and rename the remaining breakpoint marker
10260 to "breakpoint 1".
10261
10262 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10263
10264 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10265 if itertools.imap is not present.
10266 * gdb.python/py-objfile.exp: Add parentheses.
10267 * gdb.python/py-type.exp: Same.
10268 * gdb.python/py-unwind-maint.py: Same.
10269
10270 2015-04-15 Yao Qi <yao.qi@linaro.org>
10271
10272 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10273 of ":$ptr_size" and set its form explicitly.
10274
10275 2015-04-15 Pedro Alves <palves@redhat.com>
10276 Yao Qi <yao.qi@linaro.org>
10277
10278 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10279 timeout by factor of 4.
10280 (test_regular_watch): Likewise.
10281 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10282 * gdb.reverse/sigall-reverse.exp: Likewise.
10283 * gdb.reverse/until-precsave.exp: Likewise.
10284 * lib/gdb.exp (with_timeout_factor): New proc.
10285 (gdb_expect): Move some code to ...
10286 (get_largest_timeout): ... here. New procedure.
10287
10288 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
10289
10290 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10291
10292 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10293
10294 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10295 to write to the .text section.
10296
10297 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10298
10299 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10300 Handle the case of targets that do not provide PID information.
10301
10302 2015-04-13 Yao Qi <yao.qi@linaro.org>
10303
10304 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10305 and use expect instead of gdb_expect.
10306
10307 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10308
10309 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10310 "coredump_var_addr" to avoid naming conflict with other testcases.
10311
10312 2015-04-10 Pedro Alves <palves@redhat.com>
10313
10314 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10315 gdb_test_sequence and gdb_assert.
10316
10317 2015-04-10 Pedro Alves <palves@redhat.com>
10318
10319 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10320 test messages that don't include the breakpoint address.
10321
10322 2015-04-10 Yao Qi <yao.qi@linaro.org>
10323
10324 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10325 false for some offset and width combinations which aren't
10326 supported by linux kernel.
10327
10328 2015-04-10 Pedro Alves <palves@redhat.com>
10329
10330 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10331 procedure, factored out from ...
10332 (top level): ... here. Add "set displaced-stepping" testing axis.
10333 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10334 parameter "displaced". Use it.
10335 (top level): Use foreach and add "set displaced-stepping" testing
10336 axis.
10337
10338 2015-04-10 Pedro Alves <palves@redhat.com>
10339
10340 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10341 Remove comment.
10342 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10343 both the address of the instruction that triggers the watchpoint
10344 and the address of the instruction immediately after, and use
10345 those addresses for the test. Fix comment.
10346
10347 2015-04-10 Pedro Alves <palves@redhat.com>
10348
10349 * gdb.base/sigstep.exp (breakpoint_to_handler)
10350 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10351 Test "backtrace" in handler.
10352 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10353 (top level): Add new "displaced" test axis to
10354 breakpoint_to_handler, breakpoint_to_handler_entry and
10355 breakpoint_over_handler.
10356
10357 2015-04-10 Pedro Alves <palves@redhat.com>
10358
10359 PR gdb/18216
10360 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10361
10362 2015-04-10 Yao Qi <yao.qi@linaro.org>
10363
10364 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10365 (test_add_rn_pc): New function.
10366 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10367 (top level): Invoke test_add_rn_pc.
10368
10369 2015-04-10 Pedro Alves <palves@redhat.com>
10370
10371 PR gdb/13858
10372 * gdb.base/step-over-no-symbols.exp: New file.
10373
10374 2015-04-09 Andy Wingo <wingo@igalia.com>
10375
10376 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10377 after the Python tests.
10378
10379 2015-04-08 Keith Seitz <keiths@redhat.com>
10380
10381 PR python/16699
10382 * gdb.python/py-completion.exp: New tests for completion.
10383 * gdb.python/py-completion.py (CompleteLimit1): New class.
10384 (CompleteLimit2): Likewise.
10385 (CompleteLimit3): Likewise.
10386 (CompleteLimit4): Likewise.
10387 (CompleteLimit5): Likewise.
10388 (CompleteLimit6): Likewise.
10389 (CompleteLimit7): Likewise.
10390
10391 2015-04-08 Pedro Alves <palves@redhat.com>
10392
10393 PR gdb/18214
10394 PR gdb/18216
10395 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10396 function.
10397 (main): Install it as SIGUSR1 handler.
10398 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10399 parameter. Always use "setup" as prefix. Toggle "set
10400 displaced-stepping" off/on depending on global. Don't switch to
10401 thread 1 here.
10402 (top level): Add displaced stepping "off/on" test axis. Update
10403 "setup" calls. Wrap each subtest with with_test_prefix. Test
10404 continuing with a queued signal in each thread.
10405
10406 2015-04-08 Pedro Alves <palves@redhat.com>
10407
10408 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10409 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10410 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10411 Return early if running to main fails.
10412 * gdb.trace/while-stepping.exp: Likewise.
10413
10414 2015-04-07 Pedro Alves <palves@redhat.com>
10415
10416 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10417 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10418 interact with inferior program.
10419
10420 2015-04-07 Pedro Alves <palves@redhat.com>
10421
10422 * lib/gdb.exp (inferior_spawn_id): New global.
10423 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10424 spawn id after processing the user code.
10425 (default_gdb_start): Set inferior_spawn_id.
10426 (send_inferior): New procedure.
10427 * lib/gdbserver-support.exp (gdbserver_start): Set
10428 inferior_spawn_id.
10429 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10430
10431 2015-04-07 Pedro Alves <palves@redhat.com>
10432
10433 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10434 * lib/gdbserver-support.exp (gdbserver_start): Make
10435 $server_spawn_id global.
10436 (gdbserver_start): Don't wait for gdbserver's spawn id with
10437 expect_background.
10438 (close_gdbserver): New procedure.
10439 (gdb_exit): Rename the default version and reimplement.
10440
10441 2015-04-07 Pedro Alves <palves@redhat.com>
10442
10443 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
10444 append the substituted item, not the original item.
10445
10446 2015-04-07 Pedro Alves <palves@redhat.com>
10447
10448 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10449 gdb_expect.
10450
10451 2015-04-07 Pedro Alves <palves@redhat.com>
10452
10453 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10454 output appearing once only.
10455
10456 2015-04-07 Pedro Alves <palves@redhat.com>
10457
10458 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10459 that doesn't expect anything. Return early if running to main
10460 fails.
10461
10462 2015-04-07 Yao Qi <yao.qi@linaro.org>
10463
10464 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10465 (child_function): Call alarm.
10466 (main): Move call to alarm into the loop.
10467 * gdb.threads/non-stop-fair-events.exp: Build program with
10468 -DTIMEOUT=$timeout.
10469
10470 2015-04-06 Doug Evans <xdje42@gmail.com>
10471
10472 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10473 Fix dest parameter to board_info.
10474 (fpc_compile): Ditto.
10475 (gdb_compile_pascal): Rename dest arg to destfile.
10476
10477 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10478
10479 * gdb.ada/funcall_ref.exp: New file.
10480 * gdb.ada/funcall_ref/foo.adb: New file.
10481
10482 2015-04-02 Yao Qi <yao.qi@linaro.org>
10483
10484 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10485 is remote.
10486
10487 2015-04-02 Gary Benson <gbenson@redhat.com>
10488
10489 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10490
10491 2015-04-01 Sasha Smundak <asmundak@google.com>
10492
10493 * gdb.python/py-unwind-maint.c: New file.
10494 * gdb.python/py-unwind-maint.exp: New test.
10495 * gdb.python/py-unwind-maint.py: New file.
10496 * gdb.python/py-unwind.c: New file.
10497 * gdb.python/py-unwind.exp: New test.
10498 * gdb.python/py-unwind.py: New test.
10499
10500 2015-04-01 Pedro Alves <palves@redhat.com>
10501
10502 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10503 to fail instead of non-existent $test.
10504
10505 2015-04-01 Pedro Alves <palves@redhat.com>
10506
10507 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10508 GDBFLAGS if not empty.
10509
10510 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10511
10512 * gdb.ada/complete.exp: Remove "multi_line".
10513 * gdb.ada/info_exc.exp: Remove "multi_line".
10514 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10515 * gdb.ada/ptype_field.exp: Remove "multi_line".
10516 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10517 * gdb.ada/tagged.exp: Remove "multi_line".
10518 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10519 [multi_line ...]
10520 * gdb.btrace/delta.exp: Likewise.
10521 * gdb.btrace/exception.exp: Likewise.
10522 * gdb.btrace/function_call_history.exp: Likewise.
10523 * gdb.btrace/instruction_history.exp: Likewise.
10524 * gdb.btrace/nohist.exp: Likewise.
10525 * gdb.btrace/record_goto.exp: Likewise.
10526 * gdb.btrace/segv.exp: Likewise.
10527 * gdb.btrace/stepi.exp: Likewise.
10528 * gdb.btrace/tailcall.exp: Likewise.
10529 * gdb.btrace/unknown_functions.exp: Likewise.
10530 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10531 * lib/gdb.exp: Add the "multi_line" helper.
10532
10533 2015-04-01 Pedro Alves <palves@redhat.com>
10534
10535 * gdb.threads/tid-reuse.c: New file.
10536 * gdb.threads/tid-reuse.exp: New file.
10537
10538 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10539
10540 PR corefiles/16092
10541 * gdb.base/coredump-filter.c: New file.
10542 * gdb.base/coredump-filter.exp: Likewise.
10543
10544 2015-03-27 Petr Machata <pmachata@redhat.com>
10545
10546 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10547 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10548 (Dwarf::assemble): Initialize them.
10549 (Dwarf::lines): New function.
10550
10551 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10552
10553 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10554 SYMBOL_PREFIX for x86_64-*-cygwin.
10555
10556 2015-03-26 Andy Wingo <wingo@igalia.com>
10557
10558 PR symtab/18148
10559 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10560 const_value but not a location.
10561 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10562 location defined in non-main CUs are visible.
10563
10564 2015-03-26 Yao Qi <yao.qi@linaro.org>
10565
10566 PR testsuite/18139
10567 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10568 Add a line number entry for the same line.
10569 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10570 Add a line number entry for the same line.
10571
10572 2015-03-26 Yao Qi <yao.qi@linaro.org>
10573
10574 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10575 .int 0.
10576 (func): Likewise. Add .Lfunc_1 label.
10577 Use .Lfunc_1 label.
10578 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10579 .int 0.
10580 (func): Likewise.
10581 Use .Lfunc_1 label.
10582
10583 2015-03-26 Yao Qi <yao.qi@linaro.org>
10584
10585 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10586 Call gdb_compile instead to compile each .s files without debug
10587 information.
10588
10589 2015-03-26 Yao Qi <yao.qi@linaro.org>
10590
10591 * gdb.base/savedregs.exp (process_saved_regs): Make
10592 "Saved registers:" optional in the pattern.
10593
10594 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10595
10596 * gdb.btrace/next.exp: Merged into step.exp.
10597 * gdb.btrace/finish.exp: Merged into step.exp.
10598 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10599 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10600 "record goto" and checking the exact replay position.
10601 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10602 check for "Recording format" in "info record" output.
10603 * gdb.btrace/record_goto.exp: Choose test file based on target.
10604 * gdb.btrace/x86-record_goto.S: Renamed into ...
10605 * gdb.btrace/x86_64-record_goto.S: ... this.
10606 * gdb.btrace/i686-record_goto.S: New.
10607 * gdb.btrace/x86-tailcall.S: Renamed into ...
10608 * gdb.btrace/x86_64-tailcall.S: ... this.
10609 * gdb.btrace/i686-tailcall.S: New.
10610 * gdb.btrace/x86-tailcall.c: Renamed into ...
10611 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10612 separate statements. Update test.
10613 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10614 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10615 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10616 * gdb.btrace/tailcall.exp: Choose test file based on target.
10617 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10618
10619 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10620
10621 * gdb.btrace/exception.exp: Increase BTS buffer size.
10622
10623 2015-03-24 Pedro Alves <palves@redhat.com>
10624
10625 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10626
10627 2015-03-24 Pedro Alves <palves@redhat.com>
10628
10629 * gdb.threads/schedlock.exp (test_step): No longer expect that
10630 "set scheduler-locking step" with "next" over a function call runs
10631 threads unlocked.
10632
10633 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10634
10635 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10636
10637 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10638
10639 PR breakpoints/16466
10640 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10641 * gdb.mi/mi-pending.c (thread_func): New function.
10642 (int main): Add threading support required.
10643 * gdb.mi/mi-pending.exp: Add tests for this issue.
10644 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10645 (pendfunc2): Remove stdio dependency.
10646 * gdb.mi/mi-pendshr2.c: New file.
10647
10648 2015-03-23 Keith Seitz <keiths@redhat.com>
10649
10650 * gdb.linespec/keywords.c: New file.
10651 * gdb.linespec/keywords.exp: New file.
10652
10653 2015-03-23 Keith Seitz <keiths@redhat.com>
10654
10655 PR gdb/18021
10656 * gdb.dwarf2/staticvirtual.exp: New test.
10657
10658 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10659
10660 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10661 * README: Remove HP-UX and gdb.hp.
10662 (configuration):
10663 * configure: Regenerate.
10664 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10665 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10666 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10667 gdb.hp/gdb.defects/Makefile.
10668 * gdb.hp/Makefile.in: File deleted.
10669 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10670 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10671 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10672 * gdb.hp/gdb.aCC/run.c: File deleted.
10673 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10674 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10675 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10676 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10677 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10678 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10679 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10680 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10681 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10682 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10683 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10684 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10685 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10686 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10687 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10688 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10689 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10690 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10691 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10692 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10693 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10694 * gdb.hp/gdb.compat/average.c: File deleted.
10695 * gdb.hp/gdb.compat/sum.c: File deleted.
10696 * gdb.hp/gdb.compat/xdb.c: File deleted.
10697 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10698 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10699 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10700 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10701 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10702 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10703 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10704 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10705 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10706 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10707 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10708 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10709 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10710 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10711 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10712 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10713 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10714 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10715 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10716 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10717 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10718 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10719 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10720 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10721 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10722 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10723 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10724 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10725 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10726 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10727 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10728 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10729 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10730 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10731 * gdb.hp/tools/odump: File deleted.
10732
10733 2015-03-19 Pedro Alves <palves@redhat.com>
10734
10735 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10736 (saw_thread_3): New globals.
10737 (top level): Increment them when an event for the corresponding
10738 thread is seen.
10739 (no thread starvation): New test.
10740
10741 2015-03-19 Pedro Alves <palves@redhat.com>
10742
10743 * gdb.threads/continue-pending-status.c: New file.
10744 * gdb.threads/continue-pending-status.exp: New file.
10745
10746 2015-03-18 Pedro Alves <palves@redhat.com>
10747
10748 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10749 Use gdb_is_target_remote instead of is_remote. Use
10750 gdb_test_multiple instead of gdb_expect. Exit early if
10751 gdb_test_multiple hits its internal matches. Tighten stepi tests
10752 expected output. Fail on exit with any signal, instead of just
10753 SIGILL.
10754
10755 2015-03-18 Yao Qi <yao.qi@linaro.org>
10756
10757 PR tdep/18107
10758 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10759 variable.
10760 * gdb.base/catch-syscall.exp: Don't skip it on
10761 aarch64*-*-linux* target. Remove elements in all_syscalls.
10762 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10763 target.
10764 (setup_all_syscalls): New proc.
10765
10766 2015-03-16 Yao Qi <yao.qi@linaro.org>
10767
10768 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10769 (top level): Skip tests if valid_addr_p returns false for
10770 $cmd1 or $cmd2.
10771
10772 2015-03-11 Andy Wingo <wingo@igalia.com>
10773
10774 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10775
10776 2015-03-11 Yao Qi <yao.qi@linaro.org>
10777
10778 * gdb.base/catch-syscall.exp: Fix typo in comments.
10779
10780 2015-03-11 Yao Qi <yao.qi@linaro.org>
10781
10782 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10783
10784 2015-03-09 Pedro Alves <palves@redhat.com>
10785
10786 * dg-extract-results.py: Delete.
10787
10788 2015-03-09 Pedro Alves <palves@redhat.com>
10789
10790 Merge dg-extract-results.sh from GCC upstream (r218843).
10791
10792 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10793 * dg-extract-results.sh: Use --text with grep to avoid issues with
10794 binary files. Fall back to cat -v, if that doesn't work.
10795
10796 2015-03-05 Pedro Alves <palves@redhat.com>
10797
10798 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10799
10800 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10801
10802 * lib/mi-support.exp (mi_expect_interrupt): Accept
10803 alternative event for when in all-stop mode.
10804
10805 2015-03-04 Pedro Alves <palves@redhat.com>
10806
10807 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10808
10809 2015-03-04 Mark Kettenis <kettenis@gnu.org>
10810
10811 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10812
10813 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10814
10815 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10816 regexps for GDB's current line display, accept a hex address
10817 preceding the line number.
10818
10819 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10820
10821 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10822 the 'arch1' variable for "s390*-linux*" targets.
10823
10824 2015-03-04 Pedro Alves <palves@redhat.com>
10825
10826 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10827 (main): Pass missing retval argument to pthread_join call.
10828
10829 2015-03-02 Pedro Alves <palves@redhat.com>
10830
10831 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10832 (top level): Call do_test with non-stop as well.
10833
10834 2015-03-02 Pedro Alves <palves@redhat.com>
10835
10836 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10837 -1.
10838
10839 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10840
10841 * gdb.arch/s390-vregs.exp: New test.
10842 * gdb.arch/s390-vregs.S: New file.
10843
10844 2015-02-27 Pedro Alves <palves@redhat.com>
10845
10846 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10847 call to catch_command_errors.
10848 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10849 catch_command_errors.
10850
10851 2015-02-27 Pedro Alves <palves@redhat.com>
10852
10853 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10854 "true" for boolean result.
10855 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10856 prototype of main.
10857
10858 2015-02-27 Pedro Alves <palves@redhat.com>
10859
10860 * lib/unbuffer_output.c: New file.
10861 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10862 (main): Call gdb_unbuffer_output.
10863
10864 2015-02-27 Yao Qi <yao.qi@linaro.org>
10865
10866 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10867 target.
10868
10869 2015-02-26 Doug Evans <dje@google.com>
10870
10871 * gdb.cp/class2.cc (Dbase, D): New classes.
10872 (main): New local delta.
10873 * gdb.cp/class2.exp: Test printing delta.
10874 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10875 (dynbar): New global.
10876 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10877
10878 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10879
10880 * gdb.compile/compile-ifunc.c: New file.
10881 * gdb.compile/compile-ifunc.exp: New file.
10882
10883 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10884
10885 * gdb.base/structs.exp: Check for correct struct on finish.
10886
10887 2015-02-26 Yao Qi <yao.qi@linaro.org>
10888
10889 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10890 is zero.
10891
10892 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10893
10894 * gdb.arch/cordic.ko.bz2: New file.
10895 * gdb.arch/cordic.ko.debug.bz2: New file.
10896 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10897
10898 2015-02-25 Yao Qi <yao.qi@linaro.org>
10899
10900 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10901 aarch64*-*-* target.
10902
10903 2015-02-23 Pedro Alves <palves@redhat.com>
10904
10905 * lib/gdb.exp (delete_breakpoints): Rewrite using
10906 gdb_test_multiple.
10907
10908 2015-02-23 Pedro Alves <palves@redhat.com>
10909
10910 * gdb.base/info-os.c: Include stdlib.h.
10911
10912 2015-02-22 Doug Evans <xdje42@gmail.com>
10913
10914 PR symtab/17855
10915 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10916 is read after symbols have been re-read.
10917 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10918 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10919
10920 2015-02-21 Doug Evans <dje@google.com>
10921
10922 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10923
10924 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10925
10926 PR corefiles/17808
10927 * gdb.arch/i386-biarch-core.core.bz2: New file.
10928 * gdb.arch/i386-biarch-core.exp: New file.
10929
10930 2015-02-21 Pedro Alves <palves@redhat.com>
10931
10932 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10933 runto_main fails.
10934
10935 2015-02-20 Pedro Alves <palves@redhat.com>
10936
10937 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10938 info probes.
10939
10940 2015-02-20 Pedro Alves <palves@redhat.com>
10941
10942 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10943
10944 2015-02-20 Pedro Alves <palves@redhat.com>
10945
10946 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10947 clean_restart before gdb_target_supports_trace.
10948
10949 2015-02-20 Pedro Alves <palves@redhat.com>
10950
10951 PR threads/18006
10952 * gdb.threads/clone-thread_db.c: New file.
10953 * gdb.threads/clone-thread_db.exp: New file.
10954
10955 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10956
10957 PR breakpoints/16812
10958 * gdb.base/catch-gdb-caused-signals.c: New file.
10959 * gdb.base/catch-gdb-caused-signals.exp: New file.
10960
10961 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10962
10963 * configure: Regenerated.
10964 * configure.ac: Use GDB_AC_TRANSFORM.
10965 * aclocal.m4: sinclude ../transform.m4.
10966
10967 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10968
10969 * lib/dtrace.exp: New file.
10970 * gdb.base/dtrace-probe.exp: Likewise.
10971 * gdb.base/dtrace-probe.d: Likewise.
10972 * gdb.base/dtrace-probe.c: Likewise.
10973 * lib/pdtrace.in: Likewise.
10974 * configure.ac: Output variables with the transformed names of
10975 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10976 * configure: Regenerated.
10977
10978 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10979
10980 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10981 expected message when trying to access $_probe_* convenience
10982 variables while not on a probe.
10983
10984 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10985
10986 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10987
10988 2015-02-11 Pedro Alves <pedro@codesourcery.com>
10989
10990 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10991 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10992
10993 2015-02-10 Doug Evans <xdje42@gmail.com>
10994
10995 * lib/gdb.exp (gdb_load): Always return a result.
10996
10997 2015-02-10 Pedro Alves <palves@redhat.com>
10998
10999 * gdb.threads/signal-sigtrap.c: New file.
11000 * gdb.threads/signal-sigtrap.exp: New file.
11001
11002 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11003
11004 * gdb.trace/no-attach-trace.c: New file.
11005 * gdb.trace/no-attach-trace.exp: New file.
11006
11007 2015-02-09 Mark Wielaard <mjw@redhat.com>
11008
11009 * gdb.dwarf2/atomic.c: New file.
11010 * gdb.dwarf2/atomic-type.exp: Likewise.
11011
11012 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11013
11014 * gdb.btrace/buffer-size.exp: Update "info record" output.
11015 * gdb.btrace/delta.exp: Update "info record" output.
11016 * gdb.btrace/enable.exp: Update "info record" output.
11017 * gdb.btrace/finish.exp: Update "info record" output.
11018 * gdb.btrace/instruction_history.exp: Update "info record" output.
11019 * gdb.btrace/next.exp: Update "info record" output.
11020 * gdb.btrace/nexti.exp: Update "info record" output.
11021 * gdb.btrace/step.exp: Update "info record" output.
11022 * gdb.btrace/stepi.exp: Update "info record" output.
11023 * gdb.btrace/nohist.exp: Update "info record" output.
11024
11025 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11026
11027 * gdb.btrace/buffer-size: New.
11028
11029 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11030
11031 * gdb.btrace/delta.exp: Update "info record" output.
11032 * gdb.btrace/enable.exp: Update "info record" output.
11033 * gdb.btrace/finish.exp: Update "info record" output.
11034 * gdb.btrace/instruction_history.exp: Update "info record" output.
11035 * gdb.btrace/next.exp: Update "info record" output.
11036 * gdb.btrace/nexti.exp: Update "info record" output.
11037 * gdb.btrace/step.exp: Update "info record" output.
11038 * gdb.btrace/stepi.exp: Update "info record" output.
11039 * gdb.btrace/nohist.exp: Update "info record" output.
11040
11041 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11042
11043 PR gdb/15678
11044 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11045
11046 2015-02-06 Pedro Alves <palves@redhat.com>
11047
11048 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11049 macro.
11050 (seconds_left, again): New globals.
11051 (main): Wait seconds_left in a 1-second sleep loop instead of
11052 sleeping 180 seconds. If 'again' is set, reset the seconds
11053 counter.
11054 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11055 'again' in the inferior before detaching. Print the seconds left.
11056 (options): New global.
11057 (top level): Build program with -DTIMEOUT=$timeout.
11058
11059 2015-02-06 Pedro Alves <palves@redhat.com>
11060
11061 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11062 determine how many seconds to pass to 'alarm'.
11063 * gdb.base/gdb-sigterm.exp (top level): Build program with
11064 -DTIMEOUT=$timeout.
11065 (do_test): Return success/failure indication. Add more verbose
11066 logging. Don't fail if 200 single steps are seen. Instead, fail
11067 when the test times out.
11068 (passes): New global.
11069 (top level): Break the testing loop if testing fails on any
11070 iteration. Use gdb_assert.
11071
11072 2015-02-04 Don Breazeal <donb@codesourcery.com>
11073
11074 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11075 and initialize them.
11076 (ipc_cleanup): New function.
11077 (main): Don't declare shmid, semid, and msqid. Add a call to
11078 atexit so that we call ipc_cleanup on exit.
11079
11080 2015-02-04 Pedro Alves <palves@redhat.com>
11081
11082 * boards/native-extended-gdbserver.exp: Remove any target variant
11083 specifications from the board name before clearing the isremote
11084 flag from board_info.
11085
11086 2015-01-31 Doug Evans <xdje42@gmail.com>
11087
11088 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11089
11090 2015-01-31 Gary Benson <gbenson@redhat.com>
11091
11092 * gdb.base/completion.exp: Disable completion limiting for
11093 existing tests. Add new tests to check completion limiting.
11094 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11095
11096 2015-01-31 Doug Evans <xdje42@gmail.com>
11097
11098 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11099
11100 2015-01-31 Doug Evans <xdje42@gmail.com>
11101
11102 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11103 entries. Duplicate file section script entries.
11104 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11105 inlined entries. Add test for safe-path rejection.
11106 * gdb.python/py-section-script.c: Add duplicate inlined section script
11107 entries. Duplicate file section script entries.
11108 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11109 inlined entries. Add test for safe-path rejection.
11110
11111 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11112
11113 * gdb.ada/disc_arr_bound: New testcase.
11114
11115 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11116
11117 * gdb.ada/mi_var_array: New testcase.
11118
11119 2015-01-27 Doug Evans <dje@google.com>
11120
11121 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11122 Add test for objfile.filename, objfile.username after objfile
11123 has been unloaded.
11124
11125 2015-01-26 Joel Brobecker <brobecker@adacore.com>
11126
11127 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11128 the second test to print the name attribute of value
11129 returned by the call to gdb.lookup_type, and adjust
11130 the expected output accordingly.
11131
11132 2015-01-25 Mark Wielaard <mjw@redhat.com>
11133
11134 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11135 * gdb.base/disp-step-fork.c: Include unistd.h.
11136 * gdb.base/siginfo-obj.c: Include stdio.h.
11137 * gdb.base/siginfo-thread.c: Likewise.
11138 * gdb.mi/non-stop.c: Include unistd.h.
11139 * gdb.mi/nsthrexec.c: Include stdio.h.
11140 * gdb.mi/pthreads.c: Include unistd.h.
11141 * gdb.modula2/unbounded1.c (main): Declare returns int.
11142 * gdb.reverse/consecutive-reverse.c: Likewise.
11143 * gdb.threads/create-fail.c: Include unistd.h.
11144 * gdb.threads/killed.c: Likewise.
11145 * gdb.threads/linux-dp.c: Likewise.
11146 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11147 * gdb.threads/non-ldr-exc-2.c: Likewise.
11148 * gdb.threads/non-ldr-exc-3.c: Likewise.
11149 * gdb.threads/non-ldr-exc-4.c: Likewise.
11150 * gdb.threads/pthreads.c: Include unistd.h.
11151 (main): Declare returns int.
11152 * gdb.threads/tls-main.c (foo): New declaration.
11153 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11154
11155 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11156
11157 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11158 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11159
11160 2015-01-15 Mark Wielaard <mjw@redhat.com>
11161
11162 * gdb.base/noreturn-return.c: New file.
11163 * gdb.base/noreturn-return.exp: New file.
11164 * gdb.base/noreturn-finish.c: New file.
11165 * gdb.base/noreturn-finish.exp: New file.
11166
11167 2015-01-23 Pedro Alves <palves@redhat.com>
11168
11169 * gdb.threads/continue-pending-after-query.c: New file.
11170 * gdb.threads/continue-pending-after-query.exp: New file.
11171
11172 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11173 Simon Marchi <simon.marchi@ericsson.com>
11174
11175 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11176 * gdb.base/valgrind-db-attach.exp: Same.
11177 * gdb.base/valgrind-infcall.exp: Same.
11178 * lib/mi-support.exp (default_mi_gdb_start): Same.
11179 * lib/prompt.exp (default_prompt_gdb_start): Same.
11180 * lib/gdb.exp (default_gdb_spawn): Same.
11181 (gdb_interact): New.
11182
11183
11184 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11185
11186 * gdb.compile/compile.exp (pointer to jit function): New test.
11187
11188 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
11189
11190 * lib/gdb.exp (supports_process_record): Return true for
11191 powerpc*-*-linux*.
11192 (supports_reverse): Likewise.
11193
11194 2015-01-15 Don Breazeal <donb@codesourcery.com>
11195
11196 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11197 instead of checking whether the target board is remote and
11198 use spawn_wait_for_attach instead of exec/sleep.
11199 * gdb.base/attach-twice.exp: Likewise.
11200
11201 2015-01-15 Joel Brobecker <brobecker@adacore.com>
11202
11203 * gdb.ada/var_arr_attrs: New testcase.
11204
11205 2015-01-14 Pedro Alves <palves@redhat.com>
11206 Joel Brobecker <brobecker@adacore.com>
11207
11208 PR gdb/17525
11209 * gdb.base/bp-cmds-execution-x-script.c: New file.
11210 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11211 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11212
11213 2015-01-14 Pedro Alves <palves@redhat.com>
11214
11215 PR cli/17828
11216 * gdb.base/batch-preserve-term-settings.c: New file.
11217 * gdb.base/batch-preserve-term-settings.exp: New file.
11218
11219 2015-01-13 Doug Evans <dje@google.com>
11220
11221 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11222 binary.
11223
11224 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11225
11226 * Makefile.in (clean mostlyclean): Do not delete *.py.
11227
11228 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11229
11230 * gdb.python/py-lookup-type.exp: New file.
11231
11232 2015-01-12 Pedro Alves <palves@redhat.com>
11233
11234 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11235 restore GDBFLAGS before returning.
11236
11237 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11238
11239 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11240 is_amd64_regs_target and is_x86_like_target.
11241
11242 2015-01-11 Doug Evans <xdje42@gmail.com>
11243
11244 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11245 is given without an explicit form.
11246 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11247 attributes.
11248 * gdb.dwarf/corrupt.exp: Ditto.
11249 * gdb.dwarf2/enum-type.exp: Ditto.
11250 * gdb.trace/entry-values.exp: Ditto.
11251 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11252
11253 2015-01-11 Doug Evans <xdje42@gmail.com>
11254
11255 PR gdb/15830
11256 * gdb.base/maint.exp: Remove references to "maint demangle".
11257 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11258 Add tests for explicitly specifying language to demangle.
11259 * gdb.dlang/demangle.exp: Ditto.
11260
11261 2015-01-09 Pedro Alves <palves@redhat.com>
11262
11263 * gdb.threads/non-stop-fair-events.c: New file.
11264 * gdb.threads/non-stop-fair-events.exp: New file.
11265
11266 2015-01-09 Pedro Alves <palves@redhat.com>
11267
11268 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11269 the global scope. Set a breakpoint after all threads are started
11270 rather than stepping over two source lines. Expect the prompt.
11271 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11272 global.
11273 (NUM): Now 15.
11274 (main): Use threads_started_barrier to wait for all threads to
11275 start. Main thread no longer calls thread_function. Exit after
11276 180 seconds.
11277 (loop): New function.
11278 (thread_function): Wait on threads_started_barrier barrier. Call
11279 'loop' at each iteration.
11280 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11281 threads have started, instead of hardcoding number of "next"
11282 steps. Use an access watchpoint instead of a write watchpoint.
11283
11284 2015-01-09 Pedro Alves <palves@redhat.com>
11285
11286 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11287 (thread_func): Wait on barrier.
11288 (main): Wait for all threads to start before stopping GDB.
11289 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11290 global.
11291 (thread1_func, thread2_func): Wait on barrier.
11292 (main): Wait for all threads to start before stopping GDB.
11293 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11294 New global.
11295 (thread1_func, thread2_func): Wait on barrier.
11296 (main): Wait for all threads to start before stopping GDB.
11297
11298 2015-01-09 Pedro Alves <palves@redhat.com>
11299
11300 * gdb.threads/attach-many-short-lived-threads.c: New file.
11301 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11302
11303 2014-01-09 Pedro Alves <palves@redhat.com>
11304
11305 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11306 instead of to thread 2.
11307 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11308 Add barrier around each pthread_create call instead of around all
11309 calls.
11310 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11311 Set a break on thread_function and have the child threads hit it
11312 one at at a time.
11313
11314 2015-01-09 Pedro Alves <palves@redhat.com>
11315
11316 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11317 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11318 false.
11319 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11320 checking whether the target board is remote.
11321 * gdb.multi/multi-attach.exp: Likewise.
11322 * gdb.python/py-sync-interp.exp: Likewise.
11323 * gdb.server/ext-attach.exp: Likewise.
11324 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11325 tests that need to attach, instead of checking whether the target
11326 board is remote at the top of the file.
11327
11328 2015-01-08 Yao Qi <yao@codesourcery.com>
11329
11330 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11331
11332 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11333
11334 Fix testcase compilation.
11335 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11336
11337 2015-01-06 Joel Brobecker <brobecker@adacore.com>
11338
11339 * gdb.python/py-type.exp: Add a couple test about empty
11340 array creation, and negative-length array creation.
11341
11342 2015-01-02 Doug Evans <xdje42@gmail.com>
11343
11344 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11345
11346 2015-01-02 Doug Evans <dje@google.com>
11347
11348 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11349
11350 2014-12-29 Yao Qi <yao@codesourcery.com>
11351
11352 * gdb.trace/entry-values.exp: Update comments. Rename variable
11353 bar_call_foo to returned_from_foo.
11354
11355 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11356
11357 PR gdb/17394
11358 * gdb.linespec/break-asm-file.c: New file.
11359 * gdb.linespec/break-asm-file.exp: New file.
11360 * gdb.linespec/break-asm-file0.s: New file.
11361 * gdb.linespec/break-asm-file1.s: New file.
11362
11363 2014-12-18 Nigel Stephens <nigel@mips.com>
11364 Maciej W. Rozycki <macro@codesourcery.com>
11365
11366 * gdb.base/float.exp: Handle the new output from "info float" on
11367 MIPS targets.
11368
11369 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11370
11371 Fix MinGW compilation.
11372 * gdb.compile/compile-ops.exp: Update untested message if
11373 !skip_compile_feature_tests.
11374 * gdb.compile/compile-setjmp.exp: Likewise.
11375 * gdb.compile/compile-tls.exp: Likewise.
11376 * gdb.compile/compile.exp: Likewise.
11377 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11378 supported on this host".
11379
11380 2014-12-16 Doug Evans <xdje42@gmail.com>
11381
11382 * boards/stabs.exp: New file.
11383
11384 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11385
11386 * gdb.base/completion.exp: Adjust to format changes of "maint
11387 print user-registers".
11388
11389 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
11390
11391 PR server/17457
11392 * gdb.arch/aarch64-fp.c: New file.
11393 * gdb.arch/aarch64-fp.exp: New file.
11394
11395 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11396
11397 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11398 r210637, r210913, r211666, r215400, r215817).
11399
11400 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11401 * dg-extract-results.py: New file.
11402 * dg-extract-results.sh: Use it if the environment seems
11403 suitable.
11404
11405 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11406
11407 * dg-extract-results.py (parse_run): Handle warnings that
11408 are printed before a test harness is run.
11409
11410 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11411
11412 * dg-extract-results.py (Named): Remove __cmp__ method.
11413 (output_variation): Use a key to sort variation.harnesses.
11414
11415 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11416
11417 * dg-extract-results.py: For Python 3, force sys.stdout to
11418 handle surrogate escape sequences.
11419 (safe_open): New function.
11420 (output_segment, main): Use it.
11421
11422 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11423
11424 * dg-extract-results.py (Prog.result_re): Include options
11425 in test name.
11426
11427 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11428
11429 * dg-extract-results.py (output_variation): Always sort if
11430 do_sum.
11431
11432 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11433
11434 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11435 as long as we get pagination notifications.
11436
11437 2014-12-15 Jason Merrill <jason@redhat.com>
11438
11439 * Makefile.in (check-gdb.%): Restore.
11440 * README: Mention it.
11441
11442 2014-12-13 Joel Brobecker <brobecker@adacore.com>
11443
11444 * gdb.ada/str_uninit: New testcase.
11445
11446 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11447
11448 PR symtab/17642
11449 * gdb.base/vla-stub-define.c: New file.
11450 * gdb.base/vla-stub.c: New file.
11451 * gdb.base/vla-stub.exp: New file.
11452
11453 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11454 Jan Kratochvil <jan.kratochvil@redhat.com>
11455 Tom Tromey <tromey@redhat.com>
11456
11457 * configure.ac: Add gdb.compile/.
11458 * configure: Regenerate.
11459 * gdb.compile/Makefile.in: New file.
11460 * gdb.compile/compile-ops.exp: New file.
11461 * gdb.compile/compile-ops.c: New file.
11462 * gdb.compile/compile-tls.c: New file.
11463 * gdb.compile/compile-tls.exp: New file.
11464 * gdb.compile/compile-constvar.S: New file.
11465 * gdb.compile/compile-constvar.c: New file.
11466 * gdb.compile/compile-mod.c: New file.
11467 * gdb.compile/compile-nodebug.c: New file.
11468 * gdb.compile/compile-setjmp-mod.c: New file.
11469 * gdb.compile/compile-setjmp.c: New file.
11470 * gdb.compile/compile-setjmp.exp: New file.
11471 * gdb.compile/compile-shlib.c: New file.
11472 * gdb.compile/compile.c: New file.
11473 * gdb.compile/compile.exp: New file.
11474 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11475
11476 2014-12-12 Tom Tromey <tromey@redhat.com>
11477
11478 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11479 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11480
11481 2014-12-12 Doug Evans <dje@google.com>
11482
11483 * lib/gdb-python.exp (get_python_valueof): New function.
11484 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11485
11486 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11487
11488 * gdb.base/completion.exp: Add test for completion of "info
11489 registers ".
11490
11491 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11492
11493 * gdb.base/func-ptrs.c: New file.
11494 * gdb.base/func-ptrs.exp: New file.
11495
11496 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11497
11498 PR breakpoints/17012
11499 * gdb.base/dprintf-detach.c: New file.
11500 * gdb.base/dprintf-detach.exp: New file.
11501
11502 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11503
11504 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11505 * lib/gdb.exp (target_is_gdbserver): New procedure.
11506
11507 2014-12-08 Doug Evans <dje@google.com>
11508
11509 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11510
11511 2014-12-05 Yao Qi <yao@codesourcery.com>
11512
11513 * gdb.guile/scm-error.exp: Remove the third argument to
11514 gdb_remote_download.
11515 * gdb.guile/scm-frame-args.exp: Likewise.
11516 * gdb.guile/scm-section-script.exp: Likewise.
11517
11518 2014-12-05 Yao Qi <yao@codesourcery.com>
11519
11520 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11521
11522 2014-12-04 Doug Evans <dje@google.com>
11523
11524 * gdb.python/py-objfile.exp: Add tests for
11525 objfile.add_separate_debug_file.
11526
11527 2014-12-04 Doug Evans <dje@google.com>
11528
11529 * lib/gdb.exp (get_build_id): New function.
11530 (build_id_debug_filename_get): Rewrite to use it.
11531 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11532
11533 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11534
11535 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11536 `method(long)', not just 0x0.
11537 * gdb.cp/nsalias.exp: Align code labels to 4.
11538 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11539 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11540 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11541 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11542 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11543 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11544
11545 2014-12-02 Doug Evans <dje@google.com>
11546
11547 PR symtab/17602
11548 * gdb.cp/anon-ns.cc: Move guts of this file to ...
11549 * gdb.cp/anon-ns2.cc: ... here. New file.
11550 * gdb.cp/anon-ns.exp: Update.
11551
11552 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
11553
11554 * gdb.python/py-events.py (inferior_call_handler): New.
11555 (register_changed_handler, memory_changed_handler): New.
11556 (test_events.invoke): Register new handlers.
11557 * gdb.python/py-events.exp: Add tests for inferior call,
11558 memory_changed and register_changed events.
11559
11560 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11561
11562 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11563 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11564 if the linker doesn't understand this.
11565
11566 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11567
11568 * gdb.python/python.exp: Change expected reply to help().
11569
11570 2014-12-01 Yao Qi <yao@codesourcery.com>
11571
11572 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11573 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11574 * configure: Re-generated.
11575
11576 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11577
11578 * gdb.cp/chained-calls.cc: New file.
11579 * gdb.cp/chained-calls.exp: New file.
11580 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11581
11582 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11583
11584 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11585 * gdb.dwarf2/symtab-producer.exp: Same.
11586 * gdb.gdb/python-interrupts.exp: Same.
11587 * gdb.gdb/python-selftest.exp: Same.
11588 * gdb.python/py-linetable.exp: Same.
11589 * gdb.python/py-type.exp: Same.
11590 * gdb.python/py-value-cc.exp: Same.
11591 * gdb.python/py-value.exp: Same.
11592
11593 2014-11-28 Yao Qi <yao@codesourcery.com>
11594
11595 * gdb.base/break-probes.exp: Match library name prefixed with
11596 sysroot.
11597
11598 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11599
11600 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11601 test expected output. Add parentheses for the call to print.
11602 Remove L suffix from integers.
11603
11604 2014-11-26 Doug Evans <dje@google.com>
11605
11606 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11607
11608 2014-11-22 Yao Qi <yao@codesourcery.com>
11609
11610 * gdb.trace/entry-values.c: Remove asms.
11611 (foo): Add foo_label.
11612 (bar): Add bar_label.
11613 * gdb.trace/entry-values.exp: Remove code computing foo's
11614 length and bar's length.
11615 (Dwarf::assemble): Invoke function_range for bar and use
11616 MACRO_AT_func for foo.
11617
11618 2014-11-22 Yao Qi <yao@codesourcery.com>
11619
11620 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11621 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11622 Use .Lgcc43_procstart instead of gcc43.
11623
11624 2014-11-21 Joel Brobecker <brobecker@adacore.com>
11625
11626 * gdb.ada/n_arr_bound: New testcase.
11627
11628 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11629
11630 PR breakpoints/10737
11631 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11632 test_catch_syscall_multi_arch.
11633 (test_catch_syscall_multi_arch): New function.
11634
11635 2014-11-20 Doug Evans <xdje42@gmail.com>
11636
11637 * gdb.base/maint.exp: Update expected output.
11638
11639 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11640
11641 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11642 4-byte instruction on S390.
11643
11644 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11645
11646 * gdb.ada/arr_arr: New testcase.
11647
11648 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11649
11650 * gdb.ada/pkd_arr_elem: New Testcase.
11651
11652 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
11653
11654 * gdb.reverse/break-precsave: Expect completion message for
11655 core file reads.
11656 * gdb.reverse/consecutive-precsave.exp: Likewise.
11657 * gdb.reverse/finish-precsave.exp: Likewise.
11658 * gdb.reverse/i386-precsave.exp: Likewise.
11659 * gdb.reverse/machinestate-precsave.exp: Likewise.
11660 * gdb.reverse/sigall-precsave.exp: Likewise.
11661 * gdb.reverse/solib-precsave.exp: Likewise.
11662 * gdb.reverse/step-precsave.exp: Likewise.
11663 * gdb.reverse/until-precsave.exp: Likewise.
11664 * gdb.reverse/watch-precsave.exp: Likewise.
11665
11666 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11667
11668 * gdb.base/bp-permanent.c: Include unistd.h.
11669 * gdb.python/py-framefilter-mi.c (main): Add return type.
11670 * gdb.python/py-framefilter.c (main): Likewise.
11671 * gdb.trace/actions-changed.c (main): Likewise.
11672
11673 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11674
11675 * gdb.mi/until.c: Add eye-catchers.
11676 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11677 line numbers.
11678
11679 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11680
11681 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11682 function header variants in break1.c.
11683 * gdb.base/ena-dis-br.exp: Likewise.
11684 * gdb.base/hbreak2.exp: Likewise.
11685 * gdb.reverse/until-precsave.exp: Drop references to removed
11686 non-prototype function header variants in ur1.c.
11687 * gdb.reverse/until-reverse.exp: Likewise.
11688
11689 2014-11-17 Petr Machata <pmachata@redhat.com>
11690
11691 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11692 ${_cu_offset_size} bytes abbrev offset.
11693
11694 2014-11-15 Doug Evans <xdje42@gmail.com>
11695
11696 PR symtab/17559
11697 * gdb.base/line-symtabs.exp: New file.
11698 * gdb.base/line-symtabs.c: New file.
11699 * gdb.base/line-symtabs.h: New file.
11700
11701 2014-11-14 Yao Qi <yao@codesourcery.com>
11702
11703 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11704 (func): Add label func_label.
11705 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11706 Replace low_pc and high_pc with MACRO_AT_range.
11707 Replace name, low_pc and high_pc with MACRO_AT_func.
11708
11709 2014-11-14 Yao Qi <yao@codesourcery.com>
11710
11711 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11712 Replace name, low_pc and high_pc with MACRO_AT_func.
11713
11714 2014-11-14 Yao Qi <yao@codesourcery.com>
11715
11716 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11717 produce debug information.
11718 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11719
11720 2014-11-14 Yao Qi <yao@codesourcery.com>
11721
11722 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11723 object and get function length.
11724 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11725 with MACRO_AT_func.
11726 (top-level): Replace gdb_compile and clean_restart with
11727 prepare_for_testing.
11728 * gdb.dwarf2/main.c (main): Add label main_label.
11729
11730 2014-11-14 Yao Qi <yao@codesourcery.com>
11731
11732 * lib/dwarf.exp (function_range): New procedure.
11733 (Dwarf::_handle_macro_at_func): New procedure.
11734 (Dwarf::_handle_macro_at_range): New procedure.
11735 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11736
11737 2014-11-14 Yao Qi <yao@codesourcery.com>
11738
11739 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11740 (_handle_attribute): New procedure.
11741
11742 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11743
11744 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11745 * gdb.base/call-sc.c (zed): Likewise.
11746 * gdb.base/checkpoint.c (main): Likewise.
11747 * gdb.base/dump.c (main): Likewise.
11748 * gdb.base/gcore.c (main): Likewise.
11749 * gdb.base/huge.c (main): Likewise.
11750 * gdb.base/multi-forks.c (main): Likewise.
11751 * gdb.base/pr10179-a.c (main): Likewise.
11752 * gdb.base/savedregs.c (main): Likewise.
11753 * gdb.base/sigaltstack.c (main): Likewise.
11754 * gdb.base/siginfo.c (main): Likewise.
11755 * gdb.base/structs.c (zed): Likewise.
11756 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11757 * gdb.mi/mi-syn-frame.c (main): Likewise.
11758 * gdb.mi/until.c (foo, main): Likewise.
11759 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11760 * gdb.base/solib-weak.c (foo): Declare.
11761 * gdb.base/attach-twice.c: Include stdio.h.
11762 * gdb.base/weaklib1.c: Likewise.
11763 * gdb.base/weaklib2.c: Likewise.
11764 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11765 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11766 unistd.h.
11767 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11768 * gdb.mi/mi-exit-code.c: Likewise.
11769 * gdb.base/break-interp-lib.c: Include string.h.
11770 * gdb.base/coremaker.c: Likewise.
11771 * gdb.base/testenv.c: Likewise.
11772 * gdb.python/py-finish-breakpoint.c: Likewise.
11773 * gdb.base/inferior-died.c: Include sys/wait.h.
11774 * gdb.base/fileio.c: Include time.h.
11775 * gdb.base/async-shell.c: Include unistd.h.
11776 * gdb.base/dprintf-non-stop.c: Likewise.
11777 * gdb.base/info-os.c: Likewise.
11778 * gdb.mi/mi-console.c: Likewise.
11779 * gdb.mi/watch-nonstop.c: Likewise.
11780 * gdb.python/py-events.c: Likewise.
11781 * gdb.base/async.c (baz): Move up before its invocation.
11782 * gdb.base/code_elim2.c (my_global_func): Likewise.
11783 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11784 * gdb.base/advance.c (func2): Likewise.
11785
11786 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11787
11788 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11789 variant.
11790 * gdb.base/annota3.c: Likewise.
11791 * gdb.base/async.c: Likewise.
11792 * gdb.base/average.c: Likewise.
11793 * gdb.base/call-ar-st.c: Likewise.
11794 * gdb.base/call-rt-st.c: Likewise.
11795 * gdb.base/call-sc.c: Likewise.
11796 * gdb.base/call-strs.c: Likewise.
11797 * gdb.base/ending-run.c: Likewise.
11798 * gdb.base/execd-prog.c: Likewise.
11799 * gdb.base/exprs.c: Likewise.
11800 * gdb.base/foll-exec.c: Likewise.
11801 * gdb.base/foll-fork.c: Likewise.
11802 * gdb.base/foll-vfork.c: Likewise.
11803 * gdb.base/funcargs.c: Likewise.
11804 * gdb.base/gcore.c: Likewise.
11805 * gdb.base/jump.c: Likewise.
11806 * gdb.base/langs0.c: Likewise.
11807 * gdb.base/langs1.c: Likewise.
11808 * gdb.base/langs2.c: Likewise.
11809 * gdb.base/mips_pro.c: Likewise.
11810 * gdb.base/nodebug.c: Likewise.
11811 * gdb.base/opaque0.c: Likewise.
11812 * gdb.base/opaque1.c: Likewise.
11813 * gdb.base/recurse.c: Likewise.
11814 * gdb.base/run.c: Likewise.
11815 * gdb.base/scope0.c: Likewise.
11816 * gdb.base/scope1.c: Likewise.
11817 * gdb.base/setshow.c: Likewise.
11818 * gdb.base/setvar.c: Likewise.
11819 * gdb.base/shmain.c: Likewise.
11820 * gdb.base/shr1.c: Likewise.
11821 * gdb.base/shr2.c: Likewise.
11822 * gdb.base/sigall.c: Likewise.
11823 * gdb.base/signals.c: Likewise.
11824 * gdb.base/so-indr-cl.c: Likewise.
11825 * gdb.base/solib2.c: Likewise.
11826 * gdb.base/structs.c: Likewise.
11827 * gdb.base/sum.c: Likewise.
11828 * gdb.base/vforked-prog.c: Likewise.
11829 * gdb.base/watchpoint.c: Likewise.
11830 * gdb.reverse/shr2.c: Likewise.
11831 * gdb.reverse/until-reverse.c: Likewise.
11832 * gdb.reverse/ur1.c: Likewise.
11833 * gdb.reverse/watch-reverse.c: Likewise.
11834
11835 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11836
11837 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11838 variant.
11839 * gdb.base/sepdebug.exp: Drop references to removed code.
11840
11841 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11842
11843 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11844 variant. Preserve original line numbering.
11845 * gdb.base/list1.c: Likewise.
11846
11847 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11848
11849 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11850 variant.
11851 * gdb.base/break1.c: Likewise.
11852 * gdb.base/break.exp: Drop references to removed code.
11853
11854 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11855
11856 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11857 variant.
11858
11859 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11860
11861 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11862
11863 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11864
11865 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11866 logic into perform_all_tests() and invoke it with and without
11867 function header prototypes.
11868 (do_function_calls): Remove conditional XFAIL for PR 5318.
11869 (rerun_and_prepare): Remove duplicate code.
11870 (perform_all_tests): New. Main logic moved here.
11871
11872 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11873
11874 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11875 code guarded by #ifdef NO_PROTOTYPES.
11876 (t_double_many_args): Likewise.
11877 (DEF_FUNC_MANY_ARGS_1): Likewise.
11878 (DEF_FUNC_VALUES_1): Likewise.
11879 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11880 guarded by #ifdef PROTOTYPES.
11881
11882 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11883
11884 * gdb.mi/mi-console.c: Add eye-catcher.
11885 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11886 instead of literal line number.
11887
11888 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11889
11890 * gdb.base/shr2.c: Add eye-catcher.
11891 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11892 line number.
11893
11894 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11895
11896 * gdb.base/jump.c: Add eye-catchers.
11897 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11898 numbers.
11899
11900 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11901
11902 * gdb.base/execd-prog.c: Add eye-catchers.
11903 * gdb.base/foll-exec.c: Likewise.
11904 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11905 line numbers.
11906
11907 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11908
11909 * gdb.base/ending-run.c: Add eye-catchers.
11910 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11911 literal line numbers.
11912
11913 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11914
11915 * gdb.base/call-rt-st.c: Add eye-catchers.
11916 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11917 literal line numbers.
11918
11919 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11920
11921 * gdb.base/call-ar-st.c: Add eye-catchers.
11922 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11923 literal line numbers.
11924
11925 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11926
11927 * gdb.base/average.c: Add eye-catchers.
11928 * gdb.base/sum.c: Likewise.
11929 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11930 regexps dynamically.
11931
11932 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11933
11934 * gdb.base/solib1.c: Add eye-catchers.
11935 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11936 literal line numbers.
11937
11938 2014-11-12 Pedro Alves <palves@redhat.com>
11939
11940 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11941 leader has exited.
11942
11943 2014-11-12 Pedro Alves <palves@redhat.com>
11944
11945 * gdb.arch/i386-bp_permanent.c: New file.
11946 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11947 (srcfile): Set to i386-bp_permanent.c.
11948 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11949 that stepi does not execute the 'leave' instruction, instead of
11950 testing it does execute.
11951 * gdb.base/bp-permanent.c: New file.
11952 * gdb.base/bp-permanent.exp: New file.
11953
11954 2014-11-10 Doug Evans <xdje42@gmail.com>
11955
11956 PR symtab/17564
11957 * gdb.base/symtab-search-order.exp: New file.
11958 * gdb.base/symtab-search-order.c: New file.
11959 * gdb.base/symtab-search-order-1.c: New file.
11960 * gdb.base/symtab-search-order-shlib-1.c: New file.
11961
11962 2014-11-07 Pedro Alves <palves@redhat.com>
11963
11964 PR gdb/17511
11965 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11966 i?86-*-linux*.
11967
11968 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11969
11970 PR c++/17494
11971 * gdb.cp/pr17494.cc: New file.
11972 * gdb.cp/pr17494.exp: New file.
11973
11974 2014-11-02 Yao Qi <yao@codesourcery.com>
11975
11976 * gdb.python/python.exp: Get working directory and match the
11977 output of "set extended-prompt \\w " with it.
11978
11979 2014-10-30 Doug Evans <dje@google.com>
11980
11981 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11982 in objfiles.
11983 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11984 in progspaces.
11985
11986 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
11987
11988 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11989 * gdb.base/realname-expand.exp: Likewise.
11990 * gdb.linespec/macro-relative.exp: Likewise.
11991
11992 2014-10-29 Pedro Alves <palves@redhat.com>
11993
11994 PR gdb/17408
11995 * gdb.threads/schedlock.c (some_function): New function.
11996 (call_function): New global.
11997 (MAYBE_CALL_SOME_FUNCTION): New macro.
11998 (thread_function): Call it.
11999 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12000 and use it instead of a global counter. Adjust all callers.
12001 (get_current_thread): Use "find current thread" for test message
12002 here rather than having all callers pass down the same string.
12003 (goto_loop): New procedure, factored out from ...
12004 (my_continue): ... this.
12005 (step_ten_loops): Change parameter from test message to command to
12006 use. Adjust.
12007 (list_count): Delete global.
12008 (check_result): New procedure, factored out from duplicate top
12009 level code.
12010 (continue tests): Wrap in with_test_prefix.
12011 (test_step): New procedure, factored out from duplicate top level
12012 code.
12013 (top level): Test "step" in combination with all scheduler-locking
12014 modes. Test "next" in combination with all scheduler-locking
12015 modes, and in combination with stepping over a function call or
12016 not.
12017 * gdb.threads/next-bp-other-thread.c: New file.
12018 * gdb.threads/next-bp-other-thread.exp: New file.
12019
12020 2014-10-29 Pedro Alves <palves@redhat.com>
12021
12022 PR python/17372
12023 * gdb.python/python.exp: Test a multi-line command that spawns
12024 interactive Python.
12025 * gdb.base/multi-line-starts-subshell.exp: New file.
12026
12027 2014-10-29 Yao Qi <yao@codesourcery.com>
12028
12029 * gdb.base/fileio.exp: Make directories on host.
12030
12031 2014-10-29 Yao Qi <yao@codesourcery.com>
12032
12033 * gdb.base/fileio.c (test_write): Close the file.
12034
12035 2014-10-28 Pedro Alves <palves@redhat.com>
12036
12037 PR gdb/12623
12038 * gdb.base/sigstep.c (no_handler): New global.
12039 (main): If 'no_handler is true, set the signal handlers to
12040 SIG_IGN.
12041 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12042 with_sw_watch and no_handler parameters. Handle them.
12043 (top level) <stepping over handler when stopped at a breakpoint
12044 test>: Add a test axis for testing with a software watchpoint, and
12045 another for testing with the signal handler set to SIG_IGN.
12046 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12047 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12048
12049 2014-10-28 Pedro Alves <palves@redhat.com>
12050
12051 PR gdb/17511
12052 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12053 * gdb.base/sigstep.exp (other_handler_location): New global.
12054 (advance): Support stepping into the signal handler, and running
12055 commands while in the handler.
12056 (in_handler_map): New global.
12057 (top level): In the advance test, add combinations for getting
12058 into the handler with stepping commands, and for running commands
12059 in the handler. Add comment descripting the advancei tests.
12060
12061 2014-10-28 Pedro Alves <palves@redhat.com>
12062
12063 * gdb.base/sigstep.exp: Use build_executable instead of
12064 prepare_for_testing.
12065 (top level): Move code that starts GDB, runs to main and creates a
12066 display to ...
12067 (restart): ... this new procedure.
12068 (top level): Move backtrace from signal handler test to ...
12069 (validate_backtrace): ... this new procedure.
12070 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12071 with_test_prefix. Always restart GDB.
12072 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12073 with_test_prefix. Always restart GDB. No need to delete
12074 breakpoints after the test.
12075 (test_skip_handler): Remove prefix parameter.
12076 (skip_over_handler, breakpoint_to_handler)
12077 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12078 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12079 restart GDB. No need to delete breakpoints after the test.
12080 (top level): Use foreach to call the test procedures with
12081 different commands.
12082
12083 2014-10-28 Pedro Alves <palves@redhat.com>
12084
12085 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12086 instead of GNATS numbers.
12087 * gdb.base/sigbpt.exp: Likewise.
12088 * gdb.base/siginfo.exp: Likewise.
12089 * gdb.base/sigstep.exp: Likewise.
12090
12091 2014-10-27 Pedro Alves <palves@redhat.com>
12092
12093 * gdb.base/sigstep.c (dummy): New global.
12094 (main): Issue a couple writes to the new global.
12095 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12096 procedures.
12097 (skip_over_handler): Use test_skip_handler.
12098 (top level): Call skip_over_handler for stepi and nexti too.
12099 (breakpoint_over_handler): Use test_skip_handler.
12100 (top level): Call breakpoint_over_handler for stepi and nexti too.
12101
12102 2014-10-27 Yao Qi <yao@codesourcery.com>
12103
12104 * gdb.trace/tfile.c (adjust_function_address)
12105 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12106 function descriptor.
12107
12108 2014-10-24 Don Breazeal <donb@codesourcery.com>
12109
12110 * gdb.base/foll-fork.exp (test_follow_fork,
12111 catch_fork_child_follow): Check for updated fork messages emitted
12112 from infrun.c.
12113 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12114 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12115 vfork_and_exec_child_follow_through_step): Check for updated vfork
12116 messages emitted from infrun.c.
12117
12118 2014-10-24 Pedro Alves <palves@redhat.com>
12119
12120 * gdb.base/corefile.exp: Remove references to ultrix.
12121 * gdb.base/interrupt.exp: Likewise.
12122 * gdb.base/whatis.exp: Likewise.
12123 * gdb.gdb/selftest.exp: Likewise.
12124 * gdb.threads/manythreads.exp: Likewise.
12125 * gdb.threads/print-threads.exp: Likewise.
12126 * gdb.threads/pthreads.exp:: Likewise.
12127 * gdb.threads/schedlock.exp: Likewise.
12128
12129 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12130
12131 * gdb.cp/non-trivial-retval.cc: Add a test case.
12132 * gdb.cp/non-trivial-retval.exp: Add a test.
12133
12134 2014-10-20 Yao Qi <yao@codesourcery.com>
12135
12136 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12137 * gdb.python/py-objfile-script-gdb.py: New file.
12138 * gdb.python/py-objfile-script.exp: Update reference to
12139 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12140 of remote_download. Remove the dest file.
12141
12142 2014-10-20 Yao Qi <yao@codesourcery.com>
12143
12144 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12145 * gdb.base/step-line.exp: Likewise.
12146 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12147 * gdb.dwarf2/dw2-basic.exp: Likewise.
12148 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12149 * gdb.dwarf2/dw2-filename.exp: Likewise.
12150 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12151 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12152 * gdb.dwarf2/dw2-producer.exp: Likewise.
12153 * gdb.dwarf2/mac-fileno.exp: Likewise.
12154 * gdb.python/py-frame-args.exp: Likewise.
12155 * gdb.python/py-framefilter.exp: Likewise.
12156 * gdb.python/py-mi.exp: Likewise.
12157 * gdb.python/py-objfile-script.exp: Likewise
12158 * gdb.python/py-pp-integral.exp: Likewise.
12159 * gdb.python/py-pp-re-notag.exp: Likewise.
12160 * gdb.python/py-prettyprint.exp: Likewise.
12161 * gdb.python/py-section-script.exp: Likewise.
12162 * gdb.python/py-typeprint.exp: Likewise.
12163 * gdb.python/py-xmethods.exp: Likewise.
12164 * gdb.stabs/weird.exp: Likewise.
12165 * gdb.xml/tdesc-regs.exp: Likewise.
12166
12167 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12168
12169 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12170 (out_cu): Use addr_len for the size of addresses.
12171 (out_line): Likewise. Size DW_LNE_set_address instruction
12172 according to addr_len.
12173 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12174 (FUNC): Add START_INSNS to definition.
12175
12176 2014-10-18 Yao Qi <yao@codesourcery.com>
12177
12178 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12179 gdb_has_argv0 return true.
12180 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12181 check [target_info exists noargs], check [gdb_has_argv0]
12182 instead.
12183 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12184 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12185 procedures.
12186
12187 2014-10-17 Doug Evans <dje@google.com>
12188
12189 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12190 event.
12191 * gdb.python/py-events.py: Add clear_objfiles event.
12192
12193 2014-10-17 Doug Evans <dje@google.com>
12194
12195 * gdb.python/py-objfile.exp: Test progspace attribute.
12196
12197 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
12198
12199 * gdb.guile/scm-breakpoint.exp: Do not assume any
12200 directory separators when matching source file paths.
12201 * gdb.python/py-breakpoint.exp: Likewise.
12202 * gdb.reverse/break-precsave.exp: Likewise.
12203 * gdb.reverse/break-reverse.exp: Likewise.
12204 * gdb.reverse/consecutive-precsave.exp: Likewise.
12205 * gdb.reverse/finish-precsave.exp: Likewise.
12206 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12207 * gdb.reverse/finish-reverse.exp: Likewise.
12208 * gdb.reverse/i386-precsave.exp: Likewise.
12209 * gdb.reverse/i387-env-reverse.exp: Likewise.
12210 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12211 * gdb.reverse/machinestate-precsave.exp: Likewise.
12212 * gdb.reverse/machinestate.exp: Likewise.
12213 * gdb.reverse/sigall-precsave.exp: Likewise.
12214 * gdb.reverse/solib-precsave.exp: Likewise.
12215 * gdb.reverse/step-precsave.exp: Likewise.
12216 * gdb.reverse/until-precsave.exp: Likewise.
12217 * gdb.reverse/watch-precsave.exp: Likewise.
12218 * gdb.reverse/watch-reverse.exp: Likewise.
12219
12220 2014-10-17 Yao Qi <yao@codesourcery.com>
12221
12222 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12223 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12224
12225 2014-10-17 Pedro Alves <palves@redhat.com>
12226
12227 PR gdb/17471
12228 * gdb.base/bg-execution-repeat.c: New file.
12229 * gdb.base/bg-execution-repeat.exp: New file.
12230
12231 2014-10-17 Pedro Alves <palves@redhat.com>
12232
12233 PR gdb/17300
12234 * gdb.base/continue-all-already-running.c: New file.
12235 * gdb.base/continue-all-already-running.exp: New file.
12236
12237 2014-10-17 Pedro Alves <palves@redhat.com>
12238
12239 PR gdb/17472
12240 * gdb.base/annota-input-while-running.c: New file.
12241 * gdb.base/annota-input-while-running.exp: New file.
12242
12243 2014-10-17 Pedro Alves <palves@redhat.com>
12244
12245 * gdb.base/callfuncs.exp: emove references to osf.
12246 * gdb.base/sigall.exp: Likewise.
12247 * gdb.gdb/selftest.exp: Likewise.
12248 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12249 * gdb.mi/non-stop.c: Likewise.
12250 * gdb.mi/pthreads.c: Likewise.
12251 * gdb.reverse/sigall-precsave.exp: Likewise.
12252 * gdb.reverse/sigall-reverse.exp: Likewise.
12253 * gdb.threads/pthreads.c: Likewise.
12254 * gdb.threads/pthreads.exp: Likewise.
12255
12256 2014-10-17 Yao Qi <yao@codesourcery.com>
12257
12258 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12259 check 'target_info exists noargs'.
12260 (test_command_prompt_position): Likewise.
12261 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12262 Remove "set args".
12263 (progvar_simple_while_test): Likewise.
12264 (progvar_complex_if_while_test): Likewise.
12265 (if_while_breakpoint_command_test): Likewise.
12266 (infrun_breakpoint_command_test): Likewise.
12267 (breakpoint_command_test): Likewise.
12268 (watchpoint_command_test): Likewise.
12269 (bp_deleted_in_command_test): Likewise.
12270 (temporary_breakpoint_commands): Likewise.
12271
12272 2014-10-16 Yao Qi <yao@codesourcery.com>
12273
12274 * gdb.base/remotetimeout.exp: Remove noargs checking.
12275
12276 2014-10-15 Pedro Alves <palves@redhat.com>
12277
12278 PR breakpoints/9649
12279 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12280 * gdb.base/breakpoint-in-ro-region.exp
12281 (probe_target_hardware_step): New procedure.
12282 (top level): Probe hardware stepping and hardware breakpoint
12283 support. Test stepping through a read-only region, with both
12284 "breakpoint auto-hw" on and off and both "always-inserted" on and
12285 off.
12286
12287 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12288
12289 * gdb.dlang/demangle.exp: Update for demangling changes.
12290
12291 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12292
12293 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12294 * gdb.cp/non-trivial-retval.exp: Add new tests.
12295
12296 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12297
12298 PR c++/13403
12299 PR c++/15154
12300 * gdb.cp/non-trivial-retval.cc: New file.
12301 * gdb.cp/non-trivial-retval.exp: New file.
12302
12303 2014-10-15 Yao Qi <yao@codesourcery.com>
12304
12305 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12306 remote host.
12307
12308 2014-10-15 Yao Qi <yao@codesourcery.com>
12309
12310 * gdb.python/py-symbol.exp: Match file base name if host is
12311 remote, otherwise match file name with dir name.
12312 * gdb.python/py-symtab.exp: Likewise.
12313 * gdb.python/python.exp: Likewise.
12314
12315 2014-10-15 Yao Qi <yao@codesourcery.com>
12316
12317 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12318 pattern.
12319 * gdb.python/py-symtab.exp: Likewise.
12320 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12321 locationn.
12322
12323 2014-10-14 Joel Brobecker <brobecker@adacore.com>
12324
12325 * gdb.ada/addr_arith: New testcase.
12326
12327 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12328
12329 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12330 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12331 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12332 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12333
12334 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12335
12336 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12337 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12338 * gdb.arch/stap-eval-lang-ada.exp: New file.
12339
12340 2014-10-14 Yao Qi <yao@codesourcery.com>
12341
12342 * gdb.mi/mi-var-child.c (nothing1): New function.
12343 (nothing2): New function.
12344 (do_children_tests): Set function pointers by nothing1 and
12345 nothing2.
12346 * gdb.mi/mi-var-child.exp: Step over new added statements.
12347 Update test to match the new output.
12348 * gdb.mi/var-cmd.c (nothing1): New function.
12349 (nothing2): New function.
12350 (do_children_tests): Set function pointers by nothing1 and
12351 nothing2.
12352 * gdb.mi/mi-var-display.exp: Update test to match output.
12353 Step to the line specified by $line_dct_nothing.
12354 Increase the number of lines to step.
12355
12356 2014-10-14 Yao Qi <yao@codesourcery.com>
12357
12358 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12359 tests.
12360 * gdb.mi/mi2-var-child.exp: Likewise.
12361
12362 2014-10-13 Doug Evans <dje@google.com>
12363
12364 * gdb.python/py-objfile.exp: Change name of file name test.
12365
12366 2014-10-13 Doug Evans <dje@google.com>
12367
12368 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12369 from the start of the CU.
12370
12371 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12372 Yao Qi <yao@codesourcery.com>
12373
12374 Fix "save breakpoints" for "catch" command.
12375 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12376 Remove -nonewline. Match also the added "main" line.
12377
12378 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12379
12380 Fix "save breakpoints" for "disable $bpnum" command.
12381 * gdb.base/save-bp.c (main): Add label.
12382 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12383
12384 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12385
12386 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12387
12388 2014-10-11 Yao Qi <yao@codesourcery.com>
12389
12390 * gdb.server/server-kill.exp: Execute command
12391 "set remote trace-status-packet on" before "tstatus".
12392
12393 2014-10-11 Yao Qi <yao@codesourcery.com>
12394
12395 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12396 (main): Call getppid.
12397 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12398 and continue to it. Read variable "server_pid".
12399
12400 2014-10-11 Yao Qi <yao@codesourcery.com>
12401
12402 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12403
12404 2014-10-11 Yao Qi <yao@codesourcery.com>
12405
12406 * gdb.threads/thread-find.exp: Don't execute command
12407 "info threads".
12408 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12409 * gdb.threads/linux-dp.exp: Don't check the condition
12410 $threads_created equals to zero.
12411
12412 2014-10-10 Pedro Alves <palves@redhat.com>
12413
12414 * gdb.base/bigcore.exp: Remove references to IRIX.
12415 * gdb.base/funcargs.exp: Likewise.
12416 * gdb.base/interrupt.exp: Likewise.
12417 * gdb.base/mips_pro.exp: Likewise.
12418 * gdb.base/nodebug.exp: Likewise.
12419 * gdb.base/setvar.exp: Likewise.
12420 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12421
12422 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12423 Pedro Alves <palves@redhat.com>
12424
12425 PR symtab/14466
12426 * gdb.base/vdso-warning.c: New file.
12427 * gdb.base/vdso-warning.exp: New file.
12428
12429 2014-10-02 Doug Evans <dje@google.com>
12430
12431 * gdb.base/structs.c (main): Don't run forever.
12432
12433 2014-10-02 Pedro Alves <palves@redhat.com>
12434
12435 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12436 (top level) <stop threads 1, stop threads 2>: Use it.
12437
12438 2014-10-02 Pedro Alves <palves@redhat.com>
12439
12440 * gdb.threads/break-while-running.exp (test): Add new
12441 'update_thread_list' argument. Skip "info threads" if false.
12442 (top level): Add new 'update_thread_list' axis.
12443
12444 2014-10-02 Pedro Alves <palves@redhat.com>
12445
12446 PR breakpoints/17431
12447 * gdb.base/execl-update-breakpoints.c: New file.
12448 * gdb.base/execl-update-breakpoints.exp: New file.
12449
12450 2014-10-01 Pedro Alves <palves@redhat.com>
12451
12452 * gdb.base/breakpoint-in-ro-region.c: New file.
12453 * gdb.base/breakpoint-in-ro-region.exp: New file.
12454
12455 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12456
12457 * gdb.mi/mi-exit-code.exp: New file.
12458 * gdb.mi/mi-exit-code.c: New file.
12459
12460 2014-09-30 Yao Qi <yao@codesourcery.com>
12461
12462 * lib/prelink-support.exp (build_executable_own_libs): Error if
12463 the target isn't native.
12464
12465 2014-09-30 Yao Qi <yao@codesourcery.com>
12466
12467 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12468 false.
12469
12470 2014-09-22 Pedro Alves <palves@redhat.com>
12471
12472 * gdb.threads/break-while-running.exp: New file.
12473 * gdb.threads/break-while-running.c: New file.
12474
12475 2014-09-19 Yao Qi <yao@codesourcery.com>
12476
12477 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12478 Invoke test. Restart GDB with --readnow and invoke test again.
12479
12480 2014-09-19 Yao Qi <yao@codesourcery.com>
12481
12482 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12483 proc set_breakpoint_on_gcd_function. Invoke
12484 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12485 invoke set_breakpoint_on_gcd_function again.
12486
12487 2014-09-18 Doug Evans <dje@google.com>
12488
12489 * gdb.dwarf2/symtab-producer.exp: New file.
12490
12491 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12492
12493 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12494 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12495 * gdb.base/global-var-nested-by-dso.c: Likewise.
12496 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12497
12498 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12499 Pedro Alves <palves@redhat.com>
12500
12501 * gdb.base/watch-bitfields.exp: Pass string other than test file
12502 name to prepare_for_testing.
12503 (watch): New procedure.
12504 (expect_watchpoint): Use with_test_prefix.
12505 (top level): Factor out tests to ...
12506 (test_watch_location, test_regular_watch): ... these new
12507 procedures, and use with_test_prefix and gdb_continue_to_end.
12508
12509 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12510
12511 PR breakpoints/12526
12512 * gdb.base/watch-bitfields.exp: New file.
12513 * gdb.base/watch-bitfields.c: New file.
12514
12515 2014-09-16 Pedro Alves <palves@redhat.com>
12516
12517 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12518 software and hardware addresses, not software address against
12519 itself.
12520
12521 2014-09-16 Pedro Alves <palves@redhat.com>
12522
12523 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12524 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12525
12526 2014-09-16 Pedro Alves <palves@redhat.com>
12527
12528 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12529 files.
12530 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12531 "*-*-vxworks*" throughout.
12532 * gdb.base/break.exp: Likewise.
12533 * gdb.base/default.exp: Likewise.
12534 * gdb.base/scope.exp: Likewise.
12535 * gdb.base/sepdebug.exp: Likewise.
12536 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12537 throughout.
12538 * gdb.base/run.c: Likewise.
12539 * gdb.base/sepdebug.c: Likewise.
12540 * gdb.hp/gdb.aCC/run.c: Likewise.
12541 * gdb.reverse/until-reverse.c: Likewise.
12542 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12543
12544 2014-09-16 Yao Qi <yao@codesourcery.com>
12545
12546 * boards/local-remote-host-native.exp: New file.
12547
12548 2014-09-14 Doug Evans <xdje42@gmail.com>
12549
12550 * gdb.threads/queue-signal.c (thread_count): New variable.
12551 (thread_count_mutex, thread_count_condvar): New variables.
12552 (incr_thread_count, wait_all_threads_running): New functions.
12553 (main): Wait for all threads to be in their thread functions.
12554
12555 2014-09-13 Doug Evans <xdje42@gmail.com>
12556
12557 * gdb.threads/queue-signal.c: New file.
12558 * gdb.threads/queue-signal.exp: New file.
12559
12560 2014-09-13 Doug Evans <xdje42@gmail.com>
12561
12562 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12563 be consistent with what default_gdb_init uses.
12564 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12565 the plain text of the prompt. Add some logging printfs.
12566 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12567
12568 2014-09-12 Pedro Alves <palves@redhat.com>
12569
12570 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12571 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12572 * gdb.arch/i386-size-overlap.exp: Likewise.
12573 * gdb.arch/i386-size.exp: Likewise.
12574 * gdb.arch/i386-unwind.exp: Likewise.
12575 * gdb.base/a2-run.exp: Likewise.
12576 * gdb.base/break.exp: Likewise.
12577 * gdb.base/charset.exp: Likewise.
12578 * gdb.base/chng-syms.exp: Likewise.
12579 * gdb.base/commands.exp: Likewise.
12580 * gdb.base/dbx.exp: Likewise.
12581 * gdb.base/find.exp: Likewise.
12582 * gdb.base/funcargs.exp: Likewise.
12583 * gdb.base/jit-simple.exp: Likewise.
12584 * gdb.base/reread.exp: Likewise.
12585 * gdb.base/sepdebug.exp: Likewise.
12586 * gdb.base/step-bt.exp: Likewise.
12587 * gdb.cp/mb-inline.exp: Likewise.
12588 * gdb.cp/mb-templates.exp: Likewise.
12589 * gdb.objc/basicclass.exp: Likewise.
12590 * gdb.threads/killed.exp: Likewise.
12591
12592 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12593
12594 PR tdep/17379
12595 * gdb.arch/powerpc-stackless.S: New file.
12596 * gdb.arch/powerpc-stackless.exp: New file.
12597
12598 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12599
12600 * gdb.base/attach.c: Include unistd.h.
12601 (main): Call alarm. Add label postloop.
12602 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12603 gdb_breakpoint, gdb_continue_to_breakpoint.
12604 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12605
12606 2014-09-11 Pedro Alves <palves@redhat.com>
12607
12608 PR gdb/17347
12609 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12610 * gdb.base/attach.exp (test_command_line_attach_run): New
12611 procedure.
12612 (top level): Call it.
12613
12614 2014-09-11 Pedro Alves <palves@redhat.com>
12615
12616 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12617 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12618 (do_command_attach_tests): Use spawn_wait_for_attach.
12619 * gdb.base/solib-overlap.exp: Likewise.
12620 * gdb.multi/multi-attach.exp: Likewise.
12621 * gdb.python/py-prompt.exp: Likewise.
12622 * gdb.python/py-sync-interp.exp: Likewise.
12623 * gdb.server/ext-attach.exp: Likewise.
12624
12625 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12626
12627 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12628 command in testcase. Simplify testcase.
12629
12630 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12631
12632 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12633
12634 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12635
12636 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12637
12638 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12639
12640 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12641
12642 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12643
12644 * gdb.dwarf2/dynarr-ptr.c: New file.
12645 * gdb.dwarf2/dynarr-ptr.exp: New file.
12646
12647 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12648
12649 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12650 of 30 rather than hardcoding 120 for a slow test case. Take the
12651 `gdb,timeout' target setting into account for this calculation.
12652 Don't extend the timeout for the test cases that don't need it.
12653
12654 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12655
12656 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12657 a factor of 2 for a slow test case. Take the `gdb,timeout'
12658 target setting into account for this calculation.
12659 * gdb.reverse/until-precsave.exp: Increase the timeout by
12660 a factor of 15 and 3 respectively rather than adding 120
12661 for a pair of slow test cases. Take the `gdb,timeout'
12662 target setting into account for this calculation.
12663
12664 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12665
12666 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12667 timeout, don't pass one down to gdb_expect.
12668 (gdb_expect): Rework timeout selection.
12669
12670 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12671
12672 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12673 exception on timeout.
12674 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12675 (gdbserver_start_extended): Catch any `gdbserver_start' error
12676 exceptions.
12677 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12678 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12679 `gdbserver_gdb_load' error exceptions.
12680
12681 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12682
12683 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12684 120 on waiting for the TCP socket to open.
12685
12686 2014-09-09 Doug Evans <xdje42@gmail.com>
12687
12688 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12689 _caller_matches, _any_caller_is, _any_caller_matches.
12690
12691 2014-09-09 Doug Evans <xdje42@gmail.com>
12692
12693 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12694
12695 2014-09-09 Yao Qi <yao@codesourcery.com>
12696
12697 * gdb.mi/mi-var-display.exp: Set print symbol off.
12698
12699 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12700
12701 PR gdb/17035
12702 * gdb.base/commands.exp: Add tests to verify user-defined
12703 commands with empty bodies.
12704 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12705 python commands in `show user command`.
12706 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12707 scheme commands in `show user command`.
12708
12709 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12710
12711 PR python/17355
12712 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12713 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12714 * gdb.python/py-framefilter-invalidarg.exp: New file.
12715 * gdb.python/py-framefilter-invalidarg.py: New file.
12716
12717 2014-09-06 Doug Evans <xdje42@gmail.com>
12718
12719 PR 15276
12720 * gdb.python/py-caller-is.c: New file.
12721 * gdb.python/py-caller-is.exp: New file.
12722
12723 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12724
12725 PR gdb/17235
12726 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12727 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12728
12729 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12730
12731 PR fortran/17237
12732 * gdb.fortran/print-formatted.exp: New file.
12733 * gdb.fortran/print-formatted.f90: Likewise.
12734
12735 2014-09-03 Sasha Smundak <asmundak@google.com>
12736
12737 * gdb.python/py-frame.exp: Test Frame.read_register.
12738
12739 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12740
12741 PR python/16699
12742 * gdb.python/py-completion.exp: New file.
12743 * gdb.python/py-completion.py: Likewise.
12744
12745 2014-08-28 Doug Evans <dje@google.com>
12746
12747 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12748 eax,etc. are live with values set by gdb and thus the compiler can't
12749 use them.
12750 * gdb.arch/i386-pseudo.c (main): Ditto.
12751
12752 2014-08-27 Doug Evans <dje@google.com>
12753
12754 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12755
12756 2014-08-25 Doug Evans <dje@google.com>
12757
12758 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12759 (main): Ditto.
12760
12761 2014-08-25 Doug Evans <dje@google.com>
12762
12763 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12764
12765 2014-08-24 Yao Qi <yao@codesourcery.com>
12766
12767 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12768 symbol off.
12769 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12770
12771 2014-08-22 Doug Evans <dje@google.com>
12772
12773 PR 17276
12774 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12775 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12776 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12777
12778 2014-08-22 Yao Qi <yao@codesourcery.com>
12779
12780 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12781 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12782 * gdb.python/python.exp: Likewise. Use .py file on the host
12783 instead of the build.
12784
12785 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12786
12787 * gdb.threads/gcore-stale-thread.c: New file.
12788 * gdb.threads/gcore-stale-thread.exp: New file.
12789
12790 2014-08-21 Pedro Alves <palves@redhat.com>
12791
12792 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12793 * gdb.base/gcore-relro-pie.exp: Likewise.
12794 * gdb.base/gcore-relro.exp: Likewise.
12795 * gdb.base/gcore.exp: Likewise.
12796 * gdb.base/print-symbol-loading.exp: Likewise.
12797 * gdb.threads/gcore-thread.exp: Likewise.
12798 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12799
12800 2014-08-20 Pedro Alves <palves@redhat.com>
12801 Jan Kratochvil <jan.kratochvil@redhat.com>
12802
12803 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12804 configure.
12805 (EXPECT): Handle READ1 being set.
12806 (all): Depend on EXTRA_RULES.
12807 (check-read1, expect-read1, read1.so, read1): New rules.
12808 * README (Testsuite Parameters): Document the READ1 make variable.
12809 (Race detection): New section.
12810 * configure: Regenerate.
12811 * configure.ac: If build==host==target, and running under a
12812 GNU/glibc system, add read1 to the extra Makefile rules.
12813 (EXTRA_RULES): AC_SUBST it.
12814 * lib/read1.c: New file.
12815
12816 2014-08-20 Joel Brobecker <brobecker@adacore.com>
12817
12818 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12819 the handling of variables declared as a typedef to an array
12820 which a DW_AT_data_location attribute.
12821
12822 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
12823 Pedro Alves <palves@redhat.com>
12824
12825 PR symtab/14604
12826 PR symtab/14605
12827 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12828 gdb_test.
12829
12830 2014-08-19 Pedro Alves <palves@redhat.com>
12831
12832 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12833
12834 2014-08-19 Yao Qi <yao@codesourcery.com>
12835
12836 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12837 right line.
12838
12839 2014-08-18 David Blaikie <dblaikie@gmail.com>
12840
12841 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12842
12843 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12844
12845 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12846 attribute in array range.
12847
12848 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12849
12850 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12851
12852 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12853
12854 PR c++/17132
12855 * gdb.cp/pr17132.cc: New file.
12856 * gdb.cp/pr17132.exp: New file.
12857
12858 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12859
12860 * gdb.python/py-xmethods.py (A_getarrayind)
12861 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12862 Use 'print' with function call syntax.
12863 (E_method_matcher.match): Fix tab vs space indentation mixup.
12864
12865 2014-08-15 Yao Qi <yao@codesourcery.com>
12866
12867 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12868 false.
12869
12870 2014-08-15 Yao Qi <yao@codesourcery.com>
12871
12872 * gdb.cp/casts.exp: Set print symbol off.
12873 * gdb.cp/class2.exp: Likewise.
12874 * gdb.cp/overload.exp: Likewise.
12875 * gdb.cp/templates.exp: Likewise.
12876
12877 2014-08-11 Doug Evans <dje@google.com>
12878
12879 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12880 (test_load_shlib): Update.
12881
12882 2014-08-09 Yao Qi <yao@codesourcery.com>
12883
12884 * gdb.base/display.exp: Invoke is_address_zero_readable.
12885 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12886 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12887 * gdb.base/hbreak-unmapped.exp: Return if
12888 is_address_zero_readable returns true.
12889 * gdb.base/signest.exp: Likewise.
12890 * gdb.base/signull.exp: Likewise.
12891 * gdb.base/sigbpt.exp: Likewise.
12892 * gdb.guile/scm-disasm.exp: Do the test if
12893 is_address_zero_readable returns false.
12894 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12895 * gdb.python/py-arch.exp: Likewise.
12896 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12897 * lib/gdb.exp (is_address_zero_readable): New proc.
12898
12899 2014-08-09 Yao Qi <yao@codesourcery.com>
12900
12901 PR testsuite/13443
12902 * gdb.mi/mi-var-display.exp: Make test messages unique.
12903
12904 2014-08-04 Tom Tromey <tromey@redhat.com>
12905
12906 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12907 target 0".
12908
12909 2014-08-04 Tom Tromey <tromey@redhat.com>
12910
12911 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12912 "target_resume".
12913
12914 2014-08-01 Joel Brobecker <brobecker@adacore.com>
12915
12916 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12917 inner_vla_struct_object_size.
12918 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12919 as xfail.
12920
12921 2014-07-30 Pedro Alves <palves@redhat.com>
12922
12923 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12924 comment.
12925
12926 2014-07-29 Yao Qi <yao@codesourcery.com>
12927
12928 PR gdb/17206
12929 * gdb.base/until-nodebug.exp: New.
12930
12931 2014-07-28 Doug Evans <xdje42@gmail.com>
12932
12933 PR guile/17203
12934 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12935 previously existing parameter, and previously ambiguously spelled
12936 parameter.
12937
12938 2014-07-28 Will Newton <will.newton@linaro.org>
12939
12940 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12941
12942 2014-07-26 Ludovic Courtès <ludo@gnu.org>
12943 Doug Evans <xdje42@gmail.com>
12944
12945 PR guile/17146
12946 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12947
12948 2014-07-25 Pedro Alves <palves@redhat.com>
12949
12950 * gdb.threads/signal-command-handle-nopass.c: New file.
12951 * gdb.threads/signal-command-handle-nopass.exp: New file.
12952 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12953 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12954 * gdb.threads/signal-delivered-right-thread.c: New file.
12955 * gdb.threads/signal-delivered-right-thread.exp: New file.
12956
12957 2014-07-25 Pedro Alves <palves@redhat.com>
12958
12959 * gdb.base/double-prompt-target-event-error.exp
12960 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12961 match.
12962 (cancel_pagination_in_target_event): Rework double prompt
12963 detection.
12964 * gdb.base/paginate-after-ctrl-c-running.exp
12965 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12966 <return>' match.
12967 * gdb.base/paginate-bg-execution.exp
12968 (test_bg_execution_pagination_return)
12969 (test_bg_execution_pagination_cancel): Remove '-notransfer
12970 <return>' matches.
12971 * gdb.base/paginate-execution-startup.exp
12972 (test_fg_execution_pagination_return)
12973 (test_fg_execution_pagination_cancel): Remove '-notransfer
12974 <return>' matches.
12975 * gdb.base/paginate-inferior-exit.exp
12976 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12977 match.
12978 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12979 * lib/gdb.exp (pagination_prompt): Run text through
12980 string_to_regexp.
12981 (gdb_test_multiple): Match $pagination_prompt instead of
12982 "<return>".
12983 (string_to_regexp): Move to lib/gdb-utils.exp.
12984
12985 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12986
12987 * gdb.arch/amd64-entry-value-paramref.S: New file.
12988 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12989 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12990 * gdb.arch/amd64-optimout-repeat.S: New file.
12991 * gdb.arch/amd64-optimout-repeat.c: New file.
12992 * gdb.arch/amd64-optimout-repeat.exp: New file.
12993
12994 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12995
12996 PR gdb/17170
12997 * gdb.base/statistics.exp: New file.
12998
12999 2014-07-17 Doug Evans <dje@google.com>
13000
13001 PR gdb/17170
13002 * gdb.base/maint.exp: Update testing of per-command stats.
13003
13004 2014-07-16 Pedro Alves <palves@redhat.com>
13005
13006 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13007 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13008 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13009 (tfile_write_buf): New functions.
13010 (add_memory_block): Rewrite using the above.
13011 (adjust_function_address): New function.
13012 (FUNCTION_ADDRESS): New macro.
13013 (write_basic_trace_file): Remove short_x local, and use
13014 tfile_write_16. Change type of func_addr local to unsigned long
13015 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13016 here. Cast argument of add_memory_block to char pointer.
13017 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13018 (main): Remove parameters.
13019 * gdb.trace/tfile.exp: Remove nowarnings.
13020
13021 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13022
13023 * gdb.base/debug-expr.exp: Test string evaluation with
13024 "debug expression" on.
13025
13026 2014-07-15 Pedro Alves <palves@redhat.com>
13027
13028 * gdb.base/reread.exp: Use clean_restart.
13029
13030 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13031
13032 * gdb.arch/avr-flash-qualifer.c: New.
13033 * gdb.arch/avr-flash-qualifer.exp: New.
13034
13035 2014-07-14 Pedro Alves <palves@redhat.com>
13036
13037 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13038 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13039
13040 2014-07-14 Pedro Alves <palves@redhat.com>
13041
13042 * gdb.base/double-prompt-target-event-error.c: New file.
13043 * gdb.base/double-prompt-target-event-error.exp: New file.
13044
13045 2014-07-14 Pedro Alves <palves@redhat.com>
13046
13047 PR gdb/17072
13048 * gdb.base/paginate-inferior-exit.c: New file.
13049 * gdb.base/paginate-inferior-exit.exp: New file.
13050
13051 2014-07-14 Pedro Alves <palves@redhat.com>
13052
13053 PR gdb/17072
13054 * gdb.base/paginate-bg-execution.c: New file.
13055 * gdb.base/paginate-bg-execution.exp: New file.
13056
13057 2014-07-14 Pedro Alves <palves@redhat.com>
13058
13059 PR gdb/17072
13060 * gdb.base/paginate-execution-startup.c: New file.
13061 * gdb.base/paginate-execution-startup.exp: New file.
13062 * lib/gdb.exp (pagination_prompt): New global.
13063 (default_gdb_spawn): New procedure, factored out from
13064 default_gdb_spawn.
13065 (default_gdb_start): Adjust to call default_gdb_spawn.
13066 (gdb_spawn): New procedure.
13067
13068 2014-07-14 Pedro Alves <palves@redhat.com>
13069
13070 * lib/gdb.exp (gdb_assert): New procedure.
13071 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13072
13073 2014-07-14 Pedro Alves <palves@redhat.com>
13074
13075 * gdb.base/execution-termios.c: New file.
13076 * gdb.base/execution-termios.exp: New file.
13077
13078 2014-07-14 Tom Tromey <tromey@redhat.com>
13079
13080 * gdb.cp/vla-cxx.cc: New file.
13081 * gdb.cp/vla-cxx.exp: New file.
13082
13083 2014-07-14 Tom Tromey <tromey@redhat.com>
13084
13085 * gdb.reverse/rerun-prec.c: New file.
13086 * gdb.reverse/rerun-prec.exp: New file.
13087
13088 2014-07-12 Maciej W. Rozycki <macro@mips.com>
13089 Maciej W. Rozycki <macro@codesourcery.com>
13090
13091 * lib/gdb-utils.exp: New file.
13092 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13093 inline `gdb_init_command' processing.
13094 (gdb_start_cmd): Likewise.
13095 * lib/mi-support.exp (mi_run_cmd): Likewise.
13096 * README: Document `gdb_init_command' and `gdb_init_commands'.
13097
13098 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13099
13100 Fix false FAIL running under a very long directory name.
13101 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13102 and "set print elements 10000". Twice.
13103
13104 2014-07-11 Yao Qi <yao@codesourcery.com>
13105
13106 * gdb.base/exprs.exp: "set print symbol off".
13107
13108 2014-07-11 Pedro Alves <palves@redhat.com>
13109
13110 * gdb.threads/kill.c: New file.
13111 * gdb.threads/kill.exp: New file.
13112
13113 2014-07-10 Yao Qi <yao@codesourcery.com>
13114
13115 * gdb.trace/tfile.c (write_basic_trace_file)
13116 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13117 address written to trace file.
13118
13119 2014-07-09 Pedro Alves <palves@redhat.com>
13120
13121 * gdb.base/attach-wait-input.exp: New file.
13122 * gdb.base/attach-wait-input.c: New file.
13123
13124 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13125
13126 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13127 setting up test structures.
13128 (main): Call new test function.
13129 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13130 test function, continue into test function and walk test
13131 structures.
13132
13133 2014-07-02 Yao Qi <yao@codesourcery.com>
13134
13135 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13136 'bar_start' at the beginning of functions 'foo' and 'bar'
13137 respectively.
13138 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13139 instead of 'foo' and 'bar'.
13140
13141 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13142
13143 * gdb.btrace/segv.exp: New.
13144 * gdb.btrace/segv.c: New.
13145
13146 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
13147
13148 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13149 instruction.
13150
13151 2014-06-30 Mark Wielaard <mjw@redhat.com>
13152
13153 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13154 vulture, vilify, villar): New volatile array constants.
13155 (vindictive, vegetation): New const volatile array constants.
13156 * gdb.base/volatile.exp: Test volatile and const volatile array
13157 types.
13158
13159 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13160
13161 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13162 target lacks support for awatch, rwatch, or hbreak.
13163
13164 2014-06-27 Yao Qi <yao@codesourcery.com>
13165
13166 * gdb.multi/dummy-frame-restore.exp: New.
13167 * gdb.multi/dummy-frame-restore.c: New.
13168
13169 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13170
13171 * gdb.btrace/gcore.exp: New.
13172
13173 2014-06-23 Pedro Alves <palves@redhat.com>
13174
13175 * gdb.base/watchpoint-reuse-slot.c: New file.
13176 * gdb.base/watchpoint-reuse-slot.exp: New file.
13177
13178 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13179
13180 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13181 progspace's filename in 'info', 'enable' and 'disable' command
13182 tests.
13183
13184 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13185
13186 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13187 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13188 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13189
13190 2014-06-20 Gary Benson <gbenson@redhat.com>
13191
13192 * gdb.arch/i386-avx.exp: Fix include file location.
13193 * gdb.arch/i386-sse.exp: Likewise.
13194
13195 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13196
13197 * gdb.dlang/expression.exp: New file.
13198
13199 2014-06-19 Pedro Alves <palves@redhat.com>
13200
13201 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13202 out from ...
13203 (top level): ... here. Iterate running tests under different
13204 scheduler-locking settings.
13205
13206 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
13207
13208 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13209 to DW_FORM_addr and use non-zero addresses.
13210
13211 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13212
13213 PR gdb/17017
13214 * gdb.python/py-xmethods.cc: Add global function call counters and
13215 increment them in their respective functions. Remove "cout"
13216 statements.
13217 * gdb.python/py-xmethods.exp: Make tests check the global function
13218 call counters instead of depending on inferior IO.
13219
13220 2014-06-18 Don Breazeal <donb@codesourcery.com>
13221
13222 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13223 Deleted procedure.
13224 (explicit_fork_parent_follow): Deleted procedure.
13225 (explicit_fork_child_follow): Deleted procedure.
13226 (test_follow_fork): New procedure.
13227 (do_fork_tests): Replace calls to deleted procedures with
13228 calls to test_follow_fork and reset GDB for subsequent
13229 procedure calls.
13230
13231 2014-06-17 Yao Qi <yao@codesourcery.com>
13232
13233 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13234 CP1252.
13235
13236 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
13237
13238 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13239 Initialize ptr and S explicitly.
13240 (skip_type_update_when_not_use_rtti_test): Likewise.
13241
13242 2014-06-16 Keith Seitz <keiths@redhat.com>
13243
13244 PR mi/15863
13245 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13246 the inferior is started.
13247
13248 2014-06-16 Pedro Alves <palves@redhat.com>
13249
13250 * gdb.base/break-main-file-remove-fail.c: New file.
13251 * gdb.base/break-main-file-remove-fail.exp: New file.
13252 * gdb.base/break-unload-file.exp: Use build_executable instead of
13253 prepare_for_testing.
13254 (test_break): New parameter "initial_load". Handle it.
13255 (top level): Add initial_load cmdline/file axis.
13256
13257 2014-06-12 Tom Tromey <tromey@redhat.com>
13258
13259 * gdb.base/completion.exp: Don't use directory name in test.
13260
13261 2014-06-09 Gary Benson <gbenson@redhat.com>
13262
13263 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13264 separate the always-available ANSI-standard signals from the
13265 signals that require checking.
13266 (main): Likewise.
13267 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13268 Likewise.
13269 (main): Likewise.
13270
13271 2014-06-07 Keith Seitz <keiths@redhat.com>
13272
13273 Revert:
13274 PR c++/16253
13275 * gdb.cp/var-tag.cc: New file.
13276 * gdb.cp/var-tag.exp: New file.
13277 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13278 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13279 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13280 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13281
13282 2014-06-06 Doug Evans <xdje42@gmail.com>
13283
13284 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13285
13286 2014-06-06 Pedro Alves <palves@redhat.com>
13287
13288 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13289 in target debug output instead of looking at RSP packets,
13290 disabling the test on any target that uses hardware stepping.
13291 Update comments.
13292
13293 2014-06-06 Pedro Alves <palves@redhat.com>
13294
13295 * gdb.base/break-unload-file.exp: Fix typo.
13296
13297 2014-06-06 Yao Qi <yao@codesourcery.com>
13298
13299 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13300 from "jit_function" to "^jit_function".
13301
13302 2014-06-06 Yao Qi <yao@codesourcery.com>
13303
13304 * gdb.base/async.c (foo): Add one statement.
13305 * gdb.base/async.exp: Get the next instruction address and
13306 match the output of "nexti" by instruction address. Match
13307 the hex address in the output of "finish".
13308
13309 2014-06-06 Gary Benson <gbenson@redhat.com>
13310
13311 * gdb.base/call-signals.c: Remove preprocessor conditionals
13312 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13313 SIGSEGV and SIGTERM.
13314 * gdb.base/sigall.c: Likewise.
13315 * gdb.base/unwindonsignal.c: Likewise.
13316 * gdb.reverse/sigall-reverse.c: Likewise.
13317
13318 2014-06-06 Yao Qi <yao@codesourcery.com>
13319
13320 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13321 readable, skip the test.
13322
13323 2014-06-06 Yao Qi <yao@codesourcery.com>
13324
13325 * gdb.threads/staticthreads.c (thread_function): Move the line
13326 setting breakpoint on forward.
13327 * gdb.threads/staticthreads.exp: Update comments.
13328
13329 2014-06-05 Ludovic Courtès <ludo@gnu.org>
13330
13331 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13332 "history-append! type error".
13333
13334 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13335
13336 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13337 erroneous dprintf expected input.
13338
13339 2014-06-04 Doug Evans <xdje42@gmail.com>
13340
13341 * gdb.guile/scm-generics.exp: Delete.
13342
13343 2014-06-04 Doug Evans <xdje42@gmail.com>
13344
13345 * gdb.guile/scm-breakpoint.exp: Update.
13346 Add tests for breakpoint registration.
13347
13348 2014-06-04 Tom Tromey <tromey@redhat.com>
13349
13350 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13351 VLA-in-union.
13352 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13353 inner_vla_struct, vla_union types. Initialize objects of those
13354 types and compute their sizes.
13355
13356 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13357 Hui Zhu <hui@codesourcery.com>
13358
13359 * gdb.base/fileio.exp: Add test for shell not available as well as
13360 available.
13361 * gdb.base/fileio.c (test_system): Check for shell twice.
13362
13363 2014-06-04 Yao Qi <yao@codesourcery.com>
13364
13365 * gdb.base/auto-connect-native-target.exp: Remove redundant
13366 space from the regexp pattern.
13367
13368 2014-06-04 Yao Qi <yao@codesourcery.com>
13369
13370 * gdb.base/default.exp: Replace "child" with "native" in
13371 regexp pattern.
13372
13373 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13374
13375 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13376 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13377 * gdb.python/py-xmethods.py: Python script supporting the
13378 new testcase and tests.
13379
13380 2014-06-03 Joel Brobecker <brobecker@adacore.com>
13381 Pedro Alves <palves@redhat.com>
13382
13383 PR breakpoints/17000
13384 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13385 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13386
13387 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13388
13389 * gdb.base/subst.exp: Add tests to verify partial path matching
13390 output.
13391
13392 2014-06-03 Pedro Alves <palves@redhat.com>
13393
13394 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13395 target that doesn't use software single-stepping.
13396
13397 2014-06-03 Pedro Alves <palves@redhat.com>
13398
13399 PR breakpoints/17000
13400 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13401 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13402
13403 2014-06-02 Doug Evans <xdje42@gmail.com>
13404
13405 * gdb.guile/scm-parameter.exp: New file.
13406
13407 2014-06-02 Doug Evans <xdje42@gmail.com>
13408
13409 * gdb.guile/scm-cmd.c: New file.
13410 * gdb.guile/scm-cmd.exp: New file.
13411
13412 2014-06-02 Doug Evans <xdje42@gmail.com>
13413
13414 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13415 pretty-printer lookup.
13416 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13417 (make-pp_s-printer): Call it.
13418 (make-pretty-printer-from-dict): New function.
13419 (lookup-pretty-printer-maker-from-dict): New function.
13420 (*pretty-printer*): Simplify.
13421 (make-objfile-pp_s-printer): New function.
13422 (install-objfile-pretty-printers!): New function.
13423 (make-progspace-pp_s-printer): New function.
13424 (install-progspace-pretty-printers!): New function.
13425 * gdb.guile/scm-progspace.c: New file.
13426 * gdb.guile/scm-progspace.exp: New file.
13427
13428 2014-06-02 Pedro Alves <palves@redhat.com>
13429
13430 * gdb.base/dprintf-bp-same-addr.c: New file.
13431 * gdb.base/dprintf-bp-same-addr.exp: New file.
13432
13433 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13434
13435 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13436 * gdb.arch/powerpc-power.s: Likewise.
13437
13438 2014-06-02 Joel Brobecker <brobecker@adacore.com>
13439
13440 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13441
13442 2014-06-01 Yao Qi <yao@codesourcery.com>
13443
13444 * gdb.base/watchpoint.exp (test_watch_location): Check null
13445 pointer can be dereferenced. If not, do the test, otherwise
13446 skip it.
13447
13448 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13449
13450 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13451 results.
13452 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13453
13454 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13455
13456 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13457 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13458 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13459 * gdb.arch/amd64-invalid-stack-top.c: New file.
13460 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13461
13462 2014-05-30 Pedro Alves <palves@redhat.com>
13463
13464 PR breakpoints/17000
13465 * gdb.base/sss-bp-on-user-bp.c: New file.
13466 * gdb.base/sss-bp-on-user-bp.exp: New file.
13467
13468 2014-05-30 David Blaikie <dblaikie@gmail.com>
13469
13470 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13471 gnu_inline semantics via attribute.
13472 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13473 source explicitly specifies the required semantics.
13474
13475 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13476
13477 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13478
13479 2014-05-29 Pedro Alves <palves@redhat.com>
13480 Tom Tromey <tromey@redhat.com>
13481
13482 * gdb.base/async-shell.exp: Don't enable target-async.
13483 * gdb.base/async.exp
13484 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13485 parameter. Adjust.
13486 (top level): Don't test with "target-async".
13487 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13488 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13489 * gdb.base/inferior-died.exp: Don't enable target-async.
13490 * gdb.base/interrupt-noterm.exp: Likewise.
13491 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13492 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13493 * gdb.mi/mi-nonstop.exp: Likewise.
13494 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13495 * gdb.mi/mi-nsintrall.exp: Likewise.
13496 * gdb.mi/mi-nsmoribund.exp: Likewise.
13497 * gdb.mi/mi-nsthrexec.exp: Likewise.
13498 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13499 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13500 * gdb.python/py-evsignal.exp: Don't enable target-async.
13501 * gdb.python/py-evthreads.exp: Likewise.
13502 * gdb.python/py-prompt.exp: Likewise.
13503 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13504 * gdb.server/solib-list.exp: Don't enable target-async.
13505 * gdb.threads/thread-specific-bp.exp: Likewise.
13506 * lib/mi-support.exp: Adjust to use mi-async.
13507
13508 2014-05-29 Pedro Alves <palves@redhat.com>
13509
13510 PR gdb/13860
13511 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13512 reason, even in sync mode.
13513
13514 2014-05-29 Pedro Alves <palves@redhat.com>
13515 Hui Zhu <hui@codesourcery.com>
13516
13517 PR PR15693
13518 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13519 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13520 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13521 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13522
13523 2014-05-28 Joel Brobecker <brobecker@adacore.com>
13524
13525 * config/monitor.exp (gdb_target_monitor): Replace use of
13526 "set remotebaud" by "set serial baud".
13527
13528 2014-05-26 Andy Wingo <wingo@igalia.com>
13529
13530 * gdb.guile/scm-breakpoint.exp:
13531 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13532 properties instead of gdb-object-properties.
13533
13534 2014-05-26 Yao Qi <yao@codesourcery.com>
13535
13536 * gdb.server/no-thread-db.exp: Specify source file name
13537 explicitly when setting a breakpoint.
13538
13539 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13540
13541 * gdb.btrace/vdso.c: New.
13542 * gdb.btrace/vdso.exp: New.
13543
13544 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13545
13546 * gdb.base/gcore.exp (capture_command_output): Move ...
13547 * lib/gdb.exp (capture_command_output): ... here.
13548
13549 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13550
13551 * gdb.btrace/data.exp: Test memory access during btrace replay.
13552
13553 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13554
13555 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13556
13557 2014-05-21 Pedro Alves <palves@redhat.com>
13558
13559 PR gdb/13860
13560 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13561 (top level): Test that output related to execution commands is
13562 sent to the console with CLI commands, but not with MI commands.
13563 Test that breakpoint events are always mirrored to the console.
13564 Also expect the new source line to be output after a "next" in
13565 async mode too. Make it a pass/fail test.
13566 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13567 output.
13568 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13569
13570 2014-05-21 Pedro Alves <palves@redhat.com>
13571
13572 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13573 Use them to test variations of "list" after reaching a breakpoint.
13574 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13575 Test "list" with listsize 10 after reaching a breakpoint.
13576 * gdb.python/python.exp (decode_line current location line
13577 number): Adjust expected line number.
13578
13579 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13580
13581 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13582 behavior for $args, pass it directly to "run".
13583
13584 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13585
13586 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13587 30000 to 65536.
13588
13589 2014-05-21 Pedro Alves <palves@redhat.com>
13590
13591 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13592 auto-connect-native-target off".
13593 * gdb.base/auto-connect-native-target.c: New file.
13594 * gdb.base/auto-connect-native-target.exp: New file.
13595
13596 2014-05-21 Pedro Alves <palves@redhat.com>
13597
13598 * gdb.base/default.exp: Test "target native" instead of "target
13599 child".
13600
13601 2014-05-21 Mark Wielaard <mjw@redhat.com>
13602
13603 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13604
13605 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13606
13607 Fix TLS access for -static -pthread.
13608 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13609 <HAVE_TLS> (thread_function, main): Initialize it.
13610 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13611 Add clean_restart.
13612 <$have_tls != "">: Check TLSVAR.
13613
13614 2014-05-21 Pedro Alves <palves@redhat.com>
13615
13616 * gdb.base/dcache-line-read-error.c: New.
13617 * gdb.base/dcache-line-read-error.exp: New.
13618
13619 2014-05-20 Pedro Alves <palves@redhat.com>
13620
13621 * gdb.base/compare-sections.c: New file.
13622 * gdb.base/compare-sections.exp: New file.
13623
13624 2014-05-20 Pedro Alves <palves@redhat.com>
13625
13626 * gdb.base/break-idempotent.c: New file.
13627 * gdb.base/break-idempotent.exp: New file.
13628
13629 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13630
13631 * gdb.btrace/nohist.exp: New.
13632
13633 2014-05-20 Yao Qi <yao@codesourcery.com>
13634
13635 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13636 gdb.reverse directory and gdb_reverse_timeout exists in board
13637 setting.
13638 * README: Document gdb_reverse_timeout.
13639
13640 2014-05-20 Yao Qi <yao@codesourcery.com>
13641
13642 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13643 'test_file_name'. Treat args as a string instead of a list.
13644 (gdb_init): Rename argument 'args' by 'test_file_name'.
13645
13646 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13647
13648 * gdb.arch/powerpc-power.exp: New file.
13649 * gdb.arch/powerpc-power.s: New file.
13650
13651 2014-05-16 Doug Evans <dje@google.com>
13652
13653 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
13654 * gdb.base/completion.exp: Check that all expected files exist
13655 before doing file completion.
13656
13657 2014-05-16 Doug Evans <dje@google.com>
13658
13659 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13660 Update.
13661 (do_syscall_tests_without_xml): Update.
13662
13663 2014-05-16 Pedro Alves <palves@redhat.com>
13664
13665 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13666 instead of "unknown output after running".
13667
13668 2014-05-16 Yao Qi <yao@codesourcery.com>
13669
13670 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13671 file1.txt from host at the end.
13672 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13673
13674 2014-05-15 Doug Evans <dje@google.com>
13675
13676 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13677 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13678 loading file. Add test for TU lookup.
13679
13680 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13681
13682 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13683 calling "-exec-arguments" or "set args" before running the
13684 inferior.
13685
13686 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13687
13688 * lib/mi-support.exp (mi_expect_stop): Expect message for
13689 inferiors that exit with non-zero exit code.
13690
13691 2014-05-14 Yao Qi <yao@codesourcery.com>
13692
13693 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13694 match absolute path on remote host.
13695 (test_file_list_exec_source_files): Remove "/" from the
13696 pattern.
13697
13698 2014-05-14 Yao Qi <yao@codesourcery.com>
13699
13700 * boards/local-remote-host-notty.exp (${board}_file): New
13701 proc.
13702
13703 2014-05-07 Kyle McMartin <kyle@redhat.com>
13704
13705 Pushed by Joel Brobecker <brobecker@adacore.com>.
13706 * gdb.arch/aarch64-atomic-inst.c: New file.
13707 * gdb.arch/aarch64-atomic-inst.exp: New file.
13708
13709 2014-05-07 Yao Qi <yao@codesourcery.com>
13710
13711 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13712 in current context" too.
13713
13714 2014-05-05 Keith Seitz <keiths@redhat.com>
13715
13716 * gdb.linespec/ls-dollar.exp: Add test for linespec
13717 file:convenience_variable.
13718
13719 2014-05-05 Yao Qi <yao@codesourcery.com>
13720
13721 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13722 traceframes into tfile and ctf trace files. Read data from
13723 trace file and test collected data.
13724 (gdb_collect_locals_test): Likewise.
13725 (gdb_unavailable_registers_test): Likewise.
13726 (gdb_unavailable_floats): Likewise.
13727 (gdb_collect_globals_test): Likewise.
13728 (top-level): Append "ctf" to trace_file_targets if GDB
13729 supports.
13730
13731 2014-05-05 Yao Qi <yao@codesourcery.com>
13732
13733 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13734 code to ...
13735 (gdb_collect_args_test_1): ... it. New proc.
13736 (gdb_collect_locals_test): Move some code to ...
13737 (gdb_collect_locals_test_1): ... it. New proc.
13738 (gdb_unavailable_registers_test): Move some code to ...
13739 (gdb_unavailable_registers_test_1): ... it. New proc.
13740 (gdb_unavailable_floats): Move some code to ...
13741 (gdb_unavailable_floats_1): ... it. New proc.
13742
13743 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13744
13745 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13746 probes to test for bitness recognition.
13747 * gdb.arch/amd64-stap-optional-prefix.exp
13748 (test_probe_value_without_reg): New procedure.
13749 Add code to test for different kinds of bitness.
13750
13751 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13752
13753 PR breakpoints/16889
13754 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13755 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13756
13757 2014-05-01 Pedro Alves <palves@redhat.com>
13758
13759 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13760 gdb_file_cmd if no file is specified.
13761 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13762 last_loaded_file to set the remote exec-file.
13763
13764 2014-05-01 Pedro Alves <palves@redhat.com>
13765
13766 * boards/local-remote-host.exp: New file.
13767
13768 2014-05-01 Pedro Alves <palves@redhat.com>
13769
13770 * boards/local-remote-host.exp: Rename to ...
13771 * boards/local-remote-host-notty.exp: ... this.
13772
13773 2014-04-28 Joel Brobecker <brobecker@adacore.com>
13774
13775 * gdb.ada/dyn_arrayidx: New testcase.
13776
13777 2014-04-26 Yao Qi <yao@codesourcery.com>
13778
13779 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13780 and compute the length of function main. Save it in
13781 $main_length.
13782 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13783 (top-level): Use gdb_compile to compile objects into
13784 executable and restart GDB. Remove invocation to
13785 prepare_for_testing.
13786
13787 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13788 Pedro Alves <palves@redhat.com>
13789
13790 PR server/16255
13791 * gdb.multi/multi-attach.c: New file.
13792 * gdb.multi/multi-attach.exp: New file.
13793
13794 2014-04-25 Pedro Alves <palves@redhat.com>
13795
13796 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13797 user.
13798 (top level): Test that "set remote conditional-breakpoints-packet
13799 off" works as intended.
13800 * gdb.base/dprintf.exp: Test that "set remote
13801 breakpoint-commands-packet off" works as intended.
13802 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13803 New function.
13804 (top level): Call it.
13805 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13806 remote fast-tracepoints-packet off" works as intended.
13807 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13808 * lib/gdb.exp (gdb_is_target_remote): ... here.
13809
13810 2014-04-24 David Blaikie <dblaikie@gmail.com>
13811
13812 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13813 ensure clang would not discard them.
13814 * gdb.base/gdbvars.c: Ditto.
13815 * gdb.base/memattr.c: Ditto.
13816 * gdb.base/whatis.c: Ditto.
13817 * gdb.python/py-prettyprint.c: Ditto.
13818 * gdb.trace/actions.c: Ditto.
13819 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13820 ensure clang would not discard it.
13821
13822 2014-04-24 David Blaikie <dblaikie@gmail.com>
13823
13824 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13825 clang to emit the full definition of type required by the test
13826 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13827
13828 2014-04-24 David Blaikie <dblaikie@gmail.com>
13829
13830 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13831 coax Clang into emitting the definition of the type.
13832 * gdb.cp/pr10728-x.h (y): Ditto.
13833 * gdb.cp/pr10728-y.cc (y): Ditto.
13834
13835 2014-04-24 David Blaikie <dblaikie@gmail.com>
13836
13837 * gdb.base/label.exp: XFAIL label related tests under Clang.
13838 * gdb.cp/cplabel.exp: Ditto.
13839 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13840 under Clang those using labels.
13841
13842 2014-04-25 Yao Qi <yao@codesourcery.com>
13843
13844 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13845 double_label.
13846 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13847 partial_label and double_label.
13848
13849 2014-04-24 David Blaikie <dblaikie@gmail.com>
13850
13851 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13852
13853 2014-04-24 David Blaikie <dblaikie@gmail.com>
13854
13855 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13856 of the function to work across GCC and Clang.
13857 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13858 pointer types (const void ** const V void **).
13859
13860 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
13861 Walfred Tedeschi <walfred.tedeschi@intel.com>
13862
13863 * Makefile.in (EXECUTABLES): Added i386-avx512.
13864 * gdb.arch/i386-avx512.c: New file.
13865 * gdb.arch/i386-avx512.exp: Likewise.
13866
13867 2014-04-23 Keith Seitz <keiths@redhat.com>
13868
13869 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13870 (mi_make_breakpoint_table): New procedure.
13871 (mi_create_breakpoint): Use mi_make_breakpoint
13872 and return the result.
13873 (mi_make_breakpoint): New procedure.
13874 (mi_build_kv_pairs): New procedure.
13875
13876 * gdb.mi/mi-break.exp: Remove unused globals,
13877 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13878 All callers updated.
13879 * gdb.mi/mi-dprintf.exp: Use variable to track command
13880 number.
13881 Update all callers of mi_create_breakpoint and use
13882 mi_make_breakpoint_table.
13883 Remove any unused global variables.
13884 * gdb.mi/mi-nonstop.exp: Likewise.
13885 * gdb.mi/mi-nsintrall.exp: Likewise.
13886 * gdb.mi/mi-nsmoribund.exp: Likewise.
13887 * gdb.mi/mi-nsthrexec.exp: Likewise.
13888 * gdb.mi/mi-reverse.exp: Likewise.
13889 * gdb.mi/mi-simplerun.exp: Likewise.
13890 * gdb.mi/mi-stepn.exp: Likewise.
13891 * gdb.mi/mi-syn-frame.exp: Likewise.
13892 * gdb.mi/mi-until.exp: Likewise.
13893 * gdb.mi/mi-var-cp.exp: Likewise.
13894 * gdb.mi/mi-var-display.exp: Likewise.
13895 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13896 * gdb.mi/mi2-var-child.exp: Likewise.
13897 * gdb.mi/mi-vla-c99.exp: Likewise.
13898 * lib/mi-support.exp: Likewise.
13899
13900 From Ian Lance Taylor <iant@cygnus.com>:
13901 * lib/gdb.exp (parse_args): New procedure.
13902
13903 2014-04-23 Pedro Alves <palves@redhat.com>
13904
13905 * gdb.base/break-unload-file.c: New file.
13906 * gdb.base/break-unload-file.exp: New file.
13907 * gdb.base/sym-file-lib.c (baz): New function.
13908 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13909 field.
13910 (load): Store the segment's mapped size.
13911 (unload): New function.
13912 (unload_shlib): New function.
13913 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13914 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13915 set a breakpoint at baz, and call it.
13916 * gdb.base/sym-file.exp: New tests for stale breakpoint
13917 instructions.
13918
13919 2014-04-23 Pedro Alves <palves@redhat.com>
13920
13921 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13922 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13923 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13924 * gdb.base/hbreak-unmapped.c: New file.
13925 * gdb.base/hbreak-unmapped.exp: New file.
13926 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13927 * lib/gdb.exp (gdb_is_target_remote): ... here.
13928
13929 2014-04-22 Pedro Alves <palves@redhat.com>
13930
13931 * gdb.base/consecutive-step-over.c: New file.
13932 * gdb.base/consecutive-step-over.exp: New file.
13933
13934 2014-04-22 Pedro Alves <palves@redhat.com>
13935
13936 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13937 instead of send_gdb/gdb_expect.
13938
13939 2014-04-22 Yao Qi <yao@codesourcery.com>
13940
13941 * lib/trace-support.exp (generate_tracefile): New procedure.
13942 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13943 return 0.
13944 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13945 if generate_tracefile returns 1.
13946
13947 2014-04-18 Tom Tromey <palves@redhat.com>
13948 Pedro alves <tromey@redhat.com>
13949
13950 PR backtrace/15558
13951 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13952 with a backtrace limit.
13953 * gdb.python/py-frame-inline.exp: Test running to an inline
13954 function with a backtrace limit, and printing the newest frame.
13955 * gdb.python/py-frame-inline.c (main): Call f.
13956
13957 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13958
13959 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13960
13961 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13962
13963 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13964 Drop prefix from unsupported source file path.
13965
13966 2014-04-17 Yao Qi <yao@codesourcery.com>
13967
13968 * lib/gdb.exp (with_target_charset): New proc.
13969 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13970 with_target_charset.
13971 (test_print_strings): Likewise.
13972 (test_repeat_bytes): Likewise.
13973 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13974 for some tests.
13975
13976 2014-04-16 Keith Seitz <keiths@redhat.com>
13977
13978 PR gdb/15827
13979 * gdb.dwarf2/corrupt.c: New file.
13980 * gdb.dwarf2/corrupt.exp: New file.
13981
13982 2014-04-16 Keith Seitz <keiths@redhat.com>
13983
13984 PR c++/16597
13985 * gdb.cp/namelessclass.cc: New file.
13986 * gdb.cp/namelessclass.exp: New file.
13987 * gdb.cp/namelessclass.S: New file.
13988
13989 2014-04-16 Doug Evans <dje@google.com>
13990
13991 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13992 Add comment.
13993 (gdbserver_default_get_comm_port): New function.
13994 (gdbserver_start): Check if board file provided
13995 "gdbserver,get_comm_port" and use it if so.
13996 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13997 (gdb,socketport): Set to "stdio".
13998 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13999 (stdio_gdbserver_template): Delete.
14000 (${board}_get_remote_address): Update.
14001 (${board}_build_remote_cmd): Delete.
14002 (${board}_get_comm_port): New function.
14003 (${board}_spawn): Update.
14004 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14005 Delete.
14006 (${board}_get_remote_address): Update.
14007 (${board}_get_comm_port): New function.
14008
14009 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
14010
14011 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14012 appearing in any order.
14013
14014 2014-04-15 Doug Evans <dje@google.com>
14015
14016 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14017 uninitialized value of "description".
14018
14019 2014-04-15 Keith Seitz <keiths@redhat.com>
14020
14021 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14022 Remove unused globals.
14023 (test_running_the_program): Likewise.
14024 (test_controlled_execution): Likewise.
14025 (test_controlling_breakpoints): Likewise.
14026 (test_program_termination): Likewise.
14027
14028 2014-04-15 Keith Seitz <keiths@redhat.com>
14029
14030 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14031 unused globals.
14032 (test_rbreak_creation_and_listing): Likewise.
14033 (test_ignore_count): Likewise.
14034 (test_error): Likewise.
14035
14036 2014-04-15 Pedro Alves <palves@redhat.com>
14037
14038 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14039 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14040 sym-file-loader.c.
14041 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14042 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14043 to sym-file-loader.c.
14044 (struct library): Forward declare.
14045 (load_shlib, lookup_function): Change prototypes.
14046 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14047 (translate_offset): Remove declarations.
14048 (get_text_addr): New declaration.
14049 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14050 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14051 sym-file-loader.h.
14052 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14053 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14054 here from sym-file-loader.h.
14055 (struct library): New structure.
14056 (load_shlib, lookup_function): Change prototypes and adjust to
14057 work with a struct library.
14058 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14059 (translate_offset): Make static.
14060 (get_text_addr): New function.
14061 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14062
14063 2014-04-15 Pedro Alves <palves@redhat.com>
14064
14065 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14066
14067 2014-04-15 Pedro Alves <palves@redhat.com>
14068
14069 * gdb.base/sym-file-loader.c: Include <limits.h>.
14070 (SELF_LINK): New define.
14071 (get_origin): New function.
14072 (load_shlib): Use it.
14073 * gdb.base/sym-file.exp: Don't early return if the target is
14074 remote. Use runto_main, and issue fail is that fails. Use
14075 gdb_load_shlibs.
14076 (shlib_name): Delete.
14077 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14078
14079 2014-04-15 Pedro Alves <palves@redhat.com>
14080
14081 * gdb.base/sym-file.exp: Remove regex characters from test
14082 message. Don't refer to breakpoint numbers in test messages.
14083
14084 2014-04-14 Keith Seitz <keiths@redhat.com>
14085
14086 PR c++/16253
14087 * gdb.cp/var-tag.cc: New file.
14088 * gdb.cp/var-tag.exp: New file.
14089 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14090 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14091 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14092 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14093
14094 2014-04-14 Tom Tromey <tromey@redhat.com>
14095
14096 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14097 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14098 type.
14099 * gdb.cp/enum-class.exp: New file.
14100 * gdb.cp/enum-class.cc: New file.
14101
14102 2014-04-14 Tom Tromey <tromey@redhat.com>
14103
14104 * gdb.dwarf2/enum-type.exp: New file.
14105
14106 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14107
14108 * gdb.mi/mi-vla-c99.exp: New file.
14109 * gdb.mi/vla.c: New file.
14110
14111 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14112
14113 * gdb.base/vla-datatypes.c: New file.
14114 * gdb.base/vla-datatypes.exp: New file.
14115
14116 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14117
14118 * gdb.base/vla-ptr.c: New file.
14119 * gdb.base/vla-ptr.exp: New file.
14120
14121 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14122
14123 * gdb.dwarf2/count.exp: New file.
14124
14125 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14126
14127 * gdb.base/vla-sideeffect.c: New file.
14128 * gdb.base/vla-sideeffect.exp: New file.
14129
14130 2014-04-14 David Blaikie <dblaikie@gmail.com>
14131
14132 * gdb.mi/non-stop.c: Add return value for non-void function return
14133 statement.
14134 * gdb.threads/staticthreads.c: Ditto.
14135
14136 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14137 Doug Evans <xdje42@gmail.com>
14138
14139 * gdb.guile/scm-value.c: Improve test case.
14140 * gdb.guile/scm-value.exp: Add new test.
14141
14142 2014-04-11 David Blaikie <dblaikie@gmail.com>
14143
14144 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14145 override Clang's default.
14146
14147 2014-04-11 Joel Brobecker <brobecker@adacore.com>
14148
14149 Revert the following changes (regressions):
14150
14151 * gdb.base/vla-sideeffect.c: New file.
14152 * gdb.base/vla-sideeffect.exp: New file.
14153
14154 * gdb.dwarf2/count.exp: New file.
14155
14156 * gdb.base/vla-multi.c: New file.
14157 * gdb.base/vla-multi.exp: New file.
14158
14159 * gdb.base/vla-ptr.c: New file.
14160 * gdb.base/vla-ptr.exp: New file.
14161
14162 * gdb.base/vla-datatypes.c: New file.
14163 * gdb.base/vla-datatypes.exp: New file.
14164
14165 * gdb.mi/mi-vla-c99.exp: New file.
14166 * gdb.mi/vla.c: New file.
14167
14168 2014-04-11 Keith Seitz <keiths@redhat.com>
14169
14170 PR c++/16675
14171 * gdb.cp/cpsizeof.exp: New file.
14172 * gdb.cp/cpsizeof.cc: New file.
14173
14174 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14175
14176 * gdb.mi/mi-vla-c99.exp: New file.
14177 * gdb.mi/vla.c: New file.
14178
14179 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14180
14181 * gdb.base/vla-datatypes.c: New file.
14182 * gdb.base/vla-datatypes.exp: New file.
14183
14184 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14185
14186 * gdb.base/vla-ptr.c: New file.
14187 * gdb.base/vla-ptr.exp: New file.
14188
14189 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14190
14191 * gdb.base/vla-multi.c: New file.
14192 * gdb.base/vla-multi.exp: New file.
14193
14194 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14195
14196 * gdb.dwarf2/count.exp: New file.
14197
14198 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14199
14200 * gdb.base/vla-sideeffect.c: New file.
14201 * gdb.base/vla-sideeffect.exp: New file.
14202
14203 2014-04-11 Yao Qi <yao@codesourcery.com>
14204
14205 * gdb.base/completion.exp: Check file exists before running tests
14206 on file completion.
14207
14208 2014-04-10 Pedro Alves <palves@redhat.com>
14209
14210 * gdb.base/cond-eval-mode.c: New file.
14211 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14212 prepare_for_testing to build the new file. Check result of
14213 runto_main.
14214 (test_break, test_watch): New procedures.
14215 (top level): Use them.
14216
14217 2014-04-08 Pierre Muller <muller@sourceware.org>
14218
14219 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14220 Ctrl-V use for mingw hosts.
14221
14222 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14223
14224 * gdb.python/py-value.c: Improve test case.
14225 * gdb.python/py-value.exp: Add new test.
14226
14227 2014-04-07 David Blaikie <dblaikie@gmail.com>
14228
14229 * lib/compiler.c: Identify the clang compiler.
14230 * lib/compiler.cc: Ditto.
14231
14232 2014-04-03 Yao Qi <yao@codesourcery.com>
14233
14234 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14235
14236 2014-04-01 Anton Blanchard <anton@samba.org>
14237
14238 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14239 messages unique.
14240
14241 2014-04-01 Anton Blanchard <anton@samba.org>
14242
14243 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14244 prepare_for_testing.
14245
14246 2014-04-01 Anton Blanchard <anton@samba.org>
14247
14248 * gdb.arch/ppc64-atomic-inst.c: Remove.
14249 * gdb.arch/ppc64-atomic-inst.S: New file.
14250 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14251
14252 2014-03-31 Doug Evans <dje@google.com>
14253
14254 * gdb.base/print-symbol-loading-lib.c: New file.
14255 * gdb.base/print-symbol-loading-main.c: New file.
14256 * gdb.base/print-symbol-loading.exp: New file.
14257
14258 2014-03-31 Yao Qi <yao@codesourcery.com>
14259
14260 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14261
14262 2014-03-28 Joel Brobecker <brobecker@adacore.com>
14263
14264 * gdb.ada/mi_dyn_arr: New testcase.
14265
14266 2014-03-27 Doug Evans <dje@google.com>
14267
14268 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14269
14270 2014-03-27 Yao Qi <yao@codesourcery.com>
14271
14272 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14273 if target is nios2-*-*.
14274
14275 2014-03-26 Yao Qi <yao@codesourcery.com>
14276
14277 * lib/gdb.exp (readline_is_used): New proc.
14278 * gdb.base/completion.exp: Move tests on command complete up.
14279 Skip the rest of tests if readline is not used.
14280 * gdb.ada/complete.exp: Skp the test if readline is not
14281 used.
14282 * gdb.base/filesym.exp: Likewise.
14283 * gdb.base/macscp.exp: Likewise.
14284 * gdb.base/readline-ask.exp: Likewise.
14285 * gdb.base/readline.exp: Likewise.
14286 * gdb.python/py-cmd.exp: Likewise.
14287 * gdb.trace/tfile.exp: Likewise.
14288
14289 2014-03-26 Yao Qi <yao@codesourcery.com>
14290
14291 * gdb.base/macscp.exp: Fix code format issues.
14292
14293 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14294
14295 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14296 * gdb.asm/powerpc64le.inc: New file.
14297
14298 2014-03-25 Pedro Alves <palves@redhat.com>
14299 Doug Evans <dje@google.com>
14300
14301 * gdb.base/source-execution.c: New file.
14302 * gdb.base/source-execution.exp: New file.
14303 * gdb.base/source-execution.gdb: New file.
14304
14305 2014-03-24 Doug Evans <dje@google.com>
14306
14307 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14308 using fission.
14309
14310 2014-03-24 Hui Zhu <hui@codesourcery.com>
14311 Pedro Alves <palves@redhat.com>
14312
14313 PR breakpoints/16101
14314 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14315 test pass/fail messages. Detect missing support for dprintf when
14316 breakpoints are actually inserted.
14317 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14318 breakpoints are actually inserted.
14319 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14320 fails.
14321
14322 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14323
14324 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14325
14326 2014-03-22 Doug Evans <xdje42@gmail.com>
14327
14328 * gdb.python/python.exp (python not supported): Verify multi-line
14329 python command issues an error.
14330 * gdb.guile/guile.exp (guile not supported): Verify multi-line
14331 guile command issues an error.
14332
14333 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14334
14335 * gdb.threads/thread-specific.exp: Handle the lack of usable
14336 $this_breakpoint and $this_thread.
14337
14338 2014-03-21 Hui Zhu <hui@codesourcery.com>
14339
14340 * gdb.base/attach.exp (do_command_attach_tests): New.
14341
14342 2014-03-20 Tom Tromey <tromey@redhat.com>
14343 Pedro Alves <palves@redhat.com>
14344
14345 PR cli/15718
14346 * gdb.base/condbreak-call-false.c: New file.
14347 * gdb.base/condbreak-call-false.exp: New file.
14348
14349 2014-03-20 Pedro Alves <palves@redhat.com>
14350
14351 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14352 Delete.
14353 (block_signals, unblock_signals): Delete.
14354 (child_function_2, main): Remove references to deleted variable
14355 and functions.
14356
14357 2014-03-20 Pedro Alves <palves@redhat.com>
14358
14359 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14360 Use pthread_kill to signal thread 2.
14361 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14362 Adjust to make the test send itself a signal rather than using the
14363 host's "kill" command.
14364
14365 2014-03-20 Pedro Alves <palves@redhat.com>
14366
14367 * gdb.threads/multiple-step-overs.c: New file.
14368 * gdb.threads/multiple-step-overs.exp: New file.
14369 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14370 Adjust expected infrun debug output.
14371
14372 2014-03-20 Pedro Alves <palves@redhat.com>
14373
14374 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14375 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14376
14377 2014-03-20 Pedro Alves <palves@redhat.com>
14378
14379 PR breakpoints/7143
14380 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14381 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14382 of gdb_test_multiple.
14383 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14384 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14385
14386 2014-03-20 Pedro Alves <palves@redhat.com>
14387
14388 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14389 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14390
14391 2014-03-19 Pedro Alves <palves@redhat.com>
14392
14393 * gdb.base/async.exp: Remove early return.
14394
14395 2014-03-19 Pedro Alves <palves@redhat.com>
14396
14397 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14398
14399 2014-03-19 Pedro Alves <palves@redhat.com>
14400
14401 * gdb.base/async.exp (test_background): Expect \r\n after
14402 "completed." in the fail pattern.
14403
14404 2014-03-19 Pedro Alves <palves@redhat.com>
14405
14406 * gdb.base/async.exp (test_background): New procedure.
14407 Use it for all background execution command tests.
14408
14409 2014-03-19 Pedro Alves <palves@redhat.com>
14410
14411 * gdb.base/async.exp: Use prepare_for_testing.
14412
14413 2014-03-19 Pedro Alves <palves@redhat.com>
14414
14415 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14416 the same line.
14417
14418 2014-03-19 Pedro Alves <palves@redhat.com>
14419
14420 * gdb.base/async.c (main): Add "jump here" and "until here" line
14421 marker comments.
14422 * gdb.base/async.exp (jump_here): New global.
14423 (jump& test): Use it.
14424 (until_here): New global.
14425 (until& test): Use it.
14426
14427 2014-03-19 Pedro Alves <palves@redhat.com>
14428
14429 * gdb.base/async.exp: Don't frob gdb_protocol.
14430
14431 2014-03-18 Doug Evans <xdje42@gmail.com>
14432
14433 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14434 Fix spelling of exec-done-display.
14435
14436 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14437
14438 PR gdb/15358
14439 * gdb.base/gdb-sigterm.c: New file.
14440 * gdb.base/gdb-sigterm.exp: New file.
14441
14442 2014-03-18 Pedro Alves <palves@redhat.com>
14443
14444 PR gdb/13860
14445 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14446 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14447 solib-event.
14448
14449 2014-03-17 Joel Brobecker <brobecker@adacore.com>
14450
14451 * gdb.ada/pckd_arr_ren: New testcase.
14452
14453 2014-03-13 Doug Evans <xdje42@gmail.com>
14454
14455 PR guile/16612
14456 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14457 collect after discarding symbols.
14458
14459 2014-03-13 Ludovic Courtès <ludo@gnu.org>
14460 Doug Evans <xdje42@gmail.com>
14461
14462 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14463 to history survives a gc.
14464
14465 2014-03-13 Pedro Alves <palves@redhat.com>
14466
14467 * gdb.base/default.exp: Don't test "target procfs".
14468
14469 2014-03-13 Pedro Alves <palves@redhat.com>
14470
14471 * gdb.base/default.exp: Update "target child" and "target procfs"
14472 tests to not expect "Unix".
14473
14474 2014-03-12 Tom Tromey <tromey@redhat.com>
14475
14476 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14477 New procs. Add target-async tests.
14478 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14479 Add target-async tests.
14480
14481 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14482
14483 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14484 'func_start' and 'func_end' for the beginning and end of the
14485 function code, respectively.
14486 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14487 'func_end' instead of 'func' and 'main'.
14488
14489 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14490
14491 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14492 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14493 generate the debug info assembler source.
14494
14495 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14496
14497 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14498 * gdb.dwarf2/arr-subrange.exp: Likewise.
14499 * gdb.dwarf2/dwz.exp: Likewise.
14500 * gdb.dwarf2/method-ptr.exp: Likewise.
14501 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14502 * gdb.dwarf2/subrange.exp: Likewise.
14503 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14504 * gdb.dwarf2/implptrpiece.exp: Likewise.
14505 * gdb.dwarf2/nostaticblock.exp: Likewise.
14506
14507 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14508
14509 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14510 directory to absolute path name arguments.
14511
14512 2014-03-10 Joel Brobecker <brobecker@adacore.com>
14513
14514 * gdb.ada/tagged_access: New testcase.
14515
14516 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14517
14518 * gdb.btrace/data.exp: Update expected output.
14519
14520 2014-03-06 Yao Qi <yao@codesourcery.com>
14521
14522 * gdb.trace/pr16508.exp: New file.
14523
14524 2014-03-05 Pedro Alves <palves@redhat.com>
14525
14526 PR gdb/16575
14527 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14528 procedure.
14529 (top level): Adjust to use it. Add tests that exercise breakpoint
14530 interaction with the code-cache.
14531
14532 2014-02-26 Ludovic Courtès <ludo@gnu.org>
14533
14534 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14535 test for 'history-append!'.
14536
14537 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14538
14539 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14540 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14541 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14542 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14543 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14544 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14545
14546 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14547
14548 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14549 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14550 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14551
14552 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14553
14554 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14555
14556 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14557
14558 * gdb.dwarf2/arr-stride.c: New file.
14559 * gdb.dwarf2/arr-stride.exp: New file.
14560
14561 2014-02-26 Pedro Alves <palves@redhat.com>
14562
14563 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14564 that won't ever trigger. Make sure that GDB reports the correct
14565 breakpoint that caused the stop.
14566
14567 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14568
14569 PR gdb/16626
14570 * gdb.base/auto-load-script: New file.
14571 * gdb.base/auto-load.c: New file.
14572 * gdb.base/auto-load.exp: New file.
14573
14574 PR gdb/16626
14575 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14576
14577 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14578
14579 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14580 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14581
14582 2014-02-24 Doug Evans <dje@google.com>
14583
14584 * lib/gdb.exp (run_on_host): Log error output if program fails.
14585
14586 2014-02-21 Pedro Alves <palves@redhat.com>
14587
14588 * gdb.threads/step-after-sr-lock.c: Rename to ...
14589 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14590 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14591 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14592 ... this.
14593
14594 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14595
14596 PR tdep/16397
14597 * gdb.arch/amd64-stap-special-operands.exp: New file.
14598 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14599 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14600 * gdb.arch/amd64-stap-triplet.S: Likewise.
14601 * gdb.arch/amd64-stap-triplet.c: Likewise.
14602
14603 2014-02-20 Joel Brobecker <brobecker@adacore.com>
14604
14605 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14606 in .section pseudo-op.
14607
14608 2014-02-20 lin zuojian <manjian2006@gmail.com>
14609 Joel Brobecker <brobecker@adacore.com>
14610 Doug Evans <xdje42@gmail.com>
14611
14612 PR symtab/16581
14613 * gdb.dwarf2/dw2-icycle.S: New file.
14614 * gdb.dwarf2/dw2-icycle.c: New file.
14615 * gdb.dwarf2/dw2-icycle.exp: New file.
14616
14617 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14618
14619 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14620 operations on gdb.Value objects.
14621 * gdb.python/py-value-cc.exp: Add new test to test operations on
14622 gdb.Value objects.
14623
14624 2014-02-18 Doug Evans <dje@google.com>
14625
14626 * Makefile.in (TESTS): New variable.
14627 (expanded_tests, expanded_tests_or_none): New variables
14628 (check-single): Pass $(expanded_tests_or_none) to runtest.
14629 (check-parallel): Only run tests in $(TESTS) if non-empty.
14630 (check/no-matching-tests-found): New rule.
14631 * README: Document TESTS makefile variable.
14632
14633 2014-02-18 Doug Evans <dje@google.com>
14634
14635 * Makefile.in (check-parallel): rm -rf outputs temp.
14636
14637 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14638
14639 Fix "ERROR: no fileid for" in the testsuite.
14640 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14641
14642 2014-02-12 Doug Evans <dje@google.com>
14643
14644 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14645 (MISCELLANEOUS): New variable.
14646 (clean): rm -rf $(MISCELLANEOUS).
14647 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14648 dwp live in the same directory as symlinks, with each symlink pointed
14649 to a differently named file in a different directory.
14650
14651 2014-02-11 Doug Evans <dje@google.com>
14652
14653 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14654 of Tcl file commands.
14655
14656 2014-02-10 Mark Kettenis <kettenis@gnu.org>
14657
14658 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14659 "kill -SIGUSR1 -1".
14660
14661 2014-02-10 Joel Brobecker <brobecker@adacore.com>
14662
14663 * gdb.ada/tick_length_array_enum_idx: New testcase.
14664
14665 2014-02-10 Doug Evans <xdje42@gmail.com>
14666
14667 * configure.ac (AC_OUTPUT): Add gdb.guile.
14668 * configure: Regenerate.
14669 * lib/gdb-guile.exp: New file.
14670 * lib/gdb.exp (get_target_charset): New function.
14671 * gdb.base/help.exp: Update expected output from "apropos apropos".
14672 * gdb.guile/Makefile.in: New file.
14673 * gdb.guile/guile.exp: New file.
14674 * gdb.guile/scm-arch.c: New file.
14675 * gdb.guile/scm-arch.exp: New file.
14676 * gdb.guile/scm-block.c: New file.
14677 * gdb.guile/scm-block.exp: New file.
14678 * gdb.guile/scm-breakpoint.c: New file.
14679 * gdb.guile/scm-breakpoint.exp: New file.
14680 * gdb.guile/scm-disasm.c: New file.
14681 * gdb.guile/scm-disasm.exp: New file.
14682 * gdb.guile/scm-equal.c: New file.
14683 * gdb.guile/scm-equal.exp: New file.
14684 * gdb.guile/scm-error.exp: New file.
14685 * gdb.guile/scm-error.scm: New file.
14686 * gdb.guile/scm-frame-args.c: New file.
14687 * gdb.guile/scm-frame-args.exp: New file.
14688 * gdb.guile/scm-frame-args.scm: New file.
14689 * gdb.guile/scm-frame-inline.c: New file.
14690 * gdb.guile/scm-frame-inline.exp: New file.
14691 * gdb.guile/scm-frame.c: New file.
14692 * gdb.guile/scm-frame.exp: New file.
14693 * gdb.guile/scm-generics.exp: New file.
14694 * gdb.guile/scm-gsmob.exp: New file.
14695 * gdb.guile/scm-iterator.c: New file.
14696 * gdb.guile/scm-iterator.exp: New file.
14697 * gdb.guile/scm-math.c: New file.
14698 * gdb.guile/scm-math.exp: New file.
14699 * gdb.guile/scm-objfile-script-gdb.in: New file.
14700 * gdb.guile/scm-objfile-script.c: New file.
14701 * gdb.guile/scm-objfile-script.exp: New file.
14702 * gdb.guile/scm-objfile.c: New file.
14703 * gdb.guile/scm-objfile.exp: New file.
14704 * gdb.guile/scm-ports.exp: New file.
14705 * gdb.guile/scm-pretty-print.c: New file.
14706 * gdb.guile/scm-pretty-print.exp: New file.
14707 * gdb.guile/scm-pretty-print.scm: New file.
14708 * gdb.guile/scm-section-script.c: New file.
14709 * gdb.guile/scm-section-script.exp: New file.
14710 * gdb.guile/scm-section-script.scm: New file.
14711 * gdb.guile/scm-symbol.c: New file.
14712 * gdb.guile/scm-symbol.exp: New file.
14713 * gdb.guile/scm-symtab-2.c: New file.
14714 * gdb.guile/scm-symtab.c: New file.
14715 * gdb.guile/scm-symtab.exp: New file.
14716 * gdb.guile/scm-type.c: New file.
14717 * gdb.guile/scm-type.exp: New file.
14718 * gdb.guile/scm-value-cc.cc: New file.
14719 * gdb.guile/scm-value-cc.exp: New file.
14720 * gdb.guile/scm-value.c: New file.
14721 * gdb.guile/scm-value.exp: New file.
14722 * gdb.guile/source2.scm: New file.
14723 * gdb.guile/types-module.cc: New file.
14724 * gdb.guile/types-module.exp: New file.
14725
14726 2014-02-10 Yao Qi <yao@codesourcery.com>
14727
14728 PR testsuite/16543
14729 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14730 * configure: Regenerated.
14731 * Makefile.in: New file.
14732
14733 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14734
14735 * gdb.python/py-framefilter.exp: Fix typo.
14736
14737 2014-02-08 Yao Qi <yao@codesourcery.com>
14738
14739 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14740 that no =breakpoint-modified is emitted when breakpoints are
14741 modified through MI commands.
14742
14743 2014-02-07 Pedro Alves <pedro@codesourcery.com>
14744 Pedro Alves <palves@redhat.com>
14745
14746 * gdb.threads/step-after-sr-lock.c: New file.
14747 * gdb.threads/step-after-sr-lock.exp: New file.
14748
14749 2014-02-07 Pedro Alves <palves@redhat.com>
14750
14751 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14752
14753 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14754
14755 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14756 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14757
14758 2014-02-06 Doug Evans <xdje42@gmail.com>
14759
14760 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14761 output.
14762
14763 * gdb.gdb/python-interrupts.exp: New file.
14764
14765 2014-02-05 Yao Qi <yao@codesourcery.com>
14766
14767 * gdb.trace/report.exp (use_collected_data): Test the output
14768 of "info threads" and "info inferiors".
14769
14770 2014-02-05 Yao Qi <yao@codesourcery.com>
14771
14772 Revert this patch:
14773
14774 2013-05-24 Yao Qi <yao@codesourcery.com>
14775
14776 * gdb.trace/tfile.exp: Test inferior and thread.
14777
14778 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14779
14780 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14781 on a function.
14782 * gdb.base/step-bt.c: Call hello via function pointer to make
14783 sure its first instruction is executed on powerpc64le-linux.
14784
14785 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14786
14787 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14788
14789 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14790
14791 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14792 of the test patterns for use on little-endian systems.
14793
14794 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14795
14796 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14797 (decimal_vector): Fix for little-endian.
14798
14799 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14800
14801 * gdb.arch/sparc-sysstep.exp: New file.
14802 * gdb.arch/sparc-sysstep.c: Likewise.
14803
14804 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14805
14806 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14807
14808 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14809
14810 2014-01-23 Tom Tromey <tromey@redhat.com>
14811
14812 * gdb.ada/array_char_idx: New testcase.
14813
14814 2014-01-23 Tom Tromey <tromey@redhat.com>
14815
14816 PR python/16487:
14817 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14818 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14819 classes.
14820
14821 2014-01-23 Tom Tromey <tromey@redhat.com>
14822
14823 PR python/16491:
14824 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14825 string from an inferior frame.
14826 * gdb.python/py-framefilter-mi.exp: Update.
14827
14828 2014-01-22 Doug Evans <dje@google.com>
14829
14830 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14831
14832 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14833
14834 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14835
14836 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14837
14838 * gdb.trace/entry-values.exp: Remove excess space character from
14839 regex patterns. Handle s390 call instruction.
14840
14841 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14842
14843 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14844 define "*_start" label. Make "name" static.
14845 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14846 ${name} by references to ${name}_start.
14847
14848 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14849
14850 * gdb.base/info-macros.exp: Remove "debug" from the compile
14851 options.
14852
14853 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14854
14855 * gdb.dlang/demangle.exp: New file.
14856
14857 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14858
14859 * gdb.dlang/primitive-types.exp: New file.
14860
14861 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14862
14863 * configure.ac: Create gdb.dlang/Makefile.
14864 * configure: Regenerate.
14865 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14866 * gdb.dlang/Makefile.in: New file.
14867 * lib/d-support.exp: New file.
14868 * lib/gdb.exp (skip_d_tests): New proc.
14869
14870 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14871
14872 * gdb.btrace/delta.exp: Check reverse stepi.
14873 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14874 * gdb.btrace/finish.exp: New.
14875 * gdb.btrace/next.exp: New.
14876 * gdb.btrace/nexti.exp: New.
14877 * gdb.btrace/record_goto.c: Add comments.
14878 * gdb.btrace/step.exp: New.
14879 * gdb.btrace/stepi.exp: New.
14880 * gdb.btrace/multi-thread-step.c: New.
14881 * gdb.btrace/multi-thread-step.exp: New.
14882 * gdb.btrace/rn-dl-bind.c: New.
14883 * gdb.btrace/rn-dl-bind.exp: New.
14884 * gdb.btrace/data.c: New.
14885 * gdb.btrace/data.exp: New.
14886 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14887
14888 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14889
14890 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14891 * gdb.btrace/exception.exp: Update.
14892 * gdb.btrace/instruction_history.exp: Update.
14893 * gdb.btrace/record_goto.exp: Update.
14894 * gdb.btrace/tailcall.exp: Update.
14895 * gdb.btrace/unknown_functions.exp: Update.
14896 * gdb.btrace/delta.exp: New.
14897
14898 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14899
14900 * gdb.btrace/record_goto.exp: Add backtrace test.
14901 * gdb.btrace/tailcall.exp: Add backtrace test.
14902
14903 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14904
14905 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14906 * gdb.btrace/record_goto.c: New.
14907 * gdb.btrace/record_goto.exp: New.
14908 * gdb.btrace/x86-record_goto.S: New.
14909
14910 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14911
14912 * gdb.btrace/function_call_history.exp: Update tests.
14913 * gdb.btrace/instruction_history.exp: Update tests.
14914
14915 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14916
14917 * gdb.btrace/function_call_history.exp: Fix expected field
14918 order for "record function-call-history".
14919 Add new tests for "record function-call-history /c".
14920 * gdb.btrace/exception.cc: New.
14921 * gdb.btrace/exception.exp: New.
14922 * gdb.btrace/tailcall.exp: New.
14923 * gdb.btrace/x86-tailcall.S: New.
14924 * gdb.btrace/x86-tailcall.c: New.
14925 * gdb.btrace/unknown_functions.c: New.
14926 * gdb.btrace/unknown_functions.exp: New.
14927 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14928
14929 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14930
14931 * gdb.btrace/instruction_history.exp: Update.
14932 * gdb.btrace/function_call_history.exp: Update.
14933
14934 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14935
14936 * gdb.btrace/function_call_history.exp: Fix expected function
14937 trace.
14938 * gdb.btrace/instruction_history.exp: Initialize traced.
14939 Remove traced_functions.
14940
14941 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14942
14943 * gdb.btrace/function_call_history.exp: Update
14944 * gdb.btrace/instruction_history.exp: Update.
14945
14946 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14947
14948 * gdb.btrace/enable.exp: Update expected text.
14949
14950 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14951
14952 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14953 bytes.
14954
14955 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14956
14957 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14958
14959 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
14960
14961 * lib/gdb.exp (supports_process_record): Return true for
14962 arm*-linux*. (supports_reverse): Likewise.
14963
14964 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14965
14966 PR python/15464
14967 PR python/16113
14968 * gdb.python/py-type.c: Enhance test case.
14969 * gdb.python/py-value-cc.cc: Likewise
14970 * gdb.python/py-type.exp: Add new tests.
14971 * gdb.python/py-value-cc.exp: Likewise
14972
14973 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14974 Pedro Alves <palves@redhat.com>
14975
14976 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14977 Make "name" extern.
14978 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14979 references to ${name}_start by references to ${name}.
14980
14981 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14982
14983 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14984
14985 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14986
14987 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14988
14989 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14990 Pedro Alves <palves@redhat.com>
14991
14992 * gdb.mi/mi-info-os.exp: Connect to the target with
14993 mi_gdb_target_load.
14994
14995 2014-01-08 Pedro Alves <palves@redhat.com>
14996
14997 * gdb.threads/reconnect-signal.c: New file.
14998 * gdb.threads/reconnect-signal.exp: New file.
14999
15000 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15001
15002 * gdb.base/source-dir.exp: New file.
15003
15004 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15005
15006 * gdb.ada/mi_interface: New testcase.
15007
15008 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15009
15010 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15011 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15012 gdb.ada/pp-rec-component/pck.ads: New files.
15013
15014 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15015
15016 * gdb.python/py-pp-integral.c: New file.
15017 * gdb.python/py-pp-integral.py: New file.
15018 * gdb.python/py-pp-integral.exp: New file.
15019
15020 For older changes see ChangeLog-1993-2013.
15021 \f
15022 ;; Local Variables:
15023 ;; mode: change-log
15024 ;; left-margin: 8
15025 ;; fill-column: 74
15026 ;; version-control: never
15027 ;; End:
15028
15029 Copyright 2014-2018 Free Software Foundation, Inc.
15030 Copying and distribution of this file, with or without modification,
15031 are permitted provided the copyright notice and this notice are preserved.
This page took 0.393681 seconds and 4 git commands to generate.