Fix gdb.ada bp_fun_addr failure due to conflict between fun 'a' and s-dimmks.ads...
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2
3 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
4 Filename a.adb changed to bp_fun_addr.adb.
5 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6
7 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
8
9 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
10 non-PIE executables.
11 * README: Mention the gdb,nopie_flag board setting.
12 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
13 non-PIE executable.
14 * gdb.arch/amd64-entry-value.exp: Likewise.
15 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
16 * gdb.arch/i386-float.exp: Likewise.
17 * gdb.arch/i386-signal.exp: Likewise.
18 * gdb.mi/mi-reg-undefined.exp: Likewise.
19
20 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
21
22 PR gdb/23974
23 * gdb.base/info-os.exp: Check return for unknown "info os" type.
24
25 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
26
27 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
28 Update order of results accordingly.
29
30 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
31
32 * gdb.base/annota1.exp: Update a test regexp.
33
34 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
35
36 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
37
38 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
39
40 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
41 (reuse_time): Initialize to REUSE_TIME_CAP.
42 (check_rc): New function.
43 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
44 Check pthread_create rc.
45 (spawner_thread_func): Check pthread_create and pthread_join rc.
46
47 2018-12-08 Pedro Alves <palves@redhat.com>
48
49 * gdb.base/list.exp (test_forward_search): Rename to ...
50 (test_forward_reverse_search): ... this. Also test reverse-search
51 and the forward-search alias.
52
53 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
54
55 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
56 local timeout variable before return, and remove all local timeout
57 variable entirely.
58 (gdb_load): Likewise.
59
60 2018-12-01 Tom de Vries <tdevries@suse.de>
61
62 * gdb.base/gdb-caching-proc.exp: New file.
63
64 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
65
66 * Makefile.in (TIMESTAMP): New variable.
67 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
68 command.
69 (check-single-racy): Likewise.
70 (check/%.exp): Likewise.
71 (check-racy/%.exp): Likewise.
72 (workers/%.worker): Likewise.
73 (build-perf): Likewise.
74 (check-perf): Likewise.
75 * README: Describe new "TS" and "TS_FORMAT" variables.
76 * print-ts.py: New file.
77
78 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
79
80 PR python/23714
81 * gdb.python/python.exp: Test command repetition after
82 gdb.execute.
83
84 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
85
86 * gdb.opt/inline-break.exp: Add test that info breakpoint output
87 is correctly aligned.
88
89 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
90
91 * gdb.ada/info_auto_lang.exp: New testcase.
92 * gdb.ada/info_auto_lang/global_pack.ads: New file.
93 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
94 * gdb.ada/info_auto_lang/some_c.c: New file.
95
96 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
97
98 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
99 FUNC_lang language syntax.
100
101 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
102
103 * gdb.base/info_minsym.c: New file.
104 * gdb.base/info_minsym.exp: New file.
105
106 2018-11-19 Tom Tromey <tom@tromey.com>
107
108 PR rust/23625:
109 * gdb.rust/simple.exp: Add ptype test. Update expected output.
110 * gdb.rust/expr.exp: Update expected output. Change one test.
111
112 2018-11-19 Tom Tromey <tom@tromey.com>
113
114 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
115
116 2018-11-19 Pedro Alves <palves@redhat.com>
117
118 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
119 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
120 see the expected warning.
121
122 2018-11-16 Alan Hayward <alan.hayward@arm.com>
123
124 PR gdb/22736:
125 * gdb.cp/infcall-nodebug-lib.c: New test.
126 * gdb.cp/infcall-nodebug-main.c: New test.
127 * gdb.cp/infcall-nodebug.exp: New file.
128
129 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
130
131 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
132 completer tests.
133
134 2018-11-09 Tom de Vries <tdevries@suse.de>
135
136 * gdb.base/msym-lang.c: New test.
137 * gdb.base/msym-lang.exp: New file.
138 * gdb.base/msym-lang-main.c: New test.
139
140 2018-11-08 Tom Tromey <tom@tromey.com>
141
142 PR gdb/23555:
143 PR gdb/23838:
144 * gdb.base/warning.exp: New file.
145
146 2018-11-08 Jan Beulich <jbeulich@suse.com>
147
148 * testsuite/gdb.arch/i386-avx512.c,
149 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
150
151 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
152
153 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
154 point hardware.
155
156 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
157
158 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
159 * gdb.dwarf2/missing-type-name.exp: New file.
160
161 2018-11-06 Tom de Vries <tdevries@suse.de>
162
163 * gdb.base/many-headers.c: New test.
164 * gdb.base/many-headers.exp: New file.
165
166 2018-11-06 Jim Wilson <jimw@sifive.com>
167
168 * gdb.base/code_elim.exp: For riscv, set additional_flags
169 to include -msmall-data-limit=0.
170
171 2018-11-01 Joel Brobecker <brobecker@adacore.com>
172
173 * gdb.ada/watch_minus_l: New testcase.
174
175 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
176
177 * gdb.arch/aix-sighandle.c: New file.
178 * gdb.arch/aix-sighandle.exp: New file.
179
180 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
181
182 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
183 registers being unions.
184
185 2018-10-31 Tom de Vries <tdevries@suse.de>
186
187 * lib/valgrind.exp: New file.
188 (vgdb_start, vgdb_stop): New procs, factored out of ...
189 * gdb.base/valgrind-bt.exp: ... here, ...
190 * gdb.base/valgrind-disp-step.exp: ... here and ...
191 * gdb.base/valgrind-infcall.exp: ... here.
192
193 2018-10-31 Tom de Vries <tdevries@suse.de>
194
195 * lib/gdb.exp (get_valueof): Don't output read value in test name.
196
197 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
198
199 * gdb.dwarf2/void-type.c: New file.
200 * gdb.dwarf2/void-type.exp: New file.
201
202 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
203
204 * gdb.base/info_qt.c: New file.
205 * gdb.base/info_qt.exp: New file.
206
207 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
208
209 * gdb.arch/powerpc-htm-regs.c: New file.
210 * gdb.arch/powerpc-htm-regs.exp: New file.
211
212 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
213
214 * gdb.arch/powerpc-tar.c: New file.
215 * gdb.arch/powerpc-tar.exp: New file.
216
217 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
218
219 * gdb.arch/powerpc-ppr-dscr.c: New file.
220 * gdb.arch/powerpc-ppr-dscr.exp: New file.
221
222 2018-10-25 Tom de Vries <tdevries@suse.de>
223
224 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
225
226 2018-10-24 Tom de Vries <tdevries@suse.de>
227
228 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
229 longer exists error.
230
231 2018-10-24 Tom de Vries <tdevries@suse.de>
232
233 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
234
235 2018-10-24 Tom de Vries <tdevries@suse.de>
236
237 * gdb.base/valgrind-db-attach.exp: Handle removed support for
238 --db-attach in valgrind.
239
240 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
241
242 * gdb.arch/riscv-reg-aliases.c: New file.
243 * gdb.arch/riscv-reg-aliases.exp: New file.
244
245 2018-10-19 Alan Hayward <alan.hayward@arm.com>
246
247 * gdb.python/py-cmd.exp: Check for gdb_prompt.
248
249 2018-10-19 Alan Hayward <alan.hayward@arm.com>
250
251 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
252
253 2018-10-19 Alan Hayward <alan.hayward@arm.com>
254
255 * gdb.cp/ovldbreak.exp: Fix regexps.
256
257 2018-10-19 Alan Hayward <alan.hayward@arm.com>
258
259 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
260
261 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
262
263 PR cli/23785
264 * gdb.base/restore.exp: New test to check if "restore" with an
265 invalid file doesn't segfault.
266
267 2018-10-18 Tom de Vries <tdevries@suse.de>
268
269 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
270 * gdb.ada/excep_handle.exp: Same.
271 * gdb.ada/mi_string_access.exp: Same.
272 * gdb.ada/mi_var_union.exp: Same.
273 * gdb.arch/arc-analyze-prologue.exp: Same.
274 * gdb.arch/arc-decode-insn.exp: Same.
275 * gdb.base/readnever.exp: Same.
276 * gdb.fortran/printing-types.exp: Same.
277 * gdb.guile/scm-lazy-string.exp: Same.
278
279 2018-10-16 Tom de Vries <tdevries@suse.de>
280
281 PR gdb/23730
282 * gdb.base/catch-follow-exec.c: Add copyright notice.
283 * gdb.base/catch-follow-exec.exp: Rewrite to use
284 gdb_spawn_with_cmdline_opts. Require gdb-native.
285
286 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
287
288 * gdb.trace/actions-changed.exp: Check for arch support.
289 * gdb.trace/actions.exp: Likewise.
290 * gdb.trace/ax.exp: Likewise.
291 * gdb.trace/backtrace.exp: Likewise.
292 * gdb.trace/change-loc.exp: Likewise.
293 * gdb.trace/deltrace.exp: Likewise.
294 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
295 * gdb.trace/ftrace.exp: Likewise.
296 * gdb.trace/infotrace.exp: Check for arch support.
297 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
298 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
299 * gdb.trace/mi-tsv-changed.exp: Likewise.
300 * gdb.trace/packetlen.exp: Likewise.
301 * gdb.trace/passc-dyn.exp: Likewise.
302 * gdb.trace/passcount.exp: Likewise.
303 * gdb.trace/pending.exp: Likewise.
304 * gdb.trace/range-stepping.exp: Check for shlib support.
305 * gdb.trace/report.exp: Check for arch support.
306 * gdb.trace/save-trace.exp: Likewise.
307 * gdb.trace/signal.exp: Check for signal support.
308 * gdb.trace/tfind.exp: Check for arch support.
309 * gdb.trace/trace-break.exp: Check for arch and shlib support.
310 * gdb.trace/trace-common.h: Add comment.
311 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
312 * gdb.trace/trace-enable-disable.exp: Likewise.
313 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
314 * gdb.trace/tracecmd.exp: Check for arch support.
315 * gdb.trace/tspeed.exp: Check for shlib and target support.
316 * gdb.trace/tstatus.exp: Check for arch support.
317 * gdb.trace/tsv.exp: Likewise.
318 * gdb.trace/while-dyn.exp: Likewise.
319 * gdb.trace/while-stepping.exp: Likewise.
320 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
321
322 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
323
324 * gdb.trace/tspeed.exp: Remove nowarnings.
325 (prepare_for_trace_test): Declare "global ipalib".
326 * gdb.trace/tspeed.c: Include unistd.h.
327 (main): Remove superfluous printf argument.
328
329 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
330
331 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
332 directory prefix on the filename.
333
334 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
335
336 * gdb.gdb/unittest.exp: Update expected message informing that
337 selftests have been disabled.
338 * gdb.server/unittest.exp: Likewise.
339
340 2018-10-09 Tom de Vries <tdevries@suse.de>
341
342 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
343 with runto_main.
344
345 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
346
347 PR c++/16841
348 * gdb.cp/virtbase2.cc: New file.
349 * gdb.cp/virtbase2.exp: New file.
350
351 2018-10-06 Tom Tromey <tom@tromey.com>
352
353 PR python/19399:
354 * gdb.python/py-inferior.exp: Add architecture test.
355
356 2018-10-06 Tom Tromey <tom@tromey.com>
357
358 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
359 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
360
361 2018-10-06 Tom Tromey <tom@tromey.com>
362
363 * gdb.python/py-breakpoint.exp (check_last_event): Check location
364 of a "throw" catchpoint.
365
366 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
367
368 * gdb.base/info-proc.exp: Update string expected from "help info
369 proc".
370
371 2018-10-04 Tom Tromey <tom@tromey.com>
372
373 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
374 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
375 (test_initial_complaints, test_empty_complaints): Update.
376 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
377
378 2018-10-04 Tom Tromey <tom@tromey.com>
379
380 PR cli/19551:
381 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
382 * lib/gdb.exp (gdb_file_cmd): Update.
383 * gdb.stabs/weird.exp (print_weird_var): Update.
384 * gdb.server/solib-list.exp: Update.
385 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
386 * gdb.mi/mi-cli.exp: Update.
387 * gdb.linespec/linespec.exp: Update.
388 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
389 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
390 * gdb.cp/cp-relocate.exp: Update.
391 * gdb.base/sym-file.exp: Update.
392 * gdb.base/relocate.exp: Update.
393 * gdb.base/readnever.exp: Update.
394 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
395 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
396 * gdb.base/dbx.exp (gdb_file_cmd): Update.
397 * gdb.base/code_elim.exp: Update.
398 * gdb.base/break-unload-file.exp (test_break): Update.
399 * gdb.base/break-interp.exp (test_attach_gdb): Update.
400 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
401 Update.
402 * gdb.base/attach.exp (do_attach_tests): Update.
403 * gdb.base/sepdebug.exp: Update.
404 * gdb.python/py-section-script.exp: Update.
405
406 2018-10-04 Tom Tromey <tom@tromey.com>
407
408 PR cli/22234:
409 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
410 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
411 output.
412
413 2018-10-04 Tom Tromey <tom@tromey.com>
414
415 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
416 set width and height to 0.
417 (test_command_line_attach_run): Use -quiet.
418
419 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
420
421 * lib/gdb.exp (skip_ifunc_tests): New.
422 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
423 other compile failures.
424 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
425
426 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
427
428 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
429 is_amd64_regs_target.
430
431 2018-10-01 Alan Hayward <alan.hayward@arm.com>
432
433 * gdb.arch/aarch64-sighandler-regs.c: New test.
434 * gdb.arch/aarch64-sighandler-regs.exp: New file.
435 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
436
437 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
438
439 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
440 assembly.
441
442 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
443
444 * gdb.base/frame-selection.exp: New file.
445 * gdb.base/frame-selection.c: New file.
446
447 2018-09-27 Alan Hayward <alan.hayward@arm.com>
448
449 * gdb.threads/check-libthread-db.c (thread_routine): Use a
450 pthread barrier.
451 (main): Likewise.
452
453 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
454
455 * gdb.base/large-frame-1.c: New file.
456 * gdb.base/large-frame-2.c: New file.
457 * gdb.base/large-frame.exp: New file.
458 * gdb.base/large-frame.h: New file.
459
460 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
461
462 PR gdb/20948
463 * gdb.base/write_mem.exp: New test.
464 * gdb.base/write_mem.c: Likewise.
465
466 2018-09-23 Tom Tromey <tom@tromey.com>
467
468 PR python/18852:
469 * gdb.python/py-parameter.exp: Add test for parameter that throws
470 on "set".
471
472 2018-09-23 Tom Tromey <tom@tromey.com>
473
474 PR python/17284:
475 * gdb.python/py-template.exp (test_template_arg): Add test for
476 negative template argument number.
477
478 2018-09-23 Tom Tromey <tom@tromey.com>
479
480 PR python/14062:
481 * gdb.python/python.exp: Add test for post_event error.
482
483 2018-09-23 Tom Tromey <tom@tromey.com>
484
485 PR python/18170:
486 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
487 convert pointers to int and long.
488
489 2018-09-23 Tom Tromey <tom@tromey.com>
490
491 PR python/20126:
492 * gdb.python/py-value.exp (test_value_numeric_ops): Add
493 signed-ness conversion tests.
494
495 2018-09-23 Tom Tromey <tom@tromey.com>
496
497 PR python/18352;
498 * gdb.python/py-value.exp (test_float_conversion): New proc.
499 Use it.
500
501 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
502
503 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
504
505 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
506
507 * gdb.base/complete-empty.exp: Skip tab-completion tests if
508 no readline.
509 * gdb.base/utf8-identifiers.exp: Likewise.
510 * gdb.cp/cpcompletion.exp: Likewise.
511 * gdb.linespec/cpcompletion.exp: Likewise.
512 * gdb.linespec/cpls-abi-tag.exp: Likewise.
513 * gdb.linespec/cpls-ops.exp: Likewise.
514
515 2018-09-19 Richard Bunt <richard.bunt@arm.com>
516 Chris January <chris.january@arm.com>
517
518 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
519 * gdb.fortran/short-circuit-argument-list.exp: New file.
520 * gdb.fortran/short-circuit-argument-list.f90: New test.
521
522 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
523
524 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
525 "arch=" keyword when executing "-stack-list-frames".
526
527 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
528
529 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
530 "arch=" keyword when executing "-stack-list-frames".
531
532 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
533
534 * gdb.ada/complete.exp: Expect for "@" when doing "complete
535 break ada".
536
537 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
538
539 PR python/23669
540 * gdb.python/python.exp: Test gdb.execute("show commands").
541
542 2018-09-16 Tom Tromey <tom@tromey.com>
543
544 * gdb.base/new-ui.exp (do_execution_tests): Update.
545 * gdb.base/dbx.exp (test_breakpoints): Update.
546
547 2018-09-14 Alan Hayward <alan.hayward@arm.com>
548
549 * lib/gdb.exp (gdb_simple_compile): Add proc.
550 (is_elf_target): Use gdb_simple_compile.
551 (skip_altivec_tests): Likewise.
552 (skip_vsx_tests): Likewise.
553 (skip_tsx_tests): Likewise.
554 (skip_btrace_tests): Likewise.
555 (skip_btrace_pt_tests): Likewise.
556 (gdb_can_simple_compile): Likewise.
557 (gdb_has_argv0): Likewise.
558 (gdb_target_symbol_prefix): Likewise.
559 (target_supports_scheduler_locking): Likewise.
560
561 2018-09-13 Tom Tromey <tom@tromey.com>
562
563 * Makefile.in (TAGS): Recognize proc_with_prefix and
564 gdb_caching_proc.
565
566 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
567
568 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
569 method.
570
571 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
572
573 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
574 and a few other Inferior properties when the Inferior is no
575 longer valid.
576
577 2018-09-13 Tom Tromey <tom@tromey.com>
578
579 PR rust/23650:
580 * gdb.rust/simple.exp: Add test for enum field access error.
581
582 2018-09-13 Tom Tromey <tom@tromey.com>
583
584 PR rust/23626:
585 * gdb.rust/simple.rs (EmptyEnum): New type.
586 (main): Use it.
587 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
588
589 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
590
591 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
592 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
593 * gdb.python/py-symtab.exp: Update test printing an objfile.
594
595 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
596
597 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
598 object.
599
600 2018-09-12 Alan Hayward <alan.hayward@arm.com>
601
602 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
603 (support_complex_tests): Use gdb_can_simple_compile.
604 (is_ilp32_target): Likewise.
605 (is_lp64_target): Likewise.
606 (is_64_target): Likewise.
607 (is_amd64_regs_target): Likewise.
608 (is_aarch32_target): Likewise.
609 (gdb_int128_helper): Likewise.
610
611 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
612
613 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
614
615 2018-09-10 Jerome Guitton <guitton@adacore.com>
616
617 * gdb.ada/same_component_name: Add test for case of tagged record
618 with variable-length fields.
619
620 2018-09-10 Xavier Roirand <roirand@adacore.com>
621
622 * gdb.ada/access_to_unbounded_array.exp: New testcase.
623 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
624 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
625 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
626
627 2018-09-10 Xavier Roirand <roirand@adacore.com>
628
629 * gdb.ada/mi_string_access.exp: New testcase.
630 * gdb.ada/mi_string_access/bar.adb: New file.
631 * gdb.ada/mi_string_access/pck.adb: New file.
632 * gdb.ada/mi_string_access/pck.asd: New file.
633
634 2018-09-10 Xavier Roirand <roirand@adacore.com>
635
636 * gdb.ada/mi_var_union.exp: New testcase.
637 * gdb.ada/mi_var_union/bar.adb: New file.
638 * gdb.ada/mi_var_union/pck.adb: New file.
639 * gdb.ada/mi_var_union/pck.asd: New file.
640
641 2018-09-08 Tom Tromey <tom@tromey.com>
642
643 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
644
645 2018-09-08 Tom Tromey <tom@tromey.com>
646
647 PR python/16047:
648 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
649 (register_pretty_printers): Register new printer.
650 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
651 test.
652 * gdb.python/py-prettyprint.c (int_type3): New typedef.
653 (an_int_type3): New global.
654
655 2018-09-08 Joel Brobecker <brobecker@adacore.com>
656
657 * gdb.ada/expr_with_funcall: New testcase.
658
659 2018-09-08 Joel Brobecker <brobecker@adacore.com>
660
661 * gdb.ada/packed_array_assign: New testcase.
662
663 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
664
665 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
666 names, and add test prefixes to make test names unique.
667
668 2018-09-05 Tom de Vries <tdevries@suse.de>
669
670 * gdb.dwarf2/varval.exp: Add test.
671
672 2018-09-04 Gary Benson <gbenson@redhat.com>
673
674 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
675 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
676
677 2018-08-31 Tom Tromey <tom@tromey.com>
678
679 * gdb.rust/simple.rs: Rename second variable "v".
680
681 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
682
683 * gdb.base/funcargs.c (use_a): New function.
684 (recurse): Call use_a.
685
686 2018-08-29 Keith Seitz <keiths@redhat.com>
687
688 * gdb.compile/compile-cplus-anonymous.cc: New file.
689 * gdb.compile/compile-cplus-anonymous.exp: New file.
690 * gdb.compile/compile-cplus-array-decay.cc: New file.
691 * gdb.compile/compile-cplus-array-decay.exp: New file.
692 * gdb.compile/compile-cplus-inherit.cc: New file.
693 * gdb.compile/compile-cplus-inherit.exp: New file.
694 * gdb.compile/compile-cplus-member.cc: New file.
695 * gdb.compile/compile-cplus-member.exp: New file.
696 * gdb.compile/compile-cplus-method.cc: New file.
697 * gdb.compile/compile-cplus-method.exp: New file.
698 * gdb.compile/compile-cplus-mod.c: "New" file.
699 * gdb.compile/compile-cplus-namespace.cc: New file.
700 * gdb.compile/compile-cplus-namespace.exp: New file.
701 * gdb.compile/compile-cplus-nested.cc: New file.
702 * gdb.compile/compile-cplus-nested.exp: New file.
703 * gdb.compile/compile-cplus-print.c: "New" file.
704 * gdb.compile/compile-cplus-print.exp: "New" file.
705 * gdb.compile/compile-cplus-virtual.cc: New file.
706 * gdb.compile/compile-cplus-virtual.exp: New file.
707 * gdb.compile/compile-cplus.c: "New" file.
708 * gdb.compile/compile-cplus.exp: "New" file.
709 * lib/compile-support.exp: New file.
710
711 2018-08-16 Gary Benson <gbenson@redhat.com>
712
713 PR gdb/13000:
714 * gdb.base/batch-exit-status.exp: New file.
715 * gdb.base/batch-exit-status.good-commands: Likewise.
716 * gdb.base/batch-exit-status.bad-commands: Likewise.
717
718 2018-08-29 Alan Hayward <alan.hayward@arm.com>
719
720 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
721 (struct struct02): Likewise.
722 (struct struct03): Likewise.
723 (struct struct04): Likewise.
724 (struct struct_01_01): New struct.
725 (struct struct_01_02): Likewise.
726 (struct struct_01_03): Likewise.
727 (struct struct_01_04): Likewise.
728 (struct struct_02_01): Likewise.
729 (struct struct_02_02): Likewise.
730 (struct struct_02_03): Likewise.
731 (struct struct_02_04): Likewise.
732 (struct struct_04_01): Likewise.
733 (struct struct_04_02): Likewise.
734 (struct struct_04_03): Likewise.
735 (struct struct_04_04): Likewise.
736 (struct struct_05_01): Likewise.
737 (struct struct_05_02): Likewise.
738 (struct struct_05_03): Likewise.
739 (struct struct_05_04): Likewise.
740 (cmp_struct01): Remove function.
741 (cmp_struct02): Likewise.
742 (cmp_struct03): Likewise.
743 (cmp_struct04): Likewise.
744 (cmp_struct_01_01): Add Function.
745 (cmp_struct_01_02): Likewise.
746 (cmp_struct_01_03): Likewise.
747 (cmp_struct_01_04): Likewise.
748 (cmp_struct_02_01): Likewise.
749 (cmp_struct_02_02): Likewise.
750 (cmp_struct_02_03): Likewise.
751 (cmp_struct_02_04): Likewise.
752 (cmp_struct_04_01): Likewise.
753 (cmp_struct_04_02): Likewise.
754 (cmp_struct_04_03): Likewise.
755 (cmp_struct_04_04): Likewise.
756 (cmp_struct_05_01): Likewise.
757 (cmp_struct_05_02): Likewise.
758 (cmp_struct_05_03): Likewise.
759 (cmp_struct_05_04): Likewise.
760 (call_all): Add new structs.
761 * gdb.base/infcall-nested-structs.exp: Likewise.
762
763 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
764
765 * gdb.python/py-framefilter-mi.exp: Update regexp to
766 check for "arch" field in frame output.
767
768 2018-08-23 Kevin Buettner <kevinb@redhat.com>
769
770 * gdb.dwarf2/dw2-ranges-func.c: New file.
771 * gdb.dwarf2/dw2-ranges-func.exp: New file.
772
773 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
774
775 * gdb.base/term.exp: Compare terminal settings with values from
776 the inferior.
777 * gdb.base/term.c: Get and set terminal settings.
778
779 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
780
781 * lib/mi-support.exp (mi_expect_stop): Update regexp to
782 accommodate new "arch" field in frame output.
783 * gdb.mi/mi-return.exp: Likewise.
784 * gdb.mi/mi-stack.exp: Likewise.
785 * gdb.mi/mi-syn-frame.exp: Likewise.
786 * gdb.mi/user-selected-context-sync.exp: Likewise.
787
788 2018-08-19 Michael Spang <spang@google.com>
789
790 PR gdb/11786
791 * gdb.base/gcore-tls-pie.c: New file.
792 * gdb.base/gcore-tls-pie.exp: New file.
793
794 2018-08-18 Kevin Buettner <kevinb@redhat.com>
795
796 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
797 * gdb.dwarf2/varval.c: New file.
798 * gdb.dwarf2/varval.exp: New file.
799
800 2018-08-17 Alan Hayward <alan.hayward@arm.com>
801
802 PR gdb/18931
803 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
804
805 2018-08-16 Keith Seitz <keiths@redhat.com>
806
807 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
808 tests expected to pass.
809
810 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
811
812 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
813 -data-disassemble -a.
814 (test_disassembly_bogus_args): Likewise.
815
816 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
817
818 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
819
820 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
821
822 * gdb.base/vla-optimized-out.exp: Add new test.
823
824 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
825
826 * gdb.base/vla-optimized-out-o3.exp: Delete.
827 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
828 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
829 deleted tests.
830
831 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
832
833 PR gdb/18050:
834 * gdb.server/extended-remote-restart.c: New file.
835 * gdb.server/extended-remote-restart.exp: New file.
836
837 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
838
839 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
840 "set variable index = 42".
841
842 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
843
844 * boards/index-cache-gdb.exp: New file.
845 * gdb.dwarf2/index-cache.exp: New file.
846 * gdb.dwarf2/index-cache.c: New file.
847 * gdb.base/maint.exp: Check if we are using the index cache.
848
849 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
850
851 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
852 MAKEFLAGS.
853
854 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
855
856 * dg-extract-results.sh: Move to toplevel contrib.
857 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
858 * Makefile.in (check-parallel-racy): Likewise.
859
860 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
861
862 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
863 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
864 tests if the target supports scheduler locking.
865
866 2018-08-04 Tom de Vries <tdevries@suse.de>
867
868 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
869
870 2018-08-02 Tom Tromey <tom@tromey.com>
871
872 PR symtab/16842.
873 * gdb.cp/temargs.exp: Test "info address" of a template
874 parameter.
875
876 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
877
878 * gdb.python/py-mi-var-info-path-expression.c: New file.
879 * gdb.python/py-mi-var-info-path-expression.py: New file.
880 * gdb.python/py-mi-var-info-path-expression.exp: New file.
881
882 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
883
884 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
885 error after "cannot resolve name" string.
886
887 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
888
889 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
890 started.
891 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
892
893 2018-07-28 Tom de Vries <tdevries@suse.de>
894
895 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
896
897 2018-07-26 Tom de Vries <tdevries@suse.de>
898
899 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
900
901 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
902
903 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
904 is visible.
905
906 2018-07-26 Tom de Vries <tdevries@suse.de>
907
908 PR breakpoints/23366
909 * gdb.base/catch-follow-exec.c: New test.
910 * gdb.base/catch-follow-exec.exp: New file.
911
912 2018-07-25 Tom de Vries <tdevries@suse.de>
913
914 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
915 vla-optimized-out.c.
916
917 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
918
919 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
920 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
921
922 2018-07-20 Tom de Vries <tdevries@suse.de>
923
924 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
925 NOCLONE macro.
926 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
927
928 2018-07-19 Tom de Vries <tdevries@suse.de>
929
930 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
931 regular expression.
932
933 2018-07-18 Tom de Vries <tdevries@suse.de>
934
935 * gdb.base/vla-optimized-out.c: New test.
936 * gdb.base/vla-optimized-out.exp: New file.
937
938 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
939
940 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
941 message "No address associated with hostname" when gdbserver
942 cannot resolve the hostname.
943
944 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
945
946 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
947 Add some test prefixes to make tests unique.
948
949 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
950
951 * gdb.base/frameapply.c: New file.
952 * gdb.base/frameapply.exp: New file.
953
954 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
955
956 * gdb.base/skip.exp: Update expected error message.
957
958 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
959 Jan Kratochvil <jan.kratochvil@redhat.com>
960 Paul Fertser <fercerpav@gmail.com>
961 Tsutomu Seki <sekiriki@gmail.com>
962
963 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
964 parameter.
965 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
966 by default.
967 * boards/native-gdbserver.exp: Likewise.
968 * gdb.server/run-without-local-binary.exp: Improve regexp used
969 for detecting when a remote debugging connection succeeds.
970 * gdb.server/server-connect.exp: New file.
971 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
972 Do not prefix the port number with ":".
973 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
974 support for detecting and using it. Add '$debughost_gdbserver'
975 to the list of arguments used to start gdbserver. Handle case
976 when gdbserver cannot resolve a network name.
977
978 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
979
980 PR c++/23373
981 * gdb.base/ptype-offsets.cc (struct static_member): New
982 struct.
983 (main) <stmember>: New variable.
984 * gdb.base/ptype-offsets.exp: Add test for printing a struct
985 with a static member in it.
986
987 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
988
989 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
990 watchpoints enabled and disabled.
991
992 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
993
994 * gdb.base/examine-backward.exp: Still run tests around address
995 0x0, even if address 0x0 is not readable. Update the pattern for
996 matching address 0x0 in expected output.
997
998 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
999
1000 * gdb.base/share-env-with-gdbserver.c (main): Add call to
1001 malloc/free.
1002
1003 2018-07-04 Tom de Vries <tdevries@suse.de>
1004
1005 * gdb.dwarf2/dw2-error.exp: Update expected error message.
1006
1007 2018-07-02 Maciej W. Rozycki <macro@mips.com>
1008
1009 PR tdep/8282
1010 * gdb.arch/mips-disassembler-options.exp: New test.
1011 * gdb.arch/mips-disassembler-options.s: New test source.
1012
1013 2018-06-29 Pedro Alves <palves@redhat.com>
1014
1015 * gdb.threads/names.exp: Adjust expected "info threads" output.
1016
1017 2018-06-29 Pedro Alves <palves@redhat.com>
1018
1019 * gdb.opt/inline-break.exp (line number, address): Add "info
1020 break" tests.
1021
1022 2018-06-29 Pedro Alves <palves@redhat.com>
1023
1024 * gdb.opt/inline-break.c (func1): Add "break here" marker.
1025 * gdb.opt/inline-break.exp: Test setting breakpoints by line
1026 number and address and running to them.
1027
1028 2018-06-29 Richard Bunt <richard.bunt@arm.com>
1029
1030 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
1031
1032 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
1033
1034 * lib/compiler.c: Remove executable permission flag.
1035
1036 2018-06-28 Richard Bunt <richard.bunt@arm.com>
1037
1038 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
1039 code.
1040 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
1041
1042 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1043
1044 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
1045
1046 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1047
1048 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
1049 address argument is omitted.
1050
1051 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
1052
1053 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
1054
1055 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
1056
1057 PR gdb/21695
1058 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
1059 * gdb.base/infoline-reloc-main-from-zero.c: New file.
1060
1061 2018-06-26 Tom Tromey <tom@tromey.com>
1062
1063 PR rust/22574:
1064 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
1065 * gdb.rust/simple.rs (struct SimpleLayout): New.
1066
1067 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
1068
1069 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
1070 "info registers" output.
1071
1072 2018-06-21 Richard Bunt <richard.bunt@arm.com>
1073
1074 * gdb.base/watchpoint-hw-attach.c: New test.
1075 * gdb.base/watchpoint-hw-attach.exp: New file.
1076
1077 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
1078
1079 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
1080 through /bin/sh.
1081 * boards/dwarf4-gdb-index.exp: Likewise.
1082 * boards/fission-dwp.exp: Likewise.
1083
1084 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
1085
1086 * gdb.base/float128.exp: Add comment and improved fail message
1087 to the failure case of "print large128" test.
1088
1089 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
1090
1091 * configure.ac: Remove AC_PREREQ.
1092 * configure: Re-generate.
1093
1094 2018-06-19 Pedro Alves <palves@redhat.com>
1095
1096 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
1097 (func_extern_caller): New.
1098 (main): Call func_extern_caller.
1099 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
1100 logic change.
1101
1102 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
1103
1104 PR gdb/16841
1105 * gdb.cp/typedef-base.cc: New file.
1106 * gdb.cp/typedef-base.exp: New file.
1107
1108 2018-06-18 Tom de Vries <tdevries@suse.de>
1109
1110 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
1111
1112 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
1113 Richard Bunt <Richard.Bunt@arm.com>
1114
1115 * gdb.threads/attach-slow-waitpid.c: New file.
1116 * gdb.threads/attach-slow-waitpid.exp: New file.
1117 * gdb.threads/slow-waitpid.c: New file.
1118
1119 2018-06-14 Pedro Alves <palves@redhat.com>
1120
1121 * gdb.base/fork-running-state.c: Include <errno.h>.
1122 (exit_if_relative_exits): New.
1123 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
1124 exits.
1125 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
1126 child exits.
1127
1128 2018-06-14 Tom de Vries <tdevries@suse.de>
1129
1130 PR cli/22573
1131 * gdb.base/finish-pretty.c: New test.
1132 * gdb.base/finish-pretty.exp: New file.
1133
1134 2018-06-14 Pedro Alves <palves@redhat.com>
1135
1136 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
1137 gdb's expected startup output.
1138
1139 2018-06-14 Pedro Alves <palves@redhat.com>
1140
1141 * lib/selftest-support.exp (selftest_setup): Remove inlined
1142 function handling.
1143
1144 2018-06-14 Tom de Vries <tdevries@suse.de>
1145
1146 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
1147 matching of breakpoint printing.
1148
1149 2018-06-13 Tom de Vries <tdevries@suse.de>
1150
1151 PR testsuite/23269
1152 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
1153 (fork_child): ... here, and ...
1154 (fork_parent): ... here.
1155
1156 2018-06-12 Tom de Vries <tdevries@suse.de>
1157
1158 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
1159
1160 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1161 Stephen Roberts <stephen.roberts@arm.com>
1162
1163 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
1164 rewrite test to describe action performed, rather than possible
1165 failure.
1166
1167 2018-06-08 Gary Benson <gbenson@redhat.com>
1168
1169 * gdb.threads/check-libthread-db.exp: New file.
1170 * gdb.threads/check-libthread-db.c: Likewise.
1171
1172 2018-06-05 Tom Tromey <tom@tromey.com>
1173
1174 * gdb.base/default.exp: Update expected "show version" output.
1175
1176 2018-06-05 Tom Tromey <tom@tromey.com>
1177
1178 PR cli/12326:
1179 * gdb.cp/static-print-quit.exp: Update.
1180 * lib/gdb.exp (pagination_prompt): Update.
1181 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
1182 * gdb.python/python.exp: Update.
1183
1184 2018-06-04 Joel Brobecker <brobecker@adacore.com>
1185
1186 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
1187
1188 2018-06-01 Joel Brobecker <brobecker@adacore.com>
1189
1190 * gdb.ada/bp_fun_addr: New testcase.
1191
1192 2018-06-01 Tom Tromey <tom@tromey.com>
1193
1194 * gdb.xml/tdesc-regs.exp (load_description): Update expected
1195 results.
1196 * gdb.dwarf2/method-ptr.exp: Set language to C++.
1197 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
1198 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
1199 * gdb.base/maint.exp (maint_pass_if): Update.
1200
1201 2018-05-31 Maciej W. Rozycki <macro@mips.com>
1202
1203 * gdb.base/endian.exp: New test.
1204 * gdb.base/endian.c: New test source.
1205
1206 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
1207
1208 PR gdb/23203
1209 * gdb.base/bt-selected-frame.c: New file.
1210 * gdb.base/bt-selected-frame.exp: New file.
1211 * lib/gdb.exp (get_current_frame_number): New function.
1212
1213 2018-05-24 Maciej W. Rozycki <macro@mips.com>
1214 Pedro Alves <palves@redhat.com>
1215
1216 * gdb.threads/tls-core.c: Include <stdlib.h>
1217 (thread_proc): Call `abort'.
1218 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1219 (tls_core_test): New procedure, bits factored out from ...
1220 (top level): ... here. Test both native cores and gcore cores.
1221
1222 2018-05-23 Tom Tromey <tom@tromey.com>
1223
1224 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1225
1226 2018-05-23 Tom Tromey <tom@tromey.com>
1227
1228 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1229 symfile_complaints.
1230 (test_short_complaints): Likewise.
1231 (test_empty_complaints): Likewise.
1232 (test_initial_complaints): Update.
1233
1234 2018-05-23 Tom Tromey <tom@tromey.com>
1235
1236 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1237
1238 2018-05-23 Tom Tromey <tom@tromey.com>
1239
1240 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1241 (test_short_complaints): Update.
1242
1243 2018-05-22 Pedro Alves <palves@redhat.com>
1244
1245 * gdb.base/remote.exp: Only gdb_start after compiling the
1246 testcase. Issue "disconnect" before testing "set remote" command
1247 defaults. Issue clean_restart before running to main.
1248
1249 2018-05-22 Pedro Alves <palves@redhat.com>
1250
1251 * gdb.base/remote.exp: Adjust expected output of "show remote
1252 memory-write-packet-size". Add tests for "set remote
1253 memory-write-packet-size 0" and "set remote
1254 memory-write-packet-size fixed/limit".
1255
1256 2018-05-22 Pedro Alves <palves@redhat.com>
1257
1258 PR gdb/22973
1259 * gdb.base/utf8-identifiers.c: New file.
1260 * gdb.base/utf8-identifiers.exp: New file.
1261
1262 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1263
1264 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1265
1266 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1267
1268 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1269
1270 2018-05-18 Tom Tromey <tom@tromey.com>
1271
1272 * gdb.base/ptype-offsets.exp: Update.
1273
1274 2018-05-17 Keith Seitz <keiths@redhat.com>
1275
1276 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1277 in expected breakpoint stop locations.
1278 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1279 move to proper scope to test variable values.
1280 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1281 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1282 New functions.
1283 (main): Call not_inline_func3.
1284 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1285 inline_func1, inline_func2, and inline_func3. Test that when each
1286 breakpoint is hit, GDB properly reports both the stop location
1287 and the backtrace. Repeat tests for temporary breakpoints.
1288
1289 2018-05-15 Maciej W. Rozycki <macro@mips.com>
1290
1291 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1292 rather then trying to access it in determining whether the PID
1293 of `gdbserver' could have been retrieved.
1294
1295 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1296
1297 * gdb.arch/amd64-init-x87-values.S: New file.
1298 * gdb.arch/amd64-init-x87-values.exp: New file.
1299
1300 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1301
1302 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1303
1304 2018-05-04 Tom Tromey <tom@tromey.com>
1305
1306 PR python/22730:
1307 * gdb.python/python.exp: Test multi-line execute.
1308
1309 2018-05-04 Tom Tromey <tom@tromey.com>
1310
1311 PR python/22731:
1312 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1313
1314 2018-05-04 Tom Tromey <tom@tromey.com>
1315
1316 PR gdb/11750:
1317 * gdb.base/define.exp: Test defining a user command inside a user
1318 command.
1319 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1320
1321 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1322 Pedro Alves <palves@redhat.com>
1323
1324 PR breakpoints/19806 and support for PR external/20207.
1325 * gdb.base/watchpoint-unaligned.c: New file.
1326 * gdb.base/watchpoint-unaligned.exp: New file.
1327
1328 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1329
1330 * gdb.base/maint.exp: Make test names unique, use
1331 test_prefix_command_help to test 'help maint info', and remove
1332 repeated test of 'help maint'.
1333
1334 2018-05-04 Tom Tromey <tom@tromey.com>
1335
1336 PR gdb/22619:
1337 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1338 behavior.
1339
1340 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1341
1342 * gdb.base/maint.exp: Process output from 'maint print registers'
1343 line at a time.
1344
1345 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1346
1347 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1348 timeout.
1349
1350 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1351
1352 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1353 filter pattern.
1354
1355 2018-05-02 Pedro Alves <palves@redhat.com>
1356
1357 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1358 to_log_command renames.
1359 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1360
1361 2018-05-02 Tom Tromey <tom@tromey.com>
1362
1363 * gdb.python/py-parameter.exp: Set test message.
1364
1365 2018-05-02 Tom Tromey <tom@tromey.com>
1366
1367 PR python/20084:
1368 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1369 PARAM_ZUINTEGER_UNLIMITED tests.
1370
1371 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1372
1373 PR rust/23124
1374 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1375 when casting.
1376
1377 2018-04-30 Tom Tromey <tom@tromey.com>
1378
1379 * gdb.python/py-type.exp: Check align attribute.
1380 * gdb.python/py-type.c: New "aligncheck" global.
1381
1382 2018-04-30 Tom Tromey <tom@tromey.com>
1383
1384 PR exp/17095:
1385 * gdb.dwarf2/dw2-align.exp: New file.
1386 * gdb.cp/align.exp: New file.
1387 * gdb.base/align.exp: New file.
1388 * lib/gdb.exp (gdb_int128_helper): New proc.
1389 (has_int128_c, has_int128_cxx): New caching procs.
1390
1391 2018-04-27 Tom Tromey <tom@tromey.com>
1392
1393 PR rust/22545:
1394 * gdb.rust/simple.exp: Add inclusive range tests.
1395
1396 2018-04-26 Pedro Alves <palves@redhat.com>
1397
1398 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1399 ifunc breakpoint locations correctly of ifunc breakpoints set
1400 while the program resolves the ifunc.
1401
1402 2018-04-26 Pedro Alves <palves@redhat.com>
1403
1404 * gdb.base/gnu-ifunc-final.c: New file.
1405 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1406 * gdb.base/gnu-ifunc.exp (executable): Delete.
1407 (staticexecutable): Adjust.
1408 (lib_opts, exec_opts): Delete.
1409 (make_binsuffix, build, set-break): New procedures.
1410 (misc_tests): New, with tests factored out from the top level.
1411 (top level): Test different combinations of ifunc resolver name,
1412 resolver with and with debug info, and ifunc target with and
1413 without debug info. Wrap static tests with with_target_prefix.
1414
1415 2018-04-26 Pedro Alves <palves@redhat.com>
1416
1417 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1418 return type" warnings.
1419
1420 2018-04-25 Pedro Alves <palves@redhat.com>
1421
1422 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1423 killed".
1424 * gdb.base/kill-after-signal.exp: Likewise.
1425 * gdb.threads/kill.exp: Likewise.
1426
1427 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1428 Sergio Durigan Junior <sergiodj@redhat.com>
1429 Pedro Alves <palves@redhat.com>
1430
1431 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1432 regexps to expect for '[Inferior ... detached]' as well.
1433 * gdb.base/attach.exp: Likewise.
1434 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1435 "gdb_continue_to_end".
1436 (test_catch_syscall_with_wrong_args): Likewise.
1437 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1438 ']'. Don't set 'verbose' on.
1439 * gdb.base/foll-vfork.exp: Likewise.
1440 * gdb.base/fork-print-inferior-events.c: New file.
1441 * gdb.base/fork-print-inferior-events.exp: New file.
1442 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1443 '[Inferior ... has been killed]' message.
1444 * gdb.base/kill-after-signal.exp: Likewise.
1445 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1446 detach message.
1447 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1448 message.
1449 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1450 regexps to expect for '[Inferior ... detached]' as well.
1451 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1452
1453 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1454
1455 PR gdb/23104
1456 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1457
1458 2018-04-19 Richard Bunt <richard.bunt@arm.com>
1459
1460 * gdb.threads/multiple-successive-infcall.c: New test.
1461 * gdb.threads/multiple-successive-infcall.exp: New file.
1462
1463 2018-04-17 Tom Tromey <tom@tromey.com>
1464
1465 * gdb.rust/simple.rs (Union): New type.
1466 (main): New local "u".
1467 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1468
1469 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1470
1471 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1472 number information in output of "whereis" command.
1473 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1474
1475 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1476
1477 * gdb.ada/info_types.exp: Adjust expected output to the line
1478 numbers now printed by "info var/func/type".
1479 * gdb.base/completion.exp: Likewise.
1480 * gdb.base/included.exp: Likewise.
1481 * gdb.cp/cp-relocate.exp: Likewise.
1482 * gdb.cp/cplusfuncs.exp: Likewise.
1483 * gdb.cp/namespace.exp: Likewise.
1484 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1485
1486 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1487
1488 * gdb.btrace/cpu.exp: New.
1489
1490 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1491
1492 * gdb.base/step-indirect-call-thunk.exp: New.
1493 * gdb.base/step-indirect-call-thunk.c: New.
1494 * gdb.reverse/step-indirect-call-thunk.exp: New.
1495 * gdb.reverse/step-indirect-call-thunk.c: New.
1496
1497 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1498
1499 * gdb.base/pie-fork.c: New file.
1500 * gdb.base/pie-fork.exp: New file.
1501
1502 2018-04-11 Tom Tromey <tom@tromey.com>
1503
1504 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1505
1506 2018-04-10 Pedro Alves <palves@redhat.com>
1507
1508 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1509 exits. Instead loop running forever.
1510 (fork_parent): Run forever too.
1511
1512 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1513
1514 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1515 mi_continue_to_line.
1516 * gdb.mi/mi-stack.c (callee4): Add comment.
1517
1518 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1519
1520 * gdb.mi/mi-stack.exp: Fix indentation.
1521
1522 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1523
1524 PR gdb/22979
1525 * gdb.arch/amd64-osabi.exp: New file.
1526
1527 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1528
1529 PR gdb/22980
1530 * gdb.base/osabi.exp: New file.
1531
1532 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
1533
1534 * gdb.cp/static-typedef-print.exp: New file.
1535 * gdb.cp/static-typedef-print.cc: New file.
1536
1537 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1538
1539 * gdb.ada/varsize_limit: New testcase.
1540
1541 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1542
1543 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1544
1545 * gdb.ada/notcplusplus: New testcase.
1546
1547 * gdb.base/c-linkage-name.c: New file.
1548 * gdb.base/c-linkage-name.exp: New testcase.
1549
1550 2018-03-26 Tom Tromey <tom@tromey.com>
1551
1552 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1553 * gdb.python/py-framefilter.py (name_error): New global.
1554 (ErrorInName.function): Use name_error.
1555
1556 2018-03-26 Tom Tromey <tom@tromey.com>
1557
1558 PR backtrace/15582:
1559 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1560
1561 2018-03-23 Keith Seitz <keiths@redhat.com>
1562
1563 PR c++/22968
1564 * gdb.cp/subtypes.exp: New file.
1565 * gdb.cp/subtypes.h: New file.
1566 * gdb.cp/subtypes.cc: New file.
1567 * gdb.cp/subtypes-2.cc: New file.
1568
1569 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1570
1571 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1572 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1573 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1574 -nostartfiles when compiling the test. Confirm that all registers
1575 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1576
1577 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1578
1579 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1580 option, syntax was wrong anyway.
1581 * gdb.arch/arm-disp-step.exp: Likewise.
1582 * gdb.arch/sparc64-regs.exp: Likewise.
1583 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1584 option, syntax was wrong anyway, switch to use
1585 prepare_for_testing.
1586 * gdb.arch/i386-disp-step.exp: Likewise.
1587
1588 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1589
1590 * gdb.ada/exec_changed.exp: Replace "target_info exists
1591 use_gdb_stub" by "use_gdb_stub".
1592 * gdb.ada/start.exp: Likewise.
1593 * gdb.base/async-shell.exp: Likewise.
1594 * gdb.base/attach-pie-misread.exp: Likewise.
1595 * gdb.base/attach-wait-input.exp: Likewise.
1596 * gdb.base/break-entry.exp: Likewise.
1597 * gdb.base/break-interp.exp: Likewise.
1598 * gdb.base/dprintf-detach.exp: Likewise.
1599 * gdb.base/nostdlib.exp: Likewise.
1600 * gdb.base/solib-nodir.exp: Likewise.
1601 * gdb.base/statistics.exp: Likewise.
1602 * gdb.base/testenv.exp: Likewise.
1603 * gdb.mi/mi-exec-run.exp: Likewise.
1604 * gdb.mi/mi-start.exp: Likewise.
1605 * gdb.multi/dummy-frame-restore.exp: Likewise.
1606 * gdb.multi/multi-arch-exec.exp: Likewise.
1607 * gdb.multi/multi-arch.exp: Likewise.
1608 * gdb.multi/tids.exp: Likewise.
1609 * gdb.multi/watchpoint-multi.exp: Likewise.
1610 * gdb.python/py-events.exp: Likewise.
1611 * gdb.threads/attach-into-signal.exp: Likewise.
1612 * gdb.threads/attach-stopped.exp: Likewise.
1613 * gdb.threads/threadapply.exp: Likewise.
1614 * lib/selftest-support.exp: Likewise.
1615
1616 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1617
1618 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1619
1620 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1621
1622 * gdb.perf/template-breakpoints.cc: New file.
1623 * gdb.perf/template-breakpoints.exp: New file.
1624 * gdb.perf/template-breakpoints.py: New file.
1625
1626 2018-03-19 Tom Tromey <tom@tromey.com>
1627
1628 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1629 y0.
1630 * gdb.rust/simple.exp: Test bare identifier form of struct
1631 initializer.
1632
1633 2018-03-19 Tom Tromey <tom@tromey.com>
1634
1635 * gdb.gdb/observer.exp: Remove.
1636
1637 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1638
1639 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1640 "qualified" option when setting breakpoints.
1641 * gdb.trace/backtrace.exp: Likewise.
1642 * gdb.trace/circ.exp: Likewise.
1643 * gdb.trace/collection.exp: Likewise.
1644 * gdb.trace/disconnected-tracing.exp: Likewise.
1645 * gdb.trace/ftrace-lock.exp: Likewise.
1646 * gdb.trace/ftrace.exp: Likewise.
1647 * gdb.trace/infotrace.exp: Likewise.
1648 * gdb.trace/packetlen.exp: Likewise.
1649 * gdb.trace/passc-dyn.exp: Likewise.
1650 * gdb.trace/qtro.exp: Likewise.
1651 * gdb.trace/read-memory.exp: Likewise.
1652 * gdb.trace/report.exp: Likewise.
1653 * gdb.trace/signal.exp: Likewise.
1654 * gdb.trace/status-stop.exp: Likewise.
1655 * gdb.trace/strace.exp: Likewise.
1656 * gdb.trace/tfind.exp: Likewise.
1657 * gdb.trace/trace-break.exp: Likewise.
1658 * gdb.trace/trace-condition.exp: Likewise.
1659 * gdb.trace/trace-mt.exp: Likewise.
1660 * gdb.trace/tstatus.exp: Likewise.
1661 * gdb.trace/tsv.exp: Likewise.
1662 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1663 * gdb.trace/unavailable.exp: Likewise.
1664 * gdb.trace/while-dyn.exp: Likewise.
1665
1666 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1667
1668 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1669 that libinproctrace is copied to the target.
1670
1671 2018-03-14 Tom Tromey <tom@tromey.com>
1672
1673 PR cli/14977:
1674 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1675 a null pointer.
1676 * gdb.base/wchar.exp: Likewise.
1677
1678 2018-03-14 Tom Tromey <tom@tromey.com>
1679
1680 PR cli/19918:
1681 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1682 flag.
1683
1684 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1685
1686 PR gdb/22841
1687 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1688 "target" to remote_exec.
1689
1690 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1691
1692 PR gdb/22841
1693 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1694 ${board}_upload): Remove.
1695
1696 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1697
1698 * gdb.cp/watch-cp.cc: New test.
1699 * gdb.cp/watch-cp.exp: New file.
1700
1701 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1702
1703 * gdb.base/infcall-nested-structs.exp: New file.
1704 * gdb.base/infcall-nested-structs.c: New file.
1705 * gdb.base/float.exp: Add riscv support.
1706
1707 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1708
1709 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1710 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1711
1712 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1713
1714 * gdb.server/abspath.exp: New file.
1715 * lib/gdb.exp (with_cwd): New procedure.
1716
1717 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1718
1719 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1720 use it.
1721 (gdb_is_target_remote_prompt): New proc.
1722 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1723 (gdb_is_target_native): Pass prompt parameter to
1724 gdb_is_target_1.
1725
1726 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1727
1728 * gdb.base/load-command.c: New file.
1729 * gdb.base/load-command.exp: New file.
1730 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1731 (gdb_is_target_1): ...this, and generalize for other targets
1732 than just remote.
1733 (gdb_is_target_remote): Use gdb_is_target_1.
1734 (gdb_is_target_native): use gdb_is_target_1.
1735
1736 2018-02-26 Tom Tromey <tom@tromey.com>
1737
1738 PR python/16497:
1739 * gdb.python/py-framefilter.exp: Update test.
1740
1741 2018-02-26 Tom Tromey <tom@tromey.com>
1742
1743 * gdb.dwarf2/variant.c: New file.
1744 * gdb.dwarf2/variant.exp: New file.
1745
1746 2018-02-26 Tom Tromey <tom@tromey.com>
1747
1748 * gdb.rust/simple.exp: Accept more possible results in enum test.
1749
1750 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1751
1752 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1753 parentheses.
1754
1755 2018-02-23 Maciej W. Rozycki <macro@mips.com>
1756
1757 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1758 name of a variable: $actual_linejj -> $actual_line.
1759
1760 2018-02-21 John Baldwin <jhb@FreeBSD.org>
1761
1762 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1763
1764 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1765
1766 * gdb.btrace/buffer-size.exp: Do not force BTS.
1767
1768 2018-02-14 Pedro Alves <palves@redhat.com>
1769
1770 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1771 getting a "Quit".
1772
1773 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1774
1775 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1776 Fix test name.
1777
1778 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1779
1780 * gdb.cp/m-static.exp: Check type of optimized out static
1781 member.
1782
1783 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1784
1785 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1786 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1787
1788 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1789 Leszek Swirski <leszeks@google.com>
1790
1791 * gdb.python/py-prettyprint.c
1792 (struct to_string_returns_value_inner,
1793 struct to_string_returns_value_wrapper): New.
1794 (main): Add tsrvw variable.
1795 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1796 ToStringReturnsValueWrapper): New classes.
1797 (register_pretty_printers): Register new pretty-printers.
1798 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1799 recursive pretty printer.
1800 * gdb.python/py-mi.exp: Likewise.
1801
1802 2018-02-01 Leszek Swirski <leszeks@google.com>
1803
1804 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1805 functions with the same name as an include file are parsed
1806 correctly.
1807
1808 2018-02-01 Yao Qi <yao.qi@linaro.org>
1809
1810 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1811 "\[^\r\n\]*".
1812
1813 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1814
1815 * gdb.arch/powerpc-prologue-frame.s: New file.
1816 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1817 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1818
1819 2018-01-31 Joel Brobecker <brobecker@adacore.com>
1820
1821 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1822
1823 2018-01-30 Pedro Alves <palves@redhat.com>
1824
1825 PR gdb/13211
1826 * gdb.base/interrupt-daemon.c: New.
1827 * gdb.base/interrupt-daemon.exp: New.
1828 * gdb.multi/multi-term-settings.c: New.
1829 * gdb.multi/multi-term-settings.exp: New.
1830
1831 2018-01-30 Joel Brobecker <brobecker@adacore.com>
1832
1833 * gdb.base/break.exp: Save the location where the breakpoint
1834 on break.c:47 was actually inserted when debugging the version
1835 compiled at -O2 and use it in the expected output of the "info
1836 break" test performed soon after.
1837
1838 2018-01-22 Pedro Alves <palves@redhat.com>
1839 Sergio Durigan Junior <sergiodj@redhat.com>
1840
1841 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1842 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1843
1844 2018-01-22 Joel Brobecker <brobecker@adacore.com>
1845
1846 * gdb.base/break-include.c, gdb.base/break-include.inc,
1847 gdb.base/break-include.exp: New files.
1848 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1849 line number now being the actual line number where the breakpoint
1850 was inserted.
1851 * gdb.mi/mi-break.exp: Likewise.
1852 * gdb.mi/mi-reverse.exp: Likewise.
1853 * gdb.mi/mi-simplerun.exp: Ditto.
1854
1855 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1856
1857 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1858 varobj.
1859 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1860
1861 2018-01-21 Don Breazeal <donb@codesourcery.com>
1862 Andrew Burgess <andrew.burgess@embecosm.com>
1863
1864 * gdb.mi/basics.c: Add new global.
1865 * gdb.mi/mi-frame-regs.exp: New file.
1866 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1867 case.
1868
1869 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1870
1871 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1872 non-parameter, and on an unknown symbol.
1873
1874 2018-01-19 Tom Tromey <tom@tromey.com>
1875
1876 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1877 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1878
1879 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1880
1881 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1882 setrlimit and chdir to int.
1883
1884 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1885
1886 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1887 function.
1888 (my_tend): Likewise.
1889 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1890 rationale of avoiding FP- and vector instructions.
1891
1892 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1893
1894 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1895 "info reg" with "\[ \t\]*".
1896 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1897 "\[ \t\]+".
1898 * gdb.arch/s390-multiarch.exp: Ditto.
1899 * gdb.base/pc-fp.exp: Ditto.
1900 * gdb.reverse/i386-precsave.exp: Ditto.
1901 * gdb.reverse/i386-reverse.exp: Ditto.
1902 * gdb.reverse/i387-env-reverse.exp: Ditto.
1903 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1904
1905 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1906
1907 * lib/gdb.exp (gdb_compile): Re-enable use of
1908 universal_compile_options for languages other than Rust.
1909
1910 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1911
1912 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1913
1914 2018-01-17 Mike Gulick <mgulick@mathworks.com>
1915
1916 PR gdb/16577
1917 * gdb.base/solib-vanish.exp: New.
1918 * gdb.base/solib-vanish-main.c: New.
1919 * gdb.base/solib-vanish-lib1.c: New.
1920 * gdb.base/solib-vanish-lib2.c: New.
1921
1922 2018-01-17 Yao Qi <yao.qi@linaro.org>
1923
1924 * gdb.compile/compile.exp: Match the address printed for
1925 frame in the output of command "bt".
1926
1927 2018-01-15 Tom Tromey <tom@tromey.com>
1928
1929 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1930 compute sp_reg.
1931
1932 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1933
1934 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1935 to prepare.
1936 (prepare): Return 0 on error, 1 on success.
1937
1938 2018-01-12 Pedro Alves <palves@redhat.com>
1939
1940 * gdb.base/continue-after-aborted-step-over.c: New.
1941 * gdb.base/continue-after-aborted-step-over.exp: New.
1942
1943 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1944
1945 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1946 options when not creating an executable.
1947
1948 2018-01-11 Pedro Alves <palves@redhat.com>
1949
1950 PR remote/22597
1951 * gdb.server/stop-reply-no-thread.c: New file.
1952 * gdb.server/stop-reply-no-thread.exp: New file.
1953
1954 2018-01-10 Pedro Alves <palves@redhat.com>
1955
1956 PR gdb/22670
1957 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1958 functions too. Test setting breakpoints and printing C functions
1959 with no debug info too.
1960 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1961
1962 2018-01-10 Pedro Alves <palves@redhat.com>
1963
1964 PR gdb/22670
1965 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1966 a fail.
1967
1968 2018-01-10 Pedro Alves <palves@redhat.com>
1969
1970 PR gdb/22670
1971 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1972
1973 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1974
1975 * gdb.server/unittest.exp: Match the output in non-development
1976 mode.
1977
1978 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1979
1980 * gdb.gdb/unittest.exp: Match output in non-development mode.
1981
1982 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1983
1984 * gdb.ada/access_tagged_param.exp: Relax expected output
1985 for value of "ObjL" in "continue" to pck.inspect breakpoint
1986 test.
1987
1988 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1989
1990 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1991 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1992
1993 2018-01-05 Pedro Alves <palves@redhat.com>
1994
1995 PR gdb/18653
1996 * gdb.base/libsegfault.exp: New.
1997
1998 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1999
2000 PR gdb/22670
2001 * gdb.ada/access_tagged_param.exp: New file.
2002 * gdb.ada/access_tagged_param/foo.adb: New file.
2003
2004 2018-01-05 Pedro Alves <palves@redhat.com>
2005
2006 PR gdb/22670
2007 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
2008 exercise lower case too, and to exercise both full matching and
2009 wild matching.
2010
2011 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2012
2013 * gdb.ada/rename_subscript_param: New testcase.
2014
2015 2018-01-05 Jerome Guitton <guitton@adacore.com>
2016
2017 * gdb.ada/arr_acc_idx_w_gap: New testcase.
2018
2019 2018-01-05 Joel Brobecker <brobecker@adacore.com>
2020
2021 * gdb.ada/convvar_comp: New testcase.
2022
2023 2018-01-05 Xavier Roirand <roirand@adacore.com>
2024
2025 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
2026 (My_Table): New global variable.
2027 * testsuite/gdb.ada/array_char_idx.exp: Add test.
2028
2029 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2030
2031 PR gdb/22670
2032 * gdb.ada/maint_with_ada: New testcase.
2033
2034 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2035
2036 PR gdb/22670
2037 * gdb.ada/bp_c_mixed_case: New testcase.
2038
2039 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2040
2041 PR gdb/22670
2042 * gdb.ada/complete.exp: Add "complete break ada" test.
2043
2044 2018-01-04 Joel Brobecker <brobecker@adacore.com>
2045
2046 PR gdb/22670
2047 * gdb.ada/info_addr_mixed_case: New testcase.
2048
2049 2018-01-03 Xavier Roirand <roirand@adacore.com>
2050
2051 * gdb.ada/excep_handle.exp: New testcase.
2052 * gdb.ada/excep_handle/foo.adb: New file.
2053 * gdb.ada/excep_handle/pck.ads: New file.
2054
2055 2018-01-03 Joel Brobecker <brobecker@adacore.com>
2056
2057 * gdb.base/step-line.c: Add extra empty line in copyright header.
2058 * gdb.base/step-line.inp: Likewise.
2059
2060 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2061
2062 * gdb.ada/dyn_stride.exp: Add slice test.
2063
2064 2018-01-02 Joel Brobecker <brobecker@adacore.com>
2065
2066 * gdb.ada/dyn_stride: New testcase.
2067
2068 2017-12-27 Stafford Horne <shorne@gmail.com>
2069
2070 * gdb.xml/extra-regs.xml: Add example foo reggroup.
2071 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
2072
2073 2017-12-27 Stafford Horne <shorne@gmail.com>
2074
2075 * gdb.base/reggroups.c: New file.
2076 * gdb.base/reggroups.exp: New file.
2077
2078 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2079
2080 * gdb.dwarf2/ada-valprint-error.c: New file.
2081 * gdb.dwarf2/ada-valprint-error.exp: New file.
2082
2083 2017-12-18 Joel Brobecker <brobecker@adacore.com>
2084
2085 * gdb.ada/assign_arr: New testcase.
2086
2087 2017-12-18 Xavier Roirand <roirand@adacore.com>
2088
2089 * gdb.ada/funcall_ptr: New testcase.
2090
2091 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
2092
2093 PR cli/16224
2094 * gdb.base/ptype-offsets.cc: New file.
2095 * gdb.base/ptype-offsets.exp: New file.
2096
2097 2017-12-15 Yao Qi <yao.qi@linaro.org>
2098
2099 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
2100 if XML is disabled.
2101
2102 2017-12-15 Xavier Roirand <roirand@adacore.com>
2103
2104 * gdb.ada/same_component_name: New testcase.
2105
2106 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2107
2108 * gdb.ada/str_binop_equal: New testcase.
2109
2110 2017-12-14 Joel Brobecker <brobecker@adacore.com>
2111
2112 * gdb.ada/task_switch_in_core: New testcase.
2113
2114 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
2115
2116 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
2117 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
2118 call test_bkpt_qualified.
2119 (test_bkpt_qualified): New proc.
2120
2121 2017-12-13 Pedro Alves <palves@redhat.com>
2122
2123 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
2124 Tighten regexp by matching with an anchor.
2125
2126 2017-12-13 Pedro Alves <palves@redhat.com>
2127
2128 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
2129 ("expression with namespace"): New set of tests.
2130 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
2131 (Nested::Test_NS::qux): New.
2132 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
2133 defaults to 'start_quote_char' and 'end_quote_char' parameters.
2134
2135 2017-12-13 Joel Brobecker <brobecker@adacore.com>
2136
2137 * gdb.base/server-del-break.c: New file.
2138 * gdb.base/server-del-break.exp: New file.
2139
2140 2017-12-12 Stafford Horne <shorne@gmail.com>
2141
2142 * gdb.xml/tdesc-regs.exp: Add or1k support.
2143
2144 2017-12-12 Stafford Horne <shorne@gmail.com>
2145
2146 * gdb.base/bp-permanent.c: Define nop of or1k.
2147
2148 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2149
2150 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
2151 output with components being reordered.
2152
2153 2017-12-11 Joel Brobecker <brobecker@adacore.com>
2154
2155 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
2156 output with components being reordered.
2157
2158 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
2159 Pedro Alves <palves@redhat.com>
2160
2161 * gdb.base/maint.exp (check for .gdb_index): Check also for
2162 .debug_names.
2163 * gdb.dlang/watch-loc.c (.debug_aranges): New.
2164 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
2165 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
2166 (.gdb_index used after symbol reloading): Support also .debug_names.
2167 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
2168
2169 2017-12-08 Yao Qi <yao.qi@linaro.org>
2170
2171 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2172 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
2173
2174 2017-12-08 Yao Qi <yao.qi@linaro.org>
2175
2176 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
2177 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
2178
2179 2017-12-08 Yao Qi <yao.qi@linaro.org>
2180
2181 * gdb.arch/aarch64-tagged-pointer.c: New file.
2182 * gdb.arch/aarch64-tagged-pointer.exp: New file.
2183
2184 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
2185
2186 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
2187 "int".
2188
2189 2017-12-07 Keith Seitz <keiths@redhat.com>
2190
2191 PR breakpoints/22569
2192 * gdb.linespec/ls-errs.exp: Change expected result of "break
2193 -source this file has spaces.c -line 3".
2194 Check that an explicit source file followed by whitespace is
2195 identified as an invalid explicit location.
2196
2197 2017-12-07 Keith Seitz <keiths@redhat.com>
2198
2199 * gdb.cp/nested-types.cc: New file.
2200 * gdb.cp/nested-types.exp: New file.
2201 * lib/cp-support.exp: Load data-structures.exp library.
2202 (debug_cp_test_ptype_class): New global.
2203 (cp_ptype_class_verbose, next_line): New procedures.
2204 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
2205 Add and document new return value.
2206 Switch the list of lines to a queue.
2207 Add support for new `type' key for nested type definitions.
2208 Add debugging/troubleshooting messages.
2209 * lib/data-structures.exp: New file.
2210
2211 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
2212
2213 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
2214 with proc_with_prefix, don't use with_test_prefix.
2215
2216 2017-12-07 Tom Tromey <tom@tromey.com>
2217
2218 * gdb.base/break.exp: Add test for empty "commands".
2219
2220 2017-12-07 Yao Qi <yao.qi@linaro.org>
2221
2222 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2223 malloc and catch syscall.
2224
2225 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2226
2227 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2228 tests for explicit locations.
2229
2230 2017-12-06 Pedro Alves <palves@redhat.com>
2231
2232 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2233 force-disabling XML descriptions.
2234
2235 2017-12-04 Pedro Alves <palves@redhat.com>
2236
2237 PR gdb/22499
2238 * gdb.arch/amd64-disp-step-avx.S: New file.
2239 * gdb.arch/amd64-disp-step-avx.exp: New file.
2240
2241 2017-12-03 Pedro Alves <palves@redhat.com>
2242
2243 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2244 and <string.h>.
2245 (parent_function): Print distinct messages when waitpid fails, or
2246 the child exits with a signal, or the child exits for an unhandled
2247 reason.
2248 * gdb.threads/process-dies-while-detaching.exp
2249 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2250 it. Wait for both inferior output and GDB's prompt. Use an
2251 indirect spawn id list.
2252 (do_detach): New parameter 'child_exit'. Use it to compute
2253 expected inferior output.
2254 (test_detach, test_detach_watch, test_detach_killed_outside):
2255 Adjust to pass down the expected child exit kind.
2256
2257 2017-12-01 Joel Brobecker <brobecker@adacore.com>
2258 Sergio Durigan Junior <sergiodj@redhat.com>
2259 Pedro Alves <palves@redhat.com>
2260
2261 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2262
2263 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2264
2265 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2266 to 'symbol-file' and 'add-symbol-file' can be
2267 position-independent.
2268
2269 2017-12-01 Yao Qi <yao.qi@linaro.org>
2270
2271 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2272 the URL in copyright header.
2273 * gdb.arch/aarch64-fp.exp: Likewise.
2274 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2275 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2276 * gdb.base/expand-psymtabs.exp: Likewise.
2277 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2278 * gdb.fortran/common-block.exp: Likewise.
2279 * gdb.fortran/common-block.f90: Likewise.
2280 * gdb.fortran/logical.exp: Likewise.
2281 * gdb.fortran/vla-datatypes.f90: Likewise.
2282 * gdb.fortran/vla-sub.f90: Likewise.
2283
2284 2017-11-30 Joel Brobecker <brobecker@adacore.com>
2285
2286 * gdb.ada/repeat_dyn: New testcase.
2287
2288 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2289
2290 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2291 Update for changed thread numbering.
2292 * gdb.cell/bt.exp: Update for changed GDB output.
2293
2294 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2295
2296 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2297 setting isremote by hand.
2298 * boards/dwarf4-gdb-index.exp: Likewise.
2299 * boards/fission.exp: Likewise.
2300 * boards/stabs.exp: Likewise.
2301
2302 2017-11-30 Pedro Alves <palves@redhat.com>
2303
2304 * gdb.linespec/cpls-ops.exp
2305 (check_explicit_skips_function_argument): Extract the underlying
2306 type of size_t instead of hardcoding it.
2307
2308 2017-11-29 Pedro Alves <palves@redhat.com>
2309
2310 PR c++/19436
2311 * gdb.linespec/cpls-abi-tag.cc: New file.
2312 * gdb.linespec/cpls-abi-tag.exp: New file.
2313
2314 2017-11-29 Pedro Alves <palves@redhat.com>
2315
2316 * gdb.base/langs.exp: Use -qualified.
2317 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2318 it.
2319 * gdb.cp/namespace.exp: Use -qualified.
2320 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2321 (overload-3, template-overload, template-ret-type, const-overload)
2322 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2323 procedures.
2324 (test_driver): Call them.
2325 * gdb.cp/save-bp-qualified.cc: New.
2326 * gdb.cp/save-bp-qualified.exp: New.
2327 * gdb.linespec/explicit.exp: Test -qualified.
2328 * lib/completion-support.exp (completion::explicit_opts_list): Add
2329 "-qualified".
2330 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2331
2332 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2333
2334 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2335
2336 2017-11-29 Tom Tromey <tom@tromey.com>
2337
2338 * gdb.base/relocate.exp: Update invalid argument test.
2339 Add new tests for invalid arguments.
2340
2341 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2342
2343 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2344 Return 0 as a long.
2345 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2346
2347 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2348
2349 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2350 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2351 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2352 func ().
2353 * gdb.cp/shadow.cc (B.func): Return 0.
2354
2355 2017-11-27 Joel Brobecker <brobecker@adacore.com>
2356
2357 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2358 expected output in gdb_expect call to allow the exception
2359 message to be present as well. Fix syntax confusion to avoid
2360 TCL thinking that exception_name is an array.
2361
2362 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2363
2364 * gdb.arch/spu-info.c: Include <unistd.h>.
2365 (do_signal_test): Fix broken calls to write.
2366 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2367 Fix checks for empty mailboxes. Update signal tests for corrected
2368 do_signal_test routine. Allow nonzero event status.
2369 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2370 * gdb.cell/arch.exp: Use standard_output_file.
2371 * gdb.cell/break.exp: Likewise.
2372 * gdb.cell/bt.exp: Likewise.
2373 * gdb.cell/core.exp: Likewise.
2374 * gdb.cell/dwarfaddr.exp: Likewise.
2375 * gdb.cell/ea-cache.exp: Likewise.
2376 * gdb.cell/ea-standalone.exp: Likewise.
2377 * gdb.cell/f-regs.exp: Likewise.
2378 * gdb.cell/fork.exp: Likewise.
2379 * gdb.cell/gcore.exp: Likewise.
2380 * gdb.cell/mem-access.exp: Likewise.
2381 * gdb.cell/ptype.exp: Likewise.
2382 * gdb.cell/registers.exp: Likewise.
2383 * gdb.cell/sizeof.exp: Likewise.
2384 * gdb.cell/solib-symbol.exp: Likewise.
2385 * gdb.cell/solib.exp: Likewise.
2386
2387 2017-11-25 Pedro Alves <palves@redhat.com>
2388
2389 * gdb.base/complete-empty.exp: New file.
2390 * gdb.base/completion.exp: Adjust.
2391
2392 2017-11-25 Pedro Alves <palves@redhat.com>
2393
2394 * gdb.linespec/cpls-ops.cc: New file.
2395 * gdb.linespec/cpls-ops.exp: New file.
2396 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2397 factored out from ...
2398 (test_complete_prefix_range): ... this.
2399
2400 2017-11-24 Pedro Alves <palves@redhat.com>
2401
2402 * gdb.linespec/cpcompletion.exp: New file.
2403 * gdb.linespec/cpls-hyphen.cc: New file.
2404 * gdb.linespec/cpls.cc: New file.
2405 * gdb.linespec/cpls2.cc: New file.
2406 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2407 test to use test_gdb_complete_unique. Add label completion,
2408 keyword completion and explicit location completion tests.
2409 * lib/completion-support.exp: New file.
2410
2411 2017-11-24 Joel Brobecker <brobecker@adacore.com>
2412
2413 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2414 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2415 when hitting an exception catchpoint.
2416
2417 2017-11-22 Yao Qi <yao.qi@linaro.org>
2418
2419 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2420
2421 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2422
2423 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2424 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2425 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2426
2427 2017-11-22 Yao Qi <yao.qi@linaro.org>
2428
2429 * gdb.base/info-os.exp: Pass pthreads.
2430 * gdb.multi/multi-attach.exp: Likewise.
2431
2432 2017-11-22 Yao Qi <yao.qi@linaro.org>
2433
2434 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2435 compiler.
2436
2437 2017-11-22 Yao Qi <yao.qi@linaro.org>
2438
2439 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2440 * gdb.base/break-interp.exp: Likewise.
2441 * gdb.base/jit-attach-pie.exp: Likewise.
2442
2443 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2444
2445 * gdb.base/float128.c (large128): New variable.
2446 * gdb.base/float128.exp: Add test to print largest __float128 value.
2447
2448 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2449
2450 * gdb.arch/vsx-regs.exp: Update register content checks.
2451
2452 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2453
2454 * gdb.arch/ppc-longdouble.exp: New file.
2455 * gdb.arch/ppc-longdouble.c: Likewise.
2456
2457 2017-11-21 Pedro Alves <palves@redhat.com>
2458
2459 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2460
2461 2017-11-20 Pedro Alves <palves@redhat.com>
2462
2463 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2464 (long_double_typedef): New typedefs.
2465 Use DEF on double and long double.
2466 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2467 cases.
2468 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2469 and 'long_double_ptr_same_size' locals. Use them to decide
2470 whether cast from array/function to float is valid/invalid.
2471
2472 2017-11-17 Tom Tromey <tom@tromey.com>
2473
2474 * gdb.rust/traits.rs: New file.
2475 * gdb.rust/traits.exp: New file.
2476
2477 2017-11-17 Joel Brobecker <brobecker@adacore.com>
2478
2479 * gdb.ada/minsyms: New testcase.
2480
2481 2017-11-16 Pedro Alves <palves@redhat.com>
2482
2483 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2484 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2485
2486 2017-11-16 Pedro Alves <palves@redhat.com>
2487
2488 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2489 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2490
2491 2017-11-16 Pedro Alves <palves@redhat.com>
2492
2493 * gdb.server/reconnect-ctrl-c.c: New file.
2494 * gdb.server/reconnect-ctrl-c.exp: New file.
2495
2496 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2497
2498 * gdb.python/py-rbreak.exp: New file.
2499 * gdb.python/py-rbreak.c: New file.
2500 * gdb.python/py-rbreak-func2.c: New file.
2501
2502 2017-11-16 Pedro Alves <palves@redhat.com>
2503
2504 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2505 pattern.
2506 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2507 GDB.
2508
2509 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2510
2511 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2512 regex.
2513
2514 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2515
2516 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2517 test names.
2518
2519 2017-11-09 Pedro Alves <palves@redhat.com>
2520
2521 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2522 factored out from ...
2523 (top level): ... here, and adjusted to avoid expecting beyond the
2524 prompt in a single gdb_test_multiple.
2525
2526 2017-11-09 Pedro Alves <palves@redhat.com>
2527
2528 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2529 output.
2530 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2531 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2532 * gdb.server/ext-run.exp ("kill" test): Likewise.
2533 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2534
2535 2017-11-09 Pedro Alves <palves@redhat.com>
2536
2537 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2538 match till end of line.
2539
2540 2017-11-09 Pedro Alves <palves@redhat.com>
2541
2542 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2543
2544 2017-11-09 Pedro Alves <palves@redhat.com>
2545
2546 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2547 New procedures, factored out from ...
2548 (top level): ... here, and adjusted to avoid expecting beyond the
2549 prompt in one go.
2550
2551 2017-11-09 Pedro Alves <palves@redhat.com>
2552
2553 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2554 output. Fix '?' match.
2555
2556 2017-11-08 Joel Brobecker <brobecker@adacore.com>
2557
2558 * gdb.ada/scoped_watch: New testcase.
2559 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2560 which is actually correct.
2561 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2562 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2563
2564 2017-11-08 Pedro Alves <palves@redhat.com>
2565
2566 * gdb.gdb/complaints.exp (test_initial_complaints)
2567 (test_serial_complaints, test_short_complaints): Call
2568 complaint_internal instead of complaint.
2569
2570 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2571
2572 * gdb.threads/tls-core.c: New file.
2573 * gdb.threads/tls-core.exp: Likewise.
2574
2575 2017-11-08 Pedro Alves <palves@redhat.com>
2576
2577 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2578 (p Exported_Capitalized): New test.
2579 (p exported_capitalized): New test.
2580
2581 2017-11-07 Pedro Alves <palves@redhat.com>
2582
2583 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2584
2585 2017-11-07 Pedro Alves <palves@redhat.com>
2586
2587 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2588 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2589 (disable_invalid, disable_inverted, disable_negative): New
2590 procedures.
2591 ("bad numbers"): New set of tests.
2592
2593 2017-11-07 Pedro Alves <palves@redhat.com>
2594
2595 * gdb.cp/ena-dis-br-range.exp: Add tests.
2596
2597 2017-11-07 Pedro Alves <palves@redhat.com>
2598
2599 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2600
2601 2017-11-07 Xavier Roirand <roirand@adacore.com>
2602 Pedro Alves <palves@redhat.com>
2603
2604 * gdb.base/ena-dis-br.exp: Add reference to
2605 gdb.cp/ena-dis-br-range.exp.
2606 * gdb.cp/ena-dis-br-range.exp: New file.
2607 * gdb.cp/ena-dis-br-range.cc: New file.
2608
2609 2017-11-06 Pedro Alves <palves@redhat.com>
2610
2611 * gdb.base/attach-non-pgrp-leader.c: New.
2612 * gdb.base/attach-non-pgrp-leader.exp: New.
2613
2614 2017-11-06 Pedro Alves <palves@redhat.com>
2615
2616 * configure.ac: No longer check for termio.h and sgtty.h.
2617 * configure: Regenerate.
2618 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2619 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2620 Remove termio and sgtty code.
2621
2622 2017-11-03 Yao Qi <yao.qi@linaro.org>
2623
2624 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2625 in GDB is disabled.
2626
2627 2017-11-03 Yao Qi <yao.qi@linaro.org>
2628
2629 * gdb.python/py-thrhandle.exp: Skip it if python is not
2630 enabled.
2631
2632 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2633
2634 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2635 as a breakpoint command.
2636
2637 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2638
2639 PR python/21213
2640 * gdb.python/py-infthread.exp: Test calling
2641 InferiorThread.inferior () multiple times in a row.
2642
2643 2017-10-27 Keith Seitz <keiths@redhat.com>
2644
2645 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2646 Test "info break" for every inlined function breakpoint.
2647
2648 2017-10-27 Yao Qi <yao.qi@linaro.org>
2649
2650 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2651
2652 2017-10-26 Patrick Frants <osscontribute@gmail.com>
2653
2654 * gdb.cp/classes.exp (test_static_members): Test printing
2655 Outer::instance.
2656 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2657 (Inner::instance, Outer::instance): New.
2658
2659 2017-10-24 Pedro Alves <palves@redhat.com>
2660
2661 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2662 extra console" test in two stages.
2663
2664 2017-10-24 Pedro Alves <palves@redhat.com>
2665
2666 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2667
2668 2017-10-24 Pedro Alves <palves@redhat.com>
2669
2670 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2671 loop.
2672
2673 2017-10-24 Pedro Alves <palves@redhat.com>
2674
2675 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2676 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2677
2678 2017-10-24 Pedro Alves <palves@redhat.com>
2679
2680 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2681 parameter and handle it. Don't output read value in test name.
2682
2683 2017-10-24 Pedro Alves <palves@redhat.com>
2684
2685 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2686 custom test name.
2687
2688 2017-10-24 Pedro Alves <palves@redhat.com>
2689
2690 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2691 include the unstable output directory name in the test's name.
2692 (initial_setup_simple) <'set args'>: Use custom test name.
2693
2694 2017-10-24 Pedro Alves <palves@redhat.com>
2695
2696 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2697 with explicit test name.
2698
2699 2017-10-20 Pedro Alves <palves@redhat.com>
2700
2701 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2702 'wait -i'. Use gdb_assert and remote_close.
2703
2704 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2705
2706 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2707 number from variable rather than hard-coded.
2708
2709 2017-10-19 Pedro Alves <palves@redhat.com>
2710
2711 * gdb.base/long-inferior-output.c: New file.
2712 * gdb.base/long-inferior-output.exp: New file.
2713
2714 2017-11-18 Keith Seitz <keiths@redhat.com>
2715
2716 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2717 method.
2718 (main): Call it.
2719 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2720 Add additional user-defined conversion operator tests.
2721
2722 2017-10-17 Pedro Alves <palves@redhat.com>
2723
2724 * boards/native-stdio-gdbserver.exp: Load "local-board".
2725
2726 2017-10-17 Pedro Alves <palves@redhat.com>
2727
2728 * gdb.base/quit-live.c: New file.
2729 * gdb.base/quit-live.exp: New file.
2730
2731 2017-10-16 Keith Seitz <keiths@redhat.com>
2732
2733 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2734 (class_with_protected_typedef, class_with_private_typedef)
2735 (struct_with_public_typedef, struct_with_protected_typedef)
2736 (struct_with_private_typedef): New classes/structs.
2737 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2738 typedefs and access specifiers.
2739
2740 2017-10-16 Pedro Alves <palves@redhat.com>
2741 Simon Marchi <simon.marchi@polymtl.ca>
2742
2743 * README (Local vs Remote vs Native): New section.
2744 * boards/local-board.exp: New file, with bits factored out from
2745 ...
2746 * boards/native-extended-gdbserver.exp: ... here. Load
2747 "local-board".
2748 * boards/native-gdbserver.exp: Load "local-board".
2749 (${board}_spawn, ${board}_exec): Delete.
2750 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2751 ...
2752 * boards/stdio-gdbserver-base.exp: ... this new file.
2753 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2754 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2755 procedure.
2756 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2757 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2758 stdio_gdbserver_command.
2759 (${board}_get_remote_address, ${board}_get_comm_port)
2760 (${board}_download, ${board}_upload): Delete.
2761 (get_target_remote_pipe_cmd): New.
2762
2763 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2764
2765 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2766 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2767 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2768 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2769 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2770 remove with_test_prefix.
2771
2772 2017-10-13 Pedro Alves <palves@redhat.com>
2773
2774 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2775 * gdb.base/annota1.exp: Use it instead of is_remote.
2776 * gdb.base/annota3.exp: Use it instead of is_remote.
2777 * gdb.cp/annota2.exp: Use it instead of is_remote.
2778 * gdb.cp/annota3.exp: Use it instead of is_remote.
2779 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2780
2781 2017-10-13 Pedro Alves <palves@redhat.com>
2782
2783 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2784 (test_num_test_vars, run_and_count_vars, find_env)
2785 (test_set_unset_env, test_inherit_env_var): New procedures.
2786 (top level): Use them.
2787
2788 2017-10-13 Pedro Alves <palves@redhat.com>
2789
2790 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2791 also skip on stub-like targets.
2792
2793 2017-10-13 Pedro Alves <palves@redhat.com>
2794
2795 PR gdb/22293
2796 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2797 (top level): Move some tests to ...
2798 (test_not_found): ... this new procedure.
2799 (top level): Call it.
2800
2801 2017-10-13 Pedro Alves <palves@redhat.com>
2802
2803 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2804 expect different "info terminal" output if testing with a
2805 non-native target.
2806
2807 2017-10-13 Pedro Alves <palves@redhat.com>
2808 Simon Marchi <simon.marchi@polymtl.ca>
2809
2810 PR python/12966
2811 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2812
2813 2017-10-13 Pedro Alves <palves@redhat.com>
2814
2815 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2816 already.
2817
2818 2017-10-13 Pedro Alves <palves@redhat.com>
2819
2820 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2821 is_remote.
2822
2823 2017-10-13 Pedro Alves <palves@redhat.com>
2824
2825 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2826 is_remote.
2827
2828 2017-10-13 Pedro Alves <palves@redhat.com>
2829
2830 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2831 is set.
2832 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2833 instead of is_remote.
2834
2835 2017-10-13 Pedro Alves <palves@redhat.com>
2836
2837 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2838 (top level): Add comment.
2839
2840 2017-10-13 Pedro Alves <palves@redhat.com>
2841
2842 * gdb.base/remote.exp (top level): Fix comment typo and add
2843 missing return.
2844
2845 2017-10-13 Pedro Alves <palves@redhat.com>
2846 Simon Marchi <simon.marchi@polymtl.ca>
2847
2848 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2849 calls and add comments. Skip test if use_gdb_stub is set.
2850 (top level): Use "set cwd" command instead of "cd" command.
2851
2852 2017-10-13 Pedro Alves <palves@redhat.com>
2853
2854 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2855 is_remote target check.
2856
2857 2017-10-13 Pedro Alves <palves@redhat.com>
2858
2859 * gdb.base/scope.exp: Use build_executable + clean_restart +
2860 gdb_file_cmd instead of prepare_for_testing and no longer skip
2861 "before run" tests on is_remote target boards. Update comments.
2862 * boards/native-extended-gdbserver.exp
2863 (extended_gdbserver_load_last_file): New, factored out from ...
2864 (gdb_load): ... this. Move further below and add comment.
2865 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2866
2867 2017-10-12 Pedro Alves <palves@redhat.com>
2868
2869 * gdb.base/attach.exp: Remove references to gdb64.
2870 * gdb.base/dbx.exp: Remove references to gdb64.
2871
2872 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2873 Pedro Alves <palves@redhat.com>
2874
2875 * gdb.base/label.exp: Remove is_remote target check.
2876
2877 2017-10-12 Pedro Alves <palves@redhat.com>
2878
2879 * gdb.base/auvx.exp (coredir): Update comment.
2880 (top level) <core_works>: Use "set cwd" command instead of "cd"
2881 command.
2882
2883 2017-10-12 Pedro Alves <palves@redhat.com>
2884 Simon Marchi <simon.marchi@polymtl.ca>
2885
2886 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2887 target boards.
2888
2889 2017-10-12 Pedro Alves <palves@redhat.com>
2890 Simon Marchi <simon.marchi@polymtl.ca>
2891
2892 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2893 Instead skip if there's any gdb_protocol set.
2894
2895 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2896 Pedro Alves <palves@redhat.com>
2897
2898 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2899
2900 2017-10-12 Pedro Alves <palves@redhat.com>
2901 Simon Marchi <simon.marchi@polymtl.ca>
2902
2903 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2904 instead of on dejagnu remote boards.
2905
2906 2017-10-12 Pedro Alves <palves@redhat.com>
2907 Simon Marchi <simon.marchi@polymtl.ca>
2908
2909 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2910 checks. Use build_executable + clean_restart instead of
2911 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2912 of enabling non-stop after starting gdb.
2913
2914 2017-10-12 Pedro Alves <palves@redhat.com>
2915
2916 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2917 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2918 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2919 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2920
2921 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2922
2923 * gdb.arch/arc-tdesc-cpu.exp: New file.
2924 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2925
2926 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2927
2928 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2929
2930 2017-10-10 Pedro Alves <palves@redhat.com>
2931
2932 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2933 expect CLI output.
2934
2935 2017-10-10 Pedro Alves <palves@redhat.com>
2936
2937 * lib/selftest-support.exp (selftest_setup): Update for
2938 captured_command_loop's prototype change.
2939
2940 2017-10-09 Pedro Alves <palves@redhat.com>
2941
2942 Test both arch1=>arch2 and arch2=>arch1.
2943
2944 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2945 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2946 factored out to...
2947 (append_arch1_options, append_arch2_options, append_arch_options)
2948 (build_executables): New procedures.
2949 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2950 local.
2951 (top level): Add new 'first_arch' testing axis.
2952
2953 2017-10-09 Pedro Alves <palves@redhat.com>
2954
2955 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2956 (barrier): New.
2957 (thread_start, all_started): New functions.
2958 (main): Spawn new thread and wait until it is scheduled.
2959 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2960 option.
2961 (do_test): Add 'selected_thread' parameter. Run to all_started
2962 instead of main. Explicitly set the breakpoint at main. Switch
2963 to the SELECTED_THREAD thread.
2964 (top level): Test handling the exec event with either the main
2965 thread or the second thread selected.
2966
2967 2017-10-09 Pedro Alves <palves@redhat.com>
2968
2969 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2970 logic. Move STOP marker after the value checks.
2971 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2972 regexp.
2973
2974 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2975
2976 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2977
2978 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2979
2980 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2981 integer-to-dfp conversion.
2982 * gdb.base/dfp-test.exp: Likewise.
2983
2984 2017-10-04 Pedro Alves <palves@redhat.com>
2985
2986 * gdb.multi/hangout.c: Include <unistd.h>.
2987 (hangout_loop): New function.
2988 (main): Call alarm. Call hangout_loop in a loop.
2989 * gdb.multi/hello.c: Include <unistd.h>.
2990 (hello_loop): New function.
2991 (main): Call alarm. Call hangout_loop in a loop.
2992 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2993 inferior with the other selected.
2994
2995 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2996
2997 * gdb.mi/list-thread-groups-available.exp: New file.
2998 * gdb.mi/list-thread-groups-available.c: New file.
2999
3000 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3001
3002 * gdb.base/set-cwd.exp: Make it available on
3003 native-extended-gdbserver.
3004
3005 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
3006
3007 * gdb.base/set-cwd.c: New file.
3008 * gdb.base/set-cwd.exp: Likewise.
3009
3010 2017-10-02 Tom Tromey <tom@tromey.com>
3011
3012 PR rust/22236:
3013 * gdb.rust/simple.rs (main): New variable "fslice".
3014 * gdb.rust/simple.exp: Add slice tests. Update string tests.
3015
3016 2017-10-02 Tom Tromey <tom@tromey.com>
3017
3018 * gdb.rust/simple.exp: Test ptype of a slice.
3019
3020 2017-10-02 Tom Tromey <tom@tromey.com>
3021
3022 * gdb.rust/simple.exp: Test index of slice.
3023
3024 2017-09-27 Tom Tromey <tom@tromey.com>
3025
3026 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
3027
3028 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
3029 Pedro Alves <palves@redhat.com>
3030
3031 * gdb.base/compare-sections.exp (get value of read-only section): Read
3032 as unsigned value.
3033 (corrupt read-only section): Likewise and don't set written if patching
3034 failed.
3035
3036 2017-09-21 Kevin Buettner <kevinb@redhat.com>
3037
3038 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
3039 files.
3040
3041 2017-09-20 Pedro Alves <palves@redhat.com>
3042
3043 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
3044 symbol names in gdb's output.
3045 * gdb.cp/overload.exp ("list all overloads"): Likewise.
3046
3047 2017-09-20 Pedro Alves <palves@redhat.com>
3048
3049 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
3050 Rename to ...
3051 (test_list_ambiguous_symbol): ... this and add a symbol name
3052 parameter. Adjust.
3053 (test_list_ambiguous_function): Reimplement on top of
3054 test_list_ambiguous_symbol and also test listing ambiguous
3055 variables.
3056 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
3057 (ambiguous_fun): ... this.
3058 (ambiguous_var): New.
3059 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
3060 (ambiguous_fun): ... this.
3061 (ambiguous_var): New.
3062
3063 2017-09-19 John Baldwin <jhb@FreeBSD.org>
3064
3065 * gdb.base/starti.c: New file.
3066 * gdb.base/starti.exp: New file.
3067 * lib/gdb.exp (gdb_starti_cmd): New procedure.
3068
3069 2017-09-14 Pedro Alves <palves@redhat.com>
3070
3071 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
3072 (top level): Use it instead of runto.
3073
3074 2017-09-11 Tom Tromey <tom@tromey.com>
3075
3076 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
3077
3078 2017-09-11 Tom Tromey <tom@tromey.com>
3079
3080 * gdb.python/py-infthread.exp: Add tests for new_thread event.
3081 * gdb.python/py-inferior.exp: Add tests for new inferior events.
3082
3083 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
3084
3085 * gdb.fortran/printing-types.exp: New file.
3086 * gdb.fortran/printing-types.exp: New file.
3087
3088 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3089
3090 * gdb.fortran/vla-ptype.exp: Fix typos.
3091 * gdb.fortran/vla-value.exp: Same.
3092
3093 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
3094
3095 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
3096 * gdb.mi/mi-var-child-f.exp: Likewise.
3097 * gdb.mi/mi-vla-fortran.exp: Likewise.
3098
3099 2017-09-08 Frank Penczek <frank.penczek@intel.com>
3100 Christoph Weinmann <christoph.t.weinmann@intel.com>
3101 Bernhard Heckel <bernhard.heckel@intel.com>
3102
3103 * gdb.fortran/ptr-indentation.f90: New file.
3104 * gdb.fortran/ptr-indentation.exp: New file.
3105
3106 2017-09-05 Tom Tromey <tom@tromey.com>
3107
3108 PR gdb/22010:
3109 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
3110
3111 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
3112
3113 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
3114
3115 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
3116
3117 * gdb.threads/tls-nodebug-pie.c: New file.
3118 * gdb.threads/tls-nodebug-pie.exp: New file.
3119
3120 2017-09-05 Tom Tromey <tom@tromey.com>
3121
3122 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
3123 for rust.
3124
3125 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
3126
3127 * gdb.multi/multi-arch-exec.exp: Test with different
3128 "follow-exec-mode" settings.
3129 (do_test): New procedure.
3130
3131 2017-09-04 Pedro Alves <palves@redhat.com>
3132
3133 * gdb.base/func-static.c (S::method const, S::method volatile)
3134 (S::method volatile const): New methods.
3135 (c_s, v_s, cv_s): New instances.
3136 (main): Call method() on them.
3137 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
3138 (cannot_resolve): New procedure.
3139 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
3140 print-quote-unquoted columns.
3141 (do_test): Test printing each scope too.
3142
3143 2017-09-04 Pedro Alves <palves@redhat.com>
3144
3145 * gdb.base/local-static.exp: Also test with
3146 class::method::variable wholly quoted.
3147 * gdb.cp/m-static.exp (class::method::variable): Remove test.
3148
3149 2017-09-04 Pedro Alves <palves@redhat.com>
3150
3151 * gdb.base/local-static.c: New.
3152 * gdb.base/local-static.cc: New.
3153 * gdb.base/local-static.exp: New.
3154
3155 2017-09-04 Pedro Alves <palves@redhat.com>
3156
3157 * gdb.asm/asm-source.exp: Add casts to int.
3158 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
3159 (dataglobal64_1, dataglobal64_2): New globals.
3160 * gdb.base/nodebug.exp: Test different expressions involving the
3161 new globals, with print, whatis and ptype. Add casts to int.
3162 * gdb.base/solib-display.exp: Add casts to int.
3163 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
3164 * gdb.cp/m-static.exp: Add cast to int.
3165 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
3166 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
3167 tls variable with no debug info without a cast. Test with a cast
3168 to int too.
3169 * gdb.trace/entry-values.exp: Add casts.
3170
3171 2017-09-04 Pedro Alves <palves@redhat.com>
3172
3173 * gdb.base/nodebug.exp: Test that ptype's error about functions
3174 with unknown return type includes the function name too.
3175
3176 2017-09-04 Pedro Alves <palves@redhat.com>
3177
3178 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
3179 return type of munmap in infcall.
3180 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
3181 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
3182 type of ftell in infcall.
3183 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
3184 type of getpid in infcall.
3185 * gdb.base/infcall-exec.exp: Cast return type of execlp in
3186 infcall.
3187 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
3188 Bail on failure to extract the pid.
3189 * gdb.base/nodebug.c: #include <stdint.h>.
3190 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
3191 New functions.
3192 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
3193 Change expected output of print/whatis/ptype with functions with
3194 no debug info. Test all supported languages. Call
3195 test_call_promotion.
3196 * gdb.compile/compile.exp: Adjust expected output to expect
3197 warning.
3198 * gdb.threads/siginfo-threads.exp: Likewise.
3199
3200 2017-09-04 Pedro Alves <palves@redhat.com>
3201
3202 * gdb.base/callfuncs.exp (do_function_calls): New parameter
3203 "prototypes". Test calling float functions via prototyped and
3204 unprototyped function pointers.
3205 (perform_all_tests): New parameter "prototypes". Pass it down.
3206 (top level): Pass down "prototypes" parameter to
3207 perform_all_tests.
3208
3209 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3210
3211 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
3212 Test with nested loops.
3213
3214 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3215
3216 * gdb.base/commands.exp: Call the new procedures.
3217 (loop_break_test, loop_continue_test): New procedures.
3218
3219 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3220
3221 * gdb.base/commands.exp: Call new procedure.
3222 (define_if_without_arg_test): New procedure.
3223
3224 2017-09-04 Pedro Alves <palves@redhat.com>
3225
3226 * gdb.base/list-ambiguous.exp: New file.
3227 * gdb.base/list-ambiguous0.c: New file.
3228 * gdb.base/list-ambiguous1.c: New file.
3229 * gdb.base/list.exp (test_list_range): Adjust expected output.
3230
3231 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3232
3233 * gdb.base/share-env-with-gdbserver.c: New file.
3234 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3235
3236 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3237
3238 * gdb.base/commands.exp (gdbvar_simple_if_test,
3239 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3240 progvar_simple_if_test, progvar_simple_while_test,
3241 progvar_complex_if_while_test, user_defined_command_test,
3242 user_defined_command_args_eval,
3243 user_defined_command_args_stack_test,
3244 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3245 temporary_breakpoint_commands,
3246 gdb_test_no_prompt, redefine_hook_test,
3247 redefine_backtrace_test): Remove "global gdb_prompt".
3248
3249 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3250
3251 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3252 New proc, call it from toplevel.
3253
3254 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3255
3256 PR remote/21852
3257 * gdb.server/normal.c: New file, copied from gdb.base.
3258 * gdb.server/run-without-local-binary.exp: New file.
3259
3260 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
3261
3262 * gdb.arch/sparc64-adi.exp: New file.
3263 * gdb.arch/sparc64-adi.c: New file.
3264
3265 2017-08-22 Pedro Alves <palves@redhat.com>
3266
3267 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3268 (top level): Add "list all overloads" tests.
3269
3270 2017-08-22 Tom Tromey <tom@tromey.com>
3271
3272 * gdb.gdb/xfullpath.exp: Remove.
3273
3274 2017-08-21 Pedro Alves <palves@redhat.com>
3275
3276 PR gdb/19487
3277 * gdb.base/symbol-alias.c: New.
3278 * gdb.base/symbol-alias2.c: New.
3279 * gdb.base/symbol-alias.exp: New.
3280
3281 2017-08-21 Pedro Alves <palves@redhat.com>
3282
3283 * gdb.base/dfp-test.c
3284 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3285 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3286 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3287 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3288 * gdb.base/whatis-ptype-typedefs.c: New.
3289 * gdb.base/whatis-ptype-typedefs.exp: New.
3290 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3291 (an_int, an_int_type, an_int_type2): New globals.
3292 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3293 involving typedefs and cast expressions.
3294 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3295 (lookup_typedefs_function): New.
3296 (typedefs_pretty_printers_dict): New.
3297 (top level): Register lookup_typedefs_function in
3298 gdb.pretty_printers.
3299
3300 2017-08-18 Yao Qi <yao.qi@linaro.org>
3301
3302 * gdb.server/unittest.exp: New.
3303
3304 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3305
3306 PR gdb/21954
3307 * gdb.base/environ.exp: Add test to check if 'unset environment'
3308 works.
3309
3310 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3311
3312 * lib/gdb.exp (universal_compile_options): New caching proc.
3313 (gdb_compile): Suppress GCC's coloring of messages.
3314
3315 2017-08-14 Tom Tromey <tom@tromey.com>
3316
3317 PR gdb/21675:
3318 * gdb.base/printcmds.exp (test_radices): New function.
3319 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3320 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3321 * lib/gdb.exp (get_integer_valueof): Use p/d.
3322
3323 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3324
3325 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3326 characters.
3327
3328 2017-08-05 Tom Tromey <tom@tromey.com>
3329
3330 * gdb.rust/simple.exp: Allow String to appear in a different
3331 namespace.
3332
3333 2017-07-26 Yao Qi <yao.qi@linaro.org>
3334
3335 * gdb.gdb/unittest.exp: Invoke command
3336 "maintenance check xml-descriptions".
3337
3338 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3339
3340 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3341 calling context.
3342 (hex128): Drop erroneous calculation of parameters.
3343
3344 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3345
3346 * gdb.python/py-unwind.exp: Disable stack protection when
3347 building test file.
3348
3349 2017-07-20 Pedro Alves <palves@redhat.com>
3350
3351 * gdb.base/default.exp (set language): Adjust expected output.
3352
3353 2017-07-20 Pedro Alves <palves@redhat.com>
3354
3355 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3356 (test_minsym): ... this, and make static.
3357 (get_pck__foo__bar__minsym): Rename to ...
3358 (get_test_minsym): ... this.
3359 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3360 symbol names and comments.
3361 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3362 (get_test_minsym): ... this.
3363 (pck__foo__bar__minsym__2): Rename to ...
3364 (test_minsym): ... this.
3365 (main): Adjust.
3366
3367 2017-07-17 Pedro Alves <palves@redhat.com>
3368
3369 * gdb.base/completion.exp: Adjust expected output.
3370 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3371 the completer works.
3372
3373 2017-07-17 Pedro Alves <palves@redhat.com>
3374
3375 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3376
3377 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3378
3379 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3380
3381 2017-07-14 Tom Tromey <tom@tromey.com>
3382
3383 PR rust/21764:
3384 * gdb.rust/simple.exp: Add tests.
3385
3386 2017-07-14 Tom Tromey <tom@tromey.com>
3387
3388 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3389
3390 2017-07-14 Pedro Alves <palves@redhat.com>
3391
3392 * gdb.linespec/base/one/thefile.cc (z1): New function.
3393 * gdb.linespec/base/two/thefile.cc (z2): New function.
3394 * gdb.linespec/linespec.exp: Add tests.
3395
3396 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3397
3398 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3399 to mi_create_breakpoint.
3400
3401 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3402
3403 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3404 mi_create_breakpoint.
3405
3406 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3407
3408 * gdb.dlang/demangle.exp: Update for demangling changes.
3409
3410 2017-07-09 Tom Tromey <tom@tromey.com>
3411
3412 * gdb.dwarf2/shortpiece.exp: New file.
3413
3414 2017-07-06 David Blaikie <dblaikie@gmail.com>
3415
3416 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3417 built from fissiont-multi-cu{1,2}.c.
3418 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3419 except putting 'main' and 'func' in separate CUs in the same DWO file.
3420 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3421 test.
3422 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3423 test.
3424
3425 2017-07-06 Pedro Alves <palves@redhat.com>
3426
3427 * gdb.python/py-unwind.exp: Test flushregs.
3428
3429 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3430
3431 PR cli/21688
3432 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3433 tests for alias commands and trailing whitespace.
3434
3435 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3436
3437 PR cli/21688
3438 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3439 procedure. Call it.
3440
3441 2017-06-29 Pedro Alves <palves@redhat.com>
3442
3443 * gdb.base/printcmds.exp: Add tests.
3444
3445 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3446
3447 PR gdb/21337
3448 * gdb.base/reread-readsym.exp: New file.
3449 * gdb.base/reread-readsym.c: New file.
3450
3451 2017-06-21 Kevin Buettner <kevinb@redhat.com>
3452
3453 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3454 subpattern.
3455
3456 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3457
3458 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3459 extended mnemonic.
3460 * gdb.arch/powerpc-power9.s: Likewise.
3461
3462 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3463
3464 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3465 on 32-bit x86 targets. Exploit is_*_target macros where
3466 appropriate.
3467
3468 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3469
3470 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3471 register pieces.
3472
3473 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3474
3475 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3476 located in one or more DWARF pieces.
3477
3478 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3479
3480 * lib/gdb.exp (get_endianness): New proc.
3481 * gdb.arch/aarch64-fp.exp: Use it.
3482 * gdb.arch/altivec-regs.exp: Likewise.
3483 * gdb.arch/e500-regs.exp: Likewise.
3484 * gdb.arch/vsx-regs.exp: Likewise.
3485 * gdb.base/dump.exp: Likewise.
3486 * gdb.base/funcargs.exp: Likewise.
3487 * gdb.base/gnu_vector.exp: Likewise.
3488 * gdb.dwarf2/formdata16.exp: Likewise.
3489 * gdb.dwarf2/implptrpiece.exp: Likewise.
3490 * gdb.dwarf2/nonvar-access.exp: Likewise.
3491 * gdb.python/py-inferior.exp: Likewise.
3492 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3493
3494 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3495
3496 PR gdb/21226
3497 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3498 stack value pieces are taken from the LSB end.
3499
3500 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3501
3502 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3503 variable at nonzero offset.
3504
3505 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3506
3507 * gdb.dwarf2/var-access.c: New file.
3508 * gdb.dwarf2/var-access.exp: New test.
3509 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3510
3511 2017-06-12 Tom Tromey <tom@tromey.com>
3512
3513 * gdb.dwarf2/formdata16.exp: Add tests.
3514
3515 2017-06-12 Tom Tromey <tom@tromey.com>
3516
3517 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3518
3519 2017-06-12 Tom Tromey <tom@tromey.com>
3520
3521 PR exp/16225:
3522 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3523 * gdb.arch/vsx-regs.exp: Update tests.
3524 * gdb.arch/s390-vregs.exp (hex128): New proc.
3525 Update test.
3526 * gdb.arch/altivec-regs.exp: Update tests.
3527
3528 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3529
3530 * gdb.base/startup-with-shell.c: New file.
3531 * gdb.base/startup-with-shell.exp: Likewise.
3532
3533 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3534
3535 * gdb.server/non-existing-program.exp: Update regex in order to
3536 reflect the fact that gdbserver is now using fork_inferior (with a
3537 shell) to startup the inferior.
3538
3539 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3540
3541 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3542 support function calls from GDB.
3543
3544 2017-05-21 Tom Tromey <tom@tromey.com>
3545
3546 PR rust/21466:
3547 * gdb.rust/unsized.exp: New file.
3548 * gdb.rust/unsized.rs: New file.
3549
3550 2017-05-19 Tom Tromey <tom@tromey.com>
3551
3552 PR rust/21484:
3553 * gdb.rust/watch.exp: New file.
3554 * gdb.rust/watch.rs: New file.
3555
3556 2017-05-18 Tom Tromey <tom@tromey.com>
3557
3558 * gdb.rust/simple.exp: Allow Box to be qualified.
3559
3560 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3561
3562 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3563
3564 2017-05-18 Pedro Alves <palves@redhat.com>
3565
3566 * gdb.base/fileio.c (test_write, test_read, test_close)
3567 (test_fstat): Don't print 'ret' in the fail path.
3568
3569 2017-05-18 Pedro Alves <palves@redhat.com>
3570
3571 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3572 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3573 (test_system, test_rename, test_unlink, test_time): Change
3574 prototypes.
3575 * gdb.base/fileio.exp (stop_msg): Adjust.
3576
3577 2017-05-18 Pedro Alves <palves@redhat.com>
3578
3579 * gdb.base/fileio.c (null_str): New global.
3580 (test_stat): Use it.
3581 * gdb.base/fileio.exp: Remove nowarnings.
3582
3583 2017-05-17 Yao Qi <yao.qi@linaro.org>
3584
3585 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3586
3587 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3588
3589 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3590 argument command.
3591 (top-level): Invoke test_set_inferior_tty.
3592
3593 2017-05-04 Pedro Alves <palves@redhat.com>
3594
3595 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3596 Add parens to print call for Python 3.
3597
3598 2017-05-03 Keith Seitz <keiths@redhat.com>
3599
3600 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3601 (main): Call it.
3602
3603 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3604
3605 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3606 to prev and next.
3607
3608 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3609
3610 * gdb.python/py-record-btrace.exp: Remove test for
3611 gdb.BtraceInstruction.error.
3612
3613 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3614
3615 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3616
3617 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3618
3619 * gdb.python/py-record-btrace-threads.c: New file.
3620 * gdb.python/py-record-btrace-threads.exp: New file.
3621
3622 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3623
3624 PR testsuite/8595
3625 * gdb.base/environ.exp: Make test available in all architectures.
3626 Move bits related to "info program" testing to
3627 gdb.base/info-program.exp. Rewrite tests to use the two new
3628 procedures mentione below.
3629 (test_set_show_env_var) New procedure.
3630 (test_set_show_env_var_equal): Likewise.
3631 * gdb.base/info-program.exp: New file.
3632
3633 2017-04-27 Keith Seitz <keiths@redhat.com>
3634
3635 * gdb.cp/oranking.cc (test15): New function.
3636 (main): Call test15 and declare additional variables for testing.
3637 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3638 "p foo101('abc')" tests.
3639 Add tests for cv qualifier overloads.
3640 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3641 "lvalue reference overload" test.
3642 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3643 "print value of f1 on Child&& in f2" test.
3644
3645 2017-04-19 Pedro Alves <palves@redhat.com>
3646
3647 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3648 procedure.
3649 (top level): Call it.
3650 * lib/gdb.exp (gdb_define_cmd): New procedure.
3651
3652 2017-04-12 Pedro Alves <palves@redhat.com>
3653
3654 PR gdb/21323
3655 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3656 (wchar): New global.
3657 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3658 (do_test_wide_char, wide_char_types_no_program, top level): Add
3659 wchar_t testing.
3660
3661 2017-04-12 Pedro Alves <palves@redhat.com>
3662
3663 PR c++/21323
3664 * gdb.cp/wide_char_types.c: New file.
3665 * gdb.cp/wide_char_types.exp: New file.
3666
3667 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3668
3669 PR gdb/21352
3670 * gdb.trace/tsv.exp: Add test for "tsave -r".
3671
3672 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3673
3674 * gdb.dlang/watch-loc.c: New file.
3675 * gdb.dlang/watch-loc.exp: New file.
3676
3677 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3678
3679 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3680
3681 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3682
3683 * gdb.arch/arc-analyze-prologue.S: New file.
3684 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3685
3686 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3687
3688 * gdb.arch/arc-decode-insn.S: New file.
3689 * gdb.arch/arc-decode-insn.exp: Likewise.
3690
3691 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3692
3693 PR tdep/20928
3694 * gdb.arch/sparc64-regs.exp: New file.
3695 * gdb.arch/sparc64-regs.S: Likewise.
3696
3697 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3698
3699 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3700 and memory view on Python 3.
3701
3702 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
3703 Keith Seitz <keiths@redhat.com>
3704
3705 PR gdb/14441
3706 * gdb.cp/demangle.exp: Add rvalue reference tests.
3707 * gdb.cp/rvalue-ref-casts.cc: New file.
3708 * gdb.cp/rvalue-ref-casts.exp: New file.
3709 * gdb.cp/rvalue-ref-overload.cc: New file.
3710 * gdb.cp/rvalue-ref-overload.exp: New file.
3711 * gdb.cp/rvalue-ref-params.cc: New file.
3712 * gdb.cp/rvalue-ref-params.exp: New file.
3713 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3714 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3715 * gdb.cp/rvalue-ref-types.cc: New file.
3716 * gdb.cp/rvalue-ref-types.exp: New file.
3717 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3718 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3719
3720 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3721
3722 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3723 New procedure.
3724
3725 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3726
3727 * lib/mi-support.exp (mi_gdb_test): Add additional message
3728 for unexpected output.
3729
3730 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3731
3732 * gdb.base/examine-backward.c (Barrier): New character array
3733 constant, to ensure that TestStrings is preceded by a string
3734 terminator.
3735
3736 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3737
3738 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3739 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3740 and implicit pointer into such a location.
3741
3742 2017-03-16 Doug Evans <dje@google.com>
3743
3744 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3745
3746 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3747
3748 * gdb.cp/m-static.exp: Fix expectation for prototype of
3749 test5.single_constructor and single_constructor::single_constructor.
3750
3751 2017-03-16 Doug Evans <dje@google.com>
3752
3753 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3754 * gdb.guile/scm-lazy-string.c: New file.
3755 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3756 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3757 for pointer, array, typedef lazy strings.
3758
3759 2017-03-16 Doug Evans <dje@google.com>
3760
3761 PR python/17728, python/18439, python/18779
3762 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3763 * gdb.python/py-lazy-string.c (pointer): New typedef.
3764 (main): New locals ptr, array, typedef_ptr.
3765 * gdb.python/py-value.exp: Move lazy string tests to ...
3766 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3767 array, typedef lazy strings.
3768
3769 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3770
3771 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3772 Add optional 'test' parameter.
3773
3774 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3775
3776 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3777 Skip for versions of DejaGnu < 1.5.
3778
3779 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3780
3781 * lib/gdb.exp (dejagnu_version): New proc.
3782 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3783 Use dejagnu_version.
3784
3785 2017-03-10 Keith Seitz <keiths@redhat.com>
3786
3787 PR c++/8128
3788 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3789 type from destructor regexps.
3790 Add a branch which actually passes the test.
3791 Adjust "ptype t5i" test names.
3792
3793 2017-03-08 Pedro Alves <palves@redhat.com>
3794
3795 * gdb.base/step-over-exit.exp: Add explicit test message.
3796
3797 2017-03-08 Pedro Alves <palves@redhat.com>
3798
3799 PR gdb/18360
3800 * gdb.threads/interrupt-while-step-over.c: New file.
3801 * gdb.threads/interrupt-while-step-over.exp: New file.
3802
3803 2017-03-08 Pedro Alves <palves@redhat.com>
3804
3805 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3806 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3807
3808 2017-03-08 Pedro Alves <palves@redhat.com>
3809
3810 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3811 PKRU as not supported as a PASS.
3812
3813 2017-03-08 Pedro Alves <palves@redhat.com>
3814
3815 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3816 prefix instead of $binfile1/$binfile2.
3817 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3818 in test message.
3819 * gdb.python/py-completion.exp: Use "load python file" as test
3820 messages instead of unstable path names.
3821
3822 2017-03-08 Pedro Alves <palves@redhat.com>
3823 Jan Kratochvil <jan.kratochvil@redhat.com>
3824
3825 PR cli/21218
3826 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3827 New proc.
3828 (top level): Call it.
3829
3830 2017-03-08 Pedro Alves <palves@redhat.com>
3831
3832 PR tui/21216
3833 * gdb.tui/tui-nl-filtered-output.exp: New file.
3834
3835 2017-03-08 Pedro Alves <palves@redhat.com>
3836
3837 * gdb.base/completion.exp: Move TUI completion tests to ...
3838 * gdb.tui/completion.exp: ... this new file.
3839
3840 2017-03-08 Pedro Alves <palves@redhat.com>
3841
3842 * gdb.base/tui-disasm-long-lines.c,
3843 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3844 gdb.base/tui-layout.exp: Move to ...
3845 * gdb.tui/: ... this new directory.
3846
3847 2017-03-07 Pedro Alves <palves@redhat.com>
3848
3849 * gdb.base/tui-layout.c: New file.
3850 * gdb.base/tui-layout.exp: New file.
3851
3852 2017-03-07 Pedro Alves <palves@redhat.com>
3853
3854 * gdb.base/tui-layout.c: Rename to ...
3855 * gdb.base/tui-disasm-long-lines.c: ... this.
3856 * gdb.base/tui-layout.exp: Rename to ...
3857 * gdb.base/tui-disasm-long-lines.exp: ... this.
3858
3859 2017-03-07 Pedro Alves <palves@redhat.com>
3860
3861 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3862
3863 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3864
3865 * i386-mpx-call.c: New file.
3866 * i386-mpx-call.exp: New file.
3867
3868 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3869
3870 * gdb.arch/powerpc-power.exp: Delete test.
3871 * gdb.arch/powerpc-power.s: Likewise.
3872 * gdb.disasm/disassembler-options.exp: New test.
3873 * gdb.arch/powerpc-altivec.exp: Likewise.
3874 * gdb.arch/powerpc-altivec.s: Likewise.
3875 * gdb.arch/powerpc-altivec2.exp: Likewise.
3876 * gdb.arch/powerpc-altivec2.s: Likewise.
3877 * gdb.arch/powerpc-altivec3.exp: Likewise.
3878 * gdb.arch/powerpc-altivec3.s: Likewise.
3879 * gdb.arch/powerpc-power7.exp: Likewise.
3880 * gdb.arch/powerpc-power7.s: Likewise.
3881 * gdb.arch/powerpc-power8.exp: Likewise.
3882 * gdb.arch/powerpc-power8.s: Likewise.
3883 * gdb.arch/powerpc-power9.exp: Likewise.
3884 * gdb.arch/powerpc-power9.s: Likewise.
3885 * gdb.arch/powerpc-vsx.exp: Likewise.
3886 * gdb.arch/powerpc-vsx.s: Likewise.
3887 * gdb.arch/powerpc-vsx2.exp: Likewise.
3888 * gdb.arch/powerpc-vsx2.s: Likewise.
3889 * gdb.arch/powerpc-vsx3.exp: Likewise.
3890 * gdb.arch/powerpc-vsx3.s: Likewise.
3891 * gdb.arch/arm-disassembler-options.exp: Likewise.
3892 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3893 * gdb.arch/s390-disassembler-options.exp: Likewise.
3894
3895 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
3896
3897 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3898 (check_supported_features): ... this. Changed return type to void.
3899 (supports_rdseed): New static global.
3900 (rdseed): Check supports_rdseed.
3901 (initialize): Call check_supported_features.
3902
3903 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3904
3905 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3906 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3907 and lqarx/stqcx.
3908 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3909 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3910
3911 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3912
3913 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3914 uppercase.
3915
3916 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3917
3918 * gdb.dwarf2/formdata16.c: New file.
3919 * gdb.dwarf2/formdata16.exp: New file.
3920 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3921
3922 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3923
3924 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3925 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3926 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3927 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3928 DW_AT_GNU_*.
3929
3930 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3931
3932 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3933
3934 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3935
3936 PR gdb/21164
3937 * gdb.base/maint.exp: Add testcases for when the commands do
3938 not have arguments.
3939
3940 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3941
3942 * gdb.cp/chained-calls.exp: Use p instead of P.
3943
3944 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3945
3946 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3947 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3948
3949 2017-02-14 Tom Tromey <tom@tromey.com>
3950
3951 PR python/13598:
3952 * gdb.python/py-events.exp: Add before_prompt event tests.
3953
3954 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3955
3956 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3957
3958 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3959
3960 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3961 (main): Call my_unique_function_name.
3962 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3963 completion of patterns with a single match.
3964 Add missing -re switches to gdb_test_multiple calls.
3965
3966 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3967
3968 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3969 return if core file is not recognized.
3970
3971 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3972
3973 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3974 and extra UIs.
3975
3976 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3977
3978 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3979 proc_with_prefix.
3980
3981 2017-02-10 Tom Tromey <tom@tromey.com>
3982
3983 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3984
3985 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
3986
3987 PR gdb/21122
3988 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3989
3990 2017-02-08 Jerome Guitton <guitton@adacore.com>
3991
3992 * gdb.base/define.exp: Add test for command abbreviations
3993 in define.
3994
3995 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
3996
3997 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3998 * gdb.reverse/insn-reverse-x86.c: New file.
3999
4000 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
4001
4002 PR tdep/20936
4003 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
4004
4005 2017-02-03 Tom Tromey <tom@tromey.com>
4006
4007 PR rust/21097:
4008 * gdb.rust/simple.exp: Add new tests.
4009
4010 2017-02-02 Pedro Alves <palves@redhat.com>
4011
4012 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
4013 tests.
4014
4015 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
4016
4017 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
4018 taking a 2-byte value out of a 4-byte DWARF implicit value on
4019 big-endian targets.
4020 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
4021 logic. Add test cases for DW_OP_implicit.
4022
4023 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4024
4025 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
4026
4027 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4028
4029 * gdb.btrace/enable.exp: Call gdb_exit before
4030 skip_gdbserver_tests.
4031
4032 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4033
4034 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
4035 GDBFLAGS.
4036
4037 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4038
4039 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
4040 the test is skipped.
4041 * gdb.btrace/data.exp: Likewise.
4042 * gdb.btrace/delta.exp: Likewise.
4043 * gdb.btrace/dlopen.exp: Likewise.
4044 * gdb.btrace/enable-running.exp: Likewise.
4045 * gdb.btrace/enable.exp: Likewise.
4046 * gdb.btrace/exception.exp: Likewise.
4047 * gdb.btrace/function_call_history.exp: Likewise.
4048 * gdb.btrace/gcore.exp: Likewise.
4049 * gdb.btrace/instruction_history.exp: Likewise.
4050 * gdb.btrace/multi-thread-step.exp: Likewise.
4051 * gdb.btrace/nohist.exp: Likewise.
4052 * gdb.btrace/non-stop.exp: Likewise.
4053 * gdb.btrace/reconnect.exp: Likewise.
4054 * gdb.btrace/record_goto-step.exp: Likewise.
4055 * gdb.btrace/record_goto.exp: Likewise.
4056 * gdb.btrace/rn-dl-bind.exp: Likewise.
4057 * gdb.btrace/segv.exp: Likewise.
4058 * gdb.btrace/step.exp: Likewise.
4059 * gdb.btrace/stepi.exp: Likewise.
4060 * gdb.btrace/tailcall-only.exp: Likewise.
4061 * gdb.btrace/tailcall.exp: Likewise.
4062 * gdb.btrace/tsx.exp: Likewise.
4063 * gdb.btrace/unknown_functions.exp: Likewise.
4064 * gdb.btrace/vdso.exp: Likewise.
4065
4066 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
4067
4068 * gdb.btrace/enable-running.c: New.
4069 * gdb.btrace/enable-running.exp: New.
4070
4071 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
4072
4073 * gdb.arch/amd64-gs_base.c: New file.
4074 * gdb.arch/amd64-gs_base.exp: New file.
4075
4076 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4077
4078 * lib/memory.exp: Remove spurious empty newlines.
4079
4080 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
4081
4082 * gdb.python/py-bad-printers.exp: Load python file using "source".
4083 * gdb.python/py-events.exp: Likewise.
4084 * gdb.python/py-evsignal.exp: Likewise.
4085 * gdb.python/py-evthreads.exp: Likewise.
4086 * gdb.python/py-frame-args.exp: Likewise.
4087 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
4088 * gdb.python/py-framefilter-mi.exp: Likewise.
4089 * gdb.python/py-framefilter.exp: Likewise.
4090 * gdb.python/py-mi.exp: Likewise.
4091 * gdb.python/py-pp-maint.exp: Likewise.
4092 * gdb.python/py-pp-registration.exp: Likewise.
4093 * gdb.python/py-prettyprint.exp: Likewise.
4094 (run_lang_tests): Likewise.
4095 * gdb.python/py-typeprint.exp: Likewise.
4096
4097 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4098
4099 * lib/memory.exp: New file.
4100 * lib/gdb.exp: Load memory.exp.
4101 * gdb.base/memattr.exp (delete_memory): Move proc to
4102 lib/memory.exp and rename to delete_memory_regions.
4103 Replace delete_memory with delete_memory_regions.
4104 Cleanup memory regions before tests.
4105 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
4106 before tests.
4107
4108 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
4109
4110 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
4111 files.
4112 (initialize): New function conditionally defined.
4113 (testcases): Move within conditional block.
4114 (main): Call initialize.
4115 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
4116 of gdb.reverse/insn-reverse.c.
4117 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
4118 gdb.reverse/insn-reverse.c.
4119
4120 2017-01-26 Yao Qi <yao.qi@linaro.org>
4121
4122 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
4123 disassemble on address 0.
4124
4125 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
4126 Yao Qi <yao.qi@linaro.org>
4127
4128 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
4129 * gdb.dwarf2/implptr-64bit.S: Remove.
4130 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
4131 variables in caller's context. Add DW_OP_implicit_value.
4132
4133 2017-01-25 Yao Qi <yao.qi@linaro.org>
4134
4135 * lib/dwarf.exp (Dwarf::_location): Handle
4136 DW_OP_GNU_implicit_pointer with proper size.
4137
4138 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4139
4140 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
4141 and add untested calls.
4142
4143 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
4144
4145 * gdb.python/python.exp: Check line number against what GDB thinks
4146 the line number is for func1.
4147
4148 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
4149
4150 * gdb.dlang/debug-expr.exp: New file.
4151
4152 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
4153
4154 Fix test names for the following files:
4155
4156 * gdb.ada/exec_changed.exp
4157 * gdb.ada/info_types.exp
4158 * gdb.arch/aarch64-atomic-inst.exp
4159 * gdb.arch/aarch64-fp.exp
4160 * gdb.arch/altivec-abi.exp
4161 * gdb.arch/altivec-regs.exp
4162 * gdb.arch/amd64-byte.exp
4163 * gdb.arch/amd64-disp-step.exp
4164 * gdb.arch/amd64-dword.exp
4165 * gdb.arch/amd64-entry-value-inline.exp
4166 * gdb.arch/amd64-entry-value-param.exp
4167 * gdb.arch/amd64-entry-value-paramref.exp
4168 * gdb.arch/amd64-entry-value.exp
4169 * gdb.arch/amd64-i386-address.exp
4170 * gdb.arch/amd64-invalid-stack-middle.exp
4171 * gdb.arch/amd64-invalid-stack-top.exp
4172 * gdb.arch/amd64-optimout-repeat.exp
4173 * gdb.arch/amd64-prologue-skip.exp
4174 * gdb.arch/amd64-prologue-xmm.exp
4175 * gdb.arch/amd64-stap-special-operands.exp
4176 * gdb.arch/amd64-stap-wrong-subexp.exp
4177 * gdb.arch/amd64-tailcall-cxx.exp
4178 * gdb.arch/amd64-tailcall-noret.exp
4179 * gdb.arch/amd64-tailcall-ret.exp
4180 * gdb.arch/amd64-tailcall-self.exp
4181 * gdb.arch/amd64-word.exp
4182 * gdb.arch/arm-bl-branch-dest.exp
4183 * gdb.arch/arm-disp-step.exp
4184 * gdb.arch/arm-neon.exp
4185 * gdb.arch/arm-single-step-kernel-helper.exp
4186 * gdb.arch/avr-flash-qualifier.exp
4187 * gdb.arch/disp-step-insn-reloc.exp
4188 * gdb.arch/e500-abi.exp
4189 * gdb.arch/e500-regs.exp
4190 * gdb.arch/ftrace-insn-reloc.exp
4191 * gdb.arch/i386-avx512.exp
4192 * gdb.arch/i386-bp_permanent.exp
4193 * gdb.arch/i386-byte.exp
4194 * gdb.arch/i386-cfi-notcurrent.exp
4195 * gdb.arch/i386-disp-step.exp
4196 * gdb.arch/i386-dr3-watch.exp
4197 * gdb.arch/i386-float.exp
4198 * gdb.arch/i386-gnu-cfi.exp
4199 * gdb.arch/i386-mpx-map.exp
4200 * gdb.arch/i386-mpx-sigsegv.exp
4201 * gdb.arch/i386-mpx-simple_segv.exp
4202 * gdb.arch/i386-mpx.exp
4203 * gdb.arch/i386-permbkpt.exp
4204 * gdb.arch/i386-prologue.exp
4205 * gdb.arch/i386-signal.exp
4206 * gdb.arch/i386-size-overlap.exp
4207 * gdb.arch/i386-unwind.exp
4208 * gdb.arch/i386-word.exp
4209 * gdb.arch/mips-fcr.exp
4210 * gdb.arch/powerpc-d128-regs.exp
4211 * gdb.arch/powerpc-stackless.exp
4212 * gdb.arch/ppc64-atomic-inst.exp
4213 * gdb.arch/s390-stackless.exp
4214 * gdb.arch/s390-tdbregs.exp
4215 * gdb.arch/s390-vregs.exp
4216 * gdb.arch/sparc-sysstep.exp
4217 * gdb.arch/thumb-bx-pc.exp
4218 * gdb.arch/thumb-singlestep.exp
4219 * gdb.arch/thumb2-it.exp
4220 * gdb.arch/vsx-regs.exp
4221 * gdb.asm/asm-source.exp
4222 * gdb.base/a2-run.exp
4223 * gdb.base/advance.exp
4224 * gdb.base/all-bin.exp
4225 * gdb.base/anon.exp
4226 * gdb.base/args.exp
4227 * gdb.base/arithmet.exp
4228 * gdb.base/async-shell.exp
4229 * gdb.base/async.exp
4230 * gdb.base/attach-pie-noexec.exp
4231 * gdb.base/attach-twice.exp
4232 * gdb.base/auto-load.exp
4233 * gdb.base/bang.exp
4234 * gdb.base/bitfields.exp
4235 * gdb.base/break-always.exp
4236 * gdb.base/break-caller-line.exp
4237 * gdb.base/break-entry.exp
4238 * gdb.base/break-inline.exp
4239 * gdb.base/break-on-linker-gcd-function.exp
4240 * gdb.base/break-probes.exp
4241 * gdb.base/break.exp
4242 * gdb.base/breakpoint-shadow.exp
4243 * gdb.base/call-ar-st.exp
4244 * gdb.base/call-sc.exp
4245 * gdb.base/call-signal-resume.exp
4246 * gdb.base/call-strs.exp
4247 * gdb.base/callfuncs.exp
4248 * gdb.base/catch-fork-static.exp
4249 * gdb.base/catch-gdb-caused-signals.exp
4250 * gdb.base/catch-load.exp
4251 * gdb.base/catch-signal-fork.exp
4252 * gdb.base/catch-signal.exp
4253 * gdb.base/catch-syscall.exp
4254 * gdb.base/charset.exp
4255 * gdb.base/checkpoint.exp
4256 * gdb.base/chng-syms.exp
4257 * gdb.base/code-expr.exp
4258 * gdb.base/code_elim.exp
4259 * gdb.base/commands.exp
4260 * gdb.base/completion.exp
4261 * gdb.base/complex.exp
4262 * gdb.base/cond-expr.exp
4263 * gdb.base/condbreak.exp
4264 * gdb.base/consecutive.exp
4265 * gdb.base/continue-all-already-running.exp
4266 * gdb.base/coredump-filter.exp
4267 * gdb.base/corefile.exp
4268 * gdb.base/dbx.exp
4269 * gdb.base/debug-expr.exp
4270 * gdb.base/define.exp
4271 * gdb.base/del.exp
4272 * gdb.base/disabled-location.exp
4273 * gdb.base/disasm-end-cu.exp
4274 * gdb.base/disasm-optim.exp
4275 * gdb.base/display.exp
4276 * gdb.base/duplicate-bp.exp
4277 * gdb.base/ena-dis-br.exp
4278 * gdb.base/ending-run.exp
4279 * gdb.base/enumval.exp
4280 * gdb.base/environ.exp
4281 * gdb.base/eu-strip-infcall.exp
4282 * gdb.base/eval-avoid-side-effects.exp
4283 * gdb.base/eval-skip.exp
4284 * gdb.base/exitsignal.exp
4285 * gdb.base/expand-psymtabs.exp
4286 * gdb.base/filesym.exp
4287 * gdb.base/find-unmapped.exp
4288 * gdb.base/finish.exp
4289 * gdb.base/float.exp
4290 * gdb.base/foll-exec-mode.exp
4291 * gdb.base/foll-exec.exp
4292 * gdb.base/foll-fork.exp
4293 * gdb.base/fortran-sym-case.exp
4294 * gdb.base/freebpcmd.exp
4295 * gdb.base/func-ptr.exp
4296 * gdb.base/func-ptrs.exp
4297 * gdb.base/funcargs.exp
4298 * gdb.base/gcore-buffer-overflow.exp
4299 * gdb.base/gcore-relro-pie.exp
4300 * gdb.base/gcore-relro.exp
4301 * gdb.base/gcore.exp
4302 * gdb.base/gdb1090.exp
4303 * gdb.base/gdb11530.exp
4304 * gdb.base/gdb11531.exp
4305 * gdb.base/gdb1821.exp
4306 * gdb.base/gdbindex-stabs.exp
4307 * gdb.base/gdbvars.exp
4308 * gdb.base/hbreak.exp
4309 * gdb.base/hbreak2.exp
4310 * gdb.base/included.exp
4311 * gdb.base/infcall-input.exp
4312 * gdb.base/inferior-died.exp
4313 * gdb.base/infnan.exp
4314 * gdb.base/info-macros.exp
4315 * gdb.base/info-os.exp
4316 * gdb.base/info-proc.exp
4317 * gdb.base/info-shared.exp
4318 * gdb.base/info-target.exp
4319 * gdb.base/infoline.exp
4320 * gdb.base/interp.exp
4321 * gdb.base/interrupt.exp
4322 * gdb.base/jit-reader.exp
4323 * gdb.base/jit-simple.exp
4324 * gdb.base/kill-after-signal.exp
4325 * gdb.base/kill-detach-inferiors-cmd.exp
4326 * gdb.base/label.exp
4327 * gdb.base/langs.exp
4328 * gdb.base/ldbl_e308.exp
4329 * gdb.base/line-symtabs.exp
4330 * gdb.base/linespecs.exp
4331 * gdb.base/list.exp
4332 * gdb.base/long_long.exp
4333 * gdb.base/longest-types.exp
4334 * gdb.base/maint.exp
4335 * gdb.base/max-value-size.exp
4336 * gdb.base/memattr.exp
4337 * gdb.base/mips_pro.exp
4338 * gdb.base/morestack.exp
4339 * gdb.base/moribund-step.exp
4340 * gdb.base/multi-forks.exp
4341 * gdb.base/nested-addr.exp
4342 * gdb.base/nextoverexit.exp
4343 * gdb.base/noreturn-finish.exp
4344 * gdb.base/noreturn-return.exp
4345 * gdb.base/nostdlib.exp
4346 * gdb.base/offsets.exp
4347 * gdb.base/opaque.exp
4348 * gdb.base/pc-fp.exp
4349 * gdb.base/permissions.exp
4350 * gdb.base/print-symbol-loading.exp
4351 * gdb.base/prologue-include.exp
4352 * gdb.base/psymtab.exp
4353 * gdb.base/ptype.exp
4354 * gdb.base/random-signal.exp
4355 * gdb.base/randomize.exp
4356 * gdb.base/range-stepping.exp
4357 * gdb.base/readline-ask.exp
4358 * gdb.base/recpar.exp
4359 * gdb.base/recurse.exp
4360 * gdb.base/relational.exp
4361 * gdb.base/restore.exp
4362 * gdb.base/return-nodebug.exp
4363 * gdb.base/return.exp
4364 * gdb.base/run-after-attach.exp
4365 * gdb.base/save-bp.exp
4366 * gdb.base/scope.exp
4367 * gdb.base/sect-cmd.exp
4368 * gdb.base/set-lang-auto.exp
4369 * gdb.base/set-noassign.exp
4370 * gdb.base/setvar.exp
4371 * gdb.base/sigall.exp
4372 * gdb.base/sigbpt.exp
4373 * gdb.base/siginfo-addr.exp
4374 * gdb.base/siginfo-infcall.exp
4375 * gdb.base/siginfo-obj.exp
4376 * gdb.base/siginfo.exp
4377 * gdb.base/signals-state-child.exp
4378 * gdb.base/signest.exp
4379 * gdb.base/sigstep.exp
4380 * gdb.base/sizeof.exp
4381 * gdb.base/skip.exp
4382 * gdb.base/solib-corrupted.exp
4383 * gdb.base/solib-nodir.exp
4384 * gdb.base/solib-search.exp
4385 * gdb.base/stack-checking.exp
4386 * gdb.base/stale-infcall.exp
4387 * gdb.base/stap-probe.exp
4388 * gdb.base/start.exp
4389 * gdb.base/step-break.exp
4390 * gdb.base/step-bt.exp
4391 * gdb.base/step-line.exp
4392 * gdb.base/step-over-exit.exp
4393 * gdb.base/step-over-syscall.exp
4394 * gdb.base/step-resume-infcall.exp
4395 * gdb.base/step-test.exp
4396 * gdb.base/store.exp
4397 * gdb.base/structs3.exp
4398 * gdb.base/sym-file.exp
4399 * gdb.base/symbol-without-target_section.exp
4400 * gdb.base/term.exp
4401 * gdb.base/testenv.exp
4402 * gdb.base/ui-redirect.exp
4403 * gdb.base/until.exp
4404 * gdb.base/unwindonsignal.exp
4405 * gdb.base/value-double-free.exp
4406 * gdb.base/vla-datatypes.exp
4407 * gdb.base/vla-ptr.exp
4408 * gdb.base/vla-sideeffect.exp
4409 * gdb.base/volatile.exp
4410 * gdb.base/watch-cond-infcall.exp
4411 * gdb.base/watch-cond.exp
4412 * gdb.base/watch-non-mem.exp
4413 * gdb.base/watch-read.exp
4414 * gdb.base/watch-vfork.exp
4415 * gdb.base/watchpoint-cond-gone.exp
4416 * gdb.base/watchpoint-delete.exp
4417 * gdb.base/watchpoint-hw-hit-once.exp
4418 * gdb.base/watchpoint-hw.exp
4419 * gdb.base/watchpoint-stops-at-right-insn.exp
4420 * gdb.base/watchpoints.exp
4421 * gdb.base/wchar.exp
4422 * gdb.base/whatis-exp.exp
4423 * gdb.btrace/buffer-size.exp
4424 * gdb.btrace/data.exp
4425 * gdb.btrace/delta.exp
4426 * gdb.btrace/dlopen.exp
4427 * gdb.btrace/enable.exp
4428 * gdb.btrace/exception.exp
4429 * gdb.btrace/function_call_history.exp
4430 * gdb.btrace/gcore.exp
4431 * gdb.btrace/instruction_history.exp
4432 * gdb.btrace/nohist.exp
4433 * gdb.btrace/reconnect.exp
4434 * gdb.btrace/record_goto-step.exp
4435 * gdb.btrace/record_goto.exp
4436 * gdb.btrace/rn-dl-bind.exp
4437 * gdb.btrace/segv.exp
4438 * gdb.btrace/step.exp
4439 * gdb.btrace/stepi.exp
4440 * gdb.btrace/tailcall-only.exp
4441 * gdb.btrace/tailcall.exp
4442 * gdb.btrace/tsx.exp
4443 * gdb.btrace/unknown_functions.exp
4444 * gdb.btrace/vdso.exp
4445 * gdb.compile/compile-ifunc.exp
4446 * gdb.compile/compile-ops.exp
4447 * gdb.compile/compile-print.exp
4448 * gdb.compile/compile-setjmp.exp
4449 * gdb.cp/abstract-origin.exp
4450 * gdb.cp/ambiguous.exp
4451 * gdb.cp/annota2.exp
4452 * gdb.cp/annota3.exp
4453 * gdb.cp/anon-ns.exp
4454 * gdb.cp/anon-struct.exp
4455 * gdb.cp/anon-union.exp
4456 * gdb.cp/arg-reference.exp
4457 * gdb.cp/baseenum.exp
4458 * gdb.cp/bool.exp
4459 * gdb.cp/breakpoint.exp
4460 * gdb.cp/bs15503.exp
4461 * gdb.cp/call-c.exp
4462 * gdb.cp/casts.exp
4463 * gdb.cp/chained-calls.exp
4464 * gdb.cp/class2.exp
4465 * gdb.cp/classes.exp
4466 * gdb.cp/cmpd-minsyms.exp
4467 * gdb.cp/converts.exp
4468 * gdb.cp/cp-relocate.exp
4469 * gdb.cp/cpcompletion.exp
4470 * gdb.cp/cpexprs.exp
4471 * gdb.cp/cplabel.exp
4472 * gdb.cp/cplusfuncs.exp
4473 * gdb.cp/cpsizeof.exp
4474 * gdb.cp/ctti.exp
4475 * gdb.cp/derivation.exp
4476 * gdb.cp/destrprint.exp
4477 * gdb.cp/dispcxx.exp
4478 * gdb.cp/enum-class.exp
4479 * gdb.cp/exception.exp
4480 * gdb.cp/exceptprint.exp
4481 * gdb.cp/expand-psymtabs-cxx.exp
4482 * gdb.cp/expand-sals.exp
4483 * gdb.cp/extern-c.exp
4484 * gdb.cp/filename.exp
4485 * gdb.cp/formatted-ref.exp
4486 * gdb.cp/fpointer.exp
4487 * gdb.cp/gdb1355.exp
4488 * gdb.cp/gdb2495.exp
4489 * gdb.cp/hang.exp
4490 * gdb.cp/impl-this.exp
4491 * gdb.cp/infcall-dlopen.exp
4492 * gdb.cp/inherit.exp
4493 * gdb.cp/iostream.exp
4494 * gdb.cp/koenig.exp
4495 * gdb.cp/local.exp
4496 * gdb.cp/m-data.exp
4497 * gdb.cp/m-static.exp
4498 * gdb.cp/mb-ctor.exp
4499 * gdb.cp/mb-inline.exp
4500 * gdb.cp/mb-templates.exp
4501 * gdb.cp/member-name.exp
4502 * gdb.cp/member-ptr.exp
4503 * gdb.cp/meth-typedefs.exp
4504 * gdb.cp/method.exp
4505 * gdb.cp/method2.exp
4506 * gdb.cp/minsym-fallback.exp
4507 * gdb.cp/misc.exp
4508 * gdb.cp/namelessclass.exp
4509 * gdb.cp/namespace-enum.exp
4510 * gdb.cp/namespace-nested-import.exp
4511 * gdb.cp/namespace.exp
4512 * gdb.cp/nextoverthrow.exp
4513 * gdb.cp/no-dmgl-verbose.exp
4514 * gdb.cp/non-trivial-retval.exp
4515 * gdb.cp/noparam.exp
4516 * gdb.cp/nsdecl.exp
4517 * gdb.cp/nsimport.exp
4518 * gdb.cp/nsnested.exp
4519 * gdb.cp/nsnoimports.exp
4520 * gdb.cp/nsrecurs.exp
4521 * gdb.cp/nsstress.exp
4522 * gdb.cp/nsusing.exp
4523 * gdb.cp/operator.exp
4524 * gdb.cp/oranking.exp
4525 * gdb.cp/overload-const.exp
4526 * gdb.cp/overload.exp
4527 * gdb.cp/ovldbreak.exp
4528 * gdb.cp/ovsrch.exp
4529 * gdb.cp/paren-type.exp
4530 * gdb.cp/parse-lang.exp
4531 * gdb.cp/pass-by-ref.exp
4532 * gdb.cp/pr-1023.exp
4533 * gdb.cp/pr-1210.exp
4534 * gdb.cp/pr-574.exp
4535 * gdb.cp/pr10687.exp
4536 * gdb.cp/pr12028.exp
4537 * gdb.cp/pr17132.exp
4538 * gdb.cp/pr17494.exp
4539 * gdb.cp/pr9067.exp
4540 * gdb.cp/pr9167.exp
4541 * gdb.cp/pr9631.exp
4542 * gdb.cp/printmethod.exp
4543 * gdb.cp/psmang.exp
4544 * gdb.cp/psymtab-parameter.exp
4545 * gdb.cp/ptype-cv-cp.exp
4546 * gdb.cp/ptype-flags.exp
4547 * gdb.cp/re-set-overloaded.exp
4548 * gdb.cp/ref-types.exp
4549 * gdb.cp/rtti.exp
4550 * gdb.cp/scope-err.exp
4551 * gdb.cp/shadow.exp
4552 * gdb.cp/smartp.exp
4553 * gdb.cp/static-method.exp
4554 * gdb.cp/static-print-quit.exp
4555 * gdb.cp/temargs.exp
4556 * gdb.cp/templates.exp
4557 * gdb.cp/try_catch.exp
4558 * gdb.cp/typedef-operator.exp
4559 * gdb.cp/typeid.exp
4560 * gdb.cp/userdef.exp
4561 * gdb.cp/using-crash.exp
4562 * gdb.cp/var-tag.exp
4563 * gdb.cp/virtbase.exp
4564 * gdb.cp/virtfunc.exp
4565 * gdb.cp/virtfunc2.exp
4566 * gdb.cp/vla-cxx.exp
4567 * gdb.disasm/t01_mov.exp
4568 * gdb.disasm/t02_mova.exp
4569 * gdb.disasm/t03_add.exp
4570 * gdb.disasm/t04_sub.exp
4571 * gdb.disasm/t05_cmp.exp
4572 * gdb.disasm/t06_ari2.exp
4573 * gdb.disasm/t07_ari3.exp
4574 * gdb.disasm/t08_or.exp
4575 * gdb.disasm/t09_xor.exp
4576 * gdb.disasm/t10_and.exp
4577 * gdb.disasm/t11_logs.exp
4578 * gdb.disasm/t12_bit.exp
4579 * gdb.disasm/t13_otr.exp
4580 * gdb.dlang/circular.exp
4581 * gdb.dwarf2/arr-stride.exp
4582 * gdb.dwarf2/arr-subrange.exp
4583 * gdb.dwarf2/atomic-type.exp
4584 * gdb.dwarf2/bad-regnum.exp
4585 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4586 * gdb.dwarf2/callframecfa.exp
4587 * gdb.dwarf2/clztest.exp
4588 * gdb.dwarf2/corrupt.exp
4589 * gdb.dwarf2/data-loc.exp
4590 * gdb.dwarf2/dup-psym.exp
4591 * gdb.dwarf2/dw2-anon-mptr.exp
4592 * gdb.dwarf2/dw2-anonymous-func.exp
4593 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4594 * gdb.dwarf2/dw2-bad-unresolved.exp
4595 * gdb.dwarf2/dw2-basic.exp
4596 * gdb.dwarf2/dw2-canonicalize-type.exp
4597 * gdb.dwarf2/dw2-case-insensitive.exp
4598 * gdb.dwarf2/dw2-common-block.exp
4599 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4600 * gdb.dwarf2/dw2-compressed.exp
4601 * gdb.dwarf2/dw2-const.exp
4602 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4603 * gdb.dwarf2/dw2-cu-size.exp
4604 * gdb.dwarf2/dw2-dup-frame.exp
4605 * gdb.dwarf2/dw2-entry-value.exp
4606 * gdb.dwarf2/dw2-icycle.exp
4607 * gdb.dwarf2/dw2-ifort-parameter.exp
4608 * gdb.dwarf2/dw2-inline-break.exp
4609 * gdb.dwarf2/dw2-inline-param.exp
4610 * gdb.dwarf2/dw2-intercu.exp
4611 * gdb.dwarf2/dw2-intermix.exp
4612 * gdb.dwarf2/dw2-lexical-block-bare.exp
4613 * gdb.dwarf2/dw2-linkage-name-trust.exp
4614 * gdb.dwarf2/dw2-minsym-in-cu.exp
4615 * gdb.dwarf2/dw2-noloc.exp
4616 * gdb.dwarf2/dw2-op-call.exp
4617 * gdb.dwarf2/dw2-op-out-param.exp
4618 * gdb.dwarf2/dw2-opt-structptr.exp
4619 * gdb.dwarf2/dw2-param-error.exp
4620 * gdb.dwarf2/dw2-producer.exp
4621 * gdb.dwarf2/dw2-ranges-base.exp
4622 * gdb.dwarf2/dw2-ref-missing-frame.exp
4623 * gdb.dwarf2/dw2-reg-undefined.exp
4624 * gdb.dwarf2/dw2-regno-invalid.exp
4625 * gdb.dwarf2/dw2-restore.exp
4626 * gdb.dwarf2/dw2-restrict.exp
4627 * gdb.dwarf2/dw2-single-line-discriminators.exp
4628 * gdb.dwarf2/dw2-strp.exp
4629 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4630 * gdb.dwarf2/dw2-unresolved.exp
4631 * gdb.dwarf2/dw2-var-zero-addr.exp
4632 * gdb.dwarf2/dw4-sig-types.exp
4633 * gdb.dwarf2/dwz.exp
4634 * gdb.dwarf2/dynarr-ptr.exp
4635 * gdb.dwarf2/enum-type.exp
4636 * gdb.dwarf2/gdb-index.exp
4637 * gdb.dwarf2/implptr-64bit.exp
4638 * gdb.dwarf2/implptr-optimized-out.exp
4639 * gdb.dwarf2/implptr.exp
4640 * gdb.dwarf2/implref-array.exp
4641 * gdb.dwarf2/implref-const.exp
4642 * gdb.dwarf2/implref-global.exp
4643 * gdb.dwarf2/implref-struct.exp
4644 * gdb.dwarf2/mac-fileno.exp
4645 * gdb.dwarf2/main-subprogram.exp
4646 * gdb.dwarf2/member-ptr-forwardref.exp
4647 * gdb.dwarf2/method-ptr.exp
4648 * gdb.dwarf2/missing-sig-type.exp
4649 * gdb.dwarf2/nonvar-access.exp
4650 * gdb.dwarf2/opaque-type-lookup.exp
4651 * gdb.dwarf2/pieces-optimized-out.exp
4652 * gdb.dwarf2/pieces.exp
4653 * gdb.dwarf2/pr10770.exp
4654 * gdb.dwarf2/pr13961.exp
4655 * gdb.dwarf2/staticvirtual.exp
4656 * gdb.dwarf2/subrange.exp
4657 * gdb.dwarf2/symtab-producer.exp
4658 * gdb.dwarf2/trace-crash.exp
4659 * gdb.dwarf2/typeddwarf.exp
4660 * gdb.dwarf2/valop.exp
4661 * gdb.dwarf2/watch-notconst.exp
4662 * gdb.fortran/array-element.exp
4663 * gdb.fortran/charset.exp
4664 * gdb.fortran/common-block.exp
4665 * gdb.fortran/complex.exp
4666 * gdb.fortran/derived-type-function.exp
4667 * gdb.fortran/derived-type.exp
4668 * gdb.fortran/logical.exp
4669 * gdb.fortran/module.exp
4670 * gdb.fortran/multi-dim.exp
4671 * gdb.fortran/nested-funcs.exp
4672 * gdb.fortran/print-formatted.exp
4673 * gdb.fortran/subarray.exp
4674 * gdb.fortran/vla-alloc-assoc.exp
4675 * gdb.fortran/vla-datatypes.exp
4676 * gdb.fortran/vla-history.exp
4677 * gdb.fortran/vla-ptr-info.exp
4678 * gdb.fortran/vla-ptype-sub.exp
4679 * gdb.fortran/vla-ptype.exp
4680 * gdb.fortran/vla-sizeof.exp
4681 * gdb.fortran/vla-type.exp
4682 * gdb.fortran/vla-value-sub-arbitrary.exp
4683 * gdb.fortran/vla-value-sub-finish.exp
4684 * gdb.fortran/vla-value-sub.exp
4685 * gdb.fortran/vla-value.exp
4686 * gdb.fortran/whatis_type.exp
4687 * gdb.go/chan.exp
4688 * gdb.go/handcall.exp
4689 * gdb.go/hello.exp
4690 * gdb.go/integers.exp
4691 * gdb.go/methods.exp
4692 * gdb.go/package.exp
4693 * gdb.go/strings.exp
4694 * gdb.go/types.exp
4695 * gdb.go/unsafe.exp
4696 * gdb.guile/scm-arch.exp
4697 * gdb.guile/scm-block.exp
4698 * gdb.guile/scm-breakpoint.exp
4699 * gdb.guile/scm-cmd.exp
4700 * gdb.guile/scm-disasm.exp
4701 * gdb.guile/scm-equal.exp
4702 * gdb.guile/scm-frame-args.exp
4703 * gdb.guile/scm-frame-inline.exp
4704 * gdb.guile/scm-frame.exp
4705 * gdb.guile/scm-iterator.exp
4706 * gdb.guile/scm-math.exp
4707 * gdb.guile/scm-objfile.exp
4708 * gdb.guile/scm-ports.exp
4709 * gdb.guile/scm-symbol.exp
4710 * gdb.guile/scm-symtab.exp
4711 * gdb.guile/scm-value-cc.exp
4712 * gdb.guile/types-module.exp
4713 * gdb.linespec/break-ask.exp
4714 * gdb.linespec/cpexplicit.exp
4715 * gdb.linespec/explicit.exp
4716 * gdb.linespec/keywords.exp
4717 * gdb.linespec/linespec.exp
4718 * gdb.linespec/ls-dollar.exp
4719 * gdb.linespec/ls-errs.exp
4720 * gdb.linespec/skip-two.exp
4721 * gdb.linespec/thread.exp
4722 * gdb.mi/mi-async.exp
4723 * gdb.mi/mi-basics.exp
4724 * gdb.mi/mi-break.exp
4725 * gdb.mi/mi-catch-load.exp
4726 * gdb.mi/mi-cli.exp
4727 * gdb.mi/mi-cmd-param-changed.exp
4728 * gdb.mi/mi-console.exp
4729 * gdb.mi/mi-detach.exp
4730 * gdb.mi/mi-disassemble.exp
4731 * gdb.mi/mi-eval.exp
4732 * gdb.mi/mi-file-transfer.exp
4733 * gdb.mi/mi-file.exp
4734 * gdb.mi/mi-fill-memory.exp
4735 * gdb.mi/mi-inheritance-syntax-error.exp
4736 * gdb.mi/mi-linespec-err-cp.exp
4737 * gdb.mi/mi-logging.exp
4738 * gdb.mi/mi-memory-changed.exp
4739 * gdb.mi/mi-read-memory.exp
4740 * gdb.mi/mi-record-changed.exp
4741 * gdb.mi/mi-reg-undefined.exp
4742 * gdb.mi/mi-regs.exp
4743 * gdb.mi/mi-return.exp
4744 * gdb.mi/mi-reverse.exp
4745 * gdb.mi/mi-simplerun.exp
4746 * gdb.mi/mi-solib.exp
4747 * gdb.mi/mi-stack.exp
4748 * gdb.mi/mi-stepi.exp
4749 * gdb.mi/mi-syn-frame.exp
4750 * gdb.mi/mi-until.exp
4751 * gdb.mi/mi-var-block.exp
4752 * gdb.mi/mi-var-child.exp
4753 * gdb.mi/mi-var-cmd.exp
4754 * gdb.mi/mi-var-cp.exp
4755 * gdb.mi/mi-var-display.exp
4756 * gdb.mi/mi-var-invalidate.exp
4757 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4758 * gdb.mi/mi-vla-fortran.exp
4759 * gdb.mi/mi-watch.exp
4760 * gdb.mi/mi2-var-child.exp
4761 * gdb.mi/user-selected-context-sync.exp
4762 * gdb.modula2/unbounded-array.exp
4763 * gdb.multi/dummy-frame-restore.exp
4764 * gdb.multi/multi-arch-exec.exp
4765 * gdb.multi/multi-arch.exp
4766 * gdb.multi/tids.exp
4767 * gdb.multi/watchpoint-multi.exp
4768 * gdb.opencl/callfuncs.exp
4769 * gdb.opencl/convs_casts.exp
4770 * gdb.opencl/datatypes.exp
4771 * gdb.opencl/operators.exp
4772 * gdb.opencl/vec_comps.exp
4773 * gdb.opt/clobbered-registers-O2.exp
4774 * gdb.opt/inline-break.exp
4775 * gdb.opt/inline-bt.exp
4776 * gdb.opt/inline-cmds.exp
4777 * gdb.opt/inline-locals.exp
4778 * gdb.pascal/case-insensitive-symbols.exp
4779 * gdb.pascal/floats.exp
4780 * gdb.pascal/gdb11492.exp
4781 * gdb.python/lib-types.exp
4782 * gdb.python/py-arch.exp
4783 * gdb.python/py-as-string.exp
4784 * gdb.python/py-bad-printers.exp
4785 * gdb.python/py-block.exp
4786 * gdb.python/py-breakpoint-create-fail.exp
4787 * gdb.python/py-breakpoint.exp
4788 * gdb.python/py-caller-is.exp
4789 * gdb.python/py-cmd.exp
4790 * gdb.python/py-explore-cc.exp
4791 * gdb.python/py-explore.exp
4792 * gdb.python/py-finish-breakpoint.exp
4793 * gdb.python/py-finish-breakpoint2.exp
4794 * gdb.python/py-frame-args.exp
4795 * gdb.python/py-frame-inline.exp
4796 * gdb.python/py-frame.exp
4797 * gdb.python/py-framefilter-mi.exp
4798 * gdb.python/py-infthread.exp
4799 * gdb.python/py-lazy-string.exp
4800 * gdb.python/py-linetable.exp
4801 * gdb.python/py-mi-events.exp
4802 * gdb.python/py-mi-objfile.exp
4803 * gdb.python/py-mi.exp
4804 * gdb.python/py-objfile.exp
4805 * gdb.python/py-pp-integral.exp
4806 * gdb.python/py-pp-maint.exp
4807 * gdb.python/py-pp-re-notag.exp
4808 * gdb.python/py-pp-registration.exp
4809 * gdb.python/py-recurse-unwind.exp
4810 * gdb.python/py-strfns.exp
4811 * gdb.python/py-symbol.exp
4812 * gdb.python/py-symtab.exp
4813 * gdb.python/py-sync-interp.exp
4814 * gdb.python/py-typeprint.exp
4815 * gdb.python/py-unwind-maint.exp
4816 * gdb.python/py-unwind.exp
4817 * gdb.python/py-value-cc.exp
4818 * gdb.python/py-xmethods.exp
4819 * gdb.reverse/amd64-tailcall-reverse.exp
4820 * gdb.reverse/break-precsave.exp
4821 * gdb.reverse/break-reverse.exp
4822 * gdb.reverse/consecutive-precsave.exp
4823 * gdb.reverse/consecutive-reverse.exp
4824 * gdb.reverse/finish-precsave.exp
4825 * gdb.reverse/finish-reverse-bkpt.exp
4826 * gdb.reverse/finish-reverse.exp
4827 * gdb.reverse/fstatat-reverse.exp
4828 * gdb.reverse/getresuid-reverse.exp
4829 * gdb.reverse/i386-precsave.exp
4830 * gdb.reverse/i386-reverse.exp
4831 * gdb.reverse/i386-sse-reverse.exp
4832 * gdb.reverse/i387-env-reverse.exp
4833 * gdb.reverse/i387-stack-reverse.exp
4834 * gdb.reverse/insn-reverse.exp
4835 * gdb.reverse/machinestate-precsave.exp
4836 * gdb.reverse/machinestate.exp
4837 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4838 * gdb.reverse/pipe-reverse.exp
4839 * gdb.reverse/readv-reverse.exp
4840 * gdb.reverse/recvmsg-reverse.exp
4841 * gdb.reverse/rerun-prec.exp
4842 * gdb.reverse/s390-mvcle.exp
4843 * gdb.reverse/step-precsave.exp
4844 * gdb.reverse/step-reverse.exp
4845 * gdb.reverse/time-reverse.exp
4846 * gdb.reverse/until-precsave.exp
4847 * gdb.reverse/until-reverse.exp
4848 * gdb.reverse/waitpid-reverse.exp
4849 * gdb.reverse/watch-precsave.exp
4850 * gdb.reverse/watch-reverse.exp
4851 * gdb.rust/generics.exp
4852 * gdb.rust/methods.exp
4853 * gdb.rust/modules.exp
4854 * gdb.rust/simple.exp
4855 * gdb.server/connect-with-no-symbol-file.exp
4856 * gdb.server/ext-attach.exp
4857 * gdb.server/ext-restart.exp
4858 * gdb.server/ext-wrapper.exp
4859 * gdb.server/file-transfer.exp
4860 * gdb.server/server-exec-info.exp
4861 * gdb.server/server-kill.exp
4862 * gdb.server/server-mon.exp
4863 * gdb.server/wrapper.exp
4864 * gdb.stabs/exclfwd.exp
4865 * gdb.stabs/gdb11479.exp
4866 * gdb.threads/clone-new-thread-event.exp
4867 * gdb.threads/corethreads.exp
4868 * gdb.threads/current-lwp-dead.exp
4869 * gdb.threads/dlopen-libpthread.exp
4870 * gdb.threads/gcore-thread.exp
4871 * gdb.threads/sigstep-threads.exp
4872 * gdb.threads/watchpoint-fork.exp
4873 * gdb.trace/actions-changed.exp
4874 * gdb.trace/backtrace.exp
4875 * gdb.trace/change-loc.exp
4876 * gdb.trace/circ.exp
4877 * gdb.trace/collection.exp
4878 * gdb.trace/disconnected-tracing.exp
4879 * gdb.trace/ftrace.exp
4880 * gdb.trace/mi-trace-frame-collected.exp
4881 * gdb.trace/mi-trace-unavailable.exp
4882 * gdb.trace/mi-traceframe-changed.exp
4883 * gdb.trace/mi-tsv-changed.exp
4884 * gdb.trace/no-attach-trace.exp
4885 * gdb.trace/passc-dyn.exp
4886 * gdb.trace/qtro.exp
4887 * gdb.trace/range-stepping.exp
4888 * gdb.trace/read-memory.exp
4889 * gdb.trace/save-trace.exp
4890 * gdb.trace/signal.exp
4891 * gdb.trace/status-stop.exp
4892 * gdb.trace/tfile.exp
4893 * gdb.trace/trace-break.exp
4894 * gdb.trace/trace-buffer-size.exp
4895 * gdb.trace/trace-condition.exp
4896 * gdb.trace/tracefile-pseudo-reg.exp
4897 * gdb.trace/tstatus.exp
4898 * gdb.trace/unavailable.exp
4899 * gdb.trace/while-dyn.exp
4900 * gdb.trace/while-stepping.exp
4901
4902 2016-12-22 Doug Evans <xdje42@gmail.com>
4903
4904 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4905 and msymbols.
4906
4907 2016-12-19 Yao Qi <yao.qi@linaro.org>
4908
4909 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4910 (test_with_self): Don't call do_steps_and_nexts, and remove
4911 code about stepping into xmalloc.
4912
4913 2016-12-09 Yao Qi <yao.qi@linaro.org>
4914
4915 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4916
4917 2016-12-09 Yao Qi <yao.qi@linaro.org>
4918
4919 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4920
4921 2016-12-09 Pedro Alves <palves@redhat.com>
4922
4923 * gdb.base/all-architectures-0.exp: New file.
4924 * gdb.base/all-architectures-1.exp: New file.
4925 * gdb.base/all-architectures-2.exp: New file.
4926 * gdb.base/all-architectures-3.exp: New file.
4927 * gdb.base/all-architectures-4.exp: New file.
4928 * gdb.base/all-architectures-5.exp: New file.
4929 * gdb.base/all-architectures-6.exp: New file.
4930 * gdb.base/all-architectures-7.exp: New file.
4931 * gdb.base/all-architectures.exp.in: New file.
4932
4933 2016-12-09 Yao Qi <yao.qi@linaro.org>
4934
4935 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4936
4937 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4938
4939 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4940 possible.
4941 Remove useless pattern-matching code.
4942
4943 2016-12-02 Pedro Alves <palves@redhat.com>
4944
4945 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4946 procedure.
4947 (top level): Call it.
4948
4949 2016-12-02 Pedro Alves <palves@redhat.com>
4950
4951 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4952 New procedure.
4953 (top level): Call it.
4954
4955 2016-12-02 Pedro Alves <palves@redhat.com>
4956
4957 PR cli/20559
4958 * gdb.base/commands.exp (user_defined_command_args_eval): New
4959 procedure.
4960 (top level): Call it.
4961
4962 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4963
4964 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4965 timeout handling.
4966
4967 2016-12-02 Tom Tromey <tom@tromey.com>
4968
4969 * gdb.dwarf2/main-subprogram.c: New file.
4970 * gdb.dwarf2/main-subprogram.exp: New file.
4971
4972 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4973
4974 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4975 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4976 gdb_test_no_output for a couple of cases.
4977 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4978
4979 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4980
4981 Fix test names and standardize compilation error messages throughout
4982 the following files:
4983
4984 * gdb.ada/start.exp
4985 * gdb.arch/alpha-step.exp
4986 * gdb.arch/e500-prologue.exp
4987 * gdb.arch/ftrace-insn-reloc.exp
4988 * gdb.arch/gdb1291.exp
4989 * gdb.arch/gdb1431.exp
4990 * gdb.arch/gdb1558.exp
4991 * gdb.arch/i386-dr3-watch.exp
4992 * gdb.arch/i386-sse-stack-align.exp
4993 * gdb.arch/ia64-breakpoint-shadow.exp
4994 * gdb.arch/pa-nullify.exp
4995 * gdb.arch/powerpc-aix-prologue.exp
4996 * gdb.arch/thumb-bx-pc.exp
4997 * gdb.base/annota1.exp
4998 * gdb.base/annota3.exp
4999 * gdb.base/arrayidx.exp
5000 * gdb.base/assign.exp
5001 * gdb.base/attach.exp
5002 * gdb.base/auxv.exp
5003 * gdb.base/bang.exp
5004 * gdb.base/bfp-test.exp
5005 * gdb.base/bigcore.exp
5006 * gdb.base/bitfields2.exp
5007 * gdb.base/break-fun-addr.exp
5008 * gdb.base/break-probes.exp
5009 * gdb.base/call-rt-st.exp
5010 * gdb.base/callexit.exp
5011 * gdb.base/catch-fork-kill.exp
5012 * gdb.base/charset.exp
5013 * gdb.base/checkpoint.exp
5014 * gdb.base/comprdebug.exp
5015 * gdb.base/constvars.exp
5016 * gdb.base/coredump-filter.exp
5017 * gdb.base/cursal.exp
5018 * gdb.base/cvexpr.exp
5019 * gdb.base/detach.exp
5020 * gdb.base/display.exp
5021 * gdb.base/dmsym.exp
5022 * gdb.base/dprintf-pending.exp
5023 * gdb.base/dso2dso.exp
5024 * gdb.base/dtrace-probe.exp
5025 * gdb.base/dump.exp
5026 * gdb.base/enum_cond.exp
5027 * gdb.base/exe-lock.exp
5028 * gdb.base/exec-invalid-sysroot.exp
5029 * gdb.base/execl-update-breakpoints.exp
5030 * gdb.base/exprs.exp
5031 * gdb.base/fileio.exp
5032 * gdb.base/find.exp
5033 * gdb.base/finish.exp
5034 * gdb.base/fixsection.exp
5035 * gdb.base/foll-vfork.exp
5036 * gdb.base/frame-args.exp
5037 * gdb.base/gcore.exp
5038 * gdb.base/gdb1250.exp
5039 * gdb.base/global-var-nested-by-dso.exp
5040 * gdb.base/gnu-ifunc.exp
5041 * gdb.base/hashline1.exp
5042 * gdb.base/hashline2.exp
5043 * gdb.base/hashline3.exp
5044 * gdb.base/hbreak-in-shr-unsupported.exp
5045 * gdb.base/huge.exp
5046 * gdb.base/infcall-input.exp
5047 * gdb.base/info-fun.exp
5048 * gdb.base/info-shared.exp
5049 * gdb.base/jit-simple.exp
5050 * gdb.base/jit-so.exp
5051 * gdb.base/jit.exp
5052 * gdb.base/jump.exp
5053 * gdb.base/label.exp
5054 * gdb.base/lineinc.exp
5055 * gdb.base/logical.exp
5056 * gdb.base/longjmp.exp
5057 * gdb.base/macscp.exp
5058 * gdb.base/miscexprs.exp
5059 * gdb.base/new-ui-echo.exp
5060 * gdb.base/new-ui-pending-input.exp
5061 * gdb.base/new-ui.exp
5062 * gdb.base/nodebug.exp
5063 * gdb.base/nofield.exp
5064 * gdb.base/offsets.exp
5065 * gdb.base/overlays.exp
5066 * gdb.base/pending.exp
5067 * gdb.base/pointers.exp
5068 * gdb.base/pr11022.exp
5069 * gdb.base/printcmds.exp
5070 * gdb.base/prologue.exp
5071 * gdb.base/ptr-typedef.exp
5072 * gdb.base/realname-expand.exp
5073 * gdb.base/relativedebug.exp
5074 * gdb.base/relocate.exp
5075 * gdb.base/remote.exp
5076 * gdb.base/reread.exp
5077 * gdb.base/return2.exp
5078 * gdb.base/savedregs.exp
5079 * gdb.base/sep.exp
5080 * gdb.base/sepdebug.exp
5081 * gdb.base/sepsymtab.exp
5082 * gdb.base/set-inferior-tty.exp
5083 * gdb.base/setshow.exp
5084 * gdb.base/shlib-call.exp
5085 * gdb.base/sigaltstack.exp
5086 * gdb.base/siginfo-addr.exp
5087 * gdb.base/signals.exp
5088 * gdb.base/signull.exp
5089 * gdb.base/sigrepeat.exp
5090 * gdb.base/so-impl-ld.exp
5091 * gdb.base/solib-display.exp
5092 * gdb.base/solib-overlap.exp
5093 * gdb.base/solib-search.exp
5094 * gdb.base/solib-symbol.exp
5095 * gdb.base/structs.exp
5096 * gdb.base/structs2.exp
5097 * gdb.base/symtab-search-order.exp
5098 * gdb.base/twice.exp
5099 * gdb.base/unload.exp
5100 * gdb.base/varargs.exp
5101 * gdb.base/watchpoint-solib.exp
5102 * gdb.base/watchpoint.exp
5103 * gdb.base/whatis.exp
5104 * gdb.base/wrong_frame_bt_full.exp
5105 * gdb.btrace/dlopen.exp
5106 * gdb.cell/ea-standalone.exp
5107 * gdb.cell/ea-test.exp
5108 * gdb.cp/dispcxx.exp
5109 * gdb.cp/gdb2384.exp
5110 * gdb.cp/method2.exp
5111 * gdb.cp/nextoverthrow.exp
5112 * gdb.cp/pr10728.exp
5113 * gdb.disasm/am33.exp
5114 * gdb.disasm/h8300s.exp
5115 * gdb.disasm/mn10300.exp
5116 * gdb.disasm/sh3.exp
5117 * gdb.dwarf2/dw2-dir-file-name.exp
5118 * gdb.fortran/complex.exp
5119 * gdb.fortran/library-module.exp
5120 * gdb.guile/scm-pretty-print.exp
5121 * gdb.guile/scm-symbol.exp
5122 * gdb.guile/scm-type.exp
5123 * gdb.guile/scm-value.exp
5124 * gdb.linespec/linespec.exp
5125 * gdb.mi/gdb701.exp
5126 * gdb.mi/gdb792.exp
5127 * gdb.mi/mi-breakpoint-changed.exp
5128 * gdb.mi/mi-dprintf-pending.exp
5129 * gdb.mi/mi-dprintf.exp
5130 * gdb.mi/mi-exit-code.exp
5131 * gdb.mi/mi-pending.exp
5132 * gdb.mi/mi-solib.exp
5133 * gdb.mi/new-ui-mi-sync.exp
5134 * gdb.mi/pr11022.exp
5135 * gdb.mi/user-selected-context-sync.exp
5136 * gdb.opt/solib-intra-step.exp
5137 * gdb.python/py-events.exp
5138 * gdb.python/py-finish-breakpoint.exp
5139 * gdb.python/py-mi.exp
5140 * gdb.python/py-prettyprint.exp
5141 * gdb.python/py-shared.exp
5142 * gdb.python/py-symbol.exp
5143 * gdb.python/py-template.exp
5144 * gdb.python/py-type.exp
5145 * gdb.python/py-value.exp
5146 * gdb.reverse/solib-precsave.exp
5147 * gdb.reverse/solib-reverse.exp
5148 * gdb.server/solib-list.exp
5149 * gdb.stabs/weird.exp
5150 * gdb.threads/reconnect-signal.exp
5151 * gdb.threads/stepi-random-signal.exp
5152 * gdb.trace/actions.exp
5153 * gdb.trace/ax.exp
5154 * gdb.trace/backtrace.exp
5155 * gdb.trace/change-loc.exp
5156 * gdb.trace/deltrace.exp
5157 * gdb.trace/ftrace-lock.exp
5158 * gdb.trace/ftrace.exp
5159 * gdb.trace/infotrace.exp
5160 * gdb.trace/mi-tracepoint-changed.exp
5161 * gdb.trace/packetlen.exp
5162 * gdb.trace/passcount.exp
5163 * gdb.trace/pending.exp
5164 * gdb.trace/range-stepping.exp
5165 * gdb.trace/report.exp
5166 * gdb.trace/stap-trace.exp
5167 * gdb.trace/tfind.exp
5168 * gdb.trace/trace-break.exp
5169 * gdb.trace/trace-condition.exp
5170 * gdb.trace/trace-enable-disable.exp
5171 * gdb.trace/trace-mt.exp
5172 * gdb.trace/tracecmd.exp
5173 * gdb.trace/tspeed.exp
5174 * gdb.trace/tsv.exp
5175 * lib/perftest.exp
5176
5177 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5178
5179 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
5180 with gdb_test_no_output.
5181 Use command as test name.
5182
5183 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5184
5185 Fix test names starting with uppercase throughout the files.
5186
5187 * gdb.ada/assign_1.exp
5188 * gdb.ada/boolean_expr.exp
5189 * gdb.base/arrayidx.exp
5190 * gdb.base/del.exp
5191 * gdb.base/gcore-buffer-overflow.exp
5192 * gdb.base/testenv.exp
5193 * gdb.compile/compile.exp
5194 * gdb.python/py-framefilter-invalidarg.exp
5195 * gdb.python/py-framefilter.exp
5196
5197 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5198
5199 Fix test names starting with uppercase throughout the files.
5200
5201 * gdb.ada/array_return.exp
5202 * gdb.ada/expr_delims.exp
5203 * gdb.ada/mi_dyn_arr.exp
5204 * gdb.ada/mi_interface.exp
5205 * gdb.ada/mi_var_array.exp
5206 * gdb.ada/watch_arg.exp
5207 * gdb.arch/alpha-step.exp
5208 * gdb.arch/altivec-regs.exp
5209 * gdb.arch/e500-regs.exp
5210 * gdb.arch/powerpc-d128-regs.exp
5211 * gdb.base/arrayidx.exp
5212 * gdb.base/break.exp
5213 * gdb.base/checkpoint.exp
5214 * gdb.base/debug-expr.exp
5215 * gdb.base/dmsym.exp
5216 * gdb.base/radix.exp
5217 * gdb.base/sepdebug.exp
5218 * gdb.base/testenv.exp
5219 * gdb.base/watch_thread_num.exp
5220 * gdb.base/watchpoint-cond-gone.exp
5221 * gdb.cell/break.exp
5222 * gdb.cell/ea-cache.exp
5223 * gdb.compile/compile.exp
5224 * gdb.cp/gdb2495.exp
5225 * gdb.gdb/selftest.exp
5226 * gdb.gdb/xfullpath.exp
5227 * gdb.go/hello.exp
5228 * gdb.go/integers.exp
5229 * gdb.objc/basicclass.exp
5230 * gdb.pascal/hello.exp
5231 * gdb.pascal/integers.exp
5232 * gdb.python/py-breakpoint.exp
5233 * gdb.python/py-cmd.exp
5234 * gdb.python/py-linetable.exp
5235 * gdb.python/py-xmethods.exp
5236 * gdb.python/python.exp
5237 * gdb.reverse/consecutive-precsave.exp
5238 * gdb.reverse/finish-precsave.exp
5239 * gdb.reverse/i386-precsave.exp
5240 * gdb.reverse/machinestate-precsave.exp
5241 * gdb.reverse/sigall-precsave.exp
5242 * gdb.reverse/solib-precsave.exp
5243 * gdb.reverse/step-precsave.exp
5244 * gdb.reverse/until-precsave.exp
5245 * gdb.reverse/watch-precsave.exp
5246 * gdb.threads/leader-exit.exp
5247 * gdb.threads/pthreads.exp
5248 * gdb.threads/wp-replication.exp
5249 * gdb.trace/actions.exp
5250 * gdb.trace/mi-tsv-changed.exp
5251 * gdb.trace/tsv.exp
5252
5253 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5254
5255 Fix test names starting with uppercase throughout the files.
5256
5257 * gdb.arch/i386-bp_permanent.exp
5258 * gdb.arch/i386-gnu-cfi.exp
5259 * gdb.base/disasm-end-cu.exp
5260 * gdb.base/macscp.exp
5261 * gdb.base/pending.exp
5262 * gdb.base/watch_thread_num.exp
5263 * gdb.cp/exception.exp
5264 * gdb.cp/gdb2495.exp
5265 * gdb.cp/local.exp
5266 * gdb.python/py-evsignal.exp
5267 * gdb.python/python.exp
5268 * gdb.trace/tracecmd.exp
5269
5270 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5271
5272 Fix test names starting with uppercase throughout the files.
5273
5274 * gdb.base/charset.exp
5275 * gdb.base/eval.exp
5276 * gdb.base/multi-forks.exp
5277 * gdb.guile/scm-progspace.exp
5278 * gdb.opencl/datatypes.exp
5279 * gdb.python/py-block.exp
5280 * gdb.python/py-function.exp
5281 * gdb.python/py-symbol.exp
5282 * gdb.python/py-symtab.exp
5283 * gdb.python/py-xmethods.exp
5284 * gdb.reverse/break-precsave.exp
5285 * gdb.reverse/break-reverse.exp
5286 * gdb.reverse/consecutive-precsave.exp
5287 * gdb.reverse/consecutive-reverse.exp
5288 * gdb.reverse/finish-precsave.exp
5289 * gdb.reverse/finish-reverse-bkpt.exp
5290 * gdb.reverse/finish-reverse.exp
5291 * gdb.reverse/fstatat-reverse.exp
5292 * gdb.reverse/getresuid-reverse.exp
5293 * gdb.reverse/i386-precsave.exp
5294 * gdb.reverse/i386-reverse.exp
5295 * gdb.reverse/i386-sse-reverse.exp
5296 * gdb.reverse/i387-stack-reverse.exp
5297 * gdb.reverse/insn-reverse.exp
5298 * gdb.reverse/machinestate-precsave.exp
5299 * gdb.reverse/machinestate.exp
5300 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5301 * gdb.reverse/pipe-reverse.exp
5302 * gdb.reverse/readv-reverse.exp
5303 * gdb.reverse/recvmsg-reverse.exp
5304 * gdb.reverse/rerun-prec.exp
5305 * gdb.reverse/s390-mvcle.exp
5306 * gdb.reverse/sigall-precsave.exp
5307 * gdb.reverse/sigall-reverse.exp
5308 * gdb.reverse/solib-precsave.exp
5309 * gdb.reverse/solib-reverse.exp
5310 * gdb.reverse/step-precsave.exp
5311 * gdb.reverse/step-reverse.exp
5312 * gdb.reverse/time-reverse.exp
5313 * gdb.reverse/until-precsave.exp
5314 * gdb.reverse/until-reverse.exp
5315 * gdb.reverse/waitpid-reverse.exp
5316 * gdb.reverse/watch-precsave.exp
5317 * gdb.reverse/watch-reverse.exp
5318
5319 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5320
5321 Fix test names starting with uppercase throughout the files.
5322
5323 * gdb.arch/i386-mpx-simple_segv.exp
5324 * gdb.arch/i386-mpx.exp
5325 * gdb.arch/i386-permbkpt.exp
5326 * gdb.arch/pa-nullify.exp
5327 * gdb.arch/powerpc-d128-regs.exp
5328 * gdb.arch/vsx-regs.exp
5329 * gdb.base/bfp-test.exp
5330 * gdb.base/break.exp
5331 * gdb.base/breakpoint-shadow.exp
5332 * gdb.base/callfuncs.exp
5333 * gdb.base/charset.exp
5334 * gdb.base/commands.exp
5335 * gdb.base/completion.exp
5336 * gdb.base/dfp-test.exp
5337 * gdb.base/echo.exp
5338 * gdb.base/ending-run.exp
5339 * gdb.base/eval.exp
5340 * gdb.base/expand-psymtabs.exp
5341 * gdb.base/float128.exp
5342 * gdb.base/floatn.exp
5343 * gdb.base/foll-exec-mode.exp
5344 * gdb.base/gdb1056.exp
5345 * gdb.base/gdb11531.exp
5346 * gdb.base/kill-after-signal.exp
5347 * gdb.base/multi-forks.exp
5348 * gdb.base/overlays.exp
5349 * gdb.base/pending.exp
5350 * gdb.base/sepdebug.exp
5351 * gdb.base/testenv.exp
5352 * gdb.base/valgrind-db-attach.exp
5353 * gdb.base/watch_thread_num.exp
5354 * gdb.base/watchpoint-cond-gone.exp
5355 * gdb.base/watchpoint.exp
5356 * gdb.base/watchpoints.exp
5357 * gdb.cp/arg-reference.exp
5358 * gdb.cp/baseenum.exp
5359 * gdb.cp/operator.exp
5360 * gdb.cp/shadow.exp
5361 * gdb.dwarf2/dw2-op-out-param.exp
5362 * gdb.dwarf2/dw2-reg-undefined.exp
5363 * gdb.go/chan.exp
5364 * gdb.go/hello.exp
5365 * gdb.go/integers.exp
5366 * gdb.go/methods.exp
5367 * gdb.go/package.exp
5368 * gdb.guile/scm-parameter.exp
5369 * gdb.guile/scm-progspace.exp
5370 * gdb.guile/scm-value.exp
5371 * gdb.mi/mi-pending.exp
5372 * gdb.mi/user-selected-context-sync.exp
5373 * gdb.multi/multi-attach.exp
5374 * gdb.multi/tids.exp
5375 * gdb.opt/clobbered-registers-O2.exp
5376 * gdb.pascal/floats.exp
5377 * gdb.pascal/integers.exp
5378 * gdb.python/py-block.exp
5379 * gdb.python/py-events.exp
5380 * gdb.python/py-parameter.exp
5381 * gdb.python/py-symbol.exp
5382 * gdb.python/py-symtab.exp
5383 * gdb.python/py-type.exp
5384 * gdb.python/py-value.exp
5385 * gdb.python/py-xmethods.exp
5386 * gdb.python/python.exp
5387 * gdb.reverse/break-precsave.exp
5388 * gdb.reverse/consecutive-precsave.exp
5389 * gdb.reverse/finish-precsave.exp
5390 * gdb.reverse/i386-precsave.exp
5391 * gdb.reverse/machinestate-precsave.exp
5392 * gdb.reverse/sigall-precsave.exp
5393 * gdb.reverse/solib-precsave.exp
5394 * gdb.reverse/step-precsave.exp
5395 * gdb.reverse/until-precsave.exp
5396 * gdb.reverse/watch-precsave.exp
5397 * gdb.server/ext-attach.exp
5398 * gdb.server/ext-restart.exp
5399 * gdb.server/ext-run.exp
5400 * gdb.server/ext-wrapper.exp
5401 * gdb.stabs/gdb11479.exp
5402 * gdb.stabs/weird.exp
5403 * gdb.threads/attach-many-short-lived-threads.exp
5404 * gdb.threads/kill.exp
5405 * gdb.threads/watchpoint-fork.exp
5406
5407 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5408
5409 Fix test names starting with uppercase throughout all the files below.
5410
5411 * gdb.ada/array_return.exp
5412 * gdb.ada/catch_ex.exp
5413 * gdb.ada/info_exc.exp
5414 * gdb.ada/mi_catch_ex.exp
5415 * gdb.ada/mi_dyn_arr.exp
5416 * gdb.ada/mi_ex_cond.exp
5417 * gdb.ada/mi_exc_info.exp
5418 * gdb.ada/mi_interface.exp
5419 * gdb.ada/mi_task_arg.exp
5420 * gdb.ada/mi_task_info.exp
5421 * gdb.ada/mi_var_array.exp
5422 * gdb.arch/alpha-step.exp
5423 * gdb.arch/amd64-disp-step.exp
5424 * gdb.arch/arm-disp-step.exp
5425 * gdb.arch/disp-step-insn-reloc.exp
5426 * gdb.arch/e500-prologue.exp
5427 * gdb.arch/ftrace-insn-reloc.exp
5428 * gdb.arch/gdb1558.exp
5429 * gdb.arch/i386-bp_permanent.exp
5430 * gdb.arch/i386-disp-step.exp
5431 * gdb.arch/i386-float.exp
5432 * gdb.arch/i386-gnu-cfi.exp
5433 * gdb.arch/ia64-breakpoint-shadow.exp
5434 * gdb.arch/mips16-thunks.exp
5435 * gdb.arch/pa-nullify.exp
5436 * gdb.arch/powerpc-aix-prologue.exp
5437 * gdb.arch/powerpc-power.exp
5438 * gdb.arch/ppc-dfp.exp
5439 * gdb.arch/s390-tdbregs.exp
5440 * gdb.arch/spu-info.exp
5441 * gdb.arch/spu-ls.exp
5442 * gdb.arch/thumb-bx-pc.exp
5443 * gdb.base/advance.exp
5444 * gdb.base/annota-input-while-running.exp
5445 * gdb.base/arrayidx.exp
5446 * gdb.base/asmlabel.exp
5447 * gdb.base/async.exp
5448 * gdb.base/attach-wait-input.exp
5449 * gdb.base/auto-connect-native-target.exp
5450 * gdb.base/batch-preserve-term-settings.exp
5451 * gdb.base/bfp-test.exp
5452 * gdb.base/bigcore.exp
5453 * gdb.base/bp-permanent.exp
5454 * gdb.base/break-always.exp
5455 * gdb.base/break-fun-addr.exp
5456 * gdb.base/break-idempotent.exp
5457 * gdb.base/break-main-file-remove-fail.exp
5458 * gdb.base/break-probes.exp
5459 * gdb.base/break-unload-file.exp
5460 * gdb.base/break.exp
5461 * gdb.base/call-ar-st.exp
5462 * gdb.base/call-rt-st.exp
5463 * gdb.base/call-sc.exp
5464 * gdb.base/call-signal-resume.exp
5465 * gdb.base/call-strs.exp
5466 * gdb.base/callexit.exp
5467 * gdb.base/callfuncs.exp
5468 * gdb.base/catch-gdb-caused-signals.exp
5469 * gdb.base/catch-signal-siginfo-cond.exp
5470 * gdb.base/catch-syscall.exp
5471 * gdb.base/compare-sections.exp
5472 * gdb.base/cond-eval-mode.exp
5473 * gdb.base/condbreak-call-false.exp
5474 * gdb.base/consecutive-step-over.exp
5475 * gdb.base/cursal.exp
5476 * gdb.base/disabled-location.exp
5477 * gdb.base/disasm-end-cu.exp
5478 * gdb.base/display.exp
5479 * gdb.base/double-prompt-target-event-error.exp
5480 * gdb.base/dprintf-bp-same-addr.exp
5481 * gdb.base/dprintf-detach.exp
5482 * gdb.base/dprintf-next.exp
5483 * gdb.base/dprintf-non-stop.exp
5484 * gdb.base/dprintf-pending.exp
5485 * gdb.base/dso2dso.exp
5486 * gdb.base/ending-run.exp
5487 * gdb.base/enum_cond.exp
5488 * gdb.base/examine-backward.exp
5489 * gdb.base/exe-lock.exp
5490 * gdb.base/exec-invalid-sysroot.exp
5491 * gdb.base/execl-update-breakpoints.exp
5492 * gdb.base/execution-termios.exp
5493 * gdb.base/fileio.exp
5494 * gdb.base/fixsection.exp
5495 * gdb.base/foll-exec-mode.exp
5496 * gdb.base/foll-exec.exp
5497 * gdb.base/fork-running-state.exp
5498 * gdb.base/frame-args.exp
5499 * gdb.base/fullpath-expand.exp
5500 * gdb.base/func-ptr.exp
5501 * gdb.base/gcore-relro-pie.exp
5502 * gdb.base/gdb1090.exp
5503 * gdb.base/gdb1555.exp
5504 * gdb.base/global-var-nested-by-dso.exp
5505 * gdb.base/gnu-ifunc.exp
5506 * gdb.base/hbreak-in-shr-unsupported.exp
5507 * gdb.base/hbreak-unmapped.exp
5508 * gdb.base/hook-stop.exp
5509 * gdb.base/infcall-input.exp
5510 * gdb.base/info-fun.exp
5511 * gdb.base/info-shared.exp
5512 * gdb.base/interrupt-noterm.exp
5513 * gdb.base/jit-so.exp
5514 * gdb.base/jit.exp
5515 * gdb.base/line-symtabs.exp
5516 * gdb.base/list.exp
5517 * gdb.base/longjmp.exp
5518 * gdb.base/macscp.exp
5519 * gdb.base/max-value-size.exp
5520 * gdb.base/nodebug.exp
5521 * gdb.base/nofield.exp
5522 * gdb.base/overlays.exp
5523 * gdb.base/paginate-after-ctrl-c-running.exp
5524 * gdb.base/paginate-bg-execution.exp
5525 * gdb.base/paginate-inferior-exit.exp
5526 * gdb.base/pending.exp
5527 * gdb.base/pr11022.exp
5528 * gdb.base/printcmds.exp
5529 * gdb.base/ptr-typedef.exp
5530 * gdb.base/ptype.exp
5531 * gdb.base/randomize.exp
5532 * gdb.base/range-stepping.exp
5533 * gdb.base/realname-expand.exp
5534 * gdb.base/relativedebug.exp
5535 * gdb.base/remote.exp
5536 * gdb.base/savedregs.exp
5537 * gdb.base/sepdebug.exp
5538 * gdb.base/set-noassign.exp
5539 * gdb.base/shlib-call.exp
5540 * gdb.base/shreloc.exp
5541 * gdb.base/sigaltstack.exp
5542 * gdb.base/sigbpt.exp
5543 * gdb.base/siginfo-addr.exp
5544 * gdb.base/siginfo-obj.exp
5545 * gdb.base/siginfo-thread.exp
5546 * gdb.base/signest.exp
5547 * gdb.base/signull.exp
5548 * gdb.base/sigrepeat.exp
5549 * gdb.base/skip.exp
5550 * gdb.base/so-impl-ld.exp
5551 * gdb.base/solib-corrupted.exp
5552 * gdb.base/solib-disc.exp
5553 * gdb.base/solib-display.exp
5554 * gdb.base/solib-overlap.exp
5555 * gdb.base/solib-search.exp
5556 * gdb.base/solib-symbol.exp
5557 * gdb.base/source-execution.exp
5558 * gdb.base/sss-bp-on-user-bp-2.exp
5559 * gdb.base/sss-bp-on-user-bp.exp
5560 * gdb.base/stack-checking.exp
5561 * gdb.base/stale-infcall.exp
5562 * gdb.base/step-break.exp
5563 * gdb.base/step-line.exp
5564 * gdb.base/step-over-exit.exp
5565 * gdb.base/step-test.exp
5566 * gdb.base/structs.exp
5567 * gdb.base/sym-file.exp
5568 * gdb.base/symtab-search-order.exp
5569 * gdb.base/term.exp
5570 * gdb.base/type-opaque.exp
5571 * gdb.base/unload.exp
5572 * gdb.base/until-nodebug.exp
5573 * gdb.base/until.exp
5574 * gdb.base/unwindonsignal.exp
5575 * gdb.base/watch-cond.exp
5576 * gdb.base/watch-non-mem.exp
5577 * gdb.base/watch_thread_num.exp
5578 * gdb.base/watchpoint-reuse-slot.exp
5579 * gdb.base/watchpoint-solib.exp
5580 * gdb.base/watchpoint.exp
5581 * gdb.btrace/dlopen.exp
5582 * gdb.cell/arch.exp
5583 * gdb.cell/break.exp
5584 * gdb.cell/bt.exp
5585 * gdb.cell/core.exp
5586 * gdb.cell/data.exp
5587 * gdb.cell/dwarfaddr.exp
5588 * gdb.cell/ea-cache.exp
5589 * gdb.cell/ea-standalone.exp
5590 * gdb.cell/ea-test.exp
5591 * gdb.cell/f-regs.exp
5592 * gdb.cell/fork.exp
5593 * gdb.cell/gcore.exp
5594 * gdb.cell/mem-access.exp
5595 * gdb.cell/ptype.exp
5596 * gdb.cell/registers.exp
5597 * gdb.cell/sizeof.exp
5598 * gdb.cell/solib-symbol.exp
5599 * gdb.cell/solib.exp
5600 * gdb.compile/compile-tls.exp
5601 * gdb.cp/exception.exp
5602 * gdb.cp/gdb2495.exp
5603 * gdb.cp/local.exp
5604 * gdb.cp/mb-inline.exp
5605 * gdb.cp/mb-templates.exp
5606 * gdb.cp/pr10687.exp
5607 * gdb.cp/pr9167.exp
5608 * gdb.cp/scope-err.exp
5609 * gdb.cp/templates.exp
5610 * gdb.cp/virtfunc.exp
5611 * gdb.dwarf2/dw2-dir-file-name.exp
5612 * gdb.dwarf2/dw2-single-line-discriminators.exp
5613 * gdb.fortran/complex.exp
5614 * gdb.fortran/library-module.exp
5615 * gdb.guile/guile.exp
5616 * gdb.guile/scm-cmd.exp
5617 * gdb.guile/scm-frame-inline.exp
5618 * gdb.guile/scm-objfile.exp
5619 * gdb.guile/scm-pretty-print.exp
5620 * gdb.guile/scm-symbol.exp
5621 * gdb.guile/scm-type.exp
5622 * gdb.guile/scm-value.exp
5623 * gdb.linespec/keywords.exp
5624 * gdb.linespec/ls-errs.exp
5625 * gdb.linespec/macro-relative.exp
5626 * gdb.linespec/thread.exp
5627 * gdb.mi/mi-breakpoint-changed.exp
5628 * gdb.mi/mi-dprintf-pending.exp
5629 * gdb.mi/mi-fullname-deleted.exp
5630 * gdb.mi/mi-logging.exp
5631 * gdb.mi/mi-pending.exp
5632 * gdb.mi/mi-solib.exp
5633 * gdb.mi/new-ui-mi-sync.exp
5634 * gdb.mi/user-selected-context-sync.exp
5635 * gdb.multi/dummy-frame-restore.exp
5636 * gdb.multi/multi-arch-exec.exp
5637 * gdb.multi/remove-inferiors.exp
5638 * gdb.multi/watchpoint-multi-exit.exp
5639 * gdb.opt/solib-intra-step.exp
5640 * gdb.perf/backtrace.exp
5641 * gdb.perf/single-step.exp
5642 * gdb.perf/skip-command.exp
5643 * gdb.perf/skip-prologue.exp
5644 * gdb.perf/solib.exp
5645 * gdb.python/lib-types.exp
5646 * gdb.python/py-as-string.exp
5647 * gdb.python/py-bad-printers.exp
5648 * gdb.python/py-block.exp
5649 * gdb.python/py-breakpoint.exp
5650 * gdb.python/py-cmd.exp
5651 * gdb.python/py-events.exp
5652 * gdb.python/py-evthreads.exp
5653 * gdb.python/py-finish-breakpoint.exp
5654 * gdb.python/py-finish-breakpoint2.exp
5655 * gdb.python/py-frame-inline.exp
5656 * gdb.python/py-frame.exp
5657 * gdb.python/py-inferior.exp
5658 * gdb.python/py-infthread.exp
5659 * gdb.python/py-mi.exp
5660 * gdb.python/py-objfile.exp
5661 * gdb.python/py-pp-maint.exp
5662 * gdb.python/py-pp-registration.exp
5663 * gdb.python/py-prettyprint.exp
5664 * gdb.python/py-recurse-unwind.exp
5665 * gdb.python/py-shared.exp
5666 * gdb.python/py-symbol.exp
5667 * gdb.python/py-symtab.exp
5668 * gdb.python/py-template.exp
5669 * gdb.python/py-type.exp
5670 * gdb.python/py-unwind-maint.exp
5671 * gdb.python/py-unwind.exp
5672 * gdb.python/py-value.exp
5673 * gdb.python/python.exp
5674 * gdb.reverse/finish-reverse-bkpt.exp
5675 * gdb.reverse/insn-reverse.exp
5676 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5677 * gdb.reverse/solib-precsave.exp
5678 * gdb.reverse/solib-reverse.exp
5679 * gdb.stabs/gdb11479.exp
5680 * gdb.stabs/weird.exp
5681 * gdb.threads/fork-child-threads.exp
5682 * gdb.threads/fork-plus-threads.exp
5683 * gdb.threads/fork-thread-pending.exp
5684 * gdb.threads/forking-threads-plus-breakpoint.exp
5685 * gdb.threads/hand-call-in-threads.exp
5686 * gdb.threads/interrupted-hand-call.exp
5687 * gdb.threads/linux-dp.exp
5688 * gdb.threads/local-watch-wrong-thread.exp
5689 * gdb.threads/next-while-other-thread-longjmps.exp
5690 * gdb.threads/non-ldr-exit.exp
5691 * gdb.threads/pending-step.exp
5692 * gdb.threads/print-threads.exp
5693 * gdb.threads/process-dies-while-detaching.exp
5694 * gdb.threads/process-dies-while-handling-bp.exp
5695 * gdb.threads/pthreads.exp
5696 * gdb.threads/queue-signal.exp
5697 * gdb.threads/reconnect-signal.exp
5698 * gdb.threads/signal-command-handle-nopass.exp
5699 * gdb.threads/signal-command-multiple-signals-pending.exp
5700 * gdb.threads/signal-delivered-right-thread.exp
5701 * gdb.threads/signal-sigtrap.exp
5702 * gdb.threads/sigthread.exp
5703 * gdb.threads/staticthreads.exp
5704 * gdb.threads/stepi-random-signal.exp
5705 * gdb.threads/thread-unwindonsignal.exp
5706 * gdb.threads/thread_check.exp
5707 * gdb.threads/thread_events.exp
5708 * gdb.threads/tid-reuse.exp
5709 * gdb.threads/tls-nodebug.exp
5710 * gdb.threads/tls-shared.exp
5711 * gdb.threads/tls-so_extern.exp
5712 * gdb.threads/tls.exp
5713 * gdb.threads/wp-replication.exp
5714 * gdb.trace/actions-changed.exp
5715 * gdb.trace/actions.exp
5716 * gdb.trace/backtrace.exp
5717 * gdb.trace/change-loc.exp
5718 * gdb.trace/collection.exp
5719 * gdb.trace/deltrace.exp
5720 * gdb.trace/disconnected-tracing.exp
5721 * gdb.trace/entry-values.exp
5722 * gdb.trace/ftrace-lock.exp
5723 * gdb.trace/ftrace.exp
5724 * gdb.trace/infotrace.exp
5725 * gdb.trace/mi-trace-frame-collected.exp
5726 * gdb.trace/mi-trace-unavailable.exp
5727 * gdb.trace/mi-traceframe-changed.exp
5728 * gdb.trace/mi-tracepoint-changed.exp
5729 * gdb.trace/mi-tsv-changed.exp
5730 * gdb.trace/no-attach-trace.exp
5731 * gdb.trace/packetlen.exp
5732 * gdb.trace/passc-dyn.exp
5733 * gdb.trace/passcount.exp
5734 * gdb.trace/pending.exp
5735 * gdb.trace/pr16508.exp
5736 * gdb.trace/qtro.exp
5737 * gdb.trace/range-stepping.exp
5738 * gdb.trace/read-memory.exp
5739 * gdb.trace/report.exp
5740 * gdb.trace/save-trace.exp
5741 * gdb.trace/signal.exp
5742 * gdb.trace/stap-trace.exp
5743 * gdb.trace/status-stop.exp
5744 * gdb.trace/strace.exp
5745 * gdb.trace/tfile.exp
5746 * gdb.trace/tfind.exp
5747 * gdb.trace/trace-break.exp
5748 * gdb.trace/trace-condition.exp
5749 * gdb.trace/trace-enable-disable.exp
5750 * gdb.trace/trace-mt.exp
5751 * gdb.trace/tracecmd.exp
5752 * gdb.trace/tracefile-pseudo-reg.exp
5753 * gdb.trace/tspeed.exp
5754 * gdb.trace/tstatus.exp
5755 * gdb.trace/tsv.exp
5756 * gdb.trace/unavailable.exp
5757 * gdb.trace/while-dyn.exp
5758 * gdb.trace/while-stepping.exp
5759 * lib/gdb-guile.exp
5760 * lib/gdb.exp
5761 * lib/mi-support.exp
5762 * lib/pascal.exp
5763 * lib/perftest.exp
5764 * lib/prelink-support.exp
5765 * lib/selftest-support.exp
5766
5767 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5768
5769 * Makefile.in: Include disable-implicit-rules.mk.
5770
5771 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5772
5773 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5774 non-byte-aligned bit fields.
5775
5776 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5777
5778 PR gdb/12616
5779 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5780 respects the DW_AT_data_bit_offset attribute.
5781
5782 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5783
5784 * gdb.base/default.exp: Fix output of "set language".
5785
5786 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5787
5788 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5789 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5790 make.
5791 * configure.ac: Remove checks for the make program.
5792 * configure: Re-generate.
5793
5794 2016-11-16 Kevin Buettner <kevinb@redhat.com>
5795
5796 * gdb.python/py-recurse-unwind.c (main): Add loop.
5797 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5798 to read_register() and gdb.parse_and_eval(). Make each code
5799 call a separate case that can be individually tested.
5800 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5801 proc. Call cont_and_backtrace for each of the code paths that
5802 we want to test in the unwinder.
5803
5804 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5805
5806 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5807 the definition of struct S.
5808
5809 2016-11-11 Catherine Moore <clm@codesourcery.com>
5810
5811 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5812
5813 2016-11-09 Pedro Alves <palves@redhat.com>
5814
5815 * gdb.base/commands.exp (runto_or_return): New procedure.
5816 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5817 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5818 (progvar_simple_while_test, progvar_complex_if_while_test)
5819 (if_while_breakpoint_command_test)
5820 (infrun_breakpoint_command_test, breakpoint_command_test)
5821 (user_defined_command_test, watchpoint_command_test)
5822 (test_command_prompt_position, redefine_hook_test)
5823 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5824 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5825 multi_line_input and multi_line. Remove gdb_expect and
5826 gdb_stop_suppressing_tests uses.
5827 * lib/gdb.exp (valnum_re): New global.
5828 (multi_line_input): New procedure.
5829
5830 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5831
5832 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5833 Remove.
5834 (test_setup): Define with proc_with_prefix.
5835 (test_cli_inferior): Likewise.
5836 (test_cli_thread): Likewise.
5837 (test_cli_frame): Likewise.
5838 (test_cli_select_frame): Likewise.
5839 (test_cli_up_down): Likewise.
5840 (test_mi_thread_select): Likewise.
5841 (test_mi_stack_select_frame): Likewise.
5842 (test_cli_in_mi_inferior): Likewise.
5843 (test_cli_in_mi_thread): Likewise.
5844 (test_cli_in_mi_frame): Likewise.
5845 (top level): Do not use with_test_prefix_procname.
5846
5847 2016-11-09 Pedro Alves <palves@redhat.com>
5848
5849 * gdb.base/commands.exp (gdbvar_simple_if_test)
5850 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5851 (progvar_simple_if_test, progvar_simple_while_test)
5852 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5853 (infrun_breakpoint_command_test, breakpoint_command_test)
5854 (user_defined_command_test, watchpoint_command_test)
5855 (test_command_prompt_position, deprecated_command_test)
5856 (bp_deleted_in_command, temporary_breakpoint_commands)
5857 (stray_arg0_test, source_file_with_indented_comment)
5858 (recursive_source_test, if_commands_test)
5859 (error_clears_commands_left, redefine_hook_test)
5860 (redefine_backtrace_test): Use proc_with_prefix.
5861 * lib/gdb.exp (proc_with_prefix): New proc.
5862
5863 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5864
5865 * gdb.base/tui-layout.c: New file.
5866 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5867 disassembly window contains very long lines.
5868
5869 2016-11-08 Tom Tromey <tom@tromey.com>
5870
5871 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5872 depend on Python 2.
5873
5874 2016-11-08 Tom Tromey <tom@tromey.com>
5875
5876 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5877 New method.
5878
5879 2016-10-29 Manish Goregaokar <manish@mozilla.com>
5880
5881 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
5882
5883 2016-10-27 Manish Goregaokar <manish@mozilla.com>
5884
5885 * gdb.rust/simple.rs: Add test for univariant enums without
5886 discriminants and for encoded struct-like enums.
5887
5888 2016-10-28 Pedro Alves <palves@redhat.com>
5889
5890 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5891 gdb_test_multiple, tighten regexps and match symtabs and line
5892 tables incrementally.
5893
5894 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
5895
5896 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5897 general.
5898
5899 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
5900
5901 * gdb.base/exec-invalid-sysroot.exp: New file.
5902
5903 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5904
5905 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5906
5907 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5908
5909 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5910
5911 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5912
5913 * gdb.base/killed-outside.exp: Remove $options from a call to
5914 `prepare_for_testing'.
5915
5916 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5917
5918 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5919 Change test message.
5920
5921 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5922
5923 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5924 Update comment.
5925
5926 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5927
5928 * gdb.trace/mi-trace-save.exp: New file.
5929
5930 2016-10-13 Yao Qi <yao.qi@linaro.org>
5931
5932 * gdb.base/code_elim.exp (get_var_address): Remove.
5933 * gdb.base/relocate.exp: Likewise.
5934 * gdb.base/shreloc.exp: Likewise.
5935 * lib/gdb.exp (get_var_address): New.
5936
5937 2016-10-13 Yao Qi <yao.qi@linaro.org>
5938
5939 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5940 floating point tests if $skip_float_test is false.
5941
5942 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
5943
5944 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5945 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5946 argc values.
5947 Add 1 to argc so we guarantee distinct initial/modified argc values.
5948
5949 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5950
5951 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5952
5953 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5954
5955 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5956 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5957 * gdb.arch/vsx-regs.exp: Likewise.
5958
5959 2016-10-07 Yao Qi <yao.qi@linaro.org>
5960
5961 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5962
5963 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5964
5965 * gdb.python/python.exp: Test decode_line("*0").
5966
5967 2016-10-06 Doug Evans <dje@google.com>
5968
5969 * gdb.python/py-value.exp (test_value_creation): Add test for large
5970 unsigned 64-bit value.
5971
5972 2016-10-06 Tom Tromey <tom@tromey.com>
5973
5974 * gdb.compile/compile.exp: Change java tests to rust.
5975 * gdb.base/setshow.exp: Change java tests to rust.
5976 * gdb.base/default.exp: Remove java from language list.
5977 * README (Examples): Update language example.
5978 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5979 test.
5980 * lib/gdb.exp (skip_java_tests): Remove.
5981 * lib/java.exp: Remove.
5982 * gdb.java: Remove.
5983
5984 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5985
5986 * gdb.arch/mips-fcr.exp: New test.
5987 * gdb.arch/mips-fcr.c: Source for the new test.
5988
5989 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5990
5991 * gdb.base/solib-disc.exp: Use `standard_output_file'
5992 throughout.
5993
5994 2016-10-06 Pedro Alves <palves@redhat.com>
5995
5996 * gdb.base/jit-simple-dl.c: New file.
5997 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5998 * gdb.base/jit-simple.c: ... this.
5999 * gdb.base/jit-simple.exp (jit_run): Delete.
6000 (build_jit): New proc.
6001 (jit_test_reread): Recompile either the main program or the shared
6002 library, depending on what is being tested. Skip changing address
6003 if caller wants to. Compare before/after addresses. If testing
6004 standalone, explicitly load the binary. Test "maint info
6005 breakpoints".
6006 (top level): Add "standalone vs shared lib" and "change address"
6007 vs "same address" axes.
6008
6009 2016-10-06 Pedro Alves <palves@redhat.com>
6010
6011 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
6012 call.
6013 (jit_run): Delete.
6014 (jit_test_reread): Use with_test_prefix. Reload the main binary
6015 explicitly. Compare the before/after addresses of the JIT
6016 descriptor.
6017
6018 2016-08-15 Doug Evans <dje@google.com>
6019
6020 * gdb.xml/extra-regs.xml: Update, end field now required, default type
6021 for single bitfields is bool.
6022 * gdb.xml/tdesc-regs.exp: Ditto.
6023
6024 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
6025
6026 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
6027
6028 2016-10-05 Yao Qi <yao.qi@linaro.org>
6029
6030 * lib/gdb.exp (support_complex_tests): Return zero if
6031 gdb_skip_float_test return true.
6032
6033 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6034 Simon Marchi <simon.marchi@ericsson.com>
6035
6036 PR gdb/20487
6037 * gdb.mi/user-selected-context-sync.exp: New file.
6038 * gdb.mi/user-selected-context-sync.c: New file.
6039
6040 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
6041 Simon Marchi <simon.marchi@ericsson.com>
6042
6043 PR gdb/20487
6044 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
6045 =thread-select-event check.
6046
6047 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
6048
6049 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
6050 the compulsory L operand changes.
6051 * gdb.arch/powerpc-power.s: Likewise.
6052
6053 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6054
6055 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
6056 * gdb.base/jit-attach-pie.c: New file.
6057 * gdb.base/jit-attach-pie.exp: New file.
6058
6059 2016-09-28 Pedro Alves <palves@redhat.com>
6060
6061 * gdb.base/infcall-input.c: New file.
6062 * gdb.base/infcall-input.exp: New file.
6063
6064 2016-09-22 Yao Qi <yao.qi@linaro.org>
6065
6066 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
6067 (gdb_exit): Rename it to ...
6068 (gdbserver_gdb_exit): ... Close GDBserver.
6069 (gdb_exit): New proc, call gdbserver_gdb_exit.
6070 (mi_gdb_exit): Likewise.
6071
6072 2016-09-22 Yao Qi <yao.qi@linaro.org>
6073
6074 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
6075 path.
6076 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
6077 Remove duplication.
6078
6079 2016-09-22 Yao Qi <yao.qi@linaro.org>
6080
6081 * lib/gdbserver-support.exp: Check the existence of
6082 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
6083
6084 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
6085
6086 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
6087
6088 2016-09-21 Tom Tromey <tom@tromey.com>
6089
6090 PR gdb/20604:
6091 * gdb.base/quit.exp: New file.
6092
6093 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
6094
6095 * .gitignore: New file.
6096
6097 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
6098
6099 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
6100 throughout.
6101
6102 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6103
6104 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
6105
6106 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6107
6108 * gdb.cp/casts.cc (decltype): Move it ...
6109 (main): ... with its call to ...
6110 * gdb.cp/casts03.cc: ... a new file.
6111 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
6112
6113 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6114
6115 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
6116
6117 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
6118
6119 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
6120 and sync up the test with tests in gas/testsuite/gas/ppc.
6121 * gdb.arch/powerpc-power.exp: Likewise.
6122
6123 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6124
6125 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
6126
6127 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
6128 Jan Kratochvil <jan.kratochvil@redhat.com>
6129
6130 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
6131 make m1's definition to be different from m2's. Use 'dummy' as an
6132 argument for probe 'two'.
6133
6134 2016-09-10 Jon Beniston <jon@beniston.com>
6135
6136 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
6137 for sim target.
6138
6139 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
6140
6141 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
6142 variable declaration.
6143 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
6144 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
6145 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
6146 received HWCAP as its argument.
6147
6148 2016-09-06 Pedro Alves <palves@redhat.com>
6149
6150 * gdb.base/new-ui-pending-input.c: New file.
6151 * gdb.base/new-ui-pending-input.exp: New file.
6152 * gdb.exp (clear_gdb_spawn_id): New procedure.
6153 (with_spawn_id): Check whether gdb_spawn_id exists before
6154 referencing it. If gdb_spawn_id didn't exist on entry, clear it
6155 on exit.
6156
6157 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6158
6159 * gdb.base/float128.c: New file.
6160 * gdb.base/float128.exp: Likewise.
6161 * gdb.base/floatn.c: Likewise.
6162 * gdb.base/floatn.exp: Likewise.
6163
6164 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
6165
6166 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
6167
6168 2016-09-05 Pedro Alves <palves@redhat.com>
6169
6170 PR backtrace/19927
6171 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
6172 unwinders are immediately called as side effect of "source" or
6173 "disable unwinder" commands.
6174 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
6175
6176 2016-09-02 Yao Qi <yao.qi@linaro.org>
6177
6178 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
6179 is true and $type is "float" or "double".
6180
6181 2016-09-02 Yao Qi <yao.qi@linaro.org>
6182
6183 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
6184 true.
6185 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
6186 * gdb.base/call-rt-st.exp: Likewise.
6187 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
6188 return value instead of gdb,skip_float_test.
6189 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
6190 (do_function_calls): Use its return value instead of
6191 gdb,skip_float_test.
6192 * gdb.base/finish.exp: Likewise.
6193 * gdb.base/funcargs.exp: Likewise.
6194 * gdb.base/return.exp: Likewise.
6195 * gdb.base/return2.exp: Likewise.
6196 * gdb.base/varargs.exp: Likewise.
6197 * lib/gdb.exp (gdb_skip_float_test): Change it to
6198 gdb_caching_proc. Detect the broken ptrace on arm-linux.
6199
6200 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
6201
6202 * gdb.multi/tids.exp: Test "thread apply all".
6203
6204 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
6205
6206 * gdb.base/default.exp (tty): Remove.
6207
6208 2016-08-24 Kevin Buettner <kevinb@redhat.com>
6209
6210 * gdb.python/py-recurse-unwind.c: New file.
6211 * gdb.python/py-recurse-unwind.py: New file.
6212 * gdb.python/py-recurse-unwind.exp: New file.
6213
6214 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
6215
6216 * gdb.base/set-inferior-tty.exp: New file.
6217 * gdb.base/set-inferior-tty.c: New file.
6218
6219 2016-08-23 Pedro Alves <palves@redhat.com>
6220
6221 PR gdb/20494
6222 * gdb.base/new-ui-echo.c: New file.
6223 * gdb.base/new-ui-echo.exp: New file.
6224
6225 2016-08-23 Yao Qi <yao.qi@linaro.org>
6226
6227 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6228 gdbserver_spawn.
6229 * gdb.server/connect-without-multi-process.exp (do_test):
6230 Likewise.
6231
6232 2016-08-23 Yao Qi <yao.qi@linaro.org>
6233
6234 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6235 standalone_txt. Delete gdb_txt and standalone_txt on host
6236 and target. Spawn the binary on target. Copy files from
6237 target to host.
6238
6239 2016-08-22 Pedro Alves <palves@redhat.com>
6240
6241 PR gdb/20505
6242 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6243 with_test_prefix. Factor out bits to ...
6244 (test_no_vdso): ... this new procedure.
6245
6246 2016-08-19 Carl Love <cel@us.ibm.com>
6247
6248 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6249 maintaining separate logic for constructing the output path.
6250 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6251 * gdb.arch/ppc-dfp.exp: Likewise.
6252 * gdb.arch/ppc-fp.exp: Likewise.
6253 * gdb.arch/vsx-regs.exp: Likewise.
6254 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6255 binprefix for generating the additional binary files.
6256
6257 2016-08-19 Pedro Alves <palves@redhat.com>
6258
6259 * gdb.trace/mi-trace-frame-collected.exp
6260 (test_trace_frame_collected): On x32, expect two registers.
6261
6262 2016-08-18 Carl Love <cel@us.ibm.com>
6263
6264 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6265 and sync up the test with tests in gas/testsuite/gas/ppc.
6266 * gdb.arch/powerpc-power.exp: Likewise.
6267
6268 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6269
6270 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6271 expected error message.
6272
6273 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6274
6275 * gdb.multi/remove-inferiors.exp: New file.
6276 * gdb.multi/remove-inferiors.c: New file.
6277
6278 2016-08-12 Yao Qi <yao.qi@linaro.org>
6279
6280 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6281 argument list.
6282
6283 2016-08-10 Pedro Alves <palves@redhat.com>
6284
6285 PR gdb/19187
6286 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6287 setup_kfails.
6288
6289 2016-08-09 Pedro Alves <palves@redhat.com>
6290 Simon Marchi <simon.marchi@ericsson.com>
6291
6292 PR gdb/20418
6293 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6294 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6295
6296 2016-08-09 Pedro Alves <palves@redhat.com>
6297
6298 PR mi/20431
6299 * gdb.mi/mi-cmd-error.exp: New file.
6300
6301 2016-08-09 Pedro Alves <palves@redhat.com>
6302
6303 PR gdb/18653
6304 * gdb.base/signals-state-child.c: New file.
6305 * gdb.base/signals-state-child.exp: New file.
6306 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6307
6308 2016-08-09 Pedro Alves <palves@redhat.com>
6309
6310 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6311
6312 2016-08-03 Tom Tromey <tom@tromey.com>
6313
6314 PR python/18565:
6315 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6316
6317 2016-08-01 Yao Qi <yao.qi@linaro.org>
6318
6319 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6320 variable mode to "multi-process" if $multi_process is 1, otherwise
6321 set it to "single-process".
6322
6323 2016-08-01 Yao Qi <yao.qi@linaro.org>
6324
6325 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6326 * gdb.cp/cpexprs.exp: Likewise.
6327 * gdb.cp/m-static.exp: Likewise.
6328
6329 2016-07-26 Tom Tromey <tom@tromey.com>
6330
6331 PR python/20190:
6332 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6333 test.
6334
6335 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6336
6337 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6338 selecting assembly source files.
6339 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6340 assembly source files.
6341 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6342 assembly source files.
6343 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6344 selecting assembly source files.
6345
6346 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6347
6348 * gdb.base/new-ui.exp (do_test_invalid_args): New
6349 procedure.
6350
6351 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6352
6353 * gdb.btrace/reconnect.c: New file.
6354 * gdb.btrace/reconnect.exp: New file.
6355
6356 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6357
6358 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6359 to test_catch_syscall_group.
6360 (test_catch_syscall_group): New.
6361
6362 2016-07-21 Tom Tromey <tom@tromey.com>
6363
6364 * gdb.rust/simple.rs (main): Use empty struct expression.
6365 * gdb.rust/simple.exp: Add tests for empty struct expression.
6366
6367 2016-07-21 Yao Qi <yao.qi@linaro.org>
6368
6369 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6370 if gdb_skip_xml_test is true on some targets.
6371
6372 2016-07-21 Yao Qi <yao.qi@linaro.org>
6373
6374 * gdb.server/solib-list.exp: Unset last_loaded_file.
6375
6376 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6377
6378 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6379 "step into captured_main (args)".
6380
6381 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6382
6383 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6384
6385 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6386
6387 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6388
6389 2016-07-19 Pedro Alves <palves@redhat.com>
6390
6391 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6392 * gdb.opt/inline-bt.exp: Likewise.
6393 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6394 additional_flags=-Winline.
6395 * gdb.opt/inline-locals.exp: Likewise.
6396 * gdb.opt/inline-markers.c (ATTR): Define.
6397 (inlined_fn): Use it.
6398
6399 2016-07-19 Yao Qi <yao.qi@linaro.org>
6400
6401 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6402 (test_with_self): Remove some code. Remove argument executable.
6403 (top-level): Use do_self_tests.
6404
6405 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
6406 Don Breazeal <donb@codesourcery.com>
6407
6408 * gdb.base/maint.exp: Escape paths used in regular expressions.
6409 * gdb.stabs/weird.exp: Likewise.
6410
6411 2016-07-13 Tom Tromey <tom@tromey.com>
6412
6413 PR python/15620, PR python/18620:
6414 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6415 (test_bkpt_events): New procs.
6416
6417 2016-07-13 Tom Tromey <tom@tromey.com>
6418
6419 PR python/17698:
6420 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6421 test.
6422 (test_watchpoints): Likewise.
6423 (test_bkpt_pending): New proc.
6424
6425 2016-07-13 Tom Tromey <tom@tromey.com>
6426
6427 PR cli/18053:
6428 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6429 completion test.
6430
6431 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6432
6433 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6434 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6435 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6436 f_label.
6437 (g): Rename g_end_lbl to g_label.
6438 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6439 low_pc and high_pc.
6440 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6441
6442 2016-07-12 Tom Tromey <tom@tromey.com>
6443
6444 PR python/19293:
6445 * gdb.python/py-unwind-maint.exp: Update tests.
6446
6447 2016-07-12 Yao Qi <yao.qi@linaro.org>
6448
6449 * lib/selftest-support.exp (selftest_setup): Match the output
6450 when captured_main is inlined.
6451
6452 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6453
6454 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6455 New variables.
6456 (print this%a, print this%b, print this): New tests.
6457 * gdb.fortran/derived-types.f90 (this): New object and
6458 initialization.
6459
6460 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6461
6462 * gdb.ada/arraydim.exp: Remove extra directory level in build
6463 directory.
6464
6465 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6466
6467 * lib/ada.exp: Remove extra directory level in build directory.
6468 * gdb.ada/cond_lang.exp: Likewise.
6469 * gdb.ada/exec_changed.exp: Likewise.
6470 * gdb.ada/lang_switch.exp: Likewise.
6471
6472 2016-07-06 Manish Goregaokar <manish@mozilla.com>
6473
6474 * simple.rs: Add test for raw pointer subscripting.
6475 * simple.exp: Add test expectations.
6476
6477 2016-07-05 Yao Qi <yao.qi@linaro.org>
6478
6479 * gdb.mi/mi-reverse.exp: Match =record-started output.
6480
6481 2016-07-01 Pedro Alves <palves@redhat.com>
6482
6483 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6484 procedure.
6485 (jit_reader_test): Test the jit reader's unwinder.
6486 * gdb.base/jithost.c (jit_function_00_code): New global.
6487 (main): Use memcpy to fill in the mmapped code, instead of poking
6488 bytes manually here.
6489 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6490 value.
6491 (read_debug_info): Save the function's range.
6492 (read_sp): New function.
6493 (unwind_frame): Use it. Also unwind RBP.
6494 (get_frame_id): Use read_sp.
6495 (gdb_init_reader): Use calloc instead of malloc.
6496 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6497 parameter. Use gdb_test_multiple.
6498
6499 2016-07-01 Pedro Alves <palves@redhat.com>
6500 Antoine Tremblay <antoine.tremblay@ericsson.com>
6501
6502 * gdb.threads/process-dies-while-detaching.c: New file.
6503 * gdb.threads/process-dies-while-detaching.exp: New file.
6504
6505 2016-07-01 Pedro Alves <palves@redhat.com>
6506
6507 * gdb.multi/watchpoint-multi-exit.c: New file.
6508 * gdb.multi/watchpoint-multi-exit.exp: New file.
6509
6510 2016-06-30 Pedro Alves <palves@redhat.com>
6511
6512 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6513 unset inferior_spawn_id.
6514
6515 2016-06-30 Pedro Alves <palves@redhat.com>
6516
6517 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6518 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6519
6520 2016-06-29 Yao Qi <yao.qi@linaro.org>
6521
6522 * gdb.base/return.c: Add copyright header.
6523
6524 2016-06-29 Tom Tromey <tom@tromey.com>
6525
6526 PR python/20129:
6527 * gdb.python/py-framefilter.exp: Add tests for setting priority
6528 and disabling of non-existent frame filter.
6529
6530 2016-06-29 Yao Qi <yao.qi@linaro.org>
6531
6532 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6533 0x0f07ff.
6534
6535 2016-06-28 Yao Qi <yao.qi@linaro.org>
6536
6537 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6538 triplets. Start gdb, execute catch syscall, and continue. Check
6539 gdb's output to determine catch syscall is supported.
6540
6541 2016-06-27 Manish Goregaokar <manish@mozilla.com>
6542
6543 * gdb.rust/simple.rs: Add test for returning unit in a function.
6544 * gdb.rust/simple.exp: Add expectation for functions returning
6545 unit.
6546
6547 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6548
6549 * gdb.python/py-breakpoint-create-fail.c,
6550 gdb.python/py-breakpoint-create-fail.exp,
6551 gdb.python/py-breakpoint-create-fail.py: New testcase.
6552
6553 2016-06-25 Manish Goregaokar <manish@mozilla.com>
6554
6555 PR gdb/20239
6556 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
6557 * gdb.rust/simple.exp: Add test expectations for new NonZero
6558 tests.
6559
6560 2016-06-24 David Taylor <dtaylor@emc.com>
6561
6562 * gdb.base/offsets.exp: New file.
6563 * gdb.base/offsets.c: New file.
6564
6565 2016-06-23 Tom Tromey <tom@tromey.com>
6566
6567 PR gdb/16483:
6568 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6569 before any filters are loaded.
6570
6571 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6572
6573 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6574 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6575 structs.
6576 * gdb.fortran/derived-type-function.exp: New file.
6577 * gdb.fortran/derived-type-function.f90: New file.
6578
6579
6580 2016-06-21 Pedro Alves <palves@redhat.com>
6581
6582 * gdb.base/new-ui.exp: New file.
6583 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6584 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6585 (with_spawn_id): New procedure.
6586
6587 2016-06-21 Pedro Alves <palves@redhat.com>
6588
6589 * gdb.mi/mi-exec-run.exp: New file.
6590
6591 2016-06-21 Pedro Alves <palves@redhat.com>
6592
6593 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6594 breakpoint command's output on the main UI.
6595 (test_break): New procedure, factored out from calls in the top
6596 level.
6597 (top level): Use foreach_with_prefix to test MI as main UI and as
6598 separate UI.
6599
6600 2016-06-21 Pedro Alves <palves@redhat.com>
6601
6602 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6603 (test_awatch_creation_and_listing)
6604 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6605 Remove 'type' parameter.
6606 (test_watchpoint_all): New parameter mi_mode. Remove
6607 with_test_prefix.
6608 (top level): Use foreach_with_prefix, and add main/separate UI MI
6609 testing axis.
6610
6611 2016-06-21 Pedro Alves <palves@redhat.com>
6612
6613 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6614 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6615 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6616 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6617 (gdb_main_spawn_id, mi_spawn_id): Declare and
6618 comment.
6619 (mi_create_inferior_pty): New procedure,
6620 factored out from default_mi_gdb_start.
6621 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6622 procedures.
6623 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6624 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6625 Use mi_create_inferior_pty.
6626 (mi_gdb_start): Use eval to pass down args list.
6627
6628 2016-06-21 Pedro Alves <palves@redhat.com>
6629
6630 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6631 * gdb.opt/inline-cmds.exp: Add MI tests.
6632
6633 2016-06-21 Pedro Alves <palves@redhat.com>
6634
6635 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6636
6637 2016-06-21 Pedro Alves <palves@redhat.com>
6638
6639 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6640 (top level): Use it instead of mi_execute_to.
6641
6642 2016-06-21 Pedro Alves <palves@redhat.com>
6643
6644 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6645 (cont_handler_str): New.
6646 (signal_stop_handler): Set stop_handler_str instead of printing to
6647 stdout.
6648 (continue_handler): Set cont_handler_str instead of printing to
6649 stdout.
6650 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6651 mi_send_resuming_command. Print stop_handler_str and
6652 cont_handler_str instead of expecting the python events print
6653 directly.
6654
6655 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6656
6657 * gdb.base/jit-reader.exp: New file.
6658 * gdb.base/jithost.c: New file.
6659 * gdb.base/jithost.h: New file.
6660 * gdb.base/jitreader.c : New file.
6661 * gdb.base/jit-protocol.h: New file.
6662
6663 2016-06-17 Yao Qi <yao.qi@linaro.org>
6664
6665 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6666 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6667 and detach-on-fork. Adjust tests.
6668 (top level): Invoke break_cond_on_syscall with combinations of
6669 syscall, follow-fork-mode and detach-on-fork.
6670
6671 2016-06-17 Yao Qi <yao.qi@linaro.org>
6672
6673 * gdb.base/step-over-exit.c: New.
6674 * gdb.base/step-over-exit.exp: New.
6675
6676 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6677
6678 * gdb.base/float.exp: Add target check for nds32*-*-*.
6679 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6680
6681 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6682
6683 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6684 for unsupported target features.
6685 * gdb.base/call-rt-st.exp: Likewise.
6686 * gdb.base/call-sc.exp: Likewise.
6687 * gdb.base/call-signal-resume.exp: Likewise.
6688 * gdb.base/call-strs.exp: Likewise.
6689 * gdb.base/callexit.exp: Likewise.
6690 * gdb.base/callfuncs.exp: Likewise.
6691 * gdb.base/nodebug.exp: Likewise.
6692 * gdb.base/printcmds.exp: Likewise.
6693 * gdb.base/ptype.exp: Likewise.
6694 * gdb.base/structs.exp: Likewise.
6695 * gdb.base/unwindonsignal.exp: Likewise.
6696 * gdb.cp/gdb2495.exp: Likewise.
6697 * gdb.cp/templates.exp: Likewise.
6698 * gdb.cp/virtfunc.exp: Likewise.
6699 * gdb.threads/hand-call-in-threads.exp: Likewise.
6700 * gdb.threads/interrupted-hand-call.exp: Likewise.
6701 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6702
6703 2016-06-10 Tom Tromey <tom@tromey.com>
6704
6705 PR rust/20110:
6706 * gdb.rust/expr.exp: Add test for integer constant larger than
6707 i32.
6708
6709 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6710
6711 * gdb.fortran/nested-funcs.exp: New.
6712 * gdb.fortran/nested-funcs.f90: New.
6713
6714 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6715
6716 * gdb.base/examine-backward.c: New file.
6717 * gdb.base/examine-backward.exp: New file.
6718
6719 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6720
6721 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6722 matching.
6723
6724 2016-06-02 Tom Tromey <tom@tromey.com>
6725
6726 PR python/18984:
6727 * gdb.python/py-shared.exp: Add solib_name test.
6728
6729 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6730
6731 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6732
6733 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6734
6735 PR c++/19893
6736 * gdb.dwarf2/implref.exp: Rename to...
6737 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6738 * gdb.dwarf2/implref-array.c: New file.
6739 * gdb.dwarf2/implref-array.exp: Likewise.
6740 * gdb.dwarf2/implref-global.c: Likewise.
6741 * gdb.dwarf2/implref-global.exp: Likewise.
6742 * gdb.dwarf2/implref-struct.c: Likewise.
6743 * gdb.dwarf2/implref-struct.exp: Likewise.
6744
6745 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6746
6747 * gdb.trace/trace-condition.exp: Add 64bit tests.
6748
6749 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6750
6751 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6752 bits types.
6753 (main): Adapt to 8 to 64 bits types.
6754 * gdb.trace/trace-condition.exp: Add new tests.
6755
6756 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6757
6758 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6759
6760 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6761
6762 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6763 Move condition tests...
6764 * gdb.trace/trace-condition.exp: Here.
6765
6766 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6767
6768 * gdb.trace/trace-condition.exp: Add counter-case tests.
6769
6770 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6771
6772 PR c++/15231
6773 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6774 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6775
6776 2016-05-27 Pedro Alves <palves@redhat.com>
6777
6778 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6779 New procedure.
6780 (top level): Call it, and bail out of DejaGnu is known to be bad.
6781
6782 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6783
6784 * gdb.base/whatis.c: Extend the test case.
6785 * gdb.base/whatis.exp: Add additional tests.
6786
6787 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6788
6789 * gdb.fortran/type.f90: Add pointer variable.
6790 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6791
6792 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6793
6794 * gdb.fortran/vla-type.exp: Fix testcase name.
6795
6796 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6797
6798 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6799
6800 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6801
6802 * gdb.fortran/type.f90: Add nested structures.
6803 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6804 * gdb.fortran/derived-type.exp: Adapt expected output.
6805 * gdb.fortran/vla-type.exp: Adapt expected output.
6806
6807 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6808
6809 * gdb.fortran/whatis_type.exp: Adapt expected output.
6810
6811 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6812
6813 * gdb.fortran/print_type.exp: Fix expected output.
6814 * gdb.fortran/whatis_type.exp: Fix expected output.
6815
6816 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6817
6818 * gdb.fortran/whatis_type.exp: Use multi_line.
6819
6820 2016-05-24 Tom Tromey <tom@tromey.com>
6821
6822 PR python/17386:
6823 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6824 use value as an index.
6825
6826 2016-05-23 Tom Tromey <tom@tromey.com>
6827
6828 PR python/17981:
6829 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6830 no-breakpoint case.
6831
6832 2016-05-24 Pedro Alves <palves@redhat.com>
6833
6834 PR gdb/19828
6835 * gdb.threads/clone-attach-detach.c: New file.
6836 * gdb.threads/clone-attach-detach.exp: New file.
6837
6838 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6839
6840 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6841
6842 2016-05-23 Tom Tromey <tom@tromey.com>
6843
6844 PR python/19438, PR python/18393:
6845 * gdb.python/py-progspace.exp: Add "dir" test.
6846 * gdb.python/py-objfile.exp: Add "dir" test.
6847
6848 2016-05-23 Yao Qi <yao.qi@linaro.org>
6849
6850 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6851 * gdb.arch/thumb2-it.exp: Likewise.
6852
6853 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6854
6855 * gdb.mi/mi-threads-interrupt.c: New file.
6856 * gdb.mi/mi-threads-interrupt.exp: New file.
6857
6858 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6859
6860 PR gdb/18077
6861 * gdb.mi/mi-async-run.exp: New file.
6862 * gdb.mi/mi-async-run.c: New file.
6863
6864 2016-05-17 Tom Tromey <tom@tromey.com>
6865 Manish Goregaokar <manishsmail@gmail.com>
6866
6867 * lib/rust-support.exp: New file.
6868 * lib/gdb.exp (skip_rust_tests): New proc.
6869 (build_executable_from_specs): Handle rust.
6870 * lib/future.exp (gdb_find_rustc): New proc.
6871 (gdb_default_target_compile): Handle rust.
6872 * gdb.rust/expr.exp: New file.
6873 * gdb.rust/generics.exp: New file.
6874 * gdb.rust/generics.rs: New file.
6875 * gdb.rust/methods.exp: New file.
6876 * gdb.rust/methods.rs: New file.
6877 * gdb.rust/modules.exp: New file.
6878 * gdb.rust/modules.rs: New file.
6879 * gdb.rust/simple.exp: New file.
6880 * gdb.rust/simple.rs: New file.
6881
6882 2016-05-17 Tom Tromey <tom@tromey.com>
6883
6884 * gdb.base/default.exp (set language): Add rust.
6885
6886 2016-05-17 Tom Tromey <tom@tromey.com>
6887
6888 * gdb.gdb/unittest.exp: New file.
6889
6890 2016-05-16 Yao Qi <yao.qi@linaro.org>
6891
6892 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6893 shell_prompt. Update shell_prompt_re.
6894
6895 2016-05-12 Doug Evans <dje@google.com>
6896
6897 PR symtab/19999
6898 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6899 $options when building executable.
6900 * gdb.dwarf2/fission-loclists-pie.S: New file.
6901 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6902
6903 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6904
6905 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6906 of [is_remote target],
6907
6908 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6909
6910 * lib/gdb.exp (use_gdb_stub): New procedure.
6911
6912 2016-05-03 Yunlian Jiang <yunlian@google.com>
6913 Doug Evans <dje@google.com>
6914
6915 PR symtab/19914
6916 * gdb.dwarf2/dwp-sepdebug.c: New file.
6917 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6918
6919 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6920
6921 * gdb.base/detach.exp: Remove is_remote check.
6922
6923 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6924
6925 * gdb.base/annota-input-while-running.exp: Don't check for
6926 [is_remote target]. Enable annotations after running to main.
6927 Remove unused "set test..." line.
6928
6929 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6930
6931 * gdb.trace/trace-enable-disable.exp: New file.
6932 * gdb.trace/trace-enable-disable.c: New file.
6933
6934 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6935
6936 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6937 use it in info sharedlibrary test.
6938 * gdb.trace/ftrace-lock.exp: Likewise.
6939 * gdb.trace/ftrace.exp: Likewise.
6940 * gdb.trace/range-stepping.exp: Likewise.
6941 * gdb.trace/trace-break.exp: Likewise.
6942 * gdb.trace/trace-condition.exp: Likewise.
6943 * gdb.trace/trace-mt.exp: Likewise.
6944
6945 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6946
6947 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6948 (gdb_load_shlib): ... this.
6949 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6950 gdb_load_shlib.
6951 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6952 * gdb.base/ctxobj.exp: Likewise.
6953 * gdb.base/dprintf-pending.exp: Likewise.
6954 * gdb.base/dso2dso.exp: Likewise.
6955 * gdb.base/fixsection.exp: Likewise.
6956 * gdb.base/gcore-relro.exp: Likewise.
6957 * gdb.base/gdb1555.exp: Likewise.
6958 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6959 * gdb.base/gnu-ifunc.exp: Likewise.
6960 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6961 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6962 * gdb.base/pending.exp: Likewise.
6963 * gdb.base/print-file-var.exp: Likewise.
6964 * gdb.base/print-symbol-loading.exp: Likewise.
6965 * gdb.base/shlib-call.exp: Likewise.
6966 * gdb.base/shreloc.exp: Likewise.
6967 * gdb.base/so-impl-ld.exp: Likewise.
6968 * gdb.base/solib-disc.exp: Likewise.
6969 * gdb.base/solib-nodir.exp: Likewise.
6970 * gdb.base/solib-overlap.exp: Likewise.
6971 * gdb.base/solib-symbol.exp: Likewise.
6972 * gdb.base/solib-weak.exp (do_test): Likewise.
6973 * gdb.base/sym-file.exp: Likewise.
6974 * gdb.base/symtab-search-order.exp: Likewise.
6975 * gdb.base/type-opaque.exp: Likewise.
6976 * gdb.base/unload.exp: Likewise.
6977 * gdb.base/watchpoint-solib.exp: Likewise.
6978 * gdb.compile/compile.exp: Likewise.
6979 * gdb.cp/gdb2384.exp: Likewise.
6980 * gdb.cp/infcall-dlopen.exp: Likewise.
6981 * gdb.cp/re-set-overloaded.exp: Likewise.
6982 * gdb.fortran/library-module.exp: Likewise.
6983 * gdb.opt/solib-intra-step.exp: Likewise.
6984 * gdb.python/py-finish-breakpoint.exp: Likewise.
6985 * gdb.python/py-shared.exp: Likewise.
6986 * gdb.reverse/solib-precsave.exp: Likewise.
6987 * gdb.reverse/solib-reverse.exp: Likewise.
6988 * gdb.server/solib-list.exp: Likewise.
6989 * gdb.threads/dlopen-libpthread.exp: Likewise.
6990 * gdb.threads/tls-shared.exp: Likewise.
6991 * gdb.threads/tls-so_extern.exp: Likewise.
6992 * gdb.trace/change-loc.exp: Likewise.
6993 * gdb.trace/ftrace-lock.exp: Likewise.
6994 * gdb.trace/ftrace.exp: Likewise.
6995 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6996 * gdb.trace/pending.exp: Likewise.
6997 * gdb.trace/range-stepping.exp: Likewise.
6998 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6999 (strace_info_marker): Likewise.
7000 (strace_probe_marker): Likewise.
7001 (strace_trace_on_same_addr): Likewise.
7002 (strace_trace_on_diff_addr): Likewise.
7003 * gdb.trace/trace-break.exp: Likewise.
7004 * gdb.trace/trace-condition.exp: Likewise.
7005 * gdb.trace/trace-mt.exp: Likewise.
7006
7007 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
7008
7009 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
7010 result of gdb_remote_download.
7011 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
7012 * gdb.base/dso2dso.exp: Likewise.
7013 * gdb.base/global-var-nested-by-dso.exp: Likewise.
7014 * gdb.base/print-file-var.exp: Likewise.
7015 * gdb.base/shlib-call.exp: Likewise.
7016 * gdb.base/shreloc.exp: Likewise.
7017 * gdb.base/solib-overlap.exp: Likewise.
7018 * gdb.base/solib-weak.exp (do_test): Likewise.
7019 * gdb.base/unload.exp: Likewise.
7020
7021 2016-04-27 Yao Qi <yao.qi@linaro.org>
7022
7023 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
7024 exists.
7025
7026 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7027
7028 * vla-type.exp: Print structure from toplevel.
7029
7030 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7031
7032 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
7033 of dynamic types.
7034 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
7035 of dynamic types.
7036
7037 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
7038
7039 * gdb.fortran/vla-type.f90: New file.
7040 * gdb.fortran/vla-type.exp: New file.
7041
7042 2016-04-25 Yao Qi <yao.qi@linaro.org>
7043
7044 * gdb.base/branch-to-self.c: New file.
7045 * gdb.base/branch-to-self.exp: New file.
7046
7047 2016-04-22 Yao Qi <yao.qi@linaro.org>
7048
7049 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
7050 more after $hex.
7051
7052 2016-04-22 Yao Qi <yao.qi@linaro.org>
7053
7054 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
7055 * gdb.base/annota3.exp: Likewise.
7056
7057 2016-04-22 Yao Qi <yao.qi@linaro.org>
7058
7059 * gdb.reverse/step-precsave.exp: Do one step and test program
7060 stops in "callee" and do multiple steps until program goes out
7061 of "callee".
7062 * gdb.reverse/step-reverse.exp: Likewise.
7063
7064 2016-04-22 Yao Qi <yao.qi@linaro.org>
7065
7066 * gdb.trace/signal.exp: Also pass if
7067 $tracepoint_hits($i) > $iterations.
7068
7069 2016-04-22 Yao Qi <yao.qi@linaro.org>
7070
7071 * gdb.trace/signal.c: New file.
7072 * gdb.trace/signal.exp: New file.
7073
7074 2016-04-19 Doug Evans <xdje42@gmail.com>
7075
7076 * gdb.base/bad-file.exp: New file.
7077
7078 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
7079
7080 * gdb.dwarf2/implref.exp: New file.
7081
7082 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7083
7084 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
7085 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
7086 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
7087 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
7088 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
7089 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
7090 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
7091 * lib/fortran.exp (fortran_int4): New procedure.
7092 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
7093 (fortran_logical4): Likewise.
7094
7095 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
7096
7097 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
7098
7099 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
7100
7101 * lib/compiler.c: Add Intel specific preprocessor macros.
7102 * lib/compiler.cc: Likewise.
7103
7104 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
7105
7106 * gdb.server/connect-with-no-symbol-file.c: New file.
7107 * gdb.server/connect-with-no-symbol-file.exp: New file.
7108
7109 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7110
7111 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
7112
7113 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
7114
7115 * boards/gdbserver-base.exp (${board}_download): Copy source file to
7116 standard output directory.
7117
7118 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
7119
7120 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
7121
7122 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
7123
7124 * gdb.btrace/instruction_history.c (loop): Add declaration.
7125
7126 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
7127
7128 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
7129
7130 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
7131
7132 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
7133 parentheses to print.
7134 (continue_handler): Likewise.
7135
7136 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
7137
7138 * gdb.server/solib-list.exp: Remove is_remote check.
7139 Pass shlib= to gdb_compile. Don't link shared library with
7140 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
7141 Run binary filename through "readlink -f" on the target.
7142
7143 2016-04-08 Pedro Alves <palves@redhat.com>
7144
7145 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
7146 interpreter filename as argument to gdbserver_spawn.
7147 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7148 Return empty if $last_loaded_file does not exist.
7149
7150 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7151
7152 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
7153 * gdb.base/jit-main.c: Use exit after usage.
7154
7155 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7156
7157 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
7158 GDBHISTSIZE prior to the tests.
7159 * gdb.base/gdbinit-history.exp: Likewise.
7160
7161 2016-04-07 Pedro Alves <palves@redhat.com>
7162
7163 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
7164 instead of build_executable. Use gdb_load_shlibs.
7165
7166 2016-04-07 Yao Qi <yao.qi@linaro.org>
7167
7168 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
7169 Execute "si" command.
7170
7171 2016-04-07 Yao Qi <yao.qi@linaro.org>
7172
7173 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
7174 number instead of the comments on some line.
7175
7176 2016-04-06 Don Breazeal <donb@codesourcery.com>
7177
7178 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
7179 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
7180
7181 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
7182
7183 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
7184 standard_output_file. Remove unused binfile variable.
7185
7186 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
7187
7188 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
7189 * gdb.python/py-mi-objfile.exp: Match "list main" output
7190 in console format.
7191
7192 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
7193
7194 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
7195 absolute.
7196
7197 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7198
7199 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
7200 absolute.
7201 * gdb.trace/ftrace.exp: Likewise.
7202 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
7203 targets as well.
7204 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
7205 (gdb_load_shlibs): Copy libraries to test directory when testing
7206 natively. Only set solib-search-path if testing remotely.
7207 * lib/mi-support.exp (mi_load_shlibs): Likewise.
7208
7209 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
7210
7211 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
7212 gdb_download. Use it even if the target is not remote.
7213 * gdb.base/jit.exp (compile_jit_test): Likewise.
7214 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
7215 output directory if the destination board is local, otherwise use
7216 the standard remote_download from DejaGnu.
7217 (gdb_download): Remove.
7218 (gdb_load_shlibs): Use gdb_remote_download instead of
7219 gdb_download.
7220 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7221 Use gdb_remote_download instead of gdb_download. Use it even if
7222 the target is not remote.
7223 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7224 instead of gdb_download.
7225
7226 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7227
7228 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7229 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7230 run.
7231
7232 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
7233
7234 PR gdb/19820
7235 * gdb.base/printcmds.exp: Add artificial arrays tests.
7236
7237 2016-03-31 Pedro Alves <palves@redhat.com>
7238
7239 PR gdb/19858
7240 * gdb.base/jit-main.c: Include unistd.h.
7241 (ATTACH): Define to 0 if not already defined.
7242 (wait_for_gdb, mypid): New globals.
7243 (WAIT_FOR_GDB): New macro.
7244 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7245 some breakpoint locations.
7246 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7247 New procedures.
7248 (one_jit_test): Add REATTACH parameter, and handle it. Use
7249 continue_to_test_location.
7250 (top level): Test attach, and adjusts calls to one_jit_test.
7251
7252 2016-03-31 Pedro Alves <palves@redhat.com>
7253
7254 PR gdb/19858
7255 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7256 BINSUFFIX parameter, and handle it.
7257 (top level): Adjust calls compile_jit_test.
7258
7259 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
7260
7261 PR python/19743
7262 * gdb.python/py-mi-events-gdb.py: New file.
7263 * gdb.python/py-mi-events.c: New file.
7264 * gdb.python/py-mi-events.exp: New file.
7265
7266 2016-03-30 Yao Qi <yao.qi@linaro.org>
7267
7268 * gdb.reverse/until-precsave.exp: Match function name only.
7269 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7270 Move malloc to a condition block.
7271 * gdb.reverse/until-reverse.exp: Match function name only.
7272
7273 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7274
7275 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7276 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7277 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7278 variable for GPR 0 instead of assuming it is register 0.
7279 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7280 * lib/trace-support.exp: Add s390 registers.
7281
7282 2016-03-29 Yao Qi <yao.qi@linaro.org>
7283
7284 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7285
7286 2016-03-24 Yao Qi <yao.qi@linaro.org>
7287
7288 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7289 test message.
7290
7291 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7292
7293 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7294 maintaining separate logic for constructing the output path.
7295
7296 2016-03-16 Don Breazeal <donb@codesourcery.com>
7297
7298 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7299 Retry fork and waitpid on interrupted system call errors.
7300 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7301 Use with_timeout_factor to increase timeout by factor of 10.
7302
7303 2016-03-15 Don Breazeal <donb@codesourcery.com>
7304
7305 * gdb.cp/scope-err.cc: New test program.
7306 * gdb.cp/scope-err.exp: New test script.
7307 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7308 lines and "set breakpoint here" comment.
7309 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7310 Fixed some whitespace and format issues.
7311 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7312 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7313
7314 2016-03-15 Doug Evans <dje@google.com>
7315
7316 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7317 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7318 All callers updated. Add tests for enums, mixed flags register.
7319
7320 2016-03-15 Doug Evans <dje@google.com>
7321
7322 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7323 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7324
7325 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7326
7327 * gdb.base/default.exp: Add $_as_string to the list of expected
7328 convenience functions.
7329
7330 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7331
7332 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7333
7334 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7335
7336 * gdb.python/py-as-string.exp: New file.
7337 * gdb.python/py-as-string.c: New file.
7338
7339 2016-03-09 Pedro Alves <palves@redhat.com>
7340
7341 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7342 signal" -> "Thread NN received signal" output change.
7343 * gdb.threads/ia64-sigill.exp: Likewise.
7344 * gdb.threads/linux-dp.exp: Likewise.
7345 * gdb.threads/manythreads.exp: Likewise.
7346 * gdb.threads/pending-step.exp: Likewise.
7347 * gdb.threads/print-threads.exp: Likewise.
7348 * gdb.threads/sigstep-threads.exp: Likewise.
7349 * gdb.threads/staticthreads.exp: Likewise.
7350 * gdb.threads/tls.exp: Likewise.
7351
7352 2016-03-09 Pedro Alves <palves@redhat.com>
7353
7354 * gdb.base/command-line-input.exp: New file.
7355
7356 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7357
7358 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7359 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7360 * gdb.trace/pending.exp: Accept leading dot before function name.
7361 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7362 * lib/trace-support.exp: Set registers for ppc.
7363
7364 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7365
7366 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7367 use it for disassembly; accept .main in addition to main in backtrace.
7368
7369 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
7370 Marcin Kościelnicki <koriakin@0x04.net>
7371
7372 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7373 (gdb_recursion_test_ptr): New global variable.
7374 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7375 gdb_recursion_test.
7376 (gdb_c_test): Ditto.
7377
7378 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7379
7380 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7381 ordering.
7382
7383 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7384
7385 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7386 (bar): Add bar_start_lbl label.
7387 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7388 of foo/bar for emitting DWARF and tracing.
7389
7390 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7391
7392 * analyze-racy-logs.py: Set executable bit.
7393
7394 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7395
7396 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7397 (CHECK_TARGET_TMP): Likewise.
7398 (check-single-racy): New rule.
7399 (check-parallel-racy): Likewise.
7400 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7401 (do-check-parallel-racy): New rule.
7402 (check-racy/%.exp): Likewise.
7403 * README (Racy testcases): New section.
7404 * analyze-racy-logs.py: New file.
7405
7406 2016-03-03 Doug Evans <dje@google.com>
7407
7408 * gdb.base/skip.exp: Use with_test_prefix.
7409
7410 2016-03-03 Yao Qi <yao.qi@linaro.org>
7411
7412 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7413 Invoke step_over_syscall "clone" and break_cond_on_syscall
7414 "clone".
7415 * gdb.base/step-over-clone.c: New file.
7416
7417 2016-03-03 Yao Qi <yao.qi@linaro.org>
7418
7419 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7420 code format.
7421
7422 2016-03-03 Yao Qi <yao.qi@linaro.org>
7423
7424 * gdb.base/disp-step-fork.c: Rename to ...
7425 * gdb.base/step-over-fork.c: ... it. New file.
7426 * gdb.base/disp-step-vfork.c: Rename to ...
7427 * gdb.base/step-over-vfork.c: ... it. New file.
7428 * gdb.base/disp-step-syscall.exp: Rename to ...
7429 * gdb.base/step-over-syscall.exp: ... it. New file.
7430 (disp_step_cross_syscall): Rename to ...
7431 (step_over_syscall): ... it.
7432
7433 2016-03-03 Yao Qi <yao.qi@linaro.org>
7434
7435 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7436 If target supports condition evaluation on target, invoke
7437 break_cond_on_syscall for fork and vfork.
7438
7439 2016-03-03 Yao Qi <yao.qi@linaro.org>
7440
7441 * gdb.base/disp-step-syscall.exp: Don't invoke
7442 support_displaced_stepping.
7443 (disp_step_cross_syscall): Test with displaced stepping off and
7444 on if supported.
7445
7446 2016-03-03 Yao Qi <yao.qi@linaro.org>
7447
7448 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7449 proc.
7450 (setup): New proc.
7451 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7452 and setup.
7453
7454 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7455
7456 * gdb.fortran/vla-history.exp: Remove breakpoint.
7457
7458 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7459
7460 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7461 exceeds timeout.
7462
7463 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7464
7465 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7466 breakpoint.
7467
7468 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7469
7470 * gdb.mi/vla.f90: Nullify pointer after declaration.
7471
7472 2016-03-01 Pedro Alves <palves@redhat.com>
7473
7474 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7475
7476 2016-03-01 Pedro Alves <palves@redhat.com>
7477
7478 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7479 before anything else.
7480 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7481 _GNU_SOURCE here.
7482 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7483 before anything else.
7484 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7485
7486 2016-03-01 Pedro Alves <palves@redhat.com>
7487
7488 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7489
7490 2016-03-01 Yao Qi <yao.qi@linaro.org>
7491
7492 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7493 prepare_for_testing.
7494
7495 2016-03-01 Yao Qi <yao.qi@linaro.org>
7496
7497 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7498
7499 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7500
7501 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7502 manually constructing the output path.
7503
7504 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7505
7506 * gdb.arch/s390-stackless.S: New.
7507 * gdb.arch/s390-stackless.exp: New.
7508
7509 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7510
7511 * gdb.dlang/circular.c: New file.
7512 * gdb.dlang/circular.exp: New file.
7513
7514 2016-02-26 Yao Qi <yao.qi@linaro.org>
7515
7516 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7517 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7518 (testcases): Update.
7519
7520 2016-02-26 Yao Qi <yao.qi@linaro.org>
7521
7522 * gdb.reverse/aarch64.c: Rename to ...
7523 * gdb.reverse/insn-reverse.c: ... it.
7524 * gdb.reverse/aarch64.exp: Rename to ...
7525 * gdb.reverse/insn-reverse.exp: ... it.
7526
7527 2016-02-26 Yao Qi <yao.qi@linaro.org>
7528
7529 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7530 (testcase_ftype): New.
7531 (testcases): New array.
7532 (n_testcases): New.
7533 (main): Call each element in testcases.
7534 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7535 (read_testcase): New.
7536 Do the tests in a loop.
7537
7538 2016-02-25 Yao Qi <yao.qi@linaro.org>
7539
7540 * gdb.base/branches.c: Remove.
7541
7542 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7543
7544 PR gdb/13808
7545 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7546
7547 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7548
7549 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7550
7551 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7552
7553 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7554 change x86_64 call_insn to 'callq'.
7555
7556 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7557
7558 * gdb.trace/tfile-avx.c: Move to...
7559 * gdb.trace/tracefile-pseudo-reg.c: Here.
7560 * gdb.trace/tfile-avx.exp: Move to...
7561 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7562
7563 2016-02-24 Gary Benson <gbenson@redhat.com>
7564
7565 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7566 message on attach.
7567
7568 2016-02-23 Doug Evans <dje@google.com>
7569
7570 * gdb.base/skip.c (test_skip): New function.
7571 (end_test_skip_file_and_function): New function.
7572 (test_skip_file_and_function): New function.
7573 * gdb.base/skip1.c (test_skip): New function.
7574 (skip1_test_skip_file_and_function): New function.
7575 * gdb.base/skip.exp: Add tests for new skip options.
7576 * gdb.base/skip-solib.exp: Update expected output.
7577 * gdb.perf/skip-command.cc: New file.
7578 * gdb.perf/skip-command.exp: New file.
7579 * gdb.perf/skip-command.py: New file.
7580
7581 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7582
7583 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7584 info registers pattern.
7585
7586 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7587
7588 * lib/future.exp: Add D support.
7589 (gdb_find_gdc): New proc.
7590 (gdb_default_target_compile): Add D support.
7591
7592 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
7593
7594 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7595 user+system time.
7596 (trace_speed_test): Determine the iteration count for a time
7597 between 15..30 seconds.
7598
7599 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7600
7601 * gdb.arch/i386-mpx-sigsegv.c: New file.
7602 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7603 * gdb.arch/i386-mpx-simple_segv.c: New file.
7604 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7605
7606 2016-02-18 Yao Qi <yao.qi@linaro.org>
7607
7608 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7609 Don't call setup_kfail.
7610
7611 2016-02-18 Yao Qi <yao.qi@linaro.org>
7612
7613 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7614 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7615
7616 2016-02-16 Doug Evans <dje@google.com>
7617
7618 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7619 * gdb.base/skip1.c: Ditto.
7620 * gdb.base/skip.exp: Whitespace cleanup.
7621
7622 2016-02-16 Don Breazeal <donb@codesourcery.com>
7623
7624 PR remote/19496
7625 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7626 Remove kfail for PR remote/19496.
7627
7628 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7629
7630 * lib/gdb.exp (standard_temp_file): Return a path specific to
7631 the runtest invocation.
7632
7633 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7634
7635 * gdb.trace/save-trace.exp: Change relative path to be in the
7636 standard output directory.
7637
7638 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7639
7640 * gdb.arch/i386-prologue.c: Add missing prototypes.
7641
7642 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7643
7644 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7645 * gdb.arch/i386-prologue.exp: Likewise.
7646 * gdb.arch/i386-size.exp: Likewise.
7647
7648 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7649
7650 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7651 define object file path.
7652 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7653 file path.
7654 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7655 standard_output_file to define binfile.
7656
7657 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7658
7659 Fix compatibility with recent gfortran-5.3.1.
7660 * gdb.fortran/vla-history.exp (print vla1 allocated)
7661 (print vla2 allocated, print $2, print $3): Remove
7662 (print $4): Rename to ...
7663 (print $2): ... here.
7664 (print $9): Rename to ...
7665 (print $5): ... here.
7666 (print $10): Rename to ...
7667 (print $6): ... here.
7668 * gdb.fortran/vla.f90: Add pvla initialization.
7669
7670 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7671
7672 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7673 New test.
7674 * gdb.fortran/vla-value-sub.exp: Likewise.
7675
7676 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7677
7678 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7679
7680 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7681
7682 * i386-biarch-core.exp: Define corefile using
7683 standard_output_file.
7684
7685 2016-02-12 Yao Qi <yao.qi@linaro.org>
7686
7687 * gdb.arch/arm-single-step-kernel-helper.c: New.
7688 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7689
7690 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7691
7692 * gdb.btrace/tailcall-only.exp: New.
7693 * gdb.btrace/tailcall-only.c: New.
7694 * gdb.btrace/x86_64-tailcall-only.S: New.
7695 * gdb.btrace/i686-tailcall-only.S: New.
7696
7697 2016-02-11 Pedro Alves <palves@redhat.com>
7698
7699 * README (Parallel testing): Add missing double quotes.
7700
7701 2016-02-11 Pedro Alves <palves@redhat.com>
7702
7703 * README (Parallel testing): New section.
7704 (GDB_PARALLEL): Rewrite.
7705 (FORCE_PARALLEL): Document.
7706
7707 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7708
7709 * gdb.trace/tfile-avx.c: New test.
7710 * gdb.trace/tfile-avx.exp: New test.
7711
7712 2016-02-09 Keith Seitz <keiths@redhat.com>
7713
7714 PR breakpoints/19546
7715 * gdb.base/infcall-exec.c: New file.
7716 * gdb.base/infcall-exec2.c: New file.
7717 * gdb.base/infcall-exec.exp: New file.
7718
7719 2016-02-09 Keith Seitz <keiths@redhat.com>
7720
7721 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7722 (toplevel): Call test_bkpt_address.
7723
7724 2016-02-09 Keith Seitz <keiths@redhat.com>
7725
7726 PR python/19506
7727 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7728 (toplevel): Call test_bkpt_address.
7729
7730 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7731
7732 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7733 to AC_OUTPUT.
7734 * configure: Regenerate.
7735
7736 2016-02-09 Pedro Alves <palves@redhat.com>
7737
7738 PR breakpoints/19548
7739 * gdb.base/execl-update-breakpoints.c (some_function): New
7740 function.
7741 (main): Call it.
7742 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7743 Tighten expected GDB output.
7744
7745 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7746
7747 * Makefile.in (ALL_SUBDIRS): Remove.
7748 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7749 (distclean maintainer-clean realclean): Likewise.
7750 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7751 * configure: Regenerate.
7752 * gdb.ada/Makefile.in: Delete.
7753 * gdb.arch/Makefile.in: Likewise.
7754 * gdb.asm/Makefile.in: Likewise.
7755 * gdb.base/Makefile.in: Likewise.
7756 * gdb.btrace/Makefile.in: Likewise.
7757 * gdb.cell/Makefile.in: Likewise.
7758 * gdb.compile/Makefile.in: Likewise.
7759 * gdb.cp/Makefile.in: Likewise.
7760 * gdb.disasm/Makefile.in: Likewise.
7761 * gdb.dlang/Makefile.in: Likewise.
7762 * gdb.dwarf2/Makefile.in: Likewise.
7763 * gdb.fortran/Makefile.in: Likewise.
7764 * gdb.gdb/Makefile.in: Likewise.
7765 * gdb.go/Makefile.in: Likewise.
7766 * gdb.guile/Makefile.in: Likewise.
7767 * gdb.java/Makefile.in: Likewise.
7768 * gdb.linespec/Makefile.in: Likewise.
7769 * gdb.mi/Makefile.in: Likewise.
7770 * gdb.modula2/Makefile.in: Likewise.
7771 * gdb.multi/Makefile.in: Likewise.
7772 * gdb.objc/Makefile.in: Likewise.
7773 * gdb.opencl/Makefile.in: Likewise.
7774 * gdb.opt/Makefile.in: Likewise.
7775 * gdb.pascal/Makefile.in: Likewise.
7776 * gdb.perf/Makefile.in: Likewise.
7777 * gdb.python/Makefile.in: Likewise.
7778 * gdb.reverse/Makefile.in: Likewise.
7779 * gdb.server/Makefile.in: Likewise.
7780 * gdb.stabs/Makefile.in: Likewise.
7781 * gdb.threads/Makefile.in: Likewise.
7782 * gdb.trace/Makefile.in: Likewise.
7783 * gdb.xml/Makefile.in: Likewise.
7784 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7785 GDB_PARALLEL.
7786 (standard_output_file): Remove check for GDB_PARALLEL, always
7787 return path in outputs/$subdir/$testname.
7788
7789 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7790
7791 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7792 (site.exp): Assign abs_srcdir to tcl's srcdir.
7793
7794 2016-02-04 Yao Qi <yao.qi@linaro.org>
7795
7796 * gdb.base/foll-exec-mode.c: Include limits.h.
7797 (main): Add parameters argc and argv. Get directory from
7798 argv[0].
7799 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7800 compilation.
7801 * gdb.base/foll-exec.c: Include limits.h.
7802 (main): Add parameters argc and argv.
7803 Get directory from argv[0].
7804 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7805 Adjust tests on the number of lines as source code changed.
7806 * gdb.base/foll-vfork-exit.c: Include limits.h.
7807 (main): Add one line of statement before vfork.
7808 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7809 (main): Add parameters argc and argv. Get directory from
7810 argv[0].
7811 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7812 (setup_gdb): Set tbreak to skip some source lines.
7813 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7814 (main): Add parameters argc and argv. Get directory from
7815 argv[0].
7816 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7817 compilation.
7818 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7819 (main): Add parameters argc and argv. Get directory from
7820 argv[0].
7821 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7822 compilation.
7823
7824 2016-02-01 Doug Evans <dje@google.com>
7825
7826 * gdb.base/skip.exp: Clean up multiple references to same test name.
7827
7828 2016-02-01 Pedro Alves <palves@redhat.com>
7829
7830 PR remote/19496
7831 * gdb.threads/forking-threads-plus-breakpoint.exp
7832 (displaced_stepping_supported): New global.
7833 (probe_displaced_stepping_support): New procedure.
7834 (do_test): Add 'displaced' parameter, and use it.
7835 (top level): Check for displaced stepping support. Add displaced
7836 stepping on/off testing axis.
7837
7838 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7839
7840 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7841 pointer. Don't perform further tests on the unassociated pointer
7842 if the first test fails.
7843
7844 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7845
7846 * gdb.base/max-value-size.c: New file.
7847 * gdb.base/max-value-size.exp: New file.
7848 * gdb.base/huge.exp: Disable max-value-size for this test.
7849
7850 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7851
7852 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7853
7854 2016-01-28 Yao Qi <yao.qi@linaro.org>
7855
7856 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7857
7858 2016-01-25 Pedro Alves <palves@redhat.com>
7859
7860 PR threads/19461
7861 * gdb.base/fork-running-state.c: New file.
7862 * gdb.base/fork-running-state.exp: New file.
7863
7864 2016-01-25 Pedro Alves <palves@redhat.com>
7865
7866 PR gdb/19494
7867 * gdb.base/catch-fork-kill.c: New file.
7868 * gdb.base/catch-fork-kill.exp: New file.
7869
7870 2016-01-25 Pedro Alves <palves@redhat.com>
7871
7872 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7873 Delete, moved to lib/gdb.exp.
7874 * gdb.threads/forking-threads-plus-breakpoint.exp
7875 (foreach_with_prefix): Likewise.
7876 * gdb.threads/process-dies-while-handling-bp.exp
7877 (foreach_with_prefix): Likewise.
7878 * lib/gdb.exp (foreach_with_prefix): New procedure.
7879
7880 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7881
7882 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7883 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7884
7885 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7886
7887 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7888 endian targets.
7889
7890 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7891 Pedro Alves <palves@redhat.com>
7892
7893 Fix testsuite compatibility with Guile.
7894 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7895 number.
7896
7897 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7898
7899 Fix testsuite compatibility with Guile.
7900 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7901 (thread 1): New test for backtrace through signal handler.
7902
7903 2016-01-22 Yao Qi <yao.qi@linaro.org>
7904
7905 PR testsuite/19491
7906 * gdb.base/multi-forks.c: Include
7907 ../lib/unbuffer_output.c
7908 (main): Call gdb_unbuffer_output.
7909
7910 2016-01-21 Doug Evans <dje@google.com>
7911
7912 * lib/ada.exp (gdb_compile_ada): Fix typo.
7913
7914 2016-01-21 Joel Brobecker <brobecker@adacore.com>
7915
7916 * gdb.base/break-fun-addr.exp: New file.
7917 * gdb.base/break-fun-addr1.c: New file.
7918 * gdb.base/break-fun-addr2.c: New file.
7919
7920 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7921
7922 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7923 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7924 enum flag values.
7925
7926 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7927
7928 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7929 when GDB can not set the vector return value. Add more comments
7930 for clarification.
7931
7932 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7933
7934 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7935 command.
7936
7937 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7938
7939 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7940
7941 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7942
7943 * Makefile.in (check-single): Pass --status to runtest.
7944 (check/%.exp): Likewise.
7945
7946 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7947
7948 * Makefile.in (check-parallel): Propagate return code from make
7949 do-check-parallel.
7950
7951 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7952
7953 * gdb.trace/ftrace.exp: Fix expected message on continue.
7954 * gdb.trace/pending.exp: Fix expected message on continue.
7955 * gdb.trace/trace-break.exp: Fix expected message on continue.
7956
7957 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7958
7959 * lib/gdb.exp (gdb_test): Remove unused global references.
7960
7961 2016-01-18 Pedro Alves <palves@redhat.com>
7962
7963 * gdb.base/async-shell.exp: Adjust expected output.
7964 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7965 * gdb.base/siginfo-thread.exp: Adjust expected output.
7966 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7967 * gdb.java/jnpe.exp: Adjust expected output.
7968 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7969 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7970 * gdb.threads/leader-exit.exp: Adjust expected output.
7971 * gdb.threads/manythreads.exp: Adjust expected output.
7972 * gdb.threads/pthreads.exp: Adjust expected output.
7973 * gdb.threads/schedlock.exp: Adjust expected output.
7974 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7975 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7976 expected output.
7977 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7978 output.
7979 * gdb.threads/sigthread.exp: Adjust expected output.
7980 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7981
7982 2016-01-18 Yao Qi <yao.qi@linaro.org>
7983
7984 * gdb.guile/scm-section-script.c: Replace @progbits with
7985 %progbits.
7986 * gdb.python/py-section-script.c: Likewise.
7987
7988 2016-01-15 Pedro Alves <palves@redhat.com>
7989
7990 * gdb.multi/tids.exp: Test star wildcard ranges.
7991
7992 2016-01-15 Pedro Alves <palves@redhat.com>
7993
7994 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7995 command from "thread apply" invocation.
7996 (thr_apply_info_thr_invalid): Default the expected output to the
7997 input tid list.
7998 (top level): Add tests that use convenience variables. Add tests
7999 for "thread apply" with a valid TID list, but missing the command.
8000
8001 2016-01-13 Pedro Alves <palves@redhat.com>
8002
8003 * gdb.base/default.exp: Expect $_gthread as well.
8004 * gdb.multi/tids.exp: Test $_gthread.
8005 * gdb.threads/thread-specific.exp: Test $_gthread.
8006
8007 2016-01-13 Pedro Alves <palves@redhat.com>
8008
8009 * gdb.multi/tids.exp: Test "info threads -gid".
8010
8011 2016-01-13 Pedro Alves <palves@redhat.com>
8012
8013 * gdb.multi/tids.exp: Test InferiorThread.global_num and
8014 Breakpoint.thread.
8015 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
8016
8017 2016-01-07 Pedro Alves <palves@redhat.com>
8018
8019 * gdb.base/break.exp: Adjust to output changes.
8020 * gdb.base/hbreak2.exp: Likewise.
8021 * gdb.base/sepdebug.exp: Likewise.
8022 * gdb.base/watch_thread_num.exp: Likewise.
8023 * gdb.linespec/keywords.exp: Likewise.
8024 * gdb.multi/info-threads.exp: Likewise.
8025 * gdb.threads/thread-find.exp: Likewise.
8026 * gdb.multi/tids.c: New file.
8027 * gdb.multi/tids.exp: New file.
8028
8029 2016-01-13 Pedro Alves <palves@redhat.com>
8030
8031 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
8032
8033 2016-01-13 Pedro Alves <palves@redhat.com>
8034
8035 * gdb.base/default.exp: Expect $_inferior as well.
8036 * gdb.multi/base.exp: Test $_inferior.
8037
8038 2016-01-13 Pedro Alves <palves@redhat.com>
8039
8040 PR breakpoints/19388
8041 * gdb.base/catch-signal-siginfo-cond.c: New file.
8042 * gdb.base/catch-signal-siginfo-cond.exp: New file.
8043
8044 2016-01-12 Josh Stone <jistone@redhat.com>
8045 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8046
8047 * gdb.base/catch-syscall.c (do_execve): New variable.
8048 (main): Conditionally trigger an execve.
8049 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
8050 (test_catch_syscall_execve): New, check entry/return across execve.
8051 (do_syscall_tests): Call test_catch_syscall_execve.
8052
8053 2016-01-12 Pedro Alves <palves@redhat.com>
8054
8055 * gdb.base/random-signal.exp (do_test): New procedure, with body
8056 of testcase moved in.
8057
8058 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8059 Pedro Alves <palves@redhat.com>
8060
8061 * gdb.base/funcargs.exp (finish from indirectly called function):
8062 Reintroduce the case for 'First'.
8063
8064 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8065 Pedro Alves <palves@redhat.com>
8066
8067 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
8068 (tcatch_vfork_then_child_follow_exec)
8069 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
8070 identification.
8071
8072 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
8073
8074 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
8075 and repeats to unlimited.
8076 * gdb.python/py-value.exp: Likewise.
8077 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
8078 and repeats to unlimited.
8079
8080 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8081
8082 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
8083 and reordering the functions.
8084 * gdb.multi/hangout.c: Likewise.
8085 * gdb.multi/hello.c: Likewise.
8086
8087 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
8088
8089 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
8090 absolute.
8091 (SingleStatisticTestResult.report): Use dict.keys instead of
8092 dict.iterkeys.
8093
8094 2016-01-06 Pedro Alves <palves@redhat.com>
8095
8096 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
8097
8098 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
8099
8100 * gdb.btrace/dlopen.exp: New.
8101 * gdb.btrace/dlopen.c: New.
8102 * gdb.btrace/dlopen-dso.c: New.
8103
8104 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
8105
8106 * lib/gdb.exp (gdb_test): Update comments to clarify that the
8107 PATTERN argument is optional.
8108
8109 2015-12-24 Joel Brobecker <brobecker@adacore.com>
8110
8111 * lib/ada.exp (target_compile_ada_from_dir): New function.
8112 (gdb_compile_ada): Reimplement avoiding the use of project files.
8113 * gdb.ada/gnat_ada.gpr: Delete.
8114 * gdb.ada/cond_lang.exp: Adjust test to make path before
8115 filename optional.
8116 * gdb.ada/small_reg_param.exp: Likewise.
8117
8118 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
8119
8120 * gdb.base/foll-vork.exp: Remove HP-UX special case.
8121
8122 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
8123
8124 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
8125 case.
8126
8127 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
8128
8129 * gdb.base/break.exp: Remove dead code.
8130 * gdb.base/sepdebug.exp: Likewise.
8131
8132 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8133
8134 * gdb.asm/asm-source.exp: Remove HP-UX references.
8135 * gdb.base/annota1.exp: Likewise.
8136 * gdb.base/annota3.exp: Likewise.
8137 * gdb.base/attach.exp: Likewise.
8138 * gdb.base/bigcore.exp: Likewise.
8139 * gdb.base/break.exp: Likewise.
8140 * gdb.base/call-ar-st.exp: Likewise.
8141 * gdb.base/callfuncs.exp: Likewise.
8142 * gdb.base/catch-fork-static.exp: Likewise.
8143 * gdb.base/display.exp: Likewise.
8144 * gdb.base/foll-exec-mode.exp: Likewise.
8145 * gdb.base/foll-exec.exp: Likewise.
8146 * gdb.base/foll-fork.exp: Likewise.
8147 * gdb.base/foll-vfork.exp: Likewise.
8148 * gdb.base/funcargs.exp: Likewise.
8149 * gdb.base/hbreak2.exp: Likewise.
8150 * gdb.base/inferior-died.exp: Likewise.
8151 * gdb.base/interrupt.exp: Likewise.
8152 * gdb.base/multi-forks.exp: Likewise.
8153 * gdb.base/nodebug.exp: Likewise.
8154 * gdb.base/sepdebug.exp: Likewise.
8155 * gdb.base/solib1.c: Likewise.
8156 * gdb.base/step-test.exp: Likewise.
8157 * gdb.mi/non-stop.c: Likewise.
8158 * gdb.mi/pthreads.c: Likewise.
8159 * gdb.multi/bkpt-multi-exec.ex: Likewise.
8160 * gdb.threads/pthreads.c: Likewise.
8161 * gdb.threads/staticthreads.exp: Likewise.
8162 * lib/future.exp: Likewise.
8163 * lib/gdb.exp: Likewise.
8164 * gdb.base/so-indr-cl.c: Remove.
8165 * gdb.base/so-indr-cl.exp: Likewise.
8166 * gdb.base/solib.c: Likewise.
8167 * gdb.base/solib.exp: Likewise.
8168 * gdb.base/solib2.c: Likewise.
8169
8170 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
8171
8172 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
8173 * gdb.base/call-ar-st.exp: Likewise.
8174 * gdb.base/callfuncs.exp: Likewise.
8175 * gdb.base/condbreak.exp: Likewise.
8176 * gdb.base/constvars.exp: Likewise.
8177 * gdb.base/hbreak2.exp: Likewise.
8178 * gdb.base/langs.exp: Likewise.
8179 * gdb.base/list.exp: Likewise.
8180 * gdb.base/long_long.exp: Likewise.
8181 * gdb.base/ptype.exp: Likewise.
8182 * gdb.base/scope.exp: Likewise.
8183 * gdb.base/signals.exp: Likewise.
8184 * gdb.base/so-impl-ld.exp: Likewise.
8185 * gdb.base/varargs.exp: Likewise.
8186 * gdb.base/volatile.exp: Likewise.
8187 * gdb.base/whatis.exp: Likewise.
8188 * gdb.cp/cplusfuncs.exp: Likewise.
8189 * gdb.cp/inherit.exp: Likewise.
8190 * gdb.cp/local.exp: Likewise.
8191 * gdb.cp/member-ptr.exp: Likewise.
8192 * gdb.cp/method.exp: Likewise.
8193 * gdb.cp/overload.exp: Likewise.
8194 * gdb.cp/templates.exp: Likewise.
8195 * gdb.stabs/weird.exp: Likewise.
8196 * lib/compiler.c: Likewise.
8197 * lib/compiler.cc: Likewise.
8198 * lib/cp-support.exp: Likewise.
8199 * lib/gdb.exp: Likewise.
8200
8201 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
8202
8203 * configure.ac: Remove HP-UX case.
8204 * configure: Regenerate.
8205
8206 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
8207
8208 * lib/gdb.exp (gdb_compile): Add function doc.
8209
8210 2015-12-17 Pedro Alves <palves@redhat.com>
8211
8212 PR threads/19354
8213 * gdb.multi/info-threads.exp: New file.
8214
8215 2015-12-15 Yao Qi <yao.qi@linaro.org>
8216
8217 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8218 is aarch64*-*-*.
8219
8220 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8221
8222 * gdb.base/history-duplicates.exp: Skip if no readline support.
8223
8224 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8225
8226 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8227
8228 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8229
8230 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8231
8232 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8233
8234 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8235 ctrl-C if nointerrupts target property is set.
8236 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8237 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8238 * gdb.base/paginate-bg-execution.exp: Likewise.
8239 * gdb.base/paginate-execution-startup.exp: Likewise.
8240 * gdb.base/random-signal.exp: Likewise.
8241 * gdb.base/range-stepping.exp: Likewise.
8242 * gdb.cp/annota2.exp: Likewise.
8243 * gdb.cp/annota3.exp: Likewise.
8244 * gdb.gdb/selftest.exp: Likewise.
8245 * gdb.threads/continue-pending-status.exp: Likewise.
8246 * gdb.threads/leader-exit.exp: Likewise.
8247 * gdb.threads/manythreads.exp: Likewise.
8248 * gdb.threads/pthreads.exp: Likewise.
8249 * gdb.threads/schedlock.exp: Likewise.
8250 * gdb.threads/sigthread.exp: Likewise.
8251
8252 2015-12-11 Don Breazeal <donb@codesourcery.com>
8253
8254 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8255 remote.
8256 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8257 * gdb.base/foll-exec.exp (main): Enable for target remote.
8258 * gdb.base/foll-fork.exp (main): Likewise.
8259 * gdb.base/foll-vfork.exp (main): Likewise.
8260 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8261 (proc continue_to_exit_bp_loc): Use clean_restart.
8262 * gdb.base/pie-execl.exp (main): Disable for target remote.
8263 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8264 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8265 * gdb.threads/execl.exp (main): Likewise.
8266 * gdb.threads/fork-child-threads.exp (main): Likewise.
8267 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8268 remote.
8269 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8270 remote.
8271 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8272 pid.tid style ptids, instead of just tid.
8273 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8274 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8275 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8276 ptids, instead of just tid.
8277
8278 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8279
8280 * gdb.base/list.exp (test_list_forward): Add end of file error
8281 test.
8282 (test_repeat_list_command): Add end of file error test.
8283 (test_list_backwards): Add beginning of file error test.
8284
8285 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8286
8287 * gdb.base/list.exp (test_list_invalid_args): New function,
8288 defined, and called.
8289
8290 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8291
8292 * gdb.base/list.exp (test_list): Make test names unique.
8293
8294 2015-12-11 Yao Qi <yao.qi@linaro.org>
8295
8296 * gdb.base/coremaker2.c: Remove.
8297
8298 2015-12-10 Pedro Alves <palves@redhat.com>
8299
8300 * gdb.multi/base.exp: Remove stale "spaces" references.
8301
8302 2015-12-10 Pedro Alves <palves@redhat.com>
8303
8304 * gdb.multi/base.exp: Don't use nowarnings.
8305 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8306 * gdb.multi/hangout.c: Include stdio.h.
8307 * gdb.multi/hello.c: Include stdlib.h.
8308 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8309 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8310 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8311
8312 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8313
8314 * gdb.dwarf2/dw2-ranges-base.c: New file.
8315 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8316 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8317 support additional line table, and debug ranges generation.
8318 (Dwarf::ranges): New function, generate .debug_ranges.
8319 (Dwarf::lines): Support generating simple line table programs.
8320 (Dwarf::assemble): Initialise new namespace variables.
8321
8322 2015-12-09 Kevin Buettner <kevinb@redhat.com>
8323
8324 * gdb.base/async.exp (proc test_background): Add case for
8325 asynchronous execution not supported.
8326
8327 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
8328
8329 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8330 format and change test names to make them unique.
8331
8332 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8333 Pedro Alves <pedro@redhat.com>
8334
8335 PR gdb/18702
8336 Add checking of floatformats setup on x86_64 hosts.
8337 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8338 (smallval, bigval): New labels/constants.
8339 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8340 float" after loading bigval and smallval.
8341
8342 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8343
8344 * gdb.ada/fun_overload_menu.exp: New testcase.
8345 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8346
8347 2015-12-04 Josh Stone <jistone@redhat.com>
8348
8349 * gdb.base/catch-fork-static.exp: New.
8350
8351 2015-12-03 Yao Qi <yao.qi@linaro.org>
8352
8353 * gdb.base/sizeof.c: Don't include stdio.h and
8354 ../lib/unbuffer_output.c.
8355 (main): New variable 'size' and 'value'. Remove printf and
8356 gdb_unbuffer_output. Assign return value to size and value.
8357 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8358 at the beginning.
8359 (check_sizeof): Check the result by printing variable 'size'.
8360 (check_valueof): Check the result by printing variable 'value'.
8361
8362 2015-12-01 Yao Qi <yao.qi@linaro.org>
8363
8364 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8365 for aarch64*-*-linux* target.
8366
8367 2015-11-30 Pedro Alves <palves@redhat.com>
8368
8369 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8370
8371 2015-11-30 Pedro Alves <palves@redhat.com>
8372
8373 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8374 Handle non-stop mode vCont replies.
8375
8376 2015-11-30 Pedro Alves <palves@redhat.com>
8377
8378 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8379 prepare_for_testing. Start gdb with "set non-stop on" appended to
8380 GDBFLAGS. Lax expected stop output.
8381
8382 2015-11-27 Yao Qi <yao.qi@linaro.org>
8383
8384 * gdb.arch/arm-neon.exp: New.
8385 * gdb.arch/arm-neon.c: New.
8386
8387 2015-11-27 Yao Qi <yao.qi@linaro.org>
8388
8389 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8390
8391 2015-11-27 Yao Qi <yao.qi@linaro.org>
8392
8393 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8394 frames-invalid annotation.
8395
8396 2015-11-27 Yao Qi <yao.qi@linaro.org>
8397
8398 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8399
8400 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8401
8402 * gdb.threads/names.exp: New file.
8403 * gdb.threads/names.c: New file.
8404 * README: Mention gdb,no_thread_names.
8405
8406 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8407
8408 PR 19297
8409 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8410 support" error.
8411
8412 2015-11-24 Pedro Alves <palves@redhat.com>
8413
8414 PR 17539
8415 * gdb.base/display.exp: Expect displays to be sorted in ascending
8416 order. Use multi_line.
8417 * gdb.base/solib-display.exp: Likewise.
8418
8419 2015-11-24 Pedro Alves <palves@redhat.com>
8420
8421 PR 17539
8422 * gdb.base/display.exp: Expect displays to be sorted in ascending
8423 order. Use multi_line.
8424 * gdb.base/solib-display.exp: Likewise.
8425
8426 2015-11-24 Pedro Alves <palves@redhat.com>
8427
8428 PR 17539
8429 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8430 threads in ascending order.
8431 * gdb.base/foll-fork.exp: Likewise.
8432 * gdb.base/foll-vfork.exp: Likewise.
8433 * gdb.base/multi-forks.exp: Likewise.
8434 * gdb.mi/mi-nonstop.exp: Likewise.
8435 * gdb.mi/mi-nsintrall.exp: Likewise.
8436 * gdb.multi/base.exp: Likewise.
8437 * gdb.multi/multi-arch.exp: Likewise.
8438 * gdb.python/py-inferior.exp: Likewise.
8439 * gdb.threads/break-while-running.exp: Likewise.
8440 * gdb.threads/execl.exp: Likewise.
8441 * gdb.threads/gcore-thread.exp: Likewise.
8442 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8443 * gdb.threads/kill.exp: Likewise.
8444 * gdb.threads/linux-dp.exp: Likewise.
8445 * gdb.threads/multiple-step-overs.exp: Likewise.
8446 * gdb.threads/next-bp-other-thread.exp: Likewise.
8447 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8448 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8449 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8450 * gdb.threads/thread-find.exp: Likewise.
8451 * gdb.threads/tls.exp: Likewise.
8452 * lib/mi-support.exp (mi_reverse_list): Delete.
8453 (mi_check_thread_states): No longer reverse list.
8454
8455 2015-11-24 Pedro Alves <palves@redhat.com>
8456
8457 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8458 use lowercase.
8459
8460 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8461
8462 * gdb.trace/actions.c: Include trace-common.h.
8463 (main): Add a location for a fast tracepoint.
8464 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8465 the normal tracepoints.
8466 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8467
8468 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8469
8470 * save-trace.exp: Factor out code to these...
8471 (gdb_save_tracepoints): New.
8472 (gdb_load_tracepoints): New.
8473 (do_save_load_test): New.
8474
8475 2015-11-23 Kevin Buettner <kevinb@redhat.com>
8476
8477 * gdb.base/asmlabel.exp: New test.
8478 * gdb.base/asmlabel.c: New test case.
8479
8480 2015-11-23 Joel Brobecker <brobecker@adacore.com>
8481
8482 * gdb.base/wrong_frame_bt_full-main.c: New file.
8483 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8484 * gdb.base/wrong_frame_bt_full.exp: New file.
8485
8486 2015-11-23 Joel Brobecker <brobecker@adacore.com>
8487
8488 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8489
8490 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8491
8492 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
8493 pstate register when comparing registers values in
8494 sparc64-*-linux-gnu targets to avoid spurious differences.
8495
8496 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8497
8498 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
8499
8500 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8501
8502 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8503 as type argument to gdb_compile.
8504 * gdb.base/nested-subp2.exp: Likewise.
8505 * gdb.base/nested-subp3.exp: Likewise.
8506
8507 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8508
8509 * lib/dwarf.exp (_note): Fix left shift of negative value.
8510 * gdb.trace/trace-condition.exp: Likewise.
8511
8512 2015-11-13 Yao Qi <yao.qi@linaro.org>
8513
8514 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8515 comments about d10v.
8516 (test_scalar_returns): Likewise.
8517 * gdb.base/d10v.ld: Remove.
8518 * gdb.base/overlays.exp: Remove the target triplet checking for
8519 d10v-*-*.
8520 * gdb.base/structs.exp (test_struct_returns): Remove the
8521 comments about d10v.
8522 (test_struct_calls): Likewise.
8523
8524 2015-11-13 Yao Qi <yao.qi@linaro.org>
8525
8526 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8527 * gdb.base/gnu_vector.c: Don't include stdio.h.
8528 (main): Don't print res and call add_some_intvecs.
8529
8530 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8531
8532 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8533 macro.
8534 (func5): Removed.
8535 (func4): Use FAST_TRACEPOINT_LABEL.
8536 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8537 macro.
8538 (func): Removed.
8539 (thread_function): Use FAST_TRACEPOINT_LABEL.
8540 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8541 (func): Remove.
8542 (marker): Use FAST_TRACEPOINT_LABEL.
8543 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8544 (pendfunc1): Remove.
8545 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8546 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8547 (foo): Remove.
8548 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8549 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8550 macro.
8551 (func): Remove.
8552 (marker): Use FAST_TRACEPOINT_LABEL.
8553 * gdb.trace/trace-common.h: New header.
8554 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8555 macro.
8556 (func): Remove.
8557 (marker): Use FAST_TRACEPOINT_LABEL.
8558 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8559 (func): Remove.
8560 (thread_function): Use FAST_TRACEPOINT_LABEL.
8561
8562 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8563
8564 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8565 in front.
8566 * gdb.trace/change-loc.exp: Use global pcreg definition.
8567 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8568 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8569 in front.
8570 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8571 * gdb.trace/pending.exp: Likewise.
8572 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8573 * gdb.trace/trace-break.exp: Likewise.
8574 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8575 in front.
8576 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8577 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8578 in front.
8579 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8580
8581 2015-11-09 Joel Brobecker <brobecker@adacore.com>
8582
8583 * gdb.ada/fin_fun_out: New testcase.
8584
8585 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8586
8587 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8588 value associated with DW_AT_byte_size.
8589 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8590 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8591 DW_AT_upper_bound.
8592
8593 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8594
8595 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8596 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8597 version.
8598 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8599 gdb.dwarf2/dw2-canonicalize-type.exp,
8600 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8601 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8602 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8603 provided by gdb_target_symbol_prefix_flags_asm.
8604 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8605 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8606 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8607 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8608 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8609 macros where needed). Use this macro for symbols which require
8610 the prefix provided by SYMBOL_PREFIX.
8611
8612 2015-11-05 Kevin Buettner <kevinb@redhat.com>
8613
8614 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8615 New procs.
8616 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8617 representing expressions, of more than one list element.
8618 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8619 to prepend linker symbol prefix to f.
8620 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8621 table_1 and table_2.
8622 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8623 Likewise, for f and g.
8624 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8625 for ptr.
8626 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8627 for main.
8628 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8629 table_1_ptr and table_2_ptr.
8630
8631 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8632 Joel Brobecker <brobecker@adacore.com>
8633
8634 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8635
8636 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8637
8638 * gdb.reverse/s390-mvcle.c: New test.
8639 * gdb.reverse/s390-mvcle.exp: New file.
8640 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8641
8642 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8643
8644 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8645
8646 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8647
8648 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8649 reaching marker2.
8650 * gdb.reverse/getresuid-reverse.exp: Likewise.
8651 * gdb.reverse/pipe-reverse.exp: Likewise.
8652 * gdb.reverse/readv-reverse.exp: Likewise.
8653 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8654 * gdb.reverse/time-reverse.exp: Likewise.
8655 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8656
8657 2015-10-30 Yao Qi <yao.qi@linaro.org>
8658
8659 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8660 (empty_cycle): Remove.
8661 (main): Don't call empty_cycle. Don't use watch_count_done.
8662 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8663 empty_cycle. Rewrite the code counting HW watchpoints.
8664
8665 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8666
8667 * gdb.reverse/fstatat-reverse.c: New test.
8668 * gdb.reverse/fstatat-reverse.exp: New file.
8669 * gdb.reverse/getresuid-reverse.c: New test.
8670 * gdb.reverse/getresuid-reverse.exp: New file.
8671 * gdb.reverse/pipe-reverse.c: New test.
8672 * gdb.reverse/pipe-reverse.exp: New file.
8673 * gdb.reverse/readv-reverse.c: New test.
8674 * gdb.reverse/readv-reverse.exp: New file.
8675 * gdb.reverse/recvmsg-reverse.c: New test.
8676 * gdb.reverse/recvmsg-reverse.exp: New file.
8677 * gdb.reverse/time-reverse.c: New test.
8678 * gdb.reverse/time-reverse.exp: New file.
8679 * gdb.reverse/waitpid-reverse.c: New test.
8680 * gdb.reverse/waitpid-reverse.exp: New file.
8681
8682 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8683
8684 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8685
8686 2015-10-26 Doug Evans <dje@google.com>
8687
8688 PR symtab/17391
8689 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8690 * gdb.dwarf2/bad-regnum.c: New file.
8691 * gdb.dwarf2/bad-regnum.exp: New file.
8692
8693 2015-10-26 Doug Evans <dje@google.com>
8694
8695 PR python/18938
8696 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8697 file.
8698
8699 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8700
8701 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8702 for a change by "Mention language in compile error message".
8703
8704 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8705
8706 PR python/18073
8707 * gdb.python/py-type.c (C::a_method): New.
8708 (C::a_const_method): New.
8709 (C::a_static_method): New.
8710 (a_function): New.
8711 * gdb.python/py-type.exp (test_fields): Test getting fields
8712 from function and method.
8713
8714 2015-10-21 Keven Boell <keven.boell@intel.com>
8715
8716 * gdb.fortran/vla-alloc-assoc.exp: New file.
8717 * gdb.fortran/vla-datatypes.exp: New file.
8718 * gdb.fortran/vla-datatypes.f90: New file.
8719 * gdb.fortran/vla-history.exp: New file.
8720 * gdb.fortran/vla-ptype-sub.exp: New file.
8721 * gdb.fortran/vla-ptype.exp: New file.
8722 * gdb.fortran/vla-sizeof.exp: New file.
8723 * gdb.fortran/vla-sub.f90: New file.
8724 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8725 * gdb.fortran/vla-value-sub-finish.exp: New file.
8726 * gdb.fortran/vla-value-sub.exp: New file.
8727 * gdb.fortran/vla-value.exp: New file.
8728 * gdb.fortran/vla-ptr-info.exp: New file.
8729 * gdb.mi/mi-vla-fortran.exp: New file.
8730 * gdb.mi/vla.f90: New file.
8731
8732 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8733
8734 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8735 of hardwired timeout value.
8736
8737 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8738 Pedro Alves <palves@redhat.com>
8739
8740 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8741 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8742
8743 2015-10-19 Josh Stone <jistone@redhat.com>
8744
8745 * gdb.base/catch-syscall.c: Include <sched.h>.
8746 (unknown_syscall): New variable.
8747 (main): Trigger a vfork and an unknown syscall.
8748 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8749 (unknown_syscall_number): Likewise.
8750 (check_call_to_syscall): Accept an optional syscall pattern.
8751 (check_return_from_syscall): Likewise.
8752 (check_continue): Likewise.
8753 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8754 (test_catch_syscall_skipping_return): New test toggling off 'catch
8755 syscall' to step over the syscall return, then toggling back on.
8756 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8757 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8758 (do_syscall_tests): Call test_catch_syscall_without_args and
8759 test_catch_syscall_mid_vfork.
8760 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8761 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8762
8763 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
8764
8765 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8766 print g_vE): Add new pass patterns.
8767 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8768 print various symbol names for vptr fields.
8769
8770 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8771
8772 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8773 results.
8774
8775 2015-10-12 Yao Qi <yao.qi@linaro.org>
8776
8777 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8778
8779 2015-10-12 Yao Qi <yao.qi@linaro.org>
8780
8781 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8782 is aarch64*-*-linux*.
8783
8784 2015-10-12 Yao Qi <yao.qi@linaro.org>
8785
8786 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8787 (can_relocate_bcond_true): ... it.
8788 (can_relocate_bcond_false): New function.
8789 (foo): Likewise.
8790 (can_relocate_bl): Likewise.
8791 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8792 can_relocate_bl.
8793
8794 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8795
8796 * gdb.base/nested-addr.c: New file.
8797 * gdb.base/nested-addr.exp: New testcase.
8798
8799 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8800
8801 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8802 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8803 its output. Ignore the output of "record goto begin" and instead
8804 check that GDB is replaying.
8805
8806 2015-10-09 Pedro Alves <palves@redhat.com>
8807
8808 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8809 (top level): Use it in the run with no args test.
8810
8811 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8812
8813 * gdb.dlang/properties.exp: New file.
8814
8815 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8816
8817 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8818 whether or not address 0x1000 is mapped on the target.
8819
8820 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8821
8822 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8823 build.
8824
8825 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8826
8827 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8828 instruction-history test.
8829
8830 2015-09-28 Doug Evans <dje@google.com>
8831
8832 * gdb.base/gcore.c (array_func): Add reference to static_array.
8833
8834 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8835
8836 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8837 source line.
8838
8839 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8840
8841 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8842 short or char as base type.
8843
8844 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8845
8846 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8847 to allow any size enum.
8848
8849 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8850
8851 * gdb.ada/array_ptr_renaming.exp: New testcase.
8852 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8853 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8854
8855 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8856
8857 * gdb.trace/ftrace-lock.c: New file.
8858 * gdb.trace/ftrace-lock.exp: New file.
8859
8860 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8861
8862 * gdb.arch/insn-reloc.c: New file.
8863 * gdb.arch/ftrace-insn-reloc.exp: New file.
8864
8865 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8866
8867 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8868 instruction.
8869 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8870 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8871 * gdb.trace/range-stepping.c: Likewise.
8872 * gdb.trace/trace-break.c: Likewise.
8873 * gdb.trace/trace-mt.c (thread_function): Likewise.
8874 * gdb.trace/ftrace.c (marker): Likewise.
8875 * gdb.trace/trace-condition.c (marker): Likewise.
8876 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8877 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8878 is_aarch64_target.
8879
8880 2015-09-18 Doug Evans <xdje42@gmail.com>
8881
8882 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8883 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8884
8885 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8886
8887 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8888 the breakpoint.
8889
8890 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8891
8892 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8893 the pending breakpoint. Remove timeout override for "Run till
8894 MI pending breakpoint on pendfunc3 on thread 2" test.
8895
8896 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8897
8898 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8899 filename pattern.
8900
8901 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8902
8903 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8904 in breakpoint filename pattern.
8905
8906 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8907
8908 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8909
8910 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8911
8912 * gdb.linespec/explicit.exp: Check for readline support for
8913 tab-completion tests. Fix obvious typo.
8914
8915 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8916
8917 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8918 and replay.
8919
8920 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8921
8922 * gdb.btrace/non-stop.c: New.
8923 * gdb.btrace/non-stop.exp: New.
8924
8925 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8926 Yao Qi <yao.qi@linaro.org>
8927
8928 * gdb.trace/trace-condition.c: New file.
8929 * gdb.trace/trace-condition.exp: New file.
8930
8931 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
8932
8933 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8934 for testing bytecode compilation.
8935
8936 2015-09-16 Pedro Alves <palves@redhat.com>
8937 Sandra Loosemore <sandra@codesourcery.com>
8938
8939 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8940 (SECONDS): Redefine.
8941 (main): Call pthread_kill and alarm early.
8942 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8943 support.
8944 (test): If the target can't hardware step and doesn't support
8945 displaced stepping, increase the timeout.
8946
8947 2015-09-16 Pedro Alves <palves@redhat.com>
8948
8949 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8950 (enable_debug): New procedures.
8951 (test): Use them. Bail out if waiting for threads fails.
8952 (top level): Bail out if a test fails.
8953
8954 2015-09-16 Yao Qi <yao.qi@linaro.org>
8955
8956 * gdb.asm/asm-source.exp: Set asm-arch for
8957 aarch64*-*-* target.
8958 * gdb.asm/aarch64.inc: New file.
8959
8960 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8961
8962 * gdb.ada/array_of_variable_length.exp: New testcase.
8963 * gdb.ada/array_of_variable_length/foo.adb: New file.
8964 * gdb.ada/array_of_variable_length/pck.adb: New file.
8965 * gdb.ada/array_of_variable_length/pck.ads: New file.
8966
8967 2015-09-15 Doug Evans <dje@google.com>
8968
8969 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8970 of function static local variable.
8971
8972 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8973
8974 * gdb.threads/tls-so_extern.exp: New test file.
8975 * gdb.threads/tls-so_extern.c: New test file.
8976 * gdb.threads/tls-so_extern_main.c: New test file.
8977
8978 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8979
8980 * gdb.opt/solib-intra-step-lib.c: New file.
8981 * gdb.opt/solib-intra-step-main.c: New file.
8982 * gdb.opt/solib-intra-step.exp: New file.
8983
8984 2015-09-15 Pedro Alves <palves@redhat.com>
8985
8986 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8987 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8988
8989 2015-09-14 Pedro Alves <palves@redhat.com>
8990
8991 * gdb.base/hook-stop-continue.c: Delete.
8992 * gdb.base/hook-stop-continue.exp: Delete.
8993 * gdb.base/hook-stop-frame.c: Delete.
8994 * gdb.base/hook-stop-frame.exp: Delete.
8995 * gdb.base/hook-stop.c: New file.
8996 * gdb.base/hook-stop.exp: New file.
8997
8998 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8999
9000 * gdb.ada/access_to_packed_array.exp: New testcase.
9001 * gdb.ada/access_to_packed_array/foo.adb: New file.
9002 * gdb.ada/access_to_packed_array/pack.adb: New file.
9003 * gdb.ada/access_to_packed_array/pack.ads: New file.
9004
9005 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
9006
9007 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
9008 buffer size test.
9009
9010 2015-09-11 Don Breazeal <donb@codesourcery.com>
9011
9012 * gdb.base/foll-exec.c: Add copyright header. Fix
9013 formatting issues.
9014 * gdb.base/foll-exec.exp (zap_session): Delete proc.
9015 (do_exec_tests): Use clean_restart in place of zap_session,
9016 and for test initialization. Fix formatting issues. Use
9017 fail in place of perror.
9018 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
9019 an expect statement to match an expression with output from
9020 the program under debug.
9021 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
9022 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
9023 * gdb.threads/non-ldr-exc-2.exp: Likewise.
9024 * gdb.threads/non-ldr-exc-3.exp: Likewise.
9025 * gdb.threads/non-ldr-exc-4.exp: Likewise.
9026
9027 2015-09-09 Doug Evans <dje@google.com>
9028
9029 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
9030
9031 2015-09-09 Doug Evans <dje@google.com>
9032
9033 * gdb.base/pie-execl.exp: Fix result test of build_executable.
9034
9035 2015-09-09 Doug Evans <dje@google.com>
9036
9037 * gdb.base/savedregs.exp: Fix typo.
9038
9039 2015-09-09 Pedro Alves <palves@redhat.com>
9040
9041 * gdb.mi/mi-cli.exp: Add CLI finish tests.
9042
9043 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
9044
9045 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
9046 command actually switches threads. Give up on remaining
9047 tests if target fails to stop at breakpoint.
9048
9049 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
9050
9051 * gdb.ada/funcall_char.exp: New testcase.
9052 * gdb.ada/funcall_char/foo.adb: New file.
9053
9054 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
9055
9056 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
9057 expected outputs. Add two testcases for completing ambiguous
9058 functions.
9059 * gdb.ada/complete/aux_pck.adb: New file.
9060 * gdb.ada/complete/aux_pck.ads: New file.
9061 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
9062 Ambiguous_Func functions.
9063 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
9064 * gdb.ada/complete/pck.adb: Likewise.
9065
9066 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
9067
9068 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
9069 failures to run the test program under GDB.
9070
9071 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
9072
9073 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
9074 to C.
9075
9076 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
9077
9078 * gdb.base/run-after-attach.exp: New test file.
9079 * gdb.base/run-after-attach.c: New test file.
9080
9081 2015-08-26 Don Breazeal <donb@codesourcery.com>
9082
9083 * gdb.base/foll-exec-2.c: New test program.
9084 * gdb.base/foll-exec-2.exp: New test.
9085
9086 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
9087
9088 * gdb.base/nested-subp1.exp: New file.
9089 * gdb.base/nested-subp1.c: New file.
9090 * gdb.base/nested-subp2.exp: New file.
9091 * gdb.base/nested-subp2.c: New file.
9092 * gdb.base/nested-subp3.exp: New file.
9093 * gdb.base/nested-subp3.c: New file.
9094
9095 2015-08-24 Pedro Alves <palves@redhat.com>
9096
9097 * gdb.server/connect-without-multi-process.c: New file.
9098 * gdb.server/connect-without-multi-process.exp: New file.
9099
9100 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9101
9102 * gdb.opt/inline-markers.c: Make z int.
9103
9104 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9105
9106 * gdb.opt/inline-markers.c: Make z volatile.
9107
9108 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
9109
9110 * gdb.opt/inline-bt.c: New volatile global z.
9111 * gdb.opt/inline-cmds.c: Likewise.
9112 * gdb.opt/inline-locals.c: Likewise.
9113 * gdb.opt/inline-markers.c: New extern global z.
9114 (marker): Use z.
9115 (inline_fn): Likewise.
9116
9117 2015-08-24 Pedro Alves <palves@redhat.com>
9118
9119 * config/m32r-stub.exp: Remove file.
9120 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
9121 * gdb.base/call-rt-st.exp: Likewise.
9122 * gdb.base/call-strs.exp: Likewise.
9123 * gdb.base/default.exp: Remove references to h8300-*-hms and
9124 *-*-udi*.
9125 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
9126
9127 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
9128
9129 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
9130 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
9131 and "return" use KFAIL when GDB can not read/write the vector
9132 return value.
9133
9134 2015-08-21 Gary Benson <gbenson@redhat.com>
9135
9136 * gdb.trace/pending.exp: Cope with remote transfer warnings.
9137
9138 2015-08-20 Pedro Alves <palves@redhat.com>
9139
9140 * gdb.server/solib-list.exp: No longer expect an interior stop in
9141 non-stop mode.
9142
9143 2015-08-20 Pedro Alves <palves@redhat.com>
9144
9145 * gdb.server/connect-stopped-target.c: New file.
9146 * gdb.server/connect-stopped-target.exp: New file.
9147
9148 2015-08-20 Pedro Alves <palves@redhat.com>
9149
9150 * gdb.dwarf2/comp-unit-lang.exp: New file.
9151 * gdb.dwarf2/comp-unit-lang.c: New file.
9152
9153 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
9154
9155 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
9156 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
9157
9158 2015-08-19 Kevin Buettner <kevinb@redhat.com>
9159
9160 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
9161 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
9162
9163 2015-08-18 Doug Evans <dje@google.com>
9164 Adrian Sendroiu <adrian.sendroiu@freescale.com>
9165
9166 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
9167 skip_python_tests. New arg prompt_regexp.
9168 (skip_python_tests): New function.
9169 * lib/mi-support.exp (mi_skip_python_tests): New function.
9170 * gdb.python/py-mi-objfile-gdb.py: New file.
9171 * gdb.python/py-mi-objfile.c: New file.
9172 * gdb.python/py-mi-objfile.exp: New file.
9173
9174 2015-08-17 Keith Seitz <keiths@redhat.com>
9175
9176 * gdb.linespec/explicit.exp: Move strace test from here ...
9177 * gdb.trace/strace.exp: ... to here.
9178
9179 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
9180
9181 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
9182 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
9183
9184 2015-08-14 Doug Evans <xdje42@gmail.com>
9185
9186 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
9187 inferior before selecting a new file.
9188
9189 2015-08-14 Doug Evans <xdje42@gmail.com>
9190
9191 * gdb.mi/mi-disassemble.exp: Update.
9192 * gdb.base/disasm-optim.S: New file.
9193 * gdb.base/disasm-optim.c: New file.
9194 * gdb.base/disasm-optim.h: New file.
9195 * gdb.base/disasm-optim.exp: New file.
9196
9197 2015-08-14 Keith Seitz <keiths@redhat.com>
9198
9199 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
9200 "evaluated-by".
9201
9202 2015-08-13 Joel Brobecker <brobecker@adacore.com>
9203
9204 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
9205
9206 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
9207
9208 * gdb.ada/fun_renaming.exp: New testcase.
9209 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
9210 * gdb.ada/fun_renaming/pack.adb: New file.
9211 * gdb.ada/fun_renaming/pack.ads: New file.
9212
9213 2015-08-12 Keith Seitz <keiths@redhat.com>
9214
9215 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9216 gdb_get_line_number.
9217
9218 2015-08-12 Joel Brobecker <brobecker@adacore.com>
9219
9220 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9221 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9222 gdb.base/dso2dso.exp: New files.
9223
9224 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9225 Pedro Alves <palves@redhat.com>
9226 Keith Seitz <keiths@redhat.com>
9227
9228 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9229 GDBFLAGS.
9230
9231 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9232
9233 * gdb.base/gdbhistsize-history.exp
9234 (test_histsize_history_setting): Use save_vars.
9235 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9236 Use save_vars.
9237 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9238 * gdb.base/readline.exp: Use save_vars.
9239
9240 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9241
9242 * lib/gdb.exp (save_vars): New proc.
9243
9244 2015-08-11 Keith Seitz <keiths@redhat.com>
9245
9246 * gdb.base/help.exp: Update help_breakpoint_text.
9247
9248 2015-08-11 Keith Seitz <keiths@redhat.com>
9249
9250 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9251 (at toplevel): Call test_explicit_breakpoints.
9252 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9253 breakpoints.
9254 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9255 breakpoint conditions, "-cond".
9256
9257 2015-08-11 Keith Seitz <keiths@redhat.com>
9258
9259 * gdb.linespec/3explicit.c: New file.
9260 * gdb.linespec/cpexplicit.cc: New file.
9261 * gdb.linespec/cpexplicit.exp: New file.
9262 * gdb.linespec/explicit.c: New file.
9263 * gdb.linespec/explicit.exp: New file.
9264 * gdb.linespec/explicit2.c: New file.
9265 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9266 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9267 before using in the matching pattern.
9268 Clarify that `prefix' is a regular expression.
9269
9270 2015-08-11 Keith Seitz <keiths@redhat.com>
9271
9272 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9273 test.
9274 Add tests for missing ",FMT" and ",".
9275
9276 2015-08-10 Doug Evans <dje@google.com>
9277 Keith Seitz <keiths@redhat.com>
9278
9279 PR gdb/17960
9280 * gdb.base/completion.exp: Add location completer tests.
9281
9282 2015-08-07 Pedro Alves <palves@redhat.com>
9283
9284 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9285 tests here.
9286 (top level): Run do_test with and without displaced stepping.
9287
9288 2015-08-07 Pedro Alves <palves@redhat.com>
9289
9290 * gdb.base/valgrind-disp-step.c: New file.
9291 * gdb.base/valgrind-disp-step.exp: New file.
9292
9293 2015-08-07 Pedro Alves <palves@redhat.com>
9294
9295 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9296 Delete function.
9297 (main): Add alarm. Run an infinite loop instead of calling
9298 wait_threads.
9299 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9300 comment.
9301 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9302 Delete function.
9303 (main): Add alarm. Run an infinite loop instead of calling
9304 wait_threads.
9305 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9306 comment.
9307
9308 2015-08-07 Pedro Alves <palves@redhat.com>
9309
9310 * gdb.base/checkpoint-ns.exp: New file.
9311 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9312 standard_testfile.
9313
9314 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9315
9316 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9317 * gdb.btrace/instruction_history.exp: Update.
9318 * gdb.btrace/tsx.exp: New.
9319 * gdb.btrace/tsx.c: New.
9320
9321 2015-08-06 Pedro Alves <palves@redhat.com>
9322
9323 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9324 increase timeout.
9325 * gdb.reverse/until-precsave.exp: Bump timeouts.
9326
9327 2015-08-06 Pedro Alves <palves@redhat.com>
9328
9329 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9330
9331 2015-08-06 Pedro Alves <palves@redhat.com>
9332
9333 PR gdb/18749
9334 * gdb.threads/process-dies-while-handling-bp.c: New file.
9335 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9336
9337 2015-08-06 Pedro Alves <palves@redhat.com>
9338
9339 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9340 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9341
9342 2015-08-05 Pedro Alves <palves@redhat.com>
9343
9344 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9345 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9346
9347 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9348
9349 * gdb.base/bp-permanent.exp: Report test as unsupported if
9350 the target cannot stop at the permanent breakpoint.
9351
9352 2015-08-03 Doug Evans <dje@google.com>
9353
9354 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9355 10000.
9356
9357 2015-08-03 Doug Evans <dje@google.com>
9358
9359 * Makefile.in (workers/%.worker, build-perf): New rule.
9360 (GDB_PERFTEST_MODE): New variable.
9361 (check-perf): Use it.
9362 (clean): Clean up gdb.perf parallel build subdirs.
9363 * lib/build-piece.exp: New file.
9364 * lib/gdb.exp (make_gdb_parallel_path): New function
9365 (standard_output_file, standard_temp_file): Call it.
9366 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9367 of $GDB_PARALLEL.
9368 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9369
9370 2015-08-03 Doug Evans <dje@google.com>
9371
9372 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
9373 (LOG_FILE_NAME): New global.
9374 (TextReporter.__init__): Initialize self.txt_sum.
9375 (TextReporter.report): Add support for multiple data-points.
9376 Move report to perftest.sum, put raw data in perftest.log.
9377 (TextReporter.start): Open sum and log files.
9378 (TextReporter.end): Close sum and log files.
9379 * gdb.perf/lib/perftest/testresult.py
9380 (SingleStatisticTestResult.record): Handle multiple data-points.
9381
9382 2015-07-31 Pedro Alves <palves@redhat.com>
9383
9384 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9385 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9386 kill_wait_spawned_process instead of explicit "kill -9".
9387 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9388 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9389 kill_wait_spawned_process.
9390 * gdb.base/attach-twice.exp: Likewise.
9391 * gdb.base/attach.exp: Likewise.
9392 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9393 gdb_test_multiple.
9394 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9395 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9396 kill_wait_spawned_process.
9397 * gdb.base/valgrind-infcall.exp: Likewise.
9398 * gdb.multi/multi-attach.exp: Likewise.
9399 * gdb.python/py-prompt.exp: Likewise.
9400 * gdb.python/py-sync-interp.exp: Likewise.
9401 * gdb.server/ext-attach.exp: Likewise.
9402 * gdb.threads/attach-into-signal.exp (corefunc): Use
9403 spawn_wait_for_attach, spawn_id_get_pid and
9404 kill_wait_spawned_process.
9405 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9406 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9407 spawn_id_get_pid and kill_wait_spawned_process.
9408 * gdb.threads/attach-stopped.exp (corefunc): Use
9409 spawn_wait_for_attach, spawn_id_get_pid and
9410 kill_wait_spawned_process.
9411 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9412 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9413 kill_wait_spawned_process instead of explicit "kill -9".
9414 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9415 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9416 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9417 processes. Don't map cygwin/windows pids here. Now returns a
9418 spawn id list.
9419
9420 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9421
9422 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9423 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9424 correct patch.
9425
9426 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9427
9428 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9429
9430 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9431
9432 Reapply:
9433 2014-05-21 Mark Wielaard <mjw@redhat.com>
9434
9435 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9436
9437 2015-07-30 Pedro Alves <palves@redhat.com>
9438
9439 * linux-low.c (handle_extended_wait): Set the child's last
9440 reported status to TARGET_WAITKIND_STOPPED.
9441
9442 2015-07-30 Pedro Alves <palves@redhat.com>
9443
9444 PR threads/18600
9445 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9446 only shows inferior 1.
9447
9448 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9449 Pedro Alves <palves@redhat.com>
9450
9451 PR threads/18600
9452 * gdb.threads/fork-plus-threads.c: New file.
9453 * gdb.threads/fork-plus-threads.exp: New file.
9454
9455 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9456
9457 * gdb.base/batch-preserve-term-settings.exp
9458 (test_terminal_settings_preserved_after_cli_exit): Use
9459 send_quit_command.
9460
9461 2015-07-29 Pedro Alves <palves@redhat.com>
9462 Don Breazeal <donb@codesourcery.com>
9463
9464 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9465 output from both inferior_spawn_id and gdb_spawn_id.
9466
9467 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9468
9469 * gdb.threads/attach-into-signal.exp (corefunc): Use
9470 with_test_prefix on nested loops, uniquefying the test messages.
9471
9472 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9473
9474 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9475 commit.
9476
9477 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9478
9479 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9480 New proc.
9481 (test_terminal_settings_preserved_after_sigterm): New test.
9482
9483 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9484
9485 * gdb.base/batch-preserve-term-settings.exp
9486 (test_terminal_settings_preserved_after_cli_exit): New test.
9487
9488 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9489
9490 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9491 manipulation of saved_gdbflags.
9492 (test_terminal_settings_preserved): Remove global declaration of
9493 the unused variable pagination_prompt. Remove manipulation of
9494 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9495 GDBFLAGS.
9496
9497 2015-07-29 Pedro Alves <palves@redhat.com>
9498
9499 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9500
9501 2015-07-29 Pedro Alves <palves@redhat.com>
9502
9503 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9504 at the top.
9505
9506 2015-07-29 Pedro Alves <palves@redhat.com>
9507
9508 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9509 (main): Call gdb_unbuffer_output.
9510 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9511 (main): Call gdb_unbuffer_output.
9512 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9513 (main): Call gdb_unbuffer_output.
9514 * gdb.base/call-strs.exp: Adjust to step over the
9515 gdb_unbuffer_output call.
9516 * gdb.base/catch-gdb-caused-signals.c: Include
9517 "../lib/unbuffer_output.c".
9518 (main): Call gdb_unbuffer_output.
9519 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9520 (main): Call gdb_unbuffer_output.
9521 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9522 (main): Call gdb_unbuffer_output.
9523 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9524 (main): Call gdb_unbuffer_output.
9525 * gdb.base/shlib-call.exp: Adjust to step over the
9526 gdb_unbuffer_output call.
9527 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9528 (main): Call gdb_unbuffer_output.
9529 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9530 (main): Call gdb_unbuffer_output.
9531 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9532 (main): Rename to ...
9533 (test): ... this.
9534 (main): Reimplement.
9535 * gdb.base/varargs.exp: Run to test instead of to main.
9536 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9537 (main): Call gdb_unbuffer_output.
9538
9539 2015-07-29 Pedro Alves <palves@redhat.com>
9540
9541 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9542 factore out from mi_continue_dprintf. For call-style dprintfs,
9543 expect dprintf output out of $inferior_spawn_id.
9544 (mi_continue_dprintf): Use mi_expect_dprintf.
9545 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9546 (main): Call gdb_unbuffer_output.
9547
9548 2015-07-29 Pedro Alves <palves@redhat.com>
9549
9550 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9551 (default_mi_gdb_start): Set inferior_spawn_id instead of
9552 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9553 gdb_spawn_id.
9554 (mi_gdb_test): Always expect inferior output from both
9555 $inferior_spawn_id and $gdb_spawn_id.
9556
9557 2015-07-29 Pedro Alves <palves@redhat.com>
9558
9559 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9560 send_inferior and $inferior_spawn_id.
9561
9562 2015-07-29 Pedro Alves <palves@redhat.com>
9563
9564 * gdb.gdb/complaints.exp (test_initial_complaints)
9565 (test_serial_complaints, test_short_complaints): Use
9566 gdb_test_stdio.
9567 (test_empty_complaint): Handle $inferior_spawn_id !=
9568 $gdb_spawn_id.
9569
9570 2015-07-29 Pedro Alves <palves@redhat.com>
9571
9572 * gdb.base/varargs.exp: Use gdb_test_stdio.
9573
9574 2015-07-29 Pedro Alves <palves@redhat.com>
9575
9576 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9577
9578 2015-07-29 Pedro Alves <palves@redhat.com>
9579
9580 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9581
9582 2015-07-29 Pedro Alves <palves@redhat.com>
9583
9584 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9585 parameter into two new parameters, "inf_result" and "gdb_result".
9586 Expect inferior output and gdb output from $inferior_spawn_id and
9587 $gdb_spawn_id, respectively. Adjust all callers.
9588
9589 2015-07-29 Pedro Alves <palves@redhat.com>
9590
9591 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9592 of gdb_test_sequence.
9593
9594 2015-07-29 Pedro Alves <palves@redhat.com>
9595
9596 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9597 (saw_spurious_output): Expect inferior output from
9598 $inferior_spawn_id. Use gdb_test_stdio.
9599
9600 2015-07-29 Pedro Alves <palves@redhat.com>
9601
9602 * gdb.base/dprintf.exp: Use standard_testfile. Change
9603 prepare_for_testing call.
9604 (srcfile): Don't set.
9605 (restart): New procedure.
9606 (test_dprintf): New procecure, use to continue over dprintfs.
9607 (test_call, test_agent): New procedures, tests moved here.
9608 Restart gdb and recreate dprintfs. Adjust expected output.
9609
9610 2015-07-29 Pedro Alves <palves@redhat.com>
9611
9612 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9613
9614 2015-07-29 Pedro Alves <palves@redhat.com>
9615
9616 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9617
9618 2015-07-29 Pedro Alves <palves@redhat.com>
9619
9620 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9621 gdb_test_stdio.
9622
9623 2015-07-29 Pedro Alves <palves@redhat.com>
9624
9625 * lib/gdb.exp (gdb_test_stdio): New procedure.
9626
9627 2015-07-29 Pedro Alves <palves@redhat.com>
9628
9629 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9630
9631 2015-07-29 Pedro Alves <palves@redhat.com>
9632
9633 * gdb.base/call-signal-resume.exp: Remove check for
9634 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9635 * gdb.base/unwindonsignal.exp: Likewise.
9636 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9637 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9638
9639 2015-07-29 Pedro Alves <palves@redhat.com>
9640
9641 * gdb.base/siginfo-addr.c (pass): New function.
9642 (handler): Call it iff si_addr is correct.
9643 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9644 Set a breakpoint at "pass" and continue to it.
9645
9646 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9647
9648 * gdb.python/py-objfile.exp: Make some tests have unique names.
9649 * gdb.python/py-pp-registration.exp: Likewise.
9650
9651 2015-07-28 Pedro Alves <palves@redhat.com>
9652
9653 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9654
9655 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9656
9657 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9658
9659 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9660
9661 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9662
9663 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9664
9665 * gdb.base/gdb-sigterm-2.exp: New test.
9666
9667 2015-07-25 Doug Evans <xdje42@gmail.com>
9668
9669 Revert:
9670 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9671 (workers/%.worker, build-perf): New rule.
9672 (GDB_PERFTEST_MODE): New variable.
9673 (check-perf): Use it.
9674 (clean): Clean up gdb.perf parallel build subdirs.
9675 * lib/build-piece.exp: New file.
9676 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9677 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9678 name.
9679 (standard_temp_file): Ditto.
9680 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9681 of $GDB_PARALLEL.
9682
9683 2015-07-24 Doug Evans <dje@google.com>
9684
9685 * gdb.perf/lib/perftest/utils.py: New file.
9686 * gdb.perf/gm-hello.cc: New file.
9687 * gdb.perf/gm-pervasive-typedef.cc: New file.
9688 * gdb.perf/gm-pervasive-typedef.h: New file.
9689 * gdb.perf/gm-std.cc: New file.
9690 * gdb.perf/gm-std.h: New file.
9691 * gdb.perf/gm-use-cerr.cc: New file.
9692 * gdb.perf/gm-utils.h: New file.
9693 * gdb.perf/gmonster-null-lookup.py: New file.
9694 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9695 * gdb.perf/gmonster-print-cerr.py: New file.
9696 * gdb.perf/gmonster-ptype-string.py: New file.
9697 * gdb.perf/gmonster-runto-main.py: New file.
9698 * gdb.perf/gmonster-select-file.py: New file.
9699 * gdb.perf/gmonster1-null-lookup.exp: New file.
9700 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9701 * gdb.perf/gmonster1-print-cerr.exp: New file.
9702 * gdb.perf/gmonster1-ptype-string.exp: New file.
9703 * gdb.perf/gmonster1-runto-main.exp: New file.
9704 * gdb.perf/gmonster1-select-file.exp: New file.
9705 * gdb.perf/gmonster1.cc: New file.
9706 * gdb.perf/gmonster1.exp: New file.
9707 * gdb.perf/gmonster2-null-lookup.exp: New file.
9708 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9709 * gdb.perf/gmonster2-print-cerr.exp: New file.
9710 * gdb.perf/gmonster2-ptype-string.exp: New file.
9711 * gdb.perf/gmonster2-runto-main.exp: New file.
9712 * gdb.perf/gmonster2-select-file.exp: New file.
9713 * gdb.perf/gmonster2.cc: New file.
9714 * gdb.perf/gmonster2.exp: New file.
9715
9716 2015-07-24 Doug Evans <dje@google.com>
9717
9718 * gdb.perf/README: New file.
9719 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9720 * lib/gen-perf-test.exp: New file.
9721
9722 2015-07-24 Doug Evans <dje@google.com>
9723
9724 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9725 (PerfTest::startup): New function.
9726 (PerfTest::run): Return result of calling body.
9727 (PerfTest::assemble): Rewrite.
9728 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9729 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9730 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9731 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9732 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9733
9734 2015-07-24 Doug Evans <dje@google.com>
9735
9736 * lib/gdb.exp (clean_restart): Make executable optional.
9737
9738 2015-07-24 Doug Evans <dje@google.com>
9739
9740 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9741 compiler_info references.
9742 * gdb.cp/temargs.exp: Ditto.
9743 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9744 (get_compiler_info): Early exit if already computed. Set compiler_info
9745 to "unknown" if there was a problem.
9746 (test_compiler_info): Add function comment. Call get_compiler_info.
9747
9748 2015-07-24 Doug Evans <dje@google.com>
9749
9750 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9751 (workers/%.worker, build-perf): New rule.
9752 (GDB_PERFTEST_MODE): New variable.
9753 (check-perf): Use it.
9754 (clean): Clean up gdb.perf parallel build subdirs.
9755 * lib/build-piece.exp: New file.
9756 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9757 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9758 name.
9759 (standard_temp_file): Ditto.
9760 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9761 of $GDB_PARALLEL.
9762
9763 2015-07-24 Doug Evans <dje@google.com>
9764
9765 * lib/future.exp (gdb_default_target_compile): New option
9766 "early_flags".
9767 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9768 --as-needed.
9769
9770 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9771
9772 * gdb.base/catch-syscall.exp: Call gdb_exit before
9773 gdb_skip_xml_test.
9774
9775 2015-07-24 Pedro Alves <palves@redhat.com>
9776
9777 * gdb.python/py-events.exp: Accept output between the stop event
9778 and the prompt.
9779 * gdb.python/py-evsignal.exp: Likewise.
9780 * gdb.python/py-evthreads.exp: Likewise.
9781
9782 2015-07-24 Pedro Alves <palves@redhat.com>
9783
9784 PR gdb/18717
9785 * gdb.threads/non-ldr-exit.c: New file.
9786 * gdb.threads/non-ldr-exit.exp: New file.
9787
9788 2015-07-24 Yao Qi <yao.qi@linaro.org>
9789
9790 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9791 restarting process.
9792
9793 2015-07-24 Yao Qi <yao.qi@linaro.org>
9794
9795 * gdb.server/ext-restart.exp: New file.
9796
9797 2015-07-24 Yao Qi <yao.qi@linaro.org>
9798
9799 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9800 argument options.
9801 * gdb.server/ext-wrapper.exp: New file.
9802
9803 2015-07-23 Doug Evans <dje@google.com>
9804
9805 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9806 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9807
9808 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9809
9810 * gdb.ada/var_arr_typedef.exp: New testcase.
9811 * gdb.ada/var_arr_typedef/pack.adb: New file.
9812 * gdb.ada/var_arr_typedef/pack.ads: New file.
9813 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9814
9815 2015-07-20 Joel Brobecker <brobecker@adacore.com>
9816
9817 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9818
9819 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9820
9821 * gdb.arch/i386-biarch-core.exp: Replace istarget
9822 by "complete set gnutarget". Remove expectation for the "core-file"
9823 command.
9824
9825 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9826
9827 Revert the previous commit:
9828 Tests for validate symbol file using build-id.
9829
9830 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9831
9832 Tests for validate symbol file using build-id.
9833 * gdb.base/solib-mismatch-lib.c: New file.
9834 * gdb.base/solib-mismatch-libmod.c: New file.
9835 * gdb.base/solib-mismatch.c: New file.
9836 * gdb.base/solib-mismatch.exp: New file.
9837
9838 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9839
9840 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9841 nios2-*-linux*.
9842 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9843 * gdb.base/siginfo.exp: Likewise.
9844 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9845
9846 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9847
9848 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9849 Move it to ...
9850 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9851 ... here.
9852 * gdb.trace/range-stepping.exp: Check that the target supports
9853 range stepping.
9854
9855 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9856
9857 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9858
9859 2015-07-14 Pedro Alves <palves@redhat.com>
9860
9861 * gdb.base/killed-outside.exp: New file.
9862 * gdb.base/killed-outside.c: New file.
9863
9864 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9865
9866 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9867 (n at main): New.
9868 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9869
9870 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9871
9872 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9873 infcall tests instead of setting up for KFAIL.
9874
9875 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9876
9877 * gdb.btrace/record_goto-step.exp: New.
9878
9879 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9880
9881 PR compile/18484
9882 * gdb.compile/compile.c (struct struct_type): Add volatile to
9883 selffield's type.
9884 * gdb.compile/compile.exp
9885 (compile code struct_object.selffield = &struct_object): Skip further
9886 struct_object tests if this one xfails.
9887
9888 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
9889
9890 PR exp/18617
9891 * gdb.trace/ax.exp: Add test.
9892
9893 2015-07-07 Yao Qi <yao.qi@linaro.org>
9894
9895 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9896 instead of istarget "aarch64*-*-*".
9897 * gdb.arch/aarch64-fp.exp: Likewise.
9898 * gdb.base/float.exp: Likewise.
9899 * gdb.reverse/aarch64.exp: Likewise.
9900 * lib/gdb.exp (is_aarch64_target): New proc.
9901
9902 2015-07-07 Yao Qi <yao.qi@linaro.org>
9903
9904 * lib/gdb.exp (is_aarch32_target): New proc.
9905 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9906 instead of "istarget "arm*-*-*"".
9907 * gdb.arch/arm-disp-step.exp: Likewise.
9908 * gdb.arch/thumb-bx-pc.exp: Likewise.
9909 * gdb.arch/thumb-prologue.exp: Likewise.
9910 * gdb.arch/thumb-singlestep.exp: Likewise.
9911 * gdb.base/disp-step-syscall.exp: Likewise.
9912 * gdb.base/float.exp: Likewise.
9913
9914 2015-07-07 Yao Qi <yao.qi@linaro.org>
9915
9916 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9917 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9918
9919 2015-07-07 Yao Qi <yao.qi@linaro.org>
9920
9921 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9922 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9923 if it exists.
9924 * gdb.multi/multi-arch.exp: Likewise.
9925
9926 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9927
9928 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9929 print.
9930
9931 2015-07-07 Yao Qi <yao.qi@linaro.org>
9932
9933 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9934
9935 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9936
9937 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9938 '[' and ']' characters.
9939
9940 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9941
9942 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9943
9944 2015-06-29 Pedro Alves <palves@redhat.com>
9945
9946 PR threads/18127
9947 * gdb.threads/hand-call-new-thread.c: New file.
9948 * gdb.threads/hand-call-new-thread.c: New file.
9949
9950 2015-06-26 Keith Seitz <keiths@redhat.com>
9951 Doug Evans <dje@google.com>
9952
9953 PR 16253
9954 * gdb.cp/var-tag-2.cc: New file.
9955 * gdb.cp/var-tag-3.cc: New file.
9956 * gdb.cp/var-tag-4.cc: New file.
9957 * gdb.cp/var-tag.cc: New file.
9958 * gdb.cp/var-tag.exp: New file.
9959
9960 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9961
9962 * gdb.base/history-duplicates.exp: New test.
9963
9964 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9965
9966 * gdb.base/completion.exp: Test the completion of the "focus"
9967 command.
9968
9969 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9970
9971 * gdb.arch/amd64-prologue-skip.S: New file.
9972 * gdb.arch/amd64-prologue-skip.exp: New file.
9973
9974 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9975
9976 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9977 is_address_zero_readable check.
9978
9979 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9980
9981 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9982 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9983
9984 2015-06-24 Yao Qi <yao.qi@linaro.org>
9985
9986 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9987 linux targets.
9988
9989 2015-06-24 Yao Qi <yao.qi@linaro.org>
9990
9991 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9992 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9993 * gdb.base/siginfo-thread.exp: Likewise.
9994
9995 2015-06-22 Yao Qi <yao.qi@linaro.org>
9996
9997 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9998
9999 2015-06-22 Yao Qi <yao.qi@linaro.org>
10000
10001 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
10002 aarch64*-*-*.
10003 (skip_hw_watchpoint_tests): Likewise.
10004
10005 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
10006
10007 * gdb.base/gdbinit-history.exp: Test the interaction between
10008 setting GDBHISTSIZE and setting the history size via .gdbinit.
10009
10010 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10011
10012 PR gdb/16999
10013 * gdb.base/gdbhistsize-history.exp: New test.
10014
10015 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10016
10017 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
10018 with GDBHISTSIZE.
10019 * gdb.base/readline.exp: Likewise.
10020
10021 2015-06-17 Yao Qi <yao.qi@linaro.org>
10022
10023 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
10024 line.
10025
10026 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
10027
10028 * gdb.base/gdbinit-history.exp: Add test case to check that
10029 an unlimited history file does not get truncated on exit.
10030
10031 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
10032
10033 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
10034 (VECTOR): New macro. Use it...
10035 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
10036 ...for these typedefs.
10037 (int8, char1, int1, double1): New typedefs.
10038 (struct just_int2, struct two_int2): New structures.
10039 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
10040 (add_structvecs, add_singlevecs): New functions.
10041 (main): Call add_some_intvecs twice.
10042 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
10043 the compile and exit upon failure. Try compiling for the "native"
10044 architecture. Test inferior function calls with vector arguments
10045 and vector return value handling with "finish" and "return".
10046
10047 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
10048
10049 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
10050 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
10051 PE file.
10052 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
10053
10054 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
10055
10056 PR breakpoints/16465
10057 * gdb.mi/mi-dprintf-pending.c: New file.
10058 * gdb.mi/mi-dprintf-pending.exp: New test.
10059 * gdb.mi/mi-dprintf-pendshr.c: New file.
10060
10061 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10062 Mircea Gherzan <mircea.gherzan@intel.com>
10063
10064 * gdb.arch/i386-mpx-map.c: New file.
10065 * gdb.arch/i386-mpx-map.exp: New File.
10066
10067 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10068
10069 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
10070 * gdb.arch/i386-mpx.exp: Indentation fixed.
10071
10072 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10073
10074 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
10075 function and improved indentation.
10076 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
10077 gdb_test_multiple. Added additional tests to skip the test.
10078
10079 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
10080
10081 * gdb.arch/i386-avx512.c: Change path in include file.
10082 * gdb.arch/i386-avx512.exp: Change include dir path
10083 compilation flag.
10084 * gdb.arch/i386-mpx.c: Change path in include file.
10085 * gdb.arch/i386-mpx.exp: Change include dir path compilation
10086 flag.
10087
10088 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
10089
10090 * gdb.compile/compile-print.exp (compile print *vararray@3)
10091 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
10092
10093 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
10094
10095 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
10096 (do not keep jit in memory): ... this.
10097 (expect 5): Change it to ...
10098 (expect no 5): ... this.
10099
10100 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
10101
10102 PR gdb/15564
10103 * gdb.mi/mi-detach.exp: New file.
10104
10105 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
10106
10107 PR symtab/18392
10108 * gdb.arch/amd64-tailcall-self.S: New file.
10109 * gdb.arch/amd64-tailcall-self.c: New file.
10110 * gdb.arch/amd64-tailcall-self.exp: New file.
10111
10112 2015-05-28 Don Breazeal <donb@codesourcery.com>
10113
10114 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
10115 tests for remote targets by checking is_target_gdbserver.
10116
10117 2015-05-27 Doug Evans <dje@google.com>
10118
10119 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
10120 * gdb.dwarf2/opaque-type-lookup.c: New file.
10121 * gdb.dwarf2/opaque-type-lookup.exp: New file.
10122
10123 2015-05-26 Doug Evans <dje@google.com>
10124
10125 * gdb.cp/iostream.cc: New file.
10126 * gdb.cp/iostream.exp: New file.
10127
10128 2015-05-26 Doug Evans <dje@google.com>
10129
10130 * gdb.dwarf2/dw2-op-call.exp: Update.
10131 * gdb.dwarf2/dw4-sig-types.exp: Update.
10132 * gdb.dwarf2/implptr.exp: Update.
10133 * gdb.mi/mi-cmd-param-changed.exp: Update.
10134
10135 2015-05-26 Doug Evans <dje@google.com>
10136
10137 * gdb.python/py-lazy-string.c: New file.
10138 * gdb.python/py-lazy-string.exp: New file.
10139 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
10140 (main): Update. Add estring3.
10141 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
10142 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
10143
10144 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10145 Yao Qi <yao.qi@linaro.org>
10146
10147 * gdb.reverse/aarch64.c: New.
10148 * gdb.reverse/aarch64.exp: New.
10149
10150 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
10151
10152 * lib/gdb.exp (supports_process_record): Return true for
10153 aarch64*-linux*.
10154 (supports_reverse): Likewise.
10155
10156 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
10157
10158 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10159 Use with_test_prefix.
10160
10161 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
10162
10163 * gdb.base/completion.exp: Add test for completion of layout
10164 names.
10165
10166 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
10167
10168 * lib/gdb.exp (skip_tui_tests): New proc.
10169 * gdb.base/tui-layout.exp: Check skip_tui_tests.
10170
10171 2015-05-19 Pedro Alves <palves@redhat.com>
10172
10173 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
10174 Save the whole env array instead of just HOME. Unset HISTSIZE in
10175 the environment while testing. Restore whole environment
10176 afterwards.
10177
10178 2015-05-16 Doug Evans <xdje42@gmail.com>
10179
10180 * gdb.guile/scm-ports.c: New file.
10181 * gdb.guile/scm-ports.exp: Add memory port tests.
10182
10183 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10184
10185 * gdb.compile/compile-print.c: New file.
10186 * gdb.compile/compile-print.exp: New file.
10187
10188 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10189
10190 * gdb.compile/compile-ops.exp: Cast param to void.
10191 * gdb.compile/compile.exp: Complete type for _gdb_expr.
10192 (compile code struct_object.selffield = &struct_object): Add xfail.
10193
10194 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10195
10196 * gdb.ada/arr_enum_with_gap: New testcase.
10197
10198 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10199
10200 * gdb.ada/byte_packed_arr: New testcase.
10201
10202 2015-05-15 Joel Brobecker <brobecker@adacore.com>
10203
10204 * gdb.ada/pckd_neg: New testcase.
10205
10206 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
10207
10208 PR gdb/17820
10209 * gdb.base/gdbinit-history.exp: New test.
10210 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
10211 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
10212
10213 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
10214
10215 * gdb.python/py-xmethods.cc: Enhance test case.
10216 * gdb.python/py-xmethods.exp: New tests.
10217 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10218 function.
10219 (B_indexoper): Likewise.
10220 (global_dm_list) : Add new xmethod worker functions.
10221
10222 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10223
10224 * gdb.base/coredump-filter.exp: Correctly unset
10225 "coredump_var_addr" array.
10226
10227 2015-05-08 Pedro Alves <palves@redhat.com>
10228
10229 * gdb.server/non-existing-program.exp: Unset spawn_id.
10230
10231 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10232
10233 PR python/18291
10234 * gdb.python/py-xmethods.exp: Add tests.
10235
10236 2015-05-08 Yao Qi <yao.qi@linaro.org>
10237
10238 PR gdb/18208
10239 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10240 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10241 function set_coredump_filter, and remove remote_exec call.
10242 Remove argument ipid. Callers update.
10243 (top level): Don't get inferior's PID.
10244
10245 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10246
10247 * gdb.base/watch_thread_num.exp: Skip test on targets without
10248 access watchpoints.
10249
10250 2015-05-06 Pedro Alves <palves@redhat.com>
10251
10252 PR server/18081
10253 * gdb.server/non-existing-program.exp: New file.
10254
10255 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10256
10257 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10258
10259 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10260
10261 * gdb.ada/out_of_line_in_inlined: New testcase.
10262
10263 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10264
10265 * gdb.ada/var_rec_arr: New testcase.
10266
10267 2015-04-30 Yao Qi <yao.qi@linaro.org>
10268
10269 * gdb.base/break-idempotent.exp: If
10270 skip_hw_watchpoint_multi_tests returns true, skip the tests
10271 on "rwatch" and "awatch".
10272
10273 2015-04-30 Yao Qi <yao.qi@linaro.org>
10274
10275 * gdb.base/relativedebug.exp: Invoke gdb command
10276 "info sharedlibrary", and if libc.so doesn't have debug info,
10277 skip the test.
10278
10279 2015-04-29 Doug Evans <dje@google.com>
10280
10281 * gdb.python/py-xmethods.exp: Add ptype tests.
10282 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10283 get_result_type method.
10284
10285 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10286
10287 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10288 the target does not support hardware watchpoints.
10289
10290 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10291
10292 * gdb.base/break-always.exp: Abort testing if writing to memory
10293 causes an error.
10294
10295 2015-04-28 Doug Evans <dje@google.com>
10296
10297 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10298 * gdb.python/py-pp-registration.exp: ... here. New file.
10299 * gdb.python/py-pp-registration.c: New file.
10300 * gdb.python/py-pp-registration.py: New file.
10301
10302 2015-04-28 Doug Evans <dje@google.com>
10303
10304 * gdb.python/py-bad-printers.c: New file.
10305 * gdb.python/py-bad-printers.py: New file.
10306 * gdb.python/py-bad-printers.exp: New file.
10307
10308 2015-04-28 Sasha Smundak <asmundak@google.com>
10309
10310 * gdb.python/py-type.exp: New test.
10311
10312 2015-04-28 Andy Wingo <wingo@igalia.com>
10313
10314 * gdb.python/py-parameter.exp:
10315 * gdb.guile/scm-parameter.exp: Escape the path that we are
10316 matching against, as it might contain characters that are special
10317 to regular expressions.
10318
10319 2015-04-27 Joel Brobecker <brobecker@adacore.com>
10320
10321 * gdb.ada/rec_comp: New testcase.
10322
10323 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10324
10325 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10326 before using it.
10327
10328 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10329
10330 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10331 new tests for verilog output.
10332
10333 2015-04-24 Yao Qi <yao.qi@linaro.org>
10334
10335 * boards/remote-gdbserver-on-localhost.exp: New file.
10336
10337 2015-04-23 Pedro Alves <palves@redhat.com>
10338
10339 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10340 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10341 "end of file", remove $inferior_spawn_id from the indirect list.
10342
10343 2015-04-23 Pedro Alves <palves@redhat.com>
10344
10345 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10346
10347 2015-04-23 Pedro Alves <palves@redhat.com>
10348
10349 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10350 on $any_spawn_id instead of only on $gdb_spawn_id.
10351
10352 2015-04-21 Pierre Muller <muller@sourceware.org>
10353
10354 PR pascal/17815
10355 * lib/pascal.exp (gpc_compile): Add new option "class".
10356 (fpc_compile): Likewise.
10357 * gdb.pascal/case-insensitive-symbols.pas: New file.
10358 * gdb.pascal/case-insensitive-symbols.exp: New file.
10359
10360 2015-04-20 Gary Benson <gbenson@redhat.com>
10361
10362 * gdb.base/attach.exp: Fix three extended remote failures.
10363
10364 2015-04-17 Gary Benson <gbenson@redhat.com>
10365
10366 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10367 the main executable over the remote protocol.
10368
10369 2015-04-16 Pedro Alves <palves@redhat.com>
10370
10371 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10372 a new gdbserver if gdbserver_reconnect_p is set.
10373
10374 2015-04-16 Pedro Alves <palves@redhat.com>
10375
10376 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10377 is set, don't exit gdbserver.
10378
10379 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10380
10381 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10382 appropriate .insn, such that an older assembler can be used.
10383 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10384 the z/Architecture instruction set on 31-bit targets as well.
10385
10386 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10387
10388 * gdb.go/handcall.exp: Remove all logic related to the first
10389 breakpoint and rely on go_runto_main instead.
10390 * gdb.go/strings.exp: Likewise.
10391 * gdb.go/unsafe.exp: Likewise.
10392 * gdb.go/hello.exp: Likewise. Also rename the remaining
10393 breakpoint marker to "breakpoint 1".
10394 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10395 * gdb.go/strings.go: Likewise.
10396 * gdb.go/unsafe.go: Likewise.
10397 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10398 "set breakpoint 2 here" and rename the remaining breakpoint marker
10399 to "breakpoint 1".
10400
10401 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10402
10403 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10404 if itertools.imap is not present.
10405 * gdb.python/py-objfile.exp: Add parentheses.
10406 * gdb.python/py-type.exp: Same.
10407 * gdb.python/py-unwind-maint.py: Same.
10408
10409 2015-04-15 Yao Qi <yao.qi@linaro.org>
10410
10411 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10412 of ":$ptr_size" and set its form explicitly.
10413
10414 2015-04-15 Pedro Alves <palves@redhat.com>
10415 Yao Qi <yao.qi@linaro.org>
10416
10417 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10418 timeout by factor of 4.
10419 (test_regular_watch): Likewise.
10420 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10421 * gdb.reverse/sigall-reverse.exp: Likewise.
10422 * gdb.reverse/until-precsave.exp: Likewise.
10423 * lib/gdb.exp (with_timeout_factor): New proc.
10424 (gdb_expect): Move some code to ...
10425 (get_largest_timeout): ... here. New procedure.
10426
10427 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
10428
10429 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10430
10431 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10432
10433 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10434 to write to the .text section.
10435
10436 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10437
10438 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10439 Handle the case of targets that do not provide PID information.
10440
10441 2015-04-13 Yao Qi <yao.qi@linaro.org>
10442
10443 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10444 and use expect instead of gdb_expect.
10445
10446 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10447
10448 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10449 "coredump_var_addr" to avoid naming conflict with other testcases.
10450
10451 2015-04-10 Pedro Alves <palves@redhat.com>
10452
10453 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10454 gdb_test_sequence and gdb_assert.
10455
10456 2015-04-10 Pedro Alves <palves@redhat.com>
10457
10458 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10459 test messages that don't include the breakpoint address.
10460
10461 2015-04-10 Yao Qi <yao.qi@linaro.org>
10462
10463 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10464 false for some offset and width combinations which aren't
10465 supported by linux kernel.
10466
10467 2015-04-10 Pedro Alves <palves@redhat.com>
10468
10469 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10470 procedure, factored out from ...
10471 (top level): ... here. Add "set displaced-stepping" testing axis.
10472 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10473 parameter "displaced". Use it.
10474 (top level): Use foreach and add "set displaced-stepping" testing
10475 axis.
10476
10477 2015-04-10 Pedro Alves <palves@redhat.com>
10478
10479 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10480 Remove comment.
10481 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10482 both the address of the instruction that triggers the watchpoint
10483 and the address of the instruction immediately after, and use
10484 those addresses for the test. Fix comment.
10485
10486 2015-04-10 Pedro Alves <palves@redhat.com>
10487
10488 * gdb.base/sigstep.exp (breakpoint_to_handler)
10489 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10490 Test "backtrace" in handler.
10491 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10492 (top level): Add new "displaced" test axis to
10493 breakpoint_to_handler, breakpoint_to_handler_entry and
10494 breakpoint_over_handler.
10495
10496 2015-04-10 Pedro Alves <palves@redhat.com>
10497
10498 PR gdb/18216
10499 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10500
10501 2015-04-10 Yao Qi <yao.qi@linaro.org>
10502
10503 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10504 (test_add_rn_pc): New function.
10505 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10506 (top level): Invoke test_add_rn_pc.
10507
10508 2015-04-10 Pedro Alves <palves@redhat.com>
10509
10510 PR gdb/13858
10511 * gdb.base/step-over-no-symbols.exp: New file.
10512
10513 2015-04-09 Andy Wingo <wingo@igalia.com>
10514
10515 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10516 after the Python tests.
10517
10518 2015-04-08 Keith Seitz <keiths@redhat.com>
10519
10520 PR python/16699
10521 * gdb.python/py-completion.exp: New tests for completion.
10522 * gdb.python/py-completion.py (CompleteLimit1): New class.
10523 (CompleteLimit2): Likewise.
10524 (CompleteLimit3): Likewise.
10525 (CompleteLimit4): Likewise.
10526 (CompleteLimit5): Likewise.
10527 (CompleteLimit6): Likewise.
10528 (CompleteLimit7): Likewise.
10529
10530 2015-04-08 Pedro Alves <palves@redhat.com>
10531
10532 PR gdb/18214
10533 PR gdb/18216
10534 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10535 function.
10536 (main): Install it as SIGUSR1 handler.
10537 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10538 parameter. Always use "setup" as prefix. Toggle "set
10539 displaced-stepping" off/on depending on global. Don't switch to
10540 thread 1 here.
10541 (top level): Add displaced stepping "off/on" test axis. Update
10542 "setup" calls. Wrap each subtest with with_test_prefix. Test
10543 continuing with a queued signal in each thread.
10544
10545 2015-04-08 Pedro Alves <palves@redhat.com>
10546
10547 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10548 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10549 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10550 Return early if running to main fails.
10551 * gdb.trace/while-stepping.exp: Likewise.
10552
10553 2015-04-07 Pedro Alves <palves@redhat.com>
10554
10555 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10556 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10557 interact with inferior program.
10558
10559 2015-04-07 Pedro Alves <palves@redhat.com>
10560
10561 * lib/gdb.exp (inferior_spawn_id): New global.
10562 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10563 spawn id after processing the user code.
10564 (default_gdb_start): Set inferior_spawn_id.
10565 (send_inferior): New procedure.
10566 * lib/gdbserver-support.exp (gdbserver_start): Set
10567 inferior_spawn_id.
10568 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10569
10570 2015-04-07 Pedro Alves <palves@redhat.com>
10571
10572 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10573 * lib/gdbserver-support.exp (gdbserver_start): Make
10574 $server_spawn_id global.
10575 (gdbserver_start): Don't wait for gdbserver's spawn id with
10576 expect_background.
10577 (close_gdbserver): New procedure.
10578 (gdb_exit): Rename the default version and reimplement.
10579
10580 2015-04-07 Pedro Alves <palves@redhat.com>
10581
10582 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
10583 append the substituted item, not the original item.
10584
10585 2015-04-07 Pedro Alves <palves@redhat.com>
10586
10587 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10588 gdb_expect.
10589
10590 2015-04-07 Pedro Alves <palves@redhat.com>
10591
10592 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10593 output appearing once only.
10594
10595 2015-04-07 Pedro Alves <palves@redhat.com>
10596
10597 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10598 that doesn't expect anything. Return early if running to main
10599 fails.
10600
10601 2015-04-07 Yao Qi <yao.qi@linaro.org>
10602
10603 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10604 (child_function): Call alarm.
10605 (main): Move call to alarm into the loop.
10606 * gdb.threads/non-stop-fair-events.exp: Build program with
10607 -DTIMEOUT=$timeout.
10608
10609 2015-04-06 Doug Evans <xdje42@gmail.com>
10610
10611 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10612 Fix dest parameter to board_info.
10613 (fpc_compile): Ditto.
10614 (gdb_compile_pascal): Rename dest arg to destfile.
10615
10616 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10617
10618 * gdb.ada/funcall_ref.exp: New file.
10619 * gdb.ada/funcall_ref/foo.adb: New file.
10620
10621 2015-04-02 Yao Qi <yao.qi@linaro.org>
10622
10623 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10624 is remote.
10625
10626 2015-04-02 Gary Benson <gbenson@redhat.com>
10627
10628 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10629
10630 2015-04-01 Sasha Smundak <asmundak@google.com>
10631
10632 * gdb.python/py-unwind-maint.c: New file.
10633 * gdb.python/py-unwind-maint.exp: New test.
10634 * gdb.python/py-unwind-maint.py: New file.
10635 * gdb.python/py-unwind.c: New file.
10636 * gdb.python/py-unwind.exp: New test.
10637 * gdb.python/py-unwind.py: New test.
10638
10639 2015-04-01 Pedro Alves <palves@redhat.com>
10640
10641 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10642 to fail instead of non-existent $test.
10643
10644 2015-04-01 Pedro Alves <palves@redhat.com>
10645
10646 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10647 GDBFLAGS if not empty.
10648
10649 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10650
10651 * gdb.ada/complete.exp: Remove "multi_line".
10652 * gdb.ada/info_exc.exp: Remove "multi_line".
10653 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10654 * gdb.ada/ptype_field.exp: Remove "multi_line".
10655 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10656 * gdb.ada/tagged.exp: Remove "multi_line".
10657 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10658 [multi_line ...]
10659 * gdb.btrace/delta.exp: Likewise.
10660 * gdb.btrace/exception.exp: Likewise.
10661 * gdb.btrace/function_call_history.exp: Likewise.
10662 * gdb.btrace/instruction_history.exp: Likewise.
10663 * gdb.btrace/nohist.exp: Likewise.
10664 * gdb.btrace/record_goto.exp: Likewise.
10665 * gdb.btrace/segv.exp: Likewise.
10666 * gdb.btrace/stepi.exp: Likewise.
10667 * gdb.btrace/tailcall.exp: Likewise.
10668 * gdb.btrace/unknown_functions.exp: Likewise.
10669 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10670 * lib/gdb.exp: Add the "multi_line" helper.
10671
10672 2015-04-01 Pedro Alves <palves@redhat.com>
10673
10674 * gdb.threads/tid-reuse.c: New file.
10675 * gdb.threads/tid-reuse.exp: New file.
10676
10677 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10678
10679 PR corefiles/16092
10680 * gdb.base/coredump-filter.c: New file.
10681 * gdb.base/coredump-filter.exp: Likewise.
10682
10683 2015-03-27 Petr Machata <pmachata@redhat.com>
10684
10685 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10686 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10687 (Dwarf::assemble): Initialize them.
10688 (Dwarf::lines): New function.
10689
10690 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10691
10692 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10693 SYMBOL_PREFIX for x86_64-*-cygwin.
10694
10695 2015-03-26 Andy Wingo <wingo@igalia.com>
10696
10697 PR symtab/18148
10698 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10699 const_value but not a location.
10700 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10701 location defined in non-main CUs are visible.
10702
10703 2015-03-26 Yao Qi <yao.qi@linaro.org>
10704
10705 PR testsuite/18139
10706 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10707 Add a line number entry for the same line.
10708 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10709 Add a line number entry for the same line.
10710
10711 2015-03-26 Yao Qi <yao.qi@linaro.org>
10712
10713 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10714 .int 0.
10715 (func): Likewise. Add .Lfunc_1 label.
10716 Use .Lfunc_1 label.
10717 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10718 .int 0.
10719 (func): Likewise.
10720 Use .Lfunc_1 label.
10721
10722 2015-03-26 Yao Qi <yao.qi@linaro.org>
10723
10724 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10725 Call gdb_compile instead to compile each .s files without debug
10726 information.
10727
10728 2015-03-26 Yao Qi <yao.qi@linaro.org>
10729
10730 * gdb.base/savedregs.exp (process_saved_regs): Make
10731 "Saved registers:" optional in the pattern.
10732
10733 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10734
10735 * gdb.btrace/next.exp: Merged into step.exp.
10736 * gdb.btrace/finish.exp: Merged into step.exp.
10737 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10738 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10739 "record goto" and checking the exact replay position.
10740 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10741 check for "Recording format" in "info record" output.
10742 * gdb.btrace/record_goto.exp: Choose test file based on target.
10743 * gdb.btrace/x86-record_goto.S: Renamed into ...
10744 * gdb.btrace/x86_64-record_goto.S: ... this.
10745 * gdb.btrace/i686-record_goto.S: New.
10746 * gdb.btrace/x86-tailcall.S: Renamed into ...
10747 * gdb.btrace/x86_64-tailcall.S: ... this.
10748 * gdb.btrace/i686-tailcall.S: New.
10749 * gdb.btrace/x86-tailcall.c: Renamed into ...
10750 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10751 separate statements. Update test.
10752 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10753 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10754 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10755 * gdb.btrace/tailcall.exp: Choose test file based on target.
10756 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10757
10758 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10759
10760 * gdb.btrace/exception.exp: Increase BTS buffer size.
10761
10762 2015-03-24 Pedro Alves <palves@redhat.com>
10763
10764 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10765
10766 2015-03-24 Pedro Alves <palves@redhat.com>
10767
10768 * gdb.threads/schedlock.exp (test_step): No longer expect that
10769 "set scheduler-locking step" with "next" over a function call runs
10770 threads unlocked.
10771
10772 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10773
10774 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10775
10776 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10777
10778 PR breakpoints/16466
10779 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10780 * gdb.mi/mi-pending.c (thread_func): New function.
10781 (int main): Add threading support required.
10782 * gdb.mi/mi-pending.exp: Add tests for this issue.
10783 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10784 (pendfunc2): Remove stdio dependency.
10785 * gdb.mi/mi-pendshr2.c: New file.
10786
10787 2015-03-23 Keith Seitz <keiths@redhat.com>
10788
10789 * gdb.linespec/keywords.c: New file.
10790 * gdb.linespec/keywords.exp: New file.
10791
10792 2015-03-23 Keith Seitz <keiths@redhat.com>
10793
10794 PR gdb/18021
10795 * gdb.dwarf2/staticvirtual.exp: New test.
10796
10797 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10798
10799 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10800 * README: Remove HP-UX and gdb.hp.
10801 (configuration):
10802 * configure: Regenerate.
10803 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10804 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10805 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10806 gdb.hp/gdb.defects/Makefile.
10807 * gdb.hp/Makefile.in: File deleted.
10808 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10809 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10810 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10811 * gdb.hp/gdb.aCC/run.c: File deleted.
10812 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10813 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10814 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10815 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10816 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10817 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10818 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10819 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10820 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10821 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10822 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10823 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10824 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10825 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10826 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10827 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10828 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10829 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10830 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10831 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10832 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10833 * gdb.hp/gdb.compat/average.c: File deleted.
10834 * gdb.hp/gdb.compat/sum.c: File deleted.
10835 * gdb.hp/gdb.compat/xdb.c: File deleted.
10836 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10837 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10838 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10839 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10840 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10841 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10842 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10843 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10844 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10845 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10846 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10847 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10848 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10849 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10850 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10851 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10852 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10853 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10854 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10855 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10856 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10857 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10858 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10859 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10860 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10861 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10862 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10863 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10864 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10865 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10866 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10867 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10868 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10869 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10870 * gdb.hp/tools/odump: File deleted.
10871
10872 2015-03-19 Pedro Alves <palves@redhat.com>
10873
10874 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10875 (saw_thread_3): New globals.
10876 (top level): Increment them when an event for the corresponding
10877 thread is seen.
10878 (no thread starvation): New test.
10879
10880 2015-03-19 Pedro Alves <palves@redhat.com>
10881
10882 * gdb.threads/continue-pending-status.c: New file.
10883 * gdb.threads/continue-pending-status.exp: New file.
10884
10885 2015-03-18 Pedro Alves <palves@redhat.com>
10886
10887 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10888 Use gdb_is_target_remote instead of is_remote. Use
10889 gdb_test_multiple instead of gdb_expect. Exit early if
10890 gdb_test_multiple hits its internal matches. Tighten stepi tests
10891 expected output. Fail on exit with any signal, instead of just
10892 SIGILL.
10893
10894 2015-03-18 Yao Qi <yao.qi@linaro.org>
10895
10896 PR tdep/18107
10897 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10898 variable.
10899 * gdb.base/catch-syscall.exp: Don't skip it on
10900 aarch64*-*-linux* target. Remove elements in all_syscalls.
10901 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10902 target.
10903 (setup_all_syscalls): New proc.
10904
10905 2015-03-16 Yao Qi <yao.qi@linaro.org>
10906
10907 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10908 (top level): Skip tests if valid_addr_p returns false for
10909 $cmd1 or $cmd2.
10910
10911 2015-03-11 Andy Wingo <wingo@igalia.com>
10912
10913 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10914
10915 2015-03-11 Yao Qi <yao.qi@linaro.org>
10916
10917 * gdb.base/catch-syscall.exp: Fix typo in comments.
10918
10919 2015-03-11 Yao Qi <yao.qi@linaro.org>
10920
10921 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10922
10923 2015-03-09 Pedro Alves <palves@redhat.com>
10924
10925 * dg-extract-results.py: Delete.
10926
10927 2015-03-09 Pedro Alves <palves@redhat.com>
10928
10929 Merge dg-extract-results.sh from GCC upstream (r218843).
10930
10931 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10932 * dg-extract-results.sh: Use --text with grep to avoid issues with
10933 binary files. Fall back to cat -v, if that doesn't work.
10934
10935 2015-03-05 Pedro Alves <palves@redhat.com>
10936
10937 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10938
10939 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10940
10941 * lib/mi-support.exp (mi_expect_interrupt): Accept
10942 alternative event for when in all-stop mode.
10943
10944 2015-03-04 Pedro Alves <palves@redhat.com>
10945
10946 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10947
10948 2015-03-04 Mark Kettenis <kettenis@gnu.org>
10949
10950 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10951
10952 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10953
10954 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10955 regexps for GDB's current line display, accept a hex address
10956 preceding the line number.
10957
10958 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10959
10960 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10961 the 'arch1' variable for "s390*-linux*" targets.
10962
10963 2015-03-04 Pedro Alves <palves@redhat.com>
10964
10965 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10966 (main): Pass missing retval argument to pthread_join call.
10967
10968 2015-03-02 Pedro Alves <palves@redhat.com>
10969
10970 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10971 (top level): Call do_test with non-stop as well.
10972
10973 2015-03-02 Pedro Alves <palves@redhat.com>
10974
10975 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10976 -1.
10977
10978 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10979
10980 * gdb.arch/s390-vregs.exp: New test.
10981 * gdb.arch/s390-vregs.S: New file.
10982
10983 2015-02-27 Pedro Alves <palves@redhat.com>
10984
10985 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10986 call to catch_command_errors.
10987 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10988 catch_command_errors.
10989
10990 2015-02-27 Pedro Alves <palves@redhat.com>
10991
10992 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10993 "true" for boolean result.
10994 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10995 prototype of main.
10996
10997 2015-02-27 Pedro Alves <palves@redhat.com>
10998
10999 * lib/unbuffer_output.c: New file.
11000 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
11001 (main): Call gdb_unbuffer_output.
11002
11003 2015-02-27 Yao Qi <yao.qi@linaro.org>
11004
11005 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
11006 target.
11007
11008 2015-02-26 Doug Evans <dje@google.com>
11009
11010 * gdb.cp/class2.cc (Dbase, D): New classes.
11011 (main): New local delta.
11012 * gdb.cp/class2.exp: Test printing delta.
11013 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
11014 (dynbar): New global.
11015 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
11016
11017 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11018
11019 * gdb.compile/compile-ifunc.c: New file.
11020 * gdb.compile/compile-ifunc.exp: New file.
11021
11022 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
11023
11024 * gdb.base/structs.exp: Check for correct struct on finish.
11025
11026 2015-02-26 Yao Qi <yao.qi@linaro.org>
11027
11028 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
11029 is zero.
11030
11031 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
11032
11033 * gdb.arch/cordic.ko.bz2: New file.
11034 * gdb.arch/cordic.ko.debug.bz2: New file.
11035 * gdb.arch/ppc64-symtab-cordic.exp: New file.
11036
11037 2015-02-25 Yao Qi <yao.qi@linaro.org>
11038
11039 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
11040 aarch64*-*-* target.
11041
11042 2015-02-23 Pedro Alves <palves@redhat.com>
11043
11044 * lib/gdb.exp (delete_breakpoints): Rewrite using
11045 gdb_test_multiple.
11046
11047 2015-02-23 Pedro Alves <palves@redhat.com>
11048
11049 * gdb.base/info-os.c: Include stdlib.h.
11050
11051 2015-02-22 Doug Evans <xdje42@gmail.com>
11052
11053 PR symtab/17855
11054 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
11055 is read after symbols have been re-read.
11056 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
11057 * gdb.ada/exec_changed/second.adb (Second): Ditto.
11058
11059 2015-02-21 Doug Evans <dje@google.com>
11060
11061 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
11062
11063 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
11064
11065 PR corefiles/17808
11066 * gdb.arch/i386-biarch-core.core.bz2: New file.
11067 * gdb.arch/i386-biarch-core.exp: New file.
11068
11069 2015-02-21 Pedro Alves <palves@redhat.com>
11070
11071 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
11072 runto_main fails.
11073
11074 2015-02-20 Pedro Alves <palves@redhat.com>
11075
11076 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
11077 info probes.
11078
11079 2015-02-20 Pedro Alves <palves@redhat.com>
11080
11081 * gdb.threads/multi-create-ns-info-thr.exp: New file.
11082
11083 2015-02-20 Pedro Alves <palves@redhat.com>
11084
11085 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
11086 clean_restart before gdb_target_supports_trace.
11087
11088 2015-02-20 Pedro Alves <palves@redhat.com>
11089
11090 PR threads/18006
11091 * gdb.threads/clone-thread_db.c: New file.
11092 * gdb.threads/clone-thread_db.exp: New file.
11093
11094 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
11095
11096 PR breakpoints/16812
11097 * gdb.base/catch-gdb-caused-signals.c: New file.
11098 * gdb.base/catch-gdb-caused-signals.exp: New file.
11099
11100 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
11101
11102 * configure: Regenerated.
11103 * configure.ac: Use GDB_AC_TRANSFORM.
11104 * aclocal.m4: sinclude ../transform.m4.
11105
11106 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11107
11108 * lib/dtrace.exp: New file.
11109 * gdb.base/dtrace-probe.exp: Likewise.
11110 * gdb.base/dtrace-probe.d: Likewise.
11111 * gdb.base/dtrace-probe.c: Likewise.
11112 * lib/pdtrace.in: Likewise.
11113 * configure.ac: Output variables with the transformed names of
11114 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
11115 * configure: Regenerated.
11116
11117 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
11118
11119 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
11120 expected message when trying to access $_probe_* convenience
11121 variables while not on a probe.
11122
11123 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
11124
11125 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
11126
11127 2015-02-11 Pedro Alves <pedro@codesourcery.com>
11128
11129 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
11130 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
11131
11132 2015-02-10 Doug Evans <xdje42@gmail.com>
11133
11134 * lib/gdb.exp (gdb_load): Always return a result.
11135
11136 2015-02-10 Pedro Alves <palves@redhat.com>
11137
11138 * gdb.threads/signal-sigtrap.c: New file.
11139 * gdb.threads/signal-sigtrap.exp: New file.
11140
11141 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
11142
11143 * gdb.trace/no-attach-trace.c: New file.
11144 * gdb.trace/no-attach-trace.exp: New file.
11145
11146 2015-02-09 Mark Wielaard <mjw@redhat.com>
11147
11148 * gdb.dwarf2/atomic.c: New file.
11149 * gdb.dwarf2/atomic-type.exp: Likewise.
11150
11151 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11152
11153 * gdb.btrace/buffer-size.exp: Update "info record" output.
11154 * gdb.btrace/delta.exp: Update "info record" output.
11155 * gdb.btrace/enable.exp: Update "info record" output.
11156 * gdb.btrace/finish.exp: Update "info record" output.
11157 * gdb.btrace/instruction_history.exp: Update "info record" output.
11158 * gdb.btrace/next.exp: Update "info record" output.
11159 * gdb.btrace/nexti.exp: Update "info record" output.
11160 * gdb.btrace/step.exp: Update "info record" output.
11161 * gdb.btrace/stepi.exp: Update "info record" output.
11162 * gdb.btrace/nohist.exp: Update "info record" output.
11163
11164 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11165
11166 * gdb.btrace/buffer-size: New.
11167
11168 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
11169
11170 * gdb.btrace/delta.exp: Update "info record" output.
11171 * gdb.btrace/enable.exp: Update "info record" output.
11172 * gdb.btrace/finish.exp: Update "info record" output.
11173 * gdb.btrace/instruction_history.exp: Update "info record" output.
11174 * gdb.btrace/next.exp: Update "info record" output.
11175 * gdb.btrace/nexti.exp: Update "info record" output.
11176 * gdb.btrace/step.exp: Update "info record" output.
11177 * gdb.btrace/stepi.exp: Update "info record" output.
11178 * gdb.btrace/nohist.exp: Update "info record" output.
11179
11180 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
11181
11182 PR gdb/15678
11183 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
11184
11185 2015-02-06 Pedro Alves <palves@redhat.com>
11186
11187 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
11188 macro.
11189 (seconds_left, again): New globals.
11190 (main): Wait seconds_left in a 1-second sleep loop instead of
11191 sleeping 180 seconds. If 'again' is set, reset the seconds
11192 counter.
11193 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
11194 'again' in the inferior before detaching. Print the seconds left.
11195 (options): New global.
11196 (top level): Build program with -DTIMEOUT=$timeout.
11197
11198 2015-02-06 Pedro Alves <palves@redhat.com>
11199
11200 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
11201 determine how many seconds to pass to 'alarm'.
11202 * gdb.base/gdb-sigterm.exp (top level): Build program with
11203 -DTIMEOUT=$timeout.
11204 (do_test): Return success/failure indication. Add more verbose
11205 logging. Don't fail if 200 single steps are seen. Instead, fail
11206 when the test times out.
11207 (passes): New global.
11208 (top level): Break the testing loop if testing fails on any
11209 iteration. Use gdb_assert.
11210
11211 2015-02-04 Don Breazeal <donb@codesourcery.com>
11212
11213 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
11214 and initialize them.
11215 (ipc_cleanup): New function.
11216 (main): Don't declare shmid, semid, and msqid. Add a call to
11217 atexit so that we call ipc_cleanup on exit.
11218
11219 2015-02-04 Pedro Alves <palves@redhat.com>
11220
11221 * boards/native-extended-gdbserver.exp: Remove any target variant
11222 specifications from the board name before clearing the isremote
11223 flag from board_info.
11224
11225 2015-01-31 Doug Evans <xdje42@gmail.com>
11226
11227 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11228
11229 2015-01-31 Gary Benson <gbenson@redhat.com>
11230
11231 * gdb.base/completion.exp: Disable completion limiting for
11232 existing tests. Add new tests to check completion limiting.
11233 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11234
11235 2015-01-31 Doug Evans <xdje42@gmail.com>
11236
11237 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11238
11239 2015-01-31 Doug Evans <xdje42@gmail.com>
11240
11241 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11242 entries. Duplicate file section script entries.
11243 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11244 inlined entries. Add test for safe-path rejection.
11245 * gdb.python/py-section-script.c: Add duplicate inlined section script
11246 entries. Duplicate file section script entries.
11247 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11248 inlined entries. Add test for safe-path rejection.
11249
11250 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11251
11252 * gdb.ada/disc_arr_bound: New testcase.
11253
11254 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11255
11256 * gdb.ada/mi_var_array: New testcase.
11257
11258 2015-01-27 Doug Evans <dje@google.com>
11259
11260 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11261 Add test for objfile.filename, objfile.username after objfile
11262 has been unloaded.
11263
11264 2015-01-26 Joel Brobecker <brobecker@adacore.com>
11265
11266 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11267 the second test to print the name attribute of value
11268 returned by the call to gdb.lookup_type, and adjust
11269 the expected output accordingly.
11270
11271 2015-01-25 Mark Wielaard <mjw@redhat.com>
11272
11273 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11274 * gdb.base/disp-step-fork.c: Include unistd.h.
11275 * gdb.base/siginfo-obj.c: Include stdio.h.
11276 * gdb.base/siginfo-thread.c: Likewise.
11277 * gdb.mi/non-stop.c: Include unistd.h.
11278 * gdb.mi/nsthrexec.c: Include stdio.h.
11279 * gdb.mi/pthreads.c: Include unistd.h.
11280 * gdb.modula2/unbounded1.c (main): Declare returns int.
11281 * gdb.reverse/consecutive-reverse.c: Likewise.
11282 * gdb.threads/create-fail.c: Include unistd.h.
11283 * gdb.threads/killed.c: Likewise.
11284 * gdb.threads/linux-dp.c: Likewise.
11285 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11286 * gdb.threads/non-ldr-exc-2.c: Likewise.
11287 * gdb.threads/non-ldr-exc-3.c: Likewise.
11288 * gdb.threads/non-ldr-exc-4.c: Likewise.
11289 * gdb.threads/pthreads.c: Include unistd.h.
11290 (main): Declare returns int.
11291 * gdb.threads/tls-main.c (foo): New declaration.
11292 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11293
11294 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11295
11296 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11297 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11298
11299 2015-01-15 Mark Wielaard <mjw@redhat.com>
11300
11301 * gdb.base/noreturn-return.c: New file.
11302 * gdb.base/noreturn-return.exp: New file.
11303 * gdb.base/noreturn-finish.c: New file.
11304 * gdb.base/noreturn-finish.exp: New file.
11305
11306 2015-01-23 Pedro Alves <palves@redhat.com>
11307
11308 * gdb.threads/continue-pending-after-query.c: New file.
11309 * gdb.threads/continue-pending-after-query.exp: New file.
11310
11311 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11312 Simon Marchi <simon.marchi@ericsson.com>
11313
11314 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11315 * gdb.base/valgrind-db-attach.exp: Same.
11316 * gdb.base/valgrind-infcall.exp: Same.
11317 * lib/mi-support.exp (default_mi_gdb_start): Same.
11318 * lib/prompt.exp (default_prompt_gdb_start): Same.
11319 * lib/gdb.exp (default_gdb_spawn): Same.
11320 (gdb_interact): New.
11321
11322
11323 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11324
11325 * gdb.compile/compile.exp (pointer to jit function): New test.
11326
11327 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
11328
11329 * lib/gdb.exp (supports_process_record): Return true for
11330 powerpc*-*-linux*.
11331 (supports_reverse): Likewise.
11332
11333 2015-01-15 Don Breazeal <donb@codesourcery.com>
11334
11335 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11336 instead of checking whether the target board is remote and
11337 use spawn_wait_for_attach instead of exec/sleep.
11338 * gdb.base/attach-twice.exp: Likewise.
11339
11340 2015-01-15 Joel Brobecker <brobecker@adacore.com>
11341
11342 * gdb.ada/var_arr_attrs: New testcase.
11343
11344 2015-01-14 Pedro Alves <palves@redhat.com>
11345 Joel Brobecker <brobecker@adacore.com>
11346
11347 PR gdb/17525
11348 * gdb.base/bp-cmds-execution-x-script.c: New file.
11349 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11350 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11351
11352 2015-01-14 Pedro Alves <palves@redhat.com>
11353
11354 PR cli/17828
11355 * gdb.base/batch-preserve-term-settings.c: New file.
11356 * gdb.base/batch-preserve-term-settings.exp: New file.
11357
11358 2015-01-13 Doug Evans <dje@google.com>
11359
11360 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11361 binary.
11362
11363 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11364
11365 * Makefile.in (clean mostlyclean): Do not delete *.py.
11366
11367 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11368
11369 * gdb.python/py-lookup-type.exp: New file.
11370
11371 2015-01-12 Pedro Alves <palves@redhat.com>
11372
11373 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11374 restore GDBFLAGS before returning.
11375
11376 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11377
11378 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11379 is_amd64_regs_target and is_x86_like_target.
11380
11381 2015-01-11 Doug Evans <xdje42@gmail.com>
11382
11383 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11384 is given without an explicit form.
11385 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11386 attributes.
11387 * gdb.dwarf/corrupt.exp: Ditto.
11388 * gdb.dwarf2/enum-type.exp: Ditto.
11389 * gdb.trace/entry-values.exp: Ditto.
11390 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11391
11392 2015-01-11 Doug Evans <xdje42@gmail.com>
11393
11394 PR gdb/15830
11395 * gdb.base/maint.exp: Remove references to "maint demangle".
11396 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11397 Add tests for explicitly specifying language to demangle.
11398 * gdb.dlang/demangle.exp: Ditto.
11399
11400 2015-01-09 Pedro Alves <palves@redhat.com>
11401
11402 * gdb.threads/non-stop-fair-events.c: New file.
11403 * gdb.threads/non-stop-fair-events.exp: New file.
11404
11405 2015-01-09 Pedro Alves <palves@redhat.com>
11406
11407 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11408 the global scope. Set a breakpoint after all threads are started
11409 rather than stepping over two source lines. Expect the prompt.
11410 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11411 global.
11412 (NUM): Now 15.
11413 (main): Use threads_started_barrier to wait for all threads to
11414 start. Main thread no longer calls thread_function. Exit after
11415 180 seconds.
11416 (loop): New function.
11417 (thread_function): Wait on threads_started_barrier barrier. Call
11418 'loop' at each iteration.
11419 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11420 threads have started, instead of hardcoding number of "next"
11421 steps. Use an access watchpoint instead of a write watchpoint.
11422
11423 2015-01-09 Pedro Alves <palves@redhat.com>
11424
11425 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11426 (thread_func): Wait on barrier.
11427 (main): Wait for all threads to start before stopping GDB.
11428 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11429 global.
11430 (thread1_func, thread2_func): Wait on barrier.
11431 (main): Wait for all threads to start before stopping GDB.
11432 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11433 New global.
11434 (thread1_func, thread2_func): Wait on barrier.
11435 (main): Wait for all threads to start before stopping GDB.
11436
11437 2015-01-09 Pedro Alves <palves@redhat.com>
11438
11439 * gdb.threads/attach-many-short-lived-threads.c: New file.
11440 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11441
11442 2014-01-09 Pedro Alves <palves@redhat.com>
11443
11444 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11445 instead of to thread 2.
11446 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11447 Add barrier around each pthread_create call instead of around all
11448 calls.
11449 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11450 Set a break on thread_function and have the child threads hit it
11451 one at at a time.
11452
11453 2015-01-09 Pedro Alves <palves@redhat.com>
11454
11455 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11456 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11457 false.
11458 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11459 checking whether the target board is remote.
11460 * gdb.multi/multi-attach.exp: Likewise.
11461 * gdb.python/py-sync-interp.exp: Likewise.
11462 * gdb.server/ext-attach.exp: Likewise.
11463 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11464 tests that need to attach, instead of checking whether the target
11465 board is remote at the top of the file.
11466
11467 2015-01-08 Yao Qi <yao@codesourcery.com>
11468
11469 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11470
11471 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11472
11473 Fix testcase compilation.
11474 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11475
11476 2015-01-06 Joel Brobecker <brobecker@adacore.com>
11477
11478 * gdb.python/py-type.exp: Add a couple test about empty
11479 array creation, and negative-length array creation.
11480
11481 2015-01-02 Doug Evans <xdje42@gmail.com>
11482
11483 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11484
11485 2015-01-02 Doug Evans <dje@google.com>
11486
11487 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11488
11489 2014-12-29 Yao Qi <yao@codesourcery.com>
11490
11491 * gdb.trace/entry-values.exp: Update comments. Rename variable
11492 bar_call_foo to returned_from_foo.
11493
11494 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11495
11496 PR gdb/17394
11497 * gdb.linespec/break-asm-file.c: New file.
11498 * gdb.linespec/break-asm-file.exp: New file.
11499 * gdb.linespec/break-asm-file0.s: New file.
11500 * gdb.linespec/break-asm-file1.s: New file.
11501
11502 2014-12-18 Nigel Stephens <nigel@mips.com>
11503 Maciej W. Rozycki <macro@codesourcery.com>
11504
11505 * gdb.base/float.exp: Handle the new output from "info float" on
11506 MIPS targets.
11507
11508 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11509
11510 Fix MinGW compilation.
11511 * gdb.compile/compile-ops.exp: Update untested message if
11512 !skip_compile_feature_tests.
11513 * gdb.compile/compile-setjmp.exp: Likewise.
11514 * gdb.compile/compile-tls.exp: Likewise.
11515 * gdb.compile/compile.exp: Likewise.
11516 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11517 supported on this host".
11518
11519 2014-12-16 Doug Evans <xdje42@gmail.com>
11520
11521 * boards/stabs.exp: New file.
11522
11523 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11524
11525 * gdb.base/completion.exp: Adjust to format changes of "maint
11526 print user-registers".
11527
11528 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
11529
11530 PR server/17457
11531 * gdb.arch/aarch64-fp.c: New file.
11532 * gdb.arch/aarch64-fp.exp: New file.
11533
11534 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11535
11536 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11537 r210637, r210913, r211666, r215400, r215817).
11538
11539 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11540 * dg-extract-results.py: New file.
11541 * dg-extract-results.sh: Use it if the environment seems
11542 suitable.
11543
11544 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11545
11546 * dg-extract-results.py (parse_run): Handle warnings that
11547 are printed before a test harness is run.
11548
11549 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11550
11551 * dg-extract-results.py (Named): Remove __cmp__ method.
11552 (output_variation): Use a key to sort variation.harnesses.
11553
11554 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11555
11556 * dg-extract-results.py: For Python 3, force sys.stdout to
11557 handle surrogate escape sequences.
11558 (safe_open): New function.
11559 (output_segment, main): Use it.
11560
11561 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11562
11563 * dg-extract-results.py (Prog.result_re): Include options
11564 in test name.
11565
11566 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11567
11568 * dg-extract-results.py (output_variation): Always sort if
11569 do_sum.
11570
11571 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11572
11573 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11574 as long as we get pagination notifications.
11575
11576 2014-12-15 Jason Merrill <jason@redhat.com>
11577
11578 * Makefile.in (check-gdb.%): Restore.
11579 * README: Mention it.
11580
11581 2014-12-13 Joel Brobecker <brobecker@adacore.com>
11582
11583 * gdb.ada/str_uninit: New testcase.
11584
11585 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11586
11587 PR symtab/17642
11588 * gdb.base/vla-stub-define.c: New file.
11589 * gdb.base/vla-stub.c: New file.
11590 * gdb.base/vla-stub.exp: New file.
11591
11592 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11593 Jan Kratochvil <jan.kratochvil@redhat.com>
11594 Tom Tromey <tromey@redhat.com>
11595
11596 * configure.ac: Add gdb.compile/.
11597 * configure: Regenerate.
11598 * gdb.compile/Makefile.in: New file.
11599 * gdb.compile/compile-ops.exp: New file.
11600 * gdb.compile/compile-ops.c: New file.
11601 * gdb.compile/compile-tls.c: New file.
11602 * gdb.compile/compile-tls.exp: New file.
11603 * gdb.compile/compile-constvar.S: New file.
11604 * gdb.compile/compile-constvar.c: New file.
11605 * gdb.compile/compile-mod.c: New file.
11606 * gdb.compile/compile-nodebug.c: New file.
11607 * gdb.compile/compile-setjmp-mod.c: New file.
11608 * gdb.compile/compile-setjmp.c: New file.
11609 * gdb.compile/compile-setjmp.exp: New file.
11610 * gdb.compile/compile-shlib.c: New file.
11611 * gdb.compile/compile.c: New file.
11612 * gdb.compile/compile.exp: New file.
11613 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11614
11615 2014-12-12 Tom Tromey <tromey@redhat.com>
11616
11617 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11618 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11619
11620 2014-12-12 Doug Evans <dje@google.com>
11621
11622 * lib/gdb-python.exp (get_python_valueof): New function.
11623 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11624
11625 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11626
11627 * gdb.base/completion.exp: Add test for completion of "info
11628 registers ".
11629
11630 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11631
11632 * gdb.base/func-ptrs.c: New file.
11633 * gdb.base/func-ptrs.exp: New file.
11634
11635 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11636
11637 PR breakpoints/17012
11638 * gdb.base/dprintf-detach.c: New file.
11639 * gdb.base/dprintf-detach.exp: New file.
11640
11641 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11642
11643 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11644 * lib/gdb.exp (target_is_gdbserver): New procedure.
11645
11646 2014-12-08 Doug Evans <dje@google.com>
11647
11648 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11649
11650 2014-12-05 Yao Qi <yao@codesourcery.com>
11651
11652 * gdb.guile/scm-error.exp: Remove the third argument to
11653 gdb_remote_download.
11654 * gdb.guile/scm-frame-args.exp: Likewise.
11655 * gdb.guile/scm-section-script.exp: Likewise.
11656
11657 2014-12-05 Yao Qi <yao@codesourcery.com>
11658
11659 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11660
11661 2014-12-04 Doug Evans <dje@google.com>
11662
11663 * gdb.python/py-objfile.exp: Add tests for
11664 objfile.add_separate_debug_file.
11665
11666 2014-12-04 Doug Evans <dje@google.com>
11667
11668 * lib/gdb.exp (get_build_id): New function.
11669 (build_id_debug_filename_get): Rewrite to use it.
11670 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11671
11672 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11673
11674 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11675 `method(long)', not just 0x0.
11676 * gdb.cp/nsalias.exp: Align code labels to 4.
11677 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11678 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11679 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11680 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11681 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11682 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11683
11684 2014-12-02 Doug Evans <dje@google.com>
11685
11686 PR symtab/17602
11687 * gdb.cp/anon-ns.cc: Move guts of this file to ...
11688 * gdb.cp/anon-ns2.cc: ... here. New file.
11689 * gdb.cp/anon-ns.exp: Update.
11690
11691 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
11692
11693 * gdb.python/py-events.py (inferior_call_handler): New.
11694 (register_changed_handler, memory_changed_handler): New.
11695 (test_events.invoke): Register new handlers.
11696 * gdb.python/py-events.exp: Add tests for inferior call,
11697 memory_changed and register_changed events.
11698
11699 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11700
11701 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11702 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11703 if the linker doesn't understand this.
11704
11705 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11706
11707 * gdb.python/python.exp: Change expected reply to help().
11708
11709 2014-12-01 Yao Qi <yao@codesourcery.com>
11710
11711 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11712 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11713 * configure: Re-generated.
11714
11715 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11716
11717 * gdb.cp/chained-calls.cc: New file.
11718 * gdb.cp/chained-calls.exp: New file.
11719 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11720
11721 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11722
11723 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11724 * gdb.dwarf2/symtab-producer.exp: Same.
11725 * gdb.gdb/python-interrupts.exp: Same.
11726 * gdb.gdb/python-selftest.exp: Same.
11727 * gdb.python/py-linetable.exp: Same.
11728 * gdb.python/py-type.exp: Same.
11729 * gdb.python/py-value-cc.exp: Same.
11730 * gdb.python/py-value.exp: Same.
11731
11732 2014-11-28 Yao Qi <yao@codesourcery.com>
11733
11734 * gdb.base/break-probes.exp: Match library name prefixed with
11735 sysroot.
11736
11737 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11738
11739 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11740 test expected output. Add parentheses for the call to print.
11741 Remove L suffix from integers.
11742
11743 2014-11-26 Doug Evans <dje@google.com>
11744
11745 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11746
11747 2014-11-22 Yao Qi <yao@codesourcery.com>
11748
11749 * gdb.trace/entry-values.c: Remove asms.
11750 (foo): Add foo_label.
11751 (bar): Add bar_label.
11752 * gdb.trace/entry-values.exp: Remove code computing foo's
11753 length and bar's length.
11754 (Dwarf::assemble): Invoke function_range for bar and use
11755 MACRO_AT_func for foo.
11756
11757 2014-11-22 Yao Qi <yao@codesourcery.com>
11758
11759 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11760 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11761 Use .Lgcc43_procstart instead of gcc43.
11762
11763 2014-11-21 Joel Brobecker <brobecker@adacore.com>
11764
11765 * gdb.ada/n_arr_bound: New testcase.
11766
11767 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11768
11769 PR breakpoints/10737
11770 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11771 test_catch_syscall_multi_arch.
11772 (test_catch_syscall_multi_arch): New function.
11773
11774 2014-11-20 Doug Evans <xdje42@gmail.com>
11775
11776 * gdb.base/maint.exp: Update expected output.
11777
11778 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11779
11780 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11781 4-byte instruction on S390.
11782
11783 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11784
11785 * gdb.ada/arr_arr: New testcase.
11786
11787 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11788
11789 * gdb.ada/pkd_arr_elem: New Testcase.
11790
11791 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
11792
11793 * gdb.reverse/break-precsave: Expect completion message for
11794 core file reads.
11795 * gdb.reverse/consecutive-precsave.exp: Likewise.
11796 * gdb.reverse/finish-precsave.exp: Likewise.
11797 * gdb.reverse/i386-precsave.exp: Likewise.
11798 * gdb.reverse/machinestate-precsave.exp: Likewise.
11799 * gdb.reverse/sigall-precsave.exp: Likewise.
11800 * gdb.reverse/solib-precsave.exp: Likewise.
11801 * gdb.reverse/step-precsave.exp: Likewise.
11802 * gdb.reverse/until-precsave.exp: Likewise.
11803 * gdb.reverse/watch-precsave.exp: Likewise.
11804
11805 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11806
11807 * gdb.base/bp-permanent.c: Include unistd.h.
11808 * gdb.python/py-framefilter-mi.c (main): Add return type.
11809 * gdb.python/py-framefilter.c (main): Likewise.
11810 * gdb.trace/actions-changed.c (main): Likewise.
11811
11812 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11813
11814 * gdb.mi/until.c: Add eye-catchers.
11815 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11816 line numbers.
11817
11818 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11819
11820 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11821 function header variants in break1.c.
11822 * gdb.base/ena-dis-br.exp: Likewise.
11823 * gdb.base/hbreak2.exp: Likewise.
11824 * gdb.reverse/until-precsave.exp: Drop references to removed
11825 non-prototype function header variants in ur1.c.
11826 * gdb.reverse/until-reverse.exp: Likewise.
11827
11828 2014-11-17 Petr Machata <pmachata@redhat.com>
11829
11830 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11831 ${_cu_offset_size} bytes abbrev offset.
11832
11833 2014-11-15 Doug Evans <xdje42@gmail.com>
11834
11835 PR symtab/17559
11836 * gdb.base/line-symtabs.exp: New file.
11837 * gdb.base/line-symtabs.c: New file.
11838 * gdb.base/line-symtabs.h: New file.
11839
11840 2014-11-14 Yao Qi <yao@codesourcery.com>
11841
11842 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11843 (func): Add label func_label.
11844 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11845 Replace low_pc and high_pc with MACRO_AT_range.
11846 Replace name, low_pc and high_pc with MACRO_AT_func.
11847
11848 2014-11-14 Yao Qi <yao@codesourcery.com>
11849
11850 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11851 Replace name, low_pc and high_pc with MACRO_AT_func.
11852
11853 2014-11-14 Yao Qi <yao@codesourcery.com>
11854
11855 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11856 produce debug information.
11857 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11858
11859 2014-11-14 Yao Qi <yao@codesourcery.com>
11860
11861 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11862 object and get function length.
11863 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11864 with MACRO_AT_func.
11865 (top-level): Replace gdb_compile and clean_restart with
11866 prepare_for_testing.
11867 * gdb.dwarf2/main.c (main): Add label main_label.
11868
11869 2014-11-14 Yao Qi <yao@codesourcery.com>
11870
11871 * lib/dwarf.exp (function_range): New procedure.
11872 (Dwarf::_handle_macro_at_func): New procedure.
11873 (Dwarf::_handle_macro_at_range): New procedure.
11874 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11875
11876 2014-11-14 Yao Qi <yao@codesourcery.com>
11877
11878 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11879 (_handle_attribute): New procedure.
11880
11881 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11882
11883 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11884 * gdb.base/call-sc.c (zed): Likewise.
11885 * gdb.base/checkpoint.c (main): Likewise.
11886 * gdb.base/dump.c (main): Likewise.
11887 * gdb.base/gcore.c (main): Likewise.
11888 * gdb.base/huge.c (main): Likewise.
11889 * gdb.base/multi-forks.c (main): Likewise.
11890 * gdb.base/pr10179-a.c (main): Likewise.
11891 * gdb.base/savedregs.c (main): Likewise.
11892 * gdb.base/sigaltstack.c (main): Likewise.
11893 * gdb.base/siginfo.c (main): Likewise.
11894 * gdb.base/structs.c (zed): Likewise.
11895 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11896 * gdb.mi/mi-syn-frame.c (main): Likewise.
11897 * gdb.mi/until.c (foo, main): Likewise.
11898 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11899 * gdb.base/solib-weak.c (foo): Declare.
11900 * gdb.base/attach-twice.c: Include stdio.h.
11901 * gdb.base/weaklib1.c: Likewise.
11902 * gdb.base/weaklib2.c: Likewise.
11903 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11904 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11905 unistd.h.
11906 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11907 * gdb.mi/mi-exit-code.c: Likewise.
11908 * gdb.base/break-interp-lib.c: Include string.h.
11909 * gdb.base/coremaker.c: Likewise.
11910 * gdb.base/testenv.c: Likewise.
11911 * gdb.python/py-finish-breakpoint.c: Likewise.
11912 * gdb.base/inferior-died.c: Include sys/wait.h.
11913 * gdb.base/fileio.c: Include time.h.
11914 * gdb.base/async-shell.c: Include unistd.h.
11915 * gdb.base/dprintf-non-stop.c: Likewise.
11916 * gdb.base/info-os.c: Likewise.
11917 * gdb.mi/mi-console.c: Likewise.
11918 * gdb.mi/watch-nonstop.c: Likewise.
11919 * gdb.python/py-events.c: Likewise.
11920 * gdb.base/async.c (baz): Move up before its invocation.
11921 * gdb.base/code_elim2.c (my_global_func): Likewise.
11922 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11923 * gdb.base/advance.c (func2): Likewise.
11924
11925 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11926
11927 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11928 variant.
11929 * gdb.base/annota3.c: Likewise.
11930 * gdb.base/async.c: Likewise.
11931 * gdb.base/average.c: Likewise.
11932 * gdb.base/call-ar-st.c: Likewise.
11933 * gdb.base/call-rt-st.c: Likewise.
11934 * gdb.base/call-sc.c: Likewise.
11935 * gdb.base/call-strs.c: Likewise.
11936 * gdb.base/ending-run.c: Likewise.
11937 * gdb.base/execd-prog.c: Likewise.
11938 * gdb.base/exprs.c: Likewise.
11939 * gdb.base/foll-exec.c: Likewise.
11940 * gdb.base/foll-fork.c: Likewise.
11941 * gdb.base/foll-vfork.c: Likewise.
11942 * gdb.base/funcargs.c: Likewise.
11943 * gdb.base/gcore.c: Likewise.
11944 * gdb.base/jump.c: Likewise.
11945 * gdb.base/langs0.c: Likewise.
11946 * gdb.base/langs1.c: Likewise.
11947 * gdb.base/langs2.c: Likewise.
11948 * gdb.base/mips_pro.c: Likewise.
11949 * gdb.base/nodebug.c: Likewise.
11950 * gdb.base/opaque0.c: Likewise.
11951 * gdb.base/opaque1.c: Likewise.
11952 * gdb.base/recurse.c: Likewise.
11953 * gdb.base/run.c: Likewise.
11954 * gdb.base/scope0.c: Likewise.
11955 * gdb.base/scope1.c: Likewise.
11956 * gdb.base/setshow.c: Likewise.
11957 * gdb.base/setvar.c: Likewise.
11958 * gdb.base/shmain.c: Likewise.
11959 * gdb.base/shr1.c: Likewise.
11960 * gdb.base/shr2.c: Likewise.
11961 * gdb.base/sigall.c: Likewise.
11962 * gdb.base/signals.c: Likewise.
11963 * gdb.base/so-indr-cl.c: Likewise.
11964 * gdb.base/solib2.c: Likewise.
11965 * gdb.base/structs.c: Likewise.
11966 * gdb.base/sum.c: Likewise.
11967 * gdb.base/vforked-prog.c: Likewise.
11968 * gdb.base/watchpoint.c: Likewise.
11969 * gdb.reverse/shr2.c: Likewise.
11970 * gdb.reverse/until-reverse.c: Likewise.
11971 * gdb.reverse/ur1.c: Likewise.
11972 * gdb.reverse/watch-reverse.c: Likewise.
11973
11974 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11975
11976 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11977 variant.
11978 * gdb.base/sepdebug.exp: Drop references to removed code.
11979
11980 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11981
11982 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11983 variant. Preserve original line numbering.
11984 * gdb.base/list1.c: Likewise.
11985
11986 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11987
11988 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11989 variant.
11990 * gdb.base/break1.c: Likewise.
11991 * gdb.base/break.exp: Drop references to removed code.
11992
11993 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11994
11995 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11996 variant.
11997
11998 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11999
12000 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
12001
12002 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12003
12004 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
12005 logic into perform_all_tests() and invoke it with and without
12006 function header prototypes.
12007 (do_function_calls): Remove conditional XFAIL for PR 5318.
12008 (rerun_and_prepare): Remove duplicate code.
12009 (perform_all_tests): New. Main logic moved here.
12010
12011 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12012
12013 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
12014 code guarded by #ifdef NO_PROTOTYPES.
12015 (t_double_many_args): Likewise.
12016 (DEF_FUNC_MANY_ARGS_1): Likewise.
12017 (DEF_FUNC_VALUES_1): Likewise.
12018 (t_structs_ldc): Renamed from t_structs_fc in conditional code
12019 guarded by #ifdef PROTOTYPES.
12020
12021 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12022
12023 * gdb.mi/mi-console.c: Add eye-catcher.
12024 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
12025 instead of literal line number.
12026
12027 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12028
12029 * gdb.base/shr2.c: Add eye-catcher.
12030 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
12031 line number.
12032
12033 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12034
12035 * gdb.base/jump.c: Add eye-catchers.
12036 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
12037 numbers.
12038
12039 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12040
12041 * gdb.base/execd-prog.c: Add eye-catchers.
12042 * gdb.base/foll-exec.c: Likewise.
12043 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
12044 line numbers.
12045
12046 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12047
12048 * gdb.base/ending-run.c: Add eye-catchers.
12049 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
12050 literal line numbers.
12051
12052 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12053
12054 * gdb.base/call-rt-st.c: Add eye-catchers.
12055 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
12056 literal line numbers.
12057
12058 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12059
12060 * gdb.base/call-ar-st.c: Add eye-catchers.
12061 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
12062 literal line numbers.
12063
12064 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12065
12066 * gdb.base/average.c: Add eye-catchers.
12067 * gdb.base/sum.c: Likewise.
12068 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
12069 regexps dynamically.
12070
12071 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
12072
12073 * gdb.base/solib1.c: Add eye-catchers.
12074 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
12075 literal line numbers.
12076
12077 2014-11-12 Pedro Alves <palves@redhat.com>
12078
12079 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
12080 leader has exited.
12081
12082 2014-11-12 Pedro Alves <palves@redhat.com>
12083
12084 * gdb.arch/i386-bp_permanent.c: New file.
12085 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
12086 (srcfile): Set to i386-bp_permanent.c.
12087 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
12088 that stepi does not execute the 'leave' instruction, instead of
12089 testing it does execute.
12090 * gdb.base/bp-permanent.c: New file.
12091 * gdb.base/bp-permanent.exp: New file.
12092
12093 2014-11-10 Doug Evans <xdje42@gmail.com>
12094
12095 PR symtab/17564
12096 * gdb.base/symtab-search-order.exp: New file.
12097 * gdb.base/symtab-search-order.c: New file.
12098 * gdb.base/symtab-search-order-1.c: New file.
12099 * gdb.base/symtab-search-order-shlib-1.c: New file.
12100
12101 2014-11-07 Pedro Alves <palves@redhat.com>
12102
12103 PR gdb/17511
12104 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
12105 i?86-*-linux*.
12106
12107 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
12108
12109 PR c++/17494
12110 * gdb.cp/pr17494.cc: New file.
12111 * gdb.cp/pr17494.exp: New file.
12112
12113 2014-11-02 Yao Qi <yao@codesourcery.com>
12114
12115 * gdb.python/python.exp: Get working directory and match the
12116 output of "set extended-prompt \\w " with it.
12117
12118 2014-10-30 Doug Evans <dje@google.com>
12119
12120 * gdb.python/py-objfile.exp: Add tests for setting random attributes
12121 in objfiles.
12122 * gdb.python/py-progspace.exp: Add tests for setting random attributes
12123 in progspaces.
12124
12125 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
12126
12127 * gdb.base/fullpath-expand.exp: Skip for a remote host.
12128 * gdb.base/realname-expand.exp: Likewise.
12129 * gdb.linespec/macro-relative.exp: Likewise.
12130
12131 2014-10-29 Pedro Alves <palves@redhat.com>
12132
12133 PR gdb/17408
12134 * gdb.threads/schedlock.c (some_function): New function.
12135 (call_function): New global.
12136 (MAYBE_CALL_SOME_FUNCTION): New macro.
12137 (thread_function): Call it.
12138 * gdb.threads/schedlock.exp (get_args): Add description parameter,
12139 and use it instead of a global counter. Adjust all callers.
12140 (get_current_thread): Use "find current thread" for test message
12141 here rather than having all callers pass down the same string.
12142 (goto_loop): New procedure, factored out from ...
12143 (my_continue): ... this.
12144 (step_ten_loops): Change parameter from test message to command to
12145 use. Adjust.
12146 (list_count): Delete global.
12147 (check_result): New procedure, factored out from duplicate top
12148 level code.
12149 (continue tests): Wrap in with_test_prefix.
12150 (test_step): New procedure, factored out from duplicate top level
12151 code.
12152 (top level): Test "step" in combination with all scheduler-locking
12153 modes. Test "next" in combination with all scheduler-locking
12154 modes, and in combination with stepping over a function call or
12155 not.
12156 * gdb.threads/next-bp-other-thread.c: New file.
12157 * gdb.threads/next-bp-other-thread.exp: New file.
12158
12159 2014-10-29 Pedro Alves <palves@redhat.com>
12160
12161 PR python/17372
12162 * gdb.python/python.exp: Test a multi-line command that spawns
12163 interactive Python.
12164 * gdb.base/multi-line-starts-subshell.exp: New file.
12165
12166 2014-10-29 Yao Qi <yao@codesourcery.com>
12167
12168 * gdb.base/fileio.exp: Make directories on host.
12169
12170 2014-10-29 Yao Qi <yao@codesourcery.com>
12171
12172 * gdb.base/fileio.c (test_write): Close the file.
12173
12174 2014-10-28 Pedro Alves <palves@redhat.com>
12175
12176 PR gdb/12623
12177 * gdb.base/sigstep.c (no_handler): New global.
12178 (main): If 'no_handler is true, set the signal handlers to
12179 SIG_IGN.
12180 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
12181 with_sw_watch and no_handler parameters. Handle them.
12182 (top level) <stepping over handler when stopped at a breakpoint
12183 test>: Add a test axis for testing with a software watchpoint, and
12184 another for testing with the signal handler set to SIG_IGN.
12185 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
12186 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
12187
12188 2014-10-28 Pedro Alves <palves@redhat.com>
12189
12190 PR gdb/17511
12191 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
12192 * gdb.base/sigstep.exp (other_handler_location): New global.
12193 (advance): Support stepping into the signal handler, and running
12194 commands while in the handler.
12195 (in_handler_map): New global.
12196 (top level): In the advance test, add combinations for getting
12197 into the handler with stepping commands, and for running commands
12198 in the handler. Add comment descripting the advancei tests.
12199
12200 2014-10-28 Pedro Alves <palves@redhat.com>
12201
12202 * gdb.base/sigstep.exp: Use build_executable instead of
12203 prepare_for_testing.
12204 (top level): Move code that starts GDB, runs to main and creates a
12205 display to ...
12206 (restart): ... this new procedure.
12207 (top level): Move backtrace from signal handler test to ...
12208 (validate_backtrace): ... this new procedure.
12209 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
12210 with_test_prefix. Always restart GDB.
12211 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
12212 with_test_prefix. Always restart GDB. No need to delete
12213 breakpoints after the test.
12214 (test_skip_handler): Remove prefix parameter.
12215 (skip_over_handler, breakpoint_to_handler)
12216 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12217 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12218 restart GDB. No need to delete breakpoints after the test.
12219 (top level): Use foreach to call the test procedures with
12220 different commands.
12221
12222 2014-10-28 Pedro Alves <palves@redhat.com>
12223
12224 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12225 instead of GNATS numbers.
12226 * gdb.base/sigbpt.exp: Likewise.
12227 * gdb.base/siginfo.exp: Likewise.
12228 * gdb.base/sigstep.exp: Likewise.
12229
12230 2014-10-27 Pedro Alves <palves@redhat.com>
12231
12232 * gdb.base/sigstep.c (dummy): New global.
12233 (main): Issue a couple writes to the new global.
12234 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12235 procedures.
12236 (skip_over_handler): Use test_skip_handler.
12237 (top level): Call skip_over_handler for stepi and nexti too.
12238 (breakpoint_over_handler): Use test_skip_handler.
12239 (top level): Call breakpoint_over_handler for stepi and nexti too.
12240
12241 2014-10-27 Yao Qi <yao@codesourcery.com>
12242
12243 * gdb.trace/tfile.c (adjust_function_address)
12244 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12245 function descriptor.
12246
12247 2014-10-24 Don Breazeal <donb@codesourcery.com>
12248
12249 * gdb.base/foll-fork.exp (test_follow_fork,
12250 catch_fork_child_follow): Check for updated fork messages emitted
12251 from infrun.c.
12252 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12253 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12254 vfork_and_exec_child_follow_through_step): Check for updated vfork
12255 messages emitted from infrun.c.
12256
12257 2014-10-24 Pedro Alves <palves@redhat.com>
12258
12259 * gdb.base/corefile.exp: Remove references to ultrix.
12260 * gdb.base/interrupt.exp: Likewise.
12261 * gdb.base/whatis.exp: Likewise.
12262 * gdb.gdb/selftest.exp: Likewise.
12263 * gdb.threads/manythreads.exp: Likewise.
12264 * gdb.threads/print-threads.exp: Likewise.
12265 * gdb.threads/pthreads.exp:: Likewise.
12266 * gdb.threads/schedlock.exp: Likewise.
12267
12268 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12269
12270 * gdb.cp/non-trivial-retval.cc: Add a test case.
12271 * gdb.cp/non-trivial-retval.exp: Add a test.
12272
12273 2014-10-20 Yao Qi <yao@codesourcery.com>
12274
12275 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12276 * gdb.python/py-objfile-script-gdb.py: New file.
12277 * gdb.python/py-objfile-script.exp: Update reference to
12278 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12279 of remote_download. Remove the dest file.
12280
12281 2014-10-20 Yao Qi <yao@codesourcery.com>
12282
12283 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12284 * gdb.base/step-line.exp: Likewise.
12285 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12286 * gdb.dwarf2/dw2-basic.exp: Likewise.
12287 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12288 * gdb.dwarf2/dw2-filename.exp: Likewise.
12289 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12290 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12291 * gdb.dwarf2/dw2-producer.exp: Likewise.
12292 * gdb.dwarf2/mac-fileno.exp: Likewise.
12293 * gdb.python/py-frame-args.exp: Likewise.
12294 * gdb.python/py-framefilter.exp: Likewise.
12295 * gdb.python/py-mi.exp: Likewise.
12296 * gdb.python/py-objfile-script.exp: Likewise
12297 * gdb.python/py-pp-integral.exp: Likewise.
12298 * gdb.python/py-pp-re-notag.exp: Likewise.
12299 * gdb.python/py-prettyprint.exp: Likewise.
12300 * gdb.python/py-section-script.exp: Likewise.
12301 * gdb.python/py-typeprint.exp: Likewise.
12302 * gdb.python/py-xmethods.exp: Likewise.
12303 * gdb.stabs/weird.exp: Likewise.
12304 * gdb.xml/tdesc-regs.exp: Likewise.
12305
12306 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12307
12308 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12309 (out_cu): Use addr_len for the size of addresses.
12310 (out_line): Likewise. Size DW_LNE_set_address instruction
12311 according to addr_len.
12312 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12313 (FUNC): Add START_INSNS to definition.
12314
12315 2014-10-18 Yao Qi <yao@codesourcery.com>
12316
12317 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12318 gdb_has_argv0 return true.
12319 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12320 check [target_info exists noargs], check [gdb_has_argv0]
12321 instead.
12322 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12323 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12324 procedures.
12325
12326 2014-10-17 Doug Evans <dje@google.com>
12327
12328 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12329 event.
12330 * gdb.python/py-events.py: Add clear_objfiles event.
12331
12332 2014-10-17 Doug Evans <dje@google.com>
12333
12334 * gdb.python/py-objfile.exp: Test progspace attribute.
12335
12336 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
12337
12338 * gdb.guile/scm-breakpoint.exp: Do not assume any
12339 directory separators when matching source file paths.
12340 * gdb.python/py-breakpoint.exp: Likewise.
12341 * gdb.reverse/break-precsave.exp: Likewise.
12342 * gdb.reverse/break-reverse.exp: Likewise.
12343 * gdb.reverse/consecutive-precsave.exp: Likewise.
12344 * gdb.reverse/finish-precsave.exp: Likewise.
12345 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12346 * gdb.reverse/finish-reverse.exp: Likewise.
12347 * gdb.reverse/i386-precsave.exp: Likewise.
12348 * gdb.reverse/i387-env-reverse.exp: Likewise.
12349 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12350 * gdb.reverse/machinestate-precsave.exp: Likewise.
12351 * gdb.reverse/machinestate.exp: Likewise.
12352 * gdb.reverse/sigall-precsave.exp: Likewise.
12353 * gdb.reverse/solib-precsave.exp: Likewise.
12354 * gdb.reverse/step-precsave.exp: Likewise.
12355 * gdb.reverse/until-precsave.exp: Likewise.
12356 * gdb.reverse/watch-precsave.exp: Likewise.
12357 * gdb.reverse/watch-reverse.exp: Likewise.
12358
12359 2014-10-17 Yao Qi <yao@codesourcery.com>
12360
12361 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12362 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12363
12364 2014-10-17 Pedro Alves <palves@redhat.com>
12365
12366 PR gdb/17471
12367 * gdb.base/bg-execution-repeat.c: New file.
12368 * gdb.base/bg-execution-repeat.exp: New file.
12369
12370 2014-10-17 Pedro Alves <palves@redhat.com>
12371
12372 PR gdb/17300
12373 * gdb.base/continue-all-already-running.c: New file.
12374 * gdb.base/continue-all-already-running.exp: New file.
12375
12376 2014-10-17 Pedro Alves <palves@redhat.com>
12377
12378 PR gdb/17472
12379 * gdb.base/annota-input-while-running.c: New file.
12380 * gdb.base/annota-input-while-running.exp: New file.
12381
12382 2014-10-17 Pedro Alves <palves@redhat.com>
12383
12384 * gdb.base/callfuncs.exp: emove references to osf.
12385 * gdb.base/sigall.exp: Likewise.
12386 * gdb.gdb/selftest.exp: Likewise.
12387 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12388 * gdb.mi/non-stop.c: Likewise.
12389 * gdb.mi/pthreads.c: Likewise.
12390 * gdb.reverse/sigall-precsave.exp: Likewise.
12391 * gdb.reverse/sigall-reverse.exp: Likewise.
12392 * gdb.threads/pthreads.c: Likewise.
12393 * gdb.threads/pthreads.exp: Likewise.
12394
12395 2014-10-17 Yao Qi <yao@codesourcery.com>
12396
12397 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12398 check 'target_info exists noargs'.
12399 (test_command_prompt_position): Likewise.
12400 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12401 Remove "set args".
12402 (progvar_simple_while_test): Likewise.
12403 (progvar_complex_if_while_test): Likewise.
12404 (if_while_breakpoint_command_test): Likewise.
12405 (infrun_breakpoint_command_test): Likewise.
12406 (breakpoint_command_test): Likewise.
12407 (watchpoint_command_test): Likewise.
12408 (bp_deleted_in_command_test): Likewise.
12409 (temporary_breakpoint_commands): Likewise.
12410
12411 2014-10-16 Yao Qi <yao@codesourcery.com>
12412
12413 * gdb.base/remotetimeout.exp: Remove noargs checking.
12414
12415 2014-10-15 Pedro Alves <palves@redhat.com>
12416
12417 PR breakpoints/9649
12418 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12419 * gdb.base/breakpoint-in-ro-region.exp
12420 (probe_target_hardware_step): New procedure.
12421 (top level): Probe hardware stepping and hardware breakpoint
12422 support. Test stepping through a read-only region, with both
12423 "breakpoint auto-hw" on and off and both "always-inserted" on and
12424 off.
12425
12426 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12427
12428 * gdb.dlang/demangle.exp: Update for demangling changes.
12429
12430 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12431
12432 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12433 * gdb.cp/non-trivial-retval.exp: Add new tests.
12434
12435 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12436
12437 PR c++/13403
12438 PR c++/15154
12439 * gdb.cp/non-trivial-retval.cc: New file.
12440 * gdb.cp/non-trivial-retval.exp: New file.
12441
12442 2014-10-15 Yao Qi <yao@codesourcery.com>
12443
12444 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12445 remote host.
12446
12447 2014-10-15 Yao Qi <yao@codesourcery.com>
12448
12449 * gdb.python/py-symbol.exp: Match file base name if host is
12450 remote, otherwise match file name with dir name.
12451 * gdb.python/py-symtab.exp: Likewise.
12452 * gdb.python/python.exp: Likewise.
12453
12454 2014-10-15 Yao Qi <yao@codesourcery.com>
12455
12456 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12457 pattern.
12458 * gdb.python/py-symtab.exp: Likewise.
12459 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12460 locationn.
12461
12462 2014-10-14 Joel Brobecker <brobecker@adacore.com>
12463
12464 * gdb.ada/addr_arith: New testcase.
12465
12466 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12467
12468 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12469 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12470 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12471 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12472
12473 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12474
12475 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12476 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12477 * gdb.arch/stap-eval-lang-ada.exp: New file.
12478
12479 2014-10-14 Yao Qi <yao@codesourcery.com>
12480
12481 * gdb.mi/mi-var-child.c (nothing1): New function.
12482 (nothing2): New function.
12483 (do_children_tests): Set function pointers by nothing1 and
12484 nothing2.
12485 * gdb.mi/mi-var-child.exp: Step over new added statements.
12486 Update test to match the new output.
12487 * gdb.mi/var-cmd.c (nothing1): New function.
12488 (nothing2): New function.
12489 (do_children_tests): Set function pointers by nothing1 and
12490 nothing2.
12491 * gdb.mi/mi-var-display.exp: Update test to match output.
12492 Step to the line specified by $line_dct_nothing.
12493 Increase the number of lines to step.
12494
12495 2014-10-14 Yao Qi <yao@codesourcery.com>
12496
12497 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12498 tests.
12499 * gdb.mi/mi2-var-child.exp: Likewise.
12500
12501 2014-10-13 Doug Evans <dje@google.com>
12502
12503 * gdb.python/py-objfile.exp: Change name of file name test.
12504
12505 2014-10-13 Doug Evans <dje@google.com>
12506
12507 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12508 from the start of the CU.
12509
12510 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12511 Yao Qi <yao@codesourcery.com>
12512
12513 Fix "save breakpoints" for "catch" command.
12514 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12515 Remove -nonewline. Match also the added "main" line.
12516
12517 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12518
12519 Fix "save breakpoints" for "disable $bpnum" command.
12520 * gdb.base/save-bp.c (main): Add label.
12521 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12522
12523 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12524
12525 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12526
12527 2014-10-11 Yao Qi <yao@codesourcery.com>
12528
12529 * gdb.server/server-kill.exp: Execute command
12530 "set remote trace-status-packet on" before "tstatus".
12531
12532 2014-10-11 Yao Qi <yao@codesourcery.com>
12533
12534 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12535 (main): Call getppid.
12536 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12537 and continue to it. Read variable "server_pid".
12538
12539 2014-10-11 Yao Qi <yao@codesourcery.com>
12540
12541 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12542
12543 2014-10-11 Yao Qi <yao@codesourcery.com>
12544
12545 * gdb.threads/thread-find.exp: Don't execute command
12546 "info threads".
12547 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12548 * gdb.threads/linux-dp.exp: Don't check the condition
12549 $threads_created equals to zero.
12550
12551 2014-10-10 Pedro Alves <palves@redhat.com>
12552
12553 * gdb.base/bigcore.exp: Remove references to IRIX.
12554 * gdb.base/funcargs.exp: Likewise.
12555 * gdb.base/interrupt.exp: Likewise.
12556 * gdb.base/mips_pro.exp: Likewise.
12557 * gdb.base/nodebug.exp: Likewise.
12558 * gdb.base/setvar.exp: Likewise.
12559 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12560
12561 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12562 Pedro Alves <palves@redhat.com>
12563
12564 PR symtab/14466
12565 * gdb.base/vdso-warning.c: New file.
12566 * gdb.base/vdso-warning.exp: New file.
12567
12568 2014-10-02 Doug Evans <dje@google.com>
12569
12570 * gdb.base/structs.c (main): Don't run forever.
12571
12572 2014-10-02 Pedro Alves <palves@redhat.com>
12573
12574 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12575 (top level) <stop threads 1, stop threads 2>: Use it.
12576
12577 2014-10-02 Pedro Alves <palves@redhat.com>
12578
12579 * gdb.threads/break-while-running.exp (test): Add new
12580 'update_thread_list' argument. Skip "info threads" if false.
12581 (top level): Add new 'update_thread_list' axis.
12582
12583 2014-10-02 Pedro Alves <palves@redhat.com>
12584
12585 PR breakpoints/17431
12586 * gdb.base/execl-update-breakpoints.c: New file.
12587 * gdb.base/execl-update-breakpoints.exp: New file.
12588
12589 2014-10-01 Pedro Alves <palves@redhat.com>
12590
12591 * gdb.base/breakpoint-in-ro-region.c: New file.
12592 * gdb.base/breakpoint-in-ro-region.exp: New file.
12593
12594 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12595
12596 * gdb.mi/mi-exit-code.exp: New file.
12597 * gdb.mi/mi-exit-code.c: New file.
12598
12599 2014-09-30 Yao Qi <yao@codesourcery.com>
12600
12601 * lib/prelink-support.exp (build_executable_own_libs): Error if
12602 the target isn't native.
12603
12604 2014-09-30 Yao Qi <yao@codesourcery.com>
12605
12606 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12607 false.
12608
12609 2014-09-22 Pedro Alves <palves@redhat.com>
12610
12611 * gdb.threads/break-while-running.exp: New file.
12612 * gdb.threads/break-while-running.c: New file.
12613
12614 2014-09-19 Yao Qi <yao@codesourcery.com>
12615
12616 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12617 Invoke test. Restart GDB with --readnow and invoke test again.
12618
12619 2014-09-19 Yao Qi <yao@codesourcery.com>
12620
12621 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12622 proc set_breakpoint_on_gcd_function. Invoke
12623 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12624 invoke set_breakpoint_on_gcd_function again.
12625
12626 2014-09-18 Doug Evans <dje@google.com>
12627
12628 * gdb.dwarf2/symtab-producer.exp: New file.
12629
12630 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12631
12632 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12633 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12634 * gdb.base/global-var-nested-by-dso.c: Likewise.
12635 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12636
12637 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12638 Pedro Alves <palves@redhat.com>
12639
12640 * gdb.base/watch-bitfields.exp: Pass string other than test file
12641 name to prepare_for_testing.
12642 (watch): New procedure.
12643 (expect_watchpoint): Use with_test_prefix.
12644 (top level): Factor out tests to ...
12645 (test_watch_location, test_regular_watch): ... these new
12646 procedures, and use with_test_prefix and gdb_continue_to_end.
12647
12648 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12649
12650 PR breakpoints/12526
12651 * gdb.base/watch-bitfields.exp: New file.
12652 * gdb.base/watch-bitfields.c: New file.
12653
12654 2014-09-16 Pedro Alves <palves@redhat.com>
12655
12656 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12657 software and hardware addresses, not software address against
12658 itself.
12659
12660 2014-09-16 Pedro Alves <palves@redhat.com>
12661
12662 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12663 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12664
12665 2014-09-16 Pedro Alves <palves@redhat.com>
12666
12667 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12668 files.
12669 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12670 "*-*-vxworks*" throughout.
12671 * gdb.base/break.exp: Likewise.
12672 * gdb.base/default.exp: Likewise.
12673 * gdb.base/scope.exp: Likewise.
12674 * gdb.base/sepdebug.exp: Likewise.
12675 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12676 throughout.
12677 * gdb.base/run.c: Likewise.
12678 * gdb.base/sepdebug.c: Likewise.
12679 * gdb.hp/gdb.aCC/run.c: Likewise.
12680 * gdb.reverse/until-reverse.c: Likewise.
12681 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12682
12683 2014-09-16 Yao Qi <yao@codesourcery.com>
12684
12685 * boards/local-remote-host-native.exp: New file.
12686
12687 2014-09-14 Doug Evans <xdje42@gmail.com>
12688
12689 * gdb.threads/queue-signal.c (thread_count): New variable.
12690 (thread_count_mutex, thread_count_condvar): New variables.
12691 (incr_thread_count, wait_all_threads_running): New functions.
12692 (main): Wait for all threads to be in their thread functions.
12693
12694 2014-09-13 Doug Evans <xdje42@gmail.com>
12695
12696 * gdb.threads/queue-signal.c: New file.
12697 * gdb.threads/queue-signal.exp: New file.
12698
12699 2014-09-13 Doug Evans <xdje42@gmail.com>
12700
12701 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12702 be consistent with what default_gdb_init uses.
12703 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12704 the plain text of the prompt. Add some logging printfs.
12705 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12706
12707 2014-09-12 Pedro Alves <palves@redhat.com>
12708
12709 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12710 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12711 * gdb.arch/i386-size-overlap.exp: Likewise.
12712 * gdb.arch/i386-size.exp: Likewise.
12713 * gdb.arch/i386-unwind.exp: Likewise.
12714 * gdb.base/a2-run.exp: Likewise.
12715 * gdb.base/break.exp: Likewise.
12716 * gdb.base/charset.exp: Likewise.
12717 * gdb.base/chng-syms.exp: Likewise.
12718 * gdb.base/commands.exp: Likewise.
12719 * gdb.base/dbx.exp: Likewise.
12720 * gdb.base/find.exp: Likewise.
12721 * gdb.base/funcargs.exp: Likewise.
12722 * gdb.base/jit-simple.exp: Likewise.
12723 * gdb.base/reread.exp: Likewise.
12724 * gdb.base/sepdebug.exp: Likewise.
12725 * gdb.base/step-bt.exp: Likewise.
12726 * gdb.cp/mb-inline.exp: Likewise.
12727 * gdb.cp/mb-templates.exp: Likewise.
12728 * gdb.objc/basicclass.exp: Likewise.
12729 * gdb.threads/killed.exp: Likewise.
12730
12731 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12732
12733 PR tdep/17379
12734 * gdb.arch/powerpc-stackless.S: New file.
12735 * gdb.arch/powerpc-stackless.exp: New file.
12736
12737 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12738
12739 * gdb.base/attach.c: Include unistd.h.
12740 (main): Call alarm. Add label postloop.
12741 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12742 gdb_breakpoint, gdb_continue_to_breakpoint.
12743 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12744
12745 2014-09-11 Pedro Alves <palves@redhat.com>
12746
12747 PR gdb/17347
12748 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12749 * gdb.base/attach.exp (test_command_line_attach_run): New
12750 procedure.
12751 (top level): Call it.
12752
12753 2014-09-11 Pedro Alves <palves@redhat.com>
12754
12755 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12756 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12757 (do_command_attach_tests): Use spawn_wait_for_attach.
12758 * gdb.base/solib-overlap.exp: Likewise.
12759 * gdb.multi/multi-attach.exp: Likewise.
12760 * gdb.python/py-prompt.exp: Likewise.
12761 * gdb.python/py-sync-interp.exp: Likewise.
12762 * gdb.server/ext-attach.exp: Likewise.
12763
12764 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12765
12766 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12767 command in testcase. Simplify testcase.
12768
12769 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12770
12771 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12772
12773 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12774
12775 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12776
12777 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12778
12779 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12780
12781 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12782
12783 * gdb.dwarf2/dynarr-ptr.c: New file.
12784 * gdb.dwarf2/dynarr-ptr.exp: New file.
12785
12786 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12787
12788 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12789 of 30 rather than hardcoding 120 for a slow test case. Take the
12790 `gdb,timeout' target setting into account for this calculation.
12791 Don't extend the timeout for the test cases that don't need it.
12792
12793 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12794
12795 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12796 a factor of 2 for a slow test case. Take the `gdb,timeout'
12797 target setting into account for this calculation.
12798 * gdb.reverse/until-precsave.exp: Increase the timeout by
12799 a factor of 15 and 3 respectively rather than adding 120
12800 for a pair of slow test cases. Take the `gdb,timeout'
12801 target setting into account for this calculation.
12802
12803 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12804
12805 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12806 timeout, don't pass one down to gdb_expect.
12807 (gdb_expect): Rework timeout selection.
12808
12809 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12810
12811 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12812 exception on timeout.
12813 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12814 (gdbserver_start_extended): Catch any `gdbserver_start' error
12815 exceptions.
12816 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12817 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12818 `gdbserver_gdb_load' error exceptions.
12819
12820 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12821
12822 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12823 120 on waiting for the TCP socket to open.
12824
12825 2014-09-09 Doug Evans <xdje42@gmail.com>
12826
12827 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12828 _caller_matches, _any_caller_is, _any_caller_matches.
12829
12830 2014-09-09 Doug Evans <xdje42@gmail.com>
12831
12832 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12833
12834 2014-09-09 Yao Qi <yao@codesourcery.com>
12835
12836 * gdb.mi/mi-var-display.exp: Set print symbol off.
12837
12838 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12839
12840 PR gdb/17035
12841 * gdb.base/commands.exp: Add tests to verify user-defined
12842 commands with empty bodies.
12843 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12844 python commands in `show user command`.
12845 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12846 scheme commands in `show user command`.
12847
12848 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12849
12850 PR python/17355
12851 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12852 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12853 * gdb.python/py-framefilter-invalidarg.exp: New file.
12854 * gdb.python/py-framefilter-invalidarg.py: New file.
12855
12856 2014-09-06 Doug Evans <xdje42@gmail.com>
12857
12858 PR 15276
12859 * gdb.python/py-caller-is.c: New file.
12860 * gdb.python/py-caller-is.exp: New file.
12861
12862 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12863
12864 PR gdb/17235
12865 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12866 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12867
12868 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12869
12870 PR fortran/17237
12871 * gdb.fortran/print-formatted.exp: New file.
12872 * gdb.fortran/print-formatted.f90: Likewise.
12873
12874 2014-09-03 Sasha Smundak <asmundak@google.com>
12875
12876 * gdb.python/py-frame.exp: Test Frame.read_register.
12877
12878 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12879
12880 PR python/16699
12881 * gdb.python/py-completion.exp: New file.
12882 * gdb.python/py-completion.py: Likewise.
12883
12884 2014-08-28 Doug Evans <dje@google.com>
12885
12886 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12887 eax,etc. are live with values set by gdb and thus the compiler can't
12888 use them.
12889 * gdb.arch/i386-pseudo.c (main): Ditto.
12890
12891 2014-08-27 Doug Evans <dje@google.com>
12892
12893 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12894
12895 2014-08-25 Doug Evans <dje@google.com>
12896
12897 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12898 (main): Ditto.
12899
12900 2014-08-25 Doug Evans <dje@google.com>
12901
12902 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12903
12904 2014-08-24 Yao Qi <yao@codesourcery.com>
12905
12906 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12907 symbol off.
12908 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12909
12910 2014-08-22 Doug Evans <dje@google.com>
12911
12912 PR 17276
12913 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12914 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12915 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12916
12917 2014-08-22 Yao Qi <yao@codesourcery.com>
12918
12919 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12920 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12921 * gdb.python/python.exp: Likewise. Use .py file on the host
12922 instead of the build.
12923
12924 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12925
12926 * gdb.threads/gcore-stale-thread.c: New file.
12927 * gdb.threads/gcore-stale-thread.exp: New file.
12928
12929 2014-08-21 Pedro Alves <palves@redhat.com>
12930
12931 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12932 * gdb.base/gcore-relro-pie.exp: Likewise.
12933 * gdb.base/gcore-relro.exp: Likewise.
12934 * gdb.base/gcore.exp: Likewise.
12935 * gdb.base/print-symbol-loading.exp: Likewise.
12936 * gdb.threads/gcore-thread.exp: Likewise.
12937 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12938
12939 2014-08-20 Pedro Alves <palves@redhat.com>
12940 Jan Kratochvil <jan.kratochvil@redhat.com>
12941
12942 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12943 configure.
12944 (EXPECT): Handle READ1 being set.
12945 (all): Depend on EXTRA_RULES.
12946 (check-read1, expect-read1, read1.so, read1): New rules.
12947 * README (Testsuite Parameters): Document the READ1 make variable.
12948 (Race detection): New section.
12949 * configure: Regenerate.
12950 * configure.ac: If build==host==target, and running under a
12951 GNU/glibc system, add read1 to the extra Makefile rules.
12952 (EXTRA_RULES): AC_SUBST it.
12953 * lib/read1.c: New file.
12954
12955 2014-08-20 Joel Brobecker <brobecker@adacore.com>
12956
12957 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12958 the handling of variables declared as a typedef to an array
12959 which a DW_AT_data_location attribute.
12960
12961 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
12962 Pedro Alves <palves@redhat.com>
12963
12964 PR symtab/14604
12965 PR symtab/14605
12966 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12967 gdb_test.
12968
12969 2014-08-19 Pedro Alves <palves@redhat.com>
12970
12971 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12972
12973 2014-08-19 Yao Qi <yao@codesourcery.com>
12974
12975 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12976 right line.
12977
12978 2014-08-18 David Blaikie <dblaikie@gmail.com>
12979
12980 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12981
12982 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12983
12984 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12985 attribute in array range.
12986
12987 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12988
12989 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12990
12991 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12992
12993 PR c++/17132
12994 * gdb.cp/pr17132.cc: New file.
12995 * gdb.cp/pr17132.exp: New file.
12996
12997 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12998
12999 * gdb.python/py-xmethods.py (A_getarrayind)
13000 (E_method_char_worker.__call__, E_method_int_worker.__call__):
13001 Use 'print' with function call syntax.
13002 (E_method_matcher.match): Fix tab vs space indentation mixup.
13003
13004 2014-08-15 Yao Qi <yao@codesourcery.com>
13005
13006 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
13007 false.
13008
13009 2014-08-15 Yao Qi <yao@codesourcery.com>
13010
13011 * gdb.cp/casts.exp: Set print symbol off.
13012 * gdb.cp/class2.exp: Likewise.
13013 * gdb.cp/overload.exp: Likewise.
13014 * gdb.cp/templates.exp: Likewise.
13015
13016 2014-08-11 Doug Evans <dje@google.com>
13017
13018 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
13019 (test_load_shlib): Update.
13020
13021 2014-08-09 Yao Qi <yao@codesourcery.com>
13022
13023 * gdb.base/display.exp: Invoke is_address_zero_readable.
13024 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
13025 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
13026 * gdb.base/hbreak-unmapped.exp: Return if
13027 is_address_zero_readable returns true.
13028 * gdb.base/signest.exp: Likewise.
13029 * gdb.base/signull.exp: Likewise.
13030 * gdb.base/sigbpt.exp: Likewise.
13031 * gdb.guile/scm-disasm.exp: Do the test if
13032 is_address_zero_readable returns false.
13033 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
13034 * gdb.python/py-arch.exp: Likewise.
13035 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
13036 * lib/gdb.exp (is_address_zero_readable): New proc.
13037
13038 2014-08-09 Yao Qi <yao@codesourcery.com>
13039
13040 PR testsuite/13443
13041 * gdb.mi/mi-var-display.exp: Make test messages unique.
13042
13043 2014-08-04 Tom Tromey <tromey@redhat.com>
13044
13045 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
13046 target 0".
13047
13048 2014-08-04 Tom Tromey <tromey@redhat.com>
13049
13050 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
13051 "target_resume".
13052
13053 2014-08-01 Joel Brobecker <brobecker@adacore.com>
13054
13055 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
13056 inner_vla_struct_object_size.
13057 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
13058 as xfail.
13059
13060 2014-07-30 Pedro Alves <palves@redhat.com>
13061
13062 * gdb.threads/signal-command-handle-nopass.exp (test): Add
13063 comment.
13064
13065 2014-07-29 Yao Qi <yao@codesourcery.com>
13066
13067 PR gdb/17206
13068 * gdb.base/until-nodebug.exp: New.
13069
13070 2014-07-28 Doug Evans <xdje42@gmail.com>
13071
13072 PR guile/17203
13073 * gdb.guile/scm-parameter.exp: Add tests for trying to create
13074 previously existing parameter, and previously ambiguously spelled
13075 parameter.
13076
13077 2014-07-28 Will Newton <will.newton@linaro.org>
13078
13079 * gdb.base/varargs.exp: Remove KFAILs for ARM.
13080
13081 2014-07-26 Ludovic Courtès <ludo@gnu.org>
13082 Doug Evans <xdje42@gmail.com>
13083
13084 PR guile/17146
13085 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
13086
13087 2014-07-25 Pedro Alves <palves@redhat.com>
13088
13089 * gdb.threads/signal-command-handle-nopass.c: New file.
13090 * gdb.threads/signal-command-handle-nopass.exp: New file.
13091 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
13092 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
13093 * gdb.threads/signal-delivered-right-thread.c: New file.
13094 * gdb.threads/signal-delivered-right-thread.exp: New file.
13095
13096 2014-07-25 Pedro Alves <palves@redhat.com>
13097
13098 * gdb.base/double-prompt-target-event-error.exp
13099 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
13100 match.
13101 (cancel_pagination_in_target_event): Rework double prompt
13102 detection.
13103 * gdb.base/paginate-after-ctrl-c-running.exp
13104 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
13105 <return>' match.
13106 * gdb.base/paginate-bg-execution.exp
13107 (test_bg_execution_pagination_return)
13108 (test_bg_execution_pagination_cancel): Remove '-notransfer
13109 <return>' matches.
13110 * gdb.base/paginate-execution-startup.exp
13111 (test_fg_execution_pagination_return)
13112 (test_fg_execution_pagination_cancel): Remove '-notransfer
13113 <return>' matches.
13114 * gdb.base/paginate-inferior-exit.exp
13115 (test_paginate_inferior_exited): Remove '-notransfer <return>'
13116 match.
13117 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
13118 * lib/gdb.exp (pagination_prompt): Run text through
13119 string_to_regexp.
13120 (gdb_test_multiple): Match $pagination_prompt instead of
13121 "<return>".
13122 (string_to_regexp): Move to lib/gdb-utils.exp.
13123
13124 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
13125
13126 * gdb.arch/amd64-entry-value-paramref.S: New file.
13127 * gdb.arch/amd64-entry-value-paramref.cc: New file.
13128 * gdb.arch/amd64-entry-value-paramref.exp: New file.
13129 * gdb.arch/amd64-optimout-repeat.S: New file.
13130 * gdb.arch/amd64-optimout-repeat.c: New file.
13131 * gdb.arch/amd64-optimout-repeat.exp: New file.
13132
13133 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
13134
13135 PR gdb/17170
13136 * gdb.base/statistics.exp: New file.
13137
13138 2014-07-17 Doug Evans <dje@google.com>
13139
13140 PR gdb/17170
13141 * gdb.base/maint.exp: Update testing of per-command stats.
13142
13143 2014-07-16 Pedro Alves <palves@redhat.com>
13144
13145 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
13146 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
13147 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
13148 (tfile_write_buf): New functions.
13149 (add_memory_block): Rewrite using the above.
13150 (adjust_function_address): New function.
13151 (FUNCTION_ADDRESS): New macro.
13152 (write_basic_trace_file): Remove short_x local, and use
13153 tfile_write_16. Change type of func_addr local to unsigned long
13154 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
13155 here. Cast argument of add_memory_block to char pointer.
13156 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
13157 (main): Remove parameters.
13158 * gdb.trace/tfile.exp: Remove nowarnings.
13159
13160 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
13161
13162 * gdb.base/debug-expr.exp: Test string evaluation with
13163 "debug expression" on.
13164
13165 2014-07-15 Pedro Alves <palves@redhat.com>
13166
13167 * gdb.base/reread.exp: Use clean_restart.
13168
13169 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
13170
13171 * gdb.arch/avr-flash-qualifer.c: New.
13172 * gdb.arch/avr-flash-qualifer.exp: New.
13173
13174 2014-07-14 Pedro Alves <palves@redhat.com>
13175
13176 * gdb.base/paginate-after-ctrl-c-running.c: New file.
13177 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
13178
13179 2014-07-14 Pedro Alves <palves@redhat.com>
13180
13181 * gdb.base/double-prompt-target-event-error.c: New file.
13182 * gdb.base/double-prompt-target-event-error.exp: New file.
13183
13184 2014-07-14 Pedro Alves <palves@redhat.com>
13185
13186 PR gdb/17072
13187 * gdb.base/paginate-inferior-exit.c: New file.
13188 * gdb.base/paginate-inferior-exit.exp: New file.
13189
13190 2014-07-14 Pedro Alves <palves@redhat.com>
13191
13192 PR gdb/17072
13193 * gdb.base/paginate-bg-execution.c: New file.
13194 * gdb.base/paginate-bg-execution.exp: New file.
13195
13196 2014-07-14 Pedro Alves <palves@redhat.com>
13197
13198 PR gdb/17072
13199 * gdb.base/paginate-execution-startup.c: New file.
13200 * gdb.base/paginate-execution-startup.exp: New file.
13201 * lib/gdb.exp (pagination_prompt): New global.
13202 (default_gdb_spawn): New procedure, factored out from
13203 default_gdb_spawn.
13204 (default_gdb_start): Adjust to call default_gdb_spawn.
13205 (gdb_spawn): New procedure.
13206
13207 2014-07-14 Pedro Alves <palves@redhat.com>
13208
13209 * lib/gdb.exp (gdb_assert): New procedure.
13210 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
13211
13212 2014-07-14 Pedro Alves <palves@redhat.com>
13213
13214 * gdb.base/execution-termios.c: New file.
13215 * gdb.base/execution-termios.exp: New file.
13216
13217 2014-07-14 Tom Tromey <tromey@redhat.com>
13218
13219 * gdb.cp/vla-cxx.cc: New file.
13220 * gdb.cp/vla-cxx.exp: New file.
13221
13222 2014-07-14 Tom Tromey <tromey@redhat.com>
13223
13224 * gdb.reverse/rerun-prec.c: New file.
13225 * gdb.reverse/rerun-prec.exp: New file.
13226
13227 2014-07-12 Maciej W. Rozycki <macro@mips.com>
13228 Maciej W. Rozycki <macro@codesourcery.com>
13229
13230 * lib/gdb-utils.exp: New file.
13231 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13232 inline `gdb_init_command' processing.
13233 (gdb_start_cmd): Likewise.
13234 * lib/mi-support.exp (mi_run_cmd): Likewise.
13235 * README: Document `gdb_init_command' and `gdb_init_commands'.
13236
13237 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13238
13239 Fix false FAIL running under a very long directory name.
13240 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13241 and "set print elements 10000". Twice.
13242
13243 2014-07-11 Yao Qi <yao@codesourcery.com>
13244
13245 * gdb.base/exprs.exp: "set print symbol off".
13246
13247 2014-07-11 Pedro Alves <palves@redhat.com>
13248
13249 * gdb.threads/kill.c: New file.
13250 * gdb.threads/kill.exp: New file.
13251
13252 2014-07-10 Yao Qi <yao@codesourcery.com>
13253
13254 * gdb.trace/tfile.c (write_basic_trace_file)
13255 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13256 address written to trace file.
13257
13258 2014-07-09 Pedro Alves <palves@redhat.com>
13259
13260 * gdb.base/attach-wait-input.exp: New file.
13261 * gdb.base/attach-wait-input.c: New file.
13262
13263 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13264
13265 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13266 setting up test structures.
13267 (main): Call new test function.
13268 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13269 test function, continue into test function and walk test
13270 structures.
13271
13272 2014-07-02 Yao Qi <yao@codesourcery.com>
13273
13274 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13275 'bar_start' at the beginning of functions 'foo' and 'bar'
13276 respectively.
13277 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13278 instead of 'foo' and 'bar'.
13279
13280 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13281
13282 * gdb.btrace/segv.exp: New.
13283 * gdb.btrace/segv.c: New.
13284
13285 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
13286
13287 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13288 instruction.
13289
13290 2014-06-30 Mark Wielaard <mjw@redhat.com>
13291
13292 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13293 vulture, vilify, villar): New volatile array constants.
13294 (vindictive, vegetation): New const volatile array constants.
13295 * gdb.base/volatile.exp: Test volatile and const volatile array
13296 types.
13297
13298 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13299
13300 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13301 target lacks support for awatch, rwatch, or hbreak.
13302
13303 2014-06-27 Yao Qi <yao@codesourcery.com>
13304
13305 * gdb.multi/dummy-frame-restore.exp: New.
13306 * gdb.multi/dummy-frame-restore.c: New.
13307
13308 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13309
13310 * gdb.btrace/gcore.exp: New.
13311
13312 2014-06-23 Pedro Alves <palves@redhat.com>
13313
13314 * gdb.base/watchpoint-reuse-slot.c: New file.
13315 * gdb.base/watchpoint-reuse-slot.exp: New file.
13316
13317 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13318
13319 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13320 progspace's filename in 'info', 'enable' and 'disable' command
13321 tests.
13322
13323 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13324
13325 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13326 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13327 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13328
13329 2014-06-20 Gary Benson <gbenson@redhat.com>
13330
13331 * gdb.arch/i386-avx.exp: Fix include file location.
13332 * gdb.arch/i386-sse.exp: Likewise.
13333
13334 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13335
13336 * gdb.dlang/expression.exp: New file.
13337
13338 2014-06-19 Pedro Alves <palves@redhat.com>
13339
13340 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13341 out from ...
13342 (top level): ... here. Iterate running tests under different
13343 scheduler-locking settings.
13344
13345 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
13346
13347 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13348 to DW_FORM_addr and use non-zero addresses.
13349
13350 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13351
13352 PR gdb/17017
13353 * gdb.python/py-xmethods.cc: Add global function call counters and
13354 increment them in their respective functions. Remove "cout"
13355 statements.
13356 * gdb.python/py-xmethods.exp: Make tests check the global function
13357 call counters instead of depending on inferior IO.
13358
13359 2014-06-18 Don Breazeal <donb@codesourcery.com>
13360
13361 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13362 Deleted procedure.
13363 (explicit_fork_parent_follow): Deleted procedure.
13364 (explicit_fork_child_follow): Deleted procedure.
13365 (test_follow_fork): New procedure.
13366 (do_fork_tests): Replace calls to deleted procedures with
13367 calls to test_follow_fork and reset GDB for subsequent
13368 procedure calls.
13369
13370 2014-06-17 Yao Qi <yao@codesourcery.com>
13371
13372 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13373 CP1252.
13374
13375 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
13376
13377 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13378 Initialize ptr and S explicitly.
13379 (skip_type_update_when_not_use_rtti_test): Likewise.
13380
13381 2014-06-16 Keith Seitz <keiths@redhat.com>
13382
13383 PR mi/15863
13384 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13385 the inferior is started.
13386
13387 2014-06-16 Pedro Alves <palves@redhat.com>
13388
13389 * gdb.base/break-main-file-remove-fail.c: New file.
13390 * gdb.base/break-main-file-remove-fail.exp: New file.
13391 * gdb.base/break-unload-file.exp: Use build_executable instead of
13392 prepare_for_testing.
13393 (test_break): New parameter "initial_load". Handle it.
13394 (top level): Add initial_load cmdline/file axis.
13395
13396 2014-06-12 Tom Tromey <tromey@redhat.com>
13397
13398 * gdb.base/completion.exp: Don't use directory name in test.
13399
13400 2014-06-09 Gary Benson <gbenson@redhat.com>
13401
13402 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13403 separate the always-available ANSI-standard signals from the
13404 signals that require checking.
13405 (main): Likewise.
13406 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13407 Likewise.
13408 (main): Likewise.
13409
13410 2014-06-07 Keith Seitz <keiths@redhat.com>
13411
13412 Revert:
13413 PR c++/16253
13414 * gdb.cp/var-tag.cc: New file.
13415 * gdb.cp/var-tag.exp: New file.
13416 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13417 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13418 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13419 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13420
13421 2014-06-06 Doug Evans <xdje42@gmail.com>
13422
13423 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13424
13425 2014-06-06 Pedro Alves <palves@redhat.com>
13426
13427 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13428 in target debug output instead of looking at RSP packets,
13429 disabling the test on any target that uses hardware stepping.
13430 Update comments.
13431
13432 2014-06-06 Pedro Alves <palves@redhat.com>
13433
13434 * gdb.base/break-unload-file.exp: Fix typo.
13435
13436 2014-06-06 Yao Qi <yao@codesourcery.com>
13437
13438 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13439 from "jit_function" to "^jit_function".
13440
13441 2014-06-06 Yao Qi <yao@codesourcery.com>
13442
13443 * gdb.base/async.c (foo): Add one statement.
13444 * gdb.base/async.exp: Get the next instruction address and
13445 match the output of "nexti" by instruction address. Match
13446 the hex address in the output of "finish".
13447
13448 2014-06-06 Gary Benson <gbenson@redhat.com>
13449
13450 * gdb.base/call-signals.c: Remove preprocessor conditionals
13451 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13452 SIGSEGV and SIGTERM.
13453 * gdb.base/sigall.c: Likewise.
13454 * gdb.base/unwindonsignal.c: Likewise.
13455 * gdb.reverse/sigall-reverse.c: Likewise.
13456
13457 2014-06-06 Yao Qi <yao@codesourcery.com>
13458
13459 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13460 readable, skip the test.
13461
13462 2014-06-06 Yao Qi <yao@codesourcery.com>
13463
13464 * gdb.threads/staticthreads.c (thread_function): Move the line
13465 setting breakpoint on forward.
13466 * gdb.threads/staticthreads.exp: Update comments.
13467
13468 2014-06-05 Ludovic Courtès <ludo@gnu.org>
13469
13470 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13471 "history-append! type error".
13472
13473 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13474
13475 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13476 erroneous dprintf expected input.
13477
13478 2014-06-04 Doug Evans <xdje42@gmail.com>
13479
13480 * gdb.guile/scm-generics.exp: Delete.
13481
13482 2014-06-04 Doug Evans <xdje42@gmail.com>
13483
13484 * gdb.guile/scm-breakpoint.exp: Update.
13485 Add tests for breakpoint registration.
13486
13487 2014-06-04 Tom Tromey <tromey@redhat.com>
13488
13489 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13490 VLA-in-union.
13491 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13492 inner_vla_struct, vla_union types. Initialize objects of those
13493 types and compute their sizes.
13494
13495 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13496 Hui Zhu <hui@codesourcery.com>
13497
13498 * gdb.base/fileio.exp: Add test for shell not available as well as
13499 available.
13500 * gdb.base/fileio.c (test_system): Check for shell twice.
13501
13502 2014-06-04 Yao Qi <yao@codesourcery.com>
13503
13504 * gdb.base/auto-connect-native-target.exp: Remove redundant
13505 space from the regexp pattern.
13506
13507 2014-06-04 Yao Qi <yao@codesourcery.com>
13508
13509 * gdb.base/default.exp: Replace "child" with "native" in
13510 regexp pattern.
13511
13512 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13513
13514 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13515 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13516 * gdb.python/py-xmethods.py: Python script supporting the
13517 new testcase and tests.
13518
13519 2014-06-03 Joel Brobecker <brobecker@adacore.com>
13520 Pedro Alves <palves@redhat.com>
13521
13522 PR breakpoints/17000
13523 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13524 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13525
13526 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13527
13528 * gdb.base/subst.exp: Add tests to verify partial path matching
13529 output.
13530
13531 2014-06-03 Pedro Alves <palves@redhat.com>
13532
13533 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13534 target that doesn't use software single-stepping.
13535
13536 2014-06-03 Pedro Alves <palves@redhat.com>
13537
13538 PR breakpoints/17000
13539 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13540 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13541
13542 2014-06-02 Doug Evans <xdje42@gmail.com>
13543
13544 * gdb.guile/scm-parameter.exp: New file.
13545
13546 2014-06-02 Doug Evans <xdje42@gmail.com>
13547
13548 * gdb.guile/scm-cmd.c: New file.
13549 * gdb.guile/scm-cmd.exp: New file.
13550
13551 2014-06-02 Doug Evans <xdje42@gmail.com>
13552
13553 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13554 pretty-printer lookup.
13555 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13556 (make-pp_s-printer): Call it.
13557 (make-pretty-printer-from-dict): New function.
13558 (lookup-pretty-printer-maker-from-dict): New function.
13559 (*pretty-printer*): Simplify.
13560 (make-objfile-pp_s-printer): New function.
13561 (install-objfile-pretty-printers!): New function.
13562 (make-progspace-pp_s-printer): New function.
13563 (install-progspace-pretty-printers!): New function.
13564 * gdb.guile/scm-progspace.c: New file.
13565 * gdb.guile/scm-progspace.exp: New file.
13566
13567 2014-06-02 Pedro Alves <palves@redhat.com>
13568
13569 * gdb.base/dprintf-bp-same-addr.c: New file.
13570 * gdb.base/dprintf-bp-same-addr.exp: New file.
13571
13572 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13573
13574 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13575 * gdb.arch/powerpc-power.s: Likewise.
13576
13577 2014-06-02 Joel Brobecker <brobecker@adacore.com>
13578
13579 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13580
13581 2014-06-01 Yao Qi <yao@codesourcery.com>
13582
13583 * gdb.base/watchpoint.exp (test_watch_location): Check null
13584 pointer can be dereferenced. If not, do the test, otherwise
13585 skip it.
13586
13587 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13588
13589 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13590 results.
13591 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13592
13593 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13594
13595 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13596 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13597 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13598 * gdb.arch/amd64-invalid-stack-top.c: New file.
13599 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13600
13601 2014-05-30 Pedro Alves <palves@redhat.com>
13602
13603 PR breakpoints/17000
13604 * gdb.base/sss-bp-on-user-bp.c: New file.
13605 * gdb.base/sss-bp-on-user-bp.exp: New file.
13606
13607 2014-05-30 David Blaikie <dblaikie@gmail.com>
13608
13609 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13610 gnu_inline semantics via attribute.
13611 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13612 source explicitly specifies the required semantics.
13613
13614 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13615
13616 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13617
13618 2014-05-29 Pedro Alves <palves@redhat.com>
13619 Tom Tromey <tromey@redhat.com>
13620
13621 * gdb.base/async-shell.exp: Don't enable target-async.
13622 * gdb.base/async.exp
13623 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13624 parameter. Adjust.
13625 (top level): Don't test with "target-async".
13626 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13627 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13628 * gdb.base/inferior-died.exp: Don't enable target-async.
13629 * gdb.base/interrupt-noterm.exp: Likewise.
13630 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13631 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13632 * gdb.mi/mi-nonstop.exp: Likewise.
13633 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13634 * gdb.mi/mi-nsintrall.exp: Likewise.
13635 * gdb.mi/mi-nsmoribund.exp: Likewise.
13636 * gdb.mi/mi-nsthrexec.exp: Likewise.
13637 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13638 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13639 * gdb.python/py-evsignal.exp: Don't enable target-async.
13640 * gdb.python/py-evthreads.exp: Likewise.
13641 * gdb.python/py-prompt.exp: Likewise.
13642 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13643 * gdb.server/solib-list.exp: Don't enable target-async.
13644 * gdb.threads/thread-specific-bp.exp: Likewise.
13645 * lib/mi-support.exp: Adjust to use mi-async.
13646
13647 2014-05-29 Pedro Alves <palves@redhat.com>
13648
13649 PR gdb/13860
13650 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13651 reason, even in sync mode.
13652
13653 2014-05-29 Pedro Alves <palves@redhat.com>
13654 Hui Zhu <hui@codesourcery.com>
13655
13656 PR PR15693
13657 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13658 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13659 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13660 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13661
13662 2014-05-28 Joel Brobecker <brobecker@adacore.com>
13663
13664 * config/monitor.exp (gdb_target_monitor): Replace use of
13665 "set remotebaud" by "set serial baud".
13666
13667 2014-05-26 Andy Wingo <wingo@igalia.com>
13668
13669 * gdb.guile/scm-breakpoint.exp:
13670 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13671 properties instead of gdb-object-properties.
13672
13673 2014-05-26 Yao Qi <yao@codesourcery.com>
13674
13675 * gdb.server/no-thread-db.exp: Specify source file name
13676 explicitly when setting a breakpoint.
13677
13678 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13679
13680 * gdb.btrace/vdso.c: New.
13681 * gdb.btrace/vdso.exp: New.
13682
13683 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13684
13685 * gdb.base/gcore.exp (capture_command_output): Move ...
13686 * lib/gdb.exp (capture_command_output): ... here.
13687
13688 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13689
13690 * gdb.btrace/data.exp: Test memory access during btrace replay.
13691
13692 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13693
13694 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13695
13696 2014-05-21 Pedro Alves <palves@redhat.com>
13697
13698 PR gdb/13860
13699 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13700 (top level): Test that output related to execution commands is
13701 sent to the console with CLI commands, but not with MI commands.
13702 Test that breakpoint events are always mirrored to the console.
13703 Also expect the new source line to be output after a "next" in
13704 async mode too. Make it a pass/fail test.
13705 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13706 output.
13707 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13708
13709 2014-05-21 Pedro Alves <palves@redhat.com>
13710
13711 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13712 Use them to test variations of "list" after reaching a breakpoint.
13713 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13714 Test "list" with listsize 10 after reaching a breakpoint.
13715 * gdb.python/python.exp (decode_line current location line
13716 number): Adjust expected line number.
13717
13718 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13719
13720 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13721 behavior for $args, pass it directly to "run".
13722
13723 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13724
13725 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13726 30000 to 65536.
13727
13728 2014-05-21 Pedro Alves <palves@redhat.com>
13729
13730 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13731 auto-connect-native-target off".
13732 * gdb.base/auto-connect-native-target.c: New file.
13733 * gdb.base/auto-connect-native-target.exp: New file.
13734
13735 2014-05-21 Pedro Alves <palves@redhat.com>
13736
13737 * gdb.base/default.exp: Test "target native" instead of "target
13738 child".
13739
13740 2014-05-21 Mark Wielaard <mjw@redhat.com>
13741
13742 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13743
13744 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13745
13746 Fix TLS access for -static -pthread.
13747 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13748 <HAVE_TLS> (thread_function, main): Initialize it.
13749 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13750 Add clean_restart.
13751 <$have_tls != "">: Check TLSVAR.
13752
13753 2014-05-21 Pedro Alves <palves@redhat.com>
13754
13755 * gdb.base/dcache-line-read-error.c: New.
13756 * gdb.base/dcache-line-read-error.exp: New.
13757
13758 2014-05-20 Pedro Alves <palves@redhat.com>
13759
13760 * gdb.base/compare-sections.c: New file.
13761 * gdb.base/compare-sections.exp: New file.
13762
13763 2014-05-20 Pedro Alves <palves@redhat.com>
13764
13765 * gdb.base/break-idempotent.c: New file.
13766 * gdb.base/break-idempotent.exp: New file.
13767
13768 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13769
13770 * gdb.btrace/nohist.exp: New.
13771
13772 2014-05-20 Yao Qi <yao@codesourcery.com>
13773
13774 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13775 gdb.reverse directory and gdb_reverse_timeout exists in board
13776 setting.
13777 * README: Document gdb_reverse_timeout.
13778
13779 2014-05-20 Yao Qi <yao@codesourcery.com>
13780
13781 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13782 'test_file_name'. Treat args as a string instead of a list.
13783 (gdb_init): Rename argument 'args' by 'test_file_name'.
13784
13785 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13786
13787 * gdb.arch/powerpc-power.exp: New file.
13788 * gdb.arch/powerpc-power.s: New file.
13789
13790 2014-05-16 Doug Evans <dje@google.com>
13791
13792 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
13793 * gdb.base/completion.exp: Check that all expected files exist
13794 before doing file completion.
13795
13796 2014-05-16 Doug Evans <dje@google.com>
13797
13798 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13799 Update.
13800 (do_syscall_tests_without_xml): Update.
13801
13802 2014-05-16 Pedro Alves <palves@redhat.com>
13803
13804 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13805 instead of "unknown output after running".
13806
13807 2014-05-16 Yao Qi <yao@codesourcery.com>
13808
13809 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13810 file1.txt from host at the end.
13811 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13812
13813 2014-05-15 Doug Evans <dje@google.com>
13814
13815 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13816 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13817 loading file. Add test for TU lookup.
13818
13819 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13820
13821 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13822 calling "-exec-arguments" or "set args" before running the
13823 inferior.
13824
13825 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13826
13827 * lib/mi-support.exp (mi_expect_stop): Expect message for
13828 inferiors that exit with non-zero exit code.
13829
13830 2014-05-14 Yao Qi <yao@codesourcery.com>
13831
13832 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13833 match absolute path on remote host.
13834 (test_file_list_exec_source_files): Remove "/" from the
13835 pattern.
13836
13837 2014-05-14 Yao Qi <yao@codesourcery.com>
13838
13839 * boards/local-remote-host-notty.exp (${board}_file): New
13840 proc.
13841
13842 2014-05-07 Kyle McMartin <kyle@redhat.com>
13843
13844 Pushed by Joel Brobecker <brobecker@adacore.com>.
13845 * gdb.arch/aarch64-atomic-inst.c: New file.
13846 * gdb.arch/aarch64-atomic-inst.exp: New file.
13847
13848 2014-05-07 Yao Qi <yao@codesourcery.com>
13849
13850 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13851 in current context" too.
13852
13853 2014-05-05 Keith Seitz <keiths@redhat.com>
13854
13855 * gdb.linespec/ls-dollar.exp: Add test for linespec
13856 file:convenience_variable.
13857
13858 2014-05-05 Yao Qi <yao@codesourcery.com>
13859
13860 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13861 traceframes into tfile and ctf trace files. Read data from
13862 trace file and test collected data.
13863 (gdb_collect_locals_test): Likewise.
13864 (gdb_unavailable_registers_test): Likewise.
13865 (gdb_unavailable_floats): Likewise.
13866 (gdb_collect_globals_test): Likewise.
13867 (top-level): Append "ctf" to trace_file_targets if GDB
13868 supports.
13869
13870 2014-05-05 Yao Qi <yao@codesourcery.com>
13871
13872 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13873 code to ...
13874 (gdb_collect_args_test_1): ... it. New proc.
13875 (gdb_collect_locals_test): Move some code to ...
13876 (gdb_collect_locals_test_1): ... it. New proc.
13877 (gdb_unavailable_registers_test): Move some code to ...
13878 (gdb_unavailable_registers_test_1): ... it. New proc.
13879 (gdb_unavailable_floats): Move some code to ...
13880 (gdb_unavailable_floats_1): ... it. New proc.
13881
13882 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13883
13884 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13885 probes to test for bitness recognition.
13886 * gdb.arch/amd64-stap-optional-prefix.exp
13887 (test_probe_value_without_reg): New procedure.
13888 Add code to test for different kinds of bitness.
13889
13890 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13891
13892 PR breakpoints/16889
13893 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13894 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13895
13896 2014-05-01 Pedro Alves <palves@redhat.com>
13897
13898 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13899 gdb_file_cmd if no file is specified.
13900 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13901 last_loaded_file to set the remote exec-file.
13902
13903 2014-05-01 Pedro Alves <palves@redhat.com>
13904
13905 * boards/local-remote-host.exp: New file.
13906
13907 2014-05-01 Pedro Alves <palves@redhat.com>
13908
13909 * boards/local-remote-host.exp: Rename to ...
13910 * boards/local-remote-host-notty.exp: ... this.
13911
13912 2014-04-28 Joel Brobecker <brobecker@adacore.com>
13913
13914 * gdb.ada/dyn_arrayidx: New testcase.
13915
13916 2014-04-26 Yao Qi <yao@codesourcery.com>
13917
13918 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13919 and compute the length of function main. Save it in
13920 $main_length.
13921 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13922 (top-level): Use gdb_compile to compile objects into
13923 executable and restart GDB. Remove invocation to
13924 prepare_for_testing.
13925
13926 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13927 Pedro Alves <palves@redhat.com>
13928
13929 PR server/16255
13930 * gdb.multi/multi-attach.c: New file.
13931 * gdb.multi/multi-attach.exp: New file.
13932
13933 2014-04-25 Pedro Alves <palves@redhat.com>
13934
13935 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13936 user.
13937 (top level): Test that "set remote conditional-breakpoints-packet
13938 off" works as intended.
13939 * gdb.base/dprintf.exp: Test that "set remote
13940 breakpoint-commands-packet off" works as intended.
13941 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13942 New function.
13943 (top level): Call it.
13944 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13945 remote fast-tracepoints-packet off" works as intended.
13946 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13947 * lib/gdb.exp (gdb_is_target_remote): ... here.
13948
13949 2014-04-24 David Blaikie <dblaikie@gmail.com>
13950
13951 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13952 ensure clang would not discard them.
13953 * gdb.base/gdbvars.c: Ditto.
13954 * gdb.base/memattr.c: Ditto.
13955 * gdb.base/whatis.c: Ditto.
13956 * gdb.python/py-prettyprint.c: Ditto.
13957 * gdb.trace/actions.c: Ditto.
13958 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13959 ensure clang would not discard it.
13960
13961 2014-04-24 David Blaikie <dblaikie@gmail.com>
13962
13963 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13964 clang to emit the full definition of type required by the test
13965 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13966
13967 2014-04-24 David Blaikie <dblaikie@gmail.com>
13968
13969 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13970 coax Clang into emitting the definition of the type.
13971 * gdb.cp/pr10728-x.h (y): Ditto.
13972 * gdb.cp/pr10728-y.cc (y): Ditto.
13973
13974 2014-04-24 David Blaikie <dblaikie@gmail.com>
13975
13976 * gdb.base/label.exp: XFAIL label related tests under Clang.
13977 * gdb.cp/cplabel.exp: Ditto.
13978 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13979 under Clang those using labels.
13980
13981 2014-04-25 Yao Qi <yao@codesourcery.com>
13982
13983 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13984 double_label.
13985 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13986 partial_label and double_label.
13987
13988 2014-04-24 David Blaikie <dblaikie@gmail.com>
13989
13990 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13991
13992 2014-04-24 David Blaikie <dblaikie@gmail.com>
13993
13994 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13995 of the function to work across GCC and Clang.
13996 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13997 pointer types (const void ** const V void **).
13998
13999 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
14000 Walfred Tedeschi <walfred.tedeschi@intel.com>
14001
14002 * Makefile.in (EXECUTABLES): Added i386-avx512.
14003 * gdb.arch/i386-avx512.c: New file.
14004 * gdb.arch/i386-avx512.exp: Likewise.
14005
14006 2014-04-23 Keith Seitz <keiths@redhat.com>
14007
14008 * lib/mi-support.exp (mi_list_breakpoints): Delete.
14009 (mi_make_breakpoint_table): New procedure.
14010 (mi_create_breakpoint): Use mi_make_breakpoint
14011 and return the result.
14012 (mi_make_breakpoint): New procedure.
14013 (mi_build_kv_pairs): New procedure.
14014
14015 * gdb.mi/mi-break.exp: Remove unused globals,
14016 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
14017 All callers updated.
14018 * gdb.mi/mi-dprintf.exp: Use variable to track command
14019 number.
14020 Update all callers of mi_create_breakpoint and use
14021 mi_make_breakpoint_table.
14022 Remove any unused global variables.
14023 * gdb.mi/mi-nonstop.exp: Likewise.
14024 * gdb.mi/mi-nsintrall.exp: Likewise.
14025 * gdb.mi/mi-nsmoribund.exp: Likewise.
14026 * gdb.mi/mi-nsthrexec.exp: Likewise.
14027 * gdb.mi/mi-reverse.exp: Likewise.
14028 * gdb.mi/mi-simplerun.exp: Likewise.
14029 * gdb.mi/mi-stepn.exp: Likewise.
14030 * gdb.mi/mi-syn-frame.exp: Likewise.
14031 * gdb.mi/mi-until.exp: Likewise.
14032 * gdb.mi/mi-var-cp.exp: Likewise.
14033 * gdb.mi/mi-var-display.exp: Likewise.
14034 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
14035 * gdb.mi/mi2-var-child.exp: Likewise.
14036 * gdb.mi/mi-vla-c99.exp: Likewise.
14037 * lib/mi-support.exp: Likewise.
14038
14039 From Ian Lance Taylor <iant@cygnus.com>:
14040 * lib/gdb.exp (parse_args): New procedure.
14041
14042 2014-04-23 Pedro Alves <palves@redhat.com>
14043
14044 * gdb.base/break-unload-file.c: New file.
14045 * gdb.base/break-unload-file.exp: New file.
14046 * gdb.base/sym-file-lib.c (baz): New function.
14047 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
14048 field.
14049 (load): Store the segment's mapped size.
14050 (unload): New function.
14051 (unload_shlib): New function.
14052 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
14053 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
14054 set a breakpoint at baz, and call it.
14055 * gdb.base/sym-file.exp: New tests for stale breakpoint
14056 instructions.
14057
14058 2014-04-23 Pedro Alves <palves@redhat.com>
14059
14060 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
14061 * gdb.base/hbreak-in-shr-unsupported.c: New file.
14062 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
14063 * gdb.base/hbreak-unmapped.c: New file.
14064 * gdb.base/hbreak-unmapped.exp: New file.
14065 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
14066 * lib/gdb.exp (gdb_is_target_remote): ... here.
14067
14068 2014-04-22 Pedro Alves <palves@redhat.com>
14069
14070 * gdb.base/consecutive-step-over.c: New file.
14071 * gdb.base/consecutive-step-over.exp: New file.
14072
14073 2014-04-22 Pedro Alves <palves@redhat.com>
14074
14075 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
14076 instead of send_gdb/gdb_expect.
14077
14078 2014-04-22 Yao Qi <yao@codesourcery.com>
14079
14080 * lib/trace-support.exp (generate_tracefile): New procedure.
14081 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
14082 return 0.
14083 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
14084 if generate_tracefile returns 1.
14085
14086 2014-04-18 Tom Tromey <palves@redhat.com>
14087 Pedro alves <tromey@redhat.com>
14088
14089 PR backtrace/15558
14090 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
14091 with a backtrace limit.
14092 * gdb.python/py-frame-inline.exp: Test running to an inline
14093 function with a backtrace limit, and printing the newest frame.
14094 * gdb.python/py-frame-inline.c (main): Call f.
14095
14096 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14097
14098 * gdb.java/jnpe.exp: Drop srcdir from untested path.
14099
14100 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
14101
14102 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
14103 Drop prefix from unsupported source file path.
14104
14105 2014-04-17 Yao Qi <yao@codesourcery.com>
14106
14107 * lib/gdb.exp (with_target_charset): New proc.
14108 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
14109 with_target_charset.
14110 (test_print_strings): Likewise.
14111 (test_repeat_bytes): Likewise.
14112 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
14113 for some tests.
14114
14115 2014-04-16 Keith Seitz <keiths@redhat.com>
14116
14117 PR gdb/15827
14118 * gdb.dwarf2/corrupt.c: New file.
14119 * gdb.dwarf2/corrupt.exp: New file.
14120
14121 2014-04-16 Keith Seitz <keiths@redhat.com>
14122
14123 PR c++/16597
14124 * gdb.cp/namelessclass.cc: New file.
14125 * gdb.cp/namelessclass.exp: New file.
14126 * gdb.cp/namelessclass.S: New file.
14127
14128 2014-04-16 Doug Evans <dje@google.com>
14129
14130 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
14131 Add comment.
14132 (gdbserver_default_get_comm_port): New function.
14133 (gdbserver_start): Check if board file provided
14134 "gdbserver,get_comm_port" and use it if so.
14135 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
14136 (gdb,socketport): Set to "stdio".
14137 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
14138 (stdio_gdbserver_template): Delete.
14139 (${board}_get_remote_address): Update.
14140 (${board}_build_remote_cmd): Delete.
14141 (${board}_get_comm_port): New function.
14142 (${board}_spawn): Update.
14143 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
14144 Delete.
14145 (${board}_get_remote_address): Update.
14146 (${board}_get_comm_port): New function.
14147
14148 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
14149
14150 * gdb.base/memattr.exp: Improve regexps to handle memory regions
14151 appearing in any order.
14152
14153 2014-04-15 Doug Evans <dje@google.com>
14154
14155 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
14156 uninitialized value of "description".
14157
14158 2014-04-15 Keith Seitz <keiths@redhat.com>
14159
14160 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
14161 Remove unused globals.
14162 (test_running_the_program): Likewise.
14163 (test_controlled_execution): Likewise.
14164 (test_controlling_breakpoints): Likewise.
14165 (test_program_termination): Likewise.
14166
14167 2014-04-15 Keith Seitz <keiths@redhat.com>
14168
14169 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
14170 unused globals.
14171 (test_rbreak_creation_and_listing): Likewise.
14172 (test_ignore_count): Likewise.
14173 (test_error): Likewise.
14174
14175 2014-04-15 Pedro Alves <palves@redhat.com>
14176
14177 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
14178 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
14179 sym-file-loader.c.
14180 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14181 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14182 to sym-file-loader.c.
14183 (struct library): Forward declare.
14184 (load_shlib, lookup_function): Change prototypes.
14185 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14186 (translate_offset): Remove declarations.
14187 (get_text_addr): New declaration.
14188 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
14189 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
14190 sym-file-loader.h.
14191 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
14192 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
14193 here from sym-file-loader.h.
14194 (struct library): New structure.
14195 (load_shlib, lookup_function): Change prototypes and adjust to
14196 work with a struct library.
14197 (find_shstrtab, find_strtab, find_shdr, find_symtab)
14198 (translate_offset): Make static.
14199 (get_text_addr): New function.
14200 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
14201
14202 2014-04-15 Pedro Alves <palves@redhat.com>
14203
14204 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
14205
14206 2014-04-15 Pedro Alves <palves@redhat.com>
14207
14208 * gdb.base/sym-file-loader.c: Include <limits.h>.
14209 (SELF_LINK): New define.
14210 (get_origin): New function.
14211 (load_shlib): Use it.
14212 * gdb.base/sym-file.exp: Don't early return if the target is
14213 remote. Use runto_main, and issue fail is that fails. Use
14214 gdb_load_shlibs.
14215 (shlib_name): Delete.
14216 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14217
14218 2014-04-15 Pedro Alves <palves@redhat.com>
14219
14220 * gdb.base/sym-file.exp: Remove regex characters from test
14221 message. Don't refer to breakpoint numbers in test messages.
14222
14223 2014-04-14 Keith Seitz <keiths@redhat.com>
14224
14225 PR c++/16253
14226 * gdb.cp/var-tag.cc: New file.
14227 * gdb.cp/var-tag.exp: New file.
14228 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14229 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14230 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14231 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14232
14233 2014-04-14 Tom Tromey <tromey@redhat.com>
14234
14235 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14236 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14237 type.
14238 * gdb.cp/enum-class.exp: New file.
14239 * gdb.cp/enum-class.cc: New file.
14240
14241 2014-04-14 Tom Tromey <tromey@redhat.com>
14242
14243 * gdb.dwarf2/enum-type.exp: New file.
14244
14245 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14246
14247 * gdb.mi/mi-vla-c99.exp: New file.
14248 * gdb.mi/vla.c: New file.
14249
14250 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14251
14252 * gdb.base/vla-datatypes.c: New file.
14253 * gdb.base/vla-datatypes.exp: New file.
14254
14255 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14256
14257 * gdb.base/vla-ptr.c: New file.
14258 * gdb.base/vla-ptr.exp: New file.
14259
14260 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14261
14262 * gdb.dwarf2/count.exp: New file.
14263
14264 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14265
14266 * gdb.base/vla-sideeffect.c: New file.
14267 * gdb.base/vla-sideeffect.exp: New file.
14268
14269 2014-04-14 David Blaikie <dblaikie@gmail.com>
14270
14271 * gdb.mi/non-stop.c: Add return value for non-void function return
14272 statement.
14273 * gdb.threads/staticthreads.c: Ditto.
14274
14275 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14276 Doug Evans <xdje42@gmail.com>
14277
14278 * gdb.guile/scm-value.c: Improve test case.
14279 * gdb.guile/scm-value.exp: Add new test.
14280
14281 2014-04-11 David Blaikie <dblaikie@gmail.com>
14282
14283 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14284 override Clang's default.
14285
14286 2014-04-11 Joel Brobecker <brobecker@adacore.com>
14287
14288 Revert the following changes (regressions):
14289
14290 * gdb.base/vla-sideeffect.c: New file.
14291 * gdb.base/vla-sideeffect.exp: New file.
14292
14293 * gdb.dwarf2/count.exp: New file.
14294
14295 * gdb.base/vla-multi.c: New file.
14296 * gdb.base/vla-multi.exp: New file.
14297
14298 * gdb.base/vla-ptr.c: New file.
14299 * gdb.base/vla-ptr.exp: New file.
14300
14301 * gdb.base/vla-datatypes.c: New file.
14302 * gdb.base/vla-datatypes.exp: New file.
14303
14304 * gdb.mi/mi-vla-c99.exp: New file.
14305 * gdb.mi/vla.c: New file.
14306
14307 2014-04-11 Keith Seitz <keiths@redhat.com>
14308
14309 PR c++/16675
14310 * gdb.cp/cpsizeof.exp: New file.
14311 * gdb.cp/cpsizeof.cc: New file.
14312
14313 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14314
14315 * gdb.mi/mi-vla-c99.exp: New file.
14316 * gdb.mi/vla.c: New file.
14317
14318 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14319
14320 * gdb.base/vla-datatypes.c: New file.
14321 * gdb.base/vla-datatypes.exp: New file.
14322
14323 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14324
14325 * gdb.base/vla-ptr.c: New file.
14326 * gdb.base/vla-ptr.exp: New file.
14327
14328 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14329
14330 * gdb.base/vla-multi.c: New file.
14331 * gdb.base/vla-multi.exp: New file.
14332
14333 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14334
14335 * gdb.dwarf2/count.exp: New file.
14336
14337 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14338
14339 * gdb.base/vla-sideeffect.c: New file.
14340 * gdb.base/vla-sideeffect.exp: New file.
14341
14342 2014-04-11 Yao Qi <yao@codesourcery.com>
14343
14344 * gdb.base/completion.exp: Check file exists before running tests
14345 on file completion.
14346
14347 2014-04-10 Pedro Alves <palves@redhat.com>
14348
14349 * gdb.base/cond-eval-mode.c: New file.
14350 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14351 prepare_for_testing to build the new file. Check result of
14352 runto_main.
14353 (test_break, test_watch): New procedures.
14354 (top level): Use them.
14355
14356 2014-04-08 Pierre Muller <muller@sourceware.org>
14357
14358 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14359 Ctrl-V use for mingw hosts.
14360
14361 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14362
14363 * gdb.python/py-value.c: Improve test case.
14364 * gdb.python/py-value.exp: Add new test.
14365
14366 2014-04-07 David Blaikie <dblaikie@gmail.com>
14367
14368 * lib/compiler.c: Identify the clang compiler.
14369 * lib/compiler.cc: Ditto.
14370
14371 2014-04-03 Yao Qi <yao@codesourcery.com>
14372
14373 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14374
14375 2014-04-01 Anton Blanchard <anton@samba.org>
14376
14377 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14378 messages unique.
14379
14380 2014-04-01 Anton Blanchard <anton@samba.org>
14381
14382 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14383 prepare_for_testing.
14384
14385 2014-04-01 Anton Blanchard <anton@samba.org>
14386
14387 * gdb.arch/ppc64-atomic-inst.c: Remove.
14388 * gdb.arch/ppc64-atomic-inst.S: New file.
14389 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14390
14391 2014-03-31 Doug Evans <dje@google.com>
14392
14393 * gdb.base/print-symbol-loading-lib.c: New file.
14394 * gdb.base/print-symbol-loading-main.c: New file.
14395 * gdb.base/print-symbol-loading.exp: New file.
14396
14397 2014-03-31 Yao Qi <yao@codesourcery.com>
14398
14399 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14400
14401 2014-03-28 Joel Brobecker <brobecker@adacore.com>
14402
14403 * gdb.ada/mi_dyn_arr: New testcase.
14404
14405 2014-03-27 Doug Evans <dje@google.com>
14406
14407 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14408
14409 2014-03-27 Yao Qi <yao@codesourcery.com>
14410
14411 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14412 if target is nios2-*-*.
14413
14414 2014-03-26 Yao Qi <yao@codesourcery.com>
14415
14416 * lib/gdb.exp (readline_is_used): New proc.
14417 * gdb.base/completion.exp: Move tests on command complete up.
14418 Skip the rest of tests if readline is not used.
14419 * gdb.ada/complete.exp: Skp the test if readline is not
14420 used.
14421 * gdb.base/filesym.exp: Likewise.
14422 * gdb.base/macscp.exp: Likewise.
14423 * gdb.base/readline-ask.exp: Likewise.
14424 * gdb.base/readline.exp: Likewise.
14425 * gdb.python/py-cmd.exp: Likewise.
14426 * gdb.trace/tfile.exp: Likewise.
14427
14428 2014-03-26 Yao Qi <yao@codesourcery.com>
14429
14430 * gdb.base/macscp.exp: Fix code format issues.
14431
14432 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14433
14434 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14435 * gdb.asm/powerpc64le.inc: New file.
14436
14437 2014-03-25 Pedro Alves <palves@redhat.com>
14438 Doug Evans <dje@google.com>
14439
14440 * gdb.base/source-execution.c: New file.
14441 * gdb.base/source-execution.exp: New file.
14442 * gdb.base/source-execution.gdb: New file.
14443
14444 2014-03-24 Doug Evans <dje@google.com>
14445
14446 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14447 using fission.
14448
14449 2014-03-24 Hui Zhu <hui@codesourcery.com>
14450 Pedro Alves <palves@redhat.com>
14451
14452 PR breakpoints/16101
14453 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14454 test pass/fail messages. Detect missing support for dprintf when
14455 breakpoints are actually inserted.
14456 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14457 breakpoints are actually inserted.
14458 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14459 fails.
14460
14461 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14462
14463 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14464
14465 2014-03-22 Doug Evans <xdje42@gmail.com>
14466
14467 * gdb.python/python.exp (python not supported): Verify multi-line
14468 python command issues an error.
14469 * gdb.guile/guile.exp (guile not supported): Verify multi-line
14470 guile command issues an error.
14471
14472 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14473
14474 * gdb.threads/thread-specific.exp: Handle the lack of usable
14475 $this_breakpoint and $this_thread.
14476
14477 2014-03-21 Hui Zhu <hui@codesourcery.com>
14478
14479 * gdb.base/attach.exp (do_command_attach_tests): New.
14480
14481 2014-03-20 Tom Tromey <tromey@redhat.com>
14482 Pedro Alves <palves@redhat.com>
14483
14484 PR cli/15718
14485 * gdb.base/condbreak-call-false.c: New file.
14486 * gdb.base/condbreak-call-false.exp: New file.
14487
14488 2014-03-20 Pedro Alves <palves@redhat.com>
14489
14490 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14491 Delete.
14492 (block_signals, unblock_signals): Delete.
14493 (child_function_2, main): Remove references to deleted variable
14494 and functions.
14495
14496 2014-03-20 Pedro Alves <palves@redhat.com>
14497
14498 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14499 Use pthread_kill to signal thread 2.
14500 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14501 Adjust to make the test send itself a signal rather than using the
14502 host's "kill" command.
14503
14504 2014-03-20 Pedro Alves <palves@redhat.com>
14505
14506 * gdb.threads/multiple-step-overs.c: New file.
14507 * gdb.threads/multiple-step-overs.exp: New file.
14508 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14509 Adjust expected infrun debug output.
14510
14511 2014-03-20 Pedro Alves <palves@redhat.com>
14512
14513 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14514 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14515
14516 2014-03-20 Pedro Alves <palves@redhat.com>
14517
14518 PR breakpoints/7143
14519 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14520 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14521 of gdb_test_multiple.
14522 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14523 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14524
14525 2014-03-20 Pedro Alves <palves@redhat.com>
14526
14527 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14528 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14529
14530 2014-03-19 Pedro Alves <palves@redhat.com>
14531
14532 * gdb.base/async.exp: Remove early return.
14533
14534 2014-03-19 Pedro Alves <palves@redhat.com>
14535
14536 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14537
14538 2014-03-19 Pedro Alves <palves@redhat.com>
14539
14540 * gdb.base/async.exp (test_background): Expect \r\n after
14541 "completed." in the fail pattern.
14542
14543 2014-03-19 Pedro Alves <palves@redhat.com>
14544
14545 * gdb.base/async.exp (test_background): New procedure.
14546 Use it for all background execution command tests.
14547
14548 2014-03-19 Pedro Alves <palves@redhat.com>
14549
14550 * gdb.base/async.exp: Use prepare_for_testing.
14551
14552 2014-03-19 Pedro Alves <palves@redhat.com>
14553
14554 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14555 the same line.
14556
14557 2014-03-19 Pedro Alves <palves@redhat.com>
14558
14559 * gdb.base/async.c (main): Add "jump here" and "until here" line
14560 marker comments.
14561 * gdb.base/async.exp (jump_here): New global.
14562 (jump& test): Use it.
14563 (until_here): New global.
14564 (until& test): Use it.
14565
14566 2014-03-19 Pedro Alves <palves@redhat.com>
14567
14568 * gdb.base/async.exp: Don't frob gdb_protocol.
14569
14570 2014-03-18 Doug Evans <xdje42@gmail.com>
14571
14572 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14573 Fix spelling of exec-done-display.
14574
14575 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14576
14577 PR gdb/15358
14578 * gdb.base/gdb-sigterm.c: New file.
14579 * gdb.base/gdb-sigterm.exp: New file.
14580
14581 2014-03-18 Pedro Alves <palves@redhat.com>
14582
14583 PR gdb/13860
14584 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14585 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14586 solib-event.
14587
14588 2014-03-17 Joel Brobecker <brobecker@adacore.com>
14589
14590 * gdb.ada/pckd_arr_ren: New testcase.
14591
14592 2014-03-13 Doug Evans <xdje42@gmail.com>
14593
14594 PR guile/16612
14595 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14596 collect after discarding symbols.
14597
14598 2014-03-13 Ludovic Courtès <ludo@gnu.org>
14599 Doug Evans <xdje42@gmail.com>
14600
14601 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14602 to history survives a gc.
14603
14604 2014-03-13 Pedro Alves <palves@redhat.com>
14605
14606 * gdb.base/default.exp: Don't test "target procfs".
14607
14608 2014-03-13 Pedro Alves <palves@redhat.com>
14609
14610 * gdb.base/default.exp: Update "target child" and "target procfs"
14611 tests to not expect "Unix".
14612
14613 2014-03-12 Tom Tromey <tromey@redhat.com>
14614
14615 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14616 New procs. Add target-async tests.
14617 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14618 Add target-async tests.
14619
14620 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14621
14622 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14623 'func_start' and 'func_end' for the beginning and end of the
14624 function code, respectively.
14625 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14626 'func_end' instead of 'func' and 'main'.
14627
14628 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14629
14630 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14631 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14632 generate the debug info assembler source.
14633
14634 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14635
14636 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14637 * gdb.dwarf2/arr-subrange.exp: Likewise.
14638 * gdb.dwarf2/dwz.exp: Likewise.
14639 * gdb.dwarf2/method-ptr.exp: Likewise.
14640 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14641 * gdb.dwarf2/subrange.exp: Likewise.
14642 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14643 * gdb.dwarf2/implptrpiece.exp: Likewise.
14644 * gdb.dwarf2/nostaticblock.exp: Likewise.
14645
14646 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14647
14648 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14649 directory to absolute path name arguments.
14650
14651 2014-03-10 Joel Brobecker <brobecker@adacore.com>
14652
14653 * gdb.ada/tagged_access: New testcase.
14654
14655 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14656
14657 * gdb.btrace/data.exp: Update expected output.
14658
14659 2014-03-06 Yao Qi <yao@codesourcery.com>
14660
14661 * gdb.trace/pr16508.exp: New file.
14662
14663 2014-03-05 Pedro Alves <palves@redhat.com>
14664
14665 PR gdb/16575
14666 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14667 procedure.
14668 (top level): Adjust to use it. Add tests that exercise breakpoint
14669 interaction with the code-cache.
14670
14671 2014-02-26 Ludovic Courtès <ludo@gnu.org>
14672
14673 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14674 test for 'history-append!'.
14675
14676 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14677
14678 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14679 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14680 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14681 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14682 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14683 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14684
14685 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14686
14687 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14688 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14689 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14690
14691 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14692
14693 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14694
14695 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14696
14697 * gdb.dwarf2/arr-stride.c: New file.
14698 * gdb.dwarf2/arr-stride.exp: New file.
14699
14700 2014-02-26 Pedro Alves <palves@redhat.com>
14701
14702 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14703 that won't ever trigger. Make sure that GDB reports the correct
14704 breakpoint that caused the stop.
14705
14706 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14707
14708 PR gdb/16626
14709 * gdb.base/auto-load-script: New file.
14710 * gdb.base/auto-load.c: New file.
14711 * gdb.base/auto-load.exp: New file.
14712
14713 PR gdb/16626
14714 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14715
14716 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14717
14718 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14719 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14720
14721 2014-02-24 Doug Evans <dje@google.com>
14722
14723 * lib/gdb.exp (run_on_host): Log error output if program fails.
14724
14725 2014-02-21 Pedro Alves <palves@redhat.com>
14726
14727 * gdb.threads/step-after-sr-lock.c: Rename to ...
14728 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14729 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14730 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14731 ... this.
14732
14733 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14734
14735 PR tdep/16397
14736 * gdb.arch/amd64-stap-special-operands.exp: New file.
14737 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14738 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14739 * gdb.arch/amd64-stap-triplet.S: Likewise.
14740 * gdb.arch/amd64-stap-triplet.c: Likewise.
14741
14742 2014-02-20 Joel Brobecker <brobecker@adacore.com>
14743
14744 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14745 in .section pseudo-op.
14746
14747 2014-02-20 lin zuojian <manjian2006@gmail.com>
14748 Joel Brobecker <brobecker@adacore.com>
14749 Doug Evans <xdje42@gmail.com>
14750
14751 PR symtab/16581
14752 * gdb.dwarf2/dw2-icycle.S: New file.
14753 * gdb.dwarf2/dw2-icycle.c: New file.
14754 * gdb.dwarf2/dw2-icycle.exp: New file.
14755
14756 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14757
14758 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14759 operations on gdb.Value objects.
14760 * gdb.python/py-value-cc.exp: Add new test to test operations on
14761 gdb.Value objects.
14762
14763 2014-02-18 Doug Evans <dje@google.com>
14764
14765 * Makefile.in (TESTS): New variable.
14766 (expanded_tests, expanded_tests_or_none): New variables
14767 (check-single): Pass $(expanded_tests_or_none) to runtest.
14768 (check-parallel): Only run tests in $(TESTS) if non-empty.
14769 (check/no-matching-tests-found): New rule.
14770 * README: Document TESTS makefile variable.
14771
14772 2014-02-18 Doug Evans <dje@google.com>
14773
14774 * Makefile.in (check-parallel): rm -rf outputs temp.
14775
14776 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14777
14778 Fix "ERROR: no fileid for" in the testsuite.
14779 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14780
14781 2014-02-12 Doug Evans <dje@google.com>
14782
14783 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14784 (MISCELLANEOUS): New variable.
14785 (clean): rm -rf $(MISCELLANEOUS).
14786 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14787 dwp live in the same directory as symlinks, with each symlink pointed
14788 to a differently named file in a different directory.
14789
14790 2014-02-11 Doug Evans <dje@google.com>
14791
14792 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14793 of Tcl file commands.
14794
14795 2014-02-10 Mark Kettenis <kettenis@gnu.org>
14796
14797 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14798 "kill -SIGUSR1 -1".
14799
14800 2014-02-10 Joel Brobecker <brobecker@adacore.com>
14801
14802 * gdb.ada/tick_length_array_enum_idx: New testcase.
14803
14804 2014-02-10 Doug Evans <xdje42@gmail.com>
14805
14806 * configure.ac (AC_OUTPUT): Add gdb.guile.
14807 * configure: Regenerate.
14808 * lib/gdb-guile.exp: New file.
14809 * lib/gdb.exp (get_target_charset): New function.
14810 * gdb.base/help.exp: Update expected output from "apropos apropos".
14811 * gdb.guile/Makefile.in: New file.
14812 * gdb.guile/guile.exp: New file.
14813 * gdb.guile/scm-arch.c: New file.
14814 * gdb.guile/scm-arch.exp: New file.
14815 * gdb.guile/scm-block.c: New file.
14816 * gdb.guile/scm-block.exp: New file.
14817 * gdb.guile/scm-breakpoint.c: New file.
14818 * gdb.guile/scm-breakpoint.exp: New file.
14819 * gdb.guile/scm-disasm.c: New file.
14820 * gdb.guile/scm-disasm.exp: New file.
14821 * gdb.guile/scm-equal.c: New file.
14822 * gdb.guile/scm-equal.exp: New file.
14823 * gdb.guile/scm-error.exp: New file.
14824 * gdb.guile/scm-error.scm: New file.
14825 * gdb.guile/scm-frame-args.c: New file.
14826 * gdb.guile/scm-frame-args.exp: New file.
14827 * gdb.guile/scm-frame-args.scm: New file.
14828 * gdb.guile/scm-frame-inline.c: New file.
14829 * gdb.guile/scm-frame-inline.exp: New file.
14830 * gdb.guile/scm-frame.c: New file.
14831 * gdb.guile/scm-frame.exp: New file.
14832 * gdb.guile/scm-generics.exp: New file.
14833 * gdb.guile/scm-gsmob.exp: New file.
14834 * gdb.guile/scm-iterator.c: New file.
14835 * gdb.guile/scm-iterator.exp: New file.
14836 * gdb.guile/scm-math.c: New file.
14837 * gdb.guile/scm-math.exp: New file.
14838 * gdb.guile/scm-objfile-script-gdb.in: New file.
14839 * gdb.guile/scm-objfile-script.c: New file.
14840 * gdb.guile/scm-objfile-script.exp: New file.
14841 * gdb.guile/scm-objfile.c: New file.
14842 * gdb.guile/scm-objfile.exp: New file.
14843 * gdb.guile/scm-ports.exp: New file.
14844 * gdb.guile/scm-pretty-print.c: New file.
14845 * gdb.guile/scm-pretty-print.exp: New file.
14846 * gdb.guile/scm-pretty-print.scm: New file.
14847 * gdb.guile/scm-section-script.c: New file.
14848 * gdb.guile/scm-section-script.exp: New file.
14849 * gdb.guile/scm-section-script.scm: New file.
14850 * gdb.guile/scm-symbol.c: New file.
14851 * gdb.guile/scm-symbol.exp: New file.
14852 * gdb.guile/scm-symtab-2.c: New file.
14853 * gdb.guile/scm-symtab.c: New file.
14854 * gdb.guile/scm-symtab.exp: New file.
14855 * gdb.guile/scm-type.c: New file.
14856 * gdb.guile/scm-type.exp: New file.
14857 * gdb.guile/scm-value-cc.cc: New file.
14858 * gdb.guile/scm-value-cc.exp: New file.
14859 * gdb.guile/scm-value.c: New file.
14860 * gdb.guile/scm-value.exp: New file.
14861 * gdb.guile/source2.scm: New file.
14862 * gdb.guile/types-module.cc: New file.
14863 * gdb.guile/types-module.exp: New file.
14864
14865 2014-02-10 Yao Qi <yao@codesourcery.com>
14866
14867 PR testsuite/16543
14868 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14869 * configure: Regenerated.
14870 * Makefile.in: New file.
14871
14872 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14873
14874 * gdb.python/py-framefilter.exp: Fix typo.
14875
14876 2014-02-08 Yao Qi <yao@codesourcery.com>
14877
14878 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14879 that no =breakpoint-modified is emitted when breakpoints are
14880 modified through MI commands.
14881
14882 2014-02-07 Pedro Alves <pedro@codesourcery.com>
14883 Pedro Alves <palves@redhat.com>
14884
14885 * gdb.threads/step-after-sr-lock.c: New file.
14886 * gdb.threads/step-after-sr-lock.exp: New file.
14887
14888 2014-02-07 Pedro Alves <palves@redhat.com>
14889
14890 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14891
14892 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14893
14894 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14895 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14896
14897 2014-02-06 Doug Evans <xdje42@gmail.com>
14898
14899 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14900 output.
14901
14902 * gdb.gdb/python-interrupts.exp: New file.
14903
14904 2014-02-05 Yao Qi <yao@codesourcery.com>
14905
14906 * gdb.trace/report.exp (use_collected_data): Test the output
14907 of "info threads" and "info inferiors".
14908
14909 2014-02-05 Yao Qi <yao@codesourcery.com>
14910
14911 Revert this patch:
14912
14913 2013-05-24 Yao Qi <yao@codesourcery.com>
14914
14915 * gdb.trace/tfile.exp: Test inferior and thread.
14916
14917 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14918
14919 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14920 on a function.
14921 * gdb.base/step-bt.c: Call hello via function pointer to make
14922 sure its first instruction is executed on powerpc64le-linux.
14923
14924 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14925
14926 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14927
14928 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14929
14930 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14931 of the test patterns for use on little-endian systems.
14932
14933 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14934
14935 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14936 (decimal_vector): Fix for little-endian.
14937
14938 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14939
14940 * gdb.arch/sparc-sysstep.exp: New file.
14941 * gdb.arch/sparc-sysstep.c: Likewise.
14942
14943 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14944
14945 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14946
14947 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14948
14949 2014-01-23 Tom Tromey <tromey@redhat.com>
14950
14951 * gdb.ada/array_char_idx: New testcase.
14952
14953 2014-01-23 Tom Tromey <tromey@redhat.com>
14954
14955 PR python/16487:
14956 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14957 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14958 classes.
14959
14960 2014-01-23 Tom Tromey <tromey@redhat.com>
14961
14962 PR python/16491:
14963 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14964 string from an inferior frame.
14965 * gdb.python/py-framefilter-mi.exp: Update.
14966
14967 2014-01-22 Doug Evans <dje@google.com>
14968
14969 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14970
14971 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14972
14973 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14974
14975 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14976
14977 * gdb.trace/entry-values.exp: Remove excess space character from
14978 regex patterns. Handle s390 call instruction.
14979
14980 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14981
14982 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14983 define "*_start" label. Make "name" static.
14984 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14985 ${name} by references to ${name}_start.
14986
14987 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14988
14989 * gdb.base/info-macros.exp: Remove "debug" from the compile
14990 options.
14991
14992 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14993
14994 * gdb.dlang/demangle.exp: New file.
14995
14996 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14997
14998 * gdb.dlang/primitive-types.exp: New file.
14999
15000 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
15001
15002 * configure.ac: Create gdb.dlang/Makefile.
15003 * configure: Regenerate.
15004 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
15005 * gdb.dlang/Makefile.in: New file.
15006 * lib/d-support.exp: New file.
15007 * lib/gdb.exp (skip_d_tests): New proc.
15008
15009 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15010
15011 * gdb.btrace/delta.exp: Check reverse stepi.
15012 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
15013 * gdb.btrace/finish.exp: New.
15014 * gdb.btrace/next.exp: New.
15015 * gdb.btrace/nexti.exp: New.
15016 * gdb.btrace/record_goto.c: Add comments.
15017 * gdb.btrace/step.exp: New.
15018 * gdb.btrace/stepi.exp: New.
15019 * gdb.btrace/multi-thread-step.c: New.
15020 * gdb.btrace/multi-thread-step.exp: New.
15021 * gdb.btrace/rn-dl-bind.c: New.
15022 * gdb.btrace/rn-dl-bind.exp: New.
15023 * gdb.btrace/data.c: New.
15024 * gdb.btrace/data.exp: New.
15025 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15026
15027 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15028
15029 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
15030 * gdb.btrace/exception.exp: Update.
15031 * gdb.btrace/instruction_history.exp: Update.
15032 * gdb.btrace/record_goto.exp: Update.
15033 * gdb.btrace/tailcall.exp: Update.
15034 * gdb.btrace/unknown_functions.exp: Update.
15035 * gdb.btrace/delta.exp: New.
15036
15037 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15038
15039 * gdb.btrace/record_goto.exp: Add backtrace test.
15040 * gdb.btrace/tailcall.exp: Add backtrace test.
15041
15042 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15043
15044 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
15045 * gdb.btrace/record_goto.c: New.
15046 * gdb.btrace/record_goto.exp: New.
15047 * gdb.btrace/x86-record_goto.S: New.
15048
15049 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15050
15051 * gdb.btrace/function_call_history.exp: Update tests.
15052 * gdb.btrace/instruction_history.exp: Update tests.
15053
15054 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15055
15056 * gdb.btrace/function_call_history.exp: Fix expected field
15057 order for "record function-call-history".
15058 Add new tests for "record function-call-history /c".
15059 * gdb.btrace/exception.cc: New.
15060 * gdb.btrace/exception.exp: New.
15061 * gdb.btrace/tailcall.exp: New.
15062 * gdb.btrace/x86-tailcall.S: New.
15063 * gdb.btrace/x86-tailcall.c: New.
15064 * gdb.btrace/unknown_functions.c: New.
15065 * gdb.btrace/unknown_functions.exp: New.
15066 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
15067
15068 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15069
15070 * gdb.btrace/instruction_history.exp: Update.
15071 * gdb.btrace/function_call_history.exp: Update.
15072
15073 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15074
15075 * gdb.btrace/function_call_history.exp: Fix expected function
15076 trace.
15077 * gdb.btrace/instruction_history.exp: Initialize traced.
15078 Remove traced_functions.
15079
15080 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15081
15082 * gdb.btrace/function_call_history.exp: Update
15083 * gdb.btrace/instruction_history.exp: Update.
15084
15085 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
15086
15087 * gdb.btrace/enable.exp: Update expected text.
15088
15089 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
15090
15091 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
15092 bytes.
15093
15094 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
15095
15096 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
15097
15098 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
15099
15100 * lib/gdb.exp (supports_process_record): Return true for
15101 arm*-linux*. (supports_reverse): Likewise.
15102
15103 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
15104
15105 PR python/15464
15106 PR python/16113
15107 * gdb.python/py-type.c: Enhance test case.
15108 * gdb.python/py-value-cc.cc: Likewise
15109 * gdb.python/py-type.exp: Add new tests.
15110 * gdb.python/py-value-cc.exp: Likewise
15111
15112 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
15113 Pedro Alves <palves@redhat.com>
15114
15115 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
15116 Make "name" extern.
15117 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
15118 references to ${name}_start by references to ${name}.
15119
15120 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15121
15122 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
15123
15124 2014-01-10 Joel Brobecker <brobecker@adacore.com>
15125
15126 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
15127
15128 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
15129 Pedro Alves <palves@redhat.com>
15130
15131 * gdb.mi/mi-info-os.exp: Connect to the target with
15132 mi_gdb_target_load.
15133
15134 2014-01-08 Pedro Alves <palves@redhat.com>
15135
15136 * gdb.threads/reconnect-signal.c: New file.
15137 * gdb.threads/reconnect-signal.exp: New file.
15138
15139 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
15140
15141 * gdb.base/source-dir.exp: New file.
15142
15143 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15144
15145 * gdb.ada/mi_interface: New testcase.
15146
15147 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15148
15149 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
15150 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
15151 gdb.ada/pp-rec-component/pck.ads: New files.
15152
15153 2014-01-07 Joel Brobecker <brobecker@adacore.com>
15154
15155 * gdb.python/py-pp-integral.c: New file.
15156 * gdb.python/py-pp-integral.py: New file.
15157 * gdb.python/py-pp-integral.exp: New file.
15158
15159 For older changes see ChangeLog-1993-2013.
15160 \f
15161 ;; Local Variables:
15162 ;; mode: change-log
15163 ;; left-margin: 8
15164 ;; fill-column: 74
15165 ;; version-control: never
15166 ;; End:
15167
15168 Copyright 2014-2018 Free Software Foundation, Inc.
15169 Copying and distribution of this file, with or without modification,
15170 are permitted provided the copyright notice and this notice are preserved.
This page took 0.363273 seconds and 4 git commands to generate.