[gdb/testsuite] Handle removed valgrind option --db-attach
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
4df46df7
TV
12018-10-24 Tom de Vries <tdevries@suse.de>
2
3 * gdb.base/valgrind-db-attach.exp: Handle removed support for
4 --db-attach in valgrind.
5
0dbfcfff
AB
62018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
7
8 * gdb.arch/riscv-reg-aliases.c: New file.
9 * gdb.arch/riscv-reg-aliases.exp: New file.
10
b04480b1
AH
112018-10-19 Alan Hayward <alan.hayward@arm.com>
12
13 * gdb.python/py-cmd.exp: Check for gdb_prompt.
14
2c6ac8d7
AH
152018-10-19 Alan Hayward <alan.hayward@arm.com>
16
17 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
18
2bc69f25
AH
192018-10-19 Alan Hayward <alan.hayward@arm.com>
20
21 * gdb.cp/ovldbreak.exp: Fix regexps.
22
1f1ae3a3
AH
232018-10-19 Alan Hayward <alan.hayward@arm.com>
24
25 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
26
94c18618
SDJ
272018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
28
29 PR cli/23785
30 * gdb.base/restore.exp: New test to check if "restore" with an
31 invalid file doesn't segfault.
32
812cd6eb
TV
332018-10-18 Tom de Vries <tdevries@suse.de>
34
35 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
36 * gdb.ada/excep_handle.exp: Same.
37 * gdb.ada/mi_string_access.exp: Same.
38 * gdb.ada/mi_var_union.exp: Same.
39 * gdb.arch/arc-analyze-prologue.exp: Same.
40 * gdb.arch/arc-decode-insn.exp: Same.
41 * gdb.base/readnever.exp: Same.
42 * gdb.fortran/printing-types.exp: Same.
43 * gdb.guile/scm-lazy-string.exp: Same.
44
c4b90788
TV
452018-10-16 Tom de Vries <tdevries@suse.de>
46
47 PR gdb/23730
48 * gdb.base/catch-follow-exec.c: Add copyright notice.
49 * gdb.base/catch-follow-exec.exp: Rewrite to use
50 gdb_spawn_with_cmdline_opts. Require gdb-native.
51
8bca2978
SL
522018-10-12 Sandra Loosemore <sandra@codesourcery.com>
53
54 * gdb.trace/actions-changed.exp: Check for arch support.
55 * gdb.trace/actions.exp: Likewise.
56 * gdb.trace/ax.exp: Likewise.
57 * gdb.trace/backtrace.exp: Likewise.
58 * gdb.trace/change-loc.exp: Likewise.
59 * gdb.trace/deltrace.exp: Likewise.
60 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
61 * gdb.trace/ftrace.exp: Likewise.
62 * gdb.trace/infotrace.exp: Check for arch support.
63 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
64 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
65 * gdb.trace/mi-tsv-changed.exp: Likewise.
66 * gdb.trace/packetlen.exp: Likewise.
67 * gdb.trace/passc-dyn.exp: Likewise.
68 * gdb.trace/passcount.exp: Likewise.
69 * gdb.trace/pending.exp: Likewise.
70 * gdb.trace/range-stepping.exp: Check for shlib support.
71 * gdb.trace/report.exp: Check for arch support.
72 * gdb.trace/save-trace.exp: Likewise.
73 * gdb.trace/signal.exp: Check for signal support.
74 * gdb.trace/tfind.exp: Check for arch support.
75 * gdb.trace/trace-break.exp: Check for arch and shlib support.
76 * gdb.trace/trace-common.h: Add comment.
77 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
78 * gdb.trace/trace-enable-disable.exp: Likewise.
79 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
80 * gdb.trace/tracecmd.exp: Check for arch support.
81 * gdb.trace/tspeed.exp: Check for shlib and target support.
82 * gdb.trace/tstatus.exp: Check for arch support.
83 * gdb.trace/tsv.exp: Likewise.
84 * gdb.trace/while-dyn.exp: Likewise.
85 * gdb.trace/while-stepping.exp: Likewise.
86 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
87
f9c49bff
SM
882018-10-12 Simon Marchi <simon.marchi@ericsson.com>
89
90 * gdb.trace/tspeed.exp: Remove nowarnings.
91 (prepare_for_trace_test): Declare "global ipalib".
92 * gdb.trace/tspeed.c: Include unistd.h.
93 (main): Remove superfluous printf argument.
94
d4330bde
SL
952018-10-11 Sandra Loosemore <sandra@codesourcery.com>
96
97 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
98 directory prefix on the filename.
99
8ecfd7bd
SDJ
1002018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
101
102 * gdb.gdb/unittest.exp: Update expected message informing that
103 selftests have been disabled.
104 * gdb.server/unittest.exp: Likewise.
105
58bbcd02
TV
1062018-10-09 Tom de Vries <tdevries@suse.de>
107
108 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
109 with runto_main.
110
9f6b697b
WP
1112018-10-08 Weimin Pan <weimin.pan@oracle.com>
112
113 PR c++/16841
114 * gdb.cp/virtbase2.cc: New file.
115 * gdb.cp/virtbase2.exp: New file.
116
add5ded5
TT
1172018-10-06 Tom Tromey <tom@tromey.com>
118
119 PR python/19399:
120 * gdb.python/py-inferior.exp: Add architecture test.
121
f9e48344
TT
1222018-10-06 Tom Tromey <tom@tromey.com>
123
124 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
125 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
126
2a8be203
TT
1272018-10-06 Tom Tromey <tom@tromey.com>
128
129 * gdb.python/py-breakpoint.exp (check_last_event): Check location
130 of a "throw" catchpoint.
131
e04caa70
SDJ
1322018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
133
134 * gdb.base/info-proc.exp: Update string expected from "help info
135 proc".
136
5ca8c39f
TT
1372018-10-04 Tom Tromey <tom@tromey.com>
138
139 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
140 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
141 (test_initial_complaints, test_empty_complaints): Update.
142 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
143
3453e7e4
TT
1442018-10-04 Tom Tromey <tom@tromey.com>
145
146 PR cli/19551:
147 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
148 * lib/gdb.exp (gdb_file_cmd): Update.
149 * gdb.stabs/weird.exp (print_weird_var): Update.
150 * gdb.server/solib-list.exp: Update.
151 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
152 * gdb.mi/mi-cli.exp: Update.
153 * gdb.linespec/linespec.exp: Update.
154 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
155 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
156 * gdb.cp/cp-relocate.exp: Update.
157 * gdb.base/sym-file.exp: Update.
158 * gdb.base/relocate.exp: Update.
159 * gdb.base/readnever.exp: Update.
160 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
161 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
162 * gdb.base/dbx.exp (gdb_file_cmd): Update.
163 * gdb.base/code_elim.exp: Update.
164 * gdb.base/break-unload-file.exp (test_break): Update.
165 * gdb.base/break-interp.exp (test_attach_gdb): Update.
166 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
167 Update.
168 * gdb.base/attach.exp (do_attach_tests): Update.
169 * gdb.base/sepdebug.exp: Update.
170 * gdb.python/py-section-script.exp: Update.
171
6afcf761
TT
1722018-10-04 Tom Tromey <tom@tromey.com>
173
174 PR cli/22234:
175 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
176 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
177 output.
178
fef1b293
TT
1792018-10-04 Tom Tromey <tom@tromey.com>
180
181 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
182 set width and height to 0.
183 (test_command_line_attach_run): Use -quiet.
184
ca98345e
SL
1852018-10-03 Sandra Loosemore <sandra@codesourcery.com>
186
187 * lib/gdb.exp (skip_ifunc_tests): New.
188 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
189 other compile failures.
190 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
191
ff34e6ae
SM
1922018-10-01 Simon Marchi <simon.marchi@ericsson.com>
193
194 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
195 is_amd64_regs_target.
196
6bb8890e
AH
1972018-10-01 Alan Hayward <alan.hayward@arm.com>
198
199 * gdb.arch/aarch64-sighandler-regs.c: New test.
200 * gdb.arch/aarch64-sighandler-regs.exp: New file.
201 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
202
224d30d3
MM
2032018-10-01 Markus Metzger <markus.t.metzger@intel.com>
204
205 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
206 assembly.
207
f67ffa6a
AB
2082018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
209
210 * gdb.base/frame-selection.exp: New file.
211 * gdb.base/frame-selection.c: New file.
212
9fc3183f
AH
2132018-09-27 Alan Hayward <alan.hayward@arm.com>
214
215 * gdb.threads/check-libthread-db.c (thread_routine): Use a
216 pthread barrier.
217 (main): Likewise.
218
d354055e
AB
2192018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
220
221 * gdb.base/large-frame-1.c: New file.
222 * gdb.base/large-frame-2.c: New file.
223 * gdb.base/large-frame.exp: New file.
224 * gdb.base/large-frame.h: New file.
225
db727370
JL
2262018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
227
228 PR gdb/20948
229 * gdb.base/write_mem.exp: New test.
230 * gdb.base/write_mem.c: Likewise.
231
ae778caf
TT
2322018-09-23 Tom Tromey <tom@tromey.com>
233
234 PR python/18852:
235 * gdb.python/py-parameter.exp: Add test for parameter that throws
236 on "set".
237
fd3ba736
TT
2382018-09-23 Tom Tromey <tom@tromey.com>
239
240 PR python/17284:
241 * gdb.python/py-template.exp (test_template_arg): Add test for
242 negative template argument number.
243
39a24317
TT
2442018-09-23 Tom Tromey <tom@tromey.com>
245
246 PR python/14062:
247 * gdb.python/python.exp: Add test for post_event error.
248
f5769a2c
TT
2492018-09-23 Tom Tromey <tom@tromey.com>
250
251 PR python/18170:
252 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
253 convert pointers to int and long.
254
1c1e54f6
TT
2552018-09-23 Tom Tromey <tom@tromey.com>
256
257 PR python/20126:
258 * gdb.python/py-value.exp (test_value_numeric_ops): Add
259 signed-ness conversion tests.
260
fb4fa946
TT
2612018-09-23 Tom Tromey <tom@tromey.com>
262
263 PR python/18352;
264 * gdb.python/py-value.exp (test_float_conversion): New proc.
265 Use it.
266
a466edac
HAQ
2672018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
268
269 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
270
4ee9b0c5
SL
2712018-09-18 Sandra Loosemore <sandra@codesourcery.com>
272
273 * gdb.base/complete-empty.exp: Skip tab-completion tests if
274 no readline.
275 * gdb.base/utf8-identifiers.exp: Likewise.
276 * gdb.cp/cpcompletion.exp: Likewise.
277 * gdb.linespec/cpcompletion.exp: Likewise.
278 * gdb.linespec/cpls-abi-tag.exp: Likewise.
279 * gdb.linespec/cpls-ops.exp: Likewise.
280
23be8da7
RB
2812018-09-19 Richard Bunt <richard.bunt@arm.com>
282 Chris January <chris.january@arm.com>
283
284 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
285 * gdb.fortran/short-circuit-argument-list.exp: New file.
286 * gdb.fortran/short-circuit-argument-list.f90: New test.
287
5031d0ae
SDJ
2882018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
289
290 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
291 "arch=" keyword when executing "-stack-list-frames".
292
b4c0d1a4
SDJ
2932018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
294
295 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
296 "arch=" keyword when executing "-stack-list-frames".
297
7a6d2b45
SDJ
2982018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
299
300 * gdb.ada/complete.exp: Expect for "@" when doing "complete
301 break ada".
302
8588b356
SM
3032018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
304
305 PR python/23669
306 * gdb.python/python.exp: Test gdb.execute("show commands").
307
65e65158
TT
3082018-09-16 Tom Tromey <tom@tromey.com>
309
310 * gdb.base/new-ui.exp (do_execution_tests): Update.
311 * gdb.base/dbx.exp (test_breakpoints): Update.
312
bf326452
AH
3132018-09-14 Alan Hayward <alan.hayward@arm.com>
314
315 * lib/gdb.exp (gdb_simple_compile): Add proc.
316 (is_elf_target): Use gdb_simple_compile.
317 (skip_altivec_tests): Likewise.
318 (skip_vsx_tests): Likewise.
319 (skip_tsx_tests): Likewise.
320 (skip_btrace_tests): Likewise.
321 (skip_btrace_pt_tests): Likewise.
322 (gdb_can_simple_compile): Likewise.
323 (gdb_has_argv0): Likewise.
324 (gdb_target_symbol_prefix): Likewise.
325 (target_supports_scheduler_locking): Likewise.
326
2361b0fb
TT
3272018-09-13 Tom Tromey <tom@tromey.com>
328
329 * Makefile.in (TAGS): Recognize proc_with_prefix and
330 gdb_caching_proc.
331
0ae1a321
SM
3322018-09-13 Simon Marchi <simon.marchi@ericsson.com>
333
334 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
335 method.
336
a40bf0c2
SM
3372018-09-13 Simon Marchi <simon.marchi@ericsson.com>
338
339 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
340 and a few other Inferior properties when the Inferior is no
341 longer valid.
342
4a3fe98f
TT
3432018-09-13 Tom Tromey <tom@tromey.com>
344
345 PR rust/23650:
346 * gdb.rust/simple.exp: Add test for enum field access error.
347
098b2108
TT
3482018-09-13 Tom Tromey <tom@tromey.com>
349
350 PR rust/23626:
351 * gdb.rust/simple.rs (EmptyEnum): New type.
352 (main): Use it.
353 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
354
1256af7d
SM
3552018-09-13 Simon Marchi <simon.marchi@ericsson.com>
356
357 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
358 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
359 * gdb.python/py-symtab.exp: Update test printing an objfile.
360
4aa8e6c2
SM
3612018-09-12 Simon Marchi <simon.marchi@ericsson.com>
362
363 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
364 object.
365
c221b2f7
AH
3662018-09-12 Alan Hayward <alan.hayward@arm.com>
367
368 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
369 (support_complex_tests): Use gdb_can_simple_compile.
370 (is_ilp32_target): Likewise.
371 (is_lp64_target): Likewise.
372 (is_64_target): Likewise.
373 (is_amd64_regs_target): Likewise.
374 (is_aarch32_target): Likewise.
375 (gdb_int128_helper): Likewise.
376
6f1107b5
JK
3772018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
378
379 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
380
1f5d1570
JG
3812018-09-10 Jerome Guitton <guitton@adacore.com>
382
383 * gdb.ada/same_component_name: Add test for case of tagged record
384 with variable-length fields.
385
cc330e39
XR
3862018-09-10 Xavier Roirand <roirand@adacore.com>
387
388 * gdb.ada/access_to_unbounded_array.exp: New testcase.
389 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
390 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
391 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
392
b9c50e9a
XR
3932018-09-10 Xavier Roirand <roirand@adacore.com>
394
395 * gdb.ada/mi_string_access.exp: New testcase.
396 * gdb.ada/mi_string_access/bar.adb: New file.
397 * gdb.ada/mi_string_access/pck.adb: New file.
398 * gdb.ada/mi_string_access/pck.asd: New file.
399
2963898f
XR
4002018-09-10 Xavier Roirand <roirand@adacore.com>
401
402 * gdb.ada/mi_var_union.exp: New testcase.
403 * gdb.ada/mi_var_union/bar.adb: New file.
404 * gdb.ada/mi_var_union/pck.adb: New file.
405 * gdb.ada/mi_var_union/pck.asd: New file.
406
1aac008f
TT
4072018-09-08 Tom Tromey <tom@tromey.com>
408
409 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
410
332cf4c9
TT
4112018-09-08 Tom Tromey <tom@tromey.com>
412
413 PR python/16047:
414 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
415 (register_pretty_printers): Register new printer.
416 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
417 test.
418 * gdb.python/py-prettyprint.c (int_type3): New typedef.
419 (an_int_type3): New global.
420
424da6cf
JB
4212018-09-08 Joel Brobecker <brobecker@adacore.com>
422
423 * gdb.ada/expr_with_funcall: New testcase.
424
2a62dfa9
JB
4252018-09-08 Joel Brobecker <brobecker@adacore.com>
426
427 * gdb.ada/packed_array_assign: New testcase.
428
96b6697f
AB
4292018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
430
431 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
432 names, and add test prefixes to make test names unique.
433
e4a62c65
TV
4342018-09-05 Tom de Vries <tdevries@suse.de>
435
436 * gdb.dwarf2/varval.exp: Add test.
437
dd083ee2
GB
4382018-09-04 Gary Benson <gbenson@redhat.com>
439
440 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
441 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
442
aef9346c
TT
4432018-08-31 Tom Tromey <tom@tromey.com>
444
445 * gdb.rust/simple.rs: Rename second variable "v".
446
c67f2e15
AB
4472018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
448
449 * gdb.base/funcargs.c (use_a): New function.
450 (recurse): Call use_a.
451
078a0207
KS
4522018-08-29 Keith Seitz <keiths@redhat.com>
453
454 * gdb.compile/compile-cplus-anonymous.cc: New file.
455 * gdb.compile/compile-cplus-anonymous.exp: New file.
456 * gdb.compile/compile-cplus-array-decay.cc: New file.
457 * gdb.compile/compile-cplus-array-decay.exp: New file.
458 * gdb.compile/compile-cplus-inherit.cc: New file.
459 * gdb.compile/compile-cplus-inherit.exp: New file.
460 * gdb.compile/compile-cplus-member.cc: New file.
461 * gdb.compile/compile-cplus-member.exp: New file.
462 * gdb.compile/compile-cplus-method.cc: New file.
463 * gdb.compile/compile-cplus-method.exp: New file.
464 * gdb.compile/compile-cplus-mod.c: "New" file.
465 * gdb.compile/compile-cplus-namespace.cc: New file.
466 * gdb.compile/compile-cplus-namespace.exp: New file.
467 * gdb.compile/compile-cplus-nested.cc: New file.
468 * gdb.compile/compile-cplus-nested.exp: New file.
469 * gdb.compile/compile-cplus-print.c: "New" file.
470 * gdb.compile/compile-cplus-print.exp: "New" file.
471 * gdb.compile/compile-cplus-virtual.cc: New file.
472 * gdb.compile/compile-cplus-virtual.exp: New file.
473 * gdb.compile/compile-cplus.c: "New" file.
474 * gdb.compile/compile-cplus.exp: "New" file.
475 * lib/compile-support.exp: New file.
476
b0f492b9
GB
4772018-08-16 Gary Benson <gbenson@redhat.com>
478
479 PR gdb/13000:
480 * gdb.base/batch-exit-status.exp: New file.
481 * gdb.base/batch-exit-status.good-commands: Likewise.
482 * gdb.base/batch-exit-status.bad-commands: Likewise.
483
36eb4c5f
AH
4842018-08-29 Alan Hayward <alan.hayward@arm.com>
485
486 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
487 (struct struct02): Likewise.
488 (struct struct03): Likewise.
489 (struct struct04): Likewise.
490 (struct struct_01_01): New struct.
491 (struct struct_01_02): Likewise.
492 (struct struct_01_03): Likewise.
493 (struct struct_01_04): Likewise.
494 (struct struct_02_01): Likewise.
495 (struct struct_02_02): Likewise.
496 (struct struct_02_03): Likewise.
497 (struct struct_02_04): Likewise.
498 (struct struct_04_01): Likewise.
499 (struct struct_04_02): Likewise.
500 (struct struct_04_03): Likewise.
501 (struct struct_04_04): Likewise.
502 (struct struct_05_01): Likewise.
503 (struct struct_05_02): Likewise.
504 (struct struct_05_03): Likewise.
505 (struct struct_05_04): Likewise.
506 (cmp_struct01): Remove function.
507 (cmp_struct02): Likewise.
508 (cmp_struct03): Likewise.
509 (cmp_struct04): Likewise.
510 (cmp_struct_01_01): Add Function.
511 (cmp_struct_01_02): Likewise.
512 (cmp_struct_01_03): Likewise.
513 (cmp_struct_01_04): Likewise.
514 (cmp_struct_02_01): Likewise.
515 (cmp_struct_02_02): Likewise.
516 (cmp_struct_02_03): Likewise.
517 (cmp_struct_02_04): Likewise.
518 (cmp_struct_04_01): Likewise.
519 (cmp_struct_04_02): Likewise.
520 (cmp_struct_04_03): Likewise.
521 (cmp_struct_04_04): Likewise.
522 (cmp_struct_05_01): Likewise.
523 (cmp_struct_05_02): Likewise.
524 (cmp_struct_05_03): Likewise.
525 (cmp_struct_05_04): Likewise.
526 (call_all): Add new structs.
527 * gdb.base/infcall-nested-structs.exp: Likewise.
528
3bf9c013
JV
5292018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
530
531 * gdb.python/py-framefilter-mi.exp: Update regexp to
532 check for "arch" field in frame output.
533
450d1e88
KB
5342018-08-23 Kevin Buettner <kevinb@redhat.com>
535
536 * gdb.dwarf2/dw2-ranges-func.c: New file.
537 * gdb.dwarf2/dw2-ranges-func.exp: New file.
538
ae739fe7
SM
5392018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
540
541 * gdb.base/term.exp: Compare terminal settings with values from
542 the inferior.
543 * gdb.base/term.c: Get and set terminal settings.
544
6d52907e
JV
5452018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
546
547 * lib/mi-support.exp (mi_expect_stop): Update regexp to
548 accommodate new "arch" field in frame output.
549 * gdb.mi/mi-return.exp: Likewise.
550 * gdb.mi/mi-stack.exp: Likewise.
551 * gdb.mi/mi-syn-frame.exp: Likewise.
552 * gdb.mi/user-selected-context-sync.exp: Likewise.
553
be2d111a
MS
5542018-08-19 Michael Spang <spang@google.com>
555
556 PR gdb/11786
557 * gdb.base/gcore-tls-pie.c: New file.
558 * gdb.base/gcore-tls-pie.exp: New file.
559
ae3a7c47
KB
5602018-08-18 Kevin Buettner <kevinb@redhat.com>
561
562 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
563 * gdb.dwarf2/varval.c: New file.
564 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 565
2ecae92e
AH
5662018-08-17 Alan Hayward <alan.hayward@arm.com>
567
568 PR gdb/18931
569 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
570
c1854f1d
KS
5712018-08-16 Keith Seitz <keiths@redhat.com>
572
573 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
574 tests expected to pass.
575
26fb3983
JV
5762018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
577
578 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
579 -data-disassemble -a.
580 (test_disassembly_bogus_args): Likewise.
581
67943c00
AB
5822018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
583
584 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
585
5ff2bbae
AB
5862018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
587
588 * gdb.base/vla-optimized-out.exp: Add new test.
589
e5bbcd0f
AB
5902018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
591
592 * gdb.base/vla-optimized-out-o3.exp: Delete.
593 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
594 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
595 deleted tests.
596
9d4a934c
AB
5972018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
598
599 PR gdb/18050:
600 * gdb.server/extended-remote-restart.c: New file.
601 * gdb.server/extended-remote-restart.exp: New file.
602
045cf012
SM
6032018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
604
605 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
606 "set variable index = 42".
607
87d6a7aa
SM
6082018-08-07 Simon Marchi <simon.marchi@ericsson.com>
609
610 * boards/index-cache-gdb.exp: New file.
611 * gdb.dwarf2/index-cache.exp: New file.
612 * gdb.dwarf2/index-cache.c: New file.
613 * gdb.base/maint.exp: Check if we are using the index cache.
614
96d68bd4
RO
6152018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
616
617 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
618 MAKEFLAGS.
619
5a699617
RO
6202018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
621
622 * dg-extract-results.sh: Move to toplevel contrib.
623 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
624 * Makefile.in (check-parallel-racy): Likewise.
625
5bd18990
AB
6262018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
627
628 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
629 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
630 tests if the target supports scheduler locking.
631
3fbbcf47
TV
6322018-08-04 Tom de Vries <tdevries@suse.de>
633
634 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
635
3e1d3d8c
TT
6362018-08-02 Tom Tromey <tom@tromey.com>
637
638 PR symtab/16842.
639 * gdb.cp/temargs.exp: Test "info address" of a template
640 parameter.
641
5abe0f0c
JV
6422018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
643
644 * gdb.python/py-mi-var-info-path-expression.c: New file.
645 * gdb.python/py-mi-var-info-path-expression.py: New file.
646 * gdb.python/py-mi-var-info-path-expression.exp: New file.
647
fb66cde8
SDJ
6482018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
649
650 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
651 error after "cannot resolve name" string.
652
c708f4d2
AB
6532018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
654
655 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
656 started.
657 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
658
37cc0cae
TV
6592018-07-28 Tom de Vries <tdevries@suse.de>
660
661 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
662
63b4ecf7
TV
6632018-07-26 Tom de Vries <tdevries@suse.de>
664
665 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
666
3c3bb058
AB
6672018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
668
669 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
670 is visible.
671
9e7f3bbb
TV
6722018-07-26 Tom de Vries <tdevries@suse.de>
673
674 PR breakpoints/23366
675 * gdb.base/catch-follow-exec.c: New test.
676 * gdb.base/catch-follow-exec.exp: New file.
677
16f808ec
TV
6782018-07-25 Tom de Vries <tdevries@suse.de>
679
680 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
681 vla-optimized-out.c.
682
d7154a8d
JV
6832018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
684
685 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
686 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
687
232a0032
TV
6882018-07-20 Tom de Vries <tdevries@suse.de>
689
690 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
691 NOCLONE macro.
692 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
693
fbb1d502
TV
6942018-07-19 Tom de Vries <tdevries@suse.de>
695
696 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
697 regular expression.
698
42dc7699
TV
6992018-07-18 Tom de Vries <tdevries@suse.de>
700
701 * gdb.base/vla-optimized-out.c: New test.
702 * gdb.base/vla-optimized-out.exp: New file.
703
7f1f7e23
SDJ
7042018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
705
706 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
707 message "No address associated with hostname" when gdbserver
708 cannot resolve the hostname.
709
5759ebb3
PW
7102018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
711
712 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
713 Add some test prefixes to make tests unique.
714
3606ccab
PW
7152018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
716
717 * gdb.base/frameapply.c: New file.
718 * gdb.base/frameapply.exp: New file.
719
529c08b2
PW
7202018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
721
722 * gdb.base/skip.exp: Update expected error message.
723
c7ab0aef
SDJ
7242018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
725 Jan Kratochvil <jan.kratochvil@redhat.com>
726 Paul Fertser <fercerpav@gmail.com>
727 Tsutomu Seki <sekiriki@gmail.com>
728
729 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
730 parameter.
731 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
732 by default.
733 * boards/native-gdbserver.exp: Likewise.
734 * gdb.server/run-without-local-binary.exp: Improve regexp used
735 for detecting when a remote debugging connection succeeds.
736 * gdb.server/server-connect.exp: New file.
737 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
738 Do not prefix the port number with ":".
739 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
740 support for detecting and using it. Add '$debughost_gdbserver'
741 to the list of arguments used to start gdbserver. Handle case
742 when gdbserver cannot resolve a network name.
743
16ff70dd
SDJ
7442018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
745
746 PR c++/23373
747 * gdb.base/ptype-offsets.cc (struct static_member): New
748 struct.
749 (main) <stmember>: New variable.
750 * gdb.base/ptype-offsets.exp: Add test for printing a struct
751 with a static member in it.
752
3541979f
AB
7532018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
754
755 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
756 watchpoints enabled and disabled.
757
c8ad9b9a
AB
7582018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
759
760 * gdb.base/examine-backward.exp: Still run tests around address
761 0x0, even if address 0x0 is not readable. Update the pattern for
762 matching address 0x0 in expected output.
763
e0e5e971
AB
7642018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
765
766 * gdb.base/share-env-with-gdbserver.c (main): Add call to
767 malloc/free.
768
1ea5da02
TV
7692018-07-04 Tom de Vries <tdevries@suse.de>
770
771 * gdb.dwarf2/dw2-error.exp: Update expected error message.
772
471b9d15
MR
7732018-07-02 Maciej W. Rozycki <macro@mips.com>
774
775 PR tdep/8282
776 * gdb.arch/mips-disassembler-options.exp: New test.
777 * gdb.arch/mips-disassembler-options.s: New test source.
778
75acb486
PA
7792018-06-29 Pedro Alves <palves@redhat.com>
780
781 * gdb.threads/names.exp: Adjust expected "info threads" output.
782
cd2bb709
PA
7832018-06-29 Pedro Alves <palves@redhat.com>
784
785 * gdb.opt/inline-break.exp (line number, address): Add "info
786 break" tests.
787
991ff292
PA
7882018-06-29 Pedro Alves <palves@redhat.com>
789
790 * gdb.opt/inline-break.c (func1): Add "break here" marker.
791 * gdb.opt/inline-break.exp: Test setting breakpoints by line
792 number and address and running to them.
793
356819b6 7942018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
795
796 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
797
2512d7ef
JK
7982018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
799
800 * lib/compiler.c: Remove executable permission flag.
801
be1b6474
RB
8022018-06-28 Richard Bunt <richard.bunt@arm.com>
803
804 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
805 code.
806 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
807
291f9a96
PT
8082018-06-28 Petr Tesarik <ptesarik@suse.cz>
809
810 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
811
ed6dfe51
PT
8122018-06-28 Petr Tesarik <ptesarik@suse.cz>
813
814 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
815 address argument is omitted.
816
d4d429d5
PT
8172018-06-28 Petr Tesarik <ptesarik@suse.cz>
818
819 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
820
7ab6656f
OJ
8212018-06-27 Omair Javaid <omair.javaid@linaro.org>
822
823 PR gdb/21695
824 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
825 * gdb.base/infoline-reloc-main-from-zero.c: New file.
826
a33ccfc7
TT
8272018-06-26 Tom Tromey <tom@tromey.com>
828
829 PR rust/22574:
830 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
831 * gdb.rust/simple.rs (struct SimpleLayout): New.
832
6d72d289
SM
8332018-06-22 Simon Marchi <simon.marchi@ericsson.com>
834
835 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
836 "info registers" output.
837
8363f9d5
RB
8382018-06-21 Richard Bunt <richard.bunt@arm.com>
839
840 * gdb.base/watchpoint-hw-attach.c: New test.
841 * gdb.base/watchpoint-hw-attach.exp: New file.
842
f00674fe
SM
8432018-06-20 Simon Marchi <simon.marchi@ericsson.com>
844
845 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
846 through /bin/sh.
847 * boards/dwarf4-gdb-index.exp: Likewise.
848 * boards/fission-dwp.exp: Likewise.
849
1d554008
UW
8502018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
851
852 * gdb.base/float128.exp: Add comment and improved fail message
853 to the failure case of "print large128" test.
854
d0ac1c44
SM
8552018-06-19 Simon Marchi <simon.marchi@ericsson.com>
856
857 * configure.ac: Remove AC_PREREQ.
858 * configure: Re-generate.
859
61b04dd0
PA
8602018-06-19 Pedro Alves <palves@redhat.com>
861
862 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
863 (func_extern_caller): New.
864 (main): Call func_extern_caller.
865 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
866 logic change.
867
f63b508a
SM
8682018-06-18 Weimin Pan <weimin.pan@oracle.com>
869
870 PR gdb/16841
871 * gdb.cp/typedef-base.cc: New file.
872 * gdb.cp/typedef-base.exp: New file.
873
0fe3a558
TV
8742018-06-18 Tom de Vries <tdevries@suse.de>
875
876 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
877
7010835a
AB
8782018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
879 Richard Bunt <Richard.Bunt@arm.com>
880
881 * gdb.threads/attach-slow-waitpid.c: New file.
882 * gdb.threads/attach-slow-waitpid.exp: New file.
883 * gdb.threads/slow-waitpid.c: New file.
884
14897d65
PA
8852018-06-14 Pedro Alves <palves@redhat.com>
886
887 * gdb.base/fork-running-state.c: Include <errno.h>.
888 (exit_if_relative_exits): New.
889 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
890 exits.
891 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
892 child exits.
893
5d9a0608
TV
8942018-06-14 Tom de Vries <tdevries@suse.de>
895
896 PR cli/22573
897 * gdb.base/finish-pretty.c: New test.
898 * gdb.base/finish-pretty.exp: New file.
899
11ae5818
PA
9002018-06-14 Pedro Alves <palves@redhat.com>
901
902 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
903 gdb's expected startup output.
904
1d39de44
PA
9052018-06-14 Pedro Alves <palves@redhat.com>
906
907 * lib/selftest-support.exp (selftest_setup): Remove inlined
908 function handling.
909
70ee0000
TV
9102018-06-14 Tom de Vries <tdevries@suse.de>
911
912 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
913 matching of breakpoint printing.
914
11f4b608
TV
9152018-06-13 Tom de Vries <tdevries@suse.de>
916
917 PR testsuite/23269
918 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
919 (fork_child): ... here, and ...
920 (fork_parent): ... here.
921
9222018-06-12 Tom de Vries <tdevries@suse.de>
923
924 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
925
9516f85a
AB
9262018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
927 Stephen Roberts <stephen.roberts@arm.com>
928
929 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
930 rewrite test to describe action performed, rather than possible
931 failure.
932
5045b3d7
GB
9332018-06-08 Gary Benson <gbenson@redhat.com>
934
935 * gdb.threads/check-libthread-db.exp: New file.
936 * gdb.threads/check-libthread-db.c: Likewise.
937
c61b06a1
TT
9382018-06-05 Tom Tromey <tom@tromey.com>
939
940 * gdb.base/default.exp: Update expected "show version" output.
941
eb6af809
TT
9422018-06-05 Tom Tromey <tom@tromey.com>
943
944 PR cli/12326:
945 * gdb.cp/static-print-quit.exp: Update.
946 * lib/gdb.exp (pagination_prompt): Update.
947 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
948 * gdb.python/python.exp: Update.
949
178d6a63
JB
9502018-06-04 Joel Brobecker <brobecker@adacore.com>
951
952 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
953
8e817061
JB
9542018-06-01 Joel Brobecker <brobecker@adacore.com>
955
956 * gdb.ada/bp_fun_addr: New testcase.
957
e86ca25f
TT
9582018-06-01 Tom Tromey <tom@tromey.com>
959
960 * gdb.xml/tdesc-regs.exp (load_description): Update expected
961 results.
962 * gdb.dwarf2/method-ptr.exp: Set language to C++.
963 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
964 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
965 * gdb.base/maint.exp (maint_pass_if): Update.
966
4b2dfa9d
MR
9672018-05-31 Maciej W. Rozycki <macro@mips.com>
968
969 * gdb.base/endian.exp: New test.
970 * gdb.base/endian.c: New test source.
971
45f25d6c
AB
9722018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
973
974 PR gdb/23203
975 * gdb.base/bt-selected-frame.c: New file.
976 * gdb.base/bt-selected-frame.exp: New file.
977 * lib/gdb.exp (get_current_frame_number): New function.
978
d9f6d7f8
MR
9792018-05-24 Maciej W. Rozycki <macro@mips.com>
980 Pedro Alves <palves@redhat.com>
981
982 * gdb.threads/tls-core.c: Include <stdlib.h>
983 (thread_proc): Call `abort'.
984 * gdb.threads/tls-core.exp: Generate a core with core_find too.
985 (tls_core_test): New procedure, bits factored out from ...
986 (top level): ... here. Test both native cores and gcore cores.
987
ff1cf532
TT
9882018-05-23 Tom Tromey <tom@tromey.com>
989
990 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
991
b98664d3
TT
9922018-05-23 Tom Tromey <tom@tromey.com>
993
994 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
995 symfile_complaints.
996 (test_short_complaints): Likewise.
997 (test_empty_complaints): Likewise.
998 (test_initial_complaints): Update.
999
4e9668d0
TT
10002018-05-23 Tom Tromey <tom@tromey.com>
1001
1002 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
1003
43ba33c7
TT
10042018-05-23 Tom Tromey <tom@tromey.com>
1005
1006 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
1007 (test_short_complaints): Update.
1008
035522c0
PA
10092018-05-22 Pedro Alves <palves@redhat.com>
1010
1011 * gdb.base/remote.exp: Only gdb_start after compiling the
1012 testcase. Issue "disconnect" before testing "set remote" command
1013 defaults. Issue clean_restart before running to main.
1014
cc0be08f
PA
10152018-05-22 Pedro Alves <palves@redhat.com>
1016
1017 * gdb.base/remote.exp: Adjust expected output of "show remote
1018 memory-write-packet-size". Add tests for "set remote
1019 memory-write-packet-size 0" and "set remote
1020 memory-write-packet-size fixed/limit".
1021
b1b60145
PA
10222018-05-22 Pedro Alves <palves@redhat.com>
1023
1024 PR gdb/22973
1025 * gdb.base/utf8-identifiers.c: New file.
1026 * gdb.base/utf8-identifiers.exp: New file.
1027
0ec848ad
PFC
10282018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1029
1030 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1031
2c3305f6
PFC
10322018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1033
1034 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1035
ce1e8424
TT
10362018-05-18 Tom Tromey <tom@tromey.com>
1037
1038 * gdb.base/ptype-offsets.exp: Update.
1039
ddfe970e
KS
10402018-05-17 Keith Seitz <keiths@redhat.com>
1041
1042 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1043 in expected breakpoint stop locations.
1044 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1045 move to proper scope to test variable values.
1046 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1047 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1048 New functions.
1049 (main): Call not_inline_func3.
1050 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1051 inline_func1, inline_func2, and inline_func3. Test that when each
1052 breakpoint is hit, GDB properly reports both the stop location
1053 and the backtrace. Repeat tests for temporary breakpoints.
1054
0726fcc6
MR
10552018-05-15 Maciej W. Rozycki <macro@mips.com>
1056
1057 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1058 rather then trying to access it in determining whether the PID
1059 of `gdbserver' could have been retrieved.
1060
8ee22052
AB
10612018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1062
1063 * gdb.arch/amd64-init-x87-values.S: New file.
1064 * gdb.arch/amd64-init-x87-values.exp: New file.
1065
7785df48
JK
10662018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1067
1068 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1069
56bcdbea
TT
10702018-05-04 Tom Tromey <tom@tromey.com>
1071
1072 PR python/22730:
1073 * gdb.python/python.exp: Test multi-line execute.
1074
a913fffb
TT
10752018-05-04 Tom Tromey <tom@tromey.com>
1076
1077 PR python/22731:
1078 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1079
7a2c85f2
TT
10802018-05-04 Tom Tromey <tom@tromey.com>
1081
1082 PR gdb/11750:
1083 * gdb.base/define.exp: Test defining a user command inside a user
1084 command.
1085 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1086
a3b60e45
JK
10872018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1088 Pedro Alves <palves@redhat.com>
1089
1090 PR breakpoints/19806 and support for PR external/20207.
1091 * gdb.base/watchpoint-unaligned.c: New file.
1092 * gdb.base/watchpoint-unaligned.exp: New file.
1093
45fe4a03
AB
10942018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1095
1096 * gdb.base/maint.exp: Make test names unique, use
1097 test_prefix_command_help to test 'help maint info', and remove
1098 repeated test of 'help maint'.
1099
9be2ae8f
TT
11002018-05-04 Tom Tromey <tom@tromey.com>
1101
1102 PR gdb/22619:
1103 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1104 behavior.
1105
11859c31
AB
11062018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1107
1108 * gdb.base/maint.exp: Process output from 'maint print registers'
1109 line at a time.
1110
089a9490
AB
11112018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1112
1113 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1114 timeout.
1115
9b0797e2
AB
11162018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1117
1118 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1119 filter pattern.
1120
f6ac5f3d
PA
11212018-05-02 Pedro Alves <palves@redhat.com>
1122
1123 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1124 to_log_command renames.
1125 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1126
77d3c63b
TT
11272018-05-02 Tom Tromey <tom@tromey.com>
1128
1129 * gdb.python/py-parameter.exp: Set test message.
1130
0489430a
TT
11312018-05-02 Tom Tromey <tom@tromey.com>
1132
1133 PR python/20084:
1134 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1135 PARAM_ZUINTEGER_UNLIMITED tests.
1136
1632f8ba
DR
11372018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1138
1139 PR rust/23124
1140 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1141 when casting.
1142
6d7bb824
TT
11432018-04-30 Tom Tromey <tom@tromey.com>
1144
1145 * gdb.python/py-type.exp: Check align attribute.
1146 * gdb.python/py-type.c: New "aligncheck" global.
1147
007e1530
TT
11482018-04-30 Tom Tromey <tom@tromey.com>
1149
1150 PR exp/17095:
1151 * gdb.dwarf2/dw2-align.exp: New file.
1152 * gdb.cp/align.exp: New file.
1153 * gdb.base/align.exp: New file.
1154 * lib/gdb.exp (gdb_int128_helper): New proc.
1155 (has_int128_c, has_int128_cxx): New caching procs.
1156
6873858b
TT
11572018-04-27 Tom Tromey <tom@tromey.com>
1158
1159 PR rust/22545:
1160 * gdb.rust/simple.exp: Add inclusive range tests.
1161
79188d8d
PA
11622018-04-26 Pedro Alves <palves@redhat.com>
1163
1164 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1165 ifunc breakpoint locations correctly of ifunc breakpoints set
1166 while the program resolves the ifunc.
1167
c7075ad5
PA
11682018-04-26 Pedro Alves <palves@redhat.com>
1169
1170 * gdb.base/gnu-ifunc-final.c: New file.
1171 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1172 * gdb.base/gnu-ifunc.exp (executable): Delete.
1173 (staticexecutable): Adjust.
1174 (lib_opts, exec_opts): Delete.
1175 (make_binsuffix, build, set-break): New procedures.
1176 (misc_tests): New, with tests factored out from the top level.
1177 (top level): Test different combinations of ifunc resolver name,
1178 resolver with and with debug info, and ifunc target with and
1179 without debug info. Wrap static tests with with_target_prefix.
1180
8388016d
PA
11812018-04-26 Pedro Alves <palves@redhat.com>
1182
1183 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1184 return type" warnings.
1185
249b5733
PA
11862018-04-25 Pedro Alves <palves@redhat.com>
1187
1188 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1189 killed".
1190 * gdb.base/kill-after-signal.exp: Likewise.
1191 * gdb.threads/kill.exp: Likewise.
1192
f67c0c91
SDJ
11932018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1194 Sergio Durigan Junior <sergiodj@redhat.com>
1195 Pedro Alves <palves@redhat.com>
1196
1197 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1198 regexps to expect for '[Inferior ... detached]' as well.
1199 * gdb.base/attach.exp: Likewise.
1200 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1201 "gdb_continue_to_end".
1202 (test_catch_syscall_with_wrong_args): Likewise.
1203 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1204 ']'. Don't set 'verbose' on.
1205 * gdb.base/foll-vfork.exp: Likewise.
1206 * gdb.base/fork-print-inferior-events.c: New file.
1207 * gdb.base/fork-print-inferior-events.exp: New file.
1208 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1209 '[Inferior ... has been killed]' message.
1210 * gdb.base/kill-after-signal.exp: Likewise.
1211 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1212 detach message.
1213 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1214 message.
1215 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1216 regexps to expect for '[Inferior ... detached]' as well.
1217 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1218
0a8ddac4
SM
12192018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1220
1221 PR gdb/23104
1222 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1223
d27d16bf
RB
12242018-04-19 Richard Bunt <richard.bunt@arm.com>
1225
1226 * gdb.threads/multiple-successive-infcall.c: New test.
1227 * gdb.threads/multiple-successive-infcall.exp: New file.
1228
a037790e
TT
12292018-04-17 Tom Tromey <tom@tromey.com>
1230
1231 * gdb.rust/simple.rs (Union): New type.
1232 (main): New local "u".
1233 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1234
e3a91079
AA
12352018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1236
1237 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1238 number information in output of "whereis" command.
1239 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1240
b744723f
AA
12412018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1242
1243 * gdb.ada/info_types.exp: Adjust expected output to the line
1244 numbers now printed by "info var/func/type".
1245 * gdb.base/completion.exp: Likewise.
1246 * gdb.base/included.exp: Likewise.
1247 * gdb.cp/cp-relocate.exp: Likewise.
1248 * gdb.cp/cplusfuncs.exp: Likewise.
1249 * gdb.cp/namespace.exp: Likewise.
1250 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1251
4a4495d6
MM
12522018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1253
1254 * gdb.btrace/cpu.exp: New.
1255
1d509aa6
MM
12562018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1257
1258 * gdb.base/step-indirect-call-thunk.exp: New.
1259 * gdb.base/step-indirect-call-thunk.c: New.
1260 * gdb.reverse/step-indirect-call-thunk.exp: New.
1261 * gdb.reverse/step-indirect-call-thunk.c: New.
1262
6295b6da
SM
12632018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1264
1265 * gdb.base/pie-fork.c: New file.
1266 * gdb.base/pie-fork.exp: New file.
1267
50146e70
TT
12682018-04-11 Tom Tromey <tom@tromey.com>
1269
1270 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1271
f50d8a2e
PA
12722018-04-10 Pedro Alves <palves@redhat.com>
1273
1274 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1275 exits. Instead loop running forever.
1276 (fork_parent): Run forever too.
1277
a0be7a36
SM
12782018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1279
1280 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1281 mi_continue_to_line.
1282 * gdb.mi/mi-stack.c (callee4): Add comment.
1283
9b73db36
SM
12842018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1285
1286 * gdb.mi/mi-stack.exp: Fix indentation.
1287
c912f608
SM
12882018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1289
1290 PR gdb/22979
1291 * gdb.arch/amd64-osabi.exp: New file.
1292
26540402
SM
12932018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1294
1295 PR gdb/22980
1296 * gdb.base/osabi.exp: New file.
1297
121ad66c 12982018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
1299
1300 * gdb.cp/static-typedef-print.exp: New file.
1301 * gdb.cp/static-typedef-print.cc: New file.
1302
3fcded8f
JB
13032018-03-27 Joel Brobecker <brobecker@adacore.com>
1304
1305 * gdb.ada/varsize_limit: New testcase.
1306
59cc4834
JB
13072018-03-27 Joel Brobecker <brobecker@adacore.com>
1308
1309 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1310
1311 * gdb.ada/notcplusplus: New testcase.
1312
1313 * gdb.base/c-linkage-name.c: New file.
1314 * gdb.base/c-linkage-name.exp: New testcase.
1315
4ca59a9f
TT
13162018-03-26 Tom Tromey <tom@tromey.com>
1317
1318 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1319 * gdb.python/py-framefilter.py (name_error): New global.
1320 (ErrorInName.function): Use name_error.
1321
978d6c75
TT
13222018-03-26 Tom Tromey <tom@tromey.com>
1323
1324 PR backtrace/15582:
1325 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1326
b7fee5a3
KS
13272018-03-23 Keith Seitz <keiths@redhat.com>
1328
1329 PR c++/22968
1330 * gdb.cp/subtypes.exp: New file.
1331 * gdb.cp/subtypes.h: New file.
1332 * gdb.cp/subtypes.cc: New file.
1333 * gdb.cp/subtypes-2.cc: New file.
1334
376be529
AB
13352018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1336
1337 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1338 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1339 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1340 -nostartfiles when compiling the test. Confirm that all registers
1341 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1342
066cfa98
AB
13432018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1344
1345 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1346 option, syntax was wrong anyway.
1347 * gdb.arch/arm-disp-step.exp: Likewise.
1348 * gdb.arch/sparc64-regs.exp: Likewise.
1349 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1350 option, syntax was wrong anyway, switch to use
1351 prepare_for_testing.
1352 * gdb.arch/i386-disp-step.exp: Likewise.
1353
079670b9
AA
13542018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1355
1356 * gdb.ada/exec_changed.exp: Replace "target_info exists
1357 use_gdb_stub" by "use_gdb_stub".
1358 * gdb.ada/start.exp: Likewise.
1359 * gdb.base/async-shell.exp: Likewise.
1360 * gdb.base/attach-pie-misread.exp: Likewise.
1361 * gdb.base/attach-wait-input.exp: Likewise.
1362 * gdb.base/break-entry.exp: Likewise.
1363 * gdb.base/break-interp.exp: Likewise.
1364 * gdb.base/dprintf-detach.exp: Likewise.
1365 * gdb.base/nostdlib.exp: Likewise.
1366 * gdb.base/solib-nodir.exp: Likewise.
1367 * gdb.base/statistics.exp: Likewise.
1368 * gdb.base/testenv.exp: Likewise.
1369 * gdb.mi/mi-exec-run.exp: Likewise.
1370 * gdb.mi/mi-start.exp: Likewise.
1371 * gdb.multi/dummy-frame-restore.exp: Likewise.
1372 * gdb.multi/multi-arch-exec.exp: Likewise.
1373 * gdb.multi/multi-arch.exp: Likewise.
1374 * gdb.multi/tids.exp: Likewise.
1375 * gdb.multi/watchpoint-multi.exp: Likewise.
1376 * gdb.python/py-events.exp: Likewise.
1377 * gdb.threads/attach-into-signal.exp: Likewise.
1378 * gdb.threads/attach-stopped.exp: Likewise.
1379 * gdb.threads/threadapply.exp: Likewise.
1380 * lib/selftest-support.exp: Likewise.
1381
26d6cec4
AA
13822018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1383
1384 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1385
4ee89e90
SR
13862018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1387
1388 * gdb.perf/template-breakpoints.cc: New file.
1389 * gdb.perf/template-breakpoints.exp: New file.
1390 * gdb.perf/template-breakpoints.py: New file.
1391
92630041
TT
13922018-03-19 Tom Tromey <tom@tromey.com>
1393
1394 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1395 y0.
1396 * gdb.rust/simple.exp: Test bare identifier form of struct
1397 initializer.
1398
76727919
TT
13992018-03-19 Tom Tromey <tom@tromey.com>
1400
1401 * gdb.gdb/observer.exp: Remove.
1402
194ed413
AA
14032018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1404
1405 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1406 "qualified" option when setting breakpoints.
1407 * gdb.trace/backtrace.exp: Likewise.
1408 * gdb.trace/circ.exp: Likewise.
1409 * gdb.trace/collection.exp: Likewise.
1410 * gdb.trace/disconnected-tracing.exp: Likewise.
1411 * gdb.trace/ftrace-lock.exp: Likewise.
1412 * gdb.trace/ftrace.exp: Likewise.
1413 * gdb.trace/infotrace.exp: Likewise.
1414 * gdb.trace/packetlen.exp: Likewise.
1415 * gdb.trace/passc-dyn.exp: Likewise.
1416 * gdb.trace/qtro.exp: Likewise.
1417 * gdb.trace/read-memory.exp: Likewise.
1418 * gdb.trace/report.exp: Likewise.
1419 * gdb.trace/signal.exp: Likewise.
1420 * gdb.trace/status-stop.exp: Likewise.
1421 * gdb.trace/strace.exp: Likewise.
1422 * gdb.trace/tfind.exp: Likewise.
1423 * gdb.trace/trace-break.exp: Likewise.
1424 * gdb.trace/trace-condition.exp: Likewise.
1425 * gdb.trace/trace-mt.exp: Likewise.
1426 * gdb.trace/tstatus.exp: Likewise.
1427 * gdb.trace/tsv.exp: Likewise.
1428 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1429 * gdb.trace/unavailable.exp: Likewise.
1430 * gdb.trace/while-dyn.exp: Likewise.
1431
8b067d2c
AA
14322018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1433
1434 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1435 that libinproctrace is copied to the target.
1436
3ae9ce5d
TT
14372018-03-14 Tom Tromey <tom@tromey.com>
1438
1439 PR cli/14977:
1440 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1441 a null pointer.
1442 * gdb.base/wchar.exp: Likewise.
1443
b8c2339b
TT
14442018-03-14 Tom Tromey <tom@tromey.com>
1445
1446 PR cli/19918:
1447 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1448 flag.
1449
4872dc46
SM
14502018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1451
1452 PR gdb/22841
1453 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1454 "target" to remote_exec.
1455
e4fe3756
SM
14562018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1457
1458 PR gdb/22841
1459 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1460 ${board}_upload): Remove.
1461
e95a97d4
AA
14622018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1463
1464 * gdb.cp/watch-cp.cc: New test.
1465 * gdb.cp/watch-cp.exp: New file.
1466
dbbb1059
AB
14672018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1468
1469 * gdb.base/infcall-nested-structs.exp: New file.
1470 * gdb.base/infcall-nested-structs.c: New file.
1471 * gdb.base/float.exp: Add riscv support.
1472
ecc054c0
TP
14732018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1474
1475 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1476 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1477
25e3c82c
SDJ
14782018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1479
1480 * gdb.server/abspath.exp: New file.
1481 * lib/gdb.exp (with_cwd): New procedure.
1482
3083294d
SM
14832018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1484
1485 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1486 use it.
1487 (gdb_is_target_remote_prompt): New proc.
1488 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1489 (gdb_is_target_native): Pass prompt parameter to
1490 gdb_is_target_1.
1491
3275ef47
SM
14922018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1493
1494 * gdb.base/load-command.c: New file.
1495 * gdb.base/load-command.exp: New file.
1496 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1497 (gdb_is_target_1): ...this, and generalize for other targets
1498 than just remote.
1499 (gdb_is_target_remote): Use gdb_is_target_1.
1500 (gdb_is_target_native): use gdb_is_target_1.
1501
6893c19a
TT
15022018-02-26 Tom Tromey <tom@tromey.com>
1503
1504 PR python/16497:
1505 * gdb.python/py-framefilter.exp: Update test.
1506
2ddeaf8a
TT
15072018-02-26 Tom Tromey <tom@tromey.com>
1508
1509 * gdb.dwarf2/variant.c: New file.
1510 * gdb.dwarf2/variant.exp: New file.
1511
c9317f21
TT
15122018-02-26 Tom Tromey <tom@tromey.com>
1513
1514 * gdb.rust/simple.exp: Accept more possible results in enum test.
1515
6f6d0c26
SM
15162018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1517
1518 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1519 parentheses.
1520
11b03145
MR
15212018-02-23 Maciej W. Rozycki <macro@mips.com>
1522
1523 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1524 name of a variable: $actual_linejj -> $actual_line.
1525
54a27fe5
JB
15262018-02-21 John Baldwin <jhb@FreeBSD.org>
1527
1528 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1529
de65820c
MM
15302018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1531
1532 * gdb.btrace/buffer-size.exp: Do not force BTS.
1533
980548fd
PA
15342018-02-14 Pedro Alves <palves@redhat.com>
1535
1536 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1537 getting a "Quit".
1538
c4e12631
MM
15392018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1540
1541 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1542 Fix test name.
1543
c2e0e465
SM
15442018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1545
1546 * gdb.cp/m-static.exp: Check type of optimized out static
1547 member.
1548
f7216783
AB
15492018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1550
1551 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1552 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1553
0625771b
LS
15542018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1555 Leszek Swirski <leszeks@google.com>
1556
1557 * gdb.python/py-prettyprint.c
1558 (struct to_string_returns_value_inner,
1559 struct to_string_returns_value_wrapper): New.
1560 (main): Add tsrvw variable.
1561 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1562 ToStringReturnsValueWrapper): New classes.
1563 (register_pretty_printers): Register new pretty-printers.
1564 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1565 recursive pretty printer.
1566 * gdb.python/py-mi.exp: Likewise.
1567
59498c30
LS
15682018-02-01 Leszek Swirski <leszeks@google.com>
1569
1570 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1571 functions with the same name as an include file are parsed
1572 correctly.
1573
d4d38844
YQ
15742018-02-01 Yao Qi <yao.qi@linaro.org>
1575
1576 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1577 "\[^\r\n\]*".
1578
07e5f5cf
NP
15792018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1580
1581 * gdb.arch/powerpc-prologue-frame.s: New file.
1582 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1583 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1584
929b5ad4
JB
15852018-01-31 Joel Brobecker <brobecker@adacore.com>
1586
1587 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1588
e671cd59
PA
15892018-01-30 Pedro Alves <palves@redhat.com>
1590
1591 PR gdb/13211
1592 * gdb.base/interrupt-daemon.c: New.
1593 * gdb.base/interrupt-daemon.exp: New.
1594 * gdb.multi/multi-term-settings.c: New.
1595 * gdb.multi/multi-term-settings.exp: New.
1596
fc413dc4
JB
15972018-01-30 Joel Brobecker <brobecker@adacore.com>
1598
1599 * gdb.base/break.exp: Save the location where the breakpoint
1600 on break.c:47 was actually inserted when debugging the version
1601 compiled at -O2 and use it in the expected output of the "info
1602 break" test performed soon after.
1603
5c319bb2
PA
16042018-01-22 Pedro Alves <palves@redhat.com>
1605 Sergio Durigan Junior <sergiodj@redhat.com>
1606
1607 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1608 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1609
a9e40818
JB
16102018-01-22 Joel Brobecker <brobecker@adacore.com>
1611
1612 * gdb.base/break-include.c, gdb.base/break-include.inc,
1613 gdb.base/break-include.exp: New files.
1614 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1615 line number now being the actual line number where the breakpoint
1616 was inserted.
1617 * gdb.mi/mi-break.exp: Likewise.
1618 * gdb.mi/mi-reverse.exp: Likewise.
1619 * gdb.mi/mi-simplerun.exp: Ditto.
1620
e707fc44
AB
16212018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1622
1623 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1624 varobj.
1625 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1626
ae451627
AB
16272018-01-21 Don Breazeal <donb@codesourcery.com>
1628 Andrew Burgess <andrew.burgess@embecosm.com>
1629
1630 * gdb.mi/basics.c: Add new global.
1631 * gdb.mi/mi-frame-regs.exp: New file.
1632 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1633 case.
1634
b1b189e0
AB
16352018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1636
1637 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1638 non-parameter, and on an unknown symbol.
1639
fcfcc376
TT
16402018-01-19 Tom Tromey <tom@tromey.com>
1641
1642 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1643 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1644
634c1c31
AA
16452018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1646
1647 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1648 setrlimit and chdir to int.
1649
d6ad07fd
AA
16502018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1651
1652 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1653 function.
1654 (my_tend): Likewise.
1655 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1656 rationale of avoiding FP- and vector instructions.
1657
adf8243b
RK
16582018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1659
1660 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1661 "info reg" with "\[ \t\]*".
1662 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1663 "\[ \t\]+".
1664 * gdb.arch/s390-multiarch.exp: Ditto.
1665 * gdb.base/pc-fp.exp: Ditto.
1666 * gdb.reverse/i386-precsave.exp: Ditto.
1667 * gdb.reverse/i386-reverse.exp: Ditto.
1668 * gdb.reverse/i387-env-reverse.exp: Ditto.
1669 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1670
dcc06925
AA
16712018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1672
1673 * lib/gdb.exp (gdb_compile): Re-enable use of
1674 universal_compile_options for languages other than Rust.
1675
25d4fd80
AA
16762018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1677
1678 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1679
ee7f689e 16802018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
1681
1682 PR gdb/16577
1683 * gdb.base/solib-vanish.exp: New.
1684 * gdb.base/solib-vanish-main.c: New.
1685 * gdb.base/solib-vanish-lib1.c: New.
1686 * gdb.base/solib-vanish-lib2.c: New.
1687
d8447b6b
YQ
16882018-01-17 Yao Qi <yao.qi@linaro.org>
1689
1690 * gdb.compile/compile.exp: Match the address printed for
1691 frame in the output of command "bt".
1692
86d6a90c
TT
16932018-01-15 Tom Tromey <tom@tromey.com>
1694
1695 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1696 compute sp_reg.
1697
cbcdb1aa
AB
16982018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1699
1700 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1701 to prepare.
1702 (prepare): Return 0 on error, 1 on success.
1703
eea61984
PA
17042018-01-12 Pedro Alves <palves@redhat.com>
1705
1706 * gdb.base/continue-after-aborted-step-over.c: New.
1707 * gdb.base/continue-after-aborted-step-over.exp: New.
1708
6181e9c2
SM
17092018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1710
1711 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1712 options when not creating an executable.
1713
3cada740
PA
17142018-01-11 Pedro Alves <palves@redhat.com>
1715
1716 PR remote/22597
1717 * gdb.server/stop-reply-no-thread.c: New file.
1718 * gdb.server/stop-reply-no-thread.exp: New file.
1719
c63d3e8d
PA
17202018-01-10 Pedro Alves <palves@redhat.com>
1721
1722 PR gdb/22670
1723 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1724 functions too. Test setting breakpoints and printing C functions
1725 with no debug info too.
1726 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1727
d4c2a405
PA
17282018-01-10 Pedro Alves <palves@redhat.com>
1729
1730 PR gdb/22670
1731 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1732 a fail.
1733
8825213e
PA
17342018-01-10 Pedro Alves <palves@redhat.com>
1735
1736 PR gdb/22670
1737 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1738
605fd3c6
YQ
17392018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1740
1741 * gdb.server/unittest.exp: Match the output in non-development
1742 mode.
1743
1e5ded6c
YQ
17442018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1745
1746 * gdb.gdb/unittest.exp: Match output in non-development mode.
1747
30066b0b
JB
17482018-01-08 Joel Brobecker <brobecker@adacore.com>
1749
1750 * gdb.ada/access_tagged_param.exp: Relax expected output
1751 for value of "ObjL" in "continue" to pck.inspect breakpoint
1752 test.
1753
04bafb1e
XR
17542018-01-08 Joel Brobecker <brobecker@adacore.com>
1755
9f86398b
JB
1756 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1757 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 1758
e379cee6
PA
17592018-01-05 Pedro Alves <palves@redhat.com>
1760
1761 PR gdb/18653
1762 * gdb.base/libsegfault.exp: New.
1763
de63c46b
PA
17642018-01-05 Joel Brobecker <brobecker@adacore.com>
1765
1766 PR gdb/22670
1767 * gdb.ada/access_tagged_param.exp: New file.
1768 * gdb.ada/access_tagged_param/foo.adb: New file.
1769
f98fc17b
PA
17702018-01-05 Pedro Alves <palves@redhat.com>
1771
1772 PR gdb/22670
1773 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1774 exercise lower case too, and to exercise both full matching and
1775 wild matching.
1776
342f8240
JB
17772018-01-05 Joel Brobecker <brobecker@adacore.com>
1778
1779 * gdb.ada/rename_subscript_param: New testcase.
1780
7150d33c
JG
17812018-01-05 Jerome Guitton <guitton@adacore.com>
1782
1783 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1784
cc0e770c
JB
17852018-01-05 Joel Brobecker <brobecker@adacore.com>
1786
1787 * gdb.ada/convvar_comp: New testcase.
1788
672a41aa 17892018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
1790
1791 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1792 (My_Table): New global variable.
1793 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1794
7365ec2f
JB
17952018-01-04 Joel Brobecker <brobecker@adacore.com>
1796
1797 PR gdb/22670
1798 * gdb.ada/maint_with_ada: New testcase.
1799
289483b6
JB
18002018-01-04 Joel Brobecker <brobecker@adacore.com>
1801
1802 PR gdb/22670
1803 * gdb.ada/bp_c_mixed_case: New testcase.
1804
344420da
JB
18052018-01-04 Joel Brobecker <brobecker@adacore.com>
1806
1807 PR gdb/22670
1808 * gdb.ada/complete.exp: Add "complete break ada" test.
1809
66fc87a0
JB
18102018-01-04 Joel Brobecker <brobecker@adacore.com>
1811
1812 PR gdb/22670
1813 * gdb.ada/info_addr_mixed_case: New testcase.
1814
9f757bf7
XR
18152018-01-03 Xavier Roirand <roirand@adacore.com>
1816
1817 * gdb.ada/excep_handle.exp: New testcase.
1818 * gdb.ada/excep_handle/foo.adb: New file.
1819 * gdb.ada/excep_handle/pck.ads: New file.
1820
bd570f80
JB
18212018-01-03 Joel Brobecker <brobecker@adacore.com>
1822
1823 * gdb.base/step-line.c: Add extra empty line in copyright header.
1824 * gdb.base/step-line.inp: Likewise.
1825
9fe561ab
JB
18262018-01-02 Joel Brobecker <brobecker@adacore.com>
1827
1828 * gdb.ada/dyn_stride.exp: Add slice test.
1829
a405673c
JB
18302018-01-02 Joel Brobecker <brobecker@adacore.com>
1831
1832 * gdb.ada/dyn_stride: New testcase.
1833
cef0f868
SH
18342017-12-27 Stafford Horne <shorne@gmail.com>
1835
1836 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1837 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1838
b67d92b0
SH
18392017-12-27 Stafford Horne <shorne@gmail.com>
1840
1841 * gdb.base/reggroups.c: New file.
1842 * gdb.base/reggroups.exp: New file.
1843
eccab96d
JB
18442017-12-18 Joel Brobecker <brobecker@adacore.com>
1845
1846 * gdb.dwarf2/ada-valprint-error.c: New file.
1847 * gdb.dwarf2/ada-valprint-error.exp: New file.
1848
0e2da9f0
JB
18492017-12-18 Joel Brobecker <brobecker@adacore.com>
1850
1851 * gdb.ada/assign_arr: New testcase.
1852
cb923fcc
XR
18532017-12-18 Xavier Roirand <roirand@adacore.com>
1854
1855 * gdb.ada/funcall_ptr: New testcase.
1856
7c161838
SDJ
18572017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1858
1859 PR cli/16224
1860 * gdb.base/ptype-offsets.cc: New file.
1861 * gdb.base/ptype-offsets.exp: New file.
1862
1af17fd9
YQ
18632017-12-15 Yao Qi <yao.qi@linaro.org>
1864
1865 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1866 if XML is disabled.
1867
828d5846
XR
18682017-12-15 Xavier Roirand <roirand@adacore.com>
1869
1870 * gdb.ada/same_component_name: New testcase.
1871
79e8fcaa
JB
18722017-12-14 Joel Brobecker <brobecker@adacore.com>
1873
1874 * gdb.ada/str_binop_equal: New testcase.
1875
e05fa6f9
JB
18762017-12-14 Joel Brobecker <brobecker@adacore.com>
1877
1878 * gdb.ada/task_switch_in_core: New testcase.
1879
b89641ba
SM
18802017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1881
1882 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1883 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1884 call test_bkpt_qualified.
1885 (test_bkpt_qualified): New proc.
1886
6892d2e4
PA
18872017-12-13 Pedro Alves <palves@redhat.com>
1888
1889 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1890 Tighten regexp by matching with an anchor.
1891
a22ecf70
PA
18922017-12-13 Pedro Alves <palves@redhat.com>
1893
1894 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1895 ("expression with namespace"): New set of tests.
1896 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1897 (Nested::Test_NS::qux): New.
1898 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1899 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1900
9937536c
JB
19012017-12-13 Joel Brobecker <brobecker@adacore.com>
1902
1903 * gdb.base/server-del-break.c: New file.
1904 * gdb.base/server-del-break.exp: New file.
1905
fe49c6f5
SH
19062017-12-12 Stafford Horne <shorne@gmail.com>
1907
1908 * gdb.xml/tdesc-regs.exp: Add or1k support.
1909
c3d18620
SH
19102017-12-12 Stafford Horne <shorne@gmail.com>
1911
1912 * gdb.base/bp-permanent.c: Define nop of or1k.
1913
c5f9cfc8
JB
19142017-12-11 Joel Brobecker <brobecker@adacore.com>
1915
1916 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1917 output with components being reordered.
1918
a9c135fc
JB
19192017-12-11 Joel Brobecker <brobecker@adacore.com>
1920
1921 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1922 output with components being reordered.
1923
927aa2e7
JK
19242017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1925 Pedro Alves <palves@redhat.com>
1926
1927 * gdb.base/maint.exp (check for .gdb_index): Check also for
1928 .debug_names.
1929 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1930 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1931 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1932 (.gdb_index used after symbol reloading): Support also .debug_names.
1933 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1934
f17d9474
YQ
19352017-12-08 Yao Qi <yao.qi@linaro.org>
1936
1937 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1938 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1939
a0de8c21
YQ
19402017-12-08 Yao Qi <yao.qi@linaro.org>
1941
1942 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1943 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1944
a738ea1d
YQ
19452017-12-08 Yao Qi <yao.qi@linaro.org>
1946
1947 * gdb.arch/aarch64-tagged-pointer.c: New file.
1948 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1949
1cd9a73b
SDJ
19502017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1951
1952 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1953 "int".
1954
fa6eb693
KS
19552017-12-07 Keith Seitz <keiths@redhat.com>
1956
1957 PR breakpoints/22569
1958 * gdb.linespec/ls-errs.exp: Change expected result of "break
1959 -source this file has spaces.c -line 3".
1960 Check that an explicit source file followed by whitespace is
1961 identified as an invalid explicit location.
1962
883fd55a
KS
19632017-12-07 Keith Seitz <keiths@redhat.com>
1964
1965 * gdb.cp/nested-types.cc: New file.
1966 * gdb.cp/nested-types.exp: New file.
1967 * lib/cp-support.exp: Load data-structures.exp library.
1968 (debug_cp_test_ptype_class): New global.
1969 (cp_ptype_class_verbose, next_line): New procedures.
1970 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1971 Add and document new return value.
1972 Switch the list of lines to a queue.
1973 Add support for new `type' key for nested type definitions.
1974 Add debugging/troubleshooting messages.
1975 * lib/data-structures.exp: New file.
1976
ec72db3e
SM
19772017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1978
1979 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1980 with proc_with_prefix, don't use with_test_prefix.
1981
99598d71
TT
19822017-12-07 Tom Tromey <tom@tromey.com>
1983
1984 * gdb.base/break.exp: Add test for empty "commands".
1985
a8806230
YQ
19862017-12-07 Yao Qi <yao.qi@linaro.org>
1987
1988 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1989 malloc and catch syscall.
1990
824cc835
PM
19912017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1992
1993 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1994 tests for explicit locations.
1995
7cc244de
PA
19962017-12-06 Pedro Alves <palves@redhat.com>
1997
1998 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1999 force-disabling XML descriptions.
2000
50a1fdd5
PA
20012017-12-04 Pedro Alves <palves@redhat.com>
2002
2003 PR gdb/22499
2004 * gdb.arch/amd64-disp-step-avx.S: New file.
2005 * gdb.arch/amd64-disp-step-avx.exp: New file.
2006
f0fb2488
PA
20072017-12-03 Pedro Alves <palves@redhat.com>
2008
2009 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2010 and <string.h>.
2011 (parent_function): Print distinct messages when waitpid fails, or
2012 the child exits with a signal, or the child exits for an unhandled
2013 reason.
2014 * gdb.threads/process-dies-while-detaching.exp
2015 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2016 it. Wait for both inferior output and GDB's prompt. Use an
2017 indirect spawn id list.
2018 (do_detach): New parameter 'child_exit'. Use it to compute
2019 expected inferior output.
2020 (test_detach, test_detach_watch, test_detach_killed_outside):
2021 Adjust to pass down the expected child exit kind.
2022
97cbe998
SDJ
20232017-12-01 Joel Brobecker <brobecker@adacore.com>
2024 Sergio Durigan Junior <sergiodj@redhat.com>
2025 Pedro Alves <palves@redhat.com>
2026
2027 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2028
40fc416f
SDJ
20292017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2030
2031 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2032 to 'symbol-file' and 'add-symbol-file' can be
2033 position-independent.
2034
1cc75e92
YQ
20352017-12-01 Yao Qi <yao.qi@linaro.org>
2036
2037 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2038 the URL in copyright header.
2039 * gdb.arch/aarch64-fp.exp: Likewise.
2040 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2041 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2042 * gdb.base/expand-psymtabs.exp: Likewise.
2043 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2044 * gdb.fortran/common-block.exp: Likewise.
2045 * gdb.fortran/common-block.f90: Likewise.
2046 * gdb.fortran/logical.exp: Likewise.
2047 * gdb.fortran/vla-datatypes.f90: Likewise.
2048 * gdb.fortran/vla-sub.f90: Likewise.
2049
875fb7a7
JB
20502017-11-30 Joel Brobecker <brobecker@adacore.com>
2051
2052 * gdb.ada/repeat_dyn: New testcase.
2053
6f14765f
UW
20542017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2055
2056 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2057 Update for changed thread numbering.
2058 * gdb.cell/bt.exp: Update for changed GDB output.
2059
f1af7b94
SM
20602017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2061
2062 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2063 setting isremote by hand.
2064 * boards/dwarf4-gdb-index.exp: Likewise.
2065 * boards/fission.exp: Likewise.
2066 * boards/stabs.exp: Likewise.
2067
e3919f3e
PA
20682017-11-30 Pedro Alves <palves@redhat.com>
2069
2070 * gdb.linespec/cpls-ops.exp
2071 (check_explicit_skips_function_argument): Extract the underlying
2072 type of size_t instead of hardcoding it.
2073
bd69330d
PA
20742017-11-29 Pedro Alves <palves@redhat.com>
2075
2076 PR c++/19436
2077 * gdb.linespec/cpls-abi-tag.cc: New file.
2078 * gdb.linespec/cpls-abi-tag.exp: New file.
2079
a20714ff
PA
20802017-11-29 Pedro Alves <palves@redhat.com>
2081
2082 * gdb.base/langs.exp: Use -qualified.
2083 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2084 it.
2085 * gdb.cp/namespace.exp: Use -qualified.
2086 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2087 (overload-3, template-overload, template-ret-type, const-overload)
2088 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2089 procedures.
2090 (test_driver): Call them.
2091 * gdb.cp/save-bp-qualified.cc: New.
2092 * gdb.cp/save-bp-qualified.exp: New.
2093 * gdb.linespec/explicit.exp: Test -qualified.
2094 * lib/completion-support.exp (completion::explicit_opts_list): Add
2095 "-qualified".
2096 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2097
f6f1d339
PM
20982017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2099
2100 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2101
02ca603a
TT
21022017-11-29 Tom Tromey <tom@tromey.com>
2103
2104 * gdb.base/relocate.exp: Update invalid argument test.
2105 Add new tests for invalid arguments.
2106
ed6c0bfb
TP
21072017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2108
2109 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2110 Return 0 as a long.
2111 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2112
f106e10e
TP
21132017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2114
2115 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2116 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2117 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2118 func ().
2119 * gdb.cp/shadow.cc (B.func): Return 0.
2120
10329bb2
JB
21212017-11-27 Joel Brobecker <brobecker@adacore.com>
2122
2123 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2124 expected output in gdb_expect call to allow the exception
2125 message to be present as well. Fix syntax confusion to avoid
2126 TCL thinking that exception_name is an array.
2127
617cd4bc
UW
21282017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2129
2130 * gdb.arch/spu-info.c: Include <unistd.h>.
2131 (do_signal_test): Fix broken calls to write.
2132 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2133 Fix checks for empty mailboxes. Update signal tests for corrected
2134 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
2135 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2136 * gdb.cell/arch.exp: Use standard_output_file.
2137 * gdb.cell/break.exp: Likewise.
2138 * gdb.cell/bt.exp: Likewise.
2139 * gdb.cell/core.exp: Likewise.
2140 * gdb.cell/dwarfaddr.exp: Likewise.
2141 * gdb.cell/ea-cache.exp: Likewise.
2142 * gdb.cell/ea-standalone.exp: Likewise.
2143 * gdb.cell/f-regs.exp: Likewise.
2144 * gdb.cell/fork.exp: Likewise.
2145 * gdb.cell/gcore.exp: Likewise.
2146 * gdb.cell/mem-access.exp: Likewise.
2147 * gdb.cell/ptype.exp: Likewise.
2148 * gdb.cell/registers.exp: Likewise.
2149 * gdb.cell/sizeof.exp: Likewise.
2150 * gdb.cell/solib-symbol.exp: Likewise.
2151 * gdb.cell/solib.exp: Likewise.
617cd4bc 2152
a81aaca0
PA
21532017-11-25 Pedro Alves <palves@redhat.com>
2154
2155 * gdb.base/complete-empty.exp: New file.
2156 * gdb.base/completion.exp: Adjust.
2157
6a3c6ee4
PA
21582017-11-25 Pedro Alves <palves@redhat.com>
2159
2160 * gdb.linespec/cpls-ops.cc: New file.
2161 * gdb.linespec/cpls-ops.exp: New file.
2162 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2163 factored out from ...
2164 (test_complete_prefix_range): ... this.
2165
8955eb2d
PA
21662017-11-24 Pedro Alves <palves@redhat.com>
2167
2168 * gdb.linespec/cpcompletion.exp: New file.
2169 * gdb.linespec/cpls-hyphen.cc: New file.
2170 * gdb.linespec/cpls.cc: New file.
2171 * gdb.linespec/cpls2.cc: New file.
2172 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2173 test to use test_gdb_complete_unique. Add label completion,
2174 keyword completion and explicit location completion tests.
2175 * lib/completion-support.exp: New file.
2176
e547c119
JB
21772017-11-24 Joel Brobecker <brobecker@adacore.com>
2178
2179 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2180 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2181 when hitting an exception catchpoint.
2182
7c3c1aa8
YQ
21832017-11-22 Yao Qi <yao.qi@linaro.org>
2184
2185 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2186
41bd68f5
SM
21872017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2188
2189 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2190 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2191 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2192
1daad298
YQ
21932017-11-22 Yao Qi <yao.qi@linaro.org>
2194
2195 * gdb.base/info-os.exp: Pass pthreads.
2196 * gdb.multi/multi-attach.exp: Likewise.
2197
88465e87
YQ
21982017-11-22 Yao Qi <yao.qi@linaro.org>
2199
2200 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2201 compiler.
2202
dc196b23
YQ
22032017-11-22 Yao Qi <yao.qi@linaro.org>
2204
2205 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2206 * gdb.base/break-interp.exp: Likewise.
2207 * gdb.base/jit-attach-pie.exp: Likewise.
2208
2400729e
UW
22092017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2210
2211 * gdb.base/float128.c (large128): New variable.
2212 * gdb.base/float128.exp: Add test to print largest __float128 value.
2213
7a26362d
UW
22142017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2215
2216 * gdb.arch/vsx-regs.exp: Update register content checks.
2217
ed0f4273
UW
22182017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2219
2220 * gdb.arch/ppc-longdouble.exp: New file.
2221 * gdb.arch/ppc-longdouble.c: Likewise.
2222
a25d69c6
PA
22232017-11-21 Pedro Alves <palves@redhat.com>
2224
2225 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2226
73fcf641
PA
22272017-11-20 Pedro Alves <palves@redhat.com>
2228
2229 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2230 (long_double_typedef): New typedefs.
2231 Use DEF on double and long double.
2232 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2233 cases.
2234 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2235 and 'long_double_ptr_same_size' locals. Use them to decide
2236 whether cast from array/function to float is valid/invalid.
2237
71a3c369
TT
22382017-11-17 Tom Tromey <tom@tromey.com>
2239
2240 * gdb.rust/traits.rs: New file.
2241 * gdb.rust/traits.exp: New file.
2242
ced9779b
JB
22432017-11-17 Joel Brobecker <brobecker@adacore.com>
2244
2245 * gdb.ada/minsyms: New testcase.
2246
a0922d80
PA
22472017-11-16 Pedro Alves <palves@redhat.com>
2248
2249 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2250 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2251
ea04e54c
PA
22522017-11-16 Pedro Alves <palves@redhat.com>
2253
2254 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2255 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2256
e849ea89
PA
22572017-11-16 Pedro Alves <palves@redhat.com>
2258
2259 * gdb.server/reconnect-ctrl-c.c: New file.
2260 * gdb.server/reconnect-ctrl-c.exp: New file.
2261
d8ae99a7
PM
22622017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2263
2264 * gdb.python/py-rbreak.exp: New file.
2265 * gdb.python/py-rbreak.c: New file.
2266 * gdb.python/py-rbreak-func2.c: New file.
2267
968a13f8
PA
22682017-11-16 Pedro Alves <palves@redhat.com>
2269
2270 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2271 pattern.
2272 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2273 GDB.
2274
71774bc9
SM
22752017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2276
2277 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2278 regex.
2279
ddbb44cf
SM
22802017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2281
2282 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2283 test names.
2284
584a564f
PA
22852017-11-09 Pedro Alves <palves@redhat.com>
2286
2287 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2288 factored out from ...
2289 (top level): ... here, and adjusted to avoid expecting beyond the
2290 prompt in a single gdb_test_multiple.
2291
5ed7a928
PA
22922017-11-09 Pedro Alves <palves@redhat.com>
2293
2294 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2295 output.
2296 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2297 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2298 * gdb.server/ext-run.exp ("kill" test): Likewise.
2299 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2300
a60e0738
PA
23012017-11-09 Pedro Alves <palves@redhat.com>
2302
2303 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2304 match till end of line.
2305
2c88253f
PA
23062017-11-09 Pedro Alves <palves@redhat.com>
2307
2308 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2309
c7a38517
PA
23102017-11-09 Pedro Alves <palves@redhat.com>
2311
2312 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2313 New procedures, factored out from ...
2314 (top level): ... here, and adjusted to avoid expecting beyond the
2315 prompt in one go.
2316
f29f4b6b
PA
23172017-11-09 Pedro Alves <palves@redhat.com>
2318
2319 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2320 output. Fix '?' match.
2321
286acbb5
JB
23222017-11-08 Joel Brobecker <brobecker@adacore.com>
2323
2324 * gdb.ada/scoped_watch: New testcase.
2325 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2326 which is actually correct.
2327 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2328 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2329
62d7ae92
PA
23302017-11-08 Pedro Alves <palves@redhat.com>
2331
2332 * gdb.gdb/complaints.exp (test_initial_complaints)
2333 (test_serial_complaints, test_short_complaints): Call
2334 complaint_internal instead of complaint.
2335
280ca31f
DT
23362017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2337
2338 * gdb.threads/tls-core.c: New file.
2339 * gdb.threads/tls-core.exp: Likewise.
2340
b5ec771e
PA
23412017-11-08 Pedro Alves <palves@redhat.com>
2342
2343 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2344 (p Exported_Capitalized): New test.
2345 (p exported_capitalized): New test.
2346
a02b41a7
PA
23472017-11-07 Pedro Alves <palves@redhat.com>
2348
2349 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2350
95e95a6d
PA
23512017-11-07 Pedro Alves <palves@redhat.com>
2352
2353 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2354 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2355 (disable_invalid, disable_inverted, disable_negative): New
2356 procedures.
2357 ("bad numbers"): New set of tests.
2358
cee62dbd
PA
23592017-11-07 Pedro Alves <palves@redhat.com>
2360
2361 * gdb.cp/ena-dis-br-range.exp: Add tests.
2362
cc638e86
PA
23632017-11-07 Pedro Alves <palves@redhat.com>
2364
2365 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2366
d0fe4701
XR
23672017-11-07 Xavier Roirand <roirand@adacore.com>
2368 Pedro Alves <palves@redhat.com>
2369
2370 * gdb.base/ena-dis-br.exp: Add reference to
2371 gdb.cp/ena-dis-br-range.exp.
2372 * gdb.cp/ena-dis-br-range.exp: New file.
2373 * gdb.cp/ena-dis-br-range.cc: New file.
2374
46f67f80
PA
23752017-11-06 Pedro Alves <palves@redhat.com>
2376
2377 * gdb.base/attach-non-pgrp-leader.c: New.
2378 * gdb.base/attach-non-pgrp-leader.exp: New.
2379
726e1356
PA
23802017-11-06 Pedro Alves <palves@redhat.com>
2381
2382 * configure.ac: No longer check for termio.h and sgtty.h.
2383 * configure: Regenerate.
2384 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2385 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2386 Remove termio and sgtty code.
2387
50ab6ace
YQ
23882017-11-03 Yao Qi <yao.qi@linaro.org>
2389
2390 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2391 in GDB is disabled.
2392
8e68731c
YQ
23932017-11-03 Yao Qi <yao.qi@linaro.org>
2394
2395 * gdb.python/py-thrhandle.exp: Skip it if python is not
2396 enabled.
2397
3a87ae65
SM
23982017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2399
2400 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2401 as a breakpoint command.
2402
484d8d36
MD
24032017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2404
2405 PR python/21213
2406 * gdb.python/py-infthread.exp: Test calling
2407 InferiorThread.inferior () multiple times in a row.
2408
4a27f119
KS
24092017-10-27 Keith Seitz <keiths@redhat.com>
2410
2411 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2412 Test "info break" for every inlined function breakpoint.
2413
bb11dd58
YQ
24142017-10-27 Yao Qi <yao.qi@linaro.org>
2415
2416 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2417
a43f3893
PF
24182017-10-26 Patrick Frants <osscontribute@gmail.com>
2419
2420 * gdb.cp/classes.exp (test_static_members): Test printing
2421 Outer::instance.
2422 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2423 (Inner::instance, Outer::instance): New.
2424
792ccf00
PA
24252017-10-24 Pedro Alves <palves@redhat.com>
2426
2427 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2428 extra console" test in two stages.
2429
eb2bfbad
PA
24302017-10-24 Pedro Alves <palves@redhat.com>
2431
2432 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2433
1f75a651
PA
24342017-10-24 Pedro Alves <palves@redhat.com>
2435
2436 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2437 loop.
2438
779990d9
PA
24392017-10-24 Pedro Alves <palves@redhat.com>
2440
2441 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2442 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2443
ad9b8f5d
PA
24442017-10-24 Pedro Alves <palves@redhat.com>
2445
2446 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2447 parameter and handle it. Don't output read value in test name.
2448
fee6da6e
PA
24492017-10-24 Pedro Alves <palves@redhat.com>
2450
2451 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2452 custom test name.
2453
10389c2c
PA
24542017-10-24 Pedro Alves <palves@redhat.com>
2455
2456 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2457 include the unstable output directory name in the test's name.
2458 (initial_setup_simple) <'set args'>: Use custom test name.
2459
a80e65a9
PA
24602017-10-24 Pedro Alves <palves@redhat.com>
2461
2462 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2463 with explicit test name.
2464
15763a09
PA
24652017-10-20 Pedro Alves <palves@redhat.com>
2466
2467 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2468 'wait -i'. Use gdb_assert and remote_close.
2469
49a4ce2e
AB
24702017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2471
2472 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2473 number from variable rather than hard-coded.
2474
a75868f5
PA
24752017-10-19 Pedro Alves <palves@redhat.com>
2476
2477 * gdb.base/long-inferior-output.c: New file.
2478 * gdb.base/long-inferior-output.exp: New file.
2479
c8ba13ad
KS
24802017-11-18 Keith Seitz <keiths@redhat.com>
2481
2482 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2483 method.
2484 (main): Call it.
2485 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2486 Add additional user-defined conversion operator tests.
2487
b27de576
PA
24882017-10-17 Pedro Alves <palves@redhat.com>
2489
2490 * boards/native-stdio-gdbserver.exp: Load "local-board".
2491
8484c955
PA
24922017-10-17 Pedro Alves <palves@redhat.com>
2493
2494 * gdb.base/quit-live.c: New file.
2495 * gdb.base/quit-live.exp: New file.
2496
83d5a34d
KS
24972017-10-16 Keith Seitz <keiths@redhat.com>
2498
2499 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2500 (class_with_protected_typedef, class_with_private_typedef)
2501 (struct_with_public_typedef, struct_with_protected_typedef)
2502 (struct_with_private_typedef): New classes/structs.
2503 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2504 typedefs and access specifiers.
2505
739b3f1d
PA
25062017-10-16 Pedro Alves <palves@redhat.com>
2507 Simon Marchi <simon.marchi@polymtl.ca>
2508
2509 * README (Local vs Remote vs Native): New section.
2510 * boards/local-board.exp: New file, with bits factored out from
2511 ...
2512 * boards/native-extended-gdbserver.exp: ... here. Load
2513 "local-board".
2514 * boards/native-gdbserver.exp: Load "local-board".
2515 (${board}_spawn, ${board}_exec): Delete.
2516 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2517 ...
2518 * boards/stdio-gdbserver-base.exp: ... this new file.
2519 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2520 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2521 procedure.
2522 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2523 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2524 stdio_gdbserver_command.
2525 (${board}_get_remote_address, ${board}_get_comm_port)
2526 (${board}_download, ${board}_upload): Delete.
2527 (get_target_remote_pipe_cmd): New.
2528
fe68b953
SM
25292017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2530
2531 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2532 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2533 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2534 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2535 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2536 remove with_test_prefix.
2537
300b6685
PA
25382017-10-13 Pedro Alves <palves@redhat.com>
2539
2540 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2541 * gdb.base/annota1.exp: Use it instead of is_remote.
2542 * gdb.base/annota3.exp: Use it instead of is_remote.
2543 * gdb.cp/annota2.exp: Use it instead of is_remote.
2544 * gdb.cp/annota3.exp: Use it instead of is_remote.
2545 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2546
50500caf
PA
25472017-10-13 Pedro Alves <palves@redhat.com>
2548
2549 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2550 (test_num_test_vars, run_and_count_vars, find_env)
2551 (test_set_unset_env, test_inherit_env_var): New procedures.
2552 (top level): Use them.
2553
dad0c6d2
PA
25542017-10-13 Pedro Alves <palves@redhat.com>
2555
2556 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2557 also skip on stub-like targets.
2558
8b0553c1
PA
25592017-10-13 Pedro Alves <palves@redhat.com>
2560
2561 PR gdb/22293
2562 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2563 (top level): Move some tests to ...
2564 (test_not_found): ... this new procedure.
2565 (top level): Call it.
2566
7594f623
PA
25672017-10-13 Pedro Alves <palves@redhat.com>
2568
2569 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2570 expect different "info terminal" output if testing with a
2571 non-native target.
2572
ebe3b402
PA
25732017-10-13 Pedro Alves <palves@redhat.com>
2574 Simon Marchi <simon.marchi@polymtl.ca>
2575
2576 PR python/12966
2577 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2578
42f1b161
PA
25792017-10-13 Pedro Alves <palves@redhat.com>
2580
2581 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2582 already.
2583
8d6ef72b
PA
25842017-10-13 Pedro Alves <palves@redhat.com>
2585
2586 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2587 is_remote.
2588
d7bcd5b8
PA
25892017-10-13 Pedro Alves <palves@redhat.com>
2590
2591 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2592 is_remote.
2593
df479dc6
PA
25942017-10-13 Pedro Alves <palves@redhat.com>
2595
2596 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2597 is set.
2598 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2599 instead of is_remote.
2600
23fb630a
PA
26012017-10-13 Pedro Alves <palves@redhat.com>
2602
2603 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2604 (top level): Add comment.
2605
cc77b1dc
PA
26062017-10-13 Pedro Alves <palves@redhat.com>
2607
2608 * gdb.base/remote.exp (top level): Fix comment typo and add
2609 missing return.
2610
27c9e813
PA
26112017-10-13 Pedro Alves <palves@redhat.com>
2612 Simon Marchi <simon.marchi@polymtl.ca>
2613
2614 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2615 calls and add comments. Skip test if use_gdb_stub is set.
2616 (top level): Use "set cwd" command instead of "cd" command.
2617
5e830d98
PA
26182017-10-13 Pedro Alves <palves@redhat.com>
2619
2620 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2621 is_remote target check.
2622
f5ca0032
PA
26232017-10-13 Pedro Alves <palves@redhat.com>
2624
2625 * gdb.base/scope.exp: Use build_executable + clean_restart +
2626 gdb_file_cmd instead of prepare_for_testing and no longer skip
2627 "before run" tests on is_remote target boards. Update comments.
2628 * boards/native-extended-gdbserver.exp
2629 (extended_gdbserver_load_last_file): New, factored out from ...
2630 (gdb_load): ... this. Move further below and add comment.
2631 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2632
8aed1c0d
PA
26332017-10-12 Pedro Alves <palves@redhat.com>
2634
2635 * gdb.base/attach.exp: Remove references to gdb64.
2636 * gdb.base/dbx.exp: Remove references to gdb64.
2637
cfa34c87
SM
26382017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2639 Pedro Alves <palves@redhat.com>
2640
2641 * gdb.base/label.exp: Remove is_remote target check.
2642
9192b7de
PA
26432017-10-12 Pedro Alves <palves@redhat.com>
2644
2645 * gdb.base/auvx.exp (coredir): Update comment.
2646 (top level) <core_works>: Use "set cwd" command instead of "cd"
2647 command.
2648
6bf0052d
PA
26492017-10-12 Pedro Alves <palves@redhat.com>
2650 Simon Marchi <simon.marchi@polymtl.ca>
2651
2652 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2653 target boards.
2654
e48ef82d
PA
26552017-10-12 Pedro Alves <palves@redhat.com>
2656 Simon Marchi <simon.marchi@polymtl.ca>
2657
2658 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2659 Instead skip if there's any gdb_protocol set.
2660
8d7aea57
SM
26612017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2662 Pedro Alves <palves@redhat.com>
2663
2664 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2665
30440677
PA
26662017-10-12 Pedro Alves <palves@redhat.com>
2667 Simon Marchi <simon.marchi@polymtl.ca>
2668
2669 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2670 instead of on dejagnu remote boards.
2671
4e04f045 26722017-10-12 Pedro Alves <palves@redhat.com>
175654b9 2673 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
2674
2675 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2676 checks. Use build_executable + clean_restart instead of
2677 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2678 of enabling non-stop after starting gdb.
2679
871a186e
PA
26802017-10-12 Pedro Alves <palves@redhat.com>
2681
2682 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2683 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2684 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2685 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2686
56d704da
AK
26872017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2688
2689 * gdb.arch/arc-tdesc-cpu.exp: New file.
2690 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2691
2f20e312
SM
26922017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2693
2694 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2695
65630365
PA
26962017-10-10 Pedro Alves <palves@redhat.com>
2697
2698 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2699 expect CLI output.
2700
bf469271
PA
27012017-10-10 Pedro Alves <palves@redhat.com>
2702
2703 * lib/selftest-support.exp (selftest_setup): Update for
2704 captured_command_loop's prototype change.
2705
777a42f1
PA
27062017-10-09 Pedro Alves <palves@redhat.com>
2707
2708 Test both arch1=>arch2 and arch2=>arch1.
2709
2710 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2711 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2712 factored out to...
2713 (append_arch1_options, append_arch2_options, append_arch_options)
2714 (build_executables): New procedures.
2715 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2716 local.
2717 (top level): Add new 'first_arch' testing axis.
2718
cbd2b4e3
PA
27192017-10-09 Pedro Alves <palves@redhat.com>
2720
2721 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2722 (barrier): New.
2723 (thread_start, all_started): New functions.
2724 (main): Spawn new thread and wait until it is scheduled.
2725 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2726 option.
2727 (do_test): Add 'selected_thread' parameter. Run to all_started
2728 instead of main. Explicitly set the breakpoint at main. Switch
2729 to the SELECTED_THREAD thread.
2730 (top level): Test handling the exec event with either the main
2731 thread or the second thread selected.
2732
5c9e4427
PA
27332017-10-09 Pedro Alves <palves@redhat.com>
2734
2735 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2736 logic. Move STOP marker after the value checks.
2737 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2738 regexp.
2739
b3b7c423
SL
27402017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2741
2742 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2743
3b4b2f16
UW
27442017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2745
2746 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2747 integer-to-dfp conversion.
2748 * gdb.base/dfp-test.exp: Likewise.
2749
5cd63fda
PA
27502017-10-04 Pedro Alves <palves@redhat.com>
2751
2752 * gdb.multi/hangout.c: Include <unistd.h>.
2753 (hangout_loop): New function.
2754 (main): Call alarm. Call hangout_loop in a loop.
2755 * gdb.multi/hello.c: Include <unistd.h>.
2756 (hello_loop): New function.
2757 (main): Call alarm. Call hangout_loop in a loop.
2758 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2759 inferior with the other selected.
2760
4c71c105
SM
27612017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2762
2763 * gdb.mi/list-thread-groups-available.exp: New file.
2764 * gdb.mi/list-thread-groups-available.c: New file.
2765
bc3b087d
SDJ
27662017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2767
2768 * gdb.base/set-cwd.exp: Make it available on
2769 native-extended-gdbserver.
2770
d092c5a2
SDJ
27712017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2772
2773 * gdb.base/set-cwd.c: New file.
2774 * gdb.base/set-cwd.exp: Likewise.
2775
45320ffa
TT
27762017-10-02 Tom Tromey <tom@tromey.com>
2777
2778 PR rust/22236:
2779 * gdb.rust/simple.rs (main): New variable "fslice".
2780 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2781
b3e3859b
TT
27822017-10-02 Tom Tromey <tom@tromey.com>
2783
2784 * gdb.rust/simple.exp: Test ptype of a slice.
2785
01af5e0d
TT
27862017-10-02 Tom Tromey <tom@tromey.com>
2787
2788 * gdb.rust/simple.exp: Test index of slice.
2789
a9bbfbd8
TT
27902017-09-27 Tom Tromey <tom@tromey.com>
2791
2792 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2793
df8899e5
TP
27942017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2795 Pedro Alves <palves@redhat.com>
2796
2797 * gdb.base/compare-sections.exp (get value of read-only section): Read
2798 as unsigned value.
2799 (corrupt read-only section): Likewise and don't set written if patching
2800 failed.
2801
757bf54b
KB
28022017-09-21 Kevin Buettner <kevinb@redhat.com>
2803
2804 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2805 files.
2806
06871ae8
PA
28072017-09-20 Pedro Alves <palves@redhat.com>
2808
2809 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2810 symbol names in gdb's output.
2811 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2812
e5f25bc5
PA
28132017-09-20 Pedro Alves <palves@redhat.com>
2814
2815 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2816 Rename to ...
2817 (test_list_ambiguous_symbol): ... this and add a symbol name
2818 parameter. Adjust.
2819 (test_list_ambiguous_function): Reimplement on top of
2820 test_list_ambiguous_symbol and also test listing ambiguous
2821 variables.
2822 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2823 (ambiguous_fun): ... this.
2824 (ambiguous_var): New.
2825 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2826 (ambiguous_fun): ... this.
2827 (ambiguous_var): New.
2828
4e5a4f58
JB
28292017-09-19 John Baldwin <jhb@FreeBSD.org>
2830
2831 * gdb.base/starti.c: New file.
2832 * gdb.base/starti.exp: New file.
2833 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2834
26e53f3e
PA
28352017-09-14 Pedro Alves <palves@redhat.com>
2836
2837 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2838 (top level): Use it instead of runto.
2839
cb791d59
TT
28402017-09-11 Tom Tromey <tom@tromey.com>
2841
2842 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2843
7c96f8c1
TT
28442017-09-11 Tom Tromey <tom@tromey.com>
2845
2846 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2847 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2848
469412dd
CW
28492017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2850
2851 * gdb.fortran/printing-types.exp: New file.
2852 * gdb.fortran/printing-types.exp: New file.
2853
e0f86435
BH
28542017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2855
2856 * gdb.fortran/vla-ptype.exp: Fix typos.
2857 * gdb.fortran/vla-value.exp: Same.
2858
9e9af4be
BH
28592017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2860
2861 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2862 * gdb.mi/mi-var-child-f.exp: Likewise.
2863 * gdb.mi/mi-vla-fortran.exp: Likewise.
2864
a5ad232b
FP
28652017-09-08 Frank Penczek <frank.penczek@intel.com>
2866 Christoph Weinmann <christoph.t.weinmann@intel.com>
2867 Bernhard Heckel <bernhard.heckel@intel.com>
2868
2869 * gdb.fortran/ptr-indentation.f90: New file.
2870 * gdb.fortran/ptr-indentation.exp: New file.
2871
5aec60eb
TT
28722017-09-05 Tom Tromey <tom@tromey.com>
2873
2874 PR gdb/22010:
2875 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2876
8f8f8152
TP
28772017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2878
2879 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2880
fbd1b771
JK
28812017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2882
2883 * gdb.threads/tls-nodebug-pie.c: New file.
2884 * gdb.threads/tls-nodebug-pie.exp: New file.
2885
5eb5f850
TT
28862017-09-05 Tom Tromey <tom@tromey.com>
2887
2888 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2889 for rust.
2890
ae780a21
SM
28912017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2892
2893 * gdb.multi/multi-arch-exec.exp: Test with different
2894 "follow-exec-mode" settings.
2895 (do_test): New procedure.
2896
3693fdb3
PA
28972017-09-04 Pedro Alves <palves@redhat.com>
2898
2899 * gdb.base/func-static.c (S::method const, S::method volatile)
2900 (S::method volatile const): New methods.
2901 (c_s, v_s, cv_s): New instances.
2902 (main): Call method() on them.
2903 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2904 (cannot_resolve): New procedure.
2905 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2906 print-quote-unquoted columns.
2907 (do_test): Test printing each scope too.
2908
e68cb8e0
PA
29092017-09-04 Pedro Alves <palves@redhat.com>
2910
2911 * gdb.base/local-static.exp: Also test with
2912 class::method::variable wholly quoted.
2913 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2914
858be34c
PA
29152017-09-04 Pedro Alves <palves@redhat.com>
2916
2917 * gdb.base/local-static.c: New.
2918 * gdb.base/local-static.cc: New.
2919 * gdb.base/local-static.exp: New.
2920
46a4882b
PA
29212017-09-04 Pedro Alves <palves@redhat.com>
2922
2923 * gdb.asm/asm-source.exp: Add casts to int.
2924 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2925 (dataglobal64_1, dataglobal64_2): New globals.
2926 * gdb.base/nodebug.exp: Test different expressions involving the
2927 new globals, with print, whatis and ptype. Add casts to int.
2928 * gdb.base/solib-display.exp: Add casts to int.
2929 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2930 * gdb.cp/m-static.exp: Add cast to int.
2931 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2932 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2933 tls variable with no debug info without a cast. Test with a cast
2934 to int too.
2935 * gdb.trace/entry-values.exp: Add casts.
2936
2c5a2be1
PA
29372017-09-04 Pedro Alves <palves@redhat.com>
2938
2939 * gdb.base/nodebug.exp: Test that ptype's error about functions
2940 with unknown return type includes the function name too.
2941
7022349d
PA
29422017-09-04 Pedro Alves <palves@redhat.com>
2943
2944 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2945 return type of munmap in infcall.
2946 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2947 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2948 type of ftell in infcall.
2949 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2950 type of getpid in infcall.
2951 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2952 infcall.
2953 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2954 Bail on failure to extract the pid.
2955 * gdb.base/nodebug.c: #include <stdint.h>.
2956 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2957 New functions.
2958 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2959 Change expected output of print/whatis/ptype with functions with
2960 no debug info. Test all supported languages. Call
2961 test_call_promotion.
2962 * gdb.compile/compile.exp: Adjust expected output to expect
2963 warning.
2964 * gdb.threads/siginfo-threads.exp: Likewise.
2965
54990598
PA
29662017-09-04 Pedro Alves <palves@redhat.com>
2967
2968 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2969 "prototypes". Test calling float functions via prototyped and
2970 unprototyped function pointers.
2971 (perform_all_tests): New parameter "prototypes". Pass it down.
2972 (top level): Pass down "prototypes" parameter to
2973 perform_all_tests.
2974
34d16ea2
SM
29752017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2976
2977 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2978 Test with nested loops.
2979
9521ecda
SM
29802017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2981
2982 * gdb.base/commands.exp: Call the new procedures.
2983 (loop_break_test, loop_continue_test): New procedures.
2984
80a65e9b
SM
29852017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2986
2987 * gdb.base/commands.exp: Call new procedure.
2988 (define_if_without_arg_test): New procedure.
2989
e439fa14
PA
29902017-09-04 Pedro Alves <palves@redhat.com>
2991
2992 * gdb.base/list-ambiguous.exp: New file.
2993 * gdb.base/list-ambiguous0.c: New file.
2994 * gdb.base/list-ambiguous1.c: New file.
2995 * gdb.base/list.exp (test_list_range): Adjust expected output.
2996
0a2dde4a
SDJ
29972017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2998
2999 * gdb.base/share-env-with-gdbserver.c: New file.
3000 * gdb.base/share-env-with-gdbserver.exp: Likewise.
3001
5e89eb3a
SM
30022017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3003
3004 * gdb.base/commands.exp (gdbvar_simple_if_test,
3005 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
3006 progvar_simple_if_test, progvar_simple_while_test,
3007 progvar_complex_if_while_test, user_defined_command_test,
3008 user_defined_command_args_eval,
3009 user_defined_command_args_stack_test,
3010 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3011 temporary_breakpoint_commands,
3012 gdb_test_no_prompt, redefine_hook_test,
3013 redefine_backtrace_test): Remove "global gdb_prompt".
3014
fd437cbc
SM
30152017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3016
3017 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3018 New proc, call it from toplevel.
3019
87215ad1
SDJ
30202017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3021
3022 PR remote/21852
3023 * gdb.server/normal.c: New file, copied from gdb.base.
3024 * gdb.server/run-without-local-binary.exp: New file.
3025
58afddc6
WP
30262017-08-07 Weimin Pan <weimin.pan@oracle.com>
3027
3028 * gdb.arch/sparc64-adi.exp: New file.
3029 * gdb.arch/sparc64-adi.c: New file.
3030
5277199a
PA
30312017-08-22 Pedro Alves <palves@redhat.com>
3032
3033 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3034 (top level): Add "list all overloads" tests.
3035
14278e1f
TT
30362017-08-22 Tom Tromey <tom@tromey.com>
3037
3038 * gdb.gdb/xfullpath.exp: Remove.
3039
bf223d3e
PA
30402017-08-21 Pedro Alves <palves@redhat.com>
3041
3042 PR gdb/19487
3043 * gdb.base/symbol-alias.c: New.
3044 * gdb.base/symbol-alias2.c: New.
3045 * gdb.base/symbol-alias.exp: New.
3046
c973d0aa
PA
30472017-08-21 Pedro Alves <palves@redhat.com>
3048
3049 * gdb.base/dfp-test.c
3050 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3051 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3052 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3053 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3054 * gdb.base/whatis-ptype-typedefs.c: New.
3055 * gdb.base/whatis-ptype-typedefs.exp: New.
3056 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3057 (an_int, an_int_type, an_int_type2): New globals.
3058 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3059 involving typedefs and cast expressions.
3060 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3061 (lookup_typedefs_function): New.
3062 (typedefs_pretty_printers_dict): New.
3063 (top level): Register lookup_typedefs_function in
3064 gdb.pretty_printers.
3065
6d580b63
YQ
30662017-08-18 Yao Qi <yao.qi@linaro.org>
3067
3068 * gdb.server/unittest.exp: New.
3069
206726fb
SDJ
30702017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3071
3072 PR gdb/21954
3073 * gdb.base/environ.exp: Add test to check if 'unset environment'
3074 works.
3075
bf0ec4c2
AA
30762017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3077
3078 * lib/gdb.exp (universal_compile_options): New caching proc.
3079 (gdb_compile): Suppress GCC's coloring of messages.
3080
d6382fff
TT
30812017-08-14 Tom Tromey <tom@tromey.com>
3082
3083 PR gdb/21675:
3084 * gdb.base/printcmds.exp (test_radices): New function.
3085 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3086 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3087 * lib/gdb.exp (get_integer_valueof): Use p/d.
3088
c2c2dd9f
SM
30892017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3090
3091 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3092 characters.
3093
fdffd6f4
TT
30942017-08-05 Tom Tromey <tom@tromey.com>
3095
3096 * gdb.rust/simple.exp: Allow String to appear in a different
3097 namespace.
3098
27d41eac
YQ
30992017-07-26 Yao Qi <yao.qi@linaro.org>
3100
3101 * gdb.gdb/unittest.exp: Invoke command
3102 "maintenance check xml-descriptions".
3103
031ed05d
AA
31042017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3105
3106 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3107 calling context.
3108 (hex128): Drop erroneous calculation of parameters.
3109
dcd27ddf
SM
31102017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3111
3112 * gdb.python/py-unwind.exp: Disable stack protection when
3113 building test file.
3114
47e77640
PA
31152017-07-20 Pedro Alves <palves@redhat.com>
3116
3117 * gdb.base/default.exp (set language): Adjust expected output.
3118
62d2a18a
PA
31192017-07-20 Pedro Alves <palves@redhat.com>
3120
3121 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3122 (test_minsym): ... this, and make static.
3123 (get_pck__foo__bar__minsym): Rename to ...
3124 (get_test_minsym): ... this.
3125 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3126 symbol names and comments.
3127 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3128 (get_test_minsym): ... this.
3129 (pck__foo__bar__minsym__2): Rename to ...
3130 (test_minsym): ... this.
3131 (main): Adjust.
3132
c45ec17c
PA
31332017-07-17 Pedro Alves <palves@redhat.com>
3134
3135 * gdb.base/completion.exp: Adjust expected output.
3136 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3137 the completer works.
3138
c6756f62
PA
31392017-07-17 Pedro Alves <palves@redhat.com>
3140
3141 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3142
5bd68487
AB
31432017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3144
3145 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3146
8880f2a9
TT
31472017-07-14 Tom Tromey <tom@tromey.com>
3148
3149 PR rust/21764:
3150 * gdb.rust/simple.exp: Add tests.
3151
65547233
TT
31522017-07-14 Tom Tromey <tom@tromey.com>
3153
3154 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3155
8f14146e
PA
31562017-07-14 Pedro Alves <palves@redhat.com>
3157
3158 * gdb.linespec/base/one/thefile.cc (z1): New function.
3159 * gdb.linespec/base/two/thefile.cc (z2): New function.
3160 * gdb.linespec/linespec.exp: Add tests.
3161
b4365d02
AB
31622017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3163
3164 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3165 to mi_create_breakpoint.
3166
5d2cbaa5
AB
31672017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3168
3169 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3170 mi_create_breakpoint.
3171
11cb5716
IB
31722017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3173
3174 * gdb.dlang/demangle.exp: Update for demangling changes.
3175
03278692
TT
31762017-07-09 Tom Tromey <tom@tromey.com>
3177
3178 * gdb.dwarf2/shortpiece.exp: New file.
3179
33c5cd75
DB
31802017-07-06 David Blaikie <dblaikie@gmail.com>
3181
3182 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3183 built from fissiont-multi-cu{1,2}.c.
3184 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3185 except putting 'main' and 'func' in separate CUs in the same DWO file.
3186 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3187 test.
3188 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3189 test.
3190
8455d262
PA
31912017-07-06 Pedro Alves <palves@redhat.com>
3192
3193 * gdb.python/py-unwind.exp: Test flushregs.
3194
dc4bde35
SDJ
31952017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3196
3197 PR cli/21688
3198 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3199 tests for alias commands and trailing whitespace.
3200
51ed89aa
SDJ
32012017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3202
3203 PR cli/21688
3204 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3205 procedure. Call it.
3206
eb17d413
PA
32072017-06-29 Pedro Alves <palves@redhat.com>
3208
3209 * gdb.base/printcmds.exp: Add tests.
3210
41664b45
DG
32112017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3212
3213 PR gdb/21337
3214 * gdb.base/reread-readsym.exp: New file.
3215 * gdb.base/reread-readsym.c: New file.
3216
75312ae3
KB
32172017-06-21 Kevin Buettner <kevinb@redhat.com>
3218
3219 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3220 subpattern.
3221
66953522
PB
32222017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3223
3224 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3225 extended mnemonic.
3226 * gdb.arch/powerpc-power9.s: Likewise.
3227
5524b525
AA
32282017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3229
3230 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3231 on 32-bit x86 targets. Exploit is_*_target macros where
3232 appropriate.
3233
03c8af18
AA
32342017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3235
3236 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3237 register pieces.
3238
3bf31011
AA
32392017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3240
3241 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3242 located in one or more DWARF pieces.
3243
805acca0
AA
32442017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3245
3246 * lib/gdb.exp (get_endianness): New proc.
3247 * gdb.arch/aarch64-fp.exp: Use it.
3248 * gdb.arch/altivec-regs.exp: Likewise.
3249 * gdb.arch/e500-regs.exp: Likewise.
3250 * gdb.arch/vsx-regs.exp: Likewise.
3251 * gdb.base/dump.exp: Likewise.
3252 * gdb.base/funcargs.exp: Likewise.
3253 * gdb.base/gnu_vector.exp: Likewise.
3254 * gdb.dwarf2/formdata16.exp: Likewise.
3255 * gdb.dwarf2/implptrpiece.exp: Likewise.
3256 * gdb.dwarf2/nonvar-access.exp: Likewise.
3257 * gdb.python/py-inferior.exp: Likewise.
3258 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3259
e9352324
AA
32602017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3261
3262 PR gdb/21226
3263 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3264 stack value pieces are taken from the LSB end.
3265
d5d1163e
AA
32662017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3267
3268 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3269 variable at nonzero offset.
3270
0567c986
AA
32712017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3272
3273 * gdb.dwarf2/var-access.c: New file.
3274 * gdb.dwarf2/var-access.exp: New test.
3275 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3276
973e9aab
TT
32772017-06-12 Tom Tromey <tom@tromey.com>
3278
3279 * gdb.dwarf2/formdata16.exp: Add tests.
3280
d9109c80
TT
32812017-06-12 Tom Tromey <tom@tromey.com>
3282
3283 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3284
30a25466
TT
32852017-06-12 Tom Tromey <tom@tromey.com>
3286
3287 PR exp/16225:
3288 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3289 * gdb.arch/vsx-regs.exp: Update tests.
3290 * gdb.arch/s390-vregs.exp (hex128): New proc.
3291 Update test.
3292 * gdb.arch/altivec-regs.exp: Update tests.
3293
aefd8b33
SDJ
32942017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3295
3296 * gdb.base/startup-with-shell.c: New file.
3297 * gdb.base/startup-with-shell.exp: Likewise.
3298
2090129c
SDJ
32992017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3300
3301 * gdb.server/non-existing-program.exp: Update regex in order to
3302 reflect the fact that gdbserver is now using fork_inferior (with a
3303 shell) to startup the inferior.
3304
8e86a419
SM
33052017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3306
3307 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3308 support function calls from GDB.
3309
e6cf65f2
TT
33102017-05-21 Tom Tromey <tom@tromey.com>
3311
3312 PR rust/21466:
3313 * gdb.rust/unsized.exp: New file.
3314 * gdb.rust/unsized.rs: New file.
3315
43cc5389
TT
33162017-05-19 Tom Tromey <tom@tromey.com>
3317
3318 PR rust/21484:
3319 * gdb.rust/watch.exp: New file.
3320 * gdb.rust/watch.rs: New file.
3321
ec8df234
TT
33222017-05-18 Tom Tromey <tom@tromey.com>
3323
3324 * gdb.rust/simple.exp: Allow Box to be qualified.
3325
3e3e7fae
TP
33262017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3327
3328 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3329
59cc050d
PA
33302017-05-18 Pedro Alves <palves@redhat.com>
3331
3332 * gdb.base/fileio.c (test_write, test_read, test_close)
3333 (test_fstat): Don't print 'ret' in the fail path.
3334
c8f6abd1
PA
33352017-05-18 Pedro Alves <palves@redhat.com>
3336
3337 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3338 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3339 (test_system, test_rename, test_unlink, test_time): Change
3340 prototypes.
3341 * gdb.base/fileio.exp (stop_msg): Adjust.
3342
d2a03b77
PA
33432017-05-18 Pedro Alves <palves@redhat.com>
3344
3345 * gdb.base/fileio.c (null_str): New global.
3346 (test_stat): Use it.
3347 * gdb.base/fileio.exp: Remove nowarnings.
3348
0d5c6999
YQ
33492017-05-17 Yao Qi <yao.qi@linaro.org>
3350
3351 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3352
21873064
YQ
33532017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3354
3355 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3356 argument command.
3357 (top-level): Invoke test_set_inferior_tty.
3358
d512d31c
PA
33592017-05-04 Pedro Alves <palves@redhat.com>
3360
3361 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3362 Add parens to print call for Python 3.
3363
90cef2ed
KS
33642017-05-03 Keith Seitz <keiths@redhat.com>
3365
3366 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3367 (main): Call it.
3368
14f819c8
TW
33692017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3370
3371 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3372 to prev and next.
3373
913aeadd
TW
33742017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3375
3376 * gdb.python/py-record-btrace.exp: Remove test for
3377 gdb.BtraceInstruction.error.
3378
a3be24ad
TW
33792017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3380
3381 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3382
ae20e79a
TW
33832017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3384
3385 * gdb.python/py-record-btrace-threads.c: New file.
3386 * gdb.python/py-record-btrace-threads.exp: New file.
3387
45ce1b47
SDJ
33882017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3389
3390 PR testsuite/8595
3391 * gdb.base/environ.exp: Make test available in all architectures.
3392 Move bits related to "info program" testing to
3393 gdb.base/info-program.exp. Rewrite tests to use the two new
3394 procedures mentione below.
3395 (test_set_show_env_var) New procedure.
3396 (test_set_show_env_var_equal): Likewise.
3397 * gdb.base/info-program.exp: New file.
3398
e15c3eb4
KS
33992017-04-27 Keith Seitz <keiths@redhat.com>
3400
3401 * gdb.cp/oranking.cc (test15): New function.
3402 (main): Call test15 and declare additional variables for testing.
3403 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3404 "p foo101('abc')" tests.
3405 Add tests for cv qualifier overloads.
3406 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3407 "lvalue reference overload" test.
3408 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3409 "print value of f1 on Child&& in f2" test.
3410
3a3fd0fd
PA
34112017-04-19 Pedro Alves <palves@redhat.com>
3412
3413 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3414 procedure.
3415 (top level): Call it.
3416 * lib/gdb.exp (gdb_define_cmd): New procedure.
3417
53375380
PA
34182017-04-12 Pedro Alves <palves@redhat.com>
3419
3420 PR gdb/21323
3421 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3422 (wchar): New global.
3423 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3424 (do_test_wide_char, wide_char_types_no_program, top level): Add
3425 wchar_t testing.
3426
53e710ac
PA
34272017-04-12 Pedro Alves <palves@redhat.com>
3428
3429 PR c++/21323
3430 * gdb.cp/wide_char_types.c: New file.
3431 * gdb.cp/wide_char_types.exp: New file.
3432
0ad9d8c7
SDJ
34332017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3434
3435 PR gdb/21352
3436 * gdb.trace/tsv.exp: Add test for "tsave -r".
3437
b1b45502
IB
34382017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3439
3440 * gdb.dlang/watch-loc.c: New file.
3441 * gdb.dlang/watch-loc.exp: New file.
3442
ec13808e
JK
34432017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3444
3445 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3446
fe5f7374
AK
34472017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3448
3449 * gdb.arch/arc-analyze-prologue.S: New file.
3450 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3451
eea78757
AK
34522017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3453
3454 * gdb.arch/arc-decode-insn.S: New file.
3455 * gdb.arch/arc-decode-insn.exp: Likewise.
3456
5badf10a
IR
34572017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3458
3459 PR tdep/20928
3460 * gdb.arch/sparc64-regs.exp: New file.
3461 * gdb.arch/sparc64-regs.S: Likewise.
3462
cee59b3f
TW
34632017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3464
3465 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3466 and memory view on Python 3.
3467
c0f55cc6
AV
34682017-03-20 Artemiy Volkov <artemiyv@acm.org>
3469 Keith Seitz <keiths@redhat.com>
3470
3471 PR gdb/14441
3472 * gdb.cp/demangle.exp: Add rvalue reference tests.
3473 * gdb.cp/rvalue-ref-casts.cc: New file.
3474 * gdb.cp/rvalue-ref-casts.exp: New file.
3475 * gdb.cp/rvalue-ref-overload.cc: New file.
3476 * gdb.cp/rvalue-ref-overload.exp: New file.
3477 * gdb.cp/rvalue-ref-params.cc: New file.
3478 * gdb.cp/rvalue-ref-params.exp: New file.
3479 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3480 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3481 * gdb.cp/rvalue-ref-types.cc: New file.
3482 * gdb.cp/rvalue-ref-types.exp: New file.
3483 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3484 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3485
51457a05
MAL
34862017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3487
3488 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3489 New procedure.
3490
5b291c04
MAL
34912017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3492
3493 * lib/mi-support.exp (mi_gdb_test): Add additional message
3494 for unexpected output.
3495
59a56148
AA
34962017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3497
3498 * gdb.base/examine-backward.c (Barrier): New character array
3499 constant, to ensure that TestStrings is preceded by a string
3500 terminator.
3501
7942e96e
AA
35022017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3503
3504 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3505 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3506 and implicit pointer into such a location.
3507
6ebac3fb
DE
35082017-03-16 Doug Evans <dje@google.com>
3509
3510 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3511
ec3b243d
TP
35122017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3513
3514 * gdb.cp/m-static.exp: Fix expectation for prototype of
3515 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
3516
35172017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
3518
3519 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3520 * gdb.guile/scm-lazy-string.c: New file.
3521 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3522 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3523 for pointer, array, typedef lazy strings.
3524
2cc36e25 35252017-03-16 Doug Evans <dje@google.com>
34b43320
DE
3526
3527 PR python/17728, python/18439, python/18779
3528 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3529 * gdb.python/py-lazy-string.c (pointer): New typedef.
3530 (main): New locals ptr, array, typedef_ptr.
3531 * gdb.python/py-value.exp: Move lazy string tests to ...
3532 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3533 array, typedef lazy strings.
ec3b243d 3534
0efcde63
AK
35352017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3536
3537 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3538 Add optional 'test' parameter.
3539
7978d7c3
SM
35402017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3541
3542 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3543 Skip for versions of DejaGnu < 1.5.
3544
896c0c1e
SM
35452017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3546
3547 * lib/gdb.exp (dejagnu_version): New proc.
3548 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3549 Use dejagnu_version.
3550
5f4d1085
KS
35512017-03-10 Keith Seitz <keiths@redhat.com>
3552
3553 PR c++/8128
3554 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3555 type from destructor regexps.
3556 Add a branch which actually passes the test.
3557 Adjust "ptype t5i" test names.
3558
1de05205
PA
35592017-03-08 Pedro Alves <palves@redhat.com>
3560
3561 * gdb.base/step-over-exit.exp: Add explicit test message.
3562
c65d6b55
PA
35632017-03-08 Pedro Alves <palves@redhat.com>
3564
3565 PR gdb/18360
3566 * gdb.threads/interrupt-while-step-over.c: New file.
3567 * gdb.threads/interrupt-while-step-over.exp: New file.
3568
2e86a283
PA
35692017-03-08 Pedro Alves <palves@redhat.com>
3570
3571 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3572 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3573
25dcbff6
PA
35742017-03-08 Pedro Alves <palves@redhat.com>
3575
3576 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3577 PKRU as not supported as a PASS.
3578
dc9366eb
PA
35792017-03-08 Pedro Alves <palves@redhat.com>
3580
3581 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3582 prefix instead of $binfile1/$binfile2.
3583 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3584 in test message.
3585 * gdb.python/py-completion.exp: Use "load python file" as test
3586 messages instead of unstable path names.
3587
6e5d74e7
PA
35882017-03-08 Pedro Alves <palves@redhat.com>
3589 Jan Kratochvil <jan.kratochvil@redhat.com>
3590
3591 PR cli/21218
3592 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3593 New proc.
3594 (top level): Call it.
3595
9753a2f6
PA
35962017-03-08 Pedro Alves <palves@redhat.com>
3597
3598 PR tui/21216
3599 * gdb.tui/tui-nl-filtered-output.exp: New file.
3600
1a4dd9dd
PA
36012017-03-08 Pedro Alves <palves@redhat.com>
3602
3603 * gdb.base/completion.exp: Move TUI completion tests to ...
3604 * gdb.tui/completion.exp: ... this new file.
3605
7cbbff33
PA
36062017-03-08 Pedro Alves <palves@redhat.com>
3607
3608 * gdb.base/tui-disasm-long-lines.c,
3609 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3610 gdb.base/tui-layout.exp: Move to ...
3611 * gdb.tui/: ... this new directory.
3612
5f6fd321
PA
36132017-03-07 Pedro Alves <palves@redhat.com>
3614
3615 * gdb.base/tui-layout.c: New file.
3616 * gdb.base/tui-layout.exp: New file.
3617
44959fa8
PA
36182017-03-07 Pedro Alves <palves@redhat.com>
3619
3620 * gdb.base/tui-layout.c: Rename to ...
3621 * gdb.base/tui-disasm-long-lines.c: ... this.
3622 * gdb.base/tui-layout.exp: Rename to ...
3623 * gdb.base/tui-disasm-long-lines.exp: ... this.
3624
f8c4e718
PA
36252017-03-07 Pedro Alves <palves@redhat.com>
3626
3627 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3628
6dbb839a 36292017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
3630
3631 * i386-mpx-call.c: New file.
3632 * i386-mpx-call.exp: New file.
3633
65b48a81
PB
36342017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3635
3636 * gdb.arch/powerpc-power.exp: Delete test.
3637 * gdb.arch/powerpc-power.s: Likewise.
3638 * gdb.disasm/disassembler-options.exp: New test.
3639 * gdb.arch/powerpc-altivec.exp: Likewise.
3640 * gdb.arch/powerpc-altivec.s: Likewise.
3641 * gdb.arch/powerpc-altivec2.exp: Likewise.
3642 * gdb.arch/powerpc-altivec2.s: Likewise.
3643 * gdb.arch/powerpc-altivec3.exp: Likewise.
3644 * gdb.arch/powerpc-altivec3.s: Likewise.
3645 * gdb.arch/powerpc-power7.exp: Likewise.
3646 * gdb.arch/powerpc-power7.s: Likewise.
3647 * gdb.arch/powerpc-power8.exp: Likewise.
3648 * gdb.arch/powerpc-power8.s: Likewise.
3649 * gdb.arch/powerpc-power9.exp: Likewise.
3650 * gdb.arch/powerpc-power9.s: Likewise.
3651 * gdb.arch/powerpc-vsx.exp: Likewise.
3652 * gdb.arch/powerpc-vsx.s: Likewise.
3653 * gdb.arch/powerpc-vsx2.exp: Likewise.
3654 * gdb.arch/powerpc-vsx2.s: Likewise.
3655 * gdb.arch/powerpc-vsx3.exp: Likewise.
3656 * gdb.arch/powerpc-vsx3.s: Likewise.
3657 * gdb.arch/arm-disassembler-options.exp: Likewise.
3658 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3659 * gdb.arch/s390-disassembler-options.exp: Likewise.
3660
17cd4947
LM
36612017-02-23 Luis Machado <lgustavo@codesourcery.com>
3662
3663 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3664 (check_supported_features): ... this. Changed return type to void.
3665 (supports_rdseed): New static global.
3666 (rdseed): Check supports_rdseed.
3667 (initialize): Call check_supported_features.
3668
2039d74e
EBM
36692017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3670
3671 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3672 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3673 and lqarx/stqcx.
3674 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3675 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3676
a51d7ecf
EBM
36772017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3678
3679 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3680 uppercase.
3681
0224619f
JK
36822017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3683
3684 * gdb.dwarf2/formdata16.c: New file.
3685 * gdb.dwarf2/formdata16.exp: New file.
3686 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3687
216f72a1
JK
36882017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3689
3690 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3691 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3692 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3693 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3694 DW_AT_GNU_*.
3695
43988095
JK
36962017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3697
3698 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3699
99e8a4f9
SDJ
37002017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3701
3702 PR gdb/21164
3703 * gdb.base/maint.exp: Add testcases for when the commands do
3704 not have arguments.
3705
b58a8c0c
TP
37062017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3707
3708 * gdb.cp/chained-calls.exp: Use p instead of P.
3709
4e746bb6
TW
37102017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3711
3712 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3713 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3714
3f77c769
TT
37152017-02-14 Tom Tromey <tom@tromey.com>
3716
3717 PR python/13598:
3718 * gdb.python/py-events.exp: Add before_prompt event tests.
3719
075beec0
AA
37202017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3721
3722 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3723
bf5f525c
LM
37242017-02-13 Luis Machado <lgustavo@codesourcery.com>
3725
3726 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3727 (main): Call my_unique_function_name.
3728 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3729 completion of patterns with a single match.
3730 Add missing -re switches to gdb_test_multiple calls.
3731
13a66184
LM
37322017-02-13 Luis Machado <lgustavo@codesourcery.com>
3733
3734 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3735 return if core file is not recognized.
3736
26a06916
SM
37372017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3738
3739 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3740 and extra UIs.
3741
b761ca9e
SM
37422017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3743
3744 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3745 proc_with_prefix.
3746
b964bee0
TT
37472017-02-10 Tom Tromey <tom@tromey.com>
3748
3749 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3750
18da0c51
MG
37512017-02-10 Martin Galvan <martingalvan@sourceware.org>
3752
3753 PR gdb/21122
3754 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3755
604c4576
JG
37562017-02-08 Jerome Guitton <guitton@adacore.com>
3757
3758 * gdb.base/define.exp: Add test for command abbreviations
3759 in define.
3760
20b477a7
LM
37612017-02-06 Luis Machado <lgustavo@codesourcery.com>
3762
3763 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3764 * gdb.reverse/insn-reverse-x86.c: New file.
3765
3f7b46f2
IR
37662017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3767
3768 PR tdep/20936
3769 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3770
f0fd41c1
TT
37712017-02-03 Tom Tromey <tom@tromey.com>
3772
3773 PR rust/21097:
3774 * gdb.rust/simple.exp: Add new tests.
3775
5be5dbf0
PA
37762017-02-02 Pedro Alves <palves@redhat.com>
3777
3778 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3779 tests.
3780
7346ef59
AA
37812017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3782
3783 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3784 taking a 2-byte value out of a 4-byte DWARF implicit value on
3785 big-endian targets.
3786 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3787 logic. Add test cases for DW_OP_implicit.
3788
787f0025
MM
37892017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3790
3791 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3792
68777c29
MM
37932017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3794
3795 * gdb.btrace/enable.exp: Call gdb_exit before
3796 skip_gdbserver_tests.
3797
0a1c7e28
MM
37982017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3799
3800 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3801 GDBFLAGS.
3802
b5ac99b0
MM
38032017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3804
3805 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3806 the test is skipped.
3807 * gdb.btrace/data.exp: Likewise.
3808 * gdb.btrace/delta.exp: Likewise.
3809 * gdb.btrace/dlopen.exp: Likewise.
3810 * gdb.btrace/enable-running.exp: Likewise.
3811 * gdb.btrace/enable.exp: Likewise.
3812 * gdb.btrace/exception.exp: Likewise.
3813 * gdb.btrace/function_call_history.exp: Likewise.
3814 * gdb.btrace/gcore.exp: Likewise.
3815 * gdb.btrace/instruction_history.exp: Likewise.
3816 * gdb.btrace/multi-thread-step.exp: Likewise.
3817 * gdb.btrace/nohist.exp: Likewise.
3818 * gdb.btrace/non-stop.exp: Likewise.
3819 * gdb.btrace/reconnect.exp: Likewise.
3820 * gdb.btrace/record_goto-step.exp: Likewise.
3821 * gdb.btrace/record_goto.exp: Likewise.
3822 * gdb.btrace/rn-dl-bind.exp: Likewise.
3823 * gdb.btrace/segv.exp: Likewise.
3824 * gdb.btrace/step.exp: Likewise.
3825 * gdb.btrace/stepi.exp: Likewise.
3826 * gdb.btrace/tailcall-only.exp: Likewise.
3827 * gdb.btrace/tailcall.exp: Likewise.
3828 * gdb.btrace/tsx.exp: Likewise.
3829 * gdb.btrace/unknown_functions.exp: Likewise.
3830 * gdb.btrace/vdso.exp: Likewise.
3831
cd4007e4
MM
38322017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3833
3834 * gdb.btrace/enable-running.c: New.
3835 * gdb.btrace/enable-running.exp: New.
3836
2735833d
WT
38372017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3838
3839 * gdb.arch/amd64-gs_base.c: New file.
3840 * gdb.arch/amd64-gs_base.exp: New file.
3841
b51e1e94
LM
38422017-01-26 Luis Machado <lgustavo@codesourcery.com>
3843
3844 * lib/memory.exp: Remove spurious empty newlines.
3845
72ca0410
SM
38462017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3847
3848 * gdb.python/py-bad-printers.exp: Load python file using "source".
3849 * gdb.python/py-events.exp: Likewise.
3850 * gdb.python/py-evsignal.exp: Likewise.
3851 * gdb.python/py-evthreads.exp: Likewise.
3852 * gdb.python/py-frame-args.exp: Likewise.
3853 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3854 * gdb.python/py-framefilter-mi.exp: Likewise.
3855 * gdb.python/py-framefilter.exp: Likewise.
3856 * gdb.python/py-mi.exp: Likewise.
3857 * gdb.python/py-pp-maint.exp: Likewise.
3858 * gdb.python/py-pp-registration.exp: Likewise.
3859 * gdb.python/py-prettyprint.exp: Likewise.
3860 (run_lang_tests): Likewise.
3861 * gdb.python/py-typeprint.exp: Likewise.
3862
e309aa65
LM
38632017-01-26 Luis Machado <lgustavo@codesourcery.com>
3864
3865 * lib/memory.exp: New file.
3866 * lib/gdb.exp: Load memory.exp.
3867 * gdb.base/memattr.exp (delete_memory): Move proc to
3868 lib/memory.exp and rename to delete_memory_regions.
3869 Replace delete_memory with delete_memory_regions.
3870 Cleanup memory regions before tests.
3871 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3872 before tests.
3873
515aff23
LM
38742017-01-26 Luis Machado <lgustavo@codesourcery.com>
3875
3876 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3877 files.
3878 (initialize): New function conditionally defined.
3879 (testcases): Move within conditional block.
3880 (main): Call initialize.
3881 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3882 of gdb.reverse/insn-reverse.c.
3883 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3884 gdb.reverse/insn-reverse.c.
3885
d8b49cf0
YQ
38862017-01-26 Yao Qi <yao.qi@linaro.org>
3887
3888 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3889 disassemble on address 0.
3890
f13a9a0c
YQ
38912017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3892 Yao Qi <yao.qi@linaro.org>
3893
3894 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3895 * gdb.dwarf2/implptr-64bit.S: Remove.
3896 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3897 variables in caller's context. Add DW_OP_implicit_value.
3898
5ac95241
YQ
38992017-01-25 Yao Qi <yao.qi@linaro.org>
3900
3901 * lib/dwarf.exp (Dwarf::_location): Handle
3902 DW_OP_GNU_implicit_pointer with proper size.
3903
23e82930
LM
39042017-01-20 Luis Machado <lgustavo@codesourcery.com>
3905
3906 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3907 and add untested calls.
3908
d334ae25
LM
39092017-01-20 Luis Machado <lgustavo@codesourcery.com>
3910
3911 * gdb.python/python.exp: Check line number against what GDB thinks
3912 the line number is for func1.
3913
f5e6296e
IB
39142017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3915
3916 * gdb.dlang/debug-expr.exp: New file.
3917
5b362f04
LM
39182016-12-23 Luis Machado <lgustavo@codesourcery.com>
3919
3920 Fix test names for the following files:
3921
3922 * gdb.ada/exec_changed.exp
3923 * gdb.ada/info_types.exp
3924 * gdb.arch/aarch64-atomic-inst.exp
3925 * gdb.arch/aarch64-fp.exp
3926 * gdb.arch/altivec-abi.exp
3927 * gdb.arch/altivec-regs.exp
3928 * gdb.arch/amd64-byte.exp
3929 * gdb.arch/amd64-disp-step.exp
3930 * gdb.arch/amd64-dword.exp
3931 * gdb.arch/amd64-entry-value-inline.exp
3932 * gdb.arch/amd64-entry-value-param.exp
3933 * gdb.arch/amd64-entry-value-paramref.exp
3934 * gdb.arch/amd64-entry-value.exp
3935 * gdb.arch/amd64-i386-address.exp
3936 * gdb.arch/amd64-invalid-stack-middle.exp
3937 * gdb.arch/amd64-invalid-stack-top.exp
3938 * gdb.arch/amd64-optimout-repeat.exp
3939 * gdb.arch/amd64-prologue-skip.exp
3940 * gdb.arch/amd64-prologue-xmm.exp
3941 * gdb.arch/amd64-stap-special-operands.exp
3942 * gdb.arch/amd64-stap-wrong-subexp.exp
3943 * gdb.arch/amd64-tailcall-cxx.exp
3944 * gdb.arch/amd64-tailcall-noret.exp
3945 * gdb.arch/amd64-tailcall-ret.exp
3946 * gdb.arch/amd64-tailcall-self.exp
3947 * gdb.arch/amd64-word.exp
3948 * gdb.arch/arm-bl-branch-dest.exp
3949 * gdb.arch/arm-disp-step.exp
3950 * gdb.arch/arm-neon.exp
3951 * gdb.arch/arm-single-step-kernel-helper.exp
3952 * gdb.arch/avr-flash-qualifier.exp
3953 * gdb.arch/disp-step-insn-reloc.exp
3954 * gdb.arch/e500-abi.exp
3955 * gdb.arch/e500-regs.exp
3956 * gdb.arch/ftrace-insn-reloc.exp
3957 * gdb.arch/i386-avx512.exp
3958 * gdb.arch/i386-bp_permanent.exp
3959 * gdb.arch/i386-byte.exp
3960 * gdb.arch/i386-cfi-notcurrent.exp
3961 * gdb.arch/i386-disp-step.exp
3962 * gdb.arch/i386-dr3-watch.exp
3963 * gdb.arch/i386-float.exp
3964 * gdb.arch/i386-gnu-cfi.exp
3965 * gdb.arch/i386-mpx-map.exp
3966 * gdb.arch/i386-mpx-sigsegv.exp
3967 * gdb.arch/i386-mpx-simple_segv.exp
3968 * gdb.arch/i386-mpx.exp
3969 * gdb.arch/i386-permbkpt.exp
3970 * gdb.arch/i386-prologue.exp
3971 * gdb.arch/i386-signal.exp
3972 * gdb.arch/i386-size-overlap.exp
3973 * gdb.arch/i386-unwind.exp
3974 * gdb.arch/i386-word.exp
3975 * gdb.arch/mips-fcr.exp
3976 * gdb.arch/powerpc-d128-regs.exp
3977 * gdb.arch/powerpc-stackless.exp
3978 * gdb.arch/ppc64-atomic-inst.exp
3979 * gdb.arch/s390-stackless.exp
3980 * gdb.arch/s390-tdbregs.exp
3981 * gdb.arch/s390-vregs.exp
3982 * gdb.arch/sparc-sysstep.exp
3983 * gdb.arch/thumb-bx-pc.exp
3984 * gdb.arch/thumb-singlestep.exp
3985 * gdb.arch/thumb2-it.exp
3986 * gdb.arch/vsx-regs.exp
3987 * gdb.asm/asm-source.exp
3988 * gdb.base/a2-run.exp
3989 * gdb.base/advance.exp
3990 * gdb.base/all-bin.exp
3991 * gdb.base/anon.exp
3992 * gdb.base/args.exp
3993 * gdb.base/arithmet.exp
3994 * gdb.base/async-shell.exp
3995 * gdb.base/async.exp
3996 * gdb.base/attach-pie-noexec.exp
3997 * gdb.base/attach-twice.exp
3998 * gdb.base/auto-load.exp
3999 * gdb.base/bang.exp
4000 * gdb.base/bitfields.exp
4001 * gdb.base/break-always.exp
4002 * gdb.base/break-caller-line.exp
4003 * gdb.base/break-entry.exp
4004 * gdb.base/break-inline.exp
4005 * gdb.base/break-on-linker-gcd-function.exp
4006 * gdb.base/break-probes.exp
4007 * gdb.base/break.exp
4008 * gdb.base/breakpoint-shadow.exp
4009 * gdb.base/call-ar-st.exp
4010 * gdb.base/call-sc.exp
4011 * gdb.base/call-signal-resume.exp
4012 * gdb.base/call-strs.exp
4013 * gdb.base/callfuncs.exp
4014 * gdb.base/catch-fork-static.exp
4015 * gdb.base/catch-gdb-caused-signals.exp
4016 * gdb.base/catch-load.exp
4017 * gdb.base/catch-signal-fork.exp
4018 * gdb.base/catch-signal.exp
4019 * gdb.base/catch-syscall.exp
4020 * gdb.base/charset.exp
4021 * gdb.base/checkpoint.exp
4022 * gdb.base/chng-syms.exp
4023 * gdb.base/code-expr.exp
4024 * gdb.base/code_elim.exp
4025 * gdb.base/commands.exp
4026 * gdb.base/completion.exp
4027 * gdb.base/complex.exp
4028 * gdb.base/cond-expr.exp
4029 * gdb.base/condbreak.exp
4030 * gdb.base/consecutive.exp
4031 * gdb.base/continue-all-already-running.exp
4032 * gdb.base/coredump-filter.exp
4033 * gdb.base/corefile.exp
4034 * gdb.base/dbx.exp
4035 * gdb.base/debug-expr.exp
4036 * gdb.base/define.exp
4037 * gdb.base/del.exp
4038 * gdb.base/disabled-location.exp
4039 * gdb.base/disasm-end-cu.exp
4040 * gdb.base/disasm-optim.exp
4041 * gdb.base/display.exp
4042 * gdb.base/duplicate-bp.exp
4043 * gdb.base/ena-dis-br.exp
4044 * gdb.base/ending-run.exp
4045 * gdb.base/enumval.exp
4046 * gdb.base/environ.exp
4047 * gdb.base/eu-strip-infcall.exp
4048 * gdb.base/eval-avoid-side-effects.exp
4049 * gdb.base/eval-skip.exp
4050 * gdb.base/exitsignal.exp
4051 * gdb.base/expand-psymtabs.exp
4052 * gdb.base/filesym.exp
4053 * gdb.base/find-unmapped.exp
4054 * gdb.base/finish.exp
4055 * gdb.base/float.exp
4056 * gdb.base/foll-exec-mode.exp
4057 * gdb.base/foll-exec.exp
4058 * gdb.base/foll-fork.exp
4059 * gdb.base/fortran-sym-case.exp
4060 * gdb.base/freebpcmd.exp
4061 * gdb.base/func-ptr.exp
4062 * gdb.base/func-ptrs.exp
4063 * gdb.base/funcargs.exp
4064 * gdb.base/gcore-buffer-overflow.exp
4065 * gdb.base/gcore-relro-pie.exp
4066 * gdb.base/gcore-relro.exp
4067 * gdb.base/gcore.exp
4068 * gdb.base/gdb1090.exp
4069 * gdb.base/gdb11530.exp
4070 * gdb.base/gdb11531.exp
4071 * gdb.base/gdb1821.exp
4072 * gdb.base/gdbindex-stabs.exp
4073 * gdb.base/gdbvars.exp
4074 * gdb.base/hbreak.exp
4075 * gdb.base/hbreak2.exp
4076 * gdb.base/included.exp
4077 * gdb.base/infcall-input.exp
4078 * gdb.base/inferior-died.exp
4079 * gdb.base/infnan.exp
4080 * gdb.base/info-macros.exp
4081 * gdb.base/info-os.exp
4082 * gdb.base/info-proc.exp
4083 * gdb.base/info-shared.exp
4084 * gdb.base/info-target.exp
4085 * gdb.base/infoline.exp
4086 * gdb.base/interp.exp
4087 * gdb.base/interrupt.exp
4088 * gdb.base/jit-reader.exp
4089 * gdb.base/jit-simple.exp
4090 * gdb.base/kill-after-signal.exp
4091 * gdb.base/kill-detach-inferiors-cmd.exp
4092 * gdb.base/label.exp
4093 * gdb.base/langs.exp
4094 * gdb.base/ldbl_e308.exp
4095 * gdb.base/line-symtabs.exp
4096 * gdb.base/linespecs.exp
4097 * gdb.base/list.exp
4098 * gdb.base/long_long.exp
4099 * gdb.base/longest-types.exp
4100 * gdb.base/maint.exp
4101 * gdb.base/max-value-size.exp
4102 * gdb.base/memattr.exp
4103 * gdb.base/mips_pro.exp
4104 * gdb.base/morestack.exp
4105 * gdb.base/moribund-step.exp
4106 * gdb.base/multi-forks.exp
4107 * gdb.base/nested-addr.exp
4108 * gdb.base/nextoverexit.exp
4109 * gdb.base/noreturn-finish.exp
4110 * gdb.base/noreturn-return.exp
4111 * gdb.base/nostdlib.exp
4112 * gdb.base/offsets.exp
4113 * gdb.base/opaque.exp
4114 * gdb.base/pc-fp.exp
4115 * gdb.base/permissions.exp
4116 * gdb.base/print-symbol-loading.exp
4117 * gdb.base/prologue-include.exp
4118 * gdb.base/psymtab.exp
4119 * gdb.base/ptype.exp
4120 * gdb.base/random-signal.exp
4121 * gdb.base/randomize.exp
4122 * gdb.base/range-stepping.exp
4123 * gdb.base/readline-ask.exp
4124 * gdb.base/recpar.exp
4125 * gdb.base/recurse.exp
4126 * gdb.base/relational.exp
4127 * gdb.base/restore.exp
4128 * gdb.base/return-nodebug.exp
4129 * gdb.base/return.exp
4130 * gdb.base/run-after-attach.exp
4131 * gdb.base/save-bp.exp
4132 * gdb.base/scope.exp
4133 * gdb.base/sect-cmd.exp
4134 * gdb.base/set-lang-auto.exp
4135 * gdb.base/set-noassign.exp
4136 * gdb.base/setvar.exp
4137 * gdb.base/sigall.exp
4138 * gdb.base/sigbpt.exp
4139 * gdb.base/siginfo-addr.exp
4140 * gdb.base/siginfo-infcall.exp
4141 * gdb.base/siginfo-obj.exp
4142 * gdb.base/siginfo.exp
4143 * gdb.base/signals-state-child.exp
4144 * gdb.base/signest.exp
4145 * gdb.base/sigstep.exp
4146 * gdb.base/sizeof.exp
4147 * gdb.base/skip.exp
4148 * gdb.base/solib-corrupted.exp
4149 * gdb.base/solib-nodir.exp
4150 * gdb.base/solib-search.exp
4151 * gdb.base/stack-checking.exp
4152 * gdb.base/stale-infcall.exp
4153 * gdb.base/stap-probe.exp
4154 * gdb.base/start.exp
4155 * gdb.base/step-break.exp
4156 * gdb.base/step-bt.exp
4157 * gdb.base/step-line.exp
4158 * gdb.base/step-over-exit.exp
4159 * gdb.base/step-over-syscall.exp
4160 * gdb.base/step-resume-infcall.exp
4161 * gdb.base/step-test.exp
4162 * gdb.base/store.exp
4163 * gdb.base/structs3.exp
4164 * gdb.base/sym-file.exp
4165 * gdb.base/symbol-without-target_section.exp
4166 * gdb.base/term.exp
4167 * gdb.base/testenv.exp
4168 * gdb.base/ui-redirect.exp
4169 * gdb.base/until.exp
4170 * gdb.base/unwindonsignal.exp
4171 * gdb.base/value-double-free.exp
4172 * gdb.base/vla-datatypes.exp
4173 * gdb.base/vla-ptr.exp
4174 * gdb.base/vla-sideeffect.exp
4175 * gdb.base/volatile.exp
4176 * gdb.base/watch-cond-infcall.exp
4177 * gdb.base/watch-cond.exp
4178 * gdb.base/watch-non-mem.exp
4179 * gdb.base/watch-read.exp
4180 * gdb.base/watch-vfork.exp
4181 * gdb.base/watchpoint-cond-gone.exp
4182 * gdb.base/watchpoint-delete.exp
4183 * gdb.base/watchpoint-hw-hit-once.exp
4184 * gdb.base/watchpoint-hw.exp
4185 * gdb.base/watchpoint-stops-at-right-insn.exp
4186 * gdb.base/watchpoints.exp
4187 * gdb.base/wchar.exp
4188 * gdb.base/whatis-exp.exp
4189 * gdb.btrace/buffer-size.exp
4190 * gdb.btrace/data.exp
4191 * gdb.btrace/delta.exp
4192 * gdb.btrace/dlopen.exp
4193 * gdb.btrace/enable.exp
4194 * gdb.btrace/exception.exp
4195 * gdb.btrace/function_call_history.exp
4196 * gdb.btrace/gcore.exp
4197 * gdb.btrace/instruction_history.exp
4198 * gdb.btrace/nohist.exp
4199 * gdb.btrace/reconnect.exp
4200 * gdb.btrace/record_goto-step.exp
4201 * gdb.btrace/record_goto.exp
4202 * gdb.btrace/rn-dl-bind.exp
4203 * gdb.btrace/segv.exp
4204 * gdb.btrace/step.exp
4205 * gdb.btrace/stepi.exp
4206 * gdb.btrace/tailcall-only.exp
4207 * gdb.btrace/tailcall.exp
4208 * gdb.btrace/tsx.exp
4209 * gdb.btrace/unknown_functions.exp
4210 * gdb.btrace/vdso.exp
4211 * gdb.compile/compile-ifunc.exp
4212 * gdb.compile/compile-ops.exp
4213 * gdb.compile/compile-print.exp
4214 * gdb.compile/compile-setjmp.exp
4215 * gdb.cp/abstract-origin.exp
4216 * gdb.cp/ambiguous.exp
4217 * gdb.cp/annota2.exp
4218 * gdb.cp/annota3.exp
4219 * gdb.cp/anon-ns.exp
4220 * gdb.cp/anon-struct.exp
4221 * gdb.cp/anon-union.exp
4222 * gdb.cp/arg-reference.exp
4223 * gdb.cp/baseenum.exp
4224 * gdb.cp/bool.exp
4225 * gdb.cp/breakpoint.exp
4226 * gdb.cp/bs15503.exp
4227 * gdb.cp/call-c.exp
4228 * gdb.cp/casts.exp
4229 * gdb.cp/chained-calls.exp
4230 * gdb.cp/class2.exp
4231 * gdb.cp/classes.exp
4232 * gdb.cp/cmpd-minsyms.exp
4233 * gdb.cp/converts.exp
4234 * gdb.cp/cp-relocate.exp
4235 * gdb.cp/cpcompletion.exp
4236 * gdb.cp/cpexprs.exp
4237 * gdb.cp/cplabel.exp
4238 * gdb.cp/cplusfuncs.exp
4239 * gdb.cp/cpsizeof.exp
4240 * gdb.cp/ctti.exp
4241 * gdb.cp/derivation.exp
4242 * gdb.cp/destrprint.exp
4243 * gdb.cp/dispcxx.exp
4244 * gdb.cp/enum-class.exp
4245 * gdb.cp/exception.exp
4246 * gdb.cp/exceptprint.exp
4247 * gdb.cp/expand-psymtabs-cxx.exp
4248 * gdb.cp/expand-sals.exp
4249 * gdb.cp/extern-c.exp
4250 * gdb.cp/filename.exp
4251 * gdb.cp/formatted-ref.exp
4252 * gdb.cp/fpointer.exp
4253 * gdb.cp/gdb1355.exp
4254 * gdb.cp/gdb2495.exp
4255 * gdb.cp/hang.exp
4256 * gdb.cp/impl-this.exp
4257 * gdb.cp/infcall-dlopen.exp
4258 * gdb.cp/inherit.exp
4259 * gdb.cp/iostream.exp
4260 * gdb.cp/koenig.exp
4261 * gdb.cp/local.exp
4262 * gdb.cp/m-data.exp
4263 * gdb.cp/m-static.exp
4264 * gdb.cp/mb-ctor.exp
4265 * gdb.cp/mb-inline.exp
4266 * gdb.cp/mb-templates.exp
4267 * gdb.cp/member-name.exp
4268 * gdb.cp/member-ptr.exp
4269 * gdb.cp/meth-typedefs.exp
4270 * gdb.cp/method.exp
4271 * gdb.cp/method2.exp
4272 * gdb.cp/minsym-fallback.exp
4273 * gdb.cp/misc.exp
4274 * gdb.cp/namelessclass.exp
4275 * gdb.cp/namespace-enum.exp
4276 * gdb.cp/namespace-nested-import.exp
4277 * gdb.cp/namespace.exp
4278 * gdb.cp/nextoverthrow.exp
4279 * gdb.cp/no-dmgl-verbose.exp
4280 * gdb.cp/non-trivial-retval.exp
4281 * gdb.cp/noparam.exp
4282 * gdb.cp/nsdecl.exp
4283 * gdb.cp/nsimport.exp
4284 * gdb.cp/nsnested.exp
4285 * gdb.cp/nsnoimports.exp
4286 * gdb.cp/nsrecurs.exp
4287 * gdb.cp/nsstress.exp
4288 * gdb.cp/nsusing.exp
4289 * gdb.cp/operator.exp
4290 * gdb.cp/oranking.exp
4291 * gdb.cp/overload-const.exp
4292 * gdb.cp/overload.exp
4293 * gdb.cp/ovldbreak.exp
4294 * gdb.cp/ovsrch.exp
4295 * gdb.cp/paren-type.exp
4296 * gdb.cp/parse-lang.exp
4297 * gdb.cp/pass-by-ref.exp
4298 * gdb.cp/pr-1023.exp
4299 * gdb.cp/pr-1210.exp
4300 * gdb.cp/pr-574.exp
4301 * gdb.cp/pr10687.exp
4302 * gdb.cp/pr12028.exp
4303 * gdb.cp/pr17132.exp
4304 * gdb.cp/pr17494.exp
4305 * gdb.cp/pr9067.exp
4306 * gdb.cp/pr9167.exp
4307 * gdb.cp/pr9631.exp
4308 * gdb.cp/printmethod.exp
4309 * gdb.cp/psmang.exp
4310 * gdb.cp/psymtab-parameter.exp
4311 * gdb.cp/ptype-cv-cp.exp
4312 * gdb.cp/ptype-flags.exp
4313 * gdb.cp/re-set-overloaded.exp
4314 * gdb.cp/ref-types.exp
4315 * gdb.cp/rtti.exp
4316 * gdb.cp/scope-err.exp
4317 * gdb.cp/shadow.exp
4318 * gdb.cp/smartp.exp
4319 * gdb.cp/static-method.exp
4320 * gdb.cp/static-print-quit.exp
4321 * gdb.cp/temargs.exp
4322 * gdb.cp/templates.exp
4323 * gdb.cp/try_catch.exp
4324 * gdb.cp/typedef-operator.exp
4325 * gdb.cp/typeid.exp
4326 * gdb.cp/userdef.exp
4327 * gdb.cp/using-crash.exp
4328 * gdb.cp/var-tag.exp
4329 * gdb.cp/virtbase.exp
4330 * gdb.cp/virtfunc.exp
4331 * gdb.cp/virtfunc2.exp
4332 * gdb.cp/vla-cxx.exp
4333 * gdb.disasm/t01_mov.exp
4334 * gdb.disasm/t02_mova.exp
4335 * gdb.disasm/t03_add.exp
4336 * gdb.disasm/t04_sub.exp
4337 * gdb.disasm/t05_cmp.exp
4338 * gdb.disasm/t06_ari2.exp
4339 * gdb.disasm/t07_ari3.exp
4340 * gdb.disasm/t08_or.exp
4341 * gdb.disasm/t09_xor.exp
4342 * gdb.disasm/t10_and.exp
4343 * gdb.disasm/t11_logs.exp
4344 * gdb.disasm/t12_bit.exp
4345 * gdb.disasm/t13_otr.exp
4346 * gdb.dlang/circular.exp
4347 * gdb.dwarf2/arr-stride.exp
4348 * gdb.dwarf2/arr-subrange.exp
4349 * gdb.dwarf2/atomic-type.exp
4350 * gdb.dwarf2/bad-regnum.exp
4351 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4352 * gdb.dwarf2/callframecfa.exp
4353 * gdb.dwarf2/clztest.exp
4354 * gdb.dwarf2/corrupt.exp
4355 * gdb.dwarf2/data-loc.exp
4356 * gdb.dwarf2/dup-psym.exp
4357 * gdb.dwarf2/dw2-anon-mptr.exp
4358 * gdb.dwarf2/dw2-anonymous-func.exp
4359 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4360 * gdb.dwarf2/dw2-bad-unresolved.exp
4361 * gdb.dwarf2/dw2-basic.exp
4362 * gdb.dwarf2/dw2-canonicalize-type.exp
4363 * gdb.dwarf2/dw2-case-insensitive.exp
4364 * gdb.dwarf2/dw2-common-block.exp
4365 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4366 * gdb.dwarf2/dw2-compressed.exp
4367 * gdb.dwarf2/dw2-const.exp
4368 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4369 * gdb.dwarf2/dw2-cu-size.exp
4370 * gdb.dwarf2/dw2-dup-frame.exp
4371 * gdb.dwarf2/dw2-entry-value.exp
4372 * gdb.dwarf2/dw2-icycle.exp
4373 * gdb.dwarf2/dw2-ifort-parameter.exp
4374 * gdb.dwarf2/dw2-inline-break.exp
4375 * gdb.dwarf2/dw2-inline-param.exp
4376 * gdb.dwarf2/dw2-intercu.exp
4377 * gdb.dwarf2/dw2-intermix.exp
4378 * gdb.dwarf2/dw2-lexical-block-bare.exp
4379 * gdb.dwarf2/dw2-linkage-name-trust.exp
4380 * gdb.dwarf2/dw2-minsym-in-cu.exp
4381 * gdb.dwarf2/dw2-noloc.exp
4382 * gdb.dwarf2/dw2-op-call.exp
4383 * gdb.dwarf2/dw2-op-out-param.exp
4384 * gdb.dwarf2/dw2-opt-structptr.exp
4385 * gdb.dwarf2/dw2-param-error.exp
4386 * gdb.dwarf2/dw2-producer.exp
4387 * gdb.dwarf2/dw2-ranges-base.exp
4388 * gdb.dwarf2/dw2-ref-missing-frame.exp
4389 * gdb.dwarf2/dw2-reg-undefined.exp
4390 * gdb.dwarf2/dw2-regno-invalid.exp
4391 * gdb.dwarf2/dw2-restore.exp
4392 * gdb.dwarf2/dw2-restrict.exp
4393 * gdb.dwarf2/dw2-single-line-discriminators.exp
4394 * gdb.dwarf2/dw2-strp.exp
4395 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4396 * gdb.dwarf2/dw2-unresolved.exp
4397 * gdb.dwarf2/dw2-var-zero-addr.exp
4398 * gdb.dwarf2/dw4-sig-types.exp
4399 * gdb.dwarf2/dwz.exp
4400 * gdb.dwarf2/dynarr-ptr.exp
4401 * gdb.dwarf2/enum-type.exp
4402 * gdb.dwarf2/gdb-index.exp
4403 * gdb.dwarf2/implptr-64bit.exp
4404 * gdb.dwarf2/implptr-optimized-out.exp
4405 * gdb.dwarf2/implptr.exp
4406 * gdb.dwarf2/implref-array.exp
4407 * gdb.dwarf2/implref-const.exp
4408 * gdb.dwarf2/implref-global.exp
4409 * gdb.dwarf2/implref-struct.exp
4410 * gdb.dwarf2/mac-fileno.exp
4411 * gdb.dwarf2/main-subprogram.exp
4412 * gdb.dwarf2/member-ptr-forwardref.exp
4413 * gdb.dwarf2/method-ptr.exp
4414 * gdb.dwarf2/missing-sig-type.exp
4415 * gdb.dwarf2/nonvar-access.exp
4416 * gdb.dwarf2/opaque-type-lookup.exp
4417 * gdb.dwarf2/pieces-optimized-out.exp
4418 * gdb.dwarf2/pieces.exp
4419 * gdb.dwarf2/pr10770.exp
4420 * gdb.dwarf2/pr13961.exp
4421 * gdb.dwarf2/staticvirtual.exp
4422 * gdb.dwarf2/subrange.exp
4423 * gdb.dwarf2/symtab-producer.exp
4424 * gdb.dwarf2/trace-crash.exp
4425 * gdb.dwarf2/typeddwarf.exp
4426 * gdb.dwarf2/valop.exp
4427 * gdb.dwarf2/watch-notconst.exp
4428 * gdb.fortran/array-element.exp
4429 * gdb.fortran/charset.exp
4430 * gdb.fortran/common-block.exp
4431 * gdb.fortran/complex.exp
4432 * gdb.fortran/derived-type-function.exp
4433 * gdb.fortran/derived-type.exp
4434 * gdb.fortran/logical.exp
4435 * gdb.fortran/module.exp
4436 * gdb.fortran/multi-dim.exp
4437 * gdb.fortran/nested-funcs.exp
4438 * gdb.fortran/print-formatted.exp
4439 * gdb.fortran/subarray.exp
4440 * gdb.fortran/vla-alloc-assoc.exp
4441 * gdb.fortran/vla-datatypes.exp
4442 * gdb.fortran/vla-history.exp
4443 * gdb.fortran/vla-ptr-info.exp
4444 * gdb.fortran/vla-ptype-sub.exp
4445 * gdb.fortran/vla-ptype.exp
4446 * gdb.fortran/vla-sizeof.exp
4447 * gdb.fortran/vla-type.exp
4448 * gdb.fortran/vla-value-sub-arbitrary.exp
4449 * gdb.fortran/vla-value-sub-finish.exp
4450 * gdb.fortran/vla-value-sub.exp
4451 * gdb.fortran/vla-value.exp
4452 * gdb.fortran/whatis_type.exp
4453 * gdb.go/chan.exp
4454 * gdb.go/handcall.exp
4455 * gdb.go/hello.exp
4456 * gdb.go/integers.exp
4457 * gdb.go/methods.exp
4458 * gdb.go/package.exp
4459 * gdb.go/strings.exp
4460 * gdb.go/types.exp
4461 * gdb.go/unsafe.exp
4462 * gdb.guile/scm-arch.exp
4463 * gdb.guile/scm-block.exp
4464 * gdb.guile/scm-breakpoint.exp
4465 * gdb.guile/scm-cmd.exp
4466 * gdb.guile/scm-disasm.exp
4467 * gdb.guile/scm-equal.exp
4468 * gdb.guile/scm-frame-args.exp
4469 * gdb.guile/scm-frame-inline.exp
4470 * gdb.guile/scm-frame.exp
4471 * gdb.guile/scm-iterator.exp
4472 * gdb.guile/scm-math.exp
4473 * gdb.guile/scm-objfile.exp
4474 * gdb.guile/scm-ports.exp
4475 * gdb.guile/scm-symbol.exp
4476 * gdb.guile/scm-symtab.exp
4477 * gdb.guile/scm-value-cc.exp
4478 * gdb.guile/types-module.exp
4479 * gdb.linespec/break-ask.exp
4480 * gdb.linespec/cpexplicit.exp
4481 * gdb.linespec/explicit.exp
4482 * gdb.linespec/keywords.exp
4483 * gdb.linespec/linespec.exp
4484 * gdb.linespec/ls-dollar.exp
4485 * gdb.linespec/ls-errs.exp
4486 * gdb.linespec/skip-two.exp
4487 * gdb.linespec/thread.exp
4488 * gdb.mi/mi-async.exp
4489 * gdb.mi/mi-basics.exp
4490 * gdb.mi/mi-break.exp
4491 * gdb.mi/mi-catch-load.exp
4492 * gdb.mi/mi-cli.exp
4493 * gdb.mi/mi-cmd-param-changed.exp
4494 * gdb.mi/mi-console.exp
4495 * gdb.mi/mi-detach.exp
4496 * gdb.mi/mi-disassemble.exp
4497 * gdb.mi/mi-eval.exp
4498 * gdb.mi/mi-file-transfer.exp
4499 * gdb.mi/mi-file.exp
4500 * gdb.mi/mi-fill-memory.exp
4501 * gdb.mi/mi-inheritance-syntax-error.exp
4502 * gdb.mi/mi-linespec-err-cp.exp
4503 * gdb.mi/mi-logging.exp
4504 * gdb.mi/mi-memory-changed.exp
4505 * gdb.mi/mi-read-memory.exp
4506 * gdb.mi/mi-record-changed.exp
4507 * gdb.mi/mi-reg-undefined.exp
4508 * gdb.mi/mi-regs.exp
4509 * gdb.mi/mi-return.exp
4510 * gdb.mi/mi-reverse.exp
4511 * gdb.mi/mi-simplerun.exp
4512 * gdb.mi/mi-solib.exp
4513 * gdb.mi/mi-stack.exp
4514 * gdb.mi/mi-stepi.exp
4515 * gdb.mi/mi-syn-frame.exp
4516 * gdb.mi/mi-until.exp
4517 * gdb.mi/mi-var-block.exp
4518 * gdb.mi/mi-var-child.exp
4519 * gdb.mi/mi-var-cmd.exp
4520 * gdb.mi/mi-var-cp.exp
4521 * gdb.mi/mi-var-display.exp
4522 * gdb.mi/mi-var-invalidate.exp
4523 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4524 * gdb.mi/mi-vla-fortran.exp
4525 * gdb.mi/mi-watch.exp
4526 * gdb.mi/mi2-var-child.exp
4527 * gdb.mi/user-selected-context-sync.exp
4528 * gdb.modula2/unbounded-array.exp
4529 * gdb.multi/dummy-frame-restore.exp
4530 * gdb.multi/multi-arch-exec.exp
4531 * gdb.multi/multi-arch.exp
4532 * gdb.multi/tids.exp
4533 * gdb.multi/watchpoint-multi.exp
4534 * gdb.opencl/callfuncs.exp
4535 * gdb.opencl/convs_casts.exp
4536 * gdb.opencl/datatypes.exp
4537 * gdb.opencl/operators.exp
4538 * gdb.opencl/vec_comps.exp
4539 * gdb.opt/clobbered-registers-O2.exp
4540 * gdb.opt/inline-break.exp
4541 * gdb.opt/inline-bt.exp
4542 * gdb.opt/inline-cmds.exp
4543 * gdb.opt/inline-locals.exp
4544 * gdb.pascal/case-insensitive-symbols.exp
4545 * gdb.pascal/floats.exp
4546 * gdb.pascal/gdb11492.exp
4547 * gdb.python/lib-types.exp
4548 * gdb.python/py-arch.exp
4549 * gdb.python/py-as-string.exp
4550 * gdb.python/py-bad-printers.exp
4551 * gdb.python/py-block.exp
4552 * gdb.python/py-breakpoint-create-fail.exp
4553 * gdb.python/py-breakpoint.exp
4554 * gdb.python/py-caller-is.exp
4555 * gdb.python/py-cmd.exp
4556 * gdb.python/py-explore-cc.exp
4557 * gdb.python/py-explore.exp
4558 * gdb.python/py-finish-breakpoint.exp
4559 * gdb.python/py-finish-breakpoint2.exp
4560 * gdb.python/py-frame-args.exp
4561 * gdb.python/py-frame-inline.exp
4562 * gdb.python/py-frame.exp
4563 * gdb.python/py-framefilter-mi.exp
4564 * gdb.python/py-infthread.exp
4565 * gdb.python/py-lazy-string.exp
4566 * gdb.python/py-linetable.exp
4567 * gdb.python/py-mi-events.exp
4568 * gdb.python/py-mi-objfile.exp
4569 * gdb.python/py-mi.exp
4570 * gdb.python/py-objfile.exp
4571 * gdb.python/py-pp-integral.exp
4572 * gdb.python/py-pp-maint.exp
4573 * gdb.python/py-pp-re-notag.exp
4574 * gdb.python/py-pp-registration.exp
4575 * gdb.python/py-recurse-unwind.exp
4576 * gdb.python/py-strfns.exp
4577 * gdb.python/py-symbol.exp
4578 * gdb.python/py-symtab.exp
4579 * gdb.python/py-sync-interp.exp
4580 * gdb.python/py-typeprint.exp
4581 * gdb.python/py-unwind-maint.exp
4582 * gdb.python/py-unwind.exp
4583 * gdb.python/py-value-cc.exp
4584 * gdb.python/py-xmethods.exp
4585 * gdb.reverse/amd64-tailcall-reverse.exp
4586 * gdb.reverse/break-precsave.exp
4587 * gdb.reverse/break-reverse.exp
4588 * gdb.reverse/consecutive-precsave.exp
4589 * gdb.reverse/consecutive-reverse.exp
4590 * gdb.reverse/finish-precsave.exp
4591 * gdb.reverse/finish-reverse-bkpt.exp
4592 * gdb.reverse/finish-reverse.exp
4593 * gdb.reverse/fstatat-reverse.exp
4594 * gdb.reverse/getresuid-reverse.exp
4595 * gdb.reverse/i386-precsave.exp
4596 * gdb.reverse/i386-reverse.exp
4597 * gdb.reverse/i386-sse-reverse.exp
4598 * gdb.reverse/i387-env-reverse.exp
4599 * gdb.reverse/i387-stack-reverse.exp
4600 * gdb.reverse/insn-reverse.exp
4601 * gdb.reverse/machinestate-precsave.exp
4602 * gdb.reverse/machinestate.exp
4603 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4604 * gdb.reverse/pipe-reverse.exp
4605 * gdb.reverse/readv-reverse.exp
4606 * gdb.reverse/recvmsg-reverse.exp
4607 * gdb.reverse/rerun-prec.exp
4608 * gdb.reverse/s390-mvcle.exp
4609 * gdb.reverse/step-precsave.exp
4610 * gdb.reverse/step-reverse.exp
4611 * gdb.reverse/time-reverse.exp
4612 * gdb.reverse/until-precsave.exp
4613 * gdb.reverse/until-reverse.exp
4614 * gdb.reverse/waitpid-reverse.exp
4615 * gdb.reverse/watch-precsave.exp
4616 * gdb.reverse/watch-reverse.exp
4617 * gdb.rust/generics.exp
4618 * gdb.rust/methods.exp
4619 * gdb.rust/modules.exp
4620 * gdb.rust/simple.exp
4621 * gdb.server/connect-with-no-symbol-file.exp
4622 * gdb.server/ext-attach.exp
4623 * gdb.server/ext-restart.exp
4624 * gdb.server/ext-wrapper.exp
4625 * gdb.server/file-transfer.exp
4626 * gdb.server/server-exec-info.exp
4627 * gdb.server/server-kill.exp
4628 * gdb.server/server-mon.exp
4629 * gdb.server/wrapper.exp
4630 * gdb.stabs/exclfwd.exp
4631 * gdb.stabs/gdb11479.exp
4632 * gdb.threads/clone-new-thread-event.exp
4633 * gdb.threads/corethreads.exp
4634 * gdb.threads/current-lwp-dead.exp
4635 * gdb.threads/dlopen-libpthread.exp
4636 * gdb.threads/gcore-thread.exp
4637 * gdb.threads/sigstep-threads.exp
4638 * gdb.threads/watchpoint-fork.exp
4639 * gdb.trace/actions-changed.exp
4640 * gdb.trace/backtrace.exp
4641 * gdb.trace/change-loc.exp
4642 * gdb.trace/circ.exp
4643 * gdb.trace/collection.exp
4644 * gdb.trace/disconnected-tracing.exp
4645 * gdb.trace/ftrace.exp
4646 * gdb.trace/mi-trace-frame-collected.exp
4647 * gdb.trace/mi-trace-unavailable.exp
4648 * gdb.trace/mi-traceframe-changed.exp
4649 * gdb.trace/mi-tsv-changed.exp
4650 * gdb.trace/no-attach-trace.exp
4651 * gdb.trace/passc-dyn.exp
4652 * gdb.trace/qtro.exp
4653 * gdb.trace/range-stepping.exp
4654 * gdb.trace/read-memory.exp
4655 * gdb.trace/save-trace.exp
4656 * gdb.trace/signal.exp
4657 * gdb.trace/status-stop.exp
4658 * gdb.trace/tfile.exp
4659 * gdb.trace/trace-break.exp
4660 * gdb.trace/trace-buffer-size.exp
4661 * gdb.trace/trace-condition.exp
4662 * gdb.trace/tracefile-pseudo-reg.exp
4663 * gdb.trace/tstatus.exp
4664 * gdb.trace/unavailable.exp
4665 * gdb.trace/while-dyn.exp
4666 * gdb.trace/while-stepping.exp
4667
34c41c68
DE
46682016-12-22 Doug Evans <xdje42@gmail.com>
4669
4670 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4671 and msymbols.
4672
16e69324
YQ
46732016-12-19 Yao Qi <yao.qi@linaro.org>
4674
4675 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4676 (test_with_self): Don't call do_steps_and_nexts, and remove
4677 code about stepping into xmalloc.
4678
f94f411b
YQ
46792016-12-09 Yao Qi <yao.qi@linaro.org>
4680
4681 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4682
46832016-12-09 Yao Qi <yao.qi@linaro.org>
4684
4685 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4686
f1b5deee
PA
46872016-12-09 Pedro Alves <palves@redhat.com>
4688
4689 * gdb.base/all-architectures-0.exp: New file.
4690 * gdb.base/all-architectures-1.exp: New file.
4691 * gdb.base/all-architectures-2.exp: New file.
4692 * gdb.base/all-architectures-3.exp: New file.
4693 * gdb.base/all-architectures-4.exp: New file.
4694 * gdb.base/all-architectures-5.exp: New file.
4695 * gdb.base/all-architectures-6.exp: New file.
4696 * gdb.base/all-architectures-7.exp: New file.
4697 * gdb.base/all-architectures.exp.in: New file.
4698
364ca42e
YQ
46992016-12-09 Yao Qi <yao.qi@linaro.org>
4700
4701 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4702
107c2d62
LM
47032016-12-02 Luis Machado <lgustavo@codesourcery.com>
4704
4705 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4706 possible.
4707 Remove useless pattern-matching code.
4708
df3ee9ca
PA
47092016-12-02 Pedro Alves <palves@redhat.com>
4710
4711 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4712 procedure.
4713 (top level): Call it.
4714
ec835369
PA
47152016-12-02 Pedro Alves <palves@redhat.com>
4716
4717 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4718 New procedure.
4719 (top level): Call it.
4720
01770bbd
PA
47212016-12-02 Pedro Alves <palves@redhat.com>
4722
4723 PR cli/20559
4724 * gdb.base/commands.exp (user_defined_command_args_eval): New
4725 procedure.
4726 (top level): Call it.
4727
008459ea
LM
47282016-12-02 Luis Machado <lgustavo@codesourcery.com>
4729
4730 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4731 timeout handling.
4732
0c1b455e
TT
47332016-12-02 Tom Tromey <tom@tromey.com>
4734
4735 * gdb.dwarf2/main-subprogram.c: New file.
4736 * gdb.dwarf2/main-subprogram.exp: New file.
4737
018572b8
LM
47382016-12-01 Luis Machado <lgustavo@codesourcery.com>
4739
4740 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4741 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4742 gdb_test_no_output for a couple of cases.
4743 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4744
84c93cd5
LM
47452016-12-01 Luis Machado <lgustavo@codesourcery.com>
4746
4747 Fix test names and standardize compilation error messages throughout
4748 the following files:
4749
4750 * gdb.ada/start.exp
4751 * gdb.arch/alpha-step.exp
4752 * gdb.arch/e500-prologue.exp
4753 * gdb.arch/ftrace-insn-reloc.exp
4754 * gdb.arch/gdb1291.exp
4755 * gdb.arch/gdb1431.exp
4756 * gdb.arch/gdb1558.exp
4757 * gdb.arch/i386-dr3-watch.exp
4758 * gdb.arch/i386-sse-stack-align.exp
4759 * gdb.arch/ia64-breakpoint-shadow.exp
4760 * gdb.arch/pa-nullify.exp
4761 * gdb.arch/powerpc-aix-prologue.exp
4762 * gdb.arch/thumb-bx-pc.exp
4763 * gdb.base/annota1.exp
4764 * gdb.base/annota3.exp
4765 * gdb.base/arrayidx.exp
4766 * gdb.base/assign.exp
4767 * gdb.base/attach.exp
4768 * gdb.base/auxv.exp
4769 * gdb.base/bang.exp
4770 * gdb.base/bfp-test.exp
4771 * gdb.base/bigcore.exp
4772 * gdb.base/bitfields2.exp
4773 * gdb.base/break-fun-addr.exp
4774 * gdb.base/break-probes.exp
4775 * gdb.base/call-rt-st.exp
4776 * gdb.base/callexit.exp
4777 * gdb.base/catch-fork-kill.exp
4778 * gdb.base/charset.exp
4779 * gdb.base/checkpoint.exp
4780 * gdb.base/comprdebug.exp
4781 * gdb.base/constvars.exp
4782 * gdb.base/coredump-filter.exp
4783 * gdb.base/cursal.exp
4784 * gdb.base/cvexpr.exp
4785 * gdb.base/detach.exp
4786 * gdb.base/display.exp
4787 * gdb.base/dmsym.exp
4788 * gdb.base/dprintf-pending.exp
4789 * gdb.base/dso2dso.exp
4790 * gdb.base/dtrace-probe.exp
4791 * gdb.base/dump.exp
4792 * gdb.base/enum_cond.exp
4793 * gdb.base/exe-lock.exp
4794 * gdb.base/exec-invalid-sysroot.exp
4795 * gdb.base/execl-update-breakpoints.exp
4796 * gdb.base/exprs.exp
4797 * gdb.base/fileio.exp
4798 * gdb.base/find.exp
4799 * gdb.base/finish.exp
4800 * gdb.base/fixsection.exp
4801 * gdb.base/foll-vfork.exp
4802 * gdb.base/frame-args.exp
4803 * gdb.base/gcore.exp
4804 * gdb.base/gdb1250.exp
4805 * gdb.base/global-var-nested-by-dso.exp
4806 * gdb.base/gnu-ifunc.exp
4807 * gdb.base/hashline1.exp
4808 * gdb.base/hashline2.exp
4809 * gdb.base/hashline3.exp
4810 * gdb.base/hbreak-in-shr-unsupported.exp
4811 * gdb.base/huge.exp
4812 * gdb.base/infcall-input.exp
4813 * gdb.base/info-fun.exp
4814 * gdb.base/info-shared.exp
4815 * gdb.base/jit-simple.exp
4816 * gdb.base/jit-so.exp
4817 * gdb.base/jit.exp
4818 * gdb.base/jump.exp
4819 * gdb.base/label.exp
4820 * gdb.base/lineinc.exp
4821 * gdb.base/logical.exp
4822 * gdb.base/longjmp.exp
4823 * gdb.base/macscp.exp
4824 * gdb.base/miscexprs.exp
4825 * gdb.base/new-ui-echo.exp
4826 * gdb.base/new-ui-pending-input.exp
4827 * gdb.base/new-ui.exp
4828 * gdb.base/nodebug.exp
4829 * gdb.base/nofield.exp
4830 * gdb.base/offsets.exp
4831 * gdb.base/overlays.exp
4832 * gdb.base/pending.exp
4833 * gdb.base/pointers.exp
4834 * gdb.base/pr11022.exp
4835 * gdb.base/printcmds.exp
4836 * gdb.base/prologue.exp
4837 * gdb.base/ptr-typedef.exp
4838 * gdb.base/realname-expand.exp
4839 * gdb.base/relativedebug.exp
4840 * gdb.base/relocate.exp
4841 * gdb.base/remote.exp
4842 * gdb.base/reread.exp
4843 * gdb.base/return2.exp
4844 * gdb.base/savedregs.exp
4845 * gdb.base/sep.exp
4846 * gdb.base/sepdebug.exp
4847 * gdb.base/sepsymtab.exp
4848 * gdb.base/set-inferior-tty.exp
4849 * gdb.base/setshow.exp
4850 * gdb.base/shlib-call.exp
4851 * gdb.base/sigaltstack.exp
4852 * gdb.base/siginfo-addr.exp
4853 * gdb.base/signals.exp
4854 * gdb.base/signull.exp
4855 * gdb.base/sigrepeat.exp
4856 * gdb.base/so-impl-ld.exp
4857 * gdb.base/solib-display.exp
4858 * gdb.base/solib-overlap.exp
4859 * gdb.base/solib-search.exp
4860 * gdb.base/solib-symbol.exp
4861 * gdb.base/structs.exp
4862 * gdb.base/structs2.exp
4863 * gdb.base/symtab-search-order.exp
4864 * gdb.base/twice.exp
4865 * gdb.base/unload.exp
4866 * gdb.base/varargs.exp
4867 * gdb.base/watchpoint-solib.exp
4868 * gdb.base/watchpoint.exp
4869 * gdb.base/whatis.exp
4870 * gdb.base/wrong_frame_bt_full.exp
4871 * gdb.btrace/dlopen.exp
4872 * gdb.cell/ea-standalone.exp
4873 * gdb.cell/ea-test.exp
4874 * gdb.cp/dispcxx.exp
4875 * gdb.cp/gdb2384.exp
4876 * gdb.cp/method2.exp
4877 * gdb.cp/nextoverthrow.exp
4878 * gdb.cp/pr10728.exp
4879 * gdb.disasm/am33.exp
4880 * gdb.disasm/h8300s.exp
4881 * gdb.disasm/mn10300.exp
4882 * gdb.disasm/sh3.exp
4883 * gdb.dwarf2/dw2-dir-file-name.exp
4884 * gdb.fortran/complex.exp
4885 * gdb.fortran/library-module.exp
4886 * gdb.guile/scm-pretty-print.exp
4887 * gdb.guile/scm-symbol.exp
4888 * gdb.guile/scm-type.exp
4889 * gdb.guile/scm-value.exp
4890 * gdb.linespec/linespec.exp
4891 * gdb.mi/gdb701.exp
4892 * gdb.mi/gdb792.exp
4893 * gdb.mi/mi-breakpoint-changed.exp
4894 * gdb.mi/mi-dprintf-pending.exp
4895 * gdb.mi/mi-dprintf.exp
4896 * gdb.mi/mi-exit-code.exp
4897 * gdb.mi/mi-pending.exp
4898 * gdb.mi/mi-solib.exp
4899 * gdb.mi/new-ui-mi-sync.exp
4900 * gdb.mi/pr11022.exp
4901 * gdb.mi/user-selected-context-sync.exp
4902 * gdb.opt/solib-intra-step.exp
4903 * gdb.python/py-events.exp
4904 * gdb.python/py-finish-breakpoint.exp
4905 * gdb.python/py-mi.exp
4906 * gdb.python/py-prettyprint.exp
4907 * gdb.python/py-shared.exp
4908 * gdb.python/py-symbol.exp
4909 * gdb.python/py-template.exp
4910 * gdb.python/py-type.exp
4911 * gdb.python/py-value.exp
4912 * gdb.reverse/solib-precsave.exp
4913 * gdb.reverse/solib-reverse.exp
4914 * gdb.server/solib-list.exp
4915 * gdb.stabs/weird.exp
4916 * gdb.threads/reconnect-signal.exp
4917 * gdb.threads/stepi-random-signal.exp
4918 * gdb.trace/actions.exp
4919 * gdb.trace/ax.exp
4920 * gdb.trace/backtrace.exp
4921 * gdb.trace/change-loc.exp
4922 * gdb.trace/deltrace.exp
4923 * gdb.trace/ftrace-lock.exp
4924 * gdb.trace/ftrace.exp
4925 * gdb.trace/infotrace.exp
4926 * gdb.trace/mi-tracepoint-changed.exp
4927 * gdb.trace/packetlen.exp
4928 * gdb.trace/passcount.exp
4929 * gdb.trace/pending.exp
4930 * gdb.trace/range-stepping.exp
4931 * gdb.trace/report.exp
4932 * gdb.trace/stap-trace.exp
4933 * gdb.trace/tfind.exp
4934 * gdb.trace/trace-break.exp
4935 * gdb.trace/trace-condition.exp
4936 * gdb.trace/trace-enable-disable.exp
4937 * gdb.trace/trace-mt.exp
4938 * gdb.trace/tracecmd.exp
4939 * gdb.trace/tspeed.exp
4940 * gdb.trace/tsv.exp
4941 * lib/perftest.exp
4942
fb9feb35
LM
49432016-12-01 Luis Machado <lgustavo@codesourcery.com>
4944
4945 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4946 with gdb_test_no_output.
4947 Use command as test name.
4948
cd2ddb6c
LM
49492016-12-01 Luis Machado <lgustavo@codesourcery.com>
4950
4951 Fix test names starting with uppercase throughout the files.
4952
4953 * gdb.ada/assign_1.exp
4954 * gdb.ada/boolean_expr.exp
4955 * gdb.base/arrayidx.exp
4956 * gdb.base/del.exp
4957 * gdb.base/gcore-buffer-overflow.exp
4958 * gdb.base/testenv.exp
4959 * gdb.compile/compile.exp
4960 * gdb.python/py-framefilter-invalidarg.exp
4961 * gdb.python/py-framefilter.exp
4962
bb95117e
LM
49632016-12-01 Luis Machado <lgustavo@codesourcery.com>
4964
4965 Fix test names starting with uppercase throughout the files.
4966
4967 * gdb.ada/array_return.exp
4968 * gdb.ada/expr_delims.exp
4969 * gdb.ada/mi_dyn_arr.exp
4970 * gdb.ada/mi_interface.exp
4971 * gdb.ada/mi_var_array.exp
4972 * gdb.ada/watch_arg.exp
4973 * gdb.arch/alpha-step.exp
4974 * gdb.arch/altivec-regs.exp
4975 * gdb.arch/e500-regs.exp
4976 * gdb.arch/powerpc-d128-regs.exp
4977 * gdb.base/arrayidx.exp
4978 * gdb.base/break.exp
4979 * gdb.base/checkpoint.exp
4980 * gdb.base/debug-expr.exp
4981 * gdb.base/dmsym.exp
4982 * gdb.base/radix.exp
4983 * gdb.base/sepdebug.exp
4984 * gdb.base/testenv.exp
4985 * gdb.base/watch_thread_num.exp
4986 * gdb.base/watchpoint-cond-gone.exp
4987 * gdb.cell/break.exp
4988 * gdb.cell/ea-cache.exp
4989 * gdb.compile/compile.exp
4990 * gdb.cp/gdb2495.exp
4991 * gdb.gdb/selftest.exp
4992 * gdb.gdb/xfullpath.exp
4993 * gdb.go/hello.exp
4994 * gdb.go/integers.exp
4995 * gdb.objc/basicclass.exp
4996 * gdb.pascal/hello.exp
4997 * gdb.pascal/integers.exp
4998 * gdb.python/py-breakpoint.exp
4999 * gdb.python/py-cmd.exp
5000 * gdb.python/py-linetable.exp
5001 * gdb.python/py-xmethods.exp
5002 * gdb.python/python.exp
5003 * gdb.reverse/consecutive-precsave.exp
5004 * gdb.reverse/finish-precsave.exp
5005 * gdb.reverse/i386-precsave.exp
5006 * gdb.reverse/machinestate-precsave.exp
5007 * gdb.reverse/sigall-precsave.exp
5008 * gdb.reverse/solib-precsave.exp
5009 * gdb.reverse/step-precsave.exp
5010 * gdb.reverse/until-precsave.exp
5011 * gdb.reverse/watch-precsave.exp
5012 * gdb.threads/leader-exit.exp
5013 * gdb.threads/pthreads.exp
5014 * gdb.threads/wp-replication.exp
5015 * gdb.trace/actions.exp
5016 * gdb.trace/mi-tsv-changed.exp
5017 * gdb.trace/tsv.exp
5018
de97fdd4
LM
50192016-12-01 Luis Machado <lgustavo@codesourcery.com>
5020
5021 Fix test names starting with uppercase throughout the files.
5022
5023 * gdb.arch/i386-bp_permanent.exp
5024 * gdb.arch/i386-gnu-cfi.exp
5025 * gdb.base/disasm-end-cu.exp
5026 * gdb.base/macscp.exp
5027 * gdb.base/pending.exp
5028 * gdb.base/watch_thread_num.exp
5029 * gdb.cp/exception.exp
5030 * gdb.cp/gdb2495.exp
5031 * gdb.cp/local.exp
5032 * gdb.python/py-evsignal.exp
5033 * gdb.python/python.exp
5034 * gdb.trace/tracecmd.exp
5035
9f058c10
LM
50362016-12-01 Luis Machado <lgustavo@codesourcery.com>
5037
5038 Fix test names starting with uppercase throughout the files.
5039
5040 * gdb.base/charset.exp
5041 * gdb.base/eval.exp
5042 * gdb.base/multi-forks.exp
5043 * gdb.guile/scm-progspace.exp
5044 * gdb.opencl/datatypes.exp
5045 * gdb.python/py-block.exp
5046 * gdb.python/py-function.exp
5047 * gdb.python/py-symbol.exp
5048 * gdb.python/py-symtab.exp
5049 * gdb.python/py-xmethods.exp
5050 * gdb.reverse/break-precsave.exp
5051 * gdb.reverse/break-reverse.exp
5052 * gdb.reverse/consecutive-precsave.exp
5053 * gdb.reverse/consecutive-reverse.exp
5054 * gdb.reverse/finish-precsave.exp
5055 * gdb.reverse/finish-reverse-bkpt.exp
5056 * gdb.reverse/finish-reverse.exp
5057 * gdb.reverse/fstatat-reverse.exp
5058 * gdb.reverse/getresuid-reverse.exp
5059 * gdb.reverse/i386-precsave.exp
5060 * gdb.reverse/i386-reverse.exp
5061 * gdb.reverse/i386-sse-reverse.exp
5062 * gdb.reverse/i387-stack-reverse.exp
5063 * gdb.reverse/insn-reverse.exp
5064 * gdb.reverse/machinestate-precsave.exp
5065 * gdb.reverse/machinestate.exp
5066 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5067 * gdb.reverse/pipe-reverse.exp
5068 * gdb.reverse/readv-reverse.exp
5069 * gdb.reverse/recvmsg-reverse.exp
5070 * gdb.reverse/rerun-prec.exp
5071 * gdb.reverse/s390-mvcle.exp
5072 * gdb.reverse/sigall-precsave.exp
5073 * gdb.reverse/sigall-reverse.exp
5074 * gdb.reverse/solib-precsave.exp
5075 * gdb.reverse/solib-reverse.exp
5076 * gdb.reverse/step-precsave.exp
5077 * gdb.reverse/step-reverse.exp
5078 * gdb.reverse/time-reverse.exp
5079 * gdb.reverse/until-precsave.exp
5080 * gdb.reverse/until-reverse.exp
5081 * gdb.reverse/waitpid-reverse.exp
5082 * gdb.reverse/watch-precsave.exp
5083 * gdb.reverse/watch-reverse.exp
5084
cdc7edd7
LM
50852016-12-01 Luis Machado <lgustavo@codesourcery.com>
5086
5087 Fix test names starting with uppercase throughout the files.
5088
5089 * gdb.arch/i386-mpx-simple_segv.exp
5090 * gdb.arch/i386-mpx.exp
5091 * gdb.arch/i386-permbkpt.exp
5092 * gdb.arch/pa-nullify.exp
5093 * gdb.arch/powerpc-d128-regs.exp
5094 * gdb.arch/vsx-regs.exp
5095 * gdb.base/bfp-test.exp
5096 * gdb.base/break.exp
5097 * gdb.base/breakpoint-shadow.exp
5098 * gdb.base/callfuncs.exp
5099 * gdb.base/charset.exp
5100 * gdb.base/commands.exp
5101 * gdb.base/completion.exp
5102 * gdb.base/dfp-test.exp
5103 * gdb.base/echo.exp
5104 * gdb.base/ending-run.exp
5105 * gdb.base/eval.exp
5106 * gdb.base/expand-psymtabs.exp
5107 * gdb.base/float128.exp
5108 * gdb.base/floatn.exp
5109 * gdb.base/foll-exec-mode.exp
5110 * gdb.base/gdb1056.exp
5111 * gdb.base/gdb11531.exp
5112 * gdb.base/kill-after-signal.exp
5113 * gdb.base/multi-forks.exp
5114 * gdb.base/overlays.exp
5115 * gdb.base/pending.exp
5116 * gdb.base/sepdebug.exp
5117 * gdb.base/testenv.exp
5118 * gdb.base/valgrind-db-attach.exp
5119 * gdb.base/watch_thread_num.exp
5120 * gdb.base/watchpoint-cond-gone.exp
5121 * gdb.base/watchpoint.exp
5122 * gdb.base/watchpoints.exp
5123 * gdb.cp/arg-reference.exp
5124 * gdb.cp/baseenum.exp
5125 * gdb.cp/operator.exp
5126 * gdb.cp/shadow.exp
5127 * gdb.dwarf2/dw2-op-out-param.exp
5128 * gdb.dwarf2/dw2-reg-undefined.exp
5129 * gdb.go/chan.exp
5130 * gdb.go/hello.exp
5131 * gdb.go/integers.exp
5132 * gdb.go/methods.exp
5133 * gdb.go/package.exp
5134 * gdb.guile/scm-parameter.exp
5135 * gdb.guile/scm-progspace.exp
5136 * gdb.guile/scm-value.exp
5137 * gdb.mi/mi-pending.exp
5138 * gdb.mi/user-selected-context-sync.exp
5139 * gdb.multi/multi-attach.exp
5140 * gdb.multi/tids.exp
5141 * gdb.opt/clobbered-registers-O2.exp
5142 * gdb.pascal/floats.exp
5143 * gdb.pascal/integers.exp
5144 * gdb.python/py-block.exp
5145 * gdb.python/py-events.exp
5146 * gdb.python/py-parameter.exp
5147 * gdb.python/py-symbol.exp
5148 * gdb.python/py-symtab.exp
5149 * gdb.python/py-type.exp
5150 * gdb.python/py-value.exp
5151 * gdb.python/py-xmethods.exp
5152 * gdb.python/python.exp
5153 * gdb.reverse/break-precsave.exp
5154 * gdb.reverse/consecutive-precsave.exp
5155 * gdb.reverse/finish-precsave.exp
5156 * gdb.reverse/i386-precsave.exp
5157 * gdb.reverse/machinestate-precsave.exp
5158 * gdb.reverse/sigall-precsave.exp
5159 * gdb.reverse/solib-precsave.exp
5160 * gdb.reverse/step-precsave.exp
5161 * gdb.reverse/until-precsave.exp
5162 * gdb.reverse/watch-precsave.exp
5163 * gdb.server/ext-attach.exp
5164 * gdb.server/ext-restart.exp
5165 * gdb.server/ext-run.exp
5166 * gdb.server/ext-wrapper.exp
5167 * gdb.stabs/gdb11479.exp
5168 * gdb.stabs/weird.exp
5169 * gdb.threads/attach-many-short-lived-threads.exp
5170 * gdb.threads/kill.exp
5171 * gdb.threads/watchpoint-fork.exp
5172
bc6c7af4
LM
51732016-12-01 Luis Machado <lgustavo@codesourcery.com>
5174
5175 Fix test names starting with uppercase throughout all the files below.
5176
5177 * gdb.ada/array_return.exp
5178 * gdb.ada/catch_ex.exp
5179 * gdb.ada/info_exc.exp
5180 * gdb.ada/mi_catch_ex.exp
5181 * gdb.ada/mi_dyn_arr.exp
5182 * gdb.ada/mi_ex_cond.exp
5183 * gdb.ada/mi_exc_info.exp
5184 * gdb.ada/mi_interface.exp
5185 * gdb.ada/mi_task_arg.exp
5186 * gdb.ada/mi_task_info.exp
5187 * gdb.ada/mi_var_array.exp
5188 * gdb.arch/alpha-step.exp
5189 * gdb.arch/amd64-disp-step.exp
5190 * gdb.arch/arm-disp-step.exp
5191 * gdb.arch/disp-step-insn-reloc.exp
5192 * gdb.arch/e500-prologue.exp
5193 * gdb.arch/ftrace-insn-reloc.exp
5194 * gdb.arch/gdb1558.exp
5195 * gdb.arch/i386-bp_permanent.exp
5196 * gdb.arch/i386-disp-step.exp
5197 * gdb.arch/i386-float.exp
5198 * gdb.arch/i386-gnu-cfi.exp
5199 * gdb.arch/ia64-breakpoint-shadow.exp
5200 * gdb.arch/mips16-thunks.exp
5201 * gdb.arch/pa-nullify.exp
5202 * gdb.arch/powerpc-aix-prologue.exp
5203 * gdb.arch/powerpc-power.exp
5204 * gdb.arch/ppc-dfp.exp
5205 * gdb.arch/s390-tdbregs.exp
5206 * gdb.arch/spu-info.exp
5207 * gdb.arch/spu-ls.exp
5208 * gdb.arch/thumb-bx-pc.exp
5209 * gdb.base/advance.exp
5210 * gdb.base/annota-input-while-running.exp
5211 * gdb.base/arrayidx.exp
5212 * gdb.base/asmlabel.exp
5213 * gdb.base/async.exp
5214 * gdb.base/attach-wait-input.exp
5215 * gdb.base/auto-connect-native-target.exp
5216 * gdb.base/batch-preserve-term-settings.exp
5217 * gdb.base/bfp-test.exp
5218 * gdb.base/bigcore.exp
5219 * gdb.base/bp-permanent.exp
5220 * gdb.base/break-always.exp
5221 * gdb.base/break-fun-addr.exp
5222 * gdb.base/break-idempotent.exp
5223 * gdb.base/break-main-file-remove-fail.exp
5224 * gdb.base/break-probes.exp
5225 * gdb.base/break-unload-file.exp
5226 * gdb.base/break.exp
5227 * gdb.base/call-ar-st.exp
5228 * gdb.base/call-rt-st.exp
5229 * gdb.base/call-sc.exp
5230 * gdb.base/call-signal-resume.exp
5231 * gdb.base/call-strs.exp
5232 * gdb.base/callexit.exp
5233 * gdb.base/callfuncs.exp
5234 * gdb.base/catch-gdb-caused-signals.exp
5235 * gdb.base/catch-signal-siginfo-cond.exp
5236 * gdb.base/catch-syscall.exp
5237 * gdb.base/compare-sections.exp
5238 * gdb.base/cond-eval-mode.exp
5239 * gdb.base/condbreak-call-false.exp
5240 * gdb.base/consecutive-step-over.exp
5241 * gdb.base/cursal.exp
5242 * gdb.base/disabled-location.exp
5243 * gdb.base/disasm-end-cu.exp
5244 * gdb.base/display.exp
5245 * gdb.base/double-prompt-target-event-error.exp
5246 * gdb.base/dprintf-bp-same-addr.exp
5247 * gdb.base/dprintf-detach.exp
5248 * gdb.base/dprintf-next.exp
5249 * gdb.base/dprintf-non-stop.exp
5250 * gdb.base/dprintf-pending.exp
5251 * gdb.base/dso2dso.exp
5252 * gdb.base/ending-run.exp
5253 * gdb.base/enum_cond.exp
5254 * gdb.base/examine-backward.exp
5255 * gdb.base/exe-lock.exp
5256 * gdb.base/exec-invalid-sysroot.exp
5257 * gdb.base/execl-update-breakpoints.exp
5258 * gdb.base/execution-termios.exp
5259 * gdb.base/fileio.exp
5260 * gdb.base/fixsection.exp
5261 * gdb.base/foll-exec-mode.exp
5262 * gdb.base/foll-exec.exp
5263 * gdb.base/fork-running-state.exp
5264 * gdb.base/frame-args.exp
5265 * gdb.base/fullpath-expand.exp
5266 * gdb.base/func-ptr.exp
5267 * gdb.base/gcore-relro-pie.exp
5268 * gdb.base/gdb1090.exp
5269 * gdb.base/gdb1555.exp
5270 * gdb.base/global-var-nested-by-dso.exp
5271 * gdb.base/gnu-ifunc.exp
5272 * gdb.base/hbreak-in-shr-unsupported.exp
5273 * gdb.base/hbreak-unmapped.exp
5274 * gdb.base/hook-stop.exp
5275 * gdb.base/infcall-input.exp
5276 * gdb.base/info-fun.exp
5277 * gdb.base/info-shared.exp
5278 * gdb.base/interrupt-noterm.exp
5279 * gdb.base/jit-so.exp
5280 * gdb.base/jit.exp
5281 * gdb.base/line-symtabs.exp
5282 * gdb.base/list.exp
5283 * gdb.base/longjmp.exp
5284 * gdb.base/macscp.exp
5285 * gdb.base/max-value-size.exp
5286 * gdb.base/nodebug.exp
5287 * gdb.base/nofield.exp
5288 * gdb.base/overlays.exp
5289 * gdb.base/paginate-after-ctrl-c-running.exp
5290 * gdb.base/paginate-bg-execution.exp
5291 * gdb.base/paginate-inferior-exit.exp
5292 * gdb.base/pending.exp
5293 * gdb.base/pr11022.exp
5294 * gdb.base/printcmds.exp
5295 * gdb.base/ptr-typedef.exp
5296 * gdb.base/ptype.exp
5297 * gdb.base/randomize.exp
5298 * gdb.base/range-stepping.exp
5299 * gdb.base/realname-expand.exp
5300 * gdb.base/relativedebug.exp
5301 * gdb.base/remote.exp
5302 * gdb.base/savedregs.exp
5303 * gdb.base/sepdebug.exp
5304 * gdb.base/set-noassign.exp
5305 * gdb.base/shlib-call.exp
5306 * gdb.base/shreloc.exp
5307 * gdb.base/sigaltstack.exp
5308 * gdb.base/sigbpt.exp
5309 * gdb.base/siginfo-addr.exp
5310 * gdb.base/siginfo-obj.exp
5311 * gdb.base/siginfo-thread.exp
5312 * gdb.base/signest.exp
5313 * gdb.base/signull.exp
5314 * gdb.base/sigrepeat.exp
5315 * gdb.base/skip.exp
5316 * gdb.base/so-impl-ld.exp
5317 * gdb.base/solib-corrupted.exp
5318 * gdb.base/solib-disc.exp
5319 * gdb.base/solib-display.exp
5320 * gdb.base/solib-overlap.exp
5321 * gdb.base/solib-search.exp
5322 * gdb.base/solib-symbol.exp
5323 * gdb.base/source-execution.exp
5324 * gdb.base/sss-bp-on-user-bp-2.exp
5325 * gdb.base/sss-bp-on-user-bp.exp
5326 * gdb.base/stack-checking.exp
5327 * gdb.base/stale-infcall.exp
5328 * gdb.base/step-break.exp
5329 * gdb.base/step-line.exp
5330 * gdb.base/step-over-exit.exp
5331 * gdb.base/step-test.exp
5332 * gdb.base/structs.exp
5333 * gdb.base/sym-file.exp
5334 * gdb.base/symtab-search-order.exp
5335 * gdb.base/term.exp
5336 * gdb.base/type-opaque.exp
5337 * gdb.base/unload.exp
5338 * gdb.base/until-nodebug.exp
5339 * gdb.base/until.exp
5340 * gdb.base/unwindonsignal.exp
5341 * gdb.base/watch-cond.exp
5342 * gdb.base/watch-non-mem.exp
5343 * gdb.base/watch_thread_num.exp
5344 * gdb.base/watchpoint-reuse-slot.exp
5345 * gdb.base/watchpoint-solib.exp
5346 * gdb.base/watchpoint.exp
5347 * gdb.btrace/dlopen.exp
5348 * gdb.cell/arch.exp
5349 * gdb.cell/break.exp
5350 * gdb.cell/bt.exp
5351 * gdb.cell/core.exp
5352 * gdb.cell/data.exp
5353 * gdb.cell/dwarfaddr.exp
5354 * gdb.cell/ea-cache.exp
5355 * gdb.cell/ea-standalone.exp
5356 * gdb.cell/ea-test.exp
5357 * gdb.cell/f-regs.exp
5358 * gdb.cell/fork.exp
5359 * gdb.cell/gcore.exp
5360 * gdb.cell/mem-access.exp
5361 * gdb.cell/ptype.exp
5362 * gdb.cell/registers.exp
5363 * gdb.cell/sizeof.exp
5364 * gdb.cell/solib-symbol.exp
5365 * gdb.cell/solib.exp
5366 * gdb.compile/compile-tls.exp
5367 * gdb.cp/exception.exp
5368 * gdb.cp/gdb2495.exp
5369 * gdb.cp/local.exp
5370 * gdb.cp/mb-inline.exp
5371 * gdb.cp/mb-templates.exp
5372 * gdb.cp/pr10687.exp
5373 * gdb.cp/pr9167.exp
5374 * gdb.cp/scope-err.exp
5375 * gdb.cp/templates.exp
5376 * gdb.cp/virtfunc.exp
5377 * gdb.dwarf2/dw2-dir-file-name.exp
5378 * gdb.dwarf2/dw2-single-line-discriminators.exp
5379 * gdb.fortran/complex.exp
5380 * gdb.fortran/library-module.exp
5381 * gdb.guile/guile.exp
5382 * gdb.guile/scm-cmd.exp
5383 * gdb.guile/scm-frame-inline.exp
5384 * gdb.guile/scm-objfile.exp
5385 * gdb.guile/scm-pretty-print.exp
5386 * gdb.guile/scm-symbol.exp
5387 * gdb.guile/scm-type.exp
5388 * gdb.guile/scm-value.exp
5389 * gdb.linespec/keywords.exp
5390 * gdb.linespec/ls-errs.exp
5391 * gdb.linespec/macro-relative.exp
5392 * gdb.linespec/thread.exp
5393 * gdb.mi/mi-breakpoint-changed.exp
5394 * gdb.mi/mi-dprintf-pending.exp
5395 * gdb.mi/mi-fullname-deleted.exp
5396 * gdb.mi/mi-logging.exp
5397 * gdb.mi/mi-pending.exp
5398 * gdb.mi/mi-solib.exp
5399 * gdb.mi/new-ui-mi-sync.exp
5400 * gdb.mi/user-selected-context-sync.exp
5401 * gdb.multi/dummy-frame-restore.exp
5402 * gdb.multi/multi-arch-exec.exp
5403 * gdb.multi/remove-inferiors.exp
5404 * gdb.multi/watchpoint-multi-exit.exp
5405 * gdb.opt/solib-intra-step.exp
5406 * gdb.perf/backtrace.exp
5407 * gdb.perf/single-step.exp
5408 * gdb.perf/skip-command.exp
5409 * gdb.perf/skip-prologue.exp
5410 * gdb.perf/solib.exp
5411 * gdb.python/lib-types.exp
5412 * gdb.python/py-as-string.exp
5413 * gdb.python/py-bad-printers.exp
5414 * gdb.python/py-block.exp
5415 * gdb.python/py-breakpoint.exp
5416 * gdb.python/py-cmd.exp
5417 * gdb.python/py-events.exp
5418 * gdb.python/py-evthreads.exp
5419 * gdb.python/py-finish-breakpoint.exp
5420 * gdb.python/py-finish-breakpoint2.exp
5421 * gdb.python/py-frame-inline.exp
5422 * gdb.python/py-frame.exp
5423 * gdb.python/py-inferior.exp
5424 * gdb.python/py-infthread.exp
5425 * gdb.python/py-mi.exp
5426 * gdb.python/py-objfile.exp
5427 * gdb.python/py-pp-maint.exp
5428 * gdb.python/py-pp-registration.exp
5429 * gdb.python/py-prettyprint.exp
5430 * gdb.python/py-recurse-unwind.exp
5431 * gdb.python/py-shared.exp
5432 * gdb.python/py-symbol.exp
5433 * gdb.python/py-symtab.exp
5434 * gdb.python/py-template.exp
5435 * gdb.python/py-type.exp
5436 * gdb.python/py-unwind-maint.exp
5437 * gdb.python/py-unwind.exp
5438 * gdb.python/py-value.exp
5439 * gdb.python/python.exp
5440 * gdb.reverse/finish-reverse-bkpt.exp
5441 * gdb.reverse/insn-reverse.exp
5442 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5443 * gdb.reverse/solib-precsave.exp
5444 * gdb.reverse/solib-reverse.exp
5445 * gdb.stabs/gdb11479.exp
5446 * gdb.stabs/weird.exp
5447 * gdb.threads/fork-child-threads.exp
5448 * gdb.threads/fork-plus-threads.exp
5449 * gdb.threads/fork-thread-pending.exp
5450 * gdb.threads/forking-threads-plus-breakpoint.exp
5451 * gdb.threads/hand-call-in-threads.exp
5452 * gdb.threads/interrupted-hand-call.exp
5453 * gdb.threads/linux-dp.exp
5454 * gdb.threads/local-watch-wrong-thread.exp
5455 * gdb.threads/next-while-other-thread-longjmps.exp
5456 * gdb.threads/non-ldr-exit.exp
5457 * gdb.threads/pending-step.exp
5458 * gdb.threads/print-threads.exp
5459 * gdb.threads/process-dies-while-detaching.exp
5460 * gdb.threads/process-dies-while-handling-bp.exp
5461 * gdb.threads/pthreads.exp
5462 * gdb.threads/queue-signal.exp
5463 * gdb.threads/reconnect-signal.exp
5464 * gdb.threads/signal-command-handle-nopass.exp
5465 * gdb.threads/signal-command-multiple-signals-pending.exp
5466 * gdb.threads/signal-delivered-right-thread.exp
5467 * gdb.threads/signal-sigtrap.exp
5468 * gdb.threads/sigthread.exp
5469 * gdb.threads/staticthreads.exp
5470 * gdb.threads/stepi-random-signal.exp
5471 * gdb.threads/thread-unwindonsignal.exp
5472 * gdb.threads/thread_check.exp
5473 * gdb.threads/thread_events.exp
5474 * gdb.threads/tid-reuse.exp
5475 * gdb.threads/tls-nodebug.exp
5476 * gdb.threads/tls-shared.exp
5477 * gdb.threads/tls-so_extern.exp
5478 * gdb.threads/tls.exp
5479 * gdb.threads/wp-replication.exp
5480 * gdb.trace/actions-changed.exp
5481 * gdb.trace/actions.exp
5482 * gdb.trace/backtrace.exp
5483 * gdb.trace/change-loc.exp
5484 * gdb.trace/collection.exp
5485 * gdb.trace/deltrace.exp
5486 * gdb.trace/disconnected-tracing.exp
5487 * gdb.trace/entry-values.exp
5488 * gdb.trace/ftrace-lock.exp
5489 * gdb.trace/ftrace.exp
5490 * gdb.trace/infotrace.exp
5491 * gdb.trace/mi-trace-frame-collected.exp
5492 * gdb.trace/mi-trace-unavailable.exp
5493 * gdb.trace/mi-traceframe-changed.exp
5494 * gdb.trace/mi-tracepoint-changed.exp
5495 * gdb.trace/mi-tsv-changed.exp
5496 * gdb.trace/no-attach-trace.exp
5497 * gdb.trace/packetlen.exp
5498 * gdb.trace/passc-dyn.exp
5499 * gdb.trace/passcount.exp
5500 * gdb.trace/pending.exp
5501 * gdb.trace/pr16508.exp
5502 * gdb.trace/qtro.exp
5503 * gdb.trace/range-stepping.exp
5504 * gdb.trace/read-memory.exp
5505 * gdb.trace/report.exp
5506 * gdb.trace/save-trace.exp
5507 * gdb.trace/signal.exp
5508 * gdb.trace/stap-trace.exp
5509 * gdb.trace/status-stop.exp
5510 * gdb.trace/strace.exp
5511 * gdb.trace/tfile.exp
5512 * gdb.trace/tfind.exp
5513 * gdb.trace/trace-break.exp
5514 * gdb.trace/trace-condition.exp
5515 * gdb.trace/trace-enable-disable.exp
5516 * gdb.trace/trace-mt.exp
5517 * gdb.trace/tracecmd.exp
5518 * gdb.trace/tracefile-pseudo-reg.exp
5519 * gdb.trace/tspeed.exp
5520 * gdb.trace/tstatus.exp
5521 * gdb.trace/tsv.exp
5522 * gdb.trace/unavailable.exp
5523 * gdb.trace/while-dyn.exp
5524 * gdb.trace/while-stepping.exp
5525 * lib/gdb-guile.exp
5526 * lib/gdb.exp
5527 * lib/mi-support.exp
5528 * lib/pascal.exp
5529 * lib/perftest.exp
5530 * lib/prelink-support.exp
5531 * lib/selftest-support.exp
5532
ad02e4fe
SM
55332016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5534
5535 * Makefile.in: Include disable-implicit-rules.mk.
5536
22347e55
AA
55372016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5538
5539 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5540 non-byte-aligned bit fields.
5541
da5b30da
AA
55422016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5543
5544 PR gdb/12616
5545 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5546 respects the DW_AT_data_bit_offset attribute.
5547
b593ecca
SM
55482016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5549
5550 * gdb.base/default.exp: Fix output of "set language".
5551
3b165252
SM
55522016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5553
5554 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5555 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5556 make.
5557 * configure.ac: Remove checks for the make program.
5558 * configure: Re-generate.
5559
1a2f3d7f
KB
55602016-11-16 Kevin Buettner <kevinb@redhat.com>
5561
5562 * gdb.python/py-recurse-unwind.c (main): Add loop.
5563 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5564 to read_register() and gdb.parse_and_eval(). Make each code
5565 call a separate case that can be individually tested.
5566 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5567 proc. Call cont_and_backtrace for each of the code paths that
5568 we want to test in the unwinder.
5569
b7f38fda
AA
55702016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5571
5572 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5573 the definition of struct S.
5574
1f8db343
CM
55752016-11-11 Catherine Moore <clm@codesourcery.com>
5576
5577 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5578
fad0c9fb
PA
55792016-11-09 Pedro Alves <palves@redhat.com>
5580
5581 * gdb.base/commands.exp (runto_or_return): New procedure.
5582 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5583 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5584 (progvar_simple_while_test, progvar_complex_if_while_test)
5585 (if_while_breakpoint_command_test)
5586 (infrun_breakpoint_command_test, breakpoint_command_test)
5587 (user_defined_command_test, watchpoint_command_test)
5588 (test_command_prompt_position, redefine_hook_test)
5589 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5590 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5591 multi_line_input and multi_line. Remove gdb_expect and
5592 gdb_stop_suppressing_tests uses.
5593 * lib/gdb.exp (valnum_re): New global.
5594 (multi_line_input): New procedure.
5595
8354c62c
SM
55962016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5597
5598 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5599 Remove.
5600 (test_setup): Define with proc_with_prefix.
5601 (test_cli_inferior): Likewise.
5602 (test_cli_thread): Likewise.
5603 (test_cli_frame): Likewise.
5604 (test_cli_select_frame): Likewise.
5605 (test_cli_up_down): Likewise.
5606 (test_mi_thread_select): Likewise.
5607 (test_mi_stack_select_frame): Likewise.
5608 (test_cli_in_mi_inferior): Likewise.
5609 (test_cli_in_mi_thread): Likewise.
5610 (test_cli_in_mi_frame): Likewise.
5611 (top level): Do not use with_test_prefix_procname.
5612
64f367a2
PA
56132016-11-09 Pedro Alves <palves@redhat.com>
5614
5615 * gdb.base/commands.exp (gdbvar_simple_if_test)
5616 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5617 (progvar_simple_if_test, progvar_simple_while_test)
5618 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5619 (infrun_breakpoint_command_test, breakpoint_command_test)
5620 (user_defined_command_test, watchpoint_command_test)
5621 (test_command_prompt_position, deprecated_command_test)
5622 (bp_deleted_in_command, temporary_breakpoint_commands)
5623 (stray_arg0_test, source_file_with_indented_comment)
5624 (recursive_source_test, if_commands_test)
5625 (error_clears_commands_left, redefine_hook_test)
5626 (redefine_backtrace_test): Use proc_with_prefix.
5627 * lib/gdb.exp (proc_with_prefix): New proc.
5628
0bb65f1e
AA
56292016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5630
5631 * gdb.base/tui-layout.c: New file.
5632 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5633 disassembly window contains very long lines.
5634
7353f247
TT
56352016-11-08 Tom Tromey <tom@tromey.com>
5636
5637 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5638 depend on Python 2.
5639
30a7bb83
TT
56402016-11-08 Tom Tromey <tom@tromey.com>
5641
5642 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5643 New method.
5644
cdf5a07c
MG
56452016-10-29 Manish Goregaokar <manish@mozilla.com>
5646
2806dc7e 5647 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 5648
51a789c3
MG
56492016-10-27 Manish Goregaokar <manish@mozilla.com>
5650
2806dc7e
PA
5651 * gdb.rust/simple.rs: Add test for univariant enums without
5652 discriminants and for encoded struct-like enums.
51a789c3 5653
f610ab6d
PA
56542016-10-28 Pedro Alves <palves@redhat.com>
5655
5656 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5657 gdb_test_multiple, tighten regexps and match symtabs and line
5658 tables incrementally.
5659
b129b0ca
LM
56602016-10-28 Luis Machado <lgustavo@codesourcery.com>
5661
5662 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5663 general.
5664
ecf45d2c
SL
56652016-10-25 Luis Machado <lgustavo@codesourcery.com>
5666
5667 * gdb.base/exec-invalid-sysroot.exp: New file.
5668
b8d38ee4
JK
56692016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5670
5671 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5672
f90fd8c2
JK
56732016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5674
5675 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5676
2d2476aa
MR
56772016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5678
2806dc7e
PA
5679 * gdb.base/killed-outside.exp: Remove $options from a call to
5680 `prepare_for_testing'.
2d2476aa 5681
e42b25a0
SM
56822016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5683
5684 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5685 Change test message.
5686
3ccdb432
SM
56872016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5688
5689 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5690 Update comment.
5691
5bad3170
SM
56922016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5693
5694 * gdb.trace/mi-trace-save.exp: New file.
5695
5ad9dba7
YQ
56962016-10-13 Yao Qi <yao.qi@linaro.org>
5697
5698 * gdb.base/code_elim.exp (get_var_address): Remove.
5699 * gdb.base/relocate.exp: Likewise.
5700 * gdb.base/shreloc.exp: Likewise.
5701 * lib/gdb.exp (get_var_address): New.
5702
62df7e21
YQ
57032016-10-13 Yao Qi <yao.qi@linaro.org>
5704
5705 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5706 floating point tests if $skip_float_test is false.
5707
4dac951e
LM
57082016-10-12 Luis Machado <lgustavo@codesourcery.com>
5709
5710 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5711 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5712 argc values.
5713 Add 1 to argc so we guarantee distinct initial/modified argc values.
5714
8f1a8fc4
JK
57152016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5716
5717 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5718
16c85b5d
JK
57192016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5720
5721 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5722 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5723 * gdb.arch/vsx-regs.exp: Likewise.
5724
1d0e042a
YQ
57252016-10-07 Yao Qi <yao.qi@linaro.org>
5726
5727 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5728
68dadef5
MM
57292016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5730
5731 * gdb.python/python.exp: Test decode_line("*0").
5732
33fa2c6e
DE
57332016-10-06 Doug Evans <dje@google.com>
5734
5735 * gdb.python/py-value.exp (test_value_creation): Add test for large
5736 unsigned 64-bit value.
5737
9c37b5ae
TT
57382016-10-06 Tom Tromey <tom@tromey.com>
5739
5740 * gdb.compile/compile.exp: Change java tests to rust.
5741 * gdb.base/setshow.exp: Change java tests to rust.
5742 * gdb.base/default.exp: Remove java from language list.
5743 * README (Examples): Update language example.
5744 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5745 test.
5746 * lib/gdb.exp (skip_java_tests): Remove.
5747 * lib/java.exp: Remove.
5748 * gdb.java: Remove.
5749
78b86327
MR
57502016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5751
5752 * gdb.arch/mips-fcr.exp: New test.
5753 * gdb.arch/mips-fcr.c: Source for the new test.
5754
7470adbb
MR
57552016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5756
5757 * gdb.base/solib-disc.exp: Use `standard_output_file'
5758 throughout.
5759
4a556533
PA
57602016-10-06 Pedro Alves <palves@redhat.com>
5761
5762 * gdb.base/jit-simple-dl.c: New file.
5763 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5764 * gdb.base/jit-simple.c: ... this.
5765 * gdb.base/jit-simple.exp (jit_run): Delete.
5766 (build_jit): New proc.
5767 (jit_test_reread): Recompile either the main program or the shared
5768 library, depending on what is being tested. Skip changing address
5769 if caller wants to. Compare before/after addresses. If testing
5770 standalone, explicitly load the binary. Test "maint info
5771 breakpoints".
5772 (top level): Add "standalone vs shared lib" and "change address"
5773 vs "same address" axes.
5774
5a122fbc
PA
57752016-10-06 Pedro Alves <palves@redhat.com>
5776
5777 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5778 call.
5779 (jit_run): Delete.
5780 (jit_test_reread): Use with_test_prefix. Reload the main binary
5781 explicitly. Compare the before/after addresses of the JIT
5782 descriptor.
5783
ee8da4b8
DE
57842016-08-15 Doug Evans <dje@google.com>
5785
5786 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5787 for single bitfields is bool.
5788 * gdb.xml/tdesc-regs.exp: Ditto.
5789
f389f6fe
JK
57902016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5791
5792 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5793
fdebf1a4
YQ
57942016-10-05 Yao Qi <yao.qi@linaro.org>
5795
5796 * lib/gdb.exp (support_complex_tests): Return zero if
5797 gdb_skip_float_test return true.
5798
9c36d954 57992016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5800 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
5801
5802 PR gdb/20487
5803 * gdb.mi/user-selected-context-sync.exp: New file.
5804 * gdb.mi/user-selected-context-sync.c: New file.
5805
4034d0ff 58062016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5807 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
5808
5809 PR gdb/20487
5810 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5811 =thread-select-event check.
5812
a4297203
PB
58132016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5814
5815 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5816 the compulsory L operand changes.
5817 * gdb.arch/powerpc-power.s: Likewise.
5818
bb805577
JK
58192016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5820
5821 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5822 * gdb.base/jit-attach-pie.c: New file.
5823 * gdb.base/jit-attach-pie.exp: New file.
5824
6d61dee5
PA
58252016-09-28 Pedro Alves <palves@redhat.com>
5826
5827 * gdb.base/infcall-input.c: New file.
5828 * gdb.base/infcall-input.exp: New file.
5829
f73842fc
YQ
58302016-09-22 Yao Qi <yao.qi@linaro.org>
5831
5832 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5833 (gdb_exit): Rename it to ...
5834 (gdbserver_gdb_exit): ... Close GDBserver.
5835 (gdb_exit): New proc, call gdbserver_gdb_exit.
5836 (mi_gdb_exit): Likewise.
5837
90681dab
YQ
58382016-09-22 Yao Qi <yao.qi@linaro.org>
5839
5840 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5841 path.
5842 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5843 Remove duplication.
5844
9c211fd8
YQ
58452016-09-22 Yao Qi <yao.qi@linaro.org>
5846
5847 * lib/gdbserver-support.exp: Check the existence of
5848 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5849
ad0a504f
AK
58502016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5851
5852 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5853
36cf1806
TT
58542016-09-21 Tom Tromey <tom@tromey.com>
5855
5856 PR gdb/20604:
5857 * gdb.base/quit.exp: New file.
5858
74172ecf
SM
58592016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5860
5861 * .gitignore: New file.
5862
3d0ec882
MR
58632016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5864
5865 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5866 throughout.
5867
8193adea
AA
58682016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5869
5870 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5871
d41a5c09
JK
58722016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5873
5874 * gdb.cp/casts.cc (decltype): Move it ...
5875 (main): ... with its call to ...
5876 * gdb.cp/casts03.cc: ... a new file.
5877 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5878
d2dfe700
JK
58792016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5880
5881 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5882
e2a92b16
PB
58832016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5884
5885 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5886 and sync up the test with tests in gas/testsuite/gas/ppc.
5887 * gdb.arch/powerpc-power.exp: Likewise.
5888
49b4de64
JK
58892016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5890
5891 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5892
2c29df25
SDJ
58932016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5894 Jan Kratochvil <jan.kratochvil@redhat.com>
5895
5896 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5897 make m1's definition to be different from m2's. Use 'dummy' as an
5898 argument for probe 'two'.
5899
cc3c2846
JB
59002016-09-10 Jon Beniston <jon@beniston.com>
5901
5902 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5903 for sim target.
5904
e1b2624a
AA
59052016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5906
5907 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5908 variable declaration.
5909 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5910 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5911 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5912 received HWCAP as its argument.
5913
4295e285
PA
59142016-09-06 Pedro Alves <palves@redhat.com>
5915
5916 * gdb.base/new-ui-pending-input.c: New file.
5917 * gdb.base/new-ui-pending-input.exp: New file.
5918 * gdb.exp (clear_gdb_spawn_id): New procedure.
5919 (with_spawn_id): Check whether gdb_spawn_id exists before
5920 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5921 on exit.
5922
00d5215e
UW
59232016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5924
5925 * gdb.base/float128.c: New file.
5926 * gdb.base/float128.exp: Likewise.
5927 * gdb.base/floatn.c: Likewise.
5928 * gdb.base/floatn.exp: Likewise.
5929
a9ff5f12
UW
59302016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5931
5932 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5933
f245535c
PA
59342016-09-05 Pedro Alves <palves@redhat.com>
5935
5936 PR backtrace/19927
5937 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5938 unwinders are immediately called as side effect of "source" or
5939 "disable unwinder" commands.
5940 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5941
ae9cf263
YQ
59422016-09-02 Yao Qi <yao.qi@linaro.org>
5943
5944 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5945 is true and $type is "float" or "double".
5946
27aba047
YQ
59472016-09-02 Yao Qi <yao.qi@linaro.org>
5948
5949 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5950 true.
5951 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5952 * gdb.base/call-rt-st.exp: Likewise.
5953 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5954 return value instead of gdb,skip_float_test.
5955 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5956 (do_function_calls): Use its return value instead of
5957 gdb,skip_float_test.
5958 * gdb.base/finish.exp: Likewise.
5959 * gdb.base/funcargs.exp: Likewise.
5960 * gdb.base/return.exp: Likewise.
5961 * gdb.base/return2.exp: Likewise.
5962 * gdb.base/varargs.exp: Likewise.
5963 * lib/gdb.exp (gdb_skip_float_test): Change it to
5964 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5965
5af962df
AA
59662016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5967
5968 * gdb.multi/tids.exp: Test "thread apply all".
5969
7fac6910
JK
59702016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5971
5972 * gdb.base/default.exp (tty): Remove.
5973
bb1fe4ac
KB
59742016-08-24 Kevin Buettner <kevinb@redhat.com>
5975
2806dc7e
PA
5976 * gdb.python/py-recurse-unwind.c: New file.
5977 * gdb.python/py-recurse-unwind.py: New file.
5978 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 5979
0a1ddfa6
SM
59802016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5981
5982 * gdb.base/set-inferior-tty.exp: New file.
5983 * gdb.base/set-inferior-tty.c: New file.
5984
d9de1fe3
PA
59852016-08-23 Pedro Alves <palves@redhat.com>
5986
5987 PR gdb/20494
5988 * gdb.base/new-ui-echo.c: New file.
5989 * gdb.base/new-ui-echo.exp: New file.
5990
e9d9abd7
YQ
59912016-08-23 Yao Qi <yao.qi@linaro.org>
5992
5993 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5994 gdbserver_spawn.
5995 * gdb.server/connect-without-multi-process.exp (do_test):
5996 Likewise.
5997
3589529e
YQ
59982016-08-23 Yao Qi <yao.qi@linaro.org>
5999
6000 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
6001 standalone_txt. Delete gdb_txt and standalone_txt on host
6002 and target. Spawn the binary on target. Copy files from
6003 target to host.
6004
6bb90213
PA
60052016-08-22 Pedro Alves <palves@redhat.com>
6006
6007 PR gdb/20505
6008 * gdb.base/vdso-warning.exp: Test core dumps too. Use
6009 with_test_prefix. Factor out bits to ...
6010 (test_no_vdso): ... this new procedure.
6011
20c2c024
CL
60122016-08-19 Carl Love <cel@us.ibm.com>
6013
6014 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6015 maintaining separate logic for constructing the output path.
6016 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6017 * gdb.arch/ppc-dfp.exp: Likewise.
6018 * gdb.arch/ppc-fp.exp: Likewise.
6019 * gdb.arch/vsx-regs.exp: Likewise.
6020 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6021 binprefix for generating the additional binary files.
6022
0646e07d
PA
60232016-08-19 Pedro Alves <palves@redhat.com>
6024
6025 * gdb.trace/mi-trace-frame-collected.exp
6026 (test_trace_frame_collected): On x32, expect two registers.
6027
46da9242
CL
60282016-08-18 Carl Love <cel@us.ibm.com>
6029
6030 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6031 and sync up the test with tests in gas/testsuite/gas/ppc.
6032 * gdb.arch/powerpc-power.exp: Likewise.
6033
eb2332d7
SM
60342016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6035
6036 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6037 expected error message.
6038
63c61e04
SM
60392016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6040
6041 * gdb.multi/remove-inferiors.exp: New file.
6042 * gdb.multi/remove-inferiors.c: New file.
6043
7b17065f
YQ
60442016-08-12 Yao Qi <yao.qi@linaro.org>
6045
6046 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6047 argument list.
6048
01d3dedf
PA
60492016-08-10 Pedro Alves <palves@redhat.com>
6050
6051 PR gdb/19187
6052 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6053 setup_kfails.
6054
3eb7562a
PA
60552016-08-09 Pedro Alves <palves@redhat.com>
6056 Simon Marchi <simon.marchi@ericsson.com>
6057
6058 PR gdb/20418
6059 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6060 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6061
80614914
PA
60622016-08-09 Pedro Alves <palves@redhat.com>
6063
6064 PR mi/20431
6065 * gdb.mi/mi-cmd-error.exp: New file.
6066
f348d89a
PA
60672016-08-09 Pedro Alves <palves@redhat.com>
6068
6069 PR gdb/18653
6070 * gdb.base/signals-state-child.c: New file.
6071 * gdb.base/signals-state-child.exp: New file.
6072 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6073
e5ca03b4
PA
60742016-08-09 Pedro Alves <palves@redhat.com>
6075
6076 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6077
282a0691
TT
60782016-08-03 Tom Tromey <tom@tromey.com>
6079
6080 PR python/18565:
6081 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6082
41bfcd63
YQ
60832016-08-01 Yao Qi <yao.qi@linaro.org>
6084
6085 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6086 variable mode to "multi-process" if $multi_process is 1, otherwise
6087 set it to "single-process".
6088
e3465b24
YQ
60892016-08-01 Yao Qi <yao.qi@linaro.org>
6090
6091 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6092 * gdb.cp/cpexprs.exp: Likewise.
6093 * gdb.cp/m-static.exp: Likewise.
6094
0b31a4bc
TT
60952016-07-26 Tom Tromey <tom@tromey.com>
6096
6097 PR python/20190:
6098 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6099 test.
6100
e0461dbb
MM
61012016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6102
6103 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6104 selecting assembly source files.
6105 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6106 assembly source files.
6107 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6108 assembly source files.
6109 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6110 selecting assembly source files.
6111
8194e927
SM
61122016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6113
6114 * gdb.base/new-ui.exp (do_test_invalid_args): New
6115 procedure.
6116
c0272db5
TW
61172016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6118
6119 * gdb.btrace/reconnect.c: New file.
6120 * gdb.btrace/reconnect.exp: New file.
6121
e3487908
GKB
61222016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6123
6124 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6125 to test_catch_syscall_group.
6126 (test_catch_syscall_group): New.
6127
12df5c00
TT
61282016-07-21 Tom Tromey <tom@tromey.com>
6129
6130 * gdb.rust/simple.rs (main): Use empty struct expression.
6131 * gdb.rust/simple.exp: Add tests for empty struct expression.
6132
bae62ee2
YQ
61332016-07-21 Yao Qi <yao.qi@linaro.org>
6134
6135 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6136 if gdb_skip_xml_test is true on some targets.
6137
b1b53fb3
YQ
61382016-07-21 Yao Qi <yao.qi@linaro.org>
6139
6140 * gdb.server/solib-list.exp: Unset last_loaded_file.
6141
027d97f8
JK
61422016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6143
6144 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6145 "step into captured_main (args)".
6146
7674d381
JK
61472016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6148
6149 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6150
72b5d099
JK
61512016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6152
6153 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6154
1f960ced
PA
61552016-07-19 Pedro Alves <palves@redhat.com>
6156
6157 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6158 * gdb.opt/inline-bt.exp: Likewise.
6159 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6160 additional_flags=-Winline.
6161 * gdb.opt/inline-locals.exp: Likewise.
6162 * gdb.opt/inline-markers.c (ATTR): Define.
6163 (inlined_fn): Use it.
6164
f25827c1
YQ
61652016-07-19 Yao Qi <yao.qi@linaro.org>
6166
6167 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6168 (test_with_self): Remove some code. Remove argument executable.
6169 (top-level): Use do_self_tests.
6170
37539ebe
DB
61712016-07-15 Zachary Welch <zwelch@codesourcery.com>
6172 Don Breazeal <donb@codesourcery.com>
6173
6174 * gdb.base/maint.exp: Escape paths used in regular expressions.
6175 * gdb.stabs/weird.exp: Likewise.
6176
dac790e1
TT
61772016-07-13 Tom Tromey <tom@tromey.com>
6178
6179 PR python/15620, PR python/18620:
6180 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6181 (test_bkpt_events): New procs.
6182
93daf339
TT
61832016-07-13 Tom Tromey <tom@tromey.com>
6184
6185 PR python/17698:
6186 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6187 test.
6188 (test_watchpoints): Likewise.
6189 (test_bkpt_pending): New proc.
6190
6571a381
TT
61912016-07-13 Tom Tromey <tom@tromey.com>
6192
6193 PR cli/18053:
6194 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6195 completion test.
6196
e8732474
JK
61972016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6198
6199 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6200 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6201 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6202 f_label.
6203 (g): Rename g_end_lbl to g_label.
6204 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6205 low_pc and high_pc.
6206 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6207
e0f3fd7c
TT
62082016-07-12 Tom Tromey <tom@tromey.com>
6209
6210 PR python/19293:
6211 * gdb.python/py-unwind-maint.exp: Update tests.
6212
3cfe46b6
YQ
62132016-07-12 Yao Qi <yao.qi@linaro.org>
6214
6215 * lib/selftest-support.exp (selftest_setup): Match the output
6216 when captured_main is inlined.
6217
4f19a0e6
WT
62182016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6219
6220 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6221 New variables.
6222 (print this%a, print this%b, print this): New tests.
6223 * gdb.fortran/derived-types.f90 (this): New object and
6224 initialization.
6225
986cf455
SM
62262016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6227
6228 * gdb.ada/arraydim.exp: Remove extra directory level in build
6229 directory.
6230
f0464b23
SM
62312016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6232
6233 * lib/ada.exp: Remove extra directory level in build directory.
6234 * gdb.ada/cond_lang.exp: Likewise.
6235 * gdb.ada/exec_changed.exp: Likewise.
6236 * gdb.ada/lang_switch.exp: Likewise.
6237
42d94011
MG
62382016-07-06 Manish Goregaokar <manish@mozilla.com>
6239
2806dc7e
PA
6240 * simple.rs: Add test for raw pointer subscripting.
6241 * simple.exp: Add test expectations.
42d94011 6242
647c264c
YQ
62432016-07-05 Yao Qi <yao.qi@linaro.org>
6244
6245 * gdb.mi/mi-reverse.exp: Match =record-started output.
6246
20aa2c60
PA
62472016-07-01 Pedro Alves <palves@redhat.com>
6248
6249 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6250 procedure.
6251 (jit_reader_test): Test the jit reader's unwinder.
6252 * gdb.base/jithost.c (jit_function_00_code): New global.
6253 (main): Use memcpy to fill in the mmapped code, instead of poking
6254 bytes manually here.
6255 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6256 value.
6257 (read_debug_info): Save the function's range.
6258 (read_sp): New function.
6259 (unwind_frame): Use it. Also unwind RBP.
6260 (get_frame_id): Use read_sp.
6261 (gdb_init_reader): Use calloc instead of malloc.
6262 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6263 parameter. Use gdb_test_multiple.
6264
ced2dffb
PA
62652016-07-01 Pedro Alves <palves@redhat.com>
6266 Antoine Tremblay <antoine.tremblay@ericsson.com>
6267
6268 * gdb.threads/process-dies-while-detaching.c: New file.
6269 * gdb.threads/process-dies-while-detaching.exp: New file.
6270
63000888
PA
62712016-07-01 Pedro Alves <palves@redhat.com>
6272
6273 * gdb.multi/watchpoint-multi-exit.c: New file.
6274 * gdb.multi/watchpoint-multi-exit.exp: New file.
6275
038d4868
PA
62762016-06-30 Pedro Alves <palves@redhat.com>
6277
6278 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6279 unset inferior_spawn_id.
6280
994e9c83
PA
62812016-06-30 Pedro Alves <palves@redhat.com>
6282
6283 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6284 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6285
e5653468
YQ
62862016-06-29 Yao Qi <yao.qi@linaro.org>
6287
6288 * gdb.base/return.c: Add copyright header.
6289
803b47e5
TT
62902016-06-29 Tom Tromey <tom@tromey.com>
6291
6292 PR python/20129:
6293 * gdb.python/py-framefilter.exp: Add tests for setting priority
6294 and disabling of non-existent frame filter.
6295
28244707
YQ
62962016-06-29 Yao Qi <yao.qi@linaro.org>
6297
6298 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6299 0x0f07ff.
6300
a31d2f06
YQ
63012016-06-28 Yao Qi <yao.qi@linaro.org>
6302
6303 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6304 triplets. Start gdb, execute catch syscall, and continue. Check
6305 gdb's output to determine catch syscall is supported.
6306
921d8f54
MG
63072016-06-27 Manish Goregaokar <manish@mozilla.com>
6308
25d49b86
PA
6309 * gdb.rust/simple.rs: Add test for returning unit in a function.
6310 * gdb.rust/simple.exp: Add expectation for functions returning
6311 unit.
921d8f54 6312
f4952523
PMR
63132016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6314
6315 * gdb.python/py-breakpoint-create-fail.c,
6316 gdb.python/py-breakpoint-create-fail.exp,
6317 gdb.python/py-breakpoint-create-fail.py: New testcase.
6318
fccb08f8
MG
63192016-06-25 Manish Goregaokar <manish@mozilla.com>
6320
6321 PR gdb/20239
6322 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
6323 * gdb.rust/simple.exp: Add test expectations for new NonZero
6324 tests.
fccb08f8 6325
6b850546
DT
63262016-06-24 David Taylor <dtaylor@emc.com>
6327
6328 * gdb.base/offsets.exp: New file.
6329 * gdb.base/offsets.c: New file.
6330
17621150
TT
63312016-06-23 Tom Tromey <tom@tromey.com>
6332
6333 PR gdb/16483:
6334 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6335 before any filters are loaded.
6336
04d59df6
WT
63372016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6338
6339 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6340 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6341 structs.
6342 * gdb.fortran/derived-type-function.exp: New file.
6343 * gdb.fortran/derived-type-function.f90: New file.
6344
6345
ac69f786
PA
63462016-06-21 Pedro Alves <palves@redhat.com>
6347
6348 * gdb.base/new-ui.exp: New file.
6349 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6350 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6351 (with_spawn_id): New procedure.
6352
49940788
PA
63532016-06-21 Pedro Alves <palves@redhat.com>
6354
6355 * gdb.mi/mi-exec-run.exp: New file.
6356
ef274d26
PA
63572016-06-21 Pedro Alves <palves@redhat.com>
6358
6359 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6360 breakpoint command's output on the main UI.
6361 (test_break): New procedure, factored out from calls in the top
6362 level.
6363 (top level): Use foreach_with_prefix to test MI as main UI and as
6364 separate UI.
6365
468afe6c
PA
63662016-06-21 Pedro Alves <palves@redhat.com>
6367
6368 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6369 (test_awatch_creation_and_listing)
6370 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6371 Remove 'type' parameter.
6372 (test_watchpoint_all): New parameter mi_mode. Remove
6373 with_test_prefix.
6374 (top level): Use foreach_with_prefix, and add main/separate UI MI
6375 testing axis.
6376
51f77c37
PA
63772016-06-21 Pedro Alves <palves@redhat.com>
6378
6379 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6380 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6381 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6382 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6383 (gdb_main_spawn_id, mi_spawn_id): Declare and
6384 comment.
6385 (mi_create_inferior_pty): New procedure,
6386 factored out from default_mi_gdb_start.
6387 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6388 procedures.
6389 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6390 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6391 Use mi_create_inferior_pty.
6392 (mi_gdb_start): Use eval to pass down args list.
6393
8980e177
PA
63942016-06-21 Pedro Alves <palves@redhat.com>
6395
6396 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6397 * gdb.opt/inline-cmds.exp: Add MI tests.
6398
f38d3ad1
PA
63992016-06-21 Pedro Alves <palves@redhat.com>
6400
6401 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6402
45db7c09
PA
64032016-06-21 Pedro Alves <palves@redhat.com>
6404
6405 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6406 (top level): Use it instead of mi_execute_to.
6407
5a069ab3
PA
64082016-06-21 Pedro Alves <palves@redhat.com>
6409
6410 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6411 (cont_handler_str): New.
6412 (signal_stop_handler): Set stop_handler_str instead of printing to
6413 stdout.
6414 (continue_handler): Set cont_handler_str instead of printing to
6415 stdout.
6416 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6417 mi_send_resuming_command. Print stop_handler_str and
6418 cont_handler_str instead of expecting the python events print
6419 directly.
6420
2838cc1d
SD
64212016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6422
6423 * gdb.base/jit-reader.exp: New file.
6424 * gdb.base/jithost.c: New file.
6425 * gdb.base/jithost.h: New file.
6426 * gdb.base/jitreader.c : New file.
6427 * gdb.base/jit-protocol.h: New file.
6428
21a77091
YQ
64292016-06-17 Yao Qi <yao.qi@linaro.org>
6430
6431 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6432 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6433 and detach-on-fork. Adjust tests.
6434 (top level): Invoke break_cond_on_syscall with combinations of
6435 syscall, follow-fork-mode and detach-on-fork.
6436
f50bf8e5
YQ
64372016-06-17 Yao Qi <yao.qi@linaro.org>
6438
6439 * gdb.base/step-over-exit.c: New.
6440 * gdb.base/step-over-exit.exp: New.
6441
a28d8e50
YTL
64422016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6443
6444 * gdb.base/float.exp: Add target check for nds32*-*-*.
6445 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6446
cad8e26d
AB
64472016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6448
6449 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6450 for unsupported target features.
6451 * gdb.base/call-rt-st.exp: Likewise.
6452 * gdb.base/call-sc.exp: Likewise.
6453 * gdb.base/call-signal-resume.exp: Likewise.
6454 * gdb.base/call-strs.exp: Likewise.
6455 * gdb.base/callexit.exp: Likewise.
6456 * gdb.base/callfuncs.exp: Likewise.
6457 * gdb.base/nodebug.exp: Likewise.
6458 * gdb.base/printcmds.exp: Likewise.
6459 * gdb.base/ptype.exp: Likewise.
6460 * gdb.base/structs.exp: Likewise.
6461 * gdb.base/unwindonsignal.exp: Likewise.
6462 * gdb.cp/gdb2495.exp: Likewise.
6463 * gdb.cp/templates.exp: Likewise.
6464 * gdb.cp/virtfunc.exp: Likewise.
6465 * gdb.threads/hand-call-in-threads.exp: Likewise.
6466 * gdb.threads/interrupted-hand-call.exp: Likewise.
6467 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6468
347dc102
TT
64692016-06-10 Tom Tromey <tom@tromey.com>
6470
6471 PR rust/20110:
6472 * gdb.rust/expr.exp: Add test for integer constant larger than
6473 i32.
6474
5e13cf25
BH
64752016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6476
6477 * gdb.fortran/nested-funcs.exp: New.
6478 * gdb.fortran/nested-funcs.f90: New.
6479
bb556f1f
TK
64802016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6481
6482 * gdb.base/examine-backward.c: New file.
6483 * gdb.base/examine-backward.exp: New file.
6484
38b022b4
SM
64852016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6486
6487 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6488 matching.
6489
1b40ec05
TT
64902016-06-02 Tom Tromey <tom@tromey.com>
6491
6492 PR python/18984:
6493 * gdb.python/py-shared.exp: Add solib_name test.
6494
193bd378
SM
64952016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6496
6497 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6498
3326303b
MG
64992016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6500
6501 PR c++/19893
6502 * gdb.dwarf2/implref.exp: Rename to...
6503 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6504 * gdb.dwarf2/implref-array.c: New file.
6505 * gdb.dwarf2/implref-array.exp: Likewise.
6506 * gdb.dwarf2/implref-global.c: Likewise.
6507 * gdb.dwarf2/implref-global.exp: Likewise.
6508 * gdb.dwarf2/implref-struct.c: Likewise.
6509 * gdb.dwarf2/implref-struct.exp: Likewise.
6510
825c8ef2
AT
65112016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6512
6513 * gdb.trace/trace-condition.exp: Add 64bit tests.
6514
2320162a
AT
65152016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6516
6517 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6518 bits types.
6519 (main): Adapt to 8 to 64 bits types.
6520 * gdb.trace/trace-condition.exp: Add new tests.
6521
a7818233
AT
65222016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6523
6524 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6525
0d336466
AT
65262016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6527
6528 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6529 Move condition tests...
6530 * gdb.trace/trace-condition.exp: Here.
6531
7faeb45a
AT
65322016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6533
6534 * gdb.trace/trace-condition.exp: Add counter-case tests.
6535
e385593e
JK
65362016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6537
6538 PR c++/15231
6539 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6540 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6541
744608cc
PA
65422016-05-27 Pedro Alves <palves@redhat.com>
6543
6544 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6545 New procedure.
6546 (top level): Call it, and bail out of DejaGnu is known to be bad.
6547
ac775bf4
AB
65482016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6549
6550 * gdb.base/whatis.c: Extend the test case.
6551 * gdb.base/whatis.exp: Add additional tests.
6552
2bbad2ea
BH
65532016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6554
6555* gdb.fortran/type.f90: Add pointer variable.
6556* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6557
8b70175d
BH
65582016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6559
6560 * gdb.fortran/vla-type.exp: Fix testcase name.
6561
86d8a848
BH
65622016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6563
6564 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6565
e188eb36
BH
65662016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6567
6568 * gdb.fortran/type.f90: Add nested structures.
6569 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6570 * gdb.fortran/derived-type.exp: Adapt expected output.
6571 * gdb.fortran/vla-type.exp: Adapt expected output.
6572
9b2db1fd
BH
65732016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6574
6575 * gdb.fortran/whatis_type.exp: Adapt expected output.
6576
72b17055
BH
65772016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6578
6579 * gdb.fortran/print_type.exp: Fix expected output.
6580 * gdb.fortran/whatis_type.exp: Fix expected output.
6581
3cd81d8d
BH
65822016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6583
6584 * gdb.fortran/whatis_type.exp: Use multi_line.
6585
ddae9462
TT
65862016-05-24 Tom Tromey <tom@tromey.com>
6587
6588 PR python/17386:
6589 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6590 use value as an index.
6591
1957f6b8
TT
65922016-05-23 Tom Tromey <tom@tromey.com>
6593
6594 PR python/17981:
6595 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6596 no-breakpoint case.
6597
026a9174
PA
65982016-05-24 Pedro Alves <palves@redhat.com>
6599
6600 PR gdb/19828
6601 * gdb.threads/clone-attach-detach.c: New file.
6602 * gdb.threads/clone-attach-detach.exp: New file.
6603
e70a7231
FR
66042016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6605
6606 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6607
0f6ed0e0
TT
66082016-05-23 Tom Tromey <tom@tromey.com>
6609
6610 PR python/19438, PR python/18393:
6611 * gdb.python/py-progspace.exp: Add "dir" test.
6612 * gdb.python/py-objfile.exp: Add "dir" test.
6613
ffd19d61
YQ
66142016-05-23 Yao Qi <yao.qi@linaro.org>
6615
6616 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6617 * gdb.arch/thumb2-it.exp: Likewise.
6618
9e8f9b05
SM
66192016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6620
6621 * gdb.mi/mi-threads-interrupt.c: New file.
6622 * gdb.mi/mi-threads-interrupt.exp: New file.
6623
61c6156d
SM
66242016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6625
6626 PR gdb/18077
6627 * gdb.mi/mi-async-run.exp: New file.
6628 * gdb.mi/mi-async-run.c: New file.
6629
67218854
TT
66302016-05-17 Tom Tromey <tom@tromey.com>
6631 Manish Goregaokar <manishsmail@gmail.com>
6632
6633 * lib/rust-support.exp: New file.
6634 * lib/gdb.exp (skip_rust_tests): New proc.
6635 (build_executable_from_specs): Handle rust.
6636 * lib/future.exp (gdb_find_rustc): New proc.
6637 (gdb_default_target_compile): Handle rust.
6638 * gdb.rust/expr.exp: New file.
6639 * gdb.rust/generics.exp: New file.
6640 * gdb.rust/generics.rs: New file.
6641 * gdb.rust/methods.exp: New file.
6642 * gdb.rust/methods.rs: New file.
6643 * gdb.rust/modules.exp: New file.
6644 * gdb.rust/modules.rs: New file.
6645 * gdb.rust/simple.exp: New file.
6646 * gdb.rust/simple.rs: New file.
6647
c44af4eb
TT
66482016-05-17 Tom Tromey <tom@tromey.com>
6649
6650 * gdb.base/default.exp (set language): Add rust.
6651
dcd1f979
TT
66522016-05-17 Tom Tromey <tom@tromey.com>
6653
6654 * gdb.gdb/unittest.exp: New file.
6655
155b7f57
YQ
66562016-05-16 Yao Qi <yao.qi@linaro.org>
6657
6658 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6659 shell_prompt. Update shell_prompt_re.
6660
8ddd5a6c
DE
66612016-05-12 Doug Evans <dje@google.com>
6662
6663 PR symtab/19999
6664 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6665 $options when building executable.
6666 * gdb.dwarf2/fission-loclists-pie.S: New file.
6667 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6668
02e370d9
SM
66692016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6670
6671 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6672 of [is_remote target],
6673
8929ad8b
SM
66742016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6675
6676 * lib/gdb.exp (use_gdb_stub): New procedure.
6677
6c447423
DE
66782016-05-03 Yunlian Jiang <yunlian@google.com>
6679 Doug Evans <dje@google.com>
6680
6681 PR symtab/19914
6682 * gdb.dwarf2/dwp-sepdebug.c: New file.
6683 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6684
444e826c
SM
66852016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6686
6687 * gdb.base/detach.exp: Remove is_remote check.
6688
740feeaa
SM
66892016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6690
6691 * gdb.base/annota-input-while-running.exp: Don't check for
6692 [is_remote target]. Enable annotations after running to main.
6693 Remove unused "set test..." line.
6694
9080ac9d
SM
66952016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6696
6697 * gdb.trace/trace-enable-disable.exp: New file.
6698 * gdb.trace/trace-enable-disable.c: New file.
6699
952ebca5
SM
67002016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6701
6702 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6703 use it in info sharedlibrary test.
6704 * gdb.trace/ftrace-lock.exp: Likewise.
6705 * gdb.trace/ftrace.exp: Likewise.
6706 * gdb.trace/range-stepping.exp: Likewise.
6707 * gdb.trace/trace-break.exp: Likewise.
6708 * gdb.trace/trace-condition.exp: Likewise.
6709 * gdb.trace/trace-mt.exp: Likewise.
6710
d9019901
SM
67112016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6712
6713 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6714 (gdb_load_shlib): ... this.
6715 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6716 gdb_load_shlib.
6717 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6718 * gdb.base/ctxobj.exp: Likewise.
6719 * gdb.base/dprintf-pending.exp: Likewise.
6720 * gdb.base/dso2dso.exp: Likewise.
6721 * gdb.base/fixsection.exp: Likewise.
6722 * gdb.base/gcore-relro.exp: Likewise.
6723 * gdb.base/gdb1555.exp: Likewise.
6724 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6725 * gdb.base/gnu-ifunc.exp: Likewise.
6726 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6727 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6728 * gdb.base/pending.exp: Likewise.
6729 * gdb.base/print-file-var.exp: Likewise.
6730 * gdb.base/print-symbol-loading.exp: Likewise.
6731 * gdb.base/shlib-call.exp: Likewise.
6732 * gdb.base/shreloc.exp: Likewise.
6733 * gdb.base/so-impl-ld.exp: Likewise.
6734 * gdb.base/solib-disc.exp: Likewise.
6735 * gdb.base/solib-nodir.exp: Likewise.
6736 * gdb.base/solib-overlap.exp: Likewise.
6737 * gdb.base/solib-symbol.exp: Likewise.
6738 * gdb.base/solib-weak.exp (do_test): Likewise.
6739 * gdb.base/sym-file.exp: Likewise.
6740 * gdb.base/symtab-search-order.exp: Likewise.
6741 * gdb.base/type-opaque.exp: Likewise.
6742 * gdb.base/unload.exp: Likewise.
6743 * gdb.base/watchpoint-solib.exp: Likewise.
6744 * gdb.compile/compile.exp: Likewise.
6745 * gdb.cp/gdb2384.exp: Likewise.
6746 * gdb.cp/infcall-dlopen.exp: Likewise.
6747 * gdb.cp/re-set-overloaded.exp: Likewise.
6748 * gdb.fortran/library-module.exp: Likewise.
6749 * gdb.opt/solib-intra-step.exp: Likewise.
6750 * gdb.python/py-finish-breakpoint.exp: Likewise.
6751 * gdb.python/py-shared.exp: Likewise.
6752 * gdb.reverse/solib-precsave.exp: Likewise.
6753 * gdb.reverse/solib-reverse.exp: Likewise.
6754 * gdb.server/solib-list.exp: Likewise.
6755 * gdb.threads/dlopen-libpthread.exp: Likewise.
6756 * gdb.threads/tls-shared.exp: Likewise.
6757 * gdb.threads/tls-so_extern.exp: Likewise.
6758 * gdb.trace/change-loc.exp: Likewise.
6759 * gdb.trace/ftrace-lock.exp: Likewise.
6760 * gdb.trace/ftrace.exp: Likewise.
6761 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6762 * gdb.trace/pending.exp: Likewise.
6763 * gdb.trace/range-stepping.exp: Likewise.
6764 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6765 (strace_info_marker): Likewise.
6766 (strace_probe_marker): Likewise.
6767 (strace_trace_on_same_addr): Likewise.
6768 (strace_trace_on_diff_addr): Likewise.
6769 * gdb.trace/trace-break.exp: Likewise.
6770 * gdb.trace/trace-condition.exp: Likewise.
6771 * gdb.trace/trace-mt.exp: Likewise.
6772
fca4cfd9
SM
67732016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6774
6775 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6776 result of gdb_remote_download.
6777 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6778 * gdb.base/dso2dso.exp: Likewise.
6779 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6780 * gdb.base/print-file-var.exp: Likewise.
6781 * gdb.base/shlib-call.exp: Likewise.
6782 * gdb.base/shreloc.exp: Likewise.
6783 * gdb.base/solib-overlap.exp: Likewise.
6784 * gdb.base/solib-weak.exp (do_test): Likewise.
6785 * gdb.base/unload.exp: Likewise.
6786
11cf4ffb
YQ
67872016-04-27 Yao Qi <yao.qi@linaro.org>
6788
6789 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6790 exists.
6791
3e2e34f8
KB
67922016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6793
6794 * vla-type.exp: Print structure from toplevel.
6795
8f07e298
BH
67962016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6797
6798 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6799 of dynamic types.
6800 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6801 of dynamic types.
6802
9920b434
BH
68032016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6804
6805 * gdb.fortran/vla-type.f90: New file.
6806 * gdb.fortran/vla-type.exp: New file.
6807
f3abeff5
YQ
68082016-04-25 Yao Qi <yao.qi@linaro.org>
6809
6810 * gdb.base/branch-to-self.c: New file.
6811 * gdb.base/branch-to-self.exp: New file.
6812
0a5d52f0
YQ
68132016-04-22 Yao Qi <yao.qi@linaro.org>
6814
6815 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6816 more after $hex.
6817
495346f6
YQ
68182016-04-22 Yao Qi <yao.qi@linaro.org>
6819
6820 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6821 * gdb.base/annota3.exp: Likewise.
6822
4a7e075c
YQ
68232016-04-22 Yao Qi <yao.qi@linaro.org>
6824
6825 * gdb.reverse/step-precsave.exp: Do one step and test program
6826 stops in "callee" and do multiple steps until program goes out
6827 of "callee".
6828 * gdb.reverse/step-reverse.exp: Likewise.
6829
5b061e98
YQ
68302016-04-22 Yao Qi <yao.qi@linaro.org>
6831
6832 * gdb.trace/signal.exp: Also pass if
6833 $tracepoint_hits($i) > $iterations.
6834
5c5dc57f
YQ
68352016-04-22 Yao Qi <yao.qi@linaro.org>
6836
6837 * gdb.trace/signal.c: New file.
6838 * gdb.trace/signal.exp: New file.
6839
a55411b9
DE
68402016-04-19 Doug Evans <xdje42@gmail.com>
6841
6842 * gdb.base/bad-file.exp: New file.
6843
a22df60a
MG
68442016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6845
6846 * gdb.dwarf2/implref.exp: New file.
6847
0c13f7e5
BH
68482016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6849
6850 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6851 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6852 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6853 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6854 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6855 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6856 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6857 * lib/fortran.exp (fortran_int4): New procedure.
6858 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6859 (fortran_logical4): Likewise.
6860
9b9b09e9
BH
68612016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6862
6863 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6864
a14d1f4d
BH
68652016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6866
6867 * lib/compiler.c: Add Intel specific preprocessor macros.
6868 * lib/compiler.cc: Likewise.
25d49b86 6869
7d49b1d0
LM
68702016-04-13 Luis Machado <lgustavo@codesourcery.com>
6871
6872 * gdb.server/connect-with-no-symbol-file.c: New file.
6873 * gdb.server/connect-with-no-symbol-file.exp: New file.
6874
8392fa22
SM
68752016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6876
6877 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6878
8c4c4aeb
SM
68792016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6880
6881 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6882 standard output directory.
6883
45e3745e
AT
68842016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6885
6886 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6887
e26b7e41
MM
68882016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6889
6890 * gdb.btrace/instruction_history.c (loop): Add declaration.
6891
8ce09462
AT
68922016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6893
6894 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6895
2e88a1ea
SM
68962016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6897
6898 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6899 parentheses to print.
6900 (continue_handler): Likewise.
6901
f48e22e3
SM
69022016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6903
6904 * gdb.server/solib-list.exp: Remove is_remote check.
6905 Pass shlib= to gdb_compile. Don't link shared library with
6906 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6907 Run binary filename through "readlink -f" on the target.
6908
096be756
PA
69092016-04-08 Pedro Alves <palves@redhat.com>
6910
6911 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6912 interpreter filename as argument to gdbserver_spawn.
6913 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6914 Return empty if $last_loaded_file does not exist.
6915
06500533
JK
69162016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6917
6918 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6919 * gdb.base/jit-main.c: Use exit after usage.
6920
2d35e871
JK
69212016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6922
6923 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6924 GDBHISTSIZE prior to the tests.
6925 * gdb.base/gdbinit-history.exp: Likewise.
6926
69272016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
6928
6929 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6930 instead of build_executable. Use gdb_load_shlibs.
6931
c8064e7e
YQ
69322016-04-07 Yao Qi <yao.qi@linaro.org>
6933
6934 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6935 Execute "si" command.
6936
bde47561
YQ
69372016-04-07 Yao Qi <yao.qi@linaro.org>
6938
6939 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6940 number instead of the comments on some line.
6941
b16f8a3b
DB
69422016-04-06 Don Breazeal <donb@codesourcery.com>
6943
6944 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6945 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6946
c2f901df
SM
69472016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6948
6949 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6950 standard_output_file. Remove unused binfile variable.
6951
ac17fda0
CU
69522016-04-05 Catalin Udma <catalin.udma@freescale.com>
6953
6954 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6955 * gdb.python/py-mi-objfile.exp: Match "list main" output
6956 in console format.
6957
03a8c4df
SM
69582016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6959
6960 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6961 absolute.
6962
6e774b13
SM
69632016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6964
6965 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6966 absolute.
6967 * gdb.trace/ftrace.exp: Likewise.
6968 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6969 targets as well.
6970 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6971 (gdb_load_shlibs): Copy libraries to test directory when testing
6972 natively. Only set solib-search-path if testing remotely.
6973 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6974
7817ea46
SM
69752016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6976
6977 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6978 gdb_download. Use it even if the target is not remote.
6979 * gdb.base/jit.exp (compile_jit_test): Likewise.
6980 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6981 output directory if the destination board is local, otherwise use
6982 the standard remote_download from DejaGnu.
6983 (gdb_download): Remove.
6984 (gdb_load_shlibs): Use gdb_remote_download instead of
6985 gdb_download.
6986 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6987 Use gdb_remote_download instead of gdb_download. Use it even if
6988 the target is not remote.
6989 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6990 instead of gdb_download.
6991
7beb7f68
SM
69922016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6993
6994 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6995 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6996 run.
6997
cc63428a
AV
69982016-04-01 Artemiy Volkov <artemiyv@acm.org>
6999
7000 PR gdb/19820
7001 * gdb.base/printcmds.exp: Add artificial arrays tests.
7002
64cdf930
PA
70032016-03-31 Pedro Alves <palves@redhat.com>
7004
7005 PR gdb/19858
7006 * gdb.base/jit-main.c: Include unistd.h.
7007 (ATTACH): Define to 0 if not already defined.
7008 (wait_for_gdb, mypid): New globals.
7009 (WAIT_FOR_GDB): New macro.
7010 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7011 some breakpoint locations.
7012 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7013 New procedures.
7014 (one_jit_test): Add REATTACH parameter, and handle it. Use
7015 continue_to_test_location.
7016 (top level): Test attach, and adjusts calls to one_jit_test.
7017
40dea8cb
PA
70182016-03-31 Pedro Alves <palves@redhat.com>
7019
7020 PR gdb/19858
7021 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7022 BINSUFFIX parameter, and handle it.
7023 (top level): Adjust calls compile_jit_test.
7024
e7ea3ec7
CU
70252016-03-31 Catalin Udma <catalin.udma@freescale.com>
7026
7027 PR python/19743
7028 * gdb.python/py-mi-events-gdb.py: New file.
7029 * gdb.python/py-mi-events.c: New file.
7030 * gdb.python/py-mi-events.exp: New file.
7031
e6359af3
YQ
70322016-03-30 Yao Qi <yao.qi@linaro.org>
7033
7034 * gdb.reverse/until-precsave.exp: Match function name only.
7035 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7036 Move malloc to a condition block.
7037 * gdb.reverse/until-reverse.exp: Match function name only.
7038
a4105d04
MK
70392016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7040
7041 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7042 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7043 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7044 variable for GPR 0 instead of assuming it is register 0.
7045 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7046 * lib/trace-support.exp: Add s390 registers.
7047
bfa6adb9
YQ
70482016-03-29 Yao Qi <yao.qi@linaro.org>
7049
7050 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7051
1e6697ea
YQ
70522016-03-24 Yao Qi <yao.qi@linaro.org>
7053
7054 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7055 test message.
7056
64bcd522
AA
70572016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7058
7059 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7060 maintaining separate logic for constructing the output path.
7061
7868401b
DB
70622016-03-16 Don Breazeal <donb@codesourcery.com>
7063
7064 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7065 Retry fork and waitpid on interrupted system call errors.
7066 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7067 Use with_timeout_factor to increase timeout by factor of 10.
7068
1cafadb4
DB
70692016-03-15 Don Breazeal <donb@codesourcery.com>
7070
7071 * gdb.cp/scope-err.cc: New test program.
7072 * gdb.cp/scope-err.exp: New test script.
7073 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7074 lines and "set breakpoint here" comment.
7075 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7076 Fixed some whitespace and format issues.
7077 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7078 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7079
81516450
DE
70802016-03-15 Doug Evans <dje@google.com>
7081
7082 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7083 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7084 All callers updated. Add tests for enums, mixed flags register.
7085
aa52b601
DE
70862016-03-15 Doug Evans <dje@google.com>
7087
7088 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7089 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7090
fa4ff313
SM
70912016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7092
7093 * gdb.base/default.exp: Add $_as_string to the list of expected
7094 convenience functions.
7095
f2403c39
AB
70962016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7097
7098 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7099
f2f3ccb9
SM
71002016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7101
7102 * gdb.python/py-as-string.exp: New file.
7103 * gdb.python/py-as-string.c: New file.
7104
00dbd492
PA
71052016-03-09 Pedro Alves <palves@redhat.com>
7106
7107 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7108 signal" -> "Thread NN received signal" output change.
7109 * gdb.threads/ia64-sigill.exp: Likewise.
7110 * gdb.threads/linux-dp.exp: Likewise.
7111 * gdb.threads/manythreads.exp: Likewise.
7112 * gdb.threads/pending-step.exp: Likewise.
7113 * gdb.threads/print-threads.exp: Likewise.
7114 * gdb.threads/sigstep-threads.exp: Likewise.
7115 * gdb.threads/staticthreads.exp: Likewise.
7116 * gdb.threads/tls.exp: Likewise.
7117
1e6697ea
YQ
71182016-03-09 Pedro Alves <palves@redhat.com>
7119
7120 * gdb.base/command-line-input.exp: New file.
7121
b04fd3be
MK
71222016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7123
7124 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7125 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7126 * gdb.trace/pending.exp: Accept leading dot before function name.
7127 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7128 * lib/trace-support.exp: Set registers for ppc.
7129
98fa59e9
MK
71302016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7131
7132 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7133 use it for disassembly; accept .main in addition to main in backtrace.
7134
f77198c8
MK
71352016-03-09 Wei-cheng Wang <cole945@gmail.com>
7136 Marcin Kościelnicki <koriakin@0x04.net>
7137
7138 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7139 (gdb_recursion_test_ptr): New global variable.
7140 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7141 gdb_recursion_test.
7142 (gdb_c_test): Ditto.
7143
ba84e0da
MK
71442016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7145
7146 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7147 ordering.
7148
4366d36e
MK
71492016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7150
7151 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7152 (bar): Add bar_start_lbl label.
7153 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7154 of foo/bar for emitting DWARF and tracing.
7155
5eb264df
SDJ
71562016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7157
7158 * analyze-racy-logs.py: Set executable bit.
7159
fb6a751f
SDJ
71602016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7161
7162 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7163 (CHECK_TARGET_TMP): Likewise.
7164 (check-single-racy): New rule.
7165 (check-parallel-racy): Likewise.
7166 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7167 (do-check-parallel-racy): New rule.
7168 (check-racy/%.exp): Likewise.
7169 * README (Racy testcases): New section.
7170 * analyze-racy-logs.py: New file.
7171
bdf7e230
DE
71722016-03-03 Doug Evans <dje@google.com>
7173
7174 * gdb.base/skip.exp: Use with_test_prefix.
7175
4719d415
YQ
71762016-03-03 Yao Qi <yao.qi@linaro.org>
7177
7178 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7179 Invoke step_over_syscall "clone" and break_cond_on_syscall
7180 "clone".
7181 * gdb.base/step-over-clone.c: New file.
7182
ea507862
YQ
71832016-03-03 Yao Qi <yao.qi@linaro.org>
7184
7185 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7186 code format.
7187
8fc8cbda
YQ
71882016-03-03 Yao Qi <yao.qi@linaro.org>
7189
7190 * gdb.base/disp-step-fork.c: Rename to ...
7191 * gdb.base/step-over-fork.c: ... it. New file.
7192 * gdb.base/disp-step-vfork.c: Rename to ...
7193 * gdb.base/step-over-vfork.c: ... it. New file.
7194 * gdb.base/disp-step-syscall.exp: Rename to ...
7195 * gdb.base/step-over-syscall.exp: ... it. New file.
7196 (disp_step_cross_syscall): Rename to ...
7197 (step_over_syscall): ... it.
7198
92fa70b0
YQ
71992016-03-03 Yao Qi <yao.qi@linaro.org>
7200
7201 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7202 If target supports condition evaluation on target, invoke
7203 break_cond_on_syscall for fork and vfork.
7204
e197ad3c
YQ
72052016-03-03 Yao Qi <yao.qi@linaro.org>
7206
7207 * gdb.base/disp-step-syscall.exp: Don't invoke
7208 support_displaced_stepping.
7209 (disp_step_cross_syscall): Test with displaced stepping off and
7210 on if supported.
7211
0b47da9f
YQ
72122016-03-03 Yao Qi <yao.qi@linaro.org>
7213
7214 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7215 proc.
7216 (setup): New proc.
7217 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7218 and setup.
7219
065ab6dc
BH
72202016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7221
7222 * gdb.fortran/vla-history.exp: Remove breakpoint.
7223
07e448ad 72242016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7225
25d49b86
PA
7226 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7227 exceeds timeout.
07e448ad 7228
9ac2d526 72292016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7230
25d49b86
PA
7231 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7232 breakpoint.
9ac2d526 7233
17807369
BH
72342016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7235
7236 * gdb.mi/vla.f90: Nullify pointer after declaration.
7237
86e501af
PA
72382016-03-01 Pedro Alves <palves@redhat.com>
7239
7240 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7241
1e903e32
PA
72422016-03-01 Pedro Alves <palves@redhat.com>
7243
7244 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7245 before anything else.
7246 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7247 _GNU_SOURCE here.
7248 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7249 before anything else.
7250 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7251
6ccb54e2
PA
72522016-03-01 Pedro Alves <palves@redhat.com>
7253
7254 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7255
30ca9da1
YQ
72562016-03-01 Yao Qi <yao.qi@linaro.org>
7257
7258 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7259 prepare_for_testing.
7260
dc856b38
YQ
72612016-03-01 Yao Qi <yao.qi@linaro.org>
7262
7263 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7264
4a932159
AA
72652016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7266
7267 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7268 manually constructing the output path.
7269
f2489477
AA
72702016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7271
7272 * gdb.arch/s390-stackless.S: New.
7273 * gdb.arch/s390-stackless.exp: New.
7274
38899f16
IB
72752016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7276
7277 * gdb.dlang/circular.c: New file.
7278 * gdb.dlang/circular.exp: New file.
7279
9fde51ed
YQ
72802016-02-26 Yao Qi <yao.qi@linaro.org>
7281
7282 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7283 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7284 (testcases): Update.
7285
ce90fefe
YQ
72862016-02-26 Yao Qi <yao.qi@linaro.org>
7287
7288 * gdb.reverse/aarch64.c: Rename to ...
7289 * gdb.reverse/insn-reverse.c: ... it.
7290 * gdb.reverse/aarch64.exp: Rename to ...
7291 * gdb.reverse/insn-reverse.exp: ... it.
7292
3263bceb
YQ
72932016-02-26 Yao Qi <yao.qi@linaro.org>
7294
7295 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7296 (testcase_ftype): New.
7297 (testcases): New array.
7298 (n_testcases): New.
7299 (main): Call each element in testcases.
7300 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7301 (read_testcase): New.
7302 Do the tests in a loop.
7303
6cb59ff1
YQ
73042016-02-25 Yao Qi <yao.qi@linaro.org>
7305
7306 * gdb.base/branches.c: Remove.
7307
ae91f625
MK
73082016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7309
7310 PR gdb/13808
7311 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7312
678b48b7
MK
73132016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7314
7315 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7316
7337a6f2
MK
73172016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7318
7319 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7320 change x86_64 call_insn to 'callq'.
7321
861ca91f
AT
73222016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7323
7324 * gdb.trace/tfile-avx.c: Move to...
7325 * gdb.trace/tracefile-pseudo-reg.c: Here.
7326 * gdb.trace/tfile-avx.exp: Move to...
7327 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7328
bf74e428
GB
73292016-02-24 Gary Benson <gbenson@redhat.com>
7330
7331 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7332 message on attach.
7333
cce0e923
DE
73342016-02-23 Doug Evans <dje@google.com>
7335
7336 * gdb.base/skip.c (test_skip): New function.
7337 (end_test_skip_file_and_function): New function.
7338 (test_skip_file_and_function): New function.
7339 * gdb.base/skip1.c (test_skip): New function.
7340 (skip1_test_skip_file_and_function): New function.
7341 * gdb.base/skip.exp: Add tests for new skip options.
7342 * gdb.base/skip-solib.exp: Update expected output.
7343 * gdb.perf/skip-command.cc: New file.
7344 * gdb.perf/skip-command.exp: New file.
7345 * gdb.perf/skip-command.py: New file.
7346
4000e47e
MK
73472016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7348
7349 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7350 info registers pattern.
7351
24f75ead
IB
73522016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7353
7354 * lib/future.exp: Add D support.
7355 (gdb_find_gdc): New proc.
7356 (gdb_default_target_compile): Add D support.
7357
fbb7bcbe
WW
73582016-02-18 Wei-cheng Wang <cole945@gmail.com>
7359
7360 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7361 user+system time.
7362 (trace_speed_test): Determine the iteration count for a time
7363 between 15..30 seconds.
7364
012b3a21
WT
73652016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7366
7367 * gdb.arch/i386-mpx-sigsegv.c: New file.
7368 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7369 * gdb.arch/i386-mpx-simple_segv.c: New file.
7370 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7371
2d5189bd
YQ
73722016-02-18 Yao Qi <yao.qi@linaro.org>
7373
7374 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7375 Don't call setup_kfail.
7376
40fb20d0
YQ
73772016-02-18 Yao Qi <yao.qi@linaro.org>
7378
7379 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7380 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7381
21b1f8d2
DE
73822016-02-16 Doug Evans <dje@google.com>
7383
7384 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7385 * gdb.base/skip1.c: Ditto.
7386 * gdb.base/skip.exp: Whitespace cleanup.
7387
4041ed77
DB
73882016-02-16 Don Breazeal <donb@codesourcery.com>
7389
7390 PR remote/19496
7391 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7392 Remove kfail for PR remote/19496.
7393
c4ef31bf
SM
73942016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7395
7396 * lib/gdb.exp (standard_temp_file): Return a path specific to
7397 the runtest invocation.
7398
266b65b3
SM
73992016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7400
7401 * gdb.trace/save-trace.exp: Change relative path to be in the
7402 standard output directory.
7403
a7a0a6a9
JK
74042016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7405
7406 * gdb.arch/i386-prologue.c: Add missing prototypes.
7407
c99dbb42
JK
74082016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7409
7410 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7411 * gdb.arch/i386-prologue.exp: Likewise.
7412 * gdb.arch/i386-size.exp: Likewise.
7413
aa480355
SM
74142016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7415
7416 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7417 define object file path.
7418 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7419 file path.
7420 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7421 standard_output_file to define binfile.
7422
ba881f50
JK
74232016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7424
7425 Fix compatibility with recent gfortran-5.3.1.
7426 * gdb.fortran/vla-history.exp (print vla1 allocated)
7427 (print vla2 allocated, print $2, print $3): Remove
7428 (print $4): Rename to ...
7429 (print $2): ... here.
7430 (print $9): Rename to ...
7431 (print $5): ... here.
7432 (print $10): Rename to ...
7433 (print $6): ... here.
7434 * gdb.fortran/vla.f90: Add pvla initialization.
7435
e9fb005c
JK
74362016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7437
7438 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7439 New test.
7440 * gdb.fortran/vla-value-sub.exp: Likewise.
7441
e44e00ff
MK
74422016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7443
7444 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7445
97e94151
SM
74462016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7447
7448 * i386-biarch-core.exp: Define corefile using
7449 standard_output_file.
7450
01113bc1
YQ
74512016-02-12 Yao Qi <yao.qi@linaro.org>
7452
7453 * gdb.arch/arm-single-step-kernel-helper.c: New.
7454 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7455
33b4777c
MM
74562016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7457
7458 * gdb.btrace/tailcall-only.exp: New.
7459 * gdb.btrace/tailcall-only.c: New.
7460 * gdb.btrace/x86_64-tailcall-only.S: New.
7461 * gdb.btrace/i686-tailcall-only.S: New.
7462
acc23c11
PA
74632016-02-11 Pedro Alves <palves@redhat.com>
7464
7465 * README (Parallel testing): Add missing double quotes.
7466
e352bf0a
PA
74672016-02-11 Pedro Alves <palves@redhat.com>
7468
7469 * README (Parallel testing): New section.
7470 (GDB_PARALLEL): Rewrite.
7471 (FORCE_PARALLEL): Document.
7472
9f5fed78
MK
74732016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7474
7475 * gdb.trace/tfile-avx.c: New test.
7476 * gdb.trace/tfile-avx.exp: New test.
7477
9ef9e6a6
KS
74782016-02-09 Keith Seitz <keiths@redhat.com>
7479
7480 PR breakpoints/19546
7481 * gdb.base/infcall-exec.c: New file.
7482 * gdb.base/infcall-exec2.c: New file.
7483 * gdb.base/infcall-exec.exp: New file.
7484
a96e36da
KS
74852016-02-09 Keith Seitz <keiths@redhat.com>
7486
7487 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7488 (toplevel): Call test_bkpt_address.
7489
9f61929f
KS
74902016-02-09 Keith Seitz <keiths@redhat.com>
7491
7492 PR python/19506
7493 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7494 (toplevel): Call test_bkpt_address.
7495
1e94266c
SM
74962016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7497
7498 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7499 to AC_OUTPUT.
7500 * configure: Regenerate.
7501
2a7f3dff
PA
75022016-02-09 Pedro Alves <palves@redhat.com>
7503
7504 PR breakpoints/19548
7505 * gdb.base/execl-update-breakpoints.c (some_function): New
7506 function.
7507 (main): Call it.
7508 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7509 Tighten expected GDB output.
7510
2151ccc5
SM
75112016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7512
7513 * Makefile.in (ALL_SUBDIRS): Remove.
7514 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7515 (distclean maintainer-clean realclean): Likewise.
7516 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7517 * configure: Regenerate.
7518 * gdb.ada/Makefile.in: Delete.
7519 * gdb.arch/Makefile.in: Likewise.
7520 * gdb.asm/Makefile.in: Likewise.
7521 * gdb.base/Makefile.in: Likewise.
7522 * gdb.btrace/Makefile.in: Likewise.
7523 * gdb.cell/Makefile.in: Likewise.
7524 * gdb.compile/Makefile.in: Likewise.
7525 * gdb.cp/Makefile.in: Likewise.
7526 * gdb.disasm/Makefile.in: Likewise.
7527 * gdb.dlang/Makefile.in: Likewise.
7528 * gdb.dwarf2/Makefile.in: Likewise.
7529 * gdb.fortran/Makefile.in: Likewise.
7530 * gdb.gdb/Makefile.in: Likewise.
7531 * gdb.go/Makefile.in: Likewise.
7532 * gdb.guile/Makefile.in: Likewise.
7533 * gdb.java/Makefile.in: Likewise.
7534 * gdb.linespec/Makefile.in: Likewise.
7535 * gdb.mi/Makefile.in: Likewise.
7536 * gdb.modula2/Makefile.in: Likewise.
7537 * gdb.multi/Makefile.in: Likewise.
7538 * gdb.objc/Makefile.in: Likewise.
7539 * gdb.opencl/Makefile.in: Likewise.
7540 * gdb.opt/Makefile.in: Likewise.
7541 * gdb.pascal/Makefile.in: Likewise.
7542 * gdb.perf/Makefile.in: Likewise.
7543 * gdb.python/Makefile.in: Likewise.
7544 * gdb.reverse/Makefile.in: Likewise.
7545 * gdb.server/Makefile.in: Likewise.
7546 * gdb.stabs/Makefile.in: Likewise.
7547 * gdb.threads/Makefile.in: Likewise.
7548 * gdb.trace/Makefile.in: Likewise.
7549 * gdb.xml/Makefile.in: Likewise.
7550 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7551 GDB_PARALLEL.
7552 (standard_output_file): Remove check for GDB_PARALLEL, always
7553 return path in outputs/$subdir/$testname.
7554
437277d4
SM
75552016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7556
7557 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7558 (site.exp): Assign abs_srcdir to tcl's srcdir.
7559
31d913c7
YQ
75602016-02-04 Yao Qi <yao.qi@linaro.org>
7561
7562 * gdb.base/foll-exec-mode.c: Include limits.h.
7563 (main): Add parameters argc and argv. Get directory from
7564 argv[0].
7565 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7566 compilation.
7567 * gdb.base/foll-exec.c: Include limits.h.
7568 (main): Add parameters argc and argv.
7569 Get directory from argv[0].
7570 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7571 Adjust tests on the number of lines as source code changed.
7572 * gdb.base/foll-vfork-exit.c: Include limits.h.
7573 (main): Add one line of statement before vfork.
7574 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7575 (main): Add parameters argc and argv. Get directory from
7576 argv[0].
7577 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7578 (setup_gdb): Set tbreak to skip some source lines.
7579 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7580 (main): Add parameters argc and argv. Get directory from
7581 argv[0].
7582 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7583 compilation.
7584 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7585 (main): Add parameters argc and argv. Get directory from
7586 argv[0].
7587 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7588 compilation.
7589
9482b9fb
DE
75902016-02-01 Doug Evans <dje@google.com>
7591
7592 * gdb.base/skip.exp: Clean up multiple references to same test name.
7593
6b2e4f10
PA
75942016-02-01 Pedro Alves <palves@redhat.com>
7595
ccb6afd6 7596 PR remote/19496
6b2e4f10
PA
7597 * gdb.threads/forking-threads-plus-breakpoint.exp
7598 (displaced_stepping_supported): New global.
7599 (probe_displaced_stepping_support): New procedure.
7600 (do_test): Add 'displaced' parameter, and use it.
7601 (top level): Check for displaced stepping support. Add displaced
7602 stepping on/off testing axis.
7603
37a8db1a
AB
76042016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7605
7606 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7607 pointer. Don't perform further tests on the unassociated pointer
7608 if the first test fails.
7609
5fdf6324
AB
76102016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7611
7612 * gdb.base/max-value-size.c: New file.
7613 * gdb.base/max-value-size.exp: New file.
7614 * gdb.base/huge.exp: Disable max-value-size for this test.
7615
935c6144
IB
76162016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7617
7618 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7619
7fe8399d
YQ
76202016-01-28 Yao Qi <yao.qi@linaro.org>
7621
7622 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7623
a2077e25
PA
76242016-01-25 Pedro Alves <palves@redhat.com>
7625
7626 PR threads/19461
7627 * gdb.base/fork-running-state.c: New file.
7628 * gdb.base/fork-running-state.exp: New file.
7629
1d2736d4
PA
76302016-01-25 Pedro Alves <palves@redhat.com>
7631
7632 PR gdb/19494
7633 * gdb.base/catch-fork-kill.c: New file.
7634 * gdb.base/catch-fork-kill.exp: New file.
7635
f1da4b11
PA
76362016-01-25 Pedro Alves <palves@redhat.com>
7637
7638 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7639 Delete, moved to lib/gdb.exp.
7640 * gdb.threads/forking-threads-plus-breakpoint.exp
7641 (foreach_with_prefix): Likewise.
7642 * gdb.threads/process-dies-while-handling-bp.exp
7643 (foreach_with_prefix): Likewise.
7644 * lib/gdb.exp (foreach_with_prefix): New procedure.
7645
45f38546
MK
76462016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7647
7648 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7649 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7650
dc29a1ce
MK
76512016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7652
7653 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7654 endian targets.
7655
092127d7
JK
76562016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7657 Pedro Alves <palves@redhat.com>
7658
7659 Fix testsuite compatibility with Guile.
7660 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7661 number.
7662
31d765d3
JK
76632016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7664
7665 Fix testsuite compatibility with Guile.
7666 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7667 (thread 1): New test for backtrace through signal handler.
7668
1ac78c04
YQ
76692016-01-22 Yao Qi <yao.qi@linaro.org>
7670
7671 PR testsuite/19491
7672 * gdb.base/multi-forks.c: Include
7673 ../lib/unbuffer_output.c
7674 (main): Call gdb_unbuffer_output.
7675
4f5946a8
DE
76762016-01-21 Doug Evans <dje@google.com>
7677
7678 * lib/ada.exp (gdb_compile_ada): Fix typo.
7679
305e13e6
JB
76802016-01-21 Joel Brobecker <brobecker@adacore.com>
7681
7682 * gdb.base/break-fun-addr.exp: New file.
7683 * gdb.base/break-fun-addr1.c: New file.
7684 * gdb.base/break-fun-addr2.c: New file.
7685
5f5dfff6
SM
76862016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7687
7688 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7689 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7690 enum flag values.
7691
fd356fa2
AA
76922016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7693
7694 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7695 when GDB can not set the vector return value. Add more comments
7696 for clarification.
7697
9df22175
AT
76982016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7699
7700 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7701 command.
7702
41d1845e
SM
77032016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7704
7705 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7706
01ac6840
SM
77072016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7708
7709 * Makefile.in (check-single): Pass --status to runtest.
7710 (check/%.exp): Likewise.
7711
77122016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7713
7714 * Makefile.in (check-parallel): Propagate return code from make
7715 do-check-parallel.
7716
bd0a71fa
MK
77172016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7718
7719 * gdb.trace/ftrace.exp: Fix expected message on continue.
7720 * gdb.trace/pending.exp: Fix expected message on continue.
7721 * gdb.trace/trace-break.exp: Fix expected message on continue.
7722
8bcbad33
SM
77232016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7724
7725 * lib/gdb.exp (gdb_test): Remove unused global references.
7726
f303dbd6
PA
77272016-01-18 Pedro Alves <palves@redhat.com>
7728
7729 * gdb.base/async-shell.exp: Adjust expected output.
7730 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7731 * gdb.base/siginfo-thread.exp: Adjust expected output.
7732 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7733 * gdb.java/jnpe.exp: Adjust expected output.
7734 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7735 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7736 * gdb.threads/leader-exit.exp: Adjust expected output.
7737 * gdb.threads/manythreads.exp: Adjust expected output.
7738 * gdb.threads/pthreads.exp: Adjust expected output.
7739 * gdb.threads/schedlock.exp: Adjust expected output.
7740 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7741 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7742 expected output.
7743 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7744 output.
7745 * gdb.threads/sigthread.exp: Adjust expected output.
7746 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7747
b2789696
YQ
77482016-01-18 Yao Qi <yao.qi@linaro.org>
7749
7750 * gdb.guile/scm-section-script.c: Replace @progbits with
7751 %progbits.
7752 * gdb.python/py-section-script.c: Likewise.
7753
71ef29a8
PA
77542016-01-15 Pedro Alves <palves@redhat.com>
7755
7756 * gdb.multi/tids.exp: Test star wildcard ranges.
7757
3f5b7598
PA
77582016-01-15 Pedro Alves <palves@redhat.com>
7759
7760 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7761 command from "thread apply" invocation.
7762 (thr_apply_info_thr_invalid): Default the expected output to the
7763 input tid list.
7764 (top level): Add tests that use convenience variables. Add tests
7765 for "thread apply" with a valid TID list, but missing the command.
7766
663f6d42
PA
77672016-01-13 Pedro Alves <palves@redhat.com>
7768
7769 * gdb.base/default.exp: Expect $_gthread as well.
7770 * gdb.multi/tids.exp: Test $_gthread.
7771 * gdb.threads/thread-specific.exp: Test $_gthread.
7772
c84f6bbf
PA
77732016-01-13 Pedro Alves <palves@redhat.com>
7774
7775 * gdb.multi/tids.exp: Test "info threads -gid".
7776
22a02324
PA
77772016-01-13 Pedro Alves <palves@redhat.com>
7778
7779 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7780 Breakpoint.thread.
7781 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7782
5d5658a1
PA
77832016-01-07 Pedro Alves <palves@redhat.com>
7784
7785 * gdb.base/break.exp: Adjust to output changes.
7786 * gdb.base/hbreak2.exp: Likewise.
7787 * gdb.base/sepdebug.exp: Likewise.
7788 * gdb.base/watch_thread_num.exp: Likewise.
7789 * gdb.linespec/keywords.exp: Likewise.
7790 * gdb.multi/info-threads.exp: Likewise.
7791 * gdb.threads/thread-find.exp: Likewise.
7792 * gdb.multi/tids.c: New file.
7793 * gdb.multi/tids.exp: New file.
7794
84654457
PA
77952016-01-13 Pedro Alves <palves@redhat.com>
7796
7797 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7798
e3940304
PA
77992016-01-13 Pedro Alves <palves@redhat.com>
7800
7801 * gdb.base/default.exp: Expect $_inferior as well.
7802 * gdb.multi/base.exp: Test $_inferior.
7803
a911d87a
PA
78042016-01-13 Pedro Alves <palves@redhat.com>
7805
7806 PR breakpoints/19388
7807 * gdb.base/catch-signal-siginfo-cond.c: New file.
7808 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7809
82075af2
JS
78102016-01-12 Josh Stone <jistone@redhat.com>
7811 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7812
7813 * gdb.base/catch-syscall.c (do_execve): New variable.
7814 (main): Conditionally trigger an execve.
7815 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7816 (test_catch_syscall_execve): New, check entry/return across execve.
7817 (do_syscall_tests): Call test_catch_syscall_execve.
7818
e46eeedd
PA
78192016-01-12 Pedro Alves <palves@redhat.com>
7820
7821 * gdb.base/random-signal.exp (do_test): New procedure, with body
7822 of testcase moved in.
7823
01d8c27e
JK
78242016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7825 Pedro Alves <palves@redhat.com>
7826
7827 * gdb.base/funcargs.exp (finish from indirectly called function):
7828 Reintroduce the case for 'First'.
7829
9a706302
JK
78302016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7831 Pedro Alves <palves@redhat.com>
7832
7833 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7834 (tcatch_vfork_then_child_follow_exec)
7835 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7836 identification.
7837
c0ecb95f
JK
78382016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7839
7840 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7841 and repeats to unlimited.
7842 * gdb.python/py-value.exp: Likewise.
7843 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7844 and repeats to unlimited.
7845
6cfc1fcb
JK
78462016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7847
7848 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7849 and reordering the functions.
7850 * gdb.multi/hangout.c: Likewise.
7851 * gdb.multi/hello.c: Likewise.
7852
582a1b00
SM
78532016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7854
7855 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7856 absolute.
7857 (SingleStatisticTestResult.report): Use dict.keys instead of
7858 dict.iterkeys.
7859
79bc59cb
PA
78602016-01-06 Pedro Alves <palves@redhat.com>
7861
7862 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7863
43368e1d
MM
78642016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7865
7866 * gdb.btrace/dlopen.exp: New.
7867 * gdb.btrace/dlopen.c: New.
7868 * gdb.btrace/dlopen-dso.c: New.
7869
79fad5b8
SL
78702015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7871
7872 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7873 PATTERN argument is optional.
7874
ab8314b3
JB
78752015-12-24 Joel Brobecker <brobecker@adacore.com>
7876
7877 * lib/ada.exp (target_compile_ada_from_dir): New function.
7878 (gdb_compile_ada): Reimplement avoiding the use of project files.
7879 * gdb.ada/gnat_ada.gpr: Delete.
7880 * gdb.ada/cond_lang.exp: Adjust test to make path before
7881 filename optional.
7882 * gdb.ada/small_reg_param.exp: Likewise.
7883
fe33faff
SM
78842015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7885
7886 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7887
6d265cb4
TP
78882015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7889
7890 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7891 case.
7892
10125099
SM
78932015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7894
7895 * gdb.base/break.exp: Remove dead code.
7896 * gdb.base/sepdebug.exp: Likewise.
7897
3ca22649
SM
78982015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7899
7900 * gdb.asm/asm-source.exp: Remove HP-UX references.
7901 * gdb.base/annota1.exp: Likewise.
7902 * gdb.base/annota3.exp: Likewise.
7903 * gdb.base/attach.exp: Likewise.
7904 * gdb.base/bigcore.exp: Likewise.
7905 * gdb.base/break.exp: Likewise.
7906 * gdb.base/call-ar-st.exp: Likewise.
7907 * gdb.base/callfuncs.exp: Likewise.
7908 * gdb.base/catch-fork-static.exp: Likewise.
7909 * gdb.base/display.exp: Likewise.
7910 * gdb.base/foll-exec-mode.exp: Likewise.
7911 * gdb.base/foll-exec.exp: Likewise.
7912 * gdb.base/foll-fork.exp: Likewise.
7913 * gdb.base/foll-vfork.exp: Likewise.
7914 * gdb.base/funcargs.exp: Likewise.
7915 * gdb.base/hbreak2.exp: Likewise.
7916 * gdb.base/inferior-died.exp: Likewise.
7917 * gdb.base/interrupt.exp: Likewise.
7918 * gdb.base/multi-forks.exp: Likewise.
7919 * gdb.base/nodebug.exp: Likewise.
7920 * gdb.base/sepdebug.exp: Likewise.
7921 * gdb.base/solib1.c: Likewise.
7922 * gdb.base/step-test.exp: Likewise.
7923 * gdb.mi/non-stop.c: Likewise.
7924 * gdb.mi/pthreads.c: Likewise.
7925 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7926 * gdb.threads/pthreads.c: Likewise.
7927 * gdb.threads/staticthreads.exp: Likewise.
7928 * lib/future.exp: Likewise.
7929 * lib/gdb.exp: Likewise.
7930 * gdb.base/so-indr-cl.c: Remove.
7931 * gdb.base/so-indr-cl.exp: Likewise.
7932 * gdb.base/solib.c: Likewise.
7933 * gdb.base/solib.exp: Likewise.
7934 * gdb.base/solib2.c: Likewise.
7935
b6304613
SM
79362015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7937
7938 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7939 * gdb.base/call-ar-st.exp: Likewise.
7940 * gdb.base/callfuncs.exp: Likewise.
7941 * gdb.base/condbreak.exp: Likewise.
7942 * gdb.base/constvars.exp: Likewise.
7943 * gdb.base/hbreak2.exp: Likewise.
7944 * gdb.base/langs.exp: Likewise.
7945 * gdb.base/list.exp: Likewise.
7946 * gdb.base/long_long.exp: Likewise.
7947 * gdb.base/ptype.exp: Likewise.
7948 * gdb.base/scope.exp: Likewise.
7949 * gdb.base/signals.exp: Likewise.
7950 * gdb.base/so-impl-ld.exp: Likewise.
7951 * gdb.base/varargs.exp: Likewise.
7952 * gdb.base/volatile.exp: Likewise.
7953 * gdb.base/whatis.exp: Likewise.
7954 * gdb.cp/cplusfuncs.exp: Likewise.
7955 * gdb.cp/inherit.exp: Likewise.
7956 * gdb.cp/local.exp: Likewise.
7957 * gdb.cp/member-ptr.exp: Likewise.
7958 * gdb.cp/method.exp: Likewise.
7959 * gdb.cp/overload.exp: Likewise.
7960 * gdb.cp/templates.exp: Likewise.
7961 * gdb.stabs/weird.exp: Likewise.
7962 * lib/compiler.c: Likewise.
7963 * lib/compiler.cc: Likewise.
7964 * lib/cp-support.exp: Likewise.
7965 * lib/gdb.exp: Likewise.
7966
bf401b07
SM
79672015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7968
7969 * configure.ac: Remove HP-UX case.
7970 * configure: Regenerate.
7971
aff9c0f8
SM
79722015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7973
7974 * lib/gdb.exp (gdb_compile): Add function doc.
7975
a6904d5a
PA
79762015-12-17 Pedro Alves <palves@redhat.com>
7977
7978 PR threads/19354
7979 * gdb.multi/info-threads.exp: New file.
7980
a22279dd
YQ
79812015-12-15 Yao Qi <yao.qi@linaro.org>
7982
7983 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7984 is aarch64*-*-*.
7985
0588c796
SL
79862015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7987
7988 * gdb.base/history-duplicates.exp: Skip if no readline support.
7989
5d978e17
SL
79902015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7991
7992 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7993
7e763b86
SL
79942015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7995
7996 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7997
87a3a92c
SL
79982015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7999
8000 * gdb.base/completion.exp: Skip tests that interrupt GDB with
8001 ctrl-C if nointerrupts target property is set.
8002 * gdb.base/double-prompt-target-event-error.exp: Likewise.
8003 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
8004 * gdb.base/paginate-bg-execution.exp: Likewise.
8005 * gdb.base/paginate-execution-startup.exp: Likewise.
8006 * gdb.base/random-signal.exp: Likewise.
8007 * gdb.base/range-stepping.exp: Likewise.
8008 * gdb.cp/annota2.exp: Likewise.
8009 * gdb.cp/annota3.exp: Likewise.
8010 * gdb.gdb/selftest.exp: Likewise.
8011 * gdb.threads/continue-pending-status.exp: Likewise.
8012 * gdb.threads/leader-exit.exp: Likewise.
8013 * gdb.threads/manythreads.exp: Likewise.
8014 * gdb.threads/pthreads.exp: Likewise.
8015 * gdb.threads/schedlock.exp: Likewise.
8016 * gdb.threads/sigthread.exp: Likewise.
8017
a8f077dc
DB
80182015-12-11 Don Breazeal <donb@codesourcery.com>
8019
8020 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8021 remote.
8022 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8023 * gdb.base/foll-exec.exp (main): Enable for target remote.
8024 * gdb.base/foll-fork.exp (main): Likewise.
8025 * gdb.base/foll-vfork.exp (main): Likewise.
8026 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8027 (proc continue_to_exit_bp_loc): Use clean_restart.
8028 * gdb.base/pie-execl.exp (main): Disable for target remote.
8029 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8030 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8031 * gdb.threads/execl.exp (main): Likewise.
8032 * gdb.threads/fork-child-threads.exp (main): Likewise.
8033 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8034 remote.
8035 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8036 remote.
8037 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8038 pid.tid style ptids, instead of just tid.
8039 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8040 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8041 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8042 ptids, instead of just tid.
8043
3b2464a8
AB
80442015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8045
8046 * gdb.base/list.exp (test_list_forward): Add end of file error
8047 test.
8048 (test_repeat_list_command): Add end of file error test.
8049 (test_list_backwards): Add beginning of file error test.
8050
a0def019
AB
80512015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8052
8053 * gdb.base/list.exp (test_list_invalid_args): New function,
8054 defined, and called.
8055
5c000dff
AB
80562015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8057
8058 * gdb.base/list.exp (test_list): Make test names unique.
8059
f1637ebe
YQ
80602015-12-11 Yao Qi <yao.qi@linaro.org>
8061
8062 * gdb.base/coremaker2.c: Remove.
8063
36d6fc0a
PA
80642015-12-10 Pedro Alves <palves@redhat.com>
8065
8066 * gdb.multi/base.exp: Remove stale "spaces" references.
8067
762f7747
PA
80682015-12-10 Pedro Alves <palves@redhat.com>
8069
8070 * gdb.multi/base.exp: Don't use nowarnings.
8071 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8072 * gdb.multi/hangout.c: Include stdio.h.
8073 * gdb.multi/hello.c: Include stdlib.h.
8074 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8075 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8076 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8077
28d2bfb9
AB
80782015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8079
8080 * gdb.dwarf2/dw2-ranges-base.c: New file.
8081 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8082 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8083 support additional line table, and debug ranges generation.
8084 (Dwarf::ranges): New function, generate .debug_ranges.
8085 (Dwarf::lines): Support generating simple line table programs.
8086 (Dwarf::assemble): Initialise new namespace variables.
8087
5fc2beac
KB
80882015-12-09 Kevin Buettner <kevinb@redhat.com>
8089
8090 * gdb.base/async.exp (proc test_background): Add case for
8091 asynchronous execution not supported.
8092
1c35a88f
LM
80932015-12-09 Luis Machado <lgustavo@codesourcery.com>
8094
8095 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8096 format and change test names to make them unique.
8097
b593e3d9
RK
80982015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8099 Pedro Alves <pedro@redhat.com>
8100
8101 PR gdb/18702
8102 Add checking of floatformats setup on x86_64 hosts.
8103 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8104 (smallval, bigval): New labels/constants.
8105 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8106 float" after loading bigval and smallval.
8107
d72413e6
PMR
81082015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8109
8110 * gdb.ada/fun_overload_menu.exp: New testcase.
8111 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8112
ece66d65
JS
81132015-12-04 Josh Stone <jistone@redhat.com>
8114
8115 * gdb.base/catch-fork-static.exp: New.
8116
41d0efca
YQ
81172015-12-03 Yao Qi <yao.qi@linaro.org>
8118
8119 * gdb.base/sizeof.c: Don't include stdio.h and
8120 ../lib/unbuffer_output.c.
8121 (main): New variable 'size' and 'value'. Remove printf and
8122 gdb_unbuffer_output. Assign return value to size and value.
8123 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8124 at the beginning.
8125 (check_sizeof): Check the result by printing variable 'size'.
8126 (check_valueof): Check the result by printing variable 'value'.
8127
99fd02d9
YQ
81282015-12-01 Yao Qi <yao.qi@linaro.org>
8129
8130 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8131 for aarch64*-*-linux* target.
8132
f2faf941
PA
81332015-11-30 Pedro Alves <palves@redhat.com>
8134
8135 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8136
04bf20c5
PA
81372015-11-30 Pedro Alves <palves@redhat.com>
8138
8139 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8140 Handle non-stop mode vCont replies.
8141
09df4675
PA
81422015-11-30 Pedro Alves <palves@redhat.com>
8143
8144 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8145 prepare_for_testing. Start gdb with "set non-stop on" appended to
8146 GDBFLAGS. Lax expected stop output.
8147
58b584af
YQ
81482015-11-27 Yao Qi <yao.qi@linaro.org>
8149
8150 * gdb.arch/arm-neon.exp: New.
8151 * gdb.arch/arm-neon.c: New.
8152
dfcb77a8
YQ
81532015-11-27 Yao Qi <yao.qi@linaro.org>
8154
8155 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8156
88e8ec1b
YQ
81572015-11-27 Yao Qi <yao.qi@linaro.org>
8158
8159 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8160 frames-invalid annotation.
8161
bfde72c2
YQ
81622015-11-27 Yao Qi <yao.qi@linaro.org>
8163
8164 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8165
f6512a69
SM
81662015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8167
8168 * gdb.threads/names.exp: New file.
8169 * gdb.threads/names.c: New file.
8170 * README: Mention gdb,no_thread_names.
8171
46a3515b
MM
81722015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8173
8174 PR 19297
8175 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8176 support" error.
8177
62147a22
PA
81782015-11-24 Pedro Alves <palves@redhat.com>
8179
8180 PR 17539
8181 * gdb.base/display.exp: Expect displays to be sorted in ascending
8182 order. Use multi_line.
8183 * gdb.base/solib-display.exp: Likewise.
8184
2f341b6e
PA
81852015-11-24 Pedro Alves <palves@redhat.com>
8186
8187 PR 17539
25d49b86
PA
8188 * gdb.base/display.exp: Expect displays to be sorted in ascending
8189 order. Use multi_line.
8190 * gdb.base/solib-display.exp: Likewise.
2f341b6e 8191
7e0aa6aa
PA
81922015-11-24 Pedro Alves <palves@redhat.com>
8193
8194 PR 17539
8195 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8196 threads in ascending order.
8197 * gdb.base/foll-fork.exp: Likewise.
8198 * gdb.base/foll-vfork.exp: Likewise.
8199 * gdb.base/multi-forks.exp: Likewise.
8200 * gdb.mi/mi-nonstop.exp: Likewise.
8201 * gdb.mi/mi-nsintrall.exp: Likewise.
8202 * gdb.multi/base.exp: Likewise.
8203 * gdb.multi/multi-arch.exp: Likewise.
8204 * gdb.python/py-inferior.exp: Likewise.
8205 * gdb.threads/break-while-running.exp: Likewise.
8206 * gdb.threads/execl.exp: Likewise.
8207 * gdb.threads/gcore-thread.exp: Likewise.
8208 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8209 * gdb.threads/kill.exp: Likewise.
8210 * gdb.threads/linux-dp.exp: Likewise.
8211 * gdb.threads/multiple-step-overs.exp: Likewise.
8212 * gdb.threads/next-bp-other-thread.exp: Likewise.
8213 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8214 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8215 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8216 * gdb.threads/thread-find.exp: Likewise.
8217 * gdb.threads/tls.exp: Likewise.
8218 * lib/mi-support.exp (mi_reverse_list): Delete.
8219 (mi_check_thread_states): No longer reverse list.
8220
2cc57ad8
PA
82212015-11-24 Pedro Alves <palves@redhat.com>
8222
8223 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8224 use lowercase.
8225
c93e8391
SM
82262015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8227
8228 * gdb.trace/actions.c: Include trace-common.h.
8229 (main): Add a location for a fast tracepoint.
8230 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8231 the normal tracepoints.
8232 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8233
045ccf91
SM
82342015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8235
8236 * save-trace.exp: Factor out code to these...
8237 (gdb_save_tracepoints): New.
8238 (gdb_load_tracepoints): New.
8239 (do_save_load_test): New.
8240
5506f9f6
KB
82412015-11-23 Kevin Buettner <kevinb@redhat.com>
8242
8243 * gdb.base/asmlabel.exp: New test.
8244 * gdb.base/asmlabel.c: New test case.
8245
16c3b12f
JB
82462015-11-23 Joel Brobecker <brobecker@adacore.com>
8247
8248 * gdb.base/wrong_frame_bt_full-main.c: New file.
8249 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8250 * gdb.base/wrong_frame_bt_full.exp: New file.
8251
155bfbd3
JB
82522015-11-23 Joel Brobecker <brobecker@adacore.com>
8253
8254 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8255
bb097445
JM
82562015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8257
206853a0 8258 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
8259 pstate register when comparing registers values in
8260 sparc64-*-linux-gnu targets to avoid spurious differences.
8261
9c88ed8f
JM
82622015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8263
206853a0 8264 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 8265
96161e25
SL
82662015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8267
8268 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8269 as type argument to gdb_compile.
8270 * gdb.base/nested-subp2.exp: Likewise.
8271 * gdb.base/nested-subp3.exp: Likewise.
8272
340c2830
DV
82732015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8274
8275 * lib/dwarf.exp (_note): Fix left shift of negative value.
8276 * gdb.trace/trace-condition.exp: Likewise.
8277
c1862d0f
YQ
82782015-11-13 Yao Qi <yao.qi@linaro.org>
8279
8280 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8281 comments about d10v.
8282 (test_scalar_returns): Likewise.
8283 * gdb.base/d10v.ld: Remove.
8284 * gdb.base/overlays.exp: Remove the target triplet checking for
8285 d10v-*-*.
8286 * gdb.base/structs.exp (test_struct_returns): Remove the
8287 comments about d10v.
8288 (test_struct_calls): Likewise.
8289
77ae9c19
YQ
82902015-11-13 Yao Qi <yao.qi@linaro.org>
8291
8292 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8293 * gdb.base/gnu_vector.c: Don't include stdio.h.
8294 (main): Don't print res and call add_some_intvecs.
8295
430e004e
MK
82962015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8297
8298 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8299 macro.
8300 (func5): Removed.
8301 (func4): Use FAST_TRACEPOINT_LABEL.
8302 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8303 macro.
8304 (func): Removed.
8305 (thread_function): Use FAST_TRACEPOINT_LABEL.
8306 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8307 (func): Remove.
8308 (marker): Use FAST_TRACEPOINT_LABEL.
8309 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8310 (pendfunc1): Remove.
8311 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8312 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8313 (foo): Remove.
8314 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8315 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8316 macro.
8317 (func): Remove.
8318 (marker): Use FAST_TRACEPOINT_LABEL.
8319 * gdb.trace/trace-common.h: New header.
8320 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8321 macro.
8322 (func): Remove.
8323 (marker): Use FAST_TRACEPOINT_LABEL.
8324 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8325 (func): Remove.
8326 (thread_function): Use FAST_TRACEPOINT_LABEL.
8327
6e7675a7
MK
83282015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8329
8330 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8331 in front.
8332 * gdb.trace/change-loc.exp: Use global pcreg definition.
8333 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8334 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8335 in front.
8336 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8337 * gdb.trace/pending.exp: Likewise.
8338 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8339 * gdb.trace/trace-break.exp: Likewise.
8340 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8341 in front.
8342 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8343 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8344 in front.
8345 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8346
dddc0e16
JB
83472015-11-09 Joel Brobecker <brobecker@adacore.com>
8348
8349 * gdb.ada/fin_fun_out: New testcase.
8350
c6f0b406
KB
83512015-11-07 Kevin Buettner <kevinb@redhat.com>
8352
8353 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8354 value associated with DW_AT_byte_size.
8355 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8356 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8357 DW_AT_upper_bound.
8358
f01dcfd9
KB
83592015-11-07 Kevin Buettner <kevinb@redhat.com>
8360
8361 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8362 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8363 version.
8364 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8365 gdb.dwarf2/dw2-canonicalize-type.exp,
8366 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8367 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8368 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8369 provided by gdb_target_symbol_prefix_flags_asm.
8370 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8371 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8372 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8373 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8374 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8375 macros where needed). Use this macro for symbols which require
8376 the prefix provided by SYMBOL_PREFIX.
8377
2223449a
KB
83782015-11-05 Kevin Buettner <kevinb@redhat.com>
8379
8380 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8381 New procs.
8382 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8383 representing expressions, of more than one list element.
8384 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8385 to prepend linker symbol prefix to f.
8386 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8387 table_1 and table_2.
8388 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8389 Likewise, for f and g.
8390 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8391 for ptr.
8392 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8393 for main.
8394 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8395 table_1_ptr and table_2_ptr.
8396
6f2f1a3a
JK
83972015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8398 Joel Brobecker <brobecker@adacore.com>
8399
8400 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8401
566c56c9
MK
84022015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8403
8404 * gdb.reverse/s390-mvcle.c: New test.
8405 * gdb.reverse/s390-mvcle.exp: New file.
8406 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8407
d5f0636b
MK
84082015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8409
8410 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8411
7ad8b86c
MK
84122015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8413
8414 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8415 reaching marker2.
8416 * gdb.reverse/getresuid-reverse.exp: Likewise.
8417 * gdb.reverse/pipe-reverse.exp: Likewise.
8418 * gdb.reverse/readv-reverse.exp: Likewise.
8419 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8420 * gdb.reverse/time-reverse.exp: Likewise.
8421 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8422
4081c0f1
YQ
84232015-10-30 Yao Qi <yao.qi@linaro.org>
8424
8425 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8426 (empty_cycle): Remove.
8427 (main): Don't call empty_cycle. Don't use watch_count_done.
8428 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8429 empty_cycle. Rewrite the code counting HW watchpoints.
8430
452b4ba5
MK
84312015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8432
8433 * gdb.reverse/fstatat-reverse.c: New test.
8434 * gdb.reverse/fstatat-reverse.exp: New file.
8435 * gdb.reverse/getresuid-reverse.c: New test.
8436 * gdb.reverse/getresuid-reverse.exp: New file.
8437 * gdb.reverse/pipe-reverse.c: New test.
8438 * gdb.reverse/pipe-reverse.exp: New file.
8439 * gdb.reverse/readv-reverse.c: New test.
8440 * gdb.reverse/readv-reverse.exp: New file.
8441 * gdb.reverse/recvmsg-reverse.c: New test.
8442 * gdb.reverse/recvmsg-reverse.exp: New file.
8443 * gdb.reverse/time-reverse.c: New test.
8444 * gdb.reverse/time-reverse.exp: New file.
8445 * gdb.reverse/waitpid-reverse.c: New test.
8446 * gdb.reverse/waitpid-reverse.exp: New file.
8447
5e2e7507
JK
84482015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8449
8450 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8451
0fde2c53
DE
84522015-10-26 Doug Evans <dje@google.com>
8453
8454 PR symtab/17391
8455 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8456 * gdb.dwarf2/bad-regnum.c: New file.
8457 * gdb.dwarf2/bad-regnum.exp: New file.
8458
1a70ae97
DE
84592015-10-26 Doug Evans <dje@google.com>
8460
8461 PR python/18938
8462 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8463 file.
8464
27dc26ab
JK
84652015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8466
8467 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8468 for a change by "Mention language in compile error message".
8469
bed91f4d
SM
84702015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8471
8472 PR python/18073
8473 * gdb.python/py-type.c (C::a_method): New.
8474 (C::a_const_method): New.
8475 (C::a_static_method): New.
8476 (a_function): New.
8477 * gdb.python/py-type.exp (test_fields): Test getting fields
8478 from function and method.
8479
3f2f83dd
KB
84802015-10-21 Keven Boell <keven.boell@intel.com>
8481
8482 * gdb.fortran/vla-alloc-assoc.exp: New file.
8483 * gdb.fortran/vla-datatypes.exp: New file.
8484 * gdb.fortran/vla-datatypes.f90: New file.
8485 * gdb.fortran/vla-history.exp: New file.
8486 * gdb.fortran/vla-ptype-sub.exp: New file.
8487 * gdb.fortran/vla-ptype.exp: New file.
8488 * gdb.fortran/vla-sizeof.exp: New file.
8489 * gdb.fortran/vla-sub.f90: New file.
8490 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8491 * gdb.fortran/vla-value-sub-finish.exp: New file.
8492 * gdb.fortran/vla-value-sub.exp: New file.
8493 * gdb.fortran/vla-value.exp: New file.
8494 * gdb.fortran/vla-ptr-info.exp: New file.
8495 * gdb.mi/mi-vla-fortran.exp: New file.
8496 * gdb.mi/vla.f90: New file.
8497
27145d50
SL
84982015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8499
8500 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8501 of hardwired timeout value.
8502
5f3ff4f8
JK
85032015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8504 Pedro Alves <palves@redhat.com>
8505
8506 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8507 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8508
bfd09d20
JS
85092015-10-19 Josh Stone <jistone@redhat.com>
8510
8511 * gdb.base/catch-syscall.c: Include <sched.h>.
8512 (unknown_syscall): New variable.
8513 (main): Trigger a vfork and an unknown syscall.
8514 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8515 (unknown_syscall_number): Likewise.
8516 (check_call_to_syscall): Accept an optional syscall pattern.
8517 (check_return_from_syscall): Likewise.
8518 (check_continue): Likewise.
8519 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8520 (test_catch_syscall_skipping_return): New test toggling off 'catch
8521 syscall' to step over the syscall return, then toggling back on.
8522 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8523 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8524 (do_syscall_tests): Call test_catch_syscall_without_args and
8525 test_catch_syscall_mid_vfork.
8526 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8527 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8528
b32b93c6
AS
85292015-10-19 Andrew Stubbs <ams@codesourcery.com>
8530
8531 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8532 print g_vE): Add new pass patterns.
8533 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8534 print various symbol names for vptr fields.
8535
9d622bda
AB
85362015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8537
8538 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8539 results.
8540
0fd8ac1c
YQ
85412015-10-12 Yao Qi <yao.qi@linaro.org>
8542
8543 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8544
34240514
YQ
85452015-10-12 Yao Qi <yao.qi@linaro.org>
8546
8547 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8548 is aarch64*-*-linux*.
8549
8240f442
YQ
85502015-10-12 Yao Qi <yao.qi@linaro.org>
8551
8552 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8553 (can_relocate_bcond_true): ... it.
8554 (can_relocate_bcond_false): New function.
8555 (foo): Likewise.
8556 (can_relocate_bl): Likewise.
8557 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8558 can_relocate_bl.
8559
2520f728
PMR
85602015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8561
8562 * gdb.base/nested-addr.c: New file.
8563 * gdb.base/nested-addr.exp: New testcase.
8564
abcef95a
MM
85652015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8566
8567 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8568 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8569 its output. Ignore the output of "record goto begin" and instead
8570 check that GDB is replaying.
8571
145e3ddb
PA
85722015-10-09 Pedro Alves <palves@redhat.com>
8573
8574 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8575 (top level): Use it in the run with no args test.
8576
d5d8c4e1
IB
85772015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8578
8579 * gdb.dlang/properties.exp: New file.
8580
06e635ef
SL
85812015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8582
8583 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8584 whether or not address 0x1000 is mapped on the target.
8585
e019fd1d
SM
85862015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8587
8588 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8589 build.
8590
77ba2a67
MM
85912015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8592
8593 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8594 instruction-history test.
8595
c60eb31f
DE
85962015-09-28 Doug Evans <dje@google.com>
8597
8598 * gdb.base/gcore.c (array_func): Add reference to static_array.
8599
9a3c8263
SM
86002015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8601
8602 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8603 source line.
8604
9720e656
SL
86052015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8606
8607 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8608 short or char as base type.
8609
938d3bf2
SL
86102015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8611
8612 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8613 to allow any size enum.
8614
e6c2c623
PMR
86152015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8616
8617 * gdb.ada/array_ptr_renaming.exp: New testcase.
8618 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8619 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8620
06da0f77
PL
86212015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8622
8623 * gdb.trace/ftrace-lock.c: New file.
8624 * gdb.trace/ftrace-lock.exp: New file.
8625
4f51c22a
PL
86262015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8627
8628 * gdb.arch/insn-reloc.c: New file.
8629 * gdb.arch/ftrace-insn-reloc.exp: New file.
8630
7041adf4
PL
86312015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8632
8633 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8634 instruction.
8635 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8636 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8637 * gdb.trace/range-stepping.c: Likewise.
8638 * gdb.trace/trace-break.c: Likewise.
8639 * gdb.trace/trace-mt.c (thread_function): Likewise.
8640 * gdb.trace/ftrace.c (marker): Likewise.
8641 * gdb.trace/trace-condition.c (marker): Likewise.
8642 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8643 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8644 is_aarch64_target.
8645
015d2e7e
DE
86462015-09-18 Doug Evans <xdje42@gmail.com>
8647
8648 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8649 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8650
26b188a2
SL
86512015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8652
8653 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8654 the breakpoint.
8655
79dc332b
SL
86562015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8657
8658 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8659 the pending breakpoint. Remove timeout override for "Run till
8660 MI pending breakpoint on pendfunc3 on thread 2" test.
8661
f57929f2
SL
86622015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8663
8664 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8665 filename pattern.
8666
3f469b17
SL
86672015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8668
8669 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8670 in breakpoint filename pattern.
8671
515b89b3
SL
86722015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8673
7800dbe4
SL
8674 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8675
86762015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8677
515b89b3
SL
8678 * gdb.linespec/explicit.exp: Check for readline support for
8679 tab-completion tests. Fix obvious typo.
8680
d2939ba2
MM
86812015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8682
8683 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8684 and replay.
8685
cbb55fa7
MM
86862015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8687
8688 * gdb.btrace/non-stop.c: New.
8689 * gdb.btrace/non-stop.exp: New.
8690
43691ca1
PL
86912015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8692 Yao Qi <yao.qi@linaro.org>
8693
8694 * gdb.trace/trace-condition.c: New file.
8695 * gdb.trace/trace-condition.exp: New file.
8696
d78908cf
WW
86972015-09-16 Wei-cheng Wang <cole945@gmail.com>
8698
8699 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8700 for testing bytecode compilation.
8701
1ed415e2
PA
87022015-09-16 Pedro Alves <palves@redhat.com>
8703 Sandra Loosemore <sandra@codesourcery.com>
8704
8705 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8706 (SECONDS): Redefine.
8707 (main): Call pthread_kill and alarm early.
8708 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8709 support.
8710 (test): If the target can't hardware step and doesn't support
8711 displaced stepping, increase the timeout.
8712
d136eff5
PA
87132015-09-16 Pedro Alves <palves@redhat.com>
8714
8715 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8716 (enable_debug): New procedures.
8717 (test): Use them. Bail out if waiting for threads fails.
8718 (top level): Bail out if a test fails.
8719
991f019c
YQ
87202015-09-16 Yao Qi <yao.qi@linaro.org>
8721
8722 * gdb.asm/asm-source.exp: Set asm-arch for
8723 aarch64*-*-* target.
8724 * gdb.asm/aarch64.inc: New file.
8725
bfca584f
PMR
87262015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8727
8728 * gdb.ada/array_of_variable_length.exp: New testcase.
8729 * gdb.ada/array_of_variable_length/foo.adb: New file.
8730 * gdb.ada/array_of_variable_length/pck.adb: New file.
8731 * gdb.ada/array_of_variable_length/pck.ads: New file.
8732
b326e587
DE
87332015-09-15 Doug Evans <dje@google.com>
8734
8735 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8736 of function static local variable.
8737
5382cfab
PW
87382015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8739
8740 * gdb.threads/tls-so_extern.exp: New test file.
8741 * gdb.threads/tls-so_extern.c: New test file.
8742 * gdb.threads/tls-so_extern_main.c: New test file.
8743
141c5cc4
JK
87442015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8745
8746 * gdb.opt/solib-intra-step-lib.c: New file.
8747 * gdb.opt/solib-intra-step-main.c: New file.
8748 * gdb.opt/solib-intra-step.exp: New file.
8749
d15dcecd
PA
87502015-09-15 Pedro Alves <palves@redhat.com>
8751
8752 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8753 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8754
4c2f2a79
PA
87552015-09-14 Pedro Alves <palves@redhat.com>
8756
8757 * gdb.base/hook-stop-continue.c: Delete.
8758 * gdb.base/hook-stop-continue.exp: Delete.
8759 * gdb.base/hook-stop-frame.c: Delete.
8760 * gdb.base/hook-stop-frame.exp: Delete.
8761 * gdb.base/hook-stop.c: New file.
8762 * gdb.base/hook-stop.exp: New file.
8763
919e6dbe
PMR
87642015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8765
8766 * gdb.ada/access_to_packed_array.exp: New testcase.
8767 * gdb.ada/access_to_packed_array/foo.adb: New file.
8768 * gdb.ada/access_to_packed_array/pack.adb: New file.
8769 * gdb.ada/access_to_packed_array/pack.ads: New file.
8770
157280a4
MM
87712015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8772
8773 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8774 buffer size test.
8775
2fd33e94
DB
87762015-09-11 Don Breazeal <donb@codesourcery.com>
8777
8778 * gdb.base/foll-exec.c: Add copyright header. Fix
8779 formatting issues.
8780 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8781 (do_exec_tests): Use clean_restart in place of zap_session,
8782 and for test initialization. Fix formatting issues. Use
8783 fail in place of perror.
8784 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8785 an expect statement to match an expression with output from
8786 the program under debug.
8787 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8788 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8789 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8790 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8791 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8792
e70b6e8e
DE
87932015-09-09 Doug Evans <dje@google.com>
8794
8795 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8796
7a551a51
DE
87972015-09-09 Doug Evans <dje@google.com>
8798
8799 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8800
4c666f84
DE
88012015-09-09 Doug Evans <dje@google.com>
8802
8803 * gdb.base/savedregs.exp: Fix typo.
8804
243a9253
PA
88052015-09-09 Pedro Alves <palves@redhat.com>
8806
8807 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8808
c0fa8fbd
SL
88092015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8810
8811 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8812 command actually switches threads. Give up on remaining
8813 tests if target fails to stop at breakpoint.
8814
cd7c1778
PMR
88152015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8816
8817 * gdb.ada/funcall_char.exp: New testcase.
8818 * gdb.ada/funcall_char/foo.adb: New file.
8819
dc5c8746
PMR
88202015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8821
8822 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8823 expected outputs. Add two testcases for completing ambiguous
8824 functions.
8825 * gdb.ada/complete/aux_pck.adb: New file.
8826 * gdb.ada/complete/aux_pck.ads: New file.
8827 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8828 Ambiguous_Func functions.
8829 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8830 * gdb.ada/complete/pck.adb: Likewise.
8831
4e83a1e7
UW
88322015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8833
8834 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8835 failures to run the test program under GDB.
8836
8ce74153
LM
88372015-08-26 Luis Machado <lgustavo@codesourcery.com>
8838
8839 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8840 to C.
8841
e9756d52
PP
88422015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8843
8844 * gdb.base/run-after-attach.exp: New test file.
8845 * gdb.base/run-after-attach.c: New test file.
8846
8d37573b
DB
88472015-08-26 Don Breazeal <donb@codesourcery.com>
8848
8849 * gdb.base/foll-exec-2.c: New test program.
8850 * gdb.base/foll-exec-2.exp: New test.
8851
63e43d3a
PMR
88522015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8853
8854 * gdb.base/nested-subp1.exp: New file.
8855 * gdb.base/nested-subp1.c: New file.
8856 * gdb.base/nested-subp2.exp: New file.
8857 * gdb.base/nested-subp2.c: New file.
8858 * gdb.base/nested-subp3.exp: New file.
8859 * gdb.base/nested-subp3.c: New file.
8860
3d40fbb5
PA
88612015-08-24 Pedro Alves <palves@redhat.com>
8862
8863 * gdb.server/connect-without-multi-process.c: New file.
8864 * gdb.server/connect-without-multi-process.exp: New file.
8865
4422ac93
LM
88662015-08-24 Luis Machado <lgustavo@codesourcery.com>
8867
8868 * gdb.opt/inline-markers.c: Make z int.
8869
91dddb86
LM
88702015-08-24 Luis Machado <lgustavo@codesourcery.com>
8871
8872 * gdb.opt/inline-markers.c: Make z volatile.
8873
a48847ee
LM
88742015-08-24 Luis Machado <lgustavo@codesourcery.com>
8875
8876 * gdb.opt/inline-bt.c: New volatile global z.
8877 * gdb.opt/inline-cmds.c: Likewise.
8878 * gdb.opt/inline-locals.c: Likewise.
8879 * gdb.opt/inline-markers.c: New extern global z.
8880 (marker): Use z.
8881 (inline_fn): Likewise.
8882
0ebbc52b
PA
88832015-08-24 Pedro Alves <palves@redhat.com>
8884
8885 * config/m32r-stub.exp: Remove file.
8886 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8887 * gdb.base/call-rt-st.exp: Likewise.
8888 * gdb.base/call-strs.exp: Likewise.
8889 * gdb.base/default.exp: Remove references to h8300-*-hms and
8890 *-*-udi*.
8891 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8892
77c365df
AA
88932015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8894
8895 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8896 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8897 and "return" use KFAIL when GDB can not read/write the vector
8898 return value.
8899
4313b8c0
GB
89002015-08-21 Gary Benson <gbenson@redhat.com>
8901
8902 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8903
0e433b32
PA
89042015-08-20 Pedro Alves <palves@redhat.com>
8905
8906 * gdb.server/solib-list.exp: No longer expect an interior stop in
8907 non-stop mode.
8908
221e1a37
PA
89092015-08-20 Pedro Alves <palves@redhat.com>
8910
8911 * gdb.server/connect-stopped-target.c: New file.
8912 * gdb.server/connect-stopped-target.exp: New file.
8913
40e3ad0e
PA
89142015-08-20 Pedro Alves <palves@redhat.com>
8915
8916 * gdb.dwarf2/comp-unit-lang.exp: New file.
8917 * gdb.dwarf2/comp-unit-lang.c: New file.
8918
af39b327
PMR
89192015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8920
8921 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8922 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8923
7d45c7c3 89242015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 8925
7d45c7c3
KB
8926 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8927 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8928
4d6cceb4
DE
89292015-08-18 Doug Evans <dje@google.com>
8930 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8931
8932 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8933 skip_python_tests. New arg prompt_regexp.
8934 (skip_python_tests): New function.
8935 * lib/mi-support.exp (mi_skip_python_tests): New function.
8936 * gdb.python/py-mi-objfile-gdb.py: New file.
8937 * gdb.python/py-mi-objfile.c: New file.
8938 * gdb.python/py-mi-objfile.exp: New file.
8939
ad89c2aa
KS
89402015-08-17 Keith Seitz <keiths@redhat.com>
8941
8942 * gdb.linespec/explicit.exp: Move strace test from here ...
8943 * gdb.trace/strace.exp: ... to here.
8944
e3ae3c43
PP
89452015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8946
8947 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8948 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8949
604b2636
DE
89502015-08-14 Doug Evans <xdje42@gmail.com>
8951
8952 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8953 inferior before selecting a new file.
8954
6ff0ba5f
DE
89552015-08-14 Doug Evans <xdje42@gmail.com>
8956
8957 * gdb.mi/mi-disassemble.exp: Update.
8958 * gdb.base/disasm-optim.S: New file.
8959 * gdb.base/disasm-optim.c: New file.
8960 * gdb.base/disasm-optim.h: New file.
8961 * gdb.base/disasm-optim.exp: New file.
8962
9ca98f92
KS
89632015-08-14 Keith Seitz <keiths@redhat.com>
8964
8965 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8966 "evaluated-by".
8967
52bbc560
JB
89682015-08-13 Joel Brobecker <brobecker@adacore.com>
8969
8970 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8971
5d8c3ed3
PMR
89722015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8973
8974 * gdb.ada/fun_renaming.exp: New testcase.
8975 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8976 * gdb.ada/fun_renaming/pack.adb: New file.
8977 * gdb.ada/fun_renaming/pack.ads: New file.
8978
ea8812bc
KS
89792015-08-12 Keith Seitz <keiths@redhat.com>
8980
8981 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8982 gdb_get_line_number.
8983
4dafcdeb
JB
89842015-08-12 Joel Brobecker <brobecker@adacore.com>
8985
8986 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8987 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8988 gdb.base/dso2dso.exp: New files.
8989
5ba32597
SDJ
89902015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8991 Pedro Alves <palves@redhat.com>
8992 Keith Seitz <keiths@redhat.com>
8993
8994 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8995 GDBFLAGS.
8996
b6dafabf
PP
89972015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8998
8999 * gdb.base/gdbhistsize-history.exp
9000 (test_histsize_history_setting): Use save_vars.
9001 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9002 Use save_vars.
9003 (test_no_truncation_of_unlimited_history_file): Use save_vars.
9004 * gdb.base/readline.exp: Use save_vars.
9005
abe8e607
PP
90062015-08-12 Patrick Palka <patrick@parcs.ath.cx>
9007
9008 * lib/gdb.exp (save_vars): New proc.
9009
629500fa
KS
90102015-08-11 Keith Seitz <keiths@redhat.com>
9011
9012 * gdb.base/help.exp: Update help_breakpoint_text.
9013
eb8c4e2e
KS
90142015-08-11 Keith Seitz <keiths@redhat.com>
9015
9016 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9017 (at toplevel): Call test_explicit_breakpoints.
9018 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9019 breakpoints.
9020 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9021 breakpoint conditions, "-cond".
9022
87f0e720
KS
90232015-08-11 Keith Seitz <keiths@redhat.com>
9024
9025 * gdb.linespec/3explicit.c: New file.
9026 * gdb.linespec/cpexplicit.cc: New file.
9027 * gdb.linespec/cpexplicit.exp: New file.
9028 * gdb.linespec/explicit.c: New file.
9029 * gdb.linespec/explicit.exp: New file.
9030 * gdb.linespec/explicit2.c: New file.
9031 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9032 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9033 before using in the matching pattern.
9034 Clarify that `prefix' is a regular expression.
9035
f00aae0f
KS
90362015-08-11 Keith Seitz <keiths@redhat.com>
9037
9038 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9039 test.
9040 Add tests for missing ",FMT" and ",".
9041
e27852be
DE
90422015-08-10 Doug Evans <dje@google.com>
9043 Keith Seitz <keiths@redhat.com>
9044
9045 PR gdb/17960
9046 * gdb.base/completion.exp: Add location completer tests.
9047
7f03bd92
PA
90482015-08-07 Pedro Alves <palves@redhat.com>
9049
9050 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9051 tests here.
9052 (top level): Run do_test with and without displaced stepping.
9053
3fc8eb30
PA
90542015-08-07 Pedro Alves <palves@redhat.com>
9055
9056 * gdb.base/valgrind-disp-step.c: New file.
9057 * gdb.base/valgrind-disp-step.exp: New file.
9058
d4569d7b
PA
90592015-08-07 Pedro Alves <palves@redhat.com>
9060
9061 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9062 Delete function.
9063 (main): Add alarm. Run an infinite loop instead of calling
9064 wait_threads.
9065 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9066 comment.
9067 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9068 Delete function.
9069 (main): Add alarm. Run an infinite loop instead of calling
9070 wait_threads.
9071 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9072 comment.
9073
e1316e60
PA
90742015-08-07 Pedro Alves <palves@redhat.com>
9075
9076 * gdb.base/checkpoint-ns.exp: New file.
9077 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9078 standard_testfile.
9079
da8c46d2
MM
90802015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9081
9082 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9083 * gdb.btrace/instruction_history.exp: Update.
9084 * gdb.btrace/tsx.exp: New.
9085 * gdb.btrace/tsx.c: New.
9086
de1c2c52
PA
90872015-08-06 Pedro Alves <palves@redhat.com>
9088
9089 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9090 increase timeout.
9091 * gdb.reverse/until-precsave.exp: Bump timeouts.
9092
782e0bf4
PA
90932015-08-06 Pedro Alves <palves@redhat.com>
9094
9095 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9096
83e97ed0
PA
90972015-08-06 Pedro Alves <palves@redhat.com>
9098
9099 PR gdb/18749
9100 * gdb.threads/process-dies-while-handling-bp.c: New file.
9101 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9102
863d01bd
PA
91032015-08-06 Pedro Alves <palves@redhat.com>
9104
9105 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9106 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9107
0a39bb32
PA
91082015-08-05 Pedro Alves <palves@redhat.com>
9109
9110 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9111 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9112
ee2d2b10
SL
91132015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9114
9115 * gdb.base/bp-permanent.exp: Report test as unsupported if
9116 the target cannot stop at the permanent breakpoint.
9117
4e1bdb00
DE
91182015-08-03 Doug Evans <dje@google.com>
9119
9120 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9121 10000.
9122
3d338901
DE
91232015-08-03 Doug Evans <dje@google.com>
9124
9125 * Makefile.in (workers/%.worker, build-perf): New rule.
9126 (GDB_PERFTEST_MODE): New variable.
9127 (check-perf): Use it.
9128 (clean): Clean up gdb.perf parallel build subdirs.
9129 * lib/build-piece.exp: New file.
9130 * lib/gdb.exp (make_gdb_parallel_path): New function
9131 (standard_output_file, standard_temp_file): Call it.
9132 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9133 of $GDB_PARALLEL.
9134 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9135
af061d3e
DE
91362015-08-03 Doug Evans <dje@google.com>
9137
8e1afc81 9138 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
9139 (LOG_FILE_NAME): New global.
9140 (TextReporter.__init__): Initialize self.txt_sum.
9141 (TextReporter.report): Add support for multiple data-points.
9142 Move report to perftest.sum, put raw data in perftest.log.
9143 (TextReporter.start): Open sum and log files.
9144 (TextReporter.end): Close sum and log files.
8e1afc81
DE
9145 * gdb.perf/lib/perftest/testresult.py
9146 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 9147
2c8c5d37
PA
91482015-07-31 Pedro Alves <palves@redhat.com>
9149
9150 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9151 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9152 kill_wait_spawned_process instead of explicit "kill -9".
9153 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9154 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9155 kill_wait_spawned_process.
9156 * gdb.base/attach-twice.exp: Likewise.
9157 * gdb.base/attach.exp: Likewise.
9158 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9159 gdb_test_multiple.
9160 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9161 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9162 kill_wait_spawned_process.
9163 * gdb.base/valgrind-infcall.exp: Likewise.
9164 * gdb.multi/multi-attach.exp: Likewise.
9165 * gdb.python/py-prompt.exp: Likewise.
9166 * gdb.python/py-sync-interp.exp: Likewise.
9167 * gdb.server/ext-attach.exp: Likewise.
9168 * gdb.threads/attach-into-signal.exp (corefunc): Use
9169 spawn_wait_for_attach, spawn_id_get_pid and
9170 kill_wait_spawned_process.
9171 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9172 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9173 spawn_id_get_pid and kill_wait_spawned_process.
9174 * gdb.threads/attach-stopped.exp (corefunc): Use
9175 spawn_wait_for_attach, spawn_id_get_pid and
9176 kill_wait_spawned_process.
9177 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9178 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9179 kill_wait_spawned_process instead of explicit "kill -9".
9180 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9181 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9182 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9183 processes. Don't map cygwin/windows pids here. Now returns a
9184 spawn id list.
9185
032a0fca
SL
91862015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9187
9188 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9189 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9190 correct patch.
9191
61a934ca
SL
91922015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9193
9194 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9195
4bc4d428
SL
91962015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9197
9198 Reapply:
9199 2014-05-21 Mark Wielaard <mjw@redhat.com>
9200
9201 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9202
998d452a
PA
92032015-07-30 Pedro Alves <palves@redhat.com>
9204
9205 * linux-low.c (handle_extended_wait): Set the child's last
9206 reported status to TARGET_WAITKIND_STOPPED.
9207
69dde7dc
PA
92082015-07-30 Pedro Alves <palves@redhat.com>
9209
9210 PR threads/18600
9211 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9212 only shows inferior 1.
9213
4dd63d48
PA
92142015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9215 Pedro Alves <palves@redhat.com>
9216
9217 PR threads/18600
9218 * gdb.threads/fork-plus-threads.c: New file.
9219 * gdb.threads/fork-plus-threads.exp: New file.
9220
d618e4c5
PP
92212015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9222
9223 * gdb.base/batch-preserve-term-settings.exp
9224 (test_terminal_settings_preserved_after_cli_exit): Use
9225 send_quit_command.
9226
1eef6428
PA
92272015-07-29 Pedro Alves <palves@redhat.com>
9228 Don Breazeal <donb@codesourcery.com>
9229
9230 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9231 output from both inferior_spawn_id and gdb_spawn_id.
9232
7da5b897
SDJ
92332015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9234
9235 * gdb.threads/attach-into-signal.exp (corefunc): Use
9236 with_test_prefix on nested loops, uniquefying the test messages.
9237
dac804df
SDJ
92382015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9239
9240 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9241 commit.
9242
06265e53
PP
92432015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9244
9245 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9246 New proc.
9247 (test_terminal_settings_preserved_after_sigterm): New test.
9248
18206ca3
PP
92492015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9250
9251 * gdb.base/batch-preserve-term-settings.exp
9252 (test_terminal_settings_preserved_after_cli_exit): New test.
9253
90074d11
PP
92542015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9255
9256 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9257 manipulation of saved_gdbflags.
9258 (test_terminal_settings_preserved): Remove global declaration of
9259 the unused variable pagination_prompt. Remove manipulation of
9260 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9261 GDBFLAGS.
9262
eb1a7902
PA
92632015-07-29 Pedro Alves <palves@redhat.com>
9264
9265 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9266
8b75dd3b
PA
92672015-07-29 Pedro Alves <palves@redhat.com>
9268
9269 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9270 at the top.
9271
dedad4e3
PA
92722015-07-29 Pedro Alves <palves@redhat.com>
9273
9274 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9275 (main): Call gdb_unbuffer_output.
9276 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9277 (main): Call gdb_unbuffer_output.
9278 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9279 (main): Call gdb_unbuffer_output.
9280 * gdb.base/call-strs.exp: Adjust to step over the
9281 gdb_unbuffer_output call.
9282 * gdb.base/catch-gdb-caused-signals.c: Include
9283 "../lib/unbuffer_output.c".
9284 (main): Call gdb_unbuffer_output.
9285 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9286 (main): Call gdb_unbuffer_output.
9287 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9288 (main): Call gdb_unbuffer_output.
9289 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9290 (main): Call gdb_unbuffer_output.
9291 * gdb.base/shlib-call.exp: Adjust to step over the
9292 gdb_unbuffer_output call.
9293 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9294 (main): Call gdb_unbuffer_output.
9295 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9296 (main): Call gdb_unbuffer_output.
9297 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9298 (main): Rename to ...
9299 (test): ... this.
9300 (main): Reimplement.
9301 * gdb.base/varargs.exp: Run to test instead of to main.
9302 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9303 (main): Call gdb_unbuffer_output.
9304
58789a91
PA
93052015-07-29 Pedro Alves <palves@redhat.com>
9306
9307 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9308 factore out from mi_continue_dprintf. For call-style dprintfs,
9309 expect dprintf output out of $inferior_spawn_id.
9310 (mi_continue_dprintf): Use mi_expect_dprintf.
9311 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9312 (main): Call gdb_unbuffer_output.
9313
e8376742
PA
93142015-07-29 Pedro Alves <palves@redhat.com>
9315
9316 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9317 (default_mi_gdb_start): Set inferior_spawn_id instead of
9318 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9319 gdb_spawn_id.
9320 (mi_gdb_test): Always expect inferior output from both
9321 $inferior_spawn_id and $gdb_spawn_id.
9322
08280010
PA
93232015-07-29 Pedro Alves <palves@redhat.com>
9324
9325 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9326 send_inferior and $inferior_spawn_id.
9327
4d30e432
PA
93282015-07-29 Pedro Alves <palves@redhat.com>
9329
9330 * gdb.gdb/complaints.exp (test_initial_complaints)
9331 (test_serial_complaints, test_short_complaints): Use
9332 gdb_test_stdio.
9333 (test_empty_complaint): Handle $inferior_spawn_id !=
9334 $gdb_spawn_id.
9335
0d30a335
PA
93362015-07-29 Pedro Alves <palves@redhat.com>
9337
9338 * gdb.base/varargs.exp: Use gdb_test_stdio.
9339
39413b29
PA
93402015-07-29 Pedro Alves <palves@redhat.com>
9341
9342 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9343
7cb000a9
PA
93442015-07-29 Pedro Alves <palves@redhat.com>
9345
9346 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9347
d7b8ac82
PA
93482015-07-29 Pedro Alves <palves@redhat.com>
9349
9350 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9351 parameter into two new parameters, "inf_result" and "gdb_result".
9352 Expect inferior output and gdb output from $inferior_spawn_id and
9353 $gdb_spawn_id, respectively. Adjust all callers.
9354
789c3a0c
PA
93552015-07-29 Pedro Alves <palves@redhat.com>
9356
9357 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9358 of gdb_test_sequence.
9359
77e760c3
PA
93602015-07-29 Pedro Alves <palves@redhat.com>
9361
9362 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9363 (saw_spurious_output): Expect inferior output from
9364 $inferior_spawn_id. Use gdb_test_stdio.
9365
8396d2cd
PA
93662015-07-29 Pedro Alves <palves@redhat.com>
9367
9368 * gdb.base/dprintf.exp: Use standard_testfile. Change
9369 prepare_for_testing call.
9370 (srcfile): Don't set.
9371 (restart): New procedure.
9372 (test_dprintf): New procecure, use to continue over dprintfs.
9373 (test_call, test_agent): New procedures, tests moved here.
9374 Restart gdb and recreate dprintfs. Adjust expected output.
9375
2051d61f
PA
93762015-07-29 Pedro Alves <palves@redhat.com>
9377
9378 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9379
452397af
PA
93802015-07-29 Pedro Alves <palves@redhat.com>
9381
9382 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9383
8aed9555
PA
93842015-07-29 Pedro Alves <palves@redhat.com>
9385
9386 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9387 gdb_test_stdio.
9388
188a61b4
PA
93892015-07-29 Pedro Alves <palves@redhat.com>
9390
9391 * lib/gdb.exp (gdb_test_stdio): New procedure.
9392
12264a45
PA
93932015-07-29 Pedro Alves <palves@redhat.com>
9394
9395 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9396
23ffc893
PA
93972015-07-29 Pedro Alves <palves@redhat.com>
9398
9399 * gdb.base/call-signal-resume.exp: Remove check for
9400 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9401 * gdb.base/unwindonsignal.exp: Likewise.
9402 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9403 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9404
65566918
PA
94052015-07-29 Pedro Alves <palves@redhat.com>
9406
9407 * gdb.base/siginfo-addr.c (pass): New function.
9408 (handler): Call it iff si_addr is correct.
9409 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9410 Set a breakpoint at "pass" and continue to it.
9411
d60a9221
SDJ
94122015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9413
9414 * gdb.python/py-objfile.exp: Make some tests have unique names.
9415 * gdb.python/py-pp-registration.exp: Likewise.
9416
bde40b8f
PA
94172015-07-28 Pedro Alves <palves@redhat.com>
9418
9419 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9420
13e1dec8
SM
94212015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9422
9423 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9424
da33c9a7
SM
94252015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9426
9427 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9428
077836f7
PP
94292015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9430
9431 * gdb.base/gdb-sigterm-2.exp: New test.
9432
b8cc7b2e
DE
94332015-07-25 Doug Evans <xdje42@gmail.com>
9434
9435 Revert:
9436 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9437 (workers/%.worker, build-perf): New rule.
9438 (GDB_PERFTEST_MODE): New variable.
9439 (check-perf): Use it.
9440 (clean): Clean up gdb.perf parallel build subdirs.
9441 * lib/build-piece.exp: New file.
9442 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9443 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9444 name.
9445 (standard_temp_file): Ditto.
9446 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9447 of $GDB_PARALLEL.
9448
c8bd4544
DE
94492015-07-24 Doug Evans <dje@google.com>
9450
9451 * gdb.perf/lib/perftest/utils.py: New file.
9452 * gdb.perf/gm-hello.cc: New file.
9453 * gdb.perf/gm-pervasive-typedef.cc: New file.
9454 * gdb.perf/gm-pervasive-typedef.h: New file.
9455 * gdb.perf/gm-std.cc: New file.
9456 * gdb.perf/gm-std.h: New file.
9457 * gdb.perf/gm-use-cerr.cc: New file.
9458 * gdb.perf/gm-utils.h: New file.
9459 * gdb.perf/gmonster-null-lookup.py: New file.
9460 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9461 * gdb.perf/gmonster-print-cerr.py: New file.
9462 * gdb.perf/gmonster-ptype-string.py: New file.
9463 * gdb.perf/gmonster-runto-main.py: New file.
9464 * gdb.perf/gmonster-select-file.py: New file.
9465 * gdb.perf/gmonster1-null-lookup.exp: New file.
9466 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9467 * gdb.perf/gmonster1-print-cerr.exp: New file.
9468 * gdb.perf/gmonster1-ptype-string.exp: New file.
9469 * gdb.perf/gmonster1-runto-main.exp: New file.
9470 * gdb.perf/gmonster1-select-file.exp: New file.
9471 * gdb.perf/gmonster1.cc: New file.
9472 * gdb.perf/gmonster1.exp: New file.
9473 * gdb.perf/gmonster2-null-lookup.exp: New file.
9474 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9475 * gdb.perf/gmonster2-print-cerr.exp: New file.
9476 * gdb.perf/gmonster2-ptype-string.exp: New file.
9477 * gdb.perf/gmonster2-runto-main.exp: New file.
9478 * gdb.perf/gmonster2-select-file.exp: New file.
9479 * gdb.perf/gmonster2.cc: New file.
9480 * gdb.perf/gmonster2.exp: New file.
9481
6eab34f3
DE
94822015-07-24 Doug Evans <dje@google.com>
9483
9484 * gdb.perf/README: New file.
9485 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9486 * lib/gen-perf-test.exp: New file.
9487
63738bfd
DE
94882015-07-24 Doug Evans <dje@google.com>
9489
9490 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9491 (PerfTest::startup): New function.
9492 (PerfTest::run): Return result of calling body.
9493 (PerfTest::assemble): Rewrite.
9494 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9495 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9496 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9497 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9498 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9499
7b606f95
DE
95002015-07-24 Doug Evans <dje@google.com>
9501
9502 * lib/gdb.exp (clean_restart): Make executable optional.
9503
a97b16b8
DE
95042015-07-24 Doug Evans <dje@google.com>
9505
9506 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9507 compiler_info references.
9508 * gdb.cp/temargs.exp: Ditto.
9509 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9510 (get_compiler_info): Early exit if already computed. Set compiler_info
9511 to "unknown" if there was a problem.
9512 (test_compiler_info): Add function comment. Call get_compiler_info.
9513
35baa57f
DE
95142015-07-24 Doug Evans <dje@google.com>
9515
9516 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9517 (workers/%.worker, build-perf): New rule.
9518 (GDB_PERFTEST_MODE): New variable.
9519 (check-perf): Use it.
9520 (clean): Clean up gdb.perf parallel build subdirs.
9521 * lib/build-piece.exp: New file.
9522 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9523 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9524 name.
9525 (standard_temp_file): Ditto.
9526 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9527 of $GDB_PARALLEL.
9528
6ebea266
DE
95292015-07-24 Doug Evans <dje@google.com>
9530
9531 * lib/future.exp (gdb_default_target_compile): New option
9532 "early_flags".
9533 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9534 --as-needed.
9535
1e76a7e9
SDJ
95362015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9537
9538 * gdb.base/catch-syscall.exp: Call gdb_exit before
9539 gdb_skip_xml_test.
9540
5068630a
PA
95412015-07-24 Pedro Alves <palves@redhat.com>
9542
9543 * gdb.python/py-events.exp: Accept output between the stop event
9544 and the prompt.
9545 * gdb.python/py-evsignal.exp: Likewise.
9546 * gdb.python/py-evthreads.exp: Likewise.
9547
77598427
PA
95482015-07-24 Pedro Alves <palves@redhat.com>
9549
9550 PR gdb/18717
9551 * gdb.threads/non-ldr-exit.c: New file.
9552 * gdb.threads/non-ldr-exit.exp: New file.
9553
11e6c98f
YQ
95542015-07-24 Yao Qi <yao.qi@linaro.org>
9555
9556 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9557 restarting process.
9558
51aee833
YQ
95592015-07-24 Yao Qi <yao.qi@linaro.org>
9560
9561 * gdb.server/ext-restart.exp: New file.
9562
8cfe207c
YQ
95632015-07-24 Yao Qi <yao.qi@linaro.org>
9564
9565 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9566 argument options.
9567 * gdb.server/ext-wrapper.exp: New file.
9568
cc12ce38
DE
95692015-07-23 Doug Evans <dje@google.com>
9570
9571 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9572 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9573
d0d84780
PMR
95742015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9575
9576 * gdb.ada/var_arr_typedef.exp: New testcase.
9577 * gdb.ada/var_arr_typedef/pack.adb: New file.
9578 * gdb.ada/var_arr_typedef/pack.ads: New file.
9579 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9580
8b558f79
JB
95812015-07-20 Joel Brobecker <brobecker@adacore.com>
9582
9583 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9584
775a3298
JK
95852015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9586
9587 * gdb.arch/i386-biarch-core.exp: Replace istarget
9588 by "complete set gnutarget". Remove expectation for the "core-file"
9589 command.
9590
db1ff28b
JK
95912015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9592
9593 Revert the previous commit:
9594 Tests for validate symbol file using build-id.
9595
0a94970d
JK
95962015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9597
9598 Tests for validate symbol file using build-id.
9599 * gdb.base/solib-mismatch-lib.c: New file.
9600 * gdb.base/solib-mismatch-libmod.c: New file.
9601 * gdb.base/solib-mismatch.c: New file.
9602 * gdb.base/solib-mismatch.exp: New file.
9603
03346981
SL
96042015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9605
9606 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9607 nios2-*-linux*.
9608 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9609 * gdb.base/siginfo.exp: Likewise.
9610 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9611
42422cc7
PL
96122015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9613
9614 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9615 Move it to ...
9616 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9617 ... here.
9618 * gdb.trace/range-stepping.exp: Check that the target supports
9619 range stepping.
9620
cfa68bae
JK
96212015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9622
9623 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9624
8ffdba26
PA
96252015-07-14 Pedro Alves <palves@redhat.com>
9626
9627 * gdb.base/killed-outside.exp: New file.
9628 * gdb.base/killed-outside.c: New file.
9629
218a5a11
JK
96302015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9631
9632 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9633 (n at main): New.
9634 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9635
e03ed3c6
AA
96362015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9637
9638 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9639 infcall tests instead of setting up for KFAIL.
9640
485668e5
MM
96412015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9642
9643 * gdb.btrace/record_goto-step.exp: New.
9644
08464196
JK
96452015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9646
9647 PR compile/18484
9648 * gdb.compile/compile.c (struct struct_type): Add volatile to
9649 selffield's type.
9650 * gdb.compile/compile.exp
9651 (compile code struct_object.selffield = &struct_object): Skip further
9652 struct_object tests if this one xfails.
9653
bcf5c1d9
RC
96542015-07-08 Robert O'Callahan <robert@ocallahan.org>
9655
9656 PR exp/18617
9657 * gdb.trace/ax.exp: Add test.
9658
4931af25
YQ
96592015-07-07 Yao Qi <yao.qi@linaro.org>
9660
9661 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9662 instead of istarget "aarch64*-*-*".
9663 * gdb.arch/aarch64-fp.exp: Likewise.
9664 * gdb.base/float.exp: Likewise.
9665 * gdb.reverse/aarch64.exp: Likewise.
9666 * lib/gdb.exp (is_aarch64_target): New proc.
9667
9fcf688e
YQ
96682015-07-07 Yao Qi <yao.qi@linaro.org>
9669
9670 * lib/gdb.exp (is_aarch32_target): New proc.
9671 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9672 instead of "istarget "arm*-*-*"".
9673 * gdb.arch/arm-disp-step.exp: Likewise.
9674 * gdb.arch/thumb-bx-pc.exp: Likewise.
9675 * gdb.arch/thumb-prologue.exp: Likewise.
9676 * gdb.arch/thumb-singlestep.exp: Likewise.
9677 * gdb.base/disp-step-syscall.exp: Likewise.
9678 * gdb.base/float.exp: Likewise.
9679
fbd8d50d
YQ
96802015-07-07 Yao Qi <yao.qi@linaro.org>
9681
9682 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9683 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9684
71be1fdc
YQ
96852015-07-07 Yao Qi <yao.qi@linaro.org>
9686
9687 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9688 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9689 if it exists.
9690 * gdb.multi/multi-arch.exp: Likewise.
9691
3e221d36
SM
96922015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9693
9694 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9695 print.
9696
d441430b
YQ
96972015-07-07 Yao Qi <yao.qi@linaro.org>
9698
9699 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9700
06f810bd
MG
97012015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9702
9703 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9704 '[' and ']' characters.
9705
5e61e7c0
IB
97062015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9707
9708 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9709
28bf096c
PA
97102015-06-29 Pedro Alves <palves@redhat.com>
9711
9712 PR threads/18127
9713 * gdb.threads/hand-call-new-thread.c: New file.
9714 * gdb.threads/hand-call-new-thread.c: New file.
9715
ee93cd5e
KS
97162015-06-26 Keith Seitz <keiths@redhat.com>
9717 Doug Evans <dje@google.com>
9718
9719 PR 16253
9720 * gdb.cp/var-tag-2.cc: New file.
9721 * gdb.cp/var-tag-3.cc: New file.
9722 * gdb.cp/var-tag-4.cc: New file.
9723 * gdb.cp/var-tag.cc: New file.
9724 * gdb.cp/var-tag.exp: New file.
9725
fc637f04
PP
97262015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9727
9728 * gdb.base/history-duplicates.exp: New test.
9729
2e52ae68
PP
97302015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9731
9732 * gdb.base/completion.exp: Test the completion of the "focus"
9733 command.
9734
6e22494e
JK
97352015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9736
9737 * gdb.arch/amd64-prologue-skip.S: New file.
9738 * gdb.arch/amd64-prologue-skip.exp: New file.
9739
bf7b9cd9
SM
97402015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9741
9742 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9743 is_address_zero_readable check.
9744
201e8dfd
PB
97452015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9746
9747 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9748 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9749
5cd867b4
YQ
97502015-06-24 Yao Qi <yao.qi@linaro.org>
9751
9752 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9753 linux targets.
9754
4d7be007
YQ
97552015-06-24 Yao Qi <yao.qi@linaro.org>
9756
9757 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9758 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9759 * gdb.base/siginfo-thread.exp: Likewise.
9760
07fcd301
YQ
97612015-06-22 Yao Qi <yao.qi@linaro.org>
9762
9763 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9764
52042a00
YQ
97652015-06-22 Yao Qi <yao.qi@linaro.org>
9766
9767 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9768 aarch64*-*-*.
9769 (skip_hw_watchpoint_tests): Likewise.
9770
74bd41ce
PP
97712015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9772
9773 * gdb.base/gdbinit-history.exp: Test the interaction between
9774 setting GDBHISTSIZE and setting the history size via .gdbinit.
9775
bc460514
PP
97762015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9777
9778 PR gdb/16999
9779 * gdb.base/gdbhistsize-history.exp: New test.
9780
b58c513b
PP
97812015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9782
9783 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9784 with GDBHISTSIZE.
9785 * gdb.base/readline.exp: Likewise.
9786
92046791
YQ
97872015-06-17 Yao Qi <yao.qi@linaro.org>
9788
9789 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9790 line.
9791
2093d2d3
PP
97922015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9793
9794 * gdb.base/gdbinit-history.exp: Add test case to check that
9795 an unlimited history file does not get truncated on exit.
9796
e6c693af
AA
97972015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9798
9799 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9800 (VECTOR): New macro. Use it...
9801 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9802 ...for these typedefs.
9803 (int8, char1, int1, double1): New typedefs.
9804 (struct just_int2, struct two_int2): New structures.
9805 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9806 (add_structvecs, add_singlevecs): New functions.
9807 (main): Call add_some_intvecs twice.
9808 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9809 the compile and exit upon failure. Try compiling for the "native"
9810 architecture. Test inferior function calls with vector arguments
9811 and vector return value handling with "finish" and "return".
9812
c74f7d1c
JT
98132015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9814
9815 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9816 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9817 PE file.
9818 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9819
98aa42ee
AT
98202015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9821
9822 PR breakpoints/16465
9823 * gdb.mi/mi-dprintf-pending.c: New file.
9824 * gdb.mi/mi-dprintf-pending.exp: New test.
9825 * gdb.mi/mi-dprintf-pendshr.c: New file.
9826
7d73c23c 98272015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 9828 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
9829
9830 * gdb.arch/i386-mpx-map.c: New file.
9831 * gdb.arch/i386-mpx-map.exp: New File.
9832
98332015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9834
9835 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9836 * gdb.arch/i386-mpx.exp: Indentation fixed.
9837
98382015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9839
9840 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9841 function and improved indentation.
9842 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9843 gdb_test_multiple. Added additional tests to skip the test.
9844
98452015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9846
9847 * gdb.arch/i386-avx512.c: Change path in include file.
9848 * gdb.arch/i386-avx512.exp: Change include dir path
9849 compilation flag.
9850 * gdb.arch/i386-mpx.c: Change path in include file.
9851 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9852 flag.
9853
d5eba19a
JK
98542015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9855
9856 * gdb.compile/compile-print.exp (compile print *vararray@3)
9857 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9858
7f361056
JK
98592015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9860
9861 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9862 (do not keep jit in memory): ... this.
9863 (expect 5): Change it to ...
9864 (expect no 5): ... this.
9865
3b462ec2
SM
98662015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9867
9868 PR gdb/15564
9869 * gdb.mi/mi-detach.exp: New file.
9870
e0619de6
JK
98712015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9872
9873 PR symtab/18392
9874 * gdb.arch/amd64-tailcall-self.S: New file.
9875 * gdb.arch/amd64-tailcall-self.c: New file.
9876 * gdb.arch/amd64-tailcall-self.exp: New file.
9877
e970cb34
DB
98782015-05-28 Don Breazeal <donb@codesourcery.com>
9879
9880 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9881 tests for remote targets by checking is_target_gdbserver.
9882
b2e2f908
DE
98832015-05-27 Doug Evans <dje@google.com>
9884
9885 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9886 * gdb.dwarf2/opaque-type-lookup.c: New file.
9887 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9888
82c7be31
DE
98892015-05-26 Doug Evans <dje@google.com>
9890
9891 * gdb.cp/iostream.cc: New file.
9892 * gdb.cp/iostream.exp: New file.
9893
b4f54984
DE
98942015-05-26 Doug Evans <dje@google.com>
9895
9896 * gdb.dwarf2/dw2-op-call.exp: Update.
9897 * gdb.dwarf2/dw4-sig-types.exp: Update.
9898 * gdb.dwarf2/implptr.exp: Update.
9899 * gdb.mi/mi-cmd-param-changed.exp: Update.
9900
4ea6efe9
DE
99012015-05-26 Doug Evans <dje@google.com>
9902
9903 * gdb.python/py-lazy-string.c: New file.
9904 * gdb.python/py-lazy-string.exp: New file.
9905 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9906 (main): Update. Add estring3.
9907 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9908 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9909
f6bb7db3
YQ
99102015-05-26 Omair Javaid <omair.javaid@linaro.org>
9911 Yao Qi <yao.qi@linaro.org>
9912
9913 * gdb.reverse/aarch64.c: New.
9914 * gdb.reverse/aarch64.exp: New.
9915
a81bfbd0
OJ
99162015-05-26 Omair Javaid <omair.javaid@linaro.org>
9917
25d49b86
PA
9918 * lib/gdb.exp (supports_process_record): Return true for
9919 aarch64*-linux*.
a81bfbd0
OJ
9920 (supports_reverse): Likewise.
9921
158bf1b4
PP
99222015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9923
9924 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9925 Use with_test_prefix.
9926
a0145030
AB
99272015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9928
9929 * gdb.base/completion.exp: Add test for completion of layout
9930 names.
9931
ebe3b578
AB
99322015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9933
9934 * lib/gdb.exp (skip_tui_tests): New proc.
9935 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9936
84204ed7
PA
99372015-05-19 Pedro Alves <palves@redhat.com>
9938
9939 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9940 Save the whole env array instead of just HOME. Unset HISTSIZE in
9941 the environment while testing. Restore whole environment
9942 afterwards.
9943
37442ce1
DE
99442015-05-16 Doug Evans <xdje42@gmail.com>
9945
9946 * gdb.guile/scm-ports.c: New file.
9947 * gdb.guile/scm-ports.exp: Add memory port tests.
9948
36de76f9
JK
99492015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9950
9951 * gdb.compile/compile-print.c: New file.
9952 * gdb.compile/compile-print.exp: New file.
9953
3a9558c4
JK
99542015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9955
9956 * gdb.compile/compile-ops.exp: Cast param to void.
9957 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9958 (compile code struct_object.selffield = &struct_object): Add xfail.
9959
aa715135
JG
99602015-05-15 Joel Brobecker <brobecker@adacore.com>
9961
9962 * gdb.ada/arr_enum_with_gap: New testcase.
9963
931e5bc3
JG
99642015-05-15 Joel Brobecker <brobecker@adacore.com>
9965
9966 * gdb.ada/byte_packed_arr: New testcase.
9967
9cd4d857
JB
99682015-05-15 Joel Brobecker <brobecker@adacore.com>
9969
9970 * gdb.ada/pckd_neg: New testcase.
9971
ebfd00d2
PP
99722015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9973
9974 PR gdb/17820
9975 * gdb.base/gdbinit-history.exp: New test.
9976 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9977 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9978
4c082a81
SC
99792015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9980
9981 * gdb.python/py-xmethods.cc: Enhance test case.
9982 * gdb.python/py-xmethods.exp: New tests.
9983 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9984 function.
9985 (B_indexoper): Likewise.
9986 (global_dm_list) : Add new xmethod worker functions.
9987
f7797074
SDJ
99882015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9989
9990 * gdb.base/coredump-filter.exp: Correctly unset
9991 "coredump_var_addr" array.
9992
a4674e4e
PA
99932015-05-08 Pedro Alves <palves@redhat.com>
9994
9995 * gdb.server/non-existing-program.exp: Unset spawn_id.
9996
df2eb078
SC
99972015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9998
9999 PR python/18291
10000 * gdb.python/py-xmethods.exp: Add tests.
10001
422349a3
YQ
100022015-05-08 Yao Qi <yao.qi@linaro.org>
10003
10004 PR gdb/18208
10005 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
10006 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
10007 function set_coredump_filter, and remove remote_exec call.
10008 Remove argument ipid. Callers update.
10009 (top level): Don't get inferior's PID.
10010
63fc80ce
AA
100112015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10012
10013 * gdb.base/watch_thread_num.exp: Skip test on targets without
10014 access watchpoints.
10015
80ad801e
PA
100162015-05-06 Pedro Alves <palves@redhat.com>
10017
10018 PR server/18081
10019 * gdb.server/non-existing-program.exp: New file.
10020
0fa7fe50
JB
100212015-05-05 Joel Brobecker <brobecker@adacore.com>
10022
10023 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10024
3ea89b92
PMR
100252015-05-05 Joel Brobecker <brobecker@adacore.com>
10026
10027 * gdb.ada/out_of_line_in_inlined: New testcase.
10028
87b8eff0
JB
100292015-05-05 Joel Brobecker <brobecker@adacore.com>
10030
10031 * gdb.ada/var_rec_arr: New testcase.
10032
5fccc635
YQ
100332015-04-30 Yao Qi <yao.qi@linaro.org>
10034
10035 * gdb.base/break-idempotent.exp: If
10036 skip_hw_watchpoint_multi_tests returns true, skip the tests
10037 on "rwatch" and "awatch".
10038
42d38f42
YQ
100392015-04-30 Yao Qi <yao.qi@linaro.org>
10040
10041 * gdb.base/relativedebug.exp: Invoke gdb command
10042 "info sharedlibrary", and if libc.so doesn't have debug info,
10043 skip the test.
10044
2ce1cdbf
DE
100452015-04-29 Doug Evans <dje@google.com>
10046
10047 * gdb.python/py-xmethods.exp: Add ptype tests.
10048 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10049 get_result_type method.
10050
f24a38c5
LM
100512015-04-29 Luis Machado <lgustavo@codesourcery.com>
10052
10053 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10054 the target does not support hardware watchpoints.
10055
ecbf2b3c
LM
100562015-04-29 Luis Machado <lgustavo@codesourcery.com>
10057
10058 * gdb.base/break-always.exp: Abort testing if writing to memory
10059 causes an error.
10060
34f5f757
DE
100612015-04-28 Doug Evans <dje@google.com>
10062
10063 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10064 * gdb.python/py-pp-registration.exp: ... here. New file.
10065 * gdb.python/py-pp-registration.c: New file.
10066 * gdb.python/py-pp-registration.py: New file.
10067
69b4374a
DE
100682015-04-28 Doug Evans <dje@google.com>
10069
10070 * gdb.python/py-bad-printers.c: New file.
10071 * gdb.python/py-bad-printers.py: New file.
10072 * gdb.python/py-bad-printers.exp: New file.
10073
59fb7612
SS
100742015-04-28 Sasha Smundak <asmundak@google.com>
10075
10076 * gdb.python/py-type.exp: New test.
10077
2631b16a
AW
100782015-04-28 Andy Wingo <wingo@igalia.com>
10079
10080 * gdb.python/py-parameter.exp:
10081 * gdb.guile/scm-parameter.exp: Escape the path that we are
10082 matching against, as it might contain characters that are special
10083 to regular expressions.
10084
460efde1
JB
100852015-04-27 Joel Brobecker <brobecker@adacore.com>
10086
10087 * gdb.ada/rec_comp: New testcase.
10088
2d369d8e
SDJ
100892015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10090
10091 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10092 before using it.
10093
cf75d6c3
AB
100942015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10095
10096 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10097 new tests for verilog output.
10098
8dbe7ca5
YQ
100992015-04-24 Yao Qi <yao.qi@linaro.org>
10100
10101 * boards/remote-gdbserver-on-localhost.exp: New file.
10102
4ef9fb2f
PA
101032015-04-23 Pedro Alves <palves@redhat.com>
10104
10105 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10106 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10107 "end of file", remove $inferior_spawn_id from the indirect list.
10108
0a803169
PA
101092015-04-23 Pedro Alves <palves@redhat.com>
10110
10111 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10112
749ef8f8
PA
101132015-04-23 Pedro Alves <palves@redhat.com>
10114
10115 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10116 on $any_spawn_id instead of only on $gdb_spawn_id.
10117
8aae4344
PM
101182015-04-21 Pierre Muller <muller@sourceware.org>
10119
10120 PR pascal/17815
10121 * lib/pascal.exp (gpc_compile): Add new option "class".
10122 (fpc_compile): Likewise.
10123 * gdb.pascal/case-insensitive-symbols.pas: New file.
10124 * gdb.pascal/case-insensitive-symbols.exp: New file.
10125
1586c8fb
GB
101262015-04-20 Gary Benson <gbenson@redhat.com>
10127
10128 * gdb.base/attach.exp: Fix three extended remote failures.
10129
1b6e6f5c
GB
101302015-04-17 Gary Benson <gbenson@redhat.com>
10131
10132 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10133 the main executable over the remote protocol.
10134
e797481d
PA
101352015-04-16 Pedro Alves <palves@redhat.com>
10136
10137 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10138 a new gdbserver if gdbserver_reconnect_p is set.
10139
1ca99c42
PA
101402015-04-16 Pedro Alves <palves@redhat.com>
10141
10142 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10143 is set, don't exit gdbserver.
10144
af9fd6f8
AA
101452015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10146
10147 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10148 appropriate .insn, such that an older assembler can be used.
10149 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10150 the z/Architecture instruction set on 31-bit targets as well.
10151
04ff1e61
AA
101522015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10153
10154 * gdb.go/handcall.exp: Remove all logic related to the first
10155 breakpoint and rely on go_runto_main instead.
10156 * gdb.go/strings.exp: Likewise.
10157 * gdb.go/unsafe.exp: Likewise.
10158 * gdb.go/hello.exp: Likewise. Also rename the remaining
10159 breakpoint marker to "breakpoint 1".
10160 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10161 * gdb.go/strings.go: Likewise.
10162 * gdb.go/unsafe.go: Likewise.
10163 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10164 "set breakpoint 2 here" and rename the remaining breakpoint marker
10165 to "breakpoint 1".
10166
40d2f8d6
SM
101672015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10168
10169 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10170 if itertools.imap is not present.
10171 * gdb.python/py-objfile.exp: Add parentheses.
10172 * gdb.python/py-type.exp: Same.
10173 * gdb.python/py-unwind-maint.py: Same.
10174
8cbc97c6
YQ
101752015-04-15 Yao Qi <yao.qi@linaro.org>
10176
10177 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10178 of ":$ptr_size" and set its form explicitly.
10179
45fd756c
YQ
101802015-04-15 Pedro Alves <palves@redhat.com>
10181 Yao Qi <yao.qi@linaro.org>
10182
10183 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10184 timeout by factor of 4.
10185 (test_regular_watch): Likewise.
10186 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10187 * gdb.reverse/sigall-reverse.exp: Likewise.
10188 * gdb.reverse/until-precsave.exp: Likewise.
10189 * lib/gdb.exp (with_timeout_factor): New proc.
10190 (gdb_expect): Move some code to ...
10191 (get_largest_timeout): ... here. New procedure.
10192
9e811bc3
LM
101932015-04-14 Luis Machado <lgustavo@codesourcery.com>
10194
10195 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10196
0ff6fcb2
LM
101972015-04-13 Luis Machado <lgustavo@codesourcery.com>
10198
10199 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10200 to write to the .text section.
10201
7578d5f7
LM
102022015-04-13 Luis Machado <lgustavo@codesourcery.com>
10203
10204 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10205 Handle the case of targets that do not provide PID information.
10206
2efe15c4
YQ
102072015-04-13 Yao Qi <yao.qi@linaro.org>
10208
10209 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10210 and use expect instead of gdb_expect.
10211
8cd8f2f8
SDJ
102122015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10213
10214 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10215 "coredump_var_addr" to avoid naming conflict with other testcases.
10216
9ee41772
PA
102172015-04-10 Pedro Alves <palves@redhat.com>
10218
10219 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10220 gdb_test_sequence and gdb_assert.
10221
07473109
PA
102222015-04-10 Pedro Alves <palves@redhat.com>
10223
10224 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10225 test messages that don't include the breakpoint address.
10226
de3db44c
YQ
102272015-04-10 Yao Qi <yao.qi@linaro.org>
10228
10229 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10230 false for some offset and width combinations which aren't
10231 supported by linux kernel.
10232
c79d856c
PA
102332015-04-10 Pedro Alves <palves@redhat.com>
10234
10235 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10236 procedure, factored out from ...
10237 (top level): ... here. Add "set displaced-stepping" testing axis.
10238 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10239 parameter "displaced". Use it.
10240 (top level): Use foreach and add "set displaced-stepping" testing
10241 axis.
10242
ebc90b50
PA
102432015-04-10 Pedro Alves <palves@redhat.com>
10244
10245 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10246 Remove comment.
10247 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10248 both the address of the instruction that triggers the watchpoint
10249 and the address of the instruction immediately after, and use
10250 those addresses for the test. Fix comment.
10251
8f572e5c
PA
102522015-04-10 Pedro Alves <palves@redhat.com>
10253
10254 * gdb.base/sigstep.exp (breakpoint_to_handler)
10255 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10256 Test "backtrace" in handler.
10257 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10258 (top level): Add new "displaced" test axis to
10259 breakpoint_to_handler, breakpoint_to_handler_entry and
10260 breakpoint_over_handler.
10261
8d707a12
PA
102622015-04-10 Pedro Alves <palves@redhat.com>
10263
10264 PR gdb/18216
10265 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10266
ef713951
YQ
102672015-04-10 Yao Qi <yao.qi@linaro.org>
10268
10269 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10270 (test_add_rn_pc): New function.
10271 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10272 (top level): Invoke test_add_rn_pc.
10273
906d60cf
PA
102742015-04-10 Pedro Alves <palves@redhat.com>
10275
10276 PR gdb/13858
10277 * gdb.base/step-over-no-symbols.exp: New file.
10278
f2983cc3
AW
102792015-04-09 Andy Wingo <wingo@igalia.com>
10280
10281 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10282 after the Python tests.
10283
6d62641c
SDJ
102842015-04-08 Keith Seitz <keiths@redhat.com>
10285
10286 PR python/16699
10287 * gdb.python/py-completion.exp: New tests for completion.
10288 * gdb.python/py-completion.py (CompleteLimit1): New class.
10289 (CompleteLimit2): Likewise.
10290 (CompleteLimit3): Likewise.
10291 (CompleteLimit4): Likewise.
10292 (CompleteLimit5): Likewise.
10293 (CompleteLimit6): Likewise.
10294 (CompleteLimit7): Likewise.
10295
f3770638
PA
102962015-04-08 Pedro Alves <palves@redhat.com>
10297
10298 PR gdb/18214
10299 PR gdb/18216
10300 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10301 function.
10302 (main): Install it as SIGUSR1 handler.
10303 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10304 parameter. Always use "setup" as prefix. Toggle "set
10305 displaced-stepping" off/on depending on global. Don't switch to
10306 thread 1 here.
10307 (top level): Add displaced stepping "off/on" test axis. Update
10308 "setup" calls. Wrap each subtest with with_test_prefix. Test
10309 continuing with a queued signal in each thread.
10310
4496bed7
PA
103112015-04-08 Pedro Alves <palves@redhat.com>
10312
10313 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10314 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10315 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10316 Return early if running to main fails.
10317 * gdb.trace/while-stepping.exp: Likewise.
10318
b97fde92
PA
103192015-04-07 Pedro Alves <palves@redhat.com>
10320
10321 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10322 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10323 interact with inferior program.
10324
f71c18e7
PA
103252015-04-07 Pedro Alves <palves@redhat.com>
10326
10327 * lib/gdb.exp (inferior_spawn_id): New global.
10328 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10329 spawn id after processing the user code.
10330 (default_gdb_start): Set inferior_spawn_id.
10331 (send_inferior): New procedure.
10332 * lib/gdbserver-support.exp (gdbserver_start): Set
10333 inferior_spawn_id.
10334 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10335
6423214f
PA
103362015-04-07 Pedro Alves <palves@redhat.com>
10337
10338 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10339 * lib/gdbserver-support.exp (gdbserver_start): Make
10340 $server_spawn_id global.
10341 (gdbserver_start): Don't wait for gdbserver's spawn id with
10342 expect_background.
10343 (close_gdbserver): New procedure.
10344 (gdb_exit): Rename the default version and reimplement.
10345
71c0ee8c
PA
103462015-04-07 Pedro Alves <palves@redhat.com>
10347
72f4393d 10348 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
10349 append the substituted item, not the original item.
10350
203bc29b
PA
103512015-04-07 Pedro Alves <palves@redhat.com>
10352
10353 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10354 gdb_expect.
10355
508a3ddf
PA
103562015-04-07 Pedro Alves <palves@redhat.com>
10357
10358 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10359 output appearing once only.
10360
9f6dbe2b
PA
103612015-04-07 Pedro Alves <palves@redhat.com>
10362
10363 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10364 that doesn't expect anything. Return early if running to main
10365 fails.
10366
337532fa
YQ
103672015-04-07 Yao Qi <yao.qi@linaro.org>
10368
10369 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10370 (child_function): Call alarm.
10371 (main): Move call to alarm into the loop.
10372 * gdb.threads/non-stop-fair-events.exp: Build program with
10373 -DTIMEOUT=$timeout.
10374
01b622d4
DE
103752015-04-06 Doug Evans <xdje42@gmail.com>
10376
10377 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10378 Fix dest parameter to board_info.
10379 (fpc_compile): Ditto.
10380 (gdb_compile_pascal): Rename dest arg to destfile.
10381
961f4160
PMR
103822015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10383
10384 * gdb.ada/funcall_ref.exp: New file.
10385 * gdb.ada/funcall_ref/foo.adb: New file.
10386
cafda597
YQ
103872015-04-02 Yao Qi <yao.qi@linaro.org>
10388
10389 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10390 is remote.
10391
fed040c6
GB
103922015-04-02 Gary Benson <gbenson@redhat.com>
10393
10394 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10395
d11916aa
SS
103962015-04-01 Sasha Smundak <asmundak@google.com>
10397
10398 * gdb.python/py-unwind-maint.c: New file.
10399 * gdb.python/py-unwind-maint.exp: New test.
10400 * gdb.python/py-unwind-maint.py: New file.
10401 * gdb.python/py-unwind.c: New file.
10402 * gdb.python/py-unwind.exp: New test.
10403 * gdb.python/py-unwind.py: New test.
10404
a1471180
PA
104052015-04-01 Pedro Alves <palves@redhat.com>
10406
10407 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10408 to fail instead of non-existent $test.
10409
0bbeccb1
PA
104102015-04-01 Pedro Alves <palves@redhat.com>
10411
10412 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10413 GDBFLAGS if not empty.
10414
3c724c8c
PMR
104152015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10416
10417 * gdb.ada/complete.exp: Remove "multi_line".
10418 * gdb.ada/info_exc.exp: Remove "multi_line".
10419 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10420 * gdb.ada/ptype_field.exp: Remove "multi_line".
10421 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10422 * gdb.ada/tagged.exp: Remove "multi_line".
10423 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10424 [multi_line ...]
10425 * gdb.btrace/delta.exp: Likewise.
10426 * gdb.btrace/exception.exp: Likewise.
10427 * gdb.btrace/function_call_history.exp: Likewise.
10428 * gdb.btrace/instruction_history.exp: Likewise.
10429 * gdb.btrace/nohist.exp: Likewise.
10430 * gdb.btrace/record_goto.exp: Likewise.
10431 * gdb.btrace/segv.exp: Likewise.
10432 * gdb.btrace/stepi.exp: Likewise.
10433 * gdb.btrace/tailcall.exp: Likewise.
10434 * gdb.btrace/unknown_functions.exp: Likewise.
10435 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10436 * lib/gdb.exp: Add the "multi_line" helper.
10437
4eec2deb
PA
104382015-04-01 Pedro Alves <palves@redhat.com>
10439
10440 * gdb.threads/tid-reuse.c: New file.
10441 * gdb.threads/tid-reuse.exp: New file.
10442
df8411da
SDJ
104432015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10444
10445 PR corefiles/16092
10446 * gdb.base/coredump-filter.c: New file.
10447 * gdb.base/coredump-filter.exp: Likewise.
10448
6ef37366
PM
104492015-03-27 Petr Machata <pmachata@redhat.com>
10450
10451 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10452 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10453 (Dwarf::assemble): Initialize them.
10454 (Dwarf::lines): New function.
10455
7ec911b0
JT
104562015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10457
10458 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10459 SYMBOL_PREFIX for x86_64-*-cygwin.
10460
ff908ebf
AW
104612015-03-26 Andy Wingo <wingo@igalia.com>
10462
10463 PR symtab/18148
10464 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10465 const_value but not a location.
10466 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10467 location defined in non-main CUs are visible.
10468
6d5f0679
YQ
104692015-03-26 Yao Qi <yao.qi@linaro.org>
10470
10471 PR testsuite/18139
10472 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10473 Add a line number entry for the same line.
10474 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10475 Add a line number entry for the same line.
10476
2898689b
YQ
104772015-03-26 Yao Qi <yao.qi@linaro.org>
10478
10479 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10480 .int 0.
10481 (func): Likewise. Add .Lfunc_1 label.
10482 Use .Lfunc_1 label.
10483 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10484 .int 0.
10485 (func): Likewise.
10486 Use .Lfunc_1 label.
10487
85180498
YQ
104882015-03-26 Yao Qi <yao.qi@linaro.org>
10489
10490 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10491 Call gdb_compile instead to compile each .s files without debug
10492 information.
10493
8aa08a8d
YQ
104942015-03-26 Yao Qi <yao.qi@linaro.org>
10495
10496 * gdb.base/savedregs.exp (process_saved_regs): Make
10497 "Saved registers:" optional in the pattern.
10498
66849923
MM
104992015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10500
10501 * gdb.btrace/next.exp: Merged into step.exp.
10502 * gdb.btrace/finish.exp: Merged into step.exp.
10503 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10504 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10505 "record goto" and checking the exact replay position.
10506 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10507 check for "Recording format" in "info record" output.
10508 * gdb.btrace/record_goto.exp: Choose test file based on target.
10509 * gdb.btrace/x86-record_goto.S: Renamed into ...
10510 * gdb.btrace/x86_64-record_goto.S: ... this.
10511 * gdb.btrace/i686-record_goto.S: New.
10512 * gdb.btrace/x86-tailcall.S: Renamed into ...
10513 * gdb.btrace/x86_64-tailcall.S: ... this.
10514 * gdb.btrace/i686-tailcall.S: New.
10515 * gdb.btrace/x86-tailcall.c: Renamed into ...
10516 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10517 separate statements. Update test.
10518 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10519 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10520 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10521 * gdb.btrace/tailcall.exp: Choose test file based on target.
10522 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10523
11cc1b74
MM
105242015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10525
10526 * gdb.btrace/exception.exp: Increase BTS buffer size.
10527
a25d8bf9
PA
105282015-03-24 Pedro Alves <palves@redhat.com>
10529
10530 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10531
856e7dd6
PA
105322015-03-24 Pedro Alves <palves@redhat.com>
10533
10534 * gdb.threads/schedlock.exp (test_step): No longer expect that
10535 "set scheduler-locking step" with "next" over a function call runs
10536 threads unlocked.
10537
ad235a41
AT
105382015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10539
10540 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10541
15630549
AT
105422015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10543
10544 PR breakpoints/16466
10545 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10546 * gdb.mi/mi-pending.c (thread_func): New function.
10547 (int main): Add threading support required.
10548 * gdb.mi/mi-pending.exp: Add tests for this issue.
10549 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10550 (pendfunc2): Remove stdio dependency.
10551 * gdb.mi/mi-pendshr2.c: New file.
10552
693dca06
KS
105532015-03-23 Keith Seitz <keiths@redhat.com>
10554
10555 * gdb.linespec/keywords.c: New file.
10556 * gdb.linespec/keywords.exp: New file.
10557
7e993ebf
KS
105582015-03-23 Keith Seitz <keiths@redhat.com>
10559
10560 PR gdb/18021
10561 * gdb.dwarf2/staticvirtual.exp: New test.
10562
bc23328c
JK
105632015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10564
10565 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10566 * README: Remove HP-UX and gdb.hp.
10567 (configuration):
10568 * configure: Regenerate.
10569 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10570 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10571 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10572 gdb.hp/gdb.defects/Makefile.
10573 * gdb.hp/Makefile.in: File deleted.
10574 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10575 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10576 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10577 * gdb.hp/gdb.aCC/run.c: File deleted.
10578 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10579 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10580 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10581 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10582 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10583 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10584 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10585 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10586 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10587 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10588 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10589 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10590 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10591 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10592 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10593 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10594 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10595 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10596 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10597 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10598 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10599 * gdb.hp/gdb.compat/average.c: File deleted.
10600 * gdb.hp/gdb.compat/sum.c: File deleted.
10601 * gdb.hp/gdb.compat/xdb.c: File deleted.
10602 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10603 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10604 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10605 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10606 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10607 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10608 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10609 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10610 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10611 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10612 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10613 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10614 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10615 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10616 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10617 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10618 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10619 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10620 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10621 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10622 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10623 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10624 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10625 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10626 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10627 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10628 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10629 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10630 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10631 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10632 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10633 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10634 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10635 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10636 * gdb.hp/tools/odump: File deleted.
10637
8bf3b159
PA
106382015-03-19 Pedro Alves <palves@redhat.com>
10639
10640 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10641 (saw_thread_3): New globals.
10642 (top level): Increment them when an event for the corresponding
10643 thread is seen.
10644 (no thread starvation): New test.
10645
eb54c8bf
PA
106462015-03-19 Pedro Alves <palves@redhat.com>
10647
10648 * gdb.threads/continue-pending-status.c: New file.
10649 * gdb.threads/continue-pending-status.exp: New file.
10650
32d2e5d6
PA
106512015-03-18 Pedro Alves <palves@redhat.com>
10652
10653 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10654 Use gdb_is_target_remote instead of is_remote. Use
10655 gdb_test_multiple instead of gdb_expect. Exit early if
10656 gdb_test_multiple hits its internal matches. Tighten stepi tests
10657 expected output. Fail on exit with any signal, instead of just
10658 SIGILL.
10659
f68f11b7
YQ
106602015-03-18 Yao Qi <yao.qi@linaro.org>
10661
10662 PR tdep/18107
10663 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10664 variable.
10665 * gdb.base/catch-syscall.exp: Don't skip it on
10666 aarch64*-*-linux* target. Remove elements in all_syscalls.
10667 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10668 target.
10669 (setup_all_syscalls): New proc.
10670
ca5fd19b
YQ
106712015-03-16 Yao Qi <yao.qi@linaro.org>
10672
10673 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10674 (top level): Skip tests if valid_addr_p returns false for
10675 $cmd1 or $cmd2.
10676
85642ba0
AW
106772015-03-11 Andy Wingo <wingo@igalia.com>
10678
10679 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10680
e03f9645
YQ
106812015-03-11 Yao Qi <yao.qi@linaro.org>
10682
10683 * gdb.base/catch-syscall.exp: Fix typo in comments.
10684
5d0962b2
YQ
106852015-03-11 Yao Qi <yao.qi@linaro.org>
10686
10687 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10688
b2df3cef
PA
106892015-03-09 Pedro Alves <palves@redhat.com>
10690
10691 * dg-extract-results.py: Delete.
10692
ef878e53
PA
106932015-03-09 Pedro Alves <palves@redhat.com>
10694
10695 Merge dg-extract-results.sh from GCC upstream (r218843).
10696
10697 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10698 * dg-extract-results.sh: Use --text with grep to avoid issues with
10699 binary files. Fall back to cat -v, if that doesn't work.
10700
9494d219
PA
107012015-03-05 Pedro Alves <palves@redhat.com>
10702
10703 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10704
a8d9763a
SM
107052015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10706
10707 * lib/mi-support.exp (mi_expect_interrupt): Accept
10708 alternative event for when in all-stop mode.
10709
be9957b8
PA
107102015-03-04 Pedro Alves <palves@redhat.com>
10711
10712 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10713
d57be0f4 107142015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
10715
10716 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10717
c214c7cf
AA
107182015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10719
10720 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10721 regexps for GDB's current line display, accept a hex address
10722 preceding the line number.
10723
6d74a497
AA
107242015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10725
10726 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10727 the 'arch1' variable for "s390*-linux*" targets.
10728
511aee7c
PA
107292015-03-04 Pedro Alves <palves@redhat.com>
10730
10731 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10732 (main): Pass missing retval argument to pthread_join call.
10733
95e50b27
PA
107342015-03-02 Pedro Alves <palves@redhat.com>
10735
10736 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10737 (top level): Call do_test with non-stop as well.
10738
28054d69
PA
107392015-03-02 Pedro Alves <palves@redhat.com>
10740
10741 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10742 -1.
10743
4fa5d7b4
AA
107442015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10745
10746 * gdb.arch/s390-vregs.exp: New test.
10747 * gdb.arch/s390-vregs.S: New file.
10748
97c18565
PA
107492015-02-27 Pedro Alves <palves@redhat.com>
10750
10751 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10752 call to catch_command_errors.
10753 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10754 catch_command_errors.
10755
a37bfa30
PA
107562015-02-27 Pedro Alves <palves@redhat.com>
10757
10758 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10759 "true" for boolean result.
10760 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10761 prototype of main.
10762
6f98576f
PA
107632015-02-27 Pedro Alves <palves@redhat.com>
10764
10765 * lib/unbuffer_output.c: New file.
10766 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10767 (main): Call gdb_unbuffer_output.
10768
eba5ab56
YQ
107692015-02-27 Yao Qi <yao.qi@linaro.org>
10770
10771 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10772 target.
10773
0def5aaa
DE
107742015-02-26 Doug Evans <dje@google.com>
10775
10776 * gdb.cp/class2.cc (Dbase, D): New classes.
10777 (main): New local delta.
10778 * gdb.cp/class2.exp: Test printing delta.
10779 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10780 (dynbar): New global.
10781 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10782
081a1c2c
JK
107832015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10784
10785 * gdb.compile/compile-ifunc.c: New file.
10786 * gdb.compile/compile-ifunc.exp: New file.
10787
2f41223f
AT
107882015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10789
10790 * gdb.base/structs.exp: Check for correct struct on finish.
10791
03eddd80
YQ
107922015-02-26 Yao Qi <yao.qi@linaro.org>
10793
10794 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10795 is zero.
10796
80c57053
JK
107972015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10798
10799 * gdb.arch/cordic.ko.bz2: New file.
10800 * gdb.arch/cordic.ko.debug.bz2: New file.
10801 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10802
21613c12
YQ
108032015-02-25 Yao Qi <yao.qi@linaro.org>
10804
10805 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10806 aarch64*-*-* target.
10807
d8b901ed
PA
108082015-02-23 Pedro Alves <palves@redhat.com>
10809
10810 * lib/gdb.exp (delete_breakpoints): Rewrite using
10811 gdb_test_multiple.
10812
e5b85ead
PA
108132015-02-23 Pedro Alves <palves@redhat.com>
10814
10815 * gdb.base/info-os.c: Include stdlib.h.
10816
85c3a371
DE
108172015-02-22 Doug Evans <xdje42@gmail.com>
10818
10819 PR symtab/17855
10820 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10821 is read after symbols have been re-read.
10822 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10823 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10824
96553a0c
DE
108252015-02-21 Doug Evans <dje@google.com>
10826
10827 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10828
97a0c697
JK
108292015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10830
10831 PR corefiles/17808
10832 * gdb.arch/i386-biarch-core.core.bz2: New file.
10833 * gdb.arch/i386-biarch-core.exp: New file.
10834
a47cd6e9
PA
108352015-02-21 Pedro Alves <palves@redhat.com>
10836
10837 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10838 runto_main fails.
10839
c5facdc4
PA
108402015-02-20 Pedro Alves <palves@redhat.com>
10841
10842 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10843 info probes.
10844
2db9a427
PA
108452015-02-20 Pedro Alves <palves@redhat.com>
10846
10847 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10848
60fb7e9e
PA
108492015-02-20 Pedro Alves <palves@redhat.com>
10850
10851 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10852 clean_restart before gdb_target_supports_trace.
10853
5c5019c2
PA
108542015-02-20 Pedro Alves <palves@redhat.com>
10855
10856 PR threads/18006
10857 * gdb.threads/clone-thread_db.c: New file.
10858 * gdb.threads/clone-thread_db.exp: New file.
10859
c9587f88
AT
108602015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10861
10862 PR breakpoints/16812
10863 * gdb.base/catch-gdb-caused-signals.c: New file.
10864 * gdb.base/catch-gdb-caused-signals.exp: New file.
10865
f6a88844
JM
108662015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10867
10868 * configure: Regenerated.
10869 * configure.ac: Use GDB_AC_TRANSFORM.
10870 * aclocal.m4: sinclude ../transform.m4.
10871
497c491b
JM
108722015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10873
10874 * lib/dtrace.exp: New file.
10875 * gdb.base/dtrace-probe.exp: Likewise.
10876 * gdb.base/dtrace-probe.d: Likewise.
10877 * gdb.base/dtrace-probe.c: Likewise.
10878 * lib/pdtrace.in: Likewise.
10879 * configure.ac: Output variables with the transformed names of
10880 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10881 * configure: Regenerated.
10882
03e98035
JM
108832015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10884
10885 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10886 expected message when trying to access $_probe_* convenience
10887 variables while not on a probe.
10888
63cc30e9
JK
108892015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10890
10891 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10892
0703599a
PA
108932015-02-11 Pedro Alves <pedro@codesourcery.com>
10894
10895 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10896 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10897
7e60a48e
DE
108982015-02-10 Doug Evans <xdje42@gmail.com>
10899
10900 * lib/gdb.exp (gdb_load): Always return a result.
10901
01b088bc
PA
109022015-02-10 Pedro Alves <palves@redhat.com>
10903
10904 * gdb.threads/signal-sigtrap.c: New file.
10905 * gdb.threads/signal-sigtrap.exp: New file.
10906
b05ec7a5
AT
109072015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10908
10909 * gdb.trace/no-attach-trace.c: New file.
10910 * gdb.trace/no-attach-trace.exp: New file.
10911
a2c2acaf
MW
109122015-02-09 Mark Wielaard <mjw@redhat.com>
10913
10914 * gdb.dwarf2/atomic.c: New file.
10915 * gdb.dwarf2/atomic-type.exp: Likewise.
10916
31fd9caa
MM
109172015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10918
10919 * gdb.btrace/buffer-size.exp: Update "info record" output.
10920 * gdb.btrace/delta.exp: Update "info record" output.
10921 * gdb.btrace/enable.exp: Update "info record" output.
10922 * gdb.btrace/finish.exp: Update "info record" output.
10923 * gdb.btrace/instruction_history.exp: Update "info record" output.
10924 * gdb.btrace/next.exp: Update "info record" output.
10925 * gdb.btrace/nexti.exp: Update "info record" output.
10926 * gdb.btrace/step.exp: Update "info record" output.
10927 * gdb.btrace/stepi.exp: Update "info record" output.
10928 * gdb.btrace/nohist.exp: Update "info record" output.
10929
d33501a5
MM
109302015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10931
10932 * gdb.btrace/buffer-size: New.
10933
f4abbc16
MM
109342015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10935
10936 * gdb.btrace/delta.exp: Update "info record" output.
10937 * gdb.btrace/enable.exp: Update "info record" output.
10938 * gdb.btrace/finish.exp: Update "info record" output.
10939 * gdb.btrace/instruction_history.exp: Update "info record" output.
10940 * gdb.btrace/next.exp: Update "info record" output.
10941 * gdb.btrace/nexti.exp: Update "info record" output.
10942 * gdb.btrace/step.exp: Update "info record" output.
10943 * gdb.btrace/stepi.exp: Update "info record" output.
10944 * gdb.btrace/nohist.exp: Update "info record" output.
10945
b9d61307
SM
109462015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10947
10948 PR gdb/15678
10949 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10950
e584fdbc
PA
109512015-02-06 Pedro Alves <palves@redhat.com>
10952
10953 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10954 macro.
10955 (seconds_left, again): New globals.
10956 (main): Wait seconds_left in a 1-second sleep loop instead of
10957 sleeping 180 seconds. If 'again' is set, reset the seconds
10958 counter.
10959 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10960 'again' in the inferior before detaching. Print the seconds left.
10961 (options): New global.
10962 (top level): Build program with -DTIMEOUT=$timeout.
10963
77f41761
PA
109642015-02-06 Pedro Alves <palves@redhat.com>
10965
10966 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10967 determine how many seconds to pass to 'alarm'.
10968 * gdb.base/gdb-sigterm.exp (top level): Build program with
10969 -DTIMEOUT=$timeout.
10970 (do_test): Return success/failure indication. Add more verbose
10971 logging. Don't fail if 200 single steps are seen. Instead, fail
10972 when the test times out.
10973 (passes): New global.
10974 (top level): Break the testing loop if testing fails on any
10975 iteration. Use gdb_assert.
10976
b9394193
DB
109772015-02-04 Don Breazeal <donb@codesourcery.com>
10978
10979 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10980 and initialize them.
10981 (ipc_cleanup): New function.
10982 (main): Don't declare shmid, semid, and msqid. Add a call to
10983 atexit so that we call ipc_cleanup on exit.
10984
42d9e528
PA
109852015-02-04 Pedro Alves <palves@redhat.com>
10986
10987 * boards/native-extended-gdbserver.exp: Remove any target variant
10988 specifications from the board name before clearing the isremote
10989 flag from board_info.
10990
ae6ae975
DE
109912015-01-31 Doug Evans <xdje42@gmail.com>
10992
10993 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10994
cfb069a8
GB
109952015-01-31 Gary Benson <gbenson@redhat.com>
10996
10997 * gdb.base/completion.exp: Disable completion limiting for
10998 existing tests. Add new tests to check completion limiting.
10999 * gdb.linespec/ls-errs.exp: Disable completion limiting.
11000
5dd31d79
DE
110012015-01-31 Doug Evans <xdje42@gmail.com>
11002
11003 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
11004
9f050062
DE
110052015-01-31 Doug Evans <xdje42@gmail.com>
11006
11007 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
11008 entries. Duplicate file section script entries.
11009 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11010 inlined entries. Add test for safe-path rejection.
11011 * gdb.python/py-section-script.c: Add duplicate inlined section script
11012 entries. Duplicate file section script entries.
11013 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11014 inlined entries. Add test for safe-path rejection.
11015
df25ebbd
JB
110162015-01-29 Joel Brobecker <brobecker@adacore.com>
11017
11018 * gdb.ada/disc_arr_bound: New testcase.
11019
4a0ca9ec
JB
110202015-01-29 Joel Brobecker <brobecker@adacore.com>
11021
11022 * gdb.ada/mi_var_array: New testcase.
11023
3a8b707a
DE
110242015-01-27 Doug Evans <dje@google.com>
11025
11026 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11027 Add test for objfile.filename, objfile.username after objfile
11028 has been unloaded.
11029
f8313f6e
JB
110302015-01-26 Joel Brobecker <brobecker@adacore.com>
11031
11032 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11033 the second test to print the name attribute of value
11034 returned by the call to gdb.lookup_type, and adjust
11035 the expected output accordingly.
11036
37bc665e
MW
110372015-01-25 Mark Wielaard <mjw@redhat.com>
11038
11039 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11040 * gdb.base/disp-step-fork.c: Include unistd.h.
11041 * gdb.base/siginfo-obj.c: Include stdio.h.
11042 * gdb.base/siginfo-thread.c: Likewise.
11043 * gdb.mi/non-stop.c: Include unistd.h.
11044 * gdb.mi/nsthrexec.c: Include stdio.h.
11045 * gdb.mi/pthreads.c: Include unistd.h.
11046 * gdb.modula2/unbounded1.c (main): Declare returns int.
11047 * gdb.reverse/consecutive-reverse.c: Likewise.
11048 * gdb.threads/create-fail.c: Include unistd.h.
11049 * gdb.threads/killed.c: Likewise.
11050 * gdb.threads/linux-dp.c: Likewise.
11051 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11052 * gdb.threads/non-ldr-exc-2.c: Likewise.
11053 * gdb.threads/non-ldr-exc-3.c: Likewise.
11054 * gdb.threads/non-ldr-exc-4.c: Likewise.
11055 * gdb.threads/pthreads.c: Include unistd.h.
11056 (main): Declare returns int.
11057 * gdb.threads/tls-main.c (foo): New declaration.
11058 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11059
f7e5394d
SM
110602015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11061
11062 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11063 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11064
743649fd
MW
110652015-01-15 Mark Wielaard <mjw@redhat.com>
11066
11067 * gdb.base/noreturn-return.c: New file.
11068 * gdb.base/noreturn-return.exp: New file.
11069 * gdb.base/noreturn-finish.c: New file.
11070 * gdb.base/noreturn-finish.exp: New file.
11071
198297aa
PA
110722015-01-23 Pedro Alves <palves@redhat.com>
11073
11074 * gdb.threads/continue-pending-after-query.c: New file.
11075 * gdb.threads/continue-pending-after-query.exp: New file.
11076
717cf30c
AG
110772015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11078 Simon Marchi <simon.marchi@ericsson.com>
11079
11080 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11081 * gdb.base/valgrind-db-attach.exp: Same.
11082 * gdb.base/valgrind-infcall.exp: Same.
11083 * lib/mi-support.exp (default_mi_gdb_start): Same.
11084 * lib/prompt.exp (default_prompt_gdb_start): Same.
11085 * lib/gdb.exp (default_gdb_spawn): Same.
11086 (gdb_interact): New.
11087
11088
4b62a76e
JK
110892015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11090
11091 * gdb.compile/compile.exp (pointer to jit function): New test.
11092
b4cdae6f
WW
110932015-01-17 Wei-cheng Wang <cole945@gmail.com>
11094
11095 * lib/gdb.exp (supports_process_record): Return true for
11096 powerpc*-*-linux*.
11097 (supports_reverse): Likewise.
11098
d221e7ef
DB
110992015-01-15 Don Breazeal <donb@codesourcery.com>
11100
11101 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11102 instead of checking whether the target board is remote and
11103 use spawn_wait_for_attach instead of exec/sleep.
11104 * gdb.base/attach-twice.exp: Likewise.
11105
bafffb51
JB
111062015-01-15 Joel Brobecker <brobecker@adacore.com>
11107
11108 * gdb.ada/var_arr_attrs: New testcase.
11109
5589af0e
PA
111102015-01-14 Pedro Alves <palves@redhat.com>
11111 Joel Brobecker <brobecker@adacore.com>
11112
11113 PR gdb/17525
11114 * gdb.base/bp-cmds-execution-x-script.c: New file.
11115 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11116 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11117
6c400b59
PA
111182015-01-14 Pedro Alves <palves@redhat.com>
11119
11120 PR cli/17828
11121 * gdb.base/batch-preserve-term-settings.c: New file.
11122 * gdb.base/batch-preserve-term-settings.exp: New file.
11123
e02c96a7
DE
111242015-01-13 Doug Evans <dje@google.com>
11125
11126 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11127 binary.
11128
576fd14c
JB
111292015-01-13 Joel Brobecker <brobecker@adacore.com>
11130
11131 * Makefile.in (clean mostlyclean): Do not delete *.py.
11132
04dccad0
JB
111332015-01-13 Joel Brobecker <brobecker@adacore.com>
11134
11135 * gdb.python/py-lookup-type.exp: New file.
11136
3d230f71
PA
111372015-01-12 Pedro Alves <palves@redhat.com>
11138
11139 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11140 restore GDBFLAGS before returning.
11141
7e67715d
JK
111422015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11143
11144 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11145 is_amd64_regs_target and is_x86_like_target.
11146
f2e0d4b4
DE
111472015-01-11 Doug Evans <xdje42@gmail.com>
11148
11149 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11150 is given without an explicit form.
11151 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11152 attributes.
11153 * gdb.dwarf/corrupt.exp: Ditto.
11154 * gdb.dwarf2/enum-type.exp: Ditto.
11155 * gdb.trace/entry-values.exp: Ditto.
11156 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11157
439250fb
DE
111582015-01-11 Doug Evans <xdje42@gmail.com>
11159
11160 PR gdb/15830
11161 * gdb.base/maint.exp: Remove references to "maint demangle".
11162 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11163 Add tests for explicitly specifying language to demangle.
11164 * gdb.dlang/demangle.exp: Ditto.
11165
ede9f622
PA
111662015-01-09 Pedro Alves <palves@redhat.com>
11167
11168 * gdb.threads/non-stop-fair-events.c: New file.
11169 * gdb.threads/non-stop-fair-events.exp: New file.
11170
a7b796db
PA
111712015-01-09 Pedro Alves <palves@redhat.com>
11172
11173 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11174 the global scope. Set a breakpoint after all threads are started
11175 rather than stepping over two source lines. Expect the prompt.
11176 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11177 global.
11178 (NUM): Now 15.
11179 (main): Use threads_started_barrier to wait for all threads to
11180 start. Main thread no longer calls thread_function. Exit after
11181 180 seconds.
11182 (loop): New function.
11183 (thread_function): Wait on threads_started_barrier barrier. Call
11184 'loop' at each iteration.
11185 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11186 threads have started, instead of hardcoding number of "next"
11187 steps. Use an access watchpoint instead of a write watchpoint.
11188
9665ffdd
PA
111892015-01-09 Pedro Alves <palves@redhat.com>
11190
11191 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11192 (thread_func): Wait on barrier.
11193 (main): Wait for all threads to start before stopping GDB.
11194 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11195 global.
11196 (thread1_func, thread2_func): Wait on barrier.
11197 (main): Wait for all threads to start before stopping GDB.
11198 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11199 New global.
11200 (thread1_func, thread2_func): Wait on barrier.
11201 (main): Wait for all threads to start before stopping GDB.
11202
c945a99f
PA
112032015-01-09 Pedro Alves <palves@redhat.com>
11204
11205 * gdb.threads/attach-many-short-lived-threads.c: New file.
11206 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11207
c1a747c1
PA
112082014-01-09 Pedro Alves <palves@redhat.com>
11209
11210 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11211 instead of to thread 2.
11212 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11213 Add barrier around each pthread_create call instead of around all
11214 calls.
11215 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11216 Set a break on thread_function and have the child threads hit it
11217 one at at a time.
11218
60b3033e
PA
112192015-01-09 Pedro Alves <palves@redhat.com>
11220
11221 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11222 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11223 false.
11224 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11225 checking whether the target board is remote.
11226 * gdb.multi/multi-attach.exp: Likewise.
11227 * gdb.python/py-sync-interp.exp: Likewise.
11228 * gdb.server/ext-attach.exp: Likewise.
11229 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11230 tests that need to attach, instead of checking whether the target
11231 board is remote at the top of the file.
11232
acc018ac
YQ
112332015-01-08 Yao Qi <yao@codesourcery.com>
11234
11235 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11236
50a18af8
JK
112372015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11238
11239 Fix testcase compilation.
11240 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11241
8503d6e1
JB
112422015-01-06 Joel Brobecker <brobecker@adacore.com>
11243
11244 * gdb.python/py-type.exp: Add a couple test about empty
11245 array creation, and negative-length array creation.
11246
cc73dbcc
DE
112472015-01-02 Doug Evans <xdje42@gmail.com>
11248
11249 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11250
0300bbc7
DE
112512015-01-02 Doug Evans <dje@google.com>
11252
11253 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11254
9d85a0ec
YQ
112552014-12-29 Yao Qi <yao@codesourcery.com>
11256
11257 * gdb.trace/entry-values.exp: Update comments. Rename variable
11258 bar_call_foo to returned_from_foo.
11259
87186c6a
MMN
112602014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11261
11262 PR gdb/17394
11263 * gdb.linespec/break-asm-file.c: New file.
11264 * gdb.linespec/break-asm-file.exp: New file.
11265 * gdb.linespec/break-asm-file0.s: New file.
11266 * gdb.linespec/break-asm-file1.s: New file.
11267
1bab7383
YQ
112682014-12-18 Nigel Stephens <nigel@mips.com>
11269 Maciej W. Rozycki <macro@codesourcery.com>
11270
11271 * gdb.base/float.exp: Handle the new output from "info float" on
11272 MIPS targets.
11273
1bc1068a
JK
112742014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11275
11276 Fix MinGW compilation.
11277 * gdb.compile/compile-ops.exp: Update untested message if
11278 !skip_compile_feature_tests.
11279 * gdb.compile/compile-setjmp.exp: Likewise.
11280 * gdb.compile/compile-tls.exp: Likewise.
11281 * gdb.compile/compile.exp: Likewise.
11282 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11283 supported on this host".
11284
b6615d10
DE
112852014-12-16 Doug Evans <xdje42@gmail.com>
11286
11287 * boards/stabs.exp: New file.
11288
25dda427
AA
112892014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11290
11291 * gdb.base/completion.exp: Adjust to format changes of "maint
11292 print user-registers".
11293
bf330350
CU
112942014-12-16 Catalin Udma <catalin.udma@freescale.com>
11295
11296 PR server/17457
11297 * gdb.arch/aarch64-fp.c: New file.
11298 * gdb.arch/aarch64-fp.exp: New file.
11299
395cf596
SDJ
113002014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11301
11302 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11303 r210637, r210913, r211666, r215400, r215817).
11304
11305 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11306 * dg-extract-results.py: New file.
11307 * dg-extract-results.sh: Use it if the environment seems
11308 suitable.
11309
11310 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11311
11312 * dg-extract-results.py (parse_run): Handle warnings that
11313 are printed before a test harness is run.
11314
11315 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11316
11317 * dg-extract-results.py (Named): Remove __cmp__ method.
11318 (output_variation): Use a key to sort variation.harnesses.
11319
11320 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11321
11322 * dg-extract-results.py: For Python 3, force sys.stdout to
11323 handle surrogate escape sequences.
11324 (safe_open): New function.
11325 (output_segment, main): Use it.
11326
11327 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11328
11329 * dg-extract-results.py (Prog.result_re): Include options
11330 in test name.
11331
11332 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11333
11334 * dg-extract-results.py (output_variation): Always sort if
11335 do_sum.
11336
e882ef3c
SM
113372014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11338
11339 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11340 as long as we get pagination notifications.
11341
4992aa20
JM
113422014-12-15 Jason Merrill <jason@redhat.com>
11343
11344 * Makefile.in (check-gdb.%): Restore.
11345 * README: Mention it.
11346
c1b5a1a6
JB
113472014-12-13 Joel Brobecker <brobecker@adacore.com>
11348
11349 * gdb.ada/str_uninit: New testcase.
11350
5537b577
JK
113512014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11352
11353 PR symtab/17642
11354 * gdb.base/vla-stub-define.c: New file.
11355 * gdb.base/vla-stub.c: New file.
11356 * gdb.base/vla-stub.exp: New file.
11357
bb2ec1b3
TT
113582014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11359 Jan Kratochvil <jan.kratochvil@redhat.com>
11360 Tom Tromey <tromey@redhat.com>
11361
11362 * configure.ac: Add gdb.compile/.
11363 * configure: Regenerate.
11364 * gdb.compile/Makefile.in: New file.
11365 * gdb.compile/compile-ops.exp: New file.
11366 * gdb.compile/compile-ops.c: New file.
11367 * gdb.compile/compile-tls.c: New file.
11368 * gdb.compile/compile-tls.exp: New file.
11369 * gdb.compile/compile-constvar.S: New file.
11370 * gdb.compile/compile-constvar.c: New file.
11371 * gdb.compile/compile-mod.c: New file.
11372 * gdb.compile/compile-nodebug.c: New file.
11373 * gdb.compile/compile-setjmp-mod.c: New file.
11374 * gdb.compile/compile-setjmp.c: New file.
11375 * gdb.compile/compile-setjmp.exp: New file.
11376 * gdb.compile/compile-shlib.c: New file.
11377 * gdb.compile/compile.c: New file.
11378 * gdb.compile/compile.exp: New file.
11379 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11380
4ff709eb
TT
113812014-12-12 Tom Tromey <tromey@redhat.com>
11382
11383 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11384 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11385
6dddd6a5
DE
113862014-12-12 Doug Evans <dje@google.com>
11387
11388 * lib/gdb-python.exp (get_python_valueof): New function.
11389 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11390
71c24708
AA
113912014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11392
11393 * gdb.base/completion.exp: Add test for completion of "info
11394 registers ".
11395
3e29f34a
MR
113962014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11397
11398 * gdb.base/func-ptrs.c: New file.
11399 * gdb.base/func-ptrs.exp: New file.
11400
fc126975
SM
114012014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11402
11403 PR breakpoints/17012
11404 * gdb.base/dprintf-detach.c: New file.
11405 * gdb.base/dprintf-detach.exp: New file.
11406
0a46d518
SM
114072014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11408
11409 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11410 * lib/gdb.exp (target_is_gdbserver): New procedure.
11411
a0be3e44
DE
114122014-12-08 Doug Evans <dje@google.com>
11413
11414 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11415
df1b803a
YQ
114162014-12-05 Yao Qi <yao@codesourcery.com>
11417
11418 * gdb.guile/scm-error.exp: Remove the third argument to
11419 gdb_remote_download.
11420 * gdb.guile/scm-frame-args.exp: Likewise.
11421 * gdb.guile/scm-section-script.exp: Likewise.
11422
ddb9f679
YQ
114232014-12-05 Yao Qi <yao@codesourcery.com>
11424
11425 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11426
86e4ed39
DE
114272014-12-04 Doug Evans <dje@google.com>
11428
11429 * gdb.python/py-objfile.exp: Add tests for
11430 objfile.add_separate_debug_file.
11431
7c50a931
DE
114322014-12-04 Doug Evans <dje@google.com>
11433
11434 * lib/gdb.exp (get_build_id): New function.
11435 (build_id_debug_filename_get): Rewrite to use it.
11436 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11437
621661e3
MR
114382014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11439
11440 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11441 `method(long)', not just 0x0.
11442 * gdb.cp/nsalias.exp: Align code labels to 4.
11443 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11444 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11445 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11446 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11447 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11448 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11449
29f0c3b7
DE
114502014-12-02 Doug Evans <dje@google.com>
11451
e1e061e7 11452 PR symtab/17602
29f0c3b7 11453 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 11454 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
11455 * gdb.cp/anon-ns.exp: Update.
11456
162078c8
NB
114572014-12-02 Nick Bull <nicholaspbull@gmail.com>
11458
11459 * gdb.python/py-events.py (inferior_call_handler): New.
11460 (register_changed_handler, memory_changed_handler): New.
11461 (test_events.invoke): Register new handlers.
11462 * gdb.python/py-events.exp: Add tests for inferior call,
11463 memory_changed and register_changed events.
11464
fdb09caf
AA
114652014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11466
11467 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11468 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11469 if the linker doesn't understand this.
11470
55cfb2c4
SM
114712014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11472
11473 * gdb.python/python.exp: Change expected reply to help().
11474
9e8cd6df
YQ
114752014-12-01 Yao Qi <yao@codesourcery.com>
11476
11477 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11478 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11479 * configure: Re-generated.
11480
6c659fc2
SC
114812014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11482
11483 * gdb.cp/chained-calls.cc: New file.
11484 * gdb.cp/chained-calls.exp: New file.
11485 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11486
d7fc3181
SM
114872014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11488
11489 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11490 * gdb.dwarf2/symtab-producer.exp: Same.
11491 * gdb.gdb/python-interrupts.exp: Same.
11492 * gdb.gdb/python-selftest.exp: Same.
11493 * gdb.python/py-linetable.exp: Same.
11494 * gdb.python/py-type.exp: Same.
11495 * gdb.python/py-value-cc.exp: Same.
11496 * gdb.python/py-value.exp: Same.
11497
10e79639
YQ
114982014-11-28 Yao Qi <yao@codesourcery.com>
11499
11500 * gdb.base/break-probes.exp: Match library name prefixed with
11501 sysroot.
11502
f28a0564
SM
115032014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11504
11505 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11506 test expected output. Add parentheses for the call to print.
11507 Remove L suffix from integers.
11508
3fe1ce1d
DE
115092014-11-26 Doug Evans <dje@google.com>
11510
11511 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11512
84429e27
YQ
115132014-11-22 Yao Qi <yao@codesourcery.com>
11514
11515 * gdb.trace/entry-values.c: Remove asms.
11516 (foo): Add foo_label.
11517 (bar): Add bar_label.
11518 * gdb.trace/entry-values.exp: Remove code computing foo's
11519 length and bar's length.
11520 (Dwarf::assemble): Invoke function_range for bar and use
11521 MACRO_AT_func for foo.
11522
26741859
YQ
115232014-11-22 Yao Qi <yao@codesourcery.com>
11524
11525 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11526 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11527 Use .Lgcc43_procstart instead of gcc43.
11528
45e44d27
JB
115292014-11-21 Joel Brobecker <brobecker@adacore.com>
11530
11531 * gdb.ada/n_arr_bound: New testcase.
11532
458c8db8
SDJ
115332014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11534
11535 PR breakpoints/10737
11536 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11537 test_catch_syscall_multi_arch.
11538 (test_catch_syscall_multi_arch): New function.
11539
43f3e411
DE
115402014-11-20 Doug Evans <xdje42@gmail.com>
11541
11542 * gdb.base/maint.exp: Update expected output.
11543
0d7b2549
AA
115442014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11545
11546 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11547 4-byte instruction on S390.
11548
8908fca5
JB
115492014-11-19 Joel Brobecker <brobecker@adacore.com>
11550
11551 * gdb.ada/arr_arr: New testcase.
11552
4a46959e
JB
115532014-11-19 Joel Brobecker <brobecker@adacore.com>
11554
11555 * gdb.ada/pkd_arr_elem: New Testcase.
11556
470e2f4e
LM
115572014-11-18 Luis Machado <lgustavo@codesourcery.com>
11558
11559 * gdb.reverse/break-precsave: Expect completion message for
11560 core file reads.
11561 * gdb.reverse/consecutive-precsave.exp: Likewise.
11562 * gdb.reverse/finish-precsave.exp: Likewise.
11563 * gdb.reverse/i386-precsave.exp: Likewise.
11564 * gdb.reverse/machinestate-precsave.exp: Likewise.
11565 * gdb.reverse/sigall-precsave.exp: Likewise.
11566 * gdb.reverse/solib-precsave.exp: Likewise.
11567 * gdb.reverse/step-precsave.exp: Likewise.
11568 * gdb.reverse/until-precsave.exp: Likewise.
11569 * gdb.reverse/watch-precsave.exp: Likewise.
11570
a267f3ad
AA
115712014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11572
11573 * gdb.base/bp-permanent.c: Include unistd.h.
11574 * gdb.python/py-framefilter-mi.c (main): Add return type.
11575 * gdb.python/py-framefilter.c (main): Likewise.
11576 * gdb.trace/actions-changed.c (main): Likewise.
11577
12084a9a
AA
115782014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11579
11580 * gdb.mi/until.c: Add eye-catchers.
11581 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11582 line numbers.
11583
dc7e1a77
AA
115842014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11585
11586 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11587 function header variants in break1.c.
11588 * gdb.base/ena-dis-br.exp: Likewise.
11589 * gdb.base/hbreak2.exp: Likewise.
11590 * gdb.reverse/until-precsave.exp: Drop references to removed
11591 non-prototype function header variants in ur1.c.
11592 * gdb.reverse/until-reverse.exp: Likewise.
11593
41c77605
PM
115942014-11-17 Petr Machata <pmachata@redhat.com>
11595
11596 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11597 ${_cu_offset_size} bytes abbrev offset.
11598
34248c3a
DE
115992014-11-15 Doug Evans <xdje42@gmail.com>
11600
11601 PR symtab/17559
11602 * gdb.base/line-symtabs.exp: New file.
11603 * gdb.base/line-symtabs.c: New file.
11604 * gdb.base/line-symtabs.h: New file.
11605
646da059
YQ
116062014-11-14 Yao Qi <yao@codesourcery.com>
11607
11608 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11609 (func): Add label func_label.
11610 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11611 Replace low_pc and high_pc with MACRO_AT_range.
11612 Replace name, low_pc and high_pc with MACRO_AT_func.
11613
9301ebe6
YQ
116142014-11-14 Yao Qi <yao@codesourcery.com>
11615
11616 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11617 Replace name, low_pc and high_pc with MACRO_AT_func.
11618
f166b542
YQ
116192014-11-14 Yao Qi <yao@codesourcery.com>
11620
11621 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11622 produce debug information.
11623 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11624
0f6e71e3
YQ
116252014-11-14 Yao Qi <yao@codesourcery.com>
11626
11627 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11628 object and get function length.
11629 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11630 with MACRO_AT_func.
11631 (top-level): Replace gdb_compile and clean_restart with
11632 prepare_for_testing.
11633 * gdb.dwarf2/main.c (main): Add label main_label.
11634
876c4df9
YQ
116352014-11-14 Yao Qi <yao@codesourcery.com>
11636
11637 * lib/dwarf.exp (function_range): New procedure.
11638 (Dwarf::_handle_macro_at_func): New procedure.
11639 (Dwarf::_handle_macro_at_range): New procedure.
11640 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11641
02ad9cf1
YQ
116422014-11-14 Yao Qi <yao@codesourcery.com>
11643
11644 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11645 (_handle_attribute): New procedure.
11646
a59add0c
AA
116472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11648
11649 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11650 * gdb.base/call-sc.c (zed): Likewise.
11651 * gdb.base/checkpoint.c (main): Likewise.
11652 * gdb.base/dump.c (main): Likewise.
11653 * gdb.base/gcore.c (main): Likewise.
11654 * gdb.base/huge.c (main): Likewise.
11655 * gdb.base/multi-forks.c (main): Likewise.
11656 * gdb.base/pr10179-a.c (main): Likewise.
11657 * gdb.base/savedregs.c (main): Likewise.
11658 * gdb.base/sigaltstack.c (main): Likewise.
11659 * gdb.base/siginfo.c (main): Likewise.
11660 * gdb.base/structs.c (zed): Likewise.
11661 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11662 * gdb.mi/mi-syn-frame.c (main): Likewise.
11663 * gdb.mi/until.c (foo, main): Likewise.
11664 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11665 * gdb.base/solib-weak.c (foo): Declare.
11666 * gdb.base/attach-twice.c: Include stdio.h.
11667 * gdb.base/weaklib1.c: Likewise.
11668 * gdb.base/weaklib2.c: Likewise.
11669 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11670 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11671 unistd.h.
11672 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11673 * gdb.mi/mi-exit-code.c: Likewise.
11674 * gdb.base/break-interp-lib.c: Include string.h.
11675 * gdb.base/coremaker.c: Likewise.
11676 * gdb.base/testenv.c: Likewise.
11677 * gdb.python/py-finish-breakpoint.c: Likewise.
11678 * gdb.base/inferior-died.c: Include sys/wait.h.
11679 * gdb.base/fileio.c: Include time.h.
11680 * gdb.base/async-shell.c: Include unistd.h.
11681 * gdb.base/dprintf-non-stop.c: Likewise.
11682 * gdb.base/info-os.c: Likewise.
11683 * gdb.mi/mi-console.c: Likewise.
11684 * gdb.mi/watch-nonstop.c: Likewise.
11685 * gdb.python/py-events.c: Likewise.
11686 * gdb.base/async.c (baz): Move up before its invocation.
11687 * gdb.base/code_elim2.c (my_global_func): Likewise.
11688 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11689 * gdb.base/advance.c (func2): Likewise.
11690
3b5d5997
AA
116912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11692
11693 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11694 variant.
11695 * gdb.base/annota3.c: Likewise.
11696 * gdb.base/async.c: Likewise.
11697 * gdb.base/average.c: Likewise.
11698 * gdb.base/call-ar-st.c: Likewise.
11699 * gdb.base/call-rt-st.c: Likewise.
11700 * gdb.base/call-sc.c: Likewise.
11701 * gdb.base/call-strs.c: Likewise.
11702 * gdb.base/ending-run.c: Likewise.
11703 * gdb.base/execd-prog.c: Likewise.
11704 * gdb.base/exprs.c: Likewise.
11705 * gdb.base/foll-exec.c: Likewise.
11706 * gdb.base/foll-fork.c: Likewise.
11707 * gdb.base/foll-vfork.c: Likewise.
11708 * gdb.base/funcargs.c: Likewise.
11709 * gdb.base/gcore.c: Likewise.
11710 * gdb.base/jump.c: Likewise.
11711 * gdb.base/langs0.c: Likewise.
11712 * gdb.base/langs1.c: Likewise.
11713 * gdb.base/langs2.c: Likewise.
11714 * gdb.base/mips_pro.c: Likewise.
11715 * gdb.base/nodebug.c: Likewise.
11716 * gdb.base/opaque0.c: Likewise.
11717 * gdb.base/opaque1.c: Likewise.
11718 * gdb.base/recurse.c: Likewise.
11719 * gdb.base/run.c: Likewise.
11720 * gdb.base/scope0.c: Likewise.
11721 * gdb.base/scope1.c: Likewise.
11722 * gdb.base/setshow.c: Likewise.
11723 * gdb.base/setvar.c: Likewise.
11724 * gdb.base/shmain.c: Likewise.
11725 * gdb.base/shr1.c: Likewise.
11726 * gdb.base/shr2.c: Likewise.
11727 * gdb.base/sigall.c: Likewise.
11728 * gdb.base/signals.c: Likewise.
11729 * gdb.base/so-indr-cl.c: Likewise.
11730 * gdb.base/solib2.c: Likewise.
11731 * gdb.base/structs.c: Likewise.
11732 * gdb.base/sum.c: Likewise.
11733 * gdb.base/vforked-prog.c: Likewise.
11734 * gdb.base/watchpoint.c: Likewise.
11735 * gdb.reverse/shr2.c: Likewise.
11736 * gdb.reverse/until-reverse.c: Likewise.
11737 * gdb.reverse/ur1.c: Likewise.
11738 * gdb.reverse/watch-reverse.c: Likewise.
11739
066a77c5
AA
117402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11741
11742 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11743 variant.
11744 * gdb.base/sepdebug.exp: Drop references to removed code.
11745
4f204ea5
AA
117462014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11747
11748 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11749 variant. Preserve original line numbering.
11750 * gdb.base/list1.c: Likewise.
11751
3b377a3a
AA
117522014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11753
11754 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11755 variant.
11756 * gdb.base/break1.c: Likewise.
11757 * gdb.base/break.exp: Drop references to removed code.
11758
e444df73
AA
117592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11760
11761 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11762 variant.
11763
8008f2a7
AA
117642014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11765
11766 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11767
a5a06887
AA
117682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11769
11770 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11771 logic into perform_all_tests() and invoke it with and without
11772 function header prototypes.
11773 (do_function_calls): Remove conditional XFAIL for PR 5318.
11774 (rerun_and_prepare): Remove duplicate code.
11775 (perform_all_tests): New. Main logic moved here.
11776
44dba9b9
AA
117772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11778
11779 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11780 code guarded by #ifdef NO_PROTOTYPES.
11781 (t_double_many_args): Likewise.
11782 (DEF_FUNC_MANY_ARGS_1): Likewise.
11783 (DEF_FUNC_VALUES_1): Likewise.
11784 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11785 guarded by #ifdef PROTOTYPES.
11786
d1fbcd56
AA
117872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11788
11789 * gdb.mi/mi-console.c: Add eye-catcher.
11790 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11791 instead of literal line number.
11792
b0e59b8f
AA
117932014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11794
11795 * gdb.base/shr2.c: Add eye-catcher.
11796 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11797 line number.
11798
78f98cca
AA
117992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11800
11801 * gdb.base/jump.c: Add eye-catchers.
11802 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11803 numbers.
11804
58fa2af0
AA
118052014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11806
11807 * gdb.base/execd-prog.c: Add eye-catchers.
11808 * gdb.base/foll-exec.c: Likewise.
11809 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11810 line numbers.
11811
04e5059b
AA
118122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11813
11814 * gdb.base/ending-run.c: Add eye-catchers.
11815 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11816 literal line numbers.
11817
dbfdb174
AA
118182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11819
11820 * gdb.base/call-rt-st.c: Add eye-catchers.
11821 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11822 literal line numbers.
11823
888a2ade
AA
118242014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11825
11826 * gdb.base/call-ar-st.c: Add eye-catchers.
11827 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11828 literal line numbers.
11829
6acc2dde
AA
118302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11831
11832 * gdb.base/average.c: Add eye-catchers.
11833 * gdb.base/sum.c: Likewise.
11834 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11835 regexps dynamically.
11836
9ecfcd1d
AA
118372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11838
11839 * gdb.base/solib1.c: Add eye-catchers.
11840 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11841 literal line numbers.
11842
78708b7c
PA
118432014-11-12 Pedro Alves <palves@redhat.com>
11844
11845 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11846 leader has exited.
11847
af48d08f
PA
118482014-11-12 Pedro Alves <palves@redhat.com>
11849
11850 * gdb.arch/i386-bp_permanent.c: New file.
11851 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11852 (srcfile): Set to i386-bp_permanent.c.
11853 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11854 that stepi does not execute the 'leave' instruction, instead of
11855 testing it does execute.
11856 * gdb.base/bp-permanent.c: New file.
11857 * gdb.base/bp-permanent.exp: New file.
11858
af3768e9
DE
118592014-11-10 Doug Evans <xdje42@gmail.com>
11860
11861 PR symtab/17564
11862 * gdb.base/symtab-search-order.exp: New file.
11863 * gdb.base/symtab-search-order.c: New file.
11864 * gdb.base/symtab-search-order-1.c: New file.
11865 * gdb.base/symtab-search-order-shlib-1.c: New file.
11866
9de00a4a
PA
118672014-11-07 Pedro Alves <palves@redhat.com>
11868
11869 PR gdb/17511
11870 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11871 i?86-*-linux*.
11872
e0f52461
SC
118732014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11874
11875 PR c++/17494
11876 * gdb.cp/pr17494.cc: New file.
11877 * gdb.cp/pr17494.exp: New file.
11878
6ce8c980
YQ
118792014-11-02 Yao Qi <yao@codesourcery.com>
11880
11881 * gdb.python/python.exp: Get working directory and match the
11882 output of "set extended-prompt \\w " with it.
11883
02be9a71
DE
118842014-10-30 Doug Evans <dje@google.com>
11885
11886 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11887 in objfiles.
11888 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11889 in progspaces.
11890
3bdff46b
LM
118912014-10-30 Janis Johnson <janisjo@codesourcery.com>
11892
11893 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11894 * gdb.base/realname-expand.exp: Likewise.
11895 * gdb.linespec/macro-relative.exp: Likewise.
11896
ab917dfb
PA
118972014-10-29 Pedro Alves <palves@redhat.com>
11898
11899 PR gdb/17408
11900 * gdb.threads/schedlock.c (some_function): New function.
11901 (call_function): New global.
11902 (MAYBE_CALL_SOME_FUNCTION): New macro.
11903 (thread_function): Call it.
11904 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11905 and use it instead of a global counter. Adjust all callers.
11906 (get_current_thread): Use "find current thread" for test message
11907 here rather than having all callers pass down the same string.
11908 (goto_loop): New procedure, factored out from ...
11909 (my_continue): ... this.
11910 (step_ten_loops): Change parameter from test message to command to
11911 use. Adjust.
11912 (list_count): Delete global.
11913 (check_result): New procedure, factored out from duplicate top
11914 level code.
11915 (continue tests): Wrap in with_test_prefix.
11916 (test_step): New procedure, factored out from duplicate top level
11917 code.
11918 (top level): Test "step" in combination with all scheduler-locking
11919 modes. Test "next" in combination with all scheduler-locking
11920 modes, and in combination with stepping over a function call or
11921 not.
11922 * gdb.threads/next-bp-other-thread.c: New file.
11923 * gdb.threads/next-bp-other-thread.exp: New file.
11924
d3d4baed
PA
119252014-10-29 Pedro Alves <palves@redhat.com>
11926
11927 PR python/17372
11928 * gdb.python/python.exp: Test a multi-line command that spawns
11929 interactive Python.
11930 * gdb.base/multi-line-starts-subshell.exp: New file.
11931
563e8d85
YQ
119322014-10-29 Yao Qi <yao@codesourcery.com>
11933
11934 * gdb.base/fileio.exp: Make directories on host.
11935
0ea4d52e
YQ
119362014-10-29 Yao Qi <yao@codesourcery.com>
11937
11938 * gdb.base/fileio.c (test_write): Close the file.
11939
7f5ef605
PA
119402014-10-28 Pedro Alves <palves@redhat.com>
11941
11942 PR gdb/12623
11943 * gdb.base/sigstep.c (no_handler): New global.
11944 (main): If 'no_handler is true, set the signal handlers to
11945 SIG_IGN.
11946 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11947 with_sw_watch and no_handler parameters. Handle them.
11948 (top level) <stepping over handler when stopped at a breakpoint
11949 test>: Add a test axis for testing with a software watchpoint, and
11950 another for testing with the signal handler set to SIG_IGN.
11951 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11952 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11953
abbdbd03
PA
119542014-10-28 Pedro Alves <palves@redhat.com>
11955
11956 PR gdb/17511
11957 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11958 * gdb.base/sigstep.exp (other_handler_location): New global.
11959 (advance): Support stepping into the signal handler, and running
11960 commands while in the handler.
11961 (in_handler_map): New global.
11962 (top level): In the advance test, add combinations for getting
11963 into the handler with stepping commands, and for running commands
11964 in the handler. Add comment descripting the advancei tests.
11965
1df4399f
PA
119662014-10-28 Pedro Alves <palves@redhat.com>
11967
11968 * gdb.base/sigstep.exp: Use build_executable instead of
11969 prepare_for_testing.
11970 (top level): Move code that starts GDB, runs to main and creates a
11971 display to ...
11972 (restart): ... this new procedure.
11973 (top level): Move backtrace from signal handler test to ...
11974 (validate_backtrace): ... this new procedure.
11975 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11976 with_test_prefix. Always restart GDB.
11977 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11978 with_test_prefix. Always restart GDB. No need to delete
11979 breakpoints after the test.
11980 (test_skip_handler): Remove prefix parameter.
11981 (skip_over_handler, breakpoint_to_handler)
11982 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11983 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11984 restart GDB. No need to delete breakpoints after the test.
11985 (top level): Use foreach to call the test procedures with
11986 different commands.
11987
a5b6e449
PA
119882014-10-28 Pedro Alves <palves@redhat.com>
11989
11990 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11991 instead of GNATS numbers.
11992 * gdb.base/sigbpt.exp: Likewise.
11993 * gdb.base/siginfo.exp: Likewise.
11994 * gdb.base/sigstep.exp: Likewise.
11995
e5f8a7cc
PA
119962014-10-27 Pedro Alves <palves@redhat.com>
11997
11998 * gdb.base/sigstep.c (dummy): New global.
11999 (main): Issue a couple writes to the new global.
12000 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
12001 procedures.
12002 (skip_over_handler): Use test_skip_handler.
12003 (top level): Call skip_over_handler for stepi and nexti too.
12004 (breakpoint_over_handler): Use test_skip_handler.
12005 (top level): Call breakpoint_over_handler for stepi and nexti too.
12006
763905a3
YQ
120072014-10-27 Yao Qi <yao@codesourcery.com>
12008
12009 * gdb.trace/tfile.c (adjust_function_address)
12010 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12011 function descriptor.
12012
6f259a23
DB
120132014-10-24 Don Breazeal <donb@codesourcery.com>
12014
12015 * gdb.base/foll-fork.exp (test_follow_fork,
12016 catch_fork_child_follow): Check for updated fork messages emitted
12017 from infrun.c.
12018 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12019 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12020 vfork_and_exec_child_follow_through_step): Check for updated vfork
12021 messages emitted from infrun.c.
12022
09dd9a69
PA
120232014-10-24 Pedro Alves <palves@redhat.com>
12024
12025 * gdb.base/corefile.exp: Remove references to ultrix.
12026 * gdb.base/interrupt.exp: Likewise.
12027 * gdb.base/whatis.exp: Likewise.
12028 * gdb.gdb/selftest.exp: Likewise.
12029 * gdb.threads/manythreads.exp: Likewise.
12030 * gdb.threads/print-threads.exp: Likewise.
12031 * gdb.threads/pthreads.exp:: Likewise.
12032 * gdb.threads/schedlock.exp: Likewise.
12033
3433cfa5
SC
120342014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12035
12036 * gdb.cp/non-trivial-retval.cc: Add a test case.
12037 * gdb.cp/non-trivial-retval.exp: Add a test.
12038
092f880b
YQ
120392014-10-20 Yao Qi <yao@codesourcery.com>
12040
12041 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12042 * gdb.python/py-objfile-script-gdb.py: New file.
12043 * gdb.python/py-objfile-script.exp: Update reference to
12044 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12045 of remote_download. Remove the dest file.
12046
acbdb7f3
YQ
120472014-10-20 Yao Qi <yao@codesourcery.com>
12048
12049 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12050 * gdb.base/step-line.exp: Likewise.
12051 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12052 * gdb.dwarf2/dw2-basic.exp: Likewise.
12053 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12054 * gdb.dwarf2/dw2-filename.exp: Likewise.
12055 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12056 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12057 * gdb.dwarf2/dw2-producer.exp: Likewise.
12058 * gdb.dwarf2/mac-fileno.exp: Likewise.
12059 * gdb.python/py-frame-args.exp: Likewise.
12060 * gdb.python/py-framefilter.exp: Likewise.
12061 * gdb.python/py-mi.exp: Likewise.
12062 * gdb.python/py-objfile-script.exp: Likewise
12063 * gdb.python/py-pp-integral.exp: Likewise.
12064 * gdb.python/py-pp-re-notag.exp: Likewise.
12065 * gdb.python/py-prettyprint.exp: Likewise.
12066 * gdb.python/py-section-script.exp: Likewise.
12067 * gdb.python/py-typeprint.exp: Likewise.
12068 * gdb.python/py-xmethods.exp: Likewise.
12069 * gdb.stabs/weird.exp: Likewise.
12070 * gdb.xml/tdesc-regs.exp: Likewise.
12071
bd286a29
KCY
120722014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12073
12074 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12075 (out_cu): Use addr_len for the size of addresses.
12076 (out_line): Likewise. Size DW_LNE_set_address instruction
12077 according to addr_len.
12078 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12079 (FUNC): Add START_INSNS to definition.
12080
673dc4a0
YQ
120812014-10-18 Yao Qi <yao@codesourcery.com>
12082
12083 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12084 gdb_has_argv0 return true.
12085 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12086 check [target_info exists noargs], check [gdb_has_argv0]
12087 instead.
12088 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12089 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12090 procedures.
12091
4ffbba72
DE
120922014-10-17 Doug Evans <dje@google.com>
12093
12094 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12095 event.
12096 * gdb.python/py-events.py: Add clear_objfiles event.
12097
d096d8c1
DE
120982014-10-17 Doug Evans <dje@google.com>
12099
12100 * gdb.python/py-objfile.exp: Test progspace attribute.
12101
a80db015
LM
121022014-10-17 Luis Machado <lgustavo@codesourcery.com>
12103
12104 * gdb.guile/scm-breakpoint.exp: Do not assume any
12105 directory separators when matching source file paths.
12106 * gdb.python/py-breakpoint.exp: Likewise.
12107 * gdb.reverse/break-precsave.exp: Likewise.
12108 * gdb.reverse/break-reverse.exp: Likewise.
12109 * gdb.reverse/consecutive-precsave.exp: Likewise.
12110 * gdb.reverse/finish-precsave.exp: Likewise.
12111 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12112 * gdb.reverse/finish-reverse.exp: Likewise.
12113 * gdb.reverse/i386-precsave.exp: Likewise.
12114 * gdb.reverse/i387-env-reverse.exp: Likewise.
12115 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12116 * gdb.reverse/machinestate-precsave.exp: Likewise.
12117 * gdb.reverse/machinestate.exp: Likewise.
12118 * gdb.reverse/sigall-precsave.exp: Likewise.
12119 * gdb.reverse/solib-precsave.exp: Likewise.
12120 * gdb.reverse/step-precsave.exp: Likewise.
12121 * gdb.reverse/until-precsave.exp: Likewise.
12122 * gdb.reverse/watch-precsave.exp: Likewise.
12123 * gdb.reverse/watch-reverse.exp: Likewise.
12124
b22089ab
YQ
121252014-10-17 Yao Qi <yao@codesourcery.com>
12126
12127 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12128 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12129
6c4486e6
PA
121302014-10-17 Pedro Alves <palves@redhat.com>
12131
12132 PR gdb/17471
12133 * gdb.base/bg-execution-repeat.c: New file.
12134 * gdb.base/bg-execution-repeat.exp: New file.
12135
0ff33695
PA
121362014-10-17 Pedro Alves <palves@redhat.com>
12137
12138 PR gdb/17300
12139 * gdb.base/continue-all-already-running.c: New file.
12140 * gdb.base/continue-all-already-running.exp: New file.
12141
6fdebc3d
PA
121422014-10-17 Pedro Alves <palves@redhat.com>
12143
12144 PR gdb/17472
12145 * gdb.base/annota-input-while-running.c: New file.
12146 * gdb.base/annota-input-while-running.exp: New file.
12147
32a8097b
PA
121482014-10-17 Pedro Alves <palves@redhat.com>
12149
12150 * gdb.base/callfuncs.exp: emove references to osf.
12151 * gdb.base/sigall.exp: Likewise.
12152 * gdb.gdb/selftest.exp: Likewise.
12153 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12154 * gdb.mi/non-stop.c: Likewise.
12155 * gdb.mi/pthreads.c: Likewise.
12156 * gdb.reverse/sigall-precsave.exp: Likewise.
12157 * gdb.reverse/sigall-reverse.exp: Likewise.
12158 * gdb.threads/pthreads.c: Likewise.
12159 * gdb.threads/pthreads.exp: Likewise.
12160
7a3517ff
YQ
121612014-10-17 Yao Qi <yao@codesourcery.com>
12162
12163 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12164 check 'target_info exists noargs'.
12165 (test_command_prompt_position): Likewise.
12166 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12167 Remove "set args".
12168 (progvar_simple_while_test): Likewise.
12169 (progvar_complex_if_while_test): Likewise.
12170 (if_while_breakpoint_command_test): Likewise.
12171 (infrun_breakpoint_command_test): Likewise.
12172 (breakpoint_command_test): Likewise.
12173 (watchpoint_command_test): Likewise.
12174 (bp_deleted_in_command_test): Likewise.
12175 (temporary_breakpoint_commands): Likewise.
12176
bb99c472
YQ
121772014-10-16 Yao Qi <yao@codesourcery.com>
12178
12179 * gdb.base/remotetimeout.exp: Remove noargs checking.
12180
7c16b83e
PA
121812014-10-15 Pedro Alves <palves@redhat.com>
12182
12183 PR breakpoints/9649
12184 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12185 * gdb.base/breakpoint-in-ro-region.exp
12186 (probe_target_hardware_step): New procedure.
12187 (top level): Probe hardware stepping and hardware breakpoint
12188 support. Test stepping through a read-only region, with both
12189 "breakpoint auto-hw" on and off and both "always-inserted" on and
12190 off.
12191
35a49624
IB
121922014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12193
12194 * gdb.dlang/demangle.exp: Update for demangling changes.
12195
2d1c107c
SC
121962014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12197
12198 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12199 * gdb.cp/non-trivial-retval.exp: Add new tests.
12200
778811d5
SC
122012014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12202
12203 PR c++/13403
12204 PR c++/15154
12205 * gdb.cp/non-trivial-retval.cc: New file.
12206 * gdb.cp/non-trivial-retval.exp: New file.
12207
10c5f0a8
YQ
122082014-10-15 Yao Qi <yao@codesourcery.com>
12209
12210 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12211 remote host.
12212
65d7b369
YQ
122132014-10-15 Yao Qi <yao@codesourcery.com>
12214
12215 * gdb.python/py-symbol.exp: Match file base name if host is
12216 remote, otherwise match file name with dir name.
12217 * gdb.python/py-symtab.exp: Likewise.
12218 * gdb.python/python.exp: Likewise.
12219
46dc1394
YQ
122202014-10-15 Yao Qi <yao@codesourcery.com>
12221
12222 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12223 pattern.
12224 * gdb.python/py-symtab.exp: Likewise.
12225 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12226 locationn.
12227
c40cc657
JB
122282014-10-14 Joel Brobecker <brobecker@adacore.com>
12229
12230 * gdb.ada/addr_arith: New testcase.
12231
2abf49e1
MR
122322014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12233
12234 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12235 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12236 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12237 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12238
f7088df3
SDJ
122392014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12240
12241 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12242 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12243 * gdb.arch/stap-eval-lang-ada.exp: New file.
12244
4dc06805
YQ
122452014-10-14 Yao Qi <yao@codesourcery.com>
12246
12247 * gdb.mi/mi-var-child.c (nothing1): New function.
12248 (nothing2): New function.
12249 (do_children_tests): Set function pointers by nothing1 and
12250 nothing2.
12251 * gdb.mi/mi-var-child.exp: Step over new added statements.
12252 Update test to match the new output.
12253 * gdb.mi/var-cmd.c (nothing1): New function.
12254 (nothing2): New function.
12255 (do_children_tests): Set function pointers by nothing1 and
12256 nothing2.
12257 * gdb.mi/mi-var-display.exp: Update test to match output.
12258 Step to the line specified by $line_dct_nothing.
12259 Increase the number of lines to step.
12260
46a93de2
YQ
122612014-10-14 Yao Qi <yao@codesourcery.com>
12262
12263 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12264 tests.
12265 * gdb.mi/mi2-var-child.exp: Likewise.
12266
14ea52ee
DE
122672014-10-13 Doug Evans <dje@google.com>
12268
12269 * gdb.python/py-objfile.exp: Change name of file name test.
12270
e5c6e92b
DE
122712014-10-13 Doug Evans <dje@google.com>
12272
12273 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12274 from the start of the CU.
12275
c780cc2f
JK
122762014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12277 Yao Qi <yao@codesourcery.com>
12278
12279 Fix "save breakpoints" for "catch" command.
12280 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12281 Remove -nonewline. Match also the added "main" line.
12282
99894e11
JK
122832014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12284
12285 Fix "save breakpoints" for "disable $bpnum" command.
12286 * gdb.base/save-bp.c (main): Add label.
12287 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12288
6e1ac5a3
JK
122892014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12290
12291 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12292
754dd2b0
YQ
122932014-10-11 Yao Qi <yao@codesourcery.com>
12294
12295 * gdb.server/server-kill.exp: Execute command
12296 "set remote trace-status-packet on" before "tstatus".
12297
f90183d7
YQ
122982014-10-11 Yao Qi <yao@codesourcery.com>
12299
12300 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12301 (main): Call getppid.
12302 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12303 and continue to it. Read variable "server_pid".
12304
bf40a607
YQ
123052014-10-11 Yao Qi <yao@codesourcery.com>
12306
12307 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12308
052ca370
YQ
123092014-10-11 Yao Qi <yao@codesourcery.com>
12310
12311 * gdb.threads/thread-find.exp: Don't execute command
12312 "info threads".
12313 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12314 * gdb.threads/linux-dp.exp: Don't check the condition
12315 $threads_created equals to zero.
12316
3831839c
PA
123172014-10-10 Pedro Alves <palves@redhat.com>
12318
12319 * gdb.base/bigcore.exp: Remove references to IRIX.
12320 * gdb.base/funcargs.exp: Likewise.
12321 * gdb.base/interrupt.exp: Likewise.
12322 * gdb.base/mips_pro.exp: Likewise.
12323 * gdb.base/nodebug.exp: Likewise.
12324 * gdb.base/setvar.exp: Likewise.
12325 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12326
8b9a549d
PA
123272014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12328 Pedro Alves <palves@redhat.com>
12329
12330 PR symtab/14466
12331 * gdb.base/vdso-warning.c: New file.
12332 * gdb.base/vdso-warning.exp: New file.
12333
d48ba5e8
DE
123342014-10-02 Doug Evans <dje@google.com>
12335
12336 * gdb.base/structs.c (main): Don't run forever.
12337
2278c276
PA
123382014-10-02 Pedro Alves <palves@redhat.com>
12339
12340 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12341 (top level) <stop threads 1, stop threads 2>: Use it.
12342
b57bacec
PA
123432014-10-02 Pedro Alves <palves@redhat.com>
12344
12345 * gdb.threads/break-while-running.exp (test): Add new
12346 'update_thread_list' argument. Skip "info threads" if false.
12347 (top level): Add new 'update_thread_list' axis.
12348
13fd3ff3
PA
123492014-10-02 Pedro Alves <palves@redhat.com>
12350
12351 PR breakpoints/17431
12352 * gdb.base/execl-update-breakpoints.c: New file.
12353 * gdb.base/execl-update-breakpoints.exp: New file.
12354
0fec99e8
PA
123552014-10-01 Pedro Alves <palves@redhat.com>
12356
12357 * gdb.base/breakpoint-in-ro-region.c: New file.
12358 * gdb.base/breakpoint-in-ro-region.exp: New file.
12359
2ddf4301
SM
123602014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12361
12362 * gdb.mi/mi-exit-code.exp: New file.
12363 * gdb.mi/mi-exit-code.c: New file.
12364
6a5f3f43
YQ
123652014-09-30 Yao Qi <yao@codesourcery.com>
12366
12367 * lib/prelink-support.exp (build_executable_own_libs): Error if
12368 the target isn't native.
12369
345bcc73
YQ
123702014-09-30 Yao Qi <yao@codesourcery.com>
12371
12372 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12373 false.
12374
a25a5a45
PA
123752014-09-22 Pedro Alves <palves@redhat.com>
12376
12377 * gdb.threads/break-while-running.exp: New file.
12378 * gdb.threads/break-while-running.c: New file.
12379
00ba3162
YQ
123802014-09-19 Yao Qi <yao@codesourcery.com>
12381
12382 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12383 Invoke test. Restart GDB with --readnow and invoke test again.
12384
c3b7b696
YQ
123852014-09-19 Yao Qi <yao@codesourcery.com>
12386
12387 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12388 proc set_breakpoint_on_gcd_function. Invoke
12389 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12390 invoke set_breakpoint_on_gcd_function again.
12391
2b4fd423
DE
123922014-09-18 Doug Evans <dje@google.com>
12393
12394 * gdb.dwarf2/symtab-producer.exp: New file.
12395
a5947601
SDJ
123962014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12397
12398 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12399 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12400 * gdb.base/global-var-nested-by-dso.c: Likewise.
12401 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12402
91c19059
SDJ
124032014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12404 Pedro Alves <palves@redhat.com>
12405
12406 * gdb.base/watch-bitfields.exp: Pass string other than test file
12407 name to prepare_for_testing.
12408 (watch): New procedure.
12409 (expect_watchpoint): Use with_test_prefix.
12410 (top level): Factor out tests to ...
12411 (test_watch_location, test_regular_watch): ... these new
12412 procedures, and use with_test_prefix and gdb_continue_to_end.
12413
bb9d5f81
PP
124142014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12415
12416 PR breakpoints/12526
12417 * gdb.base/watch-bitfields.exp: New file.
12418 * gdb.base/watch-bitfields.c: New file.
12419
635856f5
PA
124202014-09-16 Pedro Alves <palves@redhat.com>
12421
12422 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12423 software and hardware addresses, not software address against
12424 itself.
12425
7280ceea
PA
124262014-09-16 Pedro Alves <palves@redhat.com>
12427
12428 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12429 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12430
428b16bd
PA
124312014-09-16 Pedro Alves <palves@redhat.com>
12432
12433 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12434 files.
12435 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12436 "*-*-vxworks*" throughout.
12437 * gdb.base/break.exp: Likewise.
12438 * gdb.base/default.exp: Likewise.
12439 * gdb.base/scope.exp: Likewise.
12440 * gdb.base/sepdebug.exp: Likewise.
12441 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12442 throughout.
12443 * gdb.base/run.c: Likewise.
12444 * gdb.base/sepdebug.c: Likewise.
12445 * gdb.hp/gdb.aCC/run.c: Likewise.
12446 * gdb.reverse/until-reverse.c: Likewise.
12447 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12448
666d413c
YQ
124492014-09-16 Yao Qi <yao@codesourcery.com>
12450
12451 * boards/local-remote-host-native.exp: New file.
12452
57cbd724
DE
124532014-09-14 Doug Evans <xdje42@gmail.com>
12454
12455 * gdb.threads/queue-signal.c (thread_count): New variable.
12456 (thread_count_mutex, thread_count_condvar): New variables.
12457 (incr_thread_count, wait_all_threads_running): New functions.
12458 (main): Wait for all threads to be in their thread functions.
12459
81219e53
DE
124602014-09-13 Doug Evans <xdje42@gmail.com>
12461
12462 * gdb.threads/queue-signal.c: New file.
12463 * gdb.threads/queue-signal.exp: New file.
12464
3714cea7
DE
124652014-09-13 Doug Evans <xdje42@gmail.com>
12466
12467 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12468 be consistent with what default_gdb_init uses.
12469 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12470 the plain text of the prompt. Add some logging printfs.
12471 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12472
fa43b1d7
PA
124732014-09-12 Pedro Alves <palves@redhat.com>
12474
12475 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12476 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12477 * gdb.arch/i386-size-overlap.exp: Likewise.
12478 * gdb.arch/i386-size.exp: Likewise.
12479 * gdb.arch/i386-unwind.exp: Likewise.
12480 * gdb.base/a2-run.exp: Likewise.
12481 * gdb.base/break.exp: Likewise.
12482 * gdb.base/charset.exp: Likewise.
12483 * gdb.base/chng-syms.exp: Likewise.
12484 * gdb.base/commands.exp: Likewise.
12485 * gdb.base/dbx.exp: Likewise.
12486 * gdb.base/find.exp: Likewise.
12487 * gdb.base/funcargs.exp: Likewise.
12488 * gdb.base/jit-simple.exp: Likewise.
12489 * gdb.base/reread.exp: Likewise.
12490 * gdb.base/sepdebug.exp: Likewise.
12491 * gdb.base/step-bt.exp: Likewise.
12492 * gdb.cp/mb-inline.exp: Likewise.
12493 * gdb.cp/mb-templates.exp: Likewise.
12494 * gdb.objc/basicclass.exp: Likewise.
12495 * gdb.threads/killed.exp: Likewise.
12496
9d9bf2df
EBM
124972014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12498
12499 PR tdep/17379
12500 * gdb.arch/powerpc-stackless.S: New file.
12501 * gdb.arch/powerpc-stackless.exp: New file.
12502
1cf2f1b0
JK
125032014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12504
12505 * gdb.base/attach.c: Include unistd.h.
12506 (main): Call alarm. Add label postloop.
12507 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12508 gdb_breakpoint, gdb_continue_to_breakpoint.
12509 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12510
98880d46
PA
125112014-09-11 Pedro Alves <palves@redhat.com>
12512
12513 PR gdb/17347
12514 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12515 * gdb.base/attach.exp (test_command_line_attach_run): New
12516 procedure.
12517 (top level): Call it.
12518
4c92ff2c
PA
125192014-09-11 Pedro Alves <palves@redhat.com>
12520
12521 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12522 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12523 (do_command_attach_tests): Use spawn_wait_for_attach.
12524 * gdb.base/solib-overlap.exp: Likewise.
12525 * gdb.multi/multi-attach.exp: Likewise.
12526 * gdb.python/py-prompt.exp: Likewise.
12527 * gdb.python/py-sync-interp.exp: Likewise.
12528 * gdb.server/ext-attach.exp: Likewise.
12529
3adc1a7d
GKB
125302014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12531
12532 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12533 command in testcase. Simplify testcase.
12534
96334934
JB
125352014-09-10 Joel Brobecker <brobecker@adacore.com>
12536
12537 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12538
eb479039
JB
125392014-09-10 Joel Brobecker <brobecker@adacore.com>
12540
12541 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12542
deede10c
JB
125432014-09-10 Joel Brobecker <brobecker@adacore.com>
12544
12545 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12546
7828a5f5
JB
125472014-09-10 Joel Brobecker <brobecker@adacore.com>
12548
12549 * gdb.dwarf2/dynarr-ptr.c: New file.
12550 * gdb.dwarf2/dynarr-ptr.exp: New file.
12551
33aeebcf
MR
125522014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12553
12554 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12555 of 30 rather than hardcoding 120 for a slow test case. Take the
12556 `gdb,timeout' target setting into account for this calculation.
12557 Don't extend the timeout for the test cases that don't need it.
12558
7b415901
MR
125592014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12560
12561 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12562 a factor of 2 for a slow test case. Take the `gdb,timeout'
12563 target setting into account for this calculation.
12564 * gdb.reverse/until-precsave.exp: Increase the timeout by
12565 a factor of 15 and 3 respectively rather than adding 120
12566 for a pair of slow test cases. Take the `gdb,timeout'
12567 target setting into account for this calculation.
12568
4a40f85a
MR
125692014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12570
12571 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12572 timeout, don't pass one down to gdb_expect.
12573 (gdb_expect): Rework timeout selection.
12574
09635af7
MR
125752014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12576
12577 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12578 exception on timeout.
12579 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12580 (gdbserver_start_extended): Catch any `gdbserver_start' error
12581 exceptions.
12582 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12583 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12584 `gdbserver_gdb_load' error exceptions.
12585
2bdd10b7
MR
125862014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12587
12588 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12589 120 on waiting for the TCP socket to open.
12590
316935f0
DE
125912014-09-09 Doug Evans <xdje42@gmail.com>
12592
12593 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12594 _caller_matches, _any_caller_is, _any_caller_matches.
12595
83740597
DE
125962014-09-09 Doug Evans <xdje42@gmail.com>
12597
12598 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12599
4c122fc3
YQ
126002014-09-09 Yao Qi <yao@codesourcery.com>
12601
12602 * gdb.mi/mi-var-display.exp: Set print symbol off.
12603
a9f116cb
GKB
126042014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12605
12606 PR gdb/17035
12607 * gdb.base/commands.exp: Add tests to verify user-defined
12608 commands with empty bodies.
12609 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12610 python commands in `show user command`.
12611 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12612 scheme commands in `show user command`.
12613
c75bd3a2
JK
126142014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12615
12616 PR python/17355
12617 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12618 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12619 * gdb.python/py-framefilter-invalidarg.exp: New file.
12620 * gdb.python/py-framefilter-invalidarg.py: New file.
12621
faa42425
DE
126222014-09-06 Doug Evans <xdje42@gmail.com>
12623
12624 PR 15276
12625 * gdb.python/py-caller-is.c: New file.
12626 * gdb.python/py-caller-is.exp: New file.
12627
474ca4f6
SDJ
126282014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12629
12630 PR gdb/17235
12631 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12632 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12633
eb0b0463
SDJ
126342014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12635
12636 PR fortran/17237
12637 * gdb.fortran/print-formatted.exp: New file.
12638 * gdb.fortran/print-formatted.f90: Likewise.
12639
5f3b99cf
SS
126402014-09-03 Sasha Smundak <asmundak@google.com>
12641
12642 * gdb.python/py-frame.exp: Test Frame.read_register.
12643
7d793aa9
SDJ
126442014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12645
12646 PR python/16699
12647 * gdb.python/py-completion.exp: New file.
12648 * gdb.python/py-completion.py: Likewise.
12649
fb0576e9
DE
126502014-08-28 Doug Evans <dje@google.com>
12651
12652 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12653 eax,etc. are live with values set by gdb and thus the compiler can't
12654 use them.
12655 * gdb.arch/i386-pseudo.c (main): Ditto.
12656
ee92b0dd
DE
126572014-08-27 Doug Evans <dje@google.com>
12658
12659 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12660
6649db35
DE
126612014-08-25 Doug Evans <dje@google.com>
12662
12663 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12664 (main): Ditto.
12665
564b7600
DE
126662014-08-25 Doug Evans <dje@google.com>
12667
12668 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12669
3881fb67
YQ
126702014-08-24 Yao Qi <yao@codesourcery.com>
12671
12672 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12673 symbol off.
12674 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12675
a05a36a5
DE
126762014-08-22 Doug Evans <dje@google.com>
12677
12678 PR 17276
12679 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12680 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12681 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12682
7c343b48
YQ
126832014-08-22 Yao Qi <yao@codesourcery.com>
12684
12685 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12686 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12687 * gdb.python/python.exp: Likewise. Use .py file on the host
12688 instead of the build.
12689
22fd09ae
JK
126902014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12691
12692 * gdb.threads/gcore-stale-thread.c: New file.
12693 * gdb.threads/gcore-stale-thread.exp: New file.
12694
a8454a7c
PA
126952014-08-21 Pedro Alves <palves@redhat.com>
12696
12697 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12698 * gdb.base/gcore-relro-pie.exp: Likewise.
12699 * gdb.base/gcore-relro.exp: Likewise.
12700 * gdb.base/gcore.exp: Likewise.
12701 * gdb.base/print-symbol-loading.exp: Likewise.
12702 * gdb.threads/gcore-thread.exp: Likewise.
12703 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12704
2a31c623
PA
127052014-08-20 Pedro Alves <palves@redhat.com>
12706 Jan Kratochvil <jan.kratochvil@redhat.com>
12707
12708 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12709 configure.
12710 (EXPECT): Handle READ1 being set.
12711 (all): Depend on EXTRA_RULES.
12712 (check-read1, expect-read1, read1.so, read1): New rules.
12713 * README (Testsuite Parameters): Document the READ1 make variable.
12714 (Race detection): New section.
12715 * configure: Regenerate.
12716 * configure.ac: If build==host==target, and running under a
12717 GNU/glibc system, add read1 to the extra Makefile rules.
12718 (EXTRA_RULES): AC_SUBST it.
12719 * lib/read1.c: New file.
12720
d36430db
JB
127212014-08-20 Joel Brobecker <brobecker@adacore.com>
12722
12723 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12724 the handling of variables declared as a typedef to an array
12725 which a DW_AT_data_location attribute.
12726
9a0dc9e3
PA
127272014-08-19 Andrew Burgess <aburgess@broadcom.com>
12728 Pedro Alves <palves@redhat.com>
12729
12730 PR symtab/14604
12731 PR symtab/14605
12732 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12733 gdb_test.
12734
0718a8da
PA
127352014-08-19 Pedro Alves <palves@redhat.com>
12736
12737 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12738
13b448cd
YQ
127392014-08-19 Yao Qi <yao@codesourcery.com>
12740
12741 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12742 right line.
12743
1cbf5077
DB
127442014-08-18 David Blaikie <dblaikie@gmail.com>
12745
12746 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12747
bf0fae19
JB
127482014-08-18 Joel Brobecker <brobecker@adacore.com>
12749
12750 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12751 attribute in array range.
12752
3c8c5dcc
JB
127532014-08-18 Joel Brobecker <brobecker@adacore.com>
12754
12755 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12756
e66d4446
SC
127572014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12758
12759 PR c++/17132
12760 * gdb.cp/pr17132.cc: New file.
12761 * gdb.cp/pr17132.exp: New file.
12762
940df408
SC
127632014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12764
12765 * gdb.python/py-xmethods.py (A_getarrayind)
12766 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12767 Use 'print' with function call syntax.
12768 (E_method_matcher.match): Fix tab vs space indentation mixup.
12769
ebcc6c3a
YQ
127702014-08-15 Yao Qi <yao@codesourcery.com>
12771
12772 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12773 false.
12774
775e0f04
YQ
127752014-08-15 Yao Qi <yao@codesourcery.com>
12776
12777 * gdb.cp/casts.exp: Set print symbol off.
12778 * gdb.cp/class2.exp: Likewise.
12779 * gdb.cp/overload.exp: Likewise.
12780 * gdb.cp/templates.exp: Likewise.
12781
d769e349
DE
127822014-08-11 Doug Evans <dje@google.com>
12783
12784 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12785 (test_load_shlib): Update.
12786
20c6f1e1
YQ
127872014-08-09 Yao Qi <yao@codesourcery.com>
12788
12789 * gdb.base/display.exp: Invoke is_address_zero_readable.
12790 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12791 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12792 * gdb.base/hbreak-unmapped.exp: Return if
12793 is_address_zero_readable returns true.
12794 * gdb.base/signest.exp: Likewise.
12795 * gdb.base/signull.exp: Likewise.
12796 * gdb.base/sigbpt.exp: Likewise.
12797 * gdb.guile/scm-disasm.exp: Do the test if
12798 is_address_zero_readable returns false.
12799 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12800 * gdb.python/py-arch.exp: Likewise.
12801 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12802 * lib/gdb.exp (is_address_zero_readable): New proc.
12803
5792e8e3
YQ
128042014-08-09 Yao Qi <yao@codesourcery.com>
12805
12806 PR testsuite/13443
12807 * gdb.mi/mi-var-display.exp: Make test messages unique.
12808
3cecbbbe
TT
128092014-08-04 Tom Tromey <tromey@redhat.com>
12810
12811 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12812 target 0".
12813
00b51ff5
TT
128142014-08-04 Tom Tromey <tromey@redhat.com>
12815
12816 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12817 "target_resume".
12818
6908c509
JB
128192014-08-01 Joel Brobecker <brobecker@adacore.com>
12820
12821 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12822 inner_vla_struct_object_size.
12823 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12824 as xfail.
12825
cc6563d2
PA
128262014-07-30 Pedro Alves <palves@redhat.com>
12827
12828 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12829 comment.
12830
7e09a223
YQ
128312014-07-29 Yao Qi <yao@codesourcery.com>
12832
12833 PR gdb/17206
12834 * gdb.base/until-nodebug.exp: New.
12835
7ebdbe92
DE
128362014-07-28 Doug Evans <xdje42@gmail.com>
12837
12838 PR guile/17203
12839 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12840 previously existing parameter, and previously ambiguously spelled
12841 parameter.
12842
fdb1adc6
WN
128432014-07-28 Will Newton <will.newton@linaro.org>
12844
12845 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12846
186fcde0
DE
128472014-07-26 Ludovic Courtès <ludo@gnu.org>
12848 Doug Evans <xdje42@gmail.com>
12849
12850 PR guile/17146
12851 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12852
70509625
PA
128532014-07-25 Pedro Alves <palves@redhat.com>
12854
12855 * gdb.threads/signal-command-handle-nopass.c: New file.
12856 * gdb.threads/signal-command-handle-nopass.exp: New file.
12857 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12858 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12859 * gdb.threads/signal-delivered-right-thread.c: New file.
12860 * gdb.threads/signal-delivered-right-thread.exp: New file.
12861
c3f814a1
PA
128622014-07-25 Pedro Alves <palves@redhat.com>
12863
12864 * gdb.base/double-prompt-target-event-error.exp
12865 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12866 match.
12867 (cancel_pagination_in_target_event): Rework double prompt
12868 detection.
12869 * gdb.base/paginate-after-ctrl-c-running.exp
12870 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12871 <return>' match.
12872 * gdb.base/paginate-bg-execution.exp
12873 (test_bg_execution_pagination_return)
12874 (test_bg_execution_pagination_cancel): Remove '-notransfer
12875 <return>' matches.
12876 * gdb.base/paginate-execution-startup.exp
12877 (test_fg_execution_pagination_return)
12878 (test_fg_execution_pagination_cancel): Remove '-notransfer
12879 <return>' matches.
12880 * gdb.base/paginate-inferior-exit.exp
12881 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12882 match.
12883 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12884 * lib/gdb.exp (pagination_prompt): Run text through
12885 string_to_regexp.
12886 (gdb_test_multiple): Match $pagination_prompt instead of
12887 "<return>".
12888 (string_to_regexp): Move to lib/gdb-utils.exp.
12889
e214cf6c
JK
128902014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12891
12892 * gdb.arch/amd64-entry-value-paramref.S: New file.
12893 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12894 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12895 * gdb.arch/amd64-optimout-repeat.S: New file.
12896 * gdb.arch/amd64-optimout-repeat.c: New file.
12897 * gdb.arch/amd64-optimout-repeat.exp: New file.
12898
17d0c5c8
JK
128992014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12900
12901 PR gdb/17170
12902 * gdb.base/statistics.exp: New file.
12903
b8b8facf
DE
129042014-07-17 Doug Evans <dje@google.com>
12905
74b49205 12906 PR gdb/17170
b8b8facf
DE
12907 * gdb.base/maint.exp: Update testing of per-command stats.
12908
1b5d0ab3
PA
129092014-07-16 Pedro Alves <palves@redhat.com>
12910
12911 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12912 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12913 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12914 (tfile_write_buf): New functions.
12915 (add_memory_block): Rewrite using the above.
12916 (adjust_function_address): New function.
12917 (FUNCTION_ADDRESS): New macro.
12918 (write_basic_trace_file): Remove short_x local, and use
12919 tfile_write_16. Change type of func_addr local to unsigned long
12920 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12921 here. Cast argument of add_memory_block to char pointer.
12922 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12923 (main): Remove parameters.
12924 * gdb.trace/tfile.exp: Remove nowarnings.
12925
4d974e88
SM
129262014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12927
12928 * gdb.base/debug-expr.exp: Test string evaluation with
12929 "debug expression" on.
12930
41e99568
PA
129312014-07-15 Pedro Alves <palves@redhat.com>
12932
12933 * gdb.base/reread.exp: Use clean_restart.
12934
487d9753
PL
129352014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12936
12937 * gdb.arch/avr-flash-qualifer.c: New.
12938 * gdb.arch/avr-flash-qualifer.exp: New.
12939
cc1c52ad
PA
129402014-07-14 Pedro Alves <palves@redhat.com>
12941
12942 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12943 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12944
1e973570
PA
129452014-07-14 Pedro Alves <palves@redhat.com>
12946
12947 * gdb.base/double-prompt-target-event-error.c: New file.
12948 * gdb.base/double-prompt-target-event-error.exp: New file.
12949
93d6eb10
PA
129502014-07-14 Pedro Alves <palves@redhat.com>
12951
12952 PR gdb/17072
12953 * gdb.base/paginate-inferior-exit.c: New file.
12954 * gdb.base/paginate-inferior-exit.exp: New file.
12955
0017922d
PA
129562014-07-14 Pedro Alves <palves@redhat.com>
12957
12958 PR gdb/17072
12959 * gdb.base/paginate-bg-execution.c: New file.
12960 * gdb.base/paginate-bg-execution.exp: New file.
12961
94696ad3
PA
129622014-07-14 Pedro Alves <palves@redhat.com>
12963
12964 PR gdb/17072
12965 * gdb.base/paginate-execution-startup.c: New file.
12966 * gdb.base/paginate-execution-startup.exp: New file.
12967 * lib/gdb.exp (pagination_prompt): New global.
12968 (default_gdb_spawn): New procedure, factored out from
12969 default_gdb_spawn.
12970 (default_gdb_start): Adjust to call default_gdb_spawn.
12971 (gdb_spawn): New procedure.
12972
bd293940
PA
129732014-07-14 Pedro Alves <palves@redhat.com>
12974
12975 * lib/gdb.exp (gdb_assert): New procedure.
12976 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12977
c933f875
PA
129782014-07-14 Pedro Alves <palves@redhat.com>
12979
12980 * gdb.base/execution-termios.c: New file.
12981 * gdb.base/execution-termios.exp: New file.
12982
d98b7a16
TT
129832014-07-14 Tom Tromey <tromey@redhat.com>
12984
12985 * gdb.cp/vla-cxx.cc: New file.
12986 * gdb.cp/vla-cxx.exp: New file.
12987
548740d6
TT
129882014-07-14 Tom Tromey <tromey@redhat.com>
12989
12990 * gdb.reverse/rerun-prec.c: New file.
12991 * gdb.reverse/rerun-prec.exp: New file.
12992
a25eb028
MR
129932014-07-12 Maciej W. Rozycki <macro@mips.com>
12994 Maciej W. Rozycki <macro@codesourcery.com>
12995
12996 * lib/gdb-utils.exp: New file.
12997 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12998 inline `gdb_init_command' processing.
12999 (gdb_start_cmd): Likewise.
13000 * lib/mi-support.exp (mi_run_cmd): Likewise.
13001 * README: Document `gdb_init_command' and `gdb_init_commands'.
13002
218c2655
JK
130032014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
13004
13005 Fix false FAIL running under a very long directory name.
13006 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
13007 and "set print elements 10000". Twice.
13008
5401fde3
YQ
130092014-07-11 Yao Qi <yao@codesourcery.com>
13010
13011 * gdb.base/exprs.exp: "set print symbol off".
13012
e76126e8
PA
130132014-07-11 Pedro Alves <palves@redhat.com>
13014
13015 * gdb.threads/kill.c: New file.
13016 * gdb.threads/kill.exp: New file.
13017
2d6f0de6
YQ
130182014-07-10 Yao Qi <yao@codesourcery.com>
13019
13020 * gdb.trace/tfile.c (write_basic_trace_file)
13021 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13022 address written to trace file.
13023
7180e04a
PA
130242014-07-09 Pedro Alves <palves@redhat.com>
13025
13026 * gdb.base/attach-wait-input.exp: New file.
13027 * gdb.base/attach-wait-input.c: New file.
13028
9a9a7608
AB
130292014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13030
13031 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13032 setting up test structures.
13033 (main): Call new test function.
13034 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13035 test function, continue into test function and walk test
13036 structures.
13037
161ac41e
YQ
130382014-07-02 Yao Qi <yao@codesourcery.com>
13039
13040 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13041 'bar_start' at the beginning of functions 'foo' and 'bar'
13042 respectively.
13043 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13044 instead of 'foo' and 'bar'.
13045
1f267ae3
MM
130462014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13047
13048 * gdb.btrace/segv.exp: New.
13049 * gdb.btrace/segv.c: New.
13050
2b239efb
LM
130512014-07-02 Luis Machado <lgustavo@codesourcery.com>
13052
13053 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13054 instruction.
13055
cf363f18
MW
130562014-06-30 Mark Wielaard <mjw@redhat.com>
13057
13058 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13059 vulture, vilify, villar): New volatile array constants.
13060 (vindictive, vegetation): New const volatile array constants.
13061 * gdb.base/volatile.exp: Test volatile and const volatile array
13062 types.
13063
aebf9d24
AA
130642014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13065
13066 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13067 target lacks support for awatch, rwatch, or hbreak.
13068
b67a2c6f
YQ
130692014-06-27 Yao Qi <yao@codesourcery.com>
13070
13071 * gdb.multi/dummy-frame-restore.exp: New.
13072 * gdb.multi/dummy-frame-restore.c: New.
13073
aef92902
MM
130742014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13075
13076 * gdb.btrace/gcore.exp: New.
13077
8e9db26e
PA
130782014-06-23 Pedro Alves <palves@redhat.com>
13079
13080 * gdb.base/watchpoint-reuse-slot.c: New file.
13081 * gdb.base/watchpoint-reuse-slot.exp: New file.
13082
70afc5b7
SC
130832014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13084
13085 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13086 progspace's filename in 'info', 'enable' and 'disable' command
13087 tests.
13088
b972bd9c
JK
130892014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13090
13091 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13092 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13093 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13094
125f8a3d
GB
130952014-06-20 Gary Benson <gbenson@redhat.com>
13096
13097 * gdb.arch/i386-avx.exp: Fix include file location.
13098 * gdb.arch/i386-sse.exp: Likewise.
13099
3ed9baed
IB
131002014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13101
13102 * gdb.dlang/expression.exp: New file.
13103
034f788c
PA
131042014-06-19 Pedro Alves <palves@redhat.com>
13105
13106 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13107 out from ...
13108 (top level): ... here. Iterate running tests under different
13109 scheduler-locking settings.
13110
45371d0c
LM
131112014-06-18 Luis Machado <lgustavo@codesourcery.com>
13112
13113 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13114 to DW_FORM_addr and use non-zero addresses.
13115
5d376983
SC
131162014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13117
13118 PR gdb/17017
13119 * gdb.python/py-xmethods.cc: Add global function call counters and
13120 increment them in their respective functions. Remove "cout"
13121 statements.
13122 * gdb.python/py-xmethods.exp: Make tests check the global function
13123 call counters instead of depending on inferior IO.
13124
a1aa2221
LM
131252014-06-18 Don Breazeal <donb@codesourcery.com>
13126
13127 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13128 Deleted procedure.
13129 (explicit_fork_parent_follow): Deleted procedure.
13130 (explicit_fork_child_follow): Deleted procedure.
13131 (test_follow_fork): New procedure.
13132 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 13133 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
13134 procedure calls.
13135
0fc05997
YQ
131362014-06-17 Yao Qi <yao@codesourcery.com>
13137
13138 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13139 CP1252.
13140
70795c52
LM
131412014-06-17 Luis Machado <lgustavo@codesourcery.com>
13142
13143 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13144 Initialize ptr and S explicitly.
13145 (skip_type_update_when_not_use_rtti_test): Likewise.
13146
6be47f0c
KS
131472014-06-16 Keith Seitz <keiths@redhat.com>
13148
13149 PR mi/15863
13150 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13151 the inferior is started.
13152
d03de421
PA
131532014-06-16 Pedro Alves <palves@redhat.com>
13154
13155 * gdb.base/break-main-file-remove-fail.c: New file.
13156 * gdb.base/break-main-file-remove-fail.exp: New file.
13157 * gdb.base/break-unload-file.exp: Use build_executable instead of
13158 prepare_for_testing.
13159 (test_break): New parameter "initial_load". Handle it.
13160 (top level): Add initial_load cmdline/file axis.
13161
f9579b99
TT
131622014-06-12 Tom Tromey <tromey@redhat.com>
13163
13164 * gdb.base/completion.exp: Don't use directory name in test.
13165
3657956b
GB
131662014-06-09 Gary Benson <gbenson@redhat.com>
13167
13168 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13169 separate the always-available ANSI-standard signals from the
13170 signals that require checking.
13171 (main): Likewise.
13172 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13173 Likewise.
13174 (main): Likewise.
13175
4186eb54
KS
131762014-06-07 Keith Seitz <keiths@redhat.com>
13177
13178 Revert:
13179 PR c++/16253
13180 * gdb.cp/var-tag.cc: New file.
13181 * gdb.cp/var-tag.exp: New file.
13182 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13183 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13184 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13185 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13186
25326a28 131872014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
13188
13189 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13190
829155c9
PA
131912014-06-06 Pedro Alves <palves@redhat.com>
13192
13193 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13194 in target debug output instead of looking at RSP packets,
13195 disabling the test on any target that uses hardware stepping.
13196 Update comments.
13197
61c8d22e
PA
131982014-06-06 Pedro Alves <palves@redhat.com>
13199
13200 * gdb.base/break-unload-file.exp: Fix typo.
13201
d9a47287
YQ
132022014-06-06 Yao Qi <yao@codesourcery.com>
13203
13204 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13205 from "jit_function" to "^jit_function".
13206
e5e01dbf
YQ
132072014-06-06 Yao Qi <yao@codesourcery.com>
13208
13209 * gdb.base/async.c (foo): Add one statement.
13210 * gdb.base/async.exp: Get the next instruction address and
13211 match the output of "nexti" by instruction address. Match
13212 the hex address in the output of "finish".
13213
73ba372c
GB
132142014-06-06 Gary Benson <gbenson@redhat.com>
13215
13216 * gdb.base/call-signals.c: Remove preprocessor conditionals
13217 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13218 SIGSEGV and SIGTERM.
13219 * gdb.base/sigall.c: Likewise.
13220 * gdb.base/unwindonsignal.c: Likewise.
13221 * gdb.reverse/sigall-reverse.c: Likewise.
13222
831517df
YQ
132232014-06-06 Yao Qi <yao@codesourcery.com>
13224
13225 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13226 readable, skip the test.
13227
b8b91e98
YQ
132282014-06-06 Yao Qi <yao@codesourcery.com>
13229
13230 * gdb.threads/staticthreads.c (thread_function): Move the line
13231 setting breakpoint on forward.
13232 * gdb.threads/staticthreads.exp: Update comments.
13233
fb934770
LC
132342014-06-05 Ludovic Courtès <ludo@gnu.org>
13235
13236 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13237 "history-append! type error".
13238
6ef284bd
SM
132392014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13240
13241 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13242 erroneous dprintf expected input.
13243
a872e241
DE
132442014-06-04 Doug Evans <xdje42@gmail.com>
13245
13246 * gdb.guile/scm-generics.exp: Delete.
13247
16f691fb
DE
132482014-06-04 Doug Evans <xdje42@gmail.com>
13249
13250 * gdb.guile/scm-breakpoint.exp: Update.
13251 Add tests for breakpoint registration.
13252
012370f6
TT
132532014-06-04 Tom Tromey <tromey@redhat.com>
13254
13255 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13256 VLA-in-union.
13257 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13258 inner_vla_struct, vla_union types. Initialize objects of those
13259 types and compute their sizes.
13260
9f5a4cef
HZ
132612014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13262 Hui Zhu <hui@codesourcery.com>
13263
13264 * gdb.base/fileio.exp: Add test for shell not available as well as
13265 available.
13266 * gdb.base/fileio.c (test_system): Check for shell twice.
13267
90a45c4d
YQ
132682014-06-04 Yao Qi <yao@codesourcery.com>
13269
13270 * gdb.base/auto-connect-native-target.exp: Remove redundant
13271 space from the regexp pattern.
13272
70017e41
YQ
132732014-06-04 Yao Qi <yao@codesourcery.com>
13274
13275 * gdb.base/default.exp: Replace "child" with "native" in
13276 regexp pattern.
13277
883964a7
SC
132782014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13279
13280 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13281 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13282 * gdb.python/py-xmethods.py: Python script supporting the
13283 new testcase and tests.
13284
ef370185
JB
132852014-06-03 Joel Brobecker <brobecker@adacore.com>
13286 Pedro Alves <palves@redhat.com>
13287
13288 PR breakpoints/17000
13289 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13290 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13291
1e2ccb61
BM
132922014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13293
13294 * gdb.base/subst.exp: Add tests to verify partial path matching
13295 output.
13296
c6ec5ab2
PA
132972014-06-03 Pedro Alves <palves@redhat.com>
13298
13299 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13300 target that doesn't use software single-stepping.
13301
835c559f
PA
133022014-06-03 Pedro Alves <palves@redhat.com>
13303
13304 PR breakpoints/17000
13305 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13306 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13307
06eb1586
DE
133082014-06-02 Doug Evans <xdje42@gmail.com>
13309
13310 * gdb.guile/scm-parameter.exp: New file.
13311
e698b8c4
DE
133122014-06-02 Doug Evans <xdje42@gmail.com>
13313
13314 * gdb.guile/scm-cmd.c: New file.
13315 * gdb.guile/scm-cmd.exp: New file.
13316
ded03782
DE
133172014-06-02 Doug Evans <xdje42@gmail.com>
13318
13319 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13320 pretty-printer lookup.
13321 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13322 (make-pp_s-printer): Call it.
13323 (make-pretty-printer-from-dict): New function.
13324 (lookup-pretty-printer-maker-from-dict): New function.
13325 (*pretty-printer*): Simplify.
13326 (make-objfile-pp_s-printer): New function.
13327 (install-objfile-pretty-printers!): New function.
13328 (make-progspace-pp_s-printer): New function.
13329 (install-progspace-pretty-printers!): New function.
13330 * gdb.guile/scm-progspace.c: New file.
13331 * gdb.guile/scm-progspace.exp: New file.
13332
41fac0cf
PA
133332014-06-02 Pedro Alves <palves@redhat.com>
13334
13335 * gdb.base/dprintf-bp-same-addr.c: New file.
13336 * gdb.base/dprintf-bp-same-addr.exp: New file.
13337
96ae5695
EBM
133382014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13339
13340 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13341 * gdb.arch/powerpc-power.s: Likewise.
13342
da02b3a8
JB
133432014-06-02 Joel Brobecker <brobecker@adacore.com>
13344
13345 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13346
c72b2e7b
YQ
133472014-06-01 Yao Qi <yao@codesourcery.com>
13348
13349 * gdb.base/watchpoint.exp (test_watch_location): Check null
13350 pointer can be dereferenced. If not, do the test, otherwise
13351 skip it.
13352
53e8a631
AB
133532014-05-30 Andrew Burgess <aburgess@broadcom.com>
13354
13355 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13356 results.
13357 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13358
938f0e2f
AB
133592014-05-30 Andrew Burgess <aburgess@broadcom.com>
13360
13361 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13362 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13363 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13364 * gdb.arch/amd64-invalid-stack-top.c: New file.
13365 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13366
9ba6657a
PA
133672014-05-30 Pedro Alves <palves@redhat.com>
13368
13369 PR breakpoints/17000
13370 * gdb.base/sss-bp-on-user-bp.c: New file.
13371 * gdb.base/sss-bp-on-user-bp.exp: New file.
13372
522c09bf
DB
133732014-05-30 David Blaikie <dblaikie@gmail.com>
13374
13375 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13376 gnu_inline semantics via attribute.
13377 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13378 source explicitly specifies the required semantics.
13379
bf4ef81e
MR
133802014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13381
13382 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13383
329ea579
PA
133842014-05-29 Pedro Alves <palves@redhat.com>
13385 Tom Tromey <tromey@redhat.com>
13386
13387 * gdb.base/async-shell.exp: Don't enable target-async.
13388 * gdb.base/async.exp
13389 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13390 parameter. Adjust.
13391 (top level): Don't test with "target-async".
13392 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13393 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13394 * gdb.base/inferior-died.exp: Don't enable target-async.
13395 * gdb.base/interrupt-noterm.exp: Likewise.
13396 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13397 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13398 * gdb.mi/mi-nonstop.exp: Likewise.
13399 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13400 * gdb.mi/mi-nsintrall.exp: Likewise.
13401 * gdb.mi/mi-nsmoribund.exp: Likewise.
13402 * gdb.mi/mi-nsthrexec.exp: Likewise.
13403 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13404 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13405 * gdb.python/py-evsignal.exp: Don't enable target-async.
13406 * gdb.python/py-evthreads.exp: Likewise.
13407 * gdb.python/py-prompt.exp: Likewise.
13408 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13409 * gdb.server/solib-list.exp: Don't enable target-async.
13410 * gdb.threads/thread-specific-bp.exp: Likewise.
13411 * lib/mi-support.exp: Adjust to use mi-async.
13412
fd664c91
PA
134132014-05-29 Pedro Alves <palves@redhat.com>
13414
13415 PR gdb/13860
13416 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13417 reason, even in sync mode.
13418
251bde03
PA
134192014-05-29 Pedro Alves <palves@redhat.com>
13420 Hui Zhu <hui@codesourcery.com>
13421
13422 PR PR15693
13423 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13424 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13425 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13426 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13427
7f3c0343
JB
134282014-05-28 Joel Brobecker <brobecker@adacore.com>
13429
13430 * config/monitor.exp (gdb_target_monitor): Replace use of
13431 "set remotebaud" by "set serial baud".
13432
b2715b27
AW
134332014-05-26 Andy Wingo <wingo@igalia.com>
13434
13435 * gdb.guile/scm-breakpoint.exp:
13436 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13437 properties instead of gdb-object-properties.
13438
498a4489
YQ
134392014-05-26 Yao Qi <yao@codesourcery.com>
13440
13441 * gdb.server/no-thread-db.exp: Specify source file name
13442 explicitly when setting a breakpoint.
13443
589fdceb
MM
134442014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13445
13446 * gdb.btrace/vdso.c: New.
13447 * gdb.btrace/vdso.exp: New.
13448
e9089e05
MM
134492014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13450
13451 * gdb.base/gcore.exp (capture_command_output): Move ...
13452 * lib/gdb.exp (capture_command_output): ... here.
13453
67b5c0c1
MM
134542014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13455
13456 * gdb.btrace/data.exp: Test memory access during btrace replay.
13457
a2199296
SM
134582014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13459
13460 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13461
17b2616c
PA
134622014-05-21 Pedro Alves <palves@redhat.com>
13463
13464 PR gdb/13860
13465 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13466 (top level): Test that output related to execution commands is
13467 sent to the console with CLI commands, but not with MI commands.
13468 Test that breakpoint events are always mirrored to the console.
13469 Also expect the new source line to be output after a "next" in
13470 async mode too. Make it a pass/fail test.
13471 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13472 output.
13473 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13474
5166082f
PA
134752014-05-21 Pedro Alves <palves@redhat.com>
13476
13477 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13478 Use them to test variations of "list" after reaching a breakpoint.
13479 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13480 Test "list" with listsize 10 after reaching a breakpoint.
13481 * gdb.python/python.exp (decode_line current location line
13482 number): Adjust expected line number.
13483
2f25d70f
SM
134842014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13485
13486 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13487 behavior for $args, pass it directly to "run".
13488
ff604a67
MR
134892014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13490
13491 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13492 30000 to 65536.
13493
6a3cb8e8
PA
134942014-05-21 Pedro Alves <palves@redhat.com>
13495
13496 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13497 auto-connect-native-target off".
13498 * gdb.base/auto-connect-native-target.c: New file.
13499 * gdb.base/auto-connect-native-target.exp: New file.
13500
4ebfc96e
PA
135012014-05-21 Pedro Alves <palves@redhat.com>
13502
13503 * gdb.base/default.exp: Test "target native" instead of "target
13504 child".
13505
36d46afb
MW
135062014-05-21 Mark Wielaard <mjw@redhat.com>
13507
13508 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13509
5876f503
JK
135102014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13511
13512 Fix TLS access for -static -pthread.
13513 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13514 <HAVE_TLS> (thread_function, main): Initialize it.
13515 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13516 Add clean_restart.
13517 <$have_tls != "">: Check TLSVAR.
13518
0256a6ac
PA
135192014-05-21 Pedro Alves <palves@redhat.com>
13520
13521 * gdb.base/dcache-line-read-error.c: New.
13522 * gdb.base/dcache-line-read-error.exp: New.
13523
936d2992
PA
135242014-05-20 Pedro Alves <palves@redhat.com>
13525
13526 * gdb.base/compare-sections.c: New file.
13527 * gdb.base/compare-sections.exp: New file.
13528
802e8e6d
PA
135292014-05-20 Pedro Alves <palves@redhat.com>
13530
13531 * gdb.base/break-idempotent.c: New file.
13532 * gdb.base/break-idempotent.exp: New file.
13533
e59fa00f
MM
135342014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13535
13536 * gdb.btrace/nohist.exp: New.
13537
8b696e31
YQ
135382014-05-20 Yao Qi <yao@codesourcery.com>
13539
13540 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13541 gdb.reverse directory and gdb_reverse_timeout exists in board
13542 setting.
13543 * README: Document gdb_reverse_timeout.
13544
73c9764f
YQ
135452014-05-20 Yao Qi <yao@codesourcery.com>
13546
13547 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13548 'test_file_name'. Treat args as a string instead of a list.
13549 (gdb_init): Rename argument 'args' by 'test_file_name'.
13550
f1f4348a
JK
135512014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13552
13553 * gdb.arch/powerpc-power.exp: New file.
13554 * gdb.arch/powerpc-power.s: New file.
13555
0dbe70ce
DE
135562014-05-16 Doug Evans <dje@google.com>
13557
13558 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
13559 * gdb.base/completion.exp: Check that all expected files exist
13560 before doing file completion.
0dbe70ce 13561
8d551b02
DE
135622014-05-16 Doug Evans <dje@google.com>
13563
13564 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13565 Update.
13566 (do_syscall_tests_without_xml): Update.
13567
73eb7709
PA
135682014-05-16 Pedro Alves <palves@redhat.com>
13569
13570 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13571 instead of "unknown output after running".
13572
3fae92fc
YQ
135732014-05-16 Yao Qi <yao@codesourcery.com>
13574
13575 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13576 file1.txt from host at the end.
13577 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13578
c2b2ccc5
DE
135792014-05-15 Doug Evans <dje@google.com>
13580
13581 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13582 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13583 loading file. Add test for TU lookup.
13584
8c217a4b
SM
135852014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13586
13587 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13588 calling "-exec-arguments" or "set args" before running the
13589 inferior.
13590
3deb39c6
SM
135912014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13592
13593 * lib/mi-support.exp (mi_expect_stop): Expect message for
13594 inferiors that exit with non-zero exit code.
13595
71a79f8c
YQ
135962014-05-14 Yao Qi <yao@codesourcery.com>
13597
13598 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13599 match absolute path on remote host.
13600 (test_file_list_exec_source_files): Remove "/" from the
13601 pattern.
13602
f23fcd46
YQ
136032014-05-14 Yao Qi <yao@codesourcery.com>
13604
13605 * boards/local-remote-host-notty.exp (${board}_file): New
13606 proc.
13607
9404b58f
KM
136082014-05-07 Kyle McMartin <kyle@redhat.com>
13609
13610 Pushed by Joel Brobecker <brobecker@adacore.com>.
13611 * gdb.arch/aarch64-atomic-inst.c: New file.
13612 * gdb.arch/aarch64-atomic-inst.exp: New file.
13613
5e45f04c
YQ
136142014-05-07 Yao Qi <yao@codesourcery.com>
13615
13616 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13617 in current context" too.
13618
c888a17d
KS
136192014-05-05 Keith Seitz <keiths@redhat.com>
13620
13621 * gdb.linespec/ls-dollar.exp: Add test for linespec
13622 file:convenience_variable.
13623
290a839c
YQ
136242014-05-05 Yao Qi <yao@codesourcery.com>
13625
13626 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13627 traceframes into tfile and ctf trace files. Read data from
13628 trace file and test collected data.
13629 (gdb_collect_locals_test): Likewise.
13630 (gdb_unavailable_registers_test): Likewise.
13631 (gdb_unavailable_floats): Likewise.
13632 (gdb_collect_globals_test): Likewise.
13633 (top-level): Append "ctf" to trace_file_targets if GDB
13634 supports.
13635
b5262cd0
YQ
136362014-05-05 Yao Qi <yao@codesourcery.com>
13637
13638 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13639 code to ...
13640 (gdb_collect_args_test_1): ... it. New proc.
13641 (gdb_collect_locals_test): Move some code to ...
13642 (gdb_collect_locals_test_1): ... it. New proc.
13643 (gdb_unavailable_registers_test): Move some code to ...
13644 (gdb_unavailable_registers_test_1): ... it. New proc.
13645 (gdb_unavailable_floats): Move some code to ...
13646 (gdb_unavailable_floats_1): ... it. New proc.
13647
30a1e6cc
SDJ
136482014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13649
13650 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13651 probes to test for bitness recognition.
13652 * gdb.arch/amd64-stap-optional-prefix.exp
13653 (test_probe_value_without_reg): New procedure.
13654 Add code to test for different kinds of bitness.
13655
f33da99a
SDJ
136562014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13657
13658 PR breakpoints/16889
13659 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13660 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13661
5b80f00d
PA
136622014-05-01 Pedro Alves <palves@redhat.com>
13663
13664 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13665 gdb_file_cmd if no file is specified.
13666 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13667 last_loaded_file to set the remote exec-file.
13668
f8c2a73c
PA
136692014-05-01 Pedro Alves <palves@redhat.com>
13670
13671 * boards/local-remote-host.exp: New file.
13672
be6e8ac7
PA
136732014-05-01 Pedro Alves <palves@redhat.com>
13674
13675 * boards/local-remote-host.exp: Rename to ...
13676 * boards/local-remote-host-notty.exp: ... this.
13677
cac0dc8f
JB
136782014-04-28 Joel Brobecker <brobecker@adacore.com>
13679
13680 * gdb.ada/dyn_arrayidx: New testcase.
13681
9730e6cc
YQ
136822014-04-26 Yao Qi <yao@codesourcery.com>
13683
13684 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13685 and compute the length of function main. Save it in
13686 $main_length.
13687 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13688 (top-level): Use gdb_compile to compile objects into
13689 executable and restart GDB. Remove invocation to
13690 prepare_for_testing.
13691
7ae1a6a6
PA
136922014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13693 Pedro Alves <palves@redhat.com>
13694
13695 PR server/16255
13696 * gdb.multi/multi-attach.c: New file.
13697 * gdb.multi/multi-attach.exp: New file.
13698
4082afcc
PA
136992014-04-25 Pedro Alves <palves@redhat.com>
13700
13701 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13702 user.
13703 (top level): Test that "set remote conditional-breakpoints-packet
13704 off" works as intended.
13705 * gdb.base/dprintf.exp: Test that "set remote
13706 breakpoint-commands-packet off" works as intended.
13707 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13708 New function.
13709 (top level): Call it.
13710 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13711 remote fast-tracepoints-packet off" works as intended.
13712 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13713 * lib/gdb.exp (gdb_is_target_remote): ... here.
13714
2abc3f8d
DB
137152014-04-24 David Blaikie <dblaikie@gmail.com>
13716
13717 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13718 ensure clang would not discard them.
13719 * gdb.base/gdbvars.c: Ditto.
13720 * gdb.base/memattr.c: Ditto.
13721 * gdb.base/whatis.c: Ditto.
13722 * gdb.python/py-prettyprint.c: Ditto.
13723 * gdb.trace/actions.c: Ditto.
13724 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13725 ensure clang would not discard it.
13726
bfd39632
DB
137272014-04-24 David Blaikie <dblaikie@gmail.com>
13728
13729 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13730 clang to emit the full definition of type required by the test
13731 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13732
22842ff6
DB
137332014-04-24 David Blaikie <dblaikie@gmail.com>
13734
13735 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13736 coax Clang into emitting the definition of the type.
13737 * gdb.cp/pr10728-x.h (y): Ditto.
13738 * gdb.cp/pr10728-y.cc (y): Ditto.
13739
c2e827ad
DB
137402014-04-24 David Blaikie <dblaikie@gmail.com>
13741
13742 * gdb.base/label.exp: XFAIL label related tests under Clang.
13743 * gdb.cp/cplabel.exp: Ditto.
13744 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13745 under Clang those using labels.
13746
4c2d33e7
YQ
137472014-04-25 Yao Qi <yao@codesourcery.com>
13748
13749 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13750 double_label.
13751 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13752 partial_label and double_label.
13753
56083b99
DB
137542014-04-24 David Blaikie <dblaikie@gmail.com>
13755
13756 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13757
25d4e99d
DB
137582014-04-24 David Blaikie <dblaikie@gmail.com>
13759
13760 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13761 of the function to work across GCC and Clang.
13762 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13763 pointer types (const void ** const V void **).
13764
01f9f808
MS
137652014-04-24 Michael Sturm <michael.sturm@mintel.com>
13766 Walfred Tedeschi <walfred.tedeschi@intel.com>
13767
13768 * Makefile.in (EXECUTABLES): Added i386-avx512.
13769 * gdb.arch/i386-avx512.c: New file.
13770 * gdb.arch/i386-avx512.exp: Likewise.
13771
4b48d439
KS
137722014-04-23 Keith Seitz <keiths@redhat.com>
13773
13774 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13775 (mi_make_breakpoint_table): New procedure.
13776 (mi_create_breakpoint): Use mi_make_breakpoint
13777 and return the result.
13778 (mi_make_breakpoint): New procedure.
13779 (mi_build_kv_pairs): New procedure.
13780
13781 * gdb.mi/mi-break.exp: Remove unused globals,
13782 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13783 All callers updated.
13784 * gdb.mi/mi-dprintf.exp: Use variable to track command
13785 number.
13786 Update all callers of mi_create_breakpoint and use
13787 mi_make_breakpoint_table.
13788 Remove any unused global variables.
13789 * gdb.mi/mi-nonstop.exp: Likewise.
13790 * gdb.mi/mi-nsintrall.exp: Likewise.
13791 * gdb.mi/mi-nsmoribund.exp: Likewise.
13792 * gdb.mi/mi-nsthrexec.exp: Likewise.
13793 * gdb.mi/mi-reverse.exp: Likewise.
13794 * gdb.mi/mi-simplerun.exp: Likewise.
13795 * gdb.mi/mi-stepn.exp: Likewise.
13796 * gdb.mi/mi-syn-frame.exp: Likewise.
13797 * gdb.mi/mi-until.exp: Likewise.
13798 * gdb.mi/mi-var-cp.exp: Likewise.
13799 * gdb.mi/mi-var-display.exp: Likewise.
13800 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13801 * gdb.mi/mi2-var-child.exp: Likewise.
13802 * gdb.mi/mi-vla-c99.exp: Likewise.
13803 * lib/mi-support.exp: Likewise.
13804
13805 From Ian Lance Taylor <iant@cygnus.com>:
13806 * lib/gdb.exp (parse_args): New procedure.
13807
08351840
PA
138082014-04-23 Pedro Alves <palves@redhat.com>
13809
13810 * gdb.base/break-unload-file.c: New file.
13811 * gdb.base/break-unload-file.exp: New file.
13812 * gdb.base/sym-file-lib.c (baz): New function.
13813 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13814 field.
13815 (load): Store the segment's mapped size.
13816 (unload): New function.
13817 (unload_shlib): New function.
13818 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13819 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13820 set a breakpoint at baz, and call it.
13821 * gdb.base/sym-file.exp: New tests for stale breakpoint
13822 instructions.
13823
076855f9
PA
138242014-04-23 Pedro Alves <palves@redhat.com>
13825
13826 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13827 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13828 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13829 * gdb.base/hbreak-unmapped.c: New file.
13830 * gdb.base/hbreak-unmapped.exp: New file.
13831 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13832 * lib/gdb.exp (gdb_is_target_remote): ... here.
13833
483805cf
PA
138342014-04-22 Pedro Alves <palves@redhat.com>
13835
13836 * gdb.base/consecutive-step-over.c: New file.
13837 * gdb.base/consecutive-step-over.exp: New file.
13838
06d97543
PA
138392014-04-22 Pedro Alves <palves@redhat.com>
13840
13841 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13842 instead of send_gdb/gdb_expect.
13843
b4429ea2
YQ
138442014-04-22 Yao Qi <yao@codesourcery.com>
13845
13846 * lib/trace-support.exp (generate_tracefile): New procedure.
13847 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13848 return 0.
13849 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13850 if generate_tracefile returns 1.
13851
51d48146
PA
138522014-04-18 Tom Tromey <palves@redhat.com>
13853 Pedro alves <tromey@redhat.com>
13854
13855 PR backtrace/15558
13856 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13857 with a backtrace limit.
13858 * gdb.python/py-frame-inline.exp: Test running to an inline
13859 function with a backtrace limit, and printing the newest frame.
13860 * gdb.python/py-frame-inline.c (main): Call f.
13861
bd1dce5f
MS
138622014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13863
13864 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13865
40d1a503
MS
138662014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13867
13868 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13869 Drop prefix from unsupported source file path.
13870
389b98f7
YQ
138712014-04-17 Yao Qi <yao@codesourcery.com>
13872
13873 * lib/gdb.exp (with_target_charset): New proc.
13874 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13875 with_target_charset.
13876 (test_print_strings): Likewise.
13877 (test_repeat_bytes): Likewise.
13878 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13879 for some tests.
13880
22869d73
KS
138812014-04-16 Keith Seitz <keiths@redhat.com>
13882
13883 PR gdb/15827
13884 * gdb.dwarf2/corrupt.c: New file.
13885 * gdb.dwarf2/corrupt.exp: New file.
13886
c4f87ca6
KS
138872014-04-16 Keith Seitz <keiths@redhat.com>
13888
13889 PR c++/16597
13890 * gdb.cp/namelessclass.cc: New file.
13891 * gdb.cp/namelessclass.exp: New file.
13892 * gdb.cp/namelessclass.S: New file.
13893
ab19de87
DE
138942014-04-16 Doug Evans <dje@google.com>
13895
13896 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13897 Add comment.
13898 (gdbserver_default_get_comm_port): New function.
13899 (gdbserver_start): Check if board file provided
13900 "gdbserver,get_comm_port" and use it if so.
13901 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13902 (gdb,socketport): Set to "stdio".
13903 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13904 (stdio_gdbserver_template): Delete.
13905 (${board}_get_remote_address): Update.
13906 (${board}_build_remote_cmd): Delete.
13907 (${board}_get_comm_port): New function.
13908 (${board}_spawn): Update.
13909 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13910 Delete.
13911 (${board}_get_remote_address): Update.
13912 (${board}_get_comm_port): New function.
13913
fc98a809
AB
139142014-04-16 Andrew Burgess <aburgess@broadcom.com>
13915
13916 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13917 appearing in any order.
13918
87fd9e6e
DE
139192014-04-15 Doug Evans <dje@google.com>
13920
13921 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13922 uninitialized value of "description".
13923
099fc3ea
KS
139242014-04-15 Keith Seitz <keiths@redhat.com>
13925
13926 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13927 Remove unused globals.
13928 (test_running_the_program): Likewise.
13929 (test_controlled_execution): Likewise.
13930 (test_controlling_breakpoints): Likewise.
13931 (test_program_termination): Likewise.
13932
5da151d4
KS
139332014-04-15 Keith Seitz <keiths@redhat.com>
13934
13935 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13936 unused globals.
13937 (test_rbreak_creation_and_listing): Likewise.
13938 (test_ignore_count): Likewise.
13939 (test_error): Likewise.
13940
35e5d2f0
PA
139412014-04-15 Pedro Alves <palves@redhat.com>
13942
13943 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13944 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13945 sym-file-loader.c.
13946 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13947 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13948 to sym-file-loader.c.
13949 (struct library): Forward declare.
13950 (load_shlib, lookup_function): Change prototypes.
13951 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13952 (translate_offset): Remove declarations.
13953 (get_text_addr): New declaration.
13954 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13955 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13956 sym-file-loader.h.
13957 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13958 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13959 here from sym-file-loader.h.
13960 (struct library): New structure.
13961 (load_shlib, lookup_function): Change prototypes and adjust to
13962 work with a struct library.
13963 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13964 (translate_offset): Make static.
13965 (get_text_addr): New function.
13966 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13967
eb4c1710
PA
139682014-04-15 Pedro Alves <palves@redhat.com>
13969
13970 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13971
2d1baf52
PA
139722014-04-15 Pedro Alves <palves@redhat.com>
13973
13974 * gdb.base/sym-file-loader.c: Include <limits.h>.
13975 (SELF_LINK): New define.
13976 (get_origin): New function.
13977 (load_shlib): Use it.
13978 * gdb.base/sym-file.exp: Don't early return if the target is
13979 remote. Use runto_main, and issue fail is that fails. Use
13980 gdb_load_shlibs.
13981 (shlib_name): Delete.
13982 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13983
7dd6df01
PA
139842014-04-15 Pedro Alves <palves@redhat.com>
13985
13986 * gdb.base/sym-file.exp: Remove regex characters from test
13987 message. Don't refer to breakpoint numbers in test messages.
13988
b50c8614
KS
139892014-04-14 Keith Seitz <keiths@redhat.com>
13990
13991 PR c++/16253
13992 * gdb.cp/var-tag.cc: New file.
13993 * gdb.cp/var-tag.exp: New file.
13994 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13995 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13996 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13997 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13998
3d567982
TT
139992014-04-14 Tom Tromey <tromey@redhat.com>
14000
14001 * gdb.cp/classes.exp (test_enums): Handle underlying type.
14002 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
14003 type.
14004 * gdb.cp/enum-class.exp: New file.
14005 * gdb.cp/enum-class.cc: New file.
14006
0626fc76
TT
140072014-04-14 Tom Tromey <tromey@redhat.com>
14008
14009 * gdb.dwarf2/enum-type.exp: New file.
14010
dca325b3
SA
140112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14012
14013 * gdb.mi/mi-vla-c99.exp: New file.
14014 * gdb.mi/vla.c: New file.
14015
5854b38a
SA
140162014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14017
14018 * gdb.base/vla-datatypes.c: New file.
14019 * gdb.base/vla-datatypes.exp: New file.
14020
463bb957
SA
140212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14022
14023 * gdb.base/vla-ptr.c: New file.
14024 * gdb.base/vla-ptr.exp: New file.
14025
3dd170be
SA
140262014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14027
14028 * gdb.dwarf2/count.exp: New file.
14029
5ecaaa66
SA
140302014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14031
14032 * gdb.base/vla-sideeffect.c: New file.
14033 * gdb.base/vla-sideeffect.exp: New file.
14034
41f1ada5
DB
140352014-04-14 David Blaikie <dblaikie@gmail.com>
14036
14037 * gdb.mi/non-stop.c: Add return value for non-void function return
14038 statement.
14039 * gdb.threads/staticthreads.c: Ditto.
14040
0be03e84
DE
140412014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14042 Doug Evans <xdje42@gmail.com>
14043
14044 * gdb.guile/scm-value.c: Improve test case.
14045 * gdb.guile/scm-value.exp: Add new test.
14046
f180a1fb
DB
140472014-04-11 David Blaikie <dblaikie@gmail.com>
14048
14049 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14050 override Clang's default.
14051
6b662e19
JB
140522014-04-11 Joel Brobecker <brobecker@adacore.com>
14053
14054 Revert the following changes (regressions):
14055
14056 * gdb.base/vla-sideeffect.c: New file.
14057 * gdb.base/vla-sideeffect.exp: New file.
14058
14059 * gdb.dwarf2/count.exp: New file.
14060
14061 * gdb.base/vla-multi.c: New file.
14062 * gdb.base/vla-multi.exp: New file.
14063
14064 * gdb.base/vla-ptr.c: New file.
14065 * gdb.base/vla-ptr.exp: New file.
14066
14067 * gdb.base/vla-datatypes.c: New file.
14068 * gdb.base/vla-datatypes.exp: New file.
14069
14070 * gdb.mi/mi-vla-c99.exp: New file.
14071 * gdb.mi/vla.c: New file.
14072
245a5f0b
KS
140732014-04-11 Keith Seitz <keiths@redhat.com>
14074
14075 PR c++/16675
14076 * gdb.cp/cpsizeof.exp: New file.
14077 * gdb.cp/cpsizeof.cc: New file.
14078
58a84dcf
SA
140792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14080
191a8a90
JB
14081 * gdb.mi/mi-vla-c99.exp: New file.
14082 * gdb.mi/vla.c: New file.
58a84dcf 14083
c8655f75
SA
140842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14085
14086 * gdb.base/vla-datatypes.c: New file.
14087 * gdb.base/vla-datatypes.exp: New file.
14088
024e13b4
SA
140892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14090
14091 * gdb.base/vla-ptr.c: New file.
14092 * gdb.base/vla-ptr.exp: New file.
14093
1a237e0e
SA
140942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14095
14096 * gdb.base/vla-multi.c: New file.
14097 * gdb.base/vla-multi.exp: New file.
14098
504f3432
SA
140992014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14100
14101 * gdb.dwarf2/count.exp: New file.
14102
3bce8237
SA
141032014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14104
191a8a90
JB
14105 * gdb.base/vla-sideeffect.c: New file.
14106 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 14107
322f9c21
YQ
141082014-04-11 Yao Qi <yao@codesourcery.com>
14109
14110 * gdb.base/completion.exp: Check file exists before running tests
14111 on file completion.
14112
d708bcd1
PA
141132014-04-10 Pedro Alves <palves@redhat.com>
14114
14115 * gdb.base/cond-eval-mode.c: New file.
14116 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14117 prepare_for_testing to build the new file. Check result of
14118 runto_main.
14119 (test_break, test_watch): New procedures.
14120 (top level): Use them.
14121
ae1d2761
PM
141222014-04-08 Pierre Muller <muller@sourceware.org>
14123
14124 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14125 Ctrl-V use for mingw hosts.
14126
7af389b8
SC
141272014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14128
14129 * gdb.python/py-value.c: Improve test case.
14130 * gdb.python/py-value.exp: Add new test.
14131
5e703181
DE
141322014-04-07 David Blaikie <dblaikie@gmail.com>
14133
14134 * lib/compiler.c: Identify the clang compiler.
14135 * lib/compiler.cc: Ditto.
14136
9810b410
YQ
141372014-04-03 Yao Qi <yao@codesourcery.com>
14138
14139 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14140
98d1b8dc
AB
141412014-04-01 Anton Blanchard <anton@samba.org>
14142
14143 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14144 messages unique.
14145
3114cea1
AB
141462014-04-01 Anton Blanchard <anton@samba.org>
14147
14148 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14149 prepare_for_testing.
14150
62f7182c
AB
141512014-04-01 Anton Blanchard <anton@samba.org>
14152
14153 * gdb.arch/ppc64-atomic-inst.c: Remove.
14154 * gdb.arch/ppc64-atomic-inst.S: New file.
14155 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14156
770e7fc7
DE
141572014-03-31 Doug Evans <dje@google.com>
14158
14159 * gdb.base/print-symbol-loading-lib.c: New file.
14160 * gdb.base/print-symbol-loading-main.c: New file.
14161 * gdb.base/print-symbol-loading.exp: New file.
14162
46e2bafa
YQ
141632014-03-31 Yao Qi <yao@codesourcery.com>
14164
14165 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14166
8776cfe9
JB
141672014-03-28 Joel Brobecker <brobecker@adacore.com>
14168
14169 * gdb.ada/mi_dyn_arr: New testcase.
14170
5d1ef361
DE
141712014-03-27 Doug Evans <dje@google.com>
14172
14173 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14174
b5bee914
YQ
141752014-03-27 Yao Qi <yao@codesourcery.com>
14176
14177 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14178 if target is nios2-*-*.
14179
0d4d0e77
YQ
141802014-03-26 Yao Qi <yao@codesourcery.com>
14181
14182 * lib/gdb.exp (readline_is_used): New proc.
14183 * gdb.base/completion.exp: Move tests on command complete up.
14184 Skip the rest of tests if readline is not used.
14185 * gdb.ada/complete.exp: Skp the test if readline is not
14186 used.
14187 * gdb.base/filesym.exp: Likewise.
14188 * gdb.base/macscp.exp: Likewise.
14189 * gdb.base/readline-ask.exp: Likewise.
14190 * gdb.base/readline.exp: Likewise.
14191 * gdb.python/py-cmd.exp: Likewise.
14192 * gdb.trace/tfile.exp: Likewise.
14193
29361eee
YQ
141942014-03-26 Yao Qi <yao@codesourcery.com>
14195
14196 * gdb.base/macscp.exp: Fix code format issues.
14197
bc9a5525
UW
141982014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14199
14200 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14201 * gdb.asm/powerpc64le.inc: New file.
14202
d3839ede
PA
142032014-03-25 Pedro Alves <palves@redhat.com>
14204 Doug Evans <dje@google.com>
14205
14206 * gdb.base/source-execution.c: New file.
14207 * gdb.base/source-execution.exp: New file.
14208 * gdb.base/source-execution.gdb: New file.
14209
01672a57
DE
142102014-03-24 Doug Evans <dje@google.com>
14211
14212 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14213 using fission.
14214
88bbeca9
HZ
142152014-03-24 Hui Zhu <hui@codesourcery.com>
14216 Pedro Alves <palves@redhat.com>
14217
14218 PR breakpoints/16101
14219 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14220 test pass/fail messages. Detect missing support for dprintf when
14221 breakpoints are actually inserted.
14222 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14223 breakpoints are actually inserted.
14224 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14225 fails.
14226
d2348791
JK
142272014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14228
14229 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14230
feef67ab
DE
142312014-03-22 Doug Evans <xdje42@gmail.com>
14232
14233 * gdb.python/python.exp (python not supported): Verify multi-line
14234 python command issues an error.
25d743f9 14235 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 14236 guile command issues an error.
feef67ab 14237
ecebef6a
MR
142382014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14239
14240 * gdb.threads/thread-specific.exp: Handle the lack of usable
14241 $this_breakpoint and $this_thread.
14242
ccdd1909
HZ
142432014-03-21 Hui Zhu <hui@codesourcery.com>
14244
14245 * gdb.base/attach.exp (do_command_attach_tests): New.
14246
beb460e8
PA
142472014-03-20 Tom Tromey <tromey@redhat.com>
14248 Pedro Alves <palves@redhat.com>
14249
14250 PR cli/15718
14251 * gdb.base/condbreak-call-false.c: New file.
14252 * gdb.base/condbreak-call-false.exp: New file.
14253
40acf43a
PA
142542014-03-20 Pedro Alves <palves@redhat.com>
14255
14256 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14257 Delete.
14258 (block_signals, unblock_signals): Delete.
14259 (child_function_2, main): Remove references to deleted variable
14260 and functions.
14261
9f5e1e02
PA
142622014-03-20 Pedro Alves <palves@redhat.com>
14263
14264 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14265 Use pthread_kill to signal thread 2.
14266 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14267 Adjust to make the test send itself a signal rather than using the
14268 host's "kill" command.
14269
99619bea
PA
142702014-03-20 Pedro Alves <palves@redhat.com>
14271
14272 * gdb.threads/multiple-step-overs.c: New file.
14273 * gdb.threads/multiple-step-overs.exp: New file.
14274 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14275 Adjust expected infrun debug output.
14276
2adfaa28
PA
142772014-03-20 Pedro Alves <palves@redhat.com>
14278
14279 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14280 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14281
31e77af2
PA
142822014-03-20 Pedro Alves <palves@redhat.com>
14283
14284 PR breakpoints/7143
14285 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14286 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14287 of gdb_test_multiple.
14288 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14289 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14290
b9f437de
PA
142912014-03-20 Pedro Alves <palves@redhat.com>
14292
14293 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14294 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14295
05adc73e
PA
142962014-03-19 Pedro Alves <palves@redhat.com>
14297
14298 * gdb.base/async.exp: Remove early return.
14299
6048b950
PA
143002014-03-19 Pedro Alves <palves@redhat.com>
14301
14302 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14303
8bcfb00a
PA
143042014-03-19 Pedro Alves <palves@redhat.com>
14305
14306 * gdb.base/async.exp (test_background): Expect \r\n after
14307 "completed." in the fail pattern.
14308
884e37dc
PA
143092014-03-19 Pedro Alves <palves@redhat.com>
14310
14311 * gdb.base/async.exp (test_background): New procedure.
14312 Use it for all background execution command tests.
14313
148e57e2
PA
143142014-03-19 Pedro Alves <palves@redhat.com>
14315
14316 * gdb.base/async.exp: Use prepare_for_testing.
14317
f48088c7
PA
143182014-03-19 Pedro Alves <palves@redhat.com>
14319
14320 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14321 the same line.
14322
e2f6c966
PA
143232014-03-19 Pedro Alves <palves@redhat.com>
14324
14325 * gdb.base/async.c (main): Add "jump here" and "until here" line
14326 marker comments.
14327 * gdb.base/async.exp (jump_here): New global.
14328 (jump& test): Use it.
14329 (until_here): New global.
14330 (until& test): Use it.
14331
c30568d4
PA
143322014-03-19 Pedro Alves <palves@redhat.com>
14333
14334 * gdb.base/async.exp: Don't frob gdb_protocol.
14335
0172b6a7
DE
143362014-03-18 Doug Evans <xdje42@gmail.com>
14337
14338 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14339 Fix spelling of exec-done-display.
14340
06c868a8
JK
143412014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14342
14343 PR gdb/15358
14344 * gdb.base/gdb-sigterm.c: New file.
14345 * gdb.base/gdb-sigterm.exp: New file.
14346
0c7e1a46
PA
143472014-03-18 Pedro Alves <palves@redhat.com>
14348
14349 PR gdb/13860
14350 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14351 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14352 solib-event.
14353
f7c77d93
JB
143542014-03-17 Joel Brobecker <brobecker@adacore.com>
14355
14356 * gdb.ada/pckd_arr_ren: New testcase.
14357
5a1e8c7a
DE
143582014-03-13 Doug Evans <xdje42@gmail.com>
14359
14360 PR guile/16612
14361 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14362 collect after discarding symbols.
14363
350e1a76
DE
143642014-03-13 Ludovic Courtès <ludo@gnu.org>
14365 Doug Evans <xdje42@gmail.com>
14366
14367 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14368 to history survives a gc.
14369
a69900ae
PA
143702014-03-13 Pedro Alves <palves@redhat.com>
14371
14372 * gdb.base/default.exp: Don't test "target procfs".
14373
5db9f0bd
PA
143742014-03-13 Pedro Alves <palves@redhat.com>
14375
14376 * gdb.base/default.exp: Update "target child" and "target procfs"
14377 tests to not expect "Unix".
14378
b3ccfe11
TT
143792014-03-12 Tom Tromey <tromey@redhat.com>
14380
14381 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14382 New procs. Add target-async tests.
14383 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14384 Add target-async tests.
14385
646f4417
AA
143862014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14387
14388 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14389 'func_start' and 'func_end' for the beginning and end of the
14390 function code, respectively.
14391 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14392 'func_end' instead of 'func' and 'main'.
14393
288c211f
AA
143942014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14395
14396 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14397 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14398 generate the debug info assembler source.
14399
e0c0f156
AA
144002014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14401
14402 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14403 * gdb.dwarf2/arr-subrange.exp: Likewise.
14404 * gdb.dwarf2/dwz.exp: Likewise.
14405 * gdb.dwarf2/method-ptr.exp: Likewise.
14406 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14407 * gdb.dwarf2/subrange.exp: Likewise.
14408 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14409 * gdb.dwarf2/implptrpiece.exp: Likewise.
14410 * gdb.dwarf2/nostaticblock.exp: Likewise.
14411
0e5c4555
AA
144122014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14413
14414 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14415 directory to absolute path name arguments.
14416
5ec18f2b
JG
144172014-03-10 Joel Brobecker <brobecker@adacore.com>
14418
14419 * gdb.ada/tagged_access: New testcase.
14420
847fc4f2
MM
144212014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14422
14423 * gdb.btrace/data.exp: Update expected output.
14424
cc3da688
YQ
144252014-03-06 Yao Qi <yao@codesourcery.com>
14426
14427 * gdb.trace/pr16508.exp: New file.
14428
0f26cec1
PA
144292014-03-05 Pedro Alves <palves@redhat.com>
14430
14431 PR gdb/16575
14432 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14433 procedure.
14434 (top level): Adjust to use it. Add tests that exercise breakpoint
14435 interaction with the code-cache.
14436
7a5a839f
LC
144372014-02-26 Ludovic Courtès <ludo@gnu.org>
14438
14439 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14440 test for 'history-append!'.
14441
31aa7e4e
JB
144422014-02-26 Joel Brobecker <brobecker@adacore.com>
14443
14444 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14445 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14446 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14447 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14448 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14449 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14450
1b588015
JB
144512014-02-26 Joel Brobecker <brobecker@adacore.com>
14452
14453 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14454 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14455 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14456
55426c9d
JB
144572014-02-26 Joel Brobecker <brobecker@adacore.com>
14458
14459 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14460
dc53a7ad
JB
144612014-02-26 Joel Brobecker <brobecker@adacore.com>
14462
14463 * gdb.dwarf2/arr-stride.c: New file.
14464 * gdb.dwarf2/arr-stride.exp: New file.
14465
12ab52e9
PA
144662014-02-26 Pedro Alves <palves@redhat.com>
14467
14468 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14469 that won't ever trigger. Make sure that GDB reports the correct
14470 breakpoint that caused the stop.
14471
849c862e
JK
144722014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14473
14474 PR gdb/16626
14475 * gdb.base/auto-load-script: New file.
14476 * gdb.base/auto-load.c: New file.
14477 * gdb.base/auto-load.exp: New file.
14478
71b7d793
JK
14479 PR gdb/16626
14480 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14481
e2f0d509
JK
144822014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14483
14484 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14485 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14486
50cc37c8
DE
144872014-02-24 Doug Evans <dje@google.com>
14488
14489 * lib/gdb.exp (run_on_host): Log error output if program fails.
14490
ea4758f2
PA
144912014-02-21 Pedro Alves <palves@redhat.com>
14492
14493 * gdb.threads/step-after-sr-lock.c: Rename to ...
14494 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14495 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14496 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14497 ... this.
14498
d7b30f67
SDJ
144992014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14500
14501 PR tdep/16397
14502 * gdb.arch/amd64-stap-special-operands.exp: New file.
14503 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14504 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14505 * gdb.arch/amd64-stap-triplet.S: Likewise.
14506 * gdb.arch/amd64-stap-triplet.c: Likewise.
14507
83deb43f
JB
145082014-02-20 Joel Brobecker <brobecker@adacore.com>
14509
14510 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14511 in .section pseudo-op.
14512
adde2bff
DE
145132014-02-20 lin zuojian <manjian2006@gmail.com>
14514 Joel Brobecker <brobecker@adacore.com>
14515 Doug Evans <xdje42@gmail.com>
14516
14517 PR symtab/16581
14518 * gdb.dwarf2/dw2-icycle.S: New file.
14519 * gdb.dwarf2/dw2-icycle.c: New file.
14520 * gdb.dwarf2/dw2-icycle.exp: New file.
14521
f7bd0f78
SC
145222014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14523
14524 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14525 operations on gdb.Value objects.
14526 * gdb.python/py-value-cc.exp: Add new test to test operations on
14527 gdb.Value objects.
14528
c17ef0d5
DE
145292014-02-18 Doug Evans <dje@google.com>
14530
14531 * Makefile.in (TESTS): New variable.
14532 (expanded_tests, expanded_tests_or_none): New variables
14533 (check-single): Pass $(expanded_tests_or_none) to runtest.
14534 (check-parallel): Only run tests in $(TESTS) if non-empty.
14535 (check/no-matching-tests-found): New rule.
14536 * README: Document TESTS makefile variable.
14537
5dd3176f
DE
145382014-02-18 Doug Evans <dje@google.com>
14539
14540 * Makefile.in (check-parallel): rm -rf outputs temp.
14541
0b10be4f
JK
145422014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14543
14544 Fix "ERROR: no fileid for" in the testsuite.
14545 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14546
85f224e7
DE
145472014-02-12 Doug Evans <dje@google.com>
14548
14549 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14550 (MISCELLANEOUS): New variable.
14551 (clean): rm -rf $(MISCELLANEOUS).
14552 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14553 dwp live in the same directory as symlinks, with each symlink pointed
14554 to a differently named file in a different directory.
14555
149b30ff
DE
145562014-02-11 Doug Evans <dje@google.com>
14557
14558 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14559 of Tcl file commands.
14560
1dfdac32
MK
145612014-02-10 Mark Kettenis <kettenis@gnu.org>
14562
14563 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14564 "kill -SIGUSR1 -1".
14565
aa4fb036
JB
145662014-02-10 Joel Brobecker <brobecker@adacore.com>
14567
14568 * gdb.ada/tick_length_array_enum_idx: New testcase.
14569
ed3ef339
DE
145702014-02-10 Doug Evans <xdje42@gmail.com>
14571
14572 * configure.ac (AC_OUTPUT): Add gdb.guile.
14573 * configure: Regenerate.
14574 * lib/gdb-guile.exp: New file.
14575 * lib/gdb.exp (get_target_charset): New function.
14576 * gdb.base/help.exp: Update expected output from "apropos apropos".
14577 * gdb.guile/Makefile.in: New file.
14578 * gdb.guile/guile.exp: New file.
14579 * gdb.guile/scm-arch.c: New file.
14580 * gdb.guile/scm-arch.exp: New file.
14581 * gdb.guile/scm-block.c: New file.
14582 * gdb.guile/scm-block.exp: New file.
14583 * gdb.guile/scm-breakpoint.c: New file.
14584 * gdb.guile/scm-breakpoint.exp: New file.
14585 * gdb.guile/scm-disasm.c: New file.
14586 * gdb.guile/scm-disasm.exp: New file.
14587 * gdb.guile/scm-equal.c: New file.
14588 * gdb.guile/scm-equal.exp: New file.
14589 * gdb.guile/scm-error.exp: New file.
14590 * gdb.guile/scm-error.scm: New file.
14591 * gdb.guile/scm-frame-args.c: New file.
14592 * gdb.guile/scm-frame-args.exp: New file.
14593 * gdb.guile/scm-frame-args.scm: New file.
14594 * gdb.guile/scm-frame-inline.c: New file.
14595 * gdb.guile/scm-frame-inline.exp: New file.
14596 * gdb.guile/scm-frame.c: New file.
14597 * gdb.guile/scm-frame.exp: New file.
14598 * gdb.guile/scm-generics.exp: New file.
14599 * gdb.guile/scm-gsmob.exp: New file.
14600 * gdb.guile/scm-iterator.c: New file.
14601 * gdb.guile/scm-iterator.exp: New file.
14602 * gdb.guile/scm-math.c: New file.
14603 * gdb.guile/scm-math.exp: New file.
14604 * gdb.guile/scm-objfile-script-gdb.in: New file.
14605 * gdb.guile/scm-objfile-script.c: New file.
14606 * gdb.guile/scm-objfile-script.exp: New file.
14607 * gdb.guile/scm-objfile.c: New file.
14608 * gdb.guile/scm-objfile.exp: New file.
14609 * gdb.guile/scm-ports.exp: New file.
14610 * gdb.guile/scm-pretty-print.c: New file.
14611 * gdb.guile/scm-pretty-print.exp: New file.
14612 * gdb.guile/scm-pretty-print.scm: New file.
14613 * gdb.guile/scm-section-script.c: New file.
14614 * gdb.guile/scm-section-script.exp: New file.
14615 * gdb.guile/scm-section-script.scm: New file.
14616 * gdb.guile/scm-symbol.c: New file.
14617 * gdb.guile/scm-symbol.exp: New file.
14618 * gdb.guile/scm-symtab-2.c: New file.
14619 * gdb.guile/scm-symtab.c: New file.
14620 * gdb.guile/scm-symtab.exp: New file.
14621 * gdb.guile/scm-type.c: New file.
14622 * gdb.guile/scm-type.exp: New file.
14623 * gdb.guile/scm-value-cc.cc: New file.
14624 * gdb.guile/scm-value-cc.exp: New file.
14625 * gdb.guile/scm-value.c: New file.
14626 * gdb.guile/scm-value.exp: New file.
14627 * gdb.guile/source2.scm: New file.
14628 * gdb.guile/types-module.cc: New file.
14629 * gdb.guile/types-module.exp: New file.
14630
7026a7c1
YQ
146312014-02-10 Yao Qi <yao@codesourcery.com>
14632
14633 PR testsuite/16543
14634 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14635 * configure: Regenerated.
14636 * Makefile.in: New file.
14637
6c466447
AS
146382014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14639
14640 * gdb.python/py-framefilter.exp: Fix typo.
14641
6e854735
YQ
146422014-02-08 Yao Qi <yao@codesourcery.com>
14643
14644 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14645 that no =breakpoint-modified is emitted when breakpoints are
14646 modified through MI commands.
14647
d137e6dc
PA
146482014-02-07 Pedro Alves <pedro@codesourcery.com>
14649 Pedro Alves <palves@redhat.com>
14650
14651 * gdb.threads/step-after-sr-lock.c: New file.
14652 * gdb.threads/step-after-sr-lock.exp: New file.
14653
b5ee5a50
PA
146542014-02-07 Pedro Alves <palves@redhat.com>
14655
14656 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14657
3c77faf3
JK
146582014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14659
14660 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14661 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14662
6dddc817
DE
146632014-02-06 Doug Evans <xdje42@gmail.com>
14664
14665 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14666 output.
14667
14668 * gdb.gdb/python-interrupts.exp: New file.
14669
de7b2893
YQ
146702014-02-05 Yao Qi <yao@codesourcery.com>
14671
14672 * gdb.trace/report.exp (use_collected_data): Test the output
14673 of "info threads" and "info inferiors".
14674
66d032ac
YQ
146752014-02-05 Yao Qi <yao@codesourcery.com>
14676
14677 Revert this patch:
14678
14679 2013-05-24 Yao Qi <yao@codesourcery.com>
14680
14681 * gdb.trace/tfile.exp: Test inferior and thread.
14682
591a12a1
UW
146832014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14684
14685 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14686 on a function.
14687 * gdb.base/step-bt.c: Call hello via function pointer to make
14688 sure its first instruction is executed on powerpc64le-linux.
14689
0ff3e01f
UW
146902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14691
14692 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14693
084ee545
UW
146942014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14695
14696 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14697 of the test patterns for use on little-endian systems.
14698
6ed14ff3
UW
146992014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14700
14701 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14702 (decimal_vector): Fix for little-endian.
14703
401e27fd
JM
147042014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14705
14706 * gdb.arch/sparc-sysstep.exp: New file.
14707 * gdb.arch/sparc-sysstep.c: Likewise.
14708
14709 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14710
8b924729
EBM
147112014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14712
14713 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14714
fb151210
JB
147152014-01-23 Tom Tromey <tromey@redhat.com>
14716
14717 * gdb.ada/array_char_idx: New testcase.
14718
0740f8d8
TT
147192014-01-23 Tom Tromey <tromey@redhat.com>
14720
14721 PR python/16487:
14722 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14723 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14724 classes.
14725
21909fa1
TT
147262014-01-23 Tom Tromey <tromey@redhat.com>
14727
14728 PR python/16491:
14729 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14730 string from an inferior frame.
14731 * gdb.python/py-framefilter-mi.exp: Update.
14732
87ce2a04
DE
147332014-01-22 Doug Evans <dje@google.com>
14734
14735 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14736
237b092b
AA
147372014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14738
14739 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14740
d674a709
AA
147412014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14742
14743 * gdb.trace/entry-values.exp: Remove excess space character from
14744 regex patterns. Handle s390 call instruction.
14745
20fa3390
AA
147462014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14747
14748 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14749 define "*_start" label. Make "name" static.
14750 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14751 ${name} by references to ${name}_start.
14752
78466714
AA
147532014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14754
14755 * gdb.base/info-macros.exp: Remove "debug" from the compile
14756 options.
14757
ec9f644a
IB
147582014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14759
14760 * gdb.dlang/demangle.exp: New file.
14761
94b1b47e
IB
147622014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14763
14764 * gdb.dlang/primitive-types.exp: New file.
14765
7f420862
IB
147662014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14767
14768 * configure.ac: Create gdb.dlang/Makefile.
14769 * configure: Regenerate.
14770 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14771 * gdb.dlang/Makefile.in: New file.
14772 * lib/d-support.exp: New file.
14773 * lib/gdb.exp (skip_d_tests): New proc.
14774
52834460
MM
147752014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14776
14777 * gdb.btrace/delta.exp: Check reverse stepi.
14778 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14779 * gdb.btrace/finish.exp: New.
14780 * gdb.btrace/next.exp: New.
14781 * gdb.btrace/nexti.exp: New.
14782 * gdb.btrace/record_goto.c: Add comments.
14783 * gdb.btrace/step.exp: New.
14784 * gdb.btrace/stepi.exp: New.
14785 * gdb.btrace/multi-thread-step.c: New.
14786 * gdb.btrace/multi-thread-step.exp: New.
14787 * gdb.btrace/rn-dl-bind.c: New.
14788 * gdb.btrace/rn-dl-bind.exp: New.
14789 * gdb.btrace/data.c: New.
14790 * gdb.btrace/data.exp: New.
14791 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14792
6e07b1d2
MM
147932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14794
14795 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14796 * gdb.btrace/exception.exp: Update.
14797 * gdb.btrace/instruction_history.exp: Update.
14798 * gdb.btrace/record_goto.exp: Update.
14799 * gdb.btrace/tailcall.exp: Update.
14800 * gdb.btrace/unknown_functions.exp: Update.
14801 * gdb.btrace/delta.exp: New.
14802
0b722aec
MM
148032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14804
14805 * gdb.btrace/record_goto.exp: Add backtrace test.
14806 * gdb.btrace/tailcall.exp: Add backtrace test.
14807
066ce621
MM
148082014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14809
14810 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14811 * gdb.btrace/record_goto.c: New.
14812 * gdb.btrace/record_goto.exp: New.
14813 * gdb.btrace/x86-record_goto.S: New.
14814
0688d04e
MM
148152014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14816
14817 * gdb.btrace/function_call_history.exp: Update tests.
14818 * gdb.btrace/instruction_history.exp: Update tests.
14819
8710b709
MM
148202014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14821
14822 * gdb.btrace/function_call_history.exp: Fix expected field
14823 order for "record function-call-history".
14824 Add new tests for "record function-call-history /c".
14825 * gdb.btrace/exception.cc: New.
14826 * gdb.btrace/exception.exp: New.
14827 * gdb.btrace/tailcall.exp: New.
14828 * gdb.btrace/x86-tailcall.S: New.
14829 * gdb.btrace/x86-tailcall.c: New.
14830 * gdb.btrace/unknown_functions.c: New.
14831 * gdb.btrace/unknown_functions.exp: New.
14832 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14833
5de9129b
MM
148342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14835
14836 * gdb.btrace/instruction_history.exp: Update.
14837 * gdb.btrace/function_call_history.exp: Update.
14838
23a7fe75
MM
148392014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14840
14841 * gdb.btrace/function_call_history.exp: Fix expected function
14842 trace.
14843 * gdb.btrace/instruction_history.exp: Initialize traced.
14844 Remove traced_functions.
14845
724c7dd8
MM
148462014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14847
14848 * gdb.btrace/function_call_history.exp: Update
14849 * gdb.btrace/instruction_history.exp: Update.
14850
6d78d93b
MM
148512014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14852
14853 * gdb.btrace/enable.exp: Update expected text.
14854
93a360cc
OJ
148552014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14856
14857 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14858 bytes.
14859
3772b53f
MR
148602014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14861
14862 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14863
596662fa
OJ
148642014-01-15 Omair Javaid <omair.javaid@linaro.org>
14865
14866 * lib/gdb.exp (supports_process_record): Return true for
14867 arm*-linux*. (supports_reverse): Likewise.
14868
b5b08fb4
SC
148692014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14870
14871 PR python/15464
14872 PR python/16113
14873 * gdb.python/py-type.c: Enhance test case.
14874 * gdb.python/py-value-cc.cc: Likewise
14875 * gdb.python/py-type.exp: Add new tests.
14876 * gdb.python/py-value-cc.exp: Likewise
14877
52d7fb13
AA
148782014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14879 Pedro Alves <palves@redhat.com>
14880
14881 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14882 Make "name" extern.
14883 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14884 references to ${name}_start by references to ${name}.
14885
a2cd8cfe
JB
148862014-01-10 Joel Brobecker <brobecker@adacore.com>
14887
14888 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14889
4e23fced
JB
148902014-01-10 Joel Brobecker <brobecker@adacore.com>
14891
14892 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14893
c6a9e42c
PA
148942014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14895 Pedro Alves <palves@redhat.com>
14896
14897 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 14898 mi_gdb_target_load.
c6a9e42c 14899
b7ea362b
PA
149002014-01-08 Pedro Alves <palves@redhat.com>
14901
14902 * gdb.threads/reconnect-signal.c: New file.
14903 * gdb.threads/reconnect-signal.exp: New file.
14904
5e3f4fab
EBM
149052014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14906
14907 * gdb.base/source-dir.exp: New file.
14908
79301218
JB
149092014-01-07 Joel Brobecker <brobecker@adacore.com>
14910
14911 * gdb.ada/mi_interface: New testcase.
14912
8e355c5d
JB
149132014-01-07 Joel Brobecker <brobecker@adacore.com>
14914
14915 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14916 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14917 gdb.ada/pp-rec-component/pck.ads: New files.
14918
c0d48811
JB
149192014-01-07 Joel Brobecker <brobecker@adacore.com>
14920
14921 * gdb.python/py-pp-integral.c: New file.
14922 * gdb.python/py-pp-integral.py: New file.
14923 * gdb.python/py-pp-integral.exp: New file.
14924
17b609c3 14925For older changes see ChangeLog-1993-2013.
c906108c 14926\f
8d8cb839
EZ
14927;; Local Variables:
14928;; mode: change-log
14929;; left-margin: 8
14930;; fill-column: 74
14931;; version-control: never
14932;; End:
902f2ccb 14933
e2882c85 14934 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
14935 Copying and distribution of this file, with or without modification,
14936 are permitted provided the copyright notice and this notice are preserved.
This page took 4.934362 seconds and 4 git commands to generate.