Fix "layout reg" crash
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-03-07 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/tui-layout.c: New file.
4 * gdb.base/tui-layout.exp: New file.
5
6 2017-03-07 Pedro Alves <palves@redhat.com>
7
8 * gdb.base/tui-layout.c: Rename to ...
9 * gdb.base/tui-disasm-long-lines.c: ... this.
10 * gdb.base/tui-layout.exp: Rename to ...
11 * gdb.base/tui-disasm-long-lines.exp: ... this.
12
13 2017-03-07 Pedro Alves <palves@redhat.com>
14
15 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
16
17 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
18
19 * i386-mpx-call.c: New file.
20 * i386-mpx-call.exp: New file.
21
22 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
23
24 * gdb.arch/powerpc-power.exp: Delete test.
25 * gdb.arch/powerpc-power.s: Likewise.
26 * gdb.disasm/disassembler-options.exp: New test.
27 * gdb.arch/powerpc-altivec.exp: Likewise.
28 * gdb.arch/powerpc-altivec.s: Likewise.
29 * gdb.arch/powerpc-altivec2.exp: Likewise.
30 * gdb.arch/powerpc-altivec2.s: Likewise.
31 * gdb.arch/powerpc-altivec3.exp: Likewise.
32 * gdb.arch/powerpc-altivec3.s: Likewise.
33 * gdb.arch/powerpc-power7.exp: Likewise.
34 * gdb.arch/powerpc-power7.s: Likewise.
35 * gdb.arch/powerpc-power8.exp: Likewise.
36 * gdb.arch/powerpc-power8.s: Likewise.
37 * gdb.arch/powerpc-power9.exp: Likewise.
38 * gdb.arch/powerpc-power9.s: Likewise.
39 * gdb.arch/powerpc-vsx.exp: Likewise.
40 * gdb.arch/powerpc-vsx.s: Likewise.
41 * gdb.arch/powerpc-vsx2.exp: Likewise.
42 * gdb.arch/powerpc-vsx2.s: Likewise.
43 * gdb.arch/powerpc-vsx3.exp: Likewise.
44 * gdb.arch/powerpc-vsx3.s: Likewise.
45 * gdb.arch/arm-disassembler-options.exp: Likewise.
46 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
47 * gdb.arch/s390-disassembler-options.exp: Likewise.
48
49 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
50
51 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
52 (check_supported_features): ... this. Changed return type to void.
53 (supports_rdseed): New static global.
54 (rdseed): Check supports_rdseed.
55 (initialize): Call check_supported_features.
56
57 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
58
59 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
60 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
61 and lqarx/stqcx.
62 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
63 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
64
65 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
66
67 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
68 uppercase.
69
70 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
71
72 * gdb.dwarf2/formdata16.c: New file.
73 * gdb.dwarf2/formdata16.exp: New file.
74 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
75
76 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
77
78 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
79 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
80 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
81 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
82 DW_AT_GNU_*.
83
84 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
85
86 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
87
88 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
89
90 PR gdb/21164
91 * gdb.base/maint.exp: Add testcases for when the commands do
92 not have arguments.
93
94 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
95
96 * gdb.cp/chained-calls.exp: Use p instead of P.
97
98 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
99
100 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
101 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
102
103 2017-02-14 Tom Tromey <tom@tromey.com>
104
105 PR python/13598:
106 * gdb.python/py-events.exp: Add before_prompt event tests.
107
108 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
109
110 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
111
112 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
113
114 * gdb.linespec/explicit.c (my_unique_function_name): New function.
115 (main): Call my_unique_function_name.
116 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
117 completion of patterns with a single match.
118 Add missing -re switches to gdb_test_multiple calls.
119
120 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
121
122 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
123 return if core file is not recognized.
124
125 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
126
127 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
128 and extra UIs.
129
130 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
131
132 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
133 proc_with_prefix.
134
135 2017-02-10 Tom Tromey <tom@tromey.com>
136
137 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
138
139 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
140
141 PR gdb/21122
142 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
143
144 2017-02-08 Jerome Guitton <guitton@adacore.com>
145
146 * gdb.base/define.exp: Add test for command abbreviations
147 in define.
148
149 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
150
151 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
152 * gdb.reverse/insn-reverse-x86.c: New file.
153
154 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
155
156 PR tdep/20936
157 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
158
159 2017-02-03 Tom Tromey <tom@tromey.com>
160
161 PR rust/21097:
162 * gdb.rust/simple.exp: Add new tests.
163
164 2017-02-02 Pedro Alves <palves@redhat.com>
165
166 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
167 tests.
168
169 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
170
171 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
172 taking a 2-byte value out of a 4-byte DWARF implicit value on
173 big-endian targets.
174 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
175 logic. Add test cases for DW_OP_implicit.
176
177 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
178
179 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
180
181 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
182
183 * gdb.btrace/enable.exp: Call gdb_exit before
184 skip_gdbserver_tests.
185
186 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
187
188 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
189 GDBFLAGS.
190
191 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
192
193 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
194 the test is skipped.
195 * gdb.btrace/data.exp: Likewise.
196 * gdb.btrace/delta.exp: Likewise.
197 * gdb.btrace/dlopen.exp: Likewise.
198 * gdb.btrace/enable-running.exp: Likewise.
199 * gdb.btrace/enable.exp: Likewise.
200 * gdb.btrace/exception.exp: Likewise.
201 * gdb.btrace/function_call_history.exp: Likewise.
202 * gdb.btrace/gcore.exp: Likewise.
203 * gdb.btrace/instruction_history.exp: Likewise.
204 * gdb.btrace/multi-thread-step.exp: Likewise.
205 * gdb.btrace/nohist.exp: Likewise.
206 * gdb.btrace/non-stop.exp: Likewise.
207 * gdb.btrace/reconnect.exp: Likewise.
208 * gdb.btrace/record_goto-step.exp: Likewise.
209 * gdb.btrace/record_goto.exp: Likewise.
210 * gdb.btrace/rn-dl-bind.exp: Likewise.
211 * gdb.btrace/segv.exp: Likewise.
212 * gdb.btrace/step.exp: Likewise.
213 * gdb.btrace/stepi.exp: Likewise.
214 * gdb.btrace/tailcall-only.exp: Likewise.
215 * gdb.btrace/tailcall.exp: Likewise.
216 * gdb.btrace/tsx.exp: Likewise.
217 * gdb.btrace/unknown_functions.exp: Likewise.
218 * gdb.btrace/vdso.exp: Likewise.
219
220 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
221
222 * gdb.btrace/enable-running.c: New.
223 * gdb.btrace/enable-running.exp: New.
224
225 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
226
227 * gdb.arch/amd64-gs_base.c: New file.
228 * gdb.arch/amd64-gs_base.exp: New file.
229
230 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
231
232 * lib/memory.exp: Remove spurious empty newlines.
233
234 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
235
236 * gdb.python/py-bad-printers.exp: Load python file using "source".
237 * gdb.python/py-events.exp: Likewise.
238 * gdb.python/py-evsignal.exp: Likewise.
239 * gdb.python/py-evthreads.exp: Likewise.
240 * gdb.python/py-frame-args.exp: Likewise.
241 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
242 * gdb.python/py-framefilter-mi.exp: Likewise.
243 * gdb.python/py-framefilter.exp: Likewise.
244 * gdb.python/py-mi.exp: Likewise.
245 * gdb.python/py-pp-maint.exp: Likewise.
246 * gdb.python/py-pp-registration.exp: Likewise.
247 * gdb.python/py-prettyprint.exp: Likewise.
248 (run_lang_tests): Likewise.
249 * gdb.python/py-typeprint.exp: Likewise.
250
251 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
252
253 * lib/memory.exp: New file.
254 * lib/gdb.exp: Load memory.exp.
255 * gdb.base/memattr.exp (delete_memory): Move proc to
256 lib/memory.exp and rename to delete_memory_regions.
257 Replace delete_memory with delete_memory_regions.
258 Cleanup memory regions before tests.
259 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
260 before tests.
261
262 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
263
264 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
265 files.
266 (initialize): New function conditionally defined.
267 (testcases): Move within conditional block.
268 (main): Call initialize.
269 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
270 of gdb.reverse/insn-reverse.c.
271 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
272 gdb.reverse/insn-reverse.c.
273
274 2017-01-26 Yao Qi <yao.qi@linaro.org>
275
276 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
277 disassemble on address 0.
278
279 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
280 Yao Qi <yao.qi@linaro.org>
281
282 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
283 * gdb.dwarf2/implptr-64bit.S: Remove.
284 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
285 variables in caller's context. Add DW_OP_implicit_value.
286
287 2017-01-25 Yao Qi <yao.qi@linaro.org>
288
289 * lib/dwarf.exp (Dwarf::_location): Handle
290 DW_OP_GNU_implicit_pointer with proper size.
291
292 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
293
294 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
295 and add untested calls.
296
297 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
298
299 * gdb.python/python.exp: Check line number against what GDB thinks
300 the line number is for func1.
301
302 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
303
304 * gdb.dlang/debug-expr.exp: New file.
305
306 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
307
308 Fix test names for the following files:
309
310 * gdb.ada/exec_changed.exp
311 * gdb.ada/info_types.exp
312 * gdb.arch/aarch64-atomic-inst.exp
313 * gdb.arch/aarch64-fp.exp
314 * gdb.arch/altivec-abi.exp
315 * gdb.arch/altivec-regs.exp
316 * gdb.arch/amd64-byte.exp
317 * gdb.arch/amd64-disp-step.exp
318 * gdb.arch/amd64-dword.exp
319 * gdb.arch/amd64-entry-value-inline.exp
320 * gdb.arch/amd64-entry-value-param.exp
321 * gdb.arch/amd64-entry-value-paramref.exp
322 * gdb.arch/amd64-entry-value.exp
323 * gdb.arch/amd64-i386-address.exp
324 * gdb.arch/amd64-invalid-stack-middle.exp
325 * gdb.arch/amd64-invalid-stack-top.exp
326 * gdb.arch/amd64-optimout-repeat.exp
327 * gdb.arch/amd64-prologue-skip.exp
328 * gdb.arch/amd64-prologue-xmm.exp
329 * gdb.arch/amd64-stap-special-operands.exp
330 * gdb.arch/amd64-stap-wrong-subexp.exp
331 * gdb.arch/amd64-tailcall-cxx.exp
332 * gdb.arch/amd64-tailcall-noret.exp
333 * gdb.arch/amd64-tailcall-ret.exp
334 * gdb.arch/amd64-tailcall-self.exp
335 * gdb.arch/amd64-word.exp
336 * gdb.arch/arm-bl-branch-dest.exp
337 * gdb.arch/arm-disp-step.exp
338 * gdb.arch/arm-neon.exp
339 * gdb.arch/arm-single-step-kernel-helper.exp
340 * gdb.arch/avr-flash-qualifier.exp
341 * gdb.arch/disp-step-insn-reloc.exp
342 * gdb.arch/e500-abi.exp
343 * gdb.arch/e500-regs.exp
344 * gdb.arch/ftrace-insn-reloc.exp
345 * gdb.arch/i386-avx512.exp
346 * gdb.arch/i386-bp_permanent.exp
347 * gdb.arch/i386-byte.exp
348 * gdb.arch/i386-cfi-notcurrent.exp
349 * gdb.arch/i386-disp-step.exp
350 * gdb.arch/i386-dr3-watch.exp
351 * gdb.arch/i386-float.exp
352 * gdb.arch/i386-gnu-cfi.exp
353 * gdb.arch/i386-mpx-map.exp
354 * gdb.arch/i386-mpx-sigsegv.exp
355 * gdb.arch/i386-mpx-simple_segv.exp
356 * gdb.arch/i386-mpx.exp
357 * gdb.arch/i386-permbkpt.exp
358 * gdb.arch/i386-prologue.exp
359 * gdb.arch/i386-signal.exp
360 * gdb.arch/i386-size-overlap.exp
361 * gdb.arch/i386-unwind.exp
362 * gdb.arch/i386-word.exp
363 * gdb.arch/mips-fcr.exp
364 * gdb.arch/powerpc-d128-regs.exp
365 * gdb.arch/powerpc-stackless.exp
366 * gdb.arch/ppc64-atomic-inst.exp
367 * gdb.arch/s390-stackless.exp
368 * gdb.arch/s390-tdbregs.exp
369 * gdb.arch/s390-vregs.exp
370 * gdb.arch/sparc-sysstep.exp
371 * gdb.arch/thumb-bx-pc.exp
372 * gdb.arch/thumb-singlestep.exp
373 * gdb.arch/thumb2-it.exp
374 * gdb.arch/vsx-regs.exp
375 * gdb.asm/asm-source.exp
376 * gdb.base/a2-run.exp
377 * gdb.base/advance.exp
378 * gdb.base/all-bin.exp
379 * gdb.base/anon.exp
380 * gdb.base/args.exp
381 * gdb.base/arithmet.exp
382 * gdb.base/async-shell.exp
383 * gdb.base/async.exp
384 * gdb.base/attach-pie-noexec.exp
385 * gdb.base/attach-twice.exp
386 * gdb.base/auto-load.exp
387 * gdb.base/bang.exp
388 * gdb.base/bitfields.exp
389 * gdb.base/break-always.exp
390 * gdb.base/break-caller-line.exp
391 * gdb.base/break-entry.exp
392 * gdb.base/break-inline.exp
393 * gdb.base/break-on-linker-gcd-function.exp
394 * gdb.base/break-probes.exp
395 * gdb.base/break.exp
396 * gdb.base/breakpoint-shadow.exp
397 * gdb.base/call-ar-st.exp
398 * gdb.base/call-sc.exp
399 * gdb.base/call-signal-resume.exp
400 * gdb.base/call-strs.exp
401 * gdb.base/callfuncs.exp
402 * gdb.base/catch-fork-static.exp
403 * gdb.base/catch-gdb-caused-signals.exp
404 * gdb.base/catch-load.exp
405 * gdb.base/catch-signal-fork.exp
406 * gdb.base/catch-signal.exp
407 * gdb.base/catch-syscall.exp
408 * gdb.base/charset.exp
409 * gdb.base/checkpoint.exp
410 * gdb.base/chng-syms.exp
411 * gdb.base/code-expr.exp
412 * gdb.base/code_elim.exp
413 * gdb.base/commands.exp
414 * gdb.base/completion.exp
415 * gdb.base/complex.exp
416 * gdb.base/cond-expr.exp
417 * gdb.base/condbreak.exp
418 * gdb.base/consecutive.exp
419 * gdb.base/continue-all-already-running.exp
420 * gdb.base/coredump-filter.exp
421 * gdb.base/corefile.exp
422 * gdb.base/dbx.exp
423 * gdb.base/debug-expr.exp
424 * gdb.base/define.exp
425 * gdb.base/del.exp
426 * gdb.base/disabled-location.exp
427 * gdb.base/disasm-end-cu.exp
428 * gdb.base/disasm-optim.exp
429 * gdb.base/display.exp
430 * gdb.base/duplicate-bp.exp
431 * gdb.base/ena-dis-br.exp
432 * gdb.base/ending-run.exp
433 * gdb.base/enumval.exp
434 * gdb.base/environ.exp
435 * gdb.base/eu-strip-infcall.exp
436 * gdb.base/eval-avoid-side-effects.exp
437 * gdb.base/eval-skip.exp
438 * gdb.base/exitsignal.exp
439 * gdb.base/expand-psymtabs.exp
440 * gdb.base/filesym.exp
441 * gdb.base/find-unmapped.exp
442 * gdb.base/finish.exp
443 * gdb.base/float.exp
444 * gdb.base/foll-exec-mode.exp
445 * gdb.base/foll-exec.exp
446 * gdb.base/foll-fork.exp
447 * gdb.base/fortran-sym-case.exp
448 * gdb.base/freebpcmd.exp
449 * gdb.base/func-ptr.exp
450 * gdb.base/func-ptrs.exp
451 * gdb.base/funcargs.exp
452 * gdb.base/gcore-buffer-overflow.exp
453 * gdb.base/gcore-relro-pie.exp
454 * gdb.base/gcore-relro.exp
455 * gdb.base/gcore.exp
456 * gdb.base/gdb1090.exp
457 * gdb.base/gdb11530.exp
458 * gdb.base/gdb11531.exp
459 * gdb.base/gdb1821.exp
460 * gdb.base/gdbindex-stabs.exp
461 * gdb.base/gdbvars.exp
462 * gdb.base/hbreak.exp
463 * gdb.base/hbreak2.exp
464 * gdb.base/included.exp
465 * gdb.base/infcall-input.exp
466 * gdb.base/inferior-died.exp
467 * gdb.base/infnan.exp
468 * gdb.base/info-macros.exp
469 * gdb.base/info-os.exp
470 * gdb.base/info-proc.exp
471 * gdb.base/info-shared.exp
472 * gdb.base/info-target.exp
473 * gdb.base/infoline.exp
474 * gdb.base/interp.exp
475 * gdb.base/interrupt.exp
476 * gdb.base/jit-reader.exp
477 * gdb.base/jit-simple.exp
478 * gdb.base/kill-after-signal.exp
479 * gdb.base/kill-detach-inferiors-cmd.exp
480 * gdb.base/label.exp
481 * gdb.base/langs.exp
482 * gdb.base/ldbl_e308.exp
483 * gdb.base/line-symtabs.exp
484 * gdb.base/linespecs.exp
485 * gdb.base/list.exp
486 * gdb.base/long_long.exp
487 * gdb.base/longest-types.exp
488 * gdb.base/maint.exp
489 * gdb.base/max-value-size.exp
490 * gdb.base/memattr.exp
491 * gdb.base/mips_pro.exp
492 * gdb.base/morestack.exp
493 * gdb.base/moribund-step.exp
494 * gdb.base/multi-forks.exp
495 * gdb.base/nested-addr.exp
496 * gdb.base/nextoverexit.exp
497 * gdb.base/noreturn-finish.exp
498 * gdb.base/noreturn-return.exp
499 * gdb.base/nostdlib.exp
500 * gdb.base/offsets.exp
501 * gdb.base/opaque.exp
502 * gdb.base/pc-fp.exp
503 * gdb.base/permissions.exp
504 * gdb.base/print-symbol-loading.exp
505 * gdb.base/prologue-include.exp
506 * gdb.base/psymtab.exp
507 * gdb.base/ptype.exp
508 * gdb.base/random-signal.exp
509 * gdb.base/randomize.exp
510 * gdb.base/range-stepping.exp
511 * gdb.base/readline-ask.exp
512 * gdb.base/recpar.exp
513 * gdb.base/recurse.exp
514 * gdb.base/relational.exp
515 * gdb.base/restore.exp
516 * gdb.base/return-nodebug.exp
517 * gdb.base/return.exp
518 * gdb.base/run-after-attach.exp
519 * gdb.base/save-bp.exp
520 * gdb.base/scope.exp
521 * gdb.base/sect-cmd.exp
522 * gdb.base/set-lang-auto.exp
523 * gdb.base/set-noassign.exp
524 * gdb.base/setvar.exp
525 * gdb.base/sigall.exp
526 * gdb.base/sigbpt.exp
527 * gdb.base/siginfo-addr.exp
528 * gdb.base/siginfo-infcall.exp
529 * gdb.base/siginfo-obj.exp
530 * gdb.base/siginfo.exp
531 * gdb.base/signals-state-child.exp
532 * gdb.base/signest.exp
533 * gdb.base/sigstep.exp
534 * gdb.base/sizeof.exp
535 * gdb.base/skip.exp
536 * gdb.base/solib-corrupted.exp
537 * gdb.base/solib-nodir.exp
538 * gdb.base/solib-search.exp
539 * gdb.base/stack-checking.exp
540 * gdb.base/stale-infcall.exp
541 * gdb.base/stap-probe.exp
542 * gdb.base/start.exp
543 * gdb.base/step-break.exp
544 * gdb.base/step-bt.exp
545 * gdb.base/step-line.exp
546 * gdb.base/step-over-exit.exp
547 * gdb.base/step-over-syscall.exp
548 * gdb.base/step-resume-infcall.exp
549 * gdb.base/step-test.exp
550 * gdb.base/store.exp
551 * gdb.base/structs3.exp
552 * gdb.base/sym-file.exp
553 * gdb.base/symbol-without-target_section.exp
554 * gdb.base/term.exp
555 * gdb.base/testenv.exp
556 * gdb.base/ui-redirect.exp
557 * gdb.base/until.exp
558 * gdb.base/unwindonsignal.exp
559 * gdb.base/value-double-free.exp
560 * gdb.base/vla-datatypes.exp
561 * gdb.base/vla-ptr.exp
562 * gdb.base/vla-sideeffect.exp
563 * gdb.base/volatile.exp
564 * gdb.base/watch-cond-infcall.exp
565 * gdb.base/watch-cond.exp
566 * gdb.base/watch-non-mem.exp
567 * gdb.base/watch-read.exp
568 * gdb.base/watch-vfork.exp
569 * gdb.base/watchpoint-cond-gone.exp
570 * gdb.base/watchpoint-delete.exp
571 * gdb.base/watchpoint-hw-hit-once.exp
572 * gdb.base/watchpoint-hw.exp
573 * gdb.base/watchpoint-stops-at-right-insn.exp
574 * gdb.base/watchpoints.exp
575 * gdb.base/wchar.exp
576 * gdb.base/whatis-exp.exp
577 * gdb.btrace/buffer-size.exp
578 * gdb.btrace/data.exp
579 * gdb.btrace/delta.exp
580 * gdb.btrace/dlopen.exp
581 * gdb.btrace/enable.exp
582 * gdb.btrace/exception.exp
583 * gdb.btrace/function_call_history.exp
584 * gdb.btrace/gcore.exp
585 * gdb.btrace/instruction_history.exp
586 * gdb.btrace/nohist.exp
587 * gdb.btrace/reconnect.exp
588 * gdb.btrace/record_goto-step.exp
589 * gdb.btrace/record_goto.exp
590 * gdb.btrace/rn-dl-bind.exp
591 * gdb.btrace/segv.exp
592 * gdb.btrace/step.exp
593 * gdb.btrace/stepi.exp
594 * gdb.btrace/tailcall-only.exp
595 * gdb.btrace/tailcall.exp
596 * gdb.btrace/tsx.exp
597 * gdb.btrace/unknown_functions.exp
598 * gdb.btrace/vdso.exp
599 * gdb.compile/compile-ifunc.exp
600 * gdb.compile/compile-ops.exp
601 * gdb.compile/compile-print.exp
602 * gdb.compile/compile-setjmp.exp
603 * gdb.cp/abstract-origin.exp
604 * gdb.cp/ambiguous.exp
605 * gdb.cp/annota2.exp
606 * gdb.cp/annota3.exp
607 * gdb.cp/anon-ns.exp
608 * gdb.cp/anon-struct.exp
609 * gdb.cp/anon-union.exp
610 * gdb.cp/arg-reference.exp
611 * gdb.cp/baseenum.exp
612 * gdb.cp/bool.exp
613 * gdb.cp/breakpoint.exp
614 * gdb.cp/bs15503.exp
615 * gdb.cp/call-c.exp
616 * gdb.cp/casts.exp
617 * gdb.cp/chained-calls.exp
618 * gdb.cp/class2.exp
619 * gdb.cp/classes.exp
620 * gdb.cp/cmpd-minsyms.exp
621 * gdb.cp/converts.exp
622 * gdb.cp/cp-relocate.exp
623 * gdb.cp/cpcompletion.exp
624 * gdb.cp/cpexprs.exp
625 * gdb.cp/cplabel.exp
626 * gdb.cp/cplusfuncs.exp
627 * gdb.cp/cpsizeof.exp
628 * gdb.cp/ctti.exp
629 * gdb.cp/derivation.exp
630 * gdb.cp/destrprint.exp
631 * gdb.cp/dispcxx.exp
632 * gdb.cp/enum-class.exp
633 * gdb.cp/exception.exp
634 * gdb.cp/exceptprint.exp
635 * gdb.cp/expand-psymtabs-cxx.exp
636 * gdb.cp/expand-sals.exp
637 * gdb.cp/extern-c.exp
638 * gdb.cp/filename.exp
639 * gdb.cp/formatted-ref.exp
640 * gdb.cp/fpointer.exp
641 * gdb.cp/gdb1355.exp
642 * gdb.cp/gdb2495.exp
643 * gdb.cp/hang.exp
644 * gdb.cp/impl-this.exp
645 * gdb.cp/infcall-dlopen.exp
646 * gdb.cp/inherit.exp
647 * gdb.cp/iostream.exp
648 * gdb.cp/koenig.exp
649 * gdb.cp/local.exp
650 * gdb.cp/m-data.exp
651 * gdb.cp/m-static.exp
652 * gdb.cp/mb-ctor.exp
653 * gdb.cp/mb-inline.exp
654 * gdb.cp/mb-templates.exp
655 * gdb.cp/member-name.exp
656 * gdb.cp/member-ptr.exp
657 * gdb.cp/meth-typedefs.exp
658 * gdb.cp/method.exp
659 * gdb.cp/method2.exp
660 * gdb.cp/minsym-fallback.exp
661 * gdb.cp/misc.exp
662 * gdb.cp/namelessclass.exp
663 * gdb.cp/namespace-enum.exp
664 * gdb.cp/namespace-nested-import.exp
665 * gdb.cp/namespace.exp
666 * gdb.cp/nextoverthrow.exp
667 * gdb.cp/no-dmgl-verbose.exp
668 * gdb.cp/non-trivial-retval.exp
669 * gdb.cp/noparam.exp
670 * gdb.cp/nsdecl.exp
671 * gdb.cp/nsimport.exp
672 * gdb.cp/nsnested.exp
673 * gdb.cp/nsnoimports.exp
674 * gdb.cp/nsrecurs.exp
675 * gdb.cp/nsstress.exp
676 * gdb.cp/nsusing.exp
677 * gdb.cp/operator.exp
678 * gdb.cp/oranking.exp
679 * gdb.cp/overload-const.exp
680 * gdb.cp/overload.exp
681 * gdb.cp/ovldbreak.exp
682 * gdb.cp/ovsrch.exp
683 * gdb.cp/paren-type.exp
684 * gdb.cp/parse-lang.exp
685 * gdb.cp/pass-by-ref.exp
686 * gdb.cp/pr-1023.exp
687 * gdb.cp/pr-1210.exp
688 * gdb.cp/pr-574.exp
689 * gdb.cp/pr10687.exp
690 * gdb.cp/pr12028.exp
691 * gdb.cp/pr17132.exp
692 * gdb.cp/pr17494.exp
693 * gdb.cp/pr9067.exp
694 * gdb.cp/pr9167.exp
695 * gdb.cp/pr9631.exp
696 * gdb.cp/printmethod.exp
697 * gdb.cp/psmang.exp
698 * gdb.cp/psymtab-parameter.exp
699 * gdb.cp/ptype-cv-cp.exp
700 * gdb.cp/ptype-flags.exp
701 * gdb.cp/re-set-overloaded.exp
702 * gdb.cp/ref-types.exp
703 * gdb.cp/rtti.exp
704 * gdb.cp/scope-err.exp
705 * gdb.cp/shadow.exp
706 * gdb.cp/smartp.exp
707 * gdb.cp/static-method.exp
708 * gdb.cp/static-print-quit.exp
709 * gdb.cp/temargs.exp
710 * gdb.cp/templates.exp
711 * gdb.cp/try_catch.exp
712 * gdb.cp/typedef-operator.exp
713 * gdb.cp/typeid.exp
714 * gdb.cp/userdef.exp
715 * gdb.cp/using-crash.exp
716 * gdb.cp/var-tag.exp
717 * gdb.cp/virtbase.exp
718 * gdb.cp/virtfunc.exp
719 * gdb.cp/virtfunc2.exp
720 * gdb.cp/vla-cxx.exp
721 * gdb.disasm/t01_mov.exp
722 * gdb.disasm/t02_mova.exp
723 * gdb.disasm/t03_add.exp
724 * gdb.disasm/t04_sub.exp
725 * gdb.disasm/t05_cmp.exp
726 * gdb.disasm/t06_ari2.exp
727 * gdb.disasm/t07_ari3.exp
728 * gdb.disasm/t08_or.exp
729 * gdb.disasm/t09_xor.exp
730 * gdb.disasm/t10_and.exp
731 * gdb.disasm/t11_logs.exp
732 * gdb.disasm/t12_bit.exp
733 * gdb.disasm/t13_otr.exp
734 * gdb.dlang/circular.exp
735 * gdb.dwarf2/arr-stride.exp
736 * gdb.dwarf2/arr-subrange.exp
737 * gdb.dwarf2/atomic-type.exp
738 * gdb.dwarf2/bad-regnum.exp
739 * gdb.dwarf2/bitfield-parent-optimized-out.exp
740 * gdb.dwarf2/callframecfa.exp
741 * gdb.dwarf2/clztest.exp
742 * gdb.dwarf2/corrupt.exp
743 * gdb.dwarf2/data-loc.exp
744 * gdb.dwarf2/dup-psym.exp
745 * gdb.dwarf2/dw2-anon-mptr.exp
746 * gdb.dwarf2/dw2-anonymous-func.exp
747 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
748 * gdb.dwarf2/dw2-bad-unresolved.exp
749 * gdb.dwarf2/dw2-basic.exp
750 * gdb.dwarf2/dw2-canonicalize-type.exp
751 * gdb.dwarf2/dw2-case-insensitive.exp
752 * gdb.dwarf2/dw2-common-block.exp
753 * gdb.dwarf2/dw2-compdir-oldgcc.exp
754 * gdb.dwarf2/dw2-compressed.exp
755 * gdb.dwarf2/dw2-const.exp
756 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
757 * gdb.dwarf2/dw2-cu-size.exp
758 * gdb.dwarf2/dw2-dup-frame.exp
759 * gdb.dwarf2/dw2-entry-value.exp
760 * gdb.dwarf2/dw2-icycle.exp
761 * gdb.dwarf2/dw2-ifort-parameter.exp
762 * gdb.dwarf2/dw2-inline-break.exp
763 * gdb.dwarf2/dw2-inline-param.exp
764 * gdb.dwarf2/dw2-intercu.exp
765 * gdb.dwarf2/dw2-intermix.exp
766 * gdb.dwarf2/dw2-lexical-block-bare.exp
767 * gdb.dwarf2/dw2-linkage-name-trust.exp
768 * gdb.dwarf2/dw2-minsym-in-cu.exp
769 * gdb.dwarf2/dw2-noloc.exp
770 * gdb.dwarf2/dw2-op-call.exp
771 * gdb.dwarf2/dw2-op-out-param.exp
772 * gdb.dwarf2/dw2-opt-structptr.exp
773 * gdb.dwarf2/dw2-param-error.exp
774 * gdb.dwarf2/dw2-producer.exp
775 * gdb.dwarf2/dw2-ranges-base.exp
776 * gdb.dwarf2/dw2-ref-missing-frame.exp
777 * gdb.dwarf2/dw2-reg-undefined.exp
778 * gdb.dwarf2/dw2-regno-invalid.exp
779 * gdb.dwarf2/dw2-restore.exp
780 * gdb.dwarf2/dw2-restrict.exp
781 * gdb.dwarf2/dw2-single-line-discriminators.exp
782 * gdb.dwarf2/dw2-strp.exp
783 * gdb.dwarf2/dw2-undefined-ret-addr.exp
784 * gdb.dwarf2/dw2-unresolved.exp
785 * gdb.dwarf2/dw2-var-zero-addr.exp
786 * gdb.dwarf2/dw4-sig-types.exp
787 * gdb.dwarf2/dwz.exp
788 * gdb.dwarf2/dynarr-ptr.exp
789 * gdb.dwarf2/enum-type.exp
790 * gdb.dwarf2/gdb-index.exp
791 * gdb.dwarf2/implptr-64bit.exp
792 * gdb.dwarf2/implptr-optimized-out.exp
793 * gdb.dwarf2/implptr.exp
794 * gdb.dwarf2/implref-array.exp
795 * gdb.dwarf2/implref-const.exp
796 * gdb.dwarf2/implref-global.exp
797 * gdb.dwarf2/implref-struct.exp
798 * gdb.dwarf2/mac-fileno.exp
799 * gdb.dwarf2/main-subprogram.exp
800 * gdb.dwarf2/member-ptr-forwardref.exp
801 * gdb.dwarf2/method-ptr.exp
802 * gdb.dwarf2/missing-sig-type.exp
803 * gdb.dwarf2/nonvar-access.exp
804 * gdb.dwarf2/opaque-type-lookup.exp
805 * gdb.dwarf2/pieces-optimized-out.exp
806 * gdb.dwarf2/pieces.exp
807 * gdb.dwarf2/pr10770.exp
808 * gdb.dwarf2/pr13961.exp
809 * gdb.dwarf2/staticvirtual.exp
810 * gdb.dwarf2/subrange.exp
811 * gdb.dwarf2/symtab-producer.exp
812 * gdb.dwarf2/trace-crash.exp
813 * gdb.dwarf2/typeddwarf.exp
814 * gdb.dwarf2/valop.exp
815 * gdb.dwarf2/watch-notconst.exp
816 * gdb.fortran/array-element.exp
817 * gdb.fortran/charset.exp
818 * gdb.fortran/common-block.exp
819 * gdb.fortran/complex.exp
820 * gdb.fortran/derived-type-function.exp
821 * gdb.fortran/derived-type.exp
822 * gdb.fortran/logical.exp
823 * gdb.fortran/module.exp
824 * gdb.fortran/multi-dim.exp
825 * gdb.fortran/nested-funcs.exp
826 * gdb.fortran/print-formatted.exp
827 * gdb.fortran/subarray.exp
828 * gdb.fortran/vla-alloc-assoc.exp
829 * gdb.fortran/vla-datatypes.exp
830 * gdb.fortran/vla-history.exp
831 * gdb.fortran/vla-ptr-info.exp
832 * gdb.fortran/vla-ptype-sub.exp
833 * gdb.fortran/vla-ptype.exp
834 * gdb.fortran/vla-sizeof.exp
835 * gdb.fortran/vla-type.exp
836 * gdb.fortran/vla-value-sub-arbitrary.exp
837 * gdb.fortran/vla-value-sub-finish.exp
838 * gdb.fortran/vla-value-sub.exp
839 * gdb.fortran/vla-value.exp
840 * gdb.fortran/whatis_type.exp
841 * gdb.go/chan.exp
842 * gdb.go/handcall.exp
843 * gdb.go/hello.exp
844 * gdb.go/integers.exp
845 * gdb.go/methods.exp
846 * gdb.go/package.exp
847 * gdb.go/strings.exp
848 * gdb.go/types.exp
849 * gdb.go/unsafe.exp
850 * gdb.guile/scm-arch.exp
851 * gdb.guile/scm-block.exp
852 * gdb.guile/scm-breakpoint.exp
853 * gdb.guile/scm-cmd.exp
854 * gdb.guile/scm-disasm.exp
855 * gdb.guile/scm-equal.exp
856 * gdb.guile/scm-frame-args.exp
857 * gdb.guile/scm-frame-inline.exp
858 * gdb.guile/scm-frame.exp
859 * gdb.guile/scm-iterator.exp
860 * gdb.guile/scm-math.exp
861 * gdb.guile/scm-objfile.exp
862 * gdb.guile/scm-ports.exp
863 * gdb.guile/scm-symbol.exp
864 * gdb.guile/scm-symtab.exp
865 * gdb.guile/scm-value-cc.exp
866 * gdb.guile/types-module.exp
867 * gdb.linespec/break-ask.exp
868 * gdb.linespec/cpexplicit.exp
869 * gdb.linespec/explicit.exp
870 * gdb.linespec/keywords.exp
871 * gdb.linespec/linespec.exp
872 * gdb.linespec/ls-dollar.exp
873 * gdb.linespec/ls-errs.exp
874 * gdb.linespec/skip-two.exp
875 * gdb.linespec/thread.exp
876 * gdb.mi/mi-async.exp
877 * gdb.mi/mi-basics.exp
878 * gdb.mi/mi-break.exp
879 * gdb.mi/mi-catch-load.exp
880 * gdb.mi/mi-cli.exp
881 * gdb.mi/mi-cmd-param-changed.exp
882 * gdb.mi/mi-console.exp
883 * gdb.mi/mi-detach.exp
884 * gdb.mi/mi-disassemble.exp
885 * gdb.mi/mi-eval.exp
886 * gdb.mi/mi-file-transfer.exp
887 * gdb.mi/mi-file.exp
888 * gdb.mi/mi-fill-memory.exp
889 * gdb.mi/mi-inheritance-syntax-error.exp
890 * gdb.mi/mi-linespec-err-cp.exp
891 * gdb.mi/mi-logging.exp
892 * gdb.mi/mi-memory-changed.exp
893 * gdb.mi/mi-read-memory.exp
894 * gdb.mi/mi-record-changed.exp
895 * gdb.mi/mi-reg-undefined.exp
896 * gdb.mi/mi-regs.exp
897 * gdb.mi/mi-return.exp
898 * gdb.mi/mi-reverse.exp
899 * gdb.mi/mi-simplerun.exp
900 * gdb.mi/mi-solib.exp
901 * gdb.mi/mi-stack.exp
902 * gdb.mi/mi-stepi.exp
903 * gdb.mi/mi-syn-frame.exp
904 * gdb.mi/mi-until.exp
905 * gdb.mi/mi-var-block.exp
906 * gdb.mi/mi-var-child.exp
907 * gdb.mi/mi-var-cmd.exp
908 * gdb.mi/mi-var-cp.exp
909 * gdb.mi/mi-var-display.exp
910 * gdb.mi/mi-var-invalidate.exp
911 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
912 * gdb.mi/mi-vla-fortran.exp
913 * gdb.mi/mi-watch.exp
914 * gdb.mi/mi2-var-child.exp
915 * gdb.mi/user-selected-context-sync.exp
916 * gdb.modula2/unbounded-array.exp
917 * gdb.multi/dummy-frame-restore.exp
918 * gdb.multi/multi-arch-exec.exp
919 * gdb.multi/multi-arch.exp
920 * gdb.multi/tids.exp
921 * gdb.multi/watchpoint-multi.exp
922 * gdb.opencl/callfuncs.exp
923 * gdb.opencl/convs_casts.exp
924 * gdb.opencl/datatypes.exp
925 * gdb.opencl/operators.exp
926 * gdb.opencl/vec_comps.exp
927 * gdb.opt/clobbered-registers-O2.exp
928 * gdb.opt/inline-break.exp
929 * gdb.opt/inline-bt.exp
930 * gdb.opt/inline-cmds.exp
931 * gdb.opt/inline-locals.exp
932 * gdb.pascal/case-insensitive-symbols.exp
933 * gdb.pascal/floats.exp
934 * gdb.pascal/gdb11492.exp
935 * gdb.python/lib-types.exp
936 * gdb.python/py-arch.exp
937 * gdb.python/py-as-string.exp
938 * gdb.python/py-bad-printers.exp
939 * gdb.python/py-block.exp
940 * gdb.python/py-breakpoint-create-fail.exp
941 * gdb.python/py-breakpoint.exp
942 * gdb.python/py-caller-is.exp
943 * gdb.python/py-cmd.exp
944 * gdb.python/py-explore-cc.exp
945 * gdb.python/py-explore.exp
946 * gdb.python/py-finish-breakpoint.exp
947 * gdb.python/py-finish-breakpoint2.exp
948 * gdb.python/py-frame-args.exp
949 * gdb.python/py-frame-inline.exp
950 * gdb.python/py-frame.exp
951 * gdb.python/py-framefilter-mi.exp
952 * gdb.python/py-infthread.exp
953 * gdb.python/py-lazy-string.exp
954 * gdb.python/py-linetable.exp
955 * gdb.python/py-mi-events.exp
956 * gdb.python/py-mi-objfile.exp
957 * gdb.python/py-mi.exp
958 * gdb.python/py-objfile.exp
959 * gdb.python/py-pp-integral.exp
960 * gdb.python/py-pp-maint.exp
961 * gdb.python/py-pp-re-notag.exp
962 * gdb.python/py-pp-registration.exp
963 * gdb.python/py-recurse-unwind.exp
964 * gdb.python/py-strfns.exp
965 * gdb.python/py-symbol.exp
966 * gdb.python/py-symtab.exp
967 * gdb.python/py-sync-interp.exp
968 * gdb.python/py-typeprint.exp
969 * gdb.python/py-unwind-maint.exp
970 * gdb.python/py-unwind.exp
971 * gdb.python/py-value-cc.exp
972 * gdb.python/py-xmethods.exp
973 * gdb.reverse/amd64-tailcall-reverse.exp
974 * gdb.reverse/break-precsave.exp
975 * gdb.reverse/break-reverse.exp
976 * gdb.reverse/consecutive-precsave.exp
977 * gdb.reverse/consecutive-reverse.exp
978 * gdb.reverse/finish-precsave.exp
979 * gdb.reverse/finish-reverse-bkpt.exp
980 * gdb.reverse/finish-reverse.exp
981 * gdb.reverse/fstatat-reverse.exp
982 * gdb.reverse/getresuid-reverse.exp
983 * gdb.reverse/i386-precsave.exp
984 * gdb.reverse/i386-reverse.exp
985 * gdb.reverse/i386-sse-reverse.exp
986 * gdb.reverse/i387-env-reverse.exp
987 * gdb.reverse/i387-stack-reverse.exp
988 * gdb.reverse/insn-reverse.exp
989 * gdb.reverse/machinestate-precsave.exp
990 * gdb.reverse/machinestate.exp
991 * gdb.reverse/next-reverse-bkpt-over-sr.exp
992 * gdb.reverse/pipe-reverse.exp
993 * gdb.reverse/readv-reverse.exp
994 * gdb.reverse/recvmsg-reverse.exp
995 * gdb.reverse/rerun-prec.exp
996 * gdb.reverse/s390-mvcle.exp
997 * gdb.reverse/step-precsave.exp
998 * gdb.reverse/step-reverse.exp
999 * gdb.reverse/time-reverse.exp
1000 * gdb.reverse/until-precsave.exp
1001 * gdb.reverse/until-reverse.exp
1002 * gdb.reverse/waitpid-reverse.exp
1003 * gdb.reverse/watch-precsave.exp
1004 * gdb.reverse/watch-reverse.exp
1005 * gdb.rust/generics.exp
1006 * gdb.rust/methods.exp
1007 * gdb.rust/modules.exp
1008 * gdb.rust/simple.exp
1009 * gdb.server/connect-with-no-symbol-file.exp
1010 * gdb.server/ext-attach.exp
1011 * gdb.server/ext-restart.exp
1012 * gdb.server/ext-wrapper.exp
1013 * gdb.server/file-transfer.exp
1014 * gdb.server/server-exec-info.exp
1015 * gdb.server/server-kill.exp
1016 * gdb.server/server-mon.exp
1017 * gdb.server/wrapper.exp
1018 * gdb.stabs/exclfwd.exp
1019 * gdb.stabs/gdb11479.exp
1020 * gdb.threads/clone-new-thread-event.exp
1021 * gdb.threads/corethreads.exp
1022 * gdb.threads/current-lwp-dead.exp
1023 * gdb.threads/dlopen-libpthread.exp
1024 * gdb.threads/gcore-thread.exp
1025 * gdb.threads/sigstep-threads.exp
1026 * gdb.threads/watchpoint-fork.exp
1027 * gdb.trace/actions-changed.exp
1028 * gdb.trace/backtrace.exp
1029 * gdb.trace/change-loc.exp
1030 * gdb.trace/circ.exp
1031 * gdb.trace/collection.exp
1032 * gdb.trace/disconnected-tracing.exp
1033 * gdb.trace/ftrace.exp
1034 * gdb.trace/mi-trace-frame-collected.exp
1035 * gdb.trace/mi-trace-unavailable.exp
1036 * gdb.trace/mi-traceframe-changed.exp
1037 * gdb.trace/mi-tsv-changed.exp
1038 * gdb.trace/no-attach-trace.exp
1039 * gdb.trace/passc-dyn.exp
1040 * gdb.trace/qtro.exp
1041 * gdb.trace/range-stepping.exp
1042 * gdb.trace/read-memory.exp
1043 * gdb.trace/save-trace.exp
1044 * gdb.trace/signal.exp
1045 * gdb.trace/status-stop.exp
1046 * gdb.trace/tfile.exp
1047 * gdb.trace/trace-break.exp
1048 * gdb.trace/trace-buffer-size.exp
1049 * gdb.trace/trace-condition.exp
1050 * gdb.trace/tracefile-pseudo-reg.exp
1051 * gdb.trace/tstatus.exp
1052 * gdb.trace/unavailable.exp
1053 * gdb.trace/while-dyn.exp
1054 * gdb.trace/while-stepping.exp
1055
1056 2016-12-22 Doug Evans <xdje42@gmail.com>
1057
1058 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1059 and msymbols.
1060
1061 2016-12-19 Yao Qi <yao.qi@linaro.org>
1062
1063 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1064 (test_with_self): Don't call do_steps_and_nexts, and remove
1065 code about stepping into xmalloc.
1066
1067 2016-12-09 Yao Qi <yao.qi@linaro.org>
1068
1069 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1070
1071 2016-12-09 Yao Qi <yao.qi@linaro.org>
1072
1073 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1074
1075 2016-12-09 Pedro Alves <palves@redhat.com>
1076
1077 * gdb.base/all-architectures-0.exp: New file.
1078 * gdb.base/all-architectures-1.exp: New file.
1079 * gdb.base/all-architectures-2.exp: New file.
1080 * gdb.base/all-architectures-3.exp: New file.
1081 * gdb.base/all-architectures-4.exp: New file.
1082 * gdb.base/all-architectures-5.exp: New file.
1083 * gdb.base/all-architectures-6.exp: New file.
1084 * gdb.base/all-architectures-7.exp: New file.
1085 * gdb.base/all-architectures.exp.in: New file.
1086
1087 2016-12-09 Yao Qi <yao.qi@linaro.org>
1088
1089 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1090
1091 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1092
1093 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1094 possible.
1095 Remove useless pattern-matching code.
1096
1097 2016-12-02 Pedro Alves <palves@redhat.com>
1098
1099 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1100 procedure.
1101 (top level): Call it.
1102
1103 2016-12-02 Pedro Alves <palves@redhat.com>
1104
1105 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1106 New procedure.
1107 (top level): Call it.
1108
1109 2016-12-02 Pedro Alves <palves@redhat.com>
1110
1111 PR cli/20559
1112 * gdb.base/commands.exp (user_defined_command_args_eval): New
1113 procedure.
1114 (top level): Call it.
1115
1116 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1117
1118 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1119 timeout handling.
1120
1121 2016-12-02 Tom Tromey <tom@tromey.com>
1122
1123 * gdb.dwarf2/main-subprogram.c: New file.
1124 * gdb.dwarf2/main-subprogram.exp: New file.
1125
1126 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1127
1128 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1129 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1130 gdb_test_no_output for a couple of cases.
1131 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1132
1133 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1134
1135 Fix test names and standardize compilation error messages throughout
1136 the following files:
1137
1138 * gdb.ada/start.exp
1139 * gdb.arch/alpha-step.exp
1140 * gdb.arch/e500-prologue.exp
1141 * gdb.arch/ftrace-insn-reloc.exp
1142 * gdb.arch/gdb1291.exp
1143 * gdb.arch/gdb1431.exp
1144 * gdb.arch/gdb1558.exp
1145 * gdb.arch/i386-dr3-watch.exp
1146 * gdb.arch/i386-sse-stack-align.exp
1147 * gdb.arch/ia64-breakpoint-shadow.exp
1148 * gdb.arch/pa-nullify.exp
1149 * gdb.arch/powerpc-aix-prologue.exp
1150 * gdb.arch/thumb-bx-pc.exp
1151 * gdb.base/annota1.exp
1152 * gdb.base/annota3.exp
1153 * gdb.base/arrayidx.exp
1154 * gdb.base/assign.exp
1155 * gdb.base/attach.exp
1156 * gdb.base/auxv.exp
1157 * gdb.base/bang.exp
1158 * gdb.base/bfp-test.exp
1159 * gdb.base/bigcore.exp
1160 * gdb.base/bitfields2.exp
1161 * gdb.base/break-fun-addr.exp
1162 * gdb.base/break-probes.exp
1163 * gdb.base/call-rt-st.exp
1164 * gdb.base/callexit.exp
1165 * gdb.base/catch-fork-kill.exp
1166 * gdb.base/charset.exp
1167 * gdb.base/checkpoint.exp
1168 * gdb.base/comprdebug.exp
1169 * gdb.base/constvars.exp
1170 * gdb.base/coredump-filter.exp
1171 * gdb.base/cursal.exp
1172 * gdb.base/cvexpr.exp
1173 * gdb.base/detach.exp
1174 * gdb.base/display.exp
1175 * gdb.base/dmsym.exp
1176 * gdb.base/dprintf-pending.exp
1177 * gdb.base/dso2dso.exp
1178 * gdb.base/dtrace-probe.exp
1179 * gdb.base/dump.exp
1180 * gdb.base/enum_cond.exp
1181 * gdb.base/exe-lock.exp
1182 * gdb.base/exec-invalid-sysroot.exp
1183 * gdb.base/execl-update-breakpoints.exp
1184 * gdb.base/exprs.exp
1185 * gdb.base/fileio.exp
1186 * gdb.base/find.exp
1187 * gdb.base/finish.exp
1188 * gdb.base/fixsection.exp
1189 * gdb.base/foll-vfork.exp
1190 * gdb.base/frame-args.exp
1191 * gdb.base/gcore.exp
1192 * gdb.base/gdb1250.exp
1193 * gdb.base/global-var-nested-by-dso.exp
1194 * gdb.base/gnu-ifunc.exp
1195 * gdb.base/hashline1.exp
1196 * gdb.base/hashline2.exp
1197 * gdb.base/hashline3.exp
1198 * gdb.base/hbreak-in-shr-unsupported.exp
1199 * gdb.base/huge.exp
1200 * gdb.base/infcall-input.exp
1201 * gdb.base/info-fun.exp
1202 * gdb.base/info-shared.exp
1203 * gdb.base/jit-simple.exp
1204 * gdb.base/jit-so.exp
1205 * gdb.base/jit.exp
1206 * gdb.base/jump.exp
1207 * gdb.base/label.exp
1208 * gdb.base/lineinc.exp
1209 * gdb.base/logical.exp
1210 * gdb.base/longjmp.exp
1211 * gdb.base/macscp.exp
1212 * gdb.base/miscexprs.exp
1213 * gdb.base/new-ui-echo.exp
1214 * gdb.base/new-ui-pending-input.exp
1215 * gdb.base/new-ui.exp
1216 * gdb.base/nodebug.exp
1217 * gdb.base/nofield.exp
1218 * gdb.base/offsets.exp
1219 * gdb.base/overlays.exp
1220 * gdb.base/pending.exp
1221 * gdb.base/pointers.exp
1222 * gdb.base/pr11022.exp
1223 * gdb.base/printcmds.exp
1224 * gdb.base/prologue.exp
1225 * gdb.base/ptr-typedef.exp
1226 * gdb.base/realname-expand.exp
1227 * gdb.base/relativedebug.exp
1228 * gdb.base/relocate.exp
1229 * gdb.base/remote.exp
1230 * gdb.base/reread.exp
1231 * gdb.base/return2.exp
1232 * gdb.base/savedregs.exp
1233 * gdb.base/sep.exp
1234 * gdb.base/sepdebug.exp
1235 * gdb.base/sepsymtab.exp
1236 * gdb.base/set-inferior-tty.exp
1237 * gdb.base/setshow.exp
1238 * gdb.base/shlib-call.exp
1239 * gdb.base/sigaltstack.exp
1240 * gdb.base/siginfo-addr.exp
1241 * gdb.base/signals.exp
1242 * gdb.base/signull.exp
1243 * gdb.base/sigrepeat.exp
1244 * gdb.base/so-impl-ld.exp
1245 * gdb.base/solib-display.exp
1246 * gdb.base/solib-overlap.exp
1247 * gdb.base/solib-search.exp
1248 * gdb.base/solib-symbol.exp
1249 * gdb.base/structs.exp
1250 * gdb.base/structs2.exp
1251 * gdb.base/symtab-search-order.exp
1252 * gdb.base/twice.exp
1253 * gdb.base/unload.exp
1254 * gdb.base/varargs.exp
1255 * gdb.base/watchpoint-solib.exp
1256 * gdb.base/watchpoint.exp
1257 * gdb.base/whatis.exp
1258 * gdb.base/wrong_frame_bt_full.exp
1259 * gdb.btrace/dlopen.exp
1260 * gdb.cell/ea-standalone.exp
1261 * gdb.cell/ea-test.exp
1262 * gdb.cp/dispcxx.exp
1263 * gdb.cp/gdb2384.exp
1264 * gdb.cp/method2.exp
1265 * gdb.cp/nextoverthrow.exp
1266 * gdb.cp/pr10728.exp
1267 * gdb.disasm/am33.exp
1268 * gdb.disasm/h8300s.exp
1269 * gdb.disasm/mn10300.exp
1270 * gdb.disasm/sh3.exp
1271 * gdb.dwarf2/dw2-dir-file-name.exp
1272 * gdb.fortran/complex.exp
1273 * gdb.fortran/library-module.exp
1274 * gdb.guile/scm-pretty-print.exp
1275 * gdb.guile/scm-symbol.exp
1276 * gdb.guile/scm-type.exp
1277 * gdb.guile/scm-value.exp
1278 * gdb.linespec/linespec.exp
1279 * gdb.mi/gdb701.exp
1280 * gdb.mi/gdb792.exp
1281 * gdb.mi/mi-breakpoint-changed.exp
1282 * gdb.mi/mi-dprintf-pending.exp
1283 * gdb.mi/mi-dprintf.exp
1284 * gdb.mi/mi-exit-code.exp
1285 * gdb.mi/mi-pending.exp
1286 * gdb.mi/mi-solib.exp
1287 * gdb.mi/new-ui-mi-sync.exp
1288 * gdb.mi/pr11022.exp
1289 * gdb.mi/user-selected-context-sync.exp
1290 * gdb.opt/solib-intra-step.exp
1291 * gdb.python/py-events.exp
1292 * gdb.python/py-finish-breakpoint.exp
1293 * gdb.python/py-mi.exp
1294 * gdb.python/py-prettyprint.exp
1295 * gdb.python/py-shared.exp
1296 * gdb.python/py-symbol.exp
1297 * gdb.python/py-template.exp
1298 * gdb.python/py-type.exp
1299 * gdb.python/py-value.exp
1300 * gdb.reverse/solib-precsave.exp
1301 * gdb.reverse/solib-reverse.exp
1302 * gdb.server/solib-list.exp
1303 * gdb.stabs/weird.exp
1304 * gdb.threads/reconnect-signal.exp
1305 * gdb.threads/stepi-random-signal.exp
1306 * gdb.trace/actions.exp
1307 * gdb.trace/ax.exp
1308 * gdb.trace/backtrace.exp
1309 * gdb.trace/change-loc.exp
1310 * gdb.trace/deltrace.exp
1311 * gdb.trace/ftrace-lock.exp
1312 * gdb.trace/ftrace.exp
1313 * gdb.trace/infotrace.exp
1314 * gdb.trace/mi-tracepoint-changed.exp
1315 * gdb.trace/packetlen.exp
1316 * gdb.trace/passcount.exp
1317 * gdb.trace/pending.exp
1318 * gdb.trace/range-stepping.exp
1319 * gdb.trace/report.exp
1320 * gdb.trace/stap-trace.exp
1321 * gdb.trace/tfind.exp
1322 * gdb.trace/trace-break.exp
1323 * gdb.trace/trace-condition.exp
1324 * gdb.trace/trace-enable-disable.exp
1325 * gdb.trace/trace-mt.exp
1326 * gdb.trace/tracecmd.exp
1327 * gdb.trace/tspeed.exp
1328 * gdb.trace/tsv.exp
1329 * lib/perftest.exp
1330
1331 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1332
1333 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1334 with gdb_test_no_output.
1335 Use command as test name.
1336
1337 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1338
1339 Fix test names starting with uppercase throughout the files.
1340
1341 * gdb.ada/assign_1.exp
1342 * gdb.ada/boolean_expr.exp
1343 * gdb.base/arrayidx.exp
1344 * gdb.base/del.exp
1345 * gdb.base/gcore-buffer-overflow.exp
1346 * gdb.base/testenv.exp
1347 * gdb.compile/compile.exp
1348 * gdb.python/py-framefilter-invalidarg.exp
1349 * gdb.python/py-framefilter.exp
1350
1351 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1352
1353 Fix test names starting with uppercase throughout the files.
1354
1355 * gdb.ada/array_return.exp
1356 * gdb.ada/expr_delims.exp
1357 * gdb.ada/mi_dyn_arr.exp
1358 * gdb.ada/mi_interface.exp
1359 * gdb.ada/mi_var_array.exp
1360 * gdb.ada/watch_arg.exp
1361 * gdb.arch/alpha-step.exp
1362 * gdb.arch/altivec-regs.exp
1363 * gdb.arch/e500-regs.exp
1364 * gdb.arch/powerpc-d128-regs.exp
1365 * gdb.base/arrayidx.exp
1366 * gdb.base/break.exp
1367 * gdb.base/checkpoint.exp
1368 * gdb.base/debug-expr.exp
1369 * gdb.base/dmsym.exp
1370 * gdb.base/radix.exp
1371 * gdb.base/sepdebug.exp
1372 * gdb.base/testenv.exp
1373 * gdb.base/watch_thread_num.exp
1374 * gdb.base/watchpoint-cond-gone.exp
1375 * gdb.cell/break.exp
1376 * gdb.cell/ea-cache.exp
1377 * gdb.compile/compile.exp
1378 * gdb.cp/gdb2495.exp
1379 * gdb.gdb/selftest.exp
1380 * gdb.gdb/xfullpath.exp
1381 * gdb.go/hello.exp
1382 * gdb.go/integers.exp
1383 * gdb.objc/basicclass.exp
1384 * gdb.pascal/hello.exp
1385 * gdb.pascal/integers.exp
1386 * gdb.python/py-breakpoint.exp
1387 * gdb.python/py-cmd.exp
1388 * gdb.python/py-linetable.exp
1389 * gdb.python/py-xmethods.exp
1390 * gdb.python/python.exp
1391 * gdb.reverse/consecutive-precsave.exp
1392 * gdb.reverse/finish-precsave.exp
1393 * gdb.reverse/i386-precsave.exp
1394 * gdb.reverse/machinestate-precsave.exp
1395 * gdb.reverse/sigall-precsave.exp
1396 * gdb.reverse/solib-precsave.exp
1397 * gdb.reverse/step-precsave.exp
1398 * gdb.reverse/until-precsave.exp
1399 * gdb.reverse/watch-precsave.exp
1400 * gdb.threads/leader-exit.exp
1401 * gdb.threads/pthreads.exp
1402 * gdb.threads/wp-replication.exp
1403 * gdb.trace/actions.exp
1404 * gdb.trace/mi-tsv-changed.exp
1405 * gdb.trace/tsv.exp
1406
1407 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1408
1409 Fix test names starting with uppercase throughout the files.
1410
1411 * gdb.arch/i386-bp_permanent.exp
1412 * gdb.arch/i386-gnu-cfi.exp
1413 * gdb.base/disasm-end-cu.exp
1414 * gdb.base/macscp.exp
1415 * gdb.base/pending.exp
1416 * gdb.base/watch_thread_num.exp
1417 * gdb.cp/exception.exp
1418 * gdb.cp/gdb2495.exp
1419 * gdb.cp/local.exp
1420 * gdb.python/py-evsignal.exp
1421 * gdb.python/python.exp
1422 * gdb.trace/tracecmd.exp
1423
1424 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1425
1426 Fix test names starting with uppercase throughout the files.
1427
1428 * gdb.base/charset.exp
1429 * gdb.base/eval.exp
1430 * gdb.base/multi-forks.exp
1431 * gdb.guile/scm-progspace.exp
1432 * gdb.opencl/datatypes.exp
1433 * gdb.python/py-block.exp
1434 * gdb.python/py-function.exp
1435 * gdb.python/py-symbol.exp
1436 * gdb.python/py-symtab.exp
1437 * gdb.python/py-xmethods.exp
1438 * gdb.reverse/break-precsave.exp
1439 * gdb.reverse/break-reverse.exp
1440 * gdb.reverse/consecutive-precsave.exp
1441 * gdb.reverse/consecutive-reverse.exp
1442 * gdb.reverse/finish-precsave.exp
1443 * gdb.reverse/finish-reverse-bkpt.exp
1444 * gdb.reverse/finish-reverse.exp
1445 * gdb.reverse/fstatat-reverse.exp
1446 * gdb.reverse/getresuid-reverse.exp
1447 * gdb.reverse/i386-precsave.exp
1448 * gdb.reverse/i386-reverse.exp
1449 * gdb.reverse/i386-sse-reverse.exp
1450 * gdb.reverse/i387-stack-reverse.exp
1451 * gdb.reverse/insn-reverse.exp
1452 * gdb.reverse/machinestate-precsave.exp
1453 * gdb.reverse/machinestate.exp
1454 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1455 * gdb.reverse/pipe-reverse.exp
1456 * gdb.reverse/readv-reverse.exp
1457 * gdb.reverse/recvmsg-reverse.exp
1458 * gdb.reverse/rerun-prec.exp
1459 * gdb.reverse/s390-mvcle.exp
1460 * gdb.reverse/sigall-precsave.exp
1461 * gdb.reverse/sigall-reverse.exp
1462 * gdb.reverse/solib-precsave.exp
1463 * gdb.reverse/solib-reverse.exp
1464 * gdb.reverse/step-precsave.exp
1465 * gdb.reverse/step-reverse.exp
1466 * gdb.reverse/time-reverse.exp
1467 * gdb.reverse/until-precsave.exp
1468 * gdb.reverse/until-reverse.exp
1469 * gdb.reverse/waitpid-reverse.exp
1470 * gdb.reverse/watch-precsave.exp
1471 * gdb.reverse/watch-reverse.exp
1472
1473 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1474
1475 Fix test names starting with uppercase throughout the files.
1476
1477 * gdb.arch/i386-mpx-simple_segv.exp
1478 * gdb.arch/i386-mpx.exp
1479 * gdb.arch/i386-permbkpt.exp
1480 * gdb.arch/pa-nullify.exp
1481 * gdb.arch/powerpc-d128-regs.exp
1482 * gdb.arch/vsx-regs.exp
1483 * gdb.base/bfp-test.exp
1484 * gdb.base/break.exp
1485 * gdb.base/breakpoint-shadow.exp
1486 * gdb.base/callfuncs.exp
1487 * gdb.base/charset.exp
1488 * gdb.base/commands.exp
1489 * gdb.base/completion.exp
1490 * gdb.base/dfp-test.exp
1491 * gdb.base/echo.exp
1492 * gdb.base/ending-run.exp
1493 * gdb.base/eval.exp
1494 * gdb.base/expand-psymtabs.exp
1495 * gdb.base/float128.exp
1496 * gdb.base/floatn.exp
1497 * gdb.base/foll-exec-mode.exp
1498 * gdb.base/gdb1056.exp
1499 * gdb.base/gdb11531.exp
1500 * gdb.base/kill-after-signal.exp
1501 * gdb.base/multi-forks.exp
1502 * gdb.base/overlays.exp
1503 * gdb.base/pending.exp
1504 * gdb.base/sepdebug.exp
1505 * gdb.base/testenv.exp
1506 * gdb.base/valgrind-db-attach.exp
1507 * gdb.base/watch_thread_num.exp
1508 * gdb.base/watchpoint-cond-gone.exp
1509 * gdb.base/watchpoint.exp
1510 * gdb.base/watchpoints.exp
1511 * gdb.cp/arg-reference.exp
1512 * gdb.cp/baseenum.exp
1513 * gdb.cp/operator.exp
1514 * gdb.cp/shadow.exp
1515 * gdb.dwarf2/dw2-op-out-param.exp
1516 * gdb.dwarf2/dw2-reg-undefined.exp
1517 * gdb.go/chan.exp
1518 * gdb.go/hello.exp
1519 * gdb.go/integers.exp
1520 * gdb.go/methods.exp
1521 * gdb.go/package.exp
1522 * gdb.guile/scm-parameter.exp
1523 * gdb.guile/scm-progspace.exp
1524 * gdb.guile/scm-value.exp
1525 * gdb.mi/mi-pending.exp
1526 * gdb.mi/user-selected-context-sync.exp
1527 * gdb.multi/multi-attach.exp
1528 * gdb.multi/tids.exp
1529 * gdb.opt/clobbered-registers-O2.exp
1530 * gdb.pascal/floats.exp
1531 * gdb.pascal/integers.exp
1532 * gdb.python/py-block.exp
1533 * gdb.python/py-events.exp
1534 * gdb.python/py-parameter.exp
1535 * gdb.python/py-symbol.exp
1536 * gdb.python/py-symtab.exp
1537 * gdb.python/py-type.exp
1538 * gdb.python/py-value.exp
1539 * gdb.python/py-xmethods.exp
1540 * gdb.python/python.exp
1541 * gdb.reverse/break-precsave.exp
1542 * gdb.reverse/consecutive-precsave.exp
1543 * gdb.reverse/finish-precsave.exp
1544 * gdb.reverse/i386-precsave.exp
1545 * gdb.reverse/machinestate-precsave.exp
1546 * gdb.reverse/sigall-precsave.exp
1547 * gdb.reverse/solib-precsave.exp
1548 * gdb.reverse/step-precsave.exp
1549 * gdb.reverse/until-precsave.exp
1550 * gdb.reverse/watch-precsave.exp
1551 * gdb.server/ext-attach.exp
1552 * gdb.server/ext-restart.exp
1553 * gdb.server/ext-run.exp
1554 * gdb.server/ext-wrapper.exp
1555 * gdb.stabs/gdb11479.exp
1556 * gdb.stabs/weird.exp
1557 * gdb.threads/attach-many-short-lived-threads.exp
1558 * gdb.threads/kill.exp
1559 * gdb.threads/watchpoint-fork.exp
1560
1561 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1562
1563 Fix test names starting with uppercase throughout all the files below.
1564
1565 * gdb.ada/array_return.exp
1566 * gdb.ada/catch_ex.exp
1567 * gdb.ada/info_exc.exp
1568 * gdb.ada/mi_catch_ex.exp
1569 * gdb.ada/mi_dyn_arr.exp
1570 * gdb.ada/mi_ex_cond.exp
1571 * gdb.ada/mi_exc_info.exp
1572 * gdb.ada/mi_interface.exp
1573 * gdb.ada/mi_task_arg.exp
1574 * gdb.ada/mi_task_info.exp
1575 * gdb.ada/mi_var_array.exp
1576 * gdb.arch/alpha-step.exp
1577 * gdb.arch/amd64-disp-step.exp
1578 * gdb.arch/arm-disp-step.exp
1579 * gdb.arch/disp-step-insn-reloc.exp
1580 * gdb.arch/e500-prologue.exp
1581 * gdb.arch/ftrace-insn-reloc.exp
1582 * gdb.arch/gdb1558.exp
1583 * gdb.arch/i386-bp_permanent.exp
1584 * gdb.arch/i386-disp-step.exp
1585 * gdb.arch/i386-float.exp
1586 * gdb.arch/i386-gnu-cfi.exp
1587 * gdb.arch/ia64-breakpoint-shadow.exp
1588 * gdb.arch/mips16-thunks.exp
1589 * gdb.arch/pa-nullify.exp
1590 * gdb.arch/powerpc-aix-prologue.exp
1591 * gdb.arch/powerpc-power.exp
1592 * gdb.arch/ppc-dfp.exp
1593 * gdb.arch/s390-tdbregs.exp
1594 * gdb.arch/spu-info.exp
1595 * gdb.arch/spu-ls.exp
1596 * gdb.arch/thumb-bx-pc.exp
1597 * gdb.base/advance.exp
1598 * gdb.base/annota-input-while-running.exp
1599 * gdb.base/arrayidx.exp
1600 * gdb.base/asmlabel.exp
1601 * gdb.base/async.exp
1602 * gdb.base/attach-wait-input.exp
1603 * gdb.base/auto-connect-native-target.exp
1604 * gdb.base/batch-preserve-term-settings.exp
1605 * gdb.base/bfp-test.exp
1606 * gdb.base/bigcore.exp
1607 * gdb.base/bp-permanent.exp
1608 * gdb.base/break-always.exp
1609 * gdb.base/break-fun-addr.exp
1610 * gdb.base/break-idempotent.exp
1611 * gdb.base/break-main-file-remove-fail.exp
1612 * gdb.base/break-probes.exp
1613 * gdb.base/break-unload-file.exp
1614 * gdb.base/break.exp
1615 * gdb.base/call-ar-st.exp
1616 * gdb.base/call-rt-st.exp
1617 * gdb.base/call-sc.exp
1618 * gdb.base/call-signal-resume.exp
1619 * gdb.base/call-strs.exp
1620 * gdb.base/callexit.exp
1621 * gdb.base/callfuncs.exp
1622 * gdb.base/catch-gdb-caused-signals.exp
1623 * gdb.base/catch-signal-siginfo-cond.exp
1624 * gdb.base/catch-syscall.exp
1625 * gdb.base/compare-sections.exp
1626 * gdb.base/cond-eval-mode.exp
1627 * gdb.base/condbreak-call-false.exp
1628 * gdb.base/consecutive-step-over.exp
1629 * gdb.base/cursal.exp
1630 * gdb.base/disabled-location.exp
1631 * gdb.base/disasm-end-cu.exp
1632 * gdb.base/display.exp
1633 * gdb.base/double-prompt-target-event-error.exp
1634 * gdb.base/dprintf-bp-same-addr.exp
1635 * gdb.base/dprintf-detach.exp
1636 * gdb.base/dprintf-next.exp
1637 * gdb.base/dprintf-non-stop.exp
1638 * gdb.base/dprintf-pending.exp
1639 * gdb.base/dso2dso.exp
1640 * gdb.base/ending-run.exp
1641 * gdb.base/enum_cond.exp
1642 * gdb.base/examine-backward.exp
1643 * gdb.base/exe-lock.exp
1644 * gdb.base/exec-invalid-sysroot.exp
1645 * gdb.base/execl-update-breakpoints.exp
1646 * gdb.base/execution-termios.exp
1647 * gdb.base/fileio.exp
1648 * gdb.base/fixsection.exp
1649 * gdb.base/foll-exec-mode.exp
1650 * gdb.base/foll-exec.exp
1651 * gdb.base/fork-running-state.exp
1652 * gdb.base/frame-args.exp
1653 * gdb.base/fullpath-expand.exp
1654 * gdb.base/func-ptr.exp
1655 * gdb.base/gcore-relro-pie.exp
1656 * gdb.base/gdb1090.exp
1657 * gdb.base/gdb1555.exp
1658 * gdb.base/global-var-nested-by-dso.exp
1659 * gdb.base/gnu-ifunc.exp
1660 * gdb.base/hbreak-in-shr-unsupported.exp
1661 * gdb.base/hbreak-unmapped.exp
1662 * gdb.base/hook-stop.exp
1663 * gdb.base/infcall-input.exp
1664 * gdb.base/info-fun.exp
1665 * gdb.base/info-shared.exp
1666 * gdb.base/interrupt-noterm.exp
1667 * gdb.base/jit-so.exp
1668 * gdb.base/jit.exp
1669 * gdb.base/line-symtabs.exp
1670 * gdb.base/list.exp
1671 * gdb.base/longjmp.exp
1672 * gdb.base/macscp.exp
1673 * gdb.base/max-value-size.exp
1674 * gdb.base/nodebug.exp
1675 * gdb.base/nofield.exp
1676 * gdb.base/overlays.exp
1677 * gdb.base/paginate-after-ctrl-c-running.exp
1678 * gdb.base/paginate-bg-execution.exp
1679 * gdb.base/paginate-inferior-exit.exp
1680 * gdb.base/pending.exp
1681 * gdb.base/pr11022.exp
1682 * gdb.base/printcmds.exp
1683 * gdb.base/ptr-typedef.exp
1684 * gdb.base/ptype.exp
1685 * gdb.base/randomize.exp
1686 * gdb.base/range-stepping.exp
1687 * gdb.base/realname-expand.exp
1688 * gdb.base/relativedebug.exp
1689 * gdb.base/remote.exp
1690 * gdb.base/savedregs.exp
1691 * gdb.base/sepdebug.exp
1692 * gdb.base/set-noassign.exp
1693 * gdb.base/shlib-call.exp
1694 * gdb.base/shreloc.exp
1695 * gdb.base/sigaltstack.exp
1696 * gdb.base/sigbpt.exp
1697 * gdb.base/siginfo-addr.exp
1698 * gdb.base/siginfo-obj.exp
1699 * gdb.base/siginfo-thread.exp
1700 * gdb.base/signest.exp
1701 * gdb.base/signull.exp
1702 * gdb.base/sigrepeat.exp
1703 * gdb.base/skip.exp
1704 * gdb.base/so-impl-ld.exp
1705 * gdb.base/solib-corrupted.exp
1706 * gdb.base/solib-disc.exp
1707 * gdb.base/solib-display.exp
1708 * gdb.base/solib-overlap.exp
1709 * gdb.base/solib-search.exp
1710 * gdb.base/solib-symbol.exp
1711 * gdb.base/source-execution.exp
1712 * gdb.base/sss-bp-on-user-bp-2.exp
1713 * gdb.base/sss-bp-on-user-bp.exp
1714 * gdb.base/stack-checking.exp
1715 * gdb.base/stale-infcall.exp
1716 * gdb.base/step-break.exp
1717 * gdb.base/step-line.exp
1718 * gdb.base/step-over-exit.exp
1719 * gdb.base/step-test.exp
1720 * gdb.base/structs.exp
1721 * gdb.base/sym-file.exp
1722 * gdb.base/symtab-search-order.exp
1723 * gdb.base/term.exp
1724 * gdb.base/type-opaque.exp
1725 * gdb.base/unload.exp
1726 * gdb.base/until-nodebug.exp
1727 * gdb.base/until.exp
1728 * gdb.base/unwindonsignal.exp
1729 * gdb.base/watch-cond.exp
1730 * gdb.base/watch-non-mem.exp
1731 * gdb.base/watch_thread_num.exp
1732 * gdb.base/watchpoint-reuse-slot.exp
1733 * gdb.base/watchpoint-solib.exp
1734 * gdb.base/watchpoint.exp
1735 * gdb.btrace/dlopen.exp
1736 * gdb.cell/arch.exp
1737 * gdb.cell/break.exp
1738 * gdb.cell/bt.exp
1739 * gdb.cell/core.exp
1740 * gdb.cell/data.exp
1741 * gdb.cell/dwarfaddr.exp
1742 * gdb.cell/ea-cache.exp
1743 * gdb.cell/ea-standalone.exp
1744 * gdb.cell/ea-test.exp
1745 * gdb.cell/f-regs.exp
1746 * gdb.cell/fork.exp
1747 * gdb.cell/gcore.exp
1748 * gdb.cell/mem-access.exp
1749 * gdb.cell/ptype.exp
1750 * gdb.cell/registers.exp
1751 * gdb.cell/sizeof.exp
1752 * gdb.cell/solib-symbol.exp
1753 * gdb.cell/solib.exp
1754 * gdb.compile/compile-tls.exp
1755 * gdb.cp/exception.exp
1756 * gdb.cp/gdb2495.exp
1757 * gdb.cp/local.exp
1758 * gdb.cp/mb-inline.exp
1759 * gdb.cp/mb-templates.exp
1760 * gdb.cp/pr10687.exp
1761 * gdb.cp/pr9167.exp
1762 * gdb.cp/scope-err.exp
1763 * gdb.cp/templates.exp
1764 * gdb.cp/virtfunc.exp
1765 * gdb.dwarf2/dw2-dir-file-name.exp
1766 * gdb.dwarf2/dw2-single-line-discriminators.exp
1767 * gdb.fortran/complex.exp
1768 * gdb.fortran/library-module.exp
1769 * gdb.guile/guile.exp
1770 * gdb.guile/scm-cmd.exp
1771 * gdb.guile/scm-frame-inline.exp
1772 * gdb.guile/scm-objfile.exp
1773 * gdb.guile/scm-pretty-print.exp
1774 * gdb.guile/scm-symbol.exp
1775 * gdb.guile/scm-type.exp
1776 * gdb.guile/scm-value.exp
1777 * gdb.linespec/keywords.exp
1778 * gdb.linespec/ls-errs.exp
1779 * gdb.linespec/macro-relative.exp
1780 * gdb.linespec/thread.exp
1781 * gdb.mi/mi-breakpoint-changed.exp
1782 * gdb.mi/mi-dprintf-pending.exp
1783 * gdb.mi/mi-fullname-deleted.exp
1784 * gdb.mi/mi-logging.exp
1785 * gdb.mi/mi-pending.exp
1786 * gdb.mi/mi-solib.exp
1787 * gdb.mi/new-ui-mi-sync.exp
1788 * gdb.mi/user-selected-context-sync.exp
1789 * gdb.multi/dummy-frame-restore.exp
1790 * gdb.multi/multi-arch-exec.exp
1791 * gdb.multi/remove-inferiors.exp
1792 * gdb.multi/watchpoint-multi-exit.exp
1793 * gdb.opt/solib-intra-step.exp
1794 * gdb.perf/backtrace.exp
1795 * gdb.perf/single-step.exp
1796 * gdb.perf/skip-command.exp
1797 * gdb.perf/skip-prologue.exp
1798 * gdb.perf/solib.exp
1799 * gdb.python/lib-types.exp
1800 * gdb.python/py-as-string.exp
1801 * gdb.python/py-bad-printers.exp
1802 * gdb.python/py-block.exp
1803 * gdb.python/py-breakpoint.exp
1804 * gdb.python/py-cmd.exp
1805 * gdb.python/py-events.exp
1806 * gdb.python/py-evthreads.exp
1807 * gdb.python/py-finish-breakpoint.exp
1808 * gdb.python/py-finish-breakpoint2.exp
1809 * gdb.python/py-frame-inline.exp
1810 * gdb.python/py-frame.exp
1811 * gdb.python/py-inferior.exp
1812 * gdb.python/py-infthread.exp
1813 * gdb.python/py-mi.exp
1814 * gdb.python/py-objfile.exp
1815 * gdb.python/py-pp-maint.exp
1816 * gdb.python/py-pp-registration.exp
1817 * gdb.python/py-prettyprint.exp
1818 * gdb.python/py-recurse-unwind.exp
1819 * gdb.python/py-shared.exp
1820 * gdb.python/py-symbol.exp
1821 * gdb.python/py-symtab.exp
1822 * gdb.python/py-template.exp
1823 * gdb.python/py-type.exp
1824 * gdb.python/py-unwind-maint.exp
1825 * gdb.python/py-unwind.exp
1826 * gdb.python/py-value.exp
1827 * gdb.python/python.exp
1828 * gdb.reverse/finish-reverse-bkpt.exp
1829 * gdb.reverse/insn-reverse.exp
1830 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1831 * gdb.reverse/solib-precsave.exp
1832 * gdb.reverse/solib-reverse.exp
1833 * gdb.stabs/gdb11479.exp
1834 * gdb.stabs/weird.exp
1835 * gdb.threads/fork-child-threads.exp
1836 * gdb.threads/fork-plus-threads.exp
1837 * gdb.threads/fork-thread-pending.exp
1838 * gdb.threads/forking-threads-plus-breakpoint.exp
1839 * gdb.threads/hand-call-in-threads.exp
1840 * gdb.threads/interrupted-hand-call.exp
1841 * gdb.threads/linux-dp.exp
1842 * gdb.threads/local-watch-wrong-thread.exp
1843 * gdb.threads/next-while-other-thread-longjmps.exp
1844 * gdb.threads/non-ldr-exit.exp
1845 * gdb.threads/pending-step.exp
1846 * gdb.threads/print-threads.exp
1847 * gdb.threads/process-dies-while-detaching.exp
1848 * gdb.threads/process-dies-while-handling-bp.exp
1849 * gdb.threads/pthreads.exp
1850 * gdb.threads/queue-signal.exp
1851 * gdb.threads/reconnect-signal.exp
1852 * gdb.threads/signal-command-handle-nopass.exp
1853 * gdb.threads/signal-command-multiple-signals-pending.exp
1854 * gdb.threads/signal-delivered-right-thread.exp
1855 * gdb.threads/signal-sigtrap.exp
1856 * gdb.threads/sigthread.exp
1857 * gdb.threads/staticthreads.exp
1858 * gdb.threads/stepi-random-signal.exp
1859 * gdb.threads/thread-unwindonsignal.exp
1860 * gdb.threads/thread_check.exp
1861 * gdb.threads/thread_events.exp
1862 * gdb.threads/tid-reuse.exp
1863 * gdb.threads/tls-nodebug.exp
1864 * gdb.threads/tls-shared.exp
1865 * gdb.threads/tls-so_extern.exp
1866 * gdb.threads/tls.exp
1867 * gdb.threads/wp-replication.exp
1868 * gdb.trace/actions-changed.exp
1869 * gdb.trace/actions.exp
1870 * gdb.trace/backtrace.exp
1871 * gdb.trace/change-loc.exp
1872 * gdb.trace/collection.exp
1873 * gdb.trace/deltrace.exp
1874 * gdb.trace/disconnected-tracing.exp
1875 * gdb.trace/entry-values.exp
1876 * gdb.trace/ftrace-lock.exp
1877 * gdb.trace/ftrace.exp
1878 * gdb.trace/infotrace.exp
1879 * gdb.trace/mi-trace-frame-collected.exp
1880 * gdb.trace/mi-trace-unavailable.exp
1881 * gdb.trace/mi-traceframe-changed.exp
1882 * gdb.trace/mi-tracepoint-changed.exp
1883 * gdb.trace/mi-tsv-changed.exp
1884 * gdb.trace/no-attach-trace.exp
1885 * gdb.trace/packetlen.exp
1886 * gdb.trace/passc-dyn.exp
1887 * gdb.trace/passcount.exp
1888 * gdb.trace/pending.exp
1889 * gdb.trace/pr16508.exp
1890 * gdb.trace/qtro.exp
1891 * gdb.trace/range-stepping.exp
1892 * gdb.trace/read-memory.exp
1893 * gdb.trace/report.exp
1894 * gdb.trace/save-trace.exp
1895 * gdb.trace/signal.exp
1896 * gdb.trace/stap-trace.exp
1897 * gdb.trace/status-stop.exp
1898 * gdb.trace/strace.exp
1899 * gdb.trace/tfile.exp
1900 * gdb.trace/tfind.exp
1901 * gdb.trace/trace-break.exp
1902 * gdb.trace/trace-condition.exp
1903 * gdb.trace/trace-enable-disable.exp
1904 * gdb.trace/trace-mt.exp
1905 * gdb.trace/tracecmd.exp
1906 * gdb.trace/tracefile-pseudo-reg.exp
1907 * gdb.trace/tspeed.exp
1908 * gdb.trace/tstatus.exp
1909 * gdb.trace/tsv.exp
1910 * gdb.trace/unavailable.exp
1911 * gdb.trace/while-dyn.exp
1912 * gdb.trace/while-stepping.exp
1913 * lib/gdb-guile.exp
1914 * lib/gdb.exp
1915 * lib/mi-support.exp
1916 * lib/pascal.exp
1917 * lib/perftest.exp
1918 * lib/prelink-support.exp
1919 * lib/selftest-support.exp
1920
1921 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1922
1923 * Makefile.in: Include disable-implicit-rules.mk.
1924
1925 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1926
1927 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
1928 non-byte-aligned bit fields.
1929
1930 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1931
1932 PR gdb/12616
1933 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
1934 respects the DW_AT_data_bit_offset attribute.
1935
1936 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1937
1938 * gdb.base/default.exp: Fix output of "set language".
1939
1940 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
1941
1942 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
1943 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
1944 make.
1945 * configure.ac: Remove checks for the make program.
1946 * configure: Re-generate.
1947
1948 2016-11-16 Kevin Buettner <kevinb@redhat.com>
1949
1950 * gdb.python/py-recurse-unwind.c (main): Add loop.
1951 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
1952 to read_register() and gdb.parse_and_eval(). Make each code
1953 call a separate case that can be individually tested.
1954 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
1955 proc. Call cont_and_backtrace for each of the code paths that
1956 we want to test in the unwinder.
1957
1958 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
1959
1960 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
1961 the definition of struct S.
1962
1963 2016-11-11 Catherine Moore <clm@codesourcery.com>
1964
1965 * gdb.base/dump.exp: Identify verilog format dump tests as such.
1966
1967 2016-11-09 Pedro Alves <palves@redhat.com>
1968
1969 * gdb.base/commands.exp (runto_or_return): New procedure.
1970 (gdbvar_simple_if_test, gdbvar_simple_while_test)
1971 (gdbvar_complex_if_while_test, progvar_simple_if_test)
1972 (progvar_simple_while_test, progvar_complex_if_while_test)
1973 (if_while_breakpoint_command_test)
1974 (infrun_breakpoint_command_test, breakpoint_command_test)
1975 (user_defined_command_test, watchpoint_command_test)
1976 (test_command_prompt_position, redefine_hook_test)
1977 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
1978 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
1979 multi_line_input and multi_line. Remove gdb_expect and
1980 gdb_stop_suppressing_tests uses.
1981 * lib/gdb.exp (valnum_re): New global.
1982 (multi_line_input): New procedure.
1983
1984 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
1985
1986 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
1987 Remove.
1988 (test_setup): Define with proc_with_prefix.
1989 (test_cli_inferior): Likewise.
1990 (test_cli_thread): Likewise.
1991 (test_cli_frame): Likewise.
1992 (test_cli_select_frame): Likewise.
1993 (test_cli_up_down): Likewise.
1994 (test_mi_thread_select): Likewise.
1995 (test_mi_stack_select_frame): Likewise.
1996 (test_cli_in_mi_inferior): Likewise.
1997 (test_cli_in_mi_thread): Likewise.
1998 (test_cli_in_mi_frame): Likewise.
1999 (top level): Do not use with_test_prefix_procname.
2000
2001 2016-11-09 Pedro Alves <palves@redhat.com>
2002
2003 * gdb.base/commands.exp (gdbvar_simple_if_test)
2004 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2005 (progvar_simple_if_test, progvar_simple_while_test)
2006 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2007 (infrun_breakpoint_command_test, breakpoint_command_test)
2008 (user_defined_command_test, watchpoint_command_test)
2009 (test_command_prompt_position, deprecated_command_test)
2010 (bp_deleted_in_command, temporary_breakpoint_commands)
2011 (stray_arg0_test, source_file_with_indented_comment)
2012 (recursive_source_test, if_commands_test)
2013 (error_clears_commands_left, redefine_hook_test)
2014 (redefine_backtrace_test): Use proc_with_prefix.
2015 * lib/gdb.exp (proc_with_prefix): New proc.
2016
2017 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2018
2019 * gdb.base/tui-layout.c: New file.
2020 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2021 disassembly window contains very long lines.
2022
2023 2016-11-08 Tom Tromey <tom@tromey.com>
2024
2025 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2026 depend on Python 2.
2027
2028 2016-11-08 Tom Tromey <tom@tromey.com>
2029
2030 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2031 New method.
2032
2033 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2034
2035 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2036
2037 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2038
2039 * gdb.rust/simple.rs: Add test for univariant enums without
2040 discriminants and for encoded struct-like enums.
2041
2042 2016-10-28 Pedro Alves <palves@redhat.com>
2043
2044 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2045 gdb_test_multiple, tighten regexps and match symtabs and line
2046 tables incrementally.
2047
2048 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2049
2050 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2051 general.
2052
2053 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2054
2055 * gdb.base/exec-invalid-sysroot.exp: New file.
2056
2057 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2058
2059 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2060
2061 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2062
2063 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2064
2065 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2066
2067 * gdb.base/killed-outside.exp: Remove $options from a call to
2068 `prepare_for_testing'.
2069
2070 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2071
2072 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2073 Change test message.
2074
2075 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2076
2077 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2078 Update comment.
2079
2080 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2081
2082 * gdb.trace/mi-trace-save.exp: New file.
2083
2084 2016-10-13 Yao Qi <yao.qi@linaro.org>
2085
2086 * gdb.base/code_elim.exp (get_var_address): Remove.
2087 * gdb.base/relocate.exp: Likewise.
2088 * gdb.base/shreloc.exp: Likewise.
2089 * lib/gdb.exp (get_var_address): New.
2090
2091 2016-10-13 Yao Qi <yao.qi@linaro.org>
2092
2093 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2094 floating point tests if $skip_float_test is false.
2095
2096 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2097
2098 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2099 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2100 argc values.
2101 Add 1 to argc so we guarantee distinct initial/modified argc values.
2102
2103 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2104
2105 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2106
2107 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2108
2109 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2110 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2111 * gdb.arch/vsx-regs.exp: Likewise.
2112
2113 2016-10-07 Yao Qi <yao.qi@linaro.org>
2114
2115 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2116
2117 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2118
2119 * gdb.python/python.exp: Test decode_line("*0").
2120
2121 2016-10-06 Doug Evans <dje@google.com>
2122
2123 * gdb.python/py-value.exp (test_value_creation): Add test for large
2124 unsigned 64-bit value.
2125
2126 2016-10-06 Tom Tromey <tom@tromey.com>
2127
2128 * gdb.compile/compile.exp: Change java tests to rust.
2129 * gdb.base/setshow.exp: Change java tests to rust.
2130 * gdb.base/default.exp: Remove java from language list.
2131 * README (Examples): Update language example.
2132 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2133 test.
2134 * lib/gdb.exp (skip_java_tests): Remove.
2135 * lib/java.exp: Remove.
2136 * gdb.java: Remove.
2137
2138 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2139
2140 * gdb.arch/mips-fcr.exp: New test.
2141 * gdb.arch/mips-fcr.c: Source for the new test.
2142
2143 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2144
2145 * gdb.base/solib-disc.exp: Use `standard_output_file'
2146 throughout.
2147
2148 2016-10-06 Pedro Alves <palves@redhat.com>
2149
2150 * gdb.base/jit-simple-dl.c: New file.
2151 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2152 * gdb.base/jit-simple.c: ... this.
2153 * gdb.base/jit-simple.exp (jit_run): Delete.
2154 (build_jit): New proc.
2155 (jit_test_reread): Recompile either the main program or the shared
2156 library, depending on what is being tested. Skip changing address
2157 if caller wants to. Compare before/after addresses. If testing
2158 standalone, explicitly load the binary. Test "maint info
2159 breakpoints".
2160 (top level): Add "standalone vs shared lib" and "change address"
2161 vs "same address" axes.
2162
2163 2016-10-06 Pedro Alves <palves@redhat.com>
2164
2165 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2166 call.
2167 (jit_run): Delete.
2168 (jit_test_reread): Use with_test_prefix. Reload the main binary
2169 explicitly. Compare the before/after addresses of the JIT
2170 descriptor.
2171
2172 2016-08-15 Doug Evans <dje@google.com>
2173
2174 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2175 for single bitfields is bool.
2176 * gdb.xml/tdesc-regs.exp: Ditto.
2177
2178 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2179
2180 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2181
2182 2016-10-05 Yao Qi <yao.qi@linaro.org>
2183
2184 * lib/gdb.exp (support_complex_tests): Return zero if
2185 gdb_skip_float_test return true.
2186
2187 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2188 Simon Marchi <simon.marchi@ericsson.com>
2189
2190 PR gdb/20487
2191 * gdb.mi/user-selected-context-sync.exp: New file.
2192 * gdb.mi/user-selected-context-sync.c: New file.
2193
2194 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2195 Simon Marchi <simon.marchi@ericsson.com>
2196
2197 PR gdb/20487
2198 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2199 =thread-select-event check.
2200
2201 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2202
2203 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2204 the compulsory L operand changes.
2205 * gdb.arch/powerpc-power.s: Likewise.
2206
2207 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2208
2209 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2210 * gdb.base/jit-attach-pie.c: New file.
2211 * gdb.base/jit-attach-pie.exp: New file.
2212
2213 2016-09-28 Pedro Alves <palves@redhat.com>
2214
2215 * gdb.base/infcall-input.c: New file.
2216 * gdb.base/infcall-input.exp: New file.
2217
2218 2016-09-22 Yao Qi <yao.qi@linaro.org>
2219
2220 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2221 (gdb_exit): Rename it to ...
2222 (gdbserver_gdb_exit): ... Close GDBserver.
2223 (gdb_exit): New proc, call gdbserver_gdb_exit.
2224 (mi_gdb_exit): Likewise.
2225
2226 2016-09-22 Yao Qi <yao.qi@linaro.org>
2227
2228 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2229 path.
2230 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2231 Remove duplication.
2232
2233 2016-09-22 Yao Qi <yao.qi@linaro.org>
2234
2235 * lib/gdbserver-support.exp: Check the existence of
2236 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2237
2238 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2239
2240 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2241
2242 2016-09-21 Tom Tromey <tom@tromey.com>
2243
2244 PR gdb/20604:
2245 * gdb.base/quit.exp: New file.
2246
2247 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2248
2249 * .gitignore: New file.
2250
2251 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2252
2253 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2254 throughout.
2255
2256 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2257
2258 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2259
2260 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2261
2262 * gdb.cp/casts.cc (decltype): Move it ...
2263 (main): ... with its call to ...
2264 * gdb.cp/casts03.cc: ... a new file.
2265 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2266
2267 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2268
2269 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2270
2271 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2272
2273 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2274 and sync up the test with tests in gas/testsuite/gas/ppc.
2275 * gdb.arch/powerpc-power.exp: Likewise.
2276
2277 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2278
2279 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2280
2281 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2282 Jan Kratochvil <jan.kratochvil@redhat.com>
2283
2284 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2285 make m1's definition to be different from m2's. Use 'dummy' as an
2286 argument for probe 'two'.
2287
2288 2016-09-10 Jon Beniston <jon@beniston.com>
2289
2290 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2291 for sim target.
2292
2293 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2294
2295 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2296 variable declaration.
2297 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2298 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2299 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2300 received HWCAP as its argument.
2301
2302 2016-09-06 Pedro Alves <palves@redhat.com>
2303
2304 * gdb.base/new-ui-pending-input.c: New file.
2305 * gdb.base/new-ui-pending-input.exp: New file.
2306 * gdb.exp (clear_gdb_spawn_id): New procedure.
2307 (with_spawn_id): Check whether gdb_spawn_id exists before
2308 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2309 on exit.
2310
2311 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2312
2313 * gdb.base/float128.c: New file.
2314 * gdb.base/float128.exp: Likewise.
2315 * gdb.base/floatn.c: Likewise.
2316 * gdb.base/floatn.exp: Likewise.
2317
2318 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2319
2320 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2321
2322 2016-09-05 Pedro Alves <palves@redhat.com>
2323
2324 PR backtrace/19927
2325 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2326 unwinders are immediately called as side effect of "source" or
2327 "disable unwinder" commands.
2328 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2329
2330 2016-09-02 Yao Qi <yao.qi@linaro.org>
2331
2332 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2333 is true and $type is "float" or "double".
2334
2335 2016-09-02 Yao Qi <yao.qi@linaro.org>
2336
2337 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2338 true.
2339 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2340 * gdb.base/call-rt-st.exp: Likewise.
2341 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2342 return value instead of gdb,skip_float_test.
2343 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2344 (do_function_calls): Use its return value instead of
2345 gdb,skip_float_test.
2346 * gdb.base/finish.exp: Likewise.
2347 * gdb.base/funcargs.exp: Likewise.
2348 * gdb.base/return.exp: Likewise.
2349 * gdb.base/return2.exp: Likewise.
2350 * gdb.base/varargs.exp: Likewise.
2351 * lib/gdb.exp (gdb_skip_float_test): Change it to
2352 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2353
2354 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2355
2356 * gdb.multi/tids.exp: Test "thread apply all".
2357
2358 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2359
2360 * gdb.base/default.exp (tty): Remove.
2361
2362 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2363
2364 * gdb.python/py-recurse-unwind.c: New file.
2365 * gdb.python/py-recurse-unwind.py: New file.
2366 * gdb.python/py-recurse-unwind.exp: New file.
2367
2368 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2369
2370 * gdb.base/set-inferior-tty.exp: New file.
2371 * gdb.base/set-inferior-tty.c: New file.
2372
2373 2016-08-23 Pedro Alves <palves@redhat.com>
2374
2375 PR gdb/20494
2376 * gdb.base/new-ui-echo.c: New file.
2377 * gdb.base/new-ui-echo.exp: New file.
2378
2379 2016-08-23 Yao Qi <yao.qi@linaro.org>
2380
2381 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2382 gdbserver_spawn.
2383 * gdb.server/connect-without-multi-process.exp (do_test):
2384 Likewise.
2385
2386 2016-08-23 Yao Qi <yao.qi@linaro.org>
2387
2388 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2389 standalone_txt. Delete gdb_txt and standalone_txt on host
2390 and target. Spawn the binary on target. Copy files from
2391 target to host.
2392
2393 2016-08-22 Pedro Alves <palves@redhat.com>
2394
2395 PR gdb/20505
2396 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2397 with_test_prefix. Factor out bits to ...
2398 (test_no_vdso): ... this new procedure.
2399
2400 2016-08-19 Carl Love <cel@us.ibm.com>
2401
2402 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2403 maintaining separate logic for constructing the output path.
2404 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2405 * gdb.arch/ppc-dfp.exp: Likewise.
2406 * gdb.arch/ppc-fp.exp: Likewise.
2407 * gdb.arch/vsx-regs.exp: Likewise.
2408 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2409 binprefix for generating the additional binary files.
2410
2411 2016-08-19 Pedro Alves <palves@redhat.com>
2412
2413 * gdb.trace/mi-trace-frame-collected.exp
2414 (test_trace_frame_collected): On x32, expect two registers.
2415
2416 2016-08-18 Carl Love <cel@us.ibm.com>
2417
2418 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2419 and sync up the test with tests in gas/testsuite/gas/ppc.
2420 * gdb.arch/powerpc-power.exp: Likewise.
2421
2422 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2423
2424 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2425 expected error message.
2426
2427 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2428
2429 * gdb.multi/remove-inferiors.exp: New file.
2430 * gdb.multi/remove-inferiors.c: New file.
2431
2432 2016-08-12 Yao Qi <yao.qi@linaro.org>
2433
2434 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2435 argument list.
2436
2437 2016-08-10 Pedro Alves <palves@redhat.com>
2438
2439 PR gdb/19187
2440 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2441 setup_kfails.
2442
2443 2016-08-09 Pedro Alves <palves@redhat.com>
2444 Simon Marchi <simon.marchi@ericsson.com>
2445
2446 PR gdb/20418
2447 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2448 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2449
2450 2016-08-09 Pedro Alves <palves@redhat.com>
2451
2452 PR mi/20431
2453 * gdb.mi/mi-cmd-error.exp: New file.
2454
2455 2016-08-09 Pedro Alves <palves@redhat.com>
2456
2457 PR gdb/18653
2458 * gdb.base/signals-state-child.c: New file.
2459 * gdb.base/signals-state-child.exp: New file.
2460 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2461
2462 2016-08-09 Pedro Alves <palves@redhat.com>
2463
2464 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2465
2466 2016-08-03 Tom Tromey <tom@tromey.com>
2467
2468 PR python/18565:
2469 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2470
2471 2016-08-01 Yao Qi <yao.qi@linaro.org>
2472
2473 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2474 variable mode to "multi-process" if $multi_process is 1, otherwise
2475 set it to "single-process".
2476
2477 2016-08-01 Yao Qi <yao.qi@linaro.org>
2478
2479 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2480 * gdb.cp/cpexprs.exp: Likewise.
2481 * gdb.cp/m-static.exp: Likewise.
2482
2483 2016-07-26 Tom Tromey <tom@tromey.com>
2484
2485 PR python/20190:
2486 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2487 test.
2488
2489 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2490
2491 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2492 selecting assembly source files.
2493 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2494 assembly source files.
2495 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2496 assembly source files.
2497 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2498 selecting assembly source files.
2499
2500 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2501
2502 * gdb.base/new-ui.exp (do_test_invalid_args): New
2503 procedure.
2504
2505 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2506
2507 * gdb.btrace/reconnect.c: New file.
2508 * gdb.btrace/reconnect.exp: New file.
2509
2510 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2511
2512 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2513 to test_catch_syscall_group.
2514 (test_catch_syscall_group): New.
2515
2516 2016-07-21 Tom Tromey <tom@tromey.com>
2517
2518 * gdb.rust/simple.rs (main): Use empty struct expression.
2519 * gdb.rust/simple.exp: Add tests for empty struct expression.
2520
2521 2016-07-21 Yao Qi <yao.qi@linaro.org>
2522
2523 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2524 if gdb_skip_xml_test is true on some targets.
2525
2526 2016-07-21 Yao Qi <yao.qi@linaro.org>
2527
2528 * gdb.server/solib-list.exp: Unset last_loaded_file.
2529
2530 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2531
2532 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2533 "step into captured_main (args)".
2534
2535 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2536
2537 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2538
2539 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2540
2541 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2542
2543 2016-07-19 Pedro Alves <palves@redhat.com>
2544
2545 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2546 * gdb.opt/inline-bt.exp: Likewise.
2547 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2548 additional_flags=-Winline.
2549 * gdb.opt/inline-locals.exp: Likewise.
2550 * gdb.opt/inline-markers.c (ATTR): Define.
2551 (inlined_fn): Use it.
2552
2553 2016-07-19 Yao Qi <yao.qi@linaro.org>
2554
2555 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2556 (test_with_self): Remove some code. Remove argument executable.
2557 (top-level): Use do_self_tests.
2558
2559 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
2560 Don Breazeal <donb@codesourcery.com>
2561
2562 * gdb.base/maint.exp: Escape paths used in regular expressions.
2563 * gdb.stabs/weird.exp: Likewise.
2564
2565 2016-07-13 Tom Tromey <tom@tromey.com>
2566
2567 PR python/15620, PR python/18620:
2568 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2569 (test_bkpt_events): New procs.
2570
2571 2016-07-13 Tom Tromey <tom@tromey.com>
2572
2573 PR python/17698:
2574 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2575 test.
2576 (test_watchpoints): Likewise.
2577 (test_bkpt_pending): New proc.
2578
2579 2016-07-13 Tom Tromey <tom@tromey.com>
2580
2581 PR cli/18053:
2582 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2583 completion test.
2584
2585 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2586
2587 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2588 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2589 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2590 f_label.
2591 (g): Rename g_end_lbl to g_label.
2592 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2593 low_pc and high_pc.
2594 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2595
2596 2016-07-12 Tom Tromey <tom@tromey.com>
2597
2598 PR python/19293:
2599 * gdb.python/py-unwind-maint.exp: Update tests.
2600
2601 2016-07-12 Yao Qi <yao.qi@linaro.org>
2602
2603 * lib/selftest-support.exp (selftest_setup): Match the output
2604 when captured_main is inlined.
2605
2606 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2607
2608 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2609 New variables.
2610 (print this%a, print this%b, print this): New tests.
2611 * gdb.fortran/derived-types.f90 (this): New object and
2612 initialization.
2613
2614 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2615
2616 * gdb.ada/arraydim.exp: Remove extra directory level in build
2617 directory.
2618
2619 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2620
2621 * lib/ada.exp: Remove extra directory level in build directory.
2622 * gdb.ada/cond_lang.exp: Likewise.
2623 * gdb.ada/exec_changed.exp: Likewise.
2624 * gdb.ada/lang_switch.exp: Likewise.
2625
2626 2016-07-06 Manish Goregaokar <manish@mozilla.com>
2627
2628 * simple.rs: Add test for raw pointer subscripting.
2629 * simple.exp: Add test expectations.
2630
2631 2016-07-05 Yao Qi <yao.qi@linaro.org>
2632
2633 * gdb.mi/mi-reverse.exp: Match =record-started output.
2634
2635 2016-07-01 Pedro Alves <palves@redhat.com>
2636
2637 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2638 procedure.
2639 (jit_reader_test): Test the jit reader's unwinder.
2640 * gdb.base/jithost.c (jit_function_00_code): New global.
2641 (main): Use memcpy to fill in the mmapped code, instead of poking
2642 bytes manually here.
2643 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2644 value.
2645 (read_debug_info): Save the function's range.
2646 (read_sp): New function.
2647 (unwind_frame): Use it. Also unwind RBP.
2648 (get_frame_id): Use read_sp.
2649 (gdb_init_reader): Use calloc instead of malloc.
2650 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2651 parameter. Use gdb_test_multiple.
2652
2653 2016-07-01 Pedro Alves <palves@redhat.com>
2654 Antoine Tremblay <antoine.tremblay@ericsson.com>
2655
2656 * gdb.threads/process-dies-while-detaching.c: New file.
2657 * gdb.threads/process-dies-while-detaching.exp: New file.
2658
2659 2016-07-01 Pedro Alves <palves@redhat.com>
2660
2661 * gdb.multi/watchpoint-multi-exit.c: New file.
2662 * gdb.multi/watchpoint-multi-exit.exp: New file.
2663
2664 2016-06-30 Pedro Alves <palves@redhat.com>
2665
2666 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2667 unset inferior_spawn_id.
2668
2669 2016-06-30 Pedro Alves <palves@redhat.com>
2670
2671 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2672 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2673
2674 2016-06-29 Yao Qi <yao.qi@linaro.org>
2675
2676 * gdb.base/return.c: Add copyright header.
2677
2678 2016-06-29 Tom Tromey <tom@tromey.com>
2679
2680 PR python/20129:
2681 * gdb.python/py-framefilter.exp: Add tests for setting priority
2682 and disabling of non-existent frame filter.
2683
2684 2016-06-29 Yao Qi <yao.qi@linaro.org>
2685
2686 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2687 0x0f07ff.
2688
2689 2016-06-28 Yao Qi <yao.qi@linaro.org>
2690
2691 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2692 triplets. Start gdb, execute catch syscall, and continue. Check
2693 gdb's output to determine catch syscall is supported.
2694
2695 2016-06-27 Manish Goregaokar <manish@mozilla.com>
2696
2697 * gdb.rust/simple.rs: Add test for returning unit in a function.
2698 * gdb.rust/simple.exp: Add expectation for functions returning
2699 unit.
2700
2701 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2702
2703 * gdb.python/py-breakpoint-create-fail.c,
2704 gdb.python/py-breakpoint-create-fail.exp,
2705 gdb.python/py-breakpoint-create-fail.py: New testcase.
2706
2707 2016-06-25 Manish Goregaokar <manish@mozilla.com>
2708
2709 PR gdb/20239
2710 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
2711 * gdb.rust/simple.exp: Add test expectations for new NonZero
2712 tests.
2713
2714 2016-06-24 David Taylor <dtaylor@emc.com>
2715
2716 * gdb.base/offsets.exp: New file.
2717 * gdb.base/offsets.c: New file.
2718
2719 2016-06-23 Tom Tromey <tom@tromey.com>
2720
2721 PR gdb/16483:
2722 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2723 before any filters are loaded.
2724
2725 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2726
2727 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2728 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2729 structs.
2730 * gdb.fortran/derived-type-function.exp: New file.
2731 * gdb.fortran/derived-type-function.f90: New file.
2732
2733
2734 2016-06-21 Pedro Alves <palves@redhat.com>
2735
2736 * gdb.base/new-ui.exp: New file.
2737 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2738 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2739 (with_spawn_id): New procedure.
2740
2741 2016-06-21 Pedro Alves <palves@redhat.com>
2742
2743 * gdb.mi/mi-exec-run.exp: New file.
2744
2745 2016-06-21 Pedro Alves <palves@redhat.com>
2746
2747 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2748 breakpoint command's output on the main UI.
2749 (test_break): New procedure, factored out from calls in the top
2750 level.
2751 (top level): Use foreach_with_prefix to test MI as main UI and as
2752 separate UI.
2753
2754 2016-06-21 Pedro Alves <palves@redhat.com>
2755
2756 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2757 (test_awatch_creation_and_listing)
2758 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2759 Remove 'type' parameter.
2760 (test_watchpoint_all): New parameter mi_mode. Remove
2761 with_test_prefix.
2762 (top level): Use foreach_with_prefix, and add main/separate UI MI
2763 testing axis.
2764
2765 2016-06-21 Pedro Alves <palves@redhat.com>
2766
2767 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
2768 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
2769 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
2770 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
2771 (gdb_main_spawn_id, mi_spawn_id): Declare and
2772 comment.
2773 (mi_create_inferior_pty): New procedure,
2774 factored out from default_mi_gdb_start.
2775 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
2776 procedures.
2777 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
2778 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
2779 Use mi_create_inferior_pty.
2780 (mi_gdb_start): Use eval to pass down args list.
2781
2782 2016-06-21 Pedro Alves <palves@redhat.com>
2783
2784 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
2785 * gdb.opt/inline-cmds.exp: Add MI tests.
2786
2787 2016-06-21 Pedro Alves <palves@redhat.com>
2788
2789 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
2790
2791 2016-06-21 Pedro Alves <palves@redhat.com>
2792
2793 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
2794 (top level): Use it instead of mi_execute_to.
2795
2796 2016-06-21 Pedro Alves <palves@redhat.com>
2797
2798 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
2799 (cont_handler_str): New.
2800 (signal_stop_handler): Set stop_handler_str instead of printing to
2801 stdout.
2802 (continue_handler): Set cont_handler_str instead of printing to
2803 stdout.
2804 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
2805 mi_send_resuming_command. Print stop_handler_str and
2806 cont_handler_str instead of expecting the python events print
2807 directly.
2808
2809 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2810
2811 * gdb.base/jit-reader.exp: New file.
2812 * gdb.base/jithost.c: New file.
2813 * gdb.base/jithost.h: New file.
2814 * gdb.base/jitreader.c : New file.
2815 * gdb.base/jit-protocol.h: New file.
2816
2817 2016-06-17 Yao Qi <yao.qi@linaro.org>
2818
2819 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
2820 parameters follow_fork and detach_on_fork. Set follow-fork-mode
2821 and detach-on-fork. Adjust tests.
2822 (top level): Invoke break_cond_on_syscall with combinations of
2823 syscall, follow-fork-mode and detach-on-fork.
2824
2825 2016-06-17 Yao Qi <yao.qi@linaro.org>
2826
2827 * gdb.base/step-over-exit.c: New.
2828 * gdb.base/step-over-exit.exp: New.
2829
2830 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2831
2832 * gdb.base/float.exp: Add target check for nds32*-*-*.
2833 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
2834
2835 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2836
2837 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
2838 for unsupported target features.
2839 * gdb.base/call-rt-st.exp: Likewise.
2840 * gdb.base/call-sc.exp: Likewise.
2841 * gdb.base/call-signal-resume.exp: Likewise.
2842 * gdb.base/call-strs.exp: Likewise.
2843 * gdb.base/callexit.exp: Likewise.
2844 * gdb.base/callfuncs.exp: Likewise.
2845 * gdb.base/nodebug.exp: Likewise.
2846 * gdb.base/printcmds.exp: Likewise.
2847 * gdb.base/ptype.exp: Likewise.
2848 * gdb.base/structs.exp: Likewise.
2849 * gdb.base/unwindonsignal.exp: Likewise.
2850 * gdb.cp/gdb2495.exp: Likewise.
2851 * gdb.cp/templates.exp: Likewise.
2852 * gdb.cp/virtfunc.exp: Likewise.
2853 * gdb.threads/hand-call-in-threads.exp: Likewise.
2854 * gdb.threads/interrupted-hand-call.exp: Likewise.
2855 * gdb.threads/thread-unwindonsignal.exp: Likewise.
2856
2857 2016-06-10 Tom Tromey <tom@tromey.com>
2858
2859 PR rust/20110:
2860 * gdb.rust/expr.exp: Add test for integer constant larger than
2861 i32.
2862
2863 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
2864
2865 * gdb.fortran/nested-funcs.exp: New.
2866 * gdb.fortran/nested-funcs.f90: New.
2867
2868 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2869
2870 * gdb.base/examine-backward.c: New file.
2871 * gdb.base/examine-backward.exp: New file.
2872
2873 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
2874
2875 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
2876 matching.
2877
2878 2016-06-02 Tom Tromey <tom@tromey.com>
2879
2880 PR python/18984:
2881 * gdb.python/py-shared.exp: Add solib_name test.
2882
2883 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
2884
2885 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
2886
2887 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
2888
2889 PR c++/19893
2890 * gdb.dwarf2/implref.exp: Rename to...
2891 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
2892 * gdb.dwarf2/implref-array.c: New file.
2893 * gdb.dwarf2/implref-array.exp: Likewise.
2894 * gdb.dwarf2/implref-global.c: Likewise.
2895 * gdb.dwarf2/implref-global.exp: Likewise.
2896 * gdb.dwarf2/implref-struct.c: Likewise.
2897 * gdb.dwarf2/implref-struct.exp: Likewise.
2898
2899 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2900
2901 * gdb.trace/trace-condition.exp: Add 64bit tests.
2902
2903 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2904
2905 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
2906 bits types.
2907 (main): Adapt to 8 to 64 bits types.
2908 * gdb.trace/trace-condition.exp: Add new tests.
2909
2910 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2911
2912 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
2913
2914 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2915
2916 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
2917 Move condition tests...
2918 * gdb.trace/trace-condition.exp: Here.
2919
2920 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2921
2922 * gdb.trace/trace-condition.exp: Add counter-case tests.
2923
2924 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2925
2926 PR c++/15231
2927 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
2928 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
2929
2930 2016-05-27 Pedro Alves <palves@redhat.com>
2931
2932 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2933 New procedure.
2934 (top level): Call it, and bail out of DejaGnu is known to be bad.
2935
2936 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
2937
2938 * gdb.base/whatis.c: Extend the test case.
2939 * gdb.base/whatis.exp: Add additional tests.
2940
2941 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2942
2943 * gdb.fortran/type.f90: Add pointer variable.
2944 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
2945
2946 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2947
2948 * gdb.fortran/vla-type.exp: Fix testcase name.
2949
2950 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2951
2952 * gdb.fortran/vla-type.exp: Access elements in nested structs.
2953
2954 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2955
2956 * gdb.fortran/type.f90: Add nested structures.
2957 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
2958 * gdb.fortran/derived-type.exp: Adapt expected output.
2959 * gdb.fortran/vla-type.exp: Adapt expected output.
2960
2961 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2962
2963 * gdb.fortran/whatis_type.exp: Adapt expected output.
2964
2965 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2966
2967 * gdb.fortran/print_type.exp: Fix expected output.
2968 * gdb.fortran/whatis_type.exp: Fix expected output.
2969
2970 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2971
2972 * gdb.fortran/whatis_type.exp: Use multi_line.
2973
2974 2016-05-24 Tom Tromey <tom@tromey.com>
2975
2976 PR python/17386:
2977 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
2978 use value as an index.
2979
2980 2016-05-23 Tom Tromey <tom@tromey.com>
2981
2982 PR python/17981:
2983 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
2984 no-breakpoint case.
2985
2986 2016-05-24 Pedro Alves <palves@redhat.com>
2987
2988 PR gdb/19828
2989 * gdb.threads/clone-attach-detach.c: New file.
2990 * gdb.threads/clone-attach-detach.exp: New file.
2991
2992 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
2993
2994 * gdb.base/annota-input-while-running.exp: Fix syntax error.
2995
2996 2016-05-23 Tom Tromey <tom@tromey.com>
2997
2998 PR python/19438, PR python/18393:
2999 * gdb.python/py-progspace.exp: Add "dir" test.
3000 * gdb.python/py-objfile.exp: Add "dir" test.
3001
3002 2016-05-23 Yao Qi <yao.qi@linaro.org>
3003
3004 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3005 * gdb.arch/thumb2-it.exp: Likewise.
3006
3007 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3008
3009 * gdb.mi/mi-threads-interrupt.c: New file.
3010 * gdb.mi/mi-threads-interrupt.exp: New file.
3011
3012 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3013
3014 PR gdb/18077
3015 * gdb.mi/mi-async-run.exp: New file.
3016 * gdb.mi/mi-async-run.c: New file.
3017
3018 2016-05-17 Tom Tromey <tom@tromey.com>
3019 Manish Goregaokar <manishsmail@gmail.com>
3020
3021 * lib/rust-support.exp: New file.
3022 * lib/gdb.exp (skip_rust_tests): New proc.
3023 (build_executable_from_specs): Handle rust.
3024 * lib/future.exp (gdb_find_rustc): New proc.
3025 (gdb_default_target_compile): Handle rust.
3026 * gdb.rust/expr.exp: New file.
3027 * gdb.rust/generics.exp: New file.
3028 * gdb.rust/generics.rs: New file.
3029 * gdb.rust/methods.exp: New file.
3030 * gdb.rust/methods.rs: New file.
3031 * gdb.rust/modules.exp: New file.
3032 * gdb.rust/modules.rs: New file.
3033 * gdb.rust/simple.exp: New file.
3034 * gdb.rust/simple.rs: New file.
3035
3036 2016-05-17 Tom Tromey <tom@tromey.com>
3037
3038 * gdb.base/default.exp (set language): Add rust.
3039
3040 2016-05-17 Tom Tromey <tom@tromey.com>
3041
3042 * gdb.gdb/unittest.exp: New file.
3043
3044 2016-05-16 Yao Qi <yao.qi@linaro.org>
3045
3046 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3047 shell_prompt. Update shell_prompt_re.
3048
3049 2016-05-12 Doug Evans <dje@google.com>
3050
3051 PR symtab/19999
3052 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3053 $options when building executable.
3054 * gdb.dwarf2/fission-loclists-pie.S: New file.
3055 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3056
3057 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3058
3059 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3060 of [is_remote target],
3061
3062 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3063
3064 * lib/gdb.exp (use_gdb_stub): New procedure.
3065
3066 2016-05-03 Yunlian Jiang <yunlian@google.com>
3067 Doug Evans <dje@google.com>
3068
3069 PR symtab/19914
3070 * gdb.dwarf2/dwp-sepdebug.c: New file.
3071 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3072
3073 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3074
3075 * gdb.base/detach.exp: Remove is_remote check.
3076
3077 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3078
3079 * gdb.base/annota-input-while-running.exp: Don't check for
3080 [is_remote target]. Enable annotations after running to main.
3081 Remove unused "set test..." line.
3082
3083 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3084
3085 * gdb.trace/trace-enable-disable.exp: New file.
3086 * gdb.trace/trace-enable-disable.c: New file.
3087
3088 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3089
3090 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3091 use it in info sharedlibrary test.
3092 * gdb.trace/ftrace-lock.exp: Likewise.
3093 * gdb.trace/ftrace.exp: Likewise.
3094 * gdb.trace/range-stepping.exp: Likewise.
3095 * gdb.trace/trace-break.exp: Likewise.
3096 * gdb.trace/trace-condition.exp: Likewise.
3097 * gdb.trace/trace-mt.exp: Likewise.
3098
3099 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3100
3101 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3102 (gdb_load_shlib): ... this.
3103 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3104 gdb_load_shlib.
3105 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3106 * gdb.base/ctxobj.exp: Likewise.
3107 * gdb.base/dprintf-pending.exp: Likewise.
3108 * gdb.base/dso2dso.exp: Likewise.
3109 * gdb.base/fixsection.exp: Likewise.
3110 * gdb.base/gcore-relro.exp: Likewise.
3111 * gdb.base/gdb1555.exp: Likewise.
3112 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3113 * gdb.base/gnu-ifunc.exp: Likewise.
3114 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3115 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3116 * gdb.base/pending.exp: Likewise.
3117 * gdb.base/print-file-var.exp: Likewise.
3118 * gdb.base/print-symbol-loading.exp: Likewise.
3119 * gdb.base/shlib-call.exp: Likewise.
3120 * gdb.base/shreloc.exp: Likewise.
3121 * gdb.base/so-impl-ld.exp: Likewise.
3122 * gdb.base/solib-disc.exp: Likewise.
3123 * gdb.base/solib-nodir.exp: Likewise.
3124 * gdb.base/solib-overlap.exp: Likewise.
3125 * gdb.base/solib-symbol.exp: Likewise.
3126 * gdb.base/solib-weak.exp (do_test): Likewise.
3127 * gdb.base/sym-file.exp: Likewise.
3128 * gdb.base/symtab-search-order.exp: Likewise.
3129 * gdb.base/type-opaque.exp: Likewise.
3130 * gdb.base/unload.exp: Likewise.
3131 * gdb.base/watchpoint-solib.exp: Likewise.
3132 * gdb.compile/compile.exp: Likewise.
3133 * gdb.cp/gdb2384.exp: Likewise.
3134 * gdb.cp/infcall-dlopen.exp: Likewise.
3135 * gdb.cp/re-set-overloaded.exp: Likewise.
3136 * gdb.fortran/library-module.exp: Likewise.
3137 * gdb.opt/solib-intra-step.exp: Likewise.
3138 * gdb.python/py-finish-breakpoint.exp: Likewise.
3139 * gdb.python/py-shared.exp: Likewise.
3140 * gdb.reverse/solib-precsave.exp: Likewise.
3141 * gdb.reverse/solib-reverse.exp: Likewise.
3142 * gdb.server/solib-list.exp: Likewise.
3143 * gdb.threads/dlopen-libpthread.exp: Likewise.
3144 * gdb.threads/tls-shared.exp: Likewise.
3145 * gdb.threads/tls-so_extern.exp: Likewise.
3146 * gdb.trace/change-loc.exp: Likewise.
3147 * gdb.trace/ftrace-lock.exp: Likewise.
3148 * gdb.trace/ftrace.exp: Likewise.
3149 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3150 * gdb.trace/pending.exp: Likewise.
3151 * gdb.trace/range-stepping.exp: Likewise.
3152 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3153 (strace_info_marker): Likewise.
3154 (strace_probe_marker): Likewise.
3155 (strace_trace_on_same_addr): Likewise.
3156 (strace_trace_on_diff_addr): Likewise.
3157 * gdb.trace/trace-break.exp: Likewise.
3158 * gdb.trace/trace-condition.exp: Likewise.
3159 * gdb.trace/trace-mt.exp: Likewise.
3160
3161 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3162
3163 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3164 result of gdb_remote_download.
3165 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3166 * gdb.base/dso2dso.exp: Likewise.
3167 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3168 * gdb.base/print-file-var.exp: Likewise.
3169 * gdb.base/shlib-call.exp: Likewise.
3170 * gdb.base/shreloc.exp: Likewise.
3171 * gdb.base/solib-overlap.exp: Likewise.
3172 * gdb.base/solib-weak.exp (do_test): Likewise.
3173 * gdb.base/unload.exp: Likewise.
3174
3175 2016-04-27 Yao Qi <yao.qi@linaro.org>
3176
3177 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3178 exists.
3179
3180 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3181
3182 * vla-type.exp: Print structure from toplevel.
3183
3184 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3185
3186 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3187 of dynamic types.
3188 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3189 of dynamic types.
3190
3191 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3192
3193 * gdb.fortran/vla-type.f90: New file.
3194 * gdb.fortran/vla-type.exp: New file.
3195
3196 2016-04-25 Yao Qi <yao.qi@linaro.org>
3197
3198 * gdb.base/branch-to-self.c: New file.
3199 * gdb.base/branch-to-self.exp: New file.
3200
3201 2016-04-22 Yao Qi <yao.qi@linaro.org>
3202
3203 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3204 more after $hex.
3205
3206 2016-04-22 Yao Qi <yao.qi@linaro.org>
3207
3208 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3209 * gdb.base/annota3.exp: Likewise.
3210
3211 2016-04-22 Yao Qi <yao.qi@linaro.org>
3212
3213 * gdb.reverse/step-precsave.exp: Do one step and test program
3214 stops in "callee" and do multiple steps until program goes out
3215 of "callee".
3216 * gdb.reverse/step-reverse.exp: Likewise.
3217
3218 2016-04-22 Yao Qi <yao.qi@linaro.org>
3219
3220 * gdb.trace/signal.exp: Also pass if
3221 $tracepoint_hits($i) > $iterations.
3222
3223 2016-04-22 Yao Qi <yao.qi@linaro.org>
3224
3225 * gdb.trace/signal.c: New file.
3226 * gdb.trace/signal.exp: New file.
3227
3228 2016-04-19 Doug Evans <xdje42@gmail.com>
3229
3230 * gdb.base/bad-file.exp: New file.
3231
3232 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3233
3234 * gdb.dwarf2/implref.exp: New file.
3235
3236 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3237
3238 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3239 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3240 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3241 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3242 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3243 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3244 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3245 * lib/fortran.exp (fortran_int4): New procedure.
3246 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3247 (fortran_logical4): Likewise.
3248
3249 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3250
3251 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3252
3253 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3254
3255 * lib/compiler.c: Add Intel specific preprocessor macros.
3256 * lib/compiler.cc: Likewise.
3257
3258 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3259
3260 * gdb.server/connect-with-no-symbol-file.c: New file.
3261 * gdb.server/connect-with-no-symbol-file.exp: New file.
3262
3263 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3264
3265 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3266
3267 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3268
3269 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3270 standard output directory.
3271
3272 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3273
3274 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3275
3276 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3277
3278 * gdb.btrace/instruction_history.c (loop): Add declaration.
3279
3280 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3281
3282 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3283
3284 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3285
3286 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3287 parentheses to print.
3288 (continue_handler): Likewise.
3289
3290 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3291
3292 * gdb.server/solib-list.exp: Remove is_remote check.
3293 Pass shlib= to gdb_compile. Don't link shared library with
3294 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3295 Run binary filename through "readlink -f" on the target.
3296
3297 2016-04-08 Pedro Alves <palves@redhat.com>
3298
3299 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3300 interpreter filename as argument to gdbserver_spawn.
3301 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3302 Return empty if $last_loaded_file does not exist.
3303
3304 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3305
3306 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3307 * gdb.base/jit-main.c: Use exit after usage.
3308
3309 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3310
3311 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3312 GDBHISTSIZE prior to the tests.
3313 * gdb.base/gdbinit-history.exp: Likewise.
3314
3315 2016-04-07 Pedro Alves <palves@redhat.com>
3316
3317 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3318 instead of build_executable. Use gdb_load_shlibs.
3319
3320 2016-04-07 Yao Qi <yao.qi@linaro.org>
3321
3322 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3323 Execute "si" command.
3324
3325 2016-04-07 Yao Qi <yao.qi@linaro.org>
3326
3327 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3328 number instead of the comments on some line.
3329
3330 2016-04-06 Don Breazeal <donb@codesourcery.com>
3331
3332 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3333 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3334
3335 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3336
3337 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3338 standard_output_file. Remove unused binfile variable.
3339
3340 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3341
3342 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3343 * gdb.python/py-mi-objfile.exp: Match "list main" output
3344 in console format.
3345
3346 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3347
3348 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3349 absolute.
3350
3351 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3352
3353 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3354 absolute.
3355 * gdb.trace/ftrace.exp: Likewise.
3356 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3357 targets as well.
3358 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3359 (gdb_load_shlibs): Copy libraries to test directory when testing
3360 natively. Only set solib-search-path if testing remotely.
3361 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3362
3363 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3364
3365 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3366 gdb_download. Use it even if the target is not remote.
3367 * gdb.base/jit.exp (compile_jit_test): Likewise.
3368 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3369 output directory if the destination board is local, otherwise use
3370 the standard remote_download from DejaGnu.
3371 (gdb_download): Remove.
3372 (gdb_load_shlibs): Use gdb_remote_download instead of
3373 gdb_download.
3374 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3375 Use gdb_remote_download instead of gdb_download. Use it even if
3376 the target is not remote.
3377 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3378 instead of gdb_download.
3379
3380 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3381
3382 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3383 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3384 run.
3385
3386 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3387
3388 PR gdb/19820
3389 * gdb.base/printcmds.exp: Add artificial arrays tests.
3390
3391 2016-03-31 Pedro Alves <palves@redhat.com>
3392
3393 PR gdb/19858
3394 * gdb.base/jit-main.c: Include unistd.h.
3395 (ATTACH): Define to 0 if not already defined.
3396 (wait_for_gdb, mypid): New globals.
3397 (WAIT_FOR_GDB): New macro.
3398 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3399 some breakpoint locations.
3400 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3401 New procedures.
3402 (one_jit_test): Add REATTACH parameter, and handle it. Use
3403 continue_to_test_location.
3404 (top level): Test attach, and adjusts calls to one_jit_test.
3405
3406 2016-03-31 Pedro Alves <palves@redhat.com>
3407
3408 PR gdb/19858
3409 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3410 BINSUFFIX parameter, and handle it.
3411 (top level): Adjust calls compile_jit_test.
3412
3413 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3414
3415 PR python/19743
3416 * gdb.python/py-mi-events-gdb.py: New file.
3417 * gdb.python/py-mi-events.c: New file.
3418 * gdb.python/py-mi-events.exp: New file.
3419
3420 2016-03-30 Yao Qi <yao.qi@linaro.org>
3421
3422 * gdb.reverse/until-precsave.exp: Match function name only.
3423 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3424 Move malloc to a condition block.
3425 * gdb.reverse/until-reverse.exp: Match function name only.
3426
3427 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3428
3429 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3430 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3431 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3432 variable for GPR 0 instead of assuming it is register 0.
3433 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3434 * lib/trace-support.exp: Add s390 registers.
3435
3436 2016-03-29 Yao Qi <yao.qi@linaro.org>
3437
3438 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3439
3440 2016-03-24 Yao Qi <yao.qi@linaro.org>
3441
3442 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3443 test message.
3444
3445 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3446
3447 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3448 maintaining separate logic for constructing the output path.
3449
3450 2016-03-16 Don Breazeal <donb@codesourcery.com>
3451
3452 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3453 Retry fork and waitpid on interrupted system call errors.
3454 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3455 Use with_timeout_factor to increase timeout by factor of 10.
3456
3457 2016-03-15 Don Breazeal <donb@codesourcery.com>
3458
3459 * gdb.cp/scope-err.cc: New test program.
3460 * gdb.cp/scope-err.exp: New test script.
3461 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3462 lines and "set breakpoint here" comment.
3463 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3464 Fixed some whitespace and format issues.
3465 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3466 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3467
3468 2016-03-15 Doug Evans <dje@google.com>
3469
3470 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3471 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3472 All callers updated. Add tests for enums, mixed flags register.
3473
3474 2016-03-15 Doug Evans <dje@google.com>
3475
3476 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3477 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3478
3479 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3480
3481 * gdb.base/default.exp: Add $_as_string to the list of expected
3482 convenience functions.
3483
3484 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3485
3486 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3487
3488 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3489
3490 * gdb.python/py-as-string.exp: New file.
3491 * gdb.python/py-as-string.c: New file.
3492
3493 2016-03-09 Pedro Alves <palves@redhat.com>
3494
3495 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3496 signal" -> "Thread NN received signal" output change.
3497 * gdb.threads/ia64-sigill.exp: Likewise.
3498 * gdb.threads/linux-dp.exp: Likewise.
3499 * gdb.threads/manythreads.exp: Likewise.
3500 * gdb.threads/pending-step.exp: Likewise.
3501 * gdb.threads/print-threads.exp: Likewise.
3502 * gdb.threads/sigstep-threads.exp: Likewise.
3503 * gdb.threads/staticthreads.exp: Likewise.
3504 * gdb.threads/tls.exp: Likewise.
3505
3506 2016-03-09 Pedro Alves <palves@redhat.com>
3507
3508 * gdb.base/command-line-input.exp: New file.
3509
3510 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3511
3512 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3513 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3514 * gdb.trace/pending.exp: Accept leading dot before function name.
3515 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3516 * lib/trace-support.exp: Set registers for ppc.
3517
3518 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3519
3520 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3521 use it for disassembly; accept .main in addition to main in backtrace.
3522
3523 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
3524 Marcin Kościelnicki <koriakin@0x04.net>
3525
3526 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3527 (gdb_recursion_test_ptr): New global variable.
3528 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3529 gdb_recursion_test.
3530 (gdb_c_test): Ditto.
3531
3532 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3533
3534 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3535 ordering.
3536
3537 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3538
3539 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3540 (bar): Add bar_start_lbl label.
3541 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3542 of foo/bar for emitting DWARF and tracing.
3543
3544 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3545
3546 * analyze-racy-logs.py: Set executable bit.
3547
3548 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3549
3550 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3551 (CHECK_TARGET_TMP): Likewise.
3552 (check-single-racy): New rule.
3553 (check-parallel-racy): Likewise.
3554 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3555 (do-check-parallel-racy): New rule.
3556 (check-racy/%.exp): Likewise.
3557 * README (Racy testcases): New section.
3558 * analyze-racy-logs.py: New file.
3559
3560 2016-03-03 Doug Evans <dje@google.com>
3561
3562 * gdb.base/skip.exp: Use with_test_prefix.
3563
3564 2016-03-03 Yao Qi <yao.qi@linaro.org>
3565
3566 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3567 Invoke step_over_syscall "clone" and break_cond_on_syscall
3568 "clone".
3569 * gdb.base/step-over-clone.c: New file.
3570
3571 2016-03-03 Yao Qi <yao.qi@linaro.org>
3572
3573 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3574 code format.
3575
3576 2016-03-03 Yao Qi <yao.qi@linaro.org>
3577
3578 * gdb.base/disp-step-fork.c: Rename to ...
3579 * gdb.base/step-over-fork.c: ... it. New file.
3580 * gdb.base/disp-step-vfork.c: Rename to ...
3581 * gdb.base/step-over-vfork.c: ... it. New file.
3582 * gdb.base/disp-step-syscall.exp: Rename to ...
3583 * gdb.base/step-over-syscall.exp: ... it. New file.
3584 (disp_step_cross_syscall): Rename to ...
3585 (step_over_syscall): ... it.
3586
3587 2016-03-03 Yao Qi <yao.qi@linaro.org>
3588
3589 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3590 If target supports condition evaluation on target, invoke
3591 break_cond_on_syscall for fork and vfork.
3592
3593 2016-03-03 Yao Qi <yao.qi@linaro.org>
3594
3595 * gdb.base/disp-step-syscall.exp: Don't invoke
3596 support_displaced_stepping.
3597 (disp_step_cross_syscall): Test with displaced stepping off and
3598 on if supported.
3599
3600 2016-03-03 Yao Qi <yao.qi@linaro.org>
3601
3602 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3603 proc.
3604 (setup): New proc.
3605 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3606 and setup.
3607
3608 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3609
3610 * gdb.fortran/vla-history.exp: Remove breakpoint.
3611
3612 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3613
3614 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3615 exceeds timeout.
3616
3617 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3618
3619 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3620 breakpoint.
3621
3622 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3623
3624 * gdb.mi/vla.f90: Nullify pointer after declaration.
3625
3626 2016-03-01 Pedro Alves <palves@redhat.com>
3627
3628 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3629
3630 2016-03-01 Pedro Alves <palves@redhat.com>
3631
3632 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3633 before anything else.
3634 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3635 _GNU_SOURCE here.
3636 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3637 before anything else.
3638 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3639
3640 2016-03-01 Pedro Alves <palves@redhat.com>
3641
3642 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3643
3644 2016-03-01 Yao Qi <yao.qi@linaro.org>
3645
3646 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3647 prepare_for_testing.
3648
3649 2016-03-01 Yao Qi <yao.qi@linaro.org>
3650
3651 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3652
3653 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3654
3655 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3656 manually constructing the output path.
3657
3658 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3659
3660 * gdb.arch/s390-stackless.S: New.
3661 * gdb.arch/s390-stackless.exp: New.
3662
3663 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3664
3665 * gdb.dlang/circular.c: New file.
3666 * gdb.dlang/circular.exp: New file.
3667
3668 2016-02-26 Yao Qi <yao.qi@linaro.org>
3669
3670 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3671 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3672 (testcases): Update.
3673
3674 2016-02-26 Yao Qi <yao.qi@linaro.org>
3675
3676 * gdb.reverse/aarch64.c: Rename to ...
3677 * gdb.reverse/insn-reverse.c: ... it.
3678 * gdb.reverse/aarch64.exp: Rename to ...
3679 * gdb.reverse/insn-reverse.exp: ... it.
3680
3681 2016-02-26 Yao Qi <yao.qi@linaro.org>
3682
3683 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3684 (testcase_ftype): New.
3685 (testcases): New array.
3686 (n_testcases): New.
3687 (main): Call each element in testcases.
3688 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3689 (read_testcase): New.
3690 Do the tests in a loop.
3691
3692 2016-02-25 Yao Qi <yao.qi@linaro.org>
3693
3694 * gdb.base/branches.c: Remove.
3695
3696 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3697
3698 PR gdb/13808
3699 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3700
3701 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3702
3703 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3704
3705 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3706
3707 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3708 change x86_64 call_insn to 'callq'.
3709
3710 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3711
3712 * gdb.trace/tfile-avx.c: Move to...
3713 * gdb.trace/tracefile-pseudo-reg.c: Here.
3714 * gdb.trace/tfile-avx.exp: Move to...
3715 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3716
3717 2016-02-24 Gary Benson <gbenson@redhat.com>
3718
3719 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3720 message on attach.
3721
3722 2016-02-23 Doug Evans <dje@google.com>
3723
3724 * gdb.base/skip.c (test_skip): New function.
3725 (end_test_skip_file_and_function): New function.
3726 (test_skip_file_and_function): New function.
3727 * gdb.base/skip1.c (test_skip): New function.
3728 (skip1_test_skip_file_and_function): New function.
3729 * gdb.base/skip.exp: Add tests for new skip options.
3730 * gdb.base/skip-solib.exp: Update expected output.
3731 * gdb.perf/skip-command.cc: New file.
3732 * gdb.perf/skip-command.exp: New file.
3733 * gdb.perf/skip-command.py: New file.
3734
3735 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
3736
3737 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3738 info registers pattern.
3739
3740 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
3741
3742 * lib/future.exp: Add D support.
3743 (gdb_find_gdc): New proc.
3744 (gdb_default_target_compile): Add D support.
3745
3746 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
3747
3748 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3749 user+system time.
3750 (trace_speed_test): Determine the iteration count for a time
3751 between 15..30 seconds.
3752
3753 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
3754
3755 * gdb.arch/i386-mpx-sigsegv.c: New file.
3756 * gdb.arch/i386-mpx-sigsegv.exp: New file.
3757 * gdb.arch/i386-mpx-simple_segv.c: New file.
3758 * gdb.arch/i386-mpx-simple_segv.exp: New file.
3759
3760 2016-02-18 Yao Qi <yao.qi@linaro.org>
3761
3762 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3763 Don't call setup_kfail.
3764
3765 2016-02-18 Yao Qi <yao.qi@linaro.org>
3766
3767 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3768 Set "set breakpoint condition-evaluation" per $cond_bp_target.
3769
3770 2016-02-16 Doug Evans <dje@google.com>
3771
3772 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
3773 * gdb.base/skip1.c: Ditto.
3774 * gdb.base/skip.exp: Whitespace cleanup.
3775
3776 2016-02-16 Don Breazeal <donb@codesourcery.com>
3777
3778 PR remote/19496
3779 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3780 Remove kfail for PR remote/19496.
3781
3782 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3783
3784 * lib/gdb.exp (standard_temp_file): Return a path specific to
3785 the runtest invocation.
3786
3787 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3788
3789 * gdb.trace/save-trace.exp: Change relative path to be in the
3790 standard output directory.
3791
3792 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3793
3794 * gdb.arch/i386-prologue.c: Add missing prototypes.
3795
3796 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3797
3798 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
3799 * gdb.arch/i386-prologue.exp: Likewise.
3800 * gdb.arch/i386-size.exp: Likewise.
3801
3802 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
3803
3804 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
3805 define object file path.
3806 * gdb.btrace/gcore.exp: Use standard_output_file to define core
3807 file path.
3808 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
3809 standard_output_file to define binfile.
3810
3811 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3812
3813 Fix compatibility with recent gfortran-5.3.1.
3814 * gdb.fortran/vla-history.exp (print vla1 allocated)
3815 (print vla2 allocated, print $2, print $3): Remove
3816 (print $4): Rename to ...
3817 (print $2): ... here.
3818 (print $9): Rename to ...
3819 (print $5): ... here.
3820 (print $10): Rename to ...
3821 (print $6): ... here.
3822 * gdb.fortran/vla.f90: Add pvla initialization.
3823
3824 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3825
3826 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
3827 New test.
3828 * gdb.fortran/vla-value-sub.exp: Likewise.
3829
3830 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
3831
3832 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
3833
3834 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
3835
3836 * i386-biarch-core.exp: Define corefile using
3837 standard_output_file.
3838
3839 2016-02-12 Yao Qi <yao.qi@linaro.org>
3840
3841 * gdb.arch/arm-single-step-kernel-helper.c: New.
3842 * gdb.arch/arm-single-step-kernel-helper.exp: New.
3843
3844 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
3845
3846 * gdb.btrace/tailcall-only.exp: New.
3847 * gdb.btrace/tailcall-only.c: New.
3848 * gdb.btrace/x86_64-tailcall-only.S: New.
3849 * gdb.btrace/i686-tailcall-only.S: New.
3850
3851 2016-02-11 Pedro Alves <palves@redhat.com>
3852
3853 * README (Parallel testing): Add missing double quotes.
3854
3855 2016-02-11 Pedro Alves <palves@redhat.com>
3856
3857 * README (Parallel testing): New section.
3858 (GDB_PARALLEL): Rewrite.
3859 (FORCE_PARALLEL): Document.
3860
3861 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
3862
3863 * gdb.trace/tfile-avx.c: New test.
3864 * gdb.trace/tfile-avx.exp: New test.
3865
3866 2016-02-09 Keith Seitz <keiths@redhat.com>
3867
3868 PR breakpoints/19546
3869 * gdb.base/infcall-exec.c: New file.
3870 * gdb.base/infcall-exec2.c: New file.
3871 * gdb.base/infcall-exec.exp: New file.
3872
3873 2016-02-09 Keith Seitz <keiths@redhat.com>
3874
3875 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
3876 (toplevel): Call test_bkpt_address.
3877
3878 2016-02-09 Keith Seitz <keiths@redhat.com>
3879
3880 PR python/19506
3881 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
3882 (toplevel): Call test_bkpt_address.
3883
3884 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
3885
3886 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
3887 to AC_OUTPUT.
3888 * configure: Regenerate.
3889
3890 2016-02-09 Pedro Alves <palves@redhat.com>
3891
3892 PR breakpoints/19548
3893 * gdb.base/execl-update-breakpoints.c (some_function): New
3894 function.
3895 (main): Call it.
3896 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
3897 Tighten expected GDB output.
3898
3899 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3900
3901 * Makefile.in (ALL_SUBDIRS): Remove.
3902 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
3903 (distclean maintainer-clean realclean): Likewise.
3904 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
3905 * configure: Regenerate.
3906 * gdb.ada/Makefile.in: Delete.
3907 * gdb.arch/Makefile.in: Likewise.
3908 * gdb.asm/Makefile.in: Likewise.
3909 * gdb.base/Makefile.in: Likewise.
3910 * gdb.btrace/Makefile.in: Likewise.
3911 * gdb.cell/Makefile.in: Likewise.
3912 * gdb.compile/Makefile.in: Likewise.
3913 * gdb.cp/Makefile.in: Likewise.
3914 * gdb.disasm/Makefile.in: Likewise.
3915 * gdb.dlang/Makefile.in: Likewise.
3916 * gdb.dwarf2/Makefile.in: Likewise.
3917 * gdb.fortran/Makefile.in: Likewise.
3918 * gdb.gdb/Makefile.in: Likewise.
3919 * gdb.go/Makefile.in: Likewise.
3920 * gdb.guile/Makefile.in: Likewise.
3921 * gdb.java/Makefile.in: Likewise.
3922 * gdb.linespec/Makefile.in: Likewise.
3923 * gdb.mi/Makefile.in: Likewise.
3924 * gdb.modula2/Makefile.in: Likewise.
3925 * gdb.multi/Makefile.in: Likewise.
3926 * gdb.objc/Makefile.in: Likewise.
3927 * gdb.opencl/Makefile.in: Likewise.
3928 * gdb.opt/Makefile.in: Likewise.
3929 * gdb.pascal/Makefile.in: Likewise.
3930 * gdb.perf/Makefile.in: Likewise.
3931 * gdb.python/Makefile.in: Likewise.
3932 * gdb.reverse/Makefile.in: Likewise.
3933 * gdb.server/Makefile.in: Likewise.
3934 * gdb.stabs/Makefile.in: Likewise.
3935 * gdb.threads/Makefile.in: Likewise.
3936 * gdb.trace/Makefile.in: Likewise.
3937 * gdb.xml/Makefile.in: Likewise.
3938 * lib/gdb.exp (make_gdb_parallel_path): Add check for
3939 GDB_PARALLEL.
3940 (standard_output_file): Remove check for GDB_PARALLEL, always
3941 return path in outputs/$subdir/$testname.
3942
3943 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3944
3945 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
3946 (site.exp): Assign abs_srcdir to tcl's srcdir.
3947
3948 2016-02-04 Yao Qi <yao.qi@linaro.org>
3949
3950 * gdb.base/foll-exec-mode.c: Include limits.h.
3951 (main): Add parameters argc and argv. Get directory from
3952 argv[0].
3953 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
3954 compilation.
3955 * gdb.base/foll-exec.c: Include limits.h.
3956 (main): Add parameters argc and argv.
3957 Get directory from argv[0].
3958 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
3959 Adjust tests on the number of lines as source code changed.
3960 * gdb.base/foll-vfork-exit.c: Include limits.h.
3961 (main): Add one line of statement before vfork.
3962 * gdb.base/foll-vfork.c: Include limits.h and string.h.
3963 (main): Add parameters argc and argv. Get directory from
3964 argv[0].
3965 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
3966 (setup_gdb): Set tbreak to skip some source lines.
3967 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
3968 (main): Add parameters argc and argv. Get directory from
3969 argv[0].
3970 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
3971 compilation.
3972 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
3973 (main): Add parameters argc and argv. Get directory from
3974 argv[0].
3975 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
3976 compilation.
3977
3978 2016-02-01 Doug Evans <dje@google.com>
3979
3980 * gdb.base/skip.exp: Clean up multiple references to same test name.
3981
3982 2016-02-01 Pedro Alves <palves@redhat.com>
3983
3984 PR remote/19496
3985 * gdb.threads/forking-threads-plus-breakpoint.exp
3986 (displaced_stepping_supported): New global.
3987 (probe_displaced_stepping_support): New procedure.
3988 (do_test): Add 'displaced' parameter, and use it.
3989 (top level): Check for displaced stepping support. Add displaced
3990 stepping on/off testing axis.
3991
3992 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
3993
3994 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
3995 pointer. Don't perform further tests on the unassociated pointer
3996 if the first test fails.
3997
3998 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
3999
4000 * gdb.base/max-value-size.c: New file.
4001 * gdb.base/max-value-size.exp: New file.
4002 * gdb.base/huge.exp: Disable max-value-size for this test.
4003
4004 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4005
4006 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4007
4008 2016-01-28 Yao Qi <yao.qi@linaro.org>
4009
4010 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4011
4012 2016-01-25 Pedro Alves <palves@redhat.com>
4013
4014 PR threads/19461
4015 * gdb.base/fork-running-state.c: New file.
4016 * gdb.base/fork-running-state.exp: New file.
4017
4018 2016-01-25 Pedro Alves <palves@redhat.com>
4019
4020 PR gdb/19494
4021 * gdb.base/catch-fork-kill.c: New file.
4022 * gdb.base/catch-fork-kill.exp: New file.
4023
4024 2016-01-25 Pedro Alves <palves@redhat.com>
4025
4026 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4027 Delete, moved to lib/gdb.exp.
4028 * gdb.threads/forking-threads-plus-breakpoint.exp
4029 (foreach_with_prefix): Likewise.
4030 * gdb.threads/process-dies-while-handling-bp.exp
4031 (foreach_with_prefix): Likewise.
4032 * lib/gdb.exp (foreach_with_prefix): New procedure.
4033
4034 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4035
4036 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4037 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4038
4039 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4040
4041 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4042 endian targets.
4043
4044 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4045 Pedro Alves <palves@redhat.com>
4046
4047 Fix testsuite compatibility with Guile.
4048 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4049 number.
4050
4051 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4052
4053 Fix testsuite compatibility with Guile.
4054 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4055 (thread 1): New test for backtrace through signal handler.
4056
4057 2016-01-22 Yao Qi <yao.qi@linaro.org>
4058
4059 PR testsuite/19491
4060 * gdb.base/multi-forks.c: Include
4061 ../lib/unbuffer_output.c
4062 (main): Call gdb_unbuffer_output.
4063
4064 2016-01-21 Doug Evans <dje@google.com>
4065
4066 * lib/ada.exp (gdb_compile_ada): Fix typo.
4067
4068 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4069
4070 * gdb.base/break-fun-addr.exp: New file.
4071 * gdb.base/break-fun-addr1.c: New file.
4072 * gdb.base/break-fun-addr2.c: New file.
4073
4074 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4075
4076 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4077 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4078 enum flag values.
4079
4080 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4081
4082 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4083 when GDB can not set the vector return value. Add more comments
4084 for clarification.
4085
4086 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4087
4088 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4089 command.
4090
4091 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4092
4093 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4094
4095 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4096
4097 * Makefile.in (check-single): Pass --status to runtest.
4098 (check/%.exp): Likewise.
4099
4100 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4101
4102 * Makefile.in (check-parallel): Propagate return code from make
4103 do-check-parallel.
4104
4105 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4106
4107 * gdb.trace/ftrace.exp: Fix expected message on continue.
4108 * gdb.trace/pending.exp: Fix expected message on continue.
4109 * gdb.trace/trace-break.exp: Fix expected message on continue.
4110
4111 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4112
4113 * lib/gdb.exp (gdb_test): Remove unused global references.
4114
4115 2016-01-18 Pedro Alves <palves@redhat.com>
4116
4117 * gdb.base/async-shell.exp: Adjust expected output.
4118 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4119 * gdb.base/siginfo-thread.exp: Adjust expected output.
4120 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4121 * gdb.java/jnpe.exp: Adjust expected output.
4122 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4123 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4124 * gdb.threads/leader-exit.exp: Adjust expected output.
4125 * gdb.threads/manythreads.exp: Adjust expected output.
4126 * gdb.threads/pthreads.exp: Adjust expected output.
4127 * gdb.threads/schedlock.exp: Adjust expected output.
4128 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4129 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4130 expected output.
4131 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4132 output.
4133 * gdb.threads/sigthread.exp: Adjust expected output.
4134 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4135
4136 2016-01-18 Yao Qi <yao.qi@linaro.org>
4137
4138 * gdb.guile/scm-section-script.c: Replace @progbits with
4139 %progbits.
4140 * gdb.python/py-section-script.c: Likewise.
4141
4142 2016-01-15 Pedro Alves <palves@redhat.com>
4143
4144 * gdb.multi/tids.exp: Test star wildcard ranges.
4145
4146 2016-01-15 Pedro Alves <palves@redhat.com>
4147
4148 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4149 command from "thread apply" invocation.
4150 (thr_apply_info_thr_invalid): Default the expected output to the
4151 input tid list.
4152 (top level): Add tests that use convenience variables. Add tests
4153 for "thread apply" with a valid TID list, but missing the command.
4154
4155 2016-01-13 Pedro Alves <palves@redhat.com>
4156
4157 * gdb.base/default.exp: Expect $_gthread as well.
4158 * gdb.multi/tids.exp: Test $_gthread.
4159 * gdb.threads/thread-specific.exp: Test $_gthread.
4160
4161 2016-01-13 Pedro Alves <palves@redhat.com>
4162
4163 * gdb.multi/tids.exp: Test "info threads -gid".
4164
4165 2016-01-13 Pedro Alves <palves@redhat.com>
4166
4167 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4168 Breakpoint.thread.
4169 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4170
4171 2016-01-07 Pedro Alves <palves@redhat.com>
4172
4173 * gdb.base/break.exp: Adjust to output changes.
4174 * gdb.base/hbreak2.exp: Likewise.
4175 * gdb.base/sepdebug.exp: Likewise.
4176 * gdb.base/watch_thread_num.exp: Likewise.
4177 * gdb.linespec/keywords.exp: Likewise.
4178 * gdb.multi/info-threads.exp: Likewise.
4179 * gdb.threads/thread-find.exp: Likewise.
4180 * gdb.multi/tids.c: New file.
4181 * gdb.multi/tids.exp: New file.
4182
4183 2016-01-13 Pedro Alves <palves@redhat.com>
4184
4185 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4186
4187 2016-01-13 Pedro Alves <palves@redhat.com>
4188
4189 * gdb.base/default.exp: Expect $_inferior as well.
4190 * gdb.multi/base.exp: Test $_inferior.
4191
4192 2016-01-13 Pedro Alves <palves@redhat.com>
4193
4194 PR breakpoints/19388
4195 * gdb.base/catch-signal-siginfo-cond.c: New file.
4196 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4197
4198 2016-01-12 Josh Stone <jistone@redhat.com>
4199 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4200
4201 * gdb.base/catch-syscall.c (do_execve): New variable.
4202 (main): Conditionally trigger an execve.
4203 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4204 (test_catch_syscall_execve): New, check entry/return across execve.
4205 (do_syscall_tests): Call test_catch_syscall_execve.
4206
4207 2016-01-12 Pedro Alves <palves@redhat.com>
4208
4209 * gdb.base/random-signal.exp (do_test): New procedure, with body
4210 of testcase moved in.
4211
4212 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4213 Pedro Alves <palves@redhat.com>
4214
4215 * gdb.base/funcargs.exp (finish from indirectly called function):
4216 Reintroduce the case for 'First'.
4217
4218 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4219 Pedro Alves <palves@redhat.com>
4220
4221 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4222 (tcatch_vfork_then_child_follow_exec)
4223 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4224 identification.
4225
4226 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4227
4228 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4229 and repeats to unlimited.
4230 * gdb.python/py-value.exp: Likewise.
4231 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4232 and repeats to unlimited.
4233
4234 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4235
4236 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4237 and reordering the functions.
4238 * gdb.multi/hangout.c: Likewise.
4239 * gdb.multi/hello.c: Likewise.
4240
4241 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4242
4243 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4244 absolute.
4245 (SingleStatisticTestResult.report): Use dict.keys instead of
4246 dict.iterkeys.
4247
4248 2016-01-06 Pedro Alves <palves@redhat.com>
4249
4250 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4251
4252 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4253
4254 * gdb.btrace/dlopen.exp: New.
4255 * gdb.btrace/dlopen.c: New.
4256 * gdb.btrace/dlopen-dso.c: New.
4257
4258 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4259
4260 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4261 PATTERN argument is optional.
4262
4263 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4264
4265 * lib/ada.exp (target_compile_ada_from_dir): New function.
4266 (gdb_compile_ada): Reimplement avoiding the use of project files.
4267 * gdb.ada/gnat_ada.gpr: Delete.
4268 * gdb.ada/cond_lang.exp: Adjust test to make path before
4269 filename optional.
4270 * gdb.ada/small_reg_param.exp: Likewise.
4271
4272 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4273
4274 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4275
4276 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4277
4278 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4279 case.
4280
4281 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4282
4283 * gdb.base/break.exp: Remove dead code.
4284 * gdb.base/sepdebug.exp: Likewise.
4285
4286 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4287
4288 * gdb.asm/asm-source.exp: Remove HP-UX references.
4289 * gdb.base/annota1.exp: Likewise.
4290 * gdb.base/annota3.exp: Likewise.
4291 * gdb.base/attach.exp: Likewise.
4292 * gdb.base/bigcore.exp: Likewise.
4293 * gdb.base/break.exp: Likewise.
4294 * gdb.base/call-ar-st.exp: Likewise.
4295 * gdb.base/callfuncs.exp: Likewise.
4296 * gdb.base/catch-fork-static.exp: Likewise.
4297 * gdb.base/display.exp: Likewise.
4298 * gdb.base/foll-exec-mode.exp: Likewise.
4299 * gdb.base/foll-exec.exp: Likewise.
4300 * gdb.base/foll-fork.exp: Likewise.
4301 * gdb.base/foll-vfork.exp: Likewise.
4302 * gdb.base/funcargs.exp: Likewise.
4303 * gdb.base/hbreak2.exp: Likewise.
4304 * gdb.base/inferior-died.exp: Likewise.
4305 * gdb.base/interrupt.exp: Likewise.
4306 * gdb.base/multi-forks.exp: Likewise.
4307 * gdb.base/nodebug.exp: Likewise.
4308 * gdb.base/sepdebug.exp: Likewise.
4309 * gdb.base/solib1.c: Likewise.
4310 * gdb.base/step-test.exp: Likewise.
4311 * gdb.mi/non-stop.c: Likewise.
4312 * gdb.mi/pthreads.c: Likewise.
4313 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4314 * gdb.threads/pthreads.c: Likewise.
4315 * gdb.threads/staticthreads.exp: Likewise.
4316 * lib/future.exp: Likewise.
4317 * lib/gdb.exp: Likewise.
4318 * gdb.base/so-indr-cl.c: Remove.
4319 * gdb.base/so-indr-cl.exp: Likewise.
4320 * gdb.base/solib.c: Likewise.
4321 * gdb.base/solib.exp: Likewise.
4322 * gdb.base/solib2.c: Likewise.
4323
4324 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4325
4326 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4327 * gdb.base/call-ar-st.exp: Likewise.
4328 * gdb.base/callfuncs.exp: Likewise.
4329 * gdb.base/condbreak.exp: Likewise.
4330 * gdb.base/constvars.exp: Likewise.
4331 * gdb.base/hbreak2.exp: Likewise.
4332 * gdb.base/langs.exp: Likewise.
4333 * gdb.base/list.exp: Likewise.
4334 * gdb.base/long_long.exp: Likewise.
4335 * gdb.base/ptype.exp: Likewise.
4336 * gdb.base/scope.exp: Likewise.
4337 * gdb.base/signals.exp: Likewise.
4338 * gdb.base/so-impl-ld.exp: Likewise.
4339 * gdb.base/varargs.exp: Likewise.
4340 * gdb.base/volatile.exp: Likewise.
4341 * gdb.base/whatis.exp: Likewise.
4342 * gdb.cp/cplusfuncs.exp: Likewise.
4343 * gdb.cp/inherit.exp: Likewise.
4344 * gdb.cp/local.exp: Likewise.
4345 * gdb.cp/member-ptr.exp: Likewise.
4346 * gdb.cp/method.exp: Likewise.
4347 * gdb.cp/overload.exp: Likewise.
4348 * gdb.cp/templates.exp: Likewise.
4349 * gdb.stabs/weird.exp: Likewise.
4350 * lib/compiler.c: Likewise.
4351 * lib/compiler.cc: Likewise.
4352 * lib/cp-support.exp: Likewise.
4353 * lib/gdb.exp: Likewise.
4354
4355 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4356
4357 * configure.ac: Remove HP-UX case.
4358 * configure: Regenerate.
4359
4360 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4361
4362 * lib/gdb.exp (gdb_compile): Add function doc.
4363
4364 2015-12-17 Pedro Alves <palves@redhat.com>
4365
4366 PR threads/19354
4367 * gdb.multi/info-threads.exp: New file.
4368
4369 2015-12-15 Yao Qi <yao.qi@linaro.org>
4370
4371 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4372 is aarch64*-*-*.
4373
4374 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4375
4376 * gdb.base/history-duplicates.exp: Skip if no readline support.
4377
4378 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4379
4380 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4381
4382 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4383
4384 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4385
4386 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4387
4388 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4389 ctrl-C if nointerrupts target property is set.
4390 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4391 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4392 * gdb.base/paginate-bg-execution.exp: Likewise.
4393 * gdb.base/paginate-execution-startup.exp: Likewise.
4394 * gdb.base/random-signal.exp: Likewise.
4395 * gdb.base/range-stepping.exp: Likewise.
4396 * gdb.cp/annota2.exp: Likewise.
4397 * gdb.cp/annota3.exp: Likewise.
4398 * gdb.gdb/selftest.exp: Likewise.
4399 * gdb.threads/continue-pending-status.exp: Likewise.
4400 * gdb.threads/leader-exit.exp: Likewise.
4401 * gdb.threads/manythreads.exp: Likewise.
4402 * gdb.threads/pthreads.exp: Likewise.
4403 * gdb.threads/schedlock.exp: Likewise.
4404 * gdb.threads/sigthread.exp: Likewise.
4405
4406 2015-12-11 Don Breazeal <donb@codesourcery.com>
4407
4408 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4409 remote.
4410 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4411 * gdb.base/foll-exec.exp (main): Enable for target remote.
4412 * gdb.base/foll-fork.exp (main): Likewise.
4413 * gdb.base/foll-vfork.exp (main): Likewise.
4414 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4415 (proc continue_to_exit_bp_loc): Use clean_restart.
4416 * gdb.base/pie-execl.exp (main): Disable for target remote.
4417 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4418 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4419 * gdb.threads/execl.exp (main): Likewise.
4420 * gdb.threads/fork-child-threads.exp (main): Likewise.
4421 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4422 remote.
4423 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4424 remote.
4425 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4426 pid.tid style ptids, instead of just tid.
4427 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4428 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4429 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4430 ptids, instead of just tid.
4431
4432 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4433
4434 * gdb.base/list.exp (test_list_forward): Add end of file error
4435 test.
4436 (test_repeat_list_command): Add end of file error test.
4437 (test_list_backwards): Add beginning of file error test.
4438
4439 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4440
4441 * gdb.base/list.exp (test_list_invalid_args): New function,
4442 defined, and called.
4443
4444 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4445
4446 * gdb.base/list.exp (test_list): Make test names unique.
4447
4448 2015-12-11 Yao Qi <yao.qi@linaro.org>
4449
4450 * gdb.base/coremaker2.c: Remove.
4451
4452 2015-12-10 Pedro Alves <palves@redhat.com>
4453
4454 * gdb.multi/base.exp: Remove stale "spaces" references.
4455
4456 2015-12-10 Pedro Alves <palves@redhat.com>
4457
4458 * gdb.multi/base.exp: Don't use nowarnings.
4459 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4460 * gdb.multi/hangout.c: Include stdio.h.
4461 * gdb.multi/hello.c: Include stdlib.h.
4462 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4463 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4464 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4465
4466 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4467
4468 * gdb.dwarf2/dw2-ranges-base.c: New file.
4469 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4470 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4471 support additional line table, and debug ranges generation.
4472 (Dwarf::ranges): New function, generate .debug_ranges.
4473 (Dwarf::lines): Support generating simple line table programs.
4474 (Dwarf::assemble): Initialise new namespace variables.
4475
4476 2015-12-09 Kevin Buettner <kevinb@redhat.com>
4477
4478 * gdb.base/async.exp (proc test_background): Add case for
4479 asynchronous execution not supported.
4480
4481 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
4482
4483 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4484 format and change test names to make them unique.
4485
4486 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4487 Pedro Alves <pedro@redhat.com>
4488
4489 PR gdb/18702
4490 Add checking of floatformats setup on x86_64 hosts.
4491 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4492 (smallval, bigval): New labels/constants.
4493 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4494 float" after loading bigval and smallval.
4495
4496 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4497
4498 * gdb.ada/fun_overload_menu.exp: New testcase.
4499 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4500
4501 2015-12-04 Josh Stone <jistone@redhat.com>
4502
4503 * gdb.base/catch-fork-static.exp: New.
4504
4505 2015-12-03 Yao Qi <yao.qi@linaro.org>
4506
4507 * gdb.base/sizeof.c: Don't include stdio.h and
4508 ../lib/unbuffer_output.c.
4509 (main): New variable 'size' and 'value'. Remove printf and
4510 gdb_unbuffer_output. Assign return value to size and value.
4511 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4512 at the beginning.
4513 (check_sizeof): Check the result by printing variable 'size'.
4514 (check_valueof): Check the result by printing variable 'value'.
4515
4516 2015-12-01 Yao Qi <yao.qi@linaro.org>
4517
4518 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4519 for aarch64*-*-linux* target.
4520
4521 2015-11-30 Pedro Alves <palves@redhat.com>
4522
4523 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4524
4525 2015-11-30 Pedro Alves <palves@redhat.com>
4526
4527 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4528 Handle non-stop mode vCont replies.
4529
4530 2015-11-30 Pedro Alves <palves@redhat.com>
4531
4532 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4533 prepare_for_testing. Start gdb with "set non-stop on" appended to
4534 GDBFLAGS. Lax expected stop output.
4535
4536 2015-11-27 Yao Qi <yao.qi@linaro.org>
4537
4538 * gdb.arch/arm-neon.exp: New.
4539 * gdb.arch/arm-neon.c: New.
4540
4541 2015-11-27 Yao Qi <yao.qi@linaro.org>
4542
4543 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4544
4545 2015-11-27 Yao Qi <yao.qi@linaro.org>
4546
4547 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4548 frames-invalid annotation.
4549
4550 2015-11-27 Yao Qi <yao.qi@linaro.org>
4551
4552 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4553
4554 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4555
4556 * gdb.threads/names.exp: New file.
4557 * gdb.threads/names.c: New file.
4558 * README: Mention gdb,no_thread_names.
4559
4560 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4561
4562 PR 19297
4563 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4564 support" error.
4565
4566 2015-11-24 Pedro Alves <palves@redhat.com>
4567
4568 PR 17539
4569 * gdb.base/display.exp: Expect displays to be sorted in ascending
4570 order. Use multi_line.
4571 * gdb.base/solib-display.exp: Likewise.
4572
4573 2015-11-24 Pedro Alves <palves@redhat.com>
4574
4575 PR 17539
4576 * gdb.base/display.exp: Expect displays to be sorted in ascending
4577 order. Use multi_line.
4578 * gdb.base/solib-display.exp: Likewise.
4579
4580 2015-11-24 Pedro Alves <palves@redhat.com>
4581
4582 PR 17539
4583 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4584 threads in ascending order.
4585 * gdb.base/foll-fork.exp: Likewise.
4586 * gdb.base/foll-vfork.exp: Likewise.
4587 * gdb.base/multi-forks.exp: Likewise.
4588 * gdb.mi/mi-nonstop.exp: Likewise.
4589 * gdb.mi/mi-nsintrall.exp: Likewise.
4590 * gdb.multi/base.exp: Likewise.
4591 * gdb.multi/multi-arch.exp: Likewise.
4592 * gdb.python/py-inferior.exp: Likewise.
4593 * gdb.threads/break-while-running.exp: Likewise.
4594 * gdb.threads/execl.exp: Likewise.
4595 * gdb.threads/gcore-thread.exp: Likewise.
4596 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4597 * gdb.threads/kill.exp: Likewise.
4598 * gdb.threads/linux-dp.exp: Likewise.
4599 * gdb.threads/multiple-step-overs.exp: Likewise.
4600 * gdb.threads/next-bp-other-thread.exp: Likewise.
4601 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4602 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4603 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4604 * gdb.threads/thread-find.exp: Likewise.
4605 * gdb.threads/tls.exp: Likewise.
4606 * lib/mi-support.exp (mi_reverse_list): Delete.
4607 (mi_check_thread_states): No longer reverse list.
4608
4609 2015-11-24 Pedro Alves <palves@redhat.com>
4610
4611 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4612 use lowercase.
4613
4614 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4615
4616 * gdb.trace/actions.c: Include trace-common.h.
4617 (main): Add a location for a fast tracepoint.
4618 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4619 the normal tracepoints.
4620 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4621
4622 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4623
4624 * save-trace.exp: Factor out code to these...
4625 (gdb_save_tracepoints): New.
4626 (gdb_load_tracepoints): New.
4627 (do_save_load_test): New.
4628
4629 2015-11-23 Kevin Buettner <kevinb@redhat.com>
4630
4631 * gdb.base/asmlabel.exp: New test.
4632 * gdb.base/asmlabel.c: New test case.
4633
4634 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4635
4636 * gdb.base/wrong_frame_bt_full-main.c: New file.
4637 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4638 * gdb.base/wrong_frame_bt_full.exp: New file.
4639
4640 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4641
4642 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4643
4644 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4645
4646 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
4647 pstate register when comparing registers values in
4648 sparc64-*-linux-gnu targets to avoid spurious differences.
4649
4650 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4651
4652 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
4653
4654 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4655
4656 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4657 as type argument to gdb_compile.
4658 * gdb.base/nested-subp2.exp: Likewise.
4659 * gdb.base/nested-subp3.exp: Likewise.
4660
4661 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4662
4663 * lib/dwarf.exp (_note): Fix left shift of negative value.
4664 * gdb.trace/trace-condition.exp: Likewise.
4665
4666 2015-11-13 Yao Qi <yao.qi@linaro.org>
4667
4668 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4669 comments about d10v.
4670 (test_scalar_returns): Likewise.
4671 * gdb.base/d10v.ld: Remove.
4672 * gdb.base/overlays.exp: Remove the target triplet checking for
4673 d10v-*-*.
4674 * gdb.base/structs.exp (test_struct_returns): Remove the
4675 comments about d10v.
4676 (test_struct_calls): Likewise.
4677
4678 2015-11-13 Yao Qi <yao.qi@linaro.org>
4679
4680 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4681 * gdb.base/gnu_vector.c: Don't include stdio.h.
4682 (main): Don't print res and call add_some_intvecs.
4683
4684 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4685
4686 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4687 macro.
4688 (func5): Removed.
4689 (func4): Use FAST_TRACEPOINT_LABEL.
4690 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4691 macro.
4692 (func): Removed.
4693 (thread_function): Use FAST_TRACEPOINT_LABEL.
4694 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4695 (func): Remove.
4696 (marker): Use FAST_TRACEPOINT_LABEL.
4697 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4698 (pendfunc1): Remove.
4699 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4700 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4701 (foo): Remove.
4702 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4703 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4704 macro.
4705 (func): Remove.
4706 (marker): Use FAST_TRACEPOINT_LABEL.
4707 * gdb.trace/trace-common.h: New header.
4708 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4709 macro.
4710 (func): Remove.
4711 (marker): Use FAST_TRACEPOINT_LABEL.
4712 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4713 (func): Remove.
4714 (thread_function): Use FAST_TRACEPOINT_LABEL.
4715
4716 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4717
4718 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4719 in front.
4720 * gdb.trace/change-loc.exp: Use global pcreg definition.
4721 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4722 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4723 in front.
4724 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4725 * gdb.trace/pending.exp: Likewise.
4726 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4727 * gdb.trace/trace-break.exp: Likewise.
4728 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4729 in front.
4730 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4731 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4732 in front.
4733 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4734
4735 2015-11-09 Joel Brobecker <brobecker@adacore.com>
4736
4737 * gdb.ada/fin_fun_out: New testcase.
4738
4739 2015-11-07 Kevin Buettner <kevinb@redhat.com>
4740
4741 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4742 value associated with DW_AT_byte_size.
4743 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4744 constants for DW_AT_byte_size, DW_AT_lower_bound, and
4745 DW_AT_upper_bound.
4746
4747 2015-11-07 Kevin Buettner <kevinb@redhat.com>
4748
4749 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4750 (gdb_target_symbol_prefix_flags): Define in terms of _asm
4751 version.
4752 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4753 gdb.dwarf2/dw2-canonicalize-type.exp,
4754 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4755 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4756 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4757 provided by gdb_target_symbol_prefix_flags_asm.
4758 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4759 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4760 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
4761 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
4762 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
4763 macros where needed). Use this macro for symbols which require
4764 the prefix provided by SYMBOL_PREFIX.
4765
4766 2015-11-05 Kevin Buettner <kevinb@redhat.com>
4767
4768 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
4769 New procs.
4770 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
4771 representing expressions, of more than one list element.
4772 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
4773 to prepend linker symbol prefix to f.
4774 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
4775 table_1 and table_2.
4776 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
4777 Likewise, for f and g.
4778 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
4779 for ptr.
4780 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
4781 for main.
4782 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
4783 table_1_ptr and table_2_ptr.
4784
4785 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4786 Joel Brobecker <brobecker@adacore.com>
4787
4788 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
4789
4790 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
4791
4792 * gdb.reverse/s390-mvcle.c: New test.
4793 * gdb.reverse/s390-mvcle.exp: New file.
4794 * lib/gdb.exp: Enable reverse tests on s390*-linux.
4795
4796 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4797
4798 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
4799
4800 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4801
4802 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
4803 reaching marker2.
4804 * gdb.reverse/getresuid-reverse.exp: Likewise.
4805 * gdb.reverse/pipe-reverse.exp: Likewise.
4806 * gdb.reverse/readv-reverse.exp: Likewise.
4807 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4808 * gdb.reverse/time-reverse.exp: Likewise.
4809 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
4810
4811 2015-10-30 Yao Qi <yao.qi@linaro.org>
4812
4813 * gdb.threads/wp-replication.c (watch_count_done): Remove.
4814 (empty_cycle): Remove.
4815 (main): Don't call empty_cycle. Don't use watch_count_done.
4816 * gdb.threads/wp-replication.exp: Don't set breakpoint on
4817 empty_cycle. Rewrite the code counting HW watchpoints.
4818
4819 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
4820
4821 * gdb.reverse/fstatat-reverse.c: New test.
4822 * gdb.reverse/fstatat-reverse.exp: New file.
4823 * gdb.reverse/getresuid-reverse.c: New test.
4824 * gdb.reverse/getresuid-reverse.exp: New file.
4825 * gdb.reverse/pipe-reverse.c: New test.
4826 * gdb.reverse/pipe-reverse.exp: New file.
4827 * gdb.reverse/readv-reverse.c: New test.
4828 * gdb.reverse/readv-reverse.exp: New file.
4829 * gdb.reverse/recvmsg-reverse.c: New test.
4830 * gdb.reverse/recvmsg-reverse.exp: New file.
4831 * gdb.reverse/time-reverse.c: New test.
4832 * gdb.reverse/time-reverse.exp: New file.
4833 * gdb.reverse/waitpid-reverse.c: New test.
4834 * gdb.reverse/waitpid-reverse.exp: New file.
4835
4836 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4837
4838 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
4839
4840 2015-10-26 Doug Evans <dje@google.com>
4841
4842 PR symtab/17391
4843 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
4844 * gdb.dwarf2/bad-regnum.c: New file.
4845 * gdb.dwarf2/bad-regnum.exp: New file.
4846
4847 2015-10-26 Doug Evans <dje@google.com>
4848
4849 PR python/18938
4850 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
4851 file.
4852
4853 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4854
4855 * gdb.compile/compile.exp (compile code globalvar): Update expectation
4856 for a change by "Mention language in compile error message".
4857
4858 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
4859
4860 PR python/18073
4861 * gdb.python/py-type.c (C::a_method): New.
4862 (C::a_const_method): New.
4863 (C::a_static_method): New.
4864 (a_function): New.
4865 * gdb.python/py-type.exp (test_fields): Test getting fields
4866 from function and method.
4867
4868 2015-10-21 Keven Boell <keven.boell@intel.com>
4869
4870 * gdb.fortran/vla-alloc-assoc.exp: New file.
4871 * gdb.fortran/vla-datatypes.exp: New file.
4872 * gdb.fortran/vla-datatypes.f90: New file.
4873 * gdb.fortran/vla-history.exp: New file.
4874 * gdb.fortran/vla-ptype-sub.exp: New file.
4875 * gdb.fortran/vla-ptype.exp: New file.
4876 * gdb.fortran/vla-sizeof.exp: New file.
4877 * gdb.fortran/vla-sub.f90: New file.
4878 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
4879 * gdb.fortran/vla-value-sub-finish.exp: New file.
4880 * gdb.fortran/vla-value-sub.exp: New file.
4881 * gdb.fortran/vla-value.exp: New file.
4882 * gdb.fortran/vla-ptr-info.exp: New file.
4883 * gdb.mi/mi-vla-fortran.exp: New file.
4884 * gdb.mi/vla.f90: New file.
4885
4886 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
4887
4888 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
4889 of hardwired timeout value.
4890
4891 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4892 Pedro Alves <palves@redhat.com>
4893
4894 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
4895 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
4896
4897 2015-10-19 Josh Stone <jistone@redhat.com>
4898
4899 * gdb.base/catch-syscall.c: Include <sched.h>.
4900 (unknown_syscall): New variable.
4901 (main): Trigger a vfork and an unknown syscall.
4902 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
4903 (unknown_syscall_number): Likewise.
4904 (check_call_to_syscall): Accept an optional syscall pattern.
4905 (check_return_from_syscall): Likewise.
4906 (check_continue): Likewise.
4907 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
4908 (test_catch_syscall_skipping_return): New test toggling off 'catch
4909 syscall' to step over the syscall return, then toggling back on.
4910 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
4911 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
4912 (do_syscall_tests): Call test_catch_syscall_without_args and
4913 test_catch_syscall_mid_vfork.
4914 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
4915 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
4916
4917 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
4918
4919 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
4920 print g_vE): Add new pass patterns.
4921 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
4922 print various symbol names for vptr fields.
4923
4924 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
4925
4926 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
4927 results.
4928
4929 2015-10-12 Yao Qi <yao.qi@linaro.org>
4930
4931 * gdb.arch/disp-step-insn-reloc.exp: New test case.
4932
4933 2015-10-12 Yao Qi <yao.qi@linaro.org>
4934
4935 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
4936 is aarch64*-*-linux*.
4937
4938 2015-10-12 Yao Qi <yao.qi@linaro.org>
4939
4940 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
4941 (can_relocate_bcond_true): ... it.
4942 (can_relocate_bcond_false): New function.
4943 (foo): Likewise.
4944 (can_relocate_bl): Likewise.
4945 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
4946 can_relocate_bl.
4947
4948 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
4949
4950 * gdb.base/nested-addr.c: New file.
4951 * gdb.base/nested-addr.exp: New testcase.
4952
4953 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
4954
4955 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
4956 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
4957 its output. Ignore the output of "record goto begin" and instead
4958 check that GDB is replaying.
4959
4960 2015-10-09 Pedro Alves <palves@redhat.com>
4961
4962 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
4963 (top level): Use it in the run with no args test.
4964
4965 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
4966
4967 * gdb.dlang/properties.exp: New file.
4968
4969 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
4970
4971 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
4972 whether or not address 0x1000 is mapped on the target.
4973
4974 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
4975
4976 * gdb.python/py-type.exp: Do not run tests if binaries fail to
4977 build.
4978
4979 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
4980
4981 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
4982 instruction-history test.
4983
4984 2015-09-28 Doug Evans <dje@google.com>
4985
4986 * gdb.base/gcore.c (array_func): Add reference to static_array.
4987
4988 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
4989
4990 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
4991 source line.
4992
4993 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
4994
4995 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
4996 short or char as base type.
4997
4998 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
4999
5000 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5001 to allow any size enum.
5002
5003 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5004
5005 * gdb.ada/array_ptr_renaming.exp: New testcase.
5006 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5007 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5008
5009 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5010
5011 * gdb.trace/ftrace-lock.c: New file.
5012 * gdb.trace/ftrace-lock.exp: New file.
5013
5014 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5015
5016 * gdb.arch/insn-reloc.c: New file.
5017 * gdb.arch/ftrace-insn-reloc.exp: New file.
5018
5019 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5020
5021 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5022 instruction.
5023 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5024 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5025 * gdb.trace/range-stepping.c: Likewise.
5026 * gdb.trace/trace-break.c: Likewise.
5027 * gdb.trace/trace-mt.c (thread_function): Likewise.
5028 * gdb.trace/ftrace.c (marker): Likewise.
5029 * gdb.trace/trace-condition.c (marker): Likewise.
5030 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5031 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5032 is_aarch64_target.
5033
5034 2015-09-18 Doug Evans <xdje42@gmail.com>
5035
5036 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5037 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5038
5039 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5040
5041 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5042 the breakpoint.
5043
5044 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5045
5046 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5047 the pending breakpoint. Remove timeout override for "Run till
5048 MI pending breakpoint on pendfunc3 on thread 2" test.
5049
5050 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5051
5052 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5053 filename pattern.
5054
5055 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5056
5057 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5058 in breakpoint filename pattern.
5059
5060 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5061
5062 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5063
5064 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5065
5066 * gdb.linespec/explicit.exp: Check for readline support for
5067 tab-completion tests. Fix obvious typo.
5068
5069 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5070
5071 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5072 and replay.
5073
5074 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5075
5076 * gdb.btrace/non-stop.c: New.
5077 * gdb.btrace/non-stop.exp: New.
5078
5079 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5080 Yao Qi <yao.qi@linaro.org>
5081
5082 * gdb.trace/trace-condition.c: New file.
5083 * gdb.trace/trace-condition.exp: New file.
5084
5085 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5086
5087 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5088 for testing bytecode compilation.
5089
5090 2015-09-16 Pedro Alves <palves@redhat.com>
5091 Sandra Loosemore <sandra@codesourcery.com>
5092
5093 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5094 (SECONDS): Redefine.
5095 (main): Call pthread_kill and alarm early.
5096 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5097 support.
5098 (test): If the target can't hardware step and doesn't support
5099 displaced stepping, increase the timeout.
5100
5101 2015-09-16 Pedro Alves <palves@redhat.com>
5102
5103 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5104 (enable_debug): New procedures.
5105 (test): Use them. Bail out if waiting for threads fails.
5106 (top level): Bail out if a test fails.
5107
5108 2015-09-16 Yao Qi <yao.qi@linaro.org>
5109
5110 * gdb.asm/asm-source.exp: Set asm-arch for
5111 aarch64*-*-* target.
5112 * gdb.asm/aarch64.inc: New file.
5113
5114 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5115
5116 * gdb.ada/array_of_variable_length.exp: New testcase.
5117 * gdb.ada/array_of_variable_length/foo.adb: New file.
5118 * gdb.ada/array_of_variable_length/pck.adb: New file.
5119 * gdb.ada/array_of_variable_length/pck.ads: New file.
5120
5121 2015-09-15 Doug Evans <dje@google.com>
5122
5123 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5124 of function static local variable.
5125
5126 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5127
5128 * gdb.threads/tls-so_extern.exp: New test file.
5129 * gdb.threads/tls-so_extern.c: New test file.
5130 * gdb.threads/tls-so_extern_main.c: New test file.
5131
5132 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5133
5134 * gdb.opt/solib-intra-step-lib.c: New file.
5135 * gdb.opt/solib-intra-step-main.c: New file.
5136 * gdb.opt/solib-intra-step.exp: New file.
5137
5138 2015-09-15 Pedro Alves <palves@redhat.com>
5139
5140 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5141 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5142
5143 2015-09-14 Pedro Alves <palves@redhat.com>
5144
5145 * gdb.base/hook-stop-continue.c: Delete.
5146 * gdb.base/hook-stop-continue.exp: Delete.
5147 * gdb.base/hook-stop-frame.c: Delete.
5148 * gdb.base/hook-stop-frame.exp: Delete.
5149 * gdb.base/hook-stop.c: New file.
5150 * gdb.base/hook-stop.exp: New file.
5151
5152 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5153
5154 * gdb.ada/access_to_packed_array.exp: New testcase.
5155 * gdb.ada/access_to_packed_array/foo.adb: New file.
5156 * gdb.ada/access_to_packed_array/pack.adb: New file.
5157 * gdb.ada/access_to_packed_array/pack.ads: New file.
5158
5159 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5160
5161 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5162 buffer size test.
5163
5164 2015-09-11 Don Breazeal <donb@codesourcery.com>
5165
5166 * gdb.base/foll-exec.c: Add copyright header. Fix
5167 formatting issues.
5168 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5169 (do_exec_tests): Use clean_restart in place of zap_session,
5170 and for test initialization. Fix formatting issues. Use
5171 fail in place of perror.
5172 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5173 an expect statement to match an expression with output from
5174 the program under debug.
5175 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5176 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5177 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5178 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5179 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5180
5181 2015-09-09 Doug Evans <dje@google.com>
5182
5183 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5184
5185 2015-09-09 Doug Evans <dje@google.com>
5186
5187 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5188
5189 2015-09-09 Doug Evans <dje@google.com>
5190
5191 * gdb.base/savedregs.exp: Fix typo.
5192
5193 2015-09-09 Pedro Alves <palves@redhat.com>
5194
5195 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5196
5197 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5198
5199 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5200 command actually switches threads. Give up on remaining
5201 tests if target fails to stop at breakpoint.
5202
5203 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5204
5205 * gdb.ada/funcall_char.exp: New testcase.
5206 * gdb.ada/funcall_char/foo.adb: New file.
5207
5208 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5209
5210 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5211 expected outputs. Add two testcases for completing ambiguous
5212 functions.
5213 * gdb.ada/complete/aux_pck.adb: New file.
5214 * gdb.ada/complete/aux_pck.ads: New file.
5215 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5216 Ambiguous_Func functions.
5217 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5218 * gdb.ada/complete/pck.adb: Likewise.
5219
5220 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5221
5222 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5223 failures to run the test program under GDB.
5224
5225 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5226
5227 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5228 to C.
5229
5230 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5231
5232 * gdb.base/run-after-attach.exp: New test file.
5233 * gdb.base/run-after-attach.c: New test file.
5234
5235 2015-08-26 Don Breazeal <donb@codesourcery.com>
5236
5237 * gdb.base/foll-exec-2.c: New test program.
5238 * gdb.base/foll-exec-2.exp: New test.
5239
5240 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5241
5242 * gdb.base/nested-subp1.exp: New file.
5243 * gdb.base/nested-subp1.c: New file.
5244 * gdb.base/nested-subp2.exp: New file.
5245 * gdb.base/nested-subp2.c: New file.
5246 * gdb.base/nested-subp3.exp: New file.
5247 * gdb.base/nested-subp3.c: New file.
5248
5249 2015-08-24 Pedro Alves <palves@redhat.com>
5250
5251 * gdb.server/connect-without-multi-process.c: New file.
5252 * gdb.server/connect-without-multi-process.exp: New file.
5253
5254 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5255
5256 * gdb.opt/inline-markers.c: Make z int.
5257
5258 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5259
5260 * gdb.opt/inline-markers.c: Make z volatile.
5261
5262 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5263
5264 * gdb.opt/inline-bt.c: New volatile global z.
5265 * gdb.opt/inline-cmds.c: Likewise.
5266 * gdb.opt/inline-locals.c: Likewise.
5267 * gdb.opt/inline-markers.c: New extern global z.
5268 (marker): Use z.
5269 (inline_fn): Likewise.
5270
5271 2015-08-24 Pedro Alves <palves@redhat.com>
5272
5273 * config/m32r-stub.exp: Remove file.
5274 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5275 * gdb.base/call-rt-st.exp: Likewise.
5276 * gdb.base/call-strs.exp: Likewise.
5277 * gdb.base/default.exp: Remove references to h8300-*-hms and
5278 *-*-udi*.
5279 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5280
5281 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5282
5283 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5284 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5285 and "return" use KFAIL when GDB can not read/write the vector
5286 return value.
5287
5288 2015-08-21 Gary Benson <gbenson@redhat.com>
5289
5290 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5291
5292 2015-08-20 Pedro Alves <palves@redhat.com>
5293
5294 * gdb.server/solib-list.exp: No longer expect an interior stop in
5295 non-stop mode.
5296
5297 2015-08-20 Pedro Alves <palves@redhat.com>
5298
5299 * gdb.server/connect-stopped-target.c: New file.
5300 * gdb.server/connect-stopped-target.exp: New file.
5301
5302 2015-08-20 Pedro Alves <palves@redhat.com>
5303
5304 * gdb.dwarf2/comp-unit-lang.exp: New file.
5305 * gdb.dwarf2/comp-unit-lang.c: New file.
5306
5307 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5308
5309 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5310 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5311
5312 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5313
5314 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5315 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5316
5317 2015-08-18 Doug Evans <dje@google.com>
5318 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5319
5320 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5321 skip_python_tests. New arg prompt_regexp.
5322 (skip_python_tests): New function.
5323 * lib/mi-support.exp (mi_skip_python_tests): New function.
5324 * gdb.python/py-mi-objfile-gdb.py: New file.
5325 * gdb.python/py-mi-objfile.c: New file.
5326 * gdb.python/py-mi-objfile.exp: New file.
5327
5328 2015-08-17 Keith Seitz <keiths@redhat.com>
5329
5330 * gdb.linespec/explicit.exp: Move strace test from here ...
5331 * gdb.trace/strace.exp: ... to here.
5332
5333 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5334
5335 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5336 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5337
5338 2015-08-14 Doug Evans <xdje42@gmail.com>
5339
5340 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5341 inferior before selecting a new file.
5342
5343 2015-08-14 Doug Evans <xdje42@gmail.com>
5344
5345 * gdb.mi/mi-disassemble.exp: Update.
5346 * gdb.base/disasm-optim.S: New file.
5347 * gdb.base/disasm-optim.c: New file.
5348 * gdb.base/disasm-optim.h: New file.
5349 * gdb.base/disasm-optim.exp: New file.
5350
5351 2015-08-14 Keith Seitz <keiths@redhat.com>
5352
5353 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5354 "evaluated-by".
5355
5356 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5357
5358 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5359
5360 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5361
5362 * gdb.ada/fun_renaming.exp: New testcase.
5363 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5364 * gdb.ada/fun_renaming/pack.adb: New file.
5365 * gdb.ada/fun_renaming/pack.ads: New file.
5366
5367 2015-08-12 Keith Seitz <keiths@redhat.com>
5368
5369 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5370 gdb_get_line_number.
5371
5372 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5373
5374 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5375 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5376 gdb.base/dso2dso.exp: New files.
5377
5378 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5379 Pedro Alves <palves@redhat.com>
5380 Keith Seitz <keiths@redhat.com>
5381
5382 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5383 GDBFLAGS.
5384
5385 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5386
5387 * gdb.base/gdbhistsize-history.exp
5388 (test_histsize_history_setting): Use save_vars.
5389 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5390 Use save_vars.
5391 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5392 * gdb.base/readline.exp: Use save_vars.
5393
5394 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5395
5396 * lib/gdb.exp (save_vars): New proc.
5397
5398 2015-08-11 Keith Seitz <keiths@redhat.com>
5399
5400 * gdb.base/help.exp: Update help_breakpoint_text.
5401
5402 2015-08-11 Keith Seitz <keiths@redhat.com>
5403
5404 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5405 (at toplevel): Call test_explicit_breakpoints.
5406 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5407 breakpoints.
5408 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5409 breakpoint conditions, "-cond".
5410
5411 2015-08-11 Keith Seitz <keiths@redhat.com>
5412
5413 * gdb.linespec/3explicit.c: New file.
5414 * gdb.linespec/cpexplicit.cc: New file.
5415 * gdb.linespec/cpexplicit.exp: New file.
5416 * gdb.linespec/explicit.c: New file.
5417 * gdb.linespec/explicit.exp: New file.
5418 * gdb.linespec/explicit2.c: New file.
5419 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5420 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5421 before using in the matching pattern.
5422 Clarify that `prefix' is a regular expression.
5423
5424 2015-08-11 Keith Seitz <keiths@redhat.com>
5425
5426 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5427 test.
5428 Add tests for missing ",FMT" and ",".
5429
5430 2015-08-10 Doug Evans <dje@google.com>
5431 Keith Seitz <keiths@redhat.com>
5432
5433 PR gdb/17960
5434 * gdb.base/completion.exp: Add location completer tests.
5435
5436 2015-08-07 Pedro Alves <palves@redhat.com>
5437
5438 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5439 tests here.
5440 (top level): Run do_test with and without displaced stepping.
5441
5442 2015-08-07 Pedro Alves <palves@redhat.com>
5443
5444 * gdb.base/valgrind-disp-step.c: New file.
5445 * gdb.base/valgrind-disp-step.exp: New file.
5446
5447 2015-08-07 Pedro Alves <palves@redhat.com>
5448
5449 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5450 Delete function.
5451 (main): Add alarm. Run an infinite loop instead of calling
5452 wait_threads.
5453 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5454 comment.
5455 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5456 Delete function.
5457 (main): Add alarm. Run an infinite loop instead of calling
5458 wait_threads.
5459 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5460 comment.
5461
5462 2015-08-07 Pedro Alves <palves@redhat.com>
5463
5464 * gdb.base/checkpoint-ns.exp: New file.
5465 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5466 standard_testfile.
5467
5468 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5469
5470 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5471 * gdb.btrace/instruction_history.exp: Update.
5472 * gdb.btrace/tsx.exp: New.
5473 * gdb.btrace/tsx.c: New.
5474
5475 2015-08-06 Pedro Alves <palves@redhat.com>
5476
5477 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5478 increase timeout.
5479 * gdb.reverse/until-precsave.exp: Bump timeouts.
5480
5481 2015-08-06 Pedro Alves <palves@redhat.com>
5482
5483 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5484
5485 2015-08-06 Pedro Alves <palves@redhat.com>
5486
5487 PR gdb/18749
5488 * gdb.threads/process-dies-while-handling-bp.c: New file.
5489 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5490
5491 2015-08-06 Pedro Alves <palves@redhat.com>
5492
5493 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5494 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5495
5496 2015-08-05 Pedro Alves <palves@redhat.com>
5497
5498 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5499 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5500
5501 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5502
5503 * gdb.base/bp-permanent.exp: Report test as unsupported if
5504 the target cannot stop at the permanent breakpoint.
5505
5506 2015-08-03 Doug Evans <dje@google.com>
5507
5508 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5509 10000.
5510
5511 2015-08-03 Doug Evans <dje@google.com>
5512
5513 * Makefile.in (workers/%.worker, build-perf): New rule.
5514 (GDB_PERFTEST_MODE): New variable.
5515 (check-perf): Use it.
5516 (clean): Clean up gdb.perf parallel build subdirs.
5517 * lib/build-piece.exp: New file.
5518 * lib/gdb.exp (make_gdb_parallel_path): New function
5519 (standard_output_file, standard_temp_file): Call it.
5520 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5521 of $GDB_PARALLEL.
5522 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5523
5524 2015-08-03 Doug Evans <dje@google.com>
5525
5526 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5527 (LOG_FILE_NAME): New global.
5528 (TextReporter.__init__): Initialize self.txt_sum.
5529 (TextReporter.report): Add support for multiple data-points.
5530 Move report to perftest.sum, put raw data in perftest.log.
5531 (TextReporter.start): Open sum and log files.
5532 (TextReporter.end): Close sum and log files.
5533 * gdb.perf/lib/perftest/testresult.py
5534 (SingleStatisticTestResult.record): Handle multiple data-points.
5535
5536 2015-07-31 Pedro Alves <palves@redhat.com>
5537
5538 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5539 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5540 kill_wait_spawned_process instead of explicit "kill -9".
5541 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5542 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5543 kill_wait_spawned_process.
5544 * gdb.base/attach-twice.exp: Likewise.
5545 * gdb.base/attach.exp: Likewise.
5546 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5547 gdb_test_multiple.
5548 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5549 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5550 kill_wait_spawned_process.
5551 * gdb.base/valgrind-infcall.exp: Likewise.
5552 * gdb.multi/multi-attach.exp: Likewise.
5553 * gdb.python/py-prompt.exp: Likewise.
5554 * gdb.python/py-sync-interp.exp: Likewise.
5555 * gdb.server/ext-attach.exp: Likewise.
5556 * gdb.threads/attach-into-signal.exp (corefunc): Use
5557 spawn_wait_for_attach, spawn_id_get_pid and
5558 kill_wait_spawned_process.
5559 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5560 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5561 spawn_id_get_pid and kill_wait_spawned_process.
5562 * gdb.threads/attach-stopped.exp (corefunc): Use
5563 spawn_wait_for_attach, spawn_id_get_pid and
5564 kill_wait_spawned_process.
5565 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5566 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5567 kill_wait_spawned_process instead of explicit "kill -9".
5568 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5569 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5570 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5571 processes. Don't map cygwin/windows pids here. Now returns a
5572 spawn id list.
5573
5574 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5575
5576 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5577 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5578 correct patch.
5579
5580 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5581
5582 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5583
5584 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5585
5586 Reapply:
5587 2014-05-21 Mark Wielaard <mjw@redhat.com>
5588
5589 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5590
5591 2015-07-30 Pedro Alves <palves@redhat.com>
5592
5593 * linux-low.c (handle_extended_wait): Set the child's last
5594 reported status to TARGET_WAITKIND_STOPPED.
5595
5596 2015-07-30 Pedro Alves <palves@redhat.com>
5597
5598 PR threads/18600
5599 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5600 only shows inferior 1.
5601
5602 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5603 Pedro Alves <palves@redhat.com>
5604
5605 PR threads/18600
5606 * gdb.threads/fork-plus-threads.c: New file.
5607 * gdb.threads/fork-plus-threads.exp: New file.
5608
5609 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5610
5611 * gdb.base/batch-preserve-term-settings.exp
5612 (test_terminal_settings_preserved_after_cli_exit): Use
5613 send_quit_command.
5614
5615 2015-07-29 Pedro Alves <palves@redhat.com>
5616 Don Breazeal <donb@codesourcery.com>
5617
5618 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5619 output from both inferior_spawn_id and gdb_spawn_id.
5620
5621 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5622
5623 * gdb.threads/attach-into-signal.exp (corefunc): Use
5624 with_test_prefix on nested loops, uniquefying the test messages.
5625
5626 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5627
5628 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5629 commit.
5630
5631 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5632
5633 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5634 New proc.
5635 (test_terminal_settings_preserved_after_sigterm): New test.
5636
5637 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5638
5639 * gdb.base/batch-preserve-term-settings.exp
5640 (test_terminal_settings_preserved_after_cli_exit): New test.
5641
5642 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5643
5644 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5645 manipulation of saved_gdbflags.
5646 (test_terminal_settings_preserved): Remove global declaration of
5647 the unused variable pagination_prompt. Remove manipulation of
5648 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5649 GDBFLAGS.
5650
5651 2015-07-29 Pedro Alves <palves@redhat.com>
5652
5653 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5654
5655 2015-07-29 Pedro Alves <palves@redhat.com>
5656
5657 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5658 at the top.
5659
5660 2015-07-29 Pedro Alves <palves@redhat.com>
5661
5662 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5663 (main): Call gdb_unbuffer_output.
5664 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5665 (main): Call gdb_unbuffer_output.
5666 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5667 (main): Call gdb_unbuffer_output.
5668 * gdb.base/call-strs.exp: Adjust to step over the
5669 gdb_unbuffer_output call.
5670 * gdb.base/catch-gdb-caused-signals.c: Include
5671 "../lib/unbuffer_output.c".
5672 (main): Call gdb_unbuffer_output.
5673 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5674 (main): Call gdb_unbuffer_output.
5675 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5676 (main): Call gdb_unbuffer_output.
5677 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5678 (main): Call gdb_unbuffer_output.
5679 * gdb.base/shlib-call.exp: Adjust to step over the
5680 gdb_unbuffer_output call.
5681 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5682 (main): Call gdb_unbuffer_output.
5683 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5684 (main): Call gdb_unbuffer_output.
5685 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5686 (main): Rename to ...
5687 (test): ... this.
5688 (main): Reimplement.
5689 * gdb.base/varargs.exp: Run to test instead of to main.
5690 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5691 (main): Call gdb_unbuffer_output.
5692
5693 2015-07-29 Pedro Alves <palves@redhat.com>
5694
5695 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5696 factore out from mi_continue_dprintf. For call-style dprintfs,
5697 expect dprintf output out of $inferior_spawn_id.
5698 (mi_continue_dprintf): Use mi_expect_dprintf.
5699 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5700 (main): Call gdb_unbuffer_output.
5701
5702 2015-07-29 Pedro Alves <palves@redhat.com>
5703
5704 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5705 (default_mi_gdb_start): Set inferior_spawn_id instead of
5706 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5707 gdb_spawn_id.
5708 (mi_gdb_test): Always expect inferior output from both
5709 $inferior_spawn_id and $gdb_spawn_id.
5710
5711 2015-07-29 Pedro Alves <palves@redhat.com>
5712
5713 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5714 send_inferior and $inferior_spawn_id.
5715
5716 2015-07-29 Pedro Alves <palves@redhat.com>
5717
5718 * gdb.gdb/complaints.exp (test_initial_complaints)
5719 (test_serial_complaints, test_short_complaints): Use
5720 gdb_test_stdio.
5721 (test_empty_complaint): Handle $inferior_spawn_id !=
5722 $gdb_spawn_id.
5723
5724 2015-07-29 Pedro Alves <palves@redhat.com>
5725
5726 * gdb.base/varargs.exp: Use gdb_test_stdio.
5727
5728 2015-07-29 Pedro Alves <palves@redhat.com>
5729
5730 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5731
5732 2015-07-29 Pedro Alves <palves@redhat.com>
5733
5734 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5735
5736 2015-07-29 Pedro Alves <palves@redhat.com>
5737
5738 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5739 parameter into two new parameters, "inf_result" and "gdb_result".
5740 Expect inferior output and gdb output from $inferior_spawn_id and
5741 $gdb_spawn_id, respectively. Adjust all callers.
5742
5743 2015-07-29 Pedro Alves <palves@redhat.com>
5744
5745 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5746 of gdb_test_sequence.
5747
5748 2015-07-29 Pedro Alves <palves@redhat.com>
5749
5750 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5751 (saw_spurious_output): Expect inferior output from
5752 $inferior_spawn_id. Use gdb_test_stdio.
5753
5754 2015-07-29 Pedro Alves <palves@redhat.com>
5755
5756 * gdb.base/dprintf.exp: Use standard_testfile. Change
5757 prepare_for_testing call.
5758 (srcfile): Don't set.
5759 (restart): New procedure.
5760 (test_dprintf): New procecure, use to continue over dprintfs.
5761 (test_call, test_agent): New procedures, tests moved here.
5762 Restart gdb and recreate dprintfs. Adjust expected output.
5763
5764 2015-07-29 Pedro Alves <palves@redhat.com>
5765
5766 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
5767
5768 2015-07-29 Pedro Alves <palves@redhat.com>
5769
5770 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
5771
5772 2015-07-29 Pedro Alves <palves@redhat.com>
5773
5774 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
5775 gdb_test_stdio.
5776
5777 2015-07-29 Pedro Alves <palves@redhat.com>
5778
5779 * lib/gdb.exp (gdb_test_stdio): New procedure.
5780
5781 2015-07-29 Pedro Alves <palves@redhat.com>
5782
5783 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
5784
5785 2015-07-29 Pedro Alves <palves@redhat.com>
5786
5787 * gdb.base/call-signal-resume.exp: Remove check for
5788 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
5789 * gdb.base/unwindonsignal.exp: Likewise.
5790 * gdb.base/call-signals.c (gen_signal): Remove printf call.
5791 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
5792
5793 2015-07-29 Pedro Alves <palves@redhat.com>
5794
5795 * gdb.base/siginfo-addr.c (pass): New function.
5796 (handler): Call it iff si_addr is correct.
5797 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
5798 Set a breakpoint at "pass" and continue to it.
5799
5800 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
5801
5802 * gdb.python/py-objfile.exp: Make some tests have unique names.
5803 * gdb.python/py-pp-registration.exp: Likewise.
5804
5805 2015-07-28 Pedro Alves <palves@redhat.com>
5806
5807 * gdb.server/server-exec-info.exp: Issue a "disconnect".
5808
5809 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5810
5811 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
5812
5813 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5814
5815 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
5816
5817 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5818
5819 * gdb.base/gdb-sigterm-2.exp: New test.
5820
5821 2015-07-25 Doug Evans <xdje42@gmail.com>
5822
5823 Revert:
5824 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5825 (workers/%.worker, build-perf): New rule.
5826 (GDB_PERFTEST_MODE): New variable.
5827 (check-perf): Use it.
5828 (clean): Clean up gdb.perf parallel build subdirs.
5829 * lib/build-piece.exp: New file.
5830 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5831 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5832 name.
5833 (standard_temp_file): Ditto.
5834 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5835 of $GDB_PARALLEL.
5836
5837 2015-07-24 Doug Evans <dje@google.com>
5838
5839 * gdb.perf/lib/perftest/utils.py: New file.
5840 * gdb.perf/gm-hello.cc: New file.
5841 * gdb.perf/gm-pervasive-typedef.cc: New file.
5842 * gdb.perf/gm-pervasive-typedef.h: New file.
5843 * gdb.perf/gm-std.cc: New file.
5844 * gdb.perf/gm-std.h: New file.
5845 * gdb.perf/gm-use-cerr.cc: New file.
5846 * gdb.perf/gm-utils.h: New file.
5847 * gdb.perf/gmonster-null-lookup.py: New file.
5848 * gdb.perf/gmonster-pervasive-typedef.py: New file.
5849 * gdb.perf/gmonster-print-cerr.py: New file.
5850 * gdb.perf/gmonster-ptype-string.py: New file.
5851 * gdb.perf/gmonster-runto-main.py: New file.
5852 * gdb.perf/gmonster-select-file.py: New file.
5853 * gdb.perf/gmonster1-null-lookup.exp: New file.
5854 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
5855 * gdb.perf/gmonster1-print-cerr.exp: New file.
5856 * gdb.perf/gmonster1-ptype-string.exp: New file.
5857 * gdb.perf/gmonster1-runto-main.exp: New file.
5858 * gdb.perf/gmonster1-select-file.exp: New file.
5859 * gdb.perf/gmonster1.cc: New file.
5860 * gdb.perf/gmonster1.exp: New file.
5861 * gdb.perf/gmonster2-null-lookup.exp: New file.
5862 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
5863 * gdb.perf/gmonster2-print-cerr.exp: New file.
5864 * gdb.perf/gmonster2-ptype-string.exp: New file.
5865 * gdb.perf/gmonster2-runto-main.exp: New file.
5866 * gdb.perf/gmonster2-select-file.exp: New file.
5867 * gdb.perf/gmonster2.cc: New file.
5868 * gdb.perf/gmonster2.exp: New file.
5869
5870 2015-07-24 Doug Evans <dje@google.com>
5871
5872 * gdb.perf/README: New file.
5873 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
5874 * lib/gen-perf-test.exp: New file.
5875
5876 2015-07-24 Doug Evans <dje@google.com>
5877
5878 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
5879 (PerfTest::startup): New function.
5880 (PerfTest::run): Return result of calling body.
5881 (PerfTest::assemble): Rewrite.
5882 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
5883 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
5884 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
5885 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
5886 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
5887
5888 2015-07-24 Doug Evans <dje@google.com>
5889
5890 * lib/gdb.exp (clean_restart): Make executable optional.
5891
5892 2015-07-24 Doug Evans <dje@google.com>
5893
5894 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
5895 compiler_info references.
5896 * gdb.cp/temargs.exp: Ditto.
5897 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
5898 (get_compiler_info): Early exit if already computed. Set compiler_info
5899 to "unknown" if there was a problem.
5900 (test_compiler_info): Add function comment. Call get_compiler_info.
5901
5902 2015-07-24 Doug Evans <dje@google.com>
5903
5904 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5905 (workers/%.worker, build-perf): New rule.
5906 (GDB_PERFTEST_MODE): New variable.
5907 (check-perf): Use it.
5908 (clean): Clean up gdb.perf parallel build subdirs.
5909 * lib/build-piece.exp: New file.
5910 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5911 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5912 name.
5913 (standard_temp_file): Ditto.
5914 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5915 of $GDB_PARALLEL.
5916
5917 2015-07-24 Doug Evans <dje@google.com>
5918
5919 * lib/future.exp (gdb_default_target_compile): New option
5920 "early_flags".
5921 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
5922 --as-needed.
5923
5924 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
5925
5926 * gdb.base/catch-syscall.exp: Call gdb_exit before
5927 gdb_skip_xml_test.
5928
5929 2015-07-24 Pedro Alves <palves@redhat.com>
5930
5931 * gdb.python/py-events.exp: Accept output between the stop event
5932 and the prompt.
5933 * gdb.python/py-evsignal.exp: Likewise.
5934 * gdb.python/py-evthreads.exp: Likewise.
5935
5936 2015-07-24 Pedro Alves <palves@redhat.com>
5937
5938 PR gdb/18717
5939 * gdb.threads/non-ldr-exit.c: New file.
5940 * gdb.threads/non-ldr-exit.exp: New file.
5941
5942 2015-07-24 Yao Qi <yao.qi@linaro.org>
5943
5944 * gdb.server/ext-wrapper.exp: Test --wrapper option when
5945 restarting process.
5946
5947 2015-07-24 Yao Qi <yao.qi@linaro.org>
5948
5949 * gdb.server/ext-restart.exp: New file.
5950
5951 2015-07-24 Yao Qi <yao.qi@linaro.org>
5952
5953 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
5954 argument options.
5955 * gdb.server/ext-wrapper.exp: New file.
5956
5957 2015-07-23 Doug Evans <dje@google.com>
5958
5959 * gdb.dwarf2/dw2-dummy-cu.S: New file.
5960 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
5961
5962 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
5963
5964 * gdb.ada/var_arr_typedef.exp: New testcase.
5965 * gdb.ada/var_arr_typedef/pack.adb: New file.
5966 * gdb.ada/var_arr_typedef/pack.ads: New file.
5967 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
5968
5969 2015-07-20 Joel Brobecker <brobecker@adacore.com>
5970
5971 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
5972
5973 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5974
5975 * gdb.arch/i386-biarch-core.exp: Replace istarget
5976 by "complete set gnutarget". Remove expectation for the "core-file"
5977 command.
5978
5979 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5980
5981 Revert the previous commit:
5982 Tests for validate symbol file using build-id.
5983
5984 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5985
5986 Tests for validate symbol file using build-id.
5987 * gdb.base/solib-mismatch-lib.c: New file.
5988 * gdb.base/solib-mismatch-libmod.c: New file.
5989 * gdb.base/solib-mismatch.c: New file.
5990 * gdb.base/solib-mismatch.exp: New file.
5991
5992 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
5993
5994 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
5995 nios2-*-linux*.
5996 * gdb.base/sigbpt.exp (stepi_out): Likewise.
5997 * gdb.base/siginfo.exp: Likewise.
5998 * gdb.base/sigstep.exp (advance, advancei): Likewise.
5999
6000 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6001
6002 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6003 Move it to ...
6004 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6005 ... here.
6006 * gdb.trace/range-stepping.exp: Check that the target supports
6007 range stepping.
6008
6009 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6010
6011 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6012
6013 2015-07-14 Pedro Alves <palves@redhat.com>
6014
6015 * gdb.base/killed-outside.exp: New file.
6016 * gdb.base/killed-outside.c: New file.
6017
6018 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6019
6020 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6021 (n at main): New.
6022 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6023
6024 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6025
6026 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6027 infcall tests instead of setting up for KFAIL.
6028
6029 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6030
6031 * gdb.btrace/record_goto-step.exp: New.
6032
6033 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6034
6035 PR compile/18484
6036 * gdb.compile/compile.c (struct struct_type): Add volatile to
6037 selffield's type.
6038 * gdb.compile/compile.exp
6039 (compile code struct_object.selffield = &struct_object): Skip further
6040 struct_object tests if this one xfails.
6041
6042 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6043
6044 PR exp/18617
6045 * gdb.trace/ax.exp: Add test.
6046
6047 2015-07-07 Yao Qi <yao.qi@linaro.org>
6048
6049 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6050 instead of istarget "aarch64*-*-*".
6051 * gdb.arch/aarch64-fp.exp: Likewise.
6052 * gdb.base/float.exp: Likewise.
6053 * gdb.reverse/aarch64.exp: Likewise.
6054 * lib/gdb.exp (is_aarch64_target): New proc.
6055
6056 2015-07-07 Yao Qi <yao.qi@linaro.org>
6057
6058 * lib/gdb.exp (is_aarch32_target): New proc.
6059 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6060 instead of "istarget "arm*-*-*"".
6061 * gdb.arch/arm-disp-step.exp: Likewise.
6062 * gdb.arch/thumb-bx-pc.exp: Likewise.
6063 * gdb.arch/thumb-prologue.exp: Likewise.
6064 * gdb.arch/thumb-singlestep.exp: Likewise.
6065 * gdb.base/disp-step-syscall.exp: Likewise.
6066 * gdb.base/float.exp: Likewise.
6067
6068 2015-07-07 Yao Qi <yao.qi@linaro.org>
6069
6070 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6071 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6072
6073 2015-07-07 Yao Qi <yao.qi@linaro.org>
6074
6075 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6076 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6077 if it exists.
6078 * gdb.multi/multi-arch.exp: Likewise.
6079
6080 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6081
6082 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6083 print.
6084
6085 2015-07-07 Yao Qi <yao.qi@linaro.org>
6086
6087 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6088
6089 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6090
6091 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6092 '[' and ']' characters.
6093
6094 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6095
6096 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6097
6098 2015-06-29 Pedro Alves <palves@redhat.com>
6099
6100 PR threads/18127
6101 * gdb.threads/hand-call-new-thread.c: New file.
6102 * gdb.threads/hand-call-new-thread.c: New file.
6103
6104 2015-06-26 Keith Seitz <keiths@redhat.com>
6105 Doug Evans <dje@google.com>
6106
6107 PR 16253
6108 * gdb.cp/var-tag-2.cc: New file.
6109 * gdb.cp/var-tag-3.cc: New file.
6110 * gdb.cp/var-tag-4.cc: New file.
6111 * gdb.cp/var-tag.cc: New file.
6112 * gdb.cp/var-tag.exp: New file.
6113
6114 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6115
6116 * gdb.base/history-duplicates.exp: New test.
6117
6118 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6119
6120 * gdb.base/completion.exp: Test the completion of the "focus"
6121 command.
6122
6123 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6124
6125 * gdb.arch/amd64-prologue-skip.S: New file.
6126 * gdb.arch/amd64-prologue-skip.exp: New file.
6127
6128 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6129
6130 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6131 is_address_zero_readable check.
6132
6133 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6134
6135 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6136 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6137
6138 2015-06-24 Yao Qi <yao.qi@linaro.org>
6139
6140 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6141 linux targets.
6142
6143 2015-06-24 Yao Qi <yao.qi@linaro.org>
6144
6145 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6146 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6147 * gdb.base/siginfo-thread.exp: Likewise.
6148
6149 2015-06-22 Yao Qi <yao.qi@linaro.org>
6150
6151 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6152
6153 2015-06-22 Yao Qi <yao.qi@linaro.org>
6154
6155 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6156 aarch64*-*-*.
6157 (skip_hw_watchpoint_tests): Likewise.
6158
6159 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6160
6161 * gdb.base/gdbinit-history.exp: Test the interaction between
6162 setting GDBHISTSIZE and setting the history size via .gdbinit.
6163
6164 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6165
6166 PR gdb/16999
6167 * gdb.base/gdbhistsize-history.exp: New test.
6168
6169 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6170
6171 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6172 with GDBHISTSIZE.
6173 * gdb.base/readline.exp: Likewise.
6174
6175 2015-06-17 Yao Qi <yao.qi@linaro.org>
6176
6177 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6178 line.
6179
6180 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6181
6182 * gdb.base/gdbinit-history.exp: Add test case to check that
6183 an unlimited history file does not get truncated on exit.
6184
6185 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6186
6187 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6188 (VECTOR): New macro. Use it...
6189 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6190 ...for these typedefs.
6191 (int8, char1, int1, double1): New typedefs.
6192 (struct just_int2, struct two_int2): New structures.
6193 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6194 (add_structvecs, add_singlevecs): New functions.
6195 (main): Call add_some_intvecs twice.
6196 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6197 the compile and exit upon failure. Try compiling for the "native"
6198 architecture. Test inferior function calls with vector arguments
6199 and vector return value handling with "finish" and "return".
6200
6201 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6202
6203 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6204 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6205 PE file.
6206 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6207
6208 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6209
6210 PR breakpoints/16465
6211 * gdb.mi/mi-dprintf-pending.c: New file.
6212 * gdb.mi/mi-dprintf-pending.exp: New test.
6213 * gdb.mi/mi-dprintf-pendshr.c: New file.
6214
6215 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6216 Mircea Gherzan <mircea.gherzan@intel.com>
6217
6218 * gdb.arch/i386-mpx-map.c: New file.
6219 * gdb.arch/i386-mpx-map.exp: New File.
6220
6221 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6222
6223 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6224 * gdb.arch/i386-mpx.exp: Indentation fixed.
6225
6226 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6227
6228 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6229 function and improved indentation.
6230 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6231 gdb_test_multiple. Added additional tests to skip the test.
6232
6233 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6234
6235 * gdb.arch/i386-avx512.c: Change path in include file.
6236 * gdb.arch/i386-avx512.exp: Change include dir path
6237 compilation flag.
6238 * gdb.arch/i386-mpx.c: Change path in include file.
6239 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6240 flag.
6241
6242 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6243
6244 * gdb.compile/compile-print.exp (compile print *vararray@3)
6245 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6246
6247 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6248
6249 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6250 (do not keep jit in memory): ... this.
6251 (expect 5): Change it to ...
6252 (expect no 5): ... this.
6253
6254 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6255
6256 PR gdb/15564
6257 * gdb.mi/mi-detach.exp: New file.
6258
6259 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6260
6261 PR symtab/18392
6262 * gdb.arch/amd64-tailcall-self.S: New file.
6263 * gdb.arch/amd64-tailcall-self.c: New file.
6264 * gdb.arch/amd64-tailcall-self.exp: New file.
6265
6266 2015-05-28 Don Breazeal <donb@codesourcery.com>
6267
6268 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6269 tests for remote targets by checking is_target_gdbserver.
6270
6271 2015-05-27 Doug Evans <dje@google.com>
6272
6273 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6274 * gdb.dwarf2/opaque-type-lookup.c: New file.
6275 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6276
6277 2015-05-26 Doug Evans <dje@google.com>
6278
6279 * gdb.cp/iostream.cc: New file.
6280 * gdb.cp/iostream.exp: New file.
6281
6282 2015-05-26 Doug Evans <dje@google.com>
6283
6284 * gdb.dwarf2/dw2-op-call.exp: Update.
6285 * gdb.dwarf2/dw4-sig-types.exp: Update.
6286 * gdb.dwarf2/implptr.exp: Update.
6287 * gdb.mi/mi-cmd-param-changed.exp: Update.
6288
6289 2015-05-26 Doug Evans <dje@google.com>
6290
6291 * gdb.python/py-lazy-string.c: New file.
6292 * gdb.python/py-lazy-string.exp: New file.
6293 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6294 (main): Update. Add estring3.
6295 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6296 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6297
6298 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6299 Yao Qi <yao.qi@linaro.org>
6300
6301 * gdb.reverse/aarch64.c: New.
6302 * gdb.reverse/aarch64.exp: New.
6303
6304 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6305
6306 * lib/gdb.exp (supports_process_record): Return true for
6307 aarch64*-linux*.
6308 (supports_reverse): Likewise.
6309
6310 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6311
6312 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6313 Use with_test_prefix.
6314
6315 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6316
6317 * gdb.base/completion.exp: Add test for completion of layout
6318 names.
6319
6320 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6321
6322 * lib/gdb.exp (skip_tui_tests): New proc.
6323 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6324
6325 2015-05-19 Pedro Alves <palves@redhat.com>
6326
6327 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6328 Save the whole env array instead of just HOME. Unset HISTSIZE in
6329 the environment while testing. Restore whole environment
6330 afterwards.
6331
6332 2015-05-16 Doug Evans <xdje42@gmail.com>
6333
6334 * gdb.guile/scm-ports.c: New file.
6335 * gdb.guile/scm-ports.exp: Add memory port tests.
6336
6337 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6338
6339 * gdb.compile/compile-print.c: New file.
6340 * gdb.compile/compile-print.exp: New file.
6341
6342 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6343
6344 * gdb.compile/compile-ops.exp: Cast param to void.
6345 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6346 (compile code struct_object.selffield = &struct_object): Add xfail.
6347
6348 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6349
6350 * gdb.ada/arr_enum_with_gap: New testcase.
6351
6352 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6353
6354 * gdb.ada/byte_packed_arr: New testcase.
6355
6356 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6357
6358 * gdb.ada/pckd_neg: New testcase.
6359
6360 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6361
6362 PR gdb/17820
6363 * gdb.base/gdbinit-history.exp: New test.
6364 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6365 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6366
6367 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6368
6369 * gdb.python/py-xmethods.cc: Enhance test case.
6370 * gdb.python/py-xmethods.exp: New tests.
6371 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6372 function.
6373 (B_indexoper): Likewise.
6374 (global_dm_list) : Add new xmethod worker functions.
6375
6376 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6377
6378 * gdb.base/coredump-filter.exp: Correctly unset
6379 "coredump_var_addr" array.
6380
6381 2015-05-08 Pedro Alves <palves@redhat.com>
6382
6383 * gdb.server/non-existing-program.exp: Unset spawn_id.
6384
6385 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6386
6387 PR python/18291
6388 * gdb.python/py-xmethods.exp: Add tests.
6389
6390 2015-05-08 Yao Qi <yao.qi@linaro.org>
6391
6392 PR gdb/18208
6393 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6394 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6395 function set_coredump_filter, and remove remote_exec call.
6396 Remove argument ipid. Callers update.
6397 (top level): Don't get inferior's PID.
6398
6399 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6400
6401 * gdb.base/watch_thread_num.exp: Skip test on targets without
6402 access watchpoints.
6403
6404 2015-05-06 Pedro Alves <palves@redhat.com>
6405
6406 PR server/18081
6407 * gdb.server/non-existing-program.exp: New file.
6408
6409 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6410
6411 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6412
6413 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6414
6415 * gdb.ada/out_of_line_in_inlined: New testcase.
6416
6417 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6418
6419 * gdb.ada/var_rec_arr: New testcase.
6420
6421 2015-04-30 Yao Qi <yao.qi@linaro.org>
6422
6423 * gdb.base/break-idempotent.exp: If
6424 skip_hw_watchpoint_multi_tests returns true, skip the tests
6425 on "rwatch" and "awatch".
6426
6427 2015-04-30 Yao Qi <yao.qi@linaro.org>
6428
6429 * gdb.base/relativedebug.exp: Invoke gdb command
6430 "info sharedlibrary", and if libc.so doesn't have debug info,
6431 skip the test.
6432
6433 2015-04-29 Doug Evans <dje@google.com>
6434
6435 * gdb.python/py-xmethods.exp: Add ptype tests.
6436 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6437 get_result_type method.
6438
6439 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6440
6441 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6442 the target does not support hardware watchpoints.
6443
6444 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6445
6446 * gdb.base/break-always.exp: Abort testing if writing to memory
6447 causes an error.
6448
6449 2015-04-28 Doug Evans <dje@google.com>
6450
6451 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6452 * gdb.python/py-pp-registration.exp: ... here. New file.
6453 * gdb.python/py-pp-registration.c: New file.
6454 * gdb.python/py-pp-registration.py: New file.
6455
6456 2015-04-28 Doug Evans <dje@google.com>
6457
6458 * gdb.python/py-bad-printers.c: New file.
6459 * gdb.python/py-bad-printers.py: New file.
6460 * gdb.python/py-bad-printers.exp: New file.
6461
6462 2015-04-28 Sasha Smundak <asmundak@google.com>
6463
6464 * gdb.python/py-type.exp: New test.
6465
6466 2015-04-28 Andy Wingo <wingo@igalia.com>
6467
6468 * gdb.python/py-parameter.exp:
6469 * gdb.guile/scm-parameter.exp: Escape the path that we are
6470 matching against, as it might contain characters that are special
6471 to regular expressions.
6472
6473 2015-04-27 Joel Brobecker <brobecker@adacore.com>
6474
6475 * gdb.ada/rec_comp: New testcase.
6476
6477 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6478
6479 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6480 before using it.
6481
6482 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6483
6484 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6485 new tests for verilog output.
6486
6487 2015-04-24 Yao Qi <yao.qi@linaro.org>
6488
6489 * boards/remote-gdbserver-on-localhost.exp: New file.
6490
6491 2015-04-23 Pedro Alves <palves@redhat.com>
6492
6493 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6494 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6495 "end of file", remove $inferior_spawn_id from the indirect list.
6496
6497 2015-04-23 Pedro Alves <palves@redhat.com>
6498
6499 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6500
6501 2015-04-23 Pedro Alves <palves@redhat.com>
6502
6503 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6504 on $any_spawn_id instead of only on $gdb_spawn_id.
6505
6506 2015-04-21 Pierre Muller <muller@sourceware.org>
6507
6508 PR pascal/17815
6509 * lib/pascal.exp (gpc_compile): Add new option "class".
6510 (fpc_compile): Likewise.
6511 * gdb.pascal/case-insensitive-symbols.pas: New file.
6512 * gdb.pascal/case-insensitive-symbols.exp: New file.
6513
6514 2015-04-20 Gary Benson <gbenson@redhat.com>
6515
6516 * gdb.base/attach.exp: Fix three extended remote failures.
6517
6518 2015-04-17 Gary Benson <gbenson@redhat.com>
6519
6520 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6521 the main executable over the remote protocol.
6522
6523 2015-04-16 Pedro Alves <palves@redhat.com>
6524
6525 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6526 a new gdbserver if gdbserver_reconnect_p is set.
6527
6528 2015-04-16 Pedro Alves <palves@redhat.com>
6529
6530 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6531 is set, don't exit gdbserver.
6532
6533 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6534
6535 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6536 appropriate .insn, such that an older assembler can be used.
6537 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6538 the z/Architecture instruction set on 31-bit targets as well.
6539
6540 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6541
6542 * gdb.go/handcall.exp: Remove all logic related to the first
6543 breakpoint and rely on go_runto_main instead.
6544 * gdb.go/strings.exp: Likewise.
6545 * gdb.go/unsafe.exp: Likewise.
6546 * gdb.go/hello.exp: Likewise. Also rename the remaining
6547 breakpoint marker to "breakpoint 1".
6548 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6549 * gdb.go/strings.go: Likewise.
6550 * gdb.go/unsafe.go: Likewise.
6551 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6552 "set breakpoint 2 here" and rename the remaining breakpoint marker
6553 to "breakpoint 1".
6554
6555 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6556
6557 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6558 if itertools.imap is not present.
6559 * gdb.python/py-objfile.exp: Add parentheses.
6560 * gdb.python/py-type.exp: Same.
6561 * gdb.python/py-unwind-maint.py: Same.
6562
6563 2015-04-15 Yao Qi <yao.qi@linaro.org>
6564
6565 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6566 of ":$ptr_size" and set its form explicitly.
6567
6568 2015-04-15 Pedro Alves <palves@redhat.com>
6569 Yao Qi <yao.qi@linaro.org>
6570
6571 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6572 timeout by factor of 4.
6573 (test_regular_watch): Likewise.
6574 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6575 * gdb.reverse/sigall-reverse.exp: Likewise.
6576 * gdb.reverse/until-precsave.exp: Likewise.
6577 * lib/gdb.exp (with_timeout_factor): New proc.
6578 (gdb_expect): Move some code to ...
6579 (get_largest_timeout): ... here. New procedure.
6580
6581 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
6582
6583 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6584
6585 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6586
6587 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6588 to write to the .text section.
6589
6590 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6591
6592 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6593 Handle the case of targets that do not provide PID information.
6594
6595 2015-04-13 Yao Qi <yao.qi@linaro.org>
6596
6597 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6598 and use expect instead of gdb_expect.
6599
6600 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6601
6602 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6603 "coredump_var_addr" to avoid naming conflict with other testcases.
6604
6605 2015-04-10 Pedro Alves <palves@redhat.com>
6606
6607 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6608 gdb_test_sequence and gdb_assert.
6609
6610 2015-04-10 Pedro Alves <palves@redhat.com>
6611
6612 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6613 test messages that don't include the breakpoint address.
6614
6615 2015-04-10 Yao Qi <yao.qi@linaro.org>
6616
6617 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6618 false for some offset and width combinations which aren't
6619 supported by linux kernel.
6620
6621 2015-04-10 Pedro Alves <palves@redhat.com>
6622
6623 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6624 procedure, factored out from ...
6625 (top level): ... here. Add "set displaced-stepping" testing axis.
6626 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6627 parameter "displaced". Use it.
6628 (top level): Use foreach and add "set displaced-stepping" testing
6629 axis.
6630
6631 2015-04-10 Pedro Alves <palves@redhat.com>
6632
6633 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6634 Remove comment.
6635 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6636 both the address of the instruction that triggers the watchpoint
6637 and the address of the instruction immediately after, and use
6638 those addresses for the test. Fix comment.
6639
6640 2015-04-10 Pedro Alves <palves@redhat.com>
6641
6642 * gdb.base/sigstep.exp (breakpoint_to_handler)
6643 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6644 Test "backtrace" in handler.
6645 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6646 (top level): Add new "displaced" test axis to
6647 breakpoint_to_handler, breakpoint_to_handler_entry and
6648 breakpoint_over_handler.
6649
6650 2015-04-10 Pedro Alves <palves@redhat.com>
6651
6652 PR gdb/18216
6653 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6654
6655 2015-04-10 Yao Qi <yao.qi@linaro.org>
6656
6657 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6658 (test_add_rn_pc): New function.
6659 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6660 (top level): Invoke test_add_rn_pc.
6661
6662 2015-04-10 Pedro Alves <palves@redhat.com>
6663
6664 PR gdb/13858
6665 * gdb.base/step-over-no-symbols.exp: New file.
6666
6667 2015-04-09 Andy Wingo <wingo@igalia.com>
6668
6669 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6670 after the Python tests.
6671
6672 2015-04-08 Keith Seitz <keiths@redhat.com>
6673
6674 PR python/16699
6675 * gdb.python/py-completion.exp: New tests for completion.
6676 * gdb.python/py-completion.py (CompleteLimit1): New class.
6677 (CompleteLimit2): Likewise.
6678 (CompleteLimit3): Likewise.
6679 (CompleteLimit4): Likewise.
6680 (CompleteLimit5): Likewise.
6681 (CompleteLimit6): Likewise.
6682 (CompleteLimit7): Likewise.
6683
6684 2015-04-08 Pedro Alves <palves@redhat.com>
6685
6686 PR gdb/18214
6687 PR gdb/18216
6688 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6689 function.
6690 (main): Install it as SIGUSR1 handler.
6691 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6692 parameter. Always use "setup" as prefix. Toggle "set
6693 displaced-stepping" off/on depending on global. Don't switch to
6694 thread 1 here.
6695 (top level): Add displaced stepping "off/on" test axis. Update
6696 "setup" calls. Wrap each subtest with with_test_prefix. Test
6697 continuing with a queued signal in each thread.
6698
6699 2015-04-08 Pedro Alves <palves@redhat.com>
6700
6701 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6702 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6703 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6704 Return early if running to main fails.
6705 * gdb.trace/while-stepping.exp: Likewise.
6706
6707 2015-04-07 Pedro Alves <palves@redhat.com>
6708
6709 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6710 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6711 interact with inferior program.
6712
6713 2015-04-07 Pedro Alves <palves@redhat.com>
6714
6715 * lib/gdb.exp (inferior_spawn_id): New global.
6716 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6717 spawn id after processing the user code.
6718 (default_gdb_start): Set inferior_spawn_id.
6719 (send_inferior): New procedure.
6720 * lib/gdbserver-support.exp (gdbserver_start): Set
6721 inferior_spawn_id.
6722 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6723
6724 2015-04-07 Pedro Alves <palves@redhat.com>
6725
6726 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6727 * lib/gdbserver-support.exp (gdbserver_start): Make
6728 $server_spawn_id global.
6729 (gdbserver_start): Don't wait for gdbserver's spawn id with
6730 expect_background.
6731 (close_gdbserver): New procedure.
6732 (gdb_exit): Rename the default version and reimplement.
6733
6734 2015-04-07 Pedro Alves <palves@redhat.com>
6735
6736 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
6737 append the substituted item, not the original item.
6738
6739 2015-04-07 Pedro Alves <palves@redhat.com>
6740
6741 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6742 gdb_expect.
6743
6744 2015-04-07 Pedro Alves <palves@redhat.com>
6745
6746 * gdb.base/interrupt.exp: Don't handle the case of the inferior
6747 output appearing once only.
6748
6749 2015-04-07 Pedro Alves <palves@redhat.com>
6750
6751 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6752 that doesn't expect anything. Return early if running to main
6753 fails.
6754
6755 2015-04-07 Yao Qi <yao.qi@linaro.org>
6756
6757 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6758 (child_function): Call alarm.
6759 (main): Move call to alarm into the loop.
6760 * gdb.threads/non-stop-fair-events.exp: Build program with
6761 -DTIMEOUT=$timeout.
6762
6763 2015-04-06 Doug Evans <xdje42@gmail.com>
6764
6765 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
6766 Fix dest parameter to board_info.
6767 (fpc_compile): Ditto.
6768 (gdb_compile_pascal): Rename dest arg to destfile.
6769
6770 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6771
6772 * gdb.ada/funcall_ref.exp: New file.
6773 * gdb.ada/funcall_ref/foo.adb: New file.
6774
6775 2015-04-02 Yao Qi <yao.qi@linaro.org>
6776
6777 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
6778 is remote.
6779
6780 2015-04-02 Gary Benson <gbenson@redhat.com>
6781
6782 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
6783
6784 2015-04-01 Sasha Smundak <asmundak@google.com>
6785
6786 * gdb.python/py-unwind-maint.c: New file.
6787 * gdb.python/py-unwind-maint.exp: New test.
6788 * gdb.python/py-unwind-maint.py: New file.
6789 * gdb.python/py-unwind.c: New file.
6790 * gdb.python/py-unwind.exp: New test.
6791 * gdb.python/py-unwind.py: New test.
6792
6793 2015-04-01 Pedro Alves <palves@redhat.com>
6794
6795 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
6796 to fail instead of non-existent $test.
6797
6798 2015-04-01 Pedro Alves <palves@redhat.com>
6799
6800 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
6801 GDBFLAGS if not empty.
6802
6803 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
6804
6805 * gdb.ada/complete.exp: Remove "multi_line".
6806 * gdb.ada/info_exc.exp: Remove "multi_line".
6807 * gdb.ada/packed_tagged.exp: Remove "multi_line".
6808 * gdb.ada/ptype_field.exp: Remove "multi_line".
6809 * gdb.ada/sym_print_name.exp: Remove "multi_line".
6810 * gdb.ada/tagged.exp: Remove "multi_line".
6811 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
6812 [multi_line ...]
6813 * gdb.btrace/delta.exp: Likewise.
6814 * gdb.btrace/exception.exp: Likewise.
6815 * gdb.btrace/function_call_history.exp: Likewise.
6816 * gdb.btrace/instruction_history.exp: Likewise.
6817 * gdb.btrace/nohist.exp: Likewise.
6818 * gdb.btrace/record_goto.exp: Likewise.
6819 * gdb.btrace/segv.exp: Likewise.
6820 * gdb.btrace/stepi.exp: Likewise.
6821 * gdb.btrace/tailcall.exp: Likewise.
6822 * gdb.btrace/unknown_functions.exp: Likewise.
6823 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
6824 * lib/gdb.exp: Add the "multi_line" helper.
6825
6826 2015-04-01 Pedro Alves <palves@redhat.com>
6827
6828 * gdb.threads/tid-reuse.c: New file.
6829 * gdb.threads/tid-reuse.exp: New file.
6830
6831 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
6832
6833 PR corefiles/16092
6834 * gdb.base/coredump-filter.c: New file.
6835 * gdb.base/coredump-filter.exp: Likewise.
6836
6837 2015-03-27 Petr Machata <pmachata@redhat.com>
6838
6839 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
6840 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
6841 (Dwarf::assemble): Initialize them.
6842 (Dwarf::lines): New function.
6843
6844 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
6845
6846 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
6847 SYMBOL_PREFIX for x86_64-*-cygwin.
6848
6849 2015-03-26 Andy Wingo <wingo@igalia.com>
6850
6851 PR symtab/18148
6852 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
6853 const_value but not a location.
6854 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
6855 location defined in non-main CUs are visible.
6856
6857 2015-03-26 Yao Qi <yao.qi@linaro.org>
6858
6859 PR testsuite/18139
6860 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
6861 Add a line number entry for the same line.
6862 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
6863 Add a line number entry for the same line.
6864
6865 2015-03-26 Yao Qi <yao.qi@linaro.org>
6866
6867 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
6868 .int 0.
6869 (func): Likewise. Add .Lfunc_1 label.
6870 Use .Lfunc_1 label.
6871 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
6872 .int 0.
6873 (func): Likewise.
6874 Use .Lfunc_1 label.
6875
6876 2015-03-26 Yao Qi <yao.qi@linaro.org>
6877
6878 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
6879 Call gdb_compile instead to compile each .s files without debug
6880 information.
6881
6882 2015-03-26 Yao Qi <yao.qi@linaro.org>
6883
6884 * gdb.base/savedregs.exp (process_saved_regs): Make
6885 "Saved registers:" optional in the pattern.
6886
6887 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6888
6889 * gdb.btrace/next.exp: Merged into step.exp.
6890 * gdb.btrace/finish.exp: Merged into step.exp.
6891 * gdb.btrace/nexti.exp: Merged into stepi.exp.
6892 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
6893 "record goto" and checking the exact replay position.
6894 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
6895 check for "Recording format" in "info record" output.
6896 * gdb.btrace/record_goto.exp: Choose test file based on target.
6897 * gdb.btrace/x86-record_goto.S: Renamed into ...
6898 * gdb.btrace/x86_64-record_goto.S: ... this.
6899 * gdb.btrace/i686-record_goto.S: New.
6900 * gdb.btrace/x86-tailcall.S: Renamed into ...
6901 * gdb.btrace/x86_64-tailcall.S: ... this.
6902 * gdb.btrace/i686-tailcall.S: New.
6903 * gdb.btrace/x86-tailcall.c: Renamed into ...
6904 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
6905 separate statements. Update test.
6906 * gdb.btrace/delta.exp: Use record_goto.c as test file.
6907 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
6908 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
6909 * gdb.btrace/tailcall.exp: Choose test file based on target.
6910 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
6911
6912 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6913
6914 * gdb.btrace/exception.exp: Increase BTS buffer size.
6915
6916 2015-03-24 Pedro Alves <palves@redhat.com>
6917
6918 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
6919
6920 2015-03-24 Pedro Alves <palves@redhat.com>
6921
6922 * gdb.threads/schedlock.exp (test_step): No longer expect that
6923 "set scheduler-locking step" with "next" over a function call runs
6924 threads unlocked.
6925
6926 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6927
6928 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
6929
6930 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6931
6932 PR breakpoints/16466
6933 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
6934 * gdb.mi/mi-pending.c (thread_func): New function.
6935 (int main): Add threading support required.
6936 * gdb.mi/mi-pending.exp: Add tests for this issue.
6937 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
6938 (pendfunc2): Remove stdio dependency.
6939 * gdb.mi/mi-pendshr2.c: New file.
6940
6941 2015-03-23 Keith Seitz <keiths@redhat.com>
6942
6943 * gdb.linespec/keywords.c: New file.
6944 * gdb.linespec/keywords.exp: New file.
6945
6946 2015-03-23 Keith Seitz <keiths@redhat.com>
6947
6948 PR gdb/18021
6949 * gdb.dwarf2/staticvirtual.exp: New test.
6950
6951 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6952
6953 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
6954 * README: Remove HP-UX and gdb.hp.
6955 (configuration):
6956 * configure: Regenerate.
6957 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
6958 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
6959 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
6960 gdb.hp/gdb.defects/Makefile.
6961 * gdb.hp/Makefile.in: File deleted.
6962 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
6963 * gdb.hp/gdb.aCC/optimize.c: File deleted.
6964 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
6965 * gdb.hp/gdb.aCC/run.c: File deleted.
6966 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
6967 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
6968 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
6969 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
6970 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
6971 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
6972 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
6973 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
6974 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
6975 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
6976 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
6977 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
6978 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
6979 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
6980 * gdb.hp/gdb.base-hp/reg.s: File deleted.
6981 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
6982 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
6983 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
6984 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
6985 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
6986 * gdb.hp/gdb.compat/Makefile.in: File deleted.
6987 * gdb.hp/gdb.compat/average.c: File deleted.
6988 * gdb.hp/gdb.compat/sum.c: File deleted.
6989 * gdb.hp/gdb.compat/xdb.c: File deleted.
6990 * gdb.hp/gdb.compat/xdb0.c: File deleted.
6991 * gdb.hp/gdb.compat/xdb0.h: File deleted.
6992 * gdb.hp/gdb.compat/xdb1.c: File deleted.
6993 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
6994 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
6995 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
6996 * gdb.hp/gdb.defects/Makefile.in: File deleted.
6997 * gdb.hp/gdb.defects/bs14602.c: File deleted.
6998 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
6999 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7000 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7001 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7002 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7003 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7004 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7005 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7006 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7007 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7008 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7009 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7010 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7011 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7012 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7013 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7014 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7015 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7016 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7017 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7018 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7019 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7020 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7021 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7022 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7023 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7024 * gdb.hp/tools/odump: File deleted.
7025
7026 2015-03-19 Pedro Alves <palves@redhat.com>
7027
7028 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7029 (saw_thread_3): New globals.
7030 (top level): Increment them when an event for the corresponding
7031 thread is seen.
7032 (no thread starvation): New test.
7033
7034 2015-03-19 Pedro Alves <palves@redhat.com>
7035
7036 * gdb.threads/continue-pending-status.c: New file.
7037 * gdb.threads/continue-pending-status.exp: New file.
7038
7039 2015-03-18 Pedro Alves <palves@redhat.com>
7040
7041 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7042 Use gdb_is_target_remote instead of is_remote. Use
7043 gdb_test_multiple instead of gdb_expect. Exit early if
7044 gdb_test_multiple hits its internal matches. Tighten stepi tests
7045 expected output. Fail on exit with any signal, instead of just
7046 SIGILL.
7047
7048 2015-03-18 Yao Qi <yao.qi@linaro.org>
7049
7050 PR tdep/18107
7051 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7052 variable.
7053 * gdb.base/catch-syscall.exp: Don't skip it on
7054 aarch64*-*-linux* target. Remove elements in all_syscalls.
7055 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7056 target.
7057 (setup_all_syscalls): New proc.
7058
7059 2015-03-16 Yao Qi <yao.qi@linaro.org>
7060
7061 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7062 (top level): Skip tests if valid_addr_p returns false for
7063 $cmd1 or $cmd2.
7064
7065 2015-03-11 Andy Wingo <wingo@igalia.com>
7066
7067 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7068
7069 2015-03-11 Yao Qi <yao.qi@linaro.org>
7070
7071 * gdb.base/catch-syscall.exp: Fix typo in comments.
7072
7073 2015-03-11 Yao Qi <yao.qi@linaro.org>
7074
7075 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7076
7077 2015-03-09 Pedro Alves <palves@redhat.com>
7078
7079 * dg-extract-results.py: Delete.
7080
7081 2015-03-09 Pedro Alves <palves@redhat.com>
7082
7083 Merge dg-extract-results.sh from GCC upstream (r218843).
7084
7085 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7086 * dg-extract-results.sh: Use --text with grep to avoid issues with
7087 binary files. Fall back to cat -v, if that doesn't work.
7088
7089 2015-03-05 Pedro Alves <palves@redhat.com>
7090
7091 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7092
7093 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7094
7095 * lib/mi-support.exp (mi_expect_interrupt): Accept
7096 alternative event for when in all-stop mode.
7097
7098 2015-03-04 Pedro Alves <palves@redhat.com>
7099
7100 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7101
7102 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7103
7104 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7105
7106 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7107
7108 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7109 regexps for GDB's current line display, accept a hex address
7110 preceding the line number.
7111
7112 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7113
7114 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7115 the 'arch1' variable for "s390*-linux*" targets.
7116
7117 2015-03-04 Pedro Alves <palves@redhat.com>
7118
7119 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7120 (main): Pass missing retval argument to pthread_join call.
7121
7122 2015-03-02 Pedro Alves <palves@redhat.com>
7123
7124 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7125 (top level): Call do_test with non-stop as well.
7126
7127 2015-03-02 Pedro Alves <palves@redhat.com>
7128
7129 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7130 -1.
7131
7132 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7133
7134 * gdb.arch/s390-vregs.exp: New test.
7135 * gdb.arch/s390-vregs.S: New file.
7136
7137 2015-02-27 Pedro Alves <palves@redhat.com>
7138
7139 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7140 call to catch_command_errors.
7141 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7142 catch_command_errors.
7143
7144 2015-02-27 Pedro Alves <palves@redhat.com>
7145
7146 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7147 "true" for boolean result.
7148 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7149 prototype of main.
7150
7151 2015-02-27 Pedro Alves <palves@redhat.com>
7152
7153 * lib/unbuffer_output.c: New file.
7154 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7155 (main): Call gdb_unbuffer_output.
7156
7157 2015-02-27 Yao Qi <yao.qi@linaro.org>
7158
7159 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7160 target.
7161
7162 2015-02-26 Doug Evans <dje@google.com>
7163
7164 * gdb.cp/class2.cc (Dbase, D): New classes.
7165 (main): New local delta.
7166 * gdb.cp/class2.exp: Test printing delta.
7167 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7168 (dynbar): New global.
7169 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7170
7171 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7172
7173 * gdb.compile/compile-ifunc.c: New file.
7174 * gdb.compile/compile-ifunc.exp: New file.
7175
7176 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7177
7178 * gdb.base/structs.exp: Check for correct struct on finish.
7179
7180 2015-02-26 Yao Qi <yao.qi@linaro.org>
7181
7182 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7183 is zero.
7184
7185 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7186
7187 * gdb.arch/cordic.ko.bz2: New file.
7188 * gdb.arch/cordic.ko.debug.bz2: New file.
7189 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7190
7191 2015-02-25 Yao Qi <yao.qi@linaro.org>
7192
7193 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7194 aarch64*-*-* target.
7195
7196 2015-02-23 Pedro Alves <palves@redhat.com>
7197
7198 * lib/gdb.exp (delete_breakpoints): Rewrite using
7199 gdb_test_multiple.
7200
7201 2015-02-23 Pedro Alves <palves@redhat.com>
7202
7203 * gdb.base/info-os.c: Include stdlib.h.
7204
7205 2015-02-22 Doug Evans <xdje42@gmail.com>
7206
7207 PR symtab/17855
7208 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7209 is read after symbols have been re-read.
7210 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7211 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7212
7213 2015-02-21 Doug Evans <dje@google.com>
7214
7215 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7216
7217 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7218
7219 PR corefiles/17808
7220 * gdb.arch/i386-biarch-core.core.bz2: New file.
7221 * gdb.arch/i386-biarch-core.exp: New file.
7222
7223 2015-02-21 Pedro Alves <palves@redhat.com>
7224
7225 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7226 runto_main fails.
7227
7228 2015-02-20 Pedro Alves <palves@redhat.com>
7229
7230 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7231 info probes.
7232
7233 2015-02-20 Pedro Alves <palves@redhat.com>
7234
7235 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7236
7237 2015-02-20 Pedro Alves <palves@redhat.com>
7238
7239 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7240 clean_restart before gdb_target_supports_trace.
7241
7242 2015-02-20 Pedro Alves <palves@redhat.com>
7243
7244 PR threads/18006
7245 * gdb.threads/clone-thread_db.c: New file.
7246 * gdb.threads/clone-thread_db.exp: New file.
7247
7248 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7249
7250 PR breakpoints/16812
7251 * gdb.base/catch-gdb-caused-signals.c: New file.
7252 * gdb.base/catch-gdb-caused-signals.exp: New file.
7253
7254 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7255
7256 * configure: Regenerated.
7257 * configure.ac: Use GDB_AC_TRANSFORM.
7258 * aclocal.m4: sinclude ../transform.m4.
7259
7260 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7261
7262 * lib/dtrace.exp: New file.
7263 * gdb.base/dtrace-probe.exp: Likewise.
7264 * gdb.base/dtrace-probe.d: Likewise.
7265 * gdb.base/dtrace-probe.c: Likewise.
7266 * lib/pdtrace.in: Likewise.
7267 * configure.ac: Output variables with the transformed names of
7268 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7269 * configure: Regenerated.
7270
7271 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7272
7273 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7274 expected message when trying to access $_probe_* convenience
7275 variables while not on a probe.
7276
7277 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7278
7279 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7280
7281 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7282
7283 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7284 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7285
7286 2015-02-10 Doug Evans <xdje42@gmail.com>
7287
7288 * lib/gdb.exp (gdb_load): Always return a result.
7289
7290 2015-02-10 Pedro Alves <palves@redhat.com>
7291
7292 * gdb.threads/signal-sigtrap.c: New file.
7293 * gdb.threads/signal-sigtrap.exp: New file.
7294
7295 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7296
7297 * gdb.trace/no-attach-trace.c: New file.
7298 * gdb.trace/no-attach-trace.exp: New file.
7299
7300 2015-02-09 Mark Wielaard <mjw@redhat.com>
7301
7302 * gdb.dwarf2/atomic.c: New file.
7303 * gdb.dwarf2/atomic-type.exp: Likewise.
7304
7305 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7306
7307 * gdb.btrace/buffer-size.exp: Update "info record" output.
7308 * gdb.btrace/delta.exp: Update "info record" output.
7309 * gdb.btrace/enable.exp: Update "info record" output.
7310 * gdb.btrace/finish.exp: Update "info record" output.
7311 * gdb.btrace/instruction_history.exp: Update "info record" output.
7312 * gdb.btrace/next.exp: Update "info record" output.
7313 * gdb.btrace/nexti.exp: Update "info record" output.
7314 * gdb.btrace/step.exp: Update "info record" output.
7315 * gdb.btrace/stepi.exp: Update "info record" output.
7316 * gdb.btrace/nohist.exp: Update "info record" output.
7317
7318 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7319
7320 * gdb.btrace/buffer-size: New.
7321
7322 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7323
7324 * gdb.btrace/delta.exp: Update "info record" output.
7325 * gdb.btrace/enable.exp: Update "info record" output.
7326 * gdb.btrace/finish.exp: Update "info record" output.
7327 * gdb.btrace/instruction_history.exp: Update "info record" output.
7328 * gdb.btrace/next.exp: Update "info record" output.
7329 * gdb.btrace/nexti.exp: Update "info record" output.
7330 * gdb.btrace/step.exp: Update "info record" output.
7331 * gdb.btrace/stepi.exp: Update "info record" output.
7332 * gdb.btrace/nohist.exp: Update "info record" output.
7333
7334 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7335
7336 PR gdb/15678
7337 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7338
7339 2015-02-06 Pedro Alves <palves@redhat.com>
7340
7341 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7342 macro.
7343 (seconds_left, again): New globals.
7344 (main): Wait seconds_left in a 1-second sleep loop instead of
7345 sleeping 180 seconds. If 'again' is set, reset the seconds
7346 counter.
7347 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7348 'again' in the inferior before detaching. Print the seconds left.
7349 (options): New global.
7350 (top level): Build program with -DTIMEOUT=$timeout.
7351
7352 2015-02-06 Pedro Alves <palves@redhat.com>
7353
7354 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7355 determine how many seconds to pass to 'alarm'.
7356 * gdb.base/gdb-sigterm.exp (top level): Build program with
7357 -DTIMEOUT=$timeout.
7358 (do_test): Return success/failure indication. Add more verbose
7359 logging. Don't fail if 200 single steps are seen. Instead, fail
7360 when the test times out.
7361 (passes): New global.
7362 (top level): Break the testing loop if testing fails on any
7363 iteration. Use gdb_assert.
7364
7365 2015-02-04 Don Breazeal <donb@codesourcery.com>
7366
7367 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7368 and initialize them.
7369 (ipc_cleanup): New function.
7370 (main): Don't declare shmid, semid, and msqid. Add a call to
7371 atexit so that we call ipc_cleanup on exit.
7372
7373 2015-02-04 Pedro Alves <palves@redhat.com>
7374
7375 * boards/native-extended-gdbserver.exp: Remove any target variant
7376 specifications from the board name before clearing the isremote
7377 flag from board_info.
7378
7379 2015-01-31 Doug Evans <xdje42@gmail.com>
7380
7381 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7382
7383 2015-01-31 Gary Benson <gbenson@redhat.com>
7384
7385 * gdb.base/completion.exp: Disable completion limiting for
7386 existing tests. Add new tests to check completion limiting.
7387 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7388
7389 2015-01-31 Doug Evans <xdje42@gmail.com>
7390
7391 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7392
7393 2015-01-31 Doug Evans <xdje42@gmail.com>
7394
7395 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7396 entries. Duplicate file section script entries.
7397 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7398 inlined entries. Add test for safe-path rejection.
7399 * gdb.python/py-section-script.c: Add duplicate inlined section script
7400 entries. Duplicate file section script entries.
7401 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7402 inlined entries. Add test for safe-path rejection.
7403
7404 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7405
7406 * gdb.ada/disc_arr_bound: New testcase.
7407
7408 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7409
7410 * gdb.ada/mi_var_array: New testcase.
7411
7412 2015-01-27 Doug Evans <dje@google.com>
7413
7414 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7415 Add test for objfile.filename, objfile.username after objfile
7416 has been unloaded.
7417
7418 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7419
7420 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7421 the second test to print the name attribute of value
7422 returned by the call to gdb.lookup_type, and adjust
7423 the expected output accordingly.
7424
7425 2015-01-25 Mark Wielaard <mjw@redhat.com>
7426
7427 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7428 * gdb.base/disp-step-fork.c: Include unistd.h.
7429 * gdb.base/siginfo-obj.c: Include stdio.h.
7430 * gdb.base/siginfo-thread.c: Likewise.
7431 * gdb.mi/non-stop.c: Include unistd.h.
7432 * gdb.mi/nsthrexec.c: Include stdio.h.
7433 * gdb.mi/pthreads.c: Include unistd.h.
7434 * gdb.modula2/unbounded1.c (main): Declare returns int.
7435 * gdb.reverse/consecutive-reverse.c: Likewise.
7436 * gdb.threads/create-fail.c: Include unistd.h.
7437 * gdb.threads/killed.c: Likewise.
7438 * gdb.threads/linux-dp.c: Likewise.
7439 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7440 * gdb.threads/non-ldr-exc-2.c: Likewise.
7441 * gdb.threads/non-ldr-exc-3.c: Likewise.
7442 * gdb.threads/non-ldr-exc-4.c: Likewise.
7443 * gdb.threads/pthreads.c: Include unistd.h.
7444 (main): Declare returns int.
7445 * gdb.threads/tls-main.c (foo): New declaration.
7446 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7447
7448 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7449
7450 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7451 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7452
7453 2015-01-15 Mark Wielaard <mjw@redhat.com>
7454
7455 * gdb.base/noreturn-return.c: New file.
7456 * gdb.base/noreturn-return.exp: New file.
7457 * gdb.base/noreturn-finish.c: New file.
7458 * gdb.base/noreturn-finish.exp: New file.
7459
7460 2015-01-23 Pedro Alves <palves@redhat.com>
7461
7462 * gdb.threads/continue-pending-after-query.c: New file.
7463 * gdb.threads/continue-pending-after-query.exp: New file.
7464
7465 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7466 Simon Marchi <simon.marchi@ericsson.com>
7467
7468 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7469 * gdb.base/valgrind-db-attach.exp: Same.
7470 * gdb.base/valgrind-infcall.exp: Same.
7471 * lib/mi-support.exp (default_mi_gdb_start): Same.
7472 * lib/prompt.exp (default_prompt_gdb_start): Same.
7473 * lib/gdb.exp (default_gdb_spawn): Same.
7474 (gdb_interact): New.
7475
7476
7477 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7478
7479 * gdb.compile/compile.exp (pointer to jit function): New test.
7480
7481 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7482
7483 * lib/gdb.exp (supports_process_record): Return true for
7484 powerpc*-*-linux*.
7485 (supports_reverse): Likewise.
7486
7487 2015-01-15 Don Breazeal <donb@codesourcery.com>
7488
7489 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7490 instead of checking whether the target board is remote and
7491 use spawn_wait_for_attach instead of exec/sleep.
7492 * gdb.base/attach-twice.exp: Likewise.
7493
7494 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7495
7496 * gdb.ada/var_arr_attrs: New testcase.
7497
7498 2015-01-14 Pedro Alves <palves@redhat.com>
7499 Joel Brobecker <brobecker@adacore.com>
7500
7501 PR gdb/17525
7502 * gdb.base/bp-cmds-execution-x-script.c: New file.
7503 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7504 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7505
7506 2015-01-14 Pedro Alves <palves@redhat.com>
7507
7508 PR cli/17828
7509 * gdb.base/batch-preserve-term-settings.c: New file.
7510 * gdb.base/batch-preserve-term-settings.exp: New file.
7511
7512 2015-01-13 Doug Evans <dje@google.com>
7513
7514 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7515 binary.
7516
7517 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7518
7519 * Makefile.in (clean mostlyclean): Do not delete *.py.
7520
7521 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7522
7523 * gdb.python/py-lookup-type.exp: New file.
7524
7525 2015-01-12 Pedro Alves <palves@redhat.com>
7526
7527 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7528 restore GDBFLAGS before returning.
7529
7530 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7531
7532 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7533 is_amd64_regs_target and is_x86_like_target.
7534
7535 2015-01-11 Doug Evans <xdje42@gmail.com>
7536
7537 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7538 is given without an explicit form.
7539 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7540 attributes.
7541 * gdb.dwarf/corrupt.exp: Ditto.
7542 * gdb.dwarf2/enum-type.exp: Ditto.
7543 * gdb.trace/entry-values.exp: Ditto.
7544 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7545
7546 2015-01-11 Doug Evans <xdje42@gmail.com>
7547
7548 PR gdb/15830
7549 * gdb.base/maint.exp: Remove references to "maint demangle".
7550 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7551 Add tests for explicitly specifying language to demangle.
7552 * gdb.dlang/demangle.exp: Ditto.
7553
7554 2015-01-09 Pedro Alves <palves@redhat.com>
7555
7556 * gdb.threads/non-stop-fair-events.c: New file.
7557 * gdb.threads/non-stop-fair-events.exp: New file.
7558
7559 2015-01-09 Pedro Alves <palves@redhat.com>
7560
7561 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7562 the global scope. Set a breakpoint after all threads are started
7563 rather than stepping over two source lines. Expect the prompt.
7564 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7565 global.
7566 (NUM): Now 15.
7567 (main): Use threads_started_barrier to wait for all threads to
7568 start. Main thread no longer calls thread_function. Exit after
7569 180 seconds.
7570 (loop): New function.
7571 (thread_function): Wait on threads_started_barrier barrier. Call
7572 'loop' at each iteration.
7573 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7574 threads have started, instead of hardcoding number of "next"
7575 steps. Use an access watchpoint instead of a write watchpoint.
7576
7577 2015-01-09 Pedro Alves <palves@redhat.com>
7578
7579 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7580 (thread_func): Wait on barrier.
7581 (main): Wait for all threads to start before stopping GDB.
7582 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7583 global.
7584 (thread1_func, thread2_func): Wait on barrier.
7585 (main): Wait for all threads to start before stopping GDB.
7586 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7587 New global.
7588 (thread1_func, thread2_func): Wait on barrier.
7589 (main): Wait for all threads to start before stopping GDB.
7590
7591 2015-01-09 Pedro Alves <palves@redhat.com>
7592
7593 * gdb.threads/attach-many-short-lived-threads.c: New file.
7594 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7595
7596 2014-01-09 Pedro Alves <palves@redhat.com>
7597
7598 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7599 instead of to thread 2.
7600 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7601 Add barrier around each pthread_create call instead of around all
7602 calls.
7603 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7604 Set a break on thread_function and have the child threads hit it
7605 one at at a time.
7606
7607 2015-01-09 Pedro Alves <palves@redhat.com>
7608
7609 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7610 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7611 false.
7612 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7613 checking whether the target board is remote.
7614 * gdb.multi/multi-attach.exp: Likewise.
7615 * gdb.python/py-sync-interp.exp: Likewise.
7616 * gdb.server/ext-attach.exp: Likewise.
7617 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7618 tests that need to attach, instead of checking whether the target
7619 board is remote at the top of the file.
7620
7621 2015-01-08 Yao Qi <yao@codesourcery.com>
7622
7623 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7624
7625 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7626
7627 Fix testcase compilation.
7628 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7629
7630 2015-01-06 Joel Brobecker <brobecker@adacore.com>
7631
7632 * gdb.python/py-type.exp: Add a couple test about empty
7633 array creation, and negative-length array creation.
7634
7635 2015-01-02 Doug Evans <xdje42@gmail.com>
7636
7637 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7638
7639 2015-01-02 Doug Evans <dje@google.com>
7640
7641 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7642
7643 2014-12-29 Yao Qi <yao@codesourcery.com>
7644
7645 * gdb.trace/entry-values.exp: Update comments. Rename variable
7646 bar_call_foo to returned_from_foo.
7647
7648 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7649
7650 PR gdb/17394
7651 * gdb.linespec/break-asm-file.c: New file.
7652 * gdb.linespec/break-asm-file.exp: New file.
7653 * gdb.linespec/break-asm-file0.s: New file.
7654 * gdb.linespec/break-asm-file1.s: New file.
7655
7656 2014-12-18 Nigel Stephens <nigel@mips.com>
7657 Maciej W. Rozycki <macro@codesourcery.com>
7658
7659 * gdb.base/float.exp: Handle the new output from "info float" on
7660 MIPS targets.
7661
7662 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7663
7664 Fix MinGW compilation.
7665 * gdb.compile/compile-ops.exp: Update untested message if
7666 !skip_compile_feature_tests.
7667 * gdb.compile/compile-setjmp.exp: Likewise.
7668 * gdb.compile/compile-tls.exp: Likewise.
7669 * gdb.compile/compile.exp: Likewise.
7670 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7671 supported on this host".
7672
7673 2014-12-16 Doug Evans <xdje42@gmail.com>
7674
7675 * boards/stabs.exp: New file.
7676
7677 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7678
7679 * gdb.base/completion.exp: Adjust to format changes of "maint
7680 print user-registers".
7681
7682 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
7683
7684 PR server/17457
7685 * gdb.arch/aarch64-fp.c: New file.
7686 * gdb.arch/aarch64-fp.exp: New file.
7687
7688 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7689
7690 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7691 r210637, r210913, r211666, r215400, r215817).
7692
7693 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7694 * dg-extract-results.py: New file.
7695 * dg-extract-results.sh: Use it if the environment seems
7696 suitable.
7697
7698 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7699
7700 * dg-extract-results.py (parse_run): Handle warnings that
7701 are printed before a test harness is run.
7702
7703 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7704
7705 * dg-extract-results.py (Named): Remove __cmp__ method.
7706 (output_variation): Use a key to sort variation.harnesses.
7707
7708 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7709
7710 * dg-extract-results.py: For Python 3, force sys.stdout to
7711 handle surrogate escape sequences.
7712 (safe_open): New function.
7713 (output_segment, main): Use it.
7714
7715 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7716
7717 * dg-extract-results.py (Prog.result_re): Include options
7718 in test name.
7719
7720 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7721
7722 * dg-extract-results.py (output_variation): Always sort if
7723 do_sum.
7724
7725 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7726
7727 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7728 as long as we get pagination notifications.
7729
7730 2014-12-15 Jason Merrill <jason@redhat.com>
7731
7732 * Makefile.in (check-gdb.%): Restore.
7733 * README: Mention it.
7734
7735 2014-12-13 Joel Brobecker <brobecker@adacore.com>
7736
7737 * gdb.ada/str_uninit: New testcase.
7738
7739 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7740
7741 PR symtab/17642
7742 * gdb.base/vla-stub-define.c: New file.
7743 * gdb.base/vla-stub.c: New file.
7744 * gdb.base/vla-stub.exp: New file.
7745
7746 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
7747 Jan Kratochvil <jan.kratochvil@redhat.com>
7748 Tom Tromey <tromey@redhat.com>
7749
7750 * configure.ac: Add gdb.compile/.
7751 * configure: Regenerate.
7752 * gdb.compile/Makefile.in: New file.
7753 * gdb.compile/compile-ops.exp: New file.
7754 * gdb.compile/compile-ops.c: New file.
7755 * gdb.compile/compile-tls.c: New file.
7756 * gdb.compile/compile-tls.exp: New file.
7757 * gdb.compile/compile-constvar.S: New file.
7758 * gdb.compile/compile-constvar.c: New file.
7759 * gdb.compile/compile-mod.c: New file.
7760 * gdb.compile/compile-nodebug.c: New file.
7761 * gdb.compile/compile-setjmp-mod.c: New file.
7762 * gdb.compile/compile-setjmp.c: New file.
7763 * gdb.compile/compile-setjmp.exp: New file.
7764 * gdb.compile/compile-shlib.c: New file.
7765 * gdb.compile/compile.c: New file.
7766 * gdb.compile/compile.exp: New file.
7767 * lib/gdb.exp (skip_compile_feature_tests): New proc.
7768
7769 2014-12-12 Tom Tromey <tromey@redhat.com>
7770
7771 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
7772 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
7773
7774 2014-12-12 Doug Evans <dje@google.com>
7775
7776 * lib/gdb-python.exp (get_python_valueof): New function.
7777 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
7778
7779 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7780
7781 * gdb.base/completion.exp: Add test for completion of "info
7782 registers ".
7783
7784 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
7785
7786 * gdb.base/func-ptrs.c: New file.
7787 * gdb.base/func-ptrs.exp: New file.
7788
7789 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7790
7791 PR breakpoints/17012
7792 * gdb.base/dprintf-detach.c: New file.
7793 * gdb.base/dprintf-detach.exp: New file.
7794
7795 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7796
7797 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
7798 * lib/gdb.exp (target_is_gdbserver): New procedure.
7799
7800 2014-12-08 Doug Evans <dje@google.com>
7801
7802 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
7803
7804 2014-12-05 Yao Qi <yao@codesourcery.com>
7805
7806 * gdb.guile/scm-error.exp: Remove the third argument to
7807 gdb_remote_download.
7808 * gdb.guile/scm-frame-args.exp: Likewise.
7809 * gdb.guile/scm-section-script.exp: Likewise.
7810
7811 2014-12-05 Yao Qi <yao@codesourcery.com>
7812
7813 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
7814
7815 2014-12-04 Doug Evans <dje@google.com>
7816
7817 * gdb.python/py-objfile.exp: Add tests for
7818 objfile.add_separate_debug_file.
7819
7820 2014-12-04 Doug Evans <dje@google.com>
7821
7822 * lib/gdb.exp (get_build_id): New function.
7823 (build_id_debug_filename_get): Rewrite to use it.
7824 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
7825
7826 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
7827
7828 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
7829 `method(long)', not just 0x0.
7830 * gdb.cp/nsalias.exp: Align code labels to 4.
7831 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
7832 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
7833 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
7834 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
7835 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
7836 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
7837
7838 2014-12-02 Doug Evans <dje@google.com>
7839
7840 PR symtab/17602
7841 * gdb.cp/anon-ns.cc: Move guts of this file to ...
7842 * gdb.cp/anon-ns2.cc: ... here. New file.
7843 * gdb.cp/anon-ns.exp: Update.
7844
7845 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
7846
7847 * gdb.python/py-events.py (inferior_call_handler): New.
7848 (register_changed_handler, memory_changed_handler): New.
7849 (test_events.invoke): Register new handlers.
7850 * gdb.python/py-events.exp: Add tests for inferior call,
7851 memory_changed and register_changed events.
7852
7853 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7854
7855 * gdb.base/execl-update-breakpoints.exp: Specify the link address
7856 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
7857 if the linker doesn't understand this.
7858
7859 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
7860
7861 * gdb.python/python.exp: Change expected reply to help().
7862
7863 2014-12-01 Yao Qi <yao@codesourcery.com>
7864
7865 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
7866 AC_CONFIG_SUBDIRS(gdb.gdbtk).
7867 * configure: Re-generated.
7868
7869 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
7870
7871 * gdb.cp/chained-calls.cc: New file.
7872 * gdb.cp/chained-calls.exp: New file.
7873 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
7874
7875 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
7876
7877 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
7878 * gdb.dwarf2/symtab-producer.exp: Same.
7879 * gdb.gdb/python-interrupts.exp: Same.
7880 * gdb.gdb/python-selftest.exp: Same.
7881 * gdb.python/py-linetable.exp: Same.
7882 * gdb.python/py-type.exp: Same.
7883 * gdb.python/py-value-cc.exp: Same.
7884 * gdb.python/py-value.exp: Same.
7885
7886 2014-11-28 Yao Qi <yao@codesourcery.com>
7887
7888 * gdb.base/break-probes.exp: Match library name prefixed with
7889 sysroot.
7890
7891 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
7892
7893 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
7894 test expected output. Add parentheses for the call to print.
7895 Remove L suffix from integers.
7896
7897 2014-11-26 Doug Evans <dje@google.com>
7898
7899 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
7900
7901 2014-11-22 Yao Qi <yao@codesourcery.com>
7902
7903 * gdb.trace/entry-values.c: Remove asms.
7904 (foo): Add foo_label.
7905 (bar): Add bar_label.
7906 * gdb.trace/entry-values.exp: Remove code computing foo's
7907 length and bar's length.
7908 (Dwarf::assemble): Invoke function_range for bar and use
7909 MACRO_AT_func for foo.
7910
7911 2014-11-22 Yao Qi <yao@codesourcery.com>
7912
7913 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
7914 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
7915 Use .Lgcc43_procstart instead of gcc43.
7916
7917 2014-11-21 Joel Brobecker <brobecker@adacore.com>
7918
7919 * gdb.ada/n_arr_bound: New testcase.
7920
7921 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7922
7923 PR breakpoints/10737
7924 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
7925 test_catch_syscall_multi_arch.
7926 (test_catch_syscall_multi_arch): New function.
7927
7928 2014-11-20 Doug Evans <xdje42@gmail.com>
7929
7930 * gdb.base/maint.exp: Update expected output.
7931
7932 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7933
7934 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
7935 4-byte instruction on S390.
7936
7937 2014-11-19 Joel Brobecker <brobecker@adacore.com>
7938
7939 * gdb.ada/arr_arr: New testcase.
7940
7941 2014-11-19 Joel Brobecker <brobecker@adacore.com>
7942
7943 * gdb.ada/pkd_arr_elem: New Testcase.
7944
7945 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
7946
7947 * gdb.reverse/break-precsave: Expect completion message for
7948 core file reads.
7949 * gdb.reverse/consecutive-precsave.exp: Likewise.
7950 * gdb.reverse/finish-precsave.exp: Likewise.
7951 * gdb.reverse/i386-precsave.exp: Likewise.
7952 * gdb.reverse/machinestate-precsave.exp: Likewise.
7953 * gdb.reverse/sigall-precsave.exp: Likewise.
7954 * gdb.reverse/solib-precsave.exp: Likewise.
7955 * gdb.reverse/step-precsave.exp: Likewise.
7956 * gdb.reverse/until-precsave.exp: Likewise.
7957 * gdb.reverse/watch-precsave.exp: Likewise.
7958
7959 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7960
7961 * gdb.base/bp-permanent.c: Include unistd.h.
7962 * gdb.python/py-framefilter-mi.c (main): Add return type.
7963 * gdb.python/py-framefilter.c (main): Likewise.
7964 * gdb.trace/actions-changed.c (main): Likewise.
7965
7966 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7967
7968 * gdb.mi/until.c: Add eye-catchers.
7969 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
7970 line numbers.
7971
7972 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7973
7974 * gdb.base/condbreak.exp: Drop references to removed non-prototype
7975 function header variants in break1.c.
7976 * gdb.base/ena-dis-br.exp: Likewise.
7977 * gdb.base/hbreak2.exp: Likewise.
7978 * gdb.reverse/until-precsave.exp: Drop references to removed
7979 non-prototype function header variants in ur1.c.
7980 * gdb.reverse/until-reverse.exp: Likewise.
7981
7982 2014-11-17 Petr Machata <pmachata@redhat.com>
7983
7984 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
7985 ${_cu_offset_size} bytes abbrev offset.
7986
7987 2014-11-15 Doug Evans <xdje42@gmail.com>
7988
7989 PR symtab/17559
7990 * gdb.base/line-symtabs.exp: New file.
7991 * gdb.base/line-symtabs.c: New file.
7992 * gdb.base/line-symtabs.h: New file.
7993
7994 2014-11-14 Yao Qi <yao@codesourcery.com>
7995
7996 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
7997 (func): Add label func_label.
7998 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
7999 Replace low_pc and high_pc with MACRO_AT_range.
8000 Replace name, low_pc and high_pc with MACRO_AT_func.
8001
8002 2014-11-14 Yao Qi <yao@codesourcery.com>
8003
8004 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8005 Replace name, low_pc and high_pc with MACRO_AT_func.
8006
8007 2014-11-14 Yao Qi <yao@codesourcery.com>
8008
8009 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8010 produce debug information.
8011 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8012
8013 2014-11-14 Yao Qi <yao@codesourcery.com>
8014
8015 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8016 object and get function length.
8017 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8018 with MACRO_AT_func.
8019 (top-level): Replace gdb_compile and clean_restart with
8020 prepare_for_testing.
8021 * gdb.dwarf2/main.c (main): Add label main_label.
8022
8023 2014-11-14 Yao Qi <yao@codesourcery.com>
8024
8025 * lib/dwarf.exp (function_range): New procedure.
8026 (Dwarf::_handle_macro_at_func): New procedure.
8027 (Dwarf::_handle_macro_at_range): New procedure.
8028 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8029
8030 2014-11-14 Yao Qi <yao@codesourcery.com>
8031
8032 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8033 (_handle_attribute): New procedure.
8034
8035 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8036
8037 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8038 * gdb.base/call-sc.c (zed): Likewise.
8039 * gdb.base/checkpoint.c (main): Likewise.
8040 * gdb.base/dump.c (main): Likewise.
8041 * gdb.base/gcore.c (main): Likewise.
8042 * gdb.base/huge.c (main): Likewise.
8043 * gdb.base/multi-forks.c (main): Likewise.
8044 * gdb.base/pr10179-a.c (main): Likewise.
8045 * gdb.base/savedregs.c (main): Likewise.
8046 * gdb.base/sigaltstack.c (main): Likewise.
8047 * gdb.base/siginfo.c (main): Likewise.
8048 * gdb.base/structs.c (zed): Likewise.
8049 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8050 * gdb.mi/mi-syn-frame.c (main): Likewise.
8051 * gdb.mi/until.c (foo, main): Likewise.
8052 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8053 * gdb.base/solib-weak.c (foo): Declare.
8054 * gdb.base/attach-twice.c: Include stdio.h.
8055 * gdb.base/weaklib1.c: Likewise.
8056 * gdb.base/weaklib2.c: Likewise.
8057 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8058 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8059 unistd.h.
8060 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8061 * gdb.mi/mi-exit-code.c: Likewise.
8062 * gdb.base/break-interp-lib.c: Include string.h.
8063 * gdb.base/coremaker.c: Likewise.
8064 * gdb.base/testenv.c: Likewise.
8065 * gdb.python/py-finish-breakpoint.c: Likewise.
8066 * gdb.base/inferior-died.c: Include sys/wait.h.
8067 * gdb.base/fileio.c: Include time.h.
8068 * gdb.base/async-shell.c: Include unistd.h.
8069 * gdb.base/dprintf-non-stop.c: Likewise.
8070 * gdb.base/info-os.c: Likewise.
8071 * gdb.mi/mi-console.c: Likewise.
8072 * gdb.mi/watch-nonstop.c: Likewise.
8073 * gdb.python/py-events.c: Likewise.
8074 * gdb.base/async.c (baz): Move up before its invocation.
8075 * gdb.base/code_elim2.c (my_global_func): Likewise.
8076 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8077 * gdb.base/advance.c (func2): Likewise.
8078
8079 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8080
8081 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8082 variant.
8083 * gdb.base/annota3.c: Likewise.
8084 * gdb.base/async.c: Likewise.
8085 * gdb.base/average.c: Likewise.
8086 * gdb.base/call-ar-st.c: Likewise.
8087 * gdb.base/call-rt-st.c: Likewise.
8088 * gdb.base/call-sc.c: Likewise.
8089 * gdb.base/call-strs.c: Likewise.
8090 * gdb.base/ending-run.c: Likewise.
8091 * gdb.base/execd-prog.c: Likewise.
8092 * gdb.base/exprs.c: Likewise.
8093 * gdb.base/foll-exec.c: Likewise.
8094 * gdb.base/foll-fork.c: Likewise.
8095 * gdb.base/foll-vfork.c: Likewise.
8096 * gdb.base/funcargs.c: Likewise.
8097 * gdb.base/gcore.c: Likewise.
8098 * gdb.base/jump.c: Likewise.
8099 * gdb.base/langs0.c: Likewise.
8100 * gdb.base/langs1.c: Likewise.
8101 * gdb.base/langs2.c: Likewise.
8102 * gdb.base/mips_pro.c: Likewise.
8103 * gdb.base/nodebug.c: Likewise.
8104 * gdb.base/opaque0.c: Likewise.
8105 * gdb.base/opaque1.c: Likewise.
8106 * gdb.base/recurse.c: Likewise.
8107 * gdb.base/run.c: Likewise.
8108 * gdb.base/scope0.c: Likewise.
8109 * gdb.base/scope1.c: Likewise.
8110 * gdb.base/setshow.c: Likewise.
8111 * gdb.base/setvar.c: Likewise.
8112 * gdb.base/shmain.c: Likewise.
8113 * gdb.base/shr1.c: Likewise.
8114 * gdb.base/shr2.c: Likewise.
8115 * gdb.base/sigall.c: Likewise.
8116 * gdb.base/signals.c: Likewise.
8117 * gdb.base/so-indr-cl.c: Likewise.
8118 * gdb.base/solib2.c: Likewise.
8119 * gdb.base/structs.c: Likewise.
8120 * gdb.base/sum.c: Likewise.
8121 * gdb.base/vforked-prog.c: Likewise.
8122 * gdb.base/watchpoint.c: Likewise.
8123 * gdb.reverse/shr2.c: Likewise.
8124 * gdb.reverse/until-reverse.c: Likewise.
8125 * gdb.reverse/ur1.c: Likewise.
8126 * gdb.reverse/watch-reverse.c: Likewise.
8127
8128 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8129
8130 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8131 variant.
8132 * gdb.base/sepdebug.exp: Drop references to removed code.
8133
8134 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8135
8136 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8137 variant. Preserve original line numbering.
8138 * gdb.base/list1.c: Likewise.
8139
8140 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8141
8142 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8143 variant.
8144 * gdb.base/break1.c: Likewise.
8145 * gdb.base/break.exp: Drop references to removed code.
8146
8147 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8148
8149 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8150 variant.
8151
8152 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8153
8154 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8155
8156 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8157
8158 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8159 logic into perform_all_tests() and invoke it with and without
8160 function header prototypes.
8161 (do_function_calls): Remove conditional XFAIL for PR 5318.
8162 (rerun_and_prepare): Remove duplicate code.
8163 (perform_all_tests): New. Main logic moved here.
8164
8165 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8166
8167 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8168 code guarded by #ifdef NO_PROTOTYPES.
8169 (t_double_many_args): Likewise.
8170 (DEF_FUNC_MANY_ARGS_1): Likewise.
8171 (DEF_FUNC_VALUES_1): Likewise.
8172 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8173 guarded by #ifdef PROTOTYPES.
8174
8175 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8176
8177 * gdb.mi/mi-console.c: Add eye-catcher.
8178 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8179 instead of literal line number.
8180
8181 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8182
8183 * gdb.base/shr2.c: Add eye-catcher.
8184 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8185 line number.
8186
8187 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8188
8189 * gdb.base/jump.c: Add eye-catchers.
8190 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8191 numbers.
8192
8193 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8194
8195 * gdb.base/execd-prog.c: Add eye-catchers.
8196 * gdb.base/foll-exec.c: Likewise.
8197 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8198 line numbers.
8199
8200 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8201
8202 * gdb.base/ending-run.c: Add eye-catchers.
8203 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8204 literal line numbers.
8205
8206 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8207
8208 * gdb.base/call-rt-st.c: Add eye-catchers.
8209 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8210 literal line numbers.
8211
8212 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8213
8214 * gdb.base/call-ar-st.c: Add eye-catchers.
8215 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8216 literal line numbers.
8217
8218 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8219
8220 * gdb.base/average.c: Add eye-catchers.
8221 * gdb.base/sum.c: Likewise.
8222 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8223 regexps dynamically.
8224
8225 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8226
8227 * gdb.base/solib1.c: Add eye-catchers.
8228 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8229 literal line numbers.
8230
8231 2014-11-12 Pedro Alves <palves@redhat.com>
8232
8233 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8234 leader has exited.
8235
8236 2014-11-12 Pedro Alves <palves@redhat.com>
8237
8238 * gdb.arch/i386-bp_permanent.c: New file.
8239 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8240 (srcfile): Set to i386-bp_permanent.c.
8241 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8242 that stepi does not execute the 'leave' instruction, instead of
8243 testing it does execute.
8244 * gdb.base/bp-permanent.c: New file.
8245 * gdb.base/bp-permanent.exp: New file.
8246
8247 2014-11-10 Doug Evans <xdje42@gmail.com>
8248
8249 PR symtab/17564
8250 * gdb.base/symtab-search-order.exp: New file.
8251 * gdb.base/symtab-search-order.c: New file.
8252 * gdb.base/symtab-search-order-1.c: New file.
8253 * gdb.base/symtab-search-order-shlib-1.c: New file.
8254
8255 2014-11-07 Pedro Alves <palves@redhat.com>
8256
8257 PR gdb/17511
8258 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8259 i?86-*-linux*.
8260
8261 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8262
8263 PR c++/17494
8264 * gdb.cp/pr17494.cc: New file.
8265 * gdb.cp/pr17494.exp: New file.
8266
8267 2014-11-02 Yao Qi <yao@codesourcery.com>
8268
8269 * gdb.python/python.exp: Get working directory and match the
8270 output of "set extended-prompt \\w " with it.
8271
8272 2014-10-30 Doug Evans <dje@google.com>
8273
8274 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8275 in objfiles.
8276 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8277 in progspaces.
8278
8279 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8280
8281 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8282 * gdb.base/realname-expand.exp: Likewise.
8283 * gdb.linespec/macro-relative.exp: Likewise.
8284
8285 2014-10-29 Pedro Alves <palves@redhat.com>
8286
8287 PR gdb/17408
8288 * gdb.threads/schedlock.c (some_function): New function.
8289 (call_function): New global.
8290 (MAYBE_CALL_SOME_FUNCTION): New macro.
8291 (thread_function): Call it.
8292 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8293 and use it instead of a global counter. Adjust all callers.
8294 (get_current_thread): Use "find current thread" for test message
8295 here rather than having all callers pass down the same string.
8296 (goto_loop): New procedure, factored out from ...
8297 (my_continue): ... this.
8298 (step_ten_loops): Change parameter from test message to command to
8299 use. Adjust.
8300 (list_count): Delete global.
8301 (check_result): New procedure, factored out from duplicate top
8302 level code.
8303 (continue tests): Wrap in with_test_prefix.
8304 (test_step): New procedure, factored out from duplicate top level
8305 code.
8306 (top level): Test "step" in combination with all scheduler-locking
8307 modes. Test "next" in combination with all scheduler-locking
8308 modes, and in combination with stepping over a function call or
8309 not.
8310 * gdb.threads/next-bp-other-thread.c: New file.
8311 * gdb.threads/next-bp-other-thread.exp: New file.
8312
8313 2014-10-29 Pedro Alves <palves@redhat.com>
8314
8315 PR python/17372
8316 * gdb.python/python.exp: Test a multi-line command that spawns
8317 interactive Python.
8318 * gdb.base/multi-line-starts-subshell.exp: New file.
8319
8320 2014-10-29 Yao Qi <yao@codesourcery.com>
8321
8322 * gdb.base/fileio.exp: Make directories on host.
8323
8324 2014-10-29 Yao Qi <yao@codesourcery.com>
8325
8326 * gdb.base/fileio.c (test_write): Close the file.
8327
8328 2014-10-28 Pedro Alves <palves@redhat.com>
8329
8330 PR gdb/12623
8331 * gdb.base/sigstep.c (no_handler): New global.
8332 (main): If 'no_handler is true, set the signal handlers to
8333 SIG_IGN.
8334 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8335 with_sw_watch and no_handler parameters. Handle them.
8336 (top level) <stepping over handler when stopped at a breakpoint
8337 test>: Add a test axis for testing with a software watchpoint, and
8338 another for testing with the signal handler set to SIG_IGN.
8339 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8340 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8341
8342 2014-10-28 Pedro Alves <palves@redhat.com>
8343
8344 PR gdb/17511
8345 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8346 * gdb.base/sigstep.exp (other_handler_location): New global.
8347 (advance): Support stepping into the signal handler, and running
8348 commands while in the handler.
8349 (in_handler_map): New global.
8350 (top level): In the advance test, add combinations for getting
8351 into the handler with stepping commands, and for running commands
8352 in the handler. Add comment descripting the advancei tests.
8353
8354 2014-10-28 Pedro Alves <palves@redhat.com>
8355
8356 * gdb.base/sigstep.exp: Use build_executable instead of
8357 prepare_for_testing.
8358 (top level): Move code that starts GDB, runs to main and creates a
8359 display to ...
8360 (restart): ... this new procedure.
8361 (top level): Move backtrace from signal handler test to ...
8362 (validate_backtrace): ... this new procedure.
8363 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8364 with_test_prefix. Always restart GDB.
8365 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8366 with_test_prefix. Always restart GDB. No need to delete
8367 breakpoints after the test.
8368 (test_skip_handler): Remove prefix parameter.
8369 (skip_over_handler, breakpoint_to_handler)
8370 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8371 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8372 restart GDB. No need to delete breakpoints after the test.
8373 (top level): Use foreach to call the test procedures with
8374 different commands.
8375
8376 2014-10-28 Pedro Alves <palves@redhat.com>
8377
8378 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8379 instead of GNATS numbers.
8380 * gdb.base/sigbpt.exp: Likewise.
8381 * gdb.base/siginfo.exp: Likewise.
8382 * gdb.base/sigstep.exp: Likewise.
8383
8384 2014-10-27 Pedro Alves <palves@redhat.com>
8385
8386 * gdb.base/sigstep.c (dummy): New global.
8387 (main): Issue a couple writes to the new global.
8388 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8389 procedures.
8390 (skip_over_handler): Use test_skip_handler.
8391 (top level): Call skip_over_handler for stepi and nexti too.
8392 (breakpoint_over_handler): Use test_skip_handler.
8393 (top level): Call breakpoint_over_handler for stepi and nexti too.
8394
8395 2014-10-27 Yao Qi <yao@codesourcery.com>
8396
8397 * gdb.trace/tfile.c (adjust_function_address)
8398 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8399 function descriptor.
8400
8401 2014-10-24 Don Breazeal <donb@codesourcery.com>
8402
8403 * gdb.base/foll-fork.exp (test_follow_fork,
8404 catch_fork_child_follow): Check for updated fork messages emitted
8405 from infrun.c.
8406 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8407 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8408 vfork_and_exec_child_follow_through_step): Check for updated vfork
8409 messages emitted from infrun.c.
8410
8411 2014-10-24 Pedro Alves <palves@redhat.com>
8412
8413 * gdb.base/corefile.exp: Remove references to ultrix.
8414 * gdb.base/interrupt.exp: Likewise.
8415 * gdb.base/whatis.exp: Likewise.
8416 * gdb.gdb/selftest.exp: Likewise.
8417 * gdb.threads/manythreads.exp: Likewise.
8418 * gdb.threads/print-threads.exp: Likewise.
8419 * gdb.threads/pthreads.exp:: Likewise.
8420 * gdb.threads/schedlock.exp: Likewise.
8421
8422 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8423
8424 * gdb.cp/non-trivial-retval.cc: Add a test case.
8425 * gdb.cp/non-trivial-retval.exp: Add a test.
8426
8427 2014-10-20 Yao Qi <yao@codesourcery.com>
8428
8429 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8430 * gdb.python/py-objfile-script-gdb.py: New file.
8431 * gdb.python/py-objfile-script.exp: Update reference to
8432 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8433 of remote_download. Remove the dest file.
8434
8435 2014-10-20 Yao Qi <yao@codesourcery.com>
8436
8437 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8438 * gdb.base/step-line.exp: Likewise.
8439 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8440 * gdb.dwarf2/dw2-basic.exp: Likewise.
8441 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8442 * gdb.dwarf2/dw2-filename.exp: Likewise.
8443 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8444 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8445 * gdb.dwarf2/dw2-producer.exp: Likewise.
8446 * gdb.dwarf2/mac-fileno.exp: Likewise.
8447 * gdb.python/py-frame-args.exp: Likewise.
8448 * gdb.python/py-framefilter.exp: Likewise.
8449 * gdb.python/py-mi.exp: Likewise.
8450 * gdb.python/py-objfile-script.exp: Likewise
8451 * gdb.python/py-pp-integral.exp: Likewise.
8452 * gdb.python/py-pp-re-notag.exp: Likewise.
8453 * gdb.python/py-prettyprint.exp: Likewise.
8454 * gdb.python/py-section-script.exp: Likewise.
8455 * gdb.python/py-typeprint.exp: Likewise.
8456 * gdb.python/py-xmethods.exp: Likewise.
8457 * gdb.stabs/weird.exp: Likewise.
8458 * gdb.xml/tdesc-regs.exp: Likewise.
8459
8460 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8461
8462 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8463 (out_cu): Use addr_len for the size of addresses.
8464 (out_line): Likewise. Size DW_LNE_set_address instruction
8465 according to addr_len.
8466 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8467 (FUNC): Add START_INSNS to definition.
8468
8469 2014-10-18 Yao Qi <yao@codesourcery.com>
8470
8471 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8472 gdb_has_argv0 return true.
8473 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8474 check [target_info exists noargs], check [gdb_has_argv0]
8475 instead.
8476 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8477 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8478 procedures.
8479
8480 2014-10-17 Doug Evans <dje@google.com>
8481
8482 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8483 event.
8484 * gdb.python/py-events.py: Add clear_objfiles event.
8485
8486 2014-10-17 Doug Evans <dje@google.com>
8487
8488 * gdb.python/py-objfile.exp: Test progspace attribute.
8489
8490 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
8491
8492 * gdb.guile/scm-breakpoint.exp: Do not assume any
8493 directory separators when matching source file paths.
8494 * gdb.python/py-breakpoint.exp: Likewise.
8495 * gdb.reverse/break-precsave.exp: Likewise.
8496 * gdb.reverse/break-reverse.exp: Likewise.
8497 * gdb.reverse/consecutive-precsave.exp: Likewise.
8498 * gdb.reverse/finish-precsave.exp: Likewise.
8499 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8500 * gdb.reverse/finish-reverse.exp: Likewise.
8501 * gdb.reverse/i386-precsave.exp: Likewise.
8502 * gdb.reverse/i387-env-reverse.exp: Likewise.
8503 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8504 * gdb.reverse/machinestate-precsave.exp: Likewise.
8505 * gdb.reverse/machinestate.exp: Likewise.
8506 * gdb.reverse/sigall-precsave.exp: Likewise.
8507 * gdb.reverse/solib-precsave.exp: Likewise.
8508 * gdb.reverse/step-precsave.exp: Likewise.
8509 * gdb.reverse/until-precsave.exp: Likewise.
8510 * gdb.reverse/watch-precsave.exp: Likewise.
8511 * gdb.reverse/watch-reverse.exp: Likewise.
8512
8513 2014-10-17 Yao Qi <yao@codesourcery.com>
8514
8515 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8516 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8517
8518 2014-10-17 Pedro Alves <palves@redhat.com>
8519
8520 PR gdb/17471
8521 * gdb.base/bg-execution-repeat.c: New file.
8522 * gdb.base/bg-execution-repeat.exp: New file.
8523
8524 2014-10-17 Pedro Alves <palves@redhat.com>
8525
8526 PR gdb/17300
8527 * gdb.base/continue-all-already-running.c: New file.
8528 * gdb.base/continue-all-already-running.exp: New file.
8529
8530 2014-10-17 Pedro Alves <palves@redhat.com>
8531
8532 PR gdb/17472
8533 * gdb.base/annota-input-while-running.c: New file.
8534 * gdb.base/annota-input-while-running.exp: New file.
8535
8536 2014-10-17 Pedro Alves <palves@redhat.com>
8537
8538 * gdb.base/callfuncs.exp: emove references to osf.
8539 * gdb.base/sigall.exp: Likewise.
8540 * gdb.gdb/selftest.exp: Likewise.
8541 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8542 * gdb.mi/non-stop.c: Likewise.
8543 * gdb.mi/pthreads.c: Likewise.
8544 * gdb.reverse/sigall-precsave.exp: Likewise.
8545 * gdb.reverse/sigall-reverse.exp: Likewise.
8546 * gdb.threads/pthreads.c: Likewise.
8547 * gdb.threads/pthreads.exp: Likewise.
8548
8549 2014-10-17 Yao Qi <yao@codesourcery.com>
8550
8551 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8552 check 'target_info exists noargs'.
8553 (test_command_prompt_position): Likewise.
8554 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8555 Remove "set args".
8556 (progvar_simple_while_test): Likewise.
8557 (progvar_complex_if_while_test): Likewise.
8558 (if_while_breakpoint_command_test): Likewise.
8559 (infrun_breakpoint_command_test): Likewise.
8560 (breakpoint_command_test): Likewise.
8561 (watchpoint_command_test): Likewise.
8562 (bp_deleted_in_command_test): Likewise.
8563 (temporary_breakpoint_commands): Likewise.
8564
8565 2014-10-16 Yao Qi <yao@codesourcery.com>
8566
8567 * gdb.base/remotetimeout.exp: Remove noargs checking.
8568
8569 2014-10-15 Pedro Alves <palves@redhat.com>
8570
8571 PR breakpoints/9649
8572 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8573 * gdb.base/breakpoint-in-ro-region.exp
8574 (probe_target_hardware_step): New procedure.
8575 (top level): Probe hardware stepping and hardware breakpoint
8576 support. Test stepping through a read-only region, with both
8577 "breakpoint auto-hw" on and off and both "always-inserted" on and
8578 off.
8579
8580 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8581
8582 * gdb.dlang/demangle.exp: Update for demangling changes.
8583
8584 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8585
8586 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8587 * gdb.cp/non-trivial-retval.exp: Add new tests.
8588
8589 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8590
8591 PR c++/13403
8592 PR c++/15154
8593 * gdb.cp/non-trivial-retval.cc: New file.
8594 * gdb.cp/non-trivial-retval.exp: New file.
8595
8596 2014-10-15 Yao Qi <yao@codesourcery.com>
8597
8598 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8599 remote host.
8600
8601 2014-10-15 Yao Qi <yao@codesourcery.com>
8602
8603 * gdb.python/py-symbol.exp: Match file base name if host is
8604 remote, otherwise match file name with dir name.
8605 * gdb.python/py-symtab.exp: Likewise.
8606 * gdb.python/python.exp: Likewise.
8607
8608 2014-10-15 Yao Qi <yao@codesourcery.com>
8609
8610 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8611 pattern.
8612 * gdb.python/py-symtab.exp: Likewise.
8613 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8614 locationn.
8615
8616 2014-10-14 Joel Brobecker <brobecker@adacore.com>
8617
8618 * gdb.ada/addr_arith: New testcase.
8619
8620 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8621
8622 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8623 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8624 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8625 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8626
8627 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8628
8629 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8630 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8631 * gdb.arch/stap-eval-lang-ada.exp: New file.
8632
8633 2014-10-14 Yao Qi <yao@codesourcery.com>
8634
8635 * gdb.mi/mi-var-child.c (nothing1): New function.
8636 (nothing2): New function.
8637 (do_children_tests): Set function pointers by nothing1 and
8638 nothing2.
8639 * gdb.mi/mi-var-child.exp: Step over new added statements.
8640 Update test to match the new output.
8641 * gdb.mi/var-cmd.c (nothing1): New function.
8642 (nothing2): New function.
8643 (do_children_tests): Set function pointers by nothing1 and
8644 nothing2.
8645 * gdb.mi/mi-var-display.exp: Update test to match output.
8646 Step to the line specified by $line_dct_nothing.
8647 Increase the number of lines to step.
8648
8649 2014-10-14 Yao Qi <yao@codesourcery.com>
8650
8651 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8652 tests.
8653 * gdb.mi/mi2-var-child.exp: Likewise.
8654
8655 2014-10-13 Doug Evans <dje@google.com>
8656
8657 * gdb.python/py-objfile.exp: Change name of file name test.
8658
8659 2014-10-13 Doug Evans <dje@google.com>
8660
8661 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8662 from the start of the CU.
8663
8664 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8665 Yao Qi <yao@codesourcery.com>
8666
8667 Fix "save breakpoints" for "catch" command.
8668 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8669 Remove -nonewline. Match also the added "main" line.
8670
8671 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8672
8673 Fix "save breakpoints" for "disable $bpnum" command.
8674 * gdb.base/save-bp.c (main): Add label.
8675 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8676
8677 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8678
8679 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8680
8681 2014-10-11 Yao Qi <yao@codesourcery.com>
8682
8683 * gdb.server/server-kill.exp: Execute command
8684 "set remote trace-status-packet on" before "tstatus".
8685
8686 2014-10-11 Yao Qi <yao@codesourcery.com>
8687
8688 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8689 (main): Call getppid.
8690 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8691 and continue to it. Read variable "server_pid".
8692
8693 2014-10-11 Yao Qi <yao@codesourcery.com>
8694
8695 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8696
8697 2014-10-11 Yao Qi <yao@codesourcery.com>
8698
8699 * gdb.threads/thread-find.exp: Don't execute command
8700 "info threads".
8701 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8702 * gdb.threads/linux-dp.exp: Don't check the condition
8703 $threads_created equals to zero.
8704
8705 2014-10-10 Pedro Alves <palves@redhat.com>
8706
8707 * gdb.base/bigcore.exp: Remove references to IRIX.
8708 * gdb.base/funcargs.exp: Likewise.
8709 * gdb.base/interrupt.exp: Likewise.
8710 * gdb.base/mips_pro.exp: Likewise.
8711 * gdb.base/nodebug.exp: Likewise.
8712 * gdb.base/setvar.exp: Likewise.
8713 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8714
8715 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8716 Pedro Alves <palves@redhat.com>
8717
8718 PR symtab/14466
8719 * gdb.base/vdso-warning.c: New file.
8720 * gdb.base/vdso-warning.exp: New file.
8721
8722 2014-10-02 Doug Evans <dje@google.com>
8723
8724 * gdb.base/structs.c (main): Don't run forever.
8725
8726 2014-10-02 Pedro Alves <palves@redhat.com>
8727
8728 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8729 (top level) <stop threads 1, stop threads 2>: Use it.
8730
8731 2014-10-02 Pedro Alves <palves@redhat.com>
8732
8733 * gdb.threads/break-while-running.exp (test): Add new
8734 'update_thread_list' argument. Skip "info threads" if false.
8735 (top level): Add new 'update_thread_list' axis.
8736
8737 2014-10-02 Pedro Alves <palves@redhat.com>
8738
8739 PR breakpoints/17431
8740 * gdb.base/execl-update-breakpoints.c: New file.
8741 * gdb.base/execl-update-breakpoints.exp: New file.
8742
8743 2014-10-01 Pedro Alves <palves@redhat.com>
8744
8745 * gdb.base/breakpoint-in-ro-region.c: New file.
8746 * gdb.base/breakpoint-in-ro-region.exp: New file.
8747
8748 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
8749
8750 * gdb.mi/mi-exit-code.exp: New file.
8751 * gdb.mi/mi-exit-code.c: New file.
8752
8753 2014-09-30 Yao Qi <yao@codesourcery.com>
8754
8755 * lib/prelink-support.exp (build_executable_own_libs): Error if
8756 the target isn't native.
8757
8758 2014-09-30 Yao Qi <yao@codesourcery.com>
8759
8760 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
8761 false.
8762
8763 2014-09-22 Pedro Alves <palves@redhat.com>
8764
8765 * gdb.threads/break-while-running.exp: New file.
8766 * gdb.threads/break-while-running.c: New file.
8767
8768 2014-09-19 Yao Qi <yao@codesourcery.com>
8769
8770 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
8771 Invoke test. Restart GDB with --readnow and invoke test again.
8772
8773 2014-09-19 Yao Qi <yao@codesourcery.com>
8774
8775 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
8776 proc set_breakpoint_on_gcd_function. Invoke
8777 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
8778 invoke set_breakpoint_on_gcd_function again.
8779
8780 2014-09-18 Doug Evans <dje@google.com>
8781
8782 * gdb.dwarf2/symtab-producer.exp: New file.
8783
8784 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8785
8786 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
8787 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
8788 * gdb.base/global-var-nested-by-dso.c: Likewise.
8789 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8790
8791 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8792 Pedro Alves <palves@redhat.com>
8793
8794 * gdb.base/watch-bitfields.exp: Pass string other than test file
8795 name to prepare_for_testing.
8796 (watch): New procedure.
8797 (expect_watchpoint): Use with_test_prefix.
8798 (top level): Factor out tests to ...
8799 (test_watch_location, test_regular_watch): ... these new
8800 procedures, and use with_test_prefix and gdb_continue_to_end.
8801
8802 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
8803
8804 PR breakpoints/12526
8805 * gdb.base/watch-bitfields.exp: New file.
8806 * gdb.base/watch-bitfields.c: New file.
8807
8808 2014-09-16 Pedro Alves <palves@redhat.com>
8809
8810 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
8811 software and hardware addresses, not software address against
8812 itself.
8813
8814 2014-09-16 Pedro Alves <palves@redhat.com>
8815
8816 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
8817 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
8818
8819 2014-09-16 Pedro Alves <palves@redhat.com>
8820
8821 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
8822 files.
8823 * gdb.base/a2-run.exp: Remove all code guarded by istarget
8824 "*-*-vxworks*" throughout.
8825 * gdb.base/break.exp: Likewise.
8826 * gdb.base/default.exp: Likewise.
8827 * gdb.base/scope.exp: Likewise.
8828 * gdb.base/sepdebug.exp: Likewise.
8829 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
8830 throughout.
8831 * gdb.base/run.c: Likewise.
8832 * gdb.base/sepdebug.c: Likewise.
8833 * gdb.hp/gdb.aCC/run.c: Likewise.
8834 * gdb.reverse/until-reverse.c: Likewise.
8835 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
8836
8837 2014-09-16 Yao Qi <yao@codesourcery.com>
8838
8839 * boards/local-remote-host-native.exp: New file.
8840
8841 2014-09-14 Doug Evans <xdje42@gmail.com>
8842
8843 * gdb.threads/queue-signal.c (thread_count): New variable.
8844 (thread_count_mutex, thread_count_condvar): New variables.
8845 (incr_thread_count, wait_all_threads_running): New functions.
8846 (main): Wait for all threads to be in their thread functions.
8847
8848 2014-09-13 Doug Evans <xdje42@gmail.com>
8849
8850 * gdb.threads/queue-signal.c: New file.
8851 * gdb.threads/queue-signal.exp: New file.
8852
8853 2014-09-13 Doug Evans <xdje42@gmail.com>
8854
8855 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
8856 be consistent with what default_gdb_init uses.
8857 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
8858 the plain text of the prompt. Add some logging printfs.
8859 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
8860
8861 2014-09-12 Pedro Alves <palves@redhat.com>
8862
8863 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
8864 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
8865 * gdb.arch/i386-size-overlap.exp: Likewise.
8866 * gdb.arch/i386-size.exp: Likewise.
8867 * gdb.arch/i386-unwind.exp: Likewise.
8868 * gdb.base/a2-run.exp: Likewise.
8869 * gdb.base/break.exp: Likewise.
8870 * gdb.base/charset.exp: Likewise.
8871 * gdb.base/chng-syms.exp: Likewise.
8872 * gdb.base/commands.exp: Likewise.
8873 * gdb.base/dbx.exp: Likewise.
8874 * gdb.base/find.exp: Likewise.
8875 * gdb.base/funcargs.exp: Likewise.
8876 * gdb.base/jit-simple.exp: Likewise.
8877 * gdb.base/reread.exp: Likewise.
8878 * gdb.base/sepdebug.exp: Likewise.
8879 * gdb.base/step-bt.exp: Likewise.
8880 * gdb.cp/mb-inline.exp: Likewise.
8881 * gdb.cp/mb-templates.exp: Likewise.
8882 * gdb.objc/basicclass.exp: Likewise.
8883 * gdb.threads/killed.exp: Likewise.
8884
8885 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8886
8887 PR tdep/17379
8888 * gdb.arch/powerpc-stackless.S: New file.
8889 * gdb.arch/powerpc-stackless.exp: New file.
8890
8891 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8892
8893 * gdb.base/attach.c: Include unistd.h.
8894 (main): Call alarm. Add label postloop.
8895 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
8896 gdb_breakpoint, gdb_continue_to_breakpoint.
8897 (test_command_line_attach_run): Kill ${testpid} in one exit path.
8898
8899 2014-09-11 Pedro Alves <palves@redhat.com>
8900
8901 PR gdb/17347
8902 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
8903 * gdb.base/attach.exp (test_command_line_attach_run): New
8904 procedure.
8905 (top level): Call it.
8906
8907 2014-09-11 Pedro Alves <palves@redhat.com>
8908
8909 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
8910 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
8911 (do_command_attach_tests): Use spawn_wait_for_attach.
8912 * gdb.base/solib-overlap.exp: Likewise.
8913 * gdb.multi/multi-attach.exp: Likewise.
8914 * gdb.python/py-prompt.exp: Likewise.
8915 * gdb.python/py-sync-interp.exp: Likewise.
8916 * gdb.server/ext-attach.exp: Likewise.
8917
8918 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
8919
8920 * gdb.fortran/array-element.exp: Remove unexpected "continue"
8921 command in testcase. Simplify testcase.
8922
8923 2014-09-10 Joel Brobecker <brobecker@adacore.com>
8924
8925 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
8926
8927 2014-09-10 Joel Brobecker <brobecker@adacore.com>
8928
8929 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
8930
8931 2014-09-10 Joel Brobecker <brobecker@adacore.com>
8932
8933 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
8934
8935 2014-09-10 Joel Brobecker <brobecker@adacore.com>
8936
8937 * gdb.dwarf2/dynarr-ptr.c: New file.
8938 * gdb.dwarf2/dynarr-ptr.exp: New file.
8939
8940 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8941
8942 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
8943 of 30 rather than hardcoding 120 for a slow test case. Take the
8944 `gdb,timeout' target setting into account for this calculation.
8945 Don't extend the timeout for the test cases that don't need it.
8946
8947 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8948
8949 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
8950 a factor of 2 for a slow test case. Take the `gdb,timeout'
8951 target setting into account for this calculation.
8952 * gdb.reverse/until-precsave.exp: Increase the timeout by
8953 a factor of 15 and 3 respectively rather than adding 120
8954 for a pair of slow test cases. Take the `gdb,timeout'
8955 target setting into account for this calculation.
8956
8957 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8958
8959 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
8960 timeout, don't pass one down to gdb_expect.
8961 (gdb_expect): Rework timeout selection.
8962
8963 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8964
8965 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
8966 exception on timeout.
8967 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
8968 (gdbserver_start_extended): Catch any `gdbserver_start' error
8969 exceptions.
8970 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
8971 * lib/mi-support.exp (mi_gdb_target_load): Catch any
8972 `gdbserver_gdb_load' error exceptions.
8973
8974 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8975
8976 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
8977 120 on waiting for the TCP socket to open.
8978
8979 2014-09-09 Doug Evans <xdje42@gmail.com>
8980
8981 * gdb.base/default.exp (show_conv_list): Add _caller_is,
8982 _caller_matches, _any_caller_is, _any_caller_matches.
8983
8984 2014-09-09 Doug Evans <xdje42@gmail.com>
8985
8986 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
8987
8988 2014-09-09 Yao Qi <yao@codesourcery.com>
8989
8990 * gdb.mi/mi-var-display.exp: Set print symbol off.
8991
8992 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
8993
8994 PR gdb/17035
8995 * gdb.base/commands.exp: Add tests to verify user-defined
8996 commands with empty bodies.
8997 * gdb.python/py-cmd.exp: Test that we don't show user-defined
8998 python commands in `show user command`.
8999 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9000 scheme commands in `show user command`.
9001
9002 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9003
9004 PR python/17355
9005 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9006 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9007 * gdb.python/py-framefilter-invalidarg.exp: New file.
9008 * gdb.python/py-framefilter-invalidarg.py: New file.
9009
9010 2014-09-06 Doug Evans <xdje42@gmail.com>
9011
9012 PR 15276
9013 * gdb.python/py-caller-is.c: New file.
9014 * gdb.python/py-caller-is.exp: New file.
9015
9016 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9017
9018 PR gdb/17235
9019 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9020 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9021
9022 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9023
9024 PR fortran/17237
9025 * gdb.fortran/print-formatted.exp: New file.
9026 * gdb.fortran/print-formatted.f90: Likewise.
9027
9028 2014-09-03 Sasha Smundak <asmundak@google.com>
9029
9030 * gdb.python/py-frame.exp: Test Frame.read_register.
9031
9032 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9033
9034 PR python/16699
9035 * gdb.python/py-completion.exp: New file.
9036 * gdb.python/py-completion.py: Likewise.
9037
9038 2014-08-28 Doug Evans <dje@google.com>
9039
9040 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9041 eax,etc. are live with values set by gdb and thus the compiler can't
9042 use them.
9043 * gdb.arch/i386-pseudo.c (main): Ditto.
9044
9045 2014-08-27 Doug Evans <dje@google.com>
9046
9047 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9048
9049 2014-08-25 Doug Evans <dje@google.com>
9050
9051 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9052 (main): Ditto.
9053
9054 2014-08-25 Doug Evans <dje@google.com>
9055
9056 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9057
9058 2014-08-24 Yao Qi <yao@codesourcery.com>
9059
9060 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9061 symbol off.
9062 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9063
9064 2014-08-22 Doug Evans <dje@google.com>
9065
9066 PR 17276
9067 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9068 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9069 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9070
9071 2014-08-22 Yao Qi <yao@codesourcery.com>
9072
9073 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9074 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9075 * gdb.python/python.exp: Likewise. Use .py file on the host
9076 instead of the build.
9077
9078 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9079
9080 * gdb.threads/gcore-stale-thread.c: New file.
9081 * gdb.threads/gcore-stale-thread.exp: New file.
9082
9083 2014-08-21 Pedro Alves <palves@redhat.com>
9084
9085 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9086 * gdb.base/gcore-relro-pie.exp: Likewise.
9087 * gdb.base/gcore-relro.exp: Likewise.
9088 * gdb.base/gcore.exp: Likewise.
9089 * gdb.base/print-symbol-loading.exp: Likewise.
9090 * gdb.threads/gcore-thread.exp: Likewise.
9091 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9092
9093 2014-08-20 Pedro Alves <palves@redhat.com>
9094 Jan Kratochvil <jan.kratochvil@redhat.com>
9095
9096 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9097 configure.
9098 (EXPECT): Handle READ1 being set.
9099 (all): Depend on EXTRA_RULES.
9100 (check-read1, expect-read1, read1.so, read1): New rules.
9101 * README (Testsuite Parameters): Document the READ1 make variable.
9102 (Race detection): New section.
9103 * configure: Regenerate.
9104 * configure.ac: If build==host==target, and running under a
9105 GNU/glibc system, add read1 to the extra Makefile rules.
9106 (EXTRA_RULES): AC_SUBST it.
9107 * lib/read1.c: New file.
9108
9109 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9110
9111 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9112 the handling of variables declared as a typedef to an array
9113 which a DW_AT_data_location attribute.
9114
9115 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9116 Pedro Alves <palves@redhat.com>
9117
9118 PR symtab/14604
9119 PR symtab/14605
9120 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9121 gdb_test.
9122
9123 2014-08-19 Pedro Alves <palves@redhat.com>
9124
9125 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9126
9127 2014-08-19 Yao Qi <yao@codesourcery.com>
9128
9129 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9130 right line.
9131
9132 2014-08-18 David Blaikie <dblaikie@gmail.com>
9133
9134 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9135
9136 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9137
9138 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9139 attribute in array range.
9140
9141 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9142
9143 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9144
9145 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9146
9147 PR c++/17132
9148 * gdb.cp/pr17132.cc: New file.
9149 * gdb.cp/pr17132.exp: New file.
9150
9151 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9152
9153 * gdb.python/py-xmethods.py (A_getarrayind)
9154 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9155 Use 'print' with function call syntax.
9156 (E_method_matcher.match): Fix tab vs space indentation mixup.
9157
9158 2014-08-15 Yao Qi <yao@codesourcery.com>
9159
9160 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9161 false.
9162
9163 2014-08-15 Yao Qi <yao@codesourcery.com>
9164
9165 * gdb.cp/casts.exp: Set print symbol off.
9166 * gdb.cp/class2.exp: Likewise.
9167 * gdb.cp/overload.exp: Likewise.
9168 * gdb.cp/templates.exp: Likewise.
9169
9170 2014-08-11 Doug Evans <dje@google.com>
9171
9172 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9173 (test_load_shlib): Update.
9174
9175 2014-08-09 Yao Qi <yao@codesourcery.com>
9176
9177 * gdb.base/display.exp: Invoke is_address_zero_readable.
9178 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9179 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9180 * gdb.base/hbreak-unmapped.exp: Return if
9181 is_address_zero_readable returns true.
9182 * gdb.base/signest.exp: Likewise.
9183 * gdb.base/signull.exp: Likewise.
9184 * gdb.base/sigbpt.exp: Likewise.
9185 * gdb.guile/scm-disasm.exp: Do the test if
9186 is_address_zero_readable returns false.
9187 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9188 * gdb.python/py-arch.exp: Likewise.
9189 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9190 * lib/gdb.exp (is_address_zero_readable): New proc.
9191
9192 2014-08-09 Yao Qi <yao@codesourcery.com>
9193
9194 PR testsuite/13443
9195 * gdb.mi/mi-var-display.exp: Make test messages unique.
9196
9197 2014-08-04 Tom Tromey <tromey@redhat.com>
9198
9199 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9200 target 0".
9201
9202 2014-08-04 Tom Tromey <tromey@redhat.com>
9203
9204 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9205 "target_resume".
9206
9207 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9208
9209 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9210 inner_vla_struct_object_size.
9211 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9212 as xfail.
9213
9214 2014-07-30 Pedro Alves <palves@redhat.com>
9215
9216 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9217 comment.
9218
9219 2014-07-29 Yao Qi <yao@codesourcery.com>
9220
9221 PR gdb/17206
9222 * gdb.base/until-nodebug.exp: New.
9223
9224 2014-07-28 Doug Evans <xdje42@gmail.com>
9225
9226 PR guile/17203
9227 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9228 previously existing parameter, and previously ambiguously spelled
9229 parameter.
9230
9231 2014-07-28 Will Newton <will.newton@linaro.org>
9232
9233 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9234
9235 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9236 Doug Evans <xdje42@gmail.com>
9237
9238 PR guile/17146
9239 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9240
9241 2014-07-25 Pedro Alves <palves@redhat.com>
9242
9243 * gdb.threads/signal-command-handle-nopass.c: New file.
9244 * gdb.threads/signal-command-handle-nopass.exp: New file.
9245 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9246 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9247 * gdb.threads/signal-delivered-right-thread.c: New file.
9248 * gdb.threads/signal-delivered-right-thread.exp: New file.
9249
9250 2014-07-25 Pedro Alves <palves@redhat.com>
9251
9252 * gdb.base/double-prompt-target-event-error.exp
9253 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9254 match.
9255 (cancel_pagination_in_target_event): Rework double prompt
9256 detection.
9257 * gdb.base/paginate-after-ctrl-c-running.exp
9258 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9259 <return>' match.
9260 * gdb.base/paginate-bg-execution.exp
9261 (test_bg_execution_pagination_return)
9262 (test_bg_execution_pagination_cancel): Remove '-notransfer
9263 <return>' matches.
9264 * gdb.base/paginate-execution-startup.exp
9265 (test_fg_execution_pagination_return)
9266 (test_fg_execution_pagination_cancel): Remove '-notransfer
9267 <return>' matches.
9268 * gdb.base/paginate-inferior-exit.exp
9269 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9270 match.
9271 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9272 * lib/gdb.exp (pagination_prompt): Run text through
9273 string_to_regexp.
9274 (gdb_test_multiple): Match $pagination_prompt instead of
9275 "<return>".
9276 (string_to_regexp): Move to lib/gdb-utils.exp.
9277
9278 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9279
9280 * gdb.arch/amd64-entry-value-paramref.S: New file.
9281 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9282 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9283 * gdb.arch/amd64-optimout-repeat.S: New file.
9284 * gdb.arch/amd64-optimout-repeat.c: New file.
9285 * gdb.arch/amd64-optimout-repeat.exp: New file.
9286
9287 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9288
9289 PR gdb/17170
9290 * gdb.base/statistics.exp: New file.
9291
9292 2014-07-17 Doug Evans <dje@google.com>
9293
9294 PR gdb/17170
9295 * gdb.base/maint.exp: Update testing of per-command stats.
9296
9297 2014-07-16 Pedro Alves <palves@redhat.com>
9298
9299 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9300 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9301 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9302 (tfile_write_buf): New functions.
9303 (add_memory_block): Rewrite using the above.
9304 (adjust_function_address): New function.
9305 (FUNCTION_ADDRESS): New macro.
9306 (write_basic_trace_file): Remove short_x local, and use
9307 tfile_write_16. Change type of func_addr local to unsigned long
9308 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9309 here. Cast argument of add_memory_block to char pointer.
9310 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9311 (main): Remove parameters.
9312 * gdb.trace/tfile.exp: Remove nowarnings.
9313
9314 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9315
9316 * gdb.base/debug-expr.exp: Test string evaluation with
9317 "debug expression" on.
9318
9319 2014-07-15 Pedro Alves <palves@redhat.com>
9320
9321 * gdb.base/reread.exp: Use clean_restart.
9322
9323 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9324
9325 * gdb.arch/avr-flash-qualifer.c: New.
9326 * gdb.arch/avr-flash-qualifer.exp: New.
9327
9328 2014-07-14 Pedro Alves <palves@redhat.com>
9329
9330 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9331 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9332
9333 2014-07-14 Pedro Alves <palves@redhat.com>
9334
9335 * gdb.base/double-prompt-target-event-error.c: New file.
9336 * gdb.base/double-prompt-target-event-error.exp: New file.
9337
9338 2014-07-14 Pedro Alves <palves@redhat.com>
9339
9340 PR gdb/17072
9341 * gdb.base/paginate-inferior-exit.c: New file.
9342 * gdb.base/paginate-inferior-exit.exp: New file.
9343
9344 2014-07-14 Pedro Alves <palves@redhat.com>
9345
9346 PR gdb/17072
9347 * gdb.base/paginate-bg-execution.c: New file.
9348 * gdb.base/paginate-bg-execution.exp: New file.
9349
9350 2014-07-14 Pedro Alves <palves@redhat.com>
9351
9352 PR gdb/17072
9353 * gdb.base/paginate-execution-startup.c: New file.
9354 * gdb.base/paginate-execution-startup.exp: New file.
9355 * lib/gdb.exp (pagination_prompt): New global.
9356 (default_gdb_spawn): New procedure, factored out from
9357 default_gdb_spawn.
9358 (default_gdb_start): Adjust to call default_gdb_spawn.
9359 (gdb_spawn): New procedure.
9360
9361 2014-07-14 Pedro Alves <palves@redhat.com>
9362
9363 * lib/gdb.exp (gdb_assert): New procedure.
9364 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9365
9366 2014-07-14 Pedro Alves <palves@redhat.com>
9367
9368 * gdb.base/execution-termios.c: New file.
9369 * gdb.base/execution-termios.exp: New file.
9370
9371 2014-07-14 Tom Tromey <tromey@redhat.com>
9372
9373 * gdb.cp/vla-cxx.cc: New file.
9374 * gdb.cp/vla-cxx.exp: New file.
9375
9376 2014-07-14 Tom Tromey <tromey@redhat.com>
9377
9378 * gdb.reverse/rerun-prec.c: New file.
9379 * gdb.reverse/rerun-prec.exp: New file.
9380
9381 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9382 Maciej W. Rozycki <macro@codesourcery.com>
9383
9384 * lib/gdb-utils.exp: New file.
9385 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9386 inline `gdb_init_command' processing.
9387 (gdb_start_cmd): Likewise.
9388 * lib/mi-support.exp (mi_run_cmd): Likewise.
9389 * README: Document `gdb_init_command' and `gdb_init_commands'.
9390
9391 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9392
9393 Fix false FAIL running under a very long directory name.
9394 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9395 and "set print elements 10000". Twice.
9396
9397 2014-07-11 Yao Qi <yao@codesourcery.com>
9398
9399 * gdb.base/exprs.exp: "set print symbol off".
9400
9401 2014-07-11 Pedro Alves <palves@redhat.com>
9402
9403 * gdb.threads/kill.c: New file.
9404 * gdb.threads/kill.exp: New file.
9405
9406 2014-07-10 Yao Qi <yao@codesourcery.com>
9407
9408 * gdb.trace/tfile.c (write_basic_trace_file)
9409 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9410 address written to trace file.
9411
9412 2014-07-09 Pedro Alves <palves@redhat.com>
9413
9414 * gdb.base/attach-wait-input.exp: New file.
9415 * gdb.base/attach-wait-input.c: New file.
9416
9417 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9418
9419 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9420 setting up test structures.
9421 (main): Call new test function.
9422 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9423 test function, continue into test function and walk test
9424 structures.
9425
9426 2014-07-02 Yao Qi <yao@codesourcery.com>
9427
9428 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9429 'bar_start' at the beginning of functions 'foo' and 'bar'
9430 respectively.
9431 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9432 instead of 'foo' and 'bar'.
9433
9434 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9435
9436 * gdb.btrace/segv.exp: New.
9437 * gdb.btrace/segv.c: New.
9438
9439 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
9440
9441 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9442 instruction.
9443
9444 2014-06-30 Mark Wielaard <mjw@redhat.com>
9445
9446 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9447 vulture, vilify, villar): New volatile array constants.
9448 (vindictive, vegetation): New const volatile array constants.
9449 * gdb.base/volatile.exp: Test volatile and const volatile array
9450 types.
9451
9452 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9453
9454 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9455 target lacks support for awatch, rwatch, or hbreak.
9456
9457 2014-06-27 Yao Qi <yao@codesourcery.com>
9458
9459 * gdb.multi/dummy-frame-restore.exp: New.
9460 * gdb.multi/dummy-frame-restore.c: New.
9461
9462 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9463
9464 * gdb.btrace/gcore.exp: New.
9465
9466 2014-06-23 Pedro Alves <palves@redhat.com>
9467
9468 * gdb.base/watchpoint-reuse-slot.c: New file.
9469 * gdb.base/watchpoint-reuse-slot.exp: New file.
9470
9471 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9472
9473 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9474 progspace's filename in 'info', 'enable' and 'disable' command
9475 tests.
9476
9477 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9478
9479 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9480 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9481 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9482
9483 2014-06-20 Gary Benson <gbenson@redhat.com>
9484
9485 * gdb.arch/i386-avx.exp: Fix include file location.
9486 * gdb.arch/i386-sse.exp: Likewise.
9487
9488 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9489
9490 * gdb.dlang/expression.exp: New file.
9491
9492 2014-06-19 Pedro Alves <palves@redhat.com>
9493
9494 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9495 out from ...
9496 (top level): ... here. Iterate running tests under different
9497 scheduler-locking settings.
9498
9499 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
9500
9501 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9502 to DW_FORM_addr and use non-zero addresses.
9503
9504 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9505
9506 PR gdb/17017
9507 * gdb.python/py-xmethods.cc: Add global function call counters and
9508 increment them in their respective functions. Remove "cout"
9509 statements.
9510 * gdb.python/py-xmethods.exp: Make tests check the global function
9511 call counters instead of depending on inferior IO.
9512
9513 2014-06-18 Don Breazeal <donb@codesourcery.com>
9514
9515 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9516 Deleted procedure.
9517 (explicit_fork_parent_follow): Deleted procedure.
9518 (explicit_fork_child_follow): Deleted procedure.
9519 (test_follow_fork): New procedure.
9520 (do_fork_tests): Replace calls to deleted procedures with
9521 calls to test_follow_fork and reset GDB for subsequent
9522 procedure calls.
9523
9524 2014-06-17 Yao Qi <yao@codesourcery.com>
9525
9526 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9527 CP1252.
9528
9529 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
9530
9531 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9532 Initialize ptr and S explicitly.
9533 (skip_type_update_when_not_use_rtti_test): Likewise.
9534
9535 2014-06-16 Keith Seitz <keiths@redhat.com>
9536
9537 PR mi/15863
9538 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9539 the inferior is started.
9540
9541 2014-06-16 Pedro Alves <palves@redhat.com>
9542
9543 * gdb.base/break-main-file-remove-fail.c: New file.
9544 * gdb.base/break-main-file-remove-fail.exp: New file.
9545 * gdb.base/break-unload-file.exp: Use build_executable instead of
9546 prepare_for_testing.
9547 (test_break): New parameter "initial_load". Handle it.
9548 (top level): Add initial_load cmdline/file axis.
9549
9550 2014-06-12 Tom Tromey <tromey@redhat.com>
9551
9552 * gdb.base/completion.exp: Don't use directory name in test.
9553
9554 2014-06-09 Gary Benson <gbenson@redhat.com>
9555
9556 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9557 separate the always-available ANSI-standard signals from the
9558 signals that require checking.
9559 (main): Likewise.
9560 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9561 Likewise.
9562 (main): Likewise.
9563
9564 2014-06-07 Keith Seitz <keiths@redhat.com>
9565
9566 Revert:
9567 PR c++/16253
9568 * gdb.cp/var-tag.cc: New file.
9569 * gdb.cp/var-tag.exp: New file.
9570 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9571 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9572 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9573 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9574
9575 2014-06-06 Doug Evans <xdje42@gmail.com>
9576
9577 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9578
9579 2014-06-06 Pedro Alves <palves@redhat.com>
9580
9581 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9582 in target debug output instead of looking at RSP packets,
9583 disabling the test on any target that uses hardware stepping.
9584 Update comments.
9585
9586 2014-06-06 Pedro Alves <palves@redhat.com>
9587
9588 * gdb.base/break-unload-file.exp: Fix typo.
9589
9590 2014-06-06 Yao Qi <yao@codesourcery.com>
9591
9592 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9593 from "jit_function" to "^jit_function".
9594
9595 2014-06-06 Yao Qi <yao@codesourcery.com>
9596
9597 * gdb.base/async.c (foo): Add one statement.
9598 * gdb.base/async.exp: Get the next instruction address and
9599 match the output of "nexti" by instruction address. Match
9600 the hex address in the output of "finish".
9601
9602 2014-06-06 Gary Benson <gbenson@redhat.com>
9603
9604 * gdb.base/call-signals.c: Remove preprocessor conditionals
9605 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9606 SIGSEGV and SIGTERM.
9607 * gdb.base/sigall.c: Likewise.
9608 * gdb.base/unwindonsignal.c: Likewise.
9609 * gdb.reverse/sigall-reverse.c: Likewise.
9610
9611 2014-06-06 Yao Qi <yao@codesourcery.com>
9612
9613 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9614 readable, skip the test.
9615
9616 2014-06-06 Yao Qi <yao@codesourcery.com>
9617
9618 * gdb.threads/staticthreads.c (thread_function): Move the line
9619 setting breakpoint on forward.
9620 * gdb.threads/staticthreads.exp: Update comments.
9621
9622 2014-06-05 Ludovic Courtès <ludo@gnu.org>
9623
9624 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9625 "history-append! type error".
9626
9627 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9628
9629 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9630 erroneous dprintf expected input.
9631
9632 2014-06-04 Doug Evans <xdje42@gmail.com>
9633
9634 * gdb.guile/scm-generics.exp: Delete.
9635
9636 2014-06-04 Doug Evans <xdje42@gmail.com>
9637
9638 * gdb.guile/scm-breakpoint.exp: Update.
9639 Add tests for breakpoint registration.
9640
9641 2014-06-04 Tom Tromey <tromey@redhat.com>
9642
9643 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9644 VLA-in-union.
9645 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9646 inner_vla_struct, vla_union types. Initialize objects of those
9647 types and compute their sizes.
9648
9649 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9650 Hui Zhu <hui@codesourcery.com>
9651
9652 * gdb.base/fileio.exp: Add test for shell not available as well as
9653 available.
9654 * gdb.base/fileio.c (test_system): Check for shell twice.
9655
9656 2014-06-04 Yao Qi <yao@codesourcery.com>
9657
9658 * gdb.base/auto-connect-native-target.exp: Remove redundant
9659 space from the regexp pattern.
9660
9661 2014-06-04 Yao Qi <yao@codesourcery.com>
9662
9663 * gdb.base/default.exp: Replace "child" with "native" in
9664 regexp pattern.
9665
9666 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9667
9668 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9669 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9670 * gdb.python/py-xmethods.py: Python script supporting the
9671 new testcase and tests.
9672
9673 2014-06-03 Joel Brobecker <brobecker@adacore.com>
9674 Pedro Alves <palves@redhat.com>
9675
9676 PR breakpoints/17000
9677 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9678 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9679
9680 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9681
9682 * gdb.base/subst.exp: Add tests to verify partial path matching
9683 output.
9684
9685 2014-06-03 Pedro Alves <palves@redhat.com>
9686
9687 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9688 target that doesn't use software single-stepping.
9689
9690 2014-06-03 Pedro Alves <palves@redhat.com>
9691
9692 PR breakpoints/17000
9693 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9694 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9695
9696 2014-06-02 Doug Evans <xdje42@gmail.com>
9697
9698 * gdb.guile/scm-parameter.exp: New file.
9699
9700 2014-06-02 Doug Evans <xdje42@gmail.com>
9701
9702 * gdb.guile/scm-cmd.c: New file.
9703 * gdb.guile/scm-cmd.exp: New file.
9704
9705 2014-06-02 Doug Evans <xdje42@gmail.com>
9706
9707 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9708 pretty-printer lookup.
9709 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9710 (make-pp_s-printer): Call it.
9711 (make-pretty-printer-from-dict): New function.
9712 (lookup-pretty-printer-maker-from-dict): New function.
9713 (*pretty-printer*): Simplify.
9714 (make-objfile-pp_s-printer): New function.
9715 (install-objfile-pretty-printers!): New function.
9716 (make-progspace-pp_s-printer): New function.
9717 (install-progspace-pretty-printers!): New function.
9718 * gdb.guile/scm-progspace.c: New file.
9719 * gdb.guile/scm-progspace.exp: New file.
9720
9721 2014-06-02 Pedro Alves <palves@redhat.com>
9722
9723 * gdb.base/dprintf-bp-same-addr.c: New file.
9724 * gdb.base/dprintf-bp-same-addr.exp: New file.
9725
9726 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9727
9728 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9729 * gdb.arch/powerpc-power.s: Likewise.
9730
9731 2014-06-02 Joel Brobecker <brobecker@adacore.com>
9732
9733 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9734
9735 2014-06-01 Yao Qi <yao@codesourcery.com>
9736
9737 * gdb.base/watchpoint.exp (test_watch_location): Check null
9738 pointer can be dereferenced. If not, do the test, otherwise
9739 skip it.
9740
9741 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
9742
9743 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9744 results.
9745 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9746
9747 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
9748
9749 * gdb.arch/amd64-invalid-stack-middle.S: New file.
9750 * gdb.arch/amd64-invalid-stack-middle.c: New file.
9751 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9752 * gdb.arch/amd64-invalid-stack-top.c: New file.
9753 * gdb.arch/amd64-invalid-stack-top.exp: New file.
9754
9755 2014-05-30 Pedro Alves <palves@redhat.com>
9756
9757 PR breakpoints/17000
9758 * gdb.base/sss-bp-on-user-bp.c: New file.
9759 * gdb.base/sss-bp-on-user-bp.exp: New file.
9760
9761 2014-05-30 David Blaikie <dblaikie@gmail.com>
9762
9763 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
9764 gnu_inline semantics via attribute.
9765 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
9766 source explicitly specifies the required semantics.
9767
9768 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
9769
9770 * gdb.reverse/sigall-reverse.exp: Fix a typo.
9771
9772 2014-05-29 Pedro Alves <palves@redhat.com>
9773 Tom Tromey <tromey@redhat.com>
9774
9775 * gdb.base/async-shell.exp: Don't enable target-async.
9776 * gdb.base/async.exp
9777 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
9778 parameter. Adjust.
9779 (top level): Don't test with "target-async".
9780 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
9781 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
9782 * gdb.base/inferior-died.exp: Don't enable target-async.
9783 * gdb.base/interrupt-noterm.exp: Likewise.
9784 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
9785 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9786 * gdb.mi/mi-nonstop.exp: Likewise.
9787 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9788 * gdb.mi/mi-nsintrall.exp: Likewise.
9789 * gdb.mi/mi-nsmoribund.exp: Likewise.
9790 * gdb.mi/mi-nsthrexec.exp: Likewise.
9791 * gdb.mi/mi-watch-nonstop.exp: Likewise.
9792 * gdb.multi/watchpoint-multi.exp: Adjust comment.
9793 * gdb.python/py-evsignal.exp: Don't enable target-async.
9794 * gdb.python/py-evthreads.exp: Likewise.
9795 * gdb.python/py-prompt.exp: Likewise.
9796 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
9797 * gdb.server/solib-list.exp: Don't enable target-async.
9798 * gdb.threads/thread-specific-bp.exp: Likewise.
9799 * lib/mi-support.exp: Adjust to use mi-async.
9800
9801 2014-05-29 Pedro Alves <palves@redhat.com>
9802
9803 PR gdb/13860
9804 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
9805 reason, even in sync mode.
9806
9807 2014-05-29 Pedro Alves <palves@redhat.com>
9808 Hui Zhu <hui@codesourcery.com>
9809
9810 PR PR15693
9811 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
9812 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
9813 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
9814 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
9815
9816 2014-05-28 Joel Brobecker <brobecker@adacore.com>
9817
9818 * config/monitor.exp (gdb_target_monitor): Replace use of
9819 "set remotebaud" by "set serial baud".
9820
9821 2014-05-26 Andy Wingo <wingo@igalia.com>
9822
9823 * gdb.guile/scm-breakpoint.exp:
9824 * gdb.guile/scm-gsmob.exp: Update to use plain old object
9825 properties instead of gdb-object-properties.
9826
9827 2014-05-26 Yao Qi <yao@codesourcery.com>
9828
9829 * gdb.server/no-thread-db.exp: Specify source file name
9830 explicitly when setting a breakpoint.
9831
9832 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9833
9834 * gdb.btrace/vdso.c: New.
9835 * gdb.btrace/vdso.exp: New.
9836
9837 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9838
9839 * gdb.base/gcore.exp (capture_command_output): Move ...
9840 * lib/gdb.exp (capture_command_output): ... here.
9841
9842 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9843
9844 * gdb.btrace/data.exp: Test memory access during btrace replay.
9845
9846 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
9847
9848 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
9849
9850 2014-05-21 Pedro Alves <palves@redhat.com>
9851
9852 PR gdb/13860
9853 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
9854 (top level): Test that output related to execution commands is
9855 sent to the console with CLI commands, but not with MI commands.
9856 Test that breakpoint events are always mirrored to the console.
9857 Also expect the new source line to be output after a "next" in
9858 async mode too. Make it a pass/fail test.
9859 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
9860 output.
9861 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
9862
9863 2014-05-21 Pedro Alves <palves@redhat.com>
9864
9865 * gdb.base/list.exp (build_pattern, test_list): New procedures.
9866 Use them to test variations of "list" after reaching a breakpoint.
9867 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
9868 Test "list" with listsize 10 after reaching a breakpoint.
9869 * gdb.python/python.exp (decode_line current location line
9870 number): Adjust expected line number.
9871
9872 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
9873
9874 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
9875 behavior for $args, pass it directly to "run".
9876
9877 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
9878
9879 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
9880 30000 to 65536.
9881
9882 2014-05-21 Pedro Alves <palves@redhat.com>
9883
9884 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
9885 auto-connect-native-target off".
9886 * gdb.base/auto-connect-native-target.c: New file.
9887 * gdb.base/auto-connect-native-target.exp: New file.
9888
9889 2014-05-21 Pedro Alves <palves@redhat.com>
9890
9891 * gdb.base/default.exp: Test "target native" instead of "target
9892 child".
9893
9894 2014-05-21 Mark Wielaard <mjw@redhat.com>
9895
9896 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9897
9898 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9899
9900 Fix TLS access for -static -pthread.
9901 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
9902 <HAVE_TLS> (thread_function, main): Initialize it.
9903 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
9904 Add clean_restart.
9905 <$have_tls != "">: Check TLSVAR.
9906
9907 2014-05-21 Pedro Alves <palves@redhat.com>
9908
9909 * gdb.base/dcache-line-read-error.c: New.
9910 * gdb.base/dcache-line-read-error.exp: New.
9911
9912 2014-05-20 Pedro Alves <palves@redhat.com>
9913
9914 * gdb.base/compare-sections.c: New file.
9915 * gdb.base/compare-sections.exp: New file.
9916
9917 2014-05-20 Pedro Alves <palves@redhat.com>
9918
9919 * gdb.base/break-idempotent.c: New file.
9920 * gdb.base/break-idempotent.exp: New file.
9921
9922 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
9923
9924 * gdb.btrace/nohist.exp: New.
9925
9926 2014-05-20 Yao Qi <yao@codesourcery.com>
9927
9928 * lib/gdb.exp (gdb_init): Set timeout if test file is under
9929 gdb.reverse directory and gdb_reverse_timeout exists in board
9930 setting.
9931 * README: Document gdb_reverse_timeout.
9932
9933 2014-05-20 Yao Qi <yao@codesourcery.com>
9934
9935 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
9936 'test_file_name'. Treat args as a string instead of a list.
9937 (gdb_init): Rename argument 'args' by 'test_file_name'.
9938
9939 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9940
9941 * gdb.arch/powerpc-power.exp: New file.
9942 * gdb.arch/powerpc-power.s: New file.
9943
9944 2014-05-16 Doug Evans <dje@google.com>
9945
9946 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
9947 * gdb.base/completion.exp: Check that all expected files exist
9948 before doing file completion.
9949
9950 2014-05-16 Doug Evans <dje@google.com>
9951
9952 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
9953 Update.
9954 (do_syscall_tests_without_xml): Update.
9955
9956 2014-05-16 Pedro Alves <palves@redhat.com>
9957
9958 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
9959 instead of "unknown output after running".
9960
9961 2014-05-16 Yao Qi <yao@codesourcery.com>
9962
9963 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
9964 file1.txt from host at the end.
9965 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9966
9967 2014-05-15 Doug Evans <dje@google.com>
9968
9969 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
9970 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
9971 loading file. Add test for TU lookup.
9972
9973 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
9974
9975 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
9976 calling "-exec-arguments" or "set args" before running the
9977 inferior.
9978
9979 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
9980
9981 * lib/mi-support.exp (mi_expect_stop): Expect message for
9982 inferiors that exit with non-zero exit code.
9983
9984 2014-05-14 Yao Qi <yao@codesourcery.com>
9985
9986 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
9987 match absolute path on remote host.
9988 (test_file_list_exec_source_files): Remove "/" from the
9989 pattern.
9990
9991 2014-05-14 Yao Qi <yao@codesourcery.com>
9992
9993 * boards/local-remote-host-notty.exp (${board}_file): New
9994 proc.
9995
9996 2014-05-07 Kyle McMartin <kyle@redhat.com>
9997
9998 Pushed by Joel Brobecker <brobecker@adacore.com>.
9999 * gdb.arch/aarch64-atomic-inst.c: New file.
10000 * gdb.arch/aarch64-atomic-inst.exp: New file.
10001
10002 2014-05-07 Yao Qi <yao@codesourcery.com>
10003
10004 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10005 in current context" too.
10006
10007 2014-05-05 Keith Seitz <keiths@redhat.com>
10008
10009 * gdb.linespec/ls-dollar.exp: Add test for linespec
10010 file:convenience_variable.
10011
10012 2014-05-05 Yao Qi <yao@codesourcery.com>
10013
10014 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10015 traceframes into tfile and ctf trace files. Read data from
10016 trace file and test collected data.
10017 (gdb_collect_locals_test): Likewise.
10018 (gdb_unavailable_registers_test): Likewise.
10019 (gdb_unavailable_floats): Likewise.
10020 (gdb_collect_globals_test): Likewise.
10021 (top-level): Append "ctf" to trace_file_targets if GDB
10022 supports.
10023
10024 2014-05-05 Yao Qi <yao@codesourcery.com>
10025
10026 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10027 code to ...
10028 (gdb_collect_args_test_1): ... it. New proc.
10029 (gdb_collect_locals_test): Move some code to ...
10030 (gdb_collect_locals_test_1): ... it. New proc.
10031 (gdb_unavailable_registers_test): Move some code to ...
10032 (gdb_unavailable_registers_test_1): ... it. New proc.
10033 (gdb_unavailable_floats): Move some code to ...
10034 (gdb_unavailable_floats_1): ... it. New proc.
10035
10036 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10037
10038 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10039 probes to test for bitness recognition.
10040 * gdb.arch/amd64-stap-optional-prefix.exp
10041 (test_probe_value_without_reg): New procedure.
10042 Add code to test for different kinds of bitness.
10043
10044 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10045
10046 PR breakpoints/16889
10047 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10048 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10049
10050 2014-05-01 Pedro Alves <palves@redhat.com>
10051
10052 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10053 gdb_file_cmd if no file is specified.
10054 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10055 last_loaded_file to set the remote exec-file.
10056
10057 2014-05-01 Pedro Alves <palves@redhat.com>
10058
10059 * boards/local-remote-host.exp: New file.
10060
10061 2014-05-01 Pedro Alves <palves@redhat.com>
10062
10063 * boards/local-remote-host.exp: Rename to ...
10064 * boards/local-remote-host-notty.exp: ... this.
10065
10066 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10067
10068 * gdb.ada/dyn_arrayidx: New testcase.
10069
10070 2014-04-26 Yao Qi <yao@codesourcery.com>
10071
10072 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10073 and compute the length of function main. Save it in
10074 $main_length.
10075 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10076 (top-level): Use gdb_compile to compile objects into
10077 executable and restart GDB. Remove invocation to
10078 prepare_for_testing.
10079
10080 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10081 Pedro Alves <palves@redhat.com>
10082
10083 PR server/16255
10084 * gdb.multi/multi-attach.c: New file.
10085 * gdb.multi/multi-attach.exp: New file.
10086
10087 2014-04-25 Pedro Alves <palves@redhat.com>
10088
10089 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10090 user.
10091 (top level): Test that "set remote conditional-breakpoints-packet
10092 off" works as intended.
10093 * gdb.base/dprintf.exp: Test that "set remote
10094 breakpoint-commands-packet off" works as intended.
10095 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10096 New function.
10097 (top level): Call it.
10098 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10099 remote fast-tracepoints-packet off" works as intended.
10100 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10101 * lib/gdb.exp (gdb_is_target_remote): ... here.
10102
10103 2014-04-24 David Blaikie <dblaikie@gmail.com>
10104
10105 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10106 ensure clang would not discard them.
10107 * gdb.base/gdbvars.c: Ditto.
10108 * gdb.base/memattr.c: Ditto.
10109 * gdb.base/whatis.c: Ditto.
10110 * gdb.python/py-prettyprint.c: Ditto.
10111 * gdb.trace/actions.c: Ditto.
10112 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10113 ensure clang would not discard it.
10114
10115 2014-04-24 David Blaikie <dblaikie@gmail.com>
10116
10117 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10118 clang to emit the full definition of type required by the test
10119 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10120
10121 2014-04-24 David Blaikie <dblaikie@gmail.com>
10122
10123 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10124 coax Clang into emitting the definition of the type.
10125 * gdb.cp/pr10728-x.h (y): Ditto.
10126 * gdb.cp/pr10728-y.cc (y): Ditto.
10127
10128 2014-04-24 David Blaikie <dblaikie@gmail.com>
10129
10130 * gdb.base/label.exp: XFAIL label related tests under Clang.
10131 * gdb.cp/cplabel.exp: Ditto.
10132 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10133 under Clang those using labels.
10134
10135 2014-04-25 Yao Qi <yao@codesourcery.com>
10136
10137 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10138 double_label.
10139 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10140 partial_label and double_label.
10141
10142 2014-04-24 David Blaikie <dblaikie@gmail.com>
10143
10144 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10145
10146 2014-04-24 David Blaikie <dblaikie@gmail.com>
10147
10148 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10149 of the function to work across GCC and Clang.
10150 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10151 pointer types (const void ** const V void **).
10152
10153 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10154 Walfred Tedeschi <walfred.tedeschi@intel.com>
10155
10156 * Makefile.in (EXECUTABLES): Added i386-avx512.
10157 * gdb.arch/i386-avx512.c: New file.
10158 * gdb.arch/i386-avx512.exp: Likewise.
10159
10160 2014-04-23 Keith Seitz <keiths@redhat.com>
10161
10162 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10163 (mi_make_breakpoint_table): New procedure.
10164 (mi_create_breakpoint): Use mi_make_breakpoint
10165 and return the result.
10166 (mi_make_breakpoint): New procedure.
10167 (mi_build_kv_pairs): New procedure.
10168
10169 * gdb.mi/mi-break.exp: Remove unused globals,
10170 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10171 All callers updated.
10172 * gdb.mi/mi-dprintf.exp: Use variable to track command
10173 number.
10174 Update all callers of mi_create_breakpoint and use
10175 mi_make_breakpoint_table.
10176 Remove any unused global variables.
10177 * gdb.mi/mi-nonstop.exp: Likewise.
10178 * gdb.mi/mi-nsintrall.exp: Likewise.
10179 * gdb.mi/mi-nsmoribund.exp: Likewise.
10180 * gdb.mi/mi-nsthrexec.exp: Likewise.
10181 * gdb.mi/mi-reverse.exp: Likewise.
10182 * gdb.mi/mi-simplerun.exp: Likewise.
10183 * gdb.mi/mi-stepn.exp: Likewise.
10184 * gdb.mi/mi-syn-frame.exp: Likewise.
10185 * gdb.mi/mi-until.exp: Likewise.
10186 * gdb.mi/mi-var-cp.exp: Likewise.
10187 * gdb.mi/mi-var-display.exp: Likewise.
10188 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10189 * gdb.mi/mi2-var-child.exp: Likewise.
10190 * gdb.mi/mi-vla-c99.exp: Likewise.
10191 * lib/mi-support.exp: Likewise.
10192
10193 From Ian Lance Taylor <iant@cygnus.com>:
10194 * lib/gdb.exp (parse_args): New procedure.
10195
10196 2014-04-23 Pedro Alves <palves@redhat.com>
10197
10198 * gdb.base/break-unload-file.c: New file.
10199 * gdb.base/break-unload-file.exp: New file.
10200 * gdb.base/sym-file-lib.c (baz): New function.
10201 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10202 field.
10203 (load): Store the segment's mapped size.
10204 (unload): New function.
10205 (unload_shlib): New function.
10206 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10207 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10208 set a breakpoint at baz, and call it.
10209 * gdb.base/sym-file.exp: New tests for stale breakpoint
10210 instructions.
10211
10212 2014-04-23 Pedro Alves <palves@redhat.com>
10213
10214 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10215 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10216 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10217 * gdb.base/hbreak-unmapped.c: New file.
10218 * gdb.base/hbreak-unmapped.exp: New file.
10219 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10220 * lib/gdb.exp (gdb_is_target_remote): ... here.
10221
10222 2014-04-22 Pedro Alves <palves@redhat.com>
10223
10224 * gdb.base/consecutive-step-over.c: New file.
10225 * gdb.base/consecutive-step-over.exp: New file.
10226
10227 2014-04-22 Pedro Alves <palves@redhat.com>
10228
10229 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10230 instead of send_gdb/gdb_expect.
10231
10232 2014-04-22 Yao Qi <yao@codesourcery.com>
10233
10234 * lib/trace-support.exp (generate_tracefile): New procedure.
10235 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10236 return 0.
10237 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10238 if generate_tracefile returns 1.
10239
10240 2014-04-18 Tom Tromey <palves@redhat.com>
10241 Pedro alves <tromey@redhat.com>
10242
10243 PR backtrace/15558
10244 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10245 with a backtrace limit.
10246 * gdb.python/py-frame-inline.exp: Test running to an inline
10247 function with a backtrace limit, and printing the newest frame.
10248 * gdb.python/py-frame-inline.c (main): Call f.
10249
10250 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10251
10252 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10253
10254 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10255
10256 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10257 Drop prefix from unsupported source file path.
10258
10259 2014-04-17 Yao Qi <yao@codesourcery.com>
10260
10261 * lib/gdb.exp (with_target_charset): New proc.
10262 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10263 with_target_charset.
10264 (test_print_strings): Likewise.
10265 (test_repeat_bytes): Likewise.
10266 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10267 for some tests.
10268
10269 2014-04-16 Keith Seitz <keiths@redhat.com>
10270
10271 PR gdb/15827
10272 * gdb.dwarf2/corrupt.c: New file.
10273 * gdb.dwarf2/corrupt.exp: New file.
10274
10275 2014-04-16 Keith Seitz <keiths@redhat.com>
10276
10277 PR c++/16597
10278 * gdb.cp/namelessclass.cc: New file.
10279 * gdb.cp/namelessclass.exp: New file.
10280 * gdb.cp/namelessclass.S: New file.
10281
10282 2014-04-16 Doug Evans <dje@google.com>
10283
10284 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10285 Add comment.
10286 (gdbserver_default_get_comm_port): New function.
10287 (gdbserver_start): Check if board file provided
10288 "gdbserver,get_comm_port" and use it if so.
10289 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10290 (gdb,socketport): Set to "stdio".
10291 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10292 (stdio_gdbserver_template): Delete.
10293 (${board}_get_remote_address): Update.
10294 (${board}_build_remote_cmd): Delete.
10295 (${board}_get_comm_port): New function.
10296 (${board}_spawn): Update.
10297 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10298 Delete.
10299 (${board}_get_remote_address): Update.
10300 (${board}_get_comm_port): New function.
10301
10302 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10303
10304 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10305 appearing in any order.
10306
10307 2014-04-15 Doug Evans <dje@google.com>
10308
10309 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10310 uninitialized value of "description".
10311
10312 2014-04-15 Keith Seitz <keiths@redhat.com>
10313
10314 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10315 Remove unused globals.
10316 (test_running_the_program): Likewise.
10317 (test_controlled_execution): Likewise.
10318 (test_controlling_breakpoints): Likewise.
10319 (test_program_termination): Likewise.
10320
10321 2014-04-15 Keith Seitz <keiths@redhat.com>
10322
10323 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10324 unused globals.
10325 (test_rbreak_creation_and_listing): Likewise.
10326 (test_ignore_count): Likewise.
10327 (test_error): Likewise.
10328
10329 2014-04-15 Pedro Alves <palves@redhat.com>
10330
10331 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10332 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10333 sym-file-loader.c.
10334 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10335 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10336 to sym-file-loader.c.
10337 (struct library): Forward declare.
10338 (load_shlib, lookup_function): Change prototypes.
10339 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10340 (translate_offset): Remove declarations.
10341 (get_text_addr): New declaration.
10342 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10343 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10344 sym-file-loader.h.
10345 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10346 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10347 here from sym-file-loader.h.
10348 (struct library): New structure.
10349 (load_shlib, lookup_function): Change prototypes and adjust to
10350 work with a struct library.
10351 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10352 (translate_offset): Make static.
10353 (get_text_addr): New function.
10354 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10355
10356 2014-04-15 Pedro Alves <palves@redhat.com>
10357
10358 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10359
10360 2014-04-15 Pedro Alves <palves@redhat.com>
10361
10362 * gdb.base/sym-file-loader.c: Include <limits.h>.
10363 (SELF_LINK): New define.
10364 (get_origin): New function.
10365 (load_shlib): Use it.
10366 * gdb.base/sym-file.exp: Don't early return if the target is
10367 remote. Use runto_main, and issue fail is that fails. Use
10368 gdb_load_shlibs.
10369 (shlib_name): Delete.
10370 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10371
10372 2014-04-15 Pedro Alves <palves@redhat.com>
10373
10374 * gdb.base/sym-file.exp: Remove regex characters from test
10375 message. Don't refer to breakpoint numbers in test messages.
10376
10377 2014-04-14 Keith Seitz <keiths@redhat.com>
10378
10379 PR c++/16253
10380 * gdb.cp/var-tag.cc: New file.
10381 * gdb.cp/var-tag.exp: New file.
10382 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10383 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10384 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10385 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10386
10387 2014-04-14 Tom Tromey <tromey@redhat.com>
10388
10389 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10390 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10391 type.
10392 * gdb.cp/enum-class.exp: New file.
10393 * gdb.cp/enum-class.cc: New file.
10394
10395 2014-04-14 Tom Tromey <tromey@redhat.com>
10396
10397 * gdb.dwarf2/enum-type.exp: New file.
10398
10399 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10400
10401 * gdb.mi/mi-vla-c99.exp: New file.
10402 * gdb.mi/vla.c: New file.
10403
10404 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10405
10406 * gdb.base/vla-datatypes.c: New file.
10407 * gdb.base/vla-datatypes.exp: New file.
10408
10409 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10410
10411 * gdb.base/vla-ptr.c: New file.
10412 * gdb.base/vla-ptr.exp: New file.
10413
10414 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10415
10416 * gdb.dwarf2/count.exp: New file.
10417
10418 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10419
10420 * gdb.base/vla-sideeffect.c: New file.
10421 * gdb.base/vla-sideeffect.exp: New file.
10422
10423 2014-04-14 David Blaikie <dblaikie@gmail.com>
10424
10425 * gdb.mi/non-stop.c: Add return value for non-void function return
10426 statement.
10427 * gdb.threads/staticthreads.c: Ditto.
10428
10429 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10430 Doug Evans <xdje42@gmail.com>
10431
10432 * gdb.guile/scm-value.c: Improve test case.
10433 * gdb.guile/scm-value.exp: Add new test.
10434
10435 2014-04-11 David Blaikie <dblaikie@gmail.com>
10436
10437 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10438 override Clang's default.
10439
10440 2014-04-11 Joel Brobecker <brobecker@adacore.com>
10441
10442 Revert the following changes (regressions):
10443
10444 * gdb.base/vla-sideeffect.c: New file.
10445 * gdb.base/vla-sideeffect.exp: New file.
10446
10447 * gdb.dwarf2/count.exp: New file.
10448
10449 * gdb.base/vla-multi.c: New file.
10450 * gdb.base/vla-multi.exp: New file.
10451
10452 * gdb.base/vla-ptr.c: New file.
10453 * gdb.base/vla-ptr.exp: New file.
10454
10455 * gdb.base/vla-datatypes.c: New file.
10456 * gdb.base/vla-datatypes.exp: New file.
10457
10458 * gdb.mi/mi-vla-c99.exp: New file.
10459 * gdb.mi/vla.c: New file.
10460
10461 2014-04-11 Keith Seitz <keiths@redhat.com>
10462
10463 PR c++/16675
10464 * gdb.cp/cpsizeof.exp: New file.
10465 * gdb.cp/cpsizeof.cc: New file.
10466
10467 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10468
10469 * gdb.mi/mi-vla-c99.exp: New file.
10470 * gdb.mi/vla.c: New file.
10471
10472 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10473
10474 * gdb.base/vla-datatypes.c: New file.
10475 * gdb.base/vla-datatypes.exp: New file.
10476
10477 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10478
10479 * gdb.base/vla-ptr.c: New file.
10480 * gdb.base/vla-ptr.exp: New file.
10481
10482 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10483
10484 * gdb.base/vla-multi.c: New file.
10485 * gdb.base/vla-multi.exp: New file.
10486
10487 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10488
10489 * gdb.dwarf2/count.exp: New file.
10490
10491 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10492
10493 * gdb.base/vla-sideeffect.c: New file.
10494 * gdb.base/vla-sideeffect.exp: New file.
10495
10496 2014-04-11 Yao Qi <yao@codesourcery.com>
10497
10498 * gdb.base/completion.exp: Check file exists before running tests
10499 on file completion.
10500
10501 2014-04-10 Pedro Alves <palves@redhat.com>
10502
10503 * gdb.base/cond-eval-mode.c: New file.
10504 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10505 prepare_for_testing to build the new file. Check result of
10506 runto_main.
10507 (test_break, test_watch): New procedures.
10508 (top level): Use them.
10509
10510 2014-04-08 Pierre Muller <muller@sourceware.org>
10511
10512 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10513 Ctrl-V use for mingw hosts.
10514
10515 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10516
10517 * gdb.python/py-value.c: Improve test case.
10518 * gdb.python/py-value.exp: Add new test.
10519
10520 2014-04-07 David Blaikie <dblaikie@gmail.com>
10521
10522 * lib/compiler.c: Identify the clang compiler.
10523 * lib/compiler.cc: Ditto.
10524
10525 2014-04-03 Yao Qi <yao@codesourcery.com>
10526
10527 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10528
10529 2014-04-01 Anton Blanchard <anton@samba.org>
10530
10531 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10532 messages unique.
10533
10534 2014-04-01 Anton Blanchard <anton@samba.org>
10535
10536 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10537 prepare_for_testing.
10538
10539 2014-04-01 Anton Blanchard <anton@samba.org>
10540
10541 * gdb.arch/ppc64-atomic-inst.c: Remove.
10542 * gdb.arch/ppc64-atomic-inst.S: New file.
10543 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10544
10545 2014-03-31 Doug Evans <dje@google.com>
10546
10547 * gdb.base/print-symbol-loading-lib.c: New file.
10548 * gdb.base/print-symbol-loading-main.c: New file.
10549 * gdb.base/print-symbol-loading.exp: New file.
10550
10551 2014-03-31 Yao Qi <yao@codesourcery.com>
10552
10553 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10554
10555 2014-03-28 Joel Brobecker <brobecker@adacore.com>
10556
10557 * gdb.ada/mi_dyn_arr: New testcase.
10558
10559 2014-03-27 Doug Evans <dje@google.com>
10560
10561 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10562
10563 2014-03-27 Yao Qi <yao@codesourcery.com>
10564
10565 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10566 if target is nios2-*-*.
10567
10568 2014-03-26 Yao Qi <yao@codesourcery.com>
10569
10570 * lib/gdb.exp (readline_is_used): New proc.
10571 * gdb.base/completion.exp: Move tests on command complete up.
10572 Skip the rest of tests if readline is not used.
10573 * gdb.ada/complete.exp: Skp the test if readline is not
10574 used.
10575 * gdb.base/filesym.exp: Likewise.
10576 * gdb.base/macscp.exp: Likewise.
10577 * gdb.base/readline-ask.exp: Likewise.
10578 * gdb.base/readline.exp: Likewise.
10579 * gdb.python/py-cmd.exp: Likewise.
10580 * gdb.trace/tfile.exp: Likewise.
10581
10582 2014-03-26 Yao Qi <yao@codesourcery.com>
10583
10584 * gdb.base/macscp.exp: Fix code format issues.
10585
10586 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10587
10588 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10589 * gdb.asm/powerpc64le.inc: New file.
10590
10591 2014-03-25 Pedro Alves <palves@redhat.com>
10592 Doug Evans <dje@google.com>
10593
10594 * gdb.base/source-execution.c: New file.
10595 * gdb.base/source-execution.exp: New file.
10596 * gdb.base/source-execution.gdb: New file.
10597
10598 2014-03-24 Doug Evans <dje@google.com>
10599
10600 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10601 using fission.
10602
10603 2014-03-24 Hui Zhu <hui@codesourcery.com>
10604 Pedro Alves <palves@redhat.com>
10605
10606 PR breakpoints/16101
10607 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10608 test pass/fail messages. Detect missing support for dprintf when
10609 breakpoints are actually inserted.
10610 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10611 breakpoints are actually inserted.
10612 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10613 fails.
10614
10615 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10616
10617 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10618
10619 2014-03-22 Doug Evans <xdje42@gmail.com>
10620
10621 * gdb.python/python.exp (python not supported): Verify multi-line
10622 python command issues an error.
10623 * gdb.guile/guile.exp (guile not supported): Verify multi-line
10624 guile command issues an error.
10625
10626 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10627
10628 * gdb.threads/thread-specific.exp: Handle the lack of usable
10629 $this_breakpoint and $this_thread.
10630
10631 2014-03-21 Hui Zhu <hui@codesourcery.com>
10632
10633 * gdb.base/attach.exp (do_command_attach_tests): New.
10634
10635 2014-03-20 Tom Tromey <tromey@redhat.com>
10636 Pedro Alves <palves@redhat.com>
10637
10638 PR cli/15718
10639 * gdb.base/condbreak-call-false.c: New file.
10640 * gdb.base/condbreak-call-false.exp: New file.
10641
10642 2014-03-20 Pedro Alves <palves@redhat.com>
10643
10644 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10645 Delete.
10646 (block_signals, unblock_signals): Delete.
10647 (child_function_2, main): Remove references to deleted variable
10648 and functions.
10649
10650 2014-03-20 Pedro Alves <palves@redhat.com>
10651
10652 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10653 Use pthread_kill to signal thread 2.
10654 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10655 Adjust to make the test send itself a signal rather than using the
10656 host's "kill" command.
10657
10658 2014-03-20 Pedro Alves <palves@redhat.com>
10659
10660 * gdb.threads/multiple-step-overs.c: New file.
10661 * gdb.threads/multiple-step-overs.exp: New file.
10662 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10663 Adjust expected infrun debug output.
10664
10665 2014-03-20 Pedro Alves <palves@redhat.com>
10666
10667 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10668 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10669
10670 2014-03-20 Pedro Alves <palves@redhat.com>
10671
10672 PR breakpoints/7143
10673 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10674 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10675 of gdb_test_multiple.
10676 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10677 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10678
10679 2014-03-20 Pedro Alves <palves@redhat.com>
10680
10681 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10682 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10683
10684 2014-03-19 Pedro Alves <palves@redhat.com>
10685
10686 * gdb.base/async.exp: Remove early return.
10687
10688 2014-03-19 Pedro Alves <palves@redhat.com>
10689
10690 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10691
10692 2014-03-19 Pedro Alves <palves@redhat.com>
10693
10694 * gdb.base/async.exp (test_background): Expect \r\n after
10695 "completed." in the fail pattern.
10696
10697 2014-03-19 Pedro Alves <palves@redhat.com>
10698
10699 * gdb.base/async.exp (test_background): New procedure.
10700 Use it for all background execution command tests.
10701
10702 2014-03-19 Pedro Alves <palves@redhat.com>
10703
10704 * gdb.base/async.exp: Use prepare_for_testing.
10705
10706 2014-03-19 Pedro Alves <palves@redhat.com>
10707
10708 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10709 the same line.
10710
10711 2014-03-19 Pedro Alves <palves@redhat.com>
10712
10713 * gdb.base/async.c (main): Add "jump here" and "until here" line
10714 marker comments.
10715 * gdb.base/async.exp (jump_here): New global.
10716 (jump& test): Use it.
10717 (until_here): New global.
10718 (until& test): Use it.
10719
10720 2014-03-19 Pedro Alves <palves@redhat.com>
10721
10722 * gdb.base/async.exp: Don't frob gdb_protocol.
10723
10724 2014-03-18 Doug Evans <xdje42@gmail.com>
10725
10726 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10727 Fix spelling of exec-done-display.
10728
10729 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10730
10731 PR gdb/15358
10732 * gdb.base/gdb-sigterm.c: New file.
10733 * gdb.base/gdb-sigterm.exp: New file.
10734
10735 2014-03-18 Pedro Alves <palves@redhat.com>
10736
10737 PR gdb/13860
10738 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10739 * lib/mi-support.exp (mi_expect_stop): Add special handling for
10740 solib-event.
10741
10742 2014-03-17 Joel Brobecker <brobecker@adacore.com>
10743
10744 * gdb.ada/pckd_arr_ren: New testcase.
10745
10746 2014-03-13 Doug Evans <xdje42@gmail.com>
10747
10748 PR guile/16612
10749 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10750 collect after discarding symbols.
10751
10752 2014-03-13 Ludovic Courtès <ludo@gnu.org>
10753 Doug Evans <xdje42@gmail.com>
10754
10755 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10756 to history survives a gc.
10757
10758 2014-03-13 Pedro Alves <palves@redhat.com>
10759
10760 * gdb.base/default.exp: Don't test "target procfs".
10761
10762 2014-03-13 Pedro Alves <palves@redhat.com>
10763
10764 * gdb.base/default.exp: Update "target child" and "target procfs"
10765 tests to not expect "Unix".
10766
10767 2014-03-12 Tom Tromey <tromey@redhat.com>
10768
10769 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
10770 New procs. Add target-async tests.
10771 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
10772 Add target-async tests.
10773
10774 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10775
10776 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
10777 'func_start' and 'func_end' for the beginning and end of the
10778 function code, respectively.
10779 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
10780 'func_end' instead of 'func' and 'main'.
10781
10782 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10783
10784 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
10785 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
10786 generate the debug info assembler source.
10787
10788 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10789
10790 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
10791 * gdb.dwarf2/arr-subrange.exp: Likewise.
10792 * gdb.dwarf2/dwz.exp: Likewise.
10793 * gdb.dwarf2/method-ptr.exp: Likewise.
10794 * gdb.dwarf2/missing-sig-type.exp: Likewise.
10795 * gdb.dwarf2/subrange.exp: Likewise.
10796 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
10797 * gdb.dwarf2/implptrpiece.exp: Likewise.
10798 * gdb.dwarf2/nostaticblock.exp: Likewise.
10799
10800 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10801
10802 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
10803 directory to absolute path name arguments.
10804
10805 2014-03-10 Joel Brobecker <brobecker@adacore.com>
10806
10807 * gdb.ada/tagged_access: New testcase.
10808
10809 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
10810
10811 * gdb.btrace/data.exp: Update expected output.
10812
10813 2014-03-06 Yao Qi <yao@codesourcery.com>
10814
10815 * gdb.trace/pr16508.exp: New file.
10816
10817 2014-03-05 Pedro Alves <palves@redhat.com>
10818
10819 PR gdb/16575
10820 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
10821 procedure.
10822 (top level): Adjust to use it. Add tests that exercise breakpoint
10823 interaction with the code-cache.
10824
10825 2014-02-26 Ludovic Courtès <ludo@gnu.org>
10826
10827 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
10828 test for 'history-append!'.
10829
10830 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10831
10832 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
10833 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
10834 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
10835 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
10836 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
10837 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
10838
10839 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10840
10841 * testsuite/gdb.python/py-pp-re-notag.c: New file.
10842 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
10843 * testsuite/gdb.python/py-pp-re-notag.p: New file.
10844
10845 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10846
10847 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
10848
10849 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10850
10851 * gdb.dwarf2/arr-stride.c: New file.
10852 * gdb.dwarf2/arr-stride.exp: New file.
10853
10854 2014-02-26 Pedro Alves <palves@redhat.com>
10855
10856 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
10857 that won't ever trigger. Make sure that GDB reports the correct
10858 breakpoint that caused the stop.
10859
10860 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10861
10862 PR gdb/16626
10863 * gdb.base/auto-load-script: New file.
10864 * gdb.base/auto-load.c: New file.
10865 * gdb.base/auto-load.exp: New file.
10866
10867 PR gdb/16626
10868 * gdb.base/auto-load.exp: Fix out-of-srctree run.
10869
10870 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10871
10872 Fix dw2-icycle.exp -fsanitize=address GDB crash.
10873 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
10874
10875 2014-02-24 Doug Evans <dje@google.com>
10876
10877 * lib/gdb.exp (run_on_host): Log error output if program fails.
10878
10879 2014-02-21 Pedro Alves <palves@redhat.com>
10880
10881 * gdb.threads/step-after-sr-lock.c: Rename to ...
10882 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
10883 * gdb.threads/step-after-sr-lock.exp: Rename to ...
10884 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10885 ... this.
10886
10887 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
10888
10889 PR tdep/16397
10890 * gdb.arch/amd64-stap-special-operands.exp: New file.
10891 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
10892 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
10893 * gdb.arch/amd64-stap-triplet.S: Likewise.
10894 * gdb.arch/amd64-stap-triplet.c: Likewise.
10895
10896 2014-02-20 Joel Brobecker <brobecker@adacore.com>
10897
10898 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
10899 in .section pseudo-op.
10900
10901 2014-02-20 lin zuojian <manjian2006@gmail.com>
10902 Joel Brobecker <brobecker@adacore.com>
10903 Doug Evans <xdje42@gmail.com>
10904
10905 PR symtab/16581
10906 * gdb.dwarf2/dw2-icycle.S: New file.
10907 * gdb.dwarf2/dw2-icycle.c: New file.
10908 * gdb.dwarf2/dw2-icycle.exp: New file.
10909
10910 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
10911
10912 * gdb.python/py-value-cc.cc: Improve test case to enable testing
10913 operations on gdb.Value objects.
10914 * gdb.python/py-value-cc.exp: Add new test to test operations on
10915 gdb.Value objects.
10916
10917 2014-02-18 Doug Evans <dje@google.com>
10918
10919 * Makefile.in (TESTS): New variable.
10920 (expanded_tests, expanded_tests_or_none): New variables
10921 (check-single): Pass $(expanded_tests_or_none) to runtest.
10922 (check-parallel): Only run tests in $(TESTS) if non-empty.
10923 (check/no-matching-tests-found): New rule.
10924 * README: Document TESTS makefile variable.
10925
10926 2014-02-18 Doug Evans <dje@google.com>
10927
10928 * Makefile.in (check-parallel): rm -rf outputs temp.
10929
10930 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10931
10932 Fix "ERROR: no fileid for" in the testsuite.
10933 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
10934
10935 2014-02-12 Doug Evans <dje@google.com>
10936
10937 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
10938 (MISCELLANEOUS): New variable.
10939 (clean): rm -rf $(MISCELLANEOUS).
10940 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
10941 dwp live in the same directory as symlinks, with each symlink pointed
10942 to a differently named file in a different directory.
10943
10944 2014-02-11 Doug Evans <dje@google.com>
10945
10946 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
10947 of Tcl file commands.
10948
10949 2014-02-10 Mark Kettenis <kettenis@gnu.org>
10950
10951 * gdb.threads/step-after-sr-lock.exp: Avoid executing
10952 "kill -SIGUSR1 -1".
10953
10954 2014-02-10 Joel Brobecker <brobecker@adacore.com>
10955
10956 * gdb.ada/tick_length_array_enum_idx: New testcase.
10957
10958 2014-02-10 Doug Evans <xdje42@gmail.com>
10959
10960 * configure.ac (AC_OUTPUT): Add gdb.guile.
10961 * configure: Regenerate.
10962 * lib/gdb-guile.exp: New file.
10963 * lib/gdb.exp (get_target_charset): New function.
10964 * gdb.base/help.exp: Update expected output from "apropos apropos".
10965 * gdb.guile/Makefile.in: New file.
10966 * gdb.guile/guile.exp: New file.
10967 * gdb.guile/scm-arch.c: New file.
10968 * gdb.guile/scm-arch.exp: New file.
10969 * gdb.guile/scm-block.c: New file.
10970 * gdb.guile/scm-block.exp: New file.
10971 * gdb.guile/scm-breakpoint.c: New file.
10972 * gdb.guile/scm-breakpoint.exp: New file.
10973 * gdb.guile/scm-disasm.c: New file.
10974 * gdb.guile/scm-disasm.exp: New file.
10975 * gdb.guile/scm-equal.c: New file.
10976 * gdb.guile/scm-equal.exp: New file.
10977 * gdb.guile/scm-error.exp: New file.
10978 * gdb.guile/scm-error.scm: New file.
10979 * gdb.guile/scm-frame-args.c: New file.
10980 * gdb.guile/scm-frame-args.exp: New file.
10981 * gdb.guile/scm-frame-args.scm: New file.
10982 * gdb.guile/scm-frame-inline.c: New file.
10983 * gdb.guile/scm-frame-inline.exp: New file.
10984 * gdb.guile/scm-frame.c: New file.
10985 * gdb.guile/scm-frame.exp: New file.
10986 * gdb.guile/scm-generics.exp: New file.
10987 * gdb.guile/scm-gsmob.exp: New file.
10988 * gdb.guile/scm-iterator.c: New file.
10989 * gdb.guile/scm-iterator.exp: New file.
10990 * gdb.guile/scm-math.c: New file.
10991 * gdb.guile/scm-math.exp: New file.
10992 * gdb.guile/scm-objfile-script-gdb.in: New file.
10993 * gdb.guile/scm-objfile-script.c: New file.
10994 * gdb.guile/scm-objfile-script.exp: New file.
10995 * gdb.guile/scm-objfile.c: New file.
10996 * gdb.guile/scm-objfile.exp: New file.
10997 * gdb.guile/scm-ports.exp: New file.
10998 * gdb.guile/scm-pretty-print.c: New file.
10999 * gdb.guile/scm-pretty-print.exp: New file.
11000 * gdb.guile/scm-pretty-print.scm: New file.
11001 * gdb.guile/scm-section-script.c: New file.
11002 * gdb.guile/scm-section-script.exp: New file.
11003 * gdb.guile/scm-section-script.scm: New file.
11004 * gdb.guile/scm-symbol.c: New file.
11005 * gdb.guile/scm-symbol.exp: New file.
11006 * gdb.guile/scm-symtab-2.c: New file.
11007 * gdb.guile/scm-symtab.c: New file.
11008 * gdb.guile/scm-symtab.exp: New file.
11009 * gdb.guile/scm-type.c: New file.
11010 * gdb.guile/scm-type.exp: New file.
11011 * gdb.guile/scm-value-cc.cc: New file.
11012 * gdb.guile/scm-value-cc.exp: New file.
11013 * gdb.guile/scm-value.c: New file.
11014 * gdb.guile/scm-value.exp: New file.
11015 * gdb.guile/source2.scm: New file.
11016 * gdb.guile/types-module.cc: New file.
11017 * gdb.guile/types-module.exp: New file.
11018
11019 2014-02-10 Yao Qi <yao@codesourcery.com>
11020
11021 PR testsuite/16543
11022 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11023 * configure: Regenerated.
11024 * Makefile.in: New file.
11025
11026 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11027
11028 * gdb.python/py-framefilter.exp: Fix typo.
11029
11030 2014-02-08 Yao Qi <yao@codesourcery.com>
11031
11032 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11033 that no =breakpoint-modified is emitted when breakpoints are
11034 modified through MI commands.
11035
11036 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11037 Pedro Alves <palves@redhat.com>
11038
11039 * gdb.threads/step-after-sr-lock.c: New file.
11040 * gdb.threads/step-after-sr-lock.exp: New file.
11041
11042 2014-02-07 Pedro Alves <palves@redhat.com>
11043
11044 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11045
11046 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11047
11048 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11049 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11050
11051 2014-02-06 Doug Evans <xdje42@gmail.com>
11052
11053 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11054 output.
11055
11056 * gdb.gdb/python-interrupts.exp: New file.
11057
11058 2014-02-05 Yao Qi <yao@codesourcery.com>
11059
11060 * gdb.trace/report.exp (use_collected_data): Test the output
11061 of "info threads" and "info inferiors".
11062
11063 2014-02-05 Yao Qi <yao@codesourcery.com>
11064
11065 Revert this patch:
11066
11067 2013-05-24 Yao Qi <yao@codesourcery.com>
11068
11069 * gdb.trace/tfile.exp: Test inferior and thread.
11070
11071 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11072
11073 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11074 on a function.
11075 * gdb.base/step-bt.c: Call hello via function pointer to make
11076 sure its first instruction is executed on powerpc64le-linux.
11077
11078 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11079
11080 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11081
11082 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11083
11084 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11085 of the test patterns for use on little-endian systems.
11086
11087 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11088
11089 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11090 (decimal_vector): Fix for little-endian.
11091
11092 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11093
11094 * gdb.arch/sparc-sysstep.exp: New file.
11095 * gdb.arch/sparc-sysstep.c: Likewise.
11096
11097 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11098
11099 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11100
11101 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11102
11103 2014-01-23 Tom Tromey <tromey@redhat.com>
11104
11105 * gdb.ada/array_char_idx: New testcase.
11106
11107 2014-01-23 Tom Tromey <tromey@redhat.com>
11108
11109 PR python/16487:
11110 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11111 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11112 classes.
11113
11114 2014-01-23 Tom Tromey <tromey@redhat.com>
11115
11116 PR python/16491:
11117 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11118 string from an inferior frame.
11119 * gdb.python/py-framefilter-mi.exp: Update.
11120
11121 2014-01-22 Doug Evans <dje@google.com>
11122
11123 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11124
11125 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11126
11127 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11128
11129 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11130
11131 * gdb.trace/entry-values.exp: Remove excess space character from
11132 regex patterns. Handle s390 call instruction.
11133
11134 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11135
11136 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11137 define "*_start" label. Make "name" static.
11138 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11139 ${name} by references to ${name}_start.
11140
11141 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11142
11143 * gdb.base/info-macros.exp: Remove "debug" from the compile
11144 options.
11145
11146 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11147
11148 * gdb.dlang/demangle.exp: New file.
11149
11150 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11151
11152 * gdb.dlang/primitive-types.exp: New file.
11153
11154 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11155
11156 * configure.ac: Create gdb.dlang/Makefile.
11157 * configure: Regenerate.
11158 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11159 * gdb.dlang/Makefile.in: New file.
11160 * lib/d-support.exp: New file.
11161 * lib/gdb.exp (skip_d_tests): New proc.
11162
11163 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11164
11165 * gdb.btrace/delta.exp: Check reverse stepi.
11166 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11167 * gdb.btrace/finish.exp: New.
11168 * gdb.btrace/next.exp: New.
11169 * gdb.btrace/nexti.exp: New.
11170 * gdb.btrace/record_goto.c: Add comments.
11171 * gdb.btrace/step.exp: New.
11172 * gdb.btrace/stepi.exp: New.
11173 * gdb.btrace/multi-thread-step.c: New.
11174 * gdb.btrace/multi-thread-step.exp: New.
11175 * gdb.btrace/rn-dl-bind.c: New.
11176 * gdb.btrace/rn-dl-bind.exp: New.
11177 * gdb.btrace/data.c: New.
11178 * gdb.btrace/data.exp: New.
11179 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11180
11181 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11182
11183 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11184 * gdb.btrace/exception.exp: Update.
11185 * gdb.btrace/instruction_history.exp: Update.
11186 * gdb.btrace/record_goto.exp: Update.
11187 * gdb.btrace/tailcall.exp: Update.
11188 * gdb.btrace/unknown_functions.exp: Update.
11189 * gdb.btrace/delta.exp: New.
11190
11191 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11192
11193 * gdb.btrace/record_goto.exp: Add backtrace test.
11194 * gdb.btrace/tailcall.exp: Add backtrace test.
11195
11196 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11197
11198 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11199 * gdb.btrace/record_goto.c: New.
11200 * gdb.btrace/record_goto.exp: New.
11201 * gdb.btrace/x86-record_goto.S: New.
11202
11203 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11204
11205 * gdb.btrace/function_call_history.exp: Update tests.
11206 * gdb.btrace/instruction_history.exp: Update tests.
11207
11208 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11209
11210 * gdb.btrace/function_call_history.exp: Fix expected field
11211 order for "record function-call-history".
11212 Add new tests for "record function-call-history /c".
11213 * gdb.btrace/exception.cc: New.
11214 * gdb.btrace/exception.exp: New.
11215 * gdb.btrace/tailcall.exp: New.
11216 * gdb.btrace/x86-tailcall.S: New.
11217 * gdb.btrace/x86-tailcall.c: New.
11218 * gdb.btrace/unknown_functions.c: New.
11219 * gdb.btrace/unknown_functions.exp: New.
11220 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11221
11222 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11223
11224 * gdb.btrace/instruction_history.exp: Update.
11225 * gdb.btrace/function_call_history.exp: Update.
11226
11227 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11228
11229 * gdb.btrace/function_call_history.exp: Fix expected function
11230 trace.
11231 * gdb.btrace/instruction_history.exp: Initialize traced.
11232 Remove traced_functions.
11233
11234 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11235
11236 * gdb.btrace/function_call_history.exp: Update
11237 * gdb.btrace/instruction_history.exp: Update.
11238
11239 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11240
11241 * gdb.btrace/enable.exp: Update expected text.
11242
11243 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11244
11245 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11246 bytes.
11247
11248 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11249
11250 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11251
11252 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11253
11254 * lib/gdb.exp (supports_process_record): Return true for
11255 arm*-linux*. (supports_reverse): Likewise.
11256
11257 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11258
11259 PR python/15464
11260 PR python/16113
11261 * gdb.python/py-type.c: Enhance test case.
11262 * gdb.python/py-value-cc.cc: Likewise
11263 * gdb.python/py-type.exp: Add new tests.
11264 * gdb.python/py-value-cc.exp: Likewise
11265
11266 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11267 Pedro Alves <palves@redhat.com>
11268
11269 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11270 Make "name" extern.
11271 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11272 references to ${name}_start by references to ${name}.
11273
11274 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11275
11276 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11277
11278 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11279
11280 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11281
11282 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11283 Pedro Alves <palves@redhat.com>
11284
11285 * gdb.mi/mi-info-os.exp: Connect to the target with
11286 mi_gdb_target_load.
11287
11288 2014-01-08 Pedro Alves <palves@redhat.com>
11289
11290 * gdb.threads/reconnect-signal.c: New file.
11291 * gdb.threads/reconnect-signal.exp: New file.
11292
11293 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11294
11295 * gdb.base/source-dir.exp: New file.
11296
11297 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11298
11299 * gdb.ada/mi_interface: New testcase.
11300
11301 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11302
11303 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11304 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11305 gdb.ada/pp-rec-component/pck.ads: New files.
11306
11307 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11308
11309 * gdb.python/py-pp-integral.c: New file.
11310 * gdb.python/py-pp-integral.py: New file.
11311 * gdb.python/py-pp-integral.exp: New file.
11312
11313 For older changes see ChangeLog-1993-2013.
11314 \f
11315 ;; Local Variables:
11316 ;; mode: change-log
11317 ;; left-margin: 8
11318 ;; fill-column: 74
11319 ;; version-control: never
11320 ;; End:
11321
11322 Copyright 2014-2017 Free Software Foundation, Inc.
11323 Copying and distribution of this file, with or without modification,
11324 are permitted provided the copyright notice and this notice are preserved.
This page took 0.323912 seconds and 4 git commands to generate.