Fix PR 21218: GDB dumps core when escaping newline in multi-line command
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
1 2017-03-08 Pedro Alves <palves@redhat.com>
2 Jan Kratochvil <jan.kratochvil@redhat.com>
3
4 PR cli/21218
5 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6 New proc.
7 (top level): Call it.
8
9 2017-03-08 Pedro Alves <palves@redhat.com>
10
11 PR tui/21216
12 * gdb.tui/tui-nl-filtered-output.exp: New file.
13
14 2017-03-08 Pedro Alves <palves@redhat.com>
15
16 * gdb.base/completion.exp: Move TUI completion tests to ...
17 * gdb.tui/completion.exp: ... this new file.
18
19 2017-03-08 Pedro Alves <palves@redhat.com>
20
21 * gdb.base/tui-disasm-long-lines.c,
22 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
23 gdb.base/tui-layout.exp: Move to ...
24 * gdb.tui/: ... this new directory.
25
26 2017-03-07 Pedro Alves <palves@redhat.com>
27
28 * gdb.base/tui-layout.c: New file.
29 * gdb.base/tui-layout.exp: New file.
30
31 2017-03-07 Pedro Alves <palves@redhat.com>
32
33 * gdb.base/tui-layout.c: Rename to ...
34 * gdb.base/tui-disasm-long-lines.c: ... this.
35 * gdb.base/tui-layout.exp: Rename to ...
36 * gdb.base/tui-disasm-long-lines.exp: ... this.
37
38 2017-03-07 Pedro Alves <palves@redhat.com>
39
40 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
41
42 2017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
43
44 * i386-mpx-call.c: New file.
45 * i386-mpx-call.exp: New file.
46
47 2017-02-28 Peter Bergner <bergner@vnet.ibm.com>
48
49 * gdb.arch/powerpc-power.exp: Delete test.
50 * gdb.arch/powerpc-power.s: Likewise.
51 * gdb.disasm/disassembler-options.exp: New test.
52 * gdb.arch/powerpc-altivec.exp: Likewise.
53 * gdb.arch/powerpc-altivec.s: Likewise.
54 * gdb.arch/powerpc-altivec2.exp: Likewise.
55 * gdb.arch/powerpc-altivec2.s: Likewise.
56 * gdb.arch/powerpc-altivec3.exp: Likewise.
57 * gdb.arch/powerpc-altivec3.s: Likewise.
58 * gdb.arch/powerpc-power7.exp: Likewise.
59 * gdb.arch/powerpc-power7.s: Likewise.
60 * gdb.arch/powerpc-power8.exp: Likewise.
61 * gdb.arch/powerpc-power8.s: Likewise.
62 * gdb.arch/powerpc-power9.exp: Likewise.
63 * gdb.arch/powerpc-power9.s: Likewise.
64 * gdb.arch/powerpc-vsx.exp: Likewise.
65 * gdb.arch/powerpc-vsx.s: Likewise.
66 * gdb.arch/powerpc-vsx2.exp: Likewise.
67 * gdb.arch/powerpc-vsx2.s: Likewise.
68 * gdb.arch/powerpc-vsx3.exp: Likewise.
69 * gdb.arch/powerpc-vsx3.s: Likewise.
70 * gdb.arch/arm-disassembler-options.exp: Likewise.
71 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
72 * gdb.arch/s390-disassembler-options.exp: Likewise.
73
74 2017-02-23 Luis Machado <lgustavo@codesourcery.com>
75
76 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
77 (check_supported_features): ... this. Changed return type to void.
78 (supports_rdseed): New static global.
79 (rdseed): Check supports_rdseed.
80 (initialize): Call check_supported_features.
81
82 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
83
84 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
85 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
86 and lqarx/stqcx.
87 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
88 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
89
90 2017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
91
92 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
93 uppercase.
94
95 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
96
97 * gdb.dwarf2/formdata16.c: New file.
98 * gdb.dwarf2/formdata16.exp: New file.
99 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
100
101 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
102
103 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
104 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
105 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
106 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
107 DW_AT_GNU_*.
108
109 2017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
110
111 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
112
113 2017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
114
115 PR gdb/21164
116 * gdb.base/maint.exp: Add testcases for when the commands do
117 not have arguments.
118
119 2017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
120
121 * gdb.cp/chained-calls.exp: Use p instead of P.
122
123 2017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
124
125 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
126 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
127
128 2017-02-14 Tom Tromey <tom@tromey.com>
129
130 PR python/13598:
131 * gdb.python/py-events.exp: Add before_prompt event tests.
132
133 2017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
134
135 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
136
137 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
138
139 * gdb.linespec/explicit.c (my_unique_function_name): New function.
140 (main): Call my_unique_function_name.
141 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
142 completion of patterns with a single match.
143 Add missing -re switches to gdb_test_multiple calls.
144
145 2017-02-13 Luis Machado <lgustavo@codesourcery.com>
146
147 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
148 return if core file is not recognized.
149
150 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
151
152 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
153 and extra UIs.
154
155 2017-02-10 Simon Marchi <simon.marchi@ericsson.com>
156
157 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
158 proc_with_prefix.
159
160 2017-02-10 Tom Tromey <tom@tromey.com>
161
162 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
163
164 2017-02-10 Martin Galvan <martingalvan@sourceware.org>
165
166 PR gdb/21122
167 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
168
169 2017-02-08 Jerome Guitton <guitton@adacore.com>
170
171 * gdb.base/define.exp: Add test for command abbreviations
172 in define.
173
174 2017-02-06 Luis Machado <lgustavo@codesourcery.com>
175
176 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
177 * gdb.reverse/insn-reverse-x86.c: New file.
178
179 2017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
180
181 PR tdep/20936
182 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
183
184 2017-02-03 Tom Tromey <tom@tromey.com>
185
186 PR rust/21097:
187 * gdb.rust/simple.exp: Add new tests.
188
189 2017-02-02 Pedro Alves <palves@redhat.com>
190
191 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
192 tests.
193
194 2017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
195
196 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
197 taking a 2-byte value out of a 4-byte DWARF implicit value on
198 big-endian targets.
199 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
200 logic. Add test cases for DW_OP_implicit.
201
202 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
203
204 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
205
206 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
207
208 * gdb.btrace/enable.exp: Call gdb_exit before
209 skip_gdbserver_tests.
210
211 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
212
213 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
214 GDBFLAGS.
215
216 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
217
218 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
219 the test is skipped.
220 * gdb.btrace/data.exp: Likewise.
221 * gdb.btrace/delta.exp: Likewise.
222 * gdb.btrace/dlopen.exp: Likewise.
223 * gdb.btrace/enable-running.exp: Likewise.
224 * gdb.btrace/enable.exp: Likewise.
225 * gdb.btrace/exception.exp: Likewise.
226 * gdb.btrace/function_call_history.exp: Likewise.
227 * gdb.btrace/gcore.exp: Likewise.
228 * gdb.btrace/instruction_history.exp: Likewise.
229 * gdb.btrace/multi-thread-step.exp: Likewise.
230 * gdb.btrace/nohist.exp: Likewise.
231 * gdb.btrace/non-stop.exp: Likewise.
232 * gdb.btrace/reconnect.exp: Likewise.
233 * gdb.btrace/record_goto-step.exp: Likewise.
234 * gdb.btrace/record_goto.exp: Likewise.
235 * gdb.btrace/rn-dl-bind.exp: Likewise.
236 * gdb.btrace/segv.exp: Likewise.
237 * gdb.btrace/step.exp: Likewise.
238 * gdb.btrace/stepi.exp: Likewise.
239 * gdb.btrace/tailcall-only.exp: Likewise.
240 * gdb.btrace/tailcall.exp: Likewise.
241 * gdb.btrace/tsx.exp: Likewise.
242 * gdb.btrace/unknown_functions.exp: Likewise.
243 * gdb.btrace/vdso.exp: Likewise.
244
245 2017-02-01 Markus Metzger <markus.t.metzger@intel.com>
246
247 * gdb.btrace/enable-running.c: New.
248 * gdb.btrace/enable-running.exp: New.
249
250 2017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
251
252 * gdb.arch/amd64-gs_base.c: New file.
253 * gdb.arch/amd64-gs_base.exp: New file.
254
255 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
256
257 * lib/memory.exp: Remove spurious empty newlines.
258
259 2017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
260
261 * gdb.python/py-bad-printers.exp: Load python file using "source".
262 * gdb.python/py-events.exp: Likewise.
263 * gdb.python/py-evsignal.exp: Likewise.
264 * gdb.python/py-evthreads.exp: Likewise.
265 * gdb.python/py-frame-args.exp: Likewise.
266 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
267 * gdb.python/py-framefilter-mi.exp: Likewise.
268 * gdb.python/py-framefilter.exp: Likewise.
269 * gdb.python/py-mi.exp: Likewise.
270 * gdb.python/py-pp-maint.exp: Likewise.
271 * gdb.python/py-pp-registration.exp: Likewise.
272 * gdb.python/py-prettyprint.exp: Likewise.
273 (run_lang_tests): Likewise.
274 * gdb.python/py-typeprint.exp: Likewise.
275
276 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
277
278 * lib/memory.exp: New file.
279 * lib/gdb.exp: Load memory.exp.
280 * gdb.base/memattr.exp (delete_memory): Move proc to
281 lib/memory.exp and rename to delete_memory_regions.
282 Replace delete_memory with delete_memory_regions.
283 Cleanup memory regions before tests.
284 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
285 before tests.
286
287 2017-01-26 Luis Machado <lgustavo@codesourcery.com>
288
289 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
290 files.
291 (initialize): New function conditionally defined.
292 (testcases): Move within conditional block.
293 (main): Call initialize.
294 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
295 of gdb.reverse/insn-reverse.c.
296 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
297 gdb.reverse/insn-reverse.c.
298
299 2017-01-26 Yao Qi <yao.qi@linaro.org>
300
301 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
302 disassemble on address 0.
303
304 2017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
305 Yao Qi <yao.qi@linaro.org>
306
307 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
308 * gdb.dwarf2/implptr-64bit.S: Remove.
309 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
310 variables in caller's context. Add DW_OP_implicit_value.
311
312 2017-01-25 Yao Qi <yao.qi@linaro.org>
313
314 * lib/dwarf.exp (Dwarf::_location): Handle
315 DW_OP_GNU_implicit_pointer with proper size.
316
317 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
318
319 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
320 and add untested calls.
321
322 2017-01-20 Luis Machado <lgustavo@codesourcery.com>
323
324 * gdb.python/python.exp: Check line number against what GDB thinks
325 the line number is for func1.
326
327 2017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
328
329 * gdb.dlang/debug-expr.exp: New file.
330
331 2016-12-23 Luis Machado <lgustavo@codesourcery.com>
332
333 Fix test names for the following files:
334
335 * gdb.ada/exec_changed.exp
336 * gdb.ada/info_types.exp
337 * gdb.arch/aarch64-atomic-inst.exp
338 * gdb.arch/aarch64-fp.exp
339 * gdb.arch/altivec-abi.exp
340 * gdb.arch/altivec-regs.exp
341 * gdb.arch/amd64-byte.exp
342 * gdb.arch/amd64-disp-step.exp
343 * gdb.arch/amd64-dword.exp
344 * gdb.arch/amd64-entry-value-inline.exp
345 * gdb.arch/amd64-entry-value-param.exp
346 * gdb.arch/amd64-entry-value-paramref.exp
347 * gdb.arch/amd64-entry-value.exp
348 * gdb.arch/amd64-i386-address.exp
349 * gdb.arch/amd64-invalid-stack-middle.exp
350 * gdb.arch/amd64-invalid-stack-top.exp
351 * gdb.arch/amd64-optimout-repeat.exp
352 * gdb.arch/amd64-prologue-skip.exp
353 * gdb.arch/amd64-prologue-xmm.exp
354 * gdb.arch/amd64-stap-special-operands.exp
355 * gdb.arch/amd64-stap-wrong-subexp.exp
356 * gdb.arch/amd64-tailcall-cxx.exp
357 * gdb.arch/amd64-tailcall-noret.exp
358 * gdb.arch/amd64-tailcall-ret.exp
359 * gdb.arch/amd64-tailcall-self.exp
360 * gdb.arch/amd64-word.exp
361 * gdb.arch/arm-bl-branch-dest.exp
362 * gdb.arch/arm-disp-step.exp
363 * gdb.arch/arm-neon.exp
364 * gdb.arch/arm-single-step-kernel-helper.exp
365 * gdb.arch/avr-flash-qualifier.exp
366 * gdb.arch/disp-step-insn-reloc.exp
367 * gdb.arch/e500-abi.exp
368 * gdb.arch/e500-regs.exp
369 * gdb.arch/ftrace-insn-reloc.exp
370 * gdb.arch/i386-avx512.exp
371 * gdb.arch/i386-bp_permanent.exp
372 * gdb.arch/i386-byte.exp
373 * gdb.arch/i386-cfi-notcurrent.exp
374 * gdb.arch/i386-disp-step.exp
375 * gdb.arch/i386-dr3-watch.exp
376 * gdb.arch/i386-float.exp
377 * gdb.arch/i386-gnu-cfi.exp
378 * gdb.arch/i386-mpx-map.exp
379 * gdb.arch/i386-mpx-sigsegv.exp
380 * gdb.arch/i386-mpx-simple_segv.exp
381 * gdb.arch/i386-mpx.exp
382 * gdb.arch/i386-permbkpt.exp
383 * gdb.arch/i386-prologue.exp
384 * gdb.arch/i386-signal.exp
385 * gdb.arch/i386-size-overlap.exp
386 * gdb.arch/i386-unwind.exp
387 * gdb.arch/i386-word.exp
388 * gdb.arch/mips-fcr.exp
389 * gdb.arch/powerpc-d128-regs.exp
390 * gdb.arch/powerpc-stackless.exp
391 * gdb.arch/ppc64-atomic-inst.exp
392 * gdb.arch/s390-stackless.exp
393 * gdb.arch/s390-tdbregs.exp
394 * gdb.arch/s390-vregs.exp
395 * gdb.arch/sparc-sysstep.exp
396 * gdb.arch/thumb-bx-pc.exp
397 * gdb.arch/thumb-singlestep.exp
398 * gdb.arch/thumb2-it.exp
399 * gdb.arch/vsx-regs.exp
400 * gdb.asm/asm-source.exp
401 * gdb.base/a2-run.exp
402 * gdb.base/advance.exp
403 * gdb.base/all-bin.exp
404 * gdb.base/anon.exp
405 * gdb.base/args.exp
406 * gdb.base/arithmet.exp
407 * gdb.base/async-shell.exp
408 * gdb.base/async.exp
409 * gdb.base/attach-pie-noexec.exp
410 * gdb.base/attach-twice.exp
411 * gdb.base/auto-load.exp
412 * gdb.base/bang.exp
413 * gdb.base/bitfields.exp
414 * gdb.base/break-always.exp
415 * gdb.base/break-caller-line.exp
416 * gdb.base/break-entry.exp
417 * gdb.base/break-inline.exp
418 * gdb.base/break-on-linker-gcd-function.exp
419 * gdb.base/break-probes.exp
420 * gdb.base/break.exp
421 * gdb.base/breakpoint-shadow.exp
422 * gdb.base/call-ar-st.exp
423 * gdb.base/call-sc.exp
424 * gdb.base/call-signal-resume.exp
425 * gdb.base/call-strs.exp
426 * gdb.base/callfuncs.exp
427 * gdb.base/catch-fork-static.exp
428 * gdb.base/catch-gdb-caused-signals.exp
429 * gdb.base/catch-load.exp
430 * gdb.base/catch-signal-fork.exp
431 * gdb.base/catch-signal.exp
432 * gdb.base/catch-syscall.exp
433 * gdb.base/charset.exp
434 * gdb.base/checkpoint.exp
435 * gdb.base/chng-syms.exp
436 * gdb.base/code-expr.exp
437 * gdb.base/code_elim.exp
438 * gdb.base/commands.exp
439 * gdb.base/completion.exp
440 * gdb.base/complex.exp
441 * gdb.base/cond-expr.exp
442 * gdb.base/condbreak.exp
443 * gdb.base/consecutive.exp
444 * gdb.base/continue-all-already-running.exp
445 * gdb.base/coredump-filter.exp
446 * gdb.base/corefile.exp
447 * gdb.base/dbx.exp
448 * gdb.base/debug-expr.exp
449 * gdb.base/define.exp
450 * gdb.base/del.exp
451 * gdb.base/disabled-location.exp
452 * gdb.base/disasm-end-cu.exp
453 * gdb.base/disasm-optim.exp
454 * gdb.base/display.exp
455 * gdb.base/duplicate-bp.exp
456 * gdb.base/ena-dis-br.exp
457 * gdb.base/ending-run.exp
458 * gdb.base/enumval.exp
459 * gdb.base/environ.exp
460 * gdb.base/eu-strip-infcall.exp
461 * gdb.base/eval-avoid-side-effects.exp
462 * gdb.base/eval-skip.exp
463 * gdb.base/exitsignal.exp
464 * gdb.base/expand-psymtabs.exp
465 * gdb.base/filesym.exp
466 * gdb.base/find-unmapped.exp
467 * gdb.base/finish.exp
468 * gdb.base/float.exp
469 * gdb.base/foll-exec-mode.exp
470 * gdb.base/foll-exec.exp
471 * gdb.base/foll-fork.exp
472 * gdb.base/fortran-sym-case.exp
473 * gdb.base/freebpcmd.exp
474 * gdb.base/func-ptr.exp
475 * gdb.base/func-ptrs.exp
476 * gdb.base/funcargs.exp
477 * gdb.base/gcore-buffer-overflow.exp
478 * gdb.base/gcore-relro-pie.exp
479 * gdb.base/gcore-relro.exp
480 * gdb.base/gcore.exp
481 * gdb.base/gdb1090.exp
482 * gdb.base/gdb11530.exp
483 * gdb.base/gdb11531.exp
484 * gdb.base/gdb1821.exp
485 * gdb.base/gdbindex-stabs.exp
486 * gdb.base/gdbvars.exp
487 * gdb.base/hbreak.exp
488 * gdb.base/hbreak2.exp
489 * gdb.base/included.exp
490 * gdb.base/infcall-input.exp
491 * gdb.base/inferior-died.exp
492 * gdb.base/infnan.exp
493 * gdb.base/info-macros.exp
494 * gdb.base/info-os.exp
495 * gdb.base/info-proc.exp
496 * gdb.base/info-shared.exp
497 * gdb.base/info-target.exp
498 * gdb.base/infoline.exp
499 * gdb.base/interp.exp
500 * gdb.base/interrupt.exp
501 * gdb.base/jit-reader.exp
502 * gdb.base/jit-simple.exp
503 * gdb.base/kill-after-signal.exp
504 * gdb.base/kill-detach-inferiors-cmd.exp
505 * gdb.base/label.exp
506 * gdb.base/langs.exp
507 * gdb.base/ldbl_e308.exp
508 * gdb.base/line-symtabs.exp
509 * gdb.base/linespecs.exp
510 * gdb.base/list.exp
511 * gdb.base/long_long.exp
512 * gdb.base/longest-types.exp
513 * gdb.base/maint.exp
514 * gdb.base/max-value-size.exp
515 * gdb.base/memattr.exp
516 * gdb.base/mips_pro.exp
517 * gdb.base/morestack.exp
518 * gdb.base/moribund-step.exp
519 * gdb.base/multi-forks.exp
520 * gdb.base/nested-addr.exp
521 * gdb.base/nextoverexit.exp
522 * gdb.base/noreturn-finish.exp
523 * gdb.base/noreturn-return.exp
524 * gdb.base/nostdlib.exp
525 * gdb.base/offsets.exp
526 * gdb.base/opaque.exp
527 * gdb.base/pc-fp.exp
528 * gdb.base/permissions.exp
529 * gdb.base/print-symbol-loading.exp
530 * gdb.base/prologue-include.exp
531 * gdb.base/psymtab.exp
532 * gdb.base/ptype.exp
533 * gdb.base/random-signal.exp
534 * gdb.base/randomize.exp
535 * gdb.base/range-stepping.exp
536 * gdb.base/readline-ask.exp
537 * gdb.base/recpar.exp
538 * gdb.base/recurse.exp
539 * gdb.base/relational.exp
540 * gdb.base/restore.exp
541 * gdb.base/return-nodebug.exp
542 * gdb.base/return.exp
543 * gdb.base/run-after-attach.exp
544 * gdb.base/save-bp.exp
545 * gdb.base/scope.exp
546 * gdb.base/sect-cmd.exp
547 * gdb.base/set-lang-auto.exp
548 * gdb.base/set-noassign.exp
549 * gdb.base/setvar.exp
550 * gdb.base/sigall.exp
551 * gdb.base/sigbpt.exp
552 * gdb.base/siginfo-addr.exp
553 * gdb.base/siginfo-infcall.exp
554 * gdb.base/siginfo-obj.exp
555 * gdb.base/siginfo.exp
556 * gdb.base/signals-state-child.exp
557 * gdb.base/signest.exp
558 * gdb.base/sigstep.exp
559 * gdb.base/sizeof.exp
560 * gdb.base/skip.exp
561 * gdb.base/solib-corrupted.exp
562 * gdb.base/solib-nodir.exp
563 * gdb.base/solib-search.exp
564 * gdb.base/stack-checking.exp
565 * gdb.base/stale-infcall.exp
566 * gdb.base/stap-probe.exp
567 * gdb.base/start.exp
568 * gdb.base/step-break.exp
569 * gdb.base/step-bt.exp
570 * gdb.base/step-line.exp
571 * gdb.base/step-over-exit.exp
572 * gdb.base/step-over-syscall.exp
573 * gdb.base/step-resume-infcall.exp
574 * gdb.base/step-test.exp
575 * gdb.base/store.exp
576 * gdb.base/structs3.exp
577 * gdb.base/sym-file.exp
578 * gdb.base/symbol-without-target_section.exp
579 * gdb.base/term.exp
580 * gdb.base/testenv.exp
581 * gdb.base/ui-redirect.exp
582 * gdb.base/until.exp
583 * gdb.base/unwindonsignal.exp
584 * gdb.base/value-double-free.exp
585 * gdb.base/vla-datatypes.exp
586 * gdb.base/vla-ptr.exp
587 * gdb.base/vla-sideeffect.exp
588 * gdb.base/volatile.exp
589 * gdb.base/watch-cond-infcall.exp
590 * gdb.base/watch-cond.exp
591 * gdb.base/watch-non-mem.exp
592 * gdb.base/watch-read.exp
593 * gdb.base/watch-vfork.exp
594 * gdb.base/watchpoint-cond-gone.exp
595 * gdb.base/watchpoint-delete.exp
596 * gdb.base/watchpoint-hw-hit-once.exp
597 * gdb.base/watchpoint-hw.exp
598 * gdb.base/watchpoint-stops-at-right-insn.exp
599 * gdb.base/watchpoints.exp
600 * gdb.base/wchar.exp
601 * gdb.base/whatis-exp.exp
602 * gdb.btrace/buffer-size.exp
603 * gdb.btrace/data.exp
604 * gdb.btrace/delta.exp
605 * gdb.btrace/dlopen.exp
606 * gdb.btrace/enable.exp
607 * gdb.btrace/exception.exp
608 * gdb.btrace/function_call_history.exp
609 * gdb.btrace/gcore.exp
610 * gdb.btrace/instruction_history.exp
611 * gdb.btrace/nohist.exp
612 * gdb.btrace/reconnect.exp
613 * gdb.btrace/record_goto-step.exp
614 * gdb.btrace/record_goto.exp
615 * gdb.btrace/rn-dl-bind.exp
616 * gdb.btrace/segv.exp
617 * gdb.btrace/step.exp
618 * gdb.btrace/stepi.exp
619 * gdb.btrace/tailcall-only.exp
620 * gdb.btrace/tailcall.exp
621 * gdb.btrace/tsx.exp
622 * gdb.btrace/unknown_functions.exp
623 * gdb.btrace/vdso.exp
624 * gdb.compile/compile-ifunc.exp
625 * gdb.compile/compile-ops.exp
626 * gdb.compile/compile-print.exp
627 * gdb.compile/compile-setjmp.exp
628 * gdb.cp/abstract-origin.exp
629 * gdb.cp/ambiguous.exp
630 * gdb.cp/annota2.exp
631 * gdb.cp/annota3.exp
632 * gdb.cp/anon-ns.exp
633 * gdb.cp/anon-struct.exp
634 * gdb.cp/anon-union.exp
635 * gdb.cp/arg-reference.exp
636 * gdb.cp/baseenum.exp
637 * gdb.cp/bool.exp
638 * gdb.cp/breakpoint.exp
639 * gdb.cp/bs15503.exp
640 * gdb.cp/call-c.exp
641 * gdb.cp/casts.exp
642 * gdb.cp/chained-calls.exp
643 * gdb.cp/class2.exp
644 * gdb.cp/classes.exp
645 * gdb.cp/cmpd-minsyms.exp
646 * gdb.cp/converts.exp
647 * gdb.cp/cp-relocate.exp
648 * gdb.cp/cpcompletion.exp
649 * gdb.cp/cpexprs.exp
650 * gdb.cp/cplabel.exp
651 * gdb.cp/cplusfuncs.exp
652 * gdb.cp/cpsizeof.exp
653 * gdb.cp/ctti.exp
654 * gdb.cp/derivation.exp
655 * gdb.cp/destrprint.exp
656 * gdb.cp/dispcxx.exp
657 * gdb.cp/enum-class.exp
658 * gdb.cp/exception.exp
659 * gdb.cp/exceptprint.exp
660 * gdb.cp/expand-psymtabs-cxx.exp
661 * gdb.cp/expand-sals.exp
662 * gdb.cp/extern-c.exp
663 * gdb.cp/filename.exp
664 * gdb.cp/formatted-ref.exp
665 * gdb.cp/fpointer.exp
666 * gdb.cp/gdb1355.exp
667 * gdb.cp/gdb2495.exp
668 * gdb.cp/hang.exp
669 * gdb.cp/impl-this.exp
670 * gdb.cp/infcall-dlopen.exp
671 * gdb.cp/inherit.exp
672 * gdb.cp/iostream.exp
673 * gdb.cp/koenig.exp
674 * gdb.cp/local.exp
675 * gdb.cp/m-data.exp
676 * gdb.cp/m-static.exp
677 * gdb.cp/mb-ctor.exp
678 * gdb.cp/mb-inline.exp
679 * gdb.cp/mb-templates.exp
680 * gdb.cp/member-name.exp
681 * gdb.cp/member-ptr.exp
682 * gdb.cp/meth-typedefs.exp
683 * gdb.cp/method.exp
684 * gdb.cp/method2.exp
685 * gdb.cp/minsym-fallback.exp
686 * gdb.cp/misc.exp
687 * gdb.cp/namelessclass.exp
688 * gdb.cp/namespace-enum.exp
689 * gdb.cp/namespace-nested-import.exp
690 * gdb.cp/namespace.exp
691 * gdb.cp/nextoverthrow.exp
692 * gdb.cp/no-dmgl-verbose.exp
693 * gdb.cp/non-trivial-retval.exp
694 * gdb.cp/noparam.exp
695 * gdb.cp/nsdecl.exp
696 * gdb.cp/nsimport.exp
697 * gdb.cp/nsnested.exp
698 * gdb.cp/nsnoimports.exp
699 * gdb.cp/nsrecurs.exp
700 * gdb.cp/nsstress.exp
701 * gdb.cp/nsusing.exp
702 * gdb.cp/operator.exp
703 * gdb.cp/oranking.exp
704 * gdb.cp/overload-const.exp
705 * gdb.cp/overload.exp
706 * gdb.cp/ovldbreak.exp
707 * gdb.cp/ovsrch.exp
708 * gdb.cp/paren-type.exp
709 * gdb.cp/parse-lang.exp
710 * gdb.cp/pass-by-ref.exp
711 * gdb.cp/pr-1023.exp
712 * gdb.cp/pr-1210.exp
713 * gdb.cp/pr-574.exp
714 * gdb.cp/pr10687.exp
715 * gdb.cp/pr12028.exp
716 * gdb.cp/pr17132.exp
717 * gdb.cp/pr17494.exp
718 * gdb.cp/pr9067.exp
719 * gdb.cp/pr9167.exp
720 * gdb.cp/pr9631.exp
721 * gdb.cp/printmethod.exp
722 * gdb.cp/psmang.exp
723 * gdb.cp/psymtab-parameter.exp
724 * gdb.cp/ptype-cv-cp.exp
725 * gdb.cp/ptype-flags.exp
726 * gdb.cp/re-set-overloaded.exp
727 * gdb.cp/ref-types.exp
728 * gdb.cp/rtti.exp
729 * gdb.cp/scope-err.exp
730 * gdb.cp/shadow.exp
731 * gdb.cp/smartp.exp
732 * gdb.cp/static-method.exp
733 * gdb.cp/static-print-quit.exp
734 * gdb.cp/temargs.exp
735 * gdb.cp/templates.exp
736 * gdb.cp/try_catch.exp
737 * gdb.cp/typedef-operator.exp
738 * gdb.cp/typeid.exp
739 * gdb.cp/userdef.exp
740 * gdb.cp/using-crash.exp
741 * gdb.cp/var-tag.exp
742 * gdb.cp/virtbase.exp
743 * gdb.cp/virtfunc.exp
744 * gdb.cp/virtfunc2.exp
745 * gdb.cp/vla-cxx.exp
746 * gdb.disasm/t01_mov.exp
747 * gdb.disasm/t02_mova.exp
748 * gdb.disasm/t03_add.exp
749 * gdb.disasm/t04_sub.exp
750 * gdb.disasm/t05_cmp.exp
751 * gdb.disasm/t06_ari2.exp
752 * gdb.disasm/t07_ari3.exp
753 * gdb.disasm/t08_or.exp
754 * gdb.disasm/t09_xor.exp
755 * gdb.disasm/t10_and.exp
756 * gdb.disasm/t11_logs.exp
757 * gdb.disasm/t12_bit.exp
758 * gdb.disasm/t13_otr.exp
759 * gdb.dlang/circular.exp
760 * gdb.dwarf2/arr-stride.exp
761 * gdb.dwarf2/arr-subrange.exp
762 * gdb.dwarf2/atomic-type.exp
763 * gdb.dwarf2/bad-regnum.exp
764 * gdb.dwarf2/bitfield-parent-optimized-out.exp
765 * gdb.dwarf2/callframecfa.exp
766 * gdb.dwarf2/clztest.exp
767 * gdb.dwarf2/corrupt.exp
768 * gdb.dwarf2/data-loc.exp
769 * gdb.dwarf2/dup-psym.exp
770 * gdb.dwarf2/dw2-anon-mptr.exp
771 * gdb.dwarf2/dw2-anonymous-func.exp
772 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
773 * gdb.dwarf2/dw2-bad-unresolved.exp
774 * gdb.dwarf2/dw2-basic.exp
775 * gdb.dwarf2/dw2-canonicalize-type.exp
776 * gdb.dwarf2/dw2-case-insensitive.exp
777 * gdb.dwarf2/dw2-common-block.exp
778 * gdb.dwarf2/dw2-compdir-oldgcc.exp
779 * gdb.dwarf2/dw2-compressed.exp
780 * gdb.dwarf2/dw2-const.exp
781 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
782 * gdb.dwarf2/dw2-cu-size.exp
783 * gdb.dwarf2/dw2-dup-frame.exp
784 * gdb.dwarf2/dw2-entry-value.exp
785 * gdb.dwarf2/dw2-icycle.exp
786 * gdb.dwarf2/dw2-ifort-parameter.exp
787 * gdb.dwarf2/dw2-inline-break.exp
788 * gdb.dwarf2/dw2-inline-param.exp
789 * gdb.dwarf2/dw2-intercu.exp
790 * gdb.dwarf2/dw2-intermix.exp
791 * gdb.dwarf2/dw2-lexical-block-bare.exp
792 * gdb.dwarf2/dw2-linkage-name-trust.exp
793 * gdb.dwarf2/dw2-minsym-in-cu.exp
794 * gdb.dwarf2/dw2-noloc.exp
795 * gdb.dwarf2/dw2-op-call.exp
796 * gdb.dwarf2/dw2-op-out-param.exp
797 * gdb.dwarf2/dw2-opt-structptr.exp
798 * gdb.dwarf2/dw2-param-error.exp
799 * gdb.dwarf2/dw2-producer.exp
800 * gdb.dwarf2/dw2-ranges-base.exp
801 * gdb.dwarf2/dw2-ref-missing-frame.exp
802 * gdb.dwarf2/dw2-reg-undefined.exp
803 * gdb.dwarf2/dw2-regno-invalid.exp
804 * gdb.dwarf2/dw2-restore.exp
805 * gdb.dwarf2/dw2-restrict.exp
806 * gdb.dwarf2/dw2-single-line-discriminators.exp
807 * gdb.dwarf2/dw2-strp.exp
808 * gdb.dwarf2/dw2-undefined-ret-addr.exp
809 * gdb.dwarf2/dw2-unresolved.exp
810 * gdb.dwarf2/dw2-var-zero-addr.exp
811 * gdb.dwarf2/dw4-sig-types.exp
812 * gdb.dwarf2/dwz.exp
813 * gdb.dwarf2/dynarr-ptr.exp
814 * gdb.dwarf2/enum-type.exp
815 * gdb.dwarf2/gdb-index.exp
816 * gdb.dwarf2/implptr-64bit.exp
817 * gdb.dwarf2/implptr-optimized-out.exp
818 * gdb.dwarf2/implptr.exp
819 * gdb.dwarf2/implref-array.exp
820 * gdb.dwarf2/implref-const.exp
821 * gdb.dwarf2/implref-global.exp
822 * gdb.dwarf2/implref-struct.exp
823 * gdb.dwarf2/mac-fileno.exp
824 * gdb.dwarf2/main-subprogram.exp
825 * gdb.dwarf2/member-ptr-forwardref.exp
826 * gdb.dwarf2/method-ptr.exp
827 * gdb.dwarf2/missing-sig-type.exp
828 * gdb.dwarf2/nonvar-access.exp
829 * gdb.dwarf2/opaque-type-lookup.exp
830 * gdb.dwarf2/pieces-optimized-out.exp
831 * gdb.dwarf2/pieces.exp
832 * gdb.dwarf2/pr10770.exp
833 * gdb.dwarf2/pr13961.exp
834 * gdb.dwarf2/staticvirtual.exp
835 * gdb.dwarf2/subrange.exp
836 * gdb.dwarf2/symtab-producer.exp
837 * gdb.dwarf2/trace-crash.exp
838 * gdb.dwarf2/typeddwarf.exp
839 * gdb.dwarf2/valop.exp
840 * gdb.dwarf2/watch-notconst.exp
841 * gdb.fortran/array-element.exp
842 * gdb.fortran/charset.exp
843 * gdb.fortran/common-block.exp
844 * gdb.fortran/complex.exp
845 * gdb.fortran/derived-type-function.exp
846 * gdb.fortran/derived-type.exp
847 * gdb.fortran/logical.exp
848 * gdb.fortran/module.exp
849 * gdb.fortran/multi-dim.exp
850 * gdb.fortran/nested-funcs.exp
851 * gdb.fortran/print-formatted.exp
852 * gdb.fortran/subarray.exp
853 * gdb.fortran/vla-alloc-assoc.exp
854 * gdb.fortran/vla-datatypes.exp
855 * gdb.fortran/vla-history.exp
856 * gdb.fortran/vla-ptr-info.exp
857 * gdb.fortran/vla-ptype-sub.exp
858 * gdb.fortran/vla-ptype.exp
859 * gdb.fortran/vla-sizeof.exp
860 * gdb.fortran/vla-type.exp
861 * gdb.fortran/vla-value-sub-arbitrary.exp
862 * gdb.fortran/vla-value-sub-finish.exp
863 * gdb.fortran/vla-value-sub.exp
864 * gdb.fortran/vla-value.exp
865 * gdb.fortran/whatis_type.exp
866 * gdb.go/chan.exp
867 * gdb.go/handcall.exp
868 * gdb.go/hello.exp
869 * gdb.go/integers.exp
870 * gdb.go/methods.exp
871 * gdb.go/package.exp
872 * gdb.go/strings.exp
873 * gdb.go/types.exp
874 * gdb.go/unsafe.exp
875 * gdb.guile/scm-arch.exp
876 * gdb.guile/scm-block.exp
877 * gdb.guile/scm-breakpoint.exp
878 * gdb.guile/scm-cmd.exp
879 * gdb.guile/scm-disasm.exp
880 * gdb.guile/scm-equal.exp
881 * gdb.guile/scm-frame-args.exp
882 * gdb.guile/scm-frame-inline.exp
883 * gdb.guile/scm-frame.exp
884 * gdb.guile/scm-iterator.exp
885 * gdb.guile/scm-math.exp
886 * gdb.guile/scm-objfile.exp
887 * gdb.guile/scm-ports.exp
888 * gdb.guile/scm-symbol.exp
889 * gdb.guile/scm-symtab.exp
890 * gdb.guile/scm-value-cc.exp
891 * gdb.guile/types-module.exp
892 * gdb.linespec/break-ask.exp
893 * gdb.linespec/cpexplicit.exp
894 * gdb.linespec/explicit.exp
895 * gdb.linespec/keywords.exp
896 * gdb.linespec/linespec.exp
897 * gdb.linespec/ls-dollar.exp
898 * gdb.linespec/ls-errs.exp
899 * gdb.linespec/skip-two.exp
900 * gdb.linespec/thread.exp
901 * gdb.mi/mi-async.exp
902 * gdb.mi/mi-basics.exp
903 * gdb.mi/mi-break.exp
904 * gdb.mi/mi-catch-load.exp
905 * gdb.mi/mi-cli.exp
906 * gdb.mi/mi-cmd-param-changed.exp
907 * gdb.mi/mi-console.exp
908 * gdb.mi/mi-detach.exp
909 * gdb.mi/mi-disassemble.exp
910 * gdb.mi/mi-eval.exp
911 * gdb.mi/mi-file-transfer.exp
912 * gdb.mi/mi-file.exp
913 * gdb.mi/mi-fill-memory.exp
914 * gdb.mi/mi-inheritance-syntax-error.exp
915 * gdb.mi/mi-linespec-err-cp.exp
916 * gdb.mi/mi-logging.exp
917 * gdb.mi/mi-memory-changed.exp
918 * gdb.mi/mi-read-memory.exp
919 * gdb.mi/mi-record-changed.exp
920 * gdb.mi/mi-reg-undefined.exp
921 * gdb.mi/mi-regs.exp
922 * gdb.mi/mi-return.exp
923 * gdb.mi/mi-reverse.exp
924 * gdb.mi/mi-simplerun.exp
925 * gdb.mi/mi-solib.exp
926 * gdb.mi/mi-stack.exp
927 * gdb.mi/mi-stepi.exp
928 * gdb.mi/mi-syn-frame.exp
929 * gdb.mi/mi-until.exp
930 * gdb.mi/mi-var-block.exp
931 * gdb.mi/mi-var-child.exp
932 * gdb.mi/mi-var-cmd.exp
933 * gdb.mi/mi-var-cp.exp
934 * gdb.mi/mi-var-display.exp
935 * gdb.mi/mi-var-invalidate.exp
936 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
937 * gdb.mi/mi-vla-fortran.exp
938 * gdb.mi/mi-watch.exp
939 * gdb.mi/mi2-var-child.exp
940 * gdb.mi/user-selected-context-sync.exp
941 * gdb.modula2/unbounded-array.exp
942 * gdb.multi/dummy-frame-restore.exp
943 * gdb.multi/multi-arch-exec.exp
944 * gdb.multi/multi-arch.exp
945 * gdb.multi/tids.exp
946 * gdb.multi/watchpoint-multi.exp
947 * gdb.opencl/callfuncs.exp
948 * gdb.opencl/convs_casts.exp
949 * gdb.opencl/datatypes.exp
950 * gdb.opencl/operators.exp
951 * gdb.opencl/vec_comps.exp
952 * gdb.opt/clobbered-registers-O2.exp
953 * gdb.opt/inline-break.exp
954 * gdb.opt/inline-bt.exp
955 * gdb.opt/inline-cmds.exp
956 * gdb.opt/inline-locals.exp
957 * gdb.pascal/case-insensitive-symbols.exp
958 * gdb.pascal/floats.exp
959 * gdb.pascal/gdb11492.exp
960 * gdb.python/lib-types.exp
961 * gdb.python/py-arch.exp
962 * gdb.python/py-as-string.exp
963 * gdb.python/py-bad-printers.exp
964 * gdb.python/py-block.exp
965 * gdb.python/py-breakpoint-create-fail.exp
966 * gdb.python/py-breakpoint.exp
967 * gdb.python/py-caller-is.exp
968 * gdb.python/py-cmd.exp
969 * gdb.python/py-explore-cc.exp
970 * gdb.python/py-explore.exp
971 * gdb.python/py-finish-breakpoint.exp
972 * gdb.python/py-finish-breakpoint2.exp
973 * gdb.python/py-frame-args.exp
974 * gdb.python/py-frame-inline.exp
975 * gdb.python/py-frame.exp
976 * gdb.python/py-framefilter-mi.exp
977 * gdb.python/py-infthread.exp
978 * gdb.python/py-lazy-string.exp
979 * gdb.python/py-linetable.exp
980 * gdb.python/py-mi-events.exp
981 * gdb.python/py-mi-objfile.exp
982 * gdb.python/py-mi.exp
983 * gdb.python/py-objfile.exp
984 * gdb.python/py-pp-integral.exp
985 * gdb.python/py-pp-maint.exp
986 * gdb.python/py-pp-re-notag.exp
987 * gdb.python/py-pp-registration.exp
988 * gdb.python/py-recurse-unwind.exp
989 * gdb.python/py-strfns.exp
990 * gdb.python/py-symbol.exp
991 * gdb.python/py-symtab.exp
992 * gdb.python/py-sync-interp.exp
993 * gdb.python/py-typeprint.exp
994 * gdb.python/py-unwind-maint.exp
995 * gdb.python/py-unwind.exp
996 * gdb.python/py-value-cc.exp
997 * gdb.python/py-xmethods.exp
998 * gdb.reverse/amd64-tailcall-reverse.exp
999 * gdb.reverse/break-precsave.exp
1000 * gdb.reverse/break-reverse.exp
1001 * gdb.reverse/consecutive-precsave.exp
1002 * gdb.reverse/consecutive-reverse.exp
1003 * gdb.reverse/finish-precsave.exp
1004 * gdb.reverse/finish-reverse-bkpt.exp
1005 * gdb.reverse/finish-reverse.exp
1006 * gdb.reverse/fstatat-reverse.exp
1007 * gdb.reverse/getresuid-reverse.exp
1008 * gdb.reverse/i386-precsave.exp
1009 * gdb.reverse/i386-reverse.exp
1010 * gdb.reverse/i386-sse-reverse.exp
1011 * gdb.reverse/i387-env-reverse.exp
1012 * gdb.reverse/i387-stack-reverse.exp
1013 * gdb.reverse/insn-reverse.exp
1014 * gdb.reverse/machinestate-precsave.exp
1015 * gdb.reverse/machinestate.exp
1016 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1017 * gdb.reverse/pipe-reverse.exp
1018 * gdb.reverse/readv-reverse.exp
1019 * gdb.reverse/recvmsg-reverse.exp
1020 * gdb.reverse/rerun-prec.exp
1021 * gdb.reverse/s390-mvcle.exp
1022 * gdb.reverse/step-precsave.exp
1023 * gdb.reverse/step-reverse.exp
1024 * gdb.reverse/time-reverse.exp
1025 * gdb.reverse/until-precsave.exp
1026 * gdb.reverse/until-reverse.exp
1027 * gdb.reverse/waitpid-reverse.exp
1028 * gdb.reverse/watch-precsave.exp
1029 * gdb.reverse/watch-reverse.exp
1030 * gdb.rust/generics.exp
1031 * gdb.rust/methods.exp
1032 * gdb.rust/modules.exp
1033 * gdb.rust/simple.exp
1034 * gdb.server/connect-with-no-symbol-file.exp
1035 * gdb.server/ext-attach.exp
1036 * gdb.server/ext-restart.exp
1037 * gdb.server/ext-wrapper.exp
1038 * gdb.server/file-transfer.exp
1039 * gdb.server/server-exec-info.exp
1040 * gdb.server/server-kill.exp
1041 * gdb.server/server-mon.exp
1042 * gdb.server/wrapper.exp
1043 * gdb.stabs/exclfwd.exp
1044 * gdb.stabs/gdb11479.exp
1045 * gdb.threads/clone-new-thread-event.exp
1046 * gdb.threads/corethreads.exp
1047 * gdb.threads/current-lwp-dead.exp
1048 * gdb.threads/dlopen-libpthread.exp
1049 * gdb.threads/gcore-thread.exp
1050 * gdb.threads/sigstep-threads.exp
1051 * gdb.threads/watchpoint-fork.exp
1052 * gdb.trace/actions-changed.exp
1053 * gdb.trace/backtrace.exp
1054 * gdb.trace/change-loc.exp
1055 * gdb.trace/circ.exp
1056 * gdb.trace/collection.exp
1057 * gdb.trace/disconnected-tracing.exp
1058 * gdb.trace/ftrace.exp
1059 * gdb.trace/mi-trace-frame-collected.exp
1060 * gdb.trace/mi-trace-unavailable.exp
1061 * gdb.trace/mi-traceframe-changed.exp
1062 * gdb.trace/mi-tsv-changed.exp
1063 * gdb.trace/no-attach-trace.exp
1064 * gdb.trace/passc-dyn.exp
1065 * gdb.trace/qtro.exp
1066 * gdb.trace/range-stepping.exp
1067 * gdb.trace/read-memory.exp
1068 * gdb.trace/save-trace.exp
1069 * gdb.trace/signal.exp
1070 * gdb.trace/status-stop.exp
1071 * gdb.trace/tfile.exp
1072 * gdb.trace/trace-break.exp
1073 * gdb.trace/trace-buffer-size.exp
1074 * gdb.trace/trace-condition.exp
1075 * gdb.trace/tracefile-pseudo-reg.exp
1076 * gdb.trace/tstatus.exp
1077 * gdb.trace/unavailable.exp
1078 * gdb.trace/while-dyn.exp
1079 * gdb.trace/while-stepping.exp
1080
1081 2016-12-22 Doug Evans <xdje42@gmail.com>
1082
1083 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1084 and msymbols.
1085
1086 2016-12-19 Yao Qi <yao.qi@linaro.org>
1087
1088 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1089 (test_with_self): Don't call do_steps_and_nexts, and remove
1090 code about stepping into xmalloc.
1091
1092 2016-12-09 Yao Qi <yao.qi@linaro.org>
1093
1094 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1095
1096 2016-12-09 Yao Qi <yao.qi@linaro.org>
1097
1098 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1099
1100 2016-12-09 Pedro Alves <palves@redhat.com>
1101
1102 * gdb.base/all-architectures-0.exp: New file.
1103 * gdb.base/all-architectures-1.exp: New file.
1104 * gdb.base/all-architectures-2.exp: New file.
1105 * gdb.base/all-architectures-3.exp: New file.
1106 * gdb.base/all-architectures-4.exp: New file.
1107 * gdb.base/all-architectures-5.exp: New file.
1108 * gdb.base/all-architectures-6.exp: New file.
1109 * gdb.base/all-architectures-7.exp: New file.
1110 * gdb.base/all-architectures.exp.in: New file.
1111
1112 2016-12-09 Yao Qi <yao.qi@linaro.org>
1113
1114 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1115
1116 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1117
1118 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1119 possible.
1120 Remove useless pattern-matching code.
1121
1122 2016-12-02 Pedro Alves <palves@redhat.com>
1123
1124 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1125 procedure.
1126 (top level): Call it.
1127
1128 2016-12-02 Pedro Alves <palves@redhat.com>
1129
1130 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1131 New procedure.
1132 (top level): Call it.
1133
1134 2016-12-02 Pedro Alves <palves@redhat.com>
1135
1136 PR cli/20559
1137 * gdb.base/commands.exp (user_defined_command_args_eval): New
1138 procedure.
1139 (top level): Call it.
1140
1141 2016-12-02 Luis Machado <lgustavo@codesourcery.com>
1142
1143 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1144 timeout handling.
1145
1146 2016-12-02 Tom Tromey <tom@tromey.com>
1147
1148 * gdb.dwarf2/main-subprogram.c: New file.
1149 * gdb.dwarf2/main-subprogram.exp: New file.
1150
1151 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1152
1153 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1154 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1155 gdb_test_no_output for a couple of cases.
1156 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1157
1158 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1159
1160 Fix test names and standardize compilation error messages throughout
1161 the following files:
1162
1163 * gdb.ada/start.exp
1164 * gdb.arch/alpha-step.exp
1165 * gdb.arch/e500-prologue.exp
1166 * gdb.arch/ftrace-insn-reloc.exp
1167 * gdb.arch/gdb1291.exp
1168 * gdb.arch/gdb1431.exp
1169 * gdb.arch/gdb1558.exp
1170 * gdb.arch/i386-dr3-watch.exp
1171 * gdb.arch/i386-sse-stack-align.exp
1172 * gdb.arch/ia64-breakpoint-shadow.exp
1173 * gdb.arch/pa-nullify.exp
1174 * gdb.arch/powerpc-aix-prologue.exp
1175 * gdb.arch/thumb-bx-pc.exp
1176 * gdb.base/annota1.exp
1177 * gdb.base/annota3.exp
1178 * gdb.base/arrayidx.exp
1179 * gdb.base/assign.exp
1180 * gdb.base/attach.exp
1181 * gdb.base/auxv.exp
1182 * gdb.base/bang.exp
1183 * gdb.base/bfp-test.exp
1184 * gdb.base/bigcore.exp
1185 * gdb.base/bitfields2.exp
1186 * gdb.base/break-fun-addr.exp
1187 * gdb.base/break-probes.exp
1188 * gdb.base/call-rt-st.exp
1189 * gdb.base/callexit.exp
1190 * gdb.base/catch-fork-kill.exp
1191 * gdb.base/charset.exp
1192 * gdb.base/checkpoint.exp
1193 * gdb.base/comprdebug.exp
1194 * gdb.base/constvars.exp
1195 * gdb.base/coredump-filter.exp
1196 * gdb.base/cursal.exp
1197 * gdb.base/cvexpr.exp
1198 * gdb.base/detach.exp
1199 * gdb.base/display.exp
1200 * gdb.base/dmsym.exp
1201 * gdb.base/dprintf-pending.exp
1202 * gdb.base/dso2dso.exp
1203 * gdb.base/dtrace-probe.exp
1204 * gdb.base/dump.exp
1205 * gdb.base/enum_cond.exp
1206 * gdb.base/exe-lock.exp
1207 * gdb.base/exec-invalid-sysroot.exp
1208 * gdb.base/execl-update-breakpoints.exp
1209 * gdb.base/exprs.exp
1210 * gdb.base/fileio.exp
1211 * gdb.base/find.exp
1212 * gdb.base/finish.exp
1213 * gdb.base/fixsection.exp
1214 * gdb.base/foll-vfork.exp
1215 * gdb.base/frame-args.exp
1216 * gdb.base/gcore.exp
1217 * gdb.base/gdb1250.exp
1218 * gdb.base/global-var-nested-by-dso.exp
1219 * gdb.base/gnu-ifunc.exp
1220 * gdb.base/hashline1.exp
1221 * gdb.base/hashline2.exp
1222 * gdb.base/hashline3.exp
1223 * gdb.base/hbreak-in-shr-unsupported.exp
1224 * gdb.base/huge.exp
1225 * gdb.base/infcall-input.exp
1226 * gdb.base/info-fun.exp
1227 * gdb.base/info-shared.exp
1228 * gdb.base/jit-simple.exp
1229 * gdb.base/jit-so.exp
1230 * gdb.base/jit.exp
1231 * gdb.base/jump.exp
1232 * gdb.base/label.exp
1233 * gdb.base/lineinc.exp
1234 * gdb.base/logical.exp
1235 * gdb.base/longjmp.exp
1236 * gdb.base/macscp.exp
1237 * gdb.base/miscexprs.exp
1238 * gdb.base/new-ui-echo.exp
1239 * gdb.base/new-ui-pending-input.exp
1240 * gdb.base/new-ui.exp
1241 * gdb.base/nodebug.exp
1242 * gdb.base/nofield.exp
1243 * gdb.base/offsets.exp
1244 * gdb.base/overlays.exp
1245 * gdb.base/pending.exp
1246 * gdb.base/pointers.exp
1247 * gdb.base/pr11022.exp
1248 * gdb.base/printcmds.exp
1249 * gdb.base/prologue.exp
1250 * gdb.base/ptr-typedef.exp
1251 * gdb.base/realname-expand.exp
1252 * gdb.base/relativedebug.exp
1253 * gdb.base/relocate.exp
1254 * gdb.base/remote.exp
1255 * gdb.base/reread.exp
1256 * gdb.base/return2.exp
1257 * gdb.base/savedregs.exp
1258 * gdb.base/sep.exp
1259 * gdb.base/sepdebug.exp
1260 * gdb.base/sepsymtab.exp
1261 * gdb.base/set-inferior-tty.exp
1262 * gdb.base/setshow.exp
1263 * gdb.base/shlib-call.exp
1264 * gdb.base/sigaltstack.exp
1265 * gdb.base/siginfo-addr.exp
1266 * gdb.base/signals.exp
1267 * gdb.base/signull.exp
1268 * gdb.base/sigrepeat.exp
1269 * gdb.base/so-impl-ld.exp
1270 * gdb.base/solib-display.exp
1271 * gdb.base/solib-overlap.exp
1272 * gdb.base/solib-search.exp
1273 * gdb.base/solib-symbol.exp
1274 * gdb.base/structs.exp
1275 * gdb.base/structs2.exp
1276 * gdb.base/symtab-search-order.exp
1277 * gdb.base/twice.exp
1278 * gdb.base/unload.exp
1279 * gdb.base/varargs.exp
1280 * gdb.base/watchpoint-solib.exp
1281 * gdb.base/watchpoint.exp
1282 * gdb.base/whatis.exp
1283 * gdb.base/wrong_frame_bt_full.exp
1284 * gdb.btrace/dlopen.exp
1285 * gdb.cell/ea-standalone.exp
1286 * gdb.cell/ea-test.exp
1287 * gdb.cp/dispcxx.exp
1288 * gdb.cp/gdb2384.exp
1289 * gdb.cp/method2.exp
1290 * gdb.cp/nextoverthrow.exp
1291 * gdb.cp/pr10728.exp
1292 * gdb.disasm/am33.exp
1293 * gdb.disasm/h8300s.exp
1294 * gdb.disasm/mn10300.exp
1295 * gdb.disasm/sh3.exp
1296 * gdb.dwarf2/dw2-dir-file-name.exp
1297 * gdb.fortran/complex.exp
1298 * gdb.fortran/library-module.exp
1299 * gdb.guile/scm-pretty-print.exp
1300 * gdb.guile/scm-symbol.exp
1301 * gdb.guile/scm-type.exp
1302 * gdb.guile/scm-value.exp
1303 * gdb.linespec/linespec.exp
1304 * gdb.mi/gdb701.exp
1305 * gdb.mi/gdb792.exp
1306 * gdb.mi/mi-breakpoint-changed.exp
1307 * gdb.mi/mi-dprintf-pending.exp
1308 * gdb.mi/mi-dprintf.exp
1309 * gdb.mi/mi-exit-code.exp
1310 * gdb.mi/mi-pending.exp
1311 * gdb.mi/mi-solib.exp
1312 * gdb.mi/new-ui-mi-sync.exp
1313 * gdb.mi/pr11022.exp
1314 * gdb.mi/user-selected-context-sync.exp
1315 * gdb.opt/solib-intra-step.exp
1316 * gdb.python/py-events.exp
1317 * gdb.python/py-finish-breakpoint.exp
1318 * gdb.python/py-mi.exp
1319 * gdb.python/py-prettyprint.exp
1320 * gdb.python/py-shared.exp
1321 * gdb.python/py-symbol.exp
1322 * gdb.python/py-template.exp
1323 * gdb.python/py-type.exp
1324 * gdb.python/py-value.exp
1325 * gdb.reverse/solib-precsave.exp
1326 * gdb.reverse/solib-reverse.exp
1327 * gdb.server/solib-list.exp
1328 * gdb.stabs/weird.exp
1329 * gdb.threads/reconnect-signal.exp
1330 * gdb.threads/stepi-random-signal.exp
1331 * gdb.trace/actions.exp
1332 * gdb.trace/ax.exp
1333 * gdb.trace/backtrace.exp
1334 * gdb.trace/change-loc.exp
1335 * gdb.trace/deltrace.exp
1336 * gdb.trace/ftrace-lock.exp
1337 * gdb.trace/ftrace.exp
1338 * gdb.trace/infotrace.exp
1339 * gdb.trace/mi-tracepoint-changed.exp
1340 * gdb.trace/packetlen.exp
1341 * gdb.trace/passcount.exp
1342 * gdb.trace/pending.exp
1343 * gdb.trace/range-stepping.exp
1344 * gdb.trace/report.exp
1345 * gdb.trace/stap-trace.exp
1346 * gdb.trace/tfind.exp
1347 * gdb.trace/trace-break.exp
1348 * gdb.trace/trace-condition.exp
1349 * gdb.trace/trace-enable-disable.exp
1350 * gdb.trace/trace-mt.exp
1351 * gdb.trace/tracecmd.exp
1352 * gdb.trace/tspeed.exp
1353 * gdb.trace/tsv.exp
1354 * lib/perftest.exp
1355
1356 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1357
1358 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1359 with gdb_test_no_output.
1360 Use command as test name.
1361
1362 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1363
1364 Fix test names starting with uppercase throughout the files.
1365
1366 * gdb.ada/assign_1.exp
1367 * gdb.ada/boolean_expr.exp
1368 * gdb.base/arrayidx.exp
1369 * gdb.base/del.exp
1370 * gdb.base/gcore-buffer-overflow.exp
1371 * gdb.base/testenv.exp
1372 * gdb.compile/compile.exp
1373 * gdb.python/py-framefilter-invalidarg.exp
1374 * gdb.python/py-framefilter.exp
1375
1376 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1377
1378 Fix test names starting with uppercase throughout the files.
1379
1380 * gdb.ada/array_return.exp
1381 * gdb.ada/expr_delims.exp
1382 * gdb.ada/mi_dyn_arr.exp
1383 * gdb.ada/mi_interface.exp
1384 * gdb.ada/mi_var_array.exp
1385 * gdb.ada/watch_arg.exp
1386 * gdb.arch/alpha-step.exp
1387 * gdb.arch/altivec-regs.exp
1388 * gdb.arch/e500-regs.exp
1389 * gdb.arch/powerpc-d128-regs.exp
1390 * gdb.base/arrayidx.exp
1391 * gdb.base/break.exp
1392 * gdb.base/checkpoint.exp
1393 * gdb.base/debug-expr.exp
1394 * gdb.base/dmsym.exp
1395 * gdb.base/radix.exp
1396 * gdb.base/sepdebug.exp
1397 * gdb.base/testenv.exp
1398 * gdb.base/watch_thread_num.exp
1399 * gdb.base/watchpoint-cond-gone.exp
1400 * gdb.cell/break.exp
1401 * gdb.cell/ea-cache.exp
1402 * gdb.compile/compile.exp
1403 * gdb.cp/gdb2495.exp
1404 * gdb.gdb/selftest.exp
1405 * gdb.gdb/xfullpath.exp
1406 * gdb.go/hello.exp
1407 * gdb.go/integers.exp
1408 * gdb.objc/basicclass.exp
1409 * gdb.pascal/hello.exp
1410 * gdb.pascal/integers.exp
1411 * gdb.python/py-breakpoint.exp
1412 * gdb.python/py-cmd.exp
1413 * gdb.python/py-linetable.exp
1414 * gdb.python/py-xmethods.exp
1415 * gdb.python/python.exp
1416 * gdb.reverse/consecutive-precsave.exp
1417 * gdb.reverse/finish-precsave.exp
1418 * gdb.reverse/i386-precsave.exp
1419 * gdb.reverse/machinestate-precsave.exp
1420 * gdb.reverse/sigall-precsave.exp
1421 * gdb.reverse/solib-precsave.exp
1422 * gdb.reverse/step-precsave.exp
1423 * gdb.reverse/until-precsave.exp
1424 * gdb.reverse/watch-precsave.exp
1425 * gdb.threads/leader-exit.exp
1426 * gdb.threads/pthreads.exp
1427 * gdb.threads/wp-replication.exp
1428 * gdb.trace/actions.exp
1429 * gdb.trace/mi-tsv-changed.exp
1430 * gdb.trace/tsv.exp
1431
1432 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1433
1434 Fix test names starting with uppercase throughout the files.
1435
1436 * gdb.arch/i386-bp_permanent.exp
1437 * gdb.arch/i386-gnu-cfi.exp
1438 * gdb.base/disasm-end-cu.exp
1439 * gdb.base/macscp.exp
1440 * gdb.base/pending.exp
1441 * gdb.base/watch_thread_num.exp
1442 * gdb.cp/exception.exp
1443 * gdb.cp/gdb2495.exp
1444 * gdb.cp/local.exp
1445 * gdb.python/py-evsignal.exp
1446 * gdb.python/python.exp
1447 * gdb.trace/tracecmd.exp
1448
1449 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1450
1451 Fix test names starting with uppercase throughout the files.
1452
1453 * gdb.base/charset.exp
1454 * gdb.base/eval.exp
1455 * gdb.base/multi-forks.exp
1456 * gdb.guile/scm-progspace.exp
1457 * gdb.opencl/datatypes.exp
1458 * gdb.python/py-block.exp
1459 * gdb.python/py-function.exp
1460 * gdb.python/py-symbol.exp
1461 * gdb.python/py-symtab.exp
1462 * gdb.python/py-xmethods.exp
1463 * gdb.reverse/break-precsave.exp
1464 * gdb.reverse/break-reverse.exp
1465 * gdb.reverse/consecutive-precsave.exp
1466 * gdb.reverse/consecutive-reverse.exp
1467 * gdb.reverse/finish-precsave.exp
1468 * gdb.reverse/finish-reverse-bkpt.exp
1469 * gdb.reverse/finish-reverse.exp
1470 * gdb.reverse/fstatat-reverse.exp
1471 * gdb.reverse/getresuid-reverse.exp
1472 * gdb.reverse/i386-precsave.exp
1473 * gdb.reverse/i386-reverse.exp
1474 * gdb.reverse/i386-sse-reverse.exp
1475 * gdb.reverse/i387-stack-reverse.exp
1476 * gdb.reverse/insn-reverse.exp
1477 * gdb.reverse/machinestate-precsave.exp
1478 * gdb.reverse/machinestate.exp
1479 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1480 * gdb.reverse/pipe-reverse.exp
1481 * gdb.reverse/readv-reverse.exp
1482 * gdb.reverse/recvmsg-reverse.exp
1483 * gdb.reverse/rerun-prec.exp
1484 * gdb.reverse/s390-mvcle.exp
1485 * gdb.reverse/sigall-precsave.exp
1486 * gdb.reverse/sigall-reverse.exp
1487 * gdb.reverse/solib-precsave.exp
1488 * gdb.reverse/solib-reverse.exp
1489 * gdb.reverse/step-precsave.exp
1490 * gdb.reverse/step-reverse.exp
1491 * gdb.reverse/time-reverse.exp
1492 * gdb.reverse/until-precsave.exp
1493 * gdb.reverse/until-reverse.exp
1494 * gdb.reverse/waitpid-reverse.exp
1495 * gdb.reverse/watch-precsave.exp
1496 * gdb.reverse/watch-reverse.exp
1497
1498 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1499
1500 Fix test names starting with uppercase throughout the files.
1501
1502 * gdb.arch/i386-mpx-simple_segv.exp
1503 * gdb.arch/i386-mpx.exp
1504 * gdb.arch/i386-permbkpt.exp
1505 * gdb.arch/pa-nullify.exp
1506 * gdb.arch/powerpc-d128-regs.exp
1507 * gdb.arch/vsx-regs.exp
1508 * gdb.base/bfp-test.exp
1509 * gdb.base/break.exp
1510 * gdb.base/breakpoint-shadow.exp
1511 * gdb.base/callfuncs.exp
1512 * gdb.base/charset.exp
1513 * gdb.base/commands.exp
1514 * gdb.base/completion.exp
1515 * gdb.base/dfp-test.exp
1516 * gdb.base/echo.exp
1517 * gdb.base/ending-run.exp
1518 * gdb.base/eval.exp
1519 * gdb.base/expand-psymtabs.exp
1520 * gdb.base/float128.exp
1521 * gdb.base/floatn.exp
1522 * gdb.base/foll-exec-mode.exp
1523 * gdb.base/gdb1056.exp
1524 * gdb.base/gdb11531.exp
1525 * gdb.base/kill-after-signal.exp
1526 * gdb.base/multi-forks.exp
1527 * gdb.base/overlays.exp
1528 * gdb.base/pending.exp
1529 * gdb.base/sepdebug.exp
1530 * gdb.base/testenv.exp
1531 * gdb.base/valgrind-db-attach.exp
1532 * gdb.base/watch_thread_num.exp
1533 * gdb.base/watchpoint-cond-gone.exp
1534 * gdb.base/watchpoint.exp
1535 * gdb.base/watchpoints.exp
1536 * gdb.cp/arg-reference.exp
1537 * gdb.cp/baseenum.exp
1538 * gdb.cp/operator.exp
1539 * gdb.cp/shadow.exp
1540 * gdb.dwarf2/dw2-op-out-param.exp
1541 * gdb.dwarf2/dw2-reg-undefined.exp
1542 * gdb.go/chan.exp
1543 * gdb.go/hello.exp
1544 * gdb.go/integers.exp
1545 * gdb.go/methods.exp
1546 * gdb.go/package.exp
1547 * gdb.guile/scm-parameter.exp
1548 * gdb.guile/scm-progspace.exp
1549 * gdb.guile/scm-value.exp
1550 * gdb.mi/mi-pending.exp
1551 * gdb.mi/user-selected-context-sync.exp
1552 * gdb.multi/multi-attach.exp
1553 * gdb.multi/tids.exp
1554 * gdb.opt/clobbered-registers-O2.exp
1555 * gdb.pascal/floats.exp
1556 * gdb.pascal/integers.exp
1557 * gdb.python/py-block.exp
1558 * gdb.python/py-events.exp
1559 * gdb.python/py-parameter.exp
1560 * gdb.python/py-symbol.exp
1561 * gdb.python/py-symtab.exp
1562 * gdb.python/py-type.exp
1563 * gdb.python/py-value.exp
1564 * gdb.python/py-xmethods.exp
1565 * gdb.python/python.exp
1566 * gdb.reverse/break-precsave.exp
1567 * gdb.reverse/consecutive-precsave.exp
1568 * gdb.reverse/finish-precsave.exp
1569 * gdb.reverse/i386-precsave.exp
1570 * gdb.reverse/machinestate-precsave.exp
1571 * gdb.reverse/sigall-precsave.exp
1572 * gdb.reverse/solib-precsave.exp
1573 * gdb.reverse/step-precsave.exp
1574 * gdb.reverse/until-precsave.exp
1575 * gdb.reverse/watch-precsave.exp
1576 * gdb.server/ext-attach.exp
1577 * gdb.server/ext-restart.exp
1578 * gdb.server/ext-run.exp
1579 * gdb.server/ext-wrapper.exp
1580 * gdb.stabs/gdb11479.exp
1581 * gdb.stabs/weird.exp
1582 * gdb.threads/attach-many-short-lived-threads.exp
1583 * gdb.threads/kill.exp
1584 * gdb.threads/watchpoint-fork.exp
1585
1586 2016-12-01 Luis Machado <lgustavo@codesourcery.com>
1587
1588 Fix test names starting with uppercase throughout all the files below.
1589
1590 * gdb.ada/array_return.exp
1591 * gdb.ada/catch_ex.exp
1592 * gdb.ada/info_exc.exp
1593 * gdb.ada/mi_catch_ex.exp
1594 * gdb.ada/mi_dyn_arr.exp
1595 * gdb.ada/mi_ex_cond.exp
1596 * gdb.ada/mi_exc_info.exp
1597 * gdb.ada/mi_interface.exp
1598 * gdb.ada/mi_task_arg.exp
1599 * gdb.ada/mi_task_info.exp
1600 * gdb.ada/mi_var_array.exp
1601 * gdb.arch/alpha-step.exp
1602 * gdb.arch/amd64-disp-step.exp
1603 * gdb.arch/arm-disp-step.exp
1604 * gdb.arch/disp-step-insn-reloc.exp
1605 * gdb.arch/e500-prologue.exp
1606 * gdb.arch/ftrace-insn-reloc.exp
1607 * gdb.arch/gdb1558.exp
1608 * gdb.arch/i386-bp_permanent.exp
1609 * gdb.arch/i386-disp-step.exp
1610 * gdb.arch/i386-float.exp
1611 * gdb.arch/i386-gnu-cfi.exp
1612 * gdb.arch/ia64-breakpoint-shadow.exp
1613 * gdb.arch/mips16-thunks.exp
1614 * gdb.arch/pa-nullify.exp
1615 * gdb.arch/powerpc-aix-prologue.exp
1616 * gdb.arch/powerpc-power.exp
1617 * gdb.arch/ppc-dfp.exp
1618 * gdb.arch/s390-tdbregs.exp
1619 * gdb.arch/spu-info.exp
1620 * gdb.arch/spu-ls.exp
1621 * gdb.arch/thumb-bx-pc.exp
1622 * gdb.base/advance.exp
1623 * gdb.base/annota-input-while-running.exp
1624 * gdb.base/arrayidx.exp
1625 * gdb.base/asmlabel.exp
1626 * gdb.base/async.exp
1627 * gdb.base/attach-wait-input.exp
1628 * gdb.base/auto-connect-native-target.exp
1629 * gdb.base/batch-preserve-term-settings.exp
1630 * gdb.base/bfp-test.exp
1631 * gdb.base/bigcore.exp
1632 * gdb.base/bp-permanent.exp
1633 * gdb.base/break-always.exp
1634 * gdb.base/break-fun-addr.exp
1635 * gdb.base/break-idempotent.exp
1636 * gdb.base/break-main-file-remove-fail.exp
1637 * gdb.base/break-probes.exp
1638 * gdb.base/break-unload-file.exp
1639 * gdb.base/break.exp
1640 * gdb.base/call-ar-st.exp
1641 * gdb.base/call-rt-st.exp
1642 * gdb.base/call-sc.exp
1643 * gdb.base/call-signal-resume.exp
1644 * gdb.base/call-strs.exp
1645 * gdb.base/callexit.exp
1646 * gdb.base/callfuncs.exp
1647 * gdb.base/catch-gdb-caused-signals.exp
1648 * gdb.base/catch-signal-siginfo-cond.exp
1649 * gdb.base/catch-syscall.exp
1650 * gdb.base/compare-sections.exp
1651 * gdb.base/cond-eval-mode.exp
1652 * gdb.base/condbreak-call-false.exp
1653 * gdb.base/consecutive-step-over.exp
1654 * gdb.base/cursal.exp
1655 * gdb.base/disabled-location.exp
1656 * gdb.base/disasm-end-cu.exp
1657 * gdb.base/display.exp
1658 * gdb.base/double-prompt-target-event-error.exp
1659 * gdb.base/dprintf-bp-same-addr.exp
1660 * gdb.base/dprintf-detach.exp
1661 * gdb.base/dprintf-next.exp
1662 * gdb.base/dprintf-non-stop.exp
1663 * gdb.base/dprintf-pending.exp
1664 * gdb.base/dso2dso.exp
1665 * gdb.base/ending-run.exp
1666 * gdb.base/enum_cond.exp
1667 * gdb.base/examine-backward.exp
1668 * gdb.base/exe-lock.exp
1669 * gdb.base/exec-invalid-sysroot.exp
1670 * gdb.base/execl-update-breakpoints.exp
1671 * gdb.base/execution-termios.exp
1672 * gdb.base/fileio.exp
1673 * gdb.base/fixsection.exp
1674 * gdb.base/foll-exec-mode.exp
1675 * gdb.base/foll-exec.exp
1676 * gdb.base/fork-running-state.exp
1677 * gdb.base/frame-args.exp
1678 * gdb.base/fullpath-expand.exp
1679 * gdb.base/func-ptr.exp
1680 * gdb.base/gcore-relro-pie.exp
1681 * gdb.base/gdb1090.exp
1682 * gdb.base/gdb1555.exp
1683 * gdb.base/global-var-nested-by-dso.exp
1684 * gdb.base/gnu-ifunc.exp
1685 * gdb.base/hbreak-in-shr-unsupported.exp
1686 * gdb.base/hbreak-unmapped.exp
1687 * gdb.base/hook-stop.exp
1688 * gdb.base/infcall-input.exp
1689 * gdb.base/info-fun.exp
1690 * gdb.base/info-shared.exp
1691 * gdb.base/interrupt-noterm.exp
1692 * gdb.base/jit-so.exp
1693 * gdb.base/jit.exp
1694 * gdb.base/line-symtabs.exp
1695 * gdb.base/list.exp
1696 * gdb.base/longjmp.exp
1697 * gdb.base/macscp.exp
1698 * gdb.base/max-value-size.exp
1699 * gdb.base/nodebug.exp
1700 * gdb.base/nofield.exp
1701 * gdb.base/overlays.exp
1702 * gdb.base/paginate-after-ctrl-c-running.exp
1703 * gdb.base/paginate-bg-execution.exp
1704 * gdb.base/paginate-inferior-exit.exp
1705 * gdb.base/pending.exp
1706 * gdb.base/pr11022.exp
1707 * gdb.base/printcmds.exp
1708 * gdb.base/ptr-typedef.exp
1709 * gdb.base/ptype.exp
1710 * gdb.base/randomize.exp
1711 * gdb.base/range-stepping.exp
1712 * gdb.base/realname-expand.exp
1713 * gdb.base/relativedebug.exp
1714 * gdb.base/remote.exp
1715 * gdb.base/savedregs.exp
1716 * gdb.base/sepdebug.exp
1717 * gdb.base/set-noassign.exp
1718 * gdb.base/shlib-call.exp
1719 * gdb.base/shreloc.exp
1720 * gdb.base/sigaltstack.exp
1721 * gdb.base/sigbpt.exp
1722 * gdb.base/siginfo-addr.exp
1723 * gdb.base/siginfo-obj.exp
1724 * gdb.base/siginfo-thread.exp
1725 * gdb.base/signest.exp
1726 * gdb.base/signull.exp
1727 * gdb.base/sigrepeat.exp
1728 * gdb.base/skip.exp
1729 * gdb.base/so-impl-ld.exp
1730 * gdb.base/solib-corrupted.exp
1731 * gdb.base/solib-disc.exp
1732 * gdb.base/solib-display.exp
1733 * gdb.base/solib-overlap.exp
1734 * gdb.base/solib-search.exp
1735 * gdb.base/solib-symbol.exp
1736 * gdb.base/source-execution.exp
1737 * gdb.base/sss-bp-on-user-bp-2.exp
1738 * gdb.base/sss-bp-on-user-bp.exp
1739 * gdb.base/stack-checking.exp
1740 * gdb.base/stale-infcall.exp
1741 * gdb.base/step-break.exp
1742 * gdb.base/step-line.exp
1743 * gdb.base/step-over-exit.exp
1744 * gdb.base/step-test.exp
1745 * gdb.base/structs.exp
1746 * gdb.base/sym-file.exp
1747 * gdb.base/symtab-search-order.exp
1748 * gdb.base/term.exp
1749 * gdb.base/type-opaque.exp
1750 * gdb.base/unload.exp
1751 * gdb.base/until-nodebug.exp
1752 * gdb.base/until.exp
1753 * gdb.base/unwindonsignal.exp
1754 * gdb.base/watch-cond.exp
1755 * gdb.base/watch-non-mem.exp
1756 * gdb.base/watch_thread_num.exp
1757 * gdb.base/watchpoint-reuse-slot.exp
1758 * gdb.base/watchpoint-solib.exp
1759 * gdb.base/watchpoint.exp
1760 * gdb.btrace/dlopen.exp
1761 * gdb.cell/arch.exp
1762 * gdb.cell/break.exp
1763 * gdb.cell/bt.exp
1764 * gdb.cell/core.exp
1765 * gdb.cell/data.exp
1766 * gdb.cell/dwarfaddr.exp
1767 * gdb.cell/ea-cache.exp
1768 * gdb.cell/ea-standalone.exp
1769 * gdb.cell/ea-test.exp
1770 * gdb.cell/f-regs.exp
1771 * gdb.cell/fork.exp
1772 * gdb.cell/gcore.exp
1773 * gdb.cell/mem-access.exp
1774 * gdb.cell/ptype.exp
1775 * gdb.cell/registers.exp
1776 * gdb.cell/sizeof.exp
1777 * gdb.cell/solib-symbol.exp
1778 * gdb.cell/solib.exp
1779 * gdb.compile/compile-tls.exp
1780 * gdb.cp/exception.exp
1781 * gdb.cp/gdb2495.exp
1782 * gdb.cp/local.exp
1783 * gdb.cp/mb-inline.exp
1784 * gdb.cp/mb-templates.exp
1785 * gdb.cp/pr10687.exp
1786 * gdb.cp/pr9167.exp
1787 * gdb.cp/scope-err.exp
1788 * gdb.cp/templates.exp
1789 * gdb.cp/virtfunc.exp
1790 * gdb.dwarf2/dw2-dir-file-name.exp
1791 * gdb.dwarf2/dw2-single-line-discriminators.exp
1792 * gdb.fortran/complex.exp
1793 * gdb.fortran/library-module.exp
1794 * gdb.guile/guile.exp
1795 * gdb.guile/scm-cmd.exp
1796 * gdb.guile/scm-frame-inline.exp
1797 * gdb.guile/scm-objfile.exp
1798 * gdb.guile/scm-pretty-print.exp
1799 * gdb.guile/scm-symbol.exp
1800 * gdb.guile/scm-type.exp
1801 * gdb.guile/scm-value.exp
1802 * gdb.linespec/keywords.exp
1803 * gdb.linespec/ls-errs.exp
1804 * gdb.linespec/macro-relative.exp
1805 * gdb.linespec/thread.exp
1806 * gdb.mi/mi-breakpoint-changed.exp
1807 * gdb.mi/mi-dprintf-pending.exp
1808 * gdb.mi/mi-fullname-deleted.exp
1809 * gdb.mi/mi-logging.exp
1810 * gdb.mi/mi-pending.exp
1811 * gdb.mi/mi-solib.exp
1812 * gdb.mi/new-ui-mi-sync.exp
1813 * gdb.mi/user-selected-context-sync.exp
1814 * gdb.multi/dummy-frame-restore.exp
1815 * gdb.multi/multi-arch-exec.exp
1816 * gdb.multi/remove-inferiors.exp
1817 * gdb.multi/watchpoint-multi-exit.exp
1818 * gdb.opt/solib-intra-step.exp
1819 * gdb.perf/backtrace.exp
1820 * gdb.perf/single-step.exp
1821 * gdb.perf/skip-command.exp
1822 * gdb.perf/skip-prologue.exp
1823 * gdb.perf/solib.exp
1824 * gdb.python/lib-types.exp
1825 * gdb.python/py-as-string.exp
1826 * gdb.python/py-bad-printers.exp
1827 * gdb.python/py-block.exp
1828 * gdb.python/py-breakpoint.exp
1829 * gdb.python/py-cmd.exp
1830 * gdb.python/py-events.exp
1831 * gdb.python/py-evthreads.exp
1832 * gdb.python/py-finish-breakpoint.exp
1833 * gdb.python/py-finish-breakpoint2.exp
1834 * gdb.python/py-frame-inline.exp
1835 * gdb.python/py-frame.exp
1836 * gdb.python/py-inferior.exp
1837 * gdb.python/py-infthread.exp
1838 * gdb.python/py-mi.exp
1839 * gdb.python/py-objfile.exp
1840 * gdb.python/py-pp-maint.exp
1841 * gdb.python/py-pp-registration.exp
1842 * gdb.python/py-prettyprint.exp
1843 * gdb.python/py-recurse-unwind.exp
1844 * gdb.python/py-shared.exp
1845 * gdb.python/py-symbol.exp
1846 * gdb.python/py-symtab.exp
1847 * gdb.python/py-template.exp
1848 * gdb.python/py-type.exp
1849 * gdb.python/py-unwind-maint.exp
1850 * gdb.python/py-unwind.exp
1851 * gdb.python/py-value.exp
1852 * gdb.python/python.exp
1853 * gdb.reverse/finish-reverse-bkpt.exp
1854 * gdb.reverse/insn-reverse.exp
1855 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1856 * gdb.reverse/solib-precsave.exp
1857 * gdb.reverse/solib-reverse.exp
1858 * gdb.stabs/gdb11479.exp
1859 * gdb.stabs/weird.exp
1860 * gdb.threads/fork-child-threads.exp
1861 * gdb.threads/fork-plus-threads.exp
1862 * gdb.threads/fork-thread-pending.exp
1863 * gdb.threads/forking-threads-plus-breakpoint.exp
1864 * gdb.threads/hand-call-in-threads.exp
1865 * gdb.threads/interrupted-hand-call.exp
1866 * gdb.threads/linux-dp.exp
1867 * gdb.threads/local-watch-wrong-thread.exp
1868 * gdb.threads/next-while-other-thread-longjmps.exp
1869 * gdb.threads/non-ldr-exit.exp
1870 * gdb.threads/pending-step.exp
1871 * gdb.threads/print-threads.exp
1872 * gdb.threads/process-dies-while-detaching.exp
1873 * gdb.threads/process-dies-while-handling-bp.exp
1874 * gdb.threads/pthreads.exp
1875 * gdb.threads/queue-signal.exp
1876 * gdb.threads/reconnect-signal.exp
1877 * gdb.threads/signal-command-handle-nopass.exp
1878 * gdb.threads/signal-command-multiple-signals-pending.exp
1879 * gdb.threads/signal-delivered-right-thread.exp
1880 * gdb.threads/signal-sigtrap.exp
1881 * gdb.threads/sigthread.exp
1882 * gdb.threads/staticthreads.exp
1883 * gdb.threads/stepi-random-signal.exp
1884 * gdb.threads/thread-unwindonsignal.exp
1885 * gdb.threads/thread_check.exp
1886 * gdb.threads/thread_events.exp
1887 * gdb.threads/tid-reuse.exp
1888 * gdb.threads/tls-nodebug.exp
1889 * gdb.threads/tls-shared.exp
1890 * gdb.threads/tls-so_extern.exp
1891 * gdb.threads/tls.exp
1892 * gdb.threads/wp-replication.exp
1893 * gdb.trace/actions-changed.exp
1894 * gdb.trace/actions.exp
1895 * gdb.trace/backtrace.exp
1896 * gdb.trace/change-loc.exp
1897 * gdb.trace/collection.exp
1898 * gdb.trace/deltrace.exp
1899 * gdb.trace/disconnected-tracing.exp
1900 * gdb.trace/entry-values.exp
1901 * gdb.trace/ftrace-lock.exp
1902 * gdb.trace/ftrace.exp
1903 * gdb.trace/infotrace.exp
1904 * gdb.trace/mi-trace-frame-collected.exp
1905 * gdb.trace/mi-trace-unavailable.exp
1906 * gdb.trace/mi-traceframe-changed.exp
1907 * gdb.trace/mi-tracepoint-changed.exp
1908 * gdb.trace/mi-tsv-changed.exp
1909 * gdb.trace/no-attach-trace.exp
1910 * gdb.trace/packetlen.exp
1911 * gdb.trace/passc-dyn.exp
1912 * gdb.trace/passcount.exp
1913 * gdb.trace/pending.exp
1914 * gdb.trace/pr16508.exp
1915 * gdb.trace/qtro.exp
1916 * gdb.trace/range-stepping.exp
1917 * gdb.trace/read-memory.exp
1918 * gdb.trace/report.exp
1919 * gdb.trace/save-trace.exp
1920 * gdb.trace/signal.exp
1921 * gdb.trace/stap-trace.exp
1922 * gdb.trace/status-stop.exp
1923 * gdb.trace/strace.exp
1924 * gdb.trace/tfile.exp
1925 * gdb.trace/tfind.exp
1926 * gdb.trace/trace-break.exp
1927 * gdb.trace/trace-condition.exp
1928 * gdb.trace/trace-enable-disable.exp
1929 * gdb.trace/trace-mt.exp
1930 * gdb.trace/tracecmd.exp
1931 * gdb.trace/tracefile-pseudo-reg.exp
1932 * gdb.trace/tspeed.exp
1933 * gdb.trace/tstatus.exp
1934 * gdb.trace/tsv.exp
1935 * gdb.trace/unavailable.exp
1936 * gdb.trace/while-dyn.exp
1937 * gdb.trace/while-stepping.exp
1938 * lib/gdb-guile.exp
1939 * lib/gdb.exp
1940 * lib/mi-support.exp
1941 * lib/pascal.exp
1942 * lib/perftest.exp
1943 * lib/prelink-support.exp
1944 * lib/selftest-support.exp
1945
1946 2016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1947
1948 * Makefile.in: Include disable-implicit-rules.mk.
1949
1950 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1951
1952 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
1953 non-byte-aligned bit fields.
1954
1955 2016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1956
1957 PR gdb/12616
1958 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
1959 respects the DW_AT_data_bit_offset attribute.
1960
1961 2016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1962
1963 * gdb.base/default.exp: Fix output of "set language".
1964
1965 2016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
1966
1967 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
1968 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
1969 make.
1970 * configure.ac: Remove checks for the make program.
1971 * configure: Re-generate.
1972
1973 2016-11-16 Kevin Buettner <kevinb@redhat.com>
1974
1975 * gdb.python/py-recurse-unwind.c (main): Add loop.
1976 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
1977 to read_register() and gdb.parse_and_eval(). Make each code
1978 call a separate case that can be individually tested.
1979 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
1980 proc. Call cont_and_backtrace for each of the code paths that
1981 we want to test in the unwinder.
1982
1983 2016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
1984
1985 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
1986 the definition of struct S.
1987
1988 2016-11-11 Catherine Moore <clm@codesourcery.com>
1989
1990 * gdb.base/dump.exp: Identify verilog format dump tests as such.
1991
1992 2016-11-09 Pedro Alves <palves@redhat.com>
1993
1994 * gdb.base/commands.exp (runto_or_return): New procedure.
1995 (gdbvar_simple_if_test, gdbvar_simple_while_test)
1996 (gdbvar_complex_if_while_test, progvar_simple_if_test)
1997 (progvar_simple_while_test, progvar_complex_if_while_test)
1998 (if_while_breakpoint_command_test)
1999 (infrun_breakpoint_command_test, breakpoint_command_test)
2000 (user_defined_command_test, watchpoint_command_test)
2001 (test_command_prompt_position, redefine_hook_test)
2002 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2003 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2004 multi_line_input and multi_line. Remove gdb_expect and
2005 gdb_stop_suppressing_tests uses.
2006 * lib/gdb.exp (valnum_re): New global.
2007 (multi_line_input): New procedure.
2008
2009 2016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2010
2011 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2012 Remove.
2013 (test_setup): Define with proc_with_prefix.
2014 (test_cli_inferior): Likewise.
2015 (test_cli_thread): Likewise.
2016 (test_cli_frame): Likewise.
2017 (test_cli_select_frame): Likewise.
2018 (test_cli_up_down): Likewise.
2019 (test_mi_thread_select): Likewise.
2020 (test_mi_stack_select_frame): Likewise.
2021 (test_cli_in_mi_inferior): Likewise.
2022 (test_cli_in_mi_thread): Likewise.
2023 (test_cli_in_mi_frame): Likewise.
2024 (top level): Do not use with_test_prefix_procname.
2025
2026 2016-11-09 Pedro Alves <palves@redhat.com>
2027
2028 * gdb.base/commands.exp (gdbvar_simple_if_test)
2029 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2030 (progvar_simple_if_test, progvar_simple_while_test)
2031 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2032 (infrun_breakpoint_command_test, breakpoint_command_test)
2033 (user_defined_command_test, watchpoint_command_test)
2034 (test_command_prompt_position, deprecated_command_test)
2035 (bp_deleted_in_command, temporary_breakpoint_commands)
2036 (stray_arg0_test, source_file_with_indented_comment)
2037 (recursive_source_test, if_commands_test)
2038 (error_clears_commands_left, redefine_hook_test)
2039 (redefine_backtrace_test): Use proc_with_prefix.
2040 * lib/gdb.exp (proc_with_prefix): New proc.
2041
2042 2016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2043
2044 * gdb.base/tui-layout.c: New file.
2045 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2046 disassembly window contains very long lines.
2047
2048 2016-11-08 Tom Tromey <tom@tromey.com>
2049
2050 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2051 depend on Python 2.
2052
2053 2016-11-08 Tom Tromey <tom@tromey.com>
2054
2055 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2056 New method.
2057
2058 2016-10-29 Manish Goregaokar <manish@mozilla.com>
2059
2060 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
2061
2062 2016-10-27 Manish Goregaokar <manish@mozilla.com>
2063
2064 * gdb.rust/simple.rs: Add test for univariant enums without
2065 discriminants and for encoded struct-like enums.
2066
2067 2016-10-28 Pedro Alves <palves@redhat.com>
2068
2069 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2070 gdb_test_multiple, tighten regexps and match symtabs and line
2071 tables incrementally.
2072
2073 2016-10-28 Luis Machado <lgustavo@codesourcery.com>
2074
2075 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2076 general.
2077
2078 2016-10-25 Luis Machado <lgustavo@codesourcery.com>
2079
2080 * gdb.base/exec-invalid-sysroot.exp: New file.
2081
2082 2016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2083
2084 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2085
2086 2016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2087
2088 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2089
2090 2016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2091
2092 * gdb.base/killed-outside.exp: Remove $options from a call to
2093 `prepare_for_testing'.
2094
2095 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2096
2097 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2098 Change test message.
2099
2100 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2101
2102 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2103 Update comment.
2104
2105 2016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2106
2107 * gdb.trace/mi-trace-save.exp: New file.
2108
2109 2016-10-13 Yao Qi <yao.qi@linaro.org>
2110
2111 * gdb.base/code_elim.exp (get_var_address): Remove.
2112 * gdb.base/relocate.exp: Likewise.
2113 * gdb.base/shreloc.exp: Likewise.
2114 * lib/gdb.exp (get_var_address): New.
2115
2116 2016-10-13 Yao Qi <yao.qi@linaro.org>
2117
2118 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2119 floating point tests if $skip_float_test is false.
2120
2121 2016-10-12 Luis Machado <lgustavo@codesourcery.com>
2122
2123 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2124 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2125 argc values.
2126 Add 1 to argc so we guarantee distinct initial/modified argc values.
2127
2128 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2129
2130 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2131
2132 2016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2133
2134 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2135 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2136 * gdb.arch/vsx-regs.exp: Likewise.
2137
2138 2016-10-07 Yao Qi <yao.qi@linaro.org>
2139
2140 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2141
2142 2016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2143
2144 * gdb.python/python.exp: Test decode_line("*0").
2145
2146 2016-10-06 Doug Evans <dje@google.com>
2147
2148 * gdb.python/py-value.exp (test_value_creation): Add test for large
2149 unsigned 64-bit value.
2150
2151 2016-10-06 Tom Tromey <tom@tromey.com>
2152
2153 * gdb.compile/compile.exp: Change java tests to rust.
2154 * gdb.base/setshow.exp: Change java tests to rust.
2155 * gdb.base/default.exp: Remove java from language list.
2156 * README (Examples): Update language example.
2157 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2158 test.
2159 * lib/gdb.exp (skip_java_tests): Remove.
2160 * lib/java.exp: Remove.
2161 * gdb.java: Remove.
2162
2163 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2164
2165 * gdb.arch/mips-fcr.exp: New test.
2166 * gdb.arch/mips-fcr.c: Source for the new test.
2167
2168 2016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2169
2170 * gdb.base/solib-disc.exp: Use `standard_output_file'
2171 throughout.
2172
2173 2016-10-06 Pedro Alves <palves@redhat.com>
2174
2175 * gdb.base/jit-simple-dl.c: New file.
2176 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2177 * gdb.base/jit-simple.c: ... this.
2178 * gdb.base/jit-simple.exp (jit_run): Delete.
2179 (build_jit): New proc.
2180 (jit_test_reread): Recompile either the main program or the shared
2181 library, depending on what is being tested. Skip changing address
2182 if caller wants to. Compare before/after addresses. If testing
2183 standalone, explicitly load the binary. Test "maint info
2184 breakpoints".
2185 (top level): Add "standalone vs shared lib" and "change address"
2186 vs "same address" axes.
2187
2188 2016-10-06 Pedro Alves <palves@redhat.com>
2189
2190 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2191 call.
2192 (jit_run): Delete.
2193 (jit_test_reread): Use with_test_prefix. Reload the main binary
2194 explicitly. Compare the before/after addresses of the JIT
2195 descriptor.
2196
2197 2016-08-15 Doug Evans <dje@google.com>
2198
2199 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2200 for single bitfields is bool.
2201 * gdb.xml/tdesc-regs.exp: Ditto.
2202
2203 2016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2204
2205 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2206
2207 2016-10-05 Yao Qi <yao.qi@linaro.org>
2208
2209 * lib/gdb.exp (support_complex_tests): Return zero if
2210 gdb_skip_float_test return true.
2211
2212 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2213 Simon Marchi <simon.marchi@ericsson.com>
2214
2215 PR gdb/20487
2216 * gdb.mi/user-selected-context-sync.exp: New file.
2217 * gdb.mi/user-selected-context-sync.c: New file.
2218
2219 2016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2220 Simon Marchi <simon.marchi@ericsson.com>
2221
2222 PR gdb/20487
2223 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2224 =thread-select-event check.
2225
2226 2016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2227
2228 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2229 the compulsory L operand changes.
2230 * gdb.arch/powerpc-power.s: Likewise.
2231
2232 2016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2233
2234 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2235 * gdb.base/jit-attach-pie.c: New file.
2236 * gdb.base/jit-attach-pie.exp: New file.
2237
2238 2016-09-28 Pedro Alves <palves@redhat.com>
2239
2240 * gdb.base/infcall-input.c: New file.
2241 * gdb.base/infcall-input.exp: New file.
2242
2243 2016-09-22 Yao Qi <yao.qi@linaro.org>
2244
2245 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2246 (gdb_exit): Rename it to ...
2247 (gdbserver_gdb_exit): ... Close GDBserver.
2248 (gdb_exit): New proc, call gdbserver_gdb_exit.
2249 (mi_gdb_exit): Likewise.
2250
2251 2016-09-22 Yao Qi <yao.qi@linaro.org>
2252
2253 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2254 path.
2255 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2256 Remove duplication.
2257
2258 2016-09-22 Yao Qi <yao.qi@linaro.org>
2259
2260 * lib/gdbserver-support.exp: Check the existence of
2261 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2262
2263 2016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2264
2265 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2266
2267 2016-09-21 Tom Tromey <tom@tromey.com>
2268
2269 PR gdb/20604:
2270 * gdb.base/quit.exp: New file.
2271
2272 2016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2273
2274 * .gitignore: New file.
2275
2276 2016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2277
2278 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2279 throughout.
2280
2281 2016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2282
2283 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2284
2285 2016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2286
2287 * gdb.cp/casts.cc (decltype): Move it ...
2288 (main): ... with its call to ...
2289 * gdb.cp/casts03.cc: ... a new file.
2290 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2291
2292 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2293
2294 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2295
2296 2016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2297
2298 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2299 and sync up the test with tests in gas/testsuite/gas/ppc.
2300 * gdb.arch/powerpc-power.exp: Likewise.
2301
2302 2016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2303
2304 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2305
2306 2016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2307 Jan Kratochvil <jan.kratochvil@redhat.com>
2308
2309 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2310 make m1's definition to be different from m2's. Use 'dummy' as an
2311 argument for probe 'two'.
2312
2313 2016-09-10 Jon Beniston <jon@beniston.com>
2314
2315 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2316 for sim target.
2317
2318 2016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2319
2320 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2321 variable declaration.
2322 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2323 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2324 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2325 received HWCAP as its argument.
2326
2327 2016-09-06 Pedro Alves <palves@redhat.com>
2328
2329 * gdb.base/new-ui-pending-input.c: New file.
2330 * gdb.base/new-ui-pending-input.exp: New file.
2331 * gdb.exp (clear_gdb_spawn_id): New procedure.
2332 (with_spawn_id): Check whether gdb_spawn_id exists before
2333 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2334 on exit.
2335
2336 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2337
2338 * gdb.base/float128.c: New file.
2339 * gdb.base/float128.exp: Likewise.
2340 * gdb.base/floatn.c: Likewise.
2341 * gdb.base/floatn.exp: Likewise.
2342
2343 2016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2344
2345 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2346
2347 2016-09-05 Pedro Alves <palves@redhat.com>
2348
2349 PR backtrace/19927
2350 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2351 unwinders are immediately called as side effect of "source" or
2352 "disable unwinder" commands.
2353 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2354
2355 2016-09-02 Yao Qi <yao.qi@linaro.org>
2356
2357 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2358 is true and $type is "float" or "double".
2359
2360 2016-09-02 Yao Qi <yao.qi@linaro.org>
2361
2362 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2363 true.
2364 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2365 * gdb.base/call-rt-st.exp: Likewise.
2366 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2367 return value instead of gdb,skip_float_test.
2368 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2369 (do_function_calls): Use its return value instead of
2370 gdb,skip_float_test.
2371 * gdb.base/finish.exp: Likewise.
2372 * gdb.base/funcargs.exp: Likewise.
2373 * gdb.base/return.exp: Likewise.
2374 * gdb.base/return2.exp: Likewise.
2375 * gdb.base/varargs.exp: Likewise.
2376 * lib/gdb.exp (gdb_skip_float_test): Change it to
2377 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2378
2379 2016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2380
2381 * gdb.multi/tids.exp: Test "thread apply all".
2382
2383 2016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2384
2385 * gdb.base/default.exp (tty): Remove.
2386
2387 2016-08-24 Kevin Buettner <kevinb@redhat.com>
2388
2389 * gdb.python/py-recurse-unwind.c: New file.
2390 * gdb.python/py-recurse-unwind.py: New file.
2391 * gdb.python/py-recurse-unwind.exp: New file.
2392
2393 2016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2394
2395 * gdb.base/set-inferior-tty.exp: New file.
2396 * gdb.base/set-inferior-tty.c: New file.
2397
2398 2016-08-23 Pedro Alves <palves@redhat.com>
2399
2400 PR gdb/20494
2401 * gdb.base/new-ui-echo.c: New file.
2402 * gdb.base/new-ui-echo.exp: New file.
2403
2404 2016-08-23 Yao Qi <yao.qi@linaro.org>
2405
2406 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2407 gdbserver_spawn.
2408 * gdb.server/connect-without-multi-process.exp (do_test):
2409 Likewise.
2410
2411 2016-08-23 Yao Qi <yao.qi@linaro.org>
2412
2413 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2414 standalone_txt. Delete gdb_txt and standalone_txt on host
2415 and target. Spawn the binary on target. Copy files from
2416 target to host.
2417
2418 2016-08-22 Pedro Alves <palves@redhat.com>
2419
2420 PR gdb/20505
2421 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2422 with_test_prefix. Factor out bits to ...
2423 (test_no_vdso): ... this new procedure.
2424
2425 2016-08-19 Carl Love <cel@us.ibm.com>
2426
2427 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2428 maintaining separate logic for constructing the output path.
2429 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2430 * gdb.arch/ppc-dfp.exp: Likewise.
2431 * gdb.arch/ppc-fp.exp: Likewise.
2432 * gdb.arch/vsx-regs.exp: Likewise.
2433 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2434 binprefix for generating the additional binary files.
2435
2436 2016-08-19 Pedro Alves <palves@redhat.com>
2437
2438 * gdb.trace/mi-trace-frame-collected.exp
2439 (test_trace_frame_collected): On x32, expect two registers.
2440
2441 2016-08-18 Carl Love <cel@us.ibm.com>
2442
2443 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2444 and sync up the test with tests in gas/testsuite/gas/ppc.
2445 * gdb.arch/powerpc-power.exp: Likewise.
2446
2447 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2448
2449 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2450 expected error message.
2451
2452 2016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2453
2454 * gdb.multi/remove-inferiors.exp: New file.
2455 * gdb.multi/remove-inferiors.c: New file.
2456
2457 2016-08-12 Yao Qi <yao.qi@linaro.org>
2458
2459 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2460 argument list.
2461
2462 2016-08-10 Pedro Alves <palves@redhat.com>
2463
2464 PR gdb/19187
2465 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2466 setup_kfails.
2467
2468 2016-08-09 Pedro Alves <palves@redhat.com>
2469 Simon Marchi <simon.marchi@ericsson.com>
2470
2471 PR gdb/20418
2472 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2473 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2474
2475 2016-08-09 Pedro Alves <palves@redhat.com>
2476
2477 PR mi/20431
2478 * gdb.mi/mi-cmd-error.exp: New file.
2479
2480 2016-08-09 Pedro Alves <palves@redhat.com>
2481
2482 PR gdb/18653
2483 * gdb.base/signals-state-child.c: New file.
2484 * gdb.base/signals-state-child.exp: New file.
2485 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2486
2487 2016-08-09 Pedro Alves <palves@redhat.com>
2488
2489 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2490
2491 2016-08-03 Tom Tromey <tom@tromey.com>
2492
2493 PR python/18565:
2494 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2495
2496 2016-08-01 Yao Qi <yao.qi@linaro.org>
2497
2498 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2499 variable mode to "multi-process" if $multi_process is 1, otherwise
2500 set it to "single-process".
2501
2502 2016-08-01 Yao Qi <yao.qi@linaro.org>
2503
2504 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2505 * gdb.cp/cpexprs.exp: Likewise.
2506 * gdb.cp/m-static.exp: Likewise.
2507
2508 2016-07-26 Tom Tromey <tom@tromey.com>
2509
2510 PR python/20190:
2511 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2512 test.
2513
2514 2016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2515
2516 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2517 selecting assembly source files.
2518 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2519 assembly source files.
2520 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2521 assembly source files.
2522 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2523 selecting assembly source files.
2524
2525 2016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2526
2527 * gdb.base/new-ui.exp (do_test_invalid_args): New
2528 procedure.
2529
2530 2016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2531
2532 * gdb.btrace/reconnect.c: New file.
2533 * gdb.btrace/reconnect.exp: New file.
2534
2535 2016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2536
2537 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2538 to test_catch_syscall_group.
2539 (test_catch_syscall_group): New.
2540
2541 2016-07-21 Tom Tromey <tom@tromey.com>
2542
2543 * gdb.rust/simple.rs (main): Use empty struct expression.
2544 * gdb.rust/simple.exp: Add tests for empty struct expression.
2545
2546 2016-07-21 Yao Qi <yao.qi@linaro.org>
2547
2548 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2549 if gdb_skip_xml_test is true on some targets.
2550
2551 2016-07-21 Yao Qi <yao.qi@linaro.org>
2552
2553 * gdb.server/solib-list.exp: Unset last_loaded_file.
2554
2555 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2556
2557 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2558 "step into captured_main (args)".
2559
2560 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2561
2562 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2563
2564 2016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2565
2566 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2567
2568 2016-07-19 Pedro Alves <palves@redhat.com>
2569
2570 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2571 * gdb.opt/inline-bt.exp: Likewise.
2572 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2573 additional_flags=-Winline.
2574 * gdb.opt/inline-locals.exp: Likewise.
2575 * gdb.opt/inline-markers.c (ATTR): Define.
2576 (inlined_fn): Use it.
2577
2578 2016-07-19 Yao Qi <yao.qi@linaro.org>
2579
2580 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2581 (test_with_self): Remove some code. Remove argument executable.
2582 (top-level): Use do_self_tests.
2583
2584 2016-07-15 Zachary Welch <zwelch@codesourcery.com>
2585 Don Breazeal <donb@codesourcery.com>
2586
2587 * gdb.base/maint.exp: Escape paths used in regular expressions.
2588 * gdb.stabs/weird.exp: Likewise.
2589
2590 2016-07-13 Tom Tromey <tom@tromey.com>
2591
2592 PR python/15620, PR python/18620:
2593 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2594 (test_bkpt_events): New procs.
2595
2596 2016-07-13 Tom Tromey <tom@tromey.com>
2597
2598 PR python/17698:
2599 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2600 test.
2601 (test_watchpoints): Likewise.
2602 (test_bkpt_pending): New proc.
2603
2604 2016-07-13 Tom Tromey <tom@tromey.com>
2605
2606 PR cli/18053:
2607 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2608 completion test.
2609
2610 2016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2611
2612 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2613 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2614 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2615 f_label.
2616 (g): Rename g_end_lbl to g_label.
2617 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2618 low_pc and high_pc.
2619 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2620
2621 2016-07-12 Tom Tromey <tom@tromey.com>
2622
2623 PR python/19293:
2624 * gdb.python/py-unwind-maint.exp: Update tests.
2625
2626 2016-07-12 Yao Qi <yao.qi@linaro.org>
2627
2628 * lib/selftest-support.exp (selftest_setup): Match the output
2629 when captured_main is inlined.
2630
2631 2016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2632
2633 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2634 New variables.
2635 (print this%a, print this%b, print this): New tests.
2636 * gdb.fortran/derived-types.f90 (this): New object and
2637 initialization.
2638
2639 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2640
2641 * gdb.ada/arraydim.exp: Remove extra directory level in build
2642 directory.
2643
2644 2016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2645
2646 * lib/ada.exp: Remove extra directory level in build directory.
2647 * gdb.ada/cond_lang.exp: Likewise.
2648 * gdb.ada/exec_changed.exp: Likewise.
2649 * gdb.ada/lang_switch.exp: Likewise.
2650
2651 2016-07-06 Manish Goregaokar <manish@mozilla.com>
2652
2653 * simple.rs: Add test for raw pointer subscripting.
2654 * simple.exp: Add test expectations.
2655
2656 2016-07-05 Yao Qi <yao.qi@linaro.org>
2657
2658 * gdb.mi/mi-reverse.exp: Match =record-started output.
2659
2660 2016-07-01 Pedro Alves <palves@redhat.com>
2661
2662 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2663 procedure.
2664 (jit_reader_test): Test the jit reader's unwinder.
2665 * gdb.base/jithost.c (jit_function_00_code): New global.
2666 (main): Use memcpy to fill in the mmapped code, instead of poking
2667 bytes manually here.
2668 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2669 value.
2670 (read_debug_info): Save the function's range.
2671 (read_sp): New function.
2672 (unwind_frame): Use it. Also unwind RBP.
2673 (get_frame_id): Use read_sp.
2674 (gdb_init_reader): Use calloc instead of malloc.
2675 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2676 parameter. Use gdb_test_multiple.
2677
2678 2016-07-01 Pedro Alves <palves@redhat.com>
2679 Antoine Tremblay <antoine.tremblay@ericsson.com>
2680
2681 * gdb.threads/process-dies-while-detaching.c: New file.
2682 * gdb.threads/process-dies-while-detaching.exp: New file.
2683
2684 2016-07-01 Pedro Alves <palves@redhat.com>
2685
2686 * gdb.multi/watchpoint-multi-exit.c: New file.
2687 * gdb.multi/watchpoint-multi-exit.exp: New file.
2688
2689 2016-06-30 Pedro Alves <palves@redhat.com>
2690
2691 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2692 unset inferior_spawn_id.
2693
2694 2016-06-30 Pedro Alves <palves@redhat.com>
2695
2696 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2697 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2698
2699 2016-06-29 Yao Qi <yao.qi@linaro.org>
2700
2701 * gdb.base/return.c: Add copyright header.
2702
2703 2016-06-29 Tom Tromey <tom@tromey.com>
2704
2705 PR python/20129:
2706 * gdb.python/py-framefilter.exp: Add tests for setting priority
2707 and disabling of non-existent frame filter.
2708
2709 2016-06-29 Yao Qi <yao.qi@linaro.org>
2710
2711 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2712 0x0f07ff.
2713
2714 2016-06-28 Yao Qi <yao.qi@linaro.org>
2715
2716 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2717 triplets. Start gdb, execute catch syscall, and continue. Check
2718 gdb's output to determine catch syscall is supported.
2719
2720 2016-06-27 Manish Goregaokar <manish@mozilla.com>
2721
2722 * gdb.rust/simple.rs: Add test for returning unit in a function.
2723 * gdb.rust/simple.exp: Add expectation for functions returning
2724 unit.
2725
2726 2016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2727
2728 * gdb.python/py-breakpoint-create-fail.c,
2729 gdb.python/py-breakpoint-create-fail.exp,
2730 gdb.python/py-breakpoint-create-fail.py: New testcase.
2731
2732 2016-06-25 Manish Goregaokar <manish@mozilla.com>
2733
2734 PR gdb/20239
2735 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
2736 * gdb.rust/simple.exp: Add test expectations for new NonZero
2737 tests.
2738
2739 2016-06-24 David Taylor <dtaylor@emc.com>
2740
2741 * gdb.base/offsets.exp: New file.
2742 * gdb.base/offsets.c: New file.
2743
2744 2016-06-23 Tom Tromey <tom@tromey.com>
2745
2746 PR gdb/16483:
2747 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2748 before any filters are loaded.
2749
2750 2016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2751
2752 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2753 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2754 structs.
2755 * gdb.fortran/derived-type-function.exp: New file.
2756 * gdb.fortran/derived-type-function.f90: New file.
2757
2758
2759 2016-06-21 Pedro Alves <palves@redhat.com>
2760
2761 * gdb.base/new-ui.exp: New file.
2762 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2763 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2764 (with_spawn_id): New procedure.
2765
2766 2016-06-21 Pedro Alves <palves@redhat.com>
2767
2768 * gdb.mi/mi-exec-run.exp: New file.
2769
2770 2016-06-21 Pedro Alves <palves@redhat.com>
2771
2772 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2773 breakpoint command's output on the main UI.
2774 (test_break): New procedure, factored out from calls in the top
2775 level.
2776 (top level): Use foreach_with_prefix to test MI as main UI and as
2777 separate UI.
2778
2779 2016-06-21 Pedro Alves <palves@redhat.com>
2780
2781 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2782 (test_awatch_creation_and_listing)
2783 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2784 Remove 'type' parameter.
2785 (test_watchpoint_all): New parameter mi_mode. Remove
2786 with_test_prefix.
2787 (top level): Use foreach_with_prefix, and add main/separate UI MI
2788 testing axis.
2789
2790 2016-06-21 Pedro Alves <palves@redhat.com>
2791
2792 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
2793 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
2794 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
2795 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
2796 (gdb_main_spawn_id, mi_spawn_id): Declare and
2797 comment.
2798 (mi_create_inferior_pty): New procedure,
2799 factored out from default_mi_gdb_start.
2800 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
2801 procedures.
2802 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
2803 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
2804 Use mi_create_inferior_pty.
2805 (mi_gdb_start): Use eval to pass down args list.
2806
2807 2016-06-21 Pedro Alves <palves@redhat.com>
2808
2809 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
2810 * gdb.opt/inline-cmds.exp: Add MI tests.
2811
2812 2016-06-21 Pedro Alves <palves@redhat.com>
2813
2814 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
2815
2816 2016-06-21 Pedro Alves <palves@redhat.com>
2817
2818 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
2819 (top level): Use it instead of mi_execute_to.
2820
2821 2016-06-21 Pedro Alves <palves@redhat.com>
2822
2823 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
2824 (cont_handler_str): New.
2825 (signal_stop_handler): Set stop_handler_str instead of printing to
2826 stdout.
2827 (continue_handler): Set cont_handler_str instead of printing to
2828 stdout.
2829 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
2830 mi_send_resuming_command. Print stop_handler_str and
2831 cont_handler_str instead of expecting the python events print
2832 directly.
2833
2834 2016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2835
2836 * gdb.base/jit-reader.exp: New file.
2837 * gdb.base/jithost.c: New file.
2838 * gdb.base/jithost.h: New file.
2839 * gdb.base/jitreader.c : New file.
2840 * gdb.base/jit-protocol.h: New file.
2841
2842 2016-06-17 Yao Qi <yao.qi@linaro.org>
2843
2844 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
2845 parameters follow_fork and detach_on_fork. Set follow-fork-mode
2846 and detach-on-fork. Adjust tests.
2847 (top level): Invoke break_cond_on_syscall with combinations of
2848 syscall, follow-fork-mode and detach-on-fork.
2849
2850 2016-06-17 Yao Qi <yao.qi@linaro.org>
2851
2852 * gdb.base/step-over-exit.c: New.
2853 * gdb.base/step-over-exit.exp: New.
2854
2855 2016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2856
2857 * gdb.base/float.exp: Add target check for nds32*-*-*.
2858 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
2859
2860 2016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2861
2862 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
2863 for unsupported target features.
2864 * gdb.base/call-rt-st.exp: Likewise.
2865 * gdb.base/call-sc.exp: Likewise.
2866 * gdb.base/call-signal-resume.exp: Likewise.
2867 * gdb.base/call-strs.exp: Likewise.
2868 * gdb.base/callexit.exp: Likewise.
2869 * gdb.base/callfuncs.exp: Likewise.
2870 * gdb.base/nodebug.exp: Likewise.
2871 * gdb.base/printcmds.exp: Likewise.
2872 * gdb.base/ptype.exp: Likewise.
2873 * gdb.base/structs.exp: Likewise.
2874 * gdb.base/unwindonsignal.exp: Likewise.
2875 * gdb.cp/gdb2495.exp: Likewise.
2876 * gdb.cp/templates.exp: Likewise.
2877 * gdb.cp/virtfunc.exp: Likewise.
2878 * gdb.threads/hand-call-in-threads.exp: Likewise.
2879 * gdb.threads/interrupted-hand-call.exp: Likewise.
2880 * gdb.threads/thread-unwindonsignal.exp: Likewise.
2881
2882 2016-06-10 Tom Tromey <tom@tromey.com>
2883
2884 PR rust/20110:
2885 * gdb.rust/expr.exp: Add test for integer constant larger than
2886 i32.
2887
2888 2016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
2889
2890 * gdb.fortran/nested-funcs.exp: New.
2891 * gdb.fortran/nested-funcs.f90: New.
2892
2893 2016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2894
2895 * gdb.base/examine-backward.c: New file.
2896 * gdb.base/examine-backward.exp: New file.
2897
2898 2016-06-06 Simon Marchi <simon.marchi@ericsson.com>
2899
2900 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
2901 matching.
2902
2903 2016-06-02 Tom Tromey <tom@tromey.com>
2904
2905 PR python/18984:
2906 * gdb.python/py-shared.exp: Add solib_name test.
2907
2908 2016-06-02 Simon Marchi <simon.marchi@ericsson.com>
2909
2910 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
2911
2912 2016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
2913
2914 PR c++/19893
2915 * gdb.dwarf2/implref.exp: Rename to...
2916 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
2917 * gdb.dwarf2/implref-array.c: New file.
2918 * gdb.dwarf2/implref-array.exp: Likewise.
2919 * gdb.dwarf2/implref-global.c: Likewise.
2920 * gdb.dwarf2/implref-global.exp: Likewise.
2921 * gdb.dwarf2/implref-struct.c: Likewise.
2922 * gdb.dwarf2/implref-struct.exp: Likewise.
2923
2924 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2925
2926 * gdb.trace/trace-condition.exp: Add 64bit tests.
2927
2928 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2929
2930 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
2931 bits types.
2932 (main): Adapt to 8 to 64 bits types.
2933 * gdb.trace/trace-condition.exp: Add new tests.
2934
2935 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2936
2937 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
2938
2939 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2940
2941 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
2942 Move condition tests...
2943 * gdb.trace/trace-condition.exp: Here.
2944
2945 2016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2946
2947 * gdb.trace/trace-condition.exp: Add counter-case tests.
2948
2949 2016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2950
2951 PR c++/15231
2952 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
2953 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
2954
2955 2016-05-27 Pedro Alves <palves@redhat.com>
2956
2957 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2958 New procedure.
2959 (top level): Call it, and bail out of DejaGnu is known to be bad.
2960
2961 2016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
2962
2963 * gdb.base/whatis.c: Extend the test case.
2964 * gdb.base/whatis.exp: Add additional tests.
2965
2966 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2967
2968 * gdb.fortran/type.f90: Add pointer variable.
2969 * gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
2970
2971 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2972
2973 * gdb.fortran/vla-type.exp: Fix testcase name.
2974
2975 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2976
2977 * gdb.fortran/vla-type.exp: Access elements in nested structs.
2978
2979 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2980
2981 * gdb.fortran/type.f90: Add nested structures.
2982 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
2983 * gdb.fortran/derived-type.exp: Adapt expected output.
2984 * gdb.fortran/vla-type.exp: Adapt expected output.
2985
2986 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2987
2988 * gdb.fortran/whatis_type.exp: Adapt expected output.
2989
2990 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2991
2992 * gdb.fortran/print_type.exp: Fix expected output.
2993 * gdb.fortran/whatis_type.exp: Fix expected output.
2994
2995 2016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2996
2997 * gdb.fortran/whatis_type.exp: Use multi_line.
2998
2999 2016-05-24 Tom Tromey <tom@tromey.com>
3000
3001 PR python/17386:
3002 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3003 use value as an index.
3004
3005 2016-05-23 Tom Tromey <tom@tromey.com>
3006
3007 PR python/17981:
3008 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3009 no-breakpoint case.
3010
3011 2016-05-24 Pedro Alves <palves@redhat.com>
3012
3013 PR gdb/19828
3014 * gdb.threads/clone-attach-detach.c: New file.
3015 * gdb.threads/clone-attach-detach.exp: New file.
3016
3017 2016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3018
3019 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3020
3021 2016-05-23 Tom Tromey <tom@tromey.com>
3022
3023 PR python/19438, PR python/18393:
3024 * gdb.python/py-progspace.exp: Add "dir" test.
3025 * gdb.python/py-objfile.exp: Add "dir" test.
3026
3027 2016-05-23 Yao Qi <yao.qi@linaro.org>
3028
3029 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3030 * gdb.arch/thumb2-it.exp: Likewise.
3031
3032 2016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3033
3034 * gdb.mi/mi-threads-interrupt.c: New file.
3035 * gdb.mi/mi-threads-interrupt.exp: New file.
3036
3037 2016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3038
3039 PR gdb/18077
3040 * gdb.mi/mi-async-run.exp: New file.
3041 * gdb.mi/mi-async-run.c: New file.
3042
3043 2016-05-17 Tom Tromey <tom@tromey.com>
3044 Manish Goregaokar <manishsmail@gmail.com>
3045
3046 * lib/rust-support.exp: New file.
3047 * lib/gdb.exp (skip_rust_tests): New proc.
3048 (build_executable_from_specs): Handle rust.
3049 * lib/future.exp (gdb_find_rustc): New proc.
3050 (gdb_default_target_compile): Handle rust.
3051 * gdb.rust/expr.exp: New file.
3052 * gdb.rust/generics.exp: New file.
3053 * gdb.rust/generics.rs: New file.
3054 * gdb.rust/methods.exp: New file.
3055 * gdb.rust/methods.rs: New file.
3056 * gdb.rust/modules.exp: New file.
3057 * gdb.rust/modules.rs: New file.
3058 * gdb.rust/simple.exp: New file.
3059 * gdb.rust/simple.rs: New file.
3060
3061 2016-05-17 Tom Tromey <tom@tromey.com>
3062
3063 * gdb.base/default.exp (set language): Add rust.
3064
3065 2016-05-17 Tom Tromey <tom@tromey.com>
3066
3067 * gdb.gdb/unittest.exp: New file.
3068
3069 2016-05-16 Yao Qi <yao.qi@linaro.org>
3070
3071 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3072 shell_prompt. Update shell_prompt_re.
3073
3074 2016-05-12 Doug Evans <dje@google.com>
3075
3076 PR symtab/19999
3077 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3078 $options when building executable.
3079 * gdb.dwarf2/fission-loclists-pie.S: New file.
3080 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3081
3082 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3083
3084 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3085 of [is_remote target],
3086
3087 2016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3088
3089 * lib/gdb.exp (use_gdb_stub): New procedure.
3090
3091 2016-05-03 Yunlian Jiang <yunlian@google.com>
3092 Doug Evans <dje@google.com>
3093
3094 PR symtab/19914
3095 * gdb.dwarf2/dwp-sepdebug.c: New file.
3096 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3097
3098 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3099
3100 * gdb.base/detach.exp: Remove is_remote check.
3101
3102 2016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3103
3104 * gdb.base/annota-input-while-running.exp: Don't check for
3105 [is_remote target]. Enable annotations after running to main.
3106 Remove unused "set test..." line.
3107
3108 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3109
3110 * gdb.trace/trace-enable-disable.exp: New file.
3111 * gdb.trace/trace-enable-disable.c: New file.
3112
3113 2016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3114
3115 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3116 use it in info sharedlibrary test.
3117 * gdb.trace/ftrace-lock.exp: Likewise.
3118 * gdb.trace/ftrace.exp: Likewise.
3119 * gdb.trace/range-stepping.exp: Likewise.
3120 * gdb.trace/trace-break.exp: Likewise.
3121 * gdb.trace/trace-condition.exp: Likewise.
3122 * gdb.trace/trace-mt.exp: Likewise.
3123
3124 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3125
3126 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3127 (gdb_load_shlib): ... this.
3128 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3129 gdb_load_shlib.
3130 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3131 * gdb.base/ctxobj.exp: Likewise.
3132 * gdb.base/dprintf-pending.exp: Likewise.
3133 * gdb.base/dso2dso.exp: Likewise.
3134 * gdb.base/fixsection.exp: Likewise.
3135 * gdb.base/gcore-relro.exp: Likewise.
3136 * gdb.base/gdb1555.exp: Likewise.
3137 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3138 * gdb.base/gnu-ifunc.exp: Likewise.
3139 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3140 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3141 * gdb.base/pending.exp: Likewise.
3142 * gdb.base/print-file-var.exp: Likewise.
3143 * gdb.base/print-symbol-loading.exp: Likewise.
3144 * gdb.base/shlib-call.exp: Likewise.
3145 * gdb.base/shreloc.exp: Likewise.
3146 * gdb.base/so-impl-ld.exp: Likewise.
3147 * gdb.base/solib-disc.exp: Likewise.
3148 * gdb.base/solib-nodir.exp: Likewise.
3149 * gdb.base/solib-overlap.exp: Likewise.
3150 * gdb.base/solib-symbol.exp: Likewise.
3151 * gdb.base/solib-weak.exp (do_test): Likewise.
3152 * gdb.base/sym-file.exp: Likewise.
3153 * gdb.base/symtab-search-order.exp: Likewise.
3154 * gdb.base/type-opaque.exp: Likewise.
3155 * gdb.base/unload.exp: Likewise.
3156 * gdb.base/watchpoint-solib.exp: Likewise.
3157 * gdb.compile/compile.exp: Likewise.
3158 * gdb.cp/gdb2384.exp: Likewise.
3159 * gdb.cp/infcall-dlopen.exp: Likewise.
3160 * gdb.cp/re-set-overloaded.exp: Likewise.
3161 * gdb.fortran/library-module.exp: Likewise.
3162 * gdb.opt/solib-intra-step.exp: Likewise.
3163 * gdb.python/py-finish-breakpoint.exp: Likewise.
3164 * gdb.python/py-shared.exp: Likewise.
3165 * gdb.reverse/solib-precsave.exp: Likewise.
3166 * gdb.reverse/solib-reverse.exp: Likewise.
3167 * gdb.server/solib-list.exp: Likewise.
3168 * gdb.threads/dlopen-libpthread.exp: Likewise.
3169 * gdb.threads/tls-shared.exp: Likewise.
3170 * gdb.threads/tls-so_extern.exp: Likewise.
3171 * gdb.trace/change-loc.exp: Likewise.
3172 * gdb.trace/ftrace-lock.exp: Likewise.
3173 * gdb.trace/ftrace.exp: Likewise.
3174 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3175 * gdb.trace/pending.exp: Likewise.
3176 * gdb.trace/range-stepping.exp: Likewise.
3177 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3178 (strace_info_marker): Likewise.
3179 (strace_probe_marker): Likewise.
3180 (strace_trace_on_same_addr): Likewise.
3181 (strace_trace_on_diff_addr): Likewise.
3182 * gdb.trace/trace-break.exp: Likewise.
3183 * gdb.trace/trace-condition.exp: Likewise.
3184 * gdb.trace/trace-mt.exp: Likewise.
3185
3186 2016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3187
3188 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3189 result of gdb_remote_download.
3190 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3191 * gdb.base/dso2dso.exp: Likewise.
3192 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3193 * gdb.base/print-file-var.exp: Likewise.
3194 * gdb.base/shlib-call.exp: Likewise.
3195 * gdb.base/shreloc.exp: Likewise.
3196 * gdb.base/solib-overlap.exp: Likewise.
3197 * gdb.base/solib-weak.exp (do_test): Likewise.
3198 * gdb.base/unload.exp: Likewise.
3199
3200 2016-04-27 Yao Qi <yao.qi@linaro.org>
3201
3202 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3203 exists.
3204
3205 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3206
3207 * vla-type.exp: Print structure from toplevel.
3208
3209 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3210
3211 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3212 of dynamic types.
3213 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3214 of dynamic types.
3215
3216 2016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3217
3218 * gdb.fortran/vla-type.f90: New file.
3219 * gdb.fortran/vla-type.exp: New file.
3220
3221 2016-04-25 Yao Qi <yao.qi@linaro.org>
3222
3223 * gdb.base/branch-to-self.c: New file.
3224 * gdb.base/branch-to-self.exp: New file.
3225
3226 2016-04-22 Yao Qi <yao.qi@linaro.org>
3227
3228 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3229 more after $hex.
3230
3231 2016-04-22 Yao Qi <yao.qi@linaro.org>
3232
3233 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3234 * gdb.base/annota3.exp: Likewise.
3235
3236 2016-04-22 Yao Qi <yao.qi@linaro.org>
3237
3238 * gdb.reverse/step-precsave.exp: Do one step and test program
3239 stops in "callee" and do multiple steps until program goes out
3240 of "callee".
3241 * gdb.reverse/step-reverse.exp: Likewise.
3242
3243 2016-04-22 Yao Qi <yao.qi@linaro.org>
3244
3245 * gdb.trace/signal.exp: Also pass if
3246 $tracepoint_hits($i) > $iterations.
3247
3248 2016-04-22 Yao Qi <yao.qi@linaro.org>
3249
3250 * gdb.trace/signal.c: New file.
3251 * gdb.trace/signal.exp: New file.
3252
3253 2016-04-19 Doug Evans <xdje42@gmail.com>
3254
3255 * gdb.base/bad-file.exp: New file.
3256
3257 2016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3258
3259 * gdb.dwarf2/implref.exp: New file.
3260
3261 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3262
3263 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3264 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3265 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3266 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3267 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3268 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3269 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3270 * lib/fortran.exp (fortran_int4): New procedure.
3271 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3272 (fortran_logical4): Likewise.
3273
3274 2016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3275
3276 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3277
3278 2016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3279
3280 * lib/compiler.c: Add Intel specific preprocessor macros.
3281 * lib/compiler.cc: Likewise.
3282
3283 2016-04-13 Luis Machado <lgustavo@codesourcery.com>
3284
3285 * gdb.server/connect-with-no-symbol-file.c: New file.
3286 * gdb.server/connect-with-no-symbol-file.exp: New file.
3287
3288 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3289
3290 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3291
3292 2016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3293
3294 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3295 standard output directory.
3296
3297 2016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3298
3299 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3300
3301 2016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3302
3303 * gdb.btrace/instruction_history.c (loop): Add declaration.
3304
3305 2016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3306
3307 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3308
3309 2016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3310
3311 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3312 parentheses to print.
3313 (continue_handler): Likewise.
3314
3315 2016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3316
3317 * gdb.server/solib-list.exp: Remove is_remote check.
3318 Pass shlib= to gdb_compile. Don't link shared library with
3319 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3320 Run binary filename through "readlink -f" on the target.
3321
3322 2016-04-08 Pedro Alves <palves@redhat.com>
3323
3324 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3325 interpreter filename as argument to gdbserver_spawn.
3326 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3327 Return empty if $last_loaded_file does not exist.
3328
3329 2016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3330
3331 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3332 * gdb.base/jit-main.c: Use exit after usage.
3333
3334 2016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3335
3336 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3337 GDBHISTSIZE prior to the tests.
3338 * gdb.base/gdbinit-history.exp: Likewise.
3339
3340 2016-04-07 Pedro Alves <palves@redhat.com>
3341
3342 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3343 instead of build_executable. Use gdb_load_shlibs.
3344
3345 2016-04-07 Yao Qi <yao.qi@linaro.org>
3346
3347 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3348 Execute "si" command.
3349
3350 2016-04-07 Yao Qi <yao.qi@linaro.org>
3351
3352 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3353 number instead of the comments on some line.
3354
3355 2016-04-06 Don Breazeal <donb@codesourcery.com>
3356
3357 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3358 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3359
3360 2016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3361
3362 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3363 standard_output_file. Remove unused binfile variable.
3364
3365 2016-04-05 Catalin Udma <catalin.udma@freescale.com>
3366
3367 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3368 * gdb.python/py-mi-objfile.exp: Match "list main" output
3369 in console format.
3370
3371 2016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3372
3373 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3374 absolute.
3375
3376 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3377
3378 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3379 absolute.
3380 * gdb.trace/ftrace.exp: Likewise.
3381 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3382 targets as well.
3383 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3384 (gdb_load_shlibs): Copy libraries to test directory when testing
3385 natively. Only set solib-search-path if testing remotely.
3386 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3387
3388 2016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3389
3390 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3391 gdb_download. Use it even if the target is not remote.
3392 * gdb.base/jit.exp (compile_jit_test): Likewise.
3393 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3394 output directory if the destination board is local, otherwise use
3395 the standard remote_download from DejaGnu.
3396 (gdb_download): Remove.
3397 (gdb_load_shlibs): Use gdb_remote_download instead of
3398 gdb_download.
3399 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3400 Use gdb_remote_download instead of gdb_download. Use it even if
3401 the target is not remote.
3402 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3403 instead of gdb_download.
3404
3405 2016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3406
3407 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3408 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3409 run.
3410
3411 2016-04-01 Artemiy Volkov <artemiyv@acm.org>
3412
3413 PR gdb/19820
3414 * gdb.base/printcmds.exp: Add artificial arrays tests.
3415
3416 2016-03-31 Pedro Alves <palves@redhat.com>
3417
3418 PR gdb/19858
3419 * gdb.base/jit-main.c: Include unistd.h.
3420 (ATTACH): Define to 0 if not already defined.
3421 (wait_for_gdb, mypid): New globals.
3422 (WAIT_FOR_GDB): New macro.
3423 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3424 some breakpoint locations.
3425 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3426 New procedures.
3427 (one_jit_test): Add REATTACH parameter, and handle it. Use
3428 continue_to_test_location.
3429 (top level): Test attach, and adjusts calls to one_jit_test.
3430
3431 2016-03-31 Pedro Alves <palves@redhat.com>
3432
3433 PR gdb/19858
3434 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3435 BINSUFFIX parameter, and handle it.
3436 (top level): Adjust calls compile_jit_test.
3437
3438 2016-03-31 Catalin Udma <catalin.udma@freescale.com>
3439
3440 PR python/19743
3441 * gdb.python/py-mi-events-gdb.py: New file.
3442 * gdb.python/py-mi-events.c: New file.
3443 * gdb.python/py-mi-events.exp: New file.
3444
3445 2016-03-30 Yao Qi <yao.qi@linaro.org>
3446
3447 * gdb.reverse/until-precsave.exp: Match function name only.
3448 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3449 Move malloc to a condition block.
3450 * gdb.reverse/until-reverse.exp: Match function name only.
3451
3452 2016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3453
3454 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3455 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3456 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3457 variable for GPR 0 instead of assuming it is register 0.
3458 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3459 * lib/trace-support.exp: Add s390 registers.
3460
3461 2016-03-29 Yao Qi <yao.qi@linaro.org>
3462
3463 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3464
3465 2016-03-24 Yao Qi <yao.qi@linaro.org>
3466
3467 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3468 test message.
3469
3470 2016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3471
3472 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3473 maintaining separate logic for constructing the output path.
3474
3475 2016-03-16 Don Breazeal <donb@codesourcery.com>
3476
3477 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3478 Retry fork and waitpid on interrupted system call errors.
3479 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3480 Use with_timeout_factor to increase timeout by factor of 10.
3481
3482 2016-03-15 Don Breazeal <donb@codesourcery.com>
3483
3484 * gdb.cp/scope-err.cc: New test program.
3485 * gdb.cp/scope-err.exp: New test script.
3486 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3487 lines and "set breakpoint here" comment.
3488 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3489 Fixed some whitespace and format issues.
3490 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3491 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3492
3493 2016-03-15 Doug Evans <dje@google.com>
3494
3495 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3496 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3497 All callers updated. Add tests for enums, mixed flags register.
3498
3499 2016-03-15 Doug Evans <dje@google.com>
3500
3501 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3502 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3503
3504 2016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3505
3506 * gdb.base/default.exp: Add $_as_string to the list of expected
3507 convenience functions.
3508
3509 2016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3510
3511 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3512
3513 2016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3514
3515 * gdb.python/py-as-string.exp: New file.
3516 * gdb.python/py-as-string.c: New file.
3517
3518 2016-03-09 Pedro Alves <palves@redhat.com>
3519
3520 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3521 signal" -> "Thread NN received signal" output change.
3522 * gdb.threads/ia64-sigill.exp: Likewise.
3523 * gdb.threads/linux-dp.exp: Likewise.
3524 * gdb.threads/manythreads.exp: Likewise.
3525 * gdb.threads/pending-step.exp: Likewise.
3526 * gdb.threads/print-threads.exp: Likewise.
3527 * gdb.threads/sigstep-threads.exp: Likewise.
3528 * gdb.threads/staticthreads.exp: Likewise.
3529 * gdb.threads/tls.exp: Likewise.
3530
3531 2016-03-09 Pedro Alves <palves@redhat.com>
3532
3533 * gdb.base/command-line-input.exp: New file.
3534
3535 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3536
3537 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3538 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3539 * gdb.trace/pending.exp: Accept leading dot before function name.
3540 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3541 * lib/trace-support.exp: Set registers for ppc.
3542
3543 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3544
3545 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3546 use it for disassembly; accept .main in addition to main in backtrace.
3547
3548 2016-03-09 Wei-cheng Wang <cole945@gmail.com>
3549 Marcin Kościelnicki <koriakin@0x04.net>
3550
3551 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3552 (gdb_recursion_test_ptr): New global variable.
3553 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3554 gdb_recursion_test.
3555 (gdb_c_test): Ditto.
3556
3557 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3558
3559 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3560 ordering.
3561
3562 2016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3563
3564 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3565 (bar): Add bar_start_lbl label.
3566 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3567 of foo/bar for emitting DWARF and tracing.
3568
3569 2016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3570
3571 * analyze-racy-logs.py: Set executable bit.
3572
3573 2016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3574
3575 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3576 (CHECK_TARGET_TMP): Likewise.
3577 (check-single-racy): New rule.
3578 (check-parallel-racy): Likewise.
3579 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3580 (do-check-parallel-racy): New rule.
3581 (check-racy/%.exp): Likewise.
3582 * README (Racy testcases): New section.
3583 * analyze-racy-logs.py: New file.
3584
3585 2016-03-03 Doug Evans <dje@google.com>
3586
3587 * gdb.base/skip.exp: Use with_test_prefix.
3588
3589 2016-03-03 Yao Qi <yao.qi@linaro.org>
3590
3591 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3592 Invoke step_over_syscall "clone" and break_cond_on_syscall
3593 "clone".
3594 * gdb.base/step-over-clone.c: New file.
3595
3596 2016-03-03 Yao Qi <yao.qi@linaro.org>
3597
3598 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3599 code format.
3600
3601 2016-03-03 Yao Qi <yao.qi@linaro.org>
3602
3603 * gdb.base/disp-step-fork.c: Rename to ...
3604 * gdb.base/step-over-fork.c: ... it. New file.
3605 * gdb.base/disp-step-vfork.c: Rename to ...
3606 * gdb.base/step-over-vfork.c: ... it. New file.
3607 * gdb.base/disp-step-syscall.exp: Rename to ...
3608 * gdb.base/step-over-syscall.exp: ... it. New file.
3609 (disp_step_cross_syscall): Rename to ...
3610 (step_over_syscall): ... it.
3611
3612 2016-03-03 Yao Qi <yao.qi@linaro.org>
3613
3614 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3615 If target supports condition evaluation on target, invoke
3616 break_cond_on_syscall for fork and vfork.
3617
3618 2016-03-03 Yao Qi <yao.qi@linaro.org>
3619
3620 * gdb.base/disp-step-syscall.exp: Don't invoke
3621 support_displaced_stepping.
3622 (disp_step_cross_syscall): Test with displaced stepping off and
3623 on if supported.
3624
3625 2016-03-03 Yao Qi <yao.qi@linaro.org>
3626
3627 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3628 proc.
3629 (setup): New proc.
3630 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3631 and setup.
3632
3633 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3634
3635 * gdb.fortran/vla-history.exp: Remove breakpoint.
3636
3637 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3638
3639 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3640 exceeds timeout.
3641
3642 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3643
3644 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3645 breakpoint.
3646
3647 2016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3648
3649 * gdb.mi/vla.f90: Nullify pointer after declaration.
3650
3651 2016-03-01 Pedro Alves <palves@redhat.com>
3652
3653 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3654
3655 2016-03-01 Pedro Alves <palves@redhat.com>
3656
3657 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3658 before anything else.
3659 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3660 _GNU_SOURCE here.
3661 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3662 before anything else.
3663 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3664
3665 2016-03-01 Pedro Alves <palves@redhat.com>
3666
3667 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3668
3669 2016-03-01 Yao Qi <yao.qi@linaro.org>
3670
3671 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3672 prepare_for_testing.
3673
3674 2016-03-01 Yao Qi <yao.qi@linaro.org>
3675
3676 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3677
3678 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3679
3680 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3681 manually constructing the output path.
3682
3683 2016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3684
3685 * gdb.arch/s390-stackless.S: New.
3686 * gdb.arch/s390-stackless.exp: New.
3687
3688 2016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3689
3690 * gdb.dlang/circular.c: New file.
3691 * gdb.dlang/circular.exp: New file.
3692
3693 2016-02-26 Yao Qi <yao.qi@linaro.org>
3694
3695 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3696 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3697 (testcases): Update.
3698
3699 2016-02-26 Yao Qi <yao.qi@linaro.org>
3700
3701 * gdb.reverse/aarch64.c: Rename to ...
3702 * gdb.reverse/insn-reverse.c: ... it.
3703 * gdb.reverse/aarch64.exp: Rename to ...
3704 * gdb.reverse/insn-reverse.exp: ... it.
3705
3706 2016-02-26 Yao Qi <yao.qi@linaro.org>
3707
3708 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3709 (testcase_ftype): New.
3710 (testcases): New array.
3711 (n_testcases): New.
3712 (main): Call each element in testcases.
3713 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3714 (read_testcase): New.
3715 Do the tests in a loop.
3716
3717 2016-02-25 Yao Qi <yao.qi@linaro.org>
3718
3719 * gdb.base/branches.c: Remove.
3720
3721 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3722
3723 PR gdb/13808
3724 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3725
3726 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3727
3728 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3729
3730 2016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3731
3732 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3733 change x86_64 call_insn to 'callq'.
3734
3735 2016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3736
3737 * gdb.trace/tfile-avx.c: Move to...
3738 * gdb.trace/tracefile-pseudo-reg.c: Here.
3739 * gdb.trace/tfile-avx.exp: Move to...
3740 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3741
3742 2016-02-24 Gary Benson <gbenson@redhat.com>
3743
3744 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3745 message on attach.
3746
3747 2016-02-23 Doug Evans <dje@google.com>
3748
3749 * gdb.base/skip.c (test_skip): New function.
3750 (end_test_skip_file_and_function): New function.
3751 (test_skip_file_and_function): New function.
3752 * gdb.base/skip1.c (test_skip): New function.
3753 (skip1_test_skip_file_and_function): New function.
3754 * gdb.base/skip.exp: Add tests for new skip options.
3755 * gdb.base/skip-solib.exp: Update expected output.
3756 * gdb.perf/skip-command.cc: New file.
3757 * gdb.perf/skip-command.exp: New file.
3758 * gdb.perf/skip-command.py: New file.
3759
3760 2016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
3761
3762 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3763 info registers pattern.
3764
3765 2016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
3766
3767 * lib/future.exp: Add D support.
3768 (gdb_find_gdc): New proc.
3769 (gdb_default_target_compile): Add D support.
3770
3771 2016-02-18 Wei-cheng Wang <cole945@gmail.com>
3772
3773 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3774 user+system time.
3775 (trace_speed_test): Determine the iteration count for a time
3776 between 15..30 seconds.
3777
3778 2016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
3779
3780 * gdb.arch/i386-mpx-sigsegv.c: New file.
3781 * gdb.arch/i386-mpx-sigsegv.exp: New file.
3782 * gdb.arch/i386-mpx-simple_segv.c: New file.
3783 * gdb.arch/i386-mpx-simple_segv.exp: New file.
3784
3785 2016-02-18 Yao Qi <yao.qi@linaro.org>
3786
3787 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3788 Don't call setup_kfail.
3789
3790 2016-02-18 Yao Qi <yao.qi@linaro.org>
3791
3792 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3793 Set "set breakpoint condition-evaluation" per $cond_bp_target.
3794
3795 2016-02-16 Doug Evans <dje@google.com>
3796
3797 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
3798 * gdb.base/skip1.c: Ditto.
3799 * gdb.base/skip.exp: Whitespace cleanup.
3800
3801 2016-02-16 Don Breazeal <donb@codesourcery.com>
3802
3803 PR remote/19496
3804 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3805 Remove kfail for PR remote/19496.
3806
3807 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3808
3809 * lib/gdb.exp (standard_temp_file): Return a path specific to
3810 the runtest invocation.
3811
3812 2016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3813
3814 * gdb.trace/save-trace.exp: Change relative path to be in the
3815 standard output directory.
3816
3817 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3818
3819 * gdb.arch/i386-prologue.c: Add missing prototypes.
3820
3821 2016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3822
3823 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
3824 * gdb.arch/i386-prologue.exp: Likewise.
3825 * gdb.arch/i386-size.exp: Likewise.
3826
3827 2016-02-15 Simon Marchi <simon.marchi@ericsson.com>
3828
3829 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
3830 define object file path.
3831 * gdb.btrace/gcore.exp: Use standard_output_file to define core
3832 file path.
3833 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
3834 standard_output_file to define binfile.
3835
3836 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3837
3838 Fix compatibility with recent gfortran-5.3.1.
3839 * gdb.fortran/vla-history.exp (print vla1 allocated)
3840 (print vla2 allocated, print $2, print $3): Remove
3841 (print $4): Rename to ...
3842 (print $2): ... here.
3843 (print $9): Rename to ...
3844 (print $5): ... here.
3845 (print $10): Rename to ...
3846 (print $6): ... here.
3847 * gdb.fortran/vla.f90: Add pvla initialization.
3848
3849 2016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3850
3851 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
3852 New test.
3853 * gdb.fortran/vla-value-sub.exp: Likewise.
3854
3855 2016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
3856
3857 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
3858
3859 2016-02-12 Simon Marchi <simon.marchi@ericsson.com>
3860
3861 * i386-biarch-core.exp: Define corefile using
3862 standard_output_file.
3863
3864 2016-02-12 Yao Qi <yao.qi@linaro.org>
3865
3866 * gdb.arch/arm-single-step-kernel-helper.c: New.
3867 * gdb.arch/arm-single-step-kernel-helper.exp: New.
3868
3869 2016-02-12 Markus Metzger <markus.t.metzger@intel.com>
3870
3871 * gdb.btrace/tailcall-only.exp: New.
3872 * gdb.btrace/tailcall-only.c: New.
3873 * gdb.btrace/x86_64-tailcall-only.S: New.
3874 * gdb.btrace/i686-tailcall-only.S: New.
3875
3876 2016-02-11 Pedro Alves <palves@redhat.com>
3877
3878 * README (Parallel testing): Add missing double quotes.
3879
3880 2016-02-11 Pedro Alves <palves@redhat.com>
3881
3882 * README (Parallel testing): New section.
3883 (GDB_PARALLEL): Rewrite.
3884 (FORCE_PARALLEL): Document.
3885
3886 2016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
3887
3888 * gdb.trace/tfile-avx.c: New test.
3889 * gdb.trace/tfile-avx.exp: New test.
3890
3891 2016-02-09 Keith Seitz <keiths@redhat.com>
3892
3893 PR breakpoints/19546
3894 * gdb.base/infcall-exec.c: New file.
3895 * gdb.base/infcall-exec2.c: New file.
3896 * gdb.base/infcall-exec.exp: New file.
3897
3898 2016-02-09 Keith Seitz <keiths@redhat.com>
3899
3900 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
3901 (toplevel): Call test_bkpt_address.
3902
3903 2016-02-09 Keith Seitz <keiths@redhat.com>
3904
3905 PR python/19506
3906 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
3907 (toplevel): Call test_bkpt_address.
3908
3909 2016-02-09 Simon Marchi <simon.marchi@ericsson.com>
3910
3911 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
3912 to AC_OUTPUT.
3913 * configure: Regenerate.
3914
3915 2016-02-09 Pedro Alves <palves@redhat.com>
3916
3917 PR breakpoints/19548
3918 * gdb.base/execl-update-breakpoints.c (some_function): New
3919 function.
3920 (main): Call it.
3921 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
3922 Tighten expected GDB output.
3923
3924 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3925
3926 * Makefile.in (ALL_SUBDIRS): Remove.
3927 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
3928 (distclean maintainer-clean realclean): Likewise.
3929 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
3930 * configure: Regenerate.
3931 * gdb.ada/Makefile.in: Delete.
3932 * gdb.arch/Makefile.in: Likewise.
3933 * gdb.asm/Makefile.in: Likewise.
3934 * gdb.base/Makefile.in: Likewise.
3935 * gdb.btrace/Makefile.in: Likewise.
3936 * gdb.cell/Makefile.in: Likewise.
3937 * gdb.compile/Makefile.in: Likewise.
3938 * gdb.cp/Makefile.in: Likewise.
3939 * gdb.disasm/Makefile.in: Likewise.
3940 * gdb.dlang/Makefile.in: Likewise.
3941 * gdb.dwarf2/Makefile.in: Likewise.
3942 * gdb.fortran/Makefile.in: Likewise.
3943 * gdb.gdb/Makefile.in: Likewise.
3944 * gdb.go/Makefile.in: Likewise.
3945 * gdb.guile/Makefile.in: Likewise.
3946 * gdb.java/Makefile.in: Likewise.
3947 * gdb.linespec/Makefile.in: Likewise.
3948 * gdb.mi/Makefile.in: Likewise.
3949 * gdb.modula2/Makefile.in: Likewise.
3950 * gdb.multi/Makefile.in: Likewise.
3951 * gdb.objc/Makefile.in: Likewise.
3952 * gdb.opencl/Makefile.in: Likewise.
3953 * gdb.opt/Makefile.in: Likewise.
3954 * gdb.pascal/Makefile.in: Likewise.
3955 * gdb.perf/Makefile.in: Likewise.
3956 * gdb.python/Makefile.in: Likewise.
3957 * gdb.reverse/Makefile.in: Likewise.
3958 * gdb.server/Makefile.in: Likewise.
3959 * gdb.stabs/Makefile.in: Likewise.
3960 * gdb.threads/Makefile.in: Likewise.
3961 * gdb.trace/Makefile.in: Likewise.
3962 * gdb.xml/Makefile.in: Likewise.
3963 * lib/gdb.exp (make_gdb_parallel_path): Add check for
3964 GDB_PARALLEL.
3965 (standard_output_file): Remove check for GDB_PARALLEL, always
3966 return path in outputs/$subdir/$testname.
3967
3968 2016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3969
3970 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
3971 (site.exp): Assign abs_srcdir to tcl's srcdir.
3972
3973 2016-02-04 Yao Qi <yao.qi@linaro.org>
3974
3975 * gdb.base/foll-exec-mode.c: Include limits.h.
3976 (main): Add parameters argc and argv. Get directory from
3977 argv[0].
3978 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
3979 compilation.
3980 * gdb.base/foll-exec.c: Include limits.h.
3981 (main): Add parameters argc and argv.
3982 Get directory from argv[0].
3983 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
3984 Adjust tests on the number of lines as source code changed.
3985 * gdb.base/foll-vfork-exit.c: Include limits.h.
3986 (main): Add one line of statement before vfork.
3987 * gdb.base/foll-vfork.c: Include limits.h and string.h.
3988 (main): Add parameters argc and argv. Get directory from
3989 argv[0].
3990 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
3991 (setup_gdb): Set tbreak to skip some source lines.
3992 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
3993 (main): Add parameters argc and argv. Get directory from
3994 argv[0].
3995 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
3996 compilation.
3997 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
3998 (main): Add parameters argc and argv. Get directory from
3999 argv[0].
4000 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4001 compilation.
4002
4003 2016-02-01 Doug Evans <dje@google.com>
4004
4005 * gdb.base/skip.exp: Clean up multiple references to same test name.
4006
4007 2016-02-01 Pedro Alves <palves@redhat.com>
4008
4009 PR remote/19496
4010 * gdb.threads/forking-threads-plus-breakpoint.exp
4011 (displaced_stepping_supported): New global.
4012 (probe_displaced_stepping_support): New procedure.
4013 (do_test): Add 'displaced' parameter, and use it.
4014 (top level): Check for displaced stepping support. Add displaced
4015 stepping on/off testing axis.
4016
4017 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4018
4019 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4020 pointer. Don't perform further tests on the unassociated pointer
4021 if the first test fails.
4022
4023 2016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4024
4025 * gdb.base/max-value-size.c: New file.
4026 * gdb.base/max-value-size.exp: New file.
4027 * gdb.base/huge.exp: Disable max-value-size for this test.
4028
4029 2016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4030
4031 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4032
4033 2016-01-28 Yao Qi <yao.qi@linaro.org>
4034
4035 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4036
4037 2016-01-25 Pedro Alves <palves@redhat.com>
4038
4039 PR threads/19461
4040 * gdb.base/fork-running-state.c: New file.
4041 * gdb.base/fork-running-state.exp: New file.
4042
4043 2016-01-25 Pedro Alves <palves@redhat.com>
4044
4045 PR gdb/19494
4046 * gdb.base/catch-fork-kill.c: New file.
4047 * gdb.base/catch-fork-kill.exp: New file.
4048
4049 2016-01-25 Pedro Alves <palves@redhat.com>
4050
4051 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4052 Delete, moved to lib/gdb.exp.
4053 * gdb.threads/forking-threads-plus-breakpoint.exp
4054 (foreach_with_prefix): Likewise.
4055 * gdb.threads/process-dies-while-handling-bp.exp
4056 (foreach_with_prefix): Likewise.
4057 * lib/gdb.exp (foreach_with_prefix): New procedure.
4058
4059 2016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4060
4061 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4062 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4063
4064 2016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4065
4066 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4067 endian targets.
4068
4069 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4070 Pedro Alves <palves@redhat.com>
4071
4072 Fix testsuite compatibility with Guile.
4073 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4074 number.
4075
4076 2016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4077
4078 Fix testsuite compatibility with Guile.
4079 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4080 (thread 1): New test for backtrace through signal handler.
4081
4082 2016-01-22 Yao Qi <yao.qi@linaro.org>
4083
4084 PR testsuite/19491
4085 * gdb.base/multi-forks.c: Include
4086 ../lib/unbuffer_output.c
4087 (main): Call gdb_unbuffer_output.
4088
4089 2016-01-21 Doug Evans <dje@google.com>
4090
4091 * lib/ada.exp (gdb_compile_ada): Fix typo.
4092
4093 2016-01-21 Joel Brobecker <brobecker@adacore.com>
4094
4095 * gdb.base/break-fun-addr.exp: New file.
4096 * gdb.base/break-fun-addr1.c: New file.
4097 * gdb.base/break-fun-addr2.c: New file.
4098
4099 2016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4100
4101 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4102 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4103 enum flag values.
4104
4105 2016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4106
4107 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4108 when GDB can not set the vector return value. Add more comments
4109 for clarification.
4110
4111 2016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4112
4113 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4114 command.
4115
4116 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4117
4118 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4119
4120 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4121
4122 * Makefile.in (check-single): Pass --status to runtest.
4123 (check/%.exp): Likewise.
4124
4125 2016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4126
4127 * Makefile.in (check-parallel): Propagate return code from make
4128 do-check-parallel.
4129
4130 2016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4131
4132 * gdb.trace/ftrace.exp: Fix expected message on continue.
4133 * gdb.trace/pending.exp: Fix expected message on continue.
4134 * gdb.trace/trace-break.exp: Fix expected message on continue.
4135
4136 2016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4137
4138 * lib/gdb.exp (gdb_test): Remove unused global references.
4139
4140 2016-01-18 Pedro Alves <palves@redhat.com>
4141
4142 * gdb.base/async-shell.exp: Adjust expected output.
4143 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4144 * gdb.base/siginfo-thread.exp: Adjust expected output.
4145 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4146 * gdb.java/jnpe.exp: Adjust expected output.
4147 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4148 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4149 * gdb.threads/leader-exit.exp: Adjust expected output.
4150 * gdb.threads/manythreads.exp: Adjust expected output.
4151 * gdb.threads/pthreads.exp: Adjust expected output.
4152 * gdb.threads/schedlock.exp: Adjust expected output.
4153 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4154 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4155 expected output.
4156 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4157 output.
4158 * gdb.threads/sigthread.exp: Adjust expected output.
4159 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4160
4161 2016-01-18 Yao Qi <yao.qi@linaro.org>
4162
4163 * gdb.guile/scm-section-script.c: Replace @progbits with
4164 %progbits.
4165 * gdb.python/py-section-script.c: Likewise.
4166
4167 2016-01-15 Pedro Alves <palves@redhat.com>
4168
4169 * gdb.multi/tids.exp: Test star wildcard ranges.
4170
4171 2016-01-15 Pedro Alves <palves@redhat.com>
4172
4173 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4174 command from "thread apply" invocation.
4175 (thr_apply_info_thr_invalid): Default the expected output to the
4176 input tid list.
4177 (top level): Add tests that use convenience variables. Add tests
4178 for "thread apply" with a valid TID list, but missing the command.
4179
4180 2016-01-13 Pedro Alves <palves@redhat.com>
4181
4182 * gdb.base/default.exp: Expect $_gthread as well.
4183 * gdb.multi/tids.exp: Test $_gthread.
4184 * gdb.threads/thread-specific.exp: Test $_gthread.
4185
4186 2016-01-13 Pedro Alves <palves@redhat.com>
4187
4188 * gdb.multi/tids.exp: Test "info threads -gid".
4189
4190 2016-01-13 Pedro Alves <palves@redhat.com>
4191
4192 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4193 Breakpoint.thread.
4194 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4195
4196 2016-01-07 Pedro Alves <palves@redhat.com>
4197
4198 * gdb.base/break.exp: Adjust to output changes.
4199 * gdb.base/hbreak2.exp: Likewise.
4200 * gdb.base/sepdebug.exp: Likewise.
4201 * gdb.base/watch_thread_num.exp: Likewise.
4202 * gdb.linespec/keywords.exp: Likewise.
4203 * gdb.multi/info-threads.exp: Likewise.
4204 * gdb.threads/thread-find.exp: Likewise.
4205 * gdb.multi/tids.c: New file.
4206 * gdb.multi/tids.exp: New file.
4207
4208 2016-01-13 Pedro Alves <palves@redhat.com>
4209
4210 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4211
4212 2016-01-13 Pedro Alves <palves@redhat.com>
4213
4214 * gdb.base/default.exp: Expect $_inferior as well.
4215 * gdb.multi/base.exp: Test $_inferior.
4216
4217 2016-01-13 Pedro Alves <palves@redhat.com>
4218
4219 PR breakpoints/19388
4220 * gdb.base/catch-signal-siginfo-cond.c: New file.
4221 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4222
4223 2016-01-12 Josh Stone <jistone@redhat.com>
4224 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4225
4226 * gdb.base/catch-syscall.c (do_execve): New variable.
4227 (main): Conditionally trigger an execve.
4228 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4229 (test_catch_syscall_execve): New, check entry/return across execve.
4230 (do_syscall_tests): Call test_catch_syscall_execve.
4231
4232 2016-01-12 Pedro Alves <palves@redhat.com>
4233
4234 * gdb.base/random-signal.exp (do_test): New procedure, with body
4235 of testcase moved in.
4236
4237 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4238 Pedro Alves <palves@redhat.com>
4239
4240 * gdb.base/funcargs.exp (finish from indirectly called function):
4241 Reintroduce the case for 'First'.
4242
4243 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4244 Pedro Alves <palves@redhat.com>
4245
4246 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4247 (tcatch_vfork_then_child_follow_exec)
4248 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4249 identification.
4250
4251 2016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4252
4253 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4254 and repeats to unlimited.
4255 * gdb.python/py-value.exp: Likewise.
4256 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4257 and repeats to unlimited.
4258
4259 2016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4260
4261 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4262 and reordering the functions.
4263 * gdb.multi/hangout.c: Likewise.
4264 * gdb.multi/hello.c: Likewise.
4265
4266 2016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4267
4268 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4269 absolute.
4270 (SingleStatisticTestResult.report): Use dict.keys instead of
4271 dict.iterkeys.
4272
4273 2016-01-06 Pedro Alves <palves@redhat.com>
4274
4275 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4276
4277 2016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4278
4279 * gdb.btrace/dlopen.exp: New.
4280 * gdb.btrace/dlopen.c: New.
4281 * gdb.btrace/dlopen-dso.c: New.
4282
4283 2015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4284
4285 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4286 PATTERN argument is optional.
4287
4288 2015-12-24 Joel Brobecker <brobecker@adacore.com>
4289
4290 * lib/ada.exp (target_compile_ada_from_dir): New function.
4291 (gdb_compile_ada): Reimplement avoiding the use of project files.
4292 * gdb.ada/gnat_ada.gpr: Delete.
4293 * gdb.ada/cond_lang.exp: Adjust test to make path before
4294 filename optional.
4295 * gdb.ada/small_reg_param.exp: Likewise.
4296
4297 2015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4298
4299 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4300
4301 2015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4302
4303 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4304 case.
4305
4306 2015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4307
4308 * gdb.base/break.exp: Remove dead code.
4309 * gdb.base/sepdebug.exp: Likewise.
4310
4311 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4312
4313 * gdb.asm/asm-source.exp: Remove HP-UX references.
4314 * gdb.base/annota1.exp: Likewise.
4315 * gdb.base/annota3.exp: Likewise.
4316 * gdb.base/attach.exp: Likewise.
4317 * gdb.base/bigcore.exp: Likewise.
4318 * gdb.base/break.exp: Likewise.
4319 * gdb.base/call-ar-st.exp: Likewise.
4320 * gdb.base/callfuncs.exp: Likewise.
4321 * gdb.base/catch-fork-static.exp: Likewise.
4322 * gdb.base/display.exp: Likewise.
4323 * gdb.base/foll-exec-mode.exp: Likewise.
4324 * gdb.base/foll-exec.exp: Likewise.
4325 * gdb.base/foll-fork.exp: Likewise.
4326 * gdb.base/foll-vfork.exp: Likewise.
4327 * gdb.base/funcargs.exp: Likewise.
4328 * gdb.base/hbreak2.exp: Likewise.
4329 * gdb.base/inferior-died.exp: Likewise.
4330 * gdb.base/interrupt.exp: Likewise.
4331 * gdb.base/multi-forks.exp: Likewise.
4332 * gdb.base/nodebug.exp: Likewise.
4333 * gdb.base/sepdebug.exp: Likewise.
4334 * gdb.base/solib1.c: Likewise.
4335 * gdb.base/step-test.exp: Likewise.
4336 * gdb.mi/non-stop.c: Likewise.
4337 * gdb.mi/pthreads.c: Likewise.
4338 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4339 * gdb.threads/pthreads.c: Likewise.
4340 * gdb.threads/staticthreads.exp: Likewise.
4341 * lib/future.exp: Likewise.
4342 * lib/gdb.exp: Likewise.
4343 * gdb.base/so-indr-cl.c: Remove.
4344 * gdb.base/so-indr-cl.exp: Likewise.
4345 * gdb.base/solib.c: Likewise.
4346 * gdb.base/solib.exp: Likewise.
4347 * gdb.base/solib2.c: Likewise.
4348
4349 2015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4350
4351 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4352 * gdb.base/call-ar-st.exp: Likewise.
4353 * gdb.base/callfuncs.exp: Likewise.
4354 * gdb.base/condbreak.exp: Likewise.
4355 * gdb.base/constvars.exp: Likewise.
4356 * gdb.base/hbreak2.exp: Likewise.
4357 * gdb.base/langs.exp: Likewise.
4358 * gdb.base/list.exp: Likewise.
4359 * gdb.base/long_long.exp: Likewise.
4360 * gdb.base/ptype.exp: Likewise.
4361 * gdb.base/scope.exp: Likewise.
4362 * gdb.base/signals.exp: Likewise.
4363 * gdb.base/so-impl-ld.exp: Likewise.
4364 * gdb.base/varargs.exp: Likewise.
4365 * gdb.base/volatile.exp: Likewise.
4366 * gdb.base/whatis.exp: Likewise.
4367 * gdb.cp/cplusfuncs.exp: Likewise.
4368 * gdb.cp/inherit.exp: Likewise.
4369 * gdb.cp/local.exp: Likewise.
4370 * gdb.cp/member-ptr.exp: Likewise.
4371 * gdb.cp/method.exp: Likewise.
4372 * gdb.cp/overload.exp: Likewise.
4373 * gdb.cp/templates.exp: Likewise.
4374 * gdb.stabs/weird.exp: Likewise.
4375 * lib/compiler.c: Likewise.
4376 * lib/compiler.cc: Likewise.
4377 * lib/cp-support.exp: Likewise.
4378 * lib/gdb.exp: Likewise.
4379
4380 2015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4381
4382 * configure.ac: Remove HP-UX case.
4383 * configure: Regenerate.
4384
4385 2015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4386
4387 * lib/gdb.exp (gdb_compile): Add function doc.
4388
4389 2015-12-17 Pedro Alves <palves@redhat.com>
4390
4391 PR threads/19354
4392 * gdb.multi/info-threads.exp: New file.
4393
4394 2015-12-15 Yao Qi <yao.qi@linaro.org>
4395
4396 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4397 is aarch64*-*-*.
4398
4399 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4400
4401 * gdb.base/history-duplicates.exp: Skip if no readline support.
4402
4403 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4404
4405 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4406
4407 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4408
4409 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4410
4411 2015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4412
4413 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4414 ctrl-C if nointerrupts target property is set.
4415 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4416 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4417 * gdb.base/paginate-bg-execution.exp: Likewise.
4418 * gdb.base/paginate-execution-startup.exp: Likewise.
4419 * gdb.base/random-signal.exp: Likewise.
4420 * gdb.base/range-stepping.exp: Likewise.
4421 * gdb.cp/annota2.exp: Likewise.
4422 * gdb.cp/annota3.exp: Likewise.
4423 * gdb.gdb/selftest.exp: Likewise.
4424 * gdb.threads/continue-pending-status.exp: Likewise.
4425 * gdb.threads/leader-exit.exp: Likewise.
4426 * gdb.threads/manythreads.exp: Likewise.
4427 * gdb.threads/pthreads.exp: Likewise.
4428 * gdb.threads/schedlock.exp: Likewise.
4429 * gdb.threads/sigthread.exp: Likewise.
4430
4431 2015-12-11 Don Breazeal <donb@codesourcery.com>
4432
4433 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4434 remote.
4435 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4436 * gdb.base/foll-exec.exp (main): Enable for target remote.
4437 * gdb.base/foll-fork.exp (main): Likewise.
4438 * gdb.base/foll-vfork.exp (main): Likewise.
4439 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4440 (proc continue_to_exit_bp_loc): Use clean_restart.
4441 * gdb.base/pie-execl.exp (main): Disable for target remote.
4442 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4443 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4444 * gdb.threads/execl.exp (main): Likewise.
4445 * gdb.threads/fork-child-threads.exp (main): Likewise.
4446 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4447 remote.
4448 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4449 remote.
4450 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4451 pid.tid style ptids, instead of just tid.
4452 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4453 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4454 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4455 ptids, instead of just tid.
4456
4457 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4458
4459 * gdb.base/list.exp (test_list_forward): Add end of file error
4460 test.
4461 (test_repeat_list_command): Add end of file error test.
4462 (test_list_backwards): Add beginning of file error test.
4463
4464 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4465
4466 * gdb.base/list.exp (test_list_invalid_args): New function,
4467 defined, and called.
4468
4469 2015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4470
4471 * gdb.base/list.exp (test_list): Make test names unique.
4472
4473 2015-12-11 Yao Qi <yao.qi@linaro.org>
4474
4475 * gdb.base/coremaker2.c: Remove.
4476
4477 2015-12-10 Pedro Alves <palves@redhat.com>
4478
4479 * gdb.multi/base.exp: Remove stale "spaces" references.
4480
4481 2015-12-10 Pedro Alves <palves@redhat.com>
4482
4483 * gdb.multi/base.exp: Don't use nowarnings.
4484 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4485 * gdb.multi/hangout.c: Include stdio.h.
4486 * gdb.multi/hello.c: Include stdlib.h.
4487 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4488 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4489 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4490
4491 2015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4492
4493 * gdb.dwarf2/dw2-ranges-base.c: New file.
4494 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4495 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4496 support additional line table, and debug ranges generation.
4497 (Dwarf::ranges): New function, generate .debug_ranges.
4498 (Dwarf::lines): Support generating simple line table programs.
4499 (Dwarf::assemble): Initialise new namespace variables.
4500
4501 2015-12-09 Kevin Buettner <kevinb@redhat.com>
4502
4503 * gdb.base/async.exp (proc test_background): Add case for
4504 asynchronous execution not supported.
4505
4506 2015-12-09 Luis Machado <lgustavo@codesourcery.com>
4507
4508 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4509 format and change test names to make them unique.
4510
4511 2015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4512 Pedro Alves <pedro@redhat.com>
4513
4514 PR gdb/18702
4515 Add checking of floatformats setup on x86_64 hosts.
4516 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4517 (smallval, bigval): New labels/constants.
4518 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4519 float" after loading bigval and smallval.
4520
4521 2015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4522
4523 * gdb.ada/fun_overload_menu.exp: New testcase.
4524 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4525
4526 2015-12-04 Josh Stone <jistone@redhat.com>
4527
4528 * gdb.base/catch-fork-static.exp: New.
4529
4530 2015-12-03 Yao Qi <yao.qi@linaro.org>
4531
4532 * gdb.base/sizeof.c: Don't include stdio.h and
4533 ../lib/unbuffer_output.c.
4534 (main): New variable 'size' and 'value'. Remove printf and
4535 gdb_unbuffer_output. Assign return value to size and value.
4536 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4537 at the beginning.
4538 (check_sizeof): Check the result by printing variable 'size'.
4539 (check_valueof): Check the result by printing variable 'value'.
4540
4541 2015-12-01 Yao Qi <yao.qi@linaro.org>
4542
4543 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4544 for aarch64*-*-linux* target.
4545
4546 2015-11-30 Pedro Alves <palves@redhat.com>
4547
4548 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4549
4550 2015-11-30 Pedro Alves <palves@redhat.com>
4551
4552 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4553 Handle non-stop mode vCont replies.
4554
4555 2015-11-30 Pedro Alves <palves@redhat.com>
4556
4557 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4558 prepare_for_testing. Start gdb with "set non-stop on" appended to
4559 GDBFLAGS. Lax expected stop output.
4560
4561 2015-11-27 Yao Qi <yao.qi@linaro.org>
4562
4563 * gdb.arch/arm-neon.exp: New.
4564 * gdb.arch/arm-neon.c: New.
4565
4566 2015-11-27 Yao Qi <yao.qi@linaro.org>
4567
4568 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4569
4570 2015-11-27 Yao Qi <yao.qi@linaro.org>
4571
4572 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4573 frames-invalid annotation.
4574
4575 2015-11-27 Yao Qi <yao.qi@linaro.org>
4576
4577 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4578
4579 2015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4580
4581 * gdb.threads/names.exp: New file.
4582 * gdb.threads/names.c: New file.
4583 * README: Mention gdb,no_thread_names.
4584
4585 2015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4586
4587 PR 19297
4588 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4589 support" error.
4590
4591 2015-11-24 Pedro Alves <palves@redhat.com>
4592
4593 PR 17539
4594 * gdb.base/display.exp: Expect displays to be sorted in ascending
4595 order. Use multi_line.
4596 * gdb.base/solib-display.exp: Likewise.
4597
4598 2015-11-24 Pedro Alves <palves@redhat.com>
4599
4600 PR 17539
4601 * gdb.base/display.exp: Expect displays to be sorted in ascending
4602 order. Use multi_line.
4603 * gdb.base/solib-display.exp: Likewise.
4604
4605 2015-11-24 Pedro Alves <palves@redhat.com>
4606
4607 PR 17539
4608 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4609 threads in ascending order.
4610 * gdb.base/foll-fork.exp: Likewise.
4611 * gdb.base/foll-vfork.exp: Likewise.
4612 * gdb.base/multi-forks.exp: Likewise.
4613 * gdb.mi/mi-nonstop.exp: Likewise.
4614 * gdb.mi/mi-nsintrall.exp: Likewise.
4615 * gdb.multi/base.exp: Likewise.
4616 * gdb.multi/multi-arch.exp: Likewise.
4617 * gdb.python/py-inferior.exp: Likewise.
4618 * gdb.threads/break-while-running.exp: Likewise.
4619 * gdb.threads/execl.exp: Likewise.
4620 * gdb.threads/gcore-thread.exp: Likewise.
4621 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4622 * gdb.threads/kill.exp: Likewise.
4623 * gdb.threads/linux-dp.exp: Likewise.
4624 * gdb.threads/multiple-step-overs.exp: Likewise.
4625 * gdb.threads/next-bp-other-thread.exp: Likewise.
4626 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4627 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4628 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4629 * gdb.threads/thread-find.exp: Likewise.
4630 * gdb.threads/tls.exp: Likewise.
4631 * lib/mi-support.exp (mi_reverse_list): Delete.
4632 (mi_check_thread_states): No longer reverse list.
4633
4634 2015-11-24 Pedro Alves <palves@redhat.com>
4635
4636 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4637 use lowercase.
4638
4639 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4640
4641 * gdb.trace/actions.c: Include trace-common.h.
4642 (main): Add a location for a fast tracepoint.
4643 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4644 the normal tracepoints.
4645 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4646
4647 2015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4648
4649 * save-trace.exp: Factor out code to these...
4650 (gdb_save_tracepoints): New.
4651 (gdb_load_tracepoints): New.
4652 (do_save_load_test): New.
4653
4654 2015-11-23 Kevin Buettner <kevinb@redhat.com>
4655
4656 * gdb.base/asmlabel.exp: New test.
4657 * gdb.base/asmlabel.c: New test case.
4658
4659 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4660
4661 * gdb.base/wrong_frame_bt_full-main.c: New file.
4662 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4663 * gdb.base/wrong_frame_bt_full.exp: New file.
4664
4665 2015-11-23 Joel Brobecker <brobecker@adacore.com>
4666
4667 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4668
4669 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4670
4671 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
4672 pstate register when comparing registers values in
4673 sparc64-*-linux-gnu targets to avoid spurious differences.
4674
4675 2015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4676
4677 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
4678
4679 2015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4680
4681 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4682 as type argument to gdb_compile.
4683 * gdb.base/nested-subp2.exp: Likewise.
4684 * gdb.base/nested-subp3.exp: Likewise.
4685
4686 2015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4687
4688 * lib/dwarf.exp (_note): Fix left shift of negative value.
4689 * gdb.trace/trace-condition.exp: Likewise.
4690
4691 2015-11-13 Yao Qi <yao.qi@linaro.org>
4692
4693 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4694 comments about d10v.
4695 (test_scalar_returns): Likewise.
4696 * gdb.base/d10v.ld: Remove.
4697 * gdb.base/overlays.exp: Remove the target triplet checking for
4698 d10v-*-*.
4699 * gdb.base/structs.exp (test_struct_returns): Remove the
4700 comments about d10v.
4701 (test_struct_calls): Likewise.
4702
4703 2015-11-13 Yao Qi <yao.qi@linaro.org>
4704
4705 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4706 * gdb.base/gnu_vector.c: Don't include stdio.h.
4707 (main): Don't print res and call add_some_intvecs.
4708
4709 2015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4710
4711 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4712 macro.
4713 (func5): Removed.
4714 (func4): Use FAST_TRACEPOINT_LABEL.
4715 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4716 macro.
4717 (func): Removed.
4718 (thread_function): Use FAST_TRACEPOINT_LABEL.
4719 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4720 (func): Remove.
4721 (marker): Use FAST_TRACEPOINT_LABEL.
4722 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4723 (pendfunc1): Remove.
4724 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4725 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4726 (foo): Remove.
4727 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4728 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4729 macro.
4730 (func): Remove.
4731 (marker): Use FAST_TRACEPOINT_LABEL.
4732 * gdb.trace/trace-common.h: New header.
4733 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4734 macro.
4735 (func): Remove.
4736 (marker): Use FAST_TRACEPOINT_LABEL.
4737 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4738 (func): Remove.
4739 (thread_function): Use FAST_TRACEPOINT_LABEL.
4740
4741 2015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4742
4743 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4744 in front.
4745 * gdb.trace/change-loc.exp: Use global pcreg definition.
4746 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4747 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4748 in front.
4749 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4750 * gdb.trace/pending.exp: Likewise.
4751 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4752 * gdb.trace/trace-break.exp: Likewise.
4753 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4754 in front.
4755 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4756 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4757 in front.
4758 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4759
4760 2015-11-09 Joel Brobecker <brobecker@adacore.com>
4761
4762 * gdb.ada/fin_fun_out: New testcase.
4763
4764 2015-11-07 Kevin Buettner <kevinb@redhat.com>
4765
4766 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4767 value associated with DW_AT_byte_size.
4768 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4769 constants for DW_AT_byte_size, DW_AT_lower_bound, and
4770 DW_AT_upper_bound.
4771
4772 2015-11-07 Kevin Buettner <kevinb@redhat.com>
4773
4774 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4775 (gdb_target_symbol_prefix_flags): Define in terms of _asm
4776 version.
4777 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4778 gdb.dwarf2/dw2-canonicalize-type.exp,
4779 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4780 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4781 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4782 provided by gdb_target_symbol_prefix_flags_asm.
4783 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4784 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4785 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
4786 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
4787 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
4788 macros where needed). Use this macro for symbols which require
4789 the prefix provided by SYMBOL_PREFIX.
4790
4791 2015-11-05 Kevin Buettner <kevinb@redhat.com>
4792
4793 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
4794 New procs.
4795 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
4796 representing expressions, of more than one list element.
4797 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
4798 to prepend linker symbol prefix to f.
4799 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
4800 table_1 and table_2.
4801 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
4802 Likewise, for f and g.
4803 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
4804 for ptr.
4805 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
4806 for main.
4807 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
4808 table_1_ptr and table_2_ptr.
4809
4810 2015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4811 Joel Brobecker <brobecker@adacore.com>
4812
4813 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
4814
4815 2015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
4816
4817 * gdb.reverse/s390-mvcle.c: New test.
4818 * gdb.reverse/s390-mvcle.exp: New file.
4819 * lib/gdb.exp: Enable reverse tests on s390*-linux.
4820
4821 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4822
4823 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
4824
4825 2015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4826
4827 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
4828 reaching marker2.
4829 * gdb.reverse/getresuid-reverse.exp: Likewise.
4830 * gdb.reverse/pipe-reverse.exp: Likewise.
4831 * gdb.reverse/readv-reverse.exp: Likewise.
4832 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4833 * gdb.reverse/time-reverse.exp: Likewise.
4834 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
4835
4836 2015-10-30 Yao Qi <yao.qi@linaro.org>
4837
4838 * gdb.threads/wp-replication.c (watch_count_done): Remove.
4839 (empty_cycle): Remove.
4840 (main): Don't call empty_cycle. Don't use watch_count_done.
4841 * gdb.threads/wp-replication.exp: Don't set breakpoint on
4842 empty_cycle. Rewrite the code counting HW watchpoints.
4843
4844 2015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
4845
4846 * gdb.reverse/fstatat-reverse.c: New test.
4847 * gdb.reverse/fstatat-reverse.exp: New file.
4848 * gdb.reverse/getresuid-reverse.c: New test.
4849 * gdb.reverse/getresuid-reverse.exp: New file.
4850 * gdb.reverse/pipe-reverse.c: New test.
4851 * gdb.reverse/pipe-reverse.exp: New file.
4852 * gdb.reverse/readv-reverse.c: New test.
4853 * gdb.reverse/readv-reverse.exp: New file.
4854 * gdb.reverse/recvmsg-reverse.c: New test.
4855 * gdb.reverse/recvmsg-reverse.exp: New file.
4856 * gdb.reverse/time-reverse.c: New test.
4857 * gdb.reverse/time-reverse.exp: New file.
4858 * gdb.reverse/waitpid-reverse.c: New test.
4859 * gdb.reverse/waitpid-reverse.exp: New file.
4860
4861 2015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4862
4863 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
4864
4865 2015-10-26 Doug Evans <dje@google.com>
4866
4867 PR symtab/17391
4868 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
4869 * gdb.dwarf2/bad-regnum.c: New file.
4870 * gdb.dwarf2/bad-regnum.exp: New file.
4871
4872 2015-10-26 Doug Evans <dje@google.com>
4873
4874 PR python/18938
4875 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
4876 file.
4877
4878 2015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4879
4880 * gdb.compile/compile.exp (compile code globalvar): Update expectation
4881 for a change by "Mention language in compile error message".
4882
4883 2015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
4884
4885 PR python/18073
4886 * gdb.python/py-type.c (C::a_method): New.
4887 (C::a_const_method): New.
4888 (C::a_static_method): New.
4889 (a_function): New.
4890 * gdb.python/py-type.exp (test_fields): Test getting fields
4891 from function and method.
4892
4893 2015-10-21 Keven Boell <keven.boell@intel.com>
4894
4895 * gdb.fortran/vla-alloc-assoc.exp: New file.
4896 * gdb.fortran/vla-datatypes.exp: New file.
4897 * gdb.fortran/vla-datatypes.f90: New file.
4898 * gdb.fortran/vla-history.exp: New file.
4899 * gdb.fortran/vla-ptype-sub.exp: New file.
4900 * gdb.fortran/vla-ptype.exp: New file.
4901 * gdb.fortran/vla-sizeof.exp: New file.
4902 * gdb.fortran/vla-sub.f90: New file.
4903 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
4904 * gdb.fortran/vla-value-sub-finish.exp: New file.
4905 * gdb.fortran/vla-value-sub.exp: New file.
4906 * gdb.fortran/vla-value.exp: New file.
4907 * gdb.fortran/vla-ptr-info.exp: New file.
4908 * gdb.mi/mi-vla-fortran.exp: New file.
4909 * gdb.mi/vla.f90: New file.
4910
4911 2015-10-21 Sandra Loosemore <sandra@codesourcery.com>
4912
4913 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
4914 of hardwired timeout value.
4915
4916 2015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4917 Pedro Alves <palves@redhat.com>
4918
4919 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
4920 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
4921
4922 2015-10-19 Josh Stone <jistone@redhat.com>
4923
4924 * gdb.base/catch-syscall.c: Include <sched.h>.
4925 (unknown_syscall): New variable.
4926 (main): Trigger a vfork and an unknown syscall.
4927 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
4928 (unknown_syscall_number): Likewise.
4929 (check_call_to_syscall): Accept an optional syscall pattern.
4930 (check_return_from_syscall): Likewise.
4931 (check_continue): Likewise.
4932 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
4933 (test_catch_syscall_skipping_return): New test toggling off 'catch
4934 syscall' to step over the syscall return, then toggling back on.
4935 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
4936 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
4937 (do_syscall_tests): Call test_catch_syscall_without_args and
4938 test_catch_syscall_mid_vfork.
4939 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
4940 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
4941
4942 2015-10-19 Andrew Stubbs <ams@codesourcery.com>
4943
4944 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
4945 print g_vE): Add new pass patterns.
4946 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
4947 print various symbol names for vptr fields.
4948
4949 2015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
4950
4951 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
4952 results.
4953
4954 2015-10-12 Yao Qi <yao.qi@linaro.org>
4955
4956 * gdb.arch/disp-step-insn-reloc.exp: New test case.
4957
4958 2015-10-12 Yao Qi <yao.qi@linaro.org>
4959
4960 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
4961 is aarch64*-*-linux*.
4962
4963 2015-10-12 Yao Qi <yao.qi@linaro.org>
4964
4965 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
4966 (can_relocate_bcond_true): ... it.
4967 (can_relocate_bcond_false): New function.
4968 (foo): Likewise.
4969 (can_relocate_bl): Likewise.
4970 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
4971 can_relocate_bl.
4972
4973 2015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
4974
4975 * gdb.base/nested-addr.c: New file.
4976 * gdb.base/nested-addr.exp: New testcase.
4977
4978 2015-10-09 Markus Metzger <markus.t.metzger@intel.com>
4979
4980 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
4981 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
4982 its output. Ignore the output of "record goto begin" and instead
4983 check that GDB is replaying.
4984
4985 2015-10-09 Pedro Alves <palves@redhat.com>
4986
4987 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
4988 (top level): Use it in the run with no args test.
4989
4990 2015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
4991
4992 * gdb.dlang/properties.exp: New file.
4993
4994 2015-10-02 Sandra Loosemore <sandra@codesourcery.com>
4995
4996 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
4997 whether or not address 0x1000 is mapped on the target.
4998
4999 2015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5000
5001 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5002 build.
5003
5004 2015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5005
5006 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5007 instruction-history test.
5008
5009 2015-09-28 Doug Evans <dje@google.com>
5010
5011 * gdb.base/gcore.c (array_func): Add reference to static_array.
5012
5013 2015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5014
5015 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5016 source line.
5017
5018 2015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5019
5020 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5021 short or char as base type.
5022
5023 2015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5024
5025 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5026 to allow any size enum.
5027
5028 2015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5029
5030 * gdb.ada/array_ptr_renaming.exp: New testcase.
5031 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5032 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5033
5034 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5035
5036 * gdb.trace/ftrace-lock.c: New file.
5037 * gdb.trace/ftrace-lock.exp: New file.
5038
5039 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5040
5041 * gdb.arch/insn-reloc.c: New file.
5042 * gdb.arch/ftrace-insn-reloc.exp: New file.
5043
5044 2015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5045
5046 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5047 instruction.
5048 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5049 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5050 * gdb.trace/range-stepping.c: Likewise.
5051 * gdb.trace/trace-break.c: Likewise.
5052 * gdb.trace/trace-mt.c (thread_function): Likewise.
5053 * gdb.trace/ftrace.c (marker): Likewise.
5054 * gdb.trace/trace-condition.c (marker): Likewise.
5055 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5056 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5057 is_aarch64_target.
5058
5059 2015-09-18 Doug Evans <xdje42@gmail.com>
5060
5061 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5062 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5063
5064 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5065
5066 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5067 the breakpoint.
5068
5069 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5070
5071 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5072 the pending breakpoint. Remove timeout override for "Run till
5073 MI pending breakpoint on pendfunc3 on thread 2" test.
5074
5075 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5076
5077 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5078 filename pattern.
5079
5080 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5081
5082 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5083 in breakpoint filename pattern.
5084
5085 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5086
5087 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5088
5089 2015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5090
5091 * gdb.linespec/explicit.exp: Check for readline support for
5092 tab-completion tests. Fix obvious typo.
5093
5094 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5095
5096 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5097 and replay.
5098
5099 2015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5100
5101 * gdb.btrace/non-stop.c: New.
5102 * gdb.btrace/non-stop.exp: New.
5103
5104 2015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5105 Yao Qi <yao.qi@linaro.org>
5106
5107 * gdb.trace/trace-condition.c: New file.
5108 * gdb.trace/trace-condition.exp: New file.
5109
5110 2015-09-16 Wei-cheng Wang <cole945@gmail.com>
5111
5112 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5113 for testing bytecode compilation.
5114
5115 2015-09-16 Pedro Alves <palves@redhat.com>
5116 Sandra Loosemore <sandra@codesourcery.com>
5117
5118 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5119 (SECONDS): Redefine.
5120 (main): Call pthread_kill and alarm early.
5121 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5122 support.
5123 (test): If the target can't hardware step and doesn't support
5124 displaced stepping, increase the timeout.
5125
5126 2015-09-16 Pedro Alves <palves@redhat.com>
5127
5128 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5129 (enable_debug): New procedures.
5130 (test): Use them. Bail out if waiting for threads fails.
5131 (top level): Bail out if a test fails.
5132
5133 2015-09-16 Yao Qi <yao.qi@linaro.org>
5134
5135 * gdb.asm/asm-source.exp: Set asm-arch for
5136 aarch64*-*-* target.
5137 * gdb.asm/aarch64.inc: New file.
5138
5139 2015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5140
5141 * gdb.ada/array_of_variable_length.exp: New testcase.
5142 * gdb.ada/array_of_variable_length/foo.adb: New file.
5143 * gdb.ada/array_of_variable_length/pck.adb: New file.
5144 * gdb.ada/array_of_variable_length/pck.ads: New file.
5145
5146 2015-09-15 Doug Evans <dje@google.com>
5147
5148 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5149 of function static local variable.
5150
5151 2015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5152
5153 * gdb.threads/tls-so_extern.exp: New test file.
5154 * gdb.threads/tls-so_extern.c: New test file.
5155 * gdb.threads/tls-so_extern_main.c: New test file.
5156
5157 2015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5158
5159 * gdb.opt/solib-intra-step-lib.c: New file.
5160 * gdb.opt/solib-intra-step-main.c: New file.
5161 * gdb.opt/solib-intra-step.exp: New file.
5162
5163 2015-09-15 Pedro Alves <palves@redhat.com>
5164
5165 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5166 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5167
5168 2015-09-14 Pedro Alves <palves@redhat.com>
5169
5170 * gdb.base/hook-stop-continue.c: Delete.
5171 * gdb.base/hook-stop-continue.exp: Delete.
5172 * gdb.base/hook-stop-frame.c: Delete.
5173 * gdb.base/hook-stop-frame.exp: Delete.
5174 * gdb.base/hook-stop.c: New file.
5175 * gdb.base/hook-stop.exp: New file.
5176
5177 2015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5178
5179 * gdb.ada/access_to_packed_array.exp: New testcase.
5180 * gdb.ada/access_to_packed_array/foo.adb: New file.
5181 * gdb.ada/access_to_packed_array/pack.adb: New file.
5182 * gdb.ada/access_to_packed_array/pack.ads: New file.
5183
5184 2015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5185
5186 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5187 buffer size test.
5188
5189 2015-09-11 Don Breazeal <donb@codesourcery.com>
5190
5191 * gdb.base/foll-exec.c: Add copyright header. Fix
5192 formatting issues.
5193 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5194 (do_exec_tests): Use clean_restart in place of zap_session,
5195 and for test initialization. Fix formatting issues. Use
5196 fail in place of perror.
5197 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5198 an expect statement to match an expression with output from
5199 the program under debug.
5200 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5201 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5202 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5203 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5204 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5205
5206 2015-09-09 Doug Evans <dje@google.com>
5207
5208 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5209
5210 2015-09-09 Doug Evans <dje@google.com>
5211
5212 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5213
5214 2015-09-09 Doug Evans <dje@google.com>
5215
5216 * gdb.base/savedregs.exp: Fix typo.
5217
5218 2015-09-09 Pedro Alves <palves@redhat.com>
5219
5220 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5221
5222 2015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5223
5224 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5225 command actually switches threads. Give up on remaining
5226 tests if target fails to stop at breakpoint.
5227
5228 2015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5229
5230 * gdb.ada/funcall_char.exp: New testcase.
5231 * gdb.ada/funcall_char/foo.adb: New file.
5232
5233 2015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5234
5235 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5236 expected outputs. Add two testcases for completing ambiguous
5237 functions.
5238 * gdb.ada/complete/aux_pck.adb: New file.
5239 * gdb.ada/complete/aux_pck.ads: New file.
5240 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5241 Ambiguous_Func functions.
5242 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5243 * gdb.ada/complete/pck.adb: Likewise.
5244
5245 2015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5246
5247 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5248 failures to run the test program under GDB.
5249
5250 2015-08-26 Luis Machado <lgustavo@codesourcery.com>
5251
5252 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5253 to C.
5254
5255 2015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5256
5257 * gdb.base/run-after-attach.exp: New test file.
5258 * gdb.base/run-after-attach.c: New test file.
5259
5260 2015-08-26 Don Breazeal <donb@codesourcery.com>
5261
5262 * gdb.base/foll-exec-2.c: New test program.
5263 * gdb.base/foll-exec-2.exp: New test.
5264
5265 2015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5266
5267 * gdb.base/nested-subp1.exp: New file.
5268 * gdb.base/nested-subp1.c: New file.
5269 * gdb.base/nested-subp2.exp: New file.
5270 * gdb.base/nested-subp2.c: New file.
5271 * gdb.base/nested-subp3.exp: New file.
5272 * gdb.base/nested-subp3.c: New file.
5273
5274 2015-08-24 Pedro Alves <palves@redhat.com>
5275
5276 * gdb.server/connect-without-multi-process.c: New file.
5277 * gdb.server/connect-without-multi-process.exp: New file.
5278
5279 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5280
5281 * gdb.opt/inline-markers.c: Make z int.
5282
5283 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5284
5285 * gdb.opt/inline-markers.c: Make z volatile.
5286
5287 2015-08-24 Luis Machado <lgustavo@codesourcery.com>
5288
5289 * gdb.opt/inline-bt.c: New volatile global z.
5290 * gdb.opt/inline-cmds.c: Likewise.
5291 * gdb.opt/inline-locals.c: Likewise.
5292 * gdb.opt/inline-markers.c: New extern global z.
5293 (marker): Use z.
5294 (inline_fn): Likewise.
5295
5296 2015-08-24 Pedro Alves <palves@redhat.com>
5297
5298 * config/m32r-stub.exp: Remove file.
5299 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5300 * gdb.base/call-rt-st.exp: Likewise.
5301 * gdb.base/call-strs.exp: Likewise.
5302 * gdb.base/default.exp: Remove references to h8300-*-hms and
5303 *-*-udi*.
5304 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5305
5306 2015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5307
5308 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5309 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5310 and "return" use KFAIL when GDB can not read/write the vector
5311 return value.
5312
5313 2015-08-21 Gary Benson <gbenson@redhat.com>
5314
5315 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5316
5317 2015-08-20 Pedro Alves <palves@redhat.com>
5318
5319 * gdb.server/solib-list.exp: No longer expect an interior stop in
5320 non-stop mode.
5321
5322 2015-08-20 Pedro Alves <palves@redhat.com>
5323
5324 * gdb.server/connect-stopped-target.c: New file.
5325 * gdb.server/connect-stopped-target.exp: New file.
5326
5327 2015-08-20 Pedro Alves <palves@redhat.com>
5328
5329 * gdb.dwarf2/comp-unit-lang.exp: New file.
5330 * gdb.dwarf2/comp-unit-lang.c: New file.
5331
5332 2015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5333
5334 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5335 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5336
5337 2015-08-19 Kevin Buettner <kevinb@redhat.com>
5338
5339 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5340 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5341
5342 2015-08-18 Doug Evans <dje@google.com>
5343 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5344
5345 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5346 skip_python_tests. New arg prompt_regexp.
5347 (skip_python_tests): New function.
5348 * lib/mi-support.exp (mi_skip_python_tests): New function.
5349 * gdb.python/py-mi-objfile-gdb.py: New file.
5350 * gdb.python/py-mi-objfile.c: New file.
5351 * gdb.python/py-mi-objfile.exp: New file.
5352
5353 2015-08-17 Keith Seitz <keiths@redhat.com>
5354
5355 * gdb.linespec/explicit.exp: Move strace test from here ...
5356 * gdb.trace/strace.exp: ... to here.
5357
5358 2015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5359
5360 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5361 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5362
5363 2015-08-14 Doug Evans <xdje42@gmail.com>
5364
5365 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5366 inferior before selecting a new file.
5367
5368 2015-08-14 Doug Evans <xdje42@gmail.com>
5369
5370 * gdb.mi/mi-disassemble.exp: Update.
5371 * gdb.base/disasm-optim.S: New file.
5372 * gdb.base/disasm-optim.c: New file.
5373 * gdb.base/disasm-optim.h: New file.
5374 * gdb.base/disasm-optim.exp: New file.
5375
5376 2015-08-14 Keith Seitz <keiths@redhat.com>
5377
5378 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5379 "evaluated-by".
5380
5381 2015-08-13 Joel Brobecker <brobecker@adacore.com>
5382
5383 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5384
5385 2015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5386
5387 * gdb.ada/fun_renaming.exp: New testcase.
5388 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5389 * gdb.ada/fun_renaming/pack.adb: New file.
5390 * gdb.ada/fun_renaming/pack.ads: New file.
5391
5392 2015-08-12 Keith Seitz <keiths@redhat.com>
5393
5394 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5395 gdb_get_line_number.
5396
5397 2015-08-12 Joel Brobecker <brobecker@adacore.com>
5398
5399 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5400 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5401 gdb.base/dso2dso.exp: New files.
5402
5403 2015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5404 Pedro Alves <palves@redhat.com>
5405 Keith Seitz <keiths@redhat.com>
5406
5407 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5408 GDBFLAGS.
5409
5410 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5411
5412 * gdb.base/gdbhistsize-history.exp
5413 (test_histsize_history_setting): Use save_vars.
5414 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5415 Use save_vars.
5416 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5417 * gdb.base/readline.exp: Use save_vars.
5418
5419 2015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5420
5421 * lib/gdb.exp (save_vars): New proc.
5422
5423 2015-08-11 Keith Seitz <keiths@redhat.com>
5424
5425 * gdb.base/help.exp: Update help_breakpoint_text.
5426
5427 2015-08-11 Keith Seitz <keiths@redhat.com>
5428
5429 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5430 (at toplevel): Call test_explicit_breakpoints.
5431 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5432 breakpoints.
5433 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5434 breakpoint conditions, "-cond".
5435
5436 2015-08-11 Keith Seitz <keiths@redhat.com>
5437
5438 * gdb.linespec/3explicit.c: New file.
5439 * gdb.linespec/cpexplicit.cc: New file.
5440 * gdb.linespec/cpexplicit.exp: New file.
5441 * gdb.linespec/explicit.c: New file.
5442 * gdb.linespec/explicit.exp: New file.
5443 * gdb.linespec/explicit2.c: New file.
5444 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5445 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5446 before using in the matching pattern.
5447 Clarify that `prefix' is a regular expression.
5448
5449 2015-08-11 Keith Seitz <keiths@redhat.com>
5450
5451 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5452 test.
5453 Add tests for missing ",FMT" and ",".
5454
5455 2015-08-10 Doug Evans <dje@google.com>
5456 Keith Seitz <keiths@redhat.com>
5457
5458 PR gdb/17960
5459 * gdb.base/completion.exp: Add location completer tests.
5460
5461 2015-08-07 Pedro Alves <palves@redhat.com>
5462
5463 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5464 tests here.
5465 (top level): Run do_test with and without displaced stepping.
5466
5467 2015-08-07 Pedro Alves <palves@redhat.com>
5468
5469 * gdb.base/valgrind-disp-step.c: New file.
5470 * gdb.base/valgrind-disp-step.exp: New file.
5471
5472 2015-08-07 Pedro Alves <palves@redhat.com>
5473
5474 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5475 Delete function.
5476 (main): Add alarm. Run an infinite loop instead of calling
5477 wait_threads.
5478 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5479 comment.
5480 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5481 Delete function.
5482 (main): Add alarm. Run an infinite loop instead of calling
5483 wait_threads.
5484 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5485 comment.
5486
5487 2015-08-07 Pedro Alves <palves@redhat.com>
5488
5489 * gdb.base/checkpoint-ns.exp: New file.
5490 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5491 standard_testfile.
5492
5493 2015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5494
5495 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5496 * gdb.btrace/instruction_history.exp: Update.
5497 * gdb.btrace/tsx.exp: New.
5498 * gdb.btrace/tsx.c: New.
5499
5500 2015-08-06 Pedro Alves <palves@redhat.com>
5501
5502 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5503 increase timeout.
5504 * gdb.reverse/until-precsave.exp: Bump timeouts.
5505
5506 2015-08-06 Pedro Alves <palves@redhat.com>
5507
5508 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5509
5510 2015-08-06 Pedro Alves <palves@redhat.com>
5511
5512 PR gdb/18749
5513 * gdb.threads/process-dies-while-handling-bp.c: New file.
5514 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5515
5516 2015-08-06 Pedro Alves <palves@redhat.com>
5517
5518 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5519 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5520
5521 2015-08-05 Pedro Alves <palves@redhat.com>
5522
5523 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5524 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5525
5526 2015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5527
5528 * gdb.base/bp-permanent.exp: Report test as unsupported if
5529 the target cannot stop at the permanent breakpoint.
5530
5531 2015-08-03 Doug Evans <dje@google.com>
5532
5533 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5534 10000.
5535
5536 2015-08-03 Doug Evans <dje@google.com>
5537
5538 * Makefile.in (workers/%.worker, build-perf): New rule.
5539 (GDB_PERFTEST_MODE): New variable.
5540 (check-perf): Use it.
5541 (clean): Clean up gdb.perf parallel build subdirs.
5542 * lib/build-piece.exp: New file.
5543 * lib/gdb.exp (make_gdb_parallel_path): New function
5544 (standard_output_file, standard_temp_file): Call it.
5545 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5546 of $GDB_PARALLEL.
5547 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5548
5549 2015-08-03 Doug Evans <dje@google.com>
5550
5551 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
5552 (LOG_FILE_NAME): New global.
5553 (TextReporter.__init__): Initialize self.txt_sum.
5554 (TextReporter.report): Add support for multiple data-points.
5555 Move report to perftest.sum, put raw data in perftest.log.
5556 (TextReporter.start): Open sum and log files.
5557 (TextReporter.end): Close sum and log files.
5558 * gdb.perf/lib/perftest/testresult.py
5559 (SingleStatisticTestResult.record): Handle multiple data-points.
5560
5561 2015-07-31 Pedro Alves <palves@redhat.com>
5562
5563 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5564 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5565 kill_wait_spawned_process instead of explicit "kill -9".
5566 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5567 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5568 kill_wait_spawned_process.
5569 * gdb.base/attach-twice.exp: Likewise.
5570 * gdb.base/attach.exp: Likewise.
5571 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5572 gdb_test_multiple.
5573 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5574 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5575 kill_wait_spawned_process.
5576 * gdb.base/valgrind-infcall.exp: Likewise.
5577 * gdb.multi/multi-attach.exp: Likewise.
5578 * gdb.python/py-prompt.exp: Likewise.
5579 * gdb.python/py-sync-interp.exp: Likewise.
5580 * gdb.server/ext-attach.exp: Likewise.
5581 * gdb.threads/attach-into-signal.exp (corefunc): Use
5582 spawn_wait_for_attach, spawn_id_get_pid and
5583 kill_wait_spawned_process.
5584 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5585 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5586 spawn_id_get_pid and kill_wait_spawned_process.
5587 * gdb.threads/attach-stopped.exp (corefunc): Use
5588 spawn_wait_for_attach, spawn_id_get_pid and
5589 kill_wait_spawned_process.
5590 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5591 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5592 kill_wait_spawned_process instead of explicit "kill -9".
5593 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5594 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5595 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5596 processes. Don't map cygwin/windows pids here. Now returns a
5597 spawn id list.
5598
5599 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5600
5601 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5602 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5603 correct patch.
5604
5605 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5606
5607 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5608
5609 2015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5610
5611 Reapply:
5612 2014-05-21 Mark Wielaard <mjw@redhat.com>
5613
5614 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5615
5616 2015-07-30 Pedro Alves <palves@redhat.com>
5617
5618 * linux-low.c (handle_extended_wait): Set the child's last
5619 reported status to TARGET_WAITKIND_STOPPED.
5620
5621 2015-07-30 Pedro Alves <palves@redhat.com>
5622
5623 PR threads/18600
5624 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5625 only shows inferior 1.
5626
5627 2015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5628 Pedro Alves <palves@redhat.com>
5629
5630 PR threads/18600
5631 * gdb.threads/fork-plus-threads.c: New file.
5632 * gdb.threads/fork-plus-threads.exp: New file.
5633
5634 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5635
5636 * gdb.base/batch-preserve-term-settings.exp
5637 (test_terminal_settings_preserved_after_cli_exit): Use
5638 send_quit_command.
5639
5640 2015-07-29 Pedro Alves <palves@redhat.com>
5641 Don Breazeal <donb@codesourcery.com>
5642
5643 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5644 output from both inferior_spawn_id and gdb_spawn_id.
5645
5646 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5647
5648 * gdb.threads/attach-into-signal.exp (corefunc): Use
5649 with_test_prefix on nested loops, uniquefying the test messages.
5650
5651 2015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5652
5653 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5654 commit.
5655
5656 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5657
5658 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5659 New proc.
5660 (test_terminal_settings_preserved_after_sigterm): New test.
5661
5662 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5663
5664 * gdb.base/batch-preserve-term-settings.exp
5665 (test_terminal_settings_preserved_after_cli_exit): New test.
5666
5667 2015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5668
5669 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5670 manipulation of saved_gdbflags.
5671 (test_terminal_settings_preserved): Remove global declaration of
5672 the unused variable pagination_prompt. Remove manipulation of
5673 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5674 GDBFLAGS.
5675
5676 2015-07-29 Pedro Alves <palves@redhat.com>
5677
5678 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5679
5680 2015-07-29 Pedro Alves <palves@redhat.com>
5681
5682 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5683 at the top.
5684
5685 2015-07-29 Pedro Alves <palves@redhat.com>
5686
5687 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5688 (main): Call gdb_unbuffer_output.
5689 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5690 (main): Call gdb_unbuffer_output.
5691 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5692 (main): Call gdb_unbuffer_output.
5693 * gdb.base/call-strs.exp: Adjust to step over the
5694 gdb_unbuffer_output call.
5695 * gdb.base/catch-gdb-caused-signals.c: Include
5696 "../lib/unbuffer_output.c".
5697 (main): Call gdb_unbuffer_output.
5698 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5699 (main): Call gdb_unbuffer_output.
5700 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5701 (main): Call gdb_unbuffer_output.
5702 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5703 (main): Call gdb_unbuffer_output.
5704 * gdb.base/shlib-call.exp: Adjust to step over the
5705 gdb_unbuffer_output call.
5706 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5707 (main): Call gdb_unbuffer_output.
5708 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5709 (main): Call gdb_unbuffer_output.
5710 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5711 (main): Rename to ...
5712 (test): ... this.
5713 (main): Reimplement.
5714 * gdb.base/varargs.exp: Run to test instead of to main.
5715 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5716 (main): Call gdb_unbuffer_output.
5717
5718 2015-07-29 Pedro Alves <palves@redhat.com>
5719
5720 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5721 factore out from mi_continue_dprintf. For call-style dprintfs,
5722 expect dprintf output out of $inferior_spawn_id.
5723 (mi_continue_dprintf): Use mi_expect_dprintf.
5724 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5725 (main): Call gdb_unbuffer_output.
5726
5727 2015-07-29 Pedro Alves <palves@redhat.com>
5728
5729 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5730 (default_mi_gdb_start): Set inferior_spawn_id instead of
5731 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5732 gdb_spawn_id.
5733 (mi_gdb_test): Always expect inferior output from both
5734 $inferior_spawn_id and $gdb_spawn_id.
5735
5736 2015-07-29 Pedro Alves <palves@redhat.com>
5737
5738 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5739 send_inferior and $inferior_spawn_id.
5740
5741 2015-07-29 Pedro Alves <palves@redhat.com>
5742
5743 * gdb.gdb/complaints.exp (test_initial_complaints)
5744 (test_serial_complaints, test_short_complaints): Use
5745 gdb_test_stdio.
5746 (test_empty_complaint): Handle $inferior_spawn_id !=
5747 $gdb_spawn_id.
5748
5749 2015-07-29 Pedro Alves <palves@redhat.com>
5750
5751 * gdb.base/varargs.exp: Use gdb_test_stdio.
5752
5753 2015-07-29 Pedro Alves <palves@redhat.com>
5754
5755 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5756
5757 2015-07-29 Pedro Alves <palves@redhat.com>
5758
5759 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5760
5761 2015-07-29 Pedro Alves <palves@redhat.com>
5762
5763 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5764 parameter into two new parameters, "inf_result" and "gdb_result".
5765 Expect inferior output and gdb output from $inferior_spawn_id and
5766 $gdb_spawn_id, respectively. Adjust all callers.
5767
5768 2015-07-29 Pedro Alves <palves@redhat.com>
5769
5770 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5771 of gdb_test_sequence.
5772
5773 2015-07-29 Pedro Alves <palves@redhat.com>
5774
5775 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5776 (saw_spurious_output): Expect inferior output from
5777 $inferior_spawn_id. Use gdb_test_stdio.
5778
5779 2015-07-29 Pedro Alves <palves@redhat.com>
5780
5781 * gdb.base/dprintf.exp: Use standard_testfile. Change
5782 prepare_for_testing call.
5783 (srcfile): Don't set.
5784 (restart): New procedure.
5785 (test_dprintf): New procecure, use to continue over dprintfs.
5786 (test_call, test_agent): New procedures, tests moved here.
5787 Restart gdb and recreate dprintfs. Adjust expected output.
5788
5789 2015-07-29 Pedro Alves <palves@redhat.com>
5790
5791 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
5792
5793 2015-07-29 Pedro Alves <palves@redhat.com>
5794
5795 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
5796
5797 2015-07-29 Pedro Alves <palves@redhat.com>
5798
5799 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
5800 gdb_test_stdio.
5801
5802 2015-07-29 Pedro Alves <palves@redhat.com>
5803
5804 * lib/gdb.exp (gdb_test_stdio): New procedure.
5805
5806 2015-07-29 Pedro Alves <palves@redhat.com>
5807
5808 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
5809
5810 2015-07-29 Pedro Alves <palves@redhat.com>
5811
5812 * gdb.base/call-signal-resume.exp: Remove check for
5813 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
5814 * gdb.base/unwindonsignal.exp: Likewise.
5815 * gdb.base/call-signals.c (gen_signal): Remove printf call.
5816 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
5817
5818 2015-07-29 Pedro Alves <palves@redhat.com>
5819
5820 * gdb.base/siginfo-addr.c (pass): New function.
5821 (handler): Call it iff si_addr is correct.
5822 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
5823 Set a breakpoint at "pass" and continue to it.
5824
5825 2015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
5826
5827 * gdb.python/py-objfile.exp: Make some tests have unique names.
5828 * gdb.python/py-pp-registration.exp: Likewise.
5829
5830 2015-07-28 Pedro Alves <palves@redhat.com>
5831
5832 * gdb.server/server-exec-info.exp: Issue a "disconnect".
5833
5834 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5835
5836 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
5837
5838 2015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5839
5840 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
5841
5842 2015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5843
5844 * gdb.base/gdb-sigterm-2.exp: New test.
5845
5846 2015-07-25 Doug Evans <xdje42@gmail.com>
5847
5848 Revert:
5849 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5850 (workers/%.worker, build-perf): New rule.
5851 (GDB_PERFTEST_MODE): New variable.
5852 (check-perf): Use it.
5853 (clean): Clean up gdb.perf parallel build subdirs.
5854 * lib/build-piece.exp: New file.
5855 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5856 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5857 name.
5858 (standard_temp_file): Ditto.
5859 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5860 of $GDB_PARALLEL.
5861
5862 2015-07-24 Doug Evans <dje@google.com>
5863
5864 * gdb.perf/lib/perftest/utils.py: New file.
5865 * gdb.perf/gm-hello.cc: New file.
5866 * gdb.perf/gm-pervasive-typedef.cc: New file.
5867 * gdb.perf/gm-pervasive-typedef.h: New file.
5868 * gdb.perf/gm-std.cc: New file.
5869 * gdb.perf/gm-std.h: New file.
5870 * gdb.perf/gm-use-cerr.cc: New file.
5871 * gdb.perf/gm-utils.h: New file.
5872 * gdb.perf/gmonster-null-lookup.py: New file.
5873 * gdb.perf/gmonster-pervasive-typedef.py: New file.
5874 * gdb.perf/gmonster-print-cerr.py: New file.
5875 * gdb.perf/gmonster-ptype-string.py: New file.
5876 * gdb.perf/gmonster-runto-main.py: New file.
5877 * gdb.perf/gmonster-select-file.py: New file.
5878 * gdb.perf/gmonster1-null-lookup.exp: New file.
5879 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
5880 * gdb.perf/gmonster1-print-cerr.exp: New file.
5881 * gdb.perf/gmonster1-ptype-string.exp: New file.
5882 * gdb.perf/gmonster1-runto-main.exp: New file.
5883 * gdb.perf/gmonster1-select-file.exp: New file.
5884 * gdb.perf/gmonster1.cc: New file.
5885 * gdb.perf/gmonster1.exp: New file.
5886 * gdb.perf/gmonster2-null-lookup.exp: New file.
5887 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
5888 * gdb.perf/gmonster2-print-cerr.exp: New file.
5889 * gdb.perf/gmonster2-ptype-string.exp: New file.
5890 * gdb.perf/gmonster2-runto-main.exp: New file.
5891 * gdb.perf/gmonster2-select-file.exp: New file.
5892 * gdb.perf/gmonster2.cc: New file.
5893 * gdb.perf/gmonster2.exp: New file.
5894
5895 2015-07-24 Doug Evans <dje@google.com>
5896
5897 * gdb.perf/README: New file.
5898 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
5899 * lib/gen-perf-test.exp: New file.
5900
5901 2015-07-24 Doug Evans <dje@google.com>
5902
5903 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
5904 (PerfTest::startup): New function.
5905 (PerfTest::run): Return result of calling body.
5906 (PerfTest::assemble): Rewrite.
5907 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
5908 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
5909 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
5910 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
5911 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
5912
5913 2015-07-24 Doug Evans <dje@google.com>
5914
5915 * lib/gdb.exp (clean_restart): Make executable optional.
5916
5917 2015-07-24 Doug Evans <dje@google.com>
5918
5919 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
5920 compiler_info references.
5921 * gdb.cp/temargs.exp: Ditto.
5922 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
5923 (get_compiler_info): Early exit if already computed. Set compiler_info
5924 to "unknown" if there was a problem.
5925 (test_compiler_info): Add function comment. Call get_compiler_info.
5926
5927 2015-07-24 Doug Evans <dje@google.com>
5928
5929 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5930 (workers/%.worker, build-perf): New rule.
5931 (GDB_PERFTEST_MODE): New variable.
5932 (check-perf): Use it.
5933 (clean): Clean up gdb.perf parallel build subdirs.
5934 * lib/build-piece.exp: New file.
5935 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5936 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5937 name.
5938 (standard_temp_file): Ditto.
5939 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5940 of $GDB_PARALLEL.
5941
5942 2015-07-24 Doug Evans <dje@google.com>
5943
5944 * lib/future.exp (gdb_default_target_compile): New option
5945 "early_flags".
5946 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
5947 --as-needed.
5948
5949 2015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
5950
5951 * gdb.base/catch-syscall.exp: Call gdb_exit before
5952 gdb_skip_xml_test.
5953
5954 2015-07-24 Pedro Alves <palves@redhat.com>
5955
5956 * gdb.python/py-events.exp: Accept output between the stop event
5957 and the prompt.
5958 * gdb.python/py-evsignal.exp: Likewise.
5959 * gdb.python/py-evthreads.exp: Likewise.
5960
5961 2015-07-24 Pedro Alves <palves@redhat.com>
5962
5963 PR gdb/18717
5964 * gdb.threads/non-ldr-exit.c: New file.
5965 * gdb.threads/non-ldr-exit.exp: New file.
5966
5967 2015-07-24 Yao Qi <yao.qi@linaro.org>
5968
5969 * gdb.server/ext-wrapper.exp: Test --wrapper option when
5970 restarting process.
5971
5972 2015-07-24 Yao Qi <yao.qi@linaro.org>
5973
5974 * gdb.server/ext-restart.exp: New file.
5975
5976 2015-07-24 Yao Qi <yao.qi@linaro.org>
5977
5978 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
5979 argument options.
5980 * gdb.server/ext-wrapper.exp: New file.
5981
5982 2015-07-23 Doug Evans <dje@google.com>
5983
5984 * gdb.dwarf2/dw2-dummy-cu.S: New file.
5985 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
5986
5987 2015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
5988
5989 * gdb.ada/var_arr_typedef.exp: New testcase.
5990 * gdb.ada/var_arr_typedef/pack.adb: New file.
5991 * gdb.ada/var_arr_typedef/pack.ads: New file.
5992 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
5993
5994 2015-07-20 Joel Brobecker <brobecker@adacore.com>
5995
5996 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
5997
5998 2015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5999
6000 * gdb.arch/i386-biarch-core.exp: Replace istarget
6001 by "complete set gnutarget". Remove expectation for the "core-file"
6002 command.
6003
6004 2015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6005
6006 Revert the previous commit:
6007 Tests for validate symbol file using build-id.
6008
6009 2015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6010
6011 Tests for validate symbol file using build-id.
6012 * gdb.base/solib-mismatch-lib.c: New file.
6013 * gdb.base/solib-mismatch-libmod.c: New file.
6014 * gdb.base/solib-mismatch.c: New file.
6015 * gdb.base/solib-mismatch.exp: New file.
6016
6017 2015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6018
6019 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6020 nios2-*-linux*.
6021 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6022 * gdb.base/siginfo.exp: Likewise.
6023 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6024
6025 2015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6026
6027 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6028 Move it to ...
6029 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6030 ... here.
6031 * gdb.trace/range-stepping.exp: Check that the target supports
6032 range stepping.
6033
6034 2015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6035
6036 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6037
6038 2015-07-14 Pedro Alves <palves@redhat.com>
6039
6040 * gdb.base/killed-outside.exp: New file.
6041 * gdb.base/killed-outside.c: New file.
6042
6043 2015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6044
6045 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6046 (n at main): New.
6047 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6048
6049 2015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6050
6051 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6052 infcall tests instead of setting up for KFAIL.
6053
6054 2015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6055
6056 * gdb.btrace/record_goto-step.exp: New.
6057
6058 2015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6059
6060 PR compile/18484
6061 * gdb.compile/compile.c (struct struct_type): Add volatile to
6062 selffield's type.
6063 * gdb.compile/compile.exp
6064 (compile code struct_object.selffield = &struct_object): Skip further
6065 struct_object tests if this one xfails.
6066
6067 2015-07-08 Robert O'Callahan <robert@ocallahan.org>
6068
6069 PR exp/18617
6070 * gdb.trace/ax.exp: Add test.
6071
6072 2015-07-07 Yao Qi <yao.qi@linaro.org>
6073
6074 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6075 instead of istarget "aarch64*-*-*".
6076 * gdb.arch/aarch64-fp.exp: Likewise.
6077 * gdb.base/float.exp: Likewise.
6078 * gdb.reverse/aarch64.exp: Likewise.
6079 * lib/gdb.exp (is_aarch64_target): New proc.
6080
6081 2015-07-07 Yao Qi <yao.qi@linaro.org>
6082
6083 * lib/gdb.exp (is_aarch32_target): New proc.
6084 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6085 instead of "istarget "arm*-*-*"".
6086 * gdb.arch/arm-disp-step.exp: Likewise.
6087 * gdb.arch/thumb-bx-pc.exp: Likewise.
6088 * gdb.arch/thumb-prologue.exp: Likewise.
6089 * gdb.arch/thumb-singlestep.exp: Likewise.
6090 * gdb.base/disp-step-syscall.exp: Likewise.
6091 * gdb.base/float.exp: Likewise.
6092
6093 2015-07-07 Yao Qi <yao.qi@linaro.org>
6094
6095 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6096 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6097
6098 2015-07-07 Yao Qi <yao.qi@linaro.org>
6099
6100 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6101 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6102 if it exists.
6103 * gdb.multi/multi-arch.exp: Likewise.
6104
6105 2015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6106
6107 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6108 print.
6109
6110 2015-07-07 Yao Qi <yao.qi@linaro.org>
6111
6112 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6113
6114 2015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6115
6116 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6117 '[' and ']' characters.
6118
6119 2015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6120
6121 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6122
6123 2015-06-29 Pedro Alves <palves@redhat.com>
6124
6125 PR threads/18127
6126 * gdb.threads/hand-call-new-thread.c: New file.
6127 * gdb.threads/hand-call-new-thread.c: New file.
6128
6129 2015-06-26 Keith Seitz <keiths@redhat.com>
6130 Doug Evans <dje@google.com>
6131
6132 PR 16253
6133 * gdb.cp/var-tag-2.cc: New file.
6134 * gdb.cp/var-tag-3.cc: New file.
6135 * gdb.cp/var-tag-4.cc: New file.
6136 * gdb.cp/var-tag.cc: New file.
6137 * gdb.cp/var-tag.exp: New file.
6138
6139 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6140
6141 * gdb.base/history-duplicates.exp: New test.
6142
6143 2015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6144
6145 * gdb.base/completion.exp: Test the completion of the "focus"
6146 command.
6147
6148 2015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6149
6150 * gdb.arch/amd64-prologue-skip.S: New file.
6151 * gdb.arch/amd64-prologue-skip.exp: New file.
6152
6153 2015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6154
6155 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6156 is_address_zero_readable check.
6157
6158 2015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6159
6160 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6161 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6162
6163 2015-06-24 Yao Qi <yao.qi@linaro.org>
6164
6165 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6166 linux targets.
6167
6168 2015-06-24 Yao Qi <yao.qi@linaro.org>
6169
6170 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6171 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6172 * gdb.base/siginfo-thread.exp: Likewise.
6173
6174 2015-06-22 Yao Qi <yao.qi@linaro.org>
6175
6176 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6177
6178 2015-06-22 Yao Qi <yao.qi@linaro.org>
6179
6180 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6181 aarch64*-*-*.
6182 (skip_hw_watchpoint_tests): Likewise.
6183
6184 2015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6185
6186 * gdb.base/gdbinit-history.exp: Test the interaction between
6187 setting GDBHISTSIZE and setting the history size via .gdbinit.
6188
6189 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6190
6191 PR gdb/16999
6192 * gdb.base/gdbhistsize-history.exp: New test.
6193
6194 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6195
6196 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6197 with GDBHISTSIZE.
6198 * gdb.base/readline.exp: Likewise.
6199
6200 2015-06-17 Yao Qi <yao.qi@linaro.org>
6201
6202 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6203 line.
6204
6205 2015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6206
6207 * gdb.base/gdbinit-history.exp: Add test case to check that
6208 an unlimited history file does not get truncated on exit.
6209
6210 2015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6211
6212 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6213 (VECTOR): New macro. Use it...
6214 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6215 ...for these typedefs.
6216 (int8, char1, int1, double1): New typedefs.
6217 (struct just_int2, struct two_int2): New structures.
6218 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6219 (add_structvecs, add_singlevecs): New functions.
6220 (main): Call add_some_intvecs twice.
6221 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6222 the compile and exit upon failure. Try compiling for the "native"
6223 architecture. Test inferior function calls with vector arguments
6224 and vector return value handling with "finish" and "return".
6225
6226 2015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6227
6228 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6229 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6230 PE file.
6231 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6232
6233 2015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6234
6235 PR breakpoints/16465
6236 * gdb.mi/mi-dprintf-pending.c: New file.
6237 * gdb.mi/mi-dprintf-pending.exp: New test.
6238 * gdb.mi/mi-dprintf-pendshr.c: New file.
6239
6240 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6241 Mircea Gherzan <mircea.gherzan@intel.com>
6242
6243 * gdb.arch/i386-mpx-map.c: New file.
6244 * gdb.arch/i386-mpx-map.exp: New File.
6245
6246 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6247
6248 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6249 * gdb.arch/i386-mpx.exp: Indentation fixed.
6250
6251 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6252
6253 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6254 function and improved indentation.
6255 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6256 gdb_test_multiple. Added additional tests to skip the test.
6257
6258 2015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6259
6260 * gdb.arch/i386-avx512.c: Change path in include file.
6261 * gdb.arch/i386-avx512.exp: Change include dir path
6262 compilation flag.
6263 * gdb.arch/i386-mpx.c: Change path in include file.
6264 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6265 flag.
6266
6267 2015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6268
6269 * gdb.compile/compile-print.exp (compile print *vararray@3)
6270 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6271
6272 2015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6273
6274 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6275 (do not keep jit in memory): ... this.
6276 (expect 5): Change it to ...
6277 (expect no 5): ... this.
6278
6279 2015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6280
6281 PR gdb/15564
6282 * gdb.mi/mi-detach.exp: New file.
6283
6284 2015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6285
6286 PR symtab/18392
6287 * gdb.arch/amd64-tailcall-self.S: New file.
6288 * gdb.arch/amd64-tailcall-self.c: New file.
6289 * gdb.arch/amd64-tailcall-self.exp: New file.
6290
6291 2015-05-28 Don Breazeal <donb@codesourcery.com>
6292
6293 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6294 tests for remote targets by checking is_target_gdbserver.
6295
6296 2015-05-27 Doug Evans <dje@google.com>
6297
6298 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6299 * gdb.dwarf2/opaque-type-lookup.c: New file.
6300 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6301
6302 2015-05-26 Doug Evans <dje@google.com>
6303
6304 * gdb.cp/iostream.cc: New file.
6305 * gdb.cp/iostream.exp: New file.
6306
6307 2015-05-26 Doug Evans <dje@google.com>
6308
6309 * gdb.dwarf2/dw2-op-call.exp: Update.
6310 * gdb.dwarf2/dw4-sig-types.exp: Update.
6311 * gdb.dwarf2/implptr.exp: Update.
6312 * gdb.mi/mi-cmd-param-changed.exp: Update.
6313
6314 2015-05-26 Doug Evans <dje@google.com>
6315
6316 * gdb.python/py-lazy-string.c: New file.
6317 * gdb.python/py-lazy-string.exp: New file.
6318 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6319 (main): Update. Add estring3.
6320 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6321 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6322
6323 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6324 Yao Qi <yao.qi@linaro.org>
6325
6326 * gdb.reverse/aarch64.c: New.
6327 * gdb.reverse/aarch64.exp: New.
6328
6329 2015-05-26 Omair Javaid <omair.javaid@linaro.org>
6330
6331 * lib/gdb.exp (supports_process_record): Return true for
6332 aarch64*-linux*.
6333 (supports_reverse): Likewise.
6334
6335 2015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6336
6337 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6338 Use with_test_prefix.
6339
6340 2015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6341
6342 * gdb.base/completion.exp: Add test for completion of layout
6343 names.
6344
6345 2015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6346
6347 * lib/gdb.exp (skip_tui_tests): New proc.
6348 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6349
6350 2015-05-19 Pedro Alves <palves@redhat.com>
6351
6352 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6353 Save the whole env array instead of just HOME. Unset HISTSIZE in
6354 the environment while testing. Restore whole environment
6355 afterwards.
6356
6357 2015-05-16 Doug Evans <xdje42@gmail.com>
6358
6359 * gdb.guile/scm-ports.c: New file.
6360 * gdb.guile/scm-ports.exp: Add memory port tests.
6361
6362 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6363
6364 * gdb.compile/compile-print.c: New file.
6365 * gdb.compile/compile-print.exp: New file.
6366
6367 2015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6368
6369 * gdb.compile/compile-ops.exp: Cast param to void.
6370 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6371 (compile code struct_object.selffield = &struct_object): Add xfail.
6372
6373 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6374
6375 * gdb.ada/arr_enum_with_gap: New testcase.
6376
6377 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6378
6379 * gdb.ada/byte_packed_arr: New testcase.
6380
6381 2015-05-15 Joel Brobecker <brobecker@adacore.com>
6382
6383 * gdb.ada/pckd_neg: New testcase.
6384
6385 2015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6386
6387 PR gdb/17820
6388 * gdb.base/gdbinit-history.exp: New test.
6389 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6390 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6391
6392 2015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6393
6394 * gdb.python/py-xmethods.cc: Enhance test case.
6395 * gdb.python/py-xmethods.exp: New tests.
6396 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6397 function.
6398 (B_indexoper): Likewise.
6399 (global_dm_list) : Add new xmethod worker functions.
6400
6401 2015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6402
6403 * gdb.base/coredump-filter.exp: Correctly unset
6404 "coredump_var_addr" array.
6405
6406 2015-05-08 Pedro Alves <palves@redhat.com>
6407
6408 * gdb.server/non-existing-program.exp: Unset spawn_id.
6409
6410 2015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6411
6412 PR python/18291
6413 * gdb.python/py-xmethods.exp: Add tests.
6414
6415 2015-05-08 Yao Qi <yao.qi@linaro.org>
6416
6417 PR gdb/18208
6418 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6419 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6420 function set_coredump_filter, and remove remote_exec call.
6421 Remove argument ipid. Callers update.
6422 (top level): Don't get inferior's PID.
6423
6424 2015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6425
6426 * gdb.base/watch_thread_num.exp: Skip test on targets without
6427 access watchpoints.
6428
6429 2015-05-06 Pedro Alves <palves@redhat.com>
6430
6431 PR server/18081
6432 * gdb.server/non-existing-program.exp: New file.
6433
6434 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6435
6436 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6437
6438 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6439
6440 * gdb.ada/out_of_line_in_inlined: New testcase.
6441
6442 2015-05-05 Joel Brobecker <brobecker@adacore.com>
6443
6444 * gdb.ada/var_rec_arr: New testcase.
6445
6446 2015-04-30 Yao Qi <yao.qi@linaro.org>
6447
6448 * gdb.base/break-idempotent.exp: If
6449 skip_hw_watchpoint_multi_tests returns true, skip the tests
6450 on "rwatch" and "awatch".
6451
6452 2015-04-30 Yao Qi <yao.qi@linaro.org>
6453
6454 * gdb.base/relativedebug.exp: Invoke gdb command
6455 "info sharedlibrary", and if libc.so doesn't have debug info,
6456 skip the test.
6457
6458 2015-04-29 Doug Evans <dje@google.com>
6459
6460 * gdb.python/py-xmethods.exp: Add ptype tests.
6461 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6462 get_result_type method.
6463
6464 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6465
6466 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6467 the target does not support hardware watchpoints.
6468
6469 2015-04-29 Luis Machado <lgustavo@codesourcery.com>
6470
6471 * gdb.base/break-always.exp: Abort testing if writing to memory
6472 causes an error.
6473
6474 2015-04-28 Doug Evans <dje@google.com>
6475
6476 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6477 * gdb.python/py-pp-registration.exp: ... here. New file.
6478 * gdb.python/py-pp-registration.c: New file.
6479 * gdb.python/py-pp-registration.py: New file.
6480
6481 2015-04-28 Doug Evans <dje@google.com>
6482
6483 * gdb.python/py-bad-printers.c: New file.
6484 * gdb.python/py-bad-printers.py: New file.
6485 * gdb.python/py-bad-printers.exp: New file.
6486
6487 2015-04-28 Sasha Smundak <asmundak@google.com>
6488
6489 * gdb.python/py-type.exp: New test.
6490
6491 2015-04-28 Andy Wingo <wingo@igalia.com>
6492
6493 * gdb.python/py-parameter.exp:
6494 * gdb.guile/scm-parameter.exp: Escape the path that we are
6495 matching against, as it might contain characters that are special
6496 to regular expressions.
6497
6498 2015-04-27 Joel Brobecker <brobecker@adacore.com>
6499
6500 * gdb.ada/rec_comp: New testcase.
6501
6502 2015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6503
6504 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6505 before using it.
6506
6507 2015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6508
6509 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6510 new tests for verilog output.
6511
6512 2015-04-24 Yao Qi <yao.qi@linaro.org>
6513
6514 * boards/remote-gdbserver-on-localhost.exp: New file.
6515
6516 2015-04-23 Pedro Alves <palves@redhat.com>
6517
6518 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6519 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6520 "end of file", remove $inferior_spawn_id from the indirect list.
6521
6522 2015-04-23 Pedro Alves <palves@redhat.com>
6523
6524 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6525
6526 2015-04-23 Pedro Alves <palves@redhat.com>
6527
6528 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6529 on $any_spawn_id instead of only on $gdb_spawn_id.
6530
6531 2015-04-21 Pierre Muller <muller@sourceware.org>
6532
6533 PR pascal/17815
6534 * lib/pascal.exp (gpc_compile): Add new option "class".
6535 (fpc_compile): Likewise.
6536 * gdb.pascal/case-insensitive-symbols.pas: New file.
6537 * gdb.pascal/case-insensitive-symbols.exp: New file.
6538
6539 2015-04-20 Gary Benson <gbenson@redhat.com>
6540
6541 * gdb.base/attach.exp: Fix three extended remote failures.
6542
6543 2015-04-17 Gary Benson <gbenson@redhat.com>
6544
6545 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6546 the main executable over the remote protocol.
6547
6548 2015-04-16 Pedro Alves <palves@redhat.com>
6549
6550 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6551 a new gdbserver if gdbserver_reconnect_p is set.
6552
6553 2015-04-16 Pedro Alves <palves@redhat.com>
6554
6555 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6556 is set, don't exit gdbserver.
6557
6558 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6559
6560 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6561 appropriate .insn, such that an older assembler can be used.
6562 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6563 the z/Architecture instruction set on 31-bit targets as well.
6564
6565 2015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6566
6567 * gdb.go/handcall.exp: Remove all logic related to the first
6568 breakpoint and rely on go_runto_main instead.
6569 * gdb.go/strings.exp: Likewise.
6570 * gdb.go/unsafe.exp: Likewise.
6571 * gdb.go/hello.exp: Likewise. Also rename the remaining
6572 breakpoint marker to "breakpoint 1".
6573 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6574 * gdb.go/strings.go: Likewise.
6575 * gdb.go/unsafe.go: Likewise.
6576 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6577 "set breakpoint 2 here" and rename the remaining breakpoint marker
6578 to "breakpoint 1".
6579
6580 2015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6581
6582 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6583 if itertools.imap is not present.
6584 * gdb.python/py-objfile.exp: Add parentheses.
6585 * gdb.python/py-type.exp: Same.
6586 * gdb.python/py-unwind-maint.py: Same.
6587
6588 2015-04-15 Yao Qi <yao.qi@linaro.org>
6589
6590 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6591 of ":$ptr_size" and set its form explicitly.
6592
6593 2015-04-15 Pedro Alves <palves@redhat.com>
6594 Yao Qi <yao.qi@linaro.org>
6595
6596 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6597 timeout by factor of 4.
6598 (test_regular_watch): Likewise.
6599 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6600 * gdb.reverse/sigall-reverse.exp: Likewise.
6601 * gdb.reverse/until-precsave.exp: Likewise.
6602 * lib/gdb.exp (with_timeout_factor): New proc.
6603 (gdb_expect): Move some code to ...
6604 (get_largest_timeout): ... here. New procedure.
6605
6606 2015-04-14 Luis Machado <lgustavo@codesourcery.com>
6607
6608 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6609
6610 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6611
6612 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6613 to write to the .text section.
6614
6615 2015-04-13 Luis Machado <lgustavo@codesourcery.com>
6616
6617 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6618 Handle the case of targets that do not provide PID information.
6619
6620 2015-04-13 Yao Qi <yao.qi@linaro.org>
6621
6622 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6623 and use expect instead of gdb_expect.
6624
6625 2015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6626
6627 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6628 "coredump_var_addr" to avoid naming conflict with other testcases.
6629
6630 2015-04-10 Pedro Alves <palves@redhat.com>
6631
6632 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6633 gdb_test_sequence and gdb_assert.
6634
6635 2015-04-10 Pedro Alves <palves@redhat.com>
6636
6637 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6638 test messages that don't include the breakpoint address.
6639
6640 2015-04-10 Yao Qi <yao.qi@linaro.org>
6641
6642 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6643 false for some offset and width combinations which aren't
6644 supported by linux kernel.
6645
6646 2015-04-10 Pedro Alves <palves@redhat.com>
6647
6648 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6649 procedure, factored out from ...
6650 (top level): ... here. Add "set displaced-stepping" testing axis.
6651 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6652 parameter "displaced". Use it.
6653 (top level): Use foreach and add "set displaced-stepping" testing
6654 axis.
6655
6656 2015-04-10 Pedro Alves <palves@redhat.com>
6657
6658 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6659 Remove comment.
6660 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6661 both the address of the instruction that triggers the watchpoint
6662 and the address of the instruction immediately after, and use
6663 those addresses for the test. Fix comment.
6664
6665 2015-04-10 Pedro Alves <palves@redhat.com>
6666
6667 * gdb.base/sigstep.exp (breakpoint_to_handler)
6668 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6669 Test "backtrace" in handler.
6670 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6671 (top level): Add new "displaced" test axis to
6672 breakpoint_to_handler, breakpoint_to_handler_entry and
6673 breakpoint_over_handler.
6674
6675 2015-04-10 Pedro Alves <palves@redhat.com>
6676
6677 PR gdb/18216
6678 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6679
6680 2015-04-10 Yao Qi <yao.qi@linaro.org>
6681
6682 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6683 (test_add_rn_pc): New function.
6684 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6685 (top level): Invoke test_add_rn_pc.
6686
6687 2015-04-10 Pedro Alves <palves@redhat.com>
6688
6689 PR gdb/13858
6690 * gdb.base/step-over-no-symbols.exp: New file.
6691
6692 2015-04-09 Andy Wingo <wingo@igalia.com>
6693
6694 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6695 after the Python tests.
6696
6697 2015-04-08 Keith Seitz <keiths@redhat.com>
6698
6699 PR python/16699
6700 * gdb.python/py-completion.exp: New tests for completion.
6701 * gdb.python/py-completion.py (CompleteLimit1): New class.
6702 (CompleteLimit2): Likewise.
6703 (CompleteLimit3): Likewise.
6704 (CompleteLimit4): Likewise.
6705 (CompleteLimit5): Likewise.
6706 (CompleteLimit6): Likewise.
6707 (CompleteLimit7): Likewise.
6708
6709 2015-04-08 Pedro Alves <palves@redhat.com>
6710
6711 PR gdb/18214
6712 PR gdb/18216
6713 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6714 function.
6715 (main): Install it as SIGUSR1 handler.
6716 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6717 parameter. Always use "setup" as prefix. Toggle "set
6718 displaced-stepping" off/on depending on global. Don't switch to
6719 thread 1 here.
6720 (top level): Add displaced stepping "off/on" test axis. Update
6721 "setup" calls. Wrap each subtest with with_test_prefix. Test
6722 continuing with a queued signal in each thread.
6723
6724 2015-04-08 Pedro Alves <palves@redhat.com>
6725
6726 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6727 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6728 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6729 Return early if running to main fails.
6730 * gdb.trace/while-stepping.exp: Likewise.
6731
6732 2015-04-07 Pedro Alves <palves@redhat.com>
6733
6734 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6735 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6736 interact with inferior program.
6737
6738 2015-04-07 Pedro Alves <palves@redhat.com>
6739
6740 * lib/gdb.exp (inferior_spawn_id): New global.
6741 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6742 spawn id after processing the user code.
6743 (default_gdb_start): Set inferior_spawn_id.
6744 (send_inferior): New procedure.
6745 * lib/gdbserver-support.exp (gdbserver_start): Set
6746 inferior_spawn_id.
6747 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6748
6749 2015-04-07 Pedro Alves <palves@redhat.com>
6750
6751 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6752 * lib/gdbserver-support.exp (gdbserver_start): Make
6753 $server_spawn_id global.
6754 (gdbserver_start): Don't wait for gdbserver's spawn id with
6755 expect_background.
6756 (close_gdbserver): New procedure.
6757 (gdb_exit): Rename the default version and reimplement.
6758
6759 2015-04-07 Pedro Alves <palves@redhat.com>
6760
6761 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
6762 append the substituted item, not the original item.
6763
6764 2015-04-07 Pedro Alves <palves@redhat.com>
6765
6766 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6767 gdb_expect.
6768
6769 2015-04-07 Pedro Alves <palves@redhat.com>
6770
6771 * gdb.base/interrupt.exp: Don't handle the case of the inferior
6772 output appearing once only.
6773
6774 2015-04-07 Pedro Alves <palves@redhat.com>
6775
6776 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6777 that doesn't expect anything. Return early if running to main
6778 fails.
6779
6780 2015-04-07 Yao Qi <yao.qi@linaro.org>
6781
6782 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6783 (child_function): Call alarm.
6784 (main): Move call to alarm into the loop.
6785 * gdb.threads/non-stop-fair-events.exp: Build program with
6786 -DTIMEOUT=$timeout.
6787
6788 2015-04-06 Doug Evans <xdje42@gmail.com>
6789
6790 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
6791 Fix dest parameter to board_info.
6792 (fpc_compile): Ditto.
6793 (gdb_compile_pascal): Rename dest arg to destfile.
6794
6795 2015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6796
6797 * gdb.ada/funcall_ref.exp: New file.
6798 * gdb.ada/funcall_ref/foo.adb: New file.
6799
6800 2015-04-02 Yao Qi <yao.qi@linaro.org>
6801
6802 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
6803 is remote.
6804
6805 2015-04-02 Gary Benson <gbenson@redhat.com>
6806
6807 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
6808
6809 2015-04-01 Sasha Smundak <asmundak@google.com>
6810
6811 * gdb.python/py-unwind-maint.c: New file.
6812 * gdb.python/py-unwind-maint.exp: New test.
6813 * gdb.python/py-unwind-maint.py: New file.
6814 * gdb.python/py-unwind.c: New file.
6815 * gdb.python/py-unwind.exp: New test.
6816 * gdb.python/py-unwind.py: New test.
6817
6818 2015-04-01 Pedro Alves <palves@redhat.com>
6819
6820 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
6821 to fail instead of non-existent $test.
6822
6823 2015-04-01 Pedro Alves <palves@redhat.com>
6824
6825 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
6826 GDBFLAGS if not empty.
6827
6828 2015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
6829
6830 * gdb.ada/complete.exp: Remove "multi_line".
6831 * gdb.ada/info_exc.exp: Remove "multi_line".
6832 * gdb.ada/packed_tagged.exp: Remove "multi_line".
6833 * gdb.ada/ptype_field.exp: Remove "multi_line".
6834 * gdb.ada/sym_print_name.exp: Remove "multi_line".
6835 * gdb.ada/tagged.exp: Remove "multi_line".
6836 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
6837 [multi_line ...]
6838 * gdb.btrace/delta.exp: Likewise.
6839 * gdb.btrace/exception.exp: Likewise.
6840 * gdb.btrace/function_call_history.exp: Likewise.
6841 * gdb.btrace/instruction_history.exp: Likewise.
6842 * gdb.btrace/nohist.exp: Likewise.
6843 * gdb.btrace/record_goto.exp: Likewise.
6844 * gdb.btrace/segv.exp: Likewise.
6845 * gdb.btrace/stepi.exp: Likewise.
6846 * gdb.btrace/tailcall.exp: Likewise.
6847 * gdb.btrace/unknown_functions.exp: Likewise.
6848 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
6849 * lib/gdb.exp: Add the "multi_line" helper.
6850
6851 2015-04-01 Pedro Alves <palves@redhat.com>
6852
6853 * gdb.threads/tid-reuse.c: New file.
6854 * gdb.threads/tid-reuse.exp: New file.
6855
6856 2015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
6857
6858 PR corefiles/16092
6859 * gdb.base/coredump-filter.c: New file.
6860 * gdb.base/coredump-filter.exp: Likewise.
6861
6862 2015-03-27 Petr Machata <pmachata@redhat.com>
6863
6864 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
6865 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
6866 (Dwarf::assemble): Initialize them.
6867 (Dwarf::lines): New function.
6868
6869 2015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
6870
6871 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
6872 SYMBOL_PREFIX for x86_64-*-cygwin.
6873
6874 2015-03-26 Andy Wingo <wingo@igalia.com>
6875
6876 PR symtab/18148
6877 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
6878 const_value but not a location.
6879 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
6880 location defined in non-main CUs are visible.
6881
6882 2015-03-26 Yao Qi <yao.qi@linaro.org>
6883
6884 PR testsuite/18139
6885 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
6886 Add a line number entry for the same line.
6887 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
6888 Add a line number entry for the same line.
6889
6890 2015-03-26 Yao Qi <yao.qi@linaro.org>
6891
6892 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
6893 .int 0.
6894 (func): Likewise. Add .Lfunc_1 label.
6895 Use .Lfunc_1 label.
6896 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
6897 .int 0.
6898 (func): Likewise.
6899 Use .Lfunc_1 label.
6900
6901 2015-03-26 Yao Qi <yao.qi@linaro.org>
6902
6903 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
6904 Call gdb_compile instead to compile each .s files without debug
6905 information.
6906
6907 2015-03-26 Yao Qi <yao.qi@linaro.org>
6908
6909 * gdb.base/savedregs.exp (process_saved_regs): Make
6910 "Saved registers:" optional in the pattern.
6911
6912 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6913
6914 * gdb.btrace/next.exp: Merged into step.exp.
6915 * gdb.btrace/finish.exp: Merged into step.exp.
6916 * gdb.btrace/nexti.exp: Merged into stepi.exp.
6917 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
6918 "record goto" and checking the exact replay position.
6919 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
6920 check for "Recording format" in "info record" output.
6921 * gdb.btrace/record_goto.exp: Choose test file based on target.
6922 * gdb.btrace/x86-record_goto.S: Renamed into ...
6923 * gdb.btrace/x86_64-record_goto.S: ... this.
6924 * gdb.btrace/i686-record_goto.S: New.
6925 * gdb.btrace/x86-tailcall.S: Renamed into ...
6926 * gdb.btrace/x86_64-tailcall.S: ... this.
6927 * gdb.btrace/i686-tailcall.S: New.
6928 * gdb.btrace/x86-tailcall.c: Renamed into ...
6929 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
6930 separate statements. Update test.
6931 * gdb.btrace/delta.exp: Use record_goto.c as test file.
6932 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
6933 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
6934 * gdb.btrace/tailcall.exp: Choose test file based on target.
6935 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
6936
6937 2015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6938
6939 * gdb.btrace/exception.exp: Increase BTS buffer size.
6940
6941 2015-03-24 Pedro Alves <palves@redhat.com>
6942
6943 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
6944
6945 2015-03-24 Pedro Alves <palves@redhat.com>
6946
6947 * gdb.threads/schedlock.exp (test_step): No longer expect that
6948 "set scheduler-locking step" with "next" over a function call runs
6949 threads unlocked.
6950
6951 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6952
6953 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
6954
6955 2015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6956
6957 PR breakpoints/16466
6958 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
6959 * gdb.mi/mi-pending.c (thread_func): New function.
6960 (int main): Add threading support required.
6961 * gdb.mi/mi-pending.exp: Add tests for this issue.
6962 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
6963 (pendfunc2): Remove stdio dependency.
6964 * gdb.mi/mi-pendshr2.c: New file.
6965
6966 2015-03-23 Keith Seitz <keiths@redhat.com>
6967
6968 * gdb.linespec/keywords.c: New file.
6969 * gdb.linespec/keywords.exp: New file.
6970
6971 2015-03-23 Keith Seitz <keiths@redhat.com>
6972
6973 PR gdb/18021
6974 * gdb.dwarf2/staticvirtual.exp: New test.
6975
6976 2015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6977
6978 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
6979 * README: Remove HP-UX and gdb.hp.
6980 (configuration):
6981 * configure: Regenerate.
6982 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
6983 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
6984 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
6985 gdb.hp/gdb.defects/Makefile.
6986 * gdb.hp/Makefile.in: File deleted.
6987 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
6988 * gdb.hp/gdb.aCC/optimize.c: File deleted.
6989 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
6990 * gdb.hp/gdb.aCC/run.c: File deleted.
6991 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
6992 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
6993 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
6994 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
6995 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
6996 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
6997 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
6998 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
6999 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7000 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7001 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7002 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7003 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7004 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7005 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7006 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7007 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7008 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7009 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7010 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7011 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7012 * gdb.hp/gdb.compat/average.c: File deleted.
7013 * gdb.hp/gdb.compat/sum.c: File deleted.
7014 * gdb.hp/gdb.compat/xdb.c: File deleted.
7015 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7016 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7017 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7018 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7019 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7020 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7021 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7022 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7023 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7024 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7025 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7026 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7027 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7028 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7029 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7030 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7031 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7032 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7033 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7034 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7035 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7036 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7037 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7038 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7039 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7040 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7041 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7042 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7043 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7044 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7045 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7046 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7047 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7048 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7049 * gdb.hp/tools/odump: File deleted.
7050
7051 2015-03-19 Pedro Alves <palves@redhat.com>
7052
7053 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7054 (saw_thread_3): New globals.
7055 (top level): Increment them when an event for the corresponding
7056 thread is seen.
7057 (no thread starvation): New test.
7058
7059 2015-03-19 Pedro Alves <palves@redhat.com>
7060
7061 * gdb.threads/continue-pending-status.c: New file.
7062 * gdb.threads/continue-pending-status.exp: New file.
7063
7064 2015-03-18 Pedro Alves <palves@redhat.com>
7065
7066 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7067 Use gdb_is_target_remote instead of is_remote. Use
7068 gdb_test_multiple instead of gdb_expect. Exit early if
7069 gdb_test_multiple hits its internal matches. Tighten stepi tests
7070 expected output. Fail on exit with any signal, instead of just
7071 SIGILL.
7072
7073 2015-03-18 Yao Qi <yao.qi@linaro.org>
7074
7075 PR tdep/18107
7076 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7077 variable.
7078 * gdb.base/catch-syscall.exp: Don't skip it on
7079 aarch64*-*-linux* target. Remove elements in all_syscalls.
7080 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7081 target.
7082 (setup_all_syscalls): New proc.
7083
7084 2015-03-16 Yao Qi <yao.qi@linaro.org>
7085
7086 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7087 (top level): Skip tests if valid_addr_p returns false for
7088 $cmd1 or $cmd2.
7089
7090 2015-03-11 Andy Wingo <wingo@igalia.com>
7091
7092 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7093
7094 2015-03-11 Yao Qi <yao.qi@linaro.org>
7095
7096 * gdb.base/catch-syscall.exp: Fix typo in comments.
7097
7098 2015-03-11 Yao Qi <yao.qi@linaro.org>
7099
7100 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7101
7102 2015-03-09 Pedro Alves <palves@redhat.com>
7103
7104 * dg-extract-results.py: Delete.
7105
7106 2015-03-09 Pedro Alves <palves@redhat.com>
7107
7108 Merge dg-extract-results.sh from GCC upstream (r218843).
7109
7110 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7111 * dg-extract-results.sh: Use --text with grep to avoid issues with
7112 binary files. Fall back to cat -v, if that doesn't work.
7113
7114 2015-03-05 Pedro Alves <palves@redhat.com>
7115
7116 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7117
7118 2015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7119
7120 * lib/mi-support.exp (mi_expect_interrupt): Accept
7121 alternative event for when in all-stop mode.
7122
7123 2015-03-04 Pedro Alves <palves@redhat.com>
7124
7125 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7126
7127 2015-03-04 Mark Kettenis <kettenis@gnu.org>
7128
7129 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7130
7131 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7132
7133 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7134 regexps for GDB's current line display, accept a hex address
7135 preceding the line number.
7136
7137 2015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7138
7139 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7140 the 'arch1' variable for "s390*-linux*" targets.
7141
7142 2015-03-04 Pedro Alves <palves@redhat.com>
7143
7144 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7145 (main): Pass missing retval argument to pthread_join call.
7146
7147 2015-03-02 Pedro Alves <palves@redhat.com>
7148
7149 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7150 (top level): Call do_test with non-stop as well.
7151
7152 2015-03-02 Pedro Alves <palves@redhat.com>
7153
7154 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7155 -1.
7156
7157 2015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7158
7159 * gdb.arch/s390-vregs.exp: New test.
7160 * gdb.arch/s390-vregs.S: New file.
7161
7162 2015-02-27 Pedro Alves <palves@redhat.com>
7163
7164 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7165 call to catch_command_errors.
7166 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7167 catch_command_errors.
7168
7169 2015-02-27 Pedro Alves <palves@redhat.com>
7170
7171 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7172 "true" for boolean result.
7173 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7174 prototype of main.
7175
7176 2015-02-27 Pedro Alves <palves@redhat.com>
7177
7178 * lib/unbuffer_output.c: New file.
7179 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7180 (main): Call gdb_unbuffer_output.
7181
7182 2015-02-27 Yao Qi <yao.qi@linaro.org>
7183
7184 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7185 target.
7186
7187 2015-02-26 Doug Evans <dje@google.com>
7188
7189 * gdb.cp/class2.cc (Dbase, D): New classes.
7190 (main): New local delta.
7191 * gdb.cp/class2.exp: Test printing delta.
7192 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7193 (dynbar): New global.
7194 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7195
7196 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7197
7198 * gdb.compile/compile-ifunc.c: New file.
7199 * gdb.compile/compile-ifunc.exp: New file.
7200
7201 2015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7202
7203 * gdb.base/structs.exp: Check for correct struct on finish.
7204
7205 2015-02-26 Yao Qi <yao.qi@linaro.org>
7206
7207 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7208 is zero.
7209
7210 2015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7211
7212 * gdb.arch/cordic.ko.bz2: New file.
7213 * gdb.arch/cordic.ko.debug.bz2: New file.
7214 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7215
7216 2015-02-25 Yao Qi <yao.qi@linaro.org>
7217
7218 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7219 aarch64*-*-* target.
7220
7221 2015-02-23 Pedro Alves <palves@redhat.com>
7222
7223 * lib/gdb.exp (delete_breakpoints): Rewrite using
7224 gdb_test_multiple.
7225
7226 2015-02-23 Pedro Alves <palves@redhat.com>
7227
7228 * gdb.base/info-os.c: Include stdlib.h.
7229
7230 2015-02-22 Doug Evans <xdje42@gmail.com>
7231
7232 PR symtab/17855
7233 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7234 is read after symbols have been re-read.
7235 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7236 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7237
7238 2015-02-21 Doug Evans <dje@google.com>
7239
7240 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7241
7242 2015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7243
7244 PR corefiles/17808
7245 * gdb.arch/i386-biarch-core.core.bz2: New file.
7246 * gdb.arch/i386-biarch-core.exp: New file.
7247
7248 2015-02-21 Pedro Alves <palves@redhat.com>
7249
7250 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7251 runto_main fails.
7252
7253 2015-02-20 Pedro Alves <palves@redhat.com>
7254
7255 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7256 info probes.
7257
7258 2015-02-20 Pedro Alves <palves@redhat.com>
7259
7260 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7261
7262 2015-02-20 Pedro Alves <palves@redhat.com>
7263
7264 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7265 clean_restart before gdb_target_supports_trace.
7266
7267 2015-02-20 Pedro Alves <palves@redhat.com>
7268
7269 PR threads/18006
7270 * gdb.threads/clone-thread_db.c: New file.
7271 * gdb.threads/clone-thread_db.exp: New file.
7272
7273 2015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7274
7275 PR breakpoints/16812
7276 * gdb.base/catch-gdb-caused-signals.c: New file.
7277 * gdb.base/catch-gdb-caused-signals.exp: New file.
7278
7279 2015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7280
7281 * configure: Regenerated.
7282 * configure.ac: Use GDB_AC_TRANSFORM.
7283 * aclocal.m4: sinclude ../transform.m4.
7284
7285 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7286
7287 * lib/dtrace.exp: New file.
7288 * gdb.base/dtrace-probe.exp: Likewise.
7289 * gdb.base/dtrace-probe.d: Likewise.
7290 * gdb.base/dtrace-probe.c: Likewise.
7291 * lib/pdtrace.in: Likewise.
7292 * configure.ac: Output variables with the transformed names of
7293 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7294 * configure: Regenerated.
7295
7296 2015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7297
7298 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7299 expected message when trying to access $_probe_* convenience
7300 variables while not on a probe.
7301
7302 2015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7303
7304 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7305
7306 2015-02-11 Pedro Alves <pedro@codesourcery.com>
7307
7308 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7309 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7310
7311 2015-02-10 Doug Evans <xdje42@gmail.com>
7312
7313 * lib/gdb.exp (gdb_load): Always return a result.
7314
7315 2015-02-10 Pedro Alves <palves@redhat.com>
7316
7317 * gdb.threads/signal-sigtrap.c: New file.
7318 * gdb.threads/signal-sigtrap.exp: New file.
7319
7320 2015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7321
7322 * gdb.trace/no-attach-trace.c: New file.
7323 * gdb.trace/no-attach-trace.exp: New file.
7324
7325 2015-02-09 Mark Wielaard <mjw@redhat.com>
7326
7327 * gdb.dwarf2/atomic.c: New file.
7328 * gdb.dwarf2/atomic-type.exp: Likewise.
7329
7330 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7331
7332 * gdb.btrace/buffer-size.exp: Update "info record" output.
7333 * gdb.btrace/delta.exp: Update "info record" output.
7334 * gdb.btrace/enable.exp: Update "info record" output.
7335 * gdb.btrace/finish.exp: Update "info record" output.
7336 * gdb.btrace/instruction_history.exp: Update "info record" output.
7337 * gdb.btrace/next.exp: Update "info record" output.
7338 * gdb.btrace/nexti.exp: Update "info record" output.
7339 * gdb.btrace/step.exp: Update "info record" output.
7340 * gdb.btrace/stepi.exp: Update "info record" output.
7341 * gdb.btrace/nohist.exp: Update "info record" output.
7342
7343 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7344
7345 * gdb.btrace/buffer-size: New.
7346
7347 2015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7348
7349 * gdb.btrace/delta.exp: Update "info record" output.
7350 * gdb.btrace/enable.exp: Update "info record" output.
7351 * gdb.btrace/finish.exp: Update "info record" output.
7352 * gdb.btrace/instruction_history.exp: Update "info record" output.
7353 * gdb.btrace/next.exp: Update "info record" output.
7354 * gdb.btrace/nexti.exp: Update "info record" output.
7355 * gdb.btrace/step.exp: Update "info record" output.
7356 * gdb.btrace/stepi.exp: Update "info record" output.
7357 * gdb.btrace/nohist.exp: Update "info record" output.
7358
7359 2015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7360
7361 PR gdb/15678
7362 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7363
7364 2015-02-06 Pedro Alves <palves@redhat.com>
7365
7366 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7367 macro.
7368 (seconds_left, again): New globals.
7369 (main): Wait seconds_left in a 1-second sleep loop instead of
7370 sleeping 180 seconds. If 'again' is set, reset the seconds
7371 counter.
7372 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7373 'again' in the inferior before detaching. Print the seconds left.
7374 (options): New global.
7375 (top level): Build program with -DTIMEOUT=$timeout.
7376
7377 2015-02-06 Pedro Alves <palves@redhat.com>
7378
7379 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7380 determine how many seconds to pass to 'alarm'.
7381 * gdb.base/gdb-sigterm.exp (top level): Build program with
7382 -DTIMEOUT=$timeout.
7383 (do_test): Return success/failure indication. Add more verbose
7384 logging. Don't fail if 200 single steps are seen. Instead, fail
7385 when the test times out.
7386 (passes): New global.
7387 (top level): Break the testing loop if testing fails on any
7388 iteration. Use gdb_assert.
7389
7390 2015-02-04 Don Breazeal <donb@codesourcery.com>
7391
7392 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7393 and initialize them.
7394 (ipc_cleanup): New function.
7395 (main): Don't declare shmid, semid, and msqid. Add a call to
7396 atexit so that we call ipc_cleanup on exit.
7397
7398 2015-02-04 Pedro Alves <palves@redhat.com>
7399
7400 * boards/native-extended-gdbserver.exp: Remove any target variant
7401 specifications from the board name before clearing the isremote
7402 flag from board_info.
7403
7404 2015-01-31 Doug Evans <xdje42@gmail.com>
7405
7406 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7407
7408 2015-01-31 Gary Benson <gbenson@redhat.com>
7409
7410 * gdb.base/completion.exp: Disable completion limiting for
7411 existing tests. Add new tests to check completion limiting.
7412 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7413
7414 2015-01-31 Doug Evans <xdje42@gmail.com>
7415
7416 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7417
7418 2015-01-31 Doug Evans <xdje42@gmail.com>
7419
7420 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7421 entries. Duplicate file section script entries.
7422 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7423 inlined entries. Add test for safe-path rejection.
7424 * gdb.python/py-section-script.c: Add duplicate inlined section script
7425 entries. Duplicate file section script entries.
7426 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7427 inlined entries. Add test for safe-path rejection.
7428
7429 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7430
7431 * gdb.ada/disc_arr_bound: New testcase.
7432
7433 2015-01-29 Joel Brobecker <brobecker@adacore.com>
7434
7435 * gdb.ada/mi_var_array: New testcase.
7436
7437 2015-01-27 Doug Evans <dje@google.com>
7438
7439 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7440 Add test for objfile.filename, objfile.username after objfile
7441 has been unloaded.
7442
7443 2015-01-26 Joel Brobecker <brobecker@adacore.com>
7444
7445 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7446 the second test to print the name attribute of value
7447 returned by the call to gdb.lookup_type, and adjust
7448 the expected output accordingly.
7449
7450 2015-01-25 Mark Wielaard <mjw@redhat.com>
7451
7452 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7453 * gdb.base/disp-step-fork.c: Include unistd.h.
7454 * gdb.base/siginfo-obj.c: Include stdio.h.
7455 * gdb.base/siginfo-thread.c: Likewise.
7456 * gdb.mi/non-stop.c: Include unistd.h.
7457 * gdb.mi/nsthrexec.c: Include stdio.h.
7458 * gdb.mi/pthreads.c: Include unistd.h.
7459 * gdb.modula2/unbounded1.c (main): Declare returns int.
7460 * gdb.reverse/consecutive-reverse.c: Likewise.
7461 * gdb.threads/create-fail.c: Include unistd.h.
7462 * gdb.threads/killed.c: Likewise.
7463 * gdb.threads/linux-dp.c: Likewise.
7464 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7465 * gdb.threads/non-ldr-exc-2.c: Likewise.
7466 * gdb.threads/non-ldr-exc-3.c: Likewise.
7467 * gdb.threads/non-ldr-exc-4.c: Likewise.
7468 * gdb.threads/pthreads.c: Include unistd.h.
7469 (main): Declare returns int.
7470 * gdb.threads/tls-main.c (foo): New declaration.
7471 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7472
7473 2015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7474
7475 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7476 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7477
7478 2015-01-15 Mark Wielaard <mjw@redhat.com>
7479
7480 * gdb.base/noreturn-return.c: New file.
7481 * gdb.base/noreturn-return.exp: New file.
7482 * gdb.base/noreturn-finish.c: New file.
7483 * gdb.base/noreturn-finish.exp: New file.
7484
7485 2015-01-23 Pedro Alves <palves@redhat.com>
7486
7487 * gdb.threads/continue-pending-after-query.c: New file.
7488 * gdb.threads/continue-pending-after-query.exp: New file.
7489
7490 2015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7491 Simon Marchi <simon.marchi@ericsson.com>
7492
7493 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7494 * gdb.base/valgrind-db-attach.exp: Same.
7495 * gdb.base/valgrind-infcall.exp: Same.
7496 * lib/mi-support.exp (default_mi_gdb_start): Same.
7497 * lib/prompt.exp (default_prompt_gdb_start): Same.
7498 * lib/gdb.exp (default_gdb_spawn): Same.
7499 (gdb_interact): New.
7500
7501
7502 2015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7503
7504 * gdb.compile/compile.exp (pointer to jit function): New test.
7505
7506 2015-01-17 Wei-cheng Wang <cole945@gmail.com>
7507
7508 * lib/gdb.exp (supports_process_record): Return true for
7509 powerpc*-*-linux*.
7510 (supports_reverse): Likewise.
7511
7512 2015-01-15 Don Breazeal <donb@codesourcery.com>
7513
7514 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7515 instead of checking whether the target board is remote and
7516 use spawn_wait_for_attach instead of exec/sleep.
7517 * gdb.base/attach-twice.exp: Likewise.
7518
7519 2015-01-15 Joel Brobecker <brobecker@adacore.com>
7520
7521 * gdb.ada/var_arr_attrs: New testcase.
7522
7523 2015-01-14 Pedro Alves <palves@redhat.com>
7524 Joel Brobecker <brobecker@adacore.com>
7525
7526 PR gdb/17525
7527 * gdb.base/bp-cmds-execution-x-script.c: New file.
7528 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7529 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7530
7531 2015-01-14 Pedro Alves <palves@redhat.com>
7532
7533 PR cli/17828
7534 * gdb.base/batch-preserve-term-settings.c: New file.
7535 * gdb.base/batch-preserve-term-settings.exp: New file.
7536
7537 2015-01-13 Doug Evans <dje@google.com>
7538
7539 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7540 binary.
7541
7542 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7543
7544 * Makefile.in (clean mostlyclean): Do not delete *.py.
7545
7546 2015-01-13 Joel Brobecker <brobecker@adacore.com>
7547
7548 * gdb.python/py-lookup-type.exp: New file.
7549
7550 2015-01-12 Pedro Alves <palves@redhat.com>
7551
7552 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7553 restore GDBFLAGS before returning.
7554
7555 2015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7556
7557 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7558 is_amd64_regs_target and is_x86_like_target.
7559
7560 2015-01-11 Doug Evans <xdje42@gmail.com>
7561
7562 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7563 is given without an explicit form.
7564 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7565 attributes.
7566 * gdb.dwarf/corrupt.exp: Ditto.
7567 * gdb.dwarf2/enum-type.exp: Ditto.
7568 * gdb.trace/entry-values.exp: Ditto.
7569 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7570
7571 2015-01-11 Doug Evans <xdje42@gmail.com>
7572
7573 PR gdb/15830
7574 * gdb.base/maint.exp: Remove references to "maint demangle".
7575 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7576 Add tests for explicitly specifying language to demangle.
7577 * gdb.dlang/demangle.exp: Ditto.
7578
7579 2015-01-09 Pedro Alves <palves@redhat.com>
7580
7581 * gdb.threads/non-stop-fair-events.c: New file.
7582 * gdb.threads/non-stop-fair-events.exp: New file.
7583
7584 2015-01-09 Pedro Alves <palves@redhat.com>
7585
7586 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7587 the global scope. Set a breakpoint after all threads are started
7588 rather than stepping over two source lines. Expect the prompt.
7589 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7590 global.
7591 (NUM): Now 15.
7592 (main): Use threads_started_barrier to wait for all threads to
7593 start. Main thread no longer calls thread_function. Exit after
7594 180 seconds.
7595 (loop): New function.
7596 (thread_function): Wait on threads_started_barrier barrier. Call
7597 'loop' at each iteration.
7598 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7599 threads have started, instead of hardcoding number of "next"
7600 steps. Use an access watchpoint instead of a write watchpoint.
7601
7602 2015-01-09 Pedro Alves <palves@redhat.com>
7603
7604 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7605 (thread_func): Wait on barrier.
7606 (main): Wait for all threads to start before stopping GDB.
7607 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7608 global.
7609 (thread1_func, thread2_func): Wait on barrier.
7610 (main): Wait for all threads to start before stopping GDB.
7611 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7612 New global.
7613 (thread1_func, thread2_func): Wait on barrier.
7614 (main): Wait for all threads to start before stopping GDB.
7615
7616 2015-01-09 Pedro Alves <palves@redhat.com>
7617
7618 * gdb.threads/attach-many-short-lived-threads.c: New file.
7619 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7620
7621 2014-01-09 Pedro Alves <palves@redhat.com>
7622
7623 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7624 instead of to thread 2.
7625 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7626 Add barrier around each pthread_create call instead of around all
7627 calls.
7628 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7629 Set a break on thread_function and have the child threads hit it
7630 one at at a time.
7631
7632 2015-01-09 Pedro Alves <palves@redhat.com>
7633
7634 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7635 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7636 false.
7637 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7638 checking whether the target board is remote.
7639 * gdb.multi/multi-attach.exp: Likewise.
7640 * gdb.python/py-sync-interp.exp: Likewise.
7641 * gdb.server/ext-attach.exp: Likewise.
7642 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7643 tests that need to attach, instead of checking whether the target
7644 board is remote at the top of the file.
7645
7646 2015-01-08 Yao Qi <yao@codesourcery.com>
7647
7648 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7649
7650 2015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7651
7652 Fix testcase compilation.
7653 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7654
7655 2015-01-06 Joel Brobecker <brobecker@adacore.com>
7656
7657 * gdb.python/py-type.exp: Add a couple test about empty
7658 array creation, and negative-length array creation.
7659
7660 2015-01-02 Doug Evans <xdje42@gmail.com>
7661
7662 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7663
7664 2015-01-02 Doug Evans <dje@google.com>
7665
7666 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7667
7668 2014-12-29 Yao Qi <yao@codesourcery.com>
7669
7670 * gdb.trace/entry-values.exp: Update comments. Rename variable
7671 bar_call_foo to returned_from_foo.
7672
7673 2014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7674
7675 PR gdb/17394
7676 * gdb.linespec/break-asm-file.c: New file.
7677 * gdb.linespec/break-asm-file.exp: New file.
7678 * gdb.linespec/break-asm-file0.s: New file.
7679 * gdb.linespec/break-asm-file1.s: New file.
7680
7681 2014-12-18 Nigel Stephens <nigel@mips.com>
7682 Maciej W. Rozycki <macro@codesourcery.com>
7683
7684 * gdb.base/float.exp: Handle the new output from "info float" on
7685 MIPS targets.
7686
7687 2014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7688
7689 Fix MinGW compilation.
7690 * gdb.compile/compile-ops.exp: Update untested message if
7691 !skip_compile_feature_tests.
7692 * gdb.compile/compile-setjmp.exp: Likewise.
7693 * gdb.compile/compile-tls.exp: Likewise.
7694 * gdb.compile/compile.exp: Likewise.
7695 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7696 supported on this host".
7697
7698 2014-12-16 Doug Evans <xdje42@gmail.com>
7699
7700 * boards/stabs.exp: New file.
7701
7702 2014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7703
7704 * gdb.base/completion.exp: Adjust to format changes of "maint
7705 print user-registers".
7706
7707 2014-12-16 Catalin Udma <catalin.udma@freescale.com>
7708
7709 PR server/17457
7710 * gdb.arch/aarch64-fp.c: New file.
7711 * gdb.arch/aarch64-fp.exp: New file.
7712
7713 2014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7714
7715 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7716 r210637, r210913, r211666, r215400, r215817).
7717
7718 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7719 * dg-extract-results.py: New file.
7720 * dg-extract-results.sh: Use it if the environment seems
7721 suitable.
7722
7723 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7724
7725 * dg-extract-results.py (parse_run): Handle warnings that
7726 are printed before a test harness is run.
7727
7728 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7729
7730 * dg-extract-results.py (Named): Remove __cmp__ method.
7731 (output_variation): Use a key to sort variation.harnesses.
7732
7733 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7734
7735 * dg-extract-results.py: For Python 3, force sys.stdout to
7736 handle surrogate escape sequences.
7737 (safe_open): New function.
7738 (output_segment, main): Use it.
7739
7740 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7741
7742 * dg-extract-results.py (Prog.result_re): Include options
7743 in test name.
7744
7745 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7746
7747 * dg-extract-results.py (output_variation): Always sort if
7748 do_sum.
7749
7750 2014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7751
7752 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7753 as long as we get pagination notifications.
7754
7755 2014-12-15 Jason Merrill <jason@redhat.com>
7756
7757 * Makefile.in (check-gdb.%): Restore.
7758 * README: Mention it.
7759
7760 2014-12-13 Joel Brobecker <brobecker@adacore.com>
7761
7762 * gdb.ada/str_uninit: New testcase.
7763
7764 2014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7765
7766 PR symtab/17642
7767 * gdb.base/vla-stub-define.c: New file.
7768 * gdb.base/vla-stub.c: New file.
7769 * gdb.base/vla-stub.exp: New file.
7770
7771 2014-12-12 Phil Muldoon <pmuldoon@redhat.com>
7772 Jan Kratochvil <jan.kratochvil@redhat.com>
7773 Tom Tromey <tromey@redhat.com>
7774
7775 * configure.ac: Add gdb.compile/.
7776 * configure: Regenerate.
7777 * gdb.compile/Makefile.in: New file.
7778 * gdb.compile/compile-ops.exp: New file.
7779 * gdb.compile/compile-ops.c: New file.
7780 * gdb.compile/compile-tls.c: New file.
7781 * gdb.compile/compile-tls.exp: New file.
7782 * gdb.compile/compile-constvar.S: New file.
7783 * gdb.compile/compile-constvar.c: New file.
7784 * gdb.compile/compile-mod.c: New file.
7785 * gdb.compile/compile-nodebug.c: New file.
7786 * gdb.compile/compile-setjmp-mod.c: New file.
7787 * gdb.compile/compile-setjmp.c: New file.
7788 * gdb.compile/compile-setjmp.exp: New file.
7789 * gdb.compile/compile-shlib.c: New file.
7790 * gdb.compile/compile.c: New file.
7791 * gdb.compile/compile.exp: New file.
7792 * lib/gdb.exp (skip_compile_feature_tests): New proc.
7793
7794 2014-12-12 Tom Tromey <tromey@redhat.com>
7795
7796 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
7797 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
7798
7799 2014-12-12 Doug Evans <dje@google.com>
7800
7801 * lib/gdb-python.exp (get_python_valueof): New function.
7802 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
7803
7804 2014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7805
7806 * gdb.base/completion.exp: Add test for completion of "info
7807 registers ".
7808
7809 2014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
7810
7811 * gdb.base/func-ptrs.c: New file.
7812 * gdb.base/func-ptrs.exp: New file.
7813
7814 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7815
7816 PR breakpoints/17012
7817 * gdb.base/dprintf-detach.c: New file.
7818 * gdb.base/dprintf-detach.exp: New file.
7819
7820 2014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7821
7822 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
7823 * lib/gdb.exp (target_is_gdbserver): New procedure.
7824
7825 2014-12-08 Doug Evans <dje@google.com>
7826
7827 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
7828
7829 2014-12-05 Yao Qi <yao@codesourcery.com>
7830
7831 * gdb.guile/scm-error.exp: Remove the third argument to
7832 gdb_remote_download.
7833 * gdb.guile/scm-frame-args.exp: Likewise.
7834 * gdb.guile/scm-section-script.exp: Likewise.
7835
7836 2014-12-05 Yao Qi <yao@codesourcery.com>
7837
7838 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
7839
7840 2014-12-04 Doug Evans <dje@google.com>
7841
7842 * gdb.python/py-objfile.exp: Add tests for
7843 objfile.add_separate_debug_file.
7844
7845 2014-12-04 Doug Evans <dje@google.com>
7846
7847 * lib/gdb.exp (get_build_id): New function.
7848 (build_id_debug_filename_get): Rewrite to use it.
7849 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
7850
7851 2014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
7852
7853 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
7854 `method(long)', not just 0x0.
7855 * gdb.cp/nsalias.exp: Align code labels to 4.
7856 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
7857 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
7858 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
7859 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
7860 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
7861 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
7862
7863 2014-12-02 Doug Evans <dje@google.com>
7864
7865 PR symtab/17602
7866 * gdb.cp/anon-ns.cc: Move guts of this file to ...
7867 * gdb.cp/anon-ns2.cc: ... here. New file.
7868 * gdb.cp/anon-ns.exp: Update.
7869
7870 2014-12-02 Nick Bull <nicholaspbull@gmail.com>
7871
7872 * gdb.python/py-events.py (inferior_call_handler): New.
7873 (register_changed_handler, memory_changed_handler): New.
7874 (test_events.invoke): Register new handlers.
7875 * gdb.python/py-events.exp: Add tests for inferior call,
7876 memory_changed and register_changed events.
7877
7878 2014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7879
7880 * gdb.base/execl-update-breakpoints.exp: Specify the link address
7881 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
7882 if the linker doesn't understand this.
7883
7884 2014-12-01 Simon Marchi <simon.marchi@ericsson.com>
7885
7886 * gdb.python/python.exp: Change expected reply to help().
7887
7888 2014-12-01 Yao Qi <yao@codesourcery.com>
7889
7890 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
7891 AC_CONFIG_SUBDIRS(gdb.gdbtk).
7892 * configure: Re-generated.
7893
7894 2014-11-28 Siva Chandra Reddy <sivachandra@google.com>
7895
7896 * gdb.cp/chained-calls.cc: New file.
7897 * gdb.cp/chained-calls.exp: New file.
7898 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
7899
7900 2014-11-28 Simon Marchi <simon.marchi@ericsson.com>
7901
7902 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
7903 * gdb.dwarf2/symtab-producer.exp: Same.
7904 * gdb.gdb/python-interrupts.exp: Same.
7905 * gdb.gdb/python-selftest.exp: Same.
7906 * gdb.python/py-linetable.exp: Same.
7907 * gdb.python/py-type.exp: Same.
7908 * gdb.python/py-value-cc.exp: Same.
7909 * gdb.python/py-value.exp: Same.
7910
7911 2014-11-28 Yao Qi <yao@codesourcery.com>
7912
7913 * gdb.base/break-probes.exp: Match library name prefixed with
7914 sysroot.
7915
7916 2014-11-27 Simon Marchi <simon.marchi@ericsson.com>
7917
7918 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
7919 test expected output. Add parentheses for the call to print.
7920 Remove L suffix from integers.
7921
7922 2014-11-26 Doug Evans <dje@google.com>
7923
7924 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
7925
7926 2014-11-22 Yao Qi <yao@codesourcery.com>
7927
7928 * gdb.trace/entry-values.c: Remove asms.
7929 (foo): Add foo_label.
7930 (bar): Add bar_label.
7931 * gdb.trace/entry-values.exp: Remove code computing foo's
7932 length and bar's length.
7933 (Dwarf::assemble): Invoke function_range for bar and use
7934 MACRO_AT_func for foo.
7935
7936 2014-11-22 Yao Qi <yao@codesourcery.com>
7937
7938 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
7939 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
7940 Use .Lgcc43_procstart instead of gcc43.
7941
7942 2014-11-21 Joel Brobecker <brobecker@adacore.com>
7943
7944 * gdb.ada/n_arr_bound: New testcase.
7945
7946 2014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7947
7948 PR breakpoints/10737
7949 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
7950 test_catch_syscall_multi_arch.
7951 (test_catch_syscall_multi_arch): New function.
7952
7953 2014-11-20 Doug Evans <xdje42@gmail.com>
7954
7955 * gdb.base/maint.exp: Update expected output.
7956
7957 2014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7958
7959 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
7960 4-byte instruction on S390.
7961
7962 2014-11-19 Joel Brobecker <brobecker@adacore.com>
7963
7964 * gdb.ada/arr_arr: New testcase.
7965
7966 2014-11-19 Joel Brobecker <brobecker@adacore.com>
7967
7968 * gdb.ada/pkd_arr_elem: New Testcase.
7969
7970 2014-11-18 Luis Machado <lgustavo@codesourcery.com>
7971
7972 * gdb.reverse/break-precsave: Expect completion message for
7973 core file reads.
7974 * gdb.reverse/consecutive-precsave.exp: Likewise.
7975 * gdb.reverse/finish-precsave.exp: Likewise.
7976 * gdb.reverse/i386-precsave.exp: Likewise.
7977 * gdb.reverse/machinestate-precsave.exp: Likewise.
7978 * gdb.reverse/sigall-precsave.exp: Likewise.
7979 * gdb.reverse/solib-precsave.exp: Likewise.
7980 * gdb.reverse/step-precsave.exp: Likewise.
7981 * gdb.reverse/until-precsave.exp: Likewise.
7982 * gdb.reverse/watch-precsave.exp: Likewise.
7983
7984 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7985
7986 * gdb.base/bp-permanent.c: Include unistd.h.
7987 * gdb.python/py-framefilter-mi.c (main): Add return type.
7988 * gdb.python/py-framefilter.c (main): Likewise.
7989 * gdb.trace/actions-changed.c (main): Likewise.
7990
7991 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7992
7993 * gdb.mi/until.c: Add eye-catchers.
7994 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
7995 line numbers.
7996
7997 2014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7998
7999 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8000 function header variants in break1.c.
8001 * gdb.base/ena-dis-br.exp: Likewise.
8002 * gdb.base/hbreak2.exp: Likewise.
8003 * gdb.reverse/until-precsave.exp: Drop references to removed
8004 non-prototype function header variants in ur1.c.
8005 * gdb.reverse/until-reverse.exp: Likewise.
8006
8007 2014-11-17 Petr Machata <pmachata@redhat.com>
8008
8009 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8010 ${_cu_offset_size} bytes abbrev offset.
8011
8012 2014-11-15 Doug Evans <xdje42@gmail.com>
8013
8014 PR symtab/17559
8015 * gdb.base/line-symtabs.exp: New file.
8016 * gdb.base/line-symtabs.c: New file.
8017 * gdb.base/line-symtabs.h: New file.
8018
8019 2014-11-14 Yao Qi <yao@codesourcery.com>
8020
8021 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8022 (func): Add label func_label.
8023 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8024 Replace low_pc and high_pc with MACRO_AT_range.
8025 Replace name, low_pc and high_pc with MACRO_AT_func.
8026
8027 2014-11-14 Yao Qi <yao@codesourcery.com>
8028
8029 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8030 Replace name, low_pc and high_pc with MACRO_AT_func.
8031
8032 2014-11-14 Yao Qi <yao@codesourcery.com>
8033
8034 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8035 produce debug information.
8036 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8037
8038 2014-11-14 Yao Qi <yao@codesourcery.com>
8039
8040 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8041 object and get function length.
8042 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8043 with MACRO_AT_func.
8044 (top-level): Replace gdb_compile and clean_restart with
8045 prepare_for_testing.
8046 * gdb.dwarf2/main.c (main): Add label main_label.
8047
8048 2014-11-14 Yao Qi <yao@codesourcery.com>
8049
8050 * lib/dwarf.exp (function_range): New procedure.
8051 (Dwarf::_handle_macro_at_func): New procedure.
8052 (Dwarf::_handle_macro_at_range): New procedure.
8053 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8054
8055 2014-11-14 Yao Qi <yao@codesourcery.com>
8056
8057 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8058 (_handle_attribute): New procedure.
8059
8060 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8061
8062 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8063 * gdb.base/call-sc.c (zed): Likewise.
8064 * gdb.base/checkpoint.c (main): Likewise.
8065 * gdb.base/dump.c (main): Likewise.
8066 * gdb.base/gcore.c (main): Likewise.
8067 * gdb.base/huge.c (main): Likewise.
8068 * gdb.base/multi-forks.c (main): Likewise.
8069 * gdb.base/pr10179-a.c (main): Likewise.
8070 * gdb.base/savedregs.c (main): Likewise.
8071 * gdb.base/sigaltstack.c (main): Likewise.
8072 * gdb.base/siginfo.c (main): Likewise.
8073 * gdb.base/structs.c (zed): Likewise.
8074 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8075 * gdb.mi/mi-syn-frame.c (main): Likewise.
8076 * gdb.mi/until.c (foo, main): Likewise.
8077 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8078 * gdb.base/solib-weak.c (foo): Declare.
8079 * gdb.base/attach-twice.c: Include stdio.h.
8080 * gdb.base/weaklib1.c: Likewise.
8081 * gdb.base/weaklib2.c: Likewise.
8082 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8083 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8084 unistd.h.
8085 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8086 * gdb.mi/mi-exit-code.c: Likewise.
8087 * gdb.base/break-interp-lib.c: Include string.h.
8088 * gdb.base/coremaker.c: Likewise.
8089 * gdb.base/testenv.c: Likewise.
8090 * gdb.python/py-finish-breakpoint.c: Likewise.
8091 * gdb.base/inferior-died.c: Include sys/wait.h.
8092 * gdb.base/fileio.c: Include time.h.
8093 * gdb.base/async-shell.c: Include unistd.h.
8094 * gdb.base/dprintf-non-stop.c: Likewise.
8095 * gdb.base/info-os.c: Likewise.
8096 * gdb.mi/mi-console.c: Likewise.
8097 * gdb.mi/watch-nonstop.c: Likewise.
8098 * gdb.python/py-events.c: Likewise.
8099 * gdb.base/async.c (baz): Move up before its invocation.
8100 * gdb.base/code_elim2.c (my_global_func): Likewise.
8101 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8102 * gdb.base/advance.c (func2): Likewise.
8103
8104 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8105
8106 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8107 variant.
8108 * gdb.base/annota3.c: Likewise.
8109 * gdb.base/async.c: Likewise.
8110 * gdb.base/average.c: Likewise.
8111 * gdb.base/call-ar-st.c: Likewise.
8112 * gdb.base/call-rt-st.c: Likewise.
8113 * gdb.base/call-sc.c: Likewise.
8114 * gdb.base/call-strs.c: Likewise.
8115 * gdb.base/ending-run.c: Likewise.
8116 * gdb.base/execd-prog.c: Likewise.
8117 * gdb.base/exprs.c: Likewise.
8118 * gdb.base/foll-exec.c: Likewise.
8119 * gdb.base/foll-fork.c: Likewise.
8120 * gdb.base/foll-vfork.c: Likewise.
8121 * gdb.base/funcargs.c: Likewise.
8122 * gdb.base/gcore.c: Likewise.
8123 * gdb.base/jump.c: Likewise.
8124 * gdb.base/langs0.c: Likewise.
8125 * gdb.base/langs1.c: Likewise.
8126 * gdb.base/langs2.c: Likewise.
8127 * gdb.base/mips_pro.c: Likewise.
8128 * gdb.base/nodebug.c: Likewise.
8129 * gdb.base/opaque0.c: Likewise.
8130 * gdb.base/opaque1.c: Likewise.
8131 * gdb.base/recurse.c: Likewise.
8132 * gdb.base/run.c: Likewise.
8133 * gdb.base/scope0.c: Likewise.
8134 * gdb.base/scope1.c: Likewise.
8135 * gdb.base/setshow.c: Likewise.
8136 * gdb.base/setvar.c: Likewise.
8137 * gdb.base/shmain.c: Likewise.
8138 * gdb.base/shr1.c: Likewise.
8139 * gdb.base/shr2.c: Likewise.
8140 * gdb.base/sigall.c: Likewise.
8141 * gdb.base/signals.c: Likewise.
8142 * gdb.base/so-indr-cl.c: Likewise.
8143 * gdb.base/solib2.c: Likewise.
8144 * gdb.base/structs.c: Likewise.
8145 * gdb.base/sum.c: Likewise.
8146 * gdb.base/vforked-prog.c: Likewise.
8147 * gdb.base/watchpoint.c: Likewise.
8148 * gdb.reverse/shr2.c: Likewise.
8149 * gdb.reverse/until-reverse.c: Likewise.
8150 * gdb.reverse/ur1.c: Likewise.
8151 * gdb.reverse/watch-reverse.c: Likewise.
8152
8153 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8154
8155 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8156 variant.
8157 * gdb.base/sepdebug.exp: Drop references to removed code.
8158
8159 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8160
8161 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8162 variant. Preserve original line numbering.
8163 * gdb.base/list1.c: Likewise.
8164
8165 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8166
8167 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8168 variant.
8169 * gdb.base/break1.c: Likewise.
8170 * gdb.base/break.exp: Drop references to removed code.
8171
8172 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8173
8174 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8175 variant.
8176
8177 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8178
8179 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8180
8181 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8182
8183 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8184 logic into perform_all_tests() and invoke it with and without
8185 function header prototypes.
8186 (do_function_calls): Remove conditional XFAIL for PR 5318.
8187 (rerun_and_prepare): Remove duplicate code.
8188 (perform_all_tests): New. Main logic moved here.
8189
8190 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8191
8192 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8193 code guarded by #ifdef NO_PROTOTYPES.
8194 (t_double_many_args): Likewise.
8195 (DEF_FUNC_MANY_ARGS_1): Likewise.
8196 (DEF_FUNC_VALUES_1): Likewise.
8197 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8198 guarded by #ifdef PROTOTYPES.
8199
8200 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8201
8202 * gdb.mi/mi-console.c: Add eye-catcher.
8203 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8204 instead of literal line number.
8205
8206 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8207
8208 * gdb.base/shr2.c: Add eye-catcher.
8209 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8210 line number.
8211
8212 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8213
8214 * gdb.base/jump.c: Add eye-catchers.
8215 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8216 numbers.
8217
8218 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8219
8220 * gdb.base/execd-prog.c: Add eye-catchers.
8221 * gdb.base/foll-exec.c: Likewise.
8222 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8223 line numbers.
8224
8225 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8226
8227 * gdb.base/ending-run.c: Add eye-catchers.
8228 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8229 literal line numbers.
8230
8231 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8232
8233 * gdb.base/call-rt-st.c: Add eye-catchers.
8234 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8235 literal line numbers.
8236
8237 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8238
8239 * gdb.base/call-ar-st.c: Add eye-catchers.
8240 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8241 literal line numbers.
8242
8243 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8244
8245 * gdb.base/average.c: Add eye-catchers.
8246 * gdb.base/sum.c: Likewise.
8247 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8248 regexps dynamically.
8249
8250 2014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8251
8252 * gdb.base/solib1.c: Add eye-catchers.
8253 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8254 literal line numbers.
8255
8256 2014-11-12 Pedro Alves <palves@redhat.com>
8257
8258 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8259 leader has exited.
8260
8261 2014-11-12 Pedro Alves <palves@redhat.com>
8262
8263 * gdb.arch/i386-bp_permanent.c: New file.
8264 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8265 (srcfile): Set to i386-bp_permanent.c.
8266 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8267 that stepi does not execute the 'leave' instruction, instead of
8268 testing it does execute.
8269 * gdb.base/bp-permanent.c: New file.
8270 * gdb.base/bp-permanent.exp: New file.
8271
8272 2014-11-10 Doug Evans <xdje42@gmail.com>
8273
8274 PR symtab/17564
8275 * gdb.base/symtab-search-order.exp: New file.
8276 * gdb.base/symtab-search-order.c: New file.
8277 * gdb.base/symtab-search-order-1.c: New file.
8278 * gdb.base/symtab-search-order-shlib-1.c: New file.
8279
8280 2014-11-07 Pedro Alves <palves@redhat.com>
8281
8282 PR gdb/17511
8283 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8284 i?86-*-linux*.
8285
8286 2014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8287
8288 PR c++/17494
8289 * gdb.cp/pr17494.cc: New file.
8290 * gdb.cp/pr17494.exp: New file.
8291
8292 2014-11-02 Yao Qi <yao@codesourcery.com>
8293
8294 * gdb.python/python.exp: Get working directory and match the
8295 output of "set extended-prompt \\w " with it.
8296
8297 2014-10-30 Doug Evans <dje@google.com>
8298
8299 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8300 in objfiles.
8301 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8302 in progspaces.
8303
8304 2014-10-30 Janis Johnson <janisjo@codesourcery.com>
8305
8306 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8307 * gdb.base/realname-expand.exp: Likewise.
8308 * gdb.linespec/macro-relative.exp: Likewise.
8309
8310 2014-10-29 Pedro Alves <palves@redhat.com>
8311
8312 PR gdb/17408
8313 * gdb.threads/schedlock.c (some_function): New function.
8314 (call_function): New global.
8315 (MAYBE_CALL_SOME_FUNCTION): New macro.
8316 (thread_function): Call it.
8317 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8318 and use it instead of a global counter. Adjust all callers.
8319 (get_current_thread): Use "find current thread" for test message
8320 here rather than having all callers pass down the same string.
8321 (goto_loop): New procedure, factored out from ...
8322 (my_continue): ... this.
8323 (step_ten_loops): Change parameter from test message to command to
8324 use. Adjust.
8325 (list_count): Delete global.
8326 (check_result): New procedure, factored out from duplicate top
8327 level code.
8328 (continue tests): Wrap in with_test_prefix.
8329 (test_step): New procedure, factored out from duplicate top level
8330 code.
8331 (top level): Test "step" in combination with all scheduler-locking
8332 modes. Test "next" in combination with all scheduler-locking
8333 modes, and in combination with stepping over a function call or
8334 not.
8335 * gdb.threads/next-bp-other-thread.c: New file.
8336 * gdb.threads/next-bp-other-thread.exp: New file.
8337
8338 2014-10-29 Pedro Alves <palves@redhat.com>
8339
8340 PR python/17372
8341 * gdb.python/python.exp: Test a multi-line command that spawns
8342 interactive Python.
8343 * gdb.base/multi-line-starts-subshell.exp: New file.
8344
8345 2014-10-29 Yao Qi <yao@codesourcery.com>
8346
8347 * gdb.base/fileio.exp: Make directories on host.
8348
8349 2014-10-29 Yao Qi <yao@codesourcery.com>
8350
8351 * gdb.base/fileio.c (test_write): Close the file.
8352
8353 2014-10-28 Pedro Alves <palves@redhat.com>
8354
8355 PR gdb/12623
8356 * gdb.base/sigstep.c (no_handler): New global.
8357 (main): If 'no_handler is true, set the signal handlers to
8358 SIG_IGN.
8359 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8360 with_sw_watch and no_handler parameters. Handle them.
8361 (top level) <stepping over handler when stopped at a breakpoint
8362 test>: Add a test axis for testing with a software watchpoint, and
8363 another for testing with the signal handler set to SIG_IGN.
8364 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8365 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8366
8367 2014-10-28 Pedro Alves <palves@redhat.com>
8368
8369 PR gdb/17511
8370 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8371 * gdb.base/sigstep.exp (other_handler_location): New global.
8372 (advance): Support stepping into the signal handler, and running
8373 commands while in the handler.
8374 (in_handler_map): New global.
8375 (top level): In the advance test, add combinations for getting
8376 into the handler with stepping commands, and for running commands
8377 in the handler. Add comment descripting the advancei tests.
8378
8379 2014-10-28 Pedro Alves <palves@redhat.com>
8380
8381 * gdb.base/sigstep.exp: Use build_executable instead of
8382 prepare_for_testing.
8383 (top level): Move code that starts GDB, runs to main and creates a
8384 display to ...
8385 (restart): ... this new procedure.
8386 (top level): Move backtrace from signal handler test to ...
8387 (validate_backtrace): ... this new procedure.
8388 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8389 with_test_prefix. Always restart GDB.
8390 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8391 with_test_prefix. Always restart GDB. No need to delete
8392 breakpoints after the test.
8393 (test_skip_handler): Remove prefix parameter.
8394 (skip_over_handler, breakpoint_to_handler)
8395 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8396 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8397 restart GDB. No need to delete breakpoints after the test.
8398 (top level): Use foreach to call the test procedures with
8399 different commands.
8400
8401 2014-10-28 Pedro Alves <palves@redhat.com>
8402
8403 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8404 instead of GNATS numbers.
8405 * gdb.base/sigbpt.exp: Likewise.
8406 * gdb.base/siginfo.exp: Likewise.
8407 * gdb.base/sigstep.exp: Likewise.
8408
8409 2014-10-27 Pedro Alves <palves@redhat.com>
8410
8411 * gdb.base/sigstep.c (dummy): New global.
8412 (main): Issue a couple writes to the new global.
8413 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8414 procedures.
8415 (skip_over_handler): Use test_skip_handler.
8416 (top level): Call skip_over_handler for stepi and nexti too.
8417 (breakpoint_over_handler): Use test_skip_handler.
8418 (top level): Call breakpoint_over_handler for stepi and nexti too.
8419
8420 2014-10-27 Yao Qi <yao@codesourcery.com>
8421
8422 * gdb.trace/tfile.c (adjust_function_address)
8423 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8424 function descriptor.
8425
8426 2014-10-24 Don Breazeal <donb@codesourcery.com>
8427
8428 * gdb.base/foll-fork.exp (test_follow_fork,
8429 catch_fork_child_follow): Check for updated fork messages emitted
8430 from infrun.c.
8431 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8432 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8433 vfork_and_exec_child_follow_through_step): Check for updated vfork
8434 messages emitted from infrun.c.
8435
8436 2014-10-24 Pedro Alves <palves@redhat.com>
8437
8438 * gdb.base/corefile.exp: Remove references to ultrix.
8439 * gdb.base/interrupt.exp: Likewise.
8440 * gdb.base/whatis.exp: Likewise.
8441 * gdb.gdb/selftest.exp: Likewise.
8442 * gdb.threads/manythreads.exp: Likewise.
8443 * gdb.threads/print-threads.exp: Likewise.
8444 * gdb.threads/pthreads.exp:: Likewise.
8445 * gdb.threads/schedlock.exp: Likewise.
8446
8447 2014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8448
8449 * gdb.cp/non-trivial-retval.cc: Add a test case.
8450 * gdb.cp/non-trivial-retval.exp: Add a test.
8451
8452 2014-10-20 Yao Qi <yao@codesourcery.com>
8453
8454 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8455 * gdb.python/py-objfile-script-gdb.py: New file.
8456 * gdb.python/py-objfile-script.exp: Update reference to
8457 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8458 of remote_download. Remove the dest file.
8459
8460 2014-10-20 Yao Qi <yao@codesourcery.com>
8461
8462 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8463 * gdb.base/step-line.exp: Likewise.
8464 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8465 * gdb.dwarf2/dw2-basic.exp: Likewise.
8466 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8467 * gdb.dwarf2/dw2-filename.exp: Likewise.
8468 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8469 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8470 * gdb.dwarf2/dw2-producer.exp: Likewise.
8471 * gdb.dwarf2/mac-fileno.exp: Likewise.
8472 * gdb.python/py-frame-args.exp: Likewise.
8473 * gdb.python/py-framefilter.exp: Likewise.
8474 * gdb.python/py-mi.exp: Likewise.
8475 * gdb.python/py-objfile-script.exp: Likewise
8476 * gdb.python/py-pp-integral.exp: Likewise.
8477 * gdb.python/py-pp-re-notag.exp: Likewise.
8478 * gdb.python/py-prettyprint.exp: Likewise.
8479 * gdb.python/py-section-script.exp: Likewise.
8480 * gdb.python/py-typeprint.exp: Likewise.
8481 * gdb.python/py-xmethods.exp: Likewise.
8482 * gdb.stabs/weird.exp: Likewise.
8483 * gdb.xml/tdesc-regs.exp: Likewise.
8484
8485 2014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8486
8487 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8488 (out_cu): Use addr_len for the size of addresses.
8489 (out_line): Likewise. Size DW_LNE_set_address instruction
8490 according to addr_len.
8491 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8492 (FUNC): Add START_INSNS to definition.
8493
8494 2014-10-18 Yao Qi <yao@codesourcery.com>
8495
8496 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8497 gdb_has_argv0 return true.
8498 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8499 check [target_info exists noargs], check [gdb_has_argv0]
8500 instead.
8501 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8502 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8503 procedures.
8504
8505 2014-10-17 Doug Evans <dje@google.com>
8506
8507 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8508 event.
8509 * gdb.python/py-events.py: Add clear_objfiles event.
8510
8511 2014-10-17 Doug Evans <dje@google.com>
8512
8513 * gdb.python/py-objfile.exp: Test progspace attribute.
8514
8515 2014-10-17 Luis Machado <lgustavo@codesourcery.com>
8516
8517 * gdb.guile/scm-breakpoint.exp: Do not assume any
8518 directory separators when matching source file paths.
8519 * gdb.python/py-breakpoint.exp: Likewise.
8520 * gdb.reverse/break-precsave.exp: Likewise.
8521 * gdb.reverse/break-reverse.exp: Likewise.
8522 * gdb.reverse/consecutive-precsave.exp: Likewise.
8523 * gdb.reverse/finish-precsave.exp: Likewise.
8524 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8525 * gdb.reverse/finish-reverse.exp: Likewise.
8526 * gdb.reverse/i386-precsave.exp: Likewise.
8527 * gdb.reverse/i387-env-reverse.exp: Likewise.
8528 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8529 * gdb.reverse/machinestate-precsave.exp: Likewise.
8530 * gdb.reverse/machinestate.exp: Likewise.
8531 * gdb.reverse/sigall-precsave.exp: Likewise.
8532 * gdb.reverse/solib-precsave.exp: Likewise.
8533 * gdb.reverse/step-precsave.exp: Likewise.
8534 * gdb.reverse/until-precsave.exp: Likewise.
8535 * gdb.reverse/watch-precsave.exp: Likewise.
8536 * gdb.reverse/watch-reverse.exp: Likewise.
8537
8538 2014-10-17 Yao Qi <yao@codesourcery.com>
8539
8540 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8541 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8542
8543 2014-10-17 Pedro Alves <palves@redhat.com>
8544
8545 PR gdb/17471
8546 * gdb.base/bg-execution-repeat.c: New file.
8547 * gdb.base/bg-execution-repeat.exp: New file.
8548
8549 2014-10-17 Pedro Alves <palves@redhat.com>
8550
8551 PR gdb/17300
8552 * gdb.base/continue-all-already-running.c: New file.
8553 * gdb.base/continue-all-already-running.exp: New file.
8554
8555 2014-10-17 Pedro Alves <palves@redhat.com>
8556
8557 PR gdb/17472
8558 * gdb.base/annota-input-while-running.c: New file.
8559 * gdb.base/annota-input-while-running.exp: New file.
8560
8561 2014-10-17 Pedro Alves <palves@redhat.com>
8562
8563 * gdb.base/callfuncs.exp: emove references to osf.
8564 * gdb.base/sigall.exp: Likewise.
8565 * gdb.gdb/selftest.exp: Likewise.
8566 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8567 * gdb.mi/non-stop.c: Likewise.
8568 * gdb.mi/pthreads.c: Likewise.
8569 * gdb.reverse/sigall-precsave.exp: Likewise.
8570 * gdb.reverse/sigall-reverse.exp: Likewise.
8571 * gdb.threads/pthreads.c: Likewise.
8572 * gdb.threads/pthreads.exp: Likewise.
8573
8574 2014-10-17 Yao Qi <yao@codesourcery.com>
8575
8576 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8577 check 'target_info exists noargs'.
8578 (test_command_prompt_position): Likewise.
8579 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8580 Remove "set args".
8581 (progvar_simple_while_test): Likewise.
8582 (progvar_complex_if_while_test): Likewise.
8583 (if_while_breakpoint_command_test): Likewise.
8584 (infrun_breakpoint_command_test): Likewise.
8585 (breakpoint_command_test): Likewise.
8586 (watchpoint_command_test): Likewise.
8587 (bp_deleted_in_command_test): Likewise.
8588 (temporary_breakpoint_commands): Likewise.
8589
8590 2014-10-16 Yao Qi <yao@codesourcery.com>
8591
8592 * gdb.base/remotetimeout.exp: Remove noargs checking.
8593
8594 2014-10-15 Pedro Alves <palves@redhat.com>
8595
8596 PR breakpoints/9649
8597 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8598 * gdb.base/breakpoint-in-ro-region.exp
8599 (probe_target_hardware_step): New procedure.
8600 (top level): Probe hardware stepping and hardware breakpoint
8601 support. Test stepping through a read-only region, with both
8602 "breakpoint auto-hw" on and off and both "always-inserted" on and
8603 off.
8604
8605 2014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8606
8607 * gdb.dlang/demangle.exp: Update for demangling changes.
8608
8609 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8610
8611 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8612 * gdb.cp/non-trivial-retval.exp: Add new tests.
8613
8614 2014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8615
8616 PR c++/13403
8617 PR c++/15154
8618 * gdb.cp/non-trivial-retval.cc: New file.
8619 * gdb.cp/non-trivial-retval.exp: New file.
8620
8621 2014-10-15 Yao Qi <yao@codesourcery.com>
8622
8623 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8624 remote host.
8625
8626 2014-10-15 Yao Qi <yao@codesourcery.com>
8627
8628 * gdb.python/py-symbol.exp: Match file base name if host is
8629 remote, otherwise match file name with dir name.
8630 * gdb.python/py-symtab.exp: Likewise.
8631 * gdb.python/python.exp: Likewise.
8632
8633 2014-10-15 Yao Qi <yao@codesourcery.com>
8634
8635 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8636 pattern.
8637 * gdb.python/py-symtab.exp: Likewise.
8638 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8639 locationn.
8640
8641 2014-10-14 Joel Brobecker <brobecker@adacore.com>
8642
8643 * gdb.ada/addr_arith: New testcase.
8644
8645 2014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8646
8647 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8648 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8649 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8650 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8651
8652 2014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8653
8654 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8655 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8656 * gdb.arch/stap-eval-lang-ada.exp: New file.
8657
8658 2014-10-14 Yao Qi <yao@codesourcery.com>
8659
8660 * gdb.mi/mi-var-child.c (nothing1): New function.
8661 (nothing2): New function.
8662 (do_children_tests): Set function pointers by nothing1 and
8663 nothing2.
8664 * gdb.mi/mi-var-child.exp: Step over new added statements.
8665 Update test to match the new output.
8666 * gdb.mi/var-cmd.c (nothing1): New function.
8667 (nothing2): New function.
8668 (do_children_tests): Set function pointers by nothing1 and
8669 nothing2.
8670 * gdb.mi/mi-var-display.exp: Update test to match output.
8671 Step to the line specified by $line_dct_nothing.
8672 Increase the number of lines to step.
8673
8674 2014-10-14 Yao Qi <yao@codesourcery.com>
8675
8676 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8677 tests.
8678 * gdb.mi/mi2-var-child.exp: Likewise.
8679
8680 2014-10-13 Doug Evans <dje@google.com>
8681
8682 * gdb.python/py-objfile.exp: Change name of file name test.
8683
8684 2014-10-13 Doug Evans <dje@google.com>
8685
8686 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8687 from the start of the CU.
8688
8689 2014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8690 Yao Qi <yao@codesourcery.com>
8691
8692 Fix "save breakpoints" for "catch" command.
8693 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8694 Remove -nonewline. Match also the added "main" line.
8695
8696 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8697
8698 Fix "save breakpoints" for "disable $bpnum" command.
8699 * gdb.base/save-bp.c (main): Add label.
8700 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8701
8702 2014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8703
8704 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8705
8706 2014-10-11 Yao Qi <yao@codesourcery.com>
8707
8708 * gdb.server/server-kill.exp: Execute command
8709 "set remote trace-status-packet on" before "tstatus".
8710
8711 2014-10-11 Yao Qi <yao@codesourcery.com>
8712
8713 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8714 (main): Call getppid.
8715 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8716 and continue to it. Read variable "server_pid".
8717
8718 2014-10-11 Yao Qi <yao@codesourcery.com>
8719
8720 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8721
8722 2014-10-11 Yao Qi <yao@codesourcery.com>
8723
8724 * gdb.threads/thread-find.exp: Don't execute command
8725 "info threads".
8726 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8727 * gdb.threads/linux-dp.exp: Don't check the condition
8728 $threads_created equals to zero.
8729
8730 2014-10-10 Pedro Alves <palves@redhat.com>
8731
8732 * gdb.base/bigcore.exp: Remove references to IRIX.
8733 * gdb.base/funcargs.exp: Likewise.
8734 * gdb.base/interrupt.exp: Likewise.
8735 * gdb.base/mips_pro.exp: Likewise.
8736 * gdb.base/nodebug.exp: Likewise.
8737 * gdb.base/setvar.exp: Likewise.
8738 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8739
8740 2014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8741 Pedro Alves <palves@redhat.com>
8742
8743 PR symtab/14466
8744 * gdb.base/vdso-warning.c: New file.
8745 * gdb.base/vdso-warning.exp: New file.
8746
8747 2014-10-02 Doug Evans <dje@google.com>
8748
8749 * gdb.base/structs.c (main): Don't run forever.
8750
8751 2014-10-02 Pedro Alves <palves@redhat.com>
8752
8753 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8754 (top level) <stop threads 1, stop threads 2>: Use it.
8755
8756 2014-10-02 Pedro Alves <palves@redhat.com>
8757
8758 * gdb.threads/break-while-running.exp (test): Add new
8759 'update_thread_list' argument. Skip "info threads" if false.
8760 (top level): Add new 'update_thread_list' axis.
8761
8762 2014-10-02 Pedro Alves <palves@redhat.com>
8763
8764 PR breakpoints/17431
8765 * gdb.base/execl-update-breakpoints.c: New file.
8766 * gdb.base/execl-update-breakpoints.exp: New file.
8767
8768 2014-10-01 Pedro Alves <palves@redhat.com>
8769
8770 * gdb.base/breakpoint-in-ro-region.c: New file.
8771 * gdb.base/breakpoint-in-ro-region.exp: New file.
8772
8773 2014-10-01 Simon Marchi <simon.marchi@ericsson.com>
8774
8775 * gdb.mi/mi-exit-code.exp: New file.
8776 * gdb.mi/mi-exit-code.c: New file.
8777
8778 2014-09-30 Yao Qi <yao@codesourcery.com>
8779
8780 * lib/prelink-support.exp (build_executable_own_libs): Error if
8781 the target isn't native.
8782
8783 2014-09-30 Yao Qi <yao@codesourcery.com>
8784
8785 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
8786 false.
8787
8788 2014-09-22 Pedro Alves <palves@redhat.com>
8789
8790 * gdb.threads/break-while-running.exp: New file.
8791 * gdb.threads/break-while-running.c: New file.
8792
8793 2014-09-19 Yao Qi <yao@codesourcery.com>
8794
8795 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
8796 Invoke test. Restart GDB with --readnow and invoke test again.
8797
8798 2014-09-19 Yao Qi <yao@codesourcery.com>
8799
8800 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
8801 proc set_breakpoint_on_gcd_function. Invoke
8802 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
8803 invoke set_breakpoint_on_gcd_function again.
8804
8805 2014-09-18 Doug Evans <dje@google.com>
8806
8807 * gdb.dwarf2/symtab-producer.exp: New file.
8808
8809 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8810
8811 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
8812 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
8813 * gdb.base/global-var-nested-by-dso.c: Likewise.
8814 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8815
8816 2014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8817 Pedro Alves <palves@redhat.com>
8818
8819 * gdb.base/watch-bitfields.exp: Pass string other than test file
8820 name to prepare_for_testing.
8821 (watch): New procedure.
8822 (expect_watchpoint): Use with_test_prefix.
8823 (top level): Factor out tests to ...
8824 (test_watch_location, test_regular_watch): ... these new
8825 procedures, and use with_test_prefix and gdb_continue_to_end.
8826
8827 2014-09-16 Patrick Palka <patrick@parcs.ath.cx>
8828
8829 PR breakpoints/12526
8830 * gdb.base/watch-bitfields.exp: New file.
8831 * gdb.base/watch-bitfields.c: New file.
8832
8833 2014-09-16 Pedro Alves <palves@redhat.com>
8834
8835 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
8836 software and hardware addresses, not software address against
8837 itself.
8838
8839 2014-09-16 Pedro Alves <palves@redhat.com>
8840
8841 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
8842 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
8843
8844 2014-09-16 Pedro Alves <palves@redhat.com>
8845
8846 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
8847 files.
8848 * gdb.base/a2-run.exp: Remove all code guarded by istarget
8849 "*-*-vxworks*" throughout.
8850 * gdb.base/break.exp: Likewise.
8851 * gdb.base/default.exp: Likewise.
8852 * gdb.base/scope.exp: Likewise.
8853 * gdb.base/sepdebug.exp: Likewise.
8854 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
8855 throughout.
8856 * gdb.base/run.c: Likewise.
8857 * gdb.base/sepdebug.c: Likewise.
8858 * gdb.hp/gdb.aCC/run.c: Likewise.
8859 * gdb.reverse/until-reverse.c: Likewise.
8860 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
8861
8862 2014-09-16 Yao Qi <yao@codesourcery.com>
8863
8864 * boards/local-remote-host-native.exp: New file.
8865
8866 2014-09-14 Doug Evans <xdje42@gmail.com>
8867
8868 * gdb.threads/queue-signal.c (thread_count): New variable.
8869 (thread_count_mutex, thread_count_condvar): New variables.
8870 (incr_thread_count, wait_all_threads_running): New functions.
8871 (main): Wait for all threads to be in their thread functions.
8872
8873 2014-09-13 Doug Evans <xdje42@gmail.com>
8874
8875 * gdb.threads/queue-signal.c: New file.
8876 * gdb.threads/queue-signal.exp: New file.
8877
8878 2014-09-13 Doug Evans <xdje42@gmail.com>
8879
8880 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
8881 be consistent with what default_gdb_init uses.
8882 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
8883 the plain text of the prompt. Add some logging printfs.
8884 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
8885
8886 2014-09-12 Pedro Alves <palves@redhat.com>
8887
8888 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
8889 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
8890 * gdb.arch/i386-size-overlap.exp: Likewise.
8891 * gdb.arch/i386-size.exp: Likewise.
8892 * gdb.arch/i386-unwind.exp: Likewise.
8893 * gdb.base/a2-run.exp: Likewise.
8894 * gdb.base/break.exp: Likewise.
8895 * gdb.base/charset.exp: Likewise.
8896 * gdb.base/chng-syms.exp: Likewise.
8897 * gdb.base/commands.exp: Likewise.
8898 * gdb.base/dbx.exp: Likewise.
8899 * gdb.base/find.exp: Likewise.
8900 * gdb.base/funcargs.exp: Likewise.
8901 * gdb.base/jit-simple.exp: Likewise.
8902 * gdb.base/reread.exp: Likewise.
8903 * gdb.base/sepdebug.exp: Likewise.
8904 * gdb.base/step-bt.exp: Likewise.
8905 * gdb.cp/mb-inline.exp: Likewise.
8906 * gdb.cp/mb-templates.exp: Likewise.
8907 * gdb.objc/basicclass.exp: Likewise.
8908 * gdb.threads/killed.exp: Likewise.
8909
8910 2014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8911
8912 PR tdep/17379
8913 * gdb.arch/powerpc-stackless.S: New file.
8914 * gdb.arch/powerpc-stackless.exp: New file.
8915
8916 2014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8917
8918 * gdb.base/attach.c: Include unistd.h.
8919 (main): Call alarm. Add label postloop.
8920 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
8921 gdb_breakpoint, gdb_continue_to_breakpoint.
8922 (test_command_line_attach_run): Kill ${testpid} in one exit path.
8923
8924 2014-09-11 Pedro Alves <palves@redhat.com>
8925
8926 PR gdb/17347
8927 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
8928 * gdb.base/attach.exp (test_command_line_attach_run): New
8929 procedure.
8930 (top level): Call it.
8931
8932 2014-09-11 Pedro Alves <palves@redhat.com>
8933
8934 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
8935 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
8936 (do_command_attach_tests): Use spawn_wait_for_attach.
8937 * gdb.base/solib-overlap.exp: Likewise.
8938 * gdb.multi/multi-attach.exp: Likewise.
8939 * gdb.python/py-prompt.exp: Likewise.
8940 * gdb.python/py-sync-interp.exp: Likewise.
8941 * gdb.server/ext-attach.exp: Likewise.
8942
8943 2014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
8944
8945 * gdb.fortran/array-element.exp: Remove unexpected "continue"
8946 command in testcase. Simplify testcase.
8947
8948 2014-09-10 Joel Brobecker <brobecker@adacore.com>
8949
8950 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
8951
8952 2014-09-10 Joel Brobecker <brobecker@adacore.com>
8953
8954 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
8955
8956 2014-09-10 Joel Brobecker <brobecker@adacore.com>
8957
8958 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
8959
8960 2014-09-10 Joel Brobecker <brobecker@adacore.com>
8961
8962 * gdb.dwarf2/dynarr-ptr.c: New file.
8963 * gdb.dwarf2/dynarr-ptr.exp: New file.
8964
8965 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8966
8967 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
8968 of 30 rather than hardcoding 120 for a slow test case. Take the
8969 `gdb,timeout' target setting into account for this calculation.
8970 Don't extend the timeout for the test cases that don't need it.
8971
8972 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8973
8974 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
8975 a factor of 2 for a slow test case. Take the `gdb,timeout'
8976 target setting into account for this calculation.
8977 * gdb.reverse/until-precsave.exp: Increase the timeout by
8978 a factor of 15 and 3 respectively rather than adding 120
8979 for a pair of slow test cases. Take the `gdb,timeout'
8980 target setting into account for this calculation.
8981
8982 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8983
8984 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
8985 timeout, don't pass one down to gdb_expect.
8986 (gdb_expect): Rework timeout selection.
8987
8988 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8989
8990 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
8991 exception on timeout.
8992 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
8993 (gdbserver_start_extended): Catch any `gdbserver_start' error
8994 exceptions.
8995 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
8996 * lib/mi-support.exp (mi_gdb_target_load): Catch any
8997 `gdbserver_gdb_load' error exceptions.
8998
8999 2014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9000
9001 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9002 120 on waiting for the TCP socket to open.
9003
9004 2014-09-09 Doug Evans <xdje42@gmail.com>
9005
9006 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9007 _caller_matches, _any_caller_is, _any_caller_matches.
9008
9009 2014-09-09 Doug Evans <xdje42@gmail.com>
9010
9011 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9012
9013 2014-09-09 Yao Qi <yao@codesourcery.com>
9014
9015 * gdb.mi/mi-var-display.exp: Set print symbol off.
9016
9017 2014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9018
9019 PR gdb/17035
9020 * gdb.base/commands.exp: Add tests to verify user-defined
9021 commands with empty bodies.
9022 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9023 python commands in `show user command`.
9024 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9025 scheme commands in `show user command`.
9026
9027 2014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9028
9029 PR python/17355
9030 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9031 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9032 * gdb.python/py-framefilter-invalidarg.exp: New file.
9033 * gdb.python/py-framefilter-invalidarg.py: New file.
9034
9035 2014-09-06 Doug Evans <xdje42@gmail.com>
9036
9037 PR 15276
9038 * gdb.python/py-caller-is.c: New file.
9039 * gdb.python/py-caller-is.exp: New file.
9040
9041 2014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9042
9043 PR gdb/17235
9044 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9045 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9046
9047 2014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9048
9049 PR fortran/17237
9050 * gdb.fortran/print-formatted.exp: New file.
9051 * gdb.fortran/print-formatted.f90: Likewise.
9052
9053 2014-09-03 Sasha Smundak <asmundak@google.com>
9054
9055 * gdb.python/py-frame.exp: Test Frame.read_register.
9056
9057 2014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9058
9059 PR python/16699
9060 * gdb.python/py-completion.exp: New file.
9061 * gdb.python/py-completion.py: Likewise.
9062
9063 2014-08-28 Doug Evans <dje@google.com>
9064
9065 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9066 eax,etc. are live with values set by gdb and thus the compiler can't
9067 use them.
9068 * gdb.arch/i386-pseudo.c (main): Ditto.
9069
9070 2014-08-27 Doug Evans <dje@google.com>
9071
9072 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9073
9074 2014-08-25 Doug Evans <dje@google.com>
9075
9076 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9077 (main): Ditto.
9078
9079 2014-08-25 Doug Evans <dje@google.com>
9080
9081 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9082
9083 2014-08-24 Yao Qi <yao@codesourcery.com>
9084
9085 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9086 symbol off.
9087 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9088
9089 2014-08-22 Doug Evans <dje@google.com>
9090
9091 PR 17276
9092 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9093 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9094 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9095
9096 2014-08-22 Yao Qi <yao@codesourcery.com>
9097
9098 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9099 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9100 * gdb.python/python.exp: Likewise. Use .py file on the host
9101 instead of the build.
9102
9103 2014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9104
9105 * gdb.threads/gcore-stale-thread.c: New file.
9106 * gdb.threads/gcore-stale-thread.exp: New file.
9107
9108 2014-08-21 Pedro Alves <palves@redhat.com>
9109
9110 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9111 * gdb.base/gcore-relro-pie.exp: Likewise.
9112 * gdb.base/gcore-relro.exp: Likewise.
9113 * gdb.base/gcore.exp: Likewise.
9114 * gdb.base/print-symbol-loading.exp: Likewise.
9115 * gdb.threads/gcore-thread.exp: Likewise.
9116 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9117
9118 2014-08-20 Pedro Alves <palves@redhat.com>
9119 Jan Kratochvil <jan.kratochvil@redhat.com>
9120
9121 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9122 configure.
9123 (EXPECT): Handle READ1 being set.
9124 (all): Depend on EXTRA_RULES.
9125 (check-read1, expect-read1, read1.so, read1): New rules.
9126 * README (Testsuite Parameters): Document the READ1 make variable.
9127 (Race detection): New section.
9128 * configure: Regenerate.
9129 * configure.ac: If build==host==target, and running under a
9130 GNU/glibc system, add read1 to the extra Makefile rules.
9131 (EXTRA_RULES): AC_SUBST it.
9132 * lib/read1.c: New file.
9133
9134 2014-08-20 Joel Brobecker <brobecker@adacore.com>
9135
9136 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9137 the handling of variables declared as a typedef to an array
9138 which a DW_AT_data_location attribute.
9139
9140 2014-08-19 Andrew Burgess <aburgess@broadcom.com>
9141 Pedro Alves <palves@redhat.com>
9142
9143 PR symtab/14604
9144 PR symtab/14605
9145 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9146 gdb_test.
9147
9148 2014-08-19 Pedro Alves <palves@redhat.com>
9149
9150 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9151
9152 2014-08-19 Yao Qi <yao@codesourcery.com>
9153
9154 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9155 right line.
9156
9157 2014-08-18 David Blaikie <dblaikie@gmail.com>
9158
9159 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9160
9161 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9162
9163 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9164 attribute in array range.
9165
9166 2014-08-18 Joel Brobecker <brobecker@adacore.com>
9167
9168 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9169
9170 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9171
9172 PR c++/17132
9173 * gdb.cp/pr17132.cc: New file.
9174 * gdb.cp/pr17132.exp: New file.
9175
9176 2014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9177
9178 * gdb.python/py-xmethods.py (A_getarrayind)
9179 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9180 Use 'print' with function call syntax.
9181 (E_method_matcher.match): Fix tab vs space indentation mixup.
9182
9183 2014-08-15 Yao Qi <yao@codesourcery.com>
9184
9185 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9186 false.
9187
9188 2014-08-15 Yao Qi <yao@codesourcery.com>
9189
9190 * gdb.cp/casts.exp: Set print symbol off.
9191 * gdb.cp/class2.exp: Likewise.
9192 * gdb.cp/overload.exp: Likewise.
9193 * gdb.cp/templates.exp: Likewise.
9194
9195 2014-08-11 Doug Evans <dje@google.com>
9196
9197 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9198 (test_load_shlib): Update.
9199
9200 2014-08-09 Yao Qi <yao@codesourcery.com>
9201
9202 * gdb.base/display.exp: Invoke is_address_zero_readable.
9203 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9204 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9205 * gdb.base/hbreak-unmapped.exp: Return if
9206 is_address_zero_readable returns true.
9207 * gdb.base/signest.exp: Likewise.
9208 * gdb.base/signull.exp: Likewise.
9209 * gdb.base/sigbpt.exp: Likewise.
9210 * gdb.guile/scm-disasm.exp: Do the test if
9211 is_address_zero_readable returns false.
9212 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9213 * gdb.python/py-arch.exp: Likewise.
9214 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9215 * lib/gdb.exp (is_address_zero_readable): New proc.
9216
9217 2014-08-09 Yao Qi <yao@codesourcery.com>
9218
9219 PR testsuite/13443
9220 * gdb.mi/mi-var-display.exp: Make test messages unique.
9221
9222 2014-08-04 Tom Tromey <tromey@redhat.com>
9223
9224 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9225 target 0".
9226
9227 2014-08-04 Tom Tromey <tromey@redhat.com>
9228
9229 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9230 "target_resume".
9231
9232 2014-08-01 Joel Brobecker <brobecker@adacore.com>
9233
9234 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9235 inner_vla_struct_object_size.
9236 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9237 as xfail.
9238
9239 2014-07-30 Pedro Alves <palves@redhat.com>
9240
9241 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9242 comment.
9243
9244 2014-07-29 Yao Qi <yao@codesourcery.com>
9245
9246 PR gdb/17206
9247 * gdb.base/until-nodebug.exp: New.
9248
9249 2014-07-28 Doug Evans <xdje42@gmail.com>
9250
9251 PR guile/17203
9252 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9253 previously existing parameter, and previously ambiguously spelled
9254 parameter.
9255
9256 2014-07-28 Will Newton <will.newton@linaro.org>
9257
9258 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9259
9260 2014-07-26 Ludovic Courtès <ludo@gnu.org>
9261 Doug Evans <xdje42@gmail.com>
9262
9263 PR guile/17146
9264 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9265
9266 2014-07-25 Pedro Alves <palves@redhat.com>
9267
9268 * gdb.threads/signal-command-handle-nopass.c: New file.
9269 * gdb.threads/signal-command-handle-nopass.exp: New file.
9270 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9271 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9272 * gdb.threads/signal-delivered-right-thread.c: New file.
9273 * gdb.threads/signal-delivered-right-thread.exp: New file.
9274
9275 2014-07-25 Pedro Alves <palves@redhat.com>
9276
9277 * gdb.base/double-prompt-target-event-error.exp
9278 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9279 match.
9280 (cancel_pagination_in_target_event): Rework double prompt
9281 detection.
9282 * gdb.base/paginate-after-ctrl-c-running.exp
9283 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9284 <return>' match.
9285 * gdb.base/paginate-bg-execution.exp
9286 (test_bg_execution_pagination_return)
9287 (test_bg_execution_pagination_cancel): Remove '-notransfer
9288 <return>' matches.
9289 * gdb.base/paginate-execution-startup.exp
9290 (test_fg_execution_pagination_return)
9291 (test_fg_execution_pagination_cancel): Remove '-notransfer
9292 <return>' matches.
9293 * gdb.base/paginate-inferior-exit.exp
9294 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9295 match.
9296 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9297 * lib/gdb.exp (pagination_prompt): Run text through
9298 string_to_regexp.
9299 (gdb_test_multiple): Match $pagination_prompt instead of
9300 "<return>".
9301 (string_to_regexp): Move to lib/gdb-utils.exp.
9302
9303 2014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9304
9305 * gdb.arch/amd64-entry-value-paramref.S: New file.
9306 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9307 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9308 * gdb.arch/amd64-optimout-repeat.S: New file.
9309 * gdb.arch/amd64-optimout-repeat.c: New file.
9310 * gdb.arch/amd64-optimout-repeat.exp: New file.
9311
9312 2014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9313
9314 PR gdb/17170
9315 * gdb.base/statistics.exp: New file.
9316
9317 2014-07-17 Doug Evans <dje@google.com>
9318
9319 PR gdb/17170
9320 * gdb.base/maint.exp: Update testing of per-command stats.
9321
9322 2014-07-16 Pedro Alves <palves@redhat.com>
9323
9324 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9325 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9326 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9327 (tfile_write_buf): New functions.
9328 (add_memory_block): Rewrite using the above.
9329 (adjust_function_address): New function.
9330 (FUNCTION_ADDRESS): New macro.
9331 (write_basic_trace_file): Remove short_x local, and use
9332 tfile_write_16. Change type of func_addr local to unsigned long
9333 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9334 here. Cast argument of add_memory_block to char pointer.
9335 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9336 (main): Remove parameters.
9337 * gdb.trace/tfile.exp: Remove nowarnings.
9338
9339 2014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9340
9341 * gdb.base/debug-expr.exp: Test string evaluation with
9342 "debug expression" on.
9343
9344 2014-07-15 Pedro Alves <palves@redhat.com>
9345
9346 * gdb.base/reread.exp: Use clean_restart.
9347
9348 2014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9349
9350 * gdb.arch/avr-flash-qualifer.c: New.
9351 * gdb.arch/avr-flash-qualifer.exp: New.
9352
9353 2014-07-14 Pedro Alves <palves@redhat.com>
9354
9355 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9356 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9357
9358 2014-07-14 Pedro Alves <palves@redhat.com>
9359
9360 * gdb.base/double-prompt-target-event-error.c: New file.
9361 * gdb.base/double-prompt-target-event-error.exp: New file.
9362
9363 2014-07-14 Pedro Alves <palves@redhat.com>
9364
9365 PR gdb/17072
9366 * gdb.base/paginate-inferior-exit.c: New file.
9367 * gdb.base/paginate-inferior-exit.exp: New file.
9368
9369 2014-07-14 Pedro Alves <palves@redhat.com>
9370
9371 PR gdb/17072
9372 * gdb.base/paginate-bg-execution.c: New file.
9373 * gdb.base/paginate-bg-execution.exp: New file.
9374
9375 2014-07-14 Pedro Alves <palves@redhat.com>
9376
9377 PR gdb/17072
9378 * gdb.base/paginate-execution-startup.c: New file.
9379 * gdb.base/paginate-execution-startup.exp: New file.
9380 * lib/gdb.exp (pagination_prompt): New global.
9381 (default_gdb_spawn): New procedure, factored out from
9382 default_gdb_spawn.
9383 (default_gdb_start): Adjust to call default_gdb_spawn.
9384 (gdb_spawn): New procedure.
9385
9386 2014-07-14 Pedro Alves <palves@redhat.com>
9387
9388 * lib/gdb.exp (gdb_assert): New procedure.
9389 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9390
9391 2014-07-14 Pedro Alves <palves@redhat.com>
9392
9393 * gdb.base/execution-termios.c: New file.
9394 * gdb.base/execution-termios.exp: New file.
9395
9396 2014-07-14 Tom Tromey <tromey@redhat.com>
9397
9398 * gdb.cp/vla-cxx.cc: New file.
9399 * gdb.cp/vla-cxx.exp: New file.
9400
9401 2014-07-14 Tom Tromey <tromey@redhat.com>
9402
9403 * gdb.reverse/rerun-prec.c: New file.
9404 * gdb.reverse/rerun-prec.exp: New file.
9405
9406 2014-07-12 Maciej W. Rozycki <macro@mips.com>
9407 Maciej W. Rozycki <macro@codesourcery.com>
9408
9409 * lib/gdb-utils.exp: New file.
9410 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9411 inline `gdb_init_command' processing.
9412 (gdb_start_cmd): Likewise.
9413 * lib/mi-support.exp (mi_run_cmd): Likewise.
9414 * README: Document `gdb_init_command' and `gdb_init_commands'.
9415
9416 2014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9417
9418 Fix false FAIL running under a very long directory name.
9419 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9420 and "set print elements 10000". Twice.
9421
9422 2014-07-11 Yao Qi <yao@codesourcery.com>
9423
9424 * gdb.base/exprs.exp: "set print symbol off".
9425
9426 2014-07-11 Pedro Alves <palves@redhat.com>
9427
9428 * gdb.threads/kill.c: New file.
9429 * gdb.threads/kill.exp: New file.
9430
9431 2014-07-10 Yao Qi <yao@codesourcery.com>
9432
9433 * gdb.trace/tfile.c (write_basic_trace_file)
9434 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9435 address written to trace file.
9436
9437 2014-07-09 Pedro Alves <palves@redhat.com>
9438
9439 * gdb.base/attach-wait-input.exp: New file.
9440 * gdb.base/attach-wait-input.c: New file.
9441
9442 2014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9443
9444 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9445 setting up test structures.
9446 (main): Call new test function.
9447 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9448 test function, continue into test function and walk test
9449 structures.
9450
9451 2014-07-02 Yao Qi <yao@codesourcery.com>
9452
9453 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9454 'bar_start' at the beginning of functions 'foo' and 'bar'
9455 respectively.
9456 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9457 instead of 'foo' and 'bar'.
9458
9459 2014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9460
9461 * gdb.btrace/segv.exp: New.
9462 * gdb.btrace/segv.c: New.
9463
9464 2014-07-02 Luis Machado <lgustavo@codesourcery.com>
9465
9466 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9467 instruction.
9468
9469 2014-06-30 Mark Wielaard <mjw@redhat.com>
9470
9471 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9472 vulture, vilify, villar): New volatile array constants.
9473 (vindictive, vegetation): New const volatile array constants.
9474 * gdb.base/volatile.exp: Test volatile and const volatile array
9475 types.
9476
9477 2014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9478
9479 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9480 target lacks support for awatch, rwatch, or hbreak.
9481
9482 2014-06-27 Yao Qi <yao@codesourcery.com>
9483
9484 * gdb.multi/dummy-frame-restore.exp: New.
9485 * gdb.multi/dummy-frame-restore.c: New.
9486
9487 2014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9488
9489 * gdb.btrace/gcore.exp: New.
9490
9491 2014-06-23 Pedro Alves <palves@redhat.com>
9492
9493 * gdb.base/watchpoint-reuse-slot.c: New file.
9494 * gdb.base/watchpoint-reuse-slot.exp: New file.
9495
9496 2014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9497
9498 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9499 progspace's filename in 'info', 'enable' and 'disable' command
9500 tests.
9501
9502 2014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9503
9504 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9505 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9506 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9507
9508 2014-06-20 Gary Benson <gbenson@redhat.com>
9509
9510 * gdb.arch/i386-avx.exp: Fix include file location.
9511 * gdb.arch/i386-sse.exp: Likewise.
9512
9513 2014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9514
9515 * gdb.dlang/expression.exp: New file.
9516
9517 2014-06-19 Pedro Alves <palves@redhat.com>
9518
9519 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9520 out from ...
9521 (top level): ... here. Iterate running tests under different
9522 scheduler-locking settings.
9523
9524 2014-06-18 Luis Machado <lgustavo@codesourcery.com>
9525
9526 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9527 to DW_FORM_addr and use non-zero addresses.
9528
9529 2014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9530
9531 PR gdb/17017
9532 * gdb.python/py-xmethods.cc: Add global function call counters and
9533 increment them in their respective functions. Remove "cout"
9534 statements.
9535 * gdb.python/py-xmethods.exp: Make tests check the global function
9536 call counters instead of depending on inferior IO.
9537
9538 2014-06-18 Don Breazeal <donb@codesourcery.com>
9539
9540 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9541 Deleted procedure.
9542 (explicit_fork_parent_follow): Deleted procedure.
9543 (explicit_fork_child_follow): Deleted procedure.
9544 (test_follow_fork): New procedure.
9545 (do_fork_tests): Replace calls to deleted procedures with
9546 calls to test_follow_fork and reset GDB for subsequent
9547 procedure calls.
9548
9549 2014-06-17 Yao Qi <yao@codesourcery.com>
9550
9551 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9552 CP1252.
9553
9554 2014-06-17 Luis Machado <lgustavo@codesourcery.com>
9555
9556 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9557 Initialize ptr and S explicitly.
9558 (skip_type_update_when_not_use_rtti_test): Likewise.
9559
9560 2014-06-16 Keith Seitz <keiths@redhat.com>
9561
9562 PR mi/15863
9563 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9564 the inferior is started.
9565
9566 2014-06-16 Pedro Alves <palves@redhat.com>
9567
9568 * gdb.base/break-main-file-remove-fail.c: New file.
9569 * gdb.base/break-main-file-remove-fail.exp: New file.
9570 * gdb.base/break-unload-file.exp: Use build_executable instead of
9571 prepare_for_testing.
9572 (test_break): New parameter "initial_load". Handle it.
9573 (top level): Add initial_load cmdline/file axis.
9574
9575 2014-06-12 Tom Tromey <tromey@redhat.com>
9576
9577 * gdb.base/completion.exp: Don't use directory name in test.
9578
9579 2014-06-09 Gary Benson <gbenson@redhat.com>
9580
9581 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9582 separate the always-available ANSI-standard signals from the
9583 signals that require checking.
9584 (main): Likewise.
9585 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9586 Likewise.
9587 (main): Likewise.
9588
9589 2014-06-07 Keith Seitz <keiths@redhat.com>
9590
9591 Revert:
9592 PR c++/16253
9593 * gdb.cp/var-tag.cc: New file.
9594 * gdb.cp/var-tag.exp: New file.
9595 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9596 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9597 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9598 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9599
9600 2014-06-06 Doug Evans <xdje42@gmail.com>
9601
9602 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9603
9604 2014-06-06 Pedro Alves <palves@redhat.com>
9605
9606 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9607 in target debug output instead of looking at RSP packets,
9608 disabling the test on any target that uses hardware stepping.
9609 Update comments.
9610
9611 2014-06-06 Pedro Alves <palves@redhat.com>
9612
9613 * gdb.base/break-unload-file.exp: Fix typo.
9614
9615 2014-06-06 Yao Qi <yao@codesourcery.com>
9616
9617 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9618 from "jit_function" to "^jit_function".
9619
9620 2014-06-06 Yao Qi <yao@codesourcery.com>
9621
9622 * gdb.base/async.c (foo): Add one statement.
9623 * gdb.base/async.exp: Get the next instruction address and
9624 match the output of "nexti" by instruction address. Match
9625 the hex address in the output of "finish".
9626
9627 2014-06-06 Gary Benson <gbenson@redhat.com>
9628
9629 * gdb.base/call-signals.c: Remove preprocessor conditionals
9630 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9631 SIGSEGV and SIGTERM.
9632 * gdb.base/sigall.c: Likewise.
9633 * gdb.base/unwindonsignal.c: Likewise.
9634 * gdb.reverse/sigall-reverse.c: Likewise.
9635
9636 2014-06-06 Yao Qi <yao@codesourcery.com>
9637
9638 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9639 readable, skip the test.
9640
9641 2014-06-06 Yao Qi <yao@codesourcery.com>
9642
9643 * gdb.threads/staticthreads.c (thread_function): Move the line
9644 setting breakpoint on forward.
9645 * gdb.threads/staticthreads.exp: Update comments.
9646
9647 2014-06-05 Ludovic Courtès <ludo@gnu.org>
9648
9649 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9650 "history-append! type error".
9651
9652 2014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9653
9654 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9655 erroneous dprintf expected input.
9656
9657 2014-06-04 Doug Evans <xdje42@gmail.com>
9658
9659 * gdb.guile/scm-generics.exp: Delete.
9660
9661 2014-06-04 Doug Evans <xdje42@gmail.com>
9662
9663 * gdb.guile/scm-breakpoint.exp: Update.
9664 Add tests for breakpoint registration.
9665
9666 2014-06-04 Tom Tromey <tromey@redhat.com>
9667
9668 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9669 VLA-in-union.
9670 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9671 inner_vla_struct, vla_union types. Initialize objects of those
9672 types and compute their sizes.
9673
9674 2014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9675 Hui Zhu <hui@codesourcery.com>
9676
9677 * gdb.base/fileio.exp: Add test for shell not available as well as
9678 available.
9679 * gdb.base/fileio.c (test_system): Check for shell twice.
9680
9681 2014-06-04 Yao Qi <yao@codesourcery.com>
9682
9683 * gdb.base/auto-connect-native-target.exp: Remove redundant
9684 space from the regexp pattern.
9685
9686 2014-06-04 Yao Qi <yao@codesourcery.com>
9687
9688 * gdb.base/default.exp: Replace "child" with "native" in
9689 regexp pattern.
9690
9691 2014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9692
9693 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9694 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9695 * gdb.python/py-xmethods.py: Python script supporting the
9696 new testcase and tests.
9697
9698 2014-06-03 Joel Brobecker <brobecker@adacore.com>
9699 Pedro Alves <palves@redhat.com>
9700
9701 PR breakpoints/17000
9702 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9703 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9704
9705 2014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9706
9707 * gdb.base/subst.exp: Add tests to verify partial path matching
9708 output.
9709
9710 2014-06-03 Pedro Alves <palves@redhat.com>
9711
9712 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9713 target that doesn't use software single-stepping.
9714
9715 2014-06-03 Pedro Alves <palves@redhat.com>
9716
9717 PR breakpoints/17000
9718 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9719 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9720
9721 2014-06-02 Doug Evans <xdje42@gmail.com>
9722
9723 * gdb.guile/scm-parameter.exp: New file.
9724
9725 2014-06-02 Doug Evans <xdje42@gmail.com>
9726
9727 * gdb.guile/scm-cmd.c: New file.
9728 * gdb.guile/scm-cmd.exp: New file.
9729
9730 2014-06-02 Doug Evans <xdje42@gmail.com>
9731
9732 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9733 pretty-printer lookup.
9734 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9735 (make-pp_s-printer): Call it.
9736 (make-pretty-printer-from-dict): New function.
9737 (lookup-pretty-printer-maker-from-dict): New function.
9738 (*pretty-printer*): Simplify.
9739 (make-objfile-pp_s-printer): New function.
9740 (install-objfile-pretty-printers!): New function.
9741 (make-progspace-pp_s-printer): New function.
9742 (install-progspace-pretty-printers!): New function.
9743 * gdb.guile/scm-progspace.c: New file.
9744 * gdb.guile/scm-progspace.exp: New file.
9745
9746 2014-06-02 Pedro Alves <palves@redhat.com>
9747
9748 * gdb.base/dprintf-bp-same-addr.c: New file.
9749 * gdb.base/dprintf-bp-same-addr.exp: New file.
9750
9751 2014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9752
9753 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9754 * gdb.arch/powerpc-power.s: Likewise.
9755
9756 2014-06-02 Joel Brobecker <brobecker@adacore.com>
9757
9758 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9759
9760 2014-06-01 Yao Qi <yao@codesourcery.com>
9761
9762 * gdb.base/watchpoint.exp (test_watch_location): Check null
9763 pointer can be dereferenced. If not, do the test, otherwise
9764 skip it.
9765
9766 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
9767
9768 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9769 results.
9770 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9771
9772 2014-05-30 Andrew Burgess <aburgess@broadcom.com>
9773
9774 * gdb.arch/amd64-invalid-stack-middle.S: New file.
9775 * gdb.arch/amd64-invalid-stack-middle.c: New file.
9776 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9777 * gdb.arch/amd64-invalid-stack-top.c: New file.
9778 * gdb.arch/amd64-invalid-stack-top.exp: New file.
9779
9780 2014-05-30 Pedro Alves <palves@redhat.com>
9781
9782 PR breakpoints/17000
9783 * gdb.base/sss-bp-on-user-bp.c: New file.
9784 * gdb.base/sss-bp-on-user-bp.exp: New file.
9785
9786 2014-05-30 David Blaikie <dblaikie@gmail.com>
9787
9788 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
9789 gnu_inline semantics via attribute.
9790 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
9791 source explicitly specifies the required semantics.
9792
9793 2014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
9794
9795 * gdb.reverse/sigall-reverse.exp: Fix a typo.
9796
9797 2014-05-29 Pedro Alves <palves@redhat.com>
9798 Tom Tromey <tromey@redhat.com>
9799
9800 * gdb.base/async-shell.exp: Don't enable target-async.
9801 * gdb.base/async.exp
9802 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
9803 parameter. Adjust.
9804 (top level): Don't test with "target-async".
9805 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
9806 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
9807 * gdb.base/inferior-died.exp: Don't enable target-async.
9808 * gdb.base/interrupt-noterm.exp: Likewise.
9809 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
9810 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9811 * gdb.mi/mi-nonstop.exp: Likewise.
9812 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9813 * gdb.mi/mi-nsintrall.exp: Likewise.
9814 * gdb.mi/mi-nsmoribund.exp: Likewise.
9815 * gdb.mi/mi-nsthrexec.exp: Likewise.
9816 * gdb.mi/mi-watch-nonstop.exp: Likewise.
9817 * gdb.multi/watchpoint-multi.exp: Adjust comment.
9818 * gdb.python/py-evsignal.exp: Don't enable target-async.
9819 * gdb.python/py-evthreads.exp: Likewise.
9820 * gdb.python/py-prompt.exp: Likewise.
9821 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
9822 * gdb.server/solib-list.exp: Don't enable target-async.
9823 * gdb.threads/thread-specific-bp.exp: Likewise.
9824 * lib/mi-support.exp: Adjust to use mi-async.
9825
9826 2014-05-29 Pedro Alves <palves@redhat.com>
9827
9828 PR gdb/13860
9829 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
9830 reason, even in sync mode.
9831
9832 2014-05-29 Pedro Alves <palves@redhat.com>
9833 Hui Zhu <hui@codesourcery.com>
9834
9835 PR PR15693
9836 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
9837 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
9838 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
9839 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
9840
9841 2014-05-28 Joel Brobecker <brobecker@adacore.com>
9842
9843 * config/monitor.exp (gdb_target_monitor): Replace use of
9844 "set remotebaud" by "set serial baud".
9845
9846 2014-05-26 Andy Wingo <wingo@igalia.com>
9847
9848 * gdb.guile/scm-breakpoint.exp:
9849 * gdb.guile/scm-gsmob.exp: Update to use plain old object
9850 properties instead of gdb-object-properties.
9851
9852 2014-05-26 Yao Qi <yao@codesourcery.com>
9853
9854 * gdb.server/no-thread-db.exp: Specify source file name
9855 explicitly when setting a breakpoint.
9856
9857 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9858
9859 * gdb.btrace/vdso.c: New.
9860 * gdb.btrace/vdso.exp: New.
9861
9862 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9863
9864 * gdb.base/gcore.exp (capture_command_output): Move ...
9865 * lib/gdb.exp (capture_command_output): ... here.
9866
9867 2014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9868
9869 * gdb.btrace/data.exp: Test memory access during btrace replay.
9870
9871 2014-05-22 Simon Marchi <simon.marchi@ericsson.com>
9872
9873 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
9874
9875 2014-05-21 Pedro Alves <palves@redhat.com>
9876
9877 PR gdb/13860
9878 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
9879 (top level): Test that output related to execution commands is
9880 sent to the console with CLI commands, but not with MI commands.
9881 Test that breakpoint events are always mirrored to the console.
9882 Also expect the new source line to be output after a "next" in
9883 async mode too. Make it a pass/fail test.
9884 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
9885 output.
9886 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
9887
9888 2014-05-21 Pedro Alves <palves@redhat.com>
9889
9890 * gdb.base/list.exp (build_pattern, test_list): New procedures.
9891 Use them to test variations of "list" after reaching a breakpoint.
9892 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
9893 Test "list" with listsize 10 after reaching a breakpoint.
9894 * gdb.python/python.exp (decode_line current location line
9895 number): Adjust expected line number.
9896
9897 2014-05-21 Simon Marchi <simon.marchi@ericsson.com>
9898
9899 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
9900 behavior for $args, pass it directly to "run".
9901
9902 2014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
9903
9904 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
9905 30000 to 65536.
9906
9907 2014-05-21 Pedro Alves <palves@redhat.com>
9908
9909 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
9910 auto-connect-native-target off".
9911 * gdb.base/auto-connect-native-target.c: New file.
9912 * gdb.base/auto-connect-native-target.exp: New file.
9913
9914 2014-05-21 Pedro Alves <palves@redhat.com>
9915
9916 * gdb.base/default.exp: Test "target native" instead of "target
9917 child".
9918
9919 2014-05-21 Mark Wielaard <mjw@redhat.com>
9920
9921 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9922
9923 2014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9924
9925 Fix TLS access for -static -pthread.
9926 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
9927 <HAVE_TLS> (thread_function, main): Initialize it.
9928 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
9929 Add clean_restart.
9930 <$have_tls != "">: Check TLSVAR.
9931
9932 2014-05-21 Pedro Alves <palves@redhat.com>
9933
9934 * gdb.base/dcache-line-read-error.c: New.
9935 * gdb.base/dcache-line-read-error.exp: New.
9936
9937 2014-05-20 Pedro Alves <palves@redhat.com>
9938
9939 * gdb.base/compare-sections.c: New file.
9940 * gdb.base/compare-sections.exp: New file.
9941
9942 2014-05-20 Pedro Alves <palves@redhat.com>
9943
9944 * gdb.base/break-idempotent.c: New file.
9945 * gdb.base/break-idempotent.exp: New file.
9946
9947 2014-05-20 Markus Metzger <markus.t.metzger@intel.com>
9948
9949 * gdb.btrace/nohist.exp: New.
9950
9951 2014-05-20 Yao Qi <yao@codesourcery.com>
9952
9953 * lib/gdb.exp (gdb_init): Set timeout if test file is under
9954 gdb.reverse directory and gdb_reverse_timeout exists in board
9955 setting.
9956 * README: Document gdb_reverse_timeout.
9957
9958 2014-05-20 Yao Qi <yao@codesourcery.com>
9959
9960 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
9961 'test_file_name'. Treat args as a string instead of a list.
9962 (gdb_init): Rename argument 'args' by 'test_file_name'.
9963
9964 2014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9965
9966 * gdb.arch/powerpc-power.exp: New file.
9967 * gdb.arch/powerpc-power.s: New file.
9968
9969 2014-05-16 Doug Evans <dje@google.com>
9970
9971 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
9972 * gdb.base/completion.exp: Check that all expected files exist
9973 before doing file completion.
9974
9975 2014-05-16 Doug Evans <dje@google.com>
9976
9977 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
9978 Update.
9979 (do_syscall_tests_without_xml): Update.
9980
9981 2014-05-16 Pedro Alves <palves@redhat.com>
9982
9983 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
9984 instead of "unknown output after running".
9985
9986 2014-05-16 Yao Qi <yao@codesourcery.com>
9987
9988 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
9989 file1.txt from host at the end.
9990 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9991
9992 2014-05-15 Doug Evans <dje@google.com>
9993
9994 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
9995 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
9996 loading file. Add test for TU lookup.
9997
9998 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
9999
10000 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10001 calling "-exec-arguments" or "set args" before running the
10002 inferior.
10003
10004 2014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10005
10006 * lib/mi-support.exp (mi_expect_stop): Expect message for
10007 inferiors that exit with non-zero exit code.
10008
10009 2014-05-14 Yao Qi <yao@codesourcery.com>
10010
10011 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10012 match absolute path on remote host.
10013 (test_file_list_exec_source_files): Remove "/" from the
10014 pattern.
10015
10016 2014-05-14 Yao Qi <yao@codesourcery.com>
10017
10018 * boards/local-remote-host-notty.exp (${board}_file): New
10019 proc.
10020
10021 2014-05-07 Kyle McMartin <kyle@redhat.com>
10022
10023 Pushed by Joel Brobecker <brobecker@adacore.com>.
10024 * gdb.arch/aarch64-atomic-inst.c: New file.
10025 * gdb.arch/aarch64-atomic-inst.exp: New file.
10026
10027 2014-05-07 Yao Qi <yao@codesourcery.com>
10028
10029 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10030 in current context" too.
10031
10032 2014-05-05 Keith Seitz <keiths@redhat.com>
10033
10034 * gdb.linespec/ls-dollar.exp: Add test for linespec
10035 file:convenience_variable.
10036
10037 2014-05-05 Yao Qi <yao@codesourcery.com>
10038
10039 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10040 traceframes into tfile and ctf trace files. Read data from
10041 trace file and test collected data.
10042 (gdb_collect_locals_test): Likewise.
10043 (gdb_unavailable_registers_test): Likewise.
10044 (gdb_unavailable_floats): Likewise.
10045 (gdb_collect_globals_test): Likewise.
10046 (top-level): Append "ctf" to trace_file_targets if GDB
10047 supports.
10048
10049 2014-05-05 Yao Qi <yao@codesourcery.com>
10050
10051 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10052 code to ...
10053 (gdb_collect_args_test_1): ... it. New proc.
10054 (gdb_collect_locals_test): Move some code to ...
10055 (gdb_collect_locals_test_1): ... it. New proc.
10056 (gdb_unavailable_registers_test): Move some code to ...
10057 (gdb_unavailable_registers_test_1): ... it. New proc.
10058 (gdb_unavailable_floats): Move some code to ...
10059 (gdb_unavailable_floats_1): ... it. New proc.
10060
10061 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10062
10063 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10064 probes to test for bitness recognition.
10065 * gdb.arch/amd64-stap-optional-prefix.exp
10066 (test_probe_value_without_reg): New procedure.
10067 Add code to test for different kinds of bitness.
10068
10069 2014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10070
10071 PR breakpoints/16889
10072 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10073 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10074
10075 2014-05-01 Pedro Alves <palves@redhat.com>
10076
10077 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10078 gdb_file_cmd if no file is specified.
10079 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10080 last_loaded_file to set the remote exec-file.
10081
10082 2014-05-01 Pedro Alves <palves@redhat.com>
10083
10084 * boards/local-remote-host.exp: New file.
10085
10086 2014-05-01 Pedro Alves <palves@redhat.com>
10087
10088 * boards/local-remote-host.exp: Rename to ...
10089 * boards/local-remote-host-notty.exp: ... this.
10090
10091 2014-04-28 Joel Brobecker <brobecker@adacore.com>
10092
10093 * gdb.ada/dyn_arrayidx: New testcase.
10094
10095 2014-04-26 Yao Qi <yao@codesourcery.com>
10096
10097 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10098 and compute the length of function main. Save it in
10099 $main_length.
10100 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10101 (top-level): Use gdb_compile to compile objects into
10102 executable and restart GDB. Remove invocation to
10103 prepare_for_testing.
10104
10105 2014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10106 Pedro Alves <palves@redhat.com>
10107
10108 PR server/16255
10109 * gdb.multi/multi-attach.c: New file.
10110 * gdb.multi/multi-attach.exp: New file.
10111
10112 2014-04-25 Pedro Alves <palves@redhat.com>
10113
10114 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10115 user.
10116 (top level): Test that "set remote conditional-breakpoints-packet
10117 off" works as intended.
10118 * gdb.base/dprintf.exp: Test that "set remote
10119 breakpoint-commands-packet off" works as intended.
10120 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10121 New function.
10122 (top level): Call it.
10123 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10124 remote fast-tracepoints-packet off" works as intended.
10125 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10126 * lib/gdb.exp (gdb_is_target_remote): ... here.
10127
10128 2014-04-24 David Blaikie <dblaikie@gmail.com>
10129
10130 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10131 ensure clang would not discard them.
10132 * gdb.base/gdbvars.c: Ditto.
10133 * gdb.base/memattr.c: Ditto.
10134 * gdb.base/whatis.c: Ditto.
10135 * gdb.python/py-prettyprint.c: Ditto.
10136 * gdb.trace/actions.c: Ditto.
10137 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10138 ensure clang would not discard it.
10139
10140 2014-04-24 David Blaikie <dblaikie@gmail.com>
10141
10142 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10143 clang to emit the full definition of type required by the test
10144 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10145
10146 2014-04-24 David Blaikie <dblaikie@gmail.com>
10147
10148 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10149 coax Clang into emitting the definition of the type.
10150 * gdb.cp/pr10728-x.h (y): Ditto.
10151 * gdb.cp/pr10728-y.cc (y): Ditto.
10152
10153 2014-04-24 David Blaikie <dblaikie@gmail.com>
10154
10155 * gdb.base/label.exp: XFAIL label related tests under Clang.
10156 * gdb.cp/cplabel.exp: Ditto.
10157 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10158 under Clang those using labels.
10159
10160 2014-04-25 Yao Qi <yao@codesourcery.com>
10161
10162 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10163 double_label.
10164 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10165 partial_label and double_label.
10166
10167 2014-04-24 David Blaikie <dblaikie@gmail.com>
10168
10169 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10170
10171 2014-04-24 David Blaikie <dblaikie@gmail.com>
10172
10173 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10174 of the function to work across GCC and Clang.
10175 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10176 pointer types (const void ** const V void **).
10177
10178 2014-04-24 Michael Sturm <michael.sturm@mintel.com>
10179 Walfred Tedeschi <walfred.tedeschi@intel.com>
10180
10181 * Makefile.in (EXECUTABLES): Added i386-avx512.
10182 * gdb.arch/i386-avx512.c: New file.
10183 * gdb.arch/i386-avx512.exp: Likewise.
10184
10185 2014-04-23 Keith Seitz <keiths@redhat.com>
10186
10187 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10188 (mi_make_breakpoint_table): New procedure.
10189 (mi_create_breakpoint): Use mi_make_breakpoint
10190 and return the result.
10191 (mi_make_breakpoint): New procedure.
10192 (mi_build_kv_pairs): New procedure.
10193
10194 * gdb.mi/mi-break.exp: Remove unused globals,
10195 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10196 All callers updated.
10197 * gdb.mi/mi-dprintf.exp: Use variable to track command
10198 number.
10199 Update all callers of mi_create_breakpoint and use
10200 mi_make_breakpoint_table.
10201 Remove any unused global variables.
10202 * gdb.mi/mi-nonstop.exp: Likewise.
10203 * gdb.mi/mi-nsintrall.exp: Likewise.
10204 * gdb.mi/mi-nsmoribund.exp: Likewise.
10205 * gdb.mi/mi-nsthrexec.exp: Likewise.
10206 * gdb.mi/mi-reverse.exp: Likewise.
10207 * gdb.mi/mi-simplerun.exp: Likewise.
10208 * gdb.mi/mi-stepn.exp: Likewise.
10209 * gdb.mi/mi-syn-frame.exp: Likewise.
10210 * gdb.mi/mi-until.exp: Likewise.
10211 * gdb.mi/mi-var-cp.exp: Likewise.
10212 * gdb.mi/mi-var-display.exp: Likewise.
10213 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10214 * gdb.mi/mi2-var-child.exp: Likewise.
10215 * gdb.mi/mi-vla-c99.exp: Likewise.
10216 * lib/mi-support.exp: Likewise.
10217
10218 From Ian Lance Taylor <iant@cygnus.com>:
10219 * lib/gdb.exp (parse_args): New procedure.
10220
10221 2014-04-23 Pedro Alves <palves@redhat.com>
10222
10223 * gdb.base/break-unload-file.c: New file.
10224 * gdb.base/break-unload-file.exp: New file.
10225 * gdb.base/sym-file-lib.c (baz): New function.
10226 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10227 field.
10228 (load): Store the segment's mapped size.
10229 (unload): New function.
10230 (unload_shlib): New function.
10231 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10232 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10233 set a breakpoint at baz, and call it.
10234 * gdb.base/sym-file.exp: New tests for stale breakpoint
10235 instructions.
10236
10237 2014-04-23 Pedro Alves <palves@redhat.com>
10238
10239 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10240 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10241 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10242 * gdb.base/hbreak-unmapped.c: New file.
10243 * gdb.base/hbreak-unmapped.exp: New file.
10244 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10245 * lib/gdb.exp (gdb_is_target_remote): ... here.
10246
10247 2014-04-22 Pedro Alves <palves@redhat.com>
10248
10249 * gdb.base/consecutive-step-over.c: New file.
10250 * gdb.base/consecutive-step-over.exp: New file.
10251
10252 2014-04-22 Pedro Alves <palves@redhat.com>
10253
10254 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10255 instead of send_gdb/gdb_expect.
10256
10257 2014-04-22 Yao Qi <yao@codesourcery.com>
10258
10259 * lib/trace-support.exp (generate_tracefile): New procedure.
10260 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10261 return 0.
10262 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10263 if generate_tracefile returns 1.
10264
10265 2014-04-18 Tom Tromey <palves@redhat.com>
10266 Pedro alves <tromey@redhat.com>
10267
10268 PR backtrace/15558
10269 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10270 with a backtrace limit.
10271 * gdb.python/py-frame-inline.exp: Test running to an inline
10272 function with a backtrace limit, and printing the newest frame.
10273 * gdb.python/py-frame-inline.c (main): Call f.
10274
10275 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10276
10277 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10278
10279 2014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10280
10281 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10282 Drop prefix from unsupported source file path.
10283
10284 2014-04-17 Yao Qi <yao@codesourcery.com>
10285
10286 * lib/gdb.exp (with_target_charset): New proc.
10287 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10288 with_target_charset.
10289 (test_print_strings): Likewise.
10290 (test_repeat_bytes): Likewise.
10291 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10292 for some tests.
10293
10294 2014-04-16 Keith Seitz <keiths@redhat.com>
10295
10296 PR gdb/15827
10297 * gdb.dwarf2/corrupt.c: New file.
10298 * gdb.dwarf2/corrupt.exp: New file.
10299
10300 2014-04-16 Keith Seitz <keiths@redhat.com>
10301
10302 PR c++/16597
10303 * gdb.cp/namelessclass.cc: New file.
10304 * gdb.cp/namelessclass.exp: New file.
10305 * gdb.cp/namelessclass.S: New file.
10306
10307 2014-04-16 Doug Evans <dje@google.com>
10308
10309 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10310 Add comment.
10311 (gdbserver_default_get_comm_port): New function.
10312 (gdbserver_start): Check if board file provided
10313 "gdbserver,get_comm_port" and use it if so.
10314 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10315 (gdb,socketport): Set to "stdio".
10316 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10317 (stdio_gdbserver_template): Delete.
10318 (${board}_get_remote_address): Update.
10319 (${board}_build_remote_cmd): Delete.
10320 (${board}_get_comm_port): New function.
10321 (${board}_spawn): Update.
10322 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10323 Delete.
10324 (${board}_get_remote_address): Update.
10325 (${board}_get_comm_port): New function.
10326
10327 2014-04-16 Andrew Burgess <aburgess@broadcom.com>
10328
10329 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10330 appearing in any order.
10331
10332 2014-04-15 Doug Evans <dje@google.com>
10333
10334 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10335 uninitialized value of "description".
10336
10337 2014-04-15 Keith Seitz <keiths@redhat.com>
10338
10339 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10340 Remove unused globals.
10341 (test_running_the_program): Likewise.
10342 (test_controlled_execution): Likewise.
10343 (test_controlling_breakpoints): Likewise.
10344 (test_program_termination): Likewise.
10345
10346 2014-04-15 Keith Seitz <keiths@redhat.com>
10347
10348 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10349 unused globals.
10350 (test_rbreak_creation_and_listing): Likewise.
10351 (test_ignore_count): Likewise.
10352 (test_error): Likewise.
10353
10354 2014-04-15 Pedro Alves <palves@redhat.com>
10355
10356 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10357 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10358 sym-file-loader.c.
10359 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10360 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10361 to sym-file-loader.c.
10362 (struct library): Forward declare.
10363 (load_shlib, lookup_function): Change prototypes.
10364 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10365 (translate_offset): Remove declarations.
10366 (get_text_addr): New declaration.
10367 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10368 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10369 sym-file-loader.h.
10370 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10371 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10372 here from sym-file-loader.h.
10373 (struct library): New structure.
10374 (load_shlib, lookup_function): Change prototypes and adjust to
10375 work with a struct library.
10376 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10377 (translate_offset): Make static.
10378 (get_text_addr): New function.
10379 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10380
10381 2014-04-15 Pedro Alves <palves@redhat.com>
10382
10383 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10384
10385 2014-04-15 Pedro Alves <palves@redhat.com>
10386
10387 * gdb.base/sym-file-loader.c: Include <limits.h>.
10388 (SELF_LINK): New define.
10389 (get_origin): New function.
10390 (load_shlib): Use it.
10391 * gdb.base/sym-file.exp: Don't early return if the target is
10392 remote. Use runto_main, and issue fail is that fails. Use
10393 gdb_load_shlibs.
10394 (shlib_name): Delete.
10395 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10396
10397 2014-04-15 Pedro Alves <palves@redhat.com>
10398
10399 * gdb.base/sym-file.exp: Remove regex characters from test
10400 message. Don't refer to breakpoint numbers in test messages.
10401
10402 2014-04-14 Keith Seitz <keiths@redhat.com>
10403
10404 PR c++/16253
10405 * gdb.cp/var-tag.cc: New file.
10406 * gdb.cp/var-tag.exp: New file.
10407 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10408 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10409 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10410 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10411
10412 2014-04-14 Tom Tromey <tromey@redhat.com>
10413
10414 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10415 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10416 type.
10417 * gdb.cp/enum-class.exp: New file.
10418 * gdb.cp/enum-class.cc: New file.
10419
10420 2014-04-14 Tom Tromey <tromey@redhat.com>
10421
10422 * gdb.dwarf2/enum-type.exp: New file.
10423
10424 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10425
10426 * gdb.mi/mi-vla-c99.exp: New file.
10427 * gdb.mi/vla.c: New file.
10428
10429 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10430
10431 * gdb.base/vla-datatypes.c: New file.
10432 * gdb.base/vla-datatypes.exp: New file.
10433
10434 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10435
10436 * gdb.base/vla-ptr.c: New file.
10437 * gdb.base/vla-ptr.exp: New file.
10438
10439 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10440
10441 * gdb.dwarf2/count.exp: New file.
10442
10443 2014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10444
10445 * gdb.base/vla-sideeffect.c: New file.
10446 * gdb.base/vla-sideeffect.exp: New file.
10447
10448 2014-04-14 David Blaikie <dblaikie@gmail.com>
10449
10450 * gdb.mi/non-stop.c: Add return value for non-void function return
10451 statement.
10452 * gdb.threads/staticthreads.c: Ditto.
10453
10454 2014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10455 Doug Evans <xdje42@gmail.com>
10456
10457 * gdb.guile/scm-value.c: Improve test case.
10458 * gdb.guile/scm-value.exp: Add new test.
10459
10460 2014-04-11 David Blaikie <dblaikie@gmail.com>
10461
10462 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10463 override Clang's default.
10464
10465 2014-04-11 Joel Brobecker <brobecker@adacore.com>
10466
10467 Revert the following changes (regressions):
10468
10469 * gdb.base/vla-sideeffect.c: New file.
10470 * gdb.base/vla-sideeffect.exp: New file.
10471
10472 * gdb.dwarf2/count.exp: New file.
10473
10474 * gdb.base/vla-multi.c: New file.
10475 * gdb.base/vla-multi.exp: New file.
10476
10477 * gdb.base/vla-ptr.c: New file.
10478 * gdb.base/vla-ptr.exp: New file.
10479
10480 * gdb.base/vla-datatypes.c: New file.
10481 * gdb.base/vla-datatypes.exp: New file.
10482
10483 * gdb.mi/mi-vla-c99.exp: New file.
10484 * gdb.mi/vla.c: New file.
10485
10486 2014-04-11 Keith Seitz <keiths@redhat.com>
10487
10488 PR c++/16675
10489 * gdb.cp/cpsizeof.exp: New file.
10490 * gdb.cp/cpsizeof.cc: New file.
10491
10492 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10493
10494 * gdb.mi/mi-vla-c99.exp: New file.
10495 * gdb.mi/vla.c: New file.
10496
10497 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10498
10499 * gdb.base/vla-datatypes.c: New file.
10500 * gdb.base/vla-datatypes.exp: New file.
10501
10502 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10503
10504 * gdb.base/vla-ptr.c: New file.
10505 * gdb.base/vla-ptr.exp: New file.
10506
10507 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10508
10509 * gdb.base/vla-multi.c: New file.
10510 * gdb.base/vla-multi.exp: New file.
10511
10512 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10513
10514 * gdb.dwarf2/count.exp: New file.
10515
10516 2014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10517
10518 * gdb.base/vla-sideeffect.c: New file.
10519 * gdb.base/vla-sideeffect.exp: New file.
10520
10521 2014-04-11 Yao Qi <yao@codesourcery.com>
10522
10523 * gdb.base/completion.exp: Check file exists before running tests
10524 on file completion.
10525
10526 2014-04-10 Pedro Alves <palves@redhat.com>
10527
10528 * gdb.base/cond-eval-mode.c: New file.
10529 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10530 prepare_for_testing to build the new file. Check result of
10531 runto_main.
10532 (test_break, test_watch): New procedures.
10533 (top level): Use them.
10534
10535 2014-04-08 Pierre Muller <muller@sourceware.org>
10536
10537 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10538 Ctrl-V use for mingw hosts.
10539
10540 2014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10541
10542 * gdb.python/py-value.c: Improve test case.
10543 * gdb.python/py-value.exp: Add new test.
10544
10545 2014-04-07 David Blaikie <dblaikie@gmail.com>
10546
10547 * lib/compiler.c: Identify the clang compiler.
10548 * lib/compiler.cc: Ditto.
10549
10550 2014-04-03 Yao Qi <yao@codesourcery.com>
10551
10552 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10553
10554 2014-04-01 Anton Blanchard <anton@samba.org>
10555
10556 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10557 messages unique.
10558
10559 2014-04-01 Anton Blanchard <anton@samba.org>
10560
10561 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10562 prepare_for_testing.
10563
10564 2014-04-01 Anton Blanchard <anton@samba.org>
10565
10566 * gdb.arch/ppc64-atomic-inst.c: Remove.
10567 * gdb.arch/ppc64-atomic-inst.S: New file.
10568 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10569
10570 2014-03-31 Doug Evans <dje@google.com>
10571
10572 * gdb.base/print-symbol-loading-lib.c: New file.
10573 * gdb.base/print-symbol-loading-main.c: New file.
10574 * gdb.base/print-symbol-loading.exp: New file.
10575
10576 2014-03-31 Yao Qi <yao@codesourcery.com>
10577
10578 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10579
10580 2014-03-28 Joel Brobecker <brobecker@adacore.com>
10581
10582 * gdb.ada/mi_dyn_arr: New testcase.
10583
10584 2014-03-27 Doug Evans <dje@google.com>
10585
10586 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10587
10588 2014-03-27 Yao Qi <yao@codesourcery.com>
10589
10590 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10591 if target is nios2-*-*.
10592
10593 2014-03-26 Yao Qi <yao@codesourcery.com>
10594
10595 * lib/gdb.exp (readline_is_used): New proc.
10596 * gdb.base/completion.exp: Move tests on command complete up.
10597 Skip the rest of tests if readline is not used.
10598 * gdb.ada/complete.exp: Skp the test if readline is not
10599 used.
10600 * gdb.base/filesym.exp: Likewise.
10601 * gdb.base/macscp.exp: Likewise.
10602 * gdb.base/readline-ask.exp: Likewise.
10603 * gdb.base/readline.exp: Likewise.
10604 * gdb.python/py-cmd.exp: Likewise.
10605 * gdb.trace/tfile.exp: Likewise.
10606
10607 2014-03-26 Yao Qi <yao@codesourcery.com>
10608
10609 * gdb.base/macscp.exp: Fix code format issues.
10610
10611 2014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10612
10613 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10614 * gdb.asm/powerpc64le.inc: New file.
10615
10616 2014-03-25 Pedro Alves <palves@redhat.com>
10617 Doug Evans <dje@google.com>
10618
10619 * gdb.base/source-execution.c: New file.
10620 * gdb.base/source-execution.exp: New file.
10621 * gdb.base/source-execution.gdb: New file.
10622
10623 2014-03-24 Doug Evans <dje@google.com>
10624
10625 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10626 using fission.
10627
10628 2014-03-24 Hui Zhu <hui@codesourcery.com>
10629 Pedro Alves <palves@redhat.com>
10630
10631 PR breakpoints/16101
10632 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10633 test pass/fail messages. Detect missing support for dprintf when
10634 breakpoints are actually inserted.
10635 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10636 breakpoints are actually inserted.
10637 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10638 fails.
10639
10640 2014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10641
10642 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10643
10644 2014-03-22 Doug Evans <xdje42@gmail.com>
10645
10646 * gdb.python/python.exp (python not supported): Verify multi-line
10647 python command issues an error.
10648 * gdb.guile/guile.exp (guile not supported): Verify multi-line
10649 guile command issues an error.
10650
10651 2014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10652
10653 * gdb.threads/thread-specific.exp: Handle the lack of usable
10654 $this_breakpoint and $this_thread.
10655
10656 2014-03-21 Hui Zhu <hui@codesourcery.com>
10657
10658 * gdb.base/attach.exp (do_command_attach_tests): New.
10659
10660 2014-03-20 Tom Tromey <tromey@redhat.com>
10661 Pedro Alves <palves@redhat.com>
10662
10663 PR cli/15718
10664 * gdb.base/condbreak-call-false.c: New file.
10665 * gdb.base/condbreak-call-false.exp: New file.
10666
10667 2014-03-20 Pedro Alves <palves@redhat.com>
10668
10669 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10670 Delete.
10671 (block_signals, unblock_signals): Delete.
10672 (child_function_2, main): Remove references to deleted variable
10673 and functions.
10674
10675 2014-03-20 Pedro Alves <palves@redhat.com>
10676
10677 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10678 Use pthread_kill to signal thread 2.
10679 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10680 Adjust to make the test send itself a signal rather than using the
10681 host's "kill" command.
10682
10683 2014-03-20 Pedro Alves <palves@redhat.com>
10684
10685 * gdb.threads/multiple-step-overs.c: New file.
10686 * gdb.threads/multiple-step-overs.exp: New file.
10687 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10688 Adjust expected infrun debug output.
10689
10690 2014-03-20 Pedro Alves <palves@redhat.com>
10691
10692 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10693 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10694
10695 2014-03-20 Pedro Alves <palves@redhat.com>
10696
10697 PR breakpoints/7143
10698 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10699 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10700 of gdb_test_multiple.
10701 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10702 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10703
10704 2014-03-20 Pedro Alves <palves@redhat.com>
10705
10706 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10707 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10708
10709 2014-03-19 Pedro Alves <palves@redhat.com>
10710
10711 * gdb.base/async.exp: Remove early return.
10712
10713 2014-03-19 Pedro Alves <palves@redhat.com>
10714
10715 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10716
10717 2014-03-19 Pedro Alves <palves@redhat.com>
10718
10719 * gdb.base/async.exp (test_background): Expect \r\n after
10720 "completed." in the fail pattern.
10721
10722 2014-03-19 Pedro Alves <palves@redhat.com>
10723
10724 * gdb.base/async.exp (test_background): New procedure.
10725 Use it for all background execution command tests.
10726
10727 2014-03-19 Pedro Alves <palves@redhat.com>
10728
10729 * gdb.base/async.exp: Use prepare_for_testing.
10730
10731 2014-03-19 Pedro Alves <palves@redhat.com>
10732
10733 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10734 the same line.
10735
10736 2014-03-19 Pedro Alves <palves@redhat.com>
10737
10738 * gdb.base/async.c (main): Add "jump here" and "until here" line
10739 marker comments.
10740 * gdb.base/async.exp (jump_here): New global.
10741 (jump& test): Use it.
10742 (until_here): New global.
10743 (until& test): Use it.
10744
10745 2014-03-19 Pedro Alves <palves@redhat.com>
10746
10747 * gdb.base/async.exp: Don't frob gdb_protocol.
10748
10749 2014-03-18 Doug Evans <xdje42@gmail.com>
10750
10751 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10752 Fix spelling of exec-done-display.
10753
10754 2014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10755
10756 PR gdb/15358
10757 * gdb.base/gdb-sigterm.c: New file.
10758 * gdb.base/gdb-sigterm.exp: New file.
10759
10760 2014-03-18 Pedro Alves <palves@redhat.com>
10761
10762 PR gdb/13860
10763 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10764 * lib/mi-support.exp (mi_expect_stop): Add special handling for
10765 solib-event.
10766
10767 2014-03-17 Joel Brobecker <brobecker@adacore.com>
10768
10769 * gdb.ada/pckd_arr_ren: New testcase.
10770
10771 2014-03-13 Doug Evans <xdje42@gmail.com>
10772
10773 PR guile/16612
10774 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10775 collect after discarding symbols.
10776
10777 2014-03-13 Ludovic Courtès <ludo@gnu.org>
10778 Doug Evans <xdje42@gmail.com>
10779
10780 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10781 to history survives a gc.
10782
10783 2014-03-13 Pedro Alves <palves@redhat.com>
10784
10785 * gdb.base/default.exp: Don't test "target procfs".
10786
10787 2014-03-13 Pedro Alves <palves@redhat.com>
10788
10789 * gdb.base/default.exp: Update "target child" and "target procfs"
10790 tests to not expect "Unix".
10791
10792 2014-03-12 Tom Tromey <tromey@redhat.com>
10793
10794 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
10795 New procs. Add target-async tests.
10796 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
10797 Add target-async tests.
10798
10799 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10800
10801 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
10802 'func_start' and 'func_end' for the beginning and end of the
10803 function code, respectively.
10804 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
10805 'func_end' instead of 'func' and 'main'.
10806
10807 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10808
10809 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
10810 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
10811 generate the debug info assembler source.
10812
10813 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10814
10815 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
10816 * gdb.dwarf2/arr-subrange.exp: Likewise.
10817 * gdb.dwarf2/dwz.exp: Likewise.
10818 * gdb.dwarf2/method-ptr.exp: Likewise.
10819 * gdb.dwarf2/missing-sig-type.exp: Likewise.
10820 * gdb.dwarf2/subrange.exp: Likewise.
10821 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
10822 * gdb.dwarf2/implptrpiece.exp: Likewise.
10823 * gdb.dwarf2/nostaticblock.exp: Likewise.
10824
10825 2014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10826
10827 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
10828 directory to absolute path name arguments.
10829
10830 2014-03-10 Joel Brobecker <brobecker@adacore.com>
10831
10832 * gdb.ada/tagged_access: New testcase.
10833
10834 2014-03-07 Markus Metzger <markus.t.metzger@intel.com>
10835
10836 * gdb.btrace/data.exp: Update expected output.
10837
10838 2014-03-06 Yao Qi <yao@codesourcery.com>
10839
10840 * gdb.trace/pr16508.exp: New file.
10841
10842 2014-03-05 Pedro Alves <palves@redhat.com>
10843
10844 PR gdb/16575
10845 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
10846 procedure.
10847 (top level): Adjust to use it. Add tests that exercise breakpoint
10848 interaction with the code-cache.
10849
10850 2014-02-26 Ludovic Courtès <ludo@gnu.org>
10851
10852 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
10853 test for 'history-append!'.
10854
10855 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10856
10857 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
10858 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
10859 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
10860 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
10861 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
10862 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
10863
10864 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10865
10866 * testsuite/gdb.python/py-pp-re-notag.c: New file.
10867 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
10868 * testsuite/gdb.python/py-pp-re-notag.p: New file.
10869
10870 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10871
10872 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
10873
10874 2014-02-26 Joel Brobecker <brobecker@adacore.com>
10875
10876 * gdb.dwarf2/arr-stride.c: New file.
10877 * gdb.dwarf2/arr-stride.exp: New file.
10878
10879 2014-02-26 Pedro Alves <palves@redhat.com>
10880
10881 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
10882 that won't ever trigger. Make sure that GDB reports the correct
10883 breakpoint that caused the stop.
10884
10885 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10886
10887 PR gdb/16626
10888 * gdb.base/auto-load-script: New file.
10889 * gdb.base/auto-load.c: New file.
10890 * gdb.base/auto-load.exp: New file.
10891
10892 PR gdb/16626
10893 * gdb.base/auto-load.exp: Fix out-of-srctree run.
10894
10895 2014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10896
10897 Fix dw2-icycle.exp -fsanitize=address GDB crash.
10898 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
10899
10900 2014-02-24 Doug Evans <dje@google.com>
10901
10902 * lib/gdb.exp (run_on_host): Log error output if program fails.
10903
10904 2014-02-21 Pedro Alves <palves@redhat.com>
10905
10906 * gdb.threads/step-after-sr-lock.c: Rename to ...
10907 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
10908 * gdb.threads/step-after-sr-lock.exp: Rename to ...
10909 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10910 ... this.
10911
10912 2014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
10913
10914 PR tdep/16397
10915 * gdb.arch/amd64-stap-special-operands.exp: New file.
10916 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
10917 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
10918 * gdb.arch/amd64-stap-triplet.S: Likewise.
10919 * gdb.arch/amd64-stap-triplet.c: Likewise.
10920
10921 2014-02-20 Joel Brobecker <brobecker@adacore.com>
10922
10923 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
10924 in .section pseudo-op.
10925
10926 2014-02-20 lin zuojian <manjian2006@gmail.com>
10927 Joel Brobecker <brobecker@adacore.com>
10928 Doug Evans <xdje42@gmail.com>
10929
10930 PR symtab/16581
10931 * gdb.dwarf2/dw2-icycle.S: New file.
10932 * gdb.dwarf2/dw2-icycle.c: New file.
10933 * gdb.dwarf2/dw2-icycle.exp: New file.
10934
10935 2014-02-19 Siva Chandra Reddy <sivachandra@google.com>
10936
10937 * gdb.python/py-value-cc.cc: Improve test case to enable testing
10938 operations on gdb.Value objects.
10939 * gdb.python/py-value-cc.exp: Add new test to test operations on
10940 gdb.Value objects.
10941
10942 2014-02-18 Doug Evans <dje@google.com>
10943
10944 * Makefile.in (TESTS): New variable.
10945 (expanded_tests, expanded_tests_or_none): New variables
10946 (check-single): Pass $(expanded_tests_or_none) to runtest.
10947 (check-parallel): Only run tests in $(TESTS) if non-empty.
10948 (check/no-matching-tests-found): New rule.
10949 * README: Document TESTS makefile variable.
10950
10951 2014-02-18 Doug Evans <dje@google.com>
10952
10953 * Makefile.in (check-parallel): rm -rf outputs temp.
10954
10955 2014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10956
10957 Fix "ERROR: no fileid for" in the testsuite.
10958 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
10959
10960 2014-02-12 Doug Evans <dje@google.com>
10961
10962 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
10963 (MISCELLANEOUS): New variable.
10964 (clean): rm -rf $(MISCELLANEOUS).
10965 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
10966 dwp live in the same directory as symlinks, with each symlink pointed
10967 to a differently named file in a different directory.
10968
10969 2014-02-11 Doug Evans <dje@google.com>
10970
10971 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
10972 of Tcl file commands.
10973
10974 2014-02-10 Mark Kettenis <kettenis@gnu.org>
10975
10976 * gdb.threads/step-after-sr-lock.exp: Avoid executing
10977 "kill -SIGUSR1 -1".
10978
10979 2014-02-10 Joel Brobecker <brobecker@adacore.com>
10980
10981 * gdb.ada/tick_length_array_enum_idx: New testcase.
10982
10983 2014-02-10 Doug Evans <xdje42@gmail.com>
10984
10985 * configure.ac (AC_OUTPUT): Add gdb.guile.
10986 * configure: Regenerate.
10987 * lib/gdb-guile.exp: New file.
10988 * lib/gdb.exp (get_target_charset): New function.
10989 * gdb.base/help.exp: Update expected output from "apropos apropos".
10990 * gdb.guile/Makefile.in: New file.
10991 * gdb.guile/guile.exp: New file.
10992 * gdb.guile/scm-arch.c: New file.
10993 * gdb.guile/scm-arch.exp: New file.
10994 * gdb.guile/scm-block.c: New file.
10995 * gdb.guile/scm-block.exp: New file.
10996 * gdb.guile/scm-breakpoint.c: New file.
10997 * gdb.guile/scm-breakpoint.exp: New file.
10998 * gdb.guile/scm-disasm.c: New file.
10999 * gdb.guile/scm-disasm.exp: New file.
11000 * gdb.guile/scm-equal.c: New file.
11001 * gdb.guile/scm-equal.exp: New file.
11002 * gdb.guile/scm-error.exp: New file.
11003 * gdb.guile/scm-error.scm: New file.
11004 * gdb.guile/scm-frame-args.c: New file.
11005 * gdb.guile/scm-frame-args.exp: New file.
11006 * gdb.guile/scm-frame-args.scm: New file.
11007 * gdb.guile/scm-frame-inline.c: New file.
11008 * gdb.guile/scm-frame-inline.exp: New file.
11009 * gdb.guile/scm-frame.c: New file.
11010 * gdb.guile/scm-frame.exp: New file.
11011 * gdb.guile/scm-generics.exp: New file.
11012 * gdb.guile/scm-gsmob.exp: New file.
11013 * gdb.guile/scm-iterator.c: New file.
11014 * gdb.guile/scm-iterator.exp: New file.
11015 * gdb.guile/scm-math.c: New file.
11016 * gdb.guile/scm-math.exp: New file.
11017 * gdb.guile/scm-objfile-script-gdb.in: New file.
11018 * gdb.guile/scm-objfile-script.c: New file.
11019 * gdb.guile/scm-objfile-script.exp: New file.
11020 * gdb.guile/scm-objfile.c: New file.
11021 * gdb.guile/scm-objfile.exp: New file.
11022 * gdb.guile/scm-ports.exp: New file.
11023 * gdb.guile/scm-pretty-print.c: New file.
11024 * gdb.guile/scm-pretty-print.exp: New file.
11025 * gdb.guile/scm-pretty-print.scm: New file.
11026 * gdb.guile/scm-section-script.c: New file.
11027 * gdb.guile/scm-section-script.exp: New file.
11028 * gdb.guile/scm-section-script.scm: New file.
11029 * gdb.guile/scm-symbol.c: New file.
11030 * gdb.guile/scm-symbol.exp: New file.
11031 * gdb.guile/scm-symtab-2.c: New file.
11032 * gdb.guile/scm-symtab.c: New file.
11033 * gdb.guile/scm-symtab.exp: New file.
11034 * gdb.guile/scm-type.c: New file.
11035 * gdb.guile/scm-type.exp: New file.
11036 * gdb.guile/scm-value-cc.cc: New file.
11037 * gdb.guile/scm-value-cc.exp: New file.
11038 * gdb.guile/scm-value.c: New file.
11039 * gdb.guile/scm-value.exp: New file.
11040 * gdb.guile/source2.scm: New file.
11041 * gdb.guile/types-module.cc: New file.
11042 * gdb.guile/types-module.exp: New file.
11043
11044 2014-02-10 Yao Qi <yao@codesourcery.com>
11045
11046 PR testsuite/16543
11047 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11048 * configure: Regenerated.
11049 * Makefile.in: New file.
11050
11051 2014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11052
11053 * gdb.python/py-framefilter.exp: Fix typo.
11054
11055 2014-02-08 Yao Qi <yao@codesourcery.com>
11056
11057 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11058 that no =breakpoint-modified is emitted when breakpoints are
11059 modified through MI commands.
11060
11061 2014-02-07 Pedro Alves <pedro@codesourcery.com>
11062 Pedro Alves <palves@redhat.com>
11063
11064 * gdb.threads/step-after-sr-lock.c: New file.
11065 * gdb.threads/step-after-sr-lock.exp: New file.
11066
11067 2014-02-07 Pedro Alves <palves@redhat.com>
11068
11069 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11070
11071 2014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11072
11073 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11074 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11075
11076 2014-02-06 Doug Evans <xdje42@gmail.com>
11077
11078 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11079 output.
11080
11081 * gdb.gdb/python-interrupts.exp: New file.
11082
11083 2014-02-05 Yao Qi <yao@codesourcery.com>
11084
11085 * gdb.trace/report.exp (use_collected_data): Test the output
11086 of "info threads" and "info inferiors".
11087
11088 2014-02-05 Yao Qi <yao@codesourcery.com>
11089
11090 Revert this patch:
11091
11092 2013-05-24 Yao Qi <yao@codesourcery.com>
11093
11094 * gdb.trace/tfile.exp: Test inferior and thread.
11095
11096 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11097
11098 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11099 on a function.
11100 * gdb.base/step-bt.c: Call hello via function pointer to make
11101 sure its first instruction is executed on powerpc64le-linux.
11102
11103 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11104
11105 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11106
11107 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11108
11109 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11110 of the test patterns for use on little-endian systems.
11111
11112 2014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11113
11114 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11115 (decimal_vector): Fix for little-endian.
11116
11117 2014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11118
11119 * gdb.arch/sparc-sysstep.exp: New file.
11120 * gdb.arch/sparc-sysstep.c: Likewise.
11121
11122 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11123
11124 2014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11125
11126 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11127
11128 2014-01-23 Tom Tromey <tromey@redhat.com>
11129
11130 * gdb.ada/array_char_idx: New testcase.
11131
11132 2014-01-23 Tom Tromey <tromey@redhat.com>
11133
11134 PR python/16487:
11135 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11136 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11137 classes.
11138
11139 2014-01-23 Tom Tromey <tromey@redhat.com>
11140
11141 PR python/16491:
11142 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11143 string from an inferior frame.
11144 * gdb.python/py-framefilter-mi.exp: Update.
11145
11146 2014-01-22 Doug Evans <dje@google.com>
11147
11148 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11149
11150 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11151
11152 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11153
11154 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11155
11156 * gdb.trace/entry-values.exp: Remove excess space character from
11157 regex patterns. Handle s390 call instruction.
11158
11159 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11160
11161 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11162 define "*_start" label. Make "name" static.
11163 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11164 ${name} by references to ${name}_start.
11165
11166 2014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11167
11168 * gdb.base/info-macros.exp: Remove "debug" from the compile
11169 options.
11170
11171 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11172
11173 * gdb.dlang/demangle.exp: New file.
11174
11175 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11176
11177 * gdb.dlang/primitive-types.exp: New file.
11178
11179 2014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11180
11181 * configure.ac: Create gdb.dlang/Makefile.
11182 * configure: Regenerate.
11183 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11184 * gdb.dlang/Makefile.in: New file.
11185 * lib/d-support.exp: New file.
11186 * lib/gdb.exp (skip_d_tests): New proc.
11187
11188 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11189
11190 * gdb.btrace/delta.exp: Check reverse stepi.
11191 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11192 * gdb.btrace/finish.exp: New.
11193 * gdb.btrace/next.exp: New.
11194 * gdb.btrace/nexti.exp: New.
11195 * gdb.btrace/record_goto.c: Add comments.
11196 * gdb.btrace/step.exp: New.
11197 * gdb.btrace/stepi.exp: New.
11198 * gdb.btrace/multi-thread-step.c: New.
11199 * gdb.btrace/multi-thread-step.exp: New.
11200 * gdb.btrace/rn-dl-bind.c: New.
11201 * gdb.btrace/rn-dl-bind.exp: New.
11202 * gdb.btrace/data.c: New.
11203 * gdb.btrace/data.exp: New.
11204 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11205
11206 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11207
11208 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11209 * gdb.btrace/exception.exp: Update.
11210 * gdb.btrace/instruction_history.exp: Update.
11211 * gdb.btrace/record_goto.exp: Update.
11212 * gdb.btrace/tailcall.exp: Update.
11213 * gdb.btrace/unknown_functions.exp: Update.
11214 * gdb.btrace/delta.exp: New.
11215
11216 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11217
11218 * gdb.btrace/record_goto.exp: Add backtrace test.
11219 * gdb.btrace/tailcall.exp: Add backtrace test.
11220
11221 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11222
11223 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11224 * gdb.btrace/record_goto.c: New.
11225 * gdb.btrace/record_goto.exp: New.
11226 * gdb.btrace/x86-record_goto.S: New.
11227
11228 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11229
11230 * gdb.btrace/function_call_history.exp: Update tests.
11231 * gdb.btrace/instruction_history.exp: Update tests.
11232
11233 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11234
11235 * gdb.btrace/function_call_history.exp: Fix expected field
11236 order for "record function-call-history".
11237 Add new tests for "record function-call-history /c".
11238 * gdb.btrace/exception.cc: New.
11239 * gdb.btrace/exception.exp: New.
11240 * gdb.btrace/tailcall.exp: New.
11241 * gdb.btrace/x86-tailcall.S: New.
11242 * gdb.btrace/x86-tailcall.c: New.
11243 * gdb.btrace/unknown_functions.c: New.
11244 * gdb.btrace/unknown_functions.exp: New.
11245 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11246
11247 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11248
11249 * gdb.btrace/instruction_history.exp: Update.
11250 * gdb.btrace/function_call_history.exp: Update.
11251
11252 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11253
11254 * gdb.btrace/function_call_history.exp: Fix expected function
11255 trace.
11256 * gdb.btrace/instruction_history.exp: Initialize traced.
11257 Remove traced_functions.
11258
11259 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11260
11261 * gdb.btrace/function_call_history.exp: Update
11262 * gdb.btrace/instruction_history.exp: Update.
11263
11264 2014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11265
11266 * gdb.btrace/enable.exp: Update expected text.
11267
11268 2014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11269
11270 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11271 bytes.
11272
11273 2014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11274
11275 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11276
11277 2014-01-15 Omair Javaid <omair.javaid@linaro.org>
11278
11279 * lib/gdb.exp (supports_process_record): Return true for
11280 arm*-linux*. (supports_reverse): Likewise.
11281
11282 2014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11283
11284 PR python/15464
11285 PR python/16113
11286 * gdb.python/py-type.c: Enhance test case.
11287 * gdb.python/py-value-cc.cc: Likewise
11288 * gdb.python/py-type.exp: Add new tests.
11289 * gdb.python/py-value-cc.exp: Likewise
11290
11291 2014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11292 Pedro Alves <palves@redhat.com>
11293
11294 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11295 Make "name" extern.
11296 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11297 references to ${name}_start by references to ${name}.
11298
11299 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11300
11301 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11302
11303 2014-01-10 Joel Brobecker <brobecker@adacore.com>
11304
11305 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11306
11307 2014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11308 Pedro Alves <palves@redhat.com>
11309
11310 * gdb.mi/mi-info-os.exp: Connect to the target with
11311 mi_gdb_target_load.
11312
11313 2014-01-08 Pedro Alves <palves@redhat.com>
11314
11315 * gdb.threads/reconnect-signal.c: New file.
11316 * gdb.threads/reconnect-signal.exp: New file.
11317
11318 2014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11319
11320 * gdb.base/source-dir.exp: New file.
11321
11322 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11323
11324 * gdb.ada/mi_interface: New testcase.
11325
11326 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11327
11328 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11329 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11330 gdb.ada/pp-rec-component/pck.ads: New files.
11331
11332 2014-01-07 Joel Brobecker <brobecker@adacore.com>
11333
11334 * gdb.python/py-pp-integral.c: New file.
11335 * gdb.python/py-pp-integral.py: New file.
11336 * gdb.python/py-pp-integral.exp: New file.
11337
11338 For older changes see ChangeLog-1993-2013.
11339 \f
11340 ;; Local Variables:
11341 ;; mode: change-log
11342 ;; left-margin: 8
11343 ;; fill-column: 74
11344 ;; version-control: never
11345 ;; End:
11346
11347 Copyright 2014-2017 Free Software Foundation, Inc.
11348 Copying and distribution of this file, with or without modification,
11349 are permitted provided the copyright notice and this notice are preserved.
This page took 0.260265 seconds and 5 git commands to generate.