f4aa66ffbc19da13ba17da907f06b80a9df25a4f
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
2
3 * gdb.arch/powerpc-ppr-dscr.c: New file.
4 * gdb.arch/powerpc-ppr-dscr.exp: New file.
5
6 2018-10-25 Tom de Vries <tdevries@suse.de>
7
8 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
9
10 2018-10-24 Tom de Vries <tdevries@suse.de>
11
12 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
13 longer exists error.
14
15 2018-10-24 Tom de Vries <tdevries@suse.de>
16
17 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
18
19 2018-10-24 Tom de Vries <tdevries@suse.de>
20
21 * gdb.base/valgrind-db-attach.exp: Handle removed support for
22 --db-attach in valgrind.
23
24 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
25
26 * gdb.arch/riscv-reg-aliases.c: New file.
27 * gdb.arch/riscv-reg-aliases.exp: New file.
28
29 2018-10-19 Alan Hayward <alan.hayward@arm.com>
30
31 * gdb.python/py-cmd.exp: Check for gdb_prompt.
32
33 2018-10-19 Alan Hayward <alan.hayward@arm.com>
34
35 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
36
37 2018-10-19 Alan Hayward <alan.hayward@arm.com>
38
39 * gdb.cp/ovldbreak.exp: Fix regexps.
40
41 2018-10-19 Alan Hayward <alan.hayward@arm.com>
42
43 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
44
45 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
46
47 PR cli/23785
48 * gdb.base/restore.exp: New test to check if "restore" with an
49 invalid file doesn't segfault.
50
51 2018-10-18 Tom de Vries <tdevries@suse.de>
52
53 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
54 * gdb.ada/excep_handle.exp: Same.
55 * gdb.ada/mi_string_access.exp: Same.
56 * gdb.ada/mi_var_union.exp: Same.
57 * gdb.arch/arc-analyze-prologue.exp: Same.
58 * gdb.arch/arc-decode-insn.exp: Same.
59 * gdb.base/readnever.exp: Same.
60 * gdb.fortran/printing-types.exp: Same.
61 * gdb.guile/scm-lazy-string.exp: Same.
62
63 2018-10-16 Tom de Vries <tdevries@suse.de>
64
65 PR gdb/23730
66 * gdb.base/catch-follow-exec.c: Add copyright notice.
67 * gdb.base/catch-follow-exec.exp: Rewrite to use
68 gdb_spawn_with_cmdline_opts. Require gdb-native.
69
70 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
71
72 * gdb.trace/actions-changed.exp: Check for arch support.
73 * gdb.trace/actions.exp: Likewise.
74 * gdb.trace/ax.exp: Likewise.
75 * gdb.trace/backtrace.exp: Likewise.
76 * gdb.trace/change-loc.exp: Likewise.
77 * gdb.trace/deltrace.exp: Likewise.
78 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
79 * gdb.trace/ftrace.exp: Likewise.
80 * gdb.trace/infotrace.exp: Check for arch support.
81 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
82 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
83 * gdb.trace/mi-tsv-changed.exp: Likewise.
84 * gdb.trace/packetlen.exp: Likewise.
85 * gdb.trace/passc-dyn.exp: Likewise.
86 * gdb.trace/passcount.exp: Likewise.
87 * gdb.trace/pending.exp: Likewise.
88 * gdb.trace/range-stepping.exp: Check for shlib support.
89 * gdb.trace/report.exp: Check for arch support.
90 * gdb.trace/save-trace.exp: Likewise.
91 * gdb.trace/signal.exp: Check for signal support.
92 * gdb.trace/tfind.exp: Check for arch support.
93 * gdb.trace/trace-break.exp: Check for arch and shlib support.
94 * gdb.trace/trace-common.h: Add comment.
95 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
96 * gdb.trace/trace-enable-disable.exp: Likewise.
97 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
98 * gdb.trace/tracecmd.exp: Check for arch support.
99 * gdb.trace/tspeed.exp: Check for shlib and target support.
100 * gdb.trace/tstatus.exp: Check for arch support.
101 * gdb.trace/tsv.exp: Likewise.
102 * gdb.trace/while-dyn.exp: Likewise.
103 * gdb.trace/while-stepping.exp: Likewise.
104 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
105
106 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
107
108 * gdb.trace/tspeed.exp: Remove nowarnings.
109 (prepare_for_trace_test): Declare "global ipalib".
110 * gdb.trace/tspeed.c: Include unistd.h.
111 (main): Remove superfluous printf argument.
112
113 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
114
115 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
116 directory prefix on the filename.
117
118 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
119
120 * gdb.gdb/unittest.exp: Update expected message informing that
121 selftests have been disabled.
122 * gdb.server/unittest.exp: Likewise.
123
124 2018-10-09 Tom de Vries <tdevries@suse.de>
125
126 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
127 with runto_main.
128
129 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
130
131 PR c++/16841
132 * gdb.cp/virtbase2.cc: New file.
133 * gdb.cp/virtbase2.exp: New file.
134
135 2018-10-06 Tom Tromey <tom@tromey.com>
136
137 PR python/19399:
138 * gdb.python/py-inferior.exp: Add architecture test.
139
140 2018-10-06 Tom Tromey <tom@tromey.com>
141
142 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
143 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
144
145 2018-10-06 Tom Tromey <tom@tromey.com>
146
147 * gdb.python/py-breakpoint.exp (check_last_event): Check location
148 of a "throw" catchpoint.
149
150 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
151
152 * gdb.base/info-proc.exp: Update string expected from "help info
153 proc".
154
155 2018-10-04 Tom Tromey <tom@tromey.com>
156
157 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
158 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
159 (test_initial_complaints, test_empty_complaints): Update.
160 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
161
162 2018-10-04 Tom Tromey <tom@tromey.com>
163
164 PR cli/19551:
165 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
166 * lib/gdb.exp (gdb_file_cmd): Update.
167 * gdb.stabs/weird.exp (print_weird_var): Update.
168 * gdb.server/solib-list.exp: Update.
169 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
170 * gdb.mi/mi-cli.exp: Update.
171 * gdb.linespec/linespec.exp: Update.
172 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
173 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
174 * gdb.cp/cp-relocate.exp: Update.
175 * gdb.base/sym-file.exp: Update.
176 * gdb.base/relocate.exp: Update.
177 * gdb.base/readnever.exp: Update.
178 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
179 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
180 * gdb.base/dbx.exp (gdb_file_cmd): Update.
181 * gdb.base/code_elim.exp: Update.
182 * gdb.base/break-unload-file.exp (test_break): Update.
183 * gdb.base/break-interp.exp (test_attach_gdb): Update.
184 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
185 Update.
186 * gdb.base/attach.exp (do_attach_tests): Update.
187 * gdb.base/sepdebug.exp: Update.
188 * gdb.python/py-section-script.exp: Update.
189
190 2018-10-04 Tom Tromey <tom@tromey.com>
191
192 PR cli/22234:
193 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
194 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
195 output.
196
197 2018-10-04 Tom Tromey <tom@tromey.com>
198
199 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
200 set width and height to 0.
201 (test_command_line_attach_run): Use -quiet.
202
203 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
204
205 * lib/gdb.exp (skip_ifunc_tests): New.
206 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
207 other compile failures.
208 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
209
210 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
211
212 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
213 is_amd64_regs_target.
214
215 2018-10-01 Alan Hayward <alan.hayward@arm.com>
216
217 * gdb.arch/aarch64-sighandler-regs.c: New test.
218 * gdb.arch/aarch64-sighandler-regs.exp: New file.
219 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
220
221 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
222
223 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
224 assembly.
225
226 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
227
228 * gdb.base/frame-selection.exp: New file.
229 * gdb.base/frame-selection.c: New file.
230
231 2018-09-27 Alan Hayward <alan.hayward@arm.com>
232
233 * gdb.threads/check-libthread-db.c (thread_routine): Use a
234 pthread barrier.
235 (main): Likewise.
236
237 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
238
239 * gdb.base/large-frame-1.c: New file.
240 * gdb.base/large-frame-2.c: New file.
241 * gdb.base/large-frame.exp: New file.
242 * gdb.base/large-frame.h: New file.
243
244 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
245
246 PR gdb/20948
247 * gdb.base/write_mem.exp: New test.
248 * gdb.base/write_mem.c: Likewise.
249
250 2018-09-23 Tom Tromey <tom@tromey.com>
251
252 PR python/18852:
253 * gdb.python/py-parameter.exp: Add test for parameter that throws
254 on "set".
255
256 2018-09-23 Tom Tromey <tom@tromey.com>
257
258 PR python/17284:
259 * gdb.python/py-template.exp (test_template_arg): Add test for
260 negative template argument number.
261
262 2018-09-23 Tom Tromey <tom@tromey.com>
263
264 PR python/14062:
265 * gdb.python/python.exp: Add test for post_event error.
266
267 2018-09-23 Tom Tromey <tom@tromey.com>
268
269 PR python/18170:
270 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
271 convert pointers to int and long.
272
273 2018-09-23 Tom Tromey <tom@tromey.com>
274
275 PR python/20126:
276 * gdb.python/py-value.exp (test_value_numeric_ops): Add
277 signed-ness conversion tests.
278
279 2018-09-23 Tom Tromey <tom@tromey.com>
280
281 PR python/18352;
282 * gdb.python/py-value.exp (test_float_conversion): New proc.
283 Use it.
284
285 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
286
287 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
288
289 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
290
291 * gdb.base/complete-empty.exp: Skip tab-completion tests if
292 no readline.
293 * gdb.base/utf8-identifiers.exp: Likewise.
294 * gdb.cp/cpcompletion.exp: Likewise.
295 * gdb.linespec/cpcompletion.exp: Likewise.
296 * gdb.linespec/cpls-abi-tag.exp: Likewise.
297 * gdb.linespec/cpls-ops.exp: Likewise.
298
299 2018-09-19 Richard Bunt <richard.bunt@arm.com>
300 Chris January <chris.january@arm.com>
301
302 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
303 * gdb.fortran/short-circuit-argument-list.exp: New file.
304 * gdb.fortran/short-circuit-argument-list.f90: New test.
305
306 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
307
308 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
309 "arch=" keyword when executing "-stack-list-frames".
310
311 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
312
313 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
314 "arch=" keyword when executing "-stack-list-frames".
315
316 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
317
318 * gdb.ada/complete.exp: Expect for "@" when doing "complete
319 break ada".
320
321 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
322
323 PR python/23669
324 * gdb.python/python.exp: Test gdb.execute("show commands").
325
326 2018-09-16 Tom Tromey <tom@tromey.com>
327
328 * gdb.base/new-ui.exp (do_execution_tests): Update.
329 * gdb.base/dbx.exp (test_breakpoints): Update.
330
331 2018-09-14 Alan Hayward <alan.hayward@arm.com>
332
333 * lib/gdb.exp (gdb_simple_compile): Add proc.
334 (is_elf_target): Use gdb_simple_compile.
335 (skip_altivec_tests): Likewise.
336 (skip_vsx_tests): Likewise.
337 (skip_tsx_tests): Likewise.
338 (skip_btrace_tests): Likewise.
339 (skip_btrace_pt_tests): Likewise.
340 (gdb_can_simple_compile): Likewise.
341 (gdb_has_argv0): Likewise.
342 (gdb_target_symbol_prefix): Likewise.
343 (target_supports_scheduler_locking): Likewise.
344
345 2018-09-13 Tom Tromey <tom@tromey.com>
346
347 * Makefile.in (TAGS): Recognize proc_with_prefix and
348 gdb_caching_proc.
349
350 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
351
352 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
353 method.
354
355 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
356
357 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
358 and a few other Inferior properties when the Inferior is no
359 longer valid.
360
361 2018-09-13 Tom Tromey <tom@tromey.com>
362
363 PR rust/23650:
364 * gdb.rust/simple.exp: Add test for enum field access error.
365
366 2018-09-13 Tom Tromey <tom@tromey.com>
367
368 PR rust/23626:
369 * gdb.rust/simple.rs (EmptyEnum): New type.
370 (main): Use it.
371 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
372
373 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
374
375 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
376 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
377 * gdb.python/py-symtab.exp: Update test printing an objfile.
378
379 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
380
381 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
382 object.
383
384 2018-09-12 Alan Hayward <alan.hayward@arm.com>
385
386 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
387 (support_complex_tests): Use gdb_can_simple_compile.
388 (is_ilp32_target): Likewise.
389 (is_lp64_target): Likewise.
390 (is_64_target): Likewise.
391 (is_amd64_regs_target): Likewise.
392 (is_aarch32_target): Likewise.
393 (gdb_int128_helper): Likewise.
394
395 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
396
397 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
398
399 2018-09-10 Jerome Guitton <guitton@adacore.com>
400
401 * gdb.ada/same_component_name: Add test for case of tagged record
402 with variable-length fields.
403
404 2018-09-10 Xavier Roirand <roirand@adacore.com>
405
406 * gdb.ada/access_to_unbounded_array.exp: New testcase.
407 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
408 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
409 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
410
411 2018-09-10 Xavier Roirand <roirand@adacore.com>
412
413 * gdb.ada/mi_string_access.exp: New testcase.
414 * gdb.ada/mi_string_access/bar.adb: New file.
415 * gdb.ada/mi_string_access/pck.adb: New file.
416 * gdb.ada/mi_string_access/pck.asd: New file.
417
418 2018-09-10 Xavier Roirand <roirand@adacore.com>
419
420 * gdb.ada/mi_var_union.exp: New testcase.
421 * gdb.ada/mi_var_union/bar.adb: New file.
422 * gdb.ada/mi_var_union/pck.adb: New file.
423 * gdb.ada/mi_var_union/pck.asd: New file.
424
425 2018-09-08 Tom Tromey <tom@tromey.com>
426
427 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
428
429 2018-09-08 Tom Tromey <tom@tromey.com>
430
431 PR python/16047:
432 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
433 (register_pretty_printers): Register new printer.
434 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
435 test.
436 * gdb.python/py-prettyprint.c (int_type3): New typedef.
437 (an_int_type3): New global.
438
439 2018-09-08 Joel Brobecker <brobecker@adacore.com>
440
441 * gdb.ada/expr_with_funcall: New testcase.
442
443 2018-09-08 Joel Brobecker <brobecker@adacore.com>
444
445 * gdb.ada/packed_array_assign: New testcase.
446
447 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
448
449 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
450 names, and add test prefixes to make test names unique.
451
452 2018-09-05 Tom de Vries <tdevries@suse.de>
453
454 * gdb.dwarf2/varval.exp: Add test.
455
456 2018-09-04 Gary Benson <gbenson@redhat.com>
457
458 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
459 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
460
461 2018-08-31 Tom Tromey <tom@tromey.com>
462
463 * gdb.rust/simple.rs: Rename second variable "v".
464
465 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
466
467 * gdb.base/funcargs.c (use_a): New function.
468 (recurse): Call use_a.
469
470 2018-08-29 Keith Seitz <keiths@redhat.com>
471
472 * gdb.compile/compile-cplus-anonymous.cc: New file.
473 * gdb.compile/compile-cplus-anonymous.exp: New file.
474 * gdb.compile/compile-cplus-array-decay.cc: New file.
475 * gdb.compile/compile-cplus-array-decay.exp: New file.
476 * gdb.compile/compile-cplus-inherit.cc: New file.
477 * gdb.compile/compile-cplus-inherit.exp: New file.
478 * gdb.compile/compile-cplus-member.cc: New file.
479 * gdb.compile/compile-cplus-member.exp: New file.
480 * gdb.compile/compile-cplus-method.cc: New file.
481 * gdb.compile/compile-cplus-method.exp: New file.
482 * gdb.compile/compile-cplus-mod.c: "New" file.
483 * gdb.compile/compile-cplus-namespace.cc: New file.
484 * gdb.compile/compile-cplus-namespace.exp: New file.
485 * gdb.compile/compile-cplus-nested.cc: New file.
486 * gdb.compile/compile-cplus-nested.exp: New file.
487 * gdb.compile/compile-cplus-print.c: "New" file.
488 * gdb.compile/compile-cplus-print.exp: "New" file.
489 * gdb.compile/compile-cplus-virtual.cc: New file.
490 * gdb.compile/compile-cplus-virtual.exp: New file.
491 * gdb.compile/compile-cplus.c: "New" file.
492 * gdb.compile/compile-cplus.exp: "New" file.
493 * lib/compile-support.exp: New file.
494
495 2018-08-16 Gary Benson <gbenson@redhat.com>
496
497 PR gdb/13000:
498 * gdb.base/batch-exit-status.exp: New file.
499 * gdb.base/batch-exit-status.good-commands: Likewise.
500 * gdb.base/batch-exit-status.bad-commands: Likewise.
501
502 2018-08-29 Alan Hayward <alan.hayward@arm.com>
503
504 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
505 (struct struct02): Likewise.
506 (struct struct03): Likewise.
507 (struct struct04): Likewise.
508 (struct struct_01_01): New struct.
509 (struct struct_01_02): Likewise.
510 (struct struct_01_03): Likewise.
511 (struct struct_01_04): Likewise.
512 (struct struct_02_01): Likewise.
513 (struct struct_02_02): Likewise.
514 (struct struct_02_03): Likewise.
515 (struct struct_02_04): Likewise.
516 (struct struct_04_01): Likewise.
517 (struct struct_04_02): Likewise.
518 (struct struct_04_03): Likewise.
519 (struct struct_04_04): Likewise.
520 (struct struct_05_01): Likewise.
521 (struct struct_05_02): Likewise.
522 (struct struct_05_03): Likewise.
523 (struct struct_05_04): Likewise.
524 (cmp_struct01): Remove function.
525 (cmp_struct02): Likewise.
526 (cmp_struct03): Likewise.
527 (cmp_struct04): Likewise.
528 (cmp_struct_01_01): Add Function.
529 (cmp_struct_01_02): Likewise.
530 (cmp_struct_01_03): Likewise.
531 (cmp_struct_01_04): Likewise.
532 (cmp_struct_02_01): Likewise.
533 (cmp_struct_02_02): Likewise.
534 (cmp_struct_02_03): Likewise.
535 (cmp_struct_02_04): Likewise.
536 (cmp_struct_04_01): Likewise.
537 (cmp_struct_04_02): Likewise.
538 (cmp_struct_04_03): Likewise.
539 (cmp_struct_04_04): Likewise.
540 (cmp_struct_05_01): Likewise.
541 (cmp_struct_05_02): Likewise.
542 (cmp_struct_05_03): Likewise.
543 (cmp_struct_05_04): Likewise.
544 (call_all): Add new structs.
545 * gdb.base/infcall-nested-structs.exp: Likewise.
546
547 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
548
549 * gdb.python/py-framefilter-mi.exp: Update regexp to
550 check for "arch" field in frame output.
551
552 2018-08-23 Kevin Buettner <kevinb@redhat.com>
553
554 * gdb.dwarf2/dw2-ranges-func.c: New file.
555 * gdb.dwarf2/dw2-ranges-func.exp: New file.
556
557 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
558
559 * gdb.base/term.exp: Compare terminal settings with values from
560 the inferior.
561 * gdb.base/term.c: Get and set terminal settings.
562
563 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
564
565 * lib/mi-support.exp (mi_expect_stop): Update regexp to
566 accommodate new "arch" field in frame output.
567 * gdb.mi/mi-return.exp: Likewise.
568 * gdb.mi/mi-stack.exp: Likewise.
569 * gdb.mi/mi-syn-frame.exp: Likewise.
570 * gdb.mi/user-selected-context-sync.exp: Likewise.
571
572 2018-08-19 Michael Spang <spang@google.com>
573
574 PR gdb/11786
575 * gdb.base/gcore-tls-pie.c: New file.
576 * gdb.base/gcore-tls-pie.exp: New file.
577
578 2018-08-18 Kevin Buettner <kevinb@redhat.com>
579
580 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
581 * gdb.dwarf2/varval.c: New file.
582 * gdb.dwarf2/varval.exp: New file.
583
584 2018-08-17 Alan Hayward <alan.hayward@arm.com>
585
586 PR gdb/18931
587 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
588
589 2018-08-16 Keith Seitz <keiths@redhat.com>
590
591 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
592 tests expected to pass.
593
594 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
595
596 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
597 -data-disassemble -a.
598 (test_disassembly_bogus_args): Likewise.
599
600 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
601
602 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
603
604 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
605
606 * gdb.base/vla-optimized-out.exp: Add new test.
607
608 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
609
610 * gdb.base/vla-optimized-out-o3.exp: Delete.
611 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
612 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
613 deleted tests.
614
615 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
616
617 PR gdb/18050:
618 * gdb.server/extended-remote-restart.c: New file.
619 * gdb.server/extended-remote-restart.exp: New file.
620
621 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
622
623 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
624 "set variable index = 42".
625
626 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
627
628 * boards/index-cache-gdb.exp: New file.
629 * gdb.dwarf2/index-cache.exp: New file.
630 * gdb.dwarf2/index-cache.c: New file.
631 * gdb.base/maint.exp: Check if we are using the index cache.
632
633 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
634
635 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
636 MAKEFLAGS.
637
638 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
639
640 * dg-extract-results.sh: Move to toplevel contrib.
641 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
642 * Makefile.in (check-parallel-racy): Likewise.
643
644 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
645
646 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
647 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
648 tests if the target supports scheduler locking.
649
650 2018-08-04 Tom de Vries <tdevries@suse.de>
651
652 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
653
654 2018-08-02 Tom Tromey <tom@tromey.com>
655
656 PR symtab/16842.
657 * gdb.cp/temargs.exp: Test "info address" of a template
658 parameter.
659
660 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
661
662 * gdb.python/py-mi-var-info-path-expression.c: New file.
663 * gdb.python/py-mi-var-info-path-expression.py: New file.
664 * gdb.python/py-mi-var-info-path-expression.exp: New file.
665
666 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
667
668 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
669 error after "cannot resolve name" string.
670
671 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
672
673 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
674 started.
675 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
676
677 2018-07-28 Tom de Vries <tdevries@suse.de>
678
679 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
680
681 2018-07-26 Tom de Vries <tdevries@suse.de>
682
683 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
684
685 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
686
687 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
688 is visible.
689
690 2018-07-26 Tom de Vries <tdevries@suse.de>
691
692 PR breakpoints/23366
693 * gdb.base/catch-follow-exec.c: New test.
694 * gdb.base/catch-follow-exec.exp: New file.
695
696 2018-07-25 Tom de Vries <tdevries@suse.de>
697
698 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
699 vla-optimized-out.c.
700
701 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
702
703 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
704 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
705
706 2018-07-20 Tom de Vries <tdevries@suse.de>
707
708 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
709 NOCLONE macro.
710 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
711
712 2018-07-19 Tom de Vries <tdevries@suse.de>
713
714 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
715 regular expression.
716
717 2018-07-18 Tom de Vries <tdevries@suse.de>
718
719 * gdb.base/vla-optimized-out.c: New test.
720 * gdb.base/vla-optimized-out.exp: New file.
721
722 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
723
724 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
725 message "No address associated with hostname" when gdbserver
726 cannot resolve the hostname.
727
728 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
729
730 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
731 Add some test prefixes to make tests unique.
732
733 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
734
735 * gdb.base/frameapply.c: New file.
736 * gdb.base/frameapply.exp: New file.
737
738 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
739
740 * gdb.base/skip.exp: Update expected error message.
741
742 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
743 Jan Kratochvil <jan.kratochvil@redhat.com>
744 Paul Fertser <fercerpav@gmail.com>
745 Tsutomu Seki <sekiriki@gmail.com>
746
747 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
748 parameter.
749 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
750 by default.
751 * boards/native-gdbserver.exp: Likewise.
752 * gdb.server/run-without-local-binary.exp: Improve regexp used
753 for detecting when a remote debugging connection succeeds.
754 * gdb.server/server-connect.exp: New file.
755 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
756 Do not prefix the port number with ":".
757 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
758 support for detecting and using it. Add '$debughost_gdbserver'
759 to the list of arguments used to start gdbserver. Handle case
760 when gdbserver cannot resolve a network name.
761
762 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
763
764 PR c++/23373
765 * gdb.base/ptype-offsets.cc (struct static_member): New
766 struct.
767 (main) <stmember>: New variable.
768 * gdb.base/ptype-offsets.exp: Add test for printing a struct
769 with a static member in it.
770
771 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
772
773 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
774 watchpoints enabled and disabled.
775
776 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
777
778 * gdb.base/examine-backward.exp: Still run tests around address
779 0x0, even if address 0x0 is not readable. Update the pattern for
780 matching address 0x0 in expected output.
781
782 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
783
784 * gdb.base/share-env-with-gdbserver.c (main): Add call to
785 malloc/free.
786
787 2018-07-04 Tom de Vries <tdevries@suse.de>
788
789 * gdb.dwarf2/dw2-error.exp: Update expected error message.
790
791 2018-07-02 Maciej W. Rozycki <macro@mips.com>
792
793 PR tdep/8282
794 * gdb.arch/mips-disassembler-options.exp: New test.
795 * gdb.arch/mips-disassembler-options.s: New test source.
796
797 2018-06-29 Pedro Alves <palves@redhat.com>
798
799 * gdb.threads/names.exp: Adjust expected "info threads" output.
800
801 2018-06-29 Pedro Alves <palves@redhat.com>
802
803 * gdb.opt/inline-break.exp (line number, address): Add "info
804 break" tests.
805
806 2018-06-29 Pedro Alves <palves@redhat.com>
807
808 * gdb.opt/inline-break.c (func1): Add "break here" marker.
809 * gdb.opt/inline-break.exp: Test setting breakpoints by line
810 number and address and running to them.
811
812 2018-06-29 Richard Bunt <richard.bunt@arm.com>
813
814 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
815
816 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
817
818 * lib/compiler.c: Remove executable permission flag.
819
820 2018-06-28 Richard Bunt <richard.bunt@arm.com>
821
822 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
823 code.
824 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
825
826 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
827
828 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
829
830 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
831
832 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
833 address argument is omitted.
834
835 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
836
837 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
838
839 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
840
841 PR gdb/21695
842 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
843 * gdb.base/infoline-reloc-main-from-zero.c: New file.
844
845 2018-06-26 Tom Tromey <tom@tromey.com>
846
847 PR rust/22574:
848 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
849 * gdb.rust/simple.rs (struct SimpleLayout): New.
850
851 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
852
853 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
854 "info registers" output.
855
856 2018-06-21 Richard Bunt <richard.bunt@arm.com>
857
858 * gdb.base/watchpoint-hw-attach.c: New test.
859 * gdb.base/watchpoint-hw-attach.exp: New file.
860
861 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
862
863 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
864 through /bin/sh.
865 * boards/dwarf4-gdb-index.exp: Likewise.
866 * boards/fission-dwp.exp: Likewise.
867
868 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
869
870 * gdb.base/float128.exp: Add comment and improved fail message
871 to the failure case of "print large128" test.
872
873 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
874
875 * configure.ac: Remove AC_PREREQ.
876 * configure: Re-generate.
877
878 2018-06-19 Pedro Alves <palves@redhat.com>
879
880 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
881 (func_extern_caller): New.
882 (main): Call func_extern_caller.
883 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
884 logic change.
885
886 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
887
888 PR gdb/16841
889 * gdb.cp/typedef-base.cc: New file.
890 * gdb.cp/typedef-base.exp: New file.
891
892 2018-06-18 Tom de Vries <tdevries@suse.de>
893
894 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
895
896 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
897 Richard Bunt <Richard.Bunt@arm.com>
898
899 * gdb.threads/attach-slow-waitpid.c: New file.
900 * gdb.threads/attach-slow-waitpid.exp: New file.
901 * gdb.threads/slow-waitpid.c: New file.
902
903 2018-06-14 Pedro Alves <palves@redhat.com>
904
905 * gdb.base/fork-running-state.c: Include <errno.h>.
906 (exit_if_relative_exits): New.
907 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
908 exits.
909 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
910 child exits.
911
912 2018-06-14 Tom de Vries <tdevries@suse.de>
913
914 PR cli/22573
915 * gdb.base/finish-pretty.c: New test.
916 * gdb.base/finish-pretty.exp: New file.
917
918 2018-06-14 Pedro Alves <palves@redhat.com>
919
920 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
921 gdb's expected startup output.
922
923 2018-06-14 Pedro Alves <palves@redhat.com>
924
925 * lib/selftest-support.exp (selftest_setup): Remove inlined
926 function handling.
927
928 2018-06-14 Tom de Vries <tdevries@suse.de>
929
930 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
931 matching of breakpoint printing.
932
933 2018-06-13 Tom de Vries <tdevries@suse.de>
934
935 PR testsuite/23269
936 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
937 (fork_child): ... here, and ...
938 (fork_parent): ... here.
939
940 2018-06-12 Tom de Vries <tdevries@suse.de>
941
942 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
943
944 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
945 Stephen Roberts <stephen.roberts@arm.com>
946
947 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
948 rewrite test to describe action performed, rather than possible
949 failure.
950
951 2018-06-08 Gary Benson <gbenson@redhat.com>
952
953 * gdb.threads/check-libthread-db.exp: New file.
954 * gdb.threads/check-libthread-db.c: Likewise.
955
956 2018-06-05 Tom Tromey <tom@tromey.com>
957
958 * gdb.base/default.exp: Update expected "show version" output.
959
960 2018-06-05 Tom Tromey <tom@tromey.com>
961
962 PR cli/12326:
963 * gdb.cp/static-print-quit.exp: Update.
964 * lib/gdb.exp (pagination_prompt): Update.
965 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
966 * gdb.python/python.exp: Update.
967
968 2018-06-04 Joel Brobecker <brobecker@adacore.com>
969
970 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
971
972 2018-06-01 Joel Brobecker <brobecker@adacore.com>
973
974 * gdb.ada/bp_fun_addr: New testcase.
975
976 2018-06-01 Tom Tromey <tom@tromey.com>
977
978 * gdb.xml/tdesc-regs.exp (load_description): Update expected
979 results.
980 * gdb.dwarf2/method-ptr.exp: Set language to C++.
981 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
982 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
983 * gdb.base/maint.exp (maint_pass_if): Update.
984
985 2018-05-31 Maciej W. Rozycki <macro@mips.com>
986
987 * gdb.base/endian.exp: New test.
988 * gdb.base/endian.c: New test source.
989
990 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
991
992 PR gdb/23203
993 * gdb.base/bt-selected-frame.c: New file.
994 * gdb.base/bt-selected-frame.exp: New file.
995 * lib/gdb.exp (get_current_frame_number): New function.
996
997 2018-05-24 Maciej W. Rozycki <macro@mips.com>
998 Pedro Alves <palves@redhat.com>
999
1000 * gdb.threads/tls-core.c: Include <stdlib.h>
1001 (thread_proc): Call `abort'.
1002 * gdb.threads/tls-core.exp: Generate a core with core_find too.
1003 (tls_core_test): New procedure, bits factored out from ...
1004 (top level): ... here. Test both native cores and gcore cores.
1005
1006 2018-05-23 Tom Tromey <tom@tromey.com>
1007
1008 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
1009
1010 2018-05-23 Tom Tromey <tom@tromey.com>
1011
1012 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
1013 symfile_complaints.
1014 (test_short_complaints): Likewise.
1015 (test_empty_complaints): Likewise.
1016 (test_initial_complaints): Update.
1017
1018 2018-05-23 Tom Tromey <tom@tromey.com>
1019
1020 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1021
1022 2018-05-23 Tom Tromey <tom@tromey.com>
1023
1024 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1025 (test_short_complaints): Update.
1026
1027 2018-05-22 Pedro Alves <palves@redhat.com>
1028
1029 * gdb.base/remote.exp: Only gdb_start after compiling the
1030 testcase. Issue "disconnect" before testing "set remote" command
1031 defaults. Issue clean_restart before running to main.
1032
1033 2018-05-22 Pedro Alves <palves@redhat.com>
1034
1035 * gdb.base/remote.exp: Adjust expected output of "show remote
1036 memory-write-packet-size". Add tests for "set remote
1037 memory-write-packet-size 0" and "set remote
1038 memory-write-packet-size fixed/limit".
1039
1040 2018-05-22 Pedro Alves <palves@redhat.com>
1041
1042 PR gdb/22973
1043 * gdb.base/utf8-identifiers.c: New file.
1044 * gdb.base/utf8-identifiers.exp: New file.
1045
1046 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1047
1048 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1049
1050 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1051
1052 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1053
1054 2018-05-18 Tom Tromey <tom@tromey.com>
1055
1056 * gdb.base/ptype-offsets.exp: Update.
1057
1058 2018-05-17 Keith Seitz <keiths@redhat.com>
1059
1060 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1061 in expected breakpoint stop locations.
1062 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1063 move to proper scope to test variable values.
1064 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1065 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1066 New functions.
1067 (main): Call not_inline_func3.
1068 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1069 inline_func1, inline_func2, and inline_func3. Test that when each
1070 breakpoint is hit, GDB properly reports both the stop location
1071 and the backtrace. Repeat tests for temporary breakpoints.
1072
1073 2018-05-15 Maciej W. Rozycki <macro@mips.com>
1074
1075 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1076 rather then trying to access it in determining whether the PID
1077 of `gdbserver' could have been retrieved.
1078
1079 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1080
1081 * gdb.arch/amd64-init-x87-values.S: New file.
1082 * gdb.arch/amd64-init-x87-values.exp: New file.
1083
1084 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1085
1086 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1087
1088 2018-05-04 Tom Tromey <tom@tromey.com>
1089
1090 PR python/22730:
1091 * gdb.python/python.exp: Test multi-line execute.
1092
1093 2018-05-04 Tom Tromey <tom@tromey.com>
1094
1095 PR python/22731:
1096 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1097
1098 2018-05-04 Tom Tromey <tom@tromey.com>
1099
1100 PR gdb/11750:
1101 * gdb.base/define.exp: Test defining a user command inside a user
1102 command.
1103 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1104
1105 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1106 Pedro Alves <palves@redhat.com>
1107
1108 PR breakpoints/19806 and support for PR external/20207.
1109 * gdb.base/watchpoint-unaligned.c: New file.
1110 * gdb.base/watchpoint-unaligned.exp: New file.
1111
1112 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1113
1114 * gdb.base/maint.exp: Make test names unique, use
1115 test_prefix_command_help to test 'help maint info', and remove
1116 repeated test of 'help maint'.
1117
1118 2018-05-04 Tom Tromey <tom@tromey.com>
1119
1120 PR gdb/22619:
1121 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1122 behavior.
1123
1124 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1125
1126 * gdb.base/maint.exp: Process output from 'maint print registers'
1127 line at a time.
1128
1129 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1130
1131 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1132 timeout.
1133
1134 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1135
1136 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1137 filter pattern.
1138
1139 2018-05-02 Pedro Alves <palves@redhat.com>
1140
1141 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1142 to_log_command renames.
1143 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1144
1145 2018-05-02 Tom Tromey <tom@tromey.com>
1146
1147 * gdb.python/py-parameter.exp: Set test message.
1148
1149 2018-05-02 Tom Tromey <tom@tromey.com>
1150
1151 PR python/20084:
1152 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1153 PARAM_ZUINTEGER_UNLIMITED tests.
1154
1155 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1156
1157 PR rust/23124
1158 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1159 when casting.
1160
1161 2018-04-30 Tom Tromey <tom@tromey.com>
1162
1163 * gdb.python/py-type.exp: Check align attribute.
1164 * gdb.python/py-type.c: New "aligncheck" global.
1165
1166 2018-04-30 Tom Tromey <tom@tromey.com>
1167
1168 PR exp/17095:
1169 * gdb.dwarf2/dw2-align.exp: New file.
1170 * gdb.cp/align.exp: New file.
1171 * gdb.base/align.exp: New file.
1172 * lib/gdb.exp (gdb_int128_helper): New proc.
1173 (has_int128_c, has_int128_cxx): New caching procs.
1174
1175 2018-04-27 Tom Tromey <tom@tromey.com>
1176
1177 PR rust/22545:
1178 * gdb.rust/simple.exp: Add inclusive range tests.
1179
1180 2018-04-26 Pedro Alves <palves@redhat.com>
1181
1182 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1183 ifunc breakpoint locations correctly of ifunc breakpoints set
1184 while the program resolves the ifunc.
1185
1186 2018-04-26 Pedro Alves <palves@redhat.com>
1187
1188 * gdb.base/gnu-ifunc-final.c: New file.
1189 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1190 * gdb.base/gnu-ifunc.exp (executable): Delete.
1191 (staticexecutable): Adjust.
1192 (lib_opts, exec_opts): Delete.
1193 (make_binsuffix, build, set-break): New procedures.
1194 (misc_tests): New, with tests factored out from the top level.
1195 (top level): Test different combinations of ifunc resolver name,
1196 resolver with and with debug info, and ifunc target with and
1197 without debug info. Wrap static tests with with_target_prefix.
1198
1199 2018-04-26 Pedro Alves <palves@redhat.com>
1200
1201 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1202 return type" warnings.
1203
1204 2018-04-25 Pedro Alves <palves@redhat.com>
1205
1206 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1207 killed".
1208 * gdb.base/kill-after-signal.exp: Likewise.
1209 * gdb.threads/kill.exp: Likewise.
1210
1211 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1212 Sergio Durigan Junior <sergiodj@redhat.com>
1213 Pedro Alves <palves@redhat.com>
1214
1215 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1216 regexps to expect for '[Inferior ... detached]' as well.
1217 * gdb.base/attach.exp: Likewise.
1218 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1219 "gdb_continue_to_end".
1220 (test_catch_syscall_with_wrong_args): Likewise.
1221 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1222 ']'. Don't set 'verbose' on.
1223 * gdb.base/foll-vfork.exp: Likewise.
1224 * gdb.base/fork-print-inferior-events.c: New file.
1225 * gdb.base/fork-print-inferior-events.exp: New file.
1226 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1227 '[Inferior ... has been killed]' message.
1228 * gdb.base/kill-after-signal.exp: Likewise.
1229 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1230 detach message.
1231 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1232 message.
1233 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1234 regexps to expect for '[Inferior ... detached]' as well.
1235 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1236
1237 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1238
1239 PR gdb/23104
1240 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1241
1242 2018-04-19 Richard Bunt <richard.bunt@arm.com>
1243
1244 * gdb.threads/multiple-successive-infcall.c: New test.
1245 * gdb.threads/multiple-successive-infcall.exp: New file.
1246
1247 2018-04-17 Tom Tromey <tom@tromey.com>
1248
1249 * gdb.rust/simple.rs (Union): New type.
1250 (main): New local "u".
1251 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1252
1253 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1254
1255 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1256 number information in output of "whereis" command.
1257 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1258
1259 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1260
1261 * gdb.ada/info_types.exp: Adjust expected output to the line
1262 numbers now printed by "info var/func/type".
1263 * gdb.base/completion.exp: Likewise.
1264 * gdb.base/included.exp: Likewise.
1265 * gdb.cp/cp-relocate.exp: Likewise.
1266 * gdb.cp/cplusfuncs.exp: Likewise.
1267 * gdb.cp/namespace.exp: Likewise.
1268 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1269
1270 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1271
1272 * gdb.btrace/cpu.exp: New.
1273
1274 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1275
1276 * gdb.base/step-indirect-call-thunk.exp: New.
1277 * gdb.base/step-indirect-call-thunk.c: New.
1278 * gdb.reverse/step-indirect-call-thunk.exp: New.
1279 * gdb.reverse/step-indirect-call-thunk.c: New.
1280
1281 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1282
1283 * gdb.base/pie-fork.c: New file.
1284 * gdb.base/pie-fork.exp: New file.
1285
1286 2018-04-11 Tom Tromey <tom@tromey.com>
1287
1288 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1289
1290 2018-04-10 Pedro Alves <palves@redhat.com>
1291
1292 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1293 exits. Instead loop running forever.
1294 (fork_parent): Run forever too.
1295
1296 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1297
1298 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1299 mi_continue_to_line.
1300 * gdb.mi/mi-stack.c (callee4): Add comment.
1301
1302 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1303
1304 * gdb.mi/mi-stack.exp: Fix indentation.
1305
1306 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1307
1308 PR gdb/22979
1309 * gdb.arch/amd64-osabi.exp: New file.
1310
1311 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1312
1313 PR gdb/22980
1314 * gdb.base/osabi.exp: New file.
1315
1316 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
1317
1318 * gdb.cp/static-typedef-print.exp: New file.
1319 * gdb.cp/static-typedef-print.cc: New file.
1320
1321 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1322
1323 * gdb.ada/varsize_limit: New testcase.
1324
1325 2018-03-27 Joel Brobecker <brobecker@adacore.com>
1326
1327 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1328
1329 * gdb.ada/notcplusplus: New testcase.
1330
1331 * gdb.base/c-linkage-name.c: New file.
1332 * gdb.base/c-linkage-name.exp: New testcase.
1333
1334 2018-03-26 Tom Tromey <tom@tromey.com>
1335
1336 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1337 * gdb.python/py-framefilter.py (name_error): New global.
1338 (ErrorInName.function): Use name_error.
1339
1340 2018-03-26 Tom Tromey <tom@tromey.com>
1341
1342 PR backtrace/15582:
1343 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1344
1345 2018-03-23 Keith Seitz <keiths@redhat.com>
1346
1347 PR c++/22968
1348 * gdb.cp/subtypes.exp: New file.
1349 * gdb.cp/subtypes.h: New file.
1350 * gdb.cp/subtypes.cc: New file.
1351 * gdb.cp/subtypes-2.cc: New file.
1352
1353 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1354
1355 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1356 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1357 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1358 -nostartfiles when compiling the test. Confirm that all registers
1359 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1360
1361 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1362
1363 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1364 option, syntax was wrong anyway.
1365 * gdb.arch/arm-disp-step.exp: Likewise.
1366 * gdb.arch/sparc64-regs.exp: Likewise.
1367 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1368 option, syntax was wrong anyway, switch to use
1369 prepare_for_testing.
1370 * gdb.arch/i386-disp-step.exp: Likewise.
1371
1372 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1373
1374 * gdb.ada/exec_changed.exp: Replace "target_info exists
1375 use_gdb_stub" by "use_gdb_stub".
1376 * gdb.ada/start.exp: Likewise.
1377 * gdb.base/async-shell.exp: Likewise.
1378 * gdb.base/attach-pie-misread.exp: Likewise.
1379 * gdb.base/attach-wait-input.exp: Likewise.
1380 * gdb.base/break-entry.exp: Likewise.
1381 * gdb.base/break-interp.exp: Likewise.
1382 * gdb.base/dprintf-detach.exp: Likewise.
1383 * gdb.base/nostdlib.exp: Likewise.
1384 * gdb.base/solib-nodir.exp: Likewise.
1385 * gdb.base/statistics.exp: Likewise.
1386 * gdb.base/testenv.exp: Likewise.
1387 * gdb.mi/mi-exec-run.exp: Likewise.
1388 * gdb.mi/mi-start.exp: Likewise.
1389 * gdb.multi/dummy-frame-restore.exp: Likewise.
1390 * gdb.multi/multi-arch-exec.exp: Likewise.
1391 * gdb.multi/multi-arch.exp: Likewise.
1392 * gdb.multi/tids.exp: Likewise.
1393 * gdb.multi/watchpoint-multi.exp: Likewise.
1394 * gdb.python/py-events.exp: Likewise.
1395 * gdb.threads/attach-into-signal.exp: Likewise.
1396 * gdb.threads/attach-stopped.exp: Likewise.
1397 * gdb.threads/threadapply.exp: Likewise.
1398 * lib/selftest-support.exp: Likewise.
1399
1400 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1401
1402 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1403
1404 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1405
1406 * gdb.perf/template-breakpoints.cc: New file.
1407 * gdb.perf/template-breakpoints.exp: New file.
1408 * gdb.perf/template-breakpoints.py: New file.
1409
1410 2018-03-19 Tom Tromey <tom@tromey.com>
1411
1412 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1413 y0.
1414 * gdb.rust/simple.exp: Test bare identifier form of struct
1415 initializer.
1416
1417 2018-03-19 Tom Tromey <tom@tromey.com>
1418
1419 * gdb.gdb/observer.exp: Remove.
1420
1421 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1422
1423 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1424 "qualified" option when setting breakpoints.
1425 * gdb.trace/backtrace.exp: Likewise.
1426 * gdb.trace/circ.exp: Likewise.
1427 * gdb.trace/collection.exp: Likewise.
1428 * gdb.trace/disconnected-tracing.exp: Likewise.
1429 * gdb.trace/ftrace-lock.exp: Likewise.
1430 * gdb.trace/ftrace.exp: Likewise.
1431 * gdb.trace/infotrace.exp: Likewise.
1432 * gdb.trace/packetlen.exp: Likewise.
1433 * gdb.trace/passc-dyn.exp: Likewise.
1434 * gdb.trace/qtro.exp: Likewise.
1435 * gdb.trace/read-memory.exp: Likewise.
1436 * gdb.trace/report.exp: Likewise.
1437 * gdb.trace/signal.exp: Likewise.
1438 * gdb.trace/status-stop.exp: Likewise.
1439 * gdb.trace/strace.exp: Likewise.
1440 * gdb.trace/tfind.exp: Likewise.
1441 * gdb.trace/trace-break.exp: Likewise.
1442 * gdb.trace/trace-condition.exp: Likewise.
1443 * gdb.trace/trace-mt.exp: Likewise.
1444 * gdb.trace/tstatus.exp: Likewise.
1445 * gdb.trace/tsv.exp: Likewise.
1446 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1447 * gdb.trace/unavailable.exp: Likewise.
1448 * gdb.trace/while-dyn.exp: Likewise.
1449
1450 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1451
1452 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1453 that libinproctrace is copied to the target.
1454
1455 2018-03-14 Tom Tromey <tom@tromey.com>
1456
1457 PR cli/14977:
1458 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1459 a null pointer.
1460 * gdb.base/wchar.exp: Likewise.
1461
1462 2018-03-14 Tom Tromey <tom@tromey.com>
1463
1464 PR cli/19918:
1465 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1466 flag.
1467
1468 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1469
1470 PR gdb/22841
1471 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1472 "target" to remote_exec.
1473
1474 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1475
1476 PR gdb/22841
1477 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1478 ${board}_upload): Remove.
1479
1480 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1481
1482 * gdb.cp/watch-cp.cc: New test.
1483 * gdb.cp/watch-cp.exp: New file.
1484
1485 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1486
1487 * gdb.base/infcall-nested-structs.exp: New file.
1488 * gdb.base/infcall-nested-structs.c: New file.
1489 * gdb.base/float.exp: Add riscv support.
1490
1491 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1492
1493 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1494 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1495
1496 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1497
1498 * gdb.server/abspath.exp: New file.
1499 * lib/gdb.exp (with_cwd): New procedure.
1500
1501 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1502
1503 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1504 use it.
1505 (gdb_is_target_remote_prompt): New proc.
1506 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1507 (gdb_is_target_native): Pass prompt parameter to
1508 gdb_is_target_1.
1509
1510 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1511
1512 * gdb.base/load-command.c: New file.
1513 * gdb.base/load-command.exp: New file.
1514 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1515 (gdb_is_target_1): ...this, and generalize for other targets
1516 than just remote.
1517 (gdb_is_target_remote): Use gdb_is_target_1.
1518 (gdb_is_target_native): use gdb_is_target_1.
1519
1520 2018-02-26 Tom Tromey <tom@tromey.com>
1521
1522 PR python/16497:
1523 * gdb.python/py-framefilter.exp: Update test.
1524
1525 2018-02-26 Tom Tromey <tom@tromey.com>
1526
1527 * gdb.dwarf2/variant.c: New file.
1528 * gdb.dwarf2/variant.exp: New file.
1529
1530 2018-02-26 Tom Tromey <tom@tromey.com>
1531
1532 * gdb.rust/simple.exp: Accept more possible results in enum test.
1533
1534 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1535
1536 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1537 parentheses.
1538
1539 2018-02-23 Maciej W. Rozycki <macro@mips.com>
1540
1541 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1542 name of a variable: $actual_linejj -> $actual_line.
1543
1544 2018-02-21 John Baldwin <jhb@FreeBSD.org>
1545
1546 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1547
1548 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1549
1550 * gdb.btrace/buffer-size.exp: Do not force BTS.
1551
1552 2018-02-14 Pedro Alves <palves@redhat.com>
1553
1554 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1555 getting a "Quit".
1556
1557 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1558
1559 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1560 Fix test name.
1561
1562 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1563
1564 * gdb.cp/m-static.exp: Check type of optimized out static
1565 member.
1566
1567 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1568
1569 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1570 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1571
1572 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1573 Leszek Swirski <leszeks@google.com>
1574
1575 * gdb.python/py-prettyprint.c
1576 (struct to_string_returns_value_inner,
1577 struct to_string_returns_value_wrapper): New.
1578 (main): Add tsrvw variable.
1579 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1580 ToStringReturnsValueWrapper): New classes.
1581 (register_pretty_printers): Register new pretty-printers.
1582 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1583 recursive pretty printer.
1584 * gdb.python/py-mi.exp: Likewise.
1585
1586 2018-02-01 Leszek Swirski <leszeks@google.com>
1587
1588 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1589 functions with the same name as an include file are parsed
1590 correctly.
1591
1592 2018-02-01 Yao Qi <yao.qi@linaro.org>
1593
1594 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1595 "\[^\r\n\]*".
1596
1597 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1598
1599 * gdb.arch/powerpc-prologue-frame.s: New file.
1600 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1601 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1602
1603 2018-01-31 Joel Brobecker <brobecker@adacore.com>
1604
1605 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1606
1607 2018-01-30 Pedro Alves <palves@redhat.com>
1608
1609 PR gdb/13211
1610 * gdb.base/interrupt-daemon.c: New.
1611 * gdb.base/interrupt-daemon.exp: New.
1612 * gdb.multi/multi-term-settings.c: New.
1613 * gdb.multi/multi-term-settings.exp: New.
1614
1615 2018-01-30 Joel Brobecker <brobecker@adacore.com>
1616
1617 * gdb.base/break.exp: Save the location where the breakpoint
1618 on break.c:47 was actually inserted when debugging the version
1619 compiled at -O2 and use it in the expected output of the "info
1620 break" test performed soon after.
1621
1622 2018-01-22 Pedro Alves <palves@redhat.com>
1623 Sergio Durigan Junior <sergiodj@redhat.com>
1624
1625 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1626 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1627
1628 2018-01-22 Joel Brobecker <brobecker@adacore.com>
1629
1630 * gdb.base/break-include.c, gdb.base/break-include.inc,
1631 gdb.base/break-include.exp: New files.
1632 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1633 line number now being the actual line number where the breakpoint
1634 was inserted.
1635 * gdb.mi/mi-break.exp: Likewise.
1636 * gdb.mi/mi-reverse.exp: Likewise.
1637 * gdb.mi/mi-simplerun.exp: Ditto.
1638
1639 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1640
1641 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1642 varobj.
1643 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1644
1645 2018-01-21 Don Breazeal <donb@codesourcery.com>
1646 Andrew Burgess <andrew.burgess@embecosm.com>
1647
1648 * gdb.mi/basics.c: Add new global.
1649 * gdb.mi/mi-frame-regs.exp: New file.
1650 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1651 case.
1652
1653 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1654
1655 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1656 non-parameter, and on an unknown symbol.
1657
1658 2018-01-19 Tom Tromey <tom@tromey.com>
1659
1660 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1661 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1662
1663 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1664
1665 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1666 setrlimit and chdir to int.
1667
1668 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1669
1670 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1671 function.
1672 (my_tend): Likewise.
1673 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1674 rationale of avoiding FP- and vector instructions.
1675
1676 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1677
1678 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1679 "info reg" with "\[ \t\]*".
1680 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1681 "\[ \t\]+".
1682 * gdb.arch/s390-multiarch.exp: Ditto.
1683 * gdb.base/pc-fp.exp: Ditto.
1684 * gdb.reverse/i386-precsave.exp: Ditto.
1685 * gdb.reverse/i386-reverse.exp: Ditto.
1686 * gdb.reverse/i387-env-reverse.exp: Ditto.
1687 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1688
1689 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1690
1691 * lib/gdb.exp (gdb_compile): Re-enable use of
1692 universal_compile_options for languages other than Rust.
1693
1694 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1695
1696 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1697
1698 2018-01-17 Mike Gulick <mgulick@mathworks.com>
1699
1700 PR gdb/16577
1701 * gdb.base/solib-vanish.exp: New.
1702 * gdb.base/solib-vanish-main.c: New.
1703 * gdb.base/solib-vanish-lib1.c: New.
1704 * gdb.base/solib-vanish-lib2.c: New.
1705
1706 2018-01-17 Yao Qi <yao.qi@linaro.org>
1707
1708 * gdb.compile/compile.exp: Match the address printed for
1709 frame in the output of command "bt".
1710
1711 2018-01-15 Tom Tromey <tom@tromey.com>
1712
1713 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1714 compute sp_reg.
1715
1716 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1717
1718 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1719 to prepare.
1720 (prepare): Return 0 on error, 1 on success.
1721
1722 2018-01-12 Pedro Alves <palves@redhat.com>
1723
1724 * gdb.base/continue-after-aborted-step-over.c: New.
1725 * gdb.base/continue-after-aborted-step-over.exp: New.
1726
1727 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1728
1729 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1730 options when not creating an executable.
1731
1732 2018-01-11 Pedro Alves <palves@redhat.com>
1733
1734 PR remote/22597
1735 * gdb.server/stop-reply-no-thread.c: New file.
1736 * gdb.server/stop-reply-no-thread.exp: New file.
1737
1738 2018-01-10 Pedro Alves <palves@redhat.com>
1739
1740 PR gdb/22670
1741 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1742 functions too. Test setting breakpoints and printing C functions
1743 with no debug info too.
1744 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1745
1746 2018-01-10 Pedro Alves <palves@redhat.com>
1747
1748 PR gdb/22670
1749 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1750 a fail.
1751
1752 2018-01-10 Pedro Alves <palves@redhat.com>
1753
1754 PR gdb/22670
1755 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1756
1757 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1758
1759 * gdb.server/unittest.exp: Match the output in non-development
1760 mode.
1761
1762 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1763
1764 * gdb.gdb/unittest.exp: Match output in non-development mode.
1765
1766 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1767
1768 * gdb.ada/access_tagged_param.exp: Relax expected output
1769 for value of "ObjL" in "continue" to pck.inspect breakpoint
1770 test.
1771
1772 2018-01-08 Joel Brobecker <brobecker@adacore.com>
1773
1774 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1775 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
1776
1777 2018-01-05 Pedro Alves <palves@redhat.com>
1778
1779 PR gdb/18653
1780 * gdb.base/libsegfault.exp: New.
1781
1782 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1783
1784 PR gdb/22670
1785 * gdb.ada/access_tagged_param.exp: New file.
1786 * gdb.ada/access_tagged_param/foo.adb: New file.
1787
1788 2018-01-05 Pedro Alves <palves@redhat.com>
1789
1790 PR gdb/22670
1791 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1792 exercise lower case too, and to exercise both full matching and
1793 wild matching.
1794
1795 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1796
1797 * gdb.ada/rename_subscript_param: New testcase.
1798
1799 2018-01-05 Jerome Guitton <guitton@adacore.com>
1800
1801 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1802
1803 2018-01-05 Joel Brobecker <brobecker@adacore.com>
1804
1805 * gdb.ada/convvar_comp: New testcase.
1806
1807 2018-01-05 Xavier Roirand <roirand@adacore.com>
1808
1809 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1810 (My_Table): New global variable.
1811 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1812
1813 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1814
1815 PR gdb/22670
1816 * gdb.ada/maint_with_ada: New testcase.
1817
1818 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1819
1820 PR gdb/22670
1821 * gdb.ada/bp_c_mixed_case: New testcase.
1822
1823 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1824
1825 PR gdb/22670
1826 * gdb.ada/complete.exp: Add "complete break ada" test.
1827
1828 2018-01-04 Joel Brobecker <brobecker@adacore.com>
1829
1830 PR gdb/22670
1831 * gdb.ada/info_addr_mixed_case: New testcase.
1832
1833 2018-01-03 Xavier Roirand <roirand@adacore.com>
1834
1835 * gdb.ada/excep_handle.exp: New testcase.
1836 * gdb.ada/excep_handle/foo.adb: New file.
1837 * gdb.ada/excep_handle/pck.ads: New file.
1838
1839 2018-01-03 Joel Brobecker <brobecker@adacore.com>
1840
1841 * gdb.base/step-line.c: Add extra empty line in copyright header.
1842 * gdb.base/step-line.inp: Likewise.
1843
1844 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1845
1846 * gdb.ada/dyn_stride.exp: Add slice test.
1847
1848 2018-01-02 Joel Brobecker <brobecker@adacore.com>
1849
1850 * gdb.ada/dyn_stride: New testcase.
1851
1852 2017-12-27 Stafford Horne <shorne@gmail.com>
1853
1854 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1855 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1856
1857 2017-12-27 Stafford Horne <shorne@gmail.com>
1858
1859 * gdb.base/reggroups.c: New file.
1860 * gdb.base/reggroups.exp: New file.
1861
1862 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1863
1864 * gdb.dwarf2/ada-valprint-error.c: New file.
1865 * gdb.dwarf2/ada-valprint-error.exp: New file.
1866
1867 2017-12-18 Joel Brobecker <brobecker@adacore.com>
1868
1869 * gdb.ada/assign_arr: New testcase.
1870
1871 2017-12-18 Xavier Roirand <roirand@adacore.com>
1872
1873 * gdb.ada/funcall_ptr: New testcase.
1874
1875 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1876
1877 PR cli/16224
1878 * gdb.base/ptype-offsets.cc: New file.
1879 * gdb.base/ptype-offsets.exp: New file.
1880
1881 2017-12-15 Yao Qi <yao.qi@linaro.org>
1882
1883 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1884 if XML is disabled.
1885
1886 2017-12-15 Xavier Roirand <roirand@adacore.com>
1887
1888 * gdb.ada/same_component_name: New testcase.
1889
1890 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1891
1892 * gdb.ada/str_binop_equal: New testcase.
1893
1894 2017-12-14 Joel Brobecker <brobecker@adacore.com>
1895
1896 * gdb.ada/task_switch_in_core: New testcase.
1897
1898 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1899
1900 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1901 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1902 call test_bkpt_qualified.
1903 (test_bkpt_qualified): New proc.
1904
1905 2017-12-13 Pedro Alves <palves@redhat.com>
1906
1907 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1908 Tighten regexp by matching with an anchor.
1909
1910 2017-12-13 Pedro Alves <palves@redhat.com>
1911
1912 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1913 ("expression with namespace"): New set of tests.
1914 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1915 (Nested::Test_NS::qux): New.
1916 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1917 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1918
1919 2017-12-13 Joel Brobecker <brobecker@adacore.com>
1920
1921 * gdb.base/server-del-break.c: New file.
1922 * gdb.base/server-del-break.exp: New file.
1923
1924 2017-12-12 Stafford Horne <shorne@gmail.com>
1925
1926 * gdb.xml/tdesc-regs.exp: Add or1k support.
1927
1928 2017-12-12 Stafford Horne <shorne@gmail.com>
1929
1930 * gdb.base/bp-permanent.c: Define nop of or1k.
1931
1932 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1933
1934 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1935 output with components being reordered.
1936
1937 2017-12-11 Joel Brobecker <brobecker@adacore.com>
1938
1939 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1940 output with components being reordered.
1941
1942 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1943 Pedro Alves <palves@redhat.com>
1944
1945 * gdb.base/maint.exp (check for .gdb_index): Check also for
1946 .debug_names.
1947 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1948 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1949 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1950 (.gdb_index used after symbol reloading): Support also .debug_names.
1951 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1952
1953 2017-12-08 Yao Qi <yao.qi@linaro.org>
1954
1955 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1956 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1957
1958 2017-12-08 Yao Qi <yao.qi@linaro.org>
1959
1960 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1961 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1962
1963 2017-12-08 Yao Qi <yao.qi@linaro.org>
1964
1965 * gdb.arch/aarch64-tagged-pointer.c: New file.
1966 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1967
1968 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1969
1970 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1971 "int".
1972
1973 2017-12-07 Keith Seitz <keiths@redhat.com>
1974
1975 PR breakpoints/22569
1976 * gdb.linespec/ls-errs.exp: Change expected result of "break
1977 -source this file has spaces.c -line 3".
1978 Check that an explicit source file followed by whitespace is
1979 identified as an invalid explicit location.
1980
1981 2017-12-07 Keith Seitz <keiths@redhat.com>
1982
1983 * gdb.cp/nested-types.cc: New file.
1984 * gdb.cp/nested-types.exp: New file.
1985 * lib/cp-support.exp: Load data-structures.exp library.
1986 (debug_cp_test_ptype_class): New global.
1987 (cp_ptype_class_verbose, next_line): New procedures.
1988 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1989 Add and document new return value.
1990 Switch the list of lines to a queue.
1991 Add support for new `type' key for nested type definitions.
1992 Add debugging/troubleshooting messages.
1993 * lib/data-structures.exp: New file.
1994
1995 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1996
1997 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1998 with proc_with_prefix, don't use with_test_prefix.
1999
2000 2017-12-07 Tom Tromey <tom@tromey.com>
2001
2002 * gdb.base/break.exp: Add test for empty "commands".
2003
2004 2017-12-07 Yao Qi <yao.qi@linaro.org>
2005
2006 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
2007 malloc and catch syscall.
2008
2009 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
2010
2011 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
2012 tests for explicit locations.
2013
2014 2017-12-06 Pedro Alves <palves@redhat.com>
2015
2016 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
2017 force-disabling XML descriptions.
2018
2019 2017-12-04 Pedro Alves <palves@redhat.com>
2020
2021 PR gdb/22499
2022 * gdb.arch/amd64-disp-step-avx.S: New file.
2023 * gdb.arch/amd64-disp-step-avx.exp: New file.
2024
2025 2017-12-03 Pedro Alves <palves@redhat.com>
2026
2027 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2028 and <string.h>.
2029 (parent_function): Print distinct messages when waitpid fails, or
2030 the child exits with a signal, or the child exits for an unhandled
2031 reason.
2032 * gdb.threads/process-dies-while-detaching.exp
2033 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2034 it. Wait for both inferior output and GDB's prompt. Use an
2035 indirect spawn id list.
2036 (do_detach): New parameter 'child_exit'. Use it to compute
2037 expected inferior output.
2038 (test_detach, test_detach_watch, test_detach_killed_outside):
2039 Adjust to pass down the expected child exit kind.
2040
2041 2017-12-01 Joel Brobecker <brobecker@adacore.com>
2042 Sergio Durigan Junior <sergiodj@redhat.com>
2043 Pedro Alves <palves@redhat.com>
2044
2045 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2046
2047 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2048
2049 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2050 to 'symbol-file' and 'add-symbol-file' can be
2051 position-independent.
2052
2053 2017-12-01 Yao Qi <yao.qi@linaro.org>
2054
2055 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2056 the URL in copyright header.
2057 * gdb.arch/aarch64-fp.exp: Likewise.
2058 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2059 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2060 * gdb.base/expand-psymtabs.exp: Likewise.
2061 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2062 * gdb.fortran/common-block.exp: Likewise.
2063 * gdb.fortran/common-block.f90: Likewise.
2064 * gdb.fortran/logical.exp: Likewise.
2065 * gdb.fortran/vla-datatypes.f90: Likewise.
2066 * gdb.fortran/vla-sub.f90: Likewise.
2067
2068 2017-11-30 Joel Brobecker <brobecker@adacore.com>
2069
2070 * gdb.ada/repeat_dyn: New testcase.
2071
2072 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2073
2074 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2075 Update for changed thread numbering.
2076 * gdb.cell/bt.exp: Update for changed GDB output.
2077
2078 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2079
2080 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2081 setting isremote by hand.
2082 * boards/dwarf4-gdb-index.exp: Likewise.
2083 * boards/fission.exp: Likewise.
2084 * boards/stabs.exp: Likewise.
2085
2086 2017-11-30 Pedro Alves <palves@redhat.com>
2087
2088 * gdb.linespec/cpls-ops.exp
2089 (check_explicit_skips_function_argument): Extract the underlying
2090 type of size_t instead of hardcoding it.
2091
2092 2017-11-29 Pedro Alves <palves@redhat.com>
2093
2094 PR c++/19436
2095 * gdb.linespec/cpls-abi-tag.cc: New file.
2096 * gdb.linespec/cpls-abi-tag.exp: New file.
2097
2098 2017-11-29 Pedro Alves <palves@redhat.com>
2099
2100 * gdb.base/langs.exp: Use -qualified.
2101 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2102 it.
2103 * gdb.cp/namespace.exp: Use -qualified.
2104 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2105 (overload-3, template-overload, template-ret-type, const-overload)
2106 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2107 procedures.
2108 (test_driver): Call them.
2109 * gdb.cp/save-bp-qualified.cc: New.
2110 * gdb.cp/save-bp-qualified.exp: New.
2111 * gdb.linespec/explicit.exp: Test -qualified.
2112 * lib/completion-support.exp (completion::explicit_opts_list): Add
2113 "-qualified".
2114 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2115
2116 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2117
2118 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2119
2120 2017-11-29 Tom Tromey <tom@tromey.com>
2121
2122 * gdb.base/relocate.exp: Update invalid argument test.
2123 Add new tests for invalid arguments.
2124
2125 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2126
2127 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2128 Return 0 as a long.
2129 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2130
2131 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2132
2133 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2134 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2135 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2136 func ().
2137 * gdb.cp/shadow.cc (B.func): Return 0.
2138
2139 2017-11-27 Joel Brobecker <brobecker@adacore.com>
2140
2141 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2142 expected output in gdb_expect call to allow the exception
2143 message to be present as well. Fix syntax confusion to avoid
2144 TCL thinking that exception_name is an array.
2145
2146 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2147
2148 * gdb.arch/spu-info.c: Include <unistd.h>.
2149 (do_signal_test): Fix broken calls to write.
2150 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2151 Fix checks for empty mailboxes. Update signal tests for corrected
2152 do_signal_test routine. Allow nonzero event status.
2153 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2154 * gdb.cell/arch.exp: Use standard_output_file.
2155 * gdb.cell/break.exp: Likewise.
2156 * gdb.cell/bt.exp: Likewise.
2157 * gdb.cell/core.exp: Likewise.
2158 * gdb.cell/dwarfaddr.exp: Likewise.
2159 * gdb.cell/ea-cache.exp: Likewise.
2160 * gdb.cell/ea-standalone.exp: Likewise.
2161 * gdb.cell/f-regs.exp: Likewise.
2162 * gdb.cell/fork.exp: Likewise.
2163 * gdb.cell/gcore.exp: Likewise.
2164 * gdb.cell/mem-access.exp: Likewise.
2165 * gdb.cell/ptype.exp: Likewise.
2166 * gdb.cell/registers.exp: Likewise.
2167 * gdb.cell/sizeof.exp: Likewise.
2168 * gdb.cell/solib-symbol.exp: Likewise.
2169 * gdb.cell/solib.exp: Likewise.
2170
2171 2017-11-25 Pedro Alves <palves@redhat.com>
2172
2173 * gdb.base/complete-empty.exp: New file.
2174 * gdb.base/completion.exp: Adjust.
2175
2176 2017-11-25 Pedro Alves <palves@redhat.com>
2177
2178 * gdb.linespec/cpls-ops.cc: New file.
2179 * gdb.linespec/cpls-ops.exp: New file.
2180 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2181 factored out from ...
2182 (test_complete_prefix_range): ... this.
2183
2184 2017-11-24 Pedro Alves <palves@redhat.com>
2185
2186 * gdb.linespec/cpcompletion.exp: New file.
2187 * gdb.linespec/cpls-hyphen.cc: New file.
2188 * gdb.linespec/cpls.cc: New file.
2189 * gdb.linespec/cpls2.cc: New file.
2190 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2191 test to use test_gdb_complete_unique. Add label completion,
2192 keyword completion and explicit location completion tests.
2193 * lib/completion-support.exp: New file.
2194
2195 2017-11-24 Joel Brobecker <brobecker@adacore.com>
2196
2197 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2198 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2199 when hitting an exception catchpoint.
2200
2201 2017-11-22 Yao Qi <yao.qi@linaro.org>
2202
2203 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2204
2205 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2206
2207 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2208 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2209 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2210
2211 2017-11-22 Yao Qi <yao.qi@linaro.org>
2212
2213 * gdb.base/info-os.exp: Pass pthreads.
2214 * gdb.multi/multi-attach.exp: Likewise.
2215
2216 2017-11-22 Yao Qi <yao.qi@linaro.org>
2217
2218 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2219 compiler.
2220
2221 2017-11-22 Yao Qi <yao.qi@linaro.org>
2222
2223 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2224 * gdb.base/break-interp.exp: Likewise.
2225 * gdb.base/jit-attach-pie.exp: Likewise.
2226
2227 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2228
2229 * gdb.base/float128.c (large128): New variable.
2230 * gdb.base/float128.exp: Add test to print largest __float128 value.
2231
2232 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2233
2234 * gdb.arch/vsx-regs.exp: Update register content checks.
2235
2236 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2237
2238 * gdb.arch/ppc-longdouble.exp: New file.
2239 * gdb.arch/ppc-longdouble.c: Likewise.
2240
2241 2017-11-21 Pedro Alves <palves@redhat.com>
2242
2243 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2244
2245 2017-11-20 Pedro Alves <palves@redhat.com>
2246
2247 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2248 (long_double_typedef): New typedefs.
2249 Use DEF on double and long double.
2250 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2251 cases.
2252 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2253 and 'long_double_ptr_same_size' locals. Use them to decide
2254 whether cast from array/function to float is valid/invalid.
2255
2256 2017-11-17 Tom Tromey <tom@tromey.com>
2257
2258 * gdb.rust/traits.rs: New file.
2259 * gdb.rust/traits.exp: New file.
2260
2261 2017-11-17 Joel Brobecker <brobecker@adacore.com>
2262
2263 * gdb.ada/minsyms: New testcase.
2264
2265 2017-11-16 Pedro Alves <palves@redhat.com>
2266
2267 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2268 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2269
2270 2017-11-16 Pedro Alves <palves@redhat.com>
2271
2272 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2273 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2274
2275 2017-11-16 Pedro Alves <palves@redhat.com>
2276
2277 * gdb.server/reconnect-ctrl-c.c: New file.
2278 * gdb.server/reconnect-ctrl-c.exp: New file.
2279
2280 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2281
2282 * gdb.python/py-rbreak.exp: New file.
2283 * gdb.python/py-rbreak.c: New file.
2284 * gdb.python/py-rbreak-func2.c: New file.
2285
2286 2017-11-16 Pedro Alves <palves@redhat.com>
2287
2288 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2289 pattern.
2290 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2291 GDB.
2292
2293 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2294
2295 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2296 regex.
2297
2298 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2299
2300 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2301 test names.
2302
2303 2017-11-09 Pedro Alves <palves@redhat.com>
2304
2305 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2306 factored out from ...
2307 (top level): ... here, and adjusted to avoid expecting beyond the
2308 prompt in a single gdb_test_multiple.
2309
2310 2017-11-09 Pedro Alves <palves@redhat.com>
2311
2312 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2313 output.
2314 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2315 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2316 * gdb.server/ext-run.exp ("kill" test): Likewise.
2317 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2318
2319 2017-11-09 Pedro Alves <palves@redhat.com>
2320
2321 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2322 match till end of line.
2323
2324 2017-11-09 Pedro Alves <palves@redhat.com>
2325
2326 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2327
2328 2017-11-09 Pedro Alves <palves@redhat.com>
2329
2330 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2331 New procedures, factored out from ...
2332 (top level): ... here, and adjusted to avoid expecting beyond the
2333 prompt in one go.
2334
2335 2017-11-09 Pedro Alves <palves@redhat.com>
2336
2337 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2338 output. Fix '?' match.
2339
2340 2017-11-08 Joel Brobecker <brobecker@adacore.com>
2341
2342 * gdb.ada/scoped_watch: New testcase.
2343 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2344 which is actually correct.
2345 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2346 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2347
2348 2017-11-08 Pedro Alves <palves@redhat.com>
2349
2350 * gdb.gdb/complaints.exp (test_initial_complaints)
2351 (test_serial_complaints, test_short_complaints): Call
2352 complaint_internal instead of complaint.
2353
2354 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2355
2356 * gdb.threads/tls-core.c: New file.
2357 * gdb.threads/tls-core.exp: Likewise.
2358
2359 2017-11-08 Pedro Alves <palves@redhat.com>
2360
2361 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2362 (p Exported_Capitalized): New test.
2363 (p exported_capitalized): New test.
2364
2365 2017-11-07 Pedro Alves <palves@redhat.com>
2366
2367 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2368
2369 2017-11-07 Pedro Alves <palves@redhat.com>
2370
2371 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2372 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2373 (disable_invalid, disable_inverted, disable_negative): New
2374 procedures.
2375 ("bad numbers"): New set of tests.
2376
2377 2017-11-07 Pedro Alves <palves@redhat.com>
2378
2379 * gdb.cp/ena-dis-br-range.exp: Add tests.
2380
2381 2017-11-07 Pedro Alves <palves@redhat.com>
2382
2383 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2384
2385 2017-11-07 Xavier Roirand <roirand@adacore.com>
2386 Pedro Alves <palves@redhat.com>
2387
2388 * gdb.base/ena-dis-br.exp: Add reference to
2389 gdb.cp/ena-dis-br-range.exp.
2390 * gdb.cp/ena-dis-br-range.exp: New file.
2391 * gdb.cp/ena-dis-br-range.cc: New file.
2392
2393 2017-11-06 Pedro Alves <palves@redhat.com>
2394
2395 * gdb.base/attach-non-pgrp-leader.c: New.
2396 * gdb.base/attach-non-pgrp-leader.exp: New.
2397
2398 2017-11-06 Pedro Alves <palves@redhat.com>
2399
2400 * configure.ac: No longer check for termio.h and sgtty.h.
2401 * configure: Regenerate.
2402 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2403 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2404 Remove termio and sgtty code.
2405
2406 2017-11-03 Yao Qi <yao.qi@linaro.org>
2407
2408 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2409 in GDB is disabled.
2410
2411 2017-11-03 Yao Qi <yao.qi@linaro.org>
2412
2413 * gdb.python/py-thrhandle.exp: Skip it if python is not
2414 enabled.
2415
2416 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2417
2418 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2419 as a breakpoint command.
2420
2421 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2422
2423 PR python/21213
2424 * gdb.python/py-infthread.exp: Test calling
2425 InferiorThread.inferior () multiple times in a row.
2426
2427 2017-10-27 Keith Seitz <keiths@redhat.com>
2428
2429 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2430 Test "info break" for every inlined function breakpoint.
2431
2432 2017-10-27 Yao Qi <yao.qi@linaro.org>
2433
2434 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2435
2436 2017-10-26 Patrick Frants <osscontribute@gmail.com>
2437
2438 * gdb.cp/classes.exp (test_static_members): Test printing
2439 Outer::instance.
2440 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2441 (Inner::instance, Outer::instance): New.
2442
2443 2017-10-24 Pedro Alves <palves@redhat.com>
2444
2445 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2446 extra console" test in two stages.
2447
2448 2017-10-24 Pedro Alves <palves@redhat.com>
2449
2450 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2451
2452 2017-10-24 Pedro Alves <palves@redhat.com>
2453
2454 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2455 loop.
2456
2457 2017-10-24 Pedro Alves <palves@redhat.com>
2458
2459 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2460 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2461
2462 2017-10-24 Pedro Alves <palves@redhat.com>
2463
2464 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2465 parameter and handle it. Don't output read value in test name.
2466
2467 2017-10-24 Pedro Alves <palves@redhat.com>
2468
2469 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2470 custom test name.
2471
2472 2017-10-24 Pedro Alves <palves@redhat.com>
2473
2474 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2475 include the unstable output directory name in the test's name.
2476 (initial_setup_simple) <'set args'>: Use custom test name.
2477
2478 2017-10-24 Pedro Alves <palves@redhat.com>
2479
2480 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2481 with explicit test name.
2482
2483 2017-10-20 Pedro Alves <palves@redhat.com>
2484
2485 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2486 'wait -i'. Use gdb_assert and remote_close.
2487
2488 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2489
2490 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2491 number from variable rather than hard-coded.
2492
2493 2017-10-19 Pedro Alves <palves@redhat.com>
2494
2495 * gdb.base/long-inferior-output.c: New file.
2496 * gdb.base/long-inferior-output.exp: New file.
2497
2498 2017-11-18 Keith Seitz <keiths@redhat.com>
2499
2500 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2501 method.
2502 (main): Call it.
2503 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2504 Add additional user-defined conversion operator tests.
2505
2506 2017-10-17 Pedro Alves <palves@redhat.com>
2507
2508 * boards/native-stdio-gdbserver.exp: Load "local-board".
2509
2510 2017-10-17 Pedro Alves <palves@redhat.com>
2511
2512 * gdb.base/quit-live.c: New file.
2513 * gdb.base/quit-live.exp: New file.
2514
2515 2017-10-16 Keith Seitz <keiths@redhat.com>
2516
2517 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2518 (class_with_protected_typedef, class_with_private_typedef)
2519 (struct_with_public_typedef, struct_with_protected_typedef)
2520 (struct_with_private_typedef): New classes/structs.
2521 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2522 typedefs and access specifiers.
2523
2524 2017-10-16 Pedro Alves <palves@redhat.com>
2525 Simon Marchi <simon.marchi@polymtl.ca>
2526
2527 * README (Local vs Remote vs Native): New section.
2528 * boards/local-board.exp: New file, with bits factored out from
2529 ...
2530 * boards/native-extended-gdbserver.exp: ... here. Load
2531 "local-board".
2532 * boards/native-gdbserver.exp: Load "local-board".
2533 (${board}_spawn, ${board}_exec): Delete.
2534 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2535 ...
2536 * boards/stdio-gdbserver-base.exp: ... this new file.
2537 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2538 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2539 procedure.
2540 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2541 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2542 stdio_gdbserver_command.
2543 (${board}_get_remote_address, ${board}_get_comm_port)
2544 (${board}_download, ${board}_upload): Delete.
2545 (get_target_remote_pipe_cmd): New.
2546
2547 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2548
2549 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2550 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2551 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2552 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2553 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2554 remove with_test_prefix.
2555
2556 2017-10-13 Pedro Alves <palves@redhat.com>
2557
2558 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2559 * gdb.base/annota1.exp: Use it instead of is_remote.
2560 * gdb.base/annota3.exp: Use it instead of is_remote.
2561 * gdb.cp/annota2.exp: Use it instead of is_remote.
2562 * gdb.cp/annota3.exp: Use it instead of is_remote.
2563 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2564
2565 2017-10-13 Pedro Alves <palves@redhat.com>
2566
2567 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2568 (test_num_test_vars, run_and_count_vars, find_env)
2569 (test_set_unset_env, test_inherit_env_var): New procedures.
2570 (top level): Use them.
2571
2572 2017-10-13 Pedro Alves <palves@redhat.com>
2573
2574 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2575 also skip on stub-like targets.
2576
2577 2017-10-13 Pedro Alves <palves@redhat.com>
2578
2579 PR gdb/22293
2580 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2581 (top level): Move some tests to ...
2582 (test_not_found): ... this new procedure.
2583 (top level): Call it.
2584
2585 2017-10-13 Pedro Alves <palves@redhat.com>
2586
2587 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2588 expect different "info terminal" output if testing with a
2589 non-native target.
2590
2591 2017-10-13 Pedro Alves <palves@redhat.com>
2592 Simon Marchi <simon.marchi@polymtl.ca>
2593
2594 PR python/12966
2595 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2596
2597 2017-10-13 Pedro Alves <palves@redhat.com>
2598
2599 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2600 already.
2601
2602 2017-10-13 Pedro Alves <palves@redhat.com>
2603
2604 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2605 is_remote.
2606
2607 2017-10-13 Pedro Alves <palves@redhat.com>
2608
2609 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2610 is_remote.
2611
2612 2017-10-13 Pedro Alves <palves@redhat.com>
2613
2614 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2615 is set.
2616 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2617 instead of is_remote.
2618
2619 2017-10-13 Pedro Alves <palves@redhat.com>
2620
2621 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2622 (top level): Add comment.
2623
2624 2017-10-13 Pedro Alves <palves@redhat.com>
2625
2626 * gdb.base/remote.exp (top level): Fix comment typo and add
2627 missing return.
2628
2629 2017-10-13 Pedro Alves <palves@redhat.com>
2630 Simon Marchi <simon.marchi@polymtl.ca>
2631
2632 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2633 calls and add comments. Skip test if use_gdb_stub is set.
2634 (top level): Use "set cwd" command instead of "cd" command.
2635
2636 2017-10-13 Pedro Alves <palves@redhat.com>
2637
2638 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2639 is_remote target check.
2640
2641 2017-10-13 Pedro Alves <palves@redhat.com>
2642
2643 * gdb.base/scope.exp: Use build_executable + clean_restart +
2644 gdb_file_cmd instead of prepare_for_testing and no longer skip
2645 "before run" tests on is_remote target boards. Update comments.
2646 * boards/native-extended-gdbserver.exp
2647 (extended_gdbserver_load_last_file): New, factored out from ...
2648 (gdb_load): ... this. Move further below and add comment.
2649 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2650
2651 2017-10-12 Pedro Alves <palves@redhat.com>
2652
2653 * gdb.base/attach.exp: Remove references to gdb64.
2654 * gdb.base/dbx.exp: Remove references to gdb64.
2655
2656 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2657 Pedro Alves <palves@redhat.com>
2658
2659 * gdb.base/label.exp: Remove is_remote target check.
2660
2661 2017-10-12 Pedro Alves <palves@redhat.com>
2662
2663 * gdb.base/auvx.exp (coredir): Update comment.
2664 (top level) <core_works>: Use "set cwd" command instead of "cd"
2665 command.
2666
2667 2017-10-12 Pedro Alves <palves@redhat.com>
2668 Simon Marchi <simon.marchi@polymtl.ca>
2669
2670 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2671 target boards.
2672
2673 2017-10-12 Pedro Alves <palves@redhat.com>
2674 Simon Marchi <simon.marchi@polymtl.ca>
2675
2676 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2677 Instead skip if there's any gdb_protocol set.
2678
2679 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2680 Pedro Alves <palves@redhat.com>
2681
2682 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2683
2684 2017-10-12 Pedro Alves <palves@redhat.com>
2685 Simon Marchi <simon.marchi@polymtl.ca>
2686
2687 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2688 instead of on dejagnu remote boards.
2689
2690 2017-10-12 Pedro Alves <palves@redhat.com>
2691 Simon Marchi <simon.marchi@polymtl.ca>
2692
2693 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2694 checks. Use build_executable + clean_restart instead of
2695 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2696 of enabling non-stop after starting gdb.
2697
2698 2017-10-12 Pedro Alves <palves@redhat.com>
2699
2700 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2701 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2702 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2703 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2704
2705 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2706
2707 * gdb.arch/arc-tdesc-cpu.exp: New file.
2708 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2709
2710 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2711
2712 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2713
2714 2017-10-10 Pedro Alves <palves@redhat.com>
2715
2716 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2717 expect CLI output.
2718
2719 2017-10-10 Pedro Alves <palves@redhat.com>
2720
2721 * lib/selftest-support.exp (selftest_setup): Update for
2722 captured_command_loop's prototype change.
2723
2724 2017-10-09 Pedro Alves <palves@redhat.com>
2725
2726 Test both arch1=>arch2 and arch2=>arch1.
2727
2728 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2729 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2730 factored out to...
2731 (append_arch1_options, append_arch2_options, append_arch_options)
2732 (build_executables): New procedures.
2733 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2734 local.
2735 (top level): Add new 'first_arch' testing axis.
2736
2737 2017-10-09 Pedro Alves <palves@redhat.com>
2738
2739 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2740 (barrier): New.
2741 (thread_start, all_started): New functions.
2742 (main): Spawn new thread and wait until it is scheduled.
2743 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2744 option.
2745 (do_test): Add 'selected_thread' parameter. Run to all_started
2746 instead of main. Explicitly set the breakpoint at main. Switch
2747 to the SELECTED_THREAD thread.
2748 (top level): Test handling the exec event with either the main
2749 thread or the second thread selected.
2750
2751 2017-10-09 Pedro Alves <palves@redhat.com>
2752
2753 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2754 logic. Move STOP marker after the value checks.
2755 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2756 regexp.
2757
2758 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2759
2760 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2761
2762 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2763
2764 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2765 integer-to-dfp conversion.
2766 * gdb.base/dfp-test.exp: Likewise.
2767
2768 2017-10-04 Pedro Alves <palves@redhat.com>
2769
2770 * gdb.multi/hangout.c: Include <unistd.h>.
2771 (hangout_loop): New function.
2772 (main): Call alarm. Call hangout_loop in a loop.
2773 * gdb.multi/hello.c: Include <unistd.h>.
2774 (hello_loop): New function.
2775 (main): Call alarm. Call hangout_loop in a loop.
2776 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2777 inferior with the other selected.
2778
2779 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2780
2781 * gdb.mi/list-thread-groups-available.exp: New file.
2782 * gdb.mi/list-thread-groups-available.c: New file.
2783
2784 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2785
2786 * gdb.base/set-cwd.exp: Make it available on
2787 native-extended-gdbserver.
2788
2789 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2790
2791 * gdb.base/set-cwd.c: New file.
2792 * gdb.base/set-cwd.exp: Likewise.
2793
2794 2017-10-02 Tom Tromey <tom@tromey.com>
2795
2796 PR rust/22236:
2797 * gdb.rust/simple.rs (main): New variable "fslice".
2798 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2799
2800 2017-10-02 Tom Tromey <tom@tromey.com>
2801
2802 * gdb.rust/simple.exp: Test ptype of a slice.
2803
2804 2017-10-02 Tom Tromey <tom@tromey.com>
2805
2806 * gdb.rust/simple.exp: Test index of slice.
2807
2808 2017-09-27 Tom Tromey <tom@tromey.com>
2809
2810 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2811
2812 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2813 Pedro Alves <palves@redhat.com>
2814
2815 * gdb.base/compare-sections.exp (get value of read-only section): Read
2816 as unsigned value.
2817 (corrupt read-only section): Likewise and don't set written if patching
2818 failed.
2819
2820 2017-09-21 Kevin Buettner <kevinb@redhat.com>
2821
2822 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2823 files.
2824
2825 2017-09-20 Pedro Alves <palves@redhat.com>
2826
2827 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2828 symbol names in gdb's output.
2829 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2830
2831 2017-09-20 Pedro Alves <palves@redhat.com>
2832
2833 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2834 Rename to ...
2835 (test_list_ambiguous_symbol): ... this and add a symbol name
2836 parameter. Adjust.
2837 (test_list_ambiguous_function): Reimplement on top of
2838 test_list_ambiguous_symbol and also test listing ambiguous
2839 variables.
2840 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2841 (ambiguous_fun): ... this.
2842 (ambiguous_var): New.
2843 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2844 (ambiguous_fun): ... this.
2845 (ambiguous_var): New.
2846
2847 2017-09-19 John Baldwin <jhb@FreeBSD.org>
2848
2849 * gdb.base/starti.c: New file.
2850 * gdb.base/starti.exp: New file.
2851 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2852
2853 2017-09-14 Pedro Alves <palves@redhat.com>
2854
2855 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2856 (top level): Use it instead of runto.
2857
2858 2017-09-11 Tom Tromey <tom@tromey.com>
2859
2860 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2861
2862 2017-09-11 Tom Tromey <tom@tromey.com>
2863
2864 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2865 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2866
2867 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2868
2869 * gdb.fortran/printing-types.exp: New file.
2870 * gdb.fortran/printing-types.exp: New file.
2871
2872 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2873
2874 * gdb.fortran/vla-ptype.exp: Fix typos.
2875 * gdb.fortran/vla-value.exp: Same.
2876
2877 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2878
2879 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2880 * gdb.mi/mi-var-child-f.exp: Likewise.
2881 * gdb.mi/mi-vla-fortran.exp: Likewise.
2882
2883 2017-09-08 Frank Penczek <frank.penczek@intel.com>
2884 Christoph Weinmann <christoph.t.weinmann@intel.com>
2885 Bernhard Heckel <bernhard.heckel@intel.com>
2886
2887 * gdb.fortran/ptr-indentation.f90: New file.
2888 * gdb.fortran/ptr-indentation.exp: New file.
2889
2890 2017-09-05 Tom Tromey <tom@tromey.com>
2891
2892 PR gdb/22010:
2893 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2894
2895 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2896
2897 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2898
2899 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2900
2901 * gdb.threads/tls-nodebug-pie.c: New file.
2902 * gdb.threads/tls-nodebug-pie.exp: New file.
2903
2904 2017-09-05 Tom Tromey <tom@tromey.com>
2905
2906 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2907 for rust.
2908
2909 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2910
2911 * gdb.multi/multi-arch-exec.exp: Test with different
2912 "follow-exec-mode" settings.
2913 (do_test): New procedure.
2914
2915 2017-09-04 Pedro Alves <palves@redhat.com>
2916
2917 * gdb.base/func-static.c (S::method const, S::method volatile)
2918 (S::method volatile const): New methods.
2919 (c_s, v_s, cv_s): New instances.
2920 (main): Call method() on them.
2921 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2922 (cannot_resolve): New procedure.
2923 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2924 print-quote-unquoted columns.
2925 (do_test): Test printing each scope too.
2926
2927 2017-09-04 Pedro Alves <palves@redhat.com>
2928
2929 * gdb.base/local-static.exp: Also test with
2930 class::method::variable wholly quoted.
2931 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2932
2933 2017-09-04 Pedro Alves <palves@redhat.com>
2934
2935 * gdb.base/local-static.c: New.
2936 * gdb.base/local-static.cc: New.
2937 * gdb.base/local-static.exp: New.
2938
2939 2017-09-04 Pedro Alves <palves@redhat.com>
2940
2941 * gdb.asm/asm-source.exp: Add casts to int.
2942 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2943 (dataglobal64_1, dataglobal64_2): New globals.
2944 * gdb.base/nodebug.exp: Test different expressions involving the
2945 new globals, with print, whatis and ptype. Add casts to int.
2946 * gdb.base/solib-display.exp: Add casts to int.
2947 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2948 * gdb.cp/m-static.exp: Add cast to int.
2949 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2950 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2951 tls variable with no debug info without a cast. Test with a cast
2952 to int too.
2953 * gdb.trace/entry-values.exp: Add casts.
2954
2955 2017-09-04 Pedro Alves <palves@redhat.com>
2956
2957 * gdb.base/nodebug.exp: Test that ptype's error about functions
2958 with unknown return type includes the function name too.
2959
2960 2017-09-04 Pedro Alves <palves@redhat.com>
2961
2962 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2963 return type of munmap in infcall.
2964 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2965 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2966 type of ftell in infcall.
2967 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2968 type of getpid in infcall.
2969 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2970 infcall.
2971 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2972 Bail on failure to extract the pid.
2973 * gdb.base/nodebug.c: #include <stdint.h>.
2974 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2975 New functions.
2976 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2977 Change expected output of print/whatis/ptype with functions with
2978 no debug info. Test all supported languages. Call
2979 test_call_promotion.
2980 * gdb.compile/compile.exp: Adjust expected output to expect
2981 warning.
2982 * gdb.threads/siginfo-threads.exp: Likewise.
2983
2984 2017-09-04 Pedro Alves <palves@redhat.com>
2985
2986 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2987 "prototypes". Test calling float functions via prototyped and
2988 unprototyped function pointers.
2989 (perform_all_tests): New parameter "prototypes". Pass it down.
2990 (top level): Pass down "prototypes" parameter to
2991 perform_all_tests.
2992
2993 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2994
2995 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2996 Test with nested loops.
2997
2998 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2999
3000 * gdb.base/commands.exp: Call the new procedures.
3001 (loop_break_test, loop_continue_test): New procedures.
3002
3003 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
3004
3005 * gdb.base/commands.exp: Call new procedure.
3006 (define_if_without_arg_test): New procedure.
3007
3008 2017-09-04 Pedro Alves <palves@redhat.com>
3009
3010 * gdb.base/list-ambiguous.exp: New file.
3011 * gdb.base/list-ambiguous0.c: New file.
3012 * gdb.base/list-ambiguous1.c: New file.
3013 * gdb.base/list.exp (test_list_range): Adjust expected output.
3014
3015 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
3016
3017 * gdb.base/share-env-with-gdbserver.c: New file.
3018 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3019
3020 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3021
3022 * gdb.base/commands.exp (gdbvar_simple_if_test,
3023 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3024 progvar_simple_if_test, progvar_simple_while_test,
3025 progvar_complex_if_while_test, user_defined_command_test,
3026 user_defined_command_args_eval,
3027 user_defined_command_args_stack_test,
3028 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3029 temporary_breakpoint_commands,
3030 gdb_test_no_prompt, redefine_hook_test,
3031 redefine_backtrace_test): Remove "global gdb_prompt".
3032
3033 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3034
3035 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3036 New proc, call it from toplevel.
3037
3038 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3039
3040 PR remote/21852
3041 * gdb.server/normal.c: New file, copied from gdb.base.
3042 * gdb.server/run-without-local-binary.exp: New file.
3043
3044 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
3045
3046 * gdb.arch/sparc64-adi.exp: New file.
3047 * gdb.arch/sparc64-adi.c: New file.
3048
3049 2017-08-22 Pedro Alves <palves@redhat.com>
3050
3051 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3052 (top level): Add "list all overloads" tests.
3053
3054 2017-08-22 Tom Tromey <tom@tromey.com>
3055
3056 * gdb.gdb/xfullpath.exp: Remove.
3057
3058 2017-08-21 Pedro Alves <palves@redhat.com>
3059
3060 PR gdb/19487
3061 * gdb.base/symbol-alias.c: New.
3062 * gdb.base/symbol-alias2.c: New.
3063 * gdb.base/symbol-alias.exp: New.
3064
3065 2017-08-21 Pedro Alves <palves@redhat.com>
3066
3067 * gdb.base/dfp-test.c
3068 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3069 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3070 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3071 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3072 * gdb.base/whatis-ptype-typedefs.c: New.
3073 * gdb.base/whatis-ptype-typedefs.exp: New.
3074 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3075 (an_int, an_int_type, an_int_type2): New globals.
3076 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3077 involving typedefs and cast expressions.
3078 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3079 (lookup_typedefs_function): New.
3080 (typedefs_pretty_printers_dict): New.
3081 (top level): Register lookup_typedefs_function in
3082 gdb.pretty_printers.
3083
3084 2017-08-18 Yao Qi <yao.qi@linaro.org>
3085
3086 * gdb.server/unittest.exp: New.
3087
3088 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3089
3090 PR gdb/21954
3091 * gdb.base/environ.exp: Add test to check if 'unset environment'
3092 works.
3093
3094 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3095
3096 * lib/gdb.exp (universal_compile_options): New caching proc.
3097 (gdb_compile): Suppress GCC's coloring of messages.
3098
3099 2017-08-14 Tom Tromey <tom@tromey.com>
3100
3101 PR gdb/21675:
3102 * gdb.base/printcmds.exp (test_radices): New function.
3103 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3104 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3105 * lib/gdb.exp (get_integer_valueof): Use p/d.
3106
3107 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3108
3109 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3110 characters.
3111
3112 2017-08-05 Tom Tromey <tom@tromey.com>
3113
3114 * gdb.rust/simple.exp: Allow String to appear in a different
3115 namespace.
3116
3117 2017-07-26 Yao Qi <yao.qi@linaro.org>
3118
3119 * gdb.gdb/unittest.exp: Invoke command
3120 "maintenance check xml-descriptions".
3121
3122 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3123
3124 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3125 calling context.
3126 (hex128): Drop erroneous calculation of parameters.
3127
3128 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3129
3130 * gdb.python/py-unwind.exp: Disable stack protection when
3131 building test file.
3132
3133 2017-07-20 Pedro Alves <palves@redhat.com>
3134
3135 * gdb.base/default.exp (set language): Adjust expected output.
3136
3137 2017-07-20 Pedro Alves <palves@redhat.com>
3138
3139 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3140 (test_minsym): ... this, and make static.
3141 (get_pck__foo__bar__minsym): Rename to ...
3142 (get_test_minsym): ... this.
3143 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3144 symbol names and comments.
3145 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3146 (get_test_minsym): ... this.
3147 (pck__foo__bar__minsym__2): Rename to ...
3148 (test_minsym): ... this.
3149 (main): Adjust.
3150
3151 2017-07-17 Pedro Alves <palves@redhat.com>
3152
3153 * gdb.base/completion.exp: Adjust expected output.
3154 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3155 the completer works.
3156
3157 2017-07-17 Pedro Alves <palves@redhat.com>
3158
3159 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3160
3161 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3162
3163 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3164
3165 2017-07-14 Tom Tromey <tom@tromey.com>
3166
3167 PR rust/21764:
3168 * gdb.rust/simple.exp: Add tests.
3169
3170 2017-07-14 Tom Tromey <tom@tromey.com>
3171
3172 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3173
3174 2017-07-14 Pedro Alves <palves@redhat.com>
3175
3176 * gdb.linespec/base/one/thefile.cc (z1): New function.
3177 * gdb.linespec/base/two/thefile.cc (z2): New function.
3178 * gdb.linespec/linespec.exp: Add tests.
3179
3180 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3181
3182 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3183 to mi_create_breakpoint.
3184
3185 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3186
3187 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3188 mi_create_breakpoint.
3189
3190 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3191
3192 * gdb.dlang/demangle.exp: Update for demangling changes.
3193
3194 2017-07-09 Tom Tromey <tom@tromey.com>
3195
3196 * gdb.dwarf2/shortpiece.exp: New file.
3197
3198 2017-07-06 David Blaikie <dblaikie@gmail.com>
3199
3200 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3201 built from fissiont-multi-cu{1,2}.c.
3202 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3203 except putting 'main' and 'func' in separate CUs in the same DWO file.
3204 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3205 test.
3206 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3207 test.
3208
3209 2017-07-06 Pedro Alves <palves@redhat.com>
3210
3211 * gdb.python/py-unwind.exp: Test flushregs.
3212
3213 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3214
3215 PR cli/21688
3216 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3217 tests for alias commands and trailing whitespace.
3218
3219 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3220
3221 PR cli/21688
3222 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3223 procedure. Call it.
3224
3225 2017-06-29 Pedro Alves <palves@redhat.com>
3226
3227 * gdb.base/printcmds.exp: Add tests.
3228
3229 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3230
3231 PR gdb/21337
3232 * gdb.base/reread-readsym.exp: New file.
3233 * gdb.base/reread-readsym.c: New file.
3234
3235 2017-06-21 Kevin Buettner <kevinb@redhat.com>
3236
3237 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3238 subpattern.
3239
3240 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3241
3242 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3243 extended mnemonic.
3244 * gdb.arch/powerpc-power9.s: Likewise.
3245
3246 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3247
3248 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3249 on 32-bit x86 targets. Exploit is_*_target macros where
3250 appropriate.
3251
3252 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3253
3254 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3255 register pieces.
3256
3257 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3258
3259 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3260 located in one or more DWARF pieces.
3261
3262 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3263
3264 * lib/gdb.exp (get_endianness): New proc.
3265 * gdb.arch/aarch64-fp.exp: Use it.
3266 * gdb.arch/altivec-regs.exp: Likewise.
3267 * gdb.arch/e500-regs.exp: Likewise.
3268 * gdb.arch/vsx-regs.exp: Likewise.
3269 * gdb.base/dump.exp: Likewise.
3270 * gdb.base/funcargs.exp: Likewise.
3271 * gdb.base/gnu_vector.exp: Likewise.
3272 * gdb.dwarf2/formdata16.exp: Likewise.
3273 * gdb.dwarf2/implptrpiece.exp: Likewise.
3274 * gdb.dwarf2/nonvar-access.exp: Likewise.
3275 * gdb.python/py-inferior.exp: Likewise.
3276 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3277
3278 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3279
3280 PR gdb/21226
3281 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3282 stack value pieces are taken from the LSB end.
3283
3284 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3285
3286 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3287 variable at nonzero offset.
3288
3289 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3290
3291 * gdb.dwarf2/var-access.c: New file.
3292 * gdb.dwarf2/var-access.exp: New test.
3293 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3294
3295 2017-06-12 Tom Tromey <tom@tromey.com>
3296
3297 * gdb.dwarf2/formdata16.exp: Add tests.
3298
3299 2017-06-12 Tom Tromey <tom@tromey.com>
3300
3301 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3302
3303 2017-06-12 Tom Tromey <tom@tromey.com>
3304
3305 PR exp/16225:
3306 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3307 * gdb.arch/vsx-regs.exp: Update tests.
3308 * gdb.arch/s390-vregs.exp (hex128): New proc.
3309 Update test.
3310 * gdb.arch/altivec-regs.exp: Update tests.
3311
3312 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3313
3314 * gdb.base/startup-with-shell.c: New file.
3315 * gdb.base/startup-with-shell.exp: Likewise.
3316
3317 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3318
3319 * gdb.server/non-existing-program.exp: Update regex in order to
3320 reflect the fact that gdbserver is now using fork_inferior (with a
3321 shell) to startup the inferior.
3322
3323 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3324
3325 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3326 support function calls from GDB.
3327
3328 2017-05-21 Tom Tromey <tom@tromey.com>
3329
3330 PR rust/21466:
3331 * gdb.rust/unsized.exp: New file.
3332 * gdb.rust/unsized.rs: New file.
3333
3334 2017-05-19 Tom Tromey <tom@tromey.com>
3335
3336 PR rust/21484:
3337 * gdb.rust/watch.exp: New file.
3338 * gdb.rust/watch.rs: New file.
3339
3340 2017-05-18 Tom Tromey <tom@tromey.com>
3341
3342 * gdb.rust/simple.exp: Allow Box to be qualified.
3343
3344 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3345
3346 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3347
3348 2017-05-18 Pedro Alves <palves@redhat.com>
3349
3350 * gdb.base/fileio.c (test_write, test_read, test_close)
3351 (test_fstat): Don't print 'ret' in the fail path.
3352
3353 2017-05-18 Pedro Alves <palves@redhat.com>
3354
3355 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3356 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3357 (test_system, test_rename, test_unlink, test_time): Change
3358 prototypes.
3359 * gdb.base/fileio.exp (stop_msg): Adjust.
3360
3361 2017-05-18 Pedro Alves <palves@redhat.com>
3362
3363 * gdb.base/fileio.c (null_str): New global.
3364 (test_stat): Use it.
3365 * gdb.base/fileio.exp: Remove nowarnings.
3366
3367 2017-05-17 Yao Qi <yao.qi@linaro.org>
3368
3369 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3370
3371 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3372
3373 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3374 argument command.
3375 (top-level): Invoke test_set_inferior_tty.
3376
3377 2017-05-04 Pedro Alves <palves@redhat.com>
3378
3379 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3380 Add parens to print call for Python 3.
3381
3382 2017-05-03 Keith Seitz <keiths@redhat.com>
3383
3384 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3385 (main): Call it.
3386
3387 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3388
3389 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3390 to prev and next.
3391
3392 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3393
3394 * gdb.python/py-record-btrace.exp: Remove test for
3395 gdb.BtraceInstruction.error.
3396
3397 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3398
3399 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3400
3401 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3402
3403 * gdb.python/py-record-btrace-threads.c: New file.
3404 * gdb.python/py-record-btrace-threads.exp: New file.
3405
3406 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3407
3408 PR testsuite/8595
3409 * gdb.base/environ.exp: Make test available in all architectures.
3410 Move bits related to "info program" testing to
3411 gdb.base/info-program.exp. Rewrite tests to use the two new
3412 procedures mentione below.
3413 (test_set_show_env_var) New procedure.
3414 (test_set_show_env_var_equal): Likewise.
3415 * gdb.base/info-program.exp: New file.
3416
3417 2017-04-27 Keith Seitz <keiths@redhat.com>
3418
3419 * gdb.cp/oranking.cc (test15): New function.
3420 (main): Call test15 and declare additional variables for testing.
3421 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3422 "p foo101('abc')" tests.
3423 Add tests for cv qualifier overloads.
3424 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3425 "lvalue reference overload" test.
3426 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3427 "print value of f1 on Child&& in f2" test.
3428
3429 2017-04-19 Pedro Alves <palves@redhat.com>
3430
3431 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3432 procedure.
3433 (top level): Call it.
3434 * lib/gdb.exp (gdb_define_cmd): New procedure.
3435
3436 2017-04-12 Pedro Alves <palves@redhat.com>
3437
3438 PR gdb/21323
3439 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3440 (wchar): New global.
3441 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3442 (do_test_wide_char, wide_char_types_no_program, top level): Add
3443 wchar_t testing.
3444
3445 2017-04-12 Pedro Alves <palves@redhat.com>
3446
3447 PR c++/21323
3448 * gdb.cp/wide_char_types.c: New file.
3449 * gdb.cp/wide_char_types.exp: New file.
3450
3451 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3452
3453 PR gdb/21352
3454 * gdb.trace/tsv.exp: Add test for "tsave -r".
3455
3456 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3457
3458 * gdb.dlang/watch-loc.c: New file.
3459 * gdb.dlang/watch-loc.exp: New file.
3460
3461 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3462
3463 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3464
3465 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3466
3467 * gdb.arch/arc-analyze-prologue.S: New file.
3468 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3469
3470 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3471
3472 * gdb.arch/arc-decode-insn.S: New file.
3473 * gdb.arch/arc-decode-insn.exp: Likewise.
3474
3475 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3476
3477 PR tdep/20928
3478 * gdb.arch/sparc64-regs.exp: New file.
3479 * gdb.arch/sparc64-regs.S: Likewise.
3480
3481 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3482
3483 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3484 and memory view on Python 3.
3485
3486 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
3487 Keith Seitz <keiths@redhat.com>
3488
3489 PR gdb/14441
3490 * gdb.cp/demangle.exp: Add rvalue reference tests.
3491 * gdb.cp/rvalue-ref-casts.cc: New file.
3492 * gdb.cp/rvalue-ref-casts.exp: New file.
3493 * gdb.cp/rvalue-ref-overload.cc: New file.
3494 * gdb.cp/rvalue-ref-overload.exp: New file.
3495 * gdb.cp/rvalue-ref-params.cc: New file.
3496 * gdb.cp/rvalue-ref-params.exp: New file.
3497 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3498 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3499 * gdb.cp/rvalue-ref-types.cc: New file.
3500 * gdb.cp/rvalue-ref-types.exp: New file.
3501 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3502 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3503
3504 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3505
3506 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3507 New procedure.
3508
3509 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3510
3511 * lib/mi-support.exp (mi_gdb_test): Add additional message
3512 for unexpected output.
3513
3514 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3515
3516 * gdb.base/examine-backward.c (Barrier): New character array
3517 constant, to ensure that TestStrings is preceded by a string
3518 terminator.
3519
3520 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3521
3522 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3523 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3524 and implicit pointer into such a location.
3525
3526 2017-03-16 Doug Evans <dje@google.com>
3527
3528 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3529
3530 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3531
3532 * gdb.cp/m-static.exp: Fix expectation for prototype of
3533 test5.single_constructor and single_constructor::single_constructor.
3534
3535 2017-03-16 Doug Evans <dje@google.com>
3536
3537 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3538 * gdb.guile/scm-lazy-string.c: New file.
3539 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3540 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3541 for pointer, array, typedef lazy strings.
3542
3543 2017-03-16 Doug Evans <dje@google.com>
3544
3545 PR python/17728, python/18439, python/18779
3546 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3547 * gdb.python/py-lazy-string.c (pointer): New typedef.
3548 (main): New locals ptr, array, typedef_ptr.
3549 * gdb.python/py-value.exp: Move lazy string tests to ...
3550 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3551 array, typedef lazy strings.
3552
3553 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3554
3555 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3556 Add optional 'test' parameter.
3557
3558 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3559
3560 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3561 Skip for versions of DejaGnu < 1.5.
3562
3563 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3564
3565 * lib/gdb.exp (dejagnu_version): New proc.
3566 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3567 Use dejagnu_version.
3568
3569 2017-03-10 Keith Seitz <keiths@redhat.com>
3570
3571 PR c++/8128
3572 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3573 type from destructor regexps.
3574 Add a branch which actually passes the test.
3575 Adjust "ptype t5i" test names.
3576
3577 2017-03-08 Pedro Alves <palves@redhat.com>
3578
3579 * gdb.base/step-over-exit.exp: Add explicit test message.
3580
3581 2017-03-08 Pedro Alves <palves@redhat.com>
3582
3583 PR gdb/18360
3584 * gdb.threads/interrupt-while-step-over.c: New file.
3585 * gdb.threads/interrupt-while-step-over.exp: New file.
3586
3587 2017-03-08 Pedro Alves <palves@redhat.com>
3588
3589 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3590 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3591
3592 2017-03-08 Pedro Alves <palves@redhat.com>
3593
3594 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3595 PKRU as not supported as a PASS.
3596
3597 2017-03-08 Pedro Alves <palves@redhat.com>
3598
3599 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3600 prefix instead of $binfile1/$binfile2.
3601 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3602 in test message.
3603 * gdb.python/py-completion.exp: Use "load python file" as test
3604 messages instead of unstable path names.
3605
3606 2017-03-08 Pedro Alves <palves@redhat.com>
3607 Jan Kratochvil <jan.kratochvil@redhat.com>
3608
3609 PR cli/21218
3610 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3611 New proc.
3612 (top level): Call it.
3613
3614 2017-03-08 Pedro Alves <palves@redhat.com>
3615
3616 PR tui/21216
3617 * gdb.tui/tui-nl-filtered-output.exp: New file.
3618
3619 2017-03-08 Pedro Alves <palves@redhat.com>
3620
3621 * gdb.base/completion.exp: Move TUI completion tests to ...
3622 * gdb.tui/completion.exp: ... this new file.
3623
3624 2017-03-08 Pedro Alves <palves@redhat.com>
3625
3626 * gdb.base/tui-disasm-long-lines.c,
3627 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3628 gdb.base/tui-layout.exp: Move to ...
3629 * gdb.tui/: ... this new directory.
3630
3631 2017-03-07 Pedro Alves <palves@redhat.com>
3632
3633 * gdb.base/tui-layout.c: New file.
3634 * gdb.base/tui-layout.exp: New file.
3635
3636 2017-03-07 Pedro Alves <palves@redhat.com>
3637
3638 * gdb.base/tui-layout.c: Rename to ...
3639 * gdb.base/tui-disasm-long-lines.c: ... this.
3640 * gdb.base/tui-layout.exp: Rename to ...
3641 * gdb.base/tui-disasm-long-lines.exp: ... this.
3642
3643 2017-03-07 Pedro Alves <palves@redhat.com>
3644
3645 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3646
3647 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
3648
3649 * i386-mpx-call.c: New file.
3650 * i386-mpx-call.exp: New file.
3651
3652 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3653
3654 * gdb.arch/powerpc-power.exp: Delete test.
3655 * gdb.arch/powerpc-power.s: Likewise.
3656 * gdb.disasm/disassembler-options.exp: New test.
3657 * gdb.arch/powerpc-altivec.exp: Likewise.
3658 * gdb.arch/powerpc-altivec.s: Likewise.
3659 * gdb.arch/powerpc-altivec2.exp: Likewise.
3660 * gdb.arch/powerpc-altivec2.s: Likewise.
3661 * gdb.arch/powerpc-altivec3.exp: Likewise.
3662 * gdb.arch/powerpc-altivec3.s: Likewise.
3663 * gdb.arch/powerpc-power7.exp: Likewise.
3664 * gdb.arch/powerpc-power7.s: Likewise.
3665 * gdb.arch/powerpc-power8.exp: Likewise.
3666 * gdb.arch/powerpc-power8.s: Likewise.
3667 * gdb.arch/powerpc-power9.exp: Likewise.
3668 * gdb.arch/powerpc-power9.s: Likewise.
3669 * gdb.arch/powerpc-vsx.exp: Likewise.
3670 * gdb.arch/powerpc-vsx.s: Likewise.
3671 * gdb.arch/powerpc-vsx2.exp: Likewise.
3672 * gdb.arch/powerpc-vsx2.s: Likewise.
3673 * gdb.arch/powerpc-vsx3.exp: Likewise.
3674 * gdb.arch/powerpc-vsx3.s: Likewise.
3675 * gdb.arch/arm-disassembler-options.exp: Likewise.
3676 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3677 * gdb.arch/s390-disassembler-options.exp: Likewise.
3678
3679 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
3680
3681 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3682 (check_supported_features): ... this. Changed return type to void.
3683 (supports_rdseed): New static global.
3684 (rdseed): Check supports_rdseed.
3685 (initialize): Call check_supported_features.
3686
3687 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3688
3689 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3690 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3691 and lqarx/stqcx.
3692 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3693 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3694
3695 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3696
3697 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3698 uppercase.
3699
3700 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3701
3702 * gdb.dwarf2/formdata16.c: New file.
3703 * gdb.dwarf2/formdata16.exp: New file.
3704 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3705
3706 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3707
3708 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3709 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3710 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3711 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3712 DW_AT_GNU_*.
3713
3714 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3715
3716 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3717
3718 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3719
3720 PR gdb/21164
3721 * gdb.base/maint.exp: Add testcases for when the commands do
3722 not have arguments.
3723
3724 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3725
3726 * gdb.cp/chained-calls.exp: Use p instead of P.
3727
3728 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3729
3730 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3731 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3732
3733 2017-02-14 Tom Tromey <tom@tromey.com>
3734
3735 PR python/13598:
3736 * gdb.python/py-events.exp: Add before_prompt event tests.
3737
3738 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3739
3740 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3741
3742 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3743
3744 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3745 (main): Call my_unique_function_name.
3746 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3747 completion of patterns with a single match.
3748 Add missing -re switches to gdb_test_multiple calls.
3749
3750 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
3751
3752 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3753 return if core file is not recognized.
3754
3755 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3756
3757 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3758 and extra UIs.
3759
3760 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3761
3762 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3763 proc_with_prefix.
3764
3765 2017-02-10 Tom Tromey <tom@tromey.com>
3766
3767 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3768
3769 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
3770
3771 PR gdb/21122
3772 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3773
3774 2017-02-08 Jerome Guitton <guitton@adacore.com>
3775
3776 * gdb.base/define.exp: Add test for command abbreviations
3777 in define.
3778
3779 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
3780
3781 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3782 * gdb.reverse/insn-reverse-x86.c: New file.
3783
3784 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3785
3786 PR tdep/20936
3787 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3788
3789 2017-02-03 Tom Tromey <tom@tromey.com>
3790
3791 PR rust/21097:
3792 * gdb.rust/simple.exp: Add new tests.
3793
3794 2017-02-02 Pedro Alves <palves@redhat.com>
3795
3796 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3797 tests.
3798
3799 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3800
3801 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3802 taking a 2-byte value out of a 4-byte DWARF implicit value on
3803 big-endian targets.
3804 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3805 logic. Add test cases for DW_OP_implicit.
3806
3807 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3808
3809 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3810
3811 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3812
3813 * gdb.btrace/enable.exp: Call gdb_exit before
3814 skip_gdbserver_tests.
3815
3816 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3817
3818 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3819 GDBFLAGS.
3820
3821 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3822
3823 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3824 the test is skipped.
3825 * gdb.btrace/data.exp: Likewise.
3826 * gdb.btrace/delta.exp: Likewise.
3827 * gdb.btrace/dlopen.exp: Likewise.
3828 * gdb.btrace/enable-running.exp: Likewise.
3829 * gdb.btrace/enable.exp: Likewise.
3830 * gdb.btrace/exception.exp: Likewise.
3831 * gdb.btrace/function_call_history.exp: Likewise.
3832 * gdb.btrace/gcore.exp: Likewise.
3833 * gdb.btrace/instruction_history.exp: Likewise.
3834 * gdb.btrace/multi-thread-step.exp: Likewise.
3835 * gdb.btrace/nohist.exp: Likewise.
3836 * gdb.btrace/non-stop.exp: Likewise.
3837 * gdb.btrace/reconnect.exp: Likewise.
3838 * gdb.btrace/record_goto-step.exp: Likewise.
3839 * gdb.btrace/record_goto.exp: Likewise.
3840 * gdb.btrace/rn-dl-bind.exp: Likewise.
3841 * gdb.btrace/segv.exp: Likewise.
3842 * gdb.btrace/step.exp: Likewise.
3843 * gdb.btrace/stepi.exp: Likewise.
3844 * gdb.btrace/tailcall-only.exp: Likewise.
3845 * gdb.btrace/tailcall.exp: Likewise.
3846 * gdb.btrace/tsx.exp: Likewise.
3847 * gdb.btrace/unknown_functions.exp: Likewise.
3848 * gdb.btrace/vdso.exp: Likewise.
3849
3850 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3851
3852 * gdb.btrace/enable-running.c: New.
3853 * gdb.btrace/enable-running.exp: New.
3854
3855 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3856
3857 * gdb.arch/amd64-gs_base.c: New file.
3858 * gdb.arch/amd64-gs_base.exp: New file.
3859
3860 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3861
3862 * lib/memory.exp: Remove spurious empty newlines.
3863
3864 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3865
3866 * gdb.python/py-bad-printers.exp: Load python file using "source".
3867 * gdb.python/py-events.exp: Likewise.
3868 * gdb.python/py-evsignal.exp: Likewise.
3869 * gdb.python/py-evthreads.exp: Likewise.
3870 * gdb.python/py-frame-args.exp: Likewise.
3871 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3872 * gdb.python/py-framefilter-mi.exp: Likewise.
3873 * gdb.python/py-framefilter.exp: Likewise.
3874 * gdb.python/py-mi.exp: Likewise.
3875 * gdb.python/py-pp-maint.exp: Likewise.
3876 * gdb.python/py-pp-registration.exp: Likewise.
3877 * gdb.python/py-prettyprint.exp: Likewise.
3878 (run_lang_tests): Likewise.
3879 * gdb.python/py-typeprint.exp: Likewise.
3880
3881 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3882
3883 * lib/memory.exp: New file.
3884 * lib/gdb.exp: Load memory.exp.
3885 * gdb.base/memattr.exp (delete_memory): Move proc to
3886 lib/memory.exp and rename to delete_memory_regions.
3887 Replace delete_memory with delete_memory_regions.
3888 Cleanup memory regions before tests.
3889 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3890 before tests.
3891
3892 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
3893
3894 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3895 files.
3896 (initialize): New function conditionally defined.
3897 (testcases): Move within conditional block.
3898 (main): Call initialize.
3899 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3900 of gdb.reverse/insn-reverse.c.
3901 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3902 gdb.reverse/insn-reverse.c.
3903
3904 2017-01-26 Yao Qi <yao.qi@linaro.org>
3905
3906 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3907 disassemble on address 0.
3908
3909 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3910 Yao Qi <yao.qi@linaro.org>
3911
3912 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3913 * gdb.dwarf2/implptr-64bit.S: Remove.
3914 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3915 variables in caller's context. Add DW_OP_implicit_value.
3916
3917 2017-01-25 Yao Qi <yao.qi@linaro.org>
3918
3919 * lib/dwarf.exp (Dwarf::_location): Handle
3920 DW_OP_GNU_implicit_pointer with proper size.
3921
3922 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3923
3924 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3925 and add untested calls.
3926
3927 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
3928
3929 * gdb.python/python.exp: Check line number against what GDB thinks
3930 the line number is for func1.
3931
3932 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3933
3934 * gdb.dlang/debug-expr.exp: New file.
3935
3936 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
3937
3938 Fix test names for the following files:
3939
3940 * gdb.ada/exec_changed.exp
3941 * gdb.ada/info_types.exp
3942 * gdb.arch/aarch64-atomic-inst.exp
3943 * gdb.arch/aarch64-fp.exp
3944 * gdb.arch/altivec-abi.exp
3945 * gdb.arch/altivec-regs.exp
3946 * gdb.arch/amd64-byte.exp
3947 * gdb.arch/amd64-disp-step.exp
3948 * gdb.arch/amd64-dword.exp
3949 * gdb.arch/amd64-entry-value-inline.exp
3950 * gdb.arch/amd64-entry-value-param.exp
3951 * gdb.arch/amd64-entry-value-paramref.exp
3952 * gdb.arch/amd64-entry-value.exp
3953 * gdb.arch/amd64-i386-address.exp
3954 * gdb.arch/amd64-invalid-stack-middle.exp
3955 * gdb.arch/amd64-invalid-stack-top.exp
3956 * gdb.arch/amd64-optimout-repeat.exp
3957 * gdb.arch/amd64-prologue-skip.exp
3958 * gdb.arch/amd64-prologue-xmm.exp
3959 * gdb.arch/amd64-stap-special-operands.exp
3960 * gdb.arch/amd64-stap-wrong-subexp.exp
3961 * gdb.arch/amd64-tailcall-cxx.exp
3962 * gdb.arch/amd64-tailcall-noret.exp
3963 * gdb.arch/amd64-tailcall-ret.exp
3964 * gdb.arch/amd64-tailcall-self.exp
3965 * gdb.arch/amd64-word.exp
3966 * gdb.arch/arm-bl-branch-dest.exp
3967 * gdb.arch/arm-disp-step.exp
3968 * gdb.arch/arm-neon.exp
3969 * gdb.arch/arm-single-step-kernel-helper.exp
3970 * gdb.arch/avr-flash-qualifier.exp
3971 * gdb.arch/disp-step-insn-reloc.exp
3972 * gdb.arch/e500-abi.exp
3973 * gdb.arch/e500-regs.exp
3974 * gdb.arch/ftrace-insn-reloc.exp
3975 * gdb.arch/i386-avx512.exp
3976 * gdb.arch/i386-bp_permanent.exp
3977 * gdb.arch/i386-byte.exp
3978 * gdb.arch/i386-cfi-notcurrent.exp
3979 * gdb.arch/i386-disp-step.exp
3980 * gdb.arch/i386-dr3-watch.exp
3981 * gdb.arch/i386-float.exp
3982 * gdb.arch/i386-gnu-cfi.exp
3983 * gdb.arch/i386-mpx-map.exp
3984 * gdb.arch/i386-mpx-sigsegv.exp
3985 * gdb.arch/i386-mpx-simple_segv.exp
3986 * gdb.arch/i386-mpx.exp
3987 * gdb.arch/i386-permbkpt.exp
3988 * gdb.arch/i386-prologue.exp
3989 * gdb.arch/i386-signal.exp
3990 * gdb.arch/i386-size-overlap.exp
3991 * gdb.arch/i386-unwind.exp
3992 * gdb.arch/i386-word.exp
3993 * gdb.arch/mips-fcr.exp
3994 * gdb.arch/powerpc-d128-regs.exp
3995 * gdb.arch/powerpc-stackless.exp
3996 * gdb.arch/ppc64-atomic-inst.exp
3997 * gdb.arch/s390-stackless.exp
3998 * gdb.arch/s390-tdbregs.exp
3999 * gdb.arch/s390-vregs.exp
4000 * gdb.arch/sparc-sysstep.exp
4001 * gdb.arch/thumb-bx-pc.exp
4002 * gdb.arch/thumb-singlestep.exp
4003 * gdb.arch/thumb2-it.exp
4004 * gdb.arch/vsx-regs.exp
4005 * gdb.asm/asm-source.exp
4006 * gdb.base/a2-run.exp
4007 * gdb.base/advance.exp
4008 * gdb.base/all-bin.exp
4009 * gdb.base/anon.exp
4010 * gdb.base/args.exp
4011 * gdb.base/arithmet.exp
4012 * gdb.base/async-shell.exp
4013 * gdb.base/async.exp
4014 * gdb.base/attach-pie-noexec.exp
4015 * gdb.base/attach-twice.exp
4016 * gdb.base/auto-load.exp
4017 * gdb.base/bang.exp
4018 * gdb.base/bitfields.exp
4019 * gdb.base/break-always.exp
4020 * gdb.base/break-caller-line.exp
4021 * gdb.base/break-entry.exp
4022 * gdb.base/break-inline.exp
4023 * gdb.base/break-on-linker-gcd-function.exp
4024 * gdb.base/break-probes.exp
4025 * gdb.base/break.exp
4026 * gdb.base/breakpoint-shadow.exp
4027 * gdb.base/call-ar-st.exp
4028 * gdb.base/call-sc.exp
4029 * gdb.base/call-signal-resume.exp
4030 * gdb.base/call-strs.exp
4031 * gdb.base/callfuncs.exp
4032 * gdb.base/catch-fork-static.exp
4033 * gdb.base/catch-gdb-caused-signals.exp
4034 * gdb.base/catch-load.exp
4035 * gdb.base/catch-signal-fork.exp
4036 * gdb.base/catch-signal.exp
4037 * gdb.base/catch-syscall.exp
4038 * gdb.base/charset.exp
4039 * gdb.base/checkpoint.exp
4040 * gdb.base/chng-syms.exp
4041 * gdb.base/code-expr.exp
4042 * gdb.base/code_elim.exp
4043 * gdb.base/commands.exp
4044 * gdb.base/completion.exp
4045 * gdb.base/complex.exp
4046 * gdb.base/cond-expr.exp
4047 * gdb.base/condbreak.exp
4048 * gdb.base/consecutive.exp
4049 * gdb.base/continue-all-already-running.exp
4050 * gdb.base/coredump-filter.exp
4051 * gdb.base/corefile.exp
4052 * gdb.base/dbx.exp
4053 * gdb.base/debug-expr.exp
4054 * gdb.base/define.exp
4055 * gdb.base/del.exp
4056 * gdb.base/disabled-location.exp
4057 * gdb.base/disasm-end-cu.exp
4058 * gdb.base/disasm-optim.exp
4059 * gdb.base/display.exp
4060 * gdb.base/duplicate-bp.exp
4061 * gdb.base/ena-dis-br.exp
4062 * gdb.base/ending-run.exp
4063 * gdb.base/enumval.exp
4064 * gdb.base/environ.exp
4065 * gdb.base/eu-strip-infcall.exp
4066 * gdb.base/eval-avoid-side-effects.exp
4067 * gdb.base/eval-skip.exp
4068 * gdb.base/exitsignal.exp
4069 * gdb.base/expand-psymtabs.exp
4070 * gdb.base/filesym.exp
4071 * gdb.base/find-unmapped.exp
4072 * gdb.base/finish.exp
4073 * gdb.base/float.exp
4074 * gdb.base/foll-exec-mode.exp
4075 * gdb.base/foll-exec.exp
4076 * gdb.base/foll-fork.exp
4077 * gdb.base/fortran-sym-case.exp
4078 * gdb.base/freebpcmd.exp
4079 * gdb.base/func-ptr.exp
4080 * gdb.base/func-ptrs.exp
4081 * gdb.base/funcargs.exp
4082 * gdb.base/gcore-buffer-overflow.exp
4083 * gdb.base/gcore-relro-pie.exp
4084 * gdb.base/gcore-relro.exp
4085 * gdb.base/gcore.exp
4086 * gdb.base/gdb1090.exp
4087 * gdb.base/gdb11530.exp
4088 * gdb.base/gdb11531.exp
4089 * gdb.base/gdb1821.exp
4090 * gdb.base/gdbindex-stabs.exp
4091 * gdb.base/gdbvars.exp
4092 * gdb.base/hbreak.exp
4093 * gdb.base/hbreak2.exp
4094 * gdb.base/included.exp
4095 * gdb.base/infcall-input.exp
4096 * gdb.base/inferior-died.exp
4097 * gdb.base/infnan.exp
4098 * gdb.base/info-macros.exp
4099 * gdb.base/info-os.exp
4100 * gdb.base/info-proc.exp
4101 * gdb.base/info-shared.exp
4102 * gdb.base/info-target.exp
4103 * gdb.base/infoline.exp
4104 * gdb.base/interp.exp
4105 * gdb.base/interrupt.exp
4106 * gdb.base/jit-reader.exp
4107 * gdb.base/jit-simple.exp
4108 * gdb.base/kill-after-signal.exp
4109 * gdb.base/kill-detach-inferiors-cmd.exp
4110 * gdb.base/label.exp
4111 * gdb.base/langs.exp
4112 * gdb.base/ldbl_e308.exp
4113 * gdb.base/line-symtabs.exp
4114 * gdb.base/linespecs.exp
4115 * gdb.base/list.exp
4116 * gdb.base/long_long.exp
4117 * gdb.base/longest-types.exp
4118 * gdb.base/maint.exp
4119 * gdb.base/max-value-size.exp
4120 * gdb.base/memattr.exp
4121 * gdb.base/mips_pro.exp
4122 * gdb.base/morestack.exp
4123 * gdb.base/moribund-step.exp
4124 * gdb.base/multi-forks.exp
4125 * gdb.base/nested-addr.exp
4126 * gdb.base/nextoverexit.exp
4127 * gdb.base/noreturn-finish.exp
4128 * gdb.base/noreturn-return.exp
4129 * gdb.base/nostdlib.exp
4130 * gdb.base/offsets.exp
4131 * gdb.base/opaque.exp
4132 * gdb.base/pc-fp.exp
4133 * gdb.base/permissions.exp
4134 * gdb.base/print-symbol-loading.exp
4135 * gdb.base/prologue-include.exp
4136 * gdb.base/psymtab.exp
4137 * gdb.base/ptype.exp
4138 * gdb.base/random-signal.exp
4139 * gdb.base/randomize.exp
4140 * gdb.base/range-stepping.exp
4141 * gdb.base/readline-ask.exp
4142 * gdb.base/recpar.exp
4143 * gdb.base/recurse.exp
4144 * gdb.base/relational.exp
4145 * gdb.base/restore.exp
4146 * gdb.base/return-nodebug.exp
4147 * gdb.base/return.exp
4148 * gdb.base/run-after-attach.exp
4149 * gdb.base/save-bp.exp
4150 * gdb.base/scope.exp
4151 * gdb.base/sect-cmd.exp
4152 * gdb.base/set-lang-auto.exp
4153 * gdb.base/set-noassign.exp
4154 * gdb.base/setvar.exp
4155 * gdb.base/sigall.exp
4156 * gdb.base/sigbpt.exp
4157 * gdb.base/siginfo-addr.exp
4158 * gdb.base/siginfo-infcall.exp
4159 * gdb.base/siginfo-obj.exp
4160 * gdb.base/siginfo.exp
4161 * gdb.base/signals-state-child.exp
4162 * gdb.base/signest.exp
4163 * gdb.base/sigstep.exp
4164 * gdb.base/sizeof.exp
4165 * gdb.base/skip.exp
4166 * gdb.base/solib-corrupted.exp
4167 * gdb.base/solib-nodir.exp
4168 * gdb.base/solib-search.exp
4169 * gdb.base/stack-checking.exp
4170 * gdb.base/stale-infcall.exp
4171 * gdb.base/stap-probe.exp
4172 * gdb.base/start.exp
4173 * gdb.base/step-break.exp
4174 * gdb.base/step-bt.exp
4175 * gdb.base/step-line.exp
4176 * gdb.base/step-over-exit.exp
4177 * gdb.base/step-over-syscall.exp
4178 * gdb.base/step-resume-infcall.exp
4179 * gdb.base/step-test.exp
4180 * gdb.base/store.exp
4181 * gdb.base/structs3.exp
4182 * gdb.base/sym-file.exp
4183 * gdb.base/symbol-without-target_section.exp
4184 * gdb.base/term.exp
4185 * gdb.base/testenv.exp
4186 * gdb.base/ui-redirect.exp
4187 * gdb.base/until.exp
4188 * gdb.base/unwindonsignal.exp
4189 * gdb.base/value-double-free.exp
4190 * gdb.base/vla-datatypes.exp
4191 * gdb.base/vla-ptr.exp
4192 * gdb.base/vla-sideeffect.exp
4193 * gdb.base/volatile.exp
4194 * gdb.base/watch-cond-infcall.exp
4195 * gdb.base/watch-cond.exp
4196 * gdb.base/watch-non-mem.exp
4197 * gdb.base/watch-read.exp
4198 * gdb.base/watch-vfork.exp
4199 * gdb.base/watchpoint-cond-gone.exp
4200 * gdb.base/watchpoint-delete.exp
4201 * gdb.base/watchpoint-hw-hit-once.exp
4202 * gdb.base/watchpoint-hw.exp
4203 * gdb.base/watchpoint-stops-at-right-insn.exp
4204 * gdb.base/watchpoints.exp
4205 * gdb.base/wchar.exp
4206 * gdb.base/whatis-exp.exp
4207 * gdb.btrace/buffer-size.exp
4208 * gdb.btrace/data.exp
4209 * gdb.btrace/delta.exp
4210 * gdb.btrace/dlopen.exp
4211 * gdb.btrace/enable.exp
4212 * gdb.btrace/exception.exp
4213 * gdb.btrace/function_call_history.exp
4214 * gdb.btrace/gcore.exp
4215 * gdb.btrace/instruction_history.exp
4216 * gdb.btrace/nohist.exp
4217 * gdb.btrace/reconnect.exp
4218 * gdb.btrace/record_goto-step.exp
4219 * gdb.btrace/record_goto.exp
4220 * gdb.btrace/rn-dl-bind.exp
4221 * gdb.btrace/segv.exp
4222 * gdb.btrace/step.exp
4223 * gdb.btrace/stepi.exp
4224 * gdb.btrace/tailcall-only.exp
4225 * gdb.btrace/tailcall.exp
4226 * gdb.btrace/tsx.exp
4227 * gdb.btrace/unknown_functions.exp
4228 * gdb.btrace/vdso.exp
4229 * gdb.compile/compile-ifunc.exp
4230 * gdb.compile/compile-ops.exp
4231 * gdb.compile/compile-print.exp
4232 * gdb.compile/compile-setjmp.exp
4233 * gdb.cp/abstract-origin.exp
4234 * gdb.cp/ambiguous.exp
4235 * gdb.cp/annota2.exp
4236 * gdb.cp/annota3.exp
4237 * gdb.cp/anon-ns.exp
4238 * gdb.cp/anon-struct.exp
4239 * gdb.cp/anon-union.exp
4240 * gdb.cp/arg-reference.exp
4241 * gdb.cp/baseenum.exp
4242 * gdb.cp/bool.exp
4243 * gdb.cp/breakpoint.exp
4244 * gdb.cp/bs15503.exp
4245 * gdb.cp/call-c.exp
4246 * gdb.cp/casts.exp
4247 * gdb.cp/chained-calls.exp
4248 * gdb.cp/class2.exp
4249 * gdb.cp/classes.exp
4250 * gdb.cp/cmpd-minsyms.exp
4251 * gdb.cp/converts.exp
4252 * gdb.cp/cp-relocate.exp
4253 * gdb.cp/cpcompletion.exp
4254 * gdb.cp/cpexprs.exp
4255 * gdb.cp/cplabel.exp
4256 * gdb.cp/cplusfuncs.exp
4257 * gdb.cp/cpsizeof.exp
4258 * gdb.cp/ctti.exp
4259 * gdb.cp/derivation.exp
4260 * gdb.cp/destrprint.exp
4261 * gdb.cp/dispcxx.exp
4262 * gdb.cp/enum-class.exp
4263 * gdb.cp/exception.exp
4264 * gdb.cp/exceptprint.exp
4265 * gdb.cp/expand-psymtabs-cxx.exp
4266 * gdb.cp/expand-sals.exp
4267 * gdb.cp/extern-c.exp
4268 * gdb.cp/filename.exp
4269 * gdb.cp/formatted-ref.exp
4270 * gdb.cp/fpointer.exp
4271 * gdb.cp/gdb1355.exp
4272 * gdb.cp/gdb2495.exp
4273 * gdb.cp/hang.exp
4274 * gdb.cp/impl-this.exp
4275 * gdb.cp/infcall-dlopen.exp
4276 * gdb.cp/inherit.exp
4277 * gdb.cp/iostream.exp
4278 * gdb.cp/koenig.exp
4279 * gdb.cp/local.exp
4280 * gdb.cp/m-data.exp
4281 * gdb.cp/m-static.exp
4282 * gdb.cp/mb-ctor.exp
4283 * gdb.cp/mb-inline.exp
4284 * gdb.cp/mb-templates.exp
4285 * gdb.cp/member-name.exp
4286 * gdb.cp/member-ptr.exp
4287 * gdb.cp/meth-typedefs.exp
4288 * gdb.cp/method.exp
4289 * gdb.cp/method2.exp
4290 * gdb.cp/minsym-fallback.exp
4291 * gdb.cp/misc.exp
4292 * gdb.cp/namelessclass.exp
4293 * gdb.cp/namespace-enum.exp
4294 * gdb.cp/namespace-nested-import.exp
4295 * gdb.cp/namespace.exp
4296 * gdb.cp/nextoverthrow.exp
4297 * gdb.cp/no-dmgl-verbose.exp
4298 * gdb.cp/non-trivial-retval.exp
4299 * gdb.cp/noparam.exp
4300 * gdb.cp/nsdecl.exp
4301 * gdb.cp/nsimport.exp
4302 * gdb.cp/nsnested.exp
4303 * gdb.cp/nsnoimports.exp
4304 * gdb.cp/nsrecurs.exp
4305 * gdb.cp/nsstress.exp
4306 * gdb.cp/nsusing.exp
4307 * gdb.cp/operator.exp
4308 * gdb.cp/oranking.exp
4309 * gdb.cp/overload-const.exp
4310 * gdb.cp/overload.exp
4311 * gdb.cp/ovldbreak.exp
4312 * gdb.cp/ovsrch.exp
4313 * gdb.cp/paren-type.exp
4314 * gdb.cp/parse-lang.exp
4315 * gdb.cp/pass-by-ref.exp
4316 * gdb.cp/pr-1023.exp
4317 * gdb.cp/pr-1210.exp
4318 * gdb.cp/pr-574.exp
4319 * gdb.cp/pr10687.exp
4320 * gdb.cp/pr12028.exp
4321 * gdb.cp/pr17132.exp
4322 * gdb.cp/pr17494.exp
4323 * gdb.cp/pr9067.exp
4324 * gdb.cp/pr9167.exp
4325 * gdb.cp/pr9631.exp
4326 * gdb.cp/printmethod.exp
4327 * gdb.cp/psmang.exp
4328 * gdb.cp/psymtab-parameter.exp
4329 * gdb.cp/ptype-cv-cp.exp
4330 * gdb.cp/ptype-flags.exp
4331 * gdb.cp/re-set-overloaded.exp
4332 * gdb.cp/ref-types.exp
4333 * gdb.cp/rtti.exp
4334 * gdb.cp/scope-err.exp
4335 * gdb.cp/shadow.exp
4336 * gdb.cp/smartp.exp
4337 * gdb.cp/static-method.exp
4338 * gdb.cp/static-print-quit.exp
4339 * gdb.cp/temargs.exp
4340 * gdb.cp/templates.exp
4341 * gdb.cp/try_catch.exp
4342 * gdb.cp/typedef-operator.exp
4343 * gdb.cp/typeid.exp
4344 * gdb.cp/userdef.exp
4345 * gdb.cp/using-crash.exp
4346 * gdb.cp/var-tag.exp
4347 * gdb.cp/virtbase.exp
4348 * gdb.cp/virtfunc.exp
4349 * gdb.cp/virtfunc2.exp
4350 * gdb.cp/vla-cxx.exp
4351 * gdb.disasm/t01_mov.exp
4352 * gdb.disasm/t02_mova.exp
4353 * gdb.disasm/t03_add.exp
4354 * gdb.disasm/t04_sub.exp
4355 * gdb.disasm/t05_cmp.exp
4356 * gdb.disasm/t06_ari2.exp
4357 * gdb.disasm/t07_ari3.exp
4358 * gdb.disasm/t08_or.exp
4359 * gdb.disasm/t09_xor.exp
4360 * gdb.disasm/t10_and.exp
4361 * gdb.disasm/t11_logs.exp
4362 * gdb.disasm/t12_bit.exp
4363 * gdb.disasm/t13_otr.exp
4364 * gdb.dlang/circular.exp
4365 * gdb.dwarf2/arr-stride.exp
4366 * gdb.dwarf2/arr-subrange.exp
4367 * gdb.dwarf2/atomic-type.exp
4368 * gdb.dwarf2/bad-regnum.exp
4369 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4370 * gdb.dwarf2/callframecfa.exp
4371 * gdb.dwarf2/clztest.exp
4372 * gdb.dwarf2/corrupt.exp
4373 * gdb.dwarf2/data-loc.exp
4374 * gdb.dwarf2/dup-psym.exp
4375 * gdb.dwarf2/dw2-anon-mptr.exp
4376 * gdb.dwarf2/dw2-anonymous-func.exp
4377 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4378 * gdb.dwarf2/dw2-bad-unresolved.exp
4379 * gdb.dwarf2/dw2-basic.exp
4380 * gdb.dwarf2/dw2-canonicalize-type.exp
4381 * gdb.dwarf2/dw2-case-insensitive.exp
4382 * gdb.dwarf2/dw2-common-block.exp
4383 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4384 * gdb.dwarf2/dw2-compressed.exp
4385 * gdb.dwarf2/dw2-const.exp
4386 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4387 * gdb.dwarf2/dw2-cu-size.exp
4388 * gdb.dwarf2/dw2-dup-frame.exp
4389 * gdb.dwarf2/dw2-entry-value.exp
4390 * gdb.dwarf2/dw2-icycle.exp
4391 * gdb.dwarf2/dw2-ifort-parameter.exp
4392 * gdb.dwarf2/dw2-inline-break.exp
4393 * gdb.dwarf2/dw2-inline-param.exp
4394 * gdb.dwarf2/dw2-intercu.exp
4395 * gdb.dwarf2/dw2-intermix.exp
4396 * gdb.dwarf2/dw2-lexical-block-bare.exp
4397 * gdb.dwarf2/dw2-linkage-name-trust.exp
4398 * gdb.dwarf2/dw2-minsym-in-cu.exp
4399 * gdb.dwarf2/dw2-noloc.exp
4400 * gdb.dwarf2/dw2-op-call.exp
4401 * gdb.dwarf2/dw2-op-out-param.exp
4402 * gdb.dwarf2/dw2-opt-structptr.exp
4403 * gdb.dwarf2/dw2-param-error.exp
4404 * gdb.dwarf2/dw2-producer.exp
4405 * gdb.dwarf2/dw2-ranges-base.exp
4406 * gdb.dwarf2/dw2-ref-missing-frame.exp
4407 * gdb.dwarf2/dw2-reg-undefined.exp
4408 * gdb.dwarf2/dw2-regno-invalid.exp
4409 * gdb.dwarf2/dw2-restore.exp
4410 * gdb.dwarf2/dw2-restrict.exp
4411 * gdb.dwarf2/dw2-single-line-discriminators.exp
4412 * gdb.dwarf2/dw2-strp.exp
4413 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4414 * gdb.dwarf2/dw2-unresolved.exp
4415 * gdb.dwarf2/dw2-var-zero-addr.exp
4416 * gdb.dwarf2/dw4-sig-types.exp
4417 * gdb.dwarf2/dwz.exp
4418 * gdb.dwarf2/dynarr-ptr.exp
4419 * gdb.dwarf2/enum-type.exp
4420 * gdb.dwarf2/gdb-index.exp
4421 * gdb.dwarf2/implptr-64bit.exp
4422 * gdb.dwarf2/implptr-optimized-out.exp
4423 * gdb.dwarf2/implptr.exp
4424 * gdb.dwarf2/implref-array.exp
4425 * gdb.dwarf2/implref-const.exp
4426 * gdb.dwarf2/implref-global.exp
4427 * gdb.dwarf2/implref-struct.exp
4428 * gdb.dwarf2/mac-fileno.exp
4429 * gdb.dwarf2/main-subprogram.exp
4430 * gdb.dwarf2/member-ptr-forwardref.exp
4431 * gdb.dwarf2/method-ptr.exp
4432 * gdb.dwarf2/missing-sig-type.exp
4433 * gdb.dwarf2/nonvar-access.exp
4434 * gdb.dwarf2/opaque-type-lookup.exp
4435 * gdb.dwarf2/pieces-optimized-out.exp
4436 * gdb.dwarf2/pieces.exp
4437 * gdb.dwarf2/pr10770.exp
4438 * gdb.dwarf2/pr13961.exp
4439 * gdb.dwarf2/staticvirtual.exp
4440 * gdb.dwarf2/subrange.exp
4441 * gdb.dwarf2/symtab-producer.exp
4442 * gdb.dwarf2/trace-crash.exp
4443 * gdb.dwarf2/typeddwarf.exp
4444 * gdb.dwarf2/valop.exp
4445 * gdb.dwarf2/watch-notconst.exp
4446 * gdb.fortran/array-element.exp
4447 * gdb.fortran/charset.exp
4448 * gdb.fortran/common-block.exp
4449 * gdb.fortran/complex.exp
4450 * gdb.fortran/derived-type-function.exp
4451 * gdb.fortran/derived-type.exp
4452 * gdb.fortran/logical.exp
4453 * gdb.fortran/module.exp
4454 * gdb.fortran/multi-dim.exp
4455 * gdb.fortran/nested-funcs.exp
4456 * gdb.fortran/print-formatted.exp
4457 * gdb.fortran/subarray.exp
4458 * gdb.fortran/vla-alloc-assoc.exp
4459 * gdb.fortran/vla-datatypes.exp
4460 * gdb.fortran/vla-history.exp
4461 * gdb.fortran/vla-ptr-info.exp
4462 * gdb.fortran/vla-ptype-sub.exp
4463 * gdb.fortran/vla-ptype.exp
4464 * gdb.fortran/vla-sizeof.exp
4465 * gdb.fortran/vla-type.exp
4466 * gdb.fortran/vla-value-sub-arbitrary.exp
4467 * gdb.fortran/vla-value-sub-finish.exp
4468 * gdb.fortran/vla-value-sub.exp
4469 * gdb.fortran/vla-value.exp
4470 * gdb.fortran/whatis_type.exp
4471 * gdb.go/chan.exp
4472 * gdb.go/handcall.exp
4473 * gdb.go/hello.exp
4474 * gdb.go/integers.exp
4475 * gdb.go/methods.exp
4476 * gdb.go/package.exp
4477 * gdb.go/strings.exp
4478 * gdb.go/types.exp
4479 * gdb.go/unsafe.exp
4480 * gdb.guile/scm-arch.exp
4481 * gdb.guile/scm-block.exp
4482 * gdb.guile/scm-breakpoint.exp
4483 * gdb.guile/scm-cmd.exp
4484 * gdb.guile/scm-disasm.exp
4485 * gdb.guile/scm-equal.exp
4486 * gdb.guile/scm-frame-args.exp
4487 * gdb.guile/scm-frame-inline.exp
4488 * gdb.guile/scm-frame.exp
4489 * gdb.guile/scm-iterator.exp
4490 * gdb.guile/scm-math.exp
4491 * gdb.guile/scm-objfile.exp
4492 * gdb.guile/scm-ports.exp
4493 * gdb.guile/scm-symbol.exp
4494 * gdb.guile/scm-symtab.exp
4495 * gdb.guile/scm-value-cc.exp
4496 * gdb.guile/types-module.exp
4497 * gdb.linespec/break-ask.exp
4498 * gdb.linespec/cpexplicit.exp
4499 * gdb.linespec/explicit.exp
4500 * gdb.linespec/keywords.exp
4501 * gdb.linespec/linespec.exp
4502 * gdb.linespec/ls-dollar.exp
4503 * gdb.linespec/ls-errs.exp
4504 * gdb.linespec/skip-two.exp
4505 * gdb.linespec/thread.exp
4506 * gdb.mi/mi-async.exp
4507 * gdb.mi/mi-basics.exp
4508 * gdb.mi/mi-break.exp
4509 * gdb.mi/mi-catch-load.exp
4510 * gdb.mi/mi-cli.exp
4511 * gdb.mi/mi-cmd-param-changed.exp
4512 * gdb.mi/mi-console.exp
4513 * gdb.mi/mi-detach.exp
4514 * gdb.mi/mi-disassemble.exp
4515 * gdb.mi/mi-eval.exp
4516 * gdb.mi/mi-file-transfer.exp
4517 * gdb.mi/mi-file.exp
4518 * gdb.mi/mi-fill-memory.exp
4519 * gdb.mi/mi-inheritance-syntax-error.exp
4520 * gdb.mi/mi-linespec-err-cp.exp
4521 * gdb.mi/mi-logging.exp
4522 * gdb.mi/mi-memory-changed.exp
4523 * gdb.mi/mi-read-memory.exp
4524 * gdb.mi/mi-record-changed.exp
4525 * gdb.mi/mi-reg-undefined.exp
4526 * gdb.mi/mi-regs.exp
4527 * gdb.mi/mi-return.exp
4528 * gdb.mi/mi-reverse.exp
4529 * gdb.mi/mi-simplerun.exp
4530 * gdb.mi/mi-solib.exp
4531 * gdb.mi/mi-stack.exp
4532 * gdb.mi/mi-stepi.exp
4533 * gdb.mi/mi-syn-frame.exp
4534 * gdb.mi/mi-until.exp
4535 * gdb.mi/mi-var-block.exp
4536 * gdb.mi/mi-var-child.exp
4537 * gdb.mi/mi-var-cmd.exp
4538 * gdb.mi/mi-var-cp.exp
4539 * gdb.mi/mi-var-display.exp
4540 * gdb.mi/mi-var-invalidate.exp
4541 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4542 * gdb.mi/mi-vla-fortran.exp
4543 * gdb.mi/mi-watch.exp
4544 * gdb.mi/mi2-var-child.exp
4545 * gdb.mi/user-selected-context-sync.exp
4546 * gdb.modula2/unbounded-array.exp
4547 * gdb.multi/dummy-frame-restore.exp
4548 * gdb.multi/multi-arch-exec.exp
4549 * gdb.multi/multi-arch.exp
4550 * gdb.multi/tids.exp
4551 * gdb.multi/watchpoint-multi.exp
4552 * gdb.opencl/callfuncs.exp
4553 * gdb.opencl/convs_casts.exp
4554 * gdb.opencl/datatypes.exp
4555 * gdb.opencl/operators.exp
4556 * gdb.opencl/vec_comps.exp
4557 * gdb.opt/clobbered-registers-O2.exp
4558 * gdb.opt/inline-break.exp
4559 * gdb.opt/inline-bt.exp
4560 * gdb.opt/inline-cmds.exp
4561 * gdb.opt/inline-locals.exp
4562 * gdb.pascal/case-insensitive-symbols.exp
4563 * gdb.pascal/floats.exp
4564 * gdb.pascal/gdb11492.exp
4565 * gdb.python/lib-types.exp
4566 * gdb.python/py-arch.exp
4567 * gdb.python/py-as-string.exp
4568 * gdb.python/py-bad-printers.exp
4569 * gdb.python/py-block.exp
4570 * gdb.python/py-breakpoint-create-fail.exp
4571 * gdb.python/py-breakpoint.exp
4572 * gdb.python/py-caller-is.exp
4573 * gdb.python/py-cmd.exp
4574 * gdb.python/py-explore-cc.exp
4575 * gdb.python/py-explore.exp
4576 * gdb.python/py-finish-breakpoint.exp
4577 * gdb.python/py-finish-breakpoint2.exp
4578 * gdb.python/py-frame-args.exp
4579 * gdb.python/py-frame-inline.exp
4580 * gdb.python/py-frame.exp
4581 * gdb.python/py-framefilter-mi.exp
4582 * gdb.python/py-infthread.exp
4583 * gdb.python/py-lazy-string.exp
4584 * gdb.python/py-linetable.exp
4585 * gdb.python/py-mi-events.exp
4586 * gdb.python/py-mi-objfile.exp
4587 * gdb.python/py-mi.exp
4588 * gdb.python/py-objfile.exp
4589 * gdb.python/py-pp-integral.exp
4590 * gdb.python/py-pp-maint.exp
4591 * gdb.python/py-pp-re-notag.exp
4592 * gdb.python/py-pp-registration.exp
4593 * gdb.python/py-recurse-unwind.exp
4594 * gdb.python/py-strfns.exp
4595 * gdb.python/py-symbol.exp
4596 * gdb.python/py-symtab.exp
4597 * gdb.python/py-sync-interp.exp
4598 * gdb.python/py-typeprint.exp
4599 * gdb.python/py-unwind-maint.exp
4600 * gdb.python/py-unwind.exp
4601 * gdb.python/py-value-cc.exp
4602 * gdb.python/py-xmethods.exp
4603 * gdb.reverse/amd64-tailcall-reverse.exp
4604 * gdb.reverse/break-precsave.exp
4605 * gdb.reverse/break-reverse.exp
4606 * gdb.reverse/consecutive-precsave.exp
4607 * gdb.reverse/consecutive-reverse.exp
4608 * gdb.reverse/finish-precsave.exp
4609 * gdb.reverse/finish-reverse-bkpt.exp
4610 * gdb.reverse/finish-reverse.exp
4611 * gdb.reverse/fstatat-reverse.exp
4612 * gdb.reverse/getresuid-reverse.exp
4613 * gdb.reverse/i386-precsave.exp
4614 * gdb.reverse/i386-reverse.exp
4615 * gdb.reverse/i386-sse-reverse.exp
4616 * gdb.reverse/i387-env-reverse.exp
4617 * gdb.reverse/i387-stack-reverse.exp
4618 * gdb.reverse/insn-reverse.exp
4619 * gdb.reverse/machinestate-precsave.exp
4620 * gdb.reverse/machinestate.exp
4621 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4622 * gdb.reverse/pipe-reverse.exp
4623 * gdb.reverse/readv-reverse.exp
4624 * gdb.reverse/recvmsg-reverse.exp
4625 * gdb.reverse/rerun-prec.exp
4626 * gdb.reverse/s390-mvcle.exp
4627 * gdb.reverse/step-precsave.exp
4628 * gdb.reverse/step-reverse.exp
4629 * gdb.reverse/time-reverse.exp
4630 * gdb.reverse/until-precsave.exp
4631 * gdb.reverse/until-reverse.exp
4632 * gdb.reverse/waitpid-reverse.exp
4633 * gdb.reverse/watch-precsave.exp
4634 * gdb.reverse/watch-reverse.exp
4635 * gdb.rust/generics.exp
4636 * gdb.rust/methods.exp
4637 * gdb.rust/modules.exp
4638 * gdb.rust/simple.exp
4639 * gdb.server/connect-with-no-symbol-file.exp
4640 * gdb.server/ext-attach.exp
4641 * gdb.server/ext-restart.exp
4642 * gdb.server/ext-wrapper.exp
4643 * gdb.server/file-transfer.exp
4644 * gdb.server/server-exec-info.exp
4645 * gdb.server/server-kill.exp
4646 * gdb.server/server-mon.exp
4647 * gdb.server/wrapper.exp
4648 * gdb.stabs/exclfwd.exp
4649 * gdb.stabs/gdb11479.exp
4650 * gdb.threads/clone-new-thread-event.exp
4651 * gdb.threads/corethreads.exp
4652 * gdb.threads/current-lwp-dead.exp
4653 * gdb.threads/dlopen-libpthread.exp
4654 * gdb.threads/gcore-thread.exp
4655 * gdb.threads/sigstep-threads.exp
4656 * gdb.threads/watchpoint-fork.exp
4657 * gdb.trace/actions-changed.exp
4658 * gdb.trace/backtrace.exp
4659 * gdb.trace/change-loc.exp
4660 * gdb.trace/circ.exp
4661 * gdb.trace/collection.exp
4662 * gdb.trace/disconnected-tracing.exp
4663 * gdb.trace/ftrace.exp
4664 * gdb.trace/mi-trace-frame-collected.exp
4665 * gdb.trace/mi-trace-unavailable.exp
4666 * gdb.trace/mi-traceframe-changed.exp
4667 * gdb.trace/mi-tsv-changed.exp
4668 * gdb.trace/no-attach-trace.exp
4669 * gdb.trace/passc-dyn.exp
4670 * gdb.trace/qtro.exp
4671 * gdb.trace/range-stepping.exp
4672 * gdb.trace/read-memory.exp
4673 * gdb.trace/save-trace.exp
4674 * gdb.trace/signal.exp
4675 * gdb.trace/status-stop.exp
4676 * gdb.trace/tfile.exp
4677 * gdb.trace/trace-break.exp
4678 * gdb.trace/trace-buffer-size.exp
4679 * gdb.trace/trace-condition.exp
4680 * gdb.trace/tracefile-pseudo-reg.exp
4681 * gdb.trace/tstatus.exp
4682 * gdb.trace/unavailable.exp
4683 * gdb.trace/while-dyn.exp
4684 * gdb.trace/while-stepping.exp
4685
4686 2016-12-22 Doug Evans <xdje42@gmail.com>
4687
4688 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4689 and msymbols.
4690
4691 2016-12-19 Yao Qi <yao.qi@linaro.org>
4692
4693 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4694 (test_with_self): Don't call do_steps_and_nexts, and remove
4695 code about stepping into xmalloc.
4696
4697 2016-12-09 Yao Qi <yao.qi@linaro.org>
4698
4699 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4700
4701 2016-12-09 Yao Qi <yao.qi@linaro.org>
4702
4703 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4704
4705 2016-12-09 Pedro Alves <palves@redhat.com>
4706
4707 * gdb.base/all-architectures-0.exp: New file.
4708 * gdb.base/all-architectures-1.exp: New file.
4709 * gdb.base/all-architectures-2.exp: New file.
4710 * gdb.base/all-architectures-3.exp: New file.
4711 * gdb.base/all-architectures-4.exp: New file.
4712 * gdb.base/all-architectures-5.exp: New file.
4713 * gdb.base/all-architectures-6.exp: New file.
4714 * gdb.base/all-architectures-7.exp: New file.
4715 * gdb.base/all-architectures.exp.in: New file.
4716
4717 2016-12-09 Yao Qi <yao.qi@linaro.org>
4718
4719 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4720
4721 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4722
4723 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4724 possible.
4725 Remove useless pattern-matching code.
4726
4727 2016-12-02 Pedro Alves <palves@redhat.com>
4728
4729 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4730 procedure.
4731 (top level): Call it.
4732
4733 2016-12-02 Pedro Alves <palves@redhat.com>
4734
4735 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4736 New procedure.
4737 (top level): Call it.
4738
4739 2016-12-02 Pedro Alves <palves@redhat.com>
4740
4741 PR cli/20559
4742 * gdb.base/commands.exp (user_defined_command_args_eval): New
4743 procedure.
4744 (top level): Call it.
4745
4746 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
4747
4748 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4749 timeout handling.
4750
4751 2016-12-02 Tom Tromey <tom@tromey.com>
4752
4753 * gdb.dwarf2/main-subprogram.c: New file.
4754 * gdb.dwarf2/main-subprogram.exp: New file.
4755
4756 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4757
4758 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4759 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4760 gdb_test_no_output for a couple of cases.
4761 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4762
4763 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4764
4765 Fix test names and standardize compilation error messages throughout
4766 the following files:
4767
4768 * gdb.ada/start.exp
4769 * gdb.arch/alpha-step.exp
4770 * gdb.arch/e500-prologue.exp
4771 * gdb.arch/ftrace-insn-reloc.exp
4772 * gdb.arch/gdb1291.exp
4773 * gdb.arch/gdb1431.exp
4774 * gdb.arch/gdb1558.exp
4775 * gdb.arch/i386-dr3-watch.exp
4776 * gdb.arch/i386-sse-stack-align.exp
4777 * gdb.arch/ia64-breakpoint-shadow.exp
4778 * gdb.arch/pa-nullify.exp
4779 * gdb.arch/powerpc-aix-prologue.exp
4780 * gdb.arch/thumb-bx-pc.exp
4781 * gdb.base/annota1.exp
4782 * gdb.base/annota3.exp
4783 * gdb.base/arrayidx.exp
4784 * gdb.base/assign.exp
4785 * gdb.base/attach.exp
4786 * gdb.base/auxv.exp
4787 * gdb.base/bang.exp
4788 * gdb.base/bfp-test.exp
4789 * gdb.base/bigcore.exp
4790 * gdb.base/bitfields2.exp
4791 * gdb.base/break-fun-addr.exp
4792 * gdb.base/break-probes.exp
4793 * gdb.base/call-rt-st.exp
4794 * gdb.base/callexit.exp
4795 * gdb.base/catch-fork-kill.exp
4796 * gdb.base/charset.exp
4797 * gdb.base/checkpoint.exp
4798 * gdb.base/comprdebug.exp
4799 * gdb.base/constvars.exp
4800 * gdb.base/coredump-filter.exp
4801 * gdb.base/cursal.exp
4802 * gdb.base/cvexpr.exp
4803 * gdb.base/detach.exp
4804 * gdb.base/display.exp
4805 * gdb.base/dmsym.exp
4806 * gdb.base/dprintf-pending.exp
4807 * gdb.base/dso2dso.exp
4808 * gdb.base/dtrace-probe.exp
4809 * gdb.base/dump.exp
4810 * gdb.base/enum_cond.exp
4811 * gdb.base/exe-lock.exp
4812 * gdb.base/exec-invalid-sysroot.exp
4813 * gdb.base/execl-update-breakpoints.exp
4814 * gdb.base/exprs.exp
4815 * gdb.base/fileio.exp
4816 * gdb.base/find.exp
4817 * gdb.base/finish.exp
4818 * gdb.base/fixsection.exp
4819 * gdb.base/foll-vfork.exp
4820 * gdb.base/frame-args.exp
4821 * gdb.base/gcore.exp
4822 * gdb.base/gdb1250.exp
4823 * gdb.base/global-var-nested-by-dso.exp
4824 * gdb.base/gnu-ifunc.exp
4825 * gdb.base/hashline1.exp
4826 * gdb.base/hashline2.exp
4827 * gdb.base/hashline3.exp
4828 * gdb.base/hbreak-in-shr-unsupported.exp
4829 * gdb.base/huge.exp
4830 * gdb.base/infcall-input.exp
4831 * gdb.base/info-fun.exp
4832 * gdb.base/info-shared.exp
4833 * gdb.base/jit-simple.exp
4834 * gdb.base/jit-so.exp
4835 * gdb.base/jit.exp
4836 * gdb.base/jump.exp
4837 * gdb.base/label.exp
4838 * gdb.base/lineinc.exp
4839 * gdb.base/logical.exp
4840 * gdb.base/longjmp.exp
4841 * gdb.base/macscp.exp
4842 * gdb.base/miscexprs.exp
4843 * gdb.base/new-ui-echo.exp
4844 * gdb.base/new-ui-pending-input.exp
4845 * gdb.base/new-ui.exp
4846 * gdb.base/nodebug.exp
4847 * gdb.base/nofield.exp
4848 * gdb.base/offsets.exp
4849 * gdb.base/overlays.exp
4850 * gdb.base/pending.exp
4851 * gdb.base/pointers.exp
4852 * gdb.base/pr11022.exp
4853 * gdb.base/printcmds.exp
4854 * gdb.base/prologue.exp
4855 * gdb.base/ptr-typedef.exp
4856 * gdb.base/realname-expand.exp
4857 * gdb.base/relativedebug.exp
4858 * gdb.base/relocate.exp
4859 * gdb.base/remote.exp
4860 * gdb.base/reread.exp
4861 * gdb.base/return2.exp
4862 * gdb.base/savedregs.exp
4863 * gdb.base/sep.exp
4864 * gdb.base/sepdebug.exp
4865 * gdb.base/sepsymtab.exp
4866 * gdb.base/set-inferior-tty.exp
4867 * gdb.base/setshow.exp
4868 * gdb.base/shlib-call.exp
4869 * gdb.base/sigaltstack.exp
4870 * gdb.base/siginfo-addr.exp
4871 * gdb.base/signals.exp
4872 * gdb.base/signull.exp
4873 * gdb.base/sigrepeat.exp
4874 * gdb.base/so-impl-ld.exp
4875 * gdb.base/solib-display.exp
4876 * gdb.base/solib-overlap.exp
4877 * gdb.base/solib-search.exp
4878 * gdb.base/solib-symbol.exp
4879 * gdb.base/structs.exp
4880 * gdb.base/structs2.exp
4881 * gdb.base/symtab-search-order.exp
4882 * gdb.base/twice.exp
4883 * gdb.base/unload.exp
4884 * gdb.base/varargs.exp
4885 * gdb.base/watchpoint-solib.exp
4886 * gdb.base/watchpoint.exp
4887 * gdb.base/whatis.exp
4888 * gdb.base/wrong_frame_bt_full.exp
4889 * gdb.btrace/dlopen.exp
4890 * gdb.cell/ea-standalone.exp
4891 * gdb.cell/ea-test.exp
4892 * gdb.cp/dispcxx.exp
4893 * gdb.cp/gdb2384.exp
4894 * gdb.cp/method2.exp
4895 * gdb.cp/nextoverthrow.exp
4896 * gdb.cp/pr10728.exp
4897 * gdb.disasm/am33.exp
4898 * gdb.disasm/h8300s.exp
4899 * gdb.disasm/mn10300.exp
4900 * gdb.disasm/sh3.exp
4901 * gdb.dwarf2/dw2-dir-file-name.exp
4902 * gdb.fortran/complex.exp
4903 * gdb.fortran/library-module.exp
4904 * gdb.guile/scm-pretty-print.exp
4905 * gdb.guile/scm-symbol.exp
4906 * gdb.guile/scm-type.exp
4907 * gdb.guile/scm-value.exp
4908 * gdb.linespec/linespec.exp
4909 * gdb.mi/gdb701.exp
4910 * gdb.mi/gdb792.exp
4911 * gdb.mi/mi-breakpoint-changed.exp
4912 * gdb.mi/mi-dprintf-pending.exp
4913 * gdb.mi/mi-dprintf.exp
4914 * gdb.mi/mi-exit-code.exp
4915 * gdb.mi/mi-pending.exp
4916 * gdb.mi/mi-solib.exp
4917 * gdb.mi/new-ui-mi-sync.exp
4918 * gdb.mi/pr11022.exp
4919 * gdb.mi/user-selected-context-sync.exp
4920 * gdb.opt/solib-intra-step.exp
4921 * gdb.python/py-events.exp
4922 * gdb.python/py-finish-breakpoint.exp
4923 * gdb.python/py-mi.exp
4924 * gdb.python/py-prettyprint.exp
4925 * gdb.python/py-shared.exp
4926 * gdb.python/py-symbol.exp
4927 * gdb.python/py-template.exp
4928 * gdb.python/py-type.exp
4929 * gdb.python/py-value.exp
4930 * gdb.reverse/solib-precsave.exp
4931 * gdb.reverse/solib-reverse.exp
4932 * gdb.server/solib-list.exp
4933 * gdb.stabs/weird.exp
4934 * gdb.threads/reconnect-signal.exp
4935 * gdb.threads/stepi-random-signal.exp
4936 * gdb.trace/actions.exp
4937 * gdb.trace/ax.exp
4938 * gdb.trace/backtrace.exp
4939 * gdb.trace/change-loc.exp
4940 * gdb.trace/deltrace.exp
4941 * gdb.trace/ftrace-lock.exp
4942 * gdb.trace/ftrace.exp
4943 * gdb.trace/infotrace.exp
4944 * gdb.trace/mi-tracepoint-changed.exp
4945 * gdb.trace/packetlen.exp
4946 * gdb.trace/passcount.exp
4947 * gdb.trace/pending.exp
4948 * gdb.trace/range-stepping.exp
4949 * gdb.trace/report.exp
4950 * gdb.trace/stap-trace.exp
4951 * gdb.trace/tfind.exp
4952 * gdb.trace/trace-break.exp
4953 * gdb.trace/trace-condition.exp
4954 * gdb.trace/trace-enable-disable.exp
4955 * gdb.trace/trace-mt.exp
4956 * gdb.trace/tracecmd.exp
4957 * gdb.trace/tspeed.exp
4958 * gdb.trace/tsv.exp
4959 * lib/perftest.exp
4960
4961 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4962
4963 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4964 with gdb_test_no_output.
4965 Use command as test name.
4966
4967 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4968
4969 Fix test names starting with uppercase throughout the files.
4970
4971 * gdb.ada/assign_1.exp
4972 * gdb.ada/boolean_expr.exp
4973 * gdb.base/arrayidx.exp
4974 * gdb.base/del.exp
4975 * gdb.base/gcore-buffer-overflow.exp
4976 * gdb.base/testenv.exp
4977 * gdb.compile/compile.exp
4978 * gdb.python/py-framefilter-invalidarg.exp
4979 * gdb.python/py-framefilter.exp
4980
4981 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
4982
4983 Fix test names starting with uppercase throughout the files.
4984
4985 * gdb.ada/array_return.exp
4986 * gdb.ada/expr_delims.exp
4987 * gdb.ada/mi_dyn_arr.exp
4988 * gdb.ada/mi_interface.exp
4989 * gdb.ada/mi_var_array.exp
4990 * gdb.ada/watch_arg.exp
4991 * gdb.arch/alpha-step.exp
4992 * gdb.arch/altivec-regs.exp
4993 * gdb.arch/e500-regs.exp
4994 * gdb.arch/powerpc-d128-regs.exp
4995 * gdb.base/arrayidx.exp
4996 * gdb.base/break.exp
4997 * gdb.base/checkpoint.exp
4998 * gdb.base/debug-expr.exp
4999 * gdb.base/dmsym.exp
5000 * gdb.base/radix.exp
5001 * gdb.base/sepdebug.exp
5002 * gdb.base/testenv.exp
5003 * gdb.base/watch_thread_num.exp
5004 * gdb.base/watchpoint-cond-gone.exp
5005 * gdb.cell/break.exp
5006 * gdb.cell/ea-cache.exp
5007 * gdb.compile/compile.exp
5008 * gdb.cp/gdb2495.exp
5009 * gdb.gdb/selftest.exp
5010 * gdb.gdb/xfullpath.exp
5011 * gdb.go/hello.exp
5012 * gdb.go/integers.exp
5013 * gdb.objc/basicclass.exp
5014 * gdb.pascal/hello.exp
5015 * gdb.pascal/integers.exp
5016 * gdb.python/py-breakpoint.exp
5017 * gdb.python/py-cmd.exp
5018 * gdb.python/py-linetable.exp
5019 * gdb.python/py-xmethods.exp
5020 * gdb.python/python.exp
5021 * gdb.reverse/consecutive-precsave.exp
5022 * gdb.reverse/finish-precsave.exp
5023 * gdb.reverse/i386-precsave.exp
5024 * gdb.reverse/machinestate-precsave.exp
5025 * gdb.reverse/sigall-precsave.exp
5026 * gdb.reverse/solib-precsave.exp
5027 * gdb.reverse/step-precsave.exp
5028 * gdb.reverse/until-precsave.exp
5029 * gdb.reverse/watch-precsave.exp
5030 * gdb.threads/leader-exit.exp
5031 * gdb.threads/pthreads.exp
5032 * gdb.threads/wp-replication.exp
5033 * gdb.trace/actions.exp
5034 * gdb.trace/mi-tsv-changed.exp
5035 * gdb.trace/tsv.exp
5036
5037 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5038
5039 Fix test names starting with uppercase throughout the files.
5040
5041 * gdb.arch/i386-bp_permanent.exp
5042 * gdb.arch/i386-gnu-cfi.exp
5043 * gdb.base/disasm-end-cu.exp
5044 * gdb.base/macscp.exp
5045 * gdb.base/pending.exp
5046 * gdb.base/watch_thread_num.exp
5047 * gdb.cp/exception.exp
5048 * gdb.cp/gdb2495.exp
5049 * gdb.cp/local.exp
5050 * gdb.python/py-evsignal.exp
5051 * gdb.python/python.exp
5052 * gdb.trace/tracecmd.exp
5053
5054 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5055
5056 Fix test names starting with uppercase throughout the files.
5057
5058 * gdb.base/charset.exp
5059 * gdb.base/eval.exp
5060 * gdb.base/multi-forks.exp
5061 * gdb.guile/scm-progspace.exp
5062 * gdb.opencl/datatypes.exp
5063 * gdb.python/py-block.exp
5064 * gdb.python/py-function.exp
5065 * gdb.python/py-symbol.exp
5066 * gdb.python/py-symtab.exp
5067 * gdb.python/py-xmethods.exp
5068 * gdb.reverse/break-precsave.exp
5069 * gdb.reverse/break-reverse.exp
5070 * gdb.reverse/consecutive-precsave.exp
5071 * gdb.reverse/consecutive-reverse.exp
5072 * gdb.reverse/finish-precsave.exp
5073 * gdb.reverse/finish-reverse-bkpt.exp
5074 * gdb.reverse/finish-reverse.exp
5075 * gdb.reverse/fstatat-reverse.exp
5076 * gdb.reverse/getresuid-reverse.exp
5077 * gdb.reverse/i386-precsave.exp
5078 * gdb.reverse/i386-reverse.exp
5079 * gdb.reverse/i386-sse-reverse.exp
5080 * gdb.reverse/i387-stack-reverse.exp
5081 * gdb.reverse/insn-reverse.exp
5082 * gdb.reverse/machinestate-precsave.exp
5083 * gdb.reverse/machinestate.exp
5084 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5085 * gdb.reverse/pipe-reverse.exp
5086 * gdb.reverse/readv-reverse.exp
5087 * gdb.reverse/recvmsg-reverse.exp
5088 * gdb.reverse/rerun-prec.exp
5089 * gdb.reverse/s390-mvcle.exp
5090 * gdb.reverse/sigall-precsave.exp
5091 * gdb.reverse/sigall-reverse.exp
5092 * gdb.reverse/solib-precsave.exp
5093 * gdb.reverse/solib-reverse.exp
5094 * gdb.reverse/step-precsave.exp
5095 * gdb.reverse/step-reverse.exp
5096 * gdb.reverse/time-reverse.exp
5097 * gdb.reverse/until-precsave.exp
5098 * gdb.reverse/until-reverse.exp
5099 * gdb.reverse/waitpid-reverse.exp
5100 * gdb.reverse/watch-precsave.exp
5101 * gdb.reverse/watch-reverse.exp
5102
5103 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5104
5105 Fix test names starting with uppercase throughout the files.
5106
5107 * gdb.arch/i386-mpx-simple_segv.exp
5108 * gdb.arch/i386-mpx.exp
5109 * gdb.arch/i386-permbkpt.exp
5110 * gdb.arch/pa-nullify.exp
5111 * gdb.arch/powerpc-d128-regs.exp
5112 * gdb.arch/vsx-regs.exp
5113 * gdb.base/bfp-test.exp
5114 * gdb.base/break.exp
5115 * gdb.base/breakpoint-shadow.exp
5116 * gdb.base/callfuncs.exp
5117 * gdb.base/charset.exp
5118 * gdb.base/commands.exp
5119 * gdb.base/completion.exp
5120 * gdb.base/dfp-test.exp
5121 * gdb.base/echo.exp
5122 * gdb.base/ending-run.exp
5123 * gdb.base/eval.exp
5124 * gdb.base/expand-psymtabs.exp
5125 * gdb.base/float128.exp
5126 * gdb.base/floatn.exp
5127 * gdb.base/foll-exec-mode.exp
5128 * gdb.base/gdb1056.exp
5129 * gdb.base/gdb11531.exp
5130 * gdb.base/kill-after-signal.exp
5131 * gdb.base/multi-forks.exp
5132 * gdb.base/overlays.exp
5133 * gdb.base/pending.exp
5134 * gdb.base/sepdebug.exp
5135 * gdb.base/testenv.exp
5136 * gdb.base/valgrind-db-attach.exp
5137 * gdb.base/watch_thread_num.exp
5138 * gdb.base/watchpoint-cond-gone.exp
5139 * gdb.base/watchpoint.exp
5140 * gdb.base/watchpoints.exp
5141 * gdb.cp/arg-reference.exp
5142 * gdb.cp/baseenum.exp
5143 * gdb.cp/operator.exp
5144 * gdb.cp/shadow.exp
5145 * gdb.dwarf2/dw2-op-out-param.exp
5146 * gdb.dwarf2/dw2-reg-undefined.exp
5147 * gdb.go/chan.exp
5148 * gdb.go/hello.exp
5149 * gdb.go/integers.exp
5150 * gdb.go/methods.exp
5151 * gdb.go/package.exp
5152 * gdb.guile/scm-parameter.exp
5153 * gdb.guile/scm-progspace.exp
5154 * gdb.guile/scm-value.exp
5155 * gdb.mi/mi-pending.exp
5156 * gdb.mi/user-selected-context-sync.exp
5157 * gdb.multi/multi-attach.exp
5158 * gdb.multi/tids.exp
5159 * gdb.opt/clobbered-registers-O2.exp
5160 * gdb.pascal/floats.exp
5161 * gdb.pascal/integers.exp
5162 * gdb.python/py-block.exp
5163 * gdb.python/py-events.exp
5164 * gdb.python/py-parameter.exp
5165 * gdb.python/py-symbol.exp
5166 * gdb.python/py-symtab.exp
5167 * gdb.python/py-type.exp
5168 * gdb.python/py-value.exp
5169 * gdb.python/py-xmethods.exp
5170 * gdb.python/python.exp
5171 * gdb.reverse/break-precsave.exp
5172 * gdb.reverse/consecutive-precsave.exp
5173 * gdb.reverse/finish-precsave.exp
5174 * gdb.reverse/i386-precsave.exp
5175 * gdb.reverse/machinestate-precsave.exp
5176 * gdb.reverse/sigall-precsave.exp
5177 * gdb.reverse/solib-precsave.exp
5178 * gdb.reverse/step-precsave.exp
5179 * gdb.reverse/until-precsave.exp
5180 * gdb.reverse/watch-precsave.exp
5181 * gdb.server/ext-attach.exp
5182 * gdb.server/ext-restart.exp
5183 * gdb.server/ext-run.exp
5184 * gdb.server/ext-wrapper.exp
5185 * gdb.stabs/gdb11479.exp
5186 * gdb.stabs/weird.exp
5187 * gdb.threads/attach-many-short-lived-threads.exp
5188 * gdb.threads/kill.exp
5189 * gdb.threads/watchpoint-fork.exp
5190
5191 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
5192
5193 Fix test names starting with uppercase throughout all the files below.
5194
5195 * gdb.ada/array_return.exp
5196 * gdb.ada/catch_ex.exp
5197 * gdb.ada/info_exc.exp
5198 * gdb.ada/mi_catch_ex.exp
5199 * gdb.ada/mi_dyn_arr.exp
5200 * gdb.ada/mi_ex_cond.exp
5201 * gdb.ada/mi_exc_info.exp
5202 * gdb.ada/mi_interface.exp
5203 * gdb.ada/mi_task_arg.exp
5204 * gdb.ada/mi_task_info.exp
5205 * gdb.ada/mi_var_array.exp
5206 * gdb.arch/alpha-step.exp
5207 * gdb.arch/amd64-disp-step.exp
5208 * gdb.arch/arm-disp-step.exp
5209 * gdb.arch/disp-step-insn-reloc.exp
5210 * gdb.arch/e500-prologue.exp
5211 * gdb.arch/ftrace-insn-reloc.exp
5212 * gdb.arch/gdb1558.exp
5213 * gdb.arch/i386-bp_permanent.exp
5214 * gdb.arch/i386-disp-step.exp
5215 * gdb.arch/i386-float.exp
5216 * gdb.arch/i386-gnu-cfi.exp
5217 * gdb.arch/ia64-breakpoint-shadow.exp
5218 * gdb.arch/mips16-thunks.exp
5219 * gdb.arch/pa-nullify.exp
5220 * gdb.arch/powerpc-aix-prologue.exp
5221 * gdb.arch/powerpc-power.exp
5222 * gdb.arch/ppc-dfp.exp
5223 * gdb.arch/s390-tdbregs.exp
5224 * gdb.arch/spu-info.exp
5225 * gdb.arch/spu-ls.exp
5226 * gdb.arch/thumb-bx-pc.exp
5227 * gdb.base/advance.exp
5228 * gdb.base/annota-input-while-running.exp
5229 * gdb.base/arrayidx.exp
5230 * gdb.base/asmlabel.exp
5231 * gdb.base/async.exp
5232 * gdb.base/attach-wait-input.exp
5233 * gdb.base/auto-connect-native-target.exp
5234 * gdb.base/batch-preserve-term-settings.exp
5235 * gdb.base/bfp-test.exp
5236 * gdb.base/bigcore.exp
5237 * gdb.base/bp-permanent.exp
5238 * gdb.base/break-always.exp
5239 * gdb.base/break-fun-addr.exp
5240 * gdb.base/break-idempotent.exp
5241 * gdb.base/break-main-file-remove-fail.exp
5242 * gdb.base/break-probes.exp
5243 * gdb.base/break-unload-file.exp
5244 * gdb.base/break.exp
5245 * gdb.base/call-ar-st.exp
5246 * gdb.base/call-rt-st.exp
5247 * gdb.base/call-sc.exp
5248 * gdb.base/call-signal-resume.exp
5249 * gdb.base/call-strs.exp
5250 * gdb.base/callexit.exp
5251 * gdb.base/callfuncs.exp
5252 * gdb.base/catch-gdb-caused-signals.exp
5253 * gdb.base/catch-signal-siginfo-cond.exp
5254 * gdb.base/catch-syscall.exp
5255 * gdb.base/compare-sections.exp
5256 * gdb.base/cond-eval-mode.exp
5257 * gdb.base/condbreak-call-false.exp
5258 * gdb.base/consecutive-step-over.exp
5259 * gdb.base/cursal.exp
5260 * gdb.base/disabled-location.exp
5261 * gdb.base/disasm-end-cu.exp
5262 * gdb.base/display.exp
5263 * gdb.base/double-prompt-target-event-error.exp
5264 * gdb.base/dprintf-bp-same-addr.exp
5265 * gdb.base/dprintf-detach.exp
5266 * gdb.base/dprintf-next.exp
5267 * gdb.base/dprintf-non-stop.exp
5268 * gdb.base/dprintf-pending.exp
5269 * gdb.base/dso2dso.exp
5270 * gdb.base/ending-run.exp
5271 * gdb.base/enum_cond.exp
5272 * gdb.base/examine-backward.exp
5273 * gdb.base/exe-lock.exp
5274 * gdb.base/exec-invalid-sysroot.exp
5275 * gdb.base/execl-update-breakpoints.exp
5276 * gdb.base/execution-termios.exp
5277 * gdb.base/fileio.exp
5278 * gdb.base/fixsection.exp
5279 * gdb.base/foll-exec-mode.exp
5280 * gdb.base/foll-exec.exp
5281 * gdb.base/fork-running-state.exp
5282 * gdb.base/frame-args.exp
5283 * gdb.base/fullpath-expand.exp
5284 * gdb.base/func-ptr.exp
5285 * gdb.base/gcore-relro-pie.exp
5286 * gdb.base/gdb1090.exp
5287 * gdb.base/gdb1555.exp
5288 * gdb.base/global-var-nested-by-dso.exp
5289 * gdb.base/gnu-ifunc.exp
5290 * gdb.base/hbreak-in-shr-unsupported.exp
5291 * gdb.base/hbreak-unmapped.exp
5292 * gdb.base/hook-stop.exp
5293 * gdb.base/infcall-input.exp
5294 * gdb.base/info-fun.exp
5295 * gdb.base/info-shared.exp
5296 * gdb.base/interrupt-noterm.exp
5297 * gdb.base/jit-so.exp
5298 * gdb.base/jit.exp
5299 * gdb.base/line-symtabs.exp
5300 * gdb.base/list.exp
5301 * gdb.base/longjmp.exp
5302 * gdb.base/macscp.exp
5303 * gdb.base/max-value-size.exp
5304 * gdb.base/nodebug.exp
5305 * gdb.base/nofield.exp
5306 * gdb.base/overlays.exp
5307 * gdb.base/paginate-after-ctrl-c-running.exp
5308 * gdb.base/paginate-bg-execution.exp
5309 * gdb.base/paginate-inferior-exit.exp
5310 * gdb.base/pending.exp
5311 * gdb.base/pr11022.exp
5312 * gdb.base/printcmds.exp
5313 * gdb.base/ptr-typedef.exp
5314 * gdb.base/ptype.exp
5315 * gdb.base/randomize.exp
5316 * gdb.base/range-stepping.exp
5317 * gdb.base/realname-expand.exp
5318 * gdb.base/relativedebug.exp
5319 * gdb.base/remote.exp
5320 * gdb.base/savedregs.exp
5321 * gdb.base/sepdebug.exp
5322 * gdb.base/set-noassign.exp
5323 * gdb.base/shlib-call.exp
5324 * gdb.base/shreloc.exp
5325 * gdb.base/sigaltstack.exp
5326 * gdb.base/sigbpt.exp
5327 * gdb.base/siginfo-addr.exp
5328 * gdb.base/siginfo-obj.exp
5329 * gdb.base/siginfo-thread.exp
5330 * gdb.base/signest.exp
5331 * gdb.base/signull.exp
5332 * gdb.base/sigrepeat.exp
5333 * gdb.base/skip.exp
5334 * gdb.base/so-impl-ld.exp
5335 * gdb.base/solib-corrupted.exp
5336 * gdb.base/solib-disc.exp
5337 * gdb.base/solib-display.exp
5338 * gdb.base/solib-overlap.exp
5339 * gdb.base/solib-search.exp
5340 * gdb.base/solib-symbol.exp
5341 * gdb.base/source-execution.exp
5342 * gdb.base/sss-bp-on-user-bp-2.exp
5343 * gdb.base/sss-bp-on-user-bp.exp
5344 * gdb.base/stack-checking.exp
5345 * gdb.base/stale-infcall.exp
5346 * gdb.base/step-break.exp
5347 * gdb.base/step-line.exp
5348 * gdb.base/step-over-exit.exp
5349 * gdb.base/step-test.exp
5350 * gdb.base/structs.exp
5351 * gdb.base/sym-file.exp
5352 * gdb.base/symtab-search-order.exp
5353 * gdb.base/term.exp
5354 * gdb.base/type-opaque.exp
5355 * gdb.base/unload.exp
5356 * gdb.base/until-nodebug.exp
5357 * gdb.base/until.exp
5358 * gdb.base/unwindonsignal.exp
5359 * gdb.base/watch-cond.exp
5360 * gdb.base/watch-non-mem.exp
5361 * gdb.base/watch_thread_num.exp
5362 * gdb.base/watchpoint-reuse-slot.exp
5363 * gdb.base/watchpoint-solib.exp
5364 * gdb.base/watchpoint.exp
5365 * gdb.btrace/dlopen.exp
5366 * gdb.cell/arch.exp
5367 * gdb.cell/break.exp
5368 * gdb.cell/bt.exp
5369 * gdb.cell/core.exp
5370 * gdb.cell/data.exp
5371 * gdb.cell/dwarfaddr.exp
5372 * gdb.cell/ea-cache.exp
5373 * gdb.cell/ea-standalone.exp
5374 * gdb.cell/ea-test.exp
5375 * gdb.cell/f-regs.exp
5376 * gdb.cell/fork.exp
5377 * gdb.cell/gcore.exp
5378 * gdb.cell/mem-access.exp
5379 * gdb.cell/ptype.exp
5380 * gdb.cell/registers.exp
5381 * gdb.cell/sizeof.exp
5382 * gdb.cell/solib-symbol.exp
5383 * gdb.cell/solib.exp
5384 * gdb.compile/compile-tls.exp
5385 * gdb.cp/exception.exp
5386 * gdb.cp/gdb2495.exp
5387 * gdb.cp/local.exp
5388 * gdb.cp/mb-inline.exp
5389 * gdb.cp/mb-templates.exp
5390 * gdb.cp/pr10687.exp
5391 * gdb.cp/pr9167.exp
5392 * gdb.cp/scope-err.exp
5393 * gdb.cp/templates.exp
5394 * gdb.cp/virtfunc.exp
5395 * gdb.dwarf2/dw2-dir-file-name.exp
5396 * gdb.dwarf2/dw2-single-line-discriminators.exp
5397 * gdb.fortran/complex.exp
5398 * gdb.fortran/library-module.exp
5399 * gdb.guile/guile.exp
5400 * gdb.guile/scm-cmd.exp
5401 * gdb.guile/scm-frame-inline.exp
5402 * gdb.guile/scm-objfile.exp
5403 * gdb.guile/scm-pretty-print.exp
5404 * gdb.guile/scm-symbol.exp
5405 * gdb.guile/scm-type.exp
5406 * gdb.guile/scm-value.exp
5407 * gdb.linespec/keywords.exp
5408 * gdb.linespec/ls-errs.exp
5409 * gdb.linespec/macro-relative.exp
5410 * gdb.linespec/thread.exp
5411 * gdb.mi/mi-breakpoint-changed.exp
5412 * gdb.mi/mi-dprintf-pending.exp
5413 * gdb.mi/mi-fullname-deleted.exp
5414 * gdb.mi/mi-logging.exp
5415 * gdb.mi/mi-pending.exp
5416 * gdb.mi/mi-solib.exp
5417 * gdb.mi/new-ui-mi-sync.exp
5418 * gdb.mi/user-selected-context-sync.exp
5419 * gdb.multi/dummy-frame-restore.exp
5420 * gdb.multi/multi-arch-exec.exp
5421 * gdb.multi/remove-inferiors.exp
5422 * gdb.multi/watchpoint-multi-exit.exp
5423 * gdb.opt/solib-intra-step.exp
5424 * gdb.perf/backtrace.exp
5425 * gdb.perf/single-step.exp
5426 * gdb.perf/skip-command.exp
5427 * gdb.perf/skip-prologue.exp
5428 * gdb.perf/solib.exp
5429 * gdb.python/lib-types.exp
5430 * gdb.python/py-as-string.exp
5431 * gdb.python/py-bad-printers.exp
5432 * gdb.python/py-block.exp
5433 * gdb.python/py-breakpoint.exp
5434 * gdb.python/py-cmd.exp
5435 * gdb.python/py-events.exp
5436 * gdb.python/py-evthreads.exp
5437 * gdb.python/py-finish-breakpoint.exp
5438 * gdb.python/py-finish-breakpoint2.exp
5439 * gdb.python/py-frame-inline.exp
5440 * gdb.python/py-frame.exp
5441 * gdb.python/py-inferior.exp
5442 * gdb.python/py-infthread.exp
5443 * gdb.python/py-mi.exp
5444 * gdb.python/py-objfile.exp
5445 * gdb.python/py-pp-maint.exp
5446 * gdb.python/py-pp-registration.exp
5447 * gdb.python/py-prettyprint.exp
5448 * gdb.python/py-recurse-unwind.exp
5449 * gdb.python/py-shared.exp
5450 * gdb.python/py-symbol.exp
5451 * gdb.python/py-symtab.exp
5452 * gdb.python/py-template.exp
5453 * gdb.python/py-type.exp
5454 * gdb.python/py-unwind-maint.exp
5455 * gdb.python/py-unwind.exp
5456 * gdb.python/py-value.exp
5457 * gdb.python/python.exp
5458 * gdb.reverse/finish-reverse-bkpt.exp
5459 * gdb.reverse/insn-reverse.exp
5460 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5461 * gdb.reverse/solib-precsave.exp
5462 * gdb.reverse/solib-reverse.exp
5463 * gdb.stabs/gdb11479.exp
5464 * gdb.stabs/weird.exp
5465 * gdb.threads/fork-child-threads.exp
5466 * gdb.threads/fork-plus-threads.exp
5467 * gdb.threads/fork-thread-pending.exp
5468 * gdb.threads/forking-threads-plus-breakpoint.exp
5469 * gdb.threads/hand-call-in-threads.exp
5470 * gdb.threads/interrupted-hand-call.exp
5471 * gdb.threads/linux-dp.exp
5472 * gdb.threads/local-watch-wrong-thread.exp
5473 * gdb.threads/next-while-other-thread-longjmps.exp
5474 * gdb.threads/non-ldr-exit.exp
5475 * gdb.threads/pending-step.exp
5476 * gdb.threads/print-threads.exp
5477 * gdb.threads/process-dies-while-detaching.exp
5478 * gdb.threads/process-dies-while-handling-bp.exp
5479 * gdb.threads/pthreads.exp
5480 * gdb.threads/queue-signal.exp
5481 * gdb.threads/reconnect-signal.exp
5482 * gdb.threads/signal-command-handle-nopass.exp
5483 * gdb.threads/signal-command-multiple-signals-pending.exp
5484 * gdb.threads/signal-delivered-right-thread.exp
5485 * gdb.threads/signal-sigtrap.exp
5486 * gdb.threads/sigthread.exp
5487 * gdb.threads/staticthreads.exp
5488 * gdb.threads/stepi-random-signal.exp
5489 * gdb.threads/thread-unwindonsignal.exp
5490 * gdb.threads/thread_check.exp
5491 * gdb.threads/thread_events.exp
5492 * gdb.threads/tid-reuse.exp
5493 * gdb.threads/tls-nodebug.exp
5494 * gdb.threads/tls-shared.exp
5495 * gdb.threads/tls-so_extern.exp
5496 * gdb.threads/tls.exp
5497 * gdb.threads/wp-replication.exp
5498 * gdb.trace/actions-changed.exp
5499 * gdb.trace/actions.exp
5500 * gdb.trace/backtrace.exp
5501 * gdb.trace/change-loc.exp
5502 * gdb.trace/collection.exp
5503 * gdb.trace/deltrace.exp
5504 * gdb.trace/disconnected-tracing.exp
5505 * gdb.trace/entry-values.exp
5506 * gdb.trace/ftrace-lock.exp
5507 * gdb.trace/ftrace.exp
5508 * gdb.trace/infotrace.exp
5509 * gdb.trace/mi-trace-frame-collected.exp
5510 * gdb.trace/mi-trace-unavailable.exp
5511 * gdb.trace/mi-traceframe-changed.exp
5512 * gdb.trace/mi-tracepoint-changed.exp
5513 * gdb.trace/mi-tsv-changed.exp
5514 * gdb.trace/no-attach-trace.exp
5515 * gdb.trace/packetlen.exp
5516 * gdb.trace/passc-dyn.exp
5517 * gdb.trace/passcount.exp
5518 * gdb.trace/pending.exp
5519 * gdb.trace/pr16508.exp
5520 * gdb.trace/qtro.exp
5521 * gdb.trace/range-stepping.exp
5522 * gdb.trace/read-memory.exp
5523 * gdb.trace/report.exp
5524 * gdb.trace/save-trace.exp
5525 * gdb.trace/signal.exp
5526 * gdb.trace/stap-trace.exp
5527 * gdb.trace/status-stop.exp
5528 * gdb.trace/strace.exp
5529 * gdb.trace/tfile.exp
5530 * gdb.trace/tfind.exp
5531 * gdb.trace/trace-break.exp
5532 * gdb.trace/trace-condition.exp
5533 * gdb.trace/trace-enable-disable.exp
5534 * gdb.trace/trace-mt.exp
5535 * gdb.trace/tracecmd.exp
5536 * gdb.trace/tracefile-pseudo-reg.exp
5537 * gdb.trace/tspeed.exp
5538 * gdb.trace/tstatus.exp
5539 * gdb.trace/tsv.exp
5540 * gdb.trace/unavailable.exp
5541 * gdb.trace/while-dyn.exp
5542 * gdb.trace/while-stepping.exp
5543 * lib/gdb-guile.exp
5544 * lib/gdb.exp
5545 * lib/mi-support.exp
5546 * lib/pascal.exp
5547 * lib/perftest.exp
5548 * lib/prelink-support.exp
5549 * lib/selftest-support.exp
5550
5551 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5552
5553 * Makefile.in: Include disable-implicit-rules.mk.
5554
5555 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5556
5557 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5558 non-byte-aligned bit fields.
5559
5560 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5561
5562 PR gdb/12616
5563 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5564 respects the DW_AT_data_bit_offset attribute.
5565
5566 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5567
5568 * gdb.base/default.exp: Fix output of "set language".
5569
5570 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5571
5572 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5573 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5574 make.
5575 * configure.ac: Remove checks for the make program.
5576 * configure: Re-generate.
5577
5578 2016-11-16 Kevin Buettner <kevinb@redhat.com>
5579
5580 * gdb.python/py-recurse-unwind.c (main): Add loop.
5581 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5582 to read_register() and gdb.parse_and_eval(). Make each code
5583 call a separate case that can be individually tested.
5584 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5585 proc. Call cont_and_backtrace for each of the code paths that
5586 we want to test in the unwinder.
5587
5588 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5589
5590 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5591 the definition of struct S.
5592
5593 2016-11-11 Catherine Moore <clm@codesourcery.com>
5594
5595 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5596
5597 2016-11-09 Pedro Alves <palves@redhat.com>
5598
5599 * gdb.base/commands.exp (runto_or_return): New procedure.
5600 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5601 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5602 (progvar_simple_while_test, progvar_complex_if_while_test)
5603 (if_while_breakpoint_command_test)
5604 (infrun_breakpoint_command_test, breakpoint_command_test)
5605 (user_defined_command_test, watchpoint_command_test)
5606 (test_command_prompt_position, redefine_hook_test)
5607 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5608 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5609 multi_line_input and multi_line. Remove gdb_expect and
5610 gdb_stop_suppressing_tests uses.
5611 * lib/gdb.exp (valnum_re): New global.
5612 (multi_line_input): New procedure.
5613
5614 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5615
5616 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5617 Remove.
5618 (test_setup): Define with proc_with_prefix.
5619 (test_cli_inferior): Likewise.
5620 (test_cli_thread): Likewise.
5621 (test_cli_frame): Likewise.
5622 (test_cli_select_frame): Likewise.
5623 (test_cli_up_down): Likewise.
5624 (test_mi_thread_select): Likewise.
5625 (test_mi_stack_select_frame): Likewise.
5626 (test_cli_in_mi_inferior): Likewise.
5627 (test_cli_in_mi_thread): Likewise.
5628 (test_cli_in_mi_frame): Likewise.
5629 (top level): Do not use with_test_prefix_procname.
5630
5631 2016-11-09 Pedro Alves <palves@redhat.com>
5632
5633 * gdb.base/commands.exp (gdbvar_simple_if_test)
5634 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5635 (progvar_simple_if_test, progvar_simple_while_test)
5636 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5637 (infrun_breakpoint_command_test, breakpoint_command_test)
5638 (user_defined_command_test, watchpoint_command_test)
5639 (test_command_prompt_position, deprecated_command_test)
5640 (bp_deleted_in_command, temporary_breakpoint_commands)
5641 (stray_arg0_test, source_file_with_indented_comment)
5642 (recursive_source_test, if_commands_test)
5643 (error_clears_commands_left, redefine_hook_test)
5644 (redefine_backtrace_test): Use proc_with_prefix.
5645 * lib/gdb.exp (proc_with_prefix): New proc.
5646
5647 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5648
5649 * gdb.base/tui-layout.c: New file.
5650 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5651 disassembly window contains very long lines.
5652
5653 2016-11-08 Tom Tromey <tom@tromey.com>
5654
5655 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5656 depend on Python 2.
5657
5658 2016-11-08 Tom Tromey <tom@tromey.com>
5659
5660 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5661 New method.
5662
5663 2016-10-29 Manish Goregaokar <manish@mozilla.com>
5664
5665 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
5666
5667 2016-10-27 Manish Goregaokar <manish@mozilla.com>
5668
5669 * gdb.rust/simple.rs: Add test for univariant enums without
5670 discriminants and for encoded struct-like enums.
5671
5672 2016-10-28 Pedro Alves <palves@redhat.com>
5673
5674 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5675 gdb_test_multiple, tighten regexps and match symtabs and line
5676 tables incrementally.
5677
5678 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
5679
5680 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5681 general.
5682
5683 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
5684
5685 * gdb.base/exec-invalid-sysroot.exp: New file.
5686
5687 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5688
5689 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5690
5691 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5692
5693 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5694
5695 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5696
5697 * gdb.base/killed-outside.exp: Remove $options from a call to
5698 `prepare_for_testing'.
5699
5700 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5701
5702 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5703 Change test message.
5704
5705 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5706
5707 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5708 Update comment.
5709
5710 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5711
5712 * gdb.trace/mi-trace-save.exp: New file.
5713
5714 2016-10-13 Yao Qi <yao.qi@linaro.org>
5715
5716 * gdb.base/code_elim.exp (get_var_address): Remove.
5717 * gdb.base/relocate.exp: Likewise.
5718 * gdb.base/shreloc.exp: Likewise.
5719 * lib/gdb.exp (get_var_address): New.
5720
5721 2016-10-13 Yao Qi <yao.qi@linaro.org>
5722
5723 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5724 floating point tests if $skip_float_test is false.
5725
5726 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
5727
5728 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5729 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5730 argc values.
5731 Add 1 to argc so we guarantee distinct initial/modified argc values.
5732
5733 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5734
5735 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5736
5737 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5738
5739 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5740 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5741 * gdb.arch/vsx-regs.exp: Likewise.
5742
5743 2016-10-07 Yao Qi <yao.qi@linaro.org>
5744
5745 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5746
5747 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5748
5749 * gdb.python/python.exp: Test decode_line("*0").
5750
5751 2016-10-06 Doug Evans <dje@google.com>
5752
5753 * gdb.python/py-value.exp (test_value_creation): Add test for large
5754 unsigned 64-bit value.
5755
5756 2016-10-06 Tom Tromey <tom@tromey.com>
5757
5758 * gdb.compile/compile.exp: Change java tests to rust.
5759 * gdb.base/setshow.exp: Change java tests to rust.
5760 * gdb.base/default.exp: Remove java from language list.
5761 * README (Examples): Update language example.
5762 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5763 test.
5764 * lib/gdb.exp (skip_java_tests): Remove.
5765 * lib/java.exp: Remove.
5766 * gdb.java: Remove.
5767
5768 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5769
5770 * gdb.arch/mips-fcr.exp: New test.
5771 * gdb.arch/mips-fcr.c: Source for the new test.
5772
5773 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5774
5775 * gdb.base/solib-disc.exp: Use `standard_output_file'
5776 throughout.
5777
5778 2016-10-06 Pedro Alves <palves@redhat.com>
5779
5780 * gdb.base/jit-simple-dl.c: New file.
5781 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5782 * gdb.base/jit-simple.c: ... this.
5783 * gdb.base/jit-simple.exp (jit_run): Delete.
5784 (build_jit): New proc.
5785 (jit_test_reread): Recompile either the main program or the shared
5786 library, depending on what is being tested. Skip changing address
5787 if caller wants to. Compare before/after addresses. If testing
5788 standalone, explicitly load the binary. Test "maint info
5789 breakpoints".
5790 (top level): Add "standalone vs shared lib" and "change address"
5791 vs "same address" axes.
5792
5793 2016-10-06 Pedro Alves <palves@redhat.com>
5794
5795 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5796 call.
5797 (jit_run): Delete.
5798 (jit_test_reread): Use with_test_prefix. Reload the main binary
5799 explicitly. Compare the before/after addresses of the JIT
5800 descriptor.
5801
5802 2016-08-15 Doug Evans <dje@google.com>
5803
5804 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5805 for single bitfields is bool.
5806 * gdb.xml/tdesc-regs.exp: Ditto.
5807
5808 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5809
5810 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5811
5812 2016-10-05 Yao Qi <yao.qi@linaro.org>
5813
5814 * lib/gdb.exp (support_complex_tests): Return zero if
5815 gdb_skip_float_test return true.
5816
5817 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5818 Simon Marchi <simon.marchi@ericsson.com>
5819
5820 PR gdb/20487
5821 * gdb.mi/user-selected-context-sync.exp: New file.
5822 * gdb.mi/user-selected-context-sync.c: New file.
5823
5824 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
5825 Simon Marchi <simon.marchi@ericsson.com>
5826
5827 PR gdb/20487
5828 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5829 =thread-select-event check.
5830
5831 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5832
5833 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5834 the compulsory L operand changes.
5835 * gdb.arch/powerpc-power.s: Likewise.
5836
5837 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5838
5839 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5840 * gdb.base/jit-attach-pie.c: New file.
5841 * gdb.base/jit-attach-pie.exp: New file.
5842
5843 2016-09-28 Pedro Alves <palves@redhat.com>
5844
5845 * gdb.base/infcall-input.c: New file.
5846 * gdb.base/infcall-input.exp: New file.
5847
5848 2016-09-22 Yao Qi <yao.qi@linaro.org>
5849
5850 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5851 (gdb_exit): Rename it to ...
5852 (gdbserver_gdb_exit): ... Close GDBserver.
5853 (gdb_exit): New proc, call gdbserver_gdb_exit.
5854 (mi_gdb_exit): Likewise.
5855
5856 2016-09-22 Yao Qi <yao.qi@linaro.org>
5857
5858 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5859 path.
5860 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5861 Remove duplication.
5862
5863 2016-09-22 Yao Qi <yao.qi@linaro.org>
5864
5865 * lib/gdbserver-support.exp: Check the existence of
5866 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5867
5868 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5869
5870 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5871
5872 2016-09-21 Tom Tromey <tom@tromey.com>
5873
5874 PR gdb/20604:
5875 * gdb.base/quit.exp: New file.
5876
5877 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5878
5879 * .gitignore: New file.
5880
5881 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5882
5883 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5884 throughout.
5885
5886 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5887
5888 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5889
5890 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5891
5892 * gdb.cp/casts.cc (decltype): Move it ...
5893 (main): ... with its call to ...
5894 * gdb.cp/casts03.cc: ... a new file.
5895 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5896
5897 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5898
5899 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5900
5901 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5902
5903 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5904 and sync up the test with tests in gas/testsuite/gas/ppc.
5905 * gdb.arch/powerpc-power.exp: Likewise.
5906
5907 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5908
5909 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5910
5911 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5912 Jan Kratochvil <jan.kratochvil@redhat.com>
5913
5914 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5915 make m1's definition to be different from m2's. Use 'dummy' as an
5916 argument for probe 'two'.
5917
5918 2016-09-10 Jon Beniston <jon@beniston.com>
5919
5920 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5921 for sim target.
5922
5923 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5924
5925 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5926 variable declaration.
5927 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5928 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5929 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5930 received HWCAP as its argument.
5931
5932 2016-09-06 Pedro Alves <palves@redhat.com>
5933
5934 * gdb.base/new-ui-pending-input.c: New file.
5935 * gdb.base/new-ui-pending-input.exp: New file.
5936 * gdb.exp (clear_gdb_spawn_id): New procedure.
5937 (with_spawn_id): Check whether gdb_spawn_id exists before
5938 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5939 on exit.
5940
5941 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5942
5943 * gdb.base/float128.c: New file.
5944 * gdb.base/float128.exp: Likewise.
5945 * gdb.base/floatn.c: Likewise.
5946 * gdb.base/floatn.exp: Likewise.
5947
5948 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5949
5950 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5951
5952 2016-09-05 Pedro Alves <palves@redhat.com>
5953
5954 PR backtrace/19927
5955 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5956 unwinders are immediately called as side effect of "source" or
5957 "disable unwinder" commands.
5958 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5959
5960 2016-09-02 Yao Qi <yao.qi@linaro.org>
5961
5962 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5963 is true and $type is "float" or "double".
5964
5965 2016-09-02 Yao Qi <yao.qi@linaro.org>
5966
5967 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5968 true.
5969 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5970 * gdb.base/call-rt-st.exp: Likewise.
5971 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5972 return value instead of gdb,skip_float_test.
5973 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5974 (do_function_calls): Use its return value instead of
5975 gdb,skip_float_test.
5976 * gdb.base/finish.exp: Likewise.
5977 * gdb.base/funcargs.exp: Likewise.
5978 * gdb.base/return.exp: Likewise.
5979 * gdb.base/return2.exp: Likewise.
5980 * gdb.base/varargs.exp: Likewise.
5981 * lib/gdb.exp (gdb_skip_float_test): Change it to
5982 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5983
5984 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5985
5986 * gdb.multi/tids.exp: Test "thread apply all".
5987
5988 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5989
5990 * gdb.base/default.exp (tty): Remove.
5991
5992 2016-08-24 Kevin Buettner <kevinb@redhat.com>
5993
5994 * gdb.python/py-recurse-unwind.c: New file.
5995 * gdb.python/py-recurse-unwind.py: New file.
5996 * gdb.python/py-recurse-unwind.exp: New file.
5997
5998 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5999
6000 * gdb.base/set-inferior-tty.exp: New file.
6001 * gdb.base/set-inferior-tty.c: New file.
6002
6003 2016-08-23 Pedro Alves <palves@redhat.com>
6004
6005 PR gdb/20494
6006 * gdb.base/new-ui-echo.c: New file.
6007 * gdb.base/new-ui-echo.exp: New file.
6008
6009 2016-08-23 Yao Qi <yao.qi@linaro.org>
6010
6011 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
6012 gdbserver_spawn.
6013 * gdb.server/connect-without-multi-process.exp (do_test):
6014 Likewise.
6015
6016 2016-08-23 Yao Qi <yao.qi@linaro.org>
6017
6018 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6019 standalone_txt. Delete gdb_txt and standalone_txt on host
6020 and target. Spawn the binary on target. Copy files from
6021 target to host.
6022
6023 2016-08-22 Pedro Alves <palves@redhat.com>
6024
6025 PR gdb/20505
6026 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6027 with_test_prefix. Factor out bits to ...
6028 (test_no_vdso): ... this new procedure.
6029
6030 2016-08-19 Carl Love <cel@us.ibm.com>
6031
6032 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6033 maintaining separate logic for constructing the output path.
6034 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6035 * gdb.arch/ppc-dfp.exp: Likewise.
6036 * gdb.arch/ppc-fp.exp: Likewise.
6037 * gdb.arch/vsx-regs.exp: Likewise.
6038 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6039 binprefix for generating the additional binary files.
6040
6041 2016-08-19 Pedro Alves <palves@redhat.com>
6042
6043 * gdb.trace/mi-trace-frame-collected.exp
6044 (test_trace_frame_collected): On x32, expect two registers.
6045
6046 2016-08-18 Carl Love <cel@us.ibm.com>
6047
6048 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6049 and sync up the test with tests in gas/testsuite/gas/ppc.
6050 * gdb.arch/powerpc-power.exp: Likewise.
6051
6052 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6053
6054 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6055 expected error message.
6056
6057 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6058
6059 * gdb.multi/remove-inferiors.exp: New file.
6060 * gdb.multi/remove-inferiors.c: New file.
6061
6062 2016-08-12 Yao Qi <yao.qi@linaro.org>
6063
6064 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6065 argument list.
6066
6067 2016-08-10 Pedro Alves <palves@redhat.com>
6068
6069 PR gdb/19187
6070 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6071 setup_kfails.
6072
6073 2016-08-09 Pedro Alves <palves@redhat.com>
6074 Simon Marchi <simon.marchi@ericsson.com>
6075
6076 PR gdb/20418
6077 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6078 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6079
6080 2016-08-09 Pedro Alves <palves@redhat.com>
6081
6082 PR mi/20431
6083 * gdb.mi/mi-cmd-error.exp: New file.
6084
6085 2016-08-09 Pedro Alves <palves@redhat.com>
6086
6087 PR gdb/18653
6088 * gdb.base/signals-state-child.c: New file.
6089 * gdb.base/signals-state-child.exp: New file.
6090 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6091
6092 2016-08-09 Pedro Alves <palves@redhat.com>
6093
6094 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6095
6096 2016-08-03 Tom Tromey <tom@tromey.com>
6097
6098 PR python/18565:
6099 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6100
6101 2016-08-01 Yao Qi <yao.qi@linaro.org>
6102
6103 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6104 variable mode to "multi-process" if $multi_process is 1, otherwise
6105 set it to "single-process".
6106
6107 2016-08-01 Yao Qi <yao.qi@linaro.org>
6108
6109 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6110 * gdb.cp/cpexprs.exp: Likewise.
6111 * gdb.cp/m-static.exp: Likewise.
6112
6113 2016-07-26 Tom Tromey <tom@tromey.com>
6114
6115 PR python/20190:
6116 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6117 test.
6118
6119 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6120
6121 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6122 selecting assembly source files.
6123 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6124 assembly source files.
6125 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6126 assembly source files.
6127 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6128 selecting assembly source files.
6129
6130 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6131
6132 * gdb.base/new-ui.exp (do_test_invalid_args): New
6133 procedure.
6134
6135 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6136
6137 * gdb.btrace/reconnect.c: New file.
6138 * gdb.btrace/reconnect.exp: New file.
6139
6140 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6141
6142 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6143 to test_catch_syscall_group.
6144 (test_catch_syscall_group): New.
6145
6146 2016-07-21 Tom Tromey <tom@tromey.com>
6147
6148 * gdb.rust/simple.rs (main): Use empty struct expression.
6149 * gdb.rust/simple.exp: Add tests for empty struct expression.
6150
6151 2016-07-21 Yao Qi <yao.qi@linaro.org>
6152
6153 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6154 if gdb_skip_xml_test is true on some targets.
6155
6156 2016-07-21 Yao Qi <yao.qi@linaro.org>
6157
6158 * gdb.server/solib-list.exp: Unset last_loaded_file.
6159
6160 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6161
6162 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6163 "step into captured_main (args)".
6164
6165 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6166
6167 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6168
6169 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6170
6171 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6172
6173 2016-07-19 Pedro Alves <palves@redhat.com>
6174
6175 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6176 * gdb.opt/inline-bt.exp: Likewise.
6177 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6178 additional_flags=-Winline.
6179 * gdb.opt/inline-locals.exp: Likewise.
6180 * gdb.opt/inline-markers.c (ATTR): Define.
6181 (inlined_fn): Use it.
6182
6183 2016-07-19 Yao Qi <yao.qi@linaro.org>
6184
6185 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6186 (test_with_self): Remove some code. Remove argument executable.
6187 (top-level): Use do_self_tests.
6188
6189 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
6190 Don Breazeal <donb@codesourcery.com>
6191
6192 * gdb.base/maint.exp: Escape paths used in regular expressions.
6193 * gdb.stabs/weird.exp: Likewise.
6194
6195 2016-07-13 Tom Tromey <tom@tromey.com>
6196
6197 PR python/15620, PR python/18620:
6198 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6199 (test_bkpt_events): New procs.
6200
6201 2016-07-13 Tom Tromey <tom@tromey.com>
6202
6203 PR python/17698:
6204 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6205 test.
6206 (test_watchpoints): Likewise.
6207 (test_bkpt_pending): New proc.
6208
6209 2016-07-13 Tom Tromey <tom@tromey.com>
6210
6211 PR cli/18053:
6212 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6213 completion test.
6214
6215 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6216
6217 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6218 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6219 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6220 f_label.
6221 (g): Rename g_end_lbl to g_label.
6222 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6223 low_pc and high_pc.
6224 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6225
6226 2016-07-12 Tom Tromey <tom@tromey.com>
6227
6228 PR python/19293:
6229 * gdb.python/py-unwind-maint.exp: Update tests.
6230
6231 2016-07-12 Yao Qi <yao.qi@linaro.org>
6232
6233 * lib/selftest-support.exp (selftest_setup): Match the output
6234 when captured_main is inlined.
6235
6236 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6237
6238 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6239 New variables.
6240 (print this%a, print this%b, print this): New tests.
6241 * gdb.fortran/derived-types.f90 (this): New object and
6242 initialization.
6243
6244 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6245
6246 * gdb.ada/arraydim.exp: Remove extra directory level in build
6247 directory.
6248
6249 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6250
6251 * lib/ada.exp: Remove extra directory level in build directory.
6252 * gdb.ada/cond_lang.exp: Likewise.
6253 * gdb.ada/exec_changed.exp: Likewise.
6254 * gdb.ada/lang_switch.exp: Likewise.
6255
6256 2016-07-06 Manish Goregaokar <manish@mozilla.com>
6257
6258 * simple.rs: Add test for raw pointer subscripting.
6259 * simple.exp: Add test expectations.
6260
6261 2016-07-05 Yao Qi <yao.qi@linaro.org>
6262
6263 * gdb.mi/mi-reverse.exp: Match =record-started output.
6264
6265 2016-07-01 Pedro Alves <palves@redhat.com>
6266
6267 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6268 procedure.
6269 (jit_reader_test): Test the jit reader's unwinder.
6270 * gdb.base/jithost.c (jit_function_00_code): New global.
6271 (main): Use memcpy to fill in the mmapped code, instead of poking
6272 bytes manually here.
6273 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6274 value.
6275 (read_debug_info): Save the function's range.
6276 (read_sp): New function.
6277 (unwind_frame): Use it. Also unwind RBP.
6278 (get_frame_id): Use read_sp.
6279 (gdb_init_reader): Use calloc instead of malloc.
6280 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6281 parameter. Use gdb_test_multiple.
6282
6283 2016-07-01 Pedro Alves <palves@redhat.com>
6284 Antoine Tremblay <antoine.tremblay@ericsson.com>
6285
6286 * gdb.threads/process-dies-while-detaching.c: New file.
6287 * gdb.threads/process-dies-while-detaching.exp: New file.
6288
6289 2016-07-01 Pedro Alves <palves@redhat.com>
6290
6291 * gdb.multi/watchpoint-multi-exit.c: New file.
6292 * gdb.multi/watchpoint-multi-exit.exp: New file.
6293
6294 2016-06-30 Pedro Alves <palves@redhat.com>
6295
6296 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6297 unset inferior_spawn_id.
6298
6299 2016-06-30 Pedro Alves <palves@redhat.com>
6300
6301 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6302 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6303
6304 2016-06-29 Yao Qi <yao.qi@linaro.org>
6305
6306 * gdb.base/return.c: Add copyright header.
6307
6308 2016-06-29 Tom Tromey <tom@tromey.com>
6309
6310 PR python/20129:
6311 * gdb.python/py-framefilter.exp: Add tests for setting priority
6312 and disabling of non-existent frame filter.
6313
6314 2016-06-29 Yao Qi <yao.qi@linaro.org>
6315
6316 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6317 0x0f07ff.
6318
6319 2016-06-28 Yao Qi <yao.qi@linaro.org>
6320
6321 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6322 triplets. Start gdb, execute catch syscall, and continue. Check
6323 gdb's output to determine catch syscall is supported.
6324
6325 2016-06-27 Manish Goregaokar <manish@mozilla.com>
6326
6327 * gdb.rust/simple.rs: Add test for returning unit in a function.
6328 * gdb.rust/simple.exp: Add expectation for functions returning
6329 unit.
6330
6331 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6332
6333 * gdb.python/py-breakpoint-create-fail.c,
6334 gdb.python/py-breakpoint-create-fail.exp,
6335 gdb.python/py-breakpoint-create-fail.py: New testcase.
6336
6337 2016-06-25 Manish Goregaokar <manish@mozilla.com>
6338
6339 PR gdb/20239
6340 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
6341 * gdb.rust/simple.exp: Add test expectations for new NonZero
6342 tests.
6343
6344 2016-06-24 David Taylor <dtaylor@emc.com>
6345
6346 * gdb.base/offsets.exp: New file.
6347 * gdb.base/offsets.c: New file.
6348
6349 2016-06-23 Tom Tromey <tom@tromey.com>
6350
6351 PR gdb/16483:
6352 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6353 before any filters are loaded.
6354
6355 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6356
6357 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6358 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6359 structs.
6360 * gdb.fortran/derived-type-function.exp: New file.
6361 * gdb.fortran/derived-type-function.f90: New file.
6362
6363
6364 2016-06-21 Pedro Alves <palves@redhat.com>
6365
6366 * gdb.base/new-ui.exp: New file.
6367 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6368 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6369 (with_spawn_id): New procedure.
6370
6371 2016-06-21 Pedro Alves <palves@redhat.com>
6372
6373 * gdb.mi/mi-exec-run.exp: New file.
6374
6375 2016-06-21 Pedro Alves <palves@redhat.com>
6376
6377 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6378 breakpoint command's output on the main UI.
6379 (test_break): New procedure, factored out from calls in the top
6380 level.
6381 (top level): Use foreach_with_prefix to test MI as main UI and as
6382 separate UI.
6383
6384 2016-06-21 Pedro Alves <palves@redhat.com>
6385
6386 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6387 (test_awatch_creation_and_listing)
6388 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6389 Remove 'type' parameter.
6390 (test_watchpoint_all): New parameter mi_mode. Remove
6391 with_test_prefix.
6392 (top level): Use foreach_with_prefix, and add main/separate UI MI
6393 testing axis.
6394
6395 2016-06-21 Pedro Alves <palves@redhat.com>
6396
6397 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6398 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6399 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6400 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6401 (gdb_main_spawn_id, mi_spawn_id): Declare and
6402 comment.
6403 (mi_create_inferior_pty): New procedure,
6404 factored out from default_mi_gdb_start.
6405 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6406 procedures.
6407 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6408 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6409 Use mi_create_inferior_pty.
6410 (mi_gdb_start): Use eval to pass down args list.
6411
6412 2016-06-21 Pedro Alves <palves@redhat.com>
6413
6414 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6415 * gdb.opt/inline-cmds.exp: Add MI tests.
6416
6417 2016-06-21 Pedro Alves <palves@redhat.com>
6418
6419 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6420
6421 2016-06-21 Pedro Alves <palves@redhat.com>
6422
6423 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6424 (top level): Use it instead of mi_execute_to.
6425
6426 2016-06-21 Pedro Alves <palves@redhat.com>
6427
6428 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6429 (cont_handler_str): New.
6430 (signal_stop_handler): Set stop_handler_str instead of printing to
6431 stdout.
6432 (continue_handler): Set cont_handler_str instead of printing to
6433 stdout.
6434 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6435 mi_send_resuming_command. Print stop_handler_str and
6436 cont_handler_str instead of expecting the python events print
6437 directly.
6438
6439 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6440
6441 * gdb.base/jit-reader.exp: New file.
6442 * gdb.base/jithost.c: New file.
6443 * gdb.base/jithost.h: New file.
6444 * gdb.base/jitreader.c : New file.
6445 * gdb.base/jit-protocol.h: New file.
6446
6447 2016-06-17 Yao Qi <yao.qi@linaro.org>
6448
6449 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6450 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6451 and detach-on-fork. Adjust tests.
6452 (top level): Invoke break_cond_on_syscall with combinations of
6453 syscall, follow-fork-mode and detach-on-fork.
6454
6455 2016-06-17 Yao Qi <yao.qi@linaro.org>
6456
6457 * gdb.base/step-over-exit.c: New.
6458 * gdb.base/step-over-exit.exp: New.
6459
6460 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6461
6462 * gdb.base/float.exp: Add target check for nds32*-*-*.
6463 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6464
6465 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6466
6467 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6468 for unsupported target features.
6469 * gdb.base/call-rt-st.exp: Likewise.
6470 * gdb.base/call-sc.exp: Likewise.
6471 * gdb.base/call-signal-resume.exp: Likewise.
6472 * gdb.base/call-strs.exp: Likewise.
6473 * gdb.base/callexit.exp: Likewise.
6474 * gdb.base/callfuncs.exp: Likewise.
6475 * gdb.base/nodebug.exp: Likewise.
6476 * gdb.base/printcmds.exp: Likewise.
6477 * gdb.base/ptype.exp: Likewise.
6478 * gdb.base/structs.exp: Likewise.
6479 * gdb.base/unwindonsignal.exp: Likewise.
6480 * gdb.cp/gdb2495.exp: Likewise.
6481 * gdb.cp/templates.exp: Likewise.
6482 * gdb.cp/virtfunc.exp: Likewise.
6483 * gdb.threads/hand-call-in-threads.exp: Likewise.
6484 * gdb.threads/interrupted-hand-call.exp: Likewise.
6485 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6486
6487 2016-06-10 Tom Tromey <tom@tromey.com>
6488
6489 PR rust/20110:
6490 * gdb.rust/expr.exp: Add test for integer constant larger than
6491 i32.
6492
6493 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6494
6495 * gdb.fortran/nested-funcs.exp: New.
6496 * gdb.fortran/nested-funcs.f90: New.
6497
6498 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6499
6500 * gdb.base/examine-backward.c: New file.
6501 * gdb.base/examine-backward.exp: New file.
6502
6503 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6504
6505 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6506 matching.
6507
6508 2016-06-02 Tom Tromey <tom@tromey.com>
6509
6510 PR python/18984:
6511 * gdb.python/py-shared.exp: Add solib_name test.
6512
6513 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6514
6515 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6516
6517 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6518
6519 PR c++/19893
6520 * gdb.dwarf2/implref.exp: Rename to...
6521 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6522 * gdb.dwarf2/implref-array.c: New file.
6523 * gdb.dwarf2/implref-array.exp: Likewise.
6524 * gdb.dwarf2/implref-global.c: Likewise.
6525 * gdb.dwarf2/implref-global.exp: Likewise.
6526 * gdb.dwarf2/implref-struct.c: Likewise.
6527 * gdb.dwarf2/implref-struct.exp: Likewise.
6528
6529 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6530
6531 * gdb.trace/trace-condition.exp: Add 64bit tests.
6532
6533 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6534
6535 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6536 bits types.
6537 (main): Adapt to 8 to 64 bits types.
6538 * gdb.trace/trace-condition.exp: Add new tests.
6539
6540 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6541
6542 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6543
6544 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6545
6546 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6547 Move condition tests...
6548 * gdb.trace/trace-condition.exp: Here.
6549
6550 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6551
6552 * gdb.trace/trace-condition.exp: Add counter-case tests.
6553
6554 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6555
6556 PR c++/15231
6557 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6558 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6559
6560 2016-05-27 Pedro Alves <palves@redhat.com>
6561
6562 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6563 New procedure.
6564 (top level): Call it, and bail out of DejaGnu is known to be bad.
6565
6566 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6567
6568 * gdb.base/whatis.c: Extend the test case.
6569 * gdb.base/whatis.exp: Add additional tests.
6570
6571 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6572
6573 * gdb.fortran/type.f90: Add pointer variable.
6574 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6575
6576 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6577
6578 * gdb.fortran/vla-type.exp: Fix testcase name.
6579
6580 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6581
6582 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6583
6584 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6585
6586 * gdb.fortran/type.f90: Add nested structures.
6587 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6588 * gdb.fortran/derived-type.exp: Adapt expected output.
6589 * gdb.fortran/vla-type.exp: Adapt expected output.
6590
6591 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6592
6593 * gdb.fortran/whatis_type.exp: Adapt expected output.
6594
6595 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6596
6597 * gdb.fortran/print_type.exp: Fix expected output.
6598 * gdb.fortran/whatis_type.exp: Fix expected output.
6599
6600 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6601
6602 * gdb.fortran/whatis_type.exp: Use multi_line.
6603
6604 2016-05-24 Tom Tromey <tom@tromey.com>
6605
6606 PR python/17386:
6607 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6608 use value as an index.
6609
6610 2016-05-23 Tom Tromey <tom@tromey.com>
6611
6612 PR python/17981:
6613 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6614 no-breakpoint case.
6615
6616 2016-05-24 Pedro Alves <palves@redhat.com>
6617
6618 PR gdb/19828
6619 * gdb.threads/clone-attach-detach.c: New file.
6620 * gdb.threads/clone-attach-detach.exp: New file.
6621
6622 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6623
6624 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6625
6626 2016-05-23 Tom Tromey <tom@tromey.com>
6627
6628 PR python/19438, PR python/18393:
6629 * gdb.python/py-progspace.exp: Add "dir" test.
6630 * gdb.python/py-objfile.exp: Add "dir" test.
6631
6632 2016-05-23 Yao Qi <yao.qi@linaro.org>
6633
6634 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6635 * gdb.arch/thumb2-it.exp: Likewise.
6636
6637 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6638
6639 * gdb.mi/mi-threads-interrupt.c: New file.
6640 * gdb.mi/mi-threads-interrupt.exp: New file.
6641
6642 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6643
6644 PR gdb/18077
6645 * gdb.mi/mi-async-run.exp: New file.
6646 * gdb.mi/mi-async-run.c: New file.
6647
6648 2016-05-17 Tom Tromey <tom@tromey.com>
6649 Manish Goregaokar <manishsmail@gmail.com>
6650
6651 * lib/rust-support.exp: New file.
6652 * lib/gdb.exp (skip_rust_tests): New proc.
6653 (build_executable_from_specs): Handle rust.
6654 * lib/future.exp (gdb_find_rustc): New proc.
6655 (gdb_default_target_compile): Handle rust.
6656 * gdb.rust/expr.exp: New file.
6657 * gdb.rust/generics.exp: New file.
6658 * gdb.rust/generics.rs: New file.
6659 * gdb.rust/methods.exp: New file.
6660 * gdb.rust/methods.rs: New file.
6661 * gdb.rust/modules.exp: New file.
6662 * gdb.rust/modules.rs: New file.
6663 * gdb.rust/simple.exp: New file.
6664 * gdb.rust/simple.rs: New file.
6665
6666 2016-05-17 Tom Tromey <tom@tromey.com>
6667
6668 * gdb.base/default.exp (set language): Add rust.
6669
6670 2016-05-17 Tom Tromey <tom@tromey.com>
6671
6672 * gdb.gdb/unittest.exp: New file.
6673
6674 2016-05-16 Yao Qi <yao.qi@linaro.org>
6675
6676 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6677 shell_prompt. Update shell_prompt_re.
6678
6679 2016-05-12 Doug Evans <dje@google.com>
6680
6681 PR symtab/19999
6682 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6683 $options when building executable.
6684 * gdb.dwarf2/fission-loclists-pie.S: New file.
6685 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6686
6687 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6688
6689 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6690 of [is_remote target],
6691
6692 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6693
6694 * lib/gdb.exp (use_gdb_stub): New procedure.
6695
6696 2016-05-03 Yunlian Jiang <yunlian@google.com>
6697 Doug Evans <dje@google.com>
6698
6699 PR symtab/19914
6700 * gdb.dwarf2/dwp-sepdebug.c: New file.
6701 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6702
6703 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6704
6705 * gdb.base/detach.exp: Remove is_remote check.
6706
6707 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6708
6709 * gdb.base/annota-input-while-running.exp: Don't check for
6710 [is_remote target]. Enable annotations after running to main.
6711 Remove unused "set test..." line.
6712
6713 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6714
6715 * gdb.trace/trace-enable-disable.exp: New file.
6716 * gdb.trace/trace-enable-disable.c: New file.
6717
6718 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6719
6720 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6721 use it in info sharedlibrary test.
6722 * gdb.trace/ftrace-lock.exp: Likewise.
6723 * gdb.trace/ftrace.exp: Likewise.
6724 * gdb.trace/range-stepping.exp: Likewise.
6725 * gdb.trace/trace-break.exp: Likewise.
6726 * gdb.trace/trace-condition.exp: Likewise.
6727 * gdb.trace/trace-mt.exp: Likewise.
6728
6729 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6730
6731 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6732 (gdb_load_shlib): ... this.
6733 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6734 gdb_load_shlib.
6735 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6736 * gdb.base/ctxobj.exp: Likewise.
6737 * gdb.base/dprintf-pending.exp: Likewise.
6738 * gdb.base/dso2dso.exp: Likewise.
6739 * gdb.base/fixsection.exp: Likewise.
6740 * gdb.base/gcore-relro.exp: Likewise.
6741 * gdb.base/gdb1555.exp: Likewise.
6742 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6743 * gdb.base/gnu-ifunc.exp: Likewise.
6744 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6745 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6746 * gdb.base/pending.exp: Likewise.
6747 * gdb.base/print-file-var.exp: Likewise.
6748 * gdb.base/print-symbol-loading.exp: Likewise.
6749 * gdb.base/shlib-call.exp: Likewise.
6750 * gdb.base/shreloc.exp: Likewise.
6751 * gdb.base/so-impl-ld.exp: Likewise.
6752 * gdb.base/solib-disc.exp: Likewise.
6753 * gdb.base/solib-nodir.exp: Likewise.
6754 * gdb.base/solib-overlap.exp: Likewise.
6755 * gdb.base/solib-symbol.exp: Likewise.
6756 * gdb.base/solib-weak.exp (do_test): Likewise.
6757 * gdb.base/sym-file.exp: Likewise.
6758 * gdb.base/symtab-search-order.exp: Likewise.
6759 * gdb.base/type-opaque.exp: Likewise.
6760 * gdb.base/unload.exp: Likewise.
6761 * gdb.base/watchpoint-solib.exp: Likewise.
6762 * gdb.compile/compile.exp: Likewise.
6763 * gdb.cp/gdb2384.exp: Likewise.
6764 * gdb.cp/infcall-dlopen.exp: Likewise.
6765 * gdb.cp/re-set-overloaded.exp: Likewise.
6766 * gdb.fortran/library-module.exp: Likewise.
6767 * gdb.opt/solib-intra-step.exp: Likewise.
6768 * gdb.python/py-finish-breakpoint.exp: Likewise.
6769 * gdb.python/py-shared.exp: Likewise.
6770 * gdb.reverse/solib-precsave.exp: Likewise.
6771 * gdb.reverse/solib-reverse.exp: Likewise.
6772 * gdb.server/solib-list.exp: Likewise.
6773 * gdb.threads/dlopen-libpthread.exp: Likewise.
6774 * gdb.threads/tls-shared.exp: Likewise.
6775 * gdb.threads/tls-so_extern.exp: Likewise.
6776 * gdb.trace/change-loc.exp: Likewise.
6777 * gdb.trace/ftrace-lock.exp: Likewise.
6778 * gdb.trace/ftrace.exp: Likewise.
6779 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6780 * gdb.trace/pending.exp: Likewise.
6781 * gdb.trace/range-stepping.exp: Likewise.
6782 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6783 (strace_info_marker): Likewise.
6784 (strace_probe_marker): Likewise.
6785 (strace_trace_on_same_addr): Likewise.
6786 (strace_trace_on_diff_addr): Likewise.
6787 * gdb.trace/trace-break.exp: Likewise.
6788 * gdb.trace/trace-condition.exp: Likewise.
6789 * gdb.trace/trace-mt.exp: Likewise.
6790
6791 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6792
6793 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6794 result of gdb_remote_download.
6795 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6796 * gdb.base/dso2dso.exp: Likewise.
6797 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6798 * gdb.base/print-file-var.exp: Likewise.
6799 * gdb.base/shlib-call.exp: Likewise.
6800 * gdb.base/shreloc.exp: Likewise.
6801 * gdb.base/solib-overlap.exp: Likewise.
6802 * gdb.base/solib-weak.exp (do_test): Likewise.
6803 * gdb.base/unload.exp: Likewise.
6804
6805 2016-04-27 Yao Qi <yao.qi@linaro.org>
6806
6807 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6808 exists.
6809
6810 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6811
6812 * vla-type.exp: Print structure from toplevel.
6813
6814 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6815
6816 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6817 of dynamic types.
6818 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6819 of dynamic types.
6820
6821 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6822
6823 * gdb.fortran/vla-type.f90: New file.
6824 * gdb.fortran/vla-type.exp: New file.
6825
6826 2016-04-25 Yao Qi <yao.qi@linaro.org>
6827
6828 * gdb.base/branch-to-self.c: New file.
6829 * gdb.base/branch-to-self.exp: New file.
6830
6831 2016-04-22 Yao Qi <yao.qi@linaro.org>
6832
6833 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6834 more after $hex.
6835
6836 2016-04-22 Yao Qi <yao.qi@linaro.org>
6837
6838 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6839 * gdb.base/annota3.exp: Likewise.
6840
6841 2016-04-22 Yao Qi <yao.qi@linaro.org>
6842
6843 * gdb.reverse/step-precsave.exp: Do one step and test program
6844 stops in "callee" and do multiple steps until program goes out
6845 of "callee".
6846 * gdb.reverse/step-reverse.exp: Likewise.
6847
6848 2016-04-22 Yao Qi <yao.qi@linaro.org>
6849
6850 * gdb.trace/signal.exp: Also pass if
6851 $tracepoint_hits($i) > $iterations.
6852
6853 2016-04-22 Yao Qi <yao.qi@linaro.org>
6854
6855 * gdb.trace/signal.c: New file.
6856 * gdb.trace/signal.exp: New file.
6857
6858 2016-04-19 Doug Evans <xdje42@gmail.com>
6859
6860 * gdb.base/bad-file.exp: New file.
6861
6862 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6863
6864 * gdb.dwarf2/implref.exp: New file.
6865
6866 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6867
6868 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6869 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6870 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6871 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6872 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6873 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6874 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6875 * lib/fortran.exp (fortran_int4): New procedure.
6876 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6877 (fortran_logical4): Likewise.
6878
6879 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6880
6881 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6882
6883 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6884
6885 * lib/compiler.c: Add Intel specific preprocessor macros.
6886 * lib/compiler.cc: Likewise.
6887
6888 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
6889
6890 * gdb.server/connect-with-no-symbol-file.c: New file.
6891 * gdb.server/connect-with-no-symbol-file.exp: New file.
6892
6893 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6894
6895 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6896
6897 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6898
6899 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6900 standard output directory.
6901
6902 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6903
6904 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6905
6906 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6907
6908 * gdb.btrace/instruction_history.c (loop): Add declaration.
6909
6910 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6911
6912 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6913
6914 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6915
6916 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6917 parentheses to print.
6918 (continue_handler): Likewise.
6919
6920 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6921
6922 * gdb.server/solib-list.exp: Remove is_remote check.
6923 Pass shlib= to gdb_compile. Don't link shared library with
6924 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6925 Run binary filename through "readlink -f" on the target.
6926
6927 2016-04-08 Pedro Alves <palves@redhat.com>
6928
6929 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6930 interpreter filename as argument to gdbserver_spawn.
6931 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6932 Return empty if $last_loaded_file does not exist.
6933
6934 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6935
6936 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6937 * gdb.base/jit-main.c: Use exit after usage.
6938
6939 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6940
6941 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6942 GDBHISTSIZE prior to the tests.
6943 * gdb.base/gdbinit-history.exp: Likewise.
6944
6945 2016-04-07 Pedro Alves <palves@redhat.com>
6946
6947 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6948 instead of build_executable. Use gdb_load_shlibs.
6949
6950 2016-04-07 Yao Qi <yao.qi@linaro.org>
6951
6952 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6953 Execute "si" command.
6954
6955 2016-04-07 Yao Qi <yao.qi@linaro.org>
6956
6957 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6958 number instead of the comments on some line.
6959
6960 2016-04-06 Don Breazeal <donb@codesourcery.com>
6961
6962 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6963 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6964
6965 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6966
6967 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6968 standard_output_file. Remove unused binfile variable.
6969
6970 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
6971
6972 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6973 * gdb.python/py-mi-objfile.exp: Match "list main" output
6974 in console format.
6975
6976 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6977
6978 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6979 absolute.
6980
6981 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6982
6983 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6984 absolute.
6985 * gdb.trace/ftrace.exp: Likewise.
6986 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6987 targets as well.
6988 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6989 (gdb_load_shlibs): Copy libraries to test directory when testing
6990 natively. Only set solib-search-path if testing remotely.
6991 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6992
6993 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6994
6995 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6996 gdb_download. Use it even if the target is not remote.
6997 * gdb.base/jit.exp (compile_jit_test): Likewise.
6998 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6999 output directory if the destination board is local, otherwise use
7000 the standard remote_download from DejaGnu.
7001 (gdb_download): Remove.
7002 (gdb_load_shlibs): Use gdb_remote_download instead of
7003 gdb_download.
7004 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
7005 Use gdb_remote_download instead of gdb_download. Use it even if
7006 the target is not remote.
7007 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
7008 instead of gdb_download.
7009
7010 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
7011
7012 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
7013 (test_insert_delete_modify): Call mi_load_shlibs before trying to
7014 run.
7015
7016 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
7017
7018 PR gdb/19820
7019 * gdb.base/printcmds.exp: Add artificial arrays tests.
7020
7021 2016-03-31 Pedro Alves <palves@redhat.com>
7022
7023 PR gdb/19858
7024 * gdb.base/jit-main.c: Include unistd.h.
7025 (ATTACH): Define to 0 if not already defined.
7026 (wait_for_gdb, mypid): New globals.
7027 (WAIT_FOR_GDB): New macro.
7028 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7029 some breakpoint locations.
7030 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7031 New procedures.
7032 (one_jit_test): Add REATTACH parameter, and handle it. Use
7033 continue_to_test_location.
7034 (top level): Test attach, and adjusts calls to one_jit_test.
7035
7036 2016-03-31 Pedro Alves <palves@redhat.com>
7037
7038 PR gdb/19858
7039 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7040 BINSUFFIX parameter, and handle it.
7041 (top level): Adjust calls compile_jit_test.
7042
7043 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
7044
7045 PR python/19743
7046 * gdb.python/py-mi-events-gdb.py: New file.
7047 * gdb.python/py-mi-events.c: New file.
7048 * gdb.python/py-mi-events.exp: New file.
7049
7050 2016-03-30 Yao Qi <yao.qi@linaro.org>
7051
7052 * gdb.reverse/until-precsave.exp: Match function name only.
7053 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7054 Move malloc to a condition block.
7055 * gdb.reverse/until-reverse.exp: Match function name only.
7056
7057 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7058
7059 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7060 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7061 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7062 variable for GPR 0 instead of assuming it is register 0.
7063 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7064 * lib/trace-support.exp: Add s390 registers.
7065
7066 2016-03-29 Yao Qi <yao.qi@linaro.org>
7067
7068 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7069
7070 2016-03-24 Yao Qi <yao.qi@linaro.org>
7071
7072 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7073 test message.
7074
7075 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7076
7077 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7078 maintaining separate logic for constructing the output path.
7079
7080 2016-03-16 Don Breazeal <donb@codesourcery.com>
7081
7082 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7083 Retry fork and waitpid on interrupted system call errors.
7084 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7085 Use with_timeout_factor to increase timeout by factor of 10.
7086
7087 2016-03-15 Don Breazeal <donb@codesourcery.com>
7088
7089 * gdb.cp/scope-err.cc: New test program.
7090 * gdb.cp/scope-err.exp: New test script.
7091 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7092 lines and "set breakpoint here" comment.
7093 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7094 Fixed some whitespace and format issues.
7095 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7096 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7097
7098 2016-03-15 Doug Evans <dje@google.com>
7099
7100 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7101 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7102 All callers updated. Add tests for enums, mixed flags register.
7103
7104 2016-03-15 Doug Evans <dje@google.com>
7105
7106 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7107 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7108
7109 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7110
7111 * gdb.base/default.exp: Add $_as_string to the list of expected
7112 convenience functions.
7113
7114 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7115
7116 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7117
7118 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7119
7120 * gdb.python/py-as-string.exp: New file.
7121 * gdb.python/py-as-string.c: New file.
7122
7123 2016-03-09 Pedro Alves <palves@redhat.com>
7124
7125 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7126 signal" -> "Thread NN received signal" output change.
7127 * gdb.threads/ia64-sigill.exp: Likewise.
7128 * gdb.threads/linux-dp.exp: Likewise.
7129 * gdb.threads/manythreads.exp: Likewise.
7130 * gdb.threads/pending-step.exp: Likewise.
7131 * gdb.threads/print-threads.exp: Likewise.
7132 * gdb.threads/sigstep-threads.exp: Likewise.
7133 * gdb.threads/staticthreads.exp: Likewise.
7134 * gdb.threads/tls.exp: Likewise.
7135
7136 2016-03-09 Pedro Alves <palves@redhat.com>
7137
7138 * gdb.base/command-line-input.exp: New file.
7139
7140 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7141
7142 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7143 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7144 * gdb.trace/pending.exp: Accept leading dot before function name.
7145 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7146 * lib/trace-support.exp: Set registers for ppc.
7147
7148 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7149
7150 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7151 use it for disassembly; accept .main in addition to main in backtrace.
7152
7153 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
7154 Marcin Kościelnicki <koriakin@0x04.net>
7155
7156 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7157 (gdb_recursion_test_ptr): New global variable.
7158 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7159 gdb_recursion_test.
7160 (gdb_c_test): Ditto.
7161
7162 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7163
7164 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7165 ordering.
7166
7167 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7168
7169 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7170 (bar): Add bar_start_lbl label.
7171 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7172 of foo/bar for emitting DWARF and tracing.
7173
7174 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7175
7176 * analyze-racy-logs.py: Set executable bit.
7177
7178 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7179
7180 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7181 (CHECK_TARGET_TMP): Likewise.
7182 (check-single-racy): New rule.
7183 (check-parallel-racy): Likewise.
7184 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7185 (do-check-parallel-racy): New rule.
7186 (check-racy/%.exp): Likewise.
7187 * README (Racy testcases): New section.
7188 * analyze-racy-logs.py: New file.
7189
7190 2016-03-03 Doug Evans <dje@google.com>
7191
7192 * gdb.base/skip.exp: Use with_test_prefix.
7193
7194 2016-03-03 Yao Qi <yao.qi@linaro.org>
7195
7196 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7197 Invoke step_over_syscall "clone" and break_cond_on_syscall
7198 "clone".
7199 * gdb.base/step-over-clone.c: New file.
7200
7201 2016-03-03 Yao Qi <yao.qi@linaro.org>
7202
7203 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7204 code format.
7205
7206 2016-03-03 Yao Qi <yao.qi@linaro.org>
7207
7208 * gdb.base/disp-step-fork.c: Rename to ...
7209 * gdb.base/step-over-fork.c: ... it. New file.
7210 * gdb.base/disp-step-vfork.c: Rename to ...
7211 * gdb.base/step-over-vfork.c: ... it. New file.
7212 * gdb.base/disp-step-syscall.exp: Rename to ...
7213 * gdb.base/step-over-syscall.exp: ... it. New file.
7214 (disp_step_cross_syscall): Rename to ...
7215 (step_over_syscall): ... it.
7216
7217 2016-03-03 Yao Qi <yao.qi@linaro.org>
7218
7219 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7220 If target supports condition evaluation on target, invoke
7221 break_cond_on_syscall for fork and vfork.
7222
7223 2016-03-03 Yao Qi <yao.qi@linaro.org>
7224
7225 * gdb.base/disp-step-syscall.exp: Don't invoke
7226 support_displaced_stepping.
7227 (disp_step_cross_syscall): Test with displaced stepping off and
7228 on if supported.
7229
7230 2016-03-03 Yao Qi <yao.qi@linaro.org>
7231
7232 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7233 proc.
7234 (setup): New proc.
7235 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7236 and setup.
7237
7238 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7239
7240 * gdb.fortran/vla-history.exp: Remove breakpoint.
7241
7242 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7243
7244 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7245 exceeds timeout.
7246
7247 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7248
7249 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7250 breakpoint.
7251
7252 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7253
7254 * gdb.mi/vla.f90: Nullify pointer after declaration.
7255
7256 2016-03-01 Pedro Alves <palves@redhat.com>
7257
7258 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7259
7260 2016-03-01 Pedro Alves <palves@redhat.com>
7261
7262 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7263 before anything else.
7264 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7265 _GNU_SOURCE here.
7266 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7267 before anything else.
7268 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7269
7270 2016-03-01 Pedro Alves <palves@redhat.com>
7271
7272 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7273
7274 2016-03-01 Yao Qi <yao.qi@linaro.org>
7275
7276 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7277 prepare_for_testing.
7278
7279 2016-03-01 Yao Qi <yao.qi@linaro.org>
7280
7281 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7282
7283 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7284
7285 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7286 manually constructing the output path.
7287
7288 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7289
7290 * gdb.arch/s390-stackless.S: New.
7291 * gdb.arch/s390-stackless.exp: New.
7292
7293 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7294
7295 * gdb.dlang/circular.c: New file.
7296 * gdb.dlang/circular.exp: New file.
7297
7298 2016-02-26 Yao Qi <yao.qi@linaro.org>
7299
7300 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7301 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7302 (testcases): Update.
7303
7304 2016-02-26 Yao Qi <yao.qi@linaro.org>
7305
7306 * gdb.reverse/aarch64.c: Rename to ...
7307 * gdb.reverse/insn-reverse.c: ... it.
7308 * gdb.reverse/aarch64.exp: Rename to ...
7309 * gdb.reverse/insn-reverse.exp: ... it.
7310
7311 2016-02-26 Yao Qi <yao.qi@linaro.org>
7312
7313 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7314 (testcase_ftype): New.
7315 (testcases): New array.
7316 (n_testcases): New.
7317 (main): Call each element in testcases.
7318 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7319 (read_testcase): New.
7320 Do the tests in a loop.
7321
7322 2016-02-25 Yao Qi <yao.qi@linaro.org>
7323
7324 * gdb.base/branches.c: Remove.
7325
7326 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7327
7328 PR gdb/13808
7329 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7330
7331 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7332
7333 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7334
7335 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7336
7337 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7338 change x86_64 call_insn to 'callq'.
7339
7340 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7341
7342 * gdb.trace/tfile-avx.c: Move to...
7343 * gdb.trace/tracefile-pseudo-reg.c: Here.
7344 * gdb.trace/tfile-avx.exp: Move to...
7345 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7346
7347 2016-02-24 Gary Benson <gbenson@redhat.com>
7348
7349 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7350 message on attach.
7351
7352 2016-02-23 Doug Evans <dje@google.com>
7353
7354 * gdb.base/skip.c (test_skip): New function.
7355 (end_test_skip_file_and_function): New function.
7356 (test_skip_file_and_function): New function.
7357 * gdb.base/skip1.c (test_skip): New function.
7358 (skip1_test_skip_file_and_function): New function.
7359 * gdb.base/skip.exp: Add tests for new skip options.
7360 * gdb.base/skip-solib.exp: Update expected output.
7361 * gdb.perf/skip-command.cc: New file.
7362 * gdb.perf/skip-command.exp: New file.
7363 * gdb.perf/skip-command.py: New file.
7364
7365 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7366
7367 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7368 info registers pattern.
7369
7370 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7371
7372 * lib/future.exp: Add D support.
7373 (gdb_find_gdc): New proc.
7374 (gdb_default_target_compile): Add D support.
7375
7376 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
7377
7378 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7379 user+system time.
7380 (trace_speed_test): Determine the iteration count for a time
7381 between 15..30 seconds.
7382
7383 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7384
7385 * gdb.arch/i386-mpx-sigsegv.c: New file.
7386 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7387 * gdb.arch/i386-mpx-simple_segv.c: New file.
7388 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7389
7390 2016-02-18 Yao Qi <yao.qi@linaro.org>
7391
7392 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7393 Don't call setup_kfail.
7394
7395 2016-02-18 Yao Qi <yao.qi@linaro.org>
7396
7397 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7398 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7399
7400 2016-02-16 Doug Evans <dje@google.com>
7401
7402 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7403 * gdb.base/skip1.c: Ditto.
7404 * gdb.base/skip.exp: Whitespace cleanup.
7405
7406 2016-02-16 Don Breazeal <donb@codesourcery.com>
7407
7408 PR remote/19496
7409 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7410 Remove kfail for PR remote/19496.
7411
7412 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7413
7414 * lib/gdb.exp (standard_temp_file): Return a path specific to
7415 the runtest invocation.
7416
7417 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7418
7419 * gdb.trace/save-trace.exp: Change relative path to be in the
7420 standard output directory.
7421
7422 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7423
7424 * gdb.arch/i386-prologue.c: Add missing prototypes.
7425
7426 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7427
7428 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7429 * gdb.arch/i386-prologue.exp: Likewise.
7430 * gdb.arch/i386-size.exp: Likewise.
7431
7432 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7433
7434 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7435 define object file path.
7436 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7437 file path.
7438 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7439 standard_output_file to define binfile.
7440
7441 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7442
7443 Fix compatibility with recent gfortran-5.3.1.
7444 * gdb.fortran/vla-history.exp (print vla1 allocated)
7445 (print vla2 allocated, print $2, print $3): Remove
7446 (print $4): Rename to ...
7447 (print $2): ... here.
7448 (print $9): Rename to ...
7449 (print $5): ... here.
7450 (print $10): Rename to ...
7451 (print $6): ... here.
7452 * gdb.fortran/vla.f90: Add pvla initialization.
7453
7454 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7455
7456 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7457 New test.
7458 * gdb.fortran/vla-value-sub.exp: Likewise.
7459
7460 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7461
7462 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7463
7464 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7465
7466 * i386-biarch-core.exp: Define corefile using
7467 standard_output_file.
7468
7469 2016-02-12 Yao Qi <yao.qi@linaro.org>
7470
7471 * gdb.arch/arm-single-step-kernel-helper.c: New.
7472 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7473
7474 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7475
7476 * gdb.btrace/tailcall-only.exp: New.
7477 * gdb.btrace/tailcall-only.c: New.
7478 * gdb.btrace/x86_64-tailcall-only.S: New.
7479 * gdb.btrace/i686-tailcall-only.S: New.
7480
7481 2016-02-11 Pedro Alves <palves@redhat.com>
7482
7483 * README (Parallel testing): Add missing double quotes.
7484
7485 2016-02-11 Pedro Alves <palves@redhat.com>
7486
7487 * README (Parallel testing): New section.
7488 (GDB_PARALLEL): Rewrite.
7489 (FORCE_PARALLEL): Document.
7490
7491 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7492
7493 * gdb.trace/tfile-avx.c: New test.
7494 * gdb.trace/tfile-avx.exp: New test.
7495
7496 2016-02-09 Keith Seitz <keiths@redhat.com>
7497
7498 PR breakpoints/19546
7499 * gdb.base/infcall-exec.c: New file.
7500 * gdb.base/infcall-exec2.c: New file.
7501 * gdb.base/infcall-exec.exp: New file.
7502
7503 2016-02-09 Keith Seitz <keiths@redhat.com>
7504
7505 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7506 (toplevel): Call test_bkpt_address.
7507
7508 2016-02-09 Keith Seitz <keiths@redhat.com>
7509
7510 PR python/19506
7511 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7512 (toplevel): Call test_bkpt_address.
7513
7514 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7515
7516 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7517 to AC_OUTPUT.
7518 * configure: Regenerate.
7519
7520 2016-02-09 Pedro Alves <palves@redhat.com>
7521
7522 PR breakpoints/19548
7523 * gdb.base/execl-update-breakpoints.c (some_function): New
7524 function.
7525 (main): Call it.
7526 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7527 Tighten expected GDB output.
7528
7529 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7530
7531 * Makefile.in (ALL_SUBDIRS): Remove.
7532 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7533 (distclean maintainer-clean realclean): Likewise.
7534 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7535 * configure: Regenerate.
7536 * gdb.ada/Makefile.in: Delete.
7537 * gdb.arch/Makefile.in: Likewise.
7538 * gdb.asm/Makefile.in: Likewise.
7539 * gdb.base/Makefile.in: Likewise.
7540 * gdb.btrace/Makefile.in: Likewise.
7541 * gdb.cell/Makefile.in: Likewise.
7542 * gdb.compile/Makefile.in: Likewise.
7543 * gdb.cp/Makefile.in: Likewise.
7544 * gdb.disasm/Makefile.in: Likewise.
7545 * gdb.dlang/Makefile.in: Likewise.
7546 * gdb.dwarf2/Makefile.in: Likewise.
7547 * gdb.fortran/Makefile.in: Likewise.
7548 * gdb.gdb/Makefile.in: Likewise.
7549 * gdb.go/Makefile.in: Likewise.
7550 * gdb.guile/Makefile.in: Likewise.
7551 * gdb.java/Makefile.in: Likewise.
7552 * gdb.linespec/Makefile.in: Likewise.
7553 * gdb.mi/Makefile.in: Likewise.
7554 * gdb.modula2/Makefile.in: Likewise.
7555 * gdb.multi/Makefile.in: Likewise.
7556 * gdb.objc/Makefile.in: Likewise.
7557 * gdb.opencl/Makefile.in: Likewise.
7558 * gdb.opt/Makefile.in: Likewise.
7559 * gdb.pascal/Makefile.in: Likewise.
7560 * gdb.perf/Makefile.in: Likewise.
7561 * gdb.python/Makefile.in: Likewise.
7562 * gdb.reverse/Makefile.in: Likewise.
7563 * gdb.server/Makefile.in: Likewise.
7564 * gdb.stabs/Makefile.in: Likewise.
7565 * gdb.threads/Makefile.in: Likewise.
7566 * gdb.trace/Makefile.in: Likewise.
7567 * gdb.xml/Makefile.in: Likewise.
7568 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7569 GDB_PARALLEL.
7570 (standard_output_file): Remove check for GDB_PARALLEL, always
7571 return path in outputs/$subdir/$testname.
7572
7573 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7574
7575 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7576 (site.exp): Assign abs_srcdir to tcl's srcdir.
7577
7578 2016-02-04 Yao Qi <yao.qi@linaro.org>
7579
7580 * gdb.base/foll-exec-mode.c: Include limits.h.
7581 (main): Add parameters argc and argv. Get directory from
7582 argv[0].
7583 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7584 compilation.
7585 * gdb.base/foll-exec.c: Include limits.h.
7586 (main): Add parameters argc and argv.
7587 Get directory from argv[0].
7588 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7589 Adjust tests on the number of lines as source code changed.
7590 * gdb.base/foll-vfork-exit.c: Include limits.h.
7591 (main): Add one line of statement before vfork.
7592 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7593 (main): Add parameters argc and argv. Get directory from
7594 argv[0].
7595 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7596 (setup_gdb): Set tbreak to skip some source lines.
7597 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7598 (main): Add parameters argc and argv. Get directory from
7599 argv[0].
7600 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7601 compilation.
7602 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7603 (main): Add parameters argc and argv. Get directory from
7604 argv[0].
7605 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7606 compilation.
7607
7608 2016-02-01 Doug Evans <dje@google.com>
7609
7610 * gdb.base/skip.exp: Clean up multiple references to same test name.
7611
7612 2016-02-01 Pedro Alves <palves@redhat.com>
7613
7614 PR remote/19496
7615 * gdb.threads/forking-threads-plus-breakpoint.exp
7616 (displaced_stepping_supported): New global.
7617 (probe_displaced_stepping_support): New procedure.
7618 (do_test): Add 'displaced' parameter, and use it.
7619 (top level): Check for displaced stepping support. Add displaced
7620 stepping on/off testing axis.
7621
7622 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7623
7624 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7625 pointer. Don't perform further tests on the unassociated pointer
7626 if the first test fails.
7627
7628 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7629
7630 * gdb.base/max-value-size.c: New file.
7631 * gdb.base/max-value-size.exp: New file.
7632 * gdb.base/huge.exp: Disable max-value-size for this test.
7633
7634 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7635
7636 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7637
7638 2016-01-28 Yao Qi <yao.qi@linaro.org>
7639
7640 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7641
7642 2016-01-25 Pedro Alves <palves@redhat.com>
7643
7644 PR threads/19461
7645 * gdb.base/fork-running-state.c: New file.
7646 * gdb.base/fork-running-state.exp: New file.
7647
7648 2016-01-25 Pedro Alves <palves@redhat.com>
7649
7650 PR gdb/19494
7651 * gdb.base/catch-fork-kill.c: New file.
7652 * gdb.base/catch-fork-kill.exp: New file.
7653
7654 2016-01-25 Pedro Alves <palves@redhat.com>
7655
7656 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7657 Delete, moved to lib/gdb.exp.
7658 * gdb.threads/forking-threads-plus-breakpoint.exp
7659 (foreach_with_prefix): Likewise.
7660 * gdb.threads/process-dies-while-handling-bp.exp
7661 (foreach_with_prefix): Likewise.
7662 * lib/gdb.exp (foreach_with_prefix): New procedure.
7663
7664 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7665
7666 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7667 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7668
7669 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7670
7671 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7672 endian targets.
7673
7674 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7675 Pedro Alves <palves@redhat.com>
7676
7677 Fix testsuite compatibility with Guile.
7678 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7679 number.
7680
7681 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7682
7683 Fix testsuite compatibility with Guile.
7684 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7685 (thread 1): New test for backtrace through signal handler.
7686
7687 2016-01-22 Yao Qi <yao.qi@linaro.org>
7688
7689 PR testsuite/19491
7690 * gdb.base/multi-forks.c: Include
7691 ../lib/unbuffer_output.c
7692 (main): Call gdb_unbuffer_output.
7693
7694 2016-01-21 Doug Evans <dje@google.com>
7695
7696 * lib/ada.exp (gdb_compile_ada): Fix typo.
7697
7698 2016-01-21 Joel Brobecker <brobecker@adacore.com>
7699
7700 * gdb.base/break-fun-addr.exp: New file.
7701 * gdb.base/break-fun-addr1.c: New file.
7702 * gdb.base/break-fun-addr2.c: New file.
7703
7704 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7705
7706 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7707 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7708 enum flag values.
7709
7710 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7711
7712 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7713 when GDB can not set the vector return value. Add more comments
7714 for clarification.
7715
7716 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7717
7718 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7719 command.
7720
7721 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7722
7723 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7724
7725 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7726
7727 * Makefile.in (check-single): Pass --status to runtest.
7728 (check/%.exp): Likewise.
7729
7730 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7731
7732 * Makefile.in (check-parallel): Propagate return code from make
7733 do-check-parallel.
7734
7735 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7736
7737 * gdb.trace/ftrace.exp: Fix expected message on continue.
7738 * gdb.trace/pending.exp: Fix expected message on continue.
7739 * gdb.trace/trace-break.exp: Fix expected message on continue.
7740
7741 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7742
7743 * lib/gdb.exp (gdb_test): Remove unused global references.
7744
7745 2016-01-18 Pedro Alves <palves@redhat.com>
7746
7747 * gdb.base/async-shell.exp: Adjust expected output.
7748 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7749 * gdb.base/siginfo-thread.exp: Adjust expected output.
7750 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7751 * gdb.java/jnpe.exp: Adjust expected output.
7752 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7753 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7754 * gdb.threads/leader-exit.exp: Adjust expected output.
7755 * gdb.threads/manythreads.exp: Adjust expected output.
7756 * gdb.threads/pthreads.exp: Adjust expected output.
7757 * gdb.threads/schedlock.exp: Adjust expected output.
7758 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7759 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7760 expected output.
7761 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7762 output.
7763 * gdb.threads/sigthread.exp: Adjust expected output.
7764 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7765
7766 2016-01-18 Yao Qi <yao.qi@linaro.org>
7767
7768 * gdb.guile/scm-section-script.c: Replace @progbits with
7769 %progbits.
7770 * gdb.python/py-section-script.c: Likewise.
7771
7772 2016-01-15 Pedro Alves <palves@redhat.com>
7773
7774 * gdb.multi/tids.exp: Test star wildcard ranges.
7775
7776 2016-01-15 Pedro Alves <palves@redhat.com>
7777
7778 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7779 command from "thread apply" invocation.
7780 (thr_apply_info_thr_invalid): Default the expected output to the
7781 input tid list.
7782 (top level): Add tests that use convenience variables. Add tests
7783 for "thread apply" with a valid TID list, but missing the command.
7784
7785 2016-01-13 Pedro Alves <palves@redhat.com>
7786
7787 * gdb.base/default.exp: Expect $_gthread as well.
7788 * gdb.multi/tids.exp: Test $_gthread.
7789 * gdb.threads/thread-specific.exp: Test $_gthread.
7790
7791 2016-01-13 Pedro Alves <palves@redhat.com>
7792
7793 * gdb.multi/tids.exp: Test "info threads -gid".
7794
7795 2016-01-13 Pedro Alves <palves@redhat.com>
7796
7797 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7798 Breakpoint.thread.
7799 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7800
7801 2016-01-07 Pedro Alves <palves@redhat.com>
7802
7803 * gdb.base/break.exp: Adjust to output changes.
7804 * gdb.base/hbreak2.exp: Likewise.
7805 * gdb.base/sepdebug.exp: Likewise.
7806 * gdb.base/watch_thread_num.exp: Likewise.
7807 * gdb.linespec/keywords.exp: Likewise.
7808 * gdb.multi/info-threads.exp: Likewise.
7809 * gdb.threads/thread-find.exp: Likewise.
7810 * gdb.multi/tids.c: New file.
7811 * gdb.multi/tids.exp: New file.
7812
7813 2016-01-13 Pedro Alves <palves@redhat.com>
7814
7815 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7816
7817 2016-01-13 Pedro Alves <palves@redhat.com>
7818
7819 * gdb.base/default.exp: Expect $_inferior as well.
7820 * gdb.multi/base.exp: Test $_inferior.
7821
7822 2016-01-13 Pedro Alves <palves@redhat.com>
7823
7824 PR breakpoints/19388
7825 * gdb.base/catch-signal-siginfo-cond.c: New file.
7826 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7827
7828 2016-01-12 Josh Stone <jistone@redhat.com>
7829 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7830
7831 * gdb.base/catch-syscall.c (do_execve): New variable.
7832 (main): Conditionally trigger an execve.
7833 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7834 (test_catch_syscall_execve): New, check entry/return across execve.
7835 (do_syscall_tests): Call test_catch_syscall_execve.
7836
7837 2016-01-12 Pedro Alves <palves@redhat.com>
7838
7839 * gdb.base/random-signal.exp (do_test): New procedure, with body
7840 of testcase moved in.
7841
7842 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7843 Pedro Alves <palves@redhat.com>
7844
7845 * gdb.base/funcargs.exp (finish from indirectly called function):
7846 Reintroduce the case for 'First'.
7847
7848 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7849 Pedro Alves <palves@redhat.com>
7850
7851 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7852 (tcatch_vfork_then_child_follow_exec)
7853 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7854 identification.
7855
7856 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7857
7858 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7859 and repeats to unlimited.
7860 * gdb.python/py-value.exp: Likewise.
7861 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7862 and repeats to unlimited.
7863
7864 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7865
7866 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7867 and reordering the functions.
7868 * gdb.multi/hangout.c: Likewise.
7869 * gdb.multi/hello.c: Likewise.
7870
7871 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7872
7873 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7874 absolute.
7875 (SingleStatisticTestResult.report): Use dict.keys instead of
7876 dict.iterkeys.
7877
7878 2016-01-06 Pedro Alves <palves@redhat.com>
7879
7880 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7881
7882 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7883
7884 * gdb.btrace/dlopen.exp: New.
7885 * gdb.btrace/dlopen.c: New.
7886 * gdb.btrace/dlopen-dso.c: New.
7887
7888 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7889
7890 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7891 PATTERN argument is optional.
7892
7893 2015-12-24 Joel Brobecker <brobecker@adacore.com>
7894
7895 * lib/ada.exp (target_compile_ada_from_dir): New function.
7896 (gdb_compile_ada): Reimplement avoiding the use of project files.
7897 * gdb.ada/gnat_ada.gpr: Delete.
7898 * gdb.ada/cond_lang.exp: Adjust test to make path before
7899 filename optional.
7900 * gdb.ada/small_reg_param.exp: Likewise.
7901
7902 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7903
7904 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7905
7906 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7907
7908 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7909 case.
7910
7911 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7912
7913 * gdb.base/break.exp: Remove dead code.
7914 * gdb.base/sepdebug.exp: Likewise.
7915
7916 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7917
7918 * gdb.asm/asm-source.exp: Remove HP-UX references.
7919 * gdb.base/annota1.exp: Likewise.
7920 * gdb.base/annota3.exp: Likewise.
7921 * gdb.base/attach.exp: Likewise.
7922 * gdb.base/bigcore.exp: Likewise.
7923 * gdb.base/break.exp: Likewise.
7924 * gdb.base/call-ar-st.exp: Likewise.
7925 * gdb.base/callfuncs.exp: Likewise.
7926 * gdb.base/catch-fork-static.exp: Likewise.
7927 * gdb.base/display.exp: Likewise.
7928 * gdb.base/foll-exec-mode.exp: Likewise.
7929 * gdb.base/foll-exec.exp: Likewise.
7930 * gdb.base/foll-fork.exp: Likewise.
7931 * gdb.base/foll-vfork.exp: Likewise.
7932 * gdb.base/funcargs.exp: Likewise.
7933 * gdb.base/hbreak2.exp: Likewise.
7934 * gdb.base/inferior-died.exp: Likewise.
7935 * gdb.base/interrupt.exp: Likewise.
7936 * gdb.base/multi-forks.exp: Likewise.
7937 * gdb.base/nodebug.exp: Likewise.
7938 * gdb.base/sepdebug.exp: Likewise.
7939 * gdb.base/solib1.c: Likewise.
7940 * gdb.base/step-test.exp: Likewise.
7941 * gdb.mi/non-stop.c: Likewise.
7942 * gdb.mi/pthreads.c: Likewise.
7943 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7944 * gdb.threads/pthreads.c: Likewise.
7945 * gdb.threads/staticthreads.exp: Likewise.
7946 * lib/future.exp: Likewise.
7947 * lib/gdb.exp: Likewise.
7948 * gdb.base/so-indr-cl.c: Remove.
7949 * gdb.base/so-indr-cl.exp: Likewise.
7950 * gdb.base/solib.c: Likewise.
7951 * gdb.base/solib.exp: Likewise.
7952 * gdb.base/solib2.c: Likewise.
7953
7954 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7955
7956 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7957 * gdb.base/call-ar-st.exp: Likewise.
7958 * gdb.base/callfuncs.exp: Likewise.
7959 * gdb.base/condbreak.exp: Likewise.
7960 * gdb.base/constvars.exp: Likewise.
7961 * gdb.base/hbreak2.exp: Likewise.
7962 * gdb.base/langs.exp: Likewise.
7963 * gdb.base/list.exp: Likewise.
7964 * gdb.base/long_long.exp: Likewise.
7965 * gdb.base/ptype.exp: Likewise.
7966 * gdb.base/scope.exp: Likewise.
7967 * gdb.base/signals.exp: Likewise.
7968 * gdb.base/so-impl-ld.exp: Likewise.
7969 * gdb.base/varargs.exp: Likewise.
7970 * gdb.base/volatile.exp: Likewise.
7971 * gdb.base/whatis.exp: Likewise.
7972 * gdb.cp/cplusfuncs.exp: Likewise.
7973 * gdb.cp/inherit.exp: Likewise.
7974 * gdb.cp/local.exp: Likewise.
7975 * gdb.cp/member-ptr.exp: Likewise.
7976 * gdb.cp/method.exp: Likewise.
7977 * gdb.cp/overload.exp: Likewise.
7978 * gdb.cp/templates.exp: Likewise.
7979 * gdb.stabs/weird.exp: Likewise.
7980 * lib/compiler.c: Likewise.
7981 * lib/compiler.cc: Likewise.
7982 * lib/cp-support.exp: Likewise.
7983 * lib/gdb.exp: Likewise.
7984
7985 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7986
7987 * configure.ac: Remove HP-UX case.
7988 * configure: Regenerate.
7989
7990 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7991
7992 * lib/gdb.exp (gdb_compile): Add function doc.
7993
7994 2015-12-17 Pedro Alves <palves@redhat.com>
7995
7996 PR threads/19354
7997 * gdb.multi/info-threads.exp: New file.
7998
7999 2015-12-15 Yao Qi <yao.qi@linaro.org>
8000
8001 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
8002 is aarch64*-*-*.
8003
8004 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8005
8006 * gdb.base/history-duplicates.exp: Skip if no readline support.
8007
8008 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8009
8010 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
8011
8012 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8013
8014 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
8015
8016 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
8017
8018 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8019 ctrl-C if nointerrupts target property is set.
8020 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8021 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8022 * gdb.base/paginate-bg-execution.exp: Likewise.
8023 * gdb.base/paginate-execution-startup.exp: Likewise.
8024 * gdb.base/random-signal.exp: Likewise.
8025 * gdb.base/range-stepping.exp: Likewise.
8026 * gdb.cp/annota2.exp: Likewise.
8027 * gdb.cp/annota3.exp: Likewise.
8028 * gdb.gdb/selftest.exp: Likewise.
8029 * gdb.threads/continue-pending-status.exp: Likewise.
8030 * gdb.threads/leader-exit.exp: Likewise.
8031 * gdb.threads/manythreads.exp: Likewise.
8032 * gdb.threads/pthreads.exp: Likewise.
8033 * gdb.threads/schedlock.exp: Likewise.
8034 * gdb.threads/sigthread.exp: Likewise.
8035
8036 2015-12-11 Don Breazeal <donb@codesourcery.com>
8037
8038 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8039 remote.
8040 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8041 * gdb.base/foll-exec.exp (main): Enable for target remote.
8042 * gdb.base/foll-fork.exp (main): Likewise.
8043 * gdb.base/foll-vfork.exp (main): Likewise.
8044 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8045 (proc continue_to_exit_bp_loc): Use clean_restart.
8046 * gdb.base/pie-execl.exp (main): Disable for target remote.
8047 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8048 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8049 * gdb.threads/execl.exp (main): Likewise.
8050 * gdb.threads/fork-child-threads.exp (main): Likewise.
8051 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8052 remote.
8053 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8054 remote.
8055 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8056 pid.tid style ptids, instead of just tid.
8057 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8058 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8059 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8060 ptids, instead of just tid.
8061
8062 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8063
8064 * gdb.base/list.exp (test_list_forward): Add end of file error
8065 test.
8066 (test_repeat_list_command): Add end of file error test.
8067 (test_list_backwards): Add beginning of file error test.
8068
8069 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8070
8071 * gdb.base/list.exp (test_list_invalid_args): New function,
8072 defined, and called.
8073
8074 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8075
8076 * gdb.base/list.exp (test_list): Make test names unique.
8077
8078 2015-12-11 Yao Qi <yao.qi@linaro.org>
8079
8080 * gdb.base/coremaker2.c: Remove.
8081
8082 2015-12-10 Pedro Alves <palves@redhat.com>
8083
8084 * gdb.multi/base.exp: Remove stale "spaces" references.
8085
8086 2015-12-10 Pedro Alves <palves@redhat.com>
8087
8088 * gdb.multi/base.exp: Don't use nowarnings.
8089 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8090 * gdb.multi/hangout.c: Include stdio.h.
8091 * gdb.multi/hello.c: Include stdlib.h.
8092 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8093 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8094 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8095
8096 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8097
8098 * gdb.dwarf2/dw2-ranges-base.c: New file.
8099 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8100 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8101 support additional line table, and debug ranges generation.
8102 (Dwarf::ranges): New function, generate .debug_ranges.
8103 (Dwarf::lines): Support generating simple line table programs.
8104 (Dwarf::assemble): Initialise new namespace variables.
8105
8106 2015-12-09 Kevin Buettner <kevinb@redhat.com>
8107
8108 * gdb.base/async.exp (proc test_background): Add case for
8109 asynchronous execution not supported.
8110
8111 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
8112
8113 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8114 format and change test names to make them unique.
8115
8116 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8117 Pedro Alves <pedro@redhat.com>
8118
8119 PR gdb/18702
8120 Add checking of floatformats setup on x86_64 hosts.
8121 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8122 (smallval, bigval): New labels/constants.
8123 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8124 float" after loading bigval and smallval.
8125
8126 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8127
8128 * gdb.ada/fun_overload_menu.exp: New testcase.
8129 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8130
8131 2015-12-04 Josh Stone <jistone@redhat.com>
8132
8133 * gdb.base/catch-fork-static.exp: New.
8134
8135 2015-12-03 Yao Qi <yao.qi@linaro.org>
8136
8137 * gdb.base/sizeof.c: Don't include stdio.h and
8138 ../lib/unbuffer_output.c.
8139 (main): New variable 'size' and 'value'. Remove printf and
8140 gdb_unbuffer_output. Assign return value to size and value.
8141 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8142 at the beginning.
8143 (check_sizeof): Check the result by printing variable 'size'.
8144 (check_valueof): Check the result by printing variable 'value'.
8145
8146 2015-12-01 Yao Qi <yao.qi@linaro.org>
8147
8148 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8149 for aarch64*-*-linux* target.
8150
8151 2015-11-30 Pedro Alves <palves@redhat.com>
8152
8153 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8154
8155 2015-11-30 Pedro Alves <palves@redhat.com>
8156
8157 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8158 Handle non-stop mode vCont replies.
8159
8160 2015-11-30 Pedro Alves <palves@redhat.com>
8161
8162 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8163 prepare_for_testing. Start gdb with "set non-stop on" appended to
8164 GDBFLAGS. Lax expected stop output.
8165
8166 2015-11-27 Yao Qi <yao.qi@linaro.org>
8167
8168 * gdb.arch/arm-neon.exp: New.
8169 * gdb.arch/arm-neon.c: New.
8170
8171 2015-11-27 Yao Qi <yao.qi@linaro.org>
8172
8173 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8174
8175 2015-11-27 Yao Qi <yao.qi@linaro.org>
8176
8177 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8178 frames-invalid annotation.
8179
8180 2015-11-27 Yao Qi <yao.qi@linaro.org>
8181
8182 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8183
8184 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8185
8186 * gdb.threads/names.exp: New file.
8187 * gdb.threads/names.c: New file.
8188 * README: Mention gdb,no_thread_names.
8189
8190 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8191
8192 PR 19297
8193 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8194 support" error.
8195
8196 2015-11-24 Pedro Alves <palves@redhat.com>
8197
8198 PR 17539
8199 * gdb.base/display.exp: Expect displays to be sorted in ascending
8200 order. Use multi_line.
8201 * gdb.base/solib-display.exp: Likewise.
8202
8203 2015-11-24 Pedro Alves <palves@redhat.com>
8204
8205 PR 17539
8206 * gdb.base/display.exp: Expect displays to be sorted in ascending
8207 order. Use multi_line.
8208 * gdb.base/solib-display.exp: Likewise.
8209
8210 2015-11-24 Pedro Alves <palves@redhat.com>
8211
8212 PR 17539
8213 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8214 threads in ascending order.
8215 * gdb.base/foll-fork.exp: Likewise.
8216 * gdb.base/foll-vfork.exp: Likewise.
8217 * gdb.base/multi-forks.exp: Likewise.
8218 * gdb.mi/mi-nonstop.exp: Likewise.
8219 * gdb.mi/mi-nsintrall.exp: Likewise.
8220 * gdb.multi/base.exp: Likewise.
8221 * gdb.multi/multi-arch.exp: Likewise.
8222 * gdb.python/py-inferior.exp: Likewise.
8223 * gdb.threads/break-while-running.exp: Likewise.
8224 * gdb.threads/execl.exp: Likewise.
8225 * gdb.threads/gcore-thread.exp: Likewise.
8226 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8227 * gdb.threads/kill.exp: Likewise.
8228 * gdb.threads/linux-dp.exp: Likewise.
8229 * gdb.threads/multiple-step-overs.exp: Likewise.
8230 * gdb.threads/next-bp-other-thread.exp: Likewise.
8231 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8232 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8233 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8234 * gdb.threads/thread-find.exp: Likewise.
8235 * gdb.threads/tls.exp: Likewise.
8236 * lib/mi-support.exp (mi_reverse_list): Delete.
8237 (mi_check_thread_states): No longer reverse list.
8238
8239 2015-11-24 Pedro Alves <palves@redhat.com>
8240
8241 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8242 use lowercase.
8243
8244 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8245
8246 * gdb.trace/actions.c: Include trace-common.h.
8247 (main): Add a location for a fast tracepoint.
8248 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8249 the normal tracepoints.
8250 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8251
8252 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8253
8254 * save-trace.exp: Factor out code to these...
8255 (gdb_save_tracepoints): New.
8256 (gdb_load_tracepoints): New.
8257 (do_save_load_test): New.
8258
8259 2015-11-23 Kevin Buettner <kevinb@redhat.com>
8260
8261 * gdb.base/asmlabel.exp: New test.
8262 * gdb.base/asmlabel.c: New test case.
8263
8264 2015-11-23 Joel Brobecker <brobecker@adacore.com>
8265
8266 * gdb.base/wrong_frame_bt_full-main.c: New file.
8267 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8268 * gdb.base/wrong_frame_bt_full.exp: New file.
8269
8270 2015-11-23 Joel Brobecker <brobecker@adacore.com>
8271
8272 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8273
8274 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8275
8276 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
8277 pstate register when comparing registers values in
8278 sparc64-*-linux-gnu targets to avoid spurious differences.
8279
8280 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8281
8282 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
8283
8284 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8285
8286 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8287 as type argument to gdb_compile.
8288 * gdb.base/nested-subp2.exp: Likewise.
8289 * gdb.base/nested-subp3.exp: Likewise.
8290
8291 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8292
8293 * lib/dwarf.exp (_note): Fix left shift of negative value.
8294 * gdb.trace/trace-condition.exp: Likewise.
8295
8296 2015-11-13 Yao Qi <yao.qi@linaro.org>
8297
8298 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8299 comments about d10v.
8300 (test_scalar_returns): Likewise.
8301 * gdb.base/d10v.ld: Remove.
8302 * gdb.base/overlays.exp: Remove the target triplet checking for
8303 d10v-*-*.
8304 * gdb.base/structs.exp (test_struct_returns): Remove the
8305 comments about d10v.
8306 (test_struct_calls): Likewise.
8307
8308 2015-11-13 Yao Qi <yao.qi@linaro.org>
8309
8310 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8311 * gdb.base/gnu_vector.c: Don't include stdio.h.
8312 (main): Don't print res and call add_some_intvecs.
8313
8314 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8315
8316 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8317 macro.
8318 (func5): Removed.
8319 (func4): Use FAST_TRACEPOINT_LABEL.
8320 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8321 macro.
8322 (func): Removed.
8323 (thread_function): Use FAST_TRACEPOINT_LABEL.
8324 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8325 (func): Remove.
8326 (marker): Use FAST_TRACEPOINT_LABEL.
8327 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8328 (pendfunc1): Remove.
8329 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8330 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8331 (foo): Remove.
8332 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8333 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8334 macro.
8335 (func): Remove.
8336 (marker): Use FAST_TRACEPOINT_LABEL.
8337 * gdb.trace/trace-common.h: New header.
8338 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8339 macro.
8340 (func): Remove.
8341 (marker): Use FAST_TRACEPOINT_LABEL.
8342 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8343 (func): Remove.
8344 (thread_function): Use FAST_TRACEPOINT_LABEL.
8345
8346 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8347
8348 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8349 in front.
8350 * gdb.trace/change-loc.exp: Use global pcreg definition.
8351 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8352 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8353 in front.
8354 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8355 * gdb.trace/pending.exp: Likewise.
8356 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8357 * gdb.trace/trace-break.exp: Likewise.
8358 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8359 in front.
8360 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8361 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8362 in front.
8363 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8364
8365 2015-11-09 Joel Brobecker <brobecker@adacore.com>
8366
8367 * gdb.ada/fin_fun_out: New testcase.
8368
8369 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8370
8371 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8372 value associated with DW_AT_byte_size.
8373 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8374 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8375 DW_AT_upper_bound.
8376
8377 2015-11-07 Kevin Buettner <kevinb@redhat.com>
8378
8379 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8380 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8381 version.
8382 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8383 gdb.dwarf2/dw2-canonicalize-type.exp,
8384 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8385 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8386 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8387 provided by gdb_target_symbol_prefix_flags_asm.
8388 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8389 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8390 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8391 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8392 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8393 macros where needed). Use this macro for symbols which require
8394 the prefix provided by SYMBOL_PREFIX.
8395
8396 2015-11-05 Kevin Buettner <kevinb@redhat.com>
8397
8398 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8399 New procs.
8400 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8401 representing expressions, of more than one list element.
8402 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8403 to prepend linker symbol prefix to f.
8404 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8405 table_1 and table_2.
8406 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8407 Likewise, for f and g.
8408 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8409 for ptr.
8410 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8411 for main.
8412 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8413 table_1_ptr and table_2_ptr.
8414
8415 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8416 Joel Brobecker <brobecker@adacore.com>
8417
8418 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8419
8420 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8421
8422 * gdb.reverse/s390-mvcle.c: New test.
8423 * gdb.reverse/s390-mvcle.exp: New file.
8424 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8425
8426 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8427
8428 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8429
8430 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8431
8432 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8433 reaching marker2.
8434 * gdb.reverse/getresuid-reverse.exp: Likewise.
8435 * gdb.reverse/pipe-reverse.exp: Likewise.
8436 * gdb.reverse/readv-reverse.exp: Likewise.
8437 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8438 * gdb.reverse/time-reverse.exp: Likewise.
8439 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8440
8441 2015-10-30 Yao Qi <yao.qi@linaro.org>
8442
8443 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8444 (empty_cycle): Remove.
8445 (main): Don't call empty_cycle. Don't use watch_count_done.
8446 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8447 empty_cycle. Rewrite the code counting HW watchpoints.
8448
8449 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8450
8451 * gdb.reverse/fstatat-reverse.c: New test.
8452 * gdb.reverse/fstatat-reverse.exp: New file.
8453 * gdb.reverse/getresuid-reverse.c: New test.
8454 * gdb.reverse/getresuid-reverse.exp: New file.
8455 * gdb.reverse/pipe-reverse.c: New test.
8456 * gdb.reverse/pipe-reverse.exp: New file.
8457 * gdb.reverse/readv-reverse.c: New test.
8458 * gdb.reverse/readv-reverse.exp: New file.
8459 * gdb.reverse/recvmsg-reverse.c: New test.
8460 * gdb.reverse/recvmsg-reverse.exp: New file.
8461 * gdb.reverse/time-reverse.c: New test.
8462 * gdb.reverse/time-reverse.exp: New file.
8463 * gdb.reverse/waitpid-reverse.c: New test.
8464 * gdb.reverse/waitpid-reverse.exp: New file.
8465
8466 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8467
8468 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8469
8470 2015-10-26 Doug Evans <dje@google.com>
8471
8472 PR symtab/17391
8473 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8474 * gdb.dwarf2/bad-regnum.c: New file.
8475 * gdb.dwarf2/bad-regnum.exp: New file.
8476
8477 2015-10-26 Doug Evans <dje@google.com>
8478
8479 PR python/18938
8480 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8481 file.
8482
8483 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8484
8485 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8486 for a change by "Mention language in compile error message".
8487
8488 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8489
8490 PR python/18073
8491 * gdb.python/py-type.c (C::a_method): New.
8492 (C::a_const_method): New.
8493 (C::a_static_method): New.
8494 (a_function): New.
8495 * gdb.python/py-type.exp (test_fields): Test getting fields
8496 from function and method.
8497
8498 2015-10-21 Keven Boell <keven.boell@intel.com>
8499
8500 * gdb.fortran/vla-alloc-assoc.exp: New file.
8501 * gdb.fortran/vla-datatypes.exp: New file.
8502 * gdb.fortran/vla-datatypes.f90: New file.
8503 * gdb.fortran/vla-history.exp: New file.
8504 * gdb.fortran/vla-ptype-sub.exp: New file.
8505 * gdb.fortran/vla-ptype.exp: New file.
8506 * gdb.fortran/vla-sizeof.exp: New file.
8507 * gdb.fortran/vla-sub.f90: New file.
8508 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8509 * gdb.fortran/vla-value-sub-finish.exp: New file.
8510 * gdb.fortran/vla-value-sub.exp: New file.
8511 * gdb.fortran/vla-value.exp: New file.
8512 * gdb.fortran/vla-ptr-info.exp: New file.
8513 * gdb.mi/mi-vla-fortran.exp: New file.
8514 * gdb.mi/vla.f90: New file.
8515
8516 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8517
8518 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8519 of hardwired timeout value.
8520
8521 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8522 Pedro Alves <palves@redhat.com>
8523
8524 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8525 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8526
8527 2015-10-19 Josh Stone <jistone@redhat.com>
8528
8529 * gdb.base/catch-syscall.c: Include <sched.h>.
8530 (unknown_syscall): New variable.
8531 (main): Trigger a vfork and an unknown syscall.
8532 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8533 (unknown_syscall_number): Likewise.
8534 (check_call_to_syscall): Accept an optional syscall pattern.
8535 (check_return_from_syscall): Likewise.
8536 (check_continue): Likewise.
8537 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8538 (test_catch_syscall_skipping_return): New test toggling off 'catch
8539 syscall' to step over the syscall return, then toggling back on.
8540 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8541 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8542 (do_syscall_tests): Call test_catch_syscall_without_args and
8543 test_catch_syscall_mid_vfork.
8544 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8545 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8546
8547 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
8548
8549 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8550 print g_vE): Add new pass patterns.
8551 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8552 print various symbol names for vptr fields.
8553
8554 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8555
8556 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8557 results.
8558
8559 2015-10-12 Yao Qi <yao.qi@linaro.org>
8560
8561 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8562
8563 2015-10-12 Yao Qi <yao.qi@linaro.org>
8564
8565 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8566 is aarch64*-*-linux*.
8567
8568 2015-10-12 Yao Qi <yao.qi@linaro.org>
8569
8570 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8571 (can_relocate_bcond_true): ... it.
8572 (can_relocate_bcond_false): New function.
8573 (foo): Likewise.
8574 (can_relocate_bl): Likewise.
8575 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8576 can_relocate_bl.
8577
8578 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8579
8580 * gdb.base/nested-addr.c: New file.
8581 * gdb.base/nested-addr.exp: New testcase.
8582
8583 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8584
8585 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8586 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8587 its output. Ignore the output of "record goto begin" and instead
8588 check that GDB is replaying.
8589
8590 2015-10-09 Pedro Alves <palves@redhat.com>
8591
8592 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8593 (top level): Use it in the run with no args test.
8594
8595 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8596
8597 * gdb.dlang/properties.exp: New file.
8598
8599 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8600
8601 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8602 whether or not address 0x1000 is mapped on the target.
8603
8604 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8605
8606 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8607 build.
8608
8609 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8610
8611 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8612 instruction-history test.
8613
8614 2015-09-28 Doug Evans <dje@google.com>
8615
8616 * gdb.base/gcore.c (array_func): Add reference to static_array.
8617
8618 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8619
8620 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8621 source line.
8622
8623 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8624
8625 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8626 short or char as base type.
8627
8628 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8629
8630 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8631 to allow any size enum.
8632
8633 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8634
8635 * gdb.ada/array_ptr_renaming.exp: New testcase.
8636 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8637 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8638
8639 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8640
8641 * gdb.trace/ftrace-lock.c: New file.
8642 * gdb.trace/ftrace-lock.exp: New file.
8643
8644 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8645
8646 * gdb.arch/insn-reloc.c: New file.
8647 * gdb.arch/ftrace-insn-reloc.exp: New file.
8648
8649 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8650
8651 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8652 instruction.
8653 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8654 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8655 * gdb.trace/range-stepping.c: Likewise.
8656 * gdb.trace/trace-break.c: Likewise.
8657 * gdb.trace/trace-mt.c (thread_function): Likewise.
8658 * gdb.trace/ftrace.c (marker): Likewise.
8659 * gdb.trace/trace-condition.c (marker): Likewise.
8660 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8661 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8662 is_aarch64_target.
8663
8664 2015-09-18 Doug Evans <xdje42@gmail.com>
8665
8666 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8667 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8668
8669 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8670
8671 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8672 the breakpoint.
8673
8674 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8675
8676 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8677 the pending breakpoint. Remove timeout override for "Run till
8678 MI pending breakpoint on pendfunc3 on thread 2" test.
8679
8680 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8681
8682 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8683 filename pattern.
8684
8685 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8686
8687 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8688 in breakpoint filename pattern.
8689
8690 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8691
8692 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8693
8694 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8695
8696 * gdb.linespec/explicit.exp: Check for readline support for
8697 tab-completion tests. Fix obvious typo.
8698
8699 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8700
8701 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8702 and replay.
8703
8704 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8705
8706 * gdb.btrace/non-stop.c: New.
8707 * gdb.btrace/non-stop.exp: New.
8708
8709 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8710 Yao Qi <yao.qi@linaro.org>
8711
8712 * gdb.trace/trace-condition.c: New file.
8713 * gdb.trace/trace-condition.exp: New file.
8714
8715 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
8716
8717 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8718 for testing bytecode compilation.
8719
8720 2015-09-16 Pedro Alves <palves@redhat.com>
8721 Sandra Loosemore <sandra@codesourcery.com>
8722
8723 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8724 (SECONDS): Redefine.
8725 (main): Call pthread_kill and alarm early.
8726 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8727 support.
8728 (test): If the target can't hardware step and doesn't support
8729 displaced stepping, increase the timeout.
8730
8731 2015-09-16 Pedro Alves <palves@redhat.com>
8732
8733 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8734 (enable_debug): New procedures.
8735 (test): Use them. Bail out if waiting for threads fails.
8736 (top level): Bail out if a test fails.
8737
8738 2015-09-16 Yao Qi <yao.qi@linaro.org>
8739
8740 * gdb.asm/asm-source.exp: Set asm-arch for
8741 aarch64*-*-* target.
8742 * gdb.asm/aarch64.inc: New file.
8743
8744 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8745
8746 * gdb.ada/array_of_variable_length.exp: New testcase.
8747 * gdb.ada/array_of_variable_length/foo.adb: New file.
8748 * gdb.ada/array_of_variable_length/pck.adb: New file.
8749 * gdb.ada/array_of_variable_length/pck.ads: New file.
8750
8751 2015-09-15 Doug Evans <dje@google.com>
8752
8753 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8754 of function static local variable.
8755
8756 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8757
8758 * gdb.threads/tls-so_extern.exp: New test file.
8759 * gdb.threads/tls-so_extern.c: New test file.
8760 * gdb.threads/tls-so_extern_main.c: New test file.
8761
8762 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8763
8764 * gdb.opt/solib-intra-step-lib.c: New file.
8765 * gdb.opt/solib-intra-step-main.c: New file.
8766 * gdb.opt/solib-intra-step.exp: New file.
8767
8768 2015-09-15 Pedro Alves <palves@redhat.com>
8769
8770 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8771 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8772
8773 2015-09-14 Pedro Alves <palves@redhat.com>
8774
8775 * gdb.base/hook-stop-continue.c: Delete.
8776 * gdb.base/hook-stop-continue.exp: Delete.
8777 * gdb.base/hook-stop-frame.c: Delete.
8778 * gdb.base/hook-stop-frame.exp: Delete.
8779 * gdb.base/hook-stop.c: New file.
8780 * gdb.base/hook-stop.exp: New file.
8781
8782 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8783
8784 * gdb.ada/access_to_packed_array.exp: New testcase.
8785 * gdb.ada/access_to_packed_array/foo.adb: New file.
8786 * gdb.ada/access_to_packed_array/pack.adb: New file.
8787 * gdb.ada/access_to_packed_array/pack.ads: New file.
8788
8789 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8790
8791 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8792 buffer size test.
8793
8794 2015-09-11 Don Breazeal <donb@codesourcery.com>
8795
8796 * gdb.base/foll-exec.c: Add copyright header. Fix
8797 formatting issues.
8798 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8799 (do_exec_tests): Use clean_restart in place of zap_session,
8800 and for test initialization. Fix formatting issues. Use
8801 fail in place of perror.
8802 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8803 an expect statement to match an expression with output from
8804 the program under debug.
8805 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8806 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8807 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8808 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8809 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8810
8811 2015-09-09 Doug Evans <dje@google.com>
8812
8813 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8814
8815 2015-09-09 Doug Evans <dje@google.com>
8816
8817 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8818
8819 2015-09-09 Doug Evans <dje@google.com>
8820
8821 * gdb.base/savedregs.exp: Fix typo.
8822
8823 2015-09-09 Pedro Alves <palves@redhat.com>
8824
8825 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8826
8827 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8828
8829 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8830 command actually switches threads. Give up on remaining
8831 tests if target fails to stop at breakpoint.
8832
8833 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8834
8835 * gdb.ada/funcall_char.exp: New testcase.
8836 * gdb.ada/funcall_char/foo.adb: New file.
8837
8838 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8839
8840 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8841 expected outputs. Add two testcases for completing ambiguous
8842 functions.
8843 * gdb.ada/complete/aux_pck.adb: New file.
8844 * gdb.ada/complete/aux_pck.ads: New file.
8845 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8846 Ambiguous_Func functions.
8847 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8848 * gdb.ada/complete/pck.adb: Likewise.
8849
8850 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8851
8852 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8853 failures to run the test program under GDB.
8854
8855 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
8856
8857 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8858 to C.
8859
8860 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8861
8862 * gdb.base/run-after-attach.exp: New test file.
8863 * gdb.base/run-after-attach.c: New test file.
8864
8865 2015-08-26 Don Breazeal <donb@codesourcery.com>
8866
8867 * gdb.base/foll-exec-2.c: New test program.
8868 * gdb.base/foll-exec-2.exp: New test.
8869
8870 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8871
8872 * gdb.base/nested-subp1.exp: New file.
8873 * gdb.base/nested-subp1.c: New file.
8874 * gdb.base/nested-subp2.exp: New file.
8875 * gdb.base/nested-subp2.c: New file.
8876 * gdb.base/nested-subp3.exp: New file.
8877 * gdb.base/nested-subp3.c: New file.
8878
8879 2015-08-24 Pedro Alves <palves@redhat.com>
8880
8881 * gdb.server/connect-without-multi-process.c: New file.
8882 * gdb.server/connect-without-multi-process.exp: New file.
8883
8884 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8885
8886 * gdb.opt/inline-markers.c: Make z int.
8887
8888 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8889
8890 * gdb.opt/inline-markers.c: Make z volatile.
8891
8892 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
8893
8894 * gdb.opt/inline-bt.c: New volatile global z.
8895 * gdb.opt/inline-cmds.c: Likewise.
8896 * gdb.opt/inline-locals.c: Likewise.
8897 * gdb.opt/inline-markers.c: New extern global z.
8898 (marker): Use z.
8899 (inline_fn): Likewise.
8900
8901 2015-08-24 Pedro Alves <palves@redhat.com>
8902
8903 * config/m32r-stub.exp: Remove file.
8904 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8905 * gdb.base/call-rt-st.exp: Likewise.
8906 * gdb.base/call-strs.exp: Likewise.
8907 * gdb.base/default.exp: Remove references to h8300-*-hms and
8908 *-*-udi*.
8909 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8910
8911 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8912
8913 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8914 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8915 and "return" use KFAIL when GDB can not read/write the vector
8916 return value.
8917
8918 2015-08-21 Gary Benson <gbenson@redhat.com>
8919
8920 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8921
8922 2015-08-20 Pedro Alves <palves@redhat.com>
8923
8924 * gdb.server/solib-list.exp: No longer expect an interior stop in
8925 non-stop mode.
8926
8927 2015-08-20 Pedro Alves <palves@redhat.com>
8928
8929 * gdb.server/connect-stopped-target.c: New file.
8930 * gdb.server/connect-stopped-target.exp: New file.
8931
8932 2015-08-20 Pedro Alves <palves@redhat.com>
8933
8934 * gdb.dwarf2/comp-unit-lang.exp: New file.
8935 * gdb.dwarf2/comp-unit-lang.c: New file.
8936
8937 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8938
8939 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8940 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8941
8942 2015-08-19 Kevin Buettner <kevinb@redhat.com>
8943
8944 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8945 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8946
8947 2015-08-18 Doug Evans <dje@google.com>
8948 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8949
8950 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8951 skip_python_tests. New arg prompt_regexp.
8952 (skip_python_tests): New function.
8953 * lib/mi-support.exp (mi_skip_python_tests): New function.
8954 * gdb.python/py-mi-objfile-gdb.py: New file.
8955 * gdb.python/py-mi-objfile.c: New file.
8956 * gdb.python/py-mi-objfile.exp: New file.
8957
8958 2015-08-17 Keith Seitz <keiths@redhat.com>
8959
8960 * gdb.linespec/explicit.exp: Move strace test from here ...
8961 * gdb.trace/strace.exp: ... to here.
8962
8963 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8964
8965 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8966 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8967
8968 2015-08-14 Doug Evans <xdje42@gmail.com>
8969
8970 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8971 inferior before selecting a new file.
8972
8973 2015-08-14 Doug Evans <xdje42@gmail.com>
8974
8975 * gdb.mi/mi-disassemble.exp: Update.
8976 * gdb.base/disasm-optim.S: New file.
8977 * gdb.base/disasm-optim.c: New file.
8978 * gdb.base/disasm-optim.h: New file.
8979 * gdb.base/disasm-optim.exp: New file.
8980
8981 2015-08-14 Keith Seitz <keiths@redhat.com>
8982
8983 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8984 "evaluated-by".
8985
8986 2015-08-13 Joel Brobecker <brobecker@adacore.com>
8987
8988 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8989
8990 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8991
8992 * gdb.ada/fun_renaming.exp: New testcase.
8993 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8994 * gdb.ada/fun_renaming/pack.adb: New file.
8995 * gdb.ada/fun_renaming/pack.ads: New file.
8996
8997 2015-08-12 Keith Seitz <keiths@redhat.com>
8998
8999 * gdb.base/dso2dso.exp: Pass basename of source file in call to
9000 gdb_get_line_number.
9001
9002 2015-08-12 Joel Brobecker <brobecker@adacore.com>
9003
9004 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
9005 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
9006 gdb.base/dso2dso.exp: New files.
9007
9008 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
9009 Pedro Alves <palves@redhat.com>
9010 Keith Seitz <keiths@redhat.com>
9011
9012 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
9013 GDBFLAGS.
9014
9015 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9016
9017 * gdb.base/gdbhistsize-history.exp
9018 (test_histsize_history_setting): Use save_vars.
9019 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9020 Use save_vars.
9021 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9022 * gdb.base/readline.exp: Use save_vars.
9023
9024 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9025
9026 * lib/gdb.exp (save_vars): New proc.
9027
9028 2015-08-11 Keith Seitz <keiths@redhat.com>
9029
9030 * gdb.base/help.exp: Update help_breakpoint_text.
9031
9032 2015-08-11 Keith Seitz <keiths@redhat.com>
9033
9034 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9035 (at toplevel): Call test_explicit_breakpoints.
9036 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9037 breakpoints.
9038 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9039 breakpoint conditions, "-cond".
9040
9041 2015-08-11 Keith Seitz <keiths@redhat.com>
9042
9043 * gdb.linespec/3explicit.c: New file.
9044 * gdb.linespec/cpexplicit.cc: New file.
9045 * gdb.linespec/cpexplicit.exp: New file.
9046 * gdb.linespec/explicit.c: New file.
9047 * gdb.linespec/explicit.exp: New file.
9048 * gdb.linespec/explicit2.c: New file.
9049 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9050 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9051 before using in the matching pattern.
9052 Clarify that `prefix' is a regular expression.
9053
9054 2015-08-11 Keith Seitz <keiths@redhat.com>
9055
9056 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9057 test.
9058 Add tests for missing ",FMT" and ",".
9059
9060 2015-08-10 Doug Evans <dje@google.com>
9061 Keith Seitz <keiths@redhat.com>
9062
9063 PR gdb/17960
9064 * gdb.base/completion.exp: Add location completer tests.
9065
9066 2015-08-07 Pedro Alves <palves@redhat.com>
9067
9068 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9069 tests here.
9070 (top level): Run do_test with and without displaced stepping.
9071
9072 2015-08-07 Pedro Alves <palves@redhat.com>
9073
9074 * gdb.base/valgrind-disp-step.c: New file.
9075 * gdb.base/valgrind-disp-step.exp: New file.
9076
9077 2015-08-07 Pedro Alves <palves@redhat.com>
9078
9079 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9080 Delete function.
9081 (main): Add alarm. Run an infinite loop instead of calling
9082 wait_threads.
9083 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9084 comment.
9085 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9086 Delete function.
9087 (main): Add alarm. Run an infinite loop instead of calling
9088 wait_threads.
9089 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9090 comment.
9091
9092 2015-08-07 Pedro Alves <palves@redhat.com>
9093
9094 * gdb.base/checkpoint-ns.exp: New file.
9095 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9096 standard_testfile.
9097
9098 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9099
9100 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9101 * gdb.btrace/instruction_history.exp: Update.
9102 * gdb.btrace/tsx.exp: New.
9103 * gdb.btrace/tsx.c: New.
9104
9105 2015-08-06 Pedro Alves <palves@redhat.com>
9106
9107 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9108 increase timeout.
9109 * gdb.reverse/until-precsave.exp: Bump timeouts.
9110
9111 2015-08-06 Pedro Alves <palves@redhat.com>
9112
9113 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9114
9115 2015-08-06 Pedro Alves <palves@redhat.com>
9116
9117 PR gdb/18749
9118 * gdb.threads/process-dies-while-handling-bp.c: New file.
9119 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9120
9121 2015-08-06 Pedro Alves <palves@redhat.com>
9122
9123 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9124 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9125
9126 2015-08-05 Pedro Alves <palves@redhat.com>
9127
9128 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9129 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9130
9131 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9132
9133 * gdb.base/bp-permanent.exp: Report test as unsupported if
9134 the target cannot stop at the permanent breakpoint.
9135
9136 2015-08-03 Doug Evans <dje@google.com>
9137
9138 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9139 10000.
9140
9141 2015-08-03 Doug Evans <dje@google.com>
9142
9143 * Makefile.in (workers/%.worker, build-perf): New rule.
9144 (GDB_PERFTEST_MODE): New variable.
9145 (check-perf): Use it.
9146 (clean): Clean up gdb.perf parallel build subdirs.
9147 * lib/build-piece.exp: New file.
9148 * lib/gdb.exp (make_gdb_parallel_path): New function
9149 (standard_output_file, standard_temp_file): Call it.
9150 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9151 of $GDB_PARALLEL.
9152 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9153
9154 2015-08-03 Doug Evans <dje@google.com>
9155
9156 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
9157 (LOG_FILE_NAME): New global.
9158 (TextReporter.__init__): Initialize self.txt_sum.
9159 (TextReporter.report): Add support for multiple data-points.
9160 Move report to perftest.sum, put raw data in perftest.log.
9161 (TextReporter.start): Open sum and log files.
9162 (TextReporter.end): Close sum and log files.
9163 * gdb.perf/lib/perftest/testresult.py
9164 (SingleStatisticTestResult.record): Handle multiple data-points.
9165
9166 2015-07-31 Pedro Alves <palves@redhat.com>
9167
9168 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9169 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9170 kill_wait_spawned_process instead of explicit "kill -9".
9171 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9172 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9173 kill_wait_spawned_process.
9174 * gdb.base/attach-twice.exp: Likewise.
9175 * gdb.base/attach.exp: Likewise.
9176 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9177 gdb_test_multiple.
9178 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9179 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9180 kill_wait_spawned_process.
9181 * gdb.base/valgrind-infcall.exp: Likewise.
9182 * gdb.multi/multi-attach.exp: Likewise.
9183 * gdb.python/py-prompt.exp: Likewise.
9184 * gdb.python/py-sync-interp.exp: Likewise.
9185 * gdb.server/ext-attach.exp: Likewise.
9186 * gdb.threads/attach-into-signal.exp (corefunc): Use
9187 spawn_wait_for_attach, spawn_id_get_pid and
9188 kill_wait_spawned_process.
9189 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9190 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9191 spawn_id_get_pid and kill_wait_spawned_process.
9192 * gdb.threads/attach-stopped.exp (corefunc): Use
9193 spawn_wait_for_attach, spawn_id_get_pid and
9194 kill_wait_spawned_process.
9195 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9196 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9197 kill_wait_spawned_process instead of explicit "kill -9".
9198 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9199 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9200 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9201 processes. Don't map cygwin/windows pids here. Now returns a
9202 spawn id list.
9203
9204 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9205
9206 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9207 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9208 correct patch.
9209
9210 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9211
9212 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9213
9214 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9215
9216 Reapply:
9217 2014-05-21 Mark Wielaard <mjw@redhat.com>
9218
9219 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9220
9221 2015-07-30 Pedro Alves <palves@redhat.com>
9222
9223 * linux-low.c (handle_extended_wait): Set the child's last
9224 reported status to TARGET_WAITKIND_STOPPED.
9225
9226 2015-07-30 Pedro Alves <palves@redhat.com>
9227
9228 PR threads/18600
9229 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9230 only shows inferior 1.
9231
9232 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9233 Pedro Alves <palves@redhat.com>
9234
9235 PR threads/18600
9236 * gdb.threads/fork-plus-threads.c: New file.
9237 * gdb.threads/fork-plus-threads.exp: New file.
9238
9239 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9240
9241 * gdb.base/batch-preserve-term-settings.exp
9242 (test_terminal_settings_preserved_after_cli_exit): Use
9243 send_quit_command.
9244
9245 2015-07-29 Pedro Alves <palves@redhat.com>
9246 Don Breazeal <donb@codesourcery.com>
9247
9248 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9249 output from both inferior_spawn_id and gdb_spawn_id.
9250
9251 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9252
9253 * gdb.threads/attach-into-signal.exp (corefunc): Use
9254 with_test_prefix on nested loops, uniquefying the test messages.
9255
9256 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9257
9258 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9259 commit.
9260
9261 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9262
9263 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9264 New proc.
9265 (test_terminal_settings_preserved_after_sigterm): New test.
9266
9267 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9268
9269 * gdb.base/batch-preserve-term-settings.exp
9270 (test_terminal_settings_preserved_after_cli_exit): New test.
9271
9272 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9273
9274 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9275 manipulation of saved_gdbflags.
9276 (test_terminal_settings_preserved): Remove global declaration of
9277 the unused variable pagination_prompt. Remove manipulation of
9278 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9279 GDBFLAGS.
9280
9281 2015-07-29 Pedro Alves <palves@redhat.com>
9282
9283 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9284
9285 2015-07-29 Pedro Alves <palves@redhat.com>
9286
9287 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9288 at the top.
9289
9290 2015-07-29 Pedro Alves <palves@redhat.com>
9291
9292 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9293 (main): Call gdb_unbuffer_output.
9294 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9295 (main): Call gdb_unbuffer_output.
9296 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9297 (main): Call gdb_unbuffer_output.
9298 * gdb.base/call-strs.exp: Adjust to step over the
9299 gdb_unbuffer_output call.
9300 * gdb.base/catch-gdb-caused-signals.c: Include
9301 "../lib/unbuffer_output.c".
9302 (main): Call gdb_unbuffer_output.
9303 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9304 (main): Call gdb_unbuffer_output.
9305 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9306 (main): Call gdb_unbuffer_output.
9307 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9308 (main): Call gdb_unbuffer_output.
9309 * gdb.base/shlib-call.exp: Adjust to step over the
9310 gdb_unbuffer_output call.
9311 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9312 (main): Call gdb_unbuffer_output.
9313 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9314 (main): Call gdb_unbuffer_output.
9315 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9316 (main): Rename to ...
9317 (test): ... this.
9318 (main): Reimplement.
9319 * gdb.base/varargs.exp: Run to test instead of to main.
9320 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9321 (main): Call gdb_unbuffer_output.
9322
9323 2015-07-29 Pedro Alves <palves@redhat.com>
9324
9325 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9326 factore out from mi_continue_dprintf. For call-style dprintfs,
9327 expect dprintf output out of $inferior_spawn_id.
9328 (mi_continue_dprintf): Use mi_expect_dprintf.
9329 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9330 (main): Call gdb_unbuffer_output.
9331
9332 2015-07-29 Pedro Alves <palves@redhat.com>
9333
9334 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9335 (default_mi_gdb_start): Set inferior_spawn_id instead of
9336 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9337 gdb_spawn_id.
9338 (mi_gdb_test): Always expect inferior output from both
9339 $inferior_spawn_id and $gdb_spawn_id.
9340
9341 2015-07-29 Pedro Alves <palves@redhat.com>
9342
9343 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9344 send_inferior and $inferior_spawn_id.
9345
9346 2015-07-29 Pedro Alves <palves@redhat.com>
9347
9348 * gdb.gdb/complaints.exp (test_initial_complaints)
9349 (test_serial_complaints, test_short_complaints): Use
9350 gdb_test_stdio.
9351 (test_empty_complaint): Handle $inferior_spawn_id !=
9352 $gdb_spawn_id.
9353
9354 2015-07-29 Pedro Alves <palves@redhat.com>
9355
9356 * gdb.base/varargs.exp: Use gdb_test_stdio.
9357
9358 2015-07-29 Pedro Alves <palves@redhat.com>
9359
9360 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9361
9362 2015-07-29 Pedro Alves <palves@redhat.com>
9363
9364 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9365
9366 2015-07-29 Pedro Alves <palves@redhat.com>
9367
9368 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9369 parameter into two new parameters, "inf_result" and "gdb_result".
9370 Expect inferior output and gdb output from $inferior_spawn_id and
9371 $gdb_spawn_id, respectively. Adjust all callers.
9372
9373 2015-07-29 Pedro Alves <palves@redhat.com>
9374
9375 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9376 of gdb_test_sequence.
9377
9378 2015-07-29 Pedro Alves <palves@redhat.com>
9379
9380 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9381 (saw_spurious_output): Expect inferior output from
9382 $inferior_spawn_id. Use gdb_test_stdio.
9383
9384 2015-07-29 Pedro Alves <palves@redhat.com>
9385
9386 * gdb.base/dprintf.exp: Use standard_testfile. Change
9387 prepare_for_testing call.
9388 (srcfile): Don't set.
9389 (restart): New procedure.
9390 (test_dprintf): New procecure, use to continue over dprintfs.
9391 (test_call, test_agent): New procedures, tests moved here.
9392 Restart gdb and recreate dprintfs. Adjust expected output.
9393
9394 2015-07-29 Pedro Alves <palves@redhat.com>
9395
9396 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9397
9398 2015-07-29 Pedro Alves <palves@redhat.com>
9399
9400 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9401
9402 2015-07-29 Pedro Alves <palves@redhat.com>
9403
9404 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9405 gdb_test_stdio.
9406
9407 2015-07-29 Pedro Alves <palves@redhat.com>
9408
9409 * lib/gdb.exp (gdb_test_stdio): New procedure.
9410
9411 2015-07-29 Pedro Alves <palves@redhat.com>
9412
9413 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9414
9415 2015-07-29 Pedro Alves <palves@redhat.com>
9416
9417 * gdb.base/call-signal-resume.exp: Remove check for
9418 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9419 * gdb.base/unwindonsignal.exp: Likewise.
9420 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9421 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9422
9423 2015-07-29 Pedro Alves <palves@redhat.com>
9424
9425 * gdb.base/siginfo-addr.c (pass): New function.
9426 (handler): Call it iff si_addr is correct.
9427 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9428 Set a breakpoint at "pass" and continue to it.
9429
9430 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9431
9432 * gdb.python/py-objfile.exp: Make some tests have unique names.
9433 * gdb.python/py-pp-registration.exp: Likewise.
9434
9435 2015-07-28 Pedro Alves <palves@redhat.com>
9436
9437 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9438
9439 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9440
9441 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9442
9443 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9444
9445 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9446
9447 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9448
9449 * gdb.base/gdb-sigterm-2.exp: New test.
9450
9451 2015-07-25 Doug Evans <xdje42@gmail.com>
9452
9453 Revert:
9454 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9455 (workers/%.worker, build-perf): New rule.
9456 (GDB_PERFTEST_MODE): New variable.
9457 (check-perf): Use it.
9458 (clean): Clean up gdb.perf parallel build subdirs.
9459 * lib/build-piece.exp: New file.
9460 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9461 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9462 name.
9463 (standard_temp_file): Ditto.
9464 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9465 of $GDB_PARALLEL.
9466
9467 2015-07-24 Doug Evans <dje@google.com>
9468
9469 * gdb.perf/lib/perftest/utils.py: New file.
9470 * gdb.perf/gm-hello.cc: New file.
9471 * gdb.perf/gm-pervasive-typedef.cc: New file.
9472 * gdb.perf/gm-pervasive-typedef.h: New file.
9473 * gdb.perf/gm-std.cc: New file.
9474 * gdb.perf/gm-std.h: New file.
9475 * gdb.perf/gm-use-cerr.cc: New file.
9476 * gdb.perf/gm-utils.h: New file.
9477 * gdb.perf/gmonster-null-lookup.py: New file.
9478 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9479 * gdb.perf/gmonster-print-cerr.py: New file.
9480 * gdb.perf/gmonster-ptype-string.py: New file.
9481 * gdb.perf/gmonster-runto-main.py: New file.
9482 * gdb.perf/gmonster-select-file.py: New file.
9483 * gdb.perf/gmonster1-null-lookup.exp: New file.
9484 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9485 * gdb.perf/gmonster1-print-cerr.exp: New file.
9486 * gdb.perf/gmonster1-ptype-string.exp: New file.
9487 * gdb.perf/gmonster1-runto-main.exp: New file.
9488 * gdb.perf/gmonster1-select-file.exp: New file.
9489 * gdb.perf/gmonster1.cc: New file.
9490 * gdb.perf/gmonster1.exp: New file.
9491 * gdb.perf/gmonster2-null-lookup.exp: New file.
9492 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9493 * gdb.perf/gmonster2-print-cerr.exp: New file.
9494 * gdb.perf/gmonster2-ptype-string.exp: New file.
9495 * gdb.perf/gmonster2-runto-main.exp: New file.
9496 * gdb.perf/gmonster2-select-file.exp: New file.
9497 * gdb.perf/gmonster2.cc: New file.
9498 * gdb.perf/gmonster2.exp: New file.
9499
9500 2015-07-24 Doug Evans <dje@google.com>
9501
9502 * gdb.perf/README: New file.
9503 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9504 * lib/gen-perf-test.exp: New file.
9505
9506 2015-07-24 Doug Evans <dje@google.com>
9507
9508 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9509 (PerfTest::startup): New function.
9510 (PerfTest::run): Return result of calling body.
9511 (PerfTest::assemble): Rewrite.
9512 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9513 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9514 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9515 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9516 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9517
9518 2015-07-24 Doug Evans <dje@google.com>
9519
9520 * lib/gdb.exp (clean_restart): Make executable optional.
9521
9522 2015-07-24 Doug Evans <dje@google.com>
9523
9524 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9525 compiler_info references.
9526 * gdb.cp/temargs.exp: Ditto.
9527 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9528 (get_compiler_info): Early exit if already computed. Set compiler_info
9529 to "unknown" if there was a problem.
9530 (test_compiler_info): Add function comment. Call get_compiler_info.
9531
9532 2015-07-24 Doug Evans <dje@google.com>
9533
9534 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9535 (workers/%.worker, build-perf): New rule.
9536 (GDB_PERFTEST_MODE): New variable.
9537 (check-perf): Use it.
9538 (clean): Clean up gdb.perf parallel build subdirs.
9539 * lib/build-piece.exp: New file.
9540 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9541 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9542 name.
9543 (standard_temp_file): Ditto.
9544 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9545 of $GDB_PARALLEL.
9546
9547 2015-07-24 Doug Evans <dje@google.com>
9548
9549 * lib/future.exp (gdb_default_target_compile): New option
9550 "early_flags".
9551 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9552 --as-needed.
9553
9554 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9555
9556 * gdb.base/catch-syscall.exp: Call gdb_exit before
9557 gdb_skip_xml_test.
9558
9559 2015-07-24 Pedro Alves <palves@redhat.com>
9560
9561 * gdb.python/py-events.exp: Accept output between the stop event
9562 and the prompt.
9563 * gdb.python/py-evsignal.exp: Likewise.
9564 * gdb.python/py-evthreads.exp: Likewise.
9565
9566 2015-07-24 Pedro Alves <palves@redhat.com>
9567
9568 PR gdb/18717
9569 * gdb.threads/non-ldr-exit.c: New file.
9570 * gdb.threads/non-ldr-exit.exp: New file.
9571
9572 2015-07-24 Yao Qi <yao.qi@linaro.org>
9573
9574 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9575 restarting process.
9576
9577 2015-07-24 Yao Qi <yao.qi@linaro.org>
9578
9579 * gdb.server/ext-restart.exp: New file.
9580
9581 2015-07-24 Yao Qi <yao.qi@linaro.org>
9582
9583 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9584 argument options.
9585 * gdb.server/ext-wrapper.exp: New file.
9586
9587 2015-07-23 Doug Evans <dje@google.com>
9588
9589 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9590 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9591
9592 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9593
9594 * gdb.ada/var_arr_typedef.exp: New testcase.
9595 * gdb.ada/var_arr_typedef/pack.adb: New file.
9596 * gdb.ada/var_arr_typedef/pack.ads: New file.
9597 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9598
9599 2015-07-20 Joel Brobecker <brobecker@adacore.com>
9600
9601 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9602
9603 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9604
9605 * gdb.arch/i386-biarch-core.exp: Replace istarget
9606 by "complete set gnutarget". Remove expectation for the "core-file"
9607 command.
9608
9609 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9610
9611 Revert the previous commit:
9612 Tests for validate symbol file using build-id.
9613
9614 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9615
9616 Tests for validate symbol file using build-id.
9617 * gdb.base/solib-mismatch-lib.c: New file.
9618 * gdb.base/solib-mismatch-libmod.c: New file.
9619 * gdb.base/solib-mismatch.c: New file.
9620 * gdb.base/solib-mismatch.exp: New file.
9621
9622 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9623
9624 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9625 nios2-*-linux*.
9626 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9627 * gdb.base/siginfo.exp: Likewise.
9628 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9629
9630 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9631
9632 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9633 Move it to ...
9634 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9635 ... here.
9636 * gdb.trace/range-stepping.exp: Check that the target supports
9637 range stepping.
9638
9639 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9640
9641 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9642
9643 2015-07-14 Pedro Alves <palves@redhat.com>
9644
9645 * gdb.base/killed-outside.exp: New file.
9646 * gdb.base/killed-outside.c: New file.
9647
9648 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9649
9650 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9651 (n at main): New.
9652 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9653
9654 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9655
9656 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9657 infcall tests instead of setting up for KFAIL.
9658
9659 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9660
9661 * gdb.btrace/record_goto-step.exp: New.
9662
9663 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9664
9665 PR compile/18484
9666 * gdb.compile/compile.c (struct struct_type): Add volatile to
9667 selffield's type.
9668 * gdb.compile/compile.exp
9669 (compile code struct_object.selffield = &struct_object): Skip further
9670 struct_object tests if this one xfails.
9671
9672 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
9673
9674 PR exp/18617
9675 * gdb.trace/ax.exp: Add test.
9676
9677 2015-07-07 Yao Qi <yao.qi@linaro.org>
9678
9679 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9680 instead of istarget "aarch64*-*-*".
9681 * gdb.arch/aarch64-fp.exp: Likewise.
9682 * gdb.base/float.exp: Likewise.
9683 * gdb.reverse/aarch64.exp: Likewise.
9684 * lib/gdb.exp (is_aarch64_target): New proc.
9685
9686 2015-07-07 Yao Qi <yao.qi@linaro.org>
9687
9688 * lib/gdb.exp (is_aarch32_target): New proc.
9689 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9690 instead of "istarget "arm*-*-*"".
9691 * gdb.arch/arm-disp-step.exp: Likewise.
9692 * gdb.arch/thumb-bx-pc.exp: Likewise.
9693 * gdb.arch/thumb-prologue.exp: Likewise.
9694 * gdb.arch/thumb-singlestep.exp: Likewise.
9695 * gdb.base/disp-step-syscall.exp: Likewise.
9696 * gdb.base/float.exp: Likewise.
9697
9698 2015-07-07 Yao Qi <yao.qi@linaro.org>
9699
9700 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9701 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9702
9703 2015-07-07 Yao Qi <yao.qi@linaro.org>
9704
9705 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9706 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9707 if it exists.
9708 * gdb.multi/multi-arch.exp: Likewise.
9709
9710 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9711
9712 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9713 print.
9714
9715 2015-07-07 Yao Qi <yao.qi@linaro.org>
9716
9717 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9718
9719 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9720
9721 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9722 '[' and ']' characters.
9723
9724 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9725
9726 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9727
9728 2015-06-29 Pedro Alves <palves@redhat.com>
9729
9730 PR threads/18127
9731 * gdb.threads/hand-call-new-thread.c: New file.
9732 * gdb.threads/hand-call-new-thread.c: New file.
9733
9734 2015-06-26 Keith Seitz <keiths@redhat.com>
9735 Doug Evans <dje@google.com>
9736
9737 PR 16253
9738 * gdb.cp/var-tag-2.cc: New file.
9739 * gdb.cp/var-tag-3.cc: New file.
9740 * gdb.cp/var-tag-4.cc: New file.
9741 * gdb.cp/var-tag.cc: New file.
9742 * gdb.cp/var-tag.exp: New file.
9743
9744 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9745
9746 * gdb.base/history-duplicates.exp: New test.
9747
9748 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9749
9750 * gdb.base/completion.exp: Test the completion of the "focus"
9751 command.
9752
9753 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9754
9755 * gdb.arch/amd64-prologue-skip.S: New file.
9756 * gdb.arch/amd64-prologue-skip.exp: New file.
9757
9758 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9759
9760 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9761 is_address_zero_readable check.
9762
9763 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9764
9765 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9766 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9767
9768 2015-06-24 Yao Qi <yao.qi@linaro.org>
9769
9770 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9771 linux targets.
9772
9773 2015-06-24 Yao Qi <yao.qi@linaro.org>
9774
9775 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9776 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9777 * gdb.base/siginfo-thread.exp: Likewise.
9778
9779 2015-06-22 Yao Qi <yao.qi@linaro.org>
9780
9781 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9782
9783 2015-06-22 Yao Qi <yao.qi@linaro.org>
9784
9785 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9786 aarch64*-*-*.
9787 (skip_hw_watchpoint_tests): Likewise.
9788
9789 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9790
9791 * gdb.base/gdbinit-history.exp: Test the interaction between
9792 setting GDBHISTSIZE and setting the history size via .gdbinit.
9793
9794 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9795
9796 PR gdb/16999
9797 * gdb.base/gdbhistsize-history.exp: New test.
9798
9799 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9800
9801 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9802 with GDBHISTSIZE.
9803 * gdb.base/readline.exp: Likewise.
9804
9805 2015-06-17 Yao Qi <yao.qi@linaro.org>
9806
9807 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9808 line.
9809
9810 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9811
9812 * gdb.base/gdbinit-history.exp: Add test case to check that
9813 an unlimited history file does not get truncated on exit.
9814
9815 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9816
9817 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9818 (VECTOR): New macro. Use it...
9819 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9820 ...for these typedefs.
9821 (int8, char1, int1, double1): New typedefs.
9822 (struct just_int2, struct two_int2): New structures.
9823 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9824 (add_structvecs, add_singlevecs): New functions.
9825 (main): Call add_some_intvecs twice.
9826 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9827 the compile and exit upon failure. Try compiling for the "native"
9828 architecture. Test inferior function calls with vector arguments
9829 and vector return value handling with "finish" and "return".
9830
9831 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9832
9833 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9834 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9835 PE file.
9836 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9837
9838 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9839
9840 PR breakpoints/16465
9841 * gdb.mi/mi-dprintf-pending.c: New file.
9842 * gdb.mi/mi-dprintf-pending.exp: New test.
9843 * gdb.mi/mi-dprintf-pendshr.c: New file.
9844
9845 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9846 Mircea Gherzan <mircea.gherzan@intel.com>
9847
9848 * gdb.arch/i386-mpx-map.c: New file.
9849 * gdb.arch/i386-mpx-map.exp: New File.
9850
9851 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9852
9853 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9854 * gdb.arch/i386-mpx.exp: Indentation fixed.
9855
9856 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9857
9858 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9859 function and improved indentation.
9860 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9861 gdb_test_multiple. Added additional tests to skip the test.
9862
9863 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9864
9865 * gdb.arch/i386-avx512.c: Change path in include file.
9866 * gdb.arch/i386-avx512.exp: Change include dir path
9867 compilation flag.
9868 * gdb.arch/i386-mpx.c: Change path in include file.
9869 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9870 flag.
9871
9872 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9873
9874 * gdb.compile/compile-print.exp (compile print *vararray@3)
9875 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9876
9877 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9878
9879 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9880 (do not keep jit in memory): ... this.
9881 (expect 5): Change it to ...
9882 (expect no 5): ... this.
9883
9884 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9885
9886 PR gdb/15564
9887 * gdb.mi/mi-detach.exp: New file.
9888
9889 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9890
9891 PR symtab/18392
9892 * gdb.arch/amd64-tailcall-self.S: New file.
9893 * gdb.arch/amd64-tailcall-self.c: New file.
9894 * gdb.arch/amd64-tailcall-self.exp: New file.
9895
9896 2015-05-28 Don Breazeal <donb@codesourcery.com>
9897
9898 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9899 tests for remote targets by checking is_target_gdbserver.
9900
9901 2015-05-27 Doug Evans <dje@google.com>
9902
9903 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9904 * gdb.dwarf2/opaque-type-lookup.c: New file.
9905 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9906
9907 2015-05-26 Doug Evans <dje@google.com>
9908
9909 * gdb.cp/iostream.cc: New file.
9910 * gdb.cp/iostream.exp: New file.
9911
9912 2015-05-26 Doug Evans <dje@google.com>
9913
9914 * gdb.dwarf2/dw2-op-call.exp: Update.
9915 * gdb.dwarf2/dw4-sig-types.exp: Update.
9916 * gdb.dwarf2/implptr.exp: Update.
9917 * gdb.mi/mi-cmd-param-changed.exp: Update.
9918
9919 2015-05-26 Doug Evans <dje@google.com>
9920
9921 * gdb.python/py-lazy-string.c: New file.
9922 * gdb.python/py-lazy-string.exp: New file.
9923 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9924 (main): Update. Add estring3.
9925 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9926 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9927
9928 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9929 Yao Qi <yao.qi@linaro.org>
9930
9931 * gdb.reverse/aarch64.c: New.
9932 * gdb.reverse/aarch64.exp: New.
9933
9934 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
9935
9936 * lib/gdb.exp (supports_process_record): Return true for
9937 aarch64*-linux*.
9938 (supports_reverse): Likewise.
9939
9940 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9941
9942 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9943 Use with_test_prefix.
9944
9945 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9946
9947 * gdb.base/completion.exp: Add test for completion of layout
9948 names.
9949
9950 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9951
9952 * lib/gdb.exp (skip_tui_tests): New proc.
9953 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9954
9955 2015-05-19 Pedro Alves <palves@redhat.com>
9956
9957 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9958 Save the whole env array instead of just HOME. Unset HISTSIZE in
9959 the environment while testing. Restore whole environment
9960 afterwards.
9961
9962 2015-05-16 Doug Evans <xdje42@gmail.com>
9963
9964 * gdb.guile/scm-ports.c: New file.
9965 * gdb.guile/scm-ports.exp: Add memory port tests.
9966
9967 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9968
9969 * gdb.compile/compile-print.c: New file.
9970 * gdb.compile/compile-print.exp: New file.
9971
9972 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9973
9974 * gdb.compile/compile-ops.exp: Cast param to void.
9975 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9976 (compile code struct_object.selffield = &struct_object): Add xfail.
9977
9978 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9979
9980 * gdb.ada/arr_enum_with_gap: New testcase.
9981
9982 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9983
9984 * gdb.ada/byte_packed_arr: New testcase.
9985
9986 2015-05-15 Joel Brobecker <brobecker@adacore.com>
9987
9988 * gdb.ada/pckd_neg: New testcase.
9989
9990 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9991
9992 PR gdb/17820
9993 * gdb.base/gdbinit-history.exp: New test.
9994 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9995 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9996
9997 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9998
9999 * gdb.python/py-xmethods.cc: Enhance test case.
10000 * gdb.python/py-xmethods.exp: New tests.
10001 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
10002 function.
10003 (B_indexoper): Likewise.
10004 (global_dm_list) : Add new xmethod worker functions.
10005
10006 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
10007
10008 * gdb.base/coredump-filter.exp: Correctly unset
10009 "coredump_var_addr" array.
10010
10011 2015-05-08 Pedro Alves <palves@redhat.com>
10012
10013 * gdb.server/non-existing-program.exp: Unset spawn_id.
10014
10015 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
10016
10017 PR python/18291
10018 * gdb.python/py-xmethods.exp: Add tests.
10019
10020 2015-05-08 Yao Qi <yao.qi@linaro.org>
10021
10022 PR gdb/18208
10023 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10024 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10025 function set_coredump_filter, and remove remote_exec call.
10026 Remove argument ipid. Callers update.
10027 (top level): Don't get inferior's PID.
10028
10029 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10030
10031 * gdb.base/watch_thread_num.exp: Skip test on targets without
10032 access watchpoints.
10033
10034 2015-05-06 Pedro Alves <palves@redhat.com>
10035
10036 PR server/18081
10037 * gdb.server/non-existing-program.exp: New file.
10038
10039 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10040
10041 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10042
10043 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10044
10045 * gdb.ada/out_of_line_in_inlined: New testcase.
10046
10047 2015-05-05 Joel Brobecker <brobecker@adacore.com>
10048
10049 * gdb.ada/var_rec_arr: New testcase.
10050
10051 2015-04-30 Yao Qi <yao.qi@linaro.org>
10052
10053 * gdb.base/break-idempotent.exp: If
10054 skip_hw_watchpoint_multi_tests returns true, skip the tests
10055 on "rwatch" and "awatch".
10056
10057 2015-04-30 Yao Qi <yao.qi@linaro.org>
10058
10059 * gdb.base/relativedebug.exp: Invoke gdb command
10060 "info sharedlibrary", and if libc.so doesn't have debug info,
10061 skip the test.
10062
10063 2015-04-29 Doug Evans <dje@google.com>
10064
10065 * gdb.python/py-xmethods.exp: Add ptype tests.
10066 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10067 get_result_type method.
10068
10069 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10070
10071 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10072 the target does not support hardware watchpoints.
10073
10074 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
10075
10076 * gdb.base/break-always.exp: Abort testing if writing to memory
10077 causes an error.
10078
10079 2015-04-28 Doug Evans <dje@google.com>
10080
10081 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10082 * gdb.python/py-pp-registration.exp: ... here. New file.
10083 * gdb.python/py-pp-registration.c: New file.
10084 * gdb.python/py-pp-registration.py: New file.
10085
10086 2015-04-28 Doug Evans <dje@google.com>
10087
10088 * gdb.python/py-bad-printers.c: New file.
10089 * gdb.python/py-bad-printers.py: New file.
10090 * gdb.python/py-bad-printers.exp: New file.
10091
10092 2015-04-28 Sasha Smundak <asmundak@google.com>
10093
10094 * gdb.python/py-type.exp: New test.
10095
10096 2015-04-28 Andy Wingo <wingo@igalia.com>
10097
10098 * gdb.python/py-parameter.exp:
10099 * gdb.guile/scm-parameter.exp: Escape the path that we are
10100 matching against, as it might contain characters that are special
10101 to regular expressions.
10102
10103 2015-04-27 Joel Brobecker <brobecker@adacore.com>
10104
10105 * gdb.ada/rec_comp: New testcase.
10106
10107 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10108
10109 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10110 before using it.
10111
10112 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10113
10114 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10115 new tests for verilog output.
10116
10117 2015-04-24 Yao Qi <yao.qi@linaro.org>
10118
10119 * boards/remote-gdbserver-on-localhost.exp: New file.
10120
10121 2015-04-23 Pedro Alves <palves@redhat.com>
10122
10123 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10124 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10125 "end of file", remove $inferior_spawn_id from the indirect list.
10126
10127 2015-04-23 Pedro Alves <palves@redhat.com>
10128
10129 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10130
10131 2015-04-23 Pedro Alves <palves@redhat.com>
10132
10133 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10134 on $any_spawn_id instead of only on $gdb_spawn_id.
10135
10136 2015-04-21 Pierre Muller <muller@sourceware.org>
10137
10138 PR pascal/17815
10139 * lib/pascal.exp (gpc_compile): Add new option "class".
10140 (fpc_compile): Likewise.
10141 * gdb.pascal/case-insensitive-symbols.pas: New file.
10142 * gdb.pascal/case-insensitive-symbols.exp: New file.
10143
10144 2015-04-20 Gary Benson <gbenson@redhat.com>
10145
10146 * gdb.base/attach.exp: Fix three extended remote failures.
10147
10148 2015-04-17 Gary Benson <gbenson@redhat.com>
10149
10150 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10151 the main executable over the remote protocol.
10152
10153 2015-04-16 Pedro Alves <palves@redhat.com>
10154
10155 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10156 a new gdbserver if gdbserver_reconnect_p is set.
10157
10158 2015-04-16 Pedro Alves <palves@redhat.com>
10159
10160 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10161 is set, don't exit gdbserver.
10162
10163 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10164
10165 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10166 appropriate .insn, such that an older assembler can be used.
10167 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10168 the z/Architecture instruction set on 31-bit targets as well.
10169
10170 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10171
10172 * gdb.go/handcall.exp: Remove all logic related to the first
10173 breakpoint and rely on go_runto_main instead.
10174 * gdb.go/strings.exp: Likewise.
10175 * gdb.go/unsafe.exp: Likewise.
10176 * gdb.go/hello.exp: Likewise. Also rename the remaining
10177 breakpoint marker to "breakpoint 1".
10178 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10179 * gdb.go/strings.go: Likewise.
10180 * gdb.go/unsafe.go: Likewise.
10181 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10182 "set breakpoint 2 here" and rename the remaining breakpoint marker
10183 to "breakpoint 1".
10184
10185 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10186
10187 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10188 if itertools.imap is not present.
10189 * gdb.python/py-objfile.exp: Add parentheses.
10190 * gdb.python/py-type.exp: Same.
10191 * gdb.python/py-unwind-maint.py: Same.
10192
10193 2015-04-15 Yao Qi <yao.qi@linaro.org>
10194
10195 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10196 of ":$ptr_size" and set its form explicitly.
10197
10198 2015-04-15 Pedro Alves <palves@redhat.com>
10199 Yao Qi <yao.qi@linaro.org>
10200
10201 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10202 timeout by factor of 4.
10203 (test_regular_watch): Likewise.
10204 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10205 * gdb.reverse/sigall-reverse.exp: Likewise.
10206 * gdb.reverse/until-precsave.exp: Likewise.
10207 * lib/gdb.exp (with_timeout_factor): New proc.
10208 (gdb_expect): Move some code to ...
10209 (get_largest_timeout): ... here. New procedure.
10210
10211 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
10212
10213 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10214
10215 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10216
10217 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10218 to write to the .text section.
10219
10220 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
10221
10222 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10223 Handle the case of targets that do not provide PID information.
10224
10225 2015-04-13 Yao Qi <yao.qi@linaro.org>
10226
10227 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10228 and use expect instead of gdb_expect.
10229
10230 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10231
10232 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10233 "coredump_var_addr" to avoid naming conflict with other testcases.
10234
10235 2015-04-10 Pedro Alves <palves@redhat.com>
10236
10237 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10238 gdb_test_sequence and gdb_assert.
10239
10240 2015-04-10 Pedro Alves <palves@redhat.com>
10241
10242 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10243 test messages that don't include the breakpoint address.
10244
10245 2015-04-10 Yao Qi <yao.qi@linaro.org>
10246
10247 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10248 false for some offset and width combinations which aren't
10249 supported by linux kernel.
10250
10251 2015-04-10 Pedro Alves <palves@redhat.com>
10252
10253 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10254 procedure, factored out from ...
10255 (top level): ... here. Add "set displaced-stepping" testing axis.
10256 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10257 parameter "displaced". Use it.
10258 (top level): Use foreach and add "set displaced-stepping" testing
10259 axis.
10260
10261 2015-04-10 Pedro Alves <palves@redhat.com>
10262
10263 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10264 Remove comment.
10265 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10266 both the address of the instruction that triggers the watchpoint
10267 and the address of the instruction immediately after, and use
10268 those addresses for the test. Fix comment.
10269
10270 2015-04-10 Pedro Alves <palves@redhat.com>
10271
10272 * gdb.base/sigstep.exp (breakpoint_to_handler)
10273 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10274 Test "backtrace" in handler.
10275 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10276 (top level): Add new "displaced" test axis to
10277 breakpoint_to_handler, breakpoint_to_handler_entry and
10278 breakpoint_over_handler.
10279
10280 2015-04-10 Pedro Alves <palves@redhat.com>
10281
10282 PR gdb/18216
10283 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10284
10285 2015-04-10 Yao Qi <yao.qi@linaro.org>
10286
10287 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10288 (test_add_rn_pc): New function.
10289 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10290 (top level): Invoke test_add_rn_pc.
10291
10292 2015-04-10 Pedro Alves <palves@redhat.com>
10293
10294 PR gdb/13858
10295 * gdb.base/step-over-no-symbols.exp: New file.
10296
10297 2015-04-09 Andy Wingo <wingo@igalia.com>
10298
10299 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10300 after the Python tests.
10301
10302 2015-04-08 Keith Seitz <keiths@redhat.com>
10303
10304 PR python/16699
10305 * gdb.python/py-completion.exp: New tests for completion.
10306 * gdb.python/py-completion.py (CompleteLimit1): New class.
10307 (CompleteLimit2): Likewise.
10308 (CompleteLimit3): Likewise.
10309 (CompleteLimit4): Likewise.
10310 (CompleteLimit5): Likewise.
10311 (CompleteLimit6): Likewise.
10312 (CompleteLimit7): Likewise.
10313
10314 2015-04-08 Pedro Alves <palves@redhat.com>
10315
10316 PR gdb/18214
10317 PR gdb/18216
10318 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10319 function.
10320 (main): Install it as SIGUSR1 handler.
10321 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10322 parameter. Always use "setup" as prefix. Toggle "set
10323 displaced-stepping" off/on depending on global. Don't switch to
10324 thread 1 here.
10325 (top level): Add displaced stepping "off/on" test axis. Update
10326 "setup" calls. Wrap each subtest with with_test_prefix. Test
10327 continuing with a queued signal in each thread.
10328
10329 2015-04-08 Pedro Alves <palves@redhat.com>
10330
10331 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10332 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10333 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10334 Return early if running to main fails.
10335 * gdb.trace/while-stepping.exp: Likewise.
10336
10337 2015-04-07 Pedro Alves <palves@redhat.com>
10338
10339 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10340 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10341 interact with inferior program.
10342
10343 2015-04-07 Pedro Alves <palves@redhat.com>
10344
10345 * lib/gdb.exp (inferior_spawn_id): New global.
10346 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10347 spawn id after processing the user code.
10348 (default_gdb_start): Set inferior_spawn_id.
10349 (send_inferior): New procedure.
10350 * lib/gdbserver-support.exp (gdbserver_start): Set
10351 inferior_spawn_id.
10352 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10353
10354 2015-04-07 Pedro Alves <palves@redhat.com>
10355
10356 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10357 * lib/gdbserver-support.exp (gdbserver_start): Make
10358 $server_spawn_id global.
10359 (gdbserver_start): Don't wait for gdbserver's spawn id with
10360 expect_background.
10361 (close_gdbserver): New procedure.
10362 (gdb_exit): Rename the default version and reimplement.
10363
10364 2015-04-07 Pedro Alves <palves@redhat.com>
10365
10366 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
10367 append the substituted item, not the original item.
10368
10369 2015-04-07 Pedro Alves <palves@redhat.com>
10370
10371 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10372 gdb_expect.
10373
10374 2015-04-07 Pedro Alves <palves@redhat.com>
10375
10376 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10377 output appearing once only.
10378
10379 2015-04-07 Pedro Alves <palves@redhat.com>
10380
10381 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10382 that doesn't expect anything. Return early if running to main
10383 fails.
10384
10385 2015-04-07 Yao Qi <yao.qi@linaro.org>
10386
10387 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10388 (child_function): Call alarm.
10389 (main): Move call to alarm into the loop.
10390 * gdb.threads/non-stop-fair-events.exp: Build program with
10391 -DTIMEOUT=$timeout.
10392
10393 2015-04-06 Doug Evans <xdje42@gmail.com>
10394
10395 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10396 Fix dest parameter to board_info.
10397 (fpc_compile): Ditto.
10398 (gdb_compile_pascal): Rename dest arg to destfile.
10399
10400 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10401
10402 * gdb.ada/funcall_ref.exp: New file.
10403 * gdb.ada/funcall_ref/foo.adb: New file.
10404
10405 2015-04-02 Yao Qi <yao.qi@linaro.org>
10406
10407 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10408 is remote.
10409
10410 2015-04-02 Gary Benson <gbenson@redhat.com>
10411
10412 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10413
10414 2015-04-01 Sasha Smundak <asmundak@google.com>
10415
10416 * gdb.python/py-unwind-maint.c: New file.
10417 * gdb.python/py-unwind-maint.exp: New test.
10418 * gdb.python/py-unwind-maint.py: New file.
10419 * gdb.python/py-unwind.c: New file.
10420 * gdb.python/py-unwind.exp: New test.
10421 * gdb.python/py-unwind.py: New test.
10422
10423 2015-04-01 Pedro Alves <palves@redhat.com>
10424
10425 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10426 to fail instead of non-existent $test.
10427
10428 2015-04-01 Pedro Alves <palves@redhat.com>
10429
10430 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10431 GDBFLAGS if not empty.
10432
10433 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10434
10435 * gdb.ada/complete.exp: Remove "multi_line".
10436 * gdb.ada/info_exc.exp: Remove "multi_line".
10437 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10438 * gdb.ada/ptype_field.exp: Remove "multi_line".
10439 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10440 * gdb.ada/tagged.exp: Remove "multi_line".
10441 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10442 [multi_line ...]
10443 * gdb.btrace/delta.exp: Likewise.
10444 * gdb.btrace/exception.exp: Likewise.
10445 * gdb.btrace/function_call_history.exp: Likewise.
10446 * gdb.btrace/instruction_history.exp: Likewise.
10447 * gdb.btrace/nohist.exp: Likewise.
10448 * gdb.btrace/record_goto.exp: Likewise.
10449 * gdb.btrace/segv.exp: Likewise.
10450 * gdb.btrace/stepi.exp: Likewise.
10451 * gdb.btrace/tailcall.exp: Likewise.
10452 * gdb.btrace/unknown_functions.exp: Likewise.
10453 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10454 * lib/gdb.exp: Add the "multi_line" helper.
10455
10456 2015-04-01 Pedro Alves <palves@redhat.com>
10457
10458 * gdb.threads/tid-reuse.c: New file.
10459 * gdb.threads/tid-reuse.exp: New file.
10460
10461 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10462
10463 PR corefiles/16092
10464 * gdb.base/coredump-filter.c: New file.
10465 * gdb.base/coredump-filter.exp: Likewise.
10466
10467 2015-03-27 Petr Machata <pmachata@redhat.com>
10468
10469 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10470 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10471 (Dwarf::assemble): Initialize them.
10472 (Dwarf::lines): New function.
10473
10474 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10475
10476 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10477 SYMBOL_PREFIX for x86_64-*-cygwin.
10478
10479 2015-03-26 Andy Wingo <wingo@igalia.com>
10480
10481 PR symtab/18148
10482 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10483 const_value but not a location.
10484 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10485 location defined in non-main CUs are visible.
10486
10487 2015-03-26 Yao Qi <yao.qi@linaro.org>
10488
10489 PR testsuite/18139
10490 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10491 Add a line number entry for the same line.
10492 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10493 Add a line number entry for the same line.
10494
10495 2015-03-26 Yao Qi <yao.qi@linaro.org>
10496
10497 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10498 .int 0.
10499 (func): Likewise. Add .Lfunc_1 label.
10500 Use .Lfunc_1 label.
10501 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10502 .int 0.
10503 (func): Likewise.
10504 Use .Lfunc_1 label.
10505
10506 2015-03-26 Yao Qi <yao.qi@linaro.org>
10507
10508 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10509 Call gdb_compile instead to compile each .s files without debug
10510 information.
10511
10512 2015-03-26 Yao Qi <yao.qi@linaro.org>
10513
10514 * gdb.base/savedregs.exp (process_saved_regs): Make
10515 "Saved registers:" optional in the pattern.
10516
10517 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10518
10519 * gdb.btrace/next.exp: Merged into step.exp.
10520 * gdb.btrace/finish.exp: Merged into step.exp.
10521 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10522 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10523 "record goto" and checking the exact replay position.
10524 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10525 check for "Recording format" in "info record" output.
10526 * gdb.btrace/record_goto.exp: Choose test file based on target.
10527 * gdb.btrace/x86-record_goto.S: Renamed into ...
10528 * gdb.btrace/x86_64-record_goto.S: ... this.
10529 * gdb.btrace/i686-record_goto.S: New.
10530 * gdb.btrace/x86-tailcall.S: Renamed into ...
10531 * gdb.btrace/x86_64-tailcall.S: ... this.
10532 * gdb.btrace/i686-tailcall.S: New.
10533 * gdb.btrace/x86-tailcall.c: Renamed into ...
10534 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10535 separate statements. Update test.
10536 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10537 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10538 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10539 * gdb.btrace/tailcall.exp: Choose test file based on target.
10540 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10541
10542 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10543
10544 * gdb.btrace/exception.exp: Increase BTS buffer size.
10545
10546 2015-03-24 Pedro Alves <palves@redhat.com>
10547
10548 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10549
10550 2015-03-24 Pedro Alves <palves@redhat.com>
10551
10552 * gdb.threads/schedlock.exp (test_step): No longer expect that
10553 "set scheduler-locking step" with "next" over a function call runs
10554 threads unlocked.
10555
10556 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10557
10558 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10559
10560 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10561
10562 PR breakpoints/16466
10563 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10564 * gdb.mi/mi-pending.c (thread_func): New function.
10565 (int main): Add threading support required.
10566 * gdb.mi/mi-pending.exp: Add tests for this issue.
10567 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10568 (pendfunc2): Remove stdio dependency.
10569 * gdb.mi/mi-pendshr2.c: New file.
10570
10571 2015-03-23 Keith Seitz <keiths@redhat.com>
10572
10573 * gdb.linespec/keywords.c: New file.
10574 * gdb.linespec/keywords.exp: New file.
10575
10576 2015-03-23 Keith Seitz <keiths@redhat.com>
10577
10578 PR gdb/18021
10579 * gdb.dwarf2/staticvirtual.exp: New test.
10580
10581 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10582
10583 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10584 * README: Remove HP-UX and gdb.hp.
10585 (configuration):
10586 * configure: Regenerate.
10587 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10588 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10589 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10590 gdb.hp/gdb.defects/Makefile.
10591 * gdb.hp/Makefile.in: File deleted.
10592 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10593 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10594 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10595 * gdb.hp/gdb.aCC/run.c: File deleted.
10596 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10597 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10598 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10599 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10600 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10601 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10602 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10603 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10604 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10605 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10606 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10607 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10608 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10609 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10610 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10611 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10612 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10613 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10614 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10615 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10616 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10617 * gdb.hp/gdb.compat/average.c: File deleted.
10618 * gdb.hp/gdb.compat/sum.c: File deleted.
10619 * gdb.hp/gdb.compat/xdb.c: File deleted.
10620 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10621 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10622 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10623 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10624 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10625 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10626 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10627 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10628 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10629 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10630 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10631 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10632 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10633 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10634 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10635 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10636 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10637 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10638 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10639 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10640 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10641 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10642 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10643 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10644 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10645 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10646 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10647 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10648 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10649 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10650 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10651 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10652 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10653 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10654 * gdb.hp/tools/odump: File deleted.
10655
10656 2015-03-19 Pedro Alves <palves@redhat.com>
10657
10658 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10659 (saw_thread_3): New globals.
10660 (top level): Increment them when an event for the corresponding
10661 thread is seen.
10662 (no thread starvation): New test.
10663
10664 2015-03-19 Pedro Alves <palves@redhat.com>
10665
10666 * gdb.threads/continue-pending-status.c: New file.
10667 * gdb.threads/continue-pending-status.exp: New file.
10668
10669 2015-03-18 Pedro Alves <palves@redhat.com>
10670
10671 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10672 Use gdb_is_target_remote instead of is_remote. Use
10673 gdb_test_multiple instead of gdb_expect. Exit early if
10674 gdb_test_multiple hits its internal matches. Tighten stepi tests
10675 expected output. Fail on exit with any signal, instead of just
10676 SIGILL.
10677
10678 2015-03-18 Yao Qi <yao.qi@linaro.org>
10679
10680 PR tdep/18107
10681 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10682 variable.
10683 * gdb.base/catch-syscall.exp: Don't skip it on
10684 aarch64*-*-linux* target. Remove elements in all_syscalls.
10685 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10686 target.
10687 (setup_all_syscalls): New proc.
10688
10689 2015-03-16 Yao Qi <yao.qi@linaro.org>
10690
10691 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10692 (top level): Skip tests if valid_addr_p returns false for
10693 $cmd1 or $cmd2.
10694
10695 2015-03-11 Andy Wingo <wingo@igalia.com>
10696
10697 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10698
10699 2015-03-11 Yao Qi <yao.qi@linaro.org>
10700
10701 * gdb.base/catch-syscall.exp: Fix typo in comments.
10702
10703 2015-03-11 Yao Qi <yao.qi@linaro.org>
10704
10705 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10706
10707 2015-03-09 Pedro Alves <palves@redhat.com>
10708
10709 * dg-extract-results.py: Delete.
10710
10711 2015-03-09 Pedro Alves <palves@redhat.com>
10712
10713 Merge dg-extract-results.sh from GCC upstream (r218843).
10714
10715 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10716 * dg-extract-results.sh: Use --text with grep to avoid issues with
10717 binary files. Fall back to cat -v, if that doesn't work.
10718
10719 2015-03-05 Pedro Alves <palves@redhat.com>
10720
10721 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10722
10723 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10724
10725 * lib/mi-support.exp (mi_expect_interrupt): Accept
10726 alternative event for when in all-stop mode.
10727
10728 2015-03-04 Pedro Alves <palves@redhat.com>
10729
10730 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10731
10732 2015-03-04 Mark Kettenis <kettenis@gnu.org>
10733
10734 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10735
10736 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10737
10738 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10739 regexps for GDB's current line display, accept a hex address
10740 preceding the line number.
10741
10742 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10743
10744 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10745 the 'arch1' variable for "s390*-linux*" targets.
10746
10747 2015-03-04 Pedro Alves <palves@redhat.com>
10748
10749 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10750 (main): Pass missing retval argument to pthread_join call.
10751
10752 2015-03-02 Pedro Alves <palves@redhat.com>
10753
10754 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10755 (top level): Call do_test with non-stop as well.
10756
10757 2015-03-02 Pedro Alves <palves@redhat.com>
10758
10759 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10760 -1.
10761
10762 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10763
10764 * gdb.arch/s390-vregs.exp: New test.
10765 * gdb.arch/s390-vregs.S: New file.
10766
10767 2015-02-27 Pedro Alves <palves@redhat.com>
10768
10769 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10770 call to catch_command_errors.
10771 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10772 catch_command_errors.
10773
10774 2015-02-27 Pedro Alves <palves@redhat.com>
10775
10776 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10777 "true" for boolean result.
10778 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10779 prototype of main.
10780
10781 2015-02-27 Pedro Alves <palves@redhat.com>
10782
10783 * lib/unbuffer_output.c: New file.
10784 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10785 (main): Call gdb_unbuffer_output.
10786
10787 2015-02-27 Yao Qi <yao.qi@linaro.org>
10788
10789 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10790 target.
10791
10792 2015-02-26 Doug Evans <dje@google.com>
10793
10794 * gdb.cp/class2.cc (Dbase, D): New classes.
10795 (main): New local delta.
10796 * gdb.cp/class2.exp: Test printing delta.
10797 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10798 (dynbar): New global.
10799 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10800
10801 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10802
10803 * gdb.compile/compile-ifunc.c: New file.
10804 * gdb.compile/compile-ifunc.exp: New file.
10805
10806 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10807
10808 * gdb.base/structs.exp: Check for correct struct on finish.
10809
10810 2015-02-26 Yao Qi <yao.qi@linaro.org>
10811
10812 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10813 is zero.
10814
10815 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10816
10817 * gdb.arch/cordic.ko.bz2: New file.
10818 * gdb.arch/cordic.ko.debug.bz2: New file.
10819 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10820
10821 2015-02-25 Yao Qi <yao.qi@linaro.org>
10822
10823 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10824 aarch64*-*-* target.
10825
10826 2015-02-23 Pedro Alves <palves@redhat.com>
10827
10828 * lib/gdb.exp (delete_breakpoints): Rewrite using
10829 gdb_test_multiple.
10830
10831 2015-02-23 Pedro Alves <palves@redhat.com>
10832
10833 * gdb.base/info-os.c: Include stdlib.h.
10834
10835 2015-02-22 Doug Evans <xdje42@gmail.com>
10836
10837 PR symtab/17855
10838 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10839 is read after symbols have been re-read.
10840 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10841 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10842
10843 2015-02-21 Doug Evans <dje@google.com>
10844
10845 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10846
10847 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10848
10849 PR corefiles/17808
10850 * gdb.arch/i386-biarch-core.core.bz2: New file.
10851 * gdb.arch/i386-biarch-core.exp: New file.
10852
10853 2015-02-21 Pedro Alves <palves@redhat.com>
10854
10855 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10856 runto_main fails.
10857
10858 2015-02-20 Pedro Alves <palves@redhat.com>
10859
10860 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10861 info probes.
10862
10863 2015-02-20 Pedro Alves <palves@redhat.com>
10864
10865 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10866
10867 2015-02-20 Pedro Alves <palves@redhat.com>
10868
10869 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10870 clean_restart before gdb_target_supports_trace.
10871
10872 2015-02-20 Pedro Alves <palves@redhat.com>
10873
10874 PR threads/18006
10875 * gdb.threads/clone-thread_db.c: New file.
10876 * gdb.threads/clone-thread_db.exp: New file.
10877
10878 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10879
10880 PR breakpoints/16812
10881 * gdb.base/catch-gdb-caused-signals.c: New file.
10882 * gdb.base/catch-gdb-caused-signals.exp: New file.
10883
10884 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10885
10886 * configure: Regenerated.
10887 * configure.ac: Use GDB_AC_TRANSFORM.
10888 * aclocal.m4: sinclude ../transform.m4.
10889
10890 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10891
10892 * lib/dtrace.exp: New file.
10893 * gdb.base/dtrace-probe.exp: Likewise.
10894 * gdb.base/dtrace-probe.d: Likewise.
10895 * gdb.base/dtrace-probe.c: Likewise.
10896 * lib/pdtrace.in: Likewise.
10897 * configure.ac: Output variables with the transformed names of
10898 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10899 * configure: Regenerated.
10900
10901 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10902
10903 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10904 expected message when trying to access $_probe_* convenience
10905 variables while not on a probe.
10906
10907 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10908
10909 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10910
10911 2015-02-11 Pedro Alves <pedro@codesourcery.com>
10912
10913 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10914 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10915
10916 2015-02-10 Doug Evans <xdje42@gmail.com>
10917
10918 * lib/gdb.exp (gdb_load): Always return a result.
10919
10920 2015-02-10 Pedro Alves <palves@redhat.com>
10921
10922 * gdb.threads/signal-sigtrap.c: New file.
10923 * gdb.threads/signal-sigtrap.exp: New file.
10924
10925 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10926
10927 * gdb.trace/no-attach-trace.c: New file.
10928 * gdb.trace/no-attach-trace.exp: New file.
10929
10930 2015-02-09 Mark Wielaard <mjw@redhat.com>
10931
10932 * gdb.dwarf2/atomic.c: New file.
10933 * gdb.dwarf2/atomic-type.exp: Likewise.
10934
10935 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10936
10937 * gdb.btrace/buffer-size.exp: Update "info record" output.
10938 * gdb.btrace/delta.exp: Update "info record" output.
10939 * gdb.btrace/enable.exp: Update "info record" output.
10940 * gdb.btrace/finish.exp: Update "info record" output.
10941 * gdb.btrace/instruction_history.exp: Update "info record" output.
10942 * gdb.btrace/next.exp: Update "info record" output.
10943 * gdb.btrace/nexti.exp: Update "info record" output.
10944 * gdb.btrace/step.exp: Update "info record" output.
10945 * gdb.btrace/stepi.exp: Update "info record" output.
10946 * gdb.btrace/nohist.exp: Update "info record" output.
10947
10948 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10949
10950 * gdb.btrace/buffer-size: New.
10951
10952 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10953
10954 * gdb.btrace/delta.exp: Update "info record" output.
10955 * gdb.btrace/enable.exp: Update "info record" output.
10956 * gdb.btrace/finish.exp: Update "info record" output.
10957 * gdb.btrace/instruction_history.exp: Update "info record" output.
10958 * gdb.btrace/next.exp: Update "info record" output.
10959 * gdb.btrace/nexti.exp: Update "info record" output.
10960 * gdb.btrace/step.exp: Update "info record" output.
10961 * gdb.btrace/stepi.exp: Update "info record" output.
10962 * gdb.btrace/nohist.exp: Update "info record" output.
10963
10964 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10965
10966 PR gdb/15678
10967 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10968
10969 2015-02-06 Pedro Alves <palves@redhat.com>
10970
10971 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10972 macro.
10973 (seconds_left, again): New globals.
10974 (main): Wait seconds_left in a 1-second sleep loop instead of
10975 sleeping 180 seconds. If 'again' is set, reset the seconds
10976 counter.
10977 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10978 'again' in the inferior before detaching. Print the seconds left.
10979 (options): New global.
10980 (top level): Build program with -DTIMEOUT=$timeout.
10981
10982 2015-02-06 Pedro Alves <palves@redhat.com>
10983
10984 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10985 determine how many seconds to pass to 'alarm'.
10986 * gdb.base/gdb-sigterm.exp (top level): Build program with
10987 -DTIMEOUT=$timeout.
10988 (do_test): Return success/failure indication. Add more verbose
10989 logging. Don't fail if 200 single steps are seen. Instead, fail
10990 when the test times out.
10991 (passes): New global.
10992 (top level): Break the testing loop if testing fails on any
10993 iteration. Use gdb_assert.
10994
10995 2015-02-04 Don Breazeal <donb@codesourcery.com>
10996
10997 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10998 and initialize them.
10999 (ipc_cleanup): New function.
11000 (main): Don't declare shmid, semid, and msqid. Add a call to
11001 atexit so that we call ipc_cleanup on exit.
11002
11003 2015-02-04 Pedro Alves <palves@redhat.com>
11004
11005 * boards/native-extended-gdbserver.exp: Remove any target variant
11006 specifications from the board name before clearing the isremote
11007 flag from board_info.
11008
11009 2015-01-31 Doug Evans <xdje42@gmail.com>
11010
11011 * gdb.base/maint.exp <maint print type argc>: Update expected output.
11012
11013 2015-01-31 Gary Benson <gbenson@redhat.com>
11014
11015 * gdb.base/completion.exp: Disable completion limiting for
11016 existing tests. Add new tests to check completion limiting.
11017 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11018
11019 2015-01-31 Doug Evans <xdje42@gmail.com>
11020
11021 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11022
11023 2015-01-31 Doug Evans <xdje42@gmail.com>
11024
11025 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11026 entries. Duplicate file section script entries.
11027 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11028 inlined entries. Add test for safe-path rejection.
11029 * gdb.python/py-section-script.c: Add duplicate inlined section script
11030 entries. Duplicate file section script entries.
11031 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11032 inlined entries. Add test for safe-path rejection.
11033
11034 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11035
11036 * gdb.ada/disc_arr_bound: New testcase.
11037
11038 2015-01-29 Joel Brobecker <brobecker@adacore.com>
11039
11040 * gdb.ada/mi_var_array: New testcase.
11041
11042 2015-01-27 Doug Evans <dje@google.com>
11043
11044 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11045 Add test for objfile.filename, objfile.username after objfile
11046 has been unloaded.
11047
11048 2015-01-26 Joel Brobecker <brobecker@adacore.com>
11049
11050 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11051 the second test to print the name attribute of value
11052 returned by the call to gdb.lookup_type, and adjust
11053 the expected output accordingly.
11054
11055 2015-01-25 Mark Wielaard <mjw@redhat.com>
11056
11057 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11058 * gdb.base/disp-step-fork.c: Include unistd.h.
11059 * gdb.base/siginfo-obj.c: Include stdio.h.
11060 * gdb.base/siginfo-thread.c: Likewise.
11061 * gdb.mi/non-stop.c: Include unistd.h.
11062 * gdb.mi/nsthrexec.c: Include stdio.h.
11063 * gdb.mi/pthreads.c: Include unistd.h.
11064 * gdb.modula2/unbounded1.c (main): Declare returns int.
11065 * gdb.reverse/consecutive-reverse.c: Likewise.
11066 * gdb.threads/create-fail.c: Include unistd.h.
11067 * gdb.threads/killed.c: Likewise.
11068 * gdb.threads/linux-dp.c: Likewise.
11069 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11070 * gdb.threads/non-ldr-exc-2.c: Likewise.
11071 * gdb.threads/non-ldr-exc-3.c: Likewise.
11072 * gdb.threads/non-ldr-exc-4.c: Likewise.
11073 * gdb.threads/pthreads.c: Include unistd.h.
11074 (main): Declare returns int.
11075 * gdb.threads/tls-main.c (foo): New declaration.
11076 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11077
11078 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11079
11080 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11081 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11082
11083 2015-01-15 Mark Wielaard <mjw@redhat.com>
11084
11085 * gdb.base/noreturn-return.c: New file.
11086 * gdb.base/noreturn-return.exp: New file.
11087 * gdb.base/noreturn-finish.c: New file.
11088 * gdb.base/noreturn-finish.exp: New file.
11089
11090 2015-01-23 Pedro Alves <palves@redhat.com>
11091
11092 * gdb.threads/continue-pending-after-query.c: New file.
11093 * gdb.threads/continue-pending-after-query.exp: New file.
11094
11095 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11096 Simon Marchi <simon.marchi@ericsson.com>
11097
11098 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11099 * gdb.base/valgrind-db-attach.exp: Same.
11100 * gdb.base/valgrind-infcall.exp: Same.
11101 * lib/mi-support.exp (default_mi_gdb_start): Same.
11102 * lib/prompt.exp (default_prompt_gdb_start): Same.
11103 * lib/gdb.exp (default_gdb_spawn): Same.
11104 (gdb_interact): New.
11105
11106
11107 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11108
11109 * gdb.compile/compile.exp (pointer to jit function): New test.
11110
11111 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
11112
11113 * lib/gdb.exp (supports_process_record): Return true for
11114 powerpc*-*-linux*.
11115 (supports_reverse): Likewise.
11116
11117 2015-01-15 Don Breazeal <donb@codesourcery.com>
11118
11119 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11120 instead of checking whether the target board is remote and
11121 use spawn_wait_for_attach instead of exec/sleep.
11122 * gdb.base/attach-twice.exp: Likewise.
11123
11124 2015-01-15 Joel Brobecker <brobecker@adacore.com>
11125
11126 * gdb.ada/var_arr_attrs: New testcase.
11127
11128 2015-01-14 Pedro Alves <palves@redhat.com>
11129 Joel Brobecker <brobecker@adacore.com>
11130
11131 PR gdb/17525
11132 * gdb.base/bp-cmds-execution-x-script.c: New file.
11133 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11134 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11135
11136 2015-01-14 Pedro Alves <palves@redhat.com>
11137
11138 PR cli/17828
11139 * gdb.base/batch-preserve-term-settings.c: New file.
11140 * gdb.base/batch-preserve-term-settings.exp: New file.
11141
11142 2015-01-13 Doug Evans <dje@google.com>
11143
11144 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11145 binary.
11146
11147 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11148
11149 * Makefile.in (clean mostlyclean): Do not delete *.py.
11150
11151 2015-01-13 Joel Brobecker <brobecker@adacore.com>
11152
11153 * gdb.python/py-lookup-type.exp: New file.
11154
11155 2015-01-12 Pedro Alves <palves@redhat.com>
11156
11157 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11158 restore GDBFLAGS before returning.
11159
11160 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11161
11162 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11163 is_amd64_regs_target and is_x86_like_target.
11164
11165 2015-01-11 Doug Evans <xdje42@gmail.com>
11166
11167 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11168 is given without an explicit form.
11169 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11170 attributes.
11171 * gdb.dwarf/corrupt.exp: Ditto.
11172 * gdb.dwarf2/enum-type.exp: Ditto.
11173 * gdb.trace/entry-values.exp: Ditto.
11174 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11175
11176 2015-01-11 Doug Evans <xdje42@gmail.com>
11177
11178 PR gdb/15830
11179 * gdb.base/maint.exp: Remove references to "maint demangle".
11180 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11181 Add tests for explicitly specifying language to demangle.
11182 * gdb.dlang/demangle.exp: Ditto.
11183
11184 2015-01-09 Pedro Alves <palves@redhat.com>
11185
11186 * gdb.threads/non-stop-fair-events.c: New file.
11187 * gdb.threads/non-stop-fair-events.exp: New file.
11188
11189 2015-01-09 Pedro Alves <palves@redhat.com>
11190
11191 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11192 the global scope. Set a breakpoint after all threads are started
11193 rather than stepping over two source lines. Expect the prompt.
11194 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11195 global.
11196 (NUM): Now 15.
11197 (main): Use threads_started_barrier to wait for all threads to
11198 start. Main thread no longer calls thread_function. Exit after
11199 180 seconds.
11200 (loop): New function.
11201 (thread_function): Wait on threads_started_barrier barrier. Call
11202 'loop' at each iteration.
11203 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11204 threads have started, instead of hardcoding number of "next"
11205 steps. Use an access watchpoint instead of a write watchpoint.
11206
11207 2015-01-09 Pedro Alves <palves@redhat.com>
11208
11209 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11210 (thread_func): Wait on barrier.
11211 (main): Wait for all threads to start before stopping GDB.
11212 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11213 global.
11214 (thread1_func, thread2_func): Wait on barrier.
11215 (main): Wait for all threads to start before stopping GDB.
11216 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11217 New global.
11218 (thread1_func, thread2_func): Wait on barrier.
11219 (main): Wait for all threads to start before stopping GDB.
11220
11221 2015-01-09 Pedro Alves <palves@redhat.com>
11222
11223 * gdb.threads/attach-many-short-lived-threads.c: New file.
11224 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11225
11226 2014-01-09 Pedro Alves <palves@redhat.com>
11227
11228 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11229 instead of to thread 2.
11230 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11231 Add barrier around each pthread_create call instead of around all
11232 calls.
11233 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11234 Set a break on thread_function and have the child threads hit it
11235 one at at a time.
11236
11237 2015-01-09 Pedro Alves <palves@redhat.com>
11238
11239 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11240 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11241 false.
11242 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11243 checking whether the target board is remote.
11244 * gdb.multi/multi-attach.exp: Likewise.
11245 * gdb.python/py-sync-interp.exp: Likewise.
11246 * gdb.server/ext-attach.exp: Likewise.
11247 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11248 tests that need to attach, instead of checking whether the target
11249 board is remote at the top of the file.
11250
11251 2015-01-08 Yao Qi <yao@codesourcery.com>
11252
11253 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11254
11255 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11256
11257 Fix testcase compilation.
11258 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11259
11260 2015-01-06 Joel Brobecker <brobecker@adacore.com>
11261
11262 * gdb.python/py-type.exp: Add a couple test about empty
11263 array creation, and negative-length array creation.
11264
11265 2015-01-02 Doug Evans <xdje42@gmail.com>
11266
11267 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11268
11269 2015-01-02 Doug Evans <dje@google.com>
11270
11271 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11272
11273 2014-12-29 Yao Qi <yao@codesourcery.com>
11274
11275 * gdb.trace/entry-values.exp: Update comments. Rename variable
11276 bar_call_foo to returned_from_foo.
11277
11278 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11279
11280 PR gdb/17394
11281 * gdb.linespec/break-asm-file.c: New file.
11282 * gdb.linespec/break-asm-file.exp: New file.
11283 * gdb.linespec/break-asm-file0.s: New file.
11284 * gdb.linespec/break-asm-file1.s: New file.
11285
11286 2014-12-18 Nigel Stephens <nigel@mips.com>
11287 Maciej W. Rozycki <macro@codesourcery.com>
11288
11289 * gdb.base/float.exp: Handle the new output from "info float" on
11290 MIPS targets.
11291
11292 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11293
11294 Fix MinGW compilation.
11295 * gdb.compile/compile-ops.exp: Update untested message if
11296 !skip_compile_feature_tests.
11297 * gdb.compile/compile-setjmp.exp: Likewise.
11298 * gdb.compile/compile-tls.exp: Likewise.
11299 * gdb.compile/compile.exp: Likewise.
11300 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11301 supported on this host".
11302
11303 2014-12-16 Doug Evans <xdje42@gmail.com>
11304
11305 * boards/stabs.exp: New file.
11306
11307 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11308
11309 * gdb.base/completion.exp: Adjust to format changes of "maint
11310 print user-registers".
11311
11312 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
11313
11314 PR server/17457
11315 * gdb.arch/aarch64-fp.c: New file.
11316 * gdb.arch/aarch64-fp.exp: New file.
11317
11318 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11319
11320 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11321 r210637, r210913, r211666, r215400, r215817).
11322
11323 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11324 * dg-extract-results.py: New file.
11325 * dg-extract-results.sh: Use it if the environment seems
11326 suitable.
11327
11328 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11329
11330 * dg-extract-results.py (parse_run): Handle warnings that
11331 are printed before a test harness is run.
11332
11333 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11334
11335 * dg-extract-results.py (Named): Remove __cmp__ method.
11336 (output_variation): Use a key to sort variation.harnesses.
11337
11338 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11339
11340 * dg-extract-results.py: For Python 3, force sys.stdout to
11341 handle surrogate escape sequences.
11342 (safe_open): New function.
11343 (output_segment, main): Use it.
11344
11345 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11346
11347 * dg-extract-results.py (Prog.result_re): Include options
11348 in test name.
11349
11350 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11351
11352 * dg-extract-results.py (output_variation): Always sort if
11353 do_sum.
11354
11355 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11356
11357 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11358 as long as we get pagination notifications.
11359
11360 2014-12-15 Jason Merrill <jason@redhat.com>
11361
11362 * Makefile.in (check-gdb.%): Restore.
11363 * README: Mention it.
11364
11365 2014-12-13 Joel Brobecker <brobecker@adacore.com>
11366
11367 * gdb.ada/str_uninit: New testcase.
11368
11369 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11370
11371 PR symtab/17642
11372 * gdb.base/vla-stub-define.c: New file.
11373 * gdb.base/vla-stub.c: New file.
11374 * gdb.base/vla-stub.exp: New file.
11375
11376 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11377 Jan Kratochvil <jan.kratochvil@redhat.com>
11378 Tom Tromey <tromey@redhat.com>
11379
11380 * configure.ac: Add gdb.compile/.
11381 * configure: Regenerate.
11382 * gdb.compile/Makefile.in: New file.
11383 * gdb.compile/compile-ops.exp: New file.
11384 * gdb.compile/compile-ops.c: New file.
11385 * gdb.compile/compile-tls.c: New file.
11386 * gdb.compile/compile-tls.exp: New file.
11387 * gdb.compile/compile-constvar.S: New file.
11388 * gdb.compile/compile-constvar.c: New file.
11389 * gdb.compile/compile-mod.c: New file.
11390 * gdb.compile/compile-nodebug.c: New file.
11391 * gdb.compile/compile-setjmp-mod.c: New file.
11392 * gdb.compile/compile-setjmp.c: New file.
11393 * gdb.compile/compile-setjmp.exp: New file.
11394 * gdb.compile/compile-shlib.c: New file.
11395 * gdb.compile/compile.c: New file.
11396 * gdb.compile/compile.exp: New file.
11397 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11398
11399 2014-12-12 Tom Tromey <tromey@redhat.com>
11400
11401 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11402 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11403
11404 2014-12-12 Doug Evans <dje@google.com>
11405
11406 * lib/gdb-python.exp (get_python_valueof): New function.
11407 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11408
11409 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11410
11411 * gdb.base/completion.exp: Add test for completion of "info
11412 registers ".
11413
11414 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11415
11416 * gdb.base/func-ptrs.c: New file.
11417 * gdb.base/func-ptrs.exp: New file.
11418
11419 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11420
11421 PR breakpoints/17012
11422 * gdb.base/dprintf-detach.c: New file.
11423 * gdb.base/dprintf-detach.exp: New file.
11424
11425 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11426
11427 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11428 * lib/gdb.exp (target_is_gdbserver): New procedure.
11429
11430 2014-12-08 Doug Evans <dje@google.com>
11431
11432 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11433
11434 2014-12-05 Yao Qi <yao@codesourcery.com>
11435
11436 * gdb.guile/scm-error.exp: Remove the third argument to
11437 gdb_remote_download.
11438 * gdb.guile/scm-frame-args.exp: Likewise.
11439 * gdb.guile/scm-section-script.exp: Likewise.
11440
11441 2014-12-05 Yao Qi <yao@codesourcery.com>
11442
11443 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11444
11445 2014-12-04 Doug Evans <dje@google.com>
11446
11447 * gdb.python/py-objfile.exp: Add tests for
11448 objfile.add_separate_debug_file.
11449
11450 2014-12-04 Doug Evans <dje@google.com>
11451
11452 * lib/gdb.exp (get_build_id): New function.
11453 (build_id_debug_filename_get): Rewrite to use it.
11454 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11455
11456 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11457
11458 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11459 `method(long)', not just 0x0.
11460 * gdb.cp/nsalias.exp: Align code labels to 4.
11461 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11462 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11463 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11464 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11465 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11466 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11467
11468 2014-12-02 Doug Evans <dje@google.com>
11469
11470 PR symtab/17602
11471 * gdb.cp/anon-ns.cc: Move guts of this file to ...
11472 * gdb.cp/anon-ns2.cc: ... here. New file.
11473 * gdb.cp/anon-ns.exp: Update.
11474
11475 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
11476
11477 * gdb.python/py-events.py (inferior_call_handler): New.
11478 (register_changed_handler, memory_changed_handler): New.
11479 (test_events.invoke): Register new handlers.
11480 * gdb.python/py-events.exp: Add tests for inferior call,
11481 memory_changed and register_changed events.
11482
11483 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11484
11485 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11486 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11487 if the linker doesn't understand this.
11488
11489 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11490
11491 * gdb.python/python.exp: Change expected reply to help().
11492
11493 2014-12-01 Yao Qi <yao@codesourcery.com>
11494
11495 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11496 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11497 * configure: Re-generated.
11498
11499 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11500
11501 * gdb.cp/chained-calls.cc: New file.
11502 * gdb.cp/chained-calls.exp: New file.
11503 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11504
11505 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11506
11507 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11508 * gdb.dwarf2/symtab-producer.exp: Same.
11509 * gdb.gdb/python-interrupts.exp: Same.
11510 * gdb.gdb/python-selftest.exp: Same.
11511 * gdb.python/py-linetable.exp: Same.
11512 * gdb.python/py-type.exp: Same.
11513 * gdb.python/py-value-cc.exp: Same.
11514 * gdb.python/py-value.exp: Same.
11515
11516 2014-11-28 Yao Qi <yao@codesourcery.com>
11517
11518 * gdb.base/break-probes.exp: Match library name prefixed with
11519 sysroot.
11520
11521 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11522
11523 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11524 test expected output. Add parentheses for the call to print.
11525 Remove L suffix from integers.
11526
11527 2014-11-26 Doug Evans <dje@google.com>
11528
11529 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11530
11531 2014-11-22 Yao Qi <yao@codesourcery.com>
11532
11533 * gdb.trace/entry-values.c: Remove asms.
11534 (foo): Add foo_label.
11535 (bar): Add bar_label.
11536 * gdb.trace/entry-values.exp: Remove code computing foo's
11537 length and bar's length.
11538 (Dwarf::assemble): Invoke function_range for bar and use
11539 MACRO_AT_func for foo.
11540
11541 2014-11-22 Yao Qi <yao@codesourcery.com>
11542
11543 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11544 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11545 Use .Lgcc43_procstart instead of gcc43.
11546
11547 2014-11-21 Joel Brobecker <brobecker@adacore.com>
11548
11549 * gdb.ada/n_arr_bound: New testcase.
11550
11551 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11552
11553 PR breakpoints/10737
11554 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11555 test_catch_syscall_multi_arch.
11556 (test_catch_syscall_multi_arch): New function.
11557
11558 2014-11-20 Doug Evans <xdje42@gmail.com>
11559
11560 * gdb.base/maint.exp: Update expected output.
11561
11562 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11563
11564 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11565 4-byte instruction on S390.
11566
11567 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11568
11569 * gdb.ada/arr_arr: New testcase.
11570
11571 2014-11-19 Joel Brobecker <brobecker@adacore.com>
11572
11573 * gdb.ada/pkd_arr_elem: New Testcase.
11574
11575 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
11576
11577 * gdb.reverse/break-precsave: Expect completion message for
11578 core file reads.
11579 * gdb.reverse/consecutive-precsave.exp: Likewise.
11580 * gdb.reverse/finish-precsave.exp: Likewise.
11581 * gdb.reverse/i386-precsave.exp: Likewise.
11582 * gdb.reverse/machinestate-precsave.exp: Likewise.
11583 * gdb.reverse/sigall-precsave.exp: Likewise.
11584 * gdb.reverse/solib-precsave.exp: Likewise.
11585 * gdb.reverse/step-precsave.exp: Likewise.
11586 * gdb.reverse/until-precsave.exp: Likewise.
11587 * gdb.reverse/watch-precsave.exp: Likewise.
11588
11589 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11590
11591 * gdb.base/bp-permanent.c: Include unistd.h.
11592 * gdb.python/py-framefilter-mi.c (main): Add return type.
11593 * gdb.python/py-framefilter.c (main): Likewise.
11594 * gdb.trace/actions-changed.c (main): Likewise.
11595
11596 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11597
11598 * gdb.mi/until.c: Add eye-catchers.
11599 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11600 line numbers.
11601
11602 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11603
11604 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11605 function header variants in break1.c.
11606 * gdb.base/ena-dis-br.exp: Likewise.
11607 * gdb.base/hbreak2.exp: Likewise.
11608 * gdb.reverse/until-precsave.exp: Drop references to removed
11609 non-prototype function header variants in ur1.c.
11610 * gdb.reverse/until-reverse.exp: Likewise.
11611
11612 2014-11-17 Petr Machata <pmachata@redhat.com>
11613
11614 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11615 ${_cu_offset_size} bytes abbrev offset.
11616
11617 2014-11-15 Doug Evans <xdje42@gmail.com>
11618
11619 PR symtab/17559
11620 * gdb.base/line-symtabs.exp: New file.
11621 * gdb.base/line-symtabs.c: New file.
11622 * gdb.base/line-symtabs.h: New file.
11623
11624 2014-11-14 Yao Qi <yao@codesourcery.com>
11625
11626 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11627 (func): Add label func_label.
11628 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11629 Replace low_pc and high_pc with MACRO_AT_range.
11630 Replace name, low_pc and high_pc with MACRO_AT_func.
11631
11632 2014-11-14 Yao Qi <yao@codesourcery.com>
11633
11634 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11635 Replace name, low_pc and high_pc with MACRO_AT_func.
11636
11637 2014-11-14 Yao Qi <yao@codesourcery.com>
11638
11639 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11640 produce debug information.
11641 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11642
11643 2014-11-14 Yao Qi <yao@codesourcery.com>
11644
11645 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11646 object and get function length.
11647 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11648 with MACRO_AT_func.
11649 (top-level): Replace gdb_compile and clean_restart with
11650 prepare_for_testing.
11651 * gdb.dwarf2/main.c (main): Add label main_label.
11652
11653 2014-11-14 Yao Qi <yao@codesourcery.com>
11654
11655 * lib/dwarf.exp (function_range): New procedure.
11656 (Dwarf::_handle_macro_at_func): New procedure.
11657 (Dwarf::_handle_macro_at_range): New procedure.
11658 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11659
11660 2014-11-14 Yao Qi <yao@codesourcery.com>
11661
11662 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11663 (_handle_attribute): New procedure.
11664
11665 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11666
11667 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11668 * gdb.base/call-sc.c (zed): Likewise.
11669 * gdb.base/checkpoint.c (main): Likewise.
11670 * gdb.base/dump.c (main): Likewise.
11671 * gdb.base/gcore.c (main): Likewise.
11672 * gdb.base/huge.c (main): Likewise.
11673 * gdb.base/multi-forks.c (main): Likewise.
11674 * gdb.base/pr10179-a.c (main): Likewise.
11675 * gdb.base/savedregs.c (main): Likewise.
11676 * gdb.base/sigaltstack.c (main): Likewise.
11677 * gdb.base/siginfo.c (main): Likewise.
11678 * gdb.base/structs.c (zed): Likewise.
11679 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11680 * gdb.mi/mi-syn-frame.c (main): Likewise.
11681 * gdb.mi/until.c (foo, main): Likewise.
11682 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11683 * gdb.base/solib-weak.c (foo): Declare.
11684 * gdb.base/attach-twice.c: Include stdio.h.
11685 * gdb.base/weaklib1.c: Likewise.
11686 * gdb.base/weaklib2.c: Likewise.
11687 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11688 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11689 unistd.h.
11690 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11691 * gdb.mi/mi-exit-code.c: Likewise.
11692 * gdb.base/break-interp-lib.c: Include string.h.
11693 * gdb.base/coremaker.c: Likewise.
11694 * gdb.base/testenv.c: Likewise.
11695 * gdb.python/py-finish-breakpoint.c: Likewise.
11696 * gdb.base/inferior-died.c: Include sys/wait.h.
11697 * gdb.base/fileio.c: Include time.h.
11698 * gdb.base/async-shell.c: Include unistd.h.
11699 * gdb.base/dprintf-non-stop.c: Likewise.
11700 * gdb.base/info-os.c: Likewise.
11701 * gdb.mi/mi-console.c: Likewise.
11702 * gdb.mi/watch-nonstop.c: Likewise.
11703 * gdb.python/py-events.c: Likewise.
11704 * gdb.base/async.c (baz): Move up before its invocation.
11705 * gdb.base/code_elim2.c (my_global_func): Likewise.
11706 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11707 * gdb.base/advance.c (func2): Likewise.
11708
11709 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11710
11711 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11712 variant.
11713 * gdb.base/annota3.c: Likewise.
11714 * gdb.base/async.c: Likewise.
11715 * gdb.base/average.c: Likewise.
11716 * gdb.base/call-ar-st.c: Likewise.
11717 * gdb.base/call-rt-st.c: Likewise.
11718 * gdb.base/call-sc.c: Likewise.
11719 * gdb.base/call-strs.c: Likewise.
11720 * gdb.base/ending-run.c: Likewise.
11721 * gdb.base/execd-prog.c: Likewise.
11722 * gdb.base/exprs.c: Likewise.
11723 * gdb.base/foll-exec.c: Likewise.
11724 * gdb.base/foll-fork.c: Likewise.
11725 * gdb.base/foll-vfork.c: Likewise.
11726 * gdb.base/funcargs.c: Likewise.
11727 * gdb.base/gcore.c: Likewise.
11728 * gdb.base/jump.c: Likewise.
11729 * gdb.base/langs0.c: Likewise.
11730 * gdb.base/langs1.c: Likewise.
11731 * gdb.base/langs2.c: Likewise.
11732 * gdb.base/mips_pro.c: Likewise.
11733 * gdb.base/nodebug.c: Likewise.
11734 * gdb.base/opaque0.c: Likewise.
11735 * gdb.base/opaque1.c: Likewise.
11736 * gdb.base/recurse.c: Likewise.
11737 * gdb.base/run.c: Likewise.
11738 * gdb.base/scope0.c: Likewise.
11739 * gdb.base/scope1.c: Likewise.
11740 * gdb.base/setshow.c: Likewise.
11741 * gdb.base/setvar.c: Likewise.
11742 * gdb.base/shmain.c: Likewise.
11743 * gdb.base/shr1.c: Likewise.
11744 * gdb.base/shr2.c: Likewise.
11745 * gdb.base/sigall.c: Likewise.
11746 * gdb.base/signals.c: Likewise.
11747 * gdb.base/so-indr-cl.c: Likewise.
11748 * gdb.base/solib2.c: Likewise.
11749 * gdb.base/structs.c: Likewise.
11750 * gdb.base/sum.c: Likewise.
11751 * gdb.base/vforked-prog.c: Likewise.
11752 * gdb.base/watchpoint.c: Likewise.
11753 * gdb.reverse/shr2.c: Likewise.
11754 * gdb.reverse/until-reverse.c: Likewise.
11755 * gdb.reverse/ur1.c: Likewise.
11756 * gdb.reverse/watch-reverse.c: Likewise.
11757
11758 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11759
11760 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11761 variant.
11762 * gdb.base/sepdebug.exp: Drop references to removed code.
11763
11764 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11765
11766 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11767 variant. Preserve original line numbering.
11768 * gdb.base/list1.c: Likewise.
11769
11770 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11771
11772 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11773 variant.
11774 * gdb.base/break1.c: Likewise.
11775 * gdb.base/break.exp: Drop references to removed code.
11776
11777 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11778
11779 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11780 variant.
11781
11782 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11783
11784 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11785
11786 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11787
11788 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11789 logic into perform_all_tests() and invoke it with and without
11790 function header prototypes.
11791 (do_function_calls): Remove conditional XFAIL for PR 5318.
11792 (rerun_and_prepare): Remove duplicate code.
11793 (perform_all_tests): New. Main logic moved here.
11794
11795 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11796
11797 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11798 code guarded by #ifdef NO_PROTOTYPES.
11799 (t_double_many_args): Likewise.
11800 (DEF_FUNC_MANY_ARGS_1): Likewise.
11801 (DEF_FUNC_VALUES_1): Likewise.
11802 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11803 guarded by #ifdef PROTOTYPES.
11804
11805 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11806
11807 * gdb.mi/mi-console.c: Add eye-catcher.
11808 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11809 instead of literal line number.
11810
11811 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11812
11813 * gdb.base/shr2.c: Add eye-catcher.
11814 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11815 line number.
11816
11817 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11818
11819 * gdb.base/jump.c: Add eye-catchers.
11820 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11821 numbers.
11822
11823 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11824
11825 * gdb.base/execd-prog.c: Add eye-catchers.
11826 * gdb.base/foll-exec.c: Likewise.
11827 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11828 line numbers.
11829
11830 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11831
11832 * gdb.base/ending-run.c: Add eye-catchers.
11833 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11834 literal line numbers.
11835
11836 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11837
11838 * gdb.base/call-rt-st.c: Add eye-catchers.
11839 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11840 literal line numbers.
11841
11842 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11843
11844 * gdb.base/call-ar-st.c: Add eye-catchers.
11845 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11846 literal line numbers.
11847
11848 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11849
11850 * gdb.base/average.c: Add eye-catchers.
11851 * gdb.base/sum.c: Likewise.
11852 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11853 regexps dynamically.
11854
11855 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11856
11857 * gdb.base/solib1.c: Add eye-catchers.
11858 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11859 literal line numbers.
11860
11861 2014-11-12 Pedro Alves <palves@redhat.com>
11862
11863 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11864 leader has exited.
11865
11866 2014-11-12 Pedro Alves <palves@redhat.com>
11867
11868 * gdb.arch/i386-bp_permanent.c: New file.
11869 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11870 (srcfile): Set to i386-bp_permanent.c.
11871 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11872 that stepi does not execute the 'leave' instruction, instead of
11873 testing it does execute.
11874 * gdb.base/bp-permanent.c: New file.
11875 * gdb.base/bp-permanent.exp: New file.
11876
11877 2014-11-10 Doug Evans <xdje42@gmail.com>
11878
11879 PR symtab/17564
11880 * gdb.base/symtab-search-order.exp: New file.
11881 * gdb.base/symtab-search-order.c: New file.
11882 * gdb.base/symtab-search-order-1.c: New file.
11883 * gdb.base/symtab-search-order-shlib-1.c: New file.
11884
11885 2014-11-07 Pedro Alves <palves@redhat.com>
11886
11887 PR gdb/17511
11888 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11889 i?86-*-linux*.
11890
11891 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11892
11893 PR c++/17494
11894 * gdb.cp/pr17494.cc: New file.
11895 * gdb.cp/pr17494.exp: New file.
11896
11897 2014-11-02 Yao Qi <yao@codesourcery.com>
11898
11899 * gdb.python/python.exp: Get working directory and match the
11900 output of "set extended-prompt \\w " with it.
11901
11902 2014-10-30 Doug Evans <dje@google.com>
11903
11904 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11905 in objfiles.
11906 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11907 in progspaces.
11908
11909 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
11910
11911 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11912 * gdb.base/realname-expand.exp: Likewise.
11913 * gdb.linespec/macro-relative.exp: Likewise.
11914
11915 2014-10-29 Pedro Alves <palves@redhat.com>
11916
11917 PR gdb/17408
11918 * gdb.threads/schedlock.c (some_function): New function.
11919 (call_function): New global.
11920 (MAYBE_CALL_SOME_FUNCTION): New macro.
11921 (thread_function): Call it.
11922 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11923 and use it instead of a global counter. Adjust all callers.
11924 (get_current_thread): Use "find current thread" for test message
11925 here rather than having all callers pass down the same string.
11926 (goto_loop): New procedure, factored out from ...
11927 (my_continue): ... this.
11928 (step_ten_loops): Change parameter from test message to command to
11929 use. Adjust.
11930 (list_count): Delete global.
11931 (check_result): New procedure, factored out from duplicate top
11932 level code.
11933 (continue tests): Wrap in with_test_prefix.
11934 (test_step): New procedure, factored out from duplicate top level
11935 code.
11936 (top level): Test "step" in combination with all scheduler-locking
11937 modes. Test "next" in combination with all scheduler-locking
11938 modes, and in combination with stepping over a function call or
11939 not.
11940 * gdb.threads/next-bp-other-thread.c: New file.
11941 * gdb.threads/next-bp-other-thread.exp: New file.
11942
11943 2014-10-29 Pedro Alves <palves@redhat.com>
11944
11945 PR python/17372
11946 * gdb.python/python.exp: Test a multi-line command that spawns
11947 interactive Python.
11948 * gdb.base/multi-line-starts-subshell.exp: New file.
11949
11950 2014-10-29 Yao Qi <yao@codesourcery.com>
11951
11952 * gdb.base/fileio.exp: Make directories on host.
11953
11954 2014-10-29 Yao Qi <yao@codesourcery.com>
11955
11956 * gdb.base/fileio.c (test_write): Close the file.
11957
11958 2014-10-28 Pedro Alves <palves@redhat.com>
11959
11960 PR gdb/12623
11961 * gdb.base/sigstep.c (no_handler): New global.
11962 (main): If 'no_handler is true, set the signal handlers to
11963 SIG_IGN.
11964 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11965 with_sw_watch and no_handler parameters. Handle them.
11966 (top level) <stepping over handler when stopped at a breakpoint
11967 test>: Add a test axis for testing with a software watchpoint, and
11968 another for testing with the signal handler set to SIG_IGN.
11969 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11970 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11971
11972 2014-10-28 Pedro Alves <palves@redhat.com>
11973
11974 PR gdb/17511
11975 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11976 * gdb.base/sigstep.exp (other_handler_location): New global.
11977 (advance): Support stepping into the signal handler, and running
11978 commands while in the handler.
11979 (in_handler_map): New global.
11980 (top level): In the advance test, add combinations for getting
11981 into the handler with stepping commands, and for running commands
11982 in the handler. Add comment descripting the advancei tests.
11983
11984 2014-10-28 Pedro Alves <palves@redhat.com>
11985
11986 * gdb.base/sigstep.exp: Use build_executable instead of
11987 prepare_for_testing.
11988 (top level): Move code that starts GDB, runs to main and creates a
11989 display to ...
11990 (restart): ... this new procedure.
11991 (top level): Move backtrace from signal handler test to ...
11992 (validate_backtrace): ... this new procedure.
11993 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11994 with_test_prefix. Always restart GDB.
11995 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11996 with_test_prefix. Always restart GDB. No need to delete
11997 breakpoints after the test.
11998 (test_skip_handler): Remove prefix parameter.
11999 (skip_over_handler, breakpoint_to_handler)
12000 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
12001 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
12002 restart GDB. No need to delete breakpoints after the test.
12003 (top level): Use foreach to call the test procedures with
12004 different commands.
12005
12006 2014-10-28 Pedro Alves <palves@redhat.com>
12007
12008 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
12009 instead of GNATS numbers.
12010 * gdb.base/sigbpt.exp: Likewise.
12011 * gdb.base/siginfo.exp: Likewise.
12012 * gdb.base/sigstep.exp: Likewise.
12013
12014 2014-10-27 Pedro Alves <palves@redhat.com>
12015
12016 * gdb.base/sigstep.c (dummy): New global.
12017 (main): Issue a couple writes to the new global.
12018 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12019 procedures.
12020 (skip_over_handler): Use test_skip_handler.
12021 (top level): Call skip_over_handler for stepi and nexti too.
12022 (breakpoint_over_handler): Use test_skip_handler.
12023 (top level): Call breakpoint_over_handler for stepi and nexti too.
12024
12025 2014-10-27 Yao Qi <yao@codesourcery.com>
12026
12027 * gdb.trace/tfile.c (adjust_function_address)
12028 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12029 function descriptor.
12030
12031 2014-10-24 Don Breazeal <donb@codesourcery.com>
12032
12033 * gdb.base/foll-fork.exp (test_follow_fork,
12034 catch_fork_child_follow): Check for updated fork messages emitted
12035 from infrun.c.
12036 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12037 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12038 vfork_and_exec_child_follow_through_step): Check for updated vfork
12039 messages emitted from infrun.c.
12040
12041 2014-10-24 Pedro Alves <palves@redhat.com>
12042
12043 * gdb.base/corefile.exp: Remove references to ultrix.
12044 * gdb.base/interrupt.exp: Likewise.
12045 * gdb.base/whatis.exp: Likewise.
12046 * gdb.gdb/selftest.exp: Likewise.
12047 * gdb.threads/manythreads.exp: Likewise.
12048 * gdb.threads/print-threads.exp: Likewise.
12049 * gdb.threads/pthreads.exp:: Likewise.
12050 * gdb.threads/schedlock.exp: Likewise.
12051
12052 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12053
12054 * gdb.cp/non-trivial-retval.cc: Add a test case.
12055 * gdb.cp/non-trivial-retval.exp: Add a test.
12056
12057 2014-10-20 Yao Qi <yao@codesourcery.com>
12058
12059 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12060 * gdb.python/py-objfile-script-gdb.py: New file.
12061 * gdb.python/py-objfile-script.exp: Update reference to
12062 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12063 of remote_download. Remove the dest file.
12064
12065 2014-10-20 Yao Qi <yao@codesourcery.com>
12066
12067 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12068 * gdb.base/step-line.exp: Likewise.
12069 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12070 * gdb.dwarf2/dw2-basic.exp: Likewise.
12071 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12072 * gdb.dwarf2/dw2-filename.exp: Likewise.
12073 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12074 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12075 * gdb.dwarf2/dw2-producer.exp: Likewise.
12076 * gdb.dwarf2/mac-fileno.exp: Likewise.
12077 * gdb.python/py-frame-args.exp: Likewise.
12078 * gdb.python/py-framefilter.exp: Likewise.
12079 * gdb.python/py-mi.exp: Likewise.
12080 * gdb.python/py-objfile-script.exp: Likewise
12081 * gdb.python/py-pp-integral.exp: Likewise.
12082 * gdb.python/py-pp-re-notag.exp: Likewise.
12083 * gdb.python/py-prettyprint.exp: Likewise.
12084 * gdb.python/py-section-script.exp: Likewise.
12085 * gdb.python/py-typeprint.exp: Likewise.
12086 * gdb.python/py-xmethods.exp: Likewise.
12087 * gdb.stabs/weird.exp: Likewise.
12088 * gdb.xml/tdesc-regs.exp: Likewise.
12089
12090 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12091
12092 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12093 (out_cu): Use addr_len for the size of addresses.
12094 (out_line): Likewise. Size DW_LNE_set_address instruction
12095 according to addr_len.
12096 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12097 (FUNC): Add START_INSNS to definition.
12098
12099 2014-10-18 Yao Qi <yao@codesourcery.com>
12100
12101 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12102 gdb_has_argv0 return true.
12103 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12104 check [target_info exists noargs], check [gdb_has_argv0]
12105 instead.
12106 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12107 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12108 procedures.
12109
12110 2014-10-17 Doug Evans <dje@google.com>
12111
12112 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12113 event.
12114 * gdb.python/py-events.py: Add clear_objfiles event.
12115
12116 2014-10-17 Doug Evans <dje@google.com>
12117
12118 * gdb.python/py-objfile.exp: Test progspace attribute.
12119
12120 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
12121
12122 * gdb.guile/scm-breakpoint.exp: Do not assume any
12123 directory separators when matching source file paths.
12124 * gdb.python/py-breakpoint.exp: Likewise.
12125 * gdb.reverse/break-precsave.exp: Likewise.
12126 * gdb.reverse/break-reverse.exp: Likewise.
12127 * gdb.reverse/consecutive-precsave.exp: Likewise.
12128 * gdb.reverse/finish-precsave.exp: Likewise.
12129 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12130 * gdb.reverse/finish-reverse.exp: Likewise.
12131 * gdb.reverse/i386-precsave.exp: Likewise.
12132 * gdb.reverse/i387-env-reverse.exp: Likewise.
12133 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12134 * gdb.reverse/machinestate-precsave.exp: Likewise.
12135 * gdb.reverse/machinestate.exp: Likewise.
12136 * gdb.reverse/sigall-precsave.exp: Likewise.
12137 * gdb.reverse/solib-precsave.exp: Likewise.
12138 * gdb.reverse/step-precsave.exp: Likewise.
12139 * gdb.reverse/until-precsave.exp: Likewise.
12140 * gdb.reverse/watch-precsave.exp: Likewise.
12141 * gdb.reverse/watch-reverse.exp: Likewise.
12142
12143 2014-10-17 Yao Qi <yao@codesourcery.com>
12144
12145 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12146 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12147
12148 2014-10-17 Pedro Alves <palves@redhat.com>
12149
12150 PR gdb/17471
12151 * gdb.base/bg-execution-repeat.c: New file.
12152 * gdb.base/bg-execution-repeat.exp: New file.
12153
12154 2014-10-17 Pedro Alves <palves@redhat.com>
12155
12156 PR gdb/17300
12157 * gdb.base/continue-all-already-running.c: New file.
12158 * gdb.base/continue-all-already-running.exp: New file.
12159
12160 2014-10-17 Pedro Alves <palves@redhat.com>
12161
12162 PR gdb/17472
12163 * gdb.base/annota-input-while-running.c: New file.
12164 * gdb.base/annota-input-while-running.exp: New file.
12165
12166 2014-10-17 Pedro Alves <palves@redhat.com>
12167
12168 * gdb.base/callfuncs.exp: emove references to osf.
12169 * gdb.base/sigall.exp: Likewise.
12170 * gdb.gdb/selftest.exp: Likewise.
12171 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12172 * gdb.mi/non-stop.c: Likewise.
12173 * gdb.mi/pthreads.c: Likewise.
12174 * gdb.reverse/sigall-precsave.exp: Likewise.
12175 * gdb.reverse/sigall-reverse.exp: Likewise.
12176 * gdb.threads/pthreads.c: Likewise.
12177 * gdb.threads/pthreads.exp: Likewise.
12178
12179 2014-10-17 Yao Qi <yao@codesourcery.com>
12180
12181 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12182 check 'target_info exists noargs'.
12183 (test_command_prompt_position): Likewise.
12184 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12185 Remove "set args".
12186 (progvar_simple_while_test): Likewise.
12187 (progvar_complex_if_while_test): Likewise.
12188 (if_while_breakpoint_command_test): Likewise.
12189 (infrun_breakpoint_command_test): Likewise.
12190 (breakpoint_command_test): Likewise.
12191 (watchpoint_command_test): Likewise.
12192 (bp_deleted_in_command_test): Likewise.
12193 (temporary_breakpoint_commands): Likewise.
12194
12195 2014-10-16 Yao Qi <yao@codesourcery.com>
12196
12197 * gdb.base/remotetimeout.exp: Remove noargs checking.
12198
12199 2014-10-15 Pedro Alves <palves@redhat.com>
12200
12201 PR breakpoints/9649
12202 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12203 * gdb.base/breakpoint-in-ro-region.exp
12204 (probe_target_hardware_step): New procedure.
12205 (top level): Probe hardware stepping and hardware breakpoint
12206 support. Test stepping through a read-only region, with both
12207 "breakpoint auto-hw" on and off and both "always-inserted" on and
12208 off.
12209
12210 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12211
12212 * gdb.dlang/demangle.exp: Update for demangling changes.
12213
12214 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12215
12216 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12217 * gdb.cp/non-trivial-retval.exp: Add new tests.
12218
12219 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12220
12221 PR c++/13403
12222 PR c++/15154
12223 * gdb.cp/non-trivial-retval.cc: New file.
12224 * gdb.cp/non-trivial-retval.exp: New file.
12225
12226 2014-10-15 Yao Qi <yao@codesourcery.com>
12227
12228 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12229 remote host.
12230
12231 2014-10-15 Yao Qi <yao@codesourcery.com>
12232
12233 * gdb.python/py-symbol.exp: Match file base name if host is
12234 remote, otherwise match file name with dir name.
12235 * gdb.python/py-symtab.exp: Likewise.
12236 * gdb.python/python.exp: Likewise.
12237
12238 2014-10-15 Yao Qi <yao@codesourcery.com>
12239
12240 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12241 pattern.
12242 * gdb.python/py-symtab.exp: Likewise.
12243 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12244 locationn.
12245
12246 2014-10-14 Joel Brobecker <brobecker@adacore.com>
12247
12248 * gdb.ada/addr_arith: New testcase.
12249
12250 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12251
12252 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12253 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12254 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12255 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12256
12257 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12258
12259 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12260 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12261 * gdb.arch/stap-eval-lang-ada.exp: New file.
12262
12263 2014-10-14 Yao Qi <yao@codesourcery.com>
12264
12265 * gdb.mi/mi-var-child.c (nothing1): New function.
12266 (nothing2): New function.
12267 (do_children_tests): Set function pointers by nothing1 and
12268 nothing2.
12269 * gdb.mi/mi-var-child.exp: Step over new added statements.
12270 Update test to match the new output.
12271 * gdb.mi/var-cmd.c (nothing1): New function.
12272 (nothing2): New function.
12273 (do_children_tests): Set function pointers by nothing1 and
12274 nothing2.
12275 * gdb.mi/mi-var-display.exp: Update test to match output.
12276 Step to the line specified by $line_dct_nothing.
12277 Increase the number of lines to step.
12278
12279 2014-10-14 Yao Qi <yao@codesourcery.com>
12280
12281 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12282 tests.
12283 * gdb.mi/mi2-var-child.exp: Likewise.
12284
12285 2014-10-13 Doug Evans <dje@google.com>
12286
12287 * gdb.python/py-objfile.exp: Change name of file name test.
12288
12289 2014-10-13 Doug Evans <dje@google.com>
12290
12291 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12292 from the start of the CU.
12293
12294 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12295 Yao Qi <yao@codesourcery.com>
12296
12297 Fix "save breakpoints" for "catch" command.
12298 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12299 Remove -nonewline. Match also the added "main" line.
12300
12301 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12302
12303 Fix "save breakpoints" for "disable $bpnum" command.
12304 * gdb.base/save-bp.c (main): Add label.
12305 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12306
12307 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12308
12309 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12310
12311 2014-10-11 Yao Qi <yao@codesourcery.com>
12312
12313 * gdb.server/server-kill.exp: Execute command
12314 "set remote trace-status-packet on" before "tstatus".
12315
12316 2014-10-11 Yao Qi <yao@codesourcery.com>
12317
12318 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12319 (main): Call getppid.
12320 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12321 and continue to it. Read variable "server_pid".
12322
12323 2014-10-11 Yao Qi <yao@codesourcery.com>
12324
12325 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12326
12327 2014-10-11 Yao Qi <yao@codesourcery.com>
12328
12329 * gdb.threads/thread-find.exp: Don't execute command
12330 "info threads".
12331 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12332 * gdb.threads/linux-dp.exp: Don't check the condition
12333 $threads_created equals to zero.
12334
12335 2014-10-10 Pedro Alves <palves@redhat.com>
12336
12337 * gdb.base/bigcore.exp: Remove references to IRIX.
12338 * gdb.base/funcargs.exp: Likewise.
12339 * gdb.base/interrupt.exp: Likewise.
12340 * gdb.base/mips_pro.exp: Likewise.
12341 * gdb.base/nodebug.exp: Likewise.
12342 * gdb.base/setvar.exp: Likewise.
12343 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12344
12345 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12346 Pedro Alves <palves@redhat.com>
12347
12348 PR symtab/14466
12349 * gdb.base/vdso-warning.c: New file.
12350 * gdb.base/vdso-warning.exp: New file.
12351
12352 2014-10-02 Doug Evans <dje@google.com>
12353
12354 * gdb.base/structs.c (main): Don't run forever.
12355
12356 2014-10-02 Pedro Alves <palves@redhat.com>
12357
12358 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12359 (top level) <stop threads 1, stop threads 2>: Use it.
12360
12361 2014-10-02 Pedro Alves <palves@redhat.com>
12362
12363 * gdb.threads/break-while-running.exp (test): Add new
12364 'update_thread_list' argument. Skip "info threads" if false.
12365 (top level): Add new 'update_thread_list' axis.
12366
12367 2014-10-02 Pedro Alves <palves@redhat.com>
12368
12369 PR breakpoints/17431
12370 * gdb.base/execl-update-breakpoints.c: New file.
12371 * gdb.base/execl-update-breakpoints.exp: New file.
12372
12373 2014-10-01 Pedro Alves <palves@redhat.com>
12374
12375 * gdb.base/breakpoint-in-ro-region.c: New file.
12376 * gdb.base/breakpoint-in-ro-region.exp: New file.
12377
12378 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12379
12380 * gdb.mi/mi-exit-code.exp: New file.
12381 * gdb.mi/mi-exit-code.c: New file.
12382
12383 2014-09-30 Yao Qi <yao@codesourcery.com>
12384
12385 * lib/prelink-support.exp (build_executable_own_libs): Error if
12386 the target isn't native.
12387
12388 2014-09-30 Yao Qi <yao@codesourcery.com>
12389
12390 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12391 false.
12392
12393 2014-09-22 Pedro Alves <palves@redhat.com>
12394
12395 * gdb.threads/break-while-running.exp: New file.
12396 * gdb.threads/break-while-running.c: New file.
12397
12398 2014-09-19 Yao Qi <yao@codesourcery.com>
12399
12400 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12401 Invoke test. Restart GDB with --readnow and invoke test again.
12402
12403 2014-09-19 Yao Qi <yao@codesourcery.com>
12404
12405 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12406 proc set_breakpoint_on_gcd_function. Invoke
12407 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12408 invoke set_breakpoint_on_gcd_function again.
12409
12410 2014-09-18 Doug Evans <dje@google.com>
12411
12412 * gdb.dwarf2/symtab-producer.exp: New file.
12413
12414 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12415
12416 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12417 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12418 * gdb.base/global-var-nested-by-dso.c: Likewise.
12419 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12420
12421 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12422 Pedro Alves <palves@redhat.com>
12423
12424 * gdb.base/watch-bitfields.exp: Pass string other than test file
12425 name to prepare_for_testing.
12426 (watch): New procedure.
12427 (expect_watchpoint): Use with_test_prefix.
12428 (top level): Factor out tests to ...
12429 (test_watch_location, test_regular_watch): ... these new
12430 procedures, and use with_test_prefix and gdb_continue_to_end.
12431
12432 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12433
12434 PR breakpoints/12526
12435 * gdb.base/watch-bitfields.exp: New file.
12436 * gdb.base/watch-bitfields.c: New file.
12437
12438 2014-09-16 Pedro Alves <palves@redhat.com>
12439
12440 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12441 software and hardware addresses, not software address against
12442 itself.
12443
12444 2014-09-16 Pedro Alves <palves@redhat.com>
12445
12446 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12447 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12448
12449 2014-09-16 Pedro Alves <palves@redhat.com>
12450
12451 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12452 files.
12453 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12454 "*-*-vxworks*" throughout.
12455 * gdb.base/break.exp: Likewise.
12456 * gdb.base/default.exp: Likewise.
12457 * gdb.base/scope.exp: Likewise.
12458 * gdb.base/sepdebug.exp: Likewise.
12459 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12460 throughout.
12461 * gdb.base/run.c: Likewise.
12462 * gdb.base/sepdebug.c: Likewise.
12463 * gdb.hp/gdb.aCC/run.c: Likewise.
12464 * gdb.reverse/until-reverse.c: Likewise.
12465 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12466
12467 2014-09-16 Yao Qi <yao@codesourcery.com>
12468
12469 * boards/local-remote-host-native.exp: New file.
12470
12471 2014-09-14 Doug Evans <xdje42@gmail.com>
12472
12473 * gdb.threads/queue-signal.c (thread_count): New variable.
12474 (thread_count_mutex, thread_count_condvar): New variables.
12475 (incr_thread_count, wait_all_threads_running): New functions.
12476 (main): Wait for all threads to be in their thread functions.
12477
12478 2014-09-13 Doug Evans <xdje42@gmail.com>
12479
12480 * gdb.threads/queue-signal.c: New file.
12481 * gdb.threads/queue-signal.exp: New file.
12482
12483 2014-09-13 Doug Evans <xdje42@gmail.com>
12484
12485 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12486 be consistent with what default_gdb_init uses.
12487 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12488 the plain text of the prompt. Add some logging printfs.
12489 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12490
12491 2014-09-12 Pedro Alves <palves@redhat.com>
12492
12493 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12494 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12495 * gdb.arch/i386-size-overlap.exp: Likewise.
12496 * gdb.arch/i386-size.exp: Likewise.
12497 * gdb.arch/i386-unwind.exp: Likewise.
12498 * gdb.base/a2-run.exp: Likewise.
12499 * gdb.base/break.exp: Likewise.
12500 * gdb.base/charset.exp: Likewise.
12501 * gdb.base/chng-syms.exp: Likewise.
12502 * gdb.base/commands.exp: Likewise.
12503 * gdb.base/dbx.exp: Likewise.
12504 * gdb.base/find.exp: Likewise.
12505 * gdb.base/funcargs.exp: Likewise.
12506 * gdb.base/jit-simple.exp: Likewise.
12507 * gdb.base/reread.exp: Likewise.
12508 * gdb.base/sepdebug.exp: Likewise.
12509 * gdb.base/step-bt.exp: Likewise.
12510 * gdb.cp/mb-inline.exp: Likewise.
12511 * gdb.cp/mb-templates.exp: Likewise.
12512 * gdb.objc/basicclass.exp: Likewise.
12513 * gdb.threads/killed.exp: Likewise.
12514
12515 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12516
12517 PR tdep/17379
12518 * gdb.arch/powerpc-stackless.S: New file.
12519 * gdb.arch/powerpc-stackless.exp: New file.
12520
12521 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12522
12523 * gdb.base/attach.c: Include unistd.h.
12524 (main): Call alarm. Add label postloop.
12525 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12526 gdb_breakpoint, gdb_continue_to_breakpoint.
12527 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12528
12529 2014-09-11 Pedro Alves <palves@redhat.com>
12530
12531 PR gdb/17347
12532 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12533 * gdb.base/attach.exp (test_command_line_attach_run): New
12534 procedure.
12535 (top level): Call it.
12536
12537 2014-09-11 Pedro Alves <palves@redhat.com>
12538
12539 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12540 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12541 (do_command_attach_tests): Use spawn_wait_for_attach.
12542 * gdb.base/solib-overlap.exp: Likewise.
12543 * gdb.multi/multi-attach.exp: Likewise.
12544 * gdb.python/py-prompt.exp: Likewise.
12545 * gdb.python/py-sync-interp.exp: Likewise.
12546 * gdb.server/ext-attach.exp: Likewise.
12547
12548 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12549
12550 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12551 command in testcase. Simplify testcase.
12552
12553 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12554
12555 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12556
12557 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12558
12559 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12560
12561 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12562
12563 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12564
12565 2014-09-10 Joel Brobecker <brobecker@adacore.com>
12566
12567 * gdb.dwarf2/dynarr-ptr.c: New file.
12568 * gdb.dwarf2/dynarr-ptr.exp: New file.
12569
12570 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12571
12572 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12573 of 30 rather than hardcoding 120 for a slow test case. Take the
12574 `gdb,timeout' target setting into account for this calculation.
12575 Don't extend the timeout for the test cases that don't need it.
12576
12577 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12578
12579 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12580 a factor of 2 for a slow test case. Take the `gdb,timeout'
12581 target setting into account for this calculation.
12582 * gdb.reverse/until-precsave.exp: Increase the timeout by
12583 a factor of 15 and 3 respectively rather than adding 120
12584 for a pair of slow test cases. Take the `gdb,timeout'
12585 target setting into account for this calculation.
12586
12587 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12588
12589 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12590 timeout, don't pass one down to gdb_expect.
12591 (gdb_expect): Rework timeout selection.
12592
12593 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12594
12595 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12596 exception on timeout.
12597 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12598 (gdbserver_start_extended): Catch any `gdbserver_start' error
12599 exceptions.
12600 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12601 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12602 `gdbserver_gdb_load' error exceptions.
12603
12604 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12605
12606 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12607 120 on waiting for the TCP socket to open.
12608
12609 2014-09-09 Doug Evans <xdje42@gmail.com>
12610
12611 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12612 _caller_matches, _any_caller_is, _any_caller_matches.
12613
12614 2014-09-09 Doug Evans <xdje42@gmail.com>
12615
12616 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12617
12618 2014-09-09 Yao Qi <yao@codesourcery.com>
12619
12620 * gdb.mi/mi-var-display.exp: Set print symbol off.
12621
12622 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12623
12624 PR gdb/17035
12625 * gdb.base/commands.exp: Add tests to verify user-defined
12626 commands with empty bodies.
12627 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12628 python commands in `show user command`.
12629 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12630 scheme commands in `show user command`.
12631
12632 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12633
12634 PR python/17355
12635 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12636 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12637 * gdb.python/py-framefilter-invalidarg.exp: New file.
12638 * gdb.python/py-framefilter-invalidarg.py: New file.
12639
12640 2014-09-06 Doug Evans <xdje42@gmail.com>
12641
12642 PR 15276
12643 * gdb.python/py-caller-is.c: New file.
12644 * gdb.python/py-caller-is.exp: New file.
12645
12646 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12647
12648 PR gdb/17235
12649 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12650 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12651
12652 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12653
12654 PR fortran/17237
12655 * gdb.fortran/print-formatted.exp: New file.
12656 * gdb.fortran/print-formatted.f90: Likewise.
12657
12658 2014-09-03 Sasha Smundak <asmundak@google.com>
12659
12660 * gdb.python/py-frame.exp: Test Frame.read_register.
12661
12662 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12663
12664 PR python/16699
12665 * gdb.python/py-completion.exp: New file.
12666 * gdb.python/py-completion.py: Likewise.
12667
12668 2014-08-28 Doug Evans <dje@google.com>
12669
12670 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12671 eax,etc. are live with values set by gdb and thus the compiler can't
12672 use them.
12673 * gdb.arch/i386-pseudo.c (main): Ditto.
12674
12675 2014-08-27 Doug Evans <dje@google.com>
12676
12677 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12678
12679 2014-08-25 Doug Evans <dje@google.com>
12680
12681 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12682 (main): Ditto.
12683
12684 2014-08-25 Doug Evans <dje@google.com>
12685
12686 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12687
12688 2014-08-24 Yao Qi <yao@codesourcery.com>
12689
12690 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12691 symbol off.
12692 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12693
12694 2014-08-22 Doug Evans <dje@google.com>
12695
12696 PR 17276
12697 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12698 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12699 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12700
12701 2014-08-22 Yao Qi <yao@codesourcery.com>
12702
12703 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12704 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12705 * gdb.python/python.exp: Likewise. Use .py file on the host
12706 instead of the build.
12707
12708 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12709
12710 * gdb.threads/gcore-stale-thread.c: New file.
12711 * gdb.threads/gcore-stale-thread.exp: New file.
12712
12713 2014-08-21 Pedro Alves <palves@redhat.com>
12714
12715 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12716 * gdb.base/gcore-relro-pie.exp: Likewise.
12717 * gdb.base/gcore-relro.exp: Likewise.
12718 * gdb.base/gcore.exp: Likewise.
12719 * gdb.base/print-symbol-loading.exp: Likewise.
12720 * gdb.threads/gcore-thread.exp: Likewise.
12721 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12722
12723 2014-08-20 Pedro Alves <palves@redhat.com>
12724 Jan Kratochvil <jan.kratochvil@redhat.com>
12725
12726 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12727 configure.
12728 (EXPECT): Handle READ1 being set.
12729 (all): Depend on EXTRA_RULES.
12730 (check-read1, expect-read1, read1.so, read1): New rules.
12731 * README (Testsuite Parameters): Document the READ1 make variable.
12732 (Race detection): New section.
12733 * configure: Regenerate.
12734 * configure.ac: If build==host==target, and running under a
12735 GNU/glibc system, add read1 to the extra Makefile rules.
12736 (EXTRA_RULES): AC_SUBST it.
12737 * lib/read1.c: New file.
12738
12739 2014-08-20 Joel Brobecker <brobecker@adacore.com>
12740
12741 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12742 the handling of variables declared as a typedef to an array
12743 which a DW_AT_data_location attribute.
12744
12745 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
12746 Pedro Alves <palves@redhat.com>
12747
12748 PR symtab/14604
12749 PR symtab/14605
12750 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12751 gdb_test.
12752
12753 2014-08-19 Pedro Alves <palves@redhat.com>
12754
12755 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12756
12757 2014-08-19 Yao Qi <yao@codesourcery.com>
12758
12759 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12760 right line.
12761
12762 2014-08-18 David Blaikie <dblaikie@gmail.com>
12763
12764 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12765
12766 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12767
12768 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12769 attribute in array range.
12770
12771 2014-08-18 Joel Brobecker <brobecker@adacore.com>
12772
12773 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12774
12775 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12776
12777 PR c++/17132
12778 * gdb.cp/pr17132.cc: New file.
12779 * gdb.cp/pr17132.exp: New file.
12780
12781 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12782
12783 * gdb.python/py-xmethods.py (A_getarrayind)
12784 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12785 Use 'print' with function call syntax.
12786 (E_method_matcher.match): Fix tab vs space indentation mixup.
12787
12788 2014-08-15 Yao Qi <yao@codesourcery.com>
12789
12790 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12791 false.
12792
12793 2014-08-15 Yao Qi <yao@codesourcery.com>
12794
12795 * gdb.cp/casts.exp: Set print symbol off.
12796 * gdb.cp/class2.exp: Likewise.
12797 * gdb.cp/overload.exp: Likewise.
12798 * gdb.cp/templates.exp: Likewise.
12799
12800 2014-08-11 Doug Evans <dje@google.com>
12801
12802 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12803 (test_load_shlib): Update.
12804
12805 2014-08-09 Yao Qi <yao@codesourcery.com>
12806
12807 * gdb.base/display.exp: Invoke is_address_zero_readable.
12808 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12809 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12810 * gdb.base/hbreak-unmapped.exp: Return if
12811 is_address_zero_readable returns true.
12812 * gdb.base/signest.exp: Likewise.
12813 * gdb.base/signull.exp: Likewise.
12814 * gdb.base/sigbpt.exp: Likewise.
12815 * gdb.guile/scm-disasm.exp: Do the test if
12816 is_address_zero_readable returns false.
12817 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12818 * gdb.python/py-arch.exp: Likewise.
12819 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12820 * lib/gdb.exp (is_address_zero_readable): New proc.
12821
12822 2014-08-09 Yao Qi <yao@codesourcery.com>
12823
12824 PR testsuite/13443
12825 * gdb.mi/mi-var-display.exp: Make test messages unique.
12826
12827 2014-08-04 Tom Tromey <tromey@redhat.com>
12828
12829 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12830 target 0".
12831
12832 2014-08-04 Tom Tromey <tromey@redhat.com>
12833
12834 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12835 "target_resume".
12836
12837 2014-08-01 Joel Brobecker <brobecker@adacore.com>
12838
12839 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12840 inner_vla_struct_object_size.
12841 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12842 as xfail.
12843
12844 2014-07-30 Pedro Alves <palves@redhat.com>
12845
12846 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12847 comment.
12848
12849 2014-07-29 Yao Qi <yao@codesourcery.com>
12850
12851 PR gdb/17206
12852 * gdb.base/until-nodebug.exp: New.
12853
12854 2014-07-28 Doug Evans <xdje42@gmail.com>
12855
12856 PR guile/17203
12857 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12858 previously existing parameter, and previously ambiguously spelled
12859 parameter.
12860
12861 2014-07-28 Will Newton <will.newton@linaro.org>
12862
12863 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12864
12865 2014-07-26 Ludovic Courtès <ludo@gnu.org>
12866 Doug Evans <xdje42@gmail.com>
12867
12868 PR guile/17146
12869 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12870
12871 2014-07-25 Pedro Alves <palves@redhat.com>
12872
12873 * gdb.threads/signal-command-handle-nopass.c: New file.
12874 * gdb.threads/signal-command-handle-nopass.exp: New file.
12875 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12876 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12877 * gdb.threads/signal-delivered-right-thread.c: New file.
12878 * gdb.threads/signal-delivered-right-thread.exp: New file.
12879
12880 2014-07-25 Pedro Alves <palves@redhat.com>
12881
12882 * gdb.base/double-prompt-target-event-error.exp
12883 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12884 match.
12885 (cancel_pagination_in_target_event): Rework double prompt
12886 detection.
12887 * gdb.base/paginate-after-ctrl-c-running.exp
12888 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12889 <return>' match.
12890 * gdb.base/paginate-bg-execution.exp
12891 (test_bg_execution_pagination_return)
12892 (test_bg_execution_pagination_cancel): Remove '-notransfer
12893 <return>' matches.
12894 * gdb.base/paginate-execution-startup.exp
12895 (test_fg_execution_pagination_return)
12896 (test_fg_execution_pagination_cancel): Remove '-notransfer
12897 <return>' matches.
12898 * gdb.base/paginate-inferior-exit.exp
12899 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12900 match.
12901 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12902 * lib/gdb.exp (pagination_prompt): Run text through
12903 string_to_regexp.
12904 (gdb_test_multiple): Match $pagination_prompt instead of
12905 "<return>".
12906 (string_to_regexp): Move to lib/gdb-utils.exp.
12907
12908 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12909
12910 * gdb.arch/amd64-entry-value-paramref.S: New file.
12911 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12912 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12913 * gdb.arch/amd64-optimout-repeat.S: New file.
12914 * gdb.arch/amd64-optimout-repeat.c: New file.
12915 * gdb.arch/amd64-optimout-repeat.exp: New file.
12916
12917 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12918
12919 PR gdb/17170
12920 * gdb.base/statistics.exp: New file.
12921
12922 2014-07-17 Doug Evans <dje@google.com>
12923
12924 PR gdb/17170
12925 * gdb.base/maint.exp: Update testing of per-command stats.
12926
12927 2014-07-16 Pedro Alves <palves@redhat.com>
12928
12929 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12930 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12931 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12932 (tfile_write_buf): New functions.
12933 (add_memory_block): Rewrite using the above.
12934 (adjust_function_address): New function.
12935 (FUNCTION_ADDRESS): New macro.
12936 (write_basic_trace_file): Remove short_x local, and use
12937 tfile_write_16. Change type of func_addr local to unsigned long
12938 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12939 here. Cast argument of add_memory_block to char pointer.
12940 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12941 (main): Remove parameters.
12942 * gdb.trace/tfile.exp: Remove nowarnings.
12943
12944 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12945
12946 * gdb.base/debug-expr.exp: Test string evaluation with
12947 "debug expression" on.
12948
12949 2014-07-15 Pedro Alves <palves@redhat.com>
12950
12951 * gdb.base/reread.exp: Use clean_restart.
12952
12953 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12954
12955 * gdb.arch/avr-flash-qualifer.c: New.
12956 * gdb.arch/avr-flash-qualifer.exp: New.
12957
12958 2014-07-14 Pedro Alves <palves@redhat.com>
12959
12960 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12961 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12962
12963 2014-07-14 Pedro Alves <palves@redhat.com>
12964
12965 * gdb.base/double-prompt-target-event-error.c: New file.
12966 * gdb.base/double-prompt-target-event-error.exp: New file.
12967
12968 2014-07-14 Pedro Alves <palves@redhat.com>
12969
12970 PR gdb/17072
12971 * gdb.base/paginate-inferior-exit.c: New file.
12972 * gdb.base/paginate-inferior-exit.exp: New file.
12973
12974 2014-07-14 Pedro Alves <palves@redhat.com>
12975
12976 PR gdb/17072
12977 * gdb.base/paginate-bg-execution.c: New file.
12978 * gdb.base/paginate-bg-execution.exp: New file.
12979
12980 2014-07-14 Pedro Alves <palves@redhat.com>
12981
12982 PR gdb/17072
12983 * gdb.base/paginate-execution-startup.c: New file.
12984 * gdb.base/paginate-execution-startup.exp: New file.
12985 * lib/gdb.exp (pagination_prompt): New global.
12986 (default_gdb_spawn): New procedure, factored out from
12987 default_gdb_spawn.
12988 (default_gdb_start): Adjust to call default_gdb_spawn.
12989 (gdb_spawn): New procedure.
12990
12991 2014-07-14 Pedro Alves <palves@redhat.com>
12992
12993 * lib/gdb.exp (gdb_assert): New procedure.
12994 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12995
12996 2014-07-14 Pedro Alves <palves@redhat.com>
12997
12998 * gdb.base/execution-termios.c: New file.
12999 * gdb.base/execution-termios.exp: New file.
13000
13001 2014-07-14 Tom Tromey <tromey@redhat.com>
13002
13003 * gdb.cp/vla-cxx.cc: New file.
13004 * gdb.cp/vla-cxx.exp: New file.
13005
13006 2014-07-14 Tom Tromey <tromey@redhat.com>
13007
13008 * gdb.reverse/rerun-prec.c: New file.
13009 * gdb.reverse/rerun-prec.exp: New file.
13010
13011 2014-07-12 Maciej W. Rozycki <macro@mips.com>
13012 Maciej W. Rozycki <macro@codesourcery.com>
13013
13014 * lib/gdb-utils.exp: New file.
13015 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
13016 inline `gdb_init_command' processing.
13017 (gdb_start_cmd): Likewise.
13018 * lib/mi-support.exp (mi_run_cmd): Likewise.
13019 * README: Document `gdb_init_command' and `gdb_init_commands'.
13020
13021 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13022
13023 Fix false FAIL running under a very long directory name.
13024 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13025 and "set print elements 10000". Twice.
13026
13027 2014-07-11 Yao Qi <yao@codesourcery.com>
13028
13029 * gdb.base/exprs.exp: "set print symbol off".
13030
13031 2014-07-11 Pedro Alves <palves@redhat.com>
13032
13033 * gdb.threads/kill.c: New file.
13034 * gdb.threads/kill.exp: New file.
13035
13036 2014-07-10 Yao Qi <yao@codesourcery.com>
13037
13038 * gdb.trace/tfile.c (write_basic_trace_file)
13039 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13040 address written to trace file.
13041
13042 2014-07-09 Pedro Alves <palves@redhat.com>
13043
13044 * gdb.base/attach-wait-input.exp: New file.
13045 * gdb.base/attach-wait-input.c: New file.
13046
13047 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13048
13049 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13050 setting up test structures.
13051 (main): Call new test function.
13052 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13053 test function, continue into test function and walk test
13054 structures.
13055
13056 2014-07-02 Yao Qi <yao@codesourcery.com>
13057
13058 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13059 'bar_start' at the beginning of functions 'foo' and 'bar'
13060 respectively.
13061 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13062 instead of 'foo' and 'bar'.
13063
13064 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13065
13066 * gdb.btrace/segv.exp: New.
13067 * gdb.btrace/segv.c: New.
13068
13069 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
13070
13071 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13072 instruction.
13073
13074 2014-06-30 Mark Wielaard <mjw@redhat.com>
13075
13076 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13077 vulture, vilify, villar): New volatile array constants.
13078 (vindictive, vegetation): New const volatile array constants.
13079 * gdb.base/volatile.exp: Test volatile and const volatile array
13080 types.
13081
13082 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13083
13084 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13085 target lacks support for awatch, rwatch, or hbreak.
13086
13087 2014-06-27 Yao Qi <yao@codesourcery.com>
13088
13089 * gdb.multi/dummy-frame-restore.exp: New.
13090 * gdb.multi/dummy-frame-restore.c: New.
13091
13092 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13093
13094 * gdb.btrace/gcore.exp: New.
13095
13096 2014-06-23 Pedro Alves <palves@redhat.com>
13097
13098 * gdb.base/watchpoint-reuse-slot.c: New file.
13099 * gdb.base/watchpoint-reuse-slot.exp: New file.
13100
13101 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13102
13103 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13104 progspace's filename in 'info', 'enable' and 'disable' command
13105 tests.
13106
13107 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13108
13109 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13110 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13111 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13112
13113 2014-06-20 Gary Benson <gbenson@redhat.com>
13114
13115 * gdb.arch/i386-avx.exp: Fix include file location.
13116 * gdb.arch/i386-sse.exp: Likewise.
13117
13118 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13119
13120 * gdb.dlang/expression.exp: New file.
13121
13122 2014-06-19 Pedro Alves <palves@redhat.com>
13123
13124 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13125 out from ...
13126 (top level): ... here. Iterate running tests under different
13127 scheduler-locking settings.
13128
13129 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
13130
13131 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13132 to DW_FORM_addr and use non-zero addresses.
13133
13134 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13135
13136 PR gdb/17017
13137 * gdb.python/py-xmethods.cc: Add global function call counters and
13138 increment them in their respective functions. Remove "cout"
13139 statements.
13140 * gdb.python/py-xmethods.exp: Make tests check the global function
13141 call counters instead of depending on inferior IO.
13142
13143 2014-06-18 Don Breazeal <donb@codesourcery.com>
13144
13145 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13146 Deleted procedure.
13147 (explicit_fork_parent_follow): Deleted procedure.
13148 (explicit_fork_child_follow): Deleted procedure.
13149 (test_follow_fork): New procedure.
13150 (do_fork_tests): Replace calls to deleted procedures with
13151 calls to test_follow_fork and reset GDB for subsequent
13152 procedure calls.
13153
13154 2014-06-17 Yao Qi <yao@codesourcery.com>
13155
13156 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13157 CP1252.
13158
13159 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
13160
13161 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13162 Initialize ptr and S explicitly.
13163 (skip_type_update_when_not_use_rtti_test): Likewise.
13164
13165 2014-06-16 Keith Seitz <keiths@redhat.com>
13166
13167 PR mi/15863
13168 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13169 the inferior is started.
13170
13171 2014-06-16 Pedro Alves <palves@redhat.com>
13172
13173 * gdb.base/break-main-file-remove-fail.c: New file.
13174 * gdb.base/break-main-file-remove-fail.exp: New file.
13175 * gdb.base/break-unload-file.exp: Use build_executable instead of
13176 prepare_for_testing.
13177 (test_break): New parameter "initial_load". Handle it.
13178 (top level): Add initial_load cmdline/file axis.
13179
13180 2014-06-12 Tom Tromey <tromey@redhat.com>
13181
13182 * gdb.base/completion.exp: Don't use directory name in test.
13183
13184 2014-06-09 Gary Benson <gbenson@redhat.com>
13185
13186 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13187 separate the always-available ANSI-standard signals from the
13188 signals that require checking.
13189 (main): Likewise.
13190 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13191 Likewise.
13192 (main): Likewise.
13193
13194 2014-06-07 Keith Seitz <keiths@redhat.com>
13195
13196 Revert:
13197 PR c++/16253
13198 * gdb.cp/var-tag.cc: New file.
13199 * gdb.cp/var-tag.exp: New file.
13200 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13201 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13202 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13203 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13204
13205 2014-06-06 Doug Evans <xdje42@gmail.com>
13206
13207 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13208
13209 2014-06-06 Pedro Alves <palves@redhat.com>
13210
13211 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13212 in target debug output instead of looking at RSP packets,
13213 disabling the test on any target that uses hardware stepping.
13214 Update comments.
13215
13216 2014-06-06 Pedro Alves <palves@redhat.com>
13217
13218 * gdb.base/break-unload-file.exp: Fix typo.
13219
13220 2014-06-06 Yao Qi <yao@codesourcery.com>
13221
13222 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13223 from "jit_function" to "^jit_function".
13224
13225 2014-06-06 Yao Qi <yao@codesourcery.com>
13226
13227 * gdb.base/async.c (foo): Add one statement.
13228 * gdb.base/async.exp: Get the next instruction address and
13229 match the output of "nexti" by instruction address. Match
13230 the hex address in the output of "finish".
13231
13232 2014-06-06 Gary Benson <gbenson@redhat.com>
13233
13234 * gdb.base/call-signals.c: Remove preprocessor conditionals
13235 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13236 SIGSEGV and SIGTERM.
13237 * gdb.base/sigall.c: Likewise.
13238 * gdb.base/unwindonsignal.c: Likewise.
13239 * gdb.reverse/sigall-reverse.c: Likewise.
13240
13241 2014-06-06 Yao Qi <yao@codesourcery.com>
13242
13243 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13244 readable, skip the test.
13245
13246 2014-06-06 Yao Qi <yao@codesourcery.com>
13247
13248 * gdb.threads/staticthreads.c (thread_function): Move the line
13249 setting breakpoint on forward.
13250 * gdb.threads/staticthreads.exp: Update comments.
13251
13252 2014-06-05 Ludovic Courtès <ludo@gnu.org>
13253
13254 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13255 "history-append! type error".
13256
13257 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13258
13259 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13260 erroneous dprintf expected input.
13261
13262 2014-06-04 Doug Evans <xdje42@gmail.com>
13263
13264 * gdb.guile/scm-generics.exp: Delete.
13265
13266 2014-06-04 Doug Evans <xdje42@gmail.com>
13267
13268 * gdb.guile/scm-breakpoint.exp: Update.
13269 Add tests for breakpoint registration.
13270
13271 2014-06-04 Tom Tromey <tromey@redhat.com>
13272
13273 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13274 VLA-in-union.
13275 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13276 inner_vla_struct, vla_union types. Initialize objects of those
13277 types and compute their sizes.
13278
13279 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13280 Hui Zhu <hui@codesourcery.com>
13281
13282 * gdb.base/fileio.exp: Add test for shell not available as well as
13283 available.
13284 * gdb.base/fileio.c (test_system): Check for shell twice.
13285
13286 2014-06-04 Yao Qi <yao@codesourcery.com>
13287
13288 * gdb.base/auto-connect-native-target.exp: Remove redundant
13289 space from the regexp pattern.
13290
13291 2014-06-04 Yao Qi <yao@codesourcery.com>
13292
13293 * gdb.base/default.exp: Replace "child" with "native" in
13294 regexp pattern.
13295
13296 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13297
13298 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13299 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13300 * gdb.python/py-xmethods.py: Python script supporting the
13301 new testcase and tests.
13302
13303 2014-06-03 Joel Brobecker <brobecker@adacore.com>
13304 Pedro Alves <palves@redhat.com>
13305
13306 PR breakpoints/17000
13307 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13308 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13309
13310 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13311
13312 * gdb.base/subst.exp: Add tests to verify partial path matching
13313 output.
13314
13315 2014-06-03 Pedro Alves <palves@redhat.com>
13316
13317 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13318 target that doesn't use software single-stepping.
13319
13320 2014-06-03 Pedro Alves <palves@redhat.com>
13321
13322 PR breakpoints/17000
13323 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13324 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13325
13326 2014-06-02 Doug Evans <xdje42@gmail.com>
13327
13328 * gdb.guile/scm-parameter.exp: New file.
13329
13330 2014-06-02 Doug Evans <xdje42@gmail.com>
13331
13332 * gdb.guile/scm-cmd.c: New file.
13333 * gdb.guile/scm-cmd.exp: New file.
13334
13335 2014-06-02 Doug Evans <xdje42@gmail.com>
13336
13337 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13338 pretty-printer lookup.
13339 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13340 (make-pp_s-printer): Call it.
13341 (make-pretty-printer-from-dict): New function.
13342 (lookup-pretty-printer-maker-from-dict): New function.
13343 (*pretty-printer*): Simplify.
13344 (make-objfile-pp_s-printer): New function.
13345 (install-objfile-pretty-printers!): New function.
13346 (make-progspace-pp_s-printer): New function.
13347 (install-progspace-pretty-printers!): New function.
13348 * gdb.guile/scm-progspace.c: New file.
13349 * gdb.guile/scm-progspace.exp: New file.
13350
13351 2014-06-02 Pedro Alves <palves@redhat.com>
13352
13353 * gdb.base/dprintf-bp-same-addr.c: New file.
13354 * gdb.base/dprintf-bp-same-addr.exp: New file.
13355
13356 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13357
13358 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13359 * gdb.arch/powerpc-power.s: Likewise.
13360
13361 2014-06-02 Joel Brobecker <brobecker@adacore.com>
13362
13363 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13364
13365 2014-06-01 Yao Qi <yao@codesourcery.com>
13366
13367 * gdb.base/watchpoint.exp (test_watch_location): Check null
13368 pointer can be dereferenced. If not, do the test, otherwise
13369 skip it.
13370
13371 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13372
13373 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13374 results.
13375 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13376
13377 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
13378
13379 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13380 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13381 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13382 * gdb.arch/amd64-invalid-stack-top.c: New file.
13383 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13384
13385 2014-05-30 Pedro Alves <palves@redhat.com>
13386
13387 PR breakpoints/17000
13388 * gdb.base/sss-bp-on-user-bp.c: New file.
13389 * gdb.base/sss-bp-on-user-bp.exp: New file.
13390
13391 2014-05-30 David Blaikie <dblaikie@gmail.com>
13392
13393 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13394 gnu_inline semantics via attribute.
13395 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13396 source explicitly specifies the required semantics.
13397
13398 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13399
13400 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13401
13402 2014-05-29 Pedro Alves <palves@redhat.com>
13403 Tom Tromey <tromey@redhat.com>
13404
13405 * gdb.base/async-shell.exp: Don't enable target-async.
13406 * gdb.base/async.exp
13407 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13408 parameter. Adjust.
13409 (top level): Don't test with "target-async".
13410 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13411 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13412 * gdb.base/inferior-died.exp: Don't enable target-async.
13413 * gdb.base/interrupt-noterm.exp: Likewise.
13414 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13415 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13416 * gdb.mi/mi-nonstop.exp: Likewise.
13417 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13418 * gdb.mi/mi-nsintrall.exp: Likewise.
13419 * gdb.mi/mi-nsmoribund.exp: Likewise.
13420 * gdb.mi/mi-nsthrexec.exp: Likewise.
13421 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13422 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13423 * gdb.python/py-evsignal.exp: Don't enable target-async.
13424 * gdb.python/py-evthreads.exp: Likewise.
13425 * gdb.python/py-prompt.exp: Likewise.
13426 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13427 * gdb.server/solib-list.exp: Don't enable target-async.
13428 * gdb.threads/thread-specific-bp.exp: Likewise.
13429 * lib/mi-support.exp: Adjust to use mi-async.
13430
13431 2014-05-29 Pedro Alves <palves@redhat.com>
13432
13433 PR gdb/13860
13434 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13435 reason, even in sync mode.
13436
13437 2014-05-29 Pedro Alves <palves@redhat.com>
13438 Hui Zhu <hui@codesourcery.com>
13439
13440 PR PR15693
13441 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13442 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13443 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13444 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13445
13446 2014-05-28 Joel Brobecker <brobecker@adacore.com>
13447
13448 * config/monitor.exp (gdb_target_monitor): Replace use of
13449 "set remotebaud" by "set serial baud".
13450
13451 2014-05-26 Andy Wingo <wingo@igalia.com>
13452
13453 * gdb.guile/scm-breakpoint.exp:
13454 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13455 properties instead of gdb-object-properties.
13456
13457 2014-05-26 Yao Qi <yao@codesourcery.com>
13458
13459 * gdb.server/no-thread-db.exp: Specify source file name
13460 explicitly when setting a breakpoint.
13461
13462 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13463
13464 * gdb.btrace/vdso.c: New.
13465 * gdb.btrace/vdso.exp: New.
13466
13467 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13468
13469 * gdb.base/gcore.exp (capture_command_output): Move ...
13470 * lib/gdb.exp (capture_command_output): ... here.
13471
13472 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13473
13474 * gdb.btrace/data.exp: Test memory access during btrace replay.
13475
13476 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13477
13478 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13479
13480 2014-05-21 Pedro Alves <palves@redhat.com>
13481
13482 PR gdb/13860
13483 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13484 (top level): Test that output related to execution commands is
13485 sent to the console with CLI commands, but not with MI commands.
13486 Test that breakpoint events are always mirrored to the console.
13487 Also expect the new source line to be output after a "next" in
13488 async mode too. Make it a pass/fail test.
13489 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13490 output.
13491 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13492
13493 2014-05-21 Pedro Alves <palves@redhat.com>
13494
13495 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13496 Use them to test variations of "list" after reaching a breakpoint.
13497 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13498 Test "list" with listsize 10 after reaching a breakpoint.
13499 * gdb.python/python.exp (decode_line current location line
13500 number): Adjust expected line number.
13501
13502 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13503
13504 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13505 behavior for $args, pass it directly to "run".
13506
13507 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13508
13509 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13510 30000 to 65536.
13511
13512 2014-05-21 Pedro Alves <palves@redhat.com>
13513
13514 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13515 auto-connect-native-target off".
13516 * gdb.base/auto-connect-native-target.c: New file.
13517 * gdb.base/auto-connect-native-target.exp: New file.
13518
13519 2014-05-21 Pedro Alves <palves@redhat.com>
13520
13521 * gdb.base/default.exp: Test "target native" instead of "target
13522 child".
13523
13524 2014-05-21 Mark Wielaard <mjw@redhat.com>
13525
13526 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13527
13528 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13529
13530 Fix TLS access for -static -pthread.
13531 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13532 <HAVE_TLS> (thread_function, main): Initialize it.
13533 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13534 Add clean_restart.
13535 <$have_tls != "">: Check TLSVAR.
13536
13537 2014-05-21 Pedro Alves <palves@redhat.com>
13538
13539 * gdb.base/dcache-line-read-error.c: New.
13540 * gdb.base/dcache-line-read-error.exp: New.
13541
13542 2014-05-20 Pedro Alves <palves@redhat.com>
13543
13544 * gdb.base/compare-sections.c: New file.
13545 * gdb.base/compare-sections.exp: New file.
13546
13547 2014-05-20 Pedro Alves <palves@redhat.com>
13548
13549 * gdb.base/break-idempotent.c: New file.
13550 * gdb.base/break-idempotent.exp: New file.
13551
13552 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13553
13554 * gdb.btrace/nohist.exp: New.
13555
13556 2014-05-20 Yao Qi <yao@codesourcery.com>
13557
13558 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13559 gdb.reverse directory and gdb_reverse_timeout exists in board
13560 setting.
13561 * README: Document gdb_reverse_timeout.
13562
13563 2014-05-20 Yao Qi <yao@codesourcery.com>
13564
13565 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13566 'test_file_name'. Treat args as a string instead of a list.
13567 (gdb_init): Rename argument 'args' by 'test_file_name'.
13568
13569 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13570
13571 * gdb.arch/powerpc-power.exp: New file.
13572 * gdb.arch/powerpc-power.s: New file.
13573
13574 2014-05-16 Doug Evans <dje@google.com>
13575
13576 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
13577 * gdb.base/completion.exp: Check that all expected files exist
13578 before doing file completion.
13579
13580 2014-05-16 Doug Evans <dje@google.com>
13581
13582 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13583 Update.
13584 (do_syscall_tests_without_xml): Update.
13585
13586 2014-05-16 Pedro Alves <palves@redhat.com>
13587
13588 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13589 instead of "unknown output after running".
13590
13591 2014-05-16 Yao Qi <yao@codesourcery.com>
13592
13593 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13594 file1.txt from host at the end.
13595 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13596
13597 2014-05-15 Doug Evans <dje@google.com>
13598
13599 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13600 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13601 loading file. Add test for TU lookup.
13602
13603 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13604
13605 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13606 calling "-exec-arguments" or "set args" before running the
13607 inferior.
13608
13609 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13610
13611 * lib/mi-support.exp (mi_expect_stop): Expect message for
13612 inferiors that exit with non-zero exit code.
13613
13614 2014-05-14 Yao Qi <yao@codesourcery.com>
13615
13616 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13617 match absolute path on remote host.
13618 (test_file_list_exec_source_files): Remove "/" from the
13619 pattern.
13620
13621 2014-05-14 Yao Qi <yao@codesourcery.com>
13622
13623 * boards/local-remote-host-notty.exp (${board}_file): New
13624 proc.
13625
13626 2014-05-07 Kyle McMartin <kyle@redhat.com>
13627
13628 Pushed by Joel Brobecker <brobecker@adacore.com>.
13629 * gdb.arch/aarch64-atomic-inst.c: New file.
13630 * gdb.arch/aarch64-atomic-inst.exp: New file.
13631
13632 2014-05-07 Yao Qi <yao@codesourcery.com>
13633
13634 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13635 in current context" too.
13636
13637 2014-05-05 Keith Seitz <keiths@redhat.com>
13638
13639 * gdb.linespec/ls-dollar.exp: Add test for linespec
13640 file:convenience_variable.
13641
13642 2014-05-05 Yao Qi <yao@codesourcery.com>
13643
13644 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13645 traceframes into tfile and ctf trace files. Read data from
13646 trace file and test collected data.
13647 (gdb_collect_locals_test): Likewise.
13648 (gdb_unavailable_registers_test): Likewise.
13649 (gdb_unavailable_floats): Likewise.
13650 (gdb_collect_globals_test): Likewise.
13651 (top-level): Append "ctf" to trace_file_targets if GDB
13652 supports.
13653
13654 2014-05-05 Yao Qi <yao@codesourcery.com>
13655
13656 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13657 code to ...
13658 (gdb_collect_args_test_1): ... it. New proc.
13659 (gdb_collect_locals_test): Move some code to ...
13660 (gdb_collect_locals_test_1): ... it. New proc.
13661 (gdb_unavailable_registers_test): Move some code to ...
13662 (gdb_unavailable_registers_test_1): ... it. New proc.
13663 (gdb_unavailable_floats): Move some code to ...
13664 (gdb_unavailable_floats_1): ... it. New proc.
13665
13666 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13667
13668 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13669 probes to test for bitness recognition.
13670 * gdb.arch/amd64-stap-optional-prefix.exp
13671 (test_probe_value_without_reg): New procedure.
13672 Add code to test for different kinds of bitness.
13673
13674 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13675
13676 PR breakpoints/16889
13677 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13678 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13679
13680 2014-05-01 Pedro Alves <palves@redhat.com>
13681
13682 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13683 gdb_file_cmd if no file is specified.
13684 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13685 last_loaded_file to set the remote exec-file.
13686
13687 2014-05-01 Pedro Alves <palves@redhat.com>
13688
13689 * boards/local-remote-host.exp: New file.
13690
13691 2014-05-01 Pedro Alves <palves@redhat.com>
13692
13693 * boards/local-remote-host.exp: Rename to ...
13694 * boards/local-remote-host-notty.exp: ... this.
13695
13696 2014-04-28 Joel Brobecker <brobecker@adacore.com>
13697
13698 * gdb.ada/dyn_arrayidx: New testcase.
13699
13700 2014-04-26 Yao Qi <yao@codesourcery.com>
13701
13702 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13703 and compute the length of function main. Save it in
13704 $main_length.
13705 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13706 (top-level): Use gdb_compile to compile objects into
13707 executable and restart GDB. Remove invocation to
13708 prepare_for_testing.
13709
13710 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13711 Pedro Alves <palves@redhat.com>
13712
13713 PR server/16255
13714 * gdb.multi/multi-attach.c: New file.
13715 * gdb.multi/multi-attach.exp: New file.
13716
13717 2014-04-25 Pedro Alves <palves@redhat.com>
13718
13719 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13720 user.
13721 (top level): Test that "set remote conditional-breakpoints-packet
13722 off" works as intended.
13723 * gdb.base/dprintf.exp: Test that "set remote
13724 breakpoint-commands-packet off" works as intended.
13725 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13726 New function.
13727 (top level): Call it.
13728 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13729 remote fast-tracepoints-packet off" works as intended.
13730 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13731 * lib/gdb.exp (gdb_is_target_remote): ... here.
13732
13733 2014-04-24 David Blaikie <dblaikie@gmail.com>
13734
13735 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13736 ensure clang would not discard them.
13737 * gdb.base/gdbvars.c: Ditto.
13738 * gdb.base/memattr.c: Ditto.
13739 * gdb.base/whatis.c: Ditto.
13740 * gdb.python/py-prettyprint.c: Ditto.
13741 * gdb.trace/actions.c: Ditto.
13742 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13743 ensure clang would not discard it.
13744
13745 2014-04-24 David Blaikie <dblaikie@gmail.com>
13746
13747 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13748 clang to emit the full definition of type required by the test
13749 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13750
13751 2014-04-24 David Blaikie <dblaikie@gmail.com>
13752
13753 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13754 coax Clang into emitting the definition of the type.
13755 * gdb.cp/pr10728-x.h (y): Ditto.
13756 * gdb.cp/pr10728-y.cc (y): Ditto.
13757
13758 2014-04-24 David Blaikie <dblaikie@gmail.com>
13759
13760 * gdb.base/label.exp: XFAIL label related tests under Clang.
13761 * gdb.cp/cplabel.exp: Ditto.
13762 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13763 under Clang those using labels.
13764
13765 2014-04-25 Yao Qi <yao@codesourcery.com>
13766
13767 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13768 double_label.
13769 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13770 partial_label and double_label.
13771
13772 2014-04-24 David Blaikie <dblaikie@gmail.com>
13773
13774 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13775
13776 2014-04-24 David Blaikie <dblaikie@gmail.com>
13777
13778 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13779 of the function to work across GCC and Clang.
13780 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13781 pointer types (const void ** const V void **).
13782
13783 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
13784 Walfred Tedeschi <walfred.tedeschi@intel.com>
13785
13786 * Makefile.in (EXECUTABLES): Added i386-avx512.
13787 * gdb.arch/i386-avx512.c: New file.
13788 * gdb.arch/i386-avx512.exp: Likewise.
13789
13790 2014-04-23 Keith Seitz <keiths@redhat.com>
13791
13792 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13793 (mi_make_breakpoint_table): New procedure.
13794 (mi_create_breakpoint): Use mi_make_breakpoint
13795 and return the result.
13796 (mi_make_breakpoint): New procedure.
13797 (mi_build_kv_pairs): New procedure.
13798
13799 * gdb.mi/mi-break.exp: Remove unused globals,
13800 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13801 All callers updated.
13802 * gdb.mi/mi-dprintf.exp: Use variable to track command
13803 number.
13804 Update all callers of mi_create_breakpoint and use
13805 mi_make_breakpoint_table.
13806 Remove any unused global variables.
13807 * gdb.mi/mi-nonstop.exp: Likewise.
13808 * gdb.mi/mi-nsintrall.exp: Likewise.
13809 * gdb.mi/mi-nsmoribund.exp: Likewise.
13810 * gdb.mi/mi-nsthrexec.exp: Likewise.
13811 * gdb.mi/mi-reverse.exp: Likewise.
13812 * gdb.mi/mi-simplerun.exp: Likewise.
13813 * gdb.mi/mi-stepn.exp: Likewise.
13814 * gdb.mi/mi-syn-frame.exp: Likewise.
13815 * gdb.mi/mi-until.exp: Likewise.
13816 * gdb.mi/mi-var-cp.exp: Likewise.
13817 * gdb.mi/mi-var-display.exp: Likewise.
13818 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13819 * gdb.mi/mi2-var-child.exp: Likewise.
13820 * gdb.mi/mi-vla-c99.exp: Likewise.
13821 * lib/mi-support.exp: Likewise.
13822
13823 From Ian Lance Taylor <iant@cygnus.com>:
13824 * lib/gdb.exp (parse_args): New procedure.
13825
13826 2014-04-23 Pedro Alves <palves@redhat.com>
13827
13828 * gdb.base/break-unload-file.c: New file.
13829 * gdb.base/break-unload-file.exp: New file.
13830 * gdb.base/sym-file-lib.c (baz): New function.
13831 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13832 field.
13833 (load): Store the segment's mapped size.
13834 (unload): New function.
13835 (unload_shlib): New function.
13836 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13837 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13838 set a breakpoint at baz, and call it.
13839 * gdb.base/sym-file.exp: New tests for stale breakpoint
13840 instructions.
13841
13842 2014-04-23 Pedro Alves <palves@redhat.com>
13843
13844 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13845 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13846 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13847 * gdb.base/hbreak-unmapped.c: New file.
13848 * gdb.base/hbreak-unmapped.exp: New file.
13849 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13850 * lib/gdb.exp (gdb_is_target_remote): ... here.
13851
13852 2014-04-22 Pedro Alves <palves@redhat.com>
13853
13854 * gdb.base/consecutive-step-over.c: New file.
13855 * gdb.base/consecutive-step-over.exp: New file.
13856
13857 2014-04-22 Pedro Alves <palves@redhat.com>
13858
13859 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13860 instead of send_gdb/gdb_expect.
13861
13862 2014-04-22 Yao Qi <yao@codesourcery.com>
13863
13864 * lib/trace-support.exp (generate_tracefile): New procedure.
13865 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13866 return 0.
13867 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13868 if generate_tracefile returns 1.
13869
13870 2014-04-18 Tom Tromey <palves@redhat.com>
13871 Pedro alves <tromey@redhat.com>
13872
13873 PR backtrace/15558
13874 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13875 with a backtrace limit.
13876 * gdb.python/py-frame-inline.exp: Test running to an inline
13877 function with a backtrace limit, and printing the newest frame.
13878 * gdb.python/py-frame-inline.c (main): Call f.
13879
13880 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13881
13882 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13883
13884 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13885
13886 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13887 Drop prefix from unsupported source file path.
13888
13889 2014-04-17 Yao Qi <yao@codesourcery.com>
13890
13891 * lib/gdb.exp (with_target_charset): New proc.
13892 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13893 with_target_charset.
13894 (test_print_strings): Likewise.
13895 (test_repeat_bytes): Likewise.
13896 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13897 for some tests.
13898
13899 2014-04-16 Keith Seitz <keiths@redhat.com>
13900
13901 PR gdb/15827
13902 * gdb.dwarf2/corrupt.c: New file.
13903 * gdb.dwarf2/corrupt.exp: New file.
13904
13905 2014-04-16 Keith Seitz <keiths@redhat.com>
13906
13907 PR c++/16597
13908 * gdb.cp/namelessclass.cc: New file.
13909 * gdb.cp/namelessclass.exp: New file.
13910 * gdb.cp/namelessclass.S: New file.
13911
13912 2014-04-16 Doug Evans <dje@google.com>
13913
13914 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13915 Add comment.
13916 (gdbserver_default_get_comm_port): New function.
13917 (gdbserver_start): Check if board file provided
13918 "gdbserver,get_comm_port" and use it if so.
13919 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13920 (gdb,socketport): Set to "stdio".
13921 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13922 (stdio_gdbserver_template): Delete.
13923 (${board}_get_remote_address): Update.
13924 (${board}_build_remote_cmd): Delete.
13925 (${board}_get_comm_port): New function.
13926 (${board}_spawn): Update.
13927 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13928 Delete.
13929 (${board}_get_remote_address): Update.
13930 (${board}_get_comm_port): New function.
13931
13932 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
13933
13934 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13935 appearing in any order.
13936
13937 2014-04-15 Doug Evans <dje@google.com>
13938
13939 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13940 uninitialized value of "description".
13941
13942 2014-04-15 Keith Seitz <keiths@redhat.com>
13943
13944 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13945 Remove unused globals.
13946 (test_running_the_program): Likewise.
13947 (test_controlled_execution): Likewise.
13948 (test_controlling_breakpoints): Likewise.
13949 (test_program_termination): Likewise.
13950
13951 2014-04-15 Keith Seitz <keiths@redhat.com>
13952
13953 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13954 unused globals.
13955 (test_rbreak_creation_and_listing): Likewise.
13956 (test_ignore_count): Likewise.
13957 (test_error): Likewise.
13958
13959 2014-04-15 Pedro Alves <palves@redhat.com>
13960
13961 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13962 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13963 sym-file-loader.c.
13964 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13965 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13966 to sym-file-loader.c.
13967 (struct library): Forward declare.
13968 (load_shlib, lookup_function): Change prototypes.
13969 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13970 (translate_offset): Remove declarations.
13971 (get_text_addr): New declaration.
13972 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13973 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13974 sym-file-loader.h.
13975 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13976 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13977 here from sym-file-loader.h.
13978 (struct library): New structure.
13979 (load_shlib, lookup_function): Change prototypes and adjust to
13980 work with a struct library.
13981 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13982 (translate_offset): Make static.
13983 (get_text_addr): New function.
13984 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13985
13986 2014-04-15 Pedro Alves <palves@redhat.com>
13987
13988 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13989
13990 2014-04-15 Pedro Alves <palves@redhat.com>
13991
13992 * gdb.base/sym-file-loader.c: Include <limits.h>.
13993 (SELF_LINK): New define.
13994 (get_origin): New function.
13995 (load_shlib): Use it.
13996 * gdb.base/sym-file.exp: Don't early return if the target is
13997 remote. Use runto_main, and issue fail is that fails. Use
13998 gdb_load_shlibs.
13999 (shlib_name): Delete.
14000 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
14001
14002 2014-04-15 Pedro Alves <palves@redhat.com>
14003
14004 * gdb.base/sym-file.exp: Remove regex characters from test
14005 message. Don't refer to breakpoint numbers in test messages.
14006
14007 2014-04-14 Keith Seitz <keiths@redhat.com>
14008
14009 PR c++/16253
14010 * gdb.cp/var-tag.cc: New file.
14011 * gdb.cp/var-tag.exp: New file.
14012 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
14013 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
14014 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
14015 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
14016
14017 2014-04-14 Tom Tromey <tromey@redhat.com>
14018
14019 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14020 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14021 type.
14022 * gdb.cp/enum-class.exp: New file.
14023 * gdb.cp/enum-class.cc: New file.
14024
14025 2014-04-14 Tom Tromey <tromey@redhat.com>
14026
14027 * gdb.dwarf2/enum-type.exp: New file.
14028
14029 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14030
14031 * gdb.mi/mi-vla-c99.exp: New file.
14032 * gdb.mi/vla.c: New file.
14033
14034 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14035
14036 * gdb.base/vla-datatypes.c: New file.
14037 * gdb.base/vla-datatypes.exp: New file.
14038
14039 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14040
14041 * gdb.base/vla-ptr.c: New file.
14042 * gdb.base/vla-ptr.exp: New file.
14043
14044 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14045
14046 * gdb.dwarf2/count.exp: New file.
14047
14048 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14049
14050 * gdb.base/vla-sideeffect.c: New file.
14051 * gdb.base/vla-sideeffect.exp: New file.
14052
14053 2014-04-14 David Blaikie <dblaikie@gmail.com>
14054
14055 * gdb.mi/non-stop.c: Add return value for non-void function return
14056 statement.
14057 * gdb.threads/staticthreads.c: Ditto.
14058
14059 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14060 Doug Evans <xdje42@gmail.com>
14061
14062 * gdb.guile/scm-value.c: Improve test case.
14063 * gdb.guile/scm-value.exp: Add new test.
14064
14065 2014-04-11 David Blaikie <dblaikie@gmail.com>
14066
14067 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14068 override Clang's default.
14069
14070 2014-04-11 Joel Brobecker <brobecker@adacore.com>
14071
14072 Revert the following changes (regressions):
14073
14074 * gdb.base/vla-sideeffect.c: New file.
14075 * gdb.base/vla-sideeffect.exp: New file.
14076
14077 * gdb.dwarf2/count.exp: New file.
14078
14079 * gdb.base/vla-multi.c: New file.
14080 * gdb.base/vla-multi.exp: New file.
14081
14082 * gdb.base/vla-ptr.c: New file.
14083 * gdb.base/vla-ptr.exp: New file.
14084
14085 * gdb.base/vla-datatypes.c: New file.
14086 * gdb.base/vla-datatypes.exp: New file.
14087
14088 * gdb.mi/mi-vla-c99.exp: New file.
14089 * gdb.mi/vla.c: New file.
14090
14091 2014-04-11 Keith Seitz <keiths@redhat.com>
14092
14093 PR c++/16675
14094 * gdb.cp/cpsizeof.exp: New file.
14095 * gdb.cp/cpsizeof.cc: New file.
14096
14097 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14098
14099 * gdb.mi/mi-vla-c99.exp: New file.
14100 * gdb.mi/vla.c: New file.
14101
14102 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14103
14104 * gdb.base/vla-datatypes.c: New file.
14105 * gdb.base/vla-datatypes.exp: New file.
14106
14107 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14108
14109 * gdb.base/vla-ptr.c: New file.
14110 * gdb.base/vla-ptr.exp: New file.
14111
14112 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14113
14114 * gdb.base/vla-multi.c: New file.
14115 * gdb.base/vla-multi.exp: New file.
14116
14117 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14118
14119 * gdb.dwarf2/count.exp: New file.
14120
14121 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14122
14123 * gdb.base/vla-sideeffect.c: New file.
14124 * gdb.base/vla-sideeffect.exp: New file.
14125
14126 2014-04-11 Yao Qi <yao@codesourcery.com>
14127
14128 * gdb.base/completion.exp: Check file exists before running tests
14129 on file completion.
14130
14131 2014-04-10 Pedro Alves <palves@redhat.com>
14132
14133 * gdb.base/cond-eval-mode.c: New file.
14134 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14135 prepare_for_testing to build the new file. Check result of
14136 runto_main.
14137 (test_break, test_watch): New procedures.
14138 (top level): Use them.
14139
14140 2014-04-08 Pierre Muller <muller@sourceware.org>
14141
14142 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14143 Ctrl-V use for mingw hosts.
14144
14145 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14146
14147 * gdb.python/py-value.c: Improve test case.
14148 * gdb.python/py-value.exp: Add new test.
14149
14150 2014-04-07 David Blaikie <dblaikie@gmail.com>
14151
14152 * lib/compiler.c: Identify the clang compiler.
14153 * lib/compiler.cc: Ditto.
14154
14155 2014-04-03 Yao Qi <yao@codesourcery.com>
14156
14157 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14158
14159 2014-04-01 Anton Blanchard <anton@samba.org>
14160
14161 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14162 messages unique.
14163
14164 2014-04-01 Anton Blanchard <anton@samba.org>
14165
14166 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14167 prepare_for_testing.
14168
14169 2014-04-01 Anton Blanchard <anton@samba.org>
14170
14171 * gdb.arch/ppc64-atomic-inst.c: Remove.
14172 * gdb.arch/ppc64-atomic-inst.S: New file.
14173 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14174
14175 2014-03-31 Doug Evans <dje@google.com>
14176
14177 * gdb.base/print-symbol-loading-lib.c: New file.
14178 * gdb.base/print-symbol-loading-main.c: New file.
14179 * gdb.base/print-symbol-loading.exp: New file.
14180
14181 2014-03-31 Yao Qi <yao@codesourcery.com>
14182
14183 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14184
14185 2014-03-28 Joel Brobecker <brobecker@adacore.com>
14186
14187 * gdb.ada/mi_dyn_arr: New testcase.
14188
14189 2014-03-27 Doug Evans <dje@google.com>
14190
14191 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14192
14193 2014-03-27 Yao Qi <yao@codesourcery.com>
14194
14195 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14196 if target is nios2-*-*.
14197
14198 2014-03-26 Yao Qi <yao@codesourcery.com>
14199
14200 * lib/gdb.exp (readline_is_used): New proc.
14201 * gdb.base/completion.exp: Move tests on command complete up.
14202 Skip the rest of tests if readline is not used.
14203 * gdb.ada/complete.exp: Skp the test if readline is not
14204 used.
14205 * gdb.base/filesym.exp: Likewise.
14206 * gdb.base/macscp.exp: Likewise.
14207 * gdb.base/readline-ask.exp: Likewise.
14208 * gdb.base/readline.exp: Likewise.
14209 * gdb.python/py-cmd.exp: Likewise.
14210 * gdb.trace/tfile.exp: Likewise.
14211
14212 2014-03-26 Yao Qi <yao@codesourcery.com>
14213
14214 * gdb.base/macscp.exp: Fix code format issues.
14215
14216 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14217
14218 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14219 * gdb.asm/powerpc64le.inc: New file.
14220
14221 2014-03-25 Pedro Alves <palves@redhat.com>
14222 Doug Evans <dje@google.com>
14223
14224 * gdb.base/source-execution.c: New file.
14225 * gdb.base/source-execution.exp: New file.
14226 * gdb.base/source-execution.gdb: New file.
14227
14228 2014-03-24 Doug Evans <dje@google.com>
14229
14230 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14231 using fission.
14232
14233 2014-03-24 Hui Zhu <hui@codesourcery.com>
14234 Pedro Alves <palves@redhat.com>
14235
14236 PR breakpoints/16101
14237 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14238 test pass/fail messages. Detect missing support for dprintf when
14239 breakpoints are actually inserted.
14240 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14241 breakpoints are actually inserted.
14242 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14243 fails.
14244
14245 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14246
14247 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14248
14249 2014-03-22 Doug Evans <xdje42@gmail.com>
14250
14251 * gdb.python/python.exp (python not supported): Verify multi-line
14252 python command issues an error.
14253 * gdb.guile/guile.exp (guile not supported): Verify multi-line
14254 guile command issues an error.
14255
14256 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14257
14258 * gdb.threads/thread-specific.exp: Handle the lack of usable
14259 $this_breakpoint and $this_thread.
14260
14261 2014-03-21 Hui Zhu <hui@codesourcery.com>
14262
14263 * gdb.base/attach.exp (do_command_attach_tests): New.
14264
14265 2014-03-20 Tom Tromey <tromey@redhat.com>
14266 Pedro Alves <palves@redhat.com>
14267
14268 PR cli/15718
14269 * gdb.base/condbreak-call-false.c: New file.
14270 * gdb.base/condbreak-call-false.exp: New file.
14271
14272 2014-03-20 Pedro Alves <palves@redhat.com>
14273
14274 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14275 Delete.
14276 (block_signals, unblock_signals): Delete.
14277 (child_function_2, main): Remove references to deleted variable
14278 and functions.
14279
14280 2014-03-20 Pedro Alves <palves@redhat.com>
14281
14282 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14283 Use pthread_kill to signal thread 2.
14284 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14285 Adjust to make the test send itself a signal rather than using the
14286 host's "kill" command.
14287
14288 2014-03-20 Pedro Alves <palves@redhat.com>
14289
14290 * gdb.threads/multiple-step-overs.c: New file.
14291 * gdb.threads/multiple-step-overs.exp: New file.
14292 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14293 Adjust expected infrun debug output.
14294
14295 2014-03-20 Pedro Alves <palves@redhat.com>
14296
14297 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14298 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14299
14300 2014-03-20 Pedro Alves <palves@redhat.com>
14301
14302 PR breakpoints/7143
14303 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14304 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14305 of gdb_test_multiple.
14306 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14307 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14308
14309 2014-03-20 Pedro Alves <palves@redhat.com>
14310
14311 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14312 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14313
14314 2014-03-19 Pedro Alves <palves@redhat.com>
14315
14316 * gdb.base/async.exp: Remove early return.
14317
14318 2014-03-19 Pedro Alves <palves@redhat.com>
14319
14320 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14321
14322 2014-03-19 Pedro Alves <palves@redhat.com>
14323
14324 * gdb.base/async.exp (test_background): Expect \r\n after
14325 "completed." in the fail pattern.
14326
14327 2014-03-19 Pedro Alves <palves@redhat.com>
14328
14329 * gdb.base/async.exp (test_background): New procedure.
14330 Use it for all background execution command tests.
14331
14332 2014-03-19 Pedro Alves <palves@redhat.com>
14333
14334 * gdb.base/async.exp: Use prepare_for_testing.
14335
14336 2014-03-19 Pedro Alves <palves@redhat.com>
14337
14338 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14339 the same line.
14340
14341 2014-03-19 Pedro Alves <palves@redhat.com>
14342
14343 * gdb.base/async.c (main): Add "jump here" and "until here" line
14344 marker comments.
14345 * gdb.base/async.exp (jump_here): New global.
14346 (jump& test): Use it.
14347 (until_here): New global.
14348 (until& test): Use it.
14349
14350 2014-03-19 Pedro Alves <palves@redhat.com>
14351
14352 * gdb.base/async.exp: Don't frob gdb_protocol.
14353
14354 2014-03-18 Doug Evans <xdje42@gmail.com>
14355
14356 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14357 Fix spelling of exec-done-display.
14358
14359 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14360
14361 PR gdb/15358
14362 * gdb.base/gdb-sigterm.c: New file.
14363 * gdb.base/gdb-sigterm.exp: New file.
14364
14365 2014-03-18 Pedro Alves <palves@redhat.com>
14366
14367 PR gdb/13860
14368 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14369 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14370 solib-event.
14371
14372 2014-03-17 Joel Brobecker <brobecker@adacore.com>
14373
14374 * gdb.ada/pckd_arr_ren: New testcase.
14375
14376 2014-03-13 Doug Evans <xdje42@gmail.com>
14377
14378 PR guile/16612
14379 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14380 collect after discarding symbols.
14381
14382 2014-03-13 Ludovic Courtès <ludo@gnu.org>
14383 Doug Evans <xdje42@gmail.com>
14384
14385 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14386 to history survives a gc.
14387
14388 2014-03-13 Pedro Alves <palves@redhat.com>
14389
14390 * gdb.base/default.exp: Don't test "target procfs".
14391
14392 2014-03-13 Pedro Alves <palves@redhat.com>
14393
14394 * gdb.base/default.exp: Update "target child" and "target procfs"
14395 tests to not expect "Unix".
14396
14397 2014-03-12 Tom Tromey <tromey@redhat.com>
14398
14399 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14400 New procs. Add target-async tests.
14401 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14402 Add target-async tests.
14403
14404 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14405
14406 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14407 'func_start' and 'func_end' for the beginning and end of the
14408 function code, respectively.
14409 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14410 'func_end' instead of 'func' and 'main'.
14411
14412 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14413
14414 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14415 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14416 generate the debug info assembler source.
14417
14418 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14419
14420 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14421 * gdb.dwarf2/arr-subrange.exp: Likewise.
14422 * gdb.dwarf2/dwz.exp: Likewise.
14423 * gdb.dwarf2/method-ptr.exp: Likewise.
14424 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14425 * gdb.dwarf2/subrange.exp: Likewise.
14426 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14427 * gdb.dwarf2/implptrpiece.exp: Likewise.
14428 * gdb.dwarf2/nostaticblock.exp: Likewise.
14429
14430 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14431
14432 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14433 directory to absolute path name arguments.
14434
14435 2014-03-10 Joel Brobecker <brobecker@adacore.com>
14436
14437 * gdb.ada/tagged_access: New testcase.
14438
14439 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14440
14441 * gdb.btrace/data.exp: Update expected output.
14442
14443 2014-03-06 Yao Qi <yao@codesourcery.com>
14444
14445 * gdb.trace/pr16508.exp: New file.
14446
14447 2014-03-05 Pedro Alves <palves@redhat.com>
14448
14449 PR gdb/16575
14450 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14451 procedure.
14452 (top level): Adjust to use it. Add tests that exercise breakpoint
14453 interaction with the code-cache.
14454
14455 2014-02-26 Ludovic Courtès <ludo@gnu.org>
14456
14457 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14458 test for 'history-append!'.
14459
14460 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14461
14462 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14463 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14464 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14465 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14466 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14467 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14468
14469 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14470
14471 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14472 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14473 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14474
14475 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14476
14477 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14478
14479 2014-02-26 Joel Brobecker <brobecker@adacore.com>
14480
14481 * gdb.dwarf2/arr-stride.c: New file.
14482 * gdb.dwarf2/arr-stride.exp: New file.
14483
14484 2014-02-26 Pedro Alves <palves@redhat.com>
14485
14486 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14487 that won't ever trigger. Make sure that GDB reports the correct
14488 breakpoint that caused the stop.
14489
14490 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14491
14492 PR gdb/16626
14493 * gdb.base/auto-load-script: New file.
14494 * gdb.base/auto-load.c: New file.
14495 * gdb.base/auto-load.exp: New file.
14496
14497 PR gdb/16626
14498 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14499
14500 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14501
14502 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14503 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14504
14505 2014-02-24 Doug Evans <dje@google.com>
14506
14507 * lib/gdb.exp (run_on_host): Log error output if program fails.
14508
14509 2014-02-21 Pedro Alves <palves@redhat.com>
14510
14511 * gdb.threads/step-after-sr-lock.c: Rename to ...
14512 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14513 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14514 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14515 ... this.
14516
14517 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14518
14519 PR tdep/16397
14520 * gdb.arch/amd64-stap-special-operands.exp: New file.
14521 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14522 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14523 * gdb.arch/amd64-stap-triplet.S: Likewise.
14524 * gdb.arch/amd64-stap-triplet.c: Likewise.
14525
14526 2014-02-20 Joel Brobecker <brobecker@adacore.com>
14527
14528 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14529 in .section pseudo-op.
14530
14531 2014-02-20 lin zuojian <manjian2006@gmail.com>
14532 Joel Brobecker <brobecker@adacore.com>
14533 Doug Evans <xdje42@gmail.com>
14534
14535 PR symtab/16581
14536 * gdb.dwarf2/dw2-icycle.S: New file.
14537 * gdb.dwarf2/dw2-icycle.c: New file.
14538 * gdb.dwarf2/dw2-icycle.exp: New file.
14539
14540 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14541
14542 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14543 operations on gdb.Value objects.
14544 * gdb.python/py-value-cc.exp: Add new test to test operations on
14545 gdb.Value objects.
14546
14547 2014-02-18 Doug Evans <dje@google.com>
14548
14549 * Makefile.in (TESTS): New variable.
14550 (expanded_tests, expanded_tests_or_none): New variables
14551 (check-single): Pass $(expanded_tests_or_none) to runtest.
14552 (check-parallel): Only run tests in $(TESTS) if non-empty.
14553 (check/no-matching-tests-found): New rule.
14554 * README: Document TESTS makefile variable.
14555
14556 2014-02-18 Doug Evans <dje@google.com>
14557
14558 * Makefile.in (check-parallel): rm -rf outputs temp.
14559
14560 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14561
14562 Fix "ERROR: no fileid for" in the testsuite.
14563 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14564
14565 2014-02-12 Doug Evans <dje@google.com>
14566
14567 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14568 (MISCELLANEOUS): New variable.
14569 (clean): rm -rf $(MISCELLANEOUS).
14570 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14571 dwp live in the same directory as symlinks, with each symlink pointed
14572 to a differently named file in a different directory.
14573
14574 2014-02-11 Doug Evans <dje@google.com>
14575
14576 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14577 of Tcl file commands.
14578
14579 2014-02-10 Mark Kettenis <kettenis@gnu.org>
14580
14581 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14582 "kill -SIGUSR1 -1".
14583
14584 2014-02-10 Joel Brobecker <brobecker@adacore.com>
14585
14586 * gdb.ada/tick_length_array_enum_idx: New testcase.
14587
14588 2014-02-10 Doug Evans <xdje42@gmail.com>
14589
14590 * configure.ac (AC_OUTPUT): Add gdb.guile.
14591 * configure: Regenerate.
14592 * lib/gdb-guile.exp: New file.
14593 * lib/gdb.exp (get_target_charset): New function.
14594 * gdb.base/help.exp: Update expected output from "apropos apropos".
14595 * gdb.guile/Makefile.in: New file.
14596 * gdb.guile/guile.exp: New file.
14597 * gdb.guile/scm-arch.c: New file.
14598 * gdb.guile/scm-arch.exp: New file.
14599 * gdb.guile/scm-block.c: New file.
14600 * gdb.guile/scm-block.exp: New file.
14601 * gdb.guile/scm-breakpoint.c: New file.
14602 * gdb.guile/scm-breakpoint.exp: New file.
14603 * gdb.guile/scm-disasm.c: New file.
14604 * gdb.guile/scm-disasm.exp: New file.
14605 * gdb.guile/scm-equal.c: New file.
14606 * gdb.guile/scm-equal.exp: New file.
14607 * gdb.guile/scm-error.exp: New file.
14608 * gdb.guile/scm-error.scm: New file.
14609 * gdb.guile/scm-frame-args.c: New file.
14610 * gdb.guile/scm-frame-args.exp: New file.
14611 * gdb.guile/scm-frame-args.scm: New file.
14612 * gdb.guile/scm-frame-inline.c: New file.
14613 * gdb.guile/scm-frame-inline.exp: New file.
14614 * gdb.guile/scm-frame.c: New file.
14615 * gdb.guile/scm-frame.exp: New file.
14616 * gdb.guile/scm-generics.exp: New file.
14617 * gdb.guile/scm-gsmob.exp: New file.
14618 * gdb.guile/scm-iterator.c: New file.
14619 * gdb.guile/scm-iterator.exp: New file.
14620 * gdb.guile/scm-math.c: New file.
14621 * gdb.guile/scm-math.exp: New file.
14622 * gdb.guile/scm-objfile-script-gdb.in: New file.
14623 * gdb.guile/scm-objfile-script.c: New file.
14624 * gdb.guile/scm-objfile-script.exp: New file.
14625 * gdb.guile/scm-objfile.c: New file.
14626 * gdb.guile/scm-objfile.exp: New file.
14627 * gdb.guile/scm-ports.exp: New file.
14628 * gdb.guile/scm-pretty-print.c: New file.
14629 * gdb.guile/scm-pretty-print.exp: New file.
14630 * gdb.guile/scm-pretty-print.scm: New file.
14631 * gdb.guile/scm-section-script.c: New file.
14632 * gdb.guile/scm-section-script.exp: New file.
14633 * gdb.guile/scm-section-script.scm: New file.
14634 * gdb.guile/scm-symbol.c: New file.
14635 * gdb.guile/scm-symbol.exp: New file.
14636 * gdb.guile/scm-symtab-2.c: New file.
14637 * gdb.guile/scm-symtab.c: New file.
14638 * gdb.guile/scm-symtab.exp: New file.
14639 * gdb.guile/scm-type.c: New file.
14640 * gdb.guile/scm-type.exp: New file.
14641 * gdb.guile/scm-value-cc.cc: New file.
14642 * gdb.guile/scm-value-cc.exp: New file.
14643 * gdb.guile/scm-value.c: New file.
14644 * gdb.guile/scm-value.exp: New file.
14645 * gdb.guile/source2.scm: New file.
14646 * gdb.guile/types-module.cc: New file.
14647 * gdb.guile/types-module.exp: New file.
14648
14649 2014-02-10 Yao Qi <yao@codesourcery.com>
14650
14651 PR testsuite/16543
14652 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14653 * configure: Regenerated.
14654 * Makefile.in: New file.
14655
14656 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14657
14658 * gdb.python/py-framefilter.exp: Fix typo.
14659
14660 2014-02-08 Yao Qi <yao@codesourcery.com>
14661
14662 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14663 that no =breakpoint-modified is emitted when breakpoints are
14664 modified through MI commands.
14665
14666 2014-02-07 Pedro Alves <pedro@codesourcery.com>
14667 Pedro Alves <palves@redhat.com>
14668
14669 * gdb.threads/step-after-sr-lock.c: New file.
14670 * gdb.threads/step-after-sr-lock.exp: New file.
14671
14672 2014-02-07 Pedro Alves <palves@redhat.com>
14673
14674 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14675
14676 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14677
14678 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14679 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14680
14681 2014-02-06 Doug Evans <xdje42@gmail.com>
14682
14683 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14684 output.
14685
14686 * gdb.gdb/python-interrupts.exp: New file.
14687
14688 2014-02-05 Yao Qi <yao@codesourcery.com>
14689
14690 * gdb.trace/report.exp (use_collected_data): Test the output
14691 of "info threads" and "info inferiors".
14692
14693 2014-02-05 Yao Qi <yao@codesourcery.com>
14694
14695 Revert this patch:
14696
14697 2013-05-24 Yao Qi <yao@codesourcery.com>
14698
14699 * gdb.trace/tfile.exp: Test inferior and thread.
14700
14701 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14702
14703 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14704 on a function.
14705 * gdb.base/step-bt.c: Call hello via function pointer to make
14706 sure its first instruction is executed on powerpc64le-linux.
14707
14708 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14709
14710 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14711
14712 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14713
14714 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14715 of the test patterns for use on little-endian systems.
14716
14717 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14718
14719 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14720 (decimal_vector): Fix for little-endian.
14721
14722 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14723
14724 * gdb.arch/sparc-sysstep.exp: New file.
14725 * gdb.arch/sparc-sysstep.c: Likewise.
14726
14727 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14728
14729 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14730
14731 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14732
14733 2014-01-23 Tom Tromey <tromey@redhat.com>
14734
14735 * gdb.ada/array_char_idx: New testcase.
14736
14737 2014-01-23 Tom Tromey <tromey@redhat.com>
14738
14739 PR python/16487:
14740 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14741 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14742 classes.
14743
14744 2014-01-23 Tom Tromey <tromey@redhat.com>
14745
14746 PR python/16491:
14747 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14748 string from an inferior frame.
14749 * gdb.python/py-framefilter-mi.exp: Update.
14750
14751 2014-01-22 Doug Evans <dje@google.com>
14752
14753 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14754
14755 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14756
14757 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14758
14759 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14760
14761 * gdb.trace/entry-values.exp: Remove excess space character from
14762 regex patterns. Handle s390 call instruction.
14763
14764 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14765
14766 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14767 define "*_start" label. Make "name" static.
14768 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14769 ${name} by references to ${name}_start.
14770
14771 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14772
14773 * gdb.base/info-macros.exp: Remove "debug" from the compile
14774 options.
14775
14776 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14777
14778 * gdb.dlang/demangle.exp: New file.
14779
14780 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14781
14782 * gdb.dlang/primitive-types.exp: New file.
14783
14784 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14785
14786 * configure.ac: Create gdb.dlang/Makefile.
14787 * configure: Regenerate.
14788 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14789 * gdb.dlang/Makefile.in: New file.
14790 * lib/d-support.exp: New file.
14791 * lib/gdb.exp (skip_d_tests): New proc.
14792
14793 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14794
14795 * gdb.btrace/delta.exp: Check reverse stepi.
14796 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14797 * gdb.btrace/finish.exp: New.
14798 * gdb.btrace/next.exp: New.
14799 * gdb.btrace/nexti.exp: New.
14800 * gdb.btrace/record_goto.c: Add comments.
14801 * gdb.btrace/step.exp: New.
14802 * gdb.btrace/stepi.exp: New.
14803 * gdb.btrace/multi-thread-step.c: New.
14804 * gdb.btrace/multi-thread-step.exp: New.
14805 * gdb.btrace/rn-dl-bind.c: New.
14806 * gdb.btrace/rn-dl-bind.exp: New.
14807 * gdb.btrace/data.c: New.
14808 * gdb.btrace/data.exp: New.
14809 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14810
14811 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14812
14813 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14814 * gdb.btrace/exception.exp: Update.
14815 * gdb.btrace/instruction_history.exp: Update.
14816 * gdb.btrace/record_goto.exp: Update.
14817 * gdb.btrace/tailcall.exp: Update.
14818 * gdb.btrace/unknown_functions.exp: Update.
14819 * gdb.btrace/delta.exp: New.
14820
14821 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14822
14823 * gdb.btrace/record_goto.exp: Add backtrace test.
14824 * gdb.btrace/tailcall.exp: Add backtrace test.
14825
14826 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14827
14828 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14829 * gdb.btrace/record_goto.c: New.
14830 * gdb.btrace/record_goto.exp: New.
14831 * gdb.btrace/x86-record_goto.S: New.
14832
14833 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14834
14835 * gdb.btrace/function_call_history.exp: Update tests.
14836 * gdb.btrace/instruction_history.exp: Update tests.
14837
14838 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14839
14840 * gdb.btrace/function_call_history.exp: Fix expected field
14841 order for "record function-call-history".
14842 Add new tests for "record function-call-history /c".
14843 * gdb.btrace/exception.cc: New.
14844 * gdb.btrace/exception.exp: New.
14845 * gdb.btrace/tailcall.exp: New.
14846 * gdb.btrace/x86-tailcall.S: New.
14847 * gdb.btrace/x86-tailcall.c: New.
14848 * gdb.btrace/unknown_functions.c: New.
14849 * gdb.btrace/unknown_functions.exp: New.
14850 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14851
14852 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14853
14854 * gdb.btrace/instruction_history.exp: Update.
14855 * gdb.btrace/function_call_history.exp: Update.
14856
14857 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14858
14859 * gdb.btrace/function_call_history.exp: Fix expected function
14860 trace.
14861 * gdb.btrace/instruction_history.exp: Initialize traced.
14862 Remove traced_functions.
14863
14864 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14865
14866 * gdb.btrace/function_call_history.exp: Update
14867 * gdb.btrace/instruction_history.exp: Update.
14868
14869 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14870
14871 * gdb.btrace/enable.exp: Update expected text.
14872
14873 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14874
14875 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14876 bytes.
14877
14878 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14879
14880 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14881
14882 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
14883
14884 * lib/gdb.exp (supports_process_record): Return true for
14885 arm*-linux*. (supports_reverse): Likewise.
14886
14887 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14888
14889 PR python/15464
14890 PR python/16113
14891 * gdb.python/py-type.c: Enhance test case.
14892 * gdb.python/py-value-cc.cc: Likewise
14893 * gdb.python/py-type.exp: Add new tests.
14894 * gdb.python/py-value-cc.exp: Likewise
14895
14896 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14897 Pedro Alves <palves@redhat.com>
14898
14899 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14900 Make "name" extern.
14901 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14902 references to ${name}_start by references to ${name}.
14903
14904 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14905
14906 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14907
14908 2014-01-10 Joel Brobecker <brobecker@adacore.com>
14909
14910 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14911
14912 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14913 Pedro Alves <palves@redhat.com>
14914
14915 * gdb.mi/mi-info-os.exp: Connect to the target with
14916 mi_gdb_target_load.
14917
14918 2014-01-08 Pedro Alves <palves@redhat.com>
14919
14920 * gdb.threads/reconnect-signal.c: New file.
14921 * gdb.threads/reconnect-signal.exp: New file.
14922
14923 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14924
14925 * gdb.base/source-dir.exp: New file.
14926
14927 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14928
14929 * gdb.ada/mi_interface: New testcase.
14930
14931 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14932
14933 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14934 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14935 gdb.ada/pp-rec-component/pck.ads: New files.
14936
14937 2014-01-07 Joel Brobecker <brobecker@adacore.com>
14938
14939 * gdb.python/py-pp-integral.c: New file.
14940 * gdb.python/py-pp-integral.py: New file.
14941 * gdb.python/py-pp-integral.exp: New file.
14942
14943 For older changes see ChangeLog-1993-2013.
14944 \f
14945 ;; Local Variables:
14946 ;; mode: change-log
14947 ;; left-margin: 8
14948 ;; fill-column: 74
14949 ;; version-control: never
14950 ;; End:
14951
14952 Copyright 2014-2018 Free Software Foundation, Inc.
14953 Copying and distribution of this file, with or without modification,
14954 are permitted provided the copyright notice and this notice are preserved.
This page took 0.327826 seconds and 3 git commands to generate.