[gdb/testsuite] Add missing ranges base in dw2-objfile-overlap-*.S
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2020-10-26 Tom de Vries <tdevries@suse.de>
2
3 * gdb.dwarf2/dw2-objfile-overlap-inner.S: Specify default base address
4 for CU.
5 * gdb.dwarf2/dw2-objfile-overlap-outer.S: Same.
6
7 2020-10-23 Tom de Vries <tdevries@suse.de>
8
9 * lib/dwarf.exp (Dwarf::_guess_form): Return "" by default instead of
10 DW_FORM_string.
11 (Dwarf::_default_form): New proc.
12 (Dwarf::_handle_DW_TAG): Use _default_form. Error out if no form was
13 guessed.
14
15 2020-10-23 Tom de Vries <tdevries@suse.de>
16
17 * gdb.dwarf2/ada-linkage-name.exp: Use $srcfile for DW_AT_name of CU.
18 * gdb.dwarf2/atomic-type.exp: Same.
19 * gdb.dwarf2/bad-regnum.exp: Same.
20 * gdb.dwarf2/cpp-linkage-name.exp: Same.
21 * gdb.dwarf2/dw2-align.exp: Same.
22 * gdb.dwarf2/dw2-bad-elf.exp: Same.
23 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
24 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
25 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
26 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
27 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
28 * gdb.dwarf2/enum-type.exp: Same.
29 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Same.
30 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
31 * gdb.dwarf2/main-subprogram.exp: Same.
32 * gdb.dwarf2/missing-type-name.exp: Same.
33 * gdb.dwarf2/nonvar-access.exp: Same.
34 * gdb.dwarf2/typedef-void-finish.exp: Same.
35 * gdb.dwarf2/var-access.exp: Same.
36 * gdb.dwarf2/void-type.exp: Same.
37
38 2020-10-22 Simon Marchi <simon.marchi@polymtl.ca>
39
40 PR gdb/26693
41 * gdb.dwarf2/template-specification-full-name.exp: New test.
42
43 2020-10-22 Luis Machado <luis.machado@linaro.org>
44
45 * gdb.base/msym-bp-shl.exp (test_break): Adjust pattern to not
46 expected an offset from the function.
47 * gdb.base/msym-bp.exp (test): Likewise.
48
49 2020-10-22 Andrew Burgess <andrew.burgess@embecosm.com>
50
51 * gdb.fortran/array-slices.exp: Add a new test.
52
53 2020-10-21 Gary Benson <gbenson@redhat.com>
54
55 * gdb.mi/mi-fullname-deleted.exp: Fix substituted
56 fullname test with Clang. Also expand comments generally.
57
58 2020-10-20 Tom de Vries <tdevries@suse.de>
59
60 * gdb.dwarf2/pr13961.S: Remove superfluous end-of-siblings marker.
61
62 2020-10-20 Tom de Vries <tdevries@suse.de>
63
64 * gdb.dwarf2/arr-stride.c: Remove.
65 * gdb.dwarf2/arr-stride.exp: Use main.c.
66 * gdb.dwarf2/arr-subrange.c: Remove.
67 * gdb.dwarf2/arr-subrange.exp: Use main.c.
68 * gdb.dwarf2/bad-regnum.c: Remove.
69 * gdb.dwarf2/bad-regnum.exp: Use main.c.
70 * gdb.dwarf2/corrupt.c: Remove.
71 * gdb.dwarf2/corrupt.exp: Use main.c.
72 * gdb.dwarf2/dw2-bad-elf.c: Remove.
73 * gdb.dwarf2/dw2-bad-elf.exp: Use main.c.
74 * gdb.dwarf2/dw2-icycle.c: Remove.
75 * gdb.dwarf2/dw2-icycle.exp: Use main.c.
76 * gdb.dwarf2/formdata16.c: Remove.
77 * gdb.dwarf2/formdata16.exp: Use main.c.
78 * gdb.dwarf2/implptrconst.c: Remove.
79 * gdb.dwarf2/implptrconst.exp: Use main.c.
80 * gdb.dwarf2/info-locals-optimized-out.c: Remove.
81 * gdb.dwarf2/info-locals-optimized-out.exp: Use main.c.
82 * gdb.dwarf2/opaque-type-lookup.c: Remove.
83 * gdb.dwarf2/opaque-type-lookup.exp: Use main.c.
84
85 2020-10-20 Tom de Vries <tdevries@suse.de>
86
87 * gdb.dwarf2/ada-valprint-error.exp: Remove redundant mention of .exp
88 file.
89 * gdb.dwarf2/dw2-dir-file-name.exp: Same.
90
91 2020-10-20 Tom de Vries <tdevries@suse.de>
92
93 * gdb.dwarf2/dw2-error.exp: Use $gdb_test_file_name.
94 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
95 * gdb.dwarf2/dw2-main-no-line-number.exp: Same.
96 * gdb.dwarf2/dw2-ranges-base.exp: Same.
97 * gdb.dwarf2/dw2-ranges.exp: Same.
98 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
99 * gdb.dwarf2/var-access.exp: Same.
100
101 2020-10-19 Tom Tromey <tromey@adacore.com>
102
103 PR tui/26719
104 * gdb.tui/list.exp: Check source window contents after focus
105 change.
106
107 2020-10-17 Tom de Vries <tdevries@suse.de>
108
109 PR symtab/26317
110 * gdb.dwarf2/dw2-main-no-line-number.exp: New file.
111
112 2020-10-17 Tom de Vries <tdevries@suse.de>
113
114 * lib/gdb.exp (standard_testfile): Also treat args starting with '-'
115 as suffix.
116 * gdb.dwarf2/atomic.c: Rename to ...
117 * gdb.dwarf2/atomic-type.c: ... this.
118 * gdb.dwarf2/dw2-ranges2.c: Rename to ...
119 * gdb.dwarf2/dw2-ranges-2.c: ... this.
120 * gdb.dwarf2/dw2-ranges3.c: Rename to ...
121 * gdb.dwarf2/dw2-ranges-3.c: ... this.
122 * gdb.dwarf2/fission-mix2.c: Rename to ...
123 * gdb.dwarf2/fission-mix-2.c: ... this.
124 * gdb.dwarf2/ada-linkage-name.exp: Use more suffix args for
125 standard_testfile.
126 * gdb.dwarf2/ada-valprint-error.exp: Same.
127 * gdb.dwarf2/arr-stride.exp: Same.
128 * gdb.dwarf2/arr-subrange.exp: Same.
129 * gdb.dwarf2/atomic-type.exp: Same.
130 * gdb.dwarf2/bad-regnum.exp: Same.
131 * gdb.dwarf2/break-inline-psymtab.exp: Same.
132 * gdb.dwarf2/clang-debug-names-2.exp: Same.
133 * gdb.dwarf2/clang-debug-names.exp: Same.
134 * gdb.dwarf2/comp-unit-lang.exp: Same.
135 * gdb.dwarf2/corrupt.exp: Same.
136 * gdb.dwarf2/count.exp: Same.
137 * gdb.dwarf2/cpp-linkage-name.exp: Same.
138 * gdb.dwarf2/data-loc.exp: Same.
139 * gdb.dwarf2/dw2-align.exp: Same.
140 * gdb.dwarf2/dw2-bad-elf.exp: Same.
141 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
142 * gdb.dwarf2/dw2-bad-unresolved.exp: Same.
143 * gdb.dwarf2/dw2-case-insensitive.exp: Same.
144 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp: Same.
145 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
146 * gdb.dwarf2/dw2-inline-many-frames.exp: Same.
147 * gdb.dwarf2/dw2-inline-param.exp: Same.
148 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
149 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
150 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
151 * gdb.dwarf2/dw2-is-stmt.exp: Same.
152 * gdb.dwarf2/dw2-line-number-zero.exp: Same.
153 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Same.
154 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
155 * gdb.dwarf2/dw2-param-error.exp: Same.
156 * gdb.dwarf2/dw2-ranges-base.exp: Same.
157 * gdb.dwarf2/dw2-ranges.exp: Same.
158 * gdb.dwarf2/dw2-unusual-field-names.exp: Same.
159 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: Same.
160 * gdb.dwarf2/dw4-sig-types.exp: Same.
161 * gdb.dwarf2/dynarr-ptr.exp: Same.
162 * gdb.dwarf2/enum-type.exp: Same.
163 * gdb.dwarf2/fission-mix.exp: Same.
164 * gdb.dwarf2/formdata16.exp: Same.
165 * gdb.dwarf2/implptrconst.exp: Same.
166 * gdb.dwarf2/implptrpiece.exp: Same.
167 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
168 * gdb.dwarf2/main-subprogram.exp: Same.
169 * gdb.dwarf2/method-ptr.exp: Same.
170 * gdb.dwarf2/missing-sig-type.exp: Same.
171 * gdb.dwarf2/nonvar-access.exp: Same.
172 * gdb.dwarf2/opaque-type-lookup.exp: Same.
173 * gdb.dwarf2/shortpiece.exp: Same.
174 * gdb.dwarf2/staticvirtual.exp: Same.
175 * gdb.dwarf2/subrange.exp: Same.
176 * gdb.dwarf2/symtab-producer.exp: Same.
177 * gdb.dwarf2/typedef-void-finish.exp: Same.
178 * gdb.dwarf2/var-access.exp: Same.
179 * gdb.dwarf2/variant.exp: Same.
180 * gdb.dwarf2/void-type.exp: Same.
181 * gdb.dwarf2/dw2-ranges-psym.exp: Same. Use main.c instead of
182 dw2-ranges-main.c.
183 * gdb.dwarf2/dw2-ranges-main.c: Remove.
184
185 2020-10-16 Tom de Vries <tdevries@suse.de>
186
187 * lib/gdb.exp (gdb_breakpoint): Remove mention of "passfail".
188
189 2020-10-16 Tom de Vries <tdevries@suse.de>
190
191 * lib/gdb.exp (gdb_breakpoint): Handle eof as in gdb_test_multiple.
192
193 2020-10-14 Tom de Vries <tdevries@suse.de>
194
195 PR testsuite/26732
196 * gdb.ada/mi_catch_ex.exp: Do mi_delete_breakpoints before running
197 scenario 2.
198 * gdb.ada/mi_catch_ex_hand.exp: Same.
199
200 2020-10-13 Pedro Alves <pedro@palves.net>
201
202 * lib/mi-support.exp (mi_clean_restart): New.
203 (mi_run_to_main): Delete.
204 All callers adjust to use mi_clean_restart / mi_runto_main.
205
206 2020-10-13 Pedro Alves <pedro@palves.net>
207
208 * config/monitor.exp: Use "list -q".
209 * gdb.arch/gdb1558.exp: Use "break -q".
210 * gdb.arch/i386-permbkpt.exp: Use "break -q".
211 * gdb.arch/i386-prologue-skip-cf-protection.exp: Use "break -q".
212 * gdb.base/break.exp: Use "break -q", "list -q" and "tbreak -q".
213 * gdb.base/commands.exp: Use "break -q".
214 * gdb.base/condbreak.exp: Use "break -q".
215 * gdb.base/ctf-ptype.exp: Use "list -q".
216 * gdb.base/define.exp: Use "break -q".
217 * gdb.base/del.exp: Use "break -q".
218 * gdb.base/fullname.exp: Use "break -q".
219 * gdb.base/hbreak-in-shr-unsupported.exp: Use "hbreak -q".
220 * gdb.base/hbreak-unmapped.exp: Use "hbreak -q".
221 * gdb.base/hbreak2.exp: Use "hbreak -q" and "list -q".
222 * gdb.base/hw-sw-break-same-address.exp: Use "break -q" and
223 "hbreak -q".
224 * gdb.base/included.exp: Use "list -q".
225 * gdb.base/label.exp: Use "break -q".
226 * gdb.base/lineinc.exp: Use "break -q".
227 * gdb.base/list.exp: Use "list -q".
228 * gdb.base/macscp.exp: Use "list -q".
229 * gdb.base/pending.exp: Use "break -q".
230 * gdb.base/prologue-include.exp: Use "break -q".
231 * gdb.base/ptype.exp: Use "list -q".
232 * gdb.base/sepdebug.exp: Use "break -q", "list -q" and "tbreak -q".
233 * gdb.base/server-del-break.exp: Use "break -q".
234 * gdb.base/style.exp: Use "break -q".
235 * gdb.base/symbol-without-target_section.exp: Use "list -q".
236 * gdb.base/watchpoint-reuse-slot.exp: Use "hbreak -q".
237 * gdb.cp/exception.exp: Use "tbreak -q".
238 * gdb.dwarf2/dw2-error.exp: Use "break -q".
239 * gdb.dwarf2/fission-mix.exp: Use "break -q".
240 * gdb.dwarf2/fission-reread.exp: Use "break -q".
241 * gdb.dwarf2/pr13961.exp: Use "break -q".
242 * gdb.linespec/explicit.exp: Use "list -q".
243 * gdb.linespec/linespec.exp: Use "break -q".
244 * gdb.mi/mi-simplerun.exp: Use "--qualified".
245 * gdb.python/py-mi-objfile-gdb.py: Use "list -q".
246 * gdb.server/bkpt-other-inferior.exp: Use "break -q".
247 * gdb.server/connect-without-multi-process.exp: Use "break -q".
248 * gdb.trace/change-loc.exp: Use "break -q".
249 * gdb.trace/pending.exp: Use "break -q".
250 * gdb.tui/basic.exp: Use "list -q".
251 * gdb.tui/list-before.exp: Use "list -q".
252 * gdb.tui/list.exp: Use "list -q".
253 * lib/gdb.exp (gdb_has_argv0): Use "break -q".
254
255 2020-10-13 Pedro Alves <pedro@palves.net>
256
257 * gdb.base/ui-redirect.exp: Expect "break -qualified main" in
258 saved breakpoints file.
259 * gdb.guile/scm-breakpoint.exp: Expect "-qualified main" when
260 inspecting breakpoint list.
261 * lib/gdb.exp (runto_main): Add "qualified" to options.
262 * lib/mi-support.exp (mi_runto_helper): Add 'qualified' parameter,
263 and handle it.
264 (mi_runto_main): Pass 1 as qualified argument.
265
266 2020-10-13 Pedro Alves <pedro@palves.net>
267
268 * lib/mi-support.exp (mi_runto_main): New proc.
269 (mi_run_to_main): Use it.
270 * gdb.mi/mi-catch-cpp-exceptions.exp: Likewise.
271 * gdb.mi/mi-var-cmd.exp: Likewise.
272 * gdb.mi/mi-var-invalidate.exp: Likewise.
273 * mi-var-list-children-invalid-grandchild.exp: Likewise.
274 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
275 * gdb.mi/new-ui-mi-sync.exp: Likewise.
276 * gdb.mi/user-selected-context-sync.exp: Likewise.
277 * gdb.opt/inline-cmds.exp: Likewise.
278 * gdb.python/py-framefilter-mi.exp: Likewise.
279 * gdb.python/py-mi.exp: Likewise.
280
281 2020-10-13 Pedro Alves <pedro@palves.net>
282
283 * gdb.ada/fun_in_declare.exp: Use "runto_main" instead of
284 "runto main".
285 * gdb.ada/small_reg_param.exp: Likewise.
286 * gdb.arch/powerpc-d128-regs.exp: Likewise.
287 * gdb.base/annota1.exp: Likewise.
288 * gdb.base/anon.exp: Likewise.
289 * gdb.base/breakpoint-in-ro-region.exp: Likewise.
290 * gdb.base/dprintf-non-stop.exp: Likewise.
291 * gdb.base/dprintf.exp: Likewise.
292 * gdb.base/gdb11530.exp: Likewise.
293 * gdb.base/gdb11531.exp: Likewise.
294 * gdb.base/gnu_vector.exp: Likewise.
295 * gdb.base/interrupt-noterm.exp: Likewise.
296 * gdb.base/memattr.exp: Likewise.
297 * gdb.base/step-over-syscall.exp: Likewise.
298 * gdb.base/watch-cond-infcall.exp: Likewise.
299 * gdb.base/watch-read.exp: Likewise.
300 * gdb.base/watch-vfork.exp: Likewise.
301 * gdb.base/watch_thread_num.exp: Likewise.
302 * gdb.base/watchpoint-stops-at-right-insn.exp: Likewise.
303 * gdb.guile/scm-frame-inline.exp: Likewise.
304 * gdb.linespec/explicit.exp: Likewise.
305 * gdb.opt/inline-break.exp: Likewise.
306 * gdb.python/py-frame-inline.exp: Likewise.
307 * gdb.reverse/break-precsave.exp: Likewise.
308 * gdb.reverse/break-reverse.exp: Likewise.
309 * gdb.reverse/consecutive-precsave.exp: Likewise.
310 * gdb.reverse/consecutive-reverse.exp: Likewise.
311 * gdb.reverse/finish-precsave.exp: Likewise.
312 * gdb.reverse/finish-reverse.exp: Likewise.
313 * gdb.reverse/fstatat-reverse.exp: Likewise.
314 * gdb.reverse/getresuid-reverse.exp: Likewise.
315 * gdb.reverse/i386-precsave.exp: Likewise.
316 * gdb.reverse/i386-reverse.exp: Likewise.
317 * gdb.reverse/i386-sse-reverse.exp: Likewise.
318 * gdb.reverse/i387-env-reverse.exp: Likewise.
319 * gdb.reverse/i387-stack-reverse.exp: Likewise.
320 * gdb.reverse/insn-reverse.exp: Likewise.
321 * gdb.reverse/machinestate-precsave.exp: Likewise.
322 * gdb.reverse/machinestate.exp: Likewise.
323 * gdb.reverse/pipe-reverse.exp: Likewise.
324 * gdb.reverse/readv-reverse.exp: Likewise.
325 * gdb.reverse/recvmsg-reverse.exp: Likewise.
326 * gdb.reverse/rerun-prec.exp: Likewise.
327 * gdb.reverse/s390-mvcle.exp: Likewise.
328 * gdb.reverse/solib-precsave.exp: Likewise.
329 * gdb.reverse/solib-reverse.exp: Likewise.
330 * gdb.reverse/step-precsave.exp: Likewise.
331 * gdb.reverse/step-reverse.exp: Likewise.
332 * gdb.reverse/time-reverse.exp: Likewise.
333 * gdb.reverse/until-precsave.exp: Likewise.
334 * gdb.reverse/until-reverse.exp: Likewise.
335 * gdb.reverse/waitpid-reverse.exp: Likewise.
336 * gdb.reverse/watch-precsave.exp: Likewise.
337 * gdb.reverse/watch-reverse.exp: Likewise.
338 * gdb.threads/kill.exp: Likewise.
339 * gdb.threads/tid-reuse.exp: Likewise.
340
341 2020-10-13 Simon Marchi <simon.marchi@polymtl.ca>
342
343 PR gdb/26642
344 * gdb.base/maint-target-async-off.c: New test.
345 * gdb.base/maint-target-async-off.exp: New test.
346
347 2020-10-13 Alan Modra <amodra@gmail.com>
348
349 * gdb.arch/powerpc-altivec.s,
350 * gdb.arch/powerpc-power7.s,
351 * gdb.arch/powerpc-power8.s,
352 * gdb.arch/powerpc-power9.s,
353 * gdb.arch/powerpc-vsx.s,
354 * gdb.arch/powerpc-vsx2.s: Remove duplicate instructions.
355 * gdb.arch/powerpc-altivec.exp,
356 * gdb.arch/powerpc-power7.exp,
357 * gdb.arch/powerpc-power8.exp,
358 * gdb.arch/powerpc-power9.exp,
359 * gdb.arch/powerpc-vsx.exp,
360 * gdb.arch/powerpc-vsx2.exp: Likewise, and update expected
361 disassembly of mfvsrd/mtvsrd.
362
363 2020-10-13 Alan Modra <amodra@gmail.com>
364
365 * gdb.arch/arm-disassembler-options.exp: Adjust expected
366 "target architecture" output.
367 * gdb.arch/powerpc-d128-regs.exp: Likewise.
368 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
369 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
370 * gdb.arch/s390-disassembler-options.exp: Likewise.
371
372 2020-10-12 Pedro Alves <pedro@palves.net>
373
374 PR exp/26602
375 PR c++/26550
376 * gdb.cp/ambiguous.cc (marker1): Delete.
377 (main): Initialize all the fields of the locals. Replace marker1
378 call with a "set breakpoint here" marker.
379 * gdb.cp/ambiguous.exp: Modernize. Use gdb_continue_to_breakpoint
380 instead of running to marker1. Add tests printing all the
381 variables and all the fields of the variables.
382 (test_ambiguous): New proc, expecting the new GDB output when a
383 field access is ambiguous. Change all "warning: X ambiguous"
384 tests to use it.
385
386 2020-10-12 Gary Benson <gbenson@redhat.com>
387
388 * gdb.base/msym-bp.c (foo): Add __attribute__ ((used)).
389 * gdb.base/msym-bp-2.c (foo): Likewise.
390 * gdb.base/msym-lang.c (foo): Likewise.
391 * gdb.base/msym-lang-main.c (foo): Likewise.
392 * gdb.base/symtab-search-order-1.c (static_global): Likewise.
393 * gdb.guile/scm-pretty-print.c (eval_func): Likewise.
394 * gdb.mi/mi-sym-info-1.c (global_f1): Likewise.
395 * gdb.mi/mi-sym-info-2.c (global_f1, var1, var2): Likewise.
396 * gdb.multi/watchpoint-multi-exit.c (globalvar): Likewise.
397 * gdb.python/py-as-string.c (enum_valid, enum_invalid): Likewise.
398 * gdb.python/py-objfile.c (static_var): Likewise.
399 * gdb.python/py-symbol.c (rr): Likewise.
400 * gdb.python/py-symbol-2.c (anon, rr): Likewise.
401 * gdb.mi/mi-sym-info.exp (lineno1, lineno2): Updated.
402
403 2020-10-11 Andrew Burgess <andrew.burgess@embecosm.com>
404
405 * gdb.fortran/mixed-lang-stack.exp (run_tests): Update expected
406 output of backtrace.
407
408 2020-10-09 Tom Tromey <tromey@adacore.com>
409
410 * gdb.ada/scalar_storage/storage.adb (Another_Range): New type.
411 (Rec): Add field. Fix range.
412 * gdb.ada/scalar_storage.exp: Update.
413
414 2020-10-09 Hannes Domani <ssbssa@yahoo.de>
415
416 PR exp/26714
417 * gdb.base/printcmds.exp: Add tests for void results.
418
419 2020-10-09 Jan Vrany <jan.vrany@labware.com>
420
421 * gdb.mi/mi-cmd-param-changed.exp: Check that notification is
422 is emmited for both 'set directories' and 'directory' commands.
423
424 2020-10-08 Tom Tromey <tom@tromey.com>
425
426 * gdb.base/style.exp: Check that "main"'s name is styled.
427
428 2020-10-07 Tom Tromey <tromey@adacore.com>
429
430 * gdb.base/find.exp: Rename some tests.
431
432 2020-10-06 Gary Benson <gbenson@redhat.com>
433
434 * gdb.base/list0.c (unused): Add __attribute__ ((used)).
435 * gdb.base/list1.c (unused): Likewise.
436
437 2020-10-06 Gary Benson <gbenson@redhat.com>
438
439 * gdb.base/list-ambiguous0.c (ambiguous_var): Add
440 __attribute__ ((used)).
441 * gdb.base/list-ambiguous1.c (ambiguous_var): Likewise.
442
443 2020-10-06 Andrew Burgess <andrew.burgess@embecosm.com>
444
445 * gdb.base/m32r.ld: Remove SEARCH_DIR line. Add MEMORY regions,
446 make use of regions throughout.
447 * gdb.base/overlays.exp: Enclose string with variableds in "..",
448 not {...}.
449 * gdb.base/ovlymgr.c: Add 'string.h' and 'stdlib.h' includes.
450
451 2020-10-05 Hannes Domani <ssbssa@yahoo.de>
452
453 * gdb.base/call-sc.c: Fix return struct on stack test case.
454 * gdb.base/call-sc.exp: Likewise.
455
456 2020-10-02 Gary Benson <gbenson@redhat.com>
457
458 * README: Fix "paralell".
459
460 2020-09-30 Gary Benson <gbenson@redhat.com>
461
462 * gdb.dwarf2/dw2-double-set-die-type.S (.Ldie_3e0):
463 Convert directive to lowercase.
464 (.Labbrev1_begin): Add missing label.
465 (abbrev code 0x1): Remove DW_AT_stmt_list.
466 (.Ldie_b): Likewise.
467
468 2020-09-27 Tom Tromey <tom@tromey.com>
469
470 * gdb.tui/new-layout.exp: Use with_test_prefix.
471
472 2020-09-26 Gareth Rees <grees@undo.io> (tiny change)
473
474 PR python/26586
475 * gdb.python/python.exp: add test cases for the from_tty
476 argument to gdb.execute.
477
478 2020-09-25 Gary Benson <gbenson@redhat.com>
479
480 * gdb.base/infcall-nested-structs.exp.tcl: Add
481 additional_flags=-Wno-tautological-compare for C++
482 tests when compiling using Clang.
483
484 2020-09-25 Gary Benson <gbenson@redhat.com>
485
486 * lib/gdb.exp (gdb_compile): Pass "-x c++" earlier, and only
487 for .c files.
488
489 2020-09-24 Tom Tromey <tromey@adacore.com>
490
491 PR tui/26638:
492 * gdb.tui/list.exp: Check output of "focus next".
493
494 2020-09-23 Tom Tromey <tom@tromey.com>
495
496 * gdb.dwarf2/intbits.exp: New file.
497 * gdb.dwarf2/intbits.c: New file.
498
499 2020-09-20 Pedro Alves <pedro@palves.net>
500
501 * lib/mi-support.exp (mi_uncatched_gdb_exit) Switch to the main
502 spawn_id before calling remote_close. Close secondary MI channel.
503
504 2020-09-20 Pedro Alves <pedro@palves.net>
505
506 * gdb.base/testenv.exp (find_env): Bail out if printing 'envp[$i]'
507 fails.
508
509 2020-09-19 Andrew Burgess <andrew.burgess@embecosm.com>
510
511 * gdb.fortran/array-slices.exp: Update expected results.
512 * gdb.fortran/class-allocatable-array.exp: Likewise.
513 * gdb.fortran/multi-dim.exp: Likewise.
514 * gdb.fortran/vla-type.exp: Likewise.
515 * gdb.mi/mi-vla-fortran.exp: Likewise.
516
517 2020-09-18 Victor Collod <vcollod@nvidia.com>
518
519 PR gdb/26635
520 * gdb.arch/amd64-prologue-skip-cf-protection.exp: Make the test
521 compatible with i386, and move it to...
522 * gdb.arch/i386-prologue-skip-cf-protection.exp: ... here.
523 * gdb.arch/amd64-prologue-skip-cf-protection.c: Move to...
524 * gdb.arch/i386-prologue-skip-cf-protection.c: ... here.
525
526 2020-09-18 Pedro Alves <pedro@palves.net>
527
528 PR gdb/26631
529 * gdb.multi/multi-target-thread-find.exp: New file.
530
531 2020-09-18 Pedro Alves <pedro@palves.net>
532
533 * gdb.multi/multi-target-continue.exp: New file, factored out from
534 multi-target.exp.
535 * gdb.multi/multi-target-info-inferiors.exp: New file, factored out from
536 multi-target.exp.
537 * gdb.multi/multi-target-interrupt.exp: New file, factored out from
538 multi-target.exp.
539 * gdb.multi/multi-target-no-resumed.exp: New file, factored out from
540 multi-target.exp.
541 * gdb.multi/multi-target-ping-pong-next.exp: New file, factored out from
542 multi-target.exp.
543 * gdb.multi/multi-target.exp.tcl: New file, factored out from
544 multi-target.exp.
545 * gdb.multi/multi-target.exp: Delete.
546
547 2020-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
548
549 * gdb.fortran/array-slices.exp: Add missing message data.
550
551 2020-09-17 Pedro Alves <pedro@palves.net>
552
553 * gdb.cp/call-c-1.c (foo) [__cplusplus]: Add extern "C".
554
555 2020-09-17 Pedro Alves <pedro@palves.net>
556
557 * gdb.python/py-frame-inline.exp: Adjust to optionally expect a
558 full prototype.
559
560 2020-09-17 Pedro Alves <pedro@palves.net>
561
562 * gdb.python/py-as-string.c: Add cast.
563
564 2020-09-17 Pedro Alves <pedro@palves.net>
565
566 * gdb.base/sizeof.c (fill): Add cast.
567
568 2020-09-17 Pedro Alves <pedro@palves.net>
569
570 * gdb.base/share-env-with-gdbserver.c (main): Add cast.
571
572 2020-09-17 Pedro Alves <pedro@palves.net>
573
574 * gdb.base/prologue.c [__cplusplus] (marker): Explicitly specify
575 linkage name.
576 * gdb.base/prologue.exp: Use print /d.
577 * gdb.base/symbol-alias.exp: Handle C++ output.
578 * gdb.base/symbol-alias2.c: Handle C++ output.
579 [__cplusplus] (func): Explicitly specify linkage name.
580
581 2020-09-17 Pedro Alves <pedro@palves.net>
582
583 * gdb.python/py-nested-maps.c (struct key_t): Rename to...
584 (struct my_key_t): ... this. Adjust all references.
585 (struct value_t): Rename to ...
586 (struct my_value_t): ... this. Adjust all references.
587 (create_map, add_map_element, create_map_map)
588 (add_map_map_element): Add casts.
589
590 2020-09-17 Pedro Alves <pedro@palves.net>
591
592 * gdb.python/py-framefilter-mi.c (funca): Add casts.
593 * gdb.python/py-framefilter.c.c (funca, func2): Add casts.
594
595 2020-09-17 Pedro Alves <pedro@palves.net>
596
597 * gdb.mi/var-cmd.c (do_anonymous_type_tests): Add cast.
598
599 2020-09-17 Pedro Alves <pedro@palves.net>
600
601 * gdb.base/exprs.c: Replace 'this' with 'self' throughout.
602 * gdb.base/ptype.c: : Replace 'this' with 'self' throughout.
603 (charfoo, intfoo): Define full prototype.
604 * gdb.base/ptype1.c (charfoo): Define full prototype.
605 * gdb.base/setvar.c: Replace 'this' with 'self' throughout.
606 * gdb.base/whatis.c: Replace 'this' with 'self' throughout.
607
608 2020-09-17 Pedro Alves <pedro@palves.net>
609
610 * gdb.base/charset.c [__cplusplus] (wchar_t, char16_t, char32_t):
611 Don't define.
612 (utf_32_string): Compile for both C and C++.
613 * gdb.base/charset.exp: Use "print /d".
614
615 2020-09-17 Pedro Alves <pedro@palves.net>
616
617 * gdb.base/watchpoint.c (buf): Make it 31 bytes.
618 (nullptr): Rename to ...
619 (null_ptr): ... this.
620 * gdb.base/watchpoint.exp: Adjust to rename.
621
622 2020-09-17 Pedro Alves <pedro@palves.net>
623
624 * gdb.base/printcmds.c (three, flag_enum_without_zero)
625 (three_not_flag): Add casts.
626
627 2020-09-17 Pedro Alves <pedro@palves.net>
628
629 * gdb.base/examine-backward.c (Barrier, TestStrings): Now unsigned
630 char array.
631 (main): Add references to Barrier, TestStrings, TestStringsH and
632 TestStringsW.
633 * gdb.base/examine-backward.exp: Issue "set print asm-demangle on"
634 and expect a full prototype in C++.
635
636 2020-09-17 Pedro Alves <pedro@palves.net>
637
638 * gdb.base/nested-addr.c (main): Add cast.
639 * gdb.base/nested-addr.exp: Use "print /d".
640
641 2020-09-17 Pedro Alves <pedro@palves.net>
642
643 * gdb.base/break.exp (func): New. Use it throughout when
644 expecting a function name.
645
646 2020-09-17 Pedro Alves <pedro@palves.net>
647
648 * gdb.base/display.exp: Issue "set print asm-demangle on".
649
650 2020-09-17 Pedro Alves <pedro@palves.net>
651
652 * gdb.base/find.c: Include <string.h>.
653 (init_bufs): Add cast.
654 * gdb.base/find.exp: Issue "set print asm-demangle on".
655
656 2020-09-16 Tom Tromey <tromey@adacore.com>
657
658 PR gdb/26598:
659 * gdb.base/skipcxx.exp: New file.
660 * gdb.base/skipcxx.cc: New file.
661
662 2020-09-16 Tom de Vries <tdevries@suse.de>
663
664 PR testsuite/26617
665 * gdb.dlang/watch-loc.c: Only add .debug_aranges if
666 WITH_DEBUG_SECTIONS is defined.
667 (xstr, str): New macro.
668 (.debug_aranges): Use DMAIN_START_0/1/2 and DMAIN_LENGTH
669 to get start and size of _Dmain.
670 * gdb.dlang/watch-loc.exp: Pass DMAIN_START_0/1/2 and DMAIN_LENGTH
671 using additional_flags.
672
673 2020-09-16 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
674
675 * gdb.base/bp-cmds-sourced-script.c: New file.
676 * gdb.base/bp-cmds-sourced-script.exp: New test.
677 * gdb.base/bp-cmds-sourced-script.gdb: New file.
678
679 2020-09-16 Tom de Vries <tdevries@suse.de>
680
681 * lib/gdbserver-support.exp (gdbserver_exit): Make sure we
682 get the gdb prompt after issuing "monitor exit".
683
684 2020-09-16 Tom de Vries <tdevries@suse.de>
685
686 PR testsuite/26624
687 * lib/gdb.exp (gdb_assert): Catch errors in condition evaluation.
688
689 2020-09-16 Tom de Vries <tdevries@suse.de>
690
691 PR testsuite/26618
692 * gdb.tui/new-layout.exp: Escape unbalanced braces.
693
694 2020-09-15 Tom Tromey <tromey@adacore.com>
695
696 PR rust/26197:
697 * lib/rust-support.exp (rust_llvm_version): New proc.
698 * gdb.rust/simple.exp: Check rust_llvm_version.
699
700 2020-09-14 Tom de Vries <tdevries@suse.de>
701
702 * gdb.rust/traits.exp: Fix PATH warning.
703
704 2020-09-13 Pedro Alves <pedro@palves.net>
705
706 * gdb.base/catch-follow-exec.c (main): Add explicit return
707 statement.
708 * gdb.base/catch-signal.c (main): Likewise.
709 * gdb.base/condbreak-call-false.c (main): Likewise.
710 * gdb.base/consecutive.c (main): Add explicit return
711 statement and return type.
712 * gdb.base/cursal.c (main): Add explicit return statement.
713 * gdb.base/cvexpr.c (main): Likewise.
714 * gdb.base/display.c (main): Add explicit return statement and
715 return type.
716 * gdb.base/dprintf-detach.c (main): Add explicit return statement.
717 * gdb.base/endianity.c (main): Likewise.
718 * gdb.base/execd-prog.c (main): Likewise.
719 * gdb.base/gdb1090.c (main): Likewise.
720 * gdb.base/info_qt.c (main): Likewise.
721 * gdb.base/lineinc.c (main): Likewise.
722 * gdb.base/load-command.c (main): Likewise.
723 * gdb.base/macscp1.c (main): Likewise.
724 * gdb.base/pr10179-a.c (main): Likewise.
725 * gdb.base/quit-live.c (main): Likewise.
726 * gdb.base/scope0.c (main): Likewise.
727 * gdb.base/settings.c (main): Likewise.
728 * gdb.base/stack-checking.c (main): Return int.
729 * gdb.base/varargs.c (main): Add explicit return statement.
730 * gdb.cp/ambiguous.cc (main): Likewise.
731 * gdb.cp/anon-struct.cc (main): Likewise.
732 * gdb.cp/anon-union.cc (main): Likewise.
733 * gdb.cp/bool.cc (main): Likewise.
734 * gdb.cp/bs15503.cc (main): Likewise.
735 * gdb.cp/cplusfuncs.cc (main): Likewise.
736 * gdb.cp/cttiadd.cc (main): Likewise.
737 * gdb.cp/extern-c.cc (main): Likewise.
738 * gdb.cp/filename.cc (main): Likewise.
739 * gdb.cp/formatted-ref.cc (main): Likewise.
740 * gdb.cp/mb-ctor.cc (main): Likewise.
741 * gdb.cp/member-ptr.cc (main): Likewise.
742 * gdb.cp/minsym-fallback-main.cc (main): Likewise.
743 * gdb.cp/overload-const.cc (main): Likewise.
744 * gdb.cp/paren-type.cc (main): Likewise.
745 * gdb.cp/parse-lang.cc (main): Likewise.
746 * gdb.cp/pr-1023.cc (main): Likewise.
747 * gdb.cp/psmang1.cc (main): Likewise.
748 * gdb.cp/readnow-language.cc (main): Likewise.
749 * gdb.cp/ref-params.cc (main): Likewise.
750 * gdb.cp/rvalue-ref-params.cc (main): Likewise.
751 * gdb.cp/virtbase2.cc (main): Likewise.
752 * gdb.dwarf2/dw2-abs-hi-pc.c (main): Likewise.
753 * gdb.dwarf2/dw2-namespaceless-anonymous.c (main): Likewise.
754 * gdb.dwarf2/dw4-toplevel-types.cc (main): Likewise.
755 * gdb.mi/mi-console.c (main): Likewise.
756 * gdb.mi/mi-read-memory.c (main): Likewise.
757 * gdb.modula2/multidim.c (main): Likewise.
758 * gdb.opt/inline-small-func.c (main): Likewise.
759 * gdb.python/py-rbreak.c (main): Likewise.
760 * gdb.stabs/exclfwd1.c (main): Likewise.
761 * gdb.trace/qtro.c (main): Likewise.
762
763 2020-09-13 Pedro Alves <pedro@palves.net>
764
765 * gdb.base/share-env-with-gdbserver.c (main): Call my_getenv
766 instead of getenv.
767
768 2020-09-13 Pedro Alves <pedro@palves.net>
769
770 * gdb.base/dbx.exp (dbx_gdb_start): Adjust to use gdb_spawn
771 instead of spawning GDB with remote_spawn.
772 * lib/mi-support.exp (default_mi_gdb_start): Adjust to use
773 gdb_spawn instead of spawning GDB with remote_spawn.
774
775 2020-09-13 Pedro Alves <pedro@palves.net>
776
777 * gdb.dwarf2/ada-linkage-name.c (main): Move to the bottom of the
778 file and add calls to first and second.
779 * gdb.dwarf2/atomic.c (main): Move to the bottom of the file and
780 add call to f.
781
782 2020-09-13 Pedro Alves <pedro@palves.net>
783
784 * gdb.mi/mi-break-qualified.cc: New file.
785 * gdb.mi/mi-break-qualified.exp: New file.
786 * lib/mi-support.exp (mi_create_breakpoint_multi)
787 (mi_make_breakpoint_loc, mi_make_breakpoint_multi): New
788 procedures.
789 (mi_create_breakpoint_1): New, factored out from
790 mi_create_breakpoint.
791
792 2020-09-13 Pedro Alves <pedro@palves.net>
793
794 * gdb.cp/inherit.exp: No longer pass -Wno-deprecated-register.
795 * gdb.cp/misc.exp: No longer pass -Wno-deprecated-register.
796 * gdb.cp/misc.cc (class small, small::method, marker_reg1)
797 (register_class): Delete.
798 (main): Don't call register_class.
799
800 2020-09-13 Pedro Alves <pedro@palves.net>
801
802 * gdb.cp/classes.exp: No longer pass -Wno-deprecated-register.
803 (do_tests): Remove "calling method for small class" test.
804 * gdb.cp/classes.cc (class small, small::method, marker_reg1)
805 (register_class): Delete.
806 (main): Don't call register_class.
807 * gdb.cp/call-method-register.exp: New file, based on bits removed
808 from classes.exp.
809 * gdb.cp/call-method-register.cc: New file, based on bits removed
810 from classes.cc.
811
812 2020-09-13 Pedro Alves <pedro@palves.net>
813
814 * gdb.base/msym-bp-2.c: New.
815 * gdb.base/msym-bp-shl-lib.c: New file.
816 * gdb.base/msym-bp-shl-main-2.c: New file.
817 * gdb.base/msym-bp-shl-main.c: New file.
818 * gdb.base/msym-bp-shl.exp: New file.
819 * gdb.base/msym-bp.c: New file.
820 * gdb.base/msym-bp.exp: New file.
821
822 2020-09-13 Joel Brobecker <brobecker@adacore.com>
823
824 * gdb.base/default.exp: Change $_gdb_major to 11.
825
826 2020-09-11 Moritz Riesterer <moritz.riesterer@intel.com>
827 Felix Willgerodt <Felix.Willgerodt@intel.com>
828
829 * x86-avx512bf16.c: New file.
830 * x86-avx512bf16.exp: Likewise.
831 * lib/gdb.exp (skip_avx512bf16_tests): New function.
832
833 2020-09-11 Tom de Vries <tdevries@suse.de>
834
835 PR exp/26602
836 * gdb.cp/ambiguous.exp: Add KFAILs for PR26602.
837
838 2020-09-11 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
839
840 * gdb.base/bp-cmds-execution-x-script.exp: Remove a stale comment.
841
842 2020-09-10 Alan Modra <amodra@gmail.com>
843
844 PR 26597
845 * gdb.dlang/demangle.exp: Update tests as per gcc commit 387d0773f3.
846
847 2020-09-08 Tom de Vries <tdevries@suse.de>
848
849 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: Consume gdb prompt
850 after gdb_starti_cmd.
851
852 2020-09-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
853
854 * lib/fortran.exp (fortran_complex8): New proc.
855 (fortran_complex16): New proc.
856 * gdb.fortran/complex.exp: Use routines from fortran.exp
857 * gdb.fortran/pointer-to-pointer.exp: Likewise.
858 * gdb.fortran/vla-ptr-info.exp: Likewise.
859
860 2020-09-03 Tom de Vries <tdevries@suse.de>
861
862 PR breakpoint/26546
863 * gdb.base/label-without-address.exp: Runto main first.
864
865 2020-09-02 Tom Tromey <tromey@adacore.com>
866
867 * gdb.ada/mi_var_access.exp: Test children of access variable.
868 * gdb.ada/mi_var_access/mi_access.adb: Add new stop markers.
869 * gdb.ada/mi_var_array.exp: Update.
870
871 2020-08-31 Kevin Buettner <kevinb@redhat.com>
872
873 * gdb.base/corefile.exp (warning-free): XFAIL test when running
874 on docker w/ AUFS storage driver.
875
876 2020-08-31 Kevin Buettner <kevinb@redhat.com>
877
878 * gdb.base/corefile2.exp (renamed binfile): New tests.
879
880 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
881
882 * gdb.dwarf2/dw2-reg-undefined.exp: Remove spurious #.
883
884 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
885
886 * gdb.dwarf2/frame-inlined-in-outer-frame.exp: New file.
887 * gdb.dwarf2/frame-inlined-in-outer-frame.S: New file.
888
889 2020-08-31 Simon Marchi <simon.marchi@efficios.com>
890
891 * gdb.dwarf2/dw2-reg-undefined.exp: Test "set debug frame 1"
892 output, printing a "not saved" value from history and printing a
893 convenience variable created from a "not saved" value.
894
895 2020-08-31 Tom de Vries <tdevries@suse.de>
896
897 * gdb.base/eh_return.exp: Use nopie.
898
899 2020-08-28 Pedro Alves <pedro@palves.net>
900
901 * gdb.base/advance-until-multiple-locations.exp
902 (advance_overload, until_overload): Adjust to match the
903 frame/function header instead of the source line text.
904
905 2020-08-28 Tom de Vries <tdevries@suse.de>
906
907 * gdb.base/label-without-address.c: New test.
908 * gdb.base/label-without-address.exp: New file.
909
910 2020-08-27 Pedro Alves <pedro@palves.net>
911
912 PR gdb/26523
913 PR gdb/26524
914 * gdb.base/advance-until-multiple-locations.cc: New.
915 * gdb.base/advance-until-multiple-locations.exp: New.
916
917 2020-08-27 Simon Marchi <simon.marchi@polymtl.ca>
918
919 * gdb.dwarf2/dw2-reg-undefined.exp: Use multi_line.
920
921 2020-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
922
923 * gdb.arch/amd64-byte.exp: Make test names unique, use
924 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
925 * gdb.arch/amd64-dword.exp: Likewise.
926 * gdb.arch/amd64-pseudo.c: Fix typo 'forth' -> 'fourth'.
927 * gdb.arch/amd64-stap-special-operands.exp: Make test names
928 unique.
929 * gdb.arch/amd64-tailcall-ret.exp: Likewise.
930 * gdb.arch/amd64-word.exp: Make test names unique, use
931 gdb_breakpoint, and fix typo 'forth' -> 'fourth'.
932 * gdb.arch/i386-byte.exp: Make test names unique, use
933 gdb_breakpoint.
934 * gdb.arch/i386-word.exp: Likewise.
935
936 2020-08-25 Shahab Vahedi <shahab@synopsys.com>
937
938 * gdb.arch/arc-tdesc-cpu.xml: Use new feature names.
939
940 2020-08-25 Simon Marchi <simon.marchi@polymtl.ca>
941
942 PR gdb/26532
943 * gdb.threads/stepi-random-signal.exp: Update pattern.
944
945 2020-08-25 Simon Marchi <simon.marchi@efficios.com>
946
947 PR gdb/26532
948 * gdb.base/ui-redirect.exp: Update pattern.
949
950 2020-08-25 Gary Benson <gbenson@redhat.com>
951
952 * gdb.dwarf2/dw2-dir-file-name.exp: Use system assembler
953 when compiling with clang.
954 * gdb.dwarf2/dw2-restore.exp: Likewise.
955
956 2020-08-25 Gary Benson <gbenson@redhat.com>
957
958 * gdb.cp/ambiguous.exp: Enable test when compiling with GCC.
959 Add additional_flags=-Wno-inaccessible-base when compiling
960 with GCC >= 10.1 or clang. Add additional_flags=-w when
961 compiling with GCC < 10.
962
963 2020-08-25 Gaius Mulley <gaiusmod2@gmail.com>
964
965 PR m2/26372
966 * gdb.modula2/multidim.c: New file.
967 * gdb.modula2/multidim.exp: New file.
968
969 2020-08-24 Simon Marchi <simon.marchi@polymtl.ca>
970
971 * lib/gdb.exp (runto): Always emit fail on internal error.
972
973 2020-08-24 Simon Marchi <simon.marchi@efficios.com>
974
975 * gdb.base/gdb-sigterm.exp (do_test): Update expected regexp.
976 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
977 Likewise.
978 * gdb.threads/stepi-random-signal.exp: Likewise.
979
980 2020-08-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
981
982 * gdb.base/print-file-var.exp: Fix typo "breapoint".
983 * gdb.trace/strace.exp: Ditto.
984
985 2020-08-19 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
986
987 * gdb.fortran/vla-type.exp: Skip commands not required for
988 the Flang compiled binaries after prologue fix.
989
990 2020-08-17 Tom de Vries <tdevries@suse.de>
991 Tom Tromey <tromey@adacore.com>
992
993 PR rust/26197:
994 * gdb.rust/simple.exp (xfail_pattern): Update for new failure.
995
996 2020-08-17 Tom Tromey <tromey@adacore.com>
997
998 * gdb.ada/mi_var_access.exp: New file.
999 * gdb.ada/mi_var_access/mi_access.adb: New file.
1000 * gdb.ada/mi_var_access/pck.adb: New file.
1001 * gdb.ada/mi_var_access/pck.ads: New file.
1002
1003 2020-08-16 Tom de Vries <tdevries@suse.de>
1004
1005 PR gdb/25350
1006 * gdb.base/eh_return.c: New test.
1007 * gdb.base/eh_return.exp: New file.
1008
1009 2020-08-15 Tom de Vries <tdevries@suse.de>
1010
1011 * gdb.fortran/mixed-lang-stack.c (fortran_charlen_t): New type.
1012 (mixed_func_1d_): Use fortran_charlen_t in decl.
1013
1014 2020-08-15 Tom de Vries <tdevries@suse.de>
1015
1016 PR backtrace/26390
1017 * gdb.fortran/mixed-lang-stack.exp: Call bt with -frame-arguments all.
1018 Update expected pattern.
1019
1020 2020-08-13 Pedro Alves <pedro@palves.net>
1021
1022 * gdb.fortran/complex.exp: Check skip_fortran_tests.
1023 * gdb.fortran/library-module.exp: Likewise.
1024 * gdb.fortran/logical.exp: Likewise.
1025 * gdb.fortran/module.exp: Likewise.
1026 * gdb.fortran/print_type.exp: Likewise.
1027 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
1028 * gdb.fortran/vla-datatypes.exp: Likewise.
1029 * gdb.fortran/vla-history.exp: Likewise.
1030 * gdb.fortran/vla-ptr-info.exp: Likewise.
1031 * gdb.fortran/vla-ptype-sub.exp: Likewise.
1032 * gdb.fortran/vla-ptype.exp: Likewise.
1033 * gdb.fortran/vla-sizeof.exp: Likewise.
1034 * gdb.fortran/vla-type.exp: Likewise.
1035 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
1036 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
1037 * gdb.fortran/vla-value-sub.exp: Likewise.
1038 * gdb.fortran/vla-value.exp: Likewise.
1039
1040 2020-08-13 Pedro Alves <pedro@palves.net>
1041
1042 * gdb.ada/access_tagged_param.exp: Check skip_ada_tests.
1043 * gdb.ada/access_to_packed_array.exp: Likewise.
1044 * gdb.ada/access_to_unbounded_array.exp: Likewise.
1045 * gdb.ada/addr_arith.exp: Likewise.
1046 * gdb.ada/arr_acc_idx_w_gap.exp: Likewise.
1047 * gdb.ada/arr_arr.exp: Likewise.
1048 * gdb.ada/arr_enum_idx_w_gap.exp: Likewise.
1049 * gdb.ada/array_bounds.exp: Likewise.
1050 * gdb.ada/array_of_variable_length.exp: Likewise.
1051 * gdb.ada/array_ptr_renaming.exp: Likewise.
1052 * gdb.ada/array_subscript_addr.exp: Likewise.
1053 * gdb.ada/arraydim.exp: Likewise.
1054 * gdb.ada/arrayparam.exp: Likewise.
1055 * gdb.ada/arrayptr.exp: Likewise.
1056 * gdb.ada/assign_1.exp: Likewise.
1057 * gdb.ada/assign_arr.exp: Likewise.
1058 * gdb.ada/atomic_enum.exp: Likewise.
1059 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
1060 * gdb.ada/bad-task-bp-keyword.exp: Likewise.
1061 * gdb.ada/bias.exp: Likewise.
1062 * gdb.ada/boolean_expr.exp: Likewise.
1063 * gdb.ada/bp_c_mixed_case.exp: Likewise.
1064 * gdb.ada/bp_enum_homonym.exp: Likewise.
1065 * gdb.ada/bp_inlined_func.exp: Likewise.
1066 * gdb.ada/bp_on_var.exp: Likewise.
1067 * gdb.ada/bp_range_type.exp: Likewise.
1068 * gdb.ada/bp_reset.exp: Likewise.
1069 * gdb.ada/call_pn.exp: Likewise.
1070 * gdb.ada/catch_assert_if.exp: Likewise.
1071 * gdb.ada/catch_ex.exp: Likewise.
1072 * gdb.ada/catch_ex_std.exp: Likewise.
1073 * gdb.ada/char_enum.exp: Likewise.
1074 * gdb.ada/char_param.exp: Likewise.
1075 * gdb.ada/complete.exp: Likewise.
1076 * gdb.ada/cond_lang.exp: Likewise.
1077 * gdb.ada/convvar_comp.exp: Likewise.
1078 * gdb.ada/dgopt.exp: Likewise.
1079 * gdb.ada/disc_arr_bound.exp: Likewise.
1080 * gdb.ada/display_nested.exp: Likewise.
1081 * gdb.ada/dot_all.exp: Likewise.
1082 * gdb.ada/dyn_loc.exp: Likewise.
1083 * gdb.ada/dyn_stride.exp: Likewise.
1084 * gdb.ada/excep_handle.exp: Likewise.
1085 * gdb.ada/expr_delims.exp: Likewise.
1086 * gdb.ada/expr_with_funcall.exp: Likewise.
1087 * gdb.ada/exprs.exp: Likewise.
1088 * gdb.ada/fin_fun_out.exp: Likewise.
1089 * gdb.ada/fixed_cmp.exp: Likewise.
1090 * gdb.ada/formatted_ref.exp: Likewise.
1091 * gdb.ada/frame_arg_lang.exp: Likewise.
1092 * gdb.ada/frame_args.exp: Likewise.
1093 * gdb.ada/fullname_bp.exp: Likewise.
1094 * gdb.ada/fun_addr.exp: Likewise.
1095 * gdb.ada/fun_in_declare.exp: Likewise.
1096 * gdb.ada/fun_overload_menu.exp: Likewise.
1097 * gdb.ada/fun_renaming.exp: Likewise.
1098 * gdb.ada/funcall_char.exp: Likewise.
1099 * gdb.ada/funcall_param.exp: Likewise.
1100 * gdb.ada/funcall_ptr.exp: Likewise.
1101 * gdb.ada/funcall_ref.exp: Likewise.
1102 * gdb.ada/homonym.exp: Likewise.
1103 * gdb.ada/info_addr_mixed_case.exp: Likewise.
1104 * gdb.ada/info_auto_lang.exp: Likewise.
1105 * gdb.ada/info_exc.exp: Likewise.
1106 * gdb.ada/info_types.exp: Likewise.
1107 * gdb.ada/int_deref.exp: Likewise.
1108 * gdb.ada/interface.exp: Likewise.
1109 * gdb.ada/iwide.exp: Likewise.
1110 * gdb.ada/lang_switch.exp: Likewise.
1111 * gdb.ada/length_cond.exp: Likewise.
1112 * gdb.ada/maint_with_ada.exp: Likewise.
1113 * gdb.ada/mi_catch_assert.exp: Likewise.
1114 * gdb.ada/mi_catch_ex.exp: Likewise.
1115 * gdb.ada/mi_catch_ex_hand.exp: Likewise.
1116 * gdb.ada/mi_dyn_arr.exp: Likewise.
1117 * gdb.ada/mi_ex_cond.exp: Likewise.
1118 * gdb.ada/mi_exc_info.exp: Likewise.
1119 * gdb.ada/mi_interface.exp: Likewise.
1120 * gdb.ada/mi_prot.exp: Likewise.
1121 * gdb.ada/mi_ref_changeable.exp: Likewise.
1122 * gdb.ada/mi_string_access.exp: Likewise.
1123 * gdb.ada/mi_task_arg.exp: Likewise.
1124 * gdb.ada/mi_task_info.exp: Likewise.
1125 * gdb.ada/mi_var_array.exp: Likewise.
1126 * gdb.ada/mi_var_union.exp: Likewise.
1127 * gdb.ada/mi_variant.exp: Likewise.
1128 * gdb.ada/minsyms.exp: Likewise.
1129 * gdb.ada/mod_from_name.exp: Likewise.
1130 * gdb.ada/nested.exp: Likewise.
1131 * gdb.ada/null_array.exp: Likewise.
1132 * gdb.ada/optim_drec.exp: Likewise.
1133 * gdb.ada/out_of_line_in_inlined.exp: Likewise.
1134 * gdb.ada/packed_array_assign.exp: Likewise.
1135 * gdb.ada/packed_tagged.exp: Likewise.
1136 * gdb.ada/pp-rec-component.exp: Likewise.
1137 * gdb.ada/print_chars.exp: Likewise.
1138 * gdb.ada/print_pc.exp: Likewise.
1139 * gdb.ada/ptr_typedef.exp: Likewise.
1140 * gdb.ada/ptype_arith_binop.exp: Likewise.
1141 * gdb.ada/ptype_array.exp: Likewise.
1142 * gdb.ada/ptype_field.exp: Likewise.
1143 * gdb.ada/ptype_tagged_param.exp: Likewise.
1144 * gdb.ada/ptype_union.exp: Likewise.
1145 * gdb.ada/py_range.exp: Likewise.
1146 * gdb.ada/py_taft.exp: Likewise.
1147 * gdb.ada/rdv_wait.exp: Likewise.
1148 * gdb.ada/rec_comp.exp: Likewise.
1149 * gdb.ada/rec_return.exp: Likewise.
1150 * gdb.ada/ref_param.exp: Likewise.
1151 * gdb.ada/ref_tick_size.exp: Likewise.
1152 * gdb.ada/rename_subscript_param.exp: Likewise.
1153 * gdb.ada/repeat_dyn.exp: Likewise.
1154 * gdb.ada/same_component_name.exp: Likewise.
1155 * gdb.ada/same_enum.exp: Likewise.
1156 * gdb.ada/scalar_storage.exp: Likewise.
1157 * gdb.ada/set_wstr.exp: Likewise.
1158 * gdb.ada/small_reg_param.exp: Likewise.
1159 * gdb.ada/str_binop_equal.exp: Likewise.
1160 * gdb.ada/str_ref_cmp.exp: Likewise.
1161 * gdb.ada/str_uninit.exp: Likewise.
1162 * gdb.ada/sub_variant.exp: Likewise.
1163 * gdb.ada/sym_print_name.exp: Likewise.
1164 * gdb.ada/taft_type.exp: Likewise.
1165 * gdb.ada/tagged.exp: Likewise.
1166 * gdb.ada/tagged_access.exp: Likewise.
1167 * gdb.ada/task_bp.exp: Likewise.
1168 * gdb.ada/task_switch_in_core.exp: Likewise.
1169 * gdb.ada/tasks.exp: Likewise.
1170 * gdb.ada/tick_last_segv.exp: Likewise.
1171 * gdb.ada/tick_length_array_enum_idx.exp: Likewise.
1172 * gdb.ada/type_coercion.exp: Likewise.
1173 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
1174 * gdb.ada/unchecked_union.exp: Likewise.
1175 * gdb.ada/uninitialized_vars.exp: Likewise.
1176 * gdb.ada/var_arr_attrs.exp: Likewise.
1177 * gdb.ada/var_arr_typedef.exp: Likewise.
1178 * gdb.ada/var_rec_arr.exp: Likewise.
1179 * gdb.ada/variant-record.exp: Likewise.
1180 * gdb.ada/variant.exp: Likewise.
1181 * gdb.ada/variant_record_packed_array.exp: Likewise.
1182 * gdb.ada/varsize_limit.exp: Likewise.
1183 * gdb.ada/whatis_array_val.exp: Likewise.
1184 * gdb.ada/widewide.exp: Likewise.
1185 * gdb.ada/win_fu_syms.exp: Likewise.
1186
1187 2020-08-12 Gary Benson <gbenson@redhat.com>
1188
1189 * gdb.dwarf2/dw2-op-out-param.S (.Ltext5): Fix duplicate label.
1190
1191 2020-08-04 Andrew Burgess <andrew.burgess@embecosm.com>
1192
1193 * lib/check-test-names.exp (do_reset_vars): Use 'array unset' to
1194 unset the array variable.
1195
1196 2020-08-03 Tom de Vries <tdevries@suse.de>
1197
1198 PR symtab/26333
1199 * lib/dwarf.exp (DW_LNE_user): New proc.
1200 * gdb.dwarf2/dw2-vendor-extended-opcode.c: New test.
1201 * gdb.dwarf2/dw2-vendor-extended-opcode.exp: New file.
1202
1203 2020-07-31 Kevin Buettner <kevinb@redhat.com>
1204
1205 * gdb.base/coremaker2.c: Change all uses of 'unsigned long long'
1206 to 'uintptr_t'
1207 (inttypes.h): Include.
1208
1209 2020-07-31 Kevin Buettner <kevinb@redhat.com>
1210
1211 * gdb.base/coremaker2.c (buf_rw): Increase size to 256 KiB.
1212 (C5_24k): Delete.
1213 (C5_8k, C5_64k, C5_256k): New macros.
1214 (buf_ro): Allocate 256 KiB of initialized data.
1215
1216 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1217
1218 * gdb.base/condbreak-bad.exp: Extend the test with scenarios
1219 that attempt to overwrite an existing condition with a condition
1220 that fails parsing and also with a condition that parses fine
1221 but contains junk at the end.
1222
1223 2020-07-30 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1224
1225 * gdb.base/condbreak-bad.c: New test.
1226 * gdb.base/condbreak-bad.exp: New file.
1227
1228 2020-07-30 Tom de Vries <tdevries@suse.de>
1229
1230 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_entry_1): Factor
1231 out of ...
1232 (GDBInfoModuleSymbols::check_entry): ... here.
1233 (GDBInfoModuleSymbols::check_optional_entry): New proc.
1234 * gdb.fortran/info-modules.exp: Use check_optional_entry for entries
1235 related to __def_init_mod1_M1t1 / __vtype_mod1_M1t1 / __copy_mod1_M1t1.
1236
1237 2020-07-30 Tom de Vries <tdevries@suse.de>
1238
1239 * gdb.fortran/ptype-on-functions.exp: Make "_t" suffix on
1240 "__class_some_module_Number_t" optional.
1241
1242 2020-07-29 Tom de Vries <tdevries@suse.de>
1243
1244 * lib/selftest-support.exp (selftest_setup): Allow breakpoint at
1245 multiple locations.
1246
1247 2020-07-29 Tom de Vries <tdevries@suse.de>
1248
1249 * gdb.dwarf2/dw2-line-number-zero.exp: Set breakpoints on lines
1250 rather than function name.
1251
1252 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1253
1254 PR symtab/26270:
1255 * gdb.cp/disasm-func-name.cc: New file.
1256 * gdb.cp/disasm-func-name.exp: New file.
1257
1258 2020-07-28 Tom Tromey <tromey@adacore.com>
1259
1260 * gdb.dwarf2/varval.exp (setup_exec): Add 'or' instruction to
1261 'varval' location.
1262
1263 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1264
1265 * gdb.python/py-unwind.py: Update to make use of a register
1266 descriptor.
1267
1268 2020-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
1269
1270 * gdb.python/py-arch-reg-names.exp: Add additional tests.
1271
1272 2020-07-25 Andrew Burgess <andrew.burgess@embecosm.com>
1273
1274 PR fortran/23051
1275 PR fortran/26139
1276 * gdb.fortran/class-allocatable-array.exp: New file.
1277 * gdb.fortran/class-allocatable-array.f90: New file.
1278 * gdb.fortran/pointer-to-pointer.exp: New file.
1279 * gdb.fortran/pointer-to-pointer.f90: New file.
1280
1281 2020-07-25 Tom de Vries <tdevries@suse.de>
1282
1283 PR symtab/26243
1284 * gdb.dwarf2/dw2-line-number-zero.c: New test.
1285 * gdb.dwarf2/dw2-line-number-zero.exp: New file.
1286
1287 2020-07-24 Tom de Vries <tdevries@suse.de>
1288
1289 PR testsuite/26293
1290 * gdb.ada/mi_prot.exp: Require gnatmake-8.
1291
1292 2020-07-23 Pedro Alves <pedro@palves.net>
1293
1294 * gdb.server/server-kill.exp (prepare): New, factored out from the
1295 top level.
1296 (kill_server): New.
1297 (test_tstatus, test_unwind_nosyms, test_unwind_syms): New.
1298 (top level) : Call test_tstatus, test_unwind_nosyms, test_unwind_syms.
1299
1300 2020-07-23 Andrew Burgess <andrew.burgess@embecosm.com>
1301
1302 * gdb.dwarf2/dw2-disasm-over-non-stmt.exp: New file.
1303
1304 2020-07-22 Sandra Loosemore <sandra@codesourcery.com>
1305
1306 * lib/gdb.exp (gdb_wrapper_file, gdb_wrapper_flags):
1307 Initialize to empty string at top level.
1308 (gdb_wrapper_init): Revert check for file existence on build.
1309 Build the wrapper in its default place, not a build-specific
1310 location. When host == build, make the pathname absolute.
1311 (gdb_compile): Delete leftover declaration of
1312 gdb_wrapper_initialized. Check gdb_wrapper_file being an empty
1313 string instead of uninitialized.
1314
1315 2020-07-22 Kevin Buettner <kevinb@redhat.com>
1316
1317 * gdb.base/corefile2.exp: New file.
1318 * gdb.base/coremaker2.exp: New file.
1319
1320 2020-07-22 Kevin Buettner <kevinb@redhat.com>
1321
1322 * gdb.base/coredump-filter.exp: Add second
1323 non-Private-Shared-Anon-File test.
1324 (test_disasm): Rename binfile for test which is expected
1325 to fail.
1326
1327 2020-07-22 Kevin Buettner <kevinb@redhat.com>
1328
1329 * gdb.base/corefile.exp: Add test "accessing read-only mmapped
1330 data in core file".
1331 * gdb.base/coremaker.c (buf2ro): New global.
1332 (mmapdata): Add a read-only mmap mapping.
1333
1334 2020-07-22 Kevin Buettner <kevinb@redhat.com>
1335
1336 PR corefiles/25631
1337 * gdb.base/corefile.exp (accessing anonymous, unwritten-to mmap data):
1338 New test.
1339 * gdb.base/coremaker.c (buf3): New global.
1340 (mmapdata): Add mmap call which uses MAP_ANONYMOUS and MAP_PRIVATE
1341 flags.
1342
1343 2020-07-22 Kevin Buettner <kevinb@redhat.com>
1344
1345 * gdb.base/coremaker.c (filler_ro): New global constant.
1346
1347 2020-07-22 Tom Tromey <tromey@adacore.com>
1348
1349 * gdb.ada/mi_prot.exp: New file.
1350 * gdb.ada/mi_prot/pkg.adb: New file.
1351 * gdb.ada/mi_prot/pkg.ads: New file.
1352 * gdb.ada/mi_prot/prot.adb: New file.
1353
1354 2020-07-22 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1355
1356 * gdb.base/jit-reader-simple.exp: Add a scenario for a binary that
1357 loads two JITers.
1358
1359 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
1360
1361 * gdb.python/py-arch-reg-groups.exp: Additional tests.
1362
1363 2020-07-21 Andrew Burgess <andrew.burgess@embecosm.com>
1364
1365 * gdb.python/py-arch-reg-names.exp: Additional tests.
1366
1367 2020-07-21 Tom de Vries <tdevries@suse.de>
1368
1369 * gdb.reverse/solib-precsave.exp: Handle additional "recommended
1370 breakpoint locations".
1371 * gdb.reverse/solib-reverse.exp: Same.
1372
1373 2020-07-21 Tom de Vries <tdevries@suse.de>
1374
1375 * gdb.reverse/step-reverse.c (callee): Merge statements.
1376
1377 2020-07-21 Tom de Vries <tdevries@suse.de>
1378
1379 * gdb.fortran/info-modules.exp (info module variables): Allow missing
1380 line numbers for some variables.
1381
1382 2020-07-21 Tom de Vries <tdevries@suse.de>
1383
1384 * gdb.opt/inline-locals.c (init_array): New func.
1385 (func1): Use init_array.
1386 * gdb.opt/inline-locals.exp: Update pattern.
1387
1388 2020-07-21 Tom de Vries <tdevries@suse.de>
1389
1390 * gdb.debuginfod/fetch_src_and_symbols.exp: Use save_vars for env
1391 vars. Fix PATH and DUPLICATE errors. Cleanup whitespace.
1392
1393 2020-07-20 Ludovic Courtès <ludo@gnu.org>
1394
1395 * gdb.guile/source2.scm: Add #f first argument to 'format'.
1396 * gdb.guile/types-module.exp: Remove "ERROR:" from
1397 regexps since Guile 3.0 no longer prints that.
1398
1399 2020-07-20 Ludovic Courtès <ludo@gnu.org>
1400
1401 * gdb.guile/scm-error.exp ("source $remote_guile_file_1"): Relax
1402 error regexp to match on Guile 2.2.
1403
1404 2020-07-20 Gary Benson <gbenson@redhat.com>
1405
1406 * gdb.cp/align.exp: Fix "alignof (void)" tests when compiling
1407 with clang.
1408
1409 2020-07-20 Tom de Vries <tdevries@suse.de>
1410
1411 * gdb.threads/omp-par-scope.c (lock, lock2): New variable.
1412 (omp_set_lock_in_order): New function.
1413 (single_scope, multi_scope, nested_func, nested_parallel): Use
1414 omp_set_lock_in_order and omp_unset_lock.
1415 (main): Init and destroy lock and lock2.
1416
1417 2020-07-20 Tom de Vries <tdevries@suse.de>
1418
1419 * gdb.base/valgrind-infcall-2.exp: Handle printf unknown return type.
1420
1421 2020-07-20 Tom de Vries <tdevries@suse.de>
1422
1423 * gdb.threads/attach-slow-waitpid.exp: Bail out if gdb_start fails.
1424
1425 2020-07-17 Tom de Vries <tdevries@suse.de>
1426
1427 * gdb.base/valgrind-infcall-2.c: New test.
1428 * gdb.base/valgrind-infcall-2.exp: New file.
1429 * lib/valgrind.exp (vgdb_start): Add and handle active_at_startup.
1430
1431 2020-07-17 Tom de Vries <tdevries@suse.de>
1432
1433 * gdb.dlang/circular.c (found): Use found_label as label name.
1434 * gdb.dwarf2/arr-subrange.c (main): Use main_label as label name.
1435 * gdb.dwarf2/comp-unit-lang.c (func): Use func_label as label name.
1436 * gdb.dlang/circular.exp: Use MACRO_AT_func and MACRO_AT_range.
1437 * gdb.dwarf2/ada-linkage-name.exp: Same.
1438 * gdb.dwarf2/arr-subrange.exp: Same.
1439 * gdb.dwarf2/atomic-type.exp: Same.
1440 * gdb.dwarf2/comp-unit-lang.exp: Same.
1441 * gdb.dwarf2/cpp-linkage-name.exp: Same.
1442 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Same.
1443 * gdb.dwarf2/dw2-lexical-block-bare.exp: Same.
1444 * gdb.dwarf2/dw2-regno-invalid.exp: Same.
1445 * gdb.dwarf2/implptr-64bit.exp: Same.
1446 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
1447 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
1448 * gdb.dwarf2/imported-unit.exp: Same.
1449 * gdb.dwarf2/main-subprogram.exp: Same.
1450 * gdb.dwarf2/missing-type-name.exp: Same.
1451 * gdb.dwarf2/nonvar-access.exp: Same.
1452 * gdb.dwarf2/struct-with-sig.exp: Same.
1453 * gdb.dwarf2/typedef-void-finish.exp: Same.
1454 * gdb.dwarf2/void-type.exp: Same.
1455
1456 2020-07-17 Tom de Vries <tdevries@suse.de>
1457
1458 * lib/dwarf.exp (Dwarf::MACRO_AT_func, Dwarf::MACRO_AT_range): Drop
1459 src parameter.
1460 * gdb.dlang/watch-loc.exp: Update MACRO_AT_{func,range} calls.
1461 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Same.
1462 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1463 * gdb.dwarf2/dw2-opt-structptr.exp: Same.
1464 * gdb.dwarf2/dwz.exp: Same.
1465 * gdb.dwarf2/implptr-optimized-out.exp: Same.
1466 * gdb.dwarf2/implref-array.exp: Same.
1467 * gdb.dwarf2/implref-const.exp: Same.
1468 * gdb.dwarf2/implref-global.exp: Same.
1469 * gdb.dwarf2/implref-struct.exp: Same.
1470 * gdb.dwarf2/info-locals-optimized-out.exp: Same.
1471 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1472 * gdb.dwarf2/var-access.exp: Same.
1473 * gdb.dwarf2/varval.exp: Same.
1474 * gdb.trace/entry-values.exp: Same.
1475
1476 2020-07-17 Tom de Vries <tdevries@suse.de>
1477
1478 * lib/dwarf.exp (Dwarf::extern): Remove.
1479 * gdb.compile/compile-ops.exp: Remove use of Dwarf::extern.
1480 * gdb.dlang/circular.exp: Same.
1481 * gdb.dwarf2/comp-unit-lang.exp: Same.
1482 * gdb.dwarf2/dw2-ifort-parameter.exp: Same.
1483 * gdb.dwarf2/dw2-symtab-includes.exp: Same.
1484 * gdb.dwarf2/dwz.exp: Same.
1485 * gdb.dwarf2/imported-unit-abstract-const-value.exp: Same.
1486 * gdb.dwarf2/imported-unit-runto-main.exp: Same.
1487 * gdb.dwarf2/imported-unit.exp: Same.
1488 * gdb.dwarf2/opaque-type-lookup.exp: Same.
1489
1490 2020-07-16 Sandra Loosemore <sandra@codesourcery.com>
1491
1492 * gdb.base/shell.exp: Skip pipe tests dependent on sh on Windows host.
1493 Use double quotes instead of single quotes.
1494
1495 2020-07-16 Caroline Tice <cmtice@google.com>
1496
1497 * gdb.dwarf2/dw5-rnglist-test.cc: New file.
1498 * gdb.dwarf2/dw5-rnglist-test.exp: New file.
1499
1500 2020-07-16 Tom de Vries <tdevries@suse.de>
1501
1502 * lib/dwarf.exp (program): Initialize _line.
1503 (DW_LNE_end_sequence): Reinitialize _line.
1504 (DW_LNS_advance_line): Update _line.
1505 (line): New proc.
1506 * gdb.dwarf2/dw2-inline-many-frames.exp: Use line.
1507 * gdb.dwarf2/dw2-inline-small-func.exp: Same.
1508 * gdb.dwarf2/dw2-inline-stepping.exp: Same.
1509 * gdb.dwarf2/dw2-is-stmt-2.exp: Same.
1510 * gdb.dwarf2/dw2-is-stmt.exp: Same.
1511 * gdb.dwarf2/dw2-ranges-func.exp: Same.
1512
1513 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1514
1515 * gdb.fortran/ptype-on-functions.exp: Make the result pattern more
1516 generic.
1517
1518 2020-07-15 Tom de Vries <tdevries@suse.de>
1519
1520 * gdb.trace/entry-values.exp: Expect "call" instead of "callq" if
1521 is_amd64_regs_target.
1522
1523 2020-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
1524
1525 * gdb.fortran/ptype-on-functions.exp: Add more tests.
1526 * gdb.fortran/ptype-on-functions.f90: Likewise.
1527
1528 2020-07-14 Simon Marchi <simon.marchi@polymtl.ca>
1529
1530 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu, Dwarf::lines): Change valid
1531 values in documentation for addr_size to 4 and 8.
1532
1533 2020-07-14 Andrew Burgess <andrew.burgess@embecosm.com>
1534
1535 * gdb.arch/amd64-osabi.exp: Update.
1536 * gdb.arch/arm-disassembler-options.exp: Update.
1537 * gdb.arch/powerpc-disassembler-options.exp: Update.
1538 * gdb.arch/ppc64-symtab-cordic.exp: Update.
1539 * gdb.arch/s390-disassembler-options.exp: Update.
1540 * gdb.base/all-architectures.exp.tcl: Update.
1541 * gdb.base/attach-pie-noexec.exp: Update.
1542 * gdb.base/catch-syscall.exp: Update.
1543 * gdb.xml/tdesc-arch.exp: Update.
1544
1545 2020-07-14 Tom de Vries <tdevries@suse.de>
1546
1547 * gdb.threads/clone-new-thread-event.c (gettid): Rename to ...
1548 (local_gettid): ... this.
1549 (fn): Update.
1550
1551 2020-07-13 Sandra Loosemore <sandra@codesourcery.com>
1552
1553 * gdb.base/info_sources.exp: Skip directory match tests on
1554 remote hosts.
1555
1556 2020-07-13 Gary Benson <gbenson@redhat.com>
1557
1558 * gdb.base/savedregs.exp (caller): Use parentheses to
1559 make expected expression evaluation ordering explicit.
1560
1561 2020-07-13 Gary Benson <gbenson@redhat.com>
1562
1563 * gdb.arch/i386-sse.c (have_sse) <edx>: Make unsigned.
1564
1565 2020-07-13 Gary Benson <gbenson@redhat.com>
1566
1567 * gdb.base/bigcore.c (main): Use a volatile pointer when
1568 attempting to trigger a SIGSEGV.
1569 * gdb.base/gcore-relro-pie.c (break_here): Likewise.
1570 * gdb.base/gcore-tls-pie.c (break_here): Likewise.
1571 * gdb.base/savedregs.c (thrower): Likewise.
1572 * gdb.mi/mi-syn-frame.c (bar): Likewise.
1573
1574 2020-07-13 Gary Benson <gbenson@redhat.com>
1575
1576 * gdb.base/vla-datatypes.c (vla_factory): Factor out sections
1577 defining and using VLA structure fields into...
1578 * gdb.base/vla-struct-fields.c: New file.
1579 * gdb.base/vla-datatypes.exp: Factor out VLA structure field
1580 tests into...
1581 * gdb.base/vla-struct-fields.exp: New file.
1582
1583 2020-07-13 Tom de Vries <tdevries@suse.de>
1584
1585 * lib/gdb.exp (have_fuse_ld_gold): New caching proc.
1586 * gdb.base/gcore-tls-pie.exp: Use have_fuse_ld_gold.
1587 * gdb.base/gold-gdb-index.exp: Same.
1588 * gdb.base/morestack.exp: Same.
1589
1590 2020-07-11 Daniel Xu <dxu@dxuuu.xyz>
1591
1592 PR rust/26121
1593 * gdb.rust/modules.rs: Prevent linker from discarding test
1594 symbol.
1595
1596 2020-07-10 Pedro Alves <pedro@palves.net>
1597
1598 PR gdb/26199
1599 * gdb.multi/multi-target.c (exit_thread): New.
1600 (thread_start): Break loop if EXIT_THREAD.
1601 * gdb.multi/multi-target.exp (test_no_unwaited_for): New proc.
1602 (top level) Call test_no_resumed.
1603
1604 2020-07-08 Tom Tromey <tromey@adacore.com>
1605
1606 * gdb.ada/catch_ex/foo.adb: Pass string to raise.
1607 * gdb.ada/catch_ex.exp: Examine catchpoint text.
1608
1609 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1610
1611 PR python/22748
1612 * gdb.opt/inline-frame-tailcall.c: New file.
1613 * gdb.opt/inline-frame-tailcall.exp: New file.
1614 * gdb.python/py-unwind-inline.c: New file.
1615 * gdb.python/py-unwind-inline.exp: New file.
1616 * gdb.python/py-unwind-inline.py: New file.
1617
1618 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1619
1620 * gdb.python/py-arch-reg-groups.exp: New file.
1621
1622 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1623
1624 * gdb.python/py-arch-reg-names.exp: New file.
1625
1626 2020-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
1627
1628 * gdb.python/py-unwind.py (TestUnwinder::__call__): Add test for
1629 gdb.PendingFrame.architecture method.
1630
1631 2020-07-06 Tom de Vries <tdevries@suse.de>
1632
1633 * gdb.dwarf2/dw2-ranges-base.exp: Test line-table order.
1634
1635 2020-07-03 Pedro Alves <palves@redhat.com>
1636
1637 * gdb.base/structs2.c (main): Adjust second parem_reg call to
1638 explicitly write negative numbers.
1639 * gdb.base/structs2.exp: Adjust expected output.
1640
1641 2020-07-03 Pedro Alves <palves@redhat.com>
1642
1643 * gdb.base/charset.c (init_string): Change all char parameters to
1644 unsigned char parameters.
1645
1646 2020-07-03 Pedro Alves <palves@redhat.com>
1647
1648 * gdb.base/call-sc.exp (start_scalars_test): Use
1649 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1650 * gdb.base/overlays.c: Remove references to PARAMS.
1651 * gdb.base/ovlymgr.h (PARAMS): Delete, and remove all references.
1652 * gdb.base/reread.exp: Don't set 'prototypes' global.
1653 * gdb.base/structs.exp (start_structs_test): Use
1654 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1655 * gdb.base/structs2.exp: Don't set 'prototypes' global. Use
1656 prepare_for_testing and don't try compiling with -DNO_PROTOTYPES.
1657 Don't issue "set width 0". Remove gdb_stop_suppressing_tests
1658 call.
1659 * gdb.base/varargs.exp: Don't set 'prototypes' global.
1660
1661 2020-07-03 Pedro Alves <palves@redhat.com>
1662
1663 * gdb.base/m32rovly.c: Delete.
1664 * gdb.base/ovlymgr.c: Remove all code guarded by __D10V__.
1665
1666 2020-06-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1667
1668 * gdb.python/py-breakpoint.exp: use gdb_test_multiline instead
1669 of gdb_py_test_multiple.
1670 * gdb.python/py-cmd.exp: Likewise.
1671 * gdb.python/py-events.exp: Likewise.
1672 * gdb.python/py-function.exp: Likewise.
1673 * gdb.python/py-inferior.exp: Likewise.
1674 * gdb.python/py-infthread.exp: Likewise.
1675 * gdb.python/py-linetable.exp: Likewise.
1676 * gdb.python/py-parameter.exp: Likewise.
1677 * gdb.python/py-value.exp: Likewise.
1678
1679 2020-06-30 Tom de Vries <tdevries@suse.de>
1680
1681 PR testsuite/26175
1682 * lib/future.exp (gdb_default_target_compile): Detect and handle
1683 early_flags.
1684
1685 2020-06-29 Simon Marchi <simon.marchi@efficios.com>
1686
1687 * boards/simavr.exp (gdb_load): Catch errors when closing
1688 previous connection. Close connection, wait for process and
1689 unset simavr_spawn_id on failure.
1690
1691 2020-06-29 Tom de Vries <tdevries@suse.de>
1692
1693 * lib/gdb.exp (unknown): Make test-case unresolved.
1694
1695 2020-06-29 Tom de Vries <tdevries@suse.de>
1696
1697 PR gdb/25475
1698 * gdb.server/solib-list.exp: Verify that the symbol reload
1699 confirmation question is asked.
1700
1701 2020-06-26 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1702
1703 * lib/gdb.exp (gdb_test_multiline): New, moved from gdb-guile.exp,
1704 have a input seq nr in each pass message.
1705 * lib/gdb-guile.exp (gdb_test_multiline): Move to gdb.exp.
1706 * lib/gdb-python.exp (gdb_py_test_multiple): Remove.
1707 * gdb.python/python.exp: Make test names unique,
1708 use gdb_test_multiline instead of gdb_py_test_multiple,
1709 use $gdb_test_name.
1710 * gdb.guile/guile.exp: Make test names unique, use $gdb_test_name
1711
1712 2020-06-26 Nick Alcock <nick.alcock@oracle.com>
1713
1714 * configure.ac: Add --enable-libctf.
1715 * aclocal.m4: sinclude ../config/enable.m4.
1716 * Makefile.in (site.exp): Add enable_libctf to site.exp.
1717 * lib/gdb.exp (skip_ctf_tests): Use it.
1718 * gdb.base/ctf-constvars.exp: Error message tweak.
1719 * gdb.base/ctf-ptype.exp: Likewise.
1720 * configure: Regenerate.
1721
1722 2020-06-26 Gary Benson <gbenson@redhat.com>
1723
1724 * gdb.cp/try_catch.cc: Include string.h.
1725 (main): Replace comparison against string literal with
1726 strcmp, avoiding build failure with -Wstring-compare.
1727 Add "marker test-complete".
1728 * gdb.cp/try_catch.exp: Run the test to the above marker,
1729 then verify that the value of "test" is still true.
1730
1731 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1732
1733 * gdb.arch/riscv-tdesc-regs.exp: New test cases.
1734
1735 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1736
1737 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1738
1739 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1740
1741 * gdb.arch/riscv-tdesc-loading-01.xml: New file.
1742 * gdb.arch/riscv-tdesc-loading-02.xml: New file.
1743 * gdb.arch/riscv-tdesc-loading-03.xml: New file.
1744 * gdb.arch/riscv-tdesc-loading-04.xml: New file.
1745 * gdb.arch/riscv-tdesc-loading.exp: New file.
1746
1747 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1748
1749 * gdb.arch/riscv-tdesc-regs.exp: Extend test case.
1750
1751 2020-06-25 Andrew Burgess <andrew.burgess@embecosm.com>
1752
1753 * gdb.arch/riscv-tdesc-regs-32.xml: New file.
1754 * gdb.arch/riscv-tdesc-regs-64.xml: New file.
1755 * gdb.arch/riscv-tdesc-regs.c: New file.
1756 * gdb.arch/riscv-tdesc-regs.exp: New file.
1757
1758 2020-06-24 Pedro Alves <palves@redhat.com>
1759
1760 * gdb.arch/amd64-entry-value-paramref.exp: Use
1761 prepare_for_testing_full and don't pass "c++" for the .S file
1762 build spec.
1763 * gdb.compile/compile-cplus.exp: Don't compile $srcfile3 with
1764 $options, since it's an assembly file. Remove -Wno-deprecated.
1765 * lib/gdb.exp (gdb_compile): Pass "-x c++" explicitly when
1766 compiling C++ programs.
1767
1768 2020-06-24 Pedro Alves <palves@redhat.com>
1769
1770 * lib/gdb.exp (gdb_compile): Update intro comment. If C/C++ with
1771 Clang, add "-Wno-unknown-warning-option" to the options.
1772
1773 2020-06-23 Andrew Burgess <andrew.burgess@embecosm.com>
1774
1775 * gdb.xml/tdesc-reload.c: New file.
1776 * gdb.xml/tdesc-reload.exp: New file.
1777 * gdb.xml/maint-xml-dump-01.xml: New file.
1778 * gdb.xml/maint-xml-dump-02.xml: New file.
1779 * gdb.xml/maint-xml-dump.exp: New file.
1780
1781 2020-06-23 Sandra Loosemore <sandra@codesourcery.com>
1782
1783 * lib/completion-support.exp (test_gdb_completion_offers_commands):
1784 Adjust for omitted commands when TUI is disabled.
1785
1786 2020-06-23 Gary Benson <gbenson@redhat.com>
1787 Pedro Alves <palves@redhat.com>
1788
1789 * gdb.cp/namespace.cc: Improve -Wunused-value fix.
1790 * gdb.cp/nsimport.cc: Likewise.
1791 * gdb.cp/nsnested.cc: Likewise.
1792 * gdb.cp/nsnoimports.cc: Likewise.
1793 * gdb.cp/nsusing.cc: Likewise.
1794 * gdb.cp/smartp.cc: Likewise.
1795 * gdb.python/py-pp-integral.c: Likewise.
1796 * gdb.python/py-pp-re-notag.c: Likewise.
1797
1798 2020-06-23 Gary Benson <gbenson@redhat.com>
1799
1800 * gdb.cp/namespace.cc: Avoid build failure with -Wunused-value.
1801 * gdb.cp/nsimport.cc: Likewise.
1802 * gdb.cp/nsnested.cc: Likewise.
1803 * gdb.cp/nsnoimports.cc: Likewise.
1804 * gdb.cp/nsusing.cc: Likewise.
1805 * gdb.cp/smartp.cc: Likewise.
1806 * gdb.python/py-pp-integral.c: Likewise.
1807 * gdb.python/py-pp-re-notag.c: Likewise.
1808
1809 2020-06-22 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1810
1811 * gdb.base/default-args.exp: New test.
1812 * gdb.base/default-args.c: New file.
1813 * gdb.base/alias.exp: Update expected error msg for alias foo=bar.
1814 * gdb.base/default.exp: Update to new help text.
1815 * gdb.base/help.exp: Likewise.
1816 * gdb.base/page.exp: Likewise.
1817 * gdb.base/style.exp: Likewise.
1818 * gdb.guile/guile.exp: Likewise.
1819 * gdb.python/python.exp: Likewise.
1820
1821 2020-06-22 Sandra Loosemore <sandra@codesourcery.com>
1822
1823 * gdb.base/source-dir.exp (test_truncated_comp_dir): Skip on
1824 remote host. Fix search path syntax on Windows host.
1825
1826 2020-06-21 Philippe Waroquiers <philippe.waroquiers@skynet.be>
1827
1828 * gdb.base/attach.exp: Test priority of 'exec-file' changed
1829 over 'exec-file-mismatch'.
1830 * gdb.base/attach.c: Mark should_exit volatile.
1831 * gdb.base/attach2.c: Likewise. Add a comment explaining
1832 why the sleep cannot be big.
1833 * gdb.base/attach3.c: New file.
1834
1835 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1836
1837 * gdb.mi/mi-sym-info.exp: Adjust filename patterns to make directory
1838 prefix optional.
1839
1840 2020-06-20 Sandra Loosemore <sandra@codesourcery.com>
1841
1842 * gdb.base/list-missing-source.exp: Correct $srcfile manipulation
1843 for remote host.
1844
1845 2020-06-19 Sandra Loosemore <sandra@codesourcery.com>
1846 Hafiz Abid Qadeer <abidh@codesourcery.com>
1847
1848 * gdb.xml/tdesc-regs.exp (load_description): Correct pathname of
1849 file sent to remote host.
1850 (top level): Allow int32_t as type of 32-bit register.
1851
1852 2020-06-19 Tom de Vries <tdevries@suse.de>
1853
1854 * lib/gdb.exp (gdb_note): New proc.
1855 * lib/future.exp (gdb_default_target_compile_1): Factor out of ...
1856 (gdb_default_target_compile): ... here. Only call
1857 gdb_default_target_compile_1 if use_gdb_compile(<lang>) is set.
1858 (use_gdb_compile): Change to array.
1859 (toplevel): Update sets of use_gdb_compile to specify language.
1860 Warn about default_target_compile override. Store dejagnu's version
1861 of default_target_compile in dejagnu_default_target_compile.
1862
1863 2020-06-18 Tom de Vries <tdevries@suse.de>
1864
1865 * lib/gdb.exp (gdb_init): Move all but call to default_gdb_init to ...
1866 (default_gdb_init): ... here.
1867
1868 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1869
1870 Fix TUI support checks in gdb.tui tests.
1871
1872 * gdb.tui/basic.exp: Skip test when TUI is unsupported, don't
1873 just say UNSUPPORTED.
1874 * gdb.tui/corefile-run.exp: Likewise.
1875 * gdb.tui/empty.exp: Likewise.
1876 * gdb.tui/list-before.exp: Likewise.
1877 * gdb.tui/list.exp: Likewise.
1878 * gdb.tui/main.exp: Likewise.
1879 * gdb.tui/regs.exp: Likewise.
1880 * gdb.tui/resize.exp: Likewise.
1881 * gdb.tui/tui-layout-asm-short-prog.exp: Likewise.
1882 * gdb.tui/tui-layout-asm.exp: Likewise.
1883 * gdb.tui/tui-missing-src.exp: Likewise.
1884 * gdb.tui/winheight.exp: Likewise.
1885 * gdb.tui/new-layout.exp: Likewise. Also move check earlier.
1886
1887 2020-06-17 Sandra Loosemore <sandra@codesourcery.com>
1888
1889 Fix TCL error in gdb.python/py-format-string.exp.
1890
1891 * gdb.python/py-format-string.exp: Move test for python support
1892 earlier, out of function body.
1893
1894 2020-06-15 Simon Marchi <simon.marchi@efficios.com>
1895
1896 * gdb.base/index-cache-load-twice.c: New.
1897 * gdb.base/index-cache-load-twice.exp: New.
1898
1899 2020-06-17 Keith Seitz <keiths@redhat.com>
1900
1901 * gdb.debuginfod/fetch_src_and_symbols.exp: Pass INTERNAL_GDBFLAGS
1902 when executing "gdb --configuration".
1903
1904 2020-06-17 Tom de Vries <tdevries@suse.de>
1905
1906 * lib/gdb.exp (gdb_tcl_unknown): New proc.
1907 (gdb_init): Use gdb_tcl_unknown for ::unknown override. Make override
1908 conditional on presence of gdb_tcl_unknown.
1909 (gdb_finish): Make override undo conditional on presence of
1910 gdb_tcl_unknown.
1911
1912 2020-06-16 Tom Tromey <tom@tromey.com>
1913
1914 * gdb.python/tui-window.py (failwin): New function. Register it
1915 as a TUI window type.
1916 * gdb.python/tui-window.exp: Create new "fail" layout. Test it.
1917
1918 2020-06-16 Gary Benson <gbenson@redhat.com>
1919
1920 * gdb.python/py-nested-maps.c (create_map): Add missing return
1921 value.
1922 (create_map_map): Likewise.
1923
1924 2020-06-15 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
1925
1926 * gdb.base/jit-elf-so.exp: Refer to the global main_loader_basename
1927 variable.
1928 * gdb.base/jit-reader-simple.exp: Fix typo ("Built" -> "Build"),
1929 and use the already-defined 'options' variable.
1930
1931 2020-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
1932 Tom de Vries <tdevries@suse.de>
1933
1934 * lib/gdb.exp (gdb_known_globals, gdb_persistent_globals): New global.
1935 (gdb_persistent_global, gdb_persistent_global_no_decl): New proc.
1936 (gdb_setup_known_globals): New proc.
1937 (gdb_cleanup_globals): New proc.
1938 * lib/gdb.exp (load_lib): New override proc.
1939 (gdb_stdin_log_init): Set var in_file as persistent global.
1940 * lib/pascal.exp (gdb_stdin_log_init): Set vars
1941 pascal_compiler_is_gpc, pascal_compiler_is_fpc, gpc_compiler and
1942 fpc_compiler as persistent global.
1943
1944 2020-06-12 Tom de Vries <tdevries@suse.de>
1945
1946 * lib/tuiterm.exp (spawn): Rename to ...
1947 (tui_spawn): ... this.
1948 (toplevel): Move rename of spawn ...
1949 (gdb_init_tuiterm): ... here. New proc.
1950 (gdb_finish_tuiterm): New proc.
1951 * lib/gdb.exp (gdb_finish_hooks): New global var.
1952 (gdb_finish): Handle gdb_finish_hooks.
1953 (tuiterm_env): New proc.
1954 * gdb.python/tui-window.exp: Replace load_lib tuiterm.exp with
1955 tuiterm_env.
1956 * gdb.tui/basic.exp: Same.
1957 * gdb.tui/corefile-run.exp: Same.
1958 * gdb.tui/empty.exp: Same.
1959 * gdb.tui/list-before.exp: Same.
1960 * gdb.tui/list.exp: Same.
1961 * gdb.tui/main.exp: Same.
1962 * gdb.tui/new-layout.exp: Same.
1963 * gdb.tui/regs.exp: Same.
1964 * gdb.tui/resize.exp: Same.
1965 * gdb.tui/tui-layout-asm-short-prog.exp: Same.
1966 * gdb.tui/tui-layout-asm.exp: Same.
1967 * gdb.tui/tui-missing-src.exp: Same.
1968 * gdb.tui/winheight.exp: Same.
1969
1970 2020-06-12 Tom de Vries <tdevries@suse.de>
1971
1972 PR testsuite/26110
1973 * lib/gdb.exp (gdb_init): Revert dejagnu's override of ::unknown.
1974 (gdb_finish): Reinstall dejagnu's override of ::unknown.
1975
1976 2020-06-11 Tom Tromey <tom@tromey.com>
1977
1978 PR gdb/18318:
1979 * gdb.base/printcmds.exp (test_float_accepted): Add more hex
1980 floating point tests.
1981
1982 2020-06-11 Keith Seitz <keiths@redhat.com>
1983
1984 PR gdb/21356
1985 * gdb.base/vla-datatypes.c (vla_factory): Add typedef for struct
1986 vla_struct.
1987 Add new struct vla_typedef and union vla_typedef_union and
1988 corresponding instantiation objects.
1989 Initialize new objects.
1990 * gdb.base/vla-datatypes.exp: Add tests for vla_typedef_struct_object
1991 and vla_typedef_union_object.
1992 Fixup type for vla_struct_object.
1993
1994 2020-06-11 Tom de Vries <tdevries@suse.de>
1995
1996 * lib/gdb.exp (with_override): New proc, factored out of ...
1997 * gdb.base/dbx.exp: ... here. Use with_override and save_vars.
1998
1999 2020-06-10 Tom de Vries <tdevries@suse.de>
2000
2001 * gdb.ada/ptype_union.exp: Remove PR24713 workaround.
2002
2003 2020-06-09 Simon Marchi <simon.marchi@polymtl.ca>
2004
2005 * gdb.base/index-cache.exp (test_cache_disabled): Add test_prefix
2006 parameter, update callers.
2007
2008 2020-06-04 Simon Marchi <simon.marchi@efficios.com>
2009
2010 * gdb.dwarf2/share-psymtabs-bt.exp: New file.
2011 * gdb.dwarf2/share-psymtabs-bt.c: New file.
2012 * gdb.dwarf2/share-psymtabs-bt-2.c: New file.
2013
2014 2020-06-04 Tom de Vries <tdevries@suse.de>
2015
2016 * lib/gdb.exp (gdb_file_cmd): Avoid path names in error messages.
2017
2018 2020-06-04 Tom de Vries <tdevries@suse.de>
2019
2020 * lib/gdb.exp (gdb_file_cmd): Replace incomplete gdb_expect by
2021 exp_continue.
2022
2023 2020-06-04 Tom de Vries <tdevries@suse.de>
2024
2025 * lib/gdb.exp (gdb_file_cmd): Use perror instead of fail.
2026
2027 2020-06-03 Tom de Vries <tdevries@suse.de>
2028
2029 PR symtab/26046
2030 * gdb.cp/breakpoint-locs-2.cc: New test.
2031 * gdb.cp/breakpoint-locs.cc: New test.
2032 * gdb.cp/breakpoint-locs.exp: New file.
2033 * gdb.cp/breakpoint-locs.h: New test.
2034
2035 2020-06-03 Tom de Vries <tdevries@suse.de>
2036
2037 PR testsuite/25609
2038 * gdb.base/jit-elf-so.exp: Don't modify testing behaviour based on
2039 value of global verbose.
2040 * gdb.base/jit-elf.exp: Same.
2041 * gdb.base/jit-reader.exp: Same.
2042
2043 2020-06-02 Tom de Vries <tdevries@suse.de>
2044
2045 * gdb.dwarf2/multidictionary.exp: Don't use
2046 gdb_spawn_with_cmdline_opts.
2047
2048 2020-06-01 Andrew Burgess <andrew.burgess@embecosm.com>
2049
2050 * gdb.cp/step-and-next-inline.exp (do_test): Skip all tests in the
2051 use_header case.
2052 * gdb.dwarf2/dw2-inline-header-1.exp: New file.
2053 * gdb.dwarf2/dw2-inline-header-2.exp: New file.
2054 * gdb.dwarf2/dw2-inline-header-3.exp: New file.
2055 * gdb.dwarf2/dw2-inline-header-lbls.c: New file.
2056 * gdb.dwarf2/dw2-inline-header.c: New file.
2057 * gdb.dwarf2/dw2-inline-header.h: New file.
2058
2059 2020-05-30 Pedro Alves <palves@redhat.com>
2060
2061 * gdb.linespec/cp-replace-typedefs-ns-template.cc: New.
2062 * gdb.linespec/cp-replace-typedefs-ns-template.exp: New.
2063
2064 2020-05-29 Gary Benson <gbenson@redhat.com>
2065
2066 * gdb.compile/compile-cplus.exp (additional_flags): Also
2067 set when building with clang.
2068 (additional_flags, srcfilesoptions): Pass -Wno-deprecated
2069 when building with clang.
2070
2071 2020-05-29 Gary Benson <gbenson@redhat.com>
2072
2073 * gdb.arch/i386-avx.exp (additional_flags): Also set when
2074 building with clang.
2075 * gdb.arch/i386-sse.exp (additional_flags): Likewise.
2076
2077 2020-05-29 Gary Benson <gbenson@redhat.com>
2078
2079 * gdb.cp/koenig.exp (prepare_for_testing): Add
2080 additional_flags=-Wno-unused-comparison.
2081 * gdb.cp/operator.exp (prepare_for_testing): Likewise.
2082
2083 2020-05-28 Gary Benson <gbenson@redhat.com>
2084
2085 * gdb.base/sigaltstack.c (catcher): Add default case to switch
2086 statement.
2087
2088 2020-05-28 Gary Benson <gbenson@redhat.com>
2089
2090 * gdb.cp/classes.exp (prepare_for_testing): Add
2091 additional_flags=-Wno-deprecated-register.
2092 * gdb.cp/inherit.exp (prepare_for_testing): Likewise.
2093 * gdb.cp/misc.exp: Likewise.
2094
2095 2020-05-28 Gary Benson <gbenson@redhat.com>
2096
2097 * gdb.linespec/cpls-ops.cc (dummy): New static global.
2098 (test_op_new::operator new): Add return statement.
2099 (test_op_new_array::operator new[]): Likewise.
2100
2101 2020-05-27 Pedro Alves <palves@redhat.com>
2102
2103 * gdb.linespec/cp-completion-aliases.exp: Remove readline_is_used
2104 check. Use test_gdb_complete_unique instead of
2105 test_gdb_complete_tab_unique + test_gdb_complete_cmd_unique. Use
2106 test_gdb_complete_multiple instead of
2107 test_gdb_complete_tab_multiple + test_gdb_complete_cmd_multiple.
2108
2109 2020-05-27 Luis Machado <luis.machado@linaro.org>
2110
2111 * gdb.arch/aarch64-sighandler-regs.exp: Fix duplicated test names.
2112 * gdb.arch/aarch64-tagged-pointer.exp: Likewise.
2113 * gdb.arch/arm-disassembler-options.exp: Likewise.
2114 * gdb.arch/arm-disp-step.exp: Likewise.
2115 * gdb.arch/thumb-prologue.exp: Likewise.
2116 * gdb.base/async.exp: Likewise.
2117 * gdb.base/auxv.exp: Likewise.
2118 * gdb.base/complex-parts.exp: Likewise.
2119 * gdb.base/ena-dis-br.exp: Likewise.
2120 * gdb.base/foll-exec.exp: Likewise.
2121 * gdb.base/permissions.exp: Likewise.
2122 * gdb.base/relocate.exp: Likewise.
2123 * gdb.base/return2.exp: Likewise.
2124 * gdb.base/sigbpt.exp: Likewise.
2125 * gdb.base/siginfo-obj.exp: Likewise.
2126 * gdb.cp/converts.exp: Likewise.
2127 * gdb.cp/exceptprint.exp: Likewise.
2128 * gdb.cp/inherit.exp: Likewise.
2129 * gdb.cp/nsnoimports.exp: Likewise.
2130 * gdb.cp/virtbase2.exp: Likewise.
2131 * gdb.mi/mi-var-cmd.exp: Likewise.
2132 * gdb.mi/var-cmd.c: Likewise.
2133
2134 2020-05-26 Tom Tromey <tromey@adacore.com>
2135
2136 * gdb.ada/arr_acc_idx_w_gap.exp: Add tests.
2137
2138 2020-05-26 Tom Tromey <tromey@adacore.com>
2139
2140 * gdb.ada/arr_acc_idx_w_gap.exp: Add enum subrange tests.
2141 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap.ads (Enum_Subrange): New
2142 type.
2143 * gdb.ada/arr_acc_idx_w_gap/enum_with_gap_main.adb (V): New
2144 variable.
2145
2146 2020-05-26 Christian Biesinger <cbiesinger@google.com>
2147
2148 * Makefile.in: Use = instead of == for the test command
2149 for portability.
2150
2151 2020-05-26 Tom de Vries <tdevries@suse.de>
2152
2153 * gdb.base/gold-gdb-index-2.c: New test.
2154 * gdb.base/gold-gdb-index.c: New test.
2155 * gdb.base/gold-gdb-index.exp: New file.
2156 * gdb.base/gold-gdb-index.h: New test.
2157
2158 2020-05-25 Tom de Vries <tdevries@suse.de>
2159
2160 * boards/gold-gdb-index.exp: New file.
2161
2162 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
2163
2164 * boards/simavr.exp: New file.
2165
2166 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
2167
2168 * lib/gdb.exp (gdb_run_cmd): Return success or failure.
2169 * gdb.base/inferior-args.exp: New file.
2170 * gdb.base/inferior-args.c: New file.
2171
2172 2020-05-25 Simon Marchi <simon.marchi@efficios.com>
2173
2174 * lib/gdb.exp (gdb_run_cmd): Change argument from args to
2175 inferior_args. Pass it to gdb_reload.
2176 (gdb_start_cmd, gdb_starti_cmd): Change argument from args to
2177 inferior_args.
2178 (gdb_reload): Add inferior_args argument.
2179 * config/gdbserver.exp (gdb_reload): Add inferior_args argument,
2180 pass it to gdbserver_run.
2181 * boards/native-gdbserver.exp: Do not set noargs.
2182 * boards/native-extended-gdbserver.exp (gdb_reload): Add
2183 inferior_args argument.
2184 * boards/stdio-gdbserver-base.exp (gdb_reload): Likewise.
2185 * gdb.base/a2-run.exp: Check for use_gdb_stub.
2186 * gdb.base/args.exp: Likewise.
2187
2188 2020-05-25 Tom de Vries <tdevries@suse.de>
2189
2190 * lib/gdb.exp (exec_is_pie): Add comment.
2191
2192 2020-05-25 Tom de Vries <tdevries@suse.de>
2193
2194 * lib/jit-elf-helpers.exp (compile_and_download_n_jit_so): Use $f
2195 instead of $binfile in the untested message.
2196
2197 2020-05-25 Tom de Vries <tdevries@suse.de>
2198
2199 PR testsuite/26031
2200 * lib/gdb.exp (exec_is_pie): Test readelf -h output.
2201
2202 2020-05-25 Tom de Vries <tdevries@suse.de>
2203
2204 * boards/gold.exp: New file.
2205
2206 2020-05-23 Tom Tromey <tom@tromey.com>
2207
2208 * gdb.base/style.exp: Remove completion styling test.
2209 * lib/gdb-utils.exp (style): Remove completion styles.
2210
2211 2020-05-23 Tom Tromey <tom@tromey.com>
2212
2213 * gdb.base/style.exp: Add completion styling test.
2214 * lib/gdb-utils.exp (style): Add completion styles.
2215
2216 2020-05-22 Andrew Burgess <andrew.burgess@embecosm.com>
2217
2218 * gdb.base/annota1.exp: Update expected results.
2219 * gdb.cp/annota2.exp: Update expected results, remove duplicate
2220 test name.
2221 * gdb.cp/annota3.exp: Update expected results.
2222
2223 2020-05-20 Simon Marchi <simon.marchi@efficios.com>
2224
2225 PR gdb/26016
2226 * gdb.base/coredump-filter.c (do_mmap): Check mmap ret val
2227 against MAP_FAILED.
2228 * gdb.base/coremaker.c (mmapdata): Likewise.
2229 * gdb.base/jit-reader-host.c (main): Likewise.
2230 * gdb.base/sym-file-loader.c (load): Likewise.
2231 (load_shlib): Likewise.
2232
2233 2020-05-20 Tom Tromey <tromey@adacore.com>
2234
2235 * gdb.ada/array_char_idx.exp: Recognize initialized array.
2236
2237 2020-05-20 Tom de Vries <tdevries@suse.de>
2238
2239 PR symtab/25833
2240 * gdb.base/with-mf-inc.c: New test.
2241 * gdb.base/with-mf-main.c: New test.
2242 * gdb.base/with-mf.exp: New file.
2243
2244 2020-05-19 Tom Tromey <tromey@adacore.com>
2245
2246 * gdb.rust/simple.exp: Restore missing test result.
2247
2248 2020-05-19 Tom de Vries <tdevries@suse.de>
2249
2250 * gdb.base/gdb-caching-proc.exp: Fix typo.
2251
2252 2020-05-19 Tom Tromey <tromey@adacore.com>
2253
2254 * gdb.rust/simple.exp: Add some test descriptions.
2255 (test_one_slice): Use with_test_prefix.
2256
2257 2020-05-18 Tom de Vries <tdevries@suse.de>
2258
2259 * gdb.base/gdb-caching-proc.exp: Use with_test_prefix.
2260
2261 2020-05-17 Pedro Alves <palves@redhat.com>
2262
2263 PR gdb/25741
2264 * gdb.base/hw-sw-break-same-address.exp: New file.
2265
2266 2020-05-16 Pedro Alves <palves@redhat.com>
2267
2268 * gdb.multi/multi-re-run.exp (test_re_run): Switch
2269 LAST_LOADED_FILE accordingly.
2270
2271 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2272
2273 * gdb.base/alias.exp: Verify 'help aliases' shows user defined aliases.
2274
2275 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2276
2277 * gdb.base/help.exp: Test apropos and help for commands
2278 having aliases. Fixed comments not starting with an
2279 upper-case letter or not finishing with a dot.
2280
2281 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2282
2283 * gdb.base/alias.exp: Update help output check.
2284
2285 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2286
2287 * gdb.base/default.exp: Update output following fixes.
2288
2289 2020-05-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
2290
2291 * gdb.base/alias.exp: Test aliases starting with a prefix of
2292 another alias.
2293
2294 2020-05-15 Gary Benson <gbenson@redhat.com>
2295
2296 * gdb.base/info-os.c (main): Add return statement.
2297 * gdb.base/info_minsym.c (minsym_fun): Likewise.
2298 * gdb.base/large-frame-2.c (func): Likewise.
2299 * gdb.base/pr10179-a.c (foo1, bar1): Likewise.
2300 * gdb.base/pr10179-b.c (foo2): Likewise.
2301 * gdb.base/valgrind-disp-step.c (foo): Likewise.
2302 * gdb.base/watch-cond.c (func): Likewise.
2303 * gdb.multi/goodbye.c (verylongfun): Likewise.
2304 * gdb.multi/hello.c (commonfun): Likewise.
2305 * gdb.python/py-finish-breakpoint.c (call_longjmp): Likewise.
2306 * gdb.threads/fork-plus-threads.c (thread_func): Likewise.
2307 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
2308 Likewise.
2309 * gdb.threads/hand-call-new-thread.c (foo): Likewise.
2310 * gdb.threads/interrupt-while-step-over.c (child_function):
2311 Likewise.
2312 * gdb.trace/actions-changed.c (end): Likewise.
2313
2314 2020-05-15 Gary Benson <gbenson@redhat.com>
2315
2316 * gdb.opencl/callfuncs.exp: Report when test skipped.
2317 * gdb.opencl/convs_casts.exp: Likewise.
2318 * gdb.opencl/datatypes.exp: Likewise.
2319 * gdb.opencl/operators.exp: Likewise.
2320 * gdb.opencl/vec_comps.exp: Likewise.
2321
2322 2020-05-15 Tom de Vries <tdevries@suse.de>
2323
2324 * gdb.base/align.exp.in: Rename to ...
2325 * gdb.base/align.exp.tcl: ... this.
2326 * gdb.base/align-c++.exp: Update.
2327 * gdb.base/align-c.exp: Update.
2328 * gdb.base/all-architectures.exp.in: Rename to ...
2329 * gdb.base/all-architectures.exp: ... this.
2330 * gdb.base/all-architectures-0.exp: Update.
2331 * gdb.base/all-architectures-1.exp: Update.
2332 * gdb.base/all-architectures-2.exp: Update.
2333 * gdb.base/all-architectures-3.exp: Update.
2334 * gdb.base/all-architectures-4.exp: Update.
2335 * gdb.base/all-architectures-5.exp: Update.
2336 * gdb.base/all-architectures-6.exp: Update.
2337 * gdb.base/all-architectures-7.exp: Update.
2338 * gdb.base/infcall-nested-structs.exp.in: Rename to ...
2339 * gdb.base/infcall-nested-structs.exp.tcl: ... this.
2340 * gdb.base/infcall-nested-structs-c++.exp: Update.
2341 * gdb.base/infcall-nested-structs-c.exp: Update.
2342 * gdb.base/info-types.exp.in: Rename to ...
2343 * gdb.base/info-types.exp.tcl: ... this.
2344 * gdb.base/info-types-c++.exp: Update.
2345 * gdb.base/info-types-c.exp: Update.
2346 * gdb.base/max-depth.exp.in: Rename to ...
2347 * gdb.base/max-depth.exp.tcl: ... this.
2348 * gdb.base/max-depth-c++.exp: Update.
2349 * gdb.base/max-depth-c.exp: Update.
2350 * gdb.cp/cpexprs.exp.in: Rename to ...
2351 * gdb.cp/cpexprs.exp.tcl: ... this.
2352 * gdb.cp/cpexprs-debug-types.exp: Update.
2353 * gdb.cp/cpexprs.exp: Update.
2354 * gdb.cp/infcall-nodebug.exp.in: Rename to ...
2355 * gdb.cp/infcall-nodebug.exp.tcl: ... this.
2356 * gdb.cp/infcall-nodebug-c++-d0.exp: Update.
2357 * gdb.cp/infcall-nodebug-c++-d1.exp: Update.
2358 * gdb.cp/infcall-nodebug-c-d0.exp: Update.
2359 * gdb.cp/infcall-nodebug-c-d1.exp: Update.
2360 * gdb.dwarf2/clang-debug-names.exp.in: Rename to ...
2361 * gdb.dwarf2/clang-debug-names.exp.tcl: ... this.
2362 * gdb.dwarf2/clang-debug-names-2.exp: Update.
2363 * gdb.dwarf2/clang-debug-names.exp: Update.
2364
2365 2020-05-15 Andrew Burgess <andrew.burgess@embecosm.com>
2366
2367 * lib/check-test-names.exp: Remove code that prevents this file
2368 loading when tests are run in parallel.
2369
2370 2020-05-15 Pedro Alves <palves@redhat.com>
2371
2372 * gdb.multi/multi-kill.exp (start_inferior): Remove
2373 'testpid' parameter. Refer to namespace variable directly.
2374 (testpid): Declare as namespace variable.
2375
2376 2020-05-15 Pedro Alves <palves@redhat.com>
2377
2378 * gdb.multi/multi-kill.exp: Wrap in namespace.
2379 (start_inferior): Add TESTPID parameter. Use it instead of the
2380 testpid global.
2381 (top level): Define empty TESTPID array, and pass it down to
2382 start_inferior.
2383
2384 2020-05-14 Tom de Vries <tdevries@suse.de>
2385
2386 * gdb.fortran/nested-funcs-2.exp: Use gdb_test_stdio to test inferior
2387 output.
2388
2389 2020-05-14 Tom de Vries <tdevries@suse.de>
2390
2391 * gdb.base/align.exp: Split into ...
2392 * gdb.base/align.exp.in: ...
2393 * gdb.base/align-c++.exp: ...
2394 * gdb.base/align-c.exp: ... these.
2395 * gdb.base/infcall-nested-structs.exp: Split into ...
2396 * gdb.base/infcall-nested-structs.exp.in: ...
2397 * gdb.base/infcall-nested-structs-c++.exp: ...
2398 * gdb.base/infcall-nested-structs-c.exp: ... these.
2399 * gdb.base/info-types.exp: Split into ...
2400 * gdb.base/info-types.exp.in: ...
2401 * gdb.base/info-types-c++.exp: ...
2402 * gdb.base/info-types-c.exp: ... these.
2403 * gdb.base/max-depth.exp: Split into ...
2404 * gdb.base/max-depth.exp.in: ...
2405 * gdb.base/max-depth-c++.exp: ...
2406 * gdb.base/max-depth-c.exp: ... these.
2407 * gdb.cp/infcall-nodebug.exp: Split into ...
2408 * gdb.cp/infcall-nodebug.exp.in: ...
2409 * gdb.cp/infcall-nodebug-c++-d0.exp: ...
2410 * gdb.cp/infcall-nodebug-c++-d1.exp: ...
2411 * gdb.cp/infcall-nodebug-c-d0.exp: ...
2412 * gdb.cp/infcall-nodebug-c-d1.exp: ... these.
2413
2414 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2415 Pedro Alves <palves@redhat.com>
2416
2417 * gdb.multi/multi-exit.c: New file.
2418 * gdb.multi/multi-exit.exp: New file.
2419 * gdb.multi/multi-kill.c: New file.
2420 * gdb.multi/multi-kill.exp: New file.
2421
2422 2020-05-14 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2423
2424 * gdb.base/annota1.exp: Update the expected output.
2425 * gdb.cp/annota2.exp: Ditto.
2426
2427 2020-05-12 Andrew Burgess <andrew.burgess@embecosm.com>
2428
2429 * lib/check-test-names.exp: Disable when testing is being run in
2430 parallel.
2431
2432 2020-05-12 Tom de Vries <tdevries@suse.de>
2433
2434 * gdb.base/jit-elf.exp: Fix string concat.
2435
2436 2020-05-12 Tom de Vries <tdevries@suse.de>
2437
2438 * lib/jit-elf-helpers.exp: Don't use undefined variables in untested
2439 messages.
2440
2441 2020-05-12 Tom de Vries <tdevries@suse.de>
2442
2443 * gdb.multi/multi-term-settings.exp: Use with_test_prefix.
2444
2445 2020-05-12 Tom de Vries <tdevries@suse.de>
2446
2447 * gdb.ada/catch_ex.exp: Use with_test_prefix.
2448 * gdb.ada/mi_catch_ex.exp: Same.
2449 * gdb.ada/mi_catch_ex_hand.exp: Same.
2450
2451 2020-05-12 Tom de Vries <tdevries@suse.de>
2452
2453 * gdb.fortran/complex.exp: Use with_test_prefix.
2454
2455 2020-05-12 Tom de Vries <tdevries@suse.de>
2456
2457 * gdb.trace/passcount.exp: Fix test-names.
2458
2459 2020-05-12 Tom de Vries <tdevries@suse.de>
2460
2461 * gdb.pascal/gdb11492.exp: Use with_test_prefix.
2462
2463 2020-05-12 Tom de Vries <tdevries@suse.de>
2464
2465 * gdb.gdb/complaints.exp: Use with_test_prefix.
2466 * gdb.xml/tdesc-regs.exp: Same.
2467 * gdb.opt/inline-locals.exp: Fix test name.
2468
2469 2020-05-12 Tom de Vries <tdevries@suse.de>
2470
2471 * gdb.dwarf2/comp-unit-lang.exp: Use with_test_prefix.
2472 * gdb.dwarf2/dw2-bad-parameter-type.exp: Same.
2473 * gdb.dwarf2/implref-struct.exp: Same.
2474 * gdb.dwarf2/varval.exp: Ensure get_sizeof is called once per type.
2475 * gdb.dwarf2/data-loc.exp: Same. Remove duplicate test.
2476
2477 2020-05-11 Simon Marchi <simon.marchi@polymtl.ca>
2478
2479 * gdb.base/jit-so.exp (one_jit_test): Change test name.
2480
2481 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
2482
2483 * lib/check-test-names.exp (all_test_names): New module variable.
2484 (counts): Add 'duplicates' field.
2485 (_check_duplicates): New procedure.
2486 (check): Also check for duplicates.
2487 (do_log_summary): Print duplicates count.
2488 (do_reset_vars): Reset counter for duplicate test names, and
2489 discard all know test names.
2490
2491 2020-05-11 Andrew Burgess <andrew.burgess@embecosm.com>
2492
2493 * lib/gdb.exp: Include check-test-names.exp library.
2494 * lib/check-test-names.exp: New file.
2495
2496 2020-05-11 Tom de Vries <tdevries@suse.de>
2497
2498 * gdb.ada/packed_tagged.exp: Change kfail into xfail.
2499
2500 2020-05-11 Keith Seitz <keiths@redhat.com>
2501
2502 * gdb.ada/attr_ref_and_charlit.exp: Fix typo.
2503
2504 2020-05-11 Tom de Vries <tdevries@suse.de>
2505
2506 * gdb.cp/cpexprs.exp: Move everything except flags setting ...
2507 * gdb.cp/cpexprs.exp.in: .. here.
2508 * gdb.cp/cpexprs-debug-types.exp: Include cpexprs.exp.in instead of
2509 cpexprs.exp.
2510
2511 2020-05-11 Keith Seitz <keiths@redhat.com>
2512
2513 * gdb.ada/arrayparam.exp: Resolve duplicate and tail parentheses
2514 test names.
2515 * gdb.ada/arrayptr.exp: Likewise.
2516 * gdb.ada/assign_arr.exp: Likewise.
2517 * gdb.ada/attr_ref_and_charlit.exp: Likewise.
2518 * gdb.ada/bp_on_var.exp: Likewise.
2519 * gdb.ada/call_pn.exp: Likewise.
2520 * gdb.ada/complete.exp: Likewise.
2521 * gdb.ada/fun_overload_menu.exp: Likewise.
2522 * gdb.ada/funcall_param.exp: Likewise.
2523 * gdb.ada/funcall_ref.exp: Likewise.
2524 * gdb.ada/packed_array_assign.exp: Likewise.
2525 * gdb.ada/same_component_name.exp: Likewise.
2526 * gdb.ada/type_coercion.exp: Likewise.
2527 * gdb.ada/unc_arr_ptr_in_var_rec.exp: Likewise.
2528 * gdb.ada/variant_record_packed_array.exp: Likewise.
2529
2530 2020-05-11 Tom de Vries <tdevries@suse.de>
2531
2532 PR symtab/25941
2533 * gdb.dwarf2/clang-debug-names.exp.in: New include exp file, factored
2534 out of ...
2535 * gdb.dwarf2/clang-debug-names.exp: ... here.
2536 * gdb.dwarf2/clang-debug-names-2.exp: New file. Include
2537 clang-debug-names.exp.in.
2538 * gdb.dwarf2/clang-debug-names-2-foo.c: New test.
2539 * gdb.dwarf2/clang-debug-names-2.c: New test.
2540
2541 2020-05-10 Alok Kumar Sharma <alokkumar.sharma@amd.com>
2542
2543 * lib/fortran.exp (fortran_main): New Proc, handle flang MAIN_,
2544 (fortran_runto_main): New Proc, fortran version of runto_main.
2545 * gdb.fortran/array-bounds-high.exp: Handle flang MAIN_
2546 * gdb.fortran/array-bounds.exp: Likewise.
2547 * gdb.fortran/array-slices.exp: Likewise.
2548 * gdb.fortran/block-data.exp: Likewise.
2549 * gdb.fortran/charset.exp: Likewise.
2550 * gdb.fortran/common-block.exp: Likewise.
2551 * gdb.fortran/complex.exp: Likewise.
2552 * gdb.fortran/derived-type-function.exp: Likewise.
2553 * gdb.fortran/derived-type.exp: Likewise.
2554 * gdb.fortran/info-modules.exp: Likewise.
2555 * gdb.fortran/info-types.exp: Likewise.
2556 * gdb.fortran/intrinsics.exp: Likewise.
2557 * gdb.fortran/library-module.exp: Likewise.
2558 * gdb.fortran/logical.exp: Likewise.
2559 * gdb.fortran/max-depth.exp: Likewise.
2560 * gdb.fortran/module.exp: Likewise.
2561 * gdb.fortran/multi-dim.exp: Likewise.
2562 * gdb.fortran/nested-funcs.exp: Likewise.
2563 * gdb.fortran/print-formatted.exp: Likewise.
2564 * gdb.fortran/print_type.exp: Likewise.
2565 * gdb.fortran/printing-types.exp: Likewise.
2566 * gdb.fortran/ptr-indentation.exp: Likewise.
2567 * gdb.fortran/ptype-on-functions.exp: Likewise.
2568 * gdb.fortran/subarray.exp: Likewise.
2569 * gdb.fortran/vla-alloc-assoc.exp: Likewise.
2570 * gdb.fortran/vla-datatypes.exp: Likewise.
2571 * gdb.fortran/vla-history.exp: Likewise.
2572 * gdb.fortran/vla-ptr-info.exp: Likewise.
2573 * gdb.fortran/vla-ptype-sub.exp: Likewise.
2574 * gdb.fortran/vla-ptype.exp: Likewise.
2575 * gdb.fortran/vla-sizeof.exp: Likewise.
2576 * gdb.fortran/vla-type.exp: Likewise.
2577 * gdb.fortran/vla-value-sub-arbitrary.exp: Likewise.
2578 * gdb.fortran/vla-value-sub-finish.exp: Likewise.
2579 * gdb.fortran/vla-value-sub.exp: Likewise.
2580 * gdb.fortran/vla-value.exp: Likewise.
2581 * gdb.fortran/whatis_type.exp: Likewise.
2582 * gdb.mi/mi-var-child-f.exp: Likewise.
2583
2584 2020-05-09 Tom de Vries <tdevries@suse.de>
2585
2586 * gdb.dwarf2/clang-debug-names.exp: Remove PR25952 kfail.
2587
2588 2020-05-08 Tom de Vries <tdevries@suse.de>
2589
2590 * gdb.dwarf2/clang-debug-names.c: New test.
2591 * gdb.dwarf2/clang-debug-names.exp: New file.
2592
2593 2020-05-06 Simon Marchi <simon.marchi@efficios.com>
2594
2595 * gdb.arch/amd64-prologue-skip-cf-protection.exp: New file.
2596 * gdb.arch/amd64-prologue-skip-cf-protection.c: New file.
2597
2598 2020-05-06 Tom de Vries <tdevries@suse.de>
2599
2600 * gdb.reverse/consecutive-precsave.exp: Handle if instruction after
2601 breakpoint is at a "recommended breakpoint location".
2602 * gdb.reverse/consecutive-reverse.exp: Same.
2603
2604 2020-05-06 Tom de Vries <tdevries@suse.de>
2605
2606 * gdb.base/watchpoint-reuse-slot.exp (stepi): Print $pc to get current
2607 address.
2608
2609 2020-05-06 Tom de Vries <tdevries@suse.de>
2610
2611 * gdb.base/watchpoint-reuse-slot.exp: Fix incorrect assignment.
2612
2613 2020-05-06 Tom de Vries <tdevries@suse.de>
2614
2615 * gdb.base/store.exp (check_set, up_set): Allowing missing location
2616 info for r.
2617
2618 2020-05-06 Tom de Vries <tdevries@suse.de>
2619
2620 * gdb.base/shlib-call.exp: Add extra step to reach shmain.c:42, if
2621 necessary.
2622
2623 2020-05-06 Tom de Vries <tdevries@suse.de>
2624
2625 * lib/unbuffer_output.c (gdb_unbuffer_output): Change return type to
2626 void.
2627
2628 2020-05-06 Tom de Vries <tdevries@suse.de>
2629
2630 * lib/gdb.exp (is_stmt_addresses, hex_in_list): New proc, factored out
2631 of ...
2632 * gdb.base/async.exp: ... here.
2633 * gdb.base/consecutive.exp: Handle if 2nd breakpoint is at a
2634 "recommended breakpoint location".
2635
2636 2020-05-06 Tom de Vries <tdevries@suse.de>
2637
2638 * gdb.compile/compile-ifunc.exp: Use -Wno-attribute-alias.
2639
2640 2020-05-04 Tom de Vries <tdevries@suse.de>
2641
2642 * gdb.base/async.exp: Check whether instruction addresses are a
2643 "recommended breakpoint location".
2644
2645 2020-05-03 Tom Tromey <tom@tromey.com>
2646
2647 * gdb.base/sepdebug.exp: Remove "catch" test.
2648 * gdb.base/break.exp: Remove "catch" test.
2649 * gdb.base/default.exp: Update expected output.
2650
2651 2020-05-02 Tom de Vries <tdevries@suse.de>
2652
2653 * lib/gdb.exp (supports_mpx_check_pointer_bounds): New proc.
2654 * gdb.arch/i386-mpx-call.exp: Use supports_mpx_check_pointer_bounds.
2655 * gdb.arch/i386-mpx-map.exp: Same.
2656 * gdb.arch/i386-mpx-sigsegv.exp: Same.
2657 * gdb.arch/i386-mpx-simple_segv.exp: Same.
2658 * gdb.arch/i386-mpx.exp: Same.
2659
2660 2020-05-02 Tom de Vries <tdevries@suse.de>
2661
2662 * gdb.base/psym-external-decl.c (main): Add use of variable aaa.
2663
2664 2020-05-01 Tom de Vries <tdevries@suse.de>
2665
2666 * gdb.ada/operator_bp.exp: Allow more than required amount of
2667 breakpoint.
2668
2669 2020-05-01 Tom de Vries <tdevries@suse.de>
2670
2671 * gdb.reverse/until-reverse.c (main): Fix Wunused-result warning.
2672
2673 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2674
2675 PR gdb/18706
2676 * gdb.cp/stub-array-size.cc: New test.
2677 * gdb.cp/stub-array-size.exp: New file.
2678 * gdb.cp/stub-array-size.h: New test.
2679 * gdb.cp/stub-array-size2.cc: New test.
2680
2681 2020-04-30 Hannes Domani <ssbssa@yahoo.de>
2682
2683 * gdb.python/py-format-string.exp: Adjust pretty_arrays expected
2684 output to the new format.
2685
2686 2020-04-29 Simon Marchi <simon.marchi@efficios.com>
2687
2688 * gdb.base/break.exp: Use with_test_prefix.
2689
2690 2020-04-29 Tom de Vries <tdevries@suse.de>
2691
2692 * lib/gdb.exp (debug_types): New proc.
2693 * gdb.guile/scm-symtab.exp: Add xfail for PR gcc/90232.
2694 * gdb.python/py-symtab.exp: Same.
2695
2696 2020-04-29 Hannes Domani <ssbssa@yahoo.de>
2697
2698 PR gdb/17320
2699 * gdb.base/pretty-array.c: New test.
2700 * gdb.base/pretty-array.exp: New file.
2701
2702 2020-04-29 Tom de Vries <tdevries@suse.de>
2703
2704 PR symtab/25889
2705 * gdb.cp/cpexprs.exp: Adapt for inclusion.
2706 * gdb.cp/cpexprs-debug-types.exp: New file. Set -fdebug-types-section
2707 and include cpexprs.exp.
2708
2709 2020-04-28 Mark Williams <mark@myosotissp.com>
2710
2711 PR gdb/24480
2712 * dw4-toplevel-types.exp: Test for top level types.
2713 * dw4-toplevel-types.cc: Test for top level types.
2714
2715 2020-04-28 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2716
2717 * gdb.threads/stop-with-handle.exp: Fix typo in comment
2718 (theads -> threads).
2719
2720 2020-04-28 Tom de Vries <tdevries@suse.de>
2721
2722 * gdb.opt/inline-cmds.exp: Set KFAIL PR.
2723
2724 2020-04-28 Tom de Vries <tdevries@suse.de>
2725
2726 * gdb.base/info-macros.exp: Remove KFAIL. Add missing trailing ".*".
2727
2728 2020-04-28 Tom de Vries <tdevries@suse.de>
2729
2730 * gdb.ada/array_ptr_renaming.exp: Add PR number in KFAIL.
2731
2732 2020-04-28 Tom de Vries <tdevries@suse.de>
2733
2734 * gdb.dwarf2/main-foo.c: New test.
2735 * gdb.dwarf2/struct-with-sig.exp: New file.
2736
2737 2020-04-25 Tom de Vries <tdevries@suse.de>
2738
2739 * boards/debug-types.exp: New file.
2740
2741 2020-04-25 Andrew Burgess <andrew.burgess@embecosm.com>
2742
2743 * gdb.btrace/multi-inferior.exp: Avoid paths in test names.
2744
2745 2020-04-24 Tom Tromey <tom@tromey.com>
2746
2747 PR symtab/12707:
2748 * gdb.python/py-symbol.exp: Update expected results for
2749 linkage_name test.
2750 * gdb.cp/print-demangle.exp: New file.
2751 * gdb.base/c-linkage-name.exp: Fix test.
2752 * gdb.guile/scm-symbol.exp: Update expected results for
2753 linkage_name test.
2754
2755 2020-04-24 Tom Tromey <tom@tromey.com>
2756
2757 * gdb.dwarf2/dw2-namespaceless-anonymous.S: Remove.
2758 * gdb.dwarf2/dw2-namespaceless-anonymous.c: New file.
2759 * gdb.dwarf2/dw2-namespaceless-anonymous.exp: Use DWARF
2760 assembler.
2761
2762 2020-04-24 Tom de Vries <tdevries@suse.de>
2763
2764 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Set language of CU to
2765 C++.
2766
2767 2020-04-24 Tom Tromey <tromey@adacore.com>
2768
2769 * gdb.ada/frame_arg_lang.exp: Run with multiple -fgnat-encodings
2770 values.
2771 * gdb.ada/funcall_ref.exp: Run with multiple -fgnat-encodings
2772 values. Update test for minimal encodings.
2773 * gdb.ada/lang_switch.exp: Update test for minimal encodings.
2774 * gdb.ada/var_rec_arr.exp: Run with multiple -fgnat-encodings
2775 values. Update test for minimal encodings.
2776
2777 2020-04-24 Tom Tromey <tromey@adacore.com>
2778
2779 PR python/23662:
2780 * gdb.ada/variant.exp: Add Python checks.
2781 * gdb.rust/simple.exp: Add dynamic type checks.
2782
2783 2020-04-24 Tom Tromey <tromey@adacore.com>
2784
2785 * gdb.ada/mi_var_array.exp: Try all -fgnat-encodings settings.
2786 Make array type matching more lax.
2787 * gdb.ada/mi_var_union.exp: Try all -fgnat-encodings settings.
2788 * gdb.ada/mi_variant.exp: New file.
2789 * gdb.ada/mi_variant/pck.ads: New file.
2790 * gdb.ada/mi_variant/pkg.adb: New file.
2791 * gdb.ada/packed_tagged.exp: Try all -fgnat-encodings settings.
2792 * gdb.ada/unchecked_union.exp: Try all -fgnat-encodings settings.
2793
2794 2020-04-24 Tom Tromey <tromey@adacore.com>
2795
2796 * gdb.ada/variant.exp: Add dynamic field offset tests.
2797 * gdb.ada/variant/pck.ads (Nested_And_Variable): New type.
2798 * gdb.ada/variant/pkg.adb: Add new variables.
2799
2800 2020-04-24 Tom Tromey <tromey@adacore.com>
2801
2802 * gdb.ada/variant.exp: New file
2803 * gdb.ada/variant/pkg.adb: New file
2804 * gdb.ada/variant/pck.adb: New file
2805
2806 2020-04-24 Tom de Vries <tdevries@suse.de>
2807
2808 * lib/gdb.exp (clean_restart): Reset errcnt and warncnt.
2809
2810 2020-04-24 Tom de Vries <tdevries@suse.de>
2811
2812 * gdb.dwarf2/dwzbuildid.exp: Add quiet to dwzbuildid-mismatch compile
2813 flags.
2814
2815 2020-04-24 Tom de Vries <tdevries@suse.de>
2816
2817 * gdb.dwarf2/dw2-error.exp: Add quiet to compile flags.
2818
2819 2020-04-24 Tom de Vries <tdevries@suse.de>
2820
2821 * lib/gdb.exp (default_gdb_start): Handle eof.
2822 (clean_restart): Detect and handle gdb_start failure. Return -1 upon
2823 failure.
2824 * gdb.base/readnever.exp: Handle clean_restart failure.
2825
2826 2020-04-23 Tom de Vries <tdevries@suse.de>
2827
2828 * gdb.base/decl-before-def.exp: Run to main and print a again.
2829
2830 2020-04-23 Tom de Vries <tdevries@suse.de>
2831
2832 * gdb.base/decl-before-def-decl.c: New test.
2833 * gdb.base/decl-before-def-def.c: New test.
2834 * gdb.base/decl-before-def.exp: New file.
2835
2836 2020-04-23 Tom de Vries <tdevries@suse.de>
2837
2838 * gdb.base/readnever.exp: Skip if GDBFLAGS contain -readnow/--readnow.
2839
2840 2020-04-22 Tom de Vries <tdevries@suse.de>
2841
2842 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): Fix
2843 debug_info_offset.
2844 * gdb.mi/dw2-ref-missing-frame.exp: Make sure $objfuncfile comes
2845 before $objsfile in the line line.
2846
2847 2020-04-22 Tom de Vries <tdevries@suse.de>
2848
2849 * gdb.dlang/watch-loc.c (.debug_aranges): Fix _Dmain length.
2850
2851 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2852
2853 * gdb.base/jit-attach-pie.c: Use jit-protocol.h.
2854 * gdb.base/jit-elf-main.c: Use jit-protocol.h.
2855 * gdb.base/jit-reader-host.c: Use jit-protocol.h.
2856 * gdb.base/jit-reader-simple-jit.c: Use jit-protocol.h.
2857 * gdb.base/jit-protocol.h: Update definitions to match all usage
2858 contexts.
2859
2860 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2861
2862 * gdb.base: Rename all jit related test and source files.
2863
2864 2020-02-18 Mihails Strasuns <mihails.strasuns@intel.com>
2865
2866 * gdb.base/jit-reader.exp: Relax register output check.
2867
2868 2020-04-22 Tom de Vries <tdevries@suse.de>
2869
2870 PR symtab/25764
2871 * gdb.base/psym-external-decl-2.c: New test.
2872 * gdb.base/psym-external-decl.c: New test.
2873 * gdb.base/psym-external-decl.exp: New file.
2874 * gdb.threads/tls.exp: Add PR25807 kfail.
2875
2876 2020-04-22 Tom de Vries <tdevries@suse.de>
2877
2878 PR symtab/25801
2879 * gdb.dwarf2/imported-unit.exp: Test that we can get imported_unit.c
2880 in "info source" output.
2881
2882 2020-04-22 Tom de Vries <tdevries@suse.de>
2883
2884 PR symtab/25700
2885 * gdb.dwarf2/imported-unit.exp: Verify that there's only one partial
2886 symtab for imported_unit.c.
2887
2888 2020-04-21 Gary Benson <gbenson@redhat.com>
2889
2890 * gdb.base/advance.c (func): New argument, to match call site.
2891 (func2, func3): Add return statements.
2892
2893 2020-04-21 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
2894
2895 * gdb.multi/run-only-second-inf.c: New file.
2896 * gdb.multi/run-only-second-inf.exp: New file.
2897
2898 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2899
2900 * gdb.btrace/multi-inferior.c: New test.
2901 * gdb.btrace/multi-inferior.exp: New file.
2902
2903 2020-04-21 Markus Metzger <markus.t.metzger@intel.com>
2904
2905 * gdb.btrace/enable-new-thread.c: New test.
2906 * gdb.btrace/enable-new-thread.exp: New file.
2907
2908 2020-04-21 Tom de Vries <tdevries@suse.de>
2909
2910 PR gdb/25471
2911 * gdb.threads/killed-outside.c: New test.
2912 * gdb.threads/killed-outside.exp: New file.
2913
2914 2020-04-20 Gary Benson <gbenson@redhat.com>
2915
2916 * gdb.base/nested-subp1.exp: Use support_nested_function_tests.
2917 * gdb.base/nested-subp2.exp: Likewise.
2918 * gdb.base/nested-subp3.exp: Likewise.
2919
2920 2020-04-20 Gary Benson <gbenson@redhat.com>
2921
2922 * gdb.base/nested-subp1.exp: Disable test when using clang.
2923 * gdb.base/nested-subp2.exp: Likewise.
2924 * gdb.base/nested-subp3.exp: Likewise.
2925
2926 2020-04-20 Gary Benson <gbenson@redhat.com>
2927
2928 * gdb.cp/exception.cc: Fix compilation error with clang.
2929
2930 2020-04-20 Gary Benson <gbenson@redhat.com>
2931
2932 * gdb.trace/tspeed.c: Fix compilation error with clang.
2933
2934 2020-04-20 Gary Benson <gbenson@redhat.com>
2935
2936 * gdb.base/jit-main.c: Fix compilation error with clang.
2937
2938 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2939
2940 * gdb.base/attach-twice.c: Include "sys/types.h".
2941 (PTRACE_ATTACH): Add fallback definition.
2942 (main): Pass `0' to the 4th argument of `ptrace'.
2943
2944 2020-04-17 Kamil Rytarowski <n54@gmx.com>
2945
2946 * gdb.base/fork-running-state.c: Include "signal.h".
2947
2948 2020-04-17 Tom Tromey <tromey@adacore.com>
2949
2950 * gdb.cp/maint.exp (test_help): Simplify multiple_help_body.
2951 Update tests.
2952 * gdb.btrace/cpu.exp: Update tests.
2953 * gdb.base/maint.exp: Update tests.
2954 * gdb.base/default.exp: Update tests.
2955 * gdb.base/completion.exp: Update tests.
2956
2957 2020-04-16 Tom de Vries <tdevries@suse.de>
2958
2959 PR symtab/25791
2960 * gdb.dwarf2/gdb-add-index.exp (add_gdb_index): Move ...
2961 (ensure_gdb_index): and factor out and move ...
2962 * lib/gdb.exp (add_gdb_index, ensure_gdb_index): ... here.
2963 * gdb.dwarf2/imported-unit-runto-main.exp: New file.
2964
2965 2020-04-16 Tom de Vries <tdevries@suse.de>
2966
2967 * gdb.base/maint-expand-symbols-header-file.exp: Set language before
2968 loading exec.
2969
2970 2020-04-15 Andrew Burgess <andrew.burgess@embecosm.com>
2971
2972 * gdb.base/many-completions.exp: New file.
2973
2974 2020-04-14 Tom de Vries <tdevries@suse.de>
2975
2976 PR symtab/25718
2977 * gdb.dwarf2/dw2-symtab-includes.exp: New file.
2978
2979 2020-04-14 Tom de Vries <tdevries@suse.de>
2980
2981 PR symtab/25720
2982 * gdb.base/maint-expand-symbols-header-file.c: New test.
2983 * gdb.base/maint-expand-symbols-header-file.exp: New file.
2984 * gdb.base/maint-expand-symbols-header-file.h: New test.
2985
2986 2020-04-14 Andrew Burgess <andrew.burgess@embecosm.com>
2987
2988 * gdb.dwarf2/dw2-inline-many-frames.exp (get_func_info): Delete.
2989 * gdb.dwarf2/dw2-inline-small-func.exp: Pass options to
2990 get_func_info.
2991 (get_func_info): Delete.
2992 * gdb.dwarf2/dw2-is-stmt-2.exp (get_func_info): Delete.
2993 * gdb.dwarf2/dw2-is-stmt.exp (get_func_info): Delete.
2994 * lib/dwarf.exp (get_func_info): New function.
2995
2996 2020-04-13 Tom de Vries <tdevries@suse.de>
2997
2998 * lib/ada.exp (find_ada_tool): Pass --GCC and -B to gnatlink, similar
2999 to what find_gnatmake does.
3000
3001 2020-04-10 Tom de Vries <tdevries@suse.de>
3002
3003 * gdb.base/style.exp: Expect "Expanding full symbols" message for
3004 -readnow.
3005
3006 2020-04-10 Tom de Vries <tdevries@suse.de>
3007
3008 PR cli/25808
3009 * gdb.base/style.c: Add leading newlines.
3010 * gdb.base/style.exp: Use gdb_get_line_number to get specific lines.
3011 Check listing of main's one-line body.
3012
3013 2020-04-08 Tom de Vries <tdevries@suse.de>
3014
3015 * lib/gdb.exp (psymtabs_p): New proc.
3016 * gdb.dwarf2/imported-unit.exp: Mark "no static partial symbols in
3017 importing unit" unsupported if there are no partial symbols.
3018
3019 2020-04-08 Tom de Vries <tdevries@suse.de>
3020
3021 PR testsuite/25760
3022 * gdb.ada/call_pn.exp: Call "maint expand-symtabs". Add xfails.
3023
3024 2020-04-07 Tom de Vries <tdevries@suse.de>
3025
3026 PR symtab/25796
3027 * gdb.dwarf2/imported-unit-abstract-const-value.exp: New file.
3028
3029 2020-04-07 Tom de Vries <tdevries@suse.de>
3030
3031 * gdb.base/check-psymtab.c: New test.
3032 * gdb.base/check-psymtab.exp: New file.
3033
3034 2020-04-06 Tom Tromey <tromey@adacore.com>
3035
3036 * gdb.ada/variant-record/proc.adb: New file.
3037 * gdb.ada/variant-record/value.adb: New file.
3038 * gdb.ada/variant-record/value.s: New file.
3039 * gdb.ada/variant-record.exp: New file.
3040
3041 2020-04-03 Hannes Domani <ssbssa@yahoo.de>
3042
3043 PR gdb/25325
3044 * gdb.cp/typed-enum.cc: New test.
3045 * gdb.cp/typed-enum.exp: New file.
3046
3047 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
3048
3049 * gdb.dwarf2/dw2-inline-small-func-lbls.c: New file.
3050 * gdb.dwarf2/dw2-inline-small-func.c: New file.
3051 * gdb.dwarf2/dw2-inline-small-func.exp: New file.
3052 * gdb.dwarf2/dw2-inline-small-func.h: New file.
3053 * gdb.opt/inline-small-func.c: New file.
3054 * gdb.opt/inline-small-func.exp: New file.
3055 * gdb.opt/inline-small-func.h: New file.
3056
3057 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
3058
3059 * lib/dwarf.exp (Dwarf::lines::program::DW_LNS_set_file): New
3060 function.
3061
3062 2020-04-02 Andrew Burgess <andrew.burgess@embecosm.com>
3063
3064 * lib/dwarf.exp (function_range): Allow compiler options to be
3065 specified.
3066
3067 2020-04-02 Tom de Vries <tdevries@suse.de>
3068
3069 * gdb.dwarf2/break-inline-psymtab-2.c (bar): Add
3070 __attribute__((always_inline)).
3071 * gdb.dwarf2/break-inline-psymtab.exp: Don't use -O2.
3072
3073 2020-04-02 Tom de Vries <tdevries@suse.de>
3074
3075 * lib/gdbserver-support.exp (gdbserver_exit): Factor out of ...
3076 (gdbserver_gdb_exit): ... here. Add timeout warning.
3077 * gdb.multi/multi-target.exp (server_spawn_ids): New global var.
3078 (connect_target_extended_remote): Append new server_spawn_id to
3079 server_spawn_ids.
3080 (cleanup): New proc.
3081 (setup, <toplevel>): Call cleanup.
3082
3083 2020-04-02 Tom de Vries <tdevries@suse.de>
3084
3085 * gdb.base/main-psymtab.exp: New file.
3086
3087 2020-04-02 Tom de Vries <tdevries@suse.de>
3088
3089 * gdb.fortran/mixed-lang-stack.exp: Accept new complex printing style.
3090
3091 2020-04-01 Tom Tromey <tom@tromey.com>
3092
3093 * gdb.base/complex-parts.exp: Add type tests.
3094
3095 2020-04-01 Tom Tromey <tom@tromey.com>
3096
3097 * gdb.base/complex-parts.exp: Add arithmetic tests.
3098
3099 2020-04-01 Tom Tromey <tom@tromey.com>
3100
3101 * gdb.compile/compile.exp: Update.
3102 * gdb.compile/compile-cplus.exp: Update.
3103 * gdb.base/varargs.exp: Update.
3104 * gdb.base/floatn.exp: Update.
3105 * gdb.base/endianity.exp: Update.
3106 * gdb.base/callfuncs.exp (do_function_calls): Update.
3107 * gdb.base/funcargs.exp (complex_args, complex_integral_args)
3108 (complex_float_integral_args): Update.
3109 * gdb.base/complex.exp: Update.
3110 * gdb.base/complex-parts.exp: Update.
3111
3112 2020-04-01 Tom Tromey <tromey@adacore.com>
3113
3114 * gdb.rust/union.rs: New file.
3115 * gdb.rust/union.exp: New file.
3116 * gdb.rust/simple.rs (Union, Union2): Move to union.rs.
3117 (main): Update.
3118 * gdb.rust/simple.exp: Move union tests to union.exp.
3119
3120 2020-04-01 Tom Tromey <tromey@adacore.com>
3121
3122 * gdb.rust/simple.rs (main): Remove "y0".
3123
3124 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3125
3126 * gdb.multi/stop-all-on-exit.c: New test.
3127 * gdb.multi/stop-all-on-exit.exp: New file.
3128
3129 2020-04-01 Hannes Domani <ssbssa@yahoo.de>
3130
3131 PR gdb/24789
3132 * gdb.cp/misc.cc: Add integer reference variable.
3133 * gdb.cp/misc.exp: Add test.
3134
3135 2020-04-01 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3136
3137 * gdb.server/stop-reply-no-thread.exp: Enhance the test
3138 scenario to cover execution until the end and also the case
3139
3140 2020-03-31 Tom de Vries <tdevries@suse.de>
3141
3142 * gdb.base/c-linkage-name.exp: Fix test-case comment. Set language to
3143 c. Use "maint info symtabs" to check symtab expansion.
3144
3145 2020-03-30 Tom de Vries <tdevries@suse.de>
3146
3147 * gdb.base/c-linkage-name.exp: Use readnow call to mark a test
3148 unsupported.
3149 (verify_psymtab_expanded): Move ...
3150 * lib/gdb.exp (verify_psymtab_expanded): ... here. Add unsupported
3151 test.
3152 (readnow): New proc.
3153
3154 2020-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
3155
3156 * gdb.fortran/mixed-lang-stack.exp: Replace two hard coded address
3157 with $hex.
3158
3159 2020-03-20 Tom Tromey <tromey@adacore.com>
3160
3161 * gdb.dwarf2/dw2-ranges-base.exp: Update regular expressions.
3162
3163 2020-03-20 Tom Tromey <tromey@adacore.com>
3164
3165 * gdb.ada/sub_variant/subv.adb: New file.
3166 * gdb.ada/sub_variant.exp: New file.
3167
3168 2020-03-20 Tom de Vries <tdevries@suse.de>
3169
3170 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Bail out if
3171 first break fails.
3172 * gdb.threads/step-over-trips-on-watchpoint.exp: (do_test): Same.
3173
3174 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
3175
3176 * gdb.server/exit-multiple-threads.c: New file.
3177 * gdb.server/exit-multiple-threads.exp: New file.
3178
3179 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
3180
3181 * gdb.fortran/mixed-lang-stack.c: New file.
3182 * gdb.fortran/mixed-lang-stack.cpp: New file.
3183 * gdb.fortran/mixed-lang-stack.exp: New file.
3184 * gdb.fortran/mixed-lang-stack.f90: New file.
3185
3186 2020-03-19 Andrew Burgess <andrew.burgess@embecosm.com>
3187
3188 * gdb.linespec/cp-completion-aliases.cc: New file.
3189 * gdb.linespec/cp-completion-aliases.exp: New file.
3190
3191 2020-03-19 Tom de Vries <tdevries@suse.de>
3192
3193 * gdb.opt/inline-locals.exp: Add kfail PR number. Make kfail matching
3194 more precise.
3195
3196 2020-03-18 Tom de Vries <tdevries@suse.de>
3197
3198 * gdb.dwarf2/break-inline-psymtab-2.c: New test.
3199 * gdb.dwarf2/break-inline-psymtab.c: New test.
3200 * gdb.dwarf2/break-inline-psymtab.exp: New file.
3201
3202 2020-03-16 Tom de Vries <tdevries@suse.de>
3203
3204 * lib/cache.exp (gdb_do_cache): Add and handle local variables
3205 cache_verify and cache_verify_proc.
3206
3207 2020-03-15 Tom de Vries <tdevries@suse.de>
3208
3209 * gdb.server/solib-list.exp: Handle
3210 'Load new symbol table from "/lib64/ld-2.26.so"? (y or n)'.
3211
3212 2020-03-15 Tom de Vries <tdevries@suse.de>
3213
3214 * gdb.base/maint.exp: Use exp_continue in long lines for "maint print
3215 objfiles".
3216
3217 2020-03-14 Tom Tromey <tom@tromey.com>
3218
3219 * gdb.base/cvexpr.exp: Add test for _Atomic and restrict.
3220
3221 2020-03-14 Tom de Vries <tdevries@suse.de>
3222
3223 * gdb.mi/mi-fortran-modules.exp: Use exp_continue.
3224
3225 2020-03-14 Tom de Vries <tdevries@suse.de>
3226
3227 * gdb.threads/attach-many-short-lived-threads.exp: Read "info threads"
3228 result in line-by-line fashion.
3229
3230 2020-03-14 Tom de Vries <tdevries@suse.de>
3231
3232 * lib/gdb.exp (supports_statement_frontiers): New proc.
3233 * gdb.cp/step-and-next-inline.exp: Use supports_statement_frontiers.
3234
3235 2020-03-14 Tom de Vries <tdevries@suse.de>
3236
3237 * gdb.base/printcmds.exp: Add missing quoting for "print
3238 teststring2".
3239
3240 2020-03-13 Tom Tromey <tom@tromey.com>
3241
3242 * gdb.base/printcmds.exp (test_print_strings): Add regression
3243 test.
3244 * gdb.base/printcmds.c (charptr): New typedef.
3245 (teststring2): New global.
3246
3247 2020-03-13 Andrew Burgess <andrew.burgess@embecosm.com>
3248
3249 * gdb.base/break-interp.exp: Use the tail of the filename, not the
3250 full path in the test name.
3251 (test_ld): Add some with_test_prefix blocks to make test names
3252 unique.
3253
3254 2020-03-13 Tom de Vries <tdevries@suse.de>
3255
3256 * gdb.mi/mi-sym-info.exp: Fix buffer full errors, and timeouts.
3257
3258 2020-03-13 Tom de Vries <tdevries@suse.de>
3259
3260 * gdb.mi/mi-sym-info.exp: Make matching more precise.
3261
3262 2020-03-13 Tom de Vries <tdevries@suse.de>
3263
3264 PR symtab/25646
3265 * gdb.dwarf2/imported-unit.exp: Add test.
3266
3267 2020-03-13 Tom de Vries <tdevries@suse.de>
3268
3269 * gdb.mi/mi-sym-info-2.c (another_char_t, another_short_t): New typedef.
3270 (var1, var2): New variable.
3271 * gdb.mi/mi-sym-info.exp: Add --name to various commands to restrict
3272 matching symbols.
3273
3274 2020-03-13 Tom de Vries <tdevries@suse.de>
3275
3276 * lib/tuiterm.exp (Term::command_no_prompt_prefix): New proc.
3277 (Term::command): Use prompt prefix.
3278 (Term::enter_tui): Use command_no_prompt_prefix instead of prefix.
3279 * gdb.tui/tui-layout-asm-short-prog.exp: Use
3280 command_no_prompt_prefix instead of prefix.
3281 * gdb.tui/tui-layout-asm.exp: Same.
3282
3283 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
3284
3285 * gdb.base/break-interp.exp: Use foreach_with_prefix.
3286
3287 2020-03-12 Simon Marchi <simon.marchi@efficios.com>
3288
3289 * gdb.arch/amd64-disp-step-avx.S: Add nops after _start.
3290 * gdb.arch/amd64-disp-step-avx.exp: Enable "set debug displaced
3291 on" while stepping over the test instruction, match printed
3292 message.
3293
3294 2020-03-12 Tom de Vries <tdevries@suse.de>
3295
3296 * gdb.base/info-types.exp: Use exp_continue during matching of output
3297 of "info types".
3298
3299 2020-03-12 Tom de Vries <tdevries@suse.de>
3300
3301 * gdb.threads/execl.exp: Delete breakpoint after hitting it.
3302
3303 2020-03-12 Tom de Vries <tdevries@suse.de>
3304
3305 * gdb.fortran/module.exp: Use exp_continue during matching of output
3306 of "info variable -n".
3307
3308 2020-03-12 Tom de Vries <tdevries@suse.de>
3309
3310 * gdb.dwarf2/dw2-ranges-base.exp: Limit "maint info line-table" to
3311 gdb.dwarf2/dw2-ranges-base.c.
3312
3313 2020-03-12 Tom de Vries <tdevries@suse.de>
3314
3315 * gdb.linespec/explicit.exp: Fix "complete non-unique file name" test
3316 in presence of GLIBC debuginfo.
3317
3318 2020-03-12 Tom de Vries <tdevries@suse.de>
3319
3320 * lib/gdb.exp (gdb_core_cmd): Use string_to_regexp for regexp-matching
3321 $core.
3322
3323 2020-03-12 Tom de Vries <tdevries@suse.de>
3324
3325 * lib/gdb.exp (gdb_core_cmd): Make "No such file or directory" regexp
3326 more precise.
3327
3328 2020-03-11 Simon Marchi <simon.marchi@efficios.com>
3329
3330 * lib/gdb.exp (standard_output_file): Use `pwd -W` to convert
3331 from Unix to Windows path.
3332
3333 2020-03-11 Tom de Vries <tdevries@suse.de>
3334
3335 * gdb.ada/minsyms.exp: Set language to ada.
3336
3337 2020-03-11 Tom de Vries <tdevries@suse.de>
3338
3339 * gdb.server/sysroot.exp: Allow GLIBC's printf alias __printf.
3340
3341 2020-03-11 Tom de Vries <tdevries@suse.de>
3342
3343 * gdb.btrace/reconnect.exp: Allow source line pattern after stepi.
3344
3345 2020-03-11 Tom Tromey <tromey@adacore.com>
3346
3347 * gdb.dwarf2/variant.exp: Mark discriminants as artificial.
3348
3349 2020-03-11 Tom de Vries <tdevries@suse.de>
3350
3351 * gdb.base/foll-fork.exp: Allow "Reading in symbols" messages.
3352
3353 2020-03-11 Tom de Vries <tdevries@suse.de>
3354
3355 * gdb.base/break-interp.exp: Limit verbose scope.
3356
3357 2020-03-11 Tom de Vries <tdevries@suse.de>
3358
3359 * gdb.fortran/logical.f90: Define variable with character type.
3360 * gdb.fortran/logical.exp: Use character type instead of uint8_t.
3361
3362 2020-03-11 Tom de Vries <tdevries@suse.de>
3363
3364 * gdb.base/list-ambiguous.exp: Set EDITOR to true.
3365
3366 2020-03-11 Tom de Vries <tdevries@suse.de>
3367
3368 * gdb.ada/access_to_packed_array.exp: Test printing of expanded
3369 symtabs.
3370
3371 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
3372 Bernd Edlinger <bernd.edlinger@hotmail.de>
3373
3374 * gdb.cp/step-and-next-inline.cc: New file.
3375 * gdb.cp/step-and-next-inline.exp: New file.
3376 * gdb.cp/step-and-next-inline.h: New file.
3377 * gdb.dwarf2/dw2-is-stmt.c: New file.
3378 * gdb.dwarf2/dw2-is-stmt.exp: New file.
3379 * gdb.dwarf2/dw2-is-stmt-2.c: New file.
3380 * gdb.dwarf2/dw2-is-stmt-2.exp: New file.
3381 * gdb.dwarf2/dw2-ranges-base.exp: Update line table pattern.
3382
3383 2020-03-10 Andrew Burgess <andrew.burgess@embecosm.com>
3384
3385 * lib/dwarf.exp (Dwarf::lines) Add support for modifying the
3386 is-stmt flag in the line table.
3387
3388 2020-03-09 Tom de Vries <tdevries@suse.de>
3389
3390 * lib/gdb.exp (cached_file): Create cache dir.
3391
3392 2020-03-07 Tom de Vries <tdevries@suse.de>
3393
3394 * gdb.cp/ref-params.exp: Compare build_executable result with -1.
3395 * gdb.cp/rvalue-ref-params.exp: Same.
3396
3397 2020-03-06 Tom de Vries <tdevries@suse.de>
3398
3399 * lib/gdb.exp (tentative_rename, cached_file): New proc.
3400 * boards/cc-with-tweaks.exp: Use cached_file to create gdb.sh.
3401
3402 2020-03-06 Tom de Vries <tdevries@suse.de>
3403
3404 * README: Fix "the the".
3405 * gdb.base/dprintf.exp: Same.
3406
3407 2020-03-05 Tom de Vries <tdevries@suse.de>
3408
3409 * gdb.base/maint.exp: Update "main print statistics" expected output.
3410
3411 2020-03-04 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3412
3413 * lib/fortran.exp (fortran_int4): Handle flang kind printing.
3414 (fortran_int8): Likewise.
3415 (fortran_real4): Likewise.
3416 (fortran_real8): Likewise.
3417 (fortran_complex4): Likewise.
3418 (fortran_logical4): Likewise.
3419 (fortran_character1): Likewise.
3420
3421 2020-03-03 Andrew Burgess <andrew.burgess@embecosm.com>
3422
3423 * gdb.fortran/logical.exp: Add tests that any non-zero value is
3424 printed as true.
3425
3426 2020-03-03 Sergio Durigan Junior <sergiodj@redhat.com>
3427
3428 * gdb.base/printcmds.exp: Add test to verify printf of a
3429 variable holding an address.
3430
3431 2020-03-03 Tom de Vries <tdevries@suse.de>
3432
3433 * gdb.mi/gdb2549.exp: Fix "register values t" check-read1 timeout.
3434
3435 2020-03-03 Tom de Vries <tdevries@suse.de>
3436
3437 * gdb.mi/list-thread-groups-available.exp: Use -prompt syntax for
3438 gdb_test_multiple call.
3439
3440 2020-03-03 Tom de Vries <tdevries@suse.de>
3441
3442 * gdb.mi/mi-sym-info.exp: Add missing -prompt "$mi_gdb_prompt$" to
3443 gdb_test_multiple calls.
3444
3445 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
3446
3447 * gdb.base/default.exp: Remove test of 'set history filename'.
3448 * gdb.base/gdbinit-history.exp: Add tests for setting the history
3449 filename to the empty string.
3450 * lib/gdb.exp (gdb_init): Unset environment variables GDBHISTFILE
3451 and GDBHISTSIZE.
3452
3453 2020-03-02 Andrew Burgess <andrew.burgess@embecosm.com>
3454
3455 * gdb.server/stop-reply-no-thread.exp: Add test where T packet is
3456 disabled.
3457
3458 2020-03-02 Pedro Alves <palves@redhat.com>
3459 Tom de Vries <tdevries@suse.de>
3460
3461 * lib/gdb.exp (gdb_test_multiple): Handle prompt_regexp option using
3462 -prompt prefix, before user_code argument. Add -lbl option likewise.
3463 (skip_python_tests_prompt, skip_libstdcxx_probe_tests_prompt)
3464 (gdb_is_target_1): Add -prompt prefix and move to before user_code
3465 argument.
3466 * gdb.base/corefile-buildid.exp: Use -lbl option. Rewrite regexps to
3467 have "\r\n" at start-of-line, instead of at end-of-line.
3468
3469 2020-02-28 Simon Marchi <simon.marchi@efficios.com>
3470
3471 * lib/trace-support.exp (get_in_proc_agent): Adjust path to
3472 libinproctrace.so.
3473
3474 2020-02-28 Luis Machado <luis.machado@linaro.org>
3475
3476 * gdb.arch/aarch64-fp.exp: Switch from "info registers" command
3477 to "p/x".
3478
3479 2020-02-28 Luis Machado <luis.machado@linaro.org>
3480
3481 * gdb.arch/aarch64-dbreg-contents.c: Include stdlib.h, unistd.h,
3482 asm/ptrace.h and error.h.
3483
3484 2020-02-28 Tom de Vries <tdevries@suse.de>
3485
3486 * gdb.base/c-linkage-name.c (main): Call do_something_other_cu.
3487 (struct wrapper, do_something, mundane/symada__cS): Move ...
3488 * gdb.base/c-linkage-name-2.c: ... here. New source file.
3489 * gdb.base/c-linkage-name.exp: Add verification of psymtab expansion.
3490 Update "print symada__cS before partial symtab expansion" regexp.
3491 Update breakpoint location. Flush symbol cache after expansion.
3492
3493 2020-02-28 Luis Machado <luis.machado@linaro.org>
3494
3495 * gdb.arch/aarch64-pauth.exp: Recognize optional PAC output.
3496
3497 2020-02-27 Tom de Vries <tdevries@suse.de>
3498
3499 * config/sid.exp: Remove unused globals.
3500 * gdb.base/attach.exp: Same.
3501 * gdb.base/catch-load.exp: Same.
3502 * gdb.base/dbx.exp: Same.
3503 * lib/gdb.exp: Same.
3504 * lib/mi-support.exp: Same.
3505 * lib/prompt.exp: Same.
3506
3507 2020-02-27 Tom de Vries <tdevries@suse.de>
3508
3509 * lib/tuiterm.exp (spawn): Handle case that spawn_out(slave,name) is
3510 not set.
3511
3512 2020-02-26 Aaron Merey <amerey@redhat.com>
3513
3514 * gdb.debuginfod: New directory for debuginfod tests.
3515 * gdb.debuginfod/main.c: New test file.
3516 * gdb.debuginfod/fetch_src_and_symbols.exp: New tests.
3517
3518 2020-02-26 Tom de Vries <tdevries@suse.de>
3519
3520 PR gdb/25603
3521 * gdb.base/persistent-lang.cc: New test.
3522 * gdb.base/persistent-lang.exp: New file.
3523
3524 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3525
3526 * gdb.fortran/derived-type-striding.exp: Add a new test.
3527 * gdb.fortran/derived-type-striding.f90: Add pointer variable for
3528 new test.
3529
3530 2020-02-25 Andrew Burgess <andrew.burgess@embecosm.com>
3531
3532 * gdb.base/cached-source-file.exp: Avoid source file paths in test
3533 names.
3534
3535 2020-02-25 Tom de Vries <tdevries@suse.de>
3536
3537 PR go/18926
3538 * gdb.go/methods.exp: Remove gcc/93866 xfail.
3539
3540 2020-02-24 Tom de Vries <tdevries@suse.de>
3541
3542 PR gdb/25592
3543 * gdb.base/info-locals-unused-static-var.c: New test.
3544 * gdb.base/info-locals-unused-static-var.exp: New file.
3545
3546 2020-02-22 Tom Tromey <tom@tromey.com>
3547
3548 * gdb.python/tui-window.exp: New file.
3549 * gdb.python/tui-window.py: New file.
3550
3551 2020-02-22 Tom Tromey <tom@tromey.com>
3552
3553 PR tui/17850:
3554 * gdb.tui/new-layout.exp: Add horizontal layout and winheight
3555 tests.
3556
3557 2020-02-22 Tom Tromey <tom@tromey.com>
3558
3559 * gdb.tui/new-layout.exp: Add sub-layout tests.
3560
3561 2020-02-22 Tom Tromey <tom@tromey.com>
3562
3563 * gdb.tui/new-layout.exp: New file.
3564
3565 2020-02-22 Tom Tromey <tom@tromey.com>
3566
3567 * gdb.rust/rust-style.rs: New file.
3568 * gdb.rust/rust-style.exp: New file.
3569 * gdb.base/style.exp: Test structure printing.
3570 * gdb.base/style.c (struct some_struct): New type.
3571 (enum etype): New type.
3572 (struct_value): New global.
3573
3574 2020-02-21 Tom de Vries <tdevries@suse.de>
3575
3576 PR go/18926
3577 * lib/gdb.exp (bp_location2/bp_location2_regexp): Fix.
3578 Remove blanket xfails. Use message argument for gdb_breakpoint.
3579 Make continuing to breakpoint test conditional on setting breakpoint.
3580 Fix continuing to breakpoint regexp. Add xfails for gccgo-6/7
3581 DW_AT_name attribute. Add xfail for GCC PR93866.
3582
3583 2020-02-21 Andrew Burgess <andrew.burgess@embecosm.com>
3584
3585 * gdb.dwarf2/cpp-linkage-name.c: New file.
3586 * gdb.dwarf2/cpp-linkage-name.exp: New file.
3587
3588 2020-02-21 Shahab Vahedi <shahab@synopsys.com>
3589
3590 * lib/gdb.exp (gdb_wrapper_init): Reset
3591 "gdb_wrapper_initialized" to 0 if "wrapper_file" does
3592 not exist.
3593
3594 2020-02-20 Tom de Vries <tdevries@suse.de>
3595
3596 PR go/17018
3597 * gdb.go/hello.exp: Copy ...
3598 * gdb.go/global-local-var-shadow.exp: ... here. New file. Expect
3599 print of st to print value of global definition. Add xfail for GCC
3600 PR93844.
3601 * gdb.go/hello.exp: Remove printing of st before definition.
3602 * gdb.go/hello.go: Copy ...
3603 * gdb.go/global-local-var-shadow.go: ... here. New test. Rename myst
3604 to st.
3605 * gdb.go/hello.go: Remove myst. Remove comment about shadowing.
3606
3607 2020-02-20 Tom de Vries <tdevries@suse.de>
3608
3609 * lib/gdb.exp (support_go_compile): New gdb_caching_proc.
3610 (gdb_simple_compile): Handle compile_flags go by using .go extension
3611 for source file.
3612 * gdb.go/chan.exp: Use support_go_compile.
3613 * gdb.go/handcall.exp: Same.
3614 * gdb.go/hello.exp: Same.
3615 * gdb.go/integers.exp: Same.
3616 * gdb.go/max-depth.exp: Same.
3617 * gdb.go/methods.exp: Same.
3618 * gdb.go/package.exp: Same.
3619 * gdb.go/strings.exp: Same.
3620 * gdb.go/types.exp: Same.
3621 * gdb.go/unsafe.exp: Same.
3622
3623 2020-02-19 Tom de Vries <tdevries@suse.de>
3624
3625 * gdb.python/lib-types.exp: Make xfail more strict.
3626
3627 2020-02-19 Tom de Vries <tdevries@suse.de>
3628
3629 * gdb.ada/funcall_ref.exp: Replace xfail setup by unsupported check.
3630
3631 2020-02-19 Doug Evans <dje@google.com>
3632
3633 PR rust/25535
3634 * gdb.rust/simple.exp: Add test.
3635 * gdb.rust/simple.rs: Add test.
3636
3637 2020-02-19 Tom de Vries <tdevries@suse.de>
3638
3639 * gdb.base/corefile-buildid.exp (check_exec_file): Match info files
3640 output line-by-line.
3641
3642 2020-02-19 Tom de Vries <tdevries@suse.de>
3643
3644 * gdb.cp/cpexprs.exp: Remove c++/14186 kfail.
3645
3646 2020-02-19 Tom de Vries <tdevries@suse.de>
3647
3648 * gdb.base/solib-overlap.exp: Use exec instead of system to execute
3649 prelink.
3650
3651 2020-02-19 Tom de Vries <tdevries@suse.de>
3652
3653 * lib/cache.exp (ignore_pass, gdb_do_cache_wrap): New proc.
3654 (gdb_do_cache): Use gdb_do_cache_wrap.
3655 * gdb.base/gdb-caching-proc.exp (test_proc): Use gdb_do_cache_wrap.
3656
3657 2020-02-19 Tom de Vries <tdevries@suse.de>
3658
3659 * lib/dtrace.exp (dtrace_build_usdt_test_program): Use quiet as
3660 gdb_compile option.
3661
3662 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3663
3664 * gdb.base/printcmds.exp (test_print_enums): Update expected
3665 output.
3666
3667 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3668
3669 * gdb.base/printcmds.exp (test_print_enums): Expect hex values
3670 for "unknown".
3671
3672 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3673
3674 * gdb.base/printcmds.c (enum flag_enum): Add FE_TWO_LEGACY
3675 enumerator.
3676
3677 2020-02-18 Simon Marchi <simon.marchi@efficios.com>
3678
3679 * gdb.base/printcmds.c (enum flag_enum): Prefix enumerators with
3680 FE_, add FE_NONE.
3681 (three): Update.
3682 (enum flag_enum_without_zero): New enum.
3683 (flag_enum_without_zero): New variable.
3684 (enum not_flag_enum): New enum.
3685 (three_not_flag): New variable.
3686 * gdb.base/printcmds.exp (test_artificial_arrays): Update.
3687 (test_print_enums): Add more tests for printing flag enums.
3688
3689 2020-02-18 Tom de Vries <tdevries@suse.de>
3690
3691 * lib/ada.exp (gdb_compile_ada_1): Factor out of ...
3692 (gdb_compile_ada): ... here.
3693 (gnat_runtime_has_debug_info): Remove fail call for gdb_compile_ada
3694 failure. Use gdb_compile_ada_1 instead of gdb_compile_ada.
3695
3696 2020-02-14 Tom Tromey <tom@tromey.com>
3697
3698 * lib/gdbserver-support.exp (find_gdbserver): Find gdbserver in
3699 build directory.
3700 * boards/gdbserver-base.exp: Update path to gdbserver.
3701
3702 2020-02-13 Tom de Vries <tdevries@suse.de>
3703
3704 * lib/ada.exp (gdb_compile_ada): Delete stale exec before compilation.
3705
3706 2020-02-13 Tom de Vries <tdevries@suse.de>
3707
3708 * gdb.ada/catch_ex_std.exp: Indicate unsupported if gnatbind/gnatlink
3709 are missing.
3710
3711 2020-02-13 Tom de Vries <tdevries@suse.de>
3712
3713 * lib/ada.exp (gnatmake_version_at_least): Wrap exec call in a catch
3714 call.
3715
3716 2020-02-11 Sergio Durigan Junior <sergiodj@redhat.com>
3717
3718 PR tui/25126
3719 https://bugzilla.redhat.com/show_bug.cgi?id=1784210
3720 * gdb.base/cached-source-file.c: New file.
3721 * gdb.base/cached-source-file.exp: New file.
3722
3723 2020-02-11 Tom de Vries <tdevries@suse.de>
3724
3725 PR testsuite/25488
3726 * lib/gdb.exp (gdb_init): Unset $file_last_loaded.
3727
3728 2020-02-10 Tom de Vries <tdevries@suse.de>
3729
3730 * gdb.multi/multi-target.exp: Skip if skip_gdbserver_tests.
3731
3732 2020-02-10 Maciej W. Rozycki <macro@wdc.com>
3733
3734 * gdb.base/step-over-no-symbols.exp: Verify that $before_addr
3735 and $after_addr are both integers before making a comparison.
3736
3737 2020-02-09 Tom de Vries <tdevries@suse.de>
3738
3739 * gdb.base/many-headers.exp: Echo gdb command to gdb.log. Capture gdb
3740 command output and paste it into gdb.log. If any, paste catch message
3741 to gdb.log.
3742
3743 2020-02-07 Tom Tromey <tromey@adacore.com>
3744
3745 PR breakpoints/24915:
3746 * gdb.base/annotate-symlink.exp: Use setup_xfail.
3747
3748 2020-02-06 Shahab Vahedi <shahab@synopsys.com>
3749
3750 * gdb.tui/tui-missing-src.exp: Add the "missing source
3751 file" test for the TUI.
3752
3753 2020-02-06 Andrew Burgess <andrew.burgess@embecosm.com>
3754
3755 * gdb.server/multi-ui-errors.exp: Give a test a real name to avoid
3756 including a port number in the output.
3757
3758 2020-02-04 Alok Kumar Sharma <alokkumar.sharma@amd.com>
3759
3760 * lib/fortran.exp (fortran_int4): Handle clang.
3761 (fortran_int8): Likewise.
3762 (fortran_real4): Likewise.
3763 (fortran_real8): Likewise.
3764 (fortran_complex4): Likewise.
3765 (fortran_logical4): Likewise.
3766 (fortran_character1): Likewise.
3767
3768 2020-02-04 Tom de Vries <tdevries@suse.de>
3769
3770 * README (Race detection): Add note.
3771
3772 2020-02-04 Tom de Vries <tdevries@suse.de>
3773
3774 * lib/gdb.exp (inferior_exited_re): Use "\[^\n\r\]*" instead of ".*".
3775
3776 2020-02-04 Tom de Vries <tdevries@suse.de>
3777
3778 * lib/gdb.exp (inferior_exited_re): Use non-capturing parentheses.
3779
3780 2020-02-03 Rogerio A. Cardoso <rcardoso@linux.ibm.com>
3781
3782 * gdb.arch/powerpc-power8.exp: Delete trailing whitespace of
3783 tbegin., tend. instructions. Replace bctar-, bctar+, bctarl-,
3784 bctarl+ extended mnemonics when avaliable by bgttar, bnstarl,
3785 blttar, bnetarl.
3786 * gdb.arch/powerpc-power8.s: Fix comments. Fix instructions
3787 binary for blttar, bnetarl.
3788 * gdb.arch/powerpc-power9.exp: Delete trailing whitespace of
3789 wait instruction. Delete ldmx test.
3790 * gdb.arch/powerpc-power9.s: Delete ldmx instruction.
3791
3792 2020-02-03 Alok Kumar Sharma <AlokKumar.Sharma@amd.com>
3793
3794 * gdb.fortran/array-bounds-high.exp: New file.
3795 * gdb.fortran/array-bounds-high.f90: New file.
3796
3797 2020-02-03 Lukas Durfina <ldurfina@tachyum.com> (tiny change)
3798
3799 * gdb.base/fileio.c: Remove #include of <sys/errno.h>.
3800 Replace #include of <sys/fcntl.h> by <fcntl.h>.
3801
3802 2020-02-01 Tom de Vries <tdevries@suse.de>
3803
3804 * gdb.server/server-kill-python.exp: Fix $gdb_tst_name typo.
3805
3806 2020-01-31 Andrew Burgess <andrew.burgess@embecosm.com>
3807
3808 PR tui/9765
3809 * gdb.tui/tui-layout-asm-short-prog.S: New file.
3810 * gdb.tui/tui-layout-asm-short-prog.exp: New file.
3811
3812 2020-01-29 Luis Machado <luis.machado@linaro.org>
3813
3814 * gdb.arch/aarch64-brk-patterns.c: New source file.
3815 * gdb.arch/aarch64-brk-patterns.exp: New test.
3816
3817 2020-01-29 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3818
3819 * gdb.cp/pass-by-ref-2.exp: Mark some tests as XFAIL based on the
3820 GCC/Clang version.
3821 * gdb.cp/pass-by-ref.exp: Ditto.
3822
3823 2020-01-29 Tom de Vries <tdevries@suse.de>
3824
3825 * gdb.threads/watchpoint-fork-child.c: Guard prints with #if DEBUG.
3826 * gdb.threads/watchpoint-fork-mt.c: Same.
3827 * gdb.threads/watchpoint-fork-parent.c: Same.
3828 * gdb.threads/watchpoint-fork-st.c: Same.
3829 * gdb.threads/watchpoint-fork.exp: Compile with DEBUG=0.
3830
3831 2020-01-27 Luis Machado <luis.machado@linaro.org>
3832
3833 * gdb.base/step-over-syscall.exp (setup): Check if we're already
3834 sitting at a syscall instruction when we hit the syscall function's
3835 breakpoint.
3836 Check PC against one obtained with the x command.
3837 Validate syscall number.
3838 (step_over_syscall): Don't continue to the syscall instruction if
3839 we're already there.
3840
3841 2020-01-25 Philippe Waroquiers <philippe.waroquiers@skynet.be>
3842
3843 * gdb.base/attach.exp: Test 'set exec-file-mismatch'.
3844
3845 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3846
3847 * gdb.dwarf2/dw2-inline-many-frames.c: New file.
3848 * gdb.dwarf2/dw2-inline-many-frames.exp: New file.
3849
3850 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3851
3852 * gdb.dwarf2/dw2-inline-stepping.c: New file.
3853 * gdb.dwarf2/dw2-inline-stepping.exp: New file.
3854
3855 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3856
3857 * gdb.base/maint.exp: Update line table parsing test.
3858 * gdb.dwarf2/dw2-ranges-base.exp: Add new line table parsing test.
3859
3860 2020-01-24 Pedro Alves <palves@redhat.com>
3861
3862 PR gdb/25410
3863 * gdb.multi/multi-re-run-1.c: New.
3864 * gdb.multi/multi-re-run-2.c: New.
3865 * gdb.multi/multi-re-run.exp: New.
3866
3867 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3868
3869 PR gdb/23718
3870 * gdb.server/server-kill-python.exp: New file.
3871
3872 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3873
3874 * gdb.server/multi-ui-errors.c: New file.
3875 * gdb.server/multi-ui-errors.exp: New file.
3876
3877 2020-01-24 Andrew Burgess <andrew.burgess@embecosm.com>
3878
3879 PR tui/9765
3880 * gdb.tui/tui-layout-asm.exp: Add scrolling test for asm window.
3881
3882 2020-01-19 Tom Tromey <tom@tromey.com>
3883
3884 * gdb.tui/main.exp: Add check for plain "file".
3885
3886 2020-01-16 Christian Biesinger <cbiesinger@google.com>
3887
3888 * lib/gdb.exp: Fix spelling error (seperatelly).
3889
3890 2020-01-14 Tom Tromey <tom@tromey.com>
3891
3892 PR symtab/12535:
3893 * gdb.python/python.exp: Test decode_line with empty string
3894 argument.
3895
3896 2020-01-14 Bernd Edlinger <bernd.edlinger@hotmail.de>
3897
3898 * gdb.base/skip-inline.exp: Extend test.
3899
3900 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3901
3902 * gdb.dwarf2/dw2-bad-elf-other.S: New file.
3903 * gdb.dwarf2/dw2-bad-elf.c: New file.
3904 * gdb.dwarf2/dw2-bad-elf.exp: New file.
3905
3906 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3907
3908 * lib/dwarf.exp (Dwarf::lines): Reset _line_saw_program and
3909 _line_saw_file.
3910
3911 2020-01-13 Andrew Burgess <andrew.burgess@embecosm.com>
3912
3913 * lib/tuiterm.exp (Term::_check_box): Check some parts of the top
3914 border.
3915
3916 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3917
3918 * gdb.multi/multi-target.exp (setup): Factor out "info
3919 connections" and "info inferiors" tests to ...
3920 (test_info_inferiors): ... this new procedure.
3921 (top level): Run new "info-inferiors" tests.
3922
3923 2020-01-10 Pedro Alves <palves@redhat.com>
3924
3925 * gdb.server/bkpt-other-inferior.exp: New file.
3926
3927 2020-01-10 Pedro Alves <palves@redhat.com>
3928
3929 * gdb.base/kill-detach-inferiors-cmd.exp: Adjust expected output
3930 of "add-inferior".
3931 * gdb.base/quit-live.exp: Likewise.
3932 * gdb.base/remote-exec-file.exp: Likewise.
3933 * gdb.guile/scm-progspace.exp: Likewise.
3934 * gdb.linespec/linespec.exp: Likewise.
3935 * gdb.mi/new-ui-mi-sync.exp: Likewise.
3936 * gdb.mi/user-selected-context-sync.exp: Likewise.
3937 * gdb.multi/multi-target.exp (setup): Add "info connection" and
3938 "info inferiors" tests.
3939 * gdb.multi/remove-inferiors.exp: Adjust expected output of
3940 "add-inferior".
3941 * gdb.multi/watchpoint-multi.exp: Likewise.
3942 * gdb.python/py-inferior.exp: Likewise.
3943 * gdb.server/extended-remote-restart.exp: Likewise.
3944 * gdb.threads/fork-plus-threads.exp: Adjust expected output of
3945 "info inferiors".
3946 * gdb.threads/forking-threads-plus-breakpoint.exp: Likewise.
3947 * gdb.trace/report.exp: Likewise.
3948
3949 2020-01-10 Pedro Alves <palves@redhat.com>
3950
3951 * gdb.multi/multi-target.c: New file.
3952 * gdb.multi/multi-target.exp: New file.
3953 * lib/gdbserver-support.exp (gdb_target_cmd): Handle "Non-stop
3954 mode requested, but remote does not support non-stop".
3955
3956 2020-01-10 Pedro Alves <palves@redhat.com>
3957
3958 * gdb.server/extended-remote-restart.exp (test_reload): Explicitly
3959 disconnect before reconnecting.
3960
3961 2020-01-10 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
3962 Pedro Alves <palves@redhat.com>
3963
3964 * gdb.server/connect-without-multi-process.exp: Also test
3965 continuing to end.
3966
3967 2020-01-10 Pedro Alves <palves@redhat.com>
3968
3969 * gdb.base/remote-exec-file.exp: New file.
3970
3971 2020-01-10 Pedro Alves <palves@redhat.com>
3972
3973 * gdb.base/fork-running-state.exp (do_test): Adjust expected
3974 output.
3975 * gdb.threads/async.c: New.
3976 * gdb.threads/async.exp: New.
3977 * gdb.multi/tids-gid-reset.c: New.
3978 * gdb.multi/tids-gid-reset.exp: New.
3979
3980 2020-01-10 George Barrett <bob@bob131.so>
3981
3982 * gdb.base/stap-probe.c (relocation_marker): Add dummy variable
3983 to help in finding the image relocation offset.
3984 * gdb.base/stap-probe.exp (stap_test): Accept arbitrary compile
3985 options in arguments.
3986 (stap_test_no_debuginfo): Likewise.
3987 (stap-probe-nosem-noopt-pie, stap-probe-nosem-noopt-nopie): Add
3988 test variants.
3989 (stap_test): Add null semaphore relocation test.
3990
3991 2020-01-10 George Barrett <bob@bob131.so>
3992
3993 * gdb.base/stap-probe.c: Rename USE_PROBES to USE_SEMAPHORES.
3994 * gdb.base/stap-probe.exp: Likewise.
3995 (stap_test): Pass argument as an additional flag.
3996 (stap_test_no_debuginfo): Likewise.
3997 (stap_test): Check `info probes stap' output for semaphore
3998 addresses if the test binary is supposed to have them.
3999
4000 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4001
4002 * gdb.tui/basic.exp: Add more scrolling tests.
4003
4004 2020-01-09 Tom Tromey <tom@tromey.com>
4005
4006 PR tui/18932:
4007 * lib/tuiterm.exp (Term::wait_for): Rename from _accept. Return a
4008 meangingful value.
4009 (Term::command, Term::resize): Update.
4010 * gdb.tui/basic.exp: Add scrolling test.
4011
4012 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4013
4014 * gdb.tui/tui-layout-asm.exp: New file.
4015
4016 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4017
4018 * lib/tuiterm.exp (Term::check_box_contents): New proc.
4019
4020 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4021
4022 * lib/tuiterm.exp (Term::prepare_for_tui): New proc.
4023 (Term::enter_tui): Use Term::prepare_for_tui.
4024
4025 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4026
4027 * lib/tuiterm.exp (Term::dump_screen): Always dump the screen when
4028 called.
4029
4030 2020-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
4031
4032 * gdb.base/skip.exp: Fix race condition in test.
4033
4034 2020-01-06 Andrew Burgess <andrew.burgess@embecosm.com>
4035
4036 * gdb.base/backtrace.c: New file.
4037 * gdb.base/backtrace.exp: New file.
4038
4039 2020-01-05 Andrew Burgess <andrew.burgess@embecosm.com>
4040
4041 * gdb.tui/list.exp: Test 'focus next' after 'list main'.
4042
4043 2020-01-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4044
4045 * gdb.base/style.exp: Test that warnings are styled.
4046
4047 2019-12-29 Bernd Edlinger <bernd.edlinger@hotmail.de>
4048
4049 * gdb.base/line65535.exp: New file.
4050 * gdb.base/line65535.c: New file.
4051
4052 2019-12-27 Simon Marchi <simon.marchi@polymtl.ca>
4053
4054 * lib/ada.exp (gnat_runtime_has_debug_info): New proc.
4055 * lib/gnat_debug_info_test.adb: New file.
4056 * gdb.ada/ptype_tagged_param.exp: Use
4057 gnat_runtime_has_debug_info, expect a different output if
4058 runtime does not have debug info.
4059
4060 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
4061
4062 * lib/sym-info-cmds.exp (GDBInfoSymbols::check_no_entry): Add
4063 (another) quote in test name.
4064
4065 2019-12-20 Simon Marchi <simon.marchi@efficios.com>
4066
4067 * lib/sym-info-cmds.exp (GDBInfoModuleSymbols::check_no_entry):
4068 Add quote in test name.
4069
4070 2019-12-20 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4071
4072 * gdb.cp/pass-by-ref.cc: Delete. Generated in the output
4073 directory instead.
4074 * gdb.cp/pass-by-ref.exp: Extend with more cases.
4075 * gdb.cp/pass-by-ref-2.cc: New file.
4076 * gdb.cp/pass-by-ref-2.exp: New file.
4077
4078 2019-12-20 Tom Tromey <tom@tromey.com>
4079
4080 * gdb.tui/list-before.exp: New file.
4081
4082 2019-12-20 Tom Tromey <tom@tromey.com>
4083
4084 * gdb.tui/list.exp: Check for source on initial listing.
4085
4086 2019-12-11 Tom Tromey <tromey@adacore.com>
4087
4088 * gdb.xml/tdesc-arch.exp (set_arch): Add "trans_mode" parameter.
4089 Add crlf test.
4090
4091 2019-12-18 Simon Marchi <simon.marchi@efficios.com>
4092
4093 * gdb.base/default.exp: Update value of $_gdb_major.
4094
4095 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
4096
4097 * gdb.base/skip.exp: Fix test failure observed with gcc-9.2.0.
4098
4099 2019-12-17 Bernd Edlinger <bernd.edlinger@hotmail.de>
4100
4101 * gdb.base/skip.exp: Whitespace fix.
4102
4103 2019-12-16 Bernd Edlinger <bernd.edlinger@hotmail.de>
4104
4105 * gdb.base/skip-inline.c: New file.
4106 * gdb.base/skip-inline.exp: New file.
4107
4108 2019-12-16 Simon Marchi <simon.marchi@polymtl.ca>
4109
4110 * gdb.base/jit-reader.exp (jit_reader_test): Rename
4111 jit_function_00 to jit_function_stack_mangle.
4112 * gdb.base/jithost.c (jit_function_t): Rename to...
4113 (jit_function_stack_mangle_t): ... this.
4114 (jit_function_add_t): New typedef.
4115 (jit_function_00_code): Rename to...
4116 (jit_function_stack_mangle_code): ... this, make static.
4117 (jit_function_add_code): New.
4118 (main): Generate "add" function and call it. Adjust to changes
4119 in jithost_abi.
4120 * gdb.base/jithost.h (struct jithost_abi_bounds): New.
4121 (struct jithost_abi) <begin, end>: Remove fields.
4122 <object, function_stack_mangle, function_add>: New fields.
4123 * gdb.base/jitreader.c (struct reader_state) <code_begin,
4124 code_end>: Remove fields.
4125 <func_stack_mangle>: New field.
4126 (read_debug_info): Adjust to renaming, create block for "add"
4127 function.
4128 (read_sp, unwind_frame, get_frame_id): Adjust to other changes.
4129
4130 2019-12-11 Tom Tromey <tom@tromey.com>
4131
4132 * gdb.tui/resize.exp: Fix regexp.
4133 * gdb.tui/regs.exp: Fix regexps.
4134 * gdb.tui/main.exp: Fix regexp.
4135
4136 2019-12-11 Tom Tromey <tom@tromey.com>
4137
4138 * gdb.tui/resize.exp: Update.
4139 * gdb.tui/empty.exp (layouts): Update.
4140
4141 2019-12-11 Tom Tromey <tom@tromey.com>
4142
4143 * gdb.tui/regs.exp: Update.
4144 * gdb.tui/empty.exp (layouts): Update.
4145 * gdb.tui/basic.exp: Update.
4146 * lib/tuiterm.exp (_check_box): Don't check bottom border.
4147
4148 2019-12-11 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4149
4150 * gdb.base/options.exp: Add -raw-values in the print completion list.
4151 * gdb.python/py-prettyprint.exp: Add tests for -raw-values.
4152
4153 2019-12-10 Kevin Buettner <kevinb@redhat.com>
4154
4155 * gdb.threads/omp-par-scope.c: New file.
4156 * gdb/threads/omp-par-scope.exp: New file.
4157
4158 2019-12-10 Kevin Buettner <kevinb@redhat.com>
4159
4160 * lib/gdb.exp (support_nested_function_tests): New proc.
4161
4162 2019-12-10 Kevin Buettner <kevinb@redhat.com>
4163
4164 * lib/gdb.exp (gdb_compile_openmp): New proc.
4165 (build_executable_from_specs): Add an "openmp" option.
4166 (gdb_compile_pthreads): Add non-executable case.
4167
4168 2019-12-10 Tom Tromey <tromey@adacore.com>
4169
4170 * gdb.ada/unchecked_union.exp: New file.
4171 * gdb.ada/unchecked_union/pck.adb: New file.
4172 * gdb.ada/unchecked_union/pck.ads: New file.
4173 * gdb.ada/unchecked_union/unchecked_union.adb: New file.
4174 * gdb-utils.exp (string_to_regexp): Also quote "?".
4175
4176 2019-12-10 George Barrett <bob@bob131.so>
4177
4178 Test scripted probe breakpoints.
4179 * gdb.guile/scm-breakpoint.c (main): Add probe point.
4180 * gdb.python/py-breakpoint.c (main): Likewise.
4181 * gdb.guile/scm-breakpoint.exp (test_bkpt_probe): Add probe
4182 specifier test.
4183 * gdb.python/py-breakpoint.exp (test_bkpt_probe): Likewise.
4184
4185 2019-12-09 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4186
4187 * gdb.cp/rvalue-ref-overload.cc (g): New function that takes
4188 an rvalue parameter.
4189 * gdb.cp/rvalue-ref-overload.exp: Test calling it with an lvalue
4190 parameter.
4191
4192 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
4193
4194 * gdb.mi/mi-fortran-modules.exp: Add patterns to skip system
4195 modules.
4196
4197 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
4198
4199 * gdb.fortran/derived-type-striding.exp: KFAIL if we are using a
4200 broken version of GCC.
4201
4202 2019-12-09 Andrew Burgess <andrew.burgess@embecosm.com>
4203
4204 * gdb.fortran/info-modules.exp: Rewrite to make use of new
4205 sym-info-cmds library.
4206 * gdb.fortran/info-types.exp: Likewise.
4207 * lib/sym-info-cmds.exp: New file.
4208
4209 2019-12-08 Tom de Vries <tdevries@suse.de>
4210
4211 * gdb.dwarf2/imported-unit.exp: Fix inter-CU references.
4212
4213 2019-12-07 Keith Seitz <keiths@redhat.com>
4214
4215 * gdb.base/corefile-buildid-shlib-shr.c: New file.
4216 * gdb.base/corefile-buildid-shlib.c: New file.
4217 * gdb.base/corefile-buildid.c: New file.
4218 * gdb.base/corefile-buildid.exp: New file.
4219
4220 2019-12-06 Tom de Vries <tdevries@suse.de>
4221
4222 * gdb.dwarf2/varval.exp: Add decl before def test.
4223
4224 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4225
4226 * gdb.cp/rvalue-ref-overload.exp: Minor cleanup.
4227
4228 2019-12-06 Tankut Baris Aktemur <tankut.baris.aktemur@intel.com>
4229
4230 * gdb.cp/rvalue-ref-overload.cc: Add a case that involves both
4231 CV and reference conversion for overload resolution.
4232 * gdb.cp/rvalue-ref-overload.exp: Test it.
4233
4234 2019-12-06 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4235
4236 * gdb.threads/pthreads.exp: Test taas and tfaas without command.
4237 * gdb.base/frameapply.exp: Test faas without command.
4238
4239 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
4240
4241 * lib/gdb.exp (gdb_compile): Add -J compiler option when building
4242 Fortran tests.
4243 * gdb.mi/mi-fortran-modules.exp: Compile source files in correct
4244 order.
4245
4246 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
4247
4248 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Handle
4249 casting to type with no kind specified.
4250 (test_basic_parsing_of_type_kinds): Additional tests for types
4251 with no kind specified, and add tests for single/double
4252 precision/complex types.
4253
4254 2019-12-04 Tom Tromey <tromey@adacore.com>
4255
4256 * gdb.base/endianity.c (struct other) <x>: New field.
4257 (main): Initialize it.
4258 * gdb.base/endianity.exp: Update.
4259
4260 2019-12-04 Tom Tromey <tromey@adacore.com>
4261
4262 * gdb.ada/scalar_storage/storage.adb: New file.
4263 * gdb.ada/scalar_storage/pck.adb: New file.
4264 * gdb.ada/scalar_storage/pck.ads: New file.
4265 * gdb.ada/scalar_storage.exp: New file.
4266
4267 2019-12-04 Tom Tromey <tromey@adacore.com>
4268
4269 * gdb.base/endianity.c (struct otherendian) <f>: New field.
4270 (main): Initialize it.
4271 * gdb.base/endianity.exp: Update.
4272
4273 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
4274
4275 * gdb.mi/mi-sym-info.exp: Add tests for -max-results parameter.
4276
4277 2019-12-04 Andrew Burgess <andrew.burgess@embecosm.com>
4278
4279 * gdb.mi/mi-fortran-modules.exp: Add additional tests for
4280 -symbol-info-module-functions and -symbol-info-module-variables.
4281
4282 2019-12-01 Andrew Burgess <andrew.burgess@embecosm.com>
4283
4284 * gdb.fortran/array-slices.exp: Add test for dynamic strings.
4285
4286 2019-12-01 Richard Bunt <richard.bunt@arm.com>
4287 Andrew Burgess <andrew.burgess@embecosm.com>
4288
4289 * gdb.fortran/derived-type-striding.exp: New file.
4290 * gdb.fortran/derived-type-striding.f90: New file.
4291 * gdb.fortran/array-slices.exp: New file.
4292 * gdb.fortran/array-slices.f90: New file.
4293
4294 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4295
4296 * gdb.base/define.exp: Test . in command names.
4297 * gdb.base/setshow.exp: Update test, as . is now part of
4298 command name.
4299
4300 2019-11-30 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4301
4302 * gdb.base/define-prefix.exp: New file.
4303
4304 2019-11-28 Andrew Burgess <andrew.burgess@embecosm.com>
4305
4306 * lib/gdb.exp (skip_btrace_tests): Return 1 if the test fails to
4307 compile.
4308 (skip_btrace_pt_tests): Likewise.
4309
4310 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
4311
4312 * gdb.fortran/info-modules.exp: Compile source files in correct
4313 order.
4314
4315 2019-11-27 Kevin Buettner <kevinb@redhat.com>
4316
4317 * gdb.dwarf2/imported-unit.exp: New file.
4318 * gdb.dwarf2/imported-unit.c: New file.
4319
4320 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
4321
4322 * gdb.mi/mi-fortran-modules-2.f90: New file.
4323 * gdb.mi/mi-fortran-modules.exp: New file.
4324 * gdb.mi/mi-fortran-modules.f90: New file.
4325
4326 2019-11-27 Andrew Burgess <andrew.burgess@embecosm.com>
4327
4328 * gdb.mi/mi-sym-info-1.c: New file.
4329 * gdb.mi/mi-sym-info-2.c: New file.
4330 * gdb.mi/mi-sym-info.exp: New file.
4331
4332 2019-11-22 Tom Tromey <tromey@adacore.com>
4333
4334 * gdb.ada/tasks.exp: Add -ada-task-info regression test.
4335 * gdb.ada/tasks/foo.adb: Add another stopping location.
4336
4337 2019-11-21 Peeter Joot <peeter.joot@lzlabs.com>
4338
4339 * gdb.base/endianity.c: New test.
4340 * gdb.base/endianity.exp: New file.
4341
4342 2019-11-21 Lukas Durfina <ldurfina@tachyum.com>
4343
4344 * gdb.arch/amd64-eval.exp: Skip test if target is not x86-64.
4345
4346 2019-11-21 Tom de Vries <tdevries@suse.de>
4347
4348 PR gdb/24956
4349 * gdb.base/ui-redirect.exp: Test output of user-defined command.
4350
4351 2019-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
4352
4353 * gdb.python/py-progspace.exp: Add missing parentheses on some
4354 'print' commands.
4355
4356 2019-11-19 Tom Tromey <tom@tromey.com>
4357
4358 * gdb.tui/winheight.exp: New file.
4359
4360 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
4361
4362 * gdb.base/ctf-whatis.c: Delete.
4363 * gdb.base/ctf-whatis.exp: Delete.
4364 * gdb.base/whatis.exp: Rewrite to compile as both dwarf and ctf.
4365
4366 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
4367
4368 * gdb.base/ctf-cvexpr.exp: Delete.
4369 * gdb.base/cvexpr.exp: Rewrite to compile as both dwarf and ctf.
4370
4371 2019-11-19 Andrew Burgess <andrew.burgess@embecosm.com>
4372
4373 * gdb.base/ctf-constvars.exp: Skip test if CTF is not supported in
4374 the compiler. Clean up header comment a little.
4375 * gdb.base/ctf-ptype.exp: Likewise.
4376 * gdb.base/ctf-whatis.exp: Likewise.
4377 * lib/gdb.exp (skip_ctf_tests): New proc.
4378
4379 2019-11-18 Sergio Durigan Junior <sergiodj@redhat.com>
4380
4381 https://bugzilla.redhat.com/show_bug.cgi?id=1765117
4382 * gdb.tui/corefile-run.exp: New file.
4383
4384 2019-11-14 Tom Tromey <tromey@adacore.com>
4385
4386 * gdb.base/gdbvars.exp (test_convenience_variables): Add
4387 regression tests.
4388
4389 2019-11-12 Tom Tromey <tom@tromey.com>
4390
4391 * lib/tuiterm.exp (_accept): Add wait_for parameter. Check output
4392 after any command. Expect prompt after WAIT_FOR is seen.
4393 (enter_tui): Enable resize messages.
4394 (command): Expect command in output.
4395 (get_line): Avoid error when cursor appears to be off-screen.
4396 (dump_screen): Include screen size in title.
4397 (_do_resize): New proc, from "resize".
4398 (resize): Rewrite. Do resize in two steps.
4399 * gdb.tui/empty.exp (layouts): Fix entries.
4400 (check_boxes): Remove xfail.
4401 (check_text): Dump screen on failure.
4402
4403 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
4404
4405 * gdb.python/py-symbol.exp: Add test for
4406 gdb.lookup_static_symbols.
4407
4408 2019-11-10 Andrew Burgess <andrew.burgess@embecosm.com>
4409
4410 * gdb.python/py-symbol.c: Declare and call function from new
4411 py-symbol-2.c file.
4412 * gdb.python/py-symbol.exp: Compile both source files, and add new
4413 tests for gdb.lookup_static_symbol.
4414 * gdb.python/py-symbol-2.c: New file.
4415
4416 2019-11-02 Tom de Vries <tdevries@suse.de>
4417
4418 * gdb.base/advance.exp: Drop superfluous 3rd argument to gdb_test.
4419 * gdb.base/anon.exp: Same.
4420 * gdb.base/auto-connect-native-target.exp: Same.
4421 * gdb.base/call-ar-st.exp: Same.
4422 * gdb.base/catch-syscall.exp: Same.
4423 * gdb.base/commands.exp: Same.
4424 * gdb.base/default.exp: Same.
4425 * gdb.base/display.exp: Same.
4426 * gdb.base/float.exp: Same.
4427 * gdb.base/foll-fork.exp: Same.
4428 * gdb.base/help.exp: Same.
4429 * gdb.base/info-macros.exp: Same.
4430 * gdb.base/info-proc.exp: Same.
4431 * gdb.base/info-target.exp: Same.
4432 * gdb.base/long_long.exp: Same.
4433 * gdb.base/macscp.exp: Same.
4434 * gdb.base/memattr.exp: Same.
4435 * gdb.base/nofield.exp: Same.
4436 * gdb.base/pointers.exp: Same.
4437 * gdb.base/printcmds.exp: Same.
4438 * gdb.base/ptype.exp: Same.
4439 * gdb.base/restore.exp: Same.
4440 * gdb.base/return.exp: Same.
4441 * gdb.base/scope.exp: Same.
4442 * gdb.base/set-noassign.exp: Same.
4443 * gdb.base/setshow.exp: Same.
4444 * gdb.base/shlib-call.exp: Same.
4445 * gdb.base/signals.exp: Same.
4446 * gdb.base/sigstep.exp: Same.
4447 * gdb.base/skip.exp: Same.
4448 * gdb.base/solib-symbol.exp: Same.
4449 * gdb.base/stap-probe.exp: Same.
4450 * gdb.base/step-line.exp: Same.
4451 * gdb.base/step-test.exp: Same.
4452 * gdb.base/style.exp: Same.
4453 * gdb.base/varargs.exp: Same.
4454 * gdb.base/vla-datatypes.exp: Same.
4455 * gdb.base/vla-ptr.exp: Same.
4456 * gdb.base/vla-sideeffect.exp: Same.
4457 * gdb.base/volatile.exp: Same.
4458 * gdb.base/watch-cond-infcall.exp: Same.
4459 * gdb.base/watchpoint.exp: Same.
4460
4461 2019-11-02 Tom de Vries <tdevries@suse.de>
4462
4463 * gdb.cp/anon-union.exp: Drop superfluous 3rd argument to gdb_test.
4464 * gdb.cp/cpexprs.exp: Same.
4465 * gdb.cp/except-multi-location.exp: Same.
4466 * gdb.cp/exceptprint.exp: Same.
4467 * gdb.cp/gdb2384.exp: Same.
4468 * gdb.cp/inherit.exp: Same.
4469 * gdb.cp/m-static.exp: Same.
4470 * gdb.cp/meth-typedefs.exp: Same.
4471 * gdb.cp/misc.exp: Same.
4472 * gdb.cp/namespace.exp: Same.
4473 * gdb.cp/non-trivial-retval.exp: Same.
4474 * gdb.cp/overload.exp: Same.
4475 * gdb.cp/pr17132.exp: Same.
4476 * gdb.cp/re-set-overloaded.exp: Same.
4477 * gdb.cp/rvalue-ref-types.exp: Same.
4478 * gdb.cp/templates.exp: Same.
4479
4480 2019-11-01 Luis Machado <luis.machado@linaro.org>
4481
4482 PR gdb/25124
4483
4484 * gdb.arch/pr25124.S: New file.
4485 * gdb.arch/pr25124.exp: New file.
4486
4487 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4488
4489 * gdb.fortran/info-modules.exp: Update expected results, and add
4490 additional tests for 'info module functinos', and 'info module
4491 variables'.
4492 * gdb.fortran/info-types.exp: Update expected results.
4493 * gdb.fortran/info-types.f90: Extend testcase with additional
4494 module variables and functions.
4495
4496 2019-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
4497
4498 * gdb.fortran/info-modules.exp: New file.
4499 * gdb.fortran/info-types.exp: Build with new file.
4500 * gdb.fortran/info-types.f90: Include and use new module.
4501 * gdb.fortran/info-types-2.f90: New file.
4502
4503 2019-10-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4504
4505 * gdb.base/setshow.exp: Test $_gdb_setting and $_gdb_setting_str.
4506 * gdb.base/settings.exp: Test all settings types using
4507 $_gdb_maint_setting and $_gdb_maint_setting_str in proc_show_setting,
4508 that now verifies that the value of "maint show" is the same as
4509 returned by the settings functions. Test the type of the
4510 maintenance settings.
4511 * gdb.base/default.exp: Update show_conv_list.
4512
4513 2019-10-31 Tom de Vries <tdevries@suse.de>
4514
4515 * gdb.arch/amd64-disp-step-avx.exp: Drop superfluous 3rd argument to
4516 gdb_test.
4517 * gdb.arch/amd64-disp-step.exp: Same.
4518 * gdb.asm/asm-source.exp: Same.
4519 * gdb.btrace/buffer-size.exp: Same.
4520 * gdb.btrace/cpu.exp: Same.
4521 * gdb.btrace/enable.exp: Same.
4522 * gdb.dwarf2/count.exp: Same.
4523 * gdb.dwarf2/dw2-ranges-func.exp: Same.
4524 * gdb.dwarf2/dw2-ranges-psym.exp: Same.
4525 * gdb.fortran/vla-datatypes.exp: Same.
4526 * gdb.fortran/vla-history.exp: Same.
4527 * gdb.fortran/vla-ptype.exp: Same.
4528 * gdb.fortran/vla-value.exp: Same.
4529 * gdb.fortran/whatis_type.exp: Same.
4530 * gdb.guile/guile.exp: Same.
4531 * gdb.multi/tids.exp: Same.
4532 * gdb.python/py-finish-breakpoint.exp: Same.
4533 * gdb.python/py-framefilter.exp: Same.
4534 * gdb.python/py-pp-registration.exp: Same.
4535 * gdb.python/py-xmethods.exp: Same.
4536 * gdb.python/python.exp: Same.
4537 * gdb.server/connect-with-no-symbol-file.exp: Same.
4538 * gdb.server/no-thread-db.exp: Same.
4539 * gdb.server/run-without-local-binary.exp: Same.
4540 * gdb.stabs/weird.exp: Same.
4541 * gdb.threads/attach-many-short-lived-threads.exp: Same.
4542 * gdb.threads/thread-find.exp: Same.
4543 * gdb.threads/tls-shared.exp: Same.
4544 * gdb.threads/tls.exp: Same.
4545 * gdb.threads/wp-replication.exp: Same.
4546 * gdb.trace/ax.exp: Same.
4547 * lib/gdb.exp (gdb_test_exact, help_test_raw): Same.
4548
4549 2019-10-31 Tom de Vries <tdevries@suse.de>
4550
4551 * gdb.ada/array_bounds.exp: Drop superfluous 3rd argument to gdb_test.
4552 * gdb.ada/array_subscript_addr.exp: Same.
4553 * gdb.ada/arrayidx.exp: Same.
4554 * gdb.ada/arrayparam.exp: Same.
4555 * gdb.ada/arrayptr.exp: Same.
4556 * gdb.ada/boolean_expr.exp: Same.
4557 * gdb.ada/call_pn.exp: Same.
4558 * gdb.ada/complete.exp: Same.
4559 * gdb.ada/fixed_cmp.exp: Same.
4560 * gdb.ada/fun_addr.exp: Same.
4561 * gdb.ada/funcall_param.exp: Same.
4562 * gdb.ada/interface.exp: Same.
4563 * gdb.ada/mod_from_name.exp: Same.
4564 * gdb.ada/null_array.exp: Same.
4565 * gdb.ada/packed_array.exp: Same.
4566 * gdb.ada/packed_tagged.exp: Same.
4567 * gdb.ada/print_chars.exp: Same.
4568 * gdb.ada/print_pc.exp: Same.
4569 * gdb.ada/ptype_arith_binop.exp: Same.
4570 * gdb.ada/ptype_field.exp: Same.
4571 * gdb.ada/ptype_tagged_param.exp: Same.
4572 * gdb.ada/rec_return.exp: Same.
4573 * gdb.ada/ref_tick_size.exp: Same.
4574 * gdb.ada/str_ref_cmp.exp: Same.
4575 * gdb.ada/taft_type.exp: Same.
4576 * gdb.ada/tagged.exp: Same.
4577 * gdb.ada/type_coercion.exp: Same.
4578 * gdb.ada/uninitialized_vars.exp: Same.
4579
4580 2019-10-30 Tom de Vries <tdevries@suse.de>
4581
4582 * lib/gdb.exp (gdb_test_multiple): Handle -early pattern flag.
4583
4584 2019-10-26 Tom de Vries <tdevries@suse.de>
4585
4586 * gdb.base/bigcore.c: Fix typos in comments.
4587 * gdb.base/ctf-ptype.c: Same.
4588 * gdb.base/long_long.c: Same.
4589 * gdb.dwarf2/dw2-op-out-param.S: Same.
4590 * gdb.python/py-evthreads.c: Same.
4591 * gdb.reverse/i387-stack-reverse.c: Same.
4592 * gdb.trace/tfile.c: Same.
4593 * lib/compiler.c: Same.
4594 * lib/compiler.cc: Same.
4595
4596 2019-10-25 Tom de Vries <tdevries@suse.de>
4597
4598 * gdb.reverse/sigall-precsave.exp: Use -wrap and $gdb_test_name in
4599 gdb_test_multiple calls.
4600 * gdb.reverse/sigall-reverse.exp: Same.
4601 * gdb.reverse/solib-precsave.exp: Same.
4602 * gdb.reverse/solib-reverse.exp: Same.
4603 * gdb.reverse/until-precsave.exp: Same.
4604 * gdb.reverse/until-reverse.exp: Same.
4605
4606 2019-10-24 Tom de Vries <tdevries@suse.de>
4607
4608 * lib/gdb.exp (gdb_test_multiple): Add -wrap pattern flag.
4609 * gdb.reverse/step-precsave.exp: Rewrite gdb_test_multiple containing
4610 kfail using -wrap pattern flag and convenience variable
4611 gdb_test_name.
4612
4613 2019-10-24 Andrew Burgess <andrew.burgess@embecosm.com>
4614
4615 * gdb.python/py-progspace.exp: Add tests for the
4616 Progspace.block_for_pc method.
4617
4618 2019-10-23 Tom Tromey <tom@tromey.com>
4619
4620 * configure: Rebuild.
4621 * aclocal.m4: Use m4_include, not sinclude.
4622
4623 2019-10-21 Tom de Vries <tdevries@suse.de>
4624
4625 * gdb.base/infcall-nested-structs.c: Add
4626 __attribute__((noinline,noclone)) to all functions.
4627 (call_all): Add missing variable initialization. Simplify return value.
4628 (breakpt): Increment volatile variable, to prevent call from being
4629 optimized out.
4630 * gdb.base/infcall-nested-structs.exp: Compile with -O2.
4631
4632 2019-10-17 Tom de Vries <tdevries@suse.de>
4633
4634 * gdb.fortran/module.exp: Allow info variables to print info for files
4635 other than module.f90.
4636
4637 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4638
4639 * gdb.fortran/module.exp: Extend with 'info variables' test.
4640
4641 2019-10-16 Andrew Burgess <andrew.burgess@embecosm.com>
4642
4643 * boards/cc-with-tweaks.exp: Setup F90_FOR_TARGET and
4644 F77_FOR_TARGET.
4645
4646 2019-10-16 Tom de Vries <tdevries@suse.de>
4647
4648 PR tdep/25096
4649 * gdb.base/infcall-nested-structs.exp: Remove PR25096 KFAILs.
4650
4651 2019-10-16 Tom de Vries <tdevries@suse.de>
4652
4653 PR tdep/24104
4654 * gdb.base/infcall-nested-structs.exp: Remove XFAIL for PR tdep/24104.
4655 Add KFAIL for PR tdep/25096.
4656
4657 2019-10-16 Tom de Vries <tdevries@suse.de>
4658
4659 PR testsuite/25059
4660 * gdb.cp/local-static.exp (do_test): Add xfails for gcc PR debug/55541.
4661
4662 2019-10-16 Tom de Vries <tdevries@suse.de>
4663
4664 * gdb.base/jit-reader.exp: Allow non-pointer registers to be printed
4665 as signed.
4666
4667 2019-10-14 Simon Marchi <simon.marchi@polymtl.ca>
4668
4669 * gdb.mi/list-thread-groups-available.exp: Read entries one by
4670 one instead of increasing timeout.
4671
4672 2019-10-13 Tom de Vries <tdevries@suse.de>
4673
4674 PR record/25038
4675 * gdb.reverse/sigall-precsave.exp: Add PR record/25038 KFAIL.
4676 * gdb.reverse/sigall-reverse.exp: Same.
4677 * gdb.reverse/solib-precsave.exp: Same.
4678 * gdb.reverse/solib-reverse.exp: Same.
4679 * gdb.reverse/step-precsave.exp: Same.
4680 * gdb.reverse/until-precsave.exp: Same.
4681 * gdb.reverse/until-reverse.exp: Same.
4682 * lib/gdb.exp (gdb_continue_to_breakpoint): Same.
4683
4684 2019-10-10 Andreas Arnez <arnez@linux.ibm.com>
4685
4686 * gdb.base/infcall-nested-structs.c (cmp_struct_02_01)
4687 (cmp_struct_02_02, cmp_struct_04_01, cmp_struct_04_02)
4688 (cmp_struct_05_01, cmp_struct_static_02_01)
4689 (cmp_struct_static_04_01, cmp_struct_static_06_01): Fix redundant
4690 comparisons.
4691
4692 2019-10-10 Tom de Vries <tdevries@suse.de>
4693
4694 PR testsuite/24888
4695 * lib/ada.exp (target_compile_ada_from_dir): Route -pie/-no-pie to
4696 gnatlink.
4697
4698 2019-10-09 Tom de Vries <tdevries@suse.de>
4699
4700 PR testsuite/25048
4701 * gdb.rust/simple.exp: Add xfails for incorrect DWARF.
4702
4703 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4704
4705 * gdb.ada/catch_ex_std.exp: Handle being unabled to catch Ada
4706 exceptions due to missing debug information.
4707
4708 2019-10-07 Tom de Vries <tdevries@suse.de>
4709
4710 * gdb.base/default.exp: Expect _gdb_major/_gdb_minor to be 9.1.
4711
4712 2019-10-07 Andrew Burgess <andrew.burgess@embecosm.com>
4713
4714 * lib/gdb.exp (gdb_test_multiple): Add gdb_test_name mechanism.
4715 * gdb.base/annota1.exp: Update to use gdb_test_name.
4716
4717 2019-10-07 Weimin Pan <weimin.pan@oracle.com>
4718
4719 * gdb.base/ctf-whatis.exp: New file.
4720 * gdb.base/ctf-whatis.c: New file.
4721 * gdb.base/ctf-ptype.exp: New file.
4722 * gdb.base/ctf-ptype.c: New file.
4723 * gdb.base/ctf-constvars.exp: New file.
4724 * gdb.base/ctf-constvars.c: New file.
4725 * gdb.base/ctf-cvexpr.exp: New file.
4726
4727 2019-10-04 Tom de Vries <tdevries@suse.de>
4728
4729 * gdb.cp/local-static.c (main): Move declaration of int i out of the
4730 for loop.
4731
4732 2019-10-03 Tom Tromey <tom@tromey.com>
4733
4734 PR rust/24976:
4735 * gdb.rust/simple.rs (Union2): New type.
4736 (main): Use Union2.
4737 * gdb.rust/simple.exp: Add test.
4738
4739 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4740
4741 * gdb.fortran/nested-funcs-2.exp: Run tests with and without the
4742 nested function prefix.
4743
4744 2019-10-03 Bernhard Heckel <bernhard.heckel@intel.com>
4745 Richard Bunt <richard.bunt@arm.com>
4746 Andrew Burgess <andrew.burgess@embecosm.com>
4747
4748 * gdb.fortran/nested-funcs.exp: Tests for placing breakpoints on
4749 nested functions.
4750 * gdb.fortran/nested-funcs.f90: Update expected results.
4751 * gdb.fortran/nested-funcs-2.exp: New file.
4752 * gdb.fortran/nested-funcs-2.f90: New file.
4753
4754 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4755
4756 * gdb.python/py-parameter.exp: Make test names unique.
4757 * gdb.python/py-template.exp: Likewise.
4758 * gdb.python/py-value.exp: Likewise.
4759
4760 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4761
4762 * gdb.base/break-interp.exp: Reduce test name duplication.
4763 * gdb.base/call-sc.exp: Likewise.
4764 * gdb.base/callfuncs.exp: Likewise.
4765 * gdb.base/charset.exp: Likewise.
4766 * gdb.base/dump.exp: Likewise.
4767 * gdb.base/ena-dis-br.exp: Likewise.
4768 * gdb.base/relational.exp: Likewise.
4769 * gdb.base/step-over-syscall.exp: Likewise.
4770 * gdb.base/structs.exp: Likewise.
4771
4772 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4773
4774 * gdb.linespec/explicit.exp: Make test names unique.
4775 * gdb.linespec/ls-errs.exp: Likewise.
4776
4777 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4778
4779 * gdb.reverse/break-precsave.exp: Make test names unique.
4780 * gdb.reverse/break-reverse.exp: Likewise.
4781 * gdb.reverse/finish-precsave.exp: Likewise.
4782 * gdb.reverse/finish-reverse.exp: Likewise.
4783 * gdb.reverse/machinestate-precsave.exp: Likewise.
4784 * gdb.reverse/machinestate.exp: Likewise.
4785 * gdb.reverse/readv-reverse.exp: Likewise.
4786 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4787 * gdb.reverse/sigall-precsave.exp: Likewise.
4788 * gdb.reverse/sigall-reverse.exp: Likewise.
4789 * gdb.reverse/step-indirect-call-thunk.exp: Likewise.
4790 * gdb.reverse/watch-precsave.exp: Likewise.
4791 * gdb.reverse/watch-reverse.exp: Likewise.
4792
4793 2019-10-03 Andrew Burgess <andrew.burgess@embecosm.com>
4794
4795 * gdb.threads/stop-with-handle.c: New file.
4796 * gdb.threads/stop-with-handle.exp: New file.
4797
4798 2019-10-03 Tom de Vries <tdevries@suse.de>
4799
4800 PR testsuite/25059
4801 * gdb.base/list-missing-source.exp: Allowing the "Compilation
4802 directory" line to be missing.
4803
4804 2019-10-03 Tom de Vries <tdevries@suse.de>
4805
4806 PR testsuite/25059
4807 * gdb.base/info-types.exp: Make the presence of the 'unsigned int'
4808 type optional.
4809
4810 2019-10-02 Andreas Arnez <arnez@linux.ibm.com>
4811
4812 * gdb.python/py-format-string.c (string.h): New include.
4813 (main): Fill a_struct_with_union.the_union.an_int with bytes of
4814 the same value, for endianness-independence.
4815 * gdb.python/py-format-string.exp (default_regexp_dict)
4816 (test_pretty_structs, test_format): Adjust expected output to the
4817 changed initialization.
4818
4819 2019-10-02 Tom Tromey <tromey@adacore.com>
4820
4821 * gdb.ada/catch_ex_std.exp: Add $_ada_exception test.
4822
4823 2019-10-02 Pedro Alves <palves@redhat.com>
4824 Andrew Burgess <andrew.burgess@embecosm.com>
4825
4826 * gdb.base/print-file-var-lib1.c: Include <stdio.h> and
4827 "print-file-var.h".
4828 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4829 (get_version_1): Print this_version_id and its address.
4830 Add extern "C" wrappers around interface functions.
4831 * gdb.base/print-file-var-lib2.c: Include <stdio.h> and
4832 "print-file-var.h".
4833 (this_version_id) Use ATTRIBUTE_VISIBILITY.
4834 (get_version_2): Print this_version_id and its address.
4835 Add extern "C" wrappers around interface functions.
4836 * gdb.base/print-file-var-main.c: Include <dlfcn.h>, <assert.h>,
4837 <stddef.h> and "print-file-var.h".
4838 Add extern "C" wrappers around interface functions.
4839 [VERSION_ID_MAIN] (this_version_id): Define.
4840 (main): Define v0. Use dlopen if SHLIB_NAME is defined.
4841 * gdb.base/print-file-var.h: Add some #defines to simplify setting
4842 up extern "C" blocks.
4843 * gdb.base/print-file-var.exp (test): New, factored out from top
4844 level.
4845 (top level): Test all combinations of attribute hidden or not,
4846 dlopen or not, and this_version_id symbol in main file or not.
4847 Compile tests as both C++ and C, make test names unique.
4848
4849 2019-10-01 Tom Tromey <tom@tromey.com>
4850
4851 * gdb.base/style.exp: Test "show logging filename".
4852
4853 2019-10-01 Tom Tromey <tom@tromey.com>
4854
4855 * lib/gdb-utils.exp (style): Handle "metadata" argument.
4856 * gdb.base/style.exp: Add metadata style test.
4857
4858 2019-10-01 Tom Tromey <tom@tromey.com>
4859
4860 * gdb.base/style.exp: Test "pwd".
4861
4862 2019-10-01 Tom Tromey <tom@tromey.com>
4863
4864 * gdb.base/style.exp: Update tests.
4865
4866 2019-10-01 Andreas Arnez <arnez@linux.ibm.com>
4867
4868 * gdb.base/pretty-print.c (struct s1_t): Change fields 'three' and
4869 'six' to unsigned.
4870 (s1): Initialize fields 'four' and 'six' instead of 'three' and
4871 'five'. Use an all-ones bit pattern for each.
4872 * gdb.base/pretty-print.exp: Adjust expected output of "print s1"
4873 to its changed values.
4874
4875 2019-09-30 Tom Tromey <tromey@adacore.com>
4876
4877 * gdb.rust/traits.rs: Disable all warnings.
4878
4879 2019-09-29 Tom de Vries <tdevries@suse.de>
4880
4881 * gdb.dwarf2/gdb-index.exp: Handle new location of .dwz file.
4882
4883 2019-09-29 Tom de Vries <tdevries@suse.de>
4884
4885 * gdb.dwarf2/gdb-index.exp: Use with_test_prefix for second objcopy.
4886
4887 2019-09-27 Tom de Vries <tdevries@suse.de>
4888
4889 * gdb.reverse/step-precsave.exp: Add missing $gdb_prompt in regexps.
4890
4891 2019-09-27 Tom de Vries <tdevries@suse.de>
4892
4893 PR record/23188
4894 * gdb.reverse/step-precsave.exp: Add kfail for PR record/23188.
4895
4896 2019-09-26 Tom Tromey <tromey@adacore.com>
4897
4898 * gdb.ada/py_taft.exp: New file.
4899 * gdb.ada/py_taft/main.adb: New file.
4900 * gdb.ada/py_taft/pkg.adb: New file.
4901 * gdb.ada/py_taft/pkg.ads: New file.
4902
4903 2019-09-24 Tom de Vries <tdevries@suse.de>
4904
4905 PR gdb/24598
4906 * gdb.arch/amd64-init-x87-values.exp: Add xfail.
4907
4908 2019-09-22 Tom de Vries <tdevries@suse.de>
4909
4910 * gdb.base/restore.exp: Allow register variables to be optimized out at
4911 -O0.
4912
4913 2019-09-20 Ulrich Weigand <uweigand@de.ibm.com>
4914
4915 * gdb.arch/spu-info.exp: Remove file.
4916 * gdb.arch/spu-info.c: Remove file.
4917 * gdb.arch/spu-ls.exp: Remove file.
4918 * gdb.arch/spu-ls.c: Remove file.
4919
4920 * gdb.asm/asm-source.exp: Remove support for spu*-*-*.
4921 * gdb.asm/spu.inc: Remove file.
4922
4923 * gdb.base/dump.exp: Remove support for spu*-*-*.
4924 * gdb.base/stack-checking.exp: Likewise.
4925 * gdb.base/overlays.exp: Likewise.
4926 * gdb.base/ovlymgr.c: Likewise.
4927 * gdb.base/spu.ld: Remove file.
4928
4929 * gdb.cp/bs15503.exp: Remove support for spu*-*-*.
4930 * gdb.cp/cpexprs.exp: Likewise.
4931 * gdb.cp/exception.exp: Likewise.
4932 * gdb.cp/gdb2495.exp: Likewise.
4933 * gdb.cp/mb-templates.exp: Likewise.
4934 * gdb.cp/pr9167.exp: Likewise.
4935 * gdb.cp/userdef.exp: Likewise.
4936
4937 * gdb.xml/tdesc-regs.exp: Remove support for spu*-*-*.
4938
4939 * gdb.cell: Remove directory.
4940 * lib/cell.exp: Remove file.
4941
4942 2019-09-19 Tom de Vries <tdevries@suse.de>
4943
4944 * lib/gdb.exp (gdb_test): Eliminate "^FOOBAR$" pattern.
4945
4946 2019-09-19 Tom de Vries <tdevries@suse.de>
4947
4948 * lib/gdbserver-support.exp (gdb_target_cmd): Fix argument passing.
4949
4950 2019-09-19 Tom de Vries <tdevries@suse.de>
4951
4952 * lib/gdbserver-support.exp (gdb_target_cmd_ext): Return 2 (meaning
4953 UNSUPPORTED) for 'Network is unreachable' message. Factor out of ...
4954 (gdb_target_cmd): ... here.
4955 * gdb.server/server-connect.exp: Use gdb_target_cmd_ext, handle return
4956 value 2.
4957
4958 2019-09-18 Andrew Burgess <andrew.burgess@embecosm.com>
4959
4960 * gdb.base/source-dir.exp: Avoid having directory names in test
4961 names.
4962
4963 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4964
4965 * gdb.base/source-dir.exp: Add extra test for mapped compilation
4966 directory.
4967
4968 2019-09-17 Andrew Burgess <andrew.burgess@embecosm.com>
4969
4970 * gdb.base/list-missing-source.exp: New file.
4971
4972 2019-09-14 Tom de Vries <tdevries@suse.de>
4973
4974 PR teststuite/24599
4975 * gdb.ada/rename_subscript_param.exp: Require gnatmake 8.
4976 * lib/ada.exp (gnatmake_version_at_least): New proc.
4977
4978 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4979
4980 * gdb.base/maint.exp: Use exec_has_index_section.
4981
4982 2019-09-12 Andrew Burgess <andrew.burgess@embecosm.com>
4983
4984 * gdb.base/maint.exp: Add test for 'maint info sections'.
4985
4986 2019-09-12 Tom de Vries <tdevries@suse.de>
4987
4988 * gdb.base/store.exp: Allow register variables to be optimized out at
4989 -O0.
4990
4991 2019-09-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4992
4993 * gdb.ada/rdv_wait.exp: Update to new task names.
4994 * gdb.base/task_switch_in_core.exp: Likewise.
4995 * gdb.base/info_sources_base.c: Likewise.
4996
4997 2019-09-10 Tom Tromey <tromey@adacore.com>
4998
4999 * boards/cc-with-tweaks.exp: Set GNATMAKE_FOR_TARGET.
5000
5001 2019-09-10 Tom Tromey <tromey@adacore.com>
5002
5003 * gdb.ada/dgopt.exp: New file.
5004 * gdb.ada/dgopt/x.adb: New file.
5005
5006 2019-09-08 Tom Tromey <tom@tromey.com>
5007
5008 * gdb.tui/resize.exp: Remove setup_xfail.
5009 * gdb.tui/regs.exp: Remove setup_xfail.
5010 * gdb.tui/basic.exp: Remove setup_xfail.
5011
5012 2019-09-06 David Blaikie <dblaikie@gmail.com>
5013
5014 * gdb.base/label.exp: un-XFAIL label related tests under Clang.
5015 * gdb.cp/cplabel.exp: Ditto.
5016 * gdb.linespec/ls-errs.exp: Ditto.
5017
5018 2019-09-05 Tom de Vries <tdevries@suse.de>
5019
5020 * lib/gdb.exp (cmp_file_string): New proc.
5021 * gdb.base/ui-redirect.exp: Replace "gdb_breakpoint main" with
5022 runto_main. Verify save breakpoints output.
5023
5024 2019-09-04 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5025
5026 * gdb.base/info-var.exp: Test info variables without running
5027 to main, to avoid expect's buffer overflow.
5028
5029 2019-09-03 Tom Tromey <tromey@adacore.com>
5030
5031 * gdb.ada/bias.exp: New file.
5032 * gdb.ada/bias/bias.adb: New file.
5033 * gdb.ada/print_chars.exp: Add regression test.
5034 * gdb.ada/print_chars/foo.adb (My_Character): New type.
5035 (MC): New variable.
5036
5037 2019-08-29 Sandra Loosemore <sandra@codesourcery.com>
5038
5039 * gdb.base/argv0-symlink.exp: Run only on native target
5040 and local host.
5041
5042 2019-08-29 Tom de Vries <tdevries@suse.de>
5043
5044 * gdb.fortran/info-types.exp: Fix gdb_test regexp to allow more
5045 diverse debug info.
5046 * lib/fortran.exp (fortran_int8): New proc, based on fortran_int4.
5047
5048 2019-08-28 Tom de Vries <tdevries@suse.de>
5049
5050 * gdb.base/info-var.exp: Allow info variables to print info for files
5051 other than info-var-f1.c and info-var-f2.c.
5052
5053 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
5054
5055 * gdb.fortran/info-types.exp: Add module.
5056 * gdb.fortran/info-types.f90: Update expected results.
5057
5058 2019-08-28 Andrew Burgess <andrew.burgess@embecosm.com>
5059
5060 * gdb.fortran/info-types.exp: New file.
5061 * gdb.fortran/info-types.f90: New file.
5062 * lib/fortran.exp (fortran_character1): New proc.
5063
5064 2019-08-27 Andrew Burgess <andrew.burgess@embecosm.com>
5065
5066 * gdb.base/info-fun.exp: Extend to test the -n flag for 'info
5067 functions'. Reindent as needed.
5068 * gdb.base/info-var-f1.c: New file.
5069 * gdb.base/info-var-f2.c: New file.
5070 * gdb.base/info-var.exp: New file.
5071 * gdb.base/info-var.h: New file.
5072
5073 2019-08-26 Tom de Vries <tdevries@suse.de>
5074
5075 PR c++/24852
5076 * gdb.cp/no-libstdcxx-probe.exp: New test.
5077
5078 2019-08-26 Tom de Vries <tdevries@suse.de>
5079
5080 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Return 1 if probe
5081 * tests need to be skipped.
5082 * gdb.cp/exceptprint.exp: Update call to skip_libstdcxx_probe_tests.
5083 * gdb.mi/mi-catch-cpp-exceptions.exp: Update call to
5084 mi_skip_libstdcxx_probe_tests.
5085
5086 2019-08-26 Sergio Durigan Junior <sergiodj@redhat.com>
5087
5088 * gdb.python/py-xmethods.exp: Use raw strings when passing
5089 arguments to SimpleXMethodMatcher.
5090
5091 2019-08-22 Tom de Vries <tdevries@suse.de>
5092
5093 * gdb.multi/multi-term-settings.exp (coretest): Make gdb_test messages
5094 more informative.
5095
5096 2019-08-21 Pedro Alves <palves@redhat.com>
5097
5098 * gdb.base/with.exp: Test "with" with no arguments.
5099
5100 2019-08-21 Tom de Vries <tdevries@suse.de>
5101
5102 * gdb.base/gdb-caching-proc.exp: Sort files.
5103
5104 2019-08-20 Tom de Vries <tdevries@suse.de>
5105
5106 * lib/pascal.exp (gdb_compile_pascal): Remove $destfile before
5107 compilation.
5108
5109 2019-08-16 Tom de Vries <tdevries@suse.de>
5110
5111 * gdb.base/compare-sections.exp ("after run to main"): Allow
5112 mismatched read-only sections for PIE executables.
5113
5114 2019-08-16 Tom Tromey <tom@tromey.com>
5115
5116 * lib/tuiterm.exp (_csi_Z): New proc.
5117 * gdb.tui/basic.exp: Update window positions.
5118 * gdb.tui/empty.exp: Update window positions.
5119
5120 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
5121
5122 * gdb.base/examine-backward.exp: Correct regexp for
5123 "examine 3 bytes backward from ${address_zero}".
5124
5125 2019-08-15 Tom Tromey <tom@tromey.com>
5126
5127 * gdb.tui/empty.exp: Enable resizing tests.
5128
5129 2019-08-15 Tom Tromey <tromey@adacore.com>
5130
5131 * gdb.ada/char_enum.exp: Add regression tests.
5132 * gdb.ada/char_enum/foo.adb (Char_Enum_Type): Use '_'
5133 and '0'.
5134 (Char, Gchar): Update.
5135 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): Use '+'.
5136
5137 2019-08-15 Christian Biesinger <cbiesinger@google.com>
5138
5139 * gdb.python/python.exp: Expect a leading underscore on
5140 GdbOutput{,Error}File.
5141
5142 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
5143
5144 * gdb.dwarf2/dw2-dir-file-name.exp: Skip on remote or
5145 Windows host.
5146
5147 2019-08-15 Sandra Loosemore <sandra@codesourcery.com>
5148
5149 * gdb.base/batch-preserve-term-settings.exp
5150 (test_terminal_settings_preserved_after_sigterm): Skip on Windows.
5151
5152 2019-08-15 Christian Biesinger <cbiesinger@google.com>
5153
5154 * lib/gdb.exp: When running on a mingw target, replace
5155 /x/ with x:/.
5156
5157 2019-08-14 Alan Hayward <alan.hayward@arm.com>
5158
5159 * gdb.arch/aarch64-prologue.c: New test.
5160 * gdb.arch/aarch64-prologue.exp: New file.
5161
5162 2019-08-13 Tom de Vries <tdevries@suse.de>
5163
5164 * gdb.gdb/selftest.exp (send ^C to child process again): Accept also
5165 Thread.
5166
5167 2019-08-13 Sandra Loosemore <sandra@codesourcery.com>
5168
5169 * gdb.python/py-completion.exp: Download the .py file to the host
5170 and use its host pathname. Conditionalize tests that use
5171 tab completion and manipulate files on the build machine.
5172 * gdb.python/py-events.exp: Download the .py file to the host
5173 and use its host pathname.
5174 * gdb.python/py-evsignal.exp: Likewise.
5175 * gdb.python/py-evthreads.exp: Likewise.
5176 * gdb.python/py-framefilter-invalidarg.exp: Match Windows
5177 pathname syntax.
5178 * gdb.python/py-framefilter.exp: Download the .py file to the right
5179 place on the host. Match Windows pathname syntax.
5180 * gdb.python/py-mi-var-info-path-expression.exp: Download the
5181 .py file to the host and use its host pathname.
5182 * gdb.python/py-objfile-script.exp: Match Windows pathname syntax.
5183 * gdb.python/py-objfile.exp: Expect a host pathname, not a
5184 build pathname. Skip symlink test on Windows host. Add missing
5185 newline at end of file.
5186 * gdb.python/py-pp-maint.exp: Download the .py file to the host
5187 and use its host pathname.
5188 * gdb.python/py-pp-registration.exp: Match Windows pathname syntax.
5189 * gdb.python/py-section-script.exp: Use host location of binfile
5190 on safe-path. Use correct path separator on Windows host.
5191 Reorder alternatives in gdb_test_multiple to prevent matching
5192 the wrong alternative on success.
5193 * gdb.python/py-symtab.exp: Match Windows pathname syntax.
5194
5195 2019-08-12 Patrick Palka <patrick@parcs.ath.cx>
5196
5197 * gdb.gdb/selftest.exp (test_with_self): Update test to now
5198 expect the GDB inferior to no longer immediately stop after
5199 being resumed with "signal SIGINT".
5200
5201 2019-08-09 Sandra Loosemore <sandra@codesourcery.com>
5202
5203 * gdb.linespec/break-ask.exp: Generalize regexps to match
5204 Windows pathnames too.
5205
5206 2019-08-08 Tom de Vries <tdevries@suse.de>
5207
5208 PR testsuite/24862
5209 * lib/tuiterm.exp (_accept): Fix CSI regexp.
5210
5211 2019-08-07 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5212
5213 * gdb.base/style.exp: Update tests for help doc new invariants.
5214 * gdb.base/help.exp: Likewise.
5215
5216 2019-08-06 Tom Tromey <tom@tromey.com>
5217
5218 * gdb.base/style.exp: Add disassemble test.
5219 * gdb.base/style.c (some_called_function): New function.
5220 (main): Use it.
5221
5222 2019-08-05 Christian Biesinger <cbiesinger@google.com>
5223
5224 * gdb.python/py-block.exp: Test dictionary access on blocks.
5225
5226 2019-08-05 Simon Marchi <simon.marchi@efficios.com>
5227
5228 PR gdb/24863
5229 * gdb.mi/list-thread-groups-available.exp: Increase timeout for
5230 -list-thread-groups --available test when running under
5231 check-read1.
5232
5233 2019-08-05 Tom de Vries <tdevries@suse.de>
5234
5235 PR testsuite/24863
5236 * lib/gdb.exp (with_read1_timeout_factor): New proc.
5237 * gdb.base/help.exp: Use with_read1_timeout_factor.
5238 * gdb.base/info-macros.exp: Same.
5239 * gdb.cp/nested-types.exp: Same.
5240
5241 2019-08-05 Tom de Vries <tdevries@suse.de>
5242
5243 * lib/gdb.exp (version_at_least): Factor out of ...
5244 (tcl_version_at_least): ... here.
5245 (gdb_compile): Fail if pie results in non-PIE executable.
5246 (readelf_version, readelf_prints_pie): New proc.
5247 (exec_is_pie): Return -1 if unknown.
5248
5249 2019-08-05 Tom de Vries <tdevries@suse.de>
5250
5251 * lib/gdb.exp (tcl_version_at_least): Fix typo.
5252
5253 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
5254
5255 * gdb.server/reconnect-ctrl-c.exp: Skip if nointerrupts.
5256
5257 2019-08-04 Sandra Loosemore <sandra@codesourcery.com>
5258
5259 * lib/completion-support.exp (test_gdb_complete_none): Skip
5260 tab completion tests if no readline support.
5261 (test_gdb_complete_unique_re): Likewise.
5262 (test_gdb_complete_multiple): Likewise.
5263
5264 2019-08-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5265
5266 * gdb.base/info_sources.exp: New file.
5267 * gdb.base/info_sources.c: New file.
5268 * gdb.base/info_sources_base.c: New file.
5269
5270 2019-08-01 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
5271
5272 * gdb.base/batch-exit-status.exp: Call test_exit_status with
5273 prefix argument.
5274 (test_exit_status): Add prefix argument.
5275
5276 2019-08-01 Tom de Vries <tdevries@suse.de>
5277
5278 PR testsuite/24863
5279 * gdb.threads/fork-plus-threads.exp: Fix check-run1 timeout by
5280 calling exp_continue for new thread and thread exited messages.
5281
5282 2019-08-01 Tom de Vries <tdevries@suse.de>
5283
5284 PR testsuite/24863
5285 * gdb.base/structs.exp: Fix check-read1 timeout using
5286 gdb_test_sequence.
5287 * lib/gdb.exp (tcl_version_at_least, lrepeat): New proc.
5288
5289 2019-08-01 Tom de Vries <tdevries@suse.de>
5290
5291 PR testsuite/24863
5292 * gdb.base/break-interp.exp: Use exp_continue after each "info files"
5293 line.
5294
5295 2019-08-01 Tom de Vries <tdevries@suse.de>
5296
5297 PR testsuite/24863
5298 * gdb.base/signals.exp: Fix check-read1 timeout using gdb_test_sequence.
5299
5300 2019-07-30 Tom Tromey <tromey@adacore.com>
5301
5302 * gdb.ada/display_nested.exp: New file.
5303 * gdb.ada/display_nested/foo.adb: New file.
5304 * gdb.ada/display_nested/pack.adb: New file.
5305 * gdb.ada/display_nested/pack.ads: New file.
5306
5307 2019-07-30 Christian Biesinger <cbiesinger@google.com>
5308
5309 * gdb.python/py-symbol.c: Add a static variable and one in an anonymous
5310 namespace.
5311 * gdb.python/py-symbol.exp: Test gdb.lookup_static_symbol.
5312
5313 2019-07-30 Tom de Vries <tdevries@suse.de>
5314
5315 * lib/read1.c (read): Don't use unsetenv (v), use setenv (v, "", 1)
5316 instead.
5317
5318 2019-07-30 Tom de Vries <tdevries@suse.de>
5319
5320 PR testsuite/24834
5321 * lib/gdb.exp (gdb_compile): Fail if nopie results in PIE executable.
5322 (exec_is_pie): New proc.
5323
5324 2019-07-29 Christian Biesinger <cbiesinger@google.com>
5325
5326 * gdb.python/py-objfile.exp: Fix misspelling (nonexistant -> nonexistent)
5327
5328 2019-07-29 Christian Biesinger <cbiesinger@google.com>
5329
5330 * gdb.python/py-objfile.c: Add global and static vars.
5331 * gdb.python/py-objfile.exp: Test new functions Objfile.
5332 lookup_global_symbol and lookup_static_symbol.
5333
5334 2019-07-29 Tom Tromey <tom@tromey.com>
5335
5336 * lib/tuiterm.exp (Term::_csi_@): New proc.
5337 (Term::_csi_X): Don't move cursor.
5338
5339 2019-07-29 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5340
5341 * gdb.base/options.exp: Update backtrace - completion to
5342 new option -frame-info.
5343 * gdb.base/frame-args.exp: Test new 'frame-arguments presence'.
5344 Test new 'set print frame-info'. Test backtrace -frame-info
5345 overriding 'set print frame-info'.
5346 * gdb.python/py-framefilter.exp: Test new 'frame-arguments presence'.
5347 Test new 'set print frame-info'.
5348 Verify consistency of backtrace with and without filters, with and
5349 without -no-filters.
5350 * gdb.python/py-framefilter-invalidarg.exp: Update to new print_what
5351 default.
5352
5353 2019-07-29 Tom de Vries <tdevries@suse.de>
5354
5355 * gdb.linespec/explicit.exp: Fix completion trigger for "complete with
5356 no arguments".
5357
5358 2019-07-29 Tom de Vries <tdevries@suse.de>
5359
5360 * gdb.linespec/explicit.exp: Fix gdb_test_multiple regexps where second
5361 is a substring of the first for "complete non-unique file name".
5362
5363 2019-07-29 Tom de Vries <tdevries@suse.de>
5364
5365 * gdb.python/python.exp: Don't terminate gdb_test_multiple regexp
5366 with ".*".
5367
5368 2019-07-29 Tom de Vries <tdevries@suse.de>
5369
5370 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt, gdb_is_target_1):
5371 Pass prompt_regexp parameter to gdb_test_multiple calls.
5372
5373 2019-07-29 Tom de Vries <tdevries@suse.de>
5374
5375 * gdb.base/maint.exp: Use "\r\n" instead of "\[\r\n\]+" in "maint
5376 print registers" regexps.
5377
5378 2019-07-29 Tom de Vries <tdevries@suse.de>
5379
5380 * gdb.base/define.exp: Add "\r\n" to "reset gdb_prompt" regexp.
5381
5382 2019-07-29 Tom de Vries <tdevries@suse.de>
5383
5384 PR gdb/24855
5385 * lib/gdb.exp (gdb_test_multiple): Add prompt_regexp parameter.
5386 (skip_python_tests_prompt): Add prompt_regexp argument to
5387 gdb_test_multiple calls.
5388
5389 2019-07-27 Tom Tromey <tom@tromey.com>
5390
5391 * gdb.tui/main.exp: New file.
5392
5393 2019-07-27 Tom Tromey <tom@tromey.com>
5394
5395 * lib/tuiterm.exp (Term::clean_restart): Make "executable"
5396 optional.
5397 * gdb.tui/empty.exp: New file.
5398
5399 2019-07-27 Tom Tromey <tom@tromey.com>
5400
5401 * lib/tuiterm.exp (spawn): New proc.
5402 (Term::resize): New proc.
5403 * gdb.tui/resize.exp: New file.
5404
5405 2019-07-27 Tom Tromey <tom@tromey.com>
5406
5407 * gdb.tui/list.exp: New file.
5408
5409 2019-07-27 Tom Tromey <tom@tromey.com>
5410
5411 * gdb.tui/regs.exp: New file.
5412
5413 2019-07-27 Tom Tromey <tom@tromey.com>
5414
5415 * gdb.tui/basic.exp: Add "layout split" test.
5416
5417 2019-07-27 Tom Tromey <tom@tromey.com>
5418
5419 * gdb.tui/basic.exp: Add "layout asm" test.
5420
5421 2019-07-27 Tom Tromey <tom@tromey.com>
5422
5423 * lib/tuiterm.exp: New file.
5424 * gdb.tui/basic.exp: New file.
5425
5426 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5427
5428 * gdb.dwarf2/dw2-ranges-func.exp (enable_foo_cold_stepping):
5429 Enable tests associated with this flag. Adjust regex
5430 referencing "foo_low" to now refer to "foo_cold" instead.
5431
5432 2019-07-27 Kevin Buettner <kevinb@redhat.com>
5433
5434 * gdb.dwarf2/dw2-ranges-func.c: Rename to...
5435 * gdb.dwarf2/dw2-ranges-func-lo-cold.c: ...this.
5436 * gdb.dwarf2/dw2-ranges-func-lo-cold.c (foo_low): Change name to
5437 foo_cold. Revise comments to match.
5438 * gdb.dwarf2/dw2-ranges-func-hi-cold.c: New file.
5439 * gdb.dwarf2/dw2-ranges-func.exp (do_test): New proc. Existing tests
5440 were wrapped into this proc; Call do_test in loop from outermost
5441 level.
5442 (foo_low): Rename all occurrences to "foo_cold".
5443 (backtrace from baz): New test.
5444 (x2/i foo_cold): New test.
5445 (info line *foo_cold): New test.
5446
5447 2019-07-26 Tom de Vries <tdevries@suse.de>
5448
5449 * gdb.arch/i386-pkru.exp: Fix unterminated string.
5450
5451 2019-07-25 Tom de Vries <tdevries@suse.de>
5452
5453 PR testsuite/24830
5454 * gdb.mi/mi-catch-cpp-exceptions.exp: Call
5455 mi_skip_libstdcxx_probe_tests, and skip unsupported tests.
5456 * lib/gdb.exp (skip_libstdcxx_probe_tests_prompt): Factor out of ...
5457 (skip_libstdcxx_probe_tests): ... here.
5458 * lib/mi-support.exp (mi_skip_libstdcxx_probe_tests): New proc.
5459
5460 2019-07-24 Tom de Vries <tdevries@suse.de>
5461
5462 PR testsuite/24807
5463 * gdb.objc/basicclass.m: Include stdio.h.
5464 * gdb.objc/nondebug.m: Same.
5465 * gdb.objc/objcdecode.m: Same.
5466
5467 2019-07-24 Tom de Vries <tdevries@suse.de>
5468
5469 PR testsuite/24612
5470 * gdb.base/infoline-reloc-main-from-zero.exp: Add -Wl,-N to
5471 additional_flags.
5472
5473 2019-07-24 Tom de Vries <tdevries@suse.de>
5474
5475 PR testsuite/24831
5476 * gdb.multi/tids.exp: Update error messages for info threads.
5477
5478 2019-07-24 Tom de Vries <tdevries@suse.de>
5479
5480 * gdb.base/info-types.exp: Allow info types to print info for more than
5481 one file.
5482
5483 2019-07-23 Tom de Vries <tdevries@suse.de>
5484
5485 PR testsuite/24842
5486 * gdb.dwarf2/multidictionary.exp: Consume initial prompt after
5487 gdb_spawn_with_cmdline_opts.
5488
5489 2019-07-23 Srinath Parvathaneni <srinath.parvathaneni@arm.com>
5490
5491 * gdb.arch/arm-cmse-sgstubs.c: New test.
5492 * gdb.arch/arm-cmse-sgstubs.exp: New file.
5493
5494 2019-07-23 Tom de Vries <tdevries@suse.de>
5495
5496 PR testsuite/24711
5497 * gdb.mi/mi-complete.exp: Wait for "set max-completions" result before
5498 issuing next command.
5499
5500 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5501
5502 * gdb.ada/info_auto_lang.exp: Update expected results.
5503 * gdb.base/info-types.c: Add additional types to check.
5504 * gdb.base/info-types.exp: Update expected results.
5505
5506 2019-07-22 Andrew Burgess <andrew.burgess@embecosm.com>
5507
5508 * gdb.base/info-types.c: New file.
5509 * gdb.base/info-types.exp: New file.
5510
5511 2019-07-19 Andrew Burgess <andrew.burgess@embecosm.com>
5512
5513 * gdb.arch/riscv-bp-infcall.c: New file.
5514 * gdb.arch/riscv-bp-infcall.exp: New file.
5515
5516 2019-07-17 Andrew Burgess <andrew.burgess@embecosm.com>
5517
5518 PR breakpoints/24541
5519 * gdb.mi/mi-catch-cpp-exceptions.exp: Remove kfail due to 24541.
5520
5521 2019-07-14 Tom de Vries <tdevries@suse.de>
5522
5523 PR testsuite/24760
5524 * gdb.objc/basicclass.exp: Fix unterminated string.
5525
5526 2019-07-12 Bernhard Heckel <bernhard.heckel@intel.com>
5527 Andrew Burgess <andrew.burgess@embecosm.com>
5528
5529 * gdb.fortran/vla-ptype.exp: Print array with negative bounds.
5530 * gdb.fortran/vla-sizeof.exp: Print the size of an array with
5531 negative bounds.
5532 * gdb.fortran/vla-value.exp: Print elements of an array with
5533 negative bounds.
5534 * gdb.fortran/vla.f90: Setup an array with negative bounds for
5535 testing.
5536
5537 2019-07-11 Andrew Burgess <andrew.burgess@embecosm.com>
5538
5539 * gdb.base/options.exp (expect_string): Dequote strings in
5540 results.
5541 (test-string): Test strings with different quoting and reindent.
5542
5543 2019-07-10 Tom Tromey <tromey@adacore.com>
5544
5545 * gdb.ada/mi_ex_cond.exp: Update expected results.
5546 * gdb.ada/mi_catch_ex_hand.exp: Update expected results.
5547 * gdb.ada/mi_catch_ex.exp: Update expected results.
5548 * gdb.ada/mi_catch_assert.exp: Update expected results.
5549 * gdb.ada/catch_ex.exp (catch_exception_info)
5550 (catch_exception_entry, catch_assert_entry)
5551 (catch_unhandled_entry): Update.
5552 * gdb.ada/catch_assert_if.exp: Update expected results.
5553
5554 2019-07-10 Richard Bunt <richard.bunt@arm.com>
5555 Stephen Roberts <stephen.roberts@arm.com>
5556
5557 * gdb.base/define.exp: Restore original prompt.
5558
5559 2019-07-09 Pedro Alves <palves@redhat.com>
5560
5561 * gdb.cp/catch-multi-stdlib.exp: Adjust expected "info
5562 breakpoints" output.
5563 * gdb.cp/exception.exp: Adjust expected "info breakpoints" output.
5564 * gdb.python/py-breakpoint.exp: No longer expect that "catch
5565 throw" creates breakpoint.
5566 * gdb.mi/mi-catch-cpp-exceptions.exp (setup_catchpoint): Expect
5567 'type="catchpoint"'.
5568
5569 2019-07-09 Pedro Alves <palves@redhat.com>
5570
5571 PR c++/15468
5572 * gdb.cp/except-multi-location-lib.cc: New.
5573 * gdb.cp/except-multi-location-main.cc: New.
5574 * gdb.cp/except-multi-location.exp: New.
5575
5576 2019-07-09 Sergio Durigan Junior <sergiodj@redhat.com>
5577
5578 * gdb.base/printcmds.exp (test_printf_convenience_var): Set
5579 language to "c++" before dealing with wchar_t. Remove DO_WSTRING
5580 argument and update callers.
5581
5582 2019-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
5583
5584 * gdb.arch/amd64-break-on-asm-line.S: New file.
5585 * gdb.arch/amd64-break-on-asm-line.exp: New file.
5586
5587 2019-07-08 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5588
5589 * gdb.base/printcmds.exp: Test printing C string and
5590 C wide string convenience vars without transiting via the inferior.
5591 Also make test names unique.
5592
5593 2019-07-08 Alan Hayward <alan.hayward@arm.com>
5594
5595 PR breakpoints/25011
5596 * gdb.base/break-idempotent.exp: Test both PIE and non PIE.
5597
5598 2019-07-04 Pedro Alves <palves@redhat.com>
5599
5600 * lib/gdb.exp (foreach_with_prefix): Don't return early if
5601 body returned ok(0), break(3) or continue(4).
5602 * gdb.testsuite/foreach_with_prefix.exp: New file.
5603
5604 2019-07-04 Alan Hayward <alan.hayward@arm.com>
5605
5606 * gdb.server/unittest.exp: Allow 0 unit tests to run.
5607
5608 2019-07-03 Pedro Alves <palves@redhat.com>
5609
5610 * lib/gdb.exp (foreach_with_prefix): Use "catch" and
5611 "return -code".
5612
5613 2019-07-03 Pedro Alves <palves@redhat.com>
5614
5615 PR cli/24732
5616 * gdb.base/shell.exp: Load completion-support.exp.
5617 Adjust expected error output. Add completion tests.
5618
5619 2019-07-03 Pedro Alves <palves@redhat.com>
5620
5621 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Use
5622 string_to_regexp.
5623
5624 2019-07-03 Pedro Alves <palves@redhat.com>
5625
5626 * gdb.base/options.exp (expect_none, expect_flag, expect_bool)
5627 (expect_integer): Adjust to expect "-string".
5628 (expect_string): New.
5629 (all_options): Expect "-string".
5630 (test-flag, test-boolean): Adjust to expect "-string".
5631 (test-string): New proc.
5632 (top level): Call it.
5633
5634 2019-07-03 Pedro Alves <palves@redhat.com>
5635
5636 * gdb.base/options.exp (test-misc, test-flag, test-boolean)
5637 (test-uinteger, test-enum): Adjust res_test_gdb_... calls to pass
5638 the expected output in the success.
5639
5640 2019-07-03 Pedro Alves <palves@redhat.com>
5641
5642 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
5643 Split one gdb_test_multiple call in two to avoid a race.
5644
5645 2019-07-03 Pedro Alves <palves@redhat.com>
5646
5647 * gdb.base/with.c: New file.
5648 * gdb.base/with.exp: New file.
5649
5650 2019-07-03 Pedro Alves <palves@redhat.com>
5651
5652 * gdb.base/settings.exp: Replace all references to "maint
5653 test-settings set" with references to "maint set test-settings",
5654 and all references to "maint test-settings show" with references
5655 to "maint show test-settings".
5656
5657 2019-07-03 Pedro Alves <palves@redhat.com>
5658
5659 * gdb.base/settings.exp (test-string): Adjust expected out when
5660 testing "maint test-settings show filename"
5661
5662 2019-07-02 Pedro Alves <palves@redhat.com>
5663
5664 * gdb.base/options.exp (test-info-threads): New procedure.
5665 (top level): Call it.
5666
5667 2019-06-28 Tom Tromey <tromey@adacore.com>
5668
5669 * gdb.dwarf2/ada-linkage-name.c: New file.
5670 * gdb.dwarf2/ada-linkage-name.exp: New file.
5671
5672 2019-06-27 Tom Tromey <tromey@adacore.com>
5673
5674 PR c++/20020:
5675 * gdb.cp/constexpr-field.exp: Use setup_xfail.
5676
5677 2019-06-26 Tom de Vries <tdevries@suse.de>
5678
5679 * gdb.dwarf2/varval.exp: Compile twice, once without bad DWARF.
5680
5681 2019-06-26 Tom de Vries <tdevries@suse.de>
5682
5683 * gdb.base/index-cache.exp: Add back missing debug option.
5684
5685 2019-06-23 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5686
5687 * gdb.base/alias.exp: Test non matching/non existing prefixes.
5688
5689 2019-06-25 Tom de Vries <tdevries@suse.de>
5690
5691 PR testsuite/24727
5692 * gdb.dwarf2/dw2-restrict.S: Regenerate using clang 5.0.1.
5693
5694 2019-06-24 Tom de Vries <tdevries@suse.de>
5695
5696 * gdb.dwarf2/implptr-64bit.exp: Fix intra-CU '%' label reference.
5697
5698 2019-06-24 Tom de Vries <tdevries@suse.de>
5699
5700 * gdb.trace/entry-values.exp: Use DW_FORM_udata instead of
5701 DW_FOR_sdata for DW_AT_decl_file. Use 0 for DW_AT_decl_file.
5702 * gdb.trace/unavailable-dwarf-piece.exp: Same.
5703
5704 2019-06-24 Tom de Vries <tdevries@suse.de>
5705
5706 * gdb.dwarf2/inlined_subroutine-inheritance.exp:
5707
5708 2019-06-21 Tom de Vries <tdevries@suse.de>
5709
5710 * gdb.base/index-cache.exp: Add additional_flags=-Wl,--build-id.
5711
5712 2019-06-21 Tom de Vries <tdevries@suse.de>
5713
5714 PR testsuite/24518
5715 PR ada/24713
5716 * gdb.ada/ptype_union.exp: Mark as unsupported if executable contains
5717 index.
5718
5719 2019-06-19 Tom Tromey <tromey@adacore.com>
5720
5721 * gdb.ada/length_cond.exp: Add intro comment.
5722
5723 2019-06-19 Tom Tromey <tromey@adacore.com>
5724
5725 * gdb.ada/length_cond.exp: New file.
5726 * gdb.ada/length_cond/length_cond.adb: New file.
5727 * gdb.ada/length_cond/pck.adb: New file.
5728 * gdb.ada/length_cond/pck.ads: New file.
5729
5730 2019-06-18 Tom de Vries <tdevries@suse.de>
5731
5732 * boards/fission.exp (debug_flags): Add "-fuse-ld=gold".
5733
5734 2019-06-18 Tom Tromey <tromey@adacore.com>
5735
5736 * gdb.base/list0.h: Add comment explaining control character.
5737
5738 2019-06-18 Tom de Vries <tdevries@suse.de>
5739
5740 * boards/fission.exp: Break up long debug_flags line.
5741
5742 2019-06-16 Tom de Vries <tdevries@suse.de>
5743
5744 PR gdb/24445
5745 * gdb.dwarf2/gdb-index.exp (add_gdb_index): Update dwz file with
5746 generated index.
5747
5748 2019-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
5749
5750 PR gdb/24686
5751 * gdb.mi/mi-catch-cpp-exceptions.exp: Add an extra pattern to
5752 improve detection of bug gdb/24541.
5753
5754 2019-06-16 Simon Marchi <simon.marchi@polymtl.ca>
5755
5756 PR gdb/24669
5757 * gdb.base/index-cache.exp (uses_readnow,
5758 expecting_index_cache_use): Define global variable.
5759 (test_cache_enabled_miss, test_cache_enabled_hit): Use
5760 expecting_index_cache_use.
5761
5762 2019-06-16 Bernhard Heckel <bernhard.heckel@intel.com>
5763 Andrew Burgess <andrew.burgess@embecosm.com>
5764
5765 * gdb.fortran/pointers.f90: New file.
5766 * gdb.fortran/print_type.exp: New file.
5767 * gdb.fortran/vla-ptype.exp: Adapt expected results.
5768 * gdb.fortran/vla-type.exp: Likewise.
5769 * gdb.fortran/vla-value.exp: Likewise.
5770 * gdb.mi/mi-vla-fortran.exp: Likewise.
5771
5772 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5773
5774 * gdb.mi/mi-catch-cpp-exceptions.cc: New file.
5775 * gdb.mi/mi-catch-cpp-exceptions.exp: New file.
5776 * lib/mi-support.exp (mi_expect_stop): Handle 'exception-caught'
5777 as a stop reason.
5778
5779 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5780
5781 * gdb.base/annota1.exp: Update expected results.
5782 * gdb.cp/annota2.exp: Likewise.
5783 * gdb.cp/annota3.exp: Likewise.
5784
5785 2019-06-15 Andrew Burgess <andrew.burgess@embecosm.com>
5786
5787 * gdb.base/style-logging.exp: Remove path from test name.
5788
5789 2019-06-14 Tom Tromey <tromey@adacore.com>
5790
5791 PR gdb/24502:
5792 * gdb.base/style-logging.exp: New file.
5793
5794 2019-06-14 Tom Tromey <tromey@adacore.com>
5795
5796 * gdb.base/symfile-warn.exp: New file.
5797 * gdb.base/symfile-warn.c: New file.
5798
5799 2019-06-14 Tom Tromey <tromey@adacore.com>
5800
5801 * gdb.base/annotate-symlink.exp: New file.
5802
5803 2019-06-14 Tom Tromey <tromey@adacore.com>
5804
5805 * gdb.ada/set_wstr.exp: Add reassignment test.
5806
5807 2019-06-14 Tom Tromey <tromey@adacore.com>
5808
5809 * gdb.ada/formatted_ref.exp (test_p_x_addr): Check
5810 'unchecked_access and 'unrestricted_access as well.
5811
5812 2019-06-14 Tom Tromey <tromey@adacore.com>
5813
5814 PR ada/24539:
5815 * gdb.ada/vla.exp: Update tests.
5816 * gdb.ada/vla/vla.adb (Record_Type): Use No_Component_Reordering
5817 pragma.
5818
5819 2019-06-13 Pedro Alves <palves@redhat.com>
5820
5821 * gdb.base/settings.exp (test-integer): Test junk after
5822 "unlimited".
5823
5824 2019-06-13 Pedro Alves <palves@redhat.com>
5825
5826 * gdb.base/options.exp (test-thread-apply): New.
5827 (top level): Call it.
5828
5829 2019-06-13 Pedro Alves <palves@redhat.com>
5830
5831 * gdb.base/options.exp (test-frame-apply): New.
5832 (top level): Test print commands with different "frame apply"
5833 prefixes.
5834
5835 2019-06-13 Pedro Alves <palves@redhat.com>
5836
5837 * lib/completion-support.exp (test_gdb_complete_tab_multiple)
5838 (test_gdb_complete_cmd_multiple, test_gdb_complete_multiple): Add
5839 'max_completions' parameter and handle it.
5840 (test_gdb_completion_offers_commands): New.
5841
5842 2019-06-13 Pedro Alves <palves@redhat.com>
5843
5844 * gdb.base/options.exp (test-backtrace): Test completing qualifiers.
5845
5846 2019-06-13 Pedro Alves <palves@redhat.com>
5847
5848 * gdb.base/options.exp (test-backtrace): New.
5849 (top level): Call it.
5850
5851 2019-06-13 Pedro Alves <palves@redhat.com>
5852
5853 * gdb.guile/scm-frame-args.exp: Use "set print
5854 raw-frame-arguments" instead of "set print raw frame-arguments".
5855 * gdb.python/py-frame-args.exp: Likewise.
5856
5857 2019-06-13 Pedro Alves <palves@redhat.com>
5858
5859 * gdb.compile/compile.exp: Adjust expected output to option
5860 processing changes.
5861
5862 2019-06-13 Pedro Alves <palves@redhat.com>
5863
5864 * gdb.base/options.exp: Build executable.
5865 (test-print): New procedure.
5866 (top level): Call it, once for "print" and another for "compile
5867 print".
5868
5869 2019-06-13 Pedro Alves <palves@redhat.com>
5870
5871 * gdb.base/options.c: New file.
5872 * gdb.base/options.exp: New file.
5873
5874 2019-06-13 Pedro Alves <palves@redhat.com>
5875
5876 * gdb.base/settings.exp (test-boolean, test-auto-boolean): Check
5877 that "o" is ambiguous.
5878
5879 2019-06-13 Pedro Alves <palves@redhat.com>
5880
5881 * gdb.base/settings.c: New file.
5882 * gdb.base/settings.exp: New file.
5883
5884 2019-06-13 Pedro Alves <palves@redhat.com>
5885
5886 * gdb.base/completion.exp: Fix comment typo.
5887
5888 2019-06-13 Pedro Alves <palves@redhat.com>
5889
5890 * gdb.multi/tids.exp: Adjust expected output. Add "thread apply 1
5891 foo --1" test.
5892
5893 2019-06-11 Bernhard Heckel <bernhard.heckel@intel.com>
5894
5895 * gdb.fortran/block-data.f: New.
5896 * gdb.fortran/block-data.exp: New.
5897
5898 2019-06-11 Tom de Vries <tdevries@suse.de>
5899
5900 PR testsuite/24521
5901 * gdb.multi/remove-inferiors.exp: Allow "Expanding full symbols"
5902 message.
5903
5904 2019-06-11 Tom de Vries <tdevries@suse.de>
5905
5906 PR testsuite/24521
5907 * gdb.dwarf2/nonvar-access.exp: Fix main high_pc.
5908
5909 2019-06-11 Tom de Vries <tdevries@suse.de>
5910
5911 * boards/readnow.exp: New file.
5912
5913 2019-06-10 Andrew Burgess <andrew.burgess@embecosm.com>
5914
5915 * gdb.fortran/vla-sizeof.exp: Update expected results.
5916
5917 2019-06-06 Amos Bird <amosbird@gmail.com>
5918
5919 * gdb.base/annota1.exp (thread_switch): Add test for
5920 thread-exited annotation.
5921
5922 2019-06-06 Tom Tromey <tromey@adacore.com>
5923
5924 * gdb.base/maint.exp: Expect command started/finished output.
5925
5926 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5927
5928 * gdb.arch/riscv-unwind-long-insn-6.s: Remove use of 'I' in
5929 comment.
5930 * gdb.arch/riscv-unwind-long-insn-8.s: Likewise.
5931
5932 2019-06-05 Andrew Burgess <andrew.burgess@embecosm.com>
5933
5934 * gdb.arch/riscv-unwind-long-insn-6.s: New file.
5935 * gdb.arch/riscv-unwind-long-insn-8.s: New file.
5936 * gdb.arch/riscv-unwind-long-insn.c: New file.
5937 * gdb.arch/riscv-unwind-long-insn.exp: New file.
5938
5939 2019-06-04 Christian Biesinger <cbiesinger@google.com>
5940
5941 * gdb.python/py-type.exp: Test for new gdb.Type.objfile property.
5942
5943 2019-06-03 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5944
5945 * lib/gdb.exp (help_list_trailer): New regexp variable
5946 factorizing the help trailer message.
5947 (test_class_help): Use help_list_trailer. Add LIST_OF_COMMANDS
5948 arg to allow to better factorize various tests.
5949 (test_user_defined_class_help): Factorizes testing 'help user-defined'.
5950 (test_prefix_command_help): Use help_list_trailer.
5951 * gdb.python/py-cmd.exp: Use test_user_defined_class_help.
5952 * gdb.guile/scm-cmd.exp: Likewise.
5953 * gdb.trace/tracecmd.exp: Update caller of test_class_help.
5954 * gdb.base/help.exp: Use test_user_defined_class_help.
5955 * gdb.base/style.exp: Add tests for styling of help and apropos.
5956 * lib/gdb-utils.exp (style): Add title and highlight styles.
5957
5958 2019-05-31 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5959
5960 * gdb.base/shell.exp: Test pipe command, $_shell_exitcode,
5961 $_shell_exitsignal.
5962 * gdb.base/default.exp: Update for new convenience variables.
5963
5964 2019-05-29 Tom Tromey <tromey@adacore.com>
5965
5966 * gdb.ada/complete.exp (test_gdb_no_completion): Add "/" and "-"
5967 to "break complete ada" test case's regexp.
5968
5969 2019-05-29 Tom Tromey <tromey@adacore.com>
5970
5971 PR c++/20020:
5972 * gdb.cp/constexpr-field.exp: New file.
5973 * gdb.cp/constexpr-field.cc: New file.
5974
5975 2019-05-29 Tom Tromey <tromey@adacore.com>
5976
5977 * gdb.base/finish.exp (finish_no_print): New proc.
5978 (finish_tests): Call it.
5979
5980 2019-05-24 Tom de Vries <tdevries@suse.de>
5981
5982 * gdb.dwarf2/gdb-add-index.exp: New file.
5983
5984 2019-05-22 Tom Tromey <tromey@adacore.com>
5985
5986 * gdb.base/info-shared.exp (check_info_shared): Use "style".
5987 * gdb.base/style.exp: Use "style".
5988 * lib/gdb-utils.exp (style): New proc.
5989
5990 2019-05-22 Tom de Vries <tdevries@suse.de>
5991
5992 * gdb.base/align.exp: Require c++11.
5993
5994 2019-05-22 Tom de Vries <tdevries@suse.de>
5995
5996 PR testsuite/24586
5997 * gdb.python/py-mi-var-info-path-expression.exp: Call
5998 mi_skip_python_tests to check if python is supported.
5999
6000 2019-05-22 Alan Hayward <alan.hayward@arm.com>
6001
6002 * gdb.arch/aarch64-pauth.c: New test.
6003 * gdb.arch/aarch64-pauth.exp: New file.
6004
6005 2019-05-22 Alan Hayward <alan.hayward@arm.com>
6006
6007 * README (Re-running Tests Outside The Testsuite): New section.
6008
6009 2019-05-21 Tom de Vries <tdevries@suse.de>
6010
6011 * gdb.arch/amd64-eval.exp: Require c++11.
6012 * gdb.base/max-depth.exp: Same.
6013 * gdb.compile/compile-cplus-array-decay.exp: Same.
6014 * gdb.cp/meth-typedefs.exp: Same.
6015 * gdb.cp/subtypes.exp: Same.
6016 * gdb.cp/temargs.exp: Same.
6017
6018 2019-05-21 Alan Hayward <alan.hayward@arm.com>
6019
6020 * lib/gdbserver-support.exp (gdbserver_run): Mark kill as optional.
6021
6022 2019-05-18 Andrew Burgess <andrew.burgess@embecosm.com>
6023
6024 PR gdb/18644
6025 * gdb.fortran/complex.exp: Remove setup_kfail calls.
6026 * gdb.fortran/printing-types.exp: Add new test.
6027 * gdb.fortran/printing-types.f90: Add 16-byte real variable for
6028 testing.
6029 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): Remove
6030 setup_kfail call.
6031
6032 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6033
6034 * README (Running the Testsuite): Change example.
6035 (Testsuite Parameters): Remove TRANSCRIPT.
6036 * lib/gdb.exp: Remove TRANSCRIPT check.
6037
6038 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6039
6040 * README (Testsuite Parameters): Add replay logging to
6041 GDBSERVER_DEBUG.
6042 (gdbserver,debug): Refer to GDBSERVER_DEBUG.
6043 * lib/gdbserver-support.exp (gdbserver_start): Treat gdbserverdebug
6044 as a comma separated list.
6045 (gdb_debug_init): Override procedure.
6046
6047 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6048
6049 * lib/gdb.exp (default_gdb_spawn): Call gdb_write_cmd_file.
6050 (gdb_write_cmd_file): New procedure.
6051 * lib/gdbserver-support.exp (gdbserver_start): Call
6052 gdbserver_write_cmd_file.
6053 (gdbserver_write_cmd_file): New procedure.
6054
6055 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6056
6057 * lib/gdb.exp (gdb_unload): Mark Y as an answer.
6058 (delete_breakpoints): Likewise.
6059 (gdb_run_cmd): Likewise.
6060 (gdb_start_cmd): Likewise.
6061 (gdb_starti_cmd): Likewise.
6062 (gdb_internal_error_resync): Likewise.
6063 (gdb_test_multiple): Likewise.
6064 (gdb_reinitialize_dir): Likewise.
6065 (default_gdb_exit): Likewise.
6066 (gdb_file_cmd): Mark kill as optional.
6067 (default_gdb_start): Call gdb_stdin_log_init.
6068 (send_gdb): Call gdb_stdin_log_write.
6069 (rerun_to_main): Mark Y as an answer.
6070 (gdb_stdin_log_init): New function.
6071 (gdb_stdin_log_write): Likewise.
6072
6073 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6074
6075 * gdb.base/breakpoint-in-ro-region.exp: Disable when debugging.
6076 * gdb.base/debug-expr.exp: Likewise.
6077 * gdb.base/foll-fork.exp: Likewise.
6078 * gdb.base/foll-vfork.exp: Likewise.
6079 * gdb.base/fork-print-inferior-events.exp: Likewise.
6080 * gdb.base/gdb-sigterm.exp: Likewise.
6081 * gdb.base/gdbinit-history.exp: Likewise.
6082 * gdb.base/osabi.exp: Likewise.
6083 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
6084 * gdb.base/ui-redirect.exp: Likewise.
6085 * gdb.gdb/unittest.exp: Likewise.
6086 * gdb.mi/mi-break.exp: Disable separate-mi-tty when debugging.
6087 * gdb.mi/mi-watch.exp: Likewise.
6088 * gdb.mi/new-ui-mi-sync.exp: Likewise.
6089 * gdb.mi/user-selected-context-sync.exp: Likewise.
6090 * gdb.python/python.exp: Disable debug test when debugging.
6091 * gdb.threads/check-libthread-db.exp: Disable when debugging.
6092 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
6093 Likewise.
6094 * gdb.threads/stepi-random-signal.exp: Likewise.
6095
6096 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6097
6098 * Makefile.in: Pass through GDB_DEBUG.
6099 * README (Testsuite Parameters): Add GDB_DEBUG.
6100 (gdb,debug): Add board setting.
6101 * lib/gdb.exp (default_gdb_start): Start debugging.
6102 (gdb_debug_enabled): New procedure.
6103 (gdb_debug_init): Likewise.
6104
6105 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6106
6107 * Makefile.in: Pass through GDB_DEBUG.
6108 * README (Testsuite Parameters): Add GDB_DEBUG.
6109 (gdb,debug): Add board setting.
6110 * lib/gdb.exp (default_gdb_start): Start debugging.
6111 (gdb_debug_enabled): New procedure.
6112 (gdb_debug_init): Likewise.
6113
6114 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6115
6116 * gdb.base/ui-redirect.exp: Add debug redirect tests.
6117
6118 2019-05-17 Alan Hayward <alan.hayward@arm.com>
6119
6120 * gdb.base/ui-redirect.exp: Test redirection.
6121
6122 2019-01-28 Jan Vrany <jan.vrany@fit.cvut.cz>
6123
6124 * gdb.mi/mi-complete.exp: New file.
6125 * gdb.mi/mi-complete.cc: Likewise.
6126
6127 2019-05-15 Bernhard Heckel <bernhard.heckel@intel.com>
6128
6129 * gdb.fortran/vla-sizeof.exp: Add tests of sizeof applied to
6130 indexed and sliced arrays, and pointers to arrays.
6131
6132 2019-05-14 Tom Tromey <tromey@adacore.com>
6133
6134 * gdb.base/info-shared.exp (check_info_shared): Add "info shared"
6135 styling test.
6136
6137 2019-05-14 Tom de Vries <tdevries@suse.de>
6138
6139 * gdb.dwarf2/dw2-skip-prologue.S (.debug_loc): Fix base address
6140 selection entry encoding.
6141
6142 2019-05-10 Tom Tromey <tromey@adacore.com>
6143
6144 * gdb.ada/info_exc.exp: Add "complete" test.
6145
6146 2019-05-09 Tom de Vries <tdevries@suse.de>
6147
6148 * gdb.arch/amd64-tailcall-self.S: Make DW_FORM_ref4 references
6149 CU-relative.
6150
6151 2019-05-09 Tom de Vries <tdevries@suse.de>
6152
6153 * gdb.arch/amd64-entry-value-paramref.S: Make DW_FORM_ref4 references
6154 CU-relative.
6155
6156 2019-05-08 Joel Brobecker <brobecker@adacore.com>
6157
6158 * gdb.ada/frame_arg_lang.exp: New testcase.
6159 * gdb.ada/frame_arg_lang/bla.adb: New file.
6160 * gdb.ada/frame_arg_lang/pck.ads: New file.
6161 * gdb.ada/frame_arg_lang/pck.adb: New file.
6162 * gdb.ada/frame_arg_lang/foo.c: New file.
6163
6164 2019-05-08 Tom Tromey <tromey@adacore.com>
6165
6166 * gdb.python/py-value.exp (test_value_in_inferior): Add Ada test.
6167
6168 2019-05-08 Tom Tromey <tromey@adacore.com>
6169
6170 * gdb.base/ptype-offsets.exp: Update tests.
6171
6172 2019-05-08 Tom Tromey <tromey@adacore.com>
6173
6174 * gdb.base/ptype-offsets.exp: Use string_to_regexp. Fix test
6175 cases.
6176 * gdb.base/ptype-offsets.cc (struct abc) <my_int_type>: Now
6177 "short".
6178
6179 2019-05-08 Tom Tromey <tromey@adacore.com>
6180
6181 * gdb.ada/vla.exp: New file.
6182 * gdb.ada/vla/vla.adb: New file.
6183
6184 2019-05-07 Tom de Vries <tdevries@suse.de>
6185
6186 * gdb.base/index-cache.exp (ls_host): Fix return statement.
6187
6188 2019-05-07 Tom de Vries <tdevries@suse.de>
6189
6190 PR testsuite/24522
6191 * gdb.dlang/watch-loc.c: Fix debug_info_offset in .debug_aranges
6192 section.
6193
6194 2019-05-07 Tom de Vries <tdevries@suse.de>
6195
6196 PR testsuite/24522
6197 * gdb.dwarf2/dw2-case-insensitive-debug.S: Fix debug_info_offset in
6198 .debug_aranges section.
6199
6200 2019-05-07 Tom de Vries <tdevries@suse.de>
6201
6202 PR testsuite/24159
6203 * lib/dwarf.exp: Fix handling of DW_FORM_ref_addr.
6204
6205 2019-05-06 Tom de Vries <tdevries@suse.de>
6206
6207 * lib/gdb.exp (exec_has_index_section): New proc.
6208 * gdb.base/index-cache.exp: Handle case that binfile contains an index
6209 section.
6210
6211 2019-05-04 Tom de Vries <tdevries@suse.de>
6212
6213 * boards/cc-with-debug-names.exp: New file.
6214
6215 2019-05-03 Tom Tromey <tromey@adacore.com>
6216
6217 * gdb.ada/char_enum/pck.ads (Global_Enum_Type): New type.
6218 * gdb.ada/char_enum/foo.adb: Use Global_Enum_Type.
6219 * gdb.ada/char_enum.exp: Add test.
6220
6221 2019-05-03 Tom de Vries <tdevries@suse.de>
6222
6223 * boards/cc-with-gdb-index.exp: New file.
6224
6225 2019-05-02 Andrew Burgess <andrew.burgess@embecosm.com>
6226
6227 * gdb.rust/simple.exp: Add new test case.
6228 * gdb.rust/simple.rs (struct StringAtOffset): New struct.
6229 (main): Initialise an instance of the new struct.
6230
6231 2019-05-01 Tom Tromey <tromey@adacore.com>
6232
6233 * gdb.ada/packed_array_assign/aggregates.ads (Nested_Packed): New
6234 record.
6235 (NPR): New variable.
6236 * gdb.ada/packed_array_assign.exp: Add nested packed assignment
6237 test.
6238
6239 2019-05-01 Tom Tromey <tromey@adacore.com>
6240
6241 * gdb.ada/packed_array_assign.exp: Add packed assignment
6242 regression test.
6243
6244 2019-05-01 Tom de Vries <tdevries@suse.de>
6245
6246 * boards/cc-with-tweaks.exp: Generate gdb.sh, and pass it in env(GDB).
6247
6248 2019-05-01 Tom de Vries <tdevries@suse.de>
6249
6250 * boards/dwarf4-gdb-index.exp: Use cc-with-tweaks.exp.
6251
6252 2019-04-30 Ali Tamur <tamur@google.com>
6253
6254 * lib/dwarf.exp(): Added DW_FORM_strx1-4.
6255
6256 2019-04-30 Tom Tromey <tromey@adacore.com>
6257
6258 * lib/ada.exp (find_ada_tool): New proc.
6259 * lib/gdb.exp (gdb_compile_shlib): Allow .o files as inputs.
6260 * gdb.ada/catch_ex_std.exp: New file.
6261 * gdb.ada/catch_ex_std/foo.adb: New file.
6262 * gdb.ada/catch_ex_std/some_package.adb: New file.
6263 * gdb.ada/catch_ex_std/some_package.ads: New file.
6264
6265 2019-04-30 Tom Tromey <tromey@adacore.com>
6266
6267 PR c++/24470:
6268 * gdb.cp/temargs.cc: Add test code from PR.
6269
6270 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
6271
6272 * gdb.fortran/vla-datatypes.exp: Update expected results.
6273 * gdb.fortran/vla-ptype.exp: Likewise.
6274 * gdb.fortran/vla-type.exp: Likewise.
6275 * gdb.fortran/vla-value.exp: Likewise.
6276
6277 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
6278
6279 * gdb.fortran/ptr-indentation.exp: Update expected results.
6280 * gdb.fortran/ptype-on-functions.exp: Likewise.
6281 * gdb.fortran/vla-ptr-info.exp: Likewise.
6282 * gdb.fortran/vla-value.exp: Likewise.
6283
6284 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
6285
6286 * gdb.fortran/ptype-on-functions.exp: New file.
6287 * gdb.fortran/ptype-on-functions.f90: New file.
6288
6289 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
6290
6291 * gdb.fortran/exprs.exp (test_convenience_variables): Expect lower
6292 case void string.
6293
6294 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
6295
6296 * gdb.fortran/complex.exp: Expand.
6297 * gdb.fortran/complex.f: Renamed to...
6298 * gdb.fortran/complex.f90: ...this, and extended to add more
6299 complex values.
6300
6301 2019-04-30 Andrew Burgess <andrew.burgess@embecosm.com>
6302
6303 * gdb.fortran/intrinsics.exp: Extend to cover MOD, CEILING, FLOOR,
6304 MODULO, CMPLX.
6305
6306 2019-04-29 Andrew Burgess <andrew.burgess@embecosm.com>
6307 Richard Bunt <richard.bunt@arm.com>
6308
6309 * gdb.base/max-depth.c: New file.
6310 * gdb.base/max-depth.exp: New file.
6311 * gdb.python/py-nested-maps.c: New file.
6312 * gdb.python/py-nested-maps.exp: New file.
6313 * gdb.python/py-nested-maps.py: New file.
6314 * gdb.python/py-format-string.exp (test_max_depth): New proc.
6315 (test_all_common): Call test_max_depth.
6316 * gdb.fortran/max-depth.exp: New file.
6317 * gdb.fortran/max-depth.f90: New file.
6318 * gdb.go/max-depth.exp: New file.
6319 * gdb.go/max-depth.go: New file.
6320 * gdb.modula2/max-depth.exp: New file.
6321 * gdb.modula2/max-depth.c: New file.
6322 * lib/gdb.exp (get_print_expr_at_depths): New proc.
6323
6324 2019-04-29 Tom de Vries <tdevries@suse.de>
6325
6326 * lib/opencl.exp (skip_opencl_tests): Add missing "with" in regexp.
6327
6328 2019-04-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6329
6330 * gdb.base/callexit.exp: Test may-call-functions off.
6331
6332 2019-04-25 Keith Seitz <keiths@redhat.com>
6333
6334 PR c++/24367
6335 * gdb.cp/meth-typedefs.cc (incomplete_struct)
6336 (another_incomplete_struct, test_incomplete): New definitions.
6337 (main): Use new definitions.
6338 * gdb.cp/meth-typedefs.exp: Add new tests for `test_incomplete'
6339 functions.
6340
6341 2019-04-25 Ali Tamur <tamur@google.com>
6342
6343 * lib/dwarf.exp (_handle_DW_FORM): Add DW_FORM_strx.
6344
6345 2019-04-25 Sergio Durigan Junior <sergiodj@redhat.com>
6346
6347 PR corefiles/11608
6348 PR corefiles/18187
6349 * gdb.base/coredump-filter-build-id.exp: New file.
6350
6351 2019-04-25 Alan Hayward <alan.hayward@arm.com>
6352
6353 * Makefile.in: Pass through GDBSERVER_DEBUG.
6354 * README (Testsuite Parameters): Add GDBSERVER_DEBUG.
6355 (gdbserver,debug): Add board setting.
6356 * gdb.trace/tspeed.exp: Skip when debugging.
6357 * lib/gdb.exp (gdbserver_debug_enabled): New procedure.
6358 * lib/gdbserver-support.exp: Likewise
6359
6360 2019-04-24 Tom Tromey <tromey@adacore.com>
6361
6362 * lib/gdb.exp (gdb_compile): Don't add -fno-stack-protector for
6363 Rust.
6364
6365 2019-04-24 Tom Tromey <tromey@adacore.com>
6366
6367 * gdb.arch/amd64-eval.exp: Test bitfield return.
6368 * gdb.arch/amd64-eval.cc (struct Bitfields): New.
6369 (class Foo) <return_bitfields>: New method.
6370 (main): Call it.
6371
6372 2019-04-23 Andrew Burgess <andrew.burgess@embecosm.com>
6373
6374 * gdb.cp/many-args.cc: New file.
6375 * gdb.cp/many-args.exp: New file.
6376
6377 2019-04-23 Tom de Vries <tdevries@suse.de>
6378
6379 PR gdb/24433
6380 * gdb.btrace/reconnect.exp: Fix stepi 19 pattern.
6381
6382 2019-04-23 Alan Hayward <alan.hayward@arm.com>
6383
6384 * gdb.trace/backtrace.exp: Use nopie flag.
6385 * gdb.trace/circ.exp: Likewise.
6386 * gdb.trace/collection.exp: Likewise.
6387 * gdb.trace/ftrace.exp: Likewise.
6388 * gdb.trace/mi-trace-unavailable.exp: Likewise.
6389 * gdb.trace/mi-traceframe-changed.exp: Likewise.
6390 * gdb.trace/qtro.exp: Likewise.
6391 * gdb.trace/read-memory.exp: Likewise.
6392 * gdb.trace/report.exp: Likewise.
6393 * gdb.trace/tfile.exp: Likewise.
6394 * gdb.trace/tfind.exp: Likewise.
6395 * gdb.trace/unavailable.exp: Likewise.
6396
6397 2019-04-22 Pedro Alves <palves@redhat.com>
6398
6399 * gdb.base/solib-probes-nosharedlibrary.c,
6400 gdb.base/solib-probes-nosharedlibrary.exp: New files.
6401
6402 2019-04-19 Tom Tromey <tromey@adacore.com>
6403
6404 * gdb.ada/ptype_union.c: New file.
6405 * gdb.ada/ptype_union.exp: New file.
6406
6407 2019-04-19 Tom Tromey <tromey@adacore.com>
6408
6409 PR symtab/24423:
6410 * gdb.base/list0.h (foo): Add a control-l character.
6411
6412 2019-04-18 Tom de Vries <tdevries@suse.de>
6413
6414 PR gdb/24433
6415 * boards/local-board.exp: Set sysroot to "".
6416
6417 2019-04-18 Tom de Vries <tdevries@suse.de>
6418 Pedro Alves <palves@redhat.com>
6419
6420 PR gdb/24454
6421 * gdb.threads/vfork-follow-child-exec.c: New file.
6422 * gdb.threads/vfork-follow-child-exec.exp: New file.
6423 * gdb.threads/vfork-follow-child-exit.c: New file.
6424 * gdb.threads/vfork-follow-child-exit.exp: New file.
6425
6426 2019-04-15 Leszek Swirski <leszeks@google.com>
6427
6428 * gdb.arch/amd64-eval.cc: New file.
6429 * gdb.arch/amd64-eval.exp: New file.
6430
6431 2019-04-11 Alan Hayward <alan.hayward@arm.com>
6432
6433 * gdb.server/sysroot.c: New test.
6434 * gdb.server/sysroot.exp: New file.
6435 * lib/gdbserver-support.exp (gdb_target_cmd): Add additional text
6436 matching param.
6437
6438 2019-04-11 Andrew Burgess <andrew.burgess@embecosm.com>
6439
6440 * gdb.base/align.exp: Extend test to cover structures containing
6441 only static fields.
6442
6443 2019-04-11 Tom de Vries <tdevries@suse.de>
6444
6445 * boards/cc-with-dwz-m.exp: New file.
6446 * boards/cc-with-dwz.exp: New file.
6447 * boards/cc-with-tweaks.exp: Note that check-gdb doesn't work.
6448
6449 2019-04-09 Simon Marchi <simon.marchi@efficios.com>
6450
6451 * gdb.base/start-cpp.exp: New file.
6452 * gdb.base/start-cpp.cc: New file.
6453
6454 2019-04-08 Kevin Buettner <kevinb@redhat.com>
6455
6456 * gdb.python/py-thrhandle.exp: Adjust tests to call
6457 thread_from_handle instead of thread_from_thread_handle.
6458
6459 2019-04-08 Kevin Buettner <kevinb@redhat.com>
6460
6461 * gdb.python/py-thrhandle.exp: Add tests for
6462 gdb.InferiorThread.handle.
6463
6464 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
6465
6466 * gdb.python/py-function.exp: Check calling helper function from
6467 all languages.
6468 * lib/gdb.exp (gdb_supported_languages): New proc.
6469
6470 2019-04-01 Andrew Burgess <andrew.burgess@embecosm.com>
6471
6472 * gdb.base/complex-parts.c: New file.
6473 * gdb.base/complex-parts.exp: New file.
6474
6475 2019-04-01 Tom Tromey <tromey@adacore.com>
6476
6477 PR symtab/23331:
6478 * gdb.dwarf2/dw2-ranges-main.c: New file.
6479 * gdb.dwarf2/dw2-ranges-psym.c: New file.
6480 * gdb.dwarf2/dw2-ranges-psym.exp: New file.
6481
6482 2019-03-30 Simon Marchi <simark@simark.ca>
6483
6484 * gdb.base/default.exp: Add values for $_gdb_major and
6485 $_gdb_minor.
6486
6487 2019-03-29 Tom Tromey <tromey@adacore.com>
6488
6489 * gdb.base/help.exp: Tighten apropos regexp.
6490
6491 2019-03-29 Keith Seitz <keiths@redhat.com>
6492
6493 * gdb.fortran/array-bounds.exp: New file.
6494 * gdb.fortran/array-bounds.f90: New file.
6495
6496 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6497
6498 * gdb.multi/multi-term-settings.c (main): Increase alarm timer.
6499
6500 2019-03-28 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6501
6502 * gdb.multi/hello.c (main): Increase alarm timer.
6503
6504 2019-03-28 Sandra Loosemore <sandra@codesourcery.com>
6505
6506 * gdb.threads/watchpoint-fork.exp (test): Use large timeout
6507 factor when no hardware watchpoint support.
6508
6509 2019-03-28 Alan Hayward <alan.hayward@arm.com>
6510 Pedro Alves <palves@redhat.com>
6511
6512 * boards/local-board.exp: set sysroot to /.
6513
6514 2019-03-27 Alan Hayward <alan.hayward@arm.com>
6515
6516 * gdb.base/interrupt-daemon-attach.c (main): Add alarm and sleep
6517 in child.
6518
6519 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6520
6521 * gdb.python/py-prettyprint.c (struct container) <is_map_p>: New
6522 field.
6523 (make_container): Initialise new field.
6524 * gdb.python/py-prettyprint.exp: Add new tests.
6525 * gdb.python/py-prettyprint.py (class ContainerPrinter)
6526 <display_hint>: New method.
6527
6528 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6529
6530 * gdb.python/py-prettyprint.exp: Use gdb_breakpoint and
6531 gdb_continue_to_breakpoint more throughout this test.
6532 (run_lang_tests) Supply unique test names, and use
6533 gdb_test_no_output.
6534
6535 2019-03-26 Andrew Burgess <andrew.burgess@embecosm.com>
6536
6537 * gdb.base/finish-pretty.exp: Update expected results.
6538 * gdb.base/pretty-print.c: New file.
6539 * gdb.base/pretty-print.exp: New file.
6540
6541 2019-03-25 Pedro Alves <palves@redhat.com>
6542
6543 * lib/gdb.exp (gdb_test_multiple): Split appends to $code and
6544 move comments outside list. Append '-i "" eof' section.
6545
6546 2019-03-22 Alan Hayward <alan.hayward@arm.com>
6547
6548 PR testsuite/25016
6549 * README: Add pie options.
6550 * gdb.base/break-interp.exp: Ensure pie is disabled.
6551 * gdb.base/dump.exp: Likewise.
6552 * lib/gdb.exp (gdb_compile): Add pie option.
6553
6554 2019-03-19 Tom Tromey <tromey@adacore.com>
6555
6556 * gdb.mi/mi2-cli-display.c: New file.
6557 * gdb.mi/mi2-cli-display.exp: New file.
6558
6559 2019-03-18 Joel Brobecker <brobecker@adacore.com>
6560 Tom Tromey <tromey@adacore.com>
6561
6562 * gdb.ada/ptype_array/pck.adb: New file.
6563 * gdb.ada/ptype_array/pck.ads: New file.
6564 * gdb.ada/ptype_array/foo.adb: New file.
6565 * gdb.ada/ptype_array.exp: New file.
6566
6567 2019-03-14 Tom Tromey <tromey@adacore.com>
6568
6569 * gdb.base/style.exp: Add "set style sources" test.
6570
6571 2019-03-13 Simon Marchi <simon.marchi@ericsson.com>
6572
6573 * mi-breakpoint-location-ena-dis.exp: Rename to ...
6574 * mi-breakpoint-multiple-locations.exp: ... this.
6575 (make_breakpoints_pattern): New proc.
6576 (do_test): Add mi_version parameter, test -break-insert,
6577 -break-info and =breakpoint-created.
6578
6579 2019-03-12 Andrew Burgess <andrew.burgess@embecosm.com>
6580
6581 * config/default.exp: Remove 'load_lib gdb.exp'.
6582 * config/monitor.exp: Likewise.
6583 * config/sid.exp: Likewise.
6584 * config/sim.exp: Likewise.
6585 * config/slite.exp: Likewise.
6586 * config/unix.exp: Likewise.
6587 * gdb.base/default.exp: Remove unhelpful comment.
6588
6589 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6590
6591 * gdb.fortran/type-kinds.exp: Extend to cover TYPE*SIZE cases.
6592
6593 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6594
6595 * gdb.fortran/intrinsics.exp: Extend to cover ABS.
6596
6597 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6598
6599 * gdb.fortran/type-kinds.exp: Update expected results.
6600
6601 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6602
6603 * gdb.fortran/type-kinds.exp: Test new integer type kind.
6604
6605 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6606
6607 * gdb.fortran/type-kinds.exp (test_cast_1_to_type_kind): New
6608 function.
6609 (test_basic_parsing_of_type_kinds): Expand types tested.
6610 (test_parsing_invalid_type_kinds): New function.
6611
6612 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6613
6614 * gdb.fortran/intrinsics.exp: New file.
6615 * gdb.fortran/intrinsics.f90: New file.
6616 * gdb.fortran/type-kinds.exp: New file.
6617
6618 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6619
6620 * gdb.fortran/dot-ops.exp: New file.
6621
6622 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6623
6624 * gdb.fortran/types.exp (test_logical_literal_types_accepted):
6625 Check upper and lower case logical literals.
6626
6627 2019-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
6628
6629 * gdb.fortran/types.exp (test_float_literal_types_accepted):
6630 Remove duplicate tests.
6631
6632 2019-03-06 Alan Hayward <alan.hayward@arm.com>
6633
6634 * lib/gdb.exp (builtin_cd): rename of cd.
6635 (cd): Override builtin.
6636
6637 2019-03-06 Richard Bunt <richard.bunt@arm.com>
6638
6639 * gdb.fortran/function-calls.exp: New file.
6640 * gdb.fortran/function-calls.f90: New test.
6641
6642 2019-03-04 Richard Bunt <richard.bunt@arm.com>
6643
6644 * gdb.fortran/short-circuit-argument-list.exp: Remove reliance
6645 on user program standard output.
6646 * gdb.fortran/short-circuit-argument-list.f90: Record function
6647 calls.
6648
6649 2019-02-28 Alan Hayward <alan.hayward@arm.com>
6650
6651 * lib/gdbserver-support.exp (gdbserver_start): Check for listen
6652 failure.
6653
6654 2019-02-28 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
6655
6656 PR gdb/8527
6657 * gdb.base/interrupt-daemon-attach.c,
6658 gdb.base/interrupt-daemon-attach.exp: New test.
6659
6660 2019-02-27 Pedro Alves <palves@redhat.com>
6661
6662 * gdb.base/page.exp: Add tests for "set width/height -1".
6663
6664 2019-02-27 Pedro Alves <palves@redhat.com>
6665
6666 * gdb.base/page.exp: Add tests for "set/show width/height" with
6667 "infinite" values.
6668
6669 2019-02-27 Tom Tromey <tromey@adacore.com>
6670
6671 * lib/gdb.exp (skip_python_tests_prompt): Don't check for Python
6672 2.4.
6673 * gdb.python/py-finish-breakpoint.exp: Remove Python 2.4
6674 workaround.
6675
6676 2019-02-27 Andrew Burgess <andrew.burgess@embecosm.com>
6677
6678 * gdb.base/align.exp: Extend to compile in both C and C++, and add
6679 tests for structs with static members.
6680
6681 2019-02-26 Tom Tromey <tromey@adacore.com>
6682
6683 * gdb.python/py-value.exp (test_value_from_buffer): Check for
6684 ValueError, not TypeError.
6685
6686 2019-02-26 Kevin Buettner <kevinb@redhat.com>
6687
6688 * gdb.python/py-value.exp (test_value_from_buffer): New proc with
6689 call from main program.
6690
6691 2019-02-23 Joel Brobecker <brobecker@adacore.com>
6692
6693 * gdb.ada/mi_ref_changeable.exp: Update copyright year range.
6694 * gdb.ada/mi_ref_changeable/foo_rb20_056.adb: Likewise.
6695 * gdb.ada/mi_ref_changeable/pck.adb: Likewise.
6696 * gdb.ada/mi_ref_changeable/pck.ads: Likewise.
6697 * gdb.dwarf2/inlined_subroutine-inheritance.exp: Likewise.
6698
6699 2019-02-22 Keith Seitz <keiths@redhat.com>
6700
6701 PR symtab/23853
6702 * gdb.base/symlink-sourcefile.c: New file.
6703 * gdb.base/symlink-sourcefile.exp: New file.
6704
6705 2019-02-20 Tom Tromey <tom@tromey.com>
6706
6707 * gdb.base/info_qt.exp: Update.
6708
6709 2019-02-19 Simon Marchi <simon.marchi@polymtl.ca>
6710
6711 * gdb.base/source.exp: Move "error in sourced script" code to
6712 the end.
6713 * gdb.base/source-error.gdb: Move contents to
6714 source-error-1.gdb. Add new code to source source-error-1.gdb.
6715 * gdb.base/source-error-1.gdb: New file, from previous
6716 source-error.gdb.
6717
6718 2019-02-17 Tom Tromey <tom@tromey.com>
6719
6720 * gdb.base/style.exp: Use -g3 to compile when possible. Add test
6721 for macro styling.
6722 * gdb.base/style.c (SOME_MACRO): New macro.
6723
6724 2019-02-17 Tom Tromey <tom@tromey.com>
6725
6726 * gdb.base/style.exp: Add line-wrapping tests.
6727 * gdb.base/page.exp: Add test for quitting during pagination.
6728
6729 2019-02-17 Joel Brobecker <brobecker@adacore.com>
6730
6731 * gdb.ada/big_packed_array: New testcase.
6732 * gdb.ada/homonym.exp: Fix incorrect expected output for
6733 "break <homonym__get_value>" test.
6734
6735 2019-02-13 Weimin Pan <weimin.pan@oracle.com>
6736
6737 PR breakpoints/21870
6738 * gdb.arch/aarch64-dbreg-contents.exp: Use runto_main + continue
6739 and prepare_for_testing. Add comment.
6740 * gdb.arch/aarch64-dbreg-contents.c: Remove SET_WATCHPOINT and
6741 redundant cleanup call. Clean up comment.
6742
6743 2019-02-12 Weimin Pan <weimin.pan@oracle.com>
6744
6745 PR breakpoints/21870
6746 * gdb.arch/aarch64-dbreg-contents.exp: New file.
6747 * gdb.arch/aarch64-dbreg-contents.c: New file.
6748
6749 2019-02-10 Joel Brobecker <brobecker@adacore.com>
6750
6751 * gdb.ada/mi_ref_changeable: New testcase.
6752
6753 2019-02-07 Alan Hayward <alan.hayward@arm.com>
6754
6755 * gdb.base/attach.exp: Add double attach test.
6756
6757 2019-02-07 Simon Marchi <simon.marchi@polymtl.ca>
6758
6759 * lib/gdb.exp (default_gdb_start): Don't match pagination
6760 prompt.
6761 (gdb_init): Set stty_init.
6762
6763 2019-01-27 Tom Tromey <tom@tromey.com>
6764
6765 * gdb.python/py-finish-breakpoint.exp: Remove duplicate call to
6766 skip_python_tests.
6767
6768 2019-01-24 Alan Hayward <alan.hayward@arm.com>
6769
6770 * gdb.base/infcall-nested-structs.c (struct struct_static_02_01):
6771 New structure.
6772 (struct struct_static_02_02): Likewise.
6773 (struct struct_static_02_03): Likewise.
6774 (struct struct_static_02_04): Likewise.
6775 (struct struct_static_04_01): Likewise.
6776 (struct struct_static_04_02): Likewise.
6777 (struct struct_static_04_03): Likewise.
6778 (struct struct_static_04_04): Likewise.
6779 (struct struct_static_06_01): Likewise.
6780 (struct struct_static_06_02): Likewise.
6781 (struct struct_static_06_03): Likewise.
6782 (struct struct_static_06_04): Likewise.
6783 (cmp_struct_static_02_01): Likewise.
6784 (cmp_struct_static_02_02): Likewise.
6785 (cmp_struct_static_02_03): Likewise.
6786 (cmp_struct_static_02_04): Likewise.
6787 (cmp_struct_static_04_01): Likewise.
6788 (cmp_struct_static_04_02): Likewise.
6789 (cmp_struct_static_04_03): Likewise.
6790 (cmp_struct_static_04_04): Likewise.
6791 (cmp_struct_static_06_01): Likewise.
6792 (cmp_struct_static_06_02): Likewise.
6793 (cmp_struct_static_06_03): Likewise.
6794 (cmp_struct_static_06_04): Likewise.
6795 (call_all): Test new structs.
6796 * gdb.base/infcall-nested-structs.exp: Likewise.
6797
6798 2019-01-21 Alan Hayward <alan.hayward@arm.com>
6799 * gdb.base/infcall-nested-structs.exp: Test C++ in addition to C.
6800
6801 2019-01-21 Alan Hayward <alan.hayward@arm.com>
6802 * gdb.base/stack-protector.c: New test.
6803 * gdb.base/stack-protector.exp: New file.
6804 * gdb.cp/ovldbreak.exp: Only allow a single break line.
6805 * lib/gdb.exp (get_compiler_info): Use getting_compiler_info
6806 option.
6807 (gdb_compile): Remove stack protector for GCC and prevent
6808 recursion.
6809
6810 2019-01-16 Keith Seitz <keiths@redhat.com>
6811
6812 PR gdb/23773
6813 * gdb.dwarf2/inlined_subroutine-inheritance.exp: New file.
6814
6815 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6816
6817 * gdb.arch/vsx-regs.exp: Add tests that use the vector register
6818 aliases.
6819 * gdb.arch/altivec-regs.exp: Likewise. Fix indentation of two
6820 tests.
6821 * gdb.arch/powerpc-vector-regs.c: New file.
6822 * gdb.arch/powerpc-vector-regs.exp: New file.
6823
6824 2019-01-14 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
6825
6826 * gdb.arch/altivec-regs.exp: Fix the list passed to
6827 gdb_expect_list when testing "info vector".
6828
6829 2019-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
6830
6831 * gdb.base/style.exp: Don't include path in testname.
6832
6833 2019-01-10 Keith Seitz <keiths@redhat.com>
6834
6835 PR gdb/23712
6836 PR symtab/23010
6837 * gdb.dwarf2/multidictionary.exp: New file.
6838
6839 2019-01-09 Simon Marchi <simon.marchi@ericsson.com>
6840
6841 * gdb.cp/demangle.exp (test_gnu_style_demangling): Rename to...
6842 (test_gnuv3_style_demangling): ... this.
6843 (test_lucid_style_demangling): Remove.
6844 (test_arm_style_demangling): Remove.
6845 (test_hp_style_demangling): Remove.
6846 (do_tests): Remove calls to the above.
6847
6848 2019-01-09 Andrew Burgess <andrew.burgess@embecosm.com>
6849
6850 * lib/mi-support.exp (mi_gdb_test): Remove interactive prompt
6851 case.
6852
6853 2019-01-06 Tom Tromey <tom@tromey.com>
6854
6855 PR gdb/28155:
6856 * gdb.dwarf2/typedef-void-finish.exp: New file.
6857
6858 2018-12-28 Tom Tromey <tom@tromey.com>
6859 Simon Marchi <simark@simark.ca>
6860
6861 * gdb.base/jit-exec.exp: New file.
6862 * gdb.base/jit-exec.c: New file.
6863 * gdb.base/jit-execd.c: New file.
6864
6865 2018-12-28 Tom Tromey <tom@tromey.com>
6866
6867 * gdb.base/style.exp: Update test to check for address styling.
6868
6869 2018-12-28 Tom Tromey <tom@tromey.com>
6870
6871 * gdb.base/style.exp: Add test for styling of "Reading symbols"
6872 message.
6873
6874 2018-12-28 Tom Tromey <tom@tromey.com>
6875
6876 * gdb.base/style.exp: Add test for version number styling.
6877
6878 2018-12-28 Tom Tromey <tom@tromey.com>
6879
6880 * gdb.base/style.exp: Add test for print_address_symbolic.
6881
6882 2018-12-28 Tom Tromey <tom@tromey.com>
6883
6884 * gdb.base/style.exp: Add test for breakpoint setting.
6885
6886 2018-12-28 Tom Tromey <tom@tromey.com>
6887
6888 * gdb.base/style.exp: Add test for variable names.
6889
6890 2018-12-28 Tom Tromey <tom@tromey.com>
6891
6892 * gdb.base/style.exp: New file.
6893 * gdb.base/style.c: New file.
6894
6895 2018-12-28 Tom Tromey <tom@tromey.com>
6896
6897 * lib/gdb.exp (gdb_init): Set the TERM environment variable to
6898 "dumb".
6899 * gdb.base/readline.exp (operate_and_get_next): Save and restore
6900 the TERM environment variable.
6901
6902 2018-12-27 Tom Tromey <tom@tromey.com>
6903
6904 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add
6905 pagination test.
6906
6907 2018-12-24 Andrew Burgess <andrew.burgess@embecosm.com>
6908
6909 * gdb.dwarf2/dw2-unusual-field-names.c: New file.
6910 * gdb.dwarf2/dw2-unusual-field-names.exp: New file.
6911
6912 2018-12-24 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6913
6914 * gdb.ada/bp_fun_addr/a.adb (a): Rename to bp_fun_addr.
6915 Filename a.adb changed to bp_fun_addr.adb.
6916 gdb.ada/bp_fun_addr.exp: Update test accordingly.
6917
6918 2018-12-21 Jan Vrany <jan.vrany@fit.cvut.cz>
6919
6920 * lib/gdb.exp (gdb_compile): Add new nopie flag enforce
6921 non-PIE executables.
6922 * README: Mention the gdb,nopie_flag board setting.
6923 * gdb.arch/amd64-disp-step.exp: Use nopie flag to enforce
6924 non-PIE executable.
6925 * gdb.arch/amd64-entry-value.exp: Likewise.
6926 * gdb.arch/amd64-invalid-stack-middle.exp: Likewise.
6927 * gdb.arch/i386-float.exp: Likewise.
6928 * gdb.arch/i386-signal.exp: Likewise.
6929 * gdb.mi/mi-reg-undefined.exp: Likewise.
6930
6931 2018-12-21 Paul Marechal <paul.marechal@ericsson.com>
6932
6933 PR gdb/23974
6934 * gdb.base/info-os.exp: Check return for unknown "info os" type.
6935
6936 2018-12-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6937
6938 * gdb.ada/info_auto_lang.exp: Normalize some_c source file.
6939 Update order of results accordingly.
6940
6941 2018-12-12 Andrew Burgess <andrew.burgess@embecosm.com>
6942
6943 * gdb.base/annota1.exp: Update a test regexp.
6944
6945 2018-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
6946
6947 * gdb.base/float.exp: Handle RISC-V targets without an FPU.
6948
6949 2018-12-09 Philippe Waroquiers <philippe.waroquiers@skynet.be>
6950
6951 * gdb.threads/tid-reuse.c (REUSE_TIME_CAP): Declare as 60.
6952 (reuse_time): Initialize to REUSE_TIME_CAP.
6953 (check_rc): New function.
6954 (main): Use REUSE_TIME_CAP instead of hardcoded 60.
6955 Check pthread_create rc.
6956 (spawner_thread_func): Check pthread_create and pthread_join rc.
6957
6958 2018-12-08 Pedro Alves <palves@redhat.com>
6959
6960 * gdb.base/list.exp (test_forward_search): Rename to ...
6961 (test_forward_reverse_search): ... this. Also test reverse-search
6962 and the forward-search alias.
6963
6964 2018-12-05 Andrew Burgess <andrew.burgess@embecosm.com>
6965
6966 * config/sim.exp (gdb_target_sim): Remove redundant adjustment of
6967 local timeout variable before return, and remove all local timeout
6968 variable entirely.
6969 (gdb_load): Likewise.
6970
6971 2018-12-01 Tom de Vries <tdevries@suse.de>
6972
6973 * gdb.base/gdb-caching-proc.exp: New file.
6974
6975 2018-11-25 Sergio Durigan Junior <sergiodj@redhat.com>
6976
6977 * Makefile.in (TIMESTAMP): New variable.
6978 (check-single): Add $(TIMESTAMP) to the end of $(DO_RUNTEST)
6979 command.
6980 (check-single-racy): Likewise.
6981 (check/%.exp): Likewise.
6982 (check-racy/%.exp): Likewise.
6983 (workers/%.worker): Likewise.
6984 (build-perf): Likewise.
6985 (check-perf): Likewise.
6986 * README: Describe new "TS" and "TS_FORMAT" variables.
6987 * print-ts.py: New file.
6988
6989 2018-11-21 Benno Fünfstück <benno.fuenfstueck@gmail.com>
6990
6991 PR python/23714
6992 * gdb.python/python.exp: Test command repetition after
6993 gdb.execute.
6994
6995 2018-11-20 Andrew Burgess <andrew.burgess@embecosm.com>
6996
6997 * gdb.opt/inline-break.exp: Add test that info breakpoint output
6998 is correctly aligned.
6999
7000 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7001
7002 * gdb.ada/info_auto_lang.exp: New testcase.
7003 * gdb.ada/info_auto_lang/global_pack.ads: New file.
7004 * gdb.ada/info_auto_lang/proc_in_ada.adb: New file.
7005 * gdb.ada/info_auto_lang/some_c.c: New file.
7006
7007 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7008
7009 * gdb.dwarf2/dw2-case-insensitive.exp: Update due to auto switch to
7010 FUNC_lang language syntax.
7011
7012 2018-11-20 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7013
7014 * gdb.base/info_minsym.c: New file.
7015 * gdb.base/info_minsym.exp: New file.
7016
7017 2018-11-19 Tom Tromey <tom@tromey.com>
7018
7019 PR rust/23625:
7020 * gdb.rust/simple.exp: Add ptype test. Update expected output.
7021 * gdb.rust/expr.exp: Update expected output. Change one test.
7022
7023 2018-11-19 Tom Tromey <tom@tromey.com>
7024
7025 * gdb.rust/simple.rs: Don't initialize empty_enum_value.
7026
7027 2018-11-19 Pedro Alves <palves@redhat.com>
7028
7029 * gdb.base/warning.exp: Don't override INTERNAL_FLAGS. Use
7030 gdb_spawn_with_cmdline_opts instead of gdb_start. Check that we
7031 see the expected warning.
7032
7033 2018-11-16 Alan Hayward <alan.hayward@arm.com>
7034
7035 PR gdb/22736:
7036 * gdb.cp/infcall-nodebug-lib.c: New test.
7037 * gdb.cp/infcall-nodebug-main.c: New test.
7038 * gdb.cp/infcall-nodebug.exp: New file.
7039
7040 2018-11-12 Simon Marchi <simon.marchi@polymtl.ca>
7041
7042 * gdb.base/skip.exp: Add standard_testfile. Add "skip delete"
7043 completer tests.
7044
7045 2018-11-09 Tom de Vries <tdevries@suse.de>
7046
7047 * gdb.base/msym-lang.c: New test.
7048 * gdb.base/msym-lang.exp: New file.
7049 * gdb.base/msym-lang-main.c: New test.
7050
7051 2018-11-08 Tom Tromey <tom@tromey.com>
7052
7053 PR gdb/23555:
7054 PR gdb/23838:
7055 * gdb.base/warning.exp: New file.
7056
7057 2018-11-08 Jan Beulich <jbeulich@suse.com>
7058
7059 * testsuite/gdb.arch/i386-avx512.c,
7060 testsuite/gdb.arch/i386-avx512.exp: Add 7th test.
7061
7062 2018-11-08 Andrew Burgess <andrew.burgess@embecosm.com>
7063
7064 * gdb.arch/riscv-reg-aliases.exp: Handle targets without floating
7065 point hardware.
7066
7067 2018-11-07 Andrew Burgess <andrew.burgess@embecosm.com>
7068
7069 * gdb.dwarf2/void-type.exp: Rename types, and make var_a an 'int'.
7070 * gdb.dwarf2/missing-type-name.exp: New file.
7071
7072 2018-11-06 Tom de Vries <tdevries@suse.de>
7073
7074 * gdb.base/many-headers.c: New test.
7075 * gdb.base/many-headers.exp: New file.
7076
7077 2018-11-06 Jim Wilson <jimw@sifive.com>
7078
7079 * gdb.base/code_elim.exp: For riscv, set additional_flags
7080 to include -msmall-data-limit=0.
7081
7082 2018-11-01 Joel Brobecker <brobecker@adacore.com>
7083
7084 * gdb.ada/watch_minus_l: New testcase.
7085
7086 2018-11-01 Sangamesh Mallayya <sangamesh.swamy@in.ibm.com>
7087
7088 * gdb.arch/aix-sighandle.c: New file.
7089 * gdb.arch/aix-sighandle.exp: New file.
7090
7091 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7092
7093 * gdb.arch/riscv-reg-aliases.exp: Rewrite to take account of float
7094 registers being unions.
7095
7096 2018-10-31 Tom de Vries <tdevries@suse.de>
7097
7098 * lib/valgrind.exp: New file.
7099 (vgdb_start, vgdb_stop): New procs, factored out of ...
7100 * gdb.base/valgrind-bt.exp: ... here, ...
7101 * gdb.base/valgrind-disp-step.exp: ... here and ...
7102 * gdb.base/valgrind-infcall.exp: ... here.
7103
7104 2018-10-31 Tom de Vries <tdevries@suse.de>
7105
7106 * lib/gdb.exp (get_valueof): Don't output read value in test name.
7107
7108 2018-10-31 Andrew Burgess <andrew.burgess@embecosm.com>
7109
7110 * gdb.dwarf2/void-type.c: New file.
7111 * gdb.dwarf2/void-type.exp: New file.
7112
7113 2018-10-27 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7114
7115 * gdb.base/info_qt.c: New file.
7116 * gdb.base/info_qt.exp: New file.
7117
7118 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7119
7120 * gdb.arch/powerpc-htm-regs.c: New file.
7121 * gdb.arch/powerpc-htm-regs.exp: New file.
7122
7123 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7124
7125 * gdb.arch/powerpc-tar.c: New file.
7126 * gdb.arch/powerpc-tar.exp: New file.
7127
7128 2018-10-26 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
7129
7130 * gdb.arch/powerpc-ppr-dscr.c: New file.
7131 * gdb.arch/powerpc-ppr-dscr.exp: New file.
7132
7133 2018-10-25 Tom de Vries <tdevries@suse.de>
7134
7135 * gdb.base/valgrind-db-attach.exp: Rewrite to use vgdb.
7136
7137 2018-10-24 Tom de Vries <tdevries@suse.de>
7138
7139 * lib/gdb.exp (gdb_test_multiple): Log wait status on process no
7140 longer exists error.
7141
7142 2018-10-24 Tom de Vries <tdevries@suse.de>
7143
7144 * gdb.base/catch-follow-exec.exp: Rewrite using gdb_test.
7145
7146 2018-10-24 Tom de Vries <tdevries@suse.de>
7147
7148 * gdb.base/valgrind-db-attach.exp: Handle removed support for
7149 --db-attach in valgrind.
7150
7151 2018-10-23 Andrew Burgess <andrew.burgess@embecosm.com>
7152
7153 * gdb.arch/riscv-reg-aliases.c: New file.
7154 * gdb.arch/riscv-reg-aliases.exp: New file.
7155
7156 2018-10-19 Alan Hayward <alan.hayward@arm.com>
7157
7158 * gdb.python/py-cmd.exp: Check for gdb_prompt.
7159
7160 2018-10-19 Alan Hayward <alan.hayward@arm.com>
7161
7162 * gdb.base/vla-optimized-out.exp: Allow either optimized out or 6.
7163
7164 2018-10-19 Alan Hayward <alan.hayward@arm.com>
7165
7166 * gdb.cp/ovldbreak.exp: Fix regexps.
7167
7168 2018-10-19 Alan Hayward <alan.hayward@arm.com>
7169
7170 * gdb.compile/compile-cplus-print.exp: Start inferior earlier.
7171
7172 2018-10-18 Sergio Durigan Junior <sergiodj@redhat.com>
7173
7174 PR cli/23785
7175 * gdb.base/restore.exp: New test to check if "restore" with an
7176 invalid file doesn't segfault.
7177
7178 2018-10-18 Tom de Vries <tdevries@suse.de>
7179
7180 * gdb.ada/bp_inlined_func.exp: Fix capitalized test name.
7181 * gdb.ada/excep_handle.exp: Same.
7182 * gdb.ada/mi_string_access.exp: Same.
7183 * gdb.ada/mi_var_union.exp: Same.
7184 * gdb.arch/arc-analyze-prologue.exp: Same.
7185 * gdb.arch/arc-decode-insn.exp: Same.
7186 * gdb.base/readnever.exp: Same.
7187 * gdb.fortran/printing-types.exp: Same.
7188 * gdb.guile/scm-lazy-string.exp: Same.
7189
7190 2018-10-16 Tom de Vries <tdevries@suse.de>
7191
7192 PR gdb/23730
7193 * gdb.base/catch-follow-exec.c: Add copyright notice.
7194 * gdb.base/catch-follow-exec.exp: Rewrite to use
7195 gdb_spawn_with_cmdline_opts. Require gdb-native.
7196
7197 2018-10-12 Sandra Loosemore <sandra@codesourcery.com>
7198
7199 * gdb.trace/actions-changed.exp: Check for arch support.
7200 * gdb.trace/actions.exp: Likewise.
7201 * gdb.trace/ax.exp: Likewise.
7202 * gdb.trace/backtrace.exp: Likewise.
7203 * gdb.trace/change-loc.exp: Likewise.
7204 * gdb.trace/deltrace.exp: Likewise.
7205 * gdb.trace/ftrace-lock.exp: Check for shlib and arch support.
7206 * gdb.trace/ftrace.exp: Likewise.
7207 * gdb.trace/infotrace.exp: Check for arch support.
7208 * gdb.trace/mi-trace-frame-collected.exp: Likewise.
7209 * gdb.trace/mi-tracepoint-changed.exp: Likewise.
7210 * gdb.trace/mi-tsv-changed.exp: Likewise.
7211 * gdb.trace/packetlen.exp: Likewise.
7212 * gdb.trace/passc-dyn.exp: Likewise.
7213 * gdb.trace/passcount.exp: Likewise.
7214 * gdb.trace/pending.exp: Likewise.
7215 * gdb.trace/range-stepping.exp: Check for shlib support.
7216 * gdb.trace/report.exp: Check for arch support.
7217 * gdb.trace/save-trace.exp: Likewise.
7218 * gdb.trace/signal.exp: Check for signal support.
7219 * gdb.trace/tfind.exp: Check for arch support.
7220 * gdb.trace/trace-break.exp: Check for arch and shlib support.
7221 * gdb.trace/trace-common.h: Add comment.
7222 * gdb.trace/trace-condition.exp: Check for shlib and arch support.
7223 * gdb.trace/trace-enable-disable.exp: Likewise.
7224 * gdb.trace/trace-mt.exp: Likewise. Remove redundant untested call.
7225 * gdb.trace/tracecmd.exp: Check for arch support.
7226 * gdb.trace/tspeed.exp: Check for shlib and target support.
7227 * gdb.trace/tstatus.exp: Check for arch support.
7228 * gdb.trace/tsv.exp: Likewise.
7229 * gdb.trace/while-dyn.exp: Likewise.
7230 * gdb.trace/while-stepping.exp: Likewise.
7231 * lib/trace-support.exp (gdb_trace_common_supports_arch): New.
7232
7233 2018-10-12 Simon Marchi <simon.marchi@ericsson.com>
7234
7235 * gdb.trace/tspeed.exp: Remove nowarnings.
7236 (prepare_for_trace_test): Declare "global ipalib".
7237 * gdb.trace/tspeed.c: Include unistd.h.
7238 (main): Remove superfluous printf argument.
7239
7240 2018-10-11 Sandra Loosemore <sandra@codesourcery.com>
7241
7242 * gdb.base/solib-vanish.exp: Fix regexp not to require a POSIX
7243 directory prefix on the filename.
7244
7245 2018-10-10 Sergio Durigan Junior <sergiodj@redhat.com>
7246
7247 * gdb.gdb/unittest.exp: Update expected message informing that
7248 selftests have been disabled.
7249 * gdb.server/unittest.exp: Likewise.
7250
7251 2018-10-09 Tom de Vries <tdevries@suse.de>
7252
7253 * lib/gdb.exp (target_supports_scheduler_locking): Replace gdb_start_cmd
7254 with runto_main.
7255
7256 2018-10-08 Weimin Pan <weimin.pan@oracle.com>
7257
7258 PR c++/16841
7259 * gdb.cp/virtbase2.cc: New file.
7260 * gdb.cp/virtbase2.exp: New file.
7261
7262 2018-10-06 Tom Tromey <tom@tromey.com>
7263
7264 PR python/19399:
7265 * gdb.python/py-inferior.exp: Add architecture test.
7266
7267 2018-10-06 Tom Tromey <tom@tromey.com>
7268
7269 * gdb.base/gnu-ifunc.exp (build): Use standard_output_file.
7270 * gdb.trace/unavailable-dwarf-piece.exp: Use standard_output_file.
7271
7272 2018-10-06 Tom Tromey <tom@tromey.com>
7273
7274 * gdb.python/py-breakpoint.exp (check_last_event): Check location
7275 of a "throw" catchpoint.
7276
7277 2018-10-06 Sergio Durigan Junior <sergiodj@redhat.com>
7278
7279 * gdb.base/info-proc.exp: Update string expected from "help info
7280 proc".
7281
7282 2018-10-04 Tom Tromey <tom@tromey.com>
7283
7284 * gdb.cp/maint.exp (test_invalid_name): Update expected output.
7285 * gdb.gdb/complaints.exp (test_short_complaints): Remove.
7286 (test_initial_complaints, test_empty_complaints): Update.
7287 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
7288
7289 2018-10-04 Tom Tromey <tom@tromey.com>
7290
7291 PR cli/19551:
7292 * lib/mi-support.exp (mi_gdb_file_cmd): Update.
7293 * lib/gdb.exp (gdb_file_cmd): Update.
7294 * gdb.stabs/weird.exp (print_weird_var): Update.
7295 * gdb.server/solib-list.exp: Update.
7296 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Update.
7297 * gdb.mi/mi-cli.exp: Update.
7298 * gdb.linespec/linespec.exp: Update.
7299 * gdb.dwarf2/dw2-stack-boundary.exp: Update.
7300 * gdb.dwarf2/dw2-objfile-overlap.exp: Update.
7301 * gdb.cp/cp-relocate.exp: Update.
7302 * gdb.base/sym-file.exp: Update.
7303 * gdb.base/relocate.exp: Update.
7304 * gdb.base/readnever.exp: Update.
7305 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
7306 * gdb.base/kill-detach-inferiors-cmd.exp: Update.
7307 * gdb.base/dbx.exp (gdb_file_cmd): Update.
7308 * gdb.base/code_elim.exp: Update.
7309 * gdb.base/break-unload-file.exp (test_break): Update.
7310 * gdb.base/break-interp.exp (test_attach_gdb): Update.
7311 * gdb.base/break-idempotent.exp (force_breakpoint_re_set):
7312 Update.
7313 * gdb.base/attach.exp (do_attach_tests): Update.
7314 * gdb.base/sepdebug.exp: Update.
7315 * gdb.python/py-section-script.exp: Update.
7316
7317 2018-10-04 Tom Tromey <tom@tromey.com>
7318
7319 PR cli/22234:
7320 * gdb.dwarf2/dw2-stack-boundary.exp: Update expected output.
7321 * gdb.gdb/complaints.exp (test_short_complaints): Update expected
7322 output.
7323
7324 2018-10-04 Tom Tromey <tom@tromey.com>
7325
7326 * gdb.base/attach.exp (test_command_line_attach_run): Use -quiet;
7327 set width and height to 0.
7328 (test_command_line_attach_run): Use -quiet.
7329
7330 2018-10-03 Sandra Loosemore <sandra@codesourcery.com>
7331
7332 * lib/gdb.exp (skip_ifunc_tests): New.
7333 * gdb.base/gnu-ifunc.exp: Skip if no ifunc support. Handle
7334 other compile failures.
7335 * gdb.compile/compile-ifunc.exp: Skip if no ifunc support.
7336
7337 2018-10-01 Simon Marchi <simon.marchi@ericsson.com>
7338
7339 * gdb.arch/i386-avx512.exp: Fix setting of nr_regs based on
7340 is_amd64_regs_target.
7341
7342 2018-10-01 Alan Hayward <alan.hayward@arm.com>
7343
7344 * gdb.arch/aarch64-sighandler-regs.c: New test.
7345 * gdb.arch/aarch64-sighandler-regs.exp: New file.
7346 * lib/gdb.exp (skip_aarch64_sve_tests): New proc.
7347
7348 2018-10-01 Markus Metzger <markus.t.metzger@intel.com>
7349
7350 * lib/gdb.exp (is_amd64_regs_target): Change assembly to C inline
7351 assembly.
7352
7353 2018-09-28 Andrew Burgess <andrew.burgess@embecosm.com>
7354
7355 * gdb.base/frame-selection.exp: New file.
7356 * gdb.base/frame-selection.c: New file.
7357
7358 2018-09-27 Alan Hayward <alan.hayward@arm.com>
7359
7360 * gdb.threads/check-libthread-db.c (thread_routine): Use a
7361 pthread barrier.
7362 (main): Likewise.
7363
7364 2018-09-26 Andrew Burgess <andrew.burgess@embecosm.com>
7365
7366 * gdb.base/large-frame-1.c: New file.
7367 * gdb.base/large-frame-2.c: New file.
7368 * gdb.base/large-frame.exp: New file.
7369 * gdb.base/large-frame.h: New file.
7370
7371 2018-09-24 Jozef Lawrynowicz <jozef.l@mittosystems.com>
7372
7373 PR gdb/20948
7374 * gdb.base/write_mem.exp: New test.
7375 * gdb.base/write_mem.c: Likewise.
7376
7377 2018-09-23 Tom Tromey <tom@tromey.com>
7378
7379 PR python/18852:
7380 * gdb.python/py-parameter.exp: Add test for parameter that throws
7381 on "set".
7382
7383 2018-09-23 Tom Tromey <tom@tromey.com>
7384
7385 PR python/17284:
7386 * gdb.python/py-template.exp (test_template_arg): Add test for
7387 negative template argument number.
7388
7389 2018-09-23 Tom Tromey <tom@tromey.com>
7390
7391 PR python/14062:
7392 * gdb.python/python.exp: Add test for post_event error.
7393
7394 2018-09-23 Tom Tromey <tom@tromey.com>
7395
7396 PR python/18170:
7397 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests to
7398 convert pointers to int and long.
7399
7400 2018-09-23 Tom Tromey <tom@tromey.com>
7401
7402 PR python/20126:
7403 * gdb.python/py-value.exp (test_value_numeric_ops): Add
7404 signed-ness conversion tests.
7405
7406 2018-09-23 Tom Tromey <tom@tromey.com>
7407
7408 PR python/18352;
7409 * gdb.python/py-value.exp (test_float_conversion): New proc.
7410 Use it.
7411
7412 2018-09-20 Hafiz Abid Qadeer <abidh@codesourcery.com>
7413
7414 gdb.base/reggroups.exp (fetch_reggroups): Add '_' in match pattern.
7415
7416 2018-09-18 Sandra Loosemore <sandra@codesourcery.com>
7417
7418 * gdb.base/complete-empty.exp: Skip tab-completion tests if
7419 no readline.
7420 * gdb.base/utf8-identifiers.exp: Likewise.
7421 * gdb.cp/cpcompletion.exp: Likewise.
7422 * gdb.linespec/cpcompletion.exp: Likewise.
7423 * gdb.linespec/cpls-abi-tag.exp: Likewise.
7424 * gdb.linespec/cpls-ops.exp: Likewise.
7425
7426 2018-09-19 Richard Bunt <richard.bunt@arm.com>
7427 Chris January <chris.january@arm.com>
7428
7429 * gdb.cp/koenig.exp: Extend to test logical short circuiting.
7430 * gdb.fortran/short-circuit-argument-list.exp: New file.
7431 * gdb.fortran/short-circuit-argument-list.f90: New test.
7432
7433 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
7434
7435 * gdb.arch/amd64-invalid-stack-top.exp: Expect optional
7436 "arch=" keyword when executing "-stack-list-frames".
7437
7438 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
7439
7440 * gdb.arch/amd64-invalid-stack-middle.exp: Expect optional
7441 "arch=" keyword when executing "-stack-list-frames".
7442
7443 2018-09-18 Sergio Durigan Junior <sergiodj@redhat.com>
7444
7445 * gdb.ada/complete.exp: Expect for "@" when doing "complete
7446 break ada".
7447
7448 2018-09-17 Simon Marchi <simon.marchi@polymtl.ca>
7449
7450 PR python/23669
7451 * gdb.python/python.exp: Test gdb.execute("show commands").
7452
7453 2018-09-16 Tom Tromey <tom@tromey.com>
7454
7455 * gdb.base/new-ui.exp (do_execution_tests): Update.
7456 * gdb.base/dbx.exp (test_breakpoints): Update.
7457
7458 2018-09-14 Alan Hayward <alan.hayward@arm.com>
7459
7460 * lib/gdb.exp (gdb_simple_compile): Add proc.
7461 (is_elf_target): Use gdb_simple_compile.
7462 (skip_altivec_tests): Likewise.
7463 (skip_vsx_tests): Likewise.
7464 (skip_tsx_tests): Likewise.
7465 (skip_btrace_tests): Likewise.
7466 (skip_btrace_pt_tests): Likewise.
7467 (gdb_can_simple_compile): Likewise.
7468 (gdb_has_argv0): Likewise.
7469 (gdb_target_symbol_prefix): Likewise.
7470 (target_supports_scheduler_locking): Likewise.
7471
7472 2018-09-13 Tom Tromey <tom@tromey.com>
7473
7474 * Makefile.in (TAGS): Recognize proc_with_prefix and
7475 gdb_caching_proc.
7476
7477 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7478
7479 * gdb.python/py-progspace.exp: Test the Progspace.objfiles
7480 method.
7481
7482 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7483
7484 * gdb.python/py-inferior.exp: Add tests for Inferior.progspace
7485 and a few other Inferior properties when the Inferior is no
7486 longer valid.
7487
7488 2018-09-13 Tom Tromey <tom@tromey.com>
7489
7490 PR rust/23650:
7491 * gdb.rust/simple.exp: Add test for enum field access error.
7492
7493 2018-09-13 Tom Tromey <tom@tromey.com>
7494
7495 PR rust/23626:
7496 * gdb.rust/simple.rs (EmptyEnum): New type.
7497 (main): Use it.
7498 * gdb.rust/simple.exp (test_one_slice): Add empty enum test.
7499
7500 2018-09-13 Simon Marchi <simon.marchi@ericsson.com>
7501
7502 * gdb.python/py-inferior.exp: Test repr() of gdb.Inferior.
7503 * gdb.python/py-objfile.exp: Test repr() of gdb.Objfile.
7504 * gdb.python/py-symtab.exp: Update test printing an objfile.
7505
7506 2018-09-12 Simon Marchi <simon.marchi@ericsson.com>
7507
7508 * gdb.python/py-inferior.exp: Test using an invalid gdb.Inferior
7509 object.
7510
7511 2018-09-12 Alan Hayward <alan.hayward@arm.com>
7512
7513 * lib/gdb.exp (gdb_can_simple_compile): Add proc.
7514 (support_complex_tests): Use gdb_can_simple_compile.
7515 (is_ilp32_target): Likewise.
7516 (is_lp64_target): Likewise.
7517 (is_64_target): Likewise.
7518 (is_amd64_regs_target): Likewise.
7519 (is_aarch32_target): Likewise.
7520 (gdb_int128_helper): Likewise.
7521
7522 2018-09-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7523
7524 * Makefile.in (check-parallel-racy): Fix dg-extract-results.sh path.
7525
7526 2018-09-10 Jerome Guitton <guitton@adacore.com>
7527
7528 * gdb.ada/same_component_name: Add test for case of tagged record
7529 with variable-length fields.
7530
7531 2018-09-10 Xavier Roirand <roirand@adacore.com>
7532
7533 * gdb.ada/access_to_unbounded_array.exp: New testcase.
7534 * gdb.ada/access_to_unbounded_array/foo.adb: New file.
7535 * gdb.ada/access_to_unbounded_array/pack.adb: New file.
7536 * gdb.ada/access_to_unbounded_array/pack.ads: New file.
7537
7538 2018-09-10 Xavier Roirand <roirand@adacore.com>
7539
7540 * gdb.ada/mi_string_access.exp: New testcase.
7541 * gdb.ada/mi_string_access/bar.adb: New file.
7542 * gdb.ada/mi_string_access/pck.adb: New file.
7543 * gdb.ada/mi_string_access/pck.asd: New file.
7544
7545 2018-09-10 Xavier Roirand <roirand@adacore.com>
7546
7547 * gdb.ada/mi_var_union.exp: New testcase.
7548 * gdb.ada/mi_var_union/bar.adb: New file.
7549 * gdb.ada/mi_var_union/pck.adb: New file.
7550 * gdb.ada/mi_var_union/pck.asd: New file.
7551
7552 2018-09-08 Tom Tromey <tom@tromey.com>
7553
7554 * gdb.python/py-prettyprint.exp: Use with_test_prefix.
7555
7556 2018-09-08 Tom Tromey <tom@tromey.com>
7557
7558 PR python/16047:
7559 * gdb.python/py-prettyprint.py (pp_int_typedef3): New class.
7560 (register_pretty_printers): Register new printer.
7561 * gdb.python/py-prettyprint.exp (run_lang_tests): Add int_type3
7562 test.
7563 * gdb.python/py-prettyprint.c (int_type3): New typedef.
7564 (an_int_type3): New global.
7565
7566 2018-09-08 Joel Brobecker <brobecker@adacore.com>
7567
7568 * gdb.ada/expr_with_funcall: New testcase.
7569
7570 2018-09-08 Joel Brobecker <brobecker@adacore.com>
7571
7572 * gdb.ada/packed_array_assign: New testcase.
7573
7574 2018-09-07 Andrew Burgess <andrew.burgess@embecosm.com>
7575
7576 * gdb.base/watchpoint.exp (test_complex_watchpoint): Extend test
7577 names, and add test prefixes to make test names unique.
7578
7579 2018-09-05 Tom de Vries <tdevries@suse.de>
7580
7581 * gdb.dwarf2/varval.exp: Add test.
7582
7583 2018-09-04 Gary Benson <gbenson@redhat.com>
7584
7585 * gdb.base/batch-exit-status.exp: Use gdb_test_multiple and expect
7586 'eof' before 'wait -i'. Use remote_close and clear_gdb_spawn_id.
7587
7588 2018-08-31 Tom Tromey <tom@tromey.com>
7589
7590 * gdb.rust/simple.rs: Rename second variable "v".
7591
7592 2018-08-30 Andrew Burgess <andrew.burgess@embecosm.com>
7593
7594 * gdb.base/funcargs.c (use_a): New function.
7595 (recurse): Call use_a.
7596
7597 2018-08-29 Keith Seitz <keiths@redhat.com>
7598
7599 * gdb.compile/compile-cplus-anonymous.cc: New file.
7600 * gdb.compile/compile-cplus-anonymous.exp: New file.
7601 * gdb.compile/compile-cplus-array-decay.cc: New file.
7602 * gdb.compile/compile-cplus-array-decay.exp: New file.
7603 * gdb.compile/compile-cplus-inherit.cc: New file.
7604 * gdb.compile/compile-cplus-inherit.exp: New file.
7605 * gdb.compile/compile-cplus-member.cc: New file.
7606 * gdb.compile/compile-cplus-member.exp: New file.
7607 * gdb.compile/compile-cplus-method.cc: New file.
7608 * gdb.compile/compile-cplus-method.exp: New file.
7609 * gdb.compile/compile-cplus-mod.c: "New" file.
7610 * gdb.compile/compile-cplus-namespace.cc: New file.
7611 * gdb.compile/compile-cplus-namespace.exp: New file.
7612 * gdb.compile/compile-cplus-nested.cc: New file.
7613 * gdb.compile/compile-cplus-nested.exp: New file.
7614 * gdb.compile/compile-cplus-print.c: "New" file.
7615 * gdb.compile/compile-cplus-print.exp: "New" file.
7616 * gdb.compile/compile-cplus-virtual.cc: New file.
7617 * gdb.compile/compile-cplus-virtual.exp: New file.
7618 * gdb.compile/compile-cplus.c: "New" file.
7619 * gdb.compile/compile-cplus.exp: "New" file.
7620 * lib/compile-support.exp: New file.
7621
7622 2018-08-16 Gary Benson <gbenson@redhat.com>
7623
7624 PR gdb/13000:
7625 * gdb.base/batch-exit-status.exp: New file.
7626 * gdb.base/batch-exit-status.good-commands: Likewise.
7627 * gdb.base/batch-exit-status.bad-commands: Likewise.
7628
7629 2018-08-29 Alan Hayward <alan.hayward@arm.com>
7630
7631 * gdb.base/infcall-nested-structs.c (struct struct01): Remove.
7632 (struct struct02): Likewise.
7633 (struct struct03): Likewise.
7634 (struct struct04): Likewise.
7635 (struct struct_01_01): New struct.
7636 (struct struct_01_02): Likewise.
7637 (struct struct_01_03): Likewise.
7638 (struct struct_01_04): Likewise.
7639 (struct struct_02_01): Likewise.
7640 (struct struct_02_02): Likewise.
7641 (struct struct_02_03): Likewise.
7642 (struct struct_02_04): Likewise.
7643 (struct struct_04_01): Likewise.
7644 (struct struct_04_02): Likewise.
7645 (struct struct_04_03): Likewise.
7646 (struct struct_04_04): Likewise.
7647 (struct struct_05_01): Likewise.
7648 (struct struct_05_02): Likewise.
7649 (struct struct_05_03): Likewise.
7650 (struct struct_05_04): Likewise.
7651 (cmp_struct01): Remove function.
7652 (cmp_struct02): Likewise.
7653 (cmp_struct03): Likewise.
7654 (cmp_struct04): Likewise.
7655 (cmp_struct_01_01): Add Function.
7656 (cmp_struct_01_02): Likewise.
7657 (cmp_struct_01_03): Likewise.
7658 (cmp_struct_01_04): Likewise.
7659 (cmp_struct_02_01): Likewise.
7660 (cmp_struct_02_02): Likewise.
7661 (cmp_struct_02_03): Likewise.
7662 (cmp_struct_02_04): Likewise.
7663 (cmp_struct_04_01): Likewise.
7664 (cmp_struct_04_02): Likewise.
7665 (cmp_struct_04_03): Likewise.
7666 (cmp_struct_04_04): Likewise.
7667 (cmp_struct_05_01): Likewise.
7668 (cmp_struct_05_02): Likewise.
7669 (cmp_struct_05_03): Likewise.
7670 (cmp_struct_05_04): Likewise.
7671 (call_all): Add new structs.
7672 * gdb.base/infcall-nested-structs.exp: Likewise.
7673
7674 2018-08-27 Jan Vrany <jan.vrany@fit.cvut.cz>
7675
7676 * gdb.python/py-framefilter-mi.exp: Update regexp to
7677 check for "arch" field in frame output.
7678
7679 2018-08-23 Kevin Buettner <kevinb@redhat.com>
7680
7681 * gdb.dwarf2/dw2-ranges-func.c: New file.
7682 * gdb.dwarf2/dw2-ranges-func.exp: New file.
7683
7684 2018-08-22 Simon Marchi <simon.marchi@polymtl.ca>
7685
7686 * gdb.base/term.exp: Compare terminal settings with values from
7687 the inferior.
7688 * gdb.base/term.c: Get and set terminal settings.
7689
7690 2018-08-22 Jan Vrany <jan.vrany@fit.cvut.cz>
7691
7692 * lib/mi-support.exp (mi_expect_stop): Update regexp to
7693 accommodate new "arch" field in frame output.
7694 * gdb.mi/mi-return.exp: Likewise.
7695 * gdb.mi/mi-stack.exp: Likewise.
7696 * gdb.mi/mi-syn-frame.exp: Likewise.
7697 * gdb.mi/user-selected-context-sync.exp: Likewise.
7698
7699 2018-08-19 Michael Spang <spang@google.com>
7700
7701 PR gdb/11786
7702 * gdb.base/gcore-tls-pie.c: New file.
7703 * gdb.base/gcore-tls-pie.exp: New file.
7704
7705 2018-08-18 Kevin Buettner <kevinb@redhat.com>
7706
7707 * lib/dwarf.exp: Add support for DW_OP_GNU_variable_value.
7708 * gdb.dwarf2/varval.c: New file.
7709 * gdb.dwarf2/varval.exp: New file.
7710
7711 2018-08-17 Alan Hayward <alan.hayward@arm.com>
7712
7713 PR gdb/18931
7714 * gdb.arch/aarch64-fp.c (main): Fix asm registers.
7715
7716 2018-08-16 Keith Seitz <keiths@redhat.com>
7717
7718 * gdb.compile/compile.exp: Use gdb_test_no_output for "compile code"
7719 tests expected to pass.
7720
7721 2018-08-14 Jan Vrany <jan.vrany@fit.cvut.cz>
7722
7723 * gdb.mi/mi-disassemble.exp (test_disassembly_only): Add tests for
7724 -data-disassemble -a.
7725 (test_disassembly_bogus_args): Likewise.
7726
7727 2018-08-14 Andrew Burgess <andrew.burgess@embecosm.com>
7728
7729 * gdb.mi/list-thread-groups-available.exp: Update test regexp.
7730
7731 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7732
7733 * gdb.base/vla-optimized-out.exp: Add new test.
7734
7735 2018-08-09 Andrew Burgess <andrew.burgess@embecosm.com>
7736
7737 * gdb.base/vla-optimized-out-o3.exp: Delete.
7738 * gdb.base/vla-optimized-out-o3-strict.exp: Delete.
7739 * gdb.base/vla-optimized-out.exp: Extend to cover all of the
7740 deleted tests.
7741
7742 2018-08-08 Andrew Burgess <andrew.burgess@embecosm.com>
7743
7744 PR gdb/18050:
7745 * gdb.server/extended-remote-restart.c: New file.
7746 * gdb.server/extended-remote-restart.exp: New file.
7747
7748 2018-08-07 Simon Marchi <simon.marchi@polymtl.ca>
7749
7750 * gdb.fortran/nested-funcs.exp: Replace "set index = 42" with
7751 "set variable index = 42".
7752
7753 2018-08-07 Simon Marchi <simon.marchi@ericsson.com>
7754
7755 * boards/index-cache-gdb.exp: New file.
7756 * gdb.dwarf2/index-cache.exp: New file.
7757 * gdb.dwarf2/index-cache.c: New file.
7758 * gdb.base/maint.exp: Check if we are using the index cache.
7759
7760 2018-08-07 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7761
7762 * Makefile.in (saw_dash_j): Allow for GNU make 4.2+ passing -jN in
7763 MAKEFLAGS.
7764
7765 2018-08-06 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
7766
7767 * dg-extract-results.sh: Move to toplevel contrib.
7768 * Makefile.in (check-parallel): Reflect dg-extract-results.sh move.
7769 * Makefile.in (check-parallel-racy): Likewise.
7770
7771 2018-08-06 Andrew Burgess <andrew.burgess@embecosm.com>
7772
7773 * lib/gdb.exp (target_supports_scheduler_locking): New proc.
7774 * gdb.mi/mi-cmd-param-changed.exp: Only run scheduler locking
7775 tests if the target supports scheduler locking.
7776
7777 2018-08-04 Tom de Vries <tdevries@suse.de>
7778
7779 * gdb.python/py-rbreak.exp: Fix rbreak regexp.
7780
7781 2018-08-02 Tom Tromey <tom@tromey.com>
7782
7783 PR symtab/16842.
7784 * gdb.cp/temargs.exp: Test "info address" of a template
7785 parameter.
7786
7787 2018-07-31 Jan Vrany <jan.vrany@fit.cvut.cz>
7788
7789 * gdb.python/py-mi-var-info-path-expression.c: New file.
7790 * gdb.python/py-mi-var-info-path-expression.py: New file.
7791 * gdb.python/py-mi-var-info-path-expression.exp: New file.
7792
7793 2018-07-30 Sergio Durigan Junior <sergiodj@redhat.com>
7794
7795 * lib/gdbserver-support.exp (gdbserver_start): Match any kind of
7796 error after "cannot resolve name" string.
7797
7798 2018-07-28 Andrew Burgess <andrew.burgess@embecosm.com>
7799
7800 * gdb.trace/tspeed.exp: Only call gdb_load_shlib after gdb has
7801 started.
7802 * lib/gdb.exp (gdb_load_shlib): Call perror if GDB is not running.
7803
7804 2018-07-28 Tom de Vries <tdevries@suse.de>
7805
7806 * gdb.base/vla-optimized-out-o3-strict.exp: New file.
7807
7808 2018-07-26 Tom de Vries <tdevries@suse.de>
7809
7810 * gdb.base/vla-optimized-out.c: Add comment about origin of test-case.
7811
7812 2018-07-26 Andrew Burgess <andrew.burgess@embecosm.com>
7813
7814 * gdb.base/maint.exp: Add check that dwarf unwinders control flag
7815 is visible.
7816
7817 2018-07-26 Tom de Vries <tdevries@suse.de>
7818
7819 PR breakpoints/23366
7820 * gdb.base/catch-follow-exec.c: New test.
7821 * gdb.base/catch-follow-exec.exp: New file.
7822
7823 2018-07-25 Tom de Vries <tdevries@suse.de>
7824
7825 * gdb.base/vla-optimized-out-o3.exp: New file. Reuse
7826 vla-optimized-out.c.
7827
7828 2018-07-25 Jan Vrany <jan.vrany@fit.cvut.cz>
7829
7830 * gdb.mi/mi-breakpoint-location-ena-dis.cc: New file.
7831 * gdb.mi/mi-breakpoint-location-ena-dis.exp: New file.
7832
7833 2018-07-20 Tom de Vries <tdevries@suse.de>
7834
7835 * gdb.base/vla-optimized-out.c: Make noclone attribute conditional on
7836 NOCLONE macro.
7837 * gdb.base/vla-optimized-out.exp: Use additional_flags -DNOCLONE.
7838
7839 2018-07-19 Tom de Vries <tdevries@suse.de>
7840
7841 * gdb.mi/list-thread-groups-available.exp (cores_re): Fix quoting in
7842 regular expression.
7843
7844 2018-07-18 Tom de Vries <tdevries@suse.de>
7845
7846 * gdb.base/vla-optimized-out.c: New test.
7847 * gdb.base/vla-optimized-out.exp: New file.
7848
7849 2018-07-13 Sergio Durigan Junior <sergiodj@redhat.com>
7850
7851 * lib/gdbserver-support.exp (gdbserver_start): Expect for the
7852 message "No address associated with hostname" when gdbserver
7853 cannot resolve the hostname.
7854
7855 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7856
7857 * gdb.threads/pthreads.exp: Test qcs FLAG arguments.
7858 Add some test prefixes to make tests unique.
7859
7860 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7861
7862 * gdb.base/frameapply.c: New file.
7863 * gdb.base/frameapply.exp: New file.
7864
7865 2018-07-12 Philippe Waroquiers <philippe.waroquiers@skynet.be>
7866
7867 * gdb.base/skip.exp: Update expected error message.
7868
7869 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7870 Jan Kratochvil <jan.kratochvil@redhat.com>
7871 Paul Fertser <fercerpav@gmail.com>
7872 Tsutomu Seki <sekiriki@gmail.com>
7873
7874 * README (Testsuite Parameters): Mention new 'GDB_TEST_SOCKETHOST'
7875 parameter.
7876 * boards/native-extended-gdbserver.exp: Do not set 'sockethost'
7877 by default.
7878 * boards/native-gdbserver.exp: Likewise.
7879 * gdb.server/run-without-local-binary.exp: Improve regexp used
7880 for detecting when a remote debugging connection succeeds.
7881 * gdb.server/server-connect.exp: New file.
7882 * lib/gdbserver-support.exp (gdbserver_default_get_comm_port):
7883 Do not prefix the port number with ":".
7884 (gdbserver_start): New global GDB_TEST_SOCKETHOST. Implement
7885 support for detecting and using it. Add '$debughost_gdbserver'
7886 to the list of arguments used to start gdbserver. Handle case
7887 when gdbserver cannot resolve a network name.
7888
7889 2018-07-11 Sergio Durigan Junior <sergiodj@redhat.com>
7890
7891 PR c++/23373
7892 * gdb.base/ptype-offsets.cc (struct static_member): New
7893 struct.
7894 (main) <stmember>: New variable.
7895 * gdb.base/ptype-offsets.exp: Add test for printing a struct
7896 with a static member in it.
7897
7898 2018-07-10 Andrew Burgess <andrew.burgess@embecosm.com>
7899
7900 * gdb.base/watchpoint-reuse-slot.exp: Test with hardware
7901 watchpoints enabled and disabled.
7902
7903 2018-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
7904
7905 * gdb.base/examine-backward.exp: Still run tests around address
7906 0x0, even if address 0x0 is not readable. Update the pattern for
7907 matching address 0x0 in expected output.
7908
7909 2018-07-06 Andrew Burgess <andrew.burgess@embecosm.com>
7910
7911 * gdb.base/share-env-with-gdbserver.c (main): Add call to
7912 malloc/free.
7913
7914 2018-07-04 Tom de Vries <tdevries@suse.de>
7915
7916 * gdb.dwarf2/dw2-error.exp: Update expected error message.
7917
7918 2018-07-02 Maciej W. Rozycki <macro@mips.com>
7919
7920 PR tdep/8282
7921 * gdb.arch/mips-disassembler-options.exp: New test.
7922 * gdb.arch/mips-disassembler-options.s: New test source.
7923
7924 2018-06-29 Pedro Alves <palves@redhat.com>
7925
7926 * gdb.threads/names.exp: Adjust expected "info threads" output.
7927
7928 2018-06-29 Pedro Alves <palves@redhat.com>
7929
7930 * gdb.opt/inline-break.exp (line number, address): Add "info
7931 break" tests.
7932
7933 2018-06-29 Pedro Alves <palves@redhat.com>
7934
7935 * gdb.opt/inline-break.c (func1): Add "break here" marker.
7936 * gdb.opt/inline-break.exp: Test setting breakpoints by line
7937 number and address and running to them.
7938
7939 2018-06-29 Richard Bunt <richard.bunt@arm.com>
7940
7941 * gdb.base/watchpoint-hw-attach.exp: Remove unstable output.
7942
7943 2018-06-28 Jan Kratochvil <jan.kratochvil@redhat.com>
7944
7945 * lib/compiler.c: Remove executable permission flag.
7946
7947 2018-06-28 Richard Bunt <richard.bunt@arm.com>
7948
7949 * gdb.base/watchpoint-hw-attach.c (main): Remove unneeded
7950 code.
7951 * gdb.base/watchpoint-hw-attach.exp: Break in outermost frame.
7952
7953 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7954
7955 * gdb.base/relocate.exp: Add test for "add-symbol-file -o ".
7956
7957 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7958
7959 * gdb.base/relocate.exp: Test add-symbol-file behavior when the
7960 address argument is omitted.
7961
7962 2018-06-28 Petr Tesarik <ptesarik@suse.cz>
7963
7964 * gdb.base/relocate.exp: Add test for "symbol-file -o ".
7965
7966 2018-06-27 Omair Javaid <omair.javaid@linaro.org>
7967
7968 PR gdb/21695
7969 * gdb.base/infoline-reloc-main-from-zero.exp: New test.
7970 * gdb.base/infoline-reloc-main-from-zero.c: New file.
7971
7972 2018-06-26 Tom Tromey <tom@tromey.com>
7973
7974 PR rust/22574:
7975 * gdb.rust/simple.exp (test_one_slice): Add ptype/o tests.
7976 * gdb.rust/simple.rs (struct SimpleLayout): New.
7977
7978 2018-06-22 Simon Marchi <simon.marchi@ericsson.com>
7979
7980 * gdb.base/jit-reader.exp (jit_reader_test): Expect spaces in
7981 "info registers" output.
7982
7983 2018-06-21 Richard Bunt <richard.bunt@arm.com>
7984
7985 * gdb.base/watchpoint-hw-attach.c: New test.
7986 * gdb.base/watchpoint-hw-attach.exp: New file.
7987
7988 2018-06-20 Simon Marchi <simon.marchi@ericsson.com>
7989
7990 * boards/cc-with-tweaks.exp: Don't call cc-with-tweaks.sh
7991 through /bin/sh.
7992 * boards/dwarf4-gdb-index.exp: Likewise.
7993 * boards/fission-dwp.exp: Likewise.
7994
7995 2018-06-20 Ulrich Weigand <uweigand@de.ibm.com>
7996
7997 * gdb.base/float128.exp: Add comment and improved fail message
7998 to the failure case of "print large128" test.
7999
8000 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
8001
8002 * configure.ac: Remove AC_PREREQ.
8003 * configure: Re-generate.
8004
8005 2018-06-19 Pedro Alves <palves@redhat.com>
8006
8007 * gdb.opt/inline-break.c (func_inline_callee, func_inline_caller)
8008 (func_extern_caller): New.
8009 (main): Call func_extern_caller.
8010 * gdb.opt/inline-break.exp: Add tests for inline frame skipping
8011 logic change.
8012
8013 2018-06-18 Weimin Pan <weimin.pan@oracle.com>
8014
8015 PR gdb/16841
8016 * gdb.cp/typedef-base.cc: New file.
8017 * gdb.cp/typedef-base.exp: New file.
8018
8019 2018-06-18 Tom de Vries <tdevries@suse.de>
8020
8021 * gdb.ada/bp_inlined_func.exp: Allow 5 breakpoint locations.
8022
8023 2018-06-16 Andrew Burgess <andrew.burgess@embecosm.com>
8024 Richard Bunt <Richard.Bunt@arm.com>
8025
8026 * gdb.threads/attach-slow-waitpid.c: New file.
8027 * gdb.threads/attach-slow-waitpid.exp: New file.
8028 * gdb.threads/slow-waitpid.c: New file.
8029
8030 2018-06-14 Pedro Alves <palves@redhat.com>
8031
8032 * gdb.base/fork-running-state.c: Include <errno.h>.
8033 (exit_if_relative_exits): New.
8034 (fork_child): If 'exit_if_relative_exits' is true, exit if the parent
8035 exits.
8036 (fork_parent): If 'exit_if_relative_exits' is true, exit if the
8037 child exits.
8038
8039 2018-06-14 Tom de Vries <tdevries@suse.de>
8040
8041 PR cli/22573
8042 * gdb.base/finish-pretty.c: New test.
8043 * gdb.base/finish-pretty.exp: New file.
8044
8045 2018-06-14 Pedro Alves <palves@redhat.com>
8046
8047 * gdb.gdb/selftest.exp (test_with_self): Use multi_line to build
8048 gdb's expected startup output.
8049
8050 2018-06-14 Pedro Alves <palves@redhat.com>
8051
8052 * lib/selftest-support.exp (selftest_setup): Remove inlined
8053 function handling.
8054
8055 2018-06-14 Tom de Vries <tdevries@suse.de>
8056
8057 * lib/selftest-support.exp (selftest_setup): Allow function arguments in
8058 matching of breakpoint printing.
8059
8060 2018-06-13 Tom de Vries <tdevries@suse.de>
8061
8062 PR testsuite/23269
8063 * gdb.base/fork-running-state.c (main): Move setting of alarm ...
8064 (fork_child): ... here, and ...
8065 (fork_parent): ... here.
8066
8067 2018-06-12 Tom de Vries <tdevries@suse.de>
8068
8069 * gdb.gdb/selftest.exp (test_with_self): Update gdb startup text.
8070
8071 2018-06-12 Andrew Burgess <andrew.burgess@embecosm.com>
8072 Stephen Roberts <stephen.roberts@arm.com>
8073
8074 * gdb.threads/multiple-successive-infcall.exp: Remove kfail case,
8075 rewrite test to describe action performed, rather than possible
8076 failure.
8077
8078 2018-06-08 Gary Benson <gbenson@redhat.com>
8079
8080 * gdb.threads/check-libthread-db.exp: New file.
8081 * gdb.threads/check-libthread-db.c: Likewise.
8082
8083 2018-06-05 Tom Tromey <tom@tromey.com>
8084
8085 * gdb.base/default.exp: Update expected "show version" output.
8086
8087 2018-06-05 Tom Tromey <tom@tromey.com>
8088
8089 PR cli/12326:
8090 * gdb.cp/static-print-quit.exp: Update.
8091 * lib/gdb.exp (pagination_prompt): Update.
8092 * gdb.base/page.exp: Use pagination_prompt. Add new tests.
8093 * gdb.python/python.exp: Update.
8094
8095 2018-06-04 Joel Brobecker <brobecker@adacore.com>
8096
8097 * gdb.mi/list-thread-groups-no-inferior.exp: New testcase.
8098
8099 2018-06-01 Joel Brobecker <brobecker@adacore.com>
8100
8101 * gdb.ada/bp_fun_addr: New testcase.
8102
8103 2018-06-01 Tom Tromey <tom@tromey.com>
8104
8105 * gdb.xml/tdesc-regs.exp (load_description): Update expected
8106 results.
8107 * gdb.dwarf2/method-ptr.exp: Set language to C++.
8108 * gdb.dwarf2/member-ptr-forwardref.exp: Set language to C++.
8109 * gdb.cp/typeid.exp (do_typeid_tests): Update type_re.
8110 * gdb.base/maint.exp (maint_pass_if): Update.
8111
8112 2018-05-31 Maciej W. Rozycki <macro@mips.com>
8113
8114 * gdb.base/endian.exp: New test.
8115 * gdb.base/endian.c: New test source.
8116
8117 2018-05-24 Andrew Burgess <andrew.burgess@embecosm.com>
8118
8119 PR gdb/23203
8120 * gdb.base/bt-selected-frame.c: New file.
8121 * gdb.base/bt-selected-frame.exp: New file.
8122 * lib/gdb.exp (get_current_frame_number): New function.
8123
8124 2018-05-24 Maciej W. Rozycki <macro@mips.com>
8125 Pedro Alves <palves@redhat.com>
8126
8127 * gdb.threads/tls-core.c: Include <stdlib.h>
8128 (thread_proc): Call `abort'.
8129 * gdb.threads/tls-core.exp: Generate a core with core_find too.
8130 (tls_core_test): New procedure, bits factored out from ...
8131 (top level): ... here. Test both native cores and gcore cores.
8132
8133 2018-05-23 Tom Tromey <tom@tromey.com>
8134
8135 * gdb.gdb/complaints.exp (test_initial_complaints): Simplify.
8136
8137 2018-05-23 Tom Tromey <tom@tromey.com>
8138
8139 * gdb.gdb/complaints.exp (test_initial_complaints): Don't mention
8140 symfile_complaints.
8141 (test_short_complaints): Likewise.
8142 (test_empty_complaints): Likewise.
8143 (test_initial_complaints): Update.
8144
8145 2018-05-23 Tom Tromey <tom@tromey.com>
8146
8147 * gdb.gdb/complaints.exp (test_empty_complaints): Update.
8148
8149 2018-05-23 Tom Tromey <tom@tromey.com>
8150
8151 * gdb.gdb/complaints.exp (test_serial_complaints): Remove.
8152 (test_short_complaints): Update.
8153
8154 2018-05-22 Pedro Alves <palves@redhat.com>
8155
8156 * gdb.base/remote.exp: Only gdb_start after compiling the
8157 testcase. Issue "disconnect" before testing "set remote" command
8158 defaults. Issue clean_restart before running to main.
8159
8160 2018-05-22 Pedro Alves <palves@redhat.com>
8161
8162 * gdb.base/remote.exp: Adjust expected output of "show remote
8163 memory-write-packet-size". Add tests for "set remote
8164 memory-write-packet-size 0" and "set remote
8165 memory-write-packet-size fixed/limit".
8166
8167 2018-05-22 Pedro Alves <palves@redhat.com>
8168
8169 PR gdb/22973
8170 * gdb.base/utf8-identifiers.c: New file.
8171 * gdb.base/utf8-identifiers.exp: New file.
8172
8173 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
8174
8175 * gdb.arch/powerpc-fpscr-gcore.exp: New file.
8176
8177 2018-05-22 Pedro Franco de Carvalho <pedromfc@linux.vnet.ibm.com>
8178
8179 * gdb.arch/powerpc-vsx-gcore.exp: New file.
8180
8181 2018-05-18 Tom Tromey <tom@tromey.com>
8182
8183 * gdb.base/ptype-offsets.exp: Update.
8184
8185 2018-05-17 Keith Seitz <keiths@redhat.com>
8186
8187 * gdb.ada/bp_inlined_func.exp: Update inlined frame locations
8188 in expected breakpoint stop locations.
8189 * gdb.dwarf2/implptr.exp (implptr_test_baz): Use up/down to
8190 move to proper scope to test variable values.
8191 * gdb.opt/inline-break.c (inline_func1, not_inline_func1)
8192 (inline_func2, not_inline_func2, inline_func3, not_inline_func3):
8193 New functions.
8194 (main): Call not_inline_func3.
8195 * gdb.opt/inline-break.exp: Start inferior and set breakpoints at
8196 inline_func1, inline_func2, and inline_func3. Test that when each
8197 breakpoint is hit, GDB properly reports both the stop location
8198 and the backtrace. Repeat tests for temporary breakpoints.
8199
8200 2018-05-15 Maciej W. Rozycki <macro@mips.com>
8201
8202 * gdb.server/server-kill.exp: Verify whether `server_pid' exists
8203 rather then trying to access it in determining whether the PID
8204 of `gdbserver' could have been retrieved.
8205
8206 2018-05-08 Andrew Burgess <andrew.burgess@embecosm.com>
8207
8208 * gdb.arch/amd64-init-x87-values.S: New file.
8209 * gdb.arch/amd64-init-x87-values.exp: New file.
8210
8211 2018-05-08 Jan Kratochvil <jan.kratochvil@redhat.com>
8212
8213 * gdb.base/watchpoint-unaligned.exp: Use skip_hw_watchpoint_tests.
8214
8215 2018-05-04 Tom Tromey <tom@tromey.com>
8216
8217 PR python/22730:
8218 * gdb.python/python.exp: Test multi-line execute.
8219
8220 2018-05-04 Tom Tromey <tom@tromey.com>
8221
8222 PR python/22731:
8223 * gdb.python/py-breakpoint.exp: Test setting breakpoint commands.
8224
8225 2018-05-04 Tom Tromey <tom@tromey.com>
8226
8227 PR gdb/11750:
8228 * gdb.base/define.exp: Test defining a user command inside a user
8229 command.
8230 * gdb.base/commands.exp (define_if_without_arg_test): Test "define".
8231
8232 2018-05-04 Jan Kratochvil <jan.kratochvil@redhat.com>
8233 Pedro Alves <palves@redhat.com>
8234
8235 PR breakpoints/19806 and support for PR external/20207.
8236 * gdb.base/watchpoint-unaligned.c: New file.
8237 * gdb.base/watchpoint-unaligned.exp: New file.
8238
8239 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
8240
8241 * gdb.base/maint.exp: Make test names unique, use
8242 test_prefix_command_help to test 'help maint info', and remove
8243 repeated test of 'help maint'.
8244
8245 2018-05-04 Tom Tromey <tom@tromey.com>
8246
8247 PR gdb/22619:
8248 * gdb.base/long_long.exp (gdb_test_long_long): Add test for repeat
8249 behavior.
8250
8251 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
8252
8253 * gdb.base/maint.exp: Process output from 'maint print registers'
8254 line at a time.
8255
8256 2018-05-04 Andrew Burgess <andrew.burgess@embecosm.com>
8257
8258 * lib/mi-support.exp (mi_run_cmd_full): Fix regexp and add a
8259 timeout.
8260
8261 2018-05-03 Andrew Burgess <andrew.burgess@embecosm.com>
8262
8263 * gdb.base/callfuncs.exp (fetch_all_registers): Add riscv register
8264 filter pattern.
8265
8266 2018-05-02 Pedro Alves <palves@redhat.com>
8267
8268 * gdb.base/breakpoint-in-ro-region.exp: Adjust to to_resume and
8269 to_log_command renames.
8270 * gdb.base/sss-bp-on-user-bp-2.exp: Likewise.
8271
8272 2018-05-02 Tom Tromey <tom@tromey.com>
8273
8274 * gdb.python/py-parameter.exp: Set test message.
8275
8276 2018-05-02 Tom Tromey <tom@tromey.com>
8277
8278 PR python/20084:
8279 * gdb.python/py-parameter.exp: Add PARAM_ZUINTEGER and
8280 PARAM_ZUINTEGER_UNLIMITED tests.
8281
8282 2018-04-28 Dan Robertson <danlrobertson89@gmail.com>
8283
8284 PR rust/23124
8285 * gdb.rust/expr.exp: Test that the unit type is correctly parsed
8286 when casting.
8287
8288 2018-04-30 Tom Tromey <tom@tromey.com>
8289
8290 * gdb.python/py-type.exp: Check align attribute.
8291 * gdb.python/py-type.c: New "aligncheck" global.
8292
8293 2018-04-30 Tom Tromey <tom@tromey.com>
8294
8295 PR exp/17095:
8296 * gdb.dwarf2/dw2-align.exp: New file.
8297 * gdb.cp/align.exp: New file.
8298 * gdb.base/align.exp: New file.
8299 * lib/gdb.exp (gdb_int128_helper): New proc.
8300 (has_int128_c, has_int128_cxx): New caching procs.
8301
8302 2018-04-27 Tom Tromey <tom@tromey.com>
8303
8304 PR rust/22545:
8305 * gdb.rust/simple.exp: Add inclusive range tests.
8306
8307 2018-04-26 Pedro Alves <palves@redhat.com>
8308
8309 * gdb.base/gnu-ifunc.exp (set-break): Test that GDB resolves
8310 ifunc breakpoint locations correctly of ifunc breakpoints set
8311 while the program resolves the ifunc.
8312
8313 2018-04-26 Pedro Alves <palves@redhat.com>
8314
8315 * gdb.base/gnu-ifunc-final.c: New file.
8316 * gdb.base/gnu-ifunc.c (final): Delete, moved to gnu-ifunc-final.c.
8317 * gdb.base/gnu-ifunc.exp (executable): Delete.
8318 (staticexecutable): Adjust.
8319 (lib_opts, exec_opts): Delete.
8320 (make_binsuffix, build, set-break): New procedures.
8321 (misc_tests): New, with tests factored out from the top level.
8322 (top level): Test different combinations of ifunc resolver name,
8323 resolver with and with debug info, and ifunc target with and
8324 without debug info. Wrap static tests with with_target_prefix.
8325
8326 2018-04-26 Pedro Alves <palves@redhat.com>
8327
8328 * gdb.compile/compile-ifunc.exp: Also expect "function has unknown
8329 return type" warnings.
8330
8331 2018-04-25 Pedro Alves <palves@redhat.com>
8332
8333 * gdb.base/hook-stop.exp: Expect "killed" instead of "has been
8334 killed".
8335 * gdb.base/kill-after-signal.exp: Likewise.
8336 * gdb.threads/kill.exp: Likewise.
8337
8338 2018-04-24 Jan Kratochvil <jan.kratochvil@redhat.com>
8339 Sergio Durigan Junior <sergiodj@redhat.com>
8340 Pedro Alves <palves@redhat.com>
8341
8342 * gdb.base/attach-non-pgrp-leader.exp: Adjust 'Detaching...'
8343 regexps to expect for '[Inferior ... detached]' as well.
8344 * gdb.base/attach.exp: Likewise.
8345 * gdb.base/catch-syscall.exp (check_for_program_end): Adjust
8346 "gdb_continue_to_end".
8347 (test_catch_syscall_with_wrong_args): Likewise.
8348 * gdb.base/foll-fork.exp: Adjust regexps to match '[' and
8349 ']'. Don't set 'verbose' on.
8350 * gdb.base/foll-vfork.exp: Likewise.
8351 * gdb.base/fork-print-inferior-events.c: New file.
8352 * gdb.base/fork-print-inferior-events.exp: New file.
8353 * gdb.base/hook-stop.exp: Adjust regexps to expect for new
8354 '[Inferior ... has been killed]' message.
8355 * gdb.base/kill-after-signal.exp: Likewise.
8356 * gdb.base/solib-overlap.exp: Adjust regexps to expect for new
8357 detach message.
8358 * gdb.threads/kill.exp: Adjust regexps to expect for new kill
8359 message.
8360 * gdb.threads/clone-attach-detach.exp: Adjust 'Detaching...'
8361 regexps to expect for '[Inferior ... detached]' as well.
8362 * gdb.threads/process-dies-while-detaching.exp: Likewise.
8363
8364 2018-04-24 Simon Marchi <simon.marchi@ericsson.com>
8365
8366 PR gdb/23104
8367 * gdb.base/info-shared.exp: Replace libs=-ldl with shlib_load.
8368
8369 2018-04-22 Rajendra SY <rajendra.sy@gmail.com>
8370
8371 PR gdb/23095
8372 * gdb.base/break-probes.exp: Pass shlib_load to
8373 prepare_for_testing. Set normal_bp to r_debug_state if target is
8374 bsd.
8375
8376 2018-04-19 Richard Bunt <richard.bunt@arm.com>
8377
8378 * gdb.threads/multiple-successive-infcall.c: New test.
8379 * gdb.threads/multiple-successive-infcall.exp: New file.
8380
8381 2018-04-17 Tom Tromey <tom@tromey.com>
8382
8383 * gdb.rust/simple.rs (Union): New type.
8384 (main): New local "u".
8385 * gdb.rust/simple.exp (test_one_slice): Add new test case.
8386
8387 2018-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8388
8389 * gdb.base/dbx.exp (test_whereis): Adjust regexp to added line
8390 number information in output of "whereis" command.
8391 * gdb.base/info-fun.exp: Likewise, for "info fun" command.
8392
8393 2018-04-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8394
8395 * gdb.ada/info_types.exp: Adjust expected output to the line
8396 numbers now printed by "info var/func/type".
8397 * gdb.base/completion.exp: Likewise.
8398 * gdb.base/included.exp: Likewise.
8399 * gdb.cp/cp-relocate.exp: Likewise.
8400 * gdb.cp/cplusfuncs.exp: Likewise.
8401 * gdb.cp/namespace.exp: Likewise.
8402 * gdb.dwarf2/dw2-case-insensitive.exp: Likewise.
8403
8404 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
8405
8406 * gdb.btrace/cpu.exp: New.
8407
8408 2018-04-13 Markus Metzger <markus.t.metzger@intel.com>
8409
8410 * gdb.base/step-indirect-call-thunk.exp: New.
8411 * gdb.base/step-indirect-call-thunk.c: New.
8412 * gdb.reverse/step-indirect-call-thunk.exp: New.
8413 * gdb.reverse/step-indirect-call-thunk.c: New.
8414
8415 2018-04-11 Simon Marchi <simon.marchi@ericsson.com>
8416
8417 * gdb.base/pie-fork.c: New file.
8418 * gdb.base/pie-fork.exp: New file.
8419
8420 2018-04-11 Tom Tromey <tom@tromey.com>
8421
8422 * gdb.rust/simple.exp: Add test for ".." struct initializer.
8423
8424 2018-04-10 Pedro Alves <palves@redhat.com>
8425
8426 * gdb.base/fork-running-state.c (fork_child): Don't exit if parent
8427 exits. Instead loop running forever.
8428 (fork_parent): Run forever too.
8429
8430 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
8431
8432 * gdb.mi/mi-stack.exp (test_stack_frame_listing): Use
8433 mi_continue_to_line.
8434 * gdb.mi/mi-stack.c (callee4): Add comment.
8435
8436 2018-04-07 Simon Marchi <simon.marchi@polymtl.ca>
8437
8438 * gdb.mi/mi-stack.exp: Fix indentation.
8439
8440 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
8441
8442 PR gdb/22979
8443 * gdb.arch/amd64-osabi.exp: New file.
8444
8445 2018-04-07 Simon Marchi <simon.marchi@ericsson.com>
8446
8447 PR gdb/22980
8448 * gdb.base/osabi.exp: New file.
8449
8450 2018-04-02 Weimin Pan <weimin.pan@oracle.com>
8451
8452 * gdb.cp/static-typedef-print.exp: New file.
8453 * gdb.cp/static-typedef-print.cc: New file.
8454
8455 2018-03-27 Joel Brobecker <brobecker@adacore.com>
8456
8457 * gdb.ada/varsize_limit: New testcase.
8458
8459 2018-03-27 Joel Brobecker <brobecker@adacore.com>
8460
8461 * gdb.ada/maint_with_ada.exp: Remove PR gdb/22670 setup_kfail.
8462
8463 * gdb.ada/notcplusplus: New testcase.
8464
8465 * gdb.base/c-linkage-name.c: New file.
8466 * gdb.base/c-linkage-name.exp: New testcase.
8467
8468 2018-03-26 Tom Tromey <tom@tromey.com>
8469
8470 * gdb.python/py-framefilter.exp: Add test for KeyboardInterrupt.
8471 * gdb.python/py-framefilter.py (name_error): New global.
8472 (ErrorInName.function): Use name_error.
8473
8474 2018-03-26 Tom Tromey <tom@tromey.com>
8475
8476 PR backtrace/15582:
8477 * gdb.python/py-framefilter.exp: Add "bt hide" test.
8478
8479 2018-03-23 Keith Seitz <keiths@redhat.com>
8480
8481 PR c++/22968
8482 * gdb.cp/subtypes.exp: New file.
8483 * gdb.cp/subtypes.h: New file.
8484 * gdb.cp/subtypes.cc: New file.
8485 * gdb.cp/subtypes-2.cc: New file.
8486
8487 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
8488
8489 * gdb.arch/amd64-disp-step-avx.S: Add '_start' label.
8490 (done): Call '_exit' not 'exit' to avoid atexit handlers.
8491 * gdb.arch/amd64-disp-step-avx.exp: Pass -static, and
8492 -nostartfiles when compiling the test. Confirm that all registers
8493 xmm0 to xmm15 are initially 0, and that xmm1 to xmm15 are 0 after.
8494
8495 2018-03-23 Andrew Burgess <andrew.burgess@embecosm.com>
8496
8497 * gdb.arch/amd64-disp-step-avx.exp: Remove unneeded assembler flag
8498 option, syntax was wrong anyway.
8499 * gdb.arch/arm-disp-step.exp: Likewise.
8500 * gdb.arch/sparc64-regs.exp: Likewise.
8501 * gdb.arch/amd64-disp-step.exp: Remove unneeded assembler flag
8502 option, syntax was wrong anyway, switch to use
8503 prepare_for_testing.
8504 * gdb.arch/i386-disp-step.exp: Likewise.
8505
8506 2018-03-23 Andreas Arnez <arnez@linux.vnet.ibm.com>
8507
8508 * gdb.ada/exec_changed.exp: Replace "target_info exists
8509 use_gdb_stub" by "use_gdb_stub".
8510 * gdb.ada/start.exp: Likewise.
8511 * gdb.base/async-shell.exp: Likewise.
8512 * gdb.base/attach-pie-misread.exp: Likewise.
8513 * gdb.base/attach-wait-input.exp: Likewise.
8514 * gdb.base/break-entry.exp: Likewise.
8515 * gdb.base/break-interp.exp: Likewise.
8516 * gdb.base/dprintf-detach.exp: Likewise.
8517 * gdb.base/nostdlib.exp: Likewise.
8518 * gdb.base/solib-nodir.exp: Likewise.
8519 * gdb.base/statistics.exp: Likewise.
8520 * gdb.base/testenv.exp: Likewise.
8521 * gdb.mi/mi-exec-run.exp: Likewise.
8522 * gdb.mi/mi-start.exp: Likewise.
8523 * gdb.multi/dummy-frame-restore.exp: Likewise.
8524 * gdb.multi/multi-arch-exec.exp: Likewise.
8525 * gdb.multi/multi-arch.exp: Likewise.
8526 * gdb.multi/tids.exp: Likewise.
8527 * gdb.multi/watchpoint-multi.exp: Likewise.
8528 * gdb.python/py-events.exp: Likewise.
8529 * gdb.threads/attach-into-signal.exp: Likewise.
8530 * gdb.threads/attach-stopped.exp: Likewise.
8531 * gdb.threads/threadapply.exp: Likewise.
8532 * lib/selftest-support.exp: Likewise.
8533
8534 2018-03-22 Andreas Arnez <arnez@linux.vnet.ibm.com>
8535
8536 * gdb.base/info-proc.exp: Add test for "info proc cmdline".
8537
8538 2018-03-20 Stephen Roberts <stephen.roberts@arm.com>
8539
8540 * gdb.perf/template-breakpoints.cc: New file.
8541 * gdb.perf/template-breakpoints.exp: New file.
8542 * gdb.perf/template-breakpoints.py: New file.
8543
8544 2018-03-19 Tom Tromey <tom@tromey.com>
8545
8546 * gdb.rust/simple.rs (main): Add local variables field1, field2,
8547 y0.
8548 * gdb.rust/simple.exp: Test bare identifier form of struct
8549 initializer.
8550
8551 2018-03-19 Tom Tromey <tom@tromey.com>
8552
8553 * gdb.gdb/observer.exp: Remove.
8554
8555 2018-03-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8556
8557 * gdb.trace/actions-changed.exp: Call gdb_breakpoint with the
8558 "qualified" option when setting breakpoints.
8559 * gdb.trace/backtrace.exp: Likewise.
8560 * gdb.trace/circ.exp: Likewise.
8561 * gdb.trace/collection.exp: Likewise.
8562 * gdb.trace/disconnected-tracing.exp: Likewise.
8563 * gdb.trace/ftrace-lock.exp: Likewise.
8564 * gdb.trace/ftrace.exp: Likewise.
8565 * gdb.trace/infotrace.exp: Likewise.
8566 * gdb.trace/packetlen.exp: Likewise.
8567 * gdb.trace/passc-dyn.exp: Likewise.
8568 * gdb.trace/qtro.exp: Likewise.
8569 * gdb.trace/read-memory.exp: Likewise.
8570 * gdb.trace/report.exp: Likewise.
8571 * gdb.trace/signal.exp: Likewise.
8572 * gdb.trace/status-stop.exp: Likewise.
8573 * gdb.trace/strace.exp: Likewise.
8574 * gdb.trace/tfind.exp: Likewise.
8575 * gdb.trace/trace-break.exp: Likewise.
8576 * gdb.trace/trace-condition.exp: Likewise.
8577 * gdb.trace/trace-mt.exp: Likewise.
8578 * gdb.trace/tstatus.exp: Likewise.
8579 * gdb.trace/tsv.exp: Likewise.
8580 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
8581 * gdb.trace/unavailable.exp: Likewise.
8582 * gdb.trace/while-dyn.exp: Likewise.
8583
8584 2018-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
8585
8586 * gdb.trace/tspeed.exp: Add invocation of gdb_load_shlib to ensure
8587 that libinproctrace is copied to the target.
8588
8589 2018-03-14 Tom Tromey <tom@tromey.com>
8590
8591 PR cli/14977:
8592 * gdb.base/printcmds.exp (test_printf): Add printf test of %s with
8593 a null pointer.
8594 * gdb.base/wchar.exp: Likewise.
8595
8596 2018-03-14 Tom Tromey <tom@tromey.com>
8597
8598 PR cli/19918:
8599 * gdb.base/printcmds.exp (test_printf): Add printf test using '-'
8600 flag.
8601
8602 2018-03-08 Simon Marchi <simon.marchi@ericsson.com>
8603
8604 PR gdb/22841
8605 * boards/remote-stdio-gdbserver.exp (${board}_file): Pass
8606 "target" to remote_exec.
8607
8608 2018-03-08 Simon Marchi <simon.marchi@polymtl.ca>
8609
8610 PR gdb/22841
8611 * boards/gdbserver-base.exp (${board}_file, ${board}_download,
8612 ${board}_upload): Remove.
8613
8614 2018-03-07 Andreas Arnez <arnez@linux.vnet.ibm.com>
8615
8616 * gdb.cp/watch-cp.cc: New test.
8617 * gdb.cp/watch-cp.exp: New file.
8618
8619 2018-03-06 Andrew Burgess <andrew.burgess@embecosm.com>
8620
8621 * gdb.base/infcall-nested-structs.exp: New file.
8622 * gdb.base/infcall-nested-structs.c: New file.
8623 * gdb.base/float.exp: Add riscv support.
8624
8625 2018-03-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
8626
8627 * gdb.dlang/watch-loc.c: Use %progbits instead of @progbits.
8628 * gdb.mi/dw2-ref-missing-frame-func.c: Likewise.
8629
8630 2018-02-28 Sergio Durigan Junior <sergiodj@redhat.com>
8631
8632 * gdb.server/abspath.exp: New file.
8633 * lib/gdb.exp (with_cwd): New procedure.
8634
8635 2018-02-28 Simon Marchi <simon.marchi@ericsson.com>
8636
8637 * lib/gdb.exp (gdb_is_target_1): Add prompt_regexp parameter and
8638 use it.
8639 (gdb_is_target_remote_prompt): New proc.
8640 (gdb_is_target_remote): Use gdb_is_target_remote_prompt.
8641 (gdb_is_target_native): Pass prompt parameter to
8642 gdb_is_target_1.
8643
8644 2018-02-26 Simon Marchi <simon.marchi@polymtl.ca>
8645
8646 * gdb.base/load-command.c: New file.
8647 * gdb.base/load-command.exp: New file.
8648 * lib/gdb.exp (gdb_is_target_remote_prompt): Rename to...
8649 (gdb_is_target_1): ...this, and generalize for other targets
8650 than just remote.
8651 (gdb_is_target_remote): Use gdb_is_target_1.
8652 (gdb_is_target_native): use gdb_is_target_1.
8653
8654 2018-02-26 Tom Tromey <tom@tromey.com>
8655
8656 PR python/16497:
8657 * gdb.python/py-framefilter.exp: Update test.
8658
8659 2018-02-26 Tom Tromey <tom@tromey.com>
8660
8661 * gdb.dwarf2/variant.c: New file.
8662 * gdb.dwarf2/variant.exp: New file.
8663
8664 2018-02-26 Tom Tromey <tom@tromey.com>
8665
8666 * gdb.rust/simple.exp: Accept more possible results in enum test.
8667
8668 2018-02-25 Simon Marchi <simon.marchi@polymtl.ca>
8669
8670 * lib/cp-support.exp (cp_test_ptype_class): Move space inside
8671 parentheses.
8672
8673 2018-02-23 Maciej W. Rozycki <macro@mips.com>
8674
8675 * lib/cp-support.exp (cp_test_ptype_class): Fix a typo in the
8676 name of a variable: $actual_linejj -> $actual_line.
8677
8678 2018-02-21 John Baldwin <jhb@FreeBSD.org>
8679
8680 * gdb.arch/amd64-i386-address.exp: Fix a typo.
8681
8682 2018-02-20 Markus Metzger <markus.t.metzger@intel.com>
8683
8684 * gdb.btrace/buffer-size.exp: Do not force BTS.
8685
8686 2018-02-14 Pedro Alves <palves@redhat.com>
8687
8688 * gdb.base/bp-cmds-continue-ctrl-c.exp (do_test): Test "bt" after
8689 getting a "Quit".
8690
8691 2018-02-09 Markus Metzger <markus.t.metzger@intel.com>
8692
8693 * lib/gdb.exp (skip_btrace_pt_tests): Update expected error message.
8694 Fix test name.
8695
8696 2018-02-07 Simon Marchi <simon.marchi@ericsson.com>
8697
8698 * gdb.cp/m-static.exp: Check type of optimized out static
8699 member.
8700
8701 2018-02-03 Andrew Burgess <andrew.burgess@embecosm.com>
8702
8703 * config/sid.exp (gdb_target_sid): Remove use of cleanup.
8704 * config/sim.exp (gdb_target_sim): Remove use of cleanup.
8705
8706 2018-02-01 Simon Marchi <simon.marchi@polymtl.ca>
8707 Leszek Swirski <leszeks@google.com>
8708
8709 * gdb.python/py-prettyprint.c
8710 (struct to_string_returns_value_inner,
8711 struct to_string_returns_value_wrapper): New.
8712 (main): Add tsrvw variable.
8713 * gdb.python/py-prettyprint.py (ToStringReturnsValueInner,
8714 ToStringReturnsValueWrapper): New classes.
8715 (register_pretty_printers): Register new pretty-printers.
8716 * gdb.python/py-prettyprint.exp (run_lang_tests): Test printing
8717 recursive pretty printer.
8718 * gdb.python/py-mi.exp: Likewise.
8719
8720 2018-02-01 Leszek Swirski <leszeks@google.com>
8721
8722 * gdb.cp/filename.cc, gdb.cp/filename.exp: Test that member
8723 functions with the same name as an include file are parsed
8724 correctly.
8725
8726 2018-02-01 Yao Qi <yao.qi@linaro.org>
8727
8728 * gdb.base/attach.exp (do_attach_tests): Set sysroot to
8729 "\[^\r\n\]*".
8730
8731 2018-01-31 Nikola Prica <nikola.prica@rt-rk.com>
8732
8733 * gdb.arch/powerpc-prologue-frame.s: New file.
8734 * gdb.arch/powerpc-prologue-frame.c: Likewise.
8735 * gdb.arch/powerpc-prologue-frame.exp: Likewise.
8736
8737 2018-01-31 Joel Brobecker <brobecker@adacore.com>
8738
8739 * testsuite/gdb.ada/dyn_stride.exp: Add "print a1(1)@3" test.
8740
8741 2018-01-30 Pedro Alves <palves@redhat.com>
8742
8743 PR gdb/13211
8744 * gdb.base/interrupt-daemon.c: New.
8745 * gdb.base/interrupt-daemon.exp: New.
8746 * gdb.multi/multi-term-settings.c: New.
8747 * gdb.multi/multi-term-settings.exp: New.
8748
8749 2018-01-30 Joel Brobecker <brobecker@adacore.com>
8750
8751 * gdb.base/break.exp: Save the location where the breakpoint
8752 on break.c:47 was actually inserted when debugging the version
8753 compiled at -O2 and use it in the expected output of the "info
8754 break" test performed soon after.
8755
8756 2018-01-22 Pedro Alves <palves@redhat.com>
8757 Sergio Durigan Junior <sergiodj@redhat.com>
8758
8759 * gdb.base/whatis.exp: Add tests for 'set print object on' +
8760 'whatis <struct>' 'whatis <struct> *' and 'whatis <struct> &'.
8761
8762 2018-01-22 Joel Brobecker <brobecker@adacore.com>
8763
8764 * gdb.base/break-include.c, gdb.base/break-include.inc,
8765 gdb.base/break-include.exp: New files.
8766 * gdb.base/ending-run.exp: Minor adaptations due to the breakpoint's
8767 line number now being the actual line number where the breakpoint
8768 was inserted.
8769 * gdb.mi/mi-break.exp: Likewise.
8770 * gdb.mi/mi-reverse.exp: Likewise.
8771 * gdb.mi/mi-simplerun.exp: Ditto.
8772
8773 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8774
8775 * gdb.python/py-mi.exp: Don't expect a thread-id for floating
8776 varobj.
8777 * gdb.mi/mi-var-create-rtti.exp: Likewise.
8778
8779 2018-01-21 Don Breazeal <donb@codesourcery.com>
8780 Andrew Burgess <andrew.burgess@embecosm.com>
8781
8782 * gdb.mi/basics.c: Add new global.
8783 * gdb.mi/mi-frame-regs.exp: New file.
8784 * gdb.mi/mi-var-create-rtti.exp: Update expected results, add new
8785 case.
8786
8787 2018-01-21 Andrew Burgess <andrew.burgess@embecosm.com>
8788
8789 * gdb.arch/amd64-entry-value.exp: Test using @entry on a
8790 non-parameter, and on an unknown symbol.
8791
8792 2018-01-19 Tom Tromey <tom@tromey.com>
8793
8794 * gdb.rust/modules.rs (TWENTY_THREE): New global.
8795 * gdb.rust/modules.exp: Add ::-qualified lookup test.
8796
8797 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8798
8799 * gdb.arch/s390-vregs.exp: Explicitly cast the return values of
8800 setrlimit and chdir to int.
8801
8802 2018-01-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
8803
8804 * gdb.arch/s390-tdbregs.c (my_tbegin): Add comment documenting the
8805 function.
8806 (my_tend): Likewise.
8807 * gdb.arch/s390-tdbregs.exp: Enhance comment; explain the
8808 rationale of avoiding FP- and vector instructions.
8809
8810 2018-01-19 Ruslan Kabatsayev <b7.10110111@gmail.com>
8811
8812 * gdb.arch/powerpc-d128-regs.exp: Replace expected "\[\t\]*" from
8813 "info reg" with "\[ \t\]*".
8814 * gdb.arch/altivec-regs.exp: Replace expected "\t" from "info reg" with
8815 "\[ \t\]+".
8816 * gdb.arch/s390-multiarch.exp: Ditto.
8817 * gdb.base/pc-fp.exp: Ditto.
8818 * gdb.reverse/i386-precsave.exp: Ditto.
8819 * gdb.reverse/i386-reverse.exp: Ditto.
8820 * gdb.reverse/i387-env-reverse.exp: Ditto.
8821 * gdb.reverse/i387-stack-reverse.exp: Ditto.
8822
8823 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8824
8825 * lib/gdb.exp (gdb_compile): Re-enable use of
8826 universal_compile_options for languages other than Rust.
8827
8828 2018-01-18 Andreas Arnez <arnez@linux.vnet.ibm.com>
8829
8830 * gdb.arch/s390-tdbregs.exp: Add the compile option -msoft-float.
8831
8832 2018-01-17 Mike Gulick <mgulick@mathworks.com>
8833
8834 PR gdb/16577
8835 * gdb.base/solib-vanish.exp: New.
8836 * gdb.base/solib-vanish-main.c: New.
8837 * gdb.base/solib-vanish-lib1.c: New.
8838 * gdb.base/solib-vanish-lib2.c: New.
8839
8840 2018-01-17 Yao Qi <yao.qi@linaro.org>
8841
8842 * gdb.compile/compile.exp: Match the address printed for
8843 frame in the output of command "bt".
8844
8845 2018-01-15 Tom Tromey <tom@tromey.com>
8846
8847 * gdb.guile/scm-ports.exp (test_mem_port_rw): Use get_valueof to
8848 compute sp_reg.
8849
8850 2018-01-12 Andrew Burgess <andrew.burgess@embecosm.com>
8851
8852 * gdb.base/whatis-ptype-typedefs.exp: Don't run tests if we failed
8853 to prepare.
8854 (prepare): Return 0 on error, 1 on success.
8855
8856 2018-01-12 Pedro Alves <palves@redhat.com>
8857
8858 * gdb.base/continue-after-aborted-step-over.c: New.
8859 * gdb.base/continue-after-aborted-step-over.exp: New.
8860
8861 2018-01-11 Simon Marchi <simon.marchi@ericsson.com>
8862
8863 * lib/gdb.exp (gdb_compile): Ignore shlib= and shlib_load
8864 options when not creating an executable.
8865
8866 2018-01-11 Pedro Alves <palves@redhat.com>
8867
8868 PR remote/22597
8869 * gdb.server/stop-reply-no-thread.c: New file.
8870 * gdb.server/stop-reply-no-thread.exp: New file.
8871
8872 2018-01-10 Pedro Alves <palves@redhat.com>
8873
8874 PR gdb/22670
8875 * gdb.ada/bp_c_mixed_case.exp: Add intro comment. Test printing C
8876 functions too. Test setting breakpoints and printing C functions
8877 with no debug info too.
8878 * gdb.ada/bp_c_mixed_case/qux.c: New file.
8879
8880 2018-01-10 Pedro Alves <palves@redhat.com>
8881
8882 PR gdb/22670
8883 * gdb.ada/complete.exp ("complete break ada"): Replace kfail with
8884 a fail.
8885
8886 2018-01-10 Pedro Alves <palves@redhat.com>
8887
8888 PR gdb/22670
8889 * gdb.ada/bp_c_mixed_case.exp: Remove setup_kfail calls.
8890
8891 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8892
8893 * gdb.server/unittest.exp: Match the output in non-development
8894 mode.
8895
8896 2018-01-08 Simon Marchi <simon.marchi@ericsson.com>
8897
8898 * gdb.gdb/unittest.exp: Match output in non-development mode.
8899
8900 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8901
8902 * gdb.ada/access_tagged_param.exp: Relax expected output
8903 for value of "ObjL" in "continue" to pck.inspect breakpoint
8904 test.
8905
8906 2018-01-08 Joel Brobecker <brobecker@adacore.com>
8907
8908 * gdb.ada/arr_enum_idx_w_gap.exp: New file.
8909 * gdb.ada/arr_enum_idx_w_gap/foo_q418_043.adb: New file.
8910
8911 2018-01-05 Pedro Alves <palves@redhat.com>
8912
8913 PR gdb/18653
8914 * gdb.base/libsegfault.exp: New.
8915
8916 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8917
8918 PR gdb/22670
8919 * gdb.ada/access_tagged_param.exp: New file.
8920 * gdb.ada/access_tagged_param/foo.adb: New file.
8921
8922 2018-01-05 Pedro Alves <palves@redhat.com>
8923
8924 PR gdb/22670
8925 * gdb.ada/info_addr_mixed_case.exp: Remove kfail. Extend test to
8926 exercise lower case too, and to exercise both full matching and
8927 wild matching.
8928
8929 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8930
8931 * gdb.ada/rename_subscript_param: New testcase.
8932
8933 2018-01-05 Jerome Guitton <guitton@adacore.com>
8934
8935 * gdb.ada/arr_acc_idx_w_gap: New testcase.
8936
8937 2018-01-05 Joel Brobecker <brobecker@adacore.com>
8938
8939 * gdb.ada/convvar_comp: New testcase.
8940
8941 2018-01-05 Xavier Roirand <roirand@adacore.com>
8942
8943 * testsuite/gdb.ada/array_char_idx/pck.ads (Table): New type.
8944 (My_Table): New global variable.
8945 * testsuite/gdb.ada/array_char_idx.exp: Add test.
8946
8947 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8948
8949 PR gdb/22670
8950 * gdb.ada/maint_with_ada: New testcase.
8951
8952 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8953
8954 PR gdb/22670
8955 * gdb.ada/bp_c_mixed_case: New testcase.
8956
8957 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8958
8959 PR gdb/22670
8960 * gdb.ada/complete.exp: Add "complete break ada" test.
8961
8962 2018-01-04 Joel Brobecker <brobecker@adacore.com>
8963
8964 PR gdb/22670
8965 * gdb.ada/info_addr_mixed_case: New testcase.
8966
8967 2018-01-03 Xavier Roirand <roirand@adacore.com>
8968
8969 * gdb.ada/excep_handle.exp: New testcase.
8970 * gdb.ada/excep_handle/foo.adb: New file.
8971 * gdb.ada/excep_handle/pck.ads: New file.
8972
8973 2018-01-03 Joel Brobecker <brobecker@adacore.com>
8974
8975 * gdb.base/step-line.c: Add extra empty line in copyright header.
8976 * gdb.base/step-line.inp: Likewise.
8977
8978 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8979
8980 * gdb.ada/dyn_stride.exp: Add slice test.
8981
8982 2018-01-02 Joel Brobecker <brobecker@adacore.com>
8983
8984 * gdb.ada/dyn_stride: New testcase.
8985
8986 2017-12-27 Stafford Horne <shorne@gmail.com>
8987
8988 * gdb.xml/extra-regs.xml: Add example foo reggroup.
8989 * gdb.xml/tdesc-regs.exp: Add test to check for foo reggroup.
8990
8991 2017-12-27 Stafford Horne <shorne@gmail.com>
8992
8993 * gdb.base/reggroups.c: New file.
8994 * gdb.base/reggroups.exp: New file.
8995
8996 2017-12-18 Joel Brobecker <brobecker@adacore.com>
8997
8998 * gdb.dwarf2/ada-valprint-error.c: New file.
8999 * gdb.dwarf2/ada-valprint-error.exp: New file.
9000
9001 2017-12-18 Joel Brobecker <brobecker@adacore.com>
9002
9003 * gdb.ada/assign_arr: New testcase.
9004
9005 2017-12-18 Xavier Roirand <roirand@adacore.com>
9006
9007 * gdb.ada/funcall_ptr: New testcase.
9008
9009 2017-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
9010
9011 PR cli/16224
9012 * gdb.base/ptype-offsets.cc: New file.
9013 * gdb.base/ptype-offsets.exp: New file.
9014
9015 2017-12-15 Yao Qi <yao.qi@linaro.org>
9016
9017 * gdb.gdb/unittest.exp: Skip 'maintenance check xml-descriptions'
9018 if XML is disabled.
9019
9020 2017-12-15 Xavier Roirand <roirand@adacore.com>
9021
9022 * gdb.ada/same_component_name: New testcase.
9023
9024 2017-12-14 Joel Brobecker <brobecker@adacore.com>
9025
9026 * gdb.ada/str_binop_equal: New testcase.
9027
9028 2017-12-14 Joel Brobecker <brobecker@adacore.com>
9029
9030 * gdb.ada/task_switch_in_core: New testcase.
9031
9032 2017-12-13 Simon Marchi <simon.marchi@ericsson.com>
9033
9034 * gdb.python/py-breakpoint.c (foo_ns::multiply): New function.
9035 * gdb.python/py-breakpoint.exp: Compile the test case as c++,
9036 call test_bkpt_qualified.
9037 (test_bkpt_qualified): New proc.
9038
9039 2017-12-13 Pedro Alves <palves@redhat.com>
9040
9041 * lib/completion-support.exp (test_gdb_complete_tab_multiple):
9042 Tighten regexp by matching with an anchor.
9043
9044 2017-12-13 Pedro Alves <palves@redhat.com>
9045
9046 * gdb.cp/cpcompletion.exp: Load completion-support.exp.
9047 ("expression with namespace"): New set of tests.
9048 * gdb.cp/pr9594.cc (Test_NS::foo, Test_NS::bar)
9049 (Nested::Test_NS::qux): New.
9050 * lib/completion-support.exp (test_gdb_complete_cmd_multiple): Add
9051 defaults to 'start_quote_char' and 'end_quote_char' parameters.
9052
9053 2017-12-13 Joel Brobecker <brobecker@adacore.com>
9054
9055 * gdb.base/server-del-break.c: New file.
9056 * gdb.base/server-del-break.exp: New file.
9057
9058 2017-12-12 Stafford Horne <shorne@gmail.com>
9059
9060 * gdb.xml/tdesc-regs.exp: Add or1k support.
9061
9062 2017-12-12 Stafford Horne <shorne@gmail.com>
9063
9064 * gdb.base/bp-permanent.c: Define nop of or1k.
9065
9066 2017-12-11 Joel Brobecker <brobecker@adacore.com>
9067
9068 * gdb.ada/variant_record_packed_array.exp: Adapt test to accept
9069 output with components being reordered.
9070
9071 2017-12-11 Joel Brobecker <brobecker@adacore.com>
9072
9073 * gdb.ada/pkd_arr_elem.exp: Adapt "print test" test to accept
9074 output with components being reordered.
9075
9076 2017-12-08 Jan Kratochvil <jan.kratochvil@redhat.com>
9077 Pedro Alves <palves@redhat.com>
9078
9079 * gdb.base/maint.exp (check for .gdb_index): Check also for
9080 .debug_names.
9081 * gdb.dlang/watch-loc.c (.debug_aranges): New.
9082 * gdb.dwarf2/dw2-case-insensitive-debug.S: Likewise.
9083 * gdb.dwarf2/gdb-index.exp (check if index present, .gdb_index used)
9084 (.gdb_index used after symbol reloading): Support also .debug_names.
9085 * gdb.mi/dw2-ref-missing-frame-func.c (.debug_aranges): New.
9086
9087 2017-12-08 Yao Qi <yao.qi@linaro.org>
9088
9089 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
9090 * gdb.arch/aarch64-tagged-pointer.exp: Add tests for watchpoint.
9091
9092 2017-12-08 Yao Qi <yao.qi@linaro.org>
9093
9094 * gdb.arch/aarch64-tagged-pointer.c (main): Update.
9095 * gdb.arch/aarch64-tagged-pointer.exp: Add test for breakpoint.
9096
9097 2017-12-08 Yao Qi <yao.qi@linaro.org>
9098
9099 * gdb.arch/aarch64-tagged-pointer.c: New file.
9100 * gdb.arch/aarch64-tagged-pointer.exp: New file.
9101
9102 2017-12-08 Sergio Durigan Junior <sergiodj@redhat.com>
9103
9104 * gdb.arch/i386-sse-stack-align.exp: Cast "print" function call
9105 "int".
9106
9107 2017-12-07 Keith Seitz <keiths@redhat.com>
9108
9109 PR breakpoints/22569
9110 * gdb.linespec/ls-errs.exp: Change expected result of "break
9111 -source this file has spaces.c -line 3".
9112 Check that an explicit source file followed by whitespace is
9113 identified as an invalid explicit location.
9114
9115 2017-12-07 Keith Seitz <keiths@redhat.com>
9116
9117 * gdb.cp/nested-types.cc: New file.
9118 * gdb.cp/nested-types.exp: New file.
9119 * lib/cp-support.exp: Load data-structures.exp library.
9120 (debug_cp_test_ptype_class): New global.
9121 (cp_ptype_class_verbose, next_line): New procedures.
9122 (cp_test_ptype_class): Add and document new parameter `recursive_qid'.
9123 Add and document new return value.
9124 Switch the list of lines to a queue.
9125 Add support for new `type' key for nested type definitions.
9126 Add debugging/troubleshooting messages.
9127 * lib/data-structures.exp: New file.
9128
9129 2017-12-07 Simon Marchi <simon.marchi@ericsson.com>
9130
9131 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Define
9132 with proc_with_prefix, don't use with_test_prefix.
9133
9134 2017-12-07 Tom Tromey <tom@tromey.com>
9135
9136 * gdb.base/break.exp: Add test for empty "commands".
9137
9138 2017-12-07 Yao Qi <yao.qi@linaro.org>
9139
9140 * gdb.trace/ftrace.exp (run_trace_experiment): Set breakpoint on
9141 malloc and catch syscall.
9142
9143 2017-12-07 Phil Muldoon <pmuldoon@redhat.com>
9144
9145 * gdb.python/py-breakpoint.exp (test_bkpt_explicit_loc): Add new
9146 tests for explicit locations.
9147
9148 2017-12-06 Pedro Alves <palves@redhat.com>
9149
9150 * gdb.arch/i386-avx.exp: If testing with a RSP target, check
9151 force-disabling XML descriptions.
9152
9153 2017-12-04 Pedro Alves <palves@redhat.com>
9154
9155 PR gdb/22499
9156 * gdb.arch/amd64-disp-step-avx.S: New file.
9157 * gdb.arch/amd64-disp-step-avx.exp: New file.
9158
9159 2017-12-03 Pedro Alves <palves@redhat.com>
9160
9161 * gdb.threads/process-dies-while-detaching.c: Include <errno.h>
9162 and <string.h>.
9163 (parent_function): Print distinct messages when waitpid fails, or
9164 the child exits with a signal, or the child exits for an unhandled
9165 reason.
9166 * gdb.threads/process-dies-while-detaching.exp
9167 (detach_and_expect_exit): New 'inf_output_re' parameter and use
9168 it. Wait for both inferior output and GDB's prompt. Use an
9169 indirect spawn id list.
9170 (do_detach): New parameter 'child_exit'. Use it to compute
9171 expected inferior output.
9172 (test_detach, test_detach_watch, test_detach_killed_outside):
9173 Adjust to pass down the expected child exit kind.
9174
9175 2017-12-01 Joel Brobecker <brobecker@adacore.com>
9176 Sergio Durigan Junior <sergiodj@redhat.com>
9177 Pedro Alves <palves@redhat.com>
9178
9179 * gdb.base/readnever.c, gdb.base/readnever.exp: New files.
9180
9181 2017-12-01 Sergio Durigan Junior <sergiodj@redhat.com>
9182
9183 * gdb.base/relocate.exp: Add tests to guarantee that arguments
9184 to 'symbol-file' and 'add-symbol-file' can be
9185 position-independent.
9186
9187 2017-12-01 Yao Qi <yao.qi@linaro.org>
9188
9189 * gdb.arch/aarch64-atomic-inst.exp: Replace mail address with
9190 the URL in copyright header.
9191 * gdb.arch/aarch64-fp.exp: Likewise.
9192 * gdb.arch/ppc64-atomic-inst.exp: Likewise.
9193 * gdb.arch/ppc64-isa207-atomic-inst.exp: Likewise.
9194 * gdb.base/expand-psymtabs.exp: Likewise.
9195 * gdb.cp/expand-psymtabs-cxx.exp: Likewise.
9196 * gdb.fortran/common-block.exp: Likewise.
9197 * gdb.fortran/common-block.f90: Likewise.
9198 * gdb.fortran/logical.exp: Likewise.
9199 * gdb.fortran/vla-datatypes.f90: Likewise.
9200 * gdb.fortran/vla-sub.f90: Likewise.
9201
9202 2017-11-30 Joel Brobecker <brobecker@adacore.com>
9203
9204 * gdb.ada/repeat_dyn: New testcase.
9205
9206 2017-11-30 Ulrich Weigand <uweigand@de.ibm.com>
9207
9208 * gdb.cell/gcore.exp: Fix typo when setting spu_bin.
9209 Update for changed thread numbering.
9210 * gdb.cell/bt.exp: Update for changed GDB output.
9211
9212 2017-11-30 Simon Marchi <simon.marchi@ericsson.com>
9213
9214 * boards/cc-with-tweaks.exp: Include local-board.exp instead of
9215 setting isremote by hand.
9216 * boards/dwarf4-gdb-index.exp: Likewise.
9217 * boards/fission.exp: Likewise.
9218 * boards/stabs.exp: Likewise.
9219
9220 2017-11-30 Pedro Alves <palves@redhat.com>
9221
9222 * gdb.linespec/cpls-ops.exp
9223 (check_explicit_skips_function_argument): Extract the underlying
9224 type of size_t instead of hardcoding it.
9225
9226 2017-11-29 Pedro Alves <palves@redhat.com>
9227
9228 PR c++/19436
9229 * gdb.linespec/cpls-abi-tag.cc: New file.
9230 * gdb.linespec/cpls-abi-tag.exp: New file.
9231
9232 2017-11-29 Pedro Alves <palves@redhat.com>
9233
9234 * gdb.base/langs.exp: Use -qualified.
9235 * gdb.cp/meth-typedefs.exp: Use -qualified, and add tests without
9236 it.
9237 * gdb.cp/namespace.exp: Use -qualified.
9238 * gdb.linespec/cpcompletion.exp (overload-2, fqn, fqn-2)
9239 (overload-3, template-overload, template-ret-type, const-overload)
9240 (const-overload-quoted, anon-ns, ambiguous-prefix): New
9241 procedures.
9242 (test_driver): Call them.
9243 * gdb.cp/save-bp-qualified.cc: New.
9244 * gdb.cp/save-bp-qualified.exp: New.
9245 * gdb.linespec/explicit.exp: Test -qualified.
9246 * lib/completion-support.exp (completion::explicit_opts_list): Add
9247 "-qualified".
9248 * lib/gdb.exp (gdb_breakpoint): Handle "qualified".
9249
9250 2017-11-29 Phil Muldoon <pmuldoon@redhat.com>
9251
9252 * gdb.python/py-rbreak.exp: Set nosharedlibrary before tests.
9253
9254 2017-11-29 Tom Tromey <tom@tromey.com>
9255
9256 * gdb.base/relocate.exp: Update invalid argument test.
9257 Add new tests for invalid arguments.
9258
9259 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
9260
9261 * gdb.cp/psymtab-parameter.cc (func): Change return type back to long.
9262 Return 0 as a long.
9263 * gdb.cp/psymtab-parameter.exp: Change func's return type back to long.
9264
9265 2017-11-29 Thomas Preud'homme <thomas.preudhomme@arm.com>
9266
9267 * gdb.cp/breakpoint.cc (bar): Set return type to void.
9268 * gdb.cp/psymtab-parameter.cc (func): Likewise.
9269 * gdb.cp/psymtab-parameter.exp: Update comment regarding prototype of
9270 func ().
9271 * gdb.cp/shadow.cc (B.func): Return 0.
9272
9273 2017-11-27 Joel Brobecker <brobecker@adacore.com>
9274
9275 * gdb.ada/mi_catch_ex.exp (continue_to_exception): Adjust
9276 expected output in gdb_expect call to allow the exception
9277 message to be present as well. Fix syntax confusion to avoid
9278 TCL thinking that exception_name is an array.
9279
9280 2017-11-26 Ulrich Weigand <uweigand@de.ibm.com>
9281
9282 * gdb.arch/spu-info.c: Include <unistd.h>.
9283 (do_signal_test): Fix broken calls to write.
9284 * gdb.arch/spu-info.exp: Use prepare_for_testing.
9285 Fix checks for empty mailboxes. Update signal tests for corrected
9286 do_signal_test routine. Allow nonzero event status.
9287 * gdb.arch/spu-ls.exp: Use prepare_for_testing.
9288 * gdb.cell/arch.exp: Use standard_output_file.
9289 * gdb.cell/break.exp: Likewise.
9290 * gdb.cell/bt.exp: Likewise.
9291 * gdb.cell/core.exp: Likewise.
9292 * gdb.cell/dwarfaddr.exp: Likewise.
9293 * gdb.cell/ea-cache.exp: Likewise.
9294 * gdb.cell/ea-standalone.exp: Likewise.
9295 * gdb.cell/f-regs.exp: Likewise.
9296 * gdb.cell/fork.exp: Likewise.
9297 * gdb.cell/gcore.exp: Likewise.
9298 * gdb.cell/mem-access.exp: Likewise.
9299 * gdb.cell/ptype.exp: Likewise.
9300 * gdb.cell/registers.exp: Likewise.
9301 * gdb.cell/sizeof.exp: Likewise.
9302 * gdb.cell/solib-symbol.exp: Likewise.
9303 * gdb.cell/solib.exp: Likewise.
9304
9305 2017-11-25 Pedro Alves <palves@redhat.com>
9306
9307 * gdb.base/complete-empty.exp: New file.
9308 * gdb.base/completion.exp: Adjust.
9309
9310 2017-11-25 Pedro Alves <palves@redhat.com>
9311
9312 * gdb.linespec/cpls-ops.cc: New file.
9313 * gdb.linespec/cpls-ops.exp: New file.
9314 * lib/completion-support.exp (test_complete_prefix_range_re): New,
9315 factored out from ...
9316 (test_complete_prefix_range): ... this.
9317
9318 2017-11-24 Pedro Alves <palves@redhat.com>
9319
9320 * gdb.linespec/cpcompletion.exp: New file.
9321 * gdb.linespec/cpls-hyphen.cc: New file.
9322 * gdb.linespec/cpls.cc: New file.
9323 * gdb.linespec/cpls2.cc: New file.
9324 * gdb.linespec/explicit.exp: Load completion-support.exp. Adjust
9325 test to use test_gdb_complete_unique. Add label completion,
9326 keyword completion and explicit location completion tests.
9327 * lib/completion-support.exp: New file.
9328
9329 2017-11-24 Joel Brobecker <brobecker@adacore.com>
9330
9331 * gdb.ada/catch_ex.exp, gdb.ada/mi_catch_ex.exp,
9332 gdb.ada/mi_ex_cond.exp: Accept optional exception message in
9333 when hitting an exception catchpoint.
9334
9335 2017-11-22 Yao Qi <yao.qi@linaro.org>
9336
9337 * gdb.base/macscp.exp: Append -g3 to additional_flags for clang.
9338
9339 2017-11-22 Simon Marchi <simon.marchi@ericsson.com>
9340
9341 * gdb.opt/inline-locals.exp: Mark tests as KFAIL.
9342 * gdb.dwarf2/info-locals-optimized-out.exp: New file.
9343 * gdb.dwarf2/info-locals-optimized-out.c: New file.
9344
9345 2017-11-22 Yao Qi <yao.qi@linaro.org>
9346
9347 * gdb.base/info-os.exp: Pass pthreads.
9348 * gdb.multi/multi-attach.exp: Likewise.
9349
9350 2017-11-22 Yao Qi <yao.qi@linaro.org>
9351
9352 * gdb.dwarf2/pr10770.exp: Remove code skipping non-gcc
9353 compiler.
9354
9355 2017-11-22 Yao Qi <yao.qi@linaro.org>
9356
9357 * gdb.base/attach-pie-noexec.exp: Pass "-pie" in ldflags.
9358 * gdb.base/break-interp.exp: Likewise.
9359 * gdb.base/jit-attach-pie.exp: Likewise.
9360
9361 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
9362
9363 * gdb.base/float128.c (large128): New variable.
9364 * gdb.base/float128.exp: Add test to print largest __float128 value.
9365
9366 2017-11-22 Ulrich Weigand <uweigand@de.ibm.com>
9367
9368 * gdb.arch/vsx-regs.exp: Update register content checks.
9369
9370 2017-11-21 Ulrich Weigand <uweigand@de.ibm.com>
9371
9372 * gdb.arch/ppc-longdouble.exp: New file.
9373 * gdb.arch/ppc-longdouble.c: Likewise.
9374
9375 2017-11-21 Pedro Alves <palves@redhat.com>
9376
9377 * gdb.ada/minsyms.exp: Accept any address for 'some_minsym'.
9378
9379 2017-11-20 Pedro Alves <palves@redhat.com>
9380
9381 * gdb.base/whatis-ptype-typedefs.c (double_typedef)
9382 (long_double_typedef): New typedefs.
9383 Use DEF on double and long double.
9384 * gdb.base/whatis-ptype-typedefs.exp: Add double and long double
9385 cases.
9386 (run_tests): New 'float_ptr_same_size', 'double_ptr_same_size',
9387 and 'long_double_ptr_same_size' locals. Use them to decide
9388 whether cast from array/function to float is valid/invalid.
9389
9390 2017-11-17 Tom Tromey <tom@tromey.com>
9391
9392 * gdb.rust/traits.rs: New file.
9393 * gdb.rust/traits.exp: New file.
9394
9395 2017-11-17 Joel Brobecker <brobecker@adacore.com>
9396
9397 * gdb.ada/minsyms: New testcase.
9398
9399 2017-11-16 Pedro Alves <palves@redhat.com>
9400
9401 * gdb.base/bp-cmds-continue-ctrl-c.c: New file.
9402 * gdb.base/bp-cmds-continue-ctrl-c.exp: New file.
9403
9404 2017-11-16 Pedro Alves <palves@redhat.com>
9405
9406 * gdb.rust/modules.exp: Skip tests that rely on inferior I/O if
9407 gdb,noinferiorio is set, and use gdb_test_stdio otherwise.
9408
9409 2017-11-16 Pedro Alves <palves@redhat.com>
9410
9411 * gdb.server/reconnect-ctrl-c.c: New file.
9412 * gdb.server/reconnect-ctrl-c.exp: New file.
9413
9414 2017-11-16 Phil Muldoon <pmuldoon@redhat.com>
9415
9416 * gdb.python/py-rbreak.exp: New file.
9417 * gdb.python/py-rbreak.c: New file.
9418 * gdb.python/py-rbreak-func2.c: New file.
9419
9420 2017-11-16 Pedro Alves <palves@redhat.com>
9421
9422 * gdb.base/starti.exp ("continue" test): Remove ".*"s from
9423 pattern.
9424 * lib/gdb.exp (gdb_test_sequence): Don't send empty command to
9425 GDB.
9426
9427 2017-11-15 Simon Marchi <simon.marchi@ericsson.com>
9428
9429 * gdb.tui/completionn.exp (test_tab_completion): Add space in
9430 regex.
9431
9432 2017-11-13 Simon Marchi <simon.marchi@polymtl.ca>
9433
9434 * gdb.opt/inline-locals.exp: Remove trailing parentheses from
9435 test names.
9436
9437 2017-11-09 Pedro Alves <palves@redhat.com>
9438
9439 * gdb.tui/tui-completion.exp (test_tab_completion): New procedure,
9440 factored out from ...
9441 (top level): ... here, and adjusted to avoid expecting beyond the
9442 prompt in a single gdb_test_multiple.
9443
9444 2017-11-09 Pedro Alves <palves@redhat.com>
9445
9446 * gdb.multi/multi-attach.exp ("kill" test): Match the whole query
9447 output.
9448 * gdb.server/ext-attach.exp ("kill" test): Likewise.
9449 * gdb.server/ext-restart.exp ("kill" test): Likewise.
9450 * gdb.server/ext-run.exp ("kill" test): Likewise.
9451 * gdb.server/ext-wrapper.exp ("kill" test): Likewise.
9452
9453 2017-11-09 Pedro Alves <palves@redhat.com>
9454
9455 * gdb.cp/cpcompletion.exp (test_class_complete): Tighten regex to
9456 match till end of line.
9457
9458 2017-11-09 Pedro Alves <palves@redhat.com>
9459
9460 * gdb.base/memattr.exp: Tighten regexes to match the end line.
9461
9462 2017-11-09 Pedro Alves <palves@redhat.com>
9463
9464 * gdb.base/completion.exp (ignore_and_resync, test_tab_complete):
9465 New procedures, factored out from ...
9466 (top level): ... here, and adjusted to avoid expecting beyond the
9467 prompt in one go.
9468
9469 2017-11-09 Pedro Alves <palves@redhat.com>
9470
9471 * gdb.asm/asm-source.exp ("kill" test): Match the whole query
9472 output. Fix '?' match.
9473
9474 2017-11-08 Joel Brobecker <brobecker@adacore.com>
9475
9476 * gdb.ada/scoped_watch: New testcase.
9477 * gdb.ada/watch_arg.exp: Adjust expected behavior to the behavior
9478 which is actually correct.
9479 * gdb.ada/mi_interface.exp: Add missing thread-id in expected varobj.
9480 * gdb.ada/mi_var_array.exp: Add missing thread-id in expected varobj.
9481
9482 2017-11-08 Pedro Alves <palves@redhat.com>
9483
9484 * gdb.gdb/complaints.exp (test_initial_complaints)
9485 (test_serial_complaints, test_short_complaints): Call
9486 complaint_internal instead of complaint.
9487
9488 2017-11-08 Djordje Todorovic <djordje.todorovic@rt-rk.com>
9489
9490 * gdb.threads/tls-core.c: New file.
9491 * gdb.threads/tls-core.exp: Likewise.
9492
9493 2017-11-08 Pedro Alves <palves@redhat.com>
9494
9495 * gdb.ada/complete.exp (p <Exported_Capitalized>): New test.
9496 (p Exported_Capitalized): New test.
9497 (p exported_capitalized): New test.
9498
9499 2017-11-07 Pedro Alves <palves@redhat.com>
9500
9501 * gdb.cp/ena-dis-br-range.exp: Add more tests.
9502
9503 2017-11-07 Pedro Alves <palves@redhat.com>
9504
9505 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Adjust test.
9506 * gdb.cp/ena-dis-br-range.exp: Adjust tests.
9507 (disable_invalid, disable_inverted, disable_negative): New
9508 procedures.
9509 ("bad numbers"): New set of tests.
9510
9511 2017-11-07 Pedro Alves <palves@redhat.com>
9512
9513 * gdb.cp/ena-dis-br-range.exp: Add tests.
9514
9515 2017-11-07 Pedro Alves <palves@redhat.com>
9516
9517 * gdb.base/ena-dis-br.exp: Don't expect "warning:".
9518
9519 2017-11-07 Xavier Roirand <roirand@adacore.com>
9520 Pedro Alves <palves@redhat.com>
9521
9522 * gdb.base/ena-dis-br.exp: Add reference to
9523 gdb.cp/ena-dis-br-range.exp.
9524 * gdb.cp/ena-dis-br-range.exp: New file.
9525 * gdb.cp/ena-dis-br-range.cc: New file.
9526
9527 2017-11-06 Pedro Alves <palves@redhat.com>
9528
9529 * gdb.base/attach-non-pgrp-leader.c: New.
9530 * gdb.base/attach-non-pgrp-leader.exp: New.
9531
9532 2017-11-06 Pedro Alves <palves@redhat.com>
9533
9534 * configure.ac: No longer check for termio.h and sgtty.h.
9535 * configure: Regenerate.
9536 * remote-utils.c: Include termios.h instead of gdb_termios.h.
9537 (remote_open): Check HAVE_TERMIOS_H instead of HAVE_TERMIOS.
9538 Remove termio and sgtty code.
9539
9540 2017-11-03 Yao Qi <yao.qi@linaro.org>
9541
9542 * gdb.mi/list-thread-groups-available.exp: Skip it if XML parsing
9543 in GDB is disabled.
9544
9545 2017-11-03 Yao Qi <yao.qi@linaro.org>
9546
9547 * gdb.python/py-thrhandle.exp: Skip it if python is not
9548 enabled.
9549
9550 2017-10-31 Simon Marchi <simon.marchi@polymtl.ca>
9551
9552 * gdb.mi/mi-break.exp (test_breakpoint_commands): Test backtrace
9553 as a breakpoint command.
9554
9555 2017-10-28 Maksim Dzabraev <dzabraew@gmail.com>
9556
9557 PR python/21213
9558 * gdb.python/py-infthread.exp: Test calling
9559 InferiorThread.inferior () multiple times in a row.
9560
9561 2017-10-27 Keith Seitz <keiths@redhat.com>
9562
9563 * gdb.opt/inline-break.exp (break_info_1): New procedure.
9564 Test "info break" for every inlined function breakpoint.
9565
9566 2017-10-27 Yao Qi <yao.qi@linaro.org>
9567
9568 * gdb.arch/insn-reloc.c (can_relocate_bl): Mark "x30" clobbered.
9569
9570 2017-10-26 Patrick Frants <osscontribute@gmail.com>
9571
9572 * gdb.cp/classes.exp (test_static_members): Test printing
9573 Outer::instance.
9574 * gdb.cp/classes.c (struct Inner, struct Outer): New.
9575 (Inner::instance, Outer::instance): New.
9576
9577 2017-10-24 Pedro Alves <palves@redhat.com>
9578
9579 * gdb.base/new-ui.exp (do_test): Split "delete all breakpoints on
9580 extra console" test in two stages.
9581
9582 2017-10-24 Pedro Alves <palves@redhat.com>
9583
9584 * gdb.threads/attach-into-signal.exp (corefunc): Reindent.
9585
9586 2017-10-24 Pedro Alves <palves@redhat.com>
9587
9588 * gdb.threads/attach-into-signal.exp: Remove whole "stoppedtry"
9589 loop.
9590
9591 2017-10-24 Pedro Alves <palves@redhat.com>
9592
9593 * gdb.threads/attach-into-signal.exp (corefunc): Remove "attach
9594 $attempt" and "stoppedtry $stoppedtry" test prefixes.
9595
9596 2017-10-24 Pedro Alves <palves@redhat.com>
9597
9598 * lib/gdb-python.exp (get_python_valueof): Add 'test' optional
9599 parameter and handle it. Don't output read value in test name.
9600
9601 2017-10-24 Pedro Alves <palves@redhat.com>
9602
9603 * gdb.gdb/unittest.exp ('maintenance check xml-descriptions'): Use
9604 custom test name.
9605
9606 2017-10-24 Pedro Alves <palves@redhat.com>
9607
9608 * gdb.base/startup-with-shell.exp ('touch $unique_file'): Don't
9609 include the unstable output directory name in the test's name.
9610 (initial_setup_simple) <'set args'>: Use custom test name.
9611
9612 2017-10-24 Pedro Alves <palves@redhat.com>
9613
9614 * gdb.arch/arc-tdesc-cpu.exp ('set tdesc filename'): Use gdb_test
9615 with explicit test name.
9616
9617 2017-10-20 Pedro Alves <palves@redhat.com>
9618
9619 * gdb.base/quit.exp: Use gdb_test_multiple and expect 'eof' before
9620 'wait -i'. Use gdb_assert and remote_close.
9621
9622 2017-10-19 Andrew Burgess <andrew.burgess@embecosm.com>
9623
9624 * gdb.linespec/ls-errs.exp (do_test): Update comment, use line
9625 number from variable rather than hard-coded.
9626
9627 2017-10-19 Pedro Alves <palves@redhat.com>
9628
9629 * gdb.base/long-inferior-output.c: New file.
9630 * gdb.base/long-inferior-output.exp: New file.
9631
9632 2017-11-18 Keith Seitz <keiths@redhat.com>
9633
9634 * gdb.cp/cpexprs.cc (base) <operator fluff const* const*>: New
9635 method.
9636 (main): Call it.
9637 * gdb.cp/cpexprs.exp: Add new conversion operator to test matrix.
9638 Add additional user-defined conversion operator tests.
9639
9640 2017-10-17 Pedro Alves <palves@redhat.com>
9641
9642 * boards/native-stdio-gdbserver.exp: Load "local-board".
9643
9644 2017-10-17 Pedro Alves <palves@redhat.com>
9645
9646 * gdb.base/quit-live.c: New file.
9647 * gdb.base/quit-live.exp: New file.
9648
9649 2017-10-16 Keith Seitz <keiths@redhat.com>
9650
9651 * gdb.cp/classes.cc (class_with_typedefs, class_with_public_typedef)
9652 (class_with_protected_typedef, class_with_private_typedef)
9653 (struct_with_public_typedef, struct_with_protected_typedef)
9654 (struct_with_private_typedef): New classes/structs.
9655 * gdb.cp/classes.exp (test_ptype_class_objects): Add tests for
9656 typedefs and access specifiers.
9657
9658 2017-10-16 Pedro Alves <palves@redhat.com>
9659 Simon Marchi <simon.marchi@polymtl.ca>
9660
9661 * README (Local vs Remote vs Native): New section.
9662 * boards/local-board.exp: New file, with bits factored out from
9663 ...
9664 * boards/native-extended-gdbserver.exp: ... here. Load
9665 "local-board".
9666 * boards/native-gdbserver.exp: Load "local-board".
9667 (${board}_spawn, ${board}_exec): Delete.
9668 * boards/native-stdio-gdbserver.exp: Most contents factored out to
9669 ...
9670 * boards/stdio-gdbserver-base.exp: ... this new file.
9671 * boards/native-stdio-gdbserver.exp: Reimplement, by loading
9672 "stdio-gdbserver-base" and defining a get_target_remote_pipe_cmd
9673 procedure.
9674 * boards/remote-stdio-gdbserver.exp: Load stdio-gdbserver-base
9675 instead of native-stdio-gdbserver. Don't set gdb_server_prog nor
9676 stdio_gdbserver_command.
9677 (${board}_get_remote_address, ${board}_get_comm_port)
9678 (${board}_download, ${board}_upload): Delete.
9679 (get_target_remote_pipe_cmd): New.
9680
9681 2017-10-16 Simon Marchi <simon.marchi@ericsson.com>
9682
9683 * gdb.python/py-breakpoint.exp (test_bkpt_basic,
9684 test_bkpt_deletion, test_bkpt_cond_and_cmds,
9685 test_bkpt_invisible, test_watchpoints, test_bkpt_internal,
9686 test_bkpt_eval_funcs, test_bkpt_temporary, test_bkpt_address,
9687 test_bkpt_pending, test_bkpt_events): Use proc_with_prefix,
9688 remove with_test_prefix.
9689
9690 2017-10-13 Pedro Alves <palves@redhat.com>
9691
9692 * lib/gdb.exp (target_can_use_run_cmd): New procedure.
9693 * gdb.base/annota1.exp: Use it instead of is_remote.
9694 * gdb.base/annota3.exp: Use it instead of is_remote.
9695 * gdb.cp/annota2.exp: Use it instead of is_remote.
9696 * gdb.cp/annota3.exp: Use it instead of is_remote.
9697 * gdb.multi/bkpt-multi-exec.exp: Use it instead of is_remote.
9698
9699 2017-10-13 Pedro Alves <palves@redhat.com>
9700
9701 * gdb.base/testenv.exp: Check use_gdb_stub instead of is_remote.
9702 (test_num_test_vars, run_and_count_vars, find_env)
9703 (test_set_unset_env, test_inherit_env_var): New procedures.
9704 (top level): Use them.
9705
9706 2017-10-13 Pedro Alves <palves@redhat.com>
9707
9708 * lib/selftest-support.exp (selftest_setup): Extend comments, and
9709 also skip on stub-like targets.
9710
9711 2017-10-13 Pedro Alves <palves@redhat.com>
9712
9713 PR gdb/22293
9714 * gdb.base/find-unmapped.exp: Don't skip if is_remote target.
9715 (top level): Move some tests to ...
9716 (test_not_found): ... this new procedure.
9717 (top level): Call it.
9718
9719 2017-10-13 Pedro Alves <palves@redhat.com>
9720
9721 * gdb.base/term.exp: Don't skip if is_remote target. Instead,
9722 expect different "info terminal" output if testing with a
9723 non-native target.
9724
9725 2017-10-13 Pedro Alves <palves@redhat.com>
9726 Simon Marchi <simon.marchi@polymtl.ca>
9727
9728 PR python/12966
9729 * gdb.python/py-evthreads.exp: Remove is_remote target kfail.
9730
9731 2017-10-13 Pedro Alves <palves@redhat.com>
9732
9733 * gdb.python/py-evthreads.exp: Start GDB with "set non-stop on"
9734 already.
9735
9736 2017-10-13 Pedro Alves <palves@redhat.com>
9737
9738 * gdb.python/py-evsignal.exp: Check gdb_protocol instead of
9739 is_remote.
9740
9741 2017-10-13 Pedro Alves <palves@redhat.com>
9742
9743 * gdb.threads/thread_events.exp: Check gdb_protocol instead of
9744 is_remote.
9745
9746 2017-10-13 Pedro Alves <palves@redhat.com>
9747
9748 * gdb.base/corefile.exp (corefile_test_run): Skip if gdb_protocol
9749 is set.
9750 (corefile_test_attach): Likewise. Check can_spawn_for_attach
9751 instead of is_remote.
9752
9753 2017-10-13 Pedro Alves <palves@redhat.com>
9754
9755 * gdb.base/remote.exp: Check gdb_protocol instead of is_remote.
9756 (top level): Add comment.
9757
9758 2017-10-13 Pedro Alves <palves@redhat.com>
9759
9760 * gdb.base/remote.exp (top level): Fix comment typo and add
9761 missing return.
9762
9763 2017-10-13 Pedro Alves <palves@redhat.com>
9764 Simon Marchi <simon.marchi@polymtl.ca>
9765
9766 * gdb.base/solib-nodir.exp: Split is_remote and skip_shlib_tests
9767 calls and add comments. Skip test if use_gdb_stub is set.
9768 (top level): Use "set cwd" command instead of "cd" command.
9769
9770 2017-10-13 Pedro Alves <palves@redhat.com>
9771
9772 * gdb.base/shlib-call.exp (top level): Use gdb_run_cmd and remove
9773 is_remote target check.
9774
9775 2017-10-13 Pedro Alves <palves@redhat.com>
9776
9777 * gdb.base/scope.exp: Use build_executable + clean_restart +
9778 gdb_file_cmd instead of prepare_for_testing and no longer skip
9779 "before run" tests on is_remote target boards. Update comments.
9780 * boards/native-extended-gdbserver.exp
9781 (extended_gdbserver_load_last_file): New, factored out from ...
9782 (gdb_load): ... this. Move further below and add comment.
9783 (extended_gdbserver_gdb_file_cmd, gdb_file_cmd, gdb_reload): New.
9784
9785 2017-10-12 Pedro Alves <palves@redhat.com>
9786
9787 * gdb.base/attach.exp: Remove references to gdb64.
9788 * gdb.base/dbx.exp: Remove references to gdb64.
9789
9790 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9791 Pedro Alves <palves@redhat.com>
9792
9793 * gdb.base/label.exp: Remove is_remote target check.
9794
9795 2017-10-12 Pedro Alves <palves@redhat.com>
9796
9797 * gdb.base/auvx.exp (coredir): Update comment.
9798 (top level) <core_works>: Use "set cwd" command instead of "cd"
9799 command.
9800
9801 2017-10-12 Pedro Alves <palves@redhat.com>
9802 Simon Marchi <simon.marchi@polymtl.ca>
9803
9804 * gdb.base/catch-fork-static.exp: No longer skip on is_remote
9805 target boards.
9806
9807 2017-10-12 Pedro Alves <palves@redhat.com>
9808 Simon Marchi <simon.marchi@polymtl.ca>
9809
9810 * gdb.base/checkpoint.exp: Don't check is_remote or isnative.
9811 Instead skip if there's any gdb_protocol set.
9812
9813 2017-10-12 Simon Marchi <simon.marchi@polymtl.ca>
9814 Pedro Alves <palves@redhat.com>
9815
9816 * gdb.base/dprintf-non-stop.exp: Remove is_remote target check.
9817
9818 2017-10-12 Pedro Alves <palves@redhat.com>
9819 Simon Marchi <simon.marchi@polymtl.ca>
9820
9821 * gdb.base/argv0-symlink.exp: kfail on remote gdbserver,
9822 instead of on dejagnu remote boards.
9823
9824 2017-10-12 Pedro Alves <palves@redhat.com>
9825 Simon Marchi <simon.marchi@polymtl.ca>
9826
9827 * gdb.base/inferior-died.exp: Remove is_remote and isnative
9828 checks. Use build_executable + clean_restart instead of
9829 prepare_for_testing. Pass "set non-stop on" via GDBFLAGS instead
9830 of enabling non-stop after starting gdb.
9831
9832 2017-10-12 Pedro Alves <palves@redhat.com>
9833
9834 * gdb.threads/non-ldr-exc-1.exp: No longer skip if is_remote target.
9835 * gdb.threads/non-ldr-exc-2.exp: Ditto.
9836 * gdb.threads/non-ldr-exc-3.exp: Ditto.
9837 * gdb.threads/non-ldr-exc-4.exp: Ditto.
9838
9839 2017-10-11 Anton Kolesov <Anton.Kolesov@synopsys.com>
9840
9841 * gdb.arch/arc-tdesc-cpu.exp: New file.
9842 * gdb.arch/arc-tdesc-cpu.xml: Likewise.
9843
9844 2017-10-10 Simon Marchi <simon.marchi@ericsson.com>
9845
9846 * lib/gdb.exp (get_integer_valueof): Don't output read value in test name.
9847
9848 2017-10-10 Pedro Alves <palves@redhat.com>
9849
9850 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Don't
9851 expect CLI output.
9852
9853 2017-10-10 Pedro Alves <palves@redhat.com>
9854
9855 * lib/selftest-support.exp (selftest_setup): Update for
9856 captured_command_loop's prototype change.
9857
9858 2017-10-09 Pedro Alves <palves@redhat.com>
9859
9860 Test both arch1=>arch2 and arch2=>arch1.
9861
9862 * gdb.multi/multi-arch-exec.exp (exec1, srcfile1, binfile1, exec2)
9863 (srcfile2, binfile2, march1, march2): Remove globals. Largely
9864 factored out to...
9865 (append_arch1_options, append_arch2_options, append_arch_options)
9866 (build_executables): New procedures.
9867 (do_test): New 'first_arch' parameter. Use it to define 'from_exec'
9868 local.
9869 (top level): Add new 'first_arch' testing axis.
9870
9871 2017-10-09 Pedro Alves <palves@redhat.com>
9872
9873 * gdb.multi/multi-arch-exec.c: Include <pthread.h> and <assert.h>.
9874 (barrier): New.
9875 (thread_start, all_started): New functions.
9876 (main): Spawn new thread and wait until it is scheduled.
9877 * gdb.multi/multi-arch-exec.exp: Build $srcfile1 with the pthreads
9878 option.
9879 (do_test): Add 'selected_thread' parameter. Run to all_started
9880 instead of main. Explicitly set the breakpoint at main. Switch
9881 to the SELECTED_THREAD thread.
9882 (top level): Test handling the exec event with either the main
9883 thread or the second thread selected.
9884
9885 2017-10-09 Pedro Alves <palves@redhat.com>
9886
9887 * gdb.base/print-file-var-main.c: Fix get_version_2 value check
9888 logic. Move STOP marker after the value checks.
9889 * gdb.base/print-file-var.exp (continue to STOP marker): Tighten
9890 regexp.
9891
9892 2017-10-06 Sandra Loosemore <sandra@codesourcery.com>
9893
9894 * gdb.mi/mi-threads-interrupt.exp: Skip test if nointerrupts.
9895
9896 2017-10-05 Ulrich Weigand <uweigand@de.ibm.com>
9897
9898 * gdb.base/dfp-exprs.exp: Update tests to larger range of supported
9899 integer-to-dfp conversion.
9900 * gdb.base/dfp-test.exp: Likewise.
9901
9902 2017-10-04 Pedro Alves <palves@redhat.com>
9903
9904 * gdb.multi/hangout.c: Include <unistd.h>.
9905 (hangout_loop): New function.
9906 (main): Call alarm. Call hangout_loop in a loop.
9907 * gdb.multi/hello.c: Include <unistd.h>.
9908 (hello_loop): New function.
9909 (main): Call alarm. Call hangout_loop in a loop.
9910 * gdb.multi/multi-arch.exp: Test running to a breakpoint one
9911 inferior with the other selected.
9912
9913 2017-10-04 Simon Marchi <simon.marchi@ericsson.com>
9914
9915 * gdb.mi/list-thread-groups-available.exp: New file.
9916 * gdb.mi/list-thread-groups-available.c: New file.
9917
9918 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9919
9920 * gdb.base/set-cwd.exp: Make it available on
9921 native-extended-gdbserver.
9922
9923 2017-10-04 Sergio Durigan Junior <sergiodj@redhat.com>
9924
9925 * gdb.base/set-cwd.c: New file.
9926 * gdb.base/set-cwd.exp: Likewise.
9927
9928 2017-10-02 Tom Tromey <tom@tromey.com>
9929
9930 PR rust/22236:
9931 * gdb.rust/simple.rs (main): New variable "fslice".
9932 * gdb.rust/simple.exp: Add slice tests. Update string tests.
9933
9934 2017-10-02 Tom Tromey <tom@tromey.com>
9935
9936 * gdb.rust/simple.exp: Test ptype of a slice.
9937
9938 2017-10-02 Tom Tromey <tom@tromey.com>
9939
9940 * gdb.rust/simple.exp: Test index of slice.
9941
9942 2017-09-27 Tom Tromey <tom@tromey.com>
9943
9944 * gdb.base/macscp.exp: Add __VA_OPT__ tests.
9945
9946 2017-09-26 Thomas Preud'homme <thomas.preudhomme@arm.com>
9947 Pedro Alves <palves@redhat.com>
9948
9949 * gdb.base/compare-sections.exp (get value of read-only section): Read
9950 as unsigned value.
9951 (corrupt read-only section): Likewise and don't set written if patching
9952 failed.
9953
9954 2017-09-21 Kevin Buettner <kevinb@redhat.com>
9955
9956 * gdb.python/py-thrhandle.c, gdb.python/py-thrhandle.exp: New
9957 files.
9958
9959 2017-09-20 Pedro Alves <palves@redhat.com>
9960
9961 * gdb.base/list-ambiguous.exp (test_list_ambiguous_symbol): Expect
9962 symbol names in gdb's output.
9963 * gdb.cp/overload.exp ("list all overloads"): Likewise.
9964
9965 2017-09-20 Pedro Alves <palves@redhat.com>
9966
9967 * gdb.base/list-ambiguous.exp (test_list_ambiguous_function):
9968 Rename to ...
9969 (test_list_ambiguous_symbol): ... this and add a symbol name
9970 parameter. Adjust.
9971 (test_list_ambiguous_function): Reimplement on top of
9972 test_list_ambiguous_symbol and also test listing ambiguous
9973 variables.
9974 * gdb.base/list-ambiguous0.c (ambiguous): Rename to ...
9975 (ambiguous_fun): ... this.
9976 (ambiguous_var): New.
9977 * gdb.base/list-ambiguous1.c (ambiguous): Rename to ...
9978 (ambiguous_fun): ... this.
9979 (ambiguous_var): New.
9980
9981 2017-09-19 John Baldwin <jhb@FreeBSD.org>
9982
9983 * gdb.base/starti.c: New file.
9984 * gdb.base/starti.exp: New file.
9985 * lib/gdb.exp (gdb_starti_cmd): New procedure.
9986
9987 2017-09-14 Pedro Alves <palves@redhat.com>
9988
9989 * gdb.base/nodebug.exp (nodebug_runto): New procedure.
9990 (top level): Use it instead of runto.
9991
9992 2017-09-11 Tom Tromey <tom@tromey.com>
9993
9994 * gdb.base/ena-dis-br.exp (test_ena_dis_br): Update test.
9995
9996 2017-09-11 Tom Tromey <tom@tromey.com>
9997
9998 * gdb.python/py-infthread.exp: Add tests for new_thread event.
9999 * gdb.python/py-inferior.exp: Add tests for new inferior events.
10000
10001 2017-09-08 Christoph Weinmann <christoph.t.weinmann@intel.com>
10002
10003 * gdb.fortran/printing-types.exp: New file.
10004 * gdb.fortran/printing-types.exp: New file.
10005
10006 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
10007
10008 * gdb.fortran/vla-ptype.exp: Fix typos.
10009 * gdb.fortran/vla-value.exp: Same.
10010
10011 2017-09-08 Bernhard Heckel <bernhard.heckel@intel.com>
10012
10013 * gdb.fortran/vla-value.exp: Use type names defined in libfortran.
10014 * gdb.mi/mi-var-child-f.exp: Likewise.
10015 * gdb.mi/mi-vla-fortran.exp: Likewise.
10016
10017 2017-09-08 Frank Penczek <frank.penczek@intel.com>
10018 Christoph Weinmann <christoph.t.weinmann@intel.com>
10019 Bernhard Heckel <bernhard.heckel@intel.com>
10020
10021 * gdb.fortran/ptr-indentation.f90: New file.
10022 * gdb.fortran/ptr-indentation.exp: New file.
10023
10024 2017-09-05 Tom Tromey <tom@tromey.com>
10025
10026 PR gdb/22010:
10027 * gdb.base/sizeof.exp (check_valueof): Cast char constant to int.
10028
10029 2017-09-06 Thomas Preud'homme <thomas.preudhomme@arm.com>
10030
10031 * gdb.arch/thumb2-it.exp: Cast call to assembly defined function.
10032
10033 2017-09-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10034
10035 * gdb.threads/tls-nodebug-pie.c: New file.
10036 * gdb.threads/tls-nodebug-pie.exp: New file.
10037
10038 2017-09-05 Tom Tromey <tom@tromey.com>
10039
10040 * lib/gdb.exp (gdb_compile): Don't use universal_compile_options
10041 for rust.
10042
10043 2017-09-05 Simon Marchi <simon.marchi@ericsson.com>
10044
10045 * gdb.multi/multi-arch-exec.exp: Test with different
10046 "follow-exec-mode" settings.
10047 (do_test): New procedure.
10048
10049 2017-09-04 Pedro Alves <palves@redhat.com>
10050
10051 * gdb.base/func-static.c (S::method const, S::method volatile)
10052 (S::method volatile const): New methods.
10053 (c_s, v_s, cv_s): New instances.
10054 (main): Call method() on them.
10055 * gdb.base/func-static.exp (syntax_re, cannot_resolve_re): New variables.
10056 (cannot_resolve): New procedure.
10057 (cxx_scopes_list): Test cv methods. Add print-scope-quote and
10058 print-quote-unquoted columns.
10059 (do_test): Test printing each scope too.
10060
10061 2017-09-04 Pedro Alves <palves@redhat.com>
10062
10063 * gdb.base/local-static.exp: Also test with
10064 class::method::variable wholly quoted.
10065 * gdb.cp/m-static.exp (class::method::variable): Remove test.
10066
10067 2017-09-04 Pedro Alves <palves@redhat.com>
10068
10069 * gdb.base/local-static.c: New.
10070 * gdb.base/local-static.cc: New.
10071 * gdb.base/local-static.exp: New.
10072
10073 2017-09-04 Pedro Alves <palves@redhat.com>
10074
10075 * gdb.asm/asm-source.exp: Add casts to int.
10076 * gdb.base/nodebug.c (dataglobal8, dataglobal32_1, dataglobal32_2)
10077 (dataglobal64_1, dataglobal64_2): New globals.
10078 * gdb.base/nodebug.exp: Test different expressions involving the
10079 new globals, with print, whatis and ptype. Add casts to int.
10080 * gdb.base/solib-display.exp: Add casts to int.
10081 * gdb.compile/compile-ifunc.exp: Expect warning. Add cast to int.
10082 * gdb.cp/m-static.exp: Add cast to int.
10083 * gdb.dwarf2/dw2-skip-prologue.exp: Add cast to int.
10084 * gdb.threads/tls-nodebug.exp: Check that gdb errors out printing
10085 tls variable with no debug info without a cast. Test with a cast
10086 to int too.
10087 * gdb.trace/entry-values.exp: Add casts.
10088
10089 2017-09-04 Pedro Alves <palves@redhat.com>
10090
10091 * gdb.base/nodebug.exp: Test that ptype's error about functions
10092 with unknown return type includes the function name too.
10093
10094 2017-09-04 Pedro Alves <palves@redhat.com>
10095
10096 * gdb.base/break-main-file-remove-fail.exp (test_remove_bp): Cast
10097 return type of munmap in infcall.
10098 * gdb.base/break-probes.exp: Cast return type of foo in infcall.
10099 * gdb.base/checkpoint.exp: Simplify using for loop. Cast return
10100 type of ftell in infcall.
10101 * gdb.base/dprintf-detach.exp (dprintf_detach_test): Cast return
10102 type of getpid in infcall.
10103 * gdb.base/infcall-exec.exp: Cast return type of execlp in
10104 infcall.
10105 * gdb.base/info-os.exp: Cast return type of getpid in infcall.
10106 Bail on failure to extract the pid.
10107 * gdb.base/nodebug.c: #include <stdint.h>.
10108 (multf, multf_noproto, mult, mult_noproto, add8, add8_noproto):
10109 New functions.
10110 * gdb.base/nodebug.exp (test_call_promotion): New procedure.
10111 Change expected output of print/whatis/ptype with functions with
10112 no debug info. Test all supported languages. Call
10113 test_call_promotion.
10114 * gdb.compile/compile.exp: Adjust expected output to expect
10115 warning.
10116 * gdb.threads/siginfo-threads.exp: Likewise.
10117
10118 2017-09-04 Pedro Alves <palves@redhat.com>
10119
10120 * gdb.base/callfuncs.exp (do_function_calls): New parameter
10121 "prototypes". Test calling float functions via prototyped and
10122 unprototyped function pointers.
10123 (perform_all_tests): New parameter "prototypes". Pass it down.
10124 (top level): Pass down "prototypes" parameter to
10125 perform_all_tests.
10126
10127 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
10128
10129 * gdb.base/commands.exp (loop_break_test, loop_continue_test):
10130 Test with nested loops.
10131
10132 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
10133
10134 * gdb.base/commands.exp: Call the new procedures.
10135 (loop_break_test, loop_continue_test): New procedures.
10136
10137 2017-09-04 Simon Marchi <simon.marchi@ericsson.com>
10138
10139 * gdb.base/commands.exp: Call new procedure.
10140 (define_if_without_arg_test): New procedure.
10141
10142 2017-09-04 Pedro Alves <palves@redhat.com>
10143
10144 * gdb.base/list-ambiguous.exp: New file.
10145 * gdb.base/list-ambiguous0.c: New file.
10146 * gdb.base/list-ambiguous1.c: New file.
10147 * gdb.base/list.exp (test_list_range): Adjust expected output.
10148
10149 2017-08-31 Sergio Durigan Junior <sergiodj@redhat.com>
10150
10151 * gdb.base/share-env-with-gdbserver.c: New file.
10152 * gdb.base/share-env-with-gdbserver.exp: Likewise.
10153
10154 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
10155
10156 * gdb.base/commands.exp (gdbvar_simple_if_test,
10157 gdbvar_simple_if_test, gdbvar_complex_if_while_test,
10158 progvar_simple_if_test, progvar_simple_while_test,
10159 progvar_complex_if_while_test, user_defined_command_test,
10160 user_defined_command_args_eval,
10161 user_defined_command_args_stack_test,
10162 user_defined_command_manyargs_test, bp_deleted_in_command_test,
10163 temporary_breakpoint_commands,
10164 gdb_test_no_prompt, redefine_hook_test,
10165 redefine_backtrace_test): Remove "global gdb_prompt".
10166
10167 2017-08-28 Simon Marchi <simon.marchi@ericsson.com>
10168
10169 * gdb.base/commands.exp (user_defined_command_case_sensitivity):
10170 New proc, call it from toplevel.
10171
10172 2017-08-23 Sergio Durigan Junior <sergiodj@redhat.com>
10173
10174 PR remote/21852
10175 * gdb.server/normal.c: New file, copied from gdb.base.
10176 * gdb.server/run-without-local-binary.exp: New file.
10177
10178 2017-08-07 Weimin Pan <weimin.pan@oracle.com>
10179
10180 * gdb.arch/sparc64-adi.exp: New file.
10181 * gdb.arch/sparc64-adi.c: New file.
10182
10183 2017-08-22 Pedro Alves <palves@redhat.com>
10184
10185 * gdb.cp/overload.exp (line_range_pattern): New procedure.
10186 (top level): Add "list all overloads" tests.
10187
10188 2017-08-22 Tom Tromey <tom@tromey.com>
10189
10190 * gdb.gdb/xfullpath.exp: Remove.
10191
10192 2017-08-21 Pedro Alves <palves@redhat.com>
10193
10194 PR gdb/19487
10195 * gdb.base/symbol-alias.c: New.
10196 * gdb.base/symbol-alias2.c: New.
10197 * gdb.base/symbol-alias.exp: New.
10198
10199 2017-08-21 Pedro Alves <palves@redhat.com>
10200
10201 * gdb.base/dfp-test.c
10202 (d32_t, d64_t, d128_t, d32_t2, d64_t2, d128_t2, v_d32_t, v_d64_t)
10203 (v_d128_t, v_d32_t2, v_d64_t2, v_d128_t2): New.
10204 * gdb.base/dfp-test.exp: Add whatis/ptype/cast tests.
10205 * gdb.base/gnu_vector.exp: Add whatis/ptype/cast tests.
10206 * gdb.base/whatis-ptype-typedefs.c: New.
10207 * gdb.base/whatis-ptype-typedefs.exp: New.
10208 * gdb.python/py-prettyprint.c (int_type, int_type2): New typedefs.
10209 (an_int, an_int_type, an_int_type2): New globals.
10210 * gdb.python/py-prettyprint.exp (run_lang_tests): Add tests
10211 involving typedefs and cast expressions.
10212 * gdb.python/py-prettyprint.py (class pp_int_typedef): New.
10213 (lookup_typedefs_function): New.
10214 (typedefs_pretty_printers_dict): New.
10215 (top level): Register lookup_typedefs_function in
10216 gdb.pretty_printers.
10217
10218 2017-08-18 Yao Qi <yao.qi@linaro.org>
10219
10220 * gdb.server/unittest.exp: New.
10221
10222 2017-08-15 Sergio Durigan Junior <sergiodj@redhat.com>
10223
10224 PR gdb/21954
10225 * gdb.base/environ.exp: Add test to check if 'unset environment'
10226 works.
10227
10228 2017-08-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10229
10230 * lib/gdb.exp (universal_compile_options): New caching proc.
10231 (gdb_compile): Suppress GCC's coloring of messages.
10232
10233 2017-08-14 Tom Tromey <tom@tromey.com>
10234
10235 PR gdb/21675:
10236 * gdb.base/printcmds.exp (test_radices): New function.
10237 * gdb.dwarf2/var-access.exp: Use p/u, not p/d.
10238 * gdb.base/sizeof.exp (check_valueof): Use p/d.
10239 * lib/gdb.exp (get_integer_valueof): Use p/d.
10240
10241 2017-08-12 Simon Marchi <simon.marchi@ericsson.com>
10242
10243 * lib/gdb.exp (get_valueof): Don't capture end-of-line
10244 characters.
10245
10246 2017-08-05 Tom Tromey <tom@tromey.com>
10247
10248 * gdb.rust/simple.exp: Allow String to appear in a different
10249 namespace.
10250
10251 2017-07-26 Yao Qi <yao.qi@linaro.org>
10252
10253 * gdb.gdb/unittest.exp: Invoke command
10254 "maintenance check xml-descriptions".
10255
10256 2017-07-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
10257
10258 * gdb.arch/s390-vregs.exp: Calculate parameters to hex128 in the
10259 calling context.
10260 (hex128): Drop erroneous calculation of parameters.
10261
10262 2017-07-22 Simon Marchi <simon.marchi@ericsson.com>
10263
10264 * gdb.python/py-unwind.exp: Disable stack protection when
10265 building test file.
10266
10267 2017-07-20 Pedro Alves <palves@redhat.com>
10268
10269 * gdb.base/default.exp (set language): Adjust expected output.
10270
10271 2017-07-20 Pedro Alves <palves@redhat.com>
10272
10273 * gdb.base/dmsym.c (pck__foo__bar__minsym): Rename to ...
10274 (test_minsym): ... this, and make static.
10275 (get_pck__foo__bar__minsym): Rename to ...
10276 (get_test_minsym): ... this.
10277 * gdb.base/dmsym.exp (): Remove "set language ada" call. Adjust
10278 symbol names and comments.
10279 * gdb.base/dmsym_main.c (get_pck__foo__bar__minsym): Rename to ...
10280 (get_test_minsym): ... this.
10281 (pck__foo__bar__minsym__2): Rename to ...
10282 (test_minsym): ... this.
10283 (main): Adjust.
10284
10285 2017-07-17 Pedro Alves <palves@redhat.com>
10286
10287 * gdb.base/completion.exp: Adjust expected output.
10288 * gdb.linespec/ls-errs.exp: Don't send tab characters, now that
10289 the completer works.
10290
10291 2017-07-17 Pedro Alves <palves@redhat.com>
10292
10293 * gdb.linespec/ls-errs.exp (do_test): Adjust expected output.
10294
10295 2017-07-15 Andrew Burgess <andrew.burgess@embecosm.com>
10296
10297 * gdb.mi/mi-vla-fortran.exp: Make test names unique.
10298
10299 2017-07-14 Tom Tromey <tom@tromey.com>
10300
10301 PR rust/21764:
10302 * gdb.rust/simple.exp: Add tests.
10303
10304 2017-07-14 Tom Tromey <tom@tromey.com>
10305
10306 * gdb.rust/simple.exp: Add regression test for PR rust/21763.
10307
10308 2017-07-14 Pedro Alves <palves@redhat.com>
10309
10310 * gdb.linespec/base/one/thefile.cc (z1): New function.
10311 * gdb.linespec/base/two/thefile.cc (z2): New function.
10312 * gdb.linespec/linespec.exp: Add tests.
10313
10314 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
10315
10316 * gdb.mi/mi-vla-fortran.exp: Correct even more parameter passing
10317 to mi_create_breakpoint.
10318
10319 2017-07-13 Andrew Burgess <andrew.burgess@embecosm.com>
10320
10321 * gdb.mi/mi-vla-fortran.exp: Correct parameter passing to
10322 mi_create_breakpoint.
10323
10324 2017-07-11 Iain Buclaw <ibuclaw@gdcproject.org>
10325
10326 * gdb.dlang/demangle.exp: Update for demangling changes.
10327
10328 2017-07-09 Tom Tromey <tom@tromey.com>
10329
10330 * gdb.dwarf2/shortpiece.exp: New file.
10331
10332 2017-07-06 David Blaikie <dblaikie@gmail.com>
10333
10334 * gdb.dwarf2/fission-multi-cu.S: Test containing multiple CUs in a DWO,
10335 built from fissiont-multi-cu{1,2}.c.
10336 * gdb.dwarf2/fission-multi-cu.exp: Test similar to fission-base.exp,
10337 except putting 'main' and 'func' in separate CUs in the same DWO file.
10338 * gdb.dwarf2/fission-multi-cu1.c: First CU for the multi-CU-single-DWO
10339 test.
10340 * gdb.dwarf2/fission-multi-cu2.c: Second CU in the multi-CU-single-DWO
10341 test.
10342
10343 2017-07-06 Pedro Alves <palves@redhat.com>
10344
10345 * gdb.python/py-unwind.exp: Test flushregs.
10346
10347 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
10348
10349 PR cli/21688
10350 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): Add new
10351 tests for alias commands and trailing whitespace.
10352
10353 2017-06-30 Sergio Durigan Junior <sergiodj@redhat.com>
10354
10355 PR cli/21688
10356 * gdb.python/py-cmd.exp (test_python_inline_or_multiline): New
10357 procedure. Call it.
10358
10359 2017-06-29 Pedro Alves <palves@redhat.com>
10360
10361 * gdb.base/printcmds.exp: Add tests.
10362
10363 2017-06-28 Doug Gilmore <Doug.Gilmore@imgtec.com>
10364
10365 PR gdb/21337
10366 * gdb.base/reread-readsym.exp: New file.
10367 * gdb.base/reread-readsym.c: New file.
10368
10369 2017-06-21 Kevin Buettner <kevinb@redhat.com>
10370
10371 * gdb.exp (gdb_test): Using noncapturing parens for the $pattern
10372 subpattern.
10373
10374 2017-06-19 Peter Bergner <bergner@vnet.ibm.com>
10375
10376 * gdb.arch/powerpc-power9.exp: Update test case for new lnia
10377 extended mnemonic.
10378 * gdb.arch/powerpc-power9.s: Likewise.
10379
10380 2017-06-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10381
10382 * gdb.dwarf2/var-access.exp: Use register name ecx instead of edx
10383 on 32-bit x86 targets. Exploit is_*_target macros where
10384 appropriate.
10385
10386 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10387
10388 * gdb.dwarf2/var-access.exp: Add test for non-byte-aligned
10389 register pieces.
10390
10391 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10392
10393 * gdb.dwarf2/var-access.exp: Add tests for accessing bit-fields
10394 located in one or more DWARF pieces.
10395
10396 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10397
10398 * lib/gdb.exp (get_endianness): New proc.
10399 * gdb.arch/aarch64-fp.exp: Use it.
10400 * gdb.arch/altivec-regs.exp: Likewise.
10401 * gdb.arch/e500-regs.exp: Likewise.
10402 * gdb.arch/vsx-regs.exp: Likewise.
10403 * gdb.base/dump.exp: Likewise.
10404 * gdb.base/funcargs.exp: Likewise.
10405 * gdb.base/gnu_vector.exp: Likewise.
10406 * gdb.dwarf2/formdata16.exp: Likewise.
10407 * gdb.dwarf2/implptrpiece.exp: Likewise.
10408 * gdb.dwarf2/nonvar-access.exp: Likewise.
10409 * gdb.python/py-inferior.exp: Likewise.
10410 * gdb.trace/unavailable-dwarf-piece.exp: Likewise.
10411
10412 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10413
10414 PR gdb/21226
10415 * gdb.dwarf2/nonvar-access.exp: Add checks for verifying that
10416 stack value pieces are taken from the LSB end.
10417
10418 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10419
10420 * gdb.dwarf2/var-pieces.exp: Add test case for modifying a
10421 variable at nonzero offset.
10422
10423 2017-06-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
10424
10425 * gdb.dwarf2/var-access.c: New file.
10426 * gdb.dwarf2/var-access.exp: New test.
10427 * lib/gdb-utils.exp (string_to_regexp): Quote braces as well.
10428
10429 2017-06-12 Tom Tromey <tom@tromey.com>
10430
10431 * gdb.dwarf2/formdata16.exp: Add tests.
10432
10433 2017-06-12 Tom Tromey <tom@tromey.com>
10434
10435 * gdb.arch/altivec-regs.exp: Expect decimal results for uint128.
10436
10437 2017-06-12 Tom Tromey <tom@tromey.com>
10438
10439 PR exp/16225:
10440 * gdb.reverse/i386-sse-reverse.exp: Update tests.
10441 * gdb.arch/vsx-regs.exp: Update tests.
10442 * gdb.arch/s390-vregs.exp (hex128): New proc.
10443 Update test.
10444 * gdb.arch/altivec-regs.exp: Update tests.
10445
10446 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
10447
10448 * gdb.base/startup-with-shell.c: New file.
10449 * gdb.base/startup-with-shell.exp: Likewise.
10450
10451 2017-06-07 Sergio Durigan Junior <sergiodj@redhat.com>
10452
10453 * gdb.server/non-existing-program.exp: Update regex in order to
10454 reflect the fact that gdbserver is now using fork_inferior (with a
10455 shell) to startup the inferior.
10456
10457 2017-05-30 Simon Marchi <simon.marchi@ericsson.com>
10458
10459 * gdb.base/watch-cond-infcall.exp: Don't run if target doesn't
10460 support function calls from GDB.
10461
10462 2017-05-21 Tom Tromey <tom@tromey.com>
10463
10464 PR rust/21466:
10465 * gdb.rust/unsized.exp: New file.
10466 * gdb.rust/unsized.rs: New file.
10467
10468 2017-05-19 Tom Tromey <tom@tromey.com>
10469
10470 PR rust/21484:
10471 * gdb.rust/watch.exp: New file.
10472 * gdb.rust/watch.rs: New file.
10473
10474 2017-05-18 Tom Tromey <tom@tromey.com>
10475
10476 * gdb.rust/simple.exp: Allow Box to be qualified.
10477
10478 2017-05-18 Thomas Preud'homme <thomas.preudhomme@arm.com>
10479
10480 * gdb.base/float.exp: Expect GDB prompt for targets without FPU.
10481
10482 2017-05-18 Pedro Alves <palves@redhat.com>
10483
10484 * gdb.base/fileio.c (test_write, test_read, test_close)
10485 (test_fstat): Don't print 'ret' in the fail path.
10486
10487 2017-05-18 Pedro Alves <palves@redhat.com>
10488
10489 * gdb.base/fileio.c (stop, test_open, test_write, test_read)
10490 (test_lseek, test_close, test_stat, test_fstat, test_isatty)
10491 (test_system, test_rename, test_unlink, test_time): Change
10492 prototypes.
10493 * gdb.base/fileio.exp (stop_msg): Adjust.
10494
10495 2017-05-18 Pedro Alves <palves@redhat.com>
10496
10497 * gdb.base/fileio.c (null_str): New global.
10498 (test_stat): Use it.
10499 * gdb.base/fileio.exp: Remove nowarnings.
10500
10501 2017-05-17 Yao Qi <yao.qi@linaro.org>
10502
10503 * gdb.base/fileio.exp: Pass nowarnings to gdb_compile.
10504
10505 2017-05-17 Simon Marchi <simon.marchi@ericsson.com>
10506
10507 * gdb.base/set-inferior-tty.exp (test_set_inferior_tty): Add
10508 argument command.
10509 (top-level): Invoke test_set_inferior_tty.
10510
10511 2017-05-04 Pedro Alves <palves@redhat.com>
10512
10513 * gdb.python/py-record-btrace-threads.exp (check_insn_for_thread):
10514 Add parens to print call for Python 3.
10515
10516 2017-05-03 Keith Seitz <keiths@redhat.com>
10517
10518 * gdb.cp/oranking.cc (dummy): New function to grab malloc.
10519 (main): Call it.
10520
10521 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10522
10523 * gdb.python/py-record-btrace.exp: Rename prev_sibling and next_sibling
10524 to prev and next.
10525
10526 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10527
10528 * gdb.python/py-record-btrace.exp: Remove test for
10529 gdb.BtraceInstruction.error.
10530
10531 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10532
10533 * gdb.python/py-record-btrace.exp: Remove Record.ptid test.
10534
10535 2017-05-01 Tim Wiederhake <tim.wiederhake@intel.com>
10536
10537 * gdb.python/py-record-btrace-threads.c: New file.
10538 * gdb.python/py-record-btrace-threads.exp: New file.
10539
10540 2017-04-28 Sergio Durigan Junior <sergiodj@redhat.com>
10541
10542 PR testsuite/8595
10543 * gdb.base/environ.exp: Make test available in all architectures.
10544 Move bits related to "info program" testing to
10545 gdb.base/info-program.exp. Rewrite tests to use the two new
10546 procedures mentione below.
10547 (test_set_show_env_var) New procedure.
10548 (test_set_show_env_var_equal): Likewise.
10549 * gdb.base/info-program.exp: New file.
10550
10551 2017-04-27 Keith Seitz <keiths@redhat.com>
10552
10553 * gdb.cp/oranking.cc (test15): New function.
10554 (main): Call test15 and declare additional variables for testing.
10555 * gdb.cp/oranking.exp: Remove kfail status for "p foo4(&a)" and
10556 "p foo101('abc')" tests.
10557 Add tests for cv qualifier overloads.
10558 * gdb.cp/rvalue-ref-overloads.exp: Remove kfail status for
10559 "lvalue reference overload" test.
10560 * gdb.cp/rvalue-ref-params.exp: Remove kfail status for
10561 "print value of f1 on Child&& in f2" test.
10562
10563 2017-04-19 Pedro Alves <palves@redhat.com>
10564
10565 * gdb.threads/threadapply.exp (kill_and_remove_inferior): New
10566 procedure.
10567 (top level): Call it.
10568 * lib/gdb.exp (gdb_define_cmd): New procedure.
10569
10570 2017-04-12 Pedro Alves <palves@redhat.com>
10571
10572 PR gdb/21323
10573 * gdb.cp/wide_char_types.c: Include <wchar.h>.
10574 (wchar): New global.
10575 * gdb.cp/wide_char_types.exp (wide_char_types_program)
10576 (do_test_wide_char, wide_char_types_no_program, top level): Add
10577 wchar_t testing.
10578
10579 2017-04-12 Pedro Alves <palves@redhat.com>
10580
10581 PR c++/21323
10582 * gdb.cp/wide_char_types.c: New file.
10583 * gdb.cp/wide_char_types.exp: New file.
10584
10585 2017-04-05 Sergio Durigan Junior <sergiodj@redhat.com>
10586
10587 PR gdb/21352
10588 * gdb.trace/tsv.exp: Add test for "tsave -r".
10589
10590 2017-03-30 Iain Buclaw <ibuclaw@gdcproject.org>
10591
10592 * gdb.dlang/watch-loc.c: New file.
10593 * gdb.dlang/watch-loc.exp: New file.
10594
10595 2017-03-29 Jan Kratochvil <jan.kratochvil@redhat.com>
10596
10597 * gdb.python/py-section-script.exp (sepdebug): New testcases.
10598
10599 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10600
10601 * gdb.arch/arc-analyze-prologue.S: New file.
10602 * gdb.arch/arc-analyze-prologue.exp: Likewise.
10603
10604 2017-03-28 Anton Kolesov <anton.kolesov@synopsys.com>
10605
10606 * gdb.arch/arc-decode-insn.S: New file.
10607 * gdb.arch/arc-decode-insn.exp: Likewise.
10608
10609 2017-03-21 Ivo Raisr <ivo.raisr@oracle.com>
10610
10611 PR tdep/20928
10612 * gdb.arch/sparc64-regs.exp: New file.
10613 * gdb.arch/sparc64-regs.S: Likewise.
10614
10615 2017-03-21 Tim Wiederhake <tim.wiederhake@intel.com>
10616
10617 * gdb.python/py-record-btrace.exp: Check for buffer on Python 2
10618 and memory view on Python 3.
10619
10620 2017-03-20 Artemiy Volkov <artemiyv@acm.org>
10621 Keith Seitz <keiths@redhat.com>
10622
10623 PR gdb/14441
10624 * gdb.cp/demangle.exp: Add rvalue reference tests.
10625 * gdb.cp/rvalue-ref-casts.cc: New file.
10626 * gdb.cp/rvalue-ref-casts.exp: New file.
10627 * gdb.cp/rvalue-ref-overload.cc: New file.
10628 * gdb.cp/rvalue-ref-overload.exp: New file.
10629 * gdb.cp/rvalue-ref-params.cc: New file.
10630 * gdb.cp/rvalue-ref-params.exp: New file.
10631 * gdb.cp/rvalue-ref-sizeof.cc: New file.
10632 * gdb.cp/rvalue-ref-sizeof.exp: New file.
10633 * gdb.cp/rvalue-ref-types.cc: New file.
10634 * gdb.cp/rvalue-ref-types.exp: New file.
10635 * gdb.python/py-rvalue-ref-value-cc.cc: New file.
10636 * gdb.python/py-rvalue-ref-value-cc.exp: New file.
10637
10638 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10639
10640 * gdb.mi/mi-solib.exp (test_file_list_shared_libraries):
10641 New procedure.
10642
10643 2017-03-20 Marc-Andre Laperle <marc-andre.laperle@ericsson.com>
10644
10645 * lib/mi-support.exp (mi_gdb_test): Add additional message
10646 for unexpected output.
10647
10648 2017-03-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
10649
10650 * gdb.base/examine-backward.c (Barrier): New character array
10651 constant, to ensure that TestStrings is preceded by a string
10652 terminator.
10653
10654 2017-03-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
10655
10656 * lib/dwarf.exp: Add support for DW_OP_implicit_pointer.
10657 * gdb.dwarf2/nonvar-access.exp: Add test for stack value location
10658 and implicit pointer into such a location.
10659
10660 2017-03-16 Doug Evans <dje@google.com>
10661
10662 * gdb.python/py-lazy-string (pointer): Really add new typedef.
10663
10664 2017-03-16 Thomas Preud'homme <thomas.preudhomme@arm.com>
10665
10666 * gdb.cp/m-static.exp: Fix expectation for prototype of
10667 test5.single_constructor and single_constructor::single_constructor.
10668
10669 2017-03-16 Doug Evans <dje@google.com>
10670
10671 * gdb.guile/scm-value.c (main) Delete locals sptr, sn.
10672 * gdb.guile/scm-lazy-string.c: New file.
10673 * gdb.guile/scm-value.exp: Move lazy string tests to ...
10674 * gdb.guile/scm-lazy-string.exp: ... here, new file. Add more tests
10675 for pointer, array, typedef lazy strings.
10676
10677 2017-03-16 Doug Evans <dje@google.com>
10678
10679 PR python/17728, python/18439, python/18779
10680 * gdb.python/py-value.c (main) Delete locals sptr, sn.
10681 * gdb.python/py-lazy-string.c (pointer): New typedef.
10682 (main): New locals ptr, array, typedef_ptr.
10683 * gdb.python/py-value.exp: Move lazy string tests to ...
10684 * gdb.python/py-lazy-string.exp: ... here. Add more tests for pointer,
10685 array, typedef lazy strings.
10686
10687 2017-03-14 Anton Kolesov <anton.kolesov@synopsys.com>
10688
10689 * lib/gdb.exp (get_valueof, get_integer_valueof, get_sizeof):
10690 Add optional 'test' parameter.
10691
10692 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10693
10694 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10695 Skip for versions of DejaGnu < 1.5.
10696
10697 2017-03-13 Simon Marchi <simon.marchi@ericsson.com>
10698
10699 * lib/gdb.exp (dejagnu_version): New proc.
10700 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
10701 Use dejagnu_version.
10702
10703 2017-03-10 Keith Seitz <keiths@redhat.com>
10704
10705 PR c++/8128
10706 * gdb.cp/templates.exp (test_ptype_of_templates): Remove argument
10707 type from destructor regexps.
10708 Add a branch which actually passes the test.
10709 Adjust "ptype t5i" test names.
10710
10711 2017-03-08 Pedro Alves <palves@redhat.com>
10712
10713 * gdb.base/step-over-exit.exp: Add explicit test message.
10714
10715 2017-03-08 Pedro Alves <palves@redhat.com>
10716
10717 PR gdb/18360
10718 * gdb.threads/interrupt-while-step-over.c: New file.
10719 * gdb.threads/interrupt-while-step-over.exp: New file.
10720
10721 2017-03-08 Pedro Alves <palves@redhat.com>
10722
10723 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
10724 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
10725
10726 2017-03-08 Pedro Alves <palves@redhat.com>
10727
10728 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
10729 PKRU as not supported as a PASS.
10730
10731 2017-03-08 Pedro Alves <palves@redhat.com>
10732
10733 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
10734 prefix instead of $binfile1/$binfile2.
10735 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
10736 in test message.
10737 * gdb.python/py-completion.exp: Use "load python file" as test
10738 messages instead of unstable path names.
10739
10740 2017-03-08 Pedro Alves <palves@redhat.com>
10741 Jan Kratochvil <jan.kratochvil@redhat.com>
10742
10743 PR cli/21218
10744 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
10745 New proc.
10746 (top level): Call it.
10747
10748 2017-03-08 Pedro Alves <palves@redhat.com>
10749
10750 PR tui/21216
10751 * gdb.tui/tui-nl-filtered-output.exp: New file.
10752
10753 2017-03-08 Pedro Alves <palves@redhat.com>
10754
10755 * gdb.base/completion.exp: Move TUI completion tests to ...
10756 * gdb.tui/completion.exp: ... this new file.
10757
10758 2017-03-08 Pedro Alves <palves@redhat.com>
10759
10760 * gdb.base/tui-disasm-long-lines.c,
10761 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
10762 gdb.base/tui-layout.exp: Move to ...
10763 * gdb.tui/: ... this new directory.
10764
10765 2017-03-07 Pedro Alves <palves@redhat.com>
10766
10767 * gdb.base/tui-layout.c: New file.
10768 * gdb.base/tui-layout.exp: New file.
10769
10770 2017-03-07 Pedro Alves <palves@redhat.com>
10771
10772 * gdb.base/tui-layout.c: Rename to ...
10773 * gdb.base/tui-disasm-long-lines.c: ... this.
10774 * gdb.base/tui-layout.exp: Rename to ...
10775 * gdb.base/tui-disasm-long-lines.exp: ... this.
10776
10777 2017-03-07 Pedro Alves <palves@redhat.com>
10778
10779 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
10780
10781 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
10782
10783 * i386-mpx-call.c: New file.
10784 * i386-mpx-call.exp: New file.
10785
10786 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
10787
10788 * gdb.arch/powerpc-power.exp: Delete test.
10789 * gdb.arch/powerpc-power.s: Likewise.
10790 * gdb.disasm/disassembler-options.exp: New test.
10791 * gdb.arch/powerpc-altivec.exp: Likewise.
10792 * gdb.arch/powerpc-altivec.s: Likewise.
10793 * gdb.arch/powerpc-altivec2.exp: Likewise.
10794 * gdb.arch/powerpc-altivec2.s: Likewise.
10795 * gdb.arch/powerpc-altivec3.exp: Likewise.
10796 * gdb.arch/powerpc-altivec3.s: Likewise.
10797 * gdb.arch/powerpc-power7.exp: Likewise.
10798 * gdb.arch/powerpc-power7.s: Likewise.
10799 * gdb.arch/powerpc-power8.exp: Likewise.
10800 * gdb.arch/powerpc-power8.s: Likewise.
10801 * gdb.arch/powerpc-power9.exp: Likewise.
10802 * gdb.arch/powerpc-power9.s: Likewise.
10803 * gdb.arch/powerpc-vsx.exp: Likewise.
10804 * gdb.arch/powerpc-vsx.s: Likewise.
10805 * gdb.arch/powerpc-vsx2.exp: Likewise.
10806 * gdb.arch/powerpc-vsx2.s: Likewise.
10807 * gdb.arch/powerpc-vsx3.exp: Likewise.
10808 * gdb.arch/powerpc-vsx3.s: Likewise.
10809 * gdb.arch/arm-disassembler-options.exp: Likewise.
10810 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
10811 * gdb.arch/s390-disassembler-options.exp: Likewise.
10812
10813 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
10814
10815 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
10816 (check_supported_features): ... this. Changed return type to void.
10817 (supports_rdseed): New static global.
10818 (rdseed): Check supports_rdseed.
10819 (initialize): Call check_supported_features.
10820
10821 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10822
10823 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
10824 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
10825 and lqarx/stqcx.
10826 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
10827 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
10828
10829 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10830
10831 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
10832 uppercase.
10833
10834 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10835
10836 * gdb.dwarf2/formdata16.c: New file.
10837 * gdb.dwarf2/formdata16.exp: New file.
10838 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
10839
10840 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10841
10842 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
10843 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
10844 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
10845 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
10846 DW_AT_GNU_*.
10847
10848 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
10849
10850 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
10851
10852 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
10853
10854 PR gdb/21164
10855 * gdb.base/maint.exp: Add testcases for when the commands do
10856 not have arguments.
10857
10858 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
10859
10860 * gdb.cp/chained-calls.exp: Use p instead of P.
10861
10862 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
10863
10864 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
10865 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
10866
10867 2017-02-14 Tom Tromey <tom@tromey.com>
10868
10869 PR python/13598:
10870 * gdb.python/py-events.exp: Add before_prompt event tests.
10871
10872 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
10873
10874 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
10875
10876 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10877
10878 * gdb.linespec/explicit.c (my_unique_function_name): New function.
10879 (main): Call my_unique_function_name.
10880 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
10881 completion of patterns with a single match.
10882 Add missing -re switches to gdb_test_multiple calls.
10883
10884 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
10885
10886 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
10887 return if core file is not recognized.
10888
10889 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10890
10891 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
10892 and extra UIs.
10893
10894 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
10895
10896 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
10897 proc_with_prefix.
10898
10899 2017-02-10 Tom Tromey <tom@tromey.com>
10900
10901 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
10902
10903 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
10904
10905 PR gdb/21122
10906 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
10907
10908 2017-02-08 Jerome Guitton <guitton@adacore.com>
10909
10910 * gdb.base/define.exp: Add test for command abbreviations
10911 in define.
10912
10913 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
10914
10915 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
10916 * gdb.reverse/insn-reverse-x86.c: New file.
10917
10918 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
10919
10920 PR tdep/20936
10921 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
10922
10923 2017-02-03 Tom Tromey <tom@tromey.com>
10924
10925 PR rust/21097:
10926 * gdb.rust/simple.exp: Add new tests.
10927
10928 2017-02-02 Pedro Alves <palves@redhat.com>
10929
10930 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
10931 tests.
10932
10933 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
10934
10935 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
10936 taking a 2-byte value out of a 4-byte DWARF implicit value on
10937 big-endian targets.
10938 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
10939 logic. Add test cases for DW_OP_implicit.
10940
10941 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10942
10943 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
10944
10945 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10946
10947 * gdb.btrace/enable.exp: Call gdb_exit before
10948 skip_gdbserver_tests.
10949
10950 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10951
10952 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
10953 GDBFLAGS.
10954
10955 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10956
10957 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
10958 the test is skipped.
10959 * gdb.btrace/data.exp: Likewise.
10960 * gdb.btrace/delta.exp: Likewise.
10961 * gdb.btrace/dlopen.exp: Likewise.
10962 * gdb.btrace/enable-running.exp: Likewise.
10963 * gdb.btrace/enable.exp: Likewise.
10964 * gdb.btrace/exception.exp: Likewise.
10965 * gdb.btrace/function_call_history.exp: Likewise.
10966 * gdb.btrace/gcore.exp: Likewise.
10967 * gdb.btrace/instruction_history.exp: Likewise.
10968 * gdb.btrace/multi-thread-step.exp: Likewise.
10969 * gdb.btrace/nohist.exp: Likewise.
10970 * gdb.btrace/non-stop.exp: Likewise.
10971 * gdb.btrace/reconnect.exp: Likewise.
10972 * gdb.btrace/record_goto-step.exp: Likewise.
10973 * gdb.btrace/record_goto.exp: Likewise.
10974 * gdb.btrace/rn-dl-bind.exp: Likewise.
10975 * gdb.btrace/segv.exp: Likewise.
10976 * gdb.btrace/step.exp: Likewise.
10977 * gdb.btrace/stepi.exp: Likewise.
10978 * gdb.btrace/tailcall-only.exp: Likewise.
10979 * gdb.btrace/tailcall.exp: Likewise.
10980 * gdb.btrace/tsx.exp: Likewise.
10981 * gdb.btrace/unknown_functions.exp: Likewise.
10982 * gdb.btrace/vdso.exp: Likewise.
10983
10984 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
10985
10986 * gdb.btrace/enable-running.c: New.
10987 * gdb.btrace/enable-running.exp: New.
10988
10989 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
10990
10991 * gdb.arch/amd64-gs_base.c: New file.
10992 * gdb.arch/amd64-gs_base.exp: New file.
10993
10994 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
10995
10996 * lib/memory.exp: Remove spurious empty newlines.
10997
10998 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
10999
11000 * gdb.python/py-bad-printers.exp: Load python file using "source".
11001 * gdb.python/py-events.exp: Likewise.
11002 * gdb.python/py-evsignal.exp: Likewise.
11003 * gdb.python/py-evthreads.exp: Likewise.
11004 * gdb.python/py-frame-args.exp: Likewise.
11005 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
11006 * gdb.python/py-framefilter-mi.exp: Likewise.
11007 * gdb.python/py-framefilter.exp: Likewise.
11008 * gdb.python/py-mi.exp: Likewise.
11009 * gdb.python/py-pp-maint.exp: Likewise.
11010 * gdb.python/py-pp-registration.exp: Likewise.
11011 * gdb.python/py-prettyprint.exp: Likewise.
11012 (run_lang_tests): Likewise.
11013 * gdb.python/py-typeprint.exp: Likewise.
11014
11015 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
11016
11017 * lib/memory.exp: New file.
11018 * lib/gdb.exp: Load memory.exp.
11019 * gdb.base/memattr.exp (delete_memory): Move proc to
11020 lib/memory.exp and rename to delete_memory_regions.
11021 Replace delete_memory with delete_memory_regions.
11022 Cleanup memory regions before tests.
11023 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
11024 before tests.
11025
11026 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
11027
11028 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
11029 files.
11030 (initialize): New function conditionally defined.
11031 (testcases): Move within conditional block.
11032 (main): Call initialize.
11033 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
11034 of gdb.reverse/insn-reverse.c.
11035 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
11036 gdb.reverse/insn-reverse.c.
11037
11038 2017-01-26 Yao Qi <yao.qi@linaro.org>
11039
11040 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
11041 disassemble on address 0.
11042
11043 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
11044 Yao Qi <yao.qi@linaro.org>
11045
11046 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
11047 * gdb.dwarf2/implptr-64bit.S: Remove.
11048 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
11049 variables in caller's context. Add DW_OP_implicit_value.
11050
11051 2017-01-25 Yao Qi <yao.qi@linaro.org>
11052
11053 * lib/dwarf.exp (Dwarf::_location): Handle
11054 DW_OP_GNU_implicit_pointer with proper size.
11055
11056 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
11057
11058 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
11059 and add untested calls.
11060
11061 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
11062
11063 * gdb.python/python.exp: Check line number against what GDB thinks
11064 the line number is for func1.
11065
11066 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
11067
11068 * gdb.dlang/debug-expr.exp: New file.
11069
11070 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
11071
11072 Fix test names for the following files:
11073
11074 * gdb.ada/exec_changed.exp
11075 * gdb.ada/info_types.exp
11076 * gdb.arch/aarch64-atomic-inst.exp
11077 * gdb.arch/aarch64-fp.exp
11078 * gdb.arch/altivec-abi.exp
11079 * gdb.arch/altivec-regs.exp
11080 * gdb.arch/amd64-byte.exp
11081 * gdb.arch/amd64-disp-step.exp
11082 * gdb.arch/amd64-dword.exp
11083 * gdb.arch/amd64-entry-value-inline.exp
11084 * gdb.arch/amd64-entry-value-param.exp
11085 * gdb.arch/amd64-entry-value-paramref.exp
11086 * gdb.arch/amd64-entry-value.exp
11087 * gdb.arch/amd64-i386-address.exp
11088 * gdb.arch/amd64-invalid-stack-middle.exp
11089 * gdb.arch/amd64-invalid-stack-top.exp
11090 * gdb.arch/amd64-optimout-repeat.exp
11091 * gdb.arch/amd64-prologue-skip.exp
11092 * gdb.arch/amd64-prologue-xmm.exp
11093 * gdb.arch/amd64-stap-special-operands.exp
11094 * gdb.arch/amd64-stap-wrong-subexp.exp
11095 * gdb.arch/amd64-tailcall-cxx.exp
11096 * gdb.arch/amd64-tailcall-noret.exp
11097 * gdb.arch/amd64-tailcall-ret.exp
11098 * gdb.arch/amd64-tailcall-self.exp
11099 * gdb.arch/amd64-word.exp
11100 * gdb.arch/arm-bl-branch-dest.exp
11101 * gdb.arch/arm-disp-step.exp
11102 * gdb.arch/arm-neon.exp
11103 * gdb.arch/arm-single-step-kernel-helper.exp
11104 * gdb.arch/avr-flash-qualifier.exp
11105 * gdb.arch/disp-step-insn-reloc.exp
11106 * gdb.arch/e500-abi.exp
11107 * gdb.arch/e500-regs.exp
11108 * gdb.arch/ftrace-insn-reloc.exp
11109 * gdb.arch/i386-avx512.exp
11110 * gdb.arch/i386-bp_permanent.exp
11111 * gdb.arch/i386-byte.exp
11112 * gdb.arch/i386-cfi-notcurrent.exp
11113 * gdb.arch/i386-disp-step.exp
11114 * gdb.arch/i386-dr3-watch.exp
11115 * gdb.arch/i386-float.exp
11116 * gdb.arch/i386-gnu-cfi.exp
11117 * gdb.arch/i386-mpx-map.exp
11118 * gdb.arch/i386-mpx-sigsegv.exp
11119 * gdb.arch/i386-mpx-simple_segv.exp
11120 * gdb.arch/i386-mpx.exp
11121 * gdb.arch/i386-permbkpt.exp
11122 * gdb.arch/i386-prologue.exp
11123 * gdb.arch/i386-signal.exp
11124 * gdb.arch/i386-size-overlap.exp
11125 * gdb.arch/i386-unwind.exp
11126 * gdb.arch/i386-word.exp
11127 * gdb.arch/mips-fcr.exp
11128 * gdb.arch/powerpc-d128-regs.exp
11129 * gdb.arch/powerpc-stackless.exp
11130 * gdb.arch/ppc64-atomic-inst.exp
11131 * gdb.arch/s390-stackless.exp
11132 * gdb.arch/s390-tdbregs.exp
11133 * gdb.arch/s390-vregs.exp
11134 * gdb.arch/sparc-sysstep.exp
11135 * gdb.arch/thumb-bx-pc.exp
11136 * gdb.arch/thumb-singlestep.exp
11137 * gdb.arch/thumb2-it.exp
11138 * gdb.arch/vsx-regs.exp
11139 * gdb.asm/asm-source.exp
11140 * gdb.base/a2-run.exp
11141 * gdb.base/advance.exp
11142 * gdb.base/all-bin.exp
11143 * gdb.base/anon.exp
11144 * gdb.base/args.exp
11145 * gdb.base/arithmet.exp
11146 * gdb.base/async-shell.exp
11147 * gdb.base/async.exp
11148 * gdb.base/attach-pie-noexec.exp
11149 * gdb.base/attach-twice.exp
11150 * gdb.base/auto-load.exp
11151 * gdb.base/bang.exp
11152 * gdb.base/bitfields.exp
11153 * gdb.base/break-always.exp
11154 * gdb.base/break-caller-line.exp
11155 * gdb.base/break-entry.exp
11156 * gdb.base/break-inline.exp
11157 * gdb.base/break-on-linker-gcd-function.exp
11158 * gdb.base/break-probes.exp
11159 * gdb.base/break.exp
11160 * gdb.base/breakpoint-shadow.exp
11161 * gdb.base/call-ar-st.exp
11162 * gdb.base/call-sc.exp
11163 * gdb.base/call-signal-resume.exp
11164 * gdb.base/call-strs.exp
11165 * gdb.base/callfuncs.exp
11166 * gdb.base/catch-fork-static.exp
11167 * gdb.base/catch-gdb-caused-signals.exp
11168 * gdb.base/catch-load.exp
11169 * gdb.base/catch-signal-fork.exp
11170 * gdb.base/catch-signal.exp
11171 * gdb.base/catch-syscall.exp
11172 * gdb.base/charset.exp
11173 * gdb.base/checkpoint.exp
11174 * gdb.base/chng-syms.exp
11175 * gdb.base/code-expr.exp
11176 * gdb.base/code_elim.exp
11177 * gdb.base/commands.exp
11178 * gdb.base/completion.exp
11179 * gdb.base/complex.exp
11180 * gdb.base/cond-expr.exp
11181 * gdb.base/condbreak.exp
11182 * gdb.base/consecutive.exp
11183 * gdb.base/continue-all-already-running.exp
11184 * gdb.base/coredump-filter.exp
11185 * gdb.base/corefile.exp
11186 * gdb.base/dbx.exp
11187 * gdb.base/debug-expr.exp
11188 * gdb.base/define.exp
11189 * gdb.base/del.exp
11190 * gdb.base/disabled-location.exp
11191 * gdb.base/disasm-end-cu.exp
11192 * gdb.base/disasm-optim.exp
11193 * gdb.base/display.exp
11194 * gdb.base/duplicate-bp.exp
11195 * gdb.base/ena-dis-br.exp
11196 * gdb.base/ending-run.exp
11197 * gdb.base/enumval.exp
11198 * gdb.base/environ.exp
11199 * gdb.base/eu-strip-infcall.exp
11200 * gdb.base/eval-avoid-side-effects.exp
11201 * gdb.base/eval-skip.exp
11202 * gdb.base/exitsignal.exp
11203 * gdb.base/expand-psymtabs.exp
11204 * gdb.base/filesym.exp
11205 * gdb.base/find-unmapped.exp
11206 * gdb.base/finish.exp
11207 * gdb.base/float.exp
11208 * gdb.base/foll-exec-mode.exp
11209 * gdb.base/foll-exec.exp
11210 * gdb.base/foll-fork.exp
11211 * gdb.base/fortran-sym-case.exp
11212 * gdb.base/freebpcmd.exp
11213 * gdb.base/func-ptr.exp
11214 * gdb.base/func-ptrs.exp
11215 * gdb.base/funcargs.exp
11216 * gdb.base/gcore-buffer-overflow.exp
11217 * gdb.base/gcore-relro-pie.exp
11218 * gdb.base/gcore-relro.exp
11219 * gdb.base/gcore.exp
11220 * gdb.base/gdb1090.exp
11221 * gdb.base/gdb11530.exp
11222 * gdb.base/gdb11531.exp
11223 * gdb.base/gdb1821.exp
11224 * gdb.base/gdbindex-stabs.exp
11225 * gdb.base/gdbvars.exp
11226 * gdb.base/hbreak.exp
11227 * gdb.base/hbreak2.exp
11228 * gdb.base/included.exp
11229 * gdb.base/infcall-input.exp
11230 * gdb.base/inferior-died.exp
11231 * gdb.base/infnan.exp
11232 * gdb.base/info-macros.exp
11233 * gdb.base/info-os.exp
11234 * gdb.base/info-proc.exp
11235 * gdb.base/info-shared.exp
11236 * gdb.base/info-target.exp
11237 * gdb.base/infoline.exp
11238 * gdb.base/interp.exp
11239 * gdb.base/interrupt.exp
11240 * gdb.base/jit-reader.exp
11241 * gdb.base/jit-simple.exp
11242 * gdb.base/kill-after-signal.exp
11243 * gdb.base/kill-detach-inferiors-cmd.exp
11244 * gdb.base/label.exp
11245 * gdb.base/langs.exp
11246 * gdb.base/ldbl_e308.exp
11247 * gdb.base/line-symtabs.exp
11248 * gdb.base/linespecs.exp
11249 * gdb.base/list.exp
11250 * gdb.base/long_long.exp
11251 * gdb.base/longest-types.exp
11252 * gdb.base/maint.exp
11253 * gdb.base/max-value-size.exp
11254 * gdb.base/memattr.exp
11255 * gdb.base/mips_pro.exp
11256 * gdb.base/morestack.exp
11257 * gdb.base/moribund-step.exp
11258 * gdb.base/multi-forks.exp
11259 * gdb.base/nested-addr.exp
11260 * gdb.base/nextoverexit.exp
11261 * gdb.base/noreturn-finish.exp
11262 * gdb.base/noreturn-return.exp
11263 * gdb.base/nostdlib.exp
11264 * gdb.base/offsets.exp
11265 * gdb.base/opaque.exp
11266 * gdb.base/pc-fp.exp
11267 * gdb.base/permissions.exp
11268 * gdb.base/print-symbol-loading.exp
11269 * gdb.base/prologue-include.exp
11270 * gdb.base/psymtab.exp
11271 * gdb.base/ptype.exp
11272 * gdb.base/random-signal.exp
11273 * gdb.base/randomize.exp
11274 * gdb.base/range-stepping.exp
11275 * gdb.base/readline-ask.exp
11276 * gdb.base/recpar.exp
11277 * gdb.base/recurse.exp
11278 * gdb.base/relational.exp
11279 * gdb.base/restore.exp
11280 * gdb.base/return-nodebug.exp
11281 * gdb.base/return.exp
11282 * gdb.base/run-after-attach.exp
11283 * gdb.base/save-bp.exp
11284 * gdb.base/scope.exp
11285 * gdb.base/sect-cmd.exp
11286 * gdb.base/set-lang-auto.exp
11287 * gdb.base/set-noassign.exp
11288 * gdb.base/setvar.exp
11289 * gdb.base/sigall.exp
11290 * gdb.base/sigbpt.exp
11291 * gdb.base/siginfo-addr.exp
11292 * gdb.base/siginfo-infcall.exp
11293 * gdb.base/siginfo-obj.exp
11294 * gdb.base/siginfo.exp
11295 * gdb.base/signals-state-child.exp
11296 * gdb.base/signest.exp
11297 * gdb.base/sigstep.exp
11298 * gdb.base/sizeof.exp
11299 * gdb.base/skip.exp
11300 * gdb.base/solib-corrupted.exp
11301 * gdb.base/solib-nodir.exp
11302 * gdb.base/solib-search.exp
11303 * gdb.base/stack-checking.exp
11304 * gdb.base/stale-infcall.exp
11305 * gdb.base/stap-probe.exp
11306 * gdb.base/start.exp
11307 * gdb.base/step-break.exp
11308 * gdb.base/step-bt.exp
11309 * gdb.base/step-line.exp
11310 * gdb.base/step-over-exit.exp
11311 * gdb.base/step-over-syscall.exp
11312 * gdb.base/step-resume-infcall.exp
11313 * gdb.base/step-test.exp
11314 * gdb.base/store.exp
11315 * gdb.base/structs3.exp
11316 * gdb.base/sym-file.exp
11317 * gdb.base/symbol-without-target_section.exp
11318 * gdb.base/term.exp
11319 * gdb.base/testenv.exp
11320 * gdb.base/ui-redirect.exp
11321 * gdb.base/until.exp
11322 * gdb.base/unwindonsignal.exp
11323 * gdb.base/value-double-free.exp
11324 * gdb.base/vla-datatypes.exp
11325 * gdb.base/vla-ptr.exp
11326 * gdb.base/vla-sideeffect.exp
11327 * gdb.base/volatile.exp
11328 * gdb.base/watch-cond-infcall.exp
11329 * gdb.base/watch-cond.exp
11330 * gdb.base/watch-non-mem.exp
11331 * gdb.base/watch-read.exp
11332 * gdb.base/watch-vfork.exp
11333 * gdb.base/watchpoint-cond-gone.exp
11334 * gdb.base/watchpoint-delete.exp
11335 * gdb.base/watchpoint-hw-hit-once.exp
11336 * gdb.base/watchpoint-hw.exp
11337 * gdb.base/watchpoint-stops-at-right-insn.exp
11338 * gdb.base/watchpoints.exp
11339 * gdb.base/wchar.exp
11340 * gdb.base/whatis-exp.exp
11341 * gdb.btrace/buffer-size.exp
11342 * gdb.btrace/data.exp
11343 * gdb.btrace/delta.exp
11344 * gdb.btrace/dlopen.exp
11345 * gdb.btrace/enable.exp
11346 * gdb.btrace/exception.exp
11347 * gdb.btrace/function_call_history.exp
11348 * gdb.btrace/gcore.exp
11349 * gdb.btrace/instruction_history.exp
11350 * gdb.btrace/nohist.exp
11351 * gdb.btrace/reconnect.exp
11352 * gdb.btrace/record_goto-step.exp
11353 * gdb.btrace/record_goto.exp
11354 * gdb.btrace/rn-dl-bind.exp
11355 * gdb.btrace/segv.exp
11356 * gdb.btrace/step.exp
11357 * gdb.btrace/stepi.exp
11358 * gdb.btrace/tailcall-only.exp
11359 * gdb.btrace/tailcall.exp
11360 * gdb.btrace/tsx.exp
11361 * gdb.btrace/unknown_functions.exp
11362 * gdb.btrace/vdso.exp
11363 * gdb.compile/compile-ifunc.exp
11364 * gdb.compile/compile-ops.exp
11365 * gdb.compile/compile-print.exp
11366 * gdb.compile/compile-setjmp.exp
11367 * gdb.cp/abstract-origin.exp
11368 * gdb.cp/ambiguous.exp
11369 * gdb.cp/annota2.exp
11370 * gdb.cp/annota3.exp
11371 * gdb.cp/anon-ns.exp
11372 * gdb.cp/anon-struct.exp
11373 * gdb.cp/anon-union.exp
11374 * gdb.cp/arg-reference.exp
11375 * gdb.cp/baseenum.exp
11376 * gdb.cp/bool.exp
11377 * gdb.cp/breakpoint.exp
11378 * gdb.cp/bs15503.exp
11379 * gdb.cp/call-c.exp
11380 * gdb.cp/casts.exp
11381 * gdb.cp/chained-calls.exp
11382 * gdb.cp/class2.exp
11383 * gdb.cp/classes.exp
11384 * gdb.cp/cmpd-minsyms.exp
11385 * gdb.cp/converts.exp
11386 * gdb.cp/cp-relocate.exp
11387 * gdb.cp/cpcompletion.exp
11388 * gdb.cp/cpexprs.exp
11389 * gdb.cp/cplabel.exp
11390 * gdb.cp/cplusfuncs.exp
11391 * gdb.cp/cpsizeof.exp
11392 * gdb.cp/ctti.exp
11393 * gdb.cp/derivation.exp
11394 * gdb.cp/destrprint.exp
11395 * gdb.cp/dispcxx.exp
11396 * gdb.cp/enum-class.exp
11397 * gdb.cp/exception.exp
11398 * gdb.cp/exceptprint.exp
11399 * gdb.cp/expand-psymtabs-cxx.exp
11400 * gdb.cp/expand-sals.exp
11401 * gdb.cp/extern-c.exp
11402 * gdb.cp/filename.exp
11403 * gdb.cp/formatted-ref.exp
11404 * gdb.cp/fpointer.exp
11405 * gdb.cp/gdb1355.exp
11406 * gdb.cp/gdb2495.exp
11407 * gdb.cp/hang.exp
11408 * gdb.cp/impl-this.exp
11409 * gdb.cp/infcall-dlopen.exp
11410 * gdb.cp/inherit.exp
11411 * gdb.cp/iostream.exp
11412 * gdb.cp/koenig.exp
11413 * gdb.cp/local.exp
11414 * gdb.cp/m-data.exp
11415 * gdb.cp/m-static.exp
11416 * gdb.cp/mb-ctor.exp
11417 * gdb.cp/mb-inline.exp
11418 * gdb.cp/mb-templates.exp
11419 * gdb.cp/member-name.exp
11420 * gdb.cp/member-ptr.exp
11421 * gdb.cp/meth-typedefs.exp
11422 * gdb.cp/method.exp
11423 * gdb.cp/method2.exp
11424 * gdb.cp/minsym-fallback.exp
11425 * gdb.cp/misc.exp
11426 * gdb.cp/namelessclass.exp
11427 * gdb.cp/namespace-enum.exp
11428 * gdb.cp/namespace-nested-import.exp
11429 * gdb.cp/namespace.exp
11430 * gdb.cp/nextoverthrow.exp
11431 * gdb.cp/no-dmgl-verbose.exp
11432 * gdb.cp/non-trivial-retval.exp
11433 * gdb.cp/noparam.exp
11434 * gdb.cp/nsdecl.exp
11435 * gdb.cp/nsimport.exp
11436 * gdb.cp/nsnested.exp
11437 * gdb.cp/nsnoimports.exp
11438 * gdb.cp/nsrecurs.exp
11439 * gdb.cp/nsstress.exp
11440 * gdb.cp/nsusing.exp
11441 * gdb.cp/operator.exp
11442 * gdb.cp/oranking.exp
11443 * gdb.cp/overload-const.exp
11444 * gdb.cp/overload.exp
11445 * gdb.cp/ovldbreak.exp
11446 * gdb.cp/ovsrch.exp
11447 * gdb.cp/paren-type.exp
11448 * gdb.cp/parse-lang.exp
11449 * gdb.cp/pass-by-ref.exp
11450 * gdb.cp/pr-1023.exp
11451 * gdb.cp/pr-1210.exp
11452 * gdb.cp/pr-574.exp
11453 * gdb.cp/pr10687.exp
11454 * gdb.cp/pr12028.exp
11455 * gdb.cp/pr17132.exp
11456 * gdb.cp/pr17494.exp
11457 * gdb.cp/pr9067.exp
11458 * gdb.cp/pr9167.exp
11459 * gdb.cp/pr9631.exp
11460 * gdb.cp/printmethod.exp
11461 * gdb.cp/psmang.exp
11462 * gdb.cp/psymtab-parameter.exp
11463 * gdb.cp/ptype-cv-cp.exp
11464 * gdb.cp/ptype-flags.exp
11465 * gdb.cp/re-set-overloaded.exp
11466 * gdb.cp/ref-types.exp
11467 * gdb.cp/rtti.exp
11468 * gdb.cp/scope-err.exp
11469 * gdb.cp/shadow.exp
11470 * gdb.cp/smartp.exp
11471 * gdb.cp/static-method.exp
11472 * gdb.cp/static-print-quit.exp
11473 * gdb.cp/temargs.exp
11474 * gdb.cp/templates.exp
11475 * gdb.cp/try_catch.exp
11476 * gdb.cp/typedef-operator.exp
11477 * gdb.cp/typeid.exp
11478 * gdb.cp/userdef.exp
11479 * gdb.cp/using-crash.exp
11480 * gdb.cp/var-tag.exp
11481 * gdb.cp/virtbase.exp
11482 * gdb.cp/virtfunc.exp
11483 * gdb.cp/virtfunc2.exp
11484 * gdb.cp/vla-cxx.exp
11485 * gdb.disasm/t01_mov.exp
11486 * gdb.disasm/t02_mova.exp
11487 * gdb.disasm/t03_add.exp
11488 * gdb.disasm/t04_sub.exp
11489 * gdb.disasm/t05_cmp.exp
11490 * gdb.disasm/t06_ari2.exp
11491 * gdb.disasm/t07_ari3.exp
11492 * gdb.disasm/t08_or.exp
11493 * gdb.disasm/t09_xor.exp
11494 * gdb.disasm/t10_and.exp
11495 * gdb.disasm/t11_logs.exp
11496 * gdb.disasm/t12_bit.exp
11497 * gdb.disasm/t13_otr.exp
11498 * gdb.dlang/circular.exp
11499 * gdb.dwarf2/arr-stride.exp
11500 * gdb.dwarf2/arr-subrange.exp
11501 * gdb.dwarf2/atomic-type.exp
11502 * gdb.dwarf2/bad-regnum.exp
11503 * gdb.dwarf2/bitfield-parent-optimized-out.exp
11504 * gdb.dwarf2/callframecfa.exp
11505 * gdb.dwarf2/clztest.exp
11506 * gdb.dwarf2/corrupt.exp
11507 * gdb.dwarf2/data-loc.exp
11508 * gdb.dwarf2/dup-psym.exp
11509 * gdb.dwarf2/dw2-anon-mptr.exp
11510 * gdb.dwarf2/dw2-anonymous-func.exp
11511 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
11512 * gdb.dwarf2/dw2-bad-unresolved.exp
11513 * gdb.dwarf2/dw2-basic.exp
11514 * gdb.dwarf2/dw2-canonicalize-type.exp
11515 * gdb.dwarf2/dw2-case-insensitive.exp
11516 * gdb.dwarf2/dw2-common-block.exp
11517 * gdb.dwarf2/dw2-compdir-oldgcc.exp
11518 * gdb.dwarf2/dw2-compressed.exp
11519 * gdb.dwarf2/dw2-const.exp
11520 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
11521 * gdb.dwarf2/dw2-cu-size.exp
11522 * gdb.dwarf2/dw2-dup-frame.exp
11523 * gdb.dwarf2/dw2-entry-value.exp
11524 * gdb.dwarf2/dw2-icycle.exp
11525 * gdb.dwarf2/dw2-ifort-parameter.exp
11526 * gdb.dwarf2/dw2-inline-break.exp
11527 * gdb.dwarf2/dw2-inline-param.exp
11528 * gdb.dwarf2/dw2-intercu.exp
11529 * gdb.dwarf2/dw2-intermix.exp
11530 * gdb.dwarf2/dw2-lexical-block-bare.exp
11531 * gdb.dwarf2/dw2-linkage-name-trust.exp
11532 * gdb.dwarf2/dw2-minsym-in-cu.exp
11533 * gdb.dwarf2/dw2-noloc.exp
11534 * gdb.dwarf2/dw2-op-call.exp
11535 * gdb.dwarf2/dw2-op-out-param.exp
11536 * gdb.dwarf2/dw2-opt-structptr.exp
11537 * gdb.dwarf2/dw2-param-error.exp
11538 * gdb.dwarf2/dw2-producer.exp
11539 * gdb.dwarf2/dw2-ranges-base.exp
11540 * gdb.dwarf2/dw2-ref-missing-frame.exp
11541 * gdb.dwarf2/dw2-reg-undefined.exp
11542 * gdb.dwarf2/dw2-regno-invalid.exp
11543 * gdb.dwarf2/dw2-restore.exp
11544 * gdb.dwarf2/dw2-restrict.exp
11545 * gdb.dwarf2/dw2-single-line-discriminators.exp
11546 * gdb.dwarf2/dw2-strp.exp
11547 * gdb.dwarf2/dw2-undefined-ret-addr.exp
11548 * gdb.dwarf2/dw2-unresolved.exp
11549 * gdb.dwarf2/dw2-var-zero-addr.exp
11550 * gdb.dwarf2/dw4-sig-types.exp
11551 * gdb.dwarf2/dwz.exp
11552 * gdb.dwarf2/dynarr-ptr.exp
11553 * gdb.dwarf2/enum-type.exp
11554 * gdb.dwarf2/gdb-index.exp
11555 * gdb.dwarf2/implptr-64bit.exp
11556 * gdb.dwarf2/implptr-optimized-out.exp
11557 * gdb.dwarf2/implptr.exp
11558 * gdb.dwarf2/implref-array.exp
11559 * gdb.dwarf2/implref-const.exp
11560 * gdb.dwarf2/implref-global.exp
11561 * gdb.dwarf2/implref-struct.exp
11562 * gdb.dwarf2/mac-fileno.exp
11563 * gdb.dwarf2/main-subprogram.exp
11564 * gdb.dwarf2/member-ptr-forwardref.exp
11565 * gdb.dwarf2/method-ptr.exp
11566 * gdb.dwarf2/missing-sig-type.exp
11567 * gdb.dwarf2/nonvar-access.exp
11568 * gdb.dwarf2/opaque-type-lookup.exp
11569 * gdb.dwarf2/pieces-optimized-out.exp
11570 * gdb.dwarf2/pieces.exp
11571 * gdb.dwarf2/pr10770.exp
11572 * gdb.dwarf2/pr13961.exp
11573 * gdb.dwarf2/staticvirtual.exp
11574 * gdb.dwarf2/subrange.exp
11575 * gdb.dwarf2/symtab-producer.exp
11576 * gdb.dwarf2/trace-crash.exp
11577 * gdb.dwarf2/typeddwarf.exp
11578 * gdb.dwarf2/valop.exp
11579 * gdb.dwarf2/watch-notconst.exp
11580 * gdb.fortran/array-element.exp
11581 * gdb.fortran/charset.exp
11582 * gdb.fortran/common-block.exp
11583 * gdb.fortran/complex.exp
11584 * gdb.fortran/derived-type-function.exp
11585 * gdb.fortran/derived-type.exp
11586 * gdb.fortran/logical.exp
11587 * gdb.fortran/module.exp
11588 * gdb.fortran/multi-dim.exp
11589 * gdb.fortran/nested-funcs.exp
11590 * gdb.fortran/print-formatted.exp
11591 * gdb.fortran/subarray.exp
11592 * gdb.fortran/vla-alloc-assoc.exp
11593 * gdb.fortran/vla-datatypes.exp
11594 * gdb.fortran/vla-history.exp
11595 * gdb.fortran/vla-ptr-info.exp
11596 * gdb.fortran/vla-ptype-sub.exp
11597 * gdb.fortran/vla-ptype.exp
11598 * gdb.fortran/vla-sizeof.exp
11599 * gdb.fortran/vla-type.exp
11600 * gdb.fortran/vla-value-sub-arbitrary.exp
11601 * gdb.fortran/vla-value-sub-finish.exp
11602 * gdb.fortran/vla-value-sub.exp
11603 * gdb.fortran/vla-value.exp
11604 * gdb.fortran/whatis_type.exp
11605 * gdb.go/chan.exp
11606 * gdb.go/handcall.exp
11607 * gdb.go/hello.exp
11608 * gdb.go/integers.exp
11609 * gdb.go/methods.exp
11610 * gdb.go/package.exp
11611 * gdb.go/strings.exp
11612 * gdb.go/types.exp
11613 * gdb.go/unsafe.exp
11614 * gdb.guile/scm-arch.exp
11615 * gdb.guile/scm-block.exp
11616 * gdb.guile/scm-breakpoint.exp
11617 * gdb.guile/scm-cmd.exp
11618 * gdb.guile/scm-disasm.exp
11619 * gdb.guile/scm-equal.exp
11620 * gdb.guile/scm-frame-args.exp
11621 * gdb.guile/scm-frame-inline.exp
11622 * gdb.guile/scm-frame.exp
11623 * gdb.guile/scm-iterator.exp
11624 * gdb.guile/scm-math.exp
11625 * gdb.guile/scm-objfile.exp
11626 * gdb.guile/scm-ports.exp
11627 * gdb.guile/scm-symbol.exp
11628 * gdb.guile/scm-symtab.exp
11629 * gdb.guile/scm-value-cc.exp
11630 * gdb.guile/types-module.exp
11631 * gdb.linespec/break-ask.exp
11632 * gdb.linespec/cpexplicit.exp
11633 * gdb.linespec/explicit.exp
11634 * gdb.linespec/keywords.exp
11635 * gdb.linespec/linespec.exp
11636 * gdb.linespec/ls-dollar.exp
11637 * gdb.linespec/ls-errs.exp
11638 * gdb.linespec/skip-two.exp
11639 * gdb.linespec/thread.exp
11640 * gdb.mi/mi-async.exp
11641 * gdb.mi/mi-basics.exp
11642 * gdb.mi/mi-break.exp
11643 * gdb.mi/mi-catch-load.exp
11644 * gdb.mi/mi-cli.exp
11645 * gdb.mi/mi-cmd-param-changed.exp
11646 * gdb.mi/mi-console.exp
11647 * gdb.mi/mi-detach.exp
11648 * gdb.mi/mi-disassemble.exp
11649 * gdb.mi/mi-eval.exp
11650 * gdb.mi/mi-file-transfer.exp
11651 * gdb.mi/mi-file.exp
11652 * gdb.mi/mi-fill-memory.exp
11653 * gdb.mi/mi-inheritance-syntax-error.exp
11654 * gdb.mi/mi-linespec-err-cp.exp
11655 * gdb.mi/mi-logging.exp
11656 * gdb.mi/mi-memory-changed.exp
11657 * gdb.mi/mi-read-memory.exp
11658 * gdb.mi/mi-record-changed.exp
11659 * gdb.mi/mi-reg-undefined.exp
11660 * gdb.mi/mi-regs.exp
11661 * gdb.mi/mi-return.exp
11662 * gdb.mi/mi-reverse.exp
11663 * gdb.mi/mi-simplerun.exp
11664 * gdb.mi/mi-solib.exp
11665 * gdb.mi/mi-stack.exp
11666 * gdb.mi/mi-stepi.exp
11667 * gdb.mi/mi-syn-frame.exp
11668 * gdb.mi/mi-until.exp
11669 * gdb.mi/mi-var-block.exp
11670 * gdb.mi/mi-var-child.exp
11671 * gdb.mi/mi-var-cmd.exp
11672 * gdb.mi/mi-var-cp.exp
11673 * gdb.mi/mi-var-display.exp
11674 * gdb.mi/mi-var-invalidate.exp
11675 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
11676 * gdb.mi/mi-vla-fortran.exp
11677 * gdb.mi/mi-watch.exp
11678 * gdb.mi/mi2-var-child.exp
11679 * gdb.mi/user-selected-context-sync.exp
11680 * gdb.modula2/unbounded-array.exp
11681 * gdb.multi/dummy-frame-restore.exp
11682 * gdb.multi/multi-arch-exec.exp
11683 * gdb.multi/multi-arch.exp
11684 * gdb.multi/tids.exp
11685 * gdb.multi/watchpoint-multi.exp
11686 * gdb.opencl/callfuncs.exp
11687 * gdb.opencl/convs_casts.exp
11688 * gdb.opencl/datatypes.exp
11689 * gdb.opencl/operators.exp
11690 * gdb.opencl/vec_comps.exp
11691 * gdb.opt/clobbered-registers-O2.exp
11692 * gdb.opt/inline-break.exp
11693 * gdb.opt/inline-bt.exp
11694 * gdb.opt/inline-cmds.exp
11695 * gdb.opt/inline-locals.exp
11696 * gdb.pascal/case-insensitive-symbols.exp
11697 * gdb.pascal/floats.exp
11698 * gdb.pascal/gdb11492.exp
11699 * gdb.python/lib-types.exp
11700 * gdb.python/py-arch.exp
11701 * gdb.python/py-as-string.exp
11702 * gdb.python/py-bad-printers.exp
11703 * gdb.python/py-block.exp
11704 * gdb.python/py-breakpoint-create-fail.exp
11705 * gdb.python/py-breakpoint.exp
11706 * gdb.python/py-caller-is.exp
11707 * gdb.python/py-cmd.exp
11708 * gdb.python/py-explore-cc.exp
11709 * gdb.python/py-explore.exp
11710 * gdb.python/py-finish-breakpoint.exp
11711 * gdb.python/py-finish-breakpoint2.exp
11712 * gdb.python/py-frame-args.exp
11713 * gdb.python/py-frame-inline.exp
11714 * gdb.python/py-frame.exp
11715 * gdb.python/py-framefilter-mi.exp
11716 * gdb.python/py-infthread.exp
11717 * gdb.python/py-lazy-string.exp
11718 * gdb.python/py-linetable.exp
11719 * gdb.python/py-mi-events.exp
11720 * gdb.python/py-mi-objfile.exp
11721 * gdb.python/py-mi.exp
11722 * gdb.python/py-objfile.exp
11723 * gdb.python/py-pp-integral.exp
11724 * gdb.python/py-pp-maint.exp
11725 * gdb.python/py-pp-re-notag.exp
11726 * gdb.python/py-pp-registration.exp
11727 * gdb.python/py-recurse-unwind.exp
11728 * gdb.python/py-strfns.exp
11729 * gdb.python/py-symbol.exp
11730 * gdb.python/py-symtab.exp
11731 * gdb.python/py-sync-interp.exp
11732 * gdb.python/py-typeprint.exp
11733 * gdb.python/py-unwind-maint.exp
11734 * gdb.python/py-unwind.exp
11735 * gdb.python/py-value-cc.exp
11736 * gdb.python/py-xmethods.exp
11737 * gdb.reverse/amd64-tailcall-reverse.exp
11738 * gdb.reverse/break-precsave.exp
11739 * gdb.reverse/break-reverse.exp
11740 * gdb.reverse/consecutive-precsave.exp
11741 * gdb.reverse/consecutive-reverse.exp
11742 * gdb.reverse/finish-precsave.exp
11743 * gdb.reverse/finish-reverse-bkpt.exp
11744 * gdb.reverse/finish-reverse.exp
11745 * gdb.reverse/fstatat-reverse.exp
11746 * gdb.reverse/getresuid-reverse.exp
11747 * gdb.reverse/i386-precsave.exp
11748 * gdb.reverse/i386-reverse.exp
11749 * gdb.reverse/i386-sse-reverse.exp
11750 * gdb.reverse/i387-env-reverse.exp
11751 * gdb.reverse/i387-stack-reverse.exp
11752 * gdb.reverse/insn-reverse.exp
11753 * gdb.reverse/machinestate-precsave.exp
11754 * gdb.reverse/machinestate.exp
11755 * gdb.reverse/next-reverse-bkpt-over-sr.exp
11756 * gdb.reverse/pipe-reverse.exp
11757 * gdb.reverse/readv-reverse.exp
11758 * gdb.reverse/recvmsg-reverse.exp
11759 * gdb.reverse/rerun-prec.exp
11760 * gdb.reverse/s390-mvcle.exp
11761 * gdb.reverse/step-precsave.exp
11762 * gdb.reverse/step-reverse.exp
11763 * gdb.reverse/time-reverse.exp
11764 * gdb.reverse/until-precsave.exp
11765 * gdb.reverse/until-reverse.exp
11766 * gdb.reverse/waitpid-reverse.exp
11767 * gdb.reverse/watch-precsave.exp
11768 * gdb.reverse/watch-reverse.exp
11769 * gdb.rust/generics.exp
11770 * gdb.rust/methods.exp
11771 * gdb.rust/modules.exp
11772 * gdb.rust/simple.exp
11773 * gdb.server/connect-with-no-symbol-file.exp
11774 * gdb.server/ext-attach.exp
11775 * gdb.server/ext-restart.exp
11776 * gdb.server/ext-wrapper.exp
11777 * gdb.server/file-transfer.exp
11778 * gdb.server/server-exec-info.exp
11779 * gdb.server/server-kill.exp
11780 * gdb.server/server-mon.exp
11781 * gdb.server/wrapper.exp
11782 * gdb.stabs/exclfwd.exp
11783 * gdb.stabs/gdb11479.exp
11784 * gdb.threads/clone-new-thread-event.exp
11785 * gdb.threads/corethreads.exp
11786 * gdb.threads/current-lwp-dead.exp
11787 * gdb.threads/dlopen-libpthread.exp
11788 * gdb.threads/gcore-thread.exp
11789 * gdb.threads/sigstep-threads.exp
11790 * gdb.threads/watchpoint-fork.exp
11791 * gdb.trace/actions-changed.exp
11792 * gdb.trace/backtrace.exp
11793 * gdb.trace/change-loc.exp
11794 * gdb.trace/circ.exp
11795 * gdb.trace/collection.exp
11796 * gdb.trace/disconnected-tracing.exp
11797 * gdb.trace/ftrace.exp
11798 * gdb.trace/mi-trace-frame-collected.exp
11799 * gdb.trace/mi-trace-unavailable.exp
11800 * gdb.trace/mi-traceframe-changed.exp
11801 * gdb.trace/mi-tsv-changed.exp
11802 * gdb.trace/no-attach-trace.exp
11803 * gdb.trace/passc-dyn.exp
11804 * gdb.trace/qtro.exp
11805 * gdb.trace/range-stepping.exp
11806 * gdb.trace/read-memory.exp
11807 * gdb.trace/save-trace.exp
11808 * gdb.trace/signal.exp
11809 * gdb.trace/status-stop.exp
11810 * gdb.trace/tfile.exp
11811 * gdb.trace/trace-break.exp
11812 * gdb.trace/trace-buffer-size.exp
11813 * gdb.trace/trace-condition.exp
11814 * gdb.trace/tracefile-pseudo-reg.exp
11815 * gdb.trace/tstatus.exp
11816 * gdb.trace/unavailable.exp
11817 * gdb.trace/while-dyn.exp
11818 * gdb.trace/while-stepping.exp
11819
11820 2016-12-22 Doug Evans <xdje42@gmail.com>
11821
11822 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
11823 and msymbols.
11824
11825 2016-12-19 Yao Qi <yao.qi@linaro.org>
11826
11827 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
11828 (test_with_self): Don't call do_steps_and_nexts, and remove
11829 code about stepping into xmalloc.
11830
11831 2016-12-09 Yao Qi <yao.qi@linaro.org>
11832
11833 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
11834
11835 2016-12-09 Yao Qi <yao.qi@linaro.org>
11836
11837 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
11838
11839 2016-12-09 Pedro Alves <palves@redhat.com>
11840
11841 * gdb.base/all-architectures-0.exp: New file.
11842 * gdb.base/all-architectures-1.exp: New file.
11843 * gdb.base/all-architectures-2.exp: New file.
11844 * gdb.base/all-architectures-3.exp: New file.
11845 * gdb.base/all-architectures-4.exp: New file.
11846 * gdb.base/all-architectures-5.exp: New file.
11847 * gdb.base/all-architectures-6.exp: New file.
11848 * gdb.base/all-architectures-7.exp: New file.
11849 * gdb.base/all-architectures.exp.in: New file.
11850
11851 2016-12-09 Yao Qi <yao.qi@linaro.org>
11852
11853 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
11854
11855 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11856
11857 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
11858 possible.
11859 Remove useless pattern-matching code.
11860
11861 2016-12-02 Pedro Alves <palves@redhat.com>
11862
11863 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
11864 procedure.
11865 (top level): Call it.
11866
11867 2016-12-02 Pedro Alves <palves@redhat.com>
11868
11869 * gdb.base/commands.exp (user_defined_command_args_stack_test):
11870 New procedure.
11871 (top level): Call it.
11872
11873 2016-12-02 Pedro Alves <palves@redhat.com>
11874
11875 PR cli/20559
11876 * gdb.base/commands.exp (user_defined_command_args_eval): New
11877 procedure.
11878 (top level): Call it.
11879
11880 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
11881
11882 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
11883 timeout handling.
11884
11885 2016-12-02 Tom Tromey <tom@tromey.com>
11886
11887 * gdb.dwarf2/main-subprogram.c: New file.
11888 * gdb.dwarf2/main-subprogram.exp: New file.
11889
11890 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11891
11892 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
11893 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
11894 gdb_test_no_output for a couple of cases.
11895 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
11896
11897 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
11898
11899 Fix test names and standardize compilation error messages throughout
11900 the following files:
11901
11902 * gdb.ada/start.exp
11903 * gdb.arch/alpha-step.exp
11904 * gdb.arch/e500-prologue.exp
11905 * gdb.arch/ftrace-insn-reloc.exp
11906 * gdb.arch/gdb1291.exp
11907 * gdb.arch/gdb1431.exp
11908 * gdb.arch/gdb1558.exp
11909 * gdb.arch/i386-dr3-watch.exp
11910 * gdb.arch/i386-sse-stack-align.exp
11911 * gdb.arch/ia64-breakpoint-shadow.exp
11912 * gdb.arch/pa-nullify.exp
11913 * gdb.arch/powerpc-aix-prologue.exp
11914 * gdb.arch/thumb-bx-pc.exp
11915 * gdb.base/annota1.exp
11916 * gdb.base/annota3.exp
11917 * gdb.base/arrayidx.exp
11918 * gdb.base/assign.exp
11919 * gdb.base/attach.exp
11920 * gdb.base/auxv.exp
11921 * gdb.base/bang.exp
11922 * gdb.base/bfp-test.exp
11923 * gdb.base/bigcore.exp
11924 * gdb.base/bitfields2.exp
11925 * gdb.base/break-fun-addr.exp
11926 * gdb.base/break-probes.exp
11927 * gdb.base/call-rt-st.exp
11928 * gdb.base/callexit.exp
11929 * gdb.base/catch-fork-kill.exp
11930 * gdb.base/charset.exp
11931 * gdb.base/checkpoint.exp
11932 * gdb.base/comprdebug.exp
11933 * gdb.base/constvars.exp
11934 * gdb.base/coredump-filter.exp
11935 * gdb.base/cursal.exp
11936 * gdb.base/cvexpr.exp
11937 * gdb.base/detach.exp
11938 * gdb.base/display.exp
11939 * gdb.base/dmsym.exp
11940 * gdb.base/dprintf-pending.exp
11941 * gdb.base/dso2dso.exp
11942 * gdb.base/dtrace-probe.exp
11943 * gdb.base/dump.exp
11944 * gdb.base/enum_cond.exp
11945 * gdb.base/exe-lock.exp
11946 * gdb.base/exec-invalid-sysroot.exp
11947 * gdb.base/execl-update-breakpoints.exp
11948 * gdb.base/exprs.exp
11949 * gdb.base/fileio.exp
11950 * gdb.base/find.exp
11951 * gdb.base/finish.exp
11952 * gdb.base/fixsection.exp
11953 * gdb.base/foll-vfork.exp
11954 * gdb.base/frame-args.exp
11955 * gdb.base/gcore.exp
11956 * gdb.base/gdb1250.exp
11957 * gdb.base/global-var-nested-by-dso.exp
11958 * gdb.base/gnu-ifunc.exp
11959 * gdb.base/hashline1.exp
11960 * gdb.base/hashline2.exp
11961 * gdb.base/hashline3.exp
11962 * gdb.base/hbreak-in-shr-unsupported.exp
11963 * gdb.base/huge.exp
11964 * gdb.base/infcall-input.exp
11965 * gdb.base/info-fun.exp
11966 * gdb.base/info-shared.exp
11967 * gdb.base/jit-simple.exp
11968 * gdb.base/jit-so.exp
11969 * gdb.base/jit.exp
11970 * gdb.base/jump.exp
11971 * gdb.base/label.exp
11972 * gdb.base/lineinc.exp
11973 * gdb.base/logical.exp
11974 * gdb.base/longjmp.exp
11975 * gdb.base/macscp.exp
11976 * gdb.base/miscexprs.exp
11977 * gdb.base/new-ui-echo.exp
11978 * gdb.base/new-ui-pending-input.exp
11979 * gdb.base/new-ui.exp
11980 * gdb.base/nodebug.exp
11981 * gdb.base/nofield.exp
11982 * gdb.base/offsets.exp
11983 * gdb.base/overlays.exp
11984 * gdb.base/pending.exp
11985 * gdb.base/pointers.exp
11986 * gdb.base/pr11022.exp
11987 * gdb.base/printcmds.exp
11988 * gdb.base/prologue.exp
11989 * gdb.base/ptr-typedef.exp
11990 * gdb.base/realname-expand.exp
11991 * gdb.base/relativedebug.exp
11992 * gdb.base/relocate.exp
11993 * gdb.base/remote.exp
11994 * gdb.base/reread.exp
11995 * gdb.base/return2.exp
11996 * gdb.base/savedregs.exp
11997 * gdb.base/sep.exp
11998 * gdb.base/sepdebug.exp
11999 * gdb.base/sepsymtab.exp
12000 * gdb.base/set-inferior-tty.exp
12001 * gdb.base/setshow.exp
12002 * gdb.base/shlib-call.exp
12003 * gdb.base/sigaltstack.exp
12004 * gdb.base/siginfo-addr.exp
12005 * gdb.base/signals.exp
12006 * gdb.base/signull.exp
12007 * gdb.base/sigrepeat.exp
12008 * gdb.base/so-impl-ld.exp
12009 * gdb.base/solib-display.exp
12010 * gdb.base/solib-overlap.exp
12011 * gdb.base/solib-search.exp
12012 * gdb.base/solib-symbol.exp
12013 * gdb.base/structs.exp
12014 * gdb.base/structs2.exp
12015 * gdb.base/symtab-search-order.exp
12016 * gdb.base/twice.exp
12017 * gdb.base/unload.exp
12018 * gdb.base/varargs.exp
12019 * gdb.base/watchpoint-solib.exp
12020 * gdb.base/watchpoint.exp
12021 * gdb.base/whatis.exp
12022 * gdb.base/wrong_frame_bt_full.exp
12023 * gdb.btrace/dlopen.exp
12024 * gdb.cell/ea-standalone.exp
12025 * gdb.cell/ea-test.exp
12026 * gdb.cp/dispcxx.exp
12027 * gdb.cp/gdb2384.exp
12028 * gdb.cp/method2.exp
12029 * gdb.cp/nextoverthrow.exp
12030 * gdb.cp/pr10728.exp
12031 * gdb.disasm/am33.exp
12032 * gdb.disasm/h8300s.exp
12033 * gdb.disasm/mn10300.exp
12034 * gdb.disasm/sh3.exp
12035 * gdb.dwarf2/dw2-dir-file-name.exp
12036 * gdb.fortran/complex.exp
12037 * gdb.fortran/library-module.exp
12038 * gdb.guile/scm-pretty-print.exp
12039 * gdb.guile/scm-symbol.exp
12040 * gdb.guile/scm-type.exp
12041 * gdb.guile/scm-value.exp
12042 * gdb.linespec/linespec.exp
12043 * gdb.mi/gdb701.exp
12044 * gdb.mi/gdb792.exp
12045 * gdb.mi/mi-breakpoint-changed.exp
12046 * gdb.mi/mi-dprintf-pending.exp
12047 * gdb.mi/mi-dprintf.exp
12048 * gdb.mi/mi-exit-code.exp
12049 * gdb.mi/mi-pending.exp
12050 * gdb.mi/mi-solib.exp
12051 * gdb.mi/new-ui-mi-sync.exp
12052 * gdb.mi/pr11022.exp
12053 * gdb.mi/user-selected-context-sync.exp
12054 * gdb.opt/solib-intra-step.exp
12055 * gdb.python/py-events.exp
12056 * gdb.python/py-finish-breakpoint.exp
12057 * gdb.python/py-mi.exp
12058 * gdb.python/py-prettyprint.exp
12059 * gdb.python/py-shared.exp
12060 * gdb.python/py-symbol.exp
12061 * gdb.python/py-template.exp
12062 * gdb.python/py-type.exp
12063 * gdb.python/py-value.exp
12064 * gdb.reverse/solib-precsave.exp
12065 * gdb.reverse/solib-reverse.exp
12066 * gdb.server/solib-list.exp
12067 * gdb.stabs/weird.exp
12068 * gdb.threads/reconnect-signal.exp
12069 * gdb.threads/stepi-random-signal.exp
12070 * gdb.trace/actions.exp
12071 * gdb.trace/ax.exp
12072 * gdb.trace/backtrace.exp
12073 * gdb.trace/change-loc.exp
12074 * gdb.trace/deltrace.exp
12075 * gdb.trace/ftrace-lock.exp
12076 * gdb.trace/ftrace.exp
12077 * gdb.trace/infotrace.exp
12078 * gdb.trace/mi-tracepoint-changed.exp
12079 * gdb.trace/packetlen.exp
12080 * gdb.trace/passcount.exp
12081 * gdb.trace/pending.exp
12082 * gdb.trace/range-stepping.exp
12083 * gdb.trace/report.exp
12084 * gdb.trace/stap-trace.exp
12085 * gdb.trace/tfind.exp
12086 * gdb.trace/trace-break.exp
12087 * gdb.trace/trace-condition.exp
12088 * gdb.trace/trace-enable-disable.exp
12089 * gdb.trace/trace-mt.exp
12090 * gdb.trace/tracecmd.exp
12091 * gdb.trace/tspeed.exp
12092 * gdb.trace/tsv.exp
12093 * lib/perftest.exp
12094
12095 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12096
12097 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
12098 with gdb_test_no_output.
12099 Use command as test name.
12100
12101 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12102
12103 Fix test names starting with uppercase throughout the files.
12104
12105 * gdb.ada/assign_1.exp
12106 * gdb.ada/boolean_expr.exp
12107 * gdb.base/arrayidx.exp
12108 * gdb.base/del.exp
12109 * gdb.base/gcore-buffer-overflow.exp
12110 * gdb.base/testenv.exp
12111 * gdb.compile/compile.exp
12112 * gdb.python/py-framefilter-invalidarg.exp
12113 * gdb.python/py-framefilter.exp
12114
12115 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12116
12117 Fix test names starting with uppercase throughout the files.
12118
12119 * gdb.ada/array_return.exp
12120 * gdb.ada/expr_delims.exp
12121 * gdb.ada/mi_dyn_arr.exp
12122 * gdb.ada/mi_interface.exp
12123 * gdb.ada/mi_var_array.exp
12124 * gdb.ada/watch_arg.exp
12125 * gdb.arch/alpha-step.exp
12126 * gdb.arch/altivec-regs.exp
12127 * gdb.arch/e500-regs.exp
12128 * gdb.arch/powerpc-d128-regs.exp
12129 * gdb.base/arrayidx.exp
12130 * gdb.base/break.exp
12131 * gdb.base/checkpoint.exp
12132 * gdb.base/debug-expr.exp
12133 * gdb.base/dmsym.exp
12134 * gdb.base/radix.exp
12135 * gdb.base/sepdebug.exp
12136 * gdb.base/testenv.exp
12137 * gdb.base/watch_thread_num.exp
12138 * gdb.base/watchpoint-cond-gone.exp
12139 * gdb.cell/break.exp
12140 * gdb.cell/ea-cache.exp
12141 * gdb.compile/compile.exp
12142 * gdb.cp/gdb2495.exp
12143 * gdb.gdb/selftest.exp
12144 * gdb.gdb/xfullpath.exp
12145 * gdb.go/hello.exp
12146 * gdb.go/integers.exp
12147 * gdb.objc/basicclass.exp
12148 * gdb.pascal/hello.exp
12149 * gdb.pascal/integers.exp
12150 * gdb.python/py-breakpoint.exp
12151 * gdb.python/py-cmd.exp
12152 * gdb.python/py-linetable.exp
12153 * gdb.python/py-xmethods.exp
12154 * gdb.python/python.exp
12155 * gdb.reverse/consecutive-precsave.exp
12156 * gdb.reverse/finish-precsave.exp
12157 * gdb.reverse/i386-precsave.exp
12158 * gdb.reverse/machinestate-precsave.exp
12159 * gdb.reverse/sigall-precsave.exp
12160 * gdb.reverse/solib-precsave.exp
12161 * gdb.reverse/step-precsave.exp
12162 * gdb.reverse/until-precsave.exp
12163 * gdb.reverse/watch-precsave.exp
12164 * gdb.threads/leader-exit.exp
12165 * gdb.threads/pthreads.exp
12166 * gdb.threads/wp-replication.exp
12167 * gdb.trace/actions.exp
12168 * gdb.trace/mi-tsv-changed.exp
12169 * gdb.trace/tsv.exp
12170
12171 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12172
12173 Fix test names starting with uppercase throughout the files.
12174
12175 * gdb.arch/i386-bp_permanent.exp
12176 * gdb.arch/i386-gnu-cfi.exp
12177 * gdb.base/disasm-end-cu.exp
12178 * gdb.base/macscp.exp
12179 * gdb.base/pending.exp
12180 * gdb.base/watch_thread_num.exp
12181 * gdb.cp/exception.exp
12182 * gdb.cp/gdb2495.exp
12183 * gdb.cp/local.exp
12184 * gdb.python/py-evsignal.exp
12185 * gdb.python/python.exp
12186 * gdb.trace/tracecmd.exp
12187
12188 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12189
12190 Fix test names starting with uppercase throughout the files.
12191
12192 * gdb.base/charset.exp
12193 * gdb.base/eval.exp
12194 * gdb.base/multi-forks.exp
12195 * gdb.guile/scm-progspace.exp
12196 * gdb.opencl/datatypes.exp
12197 * gdb.python/py-block.exp
12198 * gdb.python/py-function.exp
12199 * gdb.python/py-symbol.exp
12200 * gdb.python/py-symtab.exp
12201 * gdb.python/py-xmethods.exp
12202 * gdb.reverse/break-precsave.exp
12203 * gdb.reverse/break-reverse.exp
12204 * gdb.reverse/consecutive-precsave.exp
12205 * gdb.reverse/consecutive-reverse.exp
12206 * gdb.reverse/finish-precsave.exp
12207 * gdb.reverse/finish-reverse-bkpt.exp
12208 * gdb.reverse/finish-reverse.exp
12209 * gdb.reverse/fstatat-reverse.exp
12210 * gdb.reverse/getresuid-reverse.exp
12211 * gdb.reverse/i386-precsave.exp
12212 * gdb.reverse/i386-reverse.exp
12213 * gdb.reverse/i386-sse-reverse.exp
12214 * gdb.reverse/i387-stack-reverse.exp
12215 * gdb.reverse/insn-reverse.exp
12216 * gdb.reverse/machinestate-precsave.exp
12217 * gdb.reverse/machinestate.exp
12218 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12219 * gdb.reverse/pipe-reverse.exp
12220 * gdb.reverse/readv-reverse.exp
12221 * gdb.reverse/recvmsg-reverse.exp
12222 * gdb.reverse/rerun-prec.exp
12223 * gdb.reverse/s390-mvcle.exp
12224 * gdb.reverse/sigall-precsave.exp
12225 * gdb.reverse/sigall-reverse.exp
12226 * gdb.reverse/solib-precsave.exp
12227 * gdb.reverse/solib-reverse.exp
12228 * gdb.reverse/step-precsave.exp
12229 * gdb.reverse/step-reverse.exp
12230 * gdb.reverse/time-reverse.exp
12231 * gdb.reverse/until-precsave.exp
12232 * gdb.reverse/until-reverse.exp
12233 * gdb.reverse/waitpid-reverse.exp
12234 * gdb.reverse/watch-precsave.exp
12235 * gdb.reverse/watch-reverse.exp
12236
12237 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12238
12239 Fix test names starting with uppercase throughout the files.
12240
12241 * gdb.arch/i386-mpx-simple_segv.exp
12242 * gdb.arch/i386-mpx.exp
12243 * gdb.arch/i386-permbkpt.exp
12244 * gdb.arch/pa-nullify.exp
12245 * gdb.arch/powerpc-d128-regs.exp
12246 * gdb.arch/vsx-regs.exp
12247 * gdb.base/bfp-test.exp
12248 * gdb.base/break.exp
12249 * gdb.base/breakpoint-shadow.exp
12250 * gdb.base/callfuncs.exp
12251 * gdb.base/charset.exp
12252 * gdb.base/commands.exp
12253 * gdb.base/completion.exp
12254 * gdb.base/dfp-test.exp
12255 * gdb.base/echo.exp
12256 * gdb.base/ending-run.exp
12257 * gdb.base/eval.exp
12258 * gdb.base/expand-psymtabs.exp
12259 * gdb.base/float128.exp
12260 * gdb.base/floatn.exp
12261 * gdb.base/foll-exec-mode.exp
12262 * gdb.base/gdb1056.exp
12263 * gdb.base/gdb11531.exp
12264 * gdb.base/kill-after-signal.exp
12265 * gdb.base/multi-forks.exp
12266 * gdb.base/overlays.exp
12267 * gdb.base/pending.exp
12268 * gdb.base/sepdebug.exp
12269 * gdb.base/testenv.exp
12270 * gdb.base/valgrind-db-attach.exp
12271 * gdb.base/watch_thread_num.exp
12272 * gdb.base/watchpoint-cond-gone.exp
12273 * gdb.base/watchpoint.exp
12274 * gdb.base/watchpoints.exp
12275 * gdb.cp/arg-reference.exp
12276 * gdb.cp/baseenum.exp
12277 * gdb.cp/operator.exp
12278 * gdb.cp/shadow.exp
12279 * gdb.dwarf2/dw2-op-out-param.exp
12280 * gdb.dwarf2/dw2-reg-undefined.exp
12281 * gdb.go/chan.exp
12282 * gdb.go/hello.exp
12283 * gdb.go/integers.exp
12284 * gdb.go/methods.exp
12285 * gdb.go/package.exp
12286 * gdb.guile/scm-parameter.exp
12287 * gdb.guile/scm-progspace.exp
12288 * gdb.guile/scm-value.exp
12289 * gdb.mi/mi-pending.exp
12290 * gdb.mi/user-selected-context-sync.exp
12291 * gdb.multi/multi-attach.exp
12292 * gdb.multi/tids.exp
12293 * gdb.opt/clobbered-registers-O2.exp
12294 * gdb.pascal/floats.exp
12295 * gdb.pascal/integers.exp
12296 * gdb.python/py-block.exp
12297 * gdb.python/py-events.exp
12298 * gdb.python/py-parameter.exp
12299 * gdb.python/py-symbol.exp
12300 * gdb.python/py-symtab.exp
12301 * gdb.python/py-type.exp
12302 * gdb.python/py-value.exp
12303 * gdb.python/py-xmethods.exp
12304 * gdb.python/python.exp
12305 * gdb.reverse/break-precsave.exp
12306 * gdb.reverse/consecutive-precsave.exp
12307 * gdb.reverse/finish-precsave.exp
12308 * gdb.reverse/i386-precsave.exp
12309 * gdb.reverse/machinestate-precsave.exp
12310 * gdb.reverse/sigall-precsave.exp
12311 * gdb.reverse/solib-precsave.exp
12312 * gdb.reverse/step-precsave.exp
12313 * gdb.reverse/until-precsave.exp
12314 * gdb.reverse/watch-precsave.exp
12315 * gdb.server/ext-attach.exp
12316 * gdb.server/ext-restart.exp
12317 * gdb.server/ext-run.exp
12318 * gdb.server/ext-wrapper.exp
12319 * gdb.stabs/gdb11479.exp
12320 * gdb.stabs/weird.exp
12321 * gdb.threads/attach-many-short-lived-threads.exp
12322 * gdb.threads/kill.exp
12323 * gdb.threads/watchpoint-fork.exp
12324
12325 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
12326
12327 Fix test names starting with uppercase throughout all the files below.
12328
12329 * gdb.ada/array_return.exp
12330 * gdb.ada/catch_ex.exp
12331 * gdb.ada/info_exc.exp
12332 * gdb.ada/mi_catch_ex.exp
12333 * gdb.ada/mi_dyn_arr.exp
12334 * gdb.ada/mi_ex_cond.exp
12335 * gdb.ada/mi_exc_info.exp
12336 * gdb.ada/mi_interface.exp
12337 * gdb.ada/mi_task_arg.exp
12338 * gdb.ada/mi_task_info.exp
12339 * gdb.ada/mi_var_array.exp
12340 * gdb.arch/alpha-step.exp
12341 * gdb.arch/amd64-disp-step.exp
12342 * gdb.arch/arm-disp-step.exp
12343 * gdb.arch/disp-step-insn-reloc.exp
12344 * gdb.arch/e500-prologue.exp
12345 * gdb.arch/ftrace-insn-reloc.exp
12346 * gdb.arch/gdb1558.exp
12347 * gdb.arch/i386-bp_permanent.exp
12348 * gdb.arch/i386-disp-step.exp
12349 * gdb.arch/i386-float.exp
12350 * gdb.arch/i386-gnu-cfi.exp
12351 * gdb.arch/ia64-breakpoint-shadow.exp
12352 * gdb.arch/mips16-thunks.exp
12353 * gdb.arch/pa-nullify.exp
12354 * gdb.arch/powerpc-aix-prologue.exp
12355 * gdb.arch/powerpc-power.exp
12356 * gdb.arch/ppc-dfp.exp
12357 * gdb.arch/s390-tdbregs.exp
12358 * gdb.arch/spu-info.exp
12359 * gdb.arch/spu-ls.exp
12360 * gdb.arch/thumb-bx-pc.exp
12361 * gdb.base/advance.exp
12362 * gdb.base/annota-input-while-running.exp
12363 * gdb.base/arrayidx.exp
12364 * gdb.base/asmlabel.exp
12365 * gdb.base/async.exp
12366 * gdb.base/attach-wait-input.exp
12367 * gdb.base/auto-connect-native-target.exp
12368 * gdb.base/batch-preserve-term-settings.exp
12369 * gdb.base/bfp-test.exp
12370 * gdb.base/bigcore.exp
12371 * gdb.base/bp-permanent.exp
12372 * gdb.base/break-always.exp
12373 * gdb.base/break-fun-addr.exp
12374 * gdb.base/break-idempotent.exp
12375 * gdb.base/break-main-file-remove-fail.exp
12376 * gdb.base/break-probes.exp
12377 * gdb.base/break-unload-file.exp
12378 * gdb.base/break.exp
12379 * gdb.base/call-ar-st.exp
12380 * gdb.base/call-rt-st.exp
12381 * gdb.base/call-sc.exp
12382 * gdb.base/call-signal-resume.exp
12383 * gdb.base/call-strs.exp
12384 * gdb.base/callexit.exp
12385 * gdb.base/callfuncs.exp
12386 * gdb.base/catch-gdb-caused-signals.exp
12387 * gdb.base/catch-signal-siginfo-cond.exp
12388 * gdb.base/catch-syscall.exp
12389 * gdb.base/compare-sections.exp
12390 * gdb.base/cond-eval-mode.exp
12391 * gdb.base/condbreak-call-false.exp
12392 * gdb.base/consecutive-step-over.exp
12393 * gdb.base/cursal.exp
12394 * gdb.base/disabled-location.exp
12395 * gdb.base/disasm-end-cu.exp
12396 * gdb.base/display.exp
12397 * gdb.base/double-prompt-target-event-error.exp
12398 * gdb.base/dprintf-bp-same-addr.exp
12399 * gdb.base/dprintf-detach.exp
12400 * gdb.base/dprintf-next.exp
12401 * gdb.base/dprintf-non-stop.exp
12402 * gdb.base/dprintf-pending.exp
12403 * gdb.base/dso2dso.exp
12404 * gdb.base/ending-run.exp
12405 * gdb.base/enum_cond.exp
12406 * gdb.base/examine-backward.exp
12407 * gdb.base/exe-lock.exp
12408 * gdb.base/exec-invalid-sysroot.exp
12409 * gdb.base/execl-update-breakpoints.exp
12410 * gdb.base/execution-termios.exp
12411 * gdb.base/fileio.exp
12412 * gdb.base/fixsection.exp
12413 * gdb.base/foll-exec-mode.exp
12414 * gdb.base/foll-exec.exp
12415 * gdb.base/fork-running-state.exp
12416 * gdb.base/frame-args.exp
12417 * gdb.base/fullpath-expand.exp
12418 * gdb.base/func-ptr.exp
12419 * gdb.base/gcore-relro-pie.exp
12420 * gdb.base/gdb1090.exp
12421 * gdb.base/gdb1555.exp
12422 * gdb.base/global-var-nested-by-dso.exp
12423 * gdb.base/gnu-ifunc.exp
12424 * gdb.base/hbreak-in-shr-unsupported.exp
12425 * gdb.base/hbreak-unmapped.exp
12426 * gdb.base/hook-stop.exp
12427 * gdb.base/infcall-input.exp
12428 * gdb.base/info-fun.exp
12429 * gdb.base/info-shared.exp
12430 * gdb.base/interrupt-noterm.exp
12431 * gdb.base/jit-so.exp
12432 * gdb.base/jit.exp
12433 * gdb.base/line-symtabs.exp
12434 * gdb.base/list.exp
12435 * gdb.base/longjmp.exp
12436 * gdb.base/macscp.exp
12437 * gdb.base/max-value-size.exp
12438 * gdb.base/nodebug.exp
12439 * gdb.base/nofield.exp
12440 * gdb.base/overlays.exp
12441 * gdb.base/paginate-after-ctrl-c-running.exp
12442 * gdb.base/paginate-bg-execution.exp
12443 * gdb.base/paginate-inferior-exit.exp
12444 * gdb.base/pending.exp
12445 * gdb.base/pr11022.exp
12446 * gdb.base/printcmds.exp
12447 * gdb.base/ptr-typedef.exp
12448 * gdb.base/ptype.exp
12449 * gdb.base/randomize.exp
12450 * gdb.base/range-stepping.exp
12451 * gdb.base/realname-expand.exp
12452 * gdb.base/relativedebug.exp
12453 * gdb.base/remote.exp
12454 * gdb.base/savedregs.exp
12455 * gdb.base/sepdebug.exp
12456 * gdb.base/set-noassign.exp
12457 * gdb.base/shlib-call.exp
12458 * gdb.base/shreloc.exp
12459 * gdb.base/sigaltstack.exp
12460 * gdb.base/sigbpt.exp
12461 * gdb.base/siginfo-addr.exp
12462 * gdb.base/siginfo-obj.exp
12463 * gdb.base/siginfo-thread.exp
12464 * gdb.base/signest.exp
12465 * gdb.base/signull.exp
12466 * gdb.base/sigrepeat.exp
12467 * gdb.base/skip.exp
12468 * gdb.base/so-impl-ld.exp
12469 * gdb.base/solib-corrupted.exp
12470 * gdb.base/solib-disc.exp
12471 * gdb.base/solib-display.exp
12472 * gdb.base/solib-overlap.exp
12473 * gdb.base/solib-search.exp
12474 * gdb.base/solib-symbol.exp
12475 * gdb.base/source-execution.exp
12476 * gdb.base/sss-bp-on-user-bp-2.exp
12477 * gdb.base/sss-bp-on-user-bp.exp
12478 * gdb.base/stack-checking.exp
12479 * gdb.base/stale-infcall.exp
12480 * gdb.base/step-break.exp
12481 * gdb.base/step-line.exp
12482 * gdb.base/step-over-exit.exp
12483 * gdb.base/step-test.exp
12484 * gdb.base/structs.exp
12485 * gdb.base/sym-file.exp
12486 * gdb.base/symtab-search-order.exp
12487 * gdb.base/term.exp
12488 * gdb.base/type-opaque.exp
12489 * gdb.base/unload.exp
12490 * gdb.base/until-nodebug.exp
12491 * gdb.base/until.exp
12492 * gdb.base/unwindonsignal.exp
12493 * gdb.base/watch-cond.exp
12494 * gdb.base/watch-non-mem.exp
12495 * gdb.base/watch_thread_num.exp
12496 * gdb.base/watchpoint-reuse-slot.exp
12497 * gdb.base/watchpoint-solib.exp
12498 * gdb.base/watchpoint.exp
12499 * gdb.btrace/dlopen.exp
12500 * gdb.cell/arch.exp
12501 * gdb.cell/break.exp
12502 * gdb.cell/bt.exp
12503 * gdb.cell/core.exp
12504 * gdb.cell/data.exp
12505 * gdb.cell/dwarfaddr.exp
12506 * gdb.cell/ea-cache.exp
12507 * gdb.cell/ea-standalone.exp
12508 * gdb.cell/ea-test.exp
12509 * gdb.cell/f-regs.exp
12510 * gdb.cell/fork.exp
12511 * gdb.cell/gcore.exp
12512 * gdb.cell/mem-access.exp
12513 * gdb.cell/ptype.exp
12514 * gdb.cell/registers.exp
12515 * gdb.cell/sizeof.exp
12516 * gdb.cell/solib-symbol.exp
12517 * gdb.cell/solib.exp
12518 * gdb.compile/compile-tls.exp
12519 * gdb.cp/exception.exp
12520 * gdb.cp/gdb2495.exp
12521 * gdb.cp/local.exp
12522 * gdb.cp/mb-inline.exp
12523 * gdb.cp/mb-templates.exp
12524 * gdb.cp/pr10687.exp
12525 * gdb.cp/pr9167.exp
12526 * gdb.cp/scope-err.exp
12527 * gdb.cp/templates.exp
12528 * gdb.cp/virtfunc.exp
12529 * gdb.dwarf2/dw2-dir-file-name.exp
12530 * gdb.dwarf2/dw2-single-line-discriminators.exp
12531 * gdb.fortran/complex.exp
12532 * gdb.fortran/library-module.exp
12533 * gdb.guile/guile.exp
12534 * gdb.guile/scm-cmd.exp
12535 * gdb.guile/scm-frame-inline.exp
12536 * gdb.guile/scm-objfile.exp
12537 * gdb.guile/scm-pretty-print.exp
12538 * gdb.guile/scm-symbol.exp
12539 * gdb.guile/scm-type.exp
12540 * gdb.guile/scm-value.exp
12541 * gdb.linespec/keywords.exp
12542 * gdb.linespec/ls-errs.exp
12543 * gdb.linespec/macro-relative.exp
12544 * gdb.linespec/thread.exp
12545 * gdb.mi/mi-breakpoint-changed.exp
12546 * gdb.mi/mi-dprintf-pending.exp
12547 * gdb.mi/mi-fullname-deleted.exp
12548 * gdb.mi/mi-logging.exp
12549 * gdb.mi/mi-pending.exp
12550 * gdb.mi/mi-solib.exp
12551 * gdb.mi/new-ui-mi-sync.exp
12552 * gdb.mi/user-selected-context-sync.exp
12553 * gdb.multi/dummy-frame-restore.exp
12554 * gdb.multi/multi-arch-exec.exp
12555 * gdb.multi/remove-inferiors.exp
12556 * gdb.multi/watchpoint-multi-exit.exp
12557 * gdb.opt/solib-intra-step.exp
12558 * gdb.perf/backtrace.exp
12559 * gdb.perf/single-step.exp
12560 * gdb.perf/skip-command.exp
12561 * gdb.perf/skip-prologue.exp
12562 * gdb.perf/solib.exp
12563 * gdb.python/lib-types.exp
12564 * gdb.python/py-as-string.exp
12565 * gdb.python/py-bad-printers.exp
12566 * gdb.python/py-block.exp
12567 * gdb.python/py-breakpoint.exp
12568 * gdb.python/py-cmd.exp
12569 * gdb.python/py-events.exp
12570 * gdb.python/py-evthreads.exp
12571 * gdb.python/py-finish-breakpoint.exp
12572 * gdb.python/py-finish-breakpoint2.exp
12573 * gdb.python/py-frame-inline.exp
12574 * gdb.python/py-frame.exp
12575 * gdb.python/py-inferior.exp
12576 * gdb.python/py-infthread.exp
12577 * gdb.python/py-mi.exp
12578 * gdb.python/py-objfile.exp
12579 * gdb.python/py-pp-maint.exp
12580 * gdb.python/py-pp-registration.exp
12581 * gdb.python/py-prettyprint.exp
12582 * gdb.python/py-recurse-unwind.exp
12583 * gdb.python/py-shared.exp
12584 * gdb.python/py-symbol.exp
12585 * gdb.python/py-symtab.exp
12586 * gdb.python/py-template.exp
12587 * gdb.python/py-type.exp
12588 * gdb.python/py-unwind-maint.exp
12589 * gdb.python/py-unwind.exp
12590 * gdb.python/py-value.exp
12591 * gdb.python/python.exp
12592 * gdb.reverse/finish-reverse-bkpt.exp
12593 * gdb.reverse/insn-reverse.exp
12594 * gdb.reverse/next-reverse-bkpt-over-sr.exp
12595 * gdb.reverse/solib-precsave.exp
12596 * gdb.reverse/solib-reverse.exp
12597 * gdb.stabs/gdb11479.exp
12598 * gdb.stabs/weird.exp
12599 * gdb.threads/fork-child-threads.exp
12600 * gdb.threads/fork-plus-threads.exp
12601 * gdb.threads/fork-thread-pending.exp
12602 * gdb.threads/forking-threads-plus-breakpoint.exp
12603 * gdb.threads/hand-call-in-threads.exp
12604 * gdb.threads/interrupted-hand-call.exp
12605 * gdb.threads/linux-dp.exp
12606 * gdb.threads/local-watch-wrong-thread.exp
12607 * gdb.threads/next-while-other-thread-longjmps.exp
12608 * gdb.threads/non-ldr-exit.exp
12609 * gdb.threads/pending-step.exp
12610 * gdb.threads/print-threads.exp
12611 * gdb.threads/process-dies-while-detaching.exp
12612 * gdb.threads/process-dies-while-handling-bp.exp
12613 * gdb.threads/pthreads.exp
12614 * gdb.threads/queue-signal.exp
12615 * gdb.threads/reconnect-signal.exp
12616 * gdb.threads/signal-command-handle-nopass.exp
12617 * gdb.threads/signal-command-multiple-signals-pending.exp
12618 * gdb.threads/signal-delivered-right-thread.exp
12619 * gdb.threads/signal-sigtrap.exp
12620 * gdb.threads/sigthread.exp
12621 * gdb.threads/staticthreads.exp
12622 * gdb.threads/stepi-random-signal.exp
12623 * gdb.threads/thread-unwindonsignal.exp
12624 * gdb.threads/thread_check.exp
12625 * gdb.threads/thread_events.exp
12626 * gdb.threads/tid-reuse.exp
12627 * gdb.threads/tls-nodebug.exp
12628 * gdb.threads/tls-shared.exp
12629 * gdb.threads/tls-so_extern.exp
12630 * gdb.threads/tls.exp
12631 * gdb.threads/wp-replication.exp
12632 * gdb.trace/actions-changed.exp
12633 * gdb.trace/actions.exp
12634 * gdb.trace/backtrace.exp
12635 * gdb.trace/change-loc.exp
12636 * gdb.trace/collection.exp
12637 * gdb.trace/deltrace.exp
12638 * gdb.trace/disconnected-tracing.exp
12639 * gdb.trace/entry-values.exp
12640 * gdb.trace/ftrace-lock.exp
12641 * gdb.trace/ftrace.exp
12642 * gdb.trace/infotrace.exp
12643 * gdb.trace/mi-trace-frame-collected.exp
12644 * gdb.trace/mi-trace-unavailable.exp
12645 * gdb.trace/mi-traceframe-changed.exp
12646 * gdb.trace/mi-tracepoint-changed.exp
12647 * gdb.trace/mi-tsv-changed.exp
12648 * gdb.trace/no-attach-trace.exp
12649 * gdb.trace/packetlen.exp
12650 * gdb.trace/passc-dyn.exp
12651 * gdb.trace/passcount.exp
12652 * gdb.trace/pending.exp
12653 * gdb.trace/pr16508.exp
12654 * gdb.trace/qtro.exp
12655 * gdb.trace/range-stepping.exp
12656 * gdb.trace/read-memory.exp
12657 * gdb.trace/report.exp
12658 * gdb.trace/save-trace.exp
12659 * gdb.trace/signal.exp
12660 * gdb.trace/stap-trace.exp
12661 * gdb.trace/status-stop.exp
12662 * gdb.trace/strace.exp
12663 * gdb.trace/tfile.exp
12664 * gdb.trace/tfind.exp
12665 * gdb.trace/trace-break.exp
12666 * gdb.trace/trace-condition.exp
12667 * gdb.trace/trace-enable-disable.exp
12668 * gdb.trace/trace-mt.exp
12669 * gdb.trace/tracecmd.exp
12670 * gdb.trace/tracefile-pseudo-reg.exp
12671 * gdb.trace/tspeed.exp
12672 * gdb.trace/tstatus.exp
12673 * gdb.trace/tsv.exp
12674 * gdb.trace/unavailable.exp
12675 * gdb.trace/while-dyn.exp
12676 * gdb.trace/while-stepping.exp
12677 * lib/gdb-guile.exp
12678 * lib/gdb.exp
12679 * lib/mi-support.exp
12680 * lib/pascal.exp
12681 * lib/perftest.exp
12682 * lib/prelink-support.exp
12683 * lib/selftest-support.exp
12684
12685 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
12686
12687 * Makefile.in: Include disable-implicit-rules.mk.
12688
12689 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12690
12691 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
12692 non-byte-aligned bit fields.
12693
12694 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
12695
12696 PR gdb/12616
12697 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
12698 respects the DW_AT_data_bit_offset attribute.
12699
12700 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
12701
12702 * gdb.base/default.exp: Fix output of "set language".
12703
12704 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
12705
12706 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
12707 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
12708 make.
12709 * configure.ac: Remove checks for the make program.
12710 * configure: Re-generate.
12711
12712 2016-11-16 Kevin Buettner <kevinb@redhat.com>
12713
12714 * gdb.python/py-recurse-unwind.c (main): Add loop.
12715 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
12716 to read_register() and gdb.parse_and_eval(). Make each code
12717 call a separate case that can be individually tested.
12718 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
12719 proc. Call cont_and_backtrace for each of the code paths that
12720 we want to test in the unwinder.
12721
12722 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
12723
12724 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
12725 the definition of struct S.
12726
12727 2016-11-11 Catherine Moore <clm@codesourcery.com>
12728
12729 * gdb.base/dump.exp: Identify verilog format dump tests as such.
12730
12731 2016-11-09 Pedro Alves <palves@redhat.com>
12732
12733 * gdb.base/commands.exp (runto_or_return): New procedure.
12734 (gdbvar_simple_if_test, gdbvar_simple_while_test)
12735 (gdbvar_complex_if_while_test, progvar_simple_if_test)
12736 (progvar_simple_while_test, progvar_complex_if_while_test)
12737 (if_while_breakpoint_command_test)
12738 (infrun_breakpoint_command_test, breakpoint_command_test)
12739 (user_defined_command_test, watchpoint_command_test)
12740 (test_command_prompt_position, redefine_hook_test)
12741 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
12742 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
12743 multi_line_input and multi_line. Remove gdb_expect and
12744 gdb_stop_suppressing_tests uses.
12745 * lib/gdb.exp (valnum_re): New global.
12746 (multi_line_input): New procedure.
12747
12748 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
12749
12750 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
12751 Remove.
12752 (test_setup): Define with proc_with_prefix.
12753 (test_cli_inferior): Likewise.
12754 (test_cli_thread): Likewise.
12755 (test_cli_frame): Likewise.
12756 (test_cli_select_frame): Likewise.
12757 (test_cli_up_down): Likewise.
12758 (test_mi_thread_select): Likewise.
12759 (test_mi_stack_select_frame): Likewise.
12760 (test_cli_in_mi_inferior): Likewise.
12761 (test_cli_in_mi_thread): Likewise.
12762 (test_cli_in_mi_frame): Likewise.
12763 (top level): Do not use with_test_prefix_procname.
12764
12765 2016-11-09 Pedro Alves <palves@redhat.com>
12766
12767 * gdb.base/commands.exp (gdbvar_simple_if_test)
12768 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
12769 (progvar_simple_if_test, progvar_simple_while_test)
12770 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
12771 (infrun_breakpoint_command_test, breakpoint_command_test)
12772 (user_defined_command_test, watchpoint_command_test)
12773 (test_command_prompt_position, deprecated_command_test)
12774 (bp_deleted_in_command, temporary_breakpoint_commands)
12775 (stray_arg0_test, source_file_with_indented_comment)
12776 (recursive_source_test, if_commands_test)
12777 (error_clears_commands_left, redefine_hook_test)
12778 (redefine_backtrace_test): Use proc_with_prefix.
12779 * lib/gdb.exp (proc_with_prefix): New proc.
12780
12781 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
12782
12783 * gdb.base/tui-layout.c: New file.
12784 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
12785 disassembly window contains very long lines.
12786
12787 2016-11-08 Tom Tromey <tom@tromey.com>
12788
12789 * gdb.python/py-value.exp (test_value_creation): Make "long" test
12790 depend on Python 2.
12791
12792 2016-11-08 Tom Tromey <tom@tromey.com>
12793
12794 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
12795 New method.
12796
12797 2016-10-29 Manish Goregaokar <manish@mozilla.com>
12798
12799 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
12800
12801 2016-10-27 Manish Goregaokar <manish@mozilla.com>
12802
12803 * gdb.rust/simple.rs: Add test for univariant enums without
12804 discriminants and for encoded struct-like enums.
12805
12806 2016-10-28 Pedro Alves <palves@redhat.com>
12807
12808 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
12809 gdb_test_multiple, tighten regexps and match symtabs and line
12810 tables incrementally.
12811
12812 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
12813
12814 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
12815 general.
12816
12817 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
12818
12819 * gdb.base/exec-invalid-sysroot.exp: New file.
12820
12821 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
12822
12823 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
12824
12825 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
12826
12827 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
12828
12829 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
12830
12831 * gdb.base/killed-outside.exp: Remove $options from a call to
12832 `prepare_for_testing'.
12833
12834 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12835
12836 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12837 Change test message.
12838
12839 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12840
12841 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
12842 Update comment.
12843
12844 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
12845
12846 * gdb.trace/mi-trace-save.exp: New file.
12847
12848 2016-10-13 Yao Qi <yao.qi@linaro.org>
12849
12850 * gdb.base/code_elim.exp (get_var_address): Remove.
12851 * gdb.base/relocate.exp: Likewise.
12852 * gdb.base/shreloc.exp: Likewise.
12853 * lib/gdb.exp (get_var_address): New.
12854
12855 2016-10-13 Yao Qi <yao.qi@linaro.org>
12856
12857 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
12858 floating point tests if $skip_float_test is false.
12859
12860 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
12861
12862 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
12863 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
12864 argc values.
12865 Add 1 to argc so we guarantee distinct initial/modified argc values.
12866
12867 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12868
12869 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
12870
12871 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
12872
12873 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
12874 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
12875 * gdb.arch/vsx-regs.exp: Likewise.
12876
12877 2016-10-07 Yao Qi <yao.qi@linaro.org>
12878
12879 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
12880
12881 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
12882
12883 * gdb.python/python.exp: Test decode_line("*0").
12884
12885 2016-10-06 Doug Evans <dje@google.com>
12886
12887 * gdb.python/py-value.exp (test_value_creation): Add test for large
12888 unsigned 64-bit value.
12889
12890 2016-10-06 Tom Tromey <tom@tromey.com>
12891
12892 * gdb.compile/compile.exp: Change java tests to rust.
12893 * gdb.base/setshow.exp: Change java tests to rust.
12894 * gdb.base/default.exp: Remove java from language list.
12895 * README (Examples): Update language example.
12896 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
12897 test.
12898 * lib/gdb.exp (skip_java_tests): Remove.
12899 * lib/java.exp: Remove.
12900 * gdb.java: Remove.
12901
12902 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12903
12904 * gdb.arch/mips-fcr.exp: New test.
12905 * gdb.arch/mips-fcr.c: Source for the new test.
12906
12907 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
12908
12909 * gdb.base/solib-disc.exp: Use `standard_output_file'
12910 throughout.
12911
12912 2016-10-06 Pedro Alves <palves@redhat.com>
12913
12914 * gdb.base/jit-simple-dl.c: New file.
12915 * gdb.base/jit-simple-jit.c: New file, factored out from ...
12916 * gdb.base/jit-simple.c: ... this.
12917 * gdb.base/jit-simple.exp (jit_run): Delete.
12918 (build_jit): New proc.
12919 (jit_test_reread): Recompile either the main program or the shared
12920 library, depending on what is being tested. Skip changing address
12921 if caller wants to. Compare before/after addresses. If testing
12922 standalone, explicitly load the binary. Test "maint info
12923 breakpoints".
12924 (top level): Add "standalone vs shared lib" and "change address"
12925 vs "same address" axes.
12926
12927 2016-10-06 Pedro Alves <palves@redhat.com>
12928
12929 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
12930 call.
12931 (jit_run): Delete.
12932 (jit_test_reread): Use with_test_prefix. Reload the main binary
12933 explicitly. Compare the before/after addresses of the JIT
12934 descriptor.
12935
12936 2016-08-15 Doug Evans <dje@google.com>
12937
12938 * gdb.xml/extra-regs.xml: Update, end field now required, default type
12939 for single bitfields is bool.
12940 * gdb.xml/tdesc-regs.exp: Ditto.
12941
12942 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
12943
12944 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
12945
12946 2016-10-05 Yao Qi <yao.qi@linaro.org>
12947
12948 * lib/gdb.exp (support_complex_tests): Return zero if
12949 gdb_skip_float_test return true.
12950
12951 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12952 Simon Marchi <simon.marchi@ericsson.com>
12953
12954 PR gdb/20487
12955 * gdb.mi/user-selected-context-sync.exp: New file.
12956 * gdb.mi/user-selected-context-sync.c: New file.
12957
12958 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
12959 Simon Marchi <simon.marchi@ericsson.com>
12960
12961 PR gdb/20487
12962 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
12963 =thread-select-event check.
12964
12965 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
12966
12967 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
12968 the compulsory L operand changes.
12969 * gdb.arch/powerpc-power.s: Likewise.
12970
12971 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
12972
12973 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
12974 * gdb.base/jit-attach-pie.c: New file.
12975 * gdb.base/jit-attach-pie.exp: New file.
12976
12977 2016-09-28 Pedro Alves <palves@redhat.com>
12978
12979 * gdb.base/infcall-input.c: New file.
12980 * gdb.base/infcall-input.exp: New file.
12981
12982 2016-09-22 Yao Qi <yao.qi@linaro.org>
12983
12984 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
12985 (gdb_exit): Rename it to ...
12986 (gdbserver_gdb_exit): ... Close GDBserver.
12987 (gdb_exit): New proc, call gdbserver_gdb_exit.
12988 (mi_gdb_exit): Likewise.
12989
12990 2016-09-22 Yao Qi <yao.qi@linaro.org>
12991
12992 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
12993 path.
12994 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
12995 Remove duplication.
12996
12997 2016-09-22 Yao Qi <yao.qi@linaro.org>
12998
12999 * lib/gdbserver-support.exp: Check the existence of
13000 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
13001
13002 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
13003
13004 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
13005
13006 2016-09-21 Tom Tromey <tom@tromey.com>
13007
13008 PR gdb/20604:
13009 * gdb.base/quit.exp: New file.
13010
13011 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
13012
13013 * .gitignore: New file.
13014
13015 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
13016
13017 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
13018 throughout.
13019
13020 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
13021
13022 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
13023
13024 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
13025
13026 * gdb.cp/casts.cc (decltype): Move it ...
13027 (main): ... with its call to ...
13028 * gdb.cp/casts03.cc: ... a new file.
13029 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
13030
13031 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13032
13033 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
13034
13035 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
13036
13037 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
13038 and sync up the test with tests in gas/testsuite/gas/ppc.
13039 * gdb.arch/powerpc-power.exp: Likewise.
13040
13041 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
13042
13043 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
13044
13045 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
13046 Jan Kratochvil <jan.kratochvil@redhat.com>
13047
13048 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
13049 make m1's definition to be different from m2's. Use 'dummy' as an
13050 argument for probe 'two'.
13051
13052 2016-09-10 Jon Beniston <jon@beniston.com>
13053
13054 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
13055 for sim target.
13056
13057 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
13058
13059 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
13060 variable declaration.
13061 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
13062 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
13063 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
13064 received HWCAP as its argument.
13065
13066 2016-09-06 Pedro Alves <palves@redhat.com>
13067
13068 * gdb.base/new-ui-pending-input.c: New file.
13069 * gdb.base/new-ui-pending-input.exp: New file.
13070 * gdb.exp (clear_gdb_spawn_id): New procedure.
13071 (with_spawn_id): Check whether gdb_spawn_id exists before
13072 referencing it. If gdb_spawn_id didn't exist on entry, clear it
13073 on exit.
13074
13075 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
13076
13077 * gdb.base/float128.c: New file.
13078 * gdb.base/float128.exp: Likewise.
13079 * gdb.base/floatn.c: Likewise.
13080 * gdb.base/floatn.exp: Likewise.
13081
13082 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
13083
13084 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
13085
13086 2016-09-05 Pedro Alves <palves@redhat.com>
13087
13088 PR backtrace/19927
13089 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
13090 unwinders are immediately called as side effect of "source" or
13091 "disable unwinder" commands.
13092 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
13093
13094 2016-09-02 Yao Qi <yao.qi@linaro.org>
13095
13096 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
13097 is true and $type is "float" or "double".
13098
13099 2016-09-02 Yao Qi <yao.qi@linaro.org>
13100
13101 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
13102 true.
13103 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
13104 * gdb.base/call-rt-st.exp: Likewise.
13105 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
13106 return value instead of gdb,skip_float_test.
13107 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
13108 (do_function_calls): Use its return value instead of
13109 gdb,skip_float_test.
13110 * gdb.base/finish.exp: Likewise.
13111 * gdb.base/funcargs.exp: Likewise.
13112 * gdb.base/return.exp: Likewise.
13113 * gdb.base/return2.exp: Likewise.
13114 * gdb.base/varargs.exp: Likewise.
13115 * lib/gdb.exp (gdb_skip_float_test): Change it to
13116 gdb_caching_proc. Detect the broken ptrace on arm-linux.
13117
13118 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
13119
13120 * gdb.multi/tids.exp: Test "thread apply all".
13121
13122 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
13123
13124 * gdb.base/default.exp (tty): Remove.
13125
13126 2016-08-24 Kevin Buettner <kevinb@redhat.com>
13127
13128 * gdb.python/py-recurse-unwind.c: New file.
13129 * gdb.python/py-recurse-unwind.py: New file.
13130 * gdb.python/py-recurse-unwind.exp: New file.
13131
13132 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
13133
13134 * gdb.base/set-inferior-tty.exp: New file.
13135 * gdb.base/set-inferior-tty.c: New file.
13136
13137 2016-08-23 Pedro Alves <palves@redhat.com>
13138
13139 PR gdb/20494
13140 * gdb.base/new-ui-echo.c: New file.
13141 * gdb.base/new-ui-echo.exp: New file.
13142
13143 2016-08-23 Yao Qi <yao.qi@linaro.org>
13144
13145 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
13146 gdbserver_spawn.
13147 * gdb.server/connect-without-multi-process.exp (do_test):
13148 Likewise.
13149
13150 2016-08-23 Yao Qi <yao.qi@linaro.org>
13151
13152 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
13153 standalone_txt. Delete gdb_txt and standalone_txt on host
13154 and target. Spawn the binary on target. Copy files from
13155 target to host.
13156
13157 2016-08-22 Pedro Alves <palves@redhat.com>
13158
13159 PR gdb/20505
13160 * gdb.base/vdso-warning.exp: Test core dumps too. Use
13161 with_test_prefix. Factor out bits to ...
13162 (test_no_vdso): ... this new procedure.
13163
13164 2016-08-19 Carl Love <cel@us.ibm.com>
13165
13166 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
13167 maintaining separate logic for constructing the output path.
13168 * gdb.arch/powerpc-d128-regs.exp: Likewise.
13169 * gdb.arch/ppc-dfp.exp: Likewise.
13170 * gdb.arch/ppc-fp.exp: Likewise.
13171 * gdb.arch/vsx-regs.exp: Likewise.
13172 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
13173 binprefix for generating the additional binary files.
13174
13175 2016-08-19 Pedro Alves <palves@redhat.com>
13176
13177 * gdb.trace/mi-trace-frame-collected.exp
13178 (test_trace_frame_collected): On x32, expect two registers.
13179
13180 2016-08-18 Carl Love <cel@us.ibm.com>
13181
13182 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
13183 and sync up the test with tests in gas/testsuite/gas/ppc.
13184 * gdb.arch/powerpc-power.exp: Likewise.
13185
13186 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
13187
13188 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
13189 expected error message.
13190
13191 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
13192
13193 * gdb.multi/remove-inferiors.exp: New file.
13194 * gdb.multi/remove-inferiors.c: New file.
13195
13196 2016-08-12 Yao Qi <yao.qi@linaro.org>
13197
13198 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
13199 argument list.
13200
13201 2016-08-10 Pedro Alves <palves@redhat.com>
13202
13203 PR gdb/19187
13204 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
13205 setup_kfails.
13206
13207 2016-08-09 Pedro Alves <palves@redhat.com>
13208 Simon Marchi <simon.marchi@ericsson.com>
13209
13210 PR gdb/20418
13211 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
13212 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
13213
13214 2016-08-09 Pedro Alves <palves@redhat.com>
13215
13216 PR mi/20431
13217 * gdb.mi/mi-cmd-error.exp: New file.
13218
13219 2016-08-09 Pedro Alves <palves@redhat.com>
13220
13221 PR gdb/18653
13222 * gdb.base/signals-state-child.c: New file.
13223 * gdb.base/signals-state-child.exp: New file.
13224 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
13225
13226 2016-08-09 Pedro Alves <palves@redhat.com>
13227
13228 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
13229
13230 2016-08-03 Tom Tromey <tom@tromey.com>
13231
13232 PR python/18565:
13233 * gdb.python/py-frame-inline.exp: Add Frame.function test.
13234
13235 2016-08-01 Yao Qi <yao.qi@linaro.org>
13236
13237 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
13238 variable mode to "multi-process" if $multi_process is 1, otherwise
13239 set it to "single-process".
13240
13241 2016-08-01 Yao Qi <yao.qi@linaro.org>
13242
13243 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
13244 * gdb.cp/cpexprs.exp: Likewise.
13245 * gdb.cp/m-static.exp: Likewise.
13246
13247 2016-07-26 Tom Tromey <tom@tromey.com>
13248
13249 PR python/20190:
13250 * gdb.threads/tls.exp (check_thread_local): Add python symbol
13251 test.
13252
13253 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
13254
13255 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
13256 selecting assembly source files.
13257 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
13258 assembly source files.
13259 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
13260 assembly source files.
13261 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
13262 selecting assembly source files.
13263
13264 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
13265
13266 * gdb.base/new-ui.exp (do_test_invalid_args): New
13267 procedure.
13268
13269 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
13270
13271 * gdb.btrace/reconnect.c: New file.
13272 * gdb.btrace/reconnect.exp: New file.
13273
13274 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
13275
13276 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
13277 to test_catch_syscall_group.
13278 (test_catch_syscall_group): New.
13279
13280 2016-07-21 Tom Tromey <tom@tromey.com>
13281
13282 * gdb.rust/simple.rs (main): Use empty struct expression.
13283 * gdb.rust/simple.exp: Add tests for empty struct expression.
13284
13285 2016-07-21 Yao Qi <yao.qi@linaro.org>
13286
13287 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
13288 if gdb_skip_xml_test is true on some targets.
13289
13290 2016-07-21 Yao Qi <yao.qi@linaro.org>
13291
13292 * gdb.server/solib-list.exp: Unset last_loaded_file.
13293
13294 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13295
13296 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
13297 "step into captured_main (args)".
13298
13299 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13300
13301 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
13302
13303 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
13304
13305 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
13306
13307 2016-07-19 Pedro Alves <palves@redhat.com>
13308
13309 * gdb.opt/inline-break.exp: Remove optimize=-O2.
13310 * gdb.opt/inline-bt.exp: Likewise.
13311 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
13312 additional_flags=-Winline.
13313 * gdb.opt/inline-locals.exp: Likewise.
13314 * gdb.opt/inline-markers.c (ATTR): Define.
13315 (inlined_fn): Use it.
13316
13317 2016-07-19 Yao Qi <yao.qi@linaro.org>
13318
13319 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
13320 (test_with_self): Remove some code. Remove argument executable.
13321 (top-level): Use do_self_tests.
13322
13323 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
13324 Don Breazeal <donb@codesourcery.com>
13325
13326 * gdb.base/maint.exp: Escape paths used in regular expressions.
13327 * gdb.stabs/weird.exp: Likewise.
13328
13329 2016-07-13 Tom Tromey <tom@tromey.com>
13330
13331 PR python/15620, PR python/18620:
13332 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
13333 (test_bkpt_events): New procs.
13334
13335 2016-07-13 Tom Tromey <tom@tromey.com>
13336
13337 PR python/17698:
13338 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
13339 test.
13340 (test_watchpoints): Likewise.
13341 (test_bkpt_pending): New proc.
13342
13343 2016-07-13 Tom Tromey <tom@tromey.com>
13344
13345 PR cli/18053:
13346 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
13347 completion test.
13348
13349 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
13350
13351 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
13352 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
13353 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
13354 f_label.
13355 (g): Rename g_end_lbl to g_label.
13356 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
13357 low_pc and high_pc.
13358 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
13359
13360 2016-07-12 Tom Tromey <tom@tromey.com>
13361
13362 PR python/19293:
13363 * gdb.python/py-unwind-maint.exp: Update tests.
13364
13365 2016-07-12 Yao Qi <yao.qi@linaro.org>
13366
13367 * lib/selftest-support.exp (selftest_setup): Match the output
13368 when captured_main is inlined.
13369
13370 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
13371
13372 * gdb.fortran/derived-types.exp (result_line, result_line_2):
13373 New variables.
13374 (print this%a, print this%b, print this): New tests.
13375 * gdb.fortran/derived-types.f90 (this): New object and
13376 initialization.
13377
13378 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
13379
13380 * gdb.ada/arraydim.exp: Remove extra directory level in build
13381 directory.
13382
13383 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
13384
13385 * lib/ada.exp: Remove extra directory level in build directory.
13386 * gdb.ada/cond_lang.exp: Likewise.
13387 * gdb.ada/exec_changed.exp: Likewise.
13388 * gdb.ada/lang_switch.exp: Likewise.
13389
13390 2016-07-06 Manish Goregaokar <manish@mozilla.com>
13391
13392 * simple.rs: Add test for raw pointer subscripting.
13393 * simple.exp: Add test expectations.
13394
13395 2016-07-05 Yao Qi <yao.qi@linaro.org>
13396
13397 * gdb.mi/mi-reverse.exp: Match =record-started output.
13398
13399 2016-07-01 Pedro Alves <palves@redhat.com>
13400
13401 * gdb.base/jit-reader.exp (info_registers_current_frame): New
13402 procedure.
13403 (jit_reader_test): Test the jit reader's unwinder.
13404 * gdb.base/jithost.c (jit_function_00_code): New global.
13405 (main): Use memcpy to fill in the mmapped code, instead of poking
13406 bytes manually here.
13407 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
13408 value.
13409 (read_debug_info): Save the function's range.
13410 (read_sp): New function.
13411 (unwind_frame): Use it. Also unwind RBP.
13412 (get_frame_id): Use read_sp.
13413 (gdb_init_reader): Use calloc instead of malloc.
13414 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
13415 parameter. Use gdb_test_multiple.
13416
13417 2016-07-01 Pedro Alves <palves@redhat.com>
13418 Antoine Tremblay <antoine.tremblay@ericsson.com>
13419
13420 * gdb.threads/process-dies-while-detaching.c: New file.
13421 * gdb.threads/process-dies-while-detaching.exp: New file.
13422
13423 2016-07-01 Pedro Alves <palves@redhat.com>
13424
13425 * gdb.multi/watchpoint-multi-exit.c: New file.
13426 * gdb.multi/watchpoint-multi-exit.exp: New file.
13427
13428 2016-06-30 Pedro Alves <palves@redhat.com>
13429
13430 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
13431 unset inferior_spawn_id.
13432
13433 2016-06-30 Pedro Alves <palves@redhat.com>
13434
13435 * lib/mi-support.exp (default_mi_gdb_start): Declare global
13436 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
13437
13438 2016-06-29 Yao Qi <yao.qi@linaro.org>
13439
13440 * gdb.base/return.c: Add copyright header.
13441
13442 2016-06-29 Tom Tromey <tom@tromey.com>
13443
13444 PR python/20129:
13445 * gdb.python/py-framefilter.exp: Add tests for setting priority
13446 and disabling of non-existent frame filter.
13447
13448 2016-06-29 Yao Qi <yao.qi@linaro.org>
13449
13450 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
13451 0x0f07ff.
13452
13453 2016-06-28 Yao Qi <yao.qi@linaro.org>
13454
13455 * gdb.base/catch-syscall.exp: Remove check on isnative and target
13456 triplets. Start gdb, execute catch syscall, and continue. Check
13457 gdb's output to determine catch syscall is supported.
13458
13459 2016-06-27 Manish Goregaokar <manish@mozilla.com>
13460
13461 * gdb.rust/simple.rs: Add test for returning unit in a function.
13462 * gdb.rust/simple.exp: Add expectation for functions returning
13463 unit.
13464
13465 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
13466
13467 * gdb.python/py-breakpoint-create-fail.c,
13468 gdb.python/py-breakpoint-create-fail.exp,
13469 gdb.python/py-breakpoint-create-fail.py: New testcase.
13470
13471 2016-06-25 Manish Goregaokar <manish@mozilla.com>
13472
13473 PR gdb/20239
13474 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
13475 * gdb.rust/simple.exp: Add test expectations for new NonZero
13476 tests.
13477
13478 2016-06-24 David Taylor <dtaylor@emc.com>
13479
13480 * gdb.base/offsets.exp: New file.
13481 * gdb.base/offsets.c: New file.
13482
13483 2016-06-23 Tom Tromey <tom@tromey.com>
13484
13485 PR gdb/16483:
13486 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
13487 before any filters are loaded.
13488
13489 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
13490
13491 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
13492 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
13493 structs.
13494 * gdb.fortran/derived-type-function.exp: New file.
13495 * gdb.fortran/derived-type-function.f90: New file.
13496
13497
13498 2016-06-21 Pedro Alves <palves@redhat.com>
13499
13500 * gdb.base/new-ui.exp: New file.
13501 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
13502 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
13503 (with_spawn_id): New procedure.
13504
13505 2016-06-21 Pedro Alves <palves@redhat.com>
13506
13507 * gdb.mi/mi-exec-run.exp: New file.
13508
13509 2016-06-21 Pedro Alves <palves@redhat.com>
13510
13511 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
13512 breakpoint command's output on the main UI.
13513 (test_break): New procedure, factored out from calls in the top
13514 level.
13515 (top level): Use foreach_with_prefix to test MI as main UI and as
13516 separate UI.
13517
13518 2016-06-21 Pedro Alves <palves@redhat.com>
13519
13520 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
13521 (test_awatch_creation_and_listing)
13522 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
13523 Remove 'type' parameter.
13524 (test_watchpoint_all): New parameter mi_mode. Remove
13525 with_test_prefix.
13526 (top level): Use foreach_with_prefix, and add main/separate UI MI
13527 testing axis.
13528
13529 2016-06-21 Pedro Alves <palves@redhat.com>
13530
13531 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
13532 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
13533 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
13534 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
13535 (gdb_main_spawn_id, mi_spawn_id): Declare and
13536 comment.
13537 (mi_create_inferior_pty): New procedure,
13538 factored out from default_mi_gdb_start.
13539 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
13540 procedures.
13541 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
13542 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
13543 Use mi_create_inferior_pty.
13544 (mi_gdb_start): Use eval to pass down args list.
13545
13546 2016-06-21 Pedro Alves <palves@redhat.com>
13547
13548 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
13549 * gdb.opt/inline-cmds.exp: Add MI tests.
13550
13551 2016-06-21 Pedro Alves <palves@redhat.com>
13552
13553 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
13554
13555 2016-06-21 Pedro Alves <palves@redhat.com>
13556
13557 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
13558 (top level): Use it instead of mi_execute_to.
13559
13560 2016-06-21 Pedro Alves <palves@redhat.com>
13561
13562 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
13563 (cont_handler_str): New.
13564 (signal_stop_handler): Set stop_handler_str instead of printing to
13565 stdout.
13566 (continue_handler): Set cont_handler_str instead of printing to
13567 stdout.
13568 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
13569 mi_send_resuming_command. Print stop_handler_str and
13570 cont_handler_str instead of expecting the python events print
13571 directly.
13572
13573 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
13574
13575 * gdb.base/jit-reader.exp: New file.
13576 * gdb.base/jithost.c: New file.
13577 * gdb.base/jithost.h: New file.
13578 * gdb.base/jitreader.c : New file.
13579 * gdb.base/jit-protocol.h: New file.
13580
13581 2016-06-17 Yao Qi <yao.qi@linaro.org>
13582
13583 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
13584 parameters follow_fork and detach_on_fork. Set follow-fork-mode
13585 and detach-on-fork. Adjust tests.
13586 (top level): Invoke break_cond_on_syscall with combinations of
13587 syscall, follow-fork-mode and detach-on-fork.
13588
13589 2016-06-17 Yao Qi <yao.qi@linaro.org>
13590
13591 * gdb.base/step-over-exit.c: New.
13592 * gdb.base/step-over-exit.exp: New.
13593
13594 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
13595
13596 * gdb.base/float.exp: Add target check for nds32*-*-*.
13597 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
13598
13599 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
13600
13601 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
13602 for unsupported target features.
13603 * gdb.base/call-rt-st.exp: Likewise.
13604 * gdb.base/call-sc.exp: Likewise.
13605 * gdb.base/call-signal-resume.exp: Likewise.
13606 * gdb.base/call-strs.exp: Likewise.
13607 * gdb.base/callexit.exp: Likewise.
13608 * gdb.base/callfuncs.exp: Likewise.
13609 * gdb.base/nodebug.exp: Likewise.
13610 * gdb.base/printcmds.exp: Likewise.
13611 * gdb.base/ptype.exp: Likewise.
13612 * gdb.base/structs.exp: Likewise.
13613 * gdb.base/unwindonsignal.exp: Likewise.
13614 * gdb.cp/gdb2495.exp: Likewise.
13615 * gdb.cp/templates.exp: Likewise.
13616 * gdb.cp/virtfunc.exp: Likewise.
13617 * gdb.threads/hand-call-in-threads.exp: Likewise.
13618 * gdb.threads/interrupted-hand-call.exp: Likewise.
13619 * gdb.threads/thread-unwindonsignal.exp: Likewise.
13620
13621 2016-06-10 Tom Tromey <tom@tromey.com>
13622
13623 PR rust/20110:
13624 * gdb.rust/expr.exp: Add test for integer constant larger than
13625 i32.
13626
13627 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
13628
13629 * gdb.fortran/nested-funcs.exp: New.
13630 * gdb.fortran/nested-funcs.f90: New.
13631
13632 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
13633
13634 * gdb.base/examine-backward.c: New file.
13635 * gdb.base/examine-backward.exp: New file.
13636
13637 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
13638
13639 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
13640 matching.
13641
13642 2016-06-02 Tom Tromey <tom@tromey.com>
13643
13644 PR python/18984:
13645 * gdb.python/py-shared.exp: Add solib_name test.
13646
13647 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
13648
13649 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
13650
13651 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
13652
13653 PR c++/19893
13654 * gdb.dwarf2/implref.exp: Rename to...
13655 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
13656 * gdb.dwarf2/implref-array.c: New file.
13657 * gdb.dwarf2/implref-array.exp: Likewise.
13658 * gdb.dwarf2/implref-global.c: Likewise.
13659 * gdb.dwarf2/implref-global.exp: Likewise.
13660 * gdb.dwarf2/implref-struct.c: Likewise.
13661 * gdb.dwarf2/implref-struct.exp: Likewise.
13662
13663 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13664
13665 * gdb.trace/trace-condition.exp: Add 64bit tests.
13666
13667 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13668
13669 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
13670 bits types.
13671 (main): Adapt to 8 to 64 bits types.
13672 * gdb.trace/trace-condition.exp: Add new tests.
13673
13674 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13675
13676 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
13677
13678 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13679
13680 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
13681 Move condition tests...
13682 * gdb.trace/trace-condition.exp: Here.
13683
13684 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
13685
13686 * gdb.trace/trace-condition.exp: Add counter-case tests.
13687
13688 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
13689
13690 PR c++/15231
13691 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
13692 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
13693
13694 2016-05-27 Pedro Alves <palves@redhat.com>
13695
13696 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
13697 New procedure.
13698 (top level): Call it, and bail out of DejaGnu is known to be bad.
13699
13700 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
13701
13702 * gdb.base/whatis.c: Extend the test case.
13703 * gdb.base/whatis.exp: Add additional tests.
13704
13705 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13706
13707 * gdb.fortran/type.f90: Add pointer variable.
13708 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
13709
13710 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13711
13712 * gdb.fortran/vla-type.exp: Fix testcase name.
13713
13714 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13715
13716 * gdb.fortran/vla-type.exp: Access elements in nested structs.
13717
13718 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13719
13720 * gdb.fortran/type.f90: Add nested structures.
13721 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
13722 * gdb.fortran/derived-type.exp: Adapt expected output.
13723 * gdb.fortran/vla-type.exp: Adapt expected output.
13724
13725 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13726
13727 * gdb.fortran/whatis_type.exp: Adapt expected output.
13728
13729 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13730
13731 * gdb.fortran/print_type.exp: Fix expected output.
13732 * gdb.fortran/whatis_type.exp: Fix expected output.
13733
13734 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
13735
13736 * gdb.fortran/whatis_type.exp: Use multi_line.
13737
13738 2016-05-24 Tom Tromey <tom@tromey.com>
13739
13740 PR python/17386:
13741 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
13742 use value as an index.
13743
13744 2016-05-23 Tom Tromey <tom@tromey.com>
13745
13746 PR python/17981:
13747 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
13748 no-breakpoint case.
13749
13750 2016-05-24 Pedro Alves <palves@redhat.com>
13751
13752 PR gdb/19828
13753 * gdb.threads/clone-attach-detach.c: New file.
13754 * gdb.threads/clone-attach-detach.exp: New file.
13755
13756 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
13757
13758 * gdb.base/annota-input-while-running.exp: Fix syntax error.
13759
13760 2016-05-23 Tom Tromey <tom@tromey.com>
13761
13762 PR python/19438, PR python/18393:
13763 * gdb.python/py-progspace.exp: Add "dir" test.
13764 * gdb.python/py-objfile.exp: Add "dir" test.
13765
13766 2016-05-23 Yao Qi <yao.qi@linaro.org>
13767
13768 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
13769 * gdb.arch/thumb2-it.exp: Likewise.
13770
13771 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
13772
13773 * gdb.mi/mi-threads-interrupt.c: New file.
13774 * gdb.mi/mi-threads-interrupt.exp: New file.
13775
13776 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
13777
13778 PR gdb/18077
13779 * gdb.mi/mi-async-run.exp: New file.
13780 * gdb.mi/mi-async-run.c: New file.
13781
13782 2016-05-17 Tom Tromey <tom@tromey.com>
13783 Manish Goregaokar <manishsmail@gmail.com>
13784
13785 * lib/rust-support.exp: New file.
13786 * lib/gdb.exp (skip_rust_tests): New proc.
13787 (build_executable_from_specs): Handle rust.
13788 * lib/future.exp (gdb_find_rustc): New proc.
13789 (gdb_default_target_compile): Handle rust.
13790 * gdb.rust/expr.exp: New file.
13791 * gdb.rust/generics.exp: New file.
13792 * gdb.rust/generics.rs: New file.
13793 * gdb.rust/methods.exp: New file.
13794 * gdb.rust/methods.rs: New file.
13795 * gdb.rust/modules.exp: New file.
13796 * gdb.rust/modules.rs: New file.
13797 * gdb.rust/simple.exp: New file.
13798 * gdb.rust/simple.rs: New file.
13799
13800 2016-05-17 Tom Tromey <tom@tromey.com>
13801
13802 * gdb.base/default.exp (set language): Add rust.
13803
13804 2016-05-17 Tom Tromey <tom@tromey.com>
13805
13806 * gdb.gdb/unittest.exp: New file.
13807
13808 2016-05-16 Yao Qi <yao.qi@linaro.org>
13809
13810 * gdb.base/batch-preserve-term-settings.exp: Remove variable
13811 shell_prompt. Update shell_prompt_re.
13812
13813 2016-05-12 Doug Evans <dje@google.com>
13814
13815 PR symtab/19999
13816 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
13817 $options when building executable.
13818 * gdb.dwarf2/fission-loclists-pie.S: New file.
13819 * gdb.dwarf2/fission-loclists-pie.exp: New file.
13820
13821 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13822
13823 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
13824 of [is_remote target],
13825
13826 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
13827
13828 * lib/gdb.exp (use_gdb_stub): New procedure.
13829
13830 2016-05-03 Yunlian Jiang <yunlian@google.com>
13831 Doug Evans <dje@google.com>
13832
13833 PR symtab/19914
13834 * gdb.dwarf2/dwp-sepdebug.c: New file.
13835 * gdb.dwarf2/dwp-sepdebug.exp: New file.
13836
13837 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13838
13839 * gdb.base/detach.exp: Remove is_remote check.
13840
13841 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
13842
13843 * gdb.base/annota-input-while-running.exp: Don't check for
13844 [is_remote target]. Enable annotations after running to main.
13845 Remove unused "set test..." line.
13846
13847 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13848
13849 * gdb.trace/trace-enable-disable.exp: New file.
13850 * gdb.trace/trace-enable-disable.c: New file.
13851
13852 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
13853
13854 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
13855 use it in info sharedlibrary test.
13856 * gdb.trace/ftrace-lock.exp: Likewise.
13857 * gdb.trace/ftrace.exp: Likewise.
13858 * gdb.trace/range-stepping.exp: Likewise.
13859 * gdb.trace/trace-break.exp: Likewise.
13860 * gdb.trace/trace-condition.exp: Likewise.
13861 * gdb.trace/trace-mt.exp: Likewise.
13862
13863 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13864
13865 * lib/gdb.exp (gdb_load_shlibs): Rename to...
13866 (gdb_load_shlib): ... this.
13867 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
13868 gdb_load_shlib.
13869 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
13870 * gdb.base/ctxobj.exp: Likewise.
13871 * gdb.base/dprintf-pending.exp: Likewise.
13872 * gdb.base/dso2dso.exp: Likewise.
13873 * gdb.base/fixsection.exp: Likewise.
13874 * gdb.base/gcore-relro.exp: Likewise.
13875 * gdb.base/gdb1555.exp: Likewise.
13876 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13877 * gdb.base/gnu-ifunc.exp: Likewise.
13878 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
13879 * gdb.base/jit-so.exp (one_jit_test): Likewise.
13880 * gdb.base/pending.exp: Likewise.
13881 * gdb.base/print-file-var.exp: Likewise.
13882 * gdb.base/print-symbol-loading.exp: Likewise.
13883 * gdb.base/shlib-call.exp: Likewise.
13884 * gdb.base/shreloc.exp: Likewise.
13885 * gdb.base/so-impl-ld.exp: Likewise.
13886 * gdb.base/solib-disc.exp: Likewise.
13887 * gdb.base/solib-nodir.exp: Likewise.
13888 * gdb.base/solib-overlap.exp: Likewise.
13889 * gdb.base/solib-symbol.exp: Likewise.
13890 * gdb.base/solib-weak.exp (do_test): Likewise.
13891 * gdb.base/sym-file.exp: Likewise.
13892 * gdb.base/symtab-search-order.exp: Likewise.
13893 * gdb.base/type-opaque.exp: Likewise.
13894 * gdb.base/unload.exp: Likewise.
13895 * gdb.base/watchpoint-solib.exp: Likewise.
13896 * gdb.compile/compile.exp: Likewise.
13897 * gdb.cp/gdb2384.exp: Likewise.
13898 * gdb.cp/infcall-dlopen.exp: Likewise.
13899 * gdb.cp/re-set-overloaded.exp: Likewise.
13900 * gdb.fortran/library-module.exp: Likewise.
13901 * gdb.opt/solib-intra-step.exp: Likewise.
13902 * gdb.python/py-finish-breakpoint.exp: Likewise.
13903 * gdb.python/py-shared.exp: Likewise.
13904 * gdb.reverse/solib-precsave.exp: Likewise.
13905 * gdb.reverse/solib-reverse.exp: Likewise.
13906 * gdb.server/solib-list.exp: Likewise.
13907 * gdb.threads/dlopen-libpthread.exp: Likewise.
13908 * gdb.threads/tls-shared.exp: Likewise.
13909 * gdb.threads/tls-so_extern.exp: Likewise.
13910 * gdb.trace/change-loc.exp: Likewise.
13911 * gdb.trace/ftrace-lock.exp: Likewise.
13912 * gdb.trace/ftrace.exp: Likewise.
13913 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
13914 * gdb.trace/pending.exp: Likewise.
13915 * gdb.trace/range-stepping.exp: Likewise.
13916 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
13917 (strace_info_marker): Likewise.
13918 (strace_probe_marker): Likewise.
13919 (strace_trace_on_same_addr): Likewise.
13920 (strace_trace_on_diff_addr): Likewise.
13921 * gdb.trace/trace-break.exp: Likewise.
13922 * gdb.trace/trace-condition.exp: Likewise.
13923 * gdb.trace/trace-mt.exp: Likewise.
13924
13925 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
13926
13927 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
13928 result of gdb_remote_download.
13929 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
13930 * gdb.base/dso2dso.exp: Likewise.
13931 * gdb.base/global-var-nested-by-dso.exp: Likewise.
13932 * gdb.base/print-file-var.exp: Likewise.
13933 * gdb.base/shlib-call.exp: Likewise.
13934 * gdb.base/shreloc.exp: Likewise.
13935 * gdb.base/solib-overlap.exp: Likewise.
13936 * gdb.base/solib-weak.exp (do_test): Likewise.
13937 * gdb.base/unload.exp: Likewise.
13938
13939 2016-04-27 Yao Qi <yao.qi@linaro.org>
13940
13941 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
13942 exists.
13943
13944 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13945
13946 * vla-type.exp: Print structure from toplevel.
13947
13948 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13949
13950 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
13951 of dynamic types.
13952 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
13953 of dynamic types.
13954
13955 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
13956
13957 * gdb.fortran/vla-type.f90: New file.
13958 * gdb.fortran/vla-type.exp: New file.
13959
13960 2016-04-25 Yao Qi <yao.qi@linaro.org>
13961
13962 * gdb.base/branch-to-self.c: New file.
13963 * gdb.base/branch-to-self.exp: New file.
13964
13965 2016-04-22 Yao Qi <yao.qi@linaro.org>
13966
13967 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
13968 more after $hex.
13969
13970 2016-04-22 Yao Qi <yao.qi@linaro.org>
13971
13972 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
13973 * gdb.base/annota3.exp: Likewise.
13974
13975 2016-04-22 Yao Qi <yao.qi@linaro.org>
13976
13977 * gdb.reverse/step-precsave.exp: Do one step and test program
13978 stops in "callee" and do multiple steps until program goes out
13979 of "callee".
13980 * gdb.reverse/step-reverse.exp: Likewise.
13981
13982 2016-04-22 Yao Qi <yao.qi@linaro.org>
13983
13984 * gdb.trace/signal.exp: Also pass if
13985 $tracepoint_hits($i) > $iterations.
13986
13987 2016-04-22 Yao Qi <yao.qi@linaro.org>
13988
13989 * gdb.trace/signal.c: New file.
13990 * gdb.trace/signal.exp: New file.
13991
13992 2016-04-19 Doug Evans <xdje42@gmail.com>
13993
13994 * gdb.base/bad-file.exp: New file.
13995
13996 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
13997
13998 * gdb.dwarf2/implref.exp: New file.
13999
14000 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
14001
14002 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
14003 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
14004 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
14005 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
14006 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
14007 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
14008 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
14009 * lib/fortran.exp (fortran_int4): New procedure.
14010 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
14011 (fortran_logical4): Likewise.
14012
14013 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
14014
14015 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
14016
14017 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
14018
14019 * lib/compiler.c: Add Intel specific preprocessor macros.
14020 * lib/compiler.cc: Likewise.
14021
14022 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
14023
14024 * gdb.server/connect-with-no-symbol-file.c: New file.
14025 * gdb.server/connect-with-no-symbol-file.exp: New file.
14026
14027 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
14028
14029 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
14030
14031 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
14032
14033 * boards/gdbserver-base.exp (${board}_download): Copy source file to
14034 standard output directory.
14035
14036 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
14037
14038 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
14039
14040 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
14041
14042 * gdb.btrace/instruction_history.c (loop): Add declaration.
14043
14044 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
14045
14046 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
14047
14048 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
14049
14050 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
14051 parentheses to print.
14052 (continue_handler): Likewise.
14053
14054 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
14055
14056 * gdb.server/solib-list.exp: Remove is_remote check.
14057 Pass shlib= to gdb_compile. Don't link shared library with
14058 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
14059 Run binary filename through "readlink -f" on the target.
14060
14061 2016-04-08 Pedro Alves <palves@redhat.com>
14062
14063 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
14064 interpreter filename as argument to gdbserver_spawn.
14065 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
14066 Return empty if $last_loaded_file does not exist.
14067
14068 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14069
14070 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
14071 * gdb.base/jit-main.c: Use exit after usage.
14072
14073 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
14074
14075 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
14076 GDBHISTSIZE prior to the tests.
14077 * gdb.base/gdbinit-history.exp: Likewise.
14078
14079 2016-04-07 Pedro Alves <palves@redhat.com>
14080
14081 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
14082 instead of build_executable. Use gdb_load_shlibs.
14083
14084 2016-04-07 Yao Qi <yao.qi@linaro.org>
14085
14086 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
14087 Execute "si" command.
14088
14089 2016-04-07 Yao Qi <yao.qi@linaro.org>
14090
14091 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
14092 number instead of the comments on some line.
14093
14094 2016-04-06 Don Breazeal <donb@codesourcery.com>
14095
14096 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
14097 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
14098
14099 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
14100
14101 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
14102 standard_output_file. Remove unused binfile variable.
14103
14104 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
14105
14106 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
14107 * gdb.python/py-mi-objfile.exp: Match "list main" output
14108 in console format.
14109
14110 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
14111
14112 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
14113 absolute.
14114
14115 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
14116
14117 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
14118 absolute.
14119 * gdb.trace/ftrace.exp: Likewise.
14120 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
14121 targets as well.
14122 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
14123 (gdb_load_shlibs): Copy libraries to test directory when testing
14124 natively. Only set solib-search-path if testing remotely.
14125 * lib/mi-support.exp (mi_load_shlibs): Likewise.
14126
14127 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
14128
14129 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
14130 gdb_download. Use it even if the target is not remote.
14131 * gdb.base/jit.exp (compile_jit_test): Likewise.
14132 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
14133 output directory if the destination board is local, otherwise use
14134 the standard remote_download from DejaGnu.
14135 (gdb_download): Remove.
14136 (gdb_load_shlibs): Use gdb_remote_download instead of
14137 gdb_download.
14138 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
14139 Use gdb_remote_download instead of gdb_download. Use it even if
14140 the target is not remote.
14141 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
14142 instead of gdb_download.
14143
14144 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
14145
14146 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
14147 (test_insert_delete_modify): Call mi_load_shlibs before trying to
14148 run.
14149
14150 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
14151
14152 PR gdb/19820
14153 * gdb.base/printcmds.exp: Add artificial arrays tests.
14154
14155 2016-03-31 Pedro Alves <palves@redhat.com>
14156
14157 PR gdb/19858
14158 * gdb.base/jit-main.c: Include unistd.h.
14159 (ATTACH): Define to 0 if not already defined.
14160 (wait_for_gdb, mypid): New globals.
14161 (WAIT_FOR_GDB): New macro.
14162 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
14163 some breakpoint locations.
14164 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
14165 New procedures.
14166 (one_jit_test): Add REATTACH parameter, and handle it. Use
14167 continue_to_test_location.
14168 (top level): Test attach, and adjusts calls to one_jit_test.
14169
14170 2016-03-31 Pedro Alves <palves@redhat.com>
14171
14172 PR gdb/19858
14173 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
14174 BINSUFFIX parameter, and handle it.
14175 (top level): Adjust calls compile_jit_test.
14176
14177 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
14178
14179 PR python/19743
14180 * gdb.python/py-mi-events-gdb.py: New file.
14181 * gdb.python/py-mi-events.c: New file.
14182 * gdb.python/py-mi-events.exp: New file.
14183
14184 2016-03-30 Yao Qi <yao.qi@linaro.org>
14185
14186 * gdb.reverse/until-precsave.exp: Match function name only.
14187 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
14188 Move malloc to a condition block.
14189 * gdb.reverse/until-reverse.exp: Match function name only.
14190
14191 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
14192
14193 * gdb.trace/ftrace.exp: Set arg0exp for s390.
14194 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
14195 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
14196 variable for GPR 0 instead of assuming it is register 0.
14197 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
14198 * lib/trace-support.exp: Add s390 registers.
14199
14200 2016-03-29 Yao Qi <yao.qi@linaro.org>
14201
14202 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
14203
14204 2016-03-24 Yao Qi <yao.qi@linaro.org>
14205
14206 * gdb.reverse/break-reverse.exp: Add quotation mark in the
14207 test message.
14208
14209 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
14210
14211 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
14212 maintaining separate logic for constructing the output path.
14213
14214 2016-03-16 Don Breazeal <donb@codesourcery.com>
14215
14216 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
14217 Retry fork and waitpid on interrupted system call errors.
14218 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14219 Use with_timeout_factor to increase timeout by factor of 10.
14220
14221 2016-03-15 Don Breazeal <donb@codesourcery.com>
14222
14223 * gdb.cp/scope-err.cc: New test program.
14224 * gdb.cp/scope-err.exp: New test script.
14225 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
14226 lines and "set breakpoint here" comment.
14227 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
14228 Fixed some whitespace and format issues.
14229 * gdb.mi/mi-linespec-err-cp.cc: New test program.
14230 * gdb.mi/mi-linespec-err-cp.exp: New test script.
14231
14232 2016-03-15 Doug Evans <dje@google.com>
14233
14234 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
14235 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
14236 All callers updated. Add tests for enums, mixed flags register.
14237
14238 2016-03-15 Doug Evans <dje@google.com>
14239
14240 * gdb.base/skip.c (main): Call test_skip_file_and_function.
14241 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
14242
14243 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
14244
14245 * gdb.base/default.exp: Add $_as_string to the list of expected
14246 convenience functions.
14247
14248 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
14249
14250 * gdb.base/maint.exp: New tests for 'maint info line-table'.
14251
14252 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
14253
14254 * gdb.python/py-as-string.exp: New file.
14255 * gdb.python/py-as-string.c: New file.
14256
14257 2016-03-09 Pedro Alves <palves@redhat.com>
14258
14259 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
14260 signal" -> "Thread NN received signal" output change.
14261 * gdb.threads/ia64-sigill.exp: Likewise.
14262 * gdb.threads/linux-dp.exp: Likewise.
14263 * gdb.threads/manythreads.exp: Likewise.
14264 * gdb.threads/pending-step.exp: Likewise.
14265 * gdb.threads/print-threads.exp: Likewise.
14266 * gdb.threads/sigstep-threads.exp: Likewise.
14267 * gdb.threads/staticthreads.exp: Likewise.
14268 * gdb.threads/tls.exp: Likewise.
14269
14270 2016-03-09 Pedro Alves <palves@redhat.com>
14271
14272 * gdb.base/command-line-input.exp: New file.
14273
14274 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
14275
14276 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
14277 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
14278 * gdb.trace/pending.exp: Accept leading dot before function name.
14279 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
14280 * lib/trace-support.exp: Set registers for ppc.
14281
14282 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
14283
14284 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
14285 use it for disassembly; accept .main in addition to main in backtrace.
14286
14287 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
14288 Marcin Kościelnicki <koriakin@0x04.net>
14289
14290 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
14291 (gdb_recursion_test_ptr): New global variable.
14292 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
14293 gdb_recursion_test.
14294 (gdb_c_test): Ditto.
14295
14296 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
14297
14298 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
14299 ordering.
14300
14301 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
14302
14303 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
14304 (bar): Add bar_start_lbl label.
14305 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
14306 of foo/bar for emitting DWARF and tracing.
14307
14308 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
14309
14310 * analyze-racy-logs.py: Set executable bit.
14311
14312 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
14313
14314 * Makefile.in (DEFAULT_RACY_ITER): New variable.
14315 (CHECK_TARGET_TMP): Likewise.
14316 (check-single-racy): New rule.
14317 (check-parallel-racy): Likewise.
14318 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
14319 (do-check-parallel-racy): New rule.
14320 (check-racy/%.exp): Likewise.
14321 * README (Racy testcases): New section.
14322 * analyze-racy-logs.py: New file.
14323
14324 2016-03-03 Doug Evans <dje@google.com>
14325
14326 * gdb.base/skip.exp: Use with_test_prefix.
14327
14328 2016-03-03 Yao Qi <yao.qi@linaro.org>
14329
14330 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
14331 Invoke step_over_syscall "clone" and break_cond_on_syscall
14332 "clone".
14333 * gdb.base/step-over-clone.c: New file.
14334
14335 2016-03-03 Yao Qi <yao.qi@linaro.org>
14336
14337 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
14338 code format.
14339
14340 2016-03-03 Yao Qi <yao.qi@linaro.org>
14341
14342 * gdb.base/disp-step-fork.c: Rename to ...
14343 * gdb.base/step-over-fork.c: ... it. New file.
14344 * gdb.base/disp-step-vfork.c: Rename to ...
14345 * gdb.base/step-over-vfork.c: ... it. New file.
14346 * gdb.base/disp-step-syscall.exp: Rename to ...
14347 * gdb.base/step-over-syscall.exp: ... it. New file.
14348 (disp_step_cross_syscall): Rename to ...
14349 (step_over_syscall): ... it.
14350
14351 2016-03-03 Yao Qi <yao.qi@linaro.org>
14352
14353 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
14354 If target supports condition evaluation on target, invoke
14355 break_cond_on_syscall for fork and vfork.
14356
14357 2016-03-03 Yao Qi <yao.qi@linaro.org>
14358
14359 * gdb.base/disp-step-syscall.exp: Don't invoke
14360 support_displaced_stepping.
14361 (disp_step_cross_syscall): Test with displaced stepping off and
14362 on if supported.
14363
14364 2016-03-03 Yao Qi <yao.qi@linaro.org>
14365
14366 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
14367 proc.
14368 (setup): New proc.
14369 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
14370 and setup.
14371
14372 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
14373
14374 * gdb.fortran/vla-history.exp: Remove breakpoint.
14375
14376 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
14377
14378 * gdb.fortran/vla-history.exp: Lookup array elements and printing
14379 exceeds timeout.
14380
14381 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
14382
14383 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
14384 breakpoint.
14385
14386 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
14387
14388 * gdb.mi/vla.f90: Nullify pointer after declaration.
14389
14390 2016-03-01 Pedro Alves <palves@redhat.com>
14391
14392 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
14393
14394 2016-03-01 Pedro Alves <palves@redhat.com>
14395
14396 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
14397 before anything else.
14398 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
14399 _GNU_SOURCE here.
14400 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
14401 before anything else.
14402 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
14403
14404 2016-03-01 Pedro Alves <palves@redhat.com>
14405
14406 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
14407
14408 2016-03-01 Yao Qi <yao.qi@linaro.org>
14409
14410 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
14411 prepare_for_testing.
14412
14413 2016-03-01 Yao Qi <yao.qi@linaro.org>
14414
14415 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
14416
14417 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
14418
14419 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
14420 manually constructing the output path.
14421
14422 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
14423
14424 * gdb.arch/s390-stackless.S: New.
14425 * gdb.arch/s390-stackless.exp: New.
14426
14427 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
14428
14429 * gdb.dlang/circular.c: New file.
14430 * gdb.dlang/circular.exp: New file.
14431
14432 2016-02-26 Yao Qi <yao.qi@linaro.org>
14433
14434 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
14435 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
14436 (testcases): Update.
14437
14438 2016-02-26 Yao Qi <yao.qi@linaro.org>
14439
14440 * gdb.reverse/aarch64.c: Rename to ...
14441 * gdb.reverse/insn-reverse.c: ... it.
14442 * gdb.reverse/aarch64.exp: Rename to ...
14443 * gdb.reverse/insn-reverse.exp: ... it.
14444
14445 2016-02-26 Yao Qi <yao.qi@linaro.org>
14446
14447 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
14448 (testcase_ftype): New.
14449 (testcases): New array.
14450 (n_testcases): New.
14451 (main): Call each element in testcases.
14452 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
14453 (read_testcase): New.
14454 Do the tests in a loop.
14455
14456 2016-02-25 Yao Qi <yao.qi@linaro.org>
14457
14458 * gdb.base/branches.c: Remove.
14459
14460 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
14461
14462 PR gdb/13808
14463 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
14464
14465 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
14466
14467 * gdb.trace/ftrace.exp: Remove unnecessary target check.
14468
14469 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
14470
14471 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
14472 change x86_64 call_insn to 'callq'.
14473
14474 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
14475
14476 * gdb.trace/tfile-avx.c: Move to...
14477 * gdb.trace/tracefile-pseudo-reg.c: Here.
14478 * gdb.trace/tfile-avx.exp: Move to...
14479 * gdb.trace/tracefile-pseudo-reg.exp: Here.
14480
14481 2016-02-24 Gary Benson <gbenson@redhat.com>
14482
14483 * gdb.base/attach-pie-noexec.exp: Do not expect an error
14484 message on attach.
14485
14486 2016-02-23 Doug Evans <dje@google.com>
14487
14488 * gdb.base/skip.c (test_skip): New function.
14489 (end_test_skip_file_and_function): New function.
14490 (test_skip_file_and_function): New function.
14491 * gdb.base/skip1.c (test_skip): New function.
14492 (skip1_test_skip_file_and_function): New function.
14493 * gdb.base/skip.exp: Add tests for new skip options.
14494 * gdb.base/skip-solib.exp: Update expected output.
14495 * gdb.perf/skip-command.cc: New file.
14496 * gdb.perf/skip-command.exp: New file.
14497 * gdb.perf/skip-command.py: New file.
14498
14499 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
14500
14501 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
14502 info registers pattern.
14503
14504 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
14505
14506 * lib/future.exp: Add D support.
14507 (gdb_find_gdc): New proc.
14508 (gdb_default_target_compile): Add D support.
14509
14510 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
14511
14512 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
14513 user+system time.
14514 (trace_speed_test): Determine the iteration count for a time
14515 between 15..30 seconds.
14516
14517 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
14518
14519 * gdb.arch/i386-mpx-sigsegv.c: New file.
14520 * gdb.arch/i386-mpx-sigsegv.exp: New file.
14521 * gdb.arch/i386-mpx-simple_segv.c: New file.
14522 * gdb.arch/i386-mpx-simple_segv.exp: New file.
14523
14524 2016-02-18 Yao Qi <yao.qi@linaro.org>
14525
14526 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
14527 Don't call setup_kfail.
14528
14529 2016-02-18 Yao Qi <yao.qi@linaro.org>
14530
14531 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14532 Set "set breakpoint condition-evaluation" per $cond_bp_target.
14533
14534 2016-02-16 Doug Evans <dje@google.com>
14535
14536 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
14537 * gdb.base/skip1.c: Ditto.
14538 * gdb.base/skip.exp: Whitespace cleanup.
14539
14540 2016-02-16 Don Breazeal <donb@codesourcery.com>
14541
14542 PR remote/19496
14543 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
14544 Remove kfail for PR remote/19496.
14545
14546 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14547
14548 * lib/gdb.exp (standard_temp_file): Return a path specific to
14549 the runtest invocation.
14550
14551 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
14552
14553 * gdb.trace/save-trace.exp: Change relative path to be in the
14554 standard output directory.
14555
14556 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14557
14558 * gdb.arch/i386-prologue.c: Add missing prototypes.
14559
14560 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
14561
14562 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
14563 * gdb.arch/i386-prologue.exp: Likewise.
14564 * gdb.arch/i386-size.exp: Likewise.
14565
14566 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
14567
14568 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
14569 define object file path.
14570 * gdb.btrace/gcore.exp: Use standard_output_file to define core
14571 file path.
14572 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
14573 standard_output_file to define binfile.
14574
14575 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14576
14577 Fix compatibility with recent gfortran-5.3.1.
14578 * gdb.fortran/vla-history.exp (print vla1 allocated)
14579 (print vla2 allocated, print $2, print $3): Remove
14580 (print $4): Rename to ...
14581 (print $2): ... here.
14582 (print $9): Rename to ...
14583 (print $5): ... here.
14584 (print $10): Rename to ...
14585 (print $6): ... here.
14586 * gdb.fortran/vla.f90: Add pvla initialization.
14587
14588 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
14589
14590 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
14591 New test.
14592 * gdb.fortran/vla-value-sub.exp: Likewise.
14593
14594 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
14595
14596 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
14597
14598 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
14599
14600 * i386-biarch-core.exp: Define corefile using
14601 standard_output_file.
14602
14603 2016-02-12 Yao Qi <yao.qi@linaro.org>
14604
14605 * gdb.arch/arm-single-step-kernel-helper.c: New.
14606 * gdb.arch/arm-single-step-kernel-helper.exp: New.
14607
14608 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
14609
14610 * gdb.btrace/tailcall-only.exp: New.
14611 * gdb.btrace/tailcall-only.c: New.
14612 * gdb.btrace/x86_64-tailcall-only.S: New.
14613 * gdb.btrace/i686-tailcall-only.S: New.
14614
14615 2016-02-11 Pedro Alves <palves@redhat.com>
14616
14617 * README (Parallel testing): Add missing double quotes.
14618
14619 2016-02-11 Pedro Alves <palves@redhat.com>
14620
14621 * README (Parallel testing): New section.
14622 (GDB_PARALLEL): Rewrite.
14623 (FORCE_PARALLEL): Document.
14624
14625 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
14626
14627 * gdb.trace/tfile-avx.c: New test.
14628 * gdb.trace/tfile-avx.exp: New test.
14629
14630 2016-02-09 Keith Seitz <keiths@redhat.com>
14631
14632 PR breakpoints/19546
14633 * gdb.base/infcall-exec.c: New file.
14634 * gdb.base/infcall-exec2.c: New file.
14635 * gdb.base/infcall-exec.exp: New file.
14636
14637 2016-02-09 Keith Seitz <keiths@redhat.com>
14638
14639 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
14640 (toplevel): Call test_bkpt_address.
14641
14642 2016-02-09 Keith Seitz <keiths@redhat.com>
14643
14644 PR python/19506
14645 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
14646 (toplevel): Call test_bkpt_address.
14647
14648 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
14649
14650 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
14651 to AC_OUTPUT.
14652 * configure: Regenerate.
14653
14654 2016-02-09 Pedro Alves <palves@redhat.com>
14655
14656 PR breakpoints/19548
14657 * gdb.base/execl-update-breakpoints.c (some_function): New
14658 function.
14659 (main): Call it.
14660 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
14661 Tighten expected GDB output.
14662
14663 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14664
14665 * Makefile.in (ALL_SUBDIRS): Remove.
14666 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
14667 (distclean maintainer-clean realclean): Likewise.
14668 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
14669 * configure: Regenerate.
14670 * gdb.ada/Makefile.in: Delete.
14671 * gdb.arch/Makefile.in: Likewise.
14672 * gdb.asm/Makefile.in: Likewise.
14673 * gdb.base/Makefile.in: Likewise.
14674 * gdb.btrace/Makefile.in: Likewise.
14675 * gdb.cell/Makefile.in: Likewise.
14676 * gdb.compile/Makefile.in: Likewise.
14677 * gdb.cp/Makefile.in: Likewise.
14678 * gdb.disasm/Makefile.in: Likewise.
14679 * gdb.dlang/Makefile.in: Likewise.
14680 * gdb.dwarf2/Makefile.in: Likewise.
14681 * gdb.fortran/Makefile.in: Likewise.
14682 * gdb.gdb/Makefile.in: Likewise.
14683 * gdb.go/Makefile.in: Likewise.
14684 * gdb.guile/Makefile.in: Likewise.
14685 * gdb.java/Makefile.in: Likewise.
14686 * gdb.linespec/Makefile.in: Likewise.
14687 * gdb.mi/Makefile.in: Likewise.
14688 * gdb.modula2/Makefile.in: Likewise.
14689 * gdb.multi/Makefile.in: Likewise.
14690 * gdb.objc/Makefile.in: Likewise.
14691 * gdb.opencl/Makefile.in: Likewise.
14692 * gdb.opt/Makefile.in: Likewise.
14693 * gdb.pascal/Makefile.in: Likewise.
14694 * gdb.perf/Makefile.in: Likewise.
14695 * gdb.python/Makefile.in: Likewise.
14696 * gdb.reverse/Makefile.in: Likewise.
14697 * gdb.server/Makefile.in: Likewise.
14698 * gdb.stabs/Makefile.in: Likewise.
14699 * gdb.threads/Makefile.in: Likewise.
14700 * gdb.trace/Makefile.in: Likewise.
14701 * gdb.xml/Makefile.in: Likewise.
14702 * lib/gdb.exp (make_gdb_parallel_path): Add check for
14703 GDB_PARALLEL.
14704 (standard_output_file): Remove check for GDB_PARALLEL, always
14705 return path in outputs/$subdir/$testname.
14706
14707 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
14708
14709 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
14710 (site.exp): Assign abs_srcdir to tcl's srcdir.
14711
14712 2016-02-04 Yao Qi <yao.qi@linaro.org>
14713
14714 * gdb.base/foll-exec-mode.c: Include limits.h.
14715 (main): Add parameters argc and argv. Get directory from
14716 argv[0].
14717 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
14718 compilation.
14719 * gdb.base/foll-exec.c: Include limits.h.
14720 (main): Add parameters argc and argv.
14721 Get directory from argv[0].
14722 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
14723 Adjust tests on the number of lines as source code changed.
14724 * gdb.base/foll-vfork-exit.c: Include limits.h.
14725 (main): Add one line of statement before vfork.
14726 * gdb.base/foll-vfork.c: Include limits.h and string.h.
14727 (main): Add parameters argc and argv. Get directory from
14728 argv[0].
14729 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
14730 (setup_gdb): Set tbreak to skip some source lines.
14731 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
14732 (main): Add parameters argc and argv. Get directory from
14733 argv[0].
14734 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
14735 compilation.
14736 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
14737 (main): Add parameters argc and argv. Get directory from
14738 argv[0].
14739 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
14740 compilation.
14741
14742 2016-02-01 Doug Evans <dje@google.com>
14743
14744 * gdb.base/skip.exp: Clean up multiple references to same test name.
14745
14746 2016-02-01 Pedro Alves <palves@redhat.com>
14747
14748 PR remote/19496
14749 * gdb.threads/forking-threads-plus-breakpoint.exp
14750 (displaced_stepping_supported): New global.
14751 (probe_displaced_stepping_support): New procedure.
14752 (do_test): Add 'displaced' parameter, and use it.
14753 (top level): Check for displaced stepping support. Add displaced
14754 stepping on/off testing axis.
14755
14756 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14757
14758 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
14759 pointer. Don't perform further tests on the unassociated pointer
14760 if the first test fails.
14761
14762 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
14763
14764 * gdb.base/max-value-size.c: New file.
14765 * gdb.base/max-value-size.exp: New file.
14766 * gdb.base/huge.exp: Disable max-value-size for this test.
14767
14768 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
14769
14770 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
14771
14772 2016-01-28 Yao Qi <yao.qi@linaro.org>
14773
14774 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
14775
14776 2016-01-25 Pedro Alves <palves@redhat.com>
14777
14778 PR threads/19461
14779 * gdb.base/fork-running-state.c: New file.
14780 * gdb.base/fork-running-state.exp: New file.
14781
14782 2016-01-25 Pedro Alves <palves@redhat.com>
14783
14784 PR gdb/19494
14785 * gdb.base/catch-fork-kill.c: New file.
14786 * gdb.base/catch-fork-kill.exp: New file.
14787
14788 2016-01-25 Pedro Alves <palves@redhat.com>
14789
14790 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
14791 Delete, moved to lib/gdb.exp.
14792 * gdb.threads/forking-threads-plus-breakpoint.exp
14793 (foreach_with_prefix): Likewise.
14794 * gdb.threads/process-dies-while-handling-bp.exp
14795 (foreach_with_prefix): Likewise.
14796 * lib/gdb.exp (foreach_with_prefix): New procedure.
14797
14798 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
14799
14800 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
14801 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
14802
14803 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
14804
14805 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
14806 endian targets.
14807
14808 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14809 Pedro Alves <palves@redhat.com>
14810
14811 Fix testsuite compatibility with Guile.
14812 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
14813 number.
14814
14815 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
14816
14817 Fix testsuite compatibility with Guile.
14818 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
14819 (thread 1): New test for backtrace through signal handler.
14820
14821 2016-01-22 Yao Qi <yao.qi@linaro.org>
14822
14823 PR testsuite/19491
14824 * gdb.base/multi-forks.c: Include
14825 ../lib/unbuffer_output.c
14826 (main): Call gdb_unbuffer_output.
14827
14828 2016-01-21 Doug Evans <dje@google.com>
14829
14830 * lib/ada.exp (gdb_compile_ada): Fix typo.
14831
14832 2016-01-21 Joel Brobecker <brobecker@adacore.com>
14833
14834 * gdb.base/break-fun-addr.exp: New file.
14835 * gdb.base/break-fun-addr1.c: New file.
14836 * gdb.base/break-fun-addr2.c: New file.
14837
14838 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
14839
14840 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
14841 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
14842 enum flag values.
14843
14844 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
14845
14846 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
14847 when GDB can not set the vector return value. Add more comments
14848 for clarification.
14849
14850 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
14851
14852 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
14853 command.
14854
14855 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14856
14857 * Makefile.in (DO_RUNTEST): Add --status and update usages.
14858
14859 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14860
14861 * Makefile.in (check-single): Pass --status to runtest.
14862 (check/%.exp): Likewise.
14863
14864 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
14865
14866 * Makefile.in (check-parallel): Propagate return code from make
14867 do-check-parallel.
14868
14869 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
14870
14871 * gdb.trace/ftrace.exp: Fix expected message on continue.
14872 * gdb.trace/pending.exp: Fix expected message on continue.
14873 * gdb.trace/trace-break.exp: Fix expected message on continue.
14874
14875 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
14876
14877 * lib/gdb.exp (gdb_test): Remove unused global references.
14878
14879 2016-01-18 Pedro Alves <palves@redhat.com>
14880
14881 * gdb.base/async-shell.exp: Adjust expected output.
14882 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
14883 * gdb.base/siginfo-thread.exp: Adjust expected output.
14884 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
14885 * gdb.java/jnpe.exp: Adjust expected output.
14886 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
14887 * gdb.threads/continue-pending-status.exp: Adjust expected output.
14888 * gdb.threads/leader-exit.exp: Adjust expected output.
14889 * gdb.threads/manythreads.exp: Adjust expected output.
14890 * gdb.threads/pthreads.exp: Adjust expected output.
14891 * gdb.threads/schedlock.exp: Adjust expected output.
14892 * gdb.threads/siginfo-threads.exp: Adjust expected output.
14893 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
14894 expected output.
14895 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
14896 output.
14897 * gdb.threads/sigthread.exp: Adjust expected output.
14898 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
14899
14900 2016-01-18 Yao Qi <yao.qi@linaro.org>
14901
14902 * gdb.guile/scm-section-script.c: Replace @progbits with
14903 %progbits.
14904 * gdb.python/py-section-script.c: Likewise.
14905
14906 2016-01-15 Pedro Alves <palves@redhat.com>
14907
14908 * gdb.multi/tids.exp: Test star wildcard ranges.
14909
14910 2016-01-15 Pedro Alves <palves@redhat.com>
14911
14912 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
14913 command from "thread apply" invocation.
14914 (thr_apply_info_thr_invalid): Default the expected output to the
14915 input tid list.
14916 (top level): Add tests that use convenience variables. Add tests
14917 for "thread apply" with a valid TID list, but missing the command.
14918
14919 2016-01-13 Pedro Alves <palves@redhat.com>
14920
14921 * gdb.base/default.exp: Expect $_gthread as well.
14922 * gdb.multi/tids.exp: Test $_gthread.
14923 * gdb.threads/thread-specific.exp: Test $_gthread.
14924
14925 2016-01-13 Pedro Alves <palves@redhat.com>
14926
14927 * gdb.multi/tids.exp: Test "info threads -gid".
14928
14929 2016-01-13 Pedro Alves <palves@redhat.com>
14930
14931 * gdb.multi/tids.exp: Test InferiorThread.global_num and
14932 Breakpoint.thread.
14933 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
14934
14935 2016-01-07 Pedro Alves <palves@redhat.com>
14936
14937 * gdb.base/break.exp: Adjust to output changes.
14938 * gdb.base/hbreak2.exp: Likewise.
14939 * gdb.base/sepdebug.exp: Likewise.
14940 * gdb.base/watch_thread_num.exp: Likewise.
14941 * gdb.linespec/keywords.exp: Likewise.
14942 * gdb.multi/info-threads.exp: Likewise.
14943 * gdb.threads/thread-find.exp: Likewise.
14944 * gdb.multi/tids.c: New file.
14945 * gdb.multi/tids.exp: New file.
14946
14947 2016-01-13 Pedro Alves <palves@redhat.com>
14948
14949 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
14950
14951 2016-01-13 Pedro Alves <palves@redhat.com>
14952
14953 * gdb.base/default.exp: Expect $_inferior as well.
14954 * gdb.multi/base.exp: Test $_inferior.
14955
14956 2016-01-13 Pedro Alves <palves@redhat.com>
14957
14958 PR breakpoints/19388
14959 * gdb.base/catch-signal-siginfo-cond.c: New file.
14960 * gdb.base/catch-signal-siginfo-cond.exp: New file.
14961
14962 2016-01-12 Josh Stone <jistone@redhat.com>
14963 Philippe Waroquiers <philippe.waroquiers@skynet.be>
14964
14965 * gdb.base/catch-syscall.c (do_execve): New variable.
14966 (main): Conditionally trigger an execve.
14967 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
14968 (test_catch_syscall_execve): New, check entry/return across execve.
14969 (do_syscall_tests): Call test_catch_syscall_execve.
14970
14971 2016-01-12 Pedro Alves <palves@redhat.com>
14972
14973 * gdb.base/random-signal.exp (do_test): New procedure, with body
14974 of testcase moved in.
14975
14976 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14977 Pedro Alves <palves@redhat.com>
14978
14979 * gdb.base/funcargs.exp (finish from indirectly called function):
14980 Reintroduce the case for 'First'.
14981
14982 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14983 Pedro Alves <palves@redhat.com>
14984
14985 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
14986 (tcatch_vfork_then_child_follow_exec)
14987 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
14988 identification.
14989
14990 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
14991
14992 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
14993 and repeats to unlimited.
14994 * gdb.python/py-value.exp: Likewise.
14995 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
14996 and repeats to unlimited.
14997
14998 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
14999
15000 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
15001 and reordering the functions.
15002 * gdb.multi/hangout.c: Likewise.
15003 * gdb.multi/hello.c: Likewise.
15004
15005 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
15006
15007 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
15008 absolute.
15009 (SingleStatisticTestResult.report): Use dict.keys instead of
15010 dict.iterkeys.
15011
15012 2016-01-06 Pedro Alves <palves@redhat.com>
15013
15014 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
15015
15016 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
15017
15018 * gdb.btrace/dlopen.exp: New.
15019 * gdb.btrace/dlopen.c: New.
15020 * gdb.btrace/dlopen-dso.c: New.
15021
15022 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
15023
15024 * lib/gdb.exp (gdb_test): Update comments to clarify that the
15025 PATTERN argument is optional.
15026
15027 2015-12-24 Joel Brobecker <brobecker@adacore.com>
15028
15029 * lib/ada.exp (target_compile_ada_from_dir): New function.
15030 (gdb_compile_ada): Reimplement avoiding the use of project files.
15031 * gdb.ada/gnat_ada.gpr: Delete.
15032 * gdb.ada/cond_lang.exp: Adjust test to make path before
15033 filename optional.
15034 * gdb.ada/small_reg_param.exp: Likewise.
15035
15036 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
15037
15038 * gdb.base/foll-vork.exp: Remove HP-UX special case.
15039
15040 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
15041
15042 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
15043 case.
15044
15045 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
15046
15047 * gdb.base/break.exp: Remove dead code.
15048 * gdb.base/sepdebug.exp: Likewise.
15049
15050 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
15051
15052 * gdb.asm/asm-source.exp: Remove HP-UX references.
15053 * gdb.base/annota1.exp: Likewise.
15054 * gdb.base/annota3.exp: Likewise.
15055 * gdb.base/attach.exp: Likewise.
15056 * gdb.base/bigcore.exp: Likewise.
15057 * gdb.base/break.exp: Likewise.
15058 * gdb.base/call-ar-st.exp: Likewise.
15059 * gdb.base/callfuncs.exp: Likewise.
15060 * gdb.base/catch-fork-static.exp: Likewise.
15061 * gdb.base/display.exp: Likewise.
15062 * gdb.base/foll-exec-mode.exp: Likewise.
15063 * gdb.base/foll-exec.exp: Likewise.
15064 * gdb.base/foll-fork.exp: Likewise.
15065 * gdb.base/foll-vfork.exp: Likewise.
15066 * gdb.base/funcargs.exp: Likewise.
15067 * gdb.base/hbreak2.exp: Likewise.
15068 * gdb.base/inferior-died.exp: Likewise.
15069 * gdb.base/interrupt.exp: Likewise.
15070 * gdb.base/multi-forks.exp: Likewise.
15071 * gdb.base/nodebug.exp: Likewise.
15072 * gdb.base/sepdebug.exp: Likewise.
15073 * gdb.base/solib1.c: Likewise.
15074 * gdb.base/step-test.exp: Likewise.
15075 * gdb.mi/non-stop.c: Likewise.
15076 * gdb.mi/pthreads.c: Likewise.
15077 * gdb.multi/bkpt-multi-exec.ex: Likewise.
15078 * gdb.threads/pthreads.c: Likewise.
15079 * gdb.threads/staticthreads.exp: Likewise.
15080 * lib/future.exp: Likewise.
15081 * lib/gdb.exp: Likewise.
15082 * gdb.base/so-indr-cl.c: Remove.
15083 * gdb.base/so-indr-cl.exp: Likewise.
15084 * gdb.base/solib.c: Likewise.
15085 * gdb.base/solib.exp: Likewise.
15086 * gdb.base/solib2.c: Likewise.
15087
15088 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
15089
15090 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
15091 * gdb.base/call-ar-st.exp: Likewise.
15092 * gdb.base/callfuncs.exp: Likewise.
15093 * gdb.base/condbreak.exp: Likewise.
15094 * gdb.base/constvars.exp: Likewise.
15095 * gdb.base/hbreak2.exp: Likewise.
15096 * gdb.base/langs.exp: Likewise.
15097 * gdb.base/list.exp: Likewise.
15098 * gdb.base/long_long.exp: Likewise.
15099 * gdb.base/ptype.exp: Likewise.
15100 * gdb.base/scope.exp: Likewise.
15101 * gdb.base/signals.exp: Likewise.
15102 * gdb.base/so-impl-ld.exp: Likewise.
15103 * gdb.base/varargs.exp: Likewise.
15104 * gdb.base/volatile.exp: Likewise.
15105 * gdb.base/whatis.exp: Likewise.
15106 * gdb.cp/cplusfuncs.exp: Likewise.
15107 * gdb.cp/inherit.exp: Likewise.
15108 * gdb.cp/local.exp: Likewise.
15109 * gdb.cp/member-ptr.exp: Likewise.
15110 * gdb.cp/method.exp: Likewise.
15111 * gdb.cp/overload.exp: Likewise.
15112 * gdb.cp/templates.exp: Likewise.
15113 * gdb.stabs/weird.exp: Likewise.
15114 * lib/compiler.c: Likewise.
15115 * lib/compiler.cc: Likewise.
15116 * lib/cp-support.exp: Likewise.
15117 * lib/gdb.exp: Likewise.
15118
15119 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
15120
15121 * configure.ac: Remove HP-UX case.
15122 * configure: Regenerate.
15123
15124 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
15125
15126 * lib/gdb.exp (gdb_compile): Add function doc.
15127
15128 2015-12-17 Pedro Alves <palves@redhat.com>
15129
15130 PR threads/19354
15131 * gdb.multi/info-threads.exp: New file.
15132
15133 2015-12-15 Yao Qi <yao.qi@linaro.org>
15134
15135 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
15136 is aarch64*-*-*.
15137
15138 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
15139
15140 * gdb.base/history-duplicates.exp: Skip if no readline support.
15141
15142 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
15143
15144 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
15145
15146 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
15147
15148 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
15149
15150 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
15151
15152 * gdb.base/completion.exp: Skip tests that interrupt GDB with
15153 ctrl-C if nointerrupts target property is set.
15154 * gdb.base/double-prompt-target-event-error.exp: Likewise.
15155 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
15156 * gdb.base/paginate-bg-execution.exp: Likewise.
15157 * gdb.base/paginate-execution-startup.exp: Likewise.
15158 * gdb.base/random-signal.exp: Likewise.
15159 * gdb.base/range-stepping.exp: Likewise.
15160 * gdb.cp/annota2.exp: Likewise.
15161 * gdb.cp/annota3.exp: Likewise.
15162 * gdb.gdb/selftest.exp: Likewise.
15163 * gdb.threads/continue-pending-status.exp: Likewise.
15164 * gdb.threads/leader-exit.exp: Likewise.
15165 * gdb.threads/manythreads.exp: Likewise.
15166 * gdb.threads/pthreads.exp: Likewise.
15167 * gdb.threads/schedlock.exp: Likewise.
15168 * gdb.threads/sigthread.exp: Likewise.
15169
15170 2015-12-11 Don Breazeal <donb@codesourcery.com>
15171
15172 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
15173 remote.
15174 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
15175 * gdb.base/foll-exec.exp (main): Enable for target remote.
15176 * gdb.base/foll-fork.exp (main): Likewise.
15177 * gdb.base/foll-vfork.exp (main): Likewise.
15178 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
15179 (proc continue_to_exit_bp_loc): Use clean_restart.
15180 * gdb.base/pie-execl.exp (main): Disable for target remote.
15181 * gdb.base/watch-vfork.exp (main): Enable for target remote.
15182 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
15183 * gdb.threads/execl.exp (main): Likewise.
15184 * gdb.threads/fork-child-threads.exp (main): Likewise.
15185 * gdb.threads/fork-plus-threads.exp (main): Disable for target
15186 remote.
15187 * gdb.threads/fork-thread-pending.exp (main): Enable for target
15188 remote.
15189 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
15190 pid.tid style ptids, instead of just tid.
15191 * gdb.threads/thread-execl.exp (main): Enable for target remote.
15192 * gdb.threads/watchpoint-fork.exp (main): Likewise.
15193 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
15194 ptids, instead of just tid.
15195
15196 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
15197
15198 * gdb.base/list.exp (test_list_forward): Add end of file error
15199 test.
15200 (test_repeat_list_command): Add end of file error test.
15201 (test_list_backwards): Add beginning of file error test.
15202
15203 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
15204
15205 * gdb.base/list.exp (test_list_invalid_args): New function,
15206 defined, and called.
15207
15208 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
15209
15210 * gdb.base/list.exp (test_list): Make test names unique.
15211
15212 2015-12-11 Yao Qi <yao.qi@linaro.org>
15213
15214 * gdb.base/coremaker2.c: Remove.
15215
15216 2015-12-10 Pedro Alves <palves@redhat.com>
15217
15218 * gdb.multi/base.exp: Remove stale "spaces" references.
15219
15220 2015-12-10 Pedro Alves <palves@redhat.com>
15221
15222 * gdb.multi/base.exp: Don't use nowarnings.
15223 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
15224 * gdb.multi/hangout.c: Include stdio.h.
15225 * gdb.multi/hello.c: Include stdlib.h.
15226 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
15227 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
15228 * gdb.multi/multi-arch.exp: Don't use nowarnings.
15229
15230 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
15231
15232 * gdb.dwarf2/dw2-ranges-base.c: New file.
15233 * gdb.dwarf2/dw2-ranges-base.exp: New file.
15234 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
15235 support additional line table, and debug ranges generation.
15236 (Dwarf::ranges): New function, generate .debug_ranges.
15237 (Dwarf::lines): Support generating simple line table programs.
15238 (Dwarf::assemble): Initialise new namespace variables.
15239
15240 2015-12-09 Kevin Buettner <kevinb@redhat.com>
15241
15242 * gdb.base/async.exp (proc test_background): Add case for
15243 asynchronous execution not supported.
15244
15245 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
15246
15247 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
15248 format and change test names to make them unique.
15249
15250 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
15251 Pedro Alves <pedro@redhat.com>
15252
15253 PR gdb/18702
15254 Add checking of floatformats setup on x86_64 hosts.
15255 * gdb.arch/i386-float.S (main): Load bigval and smallval.
15256 (smallval, bigval): New labels/constants.
15257 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
15258 float" after loading bigval and smallval.
15259
15260 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
15261
15262 * gdb.ada/fun_overload_menu.exp: New testcase.
15263 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
15264
15265 2015-12-04 Josh Stone <jistone@redhat.com>
15266
15267 * gdb.base/catch-fork-static.exp: New.
15268
15269 2015-12-03 Yao Qi <yao.qi@linaro.org>
15270
15271 * gdb.base/sizeof.c: Don't include stdio.h and
15272 ../lib/unbuffer_output.c.
15273 (main): New variable 'size' and 'value'. Remove printf and
15274 gdb_unbuffer_output. Assign return value to size and value.
15275 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
15276 at the beginning.
15277 (check_sizeof): Check the result by printing variable 'size'.
15278 (check_valueof): Check the result by printing variable 'value'.
15279
15280 2015-12-01 Yao Qi <yao.qi@linaro.org>
15281
15282 * gdb.base/disp-step-syscall.exp: Define syscall instruction
15283 for aarch64*-*-linux* target.
15284
15285 2015-11-30 Pedro Alves <palves@redhat.com>
15286
15287 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
15288
15289 2015-11-30 Pedro Alves <palves@redhat.com>
15290
15291 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
15292 Handle non-stop mode vCont replies.
15293
15294 2015-11-30 Pedro Alves <palves@redhat.com>
15295
15296 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
15297 prepare_for_testing. Start gdb with "set non-stop on" appended to
15298 GDBFLAGS. Lax expected stop output.
15299
15300 2015-11-27 Yao Qi <yao.qi@linaro.org>
15301
15302 * gdb.arch/arm-neon.exp: New.
15303 * gdb.arch/arm-neon.c: New.
15304
15305 2015-11-27 Yao Qi <yao.qi@linaro.org>
15306
15307 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
15308
15309 2015-11-27 Yao Qi <yao.qi@linaro.org>
15310
15311 * gdb.cp/annota2.exp: Allow multiple occurrences of the
15312 frames-invalid annotation.
15313
15314 2015-11-27 Yao Qi <yao.qi@linaro.org>
15315
15316 * gdb.cp/annota2.exp: Use ${frames_invalid}.
15317
15318 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
15319
15320 * gdb.threads/names.exp: New file.
15321 * gdb.threads/names.c: New file.
15322 * README: Mention gdb,no_thread_names.
15323
15324 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
15325
15326 PR 19297
15327 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
15328 support" error.
15329
15330 2015-11-24 Pedro Alves <palves@redhat.com>
15331
15332 PR 17539
15333 * gdb.base/display.exp: Expect displays to be sorted in ascending
15334 order. Use multi_line.
15335 * gdb.base/solib-display.exp: Likewise.
15336
15337 2015-11-24 Pedro Alves <palves@redhat.com>
15338
15339 PR 17539
15340 * gdb.base/display.exp: Expect displays to be sorted in ascending
15341 order. Use multi_line.
15342 * gdb.base/solib-display.exp: Likewise.
15343
15344 2015-11-24 Pedro Alves <palves@redhat.com>
15345
15346 PR 17539
15347 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
15348 threads in ascending order.
15349 * gdb.base/foll-fork.exp: Likewise.
15350 * gdb.base/foll-vfork.exp: Likewise.
15351 * gdb.base/multi-forks.exp: Likewise.
15352 * gdb.mi/mi-nonstop.exp: Likewise.
15353 * gdb.mi/mi-nsintrall.exp: Likewise.
15354 * gdb.multi/base.exp: Likewise.
15355 * gdb.multi/multi-arch.exp: Likewise.
15356 * gdb.python/py-inferior.exp: Likewise.
15357 * gdb.threads/break-while-running.exp: Likewise.
15358 * gdb.threads/execl.exp: Likewise.
15359 * gdb.threads/gcore-thread.exp: Likewise.
15360 * gdb.threads/info-threads-cur-sal.exp: Likewise.
15361 * gdb.threads/kill.exp: Likewise.
15362 * gdb.threads/linux-dp.exp: Likewise.
15363 * gdb.threads/multiple-step-overs.exp: Likewise.
15364 * gdb.threads/next-bp-other-thread.exp: Likewise.
15365 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
15366 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
15367 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
15368 * gdb.threads/thread-find.exp: Likewise.
15369 * gdb.threads/tls.exp: Likewise.
15370 * lib/mi-support.exp (mi_reverse_list): Delete.
15371 (mi_check_thread_states): No longer reverse list.
15372
15373 2015-11-24 Pedro Alves <palves@redhat.com>
15374
15375 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
15376 use lowercase.
15377
15378 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
15379
15380 * gdb.trace/actions.c: Include trace-common.h.
15381 (main): Add a location for a fast tracepoint.
15382 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
15383 the normal tracepoints.
15384 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
15385
15386 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
15387
15388 * save-trace.exp: Factor out code to these...
15389 (gdb_save_tracepoints): New.
15390 (gdb_load_tracepoints): New.
15391 (do_save_load_test): New.
15392
15393 2015-11-23 Kevin Buettner <kevinb@redhat.com>
15394
15395 * gdb.base/asmlabel.exp: New test.
15396 * gdb.base/asmlabel.c: New test case.
15397
15398 2015-11-23 Joel Brobecker <brobecker@adacore.com>
15399
15400 * gdb.base/wrong_frame_bt_full-main.c: New file.
15401 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
15402 * gdb.base/wrong_frame_bt_full.exp: New file.
15403
15404 2015-11-23 Joel Brobecker <brobecker@adacore.com>
15405
15406 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
15407
15408 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
15409
15410 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
15411 pstate register when comparing registers values in
15412 sparc64-*-linux-gnu targets to avoid spurious differences.
15413
15414 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
15415
15416 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
15417
15418 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
15419
15420 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
15421 as type argument to gdb_compile.
15422 * gdb.base/nested-subp2.exp: Likewise.
15423 * gdb.base/nested-subp3.exp: Likewise.
15424
15425 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
15426
15427 * lib/dwarf.exp (_note): Fix left shift of negative value.
15428 * gdb.trace/trace-condition.exp: Likewise.
15429
15430 2015-11-13 Yao Qi <yao.qi@linaro.org>
15431
15432 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
15433 comments about d10v.
15434 (test_scalar_returns): Likewise.
15435 * gdb.base/d10v.ld: Remove.
15436 * gdb.base/overlays.exp: Remove the target triplet checking for
15437 d10v-*-*.
15438 * gdb.base/structs.exp (test_struct_returns): Remove the
15439 comments about d10v.
15440 (test_struct_calls): Likewise.
15441
15442 2015-11-13 Yao Qi <yao.qi@linaro.org>
15443
15444 * gdb.base/gnu_vector.exp: Check the return value by "p res".
15445 * gdb.base/gnu_vector.c: Don't include stdio.h.
15446 (main): Don't print res and call add_some_intvecs.
15447
15448 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
15449
15450 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
15451 macro.
15452 (func5): Removed.
15453 (func4): Use FAST_TRACEPOINT_LABEL.
15454 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
15455 macro.
15456 (func): Removed.
15457 (thread_function): Use FAST_TRACEPOINT_LABEL.
15458 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
15459 (func): Remove.
15460 (marker): Use FAST_TRACEPOINT_LABEL.
15461 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
15462 (pendfunc1): Remove.
15463 (pendfunc): Use FAST_TRACEPOINT_LABEL.
15464 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
15465 (foo): Remove.
15466 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
15467 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
15468 macro.
15469 (func): Remove.
15470 (marker): Use FAST_TRACEPOINT_LABEL.
15471 * gdb.trace/trace-common.h: New header.
15472 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
15473 macro.
15474 (func): Remove.
15475 (marker): Use FAST_TRACEPOINT_LABEL.
15476 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
15477 (func): Remove.
15478 (thread_function): Use FAST_TRACEPOINT_LABEL.
15479
15480 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
15481
15482 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
15483 in front.
15484 * gdb.trace/change-loc.exp: Use global pcreg definition.
15485 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
15486 * gdb.trace/entry-values.exp: Use global spreg definition, add $
15487 in front.
15488 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
15489 * gdb.trace/pending.exp: Likewise.
15490 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
15491 * gdb.trace/trace-break.exp: Likewise.
15492 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
15493 in front.
15494 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
15495 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
15496 in front.
15497 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
15498
15499 2015-11-09 Joel Brobecker <brobecker@adacore.com>
15500
15501 * gdb.ada/fin_fun_out: New testcase.
15502
15503 2015-11-07 Kevin Buettner <kevinb@redhat.com>
15504
15505 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
15506 value associated with DW_AT_byte_size.
15507 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
15508 constants for DW_AT_byte_size, DW_AT_lower_bound, and
15509 DW_AT_upper_bound.
15510
15511 2015-11-07 Kevin Buettner <kevinb@redhat.com>
15512
15513 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
15514 (gdb_target_symbol_prefix_flags): Define in terms of _asm
15515 version.
15516 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
15517 gdb.dwarf2/dw2-canonicalize-type.exp,
15518 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
15519 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
15520 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
15521 provided by gdb_target_symbol_prefix_flags_asm.
15522 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
15523 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
15524 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
15525 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
15526 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
15527 macros where needed). Use this macro for symbols which require
15528 the prefix provided by SYMBOL_PREFIX.
15529
15530 2015-11-05 Kevin Buettner <kevinb@redhat.com>
15531
15532 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
15533 New procs.
15534 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
15535 representing expressions, of more than one list element.
15536 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
15537 to prepend linker symbol prefix to f.
15538 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
15539 table_1 and table_2.
15540 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
15541 Likewise, for f and g.
15542 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
15543 for ptr.
15544 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
15545 for main.
15546 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
15547 table_1_ptr and table_2_ptr.
15548
15549 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
15550 Joel Brobecker <brobecker@adacore.com>
15551
15552 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
15553
15554 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
15555
15556 * gdb.reverse/s390-mvcle.c: New test.
15557 * gdb.reverse/s390-mvcle.exp: New file.
15558 * lib/gdb.exp: Enable reverse tests on s390*-linux.
15559
15560 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15561
15562 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
15563
15564 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
15565
15566 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
15567 reaching marker2.
15568 * gdb.reverse/getresuid-reverse.exp: Likewise.
15569 * gdb.reverse/pipe-reverse.exp: Likewise.
15570 * gdb.reverse/readv-reverse.exp: Likewise.
15571 * gdb.reverse/recvmsg-reverse.exp: Likewise.
15572 * gdb.reverse/time-reverse.exp: Likewise.
15573 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
15574
15575 2015-10-30 Yao Qi <yao.qi@linaro.org>
15576
15577 * gdb.threads/wp-replication.c (watch_count_done): Remove.
15578 (empty_cycle): Remove.
15579 (main): Don't call empty_cycle. Don't use watch_count_done.
15580 * gdb.threads/wp-replication.exp: Don't set breakpoint on
15581 empty_cycle. Rewrite the code counting HW watchpoints.
15582
15583 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
15584
15585 * gdb.reverse/fstatat-reverse.c: New test.
15586 * gdb.reverse/fstatat-reverse.exp: New file.
15587 * gdb.reverse/getresuid-reverse.c: New test.
15588 * gdb.reverse/getresuid-reverse.exp: New file.
15589 * gdb.reverse/pipe-reverse.c: New test.
15590 * gdb.reverse/pipe-reverse.exp: New file.
15591 * gdb.reverse/readv-reverse.c: New test.
15592 * gdb.reverse/readv-reverse.exp: New file.
15593 * gdb.reverse/recvmsg-reverse.c: New test.
15594 * gdb.reverse/recvmsg-reverse.exp: New file.
15595 * gdb.reverse/time-reverse.c: New test.
15596 * gdb.reverse/time-reverse.exp: New file.
15597 * gdb.reverse/waitpid-reverse.c: New test.
15598 * gdb.reverse/waitpid-reverse.exp: New file.
15599
15600 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
15601
15602 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
15603
15604 2015-10-26 Doug Evans <dje@google.com>
15605
15606 PR symtab/17391
15607 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
15608 * gdb.dwarf2/bad-regnum.c: New file.
15609 * gdb.dwarf2/bad-regnum.exp: New file.
15610
15611 2015-10-26 Doug Evans <dje@google.com>
15612
15613 PR python/18938
15614 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
15615 file.
15616
15617 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
15618
15619 * gdb.compile/compile.exp (compile code globalvar): Update expectation
15620 for a change by "Mention language in compile error message".
15621
15622 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
15623
15624 PR python/18073
15625 * gdb.python/py-type.c (C::a_method): New.
15626 (C::a_const_method): New.
15627 (C::a_static_method): New.
15628 (a_function): New.
15629 * gdb.python/py-type.exp (test_fields): Test getting fields
15630 from function and method.
15631
15632 2015-10-21 Keven Boell <keven.boell@intel.com>
15633
15634 * gdb.fortran/vla-alloc-assoc.exp: New file.
15635 * gdb.fortran/vla-datatypes.exp: New file.
15636 * gdb.fortran/vla-datatypes.f90: New file.
15637 * gdb.fortran/vla-history.exp: New file.
15638 * gdb.fortran/vla-ptype-sub.exp: New file.
15639 * gdb.fortran/vla-ptype.exp: New file.
15640 * gdb.fortran/vla-sizeof.exp: New file.
15641 * gdb.fortran/vla-sub.f90: New file.
15642 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
15643 * gdb.fortran/vla-value-sub-finish.exp: New file.
15644 * gdb.fortran/vla-value-sub.exp: New file.
15645 * gdb.fortran/vla-value.exp: New file.
15646 * gdb.fortran/vla-ptr-info.exp: New file.
15647 * gdb.mi/mi-vla-fortran.exp: New file.
15648 * gdb.mi/vla.f90: New file.
15649
15650 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
15651
15652 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
15653 of hardwired timeout value.
15654
15655 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
15656 Pedro Alves <palves@redhat.com>
15657
15658 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
15659 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
15660
15661 2015-10-19 Josh Stone <jistone@redhat.com>
15662
15663 * gdb.base/catch-syscall.c: Include <sched.h>.
15664 (unknown_syscall): New variable.
15665 (main): Trigger a vfork and an unknown syscall.
15666 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
15667 (unknown_syscall_number): Likewise.
15668 (check_call_to_syscall): Accept an optional syscall pattern.
15669 (check_return_from_syscall): Likewise.
15670 (check_continue): Likewise.
15671 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
15672 (test_catch_syscall_skipping_return): New test toggling off 'catch
15673 syscall' to step over the syscall return, then toggling back on.
15674 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
15675 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
15676 (do_syscall_tests): Call test_catch_syscall_without_args and
15677 test_catch_syscall_mid_vfork.
15678 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
15679 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
15680
15681 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
15682
15683 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
15684 print g_vE): Add new pass patterns.
15685 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
15686 print various symbol names for vptr fields.
15687
15688 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
15689
15690 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
15691 results.
15692
15693 2015-10-12 Yao Qi <yao.qi@linaro.org>
15694
15695 * gdb.arch/disp-step-insn-reloc.exp: New test case.
15696
15697 2015-10-12 Yao Qi <yao.qi@linaro.org>
15698
15699 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
15700 is aarch64*-*-linux*.
15701
15702 2015-10-12 Yao Qi <yao.qi@linaro.org>
15703
15704 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
15705 (can_relocate_bcond_true): ... it.
15706 (can_relocate_bcond_false): New function.
15707 (foo): Likewise.
15708 (can_relocate_bl): Likewise.
15709 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
15710 can_relocate_bl.
15711
15712 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
15713
15714 * gdb.base/nested-addr.c: New file.
15715 * gdb.base/nested-addr.exp: New testcase.
15716
15717 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
15718
15719 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
15720 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
15721 its output. Ignore the output of "record goto begin" and instead
15722 check that GDB is replaying.
15723
15724 2015-10-09 Pedro Alves <palves@redhat.com>
15725
15726 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
15727 (top level): Use it in the run with no args test.
15728
15729 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
15730
15731 * gdb.dlang/properties.exp: New file.
15732
15733 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
15734
15735 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
15736 whether or not address 0x1000 is mapped on the target.
15737
15738 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
15739
15740 * gdb.python/py-type.exp: Do not run tests if binaries fail to
15741 build.
15742
15743 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
15744
15745 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
15746 instruction-history test.
15747
15748 2015-09-28 Doug Evans <dje@google.com>
15749
15750 * gdb.base/gcore.c (array_func): Add reference to static_array.
15751
15752 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
15753
15754 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
15755 source line.
15756
15757 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
15758
15759 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
15760 short or char as base type.
15761
15762 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
15763
15764 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
15765 to allow any size enum.
15766
15767 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
15768
15769 * gdb.ada/array_ptr_renaming.exp: New testcase.
15770 * gdb.ada/array_ptr_renaming/foo.adb: New file.
15771 * gdb.ada/array_ptr_renaming/pack.ads: New file.
15772
15773 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15774
15775 * gdb.trace/ftrace-lock.c: New file.
15776 * gdb.trace/ftrace-lock.exp: New file.
15777
15778 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15779
15780 * gdb.arch/insn-reloc.c: New file.
15781 * gdb.arch/ftrace-insn-reloc.exp: New file.
15782
15783 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
15784
15785 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
15786 instruction.
15787 * gdb.trace/pendshr1.c (pendfunc): Likewise.
15788 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
15789 * gdb.trace/range-stepping.c: Likewise.
15790 * gdb.trace/trace-break.c: Likewise.
15791 * gdb.trace/trace-mt.c (thread_function): Likewise.
15792 * gdb.trace/ftrace.c (marker): Likewise.
15793 * gdb.trace/trace-condition.c (marker): Likewise.
15794 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
15795 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
15796 is_aarch64_target.
15797
15798 2015-09-18 Doug Evans <xdje42@gmail.com>
15799
15800 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
15801 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
15802
15803 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15804
15805 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
15806 the breakpoint.
15807
15808 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15809
15810 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
15811 the pending breakpoint. Remove timeout override for "Run till
15812 MI pending breakpoint on pendfunc3 on thread 2" test.
15813
15814 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15815
15816 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
15817 filename pattern.
15818
15819 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15820
15821 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
15822 in breakpoint filename pattern.
15823
15824 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15825
15826 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
15827
15828 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
15829
15830 * gdb.linespec/explicit.exp: Check for readline support for
15831 tab-completion tests. Fix obvious typo.
15832
15833 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15834
15835 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
15836 and replay.
15837
15838 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
15839
15840 * gdb.btrace/non-stop.c: New.
15841 * gdb.btrace/non-stop.exp: New.
15842
15843 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
15844 Yao Qi <yao.qi@linaro.org>
15845
15846 * gdb.trace/trace-condition.c: New file.
15847 * gdb.trace/trace-condition.exp: New file.
15848
15849 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
15850
15851 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
15852 for testing bytecode compilation.
15853
15854 2015-09-16 Pedro Alves <palves@redhat.com>
15855 Sandra Loosemore <sandra@codesourcery.com>
15856
15857 * gdb.threads/non-stop-fair-events.c (timeout): New global.
15858 (SECONDS): Redefine.
15859 (main): Call pthread_kill and alarm early.
15860 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
15861 support.
15862 (test): If the target can't hardware step and doesn't support
15863 displaced stepping, increase the timeout.
15864
15865 2015-09-16 Pedro Alves <palves@redhat.com>
15866
15867 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
15868 (enable_debug): New procedures.
15869 (test): Use them. Bail out if waiting for threads fails.
15870 (top level): Bail out if a test fails.
15871
15872 2015-09-16 Yao Qi <yao.qi@linaro.org>
15873
15874 * gdb.asm/asm-source.exp: Set asm-arch for
15875 aarch64*-*-* target.
15876 * gdb.asm/aarch64.inc: New file.
15877
15878 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
15879
15880 * gdb.ada/array_of_variable_length.exp: New testcase.
15881 * gdb.ada/array_of_variable_length/foo.adb: New file.
15882 * gdb.ada/array_of_variable_length/pck.adb: New file.
15883 * gdb.ada/array_of_variable_length/pck.ads: New file.
15884
15885 2015-09-15 Doug Evans <dje@google.com>
15886
15887 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
15888 of function static local variable.
15889
15890 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
15891
15892 * gdb.threads/tls-so_extern.exp: New test file.
15893 * gdb.threads/tls-so_extern.c: New test file.
15894 * gdb.threads/tls-so_extern_main.c: New test file.
15895
15896 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
15897
15898 * gdb.opt/solib-intra-step-lib.c: New file.
15899 * gdb.opt/solib-intra-step-main.c: New file.
15900 * gdb.opt/solib-intra-step.exp: New file.
15901
15902 2015-09-15 Pedro Alves <palves@redhat.com>
15903
15904 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
15905 gdb_continue_to_breakpoint instead of gdb_test_multiple.
15906
15907 2015-09-14 Pedro Alves <palves@redhat.com>
15908
15909 * gdb.base/hook-stop-continue.c: Delete.
15910 * gdb.base/hook-stop-continue.exp: Delete.
15911 * gdb.base/hook-stop-frame.c: Delete.
15912 * gdb.base/hook-stop-frame.exp: Delete.
15913 * gdb.base/hook-stop.c: New file.
15914 * gdb.base/hook-stop.exp: New file.
15915
15916 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
15917
15918 * gdb.ada/access_to_packed_array.exp: New testcase.
15919 * gdb.ada/access_to_packed_array/foo.adb: New file.
15920 * gdb.ada/access_to_packed_array/pack.adb: New file.
15921 * gdb.ada/access_to_packed_array/pack.ads: New file.
15922
15923 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
15924
15925 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
15926 buffer size test.
15927
15928 2015-09-11 Don Breazeal <donb@codesourcery.com>
15929
15930 * gdb.base/foll-exec.c: Add copyright header. Fix
15931 formatting issues.
15932 * gdb.base/foll-exec.exp (zap_session): Delete proc.
15933 (do_exec_tests): Use clean_restart in place of zap_session,
15934 and for test initialization. Fix formatting issues. Use
15935 fail in place of perror.
15936 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
15937 an expect statement to match an expression with output from
15938 the program under debug.
15939 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
15940 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
15941 * gdb.threads/non-ldr-exc-2.exp: Likewise.
15942 * gdb.threads/non-ldr-exc-3.exp: Likewise.
15943 * gdb.threads/non-ldr-exc-4.exp: Likewise.
15944
15945 2015-09-09 Doug Evans <dje@google.com>
15946
15947 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
15948
15949 2015-09-09 Doug Evans <dje@google.com>
15950
15951 * gdb.base/pie-execl.exp: Fix result test of build_executable.
15952
15953 2015-09-09 Doug Evans <dje@google.com>
15954
15955 * gdb.base/savedregs.exp: Fix typo.
15956
15957 2015-09-09 Pedro Alves <palves@redhat.com>
15958
15959 * gdb.mi/mi-cli.exp: Add CLI finish tests.
15960
15961 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
15962
15963 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
15964 command actually switches threads. Give up on remaining
15965 tests if target fails to stop at breakpoint.
15966
15967 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
15968
15969 * gdb.ada/funcall_char.exp: New testcase.
15970 * gdb.ada/funcall_char/foo.adb: New file.
15971
15972 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
15973
15974 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
15975 expected outputs. Add two testcases for completing ambiguous
15976 functions.
15977 * gdb.ada/complete/aux_pck.adb: New file.
15978 * gdb.ada/complete/aux_pck.ads: New file.
15979 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
15980 Ambiguous_Func functions.
15981 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
15982 * gdb.ada/complete/pck.adb: Likewise.
15983
15984 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
15985
15986 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
15987 failures to run the test program under GDB.
15988
15989 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
15990
15991 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
15992 to C.
15993
15994 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
15995
15996 * gdb.base/run-after-attach.exp: New test file.
15997 * gdb.base/run-after-attach.c: New test file.
15998
15999 2015-08-26 Don Breazeal <donb@codesourcery.com>
16000
16001 * gdb.base/foll-exec-2.c: New test program.
16002 * gdb.base/foll-exec-2.exp: New test.
16003
16004 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
16005
16006 * gdb.base/nested-subp1.exp: New file.
16007 * gdb.base/nested-subp1.c: New file.
16008 * gdb.base/nested-subp2.exp: New file.
16009 * gdb.base/nested-subp2.c: New file.
16010 * gdb.base/nested-subp3.exp: New file.
16011 * gdb.base/nested-subp3.c: New file.
16012
16013 2015-08-24 Pedro Alves <palves@redhat.com>
16014
16015 * gdb.server/connect-without-multi-process.c: New file.
16016 * gdb.server/connect-without-multi-process.exp: New file.
16017
16018 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
16019
16020 * gdb.opt/inline-markers.c: Make z int.
16021
16022 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
16023
16024 * gdb.opt/inline-markers.c: Make z volatile.
16025
16026 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
16027
16028 * gdb.opt/inline-bt.c: New volatile global z.
16029 * gdb.opt/inline-cmds.c: Likewise.
16030 * gdb.opt/inline-locals.c: Likewise.
16031 * gdb.opt/inline-markers.c: New extern global z.
16032 (marker): Use z.
16033 (inline_fn): Likewise.
16034
16035 2015-08-24 Pedro Alves <palves@redhat.com>
16036
16037 * config/m32r-stub.exp: Remove file.
16038 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
16039 * gdb.base/call-rt-st.exp: Likewise.
16040 * gdb.base/call-strs.exp: Likewise.
16041 * gdb.base/default.exp: Remove references to h8300-*-hms and
16042 *-*-udi*.
16043 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
16044
16045 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
16046
16047 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
16048 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
16049 and "return" use KFAIL when GDB can not read/write the vector
16050 return value.
16051
16052 2015-08-21 Gary Benson <gbenson@redhat.com>
16053
16054 * gdb.trace/pending.exp: Cope with remote transfer warnings.
16055
16056 2015-08-20 Pedro Alves <palves@redhat.com>
16057
16058 * gdb.server/solib-list.exp: No longer expect an interior stop in
16059 non-stop mode.
16060
16061 2015-08-20 Pedro Alves <palves@redhat.com>
16062
16063 * gdb.server/connect-stopped-target.c: New file.
16064 * gdb.server/connect-stopped-target.exp: New file.
16065
16066 2015-08-20 Pedro Alves <palves@redhat.com>
16067
16068 * gdb.dwarf2/comp-unit-lang.exp: New file.
16069 * gdb.dwarf2/comp-unit-lang.c: New file.
16070
16071 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
16072
16073 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
16074 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
16075
16076 2015-08-19 Kevin Buettner <kevinb@redhat.com>
16077
16078 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
16079 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
16080
16081 2015-08-18 Doug Evans <dje@google.com>
16082 Adrian Sendroiu <adrian.sendroiu@freescale.com>
16083
16084 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
16085 skip_python_tests. New arg prompt_regexp.
16086 (skip_python_tests): New function.
16087 * lib/mi-support.exp (mi_skip_python_tests): New function.
16088 * gdb.python/py-mi-objfile-gdb.py: New file.
16089 * gdb.python/py-mi-objfile.c: New file.
16090 * gdb.python/py-mi-objfile.exp: New file.
16091
16092 2015-08-17 Keith Seitz <keiths@redhat.com>
16093
16094 * gdb.linespec/explicit.exp: Move strace test from here ...
16095 * gdb.trace/strace.exp: ... to here.
16096
16097 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
16098
16099 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
16100 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
16101
16102 2015-08-14 Doug Evans <xdje42@gmail.com>
16103
16104 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
16105 inferior before selecting a new file.
16106
16107 2015-08-14 Doug Evans <xdje42@gmail.com>
16108
16109 * gdb.mi/mi-disassemble.exp: Update.
16110 * gdb.base/disasm-optim.S: New file.
16111 * gdb.base/disasm-optim.c: New file.
16112 * gdb.base/disasm-optim.h: New file.
16113 * gdb.base/disasm-optim.exp: New file.
16114
16115 2015-08-14 Keith Seitz <keiths@redhat.com>
16116
16117 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
16118 "evaluated-by".
16119
16120 2015-08-13 Joel Brobecker <brobecker@adacore.com>
16121
16122 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
16123
16124 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
16125
16126 * gdb.ada/fun_renaming.exp: New testcase.
16127 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
16128 * gdb.ada/fun_renaming/pack.adb: New file.
16129 * gdb.ada/fun_renaming/pack.ads: New file.
16130
16131 2015-08-12 Keith Seitz <keiths@redhat.com>
16132
16133 * gdb.base/dso2dso.exp: Pass basename of source file in call to
16134 gdb_get_line_number.
16135
16136 2015-08-12 Joel Brobecker <brobecker@adacore.com>
16137
16138 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
16139 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
16140 gdb.base/dso2dso.exp: New files.
16141
16142 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
16143 Pedro Alves <palves@redhat.com>
16144 Keith Seitz <keiths@redhat.com>
16145
16146 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
16147 GDBFLAGS.
16148
16149 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
16150
16151 * gdb.base/gdbhistsize-history.exp
16152 (test_histsize_history_setting): Use save_vars.
16153 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
16154 Use save_vars.
16155 (test_no_truncation_of_unlimited_history_file): Use save_vars.
16156 * gdb.base/readline.exp: Use save_vars.
16157
16158 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
16159
16160 * lib/gdb.exp (save_vars): New proc.
16161
16162 2015-08-11 Keith Seitz <keiths@redhat.com>
16163
16164 * gdb.base/help.exp: Update help_breakpoint_text.
16165
16166 2015-08-11 Keith Seitz <keiths@redhat.com>
16167
16168 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
16169 (at toplevel): Call test_explicit_breakpoints.
16170 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
16171 breakpoints.
16172 * lib/mi-support.exp (mi_make_breakpoint): Add support for
16173 breakpoint conditions, "-cond".
16174
16175 2015-08-11 Keith Seitz <keiths@redhat.com>
16176
16177 * gdb.linespec/3explicit.c: New file.
16178 * gdb.linespec/cpexplicit.cc: New file.
16179 * gdb.linespec/cpexplicit.exp: New file.
16180 * gdb.linespec/explicit.c: New file.
16181 * gdb.linespec/explicit.exp: New file.
16182 * gdb.linespec/explicit2.c: New file.
16183 * gdb.linespec/ls-errs.exp: Add explicit location tests.
16184 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
16185 before using in the matching pattern.
16186 Clarify that `prefix' is a regular expression.
16187
16188 2015-08-11 Keith Seitz <keiths@redhat.com>
16189
16190 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
16191 test.
16192 Add tests for missing ",FMT" and ",".
16193
16194 2015-08-10 Doug Evans <dje@google.com>
16195 Keith Seitz <keiths@redhat.com>
16196
16197 PR gdb/17960
16198 * gdb.base/completion.exp: Add location completer tests.
16199
16200 2015-08-07 Pedro Alves <palves@redhat.com>
16201
16202 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
16203 tests here.
16204 (top level): Run do_test with and without displaced stepping.
16205
16206 2015-08-07 Pedro Alves <palves@redhat.com>
16207
16208 * gdb.base/valgrind-disp-step.c: New file.
16209 * gdb.base/valgrind-disp-step.exp: New file.
16210
16211 2015-08-07 Pedro Alves <palves@redhat.com>
16212
16213 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
16214 Delete function.
16215 (main): Add alarm. Run an infinite loop instead of calling
16216 wait_threads.
16217 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
16218 comment.
16219 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
16220 Delete function.
16221 (main): Add alarm. Run an infinite loop instead of calling
16222 wait_threads.
16223 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
16224 comment.
16225
16226 2015-08-07 Pedro Alves <palves@redhat.com>
16227
16228 * gdb.base/checkpoint-ns.exp: New file.
16229 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
16230 standard_testfile.
16231
16232 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
16233
16234 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
16235 * gdb.btrace/instruction_history.exp: Update.
16236 * gdb.btrace/tsx.exp: New.
16237 * gdb.btrace/tsx.c: New.
16238
16239 2015-08-06 Pedro Alves <palves@redhat.com>
16240
16241 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
16242 increase timeout.
16243 * gdb.reverse/until-precsave.exp: Bump timeouts.
16244
16245 2015-08-06 Pedro Alves <palves@redhat.com>
16246
16247 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
16248
16249 2015-08-06 Pedro Alves <palves@redhat.com>
16250
16251 PR gdb/18749
16252 * gdb.threads/process-dies-while-handling-bp.c: New file.
16253 * gdb.threads/process-dies-while-handling-bp.exp: New file.
16254
16255 2015-08-06 Pedro Alves <palves@redhat.com>
16256
16257 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
16258 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
16259
16260 2015-08-05 Pedro Alves <palves@redhat.com>
16261
16262 * gdb.threads/next-while-other-thread-longjmps.c: New file.
16263 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
16264
16265 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
16266
16267 * gdb.base/bp-permanent.exp: Report test as unsupported if
16268 the target cannot stop at the permanent breakpoint.
16269
16270 2015-08-03 Doug Evans <dje@google.com>
16271
16272 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
16273 10000.
16274
16275 2015-08-03 Doug Evans <dje@google.com>
16276
16277 * Makefile.in (workers/%.worker, build-perf): New rule.
16278 (GDB_PERFTEST_MODE): New variable.
16279 (check-perf): Use it.
16280 (clean): Clean up gdb.perf parallel build subdirs.
16281 * lib/build-piece.exp: New file.
16282 * lib/gdb.exp (make_gdb_parallel_path): New function
16283 (standard_output_file, standard_temp_file): Call it.
16284 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16285 of $GDB_PARALLEL.
16286 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
16287
16288 2015-08-03 Doug Evans <dje@google.com>
16289
16290 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
16291 (LOG_FILE_NAME): New global.
16292 (TextReporter.__init__): Initialize self.txt_sum.
16293 (TextReporter.report): Add support for multiple data-points.
16294 Move report to perftest.sum, put raw data in perftest.log.
16295 (TextReporter.start): Open sum and log files.
16296 (TextReporter.end): Close sum and log files.
16297 * gdb.perf/lib/perftest/testresult.py
16298 (SingleStatisticTestResult.record): Handle multiple data-points.
16299
16300 2015-07-31 Pedro Alves <palves@redhat.com>
16301
16302 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
16303 Use spawn_id_get_pid. Wait for spawn id after eof. Use
16304 kill_wait_spawned_process instead of explicit "kill -9".
16305 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
16306 returning a spawn id instead of a pid. Use spawn_id_get_pid and
16307 kill_wait_spawned_process.
16308 * gdb.base/attach-twice.exp: Likewise.
16309 * gdb.base/attach.exp: Likewise.
16310 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
16311 gdb_test_multiple.
16312 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
16313 returning a spawn id instead of a pid. Use spawn_id_get_pid and
16314 kill_wait_spawned_process.
16315 * gdb.base/valgrind-infcall.exp: Likewise.
16316 * gdb.multi/multi-attach.exp: Likewise.
16317 * gdb.python/py-prompt.exp: Likewise.
16318 * gdb.python/py-sync-interp.exp: Likewise.
16319 * gdb.server/ext-attach.exp: Likewise.
16320 * gdb.threads/attach-into-signal.exp (corefunc): Use
16321 spawn_wait_for_attach, spawn_id_get_pid and
16322 kill_wait_spawned_process.
16323 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
16324 spawn_wait_for_attach returning a spawn id instead of a pid. Use
16325 spawn_id_get_pid and kill_wait_spawned_process.
16326 * gdb.threads/attach-stopped.exp (corefunc): Use
16327 spawn_wait_for_attach, spawn_id_get_pid and
16328 kill_wait_spawned_process.
16329 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
16330 Use spawn_id_get_pid. Wait for spawn id after eof. Use
16331 kill_wait_spawned_process instead of explicit "kill -9".
16332 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
16333 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
16334 (spawn_wait_for_attach): Use spawn instead of exec to spawn
16335 processes. Don't map cygwin/windows pids here. Now returns a
16336 spawn id list.
16337
16338 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
16339
16340 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
16341 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
16342 correct patch.
16343
16344 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
16345
16346 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
16347
16348 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
16349
16350 Reapply:
16351 2014-05-21 Mark Wielaard <mjw@redhat.com>
16352
16353 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
16354
16355 2015-07-30 Pedro Alves <palves@redhat.com>
16356
16357 * linux-low.c (handle_extended_wait): Set the child's last
16358 reported status to TARGET_WAITKIND_STOPPED.
16359
16360 2015-07-30 Pedro Alves <palves@redhat.com>
16361
16362 PR threads/18600
16363 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
16364 only shows inferior 1.
16365
16366 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
16367 Pedro Alves <palves@redhat.com>
16368
16369 PR threads/18600
16370 * gdb.threads/fork-plus-threads.c: New file.
16371 * gdb.threads/fork-plus-threads.exp: New file.
16372
16373 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
16374
16375 * gdb.base/batch-preserve-term-settings.exp
16376 (test_terminal_settings_preserved_after_cli_exit): Use
16377 send_quit_command.
16378
16379 2015-07-29 Pedro Alves <palves@redhat.com>
16380 Don Breazeal <donb@codesourcery.com>
16381
16382 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
16383 output from both inferior_spawn_id and gdb_spawn_id.
16384
16385 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
16386
16387 * gdb.threads/attach-into-signal.exp (corefunc): Use
16388 with_test_prefix on nested loops, uniquefying the test messages.
16389
16390 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
16391
16392 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
16393 commit.
16394
16395 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
16396
16397 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
16398 New proc.
16399 (test_terminal_settings_preserved_after_sigterm): New test.
16400
16401 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
16402
16403 * gdb.base/batch-preserve-term-settings.exp
16404 (test_terminal_settings_preserved_after_cli_exit): New test.
16405
16406 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
16407
16408 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
16409 manipulation of saved_gdbflags.
16410 (test_terminal_settings_preserved): Remove global declaration of
16411 the unused variable pagination_prompt. Remove manipulation of
16412 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
16413 GDBFLAGS.
16414
16415 2015-07-29 Pedro Alves <palves@redhat.com>
16416
16417 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
16418
16419 2015-07-29 Pedro Alves <palves@redhat.com>
16420
16421 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
16422 at the top.
16423
16424 2015-07-29 Pedro Alves <palves@redhat.com>
16425
16426 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
16427 (main): Call gdb_unbuffer_output.
16428 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
16429 (main): Call gdb_unbuffer_output.
16430 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
16431 (main): Call gdb_unbuffer_output.
16432 * gdb.base/call-strs.exp: Adjust to step over the
16433 gdb_unbuffer_output call.
16434 * gdb.base/catch-gdb-caused-signals.c: Include
16435 "../lib/unbuffer_output.c".
16436 (main): Call gdb_unbuffer_output.
16437 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
16438 (main): Call gdb_unbuffer_output.
16439 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
16440 (main): Call gdb_unbuffer_output.
16441 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
16442 (main): Call gdb_unbuffer_output.
16443 * gdb.base/shlib-call.exp: Adjust to step over the
16444 gdb_unbuffer_output call.
16445 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
16446 (main): Call gdb_unbuffer_output.
16447 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
16448 (main): Call gdb_unbuffer_output.
16449 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
16450 (main): Rename to ...
16451 (test): ... this.
16452 (main): Reimplement.
16453 * gdb.base/varargs.exp: Run to test instead of to main.
16454 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
16455 (main): Call gdb_unbuffer_output.
16456
16457 2015-07-29 Pedro Alves <palves@redhat.com>
16458
16459 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
16460 factore out from mi_continue_dprintf. For call-style dprintfs,
16461 expect dprintf output out of $inferior_spawn_id.
16462 (mi_continue_dprintf): Use mi_expect_dprintf.
16463 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
16464 (main): Call gdb_unbuffer_output.
16465
16466 2015-07-29 Pedro Alves <palves@redhat.com>
16467
16468 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
16469 (default_mi_gdb_start): Set inferior_spawn_id instead of
16470 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
16471 gdb_spawn_id.
16472 (mi_gdb_test): Always expect inferior output from both
16473 $inferior_spawn_id and $gdb_spawn_id.
16474
16475 2015-07-29 Pedro Alves <palves@redhat.com>
16476
16477 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
16478 send_inferior and $inferior_spawn_id.
16479
16480 2015-07-29 Pedro Alves <palves@redhat.com>
16481
16482 * gdb.gdb/complaints.exp (test_initial_complaints)
16483 (test_serial_complaints, test_short_complaints): Use
16484 gdb_test_stdio.
16485 (test_empty_complaint): Handle $inferior_spawn_id !=
16486 $gdb_spawn_id.
16487
16488 2015-07-29 Pedro Alves <palves@redhat.com>
16489
16490 * gdb.base/varargs.exp: Use gdb_test_stdio.
16491
16492 2015-07-29 Pedro Alves <palves@redhat.com>
16493
16494 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
16495
16496 2015-07-29 Pedro Alves <palves@redhat.com>
16497
16498 * gdb.base/ending-run.exp: Use gdb_test_stdio.
16499
16500 2015-07-29 Pedro Alves <palves@redhat.com>
16501
16502 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
16503 parameter into two new parameters, "inf_result" and "gdb_result".
16504 Expect inferior output and gdb output from $inferior_spawn_id and
16505 $gdb_spawn_id, respectively. Adjust all callers.
16506
16507 2015-07-29 Pedro Alves <palves@redhat.com>
16508
16509 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
16510 of gdb_test_sequence.
16511
16512 2015-07-29 Pedro Alves <palves@redhat.com>
16513
16514 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
16515 (saw_spurious_output): Expect inferior output from
16516 $inferior_spawn_id. Use gdb_test_stdio.
16517
16518 2015-07-29 Pedro Alves <palves@redhat.com>
16519
16520 * gdb.base/dprintf.exp: Use standard_testfile. Change
16521 prepare_for_testing call.
16522 (srcfile): Don't set.
16523 (restart): New procedure.
16524 (test_dprintf): New procecure, use to continue over dprintfs.
16525 (test_call, test_agent): New procedures, tests moved here.
16526 Restart gdb and recreate dprintfs. Adjust expected output.
16527
16528 2015-07-29 Pedro Alves <palves@redhat.com>
16529
16530 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
16531
16532 2015-07-29 Pedro Alves <palves@redhat.com>
16533
16534 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
16535
16536 2015-07-29 Pedro Alves <palves@redhat.com>
16537
16538 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
16539 gdb_test_stdio.
16540
16541 2015-07-29 Pedro Alves <palves@redhat.com>
16542
16543 * lib/gdb.exp (gdb_test_stdio): New procedure.
16544
16545 2015-07-29 Pedro Alves <palves@redhat.com>
16546
16547 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
16548
16549 2015-07-29 Pedro Alves <palves@redhat.com>
16550
16551 * gdb.base/call-signal-resume.exp: Remove check for
16552 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
16553 * gdb.base/unwindonsignal.exp: Likewise.
16554 * gdb.base/call-signals.c (gen_signal): Remove printf call.
16555 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
16556
16557 2015-07-29 Pedro Alves <palves@redhat.com>
16558
16559 * gdb.base/siginfo-addr.c (pass): New function.
16560 (handler): Call it iff si_addr is correct.
16561 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
16562 Set a breakpoint at "pass" and continue to it.
16563
16564 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
16565
16566 * gdb.python/py-objfile.exp: Make some tests have unique names.
16567 * gdb.python/py-pp-registration.exp: Likewise.
16568
16569 2015-07-28 Pedro Alves <palves@redhat.com>
16570
16571 * gdb.server/server-exec-info.exp: Issue a "disconnect".
16572
16573 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16574
16575 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
16576
16577 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
16578
16579 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
16580
16581 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
16582
16583 * gdb.base/gdb-sigterm-2.exp: New test.
16584
16585 2015-07-25 Doug Evans <xdje42@gmail.com>
16586
16587 Revert:
16588 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16589 (workers/%.worker, build-perf): New rule.
16590 (GDB_PERFTEST_MODE): New variable.
16591 (check-perf): Use it.
16592 (clean): Clean up gdb.perf parallel build subdirs.
16593 * lib/build-piece.exp: New file.
16594 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16595 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16596 name.
16597 (standard_temp_file): Ditto.
16598 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16599 of $GDB_PARALLEL.
16600
16601 2015-07-24 Doug Evans <dje@google.com>
16602
16603 * gdb.perf/lib/perftest/utils.py: New file.
16604 * gdb.perf/gm-hello.cc: New file.
16605 * gdb.perf/gm-pervasive-typedef.cc: New file.
16606 * gdb.perf/gm-pervasive-typedef.h: New file.
16607 * gdb.perf/gm-std.cc: New file.
16608 * gdb.perf/gm-std.h: New file.
16609 * gdb.perf/gm-use-cerr.cc: New file.
16610 * gdb.perf/gm-utils.h: New file.
16611 * gdb.perf/gmonster-null-lookup.py: New file.
16612 * gdb.perf/gmonster-pervasive-typedef.py: New file.
16613 * gdb.perf/gmonster-print-cerr.py: New file.
16614 * gdb.perf/gmonster-ptype-string.py: New file.
16615 * gdb.perf/gmonster-runto-main.py: New file.
16616 * gdb.perf/gmonster-select-file.py: New file.
16617 * gdb.perf/gmonster1-null-lookup.exp: New file.
16618 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
16619 * gdb.perf/gmonster1-print-cerr.exp: New file.
16620 * gdb.perf/gmonster1-ptype-string.exp: New file.
16621 * gdb.perf/gmonster1-runto-main.exp: New file.
16622 * gdb.perf/gmonster1-select-file.exp: New file.
16623 * gdb.perf/gmonster1.cc: New file.
16624 * gdb.perf/gmonster1.exp: New file.
16625 * gdb.perf/gmonster2-null-lookup.exp: New file.
16626 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
16627 * gdb.perf/gmonster2-print-cerr.exp: New file.
16628 * gdb.perf/gmonster2-ptype-string.exp: New file.
16629 * gdb.perf/gmonster2-runto-main.exp: New file.
16630 * gdb.perf/gmonster2-select-file.exp: New file.
16631 * gdb.perf/gmonster2.cc: New file.
16632 * gdb.perf/gmonster2.exp: New file.
16633
16634 2015-07-24 Doug Evans <dje@google.com>
16635
16636 * gdb.perf/README: New file.
16637 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
16638 * lib/gen-perf-test.exp: New file.
16639
16640 2015-07-24 Doug Evans <dje@google.com>
16641
16642 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
16643 (PerfTest::startup): New function.
16644 (PerfTest::run): Return result of calling body.
16645 (PerfTest::assemble): Rewrite.
16646 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
16647 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
16648 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
16649 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
16650 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
16651
16652 2015-07-24 Doug Evans <dje@google.com>
16653
16654 * lib/gdb.exp (clean_restart): Make executable optional.
16655
16656 2015-07-24 Doug Evans <dje@google.com>
16657
16658 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
16659 compiler_info references.
16660 * gdb.cp/temargs.exp: Ditto.
16661 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
16662 (get_compiler_info): Early exit if already computed. Set compiler_info
16663 to "unknown" if there was a problem.
16664 (test_compiler_info): Add function comment. Call get_compiler_info.
16665
16666 2015-07-24 Doug Evans <dje@google.com>
16667
16668 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
16669 (workers/%.worker, build-perf): New rule.
16670 (GDB_PERFTEST_MODE): New variable.
16671 (check-perf): Use it.
16672 (clean): Clean up gdb.perf parallel build subdirs.
16673 * lib/build-piece.exp: New file.
16674 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
16675 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
16676 name.
16677 (standard_temp_file): Ditto.
16678 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
16679 of $GDB_PARALLEL.
16680
16681 2015-07-24 Doug Evans <dje@google.com>
16682
16683 * lib/future.exp (gdb_default_target_compile): New option
16684 "early_flags".
16685 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
16686 --as-needed.
16687
16688 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
16689
16690 * gdb.base/catch-syscall.exp: Call gdb_exit before
16691 gdb_skip_xml_test.
16692
16693 2015-07-24 Pedro Alves <palves@redhat.com>
16694
16695 * gdb.python/py-events.exp: Accept output between the stop event
16696 and the prompt.
16697 * gdb.python/py-evsignal.exp: Likewise.
16698 * gdb.python/py-evthreads.exp: Likewise.
16699
16700 2015-07-24 Pedro Alves <palves@redhat.com>
16701
16702 PR gdb/18717
16703 * gdb.threads/non-ldr-exit.c: New file.
16704 * gdb.threads/non-ldr-exit.exp: New file.
16705
16706 2015-07-24 Yao Qi <yao.qi@linaro.org>
16707
16708 * gdb.server/ext-wrapper.exp: Test --wrapper option when
16709 restarting process.
16710
16711 2015-07-24 Yao Qi <yao.qi@linaro.org>
16712
16713 * gdb.server/ext-restart.exp: New file.
16714
16715 2015-07-24 Yao Qi <yao.qi@linaro.org>
16716
16717 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
16718 argument options.
16719 * gdb.server/ext-wrapper.exp: New file.
16720
16721 2015-07-23 Doug Evans <dje@google.com>
16722
16723 * gdb.dwarf2/dw2-dummy-cu.S: New file.
16724 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
16725
16726 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
16727
16728 * gdb.ada/var_arr_typedef.exp: New testcase.
16729 * gdb.ada/var_arr_typedef/pack.adb: New file.
16730 * gdb.ada/var_arr_typedef/pack.ads: New file.
16731 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
16732
16733 2015-07-20 Joel Brobecker <brobecker@adacore.com>
16734
16735 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
16736
16737 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
16738
16739 * gdb.arch/i386-biarch-core.exp: Replace istarget
16740 by "complete set gnutarget". Remove expectation for the "core-file"
16741 command.
16742
16743 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
16744
16745 Revert the previous commit:
16746 Tests for validate symbol file using build-id.
16747
16748 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
16749
16750 Tests for validate symbol file using build-id.
16751 * gdb.base/solib-mismatch-lib.c: New file.
16752 * gdb.base/solib-mismatch-libmod.c: New file.
16753 * gdb.base/solib-mismatch.c: New file.
16754 * gdb.base/solib-mismatch.exp: New file.
16755
16756 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
16757
16758 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
16759 nios2-*-linux*.
16760 * gdb.base/sigbpt.exp (stepi_out): Likewise.
16761 * gdb.base/siginfo.exp: Likewise.
16762 * gdb.base/sigstep.exp (advance, advancei): Likewise.
16763
16764 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
16765
16766 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
16767 Move it to ...
16768 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
16769 ... here.
16770 * gdb.trace/range-stepping.exp: Check that the target supports
16771 range stepping.
16772
16773 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
16774
16775 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
16776
16777 2015-07-14 Pedro Alves <palves@redhat.com>
16778
16779 * gdb.base/killed-outside.exp: New file.
16780 * gdb.base/killed-outside.c: New file.
16781
16782 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
16783
16784 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
16785 (n at main): New.
16786 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
16787
16788 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
16789
16790 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
16791 infcall tests instead of setting up for KFAIL.
16792
16793 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
16794
16795 * gdb.btrace/record_goto-step.exp: New.
16796
16797 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
16798
16799 PR compile/18484
16800 * gdb.compile/compile.c (struct struct_type): Add volatile to
16801 selffield's type.
16802 * gdb.compile/compile.exp
16803 (compile code struct_object.selffield = &struct_object): Skip further
16804 struct_object tests if this one xfails.
16805
16806 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
16807
16808 PR exp/18617
16809 * gdb.trace/ax.exp: Add test.
16810
16811 2015-07-07 Yao Qi <yao.qi@linaro.org>
16812
16813 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
16814 instead of istarget "aarch64*-*-*".
16815 * gdb.arch/aarch64-fp.exp: Likewise.
16816 * gdb.base/float.exp: Likewise.
16817 * gdb.reverse/aarch64.exp: Likewise.
16818 * lib/gdb.exp (is_aarch64_target): New proc.
16819
16820 2015-07-07 Yao Qi <yao.qi@linaro.org>
16821
16822 * lib/gdb.exp (is_aarch32_target): New proc.
16823 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
16824 instead of "istarget "arm*-*-*"".
16825 * gdb.arch/arm-disp-step.exp: Likewise.
16826 * gdb.arch/thumb-bx-pc.exp: Likewise.
16827 * gdb.arch/thumb-prologue.exp: Likewise.
16828 * gdb.arch/thumb-singlestep.exp: Likewise.
16829 * gdb.base/disp-step-syscall.exp: Likewise.
16830 * gdb.base/float.exp: Likewise.
16831
16832 2015-07-07 Yao Qi <yao.qi@linaro.org>
16833
16834 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
16835 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
16836
16837 2015-07-07 Yao Qi <yao.qi@linaro.org>
16838
16839 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
16840 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
16841 if it exists.
16842 * gdb.multi/multi-arch.exp: Likewise.
16843
16844 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
16845
16846 * gdb.python/py-lazy-string.exp: Add missing parentheses to
16847 print.
16848
16849 2015-07-07 Yao Qi <yao.qi@linaro.org>
16850
16851 * gdb.arch/thumb-singlestep.exp: Do one more single step.
16852
16853 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
16854
16855 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
16856 '[' and ']' characters.
16857
16858 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
16859
16860 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
16861
16862 2015-06-29 Pedro Alves <palves@redhat.com>
16863
16864 PR threads/18127
16865 * gdb.threads/hand-call-new-thread.c: New file.
16866 * gdb.threads/hand-call-new-thread.c: New file.
16867
16868 2015-06-26 Keith Seitz <keiths@redhat.com>
16869 Doug Evans <dje@google.com>
16870
16871 PR 16253
16872 * gdb.cp/var-tag-2.cc: New file.
16873 * gdb.cp/var-tag-3.cc: New file.
16874 * gdb.cp/var-tag-4.cc: New file.
16875 * gdb.cp/var-tag.cc: New file.
16876 * gdb.cp/var-tag.exp: New file.
16877
16878 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16879
16880 * gdb.base/history-duplicates.exp: New test.
16881
16882 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
16883
16884 * gdb.base/completion.exp: Test the completion of the "focus"
16885 command.
16886
16887 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
16888
16889 * gdb.arch/amd64-prologue-skip.S: New file.
16890 * gdb.arch/amd64-prologue-skip.exp: New file.
16891
16892 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
16893
16894 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
16895 is_address_zero_readable check.
16896
16897 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
16898
16899 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
16900 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
16901
16902 2015-06-24 Yao Qi <yao.qi@linaro.org>
16903
16904 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
16905 linux targets.
16906
16907 2015-06-24 Yao Qi <yao.qi@linaro.org>
16908
16909 * lib/gdb.exp (supports_get_siginfo_type): New proc.
16910 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
16911 * gdb.base/siginfo-thread.exp: Likewise.
16912
16913 2015-06-22 Yao Qi <yao.qi@linaro.org>
16914
16915 * boards/remote-gdbserver-on-localhost.exp: Add comments.
16916
16917 2015-06-22 Yao Qi <yao.qi@linaro.org>
16918
16919 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
16920 aarch64*-*-*.
16921 (skip_hw_watchpoint_tests): Likewise.
16922
16923 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
16924
16925 * gdb.base/gdbinit-history.exp: Test the interaction between
16926 setting GDBHISTSIZE and setting the history size via .gdbinit.
16927
16928 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16929
16930 PR gdb/16999
16931 * gdb.base/gdbhistsize-history.exp: New test.
16932
16933 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16934
16935 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
16936 with GDBHISTSIZE.
16937 * gdb.base/readline.exp: Likewise.
16938
16939 2015-06-17 Yao Qi <yao.qi@linaro.org>
16940
16941 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
16942 line.
16943
16944 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
16945
16946 * gdb.base/gdbinit-history.exp: Add test case to check that
16947 an unlimited history file does not get truncated on exit.
16948
16949 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
16950
16951 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
16952 (VECTOR): New macro. Use it...
16953 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
16954 ...for these typedefs.
16955 (int8, char1, int1, double1): New typedefs.
16956 (struct just_int2, struct two_int2): New structures.
16957 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
16958 (add_structvecs, add_singlevecs): New functions.
16959 (main): Call add_some_intvecs twice.
16960 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
16961 the compile and exit upon failure. Try compiling for the "native"
16962 architecture. Test inferior function calls with vector arguments
16963 and vector return value handling with "finish" and "return".
16964
16965 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
16966
16967 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
16968 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
16969 PE file.
16970 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
16971
16972 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
16973
16974 PR breakpoints/16465
16975 * gdb.mi/mi-dprintf-pending.c: New file.
16976 * gdb.mi/mi-dprintf-pending.exp: New test.
16977 * gdb.mi/mi-dprintf-pendshr.c: New file.
16978
16979 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16980 Mircea Gherzan <mircea.gherzan@intel.com>
16981
16982 * gdb.arch/i386-mpx-map.c: New file.
16983 * gdb.arch/i386-mpx-map.exp: New File.
16984
16985 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16986
16987 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
16988 * gdb.arch/i386-mpx.exp: Indentation fixed.
16989
16990 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16991
16992 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
16993 function and improved indentation.
16994 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
16995 gdb_test_multiple. Added additional tests to skip the test.
16996
16997 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
16998
16999 * gdb.arch/i386-avx512.c: Change path in include file.
17000 * gdb.arch/i386-avx512.exp: Change include dir path
17001 compilation flag.
17002 * gdb.arch/i386-mpx.c: Change path in include file.
17003 * gdb.arch/i386-mpx.exp: Change include dir path compilation
17004 flag.
17005
17006 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
17007
17008 * gdb.compile/compile-print.exp (compile print *vararray@3)
17009 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
17010
17011 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
17012
17013 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
17014 (do not keep jit in memory): ... this.
17015 (expect 5): Change it to ...
17016 (expect no 5): ... this.
17017
17018 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
17019
17020 PR gdb/15564
17021 * gdb.mi/mi-detach.exp: New file.
17022
17023 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
17024
17025 PR symtab/18392
17026 * gdb.arch/amd64-tailcall-self.S: New file.
17027 * gdb.arch/amd64-tailcall-self.c: New file.
17028 * gdb.arch/amd64-tailcall-self.exp: New file.
17029
17030 2015-05-28 Don Breazeal <donb@codesourcery.com>
17031
17032 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
17033 tests for remote targets by checking is_target_gdbserver.
17034
17035 2015-05-27 Doug Evans <dje@google.com>
17036
17037 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
17038 * gdb.dwarf2/opaque-type-lookup.c: New file.
17039 * gdb.dwarf2/opaque-type-lookup.exp: New file.
17040
17041 2015-05-26 Doug Evans <dje@google.com>
17042
17043 * gdb.cp/iostream.cc: New file.
17044 * gdb.cp/iostream.exp: New file.
17045
17046 2015-05-26 Doug Evans <dje@google.com>
17047
17048 * gdb.dwarf2/dw2-op-call.exp: Update.
17049 * gdb.dwarf2/dw4-sig-types.exp: Update.
17050 * gdb.dwarf2/implptr.exp: Update.
17051 * gdb.mi/mi-cmd-param-changed.exp: Update.
17052
17053 2015-05-26 Doug Evans <dje@google.com>
17054
17055 * gdb.python/py-lazy-string.c: New file.
17056 * gdb.python/py-lazy-string.exp: New file.
17057 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
17058 (main): Update. Add estring3.
17059 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
17060 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
17061
17062 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
17063 Yao Qi <yao.qi@linaro.org>
17064
17065 * gdb.reverse/aarch64.c: New.
17066 * gdb.reverse/aarch64.exp: New.
17067
17068 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
17069
17070 * lib/gdb.exp (supports_process_record): Return true for
17071 aarch64*-linux*.
17072 (supports_reverse): Likewise.
17073
17074 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
17075
17076 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17077 Use with_test_prefix.
17078
17079 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
17080
17081 * gdb.base/completion.exp: Add test for completion of layout
17082 names.
17083
17084 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
17085
17086 * lib/gdb.exp (skip_tui_tests): New proc.
17087 * gdb.base/tui-layout.exp: Check skip_tui_tests.
17088
17089 2015-05-19 Pedro Alves <palves@redhat.com>
17090
17091 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
17092 Save the whole env array instead of just HOME. Unset HISTSIZE in
17093 the environment while testing. Restore whole environment
17094 afterwards.
17095
17096 2015-05-16 Doug Evans <xdje42@gmail.com>
17097
17098 * gdb.guile/scm-ports.c: New file.
17099 * gdb.guile/scm-ports.exp: Add memory port tests.
17100
17101 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17102
17103 * gdb.compile/compile-print.c: New file.
17104 * gdb.compile/compile-print.exp: New file.
17105
17106 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
17107
17108 * gdb.compile/compile-ops.exp: Cast param to void.
17109 * gdb.compile/compile.exp: Complete type for _gdb_expr.
17110 (compile code struct_object.selffield = &struct_object): Add xfail.
17111
17112 2015-05-15 Joel Brobecker <brobecker@adacore.com>
17113
17114 * gdb.ada/arr_enum_with_gap: New testcase.
17115
17116 2015-05-15 Joel Brobecker <brobecker@adacore.com>
17117
17118 * gdb.ada/byte_packed_arr: New testcase.
17119
17120 2015-05-15 Joel Brobecker <brobecker@adacore.com>
17121
17122 * gdb.ada/pckd_neg: New testcase.
17123
17124 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
17125
17126 PR gdb/17820
17127 * gdb.base/gdbinit-history.exp: New test.
17128 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
17129 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
17130
17131 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
17132
17133 * gdb.python/py-xmethods.cc: Enhance test case.
17134 * gdb.python/py-xmethods.exp: New tests.
17135 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
17136 function.
17137 (B_indexoper): Likewise.
17138 (global_dm_list) : Add new xmethod worker functions.
17139
17140 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
17141
17142 * gdb.base/coredump-filter.exp: Correctly unset
17143 "coredump_var_addr" array.
17144
17145 2015-05-08 Pedro Alves <palves@redhat.com>
17146
17147 * gdb.server/non-existing-program.exp: Unset spawn_id.
17148
17149 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
17150
17151 PR python/18291
17152 * gdb.python/py-xmethods.exp: Add tests.
17153
17154 2015-05-08 Yao Qi <yao.qi@linaro.org>
17155
17156 PR gdb/18208
17157 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
17158 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
17159 function set_coredump_filter, and remove remote_exec call.
17160 Remove argument ipid. Callers update.
17161 (top level): Don't get inferior's PID.
17162
17163 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
17164
17165 * gdb.base/watch_thread_num.exp: Skip test on targets without
17166 access watchpoints.
17167
17168 2015-05-06 Pedro Alves <palves@redhat.com>
17169
17170 PR server/18081
17171 * gdb.server/non-existing-program.exp: New file.
17172
17173 2015-05-05 Joel Brobecker <brobecker@adacore.com>
17174
17175 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
17176
17177 2015-05-05 Joel Brobecker <brobecker@adacore.com>
17178
17179 * gdb.ada/out_of_line_in_inlined: New testcase.
17180
17181 2015-05-05 Joel Brobecker <brobecker@adacore.com>
17182
17183 * gdb.ada/var_rec_arr: New testcase.
17184
17185 2015-04-30 Yao Qi <yao.qi@linaro.org>
17186
17187 * gdb.base/break-idempotent.exp: If
17188 skip_hw_watchpoint_multi_tests returns true, skip the tests
17189 on "rwatch" and "awatch".
17190
17191 2015-04-30 Yao Qi <yao.qi@linaro.org>
17192
17193 * gdb.base/relativedebug.exp: Invoke gdb command
17194 "info sharedlibrary", and if libc.so doesn't have debug info,
17195 skip the test.
17196
17197 2015-04-29 Doug Evans <dje@google.com>
17198
17199 * gdb.python/py-xmethods.exp: Add ptype tests.
17200 * gdb.python/py-xmethods.py (E_method_char_worker): Add
17201 get_result_type method.
17202
17203 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
17204
17205 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
17206 the target does not support hardware watchpoints.
17207
17208 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
17209
17210 * gdb.base/break-always.exp: Abort testing if writing to memory
17211 causes an error.
17212
17213 2015-04-28 Doug Evans <dje@google.com>
17214
17215 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
17216 * gdb.python/py-pp-registration.exp: ... here. New file.
17217 * gdb.python/py-pp-registration.c: New file.
17218 * gdb.python/py-pp-registration.py: New file.
17219
17220 2015-04-28 Doug Evans <dje@google.com>
17221
17222 * gdb.python/py-bad-printers.c: New file.
17223 * gdb.python/py-bad-printers.py: New file.
17224 * gdb.python/py-bad-printers.exp: New file.
17225
17226 2015-04-28 Sasha Smundak <asmundak@google.com>
17227
17228 * gdb.python/py-type.exp: New test.
17229
17230 2015-04-28 Andy Wingo <wingo@igalia.com>
17231
17232 * gdb.python/py-parameter.exp:
17233 * gdb.guile/scm-parameter.exp: Escape the path that we are
17234 matching against, as it might contain characters that are special
17235 to regular expressions.
17236
17237 2015-04-27 Joel Brobecker <brobecker@adacore.com>
17238
17239 * gdb.ada/rec_comp: New testcase.
17240
17241 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
17242
17243 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
17244 before using it.
17245
17246 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
17247
17248 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
17249 new tests for verilog output.
17250
17251 2015-04-24 Yao Qi <yao.qi@linaro.org>
17252
17253 * boards/remote-gdbserver-on-localhost.exp: New file.
17254
17255 2015-04-23 Pedro Alves <palves@redhat.com>
17256
17257 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
17258 $inferior_spawn_id instead of $inferior_spawn_id directly. On
17259 "end of file", remove $inferior_spawn_id from the indirect list.
17260
17261 2015-04-23 Pedro Alves <palves@redhat.com>
17262
17263 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
17264
17265 2015-04-23 Pedro Alves <palves@redhat.com>
17266
17267 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
17268 on $any_spawn_id instead of only on $gdb_spawn_id.
17269
17270 2015-04-21 Pierre Muller <muller@sourceware.org>
17271
17272 PR pascal/17815
17273 * lib/pascal.exp (gpc_compile): Add new option "class".
17274 (fpc_compile): Likewise.
17275 * gdb.pascal/case-insensitive-symbols.pas: New file.
17276 * gdb.pascal/case-insensitive-symbols.exp: New file.
17277
17278 2015-04-20 Gary Benson <gbenson@redhat.com>
17279
17280 * gdb.base/attach.exp: Fix three extended remote failures.
17281
17282 2015-04-17 Gary Benson <gbenson@redhat.com>
17283
17284 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
17285 the main executable over the remote protocol.
17286
17287 2015-04-16 Pedro Alves <palves@redhat.com>
17288
17289 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
17290 a new gdbserver if gdbserver_reconnect_p is set.
17291
17292 2015-04-16 Pedro Alves <palves@redhat.com>
17293
17294 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
17295 is set, don't exit gdbserver.
17296
17297 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
17298
17299 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
17300 appropriate .insn, such that an older assembler can be used.
17301 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
17302 the z/Architecture instruction set on 31-bit targets as well.
17303
17304 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
17305
17306 * gdb.go/handcall.exp: Remove all logic related to the first
17307 breakpoint and rely on go_runto_main instead.
17308 * gdb.go/strings.exp: Likewise.
17309 * gdb.go/unsafe.exp: Likewise.
17310 * gdb.go/hello.exp: Likewise. Also rename the remaining
17311 breakpoint marker to "breakpoint 1".
17312 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
17313 * gdb.go/strings.go: Likewise.
17314 * gdb.go/unsafe.go: Likewise.
17315 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
17316 "set breakpoint 2 here" and rename the remaining breakpoint marker
17317 to "breakpoint 1".
17318
17319 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
17320
17321 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
17322 if itertools.imap is not present.
17323 * gdb.python/py-objfile.exp: Add parentheses.
17324 * gdb.python/py-type.exp: Same.
17325 * gdb.python/py-unwind-maint.py: Same.
17326
17327 2015-04-15 Yao Qi <yao.qi@linaro.org>
17328
17329 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
17330 of ":$ptr_size" and set its form explicitly.
17331
17332 2015-04-15 Pedro Alves <palves@redhat.com>
17333 Yao Qi <yao.qi@linaro.org>
17334
17335 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
17336 timeout by factor of 4.
17337 (test_regular_watch): Likewise.
17338 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
17339 * gdb.reverse/sigall-reverse.exp: Likewise.
17340 * gdb.reverse/until-precsave.exp: Likewise.
17341 * lib/gdb.exp (with_timeout_factor): New proc.
17342 (gdb_expect): Move some code to ...
17343 (get_largest_timeout): ... here. New procedure.
17344
17345 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
17346
17347 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
17348
17349 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
17350
17351 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
17352 to write to the .text section.
17353
17354 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
17355
17356 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
17357 Handle the case of targets that do not provide PID information.
17358
17359 2015-04-13 Yao Qi <yao.qi@linaro.org>
17360
17361 * lib/gdbserver-support.exp (gdb_exit): Catch exception
17362 and use expect instead of gdb_expect.
17363
17364 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
17365
17366 * gdb.base/coredump-filter.exp: Rename variable "addr" to
17367 "coredump_var_addr" to avoid naming conflict with other testcases.
17368
17369 2015-04-10 Pedro Alves <palves@redhat.com>
17370
17371 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
17372 gdb_test_sequence and gdb_assert.
17373
17374 2015-04-10 Pedro Alves <palves@redhat.com>
17375
17376 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
17377 test messages that don't include the breakpoint address.
17378
17379 2015-04-10 Yao Qi <yao.qi@linaro.org>
17380
17381 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
17382 false for some offset and width combinations which aren't
17383 supported by linux kernel.
17384
17385 2015-04-10 Pedro Alves <palves@redhat.com>
17386
17387 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
17388 procedure, factored out from ...
17389 (top level): ... here. Add "set displaced-stepping" testing axis.
17390 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
17391 parameter "displaced". Use it.
17392 (top level): Use foreach and add "set displaced-stepping" testing
17393 axis.
17394
17395 2015-04-10 Pedro Alves <palves@redhat.com>
17396
17397 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
17398 Remove comment.
17399 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
17400 both the address of the instruction that triggers the watchpoint
17401 and the address of the instruction immediately after, and use
17402 those addresses for the test. Fix comment.
17403
17404 2015-04-10 Pedro Alves <palves@redhat.com>
17405
17406 * gdb.base/sigstep.exp (breakpoint_to_handler)
17407 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
17408 Test "backtrace" in handler.
17409 (breakpoint_over_handler): New parameter 'displaced'. Use it.
17410 (top level): Add new "displaced" test axis to
17411 breakpoint_to_handler, breakpoint_to_handler_entry and
17412 breakpoint_over_handler.
17413
17414 2015-04-10 Pedro Alves <palves@redhat.com>
17415
17416 PR gdb/18216
17417 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
17418
17419 2015-04-10 Yao Qi <yao.qi@linaro.org>
17420
17421 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
17422 (test_add_rn_pc): New function.
17423 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
17424 (top level): Invoke test_add_rn_pc.
17425
17426 2015-04-10 Pedro Alves <palves@redhat.com>
17427
17428 PR gdb/13858
17429 * gdb.base/step-over-no-symbols.exp: New file.
17430
17431 2015-04-09 Andy Wingo <wingo@igalia.com>
17432
17433 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
17434 after the Python tests.
17435
17436 2015-04-08 Keith Seitz <keiths@redhat.com>
17437
17438 PR python/16699
17439 * gdb.python/py-completion.exp: New tests for completion.
17440 * gdb.python/py-completion.py (CompleteLimit1): New class.
17441 (CompleteLimit2): Likewise.
17442 (CompleteLimit3): Likewise.
17443 (CompleteLimit4): Likewise.
17444 (CompleteLimit5): Likewise.
17445 (CompleteLimit6): Likewise.
17446 (CompleteLimit7): Likewise.
17447
17448 2015-04-08 Pedro Alves <palves@redhat.com>
17449
17450 PR gdb/18214
17451 PR gdb/18216
17452 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
17453 function.
17454 (main): Install it as SIGUSR1 handler.
17455 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
17456 parameter. Always use "setup" as prefix. Toggle "set
17457 displaced-stepping" off/on depending on global. Don't switch to
17458 thread 1 here.
17459 (top level): Add displaced stepping "off/on" test axis. Update
17460 "setup" calls. Wrap each subtest with with_test_prefix. Test
17461 continuing with a queued signal in each thread.
17462
17463 2015-04-08 Pedro Alves <palves@redhat.com>
17464
17465 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
17466 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
17467 gdb_breakpoint instead of gdb_test that doesn't expect anything.
17468 Return early if running to main fails.
17469 * gdb.trace/while-stepping.exp: Likewise.
17470
17471 2015-04-07 Pedro Alves <palves@redhat.com>
17472
17473 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
17474 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
17475 interact with inferior program.
17476
17477 2015-04-07 Pedro Alves <palves@redhat.com>
17478
17479 * lib/gdb.exp (inferior_spawn_id): New global.
17480 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
17481 spawn id after processing the user code.
17482 (default_gdb_start): Set inferior_spawn_id.
17483 (send_inferior): New procedure.
17484 * lib/gdbserver-support.exp (gdbserver_start): Set
17485 inferior_spawn_id.
17486 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
17487
17488 2015-04-07 Pedro Alves <palves@redhat.com>
17489
17490 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
17491 * lib/gdbserver-support.exp (gdbserver_start): Make
17492 $server_spawn_id global.
17493 (gdbserver_start): Don't wait for gdbserver's spawn id with
17494 expect_background.
17495 (close_gdbserver): New procedure.
17496 (gdb_exit): Rename the default version and reimplement.
17497
17498 2015-04-07 Pedro Alves <palves@redhat.com>
17499
17500 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
17501 append the substituted item, not the original item.
17502
17503 2015-04-07 Pedro Alves <palves@redhat.com>
17504
17505 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
17506 gdb_expect.
17507
17508 2015-04-07 Pedro Alves <palves@redhat.com>
17509
17510 * gdb.base/interrupt.exp: Don't handle the case of the inferior
17511 output appearing once only.
17512
17513 2015-04-07 Pedro Alves <palves@redhat.com>
17514
17515 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
17516 that doesn't expect anything. Return early if running to main
17517 fails.
17518
17519 2015-04-07 Yao Qi <yao.qi@linaro.org>
17520
17521 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
17522 (child_function): Call alarm.
17523 (main): Move call to alarm into the loop.
17524 * gdb.threads/non-stop-fair-events.exp: Build program with
17525 -DTIMEOUT=$timeout.
17526
17527 2015-04-06 Doug Evans <xdje42@gmail.com>
17528
17529 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
17530 Fix dest parameter to board_info.
17531 (fpc_compile): Ditto.
17532 (gdb_compile_pascal): Rename dest arg to destfile.
17533
17534 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
17535
17536 * gdb.ada/funcall_ref.exp: New file.
17537 * gdb.ada/funcall_ref/foo.adb: New file.
17538
17539 2015-04-02 Yao Qi <yao.qi@linaro.org>
17540
17541 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
17542 is remote.
17543
17544 2015-04-02 Gary Benson <gbenson@redhat.com>
17545
17546 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
17547
17548 2015-04-01 Sasha Smundak <asmundak@google.com>
17549
17550 * gdb.python/py-unwind-maint.c: New file.
17551 * gdb.python/py-unwind-maint.exp: New test.
17552 * gdb.python/py-unwind-maint.py: New file.
17553 * gdb.python/py-unwind.c: New file.
17554 * gdb.python/py-unwind.exp: New test.
17555 * gdb.python/py-unwind.py: New test.
17556
17557 2015-04-01 Pedro Alves <palves@redhat.com>
17558
17559 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
17560 to fail instead of non-existent $test.
17561
17562 2015-04-01 Pedro Alves <palves@redhat.com>
17563
17564 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
17565 GDBFLAGS if not empty.
17566
17567 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
17568
17569 * gdb.ada/complete.exp: Remove "multi_line".
17570 * gdb.ada/info_exc.exp: Remove "multi_line".
17571 * gdb.ada/packed_tagged.exp: Remove "multi_line".
17572 * gdb.ada/ptype_field.exp: Remove "multi_line".
17573 * gdb.ada/sym_print_name.exp: Remove "multi_line".
17574 * gdb.ada/tagged.exp: Remove "multi_line".
17575 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
17576 [multi_line ...]
17577 * gdb.btrace/delta.exp: Likewise.
17578 * gdb.btrace/exception.exp: Likewise.
17579 * gdb.btrace/function_call_history.exp: Likewise.
17580 * gdb.btrace/instruction_history.exp: Likewise.
17581 * gdb.btrace/nohist.exp: Likewise.
17582 * gdb.btrace/record_goto.exp: Likewise.
17583 * gdb.btrace/segv.exp: Likewise.
17584 * gdb.btrace/stepi.exp: Likewise.
17585 * gdb.btrace/tailcall.exp: Likewise.
17586 * gdb.btrace/unknown_functions.exp: Likewise.
17587 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
17588 * lib/gdb.exp: Add the "multi_line" helper.
17589
17590 2015-04-01 Pedro Alves <palves@redhat.com>
17591
17592 * gdb.threads/tid-reuse.c: New file.
17593 * gdb.threads/tid-reuse.exp: New file.
17594
17595 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
17596
17597 PR corefiles/16092
17598 * gdb.base/coredump-filter.c: New file.
17599 * gdb.base/coredump-filter.exp: Likewise.
17600
17601 2015-03-27 Petr Machata <pmachata@redhat.com>
17602
17603 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
17604 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
17605 (Dwarf::assemble): Initialize them.
17606 (Dwarf::lines): New function.
17607
17608 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
17609
17610 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
17611 SYMBOL_PREFIX for x86_64-*-cygwin.
17612
17613 2015-03-26 Andy Wingo <wingo@igalia.com>
17614
17615 PR symtab/18148
17616 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
17617 const_value but not a location.
17618 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
17619 location defined in non-main CUs are visible.
17620
17621 2015-03-26 Yao Qi <yao.qi@linaro.org>
17622
17623 PR testsuite/18139
17624 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
17625 Add a line number entry for the same line.
17626 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
17627 Add a line number entry for the same line.
17628
17629 2015-03-26 Yao Qi <yao.qi@linaro.org>
17630
17631 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
17632 .int 0.
17633 (func): Likewise. Add .Lfunc_1 label.
17634 Use .Lfunc_1 label.
17635 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
17636 .int 0.
17637 (func): Likewise.
17638 Use .Lfunc_1 label.
17639
17640 2015-03-26 Yao Qi <yao.qi@linaro.org>
17641
17642 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
17643 Call gdb_compile instead to compile each .s files without debug
17644 information.
17645
17646 2015-03-26 Yao Qi <yao.qi@linaro.org>
17647
17648 * gdb.base/savedregs.exp (process_saved_regs): Make
17649 "Saved registers:" optional in the pattern.
17650
17651 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17652
17653 * gdb.btrace/next.exp: Merged into step.exp.
17654 * gdb.btrace/finish.exp: Merged into step.exp.
17655 * gdb.btrace/nexti.exp: Merged into stepi.exp.
17656 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
17657 "record goto" and checking the exact replay position.
17658 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
17659 check for "Recording format" in "info record" output.
17660 * gdb.btrace/record_goto.exp: Choose test file based on target.
17661 * gdb.btrace/x86-record_goto.S: Renamed into ...
17662 * gdb.btrace/x86_64-record_goto.S: ... this.
17663 * gdb.btrace/i686-record_goto.S: New.
17664 * gdb.btrace/x86-tailcall.S: Renamed into ...
17665 * gdb.btrace/x86_64-tailcall.S: ... this.
17666 * gdb.btrace/i686-tailcall.S: New.
17667 * gdb.btrace/x86-tailcall.c: Renamed into ...
17668 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
17669 separate statements. Update test.
17670 * gdb.btrace/delta.exp: Use record_goto.c as test file.
17671 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
17672 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
17673 * gdb.btrace/tailcall.exp: Choose test file based on target.
17674 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
17675
17676 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
17677
17678 * gdb.btrace/exception.exp: Increase BTS buffer size.
17679
17680 2015-03-24 Pedro Alves <palves@redhat.com>
17681
17682 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
17683
17684 2015-03-24 Pedro Alves <palves@redhat.com>
17685
17686 * gdb.threads/schedlock.exp (test_step): No longer expect that
17687 "set scheduler-locking step" with "next" over a function call runs
17688 threads unlocked.
17689
17690 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17691
17692 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
17693
17694 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
17695
17696 PR breakpoints/16466
17697 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
17698 * gdb.mi/mi-pending.c (thread_func): New function.
17699 (int main): Add threading support required.
17700 * gdb.mi/mi-pending.exp: Add tests for this issue.
17701 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
17702 (pendfunc2): Remove stdio dependency.
17703 * gdb.mi/mi-pendshr2.c: New file.
17704
17705 2015-03-23 Keith Seitz <keiths@redhat.com>
17706
17707 * gdb.linespec/keywords.c: New file.
17708 * gdb.linespec/keywords.exp: New file.
17709
17710 2015-03-23 Keith Seitz <keiths@redhat.com>
17711
17712 PR gdb/18021
17713 * gdb.dwarf2/staticvirtual.exp: New test.
17714
17715 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
17716
17717 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
17718 * README: Remove HP-UX and gdb.hp.
17719 (configuration):
17720 * configure: Regenerate.
17721 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
17722 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
17723 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
17724 gdb.hp/gdb.defects/Makefile.
17725 * gdb.hp/Makefile.in: File deleted.
17726 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
17727 * gdb.hp/gdb.aCC/optimize.c: File deleted.
17728 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
17729 * gdb.hp/gdb.aCC/run.c: File deleted.
17730 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
17731 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
17732 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
17733 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
17734 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
17735 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
17736 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
17737 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
17738 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
17739 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
17740 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
17741 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
17742 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
17743 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
17744 * gdb.hp/gdb.base-hp/reg.s: File deleted.
17745 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
17746 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
17747 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
17748 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
17749 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
17750 * gdb.hp/gdb.compat/Makefile.in: File deleted.
17751 * gdb.hp/gdb.compat/average.c: File deleted.
17752 * gdb.hp/gdb.compat/sum.c: File deleted.
17753 * gdb.hp/gdb.compat/xdb.c: File deleted.
17754 * gdb.hp/gdb.compat/xdb0.c: File deleted.
17755 * gdb.hp/gdb.compat/xdb0.h: File deleted.
17756 * gdb.hp/gdb.compat/xdb1.c: File deleted.
17757 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
17758 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
17759 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
17760 * gdb.hp/gdb.defects/Makefile.in: File deleted.
17761 * gdb.hp/gdb.defects/bs14602.c: File deleted.
17762 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
17763 * gdb.hp/gdb.defects/solib-d.c: File deleted.
17764 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
17765 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
17766 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
17767 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
17768 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
17769 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
17770 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
17771 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
17772 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
17773 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
17774 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
17775 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
17776 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
17777 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
17778 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
17779 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
17780 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
17781 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
17782 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
17783 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
17784 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
17785 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
17786 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
17787 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
17788 * gdb.hp/tools/odump: File deleted.
17789
17790 2015-03-19 Pedro Alves <palves@redhat.com>
17791
17792 * gdb.threads/continue-pending-status.exp (saw_thread_2)
17793 (saw_thread_3): New globals.
17794 (top level): Increment them when an event for the corresponding
17795 thread is seen.
17796 (no thread starvation): New test.
17797
17798 2015-03-19 Pedro Alves <palves@redhat.com>
17799
17800 * gdb.threads/continue-pending-status.c: New file.
17801 * gdb.threads/continue-pending-status.exp: New file.
17802
17803 2015-03-18 Pedro Alves <palves@redhat.com>
17804
17805 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
17806 Use gdb_is_target_remote instead of is_remote. Use
17807 gdb_test_multiple instead of gdb_expect. Exit early if
17808 gdb_test_multiple hits its internal matches. Tighten stepi tests
17809 expected output. Fail on exit with any signal, instead of just
17810 SIGILL.
17811
17812 2015-03-18 Yao Qi <yao.qi@linaro.org>
17813
17814 PR tdep/18107
17815 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
17816 variable.
17817 * gdb.base/catch-syscall.exp: Don't skip it on
17818 aarch64*-*-linux* target. Remove elements in all_syscalls.
17819 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
17820 target.
17821 (setup_all_syscalls): New proc.
17822
17823 2015-03-16 Yao Qi <yao.qi@linaro.org>
17824
17825 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
17826 (top level): Skip tests if valid_addr_p returns false for
17827 $cmd1 or $cmd2.
17828
17829 2015-03-11 Andy Wingo <wingo@igalia.com>
17830
17831 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
17832
17833 2015-03-11 Yao Qi <yao.qi@linaro.org>
17834
17835 * gdb.base/catch-syscall.exp: Fix typo in comments.
17836
17837 2015-03-11 Yao Qi <yao.qi@linaro.org>
17838
17839 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
17840
17841 2015-03-09 Pedro Alves <palves@redhat.com>
17842
17843 * dg-extract-results.py: Delete.
17844
17845 2015-03-09 Pedro Alves <palves@redhat.com>
17846
17847 Merge dg-extract-results.sh from GCC upstream (r218843).
17848
17849 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
17850 * dg-extract-results.sh: Use --text with grep to avoid issues with
17851 binary files. Fall back to cat -v, if that doesn't work.
17852
17853 2015-03-05 Pedro Alves <palves@redhat.com>
17854
17855 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
17856
17857 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
17858
17859 * lib/mi-support.exp (mi_expect_interrupt): Accept
17860 alternative event for when in all-stop mode.
17861
17862 2015-03-04 Pedro Alves <palves@redhat.com>
17863
17864 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
17865
17866 2015-03-04 Mark Kettenis <kettenis@gnu.org>
17867
17868 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
17869
17870 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17871
17872 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
17873 regexps for GDB's current line display, accept a hex address
17874 preceding the line number.
17875
17876 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
17877
17878 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
17879 the 'arch1' variable for "s390*-linux*" targets.
17880
17881 2015-03-04 Pedro Alves <palves@redhat.com>
17882
17883 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
17884 (main): Pass missing retval argument to pthread_join call.
17885
17886 2015-03-02 Pedro Alves <palves@redhat.com>
17887
17888 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
17889 (top level): Call do_test with non-stop as well.
17890
17891 2015-03-02 Pedro Alves <palves@redhat.com>
17892
17893 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
17894 -1.
17895
17896 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
17897
17898 * gdb.arch/s390-vregs.exp: New test.
17899 * gdb.arch/s390-vregs.S: New file.
17900
17901 2015-02-27 Pedro Alves <palves@redhat.com>
17902
17903 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
17904 call to catch_command_errors.
17905 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
17906 catch_command_errors.
17907
17908 2015-02-27 Pedro Alves <palves@redhat.com>
17909
17910 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
17911 "true" for boolean result.
17912 * gdb.gdb/selftest.exp (test_with_self): Also accept full
17913 prototype of main.
17914
17915 2015-02-27 Pedro Alves <palves@redhat.com>
17916
17917 * lib/unbuffer_output.c: New file.
17918 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
17919 (main): Call gdb_unbuffer_output.
17920
17921 2015-02-27 Yao Qi <yao.qi@linaro.org>
17922
17923 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
17924 target.
17925
17926 2015-02-26 Doug Evans <dje@google.com>
17927
17928 * gdb.cp/class2.cc (Dbase, D): New classes.
17929 (main): New local delta.
17930 * gdb.cp/class2.exp: Test printing delta.
17931 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
17932 (dynbar): New global.
17933 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
17934
17935 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17936
17937 * gdb.compile/compile-ifunc.c: New file.
17938 * gdb.compile/compile-ifunc.exp: New file.
17939
17940 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
17941
17942 * gdb.base/structs.exp: Check for correct struct on finish.
17943
17944 2015-02-26 Yao Qi <yao.qi@linaro.org>
17945
17946 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
17947 is zero.
17948
17949 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
17950
17951 * gdb.arch/cordic.ko.bz2: New file.
17952 * gdb.arch/cordic.ko.debug.bz2: New file.
17953 * gdb.arch/ppc64-symtab-cordic.exp: New file.
17954
17955 2015-02-25 Yao Qi <yao.qi@linaro.org>
17956
17957 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
17958 aarch64*-*-* target.
17959
17960 2015-02-23 Pedro Alves <palves@redhat.com>
17961
17962 * lib/gdb.exp (delete_breakpoints): Rewrite using
17963 gdb_test_multiple.
17964
17965 2015-02-23 Pedro Alves <palves@redhat.com>
17966
17967 * gdb.base/info-os.c: Include stdlib.h.
17968
17969 2015-02-22 Doug Evans <xdje42@gmail.com>
17970
17971 PR symtab/17855
17972 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
17973 is read after symbols have been re-read.
17974 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
17975 * gdb.ada/exec_changed/second.adb (Second): Ditto.
17976
17977 2015-02-21 Doug Evans <dje@google.com>
17978
17979 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
17980
17981 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
17982
17983 PR corefiles/17808
17984 * gdb.arch/i386-biarch-core.core.bz2: New file.
17985 * gdb.arch/i386-biarch-core.exp: New file.
17986
17987 2015-02-21 Pedro Alves <palves@redhat.com>
17988
17989 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
17990 runto_main fails.
17991
17992 2015-02-20 Pedro Alves <palves@redhat.com>
17993
17994 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
17995 info probes.
17996
17997 2015-02-20 Pedro Alves <palves@redhat.com>
17998
17999 * gdb.threads/multi-create-ns-info-thr.exp: New file.
18000
18001 2015-02-20 Pedro Alves <palves@redhat.com>
18002
18003 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
18004 clean_restart before gdb_target_supports_trace.
18005
18006 2015-02-20 Pedro Alves <palves@redhat.com>
18007
18008 PR threads/18006
18009 * gdb.threads/clone-thread_db.c: New file.
18010 * gdb.threads/clone-thread_db.exp: New file.
18011
18012 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
18013
18014 PR breakpoints/16812
18015 * gdb.base/catch-gdb-caused-signals.c: New file.
18016 * gdb.base/catch-gdb-caused-signals.exp: New file.
18017
18018 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
18019
18020 * configure: Regenerated.
18021 * configure.ac: Use GDB_AC_TRANSFORM.
18022 * aclocal.m4: sinclude ../transform.m4.
18023
18024 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
18025
18026 * lib/dtrace.exp: New file.
18027 * gdb.base/dtrace-probe.exp: Likewise.
18028 * gdb.base/dtrace-probe.d: Likewise.
18029 * gdb.base/dtrace-probe.c: Likewise.
18030 * lib/pdtrace.in: Likewise.
18031 * configure.ac: Output variables with the transformed names of
18032 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
18033 * configure: Regenerated.
18034
18035 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
18036
18037 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
18038 expected message when trying to access $_probe_* convenience
18039 variables while not on a probe.
18040
18041 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
18042
18043 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
18044
18045 2015-02-11 Pedro Alves <pedro@codesourcery.com>
18046
18047 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
18048 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
18049
18050 2015-02-10 Doug Evans <xdje42@gmail.com>
18051
18052 * lib/gdb.exp (gdb_load): Always return a result.
18053
18054 2015-02-10 Pedro Alves <palves@redhat.com>
18055
18056 * gdb.threads/signal-sigtrap.c: New file.
18057 * gdb.threads/signal-sigtrap.exp: New file.
18058
18059 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
18060
18061 * gdb.trace/no-attach-trace.c: New file.
18062 * gdb.trace/no-attach-trace.exp: New file.
18063
18064 2015-02-09 Mark Wielaard <mjw@redhat.com>
18065
18066 * gdb.dwarf2/atomic.c: New file.
18067 * gdb.dwarf2/atomic-type.exp: Likewise.
18068
18069 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
18070
18071 * gdb.btrace/buffer-size.exp: Update "info record" output.
18072 * gdb.btrace/delta.exp: Update "info record" output.
18073 * gdb.btrace/enable.exp: Update "info record" output.
18074 * gdb.btrace/finish.exp: Update "info record" output.
18075 * gdb.btrace/instruction_history.exp: Update "info record" output.
18076 * gdb.btrace/next.exp: Update "info record" output.
18077 * gdb.btrace/nexti.exp: Update "info record" output.
18078 * gdb.btrace/step.exp: Update "info record" output.
18079 * gdb.btrace/stepi.exp: Update "info record" output.
18080 * gdb.btrace/nohist.exp: Update "info record" output.
18081
18082 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
18083
18084 * gdb.btrace/buffer-size: New.
18085
18086 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
18087
18088 * gdb.btrace/delta.exp: Update "info record" output.
18089 * gdb.btrace/enable.exp: Update "info record" output.
18090 * gdb.btrace/finish.exp: Update "info record" output.
18091 * gdb.btrace/instruction_history.exp: Update "info record" output.
18092 * gdb.btrace/next.exp: Update "info record" output.
18093 * gdb.btrace/nexti.exp: Update "info record" output.
18094 * gdb.btrace/step.exp: Update "info record" output.
18095 * gdb.btrace/stepi.exp: Update "info record" output.
18096 * gdb.btrace/nohist.exp: Update "info record" output.
18097
18098 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
18099
18100 PR gdb/15678
18101 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
18102
18103 2015-02-06 Pedro Alves <palves@redhat.com>
18104
18105 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
18106 macro.
18107 (seconds_left, again): New globals.
18108 (main): Wait seconds_left in a 1-second sleep loop instead of
18109 sleeping 180 seconds. If 'again' is set, reset the seconds
18110 counter.
18111 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
18112 'again' in the inferior before detaching. Print the seconds left.
18113 (options): New global.
18114 (top level): Build program with -DTIMEOUT=$timeout.
18115
18116 2015-02-06 Pedro Alves <palves@redhat.com>
18117
18118 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
18119 determine how many seconds to pass to 'alarm'.
18120 * gdb.base/gdb-sigterm.exp (top level): Build program with
18121 -DTIMEOUT=$timeout.
18122 (do_test): Return success/failure indication. Add more verbose
18123 logging. Don't fail if 200 single steps are seen. Instead, fail
18124 when the test times out.
18125 (passes): New global.
18126 (top level): Break the testing loop if testing fails on any
18127 iteration. Use gdb_assert.
18128
18129 2015-02-04 Don Breazeal <donb@codesourcery.com>
18130
18131 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
18132 and initialize them.
18133 (ipc_cleanup): New function.
18134 (main): Don't declare shmid, semid, and msqid. Add a call to
18135 atexit so that we call ipc_cleanup on exit.
18136
18137 2015-02-04 Pedro Alves <palves@redhat.com>
18138
18139 * boards/native-extended-gdbserver.exp: Remove any target variant
18140 specifications from the board name before clearing the isremote
18141 flag from board_info.
18142
18143 2015-01-31 Doug Evans <xdje42@gmail.com>
18144
18145 * gdb.base/maint.exp <maint print type argc>: Update expected output.
18146
18147 2015-01-31 Gary Benson <gbenson@redhat.com>
18148
18149 * gdb.base/completion.exp: Disable completion limiting for
18150 existing tests. Add new tests to check completion limiting.
18151 * gdb.linespec/ls-errs.exp: Disable completion limiting.
18152
18153 2015-01-31 Doug Evans <xdje42@gmail.com>
18154
18155 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
18156
18157 2015-01-31 Doug Evans <xdje42@gmail.com>
18158
18159 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
18160 entries. Duplicate file section script entries.
18161 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
18162 inlined entries. Add test for safe-path rejection.
18163 * gdb.python/py-section-script.c: Add duplicate inlined section script
18164 entries. Duplicate file section script entries.
18165 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
18166 inlined entries. Add test for safe-path rejection.
18167
18168 2015-01-29 Joel Brobecker <brobecker@adacore.com>
18169
18170 * gdb.ada/disc_arr_bound: New testcase.
18171
18172 2015-01-29 Joel Brobecker <brobecker@adacore.com>
18173
18174 * gdb.ada/mi_var_array: New testcase.
18175
18176 2015-01-27 Doug Evans <dje@google.com>
18177
18178 * gdb.python/py-objfile.exp: Add tests for objfile.username.
18179 Add test for objfile.filename, objfile.username after objfile
18180 has been unloaded.
18181
18182 2015-01-26 Joel Brobecker <brobecker@adacore.com>
18183
18184 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
18185 the second test to print the name attribute of value
18186 returned by the call to gdb.lookup_type, and adjust
18187 the expected output accordingly.
18188
18189 2015-01-25 Mark Wielaard <mjw@redhat.com>
18190
18191 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
18192 * gdb.base/disp-step-fork.c: Include unistd.h.
18193 * gdb.base/siginfo-obj.c: Include stdio.h.
18194 * gdb.base/siginfo-thread.c: Likewise.
18195 * gdb.mi/non-stop.c: Include unistd.h.
18196 * gdb.mi/nsthrexec.c: Include stdio.h.
18197 * gdb.mi/pthreads.c: Include unistd.h.
18198 * gdb.modula2/unbounded1.c (main): Declare returns int.
18199 * gdb.reverse/consecutive-reverse.c: Likewise.
18200 * gdb.threads/create-fail.c: Include unistd.h.
18201 * gdb.threads/killed.c: Likewise.
18202 * gdb.threads/linux-dp.c: Likewise.
18203 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
18204 * gdb.threads/non-ldr-exc-2.c: Likewise.
18205 * gdb.threads/non-ldr-exc-3.c: Likewise.
18206 * gdb.threads/non-ldr-exc-4.c: Likewise.
18207 * gdb.threads/pthreads.c: Include unistd.h.
18208 (main): Declare returns int.
18209 * gdb.threads/tls-main.c (foo): New declaration.
18210 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
18211
18212 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
18213
18214 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
18215 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
18216
18217 2015-01-15 Mark Wielaard <mjw@redhat.com>
18218
18219 * gdb.base/noreturn-return.c: New file.
18220 * gdb.base/noreturn-return.exp: New file.
18221 * gdb.base/noreturn-finish.c: New file.
18222 * gdb.base/noreturn-finish.exp: New file.
18223
18224 2015-01-23 Pedro Alves <palves@redhat.com>
18225
18226 * gdb.threads/continue-pending-after-query.c: New file.
18227 * gdb.threads/continue-pending-after-query.exp: New file.
18228
18229 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
18230 Simon Marchi <simon.marchi@ericsson.com>
18231
18232 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
18233 * gdb.base/valgrind-db-attach.exp: Same.
18234 * gdb.base/valgrind-infcall.exp: Same.
18235 * lib/mi-support.exp (default_mi_gdb_start): Same.
18236 * lib/prompt.exp (default_prompt_gdb_start): Same.
18237 * lib/gdb.exp (default_gdb_spawn): Same.
18238 (gdb_interact): New.
18239
18240
18241 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
18242
18243 * gdb.compile/compile.exp (pointer to jit function): New test.
18244
18245 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
18246
18247 * lib/gdb.exp (supports_process_record): Return true for
18248 powerpc*-*-linux*.
18249 (supports_reverse): Likewise.
18250
18251 2015-01-15 Don Breazeal <donb@codesourcery.com>
18252
18253 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
18254 instead of checking whether the target board is remote and
18255 use spawn_wait_for_attach instead of exec/sleep.
18256 * gdb.base/attach-twice.exp: Likewise.
18257
18258 2015-01-15 Joel Brobecker <brobecker@adacore.com>
18259
18260 * gdb.ada/var_arr_attrs: New testcase.
18261
18262 2015-01-14 Pedro Alves <palves@redhat.com>
18263 Joel Brobecker <brobecker@adacore.com>
18264
18265 PR gdb/17525
18266 * gdb.base/bp-cmds-execution-x-script.c: New file.
18267 * gdb.base/bp-cmds-execution-x-script.exp: New file.
18268 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
18269
18270 2015-01-14 Pedro Alves <palves@redhat.com>
18271
18272 PR cli/17828
18273 * gdb.base/batch-preserve-term-settings.c: New file.
18274 * gdb.base/batch-preserve-term-settings.exp: New file.
18275
18276 2015-01-13 Doug Evans <dje@google.com>
18277
18278 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
18279 binary.
18280
18281 2015-01-13 Joel Brobecker <brobecker@adacore.com>
18282
18283 * Makefile.in (clean mostlyclean): Do not delete *.py.
18284
18285 2015-01-13 Joel Brobecker <brobecker@adacore.com>
18286
18287 * gdb.python/py-lookup-type.exp: New file.
18288
18289 2015-01-12 Pedro Alves <palves@redhat.com>
18290
18291 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
18292 restore GDBFLAGS before returning.
18293
18294 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
18295
18296 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
18297 is_amd64_regs_target and is_x86_like_target.
18298
18299 2015-01-11 Doug Evans <xdje42@gmail.com>
18300
18301 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
18302 is given without an explicit form.
18303 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
18304 attributes.
18305 * gdb.dwarf/corrupt.exp: Ditto.
18306 * gdb.dwarf2/enum-type.exp: Ditto.
18307 * gdb.trace/entry-values.exp: Ditto.
18308 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
18309
18310 2015-01-11 Doug Evans <xdje42@gmail.com>
18311
18312 PR gdb/15830
18313 * gdb.base/maint.exp: Remove references to "maint demangle".
18314 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
18315 Add tests for explicitly specifying language to demangle.
18316 * gdb.dlang/demangle.exp: Ditto.
18317
18318 2015-01-09 Pedro Alves <palves@redhat.com>
18319
18320 * gdb.threads/non-stop-fair-events.c: New file.
18321 * gdb.threads/non-stop-fair-events.exp: New file.
18322
18323 2015-01-09 Pedro Alves <palves@redhat.com>
18324
18325 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
18326 the global scope. Set a breakpoint after all threads are started
18327 rather than stepping over two source lines. Expect the prompt.
18328 * gdb.base/watch_thread_num.c (threads_started_barrier): New
18329 global.
18330 (NUM): Now 15.
18331 (main): Use threads_started_barrier to wait for all threads to
18332 start. Main thread no longer calls thread_function. Exit after
18333 180 seconds.
18334 (loop): New function.
18335 (thread_function): Wait on threads_started_barrier barrier. Call
18336 'loop' at each iteration.
18337 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
18338 threads have started, instead of hardcoding number of "next"
18339 steps. Use an access watchpoint instead of a write watchpoint.
18340
18341 2015-01-09 Pedro Alves <palves@redhat.com>
18342
18343 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
18344 (thread_func): Wait on barrier.
18345 (main): Wait for all threads to start before stopping GDB.
18346 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
18347 global.
18348 (thread1_func, thread2_func): Wait on barrier.
18349 (main): Wait for all threads to start before stopping GDB.
18350 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
18351 New global.
18352 (thread1_func, thread2_func): Wait on barrier.
18353 (main): Wait for all threads to start before stopping GDB.
18354
18355 2015-01-09 Pedro Alves <palves@redhat.com>
18356
18357 * gdb.threads/attach-many-short-lived-threads.c: New file.
18358 * gdb.threads/attach-many-short-lived-threads.exp: New file.
18359
18360 2014-01-09 Pedro Alves <palves@redhat.com>
18361
18362 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
18363 instead of to thread 2.
18364 * gdb.threads/signal-command-multiple-signals-pending.c (main):
18365 Add barrier around each pthread_create call instead of around all
18366 calls.
18367 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
18368 Set a break on thread_function and have the child threads hit it
18369 one at at a time.
18370
18371 2015-01-09 Pedro Alves <palves@redhat.com>
18372
18373 * lib/gdb.exp (can_spawn_for_attach): New procedure.
18374 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
18375 false.
18376 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
18377 checking whether the target board is remote.
18378 * gdb.multi/multi-attach.exp: Likewise.
18379 * gdb.python/py-sync-interp.exp: Likewise.
18380 * gdb.server/ext-attach.exp: Likewise.
18381 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
18382 tests that need to attach, instead of checking whether the target
18383 board is remote at the top of the file.
18384
18385 2015-01-08 Yao Qi <yao@codesourcery.com>
18386
18387 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
18388
18389 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
18390
18391 Fix testcase compilation.
18392 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
18393
18394 2015-01-06 Joel Brobecker <brobecker@adacore.com>
18395
18396 * gdb.python/py-type.exp: Add a couple test about empty
18397 array creation, and negative-length array creation.
18398
18399 2015-01-02 Doug Evans <xdje42@gmail.com>
18400
18401 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
18402
18403 2015-01-02 Doug Evans <dje@google.com>
18404
18405 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
18406
18407 2014-12-29 Yao Qi <yao@codesourcery.com>
18408
18409 * gdb.trace/entry-values.exp: Update comments. Rename variable
18410 bar_call_foo to returned_from_foo.
18411
18412 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
18413
18414 PR gdb/17394
18415 * gdb.linespec/break-asm-file.c: New file.
18416 * gdb.linespec/break-asm-file.exp: New file.
18417 * gdb.linespec/break-asm-file0.s: New file.
18418 * gdb.linespec/break-asm-file1.s: New file.
18419
18420 2014-12-18 Nigel Stephens <nigel@mips.com>
18421 Maciej W. Rozycki <macro@codesourcery.com>
18422
18423 * gdb.base/float.exp: Handle the new output from "info float" on
18424 MIPS targets.
18425
18426 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
18427
18428 Fix MinGW compilation.
18429 * gdb.compile/compile-ops.exp: Update untested message if
18430 !skip_compile_feature_tests.
18431 * gdb.compile/compile-setjmp.exp: Likewise.
18432 * gdb.compile/compile-tls.exp: Likewise.
18433 * gdb.compile/compile.exp: Likewise.
18434 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
18435 supported on this host".
18436
18437 2014-12-16 Doug Evans <xdje42@gmail.com>
18438
18439 * boards/stabs.exp: New file.
18440
18441 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
18442
18443 * gdb.base/completion.exp: Adjust to format changes of "maint
18444 print user-registers".
18445
18446 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
18447
18448 PR server/17457
18449 * gdb.arch/aarch64-fp.c: New file.
18450 * gdb.arch/aarch64-fp.exp: New file.
18451
18452 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
18453
18454 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
18455 r210637, r210913, r211666, r215400, r215817).
18456
18457 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
18458 * dg-extract-results.py: New file.
18459 * dg-extract-results.sh: Use it if the environment seems
18460 suitable.
18461
18462 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
18463
18464 * dg-extract-results.py (parse_run): Handle warnings that
18465 are printed before a test harness is run.
18466
18467 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
18468
18469 * dg-extract-results.py (Named): Remove __cmp__ method.
18470 (output_variation): Use a key to sort variation.harnesses.
18471
18472 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
18473
18474 * dg-extract-results.py: For Python 3, force sys.stdout to
18475 handle surrogate escape sequences.
18476 (safe_open): New function.
18477 (output_segment, main): Use it.
18478
18479 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
18480
18481 * dg-extract-results.py (Prog.result_re): Include options
18482 in test name.
18483
18484 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
18485
18486 * dg-extract-results.py (output_variation): Always sort if
18487 do_sum.
18488
18489 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
18490
18491 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
18492 as long as we get pagination notifications.
18493
18494 2014-12-15 Jason Merrill <jason@redhat.com>
18495
18496 * Makefile.in (check-gdb.%): Restore.
18497 * README: Mention it.
18498
18499 2014-12-13 Joel Brobecker <brobecker@adacore.com>
18500
18501 * gdb.ada/str_uninit: New testcase.
18502
18503 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
18504
18505 PR symtab/17642
18506 * gdb.base/vla-stub-define.c: New file.
18507 * gdb.base/vla-stub.c: New file.
18508 * gdb.base/vla-stub.exp: New file.
18509
18510 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
18511 Jan Kratochvil <jan.kratochvil@redhat.com>
18512 Tom Tromey <tromey@redhat.com>
18513
18514 * configure.ac: Add gdb.compile/.
18515 * configure: Regenerate.
18516 * gdb.compile/Makefile.in: New file.
18517 * gdb.compile/compile-ops.exp: New file.
18518 * gdb.compile/compile-ops.c: New file.
18519 * gdb.compile/compile-tls.c: New file.
18520 * gdb.compile/compile-tls.exp: New file.
18521 * gdb.compile/compile-constvar.S: New file.
18522 * gdb.compile/compile-constvar.c: New file.
18523 * gdb.compile/compile-mod.c: New file.
18524 * gdb.compile/compile-nodebug.c: New file.
18525 * gdb.compile/compile-setjmp-mod.c: New file.
18526 * gdb.compile/compile-setjmp.c: New file.
18527 * gdb.compile/compile-setjmp.exp: New file.
18528 * gdb.compile/compile-shlib.c: New file.
18529 * gdb.compile/compile.c: New file.
18530 * gdb.compile/compile.exp: New file.
18531 * lib/gdb.exp (skip_compile_feature_tests): New proc.
18532
18533 2014-12-12 Tom Tromey <tromey@redhat.com>
18534
18535 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
18536 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
18537
18538 2014-12-12 Doug Evans <dje@google.com>
18539
18540 * lib/gdb-python.exp (get_python_valueof): New function.
18541 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
18542
18543 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
18544
18545 * gdb.base/completion.exp: Add test for completion of "info
18546 registers ".
18547
18548 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
18549
18550 * gdb.base/func-ptrs.c: New file.
18551 * gdb.base/func-ptrs.exp: New file.
18552
18553 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18554
18555 PR breakpoints/17012
18556 * gdb.base/dprintf-detach.c: New file.
18557 * gdb.base/dprintf-detach.exp: New file.
18558
18559 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
18560
18561 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
18562 * lib/gdb.exp (target_is_gdbserver): New procedure.
18563
18564 2014-12-08 Doug Evans <dje@google.com>
18565
18566 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
18567
18568 2014-12-05 Yao Qi <yao@codesourcery.com>
18569
18570 * gdb.guile/scm-error.exp: Remove the third argument to
18571 gdb_remote_download.
18572 * gdb.guile/scm-frame-args.exp: Likewise.
18573 * gdb.guile/scm-section-script.exp: Likewise.
18574
18575 2014-12-05 Yao Qi <yao@codesourcery.com>
18576
18577 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
18578
18579 2014-12-04 Doug Evans <dje@google.com>
18580
18581 * gdb.python/py-objfile.exp: Add tests for
18582 objfile.add_separate_debug_file.
18583
18584 2014-12-04 Doug Evans <dje@google.com>
18585
18586 * lib/gdb.exp (get_build_id): New function.
18587 (build_id_debug_filename_get): Rewrite to use it.
18588 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
18589
18590 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
18591
18592 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
18593 `method(long)', not just 0x0.
18594 * gdb.cp/nsalias.exp: Align code labels to 4.
18595 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
18596 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
18597 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
18598 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
18599 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
18600 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
18601
18602 2014-12-02 Doug Evans <dje@google.com>
18603
18604 PR symtab/17602
18605 * gdb.cp/anon-ns.cc: Move guts of this file to ...
18606 * gdb.cp/anon-ns2.cc: ... here. New file.
18607 * gdb.cp/anon-ns.exp: Update.
18608
18609 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
18610
18611 * gdb.python/py-events.py (inferior_call_handler): New.
18612 (register_changed_handler, memory_changed_handler): New.
18613 (test_events.invoke): Register new handlers.
18614 * gdb.python/py-events.exp: Add tests for inferior call,
18615 memory_changed and register_changed events.
18616
18617 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
18618
18619 * gdb.base/execl-update-breakpoints.exp: Specify the link address
18620 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
18621 if the linker doesn't understand this.
18622
18623 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
18624
18625 * gdb.python/python.exp: Change expected reply to help().
18626
18627 2014-12-01 Yao Qi <yao@codesourcery.com>
18628
18629 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
18630 AC_CONFIG_SUBDIRS(gdb.gdbtk).
18631 * configure: Re-generated.
18632
18633 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
18634
18635 * gdb.cp/chained-calls.cc: New file.
18636 * gdb.cp/chained-calls.exp: New file.
18637 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
18638
18639 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
18640
18641 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
18642 * gdb.dwarf2/symtab-producer.exp: Same.
18643 * gdb.gdb/python-interrupts.exp: Same.
18644 * gdb.gdb/python-selftest.exp: Same.
18645 * gdb.python/py-linetable.exp: Same.
18646 * gdb.python/py-type.exp: Same.
18647 * gdb.python/py-value-cc.exp: Same.
18648 * gdb.python/py-value.exp: Same.
18649
18650 2014-11-28 Yao Qi <yao@codesourcery.com>
18651
18652 * gdb.base/break-probes.exp: Match library name prefixed with
18653 sysroot.
18654
18655 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
18656
18657 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
18658 test expected output. Add parentheses for the call to print.
18659 Remove L suffix from integers.
18660
18661 2014-11-26 Doug Evans <dje@google.com>
18662
18663 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
18664
18665 2014-11-22 Yao Qi <yao@codesourcery.com>
18666
18667 * gdb.trace/entry-values.c: Remove asms.
18668 (foo): Add foo_label.
18669 (bar): Add bar_label.
18670 * gdb.trace/entry-values.exp: Remove code computing foo's
18671 length and bar's length.
18672 (Dwarf::assemble): Invoke function_range for bar and use
18673 MACRO_AT_func for foo.
18674
18675 2014-11-22 Yao Qi <yao@codesourcery.com>
18676
18677 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
18678 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
18679 Use .Lgcc43_procstart instead of gcc43.
18680
18681 2014-11-21 Joel Brobecker <brobecker@adacore.com>
18682
18683 * gdb.ada/n_arr_bound: New testcase.
18684
18685 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
18686
18687 PR breakpoints/10737
18688 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
18689 test_catch_syscall_multi_arch.
18690 (test_catch_syscall_multi_arch): New function.
18691
18692 2014-11-20 Doug Evans <xdje42@gmail.com>
18693
18694 * gdb.base/maint.exp: Update expected output.
18695
18696 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
18697
18698 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
18699 4-byte instruction on S390.
18700
18701 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18702
18703 * gdb.ada/arr_arr: New testcase.
18704
18705 2014-11-19 Joel Brobecker <brobecker@adacore.com>
18706
18707 * gdb.ada/pkd_arr_elem: New Testcase.
18708
18709 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
18710
18711 * gdb.reverse/break-precsave: Expect completion message for
18712 core file reads.
18713 * gdb.reverse/consecutive-precsave.exp: Likewise.
18714 * gdb.reverse/finish-precsave.exp: Likewise.
18715 * gdb.reverse/i386-precsave.exp: Likewise.
18716 * gdb.reverse/machinestate-precsave.exp: Likewise.
18717 * gdb.reverse/sigall-precsave.exp: Likewise.
18718 * gdb.reverse/solib-precsave.exp: Likewise.
18719 * gdb.reverse/step-precsave.exp: Likewise.
18720 * gdb.reverse/until-precsave.exp: Likewise.
18721 * gdb.reverse/watch-precsave.exp: Likewise.
18722
18723 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18724
18725 * gdb.base/bp-permanent.c: Include unistd.h.
18726 * gdb.python/py-framefilter-mi.c (main): Add return type.
18727 * gdb.python/py-framefilter.c (main): Likewise.
18728 * gdb.trace/actions-changed.c (main): Likewise.
18729
18730 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18731
18732 * gdb.mi/until.c: Add eye-catchers.
18733 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
18734 line numbers.
18735
18736 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
18737
18738 * gdb.base/condbreak.exp: Drop references to removed non-prototype
18739 function header variants in break1.c.
18740 * gdb.base/ena-dis-br.exp: Likewise.
18741 * gdb.base/hbreak2.exp: Likewise.
18742 * gdb.reverse/until-precsave.exp: Drop references to removed
18743 non-prototype function header variants in ur1.c.
18744 * gdb.reverse/until-reverse.exp: Likewise.
18745
18746 2014-11-17 Petr Machata <pmachata@redhat.com>
18747
18748 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
18749 ${_cu_offset_size} bytes abbrev offset.
18750
18751 2014-11-15 Doug Evans <xdje42@gmail.com>
18752
18753 PR symtab/17559
18754 * gdb.base/line-symtabs.exp: New file.
18755 * gdb.base/line-symtabs.c: New file.
18756 * gdb.base/line-symtabs.h: New file.
18757
18758 2014-11-14 Yao Qi <yao@codesourcery.com>
18759
18760 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
18761 (func): Add label func_label.
18762 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
18763 Replace low_pc and high_pc with MACRO_AT_range.
18764 Replace name, low_pc and high_pc with MACRO_AT_func.
18765
18766 2014-11-14 Yao Qi <yao@codesourcery.com>
18767
18768 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
18769 Replace name, low_pc and high_pc with MACRO_AT_func.
18770
18771 2014-11-14 Yao Qi <yao@codesourcery.com>
18772
18773 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
18774 produce debug information.
18775 * gdb.dwarf2/implptr-optimized-out.S: Removed.
18776
18777 2014-11-14 Yao Qi <yao@codesourcery.com>
18778
18779 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
18780 object and get function length.
18781 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
18782 with MACRO_AT_func.
18783 (top-level): Replace gdb_compile and clean_restart with
18784 prepare_for_testing.
18785 * gdb.dwarf2/main.c (main): Add label main_label.
18786
18787 2014-11-14 Yao Qi <yao@codesourcery.com>
18788
18789 * lib/dwarf.exp (function_range): New procedure.
18790 (Dwarf::_handle_macro_at_func): New procedure.
18791 (Dwarf::_handle_macro_at_range): New procedure.
18792 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
18793
18794 2014-11-14 Yao Qi <yao@codesourcery.com>
18795
18796 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
18797 (_handle_attribute): New procedure.
18798
18799 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18800
18801 * gdb.ada/cond_lang/foo.c (callme): Add return type.
18802 * gdb.base/call-sc.c (zed): Likewise.
18803 * gdb.base/checkpoint.c (main): Likewise.
18804 * gdb.base/dump.c (main): Likewise.
18805 * gdb.base/gcore.c (main): Likewise.
18806 * gdb.base/huge.c (main): Likewise.
18807 * gdb.base/multi-forks.c (main): Likewise.
18808 * gdb.base/pr10179-a.c (main): Likewise.
18809 * gdb.base/savedregs.c (main): Likewise.
18810 * gdb.base/sigaltstack.c (main): Likewise.
18811 * gdb.base/siginfo.c (main): Likewise.
18812 * gdb.base/structs.c (zed): Likewise.
18813 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
18814 * gdb.mi/mi-syn-frame.c (main): Likewise.
18815 * gdb.mi/until.c (foo, main): Likewise.
18816 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
18817 * gdb.base/solib-weak.c (foo): Declare.
18818 * gdb.base/attach-twice.c: Include stdio.h.
18819 * gdb.base/weaklib1.c: Likewise.
18820 * gdb.base/weaklib2.c: Likewise.
18821 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
18822 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
18823 unistd.h.
18824 * gdb.base/attach-pie-misread.c: Include stdlib.h.
18825 * gdb.mi/mi-exit-code.c: Likewise.
18826 * gdb.base/break-interp-lib.c: Include string.h.
18827 * gdb.base/coremaker.c: Likewise.
18828 * gdb.base/testenv.c: Likewise.
18829 * gdb.python/py-finish-breakpoint.c: Likewise.
18830 * gdb.base/inferior-died.c: Include sys/wait.h.
18831 * gdb.base/fileio.c: Include time.h.
18832 * gdb.base/async-shell.c: Include unistd.h.
18833 * gdb.base/dprintf-non-stop.c: Likewise.
18834 * gdb.base/info-os.c: Likewise.
18835 * gdb.mi/mi-console.c: Likewise.
18836 * gdb.mi/watch-nonstop.c: Likewise.
18837 * gdb.python/py-events.c: Likewise.
18838 * gdb.base/async.c (baz): Move up before its invocation.
18839 * gdb.base/code_elim2.c (my_global_func): Likewise.
18840 * gdb.base/skip-solib-lib.c (multiply): Likewise.
18841 * gdb.base/advance.c (func2): Likewise.
18842
18843 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18844
18845 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
18846 variant.
18847 * gdb.base/annota3.c: Likewise.
18848 * gdb.base/async.c: Likewise.
18849 * gdb.base/average.c: Likewise.
18850 * gdb.base/call-ar-st.c: Likewise.
18851 * gdb.base/call-rt-st.c: Likewise.
18852 * gdb.base/call-sc.c: Likewise.
18853 * gdb.base/call-strs.c: Likewise.
18854 * gdb.base/ending-run.c: Likewise.
18855 * gdb.base/execd-prog.c: Likewise.
18856 * gdb.base/exprs.c: Likewise.
18857 * gdb.base/foll-exec.c: Likewise.
18858 * gdb.base/foll-fork.c: Likewise.
18859 * gdb.base/foll-vfork.c: Likewise.
18860 * gdb.base/funcargs.c: Likewise.
18861 * gdb.base/gcore.c: Likewise.
18862 * gdb.base/jump.c: Likewise.
18863 * gdb.base/langs0.c: Likewise.
18864 * gdb.base/langs1.c: Likewise.
18865 * gdb.base/langs2.c: Likewise.
18866 * gdb.base/mips_pro.c: Likewise.
18867 * gdb.base/nodebug.c: Likewise.
18868 * gdb.base/opaque0.c: Likewise.
18869 * gdb.base/opaque1.c: Likewise.
18870 * gdb.base/recurse.c: Likewise.
18871 * gdb.base/run.c: Likewise.
18872 * gdb.base/scope0.c: Likewise.
18873 * gdb.base/scope1.c: Likewise.
18874 * gdb.base/setshow.c: Likewise.
18875 * gdb.base/setvar.c: Likewise.
18876 * gdb.base/shmain.c: Likewise.
18877 * gdb.base/shr1.c: Likewise.
18878 * gdb.base/shr2.c: Likewise.
18879 * gdb.base/sigall.c: Likewise.
18880 * gdb.base/signals.c: Likewise.
18881 * gdb.base/so-indr-cl.c: Likewise.
18882 * gdb.base/solib2.c: Likewise.
18883 * gdb.base/structs.c: Likewise.
18884 * gdb.base/sum.c: Likewise.
18885 * gdb.base/vforked-prog.c: Likewise.
18886 * gdb.base/watchpoint.c: Likewise.
18887 * gdb.reverse/shr2.c: Likewise.
18888 * gdb.reverse/until-reverse.c: Likewise.
18889 * gdb.reverse/ur1.c: Likewise.
18890 * gdb.reverse/watch-reverse.c: Likewise.
18891
18892 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18893
18894 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
18895 variant.
18896 * gdb.base/sepdebug.exp: Drop references to removed code.
18897
18898 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18899
18900 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
18901 variant. Preserve original line numbering.
18902 * gdb.base/list1.c: Likewise.
18903
18904 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18905
18906 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
18907 variant.
18908 * gdb.base/break1.c: Likewise.
18909 * gdb.base/break.exp: Drop references to removed code.
18910
18911 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18912
18913 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
18914 variant.
18915
18916 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18917
18918 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
18919
18920 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18921
18922 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
18923 logic into perform_all_tests() and invoke it with and without
18924 function header prototypes.
18925 (do_function_calls): Remove conditional XFAIL for PR 5318.
18926 (rerun_and_prepare): Remove duplicate code.
18927 (perform_all_tests): New. Main logic moved here.
18928
18929 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18930
18931 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
18932 code guarded by #ifdef NO_PROTOTYPES.
18933 (t_double_many_args): Likewise.
18934 (DEF_FUNC_MANY_ARGS_1): Likewise.
18935 (DEF_FUNC_VALUES_1): Likewise.
18936 (t_structs_ldc): Renamed from t_structs_fc in conditional code
18937 guarded by #ifdef PROTOTYPES.
18938
18939 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18940
18941 * gdb.mi/mi-console.c: Add eye-catcher.
18942 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
18943 instead of literal line number.
18944
18945 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18946
18947 * gdb.base/shr2.c: Add eye-catcher.
18948 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
18949 line number.
18950
18951 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18952
18953 * gdb.base/jump.c: Add eye-catchers.
18954 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
18955 numbers.
18956
18957 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18958
18959 * gdb.base/execd-prog.c: Add eye-catchers.
18960 * gdb.base/foll-exec.c: Likewise.
18961 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
18962 line numbers.
18963
18964 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18965
18966 * gdb.base/ending-run.c: Add eye-catchers.
18967 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
18968 literal line numbers.
18969
18970 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18971
18972 * gdb.base/call-rt-st.c: Add eye-catchers.
18973 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
18974 literal line numbers.
18975
18976 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18977
18978 * gdb.base/call-ar-st.c: Add eye-catchers.
18979 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
18980 literal line numbers.
18981
18982 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18983
18984 * gdb.base/average.c: Add eye-catchers.
18985 * gdb.base/sum.c: Likewise.
18986 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
18987 regexps dynamically.
18988
18989 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
18990
18991 * gdb.base/solib1.c: Add eye-catchers.
18992 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
18993 literal line numbers.
18994
18995 2014-11-12 Pedro Alves <palves@redhat.com>
18996
18997 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
18998 leader has exited.
18999
19000 2014-11-12 Pedro Alves <palves@redhat.com>
19001
19002 * gdb.arch/i386-bp_permanent.c: New file.
19003 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
19004 (srcfile): Set to i386-bp_permanent.c.
19005 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
19006 that stepi does not execute the 'leave' instruction, instead of
19007 testing it does execute.
19008 * gdb.base/bp-permanent.c: New file.
19009 * gdb.base/bp-permanent.exp: New file.
19010
19011 2014-11-10 Doug Evans <xdje42@gmail.com>
19012
19013 PR symtab/17564
19014 * gdb.base/symtab-search-order.exp: New file.
19015 * gdb.base/symtab-search-order.c: New file.
19016 * gdb.base/symtab-search-order-1.c: New file.
19017 * gdb.base/symtab-search-order-shlib-1.c: New file.
19018
19019 2014-11-07 Pedro Alves <palves@redhat.com>
19020
19021 PR gdb/17511
19022 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
19023 i?86-*-linux*.
19024
19025 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
19026
19027 PR c++/17494
19028 * gdb.cp/pr17494.cc: New file.
19029 * gdb.cp/pr17494.exp: New file.
19030
19031 2014-11-02 Yao Qi <yao@codesourcery.com>
19032
19033 * gdb.python/python.exp: Get working directory and match the
19034 output of "set extended-prompt \\w " with it.
19035
19036 2014-10-30 Doug Evans <dje@google.com>
19037
19038 * gdb.python/py-objfile.exp: Add tests for setting random attributes
19039 in objfiles.
19040 * gdb.python/py-progspace.exp: Add tests for setting random attributes
19041 in progspaces.
19042
19043 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
19044
19045 * gdb.base/fullpath-expand.exp: Skip for a remote host.
19046 * gdb.base/realname-expand.exp: Likewise.
19047 * gdb.linespec/macro-relative.exp: Likewise.
19048
19049 2014-10-29 Pedro Alves <palves@redhat.com>
19050
19051 PR gdb/17408
19052 * gdb.threads/schedlock.c (some_function): New function.
19053 (call_function): New global.
19054 (MAYBE_CALL_SOME_FUNCTION): New macro.
19055 (thread_function): Call it.
19056 * gdb.threads/schedlock.exp (get_args): Add description parameter,
19057 and use it instead of a global counter. Adjust all callers.
19058 (get_current_thread): Use "find current thread" for test message
19059 here rather than having all callers pass down the same string.
19060 (goto_loop): New procedure, factored out from ...
19061 (my_continue): ... this.
19062 (step_ten_loops): Change parameter from test message to command to
19063 use. Adjust.
19064 (list_count): Delete global.
19065 (check_result): New procedure, factored out from duplicate top
19066 level code.
19067 (continue tests): Wrap in with_test_prefix.
19068 (test_step): New procedure, factored out from duplicate top level
19069 code.
19070 (top level): Test "step" in combination with all scheduler-locking
19071 modes. Test "next" in combination with all scheduler-locking
19072 modes, and in combination with stepping over a function call or
19073 not.
19074 * gdb.threads/next-bp-other-thread.c: New file.
19075 * gdb.threads/next-bp-other-thread.exp: New file.
19076
19077 2014-10-29 Pedro Alves <palves@redhat.com>
19078
19079 PR python/17372
19080 * gdb.python/python.exp: Test a multi-line command that spawns
19081 interactive Python.
19082 * gdb.base/multi-line-starts-subshell.exp: New file.
19083
19084 2014-10-29 Yao Qi <yao@codesourcery.com>
19085
19086 * gdb.base/fileio.exp: Make directories on host.
19087
19088 2014-10-29 Yao Qi <yao@codesourcery.com>
19089
19090 * gdb.base/fileio.c (test_write): Close the file.
19091
19092 2014-10-28 Pedro Alves <palves@redhat.com>
19093
19094 PR gdb/12623
19095 * gdb.base/sigstep.c (no_handler): New global.
19096 (main): If 'no_handler is true, set the signal handlers to
19097 SIG_IGN.
19098 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
19099 with_sw_watch and no_handler parameters. Handle them.
19100 (top level) <stepping over handler when stopped at a breakpoint
19101 test>: Add a test axis for testing with a software watchpoint, and
19102 another for testing with the signal handler set to SIG_IGN.
19103 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
19104 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
19105
19106 2014-10-28 Pedro Alves <palves@redhat.com>
19107
19108 PR gdb/17511
19109 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
19110 * gdb.base/sigstep.exp (other_handler_location): New global.
19111 (advance): Support stepping into the signal handler, and running
19112 commands while in the handler.
19113 (in_handler_map): New global.
19114 (top level): In the advance test, add combinations for getting
19115 into the handler with stepping commands, and for running commands
19116 in the handler. Add comment descripting the advancei tests.
19117
19118 2014-10-28 Pedro Alves <palves@redhat.com>
19119
19120 * gdb.base/sigstep.exp: Use build_executable instead of
19121 prepare_for_testing.
19122 (top level): Move code that starts GDB, runs to main and creates a
19123 display to ...
19124 (restart): ... this new procedure.
19125 (top level): Move backtrace from signal handler test to ...
19126 (validate_backtrace): ... this new procedure.
19127 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
19128 with_test_prefix. Always restart GDB.
19129 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
19130 with_test_prefix. Always restart GDB. No need to delete
19131 breakpoints after the test.
19132 (test_skip_handler): Remove prefix parameter.
19133 (skip_over_handler, breakpoint_to_handler)
19134 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
19135 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
19136 restart GDB. No need to delete breakpoints after the test.
19137 (top level): Use foreach to call the test procedures with
19138 different commands.
19139
19140 2014-10-28 Pedro Alves <palves@redhat.com>
19141
19142 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
19143 instead of GNATS numbers.
19144 * gdb.base/sigbpt.exp: Likewise.
19145 * gdb.base/siginfo.exp: Likewise.
19146 * gdb.base/sigstep.exp: Likewise.
19147
19148 2014-10-27 Pedro Alves <palves@redhat.com>
19149
19150 * gdb.base/sigstep.c (dummy): New global.
19151 (main): Issue a couple writes to the new global.
19152 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
19153 procedures.
19154 (skip_over_handler): Use test_skip_handler.
19155 (top level): Call skip_over_handler for stepi and nexti too.
19156 (breakpoint_over_handler): Use test_skip_handler.
19157 (top level): Call breakpoint_over_handler for stepi and nexti too.
19158
19159 2014-10-27 Yao Qi <yao@codesourcery.com>
19160
19161 * gdb.trace/tfile.c (adjust_function_address)
19162 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
19163 function descriptor.
19164
19165 2014-10-24 Don Breazeal <donb@codesourcery.com>
19166
19167 * gdb.base/foll-fork.exp (test_follow_fork,
19168 catch_fork_child_follow): Check for updated fork messages emitted
19169 from infrun.c.
19170 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
19171 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
19172 vfork_and_exec_child_follow_through_step): Check for updated vfork
19173 messages emitted from infrun.c.
19174
19175 2014-10-24 Pedro Alves <palves@redhat.com>
19176
19177 * gdb.base/corefile.exp: Remove references to ultrix.
19178 * gdb.base/interrupt.exp: Likewise.
19179 * gdb.base/whatis.exp: Likewise.
19180 * gdb.gdb/selftest.exp: Likewise.
19181 * gdb.threads/manythreads.exp: Likewise.
19182 * gdb.threads/print-threads.exp: Likewise.
19183 * gdb.threads/pthreads.exp:: Likewise.
19184 * gdb.threads/schedlock.exp: Likewise.
19185
19186 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
19187
19188 * gdb.cp/non-trivial-retval.cc: Add a test case.
19189 * gdb.cp/non-trivial-retval.exp: Add a test.
19190
19191 2014-10-20 Yao Qi <yao@codesourcery.com>
19192
19193 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
19194 * gdb.python/py-objfile-script-gdb.py: New file.
19195 * gdb.python/py-objfile-script.exp: Update reference to
19196 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
19197 of remote_download. Remove the dest file.
19198
19199 2014-10-20 Yao Qi <yao@codesourcery.com>
19200
19201 * gdb.base/checkpoint.exp: Don't remove file copied on host.
19202 * gdb.base/step-line.exp: Likewise.
19203 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
19204 * gdb.dwarf2/dw2-basic.exp: Likewise.
19205 * gdb.dwarf2/dw2-compressed.exp: Likewise.
19206 * gdb.dwarf2/dw2-filename.exp: Likewise.
19207 * gdb.dwarf2/dw2-intercu.exp: Likewise.
19208 * gdb.dwarf2/dw2-intermix.exp: Likewise.
19209 * gdb.dwarf2/dw2-producer.exp: Likewise.
19210 * gdb.dwarf2/mac-fileno.exp: Likewise.
19211 * gdb.python/py-frame-args.exp: Likewise.
19212 * gdb.python/py-framefilter.exp: Likewise.
19213 * gdb.python/py-mi.exp: Likewise.
19214 * gdb.python/py-objfile-script.exp: Likewise
19215 * gdb.python/py-pp-integral.exp: Likewise.
19216 * gdb.python/py-pp-re-notag.exp: Likewise.
19217 * gdb.python/py-prettyprint.exp: Likewise.
19218 * gdb.python/py-section-script.exp: Likewise.
19219 * gdb.python/py-typeprint.exp: Likewise.
19220 * gdb.python/py-xmethods.exp: Likewise.
19221 * gdb.stabs/weird.exp: Likewise.
19222 * gdb.xml/tdesc-regs.exp: Likewise.
19223
19224 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
19225
19226 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
19227 (out_cu): Use addr_len for the size of addresses.
19228 (out_line): Likewise. Size DW_LNE_set_address instruction
19229 according to addr_len.
19230 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
19231 (FUNC): Add START_INSNS to definition.
19232
19233 2014-10-18 Yao Qi <yao@codesourcery.com>
19234
19235 * gdb.base/argv0-symlink.exp: Check argv[0] value if
19236 gdb_has_argv0 return true.
19237 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
19238 check [target_info exists noargs], check [gdb_has_argv0]
19239 instead.
19240 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19241 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
19242 procedures.
19243
19244 2014-10-17 Doug Evans <dje@google.com>
19245
19246 * gdb.python/py-events.exp: Update expected output for clear_objfiles
19247 event.
19248 * gdb.python/py-events.py: Add clear_objfiles event.
19249
19250 2014-10-17 Doug Evans <dje@google.com>
19251
19252 * gdb.python/py-objfile.exp: Test progspace attribute.
19253
19254 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
19255
19256 * gdb.guile/scm-breakpoint.exp: Do not assume any
19257 directory separators when matching source file paths.
19258 * gdb.python/py-breakpoint.exp: Likewise.
19259 * gdb.reverse/break-precsave.exp: Likewise.
19260 * gdb.reverse/break-reverse.exp: Likewise.
19261 * gdb.reverse/consecutive-precsave.exp: Likewise.
19262 * gdb.reverse/finish-precsave.exp: Likewise.
19263 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
19264 * gdb.reverse/finish-reverse.exp: Likewise.
19265 * gdb.reverse/i386-precsave.exp: Likewise.
19266 * gdb.reverse/i387-env-reverse.exp: Likewise.
19267 * gdb.reverse/i387-stack-reverse.exp: Likewise.
19268 * gdb.reverse/machinestate-precsave.exp: Likewise.
19269 * gdb.reverse/machinestate.exp: Likewise.
19270 * gdb.reverse/sigall-precsave.exp: Likewise.
19271 * gdb.reverse/solib-precsave.exp: Likewise.
19272 * gdb.reverse/step-precsave.exp: Likewise.
19273 * gdb.reverse/until-precsave.exp: Likewise.
19274 * gdb.reverse/watch-precsave.exp: Likewise.
19275 * gdb.reverse/watch-reverse.exp: Likewise.
19276
19277 2014-10-17 Yao Qi <yao@codesourcery.com>
19278
19279 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
19280 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
19281
19282 2014-10-17 Pedro Alves <palves@redhat.com>
19283
19284 PR gdb/17471
19285 * gdb.base/bg-execution-repeat.c: New file.
19286 * gdb.base/bg-execution-repeat.exp: New file.
19287
19288 2014-10-17 Pedro Alves <palves@redhat.com>
19289
19290 PR gdb/17300
19291 * gdb.base/continue-all-already-running.c: New file.
19292 * gdb.base/continue-all-already-running.exp: New file.
19293
19294 2014-10-17 Pedro Alves <palves@redhat.com>
19295
19296 PR gdb/17472
19297 * gdb.base/annota-input-while-running.c: New file.
19298 * gdb.base/annota-input-while-running.exp: New file.
19299
19300 2014-10-17 Pedro Alves <palves@redhat.com>
19301
19302 * gdb.base/callfuncs.exp: emove references to osf.
19303 * gdb.base/sigall.exp: Likewise.
19304 * gdb.gdb/selftest.exp: Likewise.
19305 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
19306 * gdb.mi/non-stop.c: Likewise.
19307 * gdb.mi/pthreads.c: Likewise.
19308 * gdb.reverse/sigall-precsave.exp: Likewise.
19309 * gdb.reverse/sigall-reverse.exp: Likewise.
19310 * gdb.threads/pthreads.c: Likewise.
19311 * gdb.threads/pthreads.exp: Likewise.
19312
19313 2014-10-17 Yao Qi <yao@codesourcery.com>
19314
19315 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
19316 check 'target_info exists noargs'.
19317 (test_command_prompt_position): Likewise.
19318 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
19319 Remove "set args".
19320 (progvar_simple_while_test): Likewise.
19321 (progvar_complex_if_while_test): Likewise.
19322 (if_while_breakpoint_command_test): Likewise.
19323 (infrun_breakpoint_command_test): Likewise.
19324 (breakpoint_command_test): Likewise.
19325 (watchpoint_command_test): Likewise.
19326 (bp_deleted_in_command_test): Likewise.
19327 (temporary_breakpoint_commands): Likewise.
19328
19329 2014-10-16 Yao Qi <yao@codesourcery.com>
19330
19331 * gdb.base/remotetimeout.exp: Remove noargs checking.
19332
19333 2014-10-15 Pedro Alves <palves@redhat.com>
19334
19335 PR breakpoints/9649
19336 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
19337 * gdb.base/breakpoint-in-ro-region.exp
19338 (probe_target_hardware_step): New procedure.
19339 (top level): Probe hardware stepping and hardware breakpoint
19340 support. Test stepping through a read-only region, with both
19341 "breakpoint auto-hw" on and off and both "always-inserted" on and
19342 off.
19343
19344 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
19345
19346 * gdb.dlang/demangle.exp: Update for demangling changes.
19347
19348 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
19349
19350 * gdb.cp/non-trivial-retval.cc: Add new test cases.
19351 * gdb.cp/non-trivial-retval.exp: Add new tests.
19352
19353 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
19354
19355 PR c++/13403
19356 PR c++/15154
19357 * gdb.cp/non-trivial-retval.cc: New file.
19358 * gdb.cp/non-trivial-retval.exp: New file.
19359
19360 2014-10-15 Yao Qi <yao@codesourcery.com>
19361
19362 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
19363 remote host.
19364
19365 2014-10-15 Yao Qi <yao@codesourcery.com>
19366
19367 * gdb.python/py-symbol.exp: Match file base name if host is
19368 remote, otherwise match file name with dir name.
19369 * gdb.python/py-symtab.exp: Likewise.
19370 * gdb.python/python.exp: Likewise.
19371
19372 2014-10-15 Yao Qi <yao@codesourcery.com>
19373
19374 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
19375 pattern.
19376 * gdb.python/py-symtab.exp: Likewise.
19377 * gdb.python/python.exp: Remove trailing ".*". Fix typo
19378 locationn.
19379
19380 2014-10-14 Joel Brobecker <brobecker@adacore.com>
19381
19382 * gdb.ada/addr_arith: New testcase.
19383
19384 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
19385
19386 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
19387 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
19388 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
19389 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
19390
19391 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
19392
19393 * gdb.arch/stap-eval-lang-ada.S: Likewise.
19394 * gdb.arch/stap-eval-lang-ada.c: Likewise.
19395 * gdb.arch/stap-eval-lang-ada.exp: New file.
19396
19397 2014-10-14 Yao Qi <yao@codesourcery.com>
19398
19399 * gdb.mi/mi-var-child.c (nothing1): New function.
19400 (nothing2): New function.
19401 (do_children_tests): Set function pointers by nothing1 and
19402 nothing2.
19403 * gdb.mi/mi-var-child.exp: Step over new added statements.
19404 Update test to match the new output.
19405 * gdb.mi/var-cmd.c (nothing1): New function.
19406 (nothing2): New function.
19407 (do_children_tests): Set function pointers by nothing1 and
19408 nothing2.
19409 * gdb.mi/mi-var-display.exp: Update test to match output.
19410 Step to the line specified by $line_dct_nothing.
19411 Increase the number of lines to step.
19412
19413 2014-10-14 Yao Qi <yao@codesourcery.com>
19414
19415 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
19416 tests.
19417 * gdb.mi/mi2-var-child.exp: Likewise.
19418
19419 2014-10-13 Doug Evans <dje@google.com>
19420
19421 * gdb.python/py-objfile.exp: Change name of file name test.
19422
19423 2014-10-13 Doug Evans <dje@google.com>
19424
19425 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
19426 from the start of the CU.
19427
19428 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
19429 Yao Qi <yao@codesourcery.com>
19430
19431 Fix "save breakpoints" for "catch" command.
19432 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
19433 Remove -nonewline. Match also the added "main" line.
19434
19435 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19436
19437 Fix "save breakpoints" for "disable $bpnum" command.
19438 * gdb.base/save-bp.c (main): Add label.
19439 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
19440
19441 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19442
19443 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
19444
19445 2014-10-11 Yao Qi <yao@codesourcery.com>
19446
19447 * gdb.server/server-kill.exp: Execute command
19448 "set remote trace-status-packet on" before "tstatus".
19449
19450 2014-10-11 Yao Qi <yao@codesourcery.com>
19451
19452 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
19453 (main): Call getppid.
19454 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
19455 and continue to it. Read variable "server_pid".
19456
19457 2014-10-11 Yao Qi <yao@codesourcery.com>
19458
19459 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
19460
19461 2014-10-11 Yao Qi <yao@codesourcery.com>
19462
19463 * gdb.threads/thread-find.exp: Don't execute command
19464 "info threads".
19465 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
19466 * gdb.threads/linux-dp.exp: Don't check the condition
19467 $threads_created equals to zero.
19468
19469 2014-10-10 Pedro Alves <palves@redhat.com>
19470
19471 * gdb.base/bigcore.exp: Remove references to IRIX.
19472 * gdb.base/funcargs.exp: Likewise.
19473 * gdb.base/interrupt.exp: Likewise.
19474 * gdb.base/mips_pro.exp: Likewise.
19475 * gdb.base/nodebug.exp: Likewise.
19476 * gdb.base/setvar.exp: Likewise.
19477 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
19478
19479 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
19480 Pedro Alves <palves@redhat.com>
19481
19482 PR symtab/14466
19483 * gdb.base/vdso-warning.c: New file.
19484 * gdb.base/vdso-warning.exp: New file.
19485
19486 2014-10-02 Doug Evans <dje@google.com>
19487
19488 * gdb.base/structs.c (main): Don't run forever.
19489
19490 2014-10-02 Pedro Alves <palves@redhat.com>
19491
19492 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
19493 (top level) <stop threads 1, stop threads 2>: Use it.
19494
19495 2014-10-02 Pedro Alves <palves@redhat.com>
19496
19497 * gdb.threads/break-while-running.exp (test): Add new
19498 'update_thread_list' argument. Skip "info threads" if false.
19499 (top level): Add new 'update_thread_list' axis.
19500
19501 2014-10-02 Pedro Alves <palves@redhat.com>
19502
19503 PR breakpoints/17431
19504 * gdb.base/execl-update-breakpoints.c: New file.
19505 * gdb.base/execl-update-breakpoints.exp: New file.
19506
19507 2014-10-01 Pedro Alves <palves@redhat.com>
19508
19509 * gdb.base/breakpoint-in-ro-region.c: New file.
19510 * gdb.base/breakpoint-in-ro-region.exp: New file.
19511
19512 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
19513
19514 * gdb.mi/mi-exit-code.exp: New file.
19515 * gdb.mi/mi-exit-code.c: New file.
19516
19517 2014-09-30 Yao Qi <yao@codesourcery.com>
19518
19519 * lib/prelink-support.exp (build_executable_own_libs): Error if
19520 the target isn't native.
19521
19522 2014-09-30 Yao Qi <yao@codesourcery.com>
19523
19524 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
19525 false.
19526
19527 2014-09-22 Pedro Alves <palves@redhat.com>
19528
19529 * gdb.threads/break-while-running.exp: New file.
19530 * gdb.threads/break-while-running.c: New file.
19531
19532 2014-09-19 Yao Qi <yao@codesourcery.com>
19533
19534 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
19535 Invoke test. Restart GDB with --readnow and invoke test again.
19536
19537 2014-09-19 Yao Qi <yao@codesourcery.com>
19538
19539 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
19540 proc set_breakpoint_on_gcd_function. Invoke
19541 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
19542 invoke set_breakpoint_on_gcd_function again.
19543
19544 2014-09-18 Doug Evans <dje@google.com>
19545
19546 * gdb.dwarf2/symtab-producer.exp: New file.
19547
19548 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19549
19550 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
19551 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
19552 * gdb.base/global-var-nested-by-dso.c: Likewise.
19553 * gdb.base/global-var-nested-by-dso.exp: Likewise.
19554
19555 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
19556 Pedro Alves <palves@redhat.com>
19557
19558 * gdb.base/watch-bitfields.exp: Pass string other than test file
19559 name to prepare_for_testing.
19560 (watch): New procedure.
19561 (expect_watchpoint): Use with_test_prefix.
19562 (top level): Factor out tests to ...
19563 (test_watch_location, test_regular_watch): ... these new
19564 procedures, and use with_test_prefix and gdb_continue_to_end.
19565
19566 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
19567
19568 PR breakpoints/12526
19569 * gdb.base/watch-bitfields.exp: New file.
19570 * gdb.base/watch-bitfields.c: New file.
19571
19572 2014-09-16 Pedro Alves <palves@redhat.com>
19573
19574 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
19575 software and hardware addresses, not software address against
19576 itself.
19577
19578 2014-09-16 Pedro Alves <palves@redhat.com>
19579
19580 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
19581 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
19582
19583 2014-09-16 Pedro Alves <palves@redhat.com>
19584
19585 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
19586 files.
19587 * gdb.base/a2-run.exp: Remove all code guarded by istarget
19588 "*-*-vxworks*" throughout.
19589 * gdb.base/break.exp: Likewise.
19590 * gdb.base/default.exp: Likewise.
19591 * gdb.base/scope.exp: Likewise.
19592 * gdb.base/sepdebug.exp: Likewise.
19593 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
19594 throughout.
19595 * gdb.base/run.c: Likewise.
19596 * gdb.base/sepdebug.c: Likewise.
19597 * gdb.hp/gdb.aCC/run.c: Likewise.
19598 * gdb.reverse/until-reverse.c: Likewise.
19599 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
19600
19601 2014-09-16 Yao Qi <yao@codesourcery.com>
19602
19603 * boards/local-remote-host-native.exp: New file.
19604
19605 2014-09-14 Doug Evans <xdje42@gmail.com>
19606
19607 * gdb.threads/queue-signal.c (thread_count): New variable.
19608 (thread_count_mutex, thread_count_condvar): New variables.
19609 (incr_thread_count, wait_all_threads_running): New functions.
19610 (main): Wait for all threads to be in their thread functions.
19611
19612 2014-09-13 Doug Evans <xdje42@gmail.com>
19613
19614 * gdb.threads/queue-signal.c: New file.
19615 * gdb.threads/queue-signal.exp: New file.
19616
19617 2014-09-13 Doug Evans <xdje42@gmail.com>
19618
19619 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
19620 be consistent with what default_gdb_init uses.
19621 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
19622 the plain text of the prompt. Add some logging printfs.
19623 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
19624
19625 2014-09-12 Pedro Alves <palves@redhat.com>
19626
19627 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
19628 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
19629 * gdb.arch/i386-size-overlap.exp: Likewise.
19630 * gdb.arch/i386-size.exp: Likewise.
19631 * gdb.arch/i386-unwind.exp: Likewise.
19632 * gdb.base/a2-run.exp: Likewise.
19633 * gdb.base/break.exp: Likewise.
19634 * gdb.base/charset.exp: Likewise.
19635 * gdb.base/chng-syms.exp: Likewise.
19636 * gdb.base/commands.exp: Likewise.
19637 * gdb.base/dbx.exp: Likewise.
19638 * gdb.base/find.exp: Likewise.
19639 * gdb.base/funcargs.exp: Likewise.
19640 * gdb.base/jit-simple.exp: Likewise.
19641 * gdb.base/reread.exp: Likewise.
19642 * gdb.base/sepdebug.exp: Likewise.
19643 * gdb.base/step-bt.exp: Likewise.
19644 * gdb.cp/mb-inline.exp: Likewise.
19645 * gdb.cp/mb-templates.exp: Likewise.
19646 * gdb.objc/basicclass.exp: Likewise.
19647 * gdb.threads/killed.exp: Likewise.
19648
19649 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
19650
19651 PR tdep/17379
19652 * gdb.arch/powerpc-stackless.S: New file.
19653 * gdb.arch/powerpc-stackless.exp: New file.
19654
19655 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
19656
19657 * gdb.base/attach.c: Include unistd.h.
19658 (main): Call alarm. Add label postloop.
19659 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
19660 gdb_breakpoint, gdb_continue_to_breakpoint.
19661 (test_command_line_attach_run): Kill ${testpid} in one exit path.
19662
19663 2014-09-11 Pedro Alves <palves@redhat.com>
19664
19665 PR gdb/17347
19666 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
19667 * gdb.base/attach.exp (test_command_line_attach_run): New
19668 procedure.
19669 (top level): Call it.
19670
19671 2014-09-11 Pedro Alves <palves@redhat.com>
19672
19673 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
19674 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
19675 (do_command_attach_tests): Use spawn_wait_for_attach.
19676 * gdb.base/solib-overlap.exp: Likewise.
19677 * gdb.multi/multi-attach.exp: Likewise.
19678 * gdb.python/py-prompt.exp: Likewise.
19679 * gdb.python/py-sync-interp.exp: Likewise.
19680 * gdb.server/ext-attach.exp: Likewise.
19681
19682 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
19683
19684 * gdb.fortran/array-element.exp: Remove unexpected "continue"
19685 command in testcase. Simplify testcase.
19686
19687 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19688
19689 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
19690
19691 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19692
19693 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
19694
19695 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19696
19697 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
19698
19699 2014-09-10 Joel Brobecker <brobecker@adacore.com>
19700
19701 * gdb.dwarf2/dynarr-ptr.c: New file.
19702 * gdb.dwarf2/dynarr-ptr.exp: New file.
19703
19704 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19705
19706 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
19707 of 30 rather than hardcoding 120 for a slow test case. Take the
19708 `gdb,timeout' target setting into account for this calculation.
19709 Don't extend the timeout for the test cases that don't need it.
19710
19711 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19712
19713 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
19714 a factor of 2 for a slow test case. Take the `gdb,timeout'
19715 target setting into account for this calculation.
19716 * gdb.reverse/until-precsave.exp: Increase the timeout by
19717 a factor of 15 and 3 respectively rather than adding 120
19718 for a pair of slow test cases. Take the `gdb,timeout'
19719 target setting into account for this calculation.
19720
19721 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19722
19723 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
19724 timeout, don't pass one down to gdb_expect.
19725 (gdb_expect): Rework timeout selection.
19726
19727 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19728
19729 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
19730 exception on timeout.
19731 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
19732 (gdbserver_start_extended): Catch any `gdbserver_start' error
19733 exceptions.
19734 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
19735 * lib/mi-support.exp (mi_gdb_target_load): Catch any
19736 `gdbserver_gdb_load' error exceptions.
19737
19738 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
19739
19740 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
19741 120 on waiting for the TCP socket to open.
19742
19743 2014-09-09 Doug Evans <xdje42@gmail.com>
19744
19745 * gdb.base/default.exp (show_conv_list): Add _caller_is,
19746 _caller_matches, _any_caller_is, _any_caller_matches.
19747
19748 2014-09-09 Doug Evans <xdje42@gmail.com>
19749
19750 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
19751
19752 2014-09-09 Yao Qi <yao@codesourcery.com>
19753
19754 * gdb.mi/mi-var-display.exp: Set print symbol off.
19755
19756 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
19757
19758 PR gdb/17035
19759 * gdb.base/commands.exp: Add tests to verify user-defined
19760 commands with empty bodies.
19761 * gdb.python/py-cmd.exp: Test that we don't show user-defined
19762 python commands in `show user command`.
19763 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
19764 scheme commands in `show user command`.
19765
19766 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
19767
19768 PR python/17355
19769 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
19770 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
19771 * gdb.python/py-framefilter-invalidarg.exp: New file.
19772 * gdb.python/py-framefilter-invalidarg.py: New file.
19773
19774 2014-09-06 Doug Evans <xdje42@gmail.com>
19775
19776 PR 15276
19777 * gdb.python/py-caller-is.c: New file.
19778 * gdb.python/py-caller-is.exp: New file.
19779
19780 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
19781
19782 PR gdb/17235
19783 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
19784 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
19785
19786 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
19787
19788 PR fortran/17237
19789 * gdb.fortran/print-formatted.exp: New file.
19790 * gdb.fortran/print-formatted.f90: Likewise.
19791
19792 2014-09-03 Sasha Smundak <asmundak@google.com>
19793
19794 * gdb.python/py-frame.exp: Test Frame.read_register.
19795
19796 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
19797
19798 PR python/16699
19799 * gdb.python/py-completion.exp: New file.
19800 * gdb.python/py-completion.py: Likewise.
19801
19802 2014-08-28 Doug Evans <dje@google.com>
19803
19804 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
19805 eax,etc. are live with values set by gdb and thus the compiler can't
19806 use them.
19807 * gdb.arch/i386-pseudo.c (main): Ditto.
19808
19809 2014-08-27 Doug Evans <dje@google.com>
19810
19811 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
19812
19813 2014-08-25 Doug Evans <dje@google.com>
19814
19815 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
19816 (main): Ditto.
19817
19818 2014-08-25 Doug Evans <dje@google.com>
19819
19820 * gdb.threads/thread-execl.exp: #include <stdio.h>.
19821
19822 2014-08-24 Yao Qi <yao@codesourcery.com>
19823
19824 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
19825 symbol off.
19826 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
19827
19828 2014-08-22 Doug Evans <dje@google.com>
19829
19830 PR 17276
19831 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
19832 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
19833 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
19834
19835 2014-08-22 Yao Qi <yao@codesourcery.com>
19836
19837 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
19838 * gdb.python/py-finish-breakpoint2.exp: Likewise.
19839 * gdb.python/python.exp: Likewise. Use .py file on the host
19840 instead of the build.
19841
19842 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
19843
19844 * gdb.threads/gcore-stale-thread.c: New file.
19845 * gdb.threads/gcore-stale-thread.exp: New file.
19846
19847 2014-08-21 Pedro Alves <palves@redhat.com>
19848
19849 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
19850 * gdb.base/gcore-relro-pie.exp: Likewise.
19851 * gdb.base/gcore-relro.exp: Likewise.
19852 * gdb.base/gcore.exp: Likewise.
19853 * gdb.base/print-symbol-loading.exp: Likewise.
19854 * gdb.threads/gcore-thread.exp: Likewise.
19855 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
19856
19857 2014-08-20 Pedro Alves <palves@redhat.com>
19858 Jan Kratochvil <jan.kratochvil@redhat.com>
19859
19860 * Makefile.in (EXTRA_RULES, CC): New variables, get from
19861 configure.
19862 (EXPECT): Handle READ1 being set.
19863 (all): Depend on EXTRA_RULES.
19864 (check-read1, expect-read1, read1.so, read1): New rules.
19865 * README (Testsuite Parameters): Document the READ1 make variable.
19866 (Race detection): New section.
19867 * configure: Regenerate.
19868 * configure.ac: If build==host==target, and running under a
19869 GNU/glibc system, add read1 to the extra Makefile rules.
19870 (EXTRA_RULES): AC_SUBST it.
19871 * lib/read1.c: New file.
19872
19873 2014-08-20 Joel Brobecker <brobecker@adacore.com>
19874
19875 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
19876 the handling of variables declared as a typedef to an array
19877 which a DW_AT_data_location attribute.
19878
19879 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
19880 Pedro Alves <palves@redhat.com>
19881
19882 PR symtab/14604
19883 PR symtab/14605
19884 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
19885 gdb_test.
19886
19887 2014-08-19 Pedro Alves <palves@redhat.com>
19888
19889 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
19890
19891 2014-08-19 Yao Qi <yao@codesourcery.com>
19892
19893 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
19894 right line.
19895
19896 2014-08-18 David Blaikie <dblaikie@gmail.com>
19897
19898 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
19899
19900 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19901
19902 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
19903 attribute in array range.
19904
19905 2014-08-18 Joel Brobecker <brobecker@adacore.com>
19906
19907 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
19908
19909 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19910
19911 PR c++/17132
19912 * gdb.cp/pr17132.cc: New file.
19913 * gdb.cp/pr17132.exp: New file.
19914
19915 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
19916
19917 * gdb.python/py-xmethods.py (A_getarrayind)
19918 (E_method_char_worker.__call__, E_method_int_worker.__call__):
19919 Use 'print' with function call syntax.
19920 (E_method_matcher.match): Fix tab vs space indentation mixup.
19921
19922 2014-08-15 Yao Qi <yao@codesourcery.com>
19923
19924 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
19925 false.
19926
19927 2014-08-15 Yao Qi <yao@codesourcery.com>
19928
19929 * gdb.cp/casts.exp: Set print symbol off.
19930 * gdb.cp/class2.exp: Likewise.
19931 * gdb.cp/overload.exp: Likewise.
19932 * gdb.cp/templates.exp: Likewise.
19933
19934 2014-08-11 Doug Evans <dje@google.com>
19935
19936 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
19937 (test_load_shlib): Update.
19938
19939 2014-08-09 Yao Qi <yao@codesourcery.com>
19940
19941 * gdb.base/display.exp: Invoke is_address_zero_readable.
19942 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
19943 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
19944 * gdb.base/hbreak-unmapped.exp: Return if
19945 is_address_zero_readable returns true.
19946 * gdb.base/signest.exp: Likewise.
19947 * gdb.base/signull.exp: Likewise.
19948 * gdb.base/sigbpt.exp: Likewise.
19949 * gdb.guile/scm-disasm.exp: Do the test if
19950 is_address_zero_readable returns false.
19951 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
19952 * gdb.python/py-arch.exp: Likewise.
19953 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
19954 * lib/gdb.exp (is_address_zero_readable): New proc.
19955
19956 2014-08-09 Yao Qi <yao@codesourcery.com>
19957
19958 PR testsuite/13443
19959 * gdb.mi/mi-var-display.exp: Make test messages unique.
19960
19961 2014-08-04 Tom Tromey <tromey@redhat.com>
19962
19963 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
19964 target 0".
19965
19966 2014-08-04 Tom Tromey <tromey@redhat.com>
19967
19968 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
19969 "target_resume".
19970
19971 2014-08-01 Joel Brobecker <brobecker@adacore.com>
19972
19973 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
19974 inner_vla_struct_object_size.
19975 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
19976 as xfail.
19977
19978 2014-07-30 Pedro Alves <palves@redhat.com>
19979
19980 * gdb.threads/signal-command-handle-nopass.exp (test): Add
19981 comment.
19982
19983 2014-07-29 Yao Qi <yao@codesourcery.com>
19984
19985 PR gdb/17206
19986 * gdb.base/until-nodebug.exp: New.
19987
19988 2014-07-28 Doug Evans <xdje42@gmail.com>
19989
19990 PR guile/17203
19991 * gdb.guile/scm-parameter.exp: Add tests for trying to create
19992 previously existing parameter, and previously ambiguously spelled
19993 parameter.
19994
19995 2014-07-28 Will Newton <will.newton@linaro.org>
19996
19997 * gdb.base/varargs.exp: Remove KFAILs for ARM.
19998
19999 2014-07-26 Ludovic Courtès <ludo@gnu.org>
20000 Doug Evans <xdje42@gmail.com>
20001
20002 PR guile/17146
20003 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
20004
20005 2014-07-25 Pedro Alves <palves@redhat.com>
20006
20007 * gdb.threads/signal-command-handle-nopass.c: New file.
20008 * gdb.threads/signal-command-handle-nopass.exp: New file.
20009 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
20010 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
20011 * gdb.threads/signal-delivered-right-thread.c: New file.
20012 * gdb.threads/signal-delivered-right-thread.exp: New file.
20013
20014 2014-07-25 Pedro Alves <palves@redhat.com>
20015
20016 * gdb.base/double-prompt-target-event-error.exp
20017 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
20018 match.
20019 (cancel_pagination_in_target_event): Rework double prompt
20020 detection.
20021 * gdb.base/paginate-after-ctrl-c-running.exp
20022 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
20023 <return>' match.
20024 * gdb.base/paginate-bg-execution.exp
20025 (test_bg_execution_pagination_return)
20026 (test_bg_execution_pagination_cancel): Remove '-notransfer
20027 <return>' matches.
20028 * gdb.base/paginate-execution-startup.exp
20029 (test_fg_execution_pagination_return)
20030 (test_fg_execution_pagination_cancel): Remove '-notransfer
20031 <return>' matches.
20032 * gdb.base/paginate-inferior-exit.exp
20033 (test_paginate_inferior_exited): Remove '-notransfer <return>'
20034 match.
20035 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
20036 * lib/gdb.exp (pagination_prompt): Run text through
20037 string_to_regexp.
20038 (gdb_test_multiple): Match $pagination_prompt instead of
20039 "<return>".
20040 (string_to_regexp): Move to lib/gdb-utils.exp.
20041
20042 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
20043
20044 * gdb.arch/amd64-entry-value-paramref.S: New file.
20045 * gdb.arch/amd64-entry-value-paramref.cc: New file.
20046 * gdb.arch/amd64-entry-value-paramref.exp: New file.
20047 * gdb.arch/amd64-optimout-repeat.S: New file.
20048 * gdb.arch/amd64-optimout-repeat.c: New file.
20049 * gdb.arch/amd64-optimout-repeat.exp: New file.
20050
20051 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
20052
20053 PR gdb/17170
20054 * gdb.base/statistics.exp: New file.
20055
20056 2014-07-17 Doug Evans <dje@google.com>
20057
20058 PR gdb/17170
20059 * gdb.base/maint.exp: Update testing of per-command stats.
20060
20061 2014-07-16 Pedro Alves <palves@redhat.com>
20062
20063 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
20064 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
20065 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
20066 (tfile_write_buf): New functions.
20067 (add_memory_block): Rewrite using the above.
20068 (adjust_function_address): New function.
20069 (FUNCTION_ADDRESS): New macro.
20070 (write_basic_trace_file): Remove short_x local, and use
20071 tfile_write_16. Change type of func_addr local to unsigned long
20072 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
20073 here. Cast argument of add_memory_block to char pointer.
20074 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
20075 (main): Remove parameters.
20076 * gdb.trace/tfile.exp: Remove nowarnings.
20077
20078 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
20079
20080 * gdb.base/debug-expr.exp: Test string evaluation with
20081 "debug expression" on.
20082
20083 2014-07-15 Pedro Alves <palves@redhat.com>
20084
20085 * gdb.base/reread.exp: Use clean_restart.
20086
20087 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
20088
20089 * gdb.arch/avr-flash-qualifer.c: New.
20090 * gdb.arch/avr-flash-qualifer.exp: New.
20091
20092 2014-07-14 Pedro Alves <palves@redhat.com>
20093
20094 * gdb.base/paginate-after-ctrl-c-running.c: New file.
20095 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
20096
20097 2014-07-14 Pedro Alves <palves@redhat.com>
20098
20099 * gdb.base/double-prompt-target-event-error.c: New file.
20100 * gdb.base/double-prompt-target-event-error.exp: New file.
20101
20102 2014-07-14 Pedro Alves <palves@redhat.com>
20103
20104 PR gdb/17072
20105 * gdb.base/paginate-inferior-exit.c: New file.
20106 * gdb.base/paginate-inferior-exit.exp: New file.
20107
20108 2014-07-14 Pedro Alves <palves@redhat.com>
20109
20110 PR gdb/17072
20111 * gdb.base/paginate-bg-execution.c: New file.
20112 * gdb.base/paginate-bg-execution.exp: New file.
20113
20114 2014-07-14 Pedro Alves <palves@redhat.com>
20115
20116 PR gdb/17072
20117 * gdb.base/paginate-execution-startup.c: New file.
20118 * gdb.base/paginate-execution-startup.exp: New file.
20119 * lib/gdb.exp (pagination_prompt): New global.
20120 (default_gdb_spawn): New procedure, factored out from
20121 default_gdb_spawn.
20122 (default_gdb_start): Adjust to call default_gdb_spawn.
20123 (gdb_spawn): New procedure.
20124
20125 2014-07-14 Pedro Alves <palves@redhat.com>
20126
20127 * lib/gdb.exp (gdb_assert): New procedure.
20128 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
20129
20130 2014-07-14 Pedro Alves <palves@redhat.com>
20131
20132 * gdb.base/execution-termios.c: New file.
20133 * gdb.base/execution-termios.exp: New file.
20134
20135 2014-07-14 Tom Tromey <tromey@redhat.com>
20136
20137 * gdb.cp/vla-cxx.cc: New file.
20138 * gdb.cp/vla-cxx.exp: New file.
20139
20140 2014-07-14 Tom Tromey <tromey@redhat.com>
20141
20142 * gdb.reverse/rerun-prec.c: New file.
20143 * gdb.reverse/rerun-prec.exp: New file.
20144
20145 2014-07-12 Maciej W. Rozycki <macro@mips.com>
20146 Maciej W. Rozycki <macro@codesourcery.com>
20147
20148 * lib/gdb-utils.exp: New file.
20149 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
20150 inline `gdb_init_command' processing.
20151 (gdb_start_cmd): Likewise.
20152 * lib/mi-support.exp (mi_run_cmd): Likewise.
20153 * README: Document `gdb_init_command' and `gdb_init_commands'.
20154
20155 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
20156
20157 Fix false FAIL running under a very long directory name.
20158 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
20159 and "set print elements 10000". Twice.
20160
20161 2014-07-11 Yao Qi <yao@codesourcery.com>
20162
20163 * gdb.base/exprs.exp: "set print symbol off".
20164
20165 2014-07-11 Pedro Alves <palves@redhat.com>
20166
20167 * gdb.threads/kill.c: New file.
20168 * gdb.threads/kill.exp: New file.
20169
20170 2014-07-10 Yao Qi <yao@codesourcery.com>
20171
20172 * gdb.trace/tfile.c (write_basic_trace_file)
20173 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
20174 address written to trace file.
20175
20176 2014-07-09 Pedro Alves <palves@redhat.com>
20177
20178 * gdb.base/attach-wait-input.exp: New file.
20179 * gdb.base/attach-wait-input.c: New file.
20180
20181 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
20182
20183 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
20184 setting up test structures.
20185 (main): Call new test function.
20186 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
20187 test function, continue into test function and walk test
20188 structures.
20189
20190 2014-07-02 Yao Qi <yao@codesourcery.com>
20191
20192 * gdb.trace/entry-values.c: Define labels 'foo_start' and
20193 'bar_start' at the beginning of functions 'foo' and 'bar'
20194 respectively.
20195 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
20196 instead of 'foo' and 'bar'.
20197
20198 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
20199
20200 * gdb.btrace/segv.exp: New.
20201 * gdb.btrace/segv.c: New.
20202
20203 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
20204
20205 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
20206 instruction.
20207
20208 2014-06-30 Mark Wielaard <mjw@redhat.com>
20209
20210 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
20211 vulture, vilify, villar): New volatile array constants.
20212 (vindictive, vegetation): New const volatile array constants.
20213 * gdb.base/volatile.exp: Test volatile and const volatile array
20214 types.
20215
20216 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
20217
20218 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
20219 target lacks support for awatch, rwatch, or hbreak.
20220
20221 2014-06-27 Yao Qi <yao@codesourcery.com>
20222
20223 * gdb.multi/dummy-frame-restore.exp: New.
20224 * gdb.multi/dummy-frame-restore.c: New.
20225
20226 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
20227
20228 * gdb.btrace/gcore.exp: New.
20229
20230 2014-06-23 Pedro Alves <palves@redhat.com>
20231
20232 * gdb.base/watchpoint-reuse-slot.c: New file.
20233 * gdb.base/watchpoint-reuse-slot.exp: New file.
20234
20235 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
20236
20237 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
20238 progspace's filename in 'info', 'enable' and 'disable' command
20239 tests.
20240
20241 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
20242
20243 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
20244 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20245 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
20246
20247 2014-06-20 Gary Benson <gbenson@redhat.com>
20248
20249 * gdb.arch/i386-avx.exp: Fix include file location.
20250 * gdb.arch/i386-sse.exp: Likewise.
20251
20252 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
20253
20254 * gdb.dlang/expression.exp: New file.
20255
20256 2014-06-19 Pedro Alves <palves@redhat.com>
20257
20258 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
20259 out from ...
20260 (top level): ... here. Iterate running tests under different
20261 scheduler-locking settings.
20262
20263 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
20264
20265 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
20266 to DW_FORM_addr and use non-zero addresses.
20267
20268 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
20269
20270 PR gdb/17017
20271 * gdb.python/py-xmethods.cc: Add global function call counters and
20272 increment them in their respective functions. Remove "cout"
20273 statements.
20274 * gdb.python/py-xmethods.exp: Make tests check the global function
20275 call counters instead of depending on inferior IO.
20276
20277 2014-06-18 Don Breazeal <donb@codesourcery.com>
20278
20279 * gdb.base/foll-fork.exp (default_fork_parent_follow):
20280 Deleted procedure.
20281 (explicit_fork_parent_follow): Deleted procedure.
20282 (explicit_fork_child_follow): Deleted procedure.
20283 (test_follow_fork): New procedure.
20284 (do_fork_tests): Replace calls to deleted procedures with
20285 calls to test_follow_fork and reset GDB for subsequent
20286 procedure calls.
20287
20288 2014-06-17 Yao Qi <yao@codesourcery.com>
20289
20290 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
20291 CP1252.
20292
20293 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
20294
20295 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
20296 Initialize ptr and S explicitly.
20297 (skip_type_update_when_not_use_rtti_test): Likewise.
20298
20299 2014-06-16 Keith Seitz <keiths@redhat.com>
20300
20301 PR mi/15863
20302 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
20303 the inferior is started.
20304
20305 2014-06-16 Pedro Alves <palves@redhat.com>
20306
20307 * gdb.base/break-main-file-remove-fail.c: New file.
20308 * gdb.base/break-main-file-remove-fail.exp: New file.
20309 * gdb.base/break-unload-file.exp: Use build_executable instead of
20310 prepare_for_testing.
20311 (test_break): New parameter "initial_load". Handle it.
20312 (top level): Add initial_load cmdline/file axis.
20313
20314 2014-06-12 Tom Tromey <tromey@redhat.com>
20315
20316 * gdb.base/completion.exp: Don't use directory name in test.
20317
20318 2014-06-09 Gary Benson <gbenson@redhat.com>
20319
20320 * gdb.base/sigall.c [Functions to send signals]: Reorder to
20321 separate the always-available ANSI-standard signals from the
20322 signals that require checking.
20323 (main): Likewise.
20324 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
20325 Likewise.
20326 (main): Likewise.
20327
20328 2014-06-07 Keith Seitz <keiths@redhat.com>
20329
20330 Revert:
20331 PR c++/16253
20332 * gdb.cp/var-tag.cc: New file.
20333 * gdb.cp/var-tag.exp: New file.
20334 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
20335 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
20336 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
20337 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
20338
20339 2014-06-06 Doug Evans <xdje42@gmail.com>
20340
20341 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
20342
20343 2014-06-06 Pedro Alves <palves@redhat.com>
20344
20345 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
20346 in target debug output instead of looking at RSP packets,
20347 disabling the test on any target that uses hardware stepping.
20348 Update comments.
20349
20350 2014-06-06 Pedro Alves <palves@redhat.com>
20351
20352 * gdb.base/break-unload-file.exp: Fix typo.
20353
20354 2014-06-06 Yao Qi <yao@codesourcery.com>
20355
20356 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
20357 from "jit_function" to "^jit_function".
20358
20359 2014-06-06 Yao Qi <yao@codesourcery.com>
20360
20361 * gdb.base/async.c (foo): Add one statement.
20362 * gdb.base/async.exp: Get the next instruction address and
20363 match the output of "nexti" by instruction address. Match
20364 the hex address in the output of "finish".
20365
20366 2014-06-06 Gary Benson <gbenson@redhat.com>
20367
20368 * gdb.base/call-signals.c: Remove preprocessor conditionals
20369 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
20370 SIGSEGV and SIGTERM.
20371 * gdb.base/sigall.c: Likewise.
20372 * gdb.base/unwindonsignal.c: Likewise.
20373 * gdb.reverse/sigall-reverse.c: Likewise.
20374
20375 2014-06-06 Yao Qi <yao@codesourcery.com>
20376
20377 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
20378 readable, skip the test.
20379
20380 2014-06-06 Yao Qi <yao@codesourcery.com>
20381
20382 * gdb.threads/staticthreads.c (thread_function): Move the line
20383 setting breakpoint on forward.
20384 * gdb.threads/staticthreads.exp: Update comments.
20385
20386 2014-06-05 Ludovic Courtès <ludo@gnu.org>
20387
20388 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
20389 "history-append! type error".
20390
20391 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
20392
20393 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
20394 erroneous dprintf expected input.
20395
20396 2014-06-04 Doug Evans <xdje42@gmail.com>
20397
20398 * gdb.guile/scm-generics.exp: Delete.
20399
20400 2014-06-04 Doug Evans <xdje42@gmail.com>
20401
20402 * gdb.guile/scm-breakpoint.exp: Update.
20403 Add tests for breakpoint registration.
20404
20405 2014-06-04 Tom Tromey <tromey@redhat.com>
20406
20407 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
20408 VLA-in-union.
20409 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
20410 inner_vla_struct, vla_union types. Initialize objects of those
20411 types and compute their sizes.
20412
20413 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
20414 Hui Zhu <hui@codesourcery.com>
20415
20416 * gdb.base/fileio.exp: Add test for shell not available as well as
20417 available.
20418 * gdb.base/fileio.c (test_system): Check for shell twice.
20419
20420 2014-06-04 Yao Qi <yao@codesourcery.com>
20421
20422 * gdb.base/auto-connect-native-target.exp: Remove redundant
20423 space from the regexp pattern.
20424
20425 2014-06-04 Yao Qi <yao@codesourcery.com>
20426
20427 * gdb.base/default.exp: Replace "child" with "native" in
20428 regexp pattern.
20429
20430 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
20431
20432 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
20433 * gdb.python/py-xmethods.exp: New tests to test xmethods.
20434 * gdb.python/py-xmethods.py: Python script supporting the
20435 new testcase and tests.
20436
20437 2014-06-03 Joel Brobecker <brobecker@adacore.com>
20438 Pedro Alves <palves@redhat.com>
20439
20440 PR breakpoints/17000
20441 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
20442 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
20443
20444 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
20445
20446 * gdb.base/subst.exp: Add tests to verify partial path matching
20447 output.
20448
20449 2014-06-03 Pedro Alves <palves@redhat.com>
20450
20451 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
20452 target that doesn't use software single-stepping.
20453
20454 2014-06-03 Pedro Alves <palves@redhat.com>
20455
20456 PR breakpoints/17000
20457 * gdb.base/sss-bp-on-user-bp-2.c: New file.
20458 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
20459
20460 2014-06-02 Doug Evans <xdje42@gmail.com>
20461
20462 * gdb.guile/scm-parameter.exp: New file.
20463
20464 2014-06-02 Doug Evans <xdje42@gmail.com>
20465
20466 * gdb.guile/scm-cmd.c: New file.
20467 * gdb.guile/scm-cmd.exp: New file.
20468
20469 2014-06-02 Doug Evans <xdje42@gmail.com>
20470
20471 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
20472 pretty-printer lookup.
20473 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
20474 (make-pp_s-printer): Call it.
20475 (make-pretty-printer-from-dict): New function.
20476 (lookup-pretty-printer-maker-from-dict): New function.
20477 (*pretty-printer*): Simplify.
20478 (make-objfile-pp_s-printer): New function.
20479 (install-objfile-pretty-printers!): New function.
20480 (make-progspace-pp_s-printer): New function.
20481 (install-progspace-pretty-printers!): New function.
20482 * gdb.guile/scm-progspace.c: New file.
20483 * gdb.guile/scm-progspace.exp: New file.
20484
20485 2014-06-02 Pedro Alves <palves@redhat.com>
20486
20487 * gdb.base/dprintf-bp-same-addr.c: New file.
20488 * gdb.base/dprintf-bp-same-addr.exp: New file.
20489
20490 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
20491
20492 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
20493 * gdb.arch/powerpc-power.s: Likewise.
20494
20495 2014-06-02 Joel Brobecker <brobecker@adacore.com>
20496
20497 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
20498
20499 2014-06-01 Yao Qi <yao@codesourcery.com>
20500
20501 * gdb.base/watchpoint.exp (test_watch_location): Check null
20502 pointer can be dereferenced. If not, do the test, otherwise
20503 skip it.
20504
20505 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
20506
20507 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
20508 results.
20509 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
20510
20511 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
20512
20513 * gdb.arch/amd64-invalid-stack-middle.S: New file.
20514 * gdb.arch/amd64-invalid-stack-middle.c: New file.
20515 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
20516 * gdb.arch/amd64-invalid-stack-top.c: New file.
20517 * gdb.arch/amd64-invalid-stack-top.exp: New file.
20518
20519 2014-05-30 Pedro Alves <palves@redhat.com>
20520
20521 PR breakpoints/17000
20522 * gdb.base/sss-bp-on-user-bp.c: New file.
20523 * gdb.base/sss-bp-on-user-bp.exp: New file.
20524
20525 2014-05-30 David Blaikie <dblaikie@gmail.com>
20526
20527 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
20528 gnu_inline semantics via attribute.
20529 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
20530 source explicitly specifies the required semantics.
20531
20532 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
20533
20534 * gdb.reverse/sigall-reverse.exp: Fix a typo.
20535
20536 2014-05-29 Pedro Alves <palves@redhat.com>
20537 Tom Tromey <tromey@redhat.com>
20538
20539 * gdb.base/async-shell.exp: Don't enable target-async.
20540 * gdb.base/async.exp
20541 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
20542 parameter. Adjust.
20543 (top level): Don't test with "target-async".
20544 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
20545 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
20546 * gdb.base/inferior-died.exp: Don't enable target-async.
20547 * gdb.base/interrupt-noterm.exp: Likewise.
20548 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
20549 * gdb.mi/mi-nonstop-exit.exp: Likewise.
20550 * gdb.mi/mi-nonstop.exp: Likewise.
20551 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
20552 * gdb.mi/mi-nsintrall.exp: Likewise.
20553 * gdb.mi/mi-nsmoribund.exp: Likewise.
20554 * gdb.mi/mi-nsthrexec.exp: Likewise.
20555 * gdb.mi/mi-watch-nonstop.exp: Likewise.
20556 * gdb.multi/watchpoint-multi.exp: Adjust comment.
20557 * gdb.python/py-evsignal.exp: Don't enable target-async.
20558 * gdb.python/py-evthreads.exp: Likewise.
20559 * gdb.python/py-prompt.exp: Likewise.
20560 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
20561 * gdb.server/solib-list.exp: Don't enable target-async.
20562 * gdb.threads/thread-specific-bp.exp: Likewise.
20563 * lib/mi-support.exp: Adjust to use mi-async.
20564
20565 2014-05-29 Pedro Alves <palves@redhat.com>
20566
20567 PR gdb/13860
20568 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
20569 reason, even in sync mode.
20570
20571 2014-05-29 Pedro Alves <palves@redhat.com>
20572 Hui Zhu <hui@codesourcery.com>
20573
20574 PR PR15693
20575 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
20576 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
20577 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
20578 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
20579
20580 2014-05-28 Joel Brobecker <brobecker@adacore.com>
20581
20582 * config/monitor.exp (gdb_target_monitor): Replace use of
20583 "set remotebaud" by "set serial baud".
20584
20585 2014-05-26 Andy Wingo <wingo@igalia.com>
20586
20587 * gdb.guile/scm-breakpoint.exp:
20588 * gdb.guile/scm-gsmob.exp: Update to use plain old object
20589 properties instead of gdb-object-properties.
20590
20591 2014-05-26 Yao Qi <yao@codesourcery.com>
20592
20593 * gdb.server/no-thread-db.exp: Specify source file name
20594 explicitly when setting a breakpoint.
20595
20596 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20597
20598 * gdb.btrace/vdso.c: New.
20599 * gdb.btrace/vdso.exp: New.
20600
20601 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20602
20603 * gdb.base/gcore.exp (capture_command_output): Move ...
20604 * lib/gdb.exp (capture_command_output): ... here.
20605
20606 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
20607
20608 * gdb.btrace/data.exp: Test memory access during btrace replay.
20609
20610 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
20611
20612 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
20613
20614 2014-05-21 Pedro Alves <palves@redhat.com>
20615
20616 PR gdb/13860
20617 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
20618 (top level): Test that output related to execution commands is
20619 sent to the console with CLI commands, but not with MI commands.
20620 Test that breakpoint events are always mirrored to the console.
20621 Also expect the new source line to be output after a "next" in
20622 async mode too. Make it a pass/fail test.
20623 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
20624 output.
20625 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
20626
20627 2014-05-21 Pedro Alves <palves@redhat.com>
20628
20629 * gdb.base/list.exp (build_pattern, test_list): New procedures.
20630 Use them to test variations of "list" after reaching a breakpoint.
20631 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
20632 Test "list" with listsize 10 after reaching a breakpoint.
20633 * gdb.python/python.exp (decode_line current location line
20634 number): Adjust expected line number.
20635
20636 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
20637
20638 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
20639 behavior for $args, pass it directly to "run".
20640
20641 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
20642
20643 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
20644 30000 to 65536.
20645
20646 2014-05-21 Pedro Alves <palves@redhat.com>
20647
20648 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
20649 auto-connect-native-target off".
20650 * gdb.base/auto-connect-native-target.c: New file.
20651 * gdb.base/auto-connect-native-target.exp: New file.
20652
20653 2014-05-21 Pedro Alves <palves@redhat.com>
20654
20655 * gdb.base/default.exp: Test "target native" instead of "target
20656 child".
20657
20658 2014-05-21 Mark Wielaard <mjw@redhat.com>
20659
20660 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
20661
20662 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
20663
20664 Fix TLS access for -static -pthread.
20665 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
20666 <HAVE_TLS> (thread_function, main): Initialize it.
20667 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
20668 Add clean_restart.
20669 <$have_tls != "">: Check TLSVAR.
20670
20671 2014-05-21 Pedro Alves <palves@redhat.com>
20672
20673 * gdb.base/dcache-line-read-error.c: New.
20674 * gdb.base/dcache-line-read-error.exp: New.
20675
20676 2014-05-20 Pedro Alves <palves@redhat.com>
20677
20678 * gdb.base/compare-sections.c: New file.
20679 * gdb.base/compare-sections.exp: New file.
20680
20681 2014-05-20 Pedro Alves <palves@redhat.com>
20682
20683 * gdb.base/break-idempotent.c: New file.
20684 * gdb.base/break-idempotent.exp: New file.
20685
20686 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
20687
20688 * gdb.btrace/nohist.exp: New.
20689
20690 2014-05-20 Yao Qi <yao@codesourcery.com>
20691
20692 * lib/gdb.exp (gdb_init): Set timeout if test file is under
20693 gdb.reverse directory and gdb_reverse_timeout exists in board
20694 setting.
20695 * README: Document gdb_reverse_timeout.
20696
20697 2014-05-20 Yao Qi <yao@codesourcery.com>
20698
20699 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
20700 'test_file_name'. Treat args as a string instead of a list.
20701 (gdb_init): Rename argument 'args' by 'test_file_name'.
20702
20703 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
20704
20705 * gdb.arch/powerpc-power.exp: New file.
20706 * gdb.arch/powerpc-power.s: New file.
20707
20708 2014-05-16 Doug Evans <dje@google.com>
20709
20710 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
20711 * gdb.base/completion.exp: Check that all expected files exist
20712 before doing file completion.
20713
20714 2014-05-16 Doug Evans <dje@google.com>
20715
20716 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
20717 Update.
20718 (do_syscall_tests_without_xml): Update.
20719
20720 2014-05-16 Pedro Alves <palves@redhat.com>
20721
20722 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
20723 instead of "unknown output after running".
20724
20725 2014-05-16 Yao Qi <yao@codesourcery.com>
20726
20727 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
20728 file1.txt from host at the end.
20729 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
20730
20731 2014-05-15 Doug Evans <dje@google.com>
20732
20733 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
20734 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
20735 loading file. Add test for TU lookup.
20736
20737 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20738
20739 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
20740 calling "-exec-arguments" or "set args" before running the
20741 inferior.
20742
20743 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
20744
20745 * lib/mi-support.exp (mi_expect_stop): Expect message for
20746 inferiors that exit with non-zero exit code.
20747
20748 2014-05-14 Yao Qi <yao@codesourcery.com>
20749
20750 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
20751 match absolute path on remote host.
20752 (test_file_list_exec_source_files): Remove "/" from the
20753 pattern.
20754
20755 2014-05-14 Yao Qi <yao@codesourcery.com>
20756
20757 * boards/local-remote-host-notty.exp (${board}_file): New
20758 proc.
20759
20760 2014-05-07 Kyle McMartin <kyle@redhat.com>
20761
20762 Pushed by Joel Brobecker <brobecker@adacore.com>.
20763 * gdb.arch/aarch64-atomic-inst.c: New file.
20764 * gdb.arch/aarch64-atomic-inst.exp: New file.
20765
20766 2014-05-07 Yao Qi <yao@codesourcery.com>
20767
20768 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
20769 in current context" too.
20770
20771 2014-05-05 Keith Seitz <keiths@redhat.com>
20772
20773 * gdb.linespec/ls-dollar.exp: Add test for linespec
20774 file:convenience_variable.
20775
20776 2014-05-05 Yao Qi <yao@codesourcery.com>
20777
20778 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
20779 traceframes into tfile and ctf trace files. Read data from
20780 trace file and test collected data.
20781 (gdb_collect_locals_test): Likewise.
20782 (gdb_unavailable_registers_test): Likewise.
20783 (gdb_unavailable_floats): Likewise.
20784 (gdb_collect_globals_test): Likewise.
20785 (top-level): Append "ctf" to trace_file_targets if GDB
20786 supports.
20787
20788 2014-05-05 Yao Qi <yao@codesourcery.com>
20789
20790 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
20791 code to ...
20792 (gdb_collect_args_test_1): ... it. New proc.
20793 (gdb_collect_locals_test): Move some code to ...
20794 (gdb_collect_locals_test_1): ... it. New proc.
20795 (gdb_unavailable_registers_test): Move some code to ...
20796 (gdb_unavailable_registers_test_1): ... it. New proc.
20797 (gdb_unavailable_floats): Move some code to ...
20798 (gdb_unavailable_floats_1): ... it. New proc.
20799
20800 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20801
20802 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
20803 probes to test for bitness recognition.
20804 * gdb.arch/amd64-stap-optional-prefix.exp
20805 (test_probe_value_without_reg): New procedure.
20806 Add code to test for different kinds of bitness.
20807
20808 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
20809
20810 PR breakpoints/16889
20811 * gdb.arch/amd64-stap-optional-prefix.S: New file.
20812 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
20813
20814 2014-05-01 Pedro Alves <palves@redhat.com>
20815
20816 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
20817 gdb_file_cmd if no file is specified.
20818 * boards/native-extended-gdbserver.exp (gdb_load): Use the
20819 last_loaded_file to set the remote exec-file.
20820
20821 2014-05-01 Pedro Alves <palves@redhat.com>
20822
20823 * boards/local-remote-host.exp: New file.
20824
20825 2014-05-01 Pedro Alves <palves@redhat.com>
20826
20827 * boards/local-remote-host.exp: Rename to ...
20828 * boards/local-remote-host-notty.exp: ... this.
20829
20830 2014-04-28 Joel Brobecker <brobecker@adacore.com>
20831
20832 * gdb.ada/dyn_arrayidx: New testcase.
20833
20834 2014-04-26 Yao Qi <yao@codesourcery.com>
20835
20836 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
20837 and compute the length of function main. Save it in
20838 $main_length.
20839 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
20840 (top-level): Use gdb_compile to compile objects into
20841 executable and restart GDB. Remove invocation to
20842 prepare_for_testing.
20843
20844 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
20845 Pedro Alves <palves@redhat.com>
20846
20847 PR server/16255
20848 * gdb.multi/multi-attach.c: New file.
20849 * gdb.multi/multi-attach.exp: New file.
20850
20851 2014-04-25 Pedro Alves <palves@redhat.com>
20852
20853 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
20854 user.
20855 (top level): Test that "set remote conditional-breakpoints-packet
20856 off" works as intended.
20857 * gdb.base/dprintf.exp: Test that "set remote
20858 breakpoint-commands-packet off" works as intended.
20859 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
20860 New function.
20861 (top level): Call it.
20862 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
20863 remote fast-tracepoints-packet off" works as intended.
20864 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
20865 * lib/gdb.exp (gdb_is_target_remote): ... here.
20866
20867 2014-04-24 David Blaikie <dblaikie@gmail.com>
20868
20869 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
20870 ensure clang would not discard them.
20871 * gdb.base/gdbvars.c: Ditto.
20872 * gdb.base/memattr.c: Ditto.
20873 * gdb.base/whatis.c: Ditto.
20874 * gdb.python/py-prettyprint.c: Ditto.
20875 * gdb.trace/actions.c: Ditto.
20876 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
20877 ensure clang would not discard it.
20878
20879 2014-04-24 David Blaikie <dblaikie@gmail.com>
20880
20881 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
20882 clang to emit the full definition of type required by the test
20883 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
20884
20885 2014-04-24 David Blaikie <dblaikie@gmail.com>
20886
20887 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
20888 coax Clang into emitting the definition of the type.
20889 * gdb.cp/pr10728-x.h (y): Ditto.
20890 * gdb.cp/pr10728-y.cc (y): Ditto.
20891
20892 2014-04-24 David Blaikie <dblaikie@gmail.com>
20893
20894 * gdb.base/label.exp: XFAIL label related tests under Clang.
20895 * gdb.cp/cplabel.exp: Ditto.
20896 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
20897 under Clang those using labels.
20898
20899 2014-04-25 Yao Qi <yao@codesourcery.com>
20900
20901 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
20902 double_label.
20903 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
20904 partial_label and double_label.
20905
20906 2014-04-24 David Blaikie <dblaikie@gmail.com>
20907
20908 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
20909
20910 2014-04-24 David Blaikie <dblaikie@gmail.com>
20911
20912 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
20913 of the function to work across GCC and Clang.
20914 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
20915 pointer types (const void ** const V void **).
20916
20917 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
20918 Walfred Tedeschi <walfred.tedeschi@intel.com>
20919
20920 * Makefile.in (EXECUTABLES): Added i386-avx512.
20921 * gdb.arch/i386-avx512.c: New file.
20922 * gdb.arch/i386-avx512.exp: Likewise.
20923
20924 2014-04-23 Keith Seitz <keiths@redhat.com>
20925
20926 * lib/mi-support.exp (mi_list_breakpoints): Delete.
20927 (mi_make_breakpoint_table): New procedure.
20928 (mi_create_breakpoint): Use mi_make_breakpoint
20929 and return the result.
20930 (mi_make_breakpoint): New procedure.
20931 (mi_build_kv_pairs): New procedure.
20932
20933 * gdb.mi/mi-break.exp: Remove unused globals,
20934 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
20935 All callers updated.
20936 * gdb.mi/mi-dprintf.exp: Use variable to track command
20937 number.
20938 Update all callers of mi_create_breakpoint and use
20939 mi_make_breakpoint_table.
20940 Remove any unused global variables.
20941 * gdb.mi/mi-nonstop.exp: Likewise.
20942 * gdb.mi/mi-nsintrall.exp: Likewise.
20943 * gdb.mi/mi-nsmoribund.exp: Likewise.
20944 * gdb.mi/mi-nsthrexec.exp: Likewise.
20945 * gdb.mi/mi-reverse.exp: Likewise.
20946 * gdb.mi/mi-simplerun.exp: Likewise.
20947 * gdb.mi/mi-stepn.exp: Likewise.
20948 * gdb.mi/mi-syn-frame.exp: Likewise.
20949 * gdb.mi/mi-until.exp: Likewise.
20950 * gdb.mi/mi-var-cp.exp: Likewise.
20951 * gdb.mi/mi-var-display.exp: Likewise.
20952 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
20953 * gdb.mi/mi2-var-child.exp: Likewise.
20954 * gdb.mi/mi-vla-c99.exp: Likewise.
20955 * lib/mi-support.exp: Likewise.
20956
20957 From Ian Lance Taylor <iant@cygnus.com>:
20958 * lib/gdb.exp (parse_args): New procedure.
20959
20960 2014-04-23 Pedro Alves <palves@redhat.com>
20961
20962 * gdb.base/break-unload-file.c: New file.
20963 * gdb.base/break-unload-file.exp: New file.
20964 * gdb.base/sym-file-lib.c (baz): New function.
20965 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
20966 field.
20967 (load): Store the segment's mapped size.
20968 (unload): New function.
20969 (unload_shlib): New function.
20970 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
20971 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
20972 set a breakpoint at baz, and call it.
20973 * gdb.base/sym-file.exp: New tests for stale breakpoint
20974 instructions.
20975
20976 2014-04-23 Pedro Alves <palves@redhat.com>
20977
20978 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
20979 * gdb.base/hbreak-in-shr-unsupported.c: New file.
20980 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
20981 * gdb.base/hbreak-unmapped.c: New file.
20982 * gdb.base/hbreak-unmapped.exp: New file.
20983 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
20984 * lib/gdb.exp (gdb_is_target_remote): ... here.
20985
20986 2014-04-22 Pedro Alves <palves@redhat.com>
20987
20988 * gdb.base/consecutive-step-over.c: New file.
20989 * gdb.base/consecutive-step-over.exp: New file.
20990
20991 2014-04-22 Pedro Alves <palves@redhat.com>
20992
20993 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
20994 instead of send_gdb/gdb_expect.
20995
20996 2014-04-22 Yao Qi <yao@codesourcery.com>
20997
20998 * lib/trace-support.exp (generate_tracefile): New procedure.
20999 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
21000 return 0.
21001 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
21002 if generate_tracefile returns 1.
21003
21004 2014-04-18 Tom Tromey <palves@redhat.com>
21005 Pedro alves <tromey@redhat.com>
21006
21007 PR backtrace/15558
21008 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
21009 with a backtrace limit.
21010 * gdb.python/py-frame-inline.exp: Test running to an inline
21011 function with a backtrace limit, and printing the newest frame.
21012 * gdb.python/py-frame-inline.c (main): Call f.
21013
21014 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
21015
21016 * gdb.java/jnpe.exp: Drop srcdir from untested path.
21017
21018 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
21019
21020 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
21021 Drop prefix from unsupported source file path.
21022
21023 2014-04-17 Yao Qi <yao@codesourcery.com>
21024
21025 * lib/gdb.exp (with_target_charset): New proc.
21026 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
21027 with_target_charset.
21028 (test_print_strings): Likewise.
21029 (test_repeat_bytes): Likewise.
21030 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
21031 for some tests.
21032
21033 2014-04-16 Keith Seitz <keiths@redhat.com>
21034
21035 PR gdb/15827
21036 * gdb.dwarf2/corrupt.c: New file.
21037 * gdb.dwarf2/corrupt.exp: New file.
21038
21039 2014-04-16 Keith Seitz <keiths@redhat.com>
21040
21041 PR c++/16597
21042 * gdb.cp/namelessclass.cc: New file.
21043 * gdb.cp/namelessclass.exp: New file.
21044 * gdb.cp/namelessclass.S: New file.
21045
21046 2014-04-16 Doug Evans <dje@google.com>
21047
21048 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
21049 Add comment.
21050 (gdbserver_default_get_comm_port): New function.
21051 (gdbserver_start): Check if board file provided
21052 "gdbserver,get_comm_port" and use it if so.
21053 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
21054 (gdb,socketport): Set to "stdio".
21055 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
21056 (stdio_gdbserver_template): Delete.
21057 (${board}_get_remote_address): Update.
21058 (${board}_build_remote_cmd): Delete.
21059 (${board}_get_comm_port): New function.
21060 (${board}_spawn): Update.
21061 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
21062 Delete.
21063 (${board}_get_remote_address): Update.
21064 (${board}_get_comm_port): New function.
21065
21066 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
21067
21068 * gdb.base/memattr.exp: Improve regexps to handle memory regions
21069 appearing in any order.
21070
21071 2014-04-15 Doug Evans <dje@google.com>
21072
21073 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
21074 uninitialized value of "description".
21075
21076 2014-04-15 Keith Seitz <keiths@redhat.com>
21077
21078 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
21079 Remove unused globals.
21080 (test_running_the_program): Likewise.
21081 (test_controlled_execution): Likewise.
21082 (test_controlling_breakpoints): Likewise.
21083 (test_program_termination): Likewise.
21084
21085 2014-04-15 Keith Seitz <keiths@redhat.com>
21086
21087 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
21088 unused globals.
21089 (test_rbreak_creation_and_listing): Likewise.
21090 (test_ignore_count): Likewise.
21091 (test_error): Likewise.
21092
21093 2014-04-15 Pedro Alves <palves@redhat.com>
21094
21095 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
21096 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
21097 sym-file-loader.c.
21098 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
21099 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
21100 to sym-file-loader.c.
21101 (struct library): Forward declare.
21102 (load_shlib, lookup_function): Change prototypes.
21103 (find_shstrtab, find_strtab, find_shdr, find_symtab)
21104 (translate_offset): Remove declarations.
21105 (get_text_addr): New declaration.
21106 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
21107 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
21108 sym-file-loader.h.
21109 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
21110 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
21111 here from sym-file-loader.h.
21112 (struct library): New structure.
21113 (load_shlib, lookup_function): Change prototypes and adjust to
21114 work with a struct library.
21115 (find_shstrtab, find_strtab, find_shdr, find_symtab)
21116 (translate_offset): Make static.
21117 (get_text_addr): New function.
21118 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
21119
21120 2014-04-15 Pedro Alves <palves@redhat.com>
21121
21122 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
21123
21124 2014-04-15 Pedro Alves <palves@redhat.com>
21125
21126 * gdb.base/sym-file-loader.c: Include <limits.h>.
21127 (SELF_LINK): New define.
21128 (get_origin): New function.
21129 (load_shlib): Use it.
21130 * gdb.base/sym-file.exp: Don't early return if the target is
21131 remote. Use runto_main, and issue fail is that fails. Use
21132 gdb_load_shlibs.
21133 (shlib_name): Delete.
21134 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
21135
21136 2014-04-15 Pedro Alves <palves@redhat.com>
21137
21138 * gdb.base/sym-file.exp: Remove regex characters from test
21139 message. Don't refer to breakpoint numbers in test messages.
21140
21141 2014-04-14 Keith Seitz <keiths@redhat.com>
21142
21143 PR c++/16253
21144 * gdb.cp/var-tag.cc: New file.
21145 * gdb.cp/var-tag.exp: New file.
21146 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
21147 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
21148 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
21149 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
21150
21151 2014-04-14 Tom Tromey <tromey@redhat.com>
21152
21153 * gdb.cp/classes.exp (test_enums): Handle underlying type.
21154 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
21155 type.
21156 * gdb.cp/enum-class.exp: New file.
21157 * gdb.cp/enum-class.cc: New file.
21158
21159 2014-04-14 Tom Tromey <tromey@redhat.com>
21160
21161 * gdb.dwarf2/enum-type.exp: New file.
21162
21163 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
21164
21165 * gdb.mi/mi-vla-c99.exp: New file.
21166 * gdb.mi/vla.c: New file.
21167
21168 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
21169
21170 * gdb.base/vla-datatypes.c: New file.
21171 * gdb.base/vla-datatypes.exp: New file.
21172
21173 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
21174
21175 * gdb.base/vla-ptr.c: New file.
21176 * gdb.base/vla-ptr.exp: New file.
21177
21178 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
21179
21180 * gdb.dwarf2/count.exp: New file.
21181
21182 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
21183
21184 * gdb.base/vla-sideeffect.c: New file.
21185 * gdb.base/vla-sideeffect.exp: New file.
21186
21187 2014-04-14 David Blaikie <dblaikie@gmail.com>
21188
21189 * gdb.mi/non-stop.c: Add return value for non-void function return
21190 statement.
21191 * gdb.threads/staticthreads.c: Ditto.
21192
21193 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
21194 Doug Evans <xdje42@gmail.com>
21195
21196 * gdb.guile/scm-value.c: Improve test case.
21197 * gdb.guile/scm-value.exp: Add new test.
21198
21199 2014-04-11 David Blaikie <dblaikie@gmail.com>
21200
21201 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
21202 override Clang's default.
21203
21204 2014-04-11 Joel Brobecker <brobecker@adacore.com>
21205
21206 Revert the following changes (regressions):
21207
21208 * gdb.base/vla-sideeffect.c: New file.
21209 * gdb.base/vla-sideeffect.exp: New file.
21210
21211 * gdb.dwarf2/count.exp: New file.
21212
21213 * gdb.base/vla-multi.c: New file.
21214 * gdb.base/vla-multi.exp: New file.
21215
21216 * gdb.base/vla-ptr.c: New file.
21217 * gdb.base/vla-ptr.exp: New file.
21218
21219 * gdb.base/vla-datatypes.c: New file.
21220 * gdb.base/vla-datatypes.exp: New file.
21221
21222 * gdb.mi/mi-vla-c99.exp: New file.
21223 * gdb.mi/vla.c: New file.
21224
21225 2014-04-11 Keith Seitz <keiths@redhat.com>
21226
21227 PR c++/16675
21228 * gdb.cp/cpsizeof.exp: New file.
21229 * gdb.cp/cpsizeof.cc: New file.
21230
21231 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
21232
21233 * gdb.mi/mi-vla-c99.exp: New file.
21234 * gdb.mi/vla.c: New file.
21235
21236 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
21237
21238 * gdb.base/vla-datatypes.c: New file.
21239 * gdb.base/vla-datatypes.exp: New file.
21240
21241 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
21242
21243 * gdb.base/vla-ptr.c: New file.
21244 * gdb.base/vla-ptr.exp: New file.
21245
21246 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
21247
21248 * gdb.base/vla-multi.c: New file.
21249 * gdb.base/vla-multi.exp: New file.
21250
21251 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
21252
21253 * gdb.dwarf2/count.exp: New file.
21254
21255 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
21256
21257 * gdb.base/vla-sideeffect.c: New file.
21258 * gdb.base/vla-sideeffect.exp: New file.
21259
21260 2014-04-11 Yao Qi <yao@codesourcery.com>
21261
21262 * gdb.base/completion.exp: Check file exists before running tests
21263 on file completion.
21264
21265 2014-04-10 Pedro Alves <palves@redhat.com>
21266
21267 * gdb.base/cond-eval-mode.c: New file.
21268 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
21269 prepare_for_testing to build the new file. Check result of
21270 runto_main.
21271 (test_break, test_watch): New procedures.
21272 (top level): Use them.
21273
21274 2014-04-08 Pierre Muller <muller@sourceware.org>
21275
21276 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
21277 Ctrl-V use for mingw hosts.
21278
21279 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
21280
21281 * gdb.python/py-value.c: Improve test case.
21282 * gdb.python/py-value.exp: Add new test.
21283
21284 2014-04-07 David Blaikie <dblaikie@gmail.com>
21285
21286 * lib/compiler.c: Identify the clang compiler.
21287 * lib/compiler.cc: Ditto.
21288
21289 2014-04-03 Yao Qi <yao@codesourcery.com>
21290
21291 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
21292
21293 2014-04-01 Anton Blanchard <anton@samba.org>
21294
21295 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
21296 messages unique.
21297
21298 2014-04-01 Anton Blanchard <anton@samba.org>
21299
21300 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
21301 prepare_for_testing.
21302
21303 2014-04-01 Anton Blanchard <anton@samba.org>
21304
21305 * gdb.arch/ppc64-atomic-inst.c: Remove.
21306 * gdb.arch/ppc64-atomic-inst.S: New file.
21307 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
21308
21309 2014-03-31 Doug Evans <dje@google.com>
21310
21311 * gdb.base/print-symbol-loading-lib.c: New file.
21312 * gdb.base/print-symbol-loading-main.c: New file.
21313 * gdb.base/print-symbol-loading.exp: New file.
21314
21315 2014-03-31 Yao Qi <yao@codesourcery.com>
21316
21317 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
21318
21319 2014-03-28 Joel Brobecker <brobecker@adacore.com>
21320
21321 * gdb.ada/mi_dyn_arr: New testcase.
21322
21323 2014-03-27 Doug Evans <dje@google.com>
21324
21325 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
21326
21327 2014-03-27 Yao Qi <yao@codesourcery.com>
21328
21329 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
21330 if target is nios2-*-*.
21331
21332 2014-03-26 Yao Qi <yao@codesourcery.com>
21333
21334 * lib/gdb.exp (readline_is_used): New proc.
21335 * gdb.base/completion.exp: Move tests on command complete up.
21336 Skip the rest of tests if readline is not used.
21337 * gdb.ada/complete.exp: Skp the test if readline is not
21338 used.
21339 * gdb.base/filesym.exp: Likewise.
21340 * gdb.base/macscp.exp: Likewise.
21341 * gdb.base/readline-ask.exp: Likewise.
21342 * gdb.base/readline.exp: Likewise.
21343 * gdb.python/py-cmd.exp: Likewise.
21344 * gdb.trace/tfile.exp: Likewise.
21345
21346 2014-03-26 Yao Qi <yao@codesourcery.com>
21347
21348 * gdb.base/macscp.exp: Fix code format issues.
21349
21350 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
21351
21352 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
21353 * gdb.asm/powerpc64le.inc: New file.
21354
21355 2014-03-25 Pedro Alves <palves@redhat.com>
21356 Doug Evans <dje@google.com>
21357
21358 * gdb.base/source-execution.c: New file.
21359 * gdb.base/source-execution.exp: New file.
21360 * gdb.base/source-execution.gdb: New file.
21361
21362 2014-03-24 Doug Evans <dje@google.com>
21363
21364 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
21365 using fission.
21366
21367 2014-03-24 Hui Zhu <hui@codesourcery.com>
21368 Pedro Alves <palves@redhat.com>
21369
21370 PR breakpoints/16101
21371 * gdb.base/dprintf.exp: Use unsupported rather than changing the
21372 test pass/fail messages. Detect missing support for dprintf when
21373 breakpoints are actually inserted.
21374 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
21375 breakpoints are actually inserted.
21376 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
21377 fails.
21378
21379 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
21380
21381 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
21382
21383 2014-03-22 Doug Evans <xdje42@gmail.com>
21384
21385 * gdb.python/python.exp (python not supported): Verify multi-line
21386 python command issues an error.
21387 * gdb.guile/guile.exp (guile not supported): Verify multi-line
21388 guile command issues an error.
21389
21390 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
21391
21392 * gdb.threads/thread-specific.exp: Handle the lack of usable
21393 $this_breakpoint and $this_thread.
21394
21395 2014-03-21 Hui Zhu <hui@codesourcery.com>
21396
21397 * gdb.base/attach.exp (do_command_attach_tests): New.
21398
21399 2014-03-20 Tom Tromey <tromey@redhat.com>
21400 Pedro Alves <palves@redhat.com>
21401
21402 PR cli/15718
21403 * gdb.base/condbreak-call-false.c: New file.
21404 * gdb.base/condbreak-call-false.exp: New file.
21405
21406 2014-03-20 Pedro Alves <palves@redhat.com>
21407
21408 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
21409 Delete.
21410 (block_signals, unblock_signals): Delete.
21411 (child_function_2, main): Remove references to deleted variable
21412 and functions.
21413
21414 2014-03-20 Pedro Alves <palves@redhat.com>
21415
21416 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
21417 Use pthread_kill to signal thread 2.
21418 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21419 Adjust to make the test send itself a signal rather than using the
21420 host's "kill" command.
21421
21422 2014-03-20 Pedro Alves <palves@redhat.com>
21423
21424 * gdb.threads/multiple-step-overs.c: New file.
21425 * gdb.threads/multiple-step-overs.exp: New file.
21426 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21427 Adjust expected infrun debug output.
21428
21429 2014-03-20 Pedro Alves <palves@redhat.com>
21430
21431 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
21432 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
21433
21434 2014-03-20 Pedro Alves <palves@redhat.com>
21435
21436 PR breakpoints/7143
21437 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
21438 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
21439 of gdb_test_multiple.
21440 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
21441 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
21442
21443 2014-03-20 Pedro Alves <palves@redhat.com>
21444
21445 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
21446 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
21447
21448 2014-03-19 Pedro Alves <palves@redhat.com>
21449
21450 * gdb.base/async.exp: Remove early return.
21451
21452 2014-03-19 Pedro Alves <palves@redhat.com>
21453
21454 * gdb.base/async.exp (step& tests): Pass explicit test messages.
21455
21456 2014-03-19 Pedro Alves <palves@redhat.com>
21457
21458 * gdb.base/async.exp (test_background): Expect \r\n after
21459 "completed." in the fail pattern.
21460
21461 2014-03-19 Pedro Alves <palves@redhat.com>
21462
21463 * gdb.base/async.exp (test_background): New procedure.
21464 Use it for all background execution command tests.
21465
21466 2014-03-19 Pedro Alves <palves@redhat.com>
21467
21468 * gdb.base/async.exp: Use prepare_for_testing.
21469
21470 2014-03-19 Pedro Alves <palves@redhat.com>
21471
21472 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
21473 the same line.
21474
21475 2014-03-19 Pedro Alves <palves@redhat.com>
21476
21477 * gdb.base/async.c (main): Add "jump here" and "until here" line
21478 marker comments.
21479 * gdb.base/async.exp (jump_here): New global.
21480 (jump& test): Use it.
21481 (until_here): New global.
21482 (until& test): Use it.
21483
21484 2014-03-19 Pedro Alves <palves@redhat.com>
21485
21486 * gdb.base/async.exp: Don't frob gdb_protocol.
21487
21488 2014-03-18 Doug Evans <xdje42@gmail.com>
21489
21490 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
21491 Fix spelling of exec-done-display.
21492
21493 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
21494
21495 PR gdb/15358
21496 * gdb.base/gdb-sigterm.c: New file.
21497 * gdb.base/gdb-sigterm.exp: New file.
21498
21499 2014-03-18 Pedro Alves <palves@redhat.com>
21500
21501 PR gdb/13860
21502 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
21503 * lib/mi-support.exp (mi_expect_stop): Add special handling for
21504 solib-event.
21505
21506 2014-03-17 Joel Brobecker <brobecker@adacore.com>
21507
21508 * gdb.ada/pckd_arr_ren: New testcase.
21509
21510 2014-03-13 Doug Evans <xdje42@gmail.com>
21511
21512 PR guile/16612
21513 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
21514 collect after discarding symbols.
21515
21516 2014-03-13 Ludovic Courtès <ludo@gnu.org>
21517 Doug Evans <xdje42@gmail.com>
21518
21519 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
21520 to history survives a gc.
21521
21522 2014-03-13 Pedro Alves <palves@redhat.com>
21523
21524 * gdb.base/default.exp: Don't test "target procfs".
21525
21526 2014-03-13 Pedro Alves <palves@redhat.com>
21527
21528 * gdb.base/default.exp: Update "target child" and "target procfs"
21529 tests to not expect "Unix".
21530
21531 2014-03-12 Tom Tromey <tromey@redhat.com>
21532
21533 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
21534 New procs. Add target-async tests.
21535 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
21536 Add target-async tests.
21537
21538 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21539
21540 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
21541 'func_start' and 'func_end' for the beginning and end of the
21542 function code, respectively.
21543 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
21544 'func_end' instead of 'func' and 'main'.
21545
21546 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21547
21548 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
21549 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
21550 generate the debug info assembler source.
21551
21552 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21553
21554 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
21555 * gdb.dwarf2/arr-subrange.exp: Likewise.
21556 * gdb.dwarf2/dwz.exp: Likewise.
21557 * gdb.dwarf2/method-ptr.exp: Likewise.
21558 * gdb.dwarf2/missing-sig-type.exp: Likewise.
21559 * gdb.dwarf2/subrange.exp: Likewise.
21560 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
21561 * gdb.dwarf2/implptrpiece.exp: Likewise.
21562 * gdb.dwarf2/nostaticblock.exp: Likewise.
21563
21564 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
21565
21566 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
21567 directory to absolute path name arguments.
21568
21569 2014-03-10 Joel Brobecker <brobecker@adacore.com>
21570
21571 * gdb.ada/tagged_access: New testcase.
21572
21573 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
21574
21575 * gdb.btrace/data.exp: Update expected output.
21576
21577 2014-03-06 Yao Qi <yao@codesourcery.com>
21578
21579 * gdb.trace/pr16508.exp: New file.
21580
21581 2014-03-05 Pedro Alves <palves@redhat.com>
21582
21583 PR gdb/16575
21584 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
21585 procedure.
21586 (top level): Adjust to use it. Add tests that exercise breakpoint
21587 interaction with the code-cache.
21588
21589 2014-02-26 Ludovic Courtès <ludo@gnu.org>
21590
21591 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
21592 test for 'history-append!'.
21593
21594 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21595
21596 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
21597 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
21598 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
21599 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
21600 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
21601 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
21602
21603 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21604
21605 * testsuite/gdb.python/py-pp-re-notag.c: New file.
21606 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
21607 * testsuite/gdb.python/py-pp-re-notag.p: New file.
21608
21609 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21610
21611 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
21612
21613 2014-02-26 Joel Brobecker <brobecker@adacore.com>
21614
21615 * gdb.dwarf2/arr-stride.c: New file.
21616 * gdb.dwarf2/arr-stride.exp: New file.
21617
21618 2014-02-26 Pedro Alves <palves@redhat.com>
21619
21620 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
21621 that won't ever trigger. Make sure that GDB reports the correct
21622 breakpoint that caused the stop.
21623
21624 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21625
21626 PR gdb/16626
21627 * gdb.base/auto-load-script: New file.
21628 * gdb.base/auto-load.c: New file.
21629 * gdb.base/auto-load.exp: New file.
21630
21631 PR gdb/16626
21632 * gdb.base/auto-load.exp: Fix out-of-srctree run.
21633
21634 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
21635
21636 Fix dw2-icycle.exp -fsanitize=address GDB crash.
21637 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
21638
21639 2014-02-24 Doug Evans <dje@google.com>
21640
21641 * lib/gdb.exp (run_on_host): Log error output if program fails.
21642
21643 2014-02-21 Pedro Alves <palves@redhat.com>
21644
21645 * gdb.threads/step-after-sr-lock.c: Rename to ...
21646 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
21647 * gdb.threads/step-after-sr-lock.exp: Rename to ...
21648 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
21649 ... this.
21650
21651 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
21652
21653 PR tdep/16397
21654 * gdb.arch/amd64-stap-special-operands.exp: New file.
21655 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
21656 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
21657 * gdb.arch/amd64-stap-triplet.S: Likewise.
21658 * gdb.arch/amd64-stap-triplet.c: Likewise.
21659
21660 2014-02-20 Joel Brobecker <brobecker@adacore.com>
21661
21662 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
21663 in .section pseudo-op.
21664
21665 2014-02-20 lin zuojian <manjian2006@gmail.com>
21666 Joel Brobecker <brobecker@adacore.com>
21667 Doug Evans <xdje42@gmail.com>
21668
21669 PR symtab/16581
21670 * gdb.dwarf2/dw2-icycle.S: New file.
21671 * gdb.dwarf2/dw2-icycle.c: New file.
21672 * gdb.dwarf2/dw2-icycle.exp: New file.
21673
21674 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
21675
21676 * gdb.python/py-value-cc.cc: Improve test case to enable testing
21677 operations on gdb.Value objects.
21678 * gdb.python/py-value-cc.exp: Add new test to test operations on
21679 gdb.Value objects.
21680
21681 2014-02-18 Doug Evans <dje@google.com>
21682
21683 * Makefile.in (TESTS): New variable.
21684 (expanded_tests, expanded_tests_or_none): New variables
21685 (check-single): Pass $(expanded_tests_or_none) to runtest.
21686 (check-parallel): Only run tests in $(TESTS) if non-empty.
21687 (check/no-matching-tests-found): New rule.
21688 * README: Document TESTS makefile variable.
21689
21690 2014-02-18 Doug Evans <dje@google.com>
21691
21692 * Makefile.in (check-parallel): rm -rf outputs temp.
21693
21694 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
21695
21696 Fix "ERROR: no fileid for" in the testsuite.
21697 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
21698
21699 2014-02-12 Doug Evans <dje@google.com>
21700
21701 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
21702 (MISCELLANEOUS): New variable.
21703 (clean): rm -rf $(MISCELLANEOUS).
21704 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
21705 dwp live in the same directory as symlinks, with each symlink pointed
21706 to a differently named file in a different directory.
21707
21708 2014-02-11 Doug Evans <dje@google.com>
21709
21710 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
21711 of Tcl file commands.
21712
21713 2014-02-10 Mark Kettenis <kettenis@gnu.org>
21714
21715 * gdb.threads/step-after-sr-lock.exp: Avoid executing
21716 "kill -SIGUSR1 -1".
21717
21718 2014-02-10 Joel Brobecker <brobecker@adacore.com>
21719
21720 * gdb.ada/tick_length_array_enum_idx: New testcase.
21721
21722 2014-02-10 Doug Evans <xdje42@gmail.com>
21723
21724 * configure.ac (AC_OUTPUT): Add gdb.guile.
21725 * configure: Regenerate.
21726 * lib/gdb-guile.exp: New file.
21727 * lib/gdb.exp (get_target_charset): New function.
21728 * gdb.base/help.exp: Update expected output from "apropos apropos".
21729 * gdb.guile/Makefile.in: New file.
21730 * gdb.guile/guile.exp: New file.
21731 * gdb.guile/scm-arch.c: New file.
21732 * gdb.guile/scm-arch.exp: New file.
21733 * gdb.guile/scm-block.c: New file.
21734 * gdb.guile/scm-block.exp: New file.
21735 * gdb.guile/scm-breakpoint.c: New file.
21736 * gdb.guile/scm-breakpoint.exp: New file.
21737 * gdb.guile/scm-disasm.c: New file.
21738 * gdb.guile/scm-disasm.exp: New file.
21739 * gdb.guile/scm-equal.c: New file.
21740 * gdb.guile/scm-equal.exp: New file.
21741 * gdb.guile/scm-error.exp: New file.
21742 * gdb.guile/scm-error.scm: New file.
21743 * gdb.guile/scm-frame-args.c: New file.
21744 * gdb.guile/scm-frame-args.exp: New file.
21745 * gdb.guile/scm-frame-args.scm: New file.
21746 * gdb.guile/scm-frame-inline.c: New file.
21747 * gdb.guile/scm-frame-inline.exp: New file.
21748 * gdb.guile/scm-frame.c: New file.
21749 * gdb.guile/scm-frame.exp: New file.
21750 * gdb.guile/scm-generics.exp: New file.
21751 * gdb.guile/scm-gsmob.exp: New file.
21752 * gdb.guile/scm-iterator.c: New file.
21753 * gdb.guile/scm-iterator.exp: New file.
21754 * gdb.guile/scm-math.c: New file.
21755 * gdb.guile/scm-math.exp: New file.
21756 * gdb.guile/scm-objfile-script-gdb.in: New file.
21757 * gdb.guile/scm-objfile-script.c: New file.
21758 * gdb.guile/scm-objfile-script.exp: New file.
21759 * gdb.guile/scm-objfile.c: New file.
21760 * gdb.guile/scm-objfile.exp: New file.
21761 * gdb.guile/scm-ports.exp: New file.
21762 * gdb.guile/scm-pretty-print.c: New file.
21763 * gdb.guile/scm-pretty-print.exp: New file.
21764 * gdb.guile/scm-pretty-print.scm: New file.
21765 * gdb.guile/scm-section-script.c: New file.
21766 * gdb.guile/scm-section-script.exp: New file.
21767 * gdb.guile/scm-section-script.scm: New file.
21768 * gdb.guile/scm-symbol.c: New file.
21769 * gdb.guile/scm-symbol.exp: New file.
21770 * gdb.guile/scm-symtab-2.c: New file.
21771 * gdb.guile/scm-symtab.c: New file.
21772 * gdb.guile/scm-symtab.exp: New file.
21773 * gdb.guile/scm-type.c: New file.
21774 * gdb.guile/scm-type.exp: New file.
21775 * gdb.guile/scm-value-cc.cc: New file.
21776 * gdb.guile/scm-value-cc.exp: New file.
21777 * gdb.guile/scm-value.c: New file.
21778 * gdb.guile/scm-value.exp: New file.
21779 * gdb.guile/source2.scm: New file.
21780 * gdb.guile/types-module.cc: New file.
21781 * gdb.guile/types-module.exp: New file.
21782
21783 2014-02-10 Yao Qi <yao@codesourcery.com>
21784
21785 PR testsuite/16543
21786 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
21787 * configure: Regenerated.
21788 * Makefile.in: New file.
21789
21790 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
21791
21792 * gdb.python/py-framefilter.exp: Fix typo.
21793
21794 2014-02-08 Yao Qi <yao@codesourcery.com>
21795
21796 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
21797 that no =breakpoint-modified is emitted when breakpoints are
21798 modified through MI commands.
21799
21800 2014-02-07 Pedro Alves <pedro@codesourcery.com>
21801 Pedro Alves <palves@redhat.com>
21802
21803 * gdb.threads/step-after-sr-lock.c: New file.
21804 * gdb.threads/step-after-sr-lock.exp: New file.
21805
21806 2014-02-07 Pedro Alves <palves@redhat.com>
21807
21808 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
21809
21810 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
21811
21812 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
21813 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
21814
21815 2014-02-06 Doug Evans <xdje42@gmail.com>
21816
21817 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
21818 output.
21819
21820 * gdb.gdb/python-interrupts.exp: New file.
21821
21822 2014-02-05 Yao Qi <yao@codesourcery.com>
21823
21824 * gdb.trace/report.exp (use_collected_data): Test the output
21825 of "info threads" and "info inferiors".
21826
21827 2014-02-05 Yao Qi <yao@codesourcery.com>
21828
21829 Revert this patch:
21830
21831 2013-05-24 Yao Qi <yao@codesourcery.com>
21832
21833 * gdb.trace/tfile.exp: Test inferior and thread.
21834
21835 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21836
21837 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
21838 on a function.
21839 * gdb.base/step-bt.c: Call hello via function pointer to make
21840 sure its first instruction is executed on powerpc64le-linux.
21841
21842 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21843
21844 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
21845
21846 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21847
21848 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
21849 of the test patterns for use on little-endian systems.
21850
21851 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
21852
21853 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
21854 (decimal_vector): Fix for little-endian.
21855
21856 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
21857
21858 * gdb.arch/sparc-sysstep.exp: New file.
21859 * gdb.arch/sparc-sysstep.c: Likewise.
21860
21861 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
21862
21863 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
21864
21865 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
21866
21867 2014-01-23 Tom Tromey <tromey@redhat.com>
21868
21869 * gdb.ada/array_char_idx: New testcase.
21870
21871 2014-01-23 Tom Tromey <tromey@redhat.com>
21872
21873 PR python/16487:
21874 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
21875 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
21876 classes.
21877
21878 2014-01-23 Tom Tromey <tromey@redhat.com>
21879
21880 PR python/16491:
21881 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
21882 string from an inferior frame.
21883 * gdb.python/py-framefilter-mi.exp: Update.
21884
21885 2014-01-22 Doug Evans <dje@google.com>
21886
21887 * gdb.server/server-mon.exp: Add tests for "set debug-format".
21888
21889 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21890
21891 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
21892
21893 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21894
21895 * gdb.trace/entry-values.exp: Remove excess space character from
21896 regex patterns. Handle s390 call instruction.
21897
21898 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21899
21900 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
21901 define "*_start" label. Make "name" static.
21902 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
21903 ${name} by references to ${name}_start.
21904
21905 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
21906
21907 * gdb.base/info-macros.exp: Remove "debug" from the compile
21908 options.
21909
21910 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21911
21912 * gdb.dlang/demangle.exp: New file.
21913
21914 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21915
21916 * gdb.dlang/primitive-types.exp: New file.
21917
21918 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
21919
21920 * configure.ac: Create gdb.dlang/Makefile.
21921 * configure: Regenerate.
21922 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
21923 * gdb.dlang/Makefile.in: New file.
21924 * lib/d-support.exp: New file.
21925 * lib/gdb.exp (skip_d_tests): New proc.
21926
21927 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21928
21929 * gdb.btrace/delta.exp: Check reverse stepi.
21930 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
21931 * gdb.btrace/finish.exp: New.
21932 * gdb.btrace/next.exp: New.
21933 * gdb.btrace/nexti.exp: New.
21934 * gdb.btrace/record_goto.c: Add comments.
21935 * gdb.btrace/step.exp: New.
21936 * gdb.btrace/stepi.exp: New.
21937 * gdb.btrace/multi-thread-step.c: New.
21938 * gdb.btrace/multi-thread-step.exp: New.
21939 * gdb.btrace/rn-dl-bind.c: New.
21940 * gdb.btrace/rn-dl-bind.exp: New.
21941 * gdb.btrace/data.c: New.
21942 * gdb.btrace/data.exp: New.
21943 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21944
21945 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21946
21947 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
21948 * gdb.btrace/exception.exp: Update.
21949 * gdb.btrace/instruction_history.exp: Update.
21950 * gdb.btrace/record_goto.exp: Update.
21951 * gdb.btrace/tailcall.exp: Update.
21952 * gdb.btrace/unknown_functions.exp: Update.
21953 * gdb.btrace/delta.exp: New.
21954
21955 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21956
21957 * gdb.btrace/record_goto.exp: Add backtrace test.
21958 * gdb.btrace/tailcall.exp: Add backtrace test.
21959
21960 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21961
21962 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
21963 * gdb.btrace/record_goto.c: New.
21964 * gdb.btrace/record_goto.exp: New.
21965 * gdb.btrace/x86-record_goto.S: New.
21966
21967 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21968
21969 * gdb.btrace/function_call_history.exp: Update tests.
21970 * gdb.btrace/instruction_history.exp: Update tests.
21971
21972 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21973
21974 * gdb.btrace/function_call_history.exp: Fix expected field
21975 order for "record function-call-history".
21976 Add new tests for "record function-call-history /c".
21977 * gdb.btrace/exception.cc: New.
21978 * gdb.btrace/exception.exp: New.
21979 * gdb.btrace/tailcall.exp: New.
21980 * gdb.btrace/x86-tailcall.S: New.
21981 * gdb.btrace/x86-tailcall.c: New.
21982 * gdb.btrace/unknown_functions.c: New.
21983 * gdb.btrace/unknown_functions.exp: New.
21984 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
21985
21986 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21987
21988 * gdb.btrace/instruction_history.exp: Update.
21989 * gdb.btrace/function_call_history.exp: Update.
21990
21991 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21992
21993 * gdb.btrace/function_call_history.exp: Fix expected function
21994 trace.
21995 * gdb.btrace/instruction_history.exp: Initialize traced.
21996 Remove traced_functions.
21997
21998 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
21999
22000 * gdb.btrace/function_call_history.exp: Update
22001 * gdb.btrace/instruction_history.exp: Update.
22002
22003 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
22004
22005 * gdb.btrace/enable.exp: Update expected text.
22006
22007 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
22008
22009 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
22010 bytes.
22011
22012 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
22013
22014 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
22015
22016 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
22017
22018 * lib/gdb.exp (supports_process_record): Return true for
22019 arm*-linux*. (supports_reverse): Likewise.
22020
22021 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
22022
22023 PR python/15464
22024 PR python/16113
22025 * gdb.python/py-type.c: Enhance test case.
22026 * gdb.python/py-value-cc.cc: Likewise
22027 * gdb.python/py-type.exp: Add new tests.
22028 * gdb.python/py-value-cc.exp: Likewise
22029
22030 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
22031 Pedro Alves <palves@redhat.com>
22032
22033 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
22034 Make "name" extern.
22035 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
22036 references to ${name}_start by references to ${name}.
22037
22038 2014-01-10 Joel Brobecker <brobecker@adacore.com>
22039
22040 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
22041
22042 2014-01-10 Joel Brobecker <brobecker@adacore.com>
22043
22044 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
22045
22046 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
22047 Pedro Alves <palves@redhat.com>
22048
22049 * gdb.mi/mi-info-os.exp: Connect to the target with
22050 mi_gdb_target_load.
22051
22052 2014-01-08 Pedro Alves <palves@redhat.com>
22053
22054 * gdb.threads/reconnect-signal.c: New file.
22055 * gdb.threads/reconnect-signal.exp: New file.
22056
22057 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
22058
22059 * gdb.base/source-dir.exp: New file.
22060
22061 2014-01-07 Joel Brobecker <brobecker@adacore.com>
22062
22063 * gdb.ada/mi_interface: New testcase.
22064
22065 2014-01-07 Joel Brobecker <brobecker@adacore.com>
22066
22067 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
22068 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
22069 gdb.ada/pp-rec-component/pck.ads: New files.
22070
22071 2014-01-07 Joel Brobecker <brobecker@adacore.com>
22072
22073 * gdb.python/py-pp-integral.c: New file.
22074 * gdb.python/py-pp-integral.py: New file.
22075 * gdb.python/py-pp-integral.exp: New file.
22076
22077 For older changes see ChangeLog-1993-2013.
22078 \f
22079 ;; Local Variables:
22080 ;; mode: change-log
22081 ;; left-margin: 8
22082 ;; fill-column: 74
22083 ;; version-control: never
22084 ;; End:
22085
22086 Copyright 2014-2020 Free Software Foundation, Inc.
22087 Copying and distribution of this file, with or without modification,
22088 are permitted provided the copyright notice and this notice are preserved.
This page took 0.455947 seconds and 5 git commands to generate.