]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Automatic date update in version.in
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
b04480b1
AH
12018-10-19 Alan Hayward <alan.hayward@arm.com>
2
3 * gdb.python/py-cmd.exp: Check for gdb_prompt.
4
2c6ac8d7
AH
52018-10-19 Alan Hayward <alan.hayward@arm.com>
6
7 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
8
2bc69f25
AH
92018-10-19 Alan Hayward <alan.hayward@arm.com>
10
11 * gdb.cp/ovldbreak.exp: Fix regexps.
12
1f1ae3a3
AH
132018-10-19 Alan Hayward <alan.hayward@arm.com>
14
15 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
16
94c18618
SDJ
172018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
18
19 PR cli/23785
20 * gdb.base/restore.exp: New test to check if "restore" with an
21 invalid file doesn't segfault.
22
812cd6eb
TV
232018-10-18 Tom de Vries <tdevries@suse.de>
24
25 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
26 * gdb.ada/excep_handle.exp: Same.
27 * gdb.ada/mi_string_access.exp: Same.
28 * gdb.ada/mi_var_union.exp: Same.
29 * gdb.arch/arc-analyze-prologue.exp: Same.
30 * gdb.arch/arc-decode-insn.exp: Same.
31 * gdb.base/readnever.exp: Same.
32 * gdb.fortran/printing-types.exp: Same.
33 * gdb.guile/scm-lazy-string.exp: Same.
34
c4b90788
TV
352018-10-16 Tom de Vries <tdevries@suse.de>
36
37 PR gdb/23730
38 * gdb.base/catch-follow-exec.c: Add copyright notice.
39 * gdb.base/catch-follow-exec.exp: Rewrite to use
40 gdb_spawn_with_cmdline_opts. Require gdb-native.
41
8bca2978
SL
422018-10-12 Sandra Loosemore <sandra@codesourcery.com>
43
44 * gdb.trace/actions-changed.exp: Check for arch support.
45 * gdb.trace/actions.exp: Likewise.
46 * gdb.trace/ax.exp: Likewise.
47 * gdb.trace/backtrace.exp: Likewise.
48 * gdb.trace/change-loc.exp: Likewise.
49 * gdb.trace/deltrace.exp: Likewise.
50 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
51 * gdb.trace/ftrace.exp: Likewise.
52 * gdb.trace/infotrace.exp: Check for arch support.
53 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
54 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
55 * gdb.trace/mi-tsv-changed.exp: Likewise.
56 * gdb.trace/packetlen.exp: Likewise.
57 * gdb.trace/passc-dyn.exp: Likewise.
58 * gdb.trace/passcount.exp: Likewise.
59 * gdb.trace/pending.exp: Likewise.
60 * gdb.trace/range-stepping.exp: Check for shlib support.
61 * gdb.trace/report.exp: Check for arch support.
62 * gdb.trace/save-trace.exp: Likewise.
63 * gdb.trace/signal.exp: Check for signal support.
64 * gdb.trace/tfind.exp: Check for arch support.
65 * gdb.trace/trace-break.exp: Check for arch and shlib support.
66 * gdb.trace/trace-common.h: Add comment.
67 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
68 * gdb.trace/trace-enable-disable.exp: Likewise.
69 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
70 * gdb.trace/tracecmd.exp: Check for arch support.
71 * gdb.trace/tspeed.exp: Check for shlib and target support.
72 * gdb.trace/tstatus.exp: Check for arch support.
73 * gdb.trace/tsv.exp: Likewise.
74 * gdb.trace/while-dyn.exp: Likewise.
75 * gdb.trace/while-stepping.exp: Likewise.
76 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
77
f9c49bff
SM
782018-10-12 Simon Marchi <simon.marchi@ericsson.com>
79
80 * gdb.trace/tspeed.exp: Remove nowarnings.
81 (prepare_for_trace_test): Declare "global ipalib".
82 * gdb.trace/tspeed.c: Include unistd.h.
83 (main): Remove superfluous printf argument.
84
d4330bde
SL
852018-10-11 Sandra Loosemore <sandra@codesourcery.com>
86
87 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
88 directory prefix on the filename.
89
8ecfd7bd
SDJ
902018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
91
92 * gdb.gdb/unittest.exp: Update expected message informing that
93 selftests have been disabled.
94 * gdb.server/unittest.exp: Likewise.
95
58bbcd02
TV
962018-10-09 Tom de Vries <tdevries@suse.de>
97
98 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
99 with runto_main.
100
9f6b697b
WP
1012018-10-08 Weimin Pan <weimin.pan@oracle.com>
102
103 PR c++/16841
104 * gdb.cp/virtbase2.cc: New file.
105 * gdb.cp/virtbase2.exp: New file.
106
add5ded5
TT
1072018-10-06 Tom Tromey <tom@tromey.com>
108
109 PR python/19399:
110 * gdb.python/py-inferior.exp: Add architecture test.
111
f9e48344
TT
1122018-10-06 Tom Tromey <tom@tromey.com>
113
114 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
115 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
116
2a8be203
TT
1172018-10-06 Tom Tromey <tom@tromey.com>
118
119 * gdb.python/py-breakpoint.exp (check_last_event): Check location
120 of a "throw" catchpoint.
121
e04caa70
SDJ
1222018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
123
124 * gdb.base/info-proc.exp: Update string expected from "help info
125 proc".
126
5ca8c39f
TT
1272018-10-04 Tom Tromey <tom@tromey.com>
128
129 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
130 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
131 (test_initial_complaints, test_empty_complaints): Update.
132 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
133
3453e7e4
TT
1342018-10-04 Tom Tromey <tom@tromey.com>
135
136 PR cli/19551:
137 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
138 * lib/gdb.exp (gdb_file_cmd): Update.
139 * gdb.stabs/weird.exp (print_weird_var): Update.
140 * gdb.server/solib-list.exp: Update.
141 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
142 * gdb.mi/mi-cli.exp: Update.
143 * gdb.linespec/linespec.exp: Update.
144 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
145 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
146 * gdb.cp/cp-relocate.exp: Update.
147 * gdb.base/sym-file.exp: Update.
148 * gdb.base/relocate.exp: Update.
149 * gdb.base/readnever.exp: Update.
150 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
151 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
152 * gdb.base/dbx.exp (gdb_file_cmd): Update.
153 * gdb.base/code_elim.exp: Update.
154 * gdb.base/break-unload-file.exp (test_break): Update.
155 * gdb.base/break-interp.exp (test_attach_gdb): Update.
156 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
157 Update.
158 * gdb.base/attach.exp (do_attach_tests): Update.
159 * gdb.base/sepdebug.exp: Update.
160 * gdb.python/py-section-script.exp: Update.
161
6afcf761
TT
1622018-10-04 Tom Tromey <tom@tromey.com>
163
164 PR cli/22234:
165 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
166 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
167 output.
168
fef1b293
TT
1692018-10-04 Tom Tromey <tom@tromey.com>
170
171 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
172 set width and height to 0.
173 (test_command_line_attach_run): Use -quiet.
174
ca98345e
SL
1752018-10-03 Sandra Loosemore <sandra@codesourcery.com>
176
177 * lib/gdb.exp (skip_ifunc_tests): New.
178 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
179 other compile failures.
180 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
181
ff34e6ae
SM
1822018-10-01 Simon Marchi <simon.marchi@ericsson.com>
183
184 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
185 is_amd64_regs_target.
186
6bb8890e
AH
1872018-10-01 Alan Hayward <alan.hayward@arm.com>
188
189 * gdb.arch/aarch64-sighandler-regs.c: New test.
190 * gdb.arch/aarch64-sighandler-regs.exp: New file.
191 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
192
224d30d3
MM
1932018-10-01 Markus Metzger <markus.t.metzger@intel.com>
194
195 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
196 assembly.
197
f67ffa6a
AB
1982018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
199
200 * gdb.base/frame-selection.exp: New file.
201 * gdb.base/frame-selection.c: New file.
202
9fc3183f
AH
2032018-09-27 Alan Hayward <alan.hayward@arm.com>
204
205 * gdb.threads/check-libthread-db.c (thread_routine): Use a
206 pthread barrier.
207 (main): Likewise.
208
d354055e
AB
2092018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
210
211 * gdb.base/large-frame-1.c: New file.
212 * gdb.base/large-frame-2.c: New file.
213 * gdb.base/large-frame.exp: New file.
214 * gdb.base/large-frame.h: New file.
215
db727370
JL
2162018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
217
218 PR gdb/20948
219 * gdb.base/write_mem.exp: New test.
220 * gdb.base/write_mem.c: Likewise.
221
ae778caf
TT
2222018-09-23 Tom Tromey <tom@tromey.com>
223
224 PR python/18852:
225 * gdb.python/py-parameter.exp: Add test for parameter that throws
226 on "set".
227
fd3ba736
TT
2282018-09-23 Tom Tromey <tom@tromey.com>
229
230 PR python/17284:
231 * gdb.python/py-template.exp (test_template_arg): Add test for
232 negative template argument number.
233
39a24317
TT
2342018-09-23 Tom Tromey <tom@tromey.com>
235
236 PR python/14062:
237 * gdb.python/python.exp: Add test for post_event error.
238
f5769a2c
TT
2392018-09-23 Tom Tromey <tom@tromey.com>
240
241 PR python/18170:
242 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
243 convert pointers to int and long.
244
1c1e54f6
TT
2452018-09-23 Tom Tromey <tom@tromey.com>
246
247 PR python/20126:
248 * gdb.python/py-value.exp (test_value_numeric_ops): Add
249 signed-ness conversion tests.
250
fb4fa946
TT
2512018-09-23 Tom Tromey <tom@tromey.com>
252
253 PR python/18352;
254 * gdb.python/py-value.exp (test_float_conversion): New proc.
255 Use it.
256
a466edac
HAQ
2572018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
258
259 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
260
4ee9b0c5
SL
2612018-09-18 Sandra Loosemore <sandra@codesourcery.com>
262
263 * gdb.base/complete-empty.exp: Skip tab-completion tests if
264 no readline.
265 * gdb.base/utf8-identifiers.exp: Likewise.
266 * gdb.cp/cpcompletion.exp: Likewise.
267 * gdb.linespec/cpcompletion.exp: Likewise.
268 * gdb.linespec/cpls-abi-tag.exp: Likewise.
269 * gdb.linespec/cpls-ops.exp: Likewise.
270
23be8da7
RB
2712018-09-19 Richard Bunt <richard.bunt@arm.com>
272 Chris January <chris.january@arm.com>
273
274 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
275 * gdb.fortran/short-circuit-argument-list.exp: New file.
276 * gdb.fortran/short-circuit-argument-list.f90: New test.
277
5031d0ae
SDJ
2782018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
279
280 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
281 "arch=" keyword when executing "-stack-list-frames".
282
b4c0d1a4
SDJ
2832018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
284
285 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
286 "arch=" keyword when executing "-stack-list-frames".
287
7a6d2b45
SDJ
2882018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
289
290 * gdb.ada/complete.exp: Expect for "@" when doing "complete
291 break ada".
292
8588b356
SM
2932018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
294
295 PR python/23669
296 * gdb.python/python.exp: Test gdb.execute("show commands").
297
65e65158
TT
2982018-09-16 Tom Tromey <tom@tromey.com>
299
300 * gdb.base/new-ui.exp (do_execution_tests): Update.
301 * gdb.base/dbx.exp (test_breakpoints): Update.
302
bf326452
AH
3032018-09-14 Alan Hayward <alan.hayward@arm.com>
304
305 * lib/gdb.exp (gdb_simple_compile): Add proc.
306 (is_elf_target): Use gdb_simple_compile.
307 (skip_altivec_tests): Likewise.
308 (skip_vsx_tests): Likewise.
309 (skip_tsx_tests): Likewise.
310 (skip_btrace_tests): Likewise.
311 (skip_btrace_pt_tests): Likewise.
312 (gdb_can_simple_compile): Likewise.
313 (gdb_has_argv0): Likewise.
314 (gdb_target_symbol_prefix): Likewise.
315 (target_supports_scheduler_locking): Likewise.
316
2361b0fb
TT
3172018-09-13 Tom Tromey <tom@tromey.com>
318
319 * Makefile.in (TAGS): Recognize proc_with_prefix and
320 gdb_caching_proc.
321
0ae1a321
SM
3222018-09-13 Simon Marchi <simon.marchi@ericsson.com>
323
324 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
325 method.
326
a40bf0c2
SM
3272018-09-13 Simon Marchi <simon.marchi@ericsson.com>
328
329 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
330 and a few other Inferior properties when the Inferior is no
331 longer valid.
332
4a3fe98f
TT
3332018-09-13 Tom Tromey <tom@tromey.com>
334
335 PR rust/23650:
336 * gdb.rust/simple.exp: Add test for enum field access error.
337
098b2108
TT
3382018-09-13 Tom Tromey <tom@tromey.com>
339
340 PR rust/23626:
341 * gdb.rust/simple.rs (EmptyEnum): New type.
342 (main): Use it.
343 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
344
1256af7d
SM
3452018-09-13 Simon Marchi <simon.marchi@ericsson.com>
346
347 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
348 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
349 * gdb.python/py-symtab.exp: Update test printing an objfile.
350
4aa8e6c2
SM
3512018-09-12 Simon Marchi <simon.marchi@ericsson.com>
352
353 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
354 object.
355
c221b2f7
AH
3562018-09-12 Alan Hayward <alan.hayward@arm.com>
357
358 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
359 (support_complex_tests): Use gdb_can_simple_compile.
360 (is_ilp32_target): Likewise.
361 (is_lp64_target): Likewise.
362 (is_64_target): Likewise.
363 (is_amd64_regs_target): Likewise.
364 (is_aarch32_target): Likewise.
365 (gdb_int128_helper): Likewise.
366
6f1107b5
JK
3672018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
368
369 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
370
1f5d1570
JG
3712018-09-10 Jerome Guitton <guitton@adacore.com>
372
373 * gdb.ada/same_component_name: Add test for case of tagged record
374 with variable-length fields.
375
cc330e39
XR
3762018-09-10 Xavier Roirand <roirand@adacore.com>
377
378 * gdb.ada/access_to_unbounded_array.exp: New testcase.
379 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
380 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
381 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
382
b9c50e9a
XR
3832018-09-10 Xavier Roirand <roirand@adacore.com>
384
385 * gdb.ada/mi_string_access.exp: New testcase.
386 * gdb.ada/mi_string_access/bar.adb: New file.
387 * gdb.ada/mi_string_access/pck.adb: New file.
388 * gdb.ada/mi_string_access/pck.asd: New file.
389
2963898f
XR
3902018-09-10 Xavier Roirand <roirand@adacore.com>
391
392 * gdb.ada/mi_var_union.exp: New testcase.
393 * gdb.ada/mi_var_union/bar.adb: New file.
394 * gdb.ada/mi_var_union/pck.adb: New file.
395 * gdb.ada/mi_var_union/pck.asd: New file.
396
1aac008f
TT
3972018-09-08 Tom Tromey <tom@tromey.com>
398
399 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
400
332cf4c9
TT
4012018-09-08 Tom Tromey <tom@tromey.com>
402
403 PR python/16047:
404 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
405 (register_pretty_printers): Register new printer.
406 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
407 test.
408 * gdb.python/py-prettyprint.c (int_type3): New typedef.
409 (an_int_type3): New global.
410
424da6cf
JB
4112018-09-08 Joel Brobecker <brobecker@adacore.com>
412
413 * gdb.ada/expr_with_funcall: New testcase.
414
2a62dfa9
JB
4152018-09-08 Joel Brobecker <brobecker@adacore.com>
416
417 * gdb.ada/packed_array_assign: New testcase.
418
96b6697f
AB
4192018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
420
421 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
422 names, and add test prefixes to make test names unique.
423
e4a62c65
TV
4242018-09-05 Tom de Vries <tdevries@suse.de>
425
426 * gdb.dwarf2/varval.exp: Add test.
427
dd083ee2
GB
4282018-09-04 Gary Benson <gbenson@redhat.com>
429
430 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
431 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
432
aef9346c
TT
4332018-08-31 Tom Tromey <tom@tromey.com>
434
435 * gdb.rust/simple.rs: Rename second variable "v".
436
c67f2e15
AB
4372018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
438
439 * gdb.base/funcargs.c (use_a): New function.
440 (recurse): Call use_a.
441
078a0207
KS
4422018-08-29 Keith Seitz <keiths@redhat.com>
443
444 * gdb.compile/compile-cplus-anonymous.cc: New file.
445 * gdb.compile/compile-cplus-anonymous.exp: New file.
446 * gdb.compile/compile-cplus-array-decay.cc: New file.
447 * gdb.compile/compile-cplus-array-decay.exp: New file.
448 * gdb.compile/compile-cplus-inherit.cc: New file.
449 * gdb.compile/compile-cplus-inherit.exp: New file.
450 * gdb.compile/compile-cplus-member.cc: New file.
451 * gdb.compile/compile-cplus-member.exp: New file.
452 * gdb.compile/compile-cplus-method.cc: New file.
453 * gdb.compile/compile-cplus-method.exp: New file.
454 * gdb.compile/compile-cplus-mod.c: "New" file.
455 * gdb.compile/compile-cplus-namespace.cc: New file.
456 * gdb.compile/compile-cplus-namespace.exp: New file.
457 * gdb.compile/compile-cplus-nested.cc: New file.
458 * gdb.compile/compile-cplus-nested.exp: New file.
459 * gdb.compile/compile-cplus-print.c: "New" file.
460 * gdb.compile/compile-cplus-print.exp: "New" file.
461 * gdb.compile/compile-cplus-virtual.cc: New file.
462 * gdb.compile/compile-cplus-virtual.exp: New file.
463 * gdb.compile/compile-cplus.c: "New" file.
464 * gdb.compile/compile-cplus.exp: "New" file.
465 * lib/compile-support.exp: New file.
466
b0f492b9
GB
4672018-08-16 Gary Benson <gbenson@redhat.com>
468
469 PR gdb/13000:
470 * gdb.base/batch-exit-status.exp: New file.
471 * gdb.base/batch-exit-status.good-commands: Likewise.
472 * gdb.base/batch-exit-status.bad-commands: Likewise.
473
36eb4c5f
AH
4742018-08-29 Alan Hayward <alan.hayward@arm.com>
475
476 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
477 (struct struct02): Likewise.
478 (struct struct03): Likewise.
479 (struct struct04): Likewise.
480 (struct struct_01_01): New struct.
481 (struct struct_01_02): Likewise.
482 (struct struct_01_03): Likewise.
483 (struct struct_01_04): Likewise.
484 (struct struct_02_01): Likewise.
485 (struct struct_02_02): Likewise.
486 (struct struct_02_03): Likewise.
487 (struct struct_02_04): Likewise.
488 (struct struct_04_01): Likewise.
489 (struct struct_04_02): Likewise.
490 (struct struct_04_03): Likewise.
491 (struct struct_04_04): Likewise.
492 (struct struct_05_01): Likewise.
493 (struct struct_05_02): Likewise.
494 (struct struct_05_03): Likewise.
495 (struct struct_05_04): Likewise.
496 (cmp_struct01): Remove function.
497 (cmp_struct02): Likewise.
498 (cmp_struct03): Likewise.
499 (cmp_struct04): Likewise.
500 (cmp_struct_01_01): Add Function.
501 (cmp_struct_01_02): Likewise.
502 (cmp_struct_01_03): Likewise.
503 (cmp_struct_01_04): Likewise.
504 (cmp_struct_02_01): Likewise.
505 (cmp_struct_02_02): Likewise.
506 (cmp_struct_02_03): Likewise.
507 (cmp_struct_02_04): Likewise.
508 (cmp_struct_04_01): Likewise.
509 (cmp_struct_04_02): Likewise.
510 (cmp_struct_04_03): Likewise.
511 (cmp_struct_04_04): Likewise.
512 (cmp_struct_05_01): Likewise.
513 (cmp_struct_05_02): Likewise.
514 (cmp_struct_05_03): Likewise.
515 (cmp_struct_05_04): Likewise.
516 (call_all): Add new structs.
517 * gdb.base/infcall-nested-structs.exp: Likewise.
518
3bf9c013
JV
5192018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
520
521 * gdb.python/py-framefilter-mi.exp: Update regexp to
522 check for "arch" field in frame output.
523
450d1e88
KB
5242018-08-23 Kevin Buettner <kevinb@redhat.com>
525
526 * gdb.dwarf2/dw2-ranges-func.c: New file.
527 * gdb.dwarf2/dw2-ranges-func.exp: New file.
528
ae739fe7
SM
5292018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
530
531 * gdb.base/term.exp: Compare terminal settings with values from
532 the inferior.
533 * gdb.base/term.c: Get and set terminal settings.
534
6d52907e
JV
5352018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
536
537 * lib/mi-support.exp (mi_expect_stop): Update regexp to
538 accommodate new "arch" field in frame output.
539 * gdb.mi/mi-return.exp: Likewise.
540 * gdb.mi/mi-stack.exp: Likewise.
541 * gdb.mi/mi-syn-frame.exp: Likewise.
542 * gdb.mi/user-selected-context-sync.exp: Likewise.
543
be2d111a
MS
5442018-08-19 Michael Spang <spang@google.com>
545
546 PR gdb/11786
547 * gdb.base/gcore-tls-pie.c: New file.
548 * gdb.base/gcore-tls-pie.exp: New file.
549
ae3a7c47
KB
5502018-08-18 Kevin Buettner <kevinb@redhat.com>
551
552 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7d140d1a
KB
553 * gdb.dwarf2/varval.c: New file.
554 * gdb.dwarf2/varval.exp: New file.
ae3a7c47 555
2ecae92e
AH
5562018-08-17 Alan Hayward <alan.hayward@arm.com>
557
558 PR gdb/18931
559 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
560
c1854f1d
KS
5612018-08-16 Keith Seitz <keiths@redhat.com>
562
563 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
564 tests expected to pass.
565
26fb3983
JV
5662018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
567
568 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
569 -data-disassemble -a.
570 (test_disassembly_bogus_args): Likewise.
571
67943c00
AB
5722018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
573
574 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
575
5ff2bbae
AB
5762018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
577
578 * gdb.base/vla-optimized-out.exp: Add new test.
579
e5bbcd0f
AB
5802018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
581
582 * gdb.base/vla-optimized-out-o3.exp: Delete.
583 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
584 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
585 deleted tests.
586
9d4a934c
AB
5872018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
588
589 PR gdb/18050:
590 * gdb.server/extended-remote-restart.c: New file.
591 * gdb.server/extended-remote-restart.exp: New file.
592
045cf012
SM
5932018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
594
595 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
596 "set variable index = 42".
597
87d6a7aa
SM
5982018-08-07 Simon Marchi <simon.marchi@ericsson.com>
599
600 * boards/index-cache-gdb.exp: New file.
601 * gdb.dwarf2/index-cache.exp: New file.
602 * gdb.dwarf2/index-cache.c: New file.
603 * gdb.base/maint.exp: Check if we are using the index cache.
604
96d68bd4
RO
6052018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
606
607 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
608 MAKEFLAGS.
609
5a699617
RO
6102018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
611
612 * dg-extract-results.sh: Move to toplevel contrib.
613 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
614 * Makefile.in (check-parallel-racy): Likewise.
615
5bd18990
AB
6162018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
617
618 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
619 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
620 tests if the target supports scheduler locking.
621
3fbbcf47
TV
6222018-08-04 Tom de Vries <tdevries@suse.de>
623
624 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
625
3e1d3d8c
TT
6262018-08-02 Tom Tromey <tom@tromey.com>
627
628 PR symtab/16842.
629 * gdb.cp/temargs.exp: Test "info address" of a template
630 parameter.
631
5abe0f0c
JV
6322018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
633
634 * gdb.python/py-mi-var-info-path-expression.c: New file.
635 * gdb.python/py-mi-var-info-path-expression.py: New file.
636 * gdb.python/py-mi-var-info-path-expression.exp: New file.
637
fb66cde8
SDJ
6382018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
639
640 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
641 error after "cannot resolve name" string.
642
c708f4d2
AB
6432018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
644
645 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
646 started.
647 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
648
37cc0cae
TV
6492018-07-28 Tom de Vries <tdevries@suse.de>
650
651 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
652
63b4ecf7
TV
6532018-07-26 Tom de Vries <tdevries@suse.de>
654
655 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
656
3c3bb058
AB
6572018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
658
659 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
660 is visible.
661
9e7f3bbb
TV
6622018-07-26 Tom de Vries <tdevries@suse.de>
663
664 PR breakpoints/23366
665 * gdb.base/catch-follow-exec.c: New test.
666 * gdb.base/catch-follow-exec.exp: New file.
667
16f808ec
TV
6682018-07-25 Tom de Vries <tdevries@suse.de>
669
670 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
671 vla-optimized-out.c.
672
d7154a8d
JV
6732018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
674
675 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
676 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
677
232a0032
TV
6782018-07-20 Tom de Vries <tdevries@suse.de>
679
680 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
681 NOCLONE macro.
682 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
683
fbb1d502
TV
6842018-07-19 Tom de Vries <tdevries@suse.de>
685
686 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
687 regular expression.
688
42dc7699
TV
6892018-07-18 Tom de Vries <tdevries@suse.de>
690
691 * gdb.base/vla-optimized-out.c: New test.
692 * gdb.base/vla-optimized-out.exp: New file.
693
7f1f7e23
SDJ
6942018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
695
696 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
697 message "No address associated with hostname" when gdbserver
698 cannot resolve the hostname.
699
5759ebb3
PW
7002018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
701
702 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
703 Add some test prefixes to make tests unique.
704
3606ccab
PW
7052018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
706
707 * gdb.base/frameapply.c: New file.
708 * gdb.base/frameapply.exp: New file.
709
529c08b2
PW
7102018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
711
712 * gdb.base/skip.exp: Update expected error message.
713
c7ab0aef
SDJ
7142018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
715 Jan Kratochvil <jan.kratochvil@redhat.com>
716 Paul Fertser <fercerpav@gmail.com>
717 Tsutomu Seki <sekiriki@gmail.com>
718
719 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
720 parameter.
721 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
722 by default.
723 * boards/native-gdbserver.exp: Likewise.
724 * gdb.server/run-without-local-binary.exp: Improve regexp used
725 for detecting when a remote debugging connection succeeds.
726 * gdb.server/server-connect.exp: New file.
727 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
728 Do not prefix the port number with ":".
729 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
730 support for detecting and using it. Add '$debughost_gdbserver'
731 to the list of arguments used to start gdbserver. Handle case
732 when gdbserver cannot resolve a network name.
733
16ff70dd
SDJ
7342018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
735
736 PR c++/23373
737 * gdb.base/ptype-offsets.cc (struct static_member): New
738 struct.
739 (main) <stmember>: New variable.
740 * gdb.base/ptype-offsets.exp: Add test for printing a struct
741 with a static member in it.
742
3541979f
AB
7432018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
744
745 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
746 watchpoints enabled and disabled.
747
c8ad9b9a
AB
7482018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
749
750 * gdb.base/examine-backward.exp: Still run tests around address
751 0x0, even if address 0x0 is not readable. Update the pattern for
752 matching address 0x0 in expected output.
753
e0e5e971
AB
7542018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
755
756 * gdb.base/share-env-with-gdbserver.c (main): Add call to
757 malloc/free.
758
1ea5da02
TV
7592018-07-04 Tom de Vries <tdevries@suse.de>
760
761 * gdb.dwarf2/dw2-error.exp: Update expected error message.
762
471b9d15
MR
7632018-07-02 Maciej W. Rozycki <macro@mips.com>
764
765 PR tdep/8282
766 * gdb.arch/mips-disassembler-options.exp: New test.
767 * gdb.arch/mips-disassembler-options.s: New test source.
768
75acb486
PA
7692018-06-29 Pedro Alves <palves@redhat.com>
770
771 * gdb.threads/names.exp: Adjust expected "info threads" output.
772
cd2bb709
PA
7732018-06-29 Pedro Alves <palves@redhat.com>
774
775 * gdb.opt/inline-break.exp (line number, address): Add "info
776 break" tests.
777
991ff292
PA
7782018-06-29 Pedro Alves <palves@redhat.com>
779
780 * gdb.opt/inline-break.c (func1): Add "break here" marker.
781 * gdb.opt/inline-break.exp: Test setting breakpoints by line
782 number and address and running to them.
783
356819b6 7842018-06-29 Richard Bunt <richard.bunt@arm.com>
49af4b70
RB
785
786 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
787
2512d7ef
JK
7882018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
789
790 * lib/compiler.c: Remove executable permission flag.
791
be1b6474
RB
7922018-06-28 Richard Bunt <richard.bunt@arm.com>
793
794 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
795 code.
796 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
797
291f9a96
PT
7982018-06-28 Petr Tesarik <ptesarik@suse.cz>
799
800 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
801
ed6dfe51
PT
8022018-06-28 Petr Tesarik <ptesarik@suse.cz>
803
804 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
805 address argument is omitted.
806
d4d429d5
PT
8072018-06-28 Petr Tesarik <ptesarik@suse.cz>
808
809 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
810
7ab6656f
OJ
8112018-06-27 Omair Javaid <omair.javaid@linaro.org>
812
813 PR gdb/21695
814 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
815 * gdb.base/infoline-reloc-main-from-zero.c: New file.
816
a33ccfc7
TT
8172018-06-26 Tom Tromey <tom@tromey.com>
818
819 PR rust/22574:
820 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
821 * gdb.rust/simple.rs (struct SimpleLayout): New.
822
6d72d289
SM
8232018-06-22 Simon Marchi <simon.marchi@ericsson.com>
824
825 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
826 "info registers" output.
827
8363f9d5
RB
8282018-06-21 Richard Bunt <richard.bunt@arm.com>
829
830 * gdb.base/watchpoint-hw-attach.c: New test.
831 * gdb.base/watchpoint-hw-attach.exp: New file.
832
f00674fe
SM
8332018-06-20 Simon Marchi <simon.marchi@ericsson.com>
834
835 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
836 through /bin/sh.
837 * boards/dwarf4-gdb-index.exp: Likewise.
838 * boards/fission-dwp.exp: Likewise.
839
1d554008
UW
8402018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
841
842 * gdb.base/float128.exp: Add comment and improved fail message
843 to the failure case of "print large128" test.
844
d0ac1c44
SM
8452018-06-19 Simon Marchi <simon.marchi@ericsson.com>
846
847 * configure.ac: Remove AC_PREREQ.
848 * configure: Re-generate.
849
61b04dd0
PA
8502018-06-19 Pedro Alves <palves@redhat.com>
851
852 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
853 (func_extern_caller): New.
854 (main): Call func_extern_caller.
855 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
856 logic change.
857
f63b508a
SM
8582018-06-18 Weimin Pan <weimin.pan@oracle.com>
859
860 PR gdb/16841
861 * gdb.cp/typedef-base.cc: New file.
862 * gdb.cp/typedef-base.exp: New file.
863
0fe3a558
TV
8642018-06-18 Tom de Vries <tdevries@suse.de>
865
866 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
867
7010835a
AB
8682018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
869 Richard Bunt <Richard.Bunt@arm.com>
870
871 * gdb.threads/attach-slow-waitpid.c: New file.
872 * gdb.threads/attach-slow-waitpid.exp: New file.
873 * gdb.threads/slow-waitpid.c: New file.
874
14897d65
PA
8752018-06-14 Pedro Alves <palves@redhat.com>
876
877 * gdb.base/fork-running-state.c: Include <errno.h>.
878 (exit_if_relative_exits): New.
879 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
880 exits.
881 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
882 child exits.
883
5d9a0608
TV
8842018-06-14 Tom de Vries <tdevries@suse.de>
885
886 PR cli/22573
887 * gdb.base/finish-pretty.c: New test.
888 * gdb.base/finish-pretty.exp: New file.
889
11ae5818
PA
8902018-06-14 Pedro Alves <palves@redhat.com>
891
892 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
893 gdb's expected startup output.
894
1d39de44
PA
8952018-06-14 Pedro Alves <palves@redhat.com>
896
897 * lib/selftest-support.exp (selftest_setup): Remove inlined
898 function handling.
899
70ee0000
TV
9002018-06-14 Tom de Vries <tdevries@suse.de>
901
902 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
903 matching of breakpoint printing.
904
11f4b608
TV
9052018-06-13 Tom de Vries <tdevries@suse.de>
906
907 PR testsuite/23269
908 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
909 (fork_child): ... here, and ...
910 (fork_parent): ... here.
911
9122018-06-12 Tom de Vries <tdevries@suse.de>
913
914 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
915
9516f85a
AB
9162018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
917 Stephen Roberts <stephen.roberts@arm.com>
918
919 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
920 rewrite test to describe action performed, rather than possible
921 failure.
922
5045b3d7
GB
9232018-06-08 Gary Benson <gbenson@redhat.com>
924
925 * gdb.threads/check-libthread-db.exp: New file.
926 * gdb.threads/check-libthread-db.c: Likewise.
927
c61b06a1
TT
9282018-06-05 Tom Tromey <tom@tromey.com>
929
930 * gdb.base/default.exp: Update expected "show version" output.
931
eb6af809
TT
9322018-06-05 Tom Tromey <tom@tromey.com>
933
934 PR cli/12326:
935 * gdb.cp/static-print-quit.exp: Update.
936 * lib/gdb.exp (pagination_prompt): Update.
937 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
938 * gdb.python/python.exp: Update.
939
178d6a63
JB
9402018-06-04 Joel Brobecker <brobecker@adacore.com>
941
942 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
943
8e817061
JB
9442018-06-01 Joel Brobecker <brobecker@adacore.com>
945
946 * gdb.ada/bp_fun_addr: New testcase.
947
e86ca25f
TT
9482018-06-01 Tom Tromey <tom@tromey.com>
949
950 * gdb.xml/tdesc-regs.exp (load_description): Update expected
951 results.
952 * gdb.dwarf2/method-ptr.exp: Set language to C++.
953 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
954 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
955 * gdb.base/maint.exp (maint_pass_if): Update.
956
4b2dfa9d
MR
9572018-05-31 Maciej W. Rozycki <macro@mips.com>
958
959 * gdb.base/endian.exp: New test.
960 * gdb.base/endian.c: New test source.
961
45f25d6c
AB
9622018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
963
964 PR gdb/23203
965 * gdb.base/bt-selected-frame.c: New file.
966 * gdb.base/bt-selected-frame.exp: New file.
967 * lib/gdb.exp (get_current_frame_number): New function.
968
d9f6d7f8
MR
9692018-05-24 Maciej W. Rozycki <macro@mips.com>
970 Pedro Alves <palves@redhat.com>
971
972 * gdb.threads/tls-core.c: Include <stdlib.h>
973 (thread_proc): Call `abort'.
974 * gdb.threads/tls-core.exp: Generate a core with core_find too.
975 (tls_core_test): New procedure, bits factored out from ...
976 (top level): ... here. Test both native cores and gcore cores.
977
ff1cf532
TT
9782018-05-23 Tom Tromey <tom@tromey.com>
979
980 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
981
b98664d3
TT
9822018-05-23 Tom Tromey <tom@tromey.com>
983
984 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
985 symfile_complaints.
986 (test_short_complaints): Likewise.
987 (test_empty_complaints): Likewise.
988 (test_initial_complaints): Update.
989
4e9668d0
TT
9902018-05-23 Tom Tromey <tom@tromey.com>
991
992 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
993
43ba33c7
TT
9942018-05-23 Tom Tromey <tom@tromey.com>
995
996 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
997 (test_short_complaints): Update.
998
035522c0
PA
9992018-05-22 Pedro Alves <palves@redhat.com>
1000
1001 * gdb.base/remote.exp: Only gdb_start after compiling the
1002 testcase. Issue "disconnect" before testing "set remote" command
1003 defaults. Issue clean_restart before running to main.
1004
cc0be08f
PA
10052018-05-22 Pedro Alves <palves@redhat.com>
1006
1007 * gdb.base/remote.exp: Adjust expected output of "show remote
1008 memory-write-packet-size". Add tests for "set remote
1009 memory-write-packet-size 0" and "set remote
1010 memory-write-packet-size fixed/limit".
1011
b1b60145
PA
10122018-05-22 Pedro Alves <palves@redhat.com>
1013
1014 PR gdb/22973
1015 * gdb.base/utf8-identifiers.c: New file.
1016 * gdb.base/utf8-identifiers.exp: New file.
1017
0ec848ad
PFC
10182018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1019
1020 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
1021
2c3305f6
PFC
10222018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
1023
1024 * gdb.arch/powerpc-vsx-gcore.exp: New file.
1025
ce1e8424
TT
10262018-05-18 Tom Tromey <tom@tromey.com>
1027
1028 * gdb.base/ptype-offsets.exp: Update.
1029
ddfe970e
KS
10302018-05-17 Keith Seitz <keiths@redhat.com>
1031
1032 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
1033 in expected breakpoint stop locations.
1034 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
1035 move to proper scope to test variable values.
1036 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
1037 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
1038 New functions.
1039 (main): Call not_inline_func3.
1040 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
1041 inline_func1, inline_func2, and inline_func3. Test that when each
1042 breakpoint is hit, GDB properly reports both the stop location
1043 and the backtrace. Repeat tests for temporary breakpoints.
1044
0726fcc6
MR
10452018-05-15 Maciej W. Rozycki <macro@mips.com>
1046
1047 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
1048 rather then trying to access it in determining whether the PID
1049 of `gdbserver' could have been retrieved.
1050
8ee22052
AB
10512018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
1052
1053 * gdb.arch/amd64-init-x87-values.S: New file.
1054 * gdb.arch/amd64-init-x87-values.exp: New file.
1055
7785df48
JK
10562018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1057
1058 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
1059
56bcdbea
TT
10602018-05-04 Tom Tromey <tom@tromey.com>
1061
1062 PR python/22730:
1063 * gdb.python/python.exp: Test multi-line execute.
1064
a913fffb
TT
10652018-05-04 Tom Tromey <tom@tromey.com>
1066
1067 PR python/22731:
1068 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
1069
7a2c85f2
TT
10702018-05-04 Tom Tromey <tom@tromey.com>
1071
1072 PR gdb/11750:
1073 * gdb.base/define.exp: Test defining a user command inside a user
1074 command.
1075 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
1076
a3b60e45
JK
10772018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
1078 Pedro Alves <palves@redhat.com>
1079
1080 PR breakpoints/19806 and support for PR external/20207.
1081 * gdb.base/watchpoint-unaligned.c: New file.
1082 * gdb.base/watchpoint-unaligned.exp: New file.
1083
45fe4a03
AB
10842018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1085
1086 * gdb.base/maint.exp: Make test names unique, use
1087 test_prefix_command_help to test 'help maint info', and remove
1088 repeated test of 'help maint'.
1089
9be2ae8f
TT
10902018-05-04 Tom Tromey <tom@tromey.com>
1091
1092 PR gdb/22619:
1093 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
1094 behavior.
1095
11859c31
AB
10962018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1097
1098 * gdb.base/maint.exp: Process output from 'maint print registers'
1099 line at a time.
1100
089a9490
AB
11012018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
1102
1103 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
1104 timeout.
1105
9b0797e2
AB
11062018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
1107
1108 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
1109 filter pattern.
1110
f6ac5f3d
PA
11112018-05-02 Pedro Alves <palves@redhat.com>
1112
1113 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
1114 to_log_command renames.
1115 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
1116
77d3c63b
TT
11172018-05-02 Tom Tromey <tom@tromey.com>
1118
1119 * gdb.python/py-parameter.exp: Set test message.
1120
0489430a
TT
11212018-05-02 Tom Tromey <tom@tromey.com>
1122
1123 PR python/20084:
1124 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
1125 PARAM_ZUINTEGER_UNLIMITED tests.
1126
1632f8ba
DR
11272018-04-28 Dan Robertson <danlrobertson89@gmail.com>
1128
1129 PR rust/23124
1130 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
1131 when casting.
1132
6d7bb824
TT
11332018-04-30 Tom Tromey <tom@tromey.com>
1134
1135 * gdb.python/py-type.exp: Check align attribute.
1136 * gdb.python/py-type.c: New "aligncheck" global.
1137
007e1530
TT
11382018-04-30 Tom Tromey <tom@tromey.com>
1139
1140 PR exp/17095:
1141 * gdb.dwarf2/dw2-align.exp: New file.
1142 * gdb.cp/align.exp: New file.
1143 * gdb.base/align.exp: New file.
1144 * lib/gdb.exp (gdb_int128_helper): New proc.
1145 (has_int128_c, has_int128_cxx): New caching procs.
1146
6873858b
TT
11472018-04-27 Tom Tromey <tom@tromey.com>
1148
1149 PR rust/22545:
1150 * gdb.rust/simple.exp: Add inclusive range tests.
1151
79188d8d
PA
11522018-04-26 Pedro Alves <palves@redhat.com>
1153
1154 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
1155 ifunc breakpoint locations correctly of ifunc breakpoints set
1156 while the program resolves the ifunc.
1157
c7075ad5
PA
11582018-04-26 Pedro Alves <palves@redhat.com>
1159
1160 * gdb.base/gnu-ifunc-final.c: New file.
1161 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
1162 * gdb.base/gnu-ifunc.exp (executable): Delete.
1163 (staticexecutable): Adjust.
1164 (lib_opts, exec_opts): Delete.
1165 (make_binsuffix, build, set-break): New procedures.
1166 (misc_tests): New, with tests factored out from the top level.
1167 (top level): Test different combinations of ifunc resolver name,
1168 resolver with and with debug info, and ifunc target with and
1169 without debug info. Wrap static tests with with_target_prefix.
1170
8388016d
PA
11712018-04-26 Pedro Alves <palves@redhat.com>
1172
1173 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
1174 return type" warnings.
1175
249b5733
PA
11762018-04-25 Pedro Alves <palves@redhat.com>
1177
1178 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
1179 killed".
1180 * gdb.base/kill-after-signal.exp: Likewise.
1181 * gdb.threads/kill.exp: Likewise.
1182
f67c0c91
SDJ
11832018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1184 Sergio Durigan Junior <sergiodj@redhat.com>
1185 Pedro Alves <palves@redhat.com>
1186
1187 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
1188 regexps to expect for '[Inferior ... detached]' as well.
1189 * gdb.base/attach.exp: Likewise.
1190 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
1191 "gdb_continue_to_end".
1192 (test_catch_syscall_with_wrong_args): Likewise.
1193 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
1194 ']'. Don't set 'verbose' on.
1195 * gdb.base/foll-vfork.exp: Likewise.
1196 * gdb.base/fork-print-inferior-events.c: New file.
1197 * gdb.base/fork-print-inferior-events.exp: New file.
1198 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
1199 '[Inferior ... has been killed]' message.
1200 * gdb.base/kill-after-signal.exp: Likewise.
1201 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
1202 detach message.
1203 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
1204 message.
1205 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
1206 regexps to expect for '[Inferior ... detached]' as well.
1207 * gdb.threads/process-dies-while-detaching.exp: Likewise.
1208
0a8ddac4
SM
12092018-04-24 Simon Marchi <simon.marchi@ericsson.com>
1210
1211 PR gdb/23104
1212 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
1213
d27d16bf
RB
12142018-04-19 Richard Bunt <richard.bunt@arm.com>
1215
1216 * gdb.threads/multiple-successive-infcall.c: New test.
1217 * gdb.threads/multiple-successive-infcall.exp: New file.
1218
a037790e
TT
12192018-04-17 Tom Tromey <tom@tromey.com>
1220
1221 * gdb.rust/simple.rs (Union): New type.
1222 (main): New local "u".
1223 * gdb.rust/simple.exp (test_one_slice): Add new test case.
1224
e3a91079
AA
12252018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1226
1227 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
1228 number information in output of "whereis" command.
1229 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
1230
b744723f
AA
12312018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
1232
1233 * gdb.ada/info_types.exp: Adjust expected output to the line
1234 numbers now printed by "info var/func/type".
1235 * gdb.base/completion.exp: Likewise.
1236 * gdb.base/included.exp: Likewise.
1237 * gdb.cp/cp-relocate.exp: Likewise.
1238 * gdb.cp/cplusfuncs.exp: Likewise.
1239 * gdb.cp/namespace.exp: Likewise.
1240 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
1241
4a4495d6
MM
12422018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1243
1244 * gdb.btrace/cpu.exp: New.
1245
1d509aa6
MM
12462018-04-13 Markus Metzger <markus.t.metzger@intel.com>
1247
1248 * gdb.base/step-indirect-call-thunk.exp: New.
1249 * gdb.base/step-indirect-call-thunk.c: New.
1250 * gdb.reverse/step-indirect-call-thunk.exp: New.
1251 * gdb.reverse/step-indirect-call-thunk.c: New.
1252
6295b6da
SM
12532018-04-11 Simon Marchi <simon.marchi@ericsson.com>
1254
1255 * gdb.base/pie-fork.c: New file.
1256 * gdb.base/pie-fork.exp: New file.
1257
50146e70
TT
12582018-04-11 Tom Tromey <tom@tromey.com>
1259
1260 * gdb.rust/simple.exp: Add test for ".." struct initializer.
1261
f50d8a2e
PA
12622018-04-10 Pedro Alves <palves@redhat.com>
1263
1264 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
1265 exits. Instead loop running forever.
1266 (fork_parent): Run forever too.
1267
a0be7a36
SM
12682018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1269
1270 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
1271 mi_continue_to_line.
1272 * gdb.mi/mi-stack.c (callee4): Add comment.
1273
9b73db36
SM
12742018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
1275
1276 * gdb.mi/mi-stack.exp: Fix indentation.
1277
c912f608
SM
12782018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1279
1280 PR gdb/22979
1281 * gdb.arch/amd64-osabi.exp: New file.
1282
26540402
SM
12832018-04-07 Simon Marchi <simon.marchi@ericsson.com>
1284
1285 PR gdb/22980
1286 * gdb.base/osabi.exp: New file.
1287
121ad66c 12882018-04-02 Weimin Pan <weimin.pan@oracle.com>
79f18731
WP
1289
1290 * gdb.cp/static-typedef-print.exp: New file.
1291 * gdb.cp/static-typedef-print.cc: New file.
1292
3fcded8f
JB
12932018-03-27 Joel Brobecker <brobecker@adacore.com>
1294
1295 * gdb.ada/varsize_limit: New testcase.
1296
59cc4834
JB
12972018-03-27 Joel Brobecker <brobecker@adacore.com>
1298
1299 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
1300
1301 * gdb.ada/notcplusplus: New testcase.
1302
1303 * gdb.base/c-linkage-name.c: New file.
1304 * gdb.base/c-linkage-name.exp: New testcase.
1305
4ca59a9f
TT
13062018-03-26 Tom Tromey <tom@tromey.com>
1307
1308 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
1309 * gdb.python/py-framefilter.py (name_error): New global.
1310 (ErrorInName.function): Use name_error.
1311
978d6c75
TT
13122018-03-26 Tom Tromey <tom@tromey.com>
1313
1314 PR backtrace/15582:
1315 * gdb.python/py-framefilter.exp: Add "bt hide" test.
1316
b7fee5a3
KS
13172018-03-23 Keith Seitz <keiths@redhat.com>
1318
1319 PR c++/22968
1320 * gdb.cp/subtypes.exp: New file.
1321 * gdb.cp/subtypes.h: New file.
1322 * gdb.cp/subtypes.cc: New file.
1323 * gdb.cp/subtypes-2.cc: New file.
1324
376be529
AB
13252018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1326
1327 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
1328 (done): Call '_exit' not 'exit' to avoid atexit handlers.
1329 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
1330 -nostartfiles when compiling the test. Confirm that all registers
1331 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
1332
066cfa98
AB
13332018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
1334
1335 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
1336 option, syntax was wrong anyway.
1337 * gdb.arch/arm-disp-step.exp: Likewise.
1338 * gdb.arch/sparc64-regs.exp: Likewise.
1339 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
1340 option, syntax was wrong anyway, switch to use
1341 prepare_for_testing.
1342 * gdb.arch/i386-disp-step.exp: Likewise.
1343
079670b9
AA
13442018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
1345
1346 * gdb.ada/exec_changed.exp: Replace "target_info exists
1347 use_gdb_stub" by "use_gdb_stub".
1348 * gdb.ada/start.exp: Likewise.
1349 * gdb.base/async-shell.exp: Likewise.
1350 * gdb.base/attach-pie-misread.exp: Likewise.
1351 * gdb.base/attach-wait-input.exp: Likewise.
1352 * gdb.base/break-entry.exp: Likewise.
1353 * gdb.base/break-interp.exp: Likewise.
1354 * gdb.base/dprintf-detach.exp: Likewise.
1355 * gdb.base/nostdlib.exp: Likewise.
1356 * gdb.base/solib-nodir.exp: Likewise.
1357 * gdb.base/statistics.exp: Likewise.
1358 * gdb.base/testenv.exp: Likewise.
1359 * gdb.mi/mi-exec-run.exp: Likewise.
1360 * gdb.mi/mi-start.exp: Likewise.
1361 * gdb.multi/dummy-frame-restore.exp: Likewise.
1362 * gdb.multi/multi-arch-exec.exp: Likewise.
1363 * gdb.multi/multi-arch.exp: Likewise.
1364 * gdb.multi/tids.exp: Likewise.
1365 * gdb.multi/watchpoint-multi.exp: Likewise.
1366 * gdb.python/py-events.exp: Likewise.
1367 * gdb.threads/attach-into-signal.exp: Likewise.
1368 * gdb.threads/attach-stopped.exp: Likewise.
1369 * gdb.threads/threadapply.exp: Likewise.
1370 * lib/selftest-support.exp: Likewise.
1371
26d6cec4
AA
13722018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
1373
1374 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
1375
4ee89e90
SR
13762018-03-20 Stephen Roberts <stephen.roberts@arm.com>
1377
1378 * gdb.perf/template-breakpoints.cc: New file.
1379 * gdb.perf/template-breakpoints.exp: New file.
1380 * gdb.perf/template-breakpoints.py: New file.
1381
92630041
TT
13822018-03-19 Tom Tromey <tom@tromey.com>
1383
1384 * gdb.rust/simple.rs (main): Add local variables field1, field2,
1385 y0.
1386 * gdb.rust/simple.exp: Test bare identifier form of struct
1387 initializer.
1388
76727919
TT
13892018-03-19 Tom Tromey <tom@tromey.com>
1390
1391 * gdb.gdb/observer.exp: Remove.
1392
194ed413
AA
13932018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1394
1395 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
1396 "qualified" option when setting breakpoints.
1397 * gdb.trace/backtrace.exp: Likewise.
1398 * gdb.trace/circ.exp: Likewise.
1399 * gdb.trace/collection.exp: Likewise.
1400 * gdb.trace/disconnected-tracing.exp: Likewise.
1401 * gdb.trace/ftrace-lock.exp: Likewise.
1402 * gdb.trace/ftrace.exp: Likewise.
1403 * gdb.trace/infotrace.exp: Likewise.
1404 * gdb.trace/packetlen.exp: Likewise.
1405 * gdb.trace/passc-dyn.exp: Likewise.
1406 * gdb.trace/qtro.exp: Likewise.
1407 * gdb.trace/read-memory.exp: Likewise.
1408 * gdb.trace/report.exp: Likewise.
1409 * gdb.trace/signal.exp: Likewise.
1410 * gdb.trace/status-stop.exp: Likewise.
1411 * gdb.trace/strace.exp: Likewise.
1412 * gdb.trace/tfind.exp: Likewise.
1413 * gdb.trace/trace-break.exp: Likewise.
1414 * gdb.trace/trace-condition.exp: Likewise.
1415 * gdb.trace/trace-mt.exp: Likewise.
1416 * gdb.trace/tstatus.exp: Likewise.
1417 * gdb.trace/tsv.exp: Likewise.
1418 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
1419 * gdb.trace/unavailable.exp: Likewise.
1420 * gdb.trace/while-dyn.exp: Likewise.
1421
8b067d2c
AA
14222018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
1423
1424 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
1425 that libinproctrace is copied to the target.
1426
3ae9ce5d
TT
14272018-03-14 Tom Tromey <tom@tromey.com>
1428
1429 PR cli/14977:
1430 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
1431 a null pointer.
1432 * gdb.base/wchar.exp: Likewise.
1433
b8c2339b
TT
14342018-03-14 Tom Tromey <tom@tromey.com>
1435
1436 PR cli/19918:
1437 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
1438 flag.
1439
4872dc46
SM
14402018-03-08 Simon Marchi <simon.marchi@ericsson.com>
1441
1442 PR gdb/22841
1443 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
1444 "target" to remote_exec.
1445
e4fe3756
SM
14462018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
1447
1448 PR gdb/22841
1449 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
1450 ${board}_upload): Remove.
1451
e95a97d4
AA
14522018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
1453
1454 * gdb.cp/watch-cp.cc: New test.
1455 * gdb.cp/watch-cp.exp: New file.
1456
dbbb1059
AB
14572018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
1458
1459 * gdb.base/infcall-nested-structs.exp: New file.
1460 * gdb.base/infcall-nested-structs.c: New file.
1461 * gdb.base/float.exp: Add riscv support.
1462
ecc054c0
TP
14632018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
1464
1465 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
1466 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
1467
25e3c82c
SDJ
14682018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
1469
1470 * gdb.server/abspath.exp: New file.
1471 * lib/gdb.exp (with_cwd): New procedure.
1472
3083294d
SM
14732018-02-28 Simon Marchi <simon.marchi@ericsson.com>
1474
1475 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
1476 use it.
1477 (gdb_is_target_remote_prompt): New proc.
1478 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
1479 (gdb_is_target_native): Pass prompt parameter to
1480 gdb_is_target_1.
1481
3275ef47
SM
14822018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
1483
1484 * gdb.base/load-command.c: New file.
1485 * gdb.base/load-command.exp: New file.
1486 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
1487 (gdb_is_target_1): ...this, and generalize for other targets
1488 than just remote.
1489 (gdb_is_target_remote): Use gdb_is_target_1.
1490 (gdb_is_target_native): use gdb_is_target_1.
1491
6893c19a
TT
14922018-02-26 Tom Tromey <tom@tromey.com>
1493
1494 PR python/16497:
1495 * gdb.python/py-framefilter.exp: Update test.
1496
2ddeaf8a
TT
14972018-02-26 Tom Tromey <tom@tromey.com>
1498
1499 * gdb.dwarf2/variant.c: New file.
1500 * gdb.dwarf2/variant.exp: New file.
1501
c9317f21
TT
15022018-02-26 Tom Tromey <tom@tromey.com>
1503
1504 * gdb.rust/simple.exp: Accept more possible results in enum test.
1505
6f6d0c26
SM
15062018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
1507
1508 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
1509 parentheses.
1510
11b03145
MR
15112018-02-23 Maciej W. Rozycki <macro@mips.com>
1512
1513 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
1514 name of a variable: $actual_linejj -> $actual_line.
1515
54a27fe5
JB
15162018-02-21 John Baldwin <jhb@FreeBSD.org>
1517
1518 * gdb.arch/amd64-i386-address.exp: Fix a typo.
1519
de65820c
MM
15202018-02-20 Markus Metzger <markus.t.metzger@intel.com>
1521
1522 * gdb.btrace/buffer-size.exp: Do not force BTS.
1523
980548fd
PA
15242018-02-14 Pedro Alves <palves@redhat.com>
1525
1526 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
1527 getting a "Quit".
1528
c4e12631
MM
15292018-02-09 Markus Metzger <markus.t.metzger@intel.com>
1530
1531 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
1532 Fix test name.
1533
c2e0e465
SM
15342018-02-07 Simon Marchi <simon.marchi@ericsson.com>
1535
1536 * gdb.cp/m-static.exp: Check type of optimized out static
1537 member.
1538
f7216783
AB
15392018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
1540
1541 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
1542 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
1543
0625771b
LS
15442018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
1545 Leszek Swirski <leszeks@google.com>
1546
1547 * gdb.python/py-prettyprint.c
1548 (struct to_string_returns_value_inner,
1549 struct to_string_returns_value_wrapper): New.
1550 (main): Add tsrvw variable.
1551 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
1552 ToStringReturnsValueWrapper): New classes.
1553 (register_pretty_printers): Register new pretty-printers.
1554 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
1555 recursive pretty printer.
1556 * gdb.python/py-mi.exp: Likewise.
1557
59498c30
LS
15582018-02-01 Leszek Swirski <leszeks@google.com>
1559
1560 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
1561 functions with the same name as an include file are parsed
1562 correctly.
1563
d4d38844
YQ
15642018-02-01 Yao Qi <yao.qi@linaro.org>
1565
1566 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
1567 "\[^\r\n\]*".
1568
07e5f5cf
NP
15692018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
1570
1571 * gdb.arch/powerpc-prologue-frame.s: New file.
1572 * gdb.arch/powerpc-prologue-frame.c: Likewise.
1573 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
1574
929b5ad4
JB
15752018-01-31 Joel Brobecker <brobecker@adacore.com>
1576
1577 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
1578
e671cd59
PA
15792018-01-30 Pedro Alves <palves@redhat.com>
1580
1581 PR gdb/13211
1582 * gdb.base/interrupt-daemon.c: New.
1583 * gdb.base/interrupt-daemon.exp: New.
1584 * gdb.multi/multi-term-settings.c: New.
1585 * gdb.multi/multi-term-settings.exp: New.
1586
fc413dc4
JB
15872018-01-30 Joel Brobecker <brobecker@adacore.com>
1588
1589 * gdb.base/break.exp: Save the location where the breakpoint
1590 on break.c:47 was actually inserted when debugging the version
1591 compiled at -O2 and use it in the expected output of the "info
1592 break" test performed soon after.
1593
5c319bb2
PA
15942018-01-22 Pedro Alves <palves@redhat.com>
1595 Sergio Durigan Junior <sergiodj@redhat.com>
1596
1597 * gdb.base/whatis.exp: Add tests for 'set print object on' +
1598 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
1599
a9e40818
JB
16002018-01-22 Joel Brobecker <brobecker@adacore.com>
1601
1602 * gdb.base/break-include.c, gdb.base/break-include.inc,
1603 gdb.base/break-include.exp: New files.
1604 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
1605 line number now being the actual line number where the breakpoint
1606 was inserted.
1607 * gdb.mi/mi-break.exp: Likewise.
1608 * gdb.mi/mi-reverse.exp: Likewise.
1609 * gdb.mi/mi-simplerun.exp: Ditto.
1610
e707fc44
AB
16112018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1612
1613 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
1614 varobj.
1615 * gdb.mi/mi-var-create-rtti.exp: Likewise.
1616
ae451627
AB
16172018-01-21 Don Breazeal <donb@codesourcery.com>
1618 Andrew Burgess <andrew.burgess@embecosm.com>
1619
1620 * gdb.mi/basics.c: Add new global.
1621 * gdb.mi/mi-frame-regs.exp: New file.
1622 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
1623 case.
1624
b1b189e0
AB
16252018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
1626
1627 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
1628 non-parameter, and on an unknown symbol.
1629
fcfcc376
TT
16302018-01-19 Tom Tromey <tom@tromey.com>
1631
1632 * gdb.rust/modules.rs (TWENTY_THREE): New global.
1633 * gdb.rust/modules.exp: Add ::-qualified lookup test.
1634
634c1c31
AA
16352018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1636
1637 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
1638 setrlimit and chdir to int.
1639
d6ad07fd
AA
16402018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
1641
1642 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
1643 function.
1644 (my_tend): Likewise.
1645 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
1646 rationale of avoiding FP- and vector instructions.
1647
adf8243b
RK
16482018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
1649
1650 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
1651 "info reg" with "\[ \t\]*".
1652 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
1653 "\[ \t\]+".
1654 * gdb.arch/s390-multiarch.exp: Ditto.
1655 * gdb.base/pc-fp.exp: Ditto.
1656 * gdb.reverse/i386-precsave.exp: Ditto.
1657 * gdb.reverse/i386-reverse.exp: Ditto.
1658 * gdb.reverse/i387-env-reverse.exp: Ditto.
1659 * gdb.reverse/i387-stack-reverse.exp: Ditto.
1660
dcc06925
AA
16612018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1662
1663 * lib/gdb.exp (gdb_compile): Re-enable use of
1664 universal_compile_options for languages other than Rust.
1665
25d4fd80
AA
16662018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
1667
1668 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
1669
ee7f689e 16702018-01-17 Mike Gulick <mgulick@mathworks.com>
41667530
MG
1671
1672 PR gdb/16577
1673 * gdb.base/solib-vanish.exp: New.
1674 * gdb.base/solib-vanish-main.c: New.
1675 * gdb.base/solib-vanish-lib1.c: New.
1676 * gdb.base/solib-vanish-lib2.c: New.
1677
d8447b6b
YQ
16782018-01-17 Yao Qi <yao.qi@linaro.org>
1679
1680 * gdb.compile/compile.exp: Match the address printed for
1681 frame in the output of command "bt".
1682
86d6a90c
TT
16832018-01-15 Tom Tromey <tom@tromey.com>
1684
1685 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
1686 compute sp_reg.
1687
cbcdb1aa
AB
16882018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
1689
1690 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
1691 to prepare.
1692 (prepare): Return 0 on error, 1 on success.
1693
eea61984
PA
16942018-01-12 Pedro Alves <palves@redhat.com>
1695
1696 * gdb.base/continue-after-aborted-step-over.c: New.
1697 * gdb.base/continue-after-aborted-step-over.exp: New.
1698
6181e9c2
SM
16992018-01-11 Simon Marchi <simon.marchi@ericsson.com>
1700
1701 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
1702 options when not creating an executable.
1703
3cada740
PA
17042018-01-11 Pedro Alves <palves@redhat.com>
1705
1706 PR remote/22597
1707 * gdb.server/stop-reply-no-thread.c: New file.
1708 * gdb.server/stop-reply-no-thread.exp: New file.
1709
c63d3e8d
PA
17102018-01-10 Pedro Alves <palves@redhat.com>
1711
1712 PR gdb/22670
1713 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
1714 functions too. Test setting breakpoints and printing C functions
1715 with no debug info too.
1716 * gdb.ada/bp_c_mixed_case/qux.c: New file.
1717
d4c2a405
PA
17182018-01-10 Pedro Alves <palves@redhat.com>
1719
1720 PR gdb/22670
1721 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
1722 a fail.
1723
8825213e
PA
17242018-01-10 Pedro Alves <palves@redhat.com>
1725
1726 PR gdb/22670
1727 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
1728
605fd3c6
YQ
17292018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1730
1731 * gdb.server/unittest.exp: Match the output in non-development
1732 mode.
1733
1e5ded6c
YQ
17342018-01-08 Simon Marchi <simon.marchi@ericsson.com>
1735
1736 * gdb.gdb/unittest.exp: Match output in non-development mode.
1737
30066b0b
JB
17382018-01-08 Joel Brobecker <brobecker@adacore.com>
1739
1740 * gdb.ada/access_tagged_param.exp: Relax expected output
1741 for value of "ObjL" in "continue" to pck.inspect breakpoint
1742 test.
1743
04bafb1e
XR
17442018-01-08 Joel Brobecker <brobecker@adacore.com>
1745
9f86398b
JB
1746 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
1747 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
04bafb1e 1748
e379cee6
PA
17492018-01-05 Pedro Alves <palves@redhat.com>
1750
1751 PR gdb/18653
1752 * gdb.base/libsegfault.exp: New.
1753
de63c46b
PA
17542018-01-05 Joel Brobecker <brobecker@adacore.com>
1755
1756 PR gdb/22670
1757 * gdb.ada/access_tagged_param.exp: New file.
1758 * gdb.ada/access_tagged_param/foo.adb: New file.
1759
f98fc17b
PA
17602018-01-05 Pedro Alves <palves@redhat.com>
1761
1762 PR gdb/22670
1763 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
1764 exercise lower case too, and to exercise both full matching and
1765 wild matching.
1766
342f8240
JB
17672018-01-05 Joel Brobecker <brobecker@adacore.com>
1768
1769 * gdb.ada/rename_subscript_param: New testcase.
1770
7150d33c
JG
17712018-01-05 Jerome Guitton <guitton@adacore.com>
1772
1773 * gdb.ada/arr_acc_idx_w_gap: New testcase.
1774
cc0e770c
JB
17752018-01-05 Joel Brobecker <brobecker@adacore.com>
1776
1777 * gdb.ada/convvar_comp: New testcase.
1778
672a41aa 17792018-01-05 Xavier Roirand <roirand@adacore.com>
e3861a03
XR
1780
1781 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
1782 (My_Table): New global variable.
1783 * testsuite/gdb.ada/array_char_idx.exp: Add test.
1784
7365ec2f
JB
17852018-01-04 Joel Brobecker <brobecker@adacore.com>
1786
1787 PR gdb/22670
1788 * gdb.ada/maint_with_ada: New testcase.
1789
289483b6
JB
17902018-01-04 Joel Brobecker <brobecker@adacore.com>
1791
1792 PR gdb/22670
1793 * gdb.ada/bp_c_mixed_case: New testcase.
1794
344420da
JB
17952018-01-04 Joel Brobecker <brobecker@adacore.com>
1796
1797 PR gdb/22670
1798 * gdb.ada/complete.exp: Add "complete break ada" test.
1799
66fc87a0
JB
18002018-01-04 Joel Brobecker <brobecker@adacore.com>
1801
1802 PR gdb/22670
1803 * gdb.ada/info_addr_mixed_case: New testcase.
1804
9f757bf7
XR
18052018-01-03 Xavier Roirand <roirand@adacore.com>
1806
1807 * gdb.ada/excep_handle.exp: New testcase.
1808 * gdb.ada/excep_handle/foo.adb: New file.
1809 * gdb.ada/excep_handle/pck.ads: New file.
1810
bd570f80
JB
18112018-01-03 Joel Brobecker <brobecker@adacore.com>
1812
1813 * gdb.base/step-line.c: Add extra empty line in copyright header.
1814 * gdb.base/step-line.inp: Likewise.
1815
9fe561ab
JB
18162018-01-02 Joel Brobecker <brobecker@adacore.com>
1817
1818 * gdb.ada/dyn_stride.exp: Add slice test.
1819
a405673c
JB
18202018-01-02 Joel Brobecker <brobecker@adacore.com>
1821
1822 * gdb.ada/dyn_stride: New testcase.
1823
cef0f868
SH
18242017-12-27 Stafford Horne <shorne@gmail.com>
1825
1826 * gdb.xml/extra-regs.xml: Add example foo reggroup.
1827 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
1828
b67d92b0
SH
18292017-12-27 Stafford Horne <shorne@gmail.com>
1830
1831 * gdb.base/reggroups.c: New file.
1832 * gdb.base/reggroups.exp: New file.
1833
eccab96d
JB
18342017-12-18 Joel Brobecker <brobecker@adacore.com>
1835
1836 * gdb.dwarf2/ada-valprint-error.c: New file.
1837 * gdb.dwarf2/ada-valprint-error.exp: New file.
1838
0e2da9f0
JB
18392017-12-18 Joel Brobecker <brobecker@adacore.com>
1840
1841 * gdb.ada/assign_arr: New testcase.
1842
cb923fcc
XR
18432017-12-18 Xavier Roirand <roirand@adacore.com>
1844
1845 * gdb.ada/funcall_ptr: New testcase.
1846
7c161838
SDJ
18472017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
1848
1849 PR cli/16224
1850 * gdb.base/ptype-offsets.cc: New file.
1851 * gdb.base/ptype-offsets.exp: New file.
1852
1af17fd9
YQ
18532017-12-15 Yao Qi <yao.qi@linaro.org>
1854
1855 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
1856 if XML is disabled.
1857
828d5846
XR
18582017-12-15 Xavier Roirand <roirand@adacore.com>
1859
1860 * gdb.ada/same_component_name: New testcase.
1861
79e8fcaa
JB
18622017-12-14 Joel Brobecker <brobecker@adacore.com>
1863
1864 * gdb.ada/str_binop_equal: New testcase.
1865
e05fa6f9
JB
18662017-12-14 Joel Brobecker <brobecker@adacore.com>
1867
1868 * gdb.ada/task_switch_in_core: New testcase.
1869
b89641ba
SM
18702017-12-13 Simon Marchi <simon.marchi@ericsson.com>
1871
1872 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
1873 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
1874 call test_bkpt_qualified.
1875 (test_bkpt_qualified): New proc.
1876
6892d2e4
PA
18772017-12-13 Pedro Alves <palves@redhat.com>
1878
1879 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
1880 Tighten regexp by matching with an anchor.
1881
a22ecf70
PA
18822017-12-13 Pedro Alves <palves@redhat.com>
1883
1884 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
1885 ("expression with namespace"): New set of tests.
1886 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
1887 (Nested::Test_NS::qux): New.
1888 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
1889 defaults to 'start_quote_char' and 'end_quote_char' parameters.
1890
9937536c
JB
18912017-12-13 Joel Brobecker <brobecker@adacore.com>
1892
1893 * gdb.base/server-del-break.c: New file.
1894 * gdb.base/server-del-break.exp: New file.
1895
fe49c6f5
SH
18962017-12-12 Stafford Horne <shorne@gmail.com>
1897
1898 * gdb.xml/tdesc-regs.exp: Add or1k support.
1899
c3d18620
SH
19002017-12-12 Stafford Horne <shorne@gmail.com>
1901
1902 * gdb.base/bp-permanent.c: Define nop of or1k.
1903
c5f9cfc8
JB
19042017-12-11 Joel Brobecker <brobecker@adacore.com>
1905
1906 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
1907 output with components being reordered.
1908
a9c135fc
JB
19092017-12-11 Joel Brobecker <brobecker@adacore.com>
1910
1911 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
1912 output with components being reordered.
1913
927aa2e7
JK
19142017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
1915 Pedro Alves <palves@redhat.com>
1916
1917 * gdb.base/maint.exp (check for .gdb_index): Check also for
1918 .debug_names.
1919 * gdb.dlang/watch-loc.c (.debug_aranges): New.
1920 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
1921 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
1922 (.gdb_index used after symbol reloading): Support also .debug_names.
1923 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
1924
f17d9474
YQ
19252017-12-08 Yao Qi <yao.qi@linaro.org>
1926
1927 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1928 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
1929
a0de8c21
YQ
19302017-12-08 Yao Qi <yao.qi@linaro.org>
1931
1932 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
1933 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
1934
a738ea1d
YQ
19352017-12-08 Yao Qi <yao.qi@linaro.org>
1936
1937 * gdb.arch/aarch64-tagged-pointer.c: New file.
1938 * gdb.arch/aarch64-tagged-pointer.exp: New file.
1939
1cd9a73b
SDJ
19402017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
1941
1942 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
1943 "int".
1944
fa6eb693
KS
19452017-12-07 Keith Seitz <keiths@redhat.com>
1946
1947 PR breakpoints/22569
1948 * gdb.linespec/ls-errs.exp: Change expected result of "break
1949 -source this file has spaces.c -line 3".
1950 Check that an explicit source file followed by whitespace is
1951 identified as an invalid explicit location.
1952
883fd55a
KS
19532017-12-07 Keith Seitz <keiths@redhat.com>
1954
1955 * gdb.cp/nested-types.cc: New file.
1956 * gdb.cp/nested-types.exp: New file.
1957 * lib/cp-support.exp: Load data-structures.exp library.
1958 (debug_cp_test_ptype_class): New global.
1959 (cp_ptype_class_verbose, next_line): New procedures.
1960 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
1961 Add and document new return value.
1962 Switch the list of lines to a queue.
1963 Add support for new `type' key for nested type definitions.
1964 Add debugging/troubleshooting messages.
1965 * lib/data-structures.exp: New file.
1966
ec72db3e
SM
19672017-12-07 Simon Marchi <simon.marchi@ericsson.com>
1968
1969 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
1970 with proc_with_prefix, don't use with_test_prefix.
1971
99598d71
TT
19722017-12-07 Tom Tromey <tom@tromey.com>
1973
1974 * gdb.base/break.exp: Add test for empty "commands".
1975
a8806230
YQ
19762017-12-07 Yao Qi <yao.qi@linaro.org>
1977
1978 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
1979 malloc and catch syscall.
1980
824cc835
PM
19812017-12-07 Phil Muldoon <pmuldoon@redhat.com>
1982
1983 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
1984 tests for explicit locations.
1985
7cc244de
PA
19862017-12-06 Pedro Alves <palves@redhat.com>
1987
1988 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
1989 force-disabling XML descriptions.
1990
50a1fdd5
PA
19912017-12-04 Pedro Alves <palves@redhat.com>
1992
1993 PR gdb/22499
1994 * gdb.arch/amd64-disp-step-avx.S: New file.
1995 * gdb.arch/amd64-disp-step-avx.exp: New file.
1996
f0fb2488
PA
19972017-12-03 Pedro Alves <palves@redhat.com>
1998
1999 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
2000 and <string.h>.
2001 (parent_function): Print distinct messages when waitpid fails, or
2002 the child exits with a signal, or the child exits for an unhandled
2003 reason.
2004 * gdb.threads/process-dies-while-detaching.exp
2005 (detach_and_expect_exit): New 'inf_output_re' parameter and use
2006 it. Wait for both inferior output and GDB's prompt. Use an
2007 indirect spawn id list.
2008 (do_detach): New parameter 'child_exit'. Use it to compute
2009 expected inferior output.
2010 (test_detach, test_detach_watch, test_detach_killed_outside):
2011 Adjust to pass down the expected child exit kind.
2012
97cbe998
SDJ
20132017-12-01 Joel Brobecker <brobecker@adacore.com>
2014 Sergio Durigan Junior <sergiodj@redhat.com>
2015 Pedro Alves <palves@redhat.com>
2016
2017 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
2018
40fc416f
SDJ
20192017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
2020
2021 * gdb.base/relocate.exp: Add tests to guarantee that arguments
2022 to 'symbol-file' and 'add-symbol-file' can be
2023 position-independent.
2024
1cc75e92
YQ
20252017-12-01 Yao Qi <yao.qi@linaro.org>
2026
2027 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
2028 the URL in copyright header.
2029 * gdb.arch/aarch64-fp.exp: Likewise.
2030 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
2031 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
2032 * gdb.base/expand-psymtabs.exp: Likewise.
2033 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
2034 * gdb.fortran/common-block.exp: Likewise.
2035 * gdb.fortran/common-block.f90: Likewise.
2036 * gdb.fortran/logical.exp: Likewise.
2037 * gdb.fortran/vla-datatypes.f90: Likewise.
2038 * gdb.fortran/vla-sub.f90: Likewise.
2039
875fb7a7
JB
20402017-11-30 Joel Brobecker <brobecker@adacore.com>
2041
2042 * gdb.ada/repeat_dyn: New testcase.
2043
6f14765f
UW
20442017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
2045
2046 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
2047 Update for changed thread numbering.
2048 * gdb.cell/bt.exp: Update for changed GDB output.
2049
f1af7b94
SM
20502017-11-30 Simon Marchi <simon.marchi@ericsson.com>
2051
2052 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
2053 setting isremote by hand.
2054 * boards/dwarf4-gdb-index.exp: Likewise.
2055 * boards/fission.exp: Likewise.
2056 * boards/stabs.exp: Likewise.
2057
e3919f3e
PA
20582017-11-30 Pedro Alves <palves@redhat.com>
2059
2060 * gdb.linespec/cpls-ops.exp
2061 (check_explicit_skips_function_argument): Extract the underlying
2062 type of size_t instead of hardcoding it.
2063
bd69330d
PA
20642017-11-29 Pedro Alves <palves@redhat.com>
2065
2066 PR c++/19436
2067 * gdb.linespec/cpls-abi-tag.cc: New file.
2068 * gdb.linespec/cpls-abi-tag.exp: New file.
2069
a20714ff
PA
20702017-11-29 Pedro Alves <palves@redhat.com>
2071
2072 * gdb.base/langs.exp: Use -qualified.
2073 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
2074 it.
2075 * gdb.cp/namespace.exp: Use -qualified.
2076 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
2077 (overload-3, template-overload, template-ret-type, const-overload)
2078 (const-overload-quoted, anon-ns, ambiguous-prefix): New
2079 procedures.
2080 (test_driver): Call them.
2081 * gdb.cp/save-bp-qualified.cc: New.
2082 * gdb.cp/save-bp-qualified.exp: New.
2083 * gdb.linespec/explicit.exp: Test -qualified.
2084 * lib/completion-support.exp (completion::explicit_opts_list): Add
2085 "-qualified".
2086 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
2087
f6f1d339
PM
20882017-11-29 Phil Muldoon <pmuldoon@redhat.com>
2089
2090 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
2091
02ca603a
TT
20922017-11-29 Tom Tromey <tom@tromey.com>
2093
2094 * gdb.base/relocate.exp: Update invalid argument test.
2095 Add new tests for invalid arguments.
2096
ed6c0bfb
TP
20972017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2098
2099 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
2100 Return 0 as a long.
2101 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
2102
f106e10e
TP
21032017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
2104
2105 * gdb.cp/breakpoint.cc (bar): Set return type to void.
2106 * gdb.cp/psymtab-parameter.cc (func): Likewise.
2107 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
2108 func ().
2109 * gdb.cp/shadow.cc (B.func): Return 0.
2110
10329bb2
JB
21112017-11-27 Joel Brobecker <brobecker@adacore.com>
2112
2113 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
2114 expected output in gdb_expect call to allow the exception
2115 message to be present as well. Fix syntax confusion to avoid
2116 TCL thinking that exception_name is an array.
2117
617cd4bc
UW
21182017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
2119
2120 * gdb.arch/spu-info.c: Include <unistd.h>.
2121 (do_signal_test): Fix broken calls to write.
2122 * gdb.arch/spu-info.exp: Use prepare_for_testing.
2123 Fix checks for empty mailboxes. Update signal tests for corrected
2124 do_signal_test routine. Allow nonzero event status.
58f7f0bf
UW
2125 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
2126 * gdb.cell/arch.exp: Use standard_output_file.
2127 * gdb.cell/break.exp: Likewise.
2128 * gdb.cell/bt.exp: Likewise.
2129 * gdb.cell/core.exp: Likewise.
2130 * gdb.cell/dwarfaddr.exp: Likewise.
2131 * gdb.cell/ea-cache.exp: Likewise.
2132 * gdb.cell/ea-standalone.exp: Likewise.
2133 * gdb.cell/f-regs.exp: Likewise.
2134 * gdb.cell/fork.exp: Likewise.
2135 * gdb.cell/gcore.exp: Likewise.
2136 * gdb.cell/mem-access.exp: Likewise.
2137 * gdb.cell/ptype.exp: Likewise.
2138 * gdb.cell/registers.exp: Likewise.
2139 * gdb.cell/sizeof.exp: Likewise.
2140 * gdb.cell/solib-symbol.exp: Likewise.
2141 * gdb.cell/solib.exp: Likewise.
617cd4bc 2142
a81aaca0
PA
21432017-11-25 Pedro Alves <palves@redhat.com>
2144
2145 * gdb.base/complete-empty.exp: New file.
2146 * gdb.base/completion.exp: Adjust.
2147
6a3c6ee4
PA
21482017-11-25 Pedro Alves <palves@redhat.com>
2149
2150 * gdb.linespec/cpls-ops.cc: New file.
2151 * gdb.linespec/cpls-ops.exp: New file.
2152 * lib/completion-support.exp (test_complete_prefix_range_re): New,
2153 factored out from ...
2154 (test_complete_prefix_range): ... this.
2155
8955eb2d
PA
21562017-11-24 Pedro Alves <palves@redhat.com>
2157
2158 * gdb.linespec/cpcompletion.exp: New file.
2159 * gdb.linespec/cpls-hyphen.cc: New file.
2160 * gdb.linespec/cpls.cc: New file.
2161 * gdb.linespec/cpls2.cc: New file.
2162 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
2163 test to use test_gdb_complete_unique. Add label completion,
2164 keyword completion and explicit location completion tests.
2165 * lib/completion-support.exp: New file.
2166
e547c119
JB
21672017-11-24 Joel Brobecker <brobecker@adacore.com>
2168
2169 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
2170 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
2171 when hitting an exception catchpoint.
2172
7c3c1aa8
YQ
21732017-11-22 Yao Qi <yao.qi@linaro.org>
2174
2175 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
2176
41bd68f5
SM
21772017-11-22 Simon Marchi <simon.marchi@ericsson.com>
2178
2179 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
2180 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
2181 * gdb.dwarf2/info-locals-optimized-out.c: New file.
2182
1daad298
YQ
21832017-11-22 Yao Qi <yao.qi@linaro.org>
2184
2185 * gdb.base/info-os.exp: Pass pthreads.
2186 * gdb.multi/multi-attach.exp: Likewise.
2187
88465e87
YQ
21882017-11-22 Yao Qi <yao.qi@linaro.org>
2189
2190 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
2191 compiler.
2192
dc196b23
YQ
21932017-11-22 Yao Qi <yao.qi@linaro.org>
2194
2195 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
2196 * gdb.base/break-interp.exp: Likewise.
2197 * gdb.base/jit-attach-pie.exp: Likewise.
2198
2400729e
UW
21992017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2200
2201 * gdb.base/float128.c (large128): New variable.
2202 * gdb.base/float128.exp: Add test to print largest __float128 value.
2203
7a26362d
UW
22042017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
2205
2206 * gdb.arch/vsx-regs.exp: Update register content checks.
2207
ed0f4273
UW
22082017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
2209
2210 * gdb.arch/ppc-longdouble.exp: New file.
2211 * gdb.arch/ppc-longdouble.c: Likewise.
2212
a25d69c6
PA
22132017-11-21 Pedro Alves <palves@redhat.com>
2214
2215 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
2216
73fcf641
PA
22172017-11-20 Pedro Alves <palves@redhat.com>
2218
2219 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
2220 (long_double_typedef): New typedefs.
2221 Use DEF on double and long double.
2222 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
2223 cases.
2224 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
2225 and 'long_double_ptr_same_size' locals. Use them to decide
2226 whether cast from array/function to float is valid/invalid.
2227
71a3c369
TT
22282017-11-17 Tom Tromey <tom@tromey.com>
2229
2230 * gdb.rust/traits.rs: New file.
2231 * gdb.rust/traits.exp: New file.
2232
ced9779b
JB
22332017-11-17 Joel Brobecker <brobecker@adacore.com>
2234
2235 * gdb.ada/minsyms: New testcase.
2236
a0922d80
PA
22372017-11-16 Pedro Alves <palves@redhat.com>
2238
2239 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
2240 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
2241
ea04e54c
PA
22422017-11-16 Pedro Alves <palves@redhat.com>
2243
2244 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
2245 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
2246
e849ea89
PA
22472017-11-16 Pedro Alves <palves@redhat.com>
2248
2249 * gdb.server/reconnect-ctrl-c.c: New file.
2250 * gdb.server/reconnect-ctrl-c.exp: New file.
2251
d8ae99a7
PM
22522017-11-16 Phil Muldoon <pmuldoon@redhat.com>
2253
2254 * gdb.python/py-rbreak.exp: New file.
2255 * gdb.python/py-rbreak.c: New file.
2256 * gdb.python/py-rbreak-func2.c: New file.
2257
968a13f8
PA
22582017-11-16 Pedro Alves <palves@redhat.com>
2259
2260 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
2261 pattern.
2262 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
2263 GDB.
2264
71774bc9
SM
22652017-11-15 Simon Marchi <simon.marchi@ericsson.com>
2266
2267 * gdb.tui/completionn.exp (test_tab_completion): Add space in
2268 regex.
2269
ddbb44cf
SM
22702017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
2271
2272 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
2273 test names.
2274
584a564f
PA
22752017-11-09 Pedro Alves <palves@redhat.com>
2276
2277 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
2278 factored out from ...
2279 (top level): ... here, and adjusted to avoid expecting beyond the
2280 prompt in a single gdb_test_multiple.
2281
5ed7a928
PA
22822017-11-09 Pedro Alves <palves@redhat.com>
2283
2284 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
2285 output.
2286 * gdb.server/ext-attach.exp ("kill" test): Likewise.
2287 * gdb.server/ext-restart.exp ("kill" test): Likewise.
2288 * gdb.server/ext-run.exp ("kill" test): Likewise.
2289 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
2290
a60e0738
PA
22912017-11-09 Pedro Alves <palves@redhat.com>
2292
2293 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
2294 match till end of line.
2295
2c88253f
PA
22962017-11-09 Pedro Alves <palves@redhat.com>
2297
2298 * gdb.base/memattr.exp: Tighten regexes to match the end line.
2299
c7a38517
PA
23002017-11-09 Pedro Alves <palves@redhat.com>
2301
2302 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
2303 New procedures, factored out from ...
2304 (top level): ... here, and adjusted to avoid expecting beyond the
2305 prompt in one go.
2306
f29f4b6b
PA
23072017-11-09 Pedro Alves <palves@redhat.com>
2308
2309 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
2310 output. Fix '?' match.
2311
286acbb5
JB
23122017-11-08 Joel Brobecker <brobecker@adacore.com>
2313
2314 * gdb.ada/scoped_watch: New testcase.
2315 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
2316 which is actually correct.
2317 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
2318 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
2319
62d7ae92
PA
23202017-11-08 Pedro Alves <palves@redhat.com>
2321
2322 * gdb.gdb/complaints.exp (test_initial_complaints)
2323 (test_serial_complaints, test_short_complaints): Call
2324 complaint_internal instead of complaint.
2325
280ca31f
DT
23262017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
2327
2328 * gdb.threads/tls-core.c: New file.
2329 * gdb.threads/tls-core.exp: Likewise.
2330
b5ec771e
PA
23312017-11-08 Pedro Alves <palves@redhat.com>
2332
2333 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
2334 (p Exported_Capitalized): New test.
2335 (p exported_capitalized): New test.
2336
a02b41a7
PA
23372017-11-07 Pedro Alves <palves@redhat.com>
2338
2339 * gdb.cp/ena-dis-br-range.exp: Add more tests.
2340
95e95a6d
PA
23412017-11-07 Pedro Alves <palves@redhat.com>
2342
2343 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
2344 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
2345 (disable_invalid, disable_inverted, disable_negative): New
2346 procedures.
2347 ("bad numbers"): New set of tests.
2348
cee62dbd
PA
23492017-11-07 Pedro Alves <palves@redhat.com>
2350
2351 * gdb.cp/ena-dis-br-range.exp: Add tests.
2352
cc638e86
PA
23532017-11-07 Pedro Alves <palves@redhat.com>
2354
2355 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
2356
d0fe4701
XR
23572017-11-07 Xavier Roirand <roirand@adacore.com>
2358 Pedro Alves <palves@redhat.com>
2359
2360 * gdb.base/ena-dis-br.exp: Add reference to
2361 gdb.cp/ena-dis-br-range.exp.
2362 * gdb.cp/ena-dis-br-range.exp: New file.
2363 * gdb.cp/ena-dis-br-range.cc: New file.
2364
46f67f80
PA
23652017-11-06 Pedro Alves <palves@redhat.com>
2366
2367 * gdb.base/attach-non-pgrp-leader.c: New.
2368 * gdb.base/attach-non-pgrp-leader.exp: New.
2369
726e1356
PA
23702017-11-06 Pedro Alves <palves@redhat.com>
2371
2372 * configure.ac: No longer check for termio.h and sgtty.h.
2373 * configure: Regenerate.
2374 * remote-utils.c: Include termios.h instead of gdb_termios.h.
2375 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
2376 Remove termio and sgtty code.
2377
50ab6ace
YQ
23782017-11-03 Yao Qi <yao.qi@linaro.org>
2379
2380 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
2381 in GDB is disabled.
2382
8e68731c
YQ
23832017-11-03 Yao Qi <yao.qi@linaro.org>
2384
2385 * gdb.python/py-thrhandle.exp: Skip it if python is not
2386 enabled.
2387
3a87ae65
SM
23882017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
2389
2390 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
2391 as a breakpoint command.
2392
484d8d36
MD
23932017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
2394
2395 PR python/21213
2396 * gdb.python/py-infthread.exp: Test calling
2397 InferiorThread.inferior () multiple times in a row.
2398
4a27f119
KS
23992017-10-27 Keith Seitz <keiths@redhat.com>
2400
2401 * gdb.opt/inline-break.exp (break_info_1): New procedure.
2402 Test "info break" for every inlined function breakpoint.
2403
bb11dd58
YQ
24042017-10-27 Yao Qi <yao.qi@linaro.org>
2405
2406 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
2407
a43f3893
PF
24082017-10-26 Patrick Frants <osscontribute@gmail.com>
2409
2410 * gdb.cp/classes.exp (test_static_members): Test printing
2411 Outer::instance.
2412 * gdb.cp/classes.c (struct Inner, struct Outer): New.
2413 (Inner::instance, Outer::instance): New.
2414
792ccf00
PA
24152017-10-24 Pedro Alves <palves@redhat.com>
2416
2417 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
2418 extra console" test in two stages.
2419
eb2bfbad
PA
24202017-10-24 Pedro Alves <palves@redhat.com>
2421
2422 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
2423
1f75a651
PA
24242017-10-24 Pedro Alves <palves@redhat.com>
2425
2426 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
2427 loop.
2428
779990d9
PA
24292017-10-24 Pedro Alves <palves@redhat.com>
2430
2431 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
2432 $attempt" and "stoppedtry $stoppedtry" test prefixes.
2433
ad9b8f5d
PA
24342017-10-24 Pedro Alves <palves@redhat.com>
2435
2436 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
2437 parameter and handle it. Don't output read value in test name.
2438
fee6da6e
PA
24392017-10-24 Pedro Alves <palves@redhat.com>
2440
2441 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
2442 custom test name.
2443
10389c2c
PA
24442017-10-24 Pedro Alves <palves@redhat.com>
2445
2446 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
2447 include the unstable output directory name in the test's name.
2448 (initial_setup_simple) <'set args'>: Use custom test name.
2449
a80e65a9
PA
24502017-10-24 Pedro Alves <palves@redhat.com>
2451
2452 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
2453 with explicit test name.
2454
15763a09
PA
24552017-10-20 Pedro Alves <palves@redhat.com>
2456
2457 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
2458 'wait -i'. Use gdb_assert and remote_close.
2459
49a4ce2e
AB
24602017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
2461
2462 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
2463 number from variable rather than hard-coded.
2464
a75868f5
PA
24652017-10-19 Pedro Alves <palves@redhat.com>
2466
2467 * gdb.base/long-inferior-output.c: New file.
2468 * gdb.base/long-inferior-output.exp: New file.
2469
c8ba13ad
KS
24702017-11-18 Keith Seitz <keiths@redhat.com>
2471
2472 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
2473 method.
2474 (main): Call it.
2475 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
2476 Add additional user-defined conversion operator tests.
2477
b27de576
PA
24782017-10-17 Pedro Alves <palves@redhat.com>
2479
2480 * boards/native-stdio-gdbserver.exp: Load "local-board".
2481
8484c955
PA
24822017-10-17 Pedro Alves <palves@redhat.com>
2483
2484 * gdb.base/quit-live.c: New file.
2485 * gdb.base/quit-live.exp: New file.
2486
83d5a34d
KS
24872017-10-16 Keith Seitz <keiths@redhat.com>
2488
2489 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
2490 (class_with_protected_typedef, class_with_private_typedef)
2491 (struct_with_public_typedef, struct_with_protected_typedef)
2492 (struct_with_private_typedef): New classes/structs.
2493 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
2494 typedefs and access specifiers.
2495
739b3f1d
PA
24962017-10-16 Pedro Alves <palves@redhat.com>
2497 Simon Marchi <simon.marchi@polymtl.ca>
2498
2499 * README (Local vs Remote vs Native): New section.
2500 * boards/local-board.exp: New file, with bits factored out from
2501 ...
2502 * boards/native-extended-gdbserver.exp: ... here. Load
2503 "local-board".
2504 * boards/native-gdbserver.exp: Load "local-board".
2505 (${board}_spawn, ${board}_exec): Delete.
2506 * boards/native-stdio-gdbserver.exp: Most contents factored out to
2507 ...
2508 * boards/stdio-gdbserver-base.exp: ... this new file.
2509 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
2510 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
2511 procedure.
2512 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
2513 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
2514 stdio_gdbserver_command.
2515 (${board}_get_remote_address, ${board}_get_comm_port)
2516 (${board}_download, ${board}_upload): Delete.
2517 (get_target_remote_pipe_cmd): New.
2518
fe68b953
SM
25192017-10-16 Simon Marchi <simon.marchi@ericsson.com>
2520
2521 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
2522 test_bkpt_deletion, test_bkpt_cond_and_cmds,
2523 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
2524 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
2525 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
2526 remove with_test_prefix.
2527
300b6685
PA
25282017-10-13 Pedro Alves <palves@redhat.com>
2529
2530 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
2531 * gdb.base/annota1.exp: Use it instead of is_remote.
2532 * gdb.base/annota3.exp: Use it instead of is_remote.
2533 * gdb.cp/annota2.exp: Use it instead of is_remote.
2534 * gdb.cp/annota3.exp: Use it instead of is_remote.
2535 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
2536
50500caf
PA
25372017-10-13 Pedro Alves <palves@redhat.com>
2538
2539 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
2540 (test_num_test_vars, run_and_count_vars, find_env)
2541 (test_set_unset_env, test_inherit_env_var): New procedures.
2542 (top level): Use them.
2543
dad0c6d2
PA
25442017-10-13 Pedro Alves <palves@redhat.com>
2545
2546 * lib/selftest-support.exp (selftest_setup): Extend comments, and
2547 also skip on stub-like targets.
2548
8b0553c1
PA
25492017-10-13 Pedro Alves <palves@redhat.com>
2550
2551 PR gdb/22293
2552 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
2553 (top level): Move some tests to ...
2554 (test_not_found): ... this new procedure.
2555 (top level): Call it.
2556
7594f623
PA
25572017-10-13 Pedro Alves <palves@redhat.com>
2558
2559 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
2560 expect different "info terminal" output if testing with a
2561 non-native target.
2562
ebe3b402
PA
25632017-10-13 Pedro Alves <palves@redhat.com>
2564 Simon Marchi <simon.marchi@polymtl.ca>
2565
2566 PR python/12966
2567 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
2568
42f1b161
PA
25692017-10-13 Pedro Alves <palves@redhat.com>
2570
2571 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
2572 already.
2573
8d6ef72b
PA
25742017-10-13 Pedro Alves <palves@redhat.com>
2575
2576 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
2577 is_remote.
2578
d7bcd5b8
PA
25792017-10-13 Pedro Alves <palves@redhat.com>
2580
2581 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
2582 is_remote.
2583
df479dc6
PA
25842017-10-13 Pedro Alves <palves@redhat.com>
2585
2586 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
2587 is set.
2588 (corefile_test_attach): Likewise. Check can_spawn_for_attach
2589 instead of is_remote.
2590
23fb630a
PA
25912017-10-13 Pedro Alves <palves@redhat.com>
2592
2593 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
2594 (top level): Add comment.
2595
cc77b1dc
PA
25962017-10-13 Pedro Alves <palves@redhat.com>
2597
2598 * gdb.base/remote.exp (top level): Fix comment typo and add
2599 missing return.
2600
27c9e813
PA
26012017-10-13 Pedro Alves <palves@redhat.com>
2602 Simon Marchi <simon.marchi@polymtl.ca>
2603
2604 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
2605 calls and add comments. Skip test if use_gdb_stub is set.
2606 (top level): Use "set cwd" command instead of "cd" command.
2607
5e830d98
PA
26082017-10-13 Pedro Alves <palves@redhat.com>
2609
2610 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
2611 is_remote target check.
2612
f5ca0032
PA
26132017-10-13 Pedro Alves <palves@redhat.com>
2614
2615 * gdb.base/scope.exp: Use build_executable + clean_restart +
2616 gdb_file_cmd instead of prepare_for_testing and no longer skip
2617 "before run" tests on is_remote target boards. Update comments.
2618 * boards/native-extended-gdbserver.exp
2619 (extended_gdbserver_load_last_file): New, factored out from ...
2620 (gdb_load): ... this. Move further below and add comment.
2621 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
2622
8aed1c0d
PA
26232017-10-12 Pedro Alves <palves@redhat.com>
2624
2625 * gdb.base/attach.exp: Remove references to gdb64.
2626 * gdb.base/dbx.exp: Remove references to gdb64.
2627
cfa34c87
SM
26282017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2629 Pedro Alves <palves@redhat.com>
2630
2631 * gdb.base/label.exp: Remove is_remote target check.
2632
9192b7de
PA
26332017-10-12 Pedro Alves <palves@redhat.com>
2634
2635 * gdb.base/auvx.exp (coredir): Update comment.
2636 (top level) <core_works>: Use "set cwd" command instead of "cd"
2637 command.
2638
6bf0052d
PA
26392017-10-12 Pedro Alves <palves@redhat.com>
2640 Simon Marchi <simon.marchi@polymtl.ca>
2641
2642 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
2643 target boards.
2644
e48ef82d
PA
26452017-10-12 Pedro Alves <palves@redhat.com>
2646 Simon Marchi <simon.marchi@polymtl.ca>
2647
2648 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
2649 Instead skip if there's any gdb_protocol set.
2650
8d7aea57
SM
26512017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
2652 Pedro Alves <palves@redhat.com>
2653
2654 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
2655
30440677
PA
26562017-10-12 Pedro Alves <palves@redhat.com>
2657 Simon Marchi <simon.marchi@polymtl.ca>
2658
2659 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
2660 instead of on dejagnu remote boards.
2661
4e04f045 26622017-10-12 Pedro Alves <palves@redhat.com>
175654b9 2663 Simon Marchi <simon.marchi@polymtl.ca>
4e04f045
PA
2664
2665 * gdb.base/inferior-died.exp: Remove is_remote and isnative
2666 checks. Use build_executable + clean_restart instead of
2667 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
2668 of enabling non-stop after starting gdb.
2669
871a186e
PA
26702017-10-12 Pedro Alves <palves@redhat.com>
2671
2672 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
2673 * gdb.threads/non-ldr-exc-2.exp: Ditto.
2674 * gdb.threads/non-ldr-exc-3.exp: Ditto.
2675 * gdb.threads/non-ldr-exc-4.exp: Ditto.
2676
56d704da
AK
26772017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
2678
2679 * gdb.arch/arc-tdesc-cpu.exp: New file.
2680 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
2681
2f20e312
SM
26822017-10-10 Simon Marchi <simon.marchi@ericsson.com>
2683
2684 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
2685
65630365
PA
26862017-10-10 Pedro Alves <palves@redhat.com>
2687
2688 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
2689 expect CLI output.
2690
bf469271
PA
26912017-10-10 Pedro Alves <palves@redhat.com>
2692
2693 * lib/selftest-support.exp (selftest_setup): Update for
2694 captured_command_loop's prototype change.
2695
777a42f1
PA
26962017-10-09 Pedro Alves <palves@redhat.com>
2697
2698 Test both arch1=>arch2 and arch2=>arch1.
2699
2700 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
2701 (srcfile2, binfile2, march1, march2): Remove globals. Largely
2702 factored out to...
2703 (append_arch1_options, append_arch2_options, append_arch_options)
2704 (build_executables): New procedures.
2705 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
2706 local.
2707 (top level): Add new 'first_arch' testing axis.
2708
cbd2b4e3
PA
27092017-10-09 Pedro Alves <palves@redhat.com>
2710
2711 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
2712 (barrier): New.
2713 (thread_start, all_started): New functions.
2714 (main): Spawn new thread and wait until it is scheduled.
2715 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
2716 option.
2717 (do_test): Add 'selected_thread' parameter. Run to all_started
2718 instead of main. Explicitly set the breakpoint at main. Switch
2719 to the SELECTED_THREAD thread.
2720 (top level): Test handling the exec event with either the main
2721 thread or the second thread selected.
2722
5c9e4427
PA
27232017-10-09 Pedro Alves <palves@redhat.com>
2724
2725 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
2726 logic. Move STOP marker after the value checks.
2727 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
2728 regexp.
2729
b3b7c423
SL
27302017-10-06 Sandra Loosemore <sandra@codesourcery.com>
2731
2732 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
2733
3b4b2f16
UW
27342017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
2735
2736 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
2737 integer-to-dfp conversion.
2738 * gdb.base/dfp-test.exp: Likewise.
2739
5cd63fda
PA
27402017-10-04 Pedro Alves <palves@redhat.com>
2741
2742 * gdb.multi/hangout.c: Include <unistd.h>.
2743 (hangout_loop): New function.
2744 (main): Call alarm. Call hangout_loop in a loop.
2745 * gdb.multi/hello.c: Include <unistd.h>.
2746 (hello_loop): New function.
2747 (main): Call alarm. Call hangout_loop in a loop.
2748 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
2749 inferior with the other selected.
2750
4c71c105
SM
27512017-10-04 Simon Marchi <simon.marchi@ericsson.com>
2752
2753 * gdb.mi/list-thread-groups-available.exp: New file.
2754 * gdb.mi/list-thread-groups-available.c: New file.
2755
bc3b087d
SDJ
27562017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2757
2758 * gdb.base/set-cwd.exp: Make it available on
2759 native-extended-gdbserver.
2760
d092c5a2
SDJ
27612017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
2762
2763 * gdb.base/set-cwd.c: New file.
2764 * gdb.base/set-cwd.exp: Likewise.
2765
45320ffa
TT
27662017-10-02 Tom Tromey <tom@tromey.com>
2767
2768 PR rust/22236:
2769 * gdb.rust/simple.rs (main): New variable "fslice".
2770 * gdb.rust/simple.exp: Add slice tests. Update string tests.
2771
b3e3859b
TT
27722017-10-02 Tom Tromey <tom@tromey.com>
2773
2774 * gdb.rust/simple.exp: Test ptype of a slice.
2775
01af5e0d
TT
27762017-10-02 Tom Tromey <tom@tromey.com>
2777
2778 * gdb.rust/simple.exp: Test index of slice.
2779
a9bbfbd8
TT
27802017-09-27 Tom Tromey <tom@tromey.com>
2781
2782 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
2783
df8899e5
TP
27842017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
2785 Pedro Alves <palves@redhat.com>
2786
2787 * gdb.base/compare-sections.exp (get value of read-only section): Read
2788 as unsigned value.
2789 (corrupt read-only section): Likewise and don't set written if patching
2790 failed.
2791
757bf54b
KB
27922017-09-21 Kevin Buettner <kevinb@redhat.com>
2793
2794 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
2795 files.
2796
06871ae8
PA
27972017-09-20 Pedro Alves <palves@redhat.com>
2798
2799 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
2800 symbol names in gdb's output.
2801 * gdb.cp/overload.exp ("list all overloads"): Likewise.
2802
e5f25bc5
PA
28032017-09-20 Pedro Alves <palves@redhat.com>
2804
2805 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
2806 Rename to ...
2807 (test_list_ambiguous_symbol): ... this and add a symbol name
2808 parameter. Adjust.
2809 (test_list_ambiguous_function): Reimplement on top of
2810 test_list_ambiguous_symbol and also test listing ambiguous
2811 variables.
2812 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
2813 (ambiguous_fun): ... this.
2814 (ambiguous_var): New.
2815 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
2816 (ambiguous_fun): ... this.
2817 (ambiguous_var): New.
2818
4e5a4f58
JB
28192017-09-19 John Baldwin <jhb@FreeBSD.org>
2820
2821 * gdb.base/starti.c: New file.
2822 * gdb.base/starti.exp: New file.
2823 * lib/gdb.exp (gdb_starti_cmd): New procedure.
2824
26e53f3e
PA
28252017-09-14 Pedro Alves <palves@redhat.com>
2826
2827 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
2828 (top level): Use it instead of runto.
2829
cb791d59
TT
28302017-09-11 Tom Tromey <tom@tromey.com>
2831
2832 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
2833
7c96f8c1
TT
28342017-09-11 Tom Tromey <tom@tromey.com>
2835
2836 * gdb.python/py-infthread.exp: Add tests for new_thread event.
2837 * gdb.python/py-inferior.exp: Add tests for new inferior events.
2838
469412dd
CW
28392017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
2840
2841 * gdb.fortran/printing-types.exp: New file.
2842 * gdb.fortran/printing-types.exp: New file.
2843
e0f86435
BH
28442017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2845
2846 * gdb.fortran/vla-ptype.exp: Fix typos.
2847 * gdb.fortran/vla-value.exp: Same.
2848
9e9af4be
BH
28492017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
2850
2851 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
2852 * gdb.mi/mi-var-child-f.exp: Likewise.
2853 * gdb.mi/mi-vla-fortran.exp: Likewise.
2854
a5ad232b
FP
28552017-09-08 Frank Penczek <frank.penczek@intel.com>
2856 Christoph Weinmann <christoph.t.weinmann@intel.com>
2857 Bernhard Heckel <bernhard.heckel@intel.com>
2858
2859 * gdb.fortran/ptr-indentation.f90: New file.
2860 * gdb.fortran/ptr-indentation.exp: New file.
2861
5aec60eb
TT
28622017-09-05 Tom Tromey <tom@tromey.com>
2863
2864 PR gdb/22010:
2865 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
2866
8f8f8152
TP
28672017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
2868
2869 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
2870
fbd1b771
JK
28712017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
2872
2873 * gdb.threads/tls-nodebug-pie.c: New file.
2874 * gdb.threads/tls-nodebug-pie.exp: New file.
2875
5eb5f850
TT
28762017-09-05 Tom Tromey <tom@tromey.com>
2877
2878 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
2879 for rust.
2880
ae780a21
SM
28812017-09-05 Simon Marchi <simon.marchi@ericsson.com>
2882
2883 * gdb.multi/multi-arch-exec.exp: Test with different
2884 "follow-exec-mode" settings.
2885 (do_test): New procedure.
2886
3693fdb3
PA
28872017-09-04 Pedro Alves <palves@redhat.com>
2888
2889 * gdb.base/func-static.c (S::method const, S::method volatile)
2890 (S::method volatile const): New methods.
2891 (c_s, v_s, cv_s): New instances.
2892 (main): Call method() on them.
2893 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
2894 (cannot_resolve): New procedure.
2895 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
2896 print-quote-unquoted columns.
2897 (do_test): Test printing each scope too.
2898
e68cb8e0
PA
28992017-09-04 Pedro Alves <palves@redhat.com>
2900
2901 * gdb.base/local-static.exp: Also test with
2902 class::method::variable wholly quoted.
2903 * gdb.cp/m-static.exp (class::method::variable): Remove test.
2904
858be34c
PA
29052017-09-04 Pedro Alves <palves@redhat.com>
2906
2907 * gdb.base/local-static.c: New.
2908 * gdb.base/local-static.cc: New.
2909 * gdb.base/local-static.exp: New.
2910
46a4882b
PA
29112017-09-04 Pedro Alves <palves@redhat.com>
2912
2913 * gdb.asm/asm-source.exp: Add casts to int.
2914 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
2915 (dataglobal64_1, dataglobal64_2): New globals.
2916 * gdb.base/nodebug.exp: Test different expressions involving the
2917 new globals, with print, whatis and ptype. Add casts to int.
2918 * gdb.base/solib-display.exp: Add casts to int.
2919 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
2920 * gdb.cp/m-static.exp: Add cast to int.
2921 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
2922 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
2923 tls variable with no debug info without a cast. Test with a cast
2924 to int too.
2925 * gdb.trace/entry-values.exp: Add casts.
2926
2c5a2be1
PA
29272017-09-04 Pedro Alves <palves@redhat.com>
2928
2929 * gdb.base/nodebug.exp: Test that ptype's error about functions
2930 with unknown return type includes the function name too.
2931
7022349d
PA
29322017-09-04 Pedro Alves <palves@redhat.com>
2933
2934 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
2935 return type of munmap in infcall.
2936 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
2937 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
2938 type of ftell in infcall.
2939 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
2940 type of getpid in infcall.
2941 * gdb.base/infcall-exec.exp: Cast return type of execlp in
2942 infcall.
2943 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
2944 Bail on failure to extract the pid.
2945 * gdb.base/nodebug.c: #include <stdint.h>.
2946 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
2947 New functions.
2948 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
2949 Change expected output of print/whatis/ptype with functions with
2950 no debug info. Test all supported languages. Call
2951 test_call_promotion.
2952 * gdb.compile/compile.exp: Adjust expected output to expect
2953 warning.
2954 * gdb.threads/siginfo-threads.exp: Likewise.
2955
54990598
PA
29562017-09-04 Pedro Alves <palves@redhat.com>
2957
2958 * gdb.base/callfuncs.exp (do_function_calls): New parameter
2959 "prototypes". Test calling float functions via prototyped and
2960 unprototyped function pointers.
2961 (perform_all_tests): New parameter "prototypes". Pass it down.
2962 (top level): Pass down "prototypes" parameter to
2963 perform_all_tests.
2964
34d16ea2
SM
29652017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2966
2967 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
2968 Test with nested loops.
2969
9521ecda
SM
29702017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2971
2972 * gdb.base/commands.exp: Call the new procedures.
2973 (loop_break_test, loop_continue_test): New procedures.
2974
80a65e9b
SM
29752017-09-04 Simon Marchi <simon.marchi@ericsson.com>
2976
2977 * gdb.base/commands.exp: Call new procedure.
2978 (define_if_without_arg_test): New procedure.
2979
e439fa14
PA
29802017-09-04 Pedro Alves <palves@redhat.com>
2981
2982 * gdb.base/list-ambiguous.exp: New file.
2983 * gdb.base/list-ambiguous0.c: New file.
2984 * gdb.base/list-ambiguous1.c: New file.
2985 * gdb.base/list.exp (test_list_range): Adjust expected output.
2986
0a2dde4a
SDJ
29872017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
2988
2989 * gdb.base/share-env-with-gdbserver.c: New file.
2990 * gdb.base/share-env-with-gdbserver.exp: Likewise.
2991
5e89eb3a
SM
29922017-08-28 Simon Marchi <simon.marchi@ericsson.com>
2993
2994 * gdb.base/commands.exp (gdbvar_simple_if_test,
2995 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
2996 progvar_simple_if_test, progvar_simple_while_test,
2997 progvar_complex_if_while_test, user_defined_command_test,
2998 user_defined_command_args_eval,
2999 user_defined_command_args_stack_test,
3000 user_defined_command_manyargs_test, bp_deleted_in_command_test,
3001 temporary_breakpoint_commands,
3002 gdb_test_no_prompt, redefine_hook_test,
3003 redefine_backtrace_test): Remove "global gdb_prompt".
3004
fd437cbc
SM
30052017-08-28 Simon Marchi <simon.marchi@ericsson.com>
3006
3007 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
3008 New proc, call it from toplevel.
3009
87215ad1
SDJ
30102017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
3011
3012 PR remote/21852
3013 * gdb.server/normal.c: New file, copied from gdb.base.
3014 * gdb.server/run-without-local-binary.exp: New file.
3015
58afddc6
WP
30162017-08-07 Weimin Pan <weimin.pan@oracle.com>
3017
3018 * gdb.arch/sparc64-adi.exp: New file.
3019 * gdb.arch/sparc64-adi.c: New file.
3020
5277199a
PA
30212017-08-22 Pedro Alves <palves@redhat.com>
3022
3023 * gdb.cp/overload.exp (line_range_pattern): New procedure.
3024 (top level): Add "list all overloads" tests.
3025
14278e1f
TT
30262017-08-22 Tom Tromey <tom@tromey.com>
3027
3028 * gdb.gdb/xfullpath.exp: Remove.
3029
bf223d3e
PA
30302017-08-21 Pedro Alves <palves@redhat.com>
3031
3032 PR gdb/19487
3033 * gdb.base/symbol-alias.c: New.
3034 * gdb.base/symbol-alias2.c: New.
3035 * gdb.base/symbol-alias.exp: New.
3036
c973d0aa
PA
30372017-08-21 Pedro Alves <palves@redhat.com>
3038
3039 * gdb.base/dfp-test.c
3040 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
3041 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
3042 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
3043 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
3044 * gdb.base/whatis-ptype-typedefs.c: New.
3045 * gdb.base/whatis-ptype-typedefs.exp: New.
3046 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
3047 (an_int, an_int_type, an_int_type2): New globals.
3048 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
3049 involving typedefs and cast expressions.
3050 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
3051 (lookup_typedefs_function): New.
3052 (typedefs_pretty_printers_dict): New.
3053 (top level): Register lookup_typedefs_function in
3054 gdb.pretty_printers.
3055
6d580b63
YQ
30562017-08-18 Yao Qi <yao.qi@linaro.org>
3057
3058 * gdb.server/unittest.exp: New.
3059
206726fb
SDJ
30602017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
3061
3062 PR gdb/21954
3063 * gdb.base/environ.exp: Add test to check if 'unset environment'
3064 works.
3065
bf0ec4c2
AA
30662017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3067
3068 * lib/gdb.exp (universal_compile_options): New caching proc.
3069 (gdb_compile): Suppress GCC's coloring of messages.
3070
d6382fff
TT
30712017-08-14 Tom Tromey <tom@tromey.com>
3072
3073 PR gdb/21675:
3074 * gdb.base/printcmds.exp (test_radices): New function.
3075 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
3076 * gdb.base/sizeof.exp (check_valueof): Use p/d.
3077 * lib/gdb.exp (get_integer_valueof): Use p/d.
3078
c2c2dd9f
SM
30792017-08-12 Simon Marchi <simon.marchi@ericsson.com>
3080
3081 * lib/gdb.exp (get_valueof): Don't capture end-of-line
3082 characters.
3083
fdffd6f4
TT
30842017-08-05 Tom Tromey <tom@tromey.com>
3085
3086 * gdb.rust/simple.exp: Allow String to appear in a different
3087 namespace.
3088
27d41eac
YQ
30892017-07-26 Yao Qi <yao.qi@linaro.org>
3090
3091 * gdb.gdb/unittest.exp: Invoke command
3092 "maintenance check xml-descriptions".
3093
031ed05d
AA
30942017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
3095
3096 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
3097 calling context.
3098 (hex128): Drop erroneous calculation of parameters.
3099
dcd27ddf
SM
31002017-07-22 Simon Marchi <simon.marchi@ericsson.com>
3101
3102 * gdb.python/py-unwind.exp: Disable stack protection when
3103 building test file.
3104
47e77640
PA
31052017-07-20 Pedro Alves <palves@redhat.com>
3106
3107 * gdb.base/default.exp (set language): Adjust expected output.
3108
62d2a18a
PA
31092017-07-20 Pedro Alves <palves@redhat.com>
3110
3111 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
3112 (test_minsym): ... this, and make static.
3113 (get_pck__foo__bar__minsym): Rename to ...
3114 (get_test_minsym): ... this.
3115 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
3116 symbol names and comments.
3117 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
3118 (get_test_minsym): ... this.
3119 (pck__foo__bar__minsym__2): Rename to ...
3120 (test_minsym): ... this.
3121 (main): Adjust.
3122
c45ec17c
PA
31232017-07-17 Pedro Alves <palves@redhat.com>
3124
3125 * gdb.base/completion.exp: Adjust expected output.
3126 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
3127 the completer works.
3128
c6756f62
PA
31292017-07-17 Pedro Alves <palves@redhat.com>
3130
3131 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
3132
5bd68487
AB
31332017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
3134
3135 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
3136
8880f2a9
TT
31372017-07-14 Tom Tromey <tom@tromey.com>
3138
3139 PR rust/21764:
3140 * gdb.rust/simple.exp: Add tests.
3141
65547233
TT
31422017-07-14 Tom Tromey <tom@tromey.com>
3143
3144 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
3145
8f14146e
PA
31462017-07-14 Pedro Alves <palves@redhat.com>
3147
3148 * gdb.linespec/base/one/thefile.cc (z1): New function.
3149 * gdb.linespec/base/two/thefile.cc (z2): New function.
3150 * gdb.linespec/linespec.exp: Add tests.
3151
b4365d02
AB
31522017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3153
3154 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
3155 to mi_create_breakpoint.
3156
5d2cbaa5
AB
31572017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
3158
3159 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
3160 mi_create_breakpoint.
3161
11cb5716
IB
31622017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
3163
3164 * gdb.dlang/demangle.exp: Update for demangling changes.
3165
03278692
TT
31662017-07-09 Tom Tromey <tom@tromey.com>
3167
3168 * gdb.dwarf2/shortpiece.exp: New file.
3169
33c5cd75
DB
31702017-07-06 David Blaikie <dblaikie@gmail.com>
3171
3172 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
3173 built from fissiont-multi-cu{1,2}.c.
3174 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
3175 except putting 'main' and 'func' in separate CUs in the same DWO file.
3176 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
3177 test.
3178 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
3179 test.
3180
8455d262
PA
31812017-07-06 Pedro Alves <palves@redhat.com>
3182
3183 * gdb.python/py-unwind.exp: Test flushregs.
3184
dc4bde35
SDJ
31852017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3186
3187 PR cli/21688
3188 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
3189 tests for alias commands and trailing whitespace.
3190
51ed89aa
SDJ
31912017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
3192
3193 PR cli/21688
3194 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
3195 procedure. Call it.
3196
eb17d413
PA
31972017-06-29 Pedro Alves <palves@redhat.com>
3198
3199 * gdb.base/printcmds.exp: Add tests.
3200
41664b45
DG
32012017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
3202
3203 PR gdb/21337
3204 * gdb.base/reread-readsym.exp: New file.
3205 * gdb.base/reread-readsym.c: New file.
3206
75312ae3
KB
32072017-06-21 Kevin Buettner <kevinb@redhat.com>
3208
3209 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
3210 subpattern.
3211
66953522
PB
32122017-06-19 Peter Bergner <bergner@vnet.ibm.com>
3213
3214 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
3215 extended mnemonic.
3216 * gdb.arch/powerpc-power9.s: Likewise.
3217
5524b525
AA
32182017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3219
3220 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
3221 on 32-bit x86 targets. Exploit is_*_target macros where
3222 appropriate.
3223
03c8af18
AA
32242017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3225
3226 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
3227 register pieces.
3228
3bf31011
AA
32292017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3230
3231 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
3232 located in one or more DWARF pieces.
3233
805acca0
AA
32342017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3235
3236 * lib/gdb.exp (get_endianness): New proc.
3237 * gdb.arch/aarch64-fp.exp: Use it.
3238 * gdb.arch/altivec-regs.exp: Likewise.
3239 * gdb.arch/e500-regs.exp: Likewise.
3240 * gdb.arch/vsx-regs.exp: Likewise.
3241 * gdb.base/dump.exp: Likewise.
3242 * gdb.base/funcargs.exp: Likewise.
3243 * gdb.base/gnu_vector.exp: Likewise.
3244 * gdb.dwarf2/formdata16.exp: Likewise.
3245 * gdb.dwarf2/implptrpiece.exp: Likewise.
3246 * gdb.dwarf2/nonvar-access.exp: Likewise.
3247 * gdb.python/py-inferior.exp: Likewise.
3248 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
3249
e9352324
AA
32502017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3251
3252 PR gdb/21226
3253 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
3254 stack value pieces are taken from the LSB end.
3255
d5d1163e
AA
32562017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3257
3258 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
3259 variable at nonzero offset.
3260
0567c986
AA
32612017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
3262
3263 * gdb.dwarf2/var-access.c: New file.
3264 * gdb.dwarf2/var-access.exp: New test.
3265 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
3266
973e9aab
TT
32672017-06-12 Tom Tromey <tom@tromey.com>
3268
3269 * gdb.dwarf2/formdata16.exp: Add tests.
3270
d9109c80
TT
32712017-06-12 Tom Tromey <tom@tromey.com>
3272
3273 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
3274
30a25466
TT
32752017-06-12 Tom Tromey <tom@tromey.com>
3276
3277 PR exp/16225:
3278 * gdb.reverse/i386-sse-reverse.exp: Update tests.
3279 * gdb.arch/vsx-regs.exp: Update tests.
3280 * gdb.arch/s390-vregs.exp (hex128): New proc.
3281 Update test.
3282 * gdb.arch/altivec-regs.exp: Update tests.
3283
aefd8b33
SDJ
32842017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3285
3286 * gdb.base/startup-with-shell.c: New file.
3287 * gdb.base/startup-with-shell.exp: Likewise.
3288
2090129c
SDJ
32892017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
3290
3291 * gdb.server/non-existing-program.exp: Update regex in order to
3292 reflect the fact that gdbserver is now using fork_inferior (with a
3293 shell) to startup the inferior.
3294
8e86a419
SM
32952017-05-30 Simon Marchi <simon.marchi@ericsson.com>
3296
3297 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
3298 support function calls from GDB.
3299
e6cf65f2
TT
33002017-05-21 Tom Tromey <tom@tromey.com>
3301
3302 PR rust/21466:
3303 * gdb.rust/unsized.exp: New file.
3304 * gdb.rust/unsized.rs: New file.
3305
43cc5389
TT
33062017-05-19 Tom Tromey <tom@tromey.com>
3307
3308 PR rust/21484:
3309 * gdb.rust/watch.exp: New file.
3310 * gdb.rust/watch.rs: New file.
3311
ec8df234
TT
33122017-05-18 Tom Tromey <tom@tromey.com>
3313
3314 * gdb.rust/simple.exp: Allow Box to be qualified.
3315
3e3e7fae
TP
33162017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
3317
3318 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
3319
59cc050d
PA
33202017-05-18 Pedro Alves <palves@redhat.com>
3321
3322 * gdb.base/fileio.c (test_write, test_read, test_close)
3323 (test_fstat): Don't print 'ret' in the fail path.
3324
c8f6abd1
PA
33252017-05-18 Pedro Alves <palves@redhat.com>
3326
3327 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
3328 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
3329 (test_system, test_rename, test_unlink, test_time): Change
3330 prototypes.
3331 * gdb.base/fileio.exp (stop_msg): Adjust.
3332
d2a03b77
PA
33332017-05-18 Pedro Alves <palves@redhat.com>
3334
3335 * gdb.base/fileio.c (null_str): New global.
3336 (test_stat): Use it.
3337 * gdb.base/fileio.exp: Remove nowarnings.
3338
0d5c6999
YQ
33392017-05-17 Yao Qi <yao.qi@linaro.org>
3340
3341 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
3342
21873064
YQ
33432017-05-17 Simon Marchi <simon.marchi@ericsson.com>
3344
3345 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
3346 argument command.
3347 (top-level): Invoke test_set_inferior_tty.
3348
d512d31c
PA
33492017-05-04 Pedro Alves <palves@redhat.com>
3350
3351 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
3352 Add parens to print call for Python 3.
3353
90cef2ed
KS
33542017-05-03 Keith Seitz <keiths@redhat.com>
3355
3356 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
3357 (main): Call it.
3358
14f819c8
TW
33592017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3360
3361 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
3362 to prev and next.
3363
913aeadd
TW
33642017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3365
3366 * gdb.python/py-record-btrace.exp: Remove test for
3367 gdb.BtraceInstruction.error.
3368
a3be24ad
TW
33692017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3370
3371 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
3372
ae20e79a
TW
33732017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
3374
3375 * gdb.python/py-record-btrace-threads.c: New file.
3376 * gdb.python/py-record-btrace-threads.exp: New file.
3377
45ce1b47
SDJ
33782017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
3379
3380 PR testsuite/8595
3381 * gdb.base/environ.exp: Make test available in all architectures.
3382 Move bits related to "info program" testing to
3383 gdb.base/info-program.exp. Rewrite tests to use the two new
3384 procedures mentione below.
3385 (test_set_show_env_var) New procedure.
3386 (test_set_show_env_var_equal): Likewise.
3387 * gdb.base/info-program.exp: New file.
3388
e15c3eb4
KS
33892017-04-27 Keith Seitz <keiths@redhat.com>
3390
3391 * gdb.cp/oranking.cc (test15): New function.
3392 (main): Call test15 and declare additional variables for testing.
3393 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
3394 "p foo101('abc')" tests.
3395 Add tests for cv qualifier overloads.
3396 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
3397 "lvalue reference overload" test.
3398 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
3399 "print value of f1 on Child&& in f2" test.
3400
3a3fd0fd
PA
34012017-04-19 Pedro Alves <palves@redhat.com>
3402
3403 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
3404 procedure.
3405 (top level): Call it.
3406 * lib/gdb.exp (gdb_define_cmd): New procedure.
3407
53375380
PA
34082017-04-12 Pedro Alves <palves@redhat.com>
3409
3410 PR gdb/21323
3411 * gdb.cp/wide_char_types.c: Include <wchar.h>.
3412 (wchar): New global.
3413 * gdb.cp/wide_char_types.exp (wide_char_types_program)
3414 (do_test_wide_char, wide_char_types_no_program, top level): Add
3415 wchar_t testing.
3416
53e710ac
PA
34172017-04-12 Pedro Alves <palves@redhat.com>
3418
3419 PR c++/21323
3420 * gdb.cp/wide_char_types.c: New file.
3421 * gdb.cp/wide_char_types.exp: New file.
3422
0ad9d8c7
SDJ
34232017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
3424
3425 PR gdb/21352
3426 * gdb.trace/tsv.exp: Add test for "tsave -r".
3427
b1b45502
IB
34282017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
3429
3430 * gdb.dlang/watch-loc.c: New file.
3431 * gdb.dlang/watch-loc.exp: New file.
3432
ec13808e
JK
34332017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
3434
3435 * gdb.python/py-section-script.exp (sepdebug): New testcases.
3436
fe5f7374
AK
34372017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3438
3439 * gdb.arch/arc-analyze-prologue.S: New file.
3440 * gdb.arch/arc-analyze-prologue.exp: Likewise.
3441
eea78757
AK
34422017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
3443
3444 * gdb.arch/arc-decode-insn.S: New file.
3445 * gdb.arch/arc-decode-insn.exp: Likewise.
3446
5badf10a
IR
34472017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
3448
3449 PR tdep/20928
3450 * gdb.arch/sparc64-regs.exp: New file.
3451 * gdb.arch/sparc64-regs.S: Likewise.
3452
cee59b3f
TW
34532017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
3454
3455 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
3456 and memory view on Python 3.
3457
c0f55cc6
AV
34582017-03-20 Artemiy Volkov <artemiyv@acm.org>
3459 Keith Seitz <keiths@redhat.com>
3460
3461 PR gdb/14441
3462 * gdb.cp/demangle.exp: Add rvalue reference tests.
3463 * gdb.cp/rvalue-ref-casts.cc: New file.
3464 * gdb.cp/rvalue-ref-casts.exp: New file.
3465 * gdb.cp/rvalue-ref-overload.cc: New file.
3466 * gdb.cp/rvalue-ref-overload.exp: New file.
3467 * gdb.cp/rvalue-ref-params.cc: New file.
3468 * gdb.cp/rvalue-ref-params.exp: New file.
3469 * gdb.cp/rvalue-ref-sizeof.cc: New file.
3470 * gdb.cp/rvalue-ref-sizeof.exp: New file.
3471 * gdb.cp/rvalue-ref-types.cc: New file.
3472 * gdb.cp/rvalue-ref-types.exp: New file.
3473 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
3474 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
3475
51457a05
MAL
34762017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3477
3478 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
3479 New procedure.
3480
5b291c04
MAL
34812017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
3482
3483 * lib/mi-support.exp (mi_gdb_test): Add additional message
3484 for unexpected output.
3485
59a56148
AA
34862017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3487
3488 * gdb.base/examine-backward.c (Barrier): New character array
3489 constant, to ensure that TestStrings is preceded by a string
3490 terminator.
3491
7942e96e
AA
34922017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
3493
3494 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
3495 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
3496 and implicit pointer into such a location.
3497
6ebac3fb
DE
34982017-03-16 Doug Evans <dje@google.com>
3499
3500 * gdb.python/py-lazy-string (pointer): Really add new typedef.
3501
ec3b243d
TP
35022017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
3503
3504 * gdb.cp/m-static.exp: Fix expectation for prototype of
3505 test5.single_constructor and single_constructor::single_constructor.
2cc36e25
DE
3506
35072017-03-16 Doug Evans <dje@google.com>
a7c0469f
DE
3508
3509 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
3510 * gdb.guile/scm-lazy-string.c: New file.
3511 * gdb.guile/scm-value.exp: Move lazy string tests to ...
3512 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
3513 for pointer, array, typedef lazy strings.
3514
2cc36e25 35152017-03-16 Doug Evans <dje@google.com>
34b43320
DE
3516
3517 PR python/17728, python/18439, python/18779
3518 * gdb.python/py-value.c (main) Delete locals sptr, sn.
3519 * gdb.python/py-lazy-string.c (pointer): New typedef.
3520 (main): New locals ptr, array, typedef_ptr.
3521 * gdb.python/py-value.exp: Move lazy string tests to ...
3522 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
3523 array, typedef lazy strings.
ec3b243d 3524
0efcde63
AK
35252017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
3526
3527 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
3528 Add optional 'test' parameter.
3529
7978d7c3
SM
35302017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3531
3532 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3533 Skip for versions of DejaGnu < 1.5.
3534
896c0c1e
SM
35352017-03-13 Simon Marchi <simon.marchi@ericsson.com>
3536
3537 * lib/gdb.exp (dejagnu_version): New proc.
3538 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
3539 Use dejagnu_version.
3540
5f4d1085
KS
35412017-03-10 Keith Seitz <keiths@redhat.com>
3542
3543 PR c++/8128
3544 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
3545 type from destructor regexps.
3546 Add a branch which actually passes the test.
3547 Adjust "ptype t5i" test names.
3548
1de05205
PA
35492017-03-08 Pedro Alves <palves@redhat.com>
3550
3551 * gdb.base/step-over-exit.exp: Add explicit test message.
3552
c65d6b55
PA
35532017-03-08 Pedro Alves <palves@redhat.com>
3554
3555 PR gdb/18360
3556 * gdb.threads/interrupt-while-step-over.c: New file.
3557 * gdb.threads/interrupt-while-step-over.exp: New file.
3558
2e86a283
PA
35592017-03-08 Pedro Alves <palves@redhat.com>
3560
3561 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
3562 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
3563
25dcbff6
PA
35642017-03-08 Pedro Alves <palves@redhat.com>
3565
3566 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
3567 PKRU as not supported as a PASS.
3568
dc9366eb
PA
35692017-03-08 Pedro Alves <palves@redhat.com>
3570
3571 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
3572 prefix instead of $binfile1/$binfile2.
3573 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
3574 in test message.
3575 * gdb.python/py-completion.exp: Use "load python file" as test
3576 messages instead of unstable path names.
3577
6e5d74e7
PA
35782017-03-08 Pedro Alves <palves@redhat.com>
3579 Jan Kratochvil <jan.kratochvil@redhat.com>
3580
3581 PR cli/21218
3582 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
3583 New proc.
3584 (top level): Call it.
3585
9753a2f6
PA
35862017-03-08 Pedro Alves <palves@redhat.com>
3587
3588 PR tui/21216
3589 * gdb.tui/tui-nl-filtered-output.exp: New file.
3590
1a4dd9dd
PA
35912017-03-08 Pedro Alves <palves@redhat.com>
3592
3593 * gdb.base/completion.exp: Move TUI completion tests to ...
3594 * gdb.tui/completion.exp: ... this new file.
3595
7cbbff33
PA
35962017-03-08 Pedro Alves <palves@redhat.com>
3597
3598 * gdb.base/tui-disasm-long-lines.c,
3599 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
3600 gdb.base/tui-layout.exp: Move to ...
3601 * gdb.tui/: ... this new directory.
3602
5f6fd321
PA
36032017-03-07 Pedro Alves <palves@redhat.com>
3604
3605 * gdb.base/tui-layout.c: New file.
3606 * gdb.base/tui-layout.exp: New file.
3607
44959fa8
PA
36082017-03-07 Pedro Alves <palves@redhat.com>
3609
3610 * gdb.base/tui-layout.c: Rename to ...
3611 * gdb.base/tui-disasm-long-lines.c: ... this.
3612 * gdb.base/tui-layout.exp: Rename to ...
3613 * gdb.base/tui-disasm-long-lines.exp: ... this.
3614
f8c4e718
PA
36152017-03-07 Pedro Alves <palves@redhat.com>
3616
3617 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
3618
6dbb839a 36192017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
3620
3621 * i386-mpx-call.c: New file.
3622 * i386-mpx-call.exp: New file.
3623
65b48a81
PB
36242017-02-28 Peter Bergner <bergner@vnet.ibm.com>
3625
3626 * gdb.arch/powerpc-power.exp: Delete test.
3627 * gdb.arch/powerpc-power.s: Likewise.
3628 * gdb.disasm/disassembler-options.exp: New test.
3629 * gdb.arch/powerpc-altivec.exp: Likewise.
3630 * gdb.arch/powerpc-altivec.s: Likewise.
3631 * gdb.arch/powerpc-altivec2.exp: Likewise.
3632 * gdb.arch/powerpc-altivec2.s: Likewise.
3633 * gdb.arch/powerpc-altivec3.exp: Likewise.
3634 * gdb.arch/powerpc-altivec3.s: Likewise.
3635 * gdb.arch/powerpc-power7.exp: Likewise.
3636 * gdb.arch/powerpc-power7.s: Likewise.
3637 * gdb.arch/powerpc-power8.exp: Likewise.
3638 * gdb.arch/powerpc-power8.s: Likewise.
3639 * gdb.arch/powerpc-power9.exp: Likewise.
3640 * gdb.arch/powerpc-power9.s: Likewise.
3641 * gdb.arch/powerpc-vsx.exp: Likewise.
3642 * gdb.arch/powerpc-vsx.s: Likewise.
3643 * gdb.arch/powerpc-vsx2.exp: Likewise.
3644 * gdb.arch/powerpc-vsx2.s: Likewise.
3645 * gdb.arch/powerpc-vsx3.exp: Likewise.
3646 * gdb.arch/powerpc-vsx3.s: Likewise.
3647 * gdb.arch/arm-disassembler-options.exp: Likewise.
3648 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
3649 * gdb.arch/s390-disassembler-options.exp: Likewise.
3650
17cd4947
LM
36512017-02-23 Luis Machado <lgustavo@codesourcery.com>
3652
3653 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
3654 (check_supported_features): ... this. Changed return type to void.
3655 (supports_rdseed): New static global.
3656 (rdseed): Check supports_rdseed.
3657 (initialize): Call check_supported_features.
3658
2039d74e
EBM
36592017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3660
3661 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
3662 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
3663 and lqarx/stqcx.
3664 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
3665 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
3666
a51d7ecf
EBM
36672017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
3668
3669 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
3670 uppercase.
3671
0224619f
JK
36722017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3673
3674 * gdb.dwarf2/formdata16.c: New file.
3675 * gdb.dwarf2/formdata16.exp: New file.
3676 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
3677
216f72a1
JK
36782017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3679
3680 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
3681 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
3682 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
3683 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
3684 DW_AT_GNU_*.
3685
43988095
JK
36862017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
3687
3688 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
3689
99e8a4f9
SDJ
36902017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
3691
3692 PR gdb/21164
3693 * gdb.base/maint.exp: Add testcases for when the commands do
3694 not have arguments.
3695
b58a8c0c
TP
36962017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
3697
3698 * gdb.cp/chained-calls.exp: Use p instead of P.
3699
4e746bb6
TW
37002017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
3701
3702 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
3703 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
3704
3f77c769
TT
37052017-02-14 Tom Tromey <tom@tromey.com>
3706
3707 PR python/13598:
3708 * gdb.python/py-events.exp: Add before_prompt event tests.
3709
075beec0
AA
37102017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
3711
3712 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
3713
bf5f525c
LM
37142017-02-13 Luis Machado <lgustavo@codesourcery.com>
3715
3716 * gdb.linespec/explicit.c (my_unique_function_name): New function.
3717 (main): Call my_unique_function_name.
3718 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
3719 completion of patterns with a single match.
3720 Add missing -re switches to gdb_test_multiple calls.
3721
13a66184
LM
37222017-02-13 Luis Machado <lgustavo@codesourcery.com>
3723
3724 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
3725 return if core file is not recognized.
3726
26a06916
SM
37272017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3728
3729 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
3730 and extra UIs.
3731
b761ca9e
SM
37322017-02-10 Simon Marchi <simon.marchi@ericsson.com>
3733
3734 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
3735 proc_with_prefix.
3736
b964bee0
TT
37372017-02-10 Tom Tromey <tom@tromey.com>
3738
3739 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
3740
18da0c51
MG
37412017-02-10 Martin Galvan <martingalvan@sourceware.org>
3742
3743 PR gdb/21122
3744 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
3745
604c4576
JG
37462017-02-08 Jerome Guitton <guitton@adacore.com>
3747
3748 * gdb.base/define.exp: Add test for command abbreviations
3749 in define.
3750
20b477a7
LM
37512017-02-06 Luis Machado <lgustavo@codesourcery.com>
3752
3753 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
3754 * gdb.reverse/insn-reverse-x86.c: New file.
3755
3f7b46f2
IR
37562017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
3757
3758 PR tdep/20936
3759 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
3760
f0fd41c1
TT
37612017-02-03 Tom Tromey <tom@tromey.com>
3762
3763 PR rust/21097:
3764 * gdb.rust/simple.exp: Add new tests.
3765
5be5dbf0
PA
37662017-02-02 Pedro Alves <palves@redhat.com>
3767
3768 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
3769 tests.
3770
7346ef59
AA
37712017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3772
3773 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
3774 taking a 2-byte value out of a 4-byte DWARF implicit value on
3775 big-endian targets.
3776 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
3777 logic. Add test cases for DW_OP_implicit.
3778
787f0025
MM
37792017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3780
3781 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
3782
68777c29
MM
37832017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3784
3785 * gdb.btrace/enable.exp: Call gdb_exit before
3786 skip_gdbserver_tests.
3787
0a1c7e28
MM
37882017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3789
3790 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
3791 GDBFLAGS.
3792
b5ac99b0
MM
37932017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3794
3795 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
3796 the test is skipped.
3797 * gdb.btrace/data.exp: Likewise.
3798 * gdb.btrace/delta.exp: Likewise.
3799 * gdb.btrace/dlopen.exp: Likewise.
3800 * gdb.btrace/enable-running.exp: Likewise.
3801 * gdb.btrace/enable.exp: Likewise.
3802 * gdb.btrace/exception.exp: Likewise.
3803 * gdb.btrace/function_call_history.exp: Likewise.
3804 * gdb.btrace/gcore.exp: Likewise.
3805 * gdb.btrace/instruction_history.exp: Likewise.
3806 * gdb.btrace/multi-thread-step.exp: Likewise.
3807 * gdb.btrace/nohist.exp: Likewise.
3808 * gdb.btrace/non-stop.exp: Likewise.
3809 * gdb.btrace/reconnect.exp: Likewise.
3810 * gdb.btrace/record_goto-step.exp: Likewise.
3811 * gdb.btrace/record_goto.exp: Likewise.
3812 * gdb.btrace/rn-dl-bind.exp: Likewise.
3813 * gdb.btrace/segv.exp: Likewise.
3814 * gdb.btrace/step.exp: Likewise.
3815 * gdb.btrace/stepi.exp: Likewise.
3816 * gdb.btrace/tailcall-only.exp: Likewise.
3817 * gdb.btrace/tailcall.exp: Likewise.
3818 * gdb.btrace/tsx.exp: Likewise.
3819 * gdb.btrace/unknown_functions.exp: Likewise.
3820 * gdb.btrace/vdso.exp: Likewise.
3821
cd4007e4
MM
38222017-02-01 Markus Metzger <markus.t.metzger@intel.com>
3823
3824 * gdb.btrace/enable-running.c: New.
3825 * gdb.btrace/enable-running.exp: New.
3826
2735833d
WT
38272017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
3828
3829 * gdb.arch/amd64-gs_base.c: New file.
3830 * gdb.arch/amd64-gs_base.exp: New file.
3831
b51e1e94
LM
38322017-01-26 Luis Machado <lgustavo@codesourcery.com>
3833
3834 * lib/memory.exp: Remove spurious empty newlines.
3835
72ca0410
SM
38362017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
3837
3838 * gdb.python/py-bad-printers.exp: Load python file using "source".
3839 * gdb.python/py-events.exp: Likewise.
3840 * gdb.python/py-evsignal.exp: Likewise.
3841 * gdb.python/py-evthreads.exp: Likewise.
3842 * gdb.python/py-frame-args.exp: Likewise.
3843 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
3844 * gdb.python/py-framefilter-mi.exp: Likewise.
3845 * gdb.python/py-framefilter.exp: Likewise.
3846 * gdb.python/py-mi.exp: Likewise.
3847 * gdb.python/py-pp-maint.exp: Likewise.
3848 * gdb.python/py-pp-registration.exp: Likewise.
3849 * gdb.python/py-prettyprint.exp: Likewise.
3850 (run_lang_tests): Likewise.
3851 * gdb.python/py-typeprint.exp: Likewise.
3852
e309aa65
LM
38532017-01-26 Luis Machado <lgustavo@codesourcery.com>
3854
3855 * lib/memory.exp: New file.
3856 * lib/gdb.exp: Load memory.exp.
3857 * gdb.base/memattr.exp (delete_memory): Move proc to
3858 lib/memory.exp and rename to delete_memory_regions.
3859 Replace delete_memory with delete_memory_regions.
3860 Cleanup memory regions before tests.
3861 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
3862 before tests.
3863
515aff23
LM
38642017-01-26 Luis Machado <lgustavo@codesourcery.com>
3865
3866 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
3867 files.
3868 (initialize): New function conditionally defined.
3869 (testcases): Move within conditional block.
3870 (main): Call initialize.
3871 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
3872 of gdb.reverse/insn-reverse.c.
3873 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
3874 gdb.reverse/insn-reverse.c.
3875
d8b49cf0
YQ
38762017-01-26 Yao Qi <yao.qi@linaro.org>
3877
3878 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
3879 disassemble on address 0.
3880
f13a9a0c
YQ
38812017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
3882 Yao Qi <yao.qi@linaro.org>
3883
3884 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
3885 * gdb.dwarf2/implptr-64bit.S: Remove.
3886 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
3887 variables in caller's context. Add DW_OP_implicit_value.
3888
5ac95241
YQ
38892017-01-25 Yao Qi <yao.qi@linaro.org>
3890
3891 * lib/dwarf.exp (Dwarf::_location): Handle
3892 DW_OP_GNU_implicit_pointer with proper size.
3893
23e82930
LM
38942017-01-20 Luis Machado <lgustavo@codesourcery.com>
3895
3896 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
3897 and add untested calls.
3898
d334ae25
LM
38992017-01-20 Luis Machado <lgustavo@codesourcery.com>
3900
3901 * gdb.python/python.exp: Check line number against what GDB thinks
3902 the line number is for func1.
3903
f5e6296e
IB
39042017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
3905
3906 * gdb.dlang/debug-expr.exp: New file.
3907
5b362f04
LM
39082016-12-23 Luis Machado <lgustavo@codesourcery.com>
3909
3910 Fix test names for the following files:
3911
3912 * gdb.ada/exec_changed.exp
3913 * gdb.ada/info_types.exp
3914 * gdb.arch/aarch64-atomic-inst.exp
3915 * gdb.arch/aarch64-fp.exp
3916 * gdb.arch/altivec-abi.exp
3917 * gdb.arch/altivec-regs.exp
3918 * gdb.arch/amd64-byte.exp
3919 * gdb.arch/amd64-disp-step.exp
3920 * gdb.arch/amd64-dword.exp
3921 * gdb.arch/amd64-entry-value-inline.exp
3922 * gdb.arch/amd64-entry-value-param.exp
3923 * gdb.arch/amd64-entry-value-paramref.exp
3924 * gdb.arch/amd64-entry-value.exp
3925 * gdb.arch/amd64-i386-address.exp
3926 * gdb.arch/amd64-invalid-stack-middle.exp
3927 * gdb.arch/amd64-invalid-stack-top.exp
3928 * gdb.arch/amd64-optimout-repeat.exp
3929 * gdb.arch/amd64-prologue-skip.exp
3930 * gdb.arch/amd64-prologue-xmm.exp
3931 * gdb.arch/amd64-stap-special-operands.exp
3932 * gdb.arch/amd64-stap-wrong-subexp.exp
3933 * gdb.arch/amd64-tailcall-cxx.exp
3934 * gdb.arch/amd64-tailcall-noret.exp
3935 * gdb.arch/amd64-tailcall-ret.exp
3936 * gdb.arch/amd64-tailcall-self.exp
3937 * gdb.arch/amd64-word.exp
3938 * gdb.arch/arm-bl-branch-dest.exp
3939 * gdb.arch/arm-disp-step.exp
3940 * gdb.arch/arm-neon.exp
3941 * gdb.arch/arm-single-step-kernel-helper.exp
3942 * gdb.arch/avr-flash-qualifier.exp
3943 * gdb.arch/disp-step-insn-reloc.exp
3944 * gdb.arch/e500-abi.exp
3945 * gdb.arch/e500-regs.exp
3946 * gdb.arch/ftrace-insn-reloc.exp
3947 * gdb.arch/i386-avx512.exp
3948 * gdb.arch/i386-bp_permanent.exp
3949 * gdb.arch/i386-byte.exp
3950 * gdb.arch/i386-cfi-notcurrent.exp
3951 * gdb.arch/i386-disp-step.exp
3952 * gdb.arch/i386-dr3-watch.exp
3953 * gdb.arch/i386-float.exp
3954 * gdb.arch/i386-gnu-cfi.exp
3955 * gdb.arch/i386-mpx-map.exp
3956 * gdb.arch/i386-mpx-sigsegv.exp
3957 * gdb.arch/i386-mpx-simple_segv.exp
3958 * gdb.arch/i386-mpx.exp
3959 * gdb.arch/i386-permbkpt.exp
3960 * gdb.arch/i386-prologue.exp
3961 * gdb.arch/i386-signal.exp
3962 * gdb.arch/i386-size-overlap.exp
3963 * gdb.arch/i386-unwind.exp
3964 * gdb.arch/i386-word.exp
3965 * gdb.arch/mips-fcr.exp
3966 * gdb.arch/powerpc-d128-regs.exp
3967 * gdb.arch/powerpc-stackless.exp
3968 * gdb.arch/ppc64-atomic-inst.exp
3969 * gdb.arch/s390-stackless.exp
3970 * gdb.arch/s390-tdbregs.exp
3971 * gdb.arch/s390-vregs.exp
3972 * gdb.arch/sparc-sysstep.exp
3973 * gdb.arch/thumb-bx-pc.exp
3974 * gdb.arch/thumb-singlestep.exp
3975 * gdb.arch/thumb2-it.exp
3976 * gdb.arch/vsx-regs.exp
3977 * gdb.asm/asm-source.exp
3978 * gdb.base/a2-run.exp
3979 * gdb.base/advance.exp
3980 * gdb.base/all-bin.exp
3981 * gdb.base/anon.exp
3982 * gdb.base/args.exp
3983 * gdb.base/arithmet.exp
3984 * gdb.base/async-shell.exp
3985 * gdb.base/async.exp
3986 * gdb.base/attach-pie-noexec.exp
3987 * gdb.base/attach-twice.exp
3988 * gdb.base/auto-load.exp
3989 * gdb.base/bang.exp
3990 * gdb.base/bitfields.exp
3991 * gdb.base/break-always.exp
3992 * gdb.base/break-caller-line.exp
3993 * gdb.base/break-entry.exp
3994 * gdb.base/break-inline.exp
3995 * gdb.base/break-on-linker-gcd-function.exp
3996 * gdb.base/break-probes.exp
3997 * gdb.base/break.exp
3998 * gdb.base/breakpoint-shadow.exp
3999 * gdb.base/call-ar-st.exp
4000 * gdb.base/call-sc.exp
4001 * gdb.base/call-signal-resume.exp
4002 * gdb.base/call-strs.exp
4003 * gdb.base/callfuncs.exp
4004 * gdb.base/catch-fork-static.exp
4005 * gdb.base/catch-gdb-caused-signals.exp
4006 * gdb.base/catch-load.exp
4007 * gdb.base/catch-signal-fork.exp
4008 * gdb.base/catch-signal.exp
4009 * gdb.base/catch-syscall.exp
4010 * gdb.base/charset.exp
4011 * gdb.base/checkpoint.exp
4012 * gdb.base/chng-syms.exp
4013 * gdb.base/code-expr.exp
4014 * gdb.base/code_elim.exp
4015 * gdb.base/commands.exp
4016 * gdb.base/completion.exp
4017 * gdb.base/complex.exp
4018 * gdb.base/cond-expr.exp
4019 * gdb.base/condbreak.exp
4020 * gdb.base/consecutive.exp
4021 * gdb.base/continue-all-already-running.exp
4022 * gdb.base/coredump-filter.exp
4023 * gdb.base/corefile.exp
4024 * gdb.base/dbx.exp
4025 * gdb.base/debug-expr.exp
4026 * gdb.base/define.exp
4027 * gdb.base/del.exp
4028 * gdb.base/disabled-location.exp
4029 * gdb.base/disasm-end-cu.exp
4030 * gdb.base/disasm-optim.exp
4031 * gdb.base/display.exp
4032 * gdb.base/duplicate-bp.exp
4033 * gdb.base/ena-dis-br.exp
4034 * gdb.base/ending-run.exp
4035 * gdb.base/enumval.exp
4036 * gdb.base/environ.exp
4037 * gdb.base/eu-strip-infcall.exp
4038 * gdb.base/eval-avoid-side-effects.exp
4039 * gdb.base/eval-skip.exp
4040 * gdb.base/exitsignal.exp
4041 * gdb.base/expand-psymtabs.exp
4042 * gdb.base/filesym.exp
4043 * gdb.base/find-unmapped.exp
4044 * gdb.base/finish.exp
4045 * gdb.base/float.exp
4046 * gdb.base/foll-exec-mode.exp
4047 * gdb.base/foll-exec.exp
4048 * gdb.base/foll-fork.exp
4049 * gdb.base/fortran-sym-case.exp
4050 * gdb.base/freebpcmd.exp
4051 * gdb.base/func-ptr.exp
4052 * gdb.base/func-ptrs.exp
4053 * gdb.base/funcargs.exp
4054 * gdb.base/gcore-buffer-overflow.exp
4055 * gdb.base/gcore-relro-pie.exp
4056 * gdb.base/gcore-relro.exp
4057 * gdb.base/gcore.exp
4058 * gdb.base/gdb1090.exp
4059 * gdb.base/gdb11530.exp
4060 * gdb.base/gdb11531.exp
4061 * gdb.base/gdb1821.exp
4062 * gdb.base/gdbindex-stabs.exp
4063 * gdb.base/gdbvars.exp
4064 * gdb.base/hbreak.exp
4065 * gdb.base/hbreak2.exp
4066 * gdb.base/included.exp
4067 * gdb.base/infcall-input.exp
4068 * gdb.base/inferior-died.exp
4069 * gdb.base/infnan.exp
4070 * gdb.base/info-macros.exp
4071 * gdb.base/info-os.exp
4072 * gdb.base/info-proc.exp
4073 * gdb.base/info-shared.exp
4074 * gdb.base/info-target.exp
4075 * gdb.base/infoline.exp
4076 * gdb.base/interp.exp
4077 * gdb.base/interrupt.exp
4078 * gdb.base/jit-reader.exp
4079 * gdb.base/jit-simple.exp
4080 * gdb.base/kill-after-signal.exp
4081 * gdb.base/kill-detach-inferiors-cmd.exp
4082 * gdb.base/label.exp
4083 * gdb.base/langs.exp
4084 * gdb.base/ldbl_e308.exp
4085 * gdb.base/line-symtabs.exp
4086 * gdb.base/linespecs.exp
4087 * gdb.base/list.exp
4088 * gdb.base/long_long.exp
4089 * gdb.base/longest-types.exp
4090 * gdb.base/maint.exp
4091 * gdb.base/max-value-size.exp
4092 * gdb.base/memattr.exp
4093 * gdb.base/mips_pro.exp
4094 * gdb.base/morestack.exp
4095 * gdb.base/moribund-step.exp
4096 * gdb.base/multi-forks.exp
4097 * gdb.base/nested-addr.exp
4098 * gdb.base/nextoverexit.exp
4099 * gdb.base/noreturn-finish.exp
4100 * gdb.base/noreturn-return.exp
4101 * gdb.base/nostdlib.exp
4102 * gdb.base/offsets.exp
4103 * gdb.base/opaque.exp
4104 * gdb.base/pc-fp.exp
4105 * gdb.base/permissions.exp
4106 * gdb.base/print-symbol-loading.exp
4107 * gdb.base/prologue-include.exp
4108 * gdb.base/psymtab.exp
4109 * gdb.base/ptype.exp
4110 * gdb.base/random-signal.exp
4111 * gdb.base/randomize.exp
4112 * gdb.base/range-stepping.exp
4113 * gdb.base/readline-ask.exp
4114 * gdb.base/recpar.exp
4115 * gdb.base/recurse.exp
4116 * gdb.base/relational.exp
4117 * gdb.base/restore.exp
4118 * gdb.base/return-nodebug.exp
4119 * gdb.base/return.exp
4120 * gdb.base/run-after-attach.exp
4121 * gdb.base/save-bp.exp
4122 * gdb.base/scope.exp
4123 * gdb.base/sect-cmd.exp
4124 * gdb.base/set-lang-auto.exp
4125 * gdb.base/set-noassign.exp
4126 * gdb.base/setvar.exp
4127 * gdb.base/sigall.exp
4128 * gdb.base/sigbpt.exp
4129 * gdb.base/siginfo-addr.exp
4130 * gdb.base/siginfo-infcall.exp
4131 * gdb.base/siginfo-obj.exp
4132 * gdb.base/siginfo.exp
4133 * gdb.base/signals-state-child.exp
4134 * gdb.base/signest.exp
4135 * gdb.base/sigstep.exp
4136 * gdb.base/sizeof.exp
4137 * gdb.base/skip.exp
4138 * gdb.base/solib-corrupted.exp
4139 * gdb.base/solib-nodir.exp
4140 * gdb.base/solib-search.exp
4141 * gdb.base/stack-checking.exp
4142 * gdb.base/stale-infcall.exp
4143 * gdb.base/stap-probe.exp
4144 * gdb.base/start.exp
4145 * gdb.base/step-break.exp
4146 * gdb.base/step-bt.exp
4147 * gdb.base/step-line.exp
4148 * gdb.base/step-over-exit.exp
4149 * gdb.base/step-over-syscall.exp
4150 * gdb.base/step-resume-infcall.exp
4151 * gdb.base/step-test.exp
4152 * gdb.base/store.exp
4153 * gdb.base/structs3.exp
4154 * gdb.base/sym-file.exp
4155 * gdb.base/symbol-without-target_section.exp
4156 * gdb.base/term.exp
4157 * gdb.base/testenv.exp
4158 * gdb.base/ui-redirect.exp
4159 * gdb.base/until.exp
4160 * gdb.base/unwindonsignal.exp
4161 * gdb.base/value-double-free.exp
4162 * gdb.base/vla-datatypes.exp
4163 * gdb.base/vla-ptr.exp
4164 * gdb.base/vla-sideeffect.exp
4165 * gdb.base/volatile.exp
4166 * gdb.base/watch-cond-infcall.exp
4167 * gdb.base/watch-cond.exp
4168 * gdb.base/watch-non-mem.exp
4169 * gdb.base/watch-read.exp
4170 * gdb.base/watch-vfork.exp
4171 * gdb.base/watchpoint-cond-gone.exp
4172 * gdb.base/watchpoint-delete.exp
4173 * gdb.base/watchpoint-hw-hit-once.exp
4174 * gdb.base/watchpoint-hw.exp
4175 * gdb.base/watchpoint-stops-at-right-insn.exp
4176 * gdb.base/watchpoints.exp
4177 * gdb.base/wchar.exp
4178 * gdb.base/whatis-exp.exp
4179 * gdb.btrace/buffer-size.exp
4180 * gdb.btrace/data.exp
4181 * gdb.btrace/delta.exp
4182 * gdb.btrace/dlopen.exp
4183 * gdb.btrace/enable.exp
4184 * gdb.btrace/exception.exp
4185 * gdb.btrace/function_call_history.exp
4186 * gdb.btrace/gcore.exp
4187 * gdb.btrace/instruction_history.exp
4188 * gdb.btrace/nohist.exp
4189 * gdb.btrace/reconnect.exp
4190 * gdb.btrace/record_goto-step.exp
4191 * gdb.btrace/record_goto.exp
4192 * gdb.btrace/rn-dl-bind.exp
4193 * gdb.btrace/segv.exp
4194 * gdb.btrace/step.exp
4195 * gdb.btrace/stepi.exp
4196 * gdb.btrace/tailcall-only.exp
4197 * gdb.btrace/tailcall.exp
4198 * gdb.btrace/tsx.exp
4199 * gdb.btrace/unknown_functions.exp
4200 * gdb.btrace/vdso.exp
4201 * gdb.compile/compile-ifunc.exp
4202 * gdb.compile/compile-ops.exp
4203 * gdb.compile/compile-print.exp
4204 * gdb.compile/compile-setjmp.exp
4205 * gdb.cp/abstract-origin.exp
4206 * gdb.cp/ambiguous.exp
4207 * gdb.cp/annota2.exp
4208 * gdb.cp/annota3.exp
4209 * gdb.cp/anon-ns.exp
4210 * gdb.cp/anon-struct.exp
4211 * gdb.cp/anon-union.exp
4212 * gdb.cp/arg-reference.exp
4213 * gdb.cp/baseenum.exp
4214 * gdb.cp/bool.exp
4215 * gdb.cp/breakpoint.exp
4216 * gdb.cp/bs15503.exp
4217 * gdb.cp/call-c.exp
4218 * gdb.cp/casts.exp
4219 * gdb.cp/chained-calls.exp
4220 * gdb.cp/class2.exp
4221 * gdb.cp/classes.exp
4222 * gdb.cp/cmpd-minsyms.exp
4223 * gdb.cp/converts.exp
4224 * gdb.cp/cp-relocate.exp
4225 * gdb.cp/cpcompletion.exp
4226 * gdb.cp/cpexprs.exp
4227 * gdb.cp/cplabel.exp
4228 * gdb.cp/cplusfuncs.exp
4229 * gdb.cp/cpsizeof.exp
4230 * gdb.cp/ctti.exp
4231 * gdb.cp/derivation.exp
4232 * gdb.cp/destrprint.exp
4233 * gdb.cp/dispcxx.exp
4234 * gdb.cp/enum-class.exp
4235 * gdb.cp/exception.exp
4236 * gdb.cp/exceptprint.exp
4237 * gdb.cp/expand-psymtabs-cxx.exp
4238 * gdb.cp/expand-sals.exp
4239 * gdb.cp/extern-c.exp
4240 * gdb.cp/filename.exp
4241 * gdb.cp/formatted-ref.exp
4242 * gdb.cp/fpointer.exp
4243 * gdb.cp/gdb1355.exp
4244 * gdb.cp/gdb2495.exp
4245 * gdb.cp/hang.exp
4246 * gdb.cp/impl-this.exp
4247 * gdb.cp/infcall-dlopen.exp
4248 * gdb.cp/inherit.exp
4249 * gdb.cp/iostream.exp
4250 * gdb.cp/koenig.exp
4251 * gdb.cp/local.exp
4252 * gdb.cp/m-data.exp
4253 * gdb.cp/m-static.exp
4254 * gdb.cp/mb-ctor.exp
4255 * gdb.cp/mb-inline.exp
4256 * gdb.cp/mb-templates.exp
4257 * gdb.cp/member-name.exp
4258 * gdb.cp/member-ptr.exp
4259 * gdb.cp/meth-typedefs.exp
4260 * gdb.cp/method.exp
4261 * gdb.cp/method2.exp
4262 * gdb.cp/minsym-fallback.exp
4263 * gdb.cp/misc.exp
4264 * gdb.cp/namelessclass.exp
4265 * gdb.cp/namespace-enum.exp
4266 * gdb.cp/namespace-nested-import.exp
4267 * gdb.cp/namespace.exp
4268 * gdb.cp/nextoverthrow.exp
4269 * gdb.cp/no-dmgl-verbose.exp
4270 * gdb.cp/non-trivial-retval.exp
4271 * gdb.cp/noparam.exp
4272 * gdb.cp/nsdecl.exp
4273 * gdb.cp/nsimport.exp
4274 * gdb.cp/nsnested.exp
4275 * gdb.cp/nsnoimports.exp
4276 * gdb.cp/nsrecurs.exp
4277 * gdb.cp/nsstress.exp
4278 * gdb.cp/nsusing.exp
4279 * gdb.cp/operator.exp
4280 * gdb.cp/oranking.exp
4281 * gdb.cp/overload-const.exp
4282 * gdb.cp/overload.exp
4283 * gdb.cp/ovldbreak.exp
4284 * gdb.cp/ovsrch.exp
4285 * gdb.cp/paren-type.exp
4286 * gdb.cp/parse-lang.exp
4287 * gdb.cp/pass-by-ref.exp
4288 * gdb.cp/pr-1023.exp
4289 * gdb.cp/pr-1210.exp
4290 * gdb.cp/pr-574.exp
4291 * gdb.cp/pr10687.exp
4292 * gdb.cp/pr12028.exp
4293 * gdb.cp/pr17132.exp
4294 * gdb.cp/pr17494.exp
4295 * gdb.cp/pr9067.exp
4296 * gdb.cp/pr9167.exp
4297 * gdb.cp/pr9631.exp
4298 * gdb.cp/printmethod.exp
4299 * gdb.cp/psmang.exp
4300 * gdb.cp/psymtab-parameter.exp
4301 * gdb.cp/ptype-cv-cp.exp
4302 * gdb.cp/ptype-flags.exp
4303 * gdb.cp/re-set-overloaded.exp
4304 * gdb.cp/ref-types.exp
4305 * gdb.cp/rtti.exp
4306 * gdb.cp/scope-err.exp
4307 * gdb.cp/shadow.exp
4308 * gdb.cp/smartp.exp
4309 * gdb.cp/static-method.exp
4310 * gdb.cp/static-print-quit.exp
4311 * gdb.cp/temargs.exp
4312 * gdb.cp/templates.exp
4313 * gdb.cp/try_catch.exp
4314 * gdb.cp/typedef-operator.exp
4315 * gdb.cp/typeid.exp
4316 * gdb.cp/userdef.exp
4317 * gdb.cp/using-crash.exp
4318 * gdb.cp/var-tag.exp
4319 * gdb.cp/virtbase.exp
4320 * gdb.cp/virtfunc.exp
4321 * gdb.cp/virtfunc2.exp
4322 * gdb.cp/vla-cxx.exp
4323 * gdb.disasm/t01_mov.exp
4324 * gdb.disasm/t02_mova.exp
4325 * gdb.disasm/t03_add.exp
4326 * gdb.disasm/t04_sub.exp
4327 * gdb.disasm/t05_cmp.exp
4328 * gdb.disasm/t06_ari2.exp
4329 * gdb.disasm/t07_ari3.exp
4330 * gdb.disasm/t08_or.exp
4331 * gdb.disasm/t09_xor.exp
4332 * gdb.disasm/t10_and.exp
4333 * gdb.disasm/t11_logs.exp
4334 * gdb.disasm/t12_bit.exp
4335 * gdb.disasm/t13_otr.exp
4336 * gdb.dlang/circular.exp
4337 * gdb.dwarf2/arr-stride.exp
4338 * gdb.dwarf2/arr-subrange.exp
4339 * gdb.dwarf2/atomic-type.exp
4340 * gdb.dwarf2/bad-regnum.exp
4341 * gdb.dwarf2/bitfield-parent-optimized-out.exp
4342 * gdb.dwarf2/callframecfa.exp
4343 * gdb.dwarf2/clztest.exp
4344 * gdb.dwarf2/corrupt.exp
4345 * gdb.dwarf2/data-loc.exp
4346 * gdb.dwarf2/dup-psym.exp
4347 * gdb.dwarf2/dw2-anon-mptr.exp
4348 * gdb.dwarf2/dw2-anonymous-func.exp
4349 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
4350 * gdb.dwarf2/dw2-bad-unresolved.exp
4351 * gdb.dwarf2/dw2-basic.exp
4352 * gdb.dwarf2/dw2-canonicalize-type.exp
4353 * gdb.dwarf2/dw2-case-insensitive.exp
4354 * gdb.dwarf2/dw2-common-block.exp
4355 * gdb.dwarf2/dw2-compdir-oldgcc.exp
4356 * gdb.dwarf2/dw2-compressed.exp
4357 * gdb.dwarf2/dw2-const.exp
4358 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
4359 * gdb.dwarf2/dw2-cu-size.exp
4360 * gdb.dwarf2/dw2-dup-frame.exp
4361 * gdb.dwarf2/dw2-entry-value.exp
4362 * gdb.dwarf2/dw2-icycle.exp
4363 * gdb.dwarf2/dw2-ifort-parameter.exp
4364 * gdb.dwarf2/dw2-inline-break.exp
4365 * gdb.dwarf2/dw2-inline-param.exp
4366 * gdb.dwarf2/dw2-intercu.exp
4367 * gdb.dwarf2/dw2-intermix.exp
4368 * gdb.dwarf2/dw2-lexical-block-bare.exp
4369 * gdb.dwarf2/dw2-linkage-name-trust.exp
4370 * gdb.dwarf2/dw2-minsym-in-cu.exp
4371 * gdb.dwarf2/dw2-noloc.exp
4372 * gdb.dwarf2/dw2-op-call.exp
4373 * gdb.dwarf2/dw2-op-out-param.exp
4374 * gdb.dwarf2/dw2-opt-structptr.exp
4375 * gdb.dwarf2/dw2-param-error.exp
4376 * gdb.dwarf2/dw2-producer.exp
4377 * gdb.dwarf2/dw2-ranges-base.exp
4378 * gdb.dwarf2/dw2-ref-missing-frame.exp
4379 * gdb.dwarf2/dw2-reg-undefined.exp
4380 * gdb.dwarf2/dw2-regno-invalid.exp
4381 * gdb.dwarf2/dw2-restore.exp
4382 * gdb.dwarf2/dw2-restrict.exp
4383 * gdb.dwarf2/dw2-single-line-discriminators.exp
4384 * gdb.dwarf2/dw2-strp.exp
4385 * gdb.dwarf2/dw2-undefined-ret-addr.exp
4386 * gdb.dwarf2/dw2-unresolved.exp
4387 * gdb.dwarf2/dw2-var-zero-addr.exp
4388 * gdb.dwarf2/dw4-sig-types.exp
4389 * gdb.dwarf2/dwz.exp
4390 * gdb.dwarf2/dynarr-ptr.exp
4391 * gdb.dwarf2/enum-type.exp
4392 * gdb.dwarf2/gdb-index.exp
4393 * gdb.dwarf2/implptr-64bit.exp
4394 * gdb.dwarf2/implptr-optimized-out.exp
4395 * gdb.dwarf2/implptr.exp
4396 * gdb.dwarf2/implref-array.exp
4397 * gdb.dwarf2/implref-const.exp
4398 * gdb.dwarf2/implref-global.exp
4399 * gdb.dwarf2/implref-struct.exp
4400 * gdb.dwarf2/mac-fileno.exp
4401 * gdb.dwarf2/main-subprogram.exp
4402 * gdb.dwarf2/member-ptr-forwardref.exp
4403 * gdb.dwarf2/method-ptr.exp
4404 * gdb.dwarf2/missing-sig-type.exp
4405 * gdb.dwarf2/nonvar-access.exp
4406 * gdb.dwarf2/opaque-type-lookup.exp
4407 * gdb.dwarf2/pieces-optimized-out.exp
4408 * gdb.dwarf2/pieces.exp
4409 * gdb.dwarf2/pr10770.exp
4410 * gdb.dwarf2/pr13961.exp
4411 * gdb.dwarf2/staticvirtual.exp
4412 * gdb.dwarf2/subrange.exp
4413 * gdb.dwarf2/symtab-producer.exp
4414 * gdb.dwarf2/trace-crash.exp
4415 * gdb.dwarf2/typeddwarf.exp
4416 * gdb.dwarf2/valop.exp
4417 * gdb.dwarf2/watch-notconst.exp
4418 * gdb.fortran/array-element.exp
4419 * gdb.fortran/charset.exp
4420 * gdb.fortran/common-block.exp
4421 * gdb.fortran/complex.exp
4422 * gdb.fortran/derived-type-function.exp
4423 * gdb.fortran/derived-type.exp
4424 * gdb.fortran/logical.exp
4425 * gdb.fortran/module.exp
4426 * gdb.fortran/multi-dim.exp
4427 * gdb.fortran/nested-funcs.exp
4428 * gdb.fortran/print-formatted.exp
4429 * gdb.fortran/subarray.exp
4430 * gdb.fortran/vla-alloc-assoc.exp
4431 * gdb.fortran/vla-datatypes.exp
4432 * gdb.fortran/vla-history.exp
4433 * gdb.fortran/vla-ptr-info.exp
4434 * gdb.fortran/vla-ptype-sub.exp
4435 * gdb.fortran/vla-ptype.exp
4436 * gdb.fortran/vla-sizeof.exp
4437 * gdb.fortran/vla-type.exp
4438 * gdb.fortran/vla-value-sub-arbitrary.exp
4439 * gdb.fortran/vla-value-sub-finish.exp
4440 * gdb.fortran/vla-value-sub.exp
4441 * gdb.fortran/vla-value.exp
4442 * gdb.fortran/whatis_type.exp
4443 * gdb.go/chan.exp
4444 * gdb.go/handcall.exp
4445 * gdb.go/hello.exp
4446 * gdb.go/integers.exp
4447 * gdb.go/methods.exp
4448 * gdb.go/package.exp
4449 * gdb.go/strings.exp
4450 * gdb.go/types.exp
4451 * gdb.go/unsafe.exp
4452 * gdb.guile/scm-arch.exp
4453 * gdb.guile/scm-block.exp
4454 * gdb.guile/scm-breakpoint.exp
4455 * gdb.guile/scm-cmd.exp
4456 * gdb.guile/scm-disasm.exp
4457 * gdb.guile/scm-equal.exp
4458 * gdb.guile/scm-frame-args.exp
4459 * gdb.guile/scm-frame-inline.exp
4460 * gdb.guile/scm-frame.exp
4461 * gdb.guile/scm-iterator.exp
4462 * gdb.guile/scm-math.exp
4463 * gdb.guile/scm-objfile.exp
4464 * gdb.guile/scm-ports.exp
4465 * gdb.guile/scm-symbol.exp
4466 * gdb.guile/scm-symtab.exp
4467 * gdb.guile/scm-value-cc.exp
4468 * gdb.guile/types-module.exp
4469 * gdb.linespec/break-ask.exp
4470 * gdb.linespec/cpexplicit.exp
4471 * gdb.linespec/explicit.exp
4472 * gdb.linespec/keywords.exp
4473 * gdb.linespec/linespec.exp
4474 * gdb.linespec/ls-dollar.exp
4475 * gdb.linespec/ls-errs.exp
4476 * gdb.linespec/skip-two.exp
4477 * gdb.linespec/thread.exp
4478 * gdb.mi/mi-async.exp
4479 * gdb.mi/mi-basics.exp
4480 * gdb.mi/mi-break.exp
4481 * gdb.mi/mi-catch-load.exp
4482 * gdb.mi/mi-cli.exp
4483 * gdb.mi/mi-cmd-param-changed.exp
4484 * gdb.mi/mi-console.exp
4485 * gdb.mi/mi-detach.exp
4486 * gdb.mi/mi-disassemble.exp
4487 * gdb.mi/mi-eval.exp
4488 * gdb.mi/mi-file-transfer.exp
4489 * gdb.mi/mi-file.exp
4490 * gdb.mi/mi-fill-memory.exp
4491 * gdb.mi/mi-inheritance-syntax-error.exp
4492 * gdb.mi/mi-linespec-err-cp.exp
4493 * gdb.mi/mi-logging.exp
4494 * gdb.mi/mi-memory-changed.exp
4495 * gdb.mi/mi-read-memory.exp
4496 * gdb.mi/mi-record-changed.exp
4497 * gdb.mi/mi-reg-undefined.exp
4498 * gdb.mi/mi-regs.exp
4499 * gdb.mi/mi-return.exp
4500 * gdb.mi/mi-reverse.exp
4501 * gdb.mi/mi-simplerun.exp
4502 * gdb.mi/mi-solib.exp
4503 * gdb.mi/mi-stack.exp
4504 * gdb.mi/mi-stepi.exp
4505 * gdb.mi/mi-syn-frame.exp
4506 * gdb.mi/mi-until.exp
4507 * gdb.mi/mi-var-block.exp
4508 * gdb.mi/mi-var-child.exp
4509 * gdb.mi/mi-var-cmd.exp
4510 * gdb.mi/mi-var-cp.exp
4511 * gdb.mi/mi-var-display.exp
4512 * gdb.mi/mi-var-invalidate.exp
4513 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
4514 * gdb.mi/mi-vla-fortran.exp
4515 * gdb.mi/mi-watch.exp
4516 * gdb.mi/mi2-var-child.exp
4517 * gdb.mi/user-selected-context-sync.exp
4518 * gdb.modula2/unbounded-array.exp
4519 * gdb.multi/dummy-frame-restore.exp
4520 * gdb.multi/multi-arch-exec.exp
4521 * gdb.multi/multi-arch.exp
4522 * gdb.multi/tids.exp
4523 * gdb.multi/watchpoint-multi.exp
4524 * gdb.opencl/callfuncs.exp
4525 * gdb.opencl/convs_casts.exp
4526 * gdb.opencl/datatypes.exp
4527 * gdb.opencl/operators.exp
4528 * gdb.opencl/vec_comps.exp
4529 * gdb.opt/clobbered-registers-O2.exp
4530 * gdb.opt/inline-break.exp
4531 * gdb.opt/inline-bt.exp
4532 * gdb.opt/inline-cmds.exp
4533 * gdb.opt/inline-locals.exp
4534 * gdb.pascal/case-insensitive-symbols.exp
4535 * gdb.pascal/floats.exp
4536 * gdb.pascal/gdb11492.exp
4537 * gdb.python/lib-types.exp
4538 * gdb.python/py-arch.exp
4539 * gdb.python/py-as-string.exp
4540 * gdb.python/py-bad-printers.exp
4541 * gdb.python/py-block.exp
4542 * gdb.python/py-breakpoint-create-fail.exp
4543 * gdb.python/py-breakpoint.exp
4544 * gdb.python/py-caller-is.exp
4545 * gdb.python/py-cmd.exp
4546 * gdb.python/py-explore-cc.exp
4547 * gdb.python/py-explore.exp
4548 * gdb.python/py-finish-breakpoint.exp
4549 * gdb.python/py-finish-breakpoint2.exp
4550 * gdb.python/py-frame-args.exp
4551 * gdb.python/py-frame-inline.exp
4552 * gdb.python/py-frame.exp
4553 * gdb.python/py-framefilter-mi.exp
4554 * gdb.python/py-infthread.exp
4555 * gdb.python/py-lazy-string.exp
4556 * gdb.python/py-linetable.exp
4557 * gdb.python/py-mi-events.exp
4558 * gdb.python/py-mi-objfile.exp
4559 * gdb.python/py-mi.exp
4560 * gdb.python/py-objfile.exp
4561 * gdb.python/py-pp-integral.exp
4562 * gdb.python/py-pp-maint.exp
4563 * gdb.python/py-pp-re-notag.exp
4564 * gdb.python/py-pp-registration.exp
4565 * gdb.python/py-recurse-unwind.exp
4566 * gdb.python/py-strfns.exp
4567 * gdb.python/py-symbol.exp
4568 * gdb.python/py-symtab.exp
4569 * gdb.python/py-sync-interp.exp
4570 * gdb.python/py-typeprint.exp
4571 * gdb.python/py-unwind-maint.exp
4572 * gdb.python/py-unwind.exp
4573 * gdb.python/py-value-cc.exp
4574 * gdb.python/py-xmethods.exp
4575 * gdb.reverse/amd64-tailcall-reverse.exp
4576 * gdb.reverse/break-precsave.exp
4577 * gdb.reverse/break-reverse.exp
4578 * gdb.reverse/consecutive-precsave.exp
4579 * gdb.reverse/consecutive-reverse.exp
4580 * gdb.reverse/finish-precsave.exp
4581 * gdb.reverse/finish-reverse-bkpt.exp
4582 * gdb.reverse/finish-reverse.exp
4583 * gdb.reverse/fstatat-reverse.exp
4584 * gdb.reverse/getresuid-reverse.exp
4585 * gdb.reverse/i386-precsave.exp
4586 * gdb.reverse/i386-reverse.exp
4587 * gdb.reverse/i386-sse-reverse.exp
4588 * gdb.reverse/i387-env-reverse.exp
4589 * gdb.reverse/i387-stack-reverse.exp
4590 * gdb.reverse/insn-reverse.exp
4591 * gdb.reverse/machinestate-precsave.exp
4592 * gdb.reverse/machinestate.exp
4593 * gdb.reverse/next-reverse-bkpt-over-sr.exp
4594 * gdb.reverse/pipe-reverse.exp
4595 * gdb.reverse/readv-reverse.exp
4596 * gdb.reverse/recvmsg-reverse.exp
4597 * gdb.reverse/rerun-prec.exp
4598 * gdb.reverse/s390-mvcle.exp
4599 * gdb.reverse/step-precsave.exp
4600 * gdb.reverse/step-reverse.exp
4601 * gdb.reverse/time-reverse.exp
4602 * gdb.reverse/until-precsave.exp
4603 * gdb.reverse/until-reverse.exp
4604 * gdb.reverse/waitpid-reverse.exp
4605 * gdb.reverse/watch-precsave.exp
4606 * gdb.reverse/watch-reverse.exp
4607 * gdb.rust/generics.exp
4608 * gdb.rust/methods.exp
4609 * gdb.rust/modules.exp
4610 * gdb.rust/simple.exp
4611 * gdb.server/connect-with-no-symbol-file.exp
4612 * gdb.server/ext-attach.exp
4613 * gdb.server/ext-restart.exp
4614 * gdb.server/ext-wrapper.exp
4615 * gdb.server/file-transfer.exp
4616 * gdb.server/server-exec-info.exp
4617 * gdb.server/server-kill.exp
4618 * gdb.server/server-mon.exp
4619 * gdb.server/wrapper.exp
4620 * gdb.stabs/exclfwd.exp
4621 * gdb.stabs/gdb11479.exp
4622 * gdb.threads/clone-new-thread-event.exp
4623 * gdb.threads/corethreads.exp
4624 * gdb.threads/current-lwp-dead.exp
4625 * gdb.threads/dlopen-libpthread.exp
4626 * gdb.threads/gcore-thread.exp
4627 * gdb.threads/sigstep-threads.exp
4628 * gdb.threads/watchpoint-fork.exp
4629 * gdb.trace/actions-changed.exp
4630 * gdb.trace/backtrace.exp
4631 * gdb.trace/change-loc.exp
4632 * gdb.trace/circ.exp
4633 * gdb.trace/collection.exp
4634 * gdb.trace/disconnected-tracing.exp
4635 * gdb.trace/ftrace.exp
4636 * gdb.trace/mi-trace-frame-collected.exp
4637 * gdb.trace/mi-trace-unavailable.exp
4638 * gdb.trace/mi-traceframe-changed.exp
4639 * gdb.trace/mi-tsv-changed.exp
4640 * gdb.trace/no-attach-trace.exp
4641 * gdb.trace/passc-dyn.exp
4642 * gdb.trace/qtro.exp
4643 * gdb.trace/range-stepping.exp
4644 * gdb.trace/read-memory.exp
4645 * gdb.trace/save-trace.exp
4646 * gdb.trace/signal.exp
4647 * gdb.trace/status-stop.exp
4648 * gdb.trace/tfile.exp
4649 * gdb.trace/trace-break.exp
4650 * gdb.trace/trace-buffer-size.exp
4651 * gdb.trace/trace-condition.exp
4652 * gdb.trace/tracefile-pseudo-reg.exp
4653 * gdb.trace/tstatus.exp
4654 * gdb.trace/unavailable.exp
4655 * gdb.trace/while-dyn.exp
4656 * gdb.trace/while-stepping.exp
4657
34c41c68
DE
46582016-12-22 Doug Evans <xdje42@gmail.com>
4659
4660 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
4661 and msymbols.
4662
16e69324
YQ
46632016-12-19 Yao Qi <yao.qi@linaro.org>
4664
4665 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
4666 (test_with_self): Don't call do_steps_and_nexts, and remove
4667 code about stepping into xmalloc.
4668
f94f411b
YQ
46692016-12-09 Yao Qi <yao.qi@linaro.org>
4670
4671 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
4672
46732016-12-09 Yao Qi <yao.qi@linaro.org>
4674
4675 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
4676
f1b5deee
PA
46772016-12-09 Pedro Alves <palves@redhat.com>
4678
4679 * gdb.base/all-architectures-0.exp: New file.
4680 * gdb.base/all-architectures-1.exp: New file.
4681 * gdb.base/all-architectures-2.exp: New file.
4682 * gdb.base/all-architectures-3.exp: New file.
4683 * gdb.base/all-architectures-4.exp: New file.
4684 * gdb.base/all-architectures-5.exp: New file.
4685 * gdb.base/all-architectures-6.exp: New file.
4686 * gdb.base/all-architectures-7.exp: New file.
4687 * gdb.base/all-architectures.exp.in: New file.
4688
364ca42e
YQ
46892016-12-09 Yao Qi <yao.qi@linaro.org>
4690
4691 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
4692
107c2d62
LM
46932016-12-02 Luis Machado <lgustavo@codesourcery.com>
4694
4695 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
4696 possible.
4697 Remove useless pattern-matching code.
4698
df3ee9ca
PA
46992016-12-02 Pedro Alves <palves@redhat.com>
4700
4701 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
4702 procedure.
4703 (top level): Call it.
4704
ec835369
PA
47052016-12-02 Pedro Alves <palves@redhat.com>
4706
4707 * gdb.base/commands.exp (user_defined_command_args_stack_test):
4708 New procedure.
4709 (top level): Call it.
4710
01770bbd
PA
47112016-12-02 Pedro Alves <palves@redhat.com>
4712
4713 PR cli/20559
4714 * gdb.base/commands.exp (user_defined_command_args_eval): New
4715 procedure.
4716 (top level): Call it.
4717
008459ea
LM
47182016-12-02 Luis Machado <lgustavo@codesourcery.com>
4719
4720 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
4721 timeout handling.
4722
0c1b455e
TT
47232016-12-02 Tom Tromey <tom@tromey.com>
4724
4725 * gdb.dwarf2/main-subprogram.c: New file.
4726 * gdb.dwarf2/main-subprogram.exp: New file.
4727
018572b8
LM
47282016-12-01 Luis Machado <lgustavo@codesourcery.com>
4729
4730 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
4731 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
4732 gdb_test_no_output for a couple of cases.
4733 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
4734
84c93cd5
LM
47352016-12-01 Luis Machado <lgustavo@codesourcery.com>
4736
4737 Fix test names and standardize compilation error messages throughout
4738 the following files:
4739
4740 * gdb.ada/start.exp
4741 * gdb.arch/alpha-step.exp
4742 * gdb.arch/e500-prologue.exp
4743 * gdb.arch/ftrace-insn-reloc.exp
4744 * gdb.arch/gdb1291.exp
4745 * gdb.arch/gdb1431.exp
4746 * gdb.arch/gdb1558.exp
4747 * gdb.arch/i386-dr3-watch.exp
4748 * gdb.arch/i386-sse-stack-align.exp
4749 * gdb.arch/ia64-breakpoint-shadow.exp
4750 * gdb.arch/pa-nullify.exp
4751 * gdb.arch/powerpc-aix-prologue.exp
4752 * gdb.arch/thumb-bx-pc.exp
4753 * gdb.base/annota1.exp
4754 * gdb.base/annota3.exp
4755 * gdb.base/arrayidx.exp
4756 * gdb.base/assign.exp
4757 * gdb.base/attach.exp
4758 * gdb.base/auxv.exp
4759 * gdb.base/bang.exp
4760 * gdb.base/bfp-test.exp
4761 * gdb.base/bigcore.exp
4762 * gdb.base/bitfields2.exp
4763 * gdb.base/break-fun-addr.exp
4764 * gdb.base/break-probes.exp
4765 * gdb.base/call-rt-st.exp
4766 * gdb.base/callexit.exp
4767 * gdb.base/catch-fork-kill.exp
4768 * gdb.base/charset.exp
4769 * gdb.base/checkpoint.exp
4770 * gdb.base/comprdebug.exp
4771 * gdb.base/constvars.exp
4772 * gdb.base/coredump-filter.exp
4773 * gdb.base/cursal.exp
4774 * gdb.base/cvexpr.exp
4775 * gdb.base/detach.exp
4776 * gdb.base/display.exp
4777 * gdb.base/dmsym.exp
4778 * gdb.base/dprintf-pending.exp
4779 * gdb.base/dso2dso.exp
4780 * gdb.base/dtrace-probe.exp
4781 * gdb.base/dump.exp
4782 * gdb.base/enum_cond.exp
4783 * gdb.base/exe-lock.exp
4784 * gdb.base/exec-invalid-sysroot.exp
4785 * gdb.base/execl-update-breakpoints.exp
4786 * gdb.base/exprs.exp
4787 * gdb.base/fileio.exp
4788 * gdb.base/find.exp
4789 * gdb.base/finish.exp
4790 * gdb.base/fixsection.exp
4791 * gdb.base/foll-vfork.exp
4792 * gdb.base/frame-args.exp
4793 * gdb.base/gcore.exp
4794 * gdb.base/gdb1250.exp
4795 * gdb.base/global-var-nested-by-dso.exp
4796 * gdb.base/gnu-ifunc.exp
4797 * gdb.base/hashline1.exp
4798 * gdb.base/hashline2.exp
4799 * gdb.base/hashline3.exp
4800 * gdb.base/hbreak-in-shr-unsupported.exp
4801 * gdb.base/huge.exp
4802 * gdb.base/infcall-input.exp
4803 * gdb.base/info-fun.exp
4804 * gdb.base/info-shared.exp
4805 * gdb.base/jit-simple.exp
4806 * gdb.base/jit-so.exp
4807 * gdb.base/jit.exp
4808 * gdb.base/jump.exp
4809 * gdb.base/label.exp
4810 * gdb.base/lineinc.exp
4811 * gdb.base/logical.exp
4812 * gdb.base/longjmp.exp
4813 * gdb.base/macscp.exp
4814 * gdb.base/miscexprs.exp
4815 * gdb.base/new-ui-echo.exp
4816 * gdb.base/new-ui-pending-input.exp
4817 * gdb.base/new-ui.exp
4818 * gdb.base/nodebug.exp
4819 * gdb.base/nofield.exp
4820 * gdb.base/offsets.exp
4821 * gdb.base/overlays.exp
4822 * gdb.base/pending.exp
4823 * gdb.base/pointers.exp
4824 * gdb.base/pr11022.exp
4825 * gdb.base/printcmds.exp
4826 * gdb.base/prologue.exp
4827 * gdb.base/ptr-typedef.exp
4828 * gdb.base/realname-expand.exp
4829 * gdb.base/relativedebug.exp
4830 * gdb.base/relocate.exp
4831 * gdb.base/remote.exp
4832 * gdb.base/reread.exp
4833 * gdb.base/return2.exp
4834 * gdb.base/savedregs.exp
4835 * gdb.base/sep.exp
4836 * gdb.base/sepdebug.exp
4837 * gdb.base/sepsymtab.exp
4838 * gdb.base/set-inferior-tty.exp
4839 * gdb.base/setshow.exp
4840 * gdb.base/shlib-call.exp
4841 * gdb.base/sigaltstack.exp
4842 * gdb.base/siginfo-addr.exp
4843 * gdb.base/signals.exp
4844 * gdb.base/signull.exp
4845 * gdb.base/sigrepeat.exp
4846 * gdb.base/so-impl-ld.exp
4847 * gdb.base/solib-display.exp
4848 * gdb.base/solib-overlap.exp
4849 * gdb.base/solib-search.exp
4850 * gdb.base/solib-symbol.exp
4851 * gdb.base/structs.exp
4852 * gdb.base/structs2.exp
4853 * gdb.base/symtab-search-order.exp
4854 * gdb.base/twice.exp
4855 * gdb.base/unload.exp
4856 * gdb.base/varargs.exp
4857 * gdb.base/watchpoint-solib.exp
4858 * gdb.base/watchpoint.exp
4859 * gdb.base/whatis.exp
4860 * gdb.base/wrong_frame_bt_full.exp
4861 * gdb.btrace/dlopen.exp
4862 * gdb.cell/ea-standalone.exp
4863 * gdb.cell/ea-test.exp
4864 * gdb.cp/dispcxx.exp
4865 * gdb.cp/gdb2384.exp
4866 * gdb.cp/method2.exp
4867 * gdb.cp/nextoverthrow.exp
4868 * gdb.cp/pr10728.exp
4869 * gdb.disasm/am33.exp
4870 * gdb.disasm/h8300s.exp
4871 * gdb.disasm/mn10300.exp
4872 * gdb.disasm/sh3.exp
4873 * gdb.dwarf2/dw2-dir-file-name.exp
4874 * gdb.fortran/complex.exp
4875 * gdb.fortran/library-module.exp
4876 * gdb.guile/scm-pretty-print.exp
4877 * gdb.guile/scm-symbol.exp
4878 * gdb.guile/scm-type.exp
4879 * gdb.guile/scm-value.exp
4880 * gdb.linespec/linespec.exp
4881 * gdb.mi/gdb701.exp
4882 * gdb.mi/gdb792.exp
4883 * gdb.mi/mi-breakpoint-changed.exp
4884 * gdb.mi/mi-dprintf-pending.exp
4885 * gdb.mi/mi-dprintf.exp
4886 * gdb.mi/mi-exit-code.exp
4887 * gdb.mi/mi-pending.exp
4888 * gdb.mi/mi-solib.exp
4889 * gdb.mi/new-ui-mi-sync.exp
4890 * gdb.mi/pr11022.exp
4891 * gdb.mi/user-selected-context-sync.exp
4892 * gdb.opt/solib-intra-step.exp
4893 * gdb.python/py-events.exp
4894 * gdb.python/py-finish-breakpoint.exp
4895 * gdb.python/py-mi.exp
4896 * gdb.python/py-prettyprint.exp
4897 * gdb.python/py-shared.exp
4898 * gdb.python/py-symbol.exp
4899 * gdb.python/py-template.exp
4900 * gdb.python/py-type.exp
4901 * gdb.python/py-value.exp
4902 * gdb.reverse/solib-precsave.exp
4903 * gdb.reverse/solib-reverse.exp
4904 * gdb.server/solib-list.exp
4905 * gdb.stabs/weird.exp
4906 * gdb.threads/reconnect-signal.exp
4907 * gdb.threads/stepi-random-signal.exp
4908 * gdb.trace/actions.exp
4909 * gdb.trace/ax.exp
4910 * gdb.trace/backtrace.exp
4911 * gdb.trace/change-loc.exp
4912 * gdb.trace/deltrace.exp
4913 * gdb.trace/ftrace-lock.exp
4914 * gdb.trace/ftrace.exp
4915 * gdb.trace/infotrace.exp
4916 * gdb.trace/mi-tracepoint-changed.exp
4917 * gdb.trace/packetlen.exp
4918 * gdb.trace/passcount.exp
4919 * gdb.trace/pending.exp
4920 * gdb.trace/range-stepping.exp
4921 * gdb.trace/report.exp
4922 * gdb.trace/stap-trace.exp
4923 * gdb.trace/tfind.exp
4924 * gdb.trace/trace-break.exp
4925 * gdb.trace/trace-condition.exp
4926 * gdb.trace/trace-enable-disable.exp
4927 * gdb.trace/trace-mt.exp
4928 * gdb.trace/tracecmd.exp
4929 * gdb.trace/tspeed.exp
4930 * gdb.trace/tsv.exp
4931 * lib/perftest.exp
4932
fb9feb35
LM
49332016-12-01 Luis Machado <lgustavo@codesourcery.com>
4934
4935 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
4936 with gdb_test_no_output.
4937 Use command as test name.
4938
cd2ddb6c
LM
49392016-12-01 Luis Machado <lgustavo@codesourcery.com>
4940
4941 Fix test names starting with uppercase throughout the files.
4942
4943 * gdb.ada/assign_1.exp
4944 * gdb.ada/boolean_expr.exp
4945 * gdb.base/arrayidx.exp
4946 * gdb.base/del.exp
4947 * gdb.base/gcore-buffer-overflow.exp
4948 * gdb.base/testenv.exp
4949 * gdb.compile/compile.exp
4950 * gdb.python/py-framefilter-invalidarg.exp
4951 * gdb.python/py-framefilter.exp
4952
bb95117e
LM
49532016-12-01 Luis Machado <lgustavo@codesourcery.com>
4954
4955 Fix test names starting with uppercase throughout the files.
4956
4957 * gdb.ada/array_return.exp
4958 * gdb.ada/expr_delims.exp
4959 * gdb.ada/mi_dyn_arr.exp
4960 * gdb.ada/mi_interface.exp
4961 * gdb.ada/mi_var_array.exp
4962 * gdb.ada/watch_arg.exp
4963 * gdb.arch/alpha-step.exp
4964 * gdb.arch/altivec-regs.exp
4965 * gdb.arch/e500-regs.exp
4966 * gdb.arch/powerpc-d128-regs.exp
4967 * gdb.base/arrayidx.exp
4968 * gdb.base/break.exp
4969 * gdb.base/checkpoint.exp
4970 * gdb.base/debug-expr.exp
4971 * gdb.base/dmsym.exp
4972 * gdb.base/radix.exp
4973 * gdb.base/sepdebug.exp
4974 * gdb.base/testenv.exp
4975 * gdb.base/watch_thread_num.exp
4976 * gdb.base/watchpoint-cond-gone.exp
4977 * gdb.cell/break.exp
4978 * gdb.cell/ea-cache.exp
4979 * gdb.compile/compile.exp
4980 * gdb.cp/gdb2495.exp
4981 * gdb.gdb/selftest.exp
4982 * gdb.gdb/xfullpath.exp
4983 * gdb.go/hello.exp
4984 * gdb.go/integers.exp
4985 * gdb.objc/basicclass.exp
4986 * gdb.pascal/hello.exp
4987 * gdb.pascal/integers.exp
4988 * gdb.python/py-breakpoint.exp
4989 * gdb.python/py-cmd.exp
4990 * gdb.python/py-linetable.exp
4991 * gdb.python/py-xmethods.exp
4992 * gdb.python/python.exp
4993 * gdb.reverse/consecutive-precsave.exp
4994 * gdb.reverse/finish-precsave.exp
4995 * gdb.reverse/i386-precsave.exp
4996 * gdb.reverse/machinestate-precsave.exp
4997 * gdb.reverse/sigall-precsave.exp
4998 * gdb.reverse/solib-precsave.exp
4999 * gdb.reverse/step-precsave.exp
5000 * gdb.reverse/until-precsave.exp
5001 * gdb.reverse/watch-precsave.exp
5002 * gdb.threads/leader-exit.exp
5003 * gdb.threads/pthreads.exp
5004 * gdb.threads/wp-replication.exp
5005 * gdb.trace/actions.exp
5006 * gdb.trace/mi-tsv-changed.exp
5007 * gdb.trace/tsv.exp
5008
de97fdd4
LM
50092016-12-01 Luis Machado <lgustavo@codesourcery.com>
5010
5011 Fix test names starting with uppercase throughout the files.
5012
5013 * gdb.arch/i386-bp_permanent.exp
5014 * gdb.arch/i386-gnu-cfi.exp
5015 * gdb.base/disasm-end-cu.exp
5016 * gdb.base/macscp.exp
5017 * gdb.base/pending.exp
5018 * gdb.base/watch_thread_num.exp
5019 * gdb.cp/exception.exp
5020 * gdb.cp/gdb2495.exp
5021 * gdb.cp/local.exp
5022 * gdb.python/py-evsignal.exp
5023 * gdb.python/python.exp
5024 * gdb.trace/tracecmd.exp
5025
9f058c10
LM
50262016-12-01 Luis Machado <lgustavo@codesourcery.com>
5027
5028 Fix test names starting with uppercase throughout the files.
5029
5030 * gdb.base/charset.exp
5031 * gdb.base/eval.exp
5032 * gdb.base/multi-forks.exp
5033 * gdb.guile/scm-progspace.exp
5034 * gdb.opencl/datatypes.exp
5035 * gdb.python/py-block.exp
5036 * gdb.python/py-function.exp
5037 * gdb.python/py-symbol.exp
5038 * gdb.python/py-symtab.exp
5039 * gdb.python/py-xmethods.exp
5040 * gdb.reverse/break-precsave.exp
5041 * gdb.reverse/break-reverse.exp
5042 * gdb.reverse/consecutive-precsave.exp
5043 * gdb.reverse/consecutive-reverse.exp
5044 * gdb.reverse/finish-precsave.exp
5045 * gdb.reverse/finish-reverse-bkpt.exp
5046 * gdb.reverse/finish-reverse.exp
5047 * gdb.reverse/fstatat-reverse.exp
5048 * gdb.reverse/getresuid-reverse.exp
5049 * gdb.reverse/i386-precsave.exp
5050 * gdb.reverse/i386-reverse.exp
5051 * gdb.reverse/i386-sse-reverse.exp
5052 * gdb.reverse/i387-stack-reverse.exp
5053 * gdb.reverse/insn-reverse.exp
5054 * gdb.reverse/machinestate-precsave.exp
5055 * gdb.reverse/machinestate.exp
5056 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5057 * gdb.reverse/pipe-reverse.exp
5058 * gdb.reverse/readv-reverse.exp
5059 * gdb.reverse/recvmsg-reverse.exp
5060 * gdb.reverse/rerun-prec.exp
5061 * gdb.reverse/s390-mvcle.exp
5062 * gdb.reverse/sigall-precsave.exp
5063 * gdb.reverse/sigall-reverse.exp
5064 * gdb.reverse/solib-precsave.exp
5065 * gdb.reverse/solib-reverse.exp
5066 * gdb.reverse/step-precsave.exp
5067 * gdb.reverse/step-reverse.exp
5068 * gdb.reverse/time-reverse.exp
5069 * gdb.reverse/until-precsave.exp
5070 * gdb.reverse/until-reverse.exp
5071 * gdb.reverse/waitpid-reverse.exp
5072 * gdb.reverse/watch-precsave.exp
5073 * gdb.reverse/watch-reverse.exp
5074
cdc7edd7
LM
50752016-12-01 Luis Machado <lgustavo@codesourcery.com>
5076
5077 Fix test names starting with uppercase throughout the files.
5078
5079 * gdb.arch/i386-mpx-simple_segv.exp
5080 * gdb.arch/i386-mpx.exp
5081 * gdb.arch/i386-permbkpt.exp
5082 * gdb.arch/pa-nullify.exp
5083 * gdb.arch/powerpc-d128-regs.exp
5084 * gdb.arch/vsx-regs.exp
5085 * gdb.base/bfp-test.exp
5086 * gdb.base/break.exp
5087 * gdb.base/breakpoint-shadow.exp
5088 * gdb.base/callfuncs.exp
5089 * gdb.base/charset.exp
5090 * gdb.base/commands.exp
5091 * gdb.base/completion.exp
5092 * gdb.base/dfp-test.exp
5093 * gdb.base/echo.exp
5094 * gdb.base/ending-run.exp
5095 * gdb.base/eval.exp
5096 * gdb.base/expand-psymtabs.exp
5097 * gdb.base/float128.exp
5098 * gdb.base/floatn.exp
5099 * gdb.base/foll-exec-mode.exp
5100 * gdb.base/gdb1056.exp
5101 * gdb.base/gdb11531.exp
5102 * gdb.base/kill-after-signal.exp
5103 * gdb.base/multi-forks.exp
5104 * gdb.base/overlays.exp
5105 * gdb.base/pending.exp
5106 * gdb.base/sepdebug.exp
5107 * gdb.base/testenv.exp
5108 * gdb.base/valgrind-db-attach.exp
5109 * gdb.base/watch_thread_num.exp
5110 * gdb.base/watchpoint-cond-gone.exp
5111 * gdb.base/watchpoint.exp
5112 * gdb.base/watchpoints.exp
5113 * gdb.cp/arg-reference.exp
5114 * gdb.cp/baseenum.exp
5115 * gdb.cp/operator.exp
5116 * gdb.cp/shadow.exp
5117 * gdb.dwarf2/dw2-op-out-param.exp
5118 * gdb.dwarf2/dw2-reg-undefined.exp
5119 * gdb.go/chan.exp
5120 * gdb.go/hello.exp
5121 * gdb.go/integers.exp
5122 * gdb.go/methods.exp
5123 * gdb.go/package.exp
5124 * gdb.guile/scm-parameter.exp
5125 * gdb.guile/scm-progspace.exp
5126 * gdb.guile/scm-value.exp
5127 * gdb.mi/mi-pending.exp
5128 * gdb.mi/user-selected-context-sync.exp
5129 * gdb.multi/multi-attach.exp
5130 * gdb.multi/tids.exp
5131 * gdb.opt/clobbered-registers-O2.exp
5132 * gdb.pascal/floats.exp
5133 * gdb.pascal/integers.exp
5134 * gdb.python/py-block.exp
5135 * gdb.python/py-events.exp
5136 * gdb.python/py-parameter.exp
5137 * gdb.python/py-symbol.exp
5138 * gdb.python/py-symtab.exp
5139 * gdb.python/py-type.exp
5140 * gdb.python/py-value.exp
5141 * gdb.python/py-xmethods.exp
5142 * gdb.python/python.exp
5143 * gdb.reverse/break-precsave.exp
5144 * gdb.reverse/consecutive-precsave.exp
5145 * gdb.reverse/finish-precsave.exp
5146 * gdb.reverse/i386-precsave.exp
5147 * gdb.reverse/machinestate-precsave.exp
5148 * gdb.reverse/sigall-precsave.exp
5149 * gdb.reverse/solib-precsave.exp
5150 * gdb.reverse/step-precsave.exp
5151 * gdb.reverse/until-precsave.exp
5152 * gdb.reverse/watch-precsave.exp
5153 * gdb.server/ext-attach.exp
5154 * gdb.server/ext-restart.exp
5155 * gdb.server/ext-run.exp
5156 * gdb.server/ext-wrapper.exp
5157 * gdb.stabs/gdb11479.exp
5158 * gdb.stabs/weird.exp
5159 * gdb.threads/attach-many-short-lived-threads.exp
5160 * gdb.threads/kill.exp
5161 * gdb.threads/watchpoint-fork.exp
5162
bc6c7af4
LM
51632016-12-01 Luis Machado <lgustavo@codesourcery.com>
5164
5165 Fix test names starting with uppercase throughout all the files below.
5166
5167 * gdb.ada/array_return.exp
5168 * gdb.ada/catch_ex.exp
5169 * gdb.ada/info_exc.exp
5170 * gdb.ada/mi_catch_ex.exp
5171 * gdb.ada/mi_dyn_arr.exp
5172 * gdb.ada/mi_ex_cond.exp
5173 * gdb.ada/mi_exc_info.exp
5174 * gdb.ada/mi_interface.exp
5175 * gdb.ada/mi_task_arg.exp
5176 * gdb.ada/mi_task_info.exp
5177 * gdb.ada/mi_var_array.exp
5178 * gdb.arch/alpha-step.exp
5179 * gdb.arch/amd64-disp-step.exp
5180 * gdb.arch/arm-disp-step.exp
5181 * gdb.arch/disp-step-insn-reloc.exp
5182 * gdb.arch/e500-prologue.exp
5183 * gdb.arch/ftrace-insn-reloc.exp
5184 * gdb.arch/gdb1558.exp
5185 * gdb.arch/i386-bp_permanent.exp
5186 * gdb.arch/i386-disp-step.exp
5187 * gdb.arch/i386-float.exp
5188 * gdb.arch/i386-gnu-cfi.exp
5189 * gdb.arch/ia64-breakpoint-shadow.exp
5190 * gdb.arch/mips16-thunks.exp
5191 * gdb.arch/pa-nullify.exp
5192 * gdb.arch/powerpc-aix-prologue.exp
5193 * gdb.arch/powerpc-power.exp
5194 * gdb.arch/ppc-dfp.exp
5195 * gdb.arch/s390-tdbregs.exp
5196 * gdb.arch/spu-info.exp
5197 * gdb.arch/spu-ls.exp
5198 * gdb.arch/thumb-bx-pc.exp
5199 * gdb.base/advance.exp
5200 * gdb.base/annota-input-while-running.exp
5201 * gdb.base/arrayidx.exp
5202 * gdb.base/asmlabel.exp
5203 * gdb.base/async.exp
5204 * gdb.base/attach-wait-input.exp
5205 * gdb.base/auto-connect-native-target.exp
5206 * gdb.base/batch-preserve-term-settings.exp
5207 * gdb.base/bfp-test.exp
5208 * gdb.base/bigcore.exp
5209 * gdb.base/bp-permanent.exp
5210 * gdb.base/break-always.exp
5211 * gdb.base/break-fun-addr.exp
5212 * gdb.base/break-idempotent.exp
5213 * gdb.base/break-main-file-remove-fail.exp
5214 * gdb.base/break-probes.exp
5215 * gdb.base/break-unload-file.exp
5216 * gdb.base/break.exp
5217 * gdb.base/call-ar-st.exp
5218 * gdb.base/call-rt-st.exp
5219 * gdb.base/call-sc.exp
5220 * gdb.base/call-signal-resume.exp
5221 * gdb.base/call-strs.exp
5222 * gdb.base/callexit.exp
5223 * gdb.base/callfuncs.exp
5224 * gdb.base/catch-gdb-caused-signals.exp
5225 * gdb.base/catch-signal-siginfo-cond.exp
5226 * gdb.base/catch-syscall.exp
5227 * gdb.base/compare-sections.exp
5228 * gdb.base/cond-eval-mode.exp
5229 * gdb.base/condbreak-call-false.exp
5230 * gdb.base/consecutive-step-over.exp
5231 * gdb.base/cursal.exp
5232 * gdb.base/disabled-location.exp
5233 * gdb.base/disasm-end-cu.exp
5234 * gdb.base/display.exp
5235 * gdb.base/double-prompt-target-event-error.exp
5236 * gdb.base/dprintf-bp-same-addr.exp
5237 * gdb.base/dprintf-detach.exp
5238 * gdb.base/dprintf-next.exp
5239 * gdb.base/dprintf-non-stop.exp
5240 * gdb.base/dprintf-pending.exp
5241 * gdb.base/dso2dso.exp
5242 * gdb.base/ending-run.exp
5243 * gdb.base/enum_cond.exp
5244 * gdb.base/examine-backward.exp
5245 * gdb.base/exe-lock.exp
5246 * gdb.base/exec-invalid-sysroot.exp
5247 * gdb.base/execl-update-breakpoints.exp
5248 * gdb.base/execution-termios.exp
5249 * gdb.base/fileio.exp
5250 * gdb.base/fixsection.exp
5251 * gdb.base/foll-exec-mode.exp
5252 * gdb.base/foll-exec.exp
5253 * gdb.base/fork-running-state.exp
5254 * gdb.base/frame-args.exp
5255 * gdb.base/fullpath-expand.exp
5256 * gdb.base/func-ptr.exp
5257 * gdb.base/gcore-relro-pie.exp
5258 * gdb.base/gdb1090.exp
5259 * gdb.base/gdb1555.exp
5260 * gdb.base/global-var-nested-by-dso.exp
5261 * gdb.base/gnu-ifunc.exp
5262 * gdb.base/hbreak-in-shr-unsupported.exp
5263 * gdb.base/hbreak-unmapped.exp
5264 * gdb.base/hook-stop.exp
5265 * gdb.base/infcall-input.exp
5266 * gdb.base/info-fun.exp
5267 * gdb.base/info-shared.exp
5268 * gdb.base/interrupt-noterm.exp
5269 * gdb.base/jit-so.exp
5270 * gdb.base/jit.exp
5271 * gdb.base/line-symtabs.exp
5272 * gdb.base/list.exp
5273 * gdb.base/longjmp.exp
5274 * gdb.base/macscp.exp
5275 * gdb.base/max-value-size.exp
5276 * gdb.base/nodebug.exp
5277 * gdb.base/nofield.exp
5278 * gdb.base/overlays.exp
5279 * gdb.base/paginate-after-ctrl-c-running.exp
5280 * gdb.base/paginate-bg-execution.exp
5281 * gdb.base/paginate-inferior-exit.exp
5282 * gdb.base/pending.exp
5283 * gdb.base/pr11022.exp
5284 * gdb.base/printcmds.exp
5285 * gdb.base/ptr-typedef.exp
5286 * gdb.base/ptype.exp
5287 * gdb.base/randomize.exp
5288 * gdb.base/range-stepping.exp
5289 * gdb.base/realname-expand.exp
5290 * gdb.base/relativedebug.exp
5291 * gdb.base/remote.exp
5292 * gdb.base/savedregs.exp
5293 * gdb.base/sepdebug.exp
5294 * gdb.base/set-noassign.exp
5295 * gdb.base/shlib-call.exp
5296 * gdb.base/shreloc.exp
5297 * gdb.base/sigaltstack.exp
5298 * gdb.base/sigbpt.exp
5299 * gdb.base/siginfo-addr.exp
5300 * gdb.base/siginfo-obj.exp
5301 * gdb.base/siginfo-thread.exp
5302 * gdb.base/signest.exp
5303 * gdb.base/signull.exp
5304 * gdb.base/sigrepeat.exp
5305 * gdb.base/skip.exp
5306 * gdb.base/so-impl-ld.exp
5307 * gdb.base/solib-corrupted.exp
5308 * gdb.base/solib-disc.exp
5309 * gdb.base/solib-display.exp
5310 * gdb.base/solib-overlap.exp
5311 * gdb.base/solib-search.exp
5312 * gdb.base/solib-symbol.exp
5313 * gdb.base/source-execution.exp
5314 * gdb.base/sss-bp-on-user-bp-2.exp
5315 * gdb.base/sss-bp-on-user-bp.exp
5316 * gdb.base/stack-checking.exp
5317 * gdb.base/stale-infcall.exp
5318 * gdb.base/step-break.exp
5319 * gdb.base/step-line.exp
5320 * gdb.base/step-over-exit.exp
5321 * gdb.base/step-test.exp
5322 * gdb.base/structs.exp
5323 * gdb.base/sym-file.exp
5324 * gdb.base/symtab-search-order.exp
5325 * gdb.base/term.exp
5326 * gdb.base/type-opaque.exp
5327 * gdb.base/unload.exp
5328 * gdb.base/until-nodebug.exp
5329 * gdb.base/until.exp
5330 * gdb.base/unwindonsignal.exp
5331 * gdb.base/watch-cond.exp
5332 * gdb.base/watch-non-mem.exp
5333 * gdb.base/watch_thread_num.exp
5334 * gdb.base/watchpoint-reuse-slot.exp
5335 * gdb.base/watchpoint-solib.exp
5336 * gdb.base/watchpoint.exp
5337 * gdb.btrace/dlopen.exp
5338 * gdb.cell/arch.exp
5339 * gdb.cell/break.exp
5340 * gdb.cell/bt.exp
5341 * gdb.cell/core.exp
5342 * gdb.cell/data.exp
5343 * gdb.cell/dwarfaddr.exp
5344 * gdb.cell/ea-cache.exp
5345 * gdb.cell/ea-standalone.exp
5346 * gdb.cell/ea-test.exp
5347 * gdb.cell/f-regs.exp
5348 * gdb.cell/fork.exp
5349 * gdb.cell/gcore.exp
5350 * gdb.cell/mem-access.exp
5351 * gdb.cell/ptype.exp
5352 * gdb.cell/registers.exp
5353 * gdb.cell/sizeof.exp
5354 * gdb.cell/solib-symbol.exp
5355 * gdb.cell/solib.exp
5356 * gdb.compile/compile-tls.exp
5357 * gdb.cp/exception.exp
5358 * gdb.cp/gdb2495.exp
5359 * gdb.cp/local.exp
5360 * gdb.cp/mb-inline.exp
5361 * gdb.cp/mb-templates.exp
5362 * gdb.cp/pr10687.exp
5363 * gdb.cp/pr9167.exp
5364 * gdb.cp/scope-err.exp
5365 * gdb.cp/templates.exp
5366 * gdb.cp/virtfunc.exp
5367 * gdb.dwarf2/dw2-dir-file-name.exp
5368 * gdb.dwarf2/dw2-single-line-discriminators.exp
5369 * gdb.fortran/complex.exp
5370 * gdb.fortran/library-module.exp
5371 * gdb.guile/guile.exp
5372 * gdb.guile/scm-cmd.exp
5373 * gdb.guile/scm-frame-inline.exp
5374 * gdb.guile/scm-objfile.exp
5375 * gdb.guile/scm-pretty-print.exp
5376 * gdb.guile/scm-symbol.exp
5377 * gdb.guile/scm-type.exp
5378 * gdb.guile/scm-value.exp
5379 * gdb.linespec/keywords.exp
5380 * gdb.linespec/ls-errs.exp
5381 * gdb.linespec/macro-relative.exp
5382 * gdb.linespec/thread.exp
5383 * gdb.mi/mi-breakpoint-changed.exp
5384 * gdb.mi/mi-dprintf-pending.exp
5385 * gdb.mi/mi-fullname-deleted.exp
5386 * gdb.mi/mi-logging.exp
5387 * gdb.mi/mi-pending.exp
5388 * gdb.mi/mi-solib.exp
5389 * gdb.mi/new-ui-mi-sync.exp
5390 * gdb.mi/user-selected-context-sync.exp
5391 * gdb.multi/dummy-frame-restore.exp
5392 * gdb.multi/multi-arch-exec.exp
5393 * gdb.multi/remove-inferiors.exp
5394 * gdb.multi/watchpoint-multi-exit.exp
5395 * gdb.opt/solib-intra-step.exp
5396 * gdb.perf/backtrace.exp
5397 * gdb.perf/single-step.exp
5398 * gdb.perf/skip-command.exp
5399 * gdb.perf/skip-prologue.exp
5400 * gdb.perf/solib.exp
5401 * gdb.python/lib-types.exp
5402 * gdb.python/py-as-string.exp
5403 * gdb.python/py-bad-printers.exp
5404 * gdb.python/py-block.exp
5405 * gdb.python/py-breakpoint.exp
5406 * gdb.python/py-cmd.exp
5407 * gdb.python/py-events.exp
5408 * gdb.python/py-evthreads.exp
5409 * gdb.python/py-finish-breakpoint.exp
5410 * gdb.python/py-finish-breakpoint2.exp
5411 * gdb.python/py-frame-inline.exp
5412 * gdb.python/py-frame.exp
5413 * gdb.python/py-inferior.exp
5414 * gdb.python/py-infthread.exp
5415 * gdb.python/py-mi.exp
5416 * gdb.python/py-objfile.exp
5417 * gdb.python/py-pp-maint.exp
5418 * gdb.python/py-pp-registration.exp
5419 * gdb.python/py-prettyprint.exp
5420 * gdb.python/py-recurse-unwind.exp
5421 * gdb.python/py-shared.exp
5422 * gdb.python/py-symbol.exp
5423 * gdb.python/py-symtab.exp
5424 * gdb.python/py-template.exp
5425 * gdb.python/py-type.exp
5426 * gdb.python/py-unwind-maint.exp
5427 * gdb.python/py-unwind.exp
5428 * gdb.python/py-value.exp
5429 * gdb.python/python.exp
5430 * gdb.reverse/finish-reverse-bkpt.exp
5431 * gdb.reverse/insn-reverse.exp
5432 * gdb.reverse/next-reverse-bkpt-over-sr.exp
5433 * gdb.reverse/solib-precsave.exp
5434 * gdb.reverse/solib-reverse.exp
5435 * gdb.stabs/gdb11479.exp
5436 * gdb.stabs/weird.exp
5437 * gdb.threads/fork-child-threads.exp
5438 * gdb.threads/fork-plus-threads.exp
5439 * gdb.threads/fork-thread-pending.exp
5440 * gdb.threads/forking-threads-plus-breakpoint.exp
5441 * gdb.threads/hand-call-in-threads.exp
5442 * gdb.threads/interrupted-hand-call.exp
5443 * gdb.threads/linux-dp.exp
5444 * gdb.threads/local-watch-wrong-thread.exp
5445 * gdb.threads/next-while-other-thread-longjmps.exp
5446 * gdb.threads/non-ldr-exit.exp
5447 * gdb.threads/pending-step.exp
5448 * gdb.threads/print-threads.exp
5449 * gdb.threads/process-dies-while-detaching.exp
5450 * gdb.threads/process-dies-while-handling-bp.exp
5451 * gdb.threads/pthreads.exp
5452 * gdb.threads/queue-signal.exp
5453 * gdb.threads/reconnect-signal.exp
5454 * gdb.threads/signal-command-handle-nopass.exp
5455 * gdb.threads/signal-command-multiple-signals-pending.exp
5456 * gdb.threads/signal-delivered-right-thread.exp
5457 * gdb.threads/signal-sigtrap.exp
5458 * gdb.threads/sigthread.exp
5459 * gdb.threads/staticthreads.exp
5460 * gdb.threads/stepi-random-signal.exp
5461 * gdb.threads/thread-unwindonsignal.exp
5462 * gdb.threads/thread_check.exp
5463 * gdb.threads/thread_events.exp
5464 * gdb.threads/tid-reuse.exp
5465 * gdb.threads/tls-nodebug.exp
5466 * gdb.threads/tls-shared.exp
5467 * gdb.threads/tls-so_extern.exp
5468 * gdb.threads/tls.exp
5469 * gdb.threads/wp-replication.exp
5470 * gdb.trace/actions-changed.exp
5471 * gdb.trace/actions.exp
5472 * gdb.trace/backtrace.exp
5473 * gdb.trace/change-loc.exp
5474 * gdb.trace/collection.exp
5475 * gdb.trace/deltrace.exp
5476 * gdb.trace/disconnected-tracing.exp
5477 * gdb.trace/entry-values.exp
5478 * gdb.trace/ftrace-lock.exp
5479 * gdb.trace/ftrace.exp
5480 * gdb.trace/infotrace.exp
5481 * gdb.trace/mi-trace-frame-collected.exp
5482 * gdb.trace/mi-trace-unavailable.exp
5483 * gdb.trace/mi-traceframe-changed.exp
5484 * gdb.trace/mi-tracepoint-changed.exp
5485 * gdb.trace/mi-tsv-changed.exp
5486 * gdb.trace/no-attach-trace.exp
5487 * gdb.trace/packetlen.exp
5488 * gdb.trace/passc-dyn.exp
5489 * gdb.trace/passcount.exp
5490 * gdb.trace/pending.exp
5491 * gdb.trace/pr16508.exp
5492 * gdb.trace/qtro.exp
5493 * gdb.trace/range-stepping.exp
5494 * gdb.trace/read-memory.exp
5495 * gdb.trace/report.exp
5496 * gdb.trace/save-trace.exp
5497 * gdb.trace/signal.exp
5498 * gdb.trace/stap-trace.exp
5499 * gdb.trace/status-stop.exp
5500 * gdb.trace/strace.exp
5501 * gdb.trace/tfile.exp
5502 * gdb.trace/tfind.exp
5503 * gdb.trace/trace-break.exp
5504 * gdb.trace/trace-condition.exp
5505 * gdb.trace/trace-enable-disable.exp
5506 * gdb.trace/trace-mt.exp
5507 * gdb.trace/tracecmd.exp
5508 * gdb.trace/tracefile-pseudo-reg.exp
5509 * gdb.trace/tspeed.exp
5510 * gdb.trace/tstatus.exp
5511 * gdb.trace/tsv.exp
5512 * gdb.trace/unavailable.exp
5513 * gdb.trace/while-dyn.exp
5514 * gdb.trace/while-stepping.exp
5515 * lib/gdb-guile.exp
5516 * lib/gdb.exp
5517 * lib/mi-support.exp
5518 * lib/pascal.exp
5519 * lib/perftest.exp
5520 * lib/prelink-support.exp
5521 * lib/selftest-support.exp
5522
ad02e4fe
SM
55232016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
5524
5525 * Makefile.in: Include disable-implicit-rules.mk.
5526
22347e55
AA
55272016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5528
5529 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
5530 non-byte-aligned bit fields.
5531
da5b30da
AA
55322016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5533
5534 PR gdb/12616
5535 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
5536 respects the DW_AT_data_bit_offset attribute.
5537
b593ecca
SM
55382016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
5539
5540 * gdb.base/default.exp: Fix output of "set language".
5541
3b165252
SM
55422016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
5543
5544 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
5545 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
5546 make.
5547 * configure.ac: Remove checks for the make program.
5548 * configure: Re-generate.
5549
1a2f3d7f
KB
55502016-11-16 Kevin Buettner <kevinb@redhat.com>
5551
5552 * gdb.python/py-recurse-unwind.c (main): Add loop.
5553 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
5554 to read_register() and gdb.parse_and_eval(). Make each code
5555 call a separate case that can be individually tested.
5556 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
5557 proc. Call cont_and_backtrace for each of the code paths that
5558 we want to test in the unwinder.
5559
b7f38fda
AA
55602016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
5561
5562 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
5563 the definition of struct S.
5564
1f8db343
CM
55652016-11-11 Catherine Moore <clm@codesourcery.com>
5566
5567 * gdb.base/dump.exp: Identify verilog format dump tests as such.
5568
fad0c9fb
PA
55692016-11-09 Pedro Alves <palves@redhat.com>
5570
5571 * gdb.base/commands.exp (runto_or_return): New procedure.
5572 (gdbvar_simple_if_test, gdbvar_simple_while_test)
5573 (gdbvar_complex_if_while_test, progvar_simple_if_test)
5574 (progvar_simple_while_test, progvar_complex_if_while_test)
5575 (if_while_breakpoint_command_test)
5576 (infrun_breakpoint_command_test, breakpoint_command_test)
5577 (user_defined_command_test, watchpoint_command_test)
5578 (test_command_prompt_position, redefine_hook_test)
5579 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
5580 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
5581 multi_line_input and multi_line. Remove gdb_expect and
5582 gdb_stop_suppressing_tests uses.
5583 * lib/gdb.exp (valnum_re): New global.
5584 (multi_line_input): New procedure.
5585
8354c62c
SM
55862016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
5587
5588 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
5589 Remove.
5590 (test_setup): Define with proc_with_prefix.
5591 (test_cli_inferior): Likewise.
5592 (test_cli_thread): Likewise.
5593 (test_cli_frame): Likewise.
5594 (test_cli_select_frame): Likewise.
5595 (test_cli_up_down): Likewise.
5596 (test_mi_thread_select): Likewise.
5597 (test_mi_stack_select_frame): Likewise.
5598 (test_cli_in_mi_inferior): Likewise.
5599 (test_cli_in_mi_thread): Likewise.
5600 (test_cli_in_mi_frame): Likewise.
5601 (top level): Do not use with_test_prefix_procname.
5602
64f367a2
PA
56032016-11-09 Pedro Alves <palves@redhat.com>
5604
5605 * gdb.base/commands.exp (gdbvar_simple_if_test)
5606 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
5607 (progvar_simple_if_test, progvar_simple_while_test)
5608 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
5609 (infrun_breakpoint_command_test, breakpoint_command_test)
5610 (user_defined_command_test, watchpoint_command_test)
5611 (test_command_prompt_position, deprecated_command_test)
5612 (bp_deleted_in_command, temporary_breakpoint_commands)
5613 (stray_arg0_test, source_file_with_indented_comment)
5614 (recursive_source_test, if_commands_test)
5615 (error_clears_commands_left, redefine_hook_test)
5616 (redefine_backtrace_test): Use proc_with_prefix.
5617 * lib/gdb.exp (proc_with_prefix): New proc.
5618
0bb65f1e
AA
56192016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5620
5621 * gdb.base/tui-layout.c: New file.
5622 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
5623 disassembly window contains very long lines.
5624
7353f247
TT
56252016-11-08 Tom Tromey <tom@tromey.com>
5626
5627 * gdb.python/py-value.exp (test_value_creation): Make "long" test
5628 depend on Python 2.
5629
30a7bb83
TT
56302016-11-08 Tom Tromey <tom@tromey.com>
5631
5632 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
5633 New method.
5634
cdf5a07c
MG
56352016-10-29 Manish Goregaokar <manish@mozilla.com>
5636
2806dc7e 5637 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 5638
51a789c3
MG
56392016-10-27 Manish Goregaokar <manish@mozilla.com>
5640
2806dc7e
PA
5641 * gdb.rust/simple.rs: Add test for univariant enums without
5642 discriminants and for encoded struct-like enums.
51a789c3 5643
f610ab6d
PA
56442016-10-28 Pedro Alves <palves@redhat.com>
5645
5646 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
5647 gdb_test_multiple, tighten regexps and match symtabs and line
5648 tables incrementally.
5649
b129b0ca
LM
56502016-10-28 Luis Machado <lgustavo@codesourcery.com>
5651
5652 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
5653 general.
5654
ecf45d2c
SL
56552016-10-25 Luis Machado <lgustavo@codesourcery.com>
5656
5657 * gdb.base/exec-invalid-sysroot.exp: New file.
5658
b8d38ee4
JK
56592016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
5660
5661 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
5662
f90fd8c2
JK
56632016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
5664
5665 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
5666
2d2476aa
MR
56672016-10-19 Maciej W. Rozycki <macro@imgtec.com>
5668
2806dc7e
PA
5669 * gdb.base/killed-outside.exp: Remove $options from a call to
5670 `prepare_for_testing'.
2d2476aa 5671
e42b25a0
SM
56722016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5673
5674 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5675 Change test message.
5676
3ccdb432
SM
56772016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5678
5679 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
5680 Update comment.
5681
5bad3170
SM
56822016-10-17 Simon Marchi <simon.marchi@ericsson.com>
5683
5684 * gdb.trace/mi-trace-save.exp: New file.
5685
5ad9dba7
YQ
56862016-10-13 Yao Qi <yao.qi@linaro.org>
5687
5688 * gdb.base/code_elim.exp (get_var_address): Remove.
5689 * gdb.base/relocate.exp: Likewise.
5690 * gdb.base/shreloc.exp: Likewise.
5691 * lib/gdb.exp (get_var_address): New.
5692
62df7e21
YQ
56932016-10-13 Yao Qi <yao.qi@linaro.org>
5694
5695 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
5696 floating point tests if $skip_float_test is false.
5697
4dac951e
LM
56982016-10-12 Luis Machado <lgustavo@codesourcery.com>
5699
5700 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
5701 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
5702 argc values.
5703 Add 1 to argc so we guarantee distinct initial/modified argc values.
5704
8f1a8fc4
JK
57052016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5706
5707 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
5708
16c85b5d
JK
57092016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
5710
5711 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
5712 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
5713 * gdb.arch/vsx-regs.exp: Likewise.
5714
1d0e042a
YQ
57152016-10-07 Yao Qi <yao.qi@linaro.org>
5716
5717 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
5718
68dadef5
MM
57192016-10-07 Markus Metzger <markus.t.metzger@intel.com>
5720
5721 * gdb.python/python.exp: Test decode_line("*0").
5722
33fa2c6e
DE
57232016-10-06 Doug Evans <dje@google.com>
5724
5725 * gdb.python/py-value.exp (test_value_creation): Add test for large
5726 unsigned 64-bit value.
5727
9c37b5ae
TT
57282016-10-06 Tom Tromey <tom@tromey.com>
5729
5730 * gdb.compile/compile.exp: Change java tests to rust.
5731 * gdb.base/setshow.exp: Change java tests to rust.
5732 * gdb.base/default.exp: Remove java from language list.
5733 * README (Examples): Update language example.
5734 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
5735 test.
5736 * lib/gdb.exp (skip_java_tests): Remove.
5737 * lib/java.exp: Remove.
5738 * gdb.java: Remove.
5739
78b86327
MR
57402016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5741
5742 * gdb.arch/mips-fcr.exp: New test.
5743 * gdb.arch/mips-fcr.c: Source for the new test.
5744
7470adbb
MR
57452016-10-06 Maciej W. Rozycki <macro@imgtec.com>
5746
5747 * gdb.base/solib-disc.exp: Use `standard_output_file'
5748 throughout.
5749
4a556533
PA
57502016-10-06 Pedro Alves <palves@redhat.com>
5751
5752 * gdb.base/jit-simple-dl.c: New file.
5753 * gdb.base/jit-simple-jit.c: New file, factored out from ...
5754 * gdb.base/jit-simple.c: ... this.
5755 * gdb.base/jit-simple.exp (jit_run): Delete.
5756 (build_jit): New proc.
5757 (jit_test_reread): Recompile either the main program or the shared
5758 library, depending on what is being tested. Skip changing address
5759 if caller wants to. Compare before/after addresses. If testing
5760 standalone, explicitly load the binary. Test "maint info
5761 breakpoints".
5762 (top level): Add "standalone vs shared lib" and "change address"
5763 vs "same address" axes.
5764
5a122fbc
PA
57652016-10-06 Pedro Alves <palves@redhat.com>
5766
5767 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
5768 call.
5769 (jit_run): Delete.
5770 (jit_test_reread): Use with_test_prefix. Reload the main binary
5771 explicitly. Compare the before/after addresses of the JIT
5772 descriptor.
5773
ee8da4b8
DE
57742016-08-15 Doug Evans <dje@google.com>
5775
5776 * gdb.xml/extra-regs.xml: Update, end field now required, default type
5777 for single bitfields is bool.
5778 * gdb.xml/tdesc-regs.exp: Ditto.
5779
f389f6fe
JK
57802016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
5781
5782 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
5783
fdebf1a4
YQ
57842016-10-05 Yao Qi <yao.qi@linaro.org>
5785
5786 * lib/gdb.exp (support_complex_tests): Return zero if
5787 gdb_skip_float_test return true.
5788
9c36d954 57892016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5790 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
5791
5792 PR gdb/20487
5793 * gdb.mi/user-selected-context-sync.exp: New file.
5794 * gdb.mi/user-selected-context-sync.c: New file.
5795
4034d0ff 57962016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 5797 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
5798
5799 PR gdb/20487
5800 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
5801 =thread-select-event check.
5802
a4297203
PB
58032016-09-29 Peter Bergner <bergner@vnet.ibm.com>
5804
5805 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
5806 the compulsory L operand changes.
5807 * gdb.arch/powerpc-power.s: Likewise.
5808
bb805577
JK
58092016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5810
5811 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
5812 * gdb.base/jit-attach-pie.c: New file.
5813 * gdb.base/jit-attach-pie.exp: New file.
5814
6d61dee5
PA
58152016-09-28 Pedro Alves <palves@redhat.com>
5816
5817 * gdb.base/infcall-input.c: New file.
5818 * gdb.base/infcall-input.exp: New file.
5819
f73842fc
YQ
58202016-09-22 Yao Qi <yao.qi@linaro.org>
5821
5822 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
5823 (gdb_exit): Rename it to ...
5824 (gdbserver_gdb_exit): ... Close GDBserver.
5825 (gdb_exit): New proc, call gdbserver_gdb_exit.
5826 (mi_gdb_exit): Likewise.
5827
90681dab
YQ
58282016-09-22 Yao Qi <yao.qi@linaro.org>
5829
5830 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
5831 path.
5832 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
5833 Remove duplication.
5834
9c211fd8
YQ
58352016-09-22 Yao Qi <yao.qi@linaro.org>
5836
5837 * lib/gdbserver-support.exp: Check the existence of
5838 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
5839
ad0a504f
AK
58402016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
5841
5842 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
5843
36cf1806
TT
58442016-09-21 Tom Tromey <tom@tromey.com>
5845
5846 PR gdb/20604:
5847 * gdb.base/quit.exp: New file.
5848
74172ecf
SM
58492016-09-21 Simon Marchi <simon.marchi@ericsson.com>
5850
5851 * .gitignore: New file.
5852
3d0ec882
MR
58532016-09-21 Maciej W. Rozycki <macro@imgtec.com>
5854
5855 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
5856 throughout.
5857
8193adea
AA
58582016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
5859
5860 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
5861
d41a5c09
JK
58622016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5863
5864 * gdb.cp/casts.cc (decltype): Move it ...
5865 (main): ... with its call to ...
5866 * gdb.cp/casts03.cc: ... a new file.
5867 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
5868
d2dfe700
JK
58692016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5870
5871 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
5872
e2a92b16
PB
58732016-09-15 Peter Bergner <bergner@vnet.ibm.com>
5874
5875 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
5876 and sync up the test with tests in gas/testsuite/gas/ppc.
5877 * gdb.arch/powerpc-power.exp: Likewise.
5878
49b4de64
JK
58792016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5880
5881 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
5882
2c29df25
SDJ
58832016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
5884 Jan Kratochvil <jan.kratochvil@redhat.com>
5885
5886 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
5887 make m1's definition to be different from m2's. Use 'dummy' as an
5888 argument for probe 'two'.
5889
cc3c2846
JB
58902016-09-10 Jon Beniston <jon@beniston.com>
5891
5892 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
5893 for sim target.
5894
e1b2624a
AA
58952016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
5896
5897 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
5898 variable declaration.
5899 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
5900 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
5901 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
5902 received HWCAP as its argument.
5903
4295e285
PA
59042016-09-06 Pedro Alves <palves@redhat.com>
5905
5906 * gdb.base/new-ui-pending-input.c: New file.
5907 * gdb.base/new-ui-pending-input.exp: New file.
5908 * gdb.exp (clear_gdb_spawn_id): New procedure.
5909 (with_spawn_id): Check whether gdb_spawn_id exists before
5910 referencing it. If gdb_spawn_id didn't exist on entry, clear it
5911 on exit.
5912
00d5215e
UW
59132016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5914
5915 * gdb.base/float128.c: New file.
5916 * gdb.base/float128.exp: Likewise.
5917 * gdb.base/floatn.c: Likewise.
5918 * gdb.base/floatn.exp: Likewise.
5919
a9ff5f12
UW
59202016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
5921
5922 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
5923
f245535c
PA
59242016-09-05 Pedro Alves <palves@redhat.com>
5925
5926 PR backtrace/19927
5927 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
5928 unwinders are immediately called as side effect of "source" or
5929 "disable unwinder" commands.
5930 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
5931
ae9cf263
YQ
59322016-09-02 Yao Qi <yao.qi@linaro.org>
5933
5934 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
5935 is true and $type is "float" or "double".
5936
27aba047
YQ
59372016-09-02 Yao Qi <yao.qi@linaro.org>
5938
5939 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
5940 true.
5941 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
5942 * gdb.base/call-rt-st.exp: Likewise.
5943 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
5944 return value instead of gdb,skip_float_test.
5945 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
5946 (do_function_calls): Use its return value instead of
5947 gdb,skip_float_test.
5948 * gdb.base/finish.exp: Likewise.
5949 * gdb.base/funcargs.exp: Likewise.
5950 * gdb.base/return.exp: Likewise.
5951 * gdb.base/return2.exp: Likewise.
5952 * gdb.base/varargs.exp: Likewise.
5953 * lib/gdb.exp (gdb_skip_float_test): Change it to
5954 gdb_caching_proc. Detect the broken ptrace on arm-linux.
5955
5af962df
AA
59562016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
5957
5958 * gdb.multi/tids.exp: Test "thread apply all".
5959
7fac6910
JK
59602016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
5961
5962 * gdb.base/default.exp (tty): Remove.
5963
bb1fe4ac
KB
59642016-08-24 Kevin Buettner <kevinb@redhat.com>
5965
2806dc7e
PA
5966 * gdb.python/py-recurse-unwind.c: New file.
5967 * gdb.python/py-recurse-unwind.py: New file.
5968 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 5969
0a1ddfa6
SM
59702016-08-24 Simon Marchi <simon.marchi@ericsson.com>
5971
5972 * gdb.base/set-inferior-tty.exp: New file.
5973 * gdb.base/set-inferior-tty.c: New file.
5974
d9de1fe3
PA
59752016-08-23 Pedro Alves <palves@redhat.com>
5976
5977 PR gdb/20494
5978 * gdb.base/new-ui-echo.c: New file.
5979 * gdb.base/new-ui-echo.exp: New file.
5980
e9d9abd7
YQ
59812016-08-23 Yao Qi <yao.qi@linaro.org>
5982
5983 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
5984 gdbserver_spawn.
5985 * gdb.server/connect-without-multi-process.exp (do_test):
5986 Likewise.
5987
3589529e
YQ
59882016-08-23 Yao Qi <yao.qi@linaro.org>
5989
5990 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
5991 standalone_txt. Delete gdb_txt and standalone_txt on host
5992 and target. Spawn the binary on target. Copy files from
5993 target to host.
5994
6bb90213
PA
59952016-08-22 Pedro Alves <palves@redhat.com>
5996
5997 PR gdb/20505
5998 * gdb.base/vdso-warning.exp: Test core dumps too. Use
5999 with_test_prefix. Factor out bits to ...
6000 (test_no_vdso): ... this new procedure.
6001
20c2c024
CL
60022016-08-19 Carl Love <cel@us.ibm.com>
6003
6004 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
6005 maintaining separate logic for constructing the output path.
6006 * gdb.arch/powerpc-d128-regs.exp: Likewise.
6007 * gdb.arch/ppc-dfp.exp: Likewise.
6008 * gdb.arch/ppc-fp.exp: Likewise.
6009 * gdb.arch/vsx-regs.exp: Likewise.
6010 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
6011 binprefix for generating the additional binary files.
6012
0646e07d
PA
60132016-08-19 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.trace/mi-trace-frame-collected.exp
6016 (test_trace_frame_collected): On x32, expect two registers.
6017
46da9242
CL
60182016-08-18 Carl Love <cel@us.ibm.com>
6019
6020 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
6021 and sync up the test with tests in gas/testsuite/gas/ppc.
6022 * gdb.arch/powerpc-power.exp: Likewise.
6023
eb2332d7
SM
60242016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6025
6026 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
6027 expected error message.
6028
63c61e04
SM
60292016-08-17 Simon Marchi <simon.marchi@ericsson.com>
6030
6031 * gdb.multi/remove-inferiors.exp: New file.
6032 * gdb.multi/remove-inferiors.c: New file.
6033
7b17065f
YQ
60342016-08-12 Yao Qi <yao.qi@linaro.org>
6035
6036 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
6037 argument list.
6038
01d3dedf
PA
60392016-08-10 Pedro Alves <palves@redhat.com>
6040
6041 PR gdb/19187
6042 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
6043 setup_kfails.
6044
3eb7562a
PA
60452016-08-09 Pedro Alves <palves@redhat.com>
6046 Simon Marchi <simon.marchi@ericsson.com>
6047
6048 PR gdb/20418
6049 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
6050 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
6051
80614914
PA
60522016-08-09 Pedro Alves <palves@redhat.com>
6053
6054 PR mi/20431
6055 * gdb.mi/mi-cmd-error.exp: New file.
6056
f348d89a
PA
60572016-08-09 Pedro Alves <palves@redhat.com>
6058
6059 PR gdb/18653
6060 * gdb.base/signals-state-child.c: New file.
6061 * gdb.base/signals-state-child.exp: New file.
6062 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
6063
e5ca03b4
PA
60642016-08-09 Pedro Alves <palves@redhat.com>
6065
6066 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
6067
282a0691
TT
60682016-08-03 Tom Tromey <tom@tromey.com>
6069
6070 PR python/18565:
6071 * gdb.python/py-frame-inline.exp: Add Frame.function test.
6072
41bfcd63
YQ
60732016-08-01 Yao Qi <yao.qi@linaro.org>
6074
6075 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
6076 variable mode to "multi-process" if $multi_process is 1, otherwise
6077 set it to "single-process".
6078
e3465b24
YQ
60792016-08-01 Yao Qi <yao.qi@linaro.org>
6080
6081 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
6082 * gdb.cp/cpexprs.exp: Likewise.
6083 * gdb.cp/m-static.exp: Likewise.
6084
0b31a4bc
TT
60852016-07-26 Tom Tromey <tom@tromey.com>
6086
6087 PR python/20190:
6088 * gdb.threads/tls.exp (check_thread_local): Add python symbol
6089 test.
6090
e0461dbb
MM
60912016-07-26 Markus Metzger <markus.t.metzger@intel.com>
6092
6093 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
6094 selecting assembly source files.
6095 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
6096 assembly source files.
6097 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
6098 assembly source files.
6099 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
6100 selecting assembly source files.
6101
8194e927
SM
61022016-07-25 Simon Marchi <simon.marchi@ericsson.com>
6103
6104 * gdb.base/new-ui.exp (do_test_invalid_args): New
6105 procedure.
6106
c0272db5
TW
61072016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
6108
6109 * gdb.btrace/reconnect.c: New file.
6110 * gdb.btrace/reconnect.exp: New file.
6111
e3487908
GKB
61122016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
6113
6114 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
6115 to test_catch_syscall_group.
6116 (test_catch_syscall_group): New.
6117
12df5c00
TT
61182016-07-21 Tom Tromey <tom@tromey.com>
6119
6120 * gdb.rust/simple.rs (main): Use empty struct expression.
6121 * gdb.rust/simple.exp: Add tests for empty struct expression.
6122
bae62ee2
YQ
61232016-07-21 Yao Qi <yao.qi@linaro.org>
6124
6125 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
6126 if gdb_skip_xml_test is true on some targets.
6127
b1b53fb3
YQ
61282016-07-21 Yao Qi <yao.qi@linaro.org>
6129
6130 * gdb.server/solib-list.exp: Unset last_loaded_file.
6131
027d97f8
JK
61322016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6133
6134 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
6135 "step into captured_main (args)".
6136
7674d381
JK
61372016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6138
6139 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
6140
72b5d099
JK
61412016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6142
6143 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
6144
1f960ced
PA
61452016-07-19 Pedro Alves <palves@redhat.com>
6146
6147 * gdb.opt/inline-break.exp: Remove optimize=-O2.
6148 * gdb.opt/inline-bt.exp: Likewise.
6149 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
6150 additional_flags=-Winline.
6151 * gdb.opt/inline-locals.exp: Likewise.
6152 * gdb.opt/inline-markers.c (ATTR): Define.
6153 (inlined_fn): Use it.
6154
f25827c1
YQ
61552016-07-19 Yao Qi <yao.qi@linaro.org>
6156
6157 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
6158 (test_with_self): Remove some code. Remove argument executable.
6159 (top-level): Use do_self_tests.
6160
37539ebe
DB
61612016-07-15 Zachary Welch <zwelch@codesourcery.com>
6162 Don Breazeal <donb@codesourcery.com>
6163
6164 * gdb.base/maint.exp: Escape paths used in regular expressions.
6165 * gdb.stabs/weird.exp: Likewise.
6166
dac790e1
TT
61672016-07-13 Tom Tromey <tom@tromey.com>
6168
6169 PR python/15620, PR python/18620:
6170 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
6171 (test_bkpt_events): New procs.
6172
93daf339
TT
61732016-07-13 Tom Tromey <tom@tromey.com>
6174
6175 PR python/17698:
6176 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
6177 test.
6178 (test_watchpoints): Likewise.
6179 (test_bkpt_pending): New proc.
6180
6571a381
TT
61812016-07-13 Tom Tromey <tom@tromey.com>
6182
6183 PR cli/18053:
6184 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
6185 completion test.
6186
e8732474
JK
61872016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
6188
6189 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
6190 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
6191 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
6192 f_label.
6193 (g): Rename g_end_lbl to g_label.
6194 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
6195 low_pc and high_pc.
6196 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
6197
e0f3fd7c
TT
61982016-07-12 Tom Tromey <tom@tromey.com>
6199
6200 PR python/19293:
6201 * gdb.python/py-unwind-maint.exp: Update tests.
6202
3cfe46b6
YQ
62032016-07-12 Yao Qi <yao.qi@linaro.org>
6204
6205 * lib/selftest-support.exp (selftest_setup): Match the output
6206 when captured_main is inlined.
6207
4f19a0e6
WT
62082016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
6209
6210 * gdb.fortran/derived-types.exp (result_line, result_line_2):
6211 New variables.
6212 (print this%a, print this%b, print this): New tests.
6213 * gdb.fortran/derived-types.f90 (this): New object and
6214 initialization.
6215
986cf455
SM
62162016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6217
6218 * gdb.ada/arraydim.exp: Remove extra directory level in build
6219 directory.
6220
f0464b23
SM
62212016-07-06 Simon Marchi <simon.marchi@ericsson.com>
6222
6223 * lib/ada.exp: Remove extra directory level in build directory.
6224 * gdb.ada/cond_lang.exp: Likewise.
6225 * gdb.ada/exec_changed.exp: Likewise.
6226 * gdb.ada/lang_switch.exp: Likewise.
6227
42d94011
MG
62282016-07-06 Manish Goregaokar <manish@mozilla.com>
6229
2806dc7e
PA
6230 * simple.rs: Add test for raw pointer subscripting.
6231 * simple.exp: Add test expectations.
42d94011 6232
647c264c
YQ
62332016-07-05 Yao Qi <yao.qi@linaro.org>
6234
6235 * gdb.mi/mi-reverse.exp: Match =record-started output.
6236
20aa2c60
PA
62372016-07-01 Pedro Alves <palves@redhat.com>
6238
6239 * gdb.base/jit-reader.exp (info_registers_current_frame): New
6240 procedure.
6241 (jit_reader_test): Test the jit reader's unwinder.
6242 * gdb.base/jithost.c (jit_function_00_code): New global.
6243 (main): Use memcpy to fill in the mmapped code, instead of poking
6244 bytes manually here.
6245 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
6246 value.
6247 (read_debug_info): Save the function's range.
6248 (read_sp): New function.
6249 (unwind_frame): Use it. Also unwind RBP.
6250 (get_frame_id): Use read_sp.
6251 (gdb_init_reader): Use calloc instead of malloc.
6252 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
6253 parameter. Use gdb_test_multiple.
6254
ced2dffb
PA
62552016-07-01 Pedro Alves <palves@redhat.com>
6256 Antoine Tremblay <antoine.tremblay@ericsson.com>
6257
6258 * gdb.threads/process-dies-while-detaching.c: New file.
6259 * gdb.threads/process-dies-while-detaching.exp: New file.
6260
63000888
PA
62612016-07-01 Pedro Alves <palves@redhat.com>
6262
6263 * gdb.multi/watchpoint-multi-exit.c: New file.
6264 * gdb.multi/watchpoint-multi-exit.exp: New file.
6265
038d4868
PA
62662016-06-30 Pedro Alves <palves@redhat.com>
6267
6268 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
6269 unset inferior_spawn_id.
6270
994e9c83
PA
62712016-06-30 Pedro Alves <palves@redhat.com>
6272
6273 * lib/mi-support.exp (default_mi_gdb_start): Declare global
6274 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
6275
e5653468
YQ
62762016-06-29 Yao Qi <yao.qi@linaro.org>
6277
6278 * gdb.base/return.c: Add copyright header.
6279
803b47e5
TT
62802016-06-29 Tom Tromey <tom@tromey.com>
6281
6282 PR python/20129:
6283 * gdb.python/py-framefilter.exp: Add tests for setting priority
6284 and disabling of non-existent frame filter.
6285
28244707
YQ
62862016-06-29 Yao Qi <yao.qi@linaro.org>
6287
6288 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
6289 0x0f07ff.
6290
a31d2f06
YQ
62912016-06-28 Yao Qi <yao.qi@linaro.org>
6292
6293 * gdb.base/catch-syscall.exp: Remove check on isnative and target
6294 triplets. Start gdb, execute catch syscall, and continue. Check
6295 gdb's output to determine catch syscall is supported.
6296
921d8f54
MG
62972016-06-27 Manish Goregaokar <manish@mozilla.com>
6298
25d49b86
PA
6299 * gdb.rust/simple.rs: Add test for returning unit in a function.
6300 * gdb.rust/simple.exp: Add expectation for functions returning
6301 unit.
921d8f54 6302
f4952523
PMR
63032016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
6304
6305 * gdb.python/py-breakpoint-create-fail.c,
6306 gdb.python/py-breakpoint-create-fail.exp,
6307 gdb.python/py-breakpoint-create-fail.py: New testcase.
6308
fccb08f8
MG
63092016-06-25 Manish Goregaokar <manish@mozilla.com>
6310
6311 PR gdb/20239
6312 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
6313 * gdb.rust/simple.exp: Add test expectations for new NonZero
6314 tests.
fccb08f8 6315
6b850546
DT
63162016-06-24 David Taylor <dtaylor@emc.com>
6317
6318 * gdb.base/offsets.exp: New file.
6319 * gdb.base/offsets.c: New file.
6320
17621150
TT
63212016-06-23 Tom Tromey <tom@tromey.com>
6322
6323 PR gdb/16483:
6324 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
6325 before any filters are loaded.
6326
04d59df6
WT
63272016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
6328
6329 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
6330 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
6331 structs.
6332 * gdb.fortran/derived-type-function.exp: New file.
6333 * gdb.fortran/derived-type-function.f90: New file.
6334
6335
ac69f786
PA
63362016-06-21 Pedro Alves <palves@redhat.com>
6337
6338 * gdb.base/new-ui.exp: New file.
6339 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
6340 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
6341 (with_spawn_id): New procedure.
6342
49940788
PA
63432016-06-21 Pedro Alves <palves@redhat.com>
6344
6345 * gdb.mi/mi-exec-run.exp: New file.
6346
ef274d26
PA
63472016-06-21 Pedro Alves <palves@redhat.com>
6348
6349 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
6350 breakpoint command's output on the main UI.
6351 (test_break): New procedure, factored out from calls in the top
6352 level.
6353 (top level): Use foreach_with_prefix to test MI as main UI and as
6354 separate UI.
6355
468afe6c
PA
63562016-06-21 Pedro Alves <palves@redhat.com>
6357
6358 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
6359 (test_awatch_creation_and_listing)
6360 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
6361 Remove 'type' parameter.
6362 (test_watchpoint_all): New parameter mi_mode. Remove
6363 with_test_prefix.
6364 (top level): Use foreach_with_prefix, and add main/separate UI MI
6365 testing axis.
6366
51f77c37
PA
63672016-06-21 Pedro Alves <palves@redhat.com>
6368
6369 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
6370 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
6371 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
6372 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
6373 (gdb_main_spawn_id, mi_spawn_id): Declare and
6374 comment.
6375 (mi_create_inferior_pty): New procedure,
6376 factored out from default_mi_gdb_start.
6377 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
6378 procedures.
6379 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
6380 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
6381 Use mi_create_inferior_pty.
6382 (mi_gdb_start): Use eval to pass down args list.
6383
8980e177
PA
63842016-06-21 Pedro Alves <palves@redhat.com>
6385
6386 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
6387 * gdb.opt/inline-cmds.exp: Add MI tests.
6388
f38d3ad1
PA
63892016-06-21 Pedro Alves <palves@redhat.com>
6390
6391 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
6392
45db7c09
PA
63932016-06-21 Pedro Alves <palves@redhat.com>
6394
6395 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
6396 (top level): Use it instead of mi_execute_to.
6397
5a069ab3
PA
63982016-06-21 Pedro Alves <palves@redhat.com>
6399
6400 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
6401 (cont_handler_str): New.
6402 (signal_stop_handler): Set stop_handler_str instead of printing to
6403 stdout.
6404 (continue_handler): Set cont_handler_str instead of printing to
6405 stdout.
6406 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
6407 mi_send_resuming_command. Print stop_handler_str and
6408 cont_handler_str instead of expecting the python events print
6409 directly.
6410
2838cc1d
SD
64112016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
6412
6413 * gdb.base/jit-reader.exp: New file.
6414 * gdb.base/jithost.c: New file.
6415 * gdb.base/jithost.h: New file.
6416 * gdb.base/jitreader.c : New file.
6417 * gdb.base/jit-protocol.h: New file.
6418
21a77091
YQ
64192016-06-17 Yao Qi <yao.qi@linaro.org>
6420
6421 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
6422 parameters follow_fork and detach_on_fork. Set follow-fork-mode
6423 and detach-on-fork. Adjust tests.
6424 (top level): Invoke break_cond_on_syscall with combinations of
6425 syscall, follow-fork-mode and detach-on-fork.
6426
f50bf8e5
YQ
64272016-06-17 Yao Qi <yao.qi@linaro.org>
6428
6429 * gdb.base/step-over-exit.c: New.
6430 * gdb.base/step-over-exit.exp: New.
6431
a28d8e50
YTL
64322016-06-17 Yan-Ting Lin <currygt52@gmail.com>
6433
6434 * gdb.base/float.exp: Add target check for nds32*-*-*.
6435 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
6436
cad8e26d
AB
64372016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
6438
6439 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
6440 for unsupported target features.
6441 * gdb.base/call-rt-st.exp: Likewise.
6442 * gdb.base/call-sc.exp: Likewise.
6443 * gdb.base/call-signal-resume.exp: Likewise.
6444 * gdb.base/call-strs.exp: Likewise.
6445 * gdb.base/callexit.exp: Likewise.
6446 * gdb.base/callfuncs.exp: Likewise.
6447 * gdb.base/nodebug.exp: Likewise.
6448 * gdb.base/printcmds.exp: Likewise.
6449 * gdb.base/ptype.exp: Likewise.
6450 * gdb.base/structs.exp: Likewise.
6451 * gdb.base/unwindonsignal.exp: Likewise.
6452 * gdb.cp/gdb2495.exp: Likewise.
6453 * gdb.cp/templates.exp: Likewise.
6454 * gdb.cp/virtfunc.exp: Likewise.
6455 * gdb.threads/hand-call-in-threads.exp: Likewise.
6456 * gdb.threads/interrupted-hand-call.exp: Likewise.
6457 * gdb.threads/thread-unwindonsignal.exp: Likewise.
6458
347dc102
TT
64592016-06-10 Tom Tromey <tom@tromey.com>
6460
6461 PR rust/20110:
6462 * gdb.rust/expr.exp: Add test for integer constant larger than
6463 i32.
6464
5e13cf25
BH
64652016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
6466
6467 * gdb.fortran/nested-funcs.exp: New.
6468 * gdb.fortran/nested-funcs.f90: New.
6469
bb556f1f
TK
64702016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
6471
6472 * gdb.base/examine-backward.c: New file.
6473 * gdb.base/examine-backward.exp: New file.
6474
38b022b4
SM
64752016-06-06 Simon Marchi <simon.marchi@ericsson.com>
6476
6477 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
6478 matching.
6479
1b40ec05
TT
64802016-06-02 Tom Tromey <tom@tromey.com>
6481
6482 PR python/18984:
6483 * gdb.python/py-shared.exp: Add solib_name test.
6484
193bd378
SM
64852016-06-02 Simon Marchi <simon.marchi@ericsson.com>
6486
6487 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
6488
3326303b
MG
64892016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
6490
6491 PR c++/19893
6492 * gdb.dwarf2/implref.exp: Rename to...
6493 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
6494 * gdb.dwarf2/implref-array.c: New file.
6495 * gdb.dwarf2/implref-array.exp: Likewise.
6496 * gdb.dwarf2/implref-global.c: Likewise.
6497 * gdb.dwarf2/implref-global.exp: Likewise.
6498 * gdb.dwarf2/implref-struct.c: Likewise.
6499 * gdb.dwarf2/implref-struct.exp: Likewise.
6500
825c8ef2
AT
65012016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6502
6503 * gdb.trace/trace-condition.exp: Add 64bit tests.
6504
2320162a
AT
65052016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6506
6507 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
6508 bits types.
6509 (main): Adapt to 8 to 64 bits types.
6510 * gdb.trace/trace-condition.exp: Add new tests.
6511
a7818233
AT
65122016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6513
6514 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
6515
0d336466
AT
65162016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6517
6518 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
6519 Move condition tests...
6520 * gdb.trace/trace-condition.exp: Here.
6521
7faeb45a
AT
65222016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
6523
6524 * gdb.trace/trace-condition.exp: Add counter-case tests.
6525
e385593e
JK
65262016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
6527
6528 PR c++/15231
6529 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
6530 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
6531
744608cc
PA
65322016-05-27 Pedro Alves <palves@redhat.com>
6533
6534 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
6535 New procedure.
6536 (top level): Call it, and bail out of DejaGnu is known to be bad.
6537
ac775bf4
AB
65382016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
6539
6540 * gdb.base/whatis.c: Extend the test case.
6541 * gdb.base/whatis.exp: Add additional tests.
6542
2bbad2ea
BH
65432016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6544
6545* gdb.fortran/type.f90: Add pointer variable.
6546* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
6547
8b70175d
BH
65482016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6549
6550 * gdb.fortran/vla-type.exp: Fix testcase name.
6551
86d8a848
BH
65522016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6553
6554 * gdb.fortran/vla-type.exp: Access elements in nested structs.
6555
e188eb36
BH
65562016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6557
6558 * gdb.fortran/type.f90: Add nested structures.
6559 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
6560 * gdb.fortran/derived-type.exp: Adapt expected output.
6561 * gdb.fortran/vla-type.exp: Adapt expected output.
6562
9b2db1fd
BH
65632016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6564
6565 * gdb.fortran/whatis_type.exp: Adapt expected output.
6566
72b17055
BH
65672016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6568
6569 * gdb.fortran/print_type.exp: Fix expected output.
6570 * gdb.fortran/whatis_type.exp: Fix expected output.
6571
3cd81d8d
BH
65722016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
6573
6574 * gdb.fortran/whatis_type.exp: Use multi_line.
6575
ddae9462
TT
65762016-05-24 Tom Tromey <tom@tromey.com>
6577
6578 PR python/17386:
6579 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
6580 use value as an index.
6581
1957f6b8
TT
65822016-05-23 Tom Tromey <tom@tromey.com>
6583
6584 PR python/17981:
6585 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
6586 no-breakpoint case.
6587
026a9174
PA
65882016-05-24 Pedro Alves <palves@redhat.com>
6589
6590 PR gdb/19828
6591 * gdb.threads/clone-attach-detach.c: New file.
6592 * gdb.threads/clone-attach-detach.exp: New file.
6593
e70a7231
FR
65942016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
6595
6596 * gdb.base/annota-input-while-running.exp: Fix syntax error.
6597
0f6ed0e0
TT
65982016-05-23 Tom Tromey <tom@tromey.com>
6599
6600 PR python/19438, PR python/18393:
6601 * gdb.python/py-progspace.exp: Add "dir" test.
6602 * gdb.python/py-objfile.exp: Add "dir" test.
6603
ffd19d61
YQ
66042016-05-23 Yao Qi <yao.qi@linaro.org>
6605
6606 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
6607 * gdb.arch/thumb2-it.exp: Likewise.
6608
9e8f9b05
SM
66092016-05-18 Simon Marchi <simon.marchi@ericsson.com>
6610
6611 * gdb.mi/mi-threads-interrupt.c: New file.
6612 * gdb.mi/mi-threads-interrupt.exp: New file.
6613
61c6156d
SM
66142016-05-17 Simon Marchi <simon.marchi@ericsson.com>
6615
6616 PR gdb/18077
6617 * gdb.mi/mi-async-run.exp: New file.
6618 * gdb.mi/mi-async-run.c: New file.
6619
67218854
TT
66202016-05-17 Tom Tromey <tom@tromey.com>
6621 Manish Goregaokar <manishsmail@gmail.com>
6622
6623 * lib/rust-support.exp: New file.
6624 * lib/gdb.exp (skip_rust_tests): New proc.
6625 (build_executable_from_specs): Handle rust.
6626 * lib/future.exp (gdb_find_rustc): New proc.
6627 (gdb_default_target_compile): Handle rust.
6628 * gdb.rust/expr.exp: New file.
6629 * gdb.rust/generics.exp: New file.
6630 * gdb.rust/generics.rs: New file.
6631 * gdb.rust/methods.exp: New file.
6632 * gdb.rust/methods.rs: New file.
6633 * gdb.rust/modules.exp: New file.
6634 * gdb.rust/modules.rs: New file.
6635 * gdb.rust/simple.exp: New file.
6636 * gdb.rust/simple.rs: New file.
6637
c44af4eb
TT
66382016-05-17 Tom Tromey <tom@tromey.com>
6639
6640 * gdb.base/default.exp (set language): Add rust.
6641
dcd1f979
TT
66422016-05-17 Tom Tromey <tom@tromey.com>
6643
6644 * gdb.gdb/unittest.exp: New file.
6645
155b7f57
YQ
66462016-05-16 Yao Qi <yao.qi@linaro.org>
6647
6648 * gdb.base/batch-preserve-term-settings.exp: Remove variable
6649 shell_prompt. Update shell_prompt_re.
6650
8ddd5a6c
DE
66512016-05-12 Doug Evans <dje@google.com>
6652
6653 PR symtab/19999
6654 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
6655 $options when building executable.
6656 * gdb.dwarf2/fission-loclists-pie.S: New file.
6657 * gdb.dwarf2/fission-loclists-pie.exp: New file.
6658
02e370d9
SM
66592016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6660
6661 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
6662 of [is_remote target],
6663
8929ad8b
SM
66642016-05-04 Simon Marchi <simon.marchi@ericsson.com>
6665
6666 * lib/gdb.exp (use_gdb_stub): New procedure.
6667
6c447423
DE
66682016-05-03 Yunlian Jiang <yunlian@google.com>
6669 Doug Evans <dje@google.com>
6670
6671 PR symtab/19914
6672 * gdb.dwarf2/dwp-sepdebug.c: New file.
6673 * gdb.dwarf2/dwp-sepdebug.exp: New file.
6674
444e826c
SM
66752016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6676
6677 * gdb.base/detach.exp: Remove is_remote check.
6678
740feeaa
SM
66792016-05-02 Simon Marchi <simon.marchi@ericsson.com>
6680
6681 * gdb.base/annota-input-while-running.exp: Don't check for
6682 [is_remote target]. Enable annotations after running to main.
6683 Remove unused "set test..." line.
6684
9080ac9d
SM
66852016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6686
6687 * gdb.trace/trace-enable-disable.exp: New file.
6688 * gdb.trace/trace-enable-disable.c: New file.
6689
952ebca5
SM
66902016-04-28 Simon Marchi <simon.marchi@ericsson.com>
6691
6692 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
6693 use it in info sharedlibrary test.
6694 * gdb.trace/ftrace-lock.exp: Likewise.
6695 * gdb.trace/ftrace.exp: Likewise.
6696 * gdb.trace/range-stepping.exp: Likewise.
6697 * gdb.trace/trace-break.exp: Likewise.
6698 * gdb.trace/trace-condition.exp: Likewise.
6699 * gdb.trace/trace-mt.exp: Likewise.
6700
d9019901
SM
67012016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6702
6703 * lib/gdb.exp (gdb_load_shlibs): Rename to...
6704 (gdb_load_shlib): ... this.
6705 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
6706 gdb_load_shlib.
6707 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
6708 * gdb.base/ctxobj.exp: Likewise.
6709 * gdb.base/dprintf-pending.exp: Likewise.
6710 * gdb.base/dso2dso.exp: Likewise.
6711 * gdb.base/fixsection.exp: Likewise.
6712 * gdb.base/gcore-relro.exp: Likewise.
6713 * gdb.base/gdb1555.exp: Likewise.
6714 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6715 * gdb.base/gnu-ifunc.exp: Likewise.
6716 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
6717 * gdb.base/jit-so.exp (one_jit_test): Likewise.
6718 * gdb.base/pending.exp: Likewise.
6719 * gdb.base/print-file-var.exp: Likewise.
6720 * gdb.base/print-symbol-loading.exp: Likewise.
6721 * gdb.base/shlib-call.exp: Likewise.
6722 * gdb.base/shreloc.exp: Likewise.
6723 * gdb.base/so-impl-ld.exp: Likewise.
6724 * gdb.base/solib-disc.exp: Likewise.
6725 * gdb.base/solib-nodir.exp: Likewise.
6726 * gdb.base/solib-overlap.exp: Likewise.
6727 * gdb.base/solib-symbol.exp: Likewise.
6728 * gdb.base/solib-weak.exp (do_test): Likewise.
6729 * gdb.base/sym-file.exp: Likewise.
6730 * gdb.base/symtab-search-order.exp: Likewise.
6731 * gdb.base/type-opaque.exp: Likewise.
6732 * gdb.base/unload.exp: Likewise.
6733 * gdb.base/watchpoint-solib.exp: Likewise.
6734 * gdb.compile/compile.exp: Likewise.
6735 * gdb.cp/gdb2384.exp: Likewise.
6736 * gdb.cp/infcall-dlopen.exp: Likewise.
6737 * gdb.cp/re-set-overloaded.exp: Likewise.
6738 * gdb.fortran/library-module.exp: Likewise.
6739 * gdb.opt/solib-intra-step.exp: Likewise.
6740 * gdb.python/py-finish-breakpoint.exp: Likewise.
6741 * gdb.python/py-shared.exp: Likewise.
6742 * gdb.reverse/solib-precsave.exp: Likewise.
6743 * gdb.reverse/solib-reverse.exp: Likewise.
6744 * gdb.server/solib-list.exp: Likewise.
6745 * gdb.threads/dlopen-libpthread.exp: Likewise.
6746 * gdb.threads/tls-shared.exp: Likewise.
6747 * gdb.threads/tls-so_extern.exp: Likewise.
6748 * gdb.trace/change-loc.exp: Likewise.
6749 * gdb.trace/ftrace-lock.exp: Likewise.
6750 * gdb.trace/ftrace.exp: Likewise.
6751 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
6752 * gdb.trace/pending.exp: Likewise.
6753 * gdb.trace/range-stepping.exp: Likewise.
6754 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
6755 (strace_info_marker): Likewise.
6756 (strace_probe_marker): Likewise.
6757 (strace_trace_on_same_addr): Likewise.
6758 (strace_trace_on_diff_addr): Likewise.
6759 * gdb.trace/trace-break.exp: Likewise.
6760 * gdb.trace/trace-condition.exp: Likewise.
6761 * gdb.trace/trace-mt.exp: Likewise.
6762
fca4cfd9
SM
67632016-04-27 Simon Marchi <simon.marchi@ericsson.com>
6764
6765 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
6766 result of gdb_remote_download.
6767 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
6768 * gdb.base/dso2dso.exp: Likewise.
6769 * gdb.base/global-var-nested-by-dso.exp: Likewise.
6770 * gdb.base/print-file-var.exp: Likewise.
6771 * gdb.base/shlib-call.exp: Likewise.
6772 * gdb.base/shreloc.exp: Likewise.
6773 * gdb.base/solib-overlap.exp: Likewise.
6774 * gdb.base/solib-weak.exp (do_test): Likewise.
6775 * gdb.base/unload.exp: Likewise.
6776
11cf4ffb
YQ
67772016-04-27 Yao Qi <yao.qi@linaro.org>
6778
6779 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
6780 exists.
6781
3e2e34f8
KB
67822016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6783
6784 * vla-type.exp: Print structure from toplevel.
6785
8f07e298
BH
67862016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6787
6788 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
6789 of dynamic types.
6790 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
6791 of dynamic types.
6792
9920b434
BH
67932016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
6794
6795 * gdb.fortran/vla-type.f90: New file.
6796 * gdb.fortran/vla-type.exp: New file.
6797
f3abeff5
YQ
67982016-04-25 Yao Qi <yao.qi@linaro.org>
6799
6800 * gdb.base/branch-to-self.c: New file.
6801 * gdb.base/branch-to-self.exp: New file.
6802
0a5d52f0
YQ
68032016-04-22 Yao Qi <yao.qi@linaro.org>
6804
6805 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
6806 more after $hex.
6807
495346f6
YQ
68082016-04-22 Yao Qi <yao.qi@linaro.org>
6809
6810 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
6811 * gdb.base/annota3.exp: Likewise.
6812
4a7e075c
YQ
68132016-04-22 Yao Qi <yao.qi@linaro.org>
6814
6815 * gdb.reverse/step-precsave.exp: Do one step and test program
6816 stops in "callee" and do multiple steps until program goes out
6817 of "callee".
6818 * gdb.reverse/step-reverse.exp: Likewise.
6819
5b061e98
YQ
68202016-04-22 Yao Qi <yao.qi@linaro.org>
6821
6822 * gdb.trace/signal.exp: Also pass if
6823 $tracepoint_hits($i) > $iterations.
6824
5c5dc57f
YQ
68252016-04-22 Yao Qi <yao.qi@linaro.org>
6826
6827 * gdb.trace/signal.c: New file.
6828 * gdb.trace/signal.exp: New file.
6829
a55411b9
DE
68302016-04-19 Doug Evans <xdje42@gmail.com>
6831
6832 * gdb.base/bad-file.exp: New file.
6833
a22df60a
MG
68342016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
6835
6836 * gdb.dwarf2/implref.exp: New file.
6837
0c13f7e5
BH
68382016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6839
6840 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
6841 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
6842 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
6843 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
6844 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
6845 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
6846 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
6847 * lib/fortran.exp (fortran_int4): New procedure.
6848 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
6849 (fortran_logical4): Likewise.
6850
9b9b09e9
BH
68512016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
6852
6853 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
6854
a14d1f4d
BH
68552016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
6856
6857 * lib/compiler.c: Add Intel specific preprocessor macros.
6858 * lib/compiler.cc: Likewise.
25d49b86 6859
7d49b1d0
LM
68602016-04-13 Luis Machado <lgustavo@codesourcery.com>
6861
6862 * gdb.server/connect-with-no-symbol-file.c: New file.
6863 * gdb.server/connect-with-no-symbol-file.exp: New file.
6864
8392fa22
SM
68652016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6866
6867 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
6868
8c4c4aeb
SM
68692016-04-13 Simon Marchi <simon.marchi@ericsson.com>
6870
6871 * boards/gdbserver-base.exp (${board}_download): Copy source file to
6872 standard output directory.
6873
45e3745e
AT
68742016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
6875
6876 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
6877
e26b7e41
MM
68782016-04-13 Markus Metzger <markus.t.metzger@intel.com>
6879
6880 * gdb.btrace/instruction_history.c (loop): Add declaration.
6881
8ce09462
AT
68822016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6883
6884 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
6885
2e88a1ea
SM
68862016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
6887
6888 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
6889 parentheses to print.
6890 (continue_handler): Likewise.
6891
f48e22e3
SM
68922016-04-08 Simon Marchi <simon.marchi@ericsson.com>
6893
6894 * gdb.server/solib-list.exp: Remove is_remote check.
6895 Pass shlib= to gdb_compile. Don't link shared library with
6896 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
6897 Run binary filename through "readlink -f" on the target.
6898
096be756
PA
68992016-04-08 Pedro Alves <palves@redhat.com>
6900
6901 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
6902 interpreter filename as argument to gdbserver_spawn.
6903 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6904 Return empty if $last_loaded_file does not exist.
6905
06500533
JK
69062016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6907
6908 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
6909 * gdb.base/jit-main.c: Use exit after usage.
6910
2d35e871
JK
69112016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
6912
6913 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
6914 GDBHISTSIZE prior to the tests.
6915 * gdb.base/gdbinit-history.exp: Likewise.
6916
69172016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
6918
6919 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
6920 instead of build_executable. Use gdb_load_shlibs.
6921
c8064e7e
YQ
69222016-04-07 Yao Qi <yao.qi@linaro.org>
6923
6924 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
6925 Execute "si" command.
6926
bde47561
YQ
69272016-04-07 Yao Qi <yao.qi@linaro.org>
6928
6929 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
6930 number instead of the comments on some line.
6931
b16f8a3b
DB
69322016-04-06 Don Breazeal <donb@codesourcery.com>
6933
6934 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
6935 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
6936
c2f901df
SM
69372016-04-06 Simon Marchi <simon.marchi@ericsson.com>
6938
6939 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
6940 standard_output_file. Remove unused binfile variable.
6941
ac17fda0
CU
69422016-04-05 Catalin Udma <catalin.udma@freescale.com>
6943
6944 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
6945 * gdb.python/py-mi-objfile.exp: Match "list main" output
6946 in console format.
6947
03a8c4df
SM
69482016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
6949
6950 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
6951 absolute.
6952
6e774b13
SM
69532016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6954
6955 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
6956 absolute.
6957 * gdb.trace/ftrace.exp: Likewise.
6958 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
6959 targets as well.
6960 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
6961 (gdb_load_shlibs): Copy libraries to test directory when testing
6962 natively. Only set solib-search-path if testing remotely.
6963 * lib/mi-support.exp (mi_load_shlibs): Likewise.
6964
7817ea46
SM
69652016-04-05 Simon Marchi <simon.marchi@ericsson.com>
6966
6967 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
6968 gdb_download. Use it even if the target is not remote.
6969 * gdb.base/jit.exp (compile_jit_test): Likewise.
6970 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
6971 output directory if the destination board is local, otherwise use
6972 the standard remote_download from DejaGnu.
6973 (gdb_download): Remove.
6974 (gdb_load_shlibs): Use gdb_remote_download instead of
6975 gdb_download.
6976 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
6977 Use gdb_remote_download instead of gdb_download. Use it even if
6978 the target is not remote.
6979 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
6980 instead of gdb_download.
6981
7beb7f68
SM
69822016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
6983
6984 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
6985 (test_insert_delete_modify): Call mi_load_shlibs before trying to
6986 run.
6987
cc63428a
AV
69882016-04-01 Artemiy Volkov <artemiyv@acm.org>
6989
6990 PR gdb/19820
6991 * gdb.base/printcmds.exp: Add artificial arrays tests.
6992
64cdf930
PA
69932016-03-31 Pedro Alves <palves@redhat.com>
6994
6995 PR gdb/19858
6996 * gdb.base/jit-main.c: Include unistd.h.
6997 (ATTACH): Define to 0 if not already defined.
6998 (wait_for_gdb, mypid): New globals.
6999 (WAIT_FOR_GDB): New macro.
7000 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
7001 some breakpoint locations.
7002 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
7003 New procedures.
7004 (one_jit_test): Add REATTACH parameter, and handle it. Use
7005 continue_to_test_location.
7006 (top level): Test attach, and adjusts calls to one_jit_test.
7007
40dea8cb
PA
70082016-03-31 Pedro Alves <palves@redhat.com>
7009
7010 PR gdb/19858
7011 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
7012 BINSUFFIX parameter, and handle it.
7013 (top level): Adjust calls compile_jit_test.
7014
e7ea3ec7
CU
70152016-03-31 Catalin Udma <catalin.udma@freescale.com>
7016
7017 PR python/19743
7018 * gdb.python/py-mi-events-gdb.py: New file.
7019 * gdb.python/py-mi-events.c: New file.
7020 * gdb.python/py-mi-events.exp: New file.
7021
e6359af3
YQ
70222016-03-30 Yao Qi <yao.qi@linaro.org>
7023
7024 * gdb.reverse/until-precsave.exp: Match function name only.
7025 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
7026 Move malloc to a condition block.
7027 * gdb.reverse/until-reverse.exp: Match function name only.
7028
a4105d04
MK
70292016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
7030
7031 * gdb.trace/ftrace.exp: Set arg0exp for s390.
7032 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
7033 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
7034 variable for GPR 0 instead of assuming it is register 0.
7035 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
7036 * lib/trace-support.exp: Add s390 registers.
7037
bfa6adb9
YQ
70382016-03-29 Yao Qi <yao.qi@linaro.org>
7039
7040 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
7041
1e6697ea
YQ
70422016-03-24 Yao Qi <yao.qi@linaro.org>
7043
7044 * gdb.reverse/break-reverse.exp: Add quotation mark in the
7045 test message.
7046
64bcd522
AA
70472016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7048
7049 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
7050 maintaining separate logic for constructing the output path.
7051
7868401b
DB
70522016-03-16 Don Breazeal <donb@codesourcery.com>
7053
7054 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
7055 Retry fork and waitpid on interrupted system call errors.
7056 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7057 Use with_timeout_factor to increase timeout by factor of 10.
7058
1cafadb4
DB
70592016-03-15 Don Breazeal <donb@codesourcery.com>
7060
7061 * gdb.cp/scope-err.cc: New test program.
7062 * gdb.cp/scope-err.exp: New test script.
7063 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
7064 lines and "set breakpoint here" comment.
7065 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
7066 Fixed some whitespace and format issues.
7067 * gdb.mi/mi-linespec-err-cp.cc: New test program.
7068 * gdb.mi/mi-linespec-err-cp.exp: New test script.
7069
81516450
DE
70702016-03-15 Doug Evans <dje@google.com>
7071
7072 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
7073 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
7074 All callers updated. Add tests for enums, mixed flags register.
7075
aa52b601
DE
70762016-03-15 Doug Evans <dje@google.com>
7077
7078 * gdb.base/skip.c (main): Call test_skip_file_and_function.
7079 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
7080
fa4ff313
SM
70812016-03-14 Simon Marchi <simon.marchi@ericsson.com>
7082
7083 * gdb.base/default.exp: Add $_as_string to the list of expected
7084 convenience functions.
7085
f2403c39
AB
70862016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
7087
7088 * gdb.base/maint.exp: New tests for 'maint info line-table'.
7089
f2f3ccb9
SM
70902016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
7091
7092 * gdb.python/py-as-string.exp: New file.
7093 * gdb.python/py-as-string.c: New file.
7094
00dbd492
PA
70952016-03-09 Pedro Alves <palves@redhat.com>
7096
7097 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
7098 signal" -> "Thread NN received signal" output change.
7099 * gdb.threads/ia64-sigill.exp: Likewise.
7100 * gdb.threads/linux-dp.exp: Likewise.
7101 * gdb.threads/manythreads.exp: Likewise.
7102 * gdb.threads/pending-step.exp: Likewise.
7103 * gdb.threads/print-threads.exp: Likewise.
7104 * gdb.threads/sigstep-threads.exp: Likewise.
7105 * gdb.threads/staticthreads.exp: Likewise.
7106 * gdb.threads/tls.exp: Likewise.
7107
1e6697ea
YQ
71082016-03-09 Pedro Alves <palves@redhat.com>
7109
7110 * gdb.base/command-line-input.exp: New file.
7111
b04fd3be
MK
71122016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7113
7114 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
7115 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
7116 * gdb.trace/pending.exp: Accept leading dot before function name.
7117 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
7118 * lib/trace-support.exp: Set registers for ppc.
7119
98fa59e9
MK
71202016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7121
7122 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
7123 use it for disassembly; accept .main in addition to main in backtrace.
7124
f77198c8
MK
71252016-03-09 Wei-cheng Wang <cole945@gmail.com>
7126 Marcin Kościelnicki <koriakin@0x04.net>
7127
7128 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
7129 (gdb_recursion_test_ptr): New global variable.
7130 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
7131 gdb_recursion_test.
7132 (gdb_c_test): Ditto.
7133
ba84e0da
MK
71342016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7135
7136 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
7137 ordering.
7138
4366d36e
MK
71392016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
7140
7141 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
7142 (bar): Add bar_start_lbl label.
7143 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
7144 of foo/bar for emitting DWARF and tracing.
7145
5eb264df
SDJ
71462016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
7147
7148 * analyze-racy-logs.py: Set executable bit.
7149
fb6a751f
SDJ
71502016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
7151
7152 * Makefile.in (DEFAULT_RACY_ITER): New variable.
7153 (CHECK_TARGET_TMP): Likewise.
7154 (check-single-racy): New rule.
7155 (check-parallel-racy): Likewise.
7156 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
7157 (do-check-parallel-racy): New rule.
7158 (check-racy/%.exp): Likewise.
7159 * README (Racy testcases): New section.
7160 * analyze-racy-logs.py: New file.
7161
bdf7e230
DE
71622016-03-03 Doug Evans <dje@google.com>
7163
7164 * gdb.base/skip.exp: Use with_test_prefix.
7165
4719d415
YQ
71662016-03-03 Yao Qi <yao.qi@linaro.org>
7167
7168 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
7169 Invoke step_over_syscall "clone" and break_cond_on_syscall
7170 "clone".
7171 * gdb.base/step-over-clone.c: New file.
7172
ea507862
YQ
71732016-03-03 Yao Qi <yao.qi@linaro.org>
7174
7175 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
7176 code format.
7177
8fc8cbda
YQ
71782016-03-03 Yao Qi <yao.qi@linaro.org>
7179
7180 * gdb.base/disp-step-fork.c: Rename to ...
7181 * gdb.base/step-over-fork.c: ... it. New file.
7182 * gdb.base/disp-step-vfork.c: Rename to ...
7183 * gdb.base/step-over-vfork.c: ... it. New file.
7184 * gdb.base/disp-step-syscall.exp: Rename to ...
7185 * gdb.base/step-over-syscall.exp: ... it. New file.
7186 (disp_step_cross_syscall): Rename to ...
7187 (step_over_syscall): ... it.
7188
92fa70b0
YQ
71892016-03-03 Yao Qi <yao.qi@linaro.org>
7190
7191 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
7192 If target supports condition evaluation on target, invoke
7193 break_cond_on_syscall for fork and vfork.
7194
e197ad3c
YQ
71952016-03-03 Yao Qi <yao.qi@linaro.org>
7196
7197 * gdb.base/disp-step-syscall.exp: Don't invoke
7198 support_displaced_stepping.
7199 (disp_step_cross_syscall): Test with displaced stepping off and
7200 on if supported.
7201
0b47da9f
YQ
72022016-03-03 Yao Qi <yao.qi@linaro.org>
7203
7204 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
7205 proc.
7206 (setup): New proc.
7207 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
7208 and setup.
7209
065ab6dc
BH
72102016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7211
7212 * gdb.fortran/vla-history.exp: Remove breakpoint.
7213
07e448ad 72142016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7215
25d49b86
PA
7216 * gdb.fortran/vla-history.exp: Lookup array elements and printing
7217 exceeds timeout.
07e448ad 7218
9ac2d526 72192016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7220
25d49b86
PA
7221 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
7222 breakpoint.
9ac2d526 7223
17807369
BH
72242016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
7225
7226 * gdb.mi/vla.f90: Nullify pointer after declaration.
7227
86e501af
PA
72282016-03-01 Pedro Alves <palves@redhat.com>
7229
7230 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
7231
1e903e32
PA
72322016-03-01 Pedro Alves <palves@redhat.com>
7233
7234 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
7235 before anything else.
7236 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
7237 _GNU_SOURCE here.
7238 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
7239 before anything else.
7240 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
7241
6ccb54e2
PA
72422016-03-01 Pedro Alves <palves@redhat.com>
7243
7244 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
7245
30ca9da1
YQ
72462016-03-01 Yao Qi <yao.qi@linaro.org>
7247
7248 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
7249 prepare_for_testing.
7250
dc856b38
YQ
72512016-03-01 Yao Qi <yao.qi@linaro.org>
7252
7253 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
7254
4a932159
AA
72552016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7256
7257 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
7258 manually constructing the output path.
7259
f2489477
AA
72602016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
7261
7262 * gdb.arch/s390-stackless.S: New.
7263 * gdb.arch/s390-stackless.exp: New.
7264
38899f16
IB
72652016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
7266
7267 * gdb.dlang/circular.c: New file.
7268 * gdb.dlang/circular.exp: New file.
7269
9fde51ed
YQ
72702016-02-26 Yao Qi <yao.qi@linaro.org>
7271
7272 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
7273 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
7274 (testcases): Update.
7275
ce90fefe
YQ
72762016-02-26 Yao Qi <yao.qi@linaro.org>
7277
7278 * gdb.reverse/aarch64.c: Rename to ...
7279 * gdb.reverse/insn-reverse.c: ... it.
7280 * gdb.reverse/aarch64.exp: Rename to ...
7281 * gdb.reverse/insn-reverse.exp: ... it.
7282
3263bceb
YQ
72832016-02-26 Yao Qi <yao.qi@linaro.org>
7284
7285 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
7286 (testcase_ftype): New.
7287 (testcases): New array.
7288 (n_testcases): New.
7289 (main): Call each element in testcases.
7290 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
7291 (read_testcase): New.
7292 Do the tests in a loop.
7293
6cb59ff1
YQ
72942016-02-25 Yao Qi <yao.qi@linaro.org>
7295
7296 * gdb.base/branches.c: Remove.
7297
ae91f625
MK
72982016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7299
7300 PR gdb/13808
7301 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
7302
678b48b7
MK
73032016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7304
7305 * gdb.trace/ftrace.exp: Remove unnecessary target check.
7306
7337a6f2
MK
73072016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
7308
7309 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
7310 change x86_64 call_insn to 'callq'.
7311
861ca91f
AT
73122016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
7313
7314 * gdb.trace/tfile-avx.c: Move to...
7315 * gdb.trace/tracefile-pseudo-reg.c: Here.
7316 * gdb.trace/tfile-avx.exp: Move to...
7317 * gdb.trace/tracefile-pseudo-reg.exp: Here.
7318
bf74e428
GB
73192016-02-24 Gary Benson <gbenson@redhat.com>
7320
7321 * gdb.base/attach-pie-noexec.exp: Do not expect an error
7322 message on attach.
7323
cce0e923
DE
73242016-02-23 Doug Evans <dje@google.com>
7325
7326 * gdb.base/skip.c (test_skip): New function.
7327 (end_test_skip_file_and_function): New function.
7328 (test_skip_file_and_function): New function.
7329 * gdb.base/skip1.c (test_skip): New function.
7330 (skip1_test_skip_file_and_function): New function.
7331 * gdb.base/skip.exp: Add tests for new skip options.
7332 * gdb.base/skip-solib.exp: Update expected output.
7333 * gdb.perf/skip-command.cc: New file.
7334 * gdb.perf/skip-command.exp: New file.
7335 * gdb.perf/skip-command.py: New file.
7336
4000e47e
MK
73372016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
7338
7339 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
7340 info registers pattern.
7341
24f75ead
IB
73422016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
7343
7344 * lib/future.exp: Add D support.
7345 (gdb_find_gdc): New proc.
7346 (gdb_default_target_compile): Add D support.
7347
fbb7bcbe
WW
73482016-02-18 Wei-cheng Wang <cole945@gmail.com>
7349
7350 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
7351 user+system time.
7352 (trace_speed_test): Determine the iteration count for a time
7353 between 15..30 seconds.
7354
012b3a21
WT
73552016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
7356
7357 * gdb.arch/i386-mpx-sigsegv.c: New file.
7358 * gdb.arch/i386-mpx-sigsegv.exp: New file.
7359 * gdb.arch/i386-mpx-simple_segv.c: New file.
7360 * gdb.arch/i386-mpx-simple_segv.exp: New file.
7361
2d5189bd
YQ
73622016-02-18 Yao Qi <yao.qi@linaro.org>
7363
7364 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7365 Don't call setup_kfail.
7366
40fb20d0
YQ
73672016-02-18 Yao Qi <yao.qi@linaro.org>
7368
7369 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7370 Set "set breakpoint condition-evaluation" per $cond_bp_target.
7371
21b1f8d2
DE
73722016-02-16 Doug Evans <dje@google.com>
7373
7374 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
7375 * gdb.base/skip1.c: Ditto.
7376 * gdb.base/skip.exp: Whitespace cleanup.
7377
4041ed77
DB
73782016-02-16 Don Breazeal <donb@codesourcery.com>
7379
7380 PR remote/19496
7381 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
7382 Remove kfail for PR remote/19496.
7383
c4ef31bf
SM
73842016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7385
7386 * lib/gdb.exp (standard_temp_file): Return a path specific to
7387 the runtest invocation.
7388
266b65b3
SM
73892016-02-16 Simon Marchi <simon.marchi@ericsson.com>
7390
7391 * gdb.trace/save-trace.exp: Change relative path to be in the
7392 standard output directory.
7393
a7a0a6a9
JK
73942016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7395
7396 * gdb.arch/i386-prologue.c: Add missing prototypes.
7397
c99dbb42
JK
73982016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
7399
7400 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
7401 * gdb.arch/i386-prologue.exp: Likewise.
7402 * gdb.arch/i386-size.exp: Likewise.
7403
aa480355
SM
74042016-02-15 Simon Marchi <simon.marchi@ericsson.com>
7405
7406 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
7407 define object file path.
7408 * gdb.btrace/gcore.exp: Use standard_output_file to define core
7409 file path.
7410 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
7411 standard_output_file to define binfile.
7412
ba881f50
JK
74132016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7414
7415 Fix compatibility with recent gfortran-5.3.1.
7416 * gdb.fortran/vla-history.exp (print vla1 allocated)
7417 (print vla2 allocated, print $2, print $3): Remove
7418 (print $4): Rename to ...
7419 (print $2): ... here.
7420 (print $9): Rename to ...
7421 (print $5): ... here.
7422 (print $10): Rename to ...
7423 (print $6): ... here.
7424 * gdb.fortran/vla.f90: Add pvla initialization.
7425
e9fb005c
JK
74262016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
7427
7428 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
7429 New test.
7430 * gdb.fortran/vla-value-sub.exp: Likewise.
7431
e44e00ff
MK
74322016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
7433
7434 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
7435
97e94151
SM
74362016-02-12 Simon Marchi <simon.marchi@ericsson.com>
7437
7438 * i386-biarch-core.exp: Define corefile using
7439 standard_output_file.
7440
01113bc1
YQ
74412016-02-12 Yao Qi <yao.qi@linaro.org>
7442
7443 * gdb.arch/arm-single-step-kernel-helper.c: New.
7444 * gdb.arch/arm-single-step-kernel-helper.exp: New.
7445
33b4777c
MM
74462016-02-12 Markus Metzger <markus.t.metzger@intel.com>
7447
7448 * gdb.btrace/tailcall-only.exp: New.
7449 * gdb.btrace/tailcall-only.c: New.
7450 * gdb.btrace/x86_64-tailcall-only.S: New.
7451 * gdb.btrace/i686-tailcall-only.S: New.
7452
acc23c11
PA
74532016-02-11 Pedro Alves <palves@redhat.com>
7454
7455 * README (Parallel testing): Add missing double quotes.
7456
e352bf0a
PA
74572016-02-11 Pedro Alves <palves@redhat.com>
7458
7459 * README (Parallel testing): New section.
7460 (GDB_PARALLEL): Rewrite.
7461 (FORCE_PARALLEL): Document.
7462
9f5fed78
MK
74632016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
7464
7465 * gdb.trace/tfile-avx.c: New test.
7466 * gdb.trace/tfile-avx.exp: New test.
7467
9ef9e6a6
KS
74682016-02-09 Keith Seitz <keiths@redhat.com>
7469
7470 PR breakpoints/19546
7471 * gdb.base/infcall-exec.c: New file.
7472 * gdb.base/infcall-exec2.c: New file.
7473 * gdb.base/infcall-exec.exp: New file.
7474
a96e36da
KS
74752016-02-09 Keith Seitz <keiths@redhat.com>
7476
7477 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
7478 (toplevel): Call test_bkpt_address.
7479
9f61929f
KS
74802016-02-09 Keith Seitz <keiths@redhat.com>
7481
7482 PR python/19506
7483 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
7484 (toplevel): Call test_bkpt_address.
7485
1e94266c
SM
74862016-02-09 Simon Marchi <simon.marchi@ericsson.com>
7487
7488 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
7489 to AC_OUTPUT.
7490 * configure: Regenerate.
7491
2a7f3dff
PA
74922016-02-09 Pedro Alves <palves@redhat.com>
7493
7494 PR breakpoints/19548
7495 * gdb.base/execl-update-breakpoints.c (some_function): New
7496 function.
7497 (main): Call it.
7498 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
7499 Tighten expected GDB output.
7500
2151ccc5
SM
75012016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7502
7503 * Makefile.in (ALL_SUBDIRS): Remove.
7504 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
7505 (distclean maintainer-clean realclean): Likewise.
7506 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
7507 * configure: Regenerate.
7508 * gdb.ada/Makefile.in: Delete.
7509 * gdb.arch/Makefile.in: Likewise.
7510 * gdb.asm/Makefile.in: Likewise.
7511 * gdb.base/Makefile.in: Likewise.
7512 * gdb.btrace/Makefile.in: Likewise.
7513 * gdb.cell/Makefile.in: Likewise.
7514 * gdb.compile/Makefile.in: Likewise.
7515 * gdb.cp/Makefile.in: Likewise.
7516 * gdb.disasm/Makefile.in: Likewise.
7517 * gdb.dlang/Makefile.in: Likewise.
7518 * gdb.dwarf2/Makefile.in: Likewise.
7519 * gdb.fortran/Makefile.in: Likewise.
7520 * gdb.gdb/Makefile.in: Likewise.
7521 * gdb.go/Makefile.in: Likewise.
7522 * gdb.guile/Makefile.in: Likewise.
7523 * gdb.java/Makefile.in: Likewise.
7524 * gdb.linespec/Makefile.in: Likewise.
7525 * gdb.mi/Makefile.in: Likewise.
7526 * gdb.modula2/Makefile.in: Likewise.
7527 * gdb.multi/Makefile.in: Likewise.
7528 * gdb.objc/Makefile.in: Likewise.
7529 * gdb.opencl/Makefile.in: Likewise.
7530 * gdb.opt/Makefile.in: Likewise.
7531 * gdb.pascal/Makefile.in: Likewise.
7532 * gdb.perf/Makefile.in: Likewise.
7533 * gdb.python/Makefile.in: Likewise.
7534 * gdb.reverse/Makefile.in: Likewise.
7535 * gdb.server/Makefile.in: Likewise.
7536 * gdb.stabs/Makefile.in: Likewise.
7537 * gdb.threads/Makefile.in: Likewise.
7538 * gdb.trace/Makefile.in: Likewise.
7539 * gdb.xml/Makefile.in: Likewise.
7540 * lib/gdb.exp (make_gdb_parallel_path): Add check for
7541 GDB_PARALLEL.
7542 (standard_output_file): Remove check for GDB_PARALLEL, always
7543 return path in outputs/$subdir/$testname.
7544
437277d4
SM
75452016-02-08 Simon Marchi <simon.marchi@ericsson.com>
7546
7547 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
7548 (site.exp): Assign abs_srcdir to tcl's srcdir.
7549
31d913c7
YQ
75502016-02-04 Yao Qi <yao.qi@linaro.org>
7551
7552 * gdb.base/foll-exec-mode.c: Include limits.h.
7553 (main): Add parameters argc and argv. Get directory from
7554 argv[0].
7555 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
7556 compilation.
7557 * gdb.base/foll-exec.c: Include limits.h.
7558 (main): Add parameters argc and argv.
7559 Get directory from argv[0].
7560 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
7561 Adjust tests on the number of lines as source code changed.
7562 * gdb.base/foll-vfork-exit.c: Include limits.h.
7563 (main): Add one line of statement before vfork.
7564 * gdb.base/foll-vfork.c: Include limits.h and string.h.
7565 (main): Add parameters argc and argv. Get directory from
7566 argv[0].
7567 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
7568 (setup_gdb): Set tbreak to skip some source lines.
7569 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
7570 (main): Add parameters argc and argv. Get directory from
7571 argv[0].
7572 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
7573 compilation.
7574 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
7575 (main): Add parameters argc and argv. Get directory from
7576 argv[0].
7577 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
7578 compilation.
7579
9482b9fb
DE
75802016-02-01 Doug Evans <dje@google.com>
7581
7582 * gdb.base/skip.exp: Clean up multiple references to same test name.
7583
6b2e4f10
PA
75842016-02-01 Pedro Alves <palves@redhat.com>
7585
ccb6afd6 7586 PR remote/19496
6b2e4f10
PA
7587 * gdb.threads/forking-threads-plus-breakpoint.exp
7588 (displaced_stepping_supported): New global.
7589 (probe_displaced_stepping_support): New procedure.
7590 (do_test): Add 'displaced' parameter, and use it.
7591 (top level): Check for displaced stepping support. Add displaced
7592 stepping on/off testing axis.
7593
37a8db1a
AB
75942016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7595
7596 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
7597 pointer. Don't perform further tests on the unassociated pointer
7598 if the first test fails.
7599
5fdf6324
AB
76002016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
7601
7602 * gdb.base/max-value-size.c: New file.
7603 * gdb.base/max-value-size.exp: New file.
7604 * gdb.base/huge.exp: Disable max-value-size for this test.
7605
935c6144
IB
76062016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
7607
7608 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
7609
7fe8399d
YQ
76102016-01-28 Yao Qi <yao.qi@linaro.org>
7611
7612 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
7613
a2077e25
PA
76142016-01-25 Pedro Alves <palves@redhat.com>
7615
7616 PR threads/19461
7617 * gdb.base/fork-running-state.c: New file.
7618 * gdb.base/fork-running-state.exp: New file.
7619
1d2736d4
PA
76202016-01-25 Pedro Alves <palves@redhat.com>
7621
7622 PR gdb/19494
7623 * gdb.base/catch-fork-kill.c: New file.
7624 * gdb.base/catch-fork-kill.exp: New file.
7625
f1da4b11
PA
76262016-01-25 Pedro Alves <palves@redhat.com>
7627
7628 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
7629 Delete, moved to lib/gdb.exp.
7630 * gdb.threads/forking-threads-plus-breakpoint.exp
7631 (foreach_with_prefix): Likewise.
7632 * gdb.threads/process-dies-while-handling-bp.exp
7633 (foreach_with_prefix): Likewise.
7634 * lib/gdb.exp (foreach_with_prefix): New procedure.
7635
45f38546
MK
76362016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
7637
7638 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
7639 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
7640
dc29a1ce
MK
76412016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
7642
7643 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
7644 endian targets.
7645
092127d7
JK
76462016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7647 Pedro Alves <palves@redhat.com>
7648
7649 Fix testsuite compatibility with Guile.
7650 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
7651 number.
7652
31d765d3
JK
76532016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7654
7655 Fix testsuite compatibility with Guile.
7656 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
7657 (thread 1): New test for backtrace through signal handler.
7658
1ac78c04
YQ
76592016-01-22 Yao Qi <yao.qi@linaro.org>
7660
7661 PR testsuite/19491
7662 * gdb.base/multi-forks.c: Include
7663 ../lib/unbuffer_output.c
7664 (main): Call gdb_unbuffer_output.
7665
4f5946a8
DE
76662016-01-21 Doug Evans <dje@google.com>
7667
7668 * lib/ada.exp (gdb_compile_ada): Fix typo.
7669
305e13e6
JB
76702016-01-21 Joel Brobecker <brobecker@adacore.com>
7671
7672 * gdb.base/break-fun-addr.exp: New file.
7673 * gdb.base/break-fun-addr1.c: New file.
7674 * gdb.base/break-fun-addr2.c: New file.
7675
5f5dfff6
SM
76762016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
7677
7678 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
7679 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
7680 enum flag values.
7681
fd356fa2
AA
76822016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
7683
7684 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
7685 when GDB can not set the vector return value. Add more comments
7686 for clarification.
7687
9df22175
AT
76882016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
7689
7690 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
7691 command.
7692
41d1845e
SM
76932016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7694
7695 * Makefile.in (DO_RUNTEST): Add --status and update usages.
7696
01ac6840
SM
76972016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7698
7699 * Makefile.in (check-single): Pass --status to runtest.
7700 (check/%.exp): Likewise.
7701
77022016-01-19 Simon Marchi <simon.marchi@ericsson.com>
7703
7704 * Makefile.in (check-parallel): Propagate return code from make
7705 do-check-parallel.
7706
bd0a71fa
MK
77072016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
7708
7709 * gdb.trace/ftrace.exp: Fix expected message on continue.
7710 * gdb.trace/pending.exp: Fix expected message on continue.
7711 * gdb.trace/trace-break.exp: Fix expected message on continue.
7712
8bcbad33
SM
77132016-01-18 Simon Marchi <simon.marchi@ericsson.com>
7714
7715 * lib/gdb.exp (gdb_test): Remove unused global references.
7716
f303dbd6
PA
77172016-01-18 Pedro Alves <palves@redhat.com>
7718
7719 * gdb.base/async-shell.exp: Adjust expected output.
7720 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
7721 * gdb.base/siginfo-thread.exp: Adjust expected output.
7722 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
7723 * gdb.java/jnpe.exp: Adjust expected output.
7724 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
7725 * gdb.threads/continue-pending-status.exp: Adjust expected output.
7726 * gdb.threads/leader-exit.exp: Adjust expected output.
7727 * gdb.threads/manythreads.exp: Adjust expected output.
7728 * gdb.threads/pthreads.exp: Adjust expected output.
7729 * gdb.threads/schedlock.exp: Adjust expected output.
7730 * gdb.threads/siginfo-threads.exp: Adjust expected output.
7731 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
7732 expected output.
7733 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
7734 output.
7735 * gdb.threads/sigthread.exp: Adjust expected output.
7736 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
7737
b2789696
YQ
77382016-01-18 Yao Qi <yao.qi@linaro.org>
7739
7740 * gdb.guile/scm-section-script.c: Replace @progbits with
7741 %progbits.
7742 * gdb.python/py-section-script.c: Likewise.
7743
71ef29a8
PA
77442016-01-15 Pedro Alves <palves@redhat.com>
7745
7746 * gdb.multi/tids.exp: Test star wildcard ranges.
7747
3f5b7598
PA
77482016-01-15 Pedro Alves <palves@redhat.com>
7749
7750 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
7751 command from "thread apply" invocation.
7752 (thr_apply_info_thr_invalid): Default the expected output to the
7753 input tid list.
7754 (top level): Add tests that use convenience variables. Add tests
7755 for "thread apply" with a valid TID list, but missing the command.
7756
663f6d42
PA
77572016-01-13 Pedro Alves <palves@redhat.com>
7758
7759 * gdb.base/default.exp: Expect $_gthread as well.
7760 * gdb.multi/tids.exp: Test $_gthread.
7761 * gdb.threads/thread-specific.exp: Test $_gthread.
7762
c84f6bbf
PA
77632016-01-13 Pedro Alves <palves@redhat.com>
7764
7765 * gdb.multi/tids.exp: Test "info threads -gid".
7766
22a02324
PA
77672016-01-13 Pedro Alves <palves@redhat.com>
7768
7769 * gdb.multi/tids.exp: Test InferiorThread.global_num and
7770 Breakpoint.thread.
7771 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
7772
5d5658a1
PA
77732016-01-07 Pedro Alves <palves@redhat.com>
7774
7775 * gdb.base/break.exp: Adjust to output changes.
7776 * gdb.base/hbreak2.exp: Likewise.
7777 * gdb.base/sepdebug.exp: Likewise.
7778 * gdb.base/watch_thread_num.exp: Likewise.
7779 * gdb.linespec/keywords.exp: Likewise.
7780 * gdb.multi/info-threads.exp: Likewise.
7781 * gdb.threads/thread-find.exp: Likewise.
7782 * gdb.multi/tids.c: New file.
7783 * gdb.multi/tids.exp: New file.
7784
84654457
PA
77852016-01-13 Pedro Alves <palves@redhat.com>
7786
7787 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
7788
e3940304
PA
77892016-01-13 Pedro Alves <palves@redhat.com>
7790
7791 * gdb.base/default.exp: Expect $_inferior as well.
7792 * gdb.multi/base.exp: Test $_inferior.
7793
a911d87a
PA
77942016-01-13 Pedro Alves <palves@redhat.com>
7795
7796 PR breakpoints/19388
7797 * gdb.base/catch-signal-siginfo-cond.c: New file.
7798 * gdb.base/catch-signal-siginfo-cond.exp: New file.
7799
82075af2
JS
78002016-01-12 Josh Stone <jistone@redhat.com>
7801 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7802
7803 * gdb.base/catch-syscall.c (do_execve): New variable.
7804 (main): Conditionally trigger an execve.
7805 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
7806 (test_catch_syscall_execve): New, check entry/return across execve.
7807 (do_syscall_tests): Call test_catch_syscall_execve.
7808
e46eeedd
PA
78092016-01-12 Pedro Alves <palves@redhat.com>
7810
7811 * gdb.base/random-signal.exp (do_test): New procedure, with body
7812 of testcase moved in.
7813
01d8c27e
JK
78142016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7815 Pedro Alves <palves@redhat.com>
7816
7817 * gdb.base/funcargs.exp (finish from indirectly called function):
7818 Reintroduce the case for 'First'.
7819
9a706302
JK
78202016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7821 Pedro Alves <palves@redhat.com>
7822
7823 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
7824 (tcatch_vfork_then_child_follow_exec)
7825 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
7826 identification.
7827
c0ecb95f
JK
78282016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7829
7830 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
7831 and repeats to unlimited.
7832 * gdb.python/py-value.exp: Likewise.
7833 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
7834 and repeats to unlimited.
7835
6cfc1fcb
JK
78362016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
7837
7838 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
7839 and reordering the functions.
7840 * gdb.multi/hangout.c: Likewise.
7841 * gdb.multi/hello.c: Likewise.
7842
582a1b00
SM
78432016-01-08 Simon Marchi <simon.marchi@ericsson.com>
7844
7845 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
7846 absolute.
7847 (SingleStatisticTestResult.report): Use dict.keys instead of
7848 dict.iterkeys.
7849
79bc59cb
PA
78502016-01-06 Pedro Alves <palves@redhat.com>
7851
7852 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
7853
43368e1d
MM
78542016-01-04 Markus Metzger <markus.t.metzger@intel.com>
7855
7856 * gdb.btrace/dlopen.exp: New.
7857 * gdb.btrace/dlopen.c: New.
7858 * gdb.btrace/dlopen-dso.c: New.
7859
79fad5b8
SL
78602015-12-25 Sandra Loosemore <sandra@codesourcery.com>
7861
7862 * lib/gdb.exp (gdb_test): Update comments to clarify that the
7863 PATTERN argument is optional.
7864
ab8314b3
JB
78652015-12-24 Joel Brobecker <brobecker@adacore.com>
7866
7867 * lib/ada.exp (target_compile_ada_from_dir): New function.
7868 (gdb_compile_ada): Reimplement avoiding the use of project files.
7869 * gdb.ada/gnat_ada.gpr: Delete.
7870 * gdb.ada/cond_lang.exp: Adjust test to make path before
7871 filename optional.
7872 * gdb.ada/small_reg_param.exp: Likewise.
7873
fe33faff
SM
78742015-12-22 Simon Marchi <simon.marchi@ericsson.com>
7875
7876 * gdb.base/foll-vork.exp: Remove HP-UX special case.
7877
6d265cb4
TP
78782015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
7879
7880 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
7881 case.
7882
10125099
SM
78832015-12-21 Simon Marchi <simon.marchi@ericsson.com>
7884
7885 * gdb.base/break.exp: Remove dead code.
7886 * gdb.base/sepdebug.exp: Likewise.
7887
3ca22649
SM
78882015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7889
7890 * gdb.asm/asm-source.exp: Remove HP-UX references.
7891 * gdb.base/annota1.exp: Likewise.
7892 * gdb.base/annota3.exp: Likewise.
7893 * gdb.base/attach.exp: Likewise.
7894 * gdb.base/bigcore.exp: Likewise.
7895 * gdb.base/break.exp: Likewise.
7896 * gdb.base/call-ar-st.exp: Likewise.
7897 * gdb.base/callfuncs.exp: Likewise.
7898 * gdb.base/catch-fork-static.exp: Likewise.
7899 * gdb.base/display.exp: Likewise.
7900 * gdb.base/foll-exec-mode.exp: Likewise.
7901 * gdb.base/foll-exec.exp: Likewise.
7902 * gdb.base/foll-fork.exp: Likewise.
7903 * gdb.base/foll-vfork.exp: Likewise.
7904 * gdb.base/funcargs.exp: Likewise.
7905 * gdb.base/hbreak2.exp: Likewise.
7906 * gdb.base/inferior-died.exp: Likewise.
7907 * gdb.base/interrupt.exp: Likewise.
7908 * gdb.base/multi-forks.exp: Likewise.
7909 * gdb.base/nodebug.exp: Likewise.
7910 * gdb.base/sepdebug.exp: Likewise.
7911 * gdb.base/solib1.c: Likewise.
7912 * gdb.base/step-test.exp: Likewise.
7913 * gdb.mi/non-stop.c: Likewise.
7914 * gdb.mi/pthreads.c: Likewise.
7915 * gdb.multi/bkpt-multi-exec.ex: Likewise.
7916 * gdb.threads/pthreads.c: Likewise.
7917 * gdb.threads/staticthreads.exp: Likewise.
7918 * lib/future.exp: Likewise.
7919 * lib/gdb.exp: Likewise.
7920 * gdb.base/so-indr-cl.c: Remove.
7921 * gdb.base/so-indr-cl.exp: Likewise.
7922 * gdb.base/solib.c: Likewise.
7923 * gdb.base/solib.exp: Likewise.
7924 * gdb.base/solib2.c: Likewise.
7925
b6304613
SM
79262015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
7927
7928 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
7929 * gdb.base/call-ar-st.exp: Likewise.
7930 * gdb.base/callfuncs.exp: Likewise.
7931 * gdb.base/condbreak.exp: Likewise.
7932 * gdb.base/constvars.exp: Likewise.
7933 * gdb.base/hbreak2.exp: Likewise.
7934 * gdb.base/langs.exp: Likewise.
7935 * gdb.base/list.exp: Likewise.
7936 * gdb.base/long_long.exp: Likewise.
7937 * gdb.base/ptype.exp: Likewise.
7938 * gdb.base/scope.exp: Likewise.
7939 * gdb.base/signals.exp: Likewise.
7940 * gdb.base/so-impl-ld.exp: Likewise.
7941 * gdb.base/varargs.exp: Likewise.
7942 * gdb.base/volatile.exp: Likewise.
7943 * gdb.base/whatis.exp: Likewise.
7944 * gdb.cp/cplusfuncs.exp: Likewise.
7945 * gdb.cp/inherit.exp: Likewise.
7946 * gdb.cp/local.exp: Likewise.
7947 * gdb.cp/member-ptr.exp: Likewise.
7948 * gdb.cp/method.exp: Likewise.
7949 * gdb.cp/overload.exp: Likewise.
7950 * gdb.cp/templates.exp: Likewise.
7951 * gdb.stabs/weird.exp: Likewise.
7952 * lib/compiler.c: Likewise.
7953 * lib/compiler.cc: Likewise.
7954 * lib/cp-support.exp: Likewise.
7955 * lib/gdb.exp: Likewise.
7956
bf401b07
SM
79572015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
7958
7959 * configure.ac: Remove HP-UX case.
7960 * configure: Regenerate.
7961
aff9c0f8
SM
79622015-12-18 Simon Marchi <simon.marchi@ericsson.com>
7963
7964 * lib/gdb.exp (gdb_compile): Add function doc.
7965
a6904d5a
PA
79662015-12-17 Pedro Alves <palves@redhat.com>
7967
7968 PR threads/19354
7969 * gdb.multi/info-threads.exp: New file.
7970
a22279dd
YQ
79712015-12-15 Yao Qi <yao.qi@linaro.org>
7972
7973 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
7974 is aarch64*-*-*.
7975
0588c796
SL
79762015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7977
7978 * gdb.base/history-duplicates.exp: Skip if no readline support.
7979
5d978e17
SL
79802015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7981
7982 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
7983
7e763b86
SL
79842015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7985
7986 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
7987
87a3a92c
SL
79882015-12-14 Sandra Loosemore <sandra@codesourcery.com>
7989
7990 * gdb.base/completion.exp: Skip tests that interrupt GDB with
7991 ctrl-C if nointerrupts target property is set.
7992 * gdb.base/double-prompt-target-event-error.exp: Likewise.
7993 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
7994 * gdb.base/paginate-bg-execution.exp: Likewise.
7995 * gdb.base/paginate-execution-startup.exp: Likewise.
7996 * gdb.base/random-signal.exp: Likewise.
7997 * gdb.base/range-stepping.exp: Likewise.
7998 * gdb.cp/annota2.exp: Likewise.
7999 * gdb.cp/annota3.exp: Likewise.
8000 * gdb.gdb/selftest.exp: Likewise.
8001 * gdb.threads/continue-pending-status.exp: Likewise.
8002 * gdb.threads/leader-exit.exp: Likewise.
8003 * gdb.threads/manythreads.exp: Likewise.
8004 * gdb.threads/pthreads.exp: Likewise.
8005 * gdb.threads/schedlock.exp: Likewise.
8006 * gdb.threads/sigthread.exp: Likewise.
8007
a8f077dc
DB
80082015-12-11 Don Breazeal <donb@codesourcery.com>
8009
8010 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
8011 remote.
8012 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
8013 * gdb.base/foll-exec.exp (main): Enable for target remote.
8014 * gdb.base/foll-fork.exp (main): Likewise.
8015 * gdb.base/foll-vfork.exp (main): Likewise.
8016 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
8017 (proc continue_to_exit_bp_loc): Use clean_restart.
8018 * gdb.base/pie-execl.exp (main): Disable for target remote.
8019 * gdb.base/watch-vfork.exp (main): Enable for target remote.
8020 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
8021 * gdb.threads/execl.exp (main): Likewise.
8022 * gdb.threads/fork-child-threads.exp (main): Likewise.
8023 * gdb.threads/fork-plus-threads.exp (main): Disable for target
8024 remote.
8025 * gdb.threads/fork-thread-pending.exp (main): Enable for target
8026 remote.
8027 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
8028 pid.tid style ptids, instead of just tid.
8029 * gdb.threads/thread-execl.exp (main): Enable for target remote.
8030 * gdb.threads/watchpoint-fork.exp (main): Likewise.
8031 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
8032 ptids, instead of just tid.
8033
3b2464a8
AB
80342015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8035
8036 * gdb.base/list.exp (test_list_forward): Add end of file error
8037 test.
8038 (test_repeat_list_command): Add end of file error test.
8039 (test_list_backwards): Add beginning of file error test.
8040
a0def019
AB
80412015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8042
8043 * gdb.base/list.exp (test_list_invalid_args): New function,
8044 defined, and called.
8045
5c000dff
AB
80462015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
8047
8048 * gdb.base/list.exp (test_list): Make test names unique.
8049
f1637ebe
YQ
80502015-12-11 Yao Qi <yao.qi@linaro.org>
8051
8052 * gdb.base/coremaker2.c: Remove.
8053
36d6fc0a
PA
80542015-12-10 Pedro Alves <palves@redhat.com>
8055
8056 * gdb.multi/base.exp: Remove stale "spaces" references.
8057
762f7747
PA
80582015-12-10 Pedro Alves <palves@redhat.com>
8059
8060 * gdb.multi/base.exp: Don't use nowarnings.
8061 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
8062 * gdb.multi/hangout.c: Include stdio.h.
8063 * gdb.multi/hello.c: Include stdlib.h.
8064 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
8065 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
8066 * gdb.multi/multi-arch.exp: Don't use nowarnings.
8067
28d2bfb9
AB
80682015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
8069
8070 * gdb.dwarf2/dw2-ranges-base.c: New file.
8071 * gdb.dwarf2/dw2-ranges-base.exp: New file.
8072 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
8073 support additional line table, and debug ranges generation.
8074 (Dwarf::ranges): New function, generate .debug_ranges.
8075 (Dwarf::lines): Support generating simple line table programs.
8076 (Dwarf::assemble): Initialise new namespace variables.
8077
5fc2beac
KB
80782015-12-09 Kevin Buettner <kevinb@redhat.com>
8079
8080 * gdb.base/async.exp (proc test_background): Add case for
8081 asynchronous execution not supported.
8082
1c35a88f
LM
80832015-12-09 Luis Machado <lgustavo@codesourcery.com>
8084
8085 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
8086 format and change test names to make them unique.
8087
b593e3d9
RK
80882015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
8089 Pedro Alves <pedro@redhat.com>
8090
8091 PR gdb/18702
8092 Add checking of floatformats setup on x86_64 hosts.
8093 * gdb.arch/i386-float.S (main): Load bigval and smallval.
8094 (smallval, bigval): New labels/constants.
8095 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
8096 float" after loading bigval and smallval.
8097
d72413e6
PMR
80982015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
8099
8100 * gdb.ada/fun_overload_menu.exp: New testcase.
8101 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
8102
ece66d65
JS
81032015-12-04 Josh Stone <jistone@redhat.com>
8104
8105 * gdb.base/catch-fork-static.exp: New.
8106
41d0efca
YQ
81072015-12-03 Yao Qi <yao.qi@linaro.org>
8108
8109 * gdb.base/sizeof.c: Don't include stdio.h and
8110 ../lib/unbuffer_output.c.
8111 (main): New variable 'size' and 'value'. Remove printf and
8112 gdb_unbuffer_output. Assign return value to size and value.
8113 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
8114 at the beginning.
8115 (check_sizeof): Check the result by printing variable 'size'.
8116 (check_valueof): Check the result by printing variable 'value'.
8117
99fd02d9
YQ
81182015-12-01 Yao Qi <yao.qi@linaro.org>
8119
8120 * gdb.base/disp-step-syscall.exp: Define syscall instruction
8121 for aarch64*-*-linux* target.
8122
f2faf941
PA
81232015-11-30 Pedro Alves <palves@redhat.com>
8124
8125 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
8126
04bf20c5
PA
81272015-11-30 Pedro Alves <palves@redhat.com>
8128
8129 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
8130 Handle non-stop mode vCont replies.
8131
09df4675
PA
81322015-11-30 Pedro Alves <palves@redhat.com>
8133
8134 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
8135 prepare_for_testing. Start gdb with "set non-stop on" appended to
8136 GDBFLAGS. Lax expected stop output.
8137
58b584af
YQ
81382015-11-27 Yao Qi <yao.qi@linaro.org>
8139
8140 * gdb.arch/arm-neon.exp: New.
8141 * gdb.arch/arm-neon.c: New.
8142
dfcb77a8
YQ
81432015-11-27 Yao Qi <yao.qi@linaro.org>
8144
8145 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
8146
88e8ec1b
YQ
81472015-11-27 Yao Qi <yao.qi@linaro.org>
8148
8149 * gdb.cp/annota2.exp: Allow multiple occurrences of the
8150 frames-invalid annotation.
8151
bfde72c2
YQ
81522015-11-27 Yao Qi <yao.qi@linaro.org>
8153
8154 * gdb.cp/annota2.exp: Use ${frames_invalid}.
8155
f6512a69
SM
81562015-11-26 Simon Marchi <simon.marchi@ericsson.com>
8157
8158 * gdb.threads/names.exp: New file.
8159 * gdb.threads/names.c: New file.
8160 * README: Mention gdb,no_thread_names.
8161
46a3515b
MM
81622015-11-26 Markus Metzger <markus.t.metzger@intel.com>
8163
8164 PR 19297
8165 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
8166 support" error.
8167
62147a22
PA
81682015-11-24 Pedro Alves <palves@redhat.com>
8169
8170 PR 17539
8171 * gdb.base/display.exp: Expect displays to be sorted in ascending
8172 order. Use multi_line.
8173 * gdb.base/solib-display.exp: Likewise.
8174
2f341b6e
PA
81752015-11-24 Pedro Alves <palves@redhat.com>
8176
8177 PR 17539
25d49b86
PA
8178 * gdb.base/display.exp: Expect displays to be sorted in ascending
8179 order. Use multi_line.
8180 * gdb.base/solib-display.exp: Likewise.
2f341b6e 8181
7e0aa6aa
PA
81822015-11-24 Pedro Alves <palves@redhat.com>
8183
8184 PR 17539
8185 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
8186 threads in ascending order.
8187 * gdb.base/foll-fork.exp: Likewise.
8188 * gdb.base/foll-vfork.exp: Likewise.
8189 * gdb.base/multi-forks.exp: Likewise.
8190 * gdb.mi/mi-nonstop.exp: Likewise.
8191 * gdb.mi/mi-nsintrall.exp: Likewise.
8192 * gdb.multi/base.exp: Likewise.
8193 * gdb.multi/multi-arch.exp: Likewise.
8194 * gdb.python/py-inferior.exp: Likewise.
8195 * gdb.threads/break-while-running.exp: Likewise.
8196 * gdb.threads/execl.exp: Likewise.
8197 * gdb.threads/gcore-thread.exp: Likewise.
8198 * gdb.threads/info-threads-cur-sal.exp: Likewise.
8199 * gdb.threads/kill.exp: Likewise.
8200 * gdb.threads/linux-dp.exp: Likewise.
8201 * gdb.threads/multiple-step-overs.exp: Likewise.
8202 * gdb.threads/next-bp-other-thread.exp: Likewise.
8203 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
8204 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
8205 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
8206 * gdb.threads/thread-find.exp: Likewise.
8207 * gdb.threads/tls.exp: Likewise.
8208 * lib/mi-support.exp (mi_reverse_list): Delete.
8209 (mi_check_thread_states): No longer reverse list.
8210
2cc57ad8
PA
82112015-11-24 Pedro Alves <palves@redhat.com>
8212
8213 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
8214 use lowercase.
8215
c93e8391
SM
82162015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8217
8218 * gdb.trace/actions.c: Include trace-common.h.
8219 (main): Add a location for a fast tracepoint.
8220 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
8221 the normal tracepoints.
8222 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
8223
045ccf91
SM
82242015-11-23 Simon Marchi <simon.marchi@ericsson.com>
8225
8226 * save-trace.exp: Factor out code to these...
8227 (gdb_save_tracepoints): New.
8228 (gdb_load_tracepoints): New.
8229 (do_save_load_test): New.
8230
5506f9f6
KB
82312015-11-23 Kevin Buettner <kevinb@redhat.com>
8232
8233 * gdb.base/asmlabel.exp: New test.
8234 * gdb.base/asmlabel.c: New test case.
8235
16c3b12f
JB
82362015-11-23 Joel Brobecker <brobecker@adacore.com>
8237
8238 * gdb.base/wrong_frame_bt_full-main.c: New file.
8239 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
8240 * gdb.base/wrong_frame_bt_full.exp: New file.
8241
155bfbd3
JB
82422015-11-23 Joel Brobecker <brobecker@adacore.com>
8243
8244 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
8245
bb097445
JM
82462015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8247
206853a0 8248 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
8249 pstate register when comparing registers values in
8250 sparc64-*-linux-gnu targets to avoid spurious differences.
8251
9c88ed8f
JM
82522015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
8253
206853a0 8254 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 8255
96161e25
SL
82562015-11-19 Sandra Loosemore <sandra@codesourcery.com>
8257
8258 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
8259 as type argument to gdb_compile.
8260 * gdb.base/nested-subp2.exp: Likewise.
8261 * gdb.base/nested-subp3.exp: Likewise.
8262
340c2830
DV
82632015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
8264
8265 * lib/dwarf.exp (_note): Fix left shift of negative value.
8266 * gdb.trace/trace-condition.exp: Likewise.
8267
c1862d0f
YQ
82682015-11-13 Yao Qi <yao.qi@linaro.org>
8269
8270 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
8271 comments about d10v.
8272 (test_scalar_returns): Likewise.
8273 * gdb.base/d10v.ld: Remove.
8274 * gdb.base/overlays.exp: Remove the target triplet checking for
8275 d10v-*-*.
8276 * gdb.base/structs.exp (test_struct_returns): Remove the
8277 comments about d10v.
8278 (test_struct_calls): Likewise.
8279
77ae9c19
YQ
82802015-11-13 Yao Qi <yao.qi@linaro.org>
8281
8282 * gdb.base/gnu_vector.exp: Check the return value by "p res".
8283 * gdb.base/gnu_vector.c: Don't include stdio.h.
8284 (main): Don't print res and call add_some_intvecs.
8285
430e004e
MK
82862015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
8287
8288 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
8289 macro.
8290 (func5): Removed.
8291 (func4): Use FAST_TRACEPOINT_LABEL.
8292 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
8293 macro.
8294 (func): Removed.
8295 (thread_function): Use FAST_TRACEPOINT_LABEL.
8296 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
8297 (func): Remove.
8298 (marker): Use FAST_TRACEPOINT_LABEL.
8299 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
8300 (pendfunc1): Remove.
8301 (pendfunc): Use FAST_TRACEPOINT_LABEL.
8302 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
8303 (foo): Remove.
8304 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
8305 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
8306 macro.
8307 (func): Remove.
8308 (marker): Use FAST_TRACEPOINT_LABEL.
8309 * gdb.trace/trace-common.h: New header.
8310 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
8311 macro.
8312 (func): Remove.
8313 (marker): Use FAST_TRACEPOINT_LABEL.
8314 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
8315 (func): Remove.
8316 (thread_function): Use FAST_TRACEPOINT_LABEL.
8317
6e7675a7
MK
83182015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
8319
8320 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
8321 in front.
8322 * gdb.trace/change-loc.exp: Use global pcreg definition.
8323 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
8324 * gdb.trace/entry-values.exp: Use global spreg definition, add $
8325 in front.
8326 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
8327 * gdb.trace/pending.exp: Likewise.
8328 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
8329 * gdb.trace/trace-break.exp: Likewise.
8330 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
8331 in front.
8332 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
8333 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
8334 in front.
8335 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
8336
dddc0e16
JB
83372015-11-09 Joel Brobecker <brobecker@adacore.com>
8338
8339 * gdb.ada/fin_fun_out: New testcase.
8340
c6f0b406
KB
83412015-11-07 Kevin Buettner <kevinb@redhat.com>
8342
8343 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
8344 value associated with DW_AT_byte_size.
8345 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
8346 constants for DW_AT_byte_size, DW_AT_lower_bound, and
8347 DW_AT_upper_bound.
8348
f01dcfd9
KB
83492015-11-07 Kevin Buettner <kevinb@redhat.com>
8350
8351 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
8352 (gdb_target_symbol_prefix_flags): Define in terms of _asm
8353 version.
8354 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
8355 gdb.dwarf2/dw2-canonicalize-type.exp,
8356 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
8357 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
8358 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
8359 provided by gdb_target_symbol_prefix_flags_asm.
8360 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
8361 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
8362 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
8363 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
8364 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
8365 macros where needed). Use this macro for symbols which require
8366 the prefix provided by SYMBOL_PREFIX.
8367
2223449a
KB
83682015-11-05 Kevin Buettner <kevinb@redhat.com>
8369
8370 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
8371 New procs.
8372 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
8373 representing expressions, of more than one list element.
8374 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
8375 to prepend linker symbol prefix to f.
8376 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
8377 table_1 and table_2.
8378 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
8379 Likewise, for f and g.
8380 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
8381 for ptr.
8382 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
8383 for main.
8384 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
8385 table_1_ptr and table_2_ptr.
8386
6f2f1a3a
JK
83872015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
8388 Joel Brobecker <brobecker@adacore.com>
8389
8390 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
8391
566c56c9
MK
83922015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
8393
8394 * gdb.reverse/s390-mvcle.c: New test.
8395 * gdb.reverse/s390-mvcle.exp: New file.
8396 * lib/gdb.exp: Enable reverse tests on s390*-linux.
8397
d5f0636b
MK
83982015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8399
8400 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
8401
7ad8b86c
MK
84022015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
8403
8404 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
8405 reaching marker2.
8406 * gdb.reverse/getresuid-reverse.exp: Likewise.
8407 * gdb.reverse/pipe-reverse.exp: Likewise.
8408 * gdb.reverse/readv-reverse.exp: Likewise.
8409 * gdb.reverse/recvmsg-reverse.exp: Likewise.
8410 * gdb.reverse/time-reverse.exp: Likewise.
8411 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
8412
4081c0f1
YQ
84132015-10-30 Yao Qi <yao.qi@linaro.org>
8414
8415 * gdb.threads/wp-replication.c (watch_count_done): Remove.
8416 (empty_cycle): Remove.
8417 (main): Don't call empty_cycle. Don't use watch_count_done.
8418 * gdb.threads/wp-replication.exp: Don't set breakpoint on
8419 empty_cycle. Rewrite the code counting HW watchpoints.
8420
452b4ba5
MK
84212015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
8422
8423 * gdb.reverse/fstatat-reverse.c: New test.
8424 * gdb.reverse/fstatat-reverse.exp: New file.
8425 * gdb.reverse/getresuid-reverse.c: New test.
8426 * gdb.reverse/getresuid-reverse.exp: New file.
8427 * gdb.reverse/pipe-reverse.c: New test.
8428 * gdb.reverse/pipe-reverse.exp: New file.
8429 * gdb.reverse/readv-reverse.c: New test.
8430 * gdb.reverse/readv-reverse.exp: New file.
8431 * gdb.reverse/recvmsg-reverse.c: New test.
8432 * gdb.reverse/recvmsg-reverse.exp: New file.
8433 * gdb.reverse/time-reverse.c: New test.
8434 * gdb.reverse/time-reverse.exp: New file.
8435 * gdb.reverse/waitpid-reverse.c: New test.
8436 * gdb.reverse/waitpid-reverse.exp: New file.
8437
5e2e7507
JK
84382015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
8439
8440 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
8441
0fde2c53
DE
84422015-10-26 Doug Evans <dje@google.com>
8443
8444 PR symtab/17391
8445 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
8446 * gdb.dwarf2/bad-regnum.c: New file.
8447 * gdb.dwarf2/bad-regnum.exp: New file.
8448
1a70ae97
DE
84492015-10-26 Doug Evans <dje@google.com>
8450
8451 PR python/18938
8452 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
8453 file.
8454
27dc26ab
JK
84552015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
8456
8457 * gdb.compile/compile.exp (compile code globalvar): Update expectation
8458 for a change by "Mention language in compile error message".
8459
bed91f4d
SM
84602015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
8461
8462 PR python/18073
8463 * gdb.python/py-type.c (C::a_method): New.
8464 (C::a_const_method): New.
8465 (C::a_static_method): New.
8466 (a_function): New.
8467 * gdb.python/py-type.exp (test_fields): Test getting fields
8468 from function and method.
8469
3f2f83dd
KB
84702015-10-21 Keven Boell <keven.boell@intel.com>
8471
8472 * gdb.fortran/vla-alloc-assoc.exp: New file.
8473 * gdb.fortran/vla-datatypes.exp: New file.
8474 * gdb.fortran/vla-datatypes.f90: New file.
8475 * gdb.fortran/vla-history.exp: New file.
8476 * gdb.fortran/vla-ptype-sub.exp: New file.
8477 * gdb.fortran/vla-ptype.exp: New file.
8478 * gdb.fortran/vla-sizeof.exp: New file.
8479 * gdb.fortran/vla-sub.f90: New file.
8480 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
8481 * gdb.fortran/vla-value-sub-finish.exp: New file.
8482 * gdb.fortran/vla-value-sub.exp: New file.
8483 * gdb.fortran/vla-value.exp: New file.
8484 * gdb.fortran/vla-ptr-info.exp: New file.
8485 * gdb.mi/mi-vla-fortran.exp: New file.
8486 * gdb.mi/vla.f90: New file.
8487
27145d50
SL
84882015-10-21 Sandra Loosemore <sandra@codesourcery.com>
8489
8490 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
8491 of hardwired timeout value.
8492
5f3ff4f8
JK
84932015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
8494 Pedro Alves <palves@redhat.com>
8495
8496 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
8497 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
8498
bfd09d20
JS
84992015-10-19 Josh Stone <jistone@redhat.com>
8500
8501 * gdb.base/catch-syscall.c: Include <sched.h>.
8502 (unknown_syscall): New variable.
8503 (main): Trigger a vfork and an unknown syscall.
8504 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
8505 (unknown_syscall_number): Likewise.
8506 (check_call_to_syscall): Accept an optional syscall pattern.
8507 (check_return_from_syscall): Likewise.
8508 (check_continue): Likewise.
8509 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
8510 (test_catch_syscall_skipping_return): New test toggling off 'catch
8511 syscall' to step over the syscall return, then toggling back on.
8512 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
8513 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
8514 (do_syscall_tests): Call test_catch_syscall_without_args and
8515 test_catch_syscall_mid_vfork.
8516 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
8517 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
8518
b32b93c6
AS
85192015-10-19 Andrew Stubbs <ams@codesourcery.com>
8520
8521 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
8522 print g_vE): Add new pass patterns.
8523 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
8524 print various symbol names for vptr fields.
8525
9d622bda
AB
85262015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
8527
8528 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
8529 results.
8530
0fd8ac1c
YQ
85312015-10-12 Yao Qi <yao.qi@linaro.org>
8532
8533 * gdb.arch/disp-step-insn-reloc.exp: New test case.
8534
34240514
YQ
85352015-10-12 Yao Qi <yao.qi@linaro.org>
8536
8537 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
8538 is aarch64*-*-linux*.
8539
8240f442
YQ
85402015-10-12 Yao Qi <yao.qi@linaro.org>
8541
8542 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
8543 (can_relocate_bcond_true): ... it.
8544 (can_relocate_bcond_false): New function.
8545 (foo): Likewise.
8546 (can_relocate_bl): Likewise.
8547 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
8548 can_relocate_bl.
8549
2520f728
PMR
85502015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
8551
8552 * gdb.base/nested-addr.c: New file.
8553 * gdb.base/nested-addr.exp: New testcase.
8554
abcef95a
MM
85552015-10-09 Markus Metzger <markus.t.metzger@intel.com>
8556
8557 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
8558 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
8559 its output. Ignore the output of "record goto begin" and instead
8560 check that GDB is replaying.
8561
145e3ddb
PA
85622015-10-09 Pedro Alves <palves@redhat.com>
8563
8564 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
8565 (top level): Use it in the run with no args test.
8566
d5d8c4e1
IB
85672015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
8568
8569 * gdb.dlang/properties.exp: New file.
8570
06e635ef
SL
85712015-10-02 Sandra Loosemore <sandra@codesourcery.com>
8572
8573 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
8574 whether or not address 0x1000 is mapped on the target.
8575
e019fd1d
SM
85762015-09-30 Simon Marchi <simon.marchi@ericsson.com>
8577
8578 * gdb.python/py-type.exp: Do not run tests if binaries fail to
8579 build.
8580
77ba2a67
MM
85812015-09-30 Markus Metzger <markus.t.metzger@intel.com>
8582
8583 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
8584 instruction-history test.
8585
c60eb31f
DE
85862015-09-28 Doug Evans <dje@google.com>
8587
8588 * gdb.base/gcore.c (array_func): Add reference to static_array.
8589
9a3c8263
SM
85902015-09-25 Simon Marchi <simon.marchi@ericsson.com>
8591
8592 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
8593 source line.
8594
9720e656
SL
85952015-09-24 Sandra Loosemore <sandra@codesourcery.com>
8596
8597 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
8598 short or char as base type.
8599
938d3bf2
SL
86002015-09-23 Sandra Loosemore <sandra@codesourcery.com>
8601
8602 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
8603 to allow any size enum.
8604
e6c2c623
PMR
86052015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
8606
8607 * gdb.ada/array_ptr_renaming.exp: New testcase.
8608 * gdb.ada/array_ptr_renaming/foo.adb: New file.
8609 * gdb.ada/array_ptr_renaming/pack.ads: New file.
8610
06da0f77
PL
86112015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8612
8613 * gdb.trace/ftrace-lock.c: New file.
8614 * gdb.trace/ftrace-lock.exp: New file.
8615
4f51c22a
PL
86162015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8617
8618 * gdb.arch/insn-reloc.c: New file.
8619 * gdb.arch/ftrace-insn-reloc.exp: New file.
8620
7041adf4
PL
86212015-09-21 Pierre Langlois <pierre.langlois@arm.com>
8622
8623 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
8624 instruction.
8625 * gdb.trace/pendshr1.c (pendfunc): Likewise.
8626 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
8627 * gdb.trace/range-stepping.c: Likewise.
8628 * gdb.trace/trace-break.c: Likewise.
8629 * gdb.trace/trace-mt.c (thread_function): Likewise.
8630 * gdb.trace/ftrace.c (marker): Likewise.
8631 * gdb.trace/trace-condition.c (marker): Likewise.
8632 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
8633 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
8634 is_aarch64_target.
8635
015d2e7e
DE
86362015-09-18 Doug Evans <xdje42@gmail.com>
8637
8638 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
8639 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
8640
26b188a2
SL
86412015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8642
8643 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
8644 the breakpoint.
8645
79dc332b
SL
86462015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8647
8648 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
8649 the pending breakpoint. Remove timeout override for "Run till
8650 MI pending breakpoint on pendfunc3 on thread 2" test.
8651
f57929f2
SL
86522015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8653
8654 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
8655 filename pattern.
8656
3f469b17
SL
86572015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8658
8659 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
8660 in breakpoint filename pattern.
8661
515b89b3
SL
86622015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8663
7800dbe4
SL
8664 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
8665
86662015-09-18 Sandra Loosemore <sandra@codesourcery.com>
8667
515b89b3
SL
8668 * gdb.linespec/explicit.exp: Check for readline support for
8669 tab-completion tests. Fix obvious typo.
8670
d2939ba2
MM
86712015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8672
8673 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
8674 and replay.
8675
cbb55fa7
MM
86762015-09-18 Markus Metzger <markus.t.metzger@intel.com>
8677
8678 * gdb.btrace/non-stop.c: New.
8679 * gdb.btrace/non-stop.exp: New.
8680
43691ca1
PL
86812015-09-17 Pierre Langlois <pierre.langlois@arm.com>
8682 Yao Qi <yao.qi@linaro.org>
8683
8684 * gdb.trace/trace-condition.c: New file.
8685 * gdb.trace/trace-condition.exp: New file.
8686
d78908cf
WW
86872015-09-16 Wei-cheng Wang <cole945@gmail.com>
8688
8689 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
8690 for testing bytecode compilation.
8691
1ed415e2
PA
86922015-09-16 Pedro Alves <palves@redhat.com>
8693 Sandra Loosemore <sandra@codesourcery.com>
8694
8695 * gdb.threads/non-stop-fair-events.c (timeout): New global.
8696 (SECONDS): Redefine.
8697 (main): Call pthread_kill and alarm early.
8698 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
8699 support.
8700 (test): If the target can't hardware step and doesn't support
8701 displaced stepping, increase the timeout.
8702
d136eff5
PA
87032015-09-16 Pedro Alves <palves@redhat.com>
8704
8705 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
8706 (enable_debug): New procedures.
8707 (test): Use them. Bail out if waiting for threads fails.
8708 (top level): Bail out if a test fails.
8709
991f019c
YQ
87102015-09-16 Yao Qi <yao.qi@linaro.org>
8711
8712 * gdb.asm/asm-source.exp: Set asm-arch for
8713 aarch64*-*-* target.
8714 * gdb.asm/aarch64.inc: New file.
8715
bfca584f
PMR
87162015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
8717
8718 * gdb.ada/array_of_variable_length.exp: New testcase.
8719 * gdb.ada/array_of_variable_length/foo.adb: New file.
8720 * gdb.ada/array_of_variable_length/pck.adb: New file.
8721 * gdb.ada/array_of_variable_length/pck.ads: New file.
8722
b326e587
DE
87232015-09-15 Doug Evans <dje@google.com>
8724
8725 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
8726 of function static local variable.
8727
5382cfab
PW
87282015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
8729
8730 * gdb.threads/tls-so_extern.exp: New test file.
8731 * gdb.threads/tls-so_extern.c: New test file.
8732 * gdb.threads/tls-so_extern_main.c: New test file.
8733
141c5cc4
JK
87342015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
8735
8736 * gdb.opt/solib-intra-step-lib.c: New file.
8737 * gdb.opt/solib-intra-step-main.c: New file.
8738 * gdb.opt/solib-intra-step.exp: New file.
8739
d15dcecd
PA
87402015-09-15 Pedro Alves <palves@redhat.com>
8741
8742 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
8743 gdb_continue_to_breakpoint instead of gdb_test_multiple.
8744
4c2f2a79
PA
87452015-09-14 Pedro Alves <palves@redhat.com>
8746
8747 * gdb.base/hook-stop-continue.c: Delete.
8748 * gdb.base/hook-stop-continue.exp: Delete.
8749 * gdb.base/hook-stop-frame.c: Delete.
8750 * gdb.base/hook-stop-frame.exp: Delete.
8751 * gdb.base/hook-stop.c: New file.
8752 * gdb.base/hook-stop.exp: New file.
8753
919e6dbe
PMR
87542015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
8755
8756 * gdb.ada/access_to_packed_array.exp: New testcase.
8757 * gdb.ada/access_to_packed_array/foo.adb: New file.
8758 * gdb.ada/access_to_packed_array/pack.adb: New file.
8759 * gdb.ada/access_to_packed_array/pack.ads: New file.
8760
157280a4
MM
87612015-09-14 Markus Metzger <markus.t.metzger@intel.com>
8762
8763 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
8764 buffer size test.
8765
2fd33e94
DB
87662015-09-11 Don Breazeal <donb@codesourcery.com>
8767
8768 * gdb.base/foll-exec.c: Add copyright header. Fix
8769 formatting issues.
8770 * gdb.base/foll-exec.exp (zap_session): Delete proc.
8771 (do_exec_tests): Use clean_restart in place of zap_session,
8772 and for test initialization. Fix formatting issues. Use
8773 fail in place of perror.
8774 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
8775 an expect statement to match an expression with output from
8776 the program under debug.
8777 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
8778 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
8779 * gdb.threads/non-ldr-exc-2.exp: Likewise.
8780 * gdb.threads/non-ldr-exc-3.exp: Likewise.
8781 * gdb.threads/non-ldr-exc-4.exp: Likewise.
8782
e70b6e8e
DE
87832015-09-09 Doug Evans <dje@google.com>
8784
8785 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
8786
7a551a51
DE
87872015-09-09 Doug Evans <dje@google.com>
8788
8789 * gdb.base/pie-execl.exp: Fix result test of build_executable.
8790
4c666f84
DE
87912015-09-09 Doug Evans <dje@google.com>
8792
8793 * gdb.base/savedregs.exp: Fix typo.
8794
243a9253
PA
87952015-09-09 Pedro Alves <palves@redhat.com>
8796
8797 * gdb.mi/mi-cli.exp: Add CLI finish tests.
8798
c0fa8fbd
SL
87992015-09-08 Sandra Loosemore <sandra@codesourcery.com>
8800
8801 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
8802 command actually switches threads. Give up on remaining
8803 tests if target fails to stop at breakpoint.
8804
cd7c1778
PMR
88052015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
8806
8807 * gdb.ada/funcall_char.exp: New testcase.
8808 * gdb.ada/funcall_char/foo.adb: New file.
8809
dc5c8746
PMR
88102015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
8811
8812 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
8813 expected outputs. Add two testcases for completing ambiguous
8814 functions.
8815 * gdb.ada/complete/aux_pck.adb: New file.
8816 * gdb.ada/complete/aux_pck.ads: New file.
8817 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
8818 Ambiguous_Func functions.
8819 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
8820 * gdb.ada/complete/pck.adb: Likewise.
8821
4e83a1e7
UW
88222015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
8823
8824 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
8825 failures to run the test program under GDB.
8826
8ce74153
LM
88272015-08-26 Luis Machado <lgustavo@codesourcery.com>
8828
8829 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
8830 to C.
8831
e9756d52
PP
88322015-08-26 Patrick Palka <patrick@parcs.ath.cx>
8833
8834 * gdb.base/run-after-attach.exp: New test file.
8835 * gdb.base/run-after-attach.c: New test file.
8836
8d37573b
DB
88372015-08-26 Don Breazeal <donb@codesourcery.com>
8838
8839 * gdb.base/foll-exec-2.c: New test program.
8840 * gdb.base/foll-exec-2.exp: New test.
8841
63e43d3a
PMR
88422015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
8843
8844 * gdb.base/nested-subp1.exp: New file.
8845 * gdb.base/nested-subp1.c: New file.
8846 * gdb.base/nested-subp2.exp: New file.
8847 * gdb.base/nested-subp2.c: New file.
8848 * gdb.base/nested-subp3.exp: New file.
8849 * gdb.base/nested-subp3.c: New file.
8850
3d40fbb5
PA
88512015-08-24 Pedro Alves <palves@redhat.com>
8852
8853 * gdb.server/connect-without-multi-process.c: New file.
8854 * gdb.server/connect-without-multi-process.exp: New file.
8855
4422ac93
LM
88562015-08-24 Luis Machado <lgustavo@codesourcery.com>
8857
8858 * gdb.opt/inline-markers.c: Make z int.
8859
91dddb86
LM
88602015-08-24 Luis Machado <lgustavo@codesourcery.com>
8861
8862 * gdb.opt/inline-markers.c: Make z volatile.
8863
a48847ee
LM
88642015-08-24 Luis Machado <lgustavo@codesourcery.com>
8865
8866 * gdb.opt/inline-bt.c: New volatile global z.
8867 * gdb.opt/inline-cmds.c: Likewise.
8868 * gdb.opt/inline-locals.c: Likewise.
8869 * gdb.opt/inline-markers.c: New extern global z.
8870 (marker): Use z.
8871 (inline_fn): Likewise.
8872
0ebbc52b
PA
88732015-08-24 Pedro Alves <palves@redhat.com>
8874
8875 * config/m32r-stub.exp: Remove file.
8876 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
8877 * gdb.base/call-rt-st.exp: Likewise.
8878 * gdb.base/call-strs.exp: Likewise.
8879 * gdb.base/default.exp: Remove references to h8300-*-hms and
8880 *-*-udi*.
8881 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
8882
77c365df
AA
88832015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
8884
8885 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
8886 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
8887 and "return" use KFAIL when GDB can not read/write the vector
8888 return value.
8889
4313b8c0
GB
88902015-08-21 Gary Benson <gbenson@redhat.com>
8891
8892 * gdb.trace/pending.exp: Cope with remote transfer warnings.
8893
0e433b32
PA
88942015-08-20 Pedro Alves <palves@redhat.com>
8895
8896 * gdb.server/solib-list.exp: No longer expect an interior stop in
8897 non-stop mode.
8898
221e1a37
PA
88992015-08-20 Pedro Alves <palves@redhat.com>
8900
8901 * gdb.server/connect-stopped-target.c: New file.
8902 * gdb.server/connect-stopped-target.exp: New file.
8903
40e3ad0e
PA
89042015-08-20 Pedro Alves <palves@redhat.com>
8905
8906 * gdb.dwarf2/comp-unit-lang.exp: New file.
8907 * gdb.dwarf2/comp-unit-lang.c: New file.
8908
af39b327
PMR
89092015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
8910
8911 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
8912 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
8913
7d45c7c3 89142015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 8915
7d45c7c3
KB
8916 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
8917 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
8918
4d6cceb4
DE
89192015-08-18 Doug Evans <dje@google.com>
8920 Adrian Sendroiu <adrian.sendroiu@freescale.com>
8921
8922 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
8923 skip_python_tests. New arg prompt_regexp.
8924 (skip_python_tests): New function.
8925 * lib/mi-support.exp (mi_skip_python_tests): New function.
8926 * gdb.python/py-mi-objfile-gdb.py: New file.
8927 * gdb.python/py-mi-objfile.c: New file.
8928 * gdb.python/py-mi-objfile.exp: New file.
8929
ad89c2aa
KS
89302015-08-17 Keith Seitz <keiths@redhat.com>
8931
8932 * gdb.linespec/explicit.exp: Move strace test from here ...
8933 * gdb.trace/strace.exp: ... to here.
8934
e3ae3c43
PP
89352015-08-15 Patrick Palka <patrick@parcs.ath.cx>
8936
8937 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
8938 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
8939
604b2636
DE
89402015-08-14 Doug Evans <xdje42@gmail.com>
8941
8942 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
8943 inferior before selecting a new file.
8944
6ff0ba5f
DE
89452015-08-14 Doug Evans <xdje42@gmail.com>
8946
8947 * gdb.mi/mi-disassemble.exp: Update.
8948 * gdb.base/disasm-optim.S: New file.
8949 * gdb.base/disasm-optim.c: New file.
8950 * gdb.base/disasm-optim.h: New file.
8951 * gdb.base/disasm-optim.exp: New file.
8952
9ca98f92
KS
89532015-08-14 Keith Seitz <keiths@redhat.com>
8954
8955 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
8956 "evaluated-by".
8957
52bbc560
JB
89582015-08-13 Joel Brobecker <brobecker@adacore.com>
8959
8960 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
8961
5d8c3ed3
PMR
89622015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
8963
8964 * gdb.ada/fun_renaming.exp: New testcase.
8965 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
8966 * gdb.ada/fun_renaming/pack.adb: New file.
8967 * gdb.ada/fun_renaming/pack.ads: New file.
8968
ea8812bc
KS
89692015-08-12 Keith Seitz <keiths@redhat.com>
8970
8971 * gdb.base/dso2dso.exp: Pass basename of source file in call to
8972 gdb_get_line_number.
8973
4dafcdeb
JB
89742015-08-12 Joel Brobecker <brobecker@adacore.com>
8975
8976 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
8977 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
8978 gdb.base/dso2dso.exp: New files.
8979
5ba32597
SDJ
89802015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
8981 Pedro Alves <palves@redhat.com>
8982 Keith Seitz <keiths@redhat.com>
8983
8984 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
8985 GDBFLAGS.
8986
b6dafabf
PP
89872015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8988
8989 * gdb.base/gdbhistsize-history.exp
8990 (test_histsize_history_setting): Use save_vars.
8991 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
8992 Use save_vars.
8993 (test_no_truncation_of_unlimited_history_file): Use save_vars.
8994 * gdb.base/readline.exp: Use save_vars.
8995
abe8e607
PP
89962015-08-12 Patrick Palka <patrick@parcs.ath.cx>
8997
8998 * lib/gdb.exp (save_vars): New proc.
8999
629500fa
KS
90002015-08-11 Keith Seitz <keiths@redhat.com>
9001
9002 * gdb.base/help.exp: Update help_breakpoint_text.
9003
eb8c4e2e
KS
90042015-08-11 Keith Seitz <keiths@redhat.com>
9005
9006 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
9007 (at toplevel): Call test_explicit_breakpoints.
9008 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
9009 breakpoints.
9010 * lib/mi-support.exp (mi_make_breakpoint): Add support for
9011 breakpoint conditions, "-cond".
9012
87f0e720
KS
90132015-08-11 Keith Seitz <keiths@redhat.com>
9014
9015 * gdb.linespec/3explicit.c: New file.
9016 * gdb.linespec/cpexplicit.cc: New file.
9017 * gdb.linespec/cpexplicit.exp: New file.
9018 * gdb.linespec/explicit.c: New file.
9019 * gdb.linespec/explicit.exp: New file.
9020 * gdb.linespec/explicit2.c: New file.
9021 * gdb.linespec/ls-errs.exp: Add explicit location tests.
9022 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
9023 before using in the matching pattern.
9024 Clarify that `prefix' is a regular expression.
9025
f00aae0f
KS
90262015-08-11 Keith Seitz <keiths@redhat.com>
9027
9028 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
9029 test.
9030 Add tests for missing ",FMT" and ",".
9031
e27852be
DE
90322015-08-10 Doug Evans <dje@google.com>
9033 Keith Seitz <keiths@redhat.com>
9034
9035 PR gdb/17960
9036 * gdb.base/completion.exp: Add location completer tests.
9037
7f03bd92
PA
90382015-08-07 Pedro Alves <palves@redhat.com>
9039
9040 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
9041 tests here.
9042 (top level): Run do_test with and without displaced stepping.
9043
3fc8eb30
PA
90442015-08-07 Pedro Alves <palves@redhat.com>
9045
9046 * gdb.base/valgrind-disp-step.c: New file.
9047 * gdb.base/valgrind-disp-step.exp: New file.
9048
d4569d7b
PA
90492015-08-07 Pedro Alves <palves@redhat.com>
9050
9051 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
9052 Delete function.
9053 (main): Add alarm. Run an infinite loop instead of calling
9054 wait_threads.
9055 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
9056 comment.
9057 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
9058 Delete function.
9059 (main): Add alarm. Run an infinite loop instead of calling
9060 wait_threads.
9061 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
9062 comment.
9063
e1316e60
PA
90642015-08-07 Pedro Alves <palves@redhat.com>
9065
9066 * gdb.base/checkpoint-ns.exp: New file.
9067 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
9068 standard_testfile.
9069
da8c46d2
MM
90702015-08-07 Markus Metzger <markus.t.metzger@intel.com>
9071
9072 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
9073 * gdb.btrace/instruction_history.exp: Update.
9074 * gdb.btrace/tsx.exp: New.
9075 * gdb.btrace/tsx.c: New.
9076
de1c2c52
PA
90772015-08-06 Pedro Alves <palves@redhat.com>
9078
9079 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
9080 increase timeout.
9081 * gdb.reverse/until-precsave.exp: Bump timeouts.
9082
782e0bf4
PA
90832015-08-06 Pedro Alves <palves@redhat.com>
9084
9085 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
9086
83e97ed0
PA
90872015-08-06 Pedro Alves <palves@redhat.com>
9088
9089 PR gdb/18749
9090 * gdb.threads/process-dies-while-handling-bp.c: New file.
9091 * gdb.threads/process-dies-while-handling-bp.exp: New file.
9092
863d01bd
PA
90932015-08-06 Pedro Alves <palves@redhat.com>
9094
9095 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
9096 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
9097
0a39bb32
PA
90982015-08-05 Pedro Alves <palves@redhat.com>
9099
9100 * gdb.threads/next-while-other-thread-longjmps.c: New file.
9101 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
9102
ee2d2b10
SL
91032015-08-03 Sandra Loosemore <sandra@codesourcery.com>
9104
9105 * gdb.base/bp-permanent.exp: Report test as unsupported if
9106 the target cannot stop at the permanent breakpoint.
9107
4e1bdb00
DE
91082015-08-03 Doug Evans <dje@google.com>
9109
9110 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
9111 10000.
9112
3d338901
DE
91132015-08-03 Doug Evans <dje@google.com>
9114
9115 * Makefile.in (workers/%.worker, build-perf): New rule.
9116 (GDB_PERFTEST_MODE): New variable.
9117 (check-perf): Use it.
9118 (clean): Clean up gdb.perf parallel build subdirs.
9119 * lib/build-piece.exp: New file.
9120 * lib/gdb.exp (make_gdb_parallel_path): New function
9121 (standard_output_file, standard_temp_file): Call it.
9122 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9123 of $GDB_PARALLEL.
9124 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
9125
af061d3e
DE
91262015-08-03 Doug Evans <dje@google.com>
9127
8e1afc81 9128 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
9129 (LOG_FILE_NAME): New global.
9130 (TextReporter.__init__): Initialize self.txt_sum.
9131 (TextReporter.report): Add support for multiple data-points.
9132 Move report to perftest.sum, put raw data in perftest.log.
9133 (TextReporter.start): Open sum and log files.
9134 (TextReporter.end): Close sum and log files.
8e1afc81
DE
9135 * gdb.perf/lib/perftest/testresult.py
9136 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 9137
2c8c5d37
PA
91382015-07-31 Pedro Alves <palves@redhat.com>
9139
9140 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
9141 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9142 kill_wait_spawned_process instead of explicit "kill -9".
9143 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
9144 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9145 kill_wait_spawned_process.
9146 * gdb.base/attach-twice.exp: Likewise.
9147 * gdb.base/attach.exp: Likewise.
9148 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
9149 gdb_test_multiple.
9150 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
9151 returning a spawn id instead of a pid. Use spawn_id_get_pid and
9152 kill_wait_spawned_process.
9153 * gdb.base/valgrind-infcall.exp: Likewise.
9154 * gdb.multi/multi-attach.exp: Likewise.
9155 * gdb.python/py-prompt.exp: Likewise.
9156 * gdb.python/py-sync-interp.exp: Likewise.
9157 * gdb.server/ext-attach.exp: Likewise.
9158 * gdb.threads/attach-into-signal.exp (corefunc): Use
9159 spawn_wait_for_attach, spawn_id_get_pid and
9160 kill_wait_spawned_process.
9161 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
9162 spawn_wait_for_attach returning a spawn id instead of a pid. Use
9163 spawn_id_get_pid and kill_wait_spawned_process.
9164 * gdb.threads/attach-stopped.exp (corefunc): Use
9165 spawn_wait_for_attach, spawn_id_get_pid and
9166 kill_wait_spawned_process.
9167 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
9168 Use spawn_id_get_pid. Wait for spawn id after eof. Use
9169 kill_wait_spawned_process instead of explicit "kill -9".
9170 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
9171 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
9172 (spawn_wait_for_attach): Use spawn instead of exec to spawn
9173 processes. Don't map cygwin/windows pids here. Now returns a
9174 spawn id list.
9175
032a0fca
SL
91762015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9177
9178 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
9179 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
9180 correct patch.
9181
61a934ca
SL
91822015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9183
9184 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
9185
4bc4d428
SL
91862015-07-30 Sandra Loosemore <sandra@codesourcery.com>
9187
9188 Reapply:
9189 2014-05-21 Mark Wielaard <mjw@redhat.com>
9190
9191 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9192
998d452a
PA
91932015-07-30 Pedro Alves <palves@redhat.com>
9194
9195 * linux-low.c (handle_extended_wait): Set the child's last
9196 reported status to TARGET_WAITKIND_STOPPED.
9197
69dde7dc
PA
91982015-07-30 Pedro Alves <palves@redhat.com>
9199
9200 PR threads/18600
9201 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
9202 only shows inferior 1.
9203
4dd63d48
PA
92042015-07-30 Simon Marchi <simon.marchi@ericsson.com>
9205 Pedro Alves <palves@redhat.com>
9206
9207 PR threads/18600
9208 * gdb.threads/fork-plus-threads.c: New file.
9209 * gdb.threads/fork-plus-threads.exp: New file.
9210
d618e4c5
PP
92112015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9212
9213 * gdb.base/batch-preserve-term-settings.exp
9214 (test_terminal_settings_preserved_after_cli_exit): Use
9215 send_quit_command.
9216
1eef6428
PA
92172015-07-29 Pedro Alves <palves@redhat.com>
9218 Don Breazeal <donb@codesourcery.com>
9219
9220 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
9221 output from both inferior_spawn_id and gdb_spawn_id.
9222
7da5b897
SDJ
92232015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9224
9225 * gdb.threads/attach-into-signal.exp (corefunc): Use
9226 with_test_prefix on nested loops, uniquefying the test messages.
9227
dac804df
SDJ
92282015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
9229
9230 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
9231 commit.
9232
06265e53
PP
92332015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9234
9235 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
9236 New proc.
9237 (test_terminal_settings_preserved_after_sigterm): New test.
9238
18206ca3
PP
92392015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9240
9241 * gdb.base/batch-preserve-term-settings.exp
9242 (test_terminal_settings_preserved_after_cli_exit): New test.
9243
90074d11
PP
92442015-07-29 Patrick Palka <patrick@parcs.ath.cx>
9245
9246 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
9247 manipulation of saved_gdbflags.
9248 (test_terminal_settings_preserved): Remove global declaration of
9249 the unused variable pagination_prompt. Remove manipulation of
9250 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
9251 GDBFLAGS.
9252
eb1a7902
PA
92532015-07-29 Pedro Alves <palves@redhat.com>
9254
9255 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
9256
8b75dd3b
PA
92572015-07-29 Pedro Alves <palves@redhat.com>
9258
9259 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
9260 at the top.
9261
dedad4e3
PA
92622015-07-29 Pedro Alves <palves@redhat.com>
9263
9264 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
9265 (main): Call gdb_unbuffer_output.
9266 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
9267 (main): Call gdb_unbuffer_output.
9268 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
9269 (main): Call gdb_unbuffer_output.
9270 * gdb.base/call-strs.exp: Adjust to step over the
9271 gdb_unbuffer_output call.
9272 * gdb.base/catch-gdb-caused-signals.c: Include
9273 "../lib/unbuffer_output.c".
9274 (main): Call gdb_unbuffer_output.
9275 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
9276 (main): Call gdb_unbuffer_output.
9277 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
9278 (main): Call gdb_unbuffer_output.
9279 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
9280 (main): Call gdb_unbuffer_output.
9281 * gdb.base/shlib-call.exp: Adjust to step over the
9282 gdb_unbuffer_output call.
9283 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
9284 (main): Call gdb_unbuffer_output.
9285 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
9286 (main): Call gdb_unbuffer_output.
9287 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
9288 (main): Rename to ...
9289 (test): ... this.
9290 (main): Reimplement.
9291 * gdb.base/varargs.exp: Run to test instead of to main.
9292 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9293 (main): Call gdb_unbuffer_output.
9294
58789a91
PA
92952015-07-29 Pedro Alves <palves@redhat.com>
9296
9297 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
9298 factore out from mi_continue_dprintf. For call-style dprintfs,
9299 expect dprintf output out of $inferior_spawn_id.
9300 (mi_continue_dprintf): Use mi_expect_dprintf.
9301 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
9302 (main): Call gdb_unbuffer_output.
9303
e8376742
PA
93042015-07-29 Pedro Alves <palves@redhat.com>
9305
9306 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
9307 (default_mi_gdb_start): Set inferior_spawn_id instead of
9308 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
9309 gdb_spawn_id.
9310 (mi_gdb_test): Always expect inferior output from both
9311 $inferior_spawn_id and $gdb_spawn_id.
9312
08280010
PA
93132015-07-29 Pedro Alves <palves@redhat.com>
9314
9315 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
9316 send_inferior and $inferior_spawn_id.
9317
4d30e432
PA
93182015-07-29 Pedro Alves <palves@redhat.com>
9319
9320 * gdb.gdb/complaints.exp (test_initial_complaints)
9321 (test_serial_complaints, test_short_complaints): Use
9322 gdb_test_stdio.
9323 (test_empty_complaint): Handle $inferior_spawn_id !=
9324 $gdb_spawn_id.
9325
0d30a335
PA
93262015-07-29 Pedro Alves <palves@redhat.com>
9327
9328 * gdb.base/varargs.exp: Use gdb_test_stdio.
9329
39413b29
PA
93302015-07-29 Pedro Alves <palves@redhat.com>
9331
9332 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
9333
7cb000a9
PA
93342015-07-29 Pedro Alves <palves@redhat.com>
9335
9336 * gdb.base/ending-run.exp: Use gdb_test_stdio.
9337
d7b8ac82
PA
93382015-07-29 Pedro Alves <palves@redhat.com>
9339
9340 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
9341 parameter into two new parameters, "inf_result" and "gdb_result".
9342 Expect inferior output and gdb output from $inferior_spawn_id and
9343 $gdb_spawn_id, respectively. Adjust all callers.
9344
789c3a0c
PA
93452015-07-29 Pedro Alves <palves@redhat.com>
9346
9347 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
9348 of gdb_test_sequence.
9349
77e760c3
PA
93502015-07-29 Pedro Alves <palves@redhat.com>
9351
9352 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
9353 (saw_spurious_output): Expect inferior output from
9354 $inferior_spawn_id. Use gdb_test_stdio.
9355
8396d2cd
PA
93562015-07-29 Pedro Alves <palves@redhat.com>
9357
9358 * gdb.base/dprintf.exp: Use standard_testfile. Change
9359 prepare_for_testing call.
9360 (srcfile): Don't set.
9361 (restart): New procedure.
9362 (test_dprintf): New procecure, use to continue over dprintfs.
9363 (test_call, test_agent): New procedures, tests moved here.
9364 Restart gdb and recreate dprintfs. Adjust expected output.
9365
2051d61f
PA
93662015-07-29 Pedro Alves <palves@redhat.com>
9367
9368 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
9369
452397af
PA
93702015-07-29 Pedro Alves <palves@redhat.com>
9371
9372 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
9373
8aed9555
PA
93742015-07-29 Pedro Alves <palves@redhat.com>
9375
9376 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
9377 gdb_test_stdio.
9378
188a61b4
PA
93792015-07-29 Pedro Alves <palves@redhat.com>
9380
9381 * lib/gdb.exp (gdb_test_stdio): New procedure.
9382
12264a45
PA
93832015-07-29 Pedro Alves <palves@redhat.com>
9384
9385 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
9386
23ffc893
PA
93872015-07-29 Pedro Alves <palves@redhat.com>
9388
9389 * gdb.base/call-signal-resume.exp: Remove check for
9390 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
9391 * gdb.base/unwindonsignal.exp: Likewise.
9392 * gdb.base/call-signals.c (gen_signal): Remove printf call.
9393 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
9394
65566918
PA
93952015-07-29 Pedro Alves <palves@redhat.com>
9396
9397 * gdb.base/siginfo-addr.c (pass): New function.
9398 (handler): Call it iff si_addr is correct.
9399 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
9400 Set a breakpoint at "pass" and continue to it.
9401
d60a9221
SDJ
94022015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
9403
9404 * gdb.python/py-objfile.exp: Make some tests have unique names.
9405 * gdb.python/py-pp-registration.exp: Likewise.
9406
bde40b8f
PA
94072015-07-28 Pedro Alves <palves@redhat.com>
9408
9409 * gdb.server/server-exec-info.exp: Issue a "disconnect".
9410
13e1dec8
SM
94112015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9412
9413 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
9414
da33c9a7
SM
94152015-07-27 Simon Marchi <simon.marchi@ericsson.com>
9416
9417 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
9418
077836f7
PP
94192015-07-27 Patrick Palka <patrick@parcs.ath.cx>
9420
9421 * gdb.base/gdb-sigterm-2.exp: New test.
9422
b8cc7b2e
DE
94232015-07-25 Doug Evans <xdje42@gmail.com>
9424
9425 Revert:
9426 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9427 (workers/%.worker, build-perf): New rule.
9428 (GDB_PERFTEST_MODE): New variable.
9429 (check-perf): Use it.
9430 (clean): Clean up gdb.perf parallel build subdirs.
9431 * lib/build-piece.exp: New file.
9432 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9433 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9434 name.
9435 (standard_temp_file): Ditto.
9436 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9437 of $GDB_PARALLEL.
9438
c8bd4544
DE
94392015-07-24 Doug Evans <dje@google.com>
9440
9441 * gdb.perf/lib/perftest/utils.py: New file.
9442 * gdb.perf/gm-hello.cc: New file.
9443 * gdb.perf/gm-pervasive-typedef.cc: New file.
9444 * gdb.perf/gm-pervasive-typedef.h: New file.
9445 * gdb.perf/gm-std.cc: New file.
9446 * gdb.perf/gm-std.h: New file.
9447 * gdb.perf/gm-use-cerr.cc: New file.
9448 * gdb.perf/gm-utils.h: New file.
9449 * gdb.perf/gmonster-null-lookup.py: New file.
9450 * gdb.perf/gmonster-pervasive-typedef.py: New file.
9451 * gdb.perf/gmonster-print-cerr.py: New file.
9452 * gdb.perf/gmonster-ptype-string.py: New file.
9453 * gdb.perf/gmonster-runto-main.py: New file.
9454 * gdb.perf/gmonster-select-file.py: New file.
9455 * gdb.perf/gmonster1-null-lookup.exp: New file.
9456 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
9457 * gdb.perf/gmonster1-print-cerr.exp: New file.
9458 * gdb.perf/gmonster1-ptype-string.exp: New file.
9459 * gdb.perf/gmonster1-runto-main.exp: New file.
9460 * gdb.perf/gmonster1-select-file.exp: New file.
9461 * gdb.perf/gmonster1.cc: New file.
9462 * gdb.perf/gmonster1.exp: New file.
9463 * gdb.perf/gmonster2-null-lookup.exp: New file.
9464 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
9465 * gdb.perf/gmonster2-print-cerr.exp: New file.
9466 * gdb.perf/gmonster2-ptype-string.exp: New file.
9467 * gdb.perf/gmonster2-runto-main.exp: New file.
9468 * gdb.perf/gmonster2-select-file.exp: New file.
9469 * gdb.perf/gmonster2.cc: New file.
9470 * gdb.perf/gmonster2.exp: New file.
9471
6eab34f3
DE
94722015-07-24 Doug Evans <dje@google.com>
9473
9474 * gdb.perf/README: New file.
9475 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
9476 * lib/gen-perf-test.exp: New file.
9477
63738bfd
DE
94782015-07-24 Doug Evans <dje@google.com>
9479
9480 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
9481 (PerfTest::startup): New function.
9482 (PerfTest::run): Return result of calling body.
9483 (PerfTest::assemble): Rewrite.
9484 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
9485 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
9486 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
9487 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
9488 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
9489
7b606f95
DE
94902015-07-24 Doug Evans <dje@google.com>
9491
9492 * lib/gdb.exp (clean_restart): Make executable optional.
9493
a97b16b8
DE
94942015-07-24 Doug Evans <dje@google.com>
9495
9496 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
9497 compiler_info references.
9498 * gdb.cp/temargs.exp: Ditto.
9499 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
9500 (get_compiler_info): Early exit if already computed. Set compiler_info
9501 to "unknown" if there was a problem.
9502 (test_compiler_info): Add function comment. Call get_compiler_info.
9503
35baa57f
DE
95042015-07-24 Doug Evans <dje@google.com>
9505
9506 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
9507 (workers/%.worker, build-perf): New rule.
9508 (GDB_PERFTEST_MODE): New variable.
9509 (check-perf): Use it.
9510 (clean): Clean up gdb.perf parallel build subdirs.
9511 * lib/build-piece.exp: New file.
9512 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
9513 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
9514 name.
9515 (standard_temp_file): Ditto.
9516 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
9517 of $GDB_PARALLEL.
9518
6ebea266
DE
95192015-07-24 Doug Evans <dje@google.com>
9520
9521 * lib/future.exp (gdb_default_target_compile): New option
9522 "early_flags".
9523 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
9524 --as-needed.
9525
1e76a7e9
SDJ
95262015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
9527
9528 * gdb.base/catch-syscall.exp: Call gdb_exit before
9529 gdb_skip_xml_test.
9530
5068630a
PA
95312015-07-24 Pedro Alves <palves@redhat.com>
9532
9533 * gdb.python/py-events.exp: Accept output between the stop event
9534 and the prompt.
9535 * gdb.python/py-evsignal.exp: Likewise.
9536 * gdb.python/py-evthreads.exp: Likewise.
9537
77598427
PA
95382015-07-24 Pedro Alves <palves@redhat.com>
9539
9540 PR gdb/18717
9541 * gdb.threads/non-ldr-exit.c: New file.
9542 * gdb.threads/non-ldr-exit.exp: New file.
9543
11e6c98f
YQ
95442015-07-24 Yao Qi <yao.qi@linaro.org>
9545
9546 * gdb.server/ext-wrapper.exp: Test --wrapper option when
9547 restarting process.
9548
51aee833
YQ
95492015-07-24 Yao Qi <yao.qi@linaro.org>
9550
9551 * gdb.server/ext-restart.exp: New file.
9552
8cfe207c
YQ
95532015-07-24 Yao Qi <yao.qi@linaro.org>
9554
9555 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
9556 argument options.
9557 * gdb.server/ext-wrapper.exp: New file.
9558
cc12ce38
DE
95592015-07-23 Doug Evans <dje@google.com>
9560
9561 * gdb.dwarf2/dw2-dummy-cu.S: New file.
9562 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
9563
d0d84780
PMR
95642015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
9565
9566 * gdb.ada/var_arr_typedef.exp: New testcase.
9567 * gdb.ada/var_arr_typedef/pack.adb: New file.
9568 * gdb.ada/var_arr_typedef/pack.ads: New file.
9569 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
9570
8b558f79
JB
95712015-07-20 Joel Brobecker <brobecker@adacore.com>
9572
9573 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
9574
775a3298
JK
95752015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9576
9577 * gdb.arch/i386-biarch-core.exp: Replace istarget
9578 by "complete set gnutarget". Remove expectation for the "core-file"
9579 command.
9580
db1ff28b
JK
95812015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
9582
9583 Revert the previous commit:
9584 Tests for validate symbol file using build-id.
9585
0a94970d
JK
95862015-07-15 Aleksandar Ristovski <aristovski@qnx.com
9587
9588 Tests for validate symbol file using build-id.
9589 * gdb.base/solib-mismatch-lib.c: New file.
9590 * gdb.base/solib-mismatch-libmod.c: New file.
9591 * gdb.base/solib-mismatch.c: New file.
9592 * gdb.base/solib-mismatch.exp: New file.
9593
03346981
SL
95942015-07-15 Sandra Loosemore <sandra@codesourcery.com>
9595
9596 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
9597 nios2-*-linux*.
9598 * gdb.base/sigbpt.exp (stepi_out): Likewise.
9599 * gdb.base/siginfo.exp: Likewise.
9600 * gdb.base/sigstep.exp (advance, advancei): Likewise.
9601
42422cc7
PL
96022015-07-15 Pierre Langlois <pierre.langlois@arm.com>
9603
9604 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
9605 Move it to ...
9606 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
9607 ... here.
9608 * gdb.trace/range-stepping.exp: Check that the target supports
9609 range stepping.
9610
cfa68bae
JK
96112015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
9612
9613 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
9614
8ffdba26
PA
96152015-07-14 Pedro Alves <palves@redhat.com>
9616
9617 * gdb.base/killed-outside.exp: New file.
9618 * gdb.base/killed-outside.c: New file.
9619
218a5a11
JK
96202015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
9621
9622 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
9623 (n at main): New.
9624 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
9625
e03ed3c6
AA
96262015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
9627
9628 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
9629 infcall tests instead of setting up for KFAIL.
9630
485668e5
MM
96312015-07-10 Markus Metzger <markus.t.metzger@intel.com>
9632
9633 * gdb.btrace/record_goto-step.exp: New.
9634
08464196
JK
96352015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9636
9637 PR compile/18484
9638 * gdb.compile/compile.c (struct struct_type): Add volatile to
9639 selffield's type.
9640 * gdb.compile/compile.exp
9641 (compile code struct_object.selffield = &struct_object): Skip further
9642 struct_object tests if this one xfails.
9643
bcf5c1d9
RC
96442015-07-08 Robert O'Callahan <robert@ocallahan.org>
9645
9646 PR exp/18617
9647 * gdb.trace/ax.exp: Add test.
9648
4931af25
YQ
96492015-07-07 Yao Qi <yao.qi@linaro.org>
9650
9651 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
9652 instead of istarget "aarch64*-*-*".
9653 * gdb.arch/aarch64-fp.exp: Likewise.
9654 * gdb.base/float.exp: Likewise.
9655 * gdb.reverse/aarch64.exp: Likewise.
9656 * lib/gdb.exp (is_aarch64_target): New proc.
9657
9fcf688e
YQ
96582015-07-07 Yao Qi <yao.qi@linaro.org>
9659
9660 * lib/gdb.exp (is_aarch32_target): New proc.
9661 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
9662 instead of "istarget "arm*-*-*"".
9663 * gdb.arch/arm-disp-step.exp: Likewise.
9664 * gdb.arch/thumb-bx-pc.exp: Likewise.
9665 * gdb.arch/thumb-prologue.exp: Likewise.
9666 * gdb.arch/thumb-singlestep.exp: Likewise.
9667 * gdb.base/disp-step-syscall.exp: Likewise.
9668 * gdb.base/float.exp: Likewise.
9669
fbd8d50d
YQ
96702015-07-07 Yao Qi <yao.qi@linaro.org>
9671
9672 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
9673 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
9674
71be1fdc
YQ
96752015-07-07 Yao Qi <yao.qi@linaro.org>
9676
9677 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
9678 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
9679 if it exists.
9680 * gdb.multi/multi-arch.exp: Likewise.
9681
3e221d36
SM
96822015-07-07 Simon Marchi <simon.marchi@ericsson.com>
9683
9684 * gdb.python/py-lazy-string.exp: Add missing parentheses to
9685 print.
9686
d441430b
YQ
96872015-07-07 Yao Qi <yao.qi@linaro.org>
9688
9689 * gdb.arch/thumb-singlestep.exp: Do one more single step.
9690
06f810bd
MG
96912015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
9692
9693 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
9694 '[' and ']' characters.
9695
5e61e7c0
IB
96962015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
9697
9698 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
9699
28bf096c
PA
97002015-06-29 Pedro Alves <palves@redhat.com>
9701
9702 PR threads/18127
9703 * gdb.threads/hand-call-new-thread.c: New file.
9704 * gdb.threads/hand-call-new-thread.c: New file.
9705
ee93cd5e
KS
97062015-06-26 Keith Seitz <keiths@redhat.com>
9707 Doug Evans <dje@google.com>
9708
9709 PR 16253
9710 * gdb.cp/var-tag-2.cc: New file.
9711 * gdb.cp/var-tag-3.cc: New file.
9712 * gdb.cp/var-tag-4.cc: New file.
9713 * gdb.cp/var-tag.cc: New file.
9714 * gdb.cp/var-tag.exp: New file.
9715
fc637f04
PP
97162015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9717
9718 * gdb.base/history-duplicates.exp: New test.
9719
2e52ae68
PP
97202015-06-26 Patrick Palka <patrick@parcs.ath.cx>
9721
9722 * gdb.base/completion.exp: Test the completion of the "focus"
9723 command.
9724
6e22494e
JK
97252015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
9726
9727 * gdb.arch/amd64-prologue-skip.S: New file.
9728 * gdb.arch/amd64-prologue-skip.exp: New file.
9729
bf7b9cd9
SM
97302015-06-25 Simon Marchi <simon.marchi@ericsson.com>
9731
9732 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
9733 is_address_zero_readable check.
9734
201e8dfd
PB
97352015-06-24 Peter Bergner <bergner@vnet.ibm.com>
9736
9737 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
9738 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
9739
5cd867b4
YQ
97402015-06-24 Yao Qi <yao.qi@linaro.org>
9741
9742 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
9743 linux targets.
9744
4d7be007
YQ
97452015-06-24 Yao Qi <yao.qi@linaro.org>
9746
9747 * lib/gdb.exp (supports_get_siginfo_type): New proc.
9748 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
9749 * gdb.base/siginfo-thread.exp: Likewise.
9750
07fcd301
YQ
97512015-06-22 Yao Qi <yao.qi@linaro.org>
9752
9753 * boards/remote-gdbserver-on-localhost.exp: Add comments.
9754
52042a00
YQ
97552015-06-22 Yao Qi <yao.qi@linaro.org>
9756
9757 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
9758 aarch64*-*-*.
9759 (skip_hw_watchpoint_tests): Likewise.
9760
74bd41ce
PP
97612015-06-18 Patrick Palka <patrick@parcs.ath.cx>
9762
9763 * gdb.base/gdbinit-history.exp: Test the interaction between
9764 setting GDBHISTSIZE and setting the history size via .gdbinit.
9765
bc460514
PP
97662015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9767
9768 PR gdb/16999
9769 * gdb.base/gdbhistsize-history.exp: New test.
9770
b58c513b
PP
97712015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9772
9773 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
9774 with GDBHISTSIZE.
9775 * gdb.base/readline.exp: Likewise.
9776
92046791
YQ
97772015-06-17 Yao Qi <yao.qi@linaro.org>
9778
9779 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
9780 line.
9781
2093d2d3
PP
97822015-06-17 Patrick Palka <patrick@parcs.ath.cx>
9783
9784 * gdb.base/gdbinit-history.exp: Add test case to check that
9785 an unlimited history file does not get truncated on exit.
9786
e6c693af
AA
97872015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
9788
9789 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
9790 (VECTOR): New macro. Use it...
9791 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
9792 ...for these typedefs.
9793 (int8, char1, int1, double1): New typedefs.
9794 (struct just_int2, struct two_int2): New structures.
9795 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
9796 (add_structvecs, add_singlevecs): New functions.
9797 (main): Call add_some_intvecs twice.
9798 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
9799 the compile and exit upon failure. Try compiling for the "native"
9800 architecture. Test inferior function calls with vector arguments
9801 and vector return value handling with "finish" and "return".
9802
c74f7d1c
JT
98032015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
9804
9805 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
9806 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
9807 PE file.
9808 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
9809
98aa42ee
AT
98102015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
9811
9812 PR breakpoints/16465
9813 * gdb.mi/mi-dprintf-pending.c: New file.
9814 * gdb.mi/mi-dprintf-pending.exp: New test.
9815 * gdb.mi/mi-dprintf-pendshr.c: New file.
9816
7d73c23c 98172015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 9818 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
9819
9820 * gdb.arch/i386-mpx-map.c: New file.
9821 * gdb.arch/i386-mpx-map.exp: New File.
9822
98232015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9824
9825 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
9826 * gdb.arch/i386-mpx.exp: Indentation fixed.
9827
98282015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9829
9830 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
9831 function and improved indentation.
9832 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
9833 gdb_test_multiple. Added additional tests to skip the test.
9834
98352015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
9836
9837 * gdb.arch/i386-avx512.c: Change path in include file.
9838 * gdb.arch/i386-avx512.exp: Change include dir path
9839 compilation flag.
9840 * gdb.arch/i386-mpx.c: Change path in include file.
9841 * gdb.arch/i386-mpx.exp: Change include dir path compilation
9842 flag.
9843
d5eba19a
JK
98442015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
9845
9846 * gdb.compile/compile-print.exp (compile print *vararray@3)
9847 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
9848
7f361056
JK
98492015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
9850
9851 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
9852 (do not keep jit in memory): ... this.
9853 (expect 5): Change it to ...
9854 (expect no 5): ... this.
9855
3b462ec2
SM
98562015-06-02 Simon Marchi <simon.marchi@ericsson.com>
9857
9858 PR gdb/15564
9859 * gdb.mi/mi-detach.exp: New file.
9860
e0619de6
JK
98612015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
9862
9863 PR symtab/18392
9864 * gdb.arch/amd64-tailcall-self.S: New file.
9865 * gdb.arch/amd64-tailcall-self.c: New file.
9866 * gdb.arch/amd64-tailcall-self.exp: New file.
9867
e970cb34
DB
98682015-05-28 Don Breazeal <donb@codesourcery.com>
9869
9870 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
9871 tests for remote targets by checking is_target_gdbserver.
9872
b2e2f908
DE
98732015-05-27 Doug Evans <dje@google.com>
9874
9875 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
9876 * gdb.dwarf2/opaque-type-lookup.c: New file.
9877 * gdb.dwarf2/opaque-type-lookup.exp: New file.
9878
82c7be31
DE
98792015-05-26 Doug Evans <dje@google.com>
9880
9881 * gdb.cp/iostream.cc: New file.
9882 * gdb.cp/iostream.exp: New file.
9883
b4f54984
DE
98842015-05-26 Doug Evans <dje@google.com>
9885
9886 * gdb.dwarf2/dw2-op-call.exp: Update.
9887 * gdb.dwarf2/dw4-sig-types.exp: Update.
9888 * gdb.dwarf2/implptr.exp: Update.
9889 * gdb.mi/mi-cmd-param-changed.exp: Update.
9890
4ea6efe9
DE
98912015-05-26 Doug Evans <dje@google.com>
9892
9893 * gdb.python/py-lazy-string.c: New file.
9894 * gdb.python/py-lazy-string.exp: New file.
9895 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
9896 (main): Update. Add estring3.
9897 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
9898 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
9899
f6bb7db3
YQ
99002015-05-26 Omair Javaid <omair.javaid@linaro.org>
9901 Yao Qi <yao.qi@linaro.org>
9902
9903 * gdb.reverse/aarch64.c: New.
9904 * gdb.reverse/aarch64.exp: New.
9905
a81bfbd0
OJ
99062015-05-26 Omair Javaid <omair.javaid@linaro.org>
9907
25d49b86
PA
9908 * lib/gdb.exp (supports_process_record): Return true for
9909 aarch64*-linux*.
a81bfbd0
OJ
9910 (supports_reverse): Likewise.
9911
158bf1b4
PP
99122015-05-22 Patrick Palka <patrick@parcs.ath.cx>
9913
9914 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9915 Use with_test_prefix.
9916
a0145030
AB
99172015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
9918
9919 * gdb.base/completion.exp: Add test for completion of layout
9920 names.
9921
ebe3b578
AB
99222015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
9923
9924 * lib/gdb.exp (skip_tui_tests): New proc.
9925 * gdb.base/tui-layout.exp: Check skip_tui_tests.
9926
84204ed7
PA
99272015-05-19 Pedro Alves <palves@redhat.com>
9928
9929 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
9930 Save the whole env array instead of just HOME. Unset HISTSIZE in
9931 the environment while testing. Restore whole environment
9932 afterwards.
9933
37442ce1
DE
99342015-05-16 Doug Evans <xdje42@gmail.com>
9935
9936 * gdb.guile/scm-ports.c: New file.
9937 * gdb.guile/scm-ports.exp: Add memory port tests.
9938
36de76f9
JK
99392015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9940
9941 * gdb.compile/compile-print.c: New file.
9942 * gdb.compile/compile-print.exp: New file.
9943
3a9558c4
JK
99442015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
9945
9946 * gdb.compile/compile-ops.exp: Cast param to void.
9947 * gdb.compile/compile.exp: Complete type for _gdb_expr.
9948 (compile code struct_object.selffield = &struct_object): Add xfail.
9949
aa715135
JG
99502015-05-15 Joel Brobecker <brobecker@adacore.com>
9951
9952 * gdb.ada/arr_enum_with_gap: New testcase.
9953
931e5bc3
JG
99542015-05-15 Joel Brobecker <brobecker@adacore.com>
9955
9956 * gdb.ada/byte_packed_arr: New testcase.
9957
9cd4d857
JB
99582015-05-15 Joel Brobecker <brobecker@adacore.com>
9959
9960 * gdb.ada/pckd_neg: New testcase.
9961
ebfd00d2
PP
99622015-05-13 Patrick Palka <patrick@parcs.ath.cx>
9963
9964 PR gdb/17820
9965 * gdb.base/gdbinit-history.exp: New test.
9966 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
9967 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
9968
4c082a81
SC
99692015-05-09 Siva Chandra Reddy <sivachandra@google.com>
9970
9971 * gdb.python/py-xmethods.cc: Enhance test case.
9972 * gdb.python/py-xmethods.exp: New tests.
9973 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
9974 function.
9975 (B_indexoper): Likewise.
9976 (global_dm_list) : Add new xmethod worker functions.
9977
f7797074
SDJ
99782015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
9979
9980 * gdb.base/coredump-filter.exp: Correctly unset
9981 "coredump_var_addr" array.
9982
a4674e4e
PA
99832015-05-08 Pedro Alves <palves@redhat.com>
9984
9985 * gdb.server/non-existing-program.exp: Unset spawn_id.
9986
df2eb078
SC
99872015-05-08 Siva Chandra Reddy <sivachandra@google.com>
9988
9989 PR python/18291
9990 * gdb.python/py-xmethods.exp: Add tests.
9991
422349a3
YQ
99922015-05-08 Yao Qi <yao.qi@linaro.org>
9993
9994 PR gdb/18208
9995 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
9996 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
9997 function set_coredump_filter, and remove remote_exec call.
9998 Remove argument ipid. Callers update.
9999 (top level): Don't get inferior's PID.
10000
63fc80ce
AA
100012015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
10002
10003 * gdb.base/watch_thread_num.exp: Skip test on targets without
10004 access watchpoints.
10005
80ad801e
PA
100062015-05-06 Pedro Alves <palves@redhat.com>
10007
10008 PR server/18081
10009 * gdb.server/non-existing-program.exp: New file.
10010
0fa7fe50
JB
100112015-05-05 Joel Brobecker <brobecker@adacore.com>
10012
10013 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
10014
3ea89b92
PMR
100152015-05-05 Joel Brobecker <brobecker@adacore.com>
10016
10017 * gdb.ada/out_of_line_in_inlined: New testcase.
10018
87b8eff0
JB
100192015-05-05 Joel Brobecker <brobecker@adacore.com>
10020
10021 * gdb.ada/var_rec_arr: New testcase.
10022
5fccc635
YQ
100232015-04-30 Yao Qi <yao.qi@linaro.org>
10024
10025 * gdb.base/break-idempotent.exp: If
10026 skip_hw_watchpoint_multi_tests returns true, skip the tests
10027 on "rwatch" and "awatch".
10028
42d38f42
YQ
100292015-04-30 Yao Qi <yao.qi@linaro.org>
10030
10031 * gdb.base/relativedebug.exp: Invoke gdb command
10032 "info sharedlibrary", and if libc.so doesn't have debug info,
10033 skip the test.
10034
2ce1cdbf
DE
100352015-04-29 Doug Evans <dje@google.com>
10036
10037 * gdb.python/py-xmethods.exp: Add ptype tests.
10038 * gdb.python/py-xmethods.py (E_method_char_worker): Add
10039 get_result_type method.
10040
f24a38c5
LM
100412015-04-29 Luis Machado <lgustavo@codesourcery.com>
10042
10043 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
10044 the target does not support hardware watchpoints.
10045
ecbf2b3c
LM
100462015-04-29 Luis Machado <lgustavo@codesourcery.com>
10047
10048 * gdb.base/break-always.exp: Abort testing if writing to memory
10049 causes an error.
10050
34f5f757
DE
100512015-04-28 Doug Evans <dje@google.com>
10052
10053 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
10054 * gdb.python/py-pp-registration.exp: ... here. New file.
10055 * gdb.python/py-pp-registration.c: New file.
10056 * gdb.python/py-pp-registration.py: New file.
10057
69b4374a
DE
100582015-04-28 Doug Evans <dje@google.com>
10059
10060 * gdb.python/py-bad-printers.c: New file.
10061 * gdb.python/py-bad-printers.py: New file.
10062 * gdb.python/py-bad-printers.exp: New file.
10063
59fb7612
SS
100642015-04-28 Sasha Smundak <asmundak@google.com>
10065
10066 * gdb.python/py-type.exp: New test.
10067
2631b16a
AW
100682015-04-28 Andy Wingo <wingo@igalia.com>
10069
10070 * gdb.python/py-parameter.exp:
10071 * gdb.guile/scm-parameter.exp: Escape the path that we are
10072 matching against, as it might contain characters that are special
10073 to regular expressions.
10074
460efde1
JB
100752015-04-27 Joel Brobecker <brobecker@adacore.com>
10076
10077 * gdb.ada/rec_comp: New testcase.
10078
2d369d8e
SDJ
100792015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
10080
10081 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
10082 before using it.
10083
cf75d6c3
AB
100842015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
10085
10086 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
10087 new tests for verilog output.
10088
8dbe7ca5
YQ
100892015-04-24 Yao Qi <yao.qi@linaro.org>
10090
10091 * boards/remote-gdbserver-on-localhost.exp: New file.
10092
4ef9fb2f
PA
100932015-04-23 Pedro Alves <palves@redhat.com>
10094
10095 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
10096 $inferior_spawn_id instead of $inferior_spawn_id directly. On
10097 "end of file", remove $inferior_spawn_id from the indirect list.
10098
0a803169
PA
100992015-04-23 Pedro Alves <palves@redhat.com>
10100
10101 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
10102
749ef8f8
PA
101032015-04-23 Pedro Alves <palves@redhat.com>
10104
10105 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
10106 on $any_spawn_id instead of only on $gdb_spawn_id.
10107
8aae4344
PM
101082015-04-21 Pierre Muller <muller@sourceware.org>
10109
10110 PR pascal/17815
10111 * lib/pascal.exp (gpc_compile): Add new option "class".
10112 (fpc_compile): Likewise.
10113 * gdb.pascal/case-insensitive-symbols.pas: New file.
10114 * gdb.pascal/case-insensitive-symbols.exp: New file.
10115
1586c8fb
GB
101162015-04-20 Gary Benson <gbenson@redhat.com>
10117
10118 * gdb.base/attach.exp: Fix three extended remote failures.
10119
1b6e6f5c
GB
101202015-04-17 Gary Benson <gbenson@redhat.com>
10121
10122 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
10123 the main executable over the remote protocol.
10124
e797481d
PA
101252015-04-16 Pedro Alves <palves@redhat.com>
10126
10127 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
10128 a new gdbserver if gdbserver_reconnect_p is set.
10129
1ca99c42
PA
101302015-04-16 Pedro Alves <palves@redhat.com>
10131
10132 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
10133 is set, don't exit gdbserver.
10134
af9fd6f8
AA
101352015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10136
10137 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
10138 appropriate .insn, such that an older assembler can be used.
10139 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
10140 the z/Architecture instruction set on 31-bit targets as well.
10141
04ff1e61
AA
101422015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10143
10144 * gdb.go/handcall.exp: Remove all logic related to the first
10145 breakpoint and rely on go_runto_main instead.
10146 * gdb.go/strings.exp: Likewise.
10147 * gdb.go/unsafe.exp: Likewise.
10148 * gdb.go/hello.exp: Likewise. Also rename the remaining
10149 breakpoint marker to "breakpoint 1".
10150 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
10151 * gdb.go/strings.go: Likewise.
10152 * gdb.go/unsafe.go: Likewise.
10153 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
10154 "set breakpoint 2 here" and rename the remaining breakpoint marker
10155 to "breakpoint 1".
10156
40d2f8d6
SM
101572015-04-15 Simon Marchi <simon.marchi@ericsson.com>
10158
10159 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
10160 if itertools.imap is not present.
10161 * gdb.python/py-objfile.exp: Add parentheses.
10162 * gdb.python/py-type.exp: Same.
10163 * gdb.python/py-unwind-maint.py: Same.
10164
8cbc97c6
YQ
101652015-04-15 Yao Qi <yao.qi@linaro.org>
10166
10167 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
10168 of ":$ptr_size" and set its form explicitly.
10169
45fd756c
YQ
101702015-04-15 Pedro Alves <palves@redhat.com>
10171 Yao Qi <yao.qi@linaro.org>
10172
10173 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
10174 timeout by factor of 4.
10175 (test_regular_watch): Likewise.
10176 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
10177 * gdb.reverse/sigall-reverse.exp: Likewise.
10178 * gdb.reverse/until-precsave.exp: Likewise.
10179 * lib/gdb.exp (with_timeout_factor): New proc.
10180 (gdb_expect): Move some code to ...
10181 (get_largest_timeout): ... here. New procedure.
10182
9e811bc3
LM
101832015-04-14 Luis Machado <lgustavo@codesourcery.com>
10184
10185 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
10186
0ff6fcb2
LM
101872015-04-13 Luis Machado <lgustavo@codesourcery.com>
10188
10189 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
10190 to write to the .text section.
10191
7578d5f7
LM
101922015-04-13 Luis Machado <lgustavo@codesourcery.com>
10193
10194 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
10195 Handle the case of targets that do not provide PID information.
10196
2efe15c4
YQ
101972015-04-13 Yao Qi <yao.qi@linaro.org>
10198
10199 * lib/gdbserver-support.exp (gdb_exit): Catch exception
10200 and use expect instead of gdb_expect.
10201
8cd8f2f8
SDJ
102022015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
10203
10204 * gdb.base/coredump-filter.exp: Rename variable "addr" to
10205 "coredump_var_addr" to avoid naming conflict with other testcases.
10206
9ee41772
PA
102072015-04-10 Pedro Alves <palves@redhat.com>
10208
10209 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
10210 gdb_test_sequence and gdb_assert.
10211
07473109
PA
102122015-04-10 Pedro Alves <palves@redhat.com>
10213
10214 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
10215 test messages that don't include the breakpoint address.
10216
de3db44c
YQ
102172015-04-10 Yao Qi <yao.qi@linaro.org>
10218
10219 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
10220 false for some offset and width combinations which aren't
10221 supported by linux kernel.
10222
c79d856c
PA
102232015-04-10 Pedro Alves <palves@redhat.com>
10224
10225 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
10226 procedure, factored out from ...
10227 (top level): ... here. Add "set displaced-stepping" testing axis.
10228 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
10229 parameter "displaced". Use it.
10230 (top level): Use foreach and add "set displaced-stepping" testing
10231 axis.
10232
ebc90b50
PA
102332015-04-10 Pedro Alves <palves@redhat.com>
10234
10235 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
10236 Remove comment.
10237 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
10238 both the address of the instruction that triggers the watchpoint
10239 and the address of the instruction immediately after, and use
10240 those addresses for the test. Fix comment.
10241
8f572e5c
PA
102422015-04-10 Pedro Alves <palves@redhat.com>
10243
10244 * gdb.base/sigstep.exp (breakpoint_to_handler)
10245 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
10246 Test "backtrace" in handler.
10247 (breakpoint_over_handler): New parameter 'displaced'. Use it.
10248 (top level): Add new "displaced" test axis to
10249 breakpoint_to_handler, breakpoint_to_handler_entry and
10250 breakpoint_over_handler.
10251
8d707a12
PA
102522015-04-10 Pedro Alves <palves@redhat.com>
10253
10254 PR gdb/18216
10255 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
10256
ef713951
YQ
102572015-04-10 Yao Qi <yao.qi@linaro.org>
10258
10259 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
10260 (test_add_rn_pc): New function.
10261 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
10262 (top level): Invoke test_add_rn_pc.
10263
906d60cf
PA
102642015-04-10 Pedro Alves <palves@redhat.com>
10265
10266 PR gdb/13858
10267 * gdb.base/step-over-no-symbols.exp: New file.
10268
f2983cc3
AW
102692015-04-09 Andy Wingo <wingo@igalia.com>
10270
10271 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
10272 after the Python tests.
10273
6d62641c
SDJ
102742015-04-08 Keith Seitz <keiths@redhat.com>
10275
10276 PR python/16699
10277 * gdb.python/py-completion.exp: New tests for completion.
10278 * gdb.python/py-completion.py (CompleteLimit1): New class.
10279 (CompleteLimit2): Likewise.
10280 (CompleteLimit3): Likewise.
10281 (CompleteLimit4): Likewise.
10282 (CompleteLimit5): Likewise.
10283 (CompleteLimit6): Likewise.
10284 (CompleteLimit7): Likewise.
10285
f3770638
PA
102862015-04-08 Pedro Alves <palves@redhat.com>
10287
10288 PR gdb/18214
10289 PR gdb/18216
10290 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
10291 function.
10292 (main): Install it as SIGUSR1 handler.
10293 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
10294 parameter. Always use "setup" as prefix. Toggle "set
10295 displaced-stepping" off/on depending on global. Don't switch to
10296 thread 1 here.
10297 (top level): Add displaced stepping "off/on" test axis. Update
10298 "setup" calls. Wrap each subtest with with_test_prefix. Test
10299 continuing with a queued signal in each thread.
10300
4496bed7
PA
103012015-04-08 Pedro Alves <palves@redhat.com>
10302
10303 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
10304 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
10305 gdb_breakpoint instead of gdb_test that doesn't expect anything.
10306 Return early if running to main fails.
10307 * gdb.trace/while-stepping.exp: Likewise.
10308
b97fde92
PA
103092015-04-07 Pedro Alves <palves@redhat.com>
10310
10311 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
10312 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
10313 interact with inferior program.
10314
f71c18e7
PA
103152015-04-07 Pedro Alves <palves@redhat.com>
10316
10317 * lib/gdb.exp (inferior_spawn_id): New global.
10318 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
10319 spawn id after processing the user code.
10320 (default_gdb_start): Set inferior_spawn_id.
10321 (send_inferior): New procedure.
10322 * lib/gdbserver-support.exp (gdbserver_start): Set
10323 inferior_spawn_id.
10324 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
10325
6423214f
PA
103262015-04-07 Pedro Alves <palves@redhat.com>
10327
10328 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
10329 * lib/gdbserver-support.exp (gdbserver_start): Make
10330 $server_spawn_id global.
10331 (gdbserver_start): Don't wait for gdbserver's spawn id with
10332 expect_background.
10333 (close_gdbserver): New procedure.
10334 (gdb_exit): Rename the default version and reimplement.
10335
71c0ee8c
PA
103362015-04-07 Pedro Alves <palves@redhat.com>
10337
72f4393d 10338 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
10339 append the substituted item, not the original item.
10340
203bc29b
PA
103412015-04-07 Pedro Alves <palves@redhat.com>
10342
10343 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
10344 gdb_expect.
10345
508a3ddf
PA
103462015-04-07 Pedro Alves <palves@redhat.com>
10347
10348 * gdb.base/interrupt.exp: Don't handle the case of the inferior
10349 output appearing once only.
10350
9f6dbe2b
PA
103512015-04-07 Pedro Alves <palves@redhat.com>
10352
10353 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
10354 that doesn't expect anything. Return early if running to main
10355 fails.
10356
337532fa
YQ
103572015-04-07 Yao Qi <yao.qi@linaro.org>
10358
10359 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
10360 (child_function): Call alarm.
10361 (main): Move call to alarm into the loop.
10362 * gdb.threads/non-stop-fair-events.exp: Build program with
10363 -DTIMEOUT=$timeout.
10364
01b622d4
DE
103652015-04-06 Doug Evans <xdje42@gmail.com>
10366
10367 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
10368 Fix dest parameter to board_info.
10369 (fpc_compile): Ditto.
10370 (gdb_compile_pascal): Rename dest arg to destfile.
10371
961f4160
PMR
103722015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
10373
10374 * gdb.ada/funcall_ref.exp: New file.
10375 * gdb.ada/funcall_ref/foo.adb: New file.
10376
cafda597
YQ
103772015-04-02 Yao Qi <yao.qi@linaro.org>
10378
10379 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
10380 is remote.
10381
fed040c6
GB
103822015-04-02 Gary Benson <gbenson@redhat.com>
10383
10384 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
10385
d11916aa
SS
103862015-04-01 Sasha Smundak <asmundak@google.com>
10387
10388 * gdb.python/py-unwind-maint.c: New file.
10389 * gdb.python/py-unwind-maint.exp: New test.
10390 * gdb.python/py-unwind-maint.py: New file.
10391 * gdb.python/py-unwind.c: New file.
10392 * gdb.python/py-unwind.exp: New test.
10393 * gdb.python/py-unwind.py: New test.
10394
a1471180
PA
103952015-04-01 Pedro Alves <palves@redhat.com>
10396
10397 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
10398 to fail instead of non-existent $test.
10399
0bbeccb1
PA
104002015-04-01 Pedro Alves <palves@redhat.com>
10401
10402 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
10403 GDBFLAGS if not empty.
10404
3c724c8c
PMR
104052015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
10406
10407 * gdb.ada/complete.exp: Remove "multi_line".
10408 * gdb.ada/info_exc.exp: Remove "multi_line".
10409 * gdb.ada/packed_tagged.exp: Remove "multi_line".
10410 * gdb.ada/ptype_field.exp: Remove "multi_line".
10411 * gdb.ada/sym_print_name.exp: Remove "multi_line".
10412 * gdb.ada/tagged.exp: Remove "multi_line".
10413 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
10414 [multi_line ...]
10415 * gdb.btrace/delta.exp: Likewise.
10416 * gdb.btrace/exception.exp: Likewise.
10417 * gdb.btrace/function_call_history.exp: Likewise.
10418 * gdb.btrace/instruction_history.exp: Likewise.
10419 * gdb.btrace/nohist.exp: Likewise.
10420 * gdb.btrace/record_goto.exp: Likewise.
10421 * gdb.btrace/segv.exp: Likewise.
10422 * gdb.btrace/stepi.exp: Likewise.
10423 * gdb.btrace/tailcall.exp: Likewise.
10424 * gdb.btrace/unknown_functions.exp: Likewise.
10425 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
10426 * lib/gdb.exp: Add the "multi_line" helper.
10427
4eec2deb
PA
104282015-04-01 Pedro Alves <palves@redhat.com>
10429
10430 * gdb.threads/tid-reuse.c: New file.
10431 * gdb.threads/tid-reuse.exp: New file.
10432
df8411da
SDJ
104332015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
10434
10435 PR corefiles/16092
10436 * gdb.base/coredump-filter.c: New file.
10437 * gdb.base/coredump-filter.exp: Likewise.
10438
6ef37366
PM
104392015-03-27 Petr Machata <pmachata@redhat.com>
10440
10441 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
10442 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
10443 (Dwarf::assemble): Initialize them.
10444 (Dwarf::lines): New function.
10445
7ec911b0
JT
104462015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
10447
10448 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
10449 SYMBOL_PREFIX for x86_64-*-cygwin.
10450
ff908ebf
AW
104512015-03-26 Andy Wingo <wingo@igalia.com>
10452
10453 PR symtab/18148
10454 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
10455 const_value but not a location.
10456 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
10457 location defined in non-main CUs are visible.
10458
6d5f0679
YQ
104592015-03-26 Yao Qi <yao.qi@linaro.org>
10460
10461 PR testsuite/18139
10462 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
10463 Add a line number entry for the same line.
10464 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
10465 Add a line number entry for the same line.
10466
2898689b
YQ
104672015-03-26 Yao Qi <yao.qi@linaro.org>
10468
10469 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
10470 .int 0.
10471 (func): Likewise. Add .Lfunc_1 label.
10472 Use .Lfunc_1 label.
10473 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
10474 .int 0.
10475 (func): Likewise.
10476 Use .Lfunc_1 label.
10477
85180498
YQ
104782015-03-26 Yao Qi <yao.qi@linaro.org>
10479
10480 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
10481 Call gdb_compile instead to compile each .s files without debug
10482 information.
10483
8aa08a8d
YQ
104842015-03-26 Yao Qi <yao.qi@linaro.org>
10485
10486 * gdb.base/savedregs.exp (process_saved_regs): Make
10487 "Saved registers:" optional in the pattern.
10488
66849923
MM
104892015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10490
10491 * gdb.btrace/next.exp: Merged into step.exp.
10492 * gdb.btrace/finish.exp: Merged into step.exp.
10493 * gdb.btrace/nexti.exp: Merged into stepi.exp.
10494 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
10495 "record goto" and checking the exact replay position.
10496 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
10497 check for "Recording format" in "info record" output.
10498 * gdb.btrace/record_goto.exp: Choose test file based on target.
10499 * gdb.btrace/x86-record_goto.S: Renamed into ...
10500 * gdb.btrace/x86_64-record_goto.S: ... this.
10501 * gdb.btrace/i686-record_goto.S: New.
10502 * gdb.btrace/x86-tailcall.S: Renamed into ...
10503 * gdb.btrace/x86_64-tailcall.S: ... this.
10504 * gdb.btrace/i686-tailcall.S: New.
10505 * gdb.btrace/x86-tailcall.c: Renamed into ...
10506 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
10507 separate statements. Update test.
10508 * gdb.btrace/delta.exp: Use record_goto.c as test file.
10509 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
10510 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
10511 * gdb.btrace/tailcall.exp: Choose test file based on target.
10512 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
10513
11cc1b74
MM
105142015-03-25 Markus Metzger <markus.t.metzger@intel.com>
10515
10516 * gdb.btrace/exception.exp: Increase BTS buffer size.
10517
a25d8bf9
PA
105182015-03-24 Pedro Alves <palves@redhat.com>
10519
10520 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
10521
856e7dd6
PA
105222015-03-24 Pedro Alves <palves@redhat.com>
10523
10524 * gdb.threads/schedlock.exp (test_step): No longer expect that
10525 "set scheduler-locking step" with "next" over a function call runs
10526 threads unlocked.
10527
ad235a41
AT
105282015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10529
10530 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
10531
15630549
AT
105322015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
10533
10534 PR breakpoints/16466
10535 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
10536 * gdb.mi/mi-pending.c (thread_func): New function.
10537 (int main): Add threading support required.
10538 * gdb.mi/mi-pending.exp: Add tests for this issue.
10539 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
10540 (pendfunc2): Remove stdio dependency.
10541 * gdb.mi/mi-pendshr2.c: New file.
10542
693dca06
KS
105432015-03-23 Keith Seitz <keiths@redhat.com>
10544
10545 * gdb.linespec/keywords.c: New file.
10546 * gdb.linespec/keywords.exp: New file.
10547
7e993ebf
KS
105482015-03-23 Keith Seitz <keiths@redhat.com>
10549
10550 PR gdb/18021
10551 * gdb.dwarf2/staticvirtual.exp: New test.
10552
bc23328c
JK
105532015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10554
10555 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
10556 * README: Remove HP-UX and gdb.hp.
10557 (configuration):
10558 * configure: Regenerate.
10559 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
10560 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
10561 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
10562 gdb.hp/gdb.defects/Makefile.
10563 * gdb.hp/Makefile.in: File deleted.
10564 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
10565 * gdb.hp/gdb.aCC/optimize.c: File deleted.
10566 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
10567 * gdb.hp/gdb.aCC/run.c: File deleted.
10568 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
10569 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
10570 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
10571 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
10572 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
10573 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
10574 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
10575 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
10576 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
10577 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
10578 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
10579 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
10580 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
10581 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
10582 * gdb.hp/gdb.base-hp/reg.s: File deleted.
10583 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
10584 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
10585 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
10586 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
10587 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
10588 * gdb.hp/gdb.compat/Makefile.in: File deleted.
10589 * gdb.hp/gdb.compat/average.c: File deleted.
10590 * gdb.hp/gdb.compat/sum.c: File deleted.
10591 * gdb.hp/gdb.compat/xdb.c: File deleted.
10592 * gdb.hp/gdb.compat/xdb0.c: File deleted.
10593 * gdb.hp/gdb.compat/xdb0.h: File deleted.
10594 * gdb.hp/gdb.compat/xdb1.c: File deleted.
10595 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
10596 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
10597 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
10598 * gdb.hp/gdb.defects/Makefile.in: File deleted.
10599 * gdb.hp/gdb.defects/bs14602.c: File deleted.
10600 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
10601 * gdb.hp/gdb.defects/solib-d.c: File deleted.
10602 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
10603 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
10604 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
10605 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
10606 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
10607 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
10608 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
10609 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
10610 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
10611 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
10612 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
10613 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
10614 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
10615 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
10616 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
10617 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
10618 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
10619 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
10620 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
10621 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
10622 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
10623 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
10624 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
10625 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
10626 * gdb.hp/tools/odump: File deleted.
10627
8bf3b159
PA
106282015-03-19 Pedro Alves <palves@redhat.com>
10629
10630 * gdb.threads/continue-pending-status.exp (saw_thread_2)
10631 (saw_thread_3): New globals.
10632 (top level): Increment them when an event for the corresponding
10633 thread is seen.
10634 (no thread starvation): New test.
10635
eb54c8bf
PA
106362015-03-19 Pedro Alves <palves@redhat.com>
10637
10638 * gdb.threads/continue-pending-status.c: New file.
10639 * gdb.threads/continue-pending-status.exp: New file.
10640
32d2e5d6
PA
106412015-03-18 Pedro Alves <palves@redhat.com>
10642
10643 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
10644 Use gdb_is_target_remote instead of is_remote. Use
10645 gdb_test_multiple instead of gdb_expect. Exit early if
10646 gdb_test_multiple hits its internal matches. Tighten stepi tests
10647 expected output. Fail on exit with any signal, instead of just
10648 SIGILL.
10649
f68f11b7
YQ
106502015-03-18 Yao Qi <yao.qi@linaro.org>
10651
10652 PR tdep/18107
10653 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
10654 variable.
10655 * gdb.base/catch-syscall.exp: Don't skip it on
10656 aarch64*-*-linux* target. Remove elements in all_syscalls.
10657 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
10658 target.
10659 (setup_all_syscalls): New proc.
10660
ca5fd19b
YQ
106612015-03-16 Yao Qi <yao.qi@linaro.org>
10662
10663 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
10664 (top level): Skip tests if valid_addr_p returns false for
10665 $cmd1 or $cmd2.
10666
85642ba0
AW
106672015-03-11 Andy Wingo <wingo@igalia.com>
10668
10669 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
10670
e03f9645
YQ
106712015-03-11 Yao Qi <yao.qi@linaro.org>
10672
10673 * gdb.base/catch-syscall.exp: Fix typo in comments.
10674
5d0962b2
YQ
106752015-03-11 Yao Qi <yao.qi@linaro.org>
10676
10677 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
10678
b2df3cef
PA
106792015-03-09 Pedro Alves <palves@redhat.com>
10680
10681 * dg-extract-results.py: Delete.
10682
ef878e53
PA
106832015-03-09 Pedro Alves <palves@redhat.com>
10684
10685 Merge dg-extract-results.sh from GCC upstream (r218843).
10686
10687 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
10688 * dg-extract-results.sh: Use --text with grep to avoid issues with
10689 binary files. Fall back to cat -v, if that doesn't work.
10690
9494d219
PA
106912015-03-05 Pedro Alves <palves@redhat.com>
10692
10693 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
10694
a8d9763a
SM
106952015-03-04 Simon Marchi <simon.marchi@ericsson.com>
10696
10697 * lib/mi-support.exp (mi_expect_interrupt): Accept
10698 alternative event for when in all-stop mode.
10699
be9957b8
PA
107002015-03-04 Pedro Alves <palves@redhat.com>
10701
10702 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
10703
d57be0f4 107042015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
10705
10706 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
10707
c214c7cf
AA
107082015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10709
10710 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
10711 regexps for GDB's current line display, accept a hex address
10712 preceding the line number.
10713
6d74a497
AA
107142015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
10715
10716 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
10717 the 'arch1' variable for "s390*-linux*" targets.
10718
511aee7c
PA
107192015-03-04 Pedro Alves <palves@redhat.com>
10720
10721 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
10722 (main): Pass missing retval argument to pthread_join call.
10723
95e50b27
PA
107242015-03-02 Pedro Alves <palves@redhat.com>
10725
10726 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
10727 (top level): Call do_test with non-stop as well.
10728
28054d69
PA
107292015-03-02 Pedro Alves <palves@redhat.com>
10730
10731 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
10732 -1.
10733
4fa5d7b4
AA
107342015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
10735
10736 * gdb.arch/s390-vregs.exp: New test.
10737 * gdb.arch/s390-vregs.S: New file.
10738
97c18565
PA
107392015-02-27 Pedro Alves <palves@redhat.com>
10740
10741 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
10742 call to catch_command_errors.
10743 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
10744 catch_command_errors.
10745
a37bfa30
PA
107462015-02-27 Pedro Alves <palves@redhat.com>
10747
10748 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
10749 "true" for boolean result.
10750 * gdb.gdb/selftest.exp (test_with_self): Also accept full
10751 prototype of main.
10752
6f98576f
PA
107532015-02-27 Pedro Alves <palves@redhat.com>
10754
10755 * lib/unbuffer_output.c: New file.
10756 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
10757 (main): Call gdb_unbuffer_output.
10758
eba5ab56
YQ
107592015-02-27 Yao Qi <yao.qi@linaro.org>
10760
10761 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
10762 target.
10763
0def5aaa
DE
107642015-02-26 Doug Evans <dje@google.com>
10765
10766 * gdb.cp/class2.cc (Dbase, D): New classes.
10767 (main): New local delta.
10768 * gdb.cp/class2.exp: Test printing delta.
10769 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
10770 (dynbar): New global.
10771 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
10772
081a1c2c
JK
107732015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10774
10775 * gdb.compile/compile-ifunc.c: New file.
10776 * gdb.compile/compile-ifunc.exp: New file.
10777
2f41223f
AT
107782015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
10779
10780 * gdb.base/structs.exp: Check for correct struct on finish.
10781
03eddd80
YQ
107822015-02-26 Yao Qi <yao.qi@linaro.org>
10783
10784 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
10785 is zero.
10786
80c57053
JK
107872015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
10788
10789 * gdb.arch/cordic.ko.bz2: New file.
10790 * gdb.arch/cordic.ko.debug.bz2: New file.
10791 * gdb.arch/ppc64-symtab-cordic.exp: New file.
10792
21613c12
YQ
107932015-02-25 Yao Qi <yao.qi@linaro.org>
10794
10795 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
10796 aarch64*-*-* target.
10797
d8b901ed
PA
107982015-02-23 Pedro Alves <palves@redhat.com>
10799
10800 * lib/gdb.exp (delete_breakpoints): Rewrite using
10801 gdb_test_multiple.
10802
e5b85ead
PA
108032015-02-23 Pedro Alves <palves@redhat.com>
10804
10805 * gdb.base/info-os.c: Include stdlib.h.
10806
85c3a371
DE
108072015-02-22 Doug Evans <xdje42@gmail.com>
10808
10809 PR symtab/17855
10810 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
10811 is read after symbols have been re-read.
10812 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
10813 * gdb.ada/exec_changed/second.adb (Second): Ditto.
10814
96553a0c
DE
108152015-02-21 Doug Evans <dje@google.com>
10816
10817 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
10818
97a0c697
JK
108192015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
10820
10821 PR corefiles/17808
10822 * gdb.arch/i386-biarch-core.core.bz2: New file.
10823 * gdb.arch/i386-biarch-core.exp: New file.
10824
a47cd6e9
PA
108252015-02-21 Pedro Alves <palves@redhat.com>
10826
10827 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
10828 runto_main fails.
10829
c5facdc4
PA
108302015-02-20 Pedro Alves <palves@redhat.com>
10831
10832 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
10833 info probes.
10834
2db9a427
PA
108352015-02-20 Pedro Alves <palves@redhat.com>
10836
10837 * gdb.threads/multi-create-ns-info-thr.exp: New file.
10838
60fb7e9e
PA
108392015-02-20 Pedro Alves <palves@redhat.com>
10840
10841 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
10842 clean_restart before gdb_target_supports_trace.
10843
5c5019c2
PA
108442015-02-20 Pedro Alves <palves@redhat.com>
10845
10846 PR threads/18006
10847 * gdb.threads/clone-thread_db.c: New file.
10848 * gdb.threads/clone-thread_db.exp: New file.
10849
c9587f88
AT
108502015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
10851
10852 PR breakpoints/16812
10853 * gdb.base/catch-gdb-caused-signals.c: New file.
10854 * gdb.base/catch-gdb-caused-signals.exp: New file.
10855
f6a88844
JM
108562015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
10857
10858 * configure: Regenerated.
10859 * configure.ac: Use GDB_AC_TRANSFORM.
10860 * aclocal.m4: sinclude ../transform.m4.
10861
497c491b
JM
108622015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10863
10864 * lib/dtrace.exp: New file.
10865 * gdb.base/dtrace-probe.exp: Likewise.
10866 * gdb.base/dtrace-probe.d: Likewise.
10867 * gdb.base/dtrace-probe.c: Likewise.
10868 * lib/pdtrace.in: Likewise.
10869 * configure.ac: Output variables with the transformed names of
10870 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
10871 * configure: Regenerated.
10872
03e98035
JM
108732015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
10874
10875 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
10876 expected message when trying to access $_probe_* convenience
10877 variables while not on a probe.
10878
63cc30e9
JK
108792015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
10880
10881 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
10882
0703599a
PA
108832015-02-11 Pedro Alves <pedro@codesourcery.com>
10884
10885 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
10886 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
10887
7e60a48e
DE
108882015-02-10 Doug Evans <xdje42@gmail.com>
10889
10890 * lib/gdb.exp (gdb_load): Always return a result.
10891
01b088bc
PA
108922015-02-10 Pedro Alves <palves@redhat.com>
10893
10894 * gdb.threads/signal-sigtrap.c: New file.
10895 * gdb.threads/signal-sigtrap.exp: New file.
10896
b05ec7a5
AT
108972015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
10898
10899 * gdb.trace/no-attach-trace.c: New file.
10900 * gdb.trace/no-attach-trace.exp: New file.
10901
a2c2acaf
MW
109022015-02-09 Mark Wielaard <mjw@redhat.com>
10903
10904 * gdb.dwarf2/atomic.c: New file.
10905 * gdb.dwarf2/atomic-type.exp: Likewise.
10906
31fd9caa
MM
109072015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10908
10909 * gdb.btrace/buffer-size.exp: Update "info record" output.
10910 * gdb.btrace/delta.exp: Update "info record" output.
10911 * gdb.btrace/enable.exp: Update "info record" output.
10912 * gdb.btrace/finish.exp: Update "info record" output.
10913 * gdb.btrace/instruction_history.exp: Update "info record" output.
10914 * gdb.btrace/next.exp: Update "info record" output.
10915 * gdb.btrace/nexti.exp: Update "info record" output.
10916 * gdb.btrace/step.exp: Update "info record" output.
10917 * gdb.btrace/stepi.exp: Update "info record" output.
10918 * gdb.btrace/nohist.exp: Update "info record" output.
10919
d33501a5
MM
109202015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10921
10922 * gdb.btrace/buffer-size: New.
10923
f4abbc16
MM
109242015-02-09 Markus Metzger <markus.t.metzger@intel.com>
10925
10926 * gdb.btrace/delta.exp: Update "info record" output.
10927 * gdb.btrace/enable.exp: Update "info record" output.
10928 * gdb.btrace/finish.exp: Update "info record" output.
10929 * gdb.btrace/instruction_history.exp: Update "info record" output.
10930 * gdb.btrace/next.exp: Update "info record" output.
10931 * gdb.btrace/nexti.exp: Update "info record" output.
10932 * gdb.btrace/step.exp: Update "info record" output.
10933 * gdb.btrace/stepi.exp: Update "info record" output.
10934 * gdb.btrace/nohist.exp: Update "info record" output.
10935
b9d61307
SM
109362015-02-06 Simon Marchi <simon.marchi@ericsson.com>
10937
10938 PR gdb/15678
10939 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
10940
e584fdbc
PA
109412015-02-06 Pedro Alves <palves@redhat.com>
10942
10943 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
10944 macro.
10945 (seconds_left, again): New globals.
10946 (main): Wait seconds_left in a 1-second sleep loop instead of
10947 sleeping 180 seconds. If 'again' is set, reset the seconds
10948 counter.
10949 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
10950 'again' in the inferior before detaching. Print the seconds left.
10951 (options): New global.
10952 (top level): Build program with -DTIMEOUT=$timeout.
10953
77f41761
PA
109542015-02-06 Pedro Alves <palves@redhat.com>
10955
10956 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
10957 determine how many seconds to pass to 'alarm'.
10958 * gdb.base/gdb-sigterm.exp (top level): Build program with
10959 -DTIMEOUT=$timeout.
10960 (do_test): Return success/failure indication. Add more verbose
10961 logging. Don't fail if 200 single steps are seen. Instead, fail
10962 when the test times out.
10963 (passes): New global.
10964 (top level): Break the testing loop if testing fails on any
10965 iteration. Use gdb_assert.
10966
b9394193
DB
109672015-02-04 Don Breazeal <donb@codesourcery.com>
10968
10969 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
10970 and initialize them.
10971 (ipc_cleanup): New function.
10972 (main): Don't declare shmid, semid, and msqid. Add a call to
10973 atexit so that we call ipc_cleanup on exit.
10974
42d9e528
PA
109752015-02-04 Pedro Alves <palves@redhat.com>
10976
10977 * boards/native-extended-gdbserver.exp: Remove any target variant
10978 specifications from the board name before clearing the isremote
10979 flag from board_info.
10980
ae6ae975
DE
109812015-01-31 Doug Evans <xdje42@gmail.com>
10982
10983 * gdb.base/maint.exp <maint print type argc>: Update expected output.
10984
cfb069a8
GB
109852015-01-31 Gary Benson <gbenson@redhat.com>
10986
10987 * gdb.base/completion.exp: Disable completion limiting for
10988 existing tests. Add new tests to check completion limiting.
10989 * gdb.linespec/ls-errs.exp: Disable completion limiting.
10990
5dd31d79
DE
109912015-01-31 Doug Evans <xdje42@gmail.com>
10992
10993 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
10994
9f050062
DE
109952015-01-31 Doug Evans <xdje42@gmail.com>
10996
10997 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
10998 entries. Duplicate file section script entries.
10999 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
11000 inlined entries. Add test for safe-path rejection.
11001 * gdb.python/py-section-script.c: Add duplicate inlined section script
11002 entries. Duplicate file section script entries.
11003 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
11004 inlined entries. Add test for safe-path rejection.
11005
df25ebbd
JB
110062015-01-29 Joel Brobecker <brobecker@adacore.com>
11007
11008 * gdb.ada/disc_arr_bound: New testcase.
11009
4a0ca9ec
JB
110102015-01-29 Joel Brobecker <brobecker@adacore.com>
11011
11012 * gdb.ada/mi_var_array: New testcase.
11013
3a8b707a
DE
110142015-01-27 Doug Evans <dje@google.com>
11015
11016 * gdb.python/py-objfile.exp: Add tests for objfile.username.
11017 Add test for objfile.filename, objfile.username after objfile
11018 has been unloaded.
11019
f8313f6e
JB
110202015-01-26 Joel Brobecker <brobecker@adacore.com>
11021
11022 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
11023 the second test to print the name attribute of value
11024 returned by the call to gdb.lookup_type, and adjust
11025 the expected output accordingly.
11026
37bc665e
MW
110272015-01-25 Mark Wielaard <mjw@redhat.com>
11028
11029 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
11030 * gdb.base/disp-step-fork.c: Include unistd.h.
11031 * gdb.base/siginfo-obj.c: Include stdio.h.
11032 * gdb.base/siginfo-thread.c: Likewise.
11033 * gdb.mi/non-stop.c: Include unistd.h.
11034 * gdb.mi/nsthrexec.c: Include stdio.h.
11035 * gdb.mi/pthreads.c: Include unistd.h.
11036 * gdb.modula2/unbounded1.c (main): Declare returns int.
11037 * gdb.reverse/consecutive-reverse.c: Likewise.
11038 * gdb.threads/create-fail.c: Include unistd.h.
11039 * gdb.threads/killed.c: Likewise.
11040 * gdb.threads/linux-dp.c: Likewise.
11041 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
11042 * gdb.threads/non-ldr-exc-2.c: Likewise.
11043 * gdb.threads/non-ldr-exc-3.c: Likewise.
11044 * gdb.threads/non-ldr-exc-4.c: Likewise.
11045 * gdb.threads/pthreads.c: Include unistd.h.
11046 (main): Declare returns int.
11047 * gdb.threads/tls-main.c (foo): New declaration.
11048 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
11049
f7e5394d
SM
110502015-01-23 Simon Marchi <simon.marchi@ericsson.com>
11051
11052 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
11053 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
11054
743649fd
MW
110552015-01-15 Mark Wielaard <mjw@redhat.com>
11056
11057 * gdb.base/noreturn-return.c: New file.
11058 * gdb.base/noreturn-return.exp: New file.
11059 * gdb.base/noreturn-finish.c: New file.
11060 * gdb.base/noreturn-finish.exp: New file.
11061
198297aa
PA
110622015-01-23 Pedro Alves <palves@redhat.com>
11063
11064 * gdb.threads/continue-pending-after-query.c: New file.
11065 * gdb.threads/continue-pending-after-query.exp: New file.
11066
717cf30c
AG
110672015-01-22 Anders Granlund <anders.granlund@ericsson.com>
11068 Simon Marchi <simon.marchi@ericsson.com>
11069
11070 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
11071 * gdb.base/valgrind-db-attach.exp: Same.
11072 * gdb.base/valgrind-infcall.exp: Same.
11073 * lib/mi-support.exp (default_mi_gdb_start): Same.
11074 * lib/prompt.exp (default_prompt_gdb_start): Same.
11075 * lib/gdb.exp (default_gdb_spawn): Same.
11076 (gdb_interact): New.
11077
11078
4b62a76e
JK
110792015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
11080
11081 * gdb.compile/compile.exp (pointer to jit function): New test.
11082
b4cdae6f
WW
110832015-01-17 Wei-cheng Wang <cole945@gmail.com>
11084
11085 * lib/gdb.exp (supports_process_record): Return true for
11086 powerpc*-*-linux*.
11087 (supports_reverse): Likewise.
11088
d221e7ef
DB
110892015-01-15 Don Breazeal <donb@codesourcery.com>
11090
11091 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
11092 instead of checking whether the target board is remote and
11093 use spawn_wait_for_attach instead of exec/sleep.
11094 * gdb.base/attach-twice.exp: Likewise.
11095
bafffb51
JB
110962015-01-15 Joel Brobecker <brobecker@adacore.com>
11097
11098 * gdb.ada/var_arr_attrs: New testcase.
11099
5589af0e
PA
111002015-01-14 Pedro Alves <palves@redhat.com>
11101 Joel Brobecker <brobecker@adacore.com>
11102
11103 PR gdb/17525
11104 * gdb.base/bp-cmds-execution-x-script.c: New file.
11105 * gdb.base/bp-cmds-execution-x-script.exp: New file.
11106 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
11107
6c400b59
PA
111082015-01-14 Pedro Alves <palves@redhat.com>
11109
11110 PR cli/17828
11111 * gdb.base/batch-preserve-term-settings.c: New file.
11112 * gdb.base/batch-preserve-term-settings.exp: New file.
11113
e02c96a7
DE
111142015-01-13 Doug Evans <dje@google.com>
11115
11116 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
11117 binary.
11118
576fd14c
JB
111192015-01-13 Joel Brobecker <brobecker@adacore.com>
11120
11121 * Makefile.in (clean mostlyclean): Do not delete *.py.
11122
04dccad0
JB
111232015-01-13 Joel Brobecker <brobecker@adacore.com>
11124
11125 * gdb.python/py-lookup-type.exp: New file.
11126
3d230f71
PA
111272015-01-12 Pedro Alves <palves@redhat.com>
11128
11129 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
11130 restore GDBFLAGS before returning.
11131
7e67715d
JK
111322015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
11133
11134 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
11135 is_amd64_regs_target and is_x86_like_target.
11136
f2e0d4b4
DE
111372015-01-11 Doug Evans <xdje42@gmail.com>
11138
11139 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
11140 is given without an explicit form.
11141 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
11142 attributes.
11143 * gdb.dwarf/corrupt.exp: Ditto.
11144 * gdb.dwarf2/enum-type.exp: Ditto.
11145 * gdb.trace/entry-values.exp: Ditto.
11146 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
11147
439250fb
DE
111482015-01-11 Doug Evans <xdje42@gmail.com>
11149
11150 PR gdb/15830
11151 * gdb.base/maint.exp: Remove references to "maint demangle".
11152 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
11153 Add tests for explicitly specifying language to demangle.
11154 * gdb.dlang/demangle.exp: Ditto.
11155
ede9f622
PA
111562015-01-09 Pedro Alves <palves@redhat.com>
11157
11158 * gdb.threads/non-stop-fair-events.c: New file.
11159 * gdb.threads/non-stop-fair-events.exp: New file.
11160
a7b796db
PA
111612015-01-09 Pedro Alves <palves@redhat.com>
11162
11163 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
11164 the global scope. Set a breakpoint after all threads are started
11165 rather than stepping over two source lines. Expect the prompt.
11166 * gdb.base/watch_thread_num.c (threads_started_barrier): New
11167 global.
11168 (NUM): Now 15.
11169 (main): Use threads_started_barrier to wait for all threads to
11170 start. Main thread no longer calls thread_function. Exit after
11171 180 seconds.
11172 (loop): New function.
11173 (thread_function): Wait on threads_started_barrier barrier. Call
11174 'loop' at each iteration.
11175 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
11176 threads have started, instead of hardcoding number of "next"
11177 steps. Use an access watchpoint instead of a write watchpoint.
11178
9665ffdd
PA
111792015-01-09 Pedro Alves <palves@redhat.com>
11180
11181 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
11182 (thread_func): Wait on barrier.
11183 (main): Wait for all threads to start before stopping GDB.
11184 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
11185 global.
11186 (thread1_func, thread2_func): Wait on barrier.
11187 (main): Wait for all threads to start before stopping GDB.
11188 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
11189 New global.
11190 (thread1_func, thread2_func): Wait on barrier.
11191 (main): Wait for all threads to start before stopping GDB.
11192
c945a99f
PA
111932015-01-09 Pedro Alves <palves@redhat.com>
11194
11195 * gdb.threads/attach-many-short-lived-threads.c: New file.
11196 * gdb.threads/attach-many-short-lived-threads.exp: New file.
11197
c1a747c1
PA
111982014-01-09 Pedro Alves <palves@redhat.com>
11199
11200 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
11201 instead of to thread 2.
11202 * gdb.threads/signal-command-multiple-signals-pending.c (main):
11203 Add barrier around each pthread_create call instead of around all
11204 calls.
11205 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
11206 Set a break on thread_function and have the child threads hit it
11207 one at at a time.
11208
60b3033e
PA
112092015-01-09 Pedro Alves <palves@redhat.com>
11210
11211 * lib/gdb.exp (can_spawn_for_attach): New procedure.
11212 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
11213 false.
11214 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
11215 checking whether the target board is remote.
11216 * gdb.multi/multi-attach.exp: Likewise.
11217 * gdb.python/py-sync-interp.exp: Likewise.
11218 * gdb.server/ext-attach.exp: Likewise.
11219 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
11220 tests that need to attach, instead of checking whether the target
11221 board is remote at the top of the file.
11222
acc018ac
YQ
112232015-01-08 Yao Qi <yao@codesourcery.com>
11224
11225 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
11226
50a18af8
JK
112272015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11228
11229 Fix testcase compilation.
11230 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
11231
8503d6e1
JB
112322015-01-06 Joel Brobecker <brobecker@adacore.com>
11233
11234 * gdb.python/py-type.exp: Add a couple test about empty
11235 array creation, and negative-length array creation.
11236
cc73dbcc
DE
112372015-01-02 Doug Evans <xdje42@gmail.com>
11238
11239 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
11240
0300bbc7
DE
112412015-01-02 Doug Evans <dje@google.com>
11242
11243 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
11244
9d85a0ec
YQ
112452014-12-29 Yao Qi <yao@codesourcery.com>
11246
11247 * gdb.trace/entry-values.exp: Update comments. Rename variable
11248 bar_call_foo to returned_from_foo.
11249
87186c6a
MMN
112502014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
11251
11252 PR gdb/17394
11253 * gdb.linespec/break-asm-file.c: New file.
11254 * gdb.linespec/break-asm-file.exp: New file.
11255 * gdb.linespec/break-asm-file0.s: New file.
11256 * gdb.linespec/break-asm-file1.s: New file.
11257
1bab7383
YQ
112582014-12-18 Nigel Stephens <nigel@mips.com>
11259 Maciej W. Rozycki <macro@codesourcery.com>
11260
11261 * gdb.base/float.exp: Handle the new output from "info float" on
11262 MIPS targets.
11263
1bc1068a
JK
112642014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
11265
11266 Fix MinGW compilation.
11267 * gdb.compile/compile-ops.exp: Update untested message if
11268 !skip_compile_feature_tests.
11269 * gdb.compile/compile-setjmp.exp: Likewise.
11270 * gdb.compile/compile-tls.exp: Likewise.
11271 * gdb.compile/compile.exp: Likewise.
11272 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
11273 supported on this host".
11274
b6615d10
DE
112752014-12-16 Doug Evans <xdje42@gmail.com>
11276
11277 * boards/stabs.exp: New file.
11278
25dda427
AA
112792014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
11280
11281 * gdb.base/completion.exp: Adjust to format changes of "maint
11282 print user-registers".
11283
bf330350
CU
112842014-12-16 Catalin Udma <catalin.udma@freescale.com>
11285
11286 PR server/17457
11287 * gdb.arch/aarch64-fp.c: New file.
11288 * gdb.arch/aarch64-fp.exp: New file.
11289
395cf596
SDJ
112902014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
11291
11292 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
11293 r210637, r210913, r211666, r215400, r215817).
11294
11295 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
11296 * dg-extract-results.py: New file.
11297 * dg-extract-results.sh: Use it if the environment seems
11298 suitable.
11299
11300 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
11301
11302 * dg-extract-results.py (parse_run): Handle warnings that
11303 are printed before a test harness is run.
11304
11305 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
11306
11307 * dg-extract-results.py (Named): Remove __cmp__ method.
11308 (output_variation): Use a key to sort variation.harnesses.
11309
11310 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
11311
11312 * dg-extract-results.py: For Python 3, force sys.stdout to
11313 handle surrogate escape sequences.
11314 (safe_open): New function.
11315 (output_segment, main): Use it.
11316
11317 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
11318
11319 * dg-extract-results.py (Prog.result_re): Include options
11320 in test name.
11321
11322 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
11323
11324 * dg-extract-results.py (output_variation): Always sort if
11325 do_sum.
11326
e882ef3c
SM
113272014-12-15 Simon Marchi <simon.marchi@ericsson.com>
11328
11329 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
11330 as long as we get pagination notifications.
11331
4992aa20
JM
113322014-12-15 Jason Merrill <jason@redhat.com>
11333
11334 * Makefile.in (check-gdb.%): Restore.
11335 * README: Mention it.
11336
c1b5a1a6
JB
113372014-12-13 Joel Brobecker <brobecker@adacore.com>
11338
11339 * gdb.ada/str_uninit: New testcase.
11340
5537b577
JK
113412014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
11342
11343 PR symtab/17642
11344 * gdb.base/vla-stub-define.c: New file.
11345 * gdb.base/vla-stub.c: New file.
11346 * gdb.base/vla-stub.exp: New file.
11347
bb2ec1b3
TT
113482014-12-12 Phil Muldoon <pmuldoon@redhat.com>
11349 Jan Kratochvil <jan.kratochvil@redhat.com>
11350 Tom Tromey <tromey@redhat.com>
11351
11352 * configure.ac: Add gdb.compile/.
11353 * configure: Regenerate.
11354 * gdb.compile/Makefile.in: New file.
11355 * gdb.compile/compile-ops.exp: New file.
11356 * gdb.compile/compile-ops.c: New file.
11357 * gdb.compile/compile-tls.c: New file.
11358 * gdb.compile/compile-tls.exp: New file.
11359 * gdb.compile/compile-constvar.S: New file.
11360 * gdb.compile/compile-constvar.c: New file.
11361 * gdb.compile/compile-mod.c: New file.
11362 * gdb.compile/compile-nodebug.c: New file.
11363 * gdb.compile/compile-setjmp-mod.c: New file.
11364 * gdb.compile/compile-setjmp.c: New file.
11365 * gdb.compile/compile-setjmp.exp: New file.
11366 * gdb.compile/compile-shlib.c: New file.
11367 * gdb.compile/compile.c: New file.
11368 * gdb.compile/compile.exp: New file.
11369 * lib/gdb.exp (skip_compile_feature_tests): New proc.
11370
4ff709eb
TT
113712014-12-12 Tom Tromey <tromey@redhat.com>
11372
11373 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
11374 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
11375
6dddd6a5
DE
113762014-12-12 Doug Evans <dje@google.com>
11377
11378 * lib/gdb-python.exp (get_python_valueof): New function.
11379 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
11380
71c24708
AA
113812014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
11382
11383 * gdb.base/completion.exp: Add test for completion of "info
11384 registers ".
11385
3e29f34a
MR
113862014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
11387
11388 * gdb.base/func-ptrs.c: New file.
11389 * gdb.base/func-ptrs.exp: New file.
11390
fc126975
SM
113912014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11392
11393 PR breakpoints/17012
11394 * gdb.base/dprintf-detach.c: New file.
11395 * gdb.base/dprintf-detach.exp: New file.
11396
0a46d518
SM
113972014-12-10 Simon Marchi <simon.marchi@ericsson.com>
11398
11399 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
11400 * lib/gdb.exp (target_is_gdbserver): New procedure.
11401
a0be3e44
DE
114022014-12-08 Doug Evans <dje@google.com>
11403
11404 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
11405
df1b803a
YQ
114062014-12-05 Yao Qi <yao@codesourcery.com>
11407
11408 * gdb.guile/scm-error.exp: Remove the third argument to
11409 gdb_remote_download.
11410 * gdb.guile/scm-frame-args.exp: Likewise.
11411 * gdb.guile/scm-section-script.exp: Likewise.
11412
ddb9f679
YQ
114132014-12-05 Yao Qi <yao@codesourcery.com>
11414
11415 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
11416
86e4ed39
DE
114172014-12-04 Doug Evans <dje@google.com>
11418
11419 * gdb.python/py-objfile.exp: Add tests for
11420 objfile.add_separate_debug_file.
11421
7c50a931
DE
114222014-12-04 Doug Evans <dje@google.com>
11423
11424 * lib/gdb.exp (get_build_id): New function.
11425 (build_id_debug_filename_get): Rewrite to use it.
11426 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
11427
621661e3
MR
114282014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
11429
11430 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
11431 `method(long)', not just 0x0.
11432 * gdb.cp/nsalias.exp: Align code labels to 4.
11433 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
11434 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
11435 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
11436 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
11437 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
11438 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
11439
29f0c3b7
DE
114402014-12-02 Doug Evans <dje@google.com>
11441
e1e061e7 11442 PR symtab/17602
29f0c3b7 11443 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 11444 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
11445 * gdb.cp/anon-ns.exp: Update.
11446
162078c8
NB
114472014-12-02 Nick Bull <nicholaspbull@gmail.com>
11448
11449 * gdb.python/py-events.py (inferior_call_handler): New.
11450 (register_changed_handler, memory_changed_handler): New.
11451 (test_events.invoke): Register new handlers.
11452 * gdb.python/py-events.exp: Add tests for inferior call,
11453 memory_changed and register_changed events.
11454
fdb09caf
AA
114552014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
11456
11457 * gdb.base/execl-update-breakpoints.exp: Specify the link address
11458 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
11459 if the linker doesn't understand this.
11460
55cfb2c4
SM
114612014-12-01 Simon Marchi <simon.marchi@ericsson.com>
11462
11463 * gdb.python/python.exp: Change expected reply to help().
11464
9e8cd6df
YQ
114652014-12-01 Yao Qi <yao@codesourcery.com>
11466
11467 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
11468 AC_CONFIG_SUBDIRS(gdb.gdbtk).
11469 * configure: Re-generated.
11470
6c659fc2
SC
114712014-11-28 Siva Chandra Reddy <sivachandra@google.com>
11472
11473 * gdb.cp/chained-calls.cc: New file.
11474 * gdb.cp/chained-calls.exp: New file.
11475 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
11476
d7fc3181
SM
114772014-11-28 Simon Marchi <simon.marchi@ericsson.com>
11478
11479 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
11480 * gdb.dwarf2/symtab-producer.exp: Same.
11481 * gdb.gdb/python-interrupts.exp: Same.
11482 * gdb.gdb/python-selftest.exp: Same.
11483 * gdb.python/py-linetable.exp: Same.
11484 * gdb.python/py-type.exp: Same.
11485 * gdb.python/py-value-cc.exp: Same.
11486 * gdb.python/py-value.exp: Same.
11487
10e79639
YQ
114882014-11-28 Yao Qi <yao@codesourcery.com>
11489
11490 * gdb.base/break-probes.exp: Match library name prefixed with
11491 sysroot.
11492
f28a0564
SM
114932014-11-27 Simon Marchi <simon.marchi@ericsson.com>
11494
11495 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
11496 test expected output. Add parentheses for the call to print.
11497 Remove L suffix from integers.
11498
3fe1ce1d
DE
114992014-11-26 Doug Evans <dje@google.com>
11500
11501 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
11502
84429e27
YQ
115032014-11-22 Yao Qi <yao@codesourcery.com>
11504
11505 * gdb.trace/entry-values.c: Remove asms.
11506 (foo): Add foo_label.
11507 (bar): Add bar_label.
11508 * gdb.trace/entry-values.exp: Remove code computing foo's
11509 length and bar's length.
11510 (Dwarf::assemble): Invoke function_range for bar and use
11511 MACRO_AT_func for foo.
11512
26741859
YQ
115132014-11-22 Yao Qi <yao@codesourcery.com>
11514
11515 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
11516 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
11517 Use .Lgcc43_procstart instead of gcc43.
11518
45e44d27
JB
115192014-11-21 Joel Brobecker <brobecker@adacore.com>
11520
11521 * gdb.ada/n_arr_bound: New testcase.
11522
458c8db8
SDJ
115232014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
11524
11525 PR breakpoints/10737
11526 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
11527 test_catch_syscall_multi_arch.
11528 (test_catch_syscall_multi_arch): New function.
11529
43f3e411
DE
115302014-11-20 Doug Evans <xdje42@gmail.com>
11531
11532 * gdb.base/maint.exp: Update expected output.
11533
0d7b2549
AA
115342014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
11535
11536 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
11537 4-byte instruction on S390.
11538
8908fca5
JB
115392014-11-19 Joel Brobecker <brobecker@adacore.com>
11540
11541 * gdb.ada/arr_arr: New testcase.
11542
4a46959e
JB
115432014-11-19 Joel Brobecker <brobecker@adacore.com>
11544
11545 * gdb.ada/pkd_arr_elem: New Testcase.
11546
470e2f4e
LM
115472014-11-18 Luis Machado <lgustavo@codesourcery.com>
11548
11549 * gdb.reverse/break-precsave: Expect completion message for
11550 core file reads.
11551 * gdb.reverse/consecutive-precsave.exp: Likewise.
11552 * gdb.reverse/finish-precsave.exp: Likewise.
11553 * gdb.reverse/i386-precsave.exp: Likewise.
11554 * gdb.reverse/machinestate-precsave.exp: Likewise.
11555 * gdb.reverse/sigall-precsave.exp: Likewise.
11556 * gdb.reverse/solib-precsave.exp: Likewise.
11557 * gdb.reverse/step-precsave.exp: Likewise.
11558 * gdb.reverse/until-precsave.exp: Likewise.
11559 * gdb.reverse/watch-precsave.exp: Likewise.
11560
a267f3ad
AA
115612014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11562
11563 * gdb.base/bp-permanent.c: Include unistd.h.
11564 * gdb.python/py-framefilter-mi.c (main): Add return type.
11565 * gdb.python/py-framefilter.c (main): Likewise.
11566 * gdb.trace/actions-changed.c (main): Likewise.
11567
12084a9a
AA
115682014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11569
11570 * gdb.mi/until.c: Add eye-catchers.
11571 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
11572 line numbers.
11573
dc7e1a77
AA
115742014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
11575
11576 * gdb.base/condbreak.exp: Drop references to removed non-prototype
11577 function header variants in break1.c.
11578 * gdb.base/ena-dis-br.exp: Likewise.
11579 * gdb.base/hbreak2.exp: Likewise.
11580 * gdb.reverse/until-precsave.exp: Drop references to removed
11581 non-prototype function header variants in ur1.c.
11582 * gdb.reverse/until-reverse.exp: Likewise.
11583
41c77605
PM
115842014-11-17 Petr Machata <pmachata@redhat.com>
11585
11586 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
11587 ${_cu_offset_size} bytes abbrev offset.
11588
34248c3a
DE
115892014-11-15 Doug Evans <xdje42@gmail.com>
11590
11591 PR symtab/17559
11592 * gdb.base/line-symtabs.exp: New file.
11593 * gdb.base/line-symtabs.c: New file.
11594 * gdb.base/line-symtabs.h: New file.
11595
646da059
YQ
115962014-11-14 Yao Qi <yao@codesourcery.com>
11597
11598 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
11599 (func): Add label func_label.
11600 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
11601 Replace low_pc and high_pc with MACRO_AT_range.
11602 Replace name, low_pc and high_pc with MACRO_AT_func.
11603
9301ebe6
YQ
116042014-11-14 Yao Qi <yao@codesourcery.com>
11605
11606 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
11607 Replace name, low_pc and high_pc with MACRO_AT_func.
11608
f166b542
YQ
116092014-11-14 Yao Qi <yao@codesourcery.com>
11610
11611 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
11612 produce debug information.
11613 * gdb.dwarf2/implptr-optimized-out.S: Removed.
11614
0f6e71e3
YQ
116152014-11-14 Yao Qi <yao@codesourcery.com>
11616
11617 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
11618 object and get function length.
11619 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
11620 with MACRO_AT_func.
11621 (top-level): Replace gdb_compile and clean_restart with
11622 prepare_for_testing.
11623 * gdb.dwarf2/main.c (main): Add label main_label.
11624
876c4df9
YQ
116252014-11-14 Yao Qi <yao@codesourcery.com>
11626
11627 * lib/dwarf.exp (function_range): New procedure.
11628 (Dwarf::_handle_macro_at_func): New procedure.
11629 (Dwarf::_handle_macro_at_range): New procedure.
11630 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
11631
02ad9cf1
YQ
116322014-11-14 Yao Qi <yao@codesourcery.com>
11633
11634 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
11635 (_handle_attribute): New procedure.
11636
a59add0c
AA
116372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11638
11639 * gdb.ada/cond_lang/foo.c (callme): Add return type.
11640 * gdb.base/call-sc.c (zed): Likewise.
11641 * gdb.base/checkpoint.c (main): Likewise.
11642 * gdb.base/dump.c (main): Likewise.
11643 * gdb.base/gcore.c (main): Likewise.
11644 * gdb.base/huge.c (main): Likewise.
11645 * gdb.base/multi-forks.c (main): Likewise.
11646 * gdb.base/pr10179-a.c (main): Likewise.
11647 * gdb.base/savedregs.c (main): Likewise.
11648 * gdb.base/sigaltstack.c (main): Likewise.
11649 * gdb.base/siginfo.c (main): Likewise.
11650 * gdb.base/structs.c (zed): Likewise.
11651 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
11652 * gdb.mi/mi-syn-frame.c (main): Likewise.
11653 * gdb.mi/until.c (foo, main): Likewise.
11654 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
11655 * gdb.base/solib-weak.c (foo): Declare.
11656 * gdb.base/attach-twice.c: Include stdio.h.
11657 * gdb.base/weaklib1.c: Likewise.
11658 * gdb.base/weaklib2.c: Likewise.
11659 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
11660 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
11661 unistd.h.
11662 * gdb.base/attach-pie-misread.c: Include stdlib.h.
11663 * gdb.mi/mi-exit-code.c: Likewise.
11664 * gdb.base/break-interp-lib.c: Include string.h.
11665 * gdb.base/coremaker.c: Likewise.
11666 * gdb.base/testenv.c: Likewise.
11667 * gdb.python/py-finish-breakpoint.c: Likewise.
11668 * gdb.base/inferior-died.c: Include sys/wait.h.
11669 * gdb.base/fileio.c: Include time.h.
11670 * gdb.base/async-shell.c: Include unistd.h.
11671 * gdb.base/dprintf-non-stop.c: Likewise.
11672 * gdb.base/info-os.c: Likewise.
11673 * gdb.mi/mi-console.c: Likewise.
11674 * gdb.mi/watch-nonstop.c: Likewise.
11675 * gdb.python/py-events.c: Likewise.
11676 * gdb.base/async.c (baz): Move up before its invocation.
11677 * gdb.base/code_elim2.c (my_global_func): Likewise.
11678 * gdb.base/skip-solib-lib.c (multiply): Likewise.
11679 * gdb.base/advance.c (func2): Likewise.
11680
3b5d5997
AA
116812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11682
11683 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
11684 variant.
11685 * gdb.base/annota3.c: Likewise.
11686 * gdb.base/async.c: Likewise.
11687 * gdb.base/average.c: Likewise.
11688 * gdb.base/call-ar-st.c: Likewise.
11689 * gdb.base/call-rt-st.c: Likewise.
11690 * gdb.base/call-sc.c: Likewise.
11691 * gdb.base/call-strs.c: Likewise.
11692 * gdb.base/ending-run.c: Likewise.
11693 * gdb.base/execd-prog.c: Likewise.
11694 * gdb.base/exprs.c: Likewise.
11695 * gdb.base/foll-exec.c: Likewise.
11696 * gdb.base/foll-fork.c: Likewise.
11697 * gdb.base/foll-vfork.c: Likewise.
11698 * gdb.base/funcargs.c: Likewise.
11699 * gdb.base/gcore.c: Likewise.
11700 * gdb.base/jump.c: Likewise.
11701 * gdb.base/langs0.c: Likewise.
11702 * gdb.base/langs1.c: Likewise.
11703 * gdb.base/langs2.c: Likewise.
11704 * gdb.base/mips_pro.c: Likewise.
11705 * gdb.base/nodebug.c: Likewise.
11706 * gdb.base/opaque0.c: Likewise.
11707 * gdb.base/opaque1.c: Likewise.
11708 * gdb.base/recurse.c: Likewise.
11709 * gdb.base/run.c: Likewise.
11710 * gdb.base/scope0.c: Likewise.
11711 * gdb.base/scope1.c: Likewise.
11712 * gdb.base/setshow.c: Likewise.
11713 * gdb.base/setvar.c: Likewise.
11714 * gdb.base/shmain.c: Likewise.
11715 * gdb.base/shr1.c: Likewise.
11716 * gdb.base/shr2.c: Likewise.
11717 * gdb.base/sigall.c: Likewise.
11718 * gdb.base/signals.c: Likewise.
11719 * gdb.base/so-indr-cl.c: Likewise.
11720 * gdb.base/solib2.c: Likewise.
11721 * gdb.base/structs.c: Likewise.
11722 * gdb.base/sum.c: Likewise.
11723 * gdb.base/vforked-prog.c: Likewise.
11724 * gdb.base/watchpoint.c: Likewise.
11725 * gdb.reverse/shr2.c: Likewise.
11726 * gdb.reverse/until-reverse.c: Likewise.
11727 * gdb.reverse/ur1.c: Likewise.
11728 * gdb.reverse/watch-reverse.c: Likewise.
11729
066a77c5
AA
117302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11731
11732 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
11733 variant.
11734 * gdb.base/sepdebug.exp: Drop references to removed code.
11735
4f204ea5
AA
117362014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11737
11738 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
11739 variant. Preserve original line numbering.
11740 * gdb.base/list1.c: Likewise.
11741
3b377a3a
AA
117422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11743
11744 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
11745 variant.
11746 * gdb.base/break1.c: Likewise.
11747 * gdb.base/break.exp: Drop references to removed code.
11748
e444df73
AA
117492014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11750
11751 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
11752 variant.
11753
8008f2a7
AA
117542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11755
11756 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
11757
a5a06887
AA
117582014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11759
11760 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
11761 logic into perform_all_tests() and invoke it with and without
11762 function header prototypes.
11763 (do_function_calls): Remove conditional XFAIL for PR 5318.
11764 (rerun_and_prepare): Remove duplicate code.
11765 (perform_all_tests): New. Main logic moved here.
11766
44dba9b9
AA
117672014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11768
11769 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
11770 code guarded by #ifdef NO_PROTOTYPES.
11771 (t_double_many_args): Likewise.
11772 (DEF_FUNC_MANY_ARGS_1): Likewise.
11773 (DEF_FUNC_VALUES_1): Likewise.
11774 (t_structs_ldc): Renamed from t_structs_fc in conditional code
11775 guarded by #ifdef PROTOTYPES.
11776
d1fbcd56
AA
117772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11778
11779 * gdb.mi/mi-console.c: Add eye-catcher.
11780 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
11781 instead of literal line number.
11782
b0e59b8f
AA
117832014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11784
11785 * gdb.base/shr2.c: Add eye-catcher.
11786 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
11787 line number.
11788
78f98cca
AA
117892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11790
11791 * gdb.base/jump.c: Add eye-catchers.
11792 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
11793 numbers.
11794
58fa2af0
AA
117952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11796
11797 * gdb.base/execd-prog.c: Add eye-catchers.
11798 * gdb.base/foll-exec.c: Likewise.
11799 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
11800 line numbers.
11801
04e5059b
AA
118022014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11803
11804 * gdb.base/ending-run.c: Add eye-catchers.
11805 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
11806 literal line numbers.
11807
dbfdb174
AA
118082014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11809
11810 * gdb.base/call-rt-st.c: Add eye-catchers.
11811 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
11812 literal line numbers.
11813
888a2ade
AA
118142014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11815
11816 * gdb.base/call-ar-st.c: Add eye-catchers.
11817 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
11818 literal line numbers.
11819
6acc2dde
AA
118202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11821
11822 * gdb.base/average.c: Add eye-catchers.
11823 * gdb.base/sum.c: Likewise.
11824 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
11825 regexps dynamically.
11826
9ecfcd1d
AA
118272014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
11828
11829 * gdb.base/solib1.c: Add eye-catchers.
11830 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
11831 literal line numbers.
11832
78708b7c
PA
118332014-11-12 Pedro Alves <palves@redhat.com>
11834
11835 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
11836 leader has exited.
11837
af48d08f
PA
118382014-11-12 Pedro Alves <palves@redhat.com>
11839
11840 * gdb.arch/i386-bp_permanent.c: New file.
11841 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
11842 (srcfile): Set to i386-bp_permanent.c.
11843 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
11844 that stepi does not execute the 'leave' instruction, instead of
11845 testing it does execute.
11846 * gdb.base/bp-permanent.c: New file.
11847 * gdb.base/bp-permanent.exp: New file.
11848
af3768e9
DE
118492014-11-10 Doug Evans <xdje42@gmail.com>
11850
11851 PR symtab/17564
11852 * gdb.base/symtab-search-order.exp: New file.
11853 * gdb.base/symtab-search-order.c: New file.
11854 * gdb.base/symtab-search-order-1.c: New file.
11855 * gdb.base/symtab-search-order-shlib-1.c: New file.
11856
9de00a4a
PA
118572014-11-07 Pedro Alves <palves@redhat.com>
11858
11859 PR gdb/17511
11860 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
11861 i?86-*-linux*.
11862
e0f52461
SC
118632014-11-03 Siva Chandra Reddy <sivachandra@google.com>
11864
11865 PR c++/17494
11866 * gdb.cp/pr17494.cc: New file.
11867 * gdb.cp/pr17494.exp: New file.
11868
6ce8c980
YQ
118692014-11-02 Yao Qi <yao@codesourcery.com>
11870
11871 * gdb.python/python.exp: Get working directory and match the
11872 output of "set extended-prompt \\w " with it.
11873
02be9a71
DE
118742014-10-30 Doug Evans <dje@google.com>
11875
11876 * gdb.python/py-objfile.exp: Add tests for setting random attributes
11877 in objfiles.
11878 * gdb.python/py-progspace.exp: Add tests for setting random attributes
11879 in progspaces.
11880
3bdff46b
LM
118812014-10-30 Janis Johnson <janisjo@codesourcery.com>
11882
11883 * gdb.base/fullpath-expand.exp: Skip for a remote host.
11884 * gdb.base/realname-expand.exp: Likewise.
11885 * gdb.linespec/macro-relative.exp: Likewise.
11886
ab917dfb
PA
118872014-10-29 Pedro Alves <palves@redhat.com>
11888
11889 PR gdb/17408
11890 * gdb.threads/schedlock.c (some_function): New function.
11891 (call_function): New global.
11892 (MAYBE_CALL_SOME_FUNCTION): New macro.
11893 (thread_function): Call it.
11894 * gdb.threads/schedlock.exp (get_args): Add description parameter,
11895 and use it instead of a global counter. Adjust all callers.
11896 (get_current_thread): Use "find current thread" for test message
11897 here rather than having all callers pass down the same string.
11898 (goto_loop): New procedure, factored out from ...
11899 (my_continue): ... this.
11900 (step_ten_loops): Change parameter from test message to command to
11901 use. Adjust.
11902 (list_count): Delete global.
11903 (check_result): New procedure, factored out from duplicate top
11904 level code.
11905 (continue tests): Wrap in with_test_prefix.
11906 (test_step): New procedure, factored out from duplicate top level
11907 code.
11908 (top level): Test "step" in combination with all scheduler-locking
11909 modes. Test "next" in combination with all scheduler-locking
11910 modes, and in combination with stepping over a function call or
11911 not.
11912 * gdb.threads/next-bp-other-thread.c: New file.
11913 * gdb.threads/next-bp-other-thread.exp: New file.
11914
d3d4baed
PA
119152014-10-29 Pedro Alves <palves@redhat.com>
11916
11917 PR python/17372
11918 * gdb.python/python.exp: Test a multi-line command that spawns
11919 interactive Python.
11920 * gdb.base/multi-line-starts-subshell.exp: New file.
11921
563e8d85
YQ
119222014-10-29 Yao Qi <yao@codesourcery.com>
11923
11924 * gdb.base/fileio.exp: Make directories on host.
11925
0ea4d52e
YQ
119262014-10-29 Yao Qi <yao@codesourcery.com>
11927
11928 * gdb.base/fileio.c (test_write): Close the file.
11929
7f5ef605
PA
119302014-10-28 Pedro Alves <palves@redhat.com>
11931
11932 PR gdb/12623
11933 * gdb.base/sigstep.c (no_handler): New global.
11934 (main): If 'no_handler is true, set the signal handlers to
11935 SIG_IGN.
11936 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
11937 with_sw_watch and no_handler parameters. Handle them.
11938 (top level) <stepping over handler when stopped at a breakpoint
11939 test>: Add a test axis for testing with a software watchpoint, and
11940 another for testing with the signal handler set to SIG_IGN.
11941 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
11942 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
11943
abbdbd03
PA
119442014-10-28 Pedro Alves <palves@redhat.com>
11945
11946 PR gdb/17511
11947 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
11948 * gdb.base/sigstep.exp (other_handler_location): New global.
11949 (advance): Support stepping into the signal handler, and running
11950 commands while in the handler.
11951 (in_handler_map): New global.
11952 (top level): In the advance test, add combinations for getting
11953 into the handler with stepping commands, and for running commands
11954 in the handler. Add comment descripting the advancei tests.
11955
1df4399f
PA
119562014-10-28 Pedro Alves <palves@redhat.com>
11957
11958 * gdb.base/sigstep.exp: Use build_executable instead of
11959 prepare_for_testing.
11960 (top level): Move code that starts GDB, runs to main and creates a
11961 display to ...
11962 (restart): ... this new procedure.
11963 (top level): Move backtrace from signal handler test to ...
11964 (validate_backtrace): ... this new procedure.
11965 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
11966 with_test_prefix. Always restart GDB.
11967 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
11968 with_test_prefix. Always restart GDB. No need to delete
11969 breakpoints after the test.
11970 (test_skip_handler): Remove prefix parameter.
11971 (skip_over_handler, breakpoint_to_handler)
11972 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
11973 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
11974 restart GDB. No need to delete breakpoints after the test.
11975 (top level): Use foreach to call the test procedures with
11976 different commands.
11977
a5b6e449
PA
119782014-10-28 Pedro Alves <palves@redhat.com>
11979
11980 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
11981 instead of GNATS numbers.
11982 * gdb.base/sigbpt.exp: Likewise.
11983 * gdb.base/siginfo.exp: Likewise.
11984 * gdb.base/sigstep.exp: Likewise.
11985
e5f8a7cc
PA
119862014-10-27 Pedro Alves <palves@redhat.com>
11987
11988 * gdb.base/sigstep.c (dummy): New global.
11989 (main): Issue a couple writes to the new global.
11990 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
11991 procedures.
11992 (skip_over_handler): Use test_skip_handler.
11993 (top level): Call skip_over_handler for stepi and nexti too.
11994 (breakpoint_over_handler): Use test_skip_handler.
11995 (top level): Call breakpoint_over_handler for stepi and nexti too.
11996
763905a3
YQ
119972014-10-27 Yao Qi <yao@codesourcery.com>
11998
11999 * gdb.trace/tfile.c (adjust_function_address)
12000 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
12001 function descriptor.
12002
6f259a23
DB
120032014-10-24 Don Breazeal <donb@codesourcery.com>
12004
12005 * gdb.base/foll-fork.exp (test_follow_fork,
12006 catch_fork_child_follow): Check for updated fork messages emitted
12007 from infrun.c.
12008 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
12009 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
12010 vfork_and_exec_child_follow_through_step): Check for updated vfork
12011 messages emitted from infrun.c.
12012
09dd9a69
PA
120132014-10-24 Pedro Alves <palves@redhat.com>
12014
12015 * gdb.base/corefile.exp: Remove references to ultrix.
12016 * gdb.base/interrupt.exp: Likewise.
12017 * gdb.base/whatis.exp: Likewise.
12018 * gdb.gdb/selftest.exp: Likewise.
12019 * gdb.threads/manythreads.exp: Likewise.
12020 * gdb.threads/print-threads.exp: Likewise.
12021 * gdb.threads/pthreads.exp:: Likewise.
12022 * gdb.threads/schedlock.exp: Likewise.
12023
3433cfa5
SC
120242014-10-24 Siva Chandra Reddy <sivachandra@google.com>
12025
12026 * gdb.cp/non-trivial-retval.cc: Add a test case.
12027 * gdb.cp/non-trivial-retval.exp: Add a test.
12028
092f880b
YQ
120292014-10-20 Yao Qi <yao@codesourcery.com>
12030
12031 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
12032 * gdb.python/py-objfile-script-gdb.py: New file.
12033 * gdb.python/py-objfile-script.exp: Update reference to
12034 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
12035 of remote_download. Remove the dest file.
12036
acbdb7f3
YQ
120372014-10-20 Yao Qi <yao@codesourcery.com>
12038
12039 * gdb.base/checkpoint.exp: Don't remove file copied on host.
12040 * gdb.base/step-line.exp: Likewise.
12041 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
12042 * gdb.dwarf2/dw2-basic.exp: Likewise.
12043 * gdb.dwarf2/dw2-compressed.exp: Likewise.
12044 * gdb.dwarf2/dw2-filename.exp: Likewise.
12045 * gdb.dwarf2/dw2-intercu.exp: Likewise.
12046 * gdb.dwarf2/dw2-intermix.exp: Likewise.
12047 * gdb.dwarf2/dw2-producer.exp: Likewise.
12048 * gdb.dwarf2/mac-fileno.exp: Likewise.
12049 * gdb.python/py-frame-args.exp: Likewise.
12050 * gdb.python/py-framefilter.exp: Likewise.
12051 * gdb.python/py-mi.exp: Likewise.
12052 * gdb.python/py-objfile-script.exp: Likewise
12053 * gdb.python/py-pp-integral.exp: Likewise.
12054 * gdb.python/py-pp-re-notag.exp: Likewise.
12055 * gdb.python/py-prettyprint.exp: Likewise.
12056 * gdb.python/py-section-script.exp: Likewise.
12057 * gdb.python/py-typeprint.exp: Likewise.
12058 * gdb.python/py-xmethods.exp: Likewise.
12059 * gdb.stabs/weird.exp: Likewise.
12060 * gdb.xml/tdesc-regs.exp: Likewise.
12061
bd286a29
KCY
120622014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
12063
12064 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
12065 (out_cu): Use addr_len for the size of addresses.
12066 (out_line): Likewise. Size DW_LNE_set_address instruction
12067 according to addr_len.
12068 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
12069 (FUNC): Add START_INSNS to definition.
12070
673dc4a0
YQ
120712014-10-18 Yao Qi <yao@codesourcery.com>
12072
12073 * gdb.base/argv0-symlink.exp: Check argv[0] value if
12074 gdb_has_argv0 return true.
12075 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
12076 check [target_info exists noargs], check [gdb_has_argv0]
12077 instead.
12078 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12079 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
12080 procedures.
12081
4ffbba72
DE
120822014-10-17 Doug Evans <dje@google.com>
12083
12084 * gdb.python/py-events.exp: Update expected output for clear_objfiles
12085 event.
12086 * gdb.python/py-events.py: Add clear_objfiles event.
12087
d096d8c1
DE
120882014-10-17 Doug Evans <dje@google.com>
12089
12090 * gdb.python/py-objfile.exp: Test progspace attribute.
12091
a80db015
LM
120922014-10-17 Luis Machado <lgustavo@codesourcery.com>
12093
12094 * gdb.guile/scm-breakpoint.exp: Do not assume any
12095 directory separators when matching source file paths.
12096 * gdb.python/py-breakpoint.exp: Likewise.
12097 * gdb.reverse/break-precsave.exp: Likewise.
12098 * gdb.reverse/break-reverse.exp: Likewise.
12099 * gdb.reverse/consecutive-precsave.exp: Likewise.
12100 * gdb.reverse/finish-precsave.exp: Likewise.
12101 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
12102 * gdb.reverse/finish-reverse.exp: Likewise.
12103 * gdb.reverse/i386-precsave.exp: Likewise.
12104 * gdb.reverse/i387-env-reverse.exp: Likewise.
12105 * gdb.reverse/i387-stack-reverse.exp: Likewise.
12106 * gdb.reverse/machinestate-precsave.exp: Likewise.
12107 * gdb.reverse/machinestate.exp: Likewise.
12108 * gdb.reverse/sigall-precsave.exp: Likewise.
12109 * gdb.reverse/solib-precsave.exp: Likewise.
12110 * gdb.reverse/step-precsave.exp: Likewise.
12111 * gdb.reverse/until-precsave.exp: Likewise.
12112 * gdb.reverse/watch-precsave.exp: Likewise.
12113 * gdb.reverse/watch-reverse.exp: Likewise.
12114
b22089ab
YQ
121152014-10-17 Yao Qi <yao@codesourcery.com>
12116
12117 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
12118 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
12119
6c4486e6
PA
121202014-10-17 Pedro Alves <palves@redhat.com>
12121
12122 PR gdb/17471
12123 * gdb.base/bg-execution-repeat.c: New file.
12124 * gdb.base/bg-execution-repeat.exp: New file.
12125
0ff33695
PA
121262014-10-17 Pedro Alves <palves@redhat.com>
12127
12128 PR gdb/17300
12129 * gdb.base/continue-all-already-running.c: New file.
12130 * gdb.base/continue-all-already-running.exp: New file.
12131
6fdebc3d
PA
121322014-10-17 Pedro Alves <palves@redhat.com>
12133
12134 PR gdb/17472
12135 * gdb.base/annota-input-while-running.c: New file.
12136 * gdb.base/annota-input-while-running.exp: New file.
12137
32a8097b
PA
121382014-10-17 Pedro Alves <palves@redhat.com>
12139
12140 * gdb.base/callfuncs.exp: emove references to osf.
12141 * gdb.base/sigall.exp: Likewise.
12142 * gdb.gdb/selftest.exp: Likewise.
12143 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
12144 * gdb.mi/non-stop.c: Likewise.
12145 * gdb.mi/pthreads.c: Likewise.
12146 * gdb.reverse/sigall-precsave.exp: Likewise.
12147 * gdb.reverse/sigall-reverse.exp: Likewise.
12148 * gdb.threads/pthreads.c: Likewise.
12149 * gdb.threads/pthreads.exp: Likewise.
12150
7a3517ff
YQ
121512014-10-17 Yao Qi <yao@codesourcery.com>
12152
12153 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
12154 check 'target_info exists noargs'.
12155 (test_command_prompt_position): Likewise.
12156 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
12157 Remove "set args".
12158 (progvar_simple_while_test): Likewise.
12159 (progvar_complex_if_while_test): Likewise.
12160 (if_while_breakpoint_command_test): Likewise.
12161 (infrun_breakpoint_command_test): Likewise.
12162 (breakpoint_command_test): Likewise.
12163 (watchpoint_command_test): Likewise.
12164 (bp_deleted_in_command_test): Likewise.
12165 (temporary_breakpoint_commands): Likewise.
12166
bb99c472
YQ
121672014-10-16 Yao Qi <yao@codesourcery.com>
12168
12169 * gdb.base/remotetimeout.exp: Remove noargs checking.
12170
7c16b83e
PA
121712014-10-15 Pedro Alves <palves@redhat.com>
12172
12173 PR breakpoints/9649
12174 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
12175 * gdb.base/breakpoint-in-ro-region.exp
12176 (probe_target_hardware_step): New procedure.
12177 (top level): Probe hardware stepping and hardware breakpoint
12178 support. Test stepping through a read-only region, with both
12179 "breakpoint auto-hw" on and off and both "always-inserted" on and
12180 off.
12181
35a49624
IB
121822014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
12183
12184 * gdb.dlang/demangle.exp: Update for demangling changes.
12185
2d1c107c
SC
121862014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12187
12188 * gdb.cp/non-trivial-retval.cc: Add new test cases.
12189 * gdb.cp/non-trivial-retval.exp: Add new tests.
12190
778811d5
SC
121912014-10-15 Siva Chandra Reddy <sivachandra@google.com>
12192
12193 PR c++/13403
12194 PR c++/15154
12195 * gdb.cp/non-trivial-retval.cc: New file.
12196 * gdb.cp/non-trivial-retval.exp: New file.
12197
10c5f0a8
YQ
121982014-10-15 Yao Qi <yao@codesourcery.com>
12199
12200 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
12201 remote host.
12202
65d7b369
YQ
122032014-10-15 Yao Qi <yao@codesourcery.com>
12204
12205 * gdb.python/py-symbol.exp: Match file base name if host is
12206 remote, otherwise match file name with dir name.
12207 * gdb.python/py-symtab.exp: Likewise.
12208 * gdb.python/python.exp: Likewise.
12209
46dc1394
YQ
122102014-10-15 Yao Qi <yao@codesourcery.com>
12211
12212 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
12213 pattern.
12214 * gdb.python/py-symtab.exp: Likewise.
12215 * gdb.python/python.exp: Remove trailing ".*". Fix typo
12216 locationn.
12217
c40cc657
JB
122182014-10-14 Joel Brobecker <brobecker@adacore.com>
12219
12220 * gdb.ada/addr_arith: New testcase.
12221
2abf49e1
MR
122222014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
12223
12224 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
12225 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
12226 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
12227 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
12228
f7088df3
SDJ
122292014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
12230
12231 * gdb.arch/stap-eval-lang-ada.S: Likewise.
12232 * gdb.arch/stap-eval-lang-ada.c: Likewise.
12233 * gdb.arch/stap-eval-lang-ada.exp: New file.
12234
4dc06805
YQ
122352014-10-14 Yao Qi <yao@codesourcery.com>
12236
12237 * gdb.mi/mi-var-child.c (nothing1): New function.
12238 (nothing2): New function.
12239 (do_children_tests): Set function pointers by nothing1 and
12240 nothing2.
12241 * gdb.mi/mi-var-child.exp: Step over new added statements.
12242 Update test to match the new output.
12243 * gdb.mi/var-cmd.c (nothing1): New function.
12244 (nothing2): New function.
12245 (do_children_tests): Set function pointers by nothing1 and
12246 nothing2.
12247 * gdb.mi/mi-var-display.exp: Update test to match output.
12248 Step to the line specified by $line_dct_nothing.
12249 Increase the number of lines to step.
12250
46a93de2
YQ
122512014-10-14 Yao Qi <yao@codesourcery.com>
12252
12253 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
12254 tests.
12255 * gdb.mi/mi2-var-child.exp: Likewise.
12256
14ea52ee
DE
122572014-10-13 Doug Evans <dje@google.com>
12258
12259 * gdb.python/py-objfile.exp: Change name of file name test.
12260
e5c6e92b
DE
122612014-10-13 Doug Evans <dje@google.com>
12262
12263 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
12264 from the start of the CU.
12265
c780cc2f
JK
122662014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
12267 Yao Qi <yao@codesourcery.com>
12268
12269 Fix "save breakpoints" for "catch" command.
12270 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
12271 Remove -nonewline. Match also the added "main" line.
12272
99894e11
JK
122732014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12274
12275 Fix "save breakpoints" for "disable $bpnum" command.
12276 * gdb.base/save-bp.c (main): Add label.
12277 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
12278
6e1ac5a3
JK
122792014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12280
12281 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
12282
754dd2b0
YQ
122832014-10-11 Yao Qi <yao@codesourcery.com>
12284
12285 * gdb.server/server-kill.exp: Execute command
12286 "set remote trace-status-packet on" before "tstatus".
12287
f90183d7
YQ
122882014-10-11 Yao Qi <yao@codesourcery.com>
12289
12290 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
12291 (main): Call getppid.
12292 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
12293 and continue to it. Read variable "server_pid".
12294
bf40a607
YQ
122952014-10-11 Yao Qi <yao@codesourcery.com>
12296
12297 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
12298
052ca370
YQ
122992014-10-11 Yao Qi <yao@codesourcery.com>
12300
12301 * gdb.threads/thread-find.exp: Don't execute command
12302 "info threads".
12303 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
12304 * gdb.threads/linux-dp.exp: Don't check the condition
12305 $threads_created equals to zero.
12306
3831839c
PA
123072014-10-10 Pedro Alves <palves@redhat.com>
12308
12309 * gdb.base/bigcore.exp: Remove references to IRIX.
12310 * gdb.base/funcargs.exp: Likewise.
12311 * gdb.base/interrupt.exp: Likewise.
12312 * gdb.base/mips_pro.exp: Likewise.
12313 * gdb.base/nodebug.exp: Likewise.
12314 * gdb.base/setvar.exp: Likewise.
12315 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
12316
8b9a549d
PA
123172014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
12318 Pedro Alves <palves@redhat.com>
12319
12320 PR symtab/14466
12321 * gdb.base/vdso-warning.c: New file.
12322 * gdb.base/vdso-warning.exp: New file.
12323
d48ba5e8
DE
123242014-10-02 Doug Evans <dje@google.com>
12325
12326 * gdb.base/structs.c (main): Don't run forever.
12327
2278c276
PA
123282014-10-02 Pedro Alves <palves@redhat.com>
12329
12330 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
12331 (top level) <stop threads 1, stop threads 2>: Use it.
12332
b57bacec
PA
123332014-10-02 Pedro Alves <palves@redhat.com>
12334
12335 * gdb.threads/break-while-running.exp (test): Add new
12336 'update_thread_list' argument. Skip "info threads" if false.
12337 (top level): Add new 'update_thread_list' axis.
12338
13fd3ff3
PA
123392014-10-02 Pedro Alves <palves@redhat.com>
12340
12341 PR breakpoints/17431
12342 * gdb.base/execl-update-breakpoints.c: New file.
12343 * gdb.base/execl-update-breakpoints.exp: New file.
12344
0fec99e8
PA
123452014-10-01 Pedro Alves <palves@redhat.com>
12346
12347 * gdb.base/breakpoint-in-ro-region.c: New file.
12348 * gdb.base/breakpoint-in-ro-region.exp: New file.
12349
2ddf4301
SM
123502014-10-01 Simon Marchi <simon.marchi@ericsson.com>
12351
12352 * gdb.mi/mi-exit-code.exp: New file.
12353 * gdb.mi/mi-exit-code.c: New file.
12354
6a5f3f43
YQ
123552014-09-30 Yao Qi <yao@codesourcery.com>
12356
12357 * lib/prelink-support.exp (build_executable_own_libs): Error if
12358 the target isn't native.
12359
345bcc73
YQ
123602014-09-30 Yao Qi <yao@codesourcery.com>
12361
12362 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
12363 false.
12364
a25a5a45
PA
123652014-09-22 Pedro Alves <palves@redhat.com>
12366
12367 * gdb.threads/break-while-running.exp: New file.
12368 * gdb.threads/break-while-running.c: New file.
12369
00ba3162
YQ
123702014-09-19 Yao Qi <yao@codesourcery.com>
12371
12372 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
12373 Invoke test. Restart GDB with --readnow and invoke test again.
12374
c3b7b696
YQ
123752014-09-19 Yao Qi <yao@codesourcery.com>
12376
12377 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
12378 proc set_breakpoint_on_gcd_function. Invoke
12379 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
12380 invoke set_breakpoint_on_gcd_function again.
12381
2b4fd423
DE
123822014-09-18 Doug Evans <dje@google.com>
12383
12384 * gdb.dwarf2/symtab-producer.exp: New file.
12385
a5947601
SDJ
123862014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12387
12388 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
12389 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
12390 * gdb.base/global-var-nested-by-dso.c: Likewise.
12391 * gdb.base/global-var-nested-by-dso.exp: Likewise.
12392
91c19059
SDJ
123932014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
12394 Pedro Alves <palves@redhat.com>
12395
12396 * gdb.base/watch-bitfields.exp: Pass string other than test file
12397 name to prepare_for_testing.
12398 (watch): New procedure.
12399 (expect_watchpoint): Use with_test_prefix.
12400 (top level): Factor out tests to ...
12401 (test_watch_location, test_regular_watch): ... these new
12402 procedures, and use with_test_prefix and gdb_continue_to_end.
12403
bb9d5f81
PP
124042014-09-16 Patrick Palka <patrick@parcs.ath.cx>
12405
12406 PR breakpoints/12526
12407 * gdb.base/watch-bitfields.exp: New file.
12408 * gdb.base/watch-bitfields.c: New file.
12409
635856f5
PA
124102014-09-16 Pedro Alves <palves@redhat.com>
12411
12412 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
12413 software and hardware addresses, not software address against
12414 itself.
12415
7280ceea
PA
124162014-09-16 Pedro Alves <palves@redhat.com>
12417
12418 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
12419 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
12420
428b16bd
PA
124212014-09-16 Pedro Alves <palves@redhat.com>
12422
12423 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
12424 files.
12425 * gdb.base/a2-run.exp: Remove all code guarded by istarget
12426 "*-*-vxworks*" throughout.
12427 * gdb.base/break.exp: Likewise.
12428 * gdb.base/default.exp: Likewise.
12429 * gdb.base/scope.exp: Likewise.
12430 * gdb.base/sepdebug.exp: Likewise.
12431 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
12432 throughout.
12433 * gdb.base/run.c: Likewise.
12434 * gdb.base/sepdebug.c: Likewise.
12435 * gdb.hp/gdb.aCC/run.c: Likewise.
12436 * gdb.reverse/until-reverse.c: Likewise.
12437 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
12438
666d413c
YQ
124392014-09-16 Yao Qi <yao@codesourcery.com>
12440
12441 * boards/local-remote-host-native.exp: New file.
12442
57cbd724
DE
124432014-09-14 Doug Evans <xdje42@gmail.com>
12444
12445 * gdb.threads/queue-signal.c (thread_count): New variable.
12446 (thread_count_mutex, thread_count_condvar): New variables.
12447 (incr_thread_count, wait_all_threads_running): New functions.
12448 (main): Wait for all threads to be in their thread functions.
12449
81219e53
DE
124502014-09-13 Doug Evans <xdje42@gmail.com>
12451
12452 * gdb.threads/queue-signal.c: New file.
12453 * gdb.threads/queue-signal.exp: New file.
12454
3714cea7
DE
124552014-09-13 Doug Evans <xdje42@gmail.com>
12456
12457 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
12458 be consistent with what default_gdb_init uses.
12459 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
12460 the plain text of the prompt. Add some logging printfs.
12461 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
12462
fa43b1d7
PA
124632014-09-12 Pedro Alves <palves@redhat.com>
12464
12465 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
12466 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
12467 * gdb.arch/i386-size-overlap.exp: Likewise.
12468 * gdb.arch/i386-size.exp: Likewise.
12469 * gdb.arch/i386-unwind.exp: Likewise.
12470 * gdb.base/a2-run.exp: Likewise.
12471 * gdb.base/break.exp: Likewise.
12472 * gdb.base/charset.exp: Likewise.
12473 * gdb.base/chng-syms.exp: Likewise.
12474 * gdb.base/commands.exp: Likewise.
12475 * gdb.base/dbx.exp: Likewise.
12476 * gdb.base/find.exp: Likewise.
12477 * gdb.base/funcargs.exp: Likewise.
12478 * gdb.base/jit-simple.exp: Likewise.
12479 * gdb.base/reread.exp: Likewise.
12480 * gdb.base/sepdebug.exp: Likewise.
12481 * gdb.base/step-bt.exp: Likewise.
12482 * gdb.cp/mb-inline.exp: Likewise.
12483 * gdb.cp/mb-templates.exp: Likewise.
12484 * gdb.objc/basicclass.exp: Likewise.
12485 * gdb.threads/killed.exp: Likewise.
12486
9d9bf2df
EBM
124872014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
12488
12489 PR tdep/17379
12490 * gdb.arch/powerpc-stackless.S: New file.
12491 * gdb.arch/powerpc-stackless.exp: New file.
12492
1cf2f1b0
JK
124932014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
12494
12495 * gdb.base/attach.c: Include unistd.h.
12496 (main): Call alarm. Add label postloop.
12497 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
12498 gdb_breakpoint, gdb_continue_to_breakpoint.
12499 (test_command_line_attach_run): Kill ${testpid} in one exit path.
12500
98880d46
PA
125012014-09-11 Pedro Alves <palves@redhat.com>
12502
12503 PR gdb/17347
12504 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
12505 * gdb.base/attach.exp (test_command_line_attach_run): New
12506 procedure.
12507 (top level): Call it.
12508
4c92ff2c
PA
125092014-09-11 Pedro Alves <palves@redhat.com>
12510
12511 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
12512 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
12513 (do_command_attach_tests): Use spawn_wait_for_attach.
12514 * gdb.base/solib-overlap.exp: Likewise.
12515 * gdb.multi/multi-attach.exp: Likewise.
12516 * gdb.python/py-prompt.exp: Likewise.
12517 * gdb.python/py-sync-interp.exp: Likewise.
12518 * gdb.server/ext-attach.exp: Likewise.
12519
3adc1a7d
GKB
125202014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
12521
12522 * gdb.fortran/array-element.exp: Remove unexpected "continue"
12523 command in testcase. Simplify testcase.
12524
96334934
JB
125252014-09-10 Joel Brobecker <brobecker@adacore.com>
12526
12527 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
12528
eb479039
JB
125292014-09-10 Joel Brobecker <brobecker@adacore.com>
12530
12531 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
12532
deede10c
JB
125332014-09-10 Joel Brobecker <brobecker@adacore.com>
12534
12535 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
12536
7828a5f5
JB
125372014-09-10 Joel Brobecker <brobecker@adacore.com>
12538
12539 * gdb.dwarf2/dynarr-ptr.c: New file.
12540 * gdb.dwarf2/dynarr-ptr.exp: New file.
12541
33aeebcf
MR
125422014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12543
12544 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
12545 of 30 rather than hardcoding 120 for a slow test case. Take the
12546 `gdb,timeout' target setting into account for this calculation.
12547 Don't extend the timeout for the test cases that don't need it.
12548
7b415901
MR
125492014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12550
12551 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
12552 a factor of 2 for a slow test case. Take the `gdb,timeout'
12553 target setting into account for this calculation.
12554 * gdb.reverse/until-precsave.exp: Increase the timeout by
12555 a factor of 15 and 3 respectively rather than adding 120
12556 for a pair of slow test cases. Take the `gdb,timeout'
12557 target setting into account for this calculation.
12558
4a40f85a
MR
125592014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12560
12561 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
12562 timeout, don't pass one down to gdb_expect.
12563 (gdb_expect): Rework timeout selection.
12564
09635af7
MR
125652014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12566
12567 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
12568 exception on timeout.
12569 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
12570 (gdbserver_start_extended): Catch any `gdbserver_start' error
12571 exceptions.
12572 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
12573 * lib/mi-support.exp (mi_gdb_target_load): Catch any
12574 `gdbserver_gdb_load' error exceptions.
12575
2bdd10b7
MR
125762014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
12577
12578 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
12579 120 on waiting for the TCP socket to open.
12580
316935f0
DE
125812014-09-09 Doug Evans <xdje42@gmail.com>
12582
12583 * gdb.base/default.exp (show_conv_list): Add _caller_is,
12584 _caller_matches, _any_caller_is, _any_caller_matches.
12585
83740597
DE
125862014-09-09 Doug Evans <xdje42@gmail.com>
12587
12588 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
12589
4c122fc3
YQ
125902014-09-09 Yao Qi <yao@codesourcery.com>
12591
12592 * gdb.mi/mi-var-display.exp: Set print symbol off.
12593
a9f116cb
GKB
125942014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
12595
12596 PR gdb/17035
12597 * gdb.base/commands.exp: Add tests to verify user-defined
12598 commands with empty bodies.
12599 * gdb.python/py-cmd.exp: Test that we don't show user-defined
12600 python commands in `show user command`.
12601 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
12602 scheme commands in `show user command`.
12603
c75bd3a2
JK
126042014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
12605
12606 PR python/17355
12607 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
12608 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
12609 * gdb.python/py-framefilter-invalidarg.exp: New file.
12610 * gdb.python/py-framefilter-invalidarg.py: New file.
12611
faa42425
DE
126122014-09-06 Doug Evans <xdje42@gmail.com>
12613
12614 PR 15276
12615 * gdb.python/py-caller-is.c: New file.
12616 * gdb.python/py-caller-is.exp: New file.
12617
474ca4f6
SDJ
126182014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
12619
12620 PR gdb/17235
12621 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
12622 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
12623
eb0b0463
SDJ
126242014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
12625
12626 PR fortran/17237
12627 * gdb.fortran/print-formatted.exp: New file.
12628 * gdb.fortran/print-formatted.f90: Likewise.
12629
5f3b99cf
SS
126302014-09-03 Sasha Smundak <asmundak@google.com>
12631
12632 * gdb.python/py-frame.exp: Test Frame.read_register.
12633
7d793aa9
SDJ
126342014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
12635
12636 PR python/16699
12637 * gdb.python/py-completion.exp: New file.
12638 * gdb.python/py-completion.py: Likewise.
12639
fb0576e9
DE
126402014-08-28 Doug Evans <dje@google.com>
12641
12642 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
12643 eax,etc. are live with values set by gdb and thus the compiler can't
12644 use them.
12645 * gdb.arch/i386-pseudo.c (main): Ditto.
12646
ee92b0dd
DE
126472014-08-27 Doug Evans <dje@google.com>
12648
12649 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
12650
6649db35
DE
126512014-08-25 Doug Evans <dje@google.com>
12652
12653 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
12654 (main): Ditto.
12655
564b7600
DE
126562014-08-25 Doug Evans <dje@google.com>
12657
12658 * gdb.threads/thread-execl.exp: #include <stdio.h>.
12659
3881fb67
YQ
126602014-08-24 Yao Qi <yao@codesourcery.com>
12661
12662 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
12663 symbol off.
12664 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
12665
a05a36a5
DE
126662014-08-22 Doug Evans <dje@google.com>
12667
12668 PR 17276
12669 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
12670 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
12671 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
12672
7c343b48
YQ
126732014-08-22 Yao Qi <yao@codesourcery.com>
12674
12675 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
12676 * gdb.python/py-finish-breakpoint2.exp: Likewise.
12677 * gdb.python/python.exp: Likewise. Use .py file on the host
12678 instead of the build.
12679
22fd09ae
JK
126802014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
12681
12682 * gdb.threads/gcore-stale-thread.c: New file.
12683 * gdb.threads/gcore-stale-thread.exp: New file.
12684
a8454a7c
PA
126852014-08-21 Pedro Alves <palves@redhat.com>
12686
12687 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
12688 * gdb.base/gcore-relro-pie.exp: Likewise.
12689 * gdb.base/gcore-relro.exp: Likewise.
12690 * gdb.base/gcore.exp: Likewise.
12691 * gdb.base/print-symbol-loading.exp: Likewise.
12692 * gdb.threads/gcore-thread.exp: Likewise.
12693 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
12694
2a31c623
PA
126952014-08-20 Pedro Alves <palves@redhat.com>
12696 Jan Kratochvil <jan.kratochvil@redhat.com>
12697
12698 * Makefile.in (EXTRA_RULES, CC): New variables, get from
12699 configure.
12700 (EXPECT): Handle READ1 being set.
12701 (all): Depend on EXTRA_RULES.
12702 (check-read1, expect-read1, read1.so, read1): New rules.
12703 * README (Testsuite Parameters): Document the READ1 make variable.
12704 (Race detection): New section.
12705 * configure: Regenerate.
12706 * configure.ac: If build==host==target, and running under a
12707 GNU/glibc system, add read1 to the extra Makefile rules.
12708 (EXTRA_RULES): AC_SUBST it.
12709 * lib/read1.c: New file.
12710
d36430db
JB
127112014-08-20 Joel Brobecker <brobecker@adacore.com>
12712
12713 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
12714 the handling of variables declared as a typedef to an array
12715 which a DW_AT_data_location attribute.
12716
9a0dc9e3
PA
127172014-08-19 Andrew Burgess <aburgess@broadcom.com>
12718 Pedro Alves <palves@redhat.com>
12719
12720 PR symtab/14604
12721 PR symtab/14605
12722 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
12723 gdb_test.
12724
0718a8da
PA
127252014-08-19 Pedro Alves <palves@redhat.com>
12726
12727 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
12728
13b448cd
YQ
127292014-08-19 Yao Qi <yao@codesourcery.com>
12730
12731 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
12732 right line.
12733
1cbf5077
DB
127342014-08-18 David Blaikie <dblaikie@gmail.com>
12735
12736 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
12737
bf0fae19
JB
127382014-08-18 Joel Brobecker <brobecker@adacore.com>
12739
12740 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
12741 attribute in array range.
12742
3c8c5dcc
JB
127432014-08-18 Joel Brobecker <brobecker@adacore.com>
12744
12745 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
12746
e66d4446
SC
127472014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12748
12749 PR c++/17132
12750 * gdb.cp/pr17132.cc: New file.
12751 * gdb.cp/pr17132.exp: New file.
12752
940df408
SC
127532014-08-15 Siva Chandra Reddy <sivachandra@google.com>
12754
12755 * gdb.python/py-xmethods.py (A_getarrayind)
12756 (E_method_char_worker.__call__, E_method_int_worker.__call__):
12757 Use 'print' with function call syntax.
12758 (E_method_matcher.match): Fix tab vs space indentation mixup.
12759
ebcc6c3a
YQ
127602014-08-15 Yao Qi <yao@codesourcery.com>
12761
12762 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
12763 false.
12764
775e0f04
YQ
127652014-08-15 Yao Qi <yao@codesourcery.com>
12766
12767 * gdb.cp/casts.exp: Set print symbol off.
12768 * gdb.cp/class2.exp: Likewise.
12769 * gdb.cp/overload.exp: Likewise.
12770 * gdb.cp/templates.exp: Likewise.
12771
d769e349
DE
127722014-08-11 Doug Evans <dje@google.com>
12773
12774 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
12775 (test_load_shlib): Update.
12776
20c6f1e1
YQ
127772014-08-09 Yao Qi <yao@codesourcery.com>
12778
12779 * gdb.base/display.exp: Invoke is_address_zero_readable.
12780 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
12781 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
12782 * gdb.base/hbreak-unmapped.exp: Return if
12783 is_address_zero_readable returns true.
12784 * gdb.base/signest.exp: Likewise.
12785 * gdb.base/signull.exp: Likewise.
12786 * gdb.base/sigbpt.exp: Likewise.
12787 * gdb.guile/scm-disasm.exp: Do the test if
12788 is_address_zero_readable returns false.
12789 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
12790 * gdb.python/py-arch.exp: Likewise.
12791 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
12792 * lib/gdb.exp (is_address_zero_readable): New proc.
12793
5792e8e3
YQ
127942014-08-09 Yao Qi <yao@codesourcery.com>
12795
12796 PR testsuite/13443
12797 * gdb.mi/mi-var-display.exp: Make test messages unique.
12798
3cecbbbe
TT
127992014-08-04 Tom Tromey <tromey@redhat.com>
12800
12801 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
12802 target 0".
12803
00b51ff5
TT
128042014-08-04 Tom Tromey <tromey@redhat.com>
12805
12806 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
12807 "target_resume".
12808
6908c509
JB
128092014-08-01 Joel Brobecker <brobecker@adacore.com>
12810
12811 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
12812 inner_vla_struct_object_size.
12813 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
12814 as xfail.
12815
cc6563d2
PA
128162014-07-30 Pedro Alves <palves@redhat.com>
12817
12818 * gdb.threads/signal-command-handle-nopass.exp (test): Add
12819 comment.
12820
7e09a223
YQ
128212014-07-29 Yao Qi <yao@codesourcery.com>
12822
12823 PR gdb/17206
12824 * gdb.base/until-nodebug.exp: New.
12825
7ebdbe92
DE
128262014-07-28 Doug Evans <xdje42@gmail.com>
12827
12828 PR guile/17203
12829 * gdb.guile/scm-parameter.exp: Add tests for trying to create
12830 previously existing parameter, and previously ambiguously spelled
12831 parameter.
12832
fdb1adc6
WN
128332014-07-28 Will Newton <will.newton@linaro.org>
12834
12835 * gdb.base/varargs.exp: Remove KFAILs for ARM.
12836
186fcde0
DE
128372014-07-26 Ludovic Courtès <ludo@gnu.org>
12838 Doug Evans <xdje42@gmail.com>
12839
12840 PR guile/17146
12841 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
12842
70509625
PA
128432014-07-25 Pedro Alves <palves@redhat.com>
12844
12845 * gdb.threads/signal-command-handle-nopass.c: New file.
12846 * gdb.threads/signal-command-handle-nopass.exp: New file.
12847 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
12848 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
12849 * gdb.threads/signal-delivered-right-thread.c: New file.
12850 * gdb.threads/signal-delivered-right-thread.exp: New file.
12851
c3f814a1
PA
128522014-07-25 Pedro Alves <palves@redhat.com>
12853
12854 * gdb.base/double-prompt-target-event-error.exp
12855 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
12856 match.
12857 (cancel_pagination_in_target_event): Rework double prompt
12858 detection.
12859 * gdb.base/paginate-after-ctrl-c-running.exp
12860 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
12861 <return>' match.
12862 * gdb.base/paginate-bg-execution.exp
12863 (test_bg_execution_pagination_return)
12864 (test_bg_execution_pagination_cancel): Remove '-notransfer
12865 <return>' matches.
12866 * gdb.base/paginate-execution-startup.exp
12867 (test_fg_execution_pagination_return)
12868 (test_fg_execution_pagination_cancel): Remove '-notransfer
12869 <return>' matches.
12870 * gdb.base/paginate-inferior-exit.exp
12871 (test_paginate_inferior_exited): Remove '-notransfer <return>'
12872 match.
12873 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
12874 * lib/gdb.exp (pagination_prompt): Run text through
12875 string_to_regexp.
12876 (gdb_test_multiple): Match $pagination_prompt instead of
12877 "<return>".
12878 (string_to_regexp): Move to lib/gdb-utils.exp.
12879
e214cf6c
JK
128802014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
12881
12882 * gdb.arch/amd64-entry-value-paramref.S: New file.
12883 * gdb.arch/amd64-entry-value-paramref.cc: New file.
12884 * gdb.arch/amd64-entry-value-paramref.exp: New file.
12885 * gdb.arch/amd64-optimout-repeat.S: New file.
12886 * gdb.arch/amd64-optimout-repeat.c: New file.
12887 * gdb.arch/amd64-optimout-repeat.exp: New file.
12888
17d0c5c8
JK
128892014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
12890
12891 PR gdb/17170
12892 * gdb.base/statistics.exp: New file.
12893
b8b8facf
DE
128942014-07-17 Doug Evans <dje@google.com>
12895
74b49205 12896 PR gdb/17170
b8b8facf
DE
12897 * gdb.base/maint.exp: Update testing of per-command stats.
12898
1b5d0ab3
PA
128992014-07-16 Pedro Alves <palves@redhat.com>
12900
12901 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
12902 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
12903 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
12904 (tfile_write_buf): New functions.
12905 (add_memory_block): Rewrite using the above.
12906 (adjust_function_address): New function.
12907 (FUNCTION_ADDRESS): New macro.
12908 (write_basic_trace_file): Remove short_x local, and use
12909 tfile_write_16. Change type of func_addr local to unsigned long
12910 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
12911 here. Cast argument of add_memory_block to char pointer.
12912 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
12913 (main): Remove parameters.
12914 * gdb.trace/tfile.exp: Remove nowarnings.
12915
4d974e88
SM
129162014-07-15 Simon Marchi <simon.marchi@ericsson.com>
12917
12918 * gdb.base/debug-expr.exp: Test string evaluation with
12919 "debug expression" on.
12920
41e99568
PA
129212014-07-15 Pedro Alves <palves@redhat.com>
12922
12923 * gdb.base/reread.exp: Use clean_restart.
12924
487d9753
PL
129252014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
12926
12927 * gdb.arch/avr-flash-qualifer.c: New.
12928 * gdb.arch/avr-flash-qualifer.exp: New.
12929
cc1c52ad
PA
129302014-07-14 Pedro Alves <palves@redhat.com>
12931
12932 * gdb.base/paginate-after-ctrl-c-running.c: New file.
12933 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
12934
1e973570
PA
129352014-07-14 Pedro Alves <palves@redhat.com>
12936
12937 * gdb.base/double-prompt-target-event-error.c: New file.
12938 * gdb.base/double-prompt-target-event-error.exp: New file.
12939
93d6eb10
PA
129402014-07-14 Pedro Alves <palves@redhat.com>
12941
12942 PR gdb/17072
12943 * gdb.base/paginate-inferior-exit.c: New file.
12944 * gdb.base/paginate-inferior-exit.exp: New file.
12945
0017922d
PA
129462014-07-14 Pedro Alves <palves@redhat.com>
12947
12948 PR gdb/17072
12949 * gdb.base/paginate-bg-execution.c: New file.
12950 * gdb.base/paginate-bg-execution.exp: New file.
12951
94696ad3
PA
129522014-07-14 Pedro Alves <palves@redhat.com>
12953
12954 PR gdb/17072
12955 * gdb.base/paginate-execution-startup.c: New file.
12956 * gdb.base/paginate-execution-startup.exp: New file.
12957 * lib/gdb.exp (pagination_prompt): New global.
12958 (default_gdb_spawn): New procedure, factored out from
12959 default_gdb_spawn.
12960 (default_gdb_start): Adjust to call default_gdb_spawn.
12961 (gdb_spawn): New procedure.
12962
bd293940
PA
129632014-07-14 Pedro Alves <palves@redhat.com>
12964
12965 * lib/gdb.exp (gdb_assert): New procedure.
12966 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
12967
c933f875
PA
129682014-07-14 Pedro Alves <palves@redhat.com>
12969
12970 * gdb.base/execution-termios.c: New file.
12971 * gdb.base/execution-termios.exp: New file.
12972
d98b7a16
TT
129732014-07-14 Tom Tromey <tromey@redhat.com>
12974
12975 * gdb.cp/vla-cxx.cc: New file.
12976 * gdb.cp/vla-cxx.exp: New file.
12977
548740d6
TT
129782014-07-14 Tom Tromey <tromey@redhat.com>
12979
12980 * gdb.reverse/rerun-prec.c: New file.
12981 * gdb.reverse/rerun-prec.exp: New file.
12982
a25eb028
MR
129832014-07-12 Maciej W. Rozycki <macro@mips.com>
12984 Maciej W. Rozycki <macro@codesourcery.com>
12985
12986 * lib/gdb-utils.exp: New file.
12987 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
12988 inline `gdb_init_command' processing.
12989 (gdb_start_cmd): Likewise.
12990 * lib/mi-support.exp (mi_run_cmd): Likewise.
12991 * README: Document `gdb_init_command' and `gdb_init_commands'.
12992
218c2655
JK
129932014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12994
12995 Fix false FAIL running under a very long directory name.
12996 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
12997 and "set print elements 10000". Twice.
12998
5401fde3
YQ
129992014-07-11 Yao Qi <yao@codesourcery.com>
13000
13001 * gdb.base/exprs.exp: "set print symbol off".
13002
e76126e8
PA
130032014-07-11 Pedro Alves <palves@redhat.com>
13004
13005 * gdb.threads/kill.c: New file.
13006 * gdb.threads/kill.exp: New file.
13007
2d6f0de6
YQ
130082014-07-10 Yao Qi <yao@codesourcery.com>
13009
13010 * gdb.trace/tfile.c (write_basic_trace_file)
13011 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
13012 address written to trace file.
13013
7180e04a
PA
130142014-07-09 Pedro Alves <palves@redhat.com>
13015
13016 * gdb.base/attach-wait-input.exp: New file.
13017 * gdb.base/attach-wait-input.c: New file.
13018
9a9a7608
AB
130192014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
13020
13021 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
13022 setting up test structures.
13023 (main): Call new test function.
13024 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
13025 test function, continue into test function and walk test
13026 structures.
13027
161ac41e
YQ
130282014-07-02 Yao Qi <yao@codesourcery.com>
13029
13030 * gdb.trace/entry-values.c: Define labels 'foo_start' and
13031 'bar_start' at the beginning of functions 'foo' and 'bar'
13032 respectively.
13033 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
13034 instead of 'foo' and 'bar'.
13035
1f267ae3
MM
130362014-07-08 Markus Metzger <markus.t.metzger@intel.com>
13037
13038 * gdb.btrace/segv.exp: New.
13039 * gdb.btrace/segv.c: New.
13040
2b239efb
LM
130412014-07-02 Luis Machado <lgustavo@codesourcery.com>
13042
13043 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
13044 instruction.
13045
cf363f18
MW
130462014-06-30 Mark Wielaard <mjw@redhat.com>
13047
13048 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
13049 vulture, vilify, villar): New volatile array constants.
13050 (vindictive, vegetation): New const volatile array constants.
13051 * gdb.base/volatile.exp: Test volatile and const volatile array
13052 types.
13053
aebf9d24
AA
130542014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13055
13056 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
13057 target lacks support for awatch, rwatch, or hbreak.
13058
b67a2c6f
YQ
130592014-06-27 Yao Qi <yao@codesourcery.com>
13060
13061 * gdb.multi/dummy-frame-restore.exp: New.
13062 * gdb.multi/dummy-frame-restore.c: New.
13063
aef92902
MM
130642014-06-25 Markus Metzger <markus.t.metzger@intel.com>
13065
13066 * gdb.btrace/gcore.exp: New.
13067
8e9db26e
PA
130682014-06-23 Pedro Alves <palves@redhat.com>
13069
13070 * gdb.base/watchpoint-reuse-slot.c: New file.
13071 * gdb.base/watchpoint-reuse-slot.exp: New file.
13072
70afc5b7
SC
130732014-06-23 Siva Chandra Reddy <sivachandra@google.com>
13074
13075 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
13076 progspace's filename in 'info', 'enable' and 'disable' command
13077 tests.
13078
b972bd9c
JK
130792014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
13080
13081 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
13082 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13083 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
13084
125f8a3d
GB
130852014-06-20 Gary Benson <gbenson@redhat.com>
13086
13087 * gdb.arch/i386-avx.exp: Fix include file location.
13088 * gdb.arch/i386-sse.exp: Likewise.
13089
3ed9baed
IB
130902014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
13091
13092 * gdb.dlang/expression.exp: New file.
13093
034f788c
PA
130942014-06-19 Pedro Alves <palves@redhat.com>
13095
13096 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
13097 out from ...
13098 (top level): ... here. Iterate running tests under different
13099 scheduler-locking settings.
13100
45371d0c
LM
131012014-06-18 Luis Machado <lgustavo@codesourcery.com>
13102
13103 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
13104 to DW_FORM_addr and use non-zero addresses.
13105
5d376983
SC
131062014-06-18 Siva Chandra Reddy <sivachandra@google.com>
13107
13108 PR gdb/17017
13109 * gdb.python/py-xmethods.cc: Add global function call counters and
13110 increment them in their respective functions. Remove "cout"
13111 statements.
13112 * gdb.python/py-xmethods.exp: Make tests check the global function
13113 call counters instead of depending on inferior IO.
13114
a1aa2221
LM
131152014-06-18 Don Breazeal <donb@codesourcery.com>
13116
13117 * gdb.base/foll-fork.exp (default_fork_parent_follow):
13118 Deleted procedure.
13119 (explicit_fork_parent_follow): Deleted procedure.
13120 (explicit_fork_child_follow): Deleted procedure.
13121 (test_follow_fork): New procedure.
13122 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 13123 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
13124 procedure calls.
13125
0fc05997
YQ
131262014-06-17 Yao Qi <yao@codesourcery.com>
13127
13128 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
13129 CP1252.
13130
70795c52
LM
131312014-06-17 Luis Machado <lgustavo@codesourcery.com>
13132
13133 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
13134 Initialize ptr and S explicitly.
13135 (skip_type_update_when_not_use_rtti_test): Likewise.
13136
6be47f0c
KS
131372014-06-16 Keith Seitz <keiths@redhat.com>
13138
13139 PR mi/15863
13140 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
13141 the inferior is started.
13142
d03de421
PA
131432014-06-16 Pedro Alves <palves@redhat.com>
13144
13145 * gdb.base/break-main-file-remove-fail.c: New file.
13146 * gdb.base/break-main-file-remove-fail.exp: New file.
13147 * gdb.base/break-unload-file.exp: Use build_executable instead of
13148 prepare_for_testing.
13149 (test_break): New parameter "initial_load". Handle it.
13150 (top level): Add initial_load cmdline/file axis.
13151
f9579b99
TT
131522014-06-12 Tom Tromey <tromey@redhat.com>
13153
13154 * gdb.base/completion.exp: Don't use directory name in test.
13155
3657956b
GB
131562014-06-09 Gary Benson <gbenson@redhat.com>
13157
13158 * gdb.base/sigall.c [Functions to send signals]: Reorder to
13159 separate the always-available ANSI-standard signals from the
13160 signals that require checking.
13161 (main): Likewise.
13162 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
13163 Likewise.
13164 (main): Likewise.
13165
4186eb54
KS
131662014-06-07 Keith Seitz <keiths@redhat.com>
13167
13168 Revert:
13169 PR c++/16253
13170 * gdb.cp/var-tag.cc: New file.
13171 * gdb.cp/var-tag.exp: New file.
13172 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13173 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13174 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13175 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13176
25326a28 131772014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
13178
13179 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
13180
829155c9
PA
131812014-06-06 Pedro Alves <palves@redhat.com>
13182
13183 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
13184 in target debug output instead of looking at RSP packets,
13185 disabling the test on any target that uses hardware stepping.
13186 Update comments.
13187
61c8d22e
PA
131882014-06-06 Pedro Alves <palves@redhat.com>
13189
13190 * gdb.base/break-unload-file.exp: Fix typo.
13191
d9a47287
YQ
131922014-06-06 Yao Qi <yao@codesourcery.com>
13193
13194 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
13195 from "jit_function" to "^jit_function".
13196
e5e01dbf
YQ
131972014-06-06 Yao Qi <yao@codesourcery.com>
13198
13199 * gdb.base/async.c (foo): Add one statement.
13200 * gdb.base/async.exp: Get the next instruction address and
13201 match the output of "nexti" by instruction address. Match
13202 the hex address in the output of "finish".
13203
73ba372c
GB
132042014-06-06 Gary Benson <gbenson@redhat.com>
13205
13206 * gdb.base/call-signals.c: Remove preprocessor conditionals
13207 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
13208 SIGSEGV and SIGTERM.
13209 * gdb.base/sigall.c: Likewise.
13210 * gdb.base/unwindonsignal.c: Likewise.
13211 * gdb.reverse/sigall-reverse.c: Likewise.
13212
831517df
YQ
132132014-06-06 Yao Qi <yao@codesourcery.com>
13214
13215 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
13216 readable, skip the test.
13217
b8b91e98
YQ
132182014-06-06 Yao Qi <yao@codesourcery.com>
13219
13220 * gdb.threads/staticthreads.c (thread_function): Move the line
13221 setting breakpoint on forward.
13222 * gdb.threads/staticthreads.exp: Update comments.
13223
fb934770
LC
132242014-06-05 Ludovic Courtès <ludo@gnu.org>
13225
13226 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
13227 "history-append! type error".
13228
6ef284bd
SM
132292014-06-05 Simon Marchi <simon.marchi@ericsson.com>
13230
13231 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
13232 erroneous dprintf expected input.
13233
a872e241
DE
132342014-06-04 Doug Evans <xdje42@gmail.com>
13235
13236 * gdb.guile/scm-generics.exp: Delete.
13237
16f691fb
DE
132382014-06-04 Doug Evans <xdje42@gmail.com>
13239
13240 * gdb.guile/scm-breakpoint.exp: Update.
13241 Add tests for breakpoint registration.
13242
012370f6
TT
132432014-06-04 Tom Tromey <tromey@redhat.com>
13244
13245 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
13246 VLA-in-union.
13247 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
13248 inner_vla_struct, vla_union types. Initialize objects of those
13249 types and compute their sizes.
13250
9f5a4cef
HZ
132512014-06-04 Nathan Sidwell <nathan@codesourcery.com>
13252 Hui Zhu <hui@codesourcery.com>
13253
13254 * gdb.base/fileio.exp: Add test for shell not available as well as
13255 available.
13256 * gdb.base/fileio.c (test_system): Check for shell twice.
13257
90a45c4d
YQ
132582014-06-04 Yao Qi <yao@codesourcery.com>
13259
13260 * gdb.base/auto-connect-native-target.exp: Remove redundant
13261 space from the regexp pattern.
13262
70017e41
YQ
132632014-06-04 Yao Qi <yao@codesourcery.com>
13264
13265 * gdb.base/default.exp: Replace "child" with "native" in
13266 regexp pattern.
13267
883964a7
SC
132682014-06-03 Siva Chandra Reddy <sivachandra@google.com>
13269
13270 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
13271 * gdb.python/py-xmethods.exp: New tests to test xmethods.
13272 * gdb.python/py-xmethods.py: Python script supporting the
13273 new testcase and tests.
13274
ef370185
JB
132752014-06-03 Joel Brobecker <brobecker@adacore.com>
13276 Pedro Alves <palves@redhat.com>
13277
13278 PR breakpoints/17000
13279 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
13280 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
13281
1e2ccb61
BM
132822014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
13283
13284 * gdb.base/subst.exp: Add tests to verify partial path matching
13285 output.
13286
c6ec5ab2
PA
132872014-06-03 Pedro Alves <palves@redhat.com>
13288
13289 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
13290 target that doesn't use software single-stepping.
13291
835c559f
PA
132922014-06-03 Pedro Alves <palves@redhat.com>
13293
13294 PR breakpoints/17000
13295 * gdb.base/sss-bp-on-user-bp-2.c: New file.
13296 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
13297
06eb1586
DE
132982014-06-02 Doug Evans <xdje42@gmail.com>
13299
13300 * gdb.guile/scm-parameter.exp: New file.
13301
e698b8c4
DE
133022014-06-02 Doug Evans <xdje42@gmail.com>
13303
13304 * gdb.guile/scm-cmd.c: New file.
13305 * gdb.guile/scm-cmd.exp: New file.
13306
ded03782
DE
133072014-06-02 Doug Evans <xdje42@gmail.com>
13308
13309 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
13310 pretty-printer lookup.
13311 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
13312 (make-pp_s-printer): Call it.
13313 (make-pretty-printer-from-dict): New function.
13314 (lookup-pretty-printer-maker-from-dict): New function.
13315 (*pretty-printer*): Simplify.
13316 (make-objfile-pp_s-printer): New function.
13317 (install-objfile-pretty-printers!): New function.
13318 (make-progspace-pp_s-printer): New function.
13319 (install-progspace-pretty-printers!): New function.
13320 * gdb.guile/scm-progspace.c: New file.
13321 * gdb.guile/scm-progspace.exp: New file.
13322
41fac0cf
PA
133232014-06-02 Pedro Alves <palves@redhat.com>
13324
13325 * gdb.base/dprintf-bp-same-addr.c: New file.
13326 * gdb.base/dprintf-bp-same-addr.exp: New file.
13327
96ae5695
EBM
133282014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
13329
13330 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
13331 * gdb.arch/powerpc-power.s: Likewise.
13332
da02b3a8
JB
133332014-06-02 Joel Brobecker <brobecker@adacore.com>
13334
13335 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
13336
c72b2e7b
YQ
133372014-06-01 Yao Qi <yao@codesourcery.com>
13338
13339 * gdb.base/watchpoint.exp (test_watch_location): Check null
13340 pointer can be dereferenced. If not, do the test, otherwise
13341 skip it.
13342
53e8a631
AB
133432014-05-30 Andrew Burgess <aburgess@broadcom.com>
13344
13345 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
13346 results.
13347 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
13348
938f0e2f
AB
133492014-05-30 Andrew Burgess <aburgess@broadcom.com>
13350
13351 * gdb.arch/amd64-invalid-stack-middle.S: New file.
13352 * gdb.arch/amd64-invalid-stack-middle.c: New file.
13353 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
13354 * gdb.arch/amd64-invalid-stack-top.c: New file.
13355 * gdb.arch/amd64-invalid-stack-top.exp: New file.
13356
9ba6657a
PA
133572014-05-30 Pedro Alves <palves@redhat.com>
13358
13359 PR breakpoints/17000
13360 * gdb.base/sss-bp-on-user-bp.c: New file.
13361 * gdb.base/sss-bp-on-user-bp.exp: New file.
13362
522c09bf
DB
133632014-05-30 David Blaikie <dblaikie@gmail.com>
13364
13365 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
13366 gnu_inline semantics via attribute.
13367 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
13368 source explicitly specifies the required semantics.
13369
bf4ef81e
MR
133702014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
13371
13372 * gdb.reverse/sigall-reverse.exp: Fix a typo.
13373
329ea579
PA
133742014-05-29 Pedro Alves <palves@redhat.com>
13375 Tom Tromey <tromey@redhat.com>
13376
13377 * gdb.base/async-shell.exp: Don't enable target-async.
13378 * gdb.base/async.exp
13379 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
13380 parameter. Adjust.
13381 (top level): Don't test with "target-async".
13382 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
13383 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
13384 * gdb.base/inferior-died.exp: Don't enable target-async.
13385 * gdb.base/interrupt-noterm.exp: Likewise.
13386 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
13387 * gdb.mi/mi-nonstop-exit.exp: Likewise.
13388 * gdb.mi/mi-nonstop.exp: Likewise.
13389 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
13390 * gdb.mi/mi-nsintrall.exp: Likewise.
13391 * gdb.mi/mi-nsmoribund.exp: Likewise.
13392 * gdb.mi/mi-nsthrexec.exp: Likewise.
13393 * gdb.mi/mi-watch-nonstop.exp: Likewise.
13394 * gdb.multi/watchpoint-multi.exp: Adjust comment.
13395 * gdb.python/py-evsignal.exp: Don't enable target-async.
13396 * gdb.python/py-evthreads.exp: Likewise.
13397 * gdb.python/py-prompt.exp: Likewise.
13398 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
13399 * gdb.server/solib-list.exp: Don't enable target-async.
13400 * gdb.threads/thread-specific-bp.exp: Likewise.
13401 * lib/mi-support.exp: Adjust to use mi-async.
13402
fd664c91
PA
134032014-05-29 Pedro Alves <palves@redhat.com>
13404
13405 PR gdb/13860
13406 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
13407 reason, even in sync mode.
13408
251bde03
PA
134092014-05-29 Pedro Alves <palves@redhat.com>
13410 Hui Zhu <hui@codesourcery.com>
13411
13412 PR PR15693
13413 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
13414 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
13415 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
13416 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
13417
7f3c0343
JB
134182014-05-28 Joel Brobecker <brobecker@adacore.com>
13419
13420 * config/monitor.exp (gdb_target_monitor): Replace use of
13421 "set remotebaud" by "set serial baud".
13422
b2715b27
AW
134232014-05-26 Andy Wingo <wingo@igalia.com>
13424
13425 * gdb.guile/scm-breakpoint.exp:
13426 * gdb.guile/scm-gsmob.exp: Update to use plain old object
13427 properties instead of gdb-object-properties.
13428
498a4489
YQ
134292014-05-26 Yao Qi <yao@codesourcery.com>
13430
13431 * gdb.server/no-thread-db.exp: Specify source file name
13432 explicitly when setting a breakpoint.
13433
589fdceb
MM
134342014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13435
13436 * gdb.btrace/vdso.c: New.
13437 * gdb.btrace/vdso.exp: New.
13438
e9089e05
MM
134392014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13440
13441 * gdb.base/gcore.exp (capture_command_output): Move ...
13442 * lib/gdb.exp (capture_command_output): ... here.
13443
67b5c0c1
MM
134442014-05-23 Markus Metzger <markus.t.metzger@intel.com>
13445
13446 * gdb.btrace/data.exp: Test memory access during btrace replay.
13447
a2199296
SM
134482014-05-22 Simon Marchi <simon.marchi@ericsson.com>
13449
13450 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
13451
17b2616c
PA
134522014-05-21 Pedro Alves <palves@redhat.com>
13453
13454 PR gdb/13860
13455 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
13456 (top level): Test that output related to execution commands is
13457 sent to the console with CLI commands, but not with MI commands.
13458 Test that breakpoint events are always mirrored to the console.
13459 Also expect the new source line to be output after a "next" in
13460 async mode too. Make it a pass/fail test.
13461 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
13462 output.
13463 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
13464
5166082f
PA
134652014-05-21 Pedro Alves <palves@redhat.com>
13466
13467 * gdb.base/list.exp (build_pattern, test_list): New procedures.
13468 Use them to test variations of "list" after reaching a breakpoint.
13469 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
13470 Test "list" with listsize 10 after reaching a breakpoint.
13471 * gdb.python/python.exp (decode_line current location line
13472 number): Adjust expected line number.
13473
2f25d70f
SM
134742014-05-21 Simon Marchi <simon.marchi@ericsson.com>
13475
13476 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
13477 behavior for $args, pass it directly to "run".
13478
ff604a67
MR
134792014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
13480
13481 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
13482 30000 to 65536.
13483
6a3cb8e8
PA
134842014-05-21 Pedro Alves <palves@redhat.com>
13485
13486 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
13487 auto-connect-native-target off".
13488 * gdb.base/auto-connect-native-target.c: New file.
13489 * gdb.base/auto-connect-native-target.exp: New file.
13490
4ebfc96e
PA
134912014-05-21 Pedro Alves <palves@redhat.com>
13492
13493 * gdb.base/default.exp: Test "target native" instead of "target
13494 child".
13495
36d46afb
MW
134962014-05-21 Mark Wielaard <mjw@redhat.com>
13497
13498 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
13499
5876f503
JK
135002014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
13501
13502 Fix TLS access for -static -pthread.
13503 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
13504 <HAVE_TLS> (thread_function, main): Initialize it.
13505 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
13506 Add clean_restart.
13507 <$have_tls != "">: Check TLSVAR.
13508
0256a6ac
PA
135092014-05-21 Pedro Alves <palves@redhat.com>
13510
13511 * gdb.base/dcache-line-read-error.c: New.
13512 * gdb.base/dcache-line-read-error.exp: New.
13513
936d2992
PA
135142014-05-20 Pedro Alves <palves@redhat.com>
13515
13516 * gdb.base/compare-sections.c: New file.
13517 * gdb.base/compare-sections.exp: New file.
13518
802e8e6d
PA
135192014-05-20 Pedro Alves <palves@redhat.com>
13520
13521 * gdb.base/break-idempotent.c: New file.
13522 * gdb.base/break-idempotent.exp: New file.
13523
e59fa00f
MM
135242014-05-20 Markus Metzger <markus.t.metzger@intel.com>
13525
13526 * gdb.btrace/nohist.exp: New.
13527
8b696e31
YQ
135282014-05-20 Yao Qi <yao@codesourcery.com>
13529
13530 * lib/gdb.exp (gdb_init): Set timeout if test file is under
13531 gdb.reverse directory and gdb_reverse_timeout exists in board
13532 setting.
13533 * README: Document gdb_reverse_timeout.
13534
73c9764f
YQ
135352014-05-20 Yao Qi <yao@codesourcery.com>
13536
13537 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
13538 'test_file_name'. Treat args as a string instead of a list.
13539 (gdb_init): Rename argument 'args' by 'test_file_name'.
13540
f1f4348a
JK
135412014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
13542
13543 * gdb.arch/powerpc-power.exp: New file.
13544 * gdb.arch/powerpc-power.s: New file.
13545
0dbe70ce
DE
135462014-05-16 Doug Evans <dje@google.com>
13547
13548 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
13549 * gdb.base/completion.exp: Check that all expected files exist
13550 before doing file completion.
0dbe70ce 13551
8d551b02
DE
135522014-05-16 Doug Evans <dje@google.com>
13553
13554 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
13555 Update.
13556 (do_syscall_tests_without_xml): Update.
13557
73eb7709
PA
135582014-05-16 Pedro Alves <palves@redhat.com>
13559
13560 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
13561 instead of "unknown output after running".
13562
3fae92fc
YQ
135632014-05-16 Yao Qi <yao@codesourcery.com>
13564
13565 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
13566 file1.txt from host at the end.
13567 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
13568
c2b2ccc5
DE
135692014-05-15 Doug Evans <dje@google.com>
13570
13571 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
13572 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
13573 loading file. Add test for TU lookup.
13574
8c217a4b
SM
135752014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13576
13577 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
13578 calling "-exec-arguments" or "set args" before running the
13579 inferior.
13580
3deb39c6
SM
135812014-05-15 Simon Marchi <simon.marchi@ericsson.com>
13582
13583 * lib/mi-support.exp (mi_expect_stop): Expect message for
13584 inferiors that exit with non-zero exit code.
13585
71a79f8c
YQ
135862014-05-14 Yao Qi <yao@codesourcery.com>
13587
13588 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
13589 match absolute path on remote host.
13590 (test_file_list_exec_source_files): Remove "/" from the
13591 pattern.
13592
f23fcd46
YQ
135932014-05-14 Yao Qi <yao@codesourcery.com>
13594
13595 * boards/local-remote-host-notty.exp (${board}_file): New
13596 proc.
13597
9404b58f
KM
135982014-05-07 Kyle McMartin <kyle@redhat.com>
13599
13600 Pushed by Joel Brobecker <brobecker@adacore.com>.
13601 * gdb.arch/aarch64-atomic-inst.c: New file.
13602 * gdb.arch/aarch64-atomic-inst.exp: New file.
13603
5e45f04c
YQ
136042014-05-07 Yao Qi <yao@codesourcery.com>
13605
13606 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
13607 in current context" too.
13608
c888a17d
KS
136092014-05-05 Keith Seitz <keiths@redhat.com>
13610
13611 * gdb.linespec/ls-dollar.exp: Add test for linespec
13612 file:convenience_variable.
13613
290a839c
YQ
136142014-05-05 Yao Qi <yao@codesourcery.com>
13615
13616 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
13617 traceframes into tfile and ctf trace files. Read data from
13618 trace file and test collected data.
13619 (gdb_collect_locals_test): Likewise.
13620 (gdb_unavailable_registers_test): Likewise.
13621 (gdb_unavailable_floats): Likewise.
13622 (gdb_collect_globals_test): Likewise.
13623 (top-level): Append "ctf" to trace_file_targets if GDB
13624 supports.
13625
b5262cd0
YQ
136262014-05-05 Yao Qi <yao@codesourcery.com>
13627
13628 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
13629 code to ...
13630 (gdb_collect_args_test_1): ... it. New proc.
13631 (gdb_collect_locals_test): Move some code to ...
13632 (gdb_collect_locals_test_1): ... it. New proc.
13633 (gdb_unavailable_registers_test): Move some code to ...
13634 (gdb_unavailable_registers_test_1): ... it. New proc.
13635 (gdb_unavailable_floats): Move some code to ...
13636 (gdb_unavailable_floats_1): ... it. New proc.
13637
30a1e6cc
SDJ
136382014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13639
13640 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
13641 probes to test for bitness recognition.
13642 * gdb.arch/amd64-stap-optional-prefix.exp
13643 (test_probe_value_without_reg): New procedure.
13644 Add code to test for different kinds of bitness.
13645
f33da99a
SDJ
136462014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
13647
13648 PR breakpoints/16889
13649 * gdb.arch/amd64-stap-optional-prefix.S: New file.
13650 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
13651
5b80f00d
PA
136522014-05-01 Pedro Alves <palves@redhat.com>
13653
13654 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
13655 gdb_file_cmd if no file is specified.
13656 * boards/native-extended-gdbserver.exp (gdb_load): Use the
13657 last_loaded_file to set the remote exec-file.
13658
f8c2a73c
PA
136592014-05-01 Pedro Alves <palves@redhat.com>
13660
13661 * boards/local-remote-host.exp: New file.
13662
be6e8ac7
PA
136632014-05-01 Pedro Alves <palves@redhat.com>
13664
13665 * boards/local-remote-host.exp: Rename to ...
13666 * boards/local-remote-host-notty.exp: ... this.
13667
cac0dc8f
JB
136682014-04-28 Joel Brobecker <brobecker@adacore.com>
13669
13670 * gdb.ada/dyn_arrayidx: New testcase.
13671
9730e6cc
YQ
136722014-04-26 Yao Qi <yao@codesourcery.com>
13673
13674 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
13675 and compute the length of function main. Save it in
13676 $main_length.
13677 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
13678 (top-level): Use gdb_compile to compile objects into
13679 executable and restart GDB. Remove invocation to
13680 prepare_for_testing.
13681
7ae1a6a6
PA
136822014-04-25 Simon Marchi <simon.marchi@ericsson.com>
13683 Pedro Alves <palves@redhat.com>
13684
13685 PR server/16255
13686 * gdb.multi/multi-attach.c: New file.
13687 * gdb.multi/multi-attach.exp: New file.
13688
4082afcc
PA
136892014-04-25 Pedro Alves <palves@redhat.com>
13690
13691 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
13692 user.
13693 (top level): Test that "set remote conditional-breakpoints-packet
13694 off" works as intended.
13695 * gdb.base/dprintf.exp: Test that "set remote
13696 breakpoint-commands-packet off" works as intended.
13697 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
13698 New function.
13699 (top level): Call it.
13700 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
13701 remote fast-tracepoints-packet off" works as intended.
13702 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
13703 * lib/gdb.exp (gdb_is_target_remote): ... here.
13704
2abc3f8d
DB
137052014-04-24 David Blaikie <dblaikie@gmail.com>
13706
13707 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
13708 ensure clang would not discard them.
13709 * gdb.base/gdbvars.c: Ditto.
13710 * gdb.base/memattr.c: Ditto.
13711 * gdb.base/whatis.c: Ditto.
13712 * gdb.python/py-prettyprint.c: Ditto.
13713 * gdb.trace/actions.c: Ditto.
13714 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
13715 ensure clang would not discard it.
13716
bfd39632
DB
137172014-04-24 David Blaikie <dblaikie@gmail.com>
13718
13719 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
13720 clang to emit the full definition of type required by the test
13721 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
13722
22842ff6
DB
137232014-04-24 David Blaikie <dblaikie@gmail.com>
13724
13725 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
13726 coax Clang into emitting the definition of the type.
13727 * gdb.cp/pr10728-x.h (y): Ditto.
13728 * gdb.cp/pr10728-y.cc (y): Ditto.
13729
c2e827ad
DB
137302014-04-24 David Blaikie <dblaikie@gmail.com>
13731
13732 * gdb.base/label.exp: XFAIL label related tests under Clang.
13733 * gdb.cp/cplabel.exp: Ditto.
13734 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
13735 under Clang those using labels.
13736
4c2d33e7
YQ
137372014-04-25 Yao Qi <yao@codesourcery.com>
13738
13739 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
13740 double_label.
13741 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
13742 partial_label and double_label.
13743
56083b99
DB
137442014-04-24 David Blaikie <dblaikie@gmail.com>
13745
13746 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
13747
25d4e99d
DB
137482014-04-24 David Blaikie <dblaikie@gmail.com>
13749
13750 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
13751 of the function to work across GCC and Clang.
13752 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
13753 pointer types (const void ** const V void **).
13754
01f9f808
MS
137552014-04-24 Michael Sturm <michael.sturm@mintel.com>
13756 Walfred Tedeschi <walfred.tedeschi@intel.com>
13757
13758 * Makefile.in (EXECUTABLES): Added i386-avx512.
13759 * gdb.arch/i386-avx512.c: New file.
13760 * gdb.arch/i386-avx512.exp: Likewise.
13761
4b48d439
KS
137622014-04-23 Keith Seitz <keiths@redhat.com>
13763
13764 * lib/mi-support.exp (mi_list_breakpoints): Delete.
13765 (mi_make_breakpoint_table): New procedure.
13766 (mi_create_breakpoint): Use mi_make_breakpoint
13767 and return the result.
13768 (mi_make_breakpoint): New procedure.
13769 (mi_build_kv_pairs): New procedure.
13770
13771 * gdb.mi/mi-break.exp: Remove unused globals,
13772 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
13773 All callers updated.
13774 * gdb.mi/mi-dprintf.exp: Use variable to track command
13775 number.
13776 Update all callers of mi_create_breakpoint and use
13777 mi_make_breakpoint_table.
13778 Remove any unused global variables.
13779 * gdb.mi/mi-nonstop.exp: Likewise.
13780 * gdb.mi/mi-nsintrall.exp: Likewise.
13781 * gdb.mi/mi-nsmoribund.exp: Likewise.
13782 * gdb.mi/mi-nsthrexec.exp: Likewise.
13783 * gdb.mi/mi-reverse.exp: Likewise.
13784 * gdb.mi/mi-simplerun.exp: Likewise.
13785 * gdb.mi/mi-stepn.exp: Likewise.
13786 * gdb.mi/mi-syn-frame.exp: Likewise.
13787 * gdb.mi/mi-until.exp: Likewise.
13788 * gdb.mi/mi-var-cp.exp: Likewise.
13789 * gdb.mi/mi-var-display.exp: Likewise.
13790 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
13791 * gdb.mi/mi2-var-child.exp: Likewise.
13792 * gdb.mi/mi-vla-c99.exp: Likewise.
13793 * lib/mi-support.exp: Likewise.
13794
13795 From Ian Lance Taylor <iant@cygnus.com>:
13796 * lib/gdb.exp (parse_args): New procedure.
13797
08351840
PA
137982014-04-23 Pedro Alves <palves@redhat.com>
13799
13800 * gdb.base/break-unload-file.c: New file.
13801 * gdb.base/break-unload-file.exp: New file.
13802 * gdb.base/sym-file-lib.c (baz): New function.
13803 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
13804 field.
13805 (load): Store the segment's mapped size.
13806 (unload): New function.
13807 (unload_shlib): New function.
13808 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
13809 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
13810 set a breakpoint at baz, and call it.
13811 * gdb.base/sym-file.exp: New tests for stale breakpoint
13812 instructions.
13813
076855f9
PA
138142014-04-23 Pedro Alves <palves@redhat.com>
13815
13816 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
13817 * gdb.base/hbreak-in-shr-unsupported.c: New file.
13818 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
13819 * gdb.base/hbreak-unmapped.c: New file.
13820 * gdb.base/hbreak-unmapped.exp: New file.
13821 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
13822 * lib/gdb.exp (gdb_is_target_remote): ... here.
13823
483805cf
PA
138242014-04-22 Pedro Alves <palves@redhat.com>
13825
13826 * gdb.base/consecutive-step-over.c: New file.
13827 * gdb.base/consecutive-step-over.exp: New file.
13828
06d97543
PA
138292014-04-22 Pedro Alves <palves@redhat.com>
13830
13831 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
13832 instead of send_gdb/gdb_expect.
13833
b4429ea2
YQ
138342014-04-22 Yao Qi <yao@codesourcery.com>
13835
13836 * lib/trace-support.exp (generate_tracefile): New procedure.
13837 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
13838 return 0.
13839 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
13840 if generate_tracefile returns 1.
13841
51d48146
PA
138422014-04-18 Tom Tromey <palves@redhat.com>
13843 Pedro alves <tromey@redhat.com>
13844
13845 PR backtrace/15558
13846 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
13847 with a backtrace limit.
13848 * gdb.python/py-frame-inline.exp: Test running to an inline
13849 function with a backtrace limit, and printing the newest frame.
13850 * gdb.python/py-frame-inline.c (main): Call f.
13851
bd1dce5f
MS
138522014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13853
13854 * gdb.java/jnpe.exp: Drop srcdir from untested path.
13855
40d1a503
MS
138562014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
13857
13858 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
13859 Drop prefix from unsupported source file path.
13860
389b98f7
YQ
138612014-04-17 Yao Qi <yao@codesourcery.com>
13862
13863 * lib/gdb.exp (with_target_charset): New proc.
13864 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
13865 with_target_charset.
13866 (test_print_strings): Likewise.
13867 (test_repeat_bytes): Likewise.
13868 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
13869 for some tests.
13870
22869d73
KS
138712014-04-16 Keith Seitz <keiths@redhat.com>
13872
13873 PR gdb/15827
13874 * gdb.dwarf2/corrupt.c: New file.
13875 * gdb.dwarf2/corrupt.exp: New file.
13876
c4f87ca6
KS
138772014-04-16 Keith Seitz <keiths@redhat.com>
13878
13879 PR c++/16597
13880 * gdb.cp/namelessclass.cc: New file.
13881 * gdb.cp/namelessclass.exp: New file.
13882 * gdb.cp/namelessclass.S: New file.
13883
ab19de87
DE
138842014-04-16 Doug Evans <dje@google.com>
13885
13886 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
13887 Add comment.
13888 (gdbserver_default_get_comm_port): New function.
13889 (gdbserver_start): Check if board file provided
13890 "gdbserver,get_comm_port" and use it if so.
13891 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
13892 (gdb,socketport): Set to "stdio".
13893 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
13894 (stdio_gdbserver_template): Delete.
13895 (${board}_get_remote_address): Update.
13896 (${board}_build_remote_cmd): Delete.
13897 (${board}_get_comm_port): New function.
13898 (${board}_spawn): Update.
13899 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
13900 Delete.
13901 (${board}_get_remote_address): Update.
13902 (${board}_get_comm_port): New function.
13903
fc98a809
AB
139042014-04-16 Andrew Burgess <aburgess@broadcom.com>
13905
13906 * gdb.base/memattr.exp: Improve regexps to handle memory regions
13907 appearing in any order.
13908
87fd9e6e
DE
139092014-04-15 Doug Evans <dje@google.com>
13910
13911 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
13912 uninitialized value of "description".
13913
099fc3ea
KS
139142014-04-15 Keith Seitz <keiths@redhat.com>
13915
13916 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
13917 Remove unused globals.
13918 (test_running_the_program): Likewise.
13919 (test_controlled_execution): Likewise.
13920 (test_controlling_breakpoints): Likewise.
13921 (test_program_termination): Likewise.
13922
5da151d4
KS
139232014-04-15 Keith Seitz <keiths@redhat.com>
13924
13925 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
13926 unused globals.
13927 (test_rbreak_creation_and_listing): Likewise.
13928 (test_ignore_count): Likewise.
13929 (test_error): Likewise.
13930
35e5d2f0
PA
139312014-04-15 Pedro Alves <palves@redhat.com>
13932
13933 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
13934 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
13935 sym-file-loader.c.
13936 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13937 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13938 to sym-file-loader.c.
13939 (struct library): Forward declare.
13940 (load_shlib, lookup_function): Change prototypes.
13941 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13942 (translate_offset): Remove declarations.
13943 (get_text_addr): New declaration.
13944 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
13945 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
13946 sym-file-loader.h.
13947 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
13948 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
13949 here from sym-file-loader.h.
13950 (struct library): New structure.
13951 (load_shlib, lookup_function): Change prototypes and adjust to
13952 work with a struct library.
13953 (find_shstrtab, find_strtab, find_shdr, find_symtab)
13954 (translate_offset): Make static.
13955 (get_text_addr): New function.
13956 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
13957
eb4c1710
PA
139582014-04-15 Pedro Alves <palves@redhat.com>
13959
13960 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
13961
2d1baf52
PA
139622014-04-15 Pedro Alves <palves@redhat.com>
13963
13964 * gdb.base/sym-file-loader.c: Include <limits.h>.
13965 (SELF_LINK): New define.
13966 (get_origin): New function.
13967 (load_shlib): Use it.
13968 * gdb.base/sym-file.exp: Don't early return if the target is
13969 remote. Use runto_main, and issue fail is that fails. Use
13970 gdb_load_shlibs.
13971 (shlib_name): Delete.
13972 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
13973
7dd6df01
PA
139742014-04-15 Pedro Alves <palves@redhat.com>
13975
13976 * gdb.base/sym-file.exp: Remove regex characters from test
13977 message. Don't refer to breakpoint numbers in test messages.
13978
b50c8614
KS
139792014-04-14 Keith Seitz <keiths@redhat.com>
13980
13981 PR c++/16253
13982 * gdb.cp/var-tag.cc: New file.
13983 * gdb.cp/var-tag.exp: New file.
13984 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
13985 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
13986 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
13987 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
13988
3d567982
TT
139892014-04-14 Tom Tromey <tromey@redhat.com>
13990
13991 * gdb.cp/classes.exp (test_enums): Handle underlying type.
13992 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
13993 type.
13994 * gdb.cp/enum-class.exp: New file.
13995 * gdb.cp/enum-class.cc: New file.
13996
0626fc76
TT
139972014-04-14 Tom Tromey <tromey@redhat.com>
13998
13999 * gdb.dwarf2/enum-type.exp: New file.
14000
dca325b3
SA
140012014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14002
14003 * gdb.mi/mi-vla-c99.exp: New file.
14004 * gdb.mi/vla.c: New file.
14005
5854b38a
SA
140062014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14007
14008 * gdb.base/vla-datatypes.c: New file.
14009 * gdb.base/vla-datatypes.exp: New file.
14010
463bb957
SA
140112014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14012
14013 * gdb.base/vla-ptr.c: New file.
14014 * gdb.base/vla-ptr.exp: New file.
14015
3dd170be
SA
140162014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14017
14018 * gdb.dwarf2/count.exp: New file.
14019
5ecaaa66
SA
140202014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
14021
14022 * gdb.base/vla-sideeffect.c: New file.
14023 * gdb.base/vla-sideeffect.exp: New file.
14024
41f1ada5
DB
140252014-04-14 David Blaikie <dblaikie@gmail.com>
14026
14027 * gdb.mi/non-stop.c: Add return value for non-void function return
14028 statement.
14029 * gdb.threads/staticthreads.c: Ditto.
14030
0be03e84
DE
140312014-04-12 Siva Chandra Reddy <sivachandra@google.com>
14032 Doug Evans <xdje42@gmail.com>
14033
14034 * gdb.guile/scm-value.c: Improve test case.
14035 * gdb.guile/scm-value.exp: Add new test.
14036
f180a1fb
DB
140372014-04-11 David Blaikie <dblaikie@gmail.com>
14038
14039 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
14040 override Clang's default.
14041
6b662e19
JB
140422014-04-11 Joel Brobecker <brobecker@adacore.com>
14043
14044 Revert the following changes (regressions):
14045
14046 * gdb.base/vla-sideeffect.c: New file.
14047 * gdb.base/vla-sideeffect.exp: New file.
14048
14049 * gdb.dwarf2/count.exp: New file.
14050
14051 * gdb.base/vla-multi.c: New file.
14052 * gdb.base/vla-multi.exp: New file.
14053
14054 * gdb.base/vla-ptr.c: New file.
14055 * gdb.base/vla-ptr.exp: New file.
14056
14057 * gdb.base/vla-datatypes.c: New file.
14058 * gdb.base/vla-datatypes.exp: New file.
14059
14060 * gdb.mi/mi-vla-c99.exp: New file.
14061 * gdb.mi/vla.c: New file.
14062
245a5f0b
KS
140632014-04-11 Keith Seitz <keiths@redhat.com>
14064
14065 PR c++/16675
14066 * gdb.cp/cpsizeof.exp: New file.
14067 * gdb.cp/cpsizeof.cc: New file.
14068
58a84dcf
SA
140692014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14070
191a8a90
JB
14071 * gdb.mi/mi-vla-c99.exp: New file.
14072 * gdb.mi/vla.c: New file.
58a84dcf 14073
c8655f75
SA
140742014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14075
14076 * gdb.base/vla-datatypes.c: New file.
14077 * gdb.base/vla-datatypes.exp: New file.
14078
024e13b4
SA
140792014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14080
14081 * gdb.base/vla-ptr.c: New file.
14082 * gdb.base/vla-ptr.exp: New file.
14083
1a237e0e
SA
140842014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14085
14086 * gdb.base/vla-multi.c: New file.
14087 * gdb.base/vla-multi.exp: New file.
14088
504f3432
SA
140892014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14090
14091 * gdb.dwarf2/count.exp: New file.
14092
3bce8237
SA
140932014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
14094
191a8a90
JB
14095 * gdb.base/vla-sideeffect.c: New file.
14096 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 14097
322f9c21
YQ
140982014-04-11 Yao Qi <yao@codesourcery.com>
14099
14100 * gdb.base/completion.exp: Check file exists before running tests
14101 on file completion.
14102
d708bcd1
PA
141032014-04-10 Pedro Alves <palves@redhat.com>
14104
14105 * gdb.base/cond-eval-mode.c: New file.
14106 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
14107 prepare_for_testing to build the new file. Check result of
14108 runto_main.
14109 (test_break, test_watch): New procedures.
14110 (top level): Use them.
14111
ae1d2761
PM
141122014-04-08 Pierre Muller <muller@sourceware.org>
14113
14114 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
14115 Ctrl-V use for mingw hosts.
14116
7af389b8
SC
141172014-04-07 Siva Chandra Reddy <sivachandra@google.com>
14118
14119 * gdb.python/py-value.c: Improve test case.
14120 * gdb.python/py-value.exp: Add new test.
14121
5e703181
DE
141222014-04-07 David Blaikie <dblaikie@gmail.com>
14123
14124 * lib/compiler.c: Identify the clang compiler.
14125 * lib/compiler.cc: Ditto.
14126
9810b410
YQ
141272014-04-03 Yao Qi <yao@codesourcery.com>
14128
14129 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
14130
98d1b8dc
AB
141312014-04-01 Anton Blanchard <anton@samba.org>
14132
14133 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
14134 messages unique.
14135
3114cea1
AB
141362014-04-01 Anton Blanchard <anton@samba.org>
14137
14138 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
14139 prepare_for_testing.
14140
62f7182c
AB
141412014-04-01 Anton Blanchard <anton@samba.org>
14142
14143 * gdb.arch/ppc64-atomic-inst.c: Remove.
14144 * gdb.arch/ppc64-atomic-inst.S: New file.
14145 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
14146
770e7fc7
DE
141472014-03-31 Doug Evans <dje@google.com>
14148
14149 * gdb.base/print-symbol-loading-lib.c: New file.
14150 * gdb.base/print-symbol-loading-main.c: New file.
14151 * gdb.base/print-symbol-loading.exp: New file.
14152
46e2bafa
YQ
141532014-03-31 Yao Qi <yao@codesourcery.com>
14154
14155 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
14156
8776cfe9
JB
141572014-03-28 Joel Brobecker <brobecker@adacore.com>
14158
14159 * gdb.ada/mi_dyn_arr: New testcase.
14160
5d1ef361
DE
141612014-03-27 Doug Evans <dje@google.com>
14162
14163 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
14164
b5bee914
YQ
141652014-03-27 Yao Qi <yao@codesourcery.com>
14166
14167 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
14168 if target is nios2-*-*.
14169
0d4d0e77
YQ
141702014-03-26 Yao Qi <yao@codesourcery.com>
14171
14172 * lib/gdb.exp (readline_is_used): New proc.
14173 * gdb.base/completion.exp: Move tests on command complete up.
14174 Skip the rest of tests if readline is not used.
14175 * gdb.ada/complete.exp: Skp the test if readline is not
14176 used.
14177 * gdb.base/filesym.exp: Likewise.
14178 * gdb.base/macscp.exp: Likewise.
14179 * gdb.base/readline-ask.exp: Likewise.
14180 * gdb.base/readline.exp: Likewise.
14181 * gdb.python/py-cmd.exp: Likewise.
14182 * gdb.trace/tfile.exp: Likewise.
14183
29361eee
YQ
141842014-03-26 Yao Qi <yao@codesourcery.com>
14185
14186 * gdb.base/macscp.exp: Fix code format issues.
14187
bc9a5525
UW
141882014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
14189
14190 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
14191 * gdb.asm/powerpc64le.inc: New file.
14192
d3839ede
PA
141932014-03-25 Pedro Alves <palves@redhat.com>
14194 Doug Evans <dje@google.com>
14195
14196 * gdb.base/source-execution.c: New file.
14197 * gdb.base/source-execution.exp: New file.
14198 * gdb.base/source-execution.gdb: New file.
14199
01672a57
DE
142002014-03-24 Doug Evans <dje@google.com>
14201
14202 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
14203 using fission.
14204
88bbeca9
HZ
142052014-03-24 Hui Zhu <hui@codesourcery.com>
14206 Pedro Alves <palves@redhat.com>
14207
14208 PR breakpoints/16101
14209 * gdb.base/dprintf.exp: Use unsupported rather than changing the
14210 test pass/fail messages. Detect missing support for dprintf when
14211 breakpoints are actually inserted.
14212 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
14213 breakpoints are actually inserted.
14214 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
14215 fails.
14216
d2348791
JK
142172014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
14218
14219 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
14220
feef67ab
DE
142212014-03-22 Doug Evans <xdje42@gmail.com>
14222
14223 * gdb.python/python.exp (python not supported): Verify multi-line
14224 python command issues an error.
25d743f9 14225 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 14226 guile command issues an error.
feef67ab 14227
ecebef6a
MR
142282014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
14229
14230 * gdb.threads/thread-specific.exp: Handle the lack of usable
14231 $this_breakpoint and $this_thread.
14232
ccdd1909
HZ
142332014-03-21 Hui Zhu <hui@codesourcery.com>
14234
14235 * gdb.base/attach.exp (do_command_attach_tests): New.
14236
beb460e8
PA
142372014-03-20 Tom Tromey <tromey@redhat.com>
14238 Pedro Alves <palves@redhat.com>
14239
14240 PR cli/15718
14241 * gdb.base/condbreak-call-false.c: New file.
14242 * gdb.base/condbreak-call-false.exp: New file.
14243
40acf43a
PA
142442014-03-20 Pedro Alves <palves@redhat.com>
14245
14246 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
14247 Delete.
14248 (block_signals, unblock_signals): Delete.
14249 (child_function_2, main): Remove references to deleted variable
14250 and functions.
14251
9f5e1e02
PA
142522014-03-20 Pedro Alves <palves@redhat.com>
14253
14254 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
14255 Use pthread_kill to signal thread 2.
14256 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14257 Adjust to make the test send itself a signal rather than using the
14258 host's "kill" command.
14259
99619bea
PA
142602014-03-20 Pedro Alves <palves@redhat.com>
14261
14262 * gdb.threads/multiple-step-overs.c: New file.
14263 * gdb.threads/multiple-step-overs.exp: New file.
14264 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14265 Adjust expected infrun debug output.
14266
2adfaa28
PA
142672014-03-20 Pedro Alves <palves@redhat.com>
14268
14269 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
14270 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
14271
31e77af2
PA
142722014-03-20 Pedro Alves <palves@redhat.com>
14273
14274 PR breakpoints/7143
14275 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
14276 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
14277 of gdb_test_multiple.
14278 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
14279 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
14280
b9f437de
PA
142812014-03-20 Pedro Alves <palves@redhat.com>
14282
14283 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
14284 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
14285
05adc73e
PA
142862014-03-19 Pedro Alves <palves@redhat.com>
14287
14288 * gdb.base/async.exp: Remove early return.
14289
6048b950
PA
142902014-03-19 Pedro Alves <palves@redhat.com>
14291
14292 * gdb.base/async.exp (step& tests): Pass explicit test messages.
14293
8bcfb00a
PA
142942014-03-19 Pedro Alves <palves@redhat.com>
14295
14296 * gdb.base/async.exp (test_background): Expect \r\n after
14297 "completed." in the fail pattern.
14298
884e37dc
PA
142992014-03-19 Pedro Alves <palves@redhat.com>
14300
14301 * gdb.base/async.exp (test_background): New procedure.
14302 Use it for all background execution command tests.
14303
148e57e2
PA
143042014-03-19 Pedro Alves <palves@redhat.com>
14305
14306 * gdb.base/async.exp: Use prepare_for_testing.
14307
f48088c7
PA
143082014-03-19 Pedro Alves <palves@redhat.com>
14309
14310 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
14311 the same line.
14312
e2f6c966
PA
143132014-03-19 Pedro Alves <palves@redhat.com>
14314
14315 * gdb.base/async.c (main): Add "jump here" and "until here" line
14316 marker comments.
14317 * gdb.base/async.exp (jump_here): New global.
14318 (jump& test): Use it.
14319 (until_here): New global.
14320 (until& test): Use it.
14321
c30568d4
PA
143222014-03-19 Pedro Alves <palves@redhat.com>
14323
14324 * gdb.base/async.exp: Don't frob gdb_protocol.
14325
0172b6a7
DE
143262014-03-18 Doug Evans <xdje42@gmail.com>
14327
14328 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
14329 Fix spelling of exec-done-display.
14330
06c868a8
JK
143312014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
14332
14333 PR gdb/15358
14334 * gdb.base/gdb-sigterm.c: New file.
14335 * gdb.base/gdb-sigterm.exp: New file.
14336
0c7e1a46
PA
143372014-03-18 Pedro Alves <palves@redhat.com>
14338
14339 PR gdb/13860
14340 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
14341 * lib/mi-support.exp (mi_expect_stop): Add special handling for
14342 solib-event.
14343
f7c77d93
JB
143442014-03-17 Joel Brobecker <brobecker@adacore.com>
14345
14346 * gdb.ada/pckd_arr_ren: New testcase.
14347
5a1e8c7a
DE
143482014-03-13 Doug Evans <xdje42@gmail.com>
14349
14350 PR guile/16612
14351 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
14352 collect after discarding symbols.
14353
350e1a76
DE
143542014-03-13 Ludovic Courtès <ludo@gnu.org>
14355 Doug Evans <xdje42@gmail.com>
14356
14357 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
14358 to history survives a gc.
14359
a69900ae
PA
143602014-03-13 Pedro Alves <palves@redhat.com>
14361
14362 * gdb.base/default.exp: Don't test "target procfs".
14363
5db9f0bd
PA
143642014-03-13 Pedro Alves <palves@redhat.com>
14365
14366 * gdb.base/default.exp: Update "target child" and "target procfs"
14367 tests to not expect "Unix".
14368
b3ccfe11
TT
143692014-03-12 Tom Tromey <tromey@redhat.com>
14370
14371 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
14372 New procs. Add target-async tests.
14373 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
14374 Add target-async tests.
14375
646f4417
AA
143762014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14377
14378 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
14379 'func_start' and 'func_end' for the beginning and end of the
14380 function code, respectively.
14381 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
14382 'func_end' instead of 'func' and 'main'.
14383
288c211f
AA
143842014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14385
14386 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
14387 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
14388 generate the debug info assembler source.
14389
e0c0f156
AA
143902014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14391
14392 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
14393 * gdb.dwarf2/arr-subrange.exp: Likewise.
14394 * gdb.dwarf2/dwz.exp: Likewise.
14395 * gdb.dwarf2/method-ptr.exp: Likewise.
14396 * gdb.dwarf2/missing-sig-type.exp: Likewise.
14397 * gdb.dwarf2/subrange.exp: Likewise.
14398 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
14399 * gdb.dwarf2/implptrpiece.exp: Likewise.
14400 * gdb.dwarf2/nostaticblock.exp: Likewise.
14401
0e5c4555
AA
144022014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
14403
14404 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
14405 directory to absolute path name arguments.
14406
5ec18f2b
JG
144072014-03-10 Joel Brobecker <brobecker@adacore.com>
14408
14409 * gdb.ada/tagged_access: New testcase.
14410
847fc4f2
MM
144112014-03-07 Markus Metzger <markus.t.metzger@intel.com>
14412
14413 * gdb.btrace/data.exp: Update expected output.
14414
cc3da688
YQ
144152014-03-06 Yao Qi <yao@codesourcery.com>
14416
14417 * gdb.trace/pr16508.exp: New file.
14418
0f26cec1
PA
144192014-03-05 Pedro Alves <palves@redhat.com>
14420
14421 PR gdb/16575
14422 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
14423 procedure.
14424 (top level): Adjust to use it. Add tests that exercise breakpoint
14425 interaction with the code-cache.
14426
7a5a839f
LC
144272014-02-26 Ludovic Courtès <ludo@gnu.org>
14428
14429 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
14430 test for 'history-append!'.
14431
31aa7e4e
JB
144322014-02-26 Joel Brobecker <brobecker@adacore.com>
14433
14434 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
14435 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
14436 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
14437 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
14438 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
14439 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
14440
1b588015
JB
144412014-02-26 Joel Brobecker <brobecker@adacore.com>
14442
14443 * testsuite/gdb.python/py-pp-re-notag.c: New file.
14444 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
14445 * testsuite/gdb.python/py-pp-re-notag.p: New file.
14446
55426c9d
JB
144472014-02-26 Joel Brobecker <brobecker@adacore.com>
14448
14449 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
14450
dc53a7ad
JB
144512014-02-26 Joel Brobecker <brobecker@adacore.com>
14452
14453 * gdb.dwarf2/arr-stride.c: New file.
14454 * gdb.dwarf2/arr-stride.exp: New file.
14455
12ab52e9
PA
144562014-02-26 Pedro Alves <palves@redhat.com>
14457
14458 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
14459 that won't ever trigger. Make sure that GDB reports the correct
14460 breakpoint that caused the stop.
14461
849c862e
JK
144622014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14463
14464 PR gdb/16626
14465 * gdb.base/auto-load-script: New file.
14466 * gdb.base/auto-load.c: New file.
14467 * gdb.base/auto-load.exp: New file.
14468
71b7d793
JK
14469 PR gdb/16626
14470 * gdb.base/auto-load.exp: Fix out-of-srctree run.
14471
e2f0d509
JK
144722014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
14473
14474 Fix dw2-icycle.exp -fsanitize=address GDB crash.
14475 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
14476
50cc37c8
DE
144772014-02-24 Doug Evans <dje@google.com>
14478
14479 * lib/gdb.exp (run_on_host): Log error output if program fails.
14480
ea4758f2
PA
144812014-02-21 Pedro Alves <palves@redhat.com>
14482
14483 * gdb.threads/step-after-sr-lock.c: Rename to ...
14484 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
14485 * gdb.threads/step-after-sr-lock.exp: Rename to ...
14486 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
14487 ... this.
14488
d7b30f67
SDJ
144892014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
14490
14491 PR tdep/16397
14492 * gdb.arch/amd64-stap-special-operands.exp: New file.
14493 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
14494 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
14495 * gdb.arch/amd64-stap-triplet.S: Likewise.
14496 * gdb.arch/amd64-stap-triplet.c: Likewise.
14497
83deb43f
JB
144982014-02-20 Joel Brobecker <brobecker@adacore.com>
14499
14500 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
14501 in .section pseudo-op.
14502
adde2bff
DE
145032014-02-20 lin zuojian <manjian2006@gmail.com>
14504 Joel Brobecker <brobecker@adacore.com>
14505 Doug Evans <xdje42@gmail.com>
14506
14507 PR symtab/16581
14508 * gdb.dwarf2/dw2-icycle.S: New file.
14509 * gdb.dwarf2/dw2-icycle.c: New file.
14510 * gdb.dwarf2/dw2-icycle.exp: New file.
14511
f7bd0f78
SC
145122014-02-19 Siva Chandra Reddy <sivachandra@google.com>
14513
14514 * gdb.python/py-value-cc.cc: Improve test case to enable testing
14515 operations on gdb.Value objects.
14516 * gdb.python/py-value-cc.exp: Add new test to test operations on
14517 gdb.Value objects.
14518
c17ef0d5
DE
145192014-02-18 Doug Evans <dje@google.com>
14520
14521 * Makefile.in (TESTS): New variable.
14522 (expanded_tests, expanded_tests_or_none): New variables
14523 (check-single): Pass $(expanded_tests_or_none) to runtest.
14524 (check-parallel): Only run tests in $(TESTS) if non-empty.
14525 (check/no-matching-tests-found): New rule.
14526 * README: Document TESTS makefile variable.
14527
5dd3176f
DE
145282014-02-18 Doug Evans <dje@google.com>
14529
14530 * Makefile.in (check-parallel): rm -rf outputs temp.
14531
0b10be4f
JK
145322014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
14533
14534 Fix "ERROR: no fileid for" in the testsuite.
14535 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
14536
85f224e7
DE
145372014-02-12 Doug Evans <dje@google.com>
14538
14539 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
14540 (MISCELLANEOUS): New variable.
14541 (clean): rm -rf $(MISCELLANEOUS).
14542 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
14543 dwp live in the same directory as symlinks, with each symlink pointed
14544 to a differently named file in a different directory.
14545
149b30ff
DE
145462014-02-11 Doug Evans <dje@google.com>
14547
14548 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
14549 of Tcl file commands.
14550
1dfdac32
MK
145512014-02-10 Mark Kettenis <kettenis@gnu.org>
14552
14553 * gdb.threads/step-after-sr-lock.exp: Avoid executing
14554 "kill -SIGUSR1 -1".
14555
aa4fb036
JB
145562014-02-10 Joel Brobecker <brobecker@adacore.com>
14557
14558 * gdb.ada/tick_length_array_enum_idx: New testcase.
14559
ed3ef339
DE
145602014-02-10 Doug Evans <xdje42@gmail.com>
14561
14562 * configure.ac (AC_OUTPUT): Add gdb.guile.
14563 * configure: Regenerate.
14564 * lib/gdb-guile.exp: New file.
14565 * lib/gdb.exp (get_target_charset): New function.
14566 * gdb.base/help.exp: Update expected output from "apropos apropos".
14567 * gdb.guile/Makefile.in: New file.
14568 * gdb.guile/guile.exp: New file.
14569 * gdb.guile/scm-arch.c: New file.
14570 * gdb.guile/scm-arch.exp: New file.
14571 * gdb.guile/scm-block.c: New file.
14572 * gdb.guile/scm-block.exp: New file.
14573 * gdb.guile/scm-breakpoint.c: New file.
14574 * gdb.guile/scm-breakpoint.exp: New file.
14575 * gdb.guile/scm-disasm.c: New file.
14576 * gdb.guile/scm-disasm.exp: New file.
14577 * gdb.guile/scm-equal.c: New file.
14578 * gdb.guile/scm-equal.exp: New file.
14579 * gdb.guile/scm-error.exp: New file.
14580 * gdb.guile/scm-error.scm: New file.
14581 * gdb.guile/scm-frame-args.c: New file.
14582 * gdb.guile/scm-frame-args.exp: New file.
14583 * gdb.guile/scm-frame-args.scm: New file.
14584 * gdb.guile/scm-frame-inline.c: New file.
14585 * gdb.guile/scm-frame-inline.exp: New file.
14586 * gdb.guile/scm-frame.c: New file.
14587 * gdb.guile/scm-frame.exp: New file.
14588 * gdb.guile/scm-generics.exp: New file.
14589 * gdb.guile/scm-gsmob.exp: New file.
14590 * gdb.guile/scm-iterator.c: New file.
14591 * gdb.guile/scm-iterator.exp: New file.
14592 * gdb.guile/scm-math.c: New file.
14593 * gdb.guile/scm-math.exp: New file.
14594 * gdb.guile/scm-objfile-script-gdb.in: New file.
14595 * gdb.guile/scm-objfile-script.c: New file.
14596 * gdb.guile/scm-objfile-script.exp: New file.
14597 * gdb.guile/scm-objfile.c: New file.
14598 * gdb.guile/scm-objfile.exp: New file.
14599 * gdb.guile/scm-ports.exp: New file.
14600 * gdb.guile/scm-pretty-print.c: New file.
14601 * gdb.guile/scm-pretty-print.exp: New file.
14602 * gdb.guile/scm-pretty-print.scm: New file.
14603 * gdb.guile/scm-section-script.c: New file.
14604 * gdb.guile/scm-section-script.exp: New file.
14605 * gdb.guile/scm-section-script.scm: New file.
14606 * gdb.guile/scm-symbol.c: New file.
14607 * gdb.guile/scm-symbol.exp: New file.
14608 * gdb.guile/scm-symtab-2.c: New file.
14609 * gdb.guile/scm-symtab.c: New file.
14610 * gdb.guile/scm-symtab.exp: New file.
14611 * gdb.guile/scm-type.c: New file.
14612 * gdb.guile/scm-type.exp: New file.
14613 * gdb.guile/scm-value-cc.cc: New file.
14614 * gdb.guile/scm-value-cc.exp: New file.
14615 * gdb.guile/scm-value.c: New file.
14616 * gdb.guile/scm-value.exp: New file.
14617 * gdb.guile/source2.scm: New file.
14618 * gdb.guile/types-module.cc: New file.
14619 * gdb.guile/types-module.exp: New file.
14620
7026a7c1
YQ
146212014-02-10 Yao Qi <yao@codesourcery.com>
14622
14623 PR testsuite/16543
14624 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
14625 * configure: Regenerated.
14626 * Makefile.in: New file.
14627
6c466447
AS
146282014-02-08 Andreas Schwab <schwab@linux-m68k.org>
14629
14630 * gdb.python/py-framefilter.exp: Fix typo.
14631
6e854735
YQ
146322014-02-08 Yao Qi <yao@codesourcery.com>
14633
14634 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
14635 that no =breakpoint-modified is emitted when breakpoints are
14636 modified through MI commands.
14637
d137e6dc
PA
146382014-02-07 Pedro Alves <pedro@codesourcery.com>
14639 Pedro Alves <palves@redhat.com>
14640
14641 * gdb.threads/step-after-sr-lock.c: New file.
14642 * gdb.threads/step-after-sr-lock.exp: New file.
14643
b5ee5a50
PA
146442014-02-07 Pedro Alves <palves@redhat.com>
14645
14646 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
14647
3c77faf3
JK
146482014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
14649
14650 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
14651 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
14652
6dddc817
DE
146532014-02-06 Doug Evans <xdje42@gmail.com>
14654
14655 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
14656 output.
14657
14658 * gdb.gdb/python-interrupts.exp: New file.
14659
de7b2893
YQ
146602014-02-05 Yao Qi <yao@codesourcery.com>
14661
14662 * gdb.trace/report.exp (use_collected_data): Test the output
14663 of "info threads" and "info inferiors".
14664
66d032ac
YQ
146652014-02-05 Yao Qi <yao@codesourcery.com>
14666
14667 Revert this patch:
14668
14669 2013-05-24 Yao Qi <yao@codesourcery.com>
14670
14671 * gdb.trace/tfile.exp: Test inferior and thread.
14672
591a12a1
UW
146732014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14674
14675 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
14676 on a function.
14677 * gdb.base/step-bt.c: Call hello via function pointer to make
14678 sure its first instruction is executed on powerpc64le-linux.
14679
0ff3e01f
UW
146802014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14681
14682 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
14683
084ee545
UW
146842014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14685
14686 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
14687 of the test patterns for use on little-endian systems.
14688
6ed14ff3
UW
146892014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
14690
14691 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
14692 (decimal_vector): Fix for little-endian.
14693
401e27fd
JM
146942014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
14695
14696 * gdb.arch/sparc-sysstep.exp: New file.
14697 * gdb.arch/sparc-sysstep.c: Likewise.
14698
14699 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
14700
8b924729
EBM
147012014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
14702
14703 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
14704
fb151210
JB
147052014-01-23 Tom Tromey <tromey@redhat.com>
14706
14707 * gdb.ada/array_char_idx: New testcase.
14708
0740f8d8
TT
147092014-01-23 Tom Tromey <tromey@redhat.com>
14710
14711 PR python/16487:
14712 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
14713 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
14714 classes.
14715
21909fa1
TT
147162014-01-23 Tom Tromey <tromey@redhat.com>
14717
14718 PR python/16491:
14719 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
14720 string from an inferior frame.
14721 * gdb.python/py-framefilter-mi.exp: Update.
14722
87ce2a04
DE
147232014-01-22 Doug Evans <dje@google.com>
14724
14725 * gdb.server/server-mon.exp: Add tests for "set debug-format".
14726
237b092b
AA
147272014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14728
14729 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
14730
d674a709
AA
147312014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14732
14733 * gdb.trace/entry-values.exp: Remove excess space character from
14734 regex patterns. Handle s390 call instruction.
14735
20fa3390
AA
147362014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14737
14738 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
14739 define "*_start" label. Make "name" static.
14740 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
14741 ${name} by references to ${name}_start.
14742
78466714
AA
147432014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
14744
14745 * gdb.base/info-macros.exp: Remove "debug" from the compile
14746 options.
14747
ec9f644a
IB
147482014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14749
14750 * gdb.dlang/demangle.exp: New file.
14751
94b1b47e
IB
147522014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14753
14754 * gdb.dlang/primitive-types.exp: New file.
14755
7f420862
IB
147562014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
14757
14758 * configure.ac: Create gdb.dlang/Makefile.
14759 * configure: Regenerate.
14760 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
14761 * gdb.dlang/Makefile.in: New file.
14762 * lib/d-support.exp: New file.
14763 * lib/gdb.exp (skip_d_tests): New proc.
14764
52834460
MM
147652014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14766
14767 * gdb.btrace/delta.exp: Check reverse stepi.
14768 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
14769 * gdb.btrace/finish.exp: New.
14770 * gdb.btrace/next.exp: New.
14771 * gdb.btrace/nexti.exp: New.
14772 * gdb.btrace/record_goto.c: Add comments.
14773 * gdb.btrace/step.exp: New.
14774 * gdb.btrace/stepi.exp: New.
14775 * gdb.btrace/multi-thread-step.c: New.
14776 * gdb.btrace/multi-thread-step.exp: New.
14777 * gdb.btrace/rn-dl-bind.c: New.
14778 * gdb.btrace/rn-dl-bind.exp: New.
14779 * gdb.btrace/data.c: New.
14780 * gdb.btrace/data.exp: New.
14781 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14782
6e07b1d2
MM
147832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14784
14785 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
14786 * gdb.btrace/exception.exp: Update.
14787 * gdb.btrace/instruction_history.exp: Update.
14788 * gdb.btrace/record_goto.exp: Update.
14789 * gdb.btrace/tailcall.exp: Update.
14790 * gdb.btrace/unknown_functions.exp: Update.
14791 * gdb.btrace/delta.exp: New.
14792
0b722aec
MM
147932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14794
14795 * gdb.btrace/record_goto.exp: Add backtrace test.
14796 * gdb.btrace/tailcall.exp: Add backtrace test.
14797
066ce621
MM
147982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14799
14800 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
14801 * gdb.btrace/record_goto.c: New.
14802 * gdb.btrace/record_goto.exp: New.
14803 * gdb.btrace/x86-record_goto.S: New.
14804
0688d04e
MM
148052014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14806
14807 * gdb.btrace/function_call_history.exp: Update tests.
14808 * gdb.btrace/instruction_history.exp: Update tests.
14809
8710b709
MM
148102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14811
14812 * gdb.btrace/function_call_history.exp: Fix expected field
14813 order for "record function-call-history".
14814 Add new tests for "record function-call-history /c".
14815 * gdb.btrace/exception.cc: New.
14816 * gdb.btrace/exception.exp: New.
14817 * gdb.btrace/tailcall.exp: New.
14818 * gdb.btrace/x86-tailcall.S: New.
14819 * gdb.btrace/x86-tailcall.c: New.
14820 * gdb.btrace/unknown_functions.c: New.
14821 * gdb.btrace/unknown_functions.exp: New.
14822 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
14823
5de9129b
MM
148242014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14825
14826 * gdb.btrace/instruction_history.exp: Update.
14827 * gdb.btrace/function_call_history.exp: Update.
14828
23a7fe75
MM
148292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14830
14831 * gdb.btrace/function_call_history.exp: Fix expected function
14832 trace.
14833 * gdb.btrace/instruction_history.exp: Initialize traced.
14834 Remove traced_functions.
14835
724c7dd8
MM
148362014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14837
14838 * gdb.btrace/function_call_history.exp: Update
14839 * gdb.btrace/instruction_history.exp: Update.
14840
6d78d93b
MM
148412014-01-16 Markus Metzger <markus.t.metzger@intel.com>
14842
14843 * gdb.btrace/enable.exp: Update expected text.
14844
93a360cc
OJ
148452014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
14846
14847 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
14848 bytes.
14849
3772b53f
MR
148502014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
14851
14852 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
14853
596662fa
OJ
148542014-01-15 Omair Javaid <omair.javaid@linaro.org>
14855
14856 * lib/gdb.exp (supports_process_record): Return true for
14857 arm*-linux*. (supports_reverse): Likewise.
14858
b5b08fb4
SC
148592014-01-13 Siva Chandra Reddy <sivachandra@google.com>
14860
14861 PR python/15464
14862 PR python/16113
14863 * gdb.python/py-type.c: Enhance test case.
14864 * gdb.python/py-value-cc.cc: Likewise
14865 * gdb.python/py-type.exp: Add new tests.
14866 * gdb.python/py-value-cc.exp: Likewise
14867
52d7fb13
AA
148682014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
14869 Pedro Alves <palves@redhat.com>
14870
14871 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
14872 Make "name" extern.
14873 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
14874 references to ${name}_start by references to ${name}.
14875
a2cd8cfe
JB
148762014-01-10 Joel Brobecker <brobecker@adacore.com>
14877
14878 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
14879
4e23fced
JB
148802014-01-10 Joel Brobecker <brobecker@adacore.com>
14881
14882 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
14883
c6a9e42c
PA
148842014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
14885 Pedro Alves <palves@redhat.com>
14886
14887 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 14888 mi_gdb_target_load.
c6a9e42c 14889
b7ea362b
PA
148902014-01-08 Pedro Alves <palves@redhat.com>
14891
14892 * gdb.threads/reconnect-signal.c: New file.
14893 * gdb.threads/reconnect-signal.exp: New file.
14894
5e3f4fab
EBM
148952014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14896
14897 * gdb.base/source-dir.exp: New file.
14898
79301218
JB
148992014-01-07 Joel Brobecker <brobecker@adacore.com>
14900
14901 * gdb.ada/mi_interface: New testcase.
14902
8e355c5d
JB
149032014-01-07 Joel Brobecker <brobecker@adacore.com>
14904
14905 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
14906 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
14907 gdb.ada/pp-rec-component/pck.ads: New files.
14908
c0d48811
JB
149092014-01-07 Joel Brobecker <brobecker@adacore.com>
14910
14911 * gdb.python/py-pp-integral.c: New file.
14912 * gdb.python/py-pp-integral.py: New file.
14913 * gdb.python/py-pp-integral.exp: New file.
14914
17b609c3 14915For older changes see ChangeLog-1993-2013.
c906108c 14916\f
8d8cb839
EZ
14917;; Local Variables:
14918;; mode: change-log
14919;; left-margin: 8
14920;; fill-column: 74
14921;; version-control: never
14922;; End:
902f2ccb 14923
e2882c85 14924 Copyright 2014-2018 Free Software Foundation, Inc.
902f2ccb
MC
14925 Copying and distribution of this file, with or without modification,
14926 are permitted provided the copyright notice and this notice are preserved.