gdb: Update test pattern to deal with native-extended-gdbserver
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
2
3 * gdb.base/annota1.exp: Update a test regexp.
4
5 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6
7 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
8
9 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
10
11 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
12 (reuse_time): Initialize to REUSE_TIME_CAP.
13 (check_rc): New function.
14 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
15 Check pthread_create rc.
16 (spawner_thread_func): Check pthread_create and pthread_join rc.
17
18 2018-12-08 Pedro Alves <palves@redhat.com>
19
20 * gdb.base/list.exp (test_forward_search): Rename to ...
21 (test_forward_reverse_search): ... this. Also test reverse-search
22 and the forward-search alias.
23
24 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
27 local timeout variable before return, and remove all local timeout
28 variable entirely.
29 (gdb_load): Likewise.
30
31 2018-12-01 Tom de Vries <tdevries@suse.de>
32
33 * gdb.base/gdb-caching-proc.exp: New file.
34
35 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
36
37 * Makefile.in (TIMESTAMP): New variable.
38 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
39 command.
40 (check-single-racy): Likewise.
41 (check/%.exp): Likewise.
42 (check-racy/%.exp): Likewise.
43 (workers/%.worker): Likewise.
44 (build-perf): Likewise.
45 (check-perf): Likewise.
46 * README: Describe new "TS" and "TS_FORMAT" variables.
47 * print-ts.py: New file.
48
49 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
50
51 PR python/23714
52 * gdb.python/python.exp: Test command repetition after
53 gdb.execute.
54
55 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
56
57 * gdb.opt/inline-break.exp: Add test that info breakpoint output
58 is correctly aligned.
59
60 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
61
62 * gdb.ada/info_auto_lang.exp: New testcase.
63 * gdb.ada/info_auto_lang/global_pack.ads: New file.
64 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
65 * gdb.ada/info_auto_lang/some_c.c: New file.
66
67 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
68
69 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
70 FUNC_lang language syntax.
71
72 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
73
74 * gdb.base/info_minsym.c: New file.
75 * gdb.base/info_minsym.exp: New file.
76
77 2018-11-19 Tom Tromey <tom@tromey.com>
78
79 PR rust/23625:
80 * gdb.rust/simple.exp: Add ptype test. Update expected output.
81 * gdb.rust/expr.exp: Update expected output. Change one test.
82
83 2018-11-19 Tom Tromey <tom@tromey.com>
84
85 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
86
87 2018-11-19 Pedro Alves <palves@redhat.com>
88
89 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
90 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
91 see the expected warning.
92
93 2018-11-16 Alan Hayward <alan.hayward@arm.com>
94
95 PR gdb/22736:
96 * gdb.cp/infcall-nodebug-lib.c: New test.
97 * gdb.cp/infcall-nodebug-main.c: New test.
98 * gdb.cp/infcall-nodebug.exp: New file.
99
100 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
101
102 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
103 completer tests.
104
105 2018-11-09 Tom de Vries <tdevries@suse.de>
106
107 * gdb.base/msym-lang.c: New test.
108 * gdb.base/msym-lang.exp: New file.
109 * gdb.base/msym-lang-main.c: New test.
110
111 2018-11-08 Tom Tromey <tom@tromey.com>
112
113 PR gdb/23555:
114 PR gdb/23838:
115 * gdb.base/warning.exp: New file.
116
117 2018-11-08 Jan Beulich <jbeulich@suse.com>
118
119 * testsuite/gdb.arch/i386-avx512.c,
120 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
121
122 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
123
124 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
125 point hardware.
126
127 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
128
129 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
130 * gdb.dwarf2/missing-type-name.exp: New file.
131
132 2018-11-06 Tom de Vries <tdevries@suse.de>
133
134 * gdb.base/many-headers.c: New test.
135 * gdb.base/many-headers.exp: New file.
136
137 2018-11-06 Jim Wilson <jimw@sifive.com>
138
139 * gdb.base/code_elim.exp: For riscv, set additional_flags
140 to include -msmall-data-limit=0.
141
142 2018-11-01 Joel Brobecker <brobecker@adacore.com>
143
144 * gdb.ada/watch_minus_l: New testcase.
145
146 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
147
148 * gdb.arch/aix-sighandle.c: New file.
149 * gdb.arch/aix-sighandle.exp: New file.
150
151 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
152
153 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
154 registers being unions.
155
156 2018-10-31 Tom de Vries <tdevries@suse.de>
157
158 * lib/valgrind.exp: New file.
159 (vgdb_start, vgdb_stop): New procs, factored out of ...
160 * gdb.base/valgrind-bt.exp: ... here, ...
161 * gdb.base/valgrind-disp-step.exp: ... here and ...
162 * gdb.base/valgrind-infcall.exp: ... here.
163
164 2018-10-31 Tom de Vries <tdevries@suse.de>
165
166 * lib/gdb.exp (get_valueof): Don't output read value in test name.
167
168 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
169
170 * gdb.dwarf2/void-type.c: New file.
171 * gdb.dwarf2/void-type.exp: New file.
172
173 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
174
175 * gdb.base/info_qt.c: New file.
176 * gdb.base/info_qt.exp: New file.
177
178 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
179
180 * gdb.arch/powerpc-htm-regs.c: New file.
181 * gdb.arch/powerpc-htm-regs.exp: New file.
182
183 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
184
185 * gdb.arch/powerpc-tar.c: New file.
186 * gdb.arch/powerpc-tar.exp: New file.
187
188 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
189
190 * gdb.arch/powerpc-ppr-dscr.c: New file.
191 * gdb.arch/powerpc-ppr-dscr.exp: New file.
192
193 2018-10-25 Tom de Vries <tdevries@suse.de>
194
195 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
196
197 2018-10-24 Tom de Vries <tdevries@suse.de>
198
199 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
200 longer exists error.
201
202 2018-10-24 Tom de Vries <tdevries@suse.de>
203
204 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
205
206 2018-10-24 Tom de Vries <tdevries@suse.de>
207
208 * gdb.base/valgrind-db-attach.exp: Handle removed support for
209 --db-attach in valgrind.
210
211 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
212
213 * gdb.arch/riscv-reg-aliases.c: New file.
214 * gdb.arch/riscv-reg-aliases.exp: New file.
215
216 2018-10-19 Alan Hayward <alan.hayward@arm.com>
217
218 * gdb.python/py-cmd.exp: Check for gdb_prompt.
219
220 2018-10-19 Alan Hayward <alan.hayward@arm.com>
221
222 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
223
224 2018-10-19 Alan Hayward <alan.hayward@arm.com>
225
226 * gdb.cp/ovldbreak.exp: Fix regexps.
227
228 2018-10-19 Alan Hayward <alan.hayward@arm.com>
229
230 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
231
232 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
233
234 PR cli/23785
235 * gdb.base/restore.exp: New test to check if "restore" with an
236 invalid file doesn't segfault.
237
238 2018-10-18 Tom de Vries <tdevries@suse.de>
239
240 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
241 * gdb.ada/excep_handle.exp: Same.
242 * gdb.ada/mi_string_access.exp: Same.
243 * gdb.ada/mi_var_union.exp: Same.
244 * gdb.arch/arc-analyze-prologue.exp: Same.
245 * gdb.arch/arc-decode-insn.exp: Same.
246 * gdb.base/readnever.exp: Same.
247 * gdb.fortran/printing-types.exp: Same.
248 * gdb.guile/scm-lazy-string.exp: Same.
249
250 2018-10-16 Tom de Vries <tdevries@suse.de>
251
252 PR gdb/23730
253 * gdb.base/catch-follow-exec.c: Add copyright notice.
254 * gdb.base/catch-follow-exec.exp: Rewrite to use
255 gdb_spawn_with_cmdline_opts. Require gdb-native.
256
257 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
258
259 * gdb.trace/actions-changed.exp: Check for arch support.
260 * gdb.trace/actions.exp: Likewise.
261 * gdb.trace/ax.exp: Likewise.
262 * gdb.trace/backtrace.exp: Likewise.
263 * gdb.trace/change-loc.exp: Likewise.
264 * gdb.trace/deltrace.exp: Likewise.
265 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
266 * gdb.trace/ftrace.exp: Likewise.
267 * gdb.trace/infotrace.exp: Check for arch support.
268 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
269 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
270 * gdb.trace/mi-tsv-changed.exp: Likewise.
271 * gdb.trace/packetlen.exp: Likewise.
272 * gdb.trace/passc-dyn.exp: Likewise.
273 * gdb.trace/passcount.exp: Likewise.
274 * gdb.trace/pending.exp: Likewise.
275 * gdb.trace/range-stepping.exp: Check for shlib support.
276 * gdb.trace/report.exp: Check for arch support.
277 * gdb.trace/save-trace.exp: Likewise.
278 * gdb.trace/signal.exp: Check for signal support.
279 * gdb.trace/tfind.exp: Check for arch support.
280 * gdb.trace/trace-break.exp: Check for arch and shlib support.
281 * gdb.trace/trace-common.h: Add comment.
282 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
283 * gdb.trace/trace-enable-disable.exp: Likewise.
284 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
285 * gdb.trace/tracecmd.exp: Check for arch support.
286 * gdb.trace/tspeed.exp: Check for shlib and target support.
287 * gdb.trace/tstatus.exp: Check for arch support.
288 * gdb.trace/tsv.exp: Likewise.
289 * gdb.trace/while-dyn.exp: Likewise.
290 * gdb.trace/while-stepping.exp: Likewise.
291 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
292
293 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
294
295 * gdb.trace/tspeed.exp: Remove nowarnings.
296 (prepare_for_trace_test): Declare "global ipalib".
297 * gdb.trace/tspeed.c: Include unistd.h.
298 (main): Remove superfluous printf argument.
299
300 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
301
302 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
303 directory prefix on the filename.
304
305 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
306
307 * gdb.gdb/unittest.exp: Update expected message informing that
308 selftests have been disabled.
309 * gdb.server/unittest.exp: Likewise.
310
311 2018-10-09 Tom de Vries <tdevries@suse.de>
312
313 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
314 with runto_main.
315
316 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
317
318 PR c++/16841
319 * gdb.cp/virtbase2.cc: New file.
320 * gdb.cp/virtbase2.exp: New file.
321
322 2018-10-06 Tom Tromey <tom@tromey.com>
323
324 PR python/19399:
325 * gdb.python/py-inferior.exp: Add architecture test.
326
327 2018-10-06 Tom Tromey <tom@tromey.com>
328
329 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
330 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
331
332 2018-10-06 Tom Tromey <tom@tromey.com>
333
334 * gdb.python/py-breakpoint.exp (check_last_event): Check location
335 of a "throw" catchpoint.
336
337 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
338
339 * gdb.base/info-proc.exp: Update string expected from "help info
340 proc".
341
342 2018-10-04 Tom Tromey <tom@tromey.com>
343
344 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
345 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
346 (test_initial_complaints, test_empty_complaints): Update.
347 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
348
349 2018-10-04 Tom Tromey <tom@tromey.com>
350
351 PR cli/19551:
352 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
353 * lib/gdb.exp (gdb_file_cmd): Update.
354 * gdb.stabs/weird.exp (print_weird_var): Update.
355 * gdb.server/solib-list.exp: Update.
356 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
357 * gdb.mi/mi-cli.exp: Update.
358 * gdb.linespec/linespec.exp: Update.
359 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
360 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
361 * gdb.cp/cp-relocate.exp: Update.
362 * gdb.base/sym-file.exp: Update.
363 * gdb.base/relocate.exp: Update.
364 * gdb.base/readnever.exp: Update.
365 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
366 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
367 * gdb.base/dbx.exp (gdb_file_cmd): Update.
368 * gdb.base/code_elim.exp: Update.
369 * gdb.base/break-unload-file.exp (test_break): Update.
370 * gdb.base/break-interp.exp (test_attach_gdb): Update.
371 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
372 Update.
373 * gdb.base/attach.exp (do_attach_tests): Update.
374 * gdb.base/sepdebug.exp: Update.
375 * gdb.python/py-section-script.exp: Update.
376
377 2018-10-04 Tom Tromey <tom@tromey.com>
378
379 PR cli/22234:
380 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
381 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
382 output.
383
384 2018-10-04 Tom Tromey <tom@tromey.com>
385
386 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
387 set width and height to 0.
388 (test_command_line_attach_run): Use -quiet.
389
390 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
391
392 * lib/gdb.exp (skip_ifunc_tests): New.
393 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
394 other compile failures.
395 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
396
397 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
398
399 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
400 is_amd64_regs_target.
401
402 2018-10-01 Alan Hayward <alan.hayward@arm.com>
403
404 * gdb.arch/aarch64-sighandler-regs.c: New test.
405 * gdb.arch/aarch64-sighandler-regs.exp: New file.
406 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
407
408 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
409
410 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
411 assembly.
412
413 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
414
415 * gdb.base/frame-selection.exp: New file.
416 * gdb.base/frame-selection.c: New file.
417
418 2018-09-27 Alan Hayward <alan.hayward@arm.com>
419
420 * gdb.threads/check-libthread-db.c (thread_routine): Use a
421 pthread barrier.
422 (main): Likewise.
423
424 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
425
426 * gdb.base/large-frame-1.c: New file.
427 * gdb.base/large-frame-2.c: New file.
428 * gdb.base/large-frame.exp: New file.
429 * gdb.base/large-frame.h: New file.
430
431 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
432
433 PR gdb/20948
434 * gdb.base/write_mem.exp: New test.
435 * gdb.base/write_mem.c: Likewise.
436
437 2018-09-23 Tom Tromey <tom@tromey.com>
438
439 PR python/18852:
440 * gdb.python/py-parameter.exp: Add test for parameter that throws
441 on "set".
442
443 2018-09-23 Tom Tromey <tom@tromey.com>
444
445 PR python/17284:
446 * gdb.python/py-template.exp (test_template_arg): Add test for
447 negative template argument number.
448
449 2018-09-23 Tom Tromey <tom@tromey.com>
450
451 PR python/14062:
452 * gdb.python/python.exp: Add test for post_event error.
453
454 2018-09-23 Tom Tromey <tom@tromey.com>
455
456 PR python/18170:
457 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
458 convert pointers to int and long.
459
460 2018-09-23 Tom Tromey <tom@tromey.com>
461
462 PR python/20126:
463 * gdb.python/py-value.exp (test_value_numeric_ops): Add
464 signed-ness conversion tests.
465
466 2018-09-23 Tom Tromey <tom@tromey.com>
467
468 PR python/18352;
469 * gdb.python/py-value.exp (test_float_conversion): New proc.
470 Use it.
471
472 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
473
474 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
475
476 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
477
478 * gdb.base/complete-empty.exp: Skip tab-completion tests if
479 no readline.
480 * gdb.base/utf8-identifiers.exp: Likewise.
481 * gdb.cp/cpcompletion.exp: Likewise.
482 * gdb.linespec/cpcompletion.exp: Likewise.
483 * gdb.linespec/cpls-abi-tag.exp: Likewise.
484 * gdb.linespec/cpls-ops.exp: Likewise.
485
486 2018-09-19 Richard Bunt <richard.bunt@arm.com>
487 Chris January <chris.january@arm.com>
488
489 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
490 * gdb.fortran/short-circuit-argument-list.exp: New file.
491 * gdb.fortran/short-circuit-argument-list.f90: New test.
492
493 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
494
495 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
496 "arch=" keyword when executing "-stack-list-frames".
497
498 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
499
500 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
501 "arch=" keyword when executing "-stack-list-frames".
502
503 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
504
505 * gdb.ada/complete.exp: Expect for "@" when doing "complete
506 break ada".
507
508 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
509
510 PR python/23669
511 * gdb.python/python.exp: Test gdb.execute("show commands").
512
513 2018-09-16 Tom Tromey <tom@tromey.com>
514
515 * gdb.base/new-ui.exp (do_execution_tests): Update.
516 * gdb.base/dbx.exp (test_breakpoints): Update.
517
518 2018-09-14 Alan Hayward <alan.hayward@arm.com>
519
520 * lib/gdb.exp (gdb_simple_compile): Add proc.
521 (is_elf_target): Use gdb_simple_compile.
522 (skip_altivec_tests): Likewise.
523 (skip_vsx_tests): Likewise.
524 (skip_tsx_tests): Likewise.
525 (skip_btrace_tests): Likewise.
526 (skip_btrace_pt_tests): Likewise.
527 (gdb_can_simple_compile): Likewise.
528 (gdb_has_argv0): Likewise.
529 (gdb_target_symbol_prefix): Likewise.
530 (target_supports_scheduler_locking): Likewise.
531
532 2018-09-13 Tom Tromey <tom@tromey.com>
533
534 * Makefile.in (TAGS): Recognize proc_with_prefix and
535 gdb_caching_proc.
536
537 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
538
539 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
540 method.
541
542 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
543
544 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
545 and a few other Inferior properties when the Inferior is no
546 longer valid.
547
548 2018-09-13 Tom Tromey <tom@tromey.com>
549
550 PR rust/23650:
551 * gdb.rust/simple.exp: Add test for enum field access error.
552
553 2018-09-13 Tom Tromey <tom@tromey.com>
554
555 PR rust/23626:
556 * gdb.rust/simple.rs (EmptyEnum): New type.
557 (main): Use it.
558 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
559
560 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
561
562 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
563 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
564 * gdb.python/py-symtab.exp: Update test printing an objfile.
565
566 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
567
568 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
569 object.
570
571 2018-09-12 Alan Hayward <alan.hayward@arm.com>
572
573 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
574 (support_complex_tests): Use gdb_can_simple_compile.
575 (is_ilp32_target): Likewise.
576 (is_lp64_target): Likewise.
577 (is_64_target): Likewise.
578 (is_amd64_regs_target): Likewise.
579 (is_aarch32_target): Likewise.
580 (gdb_int128_helper): Likewise.
581
582 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
583
584 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
585
586 2018-09-10 Jerome Guitton <guitton@adacore.com>
587
588 * gdb.ada/same_component_name: Add test for case of tagged record
589 with variable-length fields.
590
591 2018-09-10 Xavier Roirand <roirand@adacore.com>
592
593 * gdb.ada/access_to_unbounded_array.exp: New testcase.
594 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
595 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
596 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
597
598 2018-09-10 Xavier Roirand <roirand@adacore.com>
599
600 * gdb.ada/mi_string_access.exp: New testcase.
601 * gdb.ada/mi_string_access/bar.adb: New file.
602 * gdb.ada/mi_string_access/pck.adb: New file.
603 * gdb.ada/mi_string_access/pck.asd: New file.
604
605 2018-09-10 Xavier Roirand <roirand@adacore.com>
606
607 * gdb.ada/mi_var_union.exp: New testcase.
608 * gdb.ada/mi_var_union/bar.adb: New file.
609 * gdb.ada/mi_var_union/pck.adb: New file.
610 * gdb.ada/mi_var_union/pck.asd: New file.
611
612 2018-09-08 Tom Tromey <tom@tromey.com>
613
614 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
615
616 2018-09-08 Tom Tromey <tom@tromey.com>
617
618 PR python/16047:
619 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
620 (register_pretty_printers): Register new printer.
621 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
622 test.
623 * gdb.python/py-prettyprint.c (int_type3): New typedef.
624 (an_int_type3): New global.
625
626 2018-09-08 Joel Brobecker <brobecker@adacore.com>
627
628 * gdb.ada/expr_with_funcall: New testcase.
629
630 2018-09-08 Joel Brobecker <brobecker@adacore.com>
631
632 * gdb.ada/packed_array_assign: New testcase.
633
634 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
635
636 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
637 names, and add test prefixes to make test names unique.
638
639 2018-09-05 Tom de Vries <tdevries@suse.de>
640
641 * gdb.dwarf2/varval.exp: Add test.
642
643 2018-09-04 Gary Benson <gbenson@redhat.com>
644
645 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
646 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
647
648 2018-08-31 Tom Tromey <tom@tromey.com>
649
650 * gdb.rust/simple.rs: Rename second variable "v".
651
652 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
653
654 * gdb.base/funcargs.c (use_a): New function.
655 (recurse): Call use_a.
656
657 2018-08-29 Keith Seitz <keiths@redhat.com>
658
659 * gdb.compile/compile-cplus-anonymous.cc: New file.
660 * gdb.compile/compile-cplus-anonymous.exp: New file.
661 * gdb.compile/compile-cplus-array-decay.cc: New file.
662 * gdb.compile/compile-cplus-array-decay.exp: New file.
663 * gdb.compile/compile-cplus-inherit.cc: New file.
664 * gdb.compile/compile-cplus-inherit.exp: New file.
665 * gdb.compile/compile-cplus-member.cc: New file.
666 * gdb.compile/compile-cplus-member.exp: New file.
667 * gdb.compile/compile-cplus-method.cc: New file.
668 * gdb.compile/compile-cplus-method.exp: New file.
669 * gdb.compile/compile-cplus-mod.c: "New" file.
670 * gdb.compile/compile-cplus-namespace.cc: New file.
671 * gdb.compile/compile-cplus-namespace.exp: New file.
672 * gdb.compile/compile-cplus-nested.cc: New file.
673 * gdb.compile/compile-cplus-nested.exp: New file.
674 * gdb.compile/compile-cplus-print.c: "New" file.
675 * gdb.compile/compile-cplus-print.exp: "New" file.
676 * gdb.compile/compile-cplus-virtual.cc: New file.
677 * gdb.compile/compile-cplus-virtual.exp: New file.
678 * gdb.compile/compile-cplus.c: "New" file.
679 * gdb.compile/compile-cplus.exp: "New" file.
680 * lib/compile-support.exp: New file.
681
682 2018-08-16 Gary Benson <gbenson@redhat.com>
683
684 PR gdb/13000:
685 * gdb.base/batch-exit-status.exp: New file.
686 * gdb.base/batch-exit-status.good-commands: Likewise.
687 * gdb.base/batch-exit-status.bad-commands: Likewise.
688
689 2018-08-29 Alan Hayward <alan.hayward@arm.com>
690
691 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
692 (struct struct02): Likewise.
693 (struct struct03): Likewise.
694 (struct struct04): Likewise.
695 (struct struct_01_01): New struct.
696 (struct struct_01_02): Likewise.
697 (struct struct_01_03): Likewise.
698 (struct struct_01_04): Likewise.
699 (struct struct_02_01): Likewise.
700 (struct struct_02_02): Likewise.
701 (struct struct_02_03): Likewise.
702 (struct struct_02_04): Likewise.
703 (struct struct_04_01): Likewise.
704 (struct struct_04_02): Likewise.
705 (struct struct_04_03): Likewise.
706 (struct struct_04_04): Likewise.
707 (struct struct_05_01): Likewise.
708 (struct struct_05_02): Likewise.
709 (struct struct_05_03): Likewise.
710 (struct struct_05_04): Likewise.
711 (cmp_struct01): Remove function.
712 (cmp_struct02): Likewise.
713 (cmp_struct03): Likewise.
714 (cmp_struct04): Likewise.
715 (cmp_struct_01_01): Add Function.
716 (cmp_struct_01_02): Likewise.
717 (cmp_struct_01_03): Likewise.
718 (cmp_struct_01_04): Likewise.
719 (cmp_struct_02_01): Likewise.
720 (cmp_struct_02_02): Likewise.
721 (cmp_struct_02_03): Likewise.
722 (cmp_struct_02_04): Likewise.
723 (cmp_struct_04_01): Likewise.
724 (cmp_struct_04_02): Likewise.
725 (cmp_struct_04_03): Likewise.
726 (cmp_struct_04_04): Likewise.
727 (cmp_struct_05_01): Likewise.
728 (cmp_struct_05_02): Likewise.
729 (cmp_struct_05_03): Likewise.
730 (cmp_struct_05_04): Likewise.
731 (call_all): Add new structs.
732 * gdb.base/infcall-nested-structs.exp: Likewise.
733
734 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
735
736 * gdb.python/py-framefilter-mi.exp: Update regexp to
737 check for "arch" field in frame output.
738
739 2018-08-23 Kevin Buettner <kevinb@redhat.com>
740
741 * gdb.dwarf2/dw2-ranges-func.c: New file.
742 * gdb.dwarf2/dw2-ranges-func.exp: New file.
743
744 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
745
746 * gdb.base/term.exp: Compare terminal settings with values from
747 the inferior.
748 * gdb.base/term.c: Get and set terminal settings.
749
750 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
751
752 * lib/mi-support.exp (mi_expect_stop): Update regexp to
753 accommodate new "arch" field in frame output.
754 * gdb.mi/mi-return.exp: Likewise.
755 * gdb.mi/mi-stack.exp: Likewise.
756 * gdb.mi/mi-syn-frame.exp: Likewise.
757 * gdb.mi/user-selected-context-sync.exp: Likewise.
758
759 2018-08-19 Michael Spang <spang@google.com>
760
761 PR gdb/11786
762 * gdb.base/gcore-tls-pie.c: New file.
763 * gdb.base/gcore-tls-pie.exp: New file.
764
765 2018-08-18 Kevin Buettner <kevinb@redhat.com>
766
767 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
768 * gdb.dwarf2/varval.c: New file.
769 * gdb.dwarf2/varval.exp: New file.
770
771 2018-08-17 Alan Hayward <alan.hayward@arm.com>
772
773 PR gdb/18931
774 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
775
776 2018-08-16 Keith Seitz <keiths@redhat.com>
777
778 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
779 tests expected to pass.
780
781 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
782
783 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
784 -data-disassemble -a.
785 (test_disassembly_bogus_args): Likewise.
786
787 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
788
789 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
790
791 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
792
793 * gdb.base/vla-optimized-out.exp: Add new test.
794
795 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
796
797 * gdb.base/vla-optimized-out-o3.exp: Delete.
798 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
799 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
800 deleted tests.
801
802 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
803
804 PR gdb/18050:
805 * gdb.server/extended-remote-restart.c: New file.
806 * gdb.server/extended-remote-restart.exp: New file.
807
808 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
809
810 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
811 "set variable index = 42".
812
813 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
814
815 * boards/index-cache-gdb.exp: New file.
816 * gdb.dwarf2/index-cache.exp: New file.
817 * gdb.dwarf2/index-cache.c: New file.
818 * gdb.base/maint.exp: Check if we are using the index cache.
819
820 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
821
822 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
823 MAKEFLAGS.
824
825 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
826
827 * dg-extract-results.sh: Move to toplevel contrib.
828 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
829 * Makefile.in (check-parallel-racy): Likewise.
830
831 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
832
833 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
834 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
835 tests if the target supports scheduler locking.
836
837 2018-08-04 Tom de Vries <tdevries@suse.de>
838
839 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
840
841 2018-08-02 Tom Tromey <tom@tromey.com>
842
843 PR symtab/16842.
844 * gdb.cp/temargs.exp: Test "info address" of a template
845 parameter.
846
847 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
848
849 * gdb.python/py-mi-var-info-path-expression.c: New file.
850 * gdb.python/py-mi-var-info-path-expression.py: New file.
851 * gdb.python/py-mi-var-info-path-expression.exp: New file.
852
853 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
854
855 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
856 error after "cannot resolve name" string.
857
858 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
859
860 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
861 started.
862 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
863
864 2018-07-28 Tom de Vries <tdevries@suse.de>
865
866 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
867
868 2018-07-26 Tom de Vries <tdevries@suse.de>
869
870 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
871
872 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
873
874 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
875 is visible.
876
877 2018-07-26 Tom de Vries <tdevries@suse.de>
878
879 PR breakpoints/23366
880 * gdb.base/catch-follow-exec.c: New test.
881 * gdb.base/catch-follow-exec.exp: New file.
882
883 2018-07-25 Tom de Vries <tdevries@suse.de>
884
885 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
886 vla-optimized-out.c.
887
888 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
889
890 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
891 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
892
893 2018-07-20 Tom de Vries <tdevries@suse.de>
894
895 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
896 NOCLONE macro.
897 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
898
899 2018-07-19 Tom de Vries <tdevries@suse.de>
900
901 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
902 regular expression.
903
904 2018-07-18 Tom de Vries <tdevries@suse.de>
905
906 * gdb.base/vla-optimized-out.c: New test.
907 * gdb.base/vla-optimized-out.exp: New file.
908
909 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
910
911 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
912 message "No address associated with hostname" when gdbserver
913 cannot resolve the hostname.
914
915 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
916
917 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
918 Add some test prefixes to make tests unique.
919
920 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
921
922 * gdb.base/frameapply.c: New file.
923 * gdb.base/frameapply.exp: New file.
924
925 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
926
927 * gdb.base/skip.exp: Update expected error message.
928
929 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
930 Jan Kratochvil <jan.kratochvil@redhat.com>
931 Paul Fertser <fercerpav@gmail.com>
932 Tsutomu Seki <sekiriki@gmail.com>
933
934 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
935 parameter.
936 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
937 by default.
938 * boards/native-gdbserver.exp: Likewise.
939 * gdb.server/run-without-local-binary.exp: Improve regexp used
940 for detecting when a remote debugging connection succeeds.
941 * gdb.server/server-connect.exp: New file.
942 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
943 Do not prefix the port number with ":".
944 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
945 support for detecting and using it. Add '$debughost_gdbserver'
946 to the list of arguments used to start gdbserver. Handle case
947 when gdbserver cannot resolve a network name.
948
949 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
950
951 PR c++/23373
952 * gdb.base/ptype-offsets.cc (struct static_member): New
953 struct.
954 (main) <stmember>: New variable.
955 * gdb.base/ptype-offsets.exp: Add test for printing a struct
956 with a static member in it.
957
958 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
959
960 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
961 watchpoints enabled and disabled.
962
963 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
964
965 * gdb.base/examine-backward.exp: Still run tests around address
966 0x0, even if address 0x0 is not readable. Update the pattern for
967 matching address 0x0 in expected output.
968
969 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
970
971 * gdb.base/share-env-with-gdbserver.c (main): Add call to
972 malloc/free.
973
974 2018-07-04 Tom de Vries <tdevries@suse.de>
975
976 * gdb.dwarf2/dw2-error.exp: Update expected error message.
977
978 2018-07-02 Maciej W. Rozycki <macro@mips.com>
979
980 PR tdep/8282
981 * gdb.arch/mips-disassembler-options.exp: New test.
982 * gdb.arch/mips-disassembler-options.s: New test source.
983
984 2018-06-29 Pedro Alves <palves@redhat.com>
985
986 * gdb.threads/names.exp: Adjust expected "info threads" output.
987
988 2018-06-29 Pedro Alves <palves@redhat.com>
989
990 * gdb.opt/inline-break.exp (line number, address): Add "info
991 break" tests.
992
993 2018-06-29 Pedro Alves <palves@redhat.com>
994
995 * gdb.opt/inline-break.c (func1): Add "break here" marker.
996 * gdb.opt/inline-break.exp: Test setting breakpoints by line
997 number and address and running to them.
998
999 2018-06-29 Richard Bunt <richard.bunt@arm.com>
1000
1001 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1002
1003 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1004
1005 * lib/compiler.c: Remove executable permission flag.
1006
1007 2018-06-28 Richard Bunt <richard.bunt@arm.com>
1008
1009 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1010 code.
1011 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1012
1013 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1014
1015 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1016
1017 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1018
1019 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1020 address argument is omitted.
1021
1022 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1023
1024 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1025
1026 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
1027
1028 PR gdb/21695
1029 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1030 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1031
1032 2018-06-26 Tom Tromey <tom@tromey.com>
1033
1034 PR rust/22574:
1035 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1036 * gdb.rust/simple.rs (struct SimpleLayout): New.
1037
1038 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1039
1040 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1041 "info registers" output.
1042
1043 2018-06-21 Richard Bunt <richard.bunt@arm.com>
1044
1045 * gdb.base/watchpoint-hw-attach.c: New test.
1046 * gdb.base/watchpoint-hw-attach.exp: New file.
1047
1048 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1049
1050 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1051 through /bin/sh.
1052 * boards/dwarf4-gdb-index.exp: Likewise.
1053 * boards/fission-dwp.exp: Likewise.
1054
1055 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1056
1057 * gdb.base/float128.exp: Add comment and improved fail message
1058 to the failure case of "print large128" test.
1059
1060 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1061
1062 * configure.ac: Remove AC_PREREQ.
1063 * configure: Re-generate.
1064
1065 2018-06-19 Pedro Alves <palves@redhat.com>
1066
1067 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1068 (func_extern_caller): New.
1069 (main): Call func_extern_caller.
1070 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1071 logic change.
1072
1073 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
1074
1075 PR gdb/16841
1076 * gdb.cp/typedef-base.cc: New file.
1077 * gdb.cp/typedef-base.exp: New file.
1078
1079 2018-06-18 Tom de Vries <tdevries@suse.de>
1080
1081 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1082
1083 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1084 Richard Bunt <Richard.Bunt@arm.com>
1085
1086 * gdb.threads/attach-slow-waitpid.c: New file.
1087 * gdb.threads/attach-slow-waitpid.exp: New file.
1088 * gdb.threads/slow-waitpid.c: New file.
1089
1090 2018-06-14 Pedro Alves <palves@redhat.com>
1091
1092 * gdb.base/fork-running-state.c: Include <errno.h>.
1093 (exit_if_relative_exits): New.
1094 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1095 exits.
1096 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1097 child exits.
1098
1099 2018-06-14 Tom de Vries <tdevries@suse.de>
1100
1101 PR cli/22573
1102 * gdb.base/finish-pretty.c: New test.
1103 * gdb.base/finish-pretty.exp: New file.
1104
1105 2018-06-14 Pedro Alves <palves@redhat.com>
1106
1107 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1108 gdb's expected startup output.
1109
1110 2018-06-14 Pedro Alves <palves@redhat.com>
1111
1112 * lib/selftest-support.exp (selftest_setup): Remove inlined
1113 function handling.
1114
1115 2018-06-14 Tom de Vries <tdevries@suse.de>
1116
1117 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1118 matching of breakpoint printing.
1119
1120 2018-06-13 Tom de Vries <tdevries@suse.de>
1121
1122 PR testsuite/23269
1123 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1124 (fork_child): ... here, and ...
1125 (fork_parent): ... here.
1126
1127 2018-06-12 Tom de Vries <tdevries@suse.de>
1128
1129 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1130
1131 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1132 Stephen Roberts <stephen.roberts@arm.com>
1133
1134 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1135 rewrite test to describe action performed, rather than possible
1136 failure.
1137
1138 2018-06-08 Gary Benson <gbenson@redhat.com>
1139
1140 * gdb.threads/check-libthread-db.exp: New file.
1141 * gdb.threads/check-libthread-db.c: Likewise.
1142
1143 2018-06-05 Tom Tromey <tom@tromey.com>
1144
1145 * gdb.base/default.exp: Update expected "show version" output.
1146
1147 2018-06-05 Tom Tromey <tom@tromey.com>
1148
1149 PR cli/12326:
1150 * gdb.cp/static-print-quit.exp: Update.
1151 * lib/gdb.exp (pagination_prompt): Update.
1152 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1153 * gdb.python/python.exp: Update.
1154
1155 2018-06-04 Joel Brobecker <brobecker@adacore.com>
1156
1157 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1158
1159 2018-06-01 Joel Brobecker <brobecker@adacore.com>
1160
1161 * gdb.ada/bp_fun_addr: New testcase.
1162
1163 2018-06-01 Tom Tromey <tom@tromey.com>
1164
1165 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1166 results.
1167 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1168 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1169 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1170 * gdb.base/maint.exp (maint_pass_if): Update.
1171
1172 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1173
1174 * gdb.base/endian.exp: New test.
1175 * gdb.base/endian.c: New test source.
1176
1177 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1178
1179 PR gdb/23203
1180 * gdb.base/bt-selected-frame.c: New file.
1181 * gdb.base/bt-selected-frame.exp: New file.
1182 * lib/gdb.exp (get_current_frame_number): New function.
1183
1184 2018-05-24 Maciej W. Rozycki <macro@mips.com>
1185 Pedro Alves <palves@redhat.com>
1186
1187 * gdb.threads/tls-core.c: Include <stdlib.h>
1188 (thread_proc): Call `abort'.
1189 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1190 (tls_core_test): New procedure, bits factored out from ...
1191 (top level): ... here. Test both native cores and gcore cores.
1192
1193 2018-05-23 Tom Tromey <tom@tromey.com>
1194
1195 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1196
1197 2018-05-23 Tom Tromey <tom@tromey.com>
1198
1199 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1200 symfile_complaints.
1201 (test_short_complaints): Likewise.
1202 (test_empty_complaints): Likewise.
1203 (test_initial_complaints): Update.
1204
1205 2018-05-23 Tom Tromey <tom@tromey.com>
1206
1207 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1208
1209 2018-05-23 Tom Tromey <tom@tromey.com>
1210
1211 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1212 (test_short_complaints): Update.
1213
1214 2018-05-22 Pedro Alves <palves@redhat.com>
1215
1216 * gdb.base/remote.exp: Only gdb_start after compiling the
1217 testcase. Issue "disconnect" before testing "set remote" command
1218 defaults. Issue clean_restart before running to main.
1219
1220 2018-05-22 Pedro Alves <palves@redhat.com>
1221
1222 * gdb.base/remote.exp: Adjust expected output of "show remote
1223 memory-write-packet-size". Add tests for "set remote
1224 memory-write-packet-size 0" and "set remote
1225 memory-write-packet-size fixed/limit".
1226
1227 2018-05-22 Pedro Alves <palves@redhat.com>
1228
1229 PR gdb/22973
1230 * gdb.base/utf8-identifiers.c: New file.
1231 * gdb.base/utf8-identifiers.exp: New file.
1232
1233 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1234
1235 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1236
1237 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1238
1239 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1240
1241 2018-05-18 Tom Tromey <tom@tromey.com>
1242
1243 * gdb.base/ptype-offsets.exp: Update.
1244
1245 2018-05-17 Keith Seitz <keiths@redhat.com>
1246
1247 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1248 in expected breakpoint stop locations.
1249 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1250 move to proper scope to test variable values.
1251 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1252 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1253 New functions.
1254 (main): Call not_inline_func3.
1255 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1256 inline_func1, inline_func2, and inline_func3. Test that when each
1257 breakpoint is hit, GDB properly reports both the stop location
1258 and the backtrace. Repeat tests for temporary breakpoints.
1259
1260 2018-05-15 Maciej W. Rozycki <macro@mips.com>
1261
1262 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1263 rather then trying to access it in determining whether the PID
1264 of `gdbserver' could have been retrieved.
1265
1266 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1267
1268 * gdb.arch/amd64-init-x87-values.S: New file.
1269 * gdb.arch/amd64-init-x87-values.exp: New file.
1270
1271 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1272
1273 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1274
1275 2018-05-04 Tom Tromey <tom@tromey.com>
1276
1277 PR python/22730:
1278 * gdb.python/python.exp: Test multi-line execute.
1279
1280 2018-05-04 Tom Tromey <tom@tromey.com>
1281
1282 PR python/22731:
1283 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1284
1285 2018-05-04 Tom Tromey <tom@tromey.com>
1286
1287 PR gdb/11750:
1288 * gdb.base/define.exp: Test defining a user command inside a user
1289 command.
1290 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1291
1292 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1293 Pedro Alves <palves@redhat.com>
1294
1295 PR breakpoints/19806 and support for PR external/20207.
1296 * gdb.base/watchpoint-unaligned.c: New file.
1297 * gdb.base/watchpoint-unaligned.exp: New file.
1298
1299 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1300
1301 * gdb.base/maint.exp: Make test names unique, use
1302 test_prefix_command_help to test 'help maint info', and remove
1303 repeated test of 'help maint'.
1304
1305 2018-05-04 Tom Tromey <tom@tromey.com>
1306
1307 PR gdb/22619:
1308 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1309 behavior.
1310
1311 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1312
1313 * gdb.base/maint.exp: Process output from 'maint print registers'
1314 line at a time.
1315
1316 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1317
1318 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1319 timeout.
1320
1321 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1322
1323 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1324 filter pattern.
1325
1326 2018-05-02 Pedro Alves <palves@redhat.com>
1327
1328 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1329 to_log_command renames.
1330 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1331
1332 2018-05-02 Tom Tromey <tom@tromey.com>
1333
1334 * gdb.python/py-parameter.exp: Set test message.
1335
1336 2018-05-02 Tom Tromey <tom@tromey.com>
1337
1338 PR python/20084:
1339 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1340 PARAM_ZUINTEGER_UNLIMITED tests.
1341
1342 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1343
1344 PR rust/23124
1345 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1346 when casting.
1347
1348 2018-04-30 Tom Tromey <tom@tromey.com>
1349
1350 * gdb.python/py-type.exp: Check align attribute.
1351 * gdb.python/py-type.c: New "aligncheck" global.
1352
1353 2018-04-30 Tom Tromey <tom@tromey.com>
1354
1355 PR exp/17095:
1356 * gdb.dwarf2/dw2-align.exp: New file.
1357 * gdb.cp/align.exp: New file.
1358 * gdb.base/align.exp: New file.
1359 * lib/gdb.exp (gdb_int128_helper): New proc.
1360 (has_int128_c, has_int128_cxx): New caching procs.
1361
1362 2018-04-27 Tom Tromey <tom@tromey.com>
1363
1364 PR rust/22545:
1365 * gdb.rust/simple.exp: Add inclusive range tests.
1366
1367 2018-04-26 Pedro Alves <palves@redhat.com>
1368
1369 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1370 ifunc breakpoint locations correctly of ifunc breakpoints set
1371 while the program resolves the ifunc.
1372
1373 2018-04-26 Pedro Alves <palves@redhat.com>
1374
1375 * gdb.base/gnu-ifunc-final.c: New file.
1376 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1377 * gdb.base/gnu-ifunc.exp (executable): Delete.
1378 (staticexecutable): Adjust.
1379 (lib_opts, exec_opts): Delete.
1380 (make_binsuffix, build, set-break): New procedures.
1381 (misc_tests): New, with tests factored out from the top level.
1382 (top level): Test different combinations of ifunc resolver name,
1383 resolver with and with debug info, and ifunc target with and
1384 without debug info. Wrap static tests with with_target_prefix.
1385
1386 2018-04-26 Pedro Alves <palves@redhat.com>
1387
1388 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1389 return type" warnings.
1390
1391 2018-04-25 Pedro Alves <palves@redhat.com>
1392
1393 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1394 killed".
1395 * gdb.base/kill-after-signal.exp: Likewise.
1396 * gdb.threads/kill.exp: Likewise.
1397
1398 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1399 Sergio Durigan Junior <sergiodj@redhat.com>
1400 Pedro Alves <palves@redhat.com>
1401
1402 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1403 regexps to expect for '[Inferior ... detached]' as well.
1404 * gdb.base/attach.exp: Likewise.
1405 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1406 "gdb_continue_to_end".
1407 (test_catch_syscall_with_wrong_args): Likewise.
1408 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1409 ']'. Don't set 'verbose' on.
1410 * gdb.base/foll-vfork.exp: Likewise.
1411 * gdb.base/fork-print-inferior-events.c: New file.
1412 * gdb.base/fork-print-inferior-events.exp: New file.
1413 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1414 '[Inferior ... has been killed]' message.
1415 * gdb.base/kill-after-signal.exp: Likewise.
1416 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1417 detach message.
1418 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1419 message.
1420 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1421 regexps to expect for '[Inferior ... detached]' as well.
1422 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1423
1424 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1425
1426 PR gdb/23104
1427 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1428
1429 2018-04-19 Richard Bunt <richard.bunt@arm.com>
1430
1431 * gdb.threads/multiple-successive-infcall.c: New test.
1432 * gdb.threads/multiple-successive-infcall.exp: New file.
1433
1434 2018-04-17 Tom Tromey <tom@tromey.com>
1435
1436 * gdb.rust/simple.rs (Union): New type.
1437 (main): New local "u".
1438 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1439
1440 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1441
1442 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1443 number information in output of "whereis" command.
1444 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1445
1446 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1447
1448 * gdb.ada/info_types.exp: Adjust expected output to the line
1449 numbers now printed by "info var/func/type".
1450 * gdb.base/completion.exp: Likewise.
1451 * gdb.base/included.exp: Likewise.
1452 * gdb.cp/cp-relocate.exp: Likewise.
1453 * gdb.cp/cplusfuncs.exp: Likewise.
1454 * gdb.cp/namespace.exp: Likewise.
1455 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1456
1457 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1458
1459 * gdb.btrace/cpu.exp: New.
1460
1461 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1462
1463 * gdb.base/step-indirect-call-thunk.exp: New.
1464 * gdb.base/step-indirect-call-thunk.c: New.
1465 * gdb.reverse/step-indirect-call-thunk.exp: New.
1466 * gdb.reverse/step-indirect-call-thunk.c: New.
1467
1468 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1469
1470 * gdb.base/pie-fork.c: New file.
1471 * gdb.base/pie-fork.exp: New file.
1472
1473 2018-04-11 Tom Tromey <tom@tromey.com>
1474
1475 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1476
1477 2018-04-10 Pedro Alves <palves@redhat.com>
1478
1479 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1480 exits. Instead loop running forever.
1481 (fork_parent): Run forever too.
1482
1483 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1484
1485 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1486 mi_continue_to_line.
1487 * gdb.mi/mi-stack.c (callee4): Add comment.
1488
1489 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1490
1491 * gdb.mi/mi-stack.exp: Fix indentation.
1492
1493 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1494
1495 PR gdb/22979
1496 * gdb.arch/amd64-osabi.exp: New file.
1497
1498 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1499
1500 PR gdb/22980
1501 * gdb.base/osabi.exp: New file.
1502
1503 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
1504
1505 * gdb.cp/static-typedef-print.exp: New file.
1506 * gdb.cp/static-typedef-print.cc: New file.
1507
1508 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1509
1510 * gdb.ada/varsize_limit: New testcase.
1511
1512 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1513
1514 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1515
1516 * gdb.ada/notcplusplus: New testcase.
1517
1518 * gdb.base/c-linkage-name.c: New file.
1519 * gdb.base/c-linkage-name.exp: New testcase.
1520
1521 2018-03-26 Tom Tromey <tom@tromey.com>
1522
1523 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1524 * gdb.python/py-framefilter.py (name_error): New global.
1525 (ErrorInName.function): Use name_error.
1526
1527 2018-03-26 Tom Tromey <tom@tromey.com>
1528
1529 PR backtrace/15582:
1530 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1531
1532 2018-03-23 Keith Seitz <keiths@redhat.com>
1533
1534 PR c++/22968
1535 * gdb.cp/subtypes.exp: New file.
1536 * gdb.cp/subtypes.h: New file.
1537 * gdb.cp/subtypes.cc: New file.
1538 * gdb.cp/subtypes-2.cc: New file.
1539
1540 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1541
1542 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1543 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1544 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1545 -nostartfiles when compiling the test. Confirm that all registers
1546 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1547
1548 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1549
1550 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1551 option, syntax was wrong anyway.
1552 * gdb.arch/arm-disp-step.exp: Likewise.
1553 * gdb.arch/sparc64-regs.exp: Likewise.
1554 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1555 option, syntax was wrong anyway, switch to use
1556 prepare_for_testing.
1557 * gdb.arch/i386-disp-step.exp: Likewise.
1558
1559 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1560
1561 * gdb.ada/exec_changed.exp: Replace "target_info exists
1562 use_gdb_stub" by "use_gdb_stub".
1563 * gdb.ada/start.exp: Likewise.
1564 * gdb.base/async-shell.exp: Likewise.
1565 * gdb.base/attach-pie-misread.exp: Likewise.
1566 * gdb.base/attach-wait-input.exp: Likewise.
1567 * gdb.base/break-entry.exp: Likewise.
1568 * gdb.base/break-interp.exp: Likewise.
1569 * gdb.base/dprintf-detach.exp: Likewise.
1570 * gdb.base/nostdlib.exp: Likewise.
1571 * gdb.base/solib-nodir.exp: Likewise.
1572 * gdb.base/statistics.exp: Likewise.
1573 * gdb.base/testenv.exp: Likewise.
1574 * gdb.mi/mi-exec-run.exp: Likewise.
1575 * gdb.mi/mi-start.exp: Likewise.
1576 * gdb.multi/dummy-frame-restore.exp: Likewise.
1577 * gdb.multi/multi-arch-exec.exp: Likewise.
1578 * gdb.multi/multi-arch.exp: Likewise.
1579 * gdb.multi/tids.exp: Likewise.
1580 * gdb.multi/watchpoint-multi.exp: Likewise.
1581 * gdb.python/py-events.exp: Likewise.
1582 * gdb.threads/attach-into-signal.exp: Likewise.
1583 * gdb.threads/attach-stopped.exp: Likewise.
1584 * gdb.threads/threadapply.exp: Likewise.
1585 * lib/selftest-support.exp: Likewise.
1586
1587 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1588
1589 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1590
1591 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1592
1593 * gdb.perf/template-breakpoints.cc: New file.
1594 * gdb.perf/template-breakpoints.exp: New file.
1595 * gdb.perf/template-breakpoints.py: New file.
1596
1597 2018-03-19 Tom Tromey <tom@tromey.com>
1598
1599 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1600 y0.
1601 * gdb.rust/simple.exp: Test bare identifier form of struct
1602 initializer.
1603
1604 2018-03-19 Tom Tromey <tom@tromey.com>
1605
1606 * gdb.gdb/observer.exp: Remove.
1607
1608 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1609
1610 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1611 "qualified" option when setting breakpoints.
1612 * gdb.trace/backtrace.exp: Likewise.
1613 * gdb.trace/circ.exp: Likewise.
1614 * gdb.trace/collection.exp: Likewise.
1615 * gdb.trace/disconnected-tracing.exp: Likewise.
1616 * gdb.trace/ftrace-lock.exp: Likewise.
1617 * gdb.trace/ftrace.exp: Likewise.
1618 * gdb.trace/infotrace.exp: Likewise.
1619 * gdb.trace/packetlen.exp: Likewise.
1620 * gdb.trace/passc-dyn.exp: Likewise.
1621 * gdb.trace/qtro.exp: Likewise.
1622 * gdb.trace/read-memory.exp: Likewise.
1623 * gdb.trace/report.exp: Likewise.
1624 * gdb.trace/signal.exp: Likewise.
1625 * gdb.trace/status-stop.exp: Likewise.
1626 * gdb.trace/strace.exp: Likewise.
1627 * gdb.trace/tfind.exp: Likewise.
1628 * gdb.trace/trace-break.exp: Likewise.
1629 * gdb.trace/trace-condition.exp: Likewise.
1630 * gdb.trace/trace-mt.exp: Likewise.
1631 * gdb.trace/tstatus.exp: Likewise.
1632 * gdb.trace/tsv.exp: Likewise.
1633 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1634 * gdb.trace/unavailable.exp: Likewise.
1635 * gdb.trace/while-dyn.exp: Likewise.
1636
1637 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1638
1639 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1640 that libinproctrace is copied to the target.
1641
1642 2018-03-14 Tom Tromey <tom@tromey.com>
1643
1644 PR cli/14977:
1645 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1646 a null pointer.
1647 * gdb.base/wchar.exp: Likewise.
1648
1649 2018-03-14 Tom Tromey <tom@tromey.com>
1650
1651 PR cli/19918:
1652 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1653 flag.
1654
1655 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1656
1657 PR gdb/22841
1658 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1659 "target" to remote_exec.
1660
1661 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1662
1663 PR gdb/22841
1664 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1665 ${board}_upload): Remove.
1666
1667 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1668
1669 * gdb.cp/watch-cp.cc: New test.
1670 * gdb.cp/watch-cp.exp: New file.
1671
1672 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1673
1674 * gdb.base/infcall-nested-structs.exp: New file.
1675 * gdb.base/infcall-nested-structs.c: New file.
1676 * gdb.base/float.exp: Add riscv support.
1677
1678 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1679
1680 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1681 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1682
1683 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1684
1685 * gdb.server/abspath.exp: New file.
1686 * lib/gdb.exp (with_cwd): New procedure.
1687
1688 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1689
1690 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1691 use it.
1692 (gdb_is_target_remote_prompt): New proc.
1693 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1694 (gdb_is_target_native): Pass prompt parameter to
1695 gdb_is_target_1.
1696
1697 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1698
1699 * gdb.base/load-command.c: New file.
1700 * gdb.base/load-command.exp: New file.
1701 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1702 (gdb_is_target_1): ...this, and generalize for other targets
1703 than just remote.
1704 (gdb_is_target_remote): Use gdb_is_target_1.
1705 (gdb_is_target_native): use gdb_is_target_1.
1706
1707 2018-02-26 Tom Tromey <tom@tromey.com>
1708
1709 PR python/16497:
1710 * gdb.python/py-framefilter.exp: Update test.
1711
1712 2018-02-26 Tom Tromey <tom@tromey.com>
1713
1714 * gdb.dwarf2/variant.c: New file.
1715 * gdb.dwarf2/variant.exp: New file.
1716
1717 2018-02-26 Tom Tromey <tom@tromey.com>
1718
1719 * gdb.rust/simple.exp: Accept more possible results in enum test.
1720
1721 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1722
1723 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1724 parentheses.
1725
1726 2018-02-23 Maciej W. Rozycki <macro@mips.com>
1727
1728 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1729 name of a variable: $actual_linejj -> $actual_line.
1730
1731 2018-02-21 John Baldwin <jhb@FreeBSD.org>
1732
1733 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1734
1735 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1736
1737 * gdb.btrace/buffer-size.exp: Do not force BTS.
1738
1739 2018-02-14 Pedro Alves <palves@redhat.com>
1740
1741 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1742 getting a "Quit".
1743
1744 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1745
1746 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1747 Fix test name.
1748
1749 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1750
1751 * gdb.cp/m-static.exp: Check type of optimized out static
1752 member.
1753
1754 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1755
1756 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1757 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1758
1759 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1760 Leszek Swirski <leszeks@google.com>
1761
1762 * gdb.python/py-prettyprint.c
1763 (struct to_string_returns_value_inner,
1764 struct to_string_returns_value_wrapper): New.
1765 (main): Add tsrvw variable.
1766 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1767 ToStringReturnsValueWrapper): New classes.
1768 (register_pretty_printers): Register new pretty-printers.
1769 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1770 recursive pretty printer.
1771 * gdb.python/py-mi.exp: Likewise.
1772
1773 2018-02-01 Leszek Swirski <leszeks@google.com>
1774
1775 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1776 functions with the same name as an include file are parsed
1777 correctly.
1778
1779 2018-02-01 Yao Qi <yao.qi@linaro.org>
1780
1781 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1782 "\[^\r\n\]*".
1783
1784 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1785
1786 * gdb.arch/powerpc-prologue-frame.s: New file.
1787 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1788 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1789
1790 2018-01-31 Joel Brobecker <brobecker@adacore.com>
1791
1792 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1793
1794 2018-01-30 Pedro Alves <palves@redhat.com>
1795
1796 PR gdb/13211
1797 * gdb.base/interrupt-daemon.c: New.
1798 * gdb.base/interrupt-daemon.exp: New.
1799 * gdb.multi/multi-term-settings.c: New.
1800 * gdb.multi/multi-term-settings.exp: New.
1801
1802 2018-01-30 Joel Brobecker <brobecker@adacore.com>
1803
1804 * gdb.base/break.exp: Save the location where the breakpoint
1805 on break.c:47 was actually inserted when debugging the version
1806 compiled at -O2 and use it in the expected output of the "info
1807 break" test performed soon after.
1808
1809 2018-01-22 Pedro Alves <palves@redhat.com>
1810 Sergio Durigan Junior <sergiodj@redhat.com>
1811
1812 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1813 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1814
1815 2018-01-22 Joel Brobecker <brobecker@adacore.com>
1816
1817 * gdb.base/break-include.c, gdb.base/break-include.inc,
1818 gdb.base/break-include.exp: New files.
1819 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1820 line number now being the actual line number where the breakpoint
1821 was inserted.
1822 * gdb.mi/mi-break.exp: Likewise.
1823 * gdb.mi/mi-reverse.exp: Likewise.
1824 * gdb.mi/mi-simplerun.exp: Ditto.
1825
1826 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1827
1828 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1829 varobj.
1830 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1831
1832 2018-01-21 Don Breazeal <donb@codesourcery.com>
1833 Andrew Burgess <andrew.burgess@embecosm.com>
1834
1835 * gdb.mi/basics.c: Add new global.
1836 * gdb.mi/mi-frame-regs.exp: New file.
1837 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1838 case.
1839
1840 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1841
1842 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1843 non-parameter, and on an unknown symbol.
1844
1845 2018-01-19 Tom Tromey <tom@tromey.com>
1846
1847 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1848 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1849
1850 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1851
1852 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1853 setrlimit and chdir to int.
1854
1855 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1856
1857 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1858 function.
1859 (my_tend): Likewise.
1860 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1861 rationale of avoiding FP- and vector instructions.
1862
1863 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1864
1865 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1866 "info reg" with "\[ \t\]*".
1867 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1868 "\[ \t\]+".
1869 * gdb.arch/s390-multiarch.exp: Ditto.
1870 * gdb.base/pc-fp.exp: Ditto.
1871 * gdb.reverse/i386-precsave.exp: Ditto.
1872 * gdb.reverse/i386-reverse.exp: Ditto.
1873 * gdb.reverse/i387-env-reverse.exp: Ditto.
1874 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1875
1876 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1877
1878 * lib/gdb.exp (gdb_compile): Re-enable use of
1879 universal_compile_options for languages other than Rust.
1880
1881 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1882
1883 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1884
1885 2018-01-17 Mike Gulick <mgulick@mathworks.com>
1886
1887 PR gdb/16577
1888 * gdb.base/solib-vanish.exp: New.
1889 * gdb.base/solib-vanish-main.c: New.
1890 * gdb.base/solib-vanish-lib1.c: New.
1891 * gdb.base/solib-vanish-lib2.c: New.
1892
1893 2018-01-17 Yao Qi <yao.qi@linaro.org>
1894
1895 * gdb.compile/compile.exp: Match the address printed for
1896 frame in the output of command "bt".
1897
1898 2018-01-15 Tom Tromey <tom@tromey.com>
1899
1900 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1901 compute sp_reg.
1902
1903 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1904
1905 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1906 to prepare.
1907 (prepare): Return 0 on error, 1 on success.
1908
1909 2018-01-12 Pedro Alves <palves@redhat.com>
1910
1911 * gdb.base/continue-after-aborted-step-over.c: New.
1912 * gdb.base/continue-after-aborted-step-over.exp: New.
1913
1914 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1915
1916 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1917 options when not creating an executable.
1918
1919 2018-01-11 Pedro Alves <palves@redhat.com>
1920
1921 PR remote/22597
1922 * gdb.server/stop-reply-no-thread.c: New file.
1923 * gdb.server/stop-reply-no-thread.exp: New file.
1924
1925 2018-01-10 Pedro Alves <palves@redhat.com>
1926
1927 PR gdb/22670
1928 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1929 functions too. Test setting breakpoints and printing C functions
1930 with no debug info too.
1931 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1932
1933 2018-01-10 Pedro Alves <palves@redhat.com>
1934
1935 PR gdb/22670
1936 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1937 a fail.
1938
1939 2018-01-10 Pedro Alves <palves@redhat.com>
1940
1941 PR gdb/22670
1942 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1943
1944 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1945
1946 * gdb.server/unittest.exp: Match the output in non-development
1947 mode.
1948
1949 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1950
1951 * gdb.gdb/unittest.exp: Match output in non-development mode.
1952
1953 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1954
1955 * gdb.ada/access_tagged_param.exp: Relax expected output
1956 for value of "ObjL" in "continue" to pck.inspect breakpoint
1957 test.
1958
1959 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1960
1961 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1962 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1963
1964 2018-01-05 Pedro Alves <palves@redhat.com>
1965
1966 PR gdb/18653
1967 * gdb.base/libsegfault.exp: New.
1968
1969 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1970
1971 PR gdb/22670
1972 * gdb.ada/access_tagged_param.exp: New file.
1973 * gdb.ada/access_tagged_param/foo.adb: New file.
1974
1975 2018-01-05 Pedro Alves <palves@redhat.com>
1976
1977 PR gdb/22670
1978 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1979 exercise lower case too, and to exercise both full matching and
1980 wild matching.
1981
1982 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1983
1984 * gdb.ada/rename_subscript_param: New testcase.
1985
1986 2018-01-05 Jerome Guitton <guitton@adacore.com>
1987
1988 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1989
1990 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1991
1992 * gdb.ada/convvar_comp: New testcase.
1993
1994 2018-01-05 Xavier Roirand <roirand@adacore.com>
1995
1996 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1997 (My_Table): New global variable.
1998 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1999
2000 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2001
2002 PR gdb/22670
2003 * gdb.ada/maint_with_ada: New testcase.
2004
2005 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2006
2007 PR gdb/22670
2008 * gdb.ada/bp_c_mixed_case: New testcase.
2009
2010 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2011
2012 PR gdb/22670
2013 * gdb.ada/complete.exp: Add "complete break ada" test.
2014
2015 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2016
2017 PR gdb/22670
2018 * gdb.ada/info_addr_mixed_case: New testcase.
2019
2020 2018-01-03 Xavier Roirand <roirand@adacore.com>
2021
2022 * gdb.ada/excep_handle.exp: New testcase.
2023 * gdb.ada/excep_handle/foo.adb: New file.
2024 * gdb.ada/excep_handle/pck.ads: New file.
2025
2026 2018-01-03 Joel Brobecker <brobecker@adacore.com>
2027
2028 * gdb.base/step-line.c: Add extra empty line in copyright header.
2029 * gdb.base/step-line.inp: Likewise.
2030
2031 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2032
2033 * gdb.ada/dyn_stride.exp: Add slice test.
2034
2035 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2036
2037 * gdb.ada/dyn_stride: New testcase.
2038
2039 2017-12-27 Stafford Horne <shorne@gmail.com>
2040
2041 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2042 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2043
2044 2017-12-27 Stafford Horne <shorne@gmail.com>
2045
2046 * gdb.base/reggroups.c: New file.
2047 * gdb.base/reggroups.exp: New file.
2048
2049 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2050
2051 * gdb.dwarf2/ada-valprint-error.c: New file.
2052 * gdb.dwarf2/ada-valprint-error.exp: New file.
2053
2054 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2055
2056 * gdb.ada/assign_arr: New testcase.
2057
2058 2017-12-18 Xavier Roirand <roirand@adacore.com>
2059
2060 * gdb.ada/funcall_ptr: New testcase.
2061
2062 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2063
2064 PR cli/16224
2065 * gdb.base/ptype-offsets.cc: New file.
2066 * gdb.base/ptype-offsets.exp: New file.
2067
2068 2017-12-15 Yao Qi <yao.qi@linaro.org>
2069
2070 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2071 if XML is disabled.
2072
2073 2017-12-15 Xavier Roirand <roirand@adacore.com>
2074
2075 * gdb.ada/same_component_name: New testcase.
2076
2077 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2078
2079 * gdb.ada/str_binop_equal: New testcase.
2080
2081 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2082
2083 * gdb.ada/task_switch_in_core: New testcase.
2084
2085 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2086
2087 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2088 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2089 call test_bkpt_qualified.
2090 (test_bkpt_qualified): New proc.
2091
2092 2017-12-13 Pedro Alves <palves@redhat.com>
2093
2094 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2095 Tighten regexp by matching with an anchor.
2096
2097 2017-12-13 Pedro Alves <palves@redhat.com>
2098
2099 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2100 ("expression with namespace"): New set of tests.
2101 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2102 (Nested::Test_NS::qux): New.
2103 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2104 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2105
2106 2017-12-13 Joel Brobecker <brobecker@adacore.com>
2107
2108 * gdb.base/server-del-break.c: New file.
2109 * gdb.base/server-del-break.exp: New file.
2110
2111 2017-12-12 Stafford Horne <shorne@gmail.com>
2112
2113 * gdb.xml/tdesc-regs.exp: Add or1k support.
2114
2115 2017-12-12 Stafford Horne <shorne@gmail.com>
2116
2117 * gdb.base/bp-permanent.c: Define nop of or1k.
2118
2119 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2120
2121 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2122 output with components being reordered.
2123
2124 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2125
2126 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2127 output with components being reordered.
2128
2129 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2130 Pedro Alves <palves@redhat.com>
2131
2132 * gdb.base/maint.exp (check for .gdb_index): Check also for
2133 .debug_names.
2134 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2135 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2136 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2137 (.gdb_index used after symbol reloading): Support also .debug_names.
2138 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2139
2140 2017-12-08 Yao Qi <yao.qi@linaro.org>
2141
2142 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2143 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2144
2145 2017-12-08 Yao Qi <yao.qi@linaro.org>
2146
2147 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2148 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2149
2150 2017-12-08 Yao Qi <yao.qi@linaro.org>
2151
2152 * gdb.arch/aarch64-tagged-pointer.c: New file.
2153 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2154
2155 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2156
2157 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2158 "int".
2159
2160 2017-12-07 Keith Seitz <keiths@redhat.com>
2161
2162 PR breakpoints/22569
2163 * gdb.linespec/ls-errs.exp: Change expected result of "break
2164 -source this file has spaces.c -line 3".
2165 Check that an explicit source file followed by whitespace is
2166 identified as an invalid explicit location.
2167
2168 2017-12-07 Keith Seitz <keiths@redhat.com>
2169
2170 * gdb.cp/nested-types.cc: New file.
2171 * gdb.cp/nested-types.exp: New file.
2172 * lib/cp-support.exp: Load data-structures.exp library.
2173 (debug_cp_test_ptype_class): New global.
2174 (cp_ptype_class_verbose, next_line): New procedures.
2175 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2176 Add and document new return value.
2177 Switch the list of lines to a queue.
2178 Add support for new `type' key for nested type definitions.
2179 Add debugging/troubleshooting messages.
2180 * lib/data-structures.exp: New file.
2181
2182 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2183
2184 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2185 with proc_with_prefix, don't use with_test_prefix.
2186
2187 2017-12-07 Tom Tromey <tom@tromey.com>
2188
2189 * gdb.base/break.exp: Add test for empty "commands".
2190
2191 2017-12-07 Yao Qi <yao.qi@linaro.org>
2192
2193 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2194 malloc and catch syscall.
2195
2196 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2197
2198 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2199 tests for explicit locations.
2200
2201 2017-12-06 Pedro Alves <palves@redhat.com>
2202
2203 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2204 force-disabling XML descriptions.
2205
2206 2017-12-04 Pedro Alves <palves@redhat.com>
2207
2208 PR gdb/22499
2209 * gdb.arch/amd64-disp-step-avx.S: New file.
2210 * gdb.arch/amd64-disp-step-avx.exp: New file.
2211
2212 2017-12-03 Pedro Alves <palves@redhat.com>
2213
2214 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2215 and <string.h>.
2216 (parent_function): Print distinct messages when waitpid fails, or
2217 the child exits with a signal, or the child exits for an unhandled
2218 reason.
2219 * gdb.threads/process-dies-while-detaching.exp
2220 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2221 it. Wait for both inferior output and GDB's prompt. Use an
2222 indirect spawn id list.
2223 (do_detach): New parameter 'child_exit'. Use it to compute
2224 expected inferior output.
2225 (test_detach, test_detach_watch, test_detach_killed_outside):
2226 Adjust to pass down the expected child exit kind.
2227
2228 2017-12-01 Joel Brobecker <brobecker@adacore.com>
2229 Sergio Durigan Junior <sergiodj@redhat.com>
2230 Pedro Alves <palves@redhat.com>
2231
2232 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2233
2234 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2235
2236 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2237 to 'symbol-file' and 'add-symbol-file' can be
2238 position-independent.
2239
2240 2017-12-01 Yao Qi <yao.qi@linaro.org>
2241
2242 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2243 the URL in copyright header.
2244 * gdb.arch/aarch64-fp.exp: Likewise.
2245 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2246 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2247 * gdb.base/expand-psymtabs.exp: Likewise.
2248 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2249 * gdb.fortran/common-block.exp: Likewise.
2250 * gdb.fortran/common-block.f90: Likewise.
2251 * gdb.fortran/logical.exp: Likewise.
2252 * gdb.fortran/vla-datatypes.f90: Likewise.
2253 * gdb.fortran/vla-sub.f90: Likewise.
2254
2255 2017-11-30 Joel Brobecker <brobecker@adacore.com>
2256
2257 * gdb.ada/repeat_dyn: New testcase.
2258
2259 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2260
2261 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2262 Update for changed thread numbering.
2263 * gdb.cell/bt.exp: Update for changed GDB output.
2264
2265 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2266
2267 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2268 setting isremote by hand.
2269 * boards/dwarf4-gdb-index.exp: Likewise.
2270 * boards/fission.exp: Likewise.
2271 * boards/stabs.exp: Likewise.
2272
2273 2017-11-30 Pedro Alves <palves@redhat.com>
2274
2275 * gdb.linespec/cpls-ops.exp
2276 (check_explicit_skips_function_argument): Extract the underlying
2277 type of size_t instead of hardcoding it.
2278
2279 2017-11-29 Pedro Alves <palves@redhat.com>
2280
2281 PR c++/19436
2282 * gdb.linespec/cpls-abi-tag.cc: New file.
2283 * gdb.linespec/cpls-abi-tag.exp: New file.
2284
2285 2017-11-29 Pedro Alves <palves@redhat.com>
2286
2287 * gdb.base/langs.exp: Use -qualified.
2288 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2289 it.
2290 * gdb.cp/namespace.exp: Use -qualified.
2291 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2292 (overload-3, template-overload, template-ret-type, const-overload)
2293 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2294 procedures.
2295 (test_driver): Call them.
2296 * gdb.cp/save-bp-qualified.cc: New.
2297 * gdb.cp/save-bp-qualified.exp: New.
2298 * gdb.linespec/explicit.exp: Test -qualified.
2299 * lib/completion-support.exp (completion::explicit_opts_list): Add
2300 "-qualified".
2301 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2302
2303 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2304
2305 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2306
2307 2017-11-29 Tom Tromey <tom@tromey.com>
2308
2309 * gdb.base/relocate.exp: Update invalid argument test.
2310 Add new tests for invalid arguments.
2311
2312 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2313
2314 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2315 Return 0 as a long.
2316 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2317
2318 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2319
2320 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2321 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2322 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2323 func ().
2324 * gdb.cp/shadow.cc (B.func): Return 0.
2325
2326 2017-11-27 Joel Brobecker <brobecker@adacore.com>
2327
2328 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2329 expected output in gdb_expect call to allow the exception
2330 message to be present as well. Fix syntax confusion to avoid
2331 TCL thinking that exception_name is an array.
2332
2333 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2334
2335 * gdb.arch/spu-info.c: Include <unistd.h>.
2336 (do_signal_test): Fix broken calls to write.
2337 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2338 Fix checks for empty mailboxes. Update signal tests for corrected
2339 do_signal_test routine. Allow nonzero event status.
2340 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2341 * gdb.cell/arch.exp: Use standard_output_file.
2342 * gdb.cell/break.exp: Likewise.
2343 * gdb.cell/bt.exp: Likewise.
2344 * gdb.cell/core.exp: Likewise.
2345 * gdb.cell/dwarfaddr.exp: Likewise.
2346 * gdb.cell/ea-cache.exp: Likewise.
2347 * gdb.cell/ea-standalone.exp: Likewise.
2348 * gdb.cell/f-regs.exp: Likewise.
2349 * gdb.cell/fork.exp: Likewise.
2350 * gdb.cell/gcore.exp: Likewise.
2351 * gdb.cell/mem-access.exp: Likewise.
2352 * gdb.cell/ptype.exp: Likewise.
2353 * gdb.cell/registers.exp: Likewise.
2354 * gdb.cell/sizeof.exp: Likewise.
2355 * gdb.cell/solib-symbol.exp: Likewise.
2356 * gdb.cell/solib.exp: Likewise.
2357
2358 2017-11-25 Pedro Alves <palves@redhat.com>
2359
2360 * gdb.base/complete-empty.exp: New file.
2361 * gdb.base/completion.exp: Adjust.
2362
2363 2017-11-25 Pedro Alves <palves@redhat.com>
2364
2365 * gdb.linespec/cpls-ops.cc: New file.
2366 * gdb.linespec/cpls-ops.exp: New file.
2367 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2368 factored out from ...
2369 (test_complete_prefix_range): ... this.
2370
2371 2017-11-24 Pedro Alves <palves@redhat.com>
2372
2373 * gdb.linespec/cpcompletion.exp: New file.
2374 * gdb.linespec/cpls-hyphen.cc: New file.
2375 * gdb.linespec/cpls.cc: New file.
2376 * gdb.linespec/cpls2.cc: New file.
2377 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2378 test to use test_gdb_complete_unique. Add label completion,
2379 keyword completion and explicit location completion tests.
2380 * lib/completion-support.exp: New file.
2381
2382 2017-11-24 Joel Brobecker <brobecker@adacore.com>
2383
2384 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2385 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2386 when hitting an exception catchpoint.
2387
2388 2017-11-22 Yao Qi <yao.qi@linaro.org>
2389
2390 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2391
2392 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2393
2394 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2395 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2396 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2397
2398 2017-11-22 Yao Qi <yao.qi@linaro.org>
2399
2400 * gdb.base/info-os.exp: Pass pthreads.
2401 * gdb.multi/multi-attach.exp: Likewise.
2402
2403 2017-11-22 Yao Qi <yao.qi@linaro.org>
2404
2405 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2406 compiler.
2407
2408 2017-11-22 Yao Qi <yao.qi@linaro.org>
2409
2410 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2411 * gdb.base/break-interp.exp: Likewise.
2412 * gdb.base/jit-attach-pie.exp: Likewise.
2413
2414 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2415
2416 * gdb.base/float128.c (large128): New variable.
2417 * gdb.base/float128.exp: Add test to print largest __float128 value.
2418
2419 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2420
2421 * gdb.arch/vsx-regs.exp: Update register content checks.
2422
2423 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2424
2425 * gdb.arch/ppc-longdouble.exp: New file.
2426 * gdb.arch/ppc-longdouble.c: Likewise.
2427
2428 2017-11-21 Pedro Alves <palves@redhat.com>
2429
2430 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2431
2432 2017-11-20 Pedro Alves <palves@redhat.com>
2433
2434 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2435 (long_double_typedef): New typedefs.
2436 Use DEF on double and long double.
2437 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2438 cases.
2439 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2440 and 'long_double_ptr_same_size' locals. Use them to decide
2441 whether cast from array/function to float is valid/invalid.
2442
2443 2017-11-17 Tom Tromey <tom@tromey.com>
2444
2445 * gdb.rust/traits.rs: New file.
2446 * gdb.rust/traits.exp: New file.
2447
2448 2017-11-17 Joel Brobecker <brobecker@adacore.com>
2449
2450 * gdb.ada/minsyms: New testcase.
2451
2452 2017-11-16 Pedro Alves <palves@redhat.com>
2453
2454 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2455 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2456
2457 2017-11-16 Pedro Alves <palves@redhat.com>
2458
2459 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2460 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2461
2462 2017-11-16 Pedro Alves <palves@redhat.com>
2463
2464 * gdb.server/reconnect-ctrl-c.c: New file.
2465 * gdb.server/reconnect-ctrl-c.exp: New file.
2466
2467 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2468
2469 * gdb.python/py-rbreak.exp: New file.
2470 * gdb.python/py-rbreak.c: New file.
2471 * gdb.python/py-rbreak-func2.c: New file.
2472
2473 2017-11-16 Pedro Alves <palves@redhat.com>
2474
2475 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2476 pattern.
2477 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2478 GDB.
2479
2480 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2481
2482 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2483 regex.
2484
2485 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2486
2487 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2488 test names.
2489
2490 2017-11-09 Pedro Alves <palves@redhat.com>
2491
2492 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2493 factored out from ...
2494 (top level): ... here, and adjusted to avoid expecting beyond the
2495 prompt in a single gdb_test_multiple.
2496
2497 2017-11-09 Pedro Alves <palves@redhat.com>
2498
2499 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2500 output.
2501 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2502 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2503 * gdb.server/ext-run.exp ("kill" test): Likewise.
2504 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2505
2506 2017-11-09 Pedro Alves <palves@redhat.com>
2507
2508 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2509 match till end of line.
2510
2511 2017-11-09 Pedro Alves <palves@redhat.com>
2512
2513 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2514
2515 2017-11-09 Pedro Alves <palves@redhat.com>
2516
2517 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2518 New procedures, factored out from ...
2519 (top level): ... here, and adjusted to avoid expecting beyond the
2520 prompt in one go.
2521
2522 2017-11-09 Pedro Alves <palves@redhat.com>
2523
2524 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2525 output. Fix '?' match.
2526
2527 2017-11-08 Joel Brobecker <brobecker@adacore.com>
2528
2529 * gdb.ada/scoped_watch: New testcase.
2530 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2531 which is actually correct.
2532 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2533 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2534
2535 2017-11-08 Pedro Alves <palves@redhat.com>
2536
2537 * gdb.gdb/complaints.exp (test_initial_complaints)
2538 (test_serial_complaints, test_short_complaints): Call
2539 complaint_internal instead of complaint.
2540
2541 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2542
2543 * gdb.threads/tls-core.c: New file.
2544 * gdb.threads/tls-core.exp: Likewise.
2545
2546 2017-11-08 Pedro Alves <palves@redhat.com>
2547
2548 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2549 (p Exported_Capitalized): New test.
2550 (p exported_capitalized): New test.
2551
2552 2017-11-07 Pedro Alves <palves@redhat.com>
2553
2554 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2555
2556 2017-11-07 Pedro Alves <palves@redhat.com>
2557
2558 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2559 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2560 (disable_invalid, disable_inverted, disable_negative): New
2561 procedures.
2562 ("bad numbers"): New set of tests.
2563
2564 2017-11-07 Pedro Alves <palves@redhat.com>
2565
2566 * gdb.cp/ena-dis-br-range.exp: Add tests.
2567
2568 2017-11-07 Pedro Alves <palves@redhat.com>
2569
2570 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2571
2572 2017-11-07 Xavier Roirand <roirand@adacore.com>
2573 Pedro Alves <palves@redhat.com>
2574
2575 * gdb.base/ena-dis-br.exp: Add reference to
2576 gdb.cp/ena-dis-br-range.exp.
2577 * gdb.cp/ena-dis-br-range.exp: New file.
2578 * gdb.cp/ena-dis-br-range.cc: New file.
2579
2580 2017-11-06 Pedro Alves <palves@redhat.com>
2581
2582 * gdb.base/attach-non-pgrp-leader.c: New.
2583 * gdb.base/attach-non-pgrp-leader.exp: New.
2584
2585 2017-11-06 Pedro Alves <palves@redhat.com>
2586
2587 * configure.ac: No longer check for termio.h and sgtty.h.
2588 * configure: Regenerate.
2589 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2590 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2591 Remove termio and sgtty code.
2592
2593 2017-11-03 Yao Qi <yao.qi@linaro.org>
2594
2595 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2596 in GDB is disabled.
2597
2598 2017-11-03 Yao Qi <yao.qi@linaro.org>
2599
2600 * gdb.python/py-thrhandle.exp: Skip it if python is not
2601 enabled.
2602
2603 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2604
2605 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2606 as a breakpoint command.
2607
2608 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2609
2610 PR python/21213
2611 * gdb.python/py-infthread.exp: Test calling
2612 InferiorThread.inferior () multiple times in a row.
2613
2614 2017-10-27 Keith Seitz <keiths@redhat.com>
2615
2616 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2617 Test "info break" for every inlined function breakpoint.
2618
2619 2017-10-27 Yao Qi <yao.qi@linaro.org>
2620
2621 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2622
2623 2017-10-26 Patrick Frants <osscontribute@gmail.com>
2624
2625 * gdb.cp/classes.exp (test_static_members): Test printing
2626 Outer::instance.
2627 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2628 (Inner::instance, Outer::instance): New.
2629
2630 2017-10-24 Pedro Alves <palves@redhat.com>
2631
2632 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2633 extra console" test in two stages.
2634
2635 2017-10-24 Pedro Alves <palves@redhat.com>
2636
2637 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2638
2639 2017-10-24 Pedro Alves <palves@redhat.com>
2640
2641 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2642 loop.
2643
2644 2017-10-24 Pedro Alves <palves@redhat.com>
2645
2646 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2647 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2648
2649 2017-10-24 Pedro Alves <palves@redhat.com>
2650
2651 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2652 parameter and handle it. Don't output read value in test name.
2653
2654 2017-10-24 Pedro Alves <palves@redhat.com>
2655
2656 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2657 custom test name.
2658
2659 2017-10-24 Pedro Alves <palves@redhat.com>
2660
2661 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2662 include the unstable output directory name in the test's name.
2663 (initial_setup_simple) <'set args'>: Use custom test name.
2664
2665 2017-10-24 Pedro Alves <palves@redhat.com>
2666
2667 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2668 with explicit test name.
2669
2670 2017-10-20 Pedro Alves <palves@redhat.com>
2671
2672 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2673 'wait -i'. Use gdb_assert and remote_close.
2674
2675 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2676
2677 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2678 number from variable rather than hard-coded.
2679
2680 2017-10-19 Pedro Alves <palves@redhat.com>
2681
2682 * gdb.base/long-inferior-output.c: New file.
2683 * gdb.base/long-inferior-output.exp: New file.
2684
2685 2017-11-18 Keith Seitz <keiths@redhat.com>
2686
2687 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2688 method.
2689 (main): Call it.
2690 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2691 Add additional user-defined conversion operator tests.
2692
2693 2017-10-17 Pedro Alves <palves@redhat.com>
2694
2695 * boards/native-stdio-gdbserver.exp: Load "local-board".
2696
2697 2017-10-17 Pedro Alves <palves@redhat.com>
2698
2699 * gdb.base/quit-live.c: New file.
2700 * gdb.base/quit-live.exp: New file.
2701
2702 2017-10-16 Keith Seitz <keiths@redhat.com>
2703
2704 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2705 (class_with_protected_typedef, class_with_private_typedef)
2706 (struct_with_public_typedef, struct_with_protected_typedef)
2707 (struct_with_private_typedef): New classes/structs.
2708 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2709 typedefs and access specifiers.
2710
2711 2017-10-16 Pedro Alves <palves@redhat.com>
2712 Simon Marchi <simon.marchi@polymtl.ca>
2713
2714 * README (Local vs Remote vs Native): New section.
2715 * boards/local-board.exp: New file, with bits factored out from
2716 ...
2717 * boards/native-extended-gdbserver.exp: ... here. Load
2718 "local-board".
2719 * boards/native-gdbserver.exp: Load "local-board".
2720 (${board}_spawn, ${board}_exec): Delete.
2721 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2722 ...
2723 * boards/stdio-gdbserver-base.exp: ... this new file.
2724 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2725 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2726 procedure.
2727 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2728 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2729 stdio_gdbserver_command.
2730 (${board}_get_remote_address, ${board}_get_comm_port)
2731 (${board}_download, ${board}_upload): Delete.
2732 (get_target_remote_pipe_cmd): New.
2733
2734 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2735
2736 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2737 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2738 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2739 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2740 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2741 remove with_test_prefix.
2742
2743 2017-10-13 Pedro Alves <palves@redhat.com>
2744
2745 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2746 * gdb.base/annota1.exp: Use it instead of is_remote.
2747 * gdb.base/annota3.exp: Use it instead of is_remote.
2748 * gdb.cp/annota2.exp: Use it instead of is_remote.
2749 * gdb.cp/annota3.exp: Use it instead of is_remote.
2750 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2751
2752 2017-10-13 Pedro Alves <palves@redhat.com>
2753
2754 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2755 (test_num_test_vars, run_and_count_vars, find_env)
2756 (test_set_unset_env, test_inherit_env_var): New procedures.
2757 (top level): Use them.
2758
2759 2017-10-13 Pedro Alves <palves@redhat.com>
2760
2761 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2762 also skip on stub-like targets.
2763
2764 2017-10-13 Pedro Alves <palves@redhat.com>
2765
2766 PR gdb/22293
2767 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2768 (top level): Move some tests to ...
2769 (test_not_found): ... this new procedure.
2770 (top level): Call it.
2771
2772 2017-10-13 Pedro Alves <palves@redhat.com>
2773
2774 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2775 expect different "info terminal" output if testing with a
2776 non-native target.
2777
2778 2017-10-13 Pedro Alves <palves@redhat.com>
2779 Simon Marchi <simon.marchi@polymtl.ca>
2780
2781 PR python/12966
2782 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2783
2784 2017-10-13 Pedro Alves <palves@redhat.com>
2785
2786 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2787 already.
2788
2789 2017-10-13 Pedro Alves <palves@redhat.com>
2790
2791 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2792 is_remote.
2793
2794 2017-10-13 Pedro Alves <palves@redhat.com>
2795
2796 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2797 is_remote.
2798
2799 2017-10-13 Pedro Alves <palves@redhat.com>
2800
2801 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2802 is set.
2803 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2804 instead of is_remote.
2805
2806 2017-10-13 Pedro Alves <palves@redhat.com>
2807
2808 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2809 (top level): Add comment.
2810
2811 2017-10-13 Pedro Alves <palves@redhat.com>
2812
2813 * gdb.base/remote.exp (top level): Fix comment typo and add
2814 missing return.
2815
2816 2017-10-13 Pedro Alves <palves@redhat.com>
2817 Simon Marchi <simon.marchi@polymtl.ca>
2818
2819 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2820 calls and add comments. Skip test if use_gdb_stub is set.
2821 (top level): Use "set cwd" command instead of "cd" command.
2822
2823 2017-10-13 Pedro Alves <palves@redhat.com>
2824
2825 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2826 is_remote target check.
2827
2828 2017-10-13 Pedro Alves <palves@redhat.com>
2829
2830 * gdb.base/scope.exp: Use build_executable + clean_restart +
2831 gdb_file_cmd instead of prepare_for_testing and no longer skip
2832 "before run" tests on is_remote target boards. Update comments.
2833 * boards/native-extended-gdbserver.exp
2834 (extended_gdbserver_load_last_file): New, factored out from ...
2835 (gdb_load): ... this. Move further below and add comment.
2836 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2837
2838 2017-10-12 Pedro Alves <palves@redhat.com>
2839
2840 * gdb.base/attach.exp: Remove references to gdb64.
2841 * gdb.base/dbx.exp: Remove references to gdb64.
2842
2843 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2844 Pedro Alves <palves@redhat.com>
2845
2846 * gdb.base/label.exp: Remove is_remote target check.
2847
2848 2017-10-12 Pedro Alves <palves@redhat.com>
2849
2850 * gdb.base/auvx.exp (coredir): Update comment.
2851 (top level) <core_works>: Use "set cwd" command instead of "cd"
2852 command.
2853
2854 2017-10-12 Pedro Alves <palves@redhat.com>
2855 Simon Marchi <simon.marchi@polymtl.ca>
2856
2857 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2858 target boards.
2859
2860 2017-10-12 Pedro Alves <palves@redhat.com>
2861 Simon Marchi <simon.marchi@polymtl.ca>
2862
2863 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2864 Instead skip if there's any gdb_protocol set.
2865
2866 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2867 Pedro Alves <palves@redhat.com>
2868
2869 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2870
2871 2017-10-12 Pedro Alves <palves@redhat.com>
2872 Simon Marchi <simon.marchi@polymtl.ca>
2873
2874 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2875 instead of on dejagnu remote boards.
2876
2877 2017-10-12 Pedro Alves <palves@redhat.com>
2878 Simon Marchi <simon.marchi@polymtl.ca>
2879
2880 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2881 checks. Use build_executable + clean_restart instead of
2882 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2883 of enabling non-stop after starting gdb.
2884
2885 2017-10-12 Pedro Alves <palves@redhat.com>
2886
2887 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2888 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2889 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2890 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2891
2892 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2893
2894 * gdb.arch/arc-tdesc-cpu.exp: New file.
2895 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2896
2897 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2898
2899 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2900
2901 2017-10-10 Pedro Alves <palves@redhat.com>
2902
2903 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2904 expect CLI output.
2905
2906 2017-10-10 Pedro Alves <palves@redhat.com>
2907
2908 * lib/selftest-support.exp (selftest_setup): Update for
2909 captured_command_loop's prototype change.
2910
2911 2017-10-09 Pedro Alves <palves@redhat.com>
2912
2913 Test both arch1=>arch2 and arch2=>arch1.
2914
2915 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2916 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2917 factored out to...
2918 (append_arch1_options, append_arch2_options, append_arch_options)
2919 (build_executables): New procedures.
2920 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2921 local.
2922 (top level): Add new 'first_arch' testing axis.
2923
2924 2017-10-09 Pedro Alves <palves@redhat.com>
2925
2926 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2927 (barrier): New.
2928 (thread_start, all_started): New functions.
2929 (main): Spawn new thread and wait until it is scheduled.
2930 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2931 option.
2932 (do_test): Add 'selected_thread' parameter. Run to all_started
2933 instead of main. Explicitly set the breakpoint at main. Switch
2934 to the SELECTED_THREAD thread.
2935 (top level): Test handling the exec event with either the main
2936 thread or the second thread selected.
2937
2938 2017-10-09 Pedro Alves <palves@redhat.com>
2939
2940 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2941 logic. Move STOP marker after the value checks.
2942 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2943 regexp.
2944
2945 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2946
2947 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2948
2949 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2950
2951 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2952 integer-to-dfp conversion.
2953 * gdb.base/dfp-test.exp: Likewise.
2954
2955 2017-10-04 Pedro Alves <palves@redhat.com>
2956
2957 * gdb.multi/hangout.c: Include <unistd.h>.
2958 (hangout_loop): New function.
2959 (main): Call alarm. Call hangout_loop in a loop.
2960 * gdb.multi/hello.c: Include <unistd.h>.
2961 (hello_loop): New function.
2962 (main): Call alarm. Call hangout_loop in a loop.
2963 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2964 inferior with the other selected.
2965
2966 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2967
2968 * gdb.mi/list-thread-groups-available.exp: New file.
2969 * gdb.mi/list-thread-groups-available.c: New file.
2970
2971 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2972
2973 * gdb.base/set-cwd.exp: Make it available on
2974 native-extended-gdbserver.
2975
2976 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2977
2978 * gdb.base/set-cwd.c: New file.
2979 * gdb.base/set-cwd.exp: Likewise.
2980
2981 2017-10-02 Tom Tromey <tom@tromey.com>
2982
2983 PR rust/22236:
2984 * gdb.rust/simple.rs (main): New variable "fslice".
2985 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2986
2987 2017-10-02 Tom Tromey <tom@tromey.com>
2988
2989 * gdb.rust/simple.exp: Test ptype of a slice.
2990
2991 2017-10-02 Tom Tromey <tom@tromey.com>
2992
2993 * gdb.rust/simple.exp: Test index of slice.
2994
2995 2017-09-27 Tom Tromey <tom@tromey.com>
2996
2997 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2998
2999 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3000 Pedro Alves <palves@redhat.com>
3001
3002 * gdb.base/compare-sections.exp (get value of read-only section): Read
3003 as unsigned value.
3004 (corrupt read-only section): Likewise and don't set written if patching
3005 failed.
3006
3007 2017-09-21 Kevin Buettner <kevinb@redhat.com>
3008
3009 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3010 files.
3011
3012 2017-09-20 Pedro Alves <palves@redhat.com>
3013
3014 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3015 symbol names in gdb's output.
3016 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3017
3018 2017-09-20 Pedro Alves <palves@redhat.com>
3019
3020 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3021 Rename to ...
3022 (test_list_ambiguous_symbol): ... this and add a symbol name
3023 parameter. Adjust.
3024 (test_list_ambiguous_function): Reimplement on top of
3025 test_list_ambiguous_symbol and also test listing ambiguous
3026 variables.
3027 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3028 (ambiguous_fun): ... this.
3029 (ambiguous_var): New.
3030 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3031 (ambiguous_fun): ... this.
3032 (ambiguous_var): New.
3033
3034 2017-09-19 John Baldwin <jhb@FreeBSD.org>
3035
3036 * gdb.base/starti.c: New file.
3037 * gdb.base/starti.exp: New file.
3038 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3039
3040 2017-09-14 Pedro Alves <palves@redhat.com>
3041
3042 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3043 (top level): Use it instead of runto.
3044
3045 2017-09-11 Tom Tromey <tom@tromey.com>
3046
3047 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3048
3049 2017-09-11 Tom Tromey <tom@tromey.com>
3050
3051 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3052 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3053
3054 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3055
3056 * gdb.fortran/printing-types.exp: New file.
3057 * gdb.fortran/printing-types.exp: New file.
3058
3059 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3060
3061 * gdb.fortran/vla-ptype.exp: Fix typos.
3062 * gdb.fortran/vla-value.exp: Same.
3063
3064 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3065
3066 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3067 * gdb.mi/mi-var-child-f.exp: Likewise.
3068 * gdb.mi/mi-vla-fortran.exp: Likewise.
3069
3070 2017-09-08 Frank Penczek <frank.penczek@intel.com>
3071 Christoph Weinmann <christoph.t.weinmann@intel.com>
3072 Bernhard Heckel <bernhard.heckel@intel.com>
3073
3074 * gdb.fortran/ptr-indentation.f90: New file.
3075 * gdb.fortran/ptr-indentation.exp: New file.
3076
3077 2017-09-05 Tom Tromey <tom@tromey.com>
3078
3079 PR gdb/22010:
3080 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3081
3082 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3083
3084 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3085
3086 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3087
3088 * gdb.threads/tls-nodebug-pie.c: New file.
3089 * gdb.threads/tls-nodebug-pie.exp: New file.
3090
3091 2017-09-05 Tom Tromey <tom@tromey.com>
3092
3093 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3094 for rust.
3095
3096 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3097
3098 * gdb.multi/multi-arch-exec.exp: Test with different
3099 "follow-exec-mode" settings.
3100 (do_test): New procedure.
3101
3102 2017-09-04 Pedro Alves <palves@redhat.com>
3103
3104 * gdb.base/func-static.c (S::method const, S::method volatile)
3105 (S::method volatile const): New methods.
3106 (c_s, v_s, cv_s): New instances.
3107 (main): Call method() on them.
3108 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3109 (cannot_resolve): New procedure.
3110 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3111 print-quote-unquoted columns.
3112 (do_test): Test printing each scope too.
3113
3114 2017-09-04 Pedro Alves <palves@redhat.com>
3115
3116 * gdb.base/local-static.exp: Also test with
3117 class::method::variable wholly quoted.
3118 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3119
3120 2017-09-04 Pedro Alves <palves@redhat.com>
3121
3122 * gdb.base/local-static.c: New.
3123 * gdb.base/local-static.cc: New.
3124 * gdb.base/local-static.exp: New.
3125
3126 2017-09-04 Pedro Alves <palves@redhat.com>
3127
3128 * gdb.asm/asm-source.exp: Add casts to int.
3129 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3130 (dataglobal64_1, dataglobal64_2): New globals.
3131 * gdb.base/nodebug.exp: Test different expressions involving the
3132 new globals, with print, whatis and ptype. Add casts to int.
3133 * gdb.base/solib-display.exp: Add casts to int.
3134 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3135 * gdb.cp/m-static.exp: Add cast to int.
3136 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3137 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3138 tls variable with no debug info without a cast. Test with a cast
3139 to int too.
3140 * gdb.trace/entry-values.exp: Add casts.
3141
3142 2017-09-04 Pedro Alves <palves@redhat.com>
3143
3144 * gdb.base/nodebug.exp: Test that ptype's error about functions
3145 with unknown return type includes the function name too.
3146
3147 2017-09-04 Pedro Alves <palves@redhat.com>
3148
3149 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3150 return type of munmap in infcall.
3151 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3152 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3153 type of ftell in infcall.
3154 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3155 type of getpid in infcall.
3156 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3157 infcall.
3158 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3159 Bail on failure to extract the pid.
3160 * gdb.base/nodebug.c: #include <stdint.h>.
3161 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3162 New functions.
3163 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3164 Change expected output of print/whatis/ptype with functions with
3165 no debug info. Test all supported languages. Call
3166 test_call_promotion.
3167 * gdb.compile/compile.exp: Adjust expected output to expect
3168 warning.
3169 * gdb.threads/siginfo-threads.exp: Likewise.
3170
3171 2017-09-04 Pedro Alves <palves@redhat.com>
3172
3173 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3174 "prototypes". Test calling float functions via prototyped and
3175 unprototyped function pointers.
3176 (perform_all_tests): New parameter "prototypes". Pass it down.
3177 (top level): Pass down "prototypes" parameter to
3178 perform_all_tests.
3179
3180 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3181
3182 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3183 Test with nested loops.
3184
3185 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3186
3187 * gdb.base/commands.exp: Call the new procedures.
3188 (loop_break_test, loop_continue_test): New procedures.
3189
3190 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3191
3192 * gdb.base/commands.exp: Call new procedure.
3193 (define_if_without_arg_test): New procedure.
3194
3195 2017-09-04 Pedro Alves <palves@redhat.com>
3196
3197 * gdb.base/list-ambiguous.exp: New file.
3198 * gdb.base/list-ambiguous0.c: New file.
3199 * gdb.base/list-ambiguous1.c: New file.
3200 * gdb.base/list.exp (test_list_range): Adjust expected output.
3201
3202 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3203
3204 * gdb.base/share-env-with-gdbserver.c: New file.
3205 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3206
3207 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3208
3209 * gdb.base/commands.exp (gdbvar_simple_if_test,
3210 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3211 progvar_simple_if_test, progvar_simple_while_test,
3212 progvar_complex_if_while_test, user_defined_command_test,
3213 user_defined_command_args_eval,
3214 user_defined_command_args_stack_test,
3215 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3216 temporary_breakpoint_commands,
3217 gdb_test_no_prompt, redefine_hook_test,
3218 redefine_backtrace_test): Remove "global gdb_prompt".
3219
3220 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3221
3222 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3223 New proc, call it from toplevel.
3224
3225 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3226
3227 PR remote/21852
3228 * gdb.server/normal.c: New file, copied from gdb.base.
3229 * gdb.server/run-without-local-binary.exp: New file.
3230
3231 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
3232
3233 * gdb.arch/sparc64-adi.exp: New file.
3234 * gdb.arch/sparc64-adi.c: New file.
3235
3236 2017-08-22 Pedro Alves <palves@redhat.com>
3237
3238 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3239 (top level): Add "list all overloads" tests.
3240
3241 2017-08-22 Tom Tromey <tom@tromey.com>
3242
3243 * gdb.gdb/xfullpath.exp: Remove.
3244
3245 2017-08-21 Pedro Alves <palves@redhat.com>
3246
3247 PR gdb/19487
3248 * gdb.base/symbol-alias.c: New.
3249 * gdb.base/symbol-alias2.c: New.
3250 * gdb.base/symbol-alias.exp: New.
3251
3252 2017-08-21 Pedro Alves <palves@redhat.com>
3253
3254 * gdb.base/dfp-test.c
3255 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3256 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3257 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3258 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3259 * gdb.base/whatis-ptype-typedefs.c: New.
3260 * gdb.base/whatis-ptype-typedefs.exp: New.
3261 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3262 (an_int, an_int_type, an_int_type2): New globals.
3263 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3264 involving typedefs and cast expressions.
3265 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3266 (lookup_typedefs_function): New.
3267 (typedefs_pretty_printers_dict): New.
3268 (top level): Register lookup_typedefs_function in
3269 gdb.pretty_printers.
3270
3271 2017-08-18 Yao Qi <yao.qi@linaro.org>
3272
3273 * gdb.server/unittest.exp: New.
3274
3275 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3276
3277 PR gdb/21954
3278 * gdb.base/environ.exp: Add test to check if 'unset environment'
3279 works.
3280
3281 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3282
3283 * lib/gdb.exp (universal_compile_options): New caching proc.
3284 (gdb_compile): Suppress GCC's coloring of messages.
3285
3286 2017-08-14 Tom Tromey <tom@tromey.com>
3287
3288 PR gdb/21675:
3289 * gdb.base/printcmds.exp (test_radices): New function.
3290 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3291 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3292 * lib/gdb.exp (get_integer_valueof): Use p/d.
3293
3294 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3295
3296 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3297 characters.
3298
3299 2017-08-05 Tom Tromey <tom@tromey.com>
3300
3301 * gdb.rust/simple.exp: Allow String to appear in a different
3302 namespace.
3303
3304 2017-07-26 Yao Qi <yao.qi@linaro.org>
3305
3306 * gdb.gdb/unittest.exp: Invoke command
3307 "maintenance check xml-descriptions".
3308
3309 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3310
3311 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3312 calling context.
3313 (hex128): Drop erroneous calculation of parameters.
3314
3315 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3316
3317 * gdb.python/py-unwind.exp: Disable stack protection when
3318 building test file.
3319
3320 2017-07-20 Pedro Alves <palves@redhat.com>
3321
3322 * gdb.base/default.exp (set language): Adjust expected output.
3323
3324 2017-07-20 Pedro Alves <palves@redhat.com>
3325
3326 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3327 (test_minsym): ... this, and make static.
3328 (get_pck__foo__bar__minsym): Rename to ...
3329 (get_test_minsym): ... this.
3330 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3331 symbol names and comments.
3332 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3333 (get_test_minsym): ... this.
3334 (pck__foo__bar__minsym__2): Rename to ...
3335 (test_minsym): ... this.
3336 (main): Adjust.
3337
3338 2017-07-17 Pedro Alves <palves@redhat.com>
3339
3340 * gdb.base/completion.exp: Adjust expected output.
3341 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3342 the completer works.
3343
3344 2017-07-17 Pedro Alves <palves@redhat.com>
3345
3346 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3347
3348 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3349
3350 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3351
3352 2017-07-14 Tom Tromey <tom@tromey.com>
3353
3354 PR rust/21764:
3355 * gdb.rust/simple.exp: Add tests.
3356
3357 2017-07-14 Tom Tromey <tom@tromey.com>
3358
3359 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3360
3361 2017-07-14 Pedro Alves <palves@redhat.com>
3362
3363 * gdb.linespec/base/one/thefile.cc (z1): New function.
3364 * gdb.linespec/base/two/thefile.cc (z2): New function.
3365 * gdb.linespec/linespec.exp: Add tests.
3366
3367 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3368
3369 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3370 to mi_create_breakpoint.
3371
3372 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3373
3374 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3375 mi_create_breakpoint.
3376
3377 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3378
3379 * gdb.dlang/demangle.exp: Update for demangling changes.
3380
3381 2017-07-09 Tom Tromey <tom@tromey.com>
3382
3383 * gdb.dwarf2/shortpiece.exp: New file.
3384
3385 2017-07-06 David Blaikie <dblaikie@gmail.com>
3386
3387 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3388 built from fissiont-multi-cu{1,2}.c.
3389 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3390 except putting 'main' and 'func' in separate CUs in the same DWO file.
3391 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3392 test.
3393 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3394 test.
3395
3396 2017-07-06 Pedro Alves <palves@redhat.com>
3397
3398 * gdb.python/py-unwind.exp: Test flushregs.
3399
3400 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3401
3402 PR cli/21688
3403 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3404 tests for alias commands and trailing whitespace.
3405
3406 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3407
3408 PR cli/21688
3409 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3410 procedure. Call it.
3411
3412 2017-06-29 Pedro Alves <palves@redhat.com>
3413
3414 * gdb.base/printcmds.exp: Add tests.
3415
3416 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3417
3418 PR gdb/21337
3419 * gdb.base/reread-readsym.exp: New file.
3420 * gdb.base/reread-readsym.c: New file.
3421
3422 2017-06-21 Kevin Buettner <kevinb@redhat.com>
3423
3424 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3425 subpattern.
3426
3427 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3428
3429 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3430 extended mnemonic.
3431 * gdb.arch/powerpc-power9.s: Likewise.
3432
3433 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3434
3435 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3436 on 32-bit x86 targets. Exploit is_*_target macros where
3437 appropriate.
3438
3439 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3440
3441 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3442 register pieces.
3443
3444 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3445
3446 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3447 located in one or more DWARF pieces.
3448
3449 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3450
3451 * lib/gdb.exp (get_endianness): New proc.
3452 * gdb.arch/aarch64-fp.exp: Use it.
3453 * gdb.arch/altivec-regs.exp: Likewise.
3454 * gdb.arch/e500-regs.exp: Likewise.
3455 * gdb.arch/vsx-regs.exp: Likewise.
3456 * gdb.base/dump.exp: Likewise.
3457 * gdb.base/funcargs.exp: Likewise.
3458 * gdb.base/gnu_vector.exp: Likewise.
3459 * gdb.dwarf2/formdata16.exp: Likewise.
3460 * gdb.dwarf2/implptrpiece.exp: Likewise.
3461 * gdb.dwarf2/nonvar-access.exp: Likewise.
3462 * gdb.python/py-inferior.exp: Likewise.
3463 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3464
3465 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3466
3467 PR gdb/21226
3468 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3469 stack value pieces are taken from the LSB end.
3470
3471 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3472
3473 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3474 variable at nonzero offset.
3475
3476 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3477
3478 * gdb.dwarf2/var-access.c: New file.
3479 * gdb.dwarf2/var-access.exp: New test.
3480 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3481
3482 2017-06-12 Tom Tromey <tom@tromey.com>
3483
3484 * gdb.dwarf2/formdata16.exp: Add tests.
3485
3486 2017-06-12 Tom Tromey <tom@tromey.com>
3487
3488 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3489
3490 2017-06-12 Tom Tromey <tom@tromey.com>
3491
3492 PR exp/16225:
3493 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3494 * gdb.arch/vsx-regs.exp: Update tests.
3495 * gdb.arch/s390-vregs.exp (hex128): New proc.
3496 Update test.
3497 * gdb.arch/altivec-regs.exp: Update tests.
3498
3499 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3500
3501 * gdb.base/startup-with-shell.c: New file.
3502 * gdb.base/startup-with-shell.exp: Likewise.
3503
3504 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3505
3506 * gdb.server/non-existing-program.exp: Update regex in order to
3507 reflect the fact that gdbserver is now using fork_inferior (with a
3508 shell) to startup the inferior.
3509
3510 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3511
3512 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3513 support function calls from GDB.
3514
3515 2017-05-21 Tom Tromey <tom@tromey.com>
3516
3517 PR rust/21466:
3518 * gdb.rust/unsized.exp: New file.
3519 * gdb.rust/unsized.rs: New file.
3520
3521 2017-05-19 Tom Tromey <tom@tromey.com>
3522
3523 PR rust/21484:
3524 * gdb.rust/watch.exp: New file.
3525 * gdb.rust/watch.rs: New file.
3526
3527 2017-05-18 Tom Tromey <tom@tromey.com>
3528
3529 * gdb.rust/simple.exp: Allow Box to be qualified.
3530
3531 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3532
3533 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3534
3535 2017-05-18 Pedro Alves <palves@redhat.com>
3536
3537 * gdb.base/fileio.c (test_write, test_read, test_close)
3538 (test_fstat): Don't print 'ret' in the fail path.
3539
3540 2017-05-18 Pedro Alves <palves@redhat.com>
3541
3542 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3543 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3544 (test_system, test_rename, test_unlink, test_time): Change
3545 prototypes.
3546 * gdb.base/fileio.exp (stop_msg): Adjust.
3547
3548 2017-05-18 Pedro Alves <palves@redhat.com>
3549
3550 * gdb.base/fileio.c (null_str): New global.
3551 (test_stat): Use it.
3552 * gdb.base/fileio.exp: Remove nowarnings.
3553
3554 2017-05-17 Yao Qi <yao.qi@linaro.org>
3555
3556 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3557
3558 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3559
3560 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3561 argument command.
3562 (top-level): Invoke test_set_inferior_tty.
3563
3564 2017-05-04 Pedro Alves <palves@redhat.com>
3565
3566 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3567 Add parens to print call for Python 3.
3568
3569 2017-05-03 Keith Seitz <keiths@redhat.com>
3570
3571 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3572 (main): Call it.
3573
3574 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3575
3576 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3577 to prev and next.
3578
3579 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3580
3581 * gdb.python/py-record-btrace.exp: Remove test for
3582 gdb.BtraceInstruction.error.
3583
3584 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3585
3586 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3587
3588 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3589
3590 * gdb.python/py-record-btrace-threads.c: New file.
3591 * gdb.python/py-record-btrace-threads.exp: New file.
3592
3593 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3594
3595 PR testsuite/8595
3596 * gdb.base/environ.exp: Make test available in all architectures.
3597 Move bits related to "info program" testing to
3598 gdb.base/info-program.exp. Rewrite tests to use the two new
3599 procedures mentione below.
3600 (test_set_show_env_var) New procedure.
3601 (test_set_show_env_var_equal): Likewise.
3602 * gdb.base/info-program.exp: New file.
3603
3604 2017-04-27 Keith Seitz <keiths@redhat.com>
3605
3606 * gdb.cp/oranking.cc (test15): New function.
3607 (main): Call test15 and declare additional variables for testing.
3608 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3609 "p foo101('abc')" tests.
3610 Add tests for cv qualifier overloads.
3611 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3612 "lvalue reference overload" test.
3613 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3614 "print value of f1 on Child&& in f2" test.
3615
3616 2017-04-19 Pedro Alves <palves@redhat.com>
3617
3618 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3619 procedure.
3620 (top level): Call it.
3621 * lib/gdb.exp (gdb_define_cmd): New procedure.
3622
3623 2017-04-12 Pedro Alves <palves@redhat.com>
3624
3625 PR gdb/21323
3626 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3627 (wchar): New global.
3628 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3629 (do_test_wide_char, wide_char_types_no_program, top level): Add
3630 wchar_t testing.
3631
3632 2017-04-12 Pedro Alves <palves@redhat.com>
3633
3634 PR c++/21323
3635 * gdb.cp/wide_char_types.c: New file.
3636 * gdb.cp/wide_char_types.exp: New file.
3637
3638 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3639
3640 PR gdb/21352
3641 * gdb.trace/tsv.exp: Add test for "tsave -r".
3642
3643 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3644
3645 * gdb.dlang/watch-loc.c: New file.
3646 * gdb.dlang/watch-loc.exp: New file.
3647
3648 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3649
3650 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3651
3652 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3653
3654 * gdb.arch/arc-analyze-prologue.S: New file.
3655 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3656
3657 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3658
3659 * gdb.arch/arc-decode-insn.S: New file.
3660 * gdb.arch/arc-decode-insn.exp: Likewise.
3661
3662 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3663
3664 PR tdep/20928
3665 * gdb.arch/sparc64-regs.exp: New file.
3666 * gdb.arch/sparc64-regs.S: Likewise.
3667
3668 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3669
3670 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3671 and memory view on Python 3.
3672
3673 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
3674 Keith Seitz <keiths@redhat.com>
3675
3676 PR gdb/14441
3677 * gdb.cp/demangle.exp: Add rvalue reference tests.
3678 * gdb.cp/rvalue-ref-casts.cc: New file.
3679 * gdb.cp/rvalue-ref-casts.exp: New file.
3680 * gdb.cp/rvalue-ref-overload.cc: New file.
3681 * gdb.cp/rvalue-ref-overload.exp: New file.
3682 * gdb.cp/rvalue-ref-params.cc: New file.
3683 * gdb.cp/rvalue-ref-params.exp: New file.
3684 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3685 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3686 * gdb.cp/rvalue-ref-types.cc: New file.
3687 * gdb.cp/rvalue-ref-types.exp: New file.
3688 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3689 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3690
3691 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3692
3693 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3694 New procedure.
3695
3696 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3697
3698 * lib/mi-support.exp (mi_gdb_test): Add additional message
3699 for unexpected output.
3700
3701 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3702
3703 * gdb.base/examine-backward.c (Barrier): New character array
3704 constant, to ensure that TestStrings is preceded by a string
3705 terminator.
3706
3707 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3708
3709 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3710 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3711 and implicit pointer into such a location.
3712
3713 2017-03-16 Doug Evans <dje@google.com>
3714
3715 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3716
3717 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3718
3719 * gdb.cp/m-static.exp: Fix expectation for prototype of
3720 test5.single_constructor and single_constructor::single_constructor.
3721
3722 2017-03-16 Doug Evans <dje@google.com>
3723
3724 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3725 * gdb.guile/scm-lazy-string.c: New file.
3726 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3727 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3728 for pointer, array, typedef lazy strings.
3729
3730 2017-03-16 Doug Evans <dje@google.com>
3731
3732 PR python/17728, python/18439, python/18779
3733 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3734 * gdb.python/py-lazy-string.c (pointer): New typedef.
3735 (main): New locals ptr, array, typedef_ptr.
3736 * gdb.python/py-value.exp: Move lazy string tests to ...
3737 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3738 array, typedef lazy strings.
3739
3740 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3741
3742 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3743 Add optional 'test' parameter.
3744
3745 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3746
3747 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3748 Skip for versions of DejaGnu < 1.5.
3749
3750 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3751
3752 * lib/gdb.exp (dejagnu_version): New proc.
3753 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3754 Use dejagnu_version.
3755
3756 2017-03-10 Keith Seitz <keiths@redhat.com>
3757
3758 PR c++/8128
3759 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3760 type from destructor regexps.
3761 Add a branch which actually passes the test.
3762 Adjust "ptype t5i" test names.
3763
3764 2017-03-08 Pedro Alves <palves@redhat.com>
3765
3766 * gdb.base/step-over-exit.exp: Add explicit test message.
3767
3768 2017-03-08 Pedro Alves <palves@redhat.com>
3769
3770 PR gdb/18360
3771 * gdb.threads/interrupt-while-step-over.c: New file.
3772 * gdb.threads/interrupt-while-step-over.exp: New file.
3773
3774 2017-03-08 Pedro Alves <palves@redhat.com>
3775
3776 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3777 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3778
3779 2017-03-08 Pedro Alves <palves@redhat.com>
3780
3781 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3782 PKRU as not supported as a PASS.
3783
3784 2017-03-08 Pedro Alves <palves@redhat.com>
3785
3786 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3787 prefix instead of $binfile1/$binfile2.
3788 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3789 in test message.
3790 * gdb.python/py-completion.exp: Use "load python file" as test
3791 messages instead of unstable path names.
3792
3793 2017-03-08 Pedro Alves <palves@redhat.com>
3794 Jan Kratochvil <jan.kratochvil@redhat.com>
3795
3796 PR cli/21218
3797 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3798 New proc.
3799 (top level): Call it.
3800
3801 2017-03-08 Pedro Alves <palves@redhat.com>
3802
3803 PR tui/21216
3804 * gdb.tui/tui-nl-filtered-output.exp: New file.
3805
3806 2017-03-08 Pedro Alves <palves@redhat.com>
3807
3808 * gdb.base/completion.exp: Move TUI completion tests to ...
3809 * gdb.tui/completion.exp: ... this new file.
3810
3811 2017-03-08 Pedro Alves <palves@redhat.com>
3812
3813 * gdb.base/tui-disasm-long-lines.c,
3814 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3815 gdb.base/tui-layout.exp: Move to ...
3816 * gdb.tui/: ... this new directory.
3817
3818 2017-03-07 Pedro Alves <palves@redhat.com>
3819
3820 * gdb.base/tui-layout.c: New file.
3821 * gdb.base/tui-layout.exp: New file.
3822
3823 2017-03-07 Pedro Alves <palves@redhat.com>
3824
3825 * gdb.base/tui-layout.c: Rename to ...
3826 * gdb.base/tui-disasm-long-lines.c: ... this.
3827 * gdb.base/tui-layout.exp: Rename to ...
3828 * gdb.base/tui-disasm-long-lines.exp: ... this.
3829
3830 2017-03-07 Pedro Alves <palves@redhat.com>
3831
3832 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3833
3834 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3835
3836 * i386-mpx-call.c: New file.
3837 * i386-mpx-call.exp: New file.
3838
3839 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3840
3841 * gdb.arch/powerpc-power.exp: Delete test.
3842 * gdb.arch/powerpc-power.s: Likewise.
3843 * gdb.disasm/disassembler-options.exp: New test.
3844 * gdb.arch/powerpc-altivec.exp: Likewise.
3845 * gdb.arch/powerpc-altivec.s: Likewise.
3846 * gdb.arch/powerpc-altivec2.exp: Likewise.
3847 * gdb.arch/powerpc-altivec2.s: Likewise.
3848 * gdb.arch/powerpc-altivec3.exp: Likewise.
3849 * gdb.arch/powerpc-altivec3.s: Likewise.
3850 * gdb.arch/powerpc-power7.exp: Likewise.
3851 * gdb.arch/powerpc-power7.s: Likewise.
3852 * gdb.arch/powerpc-power8.exp: Likewise.
3853 * gdb.arch/powerpc-power8.s: Likewise.
3854 * gdb.arch/powerpc-power9.exp: Likewise.
3855 * gdb.arch/powerpc-power9.s: Likewise.
3856 * gdb.arch/powerpc-vsx.exp: Likewise.
3857 * gdb.arch/powerpc-vsx.s: Likewise.
3858 * gdb.arch/powerpc-vsx2.exp: Likewise.
3859 * gdb.arch/powerpc-vsx2.s: Likewise.
3860 * gdb.arch/powerpc-vsx3.exp: Likewise.
3861 * gdb.arch/powerpc-vsx3.s: Likewise.
3862 * gdb.arch/arm-disassembler-options.exp: Likewise.
3863 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3864 * gdb.arch/s390-disassembler-options.exp: Likewise.
3865
3866 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
3867
3868 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3869 (check_supported_features): ... this. Changed return type to void.
3870 (supports_rdseed): New static global.
3871 (rdseed): Check supports_rdseed.
3872 (initialize): Call check_supported_features.
3873
3874 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3875
3876 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3877 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3878 and lqarx/stqcx.
3879 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3880 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3881
3882 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3883
3884 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3885 uppercase.
3886
3887 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3888
3889 * gdb.dwarf2/formdata16.c: New file.
3890 * gdb.dwarf2/formdata16.exp: New file.
3891 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3892
3893 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3894
3895 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3896 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3897 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3898 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3899 DW_AT_GNU_*.
3900
3901 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3902
3903 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3904
3905 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3906
3907 PR gdb/21164
3908 * gdb.base/maint.exp: Add testcases for when the commands do
3909 not have arguments.
3910
3911 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3912
3913 * gdb.cp/chained-calls.exp: Use p instead of P.
3914
3915 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3916
3917 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3918 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3919
3920 2017-02-14 Tom Tromey <tom@tromey.com>
3921
3922 PR python/13598:
3923 * gdb.python/py-events.exp: Add before_prompt event tests.
3924
3925 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3926
3927 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3928
3929 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3930
3931 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3932 (main): Call my_unique_function_name.
3933 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3934 completion of patterns with a single match.
3935 Add missing -re switches to gdb_test_multiple calls.
3936
3937 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3938
3939 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3940 return if core file is not recognized.
3941
3942 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3943
3944 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3945 and extra UIs.
3946
3947 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3948
3949 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3950 proc_with_prefix.
3951
3952 2017-02-10 Tom Tromey <tom@tromey.com>
3953
3954 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3955
3956 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
3957
3958 PR gdb/21122
3959 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3960
3961 2017-02-08 Jerome Guitton <guitton@adacore.com>
3962
3963 * gdb.base/define.exp: Add test for command abbreviations
3964 in define.
3965
3966 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
3967
3968 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3969 * gdb.reverse/insn-reverse-x86.c: New file.
3970
3971 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3972
3973 PR tdep/20936
3974 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3975
3976 2017-02-03 Tom Tromey <tom@tromey.com>
3977
3978 PR rust/21097:
3979 * gdb.rust/simple.exp: Add new tests.
3980
3981 2017-02-02 Pedro Alves <palves@redhat.com>
3982
3983 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3984 tests.
3985
3986 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3987
3988 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3989 taking a 2-byte value out of a 4-byte DWARF implicit value on
3990 big-endian targets.
3991 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3992 logic. Add test cases for DW_OP_implicit.
3993
3994 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3995
3996 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3997
3998 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3999
4000 * gdb.btrace/enable.exp: Call gdb_exit before
4001 skip_gdbserver_tests.
4002
4003 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4004
4005 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4006 GDBFLAGS.
4007
4008 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4009
4010 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4011 the test is skipped.
4012 * gdb.btrace/data.exp: Likewise.
4013 * gdb.btrace/delta.exp: Likewise.
4014 * gdb.btrace/dlopen.exp: Likewise.
4015 * gdb.btrace/enable-running.exp: Likewise.
4016 * gdb.btrace/enable.exp: Likewise.
4017 * gdb.btrace/exception.exp: Likewise.
4018 * gdb.btrace/function_call_history.exp: Likewise.
4019 * gdb.btrace/gcore.exp: Likewise.
4020 * gdb.btrace/instruction_history.exp: Likewise.
4021 * gdb.btrace/multi-thread-step.exp: Likewise.
4022 * gdb.btrace/nohist.exp: Likewise.
4023 * gdb.btrace/non-stop.exp: Likewise.
4024 * gdb.btrace/reconnect.exp: Likewise.
4025 * gdb.btrace/record_goto-step.exp: Likewise.
4026 * gdb.btrace/record_goto.exp: Likewise.
4027 * gdb.btrace/rn-dl-bind.exp: Likewise.
4028 * gdb.btrace/segv.exp: Likewise.
4029 * gdb.btrace/step.exp: Likewise.
4030 * gdb.btrace/stepi.exp: Likewise.
4031 * gdb.btrace/tailcall-only.exp: Likewise.
4032 * gdb.btrace/tailcall.exp: Likewise.
4033 * gdb.btrace/tsx.exp: Likewise.
4034 * gdb.btrace/unknown_functions.exp: Likewise.
4035 * gdb.btrace/vdso.exp: Likewise.
4036
4037 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4038
4039 * gdb.btrace/enable-running.c: New.
4040 * gdb.btrace/enable-running.exp: New.
4041
4042 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4043
4044 * gdb.arch/amd64-gs_base.c: New file.
4045 * gdb.arch/amd64-gs_base.exp: New file.
4046
4047 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4048
4049 * lib/memory.exp: Remove spurious empty newlines.
4050
4051 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4052
4053 * gdb.python/py-bad-printers.exp: Load python file using "source".
4054 * gdb.python/py-events.exp: Likewise.
4055 * gdb.python/py-evsignal.exp: Likewise.
4056 * gdb.python/py-evthreads.exp: Likewise.
4057 * gdb.python/py-frame-args.exp: Likewise.
4058 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4059 * gdb.python/py-framefilter-mi.exp: Likewise.
4060 * gdb.python/py-framefilter.exp: Likewise.
4061 * gdb.python/py-mi.exp: Likewise.
4062 * gdb.python/py-pp-maint.exp: Likewise.
4063 * gdb.python/py-pp-registration.exp: Likewise.
4064 * gdb.python/py-prettyprint.exp: Likewise.
4065 (run_lang_tests): Likewise.
4066 * gdb.python/py-typeprint.exp: Likewise.
4067
4068 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4069
4070 * lib/memory.exp: New file.
4071 * lib/gdb.exp: Load memory.exp.
4072 * gdb.base/memattr.exp (delete_memory): Move proc to
4073 lib/memory.exp and rename to delete_memory_regions.
4074 Replace delete_memory with delete_memory_regions.
4075 Cleanup memory regions before tests.
4076 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4077 before tests.
4078
4079 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4080
4081 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4082 files.
4083 (initialize): New function conditionally defined.
4084 (testcases): Move within conditional block.
4085 (main): Call initialize.
4086 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4087 of gdb.reverse/insn-reverse.c.
4088 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4089 gdb.reverse/insn-reverse.c.
4090
4091 2017-01-26 Yao Qi <yao.qi@linaro.org>
4092
4093 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4094 disassemble on address 0.
4095
4096 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4097 Yao Qi <yao.qi@linaro.org>
4098
4099 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4100 * gdb.dwarf2/implptr-64bit.S: Remove.
4101 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4102 variables in caller's context. Add DW_OP_implicit_value.
4103
4104 2017-01-25 Yao Qi <yao.qi@linaro.org>
4105
4106 * lib/dwarf.exp (Dwarf::_location): Handle
4107 DW_OP_GNU_implicit_pointer with proper size.
4108
4109 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4110
4111 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4112 and add untested calls.
4113
4114 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4115
4116 * gdb.python/python.exp: Check line number against what GDB thinks
4117 the line number is for func1.
4118
4119 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4120
4121 * gdb.dlang/debug-expr.exp: New file.
4122
4123 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
4124
4125 Fix test names for the following files:
4126
4127 * gdb.ada/exec_changed.exp
4128 * gdb.ada/info_types.exp
4129 * gdb.arch/aarch64-atomic-inst.exp
4130 * gdb.arch/aarch64-fp.exp
4131 * gdb.arch/altivec-abi.exp
4132 * gdb.arch/altivec-regs.exp
4133 * gdb.arch/amd64-byte.exp
4134 * gdb.arch/amd64-disp-step.exp
4135 * gdb.arch/amd64-dword.exp
4136 * gdb.arch/amd64-entry-value-inline.exp
4137 * gdb.arch/amd64-entry-value-param.exp
4138 * gdb.arch/amd64-entry-value-paramref.exp
4139 * gdb.arch/amd64-entry-value.exp
4140 * gdb.arch/amd64-i386-address.exp
4141 * gdb.arch/amd64-invalid-stack-middle.exp
4142 * gdb.arch/amd64-invalid-stack-top.exp
4143 * gdb.arch/amd64-optimout-repeat.exp
4144 * gdb.arch/amd64-prologue-skip.exp
4145 * gdb.arch/amd64-prologue-xmm.exp
4146 * gdb.arch/amd64-stap-special-operands.exp
4147 * gdb.arch/amd64-stap-wrong-subexp.exp
4148 * gdb.arch/amd64-tailcall-cxx.exp
4149 * gdb.arch/amd64-tailcall-noret.exp
4150 * gdb.arch/amd64-tailcall-ret.exp
4151 * gdb.arch/amd64-tailcall-self.exp
4152 * gdb.arch/amd64-word.exp
4153 * gdb.arch/arm-bl-branch-dest.exp
4154 * gdb.arch/arm-disp-step.exp
4155 * gdb.arch/arm-neon.exp
4156 * gdb.arch/arm-single-step-kernel-helper.exp
4157 * gdb.arch/avr-flash-qualifier.exp
4158 * gdb.arch/disp-step-insn-reloc.exp
4159 * gdb.arch/e500-abi.exp
4160 * gdb.arch/e500-regs.exp
4161 * gdb.arch/ftrace-insn-reloc.exp
4162 * gdb.arch/i386-avx512.exp
4163 * gdb.arch/i386-bp_permanent.exp
4164 * gdb.arch/i386-byte.exp
4165 * gdb.arch/i386-cfi-notcurrent.exp
4166 * gdb.arch/i386-disp-step.exp
4167 * gdb.arch/i386-dr3-watch.exp
4168 * gdb.arch/i386-float.exp
4169 * gdb.arch/i386-gnu-cfi.exp
4170 * gdb.arch/i386-mpx-map.exp
4171 * gdb.arch/i386-mpx-sigsegv.exp
4172 * gdb.arch/i386-mpx-simple_segv.exp
4173 * gdb.arch/i386-mpx.exp
4174 * gdb.arch/i386-permbkpt.exp
4175 * gdb.arch/i386-prologue.exp
4176 * gdb.arch/i386-signal.exp
4177 * gdb.arch/i386-size-overlap.exp
4178 * gdb.arch/i386-unwind.exp
4179 * gdb.arch/i386-word.exp
4180 * gdb.arch/mips-fcr.exp
4181 * gdb.arch/powerpc-d128-regs.exp
4182 * gdb.arch/powerpc-stackless.exp
4183 * gdb.arch/ppc64-atomic-inst.exp
4184 * gdb.arch/s390-stackless.exp
4185 * gdb.arch/s390-tdbregs.exp
4186 * gdb.arch/s390-vregs.exp
4187 * gdb.arch/sparc-sysstep.exp
4188 * gdb.arch/thumb-bx-pc.exp
4189 * gdb.arch/thumb-singlestep.exp
4190 * gdb.arch/thumb2-it.exp
4191 * gdb.arch/vsx-regs.exp
4192 * gdb.asm/asm-source.exp
4193 * gdb.base/a2-run.exp
4194 * gdb.base/advance.exp
4195 * gdb.base/all-bin.exp
4196 * gdb.base/anon.exp
4197 * gdb.base/args.exp
4198 * gdb.base/arithmet.exp
4199 * gdb.base/async-shell.exp
4200 * gdb.base/async.exp
4201 * gdb.base/attach-pie-noexec.exp
4202 * gdb.base/attach-twice.exp
4203 * gdb.base/auto-load.exp
4204 * gdb.base/bang.exp
4205 * gdb.base/bitfields.exp
4206 * gdb.base/break-always.exp
4207 * gdb.base/break-caller-line.exp
4208 * gdb.base/break-entry.exp
4209 * gdb.base/break-inline.exp
4210 * gdb.base/break-on-linker-gcd-function.exp
4211 * gdb.base/break-probes.exp
4212 * gdb.base/break.exp
4213 * gdb.base/breakpoint-shadow.exp
4214 * gdb.base/call-ar-st.exp
4215 * gdb.base/call-sc.exp
4216 * gdb.base/call-signal-resume.exp
4217 * gdb.base/call-strs.exp
4218 * gdb.base/callfuncs.exp
4219 * gdb.base/catch-fork-static.exp
4220 * gdb.base/catch-gdb-caused-signals.exp
4221 * gdb.base/catch-load.exp
4222 * gdb.base/catch-signal-fork.exp
4223 * gdb.base/catch-signal.exp
4224 * gdb.base/catch-syscall.exp
4225 * gdb.base/charset.exp
4226 * gdb.base/checkpoint.exp
4227 * gdb.base/chng-syms.exp
4228 * gdb.base/code-expr.exp
4229 * gdb.base/code_elim.exp
4230 * gdb.base/commands.exp
4231 * gdb.base/completion.exp
4232 * gdb.base/complex.exp
4233 * gdb.base/cond-expr.exp
4234 * gdb.base/condbreak.exp
4235 * gdb.base/consecutive.exp
4236 * gdb.base/continue-all-already-running.exp
4237 * gdb.base/coredump-filter.exp
4238 * gdb.base/corefile.exp
4239 * gdb.base/dbx.exp
4240 * gdb.base/debug-expr.exp
4241 * gdb.base/define.exp
4242 * gdb.base/del.exp
4243 * gdb.base/disabled-location.exp
4244 * gdb.base/disasm-end-cu.exp
4245 * gdb.base/disasm-optim.exp
4246 * gdb.base/display.exp
4247 * gdb.base/duplicate-bp.exp
4248 * gdb.base/ena-dis-br.exp
4249 * gdb.base/ending-run.exp
4250 * gdb.base/enumval.exp
4251 * gdb.base/environ.exp
4252 * gdb.base/eu-strip-infcall.exp
4253 * gdb.base/eval-avoid-side-effects.exp
4254 * gdb.base/eval-skip.exp
4255 * gdb.base/exitsignal.exp
4256 * gdb.base/expand-psymtabs.exp
4257 * gdb.base/filesym.exp
4258 * gdb.base/find-unmapped.exp
4259 * gdb.base/finish.exp
4260 * gdb.base/float.exp
4261 * gdb.base/foll-exec-mode.exp
4262 * gdb.base/foll-exec.exp
4263 * gdb.base/foll-fork.exp
4264 * gdb.base/fortran-sym-case.exp
4265 * gdb.base/freebpcmd.exp
4266 * gdb.base/func-ptr.exp
4267 * gdb.base/func-ptrs.exp
4268 * gdb.base/funcargs.exp
4269 * gdb.base/gcore-buffer-overflow.exp
4270 * gdb.base/gcore-relro-pie.exp
4271 * gdb.base/gcore-relro.exp
4272 * gdb.base/gcore.exp
4273 * gdb.base/gdb1090.exp
4274 * gdb.base/gdb11530.exp
4275 * gdb.base/gdb11531.exp
4276 * gdb.base/gdb1821.exp
4277 * gdb.base/gdbindex-stabs.exp
4278 * gdb.base/gdbvars.exp
4279 * gdb.base/hbreak.exp
4280 * gdb.base/hbreak2.exp
4281 * gdb.base/included.exp
4282 * gdb.base/infcall-input.exp
4283 * gdb.base/inferior-died.exp
4284 * gdb.base/infnan.exp
4285 * gdb.base/info-macros.exp
4286 * gdb.base/info-os.exp
4287 * gdb.base/info-proc.exp
4288 * gdb.base/info-shared.exp
4289 * gdb.base/info-target.exp
4290 * gdb.base/infoline.exp
4291 * gdb.base/interp.exp
4292 * gdb.base/interrupt.exp
4293 * gdb.base/jit-reader.exp
4294 * gdb.base/jit-simple.exp
4295 * gdb.base/kill-after-signal.exp
4296 * gdb.base/kill-detach-inferiors-cmd.exp
4297 * gdb.base/label.exp
4298 * gdb.base/langs.exp
4299 * gdb.base/ldbl_e308.exp
4300 * gdb.base/line-symtabs.exp
4301 * gdb.base/linespecs.exp
4302 * gdb.base/list.exp
4303 * gdb.base/long_long.exp
4304 * gdb.base/longest-types.exp
4305 * gdb.base/maint.exp
4306 * gdb.base/max-value-size.exp
4307 * gdb.base/memattr.exp
4308 * gdb.base/mips_pro.exp
4309 * gdb.base/morestack.exp
4310 * gdb.base/moribund-step.exp
4311 * gdb.base/multi-forks.exp
4312 * gdb.base/nested-addr.exp
4313 * gdb.base/nextoverexit.exp
4314 * gdb.base/noreturn-finish.exp
4315 * gdb.base/noreturn-return.exp
4316 * gdb.base/nostdlib.exp
4317 * gdb.base/offsets.exp
4318 * gdb.base/opaque.exp
4319 * gdb.base/pc-fp.exp
4320 * gdb.base/permissions.exp
4321 * gdb.base/print-symbol-loading.exp
4322 * gdb.base/prologue-include.exp
4323 * gdb.base/psymtab.exp
4324 * gdb.base/ptype.exp
4325 * gdb.base/random-signal.exp
4326 * gdb.base/randomize.exp
4327 * gdb.base/range-stepping.exp
4328 * gdb.base/readline-ask.exp
4329 * gdb.base/recpar.exp
4330 * gdb.base/recurse.exp
4331 * gdb.base/relational.exp
4332 * gdb.base/restore.exp
4333 * gdb.base/return-nodebug.exp
4334 * gdb.base/return.exp
4335 * gdb.base/run-after-attach.exp
4336 * gdb.base/save-bp.exp
4337 * gdb.base/scope.exp
4338 * gdb.base/sect-cmd.exp
4339 * gdb.base/set-lang-auto.exp
4340 * gdb.base/set-noassign.exp
4341 * gdb.base/setvar.exp
4342 * gdb.base/sigall.exp
4343 * gdb.base/sigbpt.exp
4344 * gdb.base/siginfo-addr.exp
4345 * gdb.base/siginfo-infcall.exp
4346 * gdb.base/siginfo-obj.exp
4347 * gdb.base/siginfo.exp
4348 * gdb.base/signals-state-child.exp
4349 * gdb.base/signest.exp
4350 * gdb.base/sigstep.exp
4351 * gdb.base/sizeof.exp
4352 * gdb.base/skip.exp
4353 * gdb.base/solib-corrupted.exp
4354 * gdb.base/solib-nodir.exp
4355 * gdb.base/solib-search.exp
4356 * gdb.base/stack-checking.exp
4357 * gdb.base/stale-infcall.exp
4358 * gdb.base/stap-probe.exp
4359 * gdb.base/start.exp
4360 * gdb.base/step-break.exp
4361 * gdb.base/step-bt.exp
4362 * gdb.base/step-line.exp
4363 * gdb.base/step-over-exit.exp
4364 * gdb.base/step-over-syscall.exp
4365 * gdb.base/step-resume-infcall.exp
4366 * gdb.base/step-test.exp
4367 * gdb.base/store.exp
4368 * gdb.base/structs3.exp
4369 * gdb.base/sym-file.exp
4370 * gdb.base/symbol-without-target_section.exp
4371 * gdb.base/term.exp
4372 * gdb.base/testenv.exp
4373 * gdb.base/ui-redirect.exp
4374 * gdb.base/until.exp
4375 * gdb.base/unwindonsignal.exp
4376 * gdb.base/value-double-free.exp
4377 * gdb.base/vla-datatypes.exp
4378 * gdb.base/vla-ptr.exp
4379 * gdb.base/vla-sideeffect.exp
4380 * gdb.base/volatile.exp
4381 * gdb.base/watch-cond-infcall.exp
4382 * gdb.base/watch-cond.exp
4383 * gdb.base/watch-non-mem.exp
4384 * gdb.base/watch-read.exp
4385 * gdb.base/watch-vfork.exp
4386 * gdb.base/watchpoint-cond-gone.exp
4387 * gdb.base/watchpoint-delete.exp
4388 * gdb.base/watchpoint-hw-hit-once.exp
4389 * gdb.base/watchpoint-hw.exp
4390 * gdb.base/watchpoint-stops-at-right-insn.exp
4391 * gdb.base/watchpoints.exp
4392 * gdb.base/wchar.exp
4393 * gdb.base/whatis-exp.exp
4394 * gdb.btrace/buffer-size.exp
4395 * gdb.btrace/data.exp
4396 * gdb.btrace/delta.exp
4397 * gdb.btrace/dlopen.exp
4398 * gdb.btrace/enable.exp
4399 * gdb.btrace/exception.exp
4400 * gdb.btrace/function_call_history.exp
4401 * gdb.btrace/gcore.exp
4402 * gdb.btrace/instruction_history.exp
4403 * gdb.btrace/nohist.exp
4404 * gdb.btrace/reconnect.exp
4405 * gdb.btrace/record_goto-step.exp
4406 * gdb.btrace/record_goto.exp
4407 * gdb.btrace/rn-dl-bind.exp
4408 * gdb.btrace/segv.exp
4409 * gdb.btrace/step.exp
4410 * gdb.btrace/stepi.exp
4411 * gdb.btrace/tailcall-only.exp
4412 * gdb.btrace/tailcall.exp
4413 * gdb.btrace/tsx.exp
4414 * gdb.btrace/unknown_functions.exp
4415 * gdb.btrace/vdso.exp
4416 * gdb.compile/compile-ifunc.exp
4417 * gdb.compile/compile-ops.exp
4418 * gdb.compile/compile-print.exp
4419 * gdb.compile/compile-setjmp.exp
4420 * gdb.cp/abstract-origin.exp
4421 * gdb.cp/ambiguous.exp
4422 * gdb.cp/annota2.exp
4423 * gdb.cp/annota3.exp
4424 * gdb.cp/anon-ns.exp
4425 * gdb.cp/anon-struct.exp
4426 * gdb.cp/anon-union.exp
4427 * gdb.cp/arg-reference.exp
4428 * gdb.cp/baseenum.exp
4429 * gdb.cp/bool.exp
4430 * gdb.cp/breakpoint.exp
4431 * gdb.cp/bs15503.exp
4432 * gdb.cp/call-c.exp
4433 * gdb.cp/casts.exp
4434 * gdb.cp/chained-calls.exp
4435 * gdb.cp/class2.exp
4436 * gdb.cp/classes.exp
4437 * gdb.cp/cmpd-minsyms.exp
4438 * gdb.cp/converts.exp
4439 * gdb.cp/cp-relocate.exp
4440 * gdb.cp/cpcompletion.exp
4441 * gdb.cp/cpexprs.exp
4442 * gdb.cp/cplabel.exp
4443 * gdb.cp/cplusfuncs.exp
4444 * gdb.cp/cpsizeof.exp
4445 * gdb.cp/ctti.exp
4446 * gdb.cp/derivation.exp
4447 * gdb.cp/destrprint.exp
4448 * gdb.cp/dispcxx.exp
4449 * gdb.cp/enum-class.exp
4450 * gdb.cp/exception.exp
4451 * gdb.cp/exceptprint.exp
4452 * gdb.cp/expand-psymtabs-cxx.exp
4453 * gdb.cp/expand-sals.exp
4454 * gdb.cp/extern-c.exp
4455 * gdb.cp/filename.exp
4456 * gdb.cp/formatted-ref.exp
4457 * gdb.cp/fpointer.exp
4458 * gdb.cp/gdb1355.exp
4459 * gdb.cp/gdb2495.exp
4460 * gdb.cp/hang.exp
4461 * gdb.cp/impl-this.exp
4462 * gdb.cp/infcall-dlopen.exp
4463 * gdb.cp/inherit.exp
4464 * gdb.cp/iostream.exp
4465 * gdb.cp/koenig.exp
4466 * gdb.cp/local.exp
4467 * gdb.cp/m-data.exp
4468 * gdb.cp/m-static.exp
4469 * gdb.cp/mb-ctor.exp
4470 * gdb.cp/mb-inline.exp
4471 * gdb.cp/mb-templates.exp
4472 * gdb.cp/member-name.exp
4473 * gdb.cp/member-ptr.exp
4474 * gdb.cp/meth-typedefs.exp
4475 * gdb.cp/method.exp
4476 * gdb.cp/method2.exp
4477 * gdb.cp/minsym-fallback.exp
4478 * gdb.cp/misc.exp
4479 * gdb.cp/namelessclass.exp
4480 * gdb.cp/namespace-enum.exp
4481 * gdb.cp/namespace-nested-import.exp
4482 * gdb.cp/namespace.exp
4483 * gdb.cp/nextoverthrow.exp
4484 * gdb.cp/no-dmgl-verbose.exp
4485 * gdb.cp/non-trivial-retval.exp
4486 * gdb.cp/noparam.exp
4487 * gdb.cp/nsdecl.exp
4488 * gdb.cp/nsimport.exp
4489 * gdb.cp/nsnested.exp
4490 * gdb.cp/nsnoimports.exp
4491 * gdb.cp/nsrecurs.exp
4492 * gdb.cp/nsstress.exp
4493 * gdb.cp/nsusing.exp
4494 * gdb.cp/operator.exp
4495 * gdb.cp/oranking.exp
4496 * gdb.cp/overload-const.exp
4497 * gdb.cp/overload.exp
4498 * gdb.cp/ovldbreak.exp
4499 * gdb.cp/ovsrch.exp
4500 * gdb.cp/paren-type.exp
4501 * gdb.cp/parse-lang.exp
4502 * gdb.cp/pass-by-ref.exp
4503 * gdb.cp/pr-1023.exp
4504 * gdb.cp/pr-1210.exp
4505 * gdb.cp/pr-574.exp
4506 * gdb.cp/pr10687.exp
4507 * gdb.cp/pr12028.exp
4508 * gdb.cp/pr17132.exp
4509 * gdb.cp/pr17494.exp
4510 * gdb.cp/pr9067.exp
4511 * gdb.cp/pr9167.exp
4512 * gdb.cp/pr9631.exp
4513 * gdb.cp/printmethod.exp
4514 * gdb.cp/psmang.exp
4515 * gdb.cp/psymtab-parameter.exp
4516 * gdb.cp/ptype-cv-cp.exp
4517 * gdb.cp/ptype-flags.exp
4518 * gdb.cp/re-set-overloaded.exp
4519 * gdb.cp/ref-types.exp
4520 * gdb.cp/rtti.exp
4521 * gdb.cp/scope-err.exp
4522 * gdb.cp/shadow.exp
4523 * gdb.cp/smartp.exp
4524 * gdb.cp/static-method.exp
4525 * gdb.cp/static-print-quit.exp
4526 * gdb.cp/temargs.exp
4527 * gdb.cp/templates.exp
4528 * gdb.cp/try_catch.exp
4529 * gdb.cp/typedef-operator.exp
4530 * gdb.cp/typeid.exp
4531 * gdb.cp/userdef.exp
4532 * gdb.cp/using-crash.exp
4533 * gdb.cp/var-tag.exp
4534 * gdb.cp/virtbase.exp
4535 * gdb.cp/virtfunc.exp
4536 * gdb.cp/virtfunc2.exp
4537 * gdb.cp/vla-cxx.exp
4538 * gdb.disasm/t01_mov.exp
4539 * gdb.disasm/t02_mova.exp
4540 * gdb.disasm/t03_add.exp
4541 * gdb.disasm/t04_sub.exp
4542 * gdb.disasm/t05_cmp.exp
4543 * gdb.disasm/t06_ari2.exp
4544 * gdb.disasm/t07_ari3.exp
4545 * gdb.disasm/t08_or.exp
4546 * gdb.disasm/t09_xor.exp
4547 * gdb.disasm/t10_and.exp
4548 * gdb.disasm/t11_logs.exp
4549 * gdb.disasm/t12_bit.exp
4550 * gdb.disasm/t13_otr.exp
4551 * gdb.dlang/circular.exp
4552 * gdb.dwarf2/arr-stride.exp
4553 * gdb.dwarf2/arr-subrange.exp
4554 * gdb.dwarf2/atomic-type.exp
4555 * gdb.dwarf2/bad-regnum.exp
4556 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4557 * gdb.dwarf2/callframecfa.exp
4558 * gdb.dwarf2/clztest.exp
4559 * gdb.dwarf2/corrupt.exp
4560 * gdb.dwarf2/data-loc.exp
4561 * gdb.dwarf2/dup-psym.exp
4562 * gdb.dwarf2/dw2-anon-mptr.exp
4563 * gdb.dwarf2/dw2-anonymous-func.exp
4564 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4565 * gdb.dwarf2/dw2-bad-unresolved.exp
4566 * gdb.dwarf2/dw2-basic.exp
4567 * gdb.dwarf2/dw2-canonicalize-type.exp
4568 * gdb.dwarf2/dw2-case-insensitive.exp
4569 * gdb.dwarf2/dw2-common-block.exp
4570 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4571 * gdb.dwarf2/dw2-compressed.exp
4572 * gdb.dwarf2/dw2-const.exp
4573 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4574 * gdb.dwarf2/dw2-cu-size.exp
4575 * gdb.dwarf2/dw2-dup-frame.exp
4576 * gdb.dwarf2/dw2-entry-value.exp
4577 * gdb.dwarf2/dw2-icycle.exp
4578 * gdb.dwarf2/dw2-ifort-parameter.exp
4579 * gdb.dwarf2/dw2-inline-break.exp
4580 * gdb.dwarf2/dw2-inline-param.exp
4581 * gdb.dwarf2/dw2-intercu.exp
4582 * gdb.dwarf2/dw2-intermix.exp
4583 * gdb.dwarf2/dw2-lexical-block-bare.exp
4584 * gdb.dwarf2/dw2-linkage-name-trust.exp
4585 * gdb.dwarf2/dw2-minsym-in-cu.exp
4586 * gdb.dwarf2/dw2-noloc.exp
4587 * gdb.dwarf2/dw2-op-call.exp
4588 * gdb.dwarf2/dw2-op-out-param.exp
4589 * gdb.dwarf2/dw2-opt-structptr.exp
4590 * gdb.dwarf2/dw2-param-error.exp
4591 * gdb.dwarf2/dw2-producer.exp
4592 * gdb.dwarf2/dw2-ranges-base.exp
4593 * gdb.dwarf2/dw2-ref-missing-frame.exp
4594 * gdb.dwarf2/dw2-reg-undefined.exp
4595 * gdb.dwarf2/dw2-regno-invalid.exp
4596 * gdb.dwarf2/dw2-restore.exp
4597 * gdb.dwarf2/dw2-restrict.exp
4598 * gdb.dwarf2/dw2-single-line-discriminators.exp
4599 * gdb.dwarf2/dw2-strp.exp
4600 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4601 * gdb.dwarf2/dw2-unresolved.exp
4602 * gdb.dwarf2/dw2-var-zero-addr.exp
4603 * gdb.dwarf2/dw4-sig-types.exp
4604 * gdb.dwarf2/dwz.exp
4605 * gdb.dwarf2/dynarr-ptr.exp
4606 * gdb.dwarf2/enum-type.exp
4607 * gdb.dwarf2/gdb-index.exp
4608 * gdb.dwarf2/implptr-64bit.exp
4609 * gdb.dwarf2/implptr-optimized-out.exp
4610 * gdb.dwarf2/implptr.exp
4611 * gdb.dwarf2/implref-array.exp
4612 * gdb.dwarf2/implref-const.exp
4613 * gdb.dwarf2/implref-global.exp
4614 * gdb.dwarf2/implref-struct.exp
4615 * gdb.dwarf2/mac-fileno.exp
4616 * gdb.dwarf2/main-subprogram.exp
4617 * gdb.dwarf2/member-ptr-forwardref.exp
4618 * gdb.dwarf2/method-ptr.exp
4619 * gdb.dwarf2/missing-sig-type.exp
4620 * gdb.dwarf2/nonvar-access.exp
4621 * gdb.dwarf2/opaque-type-lookup.exp
4622 * gdb.dwarf2/pieces-optimized-out.exp
4623 * gdb.dwarf2/pieces.exp
4624 * gdb.dwarf2/pr10770.exp
4625 * gdb.dwarf2/pr13961.exp
4626 * gdb.dwarf2/staticvirtual.exp
4627 * gdb.dwarf2/subrange.exp
4628 * gdb.dwarf2/symtab-producer.exp
4629 * gdb.dwarf2/trace-crash.exp
4630 * gdb.dwarf2/typeddwarf.exp
4631 * gdb.dwarf2/valop.exp
4632 * gdb.dwarf2/watch-notconst.exp
4633 * gdb.fortran/array-element.exp
4634 * gdb.fortran/charset.exp
4635 * gdb.fortran/common-block.exp
4636 * gdb.fortran/complex.exp
4637 * gdb.fortran/derived-type-function.exp
4638 * gdb.fortran/derived-type.exp
4639 * gdb.fortran/logical.exp
4640 * gdb.fortran/module.exp
4641 * gdb.fortran/multi-dim.exp
4642 * gdb.fortran/nested-funcs.exp
4643 * gdb.fortran/print-formatted.exp
4644 * gdb.fortran/subarray.exp
4645 * gdb.fortran/vla-alloc-assoc.exp
4646 * gdb.fortran/vla-datatypes.exp
4647 * gdb.fortran/vla-history.exp
4648 * gdb.fortran/vla-ptr-info.exp
4649 * gdb.fortran/vla-ptype-sub.exp
4650 * gdb.fortran/vla-ptype.exp
4651 * gdb.fortran/vla-sizeof.exp
4652 * gdb.fortran/vla-type.exp
4653 * gdb.fortran/vla-value-sub-arbitrary.exp
4654 * gdb.fortran/vla-value-sub-finish.exp
4655 * gdb.fortran/vla-value-sub.exp
4656 * gdb.fortran/vla-value.exp
4657 * gdb.fortran/whatis_type.exp
4658 * gdb.go/chan.exp
4659 * gdb.go/handcall.exp
4660 * gdb.go/hello.exp
4661 * gdb.go/integers.exp
4662 * gdb.go/methods.exp
4663 * gdb.go/package.exp
4664 * gdb.go/strings.exp
4665 * gdb.go/types.exp
4666 * gdb.go/unsafe.exp
4667 * gdb.guile/scm-arch.exp
4668 * gdb.guile/scm-block.exp
4669 * gdb.guile/scm-breakpoint.exp
4670 * gdb.guile/scm-cmd.exp
4671 * gdb.guile/scm-disasm.exp
4672 * gdb.guile/scm-equal.exp
4673 * gdb.guile/scm-frame-args.exp
4674 * gdb.guile/scm-frame-inline.exp
4675 * gdb.guile/scm-frame.exp
4676 * gdb.guile/scm-iterator.exp
4677 * gdb.guile/scm-math.exp
4678 * gdb.guile/scm-objfile.exp
4679 * gdb.guile/scm-ports.exp
4680 * gdb.guile/scm-symbol.exp
4681 * gdb.guile/scm-symtab.exp
4682 * gdb.guile/scm-value-cc.exp
4683 * gdb.guile/types-module.exp
4684 * gdb.linespec/break-ask.exp
4685 * gdb.linespec/cpexplicit.exp
4686 * gdb.linespec/explicit.exp
4687 * gdb.linespec/keywords.exp
4688 * gdb.linespec/linespec.exp
4689 * gdb.linespec/ls-dollar.exp
4690 * gdb.linespec/ls-errs.exp
4691 * gdb.linespec/skip-two.exp
4692 * gdb.linespec/thread.exp
4693 * gdb.mi/mi-async.exp
4694 * gdb.mi/mi-basics.exp
4695 * gdb.mi/mi-break.exp
4696 * gdb.mi/mi-catch-load.exp
4697 * gdb.mi/mi-cli.exp
4698 * gdb.mi/mi-cmd-param-changed.exp
4699 * gdb.mi/mi-console.exp
4700 * gdb.mi/mi-detach.exp
4701 * gdb.mi/mi-disassemble.exp
4702 * gdb.mi/mi-eval.exp
4703 * gdb.mi/mi-file-transfer.exp
4704 * gdb.mi/mi-file.exp
4705 * gdb.mi/mi-fill-memory.exp
4706 * gdb.mi/mi-inheritance-syntax-error.exp
4707 * gdb.mi/mi-linespec-err-cp.exp
4708 * gdb.mi/mi-logging.exp
4709 * gdb.mi/mi-memory-changed.exp
4710 * gdb.mi/mi-read-memory.exp
4711 * gdb.mi/mi-record-changed.exp
4712 * gdb.mi/mi-reg-undefined.exp
4713 * gdb.mi/mi-regs.exp
4714 * gdb.mi/mi-return.exp
4715 * gdb.mi/mi-reverse.exp
4716 * gdb.mi/mi-simplerun.exp
4717 * gdb.mi/mi-solib.exp
4718 * gdb.mi/mi-stack.exp
4719 * gdb.mi/mi-stepi.exp
4720 * gdb.mi/mi-syn-frame.exp
4721 * gdb.mi/mi-until.exp
4722 * gdb.mi/mi-var-block.exp
4723 * gdb.mi/mi-var-child.exp
4724 * gdb.mi/mi-var-cmd.exp
4725 * gdb.mi/mi-var-cp.exp
4726 * gdb.mi/mi-var-display.exp
4727 * gdb.mi/mi-var-invalidate.exp
4728 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4729 * gdb.mi/mi-vla-fortran.exp
4730 * gdb.mi/mi-watch.exp
4731 * gdb.mi/mi2-var-child.exp
4732 * gdb.mi/user-selected-context-sync.exp
4733 * gdb.modula2/unbounded-array.exp
4734 * gdb.multi/dummy-frame-restore.exp
4735 * gdb.multi/multi-arch-exec.exp
4736 * gdb.multi/multi-arch.exp
4737 * gdb.multi/tids.exp
4738 * gdb.multi/watchpoint-multi.exp
4739 * gdb.opencl/callfuncs.exp
4740 * gdb.opencl/convs_casts.exp
4741 * gdb.opencl/datatypes.exp
4742 * gdb.opencl/operators.exp
4743 * gdb.opencl/vec_comps.exp
4744 * gdb.opt/clobbered-registers-O2.exp
4745 * gdb.opt/inline-break.exp
4746 * gdb.opt/inline-bt.exp
4747 * gdb.opt/inline-cmds.exp
4748 * gdb.opt/inline-locals.exp
4749 * gdb.pascal/case-insensitive-symbols.exp
4750 * gdb.pascal/floats.exp
4751 * gdb.pascal/gdb11492.exp
4752 * gdb.python/lib-types.exp
4753 * gdb.python/py-arch.exp
4754 * gdb.python/py-as-string.exp
4755 * gdb.python/py-bad-printers.exp
4756 * gdb.python/py-block.exp
4757 * gdb.python/py-breakpoint-create-fail.exp
4758 * gdb.python/py-breakpoint.exp
4759 * gdb.python/py-caller-is.exp
4760 * gdb.python/py-cmd.exp
4761 * gdb.python/py-explore-cc.exp
4762 * gdb.python/py-explore.exp
4763 * gdb.python/py-finish-breakpoint.exp
4764 * gdb.python/py-finish-breakpoint2.exp
4765 * gdb.python/py-frame-args.exp
4766 * gdb.python/py-frame-inline.exp
4767 * gdb.python/py-frame.exp
4768 * gdb.python/py-framefilter-mi.exp
4769 * gdb.python/py-infthread.exp
4770 * gdb.python/py-lazy-string.exp
4771 * gdb.python/py-linetable.exp
4772 * gdb.python/py-mi-events.exp
4773 * gdb.python/py-mi-objfile.exp
4774 * gdb.python/py-mi.exp
4775 * gdb.python/py-objfile.exp
4776 * gdb.python/py-pp-integral.exp
4777 * gdb.python/py-pp-maint.exp
4778 * gdb.python/py-pp-re-notag.exp
4779 * gdb.python/py-pp-registration.exp
4780 * gdb.python/py-recurse-unwind.exp
4781 * gdb.python/py-strfns.exp
4782 * gdb.python/py-symbol.exp
4783 * gdb.python/py-symtab.exp
4784 * gdb.python/py-sync-interp.exp
4785 * gdb.python/py-typeprint.exp
4786 * gdb.python/py-unwind-maint.exp
4787 * gdb.python/py-unwind.exp
4788 * gdb.python/py-value-cc.exp
4789 * gdb.python/py-xmethods.exp
4790 * gdb.reverse/amd64-tailcall-reverse.exp
4791 * gdb.reverse/break-precsave.exp
4792 * gdb.reverse/break-reverse.exp
4793 * gdb.reverse/consecutive-precsave.exp
4794 * gdb.reverse/consecutive-reverse.exp
4795 * gdb.reverse/finish-precsave.exp
4796 * gdb.reverse/finish-reverse-bkpt.exp
4797 * gdb.reverse/finish-reverse.exp
4798 * gdb.reverse/fstatat-reverse.exp
4799 * gdb.reverse/getresuid-reverse.exp
4800 * gdb.reverse/i386-precsave.exp
4801 * gdb.reverse/i386-reverse.exp
4802 * gdb.reverse/i386-sse-reverse.exp
4803 * gdb.reverse/i387-env-reverse.exp
4804 * gdb.reverse/i387-stack-reverse.exp
4805 * gdb.reverse/insn-reverse.exp
4806 * gdb.reverse/machinestate-precsave.exp
4807 * gdb.reverse/machinestate.exp
4808 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4809 * gdb.reverse/pipe-reverse.exp
4810 * gdb.reverse/readv-reverse.exp
4811 * gdb.reverse/recvmsg-reverse.exp
4812 * gdb.reverse/rerun-prec.exp
4813 * gdb.reverse/s390-mvcle.exp
4814 * gdb.reverse/step-precsave.exp
4815 * gdb.reverse/step-reverse.exp
4816 * gdb.reverse/time-reverse.exp
4817 * gdb.reverse/until-precsave.exp
4818 * gdb.reverse/until-reverse.exp
4819 * gdb.reverse/waitpid-reverse.exp
4820 * gdb.reverse/watch-precsave.exp
4821 * gdb.reverse/watch-reverse.exp
4822 * gdb.rust/generics.exp
4823 * gdb.rust/methods.exp
4824 * gdb.rust/modules.exp
4825 * gdb.rust/simple.exp
4826 * gdb.server/connect-with-no-symbol-file.exp
4827 * gdb.server/ext-attach.exp
4828 * gdb.server/ext-restart.exp
4829 * gdb.server/ext-wrapper.exp
4830 * gdb.server/file-transfer.exp
4831 * gdb.server/server-exec-info.exp
4832 * gdb.server/server-kill.exp
4833 * gdb.server/server-mon.exp
4834 * gdb.server/wrapper.exp
4835 * gdb.stabs/exclfwd.exp
4836 * gdb.stabs/gdb11479.exp
4837 * gdb.threads/clone-new-thread-event.exp
4838 * gdb.threads/corethreads.exp
4839 * gdb.threads/current-lwp-dead.exp
4840 * gdb.threads/dlopen-libpthread.exp
4841 * gdb.threads/gcore-thread.exp
4842 * gdb.threads/sigstep-threads.exp
4843 * gdb.threads/watchpoint-fork.exp
4844 * gdb.trace/actions-changed.exp
4845 * gdb.trace/backtrace.exp
4846 * gdb.trace/change-loc.exp
4847 * gdb.trace/circ.exp
4848 * gdb.trace/collection.exp
4849 * gdb.trace/disconnected-tracing.exp
4850 * gdb.trace/ftrace.exp
4851 * gdb.trace/mi-trace-frame-collected.exp
4852 * gdb.trace/mi-trace-unavailable.exp
4853 * gdb.trace/mi-traceframe-changed.exp
4854 * gdb.trace/mi-tsv-changed.exp
4855 * gdb.trace/no-attach-trace.exp
4856 * gdb.trace/passc-dyn.exp
4857 * gdb.trace/qtro.exp
4858 * gdb.trace/range-stepping.exp
4859 * gdb.trace/read-memory.exp
4860 * gdb.trace/save-trace.exp
4861 * gdb.trace/signal.exp
4862 * gdb.trace/status-stop.exp
4863 * gdb.trace/tfile.exp
4864 * gdb.trace/trace-break.exp
4865 * gdb.trace/trace-buffer-size.exp
4866 * gdb.trace/trace-condition.exp
4867 * gdb.trace/tracefile-pseudo-reg.exp
4868 * gdb.trace/tstatus.exp
4869 * gdb.trace/unavailable.exp
4870 * gdb.trace/while-dyn.exp
4871 * gdb.trace/while-stepping.exp
4872
4873 2016-12-22 Doug Evans <xdje42@gmail.com>
4874
4875 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4876 and msymbols.
4877
4878 2016-12-19 Yao Qi <yao.qi@linaro.org>
4879
4880 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4881 (test_with_self): Don't call do_steps_and_nexts, and remove
4882 code about stepping into xmalloc.
4883
4884 2016-12-09 Yao Qi <yao.qi@linaro.org>
4885
4886 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4887
4888 2016-12-09 Yao Qi <yao.qi@linaro.org>
4889
4890 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4891
4892 2016-12-09 Pedro Alves <palves@redhat.com>
4893
4894 * gdb.base/all-architectures-0.exp: New file.
4895 * gdb.base/all-architectures-1.exp: New file.
4896 * gdb.base/all-architectures-2.exp: New file.
4897 * gdb.base/all-architectures-3.exp: New file.
4898 * gdb.base/all-architectures-4.exp: New file.
4899 * gdb.base/all-architectures-5.exp: New file.
4900 * gdb.base/all-architectures-6.exp: New file.
4901 * gdb.base/all-architectures-7.exp: New file.
4902 * gdb.base/all-architectures.exp.in: New file.
4903
4904 2016-12-09 Yao Qi <yao.qi@linaro.org>
4905
4906 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4907
4908 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4909
4910 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4911 possible.
4912 Remove useless pattern-matching code.
4913
4914 2016-12-02 Pedro Alves <palves@redhat.com>
4915
4916 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4917 procedure.
4918 (top level): Call it.
4919
4920 2016-12-02 Pedro Alves <palves@redhat.com>
4921
4922 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4923 New procedure.
4924 (top level): Call it.
4925
4926 2016-12-02 Pedro Alves <palves@redhat.com>
4927
4928 PR cli/20559
4929 * gdb.base/commands.exp (user_defined_command_args_eval): New
4930 procedure.
4931 (top level): Call it.
4932
4933 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4934
4935 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4936 timeout handling.
4937
4938 2016-12-02 Tom Tromey <tom@tromey.com>
4939
4940 * gdb.dwarf2/main-subprogram.c: New file.
4941 * gdb.dwarf2/main-subprogram.exp: New file.
4942
4943 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4944
4945 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4946 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4947 gdb_test_no_output for a couple of cases.
4948 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4949
4950 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4951
4952 Fix test names and standardize compilation error messages throughout
4953 the following files:
4954
4955 * gdb.ada/start.exp
4956 * gdb.arch/alpha-step.exp
4957 * gdb.arch/e500-prologue.exp
4958 * gdb.arch/ftrace-insn-reloc.exp
4959 * gdb.arch/gdb1291.exp
4960 * gdb.arch/gdb1431.exp
4961 * gdb.arch/gdb1558.exp
4962 * gdb.arch/i386-dr3-watch.exp
4963 * gdb.arch/i386-sse-stack-align.exp
4964 * gdb.arch/ia64-breakpoint-shadow.exp
4965 * gdb.arch/pa-nullify.exp
4966 * gdb.arch/powerpc-aix-prologue.exp
4967 * gdb.arch/thumb-bx-pc.exp
4968 * gdb.base/annota1.exp
4969 * gdb.base/annota3.exp
4970 * gdb.base/arrayidx.exp
4971 * gdb.base/assign.exp
4972 * gdb.base/attach.exp
4973 * gdb.base/auxv.exp
4974 * gdb.base/bang.exp
4975 * gdb.base/bfp-test.exp
4976 * gdb.base/bigcore.exp
4977 * gdb.base/bitfields2.exp
4978 * gdb.base/break-fun-addr.exp
4979 * gdb.base/break-probes.exp
4980 * gdb.base/call-rt-st.exp
4981 * gdb.base/callexit.exp
4982 * gdb.base/catch-fork-kill.exp
4983 * gdb.base/charset.exp
4984 * gdb.base/checkpoint.exp
4985 * gdb.base/comprdebug.exp
4986 * gdb.base/constvars.exp
4987 * gdb.base/coredump-filter.exp
4988 * gdb.base/cursal.exp
4989 * gdb.base/cvexpr.exp
4990 * gdb.base/detach.exp
4991 * gdb.base/display.exp
4992 * gdb.base/dmsym.exp
4993 * gdb.base/dprintf-pending.exp
4994 * gdb.base/dso2dso.exp
4995 * gdb.base/dtrace-probe.exp
4996 * gdb.base/dump.exp
4997 * gdb.base/enum_cond.exp
4998 * gdb.base/exe-lock.exp
4999 * gdb.base/exec-invalid-sysroot.exp
5000 * gdb.base/execl-update-breakpoints.exp
5001 * gdb.base/exprs.exp
5002 * gdb.base/fileio.exp
5003 * gdb.base/find.exp
5004 * gdb.base/finish.exp
5005 * gdb.base/fixsection.exp
5006 * gdb.base/foll-vfork.exp
5007 * gdb.base/frame-args.exp
5008 * gdb.base/gcore.exp
5009 * gdb.base/gdb1250.exp
5010 * gdb.base/global-var-nested-by-dso.exp
5011 * gdb.base/gnu-ifunc.exp
5012 * gdb.base/hashline1.exp
5013 * gdb.base/hashline2.exp
5014 * gdb.base/hashline3.exp
5015 * gdb.base/hbreak-in-shr-unsupported.exp
5016 * gdb.base/huge.exp
5017 * gdb.base/infcall-input.exp
5018 * gdb.base/info-fun.exp
5019 * gdb.base/info-shared.exp
5020 * gdb.base/jit-simple.exp
5021 * gdb.base/jit-so.exp
5022 * gdb.base/jit.exp
5023 * gdb.base/jump.exp
5024 * gdb.base/label.exp
5025 * gdb.base/lineinc.exp
5026 * gdb.base/logical.exp
5027 * gdb.base/longjmp.exp
5028 * gdb.base/macscp.exp
5029 * gdb.base/miscexprs.exp
5030 * gdb.base/new-ui-echo.exp
5031 * gdb.base/new-ui-pending-input.exp
5032 * gdb.base/new-ui.exp
5033 * gdb.base/nodebug.exp
5034 * gdb.base/nofield.exp
5035 * gdb.base/offsets.exp
5036 * gdb.base/overlays.exp
5037 * gdb.base/pending.exp
5038 * gdb.base/pointers.exp
5039 * gdb.base/pr11022.exp
5040 * gdb.base/printcmds.exp
5041 * gdb.base/prologue.exp
5042 * gdb.base/ptr-typedef.exp
5043 * gdb.base/realname-expand.exp
5044 * gdb.base/relativedebug.exp
5045 * gdb.base/relocate.exp
5046 * gdb.base/remote.exp
5047 * gdb.base/reread.exp
5048 * gdb.base/return2.exp
5049 * gdb.base/savedregs.exp
5050 * gdb.base/sep.exp
5051 * gdb.base/sepdebug.exp
5052 * gdb.base/sepsymtab.exp
5053 * gdb.base/set-inferior-tty.exp
5054 * gdb.base/setshow.exp
5055 * gdb.base/shlib-call.exp
5056 * gdb.base/sigaltstack.exp
5057 * gdb.base/siginfo-addr.exp
5058 * gdb.base/signals.exp
5059 * gdb.base/signull.exp
5060 * gdb.base/sigrepeat.exp
5061 * gdb.base/so-impl-ld.exp
5062 * gdb.base/solib-display.exp
5063 * gdb.base/solib-overlap.exp
5064 * gdb.base/solib-search.exp
5065 * gdb.base/solib-symbol.exp
5066 * gdb.base/structs.exp
5067 * gdb.base/structs2.exp
5068 * gdb.base/symtab-search-order.exp
5069 * gdb.base/twice.exp
5070 * gdb.base/unload.exp
5071 * gdb.base/varargs.exp
5072 * gdb.base/watchpoint-solib.exp
5073 * gdb.base/watchpoint.exp
5074 * gdb.base/whatis.exp
5075 * gdb.base/wrong_frame_bt_full.exp
5076 * gdb.btrace/dlopen.exp
5077 * gdb.cell/ea-standalone.exp
5078 * gdb.cell/ea-test.exp
5079 * gdb.cp/dispcxx.exp
5080 * gdb.cp/gdb2384.exp
5081 * gdb.cp/method2.exp
5082 * gdb.cp/nextoverthrow.exp
5083 * gdb.cp/pr10728.exp
5084 * gdb.disasm/am33.exp
5085 * gdb.disasm/h8300s.exp
5086 * gdb.disasm/mn10300.exp
5087 * gdb.disasm/sh3.exp
5088 * gdb.dwarf2/dw2-dir-file-name.exp
5089 * gdb.fortran/complex.exp
5090 * gdb.fortran/library-module.exp
5091 * gdb.guile/scm-pretty-print.exp
5092 * gdb.guile/scm-symbol.exp
5093 * gdb.guile/scm-type.exp
5094 * gdb.guile/scm-value.exp
5095 * gdb.linespec/linespec.exp
5096 * gdb.mi/gdb701.exp
5097 * gdb.mi/gdb792.exp
5098 * gdb.mi/mi-breakpoint-changed.exp
5099 * gdb.mi/mi-dprintf-pending.exp
5100 * gdb.mi/mi-dprintf.exp
5101 * gdb.mi/mi-exit-code.exp
5102 * gdb.mi/mi-pending.exp
5103 * gdb.mi/mi-solib.exp
5104 * gdb.mi/new-ui-mi-sync.exp
5105 * gdb.mi/pr11022.exp
5106 * gdb.mi/user-selected-context-sync.exp
5107 * gdb.opt/solib-intra-step.exp
5108 * gdb.python/py-events.exp
5109 * gdb.python/py-finish-breakpoint.exp
5110 * gdb.python/py-mi.exp
5111 * gdb.python/py-prettyprint.exp
5112 * gdb.python/py-shared.exp
5113 * gdb.python/py-symbol.exp
5114 * gdb.python/py-template.exp
5115 * gdb.python/py-type.exp
5116 * gdb.python/py-value.exp
5117 * gdb.reverse/solib-precsave.exp
5118 * gdb.reverse/solib-reverse.exp
5119 * gdb.server/solib-list.exp
5120 * gdb.stabs/weird.exp
5121 * gdb.threads/reconnect-signal.exp
5122 * gdb.threads/stepi-random-signal.exp
5123 * gdb.trace/actions.exp
5124 * gdb.trace/ax.exp
5125 * gdb.trace/backtrace.exp
5126 * gdb.trace/change-loc.exp
5127 * gdb.trace/deltrace.exp
5128 * gdb.trace/ftrace-lock.exp
5129 * gdb.trace/ftrace.exp
5130 * gdb.trace/infotrace.exp
5131 * gdb.trace/mi-tracepoint-changed.exp
5132 * gdb.trace/packetlen.exp
5133 * gdb.trace/passcount.exp
5134 * gdb.trace/pending.exp
5135 * gdb.trace/range-stepping.exp
5136 * gdb.trace/report.exp
5137 * gdb.trace/stap-trace.exp
5138 * gdb.trace/tfind.exp
5139 * gdb.trace/trace-break.exp
5140 * gdb.trace/trace-condition.exp
5141 * gdb.trace/trace-enable-disable.exp
5142 * gdb.trace/trace-mt.exp
5143 * gdb.trace/tracecmd.exp
5144 * gdb.trace/tspeed.exp
5145 * gdb.trace/tsv.exp
5146 * lib/perftest.exp
5147
5148 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5149
5150 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5151 with gdb_test_no_output.
5152 Use command as test name.
5153
5154 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5155
5156 Fix test names starting with uppercase throughout the files.
5157
5158 * gdb.ada/assign_1.exp
5159 * gdb.ada/boolean_expr.exp
5160 * gdb.base/arrayidx.exp
5161 * gdb.base/del.exp
5162 * gdb.base/gcore-buffer-overflow.exp
5163 * gdb.base/testenv.exp
5164 * gdb.compile/compile.exp
5165 * gdb.python/py-framefilter-invalidarg.exp
5166 * gdb.python/py-framefilter.exp
5167
5168 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5169
5170 Fix test names starting with uppercase throughout the files.
5171
5172 * gdb.ada/array_return.exp
5173 * gdb.ada/expr_delims.exp
5174 * gdb.ada/mi_dyn_arr.exp
5175 * gdb.ada/mi_interface.exp
5176 * gdb.ada/mi_var_array.exp
5177 * gdb.ada/watch_arg.exp
5178 * gdb.arch/alpha-step.exp
5179 * gdb.arch/altivec-regs.exp
5180 * gdb.arch/e500-regs.exp
5181 * gdb.arch/powerpc-d128-regs.exp
5182 * gdb.base/arrayidx.exp
5183 * gdb.base/break.exp
5184 * gdb.base/checkpoint.exp
5185 * gdb.base/debug-expr.exp
5186 * gdb.base/dmsym.exp
5187 * gdb.base/radix.exp
5188 * gdb.base/sepdebug.exp
5189 * gdb.base/testenv.exp
5190 * gdb.base/watch_thread_num.exp
5191 * gdb.base/watchpoint-cond-gone.exp
5192 * gdb.cell/break.exp
5193 * gdb.cell/ea-cache.exp
5194 * gdb.compile/compile.exp
5195 * gdb.cp/gdb2495.exp
5196 * gdb.gdb/selftest.exp
5197 * gdb.gdb/xfullpath.exp
5198 * gdb.go/hello.exp
5199 * gdb.go/integers.exp
5200 * gdb.objc/basicclass.exp
5201 * gdb.pascal/hello.exp
5202 * gdb.pascal/integers.exp
5203 * gdb.python/py-breakpoint.exp
5204 * gdb.python/py-cmd.exp
5205 * gdb.python/py-linetable.exp
5206 * gdb.python/py-xmethods.exp
5207 * gdb.python/python.exp
5208 * gdb.reverse/consecutive-precsave.exp
5209 * gdb.reverse/finish-precsave.exp
5210 * gdb.reverse/i386-precsave.exp
5211 * gdb.reverse/machinestate-precsave.exp
5212 * gdb.reverse/sigall-precsave.exp
5213 * gdb.reverse/solib-precsave.exp
5214 * gdb.reverse/step-precsave.exp
5215 * gdb.reverse/until-precsave.exp
5216 * gdb.reverse/watch-precsave.exp
5217 * gdb.threads/leader-exit.exp
5218 * gdb.threads/pthreads.exp
5219 * gdb.threads/wp-replication.exp
5220 * gdb.trace/actions.exp
5221 * gdb.trace/mi-tsv-changed.exp
5222 * gdb.trace/tsv.exp
5223
5224 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5225
5226 Fix test names starting with uppercase throughout the files.
5227
5228 * gdb.arch/i386-bp_permanent.exp
5229 * gdb.arch/i386-gnu-cfi.exp
5230 * gdb.base/disasm-end-cu.exp
5231 * gdb.base/macscp.exp
5232 * gdb.base/pending.exp
5233 * gdb.base/watch_thread_num.exp
5234 * gdb.cp/exception.exp
5235 * gdb.cp/gdb2495.exp
5236 * gdb.cp/local.exp
5237 * gdb.python/py-evsignal.exp
5238 * gdb.python/python.exp
5239 * gdb.trace/tracecmd.exp
5240
5241 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5242
5243 Fix test names starting with uppercase throughout the files.
5244
5245 * gdb.base/charset.exp
5246 * gdb.base/eval.exp
5247 * gdb.base/multi-forks.exp
5248 * gdb.guile/scm-progspace.exp
5249 * gdb.opencl/datatypes.exp
5250 * gdb.python/py-block.exp
5251 * gdb.python/py-function.exp
5252 * gdb.python/py-symbol.exp
5253 * gdb.python/py-symtab.exp
5254 * gdb.python/py-xmethods.exp
5255 * gdb.reverse/break-precsave.exp
5256 * gdb.reverse/break-reverse.exp
5257 * gdb.reverse/consecutive-precsave.exp
5258 * gdb.reverse/consecutive-reverse.exp
5259 * gdb.reverse/finish-precsave.exp
5260 * gdb.reverse/finish-reverse-bkpt.exp
5261 * gdb.reverse/finish-reverse.exp
5262 * gdb.reverse/fstatat-reverse.exp
5263 * gdb.reverse/getresuid-reverse.exp
5264 * gdb.reverse/i386-precsave.exp
5265 * gdb.reverse/i386-reverse.exp
5266 * gdb.reverse/i386-sse-reverse.exp
5267 * gdb.reverse/i387-stack-reverse.exp
5268 * gdb.reverse/insn-reverse.exp
5269 * gdb.reverse/machinestate-precsave.exp
5270 * gdb.reverse/machinestate.exp
5271 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5272 * gdb.reverse/pipe-reverse.exp
5273 * gdb.reverse/readv-reverse.exp
5274 * gdb.reverse/recvmsg-reverse.exp
5275 * gdb.reverse/rerun-prec.exp
5276 * gdb.reverse/s390-mvcle.exp
5277 * gdb.reverse/sigall-precsave.exp
5278 * gdb.reverse/sigall-reverse.exp
5279 * gdb.reverse/solib-precsave.exp
5280 * gdb.reverse/solib-reverse.exp
5281 * gdb.reverse/step-precsave.exp
5282 * gdb.reverse/step-reverse.exp
5283 * gdb.reverse/time-reverse.exp
5284 * gdb.reverse/until-precsave.exp
5285 * gdb.reverse/until-reverse.exp
5286 * gdb.reverse/waitpid-reverse.exp
5287 * gdb.reverse/watch-precsave.exp
5288 * gdb.reverse/watch-reverse.exp
5289
5290 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5291
5292 Fix test names starting with uppercase throughout the files.
5293
5294 * gdb.arch/i386-mpx-simple_segv.exp
5295 * gdb.arch/i386-mpx.exp
5296 * gdb.arch/i386-permbkpt.exp
5297 * gdb.arch/pa-nullify.exp
5298 * gdb.arch/powerpc-d128-regs.exp
5299 * gdb.arch/vsx-regs.exp
5300 * gdb.base/bfp-test.exp
5301 * gdb.base/break.exp
5302 * gdb.base/breakpoint-shadow.exp
5303 * gdb.base/callfuncs.exp
5304 * gdb.base/charset.exp
5305 * gdb.base/commands.exp
5306 * gdb.base/completion.exp
5307 * gdb.base/dfp-test.exp
5308 * gdb.base/echo.exp
5309 * gdb.base/ending-run.exp
5310 * gdb.base/eval.exp
5311 * gdb.base/expand-psymtabs.exp
5312 * gdb.base/float128.exp
5313 * gdb.base/floatn.exp
5314 * gdb.base/foll-exec-mode.exp
5315 * gdb.base/gdb1056.exp
5316 * gdb.base/gdb11531.exp
5317 * gdb.base/kill-after-signal.exp
5318 * gdb.base/multi-forks.exp
5319 * gdb.base/overlays.exp
5320 * gdb.base/pending.exp
5321 * gdb.base/sepdebug.exp
5322 * gdb.base/testenv.exp
5323 * gdb.base/valgrind-db-attach.exp
5324 * gdb.base/watch_thread_num.exp
5325 * gdb.base/watchpoint-cond-gone.exp
5326 * gdb.base/watchpoint.exp
5327 * gdb.base/watchpoints.exp
5328 * gdb.cp/arg-reference.exp
5329 * gdb.cp/baseenum.exp
5330 * gdb.cp/operator.exp
5331 * gdb.cp/shadow.exp
5332 * gdb.dwarf2/dw2-op-out-param.exp
5333 * gdb.dwarf2/dw2-reg-undefined.exp
5334 * gdb.go/chan.exp
5335 * gdb.go/hello.exp
5336 * gdb.go/integers.exp
5337 * gdb.go/methods.exp
5338 * gdb.go/package.exp
5339 * gdb.guile/scm-parameter.exp
5340 * gdb.guile/scm-progspace.exp
5341 * gdb.guile/scm-value.exp
5342 * gdb.mi/mi-pending.exp
5343 * gdb.mi/user-selected-context-sync.exp
5344 * gdb.multi/multi-attach.exp
5345 * gdb.multi/tids.exp
5346 * gdb.opt/clobbered-registers-O2.exp
5347 * gdb.pascal/floats.exp
5348 * gdb.pascal/integers.exp
5349 * gdb.python/py-block.exp
5350 * gdb.python/py-events.exp
5351 * gdb.python/py-parameter.exp
5352 * gdb.python/py-symbol.exp
5353 * gdb.python/py-symtab.exp
5354 * gdb.python/py-type.exp
5355 * gdb.python/py-value.exp
5356 * gdb.python/py-xmethods.exp
5357 * gdb.python/python.exp
5358 * gdb.reverse/break-precsave.exp
5359 * gdb.reverse/consecutive-precsave.exp
5360 * gdb.reverse/finish-precsave.exp
5361 * gdb.reverse/i386-precsave.exp
5362 * gdb.reverse/machinestate-precsave.exp
5363 * gdb.reverse/sigall-precsave.exp
5364 * gdb.reverse/solib-precsave.exp
5365 * gdb.reverse/step-precsave.exp
5366 * gdb.reverse/until-precsave.exp
5367 * gdb.reverse/watch-precsave.exp
5368 * gdb.server/ext-attach.exp
5369 * gdb.server/ext-restart.exp
5370 * gdb.server/ext-run.exp
5371 * gdb.server/ext-wrapper.exp
5372 * gdb.stabs/gdb11479.exp
5373 * gdb.stabs/weird.exp
5374 * gdb.threads/attach-many-short-lived-threads.exp
5375 * gdb.threads/kill.exp
5376 * gdb.threads/watchpoint-fork.exp
5377
5378 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5379
5380 Fix test names starting with uppercase throughout all the files below.
5381
5382 * gdb.ada/array_return.exp
5383 * gdb.ada/catch_ex.exp
5384 * gdb.ada/info_exc.exp
5385 * gdb.ada/mi_catch_ex.exp
5386 * gdb.ada/mi_dyn_arr.exp
5387 * gdb.ada/mi_ex_cond.exp
5388 * gdb.ada/mi_exc_info.exp
5389 * gdb.ada/mi_interface.exp
5390 * gdb.ada/mi_task_arg.exp
5391 * gdb.ada/mi_task_info.exp
5392 * gdb.ada/mi_var_array.exp
5393 * gdb.arch/alpha-step.exp
5394 * gdb.arch/amd64-disp-step.exp
5395 * gdb.arch/arm-disp-step.exp
5396 * gdb.arch/disp-step-insn-reloc.exp
5397 * gdb.arch/e500-prologue.exp
5398 * gdb.arch/ftrace-insn-reloc.exp
5399 * gdb.arch/gdb1558.exp
5400 * gdb.arch/i386-bp_permanent.exp
5401 * gdb.arch/i386-disp-step.exp
5402 * gdb.arch/i386-float.exp
5403 * gdb.arch/i386-gnu-cfi.exp
5404 * gdb.arch/ia64-breakpoint-shadow.exp
5405 * gdb.arch/mips16-thunks.exp
5406 * gdb.arch/pa-nullify.exp
5407 * gdb.arch/powerpc-aix-prologue.exp
5408 * gdb.arch/powerpc-power.exp
5409 * gdb.arch/ppc-dfp.exp
5410 * gdb.arch/s390-tdbregs.exp
5411 * gdb.arch/spu-info.exp
5412 * gdb.arch/spu-ls.exp
5413 * gdb.arch/thumb-bx-pc.exp
5414 * gdb.base/advance.exp
5415 * gdb.base/annota-input-while-running.exp
5416 * gdb.base/arrayidx.exp
5417 * gdb.base/asmlabel.exp
5418 * gdb.base/async.exp
5419 * gdb.base/attach-wait-input.exp
5420 * gdb.base/auto-connect-native-target.exp
5421 * gdb.base/batch-preserve-term-settings.exp
5422 * gdb.base/bfp-test.exp
5423 * gdb.base/bigcore.exp
5424 * gdb.base/bp-permanent.exp
5425 * gdb.base/break-always.exp
5426 * gdb.base/break-fun-addr.exp
5427 * gdb.base/break-idempotent.exp
5428 * gdb.base/break-main-file-remove-fail.exp
5429 * gdb.base/break-probes.exp
5430 * gdb.base/break-unload-file.exp
5431 * gdb.base/break.exp
5432 * gdb.base/call-ar-st.exp
5433 * gdb.base/call-rt-st.exp
5434 * gdb.base/call-sc.exp
5435 * gdb.base/call-signal-resume.exp
5436 * gdb.base/call-strs.exp
5437 * gdb.base/callexit.exp
5438 * gdb.base/callfuncs.exp
5439 * gdb.base/catch-gdb-caused-signals.exp
5440 * gdb.base/catch-signal-siginfo-cond.exp
5441 * gdb.base/catch-syscall.exp
5442 * gdb.base/compare-sections.exp
5443 * gdb.base/cond-eval-mode.exp
5444 * gdb.base/condbreak-call-false.exp
5445 * gdb.base/consecutive-step-over.exp
5446 * gdb.base/cursal.exp
5447 * gdb.base/disabled-location.exp
5448 * gdb.base/disasm-end-cu.exp
5449 * gdb.base/display.exp
5450 * gdb.base/double-prompt-target-event-error.exp
5451 * gdb.base/dprintf-bp-same-addr.exp
5452 * gdb.base/dprintf-detach.exp
5453 * gdb.base/dprintf-next.exp
5454 * gdb.base/dprintf-non-stop.exp
5455 * gdb.base/dprintf-pending.exp
5456 * gdb.base/dso2dso.exp
5457 * gdb.base/ending-run.exp
5458 * gdb.base/enum_cond.exp
5459 * gdb.base/examine-backward.exp
5460 * gdb.base/exe-lock.exp
5461 * gdb.base/exec-invalid-sysroot.exp
5462 * gdb.base/execl-update-breakpoints.exp
5463 * gdb.base/execution-termios.exp
5464 * gdb.base/fileio.exp
5465 * gdb.base/fixsection.exp
5466 * gdb.base/foll-exec-mode.exp
5467 * gdb.base/foll-exec.exp
5468 * gdb.base/fork-running-state.exp
5469 * gdb.base/frame-args.exp
5470 * gdb.base/fullpath-expand.exp
5471 * gdb.base/func-ptr.exp
5472 * gdb.base/gcore-relro-pie.exp
5473 * gdb.base/gdb1090.exp
5474 * gdb.base/gdb1555.exp
5475 * gdb.base/global-var-nested-by-dso.exp
5476 * gdb.base/gnu-ifunc.exp
5477 * gdb.base/hbreak-in-shr-unsupported.exp
5478 * gdb.base/hbreak-unmapped.exp
5479 * gdb.base/hook-stop.exp
5480 * gdb.base/infcall-input.exp
5481 * gdb.base/info-fun.exp
5482 * gdb.base/info-shared.exp
5483 * gdb.base/interrupt-noterm.exp
5484 * gdb.base/jit-so.exp
5485 * gdb.base/jit.exp
5486 * gdb.base/line-symtabs.exp
5487 * gdb.base/list.exp
5488 * gdb.base/longjmp.exp
5489 * gdb.base/macscp.exp
5490 * gdb.base/max-value-size.exp
5491 * gdb.base/nodebug.exp
5492 * gdb.base/nofield.exp
5493 * gdb.base/overlays.exp
5494 * gdb.base/paginate-after-ctrl-c-running.exp
5495 * gdb.base/paginate-bg-execution.exp
5496 * gdb.base/paginate-inferior-exit.exp
5497 * gdb.base/pending.exp
5498 * gdb.base/pr11022.exp
5499 * gdb.base/printcmds.exp
5500 * gdb.base/ptr-typedef.exp
5501 * gdb.base/ptype.exp
5502 * gdb.base/randomize.exp
5503 * gdb.base/range-stepping.exp
5504 * gdb.base/realname-expand.exp
5505 * gdb.base/relativedebug.exp
5506 * gdb.base/remote.exp
5507 * gdb.base/savedregs.exp
5508 * gdb.base/sepdebug.exp
5509 * gdb.base/set-noassign.exp
5510 * gdb.base/shlib-call.exp
5511 * gdb.base/shreloc.exp
5512 * gdb.base/sigaltstack.exp
5513 * gdb.base/sigbpt.exp
5514 * gdb.base/siginfo-addr.exp
5515 * gdb.base/siginfo-obj.exp
5516 * gdb.base/siginfo-thread.exp
5517 * gdb.base/signest.exp
5518 * gdb.base/signull.exp
5519 * gdb.base/sigrepeat.exp
5520 * gdb.base/skip.exp
5521 * gdb.base/so-impl-ld.exp
5522 * gdb.base/solib-corrupted.exp
5523 * gdb.base/solib-disc.exp
5524 * gdb.base/solib-display.exp
5525 * gdb.base/solib-overlap.exp
5526 * gdb.base/solib-search.exp
5527 * gdb.base/solib-symbol.exp
5528 * gdb.base/source-execution.exp
5529 * gdb.base/sss-bp-on-user-bp-2.exp
5530 * gdb.base/sss-bp-on-user-bp.exp
5531 * gdb.base/stack-checking.exp
5532 * gdb.base/stale-infcall.exp
5533 * gdb.base/step-break.exp
5534 * gdb.base/step-line.exp
5535 * gdb.base/step-over-exit.exp
5536 * gdb.base/step-test.exp
5537 * gdb.base/structs.exp
5538 * gdb.base/sym-file.exp
5539 * gdb.base/symtab-search-order.exp
5540 * gdb.base/term.exp
5541 * gdb.base/type-opaque.exp
5542 * gdb.base/unload.exp
5543 * gdb.base/until-nodebug.exp
5544 * gdb.base/until.exp
5545 * gdb.base/unwindonsignal.exp
5546 * gdb.base/watch-cond.exp
5547 * gdb.base/watch-non-mem.exp
5548 * gdb.base/watch_thread_num.exp
5549 * gdb.base/watchpoint-reuse-slot.exp
5550 * gdb.base/watchpoint-solib.exp
5551 * gdb.base/watchpoint.exp
5552 * gdb.btrace/dlopen.exp
5553 * gdb.cell/arch.exp
5554 * gdb.cell/break.exp
5555 * gdb.cell/bt.exp
5556 * gdb.cell/core.exp
5557 * gdb.cell/data.exp
5558 * gdb.cell/dwarfaddr.exp
5559 * gdb.cell/ea-cache.exp
5560 * gdb.cell/ea-standalone.exp
5561 * gdb.cell/ea-test.exp
5562 * gdb.cell/f-regs.exp
5563 * gdb.cell/fork.exp
5564 * gdb.cell/gcore.exp
5565 * gdb.cell/mem-access.exp
5566 * gdb.cell/ptype.exp
5567 * gdb.cell/registers.exp
5568 * gdb.cell/sizeof.exp
5569 * gdb.cell/solib-symbol.exp
5570 * gdb.cell/solib.exp
5571 * gdb.compile/compile-tls.exp
5572 * gdb.cp/exception.exp
5573 * gdb.cp/gdb2495.exp
5574 * gdb.cp/local.exp
5575 * gdb.cp/mb-inline.exp
5576 * gdb.cp/mb-templates.exp
5577 * gdb.cp/pr10687.exp
5578 * gdb.cp/pr9167.exp
5579 * gdb.cp/scope-err.exp
5580 * gdb.cp/templates.exp
5581 * gdb.cp/virtfunc.exp
5582 * gdb.dwarf2/dw2-dir-file-name.exp
5583 * gdb.dwarf2/dw2-single-line-discriminators.exp
5584 * gdb.fortran/complex.exp
5585 * gdb.fortran/library-module.exp
5586 * gdb.guile/guile.exp
5587 * gdb.guile/scm-cmd.exp
5588 * gdb.guile/scm-frame-inline.exp
5589 * gdb.guile/scm-objfile.exp
5590 * gdb.guile/scm-pretty-print.exp
5591 * gdb.guile/scm-symbol.exp
5592 * gdb.guile/scm-type.exp
5593 * gdb.guile/scm-value.exp
5594 * gdb.linespec/keywords.exp
5595 * gdb.linespec/ls-errs.exp
5596 * gdb.linespec/macro-relative.exp
5597 * gdb.linespec/thread.exp
5598 * gdb.mi/mi-breakpoint-changed.exp
5599 * gdb.mi/mi-dprintf-pending.exp
5600 * gdb.mi/mi-fullname-deleted.exp
5601 * gdb.mi/mi-logging.exp
5602 * gdb.mi/mi-pending.exp
5603 * gdb.mi/mi-solib.exp
5604 * gdb.mi/new-ui-mi-sync.exp
5605 * gdb.mi/user-selected-context-sync.exp
5606 * gdb.multi/dummy-frame-restore.exp
5607 * gdb.multi/multi-arch-exec.exp
5608 * gdb.multi/remove-inferiors.exp
5609 * gdb.multi/watchpoint-multi-exit.exp
5610 * gdb.opt/solib-intra-step.exp
5611 * gdb.perf/backtrace.exp
5612 * gdb.perf/single-step.exp
5613 * gdb.perf/skip-command.exp
5614 * gdb.perf/skip-prologue.exp
5615 * gdb.perf/solib.exp
5616 * gdb.python/lib-types.exp
5617 * gdb.python/py-as-string.exp
5618 * gdb.python/py-bad-printers.exp
5619 * gdb.python/py-block.exp
5620 * gdb.python/py-breakpoint.exp
5621 * gdb.python/py-cmd.exp
5622 * gdb.python/py-events.exp
5623 * gdb.python/py-evthreads.exp
5624 * gdb.python/py-finish-breakpoint.exp
5625 * gdb.python/py-finish-breakpoint2.exp
5626 * gdb.python/py-frame-inline.exp
5627 * gdb.python/py-frame.exp
5628 * gdb.python/py-inferior.exp
5629 * gdb.python/py-infthread.exp
5630 * gdb.python/py-mi.exp
5631 * gdb.python/py-objfile.exp
5632 * gdb.python/py-pp-maint.exp
5633 * gdb.python/py-pp-registration.exp
5634 * gdb.python/py-prettyprint.exp
5635 * gdb.python/py-recurse-unwind.exp
5636 * gdb.python/py-shared.exp
5637 * gdb.python/py-symbol.exp
5638 * gdb.python/py-symtab.exp
5639 * gdb.python/py-template.exp
5640 * gdb.python/py-type.exp
5641 * gdb.python/py-unwind-maint.exp
5642 * gdb.python/py-unwind.exp
5643 * gdb.python/py-value.exp
5644 * gdb.python/python.exp
5645 * gdb.reverse/finish-reverse-bkpt.exp
5646 * gdb.reverse/insn-reverse.exp
5647 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5648 * gdb.reverse/solib-precsave.exp
5649 * gdb.reverse/solib-reverse.exp
5650 * gdb.stabs/gdb11479.exp
5651 * gdb.stabs/weird.exp
5652 * gdb.threads/fork-child-threads.exp
5653 * gdb.threads/fork-plus-threads.exp
5654 * gdb.threads/fork-thread-pending.exp
5655 * gdb.threads/forking-threads-plus-breakpoint.exp
5656 * gdb.threads/hand-call-in-threads.exp
5657 * gdb.threads/interrupted-hand-call.exp
5658 * gdb.threads/linux-dp.exp
5659 * gdb.threads/local-watch-wrong-thread.exp
5660 * gdb.threads/next-while-other-thread-longjmps.exp
5661 * gdb.threads/non-ldr-exit.exp
5662 * gdb.threads/pending-step.exp
5663 * gdb.threads/print-threads.exp
5664 * gdb.threads/process-dies-while-detaching.exp
5665 * gdb.threads/process-dies-while-handling-bp.exp
5666 * gdb.threads/pthreads.exp
5667 * gdb.threads/queue-signal.exp
5668 * gdb.threads/reconnect-signal.exp
5669 * gdb.threads/signal-command-handle-nopass.exp
5670 * gdb.threads/signal-command-multiple-signals-pending.exp
5671 * gdb.threads/signal-delivered-right-thread.exp
5672 * gdb.threads/signal-sigtrap.exp
5673 * gdb.threads/sigthread.exp
5674 * gdb.threads/staticthreads.exp
5675 * gdb.threads/stepi-random-signal.exp
5676 * gdb.threads/thread-unwindonsignal.exp
5677 * gdb.threads/thread_check.exp
5678 * gdb.threads/thread_events.exp
5679 * gdb.threads/tid-reuse.exp
5680 * gdb.threads/tls-nodebug.exp
5681 * gdb.threads/tls-shared.exp
5682 * gdb.threads/tls-so_extern.exp
5683 * gdb.threads/tls.exp
5684 * gdb.threads/wp-replication.exp
5685 * gdb.trace/actions-changed.exp
5686 * gdb.trace/actions.exp
5687 * gdb.trace/backtrace.exp
5688 * gdb.trace/change-loc.exp
5689 * gdb.trace/collection.exp
5690 * gdb.trace/deltrace.exp
5691 * gdb.trace/disconnected-tracing.exp
5692 * gdb.trace/entry-values.exp
5693 * gdb.trace/ftrace-lock.exp
5694 * gdb.trace/ftrace.exp
5695 * gdb.trace/infotrace.exp
5696 * gdb.trace/mi-trace-frame-collected.exp
5697 * gdb.trace/mi-trace-unavailable.exp
5698 * gdb.trace/mi-traceframe-changed.exp
5699 * gdb.trace/mi-tracepoint-changed.exp
5700 * gdb.trace/mi-tsv-changed.exp
5701 * gdb.trace/no-attach-trace.exp
5702 * gdb.trace/packetlen.exp
5703 * gdb.trace/passc-dyn.exp
5704 * gdb.trace/passcount.exp
5705 * gdb.trace/pending.exp
5706 * gdb.trace/pr16508.exp
5707 * gdb.trace/qtro.exp
5708 * gdb.trace/range-stepping.exp
5709 * gdb.trace/read-memory.exp
5710 * gdb.trace/report.exp
5711 * gdb.trace/save-trace.exp
5712 * gdb.trace/signal.exp
5713 * gdb.trace/stap-trace.exp
5714 * gdb.trace/status-stop.exp
5715 * gdb.trace/strace.exp
5716 * gdb.trace/tfile.exp
5717 * gdb.trace/tfind.exp
5718 * gdb.trace/trace-break.exp
5719 * gdb.trace/trace-condition.exp
5720 * gdb.trace/trace-enable-disable.exp
5721 * gdb.trace/trace-mt.exp
5722 * gdb.trace/tracecmd.exp
5723 * gdb.trace/tracefile-pseudo-reg.exp
5724 * gdb.trace/tspeed.exp
5725 * gdb.trace/tstatus.exp
5726 * gdb.trace/tsv.exp
5727 * gdb.trace/unavailable.exp
5728 * gdb.trace/while-dyn.exp
5729 * gdb.trace/while-stepping.exp
5730 * lib/gdb-guile.exp
5731 * lib/gdb.exp
5732 * lib/mi-support.exp
5733 * lib/pascal.exp
5734 * lib/perftest.exp
5735 * lib/prelink-support.exp
5736 * lib/selftest-support.exp
5737
5738 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5739
5740 * Makefile.in: Include disable-implicit-rules.mk.
5741
5742 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5743
5744 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5745 non-byte-aligned bit fields.
5746
5747 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5748
5749 PR gdb/12616
5750 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5751 respects the DW_AT_data_bit_offset attribute.
5752
5753 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5754
5755 * gdb.base/default.exp: Fix output of "set language".
5756
5757 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5758
5759 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5760 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5761 make.
5762 * configure.ac: Remove checks for the make program.
5763 * configure: Re-generate.
5764
5765 2016-11-16 Kevin Buettner <kevinb@redhat.com>
5766
5767 * gdb.python/py-recurse-unwind.c (main): Add loop.
5768 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5769 to read_register() and gdb.parse_and_eval(). Make each code
5770 call a separate case that can be individually tested.
5771 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5772 proc. Call cont_and_backtrace for each of the code paths that
5773 we want to test in the unwinder.
5774
5775 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5776
5777 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5778 the definition of struct S.
5779
5780 2016-11-11 Catherine Moore <clm@codesourcery.com>
5781
5782 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5783
5784 2016-11-09 Pedro Alves <palves@redhat.com>
5785
5786 * gdb.base/commands.exp (runto_or_return): New procedure.
5787 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5788 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5789 (progvar_simple_while_test, progvar_complex_if_while_test)
5790 (if_while_breakpoint_command_test)
5791 (infrun_breakpoint_command_test, breakpoint_command_test)
5792 (user_defined_command_test, watchpoint_command_test)
5793 (test_command_prompt_position, redefine_hook_test)
5794 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5795 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5796 multi_line_input and multi_line. Remove gdb_expect and
5797 gdb_stop_suppressing_tests uses.
5798 * lib/gdb.exp (valnum_re): New global.
5799 (multi_line_input): New procedure.
5800
5801 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5802
5803 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5804 Remove.
5805 (test_setup): Define with proc_with_prefix.
5806 (test_cli_inferior): Likewise.
5807 (test_cli_thread): Likewise.
5808 (test_cli_frame): Likewise.
5809 (test_cli_select_frame): Likewise.
5810 (test_cli_up_down): Likewise.
5811 (test_mi_thread_select): Likewise.
5812 (test_mi_stack_select_frame): Likewise.
5813 (test_cli_in_mi_inferior): Likewise.
5814 (test_cli_in_mi_thread): Likewise.
5815 (test_cli_in_mi_frame): Likewise.
5816 (top level): Do not use with_test_prefix_procname.
5817
5818 2016-11-09 Pedro Alves <palves@redhat.com>
5819
5820 * gdb.base/commands.exp (gdbvar_simple_if_test)
5821 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5822 (progvar_simple_if_test, progvar_simple_while_test)
5823 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5824 (infrun_breakpoint_command_test, breakpoint_command_test)
5825 (user_defined_command_test, watchpoint_command_test)
5826 (test_command_prompt_position, deprecated_command_test)
5827 (bp_deleted_in_command, temporary_breakpoint_commands)
5828 (stray_arg0_test, source_file_with_indented_comment)
5829 (recursive_source_test, if_commands_test)
5830 (error_clears_commands_left, redefine_hook_test)
5831 (redefine_backtrace_test): Use proc_with_prefix.
5832 * lib/gdb.exp (proc_with_prefix): New proc.
5833
5834 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5835
5836 * gdb.base/tui-layout.c: New file.
5837 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5838 disassembly window contains very long lines.
5839
5840 2016-11-08 Tom Tromey <tom@tromey.com>
5841
5842 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5843 depend on Python 2.
5844
5845 2016-11-08 Tom Tromey <tom@tromey.com>
5846
5847 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5848 New method.
5849
5850 2016-10-29 Manish Goregaokar <manish@mozilla.com>
5851
5852 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
5853
5854 2016-10-27 Manish Goregaokar <manish@mozilla.com>
5855
5856 * gdb.rust/simple.rs: Add test for univariant enums without
5857 discriminants and for encoded struct-like enums.
5858
5859 2016-10-28 Pedro Alves <palves@redhat.com>
5860
5861 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5862 gdb_test_multiple, tighten regexps and match symtabs and line
5863 tables incrementally.
5864
5865 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
5866
5867 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5868 general.
5869
5870 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
5871
5872 * gdb.base/exec-invalid-sysroot.exp: New file.
5873
5874 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5875
5876 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5877
5878 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5879
5880 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5881
5882 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5883
5884 * gdb.base/killed-outside.exp: Remove $options from a call to
5885 `prepare_for_testing'.
5886
5887 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5888
5889 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5890 Change test message.
5891
5892 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5893
5894 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5895 Update comment.
5896
5897 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5898
5899 * gdb.trace/mi-trace-save.exp: New file.
5900
5901 2016-10-13 Yao Qi <yao.qi@linaro.org>
5902
5903 * gdb.base/code_elim.exp (get_var_address): Remove.
5904 * gdb.base/relocate.exp: Likewise.
5905 * gdb.base/shreloc.exp: Likewise.
5906 * lib/gdb.exp (get_var_address): New.
5907
5908 2016-10-13 Yao Qi <yao.qi@linaro.org>
5909
5910 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5911 floating point tests if $skip_float_test is false.
5912
5913 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
5914
5915 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5916 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5917 argc values.
5918 Add 1 to argc so we guarantee distinct initial/modified argc values.
5919
5920 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5921
5922 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5923
5924 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5925
5926 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5927 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5928 * gdb.arch/vsx-regs.exp: Likewise.
5929
5930 2016-10-07 Yao Qi <yao.qi@linaro.org>
5931
5932 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5933
5934 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5935
5936 * gdb.python/python.exp: Test decode_line("*0").
5937
5938 2016-10-06 Doug Evans <dje@google.com>
5939
5940 * gdb.python/py-value.exp (test_value_creation): Add test for large
5941 unsigned 64-bit value.
5942
5943 2016-10-06 Tom Tromey <tom@tromey.com>
5944
5945 * gdb.compile/compile.exp: Change java tests to rust.
5946 * gdb.base/setshow.exp: Change java tests to rust.
5947 * gdb.base/default.exp: Remove java from language list.
5948 * README (Examples): Update language example.
5949 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5950 test.
5951 * lib/gdb.exp (skip_java_tests): Remove.
5952 * lib/java.exp: Remove.
5953 * gdb.java: Remove.
5954
5955 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5956
5957 * gdb.arch/mips-fcr.exp: New test.
5958 * gdb.arch/mips-fcr.c: Source for the new test.
5959
5960 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5961
5962 * gdb.base/solib-disc.exp: Use `standard_output_file'
5963 throughout.
5964
5965 2016-10-06 Pedro Alves <palves@redhat.com>
5966
5967 * gdb.base/jit-simple-dl.c: New file.
5968 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5969 * gdb.base/jit-simple.c: ... this.
5970 * gdb.base/jit-simple.exp (jit_run): Delete.
5971 (build_jit): New proc.
5972 (jit_test_reread): Recompile either the main program or the shared
5973 library, depending on what is being tested. Skip changing address
5974 if caller wants to. Compare before/after addresses. If testing
5975 standalone, explicitly load the binary. Test "maint info
5976 breakpoints".
5977 (top level): Add "standalone vs shared lib" and "change address"
5978 vs "same address" axes.
5979
5980 2016-10-06 Pedro Alves <palves@redhat.com>
5981
5982 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5983 call.
5984 (jit_run): Delete.
5985 (jit_test_reread): Use with_test_prefix. Reload the main binary
5986 explicitly. Compare the before/after addresses of the JIT
5987 descriptor.
5988
5989 2016-08-15 Doug Evans <dje@google.com>
5990
5991 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5992 for single bitfields is bool.
5993 * gdb.xml/tdesc-regs.exp: Ditto.
5994
5995 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5996
5997 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5998
5999 2016-10-05 Yao Qi <yao.qi@linaro.org>
6000
6001 * lib/gdb.exp (support_complex_tests): Return zero if
6002 gdb_skip_float_test return true.
6003
6004 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6005 Simon Marchi <simon.marchi@ericsson.com>
6006
6007 PR gdb/20487
6008 * gdb.mi/user-selected-context-sync.exp: New file.
6009 * gdb.mi/user-selected-context-sync.c: New file.
6010
6011 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6012 Simon Marchi <simon.marchi@ericsson.com>
6013
6014 PR gdb/20487
6015 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6016 =thread-select-event check.
6017
6018 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6019
6020 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6021 the compulsory L operand changes.
6022 * gdb.arch/powerpc-power.s: Likewise.
6023
6024 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6025
6026 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6027 * gdb.base/jit-attach-pie.c: New file.
6028 * gdb.base/jit-attach-pie.exp: New file.
6029
6030 2016-09-28 Pedro Alves <palves@redhat.com>
6031
6032 * gdb.base/infcall-input.c: New file.
6033 * gdb.base/infcall-input.exp: New file.
6034
6035 2016-09-22 Yao Qi <yao.qi@linaro.org>
6036
6037 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6038 (gdb_exit): Rename it to ...
6039 (gdbserver_gdb_exit): ... Close GDBserver.
6040 (gdb_exit): New proc, call gdbserver_gdb_exit.
6041 (mi_gdb_exit): Likewise.
6042
6043 2016-09-22 Yao Qi <yao.qi@linaro.org>
6044
6045 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6046 path.
6047 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6048 Remove duplication.
6049
6050 2016-09-22 Yao Qi <yao.qi@linaro.org>
6051
6052 * lib/gdbserver-support.exp: Check the existence of
6053 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6054
6055 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6056
6057 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6058
6059 2016-09-21 Tom Tromey <tom@tromey.com>
6060
6061 PR gdb/20604:
6062 * gdb.base/quit.exp: New file.
6063
6064 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6065
6066 * .gitignore: New file.
6067
6068 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6069
6070 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6071 throughout.
6072
6073 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6074
6075 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6076
6077 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6078
6079 * gdb.cp/casts.cc (decltype): Move it ...
6080 (main): ... with its call to ...
6081 * gdb.cp/casts03.cc: ... a new file.
6082 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6083
6084 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6085
6086 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6087
6088 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6089
6090 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6091 and sync up the test with tests in gas/testsuite/gas/ppc.
6092 * gdb.arch/powerpc-power.exp: Likewise.
6093
6094 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6095
6096 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6097
6098 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6099 Jan Kratochvil <jan.kratochvil@redhat.com>
6100
6101 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6102 make m1's definition to be different from m2's. Use 'dummy' as an
6103 argument for probe 'two'.
6104
6105 2016-09-10 Jon Beniston <jon@beniston.com>
6106
6107 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6108 for sim target.
6109
6110 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6111
6112 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6113 variable declaration.
6114 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6115 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6116 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6117 received HWCAP as its argument.
6118
6119 2016-09-06 Pedro Alves <palves@redhat.com>
6120
6121 * gdb.base/new-ui-pending-input.c: New file.
6122 * gdb.base/new-ui-pending-input.exp: New file.
6123 * gdb.exp (clear_gdb_spawn_id): New procedure.
6124 (with_spawn_id): Check whether gdb_spawn_id exists before
6125 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6126 on exit.
6127
6128 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6129
6130 * gdb.base/float128.c: New file.
6131 * gdb.base/float128.exp: Likewise.
6132 * gdb.base/floatn.c: Likewise.
6133 * gdb.base/floatn.exp: Likewise.
6134
6135 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6136
6137 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6138
6139 2016-09-05 Pedro Alves <palves@redhat.com>
6140
6141 PR backtrace/19927
6142 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6143 unwinders are immediately called as side effect of "source" or
6144 "disable unwinder" commands.
6145 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6146
6147 2016-09-02 Yao Qi <yao.qi@linaro.org>
6148
6149 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6150 is true and $type is "float" or "double".
6151
6152 2016-09-02 Yao Qi <yao.qi@linaro.org>
6153
6154 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6155 true.
6156 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6157 * gdb.base/call-rt-st.exp: Likewise.
6158 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6159 return value instead of gdb,skip_float_test.
6160 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6161 (do_function_calls): Use its return value instead of
6162 gdb,skip_float_test.
6163 * gdb.base/finish.exp: Likewise.
6164 * gdb.base/funcargs.exp: Likewise.
6165 * gdb.base/return.exp: Likewise.
6166 * gdb.base/return2.exp: Likewise.
6167 * gdb.base/varargs.exp: Likewise.
6168 * lib/gdb.exp (gdb_skip_float_test): Change it to
6169 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6170
6171 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6172
6173 * gdb.multi/tids.exp: Test "thread apply all".
6174
6175 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6176
6177 * gdb.base/default.exp (tty): Remove.
6178
6179 2016-08-24 Kevin Buettner <kevinb@redhat.com>
6180
6181 * gdb.python/py-recurse-unwind.c: New file.
6182 * gdb.python/py-recurse-unwind.py: New file.
6183 * gdb.python/py-recurse-unwind.exp: New file.
6184
6185 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6186
6187 * gdb.base/set-inferior-tty.exp: New file.
6188 * gdb.base/set-inferior-tty.c: New file.
6189
6190 2016-08-23 Pedro Alves <palves@redhat.com>
6191
6192 PR gdb/20494
6193 * gdb.base/new-ui-echo.c: New file.
6194 * gdb.base/new-ui-echo.exp: New file.
6195
6196 2016-08-23 Yao Qi <yao.qi@linaro.org>
6197
6198 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6199 gdbserver_spawn.
6200 * gdb.server/connect-without-multi-process.exp (do_test):
6201 Likewise.
6202
6203 2016-08-23 Yao Qi <yao.qi@linaro.org>
6204
6205 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6206 standalone_txt. Delete gdb_txt and standalone_txt on host
6207 and target. Spawn the binary on target. Copy files from
6208 target to host.
6209
6210 2016-08-22 Pedro Alves <palves@redhat.com>
6211
6212 PR gdb/20505
6213 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6214 with_test_prefix. Factor out bits to ...
6215 (test_no_vdso): ... this new procedure.
6216
6217 2016-08-19 Carl Love <cel@us.ibm.com>
6218
6219 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6220 maintaining separate logic for constructing the output path.
6221 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6222 * gdb.arch/ppc-dfp.exp: Likewise.
6223 * gdb.arch/ppc-fp.exp: Likewise.
6224 * gdb.arch/vsx-regs.exp: Likewise.
6225 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6226 binprefix for generating the additional binary files.
6227
6228 2016-08-19 Pedro Alves <palves@redhat.com>
6229
6230 * gdb.trace/mi-trace-frame-collected.exp
6231 (test_trace_frame_collected): On x32, expect two registers.
6232
6233 2016-08-18 Carl Love <cel@us.ibm.com>
6234
6235 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6236 and sync up the test with tests in gas/testsuite/gas/ppc.
6237 * gdb.arch/powerpc-power.exp: Likewise.
6238
6239 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6240
6241 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6242 expected error message.
6243
6244 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6245
6246 * gdb.multi/remove-inferiors.exp: New file.
6247 * gdb.multi/remove-inferiors.c: New file.
6248
6249 2016-08-12 Yao Qi <yao.qi@linaro.org>
6250
6251 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6252 argument list.
6253
6254 2016-08-10 Pedro Alves <palves@redhat.com>
6255
6256 PR gdb/19187
6257 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6258 setup_kfails.
6259
6260 2016-08-09 Pedro Alves <palves@redhat.com>
6261 Simon Marchi <simon.marchi@ericsson.com>
6262
6263 PR gdb/20418
6264 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6265 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6266
6267 2016-08-09 Pedro Alves <palves@redhat.com>
6268
6269 PR mi/20431
6270 * gdb.mi/mi-cmd-error.exp: New file.
6271
6272 2016-08-09 Pedro Alves <palves@redhat.com>
6273
6274 PR gdb/18653
6275 * gdb.base/signals-state-child.c: New file.
6276 * gdb.base/signals-state-child.exp: New file.
6277 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6278
6279 2016-08-09 Pedro Alves <palves@redhat.com>
6280
6281 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6282
6283 2016-08-03 Tom Tromey <tom@tromey.com>
6284
6285 PR python/18565:
6286 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6287
6288 2016-08-01 Yao Qi <yao.qi@linaro.org>
6289
6290 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6291 variable mode to "multi-process" if $multi_process is 1, otherwise
6292 set it to "single-process".
6293
6294 2016-08-01 Yao Qi <yao.qi@linaro.org>
6295
6296 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6297 * gdb.cp/cpexprs.exp: Likewise.
6298 * gdb.cp/m-static.exp: Likewise.
6299
6300 2016-07-26 Tom Tromey <tom@tromey.com>
6301
6302 PR python/20190:
6303 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6304 test.
6305
6306 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6307
6308 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6309 selecting assembly source files.
6310 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6311 assembly source files.
6312 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6313 assembly source files.
6314 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6315 selecting assembly source files.
6316
6317 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6318
6319 * gdb.base/new-ui.exp (do_test_invalid_args): New
6320 procedure.
6321
6322 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6323
6324 * gdb.btrace/reconnect.c: New file.
6325 * gdb.btrace/reconnect.exp: New file.
6326
6327 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6328
6329 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6330 to test_catch_syscall_group.
6331 (test_catch_syscall_group): New.
6332
6333 2016-07-21 Tom Tromey <tom@tromey.com>
6334
6335 * gdb.rust/simple.rs (main): Use empty struct expression.
6336 * gdb.rust/simple.exp: Add tests for empty struct expression.
6337
6338 2016-07-21 Yao Qi <yao.qi@linaro.org>
6339
6340 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6341 if gdb_skip_xml_test is true on some targets.
6342
6343 2016-07-21 Yao Qi <yao.qi@linaro.org>
6344
6345 * gdb.server/solib-list.exp: Unset last_loaded_file.
6346
6347 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6348
6349 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6350 "step into captured_main (args)".
6351
6352 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6353
6354 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6355
6356 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6357
6358 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6359
6360 2016-07-19 Pedro Alves <palves@redhat.com>
6361
6362 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6363 * gdb.opt/inline-bt.exp: Likewise.
6364 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6365 additional_flags=-Winline.
6366 * gdb.opt/inline-locals.exp: Likewise.
6367 * gdb.opt/inline-markers.c (ATTR): Define.
6368 (inlined_fn): Use it.
6369
6370 2016-07-19 Yao Qi <yao.qi@linaro.org>
6371
6372 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6373 (test_with_self): Remove some code. Remove argument executable.
6374 (top-level): Use do_self_tests.
6375
6376 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
6377 Don Breazeal <donb@codesourcery.com>
6378
6379 * gdb.base/maint.exp: Escape paths used in regular expressions.
6380 * gdb.stabs/weird.exp: Likewise.
6381
6382 2016-07-13 Tom Tromey <tom@tromey.com>
6383
6384 PR python/15620, PR python/18620:
6385 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6386 (test_bkpt_events): New procs.
6387
6388 2016-07-13 Tom Tromey <tom@tromey.com>
6389
6390 PR python/17698:
6391 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6392 test.
6393 (test_watchpoints): Likewise.
6394 (test_bkpt_pending): New proc.
6395
6396 2016-07-13 Tom Tromey <tom@tromey.com>
6397
6398 PR cli/18053:
6399 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6400 completion test.
6401
6402 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6403
6404 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6405 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6406 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6407 f_label.
6408 (g): Rename g_end_lbl to g_label.
6409 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6410 low_pc and high_pc.
6411 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6412
6413 2016-07-12 Tom Tromey <tom@tromey.com>
6414
6415 PR python/19293:
6416 * gdb.python/py-unwind-maint.exp: Update tests.
6417
6418 2016-07-12 Yao Qi <yao.qi@linaro.org>
6419
6420 * lib/selftest-support.exp (selftest_setup): Match the output
6421 when captured_main is inlined.
6422
6423 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6424
6425 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6426 New variables.
6427 (print this%a, print this%b, print this): New tests.
6428 * gdb.fortran/derived-types.f90 (this): New object and
6429 initialization.
6430
6431 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6432
6433 * gdb.ada/arraydim.exp: Remove extra directory level in build
6434 directory.
6435
6436 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6437
6438 * lib/ada.exp: Remove extra directory level in build directory.
6439 * gdb.ada/cond_lang.exp: Likewise.
6440 * gdb.ada/exec_changed.exp: Likewise.
6441 * gdb.ada/lang_switch.exp: Likewise.
6442
6443 2016-07-06 Manish Goregaokar <manish@mozilla.com>
6444
6445 * simple.rs: Add test for raw pointer subscripting.
6446 * simple.exp: Add test expectations.
6447
6448 2016-07-05 Yao Qi <yao.qi@linaro.org>
6449
6450 * gdb.mi/mi-reverse.exp: Match =record-started output.
6451
6452 2016-07-01 Pedro Alves <palves@redhat.com>
6453
6454 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6455 procedure.
6456 (jit_reader_test): Test the jit reader's unwinder.
6457 * gdb.base/jithost.c (jit_function_00_code): New global.
6458 (main): Use memcpy to fill in the mmapped code, instead of poking
6459 bytes manually here.
6460 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6461 value.
6462 (read_debug_info): Save the function's range.
6463 (read_sp): New function.
6464 (unwind_frame): Use it. Also unwind RBP.
6465 (get_frame_id): Use read_sp.
6466 (gdb_init_reader): Use calloc instead of malloc.
6467 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6468 parameter. Use gdb_test_multiple.
6469
6470 2016-07-01 Pedro Alves <palves@redhat.com>
6471 Antoine Tremblay <antoine.tremblay@ericsson.com>
6472
6473 * gdb.threads/process-dies-while-detaching.c: New file.
6474 * gdb.threads/process-dies-while-detaching.exp: New file.
6475
6476 2016-07-01 Pedro Alves <palves@redhat.com>
6477
6478 * gdb.multi/watchpoint-multi-exit.c: New file.
6479 * gdb.multi/watchpoint-multi-exit.exp: New file.
6480
6481 2016-06-30 Pedro Alves <palves@redhat.com>
6482
6483 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6484 unset inferior_spawn_id.
6485
6486 2016-06-30 Pedro Alves <palves@redhat.com>
6487
6488 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6489 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6490
6491 2016-06-29 Yao Qi <yao.qi@linaro.org>
6492
6493 * gdb.base/return.c: Add copyright header.
6494
6495 2016-06-29 Tom Tromey <tom@tromey.com>
6496
6497 PR python/20129:
6498 * gdb.python/py-framefilter.exp: Add tests for setting priority
6499 and disabling of non-existent frame filter.
6500
6501 2016-06-29 Yao Qi <yao.qi@linaro.org>
6502
6503 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6504 0x0f07ff.
6505
6506 2016-06-28 Yao Qi <yao.qi@linaro.org>
6507
6508 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6509 triplets. Start gdb, execute catch syscall, and continue. Check
6510 gdb's output to determine catch syscall is supported.
6511
6512 2016-06-27 Manish Goregaokar <manish@mozilla.com>
6513
6514 * gdb.rust/simple.rs: Add test for returning unit in a function.
6515 * gdb.rust/simple.exp: Add expectation for functions returning
6516 unit.
6517
6518 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6519
6520 * gdb.python/py-breakpoint-create-fail.c,
6521 gdb.python/py-breakpoint-create-fail.exp,
6522 gdb.python/py-breakpoint-create-fail.py: New testcase.
6523
6524 2016-06-25 Manish Goregaokar <manish@mozilla.com>
6525
6526 PR gdb/20239
6527 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
6528 * gdb.rust/simple.exp: Add test expectations for new NonZero
6529 tests.
6530
6531 2016-06-24 David Taylor <dtaylor@emc.com>
6532
6533 * gdb.base/offsets.exp: New file.
6534 * gdb.base/offsets.c: New file.
6535
6536 2016-06-23 Tom Tromey <tom@tromey.com>
6537
6538 PR gdb/16483:
6539 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6540 before any filters are loaded.
6541
6542 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6543
6544 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6545 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6546 structs.
6547 * gdb.fortran/derived-type-function.exp: New file.
6548 * gdb.fortran/derived-type-function.f90: New file.
6549
6550
6551 2016-06-21 Pedro Alves <palves@redhat.com>
6552
6553 * gdb.base/new-ui.exp: New file.
6554 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6555 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6556 (with_spawn_id): New procedure.
6557
6558 2016-06-21 Pedro Alves <palves@redhat.com>
6559
6560 * gdb.mi/mi-exec-run.exp: New file.
6561
6562 2016-06-21 Pedro Alves <palves@redhat.com>
6563
6564 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6565 breakpoint command's output on the main UI.
6566 (test_break): New procedure, factored out from calls in the top
6567 level.
6568 (top level): Use foreach_with_prefix to test MI as main UI and as
6569 separate UI.
6570
6571 2016-06-21 Pedro Alves <palves@redhat.com>
6572
6573 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6574 (test_awatch_creation_and_listing)
6575 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6576 Remove 'type' parameter.
6577 (test_watchpoint_all): New parameter mi_mode. Remove
6578 with_test_prefix.
6579 (top level): Use foreach_with_prefix, and add main/separate UI MI
6580 testing axis.
6581
6582 2016-06-21 Pedro Alves <palves@redhat.com>
6583
6584 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6585 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6586 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6587 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6588 (gdb_main_spawn_id, mi_spawn_id): Declare and
6589 comment.
6590 (mi_create_inferior_pty): New procedure,
6591 factored out from default_mi_gdb_start.
6592 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6593 procedures.
6594 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6595 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6596 Use mi_create_inferior_pty.
6597 (mi_gdb_start): Use eval to pass down args list.
6598
6599 2016-06-21 Pedro Alves <palves@redhat.com>
6600
6601 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6602 * gdb.opt/inline-cmds.exp: Add MI tests.
6603
6604 2016-06-21 Pedro Alves <palves@redhat.com>
6605
6606 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6607
6608 2016-06-21 Pedro Alves <palves@redhat.com>
6609
6610 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6611 (top level): Use it instead of mi_execute_to.
6612
6613 2016-06-21 Pedro Alves <palves@redhat.com>
6614
6615 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6616 (cont_handler_str): New.
6617 (signal_stop_handler): Set stop_handler_str instead of printing to
6618 stdout.
6619 (continue_handler): Set cont_handler_str instead of printing to
6620 stdout.
6621 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6622 mi_send_resuming_command. Print stop_handler_str and
6623 cont_handler_str instead of expecting the python events print
6624 directly.
6625
6626 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6627
6628 * gdb.base/jit-reader.exp: New file.
6629 * gdb.base/jithost.c: New file.
6630 * gdb.base/jithost.h: New file.
6631 * gdb.base/jitreader.c : New file.
6632 * gdb.base/jit-protocol.h: New file.
6633
6634 2016-06-17 Yao Qi <yao.qi@linaro.org>
6635
6636 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6637 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6638 and detach-on-fork. Adjust tests.
6639 (top level): Invoke break_cond_on_syscall with combinations of
6640 syscall, follow-fork-mode and detach-on-fork.
6641
6642 2016-06-17 Yao Qi <yao.qi@linaro.org>
6643
6644 * gdb.base/step-over-exit.c: New.
6645 * gdb.base/step-over-exit.exp: New.
6646
6647 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6648
6649 * gdb.base/float.exp: Add target check for nds32*-*-*.
6650 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6651
6652 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6653
6654 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6655 for unsupported target features.
6656 * gdb.base/call-rt-st.exp: Likewise.
6657 * gdb.base/call-sc.exp: Likewise.
6658 * gdb.base/call-signal-resume.exp: Likewise.
6659 * gdb.base/call-strs.exp: Likewise.
6660 * gdb.base/callexit.exp: Likewise.
6661 * gdb.base/callfuncs.exp: Likewise.
6662 * gdb.base/nodebug.exp: Likewise.
6663 * gdb.base/printcmds.exp: Likewise.
6664 * gdb.base/ptype.exp: Likewise.
6665 * gdb.base/structs.exp: Likewise.
6666 * gdb.base/unwindonsignal.exp: Likewise.
6667 * gdb.cp/gdb2495.exp: Likewise.
6668 * gdb.cp/templates.exp: Likewise.
6669 * gdb.cp/virtfunc.exp: Likewise.
6670 * gdb.threads/hand-call-in-threads.exp: Likewise.
6671 * gdb.threads/interrupted-hand-call.exp: Likewise.
6672 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6673
6674 2016-06-10 Tom Tromey <tom@tromey.com>
6675
6676 PR rust/20110:
6677 * gdb.rust/expr.exp: Add test for integer constant larger than
6678 i32.
6679
6680 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6681
6682 * gdb.fortran/nested-funcs.exp: New.
6683 * gdb.fortran/nested-funcs.f90: New.
6684
6685 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6686
6687 * gdb.base/examine-backward.c: New file.
6688 * gdb.base/examine-backward.exp: New file.
6689
6690 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6691
6692 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6693 matching.
6694
6695 2016-06-02 Tom Tromey <tom@tromey.com>
6696
6697 PR python/18984:
6698 * gdb.python/py-shared.exp: Add solib_name test.
6699
6700 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6701
6702 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6703
6704 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6705
6706 PR c++/19893
6707 * gdb.dwarf2/implref.exp: Rename to...
6708 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6709 * gdb.dwarf2/implref-array.c: New file.
6710 * gdb.dwarf2/implref-array.exp: Likewise.
6711 * gdb.dwarf2/implref-global.c: Likewise.
6712 * gdb.dwarf2/implref-global.exp: Likewise.
6713 * gdb.dwarf2/implref-struct.c: Likewise.
6714 * gdb.dwarf2/implref-struct.exp: Likewise.
6715
6716 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6717
6718 * gdb.trace/trace-condition.exp: Add 64bit tests.
6719
6720 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6721
6722 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6723 bits types.
6724 (main): Adapt to 8 to 64 bits types.
6725 * gdb.trace/trace-condition.exp: Add new tests.
6726
6727 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6728
6729 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6730
6731 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6732
6733 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6734 Move condition tests...
6735 * gdb.trace/trace-condition.exp: Here.
6736
6737 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6738
6739 * gdb.trace/trace-condition.exp: Add counter-case tests.
6740
6741 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6742
6743 PR c++/15231
6744 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6745 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6746
6747 2016-05-27 Pedro Alves <palves@redhat.com>
6748
6749 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6750 New procedure.
6751 (top level): Call it, and bail out of DejaGnu is known to be bad.
6752
6753 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6754
6755 * gdb.base/whatis.c: Extend the test case.
6756 * gdb.base/whatis.exp: Add additional tests.
6757
6758 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6759
6760 * gdb.fortran/type.f90: Add pointer variable.
6761 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6762
6763 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6764
6765 * gdb.fortran/vla-type.exp: Fix testcase name.
6766
6767 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6768
6769 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6770
6771 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6772
6773 * gdb.fortran/type.f90: Add nested structures.
6774 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6775 * gdb.fortran/derived-type.exp: Adapt expected output.
6776 * gdb.fortran/vla-type.exp: Adapt expected output.
6777
6778 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6779
6780 * gdb.fortran/whatis_type.exp: Adapt expected output.
6781
6782 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6783
6784 * gdb.fortran/print_type.exp: Fix expected output.
6785 * gdb.fortran/whatis_type.exp: Fix expected output.
6786
6787 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6788
6789 * gdb.fortran/whatis_type.exp: Use multi_line.
6790
6791 2016-05-24 Tom Tromey <tom@tromey.com>
6792
6793 PR python/17386:
6794 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6795 use value as an index.
6796
6797 2016-05-23 Tom Tromey <tom@tromey.com>
6798
6799 PR python/17981:
6800 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6801 no-breakpoint case.
6802
6803 2016-05-24 Pedro Alves <palves@redhat.com>
6804
6805 PR gdb/19828
6806 * gdb.threads/clone-attach-detach.c: New file.
6807 * gdb.threads/clone-attach-detach.exp: New file.
6808
6809 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6810
6811 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6812
6813 2016-05-23 Tom Tromey <tom@tromey.com>
6814
6815 PR python/19438, PR python/18393:
6816 * gdb.python/py-progspace.exp: Add "dir" test.
6817 * gdb.python/py-objfile.exp: Add "dir" test.
6818
6819 2016-05-23 Yao Qi <yao.qi@linaro.org>
6820
6821 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6822 * gdb.arch/thumb2-it.exp: Likewise.
6823
6824 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6825
6826 * gdb.mi/mi-threads-interrupt.c: New file.
6827 * gdb.mi/mi-threads-interrupt.exp: New file.
6828
6829 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6830
6831 PR gdb/18077
6832 * gdb.mi/mi-async-run.exp: New file.
6833 * gdb.mi/mi-async-run.c: New file.
6834
6835 2016-05-17 Tom Tromey <tom@tromey.com>
6836 Manish Goregaokar <manishsmail@gmail.com>
6837
6838 * lib/rust-support.exp: New file.
6839 * lib/gdb.exp (skip_rust_tests): New proc.
6840 (build_executable_from_specs): Handle rust.
6841 * lib/future.exp (gdb_find_rustc): New proc.
6842 (gdb_default_target_compile): Handle rust.
6843 * gdb.rust/expr.exp: New file.
6844 * gdb.rust/generics.exp: New file.
6845 * gdb.rust/generics.rs: New file.
6846 * gdb.rust/methods.exp: New file.
6847 * gdb.rust/methods.rs: New file.
6848 * gdb.rust/modules.exp: New file.
6849 * gdb.rust/modules.rs: New file.
6850 * gdb.rust/simple.exp: New file.
6851 * gdb.rust/simple.rs: New file.
6852
6853 2016-05-17 Tom Tromey <tom@tromey.com>
6854
6855 * gdb.base/default.exp (set language): Add rust.
6856
6857 2016-05-17 Tom Tromey <tom@tromey.com>
6858
6859 * gdb.gdb/unittest.exp: New file.
6860
6861 2016-05-16 Yao Qi <yao.qi@linaro.org>
6862
6863 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6864 shell_prompt. Update shell_prompt_re.
6865
6866 2016-05-12 Doug Evans <dje@google.com>
6867
6868 PR symtab/19999
6869 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6870 $options when building executable.
6871 * gdb.dwarf2/fission-loclists-pie.S: New file.
6872 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6873
6874 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6875
6876 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6877 of [is_remote target],
6878
6879 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6880
6881 * lib/gdb.exp (use_gdb_stub): New procedure.
6882
6883 2016-05-03 Yunlian Jiang <yunlian@google.com>
6884 Doug Evans <dje@google.com>
6885
6886 PR symtab/19914
6887 * gdb.dwarf2/dwp-sepdebug.c: New file.
6888 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6889
6890 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6891
6892 * gdb.base/detach.exp: Remove is_remote check.
6893
6894 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6895
6896 * gdb.base/annota-input-while-running.exp: Don't check for
6897 [is_remote target]. Enable annotations after running to main.
6898 Remove unused "set test..." line.
6899
6900 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6901
6902 * gdb.trace/trace-enable-disable.exp: New file.
6903 * gdb.trace/trace-enable-disable.c: New file.
6904
6905 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6906
6907 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6908 use it in info sharedlibrary test.
6909 * gdb.trace/ftrace-lock.exp: Likewise.
6910 * gdb.trace/ftrace.exp: Likewise.
6911 * gdb.trace/range-stepping.exp: Likewise.
6912 * gdb.trace/trace-break.exp: Likewise.
6913 * gdb.trace/trace-condition.exp: Likewise.
6914 * gdb.trace/trace-mt.exp: Likewise.
6915
6916 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6917
6918 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6919 (gdb_load_shlib): ... this.
6920 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6921 gdb_load_shlib.
6922 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6923 * gdb.base/ctxobj.exp: Likewise.
6924 * gdb.base/dprintf-pending.exp: Likewise.
6925 * gdb.base/dso2dso.exp: Likewise.
6926 * gdb.base/fixsection.exp: Likewise.
6927 * gdb.base/gcore-relro.exp: Likewise.
6928 * gdb.base/gdb1555.exp: Likewise.
6929 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6930 * gdb.base/gnu-ifunc.exp: Likewise.
6931 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6932 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6933 * gdb.base/pending.exp: Likewise.
6934 * gdb.base/print-file-var.exp: Likewise.
6935 * gdb.base/print-symbol-loading.exp: Likewise.
6936 * gdb.base/shlib-call.exp: Likewise.
6937 * gdb.base/shreloc.exp: Likewise.
6938 * gdb.base/so-impl-ld.exp: Likewise.
6939 * gdb.base/solib-disc.exp: Likewise.
6940 * gdb.base/solib-nodir.exp: Likewise.
6941 * gdb.base/solib-overlap.exp: Likewise.
6942 * gdb.base/solib-symbol.exp: Likewise.
6943 * gdb.base/solib-weak.exp (do_test): Likewise.
6944 * gdb.base/sym-file.exp: Likewise.
6945 * gdb.base/symtab-search-order.exp: Likewise.
6946 * gdb.base/type-opaque.exp: Likewise.
6947 * gdb.base/unload.exp: Likewise.
6948 * gdb.base/watchpoint-solib.exp: Likewise.
6949 * gdb.compile/compile.exp: Likewise.
6950 * gdb.cp/gdb2384.exp: Likewise.
6951 * gdb.cp/infcall-dlopen.exp: Likewise.
6952 * gdb.cp/re-set-overloaded.exp: Likewise.
6953 * gdb.fortran/library-module.exp: Likewise.
6954 * gdb.opt/solib-intra-step.exp: Likewise.
6955 * gdb.python/py-finish-breakpoint.exp: Likewise.
6956 * gdb.python/py-shared.exp: Likewise.
6957 * gdb.reverse/solib-precsave.exp: Likewise.
6958 * gdb.reverse/solib-reverse.exp: Likewise.
6959 * gdb.server/solib-list.exp: Likewise.
6960 * gdb.threads/dlopen-libpthread.exp: Likewise.
6961 * gdb.threads/tls-shared.exp: Likewise.
6962 * gdb.threads/tls-so_extern.exp: Likewise.
6963 * gdb.trace/change-loc.exp: Likewise.
6964 * gdb.trace/ftrace-lock.exp: Likewise.
6965 * gdb.trace/ftrace.exp: Likewise.
6966 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6967 * gdb.trace/pending.exp: Likewise.
6968 * gdb.trace/range-stepping.exp: Likewise.
6969 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6970 (strace_info_marker): Likewise.
6971 (strace_probe_marker): Likewise.
6972 (strace_trace_on_same_addr): Likewise.
6973 (strace_trace_on_diff_addr): Likewise.
6974 * gdb.trace/trace-break.exp: Likewise.
6975 * gdb.trace/trace-condition.exp: Likewise.
6976 * gdb.trace/trace-mt.exp: Likewise.
6977
6978 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6979
6980 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6981 result of gdb_remote_download.
6982 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6983 * gdb.base/dso2dso.exp: Likewise.
6984 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6985 * gdb.base/print-file-var.exp: Likewise.
6986 * gdb.base/shlib-call.exp: Likewise.
6987 * gdb.base/shreloc.exp: Likewise.
6988 * gdb.base/solib-overlap.exp: Likewise.
6989 * gdb.base/solib-weak.exp (do_test): Likewise.
6990 * gdb.base/unload.exp: Likewise.
6991
6992 2016-04-27 Yao Qi <yao.qi@linaro.org>
6993
6994 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6995 exists.
6996
6997 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6998
6999 * vla-type.exp: Print structure from toplevel.
7000
7001 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7002
7003 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7004 of dynamic types.
7005 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7006 of dynamic types.
7007
7008 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7009
7010 * gdb.fortran/vla-type.f90: New file.
7011 * gdb.fortran/vla-type.exp: New file.
7012
7013 2016-04-25 Yao Qi <yao.qi@linaro.org>
7014
7015 * gdb.base/branch-to-self.c: New file.
7016 * gdb.base/branch-to-self.exp: New file.
7017
7018 2016-04-22 Yao Qi <yao.qi@linaro.org>
7019
7020 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7021 more after $hex.
7022
7023 2016-04-22 Yao Qi <yao.qi@linaro.org>
7024
7025 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7026 * gdb.base/annota3.exp: Likewise.
7027
7028 2016-04-22 Yao Qi <yao.qi@linaro.org>
7029
7030 * gdb.reverse/step-precsave.exp: Do one step and test program
7031 stops in "callee" and do multiple steps until program goes out
7032 of "callee".
7033 * gdb.reverse/step-reverse.exp: Likewise.
7034
7035 2016-04-22 Yao Qi <yao.qi@linaro.org>
7036
7037 * gdb.trace/signal.exp: Also pass if
7038 $tracepoint_hits($i) > $iterations.
7039
7040 2016-04-22 Yao Qi <yao.qi@linaro.org>
7041
7042 * gdb.trace/signal.c: New file.
7043 * gdb.trace/signal.exp: New file.
7044
7045 2016-04-19 Doug Evans <xdje42@gmail.com>
7046
7047 * gdb.base/bad-file.exp: New file.
7048
7049 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7050
7051 * gdb.dwarf2/implref.exp: New file.
7052
7053 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7054
7055 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7056 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7057 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7058 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7059 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7060 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7061 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7062 * lib/fortran.exp (fortran_int4): New procedure.
7063 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7064 (fortran_logical4): Likewise.
7065
7066 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7067
7068 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7069
7070 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7071
7072 * lib/compiler.c: Add Intel specific preprocessor macros.
7073 * lib/compiler.cc: Likewise.
7074
7075 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
7076
7077 * gdb.server/connect-with-no-symbol-file.c: New file.
7078 * gdb.server/connect-with-no-symbol-file.exp: New file.
7079
7080 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7081
7082 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7083
7084 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7085
7086 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7087 standard output directory.
7088
7089 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7090
7091 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7092
7093 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7094
7095 * gdb.btrace/instruction_history.c (loop): Add declaration.
7096
7097 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7098
7099 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7100
7101 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7102
7103 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7104 parentheses to print.
7105 (continue_handler): Likewise.
7106
7107 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7108
7109 * gdb.server/solib-list.exp: Remove is_remote check.
7110 Pass shlib= to gdb_compile. Don't link shared library with
7111 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7112 Run binary filename through "readlink -f" on the target.
7113
7114 2016-04-08 Pedro Alves <palves@redhat.com>
7115
7116 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7117 interpreter filename as argument to gdbserver_spawn.
7118 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7119 Return empty if $last_loaded_file does not exist.
7120
7121 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7122
7123 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7124 * gdb.base/jit-main.c: Use exit after usage.
7125
7126 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7127
7128 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7129 GDBHISTSIZE prior to the tests.
7130 * gdb.base/gdbinit-history.exp: Likewise.
7131
7132 2016-04-07 Pedro Alves <palves@redhat.com>
7133
7134 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7135 instead of build_executable. Use gdb_load_shlibs.
7136
7137 2016-04-07 Yao Qi <yao.qi@linaro.org>
7138
7139 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7140 Execute "si" command.
7141
7142 2016-04-07 Yao Qi <yao.qi@linaro.org>
7143
7144 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7145 number instead of the comments on some line.
7146
7147 2016-04-06 Don Breazeal <donb@codesourcery.com>
7148
7149 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7150 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7151
7152 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7153
7154 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7155 standard_output_file. Remove unused binfile variable.
7156
7157 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
7158
7159 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7160 * gdb.python/py-mi-objfile.exp: Match "list main" output
7161 in console format.
7162
7163 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7164
7165 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7166 absolute.
7167
7168 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7169
7170 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7171 absolute.
7172 * gdb.trace/ftrace.exp: Likewise.
7173 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7174 targets as well.
7175 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7176 (gdb_load_shlibs): Copy libraries to test directory when testing
7177 natively. Only set solib-search-path if testing remotely.
7178 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7179
7180 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7181
7182 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7183 gdb_download. Use it even if the target is not remote.
7184 * gdb.base/jit.exp (compile_jit_test): Likewise.
7185 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7186 output directory if the destination board is local, otherwise use
7187 the standard remote_download from DejaGnu.
7188 (gdb_download): Remove.
7189 (gdb_load_shlibs): Use gdb_remote_download instead of
7190 gdb_download.
7191 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7192 Use gdb_remote_download instead of gdb_download. Use it even if
7193 the target is not remote.
7194 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7195 instead of gdb_download.
7196
7197 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7198
7199 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7200 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7201 run.
7202
7203 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
7204
7205 PR gdb/19820
7206 * gdb.base/printcmds.exp: Add artificial arrays tests.
7207
7208 2016-03-31 Pedro Alves <palves@redhat.com>
7209
7210 PR gdb/19858
7211 * gdb.base/jit-main.c: Include unistd.h.
7212 (ATTACH): Define to 0 if not already defined.
7213 (wait_for_gdb, mypid): New globals.
7214 (WAIT_FOR_GDB): New macro.
7215 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7216 some breakpoint locations.
7217 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7218 New procedures.
7219 (one_jit_test): Add REATTACH parameter, and handle it. Use
7220 continue_to_test_location.
7221 (top level): Test attach, and adjusts calls to one_jit_test.
7222
7223 2016-03-31 Pedro Alves <palves@redhat.com>
7224
7225 PR gdb/19858
7226 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7227 BINSUFFIX parameter, and handle it.
7228 (top level): Adjust calls compile_jit_test.
7229
7230 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
7231
7232 PR python/19743
7233 * gdb.python/py-mi-events-gdb.py: New file.
7234 * gdb.python/py-mi-events.c: New file.
7235 * gdb.python/py-mi-events.exp: New file.
7236
7237 2016-03-30 Yao Qi <yao.qi@linaro.org>
7238
7239 * gdb.reverse/until-precsave.exp: Match function name only.
7240 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7241 Move malloc to a condition block.
7242 * gdb.reverse/until-reverse.exp: Match function name only.
7243
7244 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7245
7246 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7247 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7248 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7249 variable for GPR 0 instead of assuming it is register 0.
7250 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7251 * lib/trace-support.exp: Add s390 registers.
7252
7253 2016-03-29 Yao Qi <yao.qi@linaro.org>
7254
7255 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7256
7257 2016-03-24 Yao Qi <yao.qi@linaro.org>
7258
7259 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7260 test message.
7261
7262 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7263
7264 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7265 maintaining separate logic for constructing the output path.
7266
7267 2016-03-16 Don Breazeal <donb@codesourcery.com>
7268
7269 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7270 Retry fork and waitpid on interrupted system call errors.
7271 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7272 Use with_timeout_factor to increase timeout by factor of 10.
7273
7274 2016-03-15 Don Breazeal <donb@codesourcery.com>
7275
7276 * gdb.cp/scope-err.cc: New test program.
7277 * gdb.cp/scope-err.exp: New test script.
7278 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7279 lines and "set breakpoint here" comment.
7280 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7281 Fixed some whitespace and format issues.
7282 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7283 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7284
7285 2016-03-15 Doug Evans <dje@google.com>
7286
7287 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7288 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7289 All callers updated. Add tests for enums, mixed flags register.
7290
7291 2016-03-15 Doug Evans <dje@google.com>
7292
7293 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7294 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7295
7296 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7297
7298 * gdb.base/default.exp: Add $_as_string to the list of expected
7299 convenience functions.
7300
7301 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7302
7303 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7304
7305 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7306
7307 * gdb.python/py-as-string.exp: New file.
7308 * gdb.python/py-as-string.c: New file.
7309
7310 2016-03-09 Pedro Alves <palves@redhat.com>
7311
7312 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7313 signal" -> "Thread NN received signal" output change.
7314 * gdb.threads/ia64-sigill.exp: Likewise.
7315 * gdb.threads/linux-dp.exp: Likewise.
7316 * gdb.threads/manythreads.exp: Likewise.
7317 * gdb.threads/pending-step.exp: Likewise.
7318 * gdb.threads/print-threads.exp: Likewise.
7319 * gdb.threads/sigstep-threads.exp: Likewise.
7320 * gdb.threads/staticthreads.exp: Likewise.
7321 * gdb.threads/tls.exp: Likewise.
7322
7323 2016-03-09 Pedro Alves <palves@redhat.com>
7324
7325 * gdb.base/command-line-input.exp: New file.
7326
7327 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7328
7329 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7330 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7331 * gdb.trace/pending.exp: Accept leading dot before function name.
7332 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7333 * lib/trace-support.exp: Set registers for ppc.
7334
7335 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7336
7337 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7338 use it for disassembly; accept .main in addition to main in backtrace.
7339
7340 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
7341 Marcin Kościelnicki <koriakin@0x04.net>
7342
7343 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7344 (gdb_recursion_test_ptr): New global variable.
7345 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7346 gdb_recursion_test.
7347 (gdb_c_test): Ditto.
7348
7349 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7350
7351 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7352 ordering.
7353
7354 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7355
7356 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7357 (bar): Add bar_start_lbl label.
7358 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7359 of foo/bar for emitting DWARF and tracing.
7360
7361 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7362
7363 * analyze-racy-logs.py: Set executable bit.
7364
7365 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7366
7367 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7368 (CHECK_TARGET_TMP): Likewise.
7369 (check-single-racy): New rule.
7370 (check-parallel-racy): Likewise.
7371 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7372 (do-check-parallel-racy): New rule.
7373 (check-racy/%.exp): Likewise.
7374 * README (Racy testcases): New section.
7375 * analyze-racy-logs.py: New file.
7376
7377 2016-03-03 Doug Evans <dje@google.com>
7378
7379 * gdb.base/skip.exp: Use with_test_prefix.
7380
7381 2016-03-03 Yao Qi <yao.qi@linaro.org>
7382
7383 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7384 Invoke step_over_syscall "clone" and break_cond_on_syscall
7385 "clone".
7386 * gdb.base/step-over-clone.c: New file.
7387
7388 2016-03-03 Yao Qi <yao.qi@linaro.org>
7389
7390 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7391 code format.
7392
7393 2016-03-03 Yao Qi <yao.qi@linaro.org>
7394
7395 * gdb.base/disp-step-fork.c: Rename to ...
7396 * gdb.base/step-over-fork.c: ... it. New file.
7397 * gdb.base/disp-step-vfork.c: Rename to ...
7398 * gdb.base/step-over-vfork.c: ... it. New file.
7399 * gdb.base/disp-step-syscall.exp: Rename to ...
7400 * gdb.base/step-over-syscall.exp: ... it. New file.
7401 (disp_step_cross_syscall): Rename to ...
7402 (step_over_syscall): ... it.
7403
7404 2016-03-03 Yao Qi <yao.qi@linaro.org>
7405
7406 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7407 If target supports condition evaluation on target, invoke
7408 break_cond_on_syscall for fork and vfork.
7409
7410 2016-03-03 Yao Qi <yao.qi@linaro.org>
7411
7412 * gdb.base/disp-step-syscall.exp: Don't invoke
7413 support_displaced_stepping.
7414 (disp_step_cross_syscall): Test with displaced stepping off and
7415 on if supported.
7416
7417 2016-03-03 Yao Qi <yao.qi@linaro.org>
7418
7419 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7420 proc.
7421 (setup): New proc.
7422 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7423 and setup.
7424
7425 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7426
7427 * gdb.fortran/vla-history.exp: Remove breakpoint.
7428
7429 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7430
7431 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7432 exceeds timeout.
7433
7434 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7435
7436 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7437 breakpoint.
7438
7439 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7440
7441 * gdb.mi/vla.f90: Nullify pointer after declaration.
7442
7443 2016-03-01 Pedro Alves <palves@redhat.com>
7444
7445 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7446
7447 2016-03-01 Pedro Alves <palves@redhat.com>
7448
7449 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7450 before anything else.
7451 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7452 _GNU_SOURCE here.
7453 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7454 before anything else.
7455 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7456
7457 2016-03-01 Pedro Alves <palves@redhat.com>
7458
7459 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7460
7461 2016-03-01 Yao Qi <yao.qi@linaro.org>
7462
7463 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7464 prepare_for_testing.
7465
7466 2016-03-01 Yao Qi <yao.qi@linaro.org>
7467
7468 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7469
7470 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7471
7472 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7473 manually constructing the output path.
7474
7475 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7476
7477 * gdb.arch/s390-stackless.S: New.
7478 * gdb.arch/s390-stackless.exp: New.
7479
7480 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7481
7482 * gdb.dlang/circular.c: New file.
7483 * gdb.dlang/circular.exp: New file.
7484
7485 2016-02-26 Yao Qi <yao.qi@linaro.org>
7486
7487 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7488 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7489 (testcases): Update.
7490
7491 2016-02-26 Yao Qi <yao.qi@linaro.org>
7492
7493 * gdb.reverse/aarch64.c: Rename to ...
7494 * gdb.reverse/insn-reverse.c: ... it.
7495 * gdb.reverse/aarch64.exp: Rename to ...
7496 * gdb.reverse/insn-reverse.exp: ... it.
7497
7498 2016-02-26 Yao Qi <yao.qi@linaro.org>
7499
7500 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7501 (testcase_ftype): New.
7502 (testcases): New array.
7503 (n_testcases): New.
7504 (main): Call each element in testcases.
7505 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7506 (read_testcase): New.
7507 Do the tests in a loop.
7508
7509 2016-02-25 Yao Qi <yao.qi@linaro.org>
7510
7511 * gdb.base/branches.c: Remove.
7512
7513 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7514
7515 PR gdb/13808
7516 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7517
7518 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7519
7520 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7521
7522 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7523
7524 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7525 change x86_64 call_insn to 'callq'.
7526
7527 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7528
7529 * gdb.trace/tfile-avx.c: Move to...
7530 * gdb.trace/tracefile-pseudo-reg.c: Here.
7531 * gdb.trace/tfile-avx.exp: Move to...
7532 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7533
7534 2016-02-24 Gary Benson <gbenson@redhat.com>
7535
7536 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7537 message on attach.
7538
7539 2016-02-23 Doug Evans <dje@google.com>
7540
7541 * gdb.base/skip.c (test_skip): New function.
7542 (end_test_skip_file_and_function): New function.
7543 (test_skip_file_and_function): New function.
7544 * gdb.base/skip1.c (test_skip): New function.
7545 (skip1_test_skip_file_and_function): New function.
7546 * gdb.base/skip.exp: Add tests for new skip options.
7547 * gdb.base/skip-solib.exp: Update expected output.
7548 * gdb.perf/skip-command.cc: New file.
7549 * gdb.perf/skip-command.exp: New file.
7550 * gdb.perf/skip-command.py: New file.
7551
7552 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7553
7554 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7555 info registers pattern.
7556
7557 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7558
7559 * lib/future.exp: Add D support.
7560 (gdb_find_gdc): New proc.
7561 (gdb_default_target_compile): Add D support.
7562
7563 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
7564
7565 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7566 user+system time.
7567 (trace_speed_test): Determine the iteration count for a time
7568 between 15..30 seconds.
7569
7570 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7571
7572 * gdb.arch/i386-mpx-sigsegv.c: New file.
7573 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7574 * gdb.arch/i386-mpx-simple_segv.c: New file.
7575 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7576
7577 2016-02-18 Yao Qi <yao.qi@linaro.org>
7578
7579 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7580 Don't call setup_kfail.
7581
7582 2016-02-18 Yao Qi <yao.qi@linaro.org>
7583
7584 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7585 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7586
7587 2016-02-16 Doug Evans <dje@google.com>
7588
7589 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7590 * gdb.base/skip1.c: Ditto.
7591 * gdb.base/skip.exp: Whitespace cleanup.
7592
7593 2016-02-16 Don Breazeal <donb@codesourcery.com>
7594
7595 PR remote/19496
7596 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7597 Remove kfail for PR remote/19496.
7598
7599 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7600
7601 * lib/gdb.exp (standard_temp_file): Return a path specific to
7602 the runtest invocation.
7603
7604 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7605
7606 * gdb.trace/save-trace.exp: Change relative path to be in the
7607 standard output directory.
7608
7609 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7610
7611 * gdb.arch/i386-prologue.c: Add missing prototypes.
7612
7613 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7614
7615 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7616 * gdb.arch/i386-prologue.exp: Likewise.
7617 * gdb.arch/i386-size.exp: Likewise.
7618
7619 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7620
7621 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7622 define object file path.
7623 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7624 file path.
7625 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7626 standard_output_file to define binfile.
7627
7628 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7629
7630 Fix compatibility with recent gfortran-5.3.1.
7631 * gdb.fortran/vla-history.exp (print vla1 allocated)
7632 (print vla2 allocated, print $2, print $3): Remove
7633 (print $4): Rename to ...
7634 (print $2): ... here.
7635 (print $9): Rename to ...
7636 (print $5): ... here.
7637 (print $10): Rename to ...
7638 (print $6): ... here.
7639 * gdb.fortran/vla.f90: Add pvla initialization.
7640
7641 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7642
7643 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7644 New test.
7645 * gdb.fortran/vla-value-sub.exp: Likewise.
7646
7647 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7648
7649 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7650
7651 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7652
7653 * i386-biarch-core.exp: Define corefile using
7654 standard_output_file.
7655
7656 2016-02-12 Yao Qi <yao.qi@linaro.org>
7657
7658 * gdb.arch/arm-single-step-kernel-helper.c: New.
7659 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7660
7661 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7662
7663 * gdb.btrace/tailcall-only.exp: New.
7664 * gdb.btrace/tailcall-only.c: New.
7665 * gdb.btrace/x86_64-tailcall-only.S: New.
7666 * gdb.btrace/i686-tailcall-only.S: New.
7667
7668 2016-02-11 Pedro Alves <palves@redhat.com>
7669
7670 * README (Parallel testing): Add missing double quotes.
7671
7672 2016-02-11 Pedro Alves <palves@redhat.com>
7673
7674 * README (Parallel testing): New section.
7675 (GDB_PARALLEL): Rewrite.
7676 (FORCE_PARALLEL): Document.
7677
7678 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7679
7680 * gdb.trace/tfile-avx.c: New test.
7681 * gdb.trace/tfile-avx.exp: New test.
7682
7683 2016-02-09 Keith Seitz <keiths@redhat.com>
7684
7685 PR breakpoints/19546
7686 * gdb.base/infcall-exec.c: New file.
7687 * gdb.base/infcall-exec2.c: New file.
7688 * gdb.base/infcall-exec.exp: New file.
7689
7690 2016-02-09 Keith Seitz <keiths@redhat.com>
7691
7692 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7693 (toplevel): Call test_bkpt_address.
7694
7695 2016-02-09 Keith Seitz <keiths@redhat.com>
7696
7697 PR python/19506
7698 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7699 (toplevel): Call test_bkpt_address.
7700
7701 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7702
7703 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7704 to AC_OUTPUT.
7705 * configure: Regenerate.
7706
7707 2016-02-09 Pedro Alves <palves@redhat.com>
7708
7709 PR breakpoints/19548
7710 * gdb.base/execl-update-breakpoints.c (some_function): New
7711 function.
7712 (main): Call it.
7713 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7714 Tighten expected GDB output.
7715
7716 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7717
7718 * Makefile.in (ALL_SUBDIRS): Remove.
7719 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7720 (distclean maintainer-clean realclean): Likewise.
7721 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7722 * configure: Regenerate.
7723 * gdb.ada/Makefile.in: Delete.
7724 * gdb.arch/Makefile.in: Likewise.
7725 * gdb.asm/Makefile.in: Likewise.
7726 * gdb.base/Makefile.in: Likewise.
7727 * gdb.btrace/Makefile.in: Likewise.
7728 * gdb.cell/Makefile.in: Likewise.
7729 * gdb.compile/Makefile.in: Likewise.
7730 * gdb.cp/Makefile.in: Likewise.
7731 * gdb.disasm/Makefile.in: Likewise.
7732 * gdb.dlang/Makefile.in: Likewise.
7733 * gdb.dwarf2/Makefile.in: Likewise.
7734 * gdb.fortran/Makefile.in: Likewise.
7735 * gdb.gdb/Makefile.in: Likewise.
7736 * gdb.go/Makefile.in: Likewise.
7737 * gdb.guile/Makefile.in: Likewise.
7738 * gdb.java/Makefile.in: Likewise.
7739 * gdb.linespec/Makefile.in: Likewise.
7740 * gdb.mi/Makefile.in: Likewise.
7741 * gdb.modula2/Makefile.in: Likewise.
7742 * gdb.multi/Makefile.in: Likewise.
7743 * gdb.objc/Makefile.in: Likewise.
7744 * gdb.opencl/Makefile.in: Likewise.
7745 * gdb.opt/Makefile.in: Likewise.
7746 * gdb.pascal/Makefile.in: Likewise.
7747 * gdb.perf/Makefile.in: Likewise.
7748 * gdb.python/Makefile.in: Likewise.
7749 * gdb.reverse/Makefile.in: Likewise.
7750 * gdb.server/Makefile.in: Likewise.
7751 * gdb.stabs/Makefile.in: Likewise.
7752 * gdb.threads/Makefile.in: Likewise.
7753 * gdb.trace/Makefile.in: Likewise.
7754 * gdb.xml/Makefile.in: Likewise.
7755 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7756 GDB_PARALLEL.
7757 (standard_output_file): Remove check for GDB_PARALLEL, always
7758 return path in outputs/$subdir/$testname.
7759
7760 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7761
7762 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7763 (site.exp): Assign abs_srcdir to tcl's srcdir.
7764
7765 2016-02-04 Yao Qi <yao.qi@linaro.org>
7766
7767 * gdb.base/foll-exec-mode.c: Include limits.h.
7768 (main): Add parameters argc and argv. Get directory from
7769 argv[0].
7770 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7771 compilation.
7772 * gdb.base/foll-exec.c: Include limits.h.
7773 (main): Add parameters argc and argv.
7774 Get directory from argv[0].
7775 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7776 Adjust tests on the number of lines as source code changed.
7777 * gdb.base/foll-vfork-exit.c: Include limits.h.
7778 (main): Add one line of statement before vfork.
7779 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7780 (main): Add parameters argc and argv. Get directory from
7781 argv[0].
7782 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7783 (setup_gdb): Set tbreak to skip some source lines.
7784 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7785 (main): Add parameters argc and argv. Get directory from
7786 argv[0].
7787 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7788 compilation.
7789 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7790 (main): Add parameters argc and argv. Get directory from
7791 argv[0].
7792 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7793 compilation.
7794
7795 2016-02-01 Doug Evans <dje@google.com>
7796
7797 * gdb.base/skip.exp: Clean up multiple references to same test name.
7798
7799 2016-02-01 Pedro Alves <palves@redhat.com>
7800
7801 PR remote/19496
7802 * gdb.threads/forking-threads-plus-breakpoint.exp
7803 (displaced_stepping_supported): New global.
7804 (probe_displaced_stepping_support): New procedure.
7805 (do_test): Add 'displaced' parameter, and use it.
7806 (top level): Check for displaced stepping support. Add displaced
7807 stepping on/off testing axis.
7808
7809 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7810
7811 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7812 pointer. Don't perform further tests on the unassociated pointer
7813 if the first test fails.
7814
7815 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7816
7817 * gdb.base/max-value-size.c: New file.
7818 * gdb.base/max-value-size.exp: New file.
7819 * gdb.base/huge.exp: Disable max-value-size for this test.
7820
7821 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7822
7823 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7824
7825 2016-01-28 Yao Qi <yao.qi@linaro.org>
7826
7827 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7828
7829 2016-01-25 Pedro Alves <palves@redhat.com>
7830
7831 PR threads/19461
7832 * gdb.base/fork-running-state.c: New file.
7833 * gdb.base/fork-running-state.exp: New file.
7834
7835 2016-01-25 Pedro Alves <palves@redhat.com>
7836
7837 PR gdb/19494
7838 * gdb.base/catch-fork-kill.c: New file.
7839 * gdb.base/catch-fork-kill.exp: New file.
7840
7841 2016-01-25 Pedro Alves <palves@redhat.com>
7842
7843 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7844 Delete, moved to lib/gdb.exp.
7845 * gdb.threads/forking-threads-plus-breakpoint.exp
7846 (foreach_with_prefix): Likewise.
7847 * gdb.threads/process-dies-while-handling-bp.exp
7848 (foreach_with_prefix): Likewise.
7849 * lib/gdb.exp (foreach_with_prefix): New procedure.
7850
7851 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7852
7853 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7854 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7855
7856 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7857
7858 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7859 endian targets.
7860
7861 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7862 Pedro Alves <palves@redhat.com>
7863
7864 Fix testsuite compatibility with Guile.
7865 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7866 number.
7867
7868 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7869
7870 Fix testsuite compatibility with Guile.
7871 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7872 (thread 1): New test for backtrace through signal handler.
7873
7874 2016-01-22 Yao Qi <yao.qi@linaro.org>
7875
7876 PR testsuite/19491
7877 * gdb.base/multi-forks.c: Include
7878 ../lib/unbuffer_output.c
7879 (main): Call gdb_unbuffer_output.
7880
7881 2016-01-21 Doug Evans <dje@google.com>
7882
7883 * lib/ada.exp (gdb_compile_ada): Fix typo.
7884
7885 2016-01-21 Joel Brobecker <brobecker@adacore.com>
7886
7887 * gdb.base/break-fun-addr.exp: New file.
7888 * gdb.base/break-fun-addr1.c: New file.
7889 * gdb.base/break-fun-addr2.c: New file.
7890
7891 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7892
7893 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7894 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7895 enum flag values.
7896
7897 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7898
7899 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7900 when GDB can not set the vector return value. Add more comments
7901 for clarification.
7902
7903 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7904
7905 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7906 command.
7907
7908 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7909
7910 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7911
7912 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7913
7914 * Makefile.in (check-single): Pass --status to runtest.
7915 (check/%.exp): Likewise.
7916
7917 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7918
7919 * Makefile.in (check-parallel): Propagate return code from make
7920 do-check-parallel.
7921
7922 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7923
7924 * gdb.trace/ftrace.exp: Fix expected message on continue.
7925 * gdb.trace/pending.exp: Fix expected message on continue.
7926 * gdb.trace/trace-break.exp: Fix expected message on continue.
7927
7928 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7929
7930 * lib/gdb.exp (gdb_test): Remove unused global references.
7931
7932 2016-01-18 Pedro Alves <palves@redhat.com>
7933
7934 * gdb.base/async-shell.exp: Adjust expected output.
7935 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7936 * gdb.base/siginfo-thread.exp: Adjust expected output.
7937 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7938 * gdb.java/jnpe.exp: Adjust expected output.
7939 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7940 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7941 * gdb.threads/leader-exit.exp: Adjust expected output.
7942 * gdb.threads/manythreads.exp: Adjust expected output.
7943 * gdb.threads/pthreads.exp: Adjust expected output.
7944 * gdb.threads/schedlock.exp: Adjust expected output.
7945 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7946 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7947 expected output.
7948 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7949 output.
7950 * gdb.threads/sigthread.exp: Adjust expected output.
7951 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7952
7953 2016-01-18 Yao Qi <yao.qi@linaro.org>
7954
7955 * gdb.guile/scm-section-script.c: Replace @progbits with
7956 %progbits.
7957 * gdb.python/py-section-script.c: Likewise.
7958
7959 2016-01-15 Pedro Alves <palves@redhat.com>
7960
7961 * gdb.multi/tids.exp: Test star wildcard ranges.
7962
7963 2016-01-15 Pedro Alves <palves@redhat.com>
7964
7965 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7966 command from "thread apply" invocation.
7967 (thr_apply_info_thr_invalid): Default the expected output to the
7968 input tid list.
7969 (top level): Add tests that use convenience variables. Add tests
7970 for "thread apply" with a valid TID list, but missing the command.
7971
7972 2016-01-13 Pedro Alves <palves@redhat.com>
7973
7974 * gdb.base/default.exp: Expect $_gthread as well.
7975 * gdb.multi/tids.exp: Test $_gthread.
7976 * gdb.threads/thread-specific.exp: Test $_gthread.
7977
7978 2016-01-13 Pedro Alves <palves@redhat.com>
7979
7980 * gdb.multi/tids.exp: Test "info threads -gid".
7981
7982 2016-01-13 Pedro Alves <palves@redhat.com>
7983
7984 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7985 Breakpoint.thread.
7986 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7987
7988 2016-01-07 Pedro Alves <palves@redhat.com>
7989
7990 * gdb.base/break.exp: Adjust to output changes.
7991 * gdb.base/hbreak2.exp: Likewise.
7992 * gdb.base/sepdebug.exp: Likewise.
7993 * gdb.base/watch_thread_num.exp: Likewise.
7994 * gdb.linespec/keywords.exp: Likewise.
7995 * gdb.multi/info-threads.exp: Likewise.
7996 * gdb.threads/thread-find.exp: Likewise.
7997 * gdb.multi/tids.c: New file.
7998 * gdb.multi/tids.exp: New file.
7999
8000 2016-01-13 Pedro Alves <palves@redhat.com>
8001
8002 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8003
8004 2016-01-13 Pedro Alves <palves@redhat.com>
8005
8006 * gdb.base/default.exp: Expect $_inferior as well.
8007 * gdb.multi/base.exp: Test $_inferior.
8008
8009 2016-01-13 Pedro Alves <palves@redhat.com>
8010
8011 PR breakpoints/19388
8012 * gdb.base/catch-signal-siginfo-cond.c: New file.
8013 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8014
8015 2016-01-12 Josh Stone <jistone@redhat.com>
8016 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8017
8018 * gdb.base/catch-syscall.c (do_execve): New variable.
8019 (main): Conditionally trigger an execve.
8020 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8021 (test_catch_syscall_execve): New, check entry/return across execve.
8022 (do_syscall_tests): Call test_catch_syscall_execve.
8023
8024 2016-01-12 Pedro Alves <palves@redhat.com>
8025
8026 * gdb.base/random-signal.exp (do_test): New procedure, with body
8027 of testcase moved in.
8028
8029 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8030 Pedro Alves <palves@redhat.com>
8031
8032 * gdb.base/funcargs.exp (finish from indirectly called function):
8033 Reintroduce the case for 'First'.
8034
8035 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8036 Pedro Alves <palves@redhat.com>
8037
8038 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8039 (tcatch_vfork_then_child_follow_exec)
8040 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8041 identification.
8042
8043 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8044
8045 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8046 and repeats to unlimited.
8047 * gdb.python/py-value.exp: Likewise.
8048 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8049 and repeats to unlimited.
8050
8051 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8052
8053 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8054 and reordering the functions.
8055 * gdb.multi/hangout.c: Likewise.
8056 * gdb.multi/hello.c: Likewise.
8057
8058 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8059
8060 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8061 absolute.
8062 (SingleStatisticTestResult.report): Use dict.keys instead of
8063 dict.iterkeys.
8064
8065 2016-01-06 Pedro Alves <palves@redhat.com>
8066
8067 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8068
8069 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8070
8071 * gdb.btrace/dlopen.exp: New.
8072 * gdb.btrace/dlopen.c: New.
8073 * gdb.btrace/dlopen-dso.c: New.
8074
8075 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8076
8077 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8078 PATTERN argument is optional.
8079
8080 2015-12-24 Joel Brobecker <brobecker@adacore.com>
8081
8082 * lib/ada.exp (target_compile_ada_from_dir): New function.
8083 (gdb_compile_ada): Reimplement avoiding the use of project files.
8084 * gdb.ada/gnat_ada.gpr: Delete.
8085 * gdb.ada/cond_lang.exp: Adjust test to make path before
8086 filename optional.
8087 * gdb.ada/small_reg_param.exp: Likewise.
8088
8089 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8090
8091 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8092
8093 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8094
8095 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8096 case.
8097
8098 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8099
8100 * gdb.base/break.exp: Remove dead code.
8101 * gdb.base/sepdebug.exp: Likewise.
8102
8103 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8104
8105 * gdb.asm/asm-source.exp: Remove HP-UX references.
8106 * gdb.base/annota1.exp: Likewise.
8107 * gdb.base/annota3.exp: Likewise.
8108 * gdb.base/attach.exp: Likewise.
8109 * gdb.base/bigcore.exp: Likewise.
8110 * gdb.base/break.exp: Likewise.
8111 * gdb.base/call-ar-st.exp: Likewise.
8112 * gdb.base/callfuncs.exp: Likewise.
8113 * gdb.base/catch-fork-static.exp: Likewise.
8114 * gdb.base/display.exp: Likewise.
8115 * gdb.base/foll-exec-mode.exp: Likewise.
8116 * gdb.base/foll-exec.exp: Likewise.
8117 * gdb.base/foll-fork.exp: Likewise.
8118 * gdb.base/foll-vfork.exp: Likewise.
8119 * gdb.base/funcargs.exp: Likewise.
8120 * gdb.base/hbreak2.exp: Likewise.
8121 * gdb.base/inferior-died.exp: Likewise.
8122 * gdb.base/interrupt.exp: Likewise.
8123 * gdb.base/multi-forks.exp: Likewise.
8124 * gdb.base/nodebug.exp: Likewise.
8125 * gdb.base/sepdebug.exp: Likewise.
8126 * gdb.base/solib1.c: Likewise.
8127 * gdb.base/step-test.exp: Likewise.
8128 * gdb.mi/non-stop.c: Likewise.
8129 * gdb.mi/pthreads.c: Likewise.
8130 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8131 * gdb.threads/pthreads.c: Likewise.
8132 * gdb.threads/staticthreads.exp: Likewise.
8133 * lib/future.exp: Likewise.
8134 * lib/gdb.exp: Likewise.
8135 * gdb.base/so-indr-cl.c: Remove.
8136 * gdb.base/so-indr-cl.exp: Likewise.
8137 * gdb.base/solib.c: Likewise.
8138 * gdb.base/solib.exp: Likewise.
8139 * gdb.base/solib2.c: Likewise.
8140
8141 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8142
8143 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8144 * gdb.base/call-ar-st.exp: Likewise.
8145 * gdb.base/callfuncs.exp: Likewise.
8146 * gdb.base/condbreak.exp: Likewise.
8147 * gdb.base/constvars.exp: Likewise.
8148 * gdb.base/hbreak2.exp: Likewise.
8149 * gdb.base/langs.exp: Likewise.
8150 * gdb.base/list.exp: Likewise.
8151 * gdb.base/long_long.exp: Likewise.
8152 * gdb.base/ptype.exp: Likewise.
8153 * gdb.base/scope.exp: Likewise.
8154 * gdb.base/signals.exp: Likewise.
8155 * gdb.base/so-impl-ld.exp: Likewise.
8156 * gdb.base/varargs.exp: Likewise.
8157 * gdb.base/volatile.exp: Likewise.
8158 * gdb.base/whatis.exp: Likewise.
8159 * gdb.cp/cplusfuncs.exp: Likewise.
8160 * gdb.cp/inherit.exp: Likewise.
8161 * gdb.cp/local.exp: Likewise.
8162 * gdb.cp/member-ptr.exp: Likewise.
8163 * gdb.cp/method.exp: Likewise.
8164 * gdb.cp/overload.exp: Likewise.
8165 * gdb.cp/templates.exp: Likewise.
8166 * gdb.stabs/weird.exp: Likewise.
8167 * lib/compiler.c: Likewise.
8168 * lib/compiler.cc: Likewise.
8169 * lib/cp-support.exp: Likewise.
8170 * lib/gdb.exp: Likewise.
8171
8172 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8173
8174 * configure.ac: Remove HP-UX case.
8175 * configure: Regenerate.
8176
8177 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8178
8179 * lib/gdb.exp (gdb_compile): Add function doc.
8180
8181 2015-12-17 Pedro Alves <palves@redhat.com>
8182
8183 PR threads/19354
8184 * gdb.multi/info-threads.exp: New file.
8185
8186 2015-12-15 Yao Qi <yao.qi@linaro.org>
8187
8188 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8189 is aarch64*-*-*.
8190
8191 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8192
8193 * gdb.base/history-duplicates.exp: Skip if no readline support.
8194
8195 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8196
8197 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8198
8199 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8200
8201 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8202
8203 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8204
8205 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8206 ctrl-C if nointerrupts target property is set.
8207 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8208 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8209 * gdb.base/paginate-bg-execution.exp: Likewise.
8210 * gdb.base/paginate-execution-startup.exp: Likewise.
8211 * gdb.base/random-signal.exp: Likewise.
8212 * gdb.base/range-stepping.exp: Likewise.
8213 * gdb.cp/annota2.exp: Likewise.
8214 * gdb.cp/annota3.exp: Likewise.
8215 * gdb.gdb/selftest.exp: Likewise.
8216 * gdb.threads/continue-pending-status.exp: Likewise.
8217 * gdb.threads/leader-exit.exp: Likewise.
8218 * gdb.threads/manythreads.exp: Likewise.
8219 * gdb.threads/pthreads.exp: Likewise.
8220 * gdb.threads/schedlock.exp: Likewise.
8221 * gdb.threads/sigthread.exp: Likewise.
8222
8223 2015-12-11 Don Breazeal <donb@codesourcery.com>
8224
8225 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8226 remote.
8227 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8228 * gdb.base/foll-exec.exp (main): Enable for target remote.
8229 * gdb.base/foll-fork.exp (main): Likewise.
8230 * gdb.base/foll-vfork.exp (main): Likewise.
8231 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8232 (proc continue_to_exit_bp_loc): Use clean_restart.
8233 * gdb.base/pie-execl.exp (main): Disable for target remote.
8234 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8235 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8236 * gdb.threads/execl.exp (main): Likewise.
8237 * gdb.threads/fork-child-threads.exp (main): Likewise.
8238 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8239 remote.
8240 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8241 remote.
8242 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8243 pid.tid style ptids, instead of just tid.
8244 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8245 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8246 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8247 ptids, instead of just tid.
8248
8249 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8250
8251 * gdb.base/list.exp (test_list_forward): Add end of file error
8252 test.
8253 (test_repeat_list_command): Add end of file error test.
8254 (test_list_backwards): Add beginning of file error test.
8255
8256 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8257
8258 * gdb.base/list.exp (test_list_invalid_args): New function,
8259 defined, and called.
8260
8261 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8262
8263 * gdb.base/list.exp (test_list): Make test names unique.
8264
8265 2015-12-11 Yao Qi <yao.qi@linaro.org>
8266
8267 * gdb.base/coremaker2.c: Remove.
8268
8269 2015-12-10 Pedro Alves <palves@redhat.com>
8270
8271 * gdb.multi/base.exp: Remove stale "spaces" references.
8272
8273 2015-12-10 Pedro Alves <palves@redhat.com>
8274
8275 * gdb.multi/base.exp: Don't use nowarnings.
8276 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8277 * gdb.multi/hangout.c: Include stdio.h.
8278 * gdb.multi/hello.c: Include stdlib.h.
8279 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8280 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8281 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8282
8283 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8284
8285 * gdb.dwarf2/dw2-ranges-base.c: New file.
8286 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8287 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8288 support additional line table, and debug ranges generation.
8289 (Dwarf::ranges): New function, generate .debug_ranges.
8290 (Dwarf::lines): Support generating simple line table programs.
8291 (Dwarf::assemble): Initialise new namespace variables.
8292
8293 2015-12-09 Kevin Buettner <kevinb@redhat.com>
8294
8295 * gdb.base/async.exp (proc test_background): Add case for
8296 asynchronous execution not supported.
8297
8298 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
8299
8300 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8301 format and change test names to make them unique.
8302
8303 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8304 Pedro Alves <pedro@redhat.com>
8305
8306 PR gdb/18702
8307 Add checking of floatformats setup on x86_64 hosts.
8308 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8309 (smallval, bigval): New labels/constants.
8310 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8311 float" after loading bigval and smallval.
8312
8313 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8314
8315 * gdb.ada/fun_overload_menu.exp: New testcase.
8316 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8317
8318 2015-12-04 Josh Stone <jistone@redhat.com>
8319
8320 * gdb.base/catch-fork-static.exp: New.
8321
8322 2015-12-03 Yao Qi <yao.qi@linaro.org>
8323
8324 * gdb.base/sizeof.c: Don't include stdio.h and
8325 ../lib/unbuffer_output.c.
8326 (main): New variable 'size' and 'value'. Remove printf and
8327 gdb_unbuffer_output. Assign return value to size and value.
8328 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8329 at the beginning.
8330 (check_sizeof): Check the result by printing variable 'size'.
8331 (check_valueof): Check the result by printing variable 'value'.
8332
8333 2015-12-01 Yao Qi <yao.qi@linaro.org>
8334
8335 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8336 for aarch64*-*-linux* target.
8337
8338 2015-11-30 Pedro Alves <palves@redhat.com>
8339
8340 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8341
8342 2015-11-30 Pedro Alves <palves@redhat.com>
8343
8344 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8345 Handle non-stop mode vCont replies.
8346
8347 2015-11-30 Pedro Alves <palves@redhat.com>
8348
8349 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8350 prepare_for_testing. Start gdb with "set non-stop on" appended to
8351 GDBFLAGS. Lax expected stop output.
8352
8353 2015-11-27 Yao Qi <yao.qi@linaro.org>
8354
8355 * gdb.arch/arm-neon.exp: New.
8356 * gdb.arch/arm-neon.c: New.
8357
8358 2015-11-27 Yao Qi <yao.qi@linaro.org>
8359
8360 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8361
8362 2015-11-27 Yao Qi <yao.qi@linaro.org>
8363
8364 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8365 frames-invalid annotation.
8366
8367 2015-11-27 Yao Qi <yao.qi@linaro.org>
8368
8369 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8370
8371 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8372
8373 * gdb.threads/names.exp: New file.
8374 * gdb.threads/names.c: New file.
8375 * README: Mention gdb,no_thread_names.
8376
8377 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8378
8379 PR 19297
8380 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8381 support" error.
8382
8383 2015-11-24 Pedro Alves <palves@redhat.com>
8384
8385 PR 17539
8386 * gdb.base/display.exp: Expect displays to be sorted in ascending
8387 order. Use multi_line.
8388 * gdb.base/solib-display.exp: Likewise.
8389
8390 2015-11-24 Pedro Alves <palves@redhat.com>
8391
8392 PR 17539
8393 * gdb.base/display.exp: Expect displays to be sorted in ascending
8394 order. Use multi_line.
8395 * gdb.base/solib-display.exp: Likewise.
8396
8397 2015-11-24 Pedro Alves <palves@redhat.com>
8398
8399 PR 17539
8400 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8401 threads in ascending order.
8402 * gdb.base/foll-fork.exp: Likewise.
8403 * gdb.base/foll-vfork.exp: Likewise.
8404 * gdb.base/multi-forks.exp: Likewise.
8405 * gdb.mi/mi-nonstop.exp: Likewise.
8406 * gdb.mi/mi-nsintrall.exp: Likewise.
8407 * gdb.multi/base.exp: Likewise.
8408 * gdb.multi/multi-arch.exp: Likewise.
8409 * gdb.python/py-inferior.exp: Likewise.
8410 * gdb.threads/break-while-running.exp: Likewise.
8411 * gdb.threads/execl.exp: Likewise.
8412 * gdb.threads/gcore-thread.exp: Likewise.
8413 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8414 * gdb.threads/kill.exp: Likewise.
8415 * gdb.threads/linux-dp.exp: Likewise.
8416 * gdb.threads/multiple-step-overs.exp: Likewise.
8417 * gdb.threads/next-bp-other-thread.exp: Likewise.
8418 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8419 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8420 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8421 * gdb.threads/thread-find.exp: Likewise.
8422 * gdb.threads/tls.exp: Likewise.
8423 * lib/mi-support.exp (mi_reverse_list): Delete.
8424 (mi_check_thread_states): No longer reverse list.
8425
8426 2015-11-24 Pedro Alves <palves@redhat.com>
8427
8428 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8429 use lowercase.
8430
8431 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8432
8433 * gdb.trace/actions.c: Include trace-common.h.
8434 (main): Add a location for a fast tracepoint.
8435 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8436 the normal tracepoints.
8437 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8438
8439 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8440
8441 * save-trace.exp: Factor out code to these...
8442 (gdb_save_tracepoints): New.
8443 (gdb_load_tracepoints): New.
8444 (do_save_load_test): New.
8445
8446 2015-11-23 Kevin Buettner <kevinb@redhat.com>
8447
8448 * gdb.base/asmlabel.exp: New test.
8449 * gdb.base/asmlabel.c: New test case.
8450
8451 2015-11-23 Joel Brobecker <brobecker@adacore.com>
8452
8453 * gdb.base/wrong_frame_bt_full-main.c: New file.
8454 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8455 * gdb.base/wrong_frame_bt_full.exp: New file.
8456
8457 2015-11-23 Joel Brobecker <brobecker@adacore.com>
8458
8459 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8460
8461 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8462
8463 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
8464 pstate register when comparing registers values in
8465 sparc64-*-linux-gnu targets to avoid spurious differences.
8466
8467 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8468
8469 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
8470
8471 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8472
8473 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8474 as type argument to gdb_compile.
8475 * gdb.base/nested-subp2.exp: Likewise.
8476 * gdb.base/nested-subp3.exp: Likewise.
8477
8478 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8479
8480 * lib/dwarf.exp (_note): Fix left shift of negative value.
8481 * gdb.trace/trace-condition.exp: Likewise.
8482
8483 2015-11-13 Yao Qi <yao.qi@linaro.org>
8484
8485 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8486 comments about d10v.
8487 (test_scalar_returns): Likewise.
8488 * gdb.base/d10v.ld: Remove.
8489 * gdb.base/overlays.exp: Remove the target triplet checking for
8490 d10v-*-*.
8491 * gdb.base/structs.exp (test_struct_returns): Remove the
8492 comments about d10v.
8493 (test_struct_calls): Likewise.
8494
8495 2015-11-13 Yao Qi <yao.qi@linaro.org>
8496
8497 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8498 * gdb.base/gnu_vector.c: Don't include stdio.h.
8499 (main): Don't print res and call add_some_intvecs.
8500
8501 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8502
8503 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8504 macro.
8505 (func5): Removed.
8506 (func4): Use FAST_TRACEPOINT_LABEL.
8507 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8508 macro.
8509 (func): Removed.
8510 (thread_function): Use FAST_TRACEPOINT_LABEL.
8511 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8512 (func): Remove.
8513 (marker): Use FAST_TRACEPOINT_LABEL.
8514 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8515 (pendfunc1): Remove.
8516 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8517 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8518 (foo): Remove.
8519 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8520 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8521 macro.
8522 (func): Remove.
8523 (marker): Use FAST_TRACEPOINT_LABEL.
8524 * gdb.trace/trace-common.h: New header.
8525 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8526 macro.
8527 (func): Remove.
8528 (marker): Use FAST_TRACEPOINT_LABEL.
8529 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8530 (func): Remove.
8531 (thread_function): Use FAST_TRACEPOINT_LABEL.
8532
8533 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8534
8535 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8536 in front.
8537 * gdb.trace/change-loc.exp: Use global pcreg definition.
8538 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8539 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8540 in front.
8541 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8542 * gdb.trace/pending.exp: Likewise.
8543 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8544 * gdb.trace/trace-break.exp: Likewise.
8545 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8546 in front.
8547 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8548 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8549 in front.
8550 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8551
8552 2015-11-09 Joel Brobecker <brobecker@adacore.com>
8553
8554 * gdb.ada/fin_fun_out: New testcase.
8555
8556 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8557
8558 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8559 value associated with DW_AT_byte_size.
8560 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8561 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8562 DW_AT_upper_bound.
8563
8564 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8565
8566 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8567 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8568 version.
8569 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8570 gdb.dwarf2/dw2-canonicalize-type.exp,
8571 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8572 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8573 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8574 provided by gdb_target_symbol_prefix_flags_asm.
8575 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8576 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8577 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8578 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8579 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8580 macros where needed). Use this macro for symbols which require
8581 the prefix provided by SYMBOL_PREFIX.
8582
8583 2015-11-05 Kevin Buettner <kevinb@redhat.com>
8584
8585 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8586 New procs.
8587 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8588 representing expressions, of more than one list element.
8589 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8590 to prepend linker symbol prefix to f.
8591 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8592 table_1 and table_2.
8593 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8594 Likewise, for f and g.
8595 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8596 for ptr.
8597 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8598 for main.
8599 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8600 table_1_ptr and table_2_ptr.
8601
8602 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8603 Joel Brobecker <brobecker@adacore.com>
8604
8605 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8606
8607 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8608
8609 * gdb.reverse/s390-mvcle.c: New test.
8610 * gdb.reverse/s390-mvcle.exp: New file.
8611 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8612
8613 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8614
8615 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8616
8617 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8618
8619 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8620 reaching marker2.
8621 * gdb.reverse/getresuid-reverse.exp: Likewise.
8622 * gdb.reverse/pipe-reverse.exp: Likewise.
8623 * gdb.reverse/readv-reverse.exp: Likewise.
8624 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8625 * gdb.reverse/time-reverse.exp: Likewise.
8626 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8627
8628 2015-10-30 Yao Qi <yao.qi@linaro.org>
8629
8630 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8631 (empty_cycle): Remove.
8632 (main): Don't call empty_cycle. Don't use watch_count_done.
8633 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8634 empty_cycle. Rewrite the code counting HW watchpoints.
8635
8636 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8637
8638 * gdb.reverse/fstatat-reverse.c: New test.
8639 * gdb.reverse/fstatat-reverse.exp: New file.
8640 * gdb.reverse/getresuid-reverse.c: New test.
8641 * gdb.reverse/getresuid-reverse.exp: New file.
8642 * gdb.reverse/pipe-reverse.c: New test.
8643 * gdb.reverse/pipe-reverse.exp: New file.
8644 * gdb.reverse/readv-reverse.c: New test.
8645 * gdb.reverse/readv-reverse.exp: New file.
8646 * gdb.reverse/recvmsg-reverse.c: New test.
8647 * gdb.reverse/recvmsg-reverse.exp: New file.
8648 * gdb.reverse/time-reverse.c: New test.
8649 * gdb.reverse/time-reverse.exp: New file.
8650 * gdb.reverse/waitpid-reverse.c: New test.
8651 * gdb.reverse/waitpid-reverse.exp: New file.
8652
8653 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8654
8655 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8656
8657 2015-10-26 Doug Evans <dje@google.com>
8658
8659 PR symtab/17391
8660 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8661 * gdb.dwarf2/bad-regnum.c: New file.
8662 * gdb.dwarf2/bad-regnum.exp: New file.
8663
8664 2015-10-26 Doug Evans <dje@google.com>
8665
8666 PR python/18938
8667 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8668 file.
8669
8670 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8671
8672 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8673 for a change by "Mention language in compile error message".
8674
8675 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8676
8677 PR python/18073
8678 * gdb.python/py-type.c (C::a_method): New.
8679 (C::a_const_method): New.
8680 (C::a_static_method): New.
8681 (a_function): New.
8682 * gdb.python/py-type.exp (test_fields): Test getting fields
8683 from function and method.
8684
8685 2015-10-21 Keven Boell <keven.boell@intel.com>
8686
8687 * gdb.fortran/vla-alloc-assoc.exp: New file.
8688 * gdb.fortran/vla-datatypes.exp: New file.
8689 * gdb.fortran/vla-datatypes.f90: New file.
8690 * gdb.fortran/vla-history.exp: New file.
8691 * gdb.fortran/vla-ptype-sub.exp: New file.
8692 * gdb.fortran/vla-ptype.exp: New file.
8693 * gdb.fortran/vla-sizeof.exp: New file.
8694 * gdb.fortran/vla-sub.f90: New file.
8695 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8696 * gdb.fortran/vla-value-sub-finish.exp: New file.
8697 * gdb.fortran/vla-value-sub.exp: New file.
8698 * gdb.fortran/vla-value.exp: New file.
8699 * gdb.fortran/vla-ptr-info.exp: New file.
8700 * gdb.mi/mi-vla-fortran.exp: New file.
8701 * gdb.mi/vla.f90: New file.
8702
8703 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8704
8705 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8706 of hardwired timeout value.
8707
8708 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8709 Pedro Alves <palves@redhat.com>
8710
8711 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8712 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8713
8714 2015-10-19 Josh Stone <jistone@redhat.com>
8715
8716 * gdb.base/catch-syscall.c: Include <sched.h>.
8717 (unknown_syscall): New variable.
8718 (main): Trigger a vfork and an unknown syscall.
8719 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8720 (unknown_syscall_number): Likewise.
8721 (check_call_to_syscall): Accept an optional syscall pattern.
8722 (check_return_from_syscall): Likewise.
8723 (check_continue): Likewise.
8724 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8725 (test_catch_syscall_skipping_return): New test toggling off 'catch
8726 syscall' to step over the syscall return, then toggling back on.
8727 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8728 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8729 (do_syscall_tests): Call test_catch_syscall_without_args and
8730 test_catch_syscall_mid_vfork.
8731 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8732 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8733
8734 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
8735
8736 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8737 print g_vE): Add new pass patterns.
8738 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8739 print various symbol names for vptr fields.
8740
8741 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8742
8743 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8744 results.
8745
8746 2015-10-12 Yao Qi <yao.qi@linaro.org>
8747
8748 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8749
8750 2015-10-12 Yao Qi <yao.qi@linaro.org>
8751
8752 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8753 is aarch64*-*-linux*.
8754
8755 2015-10-12 Yao Qi <yao.qi@linaro.org>
8756
8757 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8758 (can_relocate_bcond_true): ... it.
8759 (can_relocate_bcond_false): New function.
8760 (foo): Likewise.
8761 (can_relocate_bl): Likewise.
8762 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8763 can_relocate_bl.
8764
8765 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8766
8767 * gdb.base/nested-addr.c: New file.
8768 * gdb.base/nested-addr.exp: New testcase.
8769
8770 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8771
8772 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8773 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8774 its output. Ignore the output of "record goto begin" and instead
8775 check that GDB is replaying.
8776
8777 2015-10-09 Pedro Alves <palves@redhat.com>
8778
8779 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8780 (top level): Use it in the run with no args test.
8781
8782 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8783
8784 * gdb.dlang/properties.exp: New file.
8785
8786 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8787
8788 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8789 whether or not address 0x1000 is mapped on the target.
8790
8791 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8792
8793 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8794 build.
8795
8796 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8797
8798 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8799 instruction-history test.
8800
8801 2015-09-28 Doug Evans <dje@google.com>
8802
8803 * gdb.base/gcore.c (array_func): Add reference to static_array.
8804
8805 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8806
8807 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8808 source line.
8809
8810 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8811
8812 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8813 short or char as base type.
8814
8815 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8816
8817 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8818 to allow any size enum.
8819
8820 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8821
8822 * gdb.ada/array_ptr_renaming.exp: New testcase.
8823 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8824 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8825
8826 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8827
8828 * gdb.trace/ftrace-lock.c: New file.
8829 * gdb.trace/ftrace-lock.exp: New file.
8830
8831 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8832
8833 * gdb.arch/insn-reloc.c: New file.
8834 * gdb.arch/ftrace-insn-reloc.exp: New file.
8835
8836 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8837
8838 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8839 instruction.
8840 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8841 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8842 * gdb.trace/range-stepping.c: Likewise.
8843 * gdb.trace/trace-break.c: Likewise.
8844 * gdb.trace/trace-mt.c (thread_function): Likewise.
8845 * gdb.trace/ftrace.c (marker): Likewise.
8846 * gdb.trace/trace-condition.c (marker): Likewise.
8847 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8848 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8849 is_aarch64_target.
8850
8851 2015-09-18 Doug Evans <xdje42@gmail.com>
8852
8853 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8854 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8855
8856 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8857
8858 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8859 the breakpoint.
8860
8861 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8862
8863 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8864 the pending breakpoint. Remove timeout override for "Run till
8865 MI pending breakpoint on pendfunc3 on thread 2" test.
8866
8867 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8868
8869 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8870 filename pattern.
8871
8872 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8873
8874 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8875 in breakpoint filename pattern.
8876
8877 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8878
8879 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8880
8881 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8882
8883 * gdb.linespec/explicit.exp: Check for readline support for
8884 tab-completion tests. Fix obvious typo.
8885
8886 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8887
8888 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8889 and replay.
8890
8891 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8892
8893 * gdb.btrace/non-stop.c: New.
8894 * gdb.btrace/non-stop.exp: New.
8895
8896 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8897 Yao Qi <yao.qi@linaro.org>
8898
8899 * gdb.trace/trace-condition.c: New file.
8900 * gdb.trace/trace-condition.exp: New file.
8901
8902 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
8903
8904 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8905 for testing bytecode compilation.
8906
8907 2015-09-16 Pedro Alves <palves@redhat.com>
8908 Sandra Loosemore <sandra@codesourcery.com>
8909
8910 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8911 (SECONDS): Redefine.
8912 (main): Call pthread_kill and alarm early.
8913 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8914 support.
8915 (test): If the target can't hardware step and doesn't support
8916 displaced stepping, increase the timeout.
8917
8918 2015-09-16 Pedro Alves <palves@redhat.com>
8919
8920 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8921 (enable_debug): New procedures.
8922 (test): Use them. Bail out if waiting for threads fails.
8923 (top level): Bail out if a test fails.
8924
8925 2015-09-16 Yao Qi <yao.qi@linaro.org>
8926
8927 * gdb.asm/asm-source.exp: Set asm-arch for
8928 aarch64*-*-* target.
8929 * gdb.asm/aarch64.inc: New file.
8930
8931 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8932
8933 * gdb.ada/array_of_variable_length.exp: New testcase.
8934 * gdb.ada/array_of_variable_length/foo.adb: New file.
8935 * gdb.ada/array_of_variable_length/pck.adb: New file.
8936 * gdb.ada/array_of_variable_length/pck.ads: New file.
8937
8938 2015-09-15 Doug Evans <dje@google.com>
8939
8940 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8941 of function static local variable.
8942
8943 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8944
8945 * gdb.threads/tls-so_extern.exp: New test file.
8946 * gdb.threads/tls-so_extern.c: New test file.
8947 * gdb.threads/tls-so_extern_main.c: New test file.
8948
8949 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8950
8951 * gdb.opt/solib-intra-step-lib.c: New file.
8952 * gdb.opt/solib-intra-step-main.c: New file.
8953 * gdb.opt/solib-intra-step.exp: New file.
8954
8955 2015-09-15 Pedro Alves <palves@redhat.com>
8956
8957 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8958 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8959
8960 2015-09-14 Pedro Alves <palves@redhat.com>
8961
8962 * gdb.base/hook-stop-continue.c: Delete.
8963 * gdb.base/hook-stop-continue.exp: Delete.
8964 * gdb.base/hook-stop-frame.c: Delete.
8965 * gdb.base/hook-stop-frame.exp: Delete.
8966 * gdb.base/hook-stop.c: New file.
8967 * gdb.base/hook-stop.exp: New file.
8968
8969 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8970
8971 * gdb.ada/access_to_packed_array.exp: New testcase.
8972 * gdb.ada/access_to_packed_array/foo.adb: New file.
8973 * gdb.ada/access_to_packed_array/pack.adb: New file.
8974 * gdb.ada/access_to_packed_array/pack.ads: New file.
8975
8976 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8977
8978 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8979 buffer size test.
8980
8981 2015-09-11 Don Breazeal <donb@codesourcery.com>
8982
8983 * gdb.base/foll-exec.c: Add copyright header. Fix
8984 formatting issues.
8985 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8986 (do_exec_tests): Use clean_restart in place of zap_session,
8987 and for test initialization. Fix formatting issues. Use
8988 fail in place of perror.
8989 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8990 an expect statement to match an expression with output from
8991 the program under debug.
8992 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8993 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8994 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8995 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8996 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8997
8998 2015-09-09 Doug Evans <dje@google.com>
8999
9000 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9001
9002 2015-09-09 Doug Evans <dje@google.com>
9003
9004 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9005
9006 2015-09-09 Doug Evans <dje@google.com>
9007
9008 * gdb.base/savedregs.exp: Fix typo.
9009
9010 2015-09-09 Pedro Alves <palves@redhat.com>
9011
9012 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9013
9014 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9015
9016 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9017 command actually switches threads. Give up on remaining
9018 tests if target fails to stop at breakpoint.
9019
9020 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9021
9022 * gdb.ada/funcall_char.exp: New testcase.
9023 * gdb.ada/funcall_char/foo.adb: New file.
9024
9025 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9026
9027 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9028 expected outputs. Add two testcases for completing ambiguous
9029 functions.
9030 * gdb.ada/complete/aux_pck.adb: New file.
9031 * gdb.ada/complete/aux_pck.ads: New file.
9032 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9033 Ambiguous_Func functions.
9034 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9035 * gdb.ada/complete/pck.adb: Likewise.
9036
9037 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9038
9039 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9040 failures to run the test program under GDB.
9041
9042 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
9043
9044 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9045 to C.
9046
9047 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9048
9049 * gdb.base/run-after-attach.exp: New test file.
9050 * gdb.base/run-after-attach.c: New test file.
9051
9052 2015-08-26 Don Breazeal <donb@codesourcery.com>
9053
9054 * gdb.base/foll-exec-2.c: New test program.
9055 * gdb.base/foll-exec-2.exp: New test.
9056
9057 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9058
9059 * gdb.base/nested-subp1.exp: New file.
9060 * gdb.base/nested-subp1.c: New file.
9061 * gdb.base/nested-subp2.exp: New file.
9062 * gdb.base/nested-subp2.c: New file.
9063 * gdb.base/nested-subp3.exp: New file.
9064 * gdb.base/nested-subp3.c: New file.
9065
9066 2015-08-24 Pedro Alves <palves@redhat.com>
9067
9068 * gdb.server/connect-without-multi-process.c: New file.
9069 * gdb.server/connect-without-multi-process.exp: New file.
9070
9071 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9072
9073 * gdb.opt/inline-markers.c: Make z int.
9074
9075 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9076
9077 * gdb.opt/inline-markers.c: Make z volatile.
9078
9079 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9080
9081 * gdb.opt/inline-bt.c: New volatile global z.
9082 * gdb.opt/inline-cmds.c: Likewise.
9083 * gdb.opt/inline-locals.c: Likewise.
9084 * gdb.opt/inline-markers.c: New extern global z.
9085 (marker): Use z.
9086 (inline_fn): Likewise.
9087
9088 2015-08-24 Pedro Alves <palves@redhat.com>
9089
9090 * config/m32r-stub.exp: Remove file.
9091 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9092 * gdb.base/call-rt-st.exp: Likewise.
9093 * gdb.base/call-strs.exp: Likewise.
9094 * gdb.base/default.exp: Remove references to h8300-*-hms and
9095 *-*-udi*.
9096 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9097
9098 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9099
9100 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9101 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9102 and "return" use KFAIL when GDB can not read/write the vector
9103 return value.
9104
9105 2015-08-21 Gary Benson <gbenson@redhat.com>
9106
9107 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9108
9109 2015-08-20 Pedro Alves <palves@redhat.com>
9110
9111 * gdb.server/solib-list.exp: No longer expect an interior stop in
9112 non-stop mode.
9113
9114 2015-08-20 Pedro Alves <palves@redhat.com>
9115
9116 * gdb.server/connect-stopped-target.c: New file.
9117 * gdb.server/connect-stopped-target.exp: New file.
9118
9119 2015-08-20 Pedro Alves <palves@redhat.com>
9120
9121 * gdb.dwarf2/comp-unit-lang.exp: New file.
9122 * gdb.dwarf2/comp-unit-lang.c: New file.
9123
9124 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9125
9126 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9127 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9128
9129 2015-08-19 Kevin Buettner <kevinb@redhat.com>
9130
9131 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9132 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9133
9134 2015-08-18 Doug Evans <dje@google.com>
9135 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9136
9137 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9138 skip_python_tests. New arg prompt_regexp.
9139 (skip_python_tests): New function.
9140 * lib/mi-support.exp (mi_skip_python_tests): New function.
9141 * gdb.python/py-mi-objfile-gdb.py: New file.
9142 * gdb.python/py-mi-objfile.c: New file.
9143 * gdb.python/py-mi-objfile.exp: New file.
9144
9145 2015-08-17 Keith Seitz <keiths@redhat.com>
9146
9147 * gdb.linespec/explicit.exp: Move strace test from here ...
9148 * gdb.trace/strace.exp: ... to here.
9149
9150 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9151
9152 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9153 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9154
9155 2015-08-14 Doug Evans <xdje42@gmail.com>
9156
9157 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9158 inferior before selecting a new file.
9159
9160 2015-08-14 Doug Evans <xdje42@gmail.com>
9161
9162 * gdb.mi/mi-disassemble.exp: Update.
9163 * gdb.base/disasm-optim.S: New file.
9164 * gdb.base/disasm-optim.c: New file.
9165 * gdb.base/disasm-optim.h: New file.
9166 * gdb.base/disasm-optim.exp: New file.
9167
9168 2015-08-14 Keith Seitz <keiths@redhat.com>
9169
9170 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9171 "evaluated-by".
9172
9173 2015-08-13 Joel Brobecker <brobecker@adacore.com>
9174
9175 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9176
9177 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9178
9179 * gdb.ada/fun_renaming.exp: New testcase.
9180 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9181 * gdb.ada/fun_renaming/pack.adb: New file.
9182 * gdb.ada/fun_renaming/pack.ads: New file.
9183
9184 2015-08-12 Keith Seitz <keiths@redhat.com>
9185
9186 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9187 gdb_get_line_number.
9188
9189 2015-08-12 Joel Brobecker <brobecker@adacore.com>
9190
9191 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9192 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9193 gdb.base/dso2dso.exp: New files.
9194
9195 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9196 Pedro Alves <palves@redhat.com>
9197 Keith Seitz <keiths@redhat.com>
9198
9199 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9200 GDBFLAGS.
9201
9202 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9203
9204 * gdb.base/gdbhistsize-history.exp
9205 (test_histsize_history_setting): Use save_vars.
9206 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9207 Use save_vars.
9208 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9209 * gdb.base/readline.exp: Use save_vars.
9210
9211 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9212
9213 * lib/gdb.exp (save_vars): New proc.
9214
9215 2015-08-11 Keith Seitz <keiths@redhat.com>
9216
9217 * gdb.base/help.exp: Update help_breakpoint_text.
9218
9219 2015-08-11 Keith Seitz <keiths@redhat.com>
9220
9221 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9222 (at toplevel): Call test_explicit_breakpoints.
9223 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9224 breakpoints.
9225 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9226 breakpoint conditions, "-cond".
9227
9228 2015-08-11 Keith Seitz <keiths@redhat.com>
9229
9230 * gdb.linespec/3explicit.c: New file.
9231 * gdb.linespec/cpexplicit.cc: New file.
9232 * gdb.linespec/cpexplicit.exp: New file.
9233 * gdb.linespec/explicit.c: New file.
9234 * gdb.linespec/explicit.exp: New file.
9235 * gdb.linespec/explicit2.c: New file.
9236 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9237 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9238 before using in the matching pattern.
9239 Clarify that `prefix' is a regular expression.
9240
9241 2015-08-11 Keith Seitz <keiths@redhat.com>
9242
9243 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9244 test.
9245 Add tests for missing ",FMT" and ",".
9246
9247 2015-08-10 Doug Evans <dje@google.com>
9248 Keith Seitz <keiths@redhat.com>
9249
9250 PR gdb/17960
9251 * gdb.base/completion.exp: Add location completer tests.
9252
9253 2015-08-07 Pedro Alves <palves@redhat.com>
9254
9255 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9256 tests here.
9257 (top level): Run do_test with and without displaced stepping.
9258
9259 2015-08-07 Pedro Alves <palves@redhat.com>
9260
9261 * gdb.base/valgrind-disp-step.c: New file.
9262 * gdb.base/valgrind-disp-step.exp: New file.
9263
9264 2015-08-07 Pedro Alves <palves@redhat.com>
9265
9266 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9267 Delete function.
9268 (main): Add alarm. Run an infinite loop instead of calling
9269 wait_threads.
9270 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9271 comment.
9272 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9273 Delete function.
9274 (main): Add alarm. Run an infinite loop instead of calling
9275 wait_threads.
9276 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9277 comment.
9278
9279 2015-08-07 Pedro Alves <palves@redhat.com>
9280
9281 * gdb.base/checkpoint-ns.exp: New file.
9282 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9283 standard_testfile.
9284
9285 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9286
9287 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9288 * gdb.btrace/instruction_history.exp: Update.
9289 * gdb.btrace/tsx.exp: New.
9290 * gdb.btrace/tsx.c: New.
9291
9292 2015-08-06 Pedro Alves <palves@redhat.com>
9293
9294 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9295 increase timeout.
9296 * gdb.reverse/until-precsave.exp: Bump timeouts.
9297
9298 2015-08-06 Pedro Alves <palves@redhat.com>
9299
9300 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9301
9302 2015-08-06 Pedro Alves <palves@redhat.com>
9303
9304 PR gdb/18749
9305 * gdb.threads/process-dies-while-handling-bp.c: New file.
9306 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9307
9308 2015-08-06 Pedro Alves <palves@redhat.com>
9309
9310 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9311 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9312
9313 2015-08-05 Pedro Alves <palves@redhat.com>
9314
9315 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9316 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9317
9318 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9319
9320 * gdb.base/bp-permanent.exp: Report test as unsupported if
9321 the target cannot stop at the permanent breakpoint.
9322
9323 2015-08-03 Doug Evans <dje@google.com>
9324
9325 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9326 10000.
9327
9328 2015-08-03 Doug Evans <dje@google.com>
9329
9330 * Makefile.in (workers/%.worker, build-perf): New rule.
9331 (GDB_PERFTEST_MODE): New variable.
9332 (check-perf): Use it.
9333 (clean): Clean up gdb.perf parallel build subdirs.
9334 * lib/build-piece.exp: New file.
9335 * lib/gdb.exp (make_gdb_parallel_path): New function
9336 (standard_output_file, standard_temp_file): Call it.
9337 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9338 of $GDB_PARALLEL.
9339 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9340
9341 2015-08-03 Doug Evans <dje@google.com>
9342
9343 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
9344 (LOG_FILE_NAME): New global.
9345 (TextReporter.__init__): Initialize self.txt_sum.
9346 (TextReporter.report): Add support for multiple data-points.
9347 Move report to perftest.sum, put raw data in perftest.log.
9348 (TextReporter.start): Open sum and log files.
9349 (TextReporter.end): Close sum and log files.
9350 * gdb.perf/lib/perftest/testresult.py
9351 (SingleStatisticTestResult.record): Handle multiple data-points.
9352
9353 2015-07-31 Pedro Alves <palves@redhat.com>
9354
9355 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9356 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9357 kill_wait_spawned_process instead of explicit "kill -9".
9358 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9359 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9360 kill_wait_spawned_process.
9361 * gdb.base/attach-twice.exp: Likewise.
9362 * gdb.base/attach.exp: Likewise.
9363 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9364 gdb_test_multiple.
9365 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9366 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9367 kill_wait_spawned_process.
9368 * gdb.base/valgrind-infcall.exp: Likewise.
9369 * gdb.multi/multi-attach.exp: Likewise.
9370 * gdb.python/py-prompt.exp: Likewise.
9371 * gdb.python/py-sync-interp.exp: Likewise.
9372 * gdb.server/ext-attach.exp: Likewise.
9373 * gdb.threads/attach-into-signal.exp (corefunc): Use
9374 spawn_wait_for_attach, spawn_id_get_pid and
9375 kill_wait_spawned_process.
9376 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9377 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9378 spawn_id_get_pid and kill_wait_spawned_process.
9379 * gdb.threads/attach-stopped.exp (corefunc): Use
9380 spawn_wait_for_attach, spawn_id_get_pid and
9381 kill_wait_spawned_process.
9382 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9383 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9384 kill_wait_spawned_process instead of explicit "kill -9".
9385 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9386 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9387 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9388 processes. Don't map cygwin/windows pids here. Now returns a
9389 spawn id list.
9390
9391 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9392
9393 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9394 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9395 correct patch.
9396
9397 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9398
9399 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9400
9401 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9402
9403 Reapply:
9404 2014-05-21 Mark Wielaard <mjw@redhat.com>
9405
9406 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9407
9408 2015-07-30 Pedro Alves <palves@redhat.com>
9409
9410 * linux-low.c (handle_extended_wait): Set the child's last
9411 reported status to TARGET_WAITKIND_STOPPED.
9412
9413 2015-07-30 Pedro Alves <palves@redhat.com>
9414
9415 PR threads/18600
9416 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9417 only shows inferior 1.
9418
9419 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9420 Pedro Alves <palves@redhat.com>
9421
9422 PR threads/18600
9423 * gdb.threads/fork-plus-threads.c: New file.
9424 * gdb.threads/fork-plus-threads.exp: New file.
9425
9426 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9427
9428 * gdb.base/batch-preserve-term-settings.exp
9429 (test_terminal_settings_preserved_after_cli_exit): Use
9430 send_quit_command.
9431
9432 2015-07-29 Pedro Alves <palves@redhat.com>
9433 Don Breazeal <donb@codesourcery.com>
9434
9435 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9436 output from both inferior_spawn_id and gdb_spawn_id.
9437
9438 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9439
9440 * gdb.threads/attach-into-signal.exp (corefunc): Use
9441 with_test_prefix on nested loops, uniquefying the test messages.
9442
9443 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9444
9445 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9446 commit.
9447
9448 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9449
9450 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9451 New proc.
9452 (test_terminal_settings_preserved_after_sigterm): New test.
9453
9454 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9455
9456 * gdb.base/batch-preserve-term-settings.exp
9457 (test_terminal_settings_preserved_after_cli_exit): New test.
9458
9459 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9460
9461 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9462 manipulation of saved_gdbflags.
9463 (test_terminal_settings_preserved): Remove global declaration of
9464 the unused variable pagination_prompt. Remove manipulation of
9465 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9466 GDBFLAGS.
9467
9468 2015-07-29 Pedro Alves <palves@redhat.com>
9469
9470 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9471
9472 2015-07-29 Pedro Alves <palves@redhat.com>
9473
9474 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9475 at the top.
9476
9477 2015-07-29 Pedro Alves <palves@redhat.com>
9478
9479 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9480 (main): Call gdb_unbuffer_output.
9481 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9482 (main): Call gdb_unbuffer_output.
9483 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9484 (main): Call gdb_unbuffer_output.
9485 * gdb.base/call-strs.exp: Adjust to step over the
9486 gdb_unbuffer_output call.
9487 * gdb.base/catch-gdb-caused-signals.c: Include
9488 "../lib/unbuffer_output.c".
9489 (main): Call gdb_unbuffer_output.
9490 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9491 (main): Call gdb_unbuffer_output.
9492 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9493 (main): Call gdb_unbuffer_output.
9494 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9495 (main): Call gdb_unbuffer_output.
9496 * gdb.base/shlib-call.exp: Adjust to step over the
9497 gdb_unbuffer_output call.
9498 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9499 (main): Call gdb_unbuffer_output.
9500 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9501 (main): Call gdb_unbuffer_output.
9502 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9503 (main): Rename to ...
9504 (test): ... this.
9505 (main): Reimplement.
9506 * gdb.base/varargs.exp: Run to test instead of to main.
9507 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9508 (main): Call gdb_unbuffer_output.
9509
9510 2015-07-29 Pedro Alves <palves@redhat.com>
9511
9512 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9513 factore out from mi_continue_dprintf. For call-style dprintfs,
9514 expect dprintf output out of $inferior_spawn_id.
9515 (mi_continue_dprintf): Use mi_expect_dprintf.
9516 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9517 (main): Call gdb_unbuffer_output.
9518
9519 2015-07-29 Pedro Alves <palves@redhat.com>
9520
9521 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9522 (default_mi_gdb_start): Set inferior_spawn_id instead of
9523 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9524 gdb_spawn_id.
9525 (mi_gdb_test): Always expect inferior output from both
9526 $inferior_spawn_id and $gdb_spawn_id.
9527
9528 2015-07-29 Pedro Alves <palves@redhat.com>
9529
9530 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9531 send_inferior and $inferior_spawn_id.
9532
9533 2015-07-29 Pedro Alves <palves@redhat.com>
9534
9535 * gdb.gdb/complaints.exp (test_initial_complaints)
9536 (test_serial_complaints, test_short_complaints): Use
9537 gdb_test_stdio.
9538 (test_empty_complaint): Handle $inferior_spawn_id !=
9539 $gdb_spawn_id.
9540
9541 2015-07-29 Pedro Alves <palves@redhat.com>
9542
9543 * gdb.base/varargs.exp: Use gdb_test_stdio.
9544
9545 2015-07-29 Pedro Alves <palves@redhat.com>
9546
9547 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9548
9549 2015-07-29 Pedro Alves <palves@redhat.com>
9550
9551 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9552
9553 2015-07-29 Pedro Alves <palves@redhat.com>
9554
9555 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9556 parameter into two new parameters, "inf_result" and "gdb_result".
9557 Expect inferior output and gdb output from $inferior_spawn_id and
9558 $gdb_spawn_id, respectively. Adjust all callers.
9559
9560 2015-07-29 Pedro Alves <palves@redhat.com>
9561
9562 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9563 of gdb_test_sequence.
9564
9565 2015-07-29 Pedro Alves <palves@redhat.com>
9566
9567 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9568 (saw_spurious_output): Expect inferior output from
9569 $inferior_spawn_id. Use gdb_test_stdio.
9570
9571 2015-07-29 Pedro Alves <palves@redhat.com>
9572
9573 * gdb.base/dprintf.exp: Use standard_testfile. Change
9574 prepare_for_testing call.
9575 (srcfile): Don't set.
9576 (restart): New procedure.
9577 (test_dprintf): New procecure, use to continue over dprintfs.
9578 (test_call, test_agent): New procedures, tests moved here.
9579 Restart gdb and recreate dprintfs. Adjust expected output.
9580
9581 2015-07-29 Pedro Alves <palves@redhat.com>
9582
9583 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9584
9585 2015-07-29 Pedro Alves <palves@redhat.com>
9586
9587 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9588
9589 2015-07-29 Pedro Alves <palves@redhat.com>
9590
9591 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9592 gdb_test_stdio.
9593
9594 2015-07-29 Pedro Alves <palves@redhat.com>
9595
9596 * lib/gdb.exp (gdb_test_stdio): New procedure.
9597
9598 2015-07-29 Pedro Alves <palves@redhat.com>
9599
9600 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9601
9602 2015-07-29 Pedro Alves <palves@redhat.com>
9603
9604 * gdb.base/call-signal-resume.exp: Remove check for
9605 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9606 * gdb.base/unwindonsignal.exp: Likewise.
9607 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9608 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9609
9610 2015-07-29 Pedro Alves <palves@redhat.com>
9611
9612 * gdb.base/siginfo-addr.c (pass): New function.
9613 (handler): Call it iff si_addr is correct.
9614 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9615 Set a breakpoint at "pass" and continue to it.
9616
9617 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9618
9619 * gdb.python/py-objfile.exp: Make some tests have unique names.
9620 * gdb.python/py-pp-registration.exp: Likewise.
9621
9622 2015-07-28 Pedro Alves <palves@redhat.com>
9623
9624 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9625
9626 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9627
9628 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9629
9630 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9631
9632 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9633
9634 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9635
9636 * gdb.base/gdb-sigterm-2.exp: New test.
9637
9638 2015-07-25 Doug Evans <xdje42@gmail.com>
9639
9640 Revert:
9641 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9642 (workers/%.worker, build-perf): New rule.
9643 (GDB_PERFTEST_MODE): New variable.
9644 (check-perf): Use it.
9645 (clean): Clean up gdb.perf parallel build subdirs.
9646 * lib/build-piece.exp: New file.
9647 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9648 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9649 name.
9650 (standard_temp_file): Ditto.
9651 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9652 of $GDB_PARALLEL.
9653
9654 2015-07-24 Doug Evans <dje@google.com>
9655
9656 * gdb.perf/lib/perftest/utils.py: New file.
9657 * gdb.perf/gm-hello.cc: New file.
9658 * gdb.perf/gm-pervasive-typedef.cc: New file.
9659 * gdb.perf/gm-pervasive-typedef.h: New file.
9660 * gdb.perf/gm-std.cc: New file.
9661 * gdb.perf/gm-std.h: New file.
9662 * gdb.perf/gm-use-cerr.cc: New file.
9663 * gdb.perf/gm-utils.h: New file.
9664 * gdb.perf/gmonster-null-lookup.py: New file.
9665 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9666 * gdb.perf/gmonster-print-cerr.py: New file.
9667 * gdb.perf/gmonster-ptype-string.py: New file.
9668 * gdb.perf/gmonster-runto-main.py: New file.
9669 * gdb.perf/gmonster-select-file.py: New file.
9670 * gdb.perf/gmonster1-null-lookup.exp: New file.
9671 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9672 * gdb.perf/gmonster1-print-cerr.exp: New file.
9673 * gdb.perf/gmonster1-ptype-string.exp: New file.
9674 * gdb.perf/gmonster1-runto-main.exp: New file.
9675 * gdb.perf/gmonster1-select-file.exp: New file.
9676 * gdb.perf/gmonster1.cc: New file.
9677 * gdb.perf/gmonster1.exp: New file.
9678 * gdb.perf/gmonster2-null-lookup.exp: New file.
9679 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9680 * gdb.perf/gmonster2-print-cerr.exp: New file.
9681 * gdb.perf/gmonster2-ptype-string.exp: New file.
9682 * gdb.perf/gmonster2-runto-main.exp: New file.
9683 * gdb.perf/gmonster2-select-file.exp: New file.
9684 * gdb.perf/gmonster2.cc: New file.
9685 * gdb.perf/gmonster2.exp: New file.
9686
9687 2015-07-24 Doug Evans <dje@google.com>
9688
9689 * gdb.perf/README: New file.
9690 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9691 * lib/gen-perf-test.exp: New file.
9692
9693 2015-07-24 Doug Evans <dje@google.com>
9694
9695 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9696 (PerfTest::startup): New function.
9697 (PerfTest::run): Return result of calling body.
9698 (PerfTest::assemble): Rewrite.
9699 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9700 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9701 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9702 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9703 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9704
9705 2015-07-24 Doug Evans <dje@google.com>
9706
9707 * lib/gdb.exp (clean_restart): Make executable optional.
9708
9709 2015-07-24 Doug Evans <dje@google.com>
9710
9711 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9712 compiler_info references.
9713 * gdb.cp/temargs.exp: Ditto.
9714 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9715 (get_compiler_info): Early exit if already computed. Set compiler_info
9716 to "unknown" if there was a problem.
9717 (test_compiler_info): Add function comment. Call get_compiler_info.
9718
9719 2015-07-24 Doug Evans <dje@google.com>
9720
9721 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9722 (workers/%.worker, build-perf): New rule.
9723 (GDB_PERFTEST_MODE): New variable.
9724 (check-perf): Use it.
9725 (clean): Clean up gdb.perf parallel build subdirs.
9726 * lib/build-piece.exp: New file.
9727 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9728 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9729 name.
9730 (standard_temp_file): Ditto.
9731 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9732 of $GDB_PARALLEL.
9733
9734 2015-07-24 Doug Evans <dje@google.com>
9735
9736 * lib/future.exp (gdb_default_target_compile): New option
9737 "early_flags".
9738 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9739 --as-needed.
9740
9741 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9742
9743 * gdb.base/catch-syscall.exp: Call gdb_exit before
9744 gdb_skip_xml_test.
9745
9746 2015-07-24 Pedro Alves <palves@redhat.com>
9747
9748 * gdb.python/py-events.exp: Accept output between the stop event
9749 and the prompt.
9750 * gdb.python/py-evsignal.exp: Likewise.
9751 * gdb.python/py-evthreads.exp: Likewise.
9752
9753 2015-07-24 Pedro Alves <palves@redhat.com>
9754
9755 PR gdb/18717
9756 * gdb.threads/non-ldr-exit.c: New file.
9757 * gdb.threads/non-ldr-exit.exp: New file.
9758
9759 2015-07-24 Yao Qi <yao.qi@linaro.org>
9760
9761 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9762 restarting process.
9763
9764 2015-07-24 Yao Qi <yao.qi@linaro.org>
9765
9766 * gdb.server/ext-restart.exp: New file.
9767
9768 2015-07-24 Yao Qi <yao.qi@linaro.org>
9769
9770 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9771 argument options.
9772 * gdb.server/ext-wrapper.exp: New file.
9773
9774 2015-07-23 Doug Evans <dje@google.com>
9775
9776 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9777 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9778
9779 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9780
9781 * gdb.ada/var_arr_typedef.exp: New testcase.
9782 * gdb.ada/var_arr_typedef/pack.adb: New file.
9783 * gdb.ada/var_arr_typedef/pack.ads: New file.
9784 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9785
9786 2015-07-20 Joel Brobecker <brobecker@adacore.com>
9787
9788 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9789
9790 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9791
9792 * gdb.arch/i386-biarch-core.exp: Replace istarget
9793 by "complete set gnutarget". Remove expectation for the "core-file"
9794 command.
9795
9796 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9797
9798 Revert the previous commit:
9799 Tests for validate symbol file using build-id.
9800
9801 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9802
9803 Tests for validate symbol file using build-id.
9804 * gdb.base/solib-mismatch-lib.c: New file.
9805 * gdb.base/solib-mismatch-libmod.c: New file.
9806 * gdb.base/solib-mismatch.c: New file.
9807 * gdb.base/solib-mismatch.exp: New file.
9808
9809 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9810
9811 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9812 nios2-*-linux*.
9813 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9814 * gdb.base/siginfo.exp: Likewise.
9815 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9816
9817 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9818
9819 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9820 Move it to ...
9821 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9822 ... here.
9823 * gdb.trace/range-stepping.exp: Check that the target supports
9824 range stepping.
9825
9826 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9827
9828 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9829
9830 2015-07-14 Pedro Alves <palves@redhat.com>
9831
9832 * gdb.base/killed-outside.exp: New file.
9833 * gdb.base/killed-outside.c: New file.
9834
9835 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9836
9837 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9838 (n at main): New.
9839 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9840
9841 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9842
9843 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9844 infcall tests instead of setting up for KFAIL.
9845
9846 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9847
9848 * gdb.btrace/record_goto-step.exp: New.
9849
9850 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9851
9852 PR compile/18484
9853 * gdb.compile/compile.c (struct struct_type): Add volatile to
9854 selffield's type.
9855 * gdb.compile/compile.exp
9856 (compile code struct_object.selffield = &struct_object): Skip further
9857 struct_object tests if this one xfails.
9858
9859 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
9860
9861 PR exp/18617
9862 * gdb.trace/ax.exp: Add test.
9863
9864 2015-07-07 Yao Qi <yao.qi@linaro.org>
9865
9866 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9867 instead of istarget "aarch64*-*-*".
9868 * gdb.arch/aarch64-fp.exp: Likewise.
9869 * gdb.base/float.exp: Likewise.
9870 * gdb.reverse/aarch64.exp: Likewise.
9871 * lib/gdb.exp (is_aarch64_target): New proc.
9872
9873 2015-07-07 Yao Qi <yao.qi@linaro.org>
9874
9875 * lib/gdb.exp (is_aarch32_target): New proc.
9876 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9877 instead of "istarget "arm*-*-*"".
9878 * gdb.arch/arm-disp-step.exp: Likewise.
9879 * gdb.arch/thumb-bx-pc.exp: Likewise.
9880 * gdb.arch/thumb-prologue.exp: Likewise.
9881 * gdb.arch/thumb-singlestep.exp: Likewise.
9882 * gdb.base/disp-step-syscall.exp: Likewise.
9883 * gdb.base/float.exp: Likewise.
9884
9885 2015-07-07 Yao Qi <yao.qi@linaro.org>
9886
9887 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9888 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9889
9890 2015-07-07 Yao Qi <yao.qi@linaro.org>
9891
9892 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9893 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9894 if it exists.
9895 * gdb.multi/multi-arch.exp: Likewise.
9896
9897 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9898
9899 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9900 print.
9901
9902 2015-07-07 Yao Qi <yao.qi@linaro.org>
9903
9904 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9905
9906 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9907
9908 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9909 '[' and ']' characters.
9910
9911 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9912
9913 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9914
9915 2015-06-29 Pedro Alves <palves@redhat.com>
9916
9917 PR threads/18127
9918 * gdb.threads/hand-call-new-thread.c: New file.
9919 * gdb.threads/hand-call-new-thread.c: New file.
9920
9921 2015-06-26 Keith Seitz <keiths@redhat.com>
9922 Doug Evans <dje@google.com>
9923
9924 PR 16253
9925 * gdb.cp/var-tag-2.cc: New file.
9926 * gdb.cp/var-tag-3.cc: New file.
9927 * gdb.cp/var-tag-4.cc: New file.
9928 * gdb.cp/var-tag.cc: New file.
9929 * gdb.cp/var-tag.exp: New file.
9930
9931 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9932
9933 * gdb.base/history-duplicates.exp: New test.
9934
9935 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9936
9937 * gdb.base/completion.exp: Test the completion of the "focus"
9938 command.
9939
9940 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9941
9942 * gdb.arch/amd64-prologue-skip.S: New file.
9943 * gdb.arch/amd64-prologue-skip.exp: New file.
9944
9945 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9946
9947 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9948 is_address_zero_readable check.
9949
9950 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9951
9952 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9953 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9954
9955 2015-06-24 Yao Qi <yao.qi@linaro.org>
9956
9957 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9958 linux targets.
9959
9960 2015-06-24 Yao Qi <yao.qi@linaro.org>
9961
9962 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9963 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9964 * gdb.base/siginfo-thread.exp: Likewise.
9965
9966 2015-06-22 Yao Qi <yao.qi@linaro.org>
9967
9968 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9969
9970 2015-06-22 Yao Qi <yao.qi@linaro.org>
9971
9972 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9973 aarch64*-*-*.
9974 (skip_hw_watchpoint_tests): Likewise.
9975
9976 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9977
9978 * gdb.base/gdbinit-history.exp: Test the interaction between
9979 setting GDBHISTSIZE and setting the history size via .gdbinit.
9980
9981 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9982
9983 PR gdb/16999
9984 * gdb.base/gdbhistsize-history.exp: New test.
9985
9986 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9987
9988 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9989 with GDBHISTSIZE.
9990 * gdb.base/readline.exp: Likewise.
9991
9992 2015-06-17 Yao Qi <yao.qi@linaro.org>
9993
9994 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9995 line.
9996
9997 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9998
9999 * gdb.base/gdbinit-history.exp: Add test case to check that
10000 an unlimited history file does not get truncated on exit.
10001
10002 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10003
10004 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10005 (VECTOR): New macro. Use it...
10006 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10007 ...for these typedefs.
10008 (int8, char1, int1, double1): New typedefs.
10009 (struct just_int2, struct two_int2): New structures.
10010 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10011 (add_structvecs, add_singlevecs): New functions.
10012 (main): Call add_some_intvecs twice.
10013 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10014 the compile and exit upon failure. Try compiling for the "native"
10015 architecture. Test inferior function calls with vector arguments
10016 and vector return value handling with "finish" and "return".
10017
10018 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10019
10020 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10021 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10022 PE file.
10023 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10024
10025 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10026
10027 PR breakpoints/16465
10028 * gdb.mi/mi-dprintf-pending.c: New file.
10029 * gdb.mi/mi-dprintf-pending.exp: New test.
10030 * gdb.mi/mi-dprintf-pendshr.c: New file.
10031
10032 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10033 Mircea Gherzan <mircea.gherzan@intel.com>
10034
10035 * gdb.arch/i386-mpx-map.c: New file.
10036 * gdb.arch/i386-mpx-map.exp: New File.
10037
10038 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10039
10040 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10041 * gdb.arch/i386-mpx.exp: Indentation fixed.
10042
10043 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10044
10045 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10046 function and improved indentation.
10047 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10048 gdb_test_multiple. Added additional tests to skip the test.
10049
10050 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10051
10052 * gdb.arch/i386-avx512.c: Change path in include file.
10053 * gdb.arch/i386-avx512.exp: Change include dir path
10054 compilation flag.
10055 * gdb.arch/i386-mpx.c: Change path in include file.
10056 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10057 flag.
10058
10059 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10060
10061 * gdb.compile/compile-print.exp (compile print *vararray@3)
10062 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10063
10064 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10065
10066 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10067 (do not keep jit in memory): ... this.
10068 (expect 5): Change it to ...
10069 (expect no 5): ... this.
10070
10071 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10072
10073 PR gdb/15564
10074 * gdb.mi/mi-detach.exp: New file.
10075
10076 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10077
10078 PR symtab/18392
10079 * gdb.arch/amd64-tailcall-self.S: New file.
10080 * gdb.arch/amd64-tailcall-self.c: New file.
10081 * gdb.arch/amd64-tailcall-self.exp: New file.
10082
10083 2015-05-28 Don Breazeal <donb@codesourcery.com>
10084
10085 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10086 tests for remote targets by checking is_target_gdbserver.
10087
10088 2015-05-27 Doug Evans <dje@google.com>
10089
10090 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10091 * gdb.dwarf2/opaque-type-lookup.c: New file.
10092 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10093
10094 2015-05-26 Doug Evans <dje@google.com>
10095
10096 * gdb.cp/iostream.cc: New file.
10097 * gdb.cp/iostream.exp: New file.
10098
10099 2015-05-26 Doug Evans <dje@google.com>
10100
10101 * gdb.dwarf2/dw2-op-call.exp: Update.
10102 * gdb.dwarf2/dw4-sig-types.exp: Update.
10103 * gdb.dwarf2/implptr.exp: Update.
10104 * gdb.mi/mi-cmd-param-changed.exp: Update.
10105
10106 2015-05-26 Doug Evans <dje@google.com>
10107
10108 * gdb.python/py-lazy-string.c: New file.
10109 * gdb.python/py-lazy-string.exp: New file.
10110 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10111 (main): Update. Add estring3.
10112 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10113 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10114
10115 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10116 Yao Qi <yao.qi@linaro.org>
10117
10118 * gdb.reverse/aarch64.c: New.
10119 * gdb.reverse/aarch64.exp: New.
10120
10121 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10122
10123 * lib/gdb.exp (supports_process_record): Return true for
10124 aarch64*-linux*.
10125 (supports_reverse): Likewise.
10126
10127 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10128
10129 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10130 Use with_test_prefix.
10131
10132 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10133
10134 * gdb.base/completion.exp: Add test for completion of layout
10135 names.
10136
10137 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10138
10139 * lib/gdb.exp (skip_tui_tests): New proc.
10140 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10141
10142 2015-05-19 Pedro Alves <palves@redhat.com>
10143
10144 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10145 Save the whole env array instead of just HOME. Unset HISTSIZE in
10146 the environment while testing. Restore whole environment
10147 afterwards.
10148
10149 2015-05-16 Doug Evans <xdje42@gmail.com>
10150
10151 * gdb.guile/scm-ports.c: New file.
10152 * gdb.guile/scm-ports.exp: Add memory port tests.
10153
10154 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10155
10156 * gdb.compile/compile-print.c: New file.
10157 * gdb.compile/compile-print.exp: New file.
10158
10159 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10160
10161 * gdb.compile/compile-ops.exp: Cast param to void.
10162 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10163 (compile code struct_object.selffield = &struct_object): Add xfail.
10164
10165 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10166
10167 * gdb.ada/arr_enum_with_gap: New testcase.
10168
10169 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10170
10171 * gdb.ada/byte_packed_arr: New testcase.
10172
10173 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10174
10175 * gdb.ada/pckd_neg: New testcase.
10176
10177 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10178
10179 PR gdb/17820
10180 * gdb.base/gdbinit-history.exp: New test.
10181 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10182 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10183
10184 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10185
10186 * gdb.python/py-xmethods.cc: Enhance test case.
10187 * gdb.python/py-xmethods.exp: New tests.
10188 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10189 function.
10190 (B_indexoper): Likewise.
10191 (global_dm_list) : Add new xmethod worker functions.
10192
10193 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10194
10195 * gdb.base/coredump-filter.exp: Correctly unset
10196 "coredump_var_addr" array.
10197
10198 2015-05-08 Pedro Alves <palves@redhat.com>
10199
10200 * gdb.server/non-existing-program.exp: Unset spawn_id.
10201
10202 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10203
10204 PR python/18291
10205 * gdb.python/py-xmethods.exp: Add tests.
10206
10207 2015-05-08 Yao Qi <yao.qi@linaro.org>
10208
10209 PR gdb/18208
10210 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10211 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10212 function set_coredump_filter, and remove remote_exec call.
10213 Remove argument ipid. Callers update.
10214 (top level): Don't get inferior's PID.
10215
10216 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10217
10218 * gdb.base/watch_thread_num.exp: Skip test on targets without
10219 access watchpoints.
10220
10221 2015-05-06 Pedro Alves <palves@redhat.com>
10222
10223 PR server/18081
10224 * gdb.server/non-existing-program.exp: New file.
10225
10226 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10227
10228 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10229
10230 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10231
10232 * gdb.ada/out_of_line_in_inlined: New testcase.
10233
10234 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10235
10236 * gdb.ada/var_rec_arr: New testcase.
10237
10238 2015-04-30 Yao Qi <yao.qi@linaro.org>
10239
10240 * gdb.base/break-idempotent.exp: If
10241 skip_hw_watchpoint_multi_tests returns true, skip the tests
10242 on "rwatch" and "awatch".
10243
10244 2015-04-30 Yao Qi <yao.qi@linaro.org>
10245
10246 * gdb.base/relativedebug.exp: Invoke gdb command
10247 "info sharedlibrary", and if libc.so doesn't have debug info,
10248 skip the test.
10249
10250 2015-04-29 Doug Evans <dje@google.com>
10251
10252 * gdb.python/py-xmethods.exp: Add ptype tests.
10253 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10254 get_result_type method.
10255
10256 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10257
10258 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10259 the target does not support hardware watchpoints.
10260
10261 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10262
10263 * gdb.base/break-always.exp: Abort testing if writing to memory
10264 causes an error.
10265
10266 2015-04-28 Doug Evans <dje@google.com>
10267
10268 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10269 * gdb.python/py-pp-registration.exp: ... here. New file.
10270 * gdb.python/py-pp-registration.c: New file.
10271 * gdb.python/py-pp-registration.py: New file.
10272
10273 2015-04-28 Doug Evans <dje@google.com>
10274
10275 * gdb.python/py-bad-printers.c: New file.
10276 * gdb.python/py-bad-printers.py: New file.
10277 * gdb.python/py-bad-printers.exp: New file.
10278
10279 2015-04-28 Sasha Smundak <asmundak@google.com>
10280
10281 * gdb.python/py-type.exp: New test.
10282
10283 2015-04-28 Andy Wingo <wingo@igalia.com>
10284
10285 * gdb.python/py-parameter.exp:
10286 * gdb.guile/scm-parameter.exp: Escape the path that we are
10287 matching against, as it might contain characters that are special
10288 to regular expressions.
10289
10290 2015-04-27 Joel Brobecker <brobecker@adacore.com>
10291
10292 * gdb.ada/rec_comp: New testcase.
10293
10294 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10295
10296 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10297 before using it.
10298
10299 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10300
10301 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10302 new tests for verilog output.
10303
10304 2015-04-24 Yao Qi <yao.qi@linaro.org>
10305
10306 * boards/remote-gdbserver-on-localhost.exp: New file.
10307
10308 2015-04-23 Pedro Alves <palves@redhat.com>
10309
10310 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10311 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10312 "end of file", remove $inferior_spawn_id from the indirect list.
10313
10314 2015-04-23 Pedro Alves <palves@redhat.com>
10315
10316 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10317
10318 2015-04-23 Pedro Alves <palves@redhat.com>
10319
10320 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10321 on $any_spawn_id instead of only on $gdb_spawn_id.
10322
10323 2015-04-21 Pierre Muller <muller@sourceware.org>
10324
10325 PR pascal/17815
10326 * lib/pascal.exp (gpc_compile): Add new option "class".
10327 (fpc_compile): Likewise.
10328 * gdb.pascal/case-insensitive-symbols.pas: New file.
10329 * gdb.pascal/case-insensitive-symbols.exp: New file.
10330
10331 2015-04-20 Gary Benson <gbenson@redhat.com>
10332
10333 * gdb.base/attach.exp: Fix three extended remote failures.
10334
10335 2015-04-17 Gary Benson <gbenson@redhat.com>
10336
10337 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10338 the main executable over the remote protocol.
10339
10340 2015-04-16 Pedro Alves <palves@redhat.com>
10341
10342 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10343 a new gdbserver if gdbserver_reconnect_p is set.
10344
10345 2015-04-16 Pedro Alves <palves@redhat.com>
10346
10347 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10348 is set, don't exit gdbserver.
10349
10350 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10351
10352 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10353 appropriate .insn, such that an older assembler can be used.
10354 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10355 the z/Architecture instruction set on 31-bit targets as well.
10356
10357 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10358
10359 * gdb.go/handcall.exp: Remove all logic related to the first
10360 breakpoint and rely on go_runto_main instead.
10361 * gdb.go/strings.exp: Likewise.
10362 * gdb.go/unsafe.exp: Likewise.
10363 * gdb.go/hello.exp: Likewise. Also rename the remaining
10364 breakpoint marker to "breakpoint 1".
10365 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10366 * gdb.go/strings.go: Likewise.
10367 * gdb.go/unsafe.go: Likewise.
10368 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10369 "set breakpoint 2 here" and rename the remaining breakpoint marker
10370 to "breakpoint 1".
10371
10372 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10373
10374 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10375 if itertools.imap is not present.
10376 * gdb.python/py-objfile.exp: Add parentheses.
10377 * gdb.python/py-type.exp: Same.
10378 * gdb.python/py-unwind-maint.py: Same.
10379
10380 2015-04-15 Yao Qi <yao.qi@linaro.org>
10381
10382 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10383 of ":$ptr_size" and set its form explicitly.
10384
10385 2015-04-15 Pedro Alves <palves@redhat.com>
10386 Yao Qi <yao.qi@linaro.org>
10387
10388 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10389 timeout by factor of 4.
10390 (test_regular_watch): Likewise.
10391 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10392 * gdb.reverse/sigall-reverse.exp: Likewise.
10393 * gdb.reverse/until-precsave.exp: Likewise.
10394 * lib/gdb.exp (with_timeout_factor): New proc.
10395 (gdb_expect): Move some code to ...
10396 (get_largest_timeout): ... here. New procedure.
10397
10398 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
10399
10400 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10401
10402 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10403
10404 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10405 to write to the .text section.
10406
10407 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10408
10409 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10410 Handle the case of targets that do not provide PID information.
10411
10412 2015-04-13 Yao Qi <yao.qi@linaro.org>
10413
10414 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10415 and use expect instead of gdb_expect.
10416
10417 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10418
10419 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10420 "coredump_var_addr" to avoid naming conflict with other testcases.
10421
10422 2015-04-10 Pedro Alves <palves@redhat.com>
10423
10424 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10425 gdb_test_sequence and gdb_assert.
10426
10427 2015-04-10 Pedro Alves <palves@redhat.com>
10428
10429 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10430 test messages that don't include the breakpoint address.
10431
10432 2015-04-10 Yao Qi <yao.qi@linaro.org>
10433
10434 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10435 false for some offset and width combinations which aren't
10436 supported by linux kernel.
10437
10438 2015-04-10 Pedro Alves <palves@redhat.com>
10439
10440 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10441 procedure, factored out from ...
10442 (top level): ... here. Add "set displaced-stepping" testing axis.
10443 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10444 parameter "displaced". Use it.
10445 (top level): Use foreach and add "set displaced-stepping" testing
10446 axis.
10447
10448 2015-04-10 Pedro Alves <palves@redhat.com>
10449
10450 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10451 Remove comment.
10452 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10453 both the address of the instruction that triggers the watchpoint
10454 and the address of the instruction immediately after, and use
10455 those addresses for the test. Fix comment.
10456
10457 2015-04-10 Pedro Alves <palves@redhat.com>
10458
10459 * gdb.base/sigstep.exp (breakpoint_to_handler)
10460 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10461 Test "backtrace" in handler.
10462 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10463 (top level): Add new "displaced" test axis to
10464 breakpoint_to_handler, breakpoint_to_handler_entry and
10465 breakpoint_over_handler.
10466
10467 2015-04-10 Pedro Alves <palves@redhat.com>
10468
10469 PR gdb/18216
10470 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10471
10472 2015-04-10 Yao Qi <yao.qi@linaro.org>
10473
10474 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10475 (test_add_rn_pc): New function.
10476 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10477 (top level): Invoke test_add_rn_pc.
10478
10479 2015-04-10 Pedro Alves <palves@redhat.com>
10480
10481 PR gdb/13858
10482 * gdb.base/step-over-no-symbols.exp: New file.
10483
10484 2015-04-09 Andy Wingo <wingo@igalia.com>
10485
10486 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10487 after the Python tests.
10488
10489 2015-04-08 Keith Seitz <keiths@redhat.com>
10490
10491 PR python/16699
10492 * gdb.python/py-completion.exp: New tests for completion.
10493 * gdb.python/py-completion.py (CompleteLimit1): New class.
10494 (CompleteLimit2): Likewise.
10495 (CompleteLimit3): Likewise.
10496 (CompleteLimit4): Likewise.
10497 (CompleteLimit5): Likewise.
10498 (CompleteLimit6): Likewise.
10499 (CompleteLimit7): Likewise.
10500
10501 2015-04-08 Pedro Alves <palves@redhat.com>
10502
10503 PR gdb/18214
10504 PR gdb/18216
10505 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10506 function.
10507 (main): Install it as SIGUSR1 handler.
10508 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10509 parameter. Always use "setup" as prefix. Toggle "set
10510 displaced-stepping" off/on depending on global. Don't switch to
10511 thread 1 here.
10512 (top level): Add displaced stepping "off/on" test axis. Update
10513 "setup" calls. Wrap each subtest with with_test_prefix. Test
10514 continuing with a queued signal in each thread.
10515
10516 2015-04-08 Pedro Alves <palves@redhat.com>
10517
10518 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10519 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10520 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10521 Return early if running to main fails.
10522 * gdb.trace/while-stepping.exp: Likewise.
10523
10524 2015-04-07 Pedro Alves <palves@redhat.com>
10525
10526 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10527 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10528 interact with inferior program.
10529
10530 2015-04-07 Pedro Alves <palves@redhat.com>
10531
10532 * lib/gdb.exp (inferior_spawn_id): New global.
10533 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10534 spawn id after processing the user code.
10535 (default_gdb_start): Set inferior_spawn_id.
10536 (send_inferior): New procedure.
10537 * lib/gdbserver-support.exp (gdbserver_start): Set
10538 inferior_spawn_id.
10539 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10540
10541 2015-04-07 Pedro Alves <palves@redhat.com>
10542
10543 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10544 * lib/gdbserver-support.exp (gdbserver_start): Make
10545 $server_spawn_id global.
10546 (gdbserver_start): Don't wait for gdbserver's spawn id with
10547 expect_background.
10548 (close_gdbserver): New procedure.
10549 (gdb_exit): Rename the default version and reimplement.
10550
10551 2015-04-07 Pedro Alves <palves@redhat.com>
10552
10553 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
10554 append the substituted item, not the original item.
10555
10556 2015-04-07 Pedro Alves <palves@redhat.com>
10557
10558 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10559 gdb_expect.
10560
10561 2015-04-07 Pedro Alves <palves@redhat.com>
10562
10563 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10564 output appearing once only.
10565
10566 2015-04-07 Pedro Alves <palves@redhat.com>
10567
10568 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10569 that doesn't expect anything. Return early if running to main
10570 fails.
10571
10572 2015-04-07 Yao Qi <yao.qi@linaro.org>
10573
10574 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10575 (child_function): Call alarm.
10576 (main): Move call to alarm into the loop.
10577 * gdb.threads/non-stop-fair-events.exp: Build program with
10578 -DTIMEOUT=$timeout.
10579
10580 2015-04-06 Doug Evans <xdje42@gmail.com>
10581
10582 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10583 Fix dest parameter to board_info.
10584 (fpc_compile): Ditto.
10585 (gdb_compile_pascal): Rename dest arg to destfile.
10586
10587 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10588
10589 * gdb.ada/funcall_ref.exp: New file.
10590 * gdb.ada/funcall_ref/foo.adb: New file.
10591
10592 2015-04-02 Yao Qi <yao.qi@linaro.org>
10593
10594 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10595 is remote.
10596
10597 2015-04-02 Gary Benson <gbenson@redhat.com>
10598
10599 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10600
10601 2015-04-01 Sasha Smundak <asmundak@google.com>
10602
10603 * gdb.python/py-unwind-maint.c: New file.
10604 * gdb.python/py-unwind-maint.exp: New test.
10605 * gdb.python/py-unwind-maint.py: New file.
10606 * gdb.python/py-unwind.c: New file.
10607 * gdb.python/py-unwind.exp: New test.
10608 * gdb.python/py-unwind.py: New test.
10609
10610 2015-04-01 Pedro Alves <palves@redhat.com>
10611
10612 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10613 to fail instead of non-existent $test.
10614
10615 2015-04-01 Pedro Alves <palves@redhat.com>
10616
10617 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10618 GDBFLAGS if not empty.
10619
10620 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10621
10622 * gdb.ada/complete.exp: Remove "multi_line".
10623 * gdb.ada/info_exc.exp: Remove "multi_line".
10624 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10625 * gdb.ada/ptype_field.exp: Remove "multi_line".
10626 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10627 * gdb.ada/tagged.exp: Remove "multi_line".
10628 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10629 [multi_line ...]
10630 * gdb.btrace/delta.exp: Likewise.
10631 * gdb.btrace/exception.exp: Likewise.
10632 * gdb.btrace/function_call_history.exp: Likewise.
10633 * gdb.btrace/instruction_history.exp: Likewise.
10634 * gdb.btrace/nohist.exp: Likewise.
10635 * gdb.btrace/record_goto.exp: Likewise.
10636 * gdb.btrace/segv.exp: Likewise.
10637 * gdb.btrace/stepi.exp: Likewise.
10638 * gdb.btrace/tailcall.exp: Likewise.
10639 * gdb.btrace/unknown_functions.exp: Likewise.
10640 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10641 * lib/gdb.exp: Add the "multi_line" helper.
10642
10643 2015-04-01 Pedro Alves <palves@redhat.com>
10644
10645 * gdb.threads/tid-reuse.c: New file.
10646 * gdb.threads/tid-reuse.exp: New file.
10647
10648 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10649
10650 PR corefiles/16092
10651 * gdb.base/coredump-filter.c: New file.
10652 * gdb.base/coredump-filter.exp: Likewise.
10653
10654 2015-03-27 Petr Machata <pmachata@redhat.com>
10655
10656 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10657 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10658 (Dwarf::assemble): Initialize them.
10659 (Dwarf::lines): New function.
10660
10661 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10662
10663 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10664 SYMBOL_PREFIX for x86_64-*-cygwin.
10665
10666 2015-03-26 Andy Wingo <wingo@igalia.com>
10667
10668 PR symtab/18148
10669 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10670 const_value but not a location.
10671 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10672 location defined in non-main CUs are visible.
10673
10674 2015-03-26 Yao Qi <yao.qi@linaro.org>
10675
10676 PR testsuite/18139
10677 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10678 Add a line number entry for the same line.
10679 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10680 Add a line number entry for the same line.
10681
10682 2015-03-26 Yao Qi <yao.qi@linaro.org>
10683
10684 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10685 .int 0.
10686 (func): Likewise. Add .Lfunc_1 label.
10687 Use .Lfunc_1 label.
10688 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10689 .int 0.
10690 (func): Likewise.
10691 Use .Lfunc_1 label.
10692
10693 2015-03-26 Yao Qi <yao.qi@linaro.org>
10694
10695 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10696 Call gdb_compile instead to compile each .s files without debug
10697 information.
10698
10699 2015-03-26 Yao Qi <yao.qi@linaro.org>
10700
10701 * gdb.base/savedregs.exp (process_saved_regs): Make
10702 "Saved registers:" optional in the pattern.
10703
10704 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10705
10706 * gdb.btrace/next.exp: Merged into step.exp.
10707 * gdb.btrace/finish.exp: Merged into step.exp.
10708 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10709 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10710 "record goto" and checking the exact replay position.
10711 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10712 check for "Recording format" in "info record" output.
10713 * gdb.btrace/record_goto.exp: Choose test file based on target.
10714 * gdb.btrace/x86-record_goto.S: Renamed into ...
10715 * gdb.btrace/x86_64-record_goto.S: ... this.
10716 * gdb.btrace/i686-record_goto.S: New.
10717 * gdb.btrace/x86-tailcall.S: Renamed into ...
10718 * gdb.btrace/x86_64-tailcall.S: ... this.
10719 * gdb.btrace/i686-tailcall.S: New.
10720 * gdb.btrace/x86-tailcall.c: Renamed into ...
10721 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10722 separate statements. Update test.
10723 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10724 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10725 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10726 * gdb.btrace/tailcall.exp: Choose test file based on target.
10727 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10728
10729 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10730
10731 * gdb.btrace/exception.exp: Increase BTS buffer size.
10732
10733 2015-03-24 Pedro Alves <palves@redhat.com>
10734
10735 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10736
10737 2015-03-24 Pedro Alves <palves@redhat.com>
10738
10739 * gdb.threads/schedlock.exp (test_step): No longer expect that
10740 "set scheduler-locking step" with "next" over a function call runs
10741 threads unlocked.
10742
10743 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10744
10745 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10746
10747 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10748
10749 PR breakpoints/16466
10750 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10751 * gdb.mi/mi-pending.c (thread_func): New function.
10752 (int main): Add threading support required.
10753 * gdb.mi/mi-pending.exp: Add tests for this issue.
10754 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10755 (pendfunc2): Remove stdio dependency.
10756 * gdb.mi/mi-pendshr2.c: New file.
10757
10758 2015-03-23 Keith Seitz <keiths@redhat.com>
10759
10760 * gdb.linespec/keywords.c: New file.
10761 * gdb.linespec/keywords.exp: New file.
10762
10763 2015-03-23 Keith Seitz <keiths@redhat.com>
10764
10765 PR gdb/18021
10766 * gdb.dwarf2/staticvirtual.exp: New test.
10767
10768 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10769
10770 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10771 * README: Remove HP-UX and gdb.hp.
10772 (configuration):
10773 * configure: Regenerate.
10774 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10775 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10776 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10777 gdb.hp/gdb.defects/Makefile.
10778 * gdb.hp/Makefile.in: File deleted.
10779 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10780 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10781 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10782 * gdb.hp/gdb.aCC/run.c: File deleted.
10783 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10784 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10785 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10786 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10787 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10788 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10789 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10790 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10791 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10792 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10793 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10794 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10795 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10796 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10797 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10798 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10799 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10800 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10801 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10802 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10803 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10804 * gdb.hp/gdb.compat/average.c: File deleted.
10805 * gdb.hp/gdb.compat/sum.c: File deleted.
10806 * gdb.hp/gdb.compat/xdb.c: File deleted.
10807 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10808 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10809 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10810 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10811 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10812 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10813 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10814 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10815 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10816 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10817 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10818 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10819 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10820 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10821 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10822 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10823 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10824 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10825 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10826 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10827 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10828 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10829 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10830 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10831 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10832 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10833 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10834 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10835 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10836 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10837 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10838 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10839 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10840 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10841 * gdb.hp/tools/odump: File deleted.
10842
10843 2015-03-19 Pedro Alves <palves@redhat.com>
10844
10845 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10846 (saw_thread_3): New globals.
10847 (top level): Increment them when an event for the corresponding
10848 thread is seen.
10849 (no thread starvation): New test.
10850
10851 2015-03-19 Pedro Alves <palves@redhat.com>
10852
10853 * gdb.threads/continue-pending-status.c: New file.
10854 * gdb.threads/continue-pending-status.exp: New file.
10855
10856 2015-03-18 Pedro Alves <palves@redhat.com>
10857
10858 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10859 Use gdb_is_target_remote instead of is_remote. Use
10860 gdb_test_multiple instead of gdb_expect. Exit early if
10861 gdb_test_multiple hits its internal matches. Tighten stepi tests
10862 expected output. Fail on exit with any signal, instead of just
10863 SIGILL.
10864
10865 2015-03-18 Yao Qi <yao.qi@linaro.org>
10866
10867 PR tdep/18107
10868 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10869 variable.
10870 * gdb.base/catch-syscall.exp: Don't skip it on
10871 aarch64*-*-linux* target. Remove elements in all_syscalls.
10872 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10873 target.
10874 (setup_all_syscalls): New proc.
10875
10876 2015-03-16 Yao Qi <yao.qi@linaro.org>
10877
10878 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10879 (top level): Skip tests if valid_addr_p returns false for
10880 $cmd1 or $cmd2.
10881
10882 2015-03-11 Andy Wingo <wingo@igalia.com>
10883
10884 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10885
10886 2015-03-11 Yao Qi <yao.qi@linaro.org>
10887
10888 * gdb.base/catch-syscall.exp: Fix typo in comments.
10889
10890 2015-03-11 Yao Qi <yao.qi@linaro.org>
10891
10892 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10893
10894 2015-03-09 Pedro Alves <palves@redhat.com>
10895
10896 * dg-extract-results.py: Delete.
10897
10898 2015-03-09 Pedro Alves <palves@redhat.com>
10899
10900 Merge dg-extract-results.sh from GCC upstream (r218843).
10901
10902 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10903 * dg-extract-results.sh: Use --text with grep to avoid issues with
10904 binary files. Fall back to cat -v, if that doesn't work.
10905
10906 2015-03-05 Pedro Alves <palves@redhat.com>
10907
10908 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10909
10910 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10911
10912 * lib/mi-support.exp (mi_expect_interrupt): Accept
10913 alternative event for when in all-stop mode.
10914
10915 2015-03-04 Pedro Alves <palves@redhat.com>
10916
10917 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10918
10919 2015-03-04 Mark Kettenis <kettenis@gnu.org>
10920
10921 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10922
10923 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10924
10925 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10926 regexps for GDB's current line display, accept a hex address
10927 preceding the line number.
10928
10929 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10930
10931 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10932 the 'arch1' variable for "s390*-linux*" targets.
10933
10934 2015-03-04 Pedro Alves <palves@redhat.com>
10935
10936 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10937 (main): Pass missing retval argument to pthread_join call.
10938
10939 2015-03-02 Pedro Alves <palves@redhat.com>
10940
10941 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10942 (top level): Call do_test with non-stop as well.
10943
10944 2015-03-02 Pedro Alves <palves@redhat.com>
10945
10946 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10947 -1.
10948
10949 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10950
10951 * gdb.arch/s390-vregs.exp: New test.
10952 * gdb.arch/s390-vregs.S: New file.
10953
10954 2015-02-27 Pedro Alves <palves@redhat.com>
10955
10956 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10957 call to catch_command_errors.
10958 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10959 catch_command_errors.
10960
10961 2015-02-27 Pedro Alves <palves@redhat.com>
10962
10963 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10964 "true" for boolean result.
10965 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10966 prototype of main.
10967
10968 2015-02-27 Pedro Alves <palves@redhat.com>
10969
10970 * lib/unbuffer_output.c: New file.
10971 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10972 (main): Call gdb_unbuffer_output.
10973
10974 2015-02-27 Yao Qi <yao.qi@linaro.org>
10975
10976 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10977 target.
10978
10979 2015-02-26 Doug Evans <dje@google.com>
10980
10981 * gdb.cp/class2.cc (Dbase, D): New classes.
10982 (main): New local delta.
10983 * gdb.cp/class2.exp: Test printing delta.
10984 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10985 (dynbar): New global.
10986 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10987
10988 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10989
10990 * gdb.compile/compile-ifunc.c: New file.
10991 * gdb.compile/compile-ifunc.exp: New file.
10992
10993 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10994
10995 * gdb.base/structs.exp: Check for correct struct on finish.
10996
10997 2015-02-26 Yao Qi <yao.qi@linaro.org>
10998
10999 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11000 is zero.
11001
11002 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11003
11004 * gdb.arch/cordic.ko.bz2: New file.
11005 * gdb.arch/cordic.ko.debug.bz2: New file.
11006 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11007
11008 2015-02-25 Yao Qi <yao.qi@linaro.org>
11009
11010 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11011 aarch64*-*-* target.
11012
11013 2015-02-23 Pedro Alves <palves@redhat.com>
11014
11015 * lib/gdb.exp (delete_breakpoints): Rewrite using
11016 gdb_test_multiple.
11017
11018 2015-02-23 Pedro Alves <palves@redhat.com>
11019
11020 * gdb.base/info-os.c: Include stdlib.h.
11021
11022 2015-02-22 Doug Evans <xdje42@gmail.com>
11023
11024 PR symtab/17855
11025 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11026 is read after symbols have been re-read.
11027 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11028 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11029
11030 2015-02-21 Doug Evans <dje@google.com>
11031
11032 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11033
11034 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11035
11036 PR corefiles/17808
11037 * gdb.arch/i386-biarch-core.core.bz2: New file.
11038 * gdb.arch/i386-biarch-core.exp: New file.
11039
11040 2015-02-21 Pedro Alves <palves@redhat.com>
11041
11042 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11043 runto_main fails.
11044
11045 2015-02-20 Pedro Alves <palves@redhat.com>
11046
11047 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11048 info probes.
11049
11050 2015-02-20 Pedro Alves <palves@redhat.com>
11051
11052 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11053
11054 2015-02-20 Pedro Alves <palves@redhat.com>
11055
11056 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11057 clean_restart before gdb_target_supports_trace.
11058
11059 2015-02-20 Pedro Alves <palves@redhat.com>
11060
11061 PR threads/18006
11062 * gdb.threads/clone-thread_db.c: New file.
11063 * gdb.threads/clone-thread_db.exp: New file.
11064
11065 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11066
11067 PR breakpoints/16812
11068 * gdb.base/catch-gdb-caused-signals.c: New file.
11069 * gdb.base/catch-gdb-caused-signals.exp: New file.
11070
11071 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11072
11073 * configure: Regenerated.
11074 * configure.ac: Use GDB_AC_TRANSFORM.
11075 * aclocal.m4: sinclude ../transform.m4.
11076
11077 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11078
11079 * lib/dtrace.exp: New file.
11080 * gdb.base/dtrace-probe.exp: Likewise.
11081 * gdb.base/dtrace-probe.d: Likewise.
11082 * gdb.base/dtrace-probe.c: Likewise.
11083 * lib/pdtrace.in: Likewise.
11084 * configure.ac: Output variables with the transformed names of
11085 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11086 * configure: Regenerated.
11087
11088 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11089
11090 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11091 expected message when trying to access $_probe_* convenience
11092 variables while not on a probe.
11093
11094 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11095
11096 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11097
11098 2015-02-11 Pedro Alves <pedro@codesourcery.com>
11099
11100 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11101 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11102
11103 2015-02-10 Doug Evans <xdje42@gmail.com>
11104
11105 * lib/gdb.exp (gdb_load): Always return a result.
11106
11107 2015-02-10 Pedro Alves <palves@redhat.com>
11108
11109 * gdb.threads/signal-sigtrap.c: New file.
11110 * gdb.threads/signal-sigtrap.exp: New file.
11111
11112 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11113
11114 * gdb.trace/no-attach-trace.c: New file.
11115 * gdb.trace/no-attach-trace.exp: New file.
11116
11117 2015-02-09 Mark Wielaard <mjw@redhat.com>
11118
11119 * gdb.dwarf2/atomic.c: New file.
11120 * gdb.dwarf2/atomic-type.exp: Likewise.
11121
11122 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11123
11124 * gdb.btrace/buffer-size.exp: Update "info record" output.
11125 * gdb.btrace/delta.exp: Update "info record" output.
11126 * gdb.btrace/enable.exp: Update "info record" output.
11127 * gdb.btrace/finish.exp: Update "info record" output.
11128 * gdb.btrace/instruction_history.exp: Update "info record" output.
11129 * gdb.btrace/next.exp: Update "info record" output.
11130 * gdb.btrace/nexti.exp: Update "info record" output.
11131 * gdb.btrace/step.exp: Update "info record" output.
11132 * gdb.btrace/stepi.exp: Update "info record" output.
11133 * gdb.btrace/nohist.exp: Update "info record" output.
11134
11135 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11136
11137 * gdb.btrace/buffer-size: New.
11138
11139 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11140
11141 * gdb.btrace/delta.exp: Update "info record" output.
11142 * gdb.btrace/enable.exp: Update "info record" output.
11143 * gdb.btrace/finish.exp: Update "info record" output.
11144 * gdb.btrace/instruction_history.exp: Update "info record" output.
11145 * gdb.btrace/next.exp: Update "info record" output.
11146 * gdb.btrace/nexti.exp: Update "info record" output.
11147 * gdb.btrace/step.exp: Update "info record" output.
11148 * gdb.btrace/stepi.exp: Update "info record" output.
11149 * gdb.btrace/nohist.exp: Update "info record" output.
11150
11151 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11152
11153 PR gdb/15678
11154 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11155
11156 2015-02-06 Pedro Alves <palves@redhat.com>
11157
11158 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11159 macro.
11160 (seconds_left, again): New globals.
11161 (main): Wait seconds_left in a 1-second sleep loop instead of
11162 sleeping 180 seconds. If 'again' is set, reset the seconds
11163 counter.
11164 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11165 'again' in the inferior before detaching. Print the seconds left.
11166 (options): New global.
11167 (top level): Build program with -DTIMEOUT=$timeout.
11168
11169 2015-02-06 Pedro Alves <palves@redhat.com>
11170
11171 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11172 determine how many seconds to pass to 'alarm'.
11173 * gdb.base/gdb-sigterm.exp (top level): Build program with
11174 -DTIMEOUT=$timeout.
11175 (do_test): Return success/failure indication. Add more verbose
11176 logging. Don't fail if 200 single steps are seen. Instead, fail
11177 when the test times out.
11178 (passes): New global.
11179 (top level): Break the testing loop if testing fails on any
11180 iteration. Use gdb_assert.
11181
11182 2015-02-04 Don Breazeal <donb@codesourcery.com>
11183
11184 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11185 and initialize them.
11186 (ipc_cleanup): New function.
11187 (main): Don't declare shmid, semid, and msqid. Add a call to
11188 atexit so that we call ipc_cleanup on exit.
11189
11190 2015-02-04 Pedro Alves <palves@redhat.com>
11191
11192 * boards/native-extended-gdbserver.exp: Remove any target variant
11193 specifications from the board name before clearing the isremote
11194 flag from board_info.
11195
11196 2015-01-31 Doug Evans <xdje42@gmail.com>
11197
11198 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11199
11200 2015-01-31 Gary Benson <gbenson@redhat.com>
11201
11202 * gdb.base/completion.exp: Disable completion limiting for
11203 existing tests. Add new tests to check completion limiting.
11204 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11205
11206 2015-01-31 Doug Evans <xdje42@gmail.com>
11207
11208 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11209
11210 2015-01-31 Doug Evans <xdje42@gmail.com>
11211
11212 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11213 entries. Duplicate file section script entries.
11214 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11215 inlined entries. Add test for safe-path rejection.
11216 * gdb.python/py-section-script.c: Add duplicate inlined section script
11217 entries. Duplicate file section script entries.
11218 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11219 inlined entries. Add test for safe-path rejection.
11220
11221 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11222
11223 * gdb.ada/disc_arr_bound: New testcase.
11224
11225 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11226
11227 * gdb.ada/mi_var_array: New testcase.
11228
11229 2015-01-27 Doug Evans <dje@google.com>
11230
11231 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11232 Add test for objfile.filename, objfile.username after objfile
11233 has been unloaded.
11234
11235 2015-01-26 Joel Brobecker <brobecker@adacore.com>
11236
11237 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11238 the second test to print the name attribute of value
11239 returned by the call to gdb.lookup_type, and adjust
11240 the expected output accordingly.
11241
11242 2015-01-25 Mark Wielaard <mjw@redhat.com>
11243
11244 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11245 * gdb.base/disp-step-fork.c: Include unistd.h.
11246 * gdb.base/siginfo-obj.c: Include stdio.h.
11247 * gdb.base/siginfo-thread.c: Likewise.
11248 * gdb.mi/non-stop.c: Include unistd.h.
11249 * gdb.mi/nsthrexec.c: Include stdio.h.
11250 * gdb.mi/pthreads.c: Include unistd.h.
11251 * gdb.modula2/unbounded1.c (main): Declare returns int.
11252 * gdb.reverse/consecutive-reverse.c: Likewise.
11253 * gdb.threads/create-fail.c: Include unistd.h.
11254 * gdb.threads/killed.c: Likewise.
11255 * gdb.threads/linux-dp.c: Likewise.
11256 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11257 * gdb.threads/non-ldr-exc-2.c: Likewise.
11258 * gdb.threads/non-ldr-exc-3.c: Likewise.
11259 * gdb.threads/non-ldr-exc-4.c: Likewise.
11260 * gdb.threads/pthreads.c: Include unistd.h.
11261 (main): Declare returns int.
11262 * gdb.threads/tls-main.c (foo): New declaration.
11263 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11264
11265 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11266
11267 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11268 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11269
11270 2015-01-15 Mark Wielaard <mjw@redhat.com>
11271
11272 * gdb.base/noreturn-return.c: New file.
11273 * gdb.base/noreturn-return.exp: New file.
11274 * gdb.base/noreturn-finish.c: New file.
11275 * gdb.base/noreturn-finish.exp: New file.
11276
11277 2015-01-23 Pedro Alves <palves@redhat.com>
11278
11279 * gdb.threads/continue-pending-after-query.c: New file.
11280 * gdb.threads/continue-pending-after-query.exp: New file.
11281
11282 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11283 Simon Marchi <simon.marchi@ericsson.com>
11284
11285 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11286 * gdb.base/valgrind-db-attach.exp: Same.
11287 * gdb.base/valgrind-infcall.exp: Same.
11288 * lib/mi-support.exp (default_mi_gdb_start): Same.
11289 * lib/prompt.exp (default_prompt_gdb_start): Same.
11290 * lib/gdb.exp (default_gdb_spawn): Same.
11291 (gdb_interact): New.
11292
11293
11294 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11295
11296 * gdb.compile/compile.exp (pointer to jit function): New test.
11297
11298 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
11299
11300 * lib/gdb.exp (supports_process_record): Return true for
11301 powerpc*-*-linux*.
11302 (supports_reverse): Likewise.
11303
11304 2015-01-15 Don Breazeal <donb@codesourcery.com>
11305
11306 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11307 instead of checking whether the target board is remote and
11308 use spawn_wait_for_attach instead of exec/sleep.
11309 * gdb.base/attach-twice.exp: Likewise.
11310
11311 2015-01-15 Joel Brobecker <brobecker@adacore.com>
11312
11313 * gdb.ada/var_arr_attrs: New testcase.
11314
11315 2015-01-14 Pedro Alves <palves@redhat.com>
11316 Joel Brobecker <brobecker@adacore.com>
11317
11318 PR gdb/17525
11319 * gdb.base/bp-cmds-execution-x-script.c: New file.
11320 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11321 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11322
11323 2015-01-14 Pedro Alves <palves@redhat.com>
11324
11325 PR cli/17828
11326 * gdb.base/batch-preserve-term-settings.c: New file.
11327 * gdb.base/batch-preserve-term-settings.exp: New file.
11328
11329 2015-01-13 Doug Evans <dje@google.com>
11330
11331 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11332 binary.
11333
11334 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11335
11336 * Makefile.in (clean mostlyclean): Do not delete *.py.
11337
11338 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11339
11340 * gdb.python/py-lookup-type.exp: New file.
11341
11342 2015-01-12 Pedro Alves <palves@redhat.com>
11343
11344 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11345 restore GDBFLAGS before returning.
11346
11347 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11348
11349 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11350 is_amd64_regs_target and is_x86_like_target.
11351
11352 2015-01-11 Doug Evans <xdje42@gmail.com>
11353
11354 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11355 is given without an explicit form.
11356 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11357 attributes.
11358 * gdb.dwarf/corrupt.exp: Ditto.
11359 * gdb.dwarf2/enum-type.exp: Ditto.
11360 * gdb.trace/entry-values.exp: Ditto.
11361 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11362
11363 2015-01-11 Doug Evans <xdje42@gmail.com>
11364
11365 PR gdb/15830
11366 * gdb.base/maint.exp: Remove references to "maint demangle".
11367 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11368 Add tests for explicitly specifying language to demangle.
11369 * gdb.dlang/demangle.exp: Ditto.
11370
11371 2015-01-09 Pedro Alves <palves@redhat.com>
11372
11373 * gdb.threads/non-stop-fair-events.c: New file.
11374 * gdb.threads/non-stop-fair-events.exp: New file.
11375
11376 2015-01-09 Pedro Alves <palves@redhat.com>
11377
11378 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11379 the global scope. Set a breakpoint after all threads are started
11380 rather than stepping over two source lines. Expect the prompt.
11381 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11382 global.
11383 (NUM): Now 15.
11384 (main): Use threads_started_barrier to wait for all threads to
11385 start. Main thread no longer calls thread_function. Exit after
11386 180 seconds.
11387 (loop): New function.
11388 (thread_function): Wait on threads_started_barrier barrier. Call
11389 'loop' at each iteration.
11390 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11391 threads have started, instead of hardcoding number of "next"
11392 steps. Use an access watchpoint instead of a write watchpoint.
11393
11394 2015-01-09 Pedro Alves <palves@redhat.com>
11395
11396 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11397 (thread_func): Wait on barrier.
11398 (main): Wait for all threads to start before stopping GDB.
11399 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11400 global.
11401 (thread1_func, thread2_func): Wait on barrier.
11402 (main): Wait for all threads to start before stopping GDB.
11403 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11404 New global.
11405 (thread1_func, thread2_func): Wait on barrier.
11406 (main): Wait for all threads to start before stopping GDB.
11407
11408 2015-01-09 Pedro Alves <palves@redhat.com>
11409
11410 * gdb.threads/attach-many-short-lived-threads.c: New file.
11411 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11412
11413 2014-01-09 Pedro Alves <palves@redhat.com>
11414
11415 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11416 instead of to thread 2.
11417 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11418 Add barrier around each pthread_create call instead of around all
11419 calls.
11420 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11421 Set a break on thread_function and have the child threads hit it
11422 one at at a time.
11423
11424 2015-01-09 Pedro Alves <palves@redhat.com>
11425
11426 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11427 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11428 false.
11429 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11430 checking whether the target board is remote.
11431 * gdb.multi/multi-attach.exp: Likewise.
11432 * gdb.python/py-sync-interp.exp: Likewise.
11433 * gdb.server/ext-attach.exp: Likewise.
11434 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11435 tests that need to attach, instead of checking whether the target
11436 board is remote at the top of the file.
11437
11438 2015-01-08 Yao Qi <yao@codesourcery.com>
11439
11440 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11441
11442 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11443
11444 Fix testcase compilation.
11445 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11446
11447 2015-01-06 Joel Brobecker <brobecker@adacore.com>
11448
11449 * gdb.python/py-type.exp: Add a couple test about empty
11450 array creation, and negative-length array creation.
11451
11452 2015-01-02 Doug Evans <xdje42@gmail.com>
11453
11454 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11455
11456 2015-01-02 Doug Evans <dje@google.com>
11457
11458 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11459
11460 2014-12-29 Yao Qi <yao@codesourcery.com>
11461
11462 * gdb.trace/entry-values.exp: Update comments. Rename variable
11463 bar_call_foo to returned_from_foo.
11464
11465 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11466
11467 PR gdb/17394
11468 * gdb.linespec/break-asm-file.c: New file.
11469 * gdb.linespec/break-asm-file.exp: New file.
11470 * gdb.linespec/break-asm-file0.s: New file.
11471 * gdb.linespec/break-asm-file1.s: New file.
11472
11473 2014-12-18 Nigel Stephens <nigel@mips.com>
11474 Maciej W. Rozycki <macro@codesourcery.com>
11475
11476 * gdb.base/float.exp: Handle the new output from "info float" on
11477 MIPS targets.
11478
11479 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11480
11481 Fix MinGW compilation.
11482 * gdb.compile/compile-ops.exp: Update untested message if
11483 !skip_compile_feature_tests.
11484 * gdb.compile/compile-setjmp.exp: Likewise.
11485 * gdb.compile/compile-tls.exp: Likewise.
11486 * gdb.compile/compile.exp: Likewise.
11487 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11488 supported on this host".
11489
11490 2014-12-16 Doug Evans <xdje42@gmail.com>
11491
11492 * boards/stabs.exp: New file.
11493
11494 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11495
11496 * gdb.base/completion.exp: Adjust to format changes of "maint
11497 print user-registers".
11498
11499 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
11500
11501 PR server/17457
11502 * gdb.arch/aarch64-fp.c: New file.
11503 * gdb.arch/aarch64-fp.exp: New file.
11504
11505 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11506
11507 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11508 r210637, r210913, r211666, r215400, r215817).
11509
11510 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11511 * dg-extract-results.py: New file.
11512 * dg-extract-results.sh: Use it if the environment seems
11513 suitable.
11514
11515 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11516
11517 * dg-extract-results.py (parse_run): Handle warnings that
11518 are printed before a test harness is run.
11519
11520 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11521
11522 * dg-extract-results.py (Named): Remove __cmp__ method.
11523 (output_variation): Use a key to sort variation.harnesses.
11524
11525 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11526
11527 * dg-extract-results.py: For Python 3, force sys.stdout to
11528 handle surrogate escape sequences.
11529 (safe_open): New function.
11530 (output_segment, main): Use it.
11531
11532 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11533
11534 * dg-extract-results.py (Prog.result_re): Include options
11535 in test name.
11536
11537 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11538
11539 * dg-extract-results.py (output_variation): Always sort if
11540 do_sum.
11541
11542 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11543
11544 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11545 as long as we get pagination notifications.
11546
11547 2014-12-15 Jason Merrill <jason@redhat.com>
11548
11549 * Makefile.in (check-gdb.%): Restore.
11550 * README: Mention it.
11551
11552 2014-12-13 Joel Brobecker <brobecker@adacore.com>
11553
11554 * gdb.ada/str_uninit: New testcase.
11555
11556 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11557
11558 PR symtab/17642
11559 * gdb.base/vla-stub-define.c: New file.
11560 * gdb.base/vla-stub.c: New file.
11561 * gdb.base/vla-stub.exp: New file.
11562
11563 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11564 Jan Kratochvil <jan.kratochvil@redhat.com>
11565 Tom Tromey <tromey@redhat.com>
11566
11567 * configure.ac: Add gdb.compile/.
11568 * configure: Regenerate.
11569 * gdb.compile/Makefile.in: New file.
11570 * gdb.compile/compile-ops.exp: New file.
11571 * gdb.compile/compile-ops.c: New file.
11572 * gdb.compile/compile-tls.c: New file.
11573 * gdb.compile/compile-tls.exp: New file.
11574 * gdb.compile/compile-constvar.S: New file.
11575 * gdb.compile/compile-constvar.c: New file.
11576 * gdb.compile/compile-mod.c: New file.
11577 * gdb.compile/compile-nodebug.c: New file.
11578 * gdb.compile/compile-setjmp-mod.c: New file.
11579 * gdb.compile/compile-setjmp.c: New file.
11580 * gdb.compile/compile-setjmp.exp: New file.
11581 * gdb.compile/compile-shlib.c: New file.
11582 * gdb.compile/compile.c: New file.
11583 * gdb.compile/compile.exp: New file.
11584 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11585
11586 2014-12-12 Tom Tromey <tromey@redhat.com>
11587
11588 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11589 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11590
11591 2014-12-12 Doug Evans <dje@google.com>
11592
11593 * lib/gdb-python.exp (get_python_valueof): New function.
11594 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11595
11596 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11597
11598 * gdb.base/completion.exp: Add test for completion of "info
11599 registers ".
11600
11601 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11602
11603 * gdb.base/func-ptrs.c: New file.
11604 * gdb.base/func-ptrs.exp: New file.
11605
11606 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11607
11608 PR breakpoints/17012
11609 * gdb.base/dprintf-detach.c: New file.
11610 * gdb.base/dprintf-detach.exp: New file.
11611
11612 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11613
11614 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11615 * lib/gdb.exp (target_is_gdbserver): New procedure.
11616
11617 2014-12-08 Doug Evans <dje@google.com>
11618
11619 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11620
11621 2014-12-05 Yao Qi <yao@codesourcery.com>
11622
11623 * gdb.guile/scm-error.exp: Remove the third argument to
11624 gdb_remote_download.
11625 * gdb.guile/scm-frame-args.exp: Likewise.
11626 * gdb.guile/scm-section-script.exp: Likewise.
11627
11628 2014-12-05 Yao Qi <yao@codesourcery.com>
11629
11630 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11631
11632 2014-12-04 Doug Evans <dje@google.com>
11633
11634 * gdb.python/py-objfile.exp: Add tests for
11635 objfile.add_separate_debug_file.
11636
11637 2014-12-04 Doug Evans <dje@google.com>
11638
11639 * lib/gdb.exp (get_build_id): New function.
11640 (build_id_debug_filename_get): Rewrite to use it.
11641 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11642
11643 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11644
11645 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11646 `method(long)', not just 0x0.
11647 * gdb.cp/nsalias.exp: Align code labels to 4.
11648 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11649 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11650 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11651 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11652 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11653 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11654
11655 2014-12-02 Doug Evans <dje@google.com>
11656
11657 PR symtab/17602
11658 * gdb.cp/anon-ns.cc: Move guts of this file to ...
11659 * gdb.cp/anon-ns2.cc: ... here. New file.
11660 * gdb.cp/anon-ns.exp: Update.
11661
11662 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
11663
11664 * gdb.python/py-events.py (inferior_call_handler): New.
11665 (register_changed_handler, memory_changed_handler): New.
11666 (test_events.invoke): Register new handlers.
11667 * gdb.python/py-events.exp: Add tests for inferior call,
11668 memory_changed and register_changed events.
11669
11670 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11671
11672 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11673 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11674 if the linker doesn't understand this.
11675
11676 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11677
11678 * gdb.python/python.exp: Change expected reply to help().
11679
11680 2014-12-01 Yao Qi <yao@codesourcery.com>
11681
11682 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11683 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11684 * configure: Re-generated.
11685
11686 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11687
11688 * gdb.cp/chained-calls.cc: New file.
11689 * gdb.cp/chained-calls.exp: New file.
11690 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11691
11692 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11693
11694 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11695 * gdb.dwarf2/symtab-producer.exp: Same.
11696 * gdb.gdb/python-interrupts.exp: Same.
11697 * gdb.gdb/python-selftest.exp: Same.
11698 * gdb.python/py-linetable.exp: Same.
11699 * gdb.python/py-type.exp: Same.
11700 * gdb.python/py-value-cc.exp: Same.
11701 * gdb.python/py-value.exp: Same.
11702
11703 2014-11-28 Yao Qi <yao@codesourcery.com>
11704
11705 * gdb.base/break-probes.exp: Match library name prefixed with
11706 sysroot.
11707
11708 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11709
11710 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11711 test expected output. Add parentheses for the call to print.
11712 Remove L suffix from integers.
11713
11714 2014-11-26 Doug Evans <dje@google.com>
11715
11716 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11717
11718 2014-11-22 Yao Qi <yao@codesourcery.com>
11719
11720 * gdb.trace/entry-values.c: Remove asms.
11721 (foo): Add foo_label.
11722 (bar): Add bar_label.
11723 * gdb.trace/entry-values.exp: Remove code computing foo's
11724 length and bar's length.
11725 (Dwarf::assemble): Invoke function_range for bar and use
11726 MACRO_AT_func for foo.
11727
11728 2014-11-22 Yao Qi <yao@codesourcery.com>
11729
11730 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11731 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11732 Use .Lgcc43_procstart instead of gcc43.
11733
11734 2014-11-21 Joel Brobecker <brobecker@adacore.com>
11735
11736 * gdb.ada/n_arr_bound: New testcase.
11737
11738 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11739
11740 PR breakpoints/10737
11741 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11742 test_catch_syscall_multi_arch.
11743 (test_catch_syscall_multi_arch): New function.
11744
11745 2014-11-20 Doug Evans <xdje42@gmail.com>
11746
11747 * gdb.base/maint.exp: Update expected output.
11748
11749 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11750
11751 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11752 4-byte instruction on S390.
11753
11754 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11755
11756 * gdb.ada/arr_arr: New testcase.
11757
11758 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11759
11760 * gdb.ada/pkd_arr_elem: New Testcase.
11761
11762 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
11763
11764 * gdb.reverse/break-precsave: Expect completion message for
11765 core file reads.
11766 * gdb.reverse/consecutive-precsave.exp: Likewise.
11767 * gdb.reverse/finish-precsave.exp: Likewise.
11768 * gdb.reverse/i386-precsave.exp: Likewise.
11769 * gdb.reverse/machinestate-precsave.exp: Likewise.
11770 * gdb.reverse/sigall-precsave.exp: Likewise.
11771 * gdb.reverse/solib-precsave.exp: Likewise.
11772 * gdb.reverse/step-precsave.exp: Likewise.
11773 * gdb.reverse/until-precsave.exp: Likewise.
11774 * gdb.reverse/watch-precsave.exp: Likewise.
11775
11776 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11777
11778 * gdb.base/bp-permanent.c: Include unistd.h.
11779 * gdb.python/py-framefilter-mi.c (main): Add return type.
11780 * gdb.python/py-framefilter.c (main): Likewise.
11781 * gdb.trace/actions-changed.c (main): Likewise.
11782
11783 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11784
11785 * gdb.mi/until.c: Add eye-catchers.
11786 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11787 line numbers.
11788
11789 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11790
11791 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11792 function header variants in break1.c.
11793 * gdb.base/ena-dis-br.exp: Likewise.
11794 * gdb.base/hbreak2.exp: Likewise.
11795 * gdb.reverse/until-precsave.exp: Drop references to removed
11796 non-prototype function header variants in ur1.c.
11797 * gdb.reverse/until-reverse.exp: Likewise.
11798
11799 2014-11-17 Petr Machata <pmachata@redhat.com>
11800
11801 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11802 ${_cu_offset_size} bytes abbrev offset.
11803
11804 2014-11-15 Doug Evans <xdje42@gmail.com>
11805
11806 PR symtab/17559
11807 * gdb.base/line-symtabs.exp: New file.
11808 * gdb.base/line-symtabs.c: New file.
11809 * gdb.base/line-symtabs.h: New file.
11810
11811 2014-11-14 Yao Qi <yao@codesourcery.com>
11812
11813 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11814 (func): Add label func_label.
11815 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11816 Replace low_pc and high_pc with MACRO_AT_range.
11817 Replace name, low_pc and high_pc with MACRO_AT_func.
11818
11819 2014-11-14 Yao Qi <yao@codesourcery.com>
11820
11821 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11822 Replace name, low_pc and high_pc with MACRO_AT_func.
11823
11824 2014-11-14 Yao Qi <yao@codesourcery.com>
11825
11826 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11827 produce debug information.
11828 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11829
11830 2014-11-14 Yao Qi <yao@codesourcery.com>
11831
11832 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11833 object and get function length.
11834 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11835 with MACRO_AT_func.
11836 (top-level): Replace gdb_compile and clean_restart with
11837 prepare_for_testing.
11838 * gdb.dwarf2/main.c (main): Add label main_label.
11839
11840 2014-11-14 Yao Qi <yao@codesourcery.com>
11841
11842 * lib/dwarf.exp (function_range): New procedure.
11843 (Dwarf::_handle_macro_at_func): New procedure.
11844 (Dwarf::_handle_macro_at_range): New procedure.
11845 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11846
11847 2014-11-14 Yao Qi <yao@codesourcery.com>
11848
11849 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11850 (_handle_attribute): New procedure.
11851
11852 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11853
11854 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11855 * gdb.base/call-sc.c (zed): Likewise.
11856 * gdb.base/checkpoint.c (main): Likewise.
11857 * gdb.base/dump.c (main): Likewise.
11858 * gdb.base/gcore.c (main): Likewise.
11859 * gdb.base/huge.c (main): Likewise.
11860 * gdb.base/multi-forks.c (main): Likewise.
11861 * gdb.base/pr10179-a.c (main): Likewise.
11862 * gdb.base/savedregs.c (main): Likewise.
11863 * gdb.base/sigaltstack.c (main): Likewise.
11864 * gdb.base/siginfo.c (main): Likewise.
11865 * gdb.base/structs.c (zed): Likewise.
11866 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11867 * gdb.mi/mi-syn-frame.c (main): Likewise.
11868 * gdb.mi/until.c (foo, main): Likewise.
11869 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11870 * gdb.base/solib-weak.c (foo): Declare.
11871 * gdb.base/attach-twice.c: Include stdio.h.
11872 * gdb.base/weaklib1.c: Likewise.
11873 * gdb.base/weaklib2.c: Likewise.
11874 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11875 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11876 unistd.h.
11877 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11878 * gdb.mi/mi-exit-code.c: Likewise.
11879 * gdb.base/break-interp-lib.c: Include string.h.
11880 * gdb.base/coremaker.c: Likewise.
11881 * gdb.base/testenv.c: Likewise.
11882 * gdb.python/py-finish-breakpoint.c: Likewise.
11883 * gdb.base/inferior-died.c: Include sys/wait.h.
11884 * gdb.base/fileio.c: Include time.h.
11885 * gdb.base/async-shell.c: Include unistd.h.
11886 * gdb.base/dprintf-non-stop.c: Likewise.
11887 * gdb.base/info-os.c: Likewise.
11888 * gdb.mi/mi-console.c: Likewise.
11889 * gdb.mi/watch-nonstop.c: Likewise.
11890 * gdb.python/py-events.c: Likewise.
11891 * gdb.base/async.c (baz): Move up before its invocation.
11892 * gdb.base/code_elim2.c (my_global_func): Likewise.
11893 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11894 * gdb.base/advance.c (func2): Likewise.
11895
11896 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11897
11898 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11899 variant.
11900 * gdb.base/annota3.c: Likewise.
11901 * gdb.base/async.c: Likewise.
11902 * gdb.base/average.c: Likewise.
11903 * gdb.base/call-ar-st.c: Likewise.
11904 * gdb.base/call-rt-st.c: Likewise.
11905 * gdb.base/call-sc.c: Likewise.
11906 * gdb.base/call-strs.c: Likewise.
11907 * gdb.base/ending-run.c: Likewise.
11908 * gdb.base/execd-prog.c: Likewise.
11909 * gdb.base/exprs.c: Likewise.
11910 * gdb.base/foll-exec.c: Likewise.
11911 * gdb.base/foll-fork.c: Likewise.
11912 * gdb.base/foll-vfork.c: Likewise.
11913 * gdb.base/funcargs.c: Likewise.
11914 * gdb.base/gcore.c: Likewise.
11915 * gdb.base/jump.c: Likewise.
11916 * gdb.base/langs0.c: Likewise.
11917 * gdb.base/langs1.c: Likewise.
11918 * gdb.base/langs2.c: Likewise.
11919 * gdb.base/mips_pro.c: Likewise.
11920 * gdb.base/nodebug.c: Likewise.
11921 * gdb.base/opaque0.c: Likewise.
11922 * gdb.base/opaque1.c: Likewise.
11923 * gdb.base/recurse.c: Likewise.
11924 * gdb.base/run.c: Likewise.
11925 * gdb.base/scope0.c: Likewise.
11926 * gdb.base/scope1.c: Likewise.
11927 * gdb.base/setshow.c: Likewise.
11928 * gdb.base/setvar.c: Likewise.
11929 * gdb.base/shmain.c: Likewise.
11930 * gdb.base/shr1.c: Likewise.
11931 * gdb.base/shr2.c: Likewise.
11932 * gdb.base/sigall.c: Likewise.
11933 * gdb.base/signals.c: Likewise.
11934 * gdb.base/so-indr-cl.c: Likewise.
11935 * gdb.base/solib2.c: Likewise.
11936 * gdb.base/structs.c: Likewise.
11937 * gdb.base/sum.c: Likewise.
11938 * gdb.base/vforked-prog.c: Likewise.
11939 * gdb.base/watchpoint.c: Likewise.
11940 * gdb.reverse/shr2.c: Likewise.
11941 * gdb.reverse/until-reverse.c: Likewise.
11942 * gdb.reverse/ur1.c: Likewise.
11943 * gdb.reverse/watch-reverse.c: Likewise.
11944
11945 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11946
11947 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11948 variant.
11949 * gdb.base/sepdebug.exp: Drop references to removed code.
11950
11951 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11952
11953 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11954 variant. Preserve original line numbering.
11955 * gdb.base/list1.c: Likewise.
11956
11957 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11958
11959 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11960 variant.
11961 * gdb.base/break1.c: Likewise.
11962 * gdb.base/break.exp: Drop references to removed code.
11963
11964 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11965
11966 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11967 variant.
11968
11969 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11970
11971 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11972
11973 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11974
11975 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11976 logic into perform_all_tests() and invoke it with and without
11977 function header prototypes.
11978 (do_function_calls): Remove conditional XFAIL for PR 5318.
11979 (rerun_and_prepare): Remove duplicate code.
11980 (perform_all_tests): New. Main logic moved here.
11981
11982 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11983
11984 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11985 code guarded by #ifdef NO_PROTOTYPES.
11986 (t_double_many_args): Likewise.
11987 (DEF_FUNC_MANY_ARGS_1): Likewise.
11988 (DEF_FUNC_VALUES_1): Likewise.
11989 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11990 guarded by #ifdef PROTOTYPES.
11991
11992 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11993
11994 * gdb.mi/mi-console.c: Add eye-catcher.
11995 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11996 instead of literal line number.
11997
11998 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11999
12000 * gdb.base/shr2.c: Add eye-catcher.
12001 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12002 line number.
12003
12004 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12005
12006 * gdb.base/jump.c: Add eye-catchers.
12007 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12008 numbers.
12009
12010 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12011
12012 * gdb.base/execd-prog.c: Add eye-catchers.
12013 * gdb.base/foll-exec.c: Likewise.
12014 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12015 line numbers.
12016
12017 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12018
12019 * gdb.base/ending-run.c: Add eye-catchers.
12020 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12021 literal line numbers.
12022
12023 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12024
12025 * gdb.base/call-rt-st.c: Add eye-catchers.
12026 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12027 literal line numbers.
12028
12029 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12030
12031 * gdb.base/call-ar-st.c: Add eye-catchers.
12032 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12033 literal line numbers.
12034
12035 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12036
12037 * gdb.base/average.c: Add eye-catchers.
12038 * gdb.base/sum.c: Likewise.
12039 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12040 regexps dynamically.
12041
12042 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12043
12044 * gdb.base/solib1.c: Add eye-catchers.
12045 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12046 literal line numbers.
12047
12048 2014-11-12 Pedro Alves <palves@redhat.com>
12049
12050 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12051 leader has exited.
12052
12053 2014-11-12 Pedro Alves <palves@redhat.com>
12054
12055 * gdb.arch/i386-bp_permanent.c: New file.
12056 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12057 (srcfile): Set to i386-bp_permanent.c.
12058 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12059 that stepi does not execute the 'leave' instruction, instead of
12060 testing it does execute.
12061 * gdb.base/bp-permanent.c: New file.
12062 * gdb.base/bp-permanent.exp: New file.
12063
12064 2014-11-10 Doug Evans <xdje42@gmail.com>
12065
12066 PR symtab/17564
12067 * gdb.base/symtab-search-order.exp: New file.
12068 * gdb.base/symtab-search-order.c: New file.
12069 * gdb.base/symtab-search-order-1.c: New file.
12070 * gdb.base/symtab-search-order-shlib-1.c: New file.
12071
12072 2014-11-07 Pedro Alves <palves@redhat.com>
12073
12074 PR gdb/17511
12075 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12076 i?86-*-linux*.
12077
12078 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12079
12080 PR c++/17494
12081 * gdb.cp/pr17494.cc: New file.
12082 * gdb.cp/pr17494.exp: New file.
12083
12084 2014-11-02 Yao Qi <yao@codesourcery.com>
12085
12086 * gdb.python/python.exp: Get working directory and match the
12087 output of "set extended-prompt \\w " with it.
12088
12089 2014-10-30 Doug Evans <dje@google.com>
12090
12091 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12092 in objfiles.
12093 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12094 in progspaces.
12095
12096 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
12097
12098 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12099 * gdb.base/realname-expand.exp: Likewise.
12100 * gdb.linespec/macro-relative.exp: Likewise.
12101
12102 2014-10-29 Pedro Alves <palves@redhat.com>
12103
12104 PR gdb/17408
12105 * gdb.threads/schedlock.c (some_function): New function.
12106 (call_function): New global.
12107 (MAYBE_CALL_SOME_FUNCTION): New macro.
12108 (thread_function): Call it.
12109 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12110 and use it instead of a global counter. Adjust all callers.
12111 (get_current_thread): Use "find current thread" for test message
12112 here rather than having all callers pass down the same string.
12113 (goto_loop): New procedure, factored out from ...
12114 (my_continue): ... this.
12115 (step_ten_loops): Change parameter from test message to command to
12116 use. Adjust.
12117 (list_count): Delete global.
12118 (check_result): New procedure, factored out from duplicate top
12119 level code.
12120 (continue tests): Wrap in with_test_prefix.
12121 (test_step): New procedure, factored out from duplicate top level
12122 code.
12123 (top level): Test "step" in combination with all scheduler-locking
12124 modes. Test "next" in combination with all scheduler-locking
12125 modes, and in combination with stepping over a function call or
12126 not.
12127 * gdb.threads/next-bp-other-thread.c: New file.
12128 * gdb.threads/next-bp-other-thread.exp: New file.
12129
12130 2014-10-29 Pedro Alves <palves@redhat.com>
12131
12132 PR python/17372
12133 * gdb.python/python.exp: Test a multi-line command that spawns
12134 interactive Python.
12135 * gdb.base/multi-line-starts-subshell.exp: New file.
12136
12137 2014-10-29 Yao Qi <yao@codesourcery.com>
12138
12139 * gdb.base/fileio.exp: Make directories on host.
12140
12141 2014-10-29 Yao Qi <yao@codesourcery.com>
12142
12143 * gdb.base/fileio.c (test_write): Close the file.
12144
12145 2014-10-28 Pedro Alves <palves@redhat.com>
12146
12147 PR gdb/12623
12148 * gdb.base/sigstep.c (no_handler): New global.
12149 (main): If 'no_handler is true, set the signal handlers to
12150 SIG_IGN.
12151 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12152 with_sw_watch and no_handler parameters. Handle them.
12153 (top level) <stepping over handler when stopped at a breakpoint
12154 test>: Add a test axis for testing with a software watchpoint, and
12155 another for testing with the signal handler set to SIG_IGN.
12156 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12157 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12158
12159 2014-10-28 Pedro Alves <palves@redhat.com>
12160
12161 PR gdb/17511
12162 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12163 * gdb.base/sigstep.exp (other_handler_location): New global.
12164 (advance): Support stepping into the signal handler, and running
12165 commands while in the handler.
12166 (in_handler_map): New global.
12167 (top level): In the advance test, add combinations for getting
12168 into the handler with stepping commands, and for running commands
12169 in the handler. Add comment descripting the advancei tests.
12170
12171 2014-10-28 Pedro Alves <palves@redhat.com>
12172
12173 * gdb.base/sigstep.exp: Use build_executable instead of
12174 prepare_for_testing.
12175 (top level): Move code that starts GDB, runs to main and creates a
12176 display to ...
12177 (restart): ... this new procedure.
12178 (top level): Move backtrace from signal handler test to ...
12179 (validate_backtrace): ... this new procedure.
12180 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12181 with_test_prefix. Always restart GDB.
12182 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12183 with_test_prefix. Always restart GDB. No need to delete
12184 breakpoints after the test.
12185 (test_skip_handler): Remove prefix parameter.
12186 (skip_over_handler, breakpoint_to_handler)
12187 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12188 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12189 restart GDB. No need to delete breakpoints after the test.
12190 (top level): Use foreach to call the test procedures with
12191 different commands.
12192
12193 2014-10-28 Pedro Alves <palves@redhat.com>
12194
12195 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12196 instead of GNATS numbers.
12197 * gdb.base/sigbpt.exp: Likewise.
12198 * gdb.base/siginfo.exp: Likewise.
12199 * gdb.base/sigstep.exp: Likewise.
12200
12201 2014-10-27 Pedro Alves <palves@redhat.com>
12202
12203 * gdb.base/sigstep.c (dummy): New global.
12204 (main): Issue a couple writes to the new global.
12205 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12206 procedures.
12207 (skip_over_handler): Use test_skip_handler.
12208 (top level): Call skip_over_handler for stepi and nexti too.
12209 (breakpoint_over_handler): Use test_skip_handler.
12210 (top level): Call breakpoint_over_handler for stepi and nexti too.
12211
12212 2014-10-27 Yao Qi <yao@codesourcery.com>
12213
12214 * gdb.trace/tfile.c (adjust_function_address)
12215 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12216 function descriptor.
12217
12218 2014-10-24 Don Breazeal <donb@codesourcery.com>
12219
12220 * gdb.base/foll-fork.exp (test_follow_fork,
12221 catch_fork_child_follow): Check for updated fork messages emitted
12222 from infrun.c.
12223 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12224 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12225 vfork_and_exec_child_follow_through_step): Check for updated vfork
12226 messages emitted from infrun.c.
12227
12228 2014-10-24 Pedro Alves <palves@redhat.com>
12229
12230 * gdb.base/corefile.exp: Remove references to ultrix.
12231 * gdb.base/interrupt.exp: Likewise.
12232 * gdb.base/whatis.exp: Likewise.
12233 * gdb.gdb/selftest.exp: Likewise.
12234 * gdb.threads/manythreads.exp: Likewise.
12235 * gdb.threads/print-threads.exp: Likewise.
12236 * gdb.threads/pthreads.exp:: Likewise.
12237 * gdb.threads/schedlock.exp: Likewise.
12238
12239 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12240
12241 * gdb.cp/non-trivial-retval.cc: Add a test case.
12242 * gdb.cp/non-trivial-retval.exp: Add a test.
12243
12244 2014-10-20 Yao Qi <yao@codesourcery.com>
12245
12246 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12247 * gdb.python/py-objfile-script-gdb.py: New file.
12248 * gdb.python/py-objfile-script.exp: Update reference to
12249 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12250 of remote_download. Remove the dest file.
12251
12252 2014-10-20 Yao Qi <yao@codesourcery.com>
12253
12254 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12255 * gdb.base/step-line.exp: Likewise.
12256 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12257 * gdb.dwarf2/dw2-basic.exp: Likewise.
12258 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12259 * gdb.dwarf2/dw2-filename.exp: Likewise.
12260 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12261 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12262 * gdb.dwarf2/dw2-producer.exp: Likewise.
12263 * gdb.dwarf2/mac-fileno.exp: Likewise.
12264 * gdb.python/py-frame-args.exp: Likewise.
12265 * gdb.python/py-framefilter.exp: Likewise.
12266 * gdb.python/py-mi.exp: Likewise.
12267 * gdb.python/py-objfile-script.exp: Likewise
12268 * gdb.python/py-pp-integral.exp: Likewise.
12269 * gdb.python/py-pp-re-notag.exp: Likewise.
12270 * gdb.python/py-prettyprint.exp: Likewise.
12271 * gdb.python/py-section-script.exp: Likewise.
12272 * gdb.python/py-typeprint.exp: Likewise.
12273 * gdb.python/py-xmethods.exp: Likewise.
12274 * gdb.stabs/weird.exp: Likewise.
12275 * gdb.xml/tdesc-regs.exp: Likewise.
12276
12277 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12278
12279 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12280 (out_cu): Use addr_len for the size of addresses.
12281 (out_line): Likewise. Size DW_LNE_set_address instruction
12282 according to addr_len.
12283 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12284 (FUNC): Add START_INSNS to definition.
12285
12286 2014-10-18 Yao Qi <yao@codesourcery.com>
12287
12288 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12289 gdb_has_argv0 return true.
12290 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12291 check [target_info exists noargs], check [gdb_has_argv0]
12292 instead.
12293 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12294 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12295 procedures.
12296
12297 2014-10-17 Doug Evans <dje@google.com>
12298
12299 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12300 event.
12301 * gdb.python/py-events.py: Add clear_objfiles event.
12302
12303 2014-10-17 Doug Evans <dje@google.com>
12304
12305 * gdb.python/py-objfile.exp: Test progspace attribute.
12306
12307 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
12308
12309 * gdb.guile/scm-breakpoint.exp: Do not assume any
12310 directory separators when matching source file paths.
12311 * gdb.python/py-breakpoint.exp: Likewise.
12312 * gdb.reverse/break-precsave.exp: Likewise.
12313 * gdb.reverse/break-reverse.exp: Likewise.
12314 * gdb.reverse/consecutive-precsave.exp: Likewise.
12315 * gdb.reverse/finish-precsave.exp: Likewise.
12316 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12317 * gdb.reverse/finish-reverse.exp: Likewise.
12318 * gdb.reverse/i386-precsave.exp: Likewise.
12319 * gdb.reverse/i387-env-reverse.exp: Likewise.
12320 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12321 * gdb.reverse/machinestate-precsave.exp: Likewise.
12322 * gdb.reverse/machinestate.exp: Likewise.
12323 * gdb.reverse/sigall-precsave.exp: Likewise.
12324 * gdb.reverse/solib-precsave.exp: Likewise.
12325 * gdb.reverse/step-precsave.exp: Likewise.
12326 * gdb.reverse/until-precsave.exp: Likewise.
12327 * gdb.reverse/watch-precsave.exp: Likewise.
12328 * gdb.reverse/watch-reverse.exp: Likewise.
12329
12330 2014-10-17 Yao Qi <yao@codesourcery.com>
12331
12332 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12333 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12334
12335 2014-10-17 Pedro Alves <palves@redhat.com>
12336
12337 PR gdb/17471
12338 * gdb.base/bg-execution-repeat.c: New file.
12339 * gdb.base/bg-execution-repeat.exp: New file.
12340
12341 2014-10-17 Pedro Alves <palves@redhat.com>
12342
12343 PR gdb/17300
12344 * gdb.base/continue-all-already-running.c: New file.
12345 * gdb.base/continue-all-already-running.exp: New file.
12346
12347 2014-10-17 Pedro Alves <palves@redhat.com>
12348
12349 PR gdb/17472
12350 * gdb.base/annota-input-while-running.c: New file.
12351 * gdb.base/annota-input-while-running.exp: New file.
12352
12353 2014-10-17 Pedro Alves <palves@redhat.com>
12354
12355 * gdb.base/callfuncs.exp: emove references to osf.
12356 * gdb.base/sigall.exp: Likewise.
12357 * gdb.gdb/selftest.exp: Likewise.
12358 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12359 * gdb.mi/non-stop.c: Likewise.
12360 * gdb.mi/pthreads.c: Likewise.
12361 * gdb.reverse/sigall-precsave.exp: Likewise.
12362 * gdb.reverse/sigall-reverse.exp: Likewise.
12363 * gdb.threads/pthreads.c: Likewise.
12364 * gdb.threads/pthreads.exp: Likewise.
12365
12366 2014-10-17 Yao Qi <yao@codesourcery.com>
12367
12368 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12369 check 'target_info exists noargs'.
12370 (test_command_prompt_position): Likewise.
12371 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12372 Remove "set args".
12373 (progvar_simple_while_test): Likewise.
12374 (progvar_complex_if_while_test): Likewise.
12375 (if_while_breakpoint_command_test): Likewise.
12376 (infrun_breakpoint_command_test): Likewise.
12377 (breakpoint_command_test): Likewise.
12378 (watchpoint_command_test): Likewise.
12379 (bp_deleted_in_command_test): Likewise.
12380 (temporary_breakpoint_commands): Likewise.
12381
12382 2014-10-16 Yao Qi <yao@codesourcery.com>
12383
12384 * gdb.base/remotetimeout.exp: Remove noargs checking.
12385
12386 2014-10-15 Pedro Alves <palves@redhat.com>
12387
12388 PR breakpoints/9649
12389 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12390 * gdb.base/breakpoint-in-ro-region.exp
12391 (probe_target_hardware_step): New procedure.
12392 (top level): Probe hardware stepping and hardware breakpoint
12393 support. Test stepping through a read-only region, with both
12394 "breakpoint auto-hw" on and off and both "always-inserted" on and
12395 off.
12396
12397 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12398
12399 * gdb.dlang/demangle.exp: Update for demangling changes.
12400
12401 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12402
12403 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12404 * gdb.cp/non-trivial-retval.exp: Add new tests.
12405
12406 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12407
12408 PR c++/13403
12409 PR c++/15154
12410 * gdb.cp/non-trivial-retval.cc: New file.
12411 * gdb.cp/non-trivial-retval.exp: New file.
12412
12413 2014-10-15 Yao Qi <yao@codesourcery.com>
12414
12415 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12416 remote host.
12417
12418 2014-10-15 Yao Qi <yao@codesourcery.com>
12419
12420 * gdb.python/py-symbol.exp: Match file base name if host is
12421 remote, otherwise match file name with dir name.
12422 * gdb.python/py-symtab.exp: Likewise.
12423 * gdb.python/python.exp: Likewise.
12424
12425 2014-10-15 Yao Qi <yao@codesourcery.com>
12426
12427 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12428 pattern.
12429 * gdb.python/py-symtab.exp: Likewise.
12430 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12431 locationn.
12432
12433 2014-10-14 Joel Brobecker <brobecker@adacore.com>
12434
12435 * gdb.ada/addr_arith: New testcase.
12436
12437 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12438
12439 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12440 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12441 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12442 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12443
12444 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12445
12446 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12447 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12448 * gdb.arch/stap-eval-lang-ada.exp: New file.
12449
12450 2014-10-14 Yao Qi <yao@codesourcery.com>
12451
12452 * gdb.mi/mi-var-child.c (nothing1): New function.
12453 (nothing2): New function.
12454 (do_children_tests): Set function pointers by nothing1 and
12455 nothing2.
12456 * gdb.mi/mi-var-child.exp: Step over new added statements.
12457 Update test to match the new output.
12458 * gdb.mi/var-cmd.c (nothing1): New function.
12459 (nothing2): New function.
12460 (do_children_tests): Set function pointers by nothing1 and
12461 nothing2.
12462 * gdb.mi/mi-var-display.exp: Update test to match output.
12463 Step to the line specified by $line_dct_nothing.
12464 Increase the number of lines to step.
12465
12466 2014-10-14 Yao Qi <yao@codesourcery.com>
12467
12468 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12469 tests.
12470 * gdb.mi/mi2-var-child.exp: Likewise.
12471
12472 2014-10-13 Doug Evans <dje@google.com>
12473
12474 * gdb.python/py-objfile.exp: Change name of file name test.
12475
12476 2014-10-13 Doug Evans <dje@google.com>
12477
12478 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12479 from the start of the CU.
12480
12481 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12482 Yao Qi <yao@codesourcery.com>
12483
12484 Fix "save breakpoints" for "catch" command.
12485 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12486 Remove -nonewline. Match also the added "main" line.
12487
12488 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12489
12490 Fix "save breakpoints" for "disable $bpnum" command.
12491 * gdb.base/save-bp.c (main): Add label.
12492 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12493
12494 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12495
12496 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12497
12498 2014-10-11 Yao Qi <yao@codesourcery.com>
12499
12500 * gdb.server/server-kill.exp: Execute command
12501 "set remote trace-status-packet on" before "tstatus".
12502
12503 2014-10-11 Yao Qi <yao@codesourcery.com>
12504
12505 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12506 (main): Call getppid.
12507 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12508 and continue to it. Read variable "server_pid".
12509
12510 2014-10-11 Yao Qi <yao@codesourcery.com>
12511
12512 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12513
12514 2014-10-11 Yao Qi <yao@codesourcery.com>
12515
12516 * gdb.threads/thread-find.exp: Don't execute command
12517 "info threads".
12518 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12519 * gdb.threads/linux-dp.exp: Don't check the condition
12520 $threads_created equals to zero.
12521
12522 2014-10-10 Pedro Alves <palves@redhat.com>
12523
12524 * gdb.base/bigcore.exp: Remove references to IRIX.
12525 * gdb.base/funcargs.exp: Likewise.
12526 * gdb.base/interrupt.exp: Likewise.
12527 * gdb.base/mips_pro.exp: Likewise.
12528 * gdb.base/nodebug.exp: Likewise.
12529 * gdb.base/setvar.exp: Likewise.
12530 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12531
12532 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12533 Pedro Alves <palves@redhat.com>
12534
12535 PR symtab/14466
12536 * gdb.base/vdso-warning.c: New file.
12537 * gdb.base/vdso-warning.exp: New file.
12538
12539 2014-10-02 Doug Evans <dje@google.com>
12540
12541 * gdb.base/structs.c (main): Don't run forever.
12542
12543 2014-10-02 Pedro Alves <palves@redhat.com>
12544
12545 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12546 (top level) <stop threads 1, stop threads 2>: Use it.
12547
12548 2014-10-02 Pedro Alves <palves@redhat.com>
12549
12550 * gdb.threads/break-while-running.exp (test): Add new
12551 'update_thread_list' argument. Skip "info threads" if false.
12552 (top level): Add new 'update_thread_list' axis.
12553
12554 2014-10-02 Pedro Alves <palves@redhat.com>
12555
12556 PR breakpoints/17431
12557 * gdb.base/execl-update-breakpoints.c: New file.
12558 * gdb.base/execl-update-breakpoints.exp: New file.
12559
12560 2014-10-01 Pedro Alves <palves@redhat.com>
12561
12562 * gdb.base/breakpoint-in-ro-region.c: New file.
12563 * gdb.base/breakpoint-in-ro-region.exp: New file.
12564
12565 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12566
12567 * gdb.mi/mi-exit-code.exp: New file.
12568 * gdb.mi/mi-exit-code.c: New file.
12569
12570 2014-09-30 Yao Qi <yao@codesourcery.com>
12571
12572 * lib/prelink-support.exp (build_executable_own_libs): Error if
12573 the target isn't native.
12574
12575 2014-09-30 Yao Qi <yao@codesourcery.com>
12576
12577 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12578 false.
12579
12580 2014-09-22 Pedro Alves <palves@redhat.com>
12581
12582 * gdb.threads/break-while-running.exp: New file.
12583 * gdb.threads/break-while-running.c: New file.
12584
12585 2014-09-19 Yao Qi <yao@codesourcery.com>
12586
12587 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12588 Invoke test. Restart GDB with --readnow and invoke test again.
12589
12590 2014-09-19 Yao Qi <yao@codesourcery.com>
12591
12592 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12593 proc set_breakpoint_on_gcd_function. Invoke
12594 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12595 invoke set_breakpoint_on_gcd_function again.
12596
12597 2014-09-18 Doug Evans <dje@google.com>
12598
12599 * gdb.dwarf2/symtab-producer.exp: New file.
12600
12601 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12602
12603 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12604 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12605 * gdb.base/global-var-nested-by-dso.c: Likewise.
12606 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12607
12608 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12609 Pedro Alves <palves@redhat.com>
12610
12611 * gdb.base/watch-bitfields.exp: Pass string other than test file
12612 name to prepare_for_testing.
12613 (watch): New procedure.
12614 (expect_watchpoint): Use with_test_prefix.
12615 (top level): Factor out tests to ...
12616 (test_watch_location, test_regular_watch): ... these new
12617 procedures, and use with_test_prefix and gdb_continue_to_end.
12618
12619 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12620
12621 PR breakpoints/12526
12622 * gdb.base/watch-bitfields.exp: New file.
12623 * gdb.base/watch-bitfields.c: New file.
12624
12625 2014-09-16 Pedro Alves <palves@redhat.com>
12626
12627 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12628 software and hardware addresses, not software address against
12629 itself.
12630
12631 2014-09-16 Pedro Alves <palves@redhat.com>
12632
12633 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12634 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12635
12636 2014-09-16 Pedro Alves <palves@redhat.com>
12637
12638 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12639 files.
12640 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12641 "*-*-vxworks*" throughout.
12642 * gdb.base/break.exp: Likewise.
12643 * gdb.base/default.exp: Likewise.
12644 * gdb.base/scope.exp: Likewise.
12645 * gdb.base/sepdebug.exp: Likewise.
12646 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12647 throughout.
12648 * gdb.base/run.c: Likewise.
12649 * gdb.base/sepdebug.c: Likewise.
12650 * gdb.hp/gdb.aCC/run.c: Likewise.
12651 * gdb.reverse/until-reverse.c: Likewise.
12652 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12653
12654 2014-09-16 Yao Qi <yao@codesourcery.com>
12655
12656 * boards/local-remote-host-native.exp: New file.
12657
12658 2014-09-14 Doug Evans <xdje42@gmail.com>
12659
12660 * gdb.threads/queue-signal.c (thread_count): New variable.
12661 (thread_count_mutex, thread_count_condvar): New variables.
12662 (incr_thread_count, wait_all_threads_running): New functions.
12663 (main): Wait for all threads to be in their thread functions.
12664
12665 2014-09-13 Doug Evans <xdje42@gmail.com>
12666
12667 * gdb.threads/queue-signal.c: New file.
12668 * gdb.threads/queue-signal.exp: New file.
12669
12670 2014-09-13 Doug Evans <xdje42@gmail.com>
12671
12672 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12673 be consistent with what default_gdb_init uses.
12674 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12675 the plain text of the prompt. Add some logging printfs.
12676 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12677
12678 2014-09-12 Pedro Alves <palves@redhat.com>
12679
12680 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12681 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12682 * gdb.arch/i386-size-overlap.exp: Likewise.
12683 * gdb.arch/i386-size.exp: Likewise.
12684 * gdb.arch/i386-unwind.exp: Likewise.
12685 * gdb.base/a2-run.exp: Likewise.
12686 * gdb.base/break.exp: Likewise.
12687 * gdb.base/charset.exp: Likewise.
12688 * gdb.base/chng-syms.exp: Likewise.
12689 * gdb.base/commands.exp: Likewise.
12690 * gdb.base/dbx.exp: Likewise.
12691 * gdb.base/find.exp: Likewise.
12692 * gdb.base/funcargs.exp: Likewise.
12693 * gdb.base/jit-simple.exp: Likewise.
12694 * gdb.base/reread.exp: Likewise.
12695 * gdb.base/sepdebug.exp: Likewise.
12696 * gdb.base/step-bt.exp: Likewise.
12697 * gdb.cp/mb-inline.exp: Likewise.
12698 * gdb.cp/mb-templates.exp: Likewise.
12699 * gdb.objc/basicclass.exp: Likewise.
12700 * gdb.threads/killed.exp: Likewise.
12701
12702 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12703
12704 PR tdep/17379
12705 * gdb.arch/powerpc-stackless.S: New file.
12706 * gdb.arch/powerpc-stackless.exp: New file.
12707
12708 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12709
12710 * gdb.base/attach.c: Include unistd.h.
12711 (main): Call alarm. Add label postloop.
12712 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12713 gdb_breakpoint, gdb_continue_to_breakpoint.
12714 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12715
12716 2014-09-11 Pedro Alves <palves@redhat.com>
12717
12718 PR gdb/17347
12719 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12720 * gdb.base/attach.exp (test_command_line_attach_run): New
12721 procedure.
12722 (top level): Call it.
12723
12724 2014-09-11 Pedro Alves <palves@redhat.com>
12725
12726 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12727 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12728 (do_command_attach_tests): Use spawn_wait_for_attach.
12729 * gdb.base/solib-overlap.exp: Likewise.
12730 * gdb.multi/multi-attach.exp: Likewise.
12731 * gdb.python/py-prompt.exp: Likewise.
12732 * gdb.python/py-sync-interp.exp: Likewise.
12733 * gdb.server/ext-attach.exp: Likewise.
12734
12735 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12736
12737 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12738 command in testcase. Simplify testcase.
12739
12740 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12741
12742 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12743
12744 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12745
12746 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12747
12748 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12749
12750 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12751
12752 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12753
12754 * gdb.dwarf2/dynarr-ptr.c: New file.
12755 * gdb.dwarf2/dynarr-ptr.exp: New file.
12756
12757 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12758
12759 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12760 of 30 rather than hardcoding 120 for a slow test case. Take the
12761 `gdb,timeout' target setting into account for this calculation.
12762 Don't extend the timeout for the test cases that don't need it.
12763
12764 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12765
12766 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12767 a factor of 2 for a slow test case. Take the `gdb,timeout'
12768 target setting into account for this calculation.
12769 * gdb.reverse/until-precsave.exp: Increase the timeout by
12770 a factor of 15 and 3 respectively rather than adding 120
12771 for a pair of slow test cases. Take the `gdb,timeout'
12772 target setting into account for this calculation.
12773
12774 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12775
12776 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12777 timeout, don't pass one down to gdb_expect.
12778 (gdb_expect): Rework timeout selection.
12779
12780 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12781
12782 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12783 exception on timeout.
12784 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12785 (gdbserver_start_extended): Catch any `gdbserver_start' error
12786 exceptions.
12787 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12788 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12789 `gdbserver_gdb_load' error exceptions.
12790
12791 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12792
12793 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12794 120 on waiting for the TCP socket to open.
12795
12796 2014-09-09 Doug Evans <xdje42@gmail.com>
12797
12798 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12799 _caller_matches, _any_caller_is, _any_caller_matches.
12800
12801 2014-09-09 Doug Evans <xdje42@gmail.com>
12802
12803 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12804
12805 2014-09-09 Yao Qi <yao@codesourcery.com>
12806
12807 * gdb.mi/mi-var-display.exp: Set print symbol off.
12808
12809 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12810
12811 PR gdb/17035
12812 * gdb.base/commands.exp: Add tests to verify user-defined
12813 commands with empty bodies.
12814 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12815 python commands in `show user command`.
12816 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12817 scheme commands in `show user command`.
12818
12819 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12820
12821 PR python/17355
12822 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12823 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12824 * gdb.python/py-framefilter-invalidarg.exp: New file.
12825 * gdb.python/py-framefilter-invalidarg.py: New file.
12826
12827 2014-09-06 Doug Evans <xdje42@gmail.com>
12828
12829 PR 15276
12830 * gdb.python/py-caller-is.c: New file.
12831 * gdb.python/py-caller-is.exp: New file.
12832
12833 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12834
12835 PR gdb/17235
12836 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12837 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12838
12839 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12840
12841 PR fortran/17237
12842 * gdb.fortran/print-formatted.exp: New file.
12843 * gdb.fortran/print-formatted.f90: Likewise.
12844
12845 2014-09-03 Sasha Smundak <asmundak@google.com>
12846
12847 * gdb.python/py-frame.exp: Test Frame.read_register.
12848
12849 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12850
12851 PR python/16699
12852 * gdb.python/py-completion.exp: New file.
12853 * gdb.python/py-completion.py: Likewise.
12854
12855 2014-08-28 Doug Evans <dje@google.com>
12856
12857 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12858 eax,etc. are live with values set by gdb and thus the compiler can't
12859 use them.
12860 * gdb.arch/i386-pseudo.c (main): Ditto.
12861
12862 2014-08-27 Doug Evans <dje@google.com>
12863
12864 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12865
12866 2014-08-25 Doug Evans <dje@google.com>
12867
12868 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12869 (main): Ditto.
12870
12871 2014-08-25 Doug Evans <dje@google.com>
12872
12873 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12874
12875 2014-08-24 Yao Qi <yao@codesourcery.com>
12876
12877 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12878 symbol off.
12879 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12880
12881 2014-08-22 Doug Evans <dje@google.com>
12882
12883 PR 17276
12884 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12885 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12886 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12887
12888 2014-08-22 Yao Qi <yao@codesourcery.com>
12889
12890 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12891 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12892 * gdb.python/python.exp: Likewise. Use .py file on the host
12893 instead of the build.
12894
12895 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12896
12897 * gdb.threads/gcore-stale-thread.c: New file.
12898 * gdb.threads/gcore-stale-thread.exp: New file.
12899
12900 2014-08-21 Pedro Alves <palves@redhat.com>
12901
12902 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12903 * gdb.base/gcore-relro-pie.exp: Likewise.
12904 * gdb.base/gcore-relro.exp: Likewise.
12905 * gdb.base/gcore.exp: Likewise.
12906 * gdb.base/print-symbol-loading.exp: Likewise.
12907 * gdb.threads/gcore-thread.exp: Likewise.
12908 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12909
12910 2014-08-20 Pedro Alves <palves@redhat.com>
12911 Jan Kratochvil <jan.kratochvil@redhat.com>
12912
12913 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12914 configure.
12915 (EXPECT): Handle READ1 being set.
12916 (all): Depend on EXTRA_RULES.
12917 (check-read1, expect-read1, read1.so, read1): New rules.
12918 * README (Testsuite Parameters): Document the READ1 make variable.
12919 (Race detection): New section.
12920 * configure: Regenerate.
12921 * configure.ac: If build==host==target, and running under a
12922 GNU/glibc system, add read1 to the extra Makefile rules.
12923 (EXTRA_RULES): AC_SUBST it.
12924 * lib/read1.c: New file.
12925
12926 2014-08-20 Joel Brobecker <brobecker@adacore.com>
12927
12928 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12929 the handling of variables declared as a typedef to an array
12930 which a DW_AT_data_location attribute.
12931
12932 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
12933 Pedro Alves <palves@redhat.com>
12934
12935 PR symtab/14604
12936 PR symtab/14605
12937 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12938 gdb_test.
12939
12940 2014-08-19 Pedro Alves <palves@redhat.com>
12941
12942 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12943
12944 2014-08-19 Yao Qi <yao@codesourcery.com>
12945
12946 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12947 right line.
12948
12949 2014-08-18 David Blaikie <dblaikie@gmail.com>
12950
12951 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12952
12953 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12954
12955 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12956 attribute in array range.
12957
12958 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12959
12960 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12961
12962 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12963
12964 PR c++/17132
12965 * gdb.cp/pr17132.cc: New file.
12966 * gdb.cp/pr17132.exp: New file.
12967
12968 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12969
12970 * gdb.python/py-xmethods.py (A_getarrayind)
12971 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12972 Use 'print' with function call syntax.
12973 (E_method_matcher.match): Fix tab vs space indentation mixup.
12974
12975 2014-08-15 Yao Qi <yao@codesourcery.com>
12976
12977 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12978 false.
12979
12980 2014-08-15 Yao Qi <yao@codesourcery.com>
12981
12982 * gdb.cp/casts.exp: Set print symbol off.
12983 * gdb.cp/class2.exp: Likewise.
12984 * gdb.cp/overload.exp: Likewise.
12985 * gdb.cp/templates.exp: Likewise.
12986
12987 2014-08-11 Doug Evans <dje@google.com>
12988
12989 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12990 (test_load_shlib): Update.
12991
12992 2014-08-09 Yao Qi <yao@codesourcery.com>
12993
12994 * gdb.base/display.exp: Invoke is_address_zero_readable.
12995 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12996 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12997 * gdb.base/hbreak-unmapped.exp: Return if
12998 is_address_zero_readable returns true.
12999 * gdb.base/signest.exp: Likewise.
13000 * gdb.base/signull.exp: Likewise.
13001 * gdb.base/sigbpt.exp: Likewise.
13002 * gdb.guile/scm-disasm.exp: Do the test if
13003 is_address_zero_readable returns false.
13004 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13005 * gdb.python/py-arch.exp: Likewise.
13006 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13007 * lib/gdb.exp (is_address_zero_readable): New proc.
13008
13009 2014-08-09 Yao Qi <yao@codesourcery.com>
13010
13011 PR testsuite/13443
13012 * gdb.mi/mi-var-display.exp: Make test messages unique.
13013
13014 2014-08-04 Tom Tromey <tromey@redhat.com>
13015
13016 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13017 target 0".
13018
13019 2014-08-04 Tom Tromey <tromey@redhat.com>
13020
13021 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13022 "target_resume".
13023
13024 2014-08-01 Joel Brobecker <brobecker@adacore.com>
13025
13026 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13027 inner_vla_struct_object_size.
13028 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13029 as xfail.
13030
13031 2014-07-30 Pedro Alves <palves@redhat.com>
13032
13033 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13034 comment.
13035
13036 2014-07-29 Yao Qi <yao@codesourcery.com>
13037
13038 PR gdb/17206
13039 * gdb.base/until-nodebug.exp: New.
13040
13041 2014-07-28 Doug Evans <xdje42@gmail.com>
13042
13043 PR guile/17203
13044 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13045 previously existing parameter, and previously ambiguously spelled
13046 parameter.
13047
13048 2014-07-28 Will Newton <will.newton@linaro.org>
13049
13050 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13051
13052 2014-07-26 Ludovic Courtès <ludo@gnu.org>
13053 Doug Evans <xdje42@gmail.com>
13054
13055 PR guile/17146
13056 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13057
13058 2014-07-25 Pedro Alves <palves@redhat.com>
13059
13060 * gdb.threads/signal-command-handle-nopass.c: New file.
13061 * gdb.threads/signal-command-handle-nopass.exp: New file.
13062 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13063 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13064 * gdb.threads/signal-delivered-right-thread.c: New file.
13065 * gdb.threads/signal-delivered-right-thread.exp: New file.
13066
13067 2014-07-25 Pedro Alves <palves@redhat.com>
13068
13069 * gdb.base/double-prompt-target-event-error.exp
13070 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13071 match.
13072 (cancel_pagination_in_target_event): Rework double prompt
13073 detection.
13074 * gdb.base/paginate-after-ctrl-c-running.exp
13075 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13076 <return>' match.
13077 * gdb.base/paginate-bg-execution.exp
13078 (test_bg_execution_pagination_return)
13079 (test_bg_execution_pagination_cancel): Remove '-notransfer
13080 <return>' matches.
13081 * gdb.base/paginate-execution-startup.exp
13082 (test_fg_execution_pagination_return)
13083 (test_fg_execution_pagination_cancel): Remove '-notransfer
13084 <return>' matches.
13085 * gdb.base/paginate-inferior-exit.exp
13086 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13087 match.
13088 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13089 * lib/gdb.exp (pagination_prompt): Run text through
13090 string_to_regexp.
13091 (gdb_test_multiple): Match $pagination_prompt instead of
13092 "<return>".
13093 (string_to_regexp): Move to lib/gdb-utils.exp.
13094
13095 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13096
13097 * gdb.arch/amd64-entry-value-paramref.S: New file.
13098 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13099 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13100 * gdb.arch/amd64-optimout-repeat.S: New file.
13101 * gdb.arch/amd64-optimout-repeat.c: New file.
13102 * gdb.arch/amd64-optimout-repeat.exp: New file.
13103
13104 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13105
13106 PR gdb/17170
13107 * gdb.base/statistics.exp: New file.
13108
13109 2014-07-17 Doug Evans <dje@google.com>
13110
13111 PR gdb/17170
13112 * gdb.base/maint.exp: Update testing of per-command stats.
13113
13114 2014-07-16 Pedro Alves <palves@redhat.com>
13115
13116 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13117 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13118 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13119 (tfile_write_buf): New functions.
13120 (add_memory_block): Rewrite using the above.
13121 (adjust_function_address): New function.
13122 (FUNCTION_ADDRESS): New macro.
13123 (write_basic_trace_file): Remove short_x local, and use
13124 tfile_write_16. Change type of func_addr local to unsigned long
13125 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13126 here. Cast argument of add_memory_block to char pointer.
13127 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13128 (main): Remove parameters.
13129 * gdb.trace/tfile.exp: Remove nowarnings.
13130
13131 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13132
13133 * gdb.base/debug-expr.exp: Test string evaluation with
13134 "debug expression" on.
13135
13136 2014-07-15 Pedro Alves <palves@redhat.com>
13137
13138 * gdb.base/reread.exp: Use clean_restart.
13139
13140 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13141
13142 * gdb.arch/avr-flash-qualifer.c: New.
13143 * gdb.arch/avr-flash-qualifer.exp: New.
13144
13145 2014-07-14 Pedro Alves <palves@redhat.com>
13146
13147 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13148 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13149
13150 2014-07-14 Pedro Alves <palves@redhat.com>
13151
13152 * gdb.base/double-prompt-target-event-error.c: New file.
13153 * gdb.base/double-prompt-target-event-error.exp: New file.
13154
13155 2014-07-14 Pedro Alves <palves@redhat.com>
13156
13157 PR gdb/17072
13158 * gdb.base/paginate-inferior-exit.c: New file.
13159 * gdb.base/paginate-inferior-exit.exp: New file.
13160
13161 2014-07-14 Pedro Alves <palves@redhat.com>
13162
13163 PR gdb/17072
13164 * gdb.base/paginate-bg-execution.c: New file.
13165 * gdb.base/paginate-bg-execution.exp: New file.
13166
13167 2014-07-14 Pedro Alves <palves@redhat.com>
13168
13169 PR gdb/17072
13170 * gdb.base/paginate-execution-startup.c: New file.
13171 * gdb.base/paginate-execution-startup.exp: New file.
13172 * lib/gdb.exp (pagination_prompt): New global.
13173 (default_gdb_spawn): New procedure, factored out from
13174 default_gdb_spawn.
13175 (default_gdb_start): Adjust to call default_gdb_spawn.
13176 (gdb_spawn): New procedure.
13177
13178 2014-07-14 Pedro Alves <palves@redhat.com>
13179
13180 * lib/gdb.exp (gdb_assert): New procedure.
13181 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13182
13183 2014-07-14 Pedro Alves <palves@redhat.com>
13184
13185 * gdb.base/execution-termios.c: New file.
13186 * gdb.base/execution-termios.exp: New file.
13187
13188 2014-07-14 Tom Tromey <tromey@redhat.com>
13189
13190 * gdb.cp/vla-cxx.cc: New file.
13191 * gdb.cp/vla-cxx.exp: New file.
13192
13193 2014-07-14 Tom Tromey <tromey@redhat.com>
13194
13195 * gdb.reverse/rerun-prec.c: New file.
13196 * gdb.reverse/rerun-prec.exp: New file.
13197
13198 2014-07-12 Maciej W. Rozycki <macro@mips.com>
13199 Maciej W. Rozycki <macro@codesourcery.com>
13200
13201 * lib/gdb-utils.exp: New file.
13202 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13203 inline `gdb_init_command' processing.
13204 (gdb_start_cmd): Likewise.
13205 * lib/mi-support.exp (mi_run_cmd): Likewise.
13206 * README: Document `gdb_init_command' and `gdb_init_commands'.
13207
13208 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13209
13210 Fix false FAIL running under a very long directory name.
13211 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13212 and "set print elements 10000". Twice.
13213
13214 2014-07-11 Yao Qi <yao@codesourcery.com>
13215
13216 * gdb.base/exprs.exp: "set print symbol off".
13217
13218 2014-07-11 Pedro Alves <palves@redhat.com>
13219
13220 * gdb.threads/kill.c: New file.
13221 * gdb.threads/kill.exp: New file.
13222
13223 2014-07-10 Yao Qi <yao@codesourcery.com>
13224
13225 * gdb.trace/tfile.c (write_basic_trace_file)
13226 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13227 address written to trace file.
13228
13229 2014-07-09 Pedro Alves <palves@redhat.com>
13230
13231 * gdb.base/attach-wait-input.exp: New file.
13232 * gdb.base/attach-wait-input.c: New file.
13233
13234 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13235
13236 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13237 setting up test structures.
13238 (main): Call new test function.
13239 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13240 test function, continue into test function and walk test
13241 structures.
13242
13243 2014-07-02 Yao Qi <yao@codesourcery.com>
13244
13245 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13246 'bar_start' at the beginning of functions 'foo' and 'bar'
13247 respectively.
13248 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13249 instead of 'foo' and 'bar'.
13250
13251 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13252
13253 * gdb.btrace/segv.exp: New.
13254 * gdb.btrace/segv.c: New.
13255
13256 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
13257
13258 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13259 instruction.
13260
13261 2014-06-30 Mark Wielaard <mjw@redhat.com>
13262
13263 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13264 vulture, vilify, villar): New volatile array constants.
13265 (vindictive, vegetation): New const volatile array constants.
13266 * gdb.base/volatile.exp: Test volatile and const volatile array
13267 types.
13268
13269 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13270
13271 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13272 target lacks support for awatch, rwatch, or hbreak.
13273
13274 2014-06-27 Yao Qi <yao@codesourcery.com>
13275
13276 * gdb.multi/dummy-frame-restore.exp: New.
13277 * gdb.multi/dummy-frame-restore.c: New.
13278
13279 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13280
13281 * gdb.btrace/gcore.exp: New.
13282
13283 2014-06-23 Pedro Alves <palves@redhat.com>
13284
13285 * gdb.base/watchpoint-reuse-slot.c: New file.
13286 * gdb.base/watchpoint-reuse-slot.exp: New file.
13287
13288 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13289
13290 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13291 progspace's filename in 'info', 'enable' and 'disable' command
13292 tests.
13293
13294 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13295
13296 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13297 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13298 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13299
13300 2014-06-20 Gary Benson <gbenson@redhat.com>
13301
13302 * gdb.arch/i386-avx.exp: Fix include file location.
13303 * gdb.arch/i386-sse.exp: Likewise.
13304
13305 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13306
13307 * gdb.dlang/expression.exp: New file.
13308
13309 2014-06-19 Pedro Alves <palves@redhat.com>
13310
13311 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13312 out from ...
13313 (top level): ... here. Iterate running tests under different
13314 scheduler-locking settings.
13315
13316 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
13317
13318 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13319 to DW_FORM_addr and use non-zero addresses.
13320
13321 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13322
13323 PR gdb/17017
13324 * gdb.python/py-xmethods.cc: Add global function call counters and
13325 increment them in their respective functions. Remove "cout"
13326 statements.
13327 * gdb.python/py-xmethods.exp: Make tests check the global function
13328 call counters instead of depending on inferior IO.
13329
13330 2014-06-18 Don Breazeal <donb@codesourcery.com>
13331
13332 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13333 Deleted procedure.
13334 (explicit_fork_parent_follow): Deleted procedure.
13335 (explicit_fork_child_follow): Deleted procedure.
13336 (test_follow_fork): New procedure.
13337 (do_fork_tests): Replace calls to deleted procedures with
13338 calls to test_follow_fork and reset GDB for subsequent
13339 procedure calls.
13340
13341 2014-06-17 Yao Qi <yao@codesourcery.com>
13342
13343 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13344 CP1252.
13345
13346 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
13347
13348 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13349 Initialize ptr and S explicitly.
13350 (skip_type_update_when_not_use_rtti_test): Likewise.
13351
13352 2014-06-16 Keith Seitz <keiths@redhat.com>
13353
13354 PR mi/15863
13355 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13356 the inferior is started.
13357
13358 2014-06-16 Pedro Alves <palves@redhat.com>
13359
13360 * gdb.base/break-main-file-remove-fail.c: New file.
13361 * gdb.base/break-main-file-remove-fail.exp: New file.
13362 * gdb.base/break-unload-file.exp: Use build_executable instead of
13363 prepare_for_testing.
13364 (test_break): New parameter "initial_load". Handle it.
13365 (top level): Add initial_load cmdline/file axis.
13366
13367 2014-06-12 Tom Tromey <tromey@redhat.com>
13368
13369 * gdb.base/completion.exp: Don't use directory name in test.
13370
13371 2014-06-09 Gary Benson <gbenson@redhat.com>
13372
13373 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13374 separate the always-available ANSI-standard signals from the
13375 signals that require checking.
13376 (main): Likewise.
13377 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13378 Likewise.
13379 (main): Likewise.
13380
13381 2014-06-07 Keith Seitz <keiths@redhat.com>
13382
13383 Revert:
13384 PR c++/16253
13385 * gdb.cp/var-tag.cc: New file.
13386 * gdb.cp/var-tag.exp: New file.
13387 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13388 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13389 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13390 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13391
13392 2014-06-06 Doug Evans <xdje42@gmail.com>
13393
13394 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13395
13396 2014-06-06 Pedro Alves <palves@redhat.com>
13397
13398 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13399 in target debug output instead of looking at RSP packets,
13400 disabling the test on any target that uses hardware stepping.
13401 Update comments.
13402
13403 2014-06-06 Pedro Alves <palves@redhat.com>
13404
13405 * gdb.base/break-unload-file.exp: Fix typo.
13406
13407 2014-06-06 Yao Qi <yao@codesourcery.com>
13408
13409 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13410 from "jit_function" to "^jit_function".
13411
13412 2014-06-06 Yao Qi <yao@codesourcery.com>
13413
13414 * gdb.base/async.c (foo): Add one statement.
13415 * gdb.base/async.exp: Get the next instruction address and
13416 match the output of "nexti" by instruction address. Match
13417 the hex address in the output of "finish".
13418
13419 2014-06-06 Gary Benson <gbenson@redhat.com>
13420
13421 * gdb.base/call-signals.c: Remove preprocessor conditionals
13422 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13423 SIGSEGV and SIGTERM.
13424 * gdb.base/sigall.c: Likewise.
13425 * gdb.base/unwindonsignal.c: Likewise.
13426 * gdb.reverse/sigall-reverse.c: Likewise.
13427
13428 2014-06-06 Yao Qi <yao@codesourcery.com>
13429
13430 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13431 readable, skip the test.
13432
13433 2014-06-06 Yao Qi <yao@codesourcery.com>
13434
13435 * gdb.threads/staticthreads.c (thread_function): Move the line
13436 setting breakpoint on forward.
13437 * gdb.threads/staticthreads.exp: Update comments.
13438
13439 2014-06-05 Ludovic Courtès <ludo@gnu.org>
13440
13441 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13442 "history-append! type error".
13443
13444 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13445
13446 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13447 erroneous dprintf expected input.
13448
13449 2014-06-04 Doug Evans <xdje42@gmail.com>
13450
13451 * gdb.guile/scm-generics.exp: Delete.
13452
13453 2014-06-04 Doug Evans <xdje42@gmail.com>
13454
13455 * gdb.guile/scm-breakpoint.exp: Update.
13456 Add tests for breakpoint registration.
13457
13458 2014-06-04 Tom Tromey <tromey@redhat.com>
13459
13460 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13461 VLA-in-union.
13462 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13463 inner_vla_struct, vla_union types. Initialize objects of those
13464 types and compute their sizes.
13465
13466 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13467 Hui Zhu <hui@codesourcery.com>
13468
13469 * gdb.base/fileio.exp: Add test for shell not available as well as
13470 available.
13471 * gdb.base/fileio.c (test_system): Check for shell twice.
13472
13473 2014-06-04 Yao Qi <yao@codesourcery.com>
13474
13475 * gdb.base/auto-connect-native-target.exp: Remove redundant
13476 space from the regexp pattern.
13477
13478 2014-06-04 Yao Qi <yao@codesourcery.com>
13479
13480 * gdb.base/default.exp: Replace "child" with "native" in
13481 regexp pattern.
13482
13483 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13484
13485 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13486 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13487 * gdb.python/py-xmethods.py: Python script supporting the
13488 new testcase and tests.
13489
13490 2014-06-03 Joel Brobecker <brobecker@adacore.com>
13491 Pedro Alves <palves@redhat.com>
13492
13493 PR breakpoints/17000
13494 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13495 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13496
13497 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13498
13499 * gdb.base/subst.exp: Add tests to verify partial path matching
13500 output.
13501
13502 2014-06-03 Pedro Alves <palves@redhat.com>
13503
13504 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13505 target that doesn't use software single-stepping.
13506
13507 2014-06-03 Pedro Alves <palves@redhat.com>
13508
13509 PR breakpoints/17000
13510 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13511 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13512
13513 2014-06-02 Doug Evans <xdje42@gmail.com>
13514
13515 * gdb.guile/scm-parameter.exp: New file.
13516
13517 2014-06-02 Doug Evans <xdje42@gmail.com>
13518
13519 * gdb.guile/scm-cmd.c: New file.
13520 * gdb.guile/scm-cmd.exp: New file.
13521
13522 2014-06-02 Doug Evans <xdje42@gmail.com>
13523
13524 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13525 pretty-printer lookup.
13526 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13527 (make-pp_s-printer): Call it.
13528 (make-pretty-printer-from-dict): New function.
13529 (lookup-pretty-printer-maker-from-dict): New function.
13530 (*pretty-printer*): Simplify.
13531 (make-objfile-pp_s-printer): New function.
13532 (install-objfile-pretty-printers!): New function.
13533 (make-progspace-pp_s-printer): New function.
13534 (install-progspace-pretty-printers!): New function.
13535 * gdb.guile/scm-progspace.c: New file.
13536 * gdb.guile/scm-progspace.exp: New file.
13537
13538 2014-06-02 Pedro Alves <palves@redhat.com>
13539
13540 * gdb.base/dprintf-bp-same-addr.c: New file.
13541 * gdb.base/dprintf-bp-same-addr.exp: New file.
13542
13543 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13544
13545 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13546 * gdb.arch/powerpc-power.s: Likewise.
13547
13548 2014-06-02 Joel Brobecker <brobecker@adacore.com>
13549
13550 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13551
13552 2014-06-01 Yao Qi <yao@codesourcery.com>
13553
13554 * gdb.base/watchpoint.exp (test_watch_location): Check null
13555 pointer can be dereferenced. If not, do the test, otherwise
13556 skip it.
13557
13558 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13559
13560 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13561 results.
13562 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13563
13564 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13565
13566 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13567 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13568 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13569 * gdb.arch/amd64-invalid-stack-top.c: New file.
13570 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13571
13572 2014-05-30 Pedro Alves <palves@redhat.com>
13573
13574 PR breakpoints/17000
13575 * gdb.base/sss-bp-on-user-bp.c: New file.
13576 * gdb.base/sss-bp-on-user-bp.exp: New file.
13577
13578 2014-05-30 David Blaikie <dblaikie@gmail.com>
13579
13580 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13581 gnu_inline semantics via attribute.
13582 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13583 source explicitly specifies the required semantics.
13584
13585 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13586
13587 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13588
13589 2014-05-29 Pedro Alves <palves@redhat.com>
13590 Tom Tromey <tromey@redhat.com>
13591
13592 * gdb.base/async-shell.exp: Don't enable target-async.
13593 * gdb.base/async.exp
13594 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13595 parameter. Adjust.
13596 (top level): Don't test with "target-async".
13597 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13598 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13599 * gdb.base/inferior-died.exp: Don't enable target-async.
13600 * gdb.base/interrupt-noterm.exp: Likewise.
13601 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13602 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13603 * gdb.mi/mi-nonstop.exp: Likewise.
13604 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13605 * gdb.mi/mi-nsintrall.exp: Likewise.
13606 * gdb.mi/mi-nsmoribund.exp: Likewise.
13607 * gdb.mi/mi-nsthrexec.exp: Likewise.
13608 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13609 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13610 * gdb.python/py-evsignal.exp: Don't enable target-async.
13611 * gdb.python/py-evthreads.exp: Likewise.
13612 * gdb.python/py-prompt.exp: Likewise.
13613 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13614 * gdb.server/solib-list.exp: Don't enable target-async.
13615 * gdb.threads/thread-specific-bp.exp: Likewise.
13616 * lib/mi-support.exp: Adjust to use mi-async.
13617
13618 2014-05-29 Pedro Alves <palves@redhat.com>
13619
13620 PR gdb/13860
13621 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13622 reason, even in sync mode.
13623
13624 2014-05-29 Pedro Alves <palves@redhat.com>
13625 Hui Zhu <hui@codesourcery.com>
13626
13627 PR PR15693
13628 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13629 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13630 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13631 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13632
13633 2014-05-28 Joel Brobecker <brobecker@adacore.com>
13634
13635 * config/monitor.exp (gdb_target_monitor): Replace use of
13636 "set remotebaud" by "set serial baud".
13637
13638 2014-05-26 Andy Wingo <wingo@igalia.com>
13639
13640 * gdb.guile/scm-breakpoint.exp:
13641 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13642 properties instead of gdb-object-properties.
13643
13644 2014-05-26 Yao Qi <yao@codesourcery.com>
13645
13646 * gdb.server/no-thread-db.exp: Specify source file name
13647 explicitly when setting a breakpoint.
13648
13649 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13650
13651 * gdb.btrace/vdso.c: New.
13652 * gdb.btrace/vdso.exp: New.
13653
13654 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13655
13656 * gdb.base/gcore.exp (capture_command_output): Move ...
13657 * lib/gdb.exp (capture_command_output): ... here.
13658
13659 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13660
13661 * gdb.btrace/data.exp: Test memory access during btrace replay.
13662
13663 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13664
13665 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13666
13667 2014-05-21 Pedro Alves <palves@redhat.com>
13668
13669 PR gdb/13860
13670 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13671 (top level): Test that output related to execution commands is
13672 sent to the console with CLI commands, but not with MI commands.
13673 Test that breakpoint events are always mirrored to the console.
13674 Also expect the new source line to be output after a "next" in
13675 async mode too. Make it a pass/fail test.
13676 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13677 output.
13678 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13679
13680 2014-05-21 Pedro Alves <palves@redhat.com>
13681
13682 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13683 Use them to test variations of "list" after reaching a breakpoint.
13684 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13685 Test "list" with listsize 10 after reaching a breakpoint.
13686 * gdb.python/python.exp (decode_line current location line
13687 number): Adjust expected line number.
13688
13689 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13690
13691 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13692 behavior for $args, pass it directly to "run".
13693
13694 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13695
13696 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13697 30000 to 65536.
13698
13699 2014-05-21 Pedro Alves <palves@redhat.com>
13700
13701 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13702 auto-connect-native-target off".
13703 * gdb.base/auto-connect-native-target.c: New file.
13704 * gdb.base/auto-connect-native-target.exp: New file.
13705
13706 2014-05-21 Pedro Alves <palves@redhat.com>
13707
13708 * gdb.base/default.exp: Test "target native" instead of "target
13709 child".
13710
13711 2014-05-21 Mark Wielaard <mjw@redhat.com>
13712
13713 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13714
13715 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13716
13717 Fix TLS access for -static -pthread.
13718 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13719 <HAVE_TLS> (thread_function, main): Initialize it.
13720 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13721 Add clean_restart.
13722 <$have_tls != "">: Check TLSVAR.
13723
13724 2014-05-21 Pedro Alves <palves@redhat.com>
13725
13726 * gdb.base/dcache-line-read-error.c: New.
13727 * gdb.base/dcache-line-read-error.exp: New.
13728
13729 2014-05-20 Pedro Alves <palves@redhat.com>
13730
13731 * gdb.base/compare-sections.c: New file.
13732 * gdb.base/compare-sections.exp: New file.
13733
13734 2014-05-20 Pedro Alves <palves@redhat.com>
13735
13736 * gdb.base/break-idempotent.c: New file.
13737 * gdb.base/break-idempotent.exp: New file.
13738
13739 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13740
13741 * gdb.btrace/nohist.exp: New.
13742
13743 2014-05-20 Yao Qi <yao@codesourcery.com>
13744
13745 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13746 gdb.reverse directory and gdb_reverse_timeout exists in board
13747 setting.
13748 * README: Document gdb_reverse_timeout.
13749
13750 2014-05-20 Yao Qi <yao@codesourcery.com>
13751
13752 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13753 'test_file_name'. Treat args as a string instead of a list.
13754 (gdb_init): Rename argument 'args' by 'test_file_name'.
13755
13756 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13757
13758 * gdb.arch/powerpc-power.exp: New file.
13759 * gdb.arch/powerpc-power.s: New file.
13760
13761 2014-05-16 Doug Evans <dje@google.com>
13762
13763 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
13764 * gdb.base/completion.exp: Check that all expected files exist
13765 before doing file completion.
13766
13767 2014-05-16 Doug Evans <dje@google.com>
13768
13769 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13770 Update.
13771 (do_syscall_tests_without_xml): Update.
13772
13773 2014-05-16 Pedro Alves <palves@redhat.com>
13774
13775 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13776 instead of "unknown output after running".
13777
13778 2014-05-16 Yao Qi <yao@codesourcery.com>
13779
13780 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13781 file1.txt from host at the end.
13782 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13783
13784 2014-05-15 Doug Evans <dje@google.com>
13785
13786 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13787 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13788 loading file. Add test for TU lookup.
13789
13790 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13791
13792 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13793 calling "-exec-arguments" or "set args" before running the
13794 inferior.
13795
13796 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13797
13798 * lib/mi-support.exp (mi_expect_stop): Expect message for
13799 inferiors that exit with non-zero exit code.
13800
13801 2014-05-14 Yao Qi <yao@codesourcery.com>
13802
13803 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13804 match absolute path on remote host.
13805 (test_file_list_exec_source_files): Remove "/" from the
13806 pattern.
13807
13808 2014-05-14 Yao Qi <yao@codesourcery.com>
13809
13810 * boards/local-remote-host-notty.exp (${board}_file): New
13811 proc.
13812
13813 2014-05-07 Kyle McMartin <kyle@redhat.com>
13814
13815 Pushed by Joel Brobecker <brobecker@adacore.com>.
13816 * gdb.arch/aarch64-atomic-inst.c: New file.
13817 * gdb.arch/aarch64-atomic-inst.exp: New file.
13818
13819 2014-05-07 Yao Qi <yao@codesourcery.com>
13820
13821 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13822 in current context" too.
13823
13824 2014-05-05 Keith Seitz <keiths@redhat.com>
13825
13826 * gdb.linespec/ls-dollar.exp: Add test for linespec
13827 file:convenience_variable.
13828
13829 2014-05-05 Yao Qi <yao@codesourcery.com>
13830
13831 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13832 traceframes into tfile and ctf trace files. Read data from
13833 trace file and test collected data.
13834 (gdb_collect_locals_test): Likewise.
13835 (gdb_unavailable_registers_test): Likewise.
13836 (gdb_unavailable_floats): Likewise.
13837 (gdb_collect_globals_test): Likewise.
13838 (top-level): Append "ctf" to trace_file_targets if GDB
13839 supports.
13840
13841 2014-05-05 Yao Qi <yao@codesourcery.com>
13842
13843 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13844 code to ...
13845 (gdb_collect_args_test_1): ... it. New proc.
13846 (gdb_collect_locals_test): Move some code to ...
13847 (gdb_collect_locals_test_1): ... it. New proc.
13848 (gdb_unavailable_registers_test): Move some code to ...
13849 (gdb_unavailable_registers_test_1): ... it. New proc.
13850 (gdb_unavailable_floats): Move some code to ...
13851 (gdb_unavailable_floats_1): ... it. New proc.
13852
13853 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13854
13855 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13856 probes to test for bitness recognition.
13857 * gdb.arch/amd64-stap-optional-prefix.exp
13858 (test_probe_value_without_reg): New procedure.
13859 Add code to test for different kinds of bitness.
13860
13861 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13862
13863 PR breakpoints/16889
13864 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13865 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13866
13867 2014-05-01 Pedro Alves <palves@redhat.com>
13868
13869 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13870 gdb_file_cmd if no file is specified.
13871 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13872 last_loaded_file to set the remote exec-file.
13873
13874 2014-05-01 Pedro Alves <palves@redhat.com>
13875
13876 * boards/local-remote-host.exp: New file.
13877
13878 2014-05-01 Pedro Alves <palves@redhat.com>
13879
13880 * boards/local-remote-host.exp: Rename to ...
13881 * boards/local-remote-host-notty.exp: ... this.
13882
13883 2014-04-28 Joel Brobecker <brobecker@adacore.com>
13884
13885 * gdb.ada/dyn_arrayidx: New testcase.
13886
13887 2014-04-26 Yao Qi <yao@codesourcery.com>
13888
13889 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13890 and compute the length of function main. Save it in
13891 $main_length.
13892 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13893 (top-level): Use gdb_compile to compile objects into
13894 executable and restart GDB. Remove invocation to
13895 prepare_for_testing.
13896
13897 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13898 Pedro Alves <palves@redhat.com>
13899
13900 PR server/16255
13901 * gdb.multi/multi-attach.c: New file.
13902 * gdb.multi/multi-attach.exp: New file.
13903
13904 2014-04-25 Pedro Alves <palves@redhat.com>
13905
13906 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13907 user.
13908 (top level): Test that "set remote conditional-breakpoints-packet
13909 off" works as intended.
13910 * gdb.base/dprintf.exp: Test that "set remote
13911 breakpoint-commands-packet off" works as intended.
13912 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13913 New function.
13914 (top level): Call it.
13915 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13916 remote fast-tracepoints-packet off" works as intended.
13917 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13918 * lib/gdb.exp (gdb_is_target_remote): ... here.
13919
13920 2014-04-24 David Blaikie <dblaikie@gmail.com>
13921
13922 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13923 ensure clang would not discard them.
13924 * gdb.base/gdbvars.c: Ditto.
13925 * gdb.base/memattr.c: Ditto.
13926 * gdb.base/whatis.c: Ditto.
13927 * gdb.python/py-prettyprint.c: Ditto.
13928 * gdb.trace/actions.c: Ditto.
13929 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13930 ensure clang would not discard it.
13931
13932 2014-04-24 David Blaikie <dblaikie@gmail.com>
13933
13934 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13935 clang to emit the full definition of type required by the test
13936 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13937
13938 2014-04-24 David Blaikie <dblaikie@gmail.com>
13939
13940 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13941 coax Clang into emitting the definition of the type.
13942 * gdb.cp/pr10728-x.h (y): Ditto.
13943 * gdb.cp/pr10728-y.cc (y): Ditto.
13944
13945 2014-04-24 David Blaikie <dblaikie@gmail.com>
13946
13947 * gdb.base/label.exp: XFAIL label related tests under Clang.
13948 * gdb.cp/cplabel.exp: Ditto.
13949 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13950 under Clang those using labels.
13951
13952 2014-04-25 Yao Qi <yao@codesourcery.com>
13953
13954 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13955 double_label.
13956 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13957 partial_label and double_label.
13958
13959 2014-04-24 David Blaikie <dblaikie@gmail.com>
13960
13961 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13962
13963 2014-04-24 David Blaikie <dblaikie@gmail.com>
13964
13965 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13966 of the function to work across GCC and Clang.
13967 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13968 pointer types (const void ** const V void **).
13969
13970 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
13971 Walfred Tedeschi <walfred.tedeschi@intel.com>
13972
13973 * Makefile.in (EXECUTABLES): Added i386-avx512.
13974 * gdb.arch/i386-avx512.c: New file.
13975 * gdb.arch/i386-avx512.exp: Likewise.
13976
13977 2014-04-23 Keith Seitz <keiths@redhat.com>
13978
13979 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13980 (mi_make_breakpoint_table): New procedure.
13981 (mi_create_breakpoint): Use mi_make_breakpoint
13982 and return the result.
13983 (mi_make_breakpoint): New procedure.
13984 (mi_build_kv_pairs): New procedure.
13985
13986 * gdb.mi/mi-break.exp: Remove unused globals,
13987 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13988 All callers updated.
13989 * gdb.mi/mi-dprintf.exp: Use variable to track command
13990 number.
13991 Update all callers of mi_create_breakpoint and use
13992 mi_make_breakpoint_table.
13993 Remove any unused global variables.
13994 * gdb.mi/mi-nonstop.exp: Likewise.
13995 * gdb.mi/mi-nsintrall.exp: Likewise.
13996 * gdb.mi/mi-nsmoribund.exp: Likewise.
13997 * gdb.mi/mi-nsthrexec.exp: Likewise.
13998 * gdb.mi/mi-reverse.exp: Likewise.
13999 * gdb.mi/mi-simplerun.exp: Likewise.
14000 * gdb.mi/mi-stepn.exp: Likewise.
14001 * gdb.mi/mi-syn-frame.exp: Likewise.
14002 * gdb.mi/mi-until.exp: Likewise.
14003 * gdb.mi/mi-var-cp.exp: Likewise.
14004 * gdb.mi/mi-var-display.exp: Likewise.
14005 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14006 * gdb.mi/mi2-var-child.exp: Likewise.
14007 * gdb.mi/mi-vla-c99.exp: Likewise.
14008 * lib/mi-support.exp: Likewise.
14009
14010 From Ian Lance Taylor <iant@cygnus.com>:
14011 * lib/gdb.exp (parse_args): New procedure.
14012
14013 2014-04-23 Pedro Alves <palves@redhat.com>
14014
14015 * gdb.base/break-unload-file.c: New file.
14016 * gdb.base/break-unload-file.exp: New file.
14017 * gdb.base/sym-file-lib.c (baz): New function.
14018 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14019 field.
14020 (load): Store the segment's mapped size.
14021 (unload): New function.
14022 (unload_shlib): New function.
14023 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14024 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14025 set a breakpoint at baz, and call it.
14026 * gdb.base/sym-file.exp: New tests for stale breakpoint
14027 instructions.
14028
14029 2014-04-23 Pedro Alves <palves@redhat.com>
14030
14031 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14032 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14033 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14034 * gdb.base/hbreak-unmapped.c: New file.
14035 * gdb.base/hbreak-unmapped.exp: New file.
14036 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14037 * lib/gdb.exp (gdb_is_target_remote): ... here.
14038
14039 2014-04-22 Pedro Alves <palves@redhat.com>
14040
14041 * gdb.base/consecutive-step-over.c: New file.
14042 * gdb.base/consecutive-step-over.exp: New file.
14043
14044 2014-04-22 Pedro Alves <palves@redhat.com>
14045
14046 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14047 instead of send_gdb/gdb_expect.
14048
14049 2014-04-22 Yao Qi <yao@codesourcery.com>
14050
14051 * lib/trace-support.exp (generate_tracefile): New procedure.
14052 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14053 return 0.
14054 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14055 if generate_tracefile returns 1.
14056
14057 2014-04-18 Tom Tromey <palves@redhat.com>
14058 Pedro alves <tromey@redhat.com>
14059
14060 PR backtrace/15558
14061 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14062 with a backtrace limit.
14063 * gdb.python/py-frame-inline.exp: Test running to an inline
14064 function with a backtrace limit, and printing the newest frame.
14065 * gdb.python/py-frame-inline.c (main): Call f.
14066
14067 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14068
14069 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14070
14071 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14072
14073 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14074 Drop prefix from unsupported source file path.
14075
14076 2014-04-17 Yao Qi <yao@codesourcery.com>
14077
14078 * lib/gdb.exp (with_target_charset): New proc.
14079 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14080 with_target_charset.
14081 (test_print_strings): Likewise.
14082 (test_repeat_bytes): Likewise.
14083 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14084 for some tests.
14085
14086 2014-04-16 Keith Seitz <keiths@redhat.com>
14087
14088 PR gdb/15827
14089 * gdb.dwarf2/corrupt.c: New file.
14090 * gdb.dwarf2/corrupt.exp: New file.
14091
14092 2014-04-16 Keith Seitz <keiths@redhat.com>
14093
14094 PR c++/16597
14095 * gdb.cp/namelessclass.cc: New file.
14096 * gdb.cp/namelessclass.exp: New file.
14097 * gdb.cp/namelessclass.S: New file.
14098
14099 2014-04-16 Doug Evans <dje@google.com>
14100
14101 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14102 Add comment.
14103 (gdbserver_default_get_comm_port): New function.
14104 (gdbserver_start): Check if board file provided
14105 "gdbserver,get_comm_port" and use it if so.
14106 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14107 (gdb,socketport): Set to "stdio".
14108 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14109 (stdio_gdbserver_template): Delete.
14110 (${board}_get_remote_address): Update.
14111 (${board}_build_remote_cmd): Delete.
14112 (${board}_get_comm_port): New function.
14113 (${board}_spawn): Update.
14114 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14115 Delete.
14116 (${board}_get_remote_address): Update.
14117 (${board}_get_comm_port): New function.
14118
14119 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
14120
14121 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14122 appearing in any order.
14123
14124 2014-04-15 Doug Evans <dje@google.com>
14125
14126 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14127 uninitialized value of "description".
14128
14129 2014-04-15 Keith Seitz <keiths@redhat.com>
14130
14131 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14132 Remove unused globals.
14133 (test_running_the_program): Likewise.
14134 (test_controlled_execution): Likewise.
14135 (test_controlling_breakpoints): Likewise.
14136 (test_program_termination): Likewise.
14137
14138 2014-04-15 Keith Seitz <keiths@redhat.com>
14139
14140 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14141 unused globals.
14142 (test_rbreak_creation_and_listing): Likewise.
14143 (test_ignore_count): Likewise.
14144 (test_error): Likewise.
14145
14146 2014-04-15 Pedro Alves <palves@redhat.com>
14147
14148 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14149 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14150 sym-file-loader.c.
14151 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14152 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14153 to sym-file-loader.c.
14154 (struct library): Forward declare.
14155 (load_shlib, lookup_function): Change prototypes.
14156 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14157 (translate_offset): Remove declarations.
14158 (get_text_addr): New declaration.
14159 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14160 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14161 sym-file-loader.h.
14162 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14163 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14164 here from sym-file-loader.h.
14165 (struct library): New structure.
14166 (load_shlib, lookup_function): Change prototypes and adjust to
14167 work with a struct library.
14168 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14169 (translate_offset): Make static.
14170 (get_text_addr): New function.
14171 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14172
14173 2014-04-15 Pedro Alves <palves@redhat.com>
14174
14175 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14176
14177 2014-04-15 Pedro Alves <palves@redhat.com>
14178
14179 * gdb.base/sym-file-loader.c: Include <limits.h>.
14180 (SELF_LINK): New define.
14181 (get_origin): New function.
14182 (load_shlib): Use it.
14183 * gdb.base/sym-file.exp: Don't early return if the target is
14184 remote. Use runto_main, and issue fail is that fails. Use
14185 gdb_load_shlibs.
14186 (shlib_name): Delete.
14187 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14188
14189 2014-04-15 Pedro Alves <palves@redhat.com>
14190
14191 * gdb.base/sym-file.exp: Remove regex characters from test
14192 message. Don't refer to breakpoint numbers in test messages.
14193
14194 2014-04-14 Keith Seitz <keiths@redhat.com>
14195
14196 PR c++/16253
14197 * gdb.cp/var-tag.cc: New file.
14198 * gdb.cp/var-tag.exp: New file.
14199 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14200 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14201 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14202 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14203
14204 2014-04-14 Tom Tromey <tromey@redhat.com>
14205
14206 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14207 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14208 type.
14209 * gdb.cp/enum-class.exp: New file.
14210 * gdb.cp/enum-class.cc: New file.
14211
14212 2014-04-14 Tom Tromey <tromey@redhat.com>
14213
14214 * gdb.dwarf2/enum-type.exp: New file.
14215
14216 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14217
14218 * gdb.mi/mi-vla-c99.exp: New file.
14219 * gdb.mi/vla.c: New file.
14220
14221 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14222
14223 * gdb.base/vla-datatypes.c: New file.
14224 * gdb.base/vla-datatypes.exp: New file.
14225
14226 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14227
14228 * gdb.base/vla-ptr.c: New file.
14229 * gdb.base/vla-ptr.exp: New file.
14230
14231 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14232
14233 * gdb.dwarf2/count.exp: New file.
14234
14235 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14236
14237 * gdb.base/vla-sideeffect.c: New file.
14238 * gdb.base/vla-sideeffect.exp: New file.
14239
14240 2014-04-14 David Blaikie <dblaikie@gmail.com>
14241
14242 * gdb.mi/non-stop.c: Add return value for non-void function return
14243 statement.
14244 * gdb.threads/staticthreads.c: Ditto.
14245
14246 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14247 Doug Evans <xdje42@gmail.com>
14248
14249 * gdb.guile/scm-value.c: Improve test case.
14250 * gdb.guile/scm-value.exp: Add new test.
14251
14252 2014-04-11 David Blaikie <dblaikie@gmail.com>
14253
14254 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14255 override Clang's default.
14256
14257 2014-04-11 Joel Brobecker <brobecker@adacore.com>
14258
14259 Revert the following changes (regressions):
14260
14261 * gdb.base/vla-sideeffect.c: New file.
14262 * gdb.base/vla-sideeffect.exp: New file.
14263
14264 * gdb.dwarf2/count.exp: New file.
14265
14266 * gdb.base/vla-multi.c: New file.
14267 * gdb.base/vla-multi.exp: New file.
14268
14269 * gdb.base/vla-ptr.c: New file.
14270 * gdb.base/vla-ptr.exp: New file.
14271
14272 * gdb.base/vla-datatypes.c: New file.
14273 * gdb.base/vla-datatypes.exp: New file.
14274
14275 * gdb.mi/mi-vla-c99.exp: New file.
14276 * gdb.mi/vla.c: New file.
14277
14278 2014-04-11 Keith Seitz <keiths@redhat.com>
14279
14280 PR c++/16675
14281 * gdb.cp/cpsizeof.exp: New file.
14282 * gdb.cp/cpsizeof.cc: New file.
14283
14284 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14285
14286 * gdb.mi/mi-vla-c99.exp: New file.
14287 * gdb.mi/vla.c: New file.
14288
14289 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14290
14291 * gdb.base/vla-datatypes.c: New file.
14292 * gdb.base/vla-datatypes.exp: New file.
14293
14294 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14295
14296 * gdb.base/vla-ptr.c: New file.
14297 * gdb.base/vla-ptr.exp: New file.
14298
14299 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14300
14301 * gdb.base/vla-multi.c: New file.
14302 * gdb.base/vla-multi.exp: New file.
14303
14304 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14305
14306 * gdb.dwarf2/count.exp: New file.
14307
14308 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14309
14310 * gdb.base/vla-sideeffect.c: New file.
14311 * gdb.base/vla-sideeffect.exp: New file.
14312
14313 2014-04-11 Yao Qi <yao@codesourcery.com>
14314
14315 * gdb.base/completion.exp: Check file exists before running tests
14316 on file completion.
14317
14318 2014-04-10 Pedro Alves <palves@redhat.com>
14319
14320 * gdb.base/cond-eval-mode.c: New file.
14321 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14322 prepare_for_testing to build the new file. Check result of
14323 runto_main.
14324 (test_break, test_watch): New procedures.
14325 (top level): Use them.
14326
14327 2014-04-08 Pierre Muller <muller@sourceware.org>
14328
14329 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14330 Ctrl-V use for mingw hosts.
14331
14332 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14333
14334 * gdb.python/py-value.c: Improve test case.
14335 * gdb.python/py-value.exp: Add new test.
14336
14337 2014-04-07 David Blaikie <dblaikie@gmail.com>
14338
14339 * lib/compiler.c: Identify the clang compiler.
14340 * lib/compiler.cc: Ditto.
14341
14342 2014-04-03 Yao Qi <yao@codesourcery.com>
14343
14344 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14345
14346 2014-04-01 Anton Blanchard <anton@samba.org>
14347
14348 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14349 messages unique.
14350
14351 2014-04-01 Anton Blanchard <anton@samba.org>
14352
14353 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14354 prepare_for_testing.
14355
14356 2014-04-01 Anton Blanchard <anton@samba.org>
14357
14358 * gdb.arch/ppc64-atomic-inst.c: Remove.
14359 * gdb.arch/ppc64-atomic-inst.S: New file.
14360 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14361
14362 2014-03-31 Doug Evans <dje@google.com>
14363
14364 * gdb.base/print-symbol-loading-lib.c: New file.
14365 * gdb.base/print-symbol-loading-main.c: New file.
14366 * gdb.base/print-symbol-loading.exp: New file.
14367
14368 2014-03-31 Yao Qi <yao@codesourcery.com>
14369
14370 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14371
14372 2014-03-28 Joel Brobecker <brobecker@adacore.com>
14373
14374 * gdb.ada/mi_dyn_arr: New testcase.
14375
14376 2014-03-27 Doug Evans <dje@google.com>
14377
14378 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14379
14380 2014-03-27 Yao Qi <yao@codesourcery.com>
14381
14382 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14383 if target is nios2-*-*.
14384
14385 2014-03-26 Yao Qi <yao@codesourcery.com>
14386
14387 * lib/gdb.exp (readline_is_used): New proc.
14388 * gdb.base/completion.exp: Move tests on command complete up.
14389 Skip the rest of tests if readline is not used.
14390 * gdb.ada/complete.exp: Skp the test if readline is not
14391 used.
14392 * gdb.base/filesym.exp: Likewise.
14393 * gdb.base/macscp.exp: Likewise.
14394 * gdb.base/readline-ask.exp: Likewise.
14395 * gdb.base/readline.exp: Likewise.
14396 * gdb.python/py-cmd.exp: Likewise.
14397 * gdb.trace/tfile.exp: Likewise.
14398
14399 2014-03-26 Yao Qi <yao@codesourcery.com>
14400
14401 * gdb.base/macscp.exp: Fix code format issues.
14402
14403 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14404
14405 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14406 * gdb.asm/powerpc64le.inc: New file.
14407
14408 2014-03-25 Pedro Alves <palves@redhat.com>
14409 Doug Evans <dje@google.com>
14410
14411 * gdb.base/source-execution.c: New file.
14412 * gdb.base/source-execution.exp: New file.
14413 * gdb.base/source-execution.gdb: New file.
14414
14415 2014-03-24 Doug Evans <dje@google.com>
14416
14417 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14418 using fission.
14419
14420 2014-03-24 Hui Zhu <hui@codesourcery.com>
14421 Pedro Alves <palves@redhat.com>
14422
14423 PR breakpoints/16101
14424 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14425 test pass/fail messages. Detect missing support for dprintf when
14426 breakpoints are actually inserted.
14427 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14428 breakpoints are actually inserted.
14429 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14430 fails.
14431
14432 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14433
14434 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14435
14436 2014-03-22 Doug Evans <xdje42@gmail.com>
14437
14438 * gdb.python/python.exp (python not supported): Verify multi-line
14439 python command issues an error.
14440 * gdb.guile/guile.exp (guile not supported): Verify multi-line
14441 guile command issues an error.
14442
14443 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14444
14445 * gdb.threads/thread-specific.exp: Handle the lack of usable
14446 $this_breakpoint and $this_thread.
14447
14448 2014-03-21 Hui Zhu <hui@codesourcery.com>
14449
14450 * gdb.base/attach.exp (do_command_attach_tests): New.
14451
14452 2014-03-20 Tom Tromey <tromey@redhat.com>
14453 Pedro Alves <palves@redhat.com>
14454
14455 PR cli/15718
14456 * gdb.base/condbreak-call-false.c: New file.
14457 * gdb.base/condbreak-call-false.exp: New file.
14458
14459 2014-03-20 Pedro Alves <palves@redhat.com>
14460
14461 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14462 Delete.
14463 (block_signals, unblock_signals): Delete.
14464 (child_function_2, main): Remove references to deleted variable
14465 and functions.
14466
14467 2014-03-20 Pedro Alves <palves@redhat.com>
14468
14469 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14470 Use pthread_kill to signal thread 2.
14471 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14472 Adjust to make the test send itself a signal rather than using the
14473 host's "kill" command.
14474
14475 2014-03-20 Pedro Alves <palves@redhat.com>
14476
14477 * gdb.threads/multiple-step-overs.c: New file.
14478 * gdb.threads/multiple-step-overs.exp: New file.
14479 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14480 Adjust expected infrun debug output.
14481
14482 2014-03-20 Pedro Alves <palves@redhat.com>
14483
14484 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14485 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14486
14487 2014-03-20 Pedro Alves <palves@redhat.com>
14488
14489 PR breakpoints/7143
14490 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14491 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14492 of gdb_test_multiple.
14493 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14494 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14495
14496 2014-03-20 Pedro Alves <palves@redhat.com>
14497
14498 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14499 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14500
14501 2014-03-19 Pedro Alves <palves@redhat.com>
14502
14503 * gdb.base/async.exp: Remove early return.
14504
14505 2014-03-19 Pedro Alves <palves@redhat.com>
14506
14507 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14508
14509 2014-03-19 Pedro Alves <palves@redhat.com>
14510
14511 * gdb.base/async.exp (test_background): Expect \r\n after
14512 "completed." in the fail pattern.
14513
14514 2014-03-19 Pedro Alves <palves@redhat.com>
14515
14516 * gdb.base/async.exp (test_background): New procedure.
14517 Use it for all background execution command tests.
14518
14519 2014-03-19 Pedro Alves <palves@redhat.com>
14520
14521 * gdb.base/async.exp: Use prepare_for_testing.
14522
14523 2014-03-19 Pedro Alves <palves@redhat.com>
14524
14525 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14526 the same line.
14527
14528 2014-03-19 Pedro Alves <palves@redhat.com>
14529
14530 * gdb.base/async.c (main): Add "jump here" and "until here" line
14531 marker comments.
14532 * gdb.base/async.exp (jump_here): New global.
14533 (jump& test): Use it.
14534 (until_here): New global.
14535 (until& test): Use it.
14536
14537 2014-03-19 Pedro Alves <palves@redhat.com>
14538
14539 * gdb.base/async.exp: Don't frob gdb_protocol.
14540
14541 2014-03-18 Doug Evans <xdje42@gmail.com>
14542
14543 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14544 Fix spelling of exec-done-display.
14545
14546 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14547
14548 PR gdb/15358
14549 * gdb.base/gdb-sigterm.c: New file.
14550 * gdb.base/gdb-sigterm.exp: New file.
14551
14552 2014-03-18 Pedro Alves <palves@redhat.com>
14553
14554 PR gdb/13860
14555 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14556 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14557 solib-event.
14558
14559 2014-03-17 Joel Brobecker <brobecker@adacore.com>
14560
14561 * gdb.ada/pckd_arr_ren: New testcase.
14562
14563 2014-03-13 Doug Evans <xdje42@gmail.com>
14564
14565 PR guile/16612
14566 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14567 collect after discarding symbols.
14568
14569 2014-03-13 Ludovic Courtès <ludo@gnu.org>
14570 Doug Evans <xdje42@gmail.com>
14571
14572 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14573 to history survives a gc.
14574
14575 2014-03-13 Pedro Alves <palves@redhat.com>
14576
14577 * gdb.base/default.exp: Don't test "target procfs".
14578
14579 2014-03-13 Pedro Alves <palves@redhat.com>
14580
14581 * gdb.base/default.exp: Update "target child" and "target procfs"
14582 tests to not expect "Unix".
14583
14584 2014-03-12 Tom Tromey <tromey@redhat.com>
14585
14586 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14587 New procs. Add target-async tests.
14588 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14589 Add target-async tests.
14590
14591 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14592
14593 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14594 'func_start' and 'func_end' for the beginning and end of the
14595 function code, respectively.
14596 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14597 'func_end' instead of 'func' and 'main'.
14598
14599 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14600
14601 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14602 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14603 generate the debug info assembler source.
14604
14605 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14606
14607 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14608 * gdb.dwarf2/arr-subrange.exp: Likewise.
14609 * gdb.dwarf2/dwz.exp: Likewise.
14610 * gdb.dwarf2/method-ptr.exp: Likewise.
14611 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14612 * gdb.dwarf2/subrange.exp: Likewise.
14613 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14614 * gdb.dwarf2/implptrpiece.exp: Likewise.
14615 * gdb.dwarf2/nostaticblock.exp: Likewise.
14616
14617 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14618
14619 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14620 directory to absolute path name arguments.
14621
14622 2014-03-10 Joel Brobecker <brobecker@adacore.com>
14623
14624 * gdb.ada/tagged_access: New testcase.
14625
14626 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14627
14628 * gdb.btrace/data.exp: Update expected output.
14629
14630 2014-03-06 Yao Qi <yao@codesourcery.com>
14631
14632 * gdb.trace/pr16508.exp: New file.
14633
14634 2014-03-05 Pedro Alves <palves@redhat.com>
14635
14636 PR gdb/16575
14637 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14638 procedure.
14639 (top level): Adjust to use it. Add tests that exercise breakpoint
14640 interaction with the code-cache.
14641
14642 2014-02-26 Ludovic Courtès <ludo@gnu.org>
14643
14644 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14645 test for 'history-append!'.
14646
14647 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14648
14649 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14650 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14651 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14652 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14653 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14654 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14655
14656 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14657
14658 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14659 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14660 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14661
14662 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14663
14664 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14665
14666 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14667
14668 * gdb.dwarf2/arr-stride.c: New file.
14669 * gdb.dwarf2/arr-stride.exp: New file.
14670
14671 2014-02-26 Pedro Alves <palves@redhat.com>
14672
14673 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14674 that won't ever trigger. Make sure that GDB reports the correct
14675 breakpoint that caused the stop.
14676
14677 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14678
14679 PR gdb/16626
14680 * gdb.base/auto-load-script: New file.
14681 * gdb.base/auto-load.c: New file.
14682 * gdb.base/auto-load.exp: New file.
14683
14684 PR gdb/16626
14685 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14686
14687 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14688
14689 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14690 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14691
14692 2014-02-24 Doug Evans <dje@google.com>
14693
14694 * lib/gdb.exp (run_on_host): Log error output if program fails.
14695
14696 2014-02-21 Pedro Alves <palves@redhat.com>
14697
14698 * gdb.threads/step-after-sr-lock.c: Rename to ...
14699 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14700 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14701 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14702 ... this.
14703
14704 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14705
14706 PR tdep/16397
14707 * gdb.arch/amd64-stap-special-operands.exp: New file.
14708 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14709 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14710 * gdb.arch/amd64-stap-triplet.S: Likewise.
14711 * gdb.arch/amd64-stap-triplet.c: Likewise.
14712
14713 2014-02-20 Joel Brobecker <brobecker@adacore.com>
14714
14715 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14716 in .section pseudo-op.
14717
14718 2014-02-20 lin zuojian <manjian2006@gmail.com>
14719 Joel Brobecker <brobecker@adacore.com>
14720 Doug Evans <xdje42@gmail.com>
14721
14722 PR symtab/16581
14723 * gdb.dwarf2/dw2-icycle.S: New file.
14724 * gdb.dwarf2/dw2-icycle.c: New file.
14725 * gdb.dwarf2/dw2-icycle.exp: New file.
14726
14727 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14728
14729 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14730 operations on gdb.Value objects.
14731 * gdb.python/py-value-cc.exp: Add new test to test operations on
14732 gdb.Value objects.
14733
14734 2014-02-18 Doug Evans <dje@google.com>
14735
14736 * Makefile.in (TESTS): New variable.
14737 (expanded_tests, expanded_tests_or_none): New variables
14738 (check-single): Pass $(expanded_tests_or_none) to runtest.
14739 (check-parallel): Only run tests in $(TESTS) if non-empty.
14740 (check/no-matching-tests-found): New rule.
14741 * README: Document TESTS makefile variable.
14742
14743 2014-02-18 Doug Evans <dje@google.com>
14744
14745 * Makefile.in (check-parallel): rm -rf outputs temp.
14746
14747 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14748
14749 Fix "ERROR: no fileid for" in the testsuite.
14750 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14751
14752 2014-02-12 Doug Evans <dje@google.com>
14753
14754 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14755 (MISCELLANEOUS): New variable.
14756 (clean): rm -rf $(MISCELLANEOUS).
14757 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14758 dwp live in the same directory as symlinks, with each symlink pointed
14759 to a differently named file in a different directory.
14760
14761 2014-02-11 Doug Evans <dje@google.com>
14762
14763 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14764 of Tcl file commands.
14765
14766 2014-02-10 Mark Kettenis <kettenis@gnu.org>
14767
14768 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14769 "kill -SIGUSR1 -1".
14770
14771 2014-02-10 Joel Brobecker <brobecker@adacore.com>
14772
14773 * gdb.ada/tick_length_array_enum_idx: New testcase.
14774
14775 2014-02-10 Doug Evans <xdje42@gmail.com>
14776
14777 * configure.ac (AC_OUTPUT): Add gdb.guile.
14778 * configure: Regenerate.
14779 * lib/gdb-guile.exp: New file.
14780 * lib/gdb.exp (get_target_charset): New function.
14781 * gdb.base/help.exp: Update expected output from "apropos apropos".
14782 * gdb.guile/Makefile.in: New file.
14783 * gdb.guile/guile.exp: New file.
14784 * gdb.guile/scm-arch.c: New file.
14785 * gdb.guile/scm-arch.exp: New file.
14786 * gdb.guile/scm-block.c: New file.
14787 * gdb.guile/scm-block.exp: New file.
14788 * gdb.guile/scm-breakpoint.c: New file.
14789 * gdb.guile/scm-breakpoint.exp: New file.
14790 * gdb.guile/scm-disasm.c: New file.
14791 * gdb.guile/scm-disasm.exp: New file.
14792 * gdb.guile/scm-equal.c: New file.
14793 * gdb.guile/scm-equal.exp: New file.
14794 * gdb.guile/scm-error.exp: New file.
14795 * gdb.guile/scm-error.scm: New file.
14796 * gdb.guile/scm-frame-args.c: New file.
14797 * gdb.guile/scm-frame-args.exp: New file.
14798 * gdb.guile/scm-frame-args.scm: New file.
14799 * gdb.guile/scm-frame-inline.c: New file.
14800 * gdb.guile/scm-frame-inline.exp: New file.
14801 * gdb.guile/scm-frame.c: New file.
14802 * gdb.guile/scm-frame.exp: New file.
14803 * gdb.guile/scm-generics.exp: New file.
14804 * gdb.guile/scm-gsmob.exp: New file.
14805 * gdb.guile/scm-iterator.c: New file.
14806 * gdb.guile/scm-iterator.exp: New file.
14807 * gdb.guile/scm-math.c: New file.
14808 * gdb.guile/scm-math.exp: New file.
14809 * gdb.guile/scm-objfile-script-gdb.in: New file.
14810 * gdb.guile/scm-objfile-script.c: New file.
14811 * gdb.guile/scm-objfile-script.exp: New file.
14812 * gdb.guile/scm-objfile.c: New file.
14813 * gdb.guile/scm-objfile.exp: New file.
14814 * gdb.guile/scm-ports.exp: New file.
14815 * gdb.guile/scm-pretty-print.c: New file.
14816 * gdb.guile/scm-pretty-print.exp: New file.
14817 * gdb.guile/scm-pretty-print.scm: New file.
14818 * gdb.guile/scm-section-script.c: New file.
14819 * gdb.guile/scm-section-script.exp: New file.
14820 * gdb.guile/scm-section-script.scm: New file.
14821 * gdb.guile/scm-symbol.c: New file.
14822 * gdb.guile/scm-symbol.exp: New file.
14823 * gdb.guile/scm-symtab-2.c: New file.
14824 * gdb.guile/scm-symtab.c: New file.
14825 * gdb.guile/scm-symtab.exp: New file.
14826 * gdb.guile/scm-type.c: New file.
14827 * gdb.guile/scm-type.exp: New file.
14828 * gdb.guile/scm-value-cc.cc: New file.
14829 * gdb.guile/scm-value-cc.exp: New file.
14830 * gdb.guile/scm-value.c: New file.
14831 * gdb.guile/scm-value.exp: New file.
14832 * gdb.guile/source2.scm: New file.
14833 * gdb.guile/types-module.cc: New file.
14834 * gdb.guile/types-module.exp: New file.
14835
14836 2014-02-10 Yao Qi <yao@codesourcery.com>
14837
14838 PR testsuite/16543
14839 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14840 * configure: Regenerated.
14841 * Makefile.in: New file.
14842
14843 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14844
14845 * gdb.python/py-framefilter.exp: Fix typo.
14846
14847 2014-02-08 Yao Qi <yao@codesourcery.com>
14848
14849 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14850 that no =breakpoint-modified is emitted when breakpoints are
14851 modified through MI commands.
14852
14853 2014-02-07 Pedro Alves <pedro@codesourcery.com>
14854 Pedro Alves <palves@redhat.com>
14855
14856 * gdb.threads/step-after-sr-lock.c: New file.
14857 * gdb.threads/step-after-sr-lock.exp: New file.
14858
14859 2014-02-07 Pedro Alves <palves@redhat.com>
14860
14861 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14862
14863 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14864
14865 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14866 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14867
14868 2014-02-06 Doug Evans <xdje42@gmail.com>
14869
14870 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14871 output.
14872
14873 * gdb.gdb/python-interrupts.exp: New file.
14874
14875 2014-02-05 Yao Qi <yao@codesourcery.com>
14876
14877 * gdb.trace/report.exp (use_collected_data): Test the output
14878 of "info threads" and "info inferiors".
14879
14880 2014-02-05 Yao Qi <yao@codesourcery.com>
14881
14882 Revert this patch:
14883
14884 2013-05-24 Yao Qi <yao@codesourcery.com>
14885
14886 * gdb.trace/tfile.exp: Test inferior and thread.
14887
14888 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14889
14890 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14891 on a function.
14892 * gdb.base/step-bt.c: Call hello via function pointer to make
14893 sure its first instruction is executed on powerpc64le-linux.
14894
14895 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14896
14897 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14898
14899 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14900
14901 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14902 of the test patterns for use on little-endian systems.
14903
14904 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14905
14906 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14907 (decimal_vector): Fix for little-endian.
14908
14909 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14910
14911 * gdb.arch/sparc-sysstep.exp: New file.
14912 * gdb.arch/sparc-sysstep.c: Likewise.
14913
14914 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14915
14916 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14917
14918 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14919
14920 2014-01-23 Tom Tromey <tromey@redhat.com>
14921
14922 * gdb.ada/array_char_idx: New testcase.
14923
14924 2014-01-23 Tom Tromey <tromey@redhat.com>
14925
14926 PR python/16487:
14927 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14928 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14929 classes.
14930
14931 2014-01-23 Tom Tromey <tromey@redhat.com>
14932
14933 PR python/16491:
14934 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14935 string from an inferior frame.
14936 * gdb.python/py-framefilter-mi.exp: Update.
14937
14938 2014-01-22 Doug Evans <dje@google.com>
14939
14940 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14941
14942 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14943
14944 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14945
14946 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14947
14948 * gdb.trace/entry-values.exp: Remove excess space character from
14949 regex patterns. Handle s390 call instruction.
14950
14951 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14952
14953 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14954 define "*_start" label. Make "name" static.
14955 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14956 ${name} by references to ${name}_start.
14957
14958 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14959
14960 * gdb.base/info-macros.exp: Remove "debug" from the compile
14961 options.
14962
14963 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14964
14965 * gdb.dlang/demangle.exp: New file.
14966
14967 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14968
14969 * gdb.dlang/primitive-types.exp: New file.
14970
14971 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14972
14973 * configure.ac: Create gdb.dlang/Makefile.
14974 * configure: Regenerate.
14975 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14976 * gdb.dlang/Makefile.in: New file.
14977 * lib/d-support.exp: New file.
14978 * lib/gdb.exp (skip_d_tests): New proc.
14979
14980 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14981
14982 * gdb.btrace/delta.exp: Check reverse stepi.
14983 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14984 * gdb.btrace/finish.exp: New.
14985 * gdb.btrace/next.exp: New.
14986 * gdb.btrace/nexti.exp: New.
14987 * gdb.btrace/record_goto.c: Add comments.
14988 * gdb.btrace/step.exp: New.
14989 * gdb.btrace/stepi.exp: New.
14990 * gdb.btrace/multi-thread-step.c: New.
14991 * gdb.btrace/multi-thread-step.exp: New.
14992 * gdb.btrace/rn-dl-bind.c: New.
14993 * gdb.btrace/rn-dl-bind.exp: New.
14994 * gdb.btrace/data.c: New.
14995 * gdb.btrace/data.exp: New.
14996 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14997
14998 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14999
15000 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15001 * gdb.btrace/exception.exp: Update.
15002 * gdb.btrace/instruction_history.exp: Update.
15003 * gdb.btrace/record_goto.exp: Update.
15004 * gdb.btrace/tailcall.exp: Update.
15005 * gdb.btrace/unknown_functions.exp: Update.
15006 * gdb.btrace/delta.exp: New.
15007
15008 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15009
15010 * gdb.btrace/record_goto.exp: Add backtrace test.
15011 * gdb.btrace/tailcall.exp: Add backtrace test.
15012
15013 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15014
15015 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15016 * gdb.btrace/record_goto.c: New.
15017 * gdb.btrace/record_goto.exp: New.
15018 * gdb.btrace/x86-record_goto.S: New.
15019
15020 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15021
15022 * gdb.btrace/function_call_history.exp: Update tests.
15023 * gdb.btrace/instruction_history.exp: Update tests.
15024
15025 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15026
15027 * gdb.btrace/function_call_history.exp: Fix expected field
15028 order for "record function-call-history".
15029 Add new tests for "record function-call-history /c".
15030 * gdb.btrace/exception.cc: New.
15031 * gdb.btrace/exception.exp: New.
15032 * gdb.btrace/tailcall.exp: New.
15033 * gdb.btrace/x86-tailcall.S: New.
15034 * gdb.btrace/x86-tailcall.c: New.
15035 * gdb.btrace/unknown_functions.c: New.
15036 * gdb.btrace/unknown_functions.exp: New.
15037 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15038
15039 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15040
15041 * gdb.btrace/instruction_history.exp: Update.
15042 * gdb.btrace/function_call_history.exp: Update.
15043
15044 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15045
15046 * gdb.btrace/function_call_history.exp: Fix expected function
15047 trace.
15048 * gdb.btrace/instruction_history.exp: Initialize traced.
15049 Remove traced_functions.
15050
15051 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15052
15053 * gdb.btrace/function_call_history.exp: Update
15054 * gdb.btrace/instruction_history.exp: Update.
15055
15056 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15057
15058 * gdb.btrace/enable.exp: Update expected text.
15059
15060 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15061
15062 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15063 bytes.
15064
15065 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15066
15067 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15068
15069 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
15070
15071 * lib/gdb.exp (supports_process_record): Return true for
15072 arm*-linux*. (supports_reverse): Likewise.
15073
15074 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15075
15076 PR python/15464
15077 PR python/16113
15078 * gdb.python/py-type.c: Enhance test case.
15079 * gdb.python/py-value-cc.cc: Likewise
15080 * gdb.python/py-type.exp: Add new tests.
15081 * gdb.python/py-value-cc.exp: Likewise
15082
15083 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15084 Pedro Alves <palves@redhat.com>
15085
15086 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15087 Make "name" extern.
15088 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15089 references to ${name}_start by references to ${name}.
15090
15091 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15092
15093 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15094
15095 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15096
15097 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15098
15099 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15100 Pedro Alves <palves@redhat.com>
15101
15102 * gdb.mi/mi-info-os.exp: Connect to the target with
15103 mi_gdb_target_load.
15104
15105 2014-01-08 Pedro Alves <palves@redhat.com>
15106
15107 * gdb.threads/reconnect-signal.c: New file.
15108 * gdb.threads/reconnect-signal.exp: New file.
15109
15110 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15111
15112 * gdb.base/source-dir.exp: New file.
15113
15114 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15115
15116 * gdb.ada/mi_interface: New testcase.
15117
15118 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15119
15120 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15121 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15122 gdb.ada/pp-rec-component/pck.ads: New files.
15123
15124 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15125
15126 * gdb.python/py-pp-integral.c: New file.
15127 * gdb.python/py-pp-integral.py: New file.
15128 * gdb.python/py-pp-integral.exp: New file.
15129
15130 For older changes see ChangeLog-1993-2013.
15131 \f
15132 ;; Local Variables:
15133 ;; mode: change-log
15134 ;; left-margin: 8
15135 ;; fill-column: 74
15136 ;; version-control: never
15137 ;; End:
15138
15139 Copyright 2014-2018 Free Software Foundation, Inc.
15140 Copying and distribution of this file, with or without modification,
15141 are permitted provided the copyright notice and this notice are preserved.
This page took 0.410548 seconds and 4 git commands to generate.