]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Rename gdb.base/tui-layout.exp -> gdb.base/tui-disasm-long-lines.exp
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
44959fa8
PA
12017-03-07 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/tui-layout.c: Rename to ...
4 * gdb.base/tui-disasm-long-lines.c: ... this.
5 * gdb.base/tui-layout.exp: Rename to ...
6 * gdb.base/tui-disasm-long-lines.exp: ... this.
7
f8c4e718
PA
82017-03-07 Pedro Alves <palves@redhat.com>
9
10 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
11
6dbb839a 122017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
13
14 * i386-mpx-call.c: New file.
15 * i386-mpx-call.exp: New file.
16
65b48a81
PB
172017-02-28 Peter Bergner <bergner@vnet.ibm.com>
18
19 * gdb.arch/powerpc-power.exp: Delete test.
20 * gdb.arch/powerpc-power.s: Likewise.
21 * gdb.disasm/disassembler-options.exp: New test.
22 * gdb.arch/powerpc-altivec.exp: Likewise.
23 * gdb.arch/powerpc-altivec.s: Likewise.
24 * gdb.arch/powerpc-altivec2.exp: Likewise.
25 * gdb.arch/powerpc-altivec2.s: Likewise.
26 * gdb.arch/powerpc-altivec3.exp: Likewise.
27 * gdb.arch/powerpc-altivec3.s: Likewise.
28 * gdb.arch/powerpc-power7.exp: Likewise.
29 * gdb.arch/powerpc-power7.s: Likewise.
30 * gdb.arch/powerpc-power8.exp: Likewise.
31 * gdb.arch/powerpc-power8.s: Likewise.
32 * gdb.arch/powerpc-power9.exp: Likewise.
33 * gdb.arch/powerpc-power9.s: Likewise.
34 * gdb.arch/powerpc-vsx.exp: Likewise.
35 * gdb.arch/powerpc-vsx.s: Likewise.
36 * gdb.arch/powerpc-vsx2.exp: Likewise.
37 * gdb.arch/powerpc-vsx2.s: Likewise.
38 * gdb.arch/powerpc-vsx3.exp: Likewise.
39 * gdb.arch/powerpc-vsx3.s: Likewise.
40 * gdb.arch/arm-disassembler-options.exp: Likewise.
41 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
42 * gdb.arch/s390-disassembler-options.exp: Likewise.
43
17cd4947
LM
442017-02-23 Luis Machado <lgustavo@codesourcery.com>
45
46 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
47 (check_supported_features): ... this. Changed return type to void.
48 (supports_rdseed): New static global.
49 (rdseed): Check supports_rdseed.
50 (initialize): Call check_supported_features.
51
2039d74e
EBM
522017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
53
54 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
55 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
56 and lqarx/stqcx.
57 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
58 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
59
a51d7ecf
EBM
602017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
61
62 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
63 uppercase.
64
0224619f
JK
652017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
66
67 * gdb.dwarf2/formdata16.c: New file.
68 * gdb.dwarf2/formdata16.exp: New file.
69 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
70
216f72a1
JK
712017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
72
73 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
74 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
75 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
76 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
77 DW_AT_GNU_*.
78
43988095
JK
792017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
80
81 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
82
99e8a4f9
SDJ
832017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
84
85 PR gdb/21164
86 * gdb.base/maint.exp: Add testcases for when the commands do
87 not have arguments.
88
b58a8c0c
TP
892017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
90
91 * gdb.cp/chained-calls.exp: Use p instead of P.
92
4e746bb6
TW
932017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
94
95 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
96 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
97
3f77c769
TT
982017-02-14 Tom Tromey <tom@tromey.com>
99
100 PR python/13598:
101 * gdb.python/py-events.exp: Add before_prompt event tests.
102
075beec0
AA
1032017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
104
105 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
106
bf5f525c
LM
1072017-02-13 Luis Machado <lgustavo@codesourcery.com>
108
109 * gdb.linespec/explicit.c (my_unique_function_name): New function.
110 (main): Call my_unique_function_name.
111 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
112 completion of patterns with a single match.
113 Add missing -re switches to gdb_test_multiple calls.
114
13a66184
LM
1152017-02-13 Luis Machado <lgustavo@codesourcery.com>
116
117 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
118 return if core file is not recognized.
119
26a06916
SM
1202017-02-10 Simon Marchi <simon.marchi@ericsson.com>
121
122 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
123 and extra UIs.
124
b761ca9e
SM
1252017-02-10 Simon Marchi <simon.marchi@ericsson.com>
126
127 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
128 proc_with_prefix.
129
b964bee0
TT
1302017-02-10 Tom Tromey <tom@tromey.com>
131
132 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
133
18da0c51
MG
1342017-02-10 Martin Galvan <martingalvan@sourceware.org>
135
136 PR gdb/21122
137 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
138
604c4576
JG
1392017-02-08 Jerome Guitton <guitton@adacore.com>
140
141 * gdb.base/define.exp: Add test for command abbreviations
142 in define.
143
20b477a7
LM
1442017-02-06 Luis Machado <lgustavo@codesourcery.com>
145
146 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
147 * gdb.reverse/insn-reverse-x86.c: New file.
148
3f7b46f2
IR
1492017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
150
151 PR tdep/20936
152 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
153
f0fd41c1
TT
1542017-02-03 Tom Tromey <tom@tromey.com>
155
156 PR rust/21097:
157 * gdb.rust/simple.exp: Add new tests.
158
5be5dbf0
PA
1592017-02-02 Pedro Alves <palves@redhat.com>
160
161 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
162 tests.
163
7346ef59
AA
1642017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
165
166 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
167 taking a 2-byte value out of a 4-byte DWARF implicit value on
168 big-endian targets.
169 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
170 logic. Add test cases for DW_OP_implicit.
171
787f0025
MM
1722017-02-01 Markus Metzger <markus.t.metzger@intel.com>
173
174 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
175
68777c29
MM
1762017-02-01 Markus Metzger <markus.t.metzger@intel.com>
177
178 * gdb.btrace/enable.exp: Call gdb_exit before
179 skip_gdbserver_tests.
180
0a1c7e28
MM
1812017-02-01 Markus Metzger <markus.t.metzger@intel.com>
182
183 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
184 GDBFLAGS.
185
b5ac99b0
MM
1862017-02-01 Markus Metzger <markus.t.metzger@intel.com>
187
188 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
189 the test is skipped.
190 * gdb.btrace/data.exp: Likewise.
191 * gdb.btrace/delta.exp: Likewise.
192 * gdb.btrace/dlopen.exp: Likewise.
193 * gdb.btrace/enable-running.exp: Likewise.
194 * gdb.btrace/enable.exp: Likewise.
195 * gdb.btrace/exception.exp: Likewise.
196 * gdb.btrace/function_call_history.exp: Likewise.
197 * gdb.btrace/gcore.exp: Likewise.
198 * gdb.btrace/instruction_history.exp: Likewise.
199 * gdb.btrace/multi-thread-step.exp: Likewise.
200 * gdb.btrace/nohist.exp: Likewise.
201 * gdb.btrace/non-stop.exp: Likewise.
202 * gdb.btrace/reconnect.exp: Likewise.
203 * gdb.btrace/record_goto-step.exp: Likewise.
204 * gdb.btrace/record_goto.exp: Likewise.
205 * gdb.btrace/rn-dl-bind.exp: Likewise.
206 * gdb.btrace/segv.exp: Likewise.
207 * gdb.btrace/step.exp: Likewise.
208 * gdb.btrace/stepi.exp: Likewise.
209 * gdb.btrace/tailcall-only.exp: Likewise.
210 * gdb.btrace/tailcall.exp: Likewise.
211 * gdb.btrace/tsx.exp: Likewise.
212 * gdb.btrace/unknown_functions.exp: Likewise.
213 * gdb.btrace/vdso.exp: Likewise.
214
cd4007e4
MM
2152017-02-01 Markus Metzger <markus.t.metzger@intel.com>
216
217 * gdb.btrace/enable-running.c: New.
218 * gdb.btrace/enable-running.exp: New.
219
2735833d
WT
2202017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
221
222 * gdb.arch/amd64-gs_base.c: New file.
223 * gdb.arch/amd64-gs_base.exp: New file.
224
b51e1e94
LM
2252017-01-26 Luis Machado <lgustavo@codesourcery.com>
226
227 * lib/memory.exp: Remove spurious empty newlines.
228
72ca0410
SM
2292017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
230
231 * gdb.python/py-bad-printers.exp: Load python file using "source".
232 * gdb.python/py-events.exp: Likewise.
233 * gdb.python/py-evsignal.exp: Likewise.
234 * gdb.python/py-evthreads.exp: Likewise.
235 * gdb.python/py-frame-args.exp: Likewise.
236 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
237 * gdb.python/py-framefilter-mi.exp: Likewise.
238 * gdb.python/py-framefilter.exp: Likewise.
239 * gdb.python/py-mi.exp: Likewise.
240 * gdb.python/py-pp-maint.exp: Likewise.
241 * gdb.python/py-pp-registration.exp: Likewise.
242 * gdb.python/py-prettyprint.exp: Likewise.
243 (run_lang_tests): Likewise.
244 * gdb.python/py-typeprint.exp: Likewise.
245
e309aa65
LM
2462017-01-26 Luis Machado <lgustavo@codesourcery.com>
247
248 * lib/memory.exp: New file.
249 * lib/gdb.exp: Load memory.exp.
250 * gdb.base/memattr.exp (delete_memory): Move proc to
251 lib/memory.exp and rename to delete_memory_regions.
252 Replace delete_memory with delete_memory_regions.
253 Cleanup memory regions before tests.
254 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
255 before tests.
256
515aff23
LM
2572017-01-26 Luis Machado <lgustavo@codesourcery.com>
258
259 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
260 files.
261 (initialize): New function conditionally defined.
262 (testcases): Move within conditional block.
263 (main): Call initialize.
264 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
265 of gdb.reverse/insn-reverse.c.
266 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
267 gdb.reverse/insn-reverse.c.
268
d8b49cf0
YQ
2692017-01-26 Yao Qi <yao.qi@linaro.org>
270
271 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
272 disassemble on address 0.
273
f13a9a0c
YQ
2742017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
275 Yao Qi <yao.qi@linaro.org>
276
277 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
278 * gdb.dwarf2/implptr-64bit.S: Remove.
279 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
280 variables in caller's context. Add DW_OP_implicit_value.
281
5ac95241
YQ
2822017-01-25 Yao Qi <yao.qi@linaro.org>
283
284 * lib/dwarf.exp (Dwarf::_location): Handle
285 DW_OP_GNU_implicit_pointer with proper size.
286
23e82930
LM
2872017-01-20 Luis Machado <lgustavo@codesourcery.com>
288
289 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
290 and add untested calls.
291
d334ae25
LM
2922017-01-20 Luis Machado <lgustavo@codesourcery.com>
293
294 * gdb.python/python.exp: Check line number against what GDB thinks
295 the line number is for func1.
296
f5e6296e
IB
2972017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
298
299 * gdb.dlang/debug-expr.exp: New file.
300
5b362f04
LM
3012016-12-23 Luis Machado <lgustavo@codesourcery.com>
302
303 Fix test names for the following files:
304
305 * gdb.ada/exec_changed.exp
306 * gdb.ada/info_types.exp
307 * gdb.arch/aarch64-atomic-inst.exp
308 * gdb.arch/aarch64-fp.exp
309 * gdb.arch/altivec-abi.exp
310 * gdb.arch/altivec-regs.exp
311 * gdb.arch/amd64-byte.exp
312 * gdb.arch/amd64-disp-step.exp
313 * gdb.arch/amd64-dword.exp
314 * gdb.arch/amd64-entry-value-inline.exp
315 * gdb.arch/amd64-entry-value-param.exp
316 * gdb.arch/amd64-entry-value-paramref.exp
317 * gdb.arch/amd64-entry-value.exp
318 * gdb.arch/amd64-i386-address.exp
319 * gdb.arch/amd64-invalid-stack-middle.exp
320 * gdb.arch/amd64-invalid-stack-top.exp
321 * gdb.arch/amd64-optimout-repeat.exp
322 * gdb.arch/amd64-prologue-skip.exp
323 * gdb.arch/amd64-prologue-xmm.exp
324 * gdb.arch/amd64-stap-special-operands.exp
325 * gdb.arch/amd64-stap-wrong-subexp.exp
326 * gdb.arch/amd64-tailcall-cxx.exp
327 * gdb.arch/amd64-tailcall-noret.exp
328 * gdb.arch/amd64-tailcall-ret.exp
329 * gdb.arch/amd64-tailcall-self.exp
330 * gdb.arch/amd64-word.exp
331 * gdb.arch/arm-bl-branch-dest.exp
332 * gdb.arch/arm-disp-step.exp
333 * gdb.arch/arm-neon.exp
334 * gdb.arch/arm-single-step-kernel-helper.exp
335 * gdb.arch/avr-flash-qualifier.exp
336 * gdb.arch/disp-step-insn-reloc.exp
337 * gdb.arch/e500-abi.exp
338 * gdb.arch/e500-regs.exp
339 * gdb.arch/ftrace-insn-reloc.exp
340 * gdb.arch/i386-avx512.exp
341 * gdb.arch/i386-bp_permanent.exp
342 * gdb.arch/i386-byte.exp
343 * gdb.arch/i386-cfi-notcurrent.exp
344 * gdb.arch/i386-disp-step.exp
345 * gdb.arch/i386-dr3-watch.exp
346 * gdb.arch/i386-float.exp
347 * gdb.arch/i386-gnu-cfi.exp
348 * gdb.arch/i386-mpx-map.exp
349 * gdb.arch/i386-mpx-sigsegv.exp
350 * gdb.arch/i386-mpx-simple_segv.exp
351 * gdb.arch/i386-mpx.exp
352 * gdb.arch/i386-permbkpt.exp
353 * gdb.arch/i386-prologue.exp
354 * gdb.arch/i386-signal.exp
355 * gdb.arch/i386-size-overlap.exp
356 * gdb.arch/i386-unwind.exp
357 * gdb.arch/i386-word.exp
358 * gdb.arch/mips-fcr.exp
359 * gdb.arch/powerpc-d128-regs.exp
360 * gdb.arch/powerpc-stackless.exp
361 * gdb.arch/ppc64-atomic-inst.exp
362 * gdb.arch/s390-stackless.exp
363 * gdb.arch/s390-tdbregs.exp
364 * gdb.arch/s390-vregs.exp
365 * gdb.arch/sparc-sysstep.exp
366 * gdb.arch/thumb-bx-pc.exp
367 * gdb.arch/thumb-singlestep.exp
368 * gdb.arch/thumb2-it.exp
369 * gdb.arch/vsx-regs.exp
370 * gdb.asm/asm-source.exp
371 * gdb.base/a2-run.exp
372 * gdb.base/advance.exp
373 * gdb.base/all-bin.exp
374 * gdb.base/anon.exp
375 * gdb.base/args.exp
376 * gdb.base/arithmet.exp
377 * gdb.base/async-shell.exp
378 * gdb.base/async.exp
379 * gdb.base/attach-pie-noexec.exp
380 * gdb.base/attach-twice.exp
381 * gdb.base/auto-load.exp
382 * gdb.base/bang.exp
383 * gdb.base/bitfields.exp
384 * gdb.base/break-always.exp
385 * gdb.base/break-caller-line.exp
386 * gdb.base/break-entry.exp
387 * gdb.base/break-inline.exp
388 * gdb.base/break-on-linker-gcd-function.exp
389 * gdb.base/break-probes.exp
390 * gdb.base/break.exp
391 * gdb.base/breakpoint-shadow.exp
392 * gdb.base/call-ar-st.exp
393 * gdb.base/call-sc.exp
394 * gdb.base/call-signal-resume.exp
395 * gdb.base/call-strs.exp
396 * gdb.base/callfuncs.exp
397 * gdb.base/catch-fork-static.exp
398 * gdb.base/catch-gdb-caused-signals.exp
399 * gdb.base/catch-load.exp
400 * gdb.base/catch-signal-fork.exp
401 * gdb.base/catch-signal.exp
402 * gdb.base/catch-syscall.exp
403 * gdb.base/charset.exp
404 * gdb.base/checkpoint.exp
405 * gdb.base/chng-syms.exp
406 * gdb.base/code-expr.exp
407 * gdb.base/code_elim.exp
408 * gdb.base/commands.exp
409 * gdb.base/completion.exp
410 * gdb.base/complex.exp
411 * gdb.base/cond-expr.exp
412 * gdb.base/condbreak.exp
413 * gdb.base/consecutive.exp
414 * gdb.base/continue-all-already-running.exp
415 * gdb.base/coredump-filter.exp
416 * gdb.base/corefile.exp
417 * gdb.base/dbx.exp
418 * gdb.base/debug-expr.exp
419 * gdb.base/define.exp
420 * gdb.base/del.exp
421 * gdb.base/disabled-location.exp
422 * gdb.base/disasm-end-cu.exp
423 * gdb.base/disasm-optim.exp
424 * gdb.base/display.exp
425 * gdb.base/duplicate-bp.exp
426 * gdb.base/ena-dis-br.exp
427 * gdb.base/ending-run.exp
428 * gdb.base/enumval.exp
429 * gdb.base/environ.exp
430 * gdb.base/eu-strip-infcall.exp
431 * gdb.base/eval-avoid-side-effects.exp
432 * gdb.base/eval-skip.exp
433 * gdb.base/exitsignal.exp
434 * gdb.base/expand-psymtabs.exp
435 * gdb.base/filesym.exp
436 * gdb.base/find-unmapped.exp
437 * gdb.base/finish.exp
438 * gdb.base/float.exp
439 * gdb.base/foll-exec-mode.exp
440 * gdb.base/foll-exec.exp
441 * gdb.base/foll-fork.exp
442 * gdb.base/fortran-sym-case.exp
443 * gdb.base/freebpcmd.exp
444 * gdb.base/func-ptr.exp
445 * gdb.base/func-ptrs.exp
446 * gdb.base/funcargs.exp
447 * gdb.base/gcore-buffer-overflow.exp
448 * gdb.base/gcore-relro-pie.exp
449 * gdb.base/gcore-relro.exp
450 * gdb.base/gcore.exp
451 * gdb.base/gdb1090.exp
452 * gdb.base/gdb11530.exp
453 * gdb.base/gdb11531.exp
454 * gdb.base/gdb1821.exp
455 * gdb.base/gdbindex-stabs.exp
456 * gdb.base/gdbvars.exp
457 * gdb.base/hbreak.exp
458 * gdb.base/hbreak2.exp
459 * gdb.base/included.exp
460 * gdb.base/infcall-input.exp
461 * gdb.base/inferior-died.exp
462 * gdb.base/infnan.exp
463 * gdb.base/info-macros.exp
464 * gdb.base/info-os.exp
465 * gdb.base/info-proc.exp
466 * gdb.base/info-shared.exp
467 * gdb.base/info-target.exp
468 * gdb.base/infoline.exp
469 * gdb.base/interp.exp
470 * gdb.base/interrupt.exp
471 * gdb.base/jit-reader.exp
472 * gdb.base/jit-simple.exp
473 * gdb.base/kill-after-signal.exp
474 * gdb.base/kill-detach-inferiors-cmd.exp
475 * gdb.base/label.exp
476 * gdb.base/langs.exp
477 * gdb.base/ldbl_e308.exp
478 * gdb.base/line-symtabs.exp
479 * gdb.base/linespecs.exp
480 * gdb.base/list.exp
481 * gdb.base/long_long.exp
482 * gdb.base/longest-types.exp
483 * gdb.base/maint.exp
484 * gdb.base/max-value-size.exp
485 * gdb.base/memattr.exp
486 * gdb.base/mips_pro.exp
487 * gdb.base/morestack.exp
488 * gdb.base/moribund-step.exp
489 * gdb.base/multi-forks.exp
490 * gdb.base/nested-addr.exp
491 * gdb.base/nextoverexit.exp
492 * gdb.base/noreturn-finish.exp
493 * gdb.base/noreturn-return.exp
494 * gdb.base/nostdlib.exp
495 * gdb.base/offsets.exp
496 * gdb.base/opaque.exp
497 * gdb.base/pc-fp.exp
498 * gdb.base/permissions.exp
499 * gdb.base/print-symbol-loading.exp
500 * gdb.base/prologue-include.exp
501 * gdb.base/psymtab.exp
502 * gdb.base/ptype.exp
503 * gdb.base/random-signal.exp
504 * gdb.base/randomize.exp
505 * gdb.base/range-stepping.exp
506 * gdb.base/readline-ask.exp
507 * gdb.base/recpar.exp
508 * gdb.base/recurse.exp
509 * gdb.base/relational.exp
510 * gdb.base/restore.exp
511 * gdb.base/return-nodebug.exp
512 * gdb.base/return.exp
513 * gdb.base/run-after-attach.exp
514 * gdb.base/save-bp.exp
515 * gdb.base/scope.exp
516 * gdb.base/sect-cmd.exp
517 * gdb.base/set-lang-auto.exp
518 * gdb.base/set-noassign.exp
519 * gdb.base/setvar.exp
520 * gdb.base/sigall.exp
521 * gdb.base/sigbpt.exp
522 * gdb.base/siginfo-addr.exp
523 * gdb.base/siginfo-infcall.exp
524 * gdb.base/siginfo-obj.exp
525 * gdb.base/siginfo.exp
526 * gdb.base/signals-state-child.exp
527 * gdb.base/signest.exp
528 * gdb.base/sigstep.exp
529 * gdb.base/sizeof.exp
530 * gdb.base/skip.exp
531 * gdb.base/solib-corrupted.exp
532 * gdb.base/solib-nodir.exp
533 * gdb.base/solib-search.exp
534 * gdb.base/stack-checking.exp
535 * gdb.base/stale-infcall.exp
536 * gdb.base/stap-probe.exp
537 * gdb.base/start.exp
538 * gdb.base/step-break.exp
539 * gdb.base/step-bt.exp
540 * gdb.base/step-line.exp
541 * gdb.base/step-over-exit.exp
542 * gdb.base/step-over-syscall.exp
543 * gdb.base/step-resume-infcall.exp
544 * gdb.base/step-test.exp
545 * gdb.base/store.exp
546 * gdb.base/structs3.exp
547 * gdb.base/sym-file.exp
548 * gdb.base/symbol-without-target_section.exp
549 * gdb.base/term.exp
550 * gdb.base/testenv.exp
551 * gdb.base/ui-redirect.exp
552 * gdb.base/until.exp
553 * gdb.base/unwindonsignal.exp
554 * gdb.base/value-double-free.exp
555 * gdb.base/vla-datatypes.exp
556 * gdb.base/vla-ptr.exp
557 * gdb.base/vla-sideeffect.exp
558 * gdb.base/volatile.exp
559 * gdb.base/watch-cond-infcall.exp
560 * gdb.base/watch-cond.exp
561 * gdb.base/watch-non-mem.exp
562 * gdb.base/watch-read.exp
563 * gdb.base/watch-vfork.exp
564 * gdb.base/watchpoint-cond-gone.exp
565 * gdb.base/watchpoint-delete.exp
566 * gdb.base/watchpoint-hw-hit-once.exp
567 * gdb.base/watchpoint-hw.exp
568 * gdb.base/watchpoint-stops-at-right-insn.exp
569 * gdb.base/watchpoints.exp
570 * gdb.base/wchar.exp
571 * gdb.base/whatis-exp.exp
572 * gdb.btrace/buffer-size.exp
573 * gdb.btrace/data.exp
574 * gdb.btrace/delta.exp
575 * gdb.btrace/dlopen.exp
576 * gdb.btrace/enable.exp
577 * gdb.btrace/exception.exp
578 * gdb.btrace/function_call_history.exp
579 * gdb.btrace/gcore.exp
580 * gdb.btrace/instruction_history.exp
581 * gdb.btrace/nohist.exp
582 * gdb.btrace/reconnect.exp
583 * gdb.btrace/record_goto-step.exp
584 * gdb.btrace/record_goto.exp
585 * gdb.btrace/rn-dl-bind.exp
586 * gdb.btrace/segv.exp
587 * gdb.btrace/step.exp
588 * gdb.btrace/stepi.exp
589 * gdb.btrace/tailcall-only.exp
590 * gdb.btrace/tailcall.exp
591 * gdb.btrace/tsx.exp
592 * gdb.btrace/unknown_functions.exp
593 * gdb.btrace/vdso.exp
594 * gdb.compile/compile-ifunc.exp
595 * gdb.compile/compile-ops.exp
596 * gdb.compile/compile-print.exp
597 * gdb.compile/compile-setjmp.exp
598 * gdb.cp/abstract-origin.exp
599 * gdb.cp/ambiguous.exp
600 * gdb.cp/annota2.exp
601 * gdb.cp/annota3.exp
602 * gdb.cp/anon-ns.exp
603 * gdb.cp/anon-struct.exp
604 * gdb.cp/anon-union.exp
605 * gdb.cp/arg-reference.exp
606 * gdb.cp/baseenum.exp
607 * gdb.cp/bool.exp
608 * gdb.cp/breakpoint.exp
609 * gdb.cp/bs15503.exp
610 * gdb.cp/call-c.exp
611 * gdb.cp/casts.exp
612 * gdb.cp/chained-calls.exp
613 * gdb.cp/class2.exp
614 * gdb.cp/classes.exp
615 * gdb.cp/cmpd-minsyms.exp
616 * gdb.cp/converts.exp
617 * gdb.cp/cp-relocate.exp
618 * gdb.cp/cpcompletion.exp
619 * gdb.cp/cpexprs.exp
620 * gdb.cp/cplabel.exp
621 * gdb.cp/cplusfuncs.exp
622 * gdb.cp/cpsizeof.exp
623 * gdb.cp/ctti.exp
624 * gdb.cp/derivation.exp
625 * gdb.cp/destrprint.exp
626 * gdb.cp/dispcxx.exp
627 * gdb.cp/enum-class.exp
628 * gdb.cp/exception.exp
629 * gdb.cp/exceptprint.exp
630 * gdb.cp/expand-psymtabs-cxx.exp
631 * gdb.cp/expand-sals.exp
632 * gdb.cp/extern-c.exp
633 * gdb.cp/filename.exp
634 * gdb.cp/formatted-ref.exp
635 * gdb.cp/fpointer.exp
636 * gdb.cp/gdb1355.exp
637 * gdb.cp/gdb2495.exp
638 * gdb.cp/hang.exp
639 * gdb.cp/impl-this.exp
640 * gdb.cp/infcall-dlopen.exp
641 * gdb.cp/inherit.exp
642 * gdb.cp/iostream.exp
643 * gdb.cp/koenig.exp
644 * gdb.cp/local.exp
645 * gdb.cp/m-data.exp
646 * gdb.cp/m-static.exp
647 * gdb.cp/mb-ctor.exp
648 * gdb.cp/mb-inline.exp
649 * gdb.cp/mb-templates.exp
650 * gdb.cp/member-name.exp
651 * gdb.cp/member-ptr.exp
652 * gdb.cp/meth-typedefs.exp
653 * gdb.cp/method.exp
654 * gdb.cp/method2.exp
655 * gdb.cp/minsym-fallback.exp
656 * gdb.cp/misc.exp
657 * gdb.cp/namelessclass.exp
658 * gdb.cp/namespace-enum.exp
659 * gdb.cp/namespace-nested-import.exp
660 * gdb.cp/namespace.exp
661 * gdb.cp/nextoverthrow.exp
662 * gdb.cp/no-dmgl-verbose.exp
663 * gdb.cp/non-trivial-retval.exp
664 * gdb.cp/noparam.exp
665 * gdb.cp/nsdecl.exp
666 * gdb.cp/nsimport.exp
667 * gdb.cp/nsnested.exp
668 * gdb.cp/nsnoimports.exp
669 * gdb.cp/nsrecurs.exp
670 * gdb.cp/nsstress.exp
671 * gdb.cp/nsusing.exp
672 * gdb.cp/operator.exp
673 * gdb.cp/oranking.exp
674 * gdb.cp/overload-const.exp
675 * gdb.cp/overload.exp
676 * gdb.cp/ovldbreak.exp
677 * gdb.cp/ovsrch.exp
678 * gdb.cp/paren-type.exp
679 * gdb.cp/parse-lang.exp
680 * gdb.cp/pass-by-ref.exp
681 * gdb.cp/pr-1023.exp
682 * gdb.cp/pr-1210.exp
683 * gdb.cp/pr-574.exp
684 * gdb.cp/pr10687.exp
685 * gdb.cp/pr12028.exp
686 * gdb.cp/pr17132.exp
687 * gdb.cp/pr17494.exp
688 * gdb.cp/pr9067.exp
689 * gdb.cp/pr9167.exp
690 * gdb.cp/pr9631.exp
691 * gdb.cp/printmethod.exp
692 * gdb.cp/psmang.exp
693 * gdb.cp/psymtab-parameter.exp
694 * gdb.cp/ptype-cv-cp.exp
695 * gdb.cp/ptype-flags.exp
696 * gdb.cp/re-set-overloaded.exp
697 * gdb.cp/ref-types.exp
698 * gdb.cp/rtti.exp
699 * gdb.cp/scope-err.exp
700 * gdb.cp/shadow.exp
701 * gdb.cp/smartp.exp
702 * gdb.cp/static-method.exp
703 * gdb.cp/static-print-quit.exp
704 * gdb.cp/temargs.exp
705 * gdb.cp/templates.exp
706 * gdb.cp/try_catch.exp
707 * gdb.cp/typedef-operator.exp
708 * gdb.cp/typeid.exp
709 * gdb.cp/userdef.exp
710 * gdb.cp/using-crash.exp
711 * gdb.cp/var-tag.exp
712 * gdb.cp/virtbase.exp
713 * gdb.cp/virtfunc.exp
714 * gdb.cp/virtfunc2.exp
715 * gdb.cp/vla-cxx.exp
716 * gdb.disasm/t01_mov.exp
717 * gdb.disasm/t02_mova.exp
718 * gdb.disasm/t03_add.exp
719 * gdb.disasm/t04_sub.exp
720 * gdb.disasm/t05_cmp.exp
721 * gdb.disasm/t06_ari2.exp
722 * gdb.disasm/t07_ari3.exp
723 * gdb.disasm/t08_or.exp
724 * gdb.disasm/t09_xor.exp
725 * gdb.disasm/t10_and.exp
726 * gdb.disasm/t11_logs.exp
727 * gdb.disasm/t12_bit.exp
728 * gdb.disasm/t13_otr.exp
729 * gdb.dlang/circular.exp
730 * gdb.dwarf2/arr-stride.exp
731 * gdb.dwarf2/arr-subrange.exp
732 * gdb.dwarf2/atomic-type.exp
733 * gdb.dwarf2/bad-regnum.exp
734 * gdb.dwarf2/bitfield-parent-optimized-out.exp
735 * gdb.dwarf2/callframecfa.exp
736 * gdb.dwarf2/clztest.exp
737 * gdb.dwarf2/corrupt.exp
738 * gdb.dwarf2/data-loc.exp
739 * gdb.dwarf2/dup-psym.exp
740 * gdb.dwarf2/dw2-anon-mptr.exp
741 * gdb.dwarf2/dw2-anonymous-func.exp
742 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
743 * gdb.dwarf2/dw2-bad-unresolved.exp
744 * gdb.dwarf2/dw2-basic.exp
745 * gdb.dwarf2/dw2-canonicalize-type.exp
746 * gdb.dwarf2/dw2-case-insensitive.exp
747 * gdb.dwarf2/dw2-common-block.exp
748 * gdb.dwarf2/dw2-compdir-oldgcc.exp
749 * gdb.dwarf2/dw2-compressed.exp
750 * gdb.dwarf2/dw2-const.exp
751 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
752 * gdb.dwarf2/dw2-cu-size.exp
753 * gdb.dwarf2/dw2-dup-frame.exp
754 * gdb.dwarf2/dw2-entry-value.exp
755 * gdb.dwarf2/dw2-icycle.exp
756 * gdb.dwarf2/dw2-ifort-parameter.exp
757 * gdb.dwarf2/dw2-inline-break.exp
758 * gdb.dwarf2/dw2-inline-param.exp
759 * gdb.dwarf2/dw2-intercu.exp
760 * gdb.dwarf2/dw2-intermix.exp
761 * gdb.dwarf2/dw2-lexical-block-bare.exp
762 * gdb.dwarf2/dw2-linkage-name-trust.exp
763 * gdb.dwarf2/dw2-minsym-in-cu.exp
764 * gdb.dwarf2/dw2-noloc.exp
765 * gdb.dwarf2/dw2-op-call.exp
766 * gdb.dwarf2/dw2-op-out-param.exp
767 * gdb.dwarf2/dw2-opt-structptr.exp
768 * gdb.dwarf2/dw2-param-error.exp
769 * gdb.dwarf2/dw2-producer.exp
770 * gdb.dwarf2/dw2-ranges-base.exp
771 * gdb.dwarf2/dw2-ref-missing-frame.exp
772 * gdb.dwarf2/dw2-reg-undefined.exp
773 * gdb.dwarf2/dw2-regno-invalid.exp
774 * gdb.dwarf2/dw2-restore.exp
775 * gdb.dwarf2/dw2-restrict.exp
776 * gdb.dwarf2/dw2-single-line-discriminators.exp
777 * gdb.dwarf2/dw2-strp.exp
778 * gdb.dwarf2/dw2-undefined-ret-addr.exp
779 * gdb.dwarf2/dw2-unresolved.exp
780 * gdb.dwarf2/dw2-var-zero-addr.exp
781 * gdb.dwarf2/dw4-sig-types.exp
782 * gdb.dwarf2/dwz.exp
783 * gdb.dwarf2/dynarr-ptr.exp
784 * gdb.dwarf2/enum-type.exp
785 * gdb.dwarf2/gdb-index.exp
786 * gdb.dwarf2/implptr-64bit.exp
787 * gdb.dwarf2/implptr-optimized-out.exp
788 * gdb.dwarf2/implptr.exp
789 * gdb.dwarf2/implref-array.exp
790 * gdb.dwarf2/implref-const.exp
791 * gdb.dwarf2/implref-global.exp
792 * gdb.dwarf2/implref-struct.exp
793 * gdb.dwarf2/mac-fileno.exp
794 * gdb.dwarf2/main-subprogram.exp
795 * gdb.dwarf2/member-ptr-forwardref.exp
796 * gdb.dwarf2/method-ptr.exp
797 * gdb.dwarf2/missing-sig-type.exp
798 * gdb.dwarf2/nonvar-access.exp
799 * gdb.dwarf2/opaque-type-lookup.exp
800 * gdb.dwarf2/pieces-optimized-out.exp
801 * gdb.dwarf2/pieces.exp
802 * gdb.dwarf2/pr10770.exp
803 * gdb.dwarf2/pr13961.exp
804 * gdb.dwarf2/staticvirtual.exp
805 * gdb.dwarf2/subrange.exp
806 * gdb.dwarf2/symtab-producer.exp
807 * gdb.dwarf2/trace-crash.exp
808 * gdb.dwarf2/typeddwarf.exp
809 * gdb.dwarf2/valop.exp
810 * gdb.dwarf2/watch-notconst.exp
811 * gdb.fortran/array-element.exp
812 * gdb.fortran/charset.exp
813 * gdb.fortran/common-block.exp
814 * gdb.fortran/complex.exp
815 * gdb.fortran/derived-type-function.exp
816 * gdb.fortran/derived-type.exp
817 * gdb.fortran/logical.exp
818 * gdb.fortran/module.exp
819 * gdb.fortran/multi-dim.exp
820 * gdb.fortran/nested-funcs.exp
821 * gdb.fortran/print-formatted.exp
822 * gdb.fortran/subarray.exp
823 * gdb.fortran/vla-alloc-assoc.exp
824 * gdb.fortran/vla-datatypes.exp
825 * gdb.fortran/vla-history.exp
826 * gdb.fortran/vla-ptr-info.exp
827 * gdb.fortran/vla-ptype-sub.exp
828 * gdb.fortran/vla-ptype.exp
829 * gdb.fortran/vla-sizeof.exp
830 * gdb.fortran/vla-type.exp
831 * gdb.fortran/vla-value-sub-arbitrary.exp
832 * gdb.fortran/vla-value-sub-finish.exp
833 * gdb.fortran/vla-value-sub.exp
834 * gdb.fortran/vla-value.exp
835 * gdb.fortran/whatis_type.exp
836 * gdb.go/chan.exp
837 * gdb.go/handcall.exp
838 * gdb.go/hello.exp
839 * gdb.go/integers.exp
840 * gdb.go/methods.exp
841 * gdb.go/package.exp
842 * gdb.go/strings.exp
843 * gdb.go/types.exp
844 * gdb.go/unsafe.exp
845 * gdb.guile/scm-arch.exp
846 * gdb.guile/scm-block.exp
847 * gdb.guile/scm-breakpoint.exp
848 * gdb.guile/scm-cmd.exp
849 * gdb.guile/scm-disasm.exp
850 * gdb.guile/scm-equal.exp
851 * gdb.guile/scm-frame-args.exp
852 * gdb.guile/scm-frame-inline.exp
853 * gdb.guile/scm-frame.exp
854 * gdb.guile/scm-iterator.exp
855 * gdb.guile/scm-math.exp
856 * gdb.guile/scm-objfile.exp
857 * gdb.guile/scm-ports.exp
858 * gdb.guile/scm-symbol.exp
859 * gdb.guile/scm-symtab.exp
860 * gdb.guile/scm-value-cc.exp
861 * gdb.guile/types-module.exp
862 * gdb.linespec/break-ask.exp
863 * gdb.linespec/cpexplicit.exp
864 * gdb.linespec/explicit.exp
865 * gdb.linespec/keywords.exp
866 * gdb.linespec/linespec.exp
867 * gdb.linespec/ls-dollar.exp
868 * gdb.linespec/ls-errs.exp
869 * gdb.linespec/skip-two.exp
870 * gdb.linespec/thread.exp
871 * gdb.mi/mi-async.exp
872 * gdb.mi/mi-basics.exp
873 * gdb.mi/mi-break.exp
874 * gdb.mi/mi-catch-load.exp
875 * gdb.mi/mi-cli.exp
876 * gdb.mi/mi-cmd-param-changed.exp
877 * gdb.mi/mi-console.exp
878 * gdb.mi/mi-detach.exp
879 * gdb.mi/mi-disassemble.exp
880 * gdb.mi/mi-eval.exp
881 * gdb.mi/mi-file-transfer.exp
882 * gdb.mi/mi-file.exp
883 * gdb.mi/mi-fill-memory.exp
884 * gdb.mi/mi-inheritance-syntax-error.exp
885 * gdb.mi/mi-linespec-err-cp.exp
886 * gdb.mi/mi-logging.exp
887 * gdb.mi/mi-memory-changed.exp
888 * gdb.mi/mi-read-memory.exp
889 * gdb.mi/mi-record-changed.exp
890 * gdb.mi/mi-reg-undefined.exp
891 * gdb.mi/mi-regs.exp
892 * gdb.mi/mi-return.exp
893 * gdb.mi/mi-reverse.exp
894 * gdb.mi/mi-simplerun.exp
895 * gdb.mi/mi-solib.exp
896 * gdb.mi/mi-stack.exp
897 * gdb.mi/mi-stepi.exp
898 * gdb.mi/mi-syn-frame.exp
899 * gdb.mi/mi-until.exp
900 * gdb.mi/mi-var-block.exp
901 * gdb.mi/mi-var-child.exp
902 * gdb.mi/mi-var-cmd.exp
903 * gdb.mi/mi-var-cp.exp
904 * gdb.mi/mi-var-display.exp
905 * gdb.mi/mi-var-invalidate.exp
906 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
907 * gdb.mi/mi-vla-fortran.exp
908 * gdb.mi/mi-watch.exp
909 * gdb.mi/mi2-var-child.exp
910 * gdb.mi/user-selected-context-sync.exp
911 * gdb.modula2/unbounded-array.exp
912 * gdb.multi/dummy-frame-restore.exp
913 * gdb.multi/multi-arch-exec.exp
914 * gdb.multi/multi-arch.exp
915 * gdb.multi/tids.exp
916 * gdb.multi/watchpoint-multi.exp
917 * gdb.opencl/callfuncs.exp
918 * gdb.opencl/convs_casts.exp
919 * gdb.opencl/datatypes.exp
920 * gdb.opencl/operators.exp
921 * gdb.opencl/vec_comps.exp
922 * gdb.opt/clobbered-registers-O2.exp
923 * gdb.opt/inline-break.exp
924 * gdb.opt/inline-bt.exp
925 * gdb.opt/inline-cmds.exp
926 * gdb.opt/inline-locals.exp
927 * gdb.pascal/case-insensitive-symbols.exp
928 * gdb.pascal/floats.exp
929 * gdb.pascal/gdb11492.exp
930 * gdb.python/lib-types.exp
931 * gdb.python/py-arch.exp
932 * gdb.python/py-as-string.exp
933 * gdb.python/py-bad-printers.exp
934 * gdb.python/py-block.exp
935 * gdb.python/py-breakpoint-create-fail.exp
936 * gdb.python/py-breakpoint.exp
937 * gdb.python/py-caller-is.exp
938 * gdb.python/py-cmd.exp
939 * gdb.python/py-explore-cc.exp
940 * gdb.python/py-explore.exp
941 * gdb.python/py-finish-breakpoint.exp
942 * gdb.python/py-finish-breakpoint2.exp
943 * gdb.python/py-frame-args.exp
944 * gdb.python/py-frame-inline.exp
945 * gdb.python/py-frame.exp
946 * gdb.python/py-framefilter-mi.exp
947 * gdb.python/py-infthread.exp
948 * gdb.python/py-lazy-string.exp
949 * gdb.python/py-linetable.exp
950 * gdb.python/py-mi-events.exp
951 * gdb.python/py-mi-objfile.exp
952 * gdb.python/py-mi.exp
953 * gdb.python/py-objfile.exp
954 * gdb.python/py-pp-integral.exp
955 * gdb.python/py-pp-maint.exp
956 * gdb.python/py-pp-re-notag.exp
957 * gdb.python/py-pp-registration.exp
958 * gdb.python/py-recurse-unwind.exp
959 * gdb.python/py-strfns.exp
960 * gdb.python/py-symbol.exp
961 * gdb.python/py-symtab.exp
962 * gdb.python/py-sync-interp.exp
963 * gdb.python/py-typeprint.exp
964 * gdb.python/py-unwind-maint.exp
965 * gdb.python/py-unwind.exp
966 * gdb.python/py-value-cc.exp
967 * gdb.python/py-xmethods.exp
968 * gdb.reverse/amd64-tailcall-reverse.exp
969 * gdb.reverse/break-precsave.exp
970 * gdb.reverse/break-reverse.exp
971 * gdb.reverse/consecutive-precsave.exp
972 * gdb.reverse/consecutive-reverse.exp
973 * gdb.reverse/finish-precsave.exp
974 * gdb.reverse/finish-reverse-bkpt.exp
975 * gdb.reverse/finish-reverse.exp
976 * gdb.reverse/fstatat-reverse.exp
977 * gdb.reverse/getresuid-reverse.exp
978 * gdb.reverse/i386-precsave.exp
979 * gdb.reverse/i386-reverse.exp
980 * gdb.reverse/i386-sse-reverse.exp
981 * gdb.reverse/i387-env-reverse.exp
982 * gdb.reverse/i387-stack-reverse.exp
983 * gdb.reverse/insn-reverse.exp
984 * gdb.reverse/machinestate-precsave.exp
985 * gdb.reverse/machinestate.exp
986 * gdb.reverse/next-reverse-bkpt-over-sr.exp
987 * gdb.reverse/pipe-reverse.exp
988 * gdb.reverse/readv-reverse.exp
989 * gdb.reverse/recvmsg-reverse.exp
990 * gdb.reverse/rerun-prec.exp
991 * gdb.reverse/s390-mvcle.exp
992 * gdb.reverse/step-precsave.exp
993 * gdb.reverse/step-reverse.exp
994 * gdb.reverse/time-reverse.exp
995 * gdb.reverse/until-precsave.exp
996 * gdb.reverse/until-reverse.exp
997 * gdb.reverse/waitpid-reverse.exp
998 * gdb.reverse/watch-precsave.exp
999 * gdb.reverse/watch-reverse.exp
1000 * gdb.rust/generics.exp
1001 * gdb.rust/methods.exp
1002 * gdb.rust/modules.exp
1003 * gdb.rust/simple.exp
1004 * gdb.server/connect-with-no-symbol-file.exp
1005 * gdb.server/ext-attach.exp
1006 * gdb.server/ext-restart.exp
1007 * gdb.server/ext-wrapper.exp
1008 * gdb.server/file-transfer.exp
1009 * gdb.server/server-exec-info.exp
1010 * gdb.server/server-kill.exp
1011 * gdb.server/server-mon.exp
1012 * gdb.server/wrapper.exp
1013 * gdb.stabs/exclfwd.exp
1014 * gdb.stabs/gdb11479.exp
1015 * gdb.threads/clone-new-thread-event.exp
1016 * gdb.threads/corethreads.exp
1017 * gdb.threads/current-lwp-dead.exp
1018 * gdb.threads/dlopen-libpthread.exp
1019 * gdb.threads/gcore-thread.exp
1020 * gdb.threads/sigstep-threads.exp
1021 * gdb.threads/watchpoint-fork.exp
1022 * gdb.trace/actions-changed.exp
1023 * gdb.trace/backtrace.exp
1024 * gdb.trace/change-loc.exp
1025 * gdb.trace/circ.exp
1026 * gdb.trace/collection.exp
1027 * gdb.trace/disconnected-tracing.exp
1028 * gdb.trace/ftrace.exp
1029 * gdb.trace/mi-trace-frame-collected.exp
1030 * gdb.trace/mi-trace-unavailable.exp
1031 * gdb.trace/mi-traceframe-changed.exp
1032 * gdb.trace/mi-tsv-changed.exp
1033 * gdb.trace/no-attach-trace.exp
1034 * gdb.trace/passc-dyn.exp
1035 * gdb.trace/qtro.exp
1036 * gdb.trace/range-stepping.exp
1037 * gdb.trace/read-memory.exp
1038 * gdb.trace/save-trace.exp
1039 * gdb.trace/signal.exp
1040 * gdb.trace/status-stop.exp
1041 * gdb.trace/tfile.exp
1042 * gdb.trace/trace-break.exp
1043 * gdb.trace/trace-buffer-size.exp
1044 * gdb.trace/trace-condition.exp
1045 * gdb.trace/tracefile-pseudo-reg.exp
1046 * gdb.trace/tstatus.exp
1047 * gdb.trace/unavailable.exp
1048 * gdb.trace/while-dyn.exp
1049 * gdb.trace/while-stepping.exp
1050
34c41c68
DE
10512016-12-22 Doug Evans <xdje42@gmail.com>
1052
1053 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1054 and msymbols.
1055
16e69324
YQ
10562016-12-19 Yao Qi <yao.qi@linaro.org>
1057
1058 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1059 (test_with_self): Don't call do_steps_and_nexts, and remove
1060 code about stepping into xmalloc.
1061
f94f411b
YQ
10622016-12-09 Yao Qi <yao.qi@linaro.org>
1063
1064 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1065
10662016-12-09 Yao Qi <yao.qi@linaro.org>
1067
1068 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1069
f1b5deee
PA
10702016-12-09 Pedro Alves <palves@redhat.com>
1071
1072 * gdb.base/all-architectures-0.exp: New file.
1073 * gdb.base/all-architectures-1.exp: New file.
1074 * gdb.base/all-architectures-2.exp: New file.
1075 * gdb.base/all-architectures-3.exp: New file.
1076 * gdb.base/all-architectures-4.exp: New file.
1077 * gdb.base/all-architectures-5.exp: New file.
1078 * gdb.base/all-architectures-6.exp: New file.
1079 * gdb.base/all-architectures-7.exp: New file.
1080 * gdb.base/all-architectures.exp.in: New file.
1081
364ca42e
YQ
10822016-12-09 Yao Qi <yao.qi@linaro.org>
1083
1084 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1085
107c2d62
LM
10862016-12-02 Luis Machado <lgustavo@codesourcery.com>
1087
1088 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1089 possible.
1090 Remove useless pattern-matching code.
1091
df3ee9ca
PA
10922016-12-02 Pedro Alves <palves@redhat.com>
1093
1094 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1095 procedure.
1096 (top level): Call it.
1097
ec835369
PA
10982016-12-02 Pedro Alves <palves@redhat.com>
1099
1100 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1101 New procedure.
1102 (top level): Call it.
1103
01770bbd
PA
11042016-12-02 Pedro Alves <palves@redhat.com>
1105
1106 PR cli/20559
1107 * gdb.base/commands.exp (user_defined_command_args_eval): New
1108 procedure.
1109 (top level): Call it.
1110
008459ea
LM
11112016-12-02 Luis Machado <lgustavo@codesourcery.com>
1112
1113 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1114 timeout handling.
1115
0c1b455e
TT
11162016-12-02 Tom Tromey <tom@tromey.com>
1117
1118 * gdb.dwarf2/main-subprogram.c: New file.
1119 * gdb.dwarf2/main-subprogram.exp: New file.
1120
018572b8
LM
11212016-12-01 Luis Machado <lgustavo@codesourcery.com>
1122
1123 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1124 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1125 gdb_test_no_output for a couple of cases.
1126 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1127
84c93cd5
LM
11282016-12-01 Luis Machado <lgustavo@codesourcery.com>
1129
1130 Fix test names and standardize compilation error messages throughout
1131 the following files:
1132
1133 * gdb.ada/start.exp
1134 * gdb.arch/alpha-step.exp
1135 * gdb.arch/e500-prologue.exp
1136 * gdb.arch/ftrace-insn-reloc.exp
1137 * gdb.arch/gdb1291.exp
1138 * gdb.arch/gdb1431.exp
1139 * gdb.arch/gdb1558.exp
1140 * gdb.arch/i386-dr3-watch.exp
1141 * gdb.arch/i386-sse-stack-align.exp
1142 * gdb.arch/ia64-breakpoint-shadow.exp
1143 * gdb.arch/pa-nullify.exp
1144 * gdb.arch/powerpc-aix-prologue.exp
1145 * gdb.arch/thumb-bx-pc.exp
1146 * gdb.base/annota1.exp
1147 * gdb.base/annota3.exp
1148 * gdb.base/arrayidx.exp
1149 * gdb.base/assign.exp
1150 * gdb.base/attach.exp
1151 * gdb.base/auxv.exp
1152 * gdb.base/bang.exp
1153 * gdb.base/bfp-test.exp
1154 * gdb.base/bigcore.exp
1155 * gdb.base/bitfields2.exp
1156 * gdb.base/break-fun-addr.exp
1157 * gdb.base/break-probes.exp
1158 * gdb.base/call-rt-st.exp
1159 * gdb.base/callexit.exp
1160 * gdb.base/catch-fork-kill.exp
1161 * gdb.base/charset.exp
1162 * gdb.base/checkpoint.exp
1163 * gdb.base/comprdebug.exp
1164 * gdb.base/constvars.exp
1165 * gdb.base/coredump-filter.exp
1166 * gdb.base/cursal.exp
1167 * gdb.base/cvexpr.exp
1168 * gdb.base/detach.exp
1169 * gdb.base/display.exp
1170 * gdb.base/dmsym.exp
1171 * gdb.base/dprintf-pending.exp
1172 * gdb.base/dso2dso.exp
1173 * gdb.base/dtrace-probe.exp
1174 * gdb.base/dump.exp
1175 * gdb.base/enum_cond.exp
1176 * gdb.base/exe-lock.exp
1177 * gdb.base/exec-invalid-sysroot.exp
1178 * gdb.base/execl-update-breakpoints.exp
1179 * gdb.base/exprs.exp
1180 * gdb.base/fileio.exp
1181 * gdb.base/find.exp
1182 * gdb.base/finish.exp
1183 * gdb.base/fixsection.exp
1184 * gdb.base/foll-vfork.exp
1185 * gdb.base/frame-args.exp
1186 * gdb.base/gcore.exp
1187 * gdb.base/gdb1250.exp
1188 * gdb.base/global-var-nested-by-dso.exp
1189 * gdb.base/gnu-ifunc.exp
1190 * gdb.base/hashline1.exp
1191 * gdb.base/hashline2.exp
1192 * gdb.base/hashline3.exp
1193 * gdb.base/hbreak-in-shr-unsupported.exp
1194 * gdb.base/huge.exp
1195 * gdb.base/infcall-input.exp
1196 * gdb.base/info-fun.exp
1197 * gdb.base/info-shared.exp
1198 * gdb.base/jit-simple.exp
1199 * gdb.base/jit-so.exp
1200 * gdb.base/jit.exp
1201 * gdb.base/jump.exp
1202 * gdb.base/label.exp
1203 * gdb.base/lineinc.exp
1204 * gdb.base/logical.exp
1205 * gdb.base/longjmp.exp
1206 * gdb.base/macscp.exp
1207 * gdb.base/miscexprs.exp
1208 * gdb.base/new-ui-echo.exp
1209 * gdb.base/new-ui-pending-input.exp
1210 * gdb.base/new-ui.exp
1211 * gdb.base/nodebug.exp
1212 * gdb.base/nofield.exp
1213 * gdb.base/offsets.exp
1214 * gdb.base/overlays.exp
1215 * gdb.base/pending.exp
1216 * gdb.base/pointers.exp
1217 * gdb.base/pr11022.exp
1218 * gdb.base/printcmds.exp
1219 * gdb.base/prologue.exp
1220 * gdb.base/ptr-typedef.exp
1221 * gdb.base/realname-expand.exp
1222 * gdb.base/relativedebug.exp
1223 * gdb.base/relocate.exp
1224 * gdb.base/remote.exp
1225 * gdb.base/reread.exp
1226 * gdb.base/return2.exp
1227 * gdb.base/savedregs.exp
1228 * gdb.base/sep.exp
1229 * gdb.base/sepdebug.exp
1230 * gdb.base/sepsymtab.exp
1231 * gdb.base/set-inferior-tty.exp
1232 * gdb.base/setshow.exp
1233 * gdb.base/shlib-call.exp
1234 * gdb.base/sigaltstack.exp
1235 * gdb.base/siginfo-addr.exp
1236 * gdb.base/signals.exp
1237 * gdb.base/signull.exp
1238 * gdb.base/sigrepeat.exp
1239 * gdb.base/so-impl-ld.exp
1240 * gdb.base/solib-display.exp
1241 * gdb.base/solib-overlap.exp
1242 * gdb.base/solib-search.exp
1243 * gdb.base/solib-symbol.exp
1244 * gdb.base/structs.exp
1245 * gdb.base/structs2.exp
1246 * gdb.base/symtab-search-order.exp
1247 * gdb.base/twice.exp
1248 * gdb.base/unload.exp
1249 * gdb.base/varargs.exp
1250 * gdb.base/watchpoint-solib.exp
1251 * gdb.base/watchpoint.exp
1252 * gdb.base/whatis.exp
1253 * gdb.base/wrong_frame_bt_full.exp
1254 * gdb.btrace/dlopen.exp
1255 * gdb.cell/ea-standalone.exp
1256 * gdb.cell/ea-test.exp
1257 * gdb.cp/dispcxx.exp
1258 * gdb.cp/gdb2384.exp
1259 * gdb.cp/method2.exp
1260 * gdb.cp/nextoverthrow.exp
1261 * gdb.cp/pr10728.exp
1262 * gdb.disasm/am33.exp
1263 * gdb.disasm/h8300s.exp
1264 * gdb.disasm/mn10300.exp
1265 * gdb.disasm/sh3.exp
1266 * gdb.dwarf2/dw2-dir-file-name.exp
1267 * gdb.fortran/complex.exp
1268 * gdb.fortran/library-module.exp
1269 * gdb.guile/scm-pretty-print.exp
1270 * gdb.guile/scm-symbol.exp
1271 * gdb.guile/scm-type.exp
1272 * gdb.guile/scm-value.exp
1273 * gdb.linespec/linespec.exp
1274 * gdb.mi/gdb701.exp
1275 * gdb.mi/gdb792.exp
1276 * gdb.mi/mi-breakpoint-changed.exp
1277 * gdb.mi/mi-dprintf-pending.exp
1278 * gdb.mi/mi-dprintf.exp
1279 * gdb.mi/mi-exit-code.exp
1280 * gdb.mi/mi-pending.exp
1281 * gdb.mi/mi-solib.exp
1282 * gdb.mi/new-ui-mi-sync.exp
1283 * gdb.mi/pr11022.exp
1284 * gdb.mi/user-selected-context-sync.exp
1285 * gdb.opt/solib-intra-step.exp
1286 * gdb.python/py-events.exp
1287 * gdb.python/py-finish-breakpoint.exp
1288 * gdb.python/py-mi.exp
1289 * gdb.python/py-prettyprint.exp
1290 * gdb.python/py-shared.exp
1291 * gdb.python/py-symbol.exp
1292 * gdb.python/py-template.exp
1293 * gdb.python/py-type.exp
1294 * gdb.python/py-value.exp
1295 * gdb.reverse/solib-precsave.exp
1296 * gdb.reverse/solib-reverse.exp
1297 * gdb.server/solib-list.exp
1298 * gdb.stabs/weird.exp
1299 * gdb.threads/reconnect-signal.exp
1300 * gdb.threads/stepi-random-signal.exp
1301 * gdb.trace/actions.exp
1302 * gdb.trace/ax.exp
1303 * gdb.trace/backtrace.exp
1304 * gdb.trace/change-loc.exp
1305 * gdb.trace/deltrace.exp
1306 * gdb.trace/ftrace-lock.exp
1307 * gdb.trace/ftrace.exp
1308 * gdb.trace/infotrace.exp
1309 * gdb.trace/mi-tracepoint-changed.exp
1310 * gdb.trace/packetlen.exp
1311 * gdb.trace/passcount.exp
1312 * gdb.trace/pending.exp
1313 * gdb.trace/range-stepping.exp
1314 * gdb.trace/report.exp
1315 * gdb.trace/stap-trace.exp
1316 * gdb.trace/tfind.exp
1317 * gdb.trace/trace-break.exp
1318 * gdb.trace/trace-condition.exp
1319 * gdb.trace/trace-enable-disable.exp
1320 * gdb.trace/trace-mt.exp
1321 * gdb.trace/tracecmd.exp
1322 * gdb.trace/tspeed.exp
1323 * gdb.trace/tsv.exp
1324 * lib/perftest.exp
1325
fb9feb35
LM
13262016-12-01 Luis Machado <lgustavo@codesourcery.com>
1327
1328 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1329 with gdb_test_no_output.
1330 Use command as test name.
1331
cd2ddb6c
LM
13322016-12-01 Luis Machado <lgustavo@codesourcery.com>
1333
1334 Fix test names starting with uppercase throughout the files.
1335
1336 * gdb.ada/assign_1.exp
1337 * gdb.ada/boolean_expr.exp
1338 * gdb.base/arrayidx.exp
1339 * gdb.base/del.exp
1340 * gdb.base/gcore-buffer-overflow.exp
1341 * gdb.base/testenv.exp
1342 * gdb.compile/compile.exp
1343 * gdb.python/py-framefilter-invalidarg.exp
1344 * gdb.python/py-framefilter.exp
1345
bb95117e
LM
13462016-12-01 Luis Machado <lgustavo@codesourcery.com>
1347
1348 Fix test names starting with uppercase throughout the files.
1349
1350 * gdb.ada/array_return.exp
1351 * gdb.ada/expr_delims.exp
1352 * gdb.ada/mi_dyn_arr.exp
1353 * gdb.ada/mi_interface.exp
1354 * gdb.ada/mi_var_array.exp
1355 * gdb.ada/watch_arg.exp
1356 * gdb.arch/alpha-step.exp
1357 * gdb.arch/altivec-regs.exp
1358 * gdb.arch/e500-regs.exp
1359 * gdb.arch/powerpc-d128-regs.exp
1360 * gdb.base/arrayidx.exp
1361 * gdb.base/break.exp
1362 * gdb.base/checkpoint.exp
1363 * gdb.base/debug-expr.exp
1364 * gdb.base/dmsym.exp
1365 * gdb.base/radix.exp
1366 * gdb.base/sepdebug.exp
1367 * gdb.base/testenv.exp
1368 * gdb.base/watch_thread_num.exp
1369 * gdb.base/watchpoint-cond-gone.exp
1370 * gdb.cell/break.exp
1371 * gdb.cell/ea-cache.exp
1372 * gdb.compile/compile.exp
1373 * gdb.cp/gdb2495.exp
1374 * gdb.gdb/selftest.exp
1375 * gdb.gdb/xfullpath.exp
1376 * gdb.go/hello.exp
1377 * gdb.go/integers.exp
1378 * gdb.objc/basicclass.exp
1379 * gdb.pascal/hello.exp
1380 * gdb.pascal/integers.exp
1381 * gdb.python/py-breakpoint.exp
1382 * gdb.python/py-cmd.exp
1383 * gdb.python/py-linetable.exp
1384 * gdb.python/py-xmethods.exp
1385 * gdb.python/python.exp
1386 * gdb.reverse/consecutive-precsave.exp
1387 * gdb.reverse/finish-precsave.exp
1388 * gdb.reverse/i386-precsave.exp
1389 * gdb.reverse/machinestate-precsave.exp
1390 * gdb.reverse/sigall-precsave.exp
1391 * gdb.reverse/solib-precsave.exp
1392 * gdb.reverse/step-precsave.exp
1393 * gdb.reverse/until-precsave.exp
1394 * gdb.reverse/watch-precsave.exp
1395 * gdb.threads/leader-exit.exp
1396 * gdb.threads/pthreads.exp
1397 * gdb.threads/wp-replication.exp
1398 * gdb.trace/actions.exp
1399 * gdb.trace/mi-tsv-changed.exp
1400 * gdb.trace/tsv.exp
1401
de97fdd4
LM
14022016-12-01 Luis Machado <lgustavo@codesourcery.com>
1403
1404 Fix test names starting with uppercase throughout the files.
1405
1406 * gdb.arch/i386-bp_permanent.exp
1407 * gdb.arch/i386-gnu-cfi.exp
1408 * gdb.base/disasm-end-cu.exp
1409 * gdb.base/macscp.exp
1410 * gdb.base/pending.exp
1411 * gdb.base/watch_thread_num.exp
1412 * gdb.cp/exception.exp
1413 * gdb.cp/gdb2495.exp
1414 * gdb.cp/local.exp
1415 * gdb.python/py-evsignal.exp
1416 * gdb.python/python.exp
1417 * gdb.trace/tracecmd.exp
1418
9f058c10
LM
14192016-12-01 Luis Machado <lgustavo@codesourcery.com>
1420
1421 Fix test names starting with uppercase throughout the files.
1422
1423 * gdb.base/charset.exp
1424 * gdb.base/eval.exp
1425 * gdb.base/multi-forks.exp
1426 * gdb.guile/scm-progspace.exp
1427 * gdb.opencl/datatypes.exp
1428 * gdb.python/py-block.exp
1429 * gdb.python/py-function.exp
1430 * gdb.python/py-symbol.exp
1431 * gdb.python/py-symtab.exp
1432 * gdb.python/py-xmethods.exp
1433 * gdb.reverse/break-precsave.exp
1434 * gdb.reverse/break-reverse.exp
1435 * gdb.reverse/consecutive-precsave.exp
1436 * gdb.reverse/consecutive-reverse.exp
1437 * gdb.reverse/finish-precsave.exp
1438 * gdb.reverse/finish-reverse-bkpt.exp
1439 * gdb.reverse/finish-reverse.exp
1440 * gdb.reverse/fstatat-reverse.exp
1441 * gdb.reverse/getresuid-reverse.exp
1442 * gdb.reverse/i386-precsave.exp
1443 * gdb.reverse/i386-reverse.exp
1444 * gdb.reverse/i386-sse-reverse.exp
1445 * gdb.reverse/i387-stack-reverse.exp
1446 * gdb.reverse/insn-reverse.exp
1447 * gdb.reverse/machinestate-precsave.exp
1448 * gdb.reverse/machinestate.exp
1449 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1450 * gdb.reverse/pipe-reverse.exp
1451 * gdb.reverse/readv-reverse.exp
1452 * gdb.reverse/recvmsg-reverse.exp
1453 * gdb.reverse/rerun-prec.exp
1454 * gdb.reverse/s390-mvcle.exp
1455 * gdb.reverse/sigall-precsave.exp
1456 * gdb.reverse/sigall-reverse.exp
1457 * gdb.reverse/solib-precsave.exp
1458 * gdb.reverse/solib-reverse.exp
1459 * gdb.reverse/step-precsave.exp
1460 * gdb.reverse/step-reverse.exp
1461 * gdb.reverse/time-reverse.exp
1462 * gdb.reverse/until-precsave.exp
1463 * gdb.reverse/until-reverse.exp
1464 * gdb.reverse/waitpid-reverse.exp
1465 * gdb.reverse/watch-precsave.exp
1466 * gdb.reverse/watch-reverse.exp
1467
cdc7edd7
LM
14682016-12-01 Luis Machado <lgustavo@codesourcery.com>
1469
1470 Fix test names starting with uppercase throughout the files.
1471
1472 * gdb.arch/i386-mpx-simple_segv.exp
1473 * gdb.arch/i386-mpx.exp
1474 * gdb.arch/i386-permbkpt.exp
1475 * gdb.arch/pa-nullify.exp
1476 * gdb.arch/powerpc-d128-regs.exp
1477 * gdb.arch/vsx-regs.exp
1478 * gdb.base/bfp-test.exp
1479 * gdb.base/break.exp
1480 * gdb.base/breakpoint-shadow.exp
1481 * gdb.base/callfuncs.exp
1482 * gdb.base/charset.exp
1483 * gdb.base/commands.exp
1484 * gdb.base/completion.exp
1485 * gdb.base/dfp-test.exp
1486 * gdb.base/echo.exp
1487 * gdb.base/ending-run.exp
1488 * gdb.base/eval.exp
1489 * gdb.base/expand-psymtabs.exp
1490 * gdb.base/float128.exp
1491 * gdb.base/floatn.exp
1492 * gdb.base/foll-exec-mode.exp
1493 * gdb.base/gdb1056.exp
1494 * gdb.base/gdb11531.exp
1495 * gdb.base/kill-after-signal.exp
1496 * gdb.base/multi-forks.exp
1497 * gdb.base/overlays.exp
1498 * gdb.base/pending.exp
1499 * gdb.base/sepdebug.exp
1500 * gdb.base/testenv.exp
1501 * gdb.base/valgrind-db-attach.exp
1502 * gdb.base/watch_thread_num.exp
1503 * gdb.base/watchpoint-cond-gone.exp
1504 * gdb.base/watchpoint.exp
1505 * gdb.base/watchpoints.exp
1506 * gdb.cp/arg-reference.exp
1507 * gdb.cp/baseenum.exp
1508 * gdb.cp/operator.exp
1509 * gdb.cp/shadow.exp
1510 * gdb.dwarf2/dw2-op-out-param.exp
1511 * gdb.dwarf2/dw2-reg-undefined.exp
1512 * gdb.go/chan.exp
1513 * gdb.go/hello.exp
1514 * gdb.go/integers.exp
1515 * gdb.go/methods.exp
1516 * gdb.go/package.exp
1517 * gdb.guile/scm-parameter.exp
1518 * gdb.guile/scm-progspace.exp
1519 * gdb.guile/scm-value.exp
1520 * gdb.mi/mi-pending.exp
1521 * gdb.mi/user-selected-context-sync.exp
1522 * gdb.multi/multi-attach.exp
1523 * gdb.multi/tids.exp
1524 * gdb.opt/clobbered-registers-O2.exp
1525 * gdb.pascal/floats.exp
1526 * gdb.pascal/integers.exp
1527 * gdb.python/py-block.exp
1528 * gdb.python/py-events.exp
1529 * gdb.python/py-parameter.exp
1530 * gdb.python/py-symbol.exp
1531 * gdb.python/py-symtab.exp
1532 * gdb.python/py-type.exp
1533 * gdb.python/py-value.exp
1534 * gdb.python/py-xmethods.exp
1535 * gdb.python/python.exp
1536 * gdb.reverse/break-precsave.exp
1537 * gdb.reverse/consecutive-precsave.exp
1538 * gdb.reverse/finish-precsave.exp
1539 * gdb.reverse/i386-precsave.exp
1540 * gdb.reverse/machinestate-precsave.exp
1541 * gdb.reverse/sigall-precsave.exp
1542 * gdb.reverse/solib-precsave.exp
1543 * gdb.reverse/step-precsave.exp
1544 * gdb.reverse/until-precsave.exp
1545 * gdb.reverse/watch-precsave.exp
1546 * gdb.server/ext-attach.exp
1547 * gdb.server/ext-restart.exp
1548 * gdb.server/ext-run.exp
1549 * gdb.server/ext-wrapper.exp
1550 * gdb.stabs/gdb11479.exp
1551 * gdb.stabs/weird.exp
1552 * gdb.threads/attach-many-short-lived-threads.exp
1553 * gdb.threads/kill.exp
1554 * gdb.threads/watchpoint-fork.exp
1555
bc6c7af4
LM
15562016-12-01 Luis Machado <lgustavo@codesourcery.com>
1557
1558 Fix test names starting with uppercase throughout all the files below.
1559
1560 * gdb.ada/array_return.exp
1561 * gdb.ada/catch_ex.exp
1562 * gdb.ada/info_exc.exp
1563 * gdb.ada/mi_catch_ex.exp
1564 * gdb.ada/mi_dyn_arr.exp
1565 * gdb.ada/mi_ex_cond.exp
1566 * gdb.ada/mi_exc_info.exp
1567 * gdb.ada/mi_interface.exp
1568 * gdb.ada/mi_task_arg.exp
1569 * gdb.ada/mi_task_info.exp
1570 * gdb.ada/mi_var_array.exp
1571 * gdb.arch/alpha-step.exp
1572 * gdb.arch/amd64-disp-step.exp
1573 * gdb.arch/arm-disp-step.exp
1574 * gdb.arch/disp-step-insn-reloc.exp
1575 * gdb.arch/e500-prologue.exp
1576 * gdb.arch/ftrace-insn-reloc.exp
1577 * gdb.arch/gdb1558.exp
1578 * gdb.arch/i386-bp_permanent.exp
1579 * gdb.arch/i386-disp-step.exp
1580 * gdb.arch/i386-float.exp
1581 * gdb.arch/i386-gnu-cfi.exp
1582 * gdb.arch/ia64-breakpoint-shadow.exp
1583 * gdb.arch/mips16-thunks.exp
1584 * gdb.arch/pa-nullify.exp
1585 * gdb.arch/powerpc-aix-prologue.exp
1586 * gdb.arch/powerpc-power.exp
1587 * gdb.arch/ppc-dfp.exp
1588 * gdb.arch/s390-tdbregs.exp
1589 * gdb.arch/spu-info.exp
1590 * gdb.arch/spu-ls.exp
1591 * gdb.arch/thumb-bx-pc.exp
1592 * gdb.base/advance.exp
1593 * gdb.base/annota-input-while-running.exp
1594 * gdb.base/arrayidx.exp
1595 * gdb.base/asmlabel.exp
1596 * gdb.base/async.exp
1597 * gdb.base/attach-wait-input.exp
1598 * gdb.base/auto-connect-native-target.exp
1599 * gdb.base/batch-preserve-term-settings.exp
1600 * gdb.base/bfp-test.exp
1601 * gdb.base/bigcore.exp
1602 * gdb.base/bp-permanent.exp
1603 * gdb.base/break-always.exp
1604 * gdb.base/break-fun-addr.exp
1605 * gdb.base/break-idempotent.exp
1606 * gdb.base/break-main-file-remove-fail.exp
1607 * gdb.base/break-probes.exp
1608 * gdb.base/break-unload-file.exp
1609 * gdb.base/break.exp
1610 * gdb.base/call-ar-st.exp
1611 * gdb.base/call-rt-st.exp
1612 * gdb.base/call-sc.exp
1613 * gdb.base/call-signal-resume.exp
1614 * gdb.base/call-strs.exp
1615 * gdb.base/callexit.exp
1616 * gdb.base/callfuncs.exp
1617 * gdb.base/catch-gdb-caused-signals.exp
1618 * gdb.base/catch-signal-siginfo-cond.exp
1619 * gdb.base/catch-syscall.exp
1620 * gdb.base/compare-sections.exp
1621 * gdb.base/cond-eval-mode.exp
1622 * gdb.base/condbreak-call-false.exp
1623 * gdb.base/consecutive-step-over.exp
1624 * gdb.base/cursal.exp
1625 * gdb.base/disabled-location.exp
1626 * gdb.base/disasm-end-cu.exp
1627 * gdb.base/display.exp
1628 * gdb.base/double-prompt-target-event-error.exp
1629 * gdb.base/dprintf-bp-same-addr.exp
1630 * gdb.base/dprintf-detach.exp
1631 * gdb.base/dprintf-next.exp
1632 * gdb.base/dprintf-non-stop.exp
1633 * gdb.base/dprintf-pending.exp
1634 * gdb.base/dso2dso.exp
1635 * gdb.base/ending-run.exp
1636 * gdb.base/enum_cond.exp
1637 * gdb.base/examine-backward.exp
1638 * gdb.base/exe-lock.exp
1639 * gdb.base/exec-invalid-sysroot.exp
1640 * gdb.base/execl-update-breakpoints.exp
1641 * gdb.base/execution-termios.exp
1642 * gdb.base/fileio.exp
1643 * gdb.base/fixsection.exp
1644 * gdb.base/foll-exec-mode.exp
1645 * gdb.base/foll-exec.exp
1646 * gdb.base/fork-running-state.exp
1647 * gdb.base/frame-args.exp
1648 * gdb.base/fullpath-expand.exp
1649 * gdb.base/func-ptr.exp
1650 * gdb.base/gcore-relro-pie.exp
1651 * gdb.base/gdb1090.exp
1652 * gdb.base/gdb1555.exp
1653 * gdb.base/global-var-nested-by-dso.exp
1654 * gdb.base/gnu-ifunc.exp
1655 * gdb.base/hbreak-in-shr-unsupported.exp
1656 * gdb.base/hbreak-unmapped.exp
1657 * gdb.base/hook-stop.exp
1658 * gdb.base/infcall-input.exp
1659 * gdb.base/info-fun.exp
1660 * gdb.base/info-shared.exp
1661 * gdb.base/interrupt-noterm.exp
1662 * gdb.base/jit-so.exp
1663 * gdb.base/jit.exp
1664 * gdb.base/line-symtabs.exp
1665 * gdb.base/list.exp
1666 * gdb.base/longjmp.exp
1667 * gdb.base/macscp.exp
1668 * gdb.base/max-value-size.exp
1669 * gdb.base/nodebug.exp
1670 * gdb.base/nofield.exp
1671 * gdb.base/overlays.exp
1672 * gdb.base/paginate-after-ctrl-c-running.exp
1673 * gdb.base/paginate-bg-execution.exp
1674 * gdb.base/paginate-inferior-exit.exp
1675 * gdb.base/pending.exp
1676 * gdb.base/pr11022.exp
1677 * gdb.base/printcmds.exp
1678 * gdb.base/ptr-typedef.exp
1679 * gdb.base/ptype.exp
1680 * gdb.base/randomize.exp
1681 * gdb.base/range-stepping.exp
1682 * gdb.base/realname-expand.exp
1683 * gdb.base/relativedebug.exp
1684 * gdb.base/remote.exp
1685 * gdb.base/savedregs.exp
1686 * gdb.base/sepdebug.exp
1687 * gdb.base/set-noassign.exp
1688 * gdb.base/shlib-call.exp
1689 * gdb.base/shreloc.exp
1690 * gdb.base/sigaltstack.exp
1691 * gdb.base/sigbpt.exp
1692 * gdb.base/siginfo-addr.exp
1693 * gdb.base/siginfo-obj.exp
1694 * gdb.base/siginfo-thread.exp
1695 * gdb.base/signest.exp
1696 * gdb.base/signull.exp
1697 * gdb.base/sigrepeat.exp
1698 * gdb.base/skip.exp
1699 * gdb.base/so-impl-ld.exp
1700 * gdb.base/solib-corrupted.exp
1701 * gdb.base/solib-disc.exp
1702 * gdb.base/solib-display.exp
1703 * gdb.base/solib-overlap.exp
1704 * gdb.base/solib-search.exp
1705 * gdb.base/solib-symbol.exp
1706 * gdb.base/source-execution.exp
1707 * gdb.base/sss-bp-on-user-bp-2.exp
1708 * gdb.base/sss-bp-on-user-bp.exp
1709 * gdb.base/stack-checking.exp
1710 * gdb.base/stale-infcall.exp
1711 * gdb.base/step-break.exp
1712 * gdb.base/step-line.exp
1713 * gdb.base/step-over-exit.exp
1714 * gdb.base/step-test.exp
1715 * gdb.base/structs.exp
1716 * gdb.base/sym-file.exp
1717 * gdb.base/symtab-search-order.exp
1718 * gdb.base/term.exp
1719 * gdb.base/type-opaque.exp
1720 * gdb.base/unload.exp
1721 * gdb.base/until-nodebug.exp
1722 * gdb.base/until.exp
1723 * gdb.base/unwindonsignal.exp
1724 * gdb.base/watch-cond.exp
1725 * gdb.base/watch-non-mem.exp
1726 * gdb.base/watch_thread_num.exp
1727 * gdb.base/watchpoint-reuse-slot.exp
1728 * gdb.base/watchpoint-solib.exp
1729 * gdb.base/watchpoint.exp
1730 * gdb.btrace/dlopen.exp
1731 * gdb.cell/arch.exp
1732 * gdb.cell/break.exp
1733 * gdb.cell/bt.exp
1734 * gdb.cell/core.exp
1735 * gdb.cell/data.exp
1736 * gdb.cell/dwarfaddr.exp
1737 * gdb.cell/ea-cache.exp
1738 * gdb.cell/ea-standalone.exp
1739 * gdb.cell/ea-test.exp
1740 * gdb.cell/f-regs.exp
1741 * gdb.cell/fork.exp
1742 * gdb.cell/gcore.exp
1743 * gdb.cell/mem-access.exp
1744 * gdb.cell/ptype.exp
1745 * gdb.cell/registers.exp
1746 * gdb.cell/sizeof.exp
1747 * gdb.cell/solib-symbol.exp
1748 * gdb.cell/solib.exp
1749 * gdb.compile/compile-tls.exp
1750 * gdb.cp/exception.exp
1751 * gdb.cp/gdb2495.exp
1752 * gdb.cp/local.exp
1753 * gdb.cp/mb-inline.exp
1754 * gdb.cp/mb-templates.exp
1755 * gdb.cp/pr10687.exp
1756 * gdb.cp/pr9167.exp
1757 * gdb.cp/scope-err.exp
1758 * gdb.cp/templates.exp
1759 * gdb.cp/virtfunc.exp
1760 * gdb.dwarf2/dw2-dir-file-name.exp
1761 * gdb.dwarf2/dw2-single-line-discriminators.exp
1762 * gdb.fortran/complex.exp
1763 * gdb.fortran/library-module.exp
1764 * gdb.guile/guile.exp
1765 * gdb.guile/scm-cmd.exp
1766 * gdb.guile/scm-frame-inline.exp
1767 * gdb.guile/scm-objfile.exp
1768 * gdb.guile/scm-pretty-print.exp
1769 * gdb.guile/scm-symbol.exp
1770 * gdb.guile/scm-type.exp
1771 * gdb.guile/scm-value.exp
1772 * gdb.linespec/keywords.exp
1773 * gdb.linespec/ls-errs.exp
1774 * gdb.linespec/macro-relative.exp
1775 * gdb.linespec/thread.exp
1776 * gdb.mi/mi-breakpoint-changed.exp
1777 * gdb.mi/mi-dprintf-pending.exp
1778 * gdb.mi/mi-fullname-deleted.exp
1779 * gdb.mi/mi-logging.exp
1780 * gdb.mi/mi-pending.exp
1781 * gdb.mi/mi-solib.exp
1782 * gdb.mi/new-ui-mi-sync.exp
1783 * gdb.mi/user-selected-context-sync.exp
1784 * gdb.multi/dummy-frame-restore.exp
1785 * gdb.multi/multi-arch-exec.exp
1786 * gdb.multi/remove-inferiors.exp
1787 * gdb.multi/watchpoint-multi-exit.exp
1788 * gdb.opt/solib-intra-step.exp
1789 * gdb.perf/backtrace.exp
1790 * gdb.perf/single-step.exp
1791 * gdb.perf/skip-command.exp
1792 * gdb.perf/skip-prologue.exp
1793 * gdb.perf/solib.exp
1794 * gdb.python/lib-types.exp
1795 * gdb.python/py-as-string.exp
1796 * gdb.python/py-bad-printers.exp
1797 * gdb.python/py-block.exp
1798 * gdb.python/py-breakpoint.exp
1799 * gdb.python/py-cmd.exp
1800 * gdb.python/py-events.exp
1801 * gdb.python/py-evthreads.exp
1802 * gdb.python/py-finish-breakpoint.exp
1803 * gdb.python/py-finish-breakpoint2.exp
1804 * gdb.python/py-frame-inline.exp
1805 * gdb.python/py-frame.exp
1806 * gdb.python/py-inferior.exp
1807 * gdb.python/py-infthread.exp
1808 * gdb.python/py-mi.exp
1809 * gdb.python/py-objfile.exp
1810 * gdb.python/py-pp-maint.exp
1811 * gdb.python/py-pp-registration.exp
1812 * gdb.python/py-prettyprint.exp
1813 * gdb.python/py-recurse-unwind.exp
1814 * gdb.python/py-shared.exp
1815 * gdb.python/py-symbol.exp
1816 * gdb.python/py-symtab.exp
1817 * gdb.python/py-template.exp
1818 * gdb.python/py-type.exp
1819 * gdb.python/py-unwind-maint.exp
1820 * gdb.python/py-unwind.exp
1821 * gdb.python/py-value.exp
1822 * gdb.python/python.exp
1823 * gdb.reverse/finish-reverse-bkpt.exp
1824 * gdb.reverse/insn-reverse.exp
1825 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1826 * gdb.reverse/solib-precsave.exp
1827 * gdb.reverse/solib-reverse.exp
1828 * gdb.stabs/gdb11479.exp
1829 * gdb.stabs/weird.exp
1830 * gdb.threads/fork-child-threads.exp
1831 * gdb.threads/fork-plus-threads.exp
1832 * gdb.threads/fork-thread-pending.exp
1833 * gdb.threads/forking-threads-plus-breakpoint.exp
1834 * gdb.threads/hand-call-in-threads.exp
1835 * gdb.threads/interrupted-hand-call.exp
1836 * gdb.threads/linux-dp.exp
1837 * gdb.threads/local-watch-wrong-thread.exp
1838 * gdb.threads/next-while-other-thread-longjmps.exp
1839 * gdb.threads/non-ldr-exit.exp
1840 * gdb.threads/pending-step.exp
1841 * gdb.threads/print-threads.exp
1842 * gdb.threads/process-dies-while-detaching.exp
1843 * gdb.threads/process-dies-while-handling-bp.exp
1844 * gdb.threads/pthreads.exp
1845 * gdb.threads/queue-signal.exp
1846 * gdb.threads/reconnect-signal.exp
1847 * gdb.threads/signal-command-handle-nopass.exp
1848 * gdb.threads/signal-command-multiple-signals-pending.exp
1849 * gdb.threads/signal-delivered-right-thread.exp
1850 * gdb.threads/signal-sigtrap.exp
1851 * gdb.threads/sigthread.exp
1852 * gdb.threads/staticthreads.exp
1853 * gdb.threads/stepi-random-signal.exp
1854 * gdb.threads/thread-unwindonsignal.exp
1855 * gdb.threads/thread_check.exp
1856 * gdb.threads/thread_events.exp
1857 * gdb.threads/tid-reuse.exp
1858 * gdb.threads/tls-nodebug.exp
1859 * gdb.threads/tls-shared.exp
1860 * gdb.threads/tls-so_extern.exp
1861 * gdb.threads/tls.exp
1862 * gdb.threads/wp-replication.exp
1863 * gdb.trace/actions-changed.exp
1864 * gdb.trace/actions.exp
1865 * gdb.trace/backtrace.exp
1866 * gdb.trace/change-loc.exp
1867 * gdb.trace/collection.exp
1868 * gdb.trace/deltrace.exp
1869 * gdb.trace/disconnected-tracing.exp
1870 * gdb.trace/entry-values.exp
1871 * gdb.trace/ftrace-lock.exp
1872 * gdb.trace/ftrace.exp
1873 * gdb.trace/infotrace.exp
1874 * gdb.trace/mi-trace-frame-collected.exp
1875 * gdb.trace/mi-trace-unavailable.exp
1876 * gdb.trace/mi-traceframe-changed.exp
1877 * gdb.trace/mi-tracepoint-changed.exp
1878 * gdb.trace/mi-tsv-changed.exp
1879 * gdb.trace/no-attach-trace.exp
1880 * gdb.trace/packetlen.exp
1881 * gdb.trace/passc-dyn.exp
1882 * gdb.trace/passcount.exp
1883 * gdb.trace/pending.exp
1884 * gdb.trace/pr16508.exp
1885 * gdb.trace/qtro.exp
1886 * gdb.trace/range-stepping.exp
1887 * gdb.trace/read-memory.exp
1888 * gdb.trace/report.exp
1889 * gdb.trace/save-trace.exp
1890 * gdb.trace/signal.exp
1891 * gdb.trace/stap-trace.exp
1892 * gdb.trace/status-stop.exp
1893 * gdb.trace/strace.exp
1894 * gdb.trace/tfile.exp
1895 * gdb.trace/tfind.exp
1896 * gdb.trace/trace-break.exp
1897 * gdb.trace/trace-condition.exp
1898 * gdb.trace/trace-enable-disable.exp
1899 * gdb.trace/trace-mt.exp
1900 * gdb.trace/tracecmd.exp
1901 * gdb.trace/tracefile-pseudo-reg.exp
1902 * gdb.trace/tspeed.exp
1903 * gdb.trace/tstatus.exp
1904 * gdb.trace/tsv.exp
1905 * gdb.trace/unavailable.exp
1906 * gdb.trace/while-dyn.exp
1907 * gdb.trace/while-stepping.exp
1908 * lib/gdb-guile.exp
1909 * lib/gdb.exp
1910 * lib/mi-support.exp
1911 * lib/pascal.exp
1912 * lib/perftest.exp
1913 * lib/prelink-support.exp
1914 * lib/selftest-support.exp
1915
ad02e4fe
SM
19162016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1917
1918 * Makefile.in: Include disable-implicit-rules.mk.
1919
22347e55
AA
19202016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1921
1922 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
1923 non-byte-aligned bit fields.
1924
da5b30da
AA
19252016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1926
1927 PR gdb/12616
1928 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
1929 respects the DW_AT_data_bit_offset attribute.
1930
b593ecca
SM
19312016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1932
1933 * gdb.base/default.exp: Fix output of "set language".
1934
3b165252
SM
19352016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
1936
1937 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
1938 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
1939 make.
1940 * configure.ac: Remove checks for the make program.
1941 * configure: Re-generate.
1942
1a2f3d7f
KB
19432016-11-16 Kevin Buettner <kevinb@redhat.com>
1944
1945 * gdb.python/py-recurse-unwind.c (main): Add loop.
1946 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
1947 to read_register() and gdb.parse_and_eval(). Make each code
1948 call a separate case that can be individually tested.
1949 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
1950 proc. Call cont_and_backtrace for each of the code paths that
1951 we want to test in the unwinder.
1952
b7f38fda
AA
19532016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
1954
1955 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
1956 the definition of struct S.
1957
1f8db343
CM
19582016-11-11 Catherine Moore <clm@codesourcery.com>
1959
1960 * gdb.base/dump.exp: Identify verilog format dump tests as such.
1961
fad0c9fb
PA
19622016-11-09 Pedro Alves <palves@redhat.com>
1963
1964 * gdb.base/commands.exp (runto_or_return): New procedure.
1965 (gdbvar_simple_if_test, gdbvar_simple_while_test)
1966 (gdbvar_complex_if_while_test, progvar_simple_if_test)
1967 (progvar_simple_while_test, progvar_complex_if_while_test)
1968 (if_while_breakpoint_command_test)
1969 (infrun_breakpoint_command_test, breakpoint_command_test)
1970 (user_defined_command_test, watchpoint_command_test)
1971 (test_command_prompt_position, redefine_hook_test)
1972 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
1973 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
1974 multi_line_input and multi_line. Remove gdb_expect and
1975 gdb_stop_suppressing_tests uses.
1976 * lib/gdb.exp (valnum_re): New global.
1977 (multi_line_input): New procedure.
1978
8354c62c
SM
19792016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
1980
1981 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
1982 Remove.
1983 (test_setup): Define with proc_with_prefix.
1984 (test_cli_inferior): Likewise.
1985 (test_cli_thread): Likewise.
1986 (test_cli_frame): Likewise.
1987 (test_cli_select_frame): Likewise.
1988 (test_cli_up_down): Likewise.
1989 (test_mi_thread_select): Likewise.
1990 (test_mi_stack_select_frame): Likewise.
1991 (test_cli_in_mi_inferior): Likewise.
1992 (test_cli_in_mi_thread): Likewise.
1993 (test_cli_in_mi_frame): Likewise.
1994 (top level): Do not use with_test_prefix_procname.
1995
64f367a2
PA
19962016-11-09 Pedro Alves <palves@redhat.com>
1997
1998 * gdb.base/commands.exp (gdbvar_simple_if_test)
1999 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2000 (progvar_simple_if_test, progvar_simple_while_test)
2001 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2002 (infrun_breakpoint_command_test, breakpoint_command_test)
2003 (user_defined_command_test, watchpoint_command_test)
2004 (test_command_prompt_position, deprecated_command_test)
2005 (bp_deleted_in_command, temporary_breakpoint_commands)
2006 (stray_arg0_test, source_file_with_indented_comment)
2007 (recursive_source_test, if_commands_test)
2008 (error_clears_commands_left, redefine_hook_test)
2009 (redefine_backtrace_test): Use proc_with_prefix.
2010 * lib/gdb.exp (proc_with_prefix): New proc.
2011
0bb65f1e
AA
20122016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2013
2014 * gdb.base/tui-layout.c: New file.
2015 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2016 disassembly window contains very long lines.
2017
7353f247
TT
20182016-11-08 Tom Tromey <tom@tromey.com>
2019
2020 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2021 depend on Python 2.
2022
30a7bb83
TT
20232016-11-08 Tom Tromey <tom@tromey.com>
2024
2025 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2026 New method.
2027
cdf5a07c
MG
20282016-10-29 Manish Goregaokar <manish@mozilla.com>
2029
2806dc7e 2030 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2031
51a789c3
MG
20322016-10-27 Manish Goregaokar <manish@mozilla.com>
2033
2806dc7e
PA
2034 * gdb.rust/simple.rs: Add test for univariant enums without
2035 discriminants and for encoded struct-like enums.
51a789c3 2036
f610ab6d
PA
20372016-10-28 Pedro Alves <palves@redhat.com>
2038
2039 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2040 gdb_test_multiple, tighten regexps and match symtabs and line
2041 tables incrementally.
2042
b129b0ca
LM
20432016-10-28 Luis Machado <lgustavo@codesourcery.com>
2044
2045 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2046 general.
2047
ecf45d2c
SL
20482016-10-25 Luis Machado <lgustavo@codesourcery.com>
2049
2050 * gdb.base/exec-invalid-sysroot.exp: New file.
2051
b8d38ee4
JK
20522016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2053
2054 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2055
f90fd8c2
JK
20562016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2057
2058 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2059
2d2476aa
MR
20602016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2061
2806dc7e
PA
2062 * gdb.base/killed-outside.exp: Remove $options from a call to
2063 `prepare_for_testing'.
2d2476aa 2064
e42b25a0
SM
20652016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2066
2067 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2068 Change test message.
2069
3ccdb432
SM
20702016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2071
2072 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2073 Update comment.
2074
5bad3170
SM
20752016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2076
2077 * gdb.trace/mi-trace-save.exp: New file.
2078
5ad9dba7
YQ
20792016-10-13 Yao Qi <yao.qi@linaro.org>
2080
2081 * gdb.base/code_elim.exp (get_var_address): Remove.
2082 * gdb.base/relocate.exp: Likewise.
2083 * gdb.base/shreloc.exp: Likewise.
2084 * lib/gdb.exp (get_var_address): New.
2085
62df7e21
YQ
20862016-10-13 Yao Qi <yao.qi@linaro.org>
2087
2088 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2089 floating point tests if $skip_float_test is false.
2090
4dac951e
LM
20912016-10-12 Luis Machado <lgustavo@codesourcery.com>
2092
2093 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2094 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2095 argc values.
2096 Add 1 to argc so we guarantee distinct initial/modified argc values.
2097
8f1a8fc4
JK
20982016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2099
2100 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2101
16c85b5d
JK
21022016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2103
2104 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2105 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2106 * gdb.arch/vsx-regs.exp: Likewise.
2107
1d0e042a
YQ
21082016-10-07 Yao Qi <yao.qi@linaro.org>
2109
2110 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2111
68dadef5
MM
21122016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2113
2114 * gdb.python/python.exp: Test decode_line("*0").
2115
33fa2c6e
DE
21162016-10-06 Doug Evans <dje@google.com>
2117
2118 * gdb.python/py-value.exp (test_value_creation): Add test for large
2119 unsigned 64-bit value.
2120
9c37b5ae
TT
21212016-10-06 Tom Tromey <tom@tromey.com>
2122
2123 * gdb.compile/compile.exp: Change java tests to rust.
2124 * gdb.base/setshow.exp: Change java tests to rust.
2125 * gdb.base/default.exp: Remove java from language list.
2126 * README (Examples): Update language example.
2127 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2128 test.
2129 * lib/gdb.exp (skip_java_tests): Remove.
2130 * lib/java.exp: Remove.
2131 * gdb.java: Remove.
2132
78b86327
MR
21332016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2134
2135 * gdb.arch/mips-fcr.exp: New test.
2136 * gdb.arch/mips-fcr.c: Source for the new test.
2137
7470adbb
MR
21382016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2139
2140 * gdb.base/solib-disc.exp: Use `standard_output_file'
2141 throughout.
2142
4a556533
PA
21432016-10-06 Pedro Alves <palves@redhat.com>
2144
2145 * gdb.base/jit-simple-dl.c: New file.
2146 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2147 * gdb.base/jit-simple.c: ... this.
2148 * gdb.base/jit-simple.exp (jit_run): Delete.
2149 (build_jit): New proc.
2150 (jit_test_reread): Recompile either the main program or the shared
2151 library, depending on what is being tested. Skip changing address
2152 if caller wants to. Compare before/after addresses. If testing
2153 standalone, explicitly load the binary. Test "maint info
2154 breakpoints".
2155 (top level): Add "standalone vs shared lib" and "change address"
2156 vs "same address" axes.
2157
5a122fbc
PA
21582016-10-06 Pedro Alves <palves@redhat.com>
2159
2160 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2161 call.
2162 (jit_run): Delete.
2163 (jit_test_reread): Use with_test_prefix. Reload the main binary
2164 explicitly. Compare the before/after addresses of the JIT
2165 descriptor.
2166
ee8da4b8
DE
21672016-08-15 Doug Evans <dje@google.com>
2168
2169 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2170 for single bitfields is bool.
2171 * gdb.xml/tdesc-regs.exp: Ditto.
2172
f389f6fe
JK
21732016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2174
2175 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2176
fdebf1a4
YQ
21772016-10-05 Yao Qi <yao.qi@linaro.org>
2178
2179 * lib/gdb.exp (support_complex_tests): Return zero if
2180 gdb_skip_float_test return true.
2181
9c36d954 21822016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2183 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2184
2185 PR gdb/20487
2186 * gdb.mi/user-selected-context-sync.exp: New file.
2187 * gdb.mi/user-selected-context-sync.c: New file.
2188
4034d0ff 21892016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2190 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2191
2192 PR gdb/20487
2193 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2194 =thread-select-event check.
2195
a4297203
PB
21962016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2197
2198 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2199 the compulsory L operand changes.
2200 * gdb.arch/powerpc-power.s: Likewise.
2201
bb805577
JK
22022016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2203
2204 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2205 * gdb.base/jit-attach-pie.c: New file.
2206 * gdb.base/jit-attach-pie.exp: New file.
2207
6d61dee5
PA
22082016-09-28 Pedro Alves <palves@redhat.com>
2209
2210 * gdb.base/infcall-input.c: New file.
2211 * gdb.base/infcall-input.exp: New file.
2212
f73842fc
YQ
22132016-09-22 Yao Qi <yao.qi@linaro.org>
2214
2215 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2216 (gdb_exit): Rename it to ...
2217 (gdbserver_gdb_exit): ... Close GDBserver.
2218 (gdb_exit): New proc, call gdbserver_gdb_exit.
2219 (mi_gdb_exit): Likewise.
2220
90681dab
YQ
22212016-09-22 Yao Qi <yao.qi@linaro.org>
2222
2223 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2224 path.
2225 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2226 Remove duplication.
2227
9c211fd8
YQ
22282016-09-22 Yao Qi <yao.qi@linaro.org>
2229
2230 * lib/gdbserver-support.exp: Check the existence of
2231 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2232
ad0a504f
AK
22332016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2234
2235 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2236
36cf1806
TT
22372016-09-21 Tom Tromey <tom@tromey.com>
2238
2239 PR gdb/20604:
2240 * gdb.base/quit.exp: New file.
2241
74172ecf
SM
22422016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2243
2244 * .gitignore: New file.
2245
3d0ec882
MR
22462016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2247
2248 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2249 throughout.
2250
8193adea
AA
22512016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2252
2253 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2254
d41a5c09
JK
22552016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2256
2257 * gdb.cp/casts.cc (decltype): Move it ...
2258 (main): ... with its call to ...
2259 * gdb.cp/casts03.cc: ... a new file.
2260 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2261
d2dfe700
JK
22622016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2263
2264 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2265
e2a92b16
PB
22662016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2267
2268 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2269 and sync up the test with tests in gas/testsuite/gas/ppc.
2270 * gdb.arch/powerpc-power.exp: Likewise.
2271
49b4de64
JK
22722016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2273
2274 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2275
2c29df25
SDJ
22762016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2277 Jan Kratochvil <jan.kratochvil@redhat.com>
2278
2279 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2280 make m1's definition to be different from m2's. Use 'dummy' as an
2281 argument for probe 'two'.
2282
cc3c2846
JB
22832016-09-10 Jon Beniston <jon@beniston.com>
2284
2285 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2286 for sim target.
2287
e1b2624a
AA
22882016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2289
2290 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2291 variable declaration.
2292 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2293 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2294 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2295 received HWCAP as its argument.
2296
4295e285
PA
22972016-09-06 Pedro Alves <palves@redhat.com>
2298
2299 * gdb.base/new-ui-pending-input.c: New file.
2300 * gdb.base/new-ui-pending-input.exp: New file.
2301 * gdb.exp (clear_gdb_spawn_id): New procedure.
2302 (with_spawn_id): Check whether gdb_spawn_id exists before
2303 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2304 on exit.
2305
00d5215e
UW
23062016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2307
2308 * gdb.base/float128.c: New file.
2309 * gdb.base/float128.exp: Likewise.
2310 * gdb.base/floatn.c: Likewise.
2311 * gdb.base/floatn.exp: Likewise.
2312
a9ff5f12
UW
23132016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2314
2315 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2316
f245535c
PA
23172016-09-05 Pedro Alves <palves@redhat.com>
2318
2319 PR backtrace/19927
2320 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2321 unwinders are immediately called as side effect of "source" or
2322 "disable unwinder" commands.
2323 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2324
ae9cf263
YQ
23252016-09-02 Yao Qi <yao.qi@linaro.org>
2326
2327 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2328 is true and $type is "float" or "double".
2329
27aba047
YQ
23302016-09-02 Yao Qi <yao.qi@linaro.org>
2331
2332 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2333 true.
2334 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2335 * gdb.base/call-rt-st.exp: Likewise.
2336 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2337 return value instead of gdb,skip_float_test.
2338 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2339 (do_function_calls): Use its return value instead of
2340 gdb,skip_float_test.
2341 * gdb.base/finish.exp: Likewise.
2342 * gdb.base/funcargs.exp: Likewise.
2343 * gdb.base/return.exp: Likewise.
2344 * gdb.base/return2.exp: Likewise.
2345 * gdb.base/varargs.exp: Likewise.
2346 * lib/gdb.exp (gdb_skip_float_test): Change it to
2347 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2348
5af962df
AA
23492016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2350
2351 * gdb.multi/tids.exp: Test "thread apply all".
2352
7fac6910
JK
23532016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2354
2355 * gdb.base/default.exp (tty): Remove.
2356
bb1fe4ac
KB
23572016-08-24 Kevin Buettner <kevinb@redhat.com>
2358
2806dc7e
PA
2359 * gdb.python/py-recurse-unwind.c: New file.
2360 * gdb.python/py-recurse-unwind.py: New file.
2361 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2362
0a1ddfa6
SM
23632016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2364
2365 * gdb.base/set-inferior-tty.exp: New file.
2366 * gdb.base/set-inferior-tty.c: New file.
2367
d9de1fe3
PA
23682016-08-23 Pedro Alves <palves@redhat.com>
2369
2370 PR gdb/20494
2371 * gdb.base/new-ui-echo.c: New file.
2372 * gdb.base/new-ui-echo.exp: New file.
2373
e9d9abd7
YQ
23742016-08-23 Yao Qi <yao.qi@linaro.org>
2375
2376 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2377 gdbserver_spawn.
2378 * gdb.server/connect-without-multi-process.exp (do_test):
2379 Likewise.
2380
3589529e
YQ
23812016-08-23 Yao Qi <yao.qi@linaro.org>
2382
2383 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2384 standalone_txt. Delete gdb_txt and standalone_txt on host
2385 and target. Spawn the binary on target. Copy files from
2386 target to host.
2387
6bb90213
PA
23882016-08-22 Pedro Alves <palves@redhat.com>
2389
2390 PR gdb/20505
2391 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2392 with_test_prefix. Factor out bits to ...
2393 (test_no_vdso): ... this new procedure.
2394
20c2c024
CL
23952016-08-19 Carl Love <cel@us.ibm.com>
2396
2397 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2398 maintaining separate logic for constructing the output path.
2399 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2400 * gdb.arch/ppc-dfp.exp: Likewise.
2401 * gdb.arch/ppc-fp.exp: Likewise.
2402 * gdb.arch/vsx-regs.exp: Likewise.
2403 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2404 binprefix for generating the additional binary files.
2405
0646e07d
PA
24062016-08-19 Pedro Alves <palves@redhat.com>
2407
2408 * gdb.trace/mi-trace-frame-collected.exp
2409 (test_trace_frame_collected): On x32, expect two registers.
2410
46da9242
CL
24112016-08-18 Carl Love <cel@us.ibm.com>
2412
2413 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2414 and sync up the test with tests in gas/testsuite/gas/ppc.
2415 * gdb.arch/powerpc-power.exp: Likewise.
2416
eb2332d7
SM
24172016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2418
2419 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2420 expected error message.
2421
63c61e04
SM
24222016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2423
2424 * gdb.multi/remove-inferiors.exp: New file.
2425 * gdb.multi/remove-inferiors.c: New file.
2426
7b17065f
YQ
24272016-08-12 Yao Qi <yao.qi@linaro.org>
2428
2429 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2430 argument list.
2431
01d3dedf
PA
24322016-08-10 Pedro Alves <palves@redhat.com>
2433
2434 PR gdb/19187
2435 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2436 setup_kfails.
2437
3eb7562a
PA
24382016-08-09 Pedro Alves <palves@redhat.com>
2439 Simon Marchi <simon.marchi@ericsson.com>
2440
2441 PR gdb/20418
2442 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2443 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2444
80614914
PA
24452016-08-09 Pedro Alves <palves@redhat.com>
2446
2447 PR mi/20431
2448 * gdb.mi/mi-cmd-error.exp: New file.
2449
f348d89a
PA
24502016-08-09 Pedro Alves <palves@redhat.com>
2451
2452 PR gdb/18653
2453 * gdb.base/signals-state-child.c: New file.
2454 * gdb.base/signals-state-child.exp: New file.
2455 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2456
e5ca03b4
PA
24572016-08-09 Pedro Alves <palves@redhat.com>
2458
2459 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2460
282a0691
TT
24612016-08-03 Tom Tromey <tom@tromey.com>
2462
2463 PR python/18565:
2464 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2465
41bfcd63
YQ
24662016-08-01 Yao Qi <yao.qi@linaro.org>
2467
2468 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2469 variable mode to "multi-process" if $multi_process is 1, otherwise
2470 set it to "single-process".
2471
e3465b24
YQ
24722016-08-01 Yao Qi <yao.qi@linaro.org>
2473
2474 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2475 * gdb.cp/cpexprs.exp: Likewise.
2476 * gdb.cp/m-static.exp: Likewise.
2477
0b31a4bc
TT
24782016-07-26 Tom Tromey <tom@tromey.com>
2479
2480 PR python/20190:
2481 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2482 test.
2483
e0461dbb
MM
24842016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2485
2486 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2487 selecting assembly source files.
2488 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2489 assembly source files.
2490 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2491 assembly source files.
2492 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2493 selecting assembly source files.
2494
8194e927
SM
24952016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2496
2497 * gdb.base/new-ui.exp (do_test_invalid_args): New
2498 procedure.
2499
c0272db5
TW
25002016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2501
2502 * gdb.btrace/reconnect.c: New file.
2503 * gdb.btrace/reconnect.exp: New file.
2504
e3487908
GKB
25052016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2506
2507 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2508 to test_catch_syscall_group.
2509 (test_catch_syscall_group): New.
2510
12df5c00
TT
25112016-07-21 Tom Tromey <tom@tromey.com>
2512
2513 * gdb.rust/simple.rs (main): Use empty struct expression.
2514 * gdb.rust/simple.exp: Add tests for empty struct expression.
2515
bae62ee2
YQ
25162016-07-21 Yao Qi <yao.qi@linaro.org>
2517
2518 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2519 if gdb_skip_xml_test is true on some targets.
2520
b1b53fb3
YQ
25212016-07-21 Yao Qi <yao.qi@linaro.org>
2522
2523 * gdb.server/solib-list.exp: Unset last_loaded_file.
2524
027d97f8
JK
25252016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2526
2527 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2528 "step into captured_main (args)".
2529
7674d381
JK
25302016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2531
2532 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2533
72b5d099
JK
25342016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2535
2536 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2537
1f960ced
PA
25382016-07-19 Pedro Alves <palves@redhat.com>
2539
2540 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2541 * gdb.opt/inline-bt.exp: Likewise.
2542 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2543 additional_flags=-Winline.
2544 * gdb.opt/inline-locals.exp: Likewise.
2545 * gdb.opt/inline-markers.c (ATTR): Define.
2546 (inlined_fn): Use it.
2547
f25827c1
YQ
25482016-07-19 Yao Qi <yao.qi@linaro.org>
2549
2550 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2551 (test_with_self): Remove some code. Remove argument executable.
2552 (top-level): Use do_self_tests.
2553
37539ebe
DB
25542016-07-15 Zachary Welch <zwelch@codesourcery.com>
2555 Don Breazeal <donb@codesourcery.com>
2556
2557 * gdb.base/maint.exp: Escape paths used in regular expressions.
2558 * gdb.stabs/weird.exp: Likewise.
2559
dac790e1
TT
25602016-07-13 Tom Tromey <tom@tromey.com>
2561
2562 PR python/15620, PR python/18620:
2563 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2564 (test_bkpt_events): New procs.
2565
93daf339
TT
25662016-07-13 Tom Tromey <tom@tromey.com>
2567
2568 PR python/17698:
2569 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2570 test.
2571 (test_watchpoints): Likewise.
2572 (test_bkpt_pending): New proc.
2573
6571a381
TT
25742016-07-13 Tom Tromey <tom@tromey.com>
2575
2576 PR cli/18053:
2577 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2578 completion test.
2579
e8732474
JK
25802016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2581
2582 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2583 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2584 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2585 f_label.
2586 (g): Rename g_end_lbl to g_label.
2587 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2588 low_pc and high_pc.
2589 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2590
e0f3fd7c
TT
25912016-07-12 Tom Tromey <tom@tromey.com>
2592
2593 PR python/19293:
2594 * gdb.python/py-unwind-maint.exp: Update tests.
2595
3cfe46b6
YQ
25962016-07-12 Yao Qi <yao.qi@linaro.org>
2597
2598 * lib/selftest-support.exp (selftest_setup): Match the output
2599 when captured_main is inlined.
2600
4f19a0e6
WT
26012016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2602
2603 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2604 New variables.
2605 (print this%a, print this%b, print this): New tests.
2606 * gdb.fortran/derived-types.f90 (this): New object and
2607 initialization.
2608
986cf455
SM
26092016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2610
2611 * gdb.ada/arraydim.exp: Remove extra directory level in build
2612 directory.
2613
f0464b23
SM
26142016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2615
2616 * lib/ada.exp: Remove extra directory level in build directory.
2617 * gdb.ada/cond_lang.exp: Likewise.
2618 * gdb.ada/exec_changed.exp: Likewise.
2619 * gdb.ada/lang_switch.exp: Likewise.
2620
42d94011
MG
26212016-07-06 Manish Goregaokar <manish@mozilla.com>
2622
2806dc7e
PA
2623 * simple.rs: Add test for raw pointer subscripting.
2624 * simple.exp: Add test expectations.
42d94011 2625
647c264c
YQ
26262016-07-05 Yao Qi <yao.qi@linaro.org>
2627
2628 * gdb.mi/mi-reverse.exp: Match =record-started output.
2629
20aa2c60
PA
26302016-07-01 Pedro Alves <palves@redhat.com>
2631
2632 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2633 procedure.
2634 (jit_reader_test): Test the jit reader's unwinder.
2635 * gdb.base/jithost.c (jit_function_00_code): New global.
2636 (main): Use memcpy to fill in the mmapped code, instead of poking
2637 bytes manually here.
2638 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2639 value.
2640 (read_debug_info): Save the function's range.
2641 (read_sp): New function.
2642 (unwind_frame): Use it. Also unwind RBP.
2643 (get_frame_id): Use read_sp.
2644 (gdb_init_reader): Use calloc instead of malloc.
2645 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2646 parameter. Use gdb_test_multiple.
2647
ced2dffb
PA
26482016-07-01 Pedro Alves <palves@redhat.com>
2649 Antoine Tremblay <antoine.tremblay@ericsson.com>
2650
2651 * gdb.threads/process-dies-while-detaching.c: New file.
2652 * gdb.threads/process-dies-while-detaching.exp: New file.
2653
63000888
PA
26542016-07-01 Pedro Alves <palves@redhat.com>
2655
2656 * gdb.multi/watchpoint-multi-exit.c: New file.
2657 * gdb.multi/watchpoint-multi-exit.exp: New file.
2658
038d4868
PA
26592016-06-30 Pedro Alves <palves@redhat.com>
2660
2661 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2662 unset inferior_spawn_id.
2663
994e9c83
PA
26642016-06-30 Pedro Alves <palves@redhat.com>
2665
2666 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2667 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2668
e5653468
YQ
26692016-06-29 Yao Qi <yao.qi@linaro.org>
2670
2671 * gdb.base/return.c: Add copyright header.
2672
803b47e5
TT
26732016-06-29 Tom Tromey <tom@tromey.com>
2674
2675 PR python/20129:
2676 * gdb.python/py-framefilter.exp: Add tests for setting priority
2677 and disabling of non-existent frame filter.
2678
28244707
YQ
26792016-06-29 Yao Qi <yao.qi@linaro.org>
2680
2681 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2682 0x0f07ff.
2683
a31d2f06
YQ
26842016-06-28 Yao Qi <yao.qi@linaro.org>
2685
2686 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2687 triplets. Start gdb, execute catch syscall, and continue. Check
2688 gdb's output to determine catch syscall is supported.
2689
921d8f54
MG
26902016-06-27 Manish Goregaokar <manish@mozilla.com>
2691
25d49b86
PA
2692 * gdb.rust/simple.rs: Add test for returning unit in a function.
2693 * gdb.rust/simple.exp: Add expectation for functions returning
2694 unit.
921d8f54 2695
f4952523
PMR
26962016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2697
2698 * gdb.python/py-breakpoint-create-fail.c,
2699 gdb.python/py-breakpoint-create-fail.exp,
2700 gdb.python/py-breakpoint-create-fail.py: New testcase.
2701
fccb08f8
MG
27022016-06-25 Manish Goregaokar <manish@mozilla.com>
2703
2704 PR gdb/20239
2705 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
2706 * gdb.rust/simple.exp: Add test expectations for new NonZero
2707 tests.
fccb08f8 2708
6b850546
DT
27092016-06-24 David Taylor <dtaylor@emc.com>
2710
2711 * gdb.base/offsets.exp: New file.
2712 * gdb.base/offsets.c: New file.
2713
17621150
TT
27142016-06-23 Tom Tromey <tom@tromey.com>
2715
2716 PR gdb/16483:
2717 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2718 before any filters are loaded.
2719
04d59df6
WT
27202016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2721
2722 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2723 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2724 structs.
2725 * gdb.fortran/derived-type-function.exp: New file.
2726 * gdb.fortran/derived-type-function.f90: New file.
2727
2728
ac69f786
PA
27292016-06-21 Pedro Alves <palves@redhat.com>
2730
2731 * gdb.base/new-ui.exp: New file.
2732 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2733 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2734 (with_spawn_id): New procedure.
2735
49940788
PA
27362016-06-21 Pedro Alves <palves@redhat.com>
2737
2738 * gdb.mi/mi-exec-run.exp: New file.
2739
ef274d26
PA
27402016-06-21 Pedro Alves <palves@redhat.com>
2741
2742 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2743 breakpoint command's output on the main UI.
2744 (test_break): New procedure, factored out from calls in the top
2745 level.
2746 (top level): Use foreach_with_prefix to test MI as main UI and as
2747 separate UI.
2748
468afe6c
PA
27492016-06-21 Pedro Alves <palves@redhat.com>
2750
2751 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2752 (test_awatch_creation_and_listing)
2753 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2754 Remove 'type' parameter.
2755 (test_watchpoint_all): New parameter mi_mode. Remove
2756 with_test_prefix.
2757 (top level): Use foreach_with_prefix, and add main/separate UI MI
2758 testing axis.
2759
51f77c37
PA
27602016-06-21 Pedro Alves <palves@redhat.com>
2761
2762 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
2763 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
2764 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
2765 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
2766 (gdb_main_spawn_id, mi_spawn_id): Declare and
2767 comment.
2768 (mi_create_inferior_pty): New procedure,
2769 factored out from default_mi_gdb_start.
2770 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
2771 procedures.
2772 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
2773 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
2774 Use mi_create_inferior_pty.
2775 (mi_gdb_start): Use eval to pass down args list.
2776
8980e177
PA
27772016-06-21 Pedro Alves <palves@redhat.com>
2778
2779 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
2780 * gdb.opt/inline-cmds.exp: Add MI tests.
2781
f38d3ad1
PA
27822016-06-21 Pedro Alves <palves@redhat.com>
2783
2784 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
2785
45db7c09
PA
27862016-06-21 Pedro Alves <palves@redhat.com>
2787
2788 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
2789 (top level): Use it instead of mi_execute_to.
2790
5a069ab3
PA
27912016-06-21 Pedro Alves <palves@redhat.com>
2792
2793 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
2794 (cont_handler_str): New.
2795 (signal_stop_handler): Set stop_handler_str instead of printing to
2796 stdout.
2797 (continue_handler): Set cont_handler_str instead of printing to
2798 stdout.
2799 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
2800 mi_send_resuming_command. Print stop_handler_str and
2801 cont_handler_str instead of expecting the python events print
2802 directly.
2803
2838cc1d
SD
28042016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2805
2806 * gdb.base/jit-reader.exp: New file.
2807 * gdb.base/jithost.c: New file.
2808 * gdb.base/jithost.h: New file.
2809 * gdb.base/jitreader.c : New file.
2810 * gdb.base/jit-protocol.h: New file.
2811
21a77091
YQ
28122016-06-17 Yao Qi <yao.qi@linaro.org>
2813
2814 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
2815 parameters follow_fork and detach_on_fork. Set follow-fork-mode
2816 and detach-on-fork. Adjust tests.
2817 (top level): Invoke break_cond_on_syscall with combinations of
2818 syscall, follow-fork-mode and detach-on-fork.
2819
f50bf8e5
YQ
28202016-06-17 Yao Qi <yao.qi@linaro.org>
2821
2822 * gdb.base/step-over-exit.c: New.
2823 * gdb.base/step-over-exit.exp: New.
2824
a28d8e50
YTL
28252016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2826
2827 * gdb.base/float.exp: Add target check for nds32*-*-*.
2828 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
2829
cad8e26d
AB
28302016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2831
2832 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
2833 for unsupported target features.
2834 * gdb.base/call-rt-st.exp: Likewise.
2835 * gdb.base/call-sc.exp: Likewise.
2836 * gdb.base/call-signal-resume.exp: Likewise.
2837 * gdb.base/call-strs.exp: Likewise.
2838 * gdb.base/callexit.exp: Likewise.
2839 * gdb.base/callfuncs.exp: Likewise.
2840 * gdb.base/nodebug.exp: Likewise.
2841 * gdb.base/printcmds.exp: Likewise.
2842 * gdb.base/ptype.exp: Likewise.
2843 * gdb.base/structs.exp: Likewise.
2844 * gdb.base/unwindonsignal.exp: Likewise.
2845 * gdb.cp/gdb2495.exp: Likewise.
2846 * gdb.cp/templates.exp: Likewise.
2847 * gdb.cp/virtfunc.exp: Likewise.
2848 * gdb.threads/hand-call-in-threads.exp: Likewise.
2849 * gdb.threads/interrupted-hand-call.exp: Likewise.
2850 * gdb.threads/thread-unwindonsignal.exp: Likewise.
2851
347dc102
TT
28522016-06-10 Tom Tromey <tom@tromey.com>
2853
2854 PR rust/20110:
2855 * gdb.rust/expr.exp: Add test for integer constant larger than
2856 i32.
2857
5e13cf25
BH
28582016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
2859
2860 * gdb.fortran/nested-funcs.exp: New.
2861 * gdb.fortran/nested-funcs.f90: New.
2862
bb556f1f
TK
28632016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2864
2865 * gdb.base/examine-backward.c: New file.
2866 * gdb.base/examine-backward.exp: New file.
2867
38b022b4
SM
28682016-06-06 Simon Marchi <simon.marchi@ericsson.com>
2869
2870 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
2871 matching.
2872
1b40ec05
TT
28732016-06-02 Tom Tromey <tom@tromey.com>
2874
2875 PR python/18984:
2876 * gdb.python/py-shared.exp: Add solib_name test.
2877
193bd378
SM
28782016-06-02 Simon Marchi <simon.marchi@ericsson.com>
2879
2880 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
2881
3326303b
MG
28822016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
2883
2884 PR c++/19893
2885 * gdb.dwarf2/implref.exp: Rename to...
2886 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
2887 * gdb.dwarf2/implref-array.c: New file.
2888 * gdb.dwarf2/implref-array.exp: Likewise.
2889 * gdb.dwarf2/implref-global.c: Likewise.
2890 * gdb.dwarf2/implref-global.exp: Likewise.
2891 * gdb.dwarf2/implref-struct.c: Likewise.
2892 * gdb.dwarf2/implref-struct.exp: Likewise.
2893
825c8ef2
AT
28942016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2895
2896 * gdb.trace/trace-condition.exp: Add 64bit tests.
2897
2320162a
AT
28982016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2899
2900 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
2901 bits types.
2902 (main): Adapt to 8 to 64 bits types.
2903 * gdb.trace/trace-condition.exp: Add new tests.
2904
a7818233
AT
29052016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2906
2907 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
2908
0d336466
AT
29092016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2910
2911 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
2912 Move condition tests...
2913 * gdb.trace/trace-condition.exp: Here.
2914
7faeb45a
AT
29152016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2916
2917 * gdb.trace/trace-condition.exp: Add counter-case tests.
2918
e385593e
JK
29192016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2920
2921 PR c++/15231
2922 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
2923 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
2924
744608cc
PA
29252016-05-27 Pedro Alves <palves@redhat.com>
2926
2927 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2928 New procedure.
2929 (top level): Call it, and bail out of DejaGnu is known to be bad.
2930
ac775bf4
AB
29312016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
2932
2933 * gdb.base/whatis.c: Extend the test case.
2934 * gdb.base/whatis.exp: Add additional tests.
2935
2bbad2ea
BH
29362016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2937
2938* gdb.fortran/type.f90: Add pointer variable.
2939* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
2940
8b70175d
BH
29412016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2942
2943 * gdb.fortran/vla-type.exp: Fix testcase name.
2944
86d8a848
BH
29452016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2946
2947 * gdb.fortran/vla-type.exp: Access elements in nested structs.
2948
e188eb36
BH
29492016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2950
2951 * gdb.fortran/type.f90: Add nested structures.
2952 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
2953 * gdb.fortran/derived-type.exp: Adapt expected output.
2954 * gdb.fortran/vla-type.exp: Adapt expected output.
2955
9b2db1fd
BH
29562016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2957
2958 * gdb.fortran/whatis_type.exp: Adapt expected output.
2959
72b17055
BH
29602016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2961
2962 * gdb.fortran/print_type.exp: Fix expected output.
2963 * gdb.fortran/whatis_type.exp: Fix expected output.
2964
3cd81d8d
BH
29652016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2966
2967 * gdb.fortran/whatis_type.exp: Use multi_line.
2968
ddae9462
TT
29692016-05-24 Tom Tromey <tom@tromey.com>
2970
2971 PR python/17386:
2972 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
2973 use value as an index.
2974
1957f6b8
TT
29752016-05-23 Tom Tromey <tom@tromey.com>
2976
2977 PR python/17981:
2978 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
2979 no-breakpoint case.
2980
026a9174
PA
29812016-05-24 Pedro Alves <palves@redhat.com>
2982
2983 PR gdb/19828
2984 * gdb.threads/clone-attach-detach.c: New file.
2985 * gdb.threads/clone-attach-detach.exp: New file.
2986
e70a7231
FR
29872016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
2988
2989 * gdb.base/annota-input-while-running.exp: Fix syntax error.
2990
0f6ed0e0
TT
29912016-05-23 Tom Tromey <tom@tromey.com>
2992
2993 PR python/19438, PR python/18393:
2994 * gdb.python/py-progspace.exp: Add "dir" test.
2995 * gdb.python/py-objfile.exp: Add "dir" test.
2996
ffd19d61
YQ
29972016-05-23 Yao Qi <yao.qi@linaro.org>
2998
2999 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3000 * gdb.arch/thumb2-it.exp: Likewise.
3001
9e8f9b05
SM
30022016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3003
3004 * gdb.mi/mi-threads-interrupt.c: New file.
3005 * gdb.mi/mi-threads-interrupt.exp: New file.
3006
61c6156d
SM
30072016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3008
3009 PR gdb/18077
3010 * gdb.mi/mi-async-run.exp: New file.
3011 * gdb.mi/mi-async-run.c: New file.
3012
67218854
TT
30132016-05-17 Tom Tromey <tom@tromey.com>
3014 Manish Goregaokar <manishsmail@gmail.com>
3015
3016 * lib/rust-support.exp: New file.
3017 * lib/gdb.exp (skip_rust_tests): New proc.
3018 (build_executable_from_specs): Handle rust.
3019 * lib/future.exp (gdb_find_rustc): New proc.
3020 (gdb_default_target_compile): Handle rust.
3021 * gdb.rust/expr.exp: New file.
3022 * gdb.rust/generics.exp: New file.
3023 * gdb.rust/generics.rs: New file.
3024 * gdb.rust/methods.exp: New file.
3025 * gdb.rust/methods.rs: New file.
3026 * gdb.rust/modules.exp: New file.
3027 * gdb.rust/modules.rs: New file.
3028 * gdb.rust/simple.exp: New file.
3029 * gdb.rust/simple.rs: New file.
3030
c44af4eb
TT
30312016-05-17 Tom Tromey <tom@tromey.com>
3032
3033 * gdb.base/default.exp (set language): Add rust.
3034
dcd1f979
TT
30352016-05-17 Tom Tromey <tom@tromey.com>
3036
3037 * gdb.gdb/unittest.exp: New file.
3038
155b7f57
YQ
30392016-05-16 Yao Qi <yao.qi@linaro.org>
3040
3041 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3042 shell_prompt. Update shell_prompt_re.
3043
8ddd5a6c
DE
30442016-05-12 Doug Evans <dje@google.com>
3045
3046 PR symtab/19999
3047 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3048 $options when building executable.
3049 * gdb.dwarf2/fission-loclists-pie.S: New file.
3050 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3051
02e370d9
SM
30522016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3053
3054 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3055 of [is_remote target],
3056
8929ad8b
SM
30572016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3058
3059 * lib/gdb.exp (use_gdb_stub): New procedure.
3060
6c447423
DE
30612016-05-03 Yunlian Jiang <yunlian@google.com>
3062 Doug Evans <dje@google.com>
3063
3064 PR symtab/19914
3065 * gdb.dwarf2/dwp-sepdebug.c: New file.
3066 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3067
444e826c
SM
30682016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3069
3070 * gdb.base/detach.exp: Remove is_remote check.
3071
740feeaa
SM
30722016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3073
3074 * gdb.base/annota-input-while-running.exp: Don't check for
3075 [is_remote target]. Enable annotations after running to main.
3076 Remove unused "set test..." line.
3077
9080ac9d
SM
30782016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3079
3080 * gdb.trace/trace-enable-disable.exp: New file.
3081 * gdb.trace/trace-enable-disable.c: New file.
3082
952ebca5
SM
30832016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3084
3085 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3086 use it in info sharedlibrary test.
3087 * gdb.trace/ftrace-lock.exp: Likewise.
3088 * gdb.trace/ftrace.exp: Likewise.
3089 * gdb.trace/range-stepping.exp: Likewise.
3090 * gdb.trace/trace-break.exp: Likewise.
3091 * gdb.trace/trace-condition.exp: Likewise.
3092 * gdb.trace/trace-mt.exp: Likewise.
3093
d9019901
SM
30942016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3095
3096 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3097 (gdb_load_shlib): ... this.
3098 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3099 gdb_load_shlib.
3100 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3101 * gdb.base/ctxobj.exp: Likewise.
3102 * gdb.base/dprintf-pending.exp: Likewise.
3103 * gdb.base/dso2dso.exp: Likewise.
3104 * gdb.base/fixsection.exp: Likewise.
3105 * gdb.base/gcore-relro.exp: Likewise.
3106 * gdb.base/gdb1555.exp: Likewise.
3107 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3108 * gdb.base/gnu-ifunc.exp: Likewise.
3109 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3110 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3111 * gdb.base/pending.exp: Likewise.
3112 * gdb.base/print-file-var.exp: Likewise.
3113 * gdb.base/print-symbol-loading.exp: Likewise.
3114 * gdb.base/shlib-call.exp: Likewise.
3115 * gdb.base/shreloc.exp: Likewise.
3116 * gdb.base/so-impl-ld.exp: Likewise.
3117 * gdb.base/solib-disc.exp: Likewise.
3118 * gdb.base/solib-nodir.exp: Likewise.
3119 * gdb.base/solib-overlap.exp: Likewise.
3120 * gdb.base/solib-symbol.exp: Likewise.
3121 * gdb.base/solib-weak.exp (do_test): Likewise.
3122 * gdb.base/sym-file.exp: Likewise.
3123 * gdb.base/symtab-search-order.exp: Likewise.
3124 * gdb.base/type-opaque.exp: Likewise.
3125 * gdb.base/unload.exp: Likewise.
3126 * gdb.base/watchpoint-solib.exp: Likewise.
3127 * gdb.compile/compile.exp: Likewise.
3128 * gdb.cp/gdb2384.exp: Likewise.
3129 * gdb.cp/infcall-dlopen.exp: Likewise.
3130 * gdb.cp/re-set-overloaded.exp: Likewise.
3131 * gdb.fortran/library-module.exp: Likewise.
3132 * gdb.opt/solib-intra-step.exp: Likewise.
3133 * gdb.python/py-finish-breakpoint.exp: Likewise.
3134 * gdb.python/py-shared.exp: Likewise.
3135 * gdb.reverse/solib-precsave.exp: Likewise.
3136 * gdb.reverse/solib-reverse.exp: Likewise.
3137 * gdb.server/solib-list.exp: Likewise.
3138 * gdb.threads/dlopen-libpthread.exp: Likewise.
3139 * gdb.threads/tls-shared.exp: Likewise.
3140 * gdb.threads/tls-so_extern.exp: Likewise.
3141 * gdb.trace/change-loc.exp: Likewise.
3142 * gdb.trace/ftrace-lock.exp: Likewise.
3143 * gdb.trace/ftrace.exp: Likewise.
3144 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3145 * gdb.trace/pending.exp: Likewise.
3146 * gdb.trace/range-stepping.exp: Likewise.
3147 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3148 (strace_info_marker): Likewise.
3149 (strace_probe_marker): Likewise.
3150 (strace_trace_on_same_addr): Likewise.
3151 (strace_trace_on_diff_addr): Likewise.
3152 * gdb.trace/trace-break.exp: Likewise.
3153 * gdb.trace/trace-condition.exp: Likewise.
3154 * gdb.trace/trace-mt.exp: Likewise.
3155
fca4cfd9
SM
31562016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3157
3158 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3159 result of gdb_remote_download.
3160 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3161 * gdb.base/dso2dso.exp: Likewise.
3162 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3163 * gdb.base/print-file-var.exp: Likewise.
3164 * gdb.base/shlib-call.exp: Likewise.
3165 * gdb.base/shreloc.exp: Likewise.
3166 * gdb.base/solib-overlap.exp: Likewise.
3167 * gdb.base/solib-weak.exp (do_test): Likewise.
3168 * gdb.base/unload.exp: Likewise.
3169
11cf4ffb
YQ
31702016-04-27 Yao Qi <yao.qi@linaro.org>
3171
3172 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3173 exists.
3174
3e2e34f8
KB
31752016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3176
3177 * vla-type.exp: Print structure from toplevel.
3178
8f07e298
BH
31792016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3180
3181 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3182 of dynamic types.
3183 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3184 of dynamic types.
3185
9920b434
BH
31862016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3187
3188 * gdb.fortran/vla-type.f90: New file.
3189 * gdb.fortran/vla-type.exp: New file.
3190
f3abeff5
YQ
31912016-04-25 Yao Qi <yao.qi@linaro.org>
3192
3193 * gdb.base/branch-to-self.c: New file.
3194 * gdb.base/branch-to-self.exp: New file.
3195
0a5d52f0
YQ
31962016-04-22 Yao Qi <yao.qi@linaro.org>
3197
3198 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3199 more after $hex.
3200
495346f6
YQ
32012016-04-22 Yao Qi <yao.qi@linaro.org>
3202
3203 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3204 * gdb.base/annota3.exp: Likewise.
3205
4a7e075c
YQ
32062016-04-22 Yao Qi <yao.qi@linaro.org>
3207
3208 * gdb.reverse/step-precsave.exp: Do one step and test program
3209 stops in "callee" and do multiple steps until program goes out
3210 of "callee".
3211 * gdb.reverse/step-reverse.exp: Likewise.
3212
5b061e98
YQ
32132016-04-22 Yao Qi <yao.qi@linaro.org>
3214
3215 * gdb.trace/signal.exp: Also pass if
3216 $tracepoint_hits($i) > $iterations.
3217
5c5dc57f
YQ
32182016-04-22 Yao Qi <yao.qi@linaro.org>
3219
3220 * gdb.trace/signal.c: New file.
3221 * gdb.trace/signal.exp: New file.
3222
a55411b9
DE
32232016-04-19 Doug Evans <xdje42@gmail.com>
3224
3225 * gdb.base/bad-file.exp: New file.
3226
a22df60a
MG
32272016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3228
3229 * gdb.dwarf2/implref.exp: New file.
3230
0c13f7e5
BH
32312016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3232
3233 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3234 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3235 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3236 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3237 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3238 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3239 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3240 * lib/fortran.exp (fortran_int4): New procedure.
3241 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3242 (fortran_logical4): Likewise.
3243
9b9b09e9
BH
32442016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3245
3246 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3247
a14d1f4d
BH
32482016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3249
3250 * lib/compiler.c: Add Intel specific preprocessor macros.
3251 * lib/compiler.cc: Likewise.
25d49b86 3252
7d49b1d0
LM
32532016-04-13 Luis Machado <lgustavo@codesourcery.com>
3254
3255 * gdb.server/connect-with-no-symbol-file.c: New file.
3256 * gdb.server/connect-with-no-symbol-file.exp: New file.
3257
8392fa22
SM
32582016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3259
3260 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3261
8c4c4aeb
SM
32622016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3263
3264 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3265 standard output directory.
3266
45e3745e
AT
32672016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3268
3269 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3270
e26b7e41
MM
32712016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3272
3273 * gdb.btrace/instruction_history.c (loop): Add declaration.
3274
8ce09462
AT
32752016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3276
3277 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3278
2e88a1ea
SM
32792016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3280
3281 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3282 parentheses to print.
3283 (continue_handler): Likewise.
3284
f48e22e3
SM
32852016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3286
3287 * gdb.server/solib-list.exp: Remove is_remote check.
3288 Pass shlib= to gdb_compile. Don't link shared library with
3289 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3290 Run binary filename through "readlink -f" on the target.
3291
096be756
PA
32922016-04-08 Pedro Alves <palves@redhat.com>
3293
3294 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3295 interpreter filename as argument to gdbserver_spawn.
3296 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3297 Return empty if $last_loaded_file does not exist.
3298
06500533
JK
32992016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3300
3301 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3302 * gdb.base/jit-main.c: Use exit after usage.
3303
2d35e871
JK
33042016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3305
3306 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3307 GDBHISTSIZE prior to the tests.
3308 * gdb.base/gdbinit-history.exp: Likewise.
3309
33102016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3311
3312 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3313 instead of build_executable. Use gdb_load_shlibs.
3314
c8064e7e
YQ
33152016-04-07 Yao Qi <yao.qi@linaro.org>
3316
3317 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3318 Execute "si" command.
3319
bde47561
YQ
33202016-04-07 Yao Qi <yao.qi@linaro.org>
3321
3322 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3323 number instead of the comments on some line.
3324
b16f8a3b
DB
33252016-04-06 Don Breazeal <donb@codesourcery.com>
3326
3327 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3328 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3329
c2f901df
SM
33302016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3331
3332 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3333 standard_output_file. Remove unused binfile variable.
3334
ac17fda0
CU
33352016-04-05 Catalin Udma <catalin.udma@freescale.com>
3336
3337 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3338 * gdb.python/py-mi-objfile.exp: Match "list main" output
3339 in console format.
3340
03a8c4df
SM
33412016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3342
3343 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3344 absolute.
3345
6e774b13
SM
33462016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3347
3348 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3349 absolute.
3350 * gdb.trace/ftrace.exp: Likewise.
3351 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3352 targets as well.
3353 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3354 (gdb_load_shlibs): Copy libraries to test directory when testing
3355 natively. Only set solib-search-path if testing remotely.
3356 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3357
7817ea46
SM
33582016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3359
3360 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3361 gdb_download. Use it even if the target is not remote.
3362 * gdb.base/jit.exp (compile_jit_test): Likewise.
3363 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3364 output directory if the destination board is local, otherwise use
3365 the standard remote_download from DejaGnu.
3366 (gdb_download): Remove.
3367 (gdb_load_shlibs): Use gdb_remote_download instead of
3368 gdb_download.
3369 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3370 Use gdb_remote_download instead of gdb_download. Use it even if
3371 the target is not remote.
3372 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3373 instead of gdb_download.
3374
7beb7f68
SM
33752016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3376
3377 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3378 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3379 run.
3380
cc63428a
AV
33812016-04-01 Artemiy Volkov <artemiyv@acm.org>
3382
3383 PR gdb/19820
3384 * gdb.base/printcmds.exp: Add artificial arrays tests.
3385
64cdf930
PA
33862016-03-31 Pedro Alves <palves@redhat.com>
3387
3388 PR gdb/19858
3389 * gdb.base/jit-main.c: Include unistd.h.
3390 (ATTACH): Define to 0 if not already defined.
3391 (wait_for_gdb, mypid): New globals.
3392 (WAIT_FOR_GDB): New macro.
3393 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3394 some breakpoint locations.
3395 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3396 New procedures.
3397 (one_jit_test): Add REATTACH parameter, and handle it. Use
3398 continue_to_test_location.
3399 (top level): Test attach, and adjusts calls to one_jit_test.
3400
40dea8cb
PA
34012016-03-31 Pedro Alves <palves@redhat.com>
3402
3403 PR gdb/19858
3404 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3405 BINSUFFIX parameter, and handle it.
3406 (top level): Adjust calls compile_jit_test.
3407
e7ea3ec7
CU
34082016-03-31 Catalin Udma <catalin.udma@freescale.com>
3409
3410 PR python/19743
3411 * gdb.python/py-mi-events-gdb.py: New file.
3412 * gdb.python/py-mi-events.c: New file.
3413 * gdb.python/py-mi-events.exp: New file.
3414
e6359af3
YQ
34152016-03-30 Yao Qi <yao.qi@linaro.org>
3416
3417 * gdb.reverse/until-precsave.exp: Match function name only.
3418 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3419 Move malloc to a condition block.
3420 * gdb.reverse/until-reverse.exp: Match function name only.
3421
a4105d04
MK
34222016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3423
3424 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3425 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3426 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3427 variable for GPR 0 instead of assuming it is register 0.
3428 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3429 * lib/trace-support.exp: Add s390 registers.
3430
bfa6adb9
YQ
34312016-03-29 Yao Qi <yao.qi@linaro.org>
3432
3433 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3434
1e6697ea
YQ
34352016-03-24 Yao Qi <yao.qi@linaro.org>
3436
3437 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3438 test message.
3439
64bcd522
AA
34402016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3441
3442 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3443 maintaining separate logic for constructing the output path.
3444
7868401b
DB
34452016-03-16 Don Breazeal <donb@codesourcery.com>
3446
3447 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3448 Retry fork and waitpid on interrupted system call errors.
3449 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3450 Use with_timeout_factor to increase timeout by factor of 10.
3451
1cafadb4
DB
34522016-03-15 Don Breazeal <donb@codesourcery.com>
3453
3454 * gdb.cp/scope-err.cc: New test program.
3455 * gdb.cp/scope-err.exp: New test script.
3456 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3457 lines and "set breakpoint here" comment.
3458 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3459 Fixed some whitespace and format issues.
3460 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3461 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3462
81516450
DE
34632016-03-15 Doug Evans <dje@google.com>
3464
3465 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3466 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3467 All callers updated. Add tests for enums, mixed flags register.
3468
aa52b601
DE
34692016-03-15 Doug Evans <dje@google.com>
3470
3471 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3472 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3473
fa4ff313
SM
34742016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3475
3476 * gdb.base/default.exp: Add $_as_string to the list of expected
3477 convenience functions.
3478
f2403c39
AB
34792016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3480
3481 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3482
f2f3ccb9
SM
34832016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3484
3485 * gdb.python/py-as-string.exp: New file.
3486 * gdb.python/py-as-string.c: New file.
3487
00dbd492
PA
34882016-03-09 Pedro Alves <palves@redhat.com>
3489
3490 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3491 signal" -> "Thread NN received signal" output change.
3492 * gdb.threads/ia64-sigill.exp: Likewise.
3493 * gdb.threads/linux-dp.exp: Likewise.
3494 * gdb.threads/manythreads.exp: Likewise.
3495 * gdb.threads/pending-step.exp: Likewise.
3496 * gdb.threads/print-threads.exp: Likewise.
3497 * gdb.threads/sigstep-threads.exp: Likewise.
3498 * gdb.threads/staticthreads.exp: Likewise.
3499 * gdb.threads/tls.exp: Likewise.
3500
1e6697ea
YQ
35012016-03-09 Pedro Alves <palves@redhat.com>
3502
3503 * gdb.base/command-line-input.exp: New file.
3504
b04fd3be
MK
35052016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3506
3507 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3508 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3509 * gdb.trace/pending.exp: Accept leading dot before function name.
3510 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3511 * lib/trace-support.exp: Set registers for ppc.
3512
98fa59e9
MK
35132016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3514
3515 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3516 use it for disassembly; accept .main in addition to main in backtrace.
3517
f77198c8
MK
35182016-03-09 Wei-cheng Wang <cole945@gmail.com>
3519 Marcin Kościelnicki <koriakin@0x04.net>
3520
3521 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3522 (gdb_recursion_test_ptr): New global variable.
3523 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3524 gdb_recursion_test.
3525 (gdb_c_test): Ditto.
3526
ba84e0da
MK
35272016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3528
3529 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3530 ordering.
3531
4366d36e
MK
35322016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3533
3534 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3535 (bar): Add bar_start_lbl label.
3536 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3537 of foo/bar for emitting DWARF and tracing.
3538
5eb264df
SDJ
35392016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3540
3541 * analyze-racy-logs.py: Set executable bit.
3542
fb6a751f
SDJ
35432016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3544
3545 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3546 (CHECK_TARGET_TMP): Likewise.
3547 (check-single-racy): New rule.
3548 (check-parallel-racy): Likewise.
3549 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3550 (do-check-parallel-racy): New rule.
3551 (check-racy/%.exp): Likewise.
3552 * README (Racy testcases): New section.
3553 * analyze-racy-logs.py: New file.
3554
bdf7e230
DE
35552016-03-03 Doug Evans <dje@google.com>
3556
3557 * gdb.base/skip.exp: Use with_test_prefix.
3558
4719d415
YQ
35592016-03-03 Yao Qi <yao.qi@linaro.org>
3560
3561 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3562 Invoke step_over_syscall "clone" and break_cond_on_syscall
3563 "clone".
3564 * gdb.base/step-over-clone.c: New file.
3565
ea507862
YQ
35662016-03-03 Yao Qi <yao.qi@linaro.org>
3567
3568 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3569 code format.
3570
8fc8cbda
YQ
35712016-03-03 Yao Qi <yao.qi@linaro.org>
3572
3573 * gdb.base/disp-step-fork.c: Rename to ...
3574 * gdb.base/step-over-fork.c: ... it. New file.
3575 * gdb.base/disp-step-vfork.c: Rename to ...
3576 * gdb.base/step-over-vfork.c: ... it. New file.
3577 * gdb.base/disp-step-syscall.exp: Rename to ...
3578 * gdb.base/step-over-syscall.exp: ... it. New file.
3579 (disp_step_cross_syscall): Rename to ...
3580 (step_over_syscall): ... it.
3581
92fa70b0
YQ
35822016-03-03 Yao Qi <yao.qi@linaro.org>
3583
3584 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3585 If target supports condition evaluation on target, invoke
3586 break_cond_on_syscall for fork and vfork.
3587
e197ad3c
YQ
35882016-03-03 Yao Qi <yao.qi@linaro.org>
3589
3590 * gdb.base/disp-step-syscall.exp: Don't invoke
3591 support_displaced_stepping.
3592 (disp_step_cross_syscall): Test with displaced stepping off and
3593 on if supported.
3594
0b47da9f
YQ
35952016-03-03 Yao Qi <yao.qi@linaro.org>
3596
3597 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3598 proc.
3599 (setup): New proc.
3600 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3601 and setup.
3602
065ab6dc
BH
36032016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3604
3605 * gdb.fortran/vla-history.exp: Remove breakpoint.
3606
07e448ad 36072016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3608
25d49b86
PA
3609 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3610 exceeds timeout.
07e448ad 3611
9ac2d526 36122016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3613
25d49b86
PA
3614 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3615 breakpoint.
9ac2d526 3616
17807369
BH
36172016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3618
3619 * gdb.mi/vla.f90: Nullify pointer after declaration.
3620
86e501af
PA
36212016-03-01 Pedro Alves <palves@redhat.com>
3622
3623 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3624
1e903e32
PA
36252016-03-01 Pedro Alves <palves@redhat.com>
3626
3627 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3628 before anything else.
3629 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3630 _GNU_SOURCE here.
3631 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3632 before anything else.
3633 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3634
6ccb54e2
PA
36352016-03-01 Pedro Alves <palves@redhat.com>
3636
3637 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3638
30ca9da1
YQ
36392016-03-01 Yao Qi <yao.qi@linaro.org>
3640
3641 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3642 prepare_for_testing.
3643
dc856b38
YQ
36442016-03-01 Yao Qi <yao.qi@linaro.org>
3645
3646 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3647
4a932159
AA
36482016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3649
3650 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3651 manually constructing the output path.
3652
f2489477
AA
36532016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3654
3655 * gdb.arch/s390-stackless.S: New.
3656 * gdb.arch/s390-stackless.exp: New.
3657
38899f16
IB
36582016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3659
3660 * gdb.dlang/circular.c: New file.
3661 * gdb.dlang/circular.exp: New file.
3662
9fde51ed
YQ
36632016-02-26 Yao Qi <yao.qi@linaro.org>
3664
3665 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3666 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3667 (testcases): Update.
3668
ce90fefe
YQ
36692016-02-26 Yao Qi <yao.qi@linaro.org>
3670
3671 * gdb.reverse/aarch64.c: Rename to ...
3672 * gdb.reverse/insn-reverse.c: ... it.
3673 * gdb.reverse/aarch64.exp: Rename to ...
3674 * gdb.reverse/insn-reverse.exp: ... it.
3675
3263bceb
YQ
36762016-02-26 Yao Qi <yao.qi@linaro.org>
3677
3678 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3679 (testcase_ftype): New.
3680 (testcases): New array.
3681 (n_testcases): New.
3682 (main): Call each element in testcases.
3683 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3684 (read_testcase): New.
3685 Do the tests in a loop.
3686
6cb59ff1
YQ
36872016-02-25 Yao Qi <yao.qi@linaro.org>
3688
3689 * gdb.base/branches.c: Remove.
3690
ae91f625
MK
36912016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3692
3693 PR gdb/13808
3694 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3695
678b48b7
MK
36962016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3697
3698 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3699
7337a6f2
MK
37002016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3701
3702 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3703 change x86_64 call_insn to 'callq'.
3704
861ca91f
AT
37052016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3706
3707 * gdb.trace/tfile-avx.c: Move to...
3708 * gdb.trace/tracefile-pseudo-reg.c: Here.
3709 * gdb.trace/tfile-avx.exp: Move to...
3710 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3711
bf74e428
GB
37122016-02-24 Gary Benson <gbenson@redhat.com>
3713
3714 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3715 message on attach.
3716
cce0e923
DE
37172016-02-23 Doug Evans <dje@google.com>
3718
3719 * gdb.base/skip.c (test_skip): New function.
3720 (end_test_skip_file_and_function): New function.
3721 (test_skip_file_and_function): New function.
3722 * gdb.base/skip1.c (test_skip): New function.
3723 (skip1_test_skip_file_and_function): New function.
3724 * gdb.base/skip.exp: Add tests for new skip options.
3725 * gdb.base/skip-solib.exp: Update expected output.
3726 * gdb.perf/skip-command.cc: New file.
3727 * gdb.perf/skip-command.exp: New file.
3728 * gdb.perf/skip-command.py: New file.
3729
4000e47e
MK
37302016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
3731
3732 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3733 info registers pattern.
3734
24f75ead
IB
37352016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
3736
3737 * lib/future.exp: Add D support.
3738 (gdb_find_gdc): New proc.
3739 (gdb_default_target_compile): Add D support.
3740
fbb7bcbe
WW
37412016-02-18 Wei-cheng Wang <cole945@gmail.com>
3742
3743 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3744 user+system time.
3745 (trace_speed_test): Determine the iteration count for a time
3746 between 15..30 seconds.
3747
012b3a21
WT
37482016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
3749
3750 * gdb.arch/i386-mpx-sigsegv.c: New file.
3751 * gdb.arch/i386-mpx-sigsegv.exp: New file.
3752 * gdb.arch/i386-mpx-simple_segv.c: New file.
3753 * gdb.arch/i386-mpx-simple_segv.exp: New file.
3754
2d5189bd
YQ
37552016-02-18 Yao Qi <yao.qi@linaro.org>
3756
3757 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3758 Don't call setup_kfail.
3759
40fb20d0
YQ
37602016-02-18 Yao Qi <yao.qi@linaro.org>
3761
3762 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3763 Set "set breakpoint condition-evaluation" per $cond_bp_target.
3764
21b1f8d2
DE
37652016-02-16 Doug Evans <dje@google.com>
3766
3767 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
3768 * gdb.base/skip1.c: Ditto.
3769 * gdb.base/skip.exp: Whitespace cleanup.
3770
4041ed77
DB
37712016-02-16 Don Breazeal <donb@codesourcery.com>
3772
3773 PR remote/19496
3774 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3775 Remove kfail for PR remote/19496.
3776
c4ef31bf
SM
37772016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3778
3779 * lib/gdb.exp (standard_temp_file): Return a path specific to
3780 the runtest invocation.
3781
266b65b3
SM
37822016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3783
3784 * gdb.trace/save-trace.exp: Change relative path to be in the
3785 standard output directory.
3786
a7a0a6a9
JK
37872016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3788
3789 * gdb.arch/i386-prologue.c: Add missing prototypes.
3790
c99dbb42
JK
37912016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3792
3793 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
3794 * gdb.arch/i386-prologue.exp: Likewise.
3795 * gdb.arch/i386-size.exp: Likewise.
3796
aa480355
SM
37972016-02-15 Simon Marchi <simon.marchi@ericsson.com>
3798
3799 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
3800 define object file path.
3801 * gdb.btrace/gcore.exp: Use standard_output_file to define core
3802 file path.
3803 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
3804 standard_output_file to define binfile.
3805
ba881f50
JK
38062016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3807
3808 Fix compatibility with recent gfortran-5.3.1.
3809 * gdb.fortran/vla-history.exp (print vla1 allocated)
3810 (print vla2 allocated, print $2, print $3): Remove
3811 (print $4): Rename to ...
3812 (print $2): ... here.
3813 (print $9): Rename to ...
3814 (print $5): ... here.
3815 (print $10): Rename to ...
3816 (print $6): ... here.
3817 * gdb.fortran/vla.f90: Add pvla initialization.
3818
e9fb005c
JK
38192016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3820
3821 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
3822 New test.
3823 * gdb.fortran/vla-value-sub.exp: Likewise.
3824
e44e00ff
MK
38252016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
3826
3827 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
3828
97e94151
SM
38292016-02-12 Simon Marchi <simon.marchi@ericsson.com>
3830
3831 * i386-biarch-core.exp: Define corefile using
3832 standard_output_file.
3833
01113bc1
YQ
38342016-02-12 Yao Qi <yao.qi@linaro.org>
3835
3836 * gdb.arch/arm-single-step-kernel-helper.c: New.
3837 * gdb.arch/arm-single-step-kernel-helper.exp: New.
3838
33b4777c
MM
38392016-02-12 Markus Metzger <markus.t.metzger@intel.com>
3840
3841 * gdb.btrace/tailcall-only.exp: New.
3842 * gdb.btrace/tailcall-only.c: New.
3843 * gdb.btrace/x86_64-tailcall-only.S: New.
3844 * gdb.btrace/i686-tailcall-only.S: New.
3845
acc23c11
PA
38462016-02-11 Pedro Alves <palves@redhat.com>
3847
3848 * README (Parallel testing): Add missing double quotes.
3849
e352bf0a
PA
38502016-02-11 Pedro Alves <palves@redhat.com>
3851
3852 * README (Parallel testing): New section.
3853 (GDB_PARALLEL): Rewrite.
3854 (FORCE_PARALLEL): Document.
3855
9f5fed78
MK
38562016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
3857
3858 * gdb.trace/tfile-avx.c: New test.
3859 * gdb.trace/tfile-avx.exp: New test.
3860
9ef9e6a6
KS
38612016-02-09 Keith Seitz <keiths@redhat.com>
3862
3863 PR breakpoints/19546
3864 * gdb.base/infcall-exec.c: New file.
3865 * gdb.base/infcall-exec2.c: New file.
3866 * gdb.base/infcall-exec.exp: New file.
3867
a96e36da
KS
38682016-02-09 Keith Seitz <keiths@redhat.com>
3869
3870 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
3871 (toplevel): Call test_bkpt_address.
3872
9f61929f
KS
38732016-02-09 Keith Seitz <keiths@redhat.com>
3874
3875 PR python/19506
3876 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
3877 (toplevel): Call test_bkpt_address.
3878
1e94266c
SM
38792016-02-09 Simon Marchi <simon.marchi@ericsson.com>
3880
3881 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
3882 to AC_OUTPUT.
3883 * configure: Regenerate.
3884
2a7f3dff
PA
38852016-02-09 Pedro Alves <palves@redhat.com>
3886
3887 PR breakpoints/19548
3888 * gdb.base/execl-update-breakpoints.c (some_function): New
3889 function.
3890 (main): Call it.
3891 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
3892 Tighten expected GDB output.
3893
2151ccc5
SM
38942016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3895
3896 * Makefile.in (ALL_SUBDIRS): Remove.
3897 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
3898 (distclean maintainer-clean realclean): Likewise.
3899 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
3900 * configure: Regenerate.
3901 * gdb.ada/Makefile.in: Delete.
3902 * gdb.arch/Makefile.in: Likewise.
3903 * gdb.asm/Makefile.in: Likewise.
3904 * gdb.base/Makefile.in: Likewise.
3905 * gdb.btrace/Makefile.in: Likewise.
3906 * gdb.cell/Makefile.in: Likewise.
3907 * gdb.compile/Makefile.in: Likewise.
3908 * gdb.cp/Makefile.in: Likewise.
3909 * gdb.disasm/Makefile.in: Likewise.
3910 * gdb.dlang/Makefile.in: Likewise.
3911 * gdb.dwarf2/Makefile.in: Likewise.
3912 * gdb.fortran/Makefile.in: Likewise.
3913 * gdb.gdb/Makefile.in: Likewise.
3914 * gdb.go/Makefile.in: Likewise.
3915 * gdb.guile/Makefile.in: Likewise.
3916 * gdb.java/Makefile.in: Likewise.
3917 * gdb.linespec/Makefile.in: Likewise.
3918 * gdb.mi/Makefile.in: Likewise.
3919 * gdb.modula2/Makefile.in: Likewise.
3920 * gdb.multi/Makefile.in: Likewise.
3921 * gdb.objc/Makefile.in: Likewise.
3922 * gdb.opencl/Makefile.in: Likewise.
3923 * gdb.opt/Makefile.in: Likewise.
3924 * gdb.pascal/Makefile.in: Likewise.
3925 * gdb.perf/Makefile.in: Likewise.
3926 * gdb.python/Makefile.in: Likewise.
3927 * gdb.reverse/Makefile.in: Likewise.
3928 * gdb.server/Makefile.in: Likewise.
3929 * gdb.stabs/Makefile.in: Likewise.
3930 * gdb.threads/Makefile.in: Likewise.
3931 * gdb.trace/Makefile.in: Likewise.
3932 * gdb.xml/Makefile.in: Likewise.
3933 * lib/gdb.exp (make_gdb_parallel_path): Add check for
3934 GDB_PARALLEL.
3935 (standard_output_file): Remove check for GDB_PARALLEL, always
3936 return path in outputs/$subdir/$testname.
3937
437277d4
SM
39382016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3939
3940 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
3941 (site.exp): Assign abs_srcdir to tcl's srcdir.
3942
31d913c7
YQ
39432016-02-04 Yao Qi <yao.qi@linaro.org>
3944
3945 * gdb.base/foll-exec-mode.c: Include limits.h.
3946 (main): Add parameters argc and argv. Get directory from
3947 argv[0].
3948 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
3949 compilation.
3950 * gdb.base/foll-exec.c: Include limits.h.
3951 (main): Add parameters argc and argv.
3952 Get directory from argv[0].
3953 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
3954 Adjust tests on the number of lines as source code changed.
3955 * gdb.base/foll-vfork-exit.c: Include limits.h.
3956 (main): Add one line of statement before vfork.
3957 * gdb.base/foll-vfork.c: Include limits.h and string.h.
3958 (main): Add parameters argc and argv. Get directory from
3959 argv[0].
3960 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
3961 (setup_gdb): Set tbreak to skip some source lines.
3962 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
3963 (main): Add parameters argc and argv. Get directory from
3964 argv[0].
3965 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
3966 compilation.
3967 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
3968 (main): Add parameters argc and argv. Get directory from
3969 argv[0].
3970 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
3971 compilation.
3972
9482b9fb
DE
39732016-02-01 Doug Evans <dje@google.com>
3974
3975 * gdb.base/skip.exp: Clean up multiple references to same test name.
3976
6b2e4f10
PA
39772016-02-01 Pedro Alves <palves@redhat.com>
3978
ccb6afd6 3979 PR remote/19496
6b2e4f10
PA
3980 * gdb.threads/forking-threads-plus-breakpoint.exp
3981 (displaced_stepping_supported): New global.
3982 (probe_displaced_stepping_support): New procedure.
3983 (do_test): Add 'displaced' parameter, and use it.
3984 (top level): Check for displaced stepping support. Add displaced
3985 stepping on/off testing axis.
3986
37a8db1a
AB
39872016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
3988
3989 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
3990 pointer. Don't perform further tests on the unassociated pointer
3991 if the first test fails.
3992
5fdf6324
AB
39932016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
3994
3995 * gdb.base/max-value-size.c: New file.
3996 * gdb.base/max-value-size.exp: New file.
3997 * gdb.base/huge.exp: Disable max-value-size for this test.
3998
935c6144
IB
39992016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4000
4001 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4002
7fe8399d
YQ
40032016-01-28 Yao Qi <yao.qi@linaro.org>
4004
4005 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4006
a2077e25
PA
40072016-01-25 Pedro Alves <palves@redhat.com>
4008
4009 PR threads/19461
4010 * gdb.base/fork-running-state.c: New file.
4011 * gdb.base/fork-running-state.exp: New file.
4012
1d2736d4
PA
40132016-01-25 Pedro Alves <palves@redhat.com>
4014
4015 PR gdb/19494
4016 * gdb.base/catch-fork-kill.c: New file.
4017 * gdb.base/catch-fork-kill.exp: New file.
4018
f1da4b11
PA
40192016-01-25 Pedro Alves <palves@redhat.com>
4020
4021 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4022 Delete, moved to lib/gdb.exp.
4023 * gdb.threads/forking-threads-plus-breakpoint.exp
4024 (foreach_with_prefix): Likewise.
4025 * gdb.threads/process-dies-while-handling-bp.exp
4026 (foreach_with_prefix): Likewise.
4027 * lib/gdb.exp (foreach_with_prefix): New procedure.
4028
45f38546
MK
40292016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4030
4031 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4032 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4033
dc29a1ce
MK
40342016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4035
4036 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4037 endian targets.
4038
092127d7
JK
40392016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4040 Pedro Alves <palves@redhat.com>
4041
4042 Fix testsuite compatibility with Guile.
4043 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4044 number.
4045
31d765d3
JK
40462016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4047
4048 Fix testsuite compatibility with Guile.
4049 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4050 (thread 1): New test for backtrace through signal handler.
4051
1ac78c04
YQ
40522016-01-22 Yao Qi <yao.qi@linaro.org>
4053
4054 PR testsuite/19491
4055 * gdb.base/multi-forks.c: Include
4056 ../lib/unbuffer_output.c
4057 (main): Call gdb_unbuffer_output.
4058
4f5946a8
DE
40592016-01-21 Doug Evans <dje@google.com>
4060
4061 * lib/ada.exp (gdb_compile_ada): Fix typo.
4062
305e13e6
JB
40632016-01-21 Joel Brobecker <brobecker@adacore.com>
4064
4065 * gdb.base/break-fun-addr.exp: New file.
4066 * gdb.base/break-fun-addr1.c: New file.
4067 * gdb.base/break-fun-addr2.c: New file.
4068
5f5dfff6
SM
40692016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4070
4071 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4072 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4073 enum flag values.
4074
fd356fa2
AA
40752016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4076
4077 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4078 when GDB can not set the vector return value. Add more comments
4079 for clarification.
4080
9df22175
AT
40812016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4082
4083 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4084 command.
4085
41d1845e
SM
40862016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4087
4088 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4089
01ac6840
SM
40902016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4091
4092 * Makefile.in (check-single): Pass --status to runtest.
4093 (check/%.exp): Likewise.
4094
40952016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4096
4097 * Makefile.in (check-parallel): Propagate return code from make
4098 do-check-parallel.
4099
bd0a71fa
MK
41002016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4101
4102 * gdb.trace/ftrace.exp: Fix expected message on continue.
4103 * gdb.trace/pending.exp: Fix expected message on continue.
4104 * gdb.trace/trace-break.exp: Fix expected message on continue.
4105
8bcbad33
SM
41062016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4107
4108 * lib/gdb.exp (gdb_test): Remove unused global references.
4109
f303dbd6
PA
41102016-01-18 Pedro Alves <palves@redhat.com>
4111
4112 * gdb.base/async-shell.exp: Adjust expected output.
4113 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4114 * gdb.base/siginfo-thread.exp: Adjust expected output.
4115 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4116 * gdb.java/jnpe.exp: Adjust expected output.
4117 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4118 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4119 * gdb.threads/leader-exit.exp: Adjust expected output.
4120 * gdb.threads/manythreads.exp: Adjust expected output.
4121 * gdb.threads/pthreads.exp: Adjust expected output.
4122 * gdb.threads/schedlock.exp: Adjust expected output.
4123 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4124 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4125 expected output.
4126 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4127 output.
4128 * gdb.threads/sigthread.exp: Adjust expected output.
4129 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4130
b2789696
YQ
41312016-01-18 Yao Qi <yao.qi@linaro.org>
4132
4133 * gdb.guile/scm-section-script.c: Replace @progbits with
4134 %progbits.
4135 * gdb.python/py-section-script.c: Likewise.
4136
71ef29a8
PA
41372016-01-15 Pedro Alves <palves@redhat.com>
4138
4139 * gdb.multi/tids.exp: Test star wildcard ranges.
4140
3f5b7598
PA
41412016-01-15 Pedro Alves <palves@redhat.com>
4142
4143 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4144 command from "thread apply" invocation.
4145 (thr_apply_info_thr_invalid): Default the expected output to the
4146 input tid list.
4147 (top level): Add tests that use convenience variables. Add tests
4148 for "thread apply" with a valid TID list, but missing the command.
4149
663f6d42
PA
41502016-01-13 Pedro Alves <palves@redhat.com>
4151
4152 * gdb.base/default.exp: Expect $_gthread as well.
4153 * gdb.multi/tids.exp: Test $_gthread.
4154 * gdb.threads/thread-specific.exp: Test $_gthread.
4155
c84f6bbf
PA
41562016-01-13 Pedro Alves <palves@redhat.com>
4157
4158 * gdb.multi/tids.exp: Test "info threads -gid".
4159
22a02324
PA
41602016-01-13 Pedro Alves <palves@redhat.com>
4161
4162 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4163 Breakpoint.thread.
4164 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4165
5d5658a1
PA
41662016-01-07 Pedro Alves <palves@redhat.com>
4167
4168 * gdb.base/break.exp: Adjust to output changes.
4169 * gdb.base/hbreak2.exp: Likewise.
4170 * gdb.base/sepdebug.exp: Likewise.
4171 * gdb.base/watch_thread_num.exp: Likewise.
4172 * gdb.linespec/keywords.exp: Likewise.
4173 * gdb.multi/info-threads.exp: Likewise.
4174 * gdb.threads/thread-find.exp: Likewise.
4175 * gdb.multi/tids.c: New file.
4176 * gdb.multi/tids.exp: New file.
4177
84654457
PA
41782016-01-13 Pedro Alves <palves@redhat.com>
4179
4180 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4181
e3940304
PA
41822016-01-13 Pedro Alves <palves@redhat.com>
4183
4184 * gdb.base/default.exp: Expect $_inferior as well.
4185 * gdb.multi/base.exp: Test $_inferior.
4186
a911d87a
PA
41872016-01-13 Pedro Alves <palves@redhat.com>
4188
4189 PR breakpoints/19388
4190 * gdb.base/catch-signal-siginfo-cond.c: New file.
4191 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4192
82075af2
JS
41932016-01-12 Josh Stone <jistone@redhat.com>
4194 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4195
4196 * gdb.base/catch-syscall.c (do_execve): New variable.
4197 (main): Conditionally trigger an execve.
4198 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4199 (test_catch_syscall_execve): New, check entry/return across execve.
4200 (do_syscall_tests): Call test_catch_syscall_execve.
4201
e46eeedd
PA
42022016-01-12 Pedro Alves <palves@redhat.com>
4203
4204 * gdb.base/random-signal.exp (do_test): New procedure, with body
4205 of testcase moved in.
4206
01d8c27e
JK
42072016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4208 Pedro Alves <palves@redhat.com>
4209
4210 * gdb.base/funcargs.exp (finish from indirectly called function):
4211 Reintroduce the case for 'First'.
4212
9a706302
JK
42132016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4214 Pedro Alves <palves@redhat.com>
4215
4216 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4217 (tcatch_vfork_then_child_follow_exec)
4218 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4219 identification.
4220
c0ecb95f
JK
42212016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4222
4223 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4224 and repeats to unlimited.
4225 * gdb.python/py-value.exp: Likewise.
4226 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4227 and repeats to unlimited.
4228
6cfc1fcb
JK
42292016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4230
4231 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4232 and reordering the functions.
4233 * gdb.multi/hangout.c: Likewise.
4234 * gdb.multi/hello.c: Likewise.
4235
582a1b00
SM
42362016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4237
4238 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4239 absolute.
4240 (SingleStatisticTestResult.report): Use dict.keys instead of
4241 dict.iterkeys.
4242
79bc59cb
PA
42432016-01-06 Pedro Alves <palves@redhat.com>
4244
4245 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4246
43368e1d
MM
42472016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4248
4249 * gdb.btrace/dlopen.exp: New.
4250 * gdb.btrace/dlopen.c: New.
4251 * gdb.btrace/dlopen-dso.c: New.
4252
79fad5b8
SL
42532015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4254
4255 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4256 PATTERN argument is optional.
4257
ab8314b3
JB
42582015-12-24 Joel Brobecker <brobecker@adacore.com>
4259
4260 * lib/ada.exp (target_compile_ada_from_dir): New function.
4261 (gdb_compile_ada): Reimplement avoiding the use of project files.
4262 * gdb.ada/gnat_ada.gpr: Delete.
4263 * gdb.ada/cond_lang.exp: Adjust test to make path before
4264 filename optional.
4265 * gdb.ada/small_reg_param.exp: Likewise.
4266
fe33faff
SM
42672015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4268
4269 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4270
6d265cb4
TP
42712015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4272
4273 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4274 case.
4275
10125099
SM
42762015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4277
4278 * gdb.base/break.exp: Remove dead code.
4279 * gdb.base/sepdebug.exp: Likewise.
4280
3ca22649
SM
42812015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4282
4283 * gdb.asm/asm-source.exp: Remove HP-UX references.
4284 * gdb.base/annota1.exp: Likewise.
4285 * gdb.base/annota3.exp: Likewise.
4286 * gdb.base/attach.exp: Likewise.
4287 * gdb.base/bigcore.exp: Likewise.
4288 * gdb.base/break.exp: Likewise.
4289 * gdb.base/call-ar-st.exp: Likewise.
4290 * gdb.base/callfuncs.exp: Likewise.
4291 * gdb.base/catch-fork-static.exp: Likewise.
4292 * gdb.base/display.exp: Likewise.
4293 * gdb.base/foll-exec-mode.exp: Likewise.
4294 * gdb.base/foll-exec.exp: Likewise.
4295 * gdb.base/foll-fork.exp: Likewise.
4296 * gdb.base/foll-vfork.exp: Likewise.
4297 * gdb.base/funcargs.exp: Likewise.
4298 * gdb.base/hbreak2.exp: Likewise.
4299 * gdb.base/inferior-died.exp: Likewise.
4300 * gdb.base/interrupt.exp: Likewise.
4301 * gdb.base/multi-forks.exp: Likewise.
4302 * gdb.base/nodebug.exp: Likewise.
4303 * gdb.base/sepdebug.exp: Likewise.
4304 * gdb.base/solib1.c: Likewise.
4305 * gdb.base/step-test.exp: Likewise.
4306 * gdb.mi/non-stop.c: Likewise.
4307 * gdb.mi/pthreads.c: Likewise.
4308 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4309 * gdb.threads/pthreads.c: Likewise.
4310 * gdb.threads/staticthreads.exp: Likewise.
4311 * lib/future.exp: Likewise.
4312 * lib/gdb.exp: Likewise.
4313 * gdb.base/so-indr-cl.c: Remove.
4314 * gdb.base/so-indr-cl.exp: Likewise.
4315 * gdb.base/solib.c: Likewise.
4316 * gdb.base/solib.exp: Likewise.
4317 * gdb.base/solib2.c: Likewise.
4318
b6304613
SM
43192015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4320
4321 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4322 * gdb.base/call-ar-st.exp: Likewise.
4323 * gdb.base/callfuncs.exp: Likewise.
4324 * gdb.base/condbreak.exp: Likewise.
4325 * gdb.base/constvars.exp: Likewise.
4326 * gdb.base/hbreak2.exp: Likewise.
4327 * gdb.base/langs.exp: Likewise.
4328 * gdb.base/list.exp: Likewise.
4329 * gdb.base/long_long.exp: Likewise.
4330 * gdb.base/ptype.exp: Likewise.
4331 * gdb.base/scope.exp: Likewise.
4332 * gdb.base/signals.exp: Likewise.
4333 * gdb.base/so-impl-ld.exp: Likewise.
4334 * gdb.base/varargs.exp: Likewise.
4335 * gdb.base/volatile.exp: Likewise.
4336 * gdb.base/whatis.exp: Likewise.
4337 * gdb.cp/cplusfuncs.exp: Likewise.
4338 * gdb.cp/inherit.exp: Likewise.
4339 * gdb.cp/local.exp: Likewise.
4340 * gdb.cp/member-ptr.exp: Likewise.
4341 * gdb.cp/method.exp: Likewise.
4342 * gdb.cp/overload.exp: Likewise.
4343 * gdb.cp/templates.exp: Likewise.
4344 * gdb.stabs/weird.exp: Likewise.
4345 * lib/compiler.c: Likewise.
4346 * lib/compiler.cc: Likewise.
4347 * lib/cp-support.exp: Likewise.
4348 * lib/gdb.exp: Likewise.
4349
bf401b07
SM
43502015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4351
4352 * configure.ac: Remove HP-UX case.
4353 * configure: Regenerate.
4354
aff9c0f8
SM
43552015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4356
4357 * lib/gdb.exp (gdb_compile): Add function doc.
4358
a6904d5a
PA
43592015-12-17 Pedro Alves <palves@redhat.com>
4360
4361 PR threads/19354
4362 * gdb.multi/info-threads.exp: New file.
4363
a22279dd
YQ
43642015-12-15 Yao Qi <yao.qi@linaro.org>
4365
4366 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4367 is aarch64*-*-*.
4368
0588c796
SL
43692015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4370
4371 * gdb.base/history-duplicates.exp: Skip if no readline support.
4372
5d978e17
SL
43732015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4374
4375 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4376
7e763b86
SL
43772015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4378
4379 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4380
87a3a92c
SL
43812015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4382
4383 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4384 ctrl-C if nointerrupts target property is set.
4385 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4386 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4387 * gdb.base/paginate-bg-execution.exp: Likewise.
4388 * gdb.base/paginate-execution-startup.exp: Likewise.
4389 * gdb.base/random-signal.exp: Likewise.
4390 * gdb.base/range-stepping.exp: Likewise.
4391 * gdb.cp/annota2.exp: Likewise.
4392 * gdb.cp/annota3.exp: Likewise.
4393 * gdb.gdb/selftest.exp: Likewise.
4394 * gdb.threads/continue-pending-status.exp: Likewise.
4395 * gdb.threads/leader-exit.exp: Likewise.
4396 * gdb.threads/manythreads.exp: Likewise.
4397 * gdb.threads/pthreads.exp: Likewise.
4398 * gdb.threads/schedlock.exp: Likewise.
4399 * gdb.threads/sigthread.exp: Likewise.
4400
a8f077dc
DB
44012015-12-11 Don Breazeal <donb@codesourcery.com>
4402
4403 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4404 remote.
4405 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4406 * gdb.base/foll-exec.exp (main): Enable for target remote.
4407 * gdb.base/foll-fork.exp (main): Likewise.
4408 * gdb.base/foll-vfork.exp (main): Likewise.
4409 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4410 (proc continue_to_exit_bp_loc): Use clean_restart.
4411 * gdb.base/pie-execl.exp (main): Disable for target remote.
4412 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4413 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4414 * gdb.threads/execl.exp (main): Likewise.
4415 * gdb.threads/fork-child-threads.exp (main): Likewise.
4416 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4417 remote.
4418 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4419 remote.
4420 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4421 pid.tid style ptids, instead of just tid.
4422 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4423 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4424 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4425 ptids, instead of just tid.
4426
3b2464a8
AB
44272015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4428
4429 * gdb.base/list.exp (test_list_forward): Add end of file error
4430 test.
4431 (test_repeat_list_command): Add end of file error test.
4432 (test_list_backwards): Add beginning of file error test.
4433
a0def019
AB
44342015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4435
4436 * gdb.base/list.exp (test_list_invalid_args): New function,
4437 defined, and called.
4438
5c000dff
AB
44392015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4440
4441 * gdb.base/list.exp (test_list): Make test names unique.
4442
f1637ebe
YQ
44432015-12-11 Yao Qi <yao.qi@linaro.org>
4444
4445 * gdb.base/coremaker2.c: Remove.
4446
36d6fc0a
PA
44472015-12-10 Pedro Alves <palves@redhat.com>
4448
4449 * gdb.multi/base.exp: Remove stale "spaces" references.
4450
762f7747
PA
44512015-12-10 Pedro Alves <palves@redhat.com>
4452
4453 * gdb.multi/base.exp: Don't use nowarnings.
4454 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4455 * gdb.multi/hangout.c: Include stdio.h.
4456 * gdb.multi/hello.c: Include stdlib.h.
4457 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4458 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4459 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4460
28d2bfb9
AB
44612015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4462
4463 * gdb.dwarf2/dw2-ranges-base.c: New file.
4464 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4465 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4466 support additional line table, and debug ranges generation.
4467 (Dwarf::ranges): New function, generate .debug_ranges.
4468 (Dwarf::lines): Support generating simple line table programs.
4469 (Dwarf::assemble): Initialise new namespace variables.
4470
5fc2beac
KB
44712015-12-09 Kevin Buettner <kevinb@redhat.com>
4472
4473 * gdb.base/async.exp (proc test_background): Add case for
4474 asynchronous execution not supported.
4475
1c35a88f
LM
44762015-12-09 Luis Machado <lgustavo@codesourcery.com>
4477
4478 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4479 format and change test names to make them unique.
4480
b593e3d9
RK
44812015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4482 Pedro Alves <pedro@redhat.com>
4483
4484 PR gdb/18702
4485 Add checking of floatformats setup on x86_64 hosts.
4486 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4487 (smallval, bigval): New labels/constants.
4488 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4489 float" after loading bigval and smallval.
4490
d72413e6
PMR
44912015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4492
4493 * gdb.ada/fun_overload_menu.exp: New testcase.
4494 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4495
ece66d65
JS
44962015-12-04 Josh Stone <jistone@redhat.com>
4497
4498 * gdb.base/catch-fork-static.exp: New.
4499
41d0efca
YQ
45002015-12-03 Yao Qi <yao.qi@linaro.org>
4501
4502 * gdb.base/sizeof.c: Don't include stdio.h and
4503 ../lib/unbuffer_output.c.
4504 (main): New variable 'size' and 'value'. Remove printf and
4505 gdb_unbuffer_output. Assign return value to size and value.
4506 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4507 at the beginning.
4508 (check_sizeof): Check the result by printing variable 'size'.
4509 (check_valueof): Check the result by printing variable 'value'.
4510
99fd02d9
YQ
45112015-12-01 Yao Qi <yao.qi@linaro.org>
4512
4513 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4514 for aarch64*-*-linux* target.
4515
f2faf941
PA
45162015-11-30 Pedro Alves <palves@redhat.com>
4517
4518 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4519
04bf20c5
PA
45202015-11-30 Pedro Alves <palves@redhat.com>
4521
4522 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4523 Handle non-stop mode vCont replies.
4524
09df4675
PA
45252015-11-30 Pedro Alves <palves@redhat.com>
4526
4527 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4528 prepare_for_testing. Start gdb with "set non-stop on" appended to
4529 GDBFLAGS. Lax expected stop output.
4530
58b584af
YQ
45312015-11-27 Yao Qi <yao.qi@linaro.org>
4532
4533 * gdb.arch/arm-neon.exp: New.
4534 * gdb.arch/arm-neon.c: New.
4535
dfcb77a8
YQ
45362015-11-27 Yao Qi <yao.qi@linaro.org>
4537
4538 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4539
88e8ec1b
YQ
45402015-11-27 Yao Qi <yao.qi@linaro.org>
4541
4542 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4543 frames-invalid annotation.
4544
bfde72c2
YQ
45452015-11-27 Yao Qi <yao.qi@linaro.org>
4546
4547 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4548
f6512a69
SM
45492015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4550
4551 * gdb.threads/names.exp: New file.
4552 * gdb.threads/names.c: New file.
4553 * README: Mention gdb,no_thread_names.
4554
46a3515b
MM
45552015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4556
4557 PR 19297
4558 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4559 support" error.
4560
62147a22
PA
45612015-11-24 Pedro Alves <palves@redhat.com>
4562
4563 PR 17539
4564 * gdb.base/display.exp: Expect displays to be sorted in ascending
4565 order. Use multi_line.
4566 * gdb.base/solib-display.exp: Likewise.
4567
2f341b6e
PA
45682015-11-24 Pedro Alves <palves@redhat.com>
4569
4570 PR 17539
25d49b86
PA
4571 * gdb.base/display.exp: Expect displays to be sorted in ascending
4572 order. Use multi_line.
4573 * gdb.base/solib-display.exp: Likewise.
2f341b6e 4574
7e0aa6aa
PA
45752015-11-24 Pedro Alves <palves@redhat.com>
4576
4577 PR 17539
4578 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4579 threads in ascending order.
4580 * gdb.base/foll-fork.exp: Likewise.
4581 * gdb.base/foll-vfork.exp: Likewise.
4582 * gdb.base/multi-forks.exp: Likewise.
4583 * gdb.mi/mi-nonstop.exp: Likewise.
4584 * gdb.mi/mi-nsintrall.exp: Likewise.
4585 * gdb.multi/base.exp: Likewise.
4586 * gdb.multi/multi-arch.exp: Likewise.
4587 * gdb.python/py-inferior.exp: Likewise.
4588 * gdb.threads/break-while-running.exp: Likewise.
4589 * gdb.threads/execl.exp: Likewise.
4590 * gdb.threads/gcore-thread.exp: Likewise.
4591 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4592 * gdb.threads/kill.exp: Likewise.
4593 * gdb.threads/linux-dp.exp: Likewise.
4594 * gdb.threads/multiple-step-overs.exp: Likewise.
4595 * gdb.threads/next-bp-other-thread.exp: Likewise.
4596 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4597 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4598 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4599 * gdb.threads/thread-find.exp: Likewise.
4600 * gdb.threads/tls.exp: Likewise.
4601 * lib/mi-support.exp (mi_reverse_list): Delete.
4602 (mi_check_thread_states): No longer reverse list.
4603
2cc57ad8
PA
46042015-11-24 Pedro Alves <palves@redhat.com>
4605
4606 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4607 use lowercase.
4608
c93e8391
SM
46092015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4610
4611 * gdb.trace/actions.c: Include trace-common.h.
4612 (main): Add a location for a fast tracepoint.
4613 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4614 the normal tracepoints.
4615 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4616
045ccf91
SM
46172015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4618
4619 * save-trace.exp: Factor out code to these...
4620 (gdb_save_tracepoints): New.
4621 (gdb_load_tracepoints): New.
4622 (do_save_load_test): New.
4623
5506f9f6
KB
46242015-11-23 Kevin Buettner <kevinb@redhat.com>
4625
4626 * gdb.base/asmlabel.exp: New test.
4627 * gdb.base/asmlabel.c: New test case.
4628
16c3b12f
JB
46292015-11-23 Joel Brobecker <brobecker@adacore.com>
4630
4631 * gdb.base/wrong_frame_bt_full-main.c: New file.
4632 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4633 * gdb.base/wrong_frame_bt_full.exp: New file.
4634
155bfbd3
JB
46352015-11-23 Joel Brobecker <brobecker@adacore.com>
4636
4637 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4638
bb097445
JM
46392015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4640
206853a0 4641 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
4642 pstate register when comparing registers values in
4643 sparc64-*-linux-gnu targets to avoid spurious differences.
4644
9c88ed8f
JM
46452015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4646
206853a0 4647 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 4648
96161e25
SL
46492015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4650
4651 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4652 as type argument to gdb_compile.
4653 * gdb.base/nested-subp2.exp: Likewise.
4654 * gdb.base/nested-subp3.exp: Likewise.
4655
340c2830
DV
46562015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4657
4658 * lib/dwarf.exp (_note): Fix left shift of negative value.
4659 * gdb.trace/trace-condition.exp: Likewise.
4660
c1862d0f
YQ
46612015-11-13 Yao Qi <yao.qi@linaro.org>
4662
4663 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4664 comments about d10v.
4665 (test_scalar_returns): Likewise.
4666 * gdb.base/d10v.ld: Remove.
4667 * gdb.base/overlays.exp: Remove the target triplet checking for
4668 d10v-*-*.
4669 * gdb.base/structs.exp (test_struct_returns): Remove the
4670 comments about d10v.
4671 (test_struct_calls): Likewise.
4672
77ae9c19
YQ
46732015-11-13 Yao Qi <yao.qi@linaro.org>
4674
4675 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4676 * gdb.base/gnu_vector.c: Don't include stdio.h.
4677 (main): Don't print res and call add_some_intvecs.
4678
430e004e
MK
46792015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4680
4681 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4682 macro.
4683 (func5): Removed.
4684 (func4): Use FAST_TRACEPOINT_LABEL.
4685 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4686 macro.
4687 (func): Removed.
4688 (thread_function): Use FAST_TRACEPOINT_LABEL.
4689 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4690 (func): Remove.
4691 (marker): Use FAST_TRACEPOINT_LABEL.
4692 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4693 (pendfunc1): Remove.
4694 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4695 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4696 (foo): Remove.
4697 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4698 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4699 macro.
4700 (func): Remove.
4701 (marker): Use FAST_TRACEPOINT_LABEL.
4702 * gdb.trace/trace-common.h: New header.
4703 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4704 macro.
4705 (func): Remove.
4706 (marker): Use FAST_TRACEPOINT_LABEL.
4707 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4708 (func): Remove.
4709 (thread_function): Use FAST_TRACEPOINT_LABEL.
4710
6e7675a7
MK
47112015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4712
4713 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4714 in front.
4715 * gdb.trace/change-loc.exp: Use global pcreg definition.
4716 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4717 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4718 in front.
4719 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4720 * gdb.trace/pending.exp: Likewise.
4721 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4722 * gdb.trace/trace-break.exp: Likewise.
4723 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4724 in front.
4725 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4726 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4727 in front.
4728 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4729
dddc0e16
JB
47302015-11-09 Joel Brobecker <brobecker@adacore.com>
4731
4732 * gdb.ada/fin_fun_out: New testcase.
4733
c6f0b406
KB
47342015-11-07 Kevin Buettner <kevinb@redhat.com>
4735
4736 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4737 value associated with DW_AT_byte_size.
4738 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4739 constants for DW_AT_byte_size, DW_AT_lower_bound, and
4740 DW_AT_upper_bound.
4741
f01dcfd9
KB
47422015-11-07 Kevin Buettner <kevinb@redhat.com>
4743
4744 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4745 (gdb_target_symbol_prefix_flags): Define in terms of _asm
4746 version.
4747 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4748 gdb.dwarf2/dw2-canonicalize-type.exp,
4749 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4750 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4751 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4752 provided by gdb_target_symbol_prefix_flags_asm.
4753 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4754 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4755 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
4756 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
4757 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
4758 macros where needed). Use this macro for symbols which require
4759 the prefix provided by SYMBOL_PREFIX.
4760
2223449a
KB
47612015-11-05 Kevin Buettner <kevinb@redhat.com>
4762
4763 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
4764 New procs.
4765 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
4766 representing expressions, of more than one list element.
4767 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
4768 to prepend linker symbol prefix to f.
4769 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
4770 table_1 and table_2.
4771 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
4772 Likewise, for f and g.
4773 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
4774 for ptr.
4775 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
4776 for main.
4777 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
4778 table_1_ptr and table_2_ptr.
4779
6f2f1a3a
JK
47802015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4781 Joel Brobecker <brobecker@adacore.com>
4782
4783 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
4784
566c56c9
MK
47852015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
4786
4787 * gdb.reverse/s390-mvcle.c: New test.
4788 * gdb.reverse/s390-mvcle.exp: New file.
4789 * lib/gdb.exp: Enable reverse tests on s390*-linux.
4790
d5f0636b
MK
47912015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4792
4793 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
4794
7ad8b86c
MK
47952015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4796
4797 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
4798 reaching marker2.
4799 * gdb.reverse/getresuid-reverse.exp: Likewise.
4800 * gdb.reverse/pipe-reverse.exp: Likewise.
4801 * gdb.reverse/readv-reverse.exp: Likewise.
4802 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4803 * gdb.reverse/time-reverse.exp: Likewise.
4804 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
4805
4081c0f1
YQ
48062015-10-30 Yao Qi <yao.qi@linaro.org>
4807
4808 * gdb.threads/wp-replication.c (watch_count_done): Remove.
4809 (empty_cycle): Remove.
4810 (main): Don't call empty_cycle. Don't use watch_count_done.
4811 * gdb.threads/wp-replication.exp: Don't set breakpoint on
4812 empty_cycle. Rewrite the code counting HW watchpoints.
4813
452b4ba5
MK
48142015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
4815
4816 * gdb.reverse/fstatat-reverse.c: New test.
4817 * gdb.reverse/fstatat-reverse.exp: New file.
4818 * gdb.reverse/getresuid-reverse.c: New test.
4819 * gdb.reverse/getresuid-reverse.exp: New file.
4820 * gdb.reverse/pipe-reverse.c: New test.
4821 * gdb.reverse/pipe-reverse.exp: New file.
4822 * gdb.reverse/readv-reverse.c: New test.
4823 * gdb.reverse/readv-reverse.exp: New file.
4824 * gdb.reverse/recvmsg-reverse.c: New test.
4825 * gdb.reverse/recvmsg-reverse.exp: New file.
4826 * gdb.reverse/time-reverse.c: New test.
4827 * gdb.reverse/time-reverse.exp: New file.
4828 * gdb.reverse/waitpid-reverse.c: New test.
4829 * gdb.reverse/waitpid-reverse.exp: New file.
4830
5e2e7507
JK
48312015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4832
4833 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
4834
0fde2c53
DE
48352015-10-26 Doug Evans <dje@google.com>
4836
4837 PR symtab/17391
4838 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
4839 * gdb.dwarf2/bad-regnum.c: New file.
4840 * gdb.dwarf2/bad-regnum.exp: New file.
4841
1a70ae97
DE
48422015-10-26 Doug Evans <dje@google.com>
4843
4844 PR python/18938
4845 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
4846 file.
4847
27dc26ab
JK
48482015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4849
4850 * gdb.compile/compile.exp (compile code globalvar): Update expectation
4851 for a change by "Mention language in compile error message".
4852
bed91f4d
SM
48532015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
4854
4855 PR python/18073
4856 * gdb.python/py-type.c (C::a_method): New.
4857 (C::a_const_method): New.
4858 (C::a_static_method): New.
4859 (a_function): New.
4860 * gdb.python/py-type.exp (test_fields): Test getting fields
4861 from function and method.
4862
3f2f83dd
KB
48632015-10-21 Keven Boell <keven.boell@intel.com>
4864
4865 * gdb.fortran/vla-alloc-assoc.exp: New file.
4866 * gdb.fortran/vla-datatypes.exp: New file.
4867 * gdb.fortran/vla-datatypes.f90: New file.
4868 * gdb.fortran/vla-history.exp: New file.
4869 * gdb.fortran/vla-ptype-sub.exp: New file.
4870 * gdb.fortran/vla-ptype.exp: New file.
4871 * gdb.fortran/vla-sizeof.exp: New file.
4872 * gdb.fortran/vla-sub.f90: New file.
4873 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
4874 * gdb.fortran/vla-value-sub-finish.exp: New file.
4875 * gdb.fortran/vla-value-sub.exp: New file.
4876 * gdb.fortran/vla-value.exp: New file.
4877 * gdb.fortran/vla-ptr-info.exp: New file.
4878 * gdb.mi/mi-vla-fortran.exp: New file.
4879 * gdb.mi/vla.f90: New file.
4880
27145d50
SL
48812015-10-21 Sandra Loosemore <sandra@codesourcery.com>
4882
4883 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
4884 of hardwired timeout value.
4885
5f3ff4f8
JK
48862015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4887 Pedro Alves <palves@redhat.com>
4888
4889 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
4890 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
4891
bfd09d20
JS
48922015-10-19 Josh Stone <jistone@redhat.com>
4893
4894 * gdb.base/catch-syscall.c: Include <sched.h>.
4895 (unknown_syscall): New variable.
4896 (main): Trigger a vfork and an unknown syscall.
4897 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
4898 (unknown_syscall_number): Likewise.
4899 (check_call_to_syscall): Accept an optional syscall pattern.
4900 (check_return_from_syscall): Likewise.
4901 (check_continue): Likewise.
4902 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
4903 (test_catch_syscall_skipping_return): New test toggling off 'catch
4904 syscall' to step over the syscall return, then toggling back on.
4905 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
4906 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
4907 (do_syscall_tests): Call test_catch_syscall_without_args and
4908 test_catch_syscall_mid_vfork.
4909 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
4910 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
4911
b32b93c6
AS
49122015-10-19 Andrew Stubbs <ams@codesourcery.com>
4913
4914 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
4915 print g_vE): Add new pass patterns.
4916 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
4917 print various symbol names for vptr fields.
4918
9d622bda
AB
49192015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
4920
4921 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
4922 results.
4923
0fd8ac1c
YQ
49242015-10-12 Yao Qi <yao.qi@linaro.org>
4925
4926 * gdb.arch/disp-step-insn-reloc.exp: New test case.
4927
34240514
YQ
49282015-10-12 Yao Qi <yao.qi@linaro.org>
4929
4930 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
4931 is aarch64*-*-linux*.
4932
8240f442
YQ
49332015-10-12 Yao Qi <yao.qi@linaro.org>
4934
4935 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
4936 (can_relocate_bcond_true): ... it.
4937 (can_relocate_bcond_false): New function.
4938 (foo): Likewise.
4939 (can_relocate_bl): Likewise.
4940 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
4941 can_relocate_bl.
4942
2520f728
PMR
49432015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
4944
4945 * gdb.base/nested-addr.c: New file.
4946 * gdb.base/nested-addr.exp: New testcase.
4947
abcef95a
MM
49482015-10-09 Markus Metzger <markus.t.metzger@intel.com>
4949
4950 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
4951 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
4952 its output. Ignore the output of "record goto begin" and instead
4953 check that GDB is replaying.
4954
145e3ddb
PA
49552015-10-09 Pedro Alves <palves@redhat.com>
4956
4957 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
4958 (top level): Use it in the run with no args test.
4959
d5d8c4e1
IB
49602015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
4961
4962 * gdb.dlang/properties.exp: New file.
4963
06e635ef
SL
49642015-10-02 Sandra Loosemore <sandra@codesourcery.com>
4965
4966 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
4967 whether or not address 0x1000 is mapped on the target.
4968
e019fd1d
SM
49692015-09-30 Simon Marchi <simon.marchi@ericsson.com>
4970
4971 * gdb.python/py-type.exp: Do not run tests if binaries fail to
4972 build.
4973
77ba2a67
MM
49742015-09-30 Markus Metzger <markus.t.metzger@intel.com>
4975
4976 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
4977 instruction-history test.
4978
c60eb31f
DE
49792015-09-28 Doug Evans <dje@google.com>
4980
4981 * gdb.base/gcore.c (array_func): Add reference to static_array.
4982
9a3c8263
SM
49832015-09-25 Simon Marchi <simon.marchi@ericsson.com>
4984
4985 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
4986 source line.
4987
9720e656
SL
49882015-09-24 Sandra Loosemore <sandra@codesourcery.com>
4989
4990 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
4991 short or char as base type.
4992
938d3bf2
SL
49932015-09-23 Sandra Loosemore <sandra@codesourcery.com>
4994
4995 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
4996 to allow any size enum.
4997
e6c2c623
PMR
49982015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
4999
5000 * gdb.ada/array_ptr_renaming.exp: New testcase.
5001 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5002 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5003
06da0f77
PL
50042015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5005
5006 * gdb.trace/ftrace-lock.c: New file.
5007 * gdb.trace/ftrace-lock.exp: New file.
5008
4f51c22a
PL
50092015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5010
5011 * gdb.arch/insn-reloc.c: New file.
5012 * gdb.arch/ftrace-insn-reloc.exp: New file.
5013
7041adf4
PL
50142015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5015
5016 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5017 instruction.
5018 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5019 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5020 * gdb.trace/range-stepping.c: Likewise.
5021 * gdb.trace/trace-break.c: Likewise.
5022 * gdb.trace/trace-mt.c (thread_function): Likewise.
5023 * gdb.trace/ftrace.c (marker): Likewise.
5024 * gdb.trace/trace-condition.c (marker): Likewise.
5025 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5026 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5027 is_aarch64_target.
5028
015d2e7e
DE
50292015-09-18 Doug Evans <xdje42@gmail.com>
5030
5031 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5032 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5033
26b188a2
SL
50342015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5035
5036 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5037 the breakpoint.
5038
79dc332b
SL
50392015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5040
5041 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5042 the pending breakpoint. Remove timeout override for "Run till
5043 MI pending breakpoint on pendfunc3 on thread 2" test.
5044
f57929f2
SL
50452015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5046
5047 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5048 filename pattern.
5049
3f469b17
SL
50502015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5051
5052 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5053 in breakpoint filename pattern.
5054
515b89b3
SL
50552015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5056
7800dbe4
SL
5057 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5058
50592015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5060
515b89b3
SL
5061 * gdb.linespec/explicit.exp: Check for readline support for
5062 tab-completion tests. Fix obvious typo.
5063
d2939ba2
MM
50642015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5065
5066 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5067 and replay.
5068
cbb55fa7
MM
50692015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5070
5071 * gdb.btrace/non-stop.c: New.
5072 * gdb.btrace/non-stop.exp: New.
5073
43691ca1
PL
50742015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5075 Yao Qi <yao.qi@linaro.org>
5076
5077 * gdb.trace/trace-condition.c: New file.
5078 * gdb.trace/trace-condition.exp: New file.
5079
d78908cf
WW
50802015-09-16 Wei-cheng Wang <cole945@gmail.com>
5081
5082 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5083 for testing bytecode compilation.
5084
1ed415e2
PA
50852015-09-16 Pedro Alves <palves@redhat.com>
5086 Sandra Loosemore <sandra@codesourcery.com>
5087
5088 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5089 (SECONDS): Redefine.
5090 (main): Call pthread_kill and alarm early.
5091 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5092 support.
5093 (test): If the target can't hardware step and doesn't support
5094 displaced stepping, increase the timeout.
5095
d136eff5
PA
50962015-09-16 Pedro Alves <palves@redhat.com>
5097
5098 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5099 (enable_debug): New procedures.
5100 (test): Use them. Bail out if waiting for threads fails.
5101 (top level): Bail out if a test fails.
5102
991f019c
YQ
51032015-09-16 Yao Qi <yao.qi@linaro.org>
5104
5105 * gdb.asm/asm-source.exp: Set asm-arch for
5106 aarch64*-*-* target.
5107 * gdb.asm/aarch64.inc: New file.
5108
bfca584f
PMR
51092015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5110
5111 * gdb.ada/array_of_variable_length.exp: New testcase.
5112 * gdb.ada/array_of_variable_length/foo.adb: New file.
5113 * gdb.ada/array_of_variable_length/pck.adb: New file.
5114 * gdb.ada/array_of_variable_length/pck.ads: New file.
5115
b326e587
DE
51162015-09-15 Doug Evans <dje@google.com>
5117
5118 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5119 of function static local variable.
5120
5382cfab
PW
51212015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5122
5123 * gdb.threads/tls-so_extern.exp: New test file.
5124 * gdb.threads/tls-so_extern.c: New test file.
5125 * gdb.threads/tls-so_extern_main.c: New test file.
5126
141c5cc4
JK
51272015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5128
5129 * gdb.opt/solib-intra-step-lib.c: New file.
5130 * gdb.opt/solib-intra-step-main.c: New file.
5131 * gdb.opt/solib-intra-step.exp: New file.
5132
d15dcecd
PA
51332015-09-15 Pedro Alves <palves@redhat.com>
5134
5135 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5136 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5137
4c2f2a79
PA
51382015-09-14 Pedro Alves <palves@redhat.com>
5139
5140 * gdb.base/hook-stop-continue.c: Delete.
5141 * gdb.base/hook-stop-continue.exp: Delete.
5142 * gdb.base/hook-stop-frame.c: Delete.
5143 * gdb.base/hook-stop-frame.exp: Delete.
5144 * gdb.base/hook-stop.c: New file.
5145 * gdb.base/hook-stop.exp: New file.
5146
919e6dbe
PMR
51472015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5148
5149 * gdb.ada/access_to_packed_array.exp: New testcase.
5150 * gdb.ada/access_to_packed_array/foo.adb: New file.
5151 * gdb.ada/access_to_packed_array/pack.adb: New file.
5152 * gdb.ada/access_to_packed_array/pack.ads: New file.
5153
157280a4
MM
51542015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5155
5156 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5157 buffer size test.
5158
2fd33e94
DB
51592015-09-11 Don Breazeal <donb@codesourcery.com>
5160
5161 * gdb.base/foll-exec.c: Add copyright header. Fix
5162 formatting issues.
5163 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5164 (do_exec_tests): Use clean_restart in place of zap_session,
5165 and for test initialization. Fix formatting issues. Use
5166 fail in place of perror.
5167 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5168 an expect statement to match an expression with output from
5169 the program under debug.
5170 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5171 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5172 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5173 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5174 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5175
e70b6e8e
DE
51762015-09-09 Doug Evans <dje@google.com>
5177
5178 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5179
7a551a51
DE
51802015-09-09 Doug Evans <dje@google.com>
5181
5182 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5183
4c666f84
DE
51842015-09-09 Doug Evans <dje@google.com>
5185
5186 * gdb.base/savedregs.exp: Fix typo.
5187
243a9253
PA
51882015-09-09 Pedro Alves <palves@redhat.com>
5189
5190 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5191
c0fa8fbd
SL
51922015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5193
5194 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5195 command actually switches threads. Give up on remaining
5196 tests if target fails to stop at breakpoint.
5197
cd7c1778
PMR
51982015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5199
5200 * gdb.ada/funcall_char.exp: New testcase.
5201 * gdb.ada/funcall_char/foo.adb: New file.
5202
dc5c8746
PMR
52032015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5204
5205 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5206 expected outputs. Add two testcases for completing ambiguous
5207 functions.
5208 * gdb.ada/complete/aux_pck.adb: New file.
5209 * gdb.ada/complete/aux_pck.ads: New file.
5210 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5211 Ambiguous_Func functions.
5212 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5213 * gdb.ada/complete/pck.adb: Likewise.
5214
4e83a1e7
UW
52152015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5216
5217 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5218 failures to run the test program under GDB.
5219
8ce74153
LM
52202015-08-26 Luis Machado <lgustavo@codesourcery.com>
5221
5222 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5223 to C.
5224
e9756d52
PP
52252015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5226
5227 * gdb.base/run-after-attach.exp: New test file.
5228 * gdb.base/run-after-attach.c: New test file.
5229
8d37573b
DB
52302015-08-26 Don Breazeal <donb@codesourcery.com>
5231
5232 * gdb.base/foll-exec-2.c: New test program.
5233 * gdb.base/foll-exec-2.exp: New test.
5234
63e43d3a
PMR
52352015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5236
5237 * gdb.base/nested-subp1.exp: New file.
5238 * gdb.base/nested-subp1.c: New file.
5239 * gdb.base/nested-subp2.exp: New file.
5240 * gdb.base/nested-subp2.c: New file.
5241 * gdb.base/nested-subp3.exp: New file.
5242 * gdb.base/nested-subp3.c: New file.
5243
3d40fbb5
PA
52442015-08-24 Pedro Alves <palves@redhat.com>
5245
5246 * gdb.server/connect-without-multi-process.c: New file.
5247 * gdb.server/connect-without-multi-process.exp: New file.
5248
4422ac93
LM
52492015-08-24 Luis Machado <lgustavo@codesourcery.com>
5250
5251 * gdb.opt/inline-markers.c: Make z int.
5252
91dddb86
LM
52532015-08-24 Luis Machado <lgustavo@codesourcery.com>
5254
5255 * gdb.opt/inline-markers.c: Make z volatile.
5256
a48847ee
LM
52572015-08-24 Luis Machado <lgustavo@codesourcery.com>
5258
5259 * gdb.opt/inline-bt.c: New volatile global z.
5260 * gdb.opt/inline-cmds.c: Likewise.
5261 * gdb.opt/inline-locals.c: Likewise.
5262 * gdb.opt/inline-markers.c: New extern global z.
5263 (marker): Use z.
5264 (inline_fn): Likewise.
5265
0ebbc52b
PA
52662015-08-24 Pedro Alves <palves@redhat.com>
5267
5268 * config/m32r-stub.exp: Remove file.
5269 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5270 * gdb.base/call-rt-st.exp: Likewise.
5271 * gdb.base/call-strs.exp: Likewise.
5272 * gdb.base/default.exp: Remove references to h8300-*-hms and
5273 *-*-udi*.
5274 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5275
77c365df
AA
52762015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5277
5278 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5279 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5280 and "return" use KFAIL when GDB can not read/write the vector
5281 return value.
5282
4313b8c0
GB
52832015-08-21 Gary Benson <gbenson@redhat.com>
5284
5285 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5286
0e433b32
PA
52872015-08-20 Pedro Alves <palves@redhat.com>
5288
5289 * gdb.server/solib-list.exp: No longer expect an interior stop in
5290 non-stop mode.
5291
221e1a37
PA
52922015-08-20 Pedro Alves <palves@redhat.com>
5293
5294 * gdb.server/connect-stopped-target.c: New file.
5295 * gdb.server/connect-stopped-target.exp: New file.
5296
40e3ad0e
PA
52972015-08-20 Pedro Alves <palves@redhat.com>
5298
5299 * gdb.dwarf2/comp-unit-lang.exp: New file.
5300 * gdb.dwarf2/comp-unit-lang.c: New file.
5301
af39b327
PMR
53022015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5303
5304 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5305 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5306
7d45c7c3 53072015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5308
7d45c7c3
KB
5309 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5310 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5311
4d6cceb4
DE
53122015-08-18 Doug Evans <dje@google.com>
5313 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5314
5315 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5316 skip_python_tests. New arg prompt_regexp.
5317 (skip_python_tests): New function.
5318 * lib/mi-support.exp (mi_skip_python_tests): New function.
5319 * gdb.python/py-mi-objfile-gdb.py: New file.
5320 * gdb.python/py-mi-objfile.c: New file.
5321 * gdb.python/py-mi-objfile.exp: New file.
5322
ad89c2aa
KS
53232015-08-17 Keith Seitz <keiths@redhat.com>
5324
5325 * gdb.linespec/explicit.exp: Move strace test from here ...
5326 * gdb.trace/strace.exp: ... to here.
5327
e3ae3c43
PP
53282015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5329
5330 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5331 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5332
604b2636
DE
53332015-08-14 Doug Evans <xdje42@gmail.com>
5334
5335 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5336 inferior before selecting a new file.
5337
6ff0ba5f
DE
53382015-08-14 Doug Evans <xdje42@gmail.com>
5339
5340 * gdb.mi/mi-disassemble.exp: Update.
5341 * gdb.base/disasm-optim.S: New file.
5342 * gdb.base/disasm-optim.c: New file.
5343 * gdb.base/disasm-optim.h: New file.
5344 * gdb.base/disasm-optim.exp: New file.
5345
9ca98f92
KS
53462015-08-14 Keith Seitz <keiths@redhat.com>
5347
5348 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5349 "evaluated-by".
5350
52bbc560
JB
53512015-08-13 Joel Brobecker <brobecker@adacore.com>
5352
5353 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5354
5d8c3ed3
PMR
53552015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5356
5357 * gdb.ada/fun_renaming.exp: New testcase.
5358 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5359 * gdb.ada/fun_renaming/pack.adb: New file.
5360 * gdb.ada/fun_renaming/pack.ads: New file.
5361
ea8812bc
KS
53622015-08-12 Keith Seitz <keiths@redhat.com>
5363
5364 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5365 gdb_get_line_number.
5366
4dafcdeb
JB
53672015-08-12 Joel Brobecker <brobecker@adacore.com>
5368
5369 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5370 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5371 gdb.base/dso2dso.exp: New files.
5372
5ba32597
SDJ
53732015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5374 Pedro Alves <palves@redhat.com>
5375 Keith Seitz <keiths@redhat.com>
5376
5377 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5378 GDBFLAGS.
5379
b6dafabf
PP
53802015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5381
5382 * gdb.base/gdbhistsize-history.exp
5383 (test_histsize_history_setting): Use save_vars.
5384 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5385 Use save_vars.
5386 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5387 * gdb.base/readline.exp: Use save_vars.
5388
abe8e607
PP
53892015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5390
5391 * lib/gdb.exp (save_vars): New proc.
5392
629500fa
KS
53932015-08-11 Keith Seitz <keiths@redhat.com>
5394
5395 * gdb.base/help.exp: Update help_breakpoint_text.
5396
eb8c4e2e
KS
53972015-08-11 Keith Seitz <keiths@redhat.com>
5398
5399 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5400 (at toplevel): Call test_explicit_breakpoints.
5401 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5402 breakpoints.
5403 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5404 breakpoint conditions, "-cond".
5405
87f0e720
KS
54062015-08-11 Keith Seitz <keiths@redhat.com>
5407
5408 * gdb.linespec/3explicit.c: New file.
5409 * gdb.linespec/cpexplicit.cc: New file.
5410 * gdb.linespec/cpexplicit.exp: New file.
5411 * gdb.linespec/explicit.c: New file.
5412 * gdb.linespec/explicit.exp: New file.
5413 * gdb.linespec/explicit2.c: New file.
5414 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5415 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5416 before using in the matching pattern.
5417 Clarify that `prefix' is a regular expression.
5418
f00aae0f
KS
54192015-08-11 Keith Seitz <keiths@redhat.com>
5420
5421 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5422 test.
5423 Add tests for missing ",FMT" and ",".
5424
e27852be
DE
54252015-08-10 Doug Evans <dje@google.com>
5426 Keith Seitz <keiths@redhat.com>
5427
5428 PR gdb/17960
5429 * gdb.base/completion.exp: Add location completer tests.
5430
7f03bd92
PA
54312015-08-07 Pedro Alves <palves@redhat.com>
5432
5433 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5434 tests here.
5435 (top level): Run do_test with and without displaced stepping.
5436
3fc8eb30
PA
54372015-08-07 Pedro Alves <palves@redhat.com>
5438
5439 * gdb.base/valgrind-disp-step.c: New file.
5440 * gdb.base/valgrind-disp-step.exp: New file.
5441
d4569d7b
PA
54422015-08-07 Pedro Alves <palves@redhat.com>
5443
5444 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5445 Delete function.
5446 (main): Add alarm. Run an infinite loop instead of calling
5447 wait_threads.
5448 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5449 comment.
5450 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5451 Delete function.
5452 (main): Add alarm. Run an infinite loop instead of calling
5453 wait_threads.
5454 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5455 comment.
5456
e1316e60
PA
54572015-08-07 Pedro Alves <palves@redhat.com>
5458
5459 * gdb.base/checkpoint-ns.exp: New file.
5460 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5461 standard_testfile.
5462
da8c46d2
MM
54632015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5464
5465 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5466 * gdb.btrace/instruction_history.exp: Update.
5467 * gdb.btrace/tsx.exp: New.
5468 * gdb.btrace/tsx.c: New.
5469
de1c2c52
PA
54702015-08-06 Pedro Alves <palves@redhat.com>
5471
5472 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5473 increase timeout.
5474 * gdb.reverse/until-precsave.exp: Bump timeouts.
5475
782e0bf4
PA
54762015-08-06 Pedro Alves <palves@redhat.com>
5477
5478 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5479
83e97ed0
PA
54802015-08-06 Pedro Alves <palves@redhat.com>
5481
5482 PR gdb/18749
5483 * gdb.threads/process-dies-while-handling-bp.c: New file.
5484 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5485
863d01bd
PA
54862015-08-06 Pedro Alves <palves@redhat.com>
5487
5488 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5489 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5490
0a39bb32
PA
54912015-08-05 Pedro Alves <palves@redhat.com>
5492
5493 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5494 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5495
ee2d2b10
SL
54962015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5497
5498 * gdb.base/bp-permanent.exp: Report test as unsupported if
5499 the target cannot stop at the permanent breakpoint.
5500
4e1bdb00
DE
55012015-08-03 Doug Evans <dje@google.com>
5502
5503 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5504 10000.
5505
3d338901
DE
55062015-08-03 Doug Evans <dje@google.com>
5507
5508 * Makefile.in (workers/%.worker, build-perf): New rule.
5509 (GDB_PERFTEST_MODE): New variable.
5510 (check-perf): Use it.
5511 (clean): Clean up gdb.perf parallel build subdirs.
5512 * lib/build-piece.exp: New file.
5513 * lib/gdb.exp (make_gdb_parallel_path): New function
5514 (standard_output_file, standard_temp_file): Call it.
5515 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5516 of $GDB_PARALLEL.
5517 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5518
af061d3e
DE
55192015-08-03 Doug Evans <dje@google.com>
5520
8e1afc81 5521 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
5522 (LOG_FILE_NAME): New global.
5523 (TextReporter.__init__): Initialize self.txt_sum.
5524 (TextReporter.report): Add support for multiple data-points.
5525 Move report to perftest.sum, put raw data in perftest.log.
5526 (TextReporter.start): Open sum and log files.
5527 (TextReporter.end): Close sum and log files.
8e1afc81
DE
5528 * gdb.perf/lib/perftest/testresult.py
5529 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 5530
2c8c5d37
PA
55312015-07-31 Pedro Alves <palves@redhat.com>
5532
5533 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5534 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5535 kill_wait_spawned_process instead of explicit "kill -9".
5536 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5537 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5538 kill_wait_spawned_process.
5539 * gdb.base/attach-twice.exp: Likewise.
5540 * gdb.base/attach.exp: Likewise.
5541 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5542 gdb_test_multiple.
5543 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5544 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5545 kill_wait_spawned_process.
5546 * gdb.base/valgrind-infcall.exp: Likewise.
5547 * gdb.multi/multi-attach.exp: Likewise.
5548 * gdb.python/py-prompt.exp: Likewise.
5549 * gdb.python/py-sync-interp.exp: Likewise.
5550 * gdb.server/ext-attach.exp: Likewise.
5551 * gdb.threads/attach-into-signal.exp (corefunc): Use
5552 spawn_wait_for_attach, spawn_id_get_pid and
5553 kill_wait_spawned_process.
5554 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5555 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5556 spawn_id_get_pid and kill_wait_spawned_process.
5557 * gdb.threads/attach-stopped.exp (corefunc): Use
5558 spawn_wait_for_attach, spawn_id_get_pid and
5559 kill_wait_spawned_process.
5560 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5561 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5562 kill_wait_spawned_process instead of explicit "kill -9".
5563 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5564 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5565 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5566 processes. Don't map cygwin/windows pids here. Now returns a
5567 spawn id list.
5568
032a0fca
SL
55692015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5570
5571 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5572 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5573 correct patch.
5574
61a934ca
SL
55752015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5576
5577 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5578
4bc4d428
SL
55792015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5580
5581 Reapply:
5582 2014-05-21 Mark Wielaard <mjw@redhat.com>
5583
5584 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5585
998d452a
PA
55862015-07-30 Pedro Alves <palves@redhat.com>
5587
5588 * linux-low.c (handle_extended_wait): Set the child's last
5589 reported status to TARGET_WAITKIND_STOPPED.
5590
69dde7dc
PA
55912015-07-30 Pedro Alves <palves@redhat.com>
5592
5593 PR threads/18600
5594 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5595 only shows inferior 1.
5596
4dd63d48
PA
55972015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5598 Pedro Alves <palves@redhat.com>
5599
5600 PR threads/18600
5601 * gdb.threads/fork-plus-threads.c: New file.
5602 * gdb.threads/fork-plus-threads.exp: New file.
5603
d618e4c5
PP
56042015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5605
5606 * gdb.base/batch-preserve-term-settings.exp
5607 (test_terminal_settings_preserved_after_cli_exit): Use
5608 send_quit_command.
5609
1eef6428
PA
56102015-07-29 Pedro Alves <palves@redhat.com>
5611 Don Breazeal <donb@codesourcery.com>
5612
5613 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5614 output from both inferior_spawn_id and gdb_spawn_id.
5615
7da5b897
SDJ
56162015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5617
5618 * gdb.threads/attach-into-signal.exp (corefunc): Use
5619 with_test_prefix on nested loops, uniquefying the test messages.
5620
dac804df
SDJ
56212015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5622
5623 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5624 commit.
5625
06265e53
PP
56262015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5627
5628 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5629 New proc.
5630 (test_terminal_settings_preserved_after_sigterm): New test.
5631
18206ca3
PP
56322015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5633
5634 * gdb.base/batch-preserve-term-settings.exp
5635 (test_terminal_settings_preserved_after_cli_exit): New test.
5636
90074d11
PP
56372015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5638
5639 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5640 manipulation of saved_gdbflags.
5641 (test_terminal_settings_preserved): Remove global declaration of
5642 the unused variable pagination_prompt. Remove manipulation of
5643 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5644 GDBFLAGS.
5645
eb1a7902
PA
56462015-07-29 Pedro Alves <palves@redhat.com>
5647
5648 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5649
8b75dd3b
PA
56502015-07-29 Pedro Alves <palves@redhat.com>
5651
5652 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5653 at the top.
5654
dedad4e3
PA
56552015-07-29 Pedro Alves <palves@redhat.com>
5656
5657 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5658 (main): Call gdb_unbuffer_output.
5659 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5660 (main): Call gdb_unbuffer_output.
5661 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5662 (main): Call gdb_unbuffer_output.
5663 * gdb.base/call-strs.exp: Adjust to step over the
5664 gdb_unbuffer_output call.
5665 * gdb.base/catch-gdb-caused-signals.c: Include
5666 "../lib/unbuffer_output.c".
5667 (main): Call gdb_unbuffer_output.
5668 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5669 (main): Call gdb_unbuffer_output.
5670 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5671 (main): Call gdb_unbuffer_output.
5672 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5673 (main): Call gdb_unbuffer_output.
5674 * gdb.base/shlib-call.exp: Adjust to step over the
5675 gdb_unbuffer_output call.
5676 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5677 (main): Call gdb_unbuffer_output.
5678 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5679 (main): Call gdb_unbuffer_output.
5680 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5681 (main): Rename to ...
5682 (test): ... this.
5683 (main): Reimplement.
5684 * gdb.base/varargs.exp: Run to test instead of to main.
5685 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5686 (main): Call gdb_unbuffer_output.
5687
58789a91
PA
56882015-07-29 Pedro Alves <palves@redhat.com>
5689
5690 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5691 factore out from mi_continue_dprintf. For call-style dprintfs,
5692 expect dprintf output out of $inferior_spawn_id.
5693 (mi_continue_dprintf): Use mi_expect_dprintf.
5694 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5695 (main): Call gdb_unbuffer_output.
5696
e8376742
PA
56972015-07-29 Pedro Alves <palves@redhat.com>
5698
5699 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5700 (default_mi_gdb_start): Set inferior_spawn_id instead of
5701 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5702 gdb_spawn_id.
5703 (mi_gdb_test): Always expect inferior output from both
5704 $inferior_spawn_id and $gdb_spawn_id.
5705
08280010
PA
57062015-07-29 Pedro Alves <palves@redhat.com>
5707
5708 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5709 send_inferior and $inferior_spawn_id.
5710
4d30e432
PA
57112015-07-29 Pedro Alves <palves@redhat.com>
5712
5713 * gdb.gdb/complaints.exp (test_initial_complaints)
5714 (test_serial_complaints, test_short_complaints): Use
5715 gdb_test_stdio.
5716 (test_empty_complaint): Handle $inferior_spawn_id !=
5717 $gdb_spawn_id.
5718
0d30a335
PA
57192015-07-29 Pedro Alves <palves@redhat.com>
5720
5721 * gdb.base/varargs.exp: Use gdb_test_stdio.
5722
39413b29
PA
57232015-07-29 Pedro Alves <palves@redhat.com>
5724
5725 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5726
7cb000a9
PA
57272015-07-29 Pedro Alves <palves@redhat.com>
5728
5729 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5730
d7b8ac82
PA
57312015-07-29 Pedro Alves <palves@redhat.com>
5732
5733 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5734 parameter into two new parameters, "inf_result" and "gdb_result".
5735 Expect inferior output and gdb output from $inferior_spawn_id and
5736 $gdb_spawn_id, respectively. Adjust all callers.
5737
789c3a0c
PA
57382015-07-29 Pedro Alves <palves@redhat.com>
5739
5740 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5741 of gdb_test_sequence.
5742
77e760c3
PA
57432015-07-29 Pedro Alves <palves@redhat.com>
5744
5745 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5746 (saw_spurious_output): Expect inferior output from
5747 $inferior_spawn_id. Use gdb_test_stdio.
5748
8396d2cd
PA
57492015-07-29 Pedro Alves <palves@redhat.com>
5750
5751 * gdb.base/dprintf.exp: Use standard_testfile. Change
5752 prepare_for_testing call.
5753 (srcfile): Don't set.
5754 (restart): New procedure.
5755 (test_dprintf): New procecure, use to continue over dprintfs.
5756 (test_call, test_agent): New procedures, tests moved here.
5757 Restart gdb and recreate dprintfs. Adjust expected output.
5758
2051d61f
PA
57592015-07-29 Pedro Alves <palves@redhat.com>
5760
5761 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
5762
452397af
PA
57632015-07-29 Pedro Alves <palves@redhat.com>
5764
5765 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
5766
8aed9555
PA
57672015-07-29 Pedro Alves <palves@redhat.com>
5768
5769 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
5770 gdb_test_stdio.
5771
188a61b4
PA
57722015-07-29 Pedro Alves <palves@redhat.com>
5773
5774 * lib/gdb.exp (gdb_test_stdio): New procedure.
5775
12264a45
PA
57762015-07-29 Pedro Alves <palves@redhat.com>
5777
5778 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
5779
23ffc893
PA
57802015-07-29 Pedro Alves <palves@redhat.com>
5781
5782 * gdb.base/call-signal-resume.exp: Remove check for
5783 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
5784 * gdb.base/unwindonsignal.exp: Likewise.
5785 * gdb.base/call-signals.c (gen_signal): Remove printf call.
5786 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
5787
65566918
PA
57882015-07-29 Pedro Alves <palves@redhat.com>
5789
5790 * gdb.base/siginfo-addr.c (pass): New function.
5791 (handler): Call it iff si_addr is correct.
5792 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
5793 Set a breakpoint at "pass" and continue to it.
5794
d60a9221
SDJ
57952015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
5796
5797 * gdb.python/py-objfile.exp: Make some tests have unique names.
5798 * gdb.python/py-pp-registration.exp: Likewise.
5799
bde40b8f
PA
58002015-07-28 Pedro Alves <palves@redhat.com>
5801
5802 * gdb.server/server-exec-info.exp: Issue a "disconnect".
5803
13e1dec8
SM
58042015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5805
5806 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
5807
da33c9a7
SM
58082015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5809
5810 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
5811
077836f7
PP
58122015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5813
5814 * gdb.base/gdb-sigterm-2.exp: New test.
5815
b8cc7b2e
DE
58162015-07-25 Doug Evans <xdje42@gmail.com>
5817
5818 Revert:
5819 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5820 (workers/%.worker, build-perf): New rule.
5821 (GDB_PERFTEST_MODE): New variable.
5822 (check-perf): Use it.
5823 (clean): Clean up gdb.perf parallel build subdirs.
5824 * lib/build-piece.exp: New file.
5825 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5826 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5827 name.
5828 (standard_temp_file): Ditto.
5829 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5830 of $GDB_PARALLEL.
5831
c8bd4544
DE
58322015-07-24 Doug Evans <dje@google.com>
5833
5834 * gdb.perf/lib/perftest/utils.py: New file.
5835 * gdb.perf/gm-hello.cc: New file.
5836 * gdb.perf/gm-pervasive-typedef.cc: New file.
5837 * gdb.perf/gm-pervasive-typedef.h: New file.
5838 * gdb.perf/gm-std.cc: New file.
5839 * gdb.perf/gm-std.h: New file.
5840 * gdb.perf/gm-use-cerr.cc: New file.
5841 * gdb.perf/gm-utils.h: New file.
5842 * gdb.perf/gmonster-null-lookup.py: New file.
5843 * gdb.perf/gmonster-pervasive-typedef.py: New file.
5844 * gdb.perf/gmonster-print-cerr.py: New file.
5845 * gdb.perf/gmonster-ptype-string.py: New file.
5846 * gdb.perf/gmonster-runto-main.py: New file.
5847 * gdb.perf/gmonster-select-file.py: New file.
5848 * gdb.perf/gmonster1-null-lookup.exp: New file.
5849 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
5850 * gdb.perf/gmonster1-print-cerr.exp: New file.
5851 * gdb.perf/gmonster1-ptype-string.exp: New file.
5852 * gdb.perf/gmonster1-runto-main.exp: New file.
5853 * gdb.perf/gmonster1-select-file.exp: New file.
5854 * gdb.perf/gmonster1.cc: New file.
5855 * gdb.perf/gmonster1.exp: New file.
5856 * gdb.perf/gmonster2-null-lookup.exp: New file.
5857 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
5858 * gdb.perf/gmonster2-print-cerr.exp: New file.
5859 * gdb.perf/gmonster2-ptype-string.exp: New file.
5860 * gdb.perf/gmonster2-runto-main.exp: New file.
5861 * gdb.perf/gmonster2-select-file.exp: New file.
5862 * gdb.perf/gmonster2.cc: New file.
5863 * gdb.perf/gmonster2.exp: New file.
5864
6eab34f3
DE
58652015-07-24 Doug Evans <dje@google.com>
5866
5867 * gdb.perf/README: New file.
5868 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
5869 * lib/gen-perf-test.exp: New file.
5870
63738bfd
DE
58712015-07-24 Doug Evans <dje@google.com>
5872
5873 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
5874 (PerfTest::startup): New function.
5875 (PerfTest::run): Return result of calling body.
5876 (PerfTest::assemble): Rewrite.
5877 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
5878 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
5879 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
5880 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
5881 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
5882
7b606f95
DE
58832015-07-24 Doug Evans <dje@google.com>
5884
5885 * lib/gdb.exp (clean_restart): Make executable optional.
5886
a97b16b8
DE
58872015-07-24 Doug Evans <dje@google.com>
5888
5889 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
5890 compiler_info references.
5891 * gdb.cp/temargs.exp: Ditto.
5892 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
5893 (get_compiler_info): Early exit if already computed. Set compiler_info
5894 to "unknown" if there was a problem.
5895 (test_compiler_info): Add function comment. Call get_compiler_info.
5896
35baa57f
DE
58972015-07-24 Doug Evans <dje@google.com>
5898
5899 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5900 (workers/%.worker, build-perf): New rule.
5901 (GDB_PERFTEST_MODE): New variable.
5902 (check-perf): Use it.
5903 (clean): Clean up gdb.perf parallel build subdirs.
5904 * lib/build-piece.exp: New file.
5905 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5906 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5907 name.
5908 (standard_temp_file): Ditto.
5909 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5910 of $GDB_PARALLEL.
5911
6ebea266
DE
59122015-07-24 Doug Evans <dje@google.com>
5913
5914 * lib/future.exp (gdb_default_target_compile): New option
5915 "early_flags".
5916 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
5917 --as-needed.
5918
1e76a7e9
SDJ
59192015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
5920
5921 * gdb.base/catch-syscall.exp: Call gdb_exit before
5922 gdb_skip_xml_test.
5923
5068630a
PA
59242015-07-24 Pedro Alves <palves@redhat.com>
5925
5926 * gdb.python/py-events.exp: Accept output between the stop event
5927 and the prompt.
5928 * gdb.python/py-evsignal.exp: Likewise.
5929 * gdb.python/py-evthreads.exp: Likewise.
5930
77598427
PA
59312015-07-24 Pedro Alves <palves@redhat.com>
5932
5933 PR gdb/18717
5934 * gdb.threads/non-ldr-exit.c: New file.
5935 * gdb.threads/non-ldr-exit.exp: New file.
5936
11e6c98f
YQ
59372015-07-24 Yao Qi <yao.qi@linaro.org>
5938
5939 * gdb.server/ext-wrapper.exp: Test --wrapper option when
5940 restarting process.
5941
51aee833
YQ
59422015-07-24 Yao Qi <yao.qi@linaro.org>
5943
5944 * gdb.server/ext-restart.exp: New file.
5945
8cfe207c
YQ
59462015-07-24 Yao Qi <yao.qi@linaro.org>
5947
5948 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
5949 argument options.
5950 * gdb.server/ext-wrapper.exp: New file.
5951
cc12ce38
DE
59522015-07-23 Doug Evans <dje@google.com>
5953
5954 * gdb.dwarf2/dw2-dummy-cu.S: New file.
5955 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
5956
d0d84780
PMR
59572015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
5958
5959 * gdb.ada/var_arr_typedef.exp: New testcase.
5960 * gdb.ada/var_arr_typedef/pack.adb: New file.
5961 * gdb.ada/var_arr_typedef/pack.ads: New file.
5962 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
5963
8b558f79
JB
59642015-07-20 Joel Brobecker <brobecker@adacore.com>
5965
5966 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
5967
775a3298
JK
59682015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5969
5970 * gdb.arch/i386-biarch-core.exp: Replace istarget
5971 by "complete set gnutarget". Remove expectation for the "core-file"
5972 command.
5973
db1ff28b
JK
59742015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5975
5976 Revert the previous commit:
5977 Tests for validate symbol file using build-id.
5978
0a94970d
JK
59792015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5980
5981 Tests for validate symbol file using build-id.
5982 * gdb.base/solib-mismatch-lib.c: New file.
5983 * gdb.base/solib-mismatch-libmod.c: New file.
5984 * gdb.base/solib-mismatch.c: New file.
5985 * gdb.base/solib-mismatch.exp: New file.
5986
03346981
SL
59872015-07-15 Sandra Loosemore <sandra@codesourcery.com>
5988
5989 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
5990 nios2-*-linux*.
5991 * gdb.base/sigbpt.exp (stepi_out): Likewise.
5992 * gdb.base/siginfo.exp: Likewise.
5993 * gdb.base/sigstep.exp (advance, advancei): Likewise.
5994
42422cc7
PL
59952015-07-15 Pierre Langlois <pierre.langlois@arm.com>
5996
5997 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
5998 Move it to ...
5999 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6000 ... here.
6001 * gdb.trace/range-stepping.exp: Check that the target supports
6002 range stepping.
6003
cfa68bae
JK
60042015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6005
6006 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6007
8ffdba26
PA
60082015-07-14 Pedro Alves <palves@redhat.com>
6009
6010 * gdb.base/killed-outside.exp: New file.
6011 * gdb.base/killed-outside.c: New file.
6012
218a5a11
JK
60132015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6014
6015 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6016 (n at main): New.
6017 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6018
e03ed3c6
AA
60192015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6020
6021 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6022 infcall tests instead of setting up for KFAIL.
6023
485668e5
MM
60242015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6025
6026 * gdb.btrace/record_goto-step.exp: New.
6027
08464196
JK
60282015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6029
6030 PR compile/18484
6031 * gdb.compile/compile.c (struct struct_type): Add volatile to
6032 selffield's type.
6033 * gdb.compile/compile.exp
6034 (compile code struct_object.selffield = &struct_object): Skip further
6035 struct_object tests if this one xfails.
6036
bcf5c1d9
RC
60372015-07-08 Robert O'Callahan <robert@ocallahan.org>
6038
6039 PR exp/18617
6040 * gdb.trace/ax.exp: Add test.
6041
4931af25
YQ
60422015-07-07 Yao Qi <yao.qi@linaro.org>
6043
6044 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6045 instead of istarget "aarch64*-*-*".
6046 * gdb.arch/aarch64-fp.exp: Likewise.
6047 * gdb.base/float.exp: Likewise.
6048 * gdb.reverse/aarch64.exp: Likewise.
6049 * lib/gdb.exp (is_aarch64_target): New proc.
6050
9fcf688e
YQ
60512015-07-07 Yao Qi <yao.qi@linaro.org>
6052
6053 * lib/gdb.exp (is_aarch32_target): New proc.
6054 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6055 instead of "istarget "arm*-*-*"".
6056 * gdb.arch/arm-disp-step.exp: Likewise.
6057 * gdb.arch/thumb-bx-pc.exp: Likewise.
6058 * gdb.arch/thumb-prologue.exp: Likewise.
6059 * gdb.arch/thumb-singlestep.exp: Likewise.
6060 * gdb.base/disp-step-syscall.exp: Likewise.
6061 * gdb.base/float.exp: Likewise.
6062
fbd8d50d
YQ
60632015-07-07 Yao Qi <yao.qi@linaro.org>
6064
6065 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6066 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6067
71be1fdc
YQ
60682015-07-07 Yao Qi <yao.qi@linaro.org>
6069
6070 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6071 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6072 if it exists.
6073 * gdb.multi/multi-arch.exp: Likewise.
6074
3e221d36
SM
60752015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6076
6077 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6078 print.
6079
d441430b
YQ
60802015-07-07 Yao Qi <yao.qi@linaro.org>
6081
6082 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6083
06f810bd
MG
60842015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6085
6086 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6087 '[' and ']' characters.
6088
5e61e7c0
IB
60892015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6090
6091 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6092
28bf096c
PA
60932015-06-29 Pedro Alves <palves@redhat.com>
6094
6095 PR threads/18127
6096 * gdb.threads/hand-call-new-thread.c: New file.
6097 * gdb.threads/hand-call-new-thread.c: New file.
6098
ee93cd5e
KS
60992015-06-26 Keith Seitz <keiths@redhat.com>
6100 Doug Evans <dje@google.com>
6101
6102 PR 16253
6103 * gdb.cp/var-tag-2.cc: New file.
6104 * gdb.cp/var-tag-3.cc: New file.
6105 * gdb.cp/var-tag-4.cc: New file.
6106 * gdb.cp/var-tag.cc: New file.
6107 * gdb.cp/var-tag.exp: New file.
6108
fc637f04
PP
61092015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6110
6111 * gdb.base/history-duplicates.exp: New test.
6112
2e52ae68
PP
61132015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6114
6115 * gdb.base/completion.exp: Test the completion of the "focus"
6116 command.
6117
6e22494e
JK
61182015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6119
6120 * gdb.arch/amd64-prologue-skip.S: New file.
6121 * gdb.arch/amd64-prologue-skip.exp: New file.
6122
bf7b9cd9
SM
61232015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6124
6125 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6126 is_address_zero_readable check.
6127
201e8dfd
PB
61282015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6129
6130 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6131 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6132
5cd867b4
YQ
61332015-06-24 Yao Qi <yao.qi@linaro.org>
6134
6135 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6136 linux targets.
6137
4d7be007
YQ
61382015-06-24 Yao Qi <yao.qi@linaro.org>
6139
6140 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6141 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6142 * gdb.base/siginfo-thread.exp: Likewise.
6143
07fcd301
YQ
61442015-06-22 Yao Qi <yao.qi@linaro.org>
6145
6146 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6147
52042a00
YQ
61482015-06-22 Yao Qi <yao.qi@linaro.org>
6149
6150 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6151 aarch64*-*-*.
6152 (skip_hw_watchpoint_tests): Likewise.
6153
74bd41ce
PP
61542015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6155
6156 * gdb.base/gdbinit-history.exp: Test the interaction between
6157 setting GDBHISTSIZE and setting the history size via .gdbinit.
6158
bc460514
PP
61592015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6160
6161 PR gdb/16999
6162 * gdb.base/gdbhistsize-history.exp: New test.
6163
b58c513b
PP
61642015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6165
6166 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6167 with GDBHISTSIZE.
6168 * gdb.base/readline.exp: Likewise.
6169
92046791
YQ
61702015-06-17 Yao Qi <yao.qi@linaro.org>
6171
6172 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6173 line.
6174
2093d2d3
PP
61752015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6176
6177 * gdb.base/gdbinit-history.exp: Add test case to check that
6178 an unlimited history file does not get truncated on exit.
6179
e6c693af
AA
61802015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6181
6182 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6183 (VECTOR): New macro. Use it...
6184 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6185 ...for these typedefs.
6186 (int8, char1, int1, double1): New typedefs.
6187 (struct just_int2, struct two_int2): New structures.
6188 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6189 (add_structvecs, add_singlevecs): New functions.
6190 (main): Call add_some_intvecs twice.
6191 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6192 the compile and exit upon failure. Try compiling for the "native"
6193 architecture. Test inferior function calls with vector arguments
6194 and vector return value handling with "finish" and "return".
6195
c74f7d1c
JT
61962015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6197
6198 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6199 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6200 PE file.
6201 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6202
98aa42ee
AT
62032015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6204
6205 PR breakpoints/16465
6206 * gdb.mi/mi-dprintf-pending.c: New file.
6207 * gdb.mi/mi-dprintf-pending.exp: New test.
6208 * gdb.mi/mi-dprintf-pendshr.c: New file.
6209
7d73c23c 62102015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6211 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6212
6213 * gdb.arch/i386-mpx-map.c: New file.
6214 * gdb.arch/i386-mpx-map.exp: New File.
6215
62162015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6217
6218 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6219 * gdb.arch/i386-mpx.exp: Indentation fixed.
6220
62212015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6222
6223 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6224 function and improved indentation.
6225 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6226 gdb_test_multiple. Added additional tests to skip the test.
6227
62282015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6229
6230 * gdb.arch/i386-avx512.c: Change path in include file.
6231 * gdb.arch/i386-avx512.exp: Change include dir path
6232 compilation flag.
6233 * gdb.arch/i386-mpx.c: Change path in include file.
6234 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6235 flag.
6236
d5eba19a
JK
62372015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6238
6239 * gdb.compile/compile-print.exp (compile print *vararray@3)
6240 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6241
7f361056
JK
62422015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6243
6244 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6245 (do not keep jit in memory): ... this.
6246 (expect 5): Change it to ...
6247 (expect no 5): ... this.
6248
3b462ec2
SM
62492015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6250
6251 PR gdb/15564
6252 * gdb.mi/mi-detach.exp: New file.
6253
e0619de6
JK
62542015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6255
6256 PR symtab/18392
6257 * gdb.arch/amd64-tailcall-self.S: New file.
6258 * gdb.arch/amd64-tailcall-self.c: New file.
6259 * gdb.arch/amd64-tailcall-self.exp: New file.
6260
e970cb34
DB
62612015-05-28 Don Breazeal <donb@codesourcery.com>
6262
6263 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6264 tests for remote targets by checking is_target_gdbserver.
6265
b2e2f908
DE
62662015-05-27 Doug Evans <dje@google.com>
6267
6268 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6269 * gdb.dwarf2/opaque-type-lookup.c: New file.
6270 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6271
82c7be31
DE
62722015-05-26 Doug Evans <dje@google.com>
6273
6274 * gdb.cp/iostream.cc: New file.
6275 * gdb.cp/iostream.exp: New file.
6276
b4f54984
DE
62772015-05-26 Doug Evans <dje@google.com>
6278
6279 * gdb.dwarf2/dw2-op-call.exp: Update.
6280 * gdb.dwarf2/dw4-sig-types.exp: Update.
6281 * gdb.dwarf2/implptr.exp: Update.
6282 * gdb.mi/mi-cmd-param-changed.exp: Update.
6283
4ea6efe9
DE
62842015-05-26 Doug Evans <dje@google.com>
6285
6286 * gdb.python/py-lazy-string.c: New file.
6287 * gdb.python/py-lazy-string.exp: New file.
6288 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6289 (main): Update. Add estring3.
6290 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6291 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6292
f6bb7db3
YQ
62932015-05-26 Omair Javaid <omair.javaid@linaro.org>
6294 Yao Qi <yao.qi@linaro.org>
6295
6296 * gdb.reverse/aarch64.c: New.
6297 * gdb.reverse/aarch64.exp: New.
6298
a81bfbd0
OJ
62992015-05-26 Omair Javaid <omair.javaid@linaro.org>
6300
25d49b86
PA
6301 * lib/gdb.exp (supports_process_record): Return true for
6302 aarch64*-linux*.
a81bfbd0
OJ
6303 (supports_reverse): Likewise.
6304
158bf1b4
PP
63052015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6306
6307 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6308 Use with_test_prefix.
6309
a0145030
AB
63102015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6311
6312 * gdb.base/completion.exp: Add test for completion of layout
6313 names.
6314
ebe3b578
AB
63152015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6316
6317 * lib/gdb.exp (skip_tui_tests): New proc.
6318 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6319
84204ed7
PA
63202015-05-19 Pedro Alves <palves@redhat.com>
6321
6322 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6323 Save the whole env array instead of just HOME. Unset HISTSIZE in
6324 the environment while testing. Restore whole environment
6325 afterwards.
6326
37442ce1
DE
63272015-05-16 Doug Evans <xdje42@gmail.com>
6328
6329 * gdb.guile/scm-ports.c: New file.
6330 * gdb.guile/scm-ports.exp: Add memory port tests.
6331
36de76f9
JK
63322015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6333
6334 * gdb.compile/compile-print.c: New file.
6335 * gdb.compile/compile-print.exp: New file.
6336
3a9558c4
JK
63372015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6338
6339 * gdb.compile/compile-ops.exp: Cast param to void.
6340 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6341 (compile code struct_object.selffield = &struct_object): Add xfail.
6342
aa715135
JG
63432015-05-15 Joel Brobecker <brobecker@adacore.com>
6344
6345 * gdb.ada/arr_enum_with_gap: New testcase.
6346
931e5bc3
JG
63472015-05-15 Joel Brobecker <brobecker@adacore.com>
6348
6349 * gdb.ada/byte_packed_arr: New testcase.
6350
9cd4d857
JB
63512015-05-15 Joel Brobecker <brobecker@adacore.com>
6352
6353 * gdb.ada/pckd_neg: New testcase.
6354
ebfd00d2
PP
63552015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6356
6357 PR gdb/17820
6358 * gdb.base/gdbinit-history.exp: New test.
6359 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6360 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6361
4c082a81
SC
63622015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6363
6364 * gdb.python/py-xmethods.cc: Enhance test case.
6365 * gdb.python/py-xmethods.exp: New tests.
6366 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6367 function.
6368 (B_indexoper): Likewise.
6369 (global_dm_list) : Add new xmethod worker functions.
6370
f7797074
SDJ
63712015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6372
6373 * gdb.base/coredump-filter.exp: Correctly unset
6374 "coredump_var_addr" array.
6375
a4674e4e
PA
63762015-05-08 Pedro Alves <palves@redhat.com>
6377
6378 * gdb.server/non-existing-program.exp: Unset spawn_id.
6379
df2eb078
SC
63802015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6381
6382 PR python/18291
6383 * gdb.python/py-xmethods.exp: Add tests.
6384
422349a3
YQ
63852015-05-08 Yao Qi <yao.qi@linaro.org>
6386
6387 PR gdb/18208
6388 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6389 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6390 function set_coredump_filter, and remove remote_exec call.
6391 Remove argument ipid. Callers update.
6392 (top level): Don't get inferior's PID.
6393
63fc80ce
AA
63942015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6395
6396 * gdb.base/watch_thread_num.exp: Skip test on targets without
6397 access watchpoints.
6398
80ad801e
PA
63992015-05-06 Pedro Alves <palves@redhat.com>
6400
6401 PR server/18081
6402 * gdb.server/non-existing-program.exp: New file.
6403
0fa7fe50
JB
64042015-05-05 Joel Brobecker <brobecker@adacore.com>
6405
6406 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6407
3ea89b92
PMR
64082015-05-05 Joel Brobecker <brobecker@adacore.com>
6409
6410 * gdb.ada/out_of_line_in_inlined: New testcase.
6411
87b8eff0
JB
64122015-05-05 Joel Brobecker <brobecker@adacore.com>
6413
6414 * gdb.ada/var_rec_arr: New testcase.
6415
5fccc635
YQ
64162015-04-30 Yao Qi <yao.qi@linaro.org>
6417
6418 * gdb.base/break-idempotent.exp: If
6419 skip_hw_watchpoint_multi_tests returns true, skip the tests
6420 on "rwatch" and "awatch".
6421
42d38f42
YQ
64222015-04-30 Yao Qi <yao.qi@linaro.org>
6423
6424 * gdb.base/relativedebug.exp: Invoke gdb command
6425 "info sharedlibrary", and if libc.so doesn't have debug info,
6426 skip the test.
6427
2ce1cdbf
DE
64282015-04-29 Doug Evans <dje@google.com>
6429
6430 * gdb.python/py-xmethods.exp: Add ptype tests.
6431 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6432 get_result_type method.
6433
f24a38c5
LM
64342015-04-29 Luis Machado <lgustavo@codesourcery.com>
6435
6436 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6437 the target does not support hardware watchpoints.
6438
ecbf2b3c
LM
64392015-04-29 Luis Machado <lgustavo@codesourcery.com>
6440
6441 * gdb.base/break-always.exp: Abort testing if writing to memory
6442 causes an error.
6443
34f5f757
DE
64442015-04-28 Doug Evans <dje@google.com>
6445
6446 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6447 * gdb.python/py-pp-registration.exp: ... here. New file.
6448 * gdb.python/py-pp-registration.c: New file.
6449 * gdb.python/py-pp-registration.py: New file.
6450
69b4374a
DE
64512015-04-28 Doug Evans <dje@google.com>
6452
6453 * gdb.python/py-bad-printers.c: New file.
6454 * gdb.python/py-bad-printers.py: New file.
6455 * gdb.python/py-bad-printers.exp: New file.
6456
59fb7612
SS
64572015-04-28 Sasha Smundak <asmundak@google.com>
6458
6459 * gdb.python/py-type.exp: New test.
6460
2631b16a
AW
64612015-04-28 Andy Wingo <wingo@igalia.com>
6462
6463 * gdb.python/py-parameter.exp:
6464 * gdb.guile/scm-parameter.exp: Escape the path that we are
6465 matching against, as it might contain characters that are special
6466 to regular expressions.
6467
460efde1
JB
64682015-04-27 Joel Brobecker <brobecker@adacore.com>
6469
6470 * gdb.ada/rec_comp: New testcase.
6471
2d369d8e
SDJ
64722015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6473
6474 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6475 before using it.
6476
cf75d6c3
AB
64772015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6478
6479 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6480 new tests for verilog output.
6481
8dbe7ca5
YQ
64822015-04-24 Yao Qi <yao.qi@linaro.org>
6483
6484 * boards/remote-gdbserver-on-localhost.exp: New file.
6485
4ef9fb2f
PA
64862015-04-23 Pedro Alves <palves@redhat.com>
6487
6488 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6489 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6490 "end of file", remove $inferior_spawn_id from the indirect list.
6491
0a803169
PA
64922015-04-23 Pedro Alves <palves@redhat.com>
6493
6494 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6495
749ef8f8
PA
64962015-04-23 Pedro Alves <palves@redhat.com>
6497
6498 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6499 on $any_spawn_id instead of only on $gdb_spawn_id.
6500
8aae4344
PM
65012015-04-21 Pierre Muller <muller@sourceware.org>
6502
6503 PR pascal/17815
6504 * lib/pascal.exp (gpc_compile): Add new option "class".
6505 (fpc_compile): Likewise.
6506 * gdb.pascal/case-insensitive-symbols.pas: New file.
6507 * gdb.pascal/case-insensitive-symbols.exp: New file.
6508
1586c8fb
GB
65092015-04-20 Gary Benson <gbenson@redhat.com>
6510
6511 * gdb.base/attach.exp: Fix three extended remote failures.
6512
1b6e6f5c
GB
65132015-04-17 Gary Benson <gbenson@redhat.com>
6514
6515 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6516 the main executable over the remote protocol.
6517
e797481d
PA
65182015-04-16 Pedro Alves <palves@redhat.com>
6519
6520 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6521 a new gdbserver if gdbserver_reconnect_p is set.
6522
1ca99c42
PA
65232015-04-16 Pedro Alves <palves@redhat.com>
6524
6525 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6526 is set, don't exit gdbserver.
6527
af9fd6f8
AA
65282015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6529
6530 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6531 appropriate .insn, such that an older assembler can be used.
6532 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6533 the z/Architecture instruction set on 31-bit targets as well.
6534
04ff1e61
AA
65352015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6536
6537 * gdb.go/handcall.exp: Remove all logic related to the first
6538 breakpoint and rely on go_runto_main instead.
6539 * gdb.go/strings.exp: Likewise.
6540 * gdb.go/unsafe.exp: Likewise.
6541 * gdb.go/hello.exp: Likewise. Also rename the remaining
6542 breakpoint marker to "breakpoint 1".
6543 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6544 * gdb.go/strings.go: Likewise.
6545 * gdb.go/unsafe.go: Likewise.
6546 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6547 "set breakpoint 2 here" and rename the remaining breakpoint marker
6548 to "breakpoint 1".
6549
40d2f8d6
SM
65502015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6551
6552 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6553 if itertools.imap is not present.
6554 * gdb.python/py-objfile.exp: Add parentheses.
6555 * gdb.python/py-type.exp: Same.
6556 * gdb.python/py-unwind-maint.py: Same.
6557
8cbc97c6
YQ
65582015-04-15 Yao Qi <yao.qi@linaro.org>
6559
6560 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6561 of ":$ptr_size" and set its form explicitly.
6562
45fd756c
YQ
65632015-04-15 Pedro Alves <palves@redhat.com>
6564 Yao Qi <yao.qi@linaro.org>
6565
6566 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6567 timeout by factor of 4.
6568 (test_regular_watch): Likewise.
6569 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6570 * gdb.reverse/sigall-reverse.exp: Likewise.
6571 * gdb.reverse/until-precsave.exp: Likewise.
6572 * lib/gdb.exp (with_timeout_factor): New proc.
6573 (gdb_expect): Move some code to ...
6574 (get_largest_timeout): ... here. New procedure.
6575
9e811bc3
LM
65762015-04-14 Luis Machado <lgustavo@codesourcery.com>
6577
6578 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6579
0ff6fcb2
LM
65802015-04-13 Luis Machado <lgustavo@codesourcery.com>
6581
6582 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6583 to write to the .text section.
6584
7578d5f7
LM
65852015-04-13 Luis Machado <lgustavo@codesourcery.com>
6586
6587 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6588 Handle the case of targets that do not provide PID information.
6589
2efe15c4
YQ
65902015-04-13 Yao Qi <yao.qi@linaro.org>
6591
6592 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6593 and use expect instead of gdb_expect.
6594
8cd8f2f8
SDJ
65952015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6596
6597 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6598 "coredump_var_addr" to avoid naming conflict with other testcases.
6599
9ee41772
PA
66002015-04-10 Pedro Alves <palves@redhat.com>
6601
6602 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6603 gdb_test_sequence and gdb_assert.
6604
07473109
PA
66052015-04-10 Pedro Alves <palves@redhat.com>
6606
6607 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6608 test messages that don't include the breakpoint address.
6609
de3db44c
YQ
66102015-04-10 Yao Qi <yao.qi@linaro.org>
6611
6612 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6613 false for some offset and width combinations which aren't
6614 supported by linux kernel.
6615
c79d856c
PA
66162015-04-10 Pedro Alves <palves@redhat.com>
6617
6618 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6619 procedure, factored out from ...
6620 (top level): ... here. Add "set displaced-stepping" testing axis.
6621 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6622 parameter "displaced". Use it.
6623 (top level): Use foreach and add "set displaced-stepping" testing
6624 axis.
6625
ebc90b50
PA
66262015-04-10 Pedro Alves <palves@redhat.com>
6627
6628 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6629 Remove comment.
6630 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6631 both the address of the instruction that triggers the watchpoint
6632 and the address of the instruction immediately after, and use
6633 those addresses for the test. Fix comment.
6634
8f572e5c
PA
66352015-04-10 Pedro Alves <palves@redhat.com>
6636
6637 * gdb.base/sigstep.exp (breakpoint_to_handler)
6638 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6639 Test "backtrace" in handler.
6640 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6641 (top level): Add new "displaced" test axis to
6642 breakpoint_to_handler, breakpoint_to_handler_entry and
6643 breakpoint_over_handler.
6644
8d707a12
PA
66452015-04-10 Pedro Alves <palves@redhat.com>
6646
6647 PR gdb/18216
6648 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6649
ef713951
YQ
66502015-04-10 Yao Qi <yao.qi@linaro.org>
6651
6652 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6653 (test_add_rn_pc): New function.
6654 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6655 (top level): Invoke test_add_rn_pc.
6656
906d60cf
PA
66572015-04-10 Pedro Alves <palves@redhat.com>
6658
6659 PR gdb/13858
6660 * gdb.base/step-over-no-symbols.exp: New file.
6661
f2983cc3
AW
66622015-04-09 Andy Wingo <wingo@igalia.com>
6663
6664 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6665 after the Python tests.
6666
6d62641c
SDJ
66672015-04-08 Keith Seitz <keiths@redhat.com>
6668
6669 PR python/16699
6670 * gdb.python/py-completion.exp: New tests for completion.
6671 * gdb.python/py-completion.py (CompleteLimit1): New class.
6672 (CompleteLimit2): Likewise.
6673 (CompleteLimit3): Likewise.
6674 (CompleteLimit4): Likewise.
6675 (CompleteLimit5): Likewise.
6676 (CompleteLimit6): Likewise.
6677 (CompleteLimit7): Likewise.
6678
f3770638
PA
66792015-04-08 Pedro Alves <palves@redhat.com>
6680
6681 PR gdb/18214
6682 PR gdb/18216
6683 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6684 function.
6685 (main): Install it as SIGUSR1 handler.
6686 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6687 parameter. Always use "setup" as prefix. Toggle "set
6688 displaced-stepping" off/on depending on global. Don't switch to
6689 thread 1 here.
6690 (top level): Add displaced stepping "off/on" test axis. Update
6691 "setup" calls. Wrap each subtest with with_test_prefix. Test
6692 continuing with a queued signal in each thread.
6693
4496bed7
PA
66942015-04-08 Pedro Alves <palves@redhat.com>
6695
6696 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6697 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6698 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6699 Return early if running to main fails.
6700 * gdb.trace/while-stepping.exp: Likewise.
6701
b97fde92
PA
67022015-04-07 Pedro Alves <palves@redhat.com>
6703
6704 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6705 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6706 interact with inferior program.
6707
f71c18e7
PA
67082015-04-07 Pedro Alves <palves@redhat.com>
6709
6710 * lib/gdb.exp (inferior_spawn_id): New global.
6711 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6712 spawn id after processing the user code.
6713 (default_gdb_start): Set inferior_spawn_id.
6714 (send_inferior): New procedure.
6715 * lib/gdbserver-support.exp (gdbserver_start): Set
6716 inferior_spawn_id.
6717 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6718
6423214f
PA
67192015-04-07 Pedro Alves <palves@redhat.com>
6720
6721 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6722 * lib/gdbserver-support.exp (gdbserver_start): Make
6723 $server_spawn_id global.
6724 (gdbserver_start): Don't wait for gdbserver's spawn id with
6725 expect_background.
6726 (close_gdbserver): New procedure.
6727 (gdb_exit): Rename the default version and reimplement.
6728
71c0ee8c
PA
67292015-04-07 Pedro Alves <palves@redhat.com>
6730
72f4393d 6731 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
6732 append the substituted item, not the original item.
6733
203bc29b
PA
67342015-04-07 Pedro Alves <palves@redhat.com>
6735
6736 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6737 gdb_expect.
6738
508a3ddf
PA
67392015-04-07 Pedro Alves <palves@redhat.com>
6740
6741 * gdb.base/interrupt.exp: Don't handle the case of the inferior
6742 output appearing once only.
6743
9f6dbe2b
PA
67442015-04-07 Pedro Alves <palves@redhat.com>
6745
6746 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6747 that doesn't expect anything. Return early if running to main
6748 fails.
6749
337532fa
YQ
67502015-04-07 Yao Qi <yao.qi@linaro.org>
6751
6752 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6753 (child_function): Call alarm.
6754 (main): Move call to alarm into the loop.
6755 * gdb.threads/non-stop-fair-events.exp: Build program with
6756 -DTIMEOUT=$timeout.
6757
01b622d4
DE
67582015-04-06 Doug Evans <xdje42@gmail.com>
6759
6760 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
6761 Fix dest parameter to board_info.
6762 (fpc_compile): Ditto.
6763 (gdb_compile_pascal): Rename dest arg to destfile.
6764
961f4160
PMR
67652015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6766
6767 * gdb.ada/funcall_ref.exp: New file.
6768 * gdb.ada/funcall_ref/foo.adb: New file.
6769
cafda597
YQ
67702015-04-02 Yao Qi <yao.qi@linaro.org>
6771
6772 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
6773 is remote.
6774
fed040c6
GB
67752015-04-02 Gary Benson <gbenson@redhat.com>
6776
6777 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
6778
d11916aa
SS
67792015-04-01 Sasha Smundak <asmundak@google.com>
6780
6781 * gdb.python/py-unwind-maint.c: New file.
6782 * gdb.python/py-unwind-maint.exp: New test.
6783 * gdb.python/py-unwind-maint.py: New file.
6784 * gdb.python/py-unwind.c: New file.
6785 * gdb.python/py-unwind.exp: New test.
6786 * gdb.python/py-unwind.py: New test.
6787
a1471180
PA
67882015-04-01 Pedro Alves <palves@redhat.com>
6789
6790 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
6791 to fail instead of non-existent $test.
6792
0bbeccb1
PA
67932015-04-01 Pedro Alves <palves@redhat.com>
6794
6795 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
6796 GDBFLAGS if not empty.
6797
3c724c8c
PMR
67982015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
6799
6800 * gdb.ada/complete.exp: Remove "multi_line".
6801 * gdb.ada/info_exc.exp: Remove "multi_line".
6802 * gdb.ada/packed_tagged.exp: Remove "multi_line".
6803 * gdb.ada/ptype_field.exp: Remove "multi_line".
6804 * gdb.ada/sym_print_name.exp: Remove "multi_line".
6805 * gdb.ada/tagged.exp: Remove "multi_line".
6806 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
6807 [multi_line ...]
6808 * gdb.btrace/delta.exp: Likewise.
6809 * gdb.btrace/exception.exp: Likewise.
6810 * gdb.btrace/function_call_history.exp: Likewise.
6811 * gdb.btrace/instruction_history.exp: Likewise.
6812 * gdb.btrace/nohist.exp: Likewise.
6813 * gdb.btrace/record_goto.exp: Likewise.
6814 * gdb.btrace/segv.exp: Likewise.
6815 * gdb.btrace/stepi.exp: Likewise.
6816 * gdb.btrace/tailcall.exp: Likewise.
6817 * gdb.btrace/unknown_functions.exp: Likewise.
6818 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
6819 * lib/gdb.exp: Add the "multi_line" helper.
6820
4eec2deb
PA
68212015-04-01 Pedro Alves <palves@redhat.com>
6822
6823 * gdb.threads/tid-reuse.c: New file.
6824 * gdb.threads/tid-reuse.exp: New file.
6825
df8411da
SDJ
68262015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
6827
6828 PR corefiles/16092
6829 * gdb.base/coredump-filter.c: New file.
6830 * gdb.base/coredump-filter.exp: Likewise.
6831
6ef37366
PM
68322015-03-27 Petr Machata <pmachata@redhat.com>
6833
6834 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
6835 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
6836 (Dwarf::assemble): Initialize them.
6837 (Dwarf::lines): New function.
6838
7ec911b0
JT
68392015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
6840
6841 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
6842 SYMBOL_PREFIX for x86_64-*-cygwin.
6843
ff908ebf
AW
68442015-03-26 Andy Wingo <wingo@igalia.com>
6845
6846 PR symtab/18148
6847 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
6848 const_value but not a location.
6849 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
6850 location defined in non-main CUs are visible.
6851
6d5f0679
YQ
68522015-03-26 Yao Qi <yao.qi@linaro.org>
6853
6854 PR testsuite/18139
6855 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
6856 Add a line number entry for the same line.
6857 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
6858 Add a line number entry for the same line.
6859
2898689b
YQ
68602015-03-26 Yao Qi <yao.qi@linaro.org>
6861
6862 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
6863 .int 0.
6864 (func): Likewise. Add .Lfunc_1 label.
6865 Use .Lfunc_1 label.
6866 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
6867 .int 0.
6868 (func): Likewise.
6869 Use .Lfunc_1 label.
6870
85180498
YQ
68712015-03-26 Yao Qi <yao.qi@linaro.org>
6872
6873 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
6874 Call gdb_compile instead to compile each .s files without debug
6875 information.
6876
8aa08a8d
YQ
68772015-03-26 Yao Qi <yao.qi@linaro.org>
6878
6879 * gdb.base/savedregs.exp (process_saved_regs): Make
6880 "Saved registers:" optional in the pattern.
6881
66849923
MM
68822015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6883
6884 * gdb.btrace/next.exp: Merged into step.exp.
6885 * gdb.btrace/finish.exp: Merged into step.exp.
6886 * gdb.btrace/nexti.exp: Merged into stepi.exp.
6887 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
6888 "record goto" and checking the exact replay position.
6889 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
6890 check for "Recording format" in "info record" output.
6891 * gdb.btrace/record_goto.exp: Choose test file based on target.
6892 * gdb.btrace/x86-record_goto.S: Renamed into ...
6893 * gdb.btrace/x86_64-record_goto.S: ... this.
6894 * gdb.btrace/i686-record_goto.S: New.
6895 * gdb.btrace/x86-tailcall.S: Renamed into ...
6896 * gdb.btrace/x86_64-tailcall.S: ... this.
6897 * gdb.btrace/i686-tailcall.S: New.
6898 * gdb.btrace/x86-tailcall.c: Renamed into ...
6899 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
6900 separate statements. Update test.
6901 * gdb.btrace/delta.exp: Use record_goto.c as test file.
6902 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
6903 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
6904 * gdb.btrace/tailcall.exp: Choose test file based on target.
6905 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
6906
11cc1b74
MM
69072015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6908
6909 * gdb.btrace/exception.exp: Increase BTS buffer size.
6910
a25d8bf9
PA
69112015-03-24 Pedro Alves <palves@redhat.com>
6912
6913 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
6914
856e7dd6
PA
69152015-03-24 Pedro Alves <palves@redhat.com>
6916
6917 * gdb.threads/schedlock.exp (test_step): No longer expect that
6918 "set scheduler-locking step" with "next" over a function call runs
6919 threads unlocked.
6920
ad235a41
AT
69212015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6922
6923 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
6924
15630549
AT
69252015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6926
6927 PR breakpoints/16466
6928 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
6929 * gdb.mi/mi-pending.c (thread_func): New function.
6930 (int main): Add threading support required.
6931 * gdb.mi/mi-pending.exp: Add tests for this issue.
6932 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
6933 (pendfunc2): Remove stdio dependency.
6934 * gdb.mi/mi-pendshr2.c: New file.
6935
693dca06
KS
69362015-03-23 Keith Seitz <keiths@redhat.com>
6937
6938 * gdb.linespec/keywords.c: New file.
6939 * gdb.linespec/keywords.exp: New file.
6940
7e993ebf
KS
69412015-03-23 Keith Seitz <keiths@redhat.com>
6942
6943 PR gdb/18021
6944 * gdb.dwarf2/staticvirtual.exp: New test.
6945
bc23328c
JK
69462015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6947
6948 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
6949 * README: Remove HP-UX and gdb.hp.
6950 (configuration):
6951 * configure: Regenerate.
6952 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
6953 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
6954 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
6955 gdb.hp/gdb.defects/Makefile.
6956 * gdb.hp/Makefile.in: File deleted.
6957 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
6958 * gdb.hp/gdb.aCC/optimize.c: File deleted.
6959 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
6960 * gdb.hp/gdb.aCC/run.c: File deleted.
6961 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
6962 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
6963 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
6964 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
6965 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
6966 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
6967 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
6968 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
6969 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
6970 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
6971 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
6972 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
6973 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
6974 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
6975 * gdb.hp/gdb.base-hp/reg.s: File deleted.
6976 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
6977 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
6978 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
6979 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
6980 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
6981 * gdb.hp/gdb.compat/Makefile.in: File deleted.
6982 * gdb.hp/gdb.compat/average.c: File deleted.
6983 * gdb.hp/gdb.compat/sum.c: File deleted.
6984 * gdb.hp/gdb.compat/xdb.c: File deleted.
6985 * gdb.hp/gdb.compat/xdb0.c: File deleted.
6986 * gdb.hp/gdb.compat/xdb0.h: File deleted.
6987 * gdb.hp/gdb.compat/xdb1.c: File deleted.
6988 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
6989 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
6990 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
6991 * gdb.hp/gdb.defects/Makefile.in: File deleted.
6992 * gdb.hp/gdb.defects/bs14602.c: File deleted.
6993 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
6994 * gdb.hp/gdb.defects/solib-d.c: File deleted.
6995 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
6996 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
6997 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
6998 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
6999 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7000 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7001 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7002 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7003 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7004 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7005 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7006 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7007 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7008 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7009 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7010 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7011 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7012 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7013 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7014 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7015 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7016 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7017 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7018 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7019 * gdb.hp/tools/odump: File deleted.
7020
8bf3b159
PA
70212015-03-19 Pedro Alves <palves@redhat.com>
7022
7023 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7024 (saw_thread_3): New globals.
7025 (top level): Increment them when an event for the corresponding
7026 thread is seen.
7027 (no thread starvation): New test.
7028
eb54c8bf
PA
70292015-03-19 Pedro Alves <palves@redhat.com>
7030
7031 * gdb.threads/continue-pending-status.c: New file.
7032 * gdb.threads/continue-pending-status.exp: New file.
7033
32d2e5d6
PA
70342015-03-18 Pedro Alves <palves@redhat.com>
7035
7036 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7037 Use gdb_is_target_remote instead of is_remote. Use
7038 gdb_test_multiple instead of gdb_expect. Exit early if
7039 gdb_test_multiple hits its internal matches. Tighten stepi tests
7040 expected output. Fail on exit with any signal, instead of just
7041 SIGILL.
7042
f68f11b7
YQ
70432015-03-18 Yao Qi <yao.qi@linaro.org>
7044
7045 PR tdep/18107
7046 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7047 variable.
7048 * gdb.base/catch-syscall.exp: Don't skip it on
7049 aarch64*-*-linux* target. Remove elements in all_syscalls.
7050 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7051 target.
7052 (setup_all_syscalls): New proc.
7053
ca5fd19b
YQ
70542015-03-16 Yao Qi <yao.qi@linaro.org>
7055
7056 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7057 (top level): Skip tests if valid_addr_p returns false for
7058 $cmd1 or $cmd2.
7059
85642ba0
AW
70602015-03-11 Andy Wingo <wingo@igalia.com>
7061
7062 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7063
e03f9645
YQ
70642015-03-11 Yao Qi <yao.qi@linaro.org>
7065
7066 * gdb.base/catch-syscall.exp: Fix typo in comments.
7067
5d0962b2
YQ
70682015-03-11 Yao Qi <yao.qi@linaro.org>
7069
7070 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7071
b2df3cef
PA
70722015-03-09 Pedro Alves <palves@redhat.com>
7073
7074 * dg-extract-results.py: Delete.
7075
ef878e53
PA
70762015-03-09 Pedro Alves <palves@redhat.com>
7077
7078 Merge dg-extract-results.sh from GCC upstream (r218843).
7079
7080 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7081 * dg-extract-results.sh: Use --text with grep to avoid issues with
7082 binary files. Fall back to cat -v, if that doesn't work.
7083
9494d219
PA
70842015-03-05 Pedro Alves <palves@redhat.com>
7085
7086 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7087
a8d9763a
SM
70882015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7089
7090 * lib/mi-support.exp (mi_expect_interrupt): Accept
7091 alternative event for when in all-stop mode.
7092
be9957b8
PA
70932015-03-04 Pedro Alves <palves@redhat.com>
7094
7095 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7096
d57be0f4 70972015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7098
7099 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7100
c214c7cf
AA
71012015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7102
7103 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7104 regexps for GDB's current line display, accept a hex address
7105 preceding the line number.
7106
6d74a497
AA
71072015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7108
7109 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7110 the 'arch1' variable for "s390*-linux*" targets.
7111
511aee7c
PA
71122015-03-04 Pedro Alves <palves@redhat.com>
7113
7114 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7115 (main): Pass missing retval argument to pthread_join call.
7116
95e50b27
PA
71172015-03-02 Pedro Alves <palves@redhat.com>
7118
7119 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7120 (top level): Call do_test with non-stop as well.
7121
28054d69
PA
71222015-03-02 Pedro Alves <palves@redhat.com>
7123
7124 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7125 -1.
7126
4fa5d7b4
AA
71272015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7128
7129 * gdb.arch/s390-vregs.exp: New test.
7130 * gdb.arch/s390-vregs.S: New file.
7131
97c18565
PA
71322015-02-27 Pedro Alves <palves@redhat.com>
7133
7134 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7135 call to catch_command_errors.
7136 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7137 catch_command_errors.
7138
a37bfa30
PA
71392015-02-27 Pedro Alves <palves@redhat.com>
7140
7141 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7142 "true" for boolean result.
7143 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7144 prototype of main.
7145
6f98576f
PA
71462015-02-27 Pedro Alves <palves@redhat.com>
7147
7148 * lib/unbuffer_output.c: New file.
7149 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7150 (main): Call gdb_unbuffer_output.
7151
eba5ab56
YQ
71522015-02-27 Yao Qi <yao.qi@linaro.org>
7153
7154 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7155 target.
7156
0def5aaa
DE
71572015-02-26 Doug Evans <dje@google.com>
7158
7159 * gdb.cp/class2.cc (Dbase, D): New classes.
7160 (main): New local delta.
7161 * gdb.cp/class2.exp: Test printing delta.
7162 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7163 (dynbar): New global.
7164 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7165
081a1c2c
JK
71662015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7167
7168 * gdb.compile/compile-ifunc.c: New file.
7169 * gdb.compile/compile-ifunc.exp: New file.
7170
2f41223f
AT
71712015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7172
7173 * gdb.base/structs.exp: Check for correct struct on finish.
7174
03eddd80
YQ
71752015-02-26 Yao Qi <yao.qi@linaro.org>
7176
7177 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7178 is zero.
7179
80c57053
JK
71802015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7181
7182 * gdb.arch/cordic.ko.bz2: New file.
7183 * gdb.arch/cordic.ko.debug.bz2: New file.
7184 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7185
21613c12
YQ
71862015-02-25 Yao Qi <yao.qi@linaro.org>
7187
7188 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7189 aarch64*-*-* target.
7190
d8b901ed
PA
71912015-02-23 Pedro Alves <palves@redhat.com>
7192
7193 * lib/gdb.exp (delete_breakpoints): Rewrite using
7194 gdb_test_multiple.
7195
e5b85ead
PA
71962015-02-23 Pedro Alves <palves@redhat.com>
7197
7198 * gdb.base/info-os.c: Include stdlib.h.
7199
85c3a371
DE
72002015-02-22 Doug Evans <xdje42@gmail.com>
7201
7202 PR symtab/17855
7203 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7204 is read after symbols have been re-read.
7205 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7206 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7207
96553a0c
DE
72082015-02-21 Doug Evans <dje@google.com>
7209
7210 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7211
97a0c697
JK
72122015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7213
7214 PR corefiles/17808
7215 * gdb.arch/i386-biarch-core.core.bz2: New file.
7216 * gdb.arch/i386-biarch-core.exp: New file.
7217
a47cd6e9
PA
72182015-02-21 Pedro Alves <palves@redhat.com>
7219
7220 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7221 runto_main fails.
7222
c5facdc4
PA
72232015-02-20 Pedro Alves <palves@redhat.com>
7224
7225 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7226 info probes.
7227
2db9a427
PA
72282015-02-20 Pedro Alves <palves@redhat.com>
7229
7230 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7231
60fb7e9e
PA
72322015-02-20 Pedro Alves <palves@redhat.com>
7233
7234 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7235 clean_restart before gdb_target_supports_trace.
7236
5c5019c2
PA
72372015-02-20 Pedro Alves <palves@redhat.com>
7238
7239 PR threads/18006
7240 * gdb.threads/clone-thread_db.c: New file.
7241 * gdb.threads/clone-thread_db.exp: New file.
7242
c9587f88
AT
72432015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7244
7245 PR breakpoints/16812
7246 * gdb.base/catch-gdb-caused-signals.c: New file.
7247 * gdb.base/catch-gdb-caused-signals.exp: New file.
7248
f6a88844
JM
72492015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7250
7251 * configure: Regenerated.
7252 * configure.ac: Use GDB_AC_TRANSFORM.
7253 * aclocal.m4: sinclude ../transform.m4.
7254
497c491b
JM
72552015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7256
7257 * lib/dtrace.exp: New file.
7258 * gdb.base/dtrace-probe.exp: Likewise.
7259 * gdb.base/dtrace-probe.d: Likewise.
7260 * gdb.base/dtrace-probe.c: Likewise.
7261 * lib/pdtrace.in: Likewise.
7262 * configure.ac: Output variables with the transformed names of
7263 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7264 * configure: Regenerated.
7265
03e98035
JM
72662015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7267
7268 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7269 expected message when trying to access $_probe_* convenience
7270 variables while not on a probe.
7271
63cc30e9
JK
72722015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7273
7274 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7275
0703599a
PA
72762015-02-11 Pedro Alves <pedro@codesourcery.com>
7277
7278 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7279 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7280
7e60a48e
DE
72812015-02-10 Doug Evans <xdje42@gmail.com>
7282
7283 * lib/gdb.exp (gdb_load): Always return a result.
7284
01b088bc
PA
72852015-02-10 Pedro Alves <palves@redhat.com>
7286
7287 * gdb.threads/signal-sigtrap.c: New file.
7288 * gdb.threads/signal-sigtrap.exp: New file.
7289
b05ec7a5
AT
72902015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7291
7292 * gdb.trace/no-attach-trace.c: New file.
7293 * gdb.trace/no-attach-trace.exp: New file.
7294
a2c2acaf
MW
72952015-02-09 Mark Wielaard <mjw@redhat.com>
7296
7297 * gdb.dwarf2/atomic.c: New file.
7298 * gdb.dwarf2/atomic-type.exp: Likewise.
7299
31fd9caa
MM
73002015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7301
7302 * gdb.btrace/buffer-size.exp: Update "info record" output.
7303 * gdb.btrace/delta.exp: Update "info record" output.
7304 * gdb.btrace/enable.exp: Update "info record" output.
7305 * gdb.btrace/finish.exp: Update "info record" output.
7306 * gdb.btrace/instruction_history.exp: Update "info record" output.
7307 * gdb.btrace/next.exp: Update "info record" output.
7308 * gdb.btrace/nexti.exp: Update "info record" output.
7309 * gdb.btrace/step.exp: Update "info record" output.
7310 * gdb.btrace/stepi.exp: Update "info record" output.
7311 * gdb.btrace/nohist.exp: Update "info record" output.
7312
d33501a5
MM
73132015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7314
7315 * gdb.btrace/buffer-size: New.
7316
f4abbc16
MM
73172015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7318
7319 * gdb.btrace/delta.exp: Update "info record" output.
7320 * gdb.btrace/enable.exp: Update "info record" output.
7321 * gdb.btrace/finish.exp: Update "info record" output.
7322 * gdb.btrace/instruction_history.exp: Update "info record" output.
7323 * gdb.btrace/next.exp: Update "info record" output.
7324 * gdb.btrace/nexti.exp: Update "info record" output.
7325 * gdb.btrace/step.exp: Update "info record" output.
7326 * gdb.btrace/stepi.exp: Update "info record" output.
7327 * gdb.btrace/nohist.exp: Update "info record" output.
7328
b9d61307
SM
73292015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7330
7331 PR gdb/15678
7332 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7333
e584fdbc
PA
73342015-02-06 Pedro Alves <palves@redhat.com>
7335
7336 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7337 macro.
7338 (seconds_left, again): New globals.
7339 (main): Wait seconds_left in a 1-second sleep loop instead of
7340 sleeping 180 seconds. If 'again' is set, reset the seconds
7341 counter.
7342 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7343 'again' in the inferior before detaching. Print the seconds left.
7344 (options): New global.
7345 (top level): Build program with -DTIMEOUT=$timeout.
7346
77f41761
PA
73472015-02-06 Pedro Alves <palves@redhat.com>
7348
7349 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7350 determine how many seconds to pass to 'alarm'.
7351 * gdb.base/gdb-sigterm.exp (top level): Build program with
7352 -DTIMEOUT=$timeout.
7353 (do_test): Return success/failure indication. Add more verbose
7354 logging. Don't fail if 200 single steps are seen. Instead, fail
7355 when the test times out.
7356 (passes): New global.
7357 (top level): Break the testing loop if testing fails on any
7358 iteration. Use gdb_assert.
7359
b9394193
DB
73602015-02-04 Don Breazeal <donb@codesourcery.com>
7361
7362 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7363 and initialize them.
7364 (ipc_cleanup): New function.
7365 (main): Don't declare shmid, semid, and msqid. Add a call to
7366 atexit so that we call ipc_cleanup on exit.
7367
42d9e528
PA
73682015-02-04 Pedro Alves <palves@redhat.com>
7369
7370 * boards/native-extended-gdbserver.exp: Remove any target variant
7371 specifications from the board name before clearing the isremote
7372 flag from board_info.
7373
ae6ae975
DE
73742015-01-31 Doug Evans <xdje42@gmail.com>
7375
7376 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7377
cfb069a8
GB
73782015-01-31 Gary Benson <gbenson@redhat.com>
7379
7380 * gdb.base/completion.exp: Disable completion limiting for
7381 existing tests. Add new tests to check completion limiting.
7382 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7383
5dd31d79
DE
73842015-01-31 Doug Evans <xdje42@gmail.com>
7385
7386 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7387
9f050062
DE
73882015-01-31 Doug Evans <xdje42@gmail.com>
7389
7390 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7391 entries. Duplicate file section script entries.
7392 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7393 inlined entries. Add test for safe-path rejection.
7394 * gdb.python/py-section-script.c: Add duplicate inlined section script
7395 entries. Duplicate file section script entries.
7396 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7397 inlined entries. Add test for safe-path rejection.
7398
df25ebbd
JB
73992015-01-29 Joel Brobecker <brobecker@adacore.com>
7400
7401 * gdb.ada/disc_arr_bound: New testcase.
7402
4a0ca9ec
JB
74032015-01-29 Joel Brobecker <brobecker@adacore.com>
7404
7405 * gdb.ada/mi_var_array: New testcase.
7406
3a8b707a
DE
74072015-01-27 Doug Evans <dje@google.com>
7408
7409 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7410 Add test for objfile.filename, objfile.username after objfile
7411 has been unloaded.
7412
f8313f6e
JB
74132015-01-26 Joel Brobecker <brobecker@adacore.com>
7414
7415 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7416 the second test to print the name attribute of value
7417 returned by the call to gdb.lookup_type, and adjust
7418 the expected output accordingly.
7419
37bc665e
MW
74202015-01-25 Mark Wielaard <mjw@redhat.com>
7421
7422 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7423 * gdb.base/disp-step-fork.c: Include unistd.h.
7424 * gdb.base/siginfo-obj.c: Include stdio.h.
7425 * gdb.base/siginfo-thread.c: Likewise.
7426 * gdb.mi/non-stop.c: Include unistd.h.
7427 * gdb.mi/nsthrexec.c: Include stdio.h.
7428 * gdb.mi/pthreads.c: Include unistd.h.
7429 * gdb.modula2/unbounded1.c (main): Declare returns int.
7430 * gdb.reverse/consecutive-reverse.c: Likewise.
7431 * gdb.threads/create-fail.c: Include unistd.h.
7432 * gdb.threads/killed.c: Likewise.
7433 * gdb.threads/linux-dp.c: Likewise.
7434 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7435 * gdb.threads/non-ldr-exc-2.c: Likewise.
7436 * gdb.threads/non-ldr-exc-3.c: Likewise.
7437 * gdb.threads/non-ldr-exc-4.c: Likewise.
7438 * gdb.threads/pthreads.c: Include unistd.h.
7439 (main): Declare returns int.
7440 * gdb.threads/tls-main.c (foo): New declaration.
7441 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7442
f7e5394d
SM
74432015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7444
7445 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7446 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7447
743649fd
MW
74482015-01-15 Mark Wielaard <mjw@redhat.com>
7449
7450 * gdb.base/noreturn-return.c: New file.
7451 * gdb.base/noreturn-return.exp: New file.
7452 * gdb.base/noreturn-finish.c: New file.
7453 * gdb.base/noreturn-finish.exp: New file.
7454
198297aa
PA
74552015-01-23 Pedro Alves <palves@redhat.com>
7456
7457 * gdb.threads/continue-pending-after-query.c: New file.
7458 * gdb.threads/continue-pending-after-query.exp: New file.
7459
717cf30c
AG
74602015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7461 Simon Marchi <simon.marchi@ericsson.com>
7462
7463 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7464 * gdb.base/valgrind-db-attach.exp: Same.
7465 * gdb.base/valgrind-infcall.exp: Same.
7466 * lib/mi-support.exp (default_mi_gdb_start): Same.
7467 * lib/prompt.exp (default_prompt_gdb_start): Same.
7468 * lib/gdb.exp (default_gdb_spawn): Same.
7469 (gdb_interact): New.
7470
7471
4b62a76e
JK
74722015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7473
7474 * gdb.compile/compile.exp (pointer to jit function): New test.
7475
b4cdae6f
WW
74762015-01-17 Wei-cheng Wang <cole945@gmail.com>
7477
7478 * lib/gdb.exp (supports_process_record): Return true for
7479 powerpc*-*-linux*.
7480 (supports_reverse): Likewise.
7481
d221e7ef
DB
74822015-01-15 Don Breazeal <donb@codesourcery.com>
7483
7484 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7485 instead of checking whether the target board is remote and
7486 use spawn_wait_for_attach instead of exec/sleep.
7487 * gdb.base/attach-twice.exp: Likewise.
7488
bafffb51
JB
74892015-01-15 Joel Brobecker <brobecker@adacore.com>
7490
7491 * gdb.ada/var_arr_attrs: New testcase.
7492
5589af0e
PA
74932015-01-14 Pedro Alves <palves@redhat.com>
7494 Joel Brobecker <brobecker@adacore.com>
7495
7496 PR gdb/17525
7497 * gdb.base/bp-cmds-execution-x-script.c: New file.
7498 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7499 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7500
6c400b59
PA
75012015-01-14 Pedro Alves <palves@redhat.com>
7502
7503 PR cli/17828
7504 * gdb.base/batch-preserve-term-settings.c: New file.
7505 * gdb.base/batch-preserve-term-settings.exp: New file.
7506
e02c96a7
DE
75072015-01-13 Doug Evans <dje@google.com>
7508
7509 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7510 binary.
7511
576fd14c
JB
75122015-01-13 Joel Brobecker <brobecker@adacore.com>
7513
7514 * Makefile.in (clean mostlyclean): Do not delete *.py.
7515
04dccad0
JB
75162015-01-13 Joel Brobecker <brobecker@adacore.com>
7517
7518 * gdb.python/py-lookup-type.exp: New file.
7519
3d230f71
PA
75202015-01-12 Pedro Alves <palves@redhat.com>
7521
7522 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7523 restore GDBFLAGS before returning.
7524
7e67715d
JK
75252015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7526
7527 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7528 is_amd64_regs_target and is_x86_like_target.
7529
f2e0d4b4
DE
75302015-01-11 Doug Evans <xdje42@gmail.com>
7531
7532 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7533 is given without an explicit form.
7534 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7535 attributes.
7536 * gdb.dwarf/corrupt.exp: Ditto.
7537 * gdb.dwarf2/enum-type.exp: Ditto.
7538 * gdb.trace/entry-values.exp: Ditto.
7539 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7540
439250fb
DE
75412015-01-11 Doug Evans <xdje42@gmail.com>
7542
7543 PR gdb/15830
7544 * gdb.base/maint.exp: Remove references to "maint demangle".
7545 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7546 Add tests for explicitly specifying language to demangle.
7547 * gdb.dlang/demangle.exp: Ditto.
7548
ede9f622
PA
75492015-01-09 Pedro Alves <palves@redhat.com>
7550
7551 * gdb.threads/non-stop-fair-events.c: New file.
7552 * gdb.threads/non-stop-fair-events.exp: New file.
7553
a7b796db
PA
75542015-01-09 Pedro Alves <palves@redhat.com>
7555
7556 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7557 the global scope. Set a breakpoint after all threads are started
7558 rather than stepping over two source lines. Expect the prompt.
7559 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7560 global.
7561 (NUM): Now 15.
7562 (main): Use threads_started_barrier to wait for all threads to
7563 start. Main thread no longer calls thread_function. Exit after
7564 180 seconds.
7565 (loop): New function.
7566 (thread_function): Wait on threads_started_barrier barrier. Call
7567 'loop' at each iteration.
7568 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7569 threads have started, instead of hardcoding number of "next"
7570 steps. Use an access watchpoint instead of a write watchpoint.
7571
9665ffdd
PA
75722015-01-09 Pedro Alves <palves@redhat.com>
7573
7574 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7575 (thread_func): Wait on barrier.
7576 (main): Wait for all threads to start before stopping GDB.
7577 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7578 global.
7579 (thread1_func, thread2_func): Wait on barrier.
7580 (main): Wait for all threads to start before stopping GDB.
7581 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7582 New global.
7583 (thread1_func, thread2_func): Wait on barrier.
7584 (main): Wait for all threads to start before stopping GDB.
7585
c945a99f
PA
75862015-01-09 Pedro Alves <palves@redhat.com>
7587
7588 * gdb.threads/attach-many-short-lived-threads.c: New file.
7589 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7590
c1a747c1
PA
75912014-01-09 Pedro Alves <palves@redhat.com>
7592
7593 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7594 instead of to thread 2.
7595 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7596 Add barrier around each pthread_create call instead of around all
7597 calls.
7598 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7599 Set a break on thread_function and have the child threads hit it
7600 one at at a time.
7601
60b3033e
PA
76022015-01-09 Pedro Alves <palves@redhat.com>
7603
7604 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7605 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7606 false.
7607 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7608 checking whether the target board is remote.
7609 * gdb.multi/multi-attach.exp: Likewise.
7610 * gdb.python/py-sync-interp.exp: Likewise.
7611 * gdb.server/ext-attach.exp: Likewise.
7612 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7613 tests that need to attach, instead of checking whether the target
7614 board is remote at the top of the file.
7615
acc018ac
YQ
76162015-01-08 Yao Qi <yao@codesourcery.com>
7617
7618 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7619
50a18af8
JK
76202015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7621
7622 Fix testcase compilation.
7623 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7624
8503d6e1
JB
76252015-01-06 Joel Brobecker <brobecker@adacore.com>
7626
7627 * gdb.python/py-type.exp: Add a couple test about empty
7628 array creation, and negative-length array creation.
7629
cc73dbcc
DE
76302015-01-02 Doug Evans <xdje42@gmail.com>
7631
7632 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7633
0300bbc7
DE
76342015-01-02 Doug Evans <dje@google.com>
7635
7636 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7637
9d85a0ec
YQ
76382014-12-29 Yao Qi <yao@codesourcery.com>
7639
7640 * gdb.trace/entry-values.exp: Update comments. Rename variable
7641 bar_call_foo to returned_from_foo.
7642
87186c6a
MMN
76432014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7644
7645 PR gdb/17394
7646 * gdb.linespec/break-asm-file.c: New file.
7647 * gdb.linespec/break-asm-file.exp: New file.
7648 * gdb.linespec/break-asm-file0.s: New file.
7649 * gdb.linespec/break-asm-file1.s: New file.
7650
1bab7383
YQ
76512014-12-18 Nigel Stephens <nigel@mips.com>
7652 Maciej W. Rozycki <macro@codesourcery.com>
7653
7654 * gdb.base/float.exp: Handle the new output from "info float" on
7655 MIPS targets.
7656
1bc1068a
JK
76572014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7658
7659 Fix MinGW compilation.
7660 * gdb.compile/compile-ops.exp: Update untested message if
7661 !skip_compile_feature_tests.
7662 * gdb.compile/compile-setjmp.exp: Likewise.
7663 * gdb.compile/compile-tls.exp: Likewise.
7664 * gdb.compile/compile.exp: Likewise.
7665 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7666 supported on this host".
7667
b6615d10
DE
76682014-12-16 Doug Evans <xdje42@gmail.com>
7669
7670 * boards/stabs.exp: New file.
7671
25dda427
AA
76722014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7673
7674 * gdb.base/completion.exp: Adjust to format changes of "maint
7675 print user-registers".
7676
bf330350
CU
76772014-12-16 Catalin Udma <catalin.udma@freescale.com>
7678
7679 PR server/17457
7680 * gdb.arch/aarch64-fp.c: New file.
7681 * gdb.arch/aarch64-fp.exp: New file.
7682
395cf596
SDJ
76832014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7684
7685 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7686 r210637, r210913, r211666, r215400, r215817).
7687
7688 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7689 * dg-extract-results.py: New file.
7690 * dg-extract-results.sh: Use it if the environment seems
7691 suitable.
7692
7693 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7694
7695 * dg-extract-results.py (parse_run): Handle warnings that
7696 are printed before a test harness is run.
7697
7698 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7699
7700 * dg-extract-results.py (Named): Remove __cmp__ method.
7701 (output_variation): Use a key to sort variation.harnesses.
7702
7703 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7704
7705 * dg-extract-results.py: For Python 3, force sys.stdout to
7706 handle surrogate escape sequences.
7707 (safe_open): New function.
7708 (output_segment, main): Use it.
7709
7710 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7711
7712 * dg-extract-results.py (Prog.result_re): Include options
7713 in test name.
7714
7715 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7716
7717 * dg-extract-results.py (output_variation): Always sort if
7718 do_sum.
7719
e882ef3c
SM
77202014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7721
7722 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7723 as long as we get pagination notifications.
7724
4992aa20
JM
77252014-12-15 Jason Merrill <jason@redhat.com>
7726
7727 * Makefile.in (check-gdb.%): Restore.
7728 * README: Mention it.
7729
c1b5a1a6
JB
77302014-12-13 Joel Brobecker <brobecker@adacore.com>
7731
7732 * gdb.ada/str_uninit: New testcase.
7733
5537b577
JK
77342014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7735
7736 PR symtab/17642
7737 * gdb.base/vla-stub-define.c: New file.
7738 * gdb.base/vla-stub.c: New file.
7739 * gdb.base/vla-stub.exp: New file.
7740
bb2ec1b3
TT
77412014-12-12 Phil Muldoon <pmuldoon@redhat.com>
7742 Jan Kratochvil <jan.kratochvil@redhat.com>
7743 Tom Tromey <tromey@redhat.com>
7744
7745 * configure.ac: Add gdb.compile/.
7746 * configure: Regenerate.
7747 * gdb.compile/Makefile.in: New file.
7748 * gdb.compile/compile-ops.exp: New file.
7749 * gdb.compile/compile-ops.c: New file.
7750 * gdb.compile/compile-tls.c: New file.
7751 * gdb.compile/compile-tls.exp: New file.
7752 * gdb.compile/compile-constvar.S: New file.
7753 * gdb.compile/compile-constvar.c: New file.
7754 * gdb.compile/compile-mod.c: New file.
7755 * gdb.compile/compile-nodebug.c: New file.
7756 * gdb.compile/compile-setjmp-mod.c: New file.
7757 * gdb.compile/compile-setjmp.c: New file.
7758 * gdb.compile/compile-setjmp.exp: New file.
7759 * gdb.compile/compile-shlib.c: New file.
7760 * gdb.compile/compile.c: New file.
7761 * gdb.compile/compile.exp: New file.
7762 * lib/gdb.exp (skip_compile_feature_tests): New proc.
7763
4ff709eb
TT
77642014-12-12 Tom Tromey <tromey@redhat.com>
7765
7766 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
7767 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
7768
6dddd6a5
DE
77692014-12-12 Doug Evans <dje@google.com>
7770
7771 * lib/gdb-python.exp (get_python_valueof): New function.
7772 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
7773
71c24708
AA
77742014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7775
7776 * gdb.base/completion.exp: Add test for completion of "info
7777 registers ".
7778
3e29f34a
MR
77792014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
7780
7781 * gdb.base/func-ptrs.c: New file.
7782 * gdb.base/func-ptrs.exp: New file.
7783
fc126975
SM
77842014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7785
7786 PR breakpoints/17012
7787 * gdb.base/dprintf-detach.c: New file.
7788 * gdb.base/dprintf-detach.exp: New file.
7789
0a46d518
SM
77902014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7791
7792 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
7793 * lib/gdb.exp (target_is_gdbserver): New procedure.
7794
a0be3e44
DE
77952014-12-08 Doug Evans <dje@google.com>
7796
7797 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
7798
df1b803a
YQ
77992014-12-05 Yao Qi <yao@codesourcery.com>
7800
7801 * gdb.guile/scm-error.exp: Remove the third argument to
7802 gdb_remote_download.
7803 * gdb.guile/scm-frame-args.exp: Likewise.
7804 * gdb.guile/scm-section-script.exp: Likewise.
7805
ddb9f679
YQ
78062014-12-05 Yao Qi <yao@codesourcery.com>
7807
7808 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
7809
86e4ed39
DE
78102014-12-04 Doug Evans <dje@google.com>
7811
7812 * gdb.python/py-objfile.exp: Add tests for
7813 objfile.add_separate_debug_file.
7814
7c50a931
DE
78152014-12-04 Doug Evans <dje@google.com>
7816
7817 * lib/gdb.exp (get_build_id): New function.
7818 (build_id_debug_filename_get): Rewrite to use it.
7819 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
7820
621661e3
MR
78212014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
7822
7823 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
7824 `method(long)', not just 0x0.
7825 * gdb.cp/nsalias.exp: Align code labels to 4.
7826 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
7827 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
7828 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
7829 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
7830 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
7831 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
7832
29f0c3b7
DE
78332014-12-02 Doug Evans <dje@google.com>
7834
e1e061e7 7835 PR symtab/17602
29f0c3b7 7836 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 7837 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
7838 * gdb.cp/anon-ns.exp: Update.
7839
162078c8
NB
78402014-12-02 Nick Bull <nicholaspbull@gmail.com>
7841
7842 * gdb.python/py-events.py (inferior_call_handler): New.
7843 (register_changed_handler, memory_changed_handler): New.
7844 (test_events.invoke): Register new handlers.
7845 * gdb.python/py-events.exp: Add tests for inferior call,
7846 memory_changed and register_changed events.
7847
fdb09caf
AA
78482014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7849
7850 * gdb.base/execl-update-breakpoints.exp: Specify the link address
7851 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
7852 if the linker doesn't understand this.
7853
55cfb2c4
SM
78542014-12-01 Simon Marchi <simon.marchi@ericsson.com>
7855
7856 * gdb.python/python.exp: Change expected reply to help().
7857
9e8cd6df
YQ
78582014-12-01 Yao Qi <yao@codesourcery.com>
7859
7860 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
7861 AC_CONFIG_SUBDIRS(gdb.gdbtk).
7862 * configure: Re-generated.
7863
6c659fc2
SC
78642014-11-28 Siva Chandra Reddy <sivachandra@google.com>
7865
7866 * gdb.cp/chained-calls.cc: New file.
7867 * gdb.cp/chained-calls.exp: New file.
7868 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
7869
d7fc3181
SM
78702014-11-28 Simon Marchi <simon.marchi@ericsson.com>
7871
7872 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
7873 * gdb.dwarf2/symtab-producer.exp: Same.
7874 * gdb.gdb/python-interrupts.exp: Same.
7875 * gdb.gdb/python-selftest.exp: Same.
7876 * gdb.python/py-linetable.exp: Same.
7877 * gdb.python/py-type.exp: Same.
7878 * gdb.python/py-value-cc.exp: Same.
7879 * gdb.python/py-value.exp: Same.
7880
10e79639
YQ
78812014-11-28 Yao Qi <yao@codesourcery.com>
7882
7883 * gdb.base/break-probes.exp: Match library name prefixed with
7884 sysroot.
7885
f28a0564
SM
78862014-11-27 Simon Marchi <simon.marchi@ericsson.com>
7887
7888 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
7889 test expected output. Add parentheses for the call to print.
7890 Remove L suffix from integers.
7891
3fe1ce1d
DE
78922014-11-26 Doug Evans <dje@google.com>
7893
7894 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
7895
84429e27
YQ
78962014-11-22 Yao Qi <yao@codesourcery.com>
7897
7898 * gdb.trace/entry-values.c: Remove asms.
7899 (foo): Add foo_label.
7900 (bar): Add bar_label.
7901 * gdb.trace/entry-values.exp: Remove code computing foo's
7902 length and bar's length.
7903 (Dwarf::assemble): Invoke function_range for bar and use
7904 MACRO_AT_func for foo.
7905
26741859
YQ
79062014-11-22 Yao Qi <yao@codesourcery.com>
7907
7908 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
7909 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
7910 Use .Lgcc43_procstart instead of gcc43.
7911
45e44d27
JB
79122014-11-21 Joel Brobecker <brobecker@adacore.com>
7913
7914 * gdb.ada/n_arr_bound: New testcase.
7915
458c8db8
SDJ
79162014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7917
7918 PR breakpoints/10737
7919 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
7920 test_catch_syscall_multi_arch.
7921 (test_catch_syscall_multi_arch): New function.
7922
43f3e411
DE
79232014-11-20 Doug Evans <xdje42@gmail.com>
7924
7925 * gdb.base/maint.exp: Update expected output.
7926
0d7b2549
AA
79272014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7928
7929 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
7930 4-byte instruction on S390.
7931
8908fca5
JB
79322014-11-19 Joel Brobecker <brobecker@adacore.com>
7933
7934 * gdb.ada/arr_arr: New testcase.
7935
4a46959e
JB
79362014-11-19 Joel Brobecker <brobecker@adacore.com>
7937
7938 * gdb.ada/pkd_arr_elem: New Testcase.
7939
470e2f4e
LM
79402014-11-18 Luis Machado <lgustavo@codesourcery.com>
7941
7942 * gdb.reverse/break-precsave: Expect completion message for
7943 core file reads.
7944 * gdb.reverse/consecutive-precsave.exp: Likewise.
7945 * gdb.reverse/finish-precsave.exp: Likewise.
7946 * gdb.reverse/i386-precsave.exp: Likewise.
7947 * gdb.reverse/machinestate-precsave.exp: Likewise.
7948 * gdb.reverse/sigall-precsave.exp: Likewise.
7949 * gdb.reverse/solib-precsave.exp: Likewise.
7950 * gdb.reverse/step-precsave.exp: Likewise.
7951 * gdb.reverse/until-precsave.exp: Likewise.
7952 * gdb.reverse/watch-precsave.exp: Likewise.
7953
a267f3ad
AA
79542014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7955
7956 * gdb.base/bp-permanent.c: Include unistd.h.
7957 * gdb.python/py-framefilter-mi.c (main): Add return type.
7958 * gdb.python/py-framefilter.c (main): Likewise.
7959 * gdb.trace/actions-changed.c (main): Likewise.
7960
12084a9a
AA
79612014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7962
7963 * gdb.mi/until.c: Add eye-catchers.
7964 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
7965 line numbers.
7966
dc7e1a77
AA
79672014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7968
7969 * gdb.base/condbreak.exp: Drop references to removed non-prototype
7970 function header variants in break1.c.
7971 * gdb.base/ena-dis-br.exp: Likewise.
7972 * gdb.base/hbreak2.exp: Likewise.
7973 * gdb.reverse/until-precsave.exp: Drop references to removed
7974 non-prototype function header variants in ur1.c.
7975 * gdb.reverse/until-reverse.exp: Likewise.
7976
41c77605
PM
79772014-11-17 Petr Machata <pmachata@redhat.com>
7978
7979 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
7980 ${_cu_offset_size} bytes abbrev offset.
7981
34248c3a
DE
79822014-11-15 Doug Evans <xdje42@gmail.com>
7983
7984 PR symtab/17559
7985 * gdb.base/line-symtabs.exp: New file.
7986 * gdb.base/line-symtabs.c: New file.
7987 * gdb.base/line-symtabs.h: New file.
7988
646da059
YQ
79892014-11-14 Yao Qi <yao@codesourcery.com>
7990
7991 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
7992 (func): Add label func_label.
7993 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
7994 Replace low_pc and high_pc with MACRO_AT_range.
7995 Replace name, low_pc and high_pc with MACRO_AT_func.
7996
9301ebe6
YQ
79972014-11-14 Yao Qi <yao@codesourcery.com>
7998
7999 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8000 Replace name, low_pc and high_pc with MACRO_AT_func.
8001
f166b542
YQ
80022014-11-14 Yao Qi <yao@codesourcery.com>
8003
8004 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8005 produce debug information.
8006 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8007
0f6e71e3
YQ
80082014-11-14 Yao Qi <yao@codesourcery.com>
8009
8010 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8011 object and get function length.
8012 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8013 with MACRO_AT_func.
8014 (top-level): Replace gdb_compile and clean_restart with
8015 prepare_for_testing.
8016 * gdb.dwarf2/main.c (main): Add label main_label.
8017
876c4df9
YQ
80182014-11-14 Yao Qi <yao@codesourcery.com>
8019
8020 * lib/dwarf.exp (function_range): New procedure.
8021 (Dwarf::_handle_macro_at_func): New procedure.
8022 (Dwarf::_handle_macro_at_range): New procedure.
8023 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8024
02ad9cf1
YQ
80252014-11-14 Yao Qi <yao@codesourcery.com>
8026
8027 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8028 (_handle_attribute): New procedure.
8029
a59add0c
AA
80302014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8031
8032 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8033 * gdb.base/call-sc.c (zed): Likewise.
8034 * gdb.base/checkpoint.c (main): Likewise.
8035 * gdb.base/dump.c (main): Likewise.
8036 * gdb.base/gcore.c (main): Likewise.
8037 * gdb.base/huge.c (main): Likewise.
8038 * gdb.base/multi-forks.c (main): Likewise.
8039 * gdb.base/pr10179-a.c (main): Likewise.
8040 * gdb.base/savedregs.c (main): Likewise.
8041 * gdb.base/sigaltstack.c (main): Likewise.
8042 * gdb.base/siginfo.c (main): Likewise.
8043 * gdb.base/structs.c (zed): Likewise.
8044 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8045 * gdb.mi/mi-syn-frame.c (main): Likewise.
8046 * gdb.mi/until.c (foo, main): Likewise.
8047 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8048 * gdb.base/solib-weak.c (foo): Declare.
8049 * gdb.base/attach-twice.c: Include stdio.h.
8050 * gdb.base/weaklib1.c: Likewise.
8051 * gdb.base/weaklib2.c: Likewise.
8052 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8053 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8054 unistd.h.
8055 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8056 * gdb.mi/mi-exit-code.c: Likewise.
8057 * gdb.base/break-interp-lib.c: Include string.h.
8058 * gdb.base/coremaker.c: Likewise.
8059 * gdb.base/testenv.c: Likewise.
8060 * gdb.python/py-finish-breakpoint.c: Likewise.
8061 * gdb.base/inferior-died.c: Include sys/wait.h.
8062 * gdb.base/fileio.c: Include time.h.
8063 * gdb.base/async-shell.c: Include unistd.h.
8064 * gdb.base/dprintf-non-stop.c: Likewise.
8065 * gdb.base/info-os.c: Likewise.
8066 * gdb.mi/mi-console.c: Likewise.
8067 * gdb.mi/watch-nonstop.c: Likewise.
8068 * gdb.python/py-events.c: Likewise.
8069 * gdb.base/async.c (baz): Move up before its invocation.
8070 * gdb.base/code_elim2.c (my_global_func): Likewise.
8071 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8072 * gdb.base/advance.c (func2): Likewise.
8073
3b5d5997
AA
80742014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8075
8076 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8077 variant.
8078 * gdb.base/annota3.c: Likewise.
8079 * gdb.base/async.c: Likewise.
8080 * gdb.base/average.c: Likewise.
8081 * gdb.base/call-ar-st.c: Likewise.
8082 * gdb.base/call-rt-st.c: Likewise.
8083 * gdb.base/call-sc.c: Likewise.
8084 * gdb.base/call-strs.c: Likewise.
8085 * gdb.base/ending-run.c: Likewise.
8086 * gdb.base/execd-prog.c: Likewise.
8087 * gdb.base/exprs.c: Likewise.
8088 * gdb.base/foll-exec.c: Likewise.
8089 * gdb.base/foll-fork.c: Likewise.
8090 * gdb.base/foll-vfork.c: Likewise.
8091 * gdb.base/funcargs.c: Likewise.
8092 * gdb.base/gcore.c: Likewise.
8093 * gdb.base/jump.c: Likewise.
8094 * gdb.base/langs0.c: Likewise.
8095 * gdb.base/langs1.c: Likewise.
8096 * gdb.base/langs2.c: Likewise.
8097 * gdb.base/mips_pro.c: Likewise.
8098 * gdb.base/nodebug.c: Likewise.
8099 * gdb.base/opaque0.c: Likewise.
8100 * gdb.base/opaque1.c: Likewise.
8101 * gdb.base/recurse.c: Likewise.
8102 * gdb.base/run.c: Likewise.
8103 * gdb.base/scope0.c: Likewise.
8104 * gdb.base/scope1.c: Likewise.
8105 * gdb.base/setshow.c: Likewise.
8106 * gdb.base/setvar.c: Likewise.
8107 * gdb.base/shmain.c: Likewise.
8108 * gdb.base/shr1.c: Likewise.
8109 * gdb.base/shr2.c: Likewise.
8110 * gdb.base/sigall.c: Likewise.
8111 * gdb.base/signals.c: Likewise.
8112 * gdb.base/so-indr-cl.c: Likewise.
8113 * gdb.base/solib2.c: Likewise.
8114 * gdb.base/structs.c: Likewise.
8115 * gdb.base/sum.c: Likewise.
8116 * gdb.base/vforked-prog.c: Likewise.
8117 * gdb.base/watchpoint.c: Likewise.
8118 * gdb.reverse/shr2.c: Likewise.
8119 * gdb.reverse/until-reverse.c: Likewise.
8120 * gdb.reverse/ur1.c: Likewise.
8121 * gdb.reverse/watch-reverse.c: Likewise.
8122
066a77c5
AA
81232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8124
8125 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8126 variant.
8127 * gdb.base/sepdebug.exp: Drop references to removed code.
8128
4f204ea5
AA
81292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8130
8131 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8132 variant. Preserve original line numbering.
8133 * gdb.base/list1.c: Likewise.
8134
3b377a3a
AA
81352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8136
8137 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8138 variant.
8139 * gdb.base/break1.c: Likewise.
8140 * gdb.base/break.exp: Drop references to removed code.
8141
e444df73
AA
81422014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8143
8144 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8145 variant.
8146
8008f2a7
AA
81472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8148
8149 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8150
a5a06887
AA
81512014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8152
8153 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8154 logic into perform_all_tests() and invoke it with and without
8155 function header prototypes.
8156 (do_function_calls): Remove conditional XFAIL for PR 5318.
8157 (rerun_and_prepare): Remove duplicate code.
8158 (perform_all_tests): New. Main logic moved here.
8159
44dba9b9
AA
81602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8161
8162 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8163 code guarded by #ifdef NO_PROTOTYPES.
8164 (t_double_many_args): Likewise.
8165 (DEF_FUNC_MANY_ARGS_1): Likewise.
8166 (DEF_FUNC_VALUES_1): Likewise.
8167 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8168 guarded by #ifdef PROTOTYPES.
8169
d1fbcd56
AA
81702014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8171
8172 * gdb.mi/mi-console.c: Add eye-catcher.
8173 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8174 instead of literal line number.
8175
b0e59b8f
AA
81762014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8177
8178 * gdb.base/shr2.c: Add eye-catcher.
8179 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8180 line number.
8181
78f98cca
AA
81822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8183
8184 * gdb.base/jump.c: Add eye-catchers.
8185 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8186 numbers.
8187
58fa2af0
AA
81882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8189
8190 * gdb.base/execd-prog.c: Add eye-catchers.
8191 * gdb.base/foll-exec.c: Likewise.
8192 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8193 line numbers.
8194
04e5059b
AA
81952014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8196
8197 * gdb.base/ending-run.c: Add eye-catchers.
8198 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8199 literal line numbers.
8200
dbfdb174
AA
82012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8202
8203 * gdb.base/call-rt-st.c: Add eye-catchers.
8204 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8205 literal line numbers.
8206
888a2ade
AA
82072014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8208
8209 * gdb.base/call-ar-st.c: Add eye-catchers.
8210 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8211 literal line numbers.
8212
6acc2dde
AA
82132014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8214
8215 * gdb.base/average.c: Add eye-catchers.
8216 * gdb.base/sum.c: Likewise.
8217 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8218 regexps dynamically.
8219
9ecfcd1d
AA
82202014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8221
8222 * gdb.base/solib1.c: Add eye-catchers.
8223 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8224 literal line numbers.
8225
78708b7c
PA
82262014-11-12 Pedro Alves <palves@redhat.com>
8227
8228 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8229 leader has exited.
8230
af48d08f
PA
82312014-11-12 Pedro Alves <palves@redhat.com>
8232
8233 * gdb.arch/i386-bp_permanent.c: New file.
8234 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8235 (srcfile): Set to i386-bp_permanent.c.
8236 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8237 that stepi does not execute the 'leave' instruction, instead of
8238 testing it does execute.
8239 * gdb.base/bp-permanent.c: New file.
8240 * gdb.base/bp-permanent.exp: New file.
8241
af3768e9
DE
82422014-11-10 Doug Evans <xdje42@gmail.com>
8243
8244 PR symtab/17564
8245 * gdb.base/symtab-search-order.exp: New file.
8246 * gdb.base/symtab-search-order.c: New file.
8247 * gdb.base/symtab-search-order-1.c: New file.
8248 * gdb.base/symtab-search-order-shlib-1.c: New file.
8249
9de00a4a
PA
82502014-11-07 Pedro Alves <palves@redhat.com>
8251
8252 PR gdb/17511
8253 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8254 i?86-*-linux*.
8255
e0f52461
SC
82562014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8257
8258 PR c++/17494
8259 * gdb.cp/pr17494.cc: New file.
8260 * gdb.cp/pr17494.exp: New file.
8261
6ce8c980
YQ
82622014-11-02 Yao Qi <yao@codesourcery.com>
8263
8264 * gdb.python/python.exp: Get working directory and match the
8265 output of "set extended-prompt \\w " with it.
8266
02be9a71
DE
82672014-10-30 Doug Evans <dje@google.com>
8268
8269 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8270 in objfiles.
8271 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8272 in progspaces.
8273
3bdff46b
LM
82742014-10-30 Janis Johnson <janisjo@codesourcery.com>
8275
8276 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8277 * gdb.base/realname-expand.exp: Likewise.
8278 * gdb.linespec/macro-relative.exp: Likewise.
8279
ab917dfb
PA
82802014-10-29 Pedro Alves <palves@redhat.com>
8281
8282 PR gdb/17408
8283 * gdb.threads/schedlock.c (some_function): New function.
8284 (call_function): New global.
8285 (MAYBE_CALL_SOME_FUNCTION): New macro.
8286 (thread_function): Call it.
8287 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8288 and use it instead of a global counter. Adjust all callers.
8289 (get_current_thread): Use "find current thread" for test message
8290 here rather than having all callers pass down the same string.
8291 (goto_loop): New procedure, factored out from ...
8292 (my_continue): ... this.
8293 (step_ten_loops): Change parameter from test message to command to
8294 use. Adjust.
8295 (list_count): Delete global.
8296 (check_result): New procedure, factored out from duplicate top
8297 level code.
8298 (continue tests): Wrap in with_test_prefix.
8299 (test_step): New procedure, factored out from duplicate top level
8300 code.
8301 (top level): Test "step" in combination with all scheduler-locking
8302 modes. Test "next" in combination with all scheduler-locking
8303 modes, and in combination with stepping over a function call or
8304 not.
8305 * gdb.threads/next-bp-other-thread.c: New file.
8306 * gdb.threads/next-bp-other-thread.exp: New file.
8307
d3d4baed
PA
83082014-10-29 Pedro Alves <palves@redhat.com>
8309
8310 PR python/17372
8311 * gdb.python/python.exp: Test a multi-line command that spawns
8312 interactive Python.
8313 * gdb.base/multi-line-starts-subshell.exp: New file.
8314
563e8d85
YQ
83152014-10-29 Yao Qi <yao@codesourcery.com>
8316
8317 * gdb.base/fileio.exp: Make directories on host.
8318
0ea4d52e
YQ
83192014-10-29 Yao Qi <yao@codesourcery.com>
8320
8321 * gdb.base/fileio.c (test_write): Close the file.
8322
7f5ef605
PA
83232014-10-28 Pedro Alves <palves@redhat.com>
8324
8325 PR gdb/12623
8326 * gdb.base/sigstep.c (no_handler): New global.
8327 (main): If 'no_handler is true, set the signal handlers to
8328 SIG_IGN.
8329 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8330 with_sw_watch and no_handler parameters. Handle them.
8331 (top level) <stepping over handler when stopped at a breakpoint
8332 test>: Add a test axis for testing with a software watchpoint, and
8333 another for testing with the signal handler set to SIG_IGN.
8334 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8335 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8336
abbdbd03
PA
83372014-10-28 Pedro Alves <palves@redhat.com>
8338
8339 PR gdb/17511
8340 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8341 * gdb.base/sigstep.exp (other_handler_location): New global.
8342 (advance): Support stepping into the signal handler, and running
8343 commands while in the handler.
8344 (in_handler_map): New global.
8345 (top level): In the advance test, add combinations for getting
8346 into the handler with stepping commands, and for running commands
8347 in the handler. Add comment descripting the advancei tests.
8348
1df4399f
PA
83492014-10-28 Pedro Alves <palves@redhat.com>
8350
8351 * gdb.base/sigstep.exp: Use build_executable instead of
8352 prepare_for_testing.
8353 (top level): Move code that starts GDB, runs to main and creates a
8354 display to ...
8355 (restart): ... this new procedure.
8356 (top level): Move backtrace from signal handler test to ...
8357 (validate_backtrace): ... this new procedure.
8358 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8359 with_test_prefix. Always restart GDB.
8360 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8361 with_test_prefix. Always restart GDB. No need to delete
8362 breakpoints after the test.
8363 (test_skip_handler): Remove prefix parameter.
8364 (skip_over_handler, breakpoint_to_handler)
8365 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8366 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8367 restart GDB. No need to delete breakpoints after the test.
8368 (top level): Use foreach to call the test procedures with
8369 different commands.
8370
a5b6e449
PA
83712014-10-28 Pedro Alves <palves@redhat.com>
8372
8373 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8374 instead of GNATS numbers.
8375 * gdb.base/sigbpt.exp: Likewise.
8376 * gdb.base/siginfo.exp: Likewise.
8377 * gdb.base/sigstep.exp: Likewise.
8378
e5f8a7cc
PA
83792014-10-27 Pedro Alves <palves@redhat.com>
8380
8381 * gdb.base/sigstep.c (dummy): New global.
8382 (main): Issue a couple writes to the new global.
8383 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8384 procedures.
8385 (skip_over_handler): Use test_skip_handler.
8386 (top level): Call skip_over_handler for stepi and nexti too.
8387 (breakpoint_over_handler): Use test_skip_handler.
8388 (top level): Call breakpoint_over_handler for stepi and nexti too.
8389
763905a3
YQ
83902014-10-27 Yao Qi <yao@codesourcery.com>
8391
8392 * gdb.trace/tfile.c (adjust_function_address)
8393 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8394 function descriptor.
8395
6f259a23
DB
83962014-10-24 Don Breazeal <donb@codesourcery.com>
8397
8398 * gdb.base/foll-fork.exp (test_follow_fork,
8399 catch_fork_child_follow): Check for updated fork messages emitted
8400 from infrun.c.
8401 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8402 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8403 vfork_and_exec_child_follow_through_step): Check for updated vfork
8404 messages emitted from infrun.c.
8405
09dd9a69
PA
84062014-10-24 Pedro Alves <palves@redhat.com>
8407
8408 * gdb.base/corefile.exp: Remove references to ultrix.
8409 * gdb.base/interrupt.exp: Likewise.
8410 * gdb.base/whatis.exp: Likewise.
8411 * gdb.gdb/selftest.exp: Likewise.
8412 * gdb.threads/manythreads.exp: Likewise.
8413 * gdb.threads/print-threads.exp: Likewise.
8414 * gdb.threads/pthreads.exp:: Likewise.
8415 * gdb.threads/schedlock.exp: Likewise.
8416
3433cfa5
SC
84172014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8418
8419 * gdb.cp/non-trivial-retval.cc: Add a test case.
8420 * gdb.cp/non-trivial-retval.exp: Add a test.
8421
092f880b
YQ
84222014-10-20 Yao Qi <yao@codesourcery.com>
8423
8424 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8425 * gdb.python/py-objfile-script-gdb.py: New file.
8426 * gdb.python/py-objfile-script.exp: Update reference to
8427 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8428 of remote_download. Remove the dest file.
8429
acbdb7f3
YQ
84302014-10-20 Yao Qi <yao@codesourcery.com>
8431
8432 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8433 * gdb.base/step-line.exp: Likewise.
8434 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8435 * gdb.dwarf2/dw2-basic.exp: Likewise.
8436 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8437 * gdb.dwarf2/dw2-filename.exp: Likewise.
8438 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8439 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8440 * gdb.dwarf2/dw2-producer.exp: Likewise.
8441 * gdb.dwarf2/mac-fileno.exp: Likewise.
8442 * gdb.python/py-frame-args.exp: Likewise.
8443 * gdb.python/py-framefilter.exp: Likewise.
8444 * gdb.python/py-mi.exp: Likewise.
8445 * gdb.python/py-objfile-script.exp: Likewise
8446 * gdb.python/py-pp-integral.exp: Likewise.
8447 * gdb.python/py-pp-re-notag.exp: Likewise.
8448 * gdb.python/py-prettyprint.exp: Likewise.
8449 * gdb.python/py-section-script.exp: Likewise.
8450 * gdb.python/py-typeprint.exp: Likewise.
8451 * gdb.python/py-xmethods.exp: Likewise.
8452 * gdb.stabs/weird.exp: Likewise.
8453 * gdb.xml/tdesc-regs.exp: Likewise.
8454
bd286a29
KCY
84552014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8456
8457 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8458 (out_cu): Use addr_len for the size of addresses.
8459 (out_line): Likewise. Size DW_LNE_set_address instruction
8460 according to addr_len.
8461 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8462 (FUNC): Add START_INSNS to definition.
8463
673dc4a0
YQ
84642014-10-18 Yao Qi <yao@codesourcery.com>
8465
8466 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8467 gdb_has_argv0 return true.
8468 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8469 check [target_info exists noargs], check [gdb_has_argv0]
8470 instead.
8471 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8472 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8473 procedures.
8474
4ffbba72
DE
84752014-10-17 Doug Evans <dje@google.com>
8476
8477 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8478 event.
8479 * gdb.python/py-events.py: Add clear_objfiles event.
8480
d096d8c1
DE
84812014-10-17 Doug Evans <dje@google.com>
8482
8483 * gdb.python/py-objfile.exp: Test progspace attribute.
8484
a80db015
LM
84852014-10-17 Luis Machado <lgustavo@codesourcery.com>
8486
8487 * gdb.guile/scm-breakpoint.exp: Do not assume any
8488 directory separators when matching source file paths.
8489 * gdb.python/py-breakpoint.exp: Likewise.
8490 * gdb.reverse/break-precsave.exp: Likewise.
8491 * gdb.reverse/break-reverse.exp: Likewise.
8492 * gdb.reverse/consecutive-precsave.exp: Likewise.
8493 * gdb.reverse/finish-precsave.exp: Likewise.
8494 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8495 * gdb.reverse/finish-reverse.exp: Likewise.
8496 * gdb.reverse/i386-precsave.exp: Likewise.
8497 * gdb.reverse/i387-env-reverse.exp: Likewise.
8498 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8499 * gdb.reverse/machinestate-precsave.exp: Likewise.
8500 * gdb.reverse/machinestate.exp: Likewise.
8501 * gdb.reverse/sigall-precsave.exp: Likewise.
8502 * gdb.reverse/solib-precsave.exp: Likewise.
8503 * gdb.reverse/step-precsave.exp: Likewise.
8504 * gdb.reverse/until-precsave.exp: Likewise.
8505 * gdb.reverse/watch-precsave.exp: Likewise.
8506 * gdb.reverse/watch-reverse.exp: Likewise.
8507
b22089ab
YQ
85082014-10-17 Yao Qi <yao@codesourcery.com>
8509
8510 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8511 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8512
6c4486e6
PA
85132014-10-17 Pedro Alves <palves@redhat.com>
8514
8515 PR gdb/17471
8516 * gdb.base/bg-execution-repeat.c: New file.
8517 * gdb.base/bg-execution-repeat.exp: New file.
8518
0ff33695
PA
85192014-10-17 Pedro Alves <palves@redhat.com>
8520
8521 PR gdb/17300
8522 * gdb.base/continue-all-already-running.c: New file.
8523 * gdb.base/continue-all-already-running.exp: New file.
8524
6fdebc3d
PA
85252014-10-17 Pedro Alves <palves@redhat.com>
8526
8527 PR gdb/17472
8528 * gdb.base/annota-input-while-running.c: New file.
8529 * gdb.base/annota-input-while-running.exp: New file.
8530
32a8097b
PA
85312014-10-17 Pedro Alves <palves@redhat.com>
8532
8533 * gdb.base/callfuncs.exp: emove references to osf.
8534 * gdb.base/sigall.exp: Likewise.
8535 * gdb.gdb/selftest.exp: Likewise.
8536 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8537 * gdb.mi/non-stop.c: Likewise.
8538 * gdb.mi/pthreads.c: Likewise.
8539 * gdb.reverse/sigall-precsave.exp: Likewise.
8540 * gdb.reverse/sigall-reverse.exp: Likewise.
8541 * gdb.threads/pthreads.c: Likewise.
8542 * gdb.threads/pthreads.exp: Likewise.
8543
7a3517ff
YQ
85442014-10-17 Yao Qi <yao@codesourcery.com>
8545
8546 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8547 check 'target_info exists noargs'.
8548 (test_command_prompt_position): Likewise.
8549 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8550 Remove "set args".
8551 (progvar_simple_while_test): Likewise.
8552 (progvar_complex_if_while_test): Likewise.
8553 (if_while_breakpoint_command_test): Likewise.
8554 (infrun_breakpoint_command_test): Likewise.
8555 (breakpoint_command_test): Likewise.
8556 (watchpoint_command_test): Likewise.
8557 (bp_deleted_in_command_test): Likewise.
8558 (temporary_breakpoint_commands): Likewise.
8559
bb99c472
YQ
85602014-10-16 Yao Qi <yao@codesourcery.com>
8561
8562 * gdb.base/remotetimeout.exp: Remove noargs checking.
8563
7c16b83e
PA
85642014-10-15 Pedro Alves <palves@redhat.com>
8565
8566 PR breakpoints/9649
8567 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8568 * gdb.base/breakpoint-in-ro-region.exp
8569 (probe_target_hardware_step): New procedure.
8570 (top level): Probe hardware stepping and hardware breakpoint
8571 support. Test stepping through a read-only region, with both
8572 "breakpoint auto-hw" on and off and both "always-inserted" on and
8573 off.
8574
35a49624
IB
85752014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8576
8577 * gdb.dlang/demangle.exp: Update for demangling changes.
8578
2d1c107c
SC
85792014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8580
8581 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8582 * gdb.cp/non-trivial-retval.exp: Add new tests.
8583
778811d5
SC
85842014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8585
8586 PR c++/13403
8587 PR c++/15154
8588 * gdb.cp/non-trivial-retval.cc: New file.
8589 * gdb.cp/non-trivial-retval.exp: New file.
8590
10c5f0a8
YQ
85912014-10-15 Yao Qi <yao@codesourcery.com>
8592
8593 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8594 remote host.
8595
65d7b369
YQ
85962014-10-15 Yao Qi <yao@codesourcery.com>
8597
8598 * gdb.python/py-symbol.exp: Match file base name if host is
8599 remote, otherwise match file name with dir name.
8600 * gdb.python/py-symtab.exp: Likewise.
8601 * gdb.python/python.exp: Likewise.
8602
46dc1394
YQ
86032014-10-15 Yao Qi <yao@codesourcery.com>
8604
8605 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8606 pattern.
8607 * gdb.python/py-symtab.exp: Likewise.
8608 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8609 locationn.
8610
c40cc657
JB
86112014-10-14 Joel Brobecker <brobecker@adacore.com>
8612
8613 * gdb.ada/addr_arith: New testcase.
8614
2abf49e1
MR
86152014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8616
8617 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8618 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8619 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8620 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8621
f7088df3
SDJ
86222014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8623
8624 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8625 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8626 * gdb.arch/stap-eval-lang-ada.exp: New file.
8627
4dc06805
YQ
86282014-10-14 Yao Qi <yao@codesourcery.com>
8629
8630 * gdb.mi/mi-var-child.c (nothing1): New function.
8631 (nothing2): New function.
8632 (do_children_tests): Set function pointers by nothing1 and
8633 nothing2.
8634 * gdb.mi/mi-var-child.exp: Step over new added statements.
8635 Update test to match the new output.
8636 * gdb.mi/var-cmd.c (nothing1): New function.
8637 (nothing2): New function.
8638 (do_children_tests): Set function pointers by nothing1 and
8639 nothing2.
8640 * gdb.mi/mi-var-display.exp: Update test to match output.
8641 Step to the line specified by $line_dct_nothing.
8642 Increase the number of lines to step.
8643
46a93de2
YQ
86442014-10-14 Yao Qi <yao@codesourcery.com>
8645
8646 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8647 tests.
8648 * gdb.mi/mi2-var-child.exp: Likewise.
8649
14ea52ee
DE
86502014-10-13 Doug Evans <dje@google.com>
8651
8652 * gdb.python/py-objfile.exp: Change name of file name test.
8653
e5c6e92b
DE
86542014-10-13 Doug Evans <dje@google.com>
8655
8656 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8657 from the start of the CU.
8658
c780cc2f
JK
86592014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8660 Yao Qi <yao@codesourcery.com>
8661
8662 Fix "save breakpoints" for "catch" command.
8663 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8664 Remove -nonewline. Match also the added "main" line.
8665
99894e11
JK
86662014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8667
8668 Fix "save breakpoints" for "disable $bpnum" command.
8669 * gdb.base/save-bp.c (main): Add label.
8670 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8671
6e1ac5a3
JK
86722014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8673
8674 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8675
754dd2b0
YQ
86762014-10-11 Yao Qi <yao@codesourcery.com>
8677
8678 * gdb.server/server-kill.exp: Execute command
8679 "set remote trace-status-packet on" before "tstatus".
8680
f90183d7
YQ
86812014-10-11 Yao Qi <yao@codesourcery.com>
8682
8683 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8684 (main): Call getppid.
8685 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8686 and continue to it. Read variable "server_pid".
8687
bf40a607
YQ
86882014-10-11 Yao Qi <yao@codesourcery.com>
8689
8690 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8691
052ca370
YQ
86922014-10-11 Yao Qi <yao@codesourcery.com>
8693
8694 * gdb.threads/thread-find.exp: Don't execute command
8695 "info threads".
8696 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8697 * gdb.threads/linux-dp.exp: Don't check the condition
8698 $threads_created equals to zero.
8699
3831839c
PA
87002014-10-10 Pedro Alves <palves@redhat.com>
8701
8702 * gdb.base/bigcore.exp: Remove references to IRIX.
8703 * gdb.base/funcargs.exp: Likewise.
8704 * gdb.base/interrupt.exp: Likewise.
8705 * gdb.base/mips_pro.exp: Likewise.
8706 * gdb.base/nodebug.exp: Likewise.
8707 * gdb.base/setvar.exp: Likewise.
8708 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8709
8b9a549d
PA
87102014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8711 Pedro Alves <palves@redhat.com>
8712
8713 PR symtab/14466
8714 * gdb.base/vdso-warning.c: New file.
8715 * gdb.base/vdso-warning.exp: New file.
8716
d48ba5e8
DE
87172014-10-02 Doug Evans <dje@google.com>
8718
8719 * gdb.base/structs.c (main): Don't run forever.
8720
2278c276
PA
87212014-10-02 Pedro Alves <palves@redhat.com>
8722
8723 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8724 (top level) <stop threads 1, stop threads 2>: Use it.
8725
b57bacec
PA
87262014-10-02 Pedro Alves <palves@redhat.com>
8727
8728 * gdb.threads/break-while-running.exp (test): Add new
8729 'update_thread_list' argument. Skip "info threads" if false.
8730 (top level): Add new 'update_thread_list' axis.
8731
13fd3ff3
PA
87322014-10-02 Pedro Alves <palves@redhat.com>
8733
8734 PR breakpoints/17431
8735 * gdb.base/execl-update-breakpoints.c: New file.
8736 * gdb.base/execl-update-breakpoints.exp: New file.
8737
0fec99e8
PA
87382014-10-01 Pedro Alves <palves@redhat.com>
8739
8740 * gdb.base/breakpoint-in-ro-region.c: New file.
8741 * gdb.base/breakpoint-in-ro-region.exp: New file.
8742
2ddf4301
SM
87432014-10-01 Simon Marchi <simon.marchi@ericsson.com>
8744
8745 * gdb.mi/mi-exit-code.exp: New file.
8746 * gdb.mi/mi-exit-code.c: New file.
8747
6a5f3f43
YQ
87482014-09-30 Yao Qi <yao@codesourcery.com>
8749
8750 * lib/prelink-support.exp (build_executable_own_libs): Error if
8751 the target isn't native.
8752
345bcc73
YQ
87532014-09-30 Yao Qi <yao@codesourcery.com>
8754
8755 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
8756 false.
8757
a25a5a45
PA
87582014-09-22 Pedro Alves <palves@redhat.com>
8759
8760 * gdb.threads/break-while-running.exp: New file.
8761 * gdb.threads/break-while-running.c: New file.
8762
00ba3162
YQ
87632014-09-19 Yao Qi <yao@codesourcery.com>
8764
8765 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
8766 Invoke test. Restart GDB with --readnow and invoke test again.
8767
c3b7b696
YQ
87682014-09-19 Yao Qi <yao@codesourcery.com>
8769
8770 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
8771 proc set_breakpoint_on_gcd_function. Invoke
8772 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
8773 invoke set_breakpoint_on_gcd_function again.
8774
2b4fd423
DE
87752014-09-18 Doug Evans <dje@google.com>
8776
8777 * gdb.dwarf2/symtab-producer.exp: New file.
8778
a5947601
SDJ
87792014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8780
8781 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
8782 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
8783 * gdb.base/global-var-nested-by-dso.c: Likewise.
8784 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8785
91c19059
SDJ
87862014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8787 Pedro Alves <palves@redhat.com>
8788
8789 * gdb.base/watch-bitfields.exp: Pass string other than test file
8790 name to prepare_for_testing.
8791 (watch): New procedure.
8792 (expect_watchpoint): Use with_test_prefix.
8793 (top level): Factor out tests to ...
8794 (test_watch_location, test_regular_watch): ... these new
8795 procedures, and use with_test_prefix and gdb_continue_to_end.
8796
bb9d5f81
PP
87972014-09-16 Patrick Palka <patrick@parcs.ath.cx>
8798
8799 PR breakpoints/12526
8800 * gdb.base/watch-bitfields.exp: New file.
8801 * gdb.base/watch-bitfields.c: New file.
8802
635856f5
PA
88032014-09-16 Pedro Alves <palves@redhat.com>
8804
8805 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
8806 software and hardware addresses, not software address against
8807 itself.
8808
7280ceea
PA
88092014-09-16 Pedro Alves <palves@redhat.com>
8810
8811 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
8812 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
8813
428b16bd
PA
88142014-09-16 Pedro Alves <palves@redhat.com>
8815
8816 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
8817 files.
8818 * gdb.base/a2-run.exp: Remove all code guarded by istarget
8819 "*-*-vxworks*" throughout.
8820 * gdb.base/break.exp: Likewise.
8821 * gdb.base/default.exp: Likewise.
8822 * gdb.base/scope.exp: Likewise.
8823 * gdb.base/sepdebug.exp: Likewise.
8824 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
8825 throughout.
8826 * gdb.base/run.c: Likewise.
8827 * gdb.base/sepdebug.c: Likewise.
8828 * gdb.hp/gdb.aCC/run.c: Likewise.
8829 * gdb.reverse/until-reverse.c: Likewise.
8830 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
8831
666d413c
YQ
88322014-09-16 Yao Qi <yao@codesourcery.com>
8833
8834 * boards/local-remote-host-native.exp: New file.
8835
57cbd724
DE
88362014-09-14 Doug Evans <xdje42@gmail.com>
8837
8838 * gdb.threads/queue-signal.c (thread_count): New variable.
8839 (thread_count_mutex, thread_count_condvar): New variables.
8840 (incr_thread_count, wait_all_threads_running): New functions.
8841 (main): Wait for all threads to be in their thread functions.
8842
81219e53
DE
88432014-09-13 Doug Evans <xdje42@gmail.com>
8844
8845 * gdb.threads/queue-signal.c: New file.
8846 * gdb.threads/queue-signal.exp: New file.
8847
3714cea7
DE
88482014-09-13 Doug Evans <xdje42@gmail.com>
8849
8850 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
8851 be consistent with what default_gdb_init uses.
8852 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
8853 the plain text of the prompt. Add some logging printfs.
8854 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
8855
fa43b1d7
PA
88562014-09-12 Pedro Alves <palves@redhat.com>
8857
8858 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
8859 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
8860 * gdb.arch/i386-size-overlap.exp: Likewise.
8861 * gdb.arch/i386-size.exp: Likewise.
8862 * gdb.arch/i386-unwind.exp: Likewise.
8863 * gdb.base/a2-run.exp: Likewise.
8864 * gdb.base/break.exp: Likewise.
8865 * gdb.base/charset.exp: Likewise.
8866 * gdb.base/chng-syms.exp: Likewise.
8867 * gdb.base/commands.exp: Likewise.
8868 * gdb.base/dbx.exp: Likewise.
8869 * gdb.base/find.exp: Likewise.
8870 * gdb.base/funcargs.exp: Likewise.
8871 * gdb.base/jit-simple.exp: Likewise.
8872 * gdb.base/reread.exp: Likewise.
8873 * gdb.base/sepdebug.exp: Likewise.
8874 * gdb.base/step-bt.exp: Likewise.
8875 * gdb.cp/mb-inline.exp: Likewise.
8876 * gdb.cp/mb-templates.exp: Likewise.
8877 * gdb.objc/basicclass.exp: Likewise.
8878 * gdb.threads/killed.exp: Likewise.
8879
9d9bf2df
EBM
88802014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8881
8882 PR tdep/17379
8883 * gdb.arch/powerpc-stackless.S: New file.
8884 * gdb.arch/powerpc-stackless.exp: New file.
8885
1cf2f1b0
JK
88862014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8887
8888 * gdb.base/attach.c: Include unistd.h.
8889 (main): Call alarm. Add label postloop.
8890 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
8891 gdb_breakpoint, gdb_continue_to_breakpoint.
8892 (test_command_line_attach_run): Kill ${testpid} in one exit path.
8893
98880d46
PA
88942014-09-11 Pedro Alves <palves@redhat.com>
8895
8896 PR gdb/17347
8897 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
8898 * gdb.base/attach.exp (test_command_line_attach_run): New
8899 procedure.
8900 (top level): Call it.
8901
4c92ff2c
PA
89022014-09-11 Pedro Alves <palves@redhat.com>
8903
8904 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
8905 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
8906 (do_command_attach_tests): Use spawn_wait_for_attach.
8907 * gdb.base/solib-overlap.exp: Likewise.
8908 * gdb.multi/multi-attach.exp: Likewise.
8909 * gdb.python/py-prompt.exp: Likewise.
8910 * gdb.python/py-sync-interp.exp: Likewise.
8911 * gdb.server/ext-attach.exp: Likewise.
8912
3adc1a7d
GKB
89132014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
8914
8915 * gdb.fortran/array-element.exp: Remove unexpected "continue"
8916 command in testcase. Simplify testcase.
8917
96334934
JB
89182014-09-10 Joel Brobecker <brobecker@adacore.com>
8919
8920 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
8921
eb479039
JB
89222014-09-10 Joel Brobecker <brobecker@adacore.com>
8923
8924 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
8925
deede10c
JB
89262014-09-10 Joel Brobecker <brobecker@adacore.com>
8927
8928 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
8929
7828a5f5
JB
89302014-09-10 Joel Brobecker <brobecker@adacore.com>
8931
8932 * gdb.dwarf2/dynarr-ptr.c: New file.
8933 * gdb.dwarf2/dynarr-ptr.exp: New file.
8934
33aeebcf
MR
89352014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8936
8937 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
8938 of 30 rather than hardcoding 120 for a slow test case. Take the
8939 `gdb,timeout' target setting into account for this calculation.
8940 Don't extend the timeout for the test cases that don't need it.
8941
7b415901
MR
89422014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8943
8944 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
8945 a factor of 2 for a slow test case. Take the `gdb,timeout'
8946 target setting into account for this calculation.
8947 * gdb.reverse/until-precsave.exp: Increase the timeout by
8948 a factor of 15 and 3 respectively rather than adding 120
8949 for a pair of slow test cases. Take the `gdb,timeout'
8950 target setting into account for this calculation.
8951
4a40f85a
MR
89522014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8953
8954 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
8955 timeout, don't pass one down to gdb_expect.
8956 (gdb_expect): Rework timeout selection.
8957
09635af7
MR
89582014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8959
8960 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
8961 exception on timeout.
8962 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
8963 (gdbserver_start_extended): Catch any `gdbserver_start' error
8964 exceptions.
8965 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
8966 * lib/mi-support.exp (mi_gdb_target_load): Catch any
8967 `gdbserver_gdb_load' error exceptions.
8968
2bdd10b7
MR
89692014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8970
8971 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
8972 120 on waiting for the TCP socket to open.
8973
316935f0
DE
89742014-09-09 Doug Evans <xdje42@gmail.com>
8975
8976 * gdb.base/default.exp (show_conv_list): Add _caller_is,
8977 _caller_matches, _any_caller_is, _any_caller_matches.
8978
83740597
DE
89792014-09-09 Doug Evans <xdje42@gmail.com>
8980
8981 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
8982
4c122fc3
YQ
89832014-09-09 Yao Qi <yao@codesourcery.com>
8984
8985 * gdb.mi/mi-var-display.exp: Set print symbol off.
8986
a9f116cb
GKB
89872014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
8988
8989 PR gdb/17035
8990 * gdb.base/commands.exp: Add tests to verify user-defined
8991 commands with empty bodies.
8992 * gdb.python/py-cmd.exp: Test that we don't show user-defined
8993 python commands in `show user command`.
8994 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
8995 scheme commands in `show user command`.
8996
c75bd3a2
JK
89972014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8998
8999 PR python/17355
9000 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9001 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9002 * gdb.python/py-framefilter-invalidarg.exp: New file.
9003 * gdb.python/py-framefilter-invalidarg.py: New file.
9004
faa42425
DE
90052014-09-06 Doug Evans <xdje42@gmail.com>
9006
9007 PR 15276
9008 * gdb.python/py-caller-is.c: New file.
9009 * gdb.python/py-caller-is.exp: New file.
9010
474ca4f6
SDJ
90112014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9012
9013 PR gdb/17235
9014 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9015 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9016
eb0b0463
SDJ
90172014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9018
9019 PR fortran/17237
9020 * gdb.fortran/print-formatted.exp: New file.
9021 * gdb.fortran/print-formatted.f90: Likewise.
9022
5f3b99cf
SS
90232014-09-03 Sasha Smundak <asmundak@google.com>
9024
9025 * gdb.python/py-frame.exp: Test Frame.read_register.
9026
7d793aa9
SDJ
90272014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9028
9029 PR python/16699
9030 * gdb.python/py-completion.exp: New file.
9031 * gdb.python/py-completion.py: Likewise.
9032
fb0576e9
DE
90332014-08-28 Doug Evans <dje@google.com>
9034
9035 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9036 eax,etc. are live with values set by gdb and thus the compiler can't
9037 use them.
9038 * gdb.arch/i386-pseudo.c (main): Ditto.
9039
ee92b0dd
DE
90402014-08-27 Doug Evans <dje@google.com>
9041
9042 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9043
6649db35
DE
90442014-08-25 Doug Evans <dje@google.com>
9045
9046 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9047 (main): Ditto.
9048
564b7600
DE
90492014-08-25 Doug Evans <dje@google.com>
9050
9051 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9052
3881fb67
YQ
90532014-08-24 Yao Qi <yao@codesourcery.com>
9054
9055 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9056 symbol off.
9057 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9058
a05a36a5
DE
90592014-08-22 Doug Evans <dje@google.com>
9060
9061 PR 17276
9062 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9063 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9064 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9065
7c343b48
YQ
90662014-08-22 Yao Qi <yao@codesourcery.com>
9067
9068 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9069 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9070 * gdb.python/python.exp: Likewise. Use .py file on the host
9071 instead of the build.
9072
22fd09ae
JK
90732014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9074
9075 * gdb.threads/gcore-stale-thread.c: New file.
9076 * gdb.threads/gcore-stale-thread.exp: New file.
9077
a8454a7c
PA
90782014-08-21 Pedro Alves <palves@redhat.com>
9079
9080 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9081 * gdb.base/gcore-relro-pie.exp: Likewise.
9082 * gdb.base/gcore-relro.exp: Likewise.
9083 * gdb.base/gcore.exp: Likewise.
9084 * gdb.base/print-symbol-loading.exp: Likewise.
9085 * gdb.threads/gcore-thread.exp: Likewise.
9086 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9087
2a31c623
PA
90882014-08-20 Pedro Alves <palves@redhat.com>
9089 Jan Kratochvil <jan.kratochvil@redhat.com>
9090
9091 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9092 configure.
9093 (EXPECT): Handle READ1 being set.
9094 (all): Depend on EXTRA_RULES.
9095 (check-read1, expect-read1, read1.so, read1): New rules.
9096 * README (Testsuite Parameters): Document the READ1 make variable.
9097 (Race detection): New section.
9098 * configure: Regenerate.
9099 * configure.ac: If build==host==target, and running under a
9100 GNU/glibc system, add read1 to the extra Makefile rules.
9101 (EXTRA_RULES): AC_SUBST it.
9102 * lib/read1.c: New file.
9103
d36430db
JB
91042014-08-20 Joel Brobecker <brobecker@adacore.com>
9105
9106 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9107 the handling of variables declared as a typedef to an array
9108 which a DW_AT_data_location attribute.
9109
9a0dc9e3
PA
91102014-08-19 Andrew Burgess <aburgess@broadcom.com>
9111 Pedro Alves <palves@redhat.com>
9112
9113 PR symtab/14604
9114 PR symtab/14605
9115 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9116 gdb_test.
9117
0718a8da
PA
91182014-08-19 Pedro Alves <palves@redhat.com>
9119
9120 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9121
13b448cd
YQ
91222014-08-19 Yao Qi <yao@codesourcery.com>
9123
9124 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9125 right line.
9126
1cbf5077
DB
91272014-08-18 David Blaikie <dblaikie@gmail.com>
9128
9129 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9130
bf0fae19
JB
91312014-08-18 Joel Brobecker <brobecker@adacore.com>
9132
9133 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9134 attribute in array range.
9135
3c8c5dcc
JB
91362014-08-18 Joel Brobecker <brobecker@adacore.com>
9137
9138 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9139
e66d4446
SC
91402014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9141
9142 PR c++/17132
9143 * gdb.cp/pr17132.cc: New file.
9144 * gdb.cp/pr17132.exp: New file.
9145
940df408
SC
91462014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9147
9148 * gdb.python/py-xmethods.py (A_getarrayind)
9149 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9150 Use 'print' with function call syntax.
9151 (E_method_matcher.match): Fix tab vs space indentation mixup.
9152
ebcc6c3a
YQ
91532014-08-15 Yao Qi <yao@codesourcery.com>
9154
9155 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9156 false.
9157
775e0f04
YQ
91582014-08-15 Yao Qi <yao@codesourcery.com>
9159
9160 * gdb.cp/casts.exp: Set print symbol off.
9161 * gdb.cp/class2.exp: Likewise.
9162 * gdb.cp/overload.exp: Likewise.
9163 * gdb.cp/templates.exp: Likewise.
9164
d769e349
DE
91652014-08-11 Doug Evans <dje@google.com>
9166
9167 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9168 (test_load_shlib): Update.
9169
20c6f1e1
YQ
91702014-08-09 Yao Qi <yao@codesourcery.com>
9171
9172 * gdb.base/display.exp: Invoke is_address_zero_readable.
9173 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9174 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9175 * gdb.base/hbreak-unmapped.exp: Return if
9176 is_address_zero_readable returns true.
9177 * gdb.base/signest.exp: Likewise.
9178 * gdb.base/signull.exp: Likewise.
9179 * gdb.base/sigbpt.exp: Likewise.
9180 * gdb.guile/scm-disasm.exp: Do the test if
9181 is_address_zero_readable returns false.
9182 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9183 * gdb.python/py-arch.exp: Likewise.
9184 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9185 * lib/gdb.exp (is_address_zero_readable): New proc.
9186
5792e8e3
YQ
91872014-08-09 Yao Qi <yao@codesourcery.com>
9188
9189 PR testsuite/13443
9190 * gdb.mi/mi-var-display.exp: Make test messages unique.
9191
3cecbbbe
TT
91922014-08-04 Tom Tromey <tromey@redhat.com>
9193
9194 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9195 target 0".
9196
00b51ff5
TT
91972014-08-04 Tom Tromey <tromey@redhat.com>
9198
9199 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9200 "target_resume".
9201
6908c509
JB
92022014-08-01 Joel Brobecker <brobecker@adacore.com>
9203
9204 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9205 inner_vla_struct_object_size.
9206 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9207 as xfail.
9208
cc6563d2
PA
92092014-07-30 Pedro Alves <palves@redhat.com>
9210
9211 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9212 comment.
9213
7e09a223
YQ
92142014-07-29 Yao Qi <yao@codesourcery.com>
9215
9216 PR gdb/17206
9217 * gdb.base/until-nodebug.exp: New.
9218
7ebdbe92
DE
92192014-07-28 Doug Evans <xdje42@gmail.com>
9220
9221 PR guile/17203
9222 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9223 previously existing parameter, and previously ambiguously spelled
9224 parameter.
9225
fdb1adc6
WN
92262014-07-28 Will Newton <will.newton@linaro.org>
9227
9228 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9229
186fcde0
DE
92302014-07-26 Ludovic Courtès <ludo@gnu.org>
9231 Doug Evans <xdje42@gmail.com>
9232
9233 PR guile/17146
9234 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9235
70509625
PA
92362014-07-25 Pedro Alves <palves@redhat.com>
9237
9238 * gdb.threads/signal-command-handle-nopass.c: New file.
9239 * gdb.threads/signal-command-handle-nopass.exp: New file.
9240 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9241 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9242 * gdb.threads/signal-delivered-right-thread.c: New file.
9243 * gdb.threads/signal-delivered-right-thread.exp: New file.
9244
c3f814a1
PA
92452014-07-25 Pedro Alves <palves@redhat.com>
9246
9247 * gdb.base/double-prompt-target-event-error.exp
9248 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9249 match.
9250 (cancel_pagination_in_target_event): Rework double prompt
9251 detection.
9252 * gdb.base/paginate-after-ctrl-c-running.exp
9253 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9254 <return>' match.
9255 * gdb.base/paginate-bg-execution.exp
9256 (test_bg_execution_pagination_return)
9257 (test_bg_execution_pagination_cancel): Remove '-notransfer
9258 <return>' matches.
9259 * gdb.base/paginate-execution-startup.exp
9260 (test_fg_execution_pagination_return)
9261 (test_fg_execution_pagination_cancel): Remove '-notransfer
9262 <return>' matches.
9263 * gdb.base/paginate-inferior-exit.exp
9264 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9265 match.
9266 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9267 * lib/gdb.exp (pagination_prompt): Run text through
9268 string_to_regexp.
9269 (gdb_test_multiple): Match $pagination_prompt instead of
9270 "<return>".
9271 (string_to_regexp): Move to lib/gdb-utils.exp.
9272
e214cf6c
JK
92732014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9274
9275 * gdb.arch/amd64-entry-value-paramref.S: New file.
9276 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9277 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9278 * gdb.arch/amd64-optimout-repeat.S: New file.
9279 * gdb.arch/amd64-optimout-repeat.c: New file.
9280 * gdb.arch/amd64-optimout-repeat.exp: New file.
9281
17d0c5c8
JK
92822014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9283
9284 PR gdb/17170
9285 * gdb.base/statistics.exp: New file.
9286
b8b8facf
DE
92872014-07-17 Doug Evans <dje@google.com>
9288
74b49205 9289 PR gdb/17170
b8b8facf
DE
9290 * gdb.base/maint.exp: Update testing of per-command stats.
9291
1b5d0ab3
PA
92922014-07-16 Pedro Alves <palves@redhat.com>
9293
9294 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9295 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9296 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9297 (tfile_write_buf): New functions.
9298 (add_memory_block): Rewrite using the above.
9299 (adjust_function_address): New function.
9300 (FUNCTION_ADDRESS): New macro.
9301 (write_basic_trace_file): Remove short_x local, and use
9302 tfile_write_16. Change type of func_addr local to unsigned long
9303 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9304 here. Cast argument of add_memory_block to char pointer.
9305 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9306 (main): Remove parameters.
9307 * gdb.trace/tfile.exp: Remove nowarnings.
9308
4d974e88
SM
93092014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9310
9311 * gdb.base/debug-expr.exp: Test string evaluation with
9312 "debug expression" on.
9313
41e99568
PA
93142014-07-15 Pedro Alves <palves@redhat.com>
9315
9316 * gdb.base/reread.exp: Use clean_restart.
9317
487d9753
PL
93182014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9319
9320 * gdb.arch/avr-flash-qualifer.c: New.
9321 * gdb.arch/avr-flash-qualifer.exp: New.
9322
cc1c52ad
PA
93232014-07-14 Pedro Alves <palves@redhat.com>
9324
9325 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9326 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9327
1e973570
PA
93282014-07-14 Pedro Alves <palves@redhat.com>
9329
9330 * gdb.base/double-prompt-target-event-error.c: New file.
9331 * gdb.base/double-prompt-target-event-error.exp: New file.
9332
93d6eb10
PA
93332014-07-14 Pedro Alves <palves@redhat.com>
9334
9335 PR gdb/17072
9336 * gdb.base/paginate-inferior-exit.c: New file.
9337 * gdb.base/paginate-inferior-exit.exp: New file.
9338
0017922d
PA
93392014-07-14 Pedro Alves <palves@redhat.com>
9340
9341 PR gdb/17072
9342 * gdb.base/paginate-bg-execution.c: New file.
9343 * gdb.base/paginate-bg-execution.exp: New file.
9344
94696ad3
PA
93452014-07-14 Pedro Alves <palves@redhat.com>
9346
9347 PR gdb/17072
9348 * gdb.base/paginate-execution-startup.c: New file.
9349 * gdb.base/paginate-execution-startup.exp: New file.
9350 * lib/gdb.exp (pagination_prompt): New global.
9351 (default_gdb_spawn): New procedure, factored out from
9352 default_gdb_spawn.
9353 (default_gdb_start): Adjust to call default_gdb_spawn.
9354 (gdb_spawn): New procedure.
9355
bd293940
PA
93562014-07-14 Pedro Alves <palves@redhat.com>
9357
9358 * lib/gdb.exp (gdb_assert): New procedure.
9359 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9360
c933f875
PA
93612014-07-14 Pedro Alves <palves@redhat.com>
9362
9363 * gdb.base/execution-termios.c: New file.
9364 * gdb.base/execution-termios.exp: New file.
9365
d98b7a16
TT
93662014-07-14 Tom Tromey <tromey@redhat.com>
9367
9368 * gdb.cp/vla-cxx.cc: New file.
9369 * gdb.cp/vla-cxx.exp: New file.
9370
548740d6
TT
93712014-07-14 Tom Tromey <tromey@redhat.com>
9372
9373 * gdb.reverse/rerun-prec.c: New file.
9374 * gdb.reverse/rerun-prec.exp: New file.
9375
a25eb028
MR
93762014-07-12 Maciej W. Rozycki <macro@mips.com>
9377 Maciej W. Rozycki <macro@codesourcery.com>
9378
9379 * lib/gdb-utils.exp: New file.
9380 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9381 inline `gdb_init_command' processing.
9382 (gdb_start_cmd): Likewise.
9383 * lib/mi-support.exp (mi_run_cmd): Likewise.
9384 * README: Document `gdb_init_command' and `gdb_init_commands'.
9385
218c2655
JK
93862014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9387
9388 Fix false FAIL running under a very long directory name.
9389 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9390 and "set print elements 10000". Twice.
9391
5401fde3
YQ
93922014-07-11 Yao Qi <yao@codesourcery.com>
9393
9394 * gdb.base/exprs.exp: "set print symbol off".
9395
e76126e8
PA
93962014-07-11 Pedro Alves <palves@redhat.com>
9397
9398 * gdb.threads/kill.c: New file.
9399 * gdb.threads/kill.exp: New file.
9400
2d6f0de6
YQ
94012014-07-10 Yao Qi <yao@codesourcery.com>
9402
9403 * gdb.trace/tfile.c (write_basic_trace_file)
9404 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9405 address written to trace file.
9406
7180e04a
PA
94072014-07-09 Pedro Alves <palves@redhat.com>
9408
9409 * gdb.base/attach-wait-input.exp: New file.
9410 * gdb.base/attach-wait-input.c: New file.
9411
9a9a7608
AB
94122014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9413
9414 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9415 setting up test structures.
9416 (main): Call new test function.
9417 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9418 test function, continue into test function and walk test
9419 structures.
9420
161ac41e
YQ
94212014-07-02 Yao Qi <yao@codesourcery.com>
9422
9423 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9424 'bar_start' at the beginning of functions 'foo' and 'bar'
9425 respectively.
9426 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9427 instead of 'foo' and 'bar'.
9428
1f267ae3
MM
94292014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9430
9431 * gdb.btrace/segv.exp: New.
9432 * gdb.btrace/segv.c: New.
9433
2b239efb
LM
94342014-07-02 Luis Machado <lgustavo@codesourcery.com>
9435
9436 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9437 instruction.
9438
cf363f18
MW
94392014-06-30 Mark Wielaard <mjw@redhat.com>
9440
9441 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9442 vulture, vilify, villar): New volatile array constants.
9443 (vindictive, vegetation): New const volatile array constants.
9444 * gdb.base/volatile.exp: Test volatile and const volatile array
9445 types.
9446
aebf9d24
AA
94472014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9448
9449 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9450 target lacks support for awatch, rwatch, or hbreak.
9451
b67a2c6f
YQ
94522014-06-27 Yao Qi <yao@codesourcery.com>
9453
9454 * gdb.multi/dummy-frame-restore.exp: New.
9455 * gdb.multi/dummy-frame-restore.c: New.
9456
aef92902
MM
94572014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9458
9459 * gdb.btrace/gcore.exp: New.
9460
8e9db26e
PA
94612014-06-23 Pedro Alves <palves@redhat.com>
9462
9463 * gdb.base/watchpoint-reuse-slot.c: New file.
9464 * gdb.base/watchpoint-reuse-slot.exp: New file.
9465
70afc5b7
SC
94662014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9467
9468 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9469 progspace's filename in 'info', 'enable' and 'disable' command
9470 tests.
9471
b972bd9c
JK
94722014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9473
9474 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9475 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9476 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9477
125f8a3d
GB
94782014-06-20 Gary Benson <gbenson@redhat.com>
9479
9480 * gdb.arch/i386-avx.exp: Fix include file location.
9481 * gdb.arch/i386-sse.exp: Likewise.
9482
3ed9baed
IB
94832014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9484
9485 * gdb.dlang/expression.exp: New file.
9486
034f788c
PA
94872014-06-19 Pedro Alves <palves@redhat.com>
9488
9489 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9490 out from ...
9491 (top level): ... here. Iterate running tests under different
9492 scheduler-locking settings.
9493
45371d0c
LM
94942014-06-18 Luis Machado <lgustavo@codesourcery.com>
9495
9496 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9497 to DW_FORM_addr and use non-zero addresses.
9498
5d376983
SC
94992014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9500
9501 PR gdb/17017
9502 * gdb.python/py-xmethods.cc: Add global function call counters and
9503 increment them in their respective functions. Remove "cout"
9504 statements.
9505 * gdb.python/py-xmethods.exp: Make tests check the global function
9506 call counters instead of depending on inferior IO.
9507
a1aa2221
LM
95082014-06-18 Don Breazeal <donb@codesourcery.com>
9509
9510 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9511 Deleted procedure.
9512 (explicit_fork_parent_follow): Deleted procedure.
9513 (explicit_fork_child_follow): Deleted procedure.
9514 (test_follow_fork): New procedure.
9515 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 9516 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
9517 procedure calls.
9518
0fc05997
YQ
95192014-06-17 Yao Qi <yao@codesourcery.com>
9520
9521 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9522 CP1252.
9523
70795c52
LM
95242014-06-17 Luis Machado <lgustavo@codesourcery.com>
9525
9526 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9527 Initialize ptr and S explicitly.
9528 (skip_type_update_when_not_use_rtti_test): Likewise.
9529
6be47f0c
KS
95302014-06-16 Keith Seitz <keiths@redhat.com>
9531
9532 PR mi/15863
9533 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9534 the inferior is started.
9535
d03de421
PA
95362014-06-16 Pedro Alves <palves@redhat.com>
9537
9538 * gdb.base/break-main-file-remove-fail.c: New file.
9539 * gdb.base/break-main-file-remove-fail.exp: New file.
9540 * gdb.base/break-unload-file.exp: Use build_executable instead of
9541 prepare_for_testing.
9542 (test_break): New parameter "initial_load". Handle it.
9543 (top level): Add initial_load cmdline/file axis.
9544
f9579b99
TT
95452014-06-12 Tom Tromey <tromey@redhat.com>
9546
9547 * gdb.base/completion.exp: Don't use directory name in test.
9548
3657956b
GB
95492014-06-09 Gary Benson <gbenson@redhat.com>
9550
9551 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9552 separate the always-available ANSI-standard signals from the
9553 signals that require checking.
9554 (main): Likewise.
9555 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9556 Likewise.
9557 (main): Likewise.
9558
4186eb54
KS
95592014-06-07 Keith Seitz <keiths@redhat.com>
9560
9561 Revert:
9562 PR c++/16253
9563 * gdb.cp/var-tag.cc: New file.
9564 * gdb.cp/var-tag.exp: New file.
9565 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9566 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9567 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9568 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9569
25326a28 95702014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
9571
9572 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9573
829155c9
PA
95742014-06-06 Pedro Alves <palves@redhat.com>
9575
9576 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9577 in target debug output instead of looking at RSP packets,
9578 disabling the test on any target that uses hardware stepping.
9579 Update comments.
9580
61c8d22e
PA
95812014-06-06 Pedro Alves <palves@redhat.com>
9582
9583 * gdb.base/break-unload-file.exp: Fix typo.
9584
d9a47287
YQ
95852014-06-06 Yao Qi <yao@codesourcery.com>
9586
9587 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9588 from "jit_function" to "^jit_function".
9589
e5e01dbf
YQ
95902014-06-06 Yao Qi <yao@codesourcery.com>
9591
9592 * gdb.base/async.c (foo): Add one statement.
9593 * gdb.base/async.exp: Get the next instruction address and
9594 match the output of "nexti" by instruction address. Match
9595 the hex address in the output of "finish".
9596
73ba372c
GB
95972014-06-06 Gary Benson <gbenson@redhat.com>
9598
9599 * gdb.base/call-signals.c: Remove preprocessor conditionals
9600 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9601 SIGSEGV and SIGTERM.
9602 * gdb.base/sigall.c: Likewise.
9603 * gdb.base/unwindonsignal.c: Likewise.
9604 * gdb.reverse/sigall-reverse.c: Likewise.
9605
831517df
YQ
96062014-06-06 Yao Qi <yao@codesourcery.com>
9607
9608 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9609 readable, skip the test.
9610
b8b91e98
YQ
96112014-06-06 Yao Qi <yao@codesourcery.com>
9612
9613 * gdb.threads/staticthreads.c (thread_function): Move the line
9614 setting breakpoint on forward.
9615 * gdb.threads/staticthreads.exp: Update comments.
9616
fb934770
LC
96172014-06-05 Ludovic Courtès <ludo@gnu.org>
9618
9619 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9620 "history-append! type error".
9621
6ef284bd
SM
96222014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9623
9624 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9625 erroneous dprintf expected input.
9626
a872e241
DE
96272014-06-04 Doug Evans <xdje42@gmail.com>
9628
9629 * gdb.guile/scm-generics.exp: Delete.
9630
16f691fb
DE
96312014-06-04 Doug Evans <xdje42@gmail.com>
9632
9633 * gdb.guile/scm-breakpoint.exp: Update.
9634 Add tests for breakpoint registration.
9635
012370f6
TT
96362014-06-04 Tom Tromey <tromey@redhat.com>
9637
9638 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9639 VLA-in-union.
9640 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9641 inner_vla_struct, vla_union types. Initialize objects of those
9642 types and compute their sizes.
9643
9f5a4cef
HZ
96442014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9645 Hui Zhu <hui@codesourcery.com>
9646
9647 * gdb.base/fileio.exp: Add test for shell not available as well as
9648 available.
9649 * gdb.base/fileio.c (test_system): Check for shell twice.
9650
90a45c4d
YQ
96512014-06-04 Yao Qi <yao@codesourcery.com>
9652
9653 * gdb.base/auto-connect-native-target.exp: Remove redundant
9654 space from the regexp pattern.
9655
70017e41
YQ
96562014-06-04 Yao Qi <yao@codesourcery.com>
9657
9658 * gdb.base/default.exp: Replace "child" with "native" in
9659 regexp pattern.
9660
883964a7
SC
96612014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9662
9663 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9664 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9665 * gdb.python/py-xmethods.py: Python script supporting the
9666 new testcase and tests.
9667
ef370185
JB
96682014-06-03 Joel Brobecker <brobecker@adacore.com>
9669 Pedro Alves <palves@redhat.com>
9670
9671 PR breakpoints/17000
9672 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9673 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9674
1e2ccb61
BM
96752014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9676
9677 * gdb.base/subst.exp: Add tests to verify partial path matching
9678 output.
9679
c6ec5ab2
PA
96802014-06-03 Pedro Alves <palves@redhat.com>
9681
9682 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9683 target that doesn't use software single-stepping.
9684
835c559f
PA
96852014-06-03 Pedro Alves <palves@redhat.com>
9686
9687 PR breakpoints/17000
9688 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9689 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9690
06eb1586
DE
96912014-06-02 Doug Evans <xdje42@gmail.com>
9692
9693 * gdb.guile/scm-parameter.exp: New file.
9694
e698b8c4
DE
96952014-06-02 Doug Evans <xdje42@gmail.com>
9696
9697 * gdb.guile/scm-cmd.c: New file.
9698 * gdb.guile/scm-cmd.exp: New file.
9699
ded03782
DE
97002014-06-02 Doug Evans <xdje42@gmail.com>
9701
9702 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9703 pretty-printer lookup.
9704 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9705 (make-pp_s-printer): Call it.
9706 (make-pretty-printer-from-dict): New function.
9707 (lookup-pretty-printer-maker-from-dict): New function.
9708 (*pretty-printer*): Simplify.
9709 (make-objfile-pp_s-printer): New function.
9710 (install-objfile-pretty-printers!): New function.
9711 (make-progspace-pp_s-printer): New function.
9712 (install-progspace-pretty-printers!): New function.
9713 * gdb.guile/scm-progspace.c: New file.
9714 * gdb.guile/scm-progspace.exp: New file.
9715
41fac0cf
PA
97162014-06-02 Pedro Alves <palves@redhat.com>
9717
9718 * gdb.base/dprintf-bp-same-addr.c: New file.
9719 * gdb.base/dprintf-bp-same-addr.exp: New file.
9720
96ae5695
EBM
97212014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9722
9723 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9724 * gdb.arch/powerpc-power.s: Likewise.
9725
da02b3a8
JB
97262014-06-02 Joel Brobecker <brobecker@adacore.com>
9727
9728 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9729
c72b2e7b
YQ
97302014-06-01 Yao Qi <yao@codesourcery.com>
9731
9732 * gdb.base/watchpoint.exp (test_watch_location): Check null
9733 pointer can be dereferenced. If not, do the test, otherwise
9734 skip it.
9735
53e8a631
AB
97362014-05-30 Andrew Burgess <aburgess@broadcom.com>
9737
9738 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9739 results.
9740 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9741
938f0e2f
AB
97422014-05-30 Andrew Burgess <aburgess@broadcom.com>
9743
9744 * gdb.arch/amd64-invalid-stack-middle.S: New file.
9745 * gdb.arch/amd64-invalid-stack-middle.c: New file.
9746 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9747 * gdb.arch/amd64-invalid-stack-top.c: New file.
9748 * gdb.arch/amd64-invalid-stack-top.exp: New file.
9749
9ba6657a
PA
97502014-05-30 Pedro Alves <palves@redhat.com>
9751
9752 PR breakpoints/17000
9753 * gdb.base/sss-bp-on-user-bp.c: New file.
9754 * gdb.base/sss-bp-on-user-bp.exp: New file.
9755
522c09bf
DB
97562014-05-30 David Blaikie <dblaikie@gmail.com>
9757
9758 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
9759 gnu_inline semantics via attribute.
9760 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
9761 source explicitly specifies the required semantics.
9762
bf4ef81e
MR
97632014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
9764
9765 * gdb.reverse/sigall-reverse.exp: Fix a typo.
9766
329ea579
PA
97672014-05-29 Pedro Alves <palves@redhat.com>
9768 Tom Tromey <tromey@redhat.com>
9769
9770 * gdb.base/async-shell.exp: Don't enable target-async.
9771 * gdb.base/async.exp
9772 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
9773 parameter. Adjust.
9774 (top level): Don't test with "target-async".
9775 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
9776 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
9777 * gdb.base/inferior-died.exp: Don't enable target-async.
9778 * gdb.base/interrupt-noterm.exp: Likewise.
9779 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
9780 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9781 * gdb.mi/mi-nonstop.exp: Likewise.
9782 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9783 * gdb.mi/mi-nsintrall.exp: Likewise.
9784 * gdb.mi/mi-nsmoribund.exp: Likewise.
9785 * gdb.mi/mi-nsthrexec.exp: Likewise.
9786 * gdb.mi/mi-watch-nonstop.exp: Likewise.
9787 * gdb.multi/watchpoint-multi.exp: Adjust comment.
9788 * gdb.python/py-evsignal.exp: Don't enable target-async.
9789 * gdb.python/py-evthreads.exp: Likewise.
9790 * gdb.python/py-prompt.exp: Likewise.
9791 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
9792 * gdb.server/solib-list.exp: Don't enable target-async.
9793 * gdb.threads/thread-specific-bp.exp: Likewise.
9794 * lib/mi-support.exp: Adjust to use mi-async.
9795
fd664c91
PA
97962014-05-29 Pedro Alves <palves@redhat.com>
9797
9798 PR gdb/13860
9799 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
9800 reason, even in sync mode.
9801
251bde03
PA
98022014-05-29 Pedro Alves <palves@redhat.com>
9803 Hui Zhu <hui@codesourcery.com>
9804
9805 PR PR15693
9806 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
9807 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
9808 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
9809 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
9810
7f3c0343
JB
98112014-05-28 Joel Brobecker <brobecker@adacore.com>
9812
9813 * config/monitor.exp (gdb_target_monitor): Replace use of
9814 "set remotebaud" by "set serial baud".
9815
b2715b27
AW
98162014-05-26 Andy Wingo <wingo@igalia.com>
9817
9818 * gdb.guile/scm-breakpoint.exp:
9819 * gdb.guile/scm-gsmob.exp: Update to use plain old object
9820 properties instead of gdb-object-properties.
9821
498a4489
YQ
98222014-05-26 Yao Qi <yao@codesourcery.com>
9823
9824 * gdb.server/no-thread-db.exp: Specify source file name
9825 explicitly when setting a breakpoint.
9826
589fdceb
MM
98272014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9828
9829 * gdb.btrace/vdso.c: New.
9830 * gdb.btrace/vdso.exp: New.
9831
e9089e05
MM
98322014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9833
9834 * gdb.base/gcore.exp (capture_command_output): Move ...
9835 * lib/gdb.exp (capture_command_output): ... here.
9836
67b5c0c1
MM
98372014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9838
9839 * gdb.btrace/data.exp: Test memory access during btrace replay.
9840
a2199296
SM
98412014-05-22 Simon Marchi <simon.marchi@ericsson.com>
9842
9843 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
9844
17b2616c
PA
98452014-05-21 Pedro Alves <palves@redhat.com>
9846
9847 PR gdb/13860
9848 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
9849 (top level): Test that output related to execution commands is
9850 sent to the console with CLI commands, but not with MI commands.
9851 Test that breakpoint events are always mirrored to the console.
9852 Also expect the new source line to be output after a "next" in
9853 async mode too. Make it a pass/fail test.
9854 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
9855 output.
9856 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
9857
5166082f
PA
98582014-05-21 Pedro Alves <palves@redhat.com>
9859
9860 * gdb.base/list.exp (build_pattern, test_list): New procedures.
9861 Use them to test variations of "list" after reaching a breakpoint.
9862 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
9863 Test "list" with listsize 10 after reaching a breakpoint.
9864 * gdb.python/python.exp (decode_line current location line
9865 number): Adjust expected line number.
9866
2f25d70f
SM
98672014-05-21 Simon Marchi <simon.marchi@ericsson.com>
9868
9869 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
9870 behavior for $args, pass it directly to "run".
9871
ff604a67
MR
98722014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
9873
9874 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
9875 30000 to 65536.
9876
6a3cb8e8
PA
98772014-05-21 Pedro Alves <palves@redhat.com>
9878
9879 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
9880 auto-connect-native-target off".
9881 * gdb.base/auto-connect-native-target.c: New file.
9882 * gdb.base/auto-connect-native-target.exp: New file.
9883
4ebfc96e
PA
98842014-05-21 Pedro Alves <palves@redhat.com>
9885
9886 * gdb.base/default.exp: Test "target native" instead of "target
9887 child".
9888
36d46afb
MW
98892014-05-21 Mark Wielaard <mjw@redhat.com>
9890
9891 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9892
5876f503
JK
98932014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9894
9895 Fix TLS access for -static -pthread.
9896 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
9897 <HAVE_TLS> (thread_function, main): Initialize it.
9898 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
9899 Add clean_restart.
9900 <$have_tls != "">: Check TLSVAR.
9901
0256a6ac
PA
99022014-05-21 Pedro Alves <palves@redhat.com>
9903
9904 * gdb.base/dcache-line-read-error.c: New.
9905 * gdb.base/dcache-line-read-error.exp: New.
9906
936d2992
PA
99072014-05-20 Pedro Alves <palves@redhat.com>
9908
9909 * gdb.base/compare-sections.c: New file.
9910 * gdb.base/compare-sections.exp: New file.
9911
802e8e6d
PA
99122014-05-20 Pedro Alves <palves@redhat.com>
9913
9914 * gdb.base/break-idempotent.c: New file.
9915 * gdb.base/break-idempotent.exp: New file.
9916
e59fa00f
MM
99172014-05-20 Markus Metzger <markus.t.metzger@intel.com>
9918
9919 * gdb.btrace/nohist.exp: New.
9920
8b696e31
YQ
99212014-05-20 Yao Qi <yao@codesourcery.com>
9922
9923 * lib/gdb.exp (gdb_init): Set timeout if test file is under
9924 gdb.reverse directory and gdb_reverse_timeout exists in board
9925 setting.
9926 * README: Document gdb_reverse_timeout.
9927
73c9764f
YQ
99282014-05-20 Yao Qi <yao@codesourcery.com>
9929
9930 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
9931 'test_file_name'. Treat args as a string instead of a list.
9932 (gdb_init): Rename argument 'args' by 'test_file_name'.
9933
f1f4348a
JK
99342014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9935
9936 * gdb.arch/powerpc-power.exp: New file.
9937 * gdb.arch/powerpc-power.s: New file.
9938
0dbe70ce
DE
99392014-05-16 Doug Evans <dje@google.com>
9940
9941 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
9942 * gdb.base/completion.exp: Check that all expected files exist
9943 before doing file completion.
0dbe70ce 9944
8d551b02
DE
99452014-05-16 Doug Evans <dje@google.com>
9946
9947 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
9948 Update.
9949 (do_syscall_tests_without_xml): Update.
9950
73eb7709
PA
99512014-05-16 Pedro Alves <palves@redhat.com>
9952
9953 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
9954 instead of "unknown output after running".
9955
3fae92fc
YQ
99562014-05-16 Yao Qi <yao@codesourcery.com>
9957
9958 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
9959 file1.txt from host at the end.
9960 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9961
c2b2ccc5
DE
99622014-05-15 Doug Evans <dje@google.com>
9963
9964 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
9965 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
9966 loading file. Add test for TU lookup.
9967
8c217a4b
SM
99682014-05-15 Simon Marchi <simon.marchi@ericsson.com>
9969
9970 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
9971 calling "-exec-arguments" or "set args" before running the
9972 inferior.
9973
3deb39c6
SM
99742014-05-15 Simon Marchi <simon.marchi@ericsson.com>
9975
9976 * lib/mi-support.exp (mi_expect_stop): Expect message for
9977 inferiors that exit with non-zero exit code.
9978
71a79f8c
YQ
99792014-05-14 Yao Qi <yao@codesourcery.com>
9980
9981 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
9982 match absolute path on remote host.
9983 (test_file_list_exec_source_files): Remove "/" from the
9984 pattern.
9985
f23fcd46
YQ
99862014-05-14 Yao Qi <yao@codesourcery.com>
9987
9988 * boards/local-remote-host-notty.exp (${board}_file): New
9989 proc.
9990
9404b58f
KM
99912014-05-07 Kyle McMartin <kyle@redhat.com>
9992
9993 Pushed by Joel Brobecker <brobecker@adacore.com>.
9994 * gdb.arch/aarch64-atomic-inst.c: New file.
9995 * gdb.arch/aarch64-atomic-inst.exp: New file.
9996
5e45f04c
YQ
99972014-05-07 Yao Qi <yao@codesourcery.com>
9998
9999 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10000 in current context" too.
10001
c888a17d
KS
100022014-05-05 Keith Seitz <keiths@redhat.com>
10003
10004 * gdb.linespec/ls-dollar.exp: Add test for linespec
10005 file:convenience_variable.
10006
290a839c
YQ
100072014-05-05 Yao Qi <yao@codesourcery.com>
10008
10009 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10010 traceframes into tfile and ctf trace files. Read data from
10011 trace file and test collected data.
10012 (gdb_collect_locals_test): Likewise.
10013 (gdb_unavailable_registers_test): Likewise.
10014 (gdb_unavailable_floats): Likewise.
10015 (gdb_collect_globals_test): Likewise.
10016 (top-level): Append "ctf" to trace_file_targets if GDB
10017 supports.
10018
b5262cd0
YQ
100192014-05-05 Yao Qi <yao@codesourcery.com>
10020
10021 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10022 code to ...
10023 (gdb_collect_args_test_1): ... it. New proc.
10024 (gdb_collect_locals_test): Move some code to ...
10025 (gdb_collect_locals_test_1): ... it. New proc.
10026 (gdb_unavailable_registers_test): Move some code to ...
10027 (gdb_unavailable_registers_test_1): ... it. New proc.
10028 (gdb_unavailable_floats): Move some code to ...
10029 (gdb_unavailable_floats_1): ... it. New proc.
10030
30a1e6cc
SDJ
100312014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10032
10033 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10034 probes to test for bitness recognition.
10035 * gdb.arch/amd64-stap-optional-prefix.exp
10036 (test_probe_value_without_reg): New procedure.
10037 Add code to test for different kinds of bitness.
10038
f33da99a
SDJ
100392014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10040
10041 PR breakpoints/16889
10042 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10043 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10044
5b80f00d
PA
100452014-05-01 Pedro Alves <palves@redhat.com>
10046
10047 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10048 gdb_file_cmd if no file is specified.
10049 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10050 last_loaded_file to set the remote exec-file.
10051
f8c2a73c
PA
100522014-05-01 Pedro Alves <palves@redhat.com>
10053
10054 * boards/local-remote-host.exp: New file.
10055
be6e8ac7
PA
100562014-05-01 Pedro Alves <palves@redhat.com>
10057
10058 * boards/local-remote-host.exp: Rename to ...
10059 * boards/local-remote-host-notty.exp: ... this.
10060
cac0dc8f
JB
100612014-04-28 Joel Brobecker <brobecker@adacore.com>
10062
10063 * gdb.ada/dyn_arrayidx: New testcase.
10064
9730e6cc
YQ
100652014-04-26 Yao Qi <yao@codesourcery.com>
10066
10067 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10068 and compute the length of function main. Save it in
10069 $main_length.
10070 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10071 (top-level): Use gdb_compile to compile objects into
10072 executable and restart GDB. Remove invocation to
10073 prepare_for_testing.
10074
7ae1a6a6
PA
100752014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10076 Pedro Alves <palves@redhat.com>
10077
10078 PR server/16255
10079 * gdb.multi/multi-attach.c: New file.
10080 * gdb.multi/multi-attach.exp: New file.
10081
4082afcc
PA
100822014-04-25 Pedro Alves <palves@redhat.com>
10083
10084 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10085 user.
10086 (top level): Test that "set remote conditional-breakpoints-packet
10087 off" works as intended.
10088 * gdb.base/dprintf.exp: Test that "set remote
10089 breakpoint-commands-packet off" works as intended.
10090 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10091 New function.
10092 (top level): Call it.
10093 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10094 remote fast-tracepoints-packet off" works as intended.
10095 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10096 * lib/gdb.exp (gdb_is_target_remote): ... here.
10097
2abc3f8d
DB
100982014-04-24 David Blaikie <dblaikie@gmail.com>
10099
10100 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10101 ensure clang would not discard them.
10102 * gdb.base/gdbvars.c: Ditto.
10103 * gdb.base/memattr.c: Ditto.
10104 * gdb.base/whatis.c: Ditto.
10105 * gdb.python/py-prettyprint.c: Ditto.
10106 * gdb.trace/actions.c: Ditto.
10107 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10108 ensure clang would not discard it.
10109
bfd39632
DB
101102014-04-24 David Blaikie <dblaikie@gmail.com>
10111
10112 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10113 clang to emit the full definition of type required by the test
10114 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10115
22842ff6
DB
101162014-04-24 David Blaikie <dblaikie@gmail.com>
10117
10118 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10119 coax Clang into emitting the definition of the type.
10120 * gdb.cp/pr10728-x.h (y): Ditto.
10121 * gdb.cp/pr10728-y.cc (y): Ditto.
10122
c2e827ad
DB
101232014-04-24 David Blaikie <dblaikie@gmail.com>
10124
10125 * gdb.base/label.exp: XFAIL label related tests under Clang.
10126 * gdb.cp/cplabel.exp: Ditto.
10127 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10128 under Clang those using labels.
10129
4c2d33e7
YQ
101302014-04-25 Yao Qi <yao@codesourcery.com>
10131
10132 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10133 double_label.
10134 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10135 partial_label and double_label.
10136
56083b99
DB
101372014-04-24 David Blaikie <dblaikie@gmail.com>
10138
10139 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10140
25d4e99d
DB
101412014-04-24 David Blaikie <dblaikie@gmail.com>
10142
10143 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10144 of the function to work across GCC and Clang.
10145 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10146 pointer types (const void ** const V void **).
10147
01f9f808
MS
101482014-04-24 Michael Sturm <michael.sturm@mintel.com>
10149 Walfred Tedeschi <walfred.tedeschi@intel.com>
10150
10151 * Makefile.in (EXECUTABLES): Added i386-avx512.
10152 * gdb.arch/i386-avx512.c: New file.
10153 * gdb.arch/i386-avx512.exp: Likewise.
10154
4b48d439
KS
101552014-04-23 Keith Seitz <keiths@redhat.com>
10156
10157 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10158 (mi_make_breakpoint_table): New procedure.
10159 (mi_create_breakpoint): Use mi_make_breakpoint
10160 and return the result.
10161 (mi_make_breakpoint): New procedure.
10162 (mi_build_kv_pairs): New procedure.
10163
10164 * gdb.mi/mi-break.exp: Remove unused globals,
10165 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10166 All callers updated.
10167 * gdb.mi/mi-dprintf.exp: Use variable to track command
10168 number.
10169 Update all callers of mi_create_breakpoint and use
10170 mi_make_breakpoint_table.
10171 Remove any unused global variables.
10172 * gdb.mi/mi-nonstop.exp: Likewise.
10173 * gdb.mi/mi-nsintrall.exp: Likewise.
10174 * gdb.mi/mi-nsmoribund.exp: Likewise.
10175 * gdb.mi/mi-nsthrexec.exp: Likewise.
10176 * gdb.mi/mi-reverse.exp: Likewise.
10177 * gdb.mi/mi-simplerun.exp: Likewise.
10178 * gdb.mi/mi-stepn.exp: Likewise.
10179 * gdb.mi/mi-syn-frame.exp: Likewise.
10180 * gdb.mi/mi-until.exp: Likewise.
10181 * gdb.mi/mi-var-cp.exp: Likewise.
10182 * gdb.mi/mi-var-display.exp: Likewise.
10183 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10184 * gdb.mi/mi2-var-child.exp: Likewise.
10185 * gdb.mi/mi-vla-c99.exp: Likewise.
10186 * lib/mi-support.exp: Likewise.
10187
10188 From Ian Lance Taylor <iant@cygnus.com>:
10189 * lib/gdb.exp (parse_args): New procedure.
10190
08351840
PA
101912014-04-23 Pedro Alves <palves@redhat.com>
10192
10193 * gdb.base/break-unload-file.c: New file.
10194 * gdb.base/break-unload-file.exp: New file.
10195 * gdb.base/sym-file-lib.c (baz): New function.
10196 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10197 field.
10198 (load): Store the segment's mapped size.
10199 (unload): New function.
10200 (unload_shlib): New function.
10201 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10202 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10203 set a breakpoint at baz, and call it.
10204 * gdb.base/sym-file.exp: New tests for stale breakpoint
10205 instructions.
10206
076855f9
PA
102072014-04-23 Pedro Alves <palves@redhat.com>
10208
10209 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10210 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10211 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10212 * gdb.base/hbreak-unmapped.c: New file.
10213 * gdb.base/hbreak-unmapped.exp: New file.
10214 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10215 * lib/gdb.exp (gdb_is_target_remote): ... here.
10216
483805cf
PA
102172014-04-22 Pedro Alves <palves@redhat.com>
10218
10219 * gdb.base/consecutive-step-over.c: New file.
10220 * gdb.base/consecutive-step-over.exp: New file.
10221
06d97543
PA
102222014-04-22 Pedro Alves <palves@redhat.com>
10223
10224 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10225 instead of send_gdb/gdb_expect.
10226
b4429ea2
YQ
102272014-04-22 Yao Qi <yao@codesourcery.com>
10228
10229 * lib/trace-support.exp (generate_tracefile): New procedure.
10230 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10231 return 0.
10232 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10233 if generate_tracefile returns 1.
10234
51d48146
PA
102352014-04-18 Tom Tromey <palves@redhat.com>
10236 Pedro alves <tromey@redhat.com>
10237
10238 PR backtrace/15558
10239 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10240 with a backtrace limit.
10241 * gdb.python/py-frame-inline.exp: Test running to an inline
10242 function with a backtrace limit, and printing the newest frame.
10243 * gdb.python/py-frame-inline.c (main): Call f.
10244
bd1dce5f
MS
102452014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10246
10247 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10248
40d1a503
MS
102492014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10250
10251 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10252 Drop prefix from unsupported source file path.
10253
389b98f7
YQ
102542014-04-17 Yao Qi <yao@codesourcery.com>
10255
10256 * lib/gdb.exp (with_target_charset): New proc.
10257 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10258 with_target_charset.
10259 (test_print_strings): Likewise.
10260 (test_repeat_bytes): Likewise.
10261 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10262 for some tests.
10263
22869d73
KS
102642014-04-16 Keith Seitz <keiths@redhat.com>
10265
10266 PR gdb/15827
10267 * gdb.dwarf2/corrupt.c: New file.
10268 * gdb.dwarf2/corrupt.exp: New file.
10269
c4f87ca6
KS
102702014-04-16 Keith Seitz <keiths@redhat.com>
10271
10272 PR c++/16597
10273 * gdb.cp/namelessclass.cc: New file.
10274 * gdb.cp/namelessclass.exp: New file.
10275 * gdb.cp/namelessclass.S: New file.
10276
ab19de87
DE
102772014-04-16 Doug Evans <dje@google.com>
10278
10279 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10280 Add comment.
10281 (gdbserver_default_get_comm_port): New function.
10282 (gdbserver_start): Check if board file provided
10283 "gdbserver,get_comm_port" and use it if so.
10284 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10285 (gdb,socketport): Set to "stdio".
10286 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10287 (stdio_gdbserver_template): Delete.
10288 (${board}_get_remote_address): Update.
10289 (${board}_build_remote_cmd): Delete.
10290 (${board}_get_comm_port): New function.
10291 (${board}_spawn): Update.
10292 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10293 Delete.
10294 (${board}_get_remote_address): Update.
10295 (${board}_get_comm_port): New function.
10296
fc98a809
AB
102972014-04-16 Andrew Burgess <aburgess@broadcom.com>
10298
10299 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10300 appearing in any order.
10301
87fd9e6e
DE
103022014-04-15 Doug Evans <dje@google.com>
10303
10304 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10305 uninitialized value of "description".
10306
099fc3ea
KS
103072014-04-15 Keith Seitz <keiths@redhat.com>
10308
10309 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10310 Remove unused globals.
10311 (test_running_the_program): Likewise.
10312 (test_controlled_execution): Likewise.
10313 (test_controlling_breakpoints): Likewise.
10314 (test_program_termination): Likewise.
10315
5da151d4
KS
103162014-04-15 Keith Seitz <keiths@redhat.com>
10317
10318 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10319 unused globals.
10320 (test_rbreak_creation_and_listing): Likewise.
10321 (test_ignore_count): Likewise.
10322 (test_error): Likewise.
10323
35e5d2f0
PA
103242014-04-15 Pedro Alves <palves@redhat.com>
10325
10326 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10327 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10328 sym-file-loader.c.
10329 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10330 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10331 to sym-file-loader.c.
10332 (struct library): Forward declare.
10333 (load_shlib, lookup_function): Change prototypes.
10334 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10335 (translate_offset): Remove declarations.
10336 (get_text_addr): New declaration.
10337 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10338 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10339 sym-file-loader.h.
10340 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10341 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10342 here from sym-file-loader.h.
10343 (struct library): New structure.
10344 (load_shlib, lookup_function): Change prototypes and adjust to
10345 work with a struct library.
10346 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10347 (translate_offset): Make static.
10348 (get_text_addr): New function.
10349 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10350
eb4c1710
PA
103512014-04-15 Pedro Alves <palves@redhat.com>
10352
10353 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10354
2d1baf52
PA
103552014-04-15 Pedro Alves <palves@redhat.com>
10356
10357 * gdb.base/sym-file-loader.c: Include <limits.h>.
10358 (SELF_LINK): New define.
10359 (get_origin): New function.
10360 (load_shlib): Use it.
10361 * gdb.base/sym-file.exp: Don't early return if the target is
10362 remote. Use runto_main, and issue fail is that fails. Use
10363 gdb_load_shlibs.
10364 (shlib_name): Delete.
10365 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10366
7dd6df01
PA
103672014-04-15 Pedro Alves <palves@redhat.com>
10368
10369 * gdb.base/sym-file.exp: Remove regex characters from test
10370 message. Don't refer to breakpoint numbers in test messages.
10371
b50c8614
KS
103722014-04-14 Keith Seitz <keiths@redhat.com>
10373
10374 PR c++/16253
10375 * gdb.cp/var-tag.cc: New file.
10376 * gdb.cp/var-tag.exp: New file.
10377 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10378 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10379 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10380 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10381
3d567982
TT
103822014-04-14 Tom Tromey <tromey@redhat.com>
10383
10384 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10385 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10386 type.
10387 * gdb.cp/enum-class.exp: New file.
10388 * gdb.cp/enum-class.cc: New file.
10389
0626fc76
TT
103902014-04-14 Tom Tromey <tromey@redhat.com>
10391
10392 * gdb.dwarf2/enum-type.exp: New file.
10393
dca325b3
SA
103942014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10395
10396 * gdb.mi/mi-vla-c99.exp: New file.
10397 * gdb.mi/vla.c: New file.
10398
5854b38a
SA
103992014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10400
10401 * gdb.base/vla-datatypes.c: New file.
10402 * gdb.base/vla-datatypes.exp: New file.
10403
463bb957
SA
104042014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10405
10406 * gdb.base/vla-ptr.c: New file.
10407 * gdb.base/vla-ptr.exp: New file.
10408
3dd170be
SA
104092014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10410
10411 * gdb.dwarf2/count.exp: New file.
10412
5ecaaa66
SA
104132014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10414
10415 * gdb.base/vla-sideeffect.c: New file.
10416 * gdb.base/vla-sideeffect.exp: New file.
10417
41f1ada5
DB
104182014-04-14 David Blaikie <dblaikie@gmail.com>
10419
10420 * gdb.mi/non-stop.c: Add return value for non-void function return
10421 statement.
10422 * gdb.threads/staticthreads.c: Ditto.
10423
0be03e84
DE
104242014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10425 Doug Evans <xdje42@gmail.com>
10426
10427 * gdb.guile/scm-value.c: Improve test case.
10428 * gdb.guile/scm-value.exp: Add new test.
10429
f180a1fb
DB
104302014-04-11 David Blaikie <dblaikie@gmail.com>
10431
10432 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10433 override Clang's default.
10434
6b662e19
JB
104352014-04-11 Joel Brobecker <brobecker@adacore.com>
10436
10437 Revert the following changes (regressions):
10438
10439 * gdb.base/vla-sideeffect.c: New file.
10440 * gdb.base/vla-sideeffect.exp: New file.
10441
10442 * gdb.dwarf2/count.exp: New file.
10443
10444 * gdb.base/vla-multi.c: New file.
10445 * gdb.base/vla-multi.exp: New file.
10446
10447 * gdb.base/vla-ptr.c: New file.
10448 * gdb.base/vla-ptr.exp: New file.
10449
10450 * gdb.base/vla-datatypes.c: New file.
10451 * gdb.base/vla-datatypes.exp: New file.
10452
10453 * gdb.mi/mi-vla-c99.exp: New file.
10454 * gdb.mi/vla.c: New file.
10455
245a5f0b
KS
104562014-04-11 Keith Seitz <keiths@redhat.com>
10457
10458 PR c++/16675
10459 * gdb.cp/cpsizeof.exp: New file.
10460 * gdb.cp/cpsizeof.cc: New file.
10461
58a84dcf
SA
104622014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10463
191a8a90
JB
10464 * gdb.mi/mi-vla-c99.exp: New file.
10465 * gdb.mi/vla.c: New file.
58a84dcf 10466
c8655f75
SA
104672014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10468
10469 * gdb.base/vla-datatypes.c: New file.
10470 * gdb.base/vla-datatypes.exp: New file.
10471
024e13b4
SA
104722014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10473
10474 * gdb.base/vla-ptr.c: New file.
10475 * gdb.base/vla-ptr.exp: New file.
10476
1a237e0e
SA
104772014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10478
10479 * gdb.base/vla-multi.c: New file.
10480 * gdb.base/vla-multi.exp: New file.
10481
504f3432
SA
104822014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10483
10484 * gdb.dwarf2/count.exp: New file.
10485
3bce8237
SA
104862014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10487
191a8a90
JB
10488 * gdb.base/vla-sideeffect.c: New file.
10489 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 10490
322f9c21
YQ
104912014-04-11 Yao Qi <yao@codesourcery.com>
10492
10493 * gdb.base/completion.exp: Check file exists before running tests
10494 on file completion.
10495
d708bcd1
PA
104962014-04-10 Pedro Alves <palves@redhat.com>
10497
10498 * gdb.base/cond-eval-mode.c: New file.
10499 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10500 prepare_for_testing to build the new file. Check result of
10501 runto_main.
10502 (test_break, test_watch): New procedures.
10503 (top level): Use them.
10504
ae1d2761
PM
105052014-04-08 Pierre Muller <muller@sourceware.org>
10506
10507 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10508 Ctrl-V use for mingw hosts.
10509
7af389b8
SC
105102014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10511
10512 * gdb.python/py-value.c: Improve test case.
10513 * gdb.python/py-value.exp: Add new test.
10514
5e703181
DE
105152014-04-07 David Blaikie <dblaikie@gmail.com>
10516
10517 * lib/compiler.c: Identify the clang compiler.
10518 * lib/compiler.cc: Ditto.
10519
9810b410
YQ
105202014-04-03 Yao Qi <yao@codesourcery.com>
10521
10522 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10523
98d1b8dc
AB
105242014-04-01 Anton Blanchard <anton@samba.org>
10525
10526 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10527 messages unique.
10528
3114cea1
AB
105292014-04-01 Anton Blanchard <anton@samba.org>
10530
10531 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10532 prepare_for_testing.
10533
62f7182c
AB
105342014-04-01 Anton Blanchard <anton@samba.org>
10535
10536 * gdb.arch/ppc64-atomic-inst.c: Remove.
10537 * gdb.arch/ppc64-atomic-inst.S: New file.
10538 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10539
770e7fc7
DE
105402014-03-31 Doug Evans <dje@google.com>
10541
10542 * gdb.base/print-symbol-loading-lib.c: New file.
10543 * gdb.base/print-symbol-loading-main.c: New file.
10544 * gdb.base/print-symbol-loading.exp: New file.
10545
46e2bafa
YQ
105462014-03-31 Yao Qi <yao@codesourcery.com>
10547
10548 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10549
8776cfe9
JB
105502014-03-28 Joel Brobecker <brobecker@adacore.com>
10551
10552 * gdb.ada/mi_dyn_arr: New testcase.
10553
5d1ef361
DE
105542014-03-27 Doug Evans <dje@google.com>
10555
10556 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10557
b5bee914
YQ
105582014-03-27 Yao Qi <yao@codesourcery.com>
10559
10560 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10561 if target is nios2-*-*.
10562
0d4d0e77
YQ
105632014-03-26 Yao Qi <yao@codesourcery.com>
10564
10565 * lib/gdb.exp (readline_is_used): New proc.
10566 * gdb.base/completion.exp: Move tests on command complete up.
10567 Skip the rest of tests if readline is not used.
10568 * gdb.ada/complete.exp: Skp the test if readline is not
10569 used.
10570 * gdb.base/filesym.exp: Likewise.
10571 * gdb.base/macscp.exp: Likewise.
10572 * gdb.base/readline-ask.exp: Likewise.
10573 * gdb.base/readline.exp: Likewise.
10574 * gdb.python/py-cmd.exp: Likewise.
10575 * gdb.trace/tfile.exp: Likewise.
10576
29361eee
YQ
105772014-03-26 Yao Qi <yao@codesourcery.com>
10578
10579 * gdb.base/macscp.exp: Fix code format issues.
10580
bc9a5525
UW
105812014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10582
10583 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10584 * gdb.asm/powerpc64le.inc: New file.
10585
d3839ede
PA
105862014-03-25 Pedro Alves <palves@redhat.com>
10587 Doug Evans <dje@google.com>
10588
10589 * gdb.base/source-execution.c: New file.
10590 * gdb.base/source-execution.exp: New file.
10591 * gdb.base/source-execution.gdb: New file.
10592
01672a57
DE
105932014-03-24 Doug Evans <dje@google.com>
10594
10595 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10596 using fission.
10597
88bbeca9
HZ
105982014-03-24 Hui Zhu <hui@codesourcery.com>
10599 Pedro Alves <palves@redhat.com>
10600
10601 PR breakpoints/16101
10602 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10603 test pass/fail messages. Detect missing support for dprintf when
10604 breakpoints are actually inserted.
10605 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10606 breakpoints are actually inserted.
10607 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10608 fails.
10609
d2348791
JK
106102014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10611
10612 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10613
feef67ab
DE
106142014-03-22 Doug Evans <xdje42@gmail.com>
10615
10616 * gdb.python/python.exp (python not supported): Verify multi-line
10617 python command issues an error.
25d743f9 10618 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 10619 guile command issues an error.
feef67ab 10620
ecebef6a
MR
106212014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10622
10623 * gdb.threads/thread-specific.exp: Handle the lack of usable
10624 $this_breakpoint and $this_thread.
10625
ccdd1909
HZ
106262014-03-21 Hui Zhu <hui@codesourcery.com>
10627
10628 * gdb.base/attach.exp (do_command_attach_tests): New.
10629
beb460e8
PA
106302014-03-20 Tom Tromey <tromey@redhat.com>
10631 Pedro Alves <palves@redhat.com>
10632
10633 PR cli/15718
10634 * gdb.base/condbreak-call-false.c: New file.
10635 * gdb.base/condbreak-call-false.exp: New file.
10636
40acf43a
PA
106372014-03-20 Pedro Alves <palves@redhat.com>
10638
10639 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10640 Delete.
10641 (block_signals, unblock_signals): Delete.
10642 (child_function_2, main): Remove references to deleted variable
10643 and functions.
10644
9f5e1e02
PA
106452014-03-20 Pedro Alves <palves@redhat.com>
10646
10647 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10648 Use pthread_kill to signal thread 2.
10649 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10650 Adjust to make the test send itself a signal rather than using the
10651 host's "kill" command.
10652
99619bea
PA
106532014-03-20 Pedro Alves <palves@redhat.com>
10654
10655 * gdb.threads/multiple-step-overs.c: New file.
10656 * gdb.threads/multiple-step-overs.exp: New file.
10657 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10658 Adjust expected infrun debug output.
10659
2adfaa28
PA
106602014-03-20 Pedro Alves <palves@redhat.com>
10661
10662 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10663 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10664
31e77af2
PA
106652014-03-20 Pedro Alves <palves@redhat.com>
10666
10667 PR breakpoints/7143
10668 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10669 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10670 of gdb_test_multiple.
10671 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10672 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10673
b9f437de
PA
106742014-03-20 Pedro Alves <palves@redhat.com>
10675
10676 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10677 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10678
05adc73e
PA
106792014-03-19 Pedro Alves <palves@redhat.com>
10680
10681 * gdb.base/async.exp: Remove early return.
10682
6048b950
PA
106832014-03-19 Pedro Alves <palves@redhat.com>
10684
10685 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10686
8bcfb00a
PA
106872014-03-19 Pedro Alves <palves@redhat.com>
10688
10689 * gdb.base/async.exp (test_background): Expect \r\n after
10690 "completed." in the fail pattern.
10691
884e37dc
PA
106922014-03-19 Pedro Alves <palves@redhat.com>
10693
10694 * gdb.base/async.exp (test_background): New procedure.
10695 Use it for all background execution command tests.
10696
148e57e2
PA
106972014-03-19 Pedro Alves <palves@redhat.com>
10698
10699 * gdb.base/async.exp: Use prepare_for_testing.
10700
f48088c7
PA
107012014-03-19 Pedro Alves <palves@redhat.com>
10702
10703 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10704 the same line.
10705
e2f6c966
PA
107062014-03-19 Pedro Alves <palves@redhat.com>
10707
10708 * gdb.base/async.c (main): Add "jump here" and "until here" line
10709 marker comments.
10710 * gdb.base/async.exp (jump_here): New global.
10711 (jump& test): Use it.
10712 (until_here): New global.
10713 (until& test): Use it.
10714
c30568d4
PA
107152014-03-19 Pedro Alves <palves@redhat.com>
10716
10717 * gdb.base/async.exp: Don't frob gdb_protocol.
10718
0172b6a7
DE
107192014-03-18 Doug Evans <xdje42@gmail.com>
10720
10721 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10722 Fix spelling of exec-done-display.
10723
06c868a8
JK
107242014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10725
10726 PR gdb/15358
10727 * gdb.base/gdb-sigterm.c: New file.
10728 * gdb.base/gdb-sigterm.exp: New file.
10729
0c7e1a46
PA
107302014-03-18 Pedro Alves <palves@redhat.com>
10731
10732 PR gdb/13860
10733 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10734 * lib/mi-support.exp (mi_expect_stop): Add special handling for
10735 solib-event.
10736
f7c77d93
JB
107372014-03-17 Joel Brobecker <brobecker@adacore.com>
10738
10739 * gdb.ada/pckd_arr_ren: New testcase.
10740
5a1e8c7a
DE
107412014-03-13 Doug Evans <xdje42@gmail.com>
10742
10743 PR guile/16612
10744 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10745 collect after discarding symbols.
10746
350e1a76
DE
107472014-03-13 Ludovic Courtès <ludo@gnu.org>
10748 Doug Evans <xdje42@gmail.com>
10749
10750 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10751 to history survives a gc.
10752
a69900ae
PA
107532014-03-13 Pedro Alves <palves@redhat.com>
10754
10755 * gdb.base/default.exp: Don't test "target procfs".
10756
5db9f0bd
PA
107572014-03-13 Pedro Alves <palves@redhat.com>
10758
10759 * gdb.base/default.exp: Update "target child" and "target procfs"
10760 tests to not expect "Unix".
10761
b3ccfe11
TT
107622014-03-12 Tom Tromey <tromey@redhat.com>
10763
10764 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
10765 New procs. Add target-async tests.
10766 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
10767 Add target-async tests.
10768
646f4417
AA
107692014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10770
10771 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
10772 'func_start' and 'func_end' for the beginning and end of the
10773 function code, respectively.
10774 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
10775 'func_end' instead of 'func' and 'main'.
10776
288c211f
AA
107772014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10778
10779 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
10780 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
10781 generate the debug info assembler source.
10782
e0c0f156
AA
107832014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10784
10785 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
10786 * gdb.dwarf2/arr-subrange.exp: Likewise.
10787 * gdb.dwarf2/dwz.exp: Likewise.
10788 * gdb.dwarf2/method-ptr.exp: Likewise.
10789 * gdb.dwarf2/missing-sig-type.exp: Likewise.
10790 * gdb.dwarf2/subrange.exp: Likewise.
10791 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
10792 * gdb.dwarf2/implptrpiece.exp: Likewise.
10793 * gdb.dwarf2/nostaticblock.exp: Likewise.
10794
0e5c4555
AA
107952014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10796
10797 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
10798 directory to absolute path name arguments.
10799
5ec18f2b
JG
108002014-03-10 Joel Brobecker <brobecker@adacore.com>
10801
10802 * gdb.ada/tagged_access: New testcase.
10803
847fc4f2
MM
108042014-03-07 Markus Metzger <markus.t.metzger@intel.com>
10805
10806 * gdb.btrace/data.exp: Update expected output.
10807
cc3da688
YQ
108082014-03-06 Yao Qi <yao@codesourcery.com>
10809
10810 * gdb.trace/pr16508.exp: New file.
10811
0f26cec1
PA
108122014-03-05 Pedro Alves <palves@redhat.com>
10813
10814 PR gdb/16575
10815 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
10816 procedure.
10817 (top level): Adjust to use it. Add tests that exercise breakpoint
10818 interaction with the code-cache.
10819
7a5a839f
LC
108202014-02-26 Ludovic Courtès <ludo@gnu.org>
10821
10822 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
10823 test for 'history-append!'.
10824
31aa7e4e
JB
108252014-02-26 Joel Brobecker <brobecker@adacore.com>
10826
10827 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
10828 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
10829 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
10830 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
10831 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
10832 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
10833
1b588015
JB
108342014-02-26 Joel Brobecker <brobecker@adacore.com>
10835
10836 * testsuite/gdb.python/py-pp-re-notag.c: New file.
10837 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
10838 * testsuite/gdb.python/py-pp-re-notag.p: New file.
10839
55426c9d
JB
108402014-02-26 Joel Brobecker <brobecker@adacore.com>
10841
10842 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
10843
dc53a7ad
JB
108442014-02-26 Joel Brobecker <brobecker@adacore.com>
10845
10846 * gdb.dwarf2/arr-stride.c: New file.
10847 * gdb.dwarf2/arr-stride.exp: New file.
10848
12ab52e9
PA
108492014-02-26 Pedro Alves <palves@redhat.com>
10850
10851 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
10852 that won't ever trigger. Make sure that GDB reports the correct
10853 breakpoint that caused the stop.
10854
849c862e
JK
108552014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10856
10857 PR gdb/16626
10858 * gdb.base/auto-load-script: New file.
10859 * gdb.base/auto-load.c: New file.
10860 * gdb.base/auto-load.exp: New file.
10861
71b7d793
JK
10862 PR gdb/16626
10863 * gdb.base/auto-load.exp: Fix out-of-srctree run.
10864
e2f0d509
JK
108652014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10866
10867 Fix dw2-icycle.exp -fsanitize=address GDB crash.
10868 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
10869
50cc37c8
DE
108702014-02-24 Doug Evans <dje@google.com>
10871
10872 * lib/gdb.exp (run_on_host): Log error output if program fails.
10873
ea4758f2
PA
108742014-02-21 Pedro Alves <palves@redhat.com>
10875
10876 * gdb.threads/step-after-sr-lock.c: Rename to ...
10877 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
10878 * gdb.threads/step-after-sr-lock.exp: Rename to ...
10879 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10880 ... this.
10881
d7b30f67
SDJ
108822014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
10883
10884 PR tdep/16397
10885 * gdb.arch/amd64-stap-special-operands.exp: New file.
10886 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
10887 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
10888 * gdb.arch/amd64-stap-triplet.S: Likewise.
10889 * gdb.arch/amd64-stap-triplet.c: Likewise.
10890
83deb43f
JB
108912014-02-20 Joel Brobecker <brobecker@adacore.com>
10892
10893 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
10894 in .section pseudo-op.
10895
adde2bff
DE
108962014-02-20 lin zuojian <manjian2006@gmail.com>
10897 Joel Brobecker <brobecker@adacore.com>
10898 Doug Evans <xdje42@gmail.com>
10899
10900 PR symtab/16581
10901 * gdb.dwarf2/dw2-icycle.S: New file.
10902 * gdb.dwarf2/dw2-icycle.c: New file.
10903 * gdb.dwarf2/dw2-icycle.exp: New file.
10904
f7bd0f78
SC
109052014-02-19 Siva Chandra Reddy <sivachandra@google.com>
10906
10907 * gdb.python/py-value-cc.cc: Improve test case to enable testing
10908 operations on gdb.Value objects.
10909 * gdb.python/py-value-cc.exp: Add new test to test operations on
10910 gdb.Value objects.
10911
c17ef0d5
DE
109122014-02-18 Doug Evans <dje@google.com>
10913
10914 * Makefile.in (TESTS): New variable.
10915 (expanded_tests, expanded_tests_or_none): New variables
10916 (check-single): Pass $(expanded_tests_or_none) to runtest.
10917 (check-parallel): Only run tests in $(TESTS) if non-empty.
10918 (check/no-matching-tests-found): New rule.
10919 * README: Document TESTS makefile variable.
10920
5dd3176f
DE
109212014-02-18 Doug Evans <dje@google.com>
10922
10923 * Makefile.in (check-parallel): rm -rf outputs temp.
10924
0b10be4f
JK
109252014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10926
10927 Fix "ERROR: no fileid for" in the testsuite.
10928 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
10929
85f224e7
DE
109302014-02-12 Doug Evans <dje@google.com>
10931
10932 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
10933 (MISCELLANEOUS): New variable.
10934 (clean): rm -rf $(MISCELLANEOUS).
10935 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
10936 dwp live in the same directory as symlinks, with each symlink pointed
10937 to a differently named file in a different directory.
10938
149b30ff
DE
109392014-02-11 Doug Evans <dje@google.com>
10940
10941 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
10942 of Tcl file commands.
10943
1dfdac32
MK
109442014-02-10 Mark Kettenis <kettenis@gnu.org>
10945
10946 * gdb.threads/step-after-sr-lock.exp: Avoid executing
10947 "kill -SIGUSR1 -1".
10948
aa4fb036
JB
109492014-02-10 Joel Brobecker <brobecker@adacore.com>
10950
10951 * gdb.ada/tick_length_array_enum_idx: New testcase.
10952
ed3ef339
DE
109532014-02-10 Doug Evans <xdje42@gmail.com>
10954
10955 * configure.ac (AC_OUTPUT): Add gdb.guile.
10956 * configure: Regenerate.
10957 * lib/gdb-guile.exp: New file.
10958 * lib/gdb.exp (get_target_charset): New function.
10959 * gdb.base/help.exp: Update expected output from "apropos apropos".
10960 * gdb.guile/Makefile.in: New file.
10961 * gdb.guile/guile.exp: New file.
10962 * gdb.guile/scm-arch.c: New file.
10963 * gdb.guile/scm-arch.exp: New file.
10964 * gdb.guile/scm-block.c: New file.
10965 * gdb.guile/scm-block.exp: New file.
10966 * gdb.guile/scm-breakpoint.c: New file.
10967 * gdb.guile/scm-breakpoint.exp: New file.
10968 * gdb.guile/scm-disasm.c: New file.
10969 * gdb.guile/scm-disasm.exp: New file.
10970 * gdb.guile/scm-equal.c: New file.
10971 * gdb.guile/scm-equal.exp: New file.
10972 * gdb.guile/scm-error.exp: New file.
10973 * gdb.guile/scm-error.scm: New file.
10974 * gdb.guile/scm-frame-args.c: New file.
10975 * gdb.guile/scm-frame-args.exp: New file.
10976 * gdb.guile/scm-frame-args.scm: New file.
10977 * gdb.guile/scm-frame-inline.c: New file.
10978 * gdb.guile/scm-frame-inline.exp: New file.
10979 * gdb.guile/scm-frame.c: New file.
10980 * gdb.guile/scm-frame.exp: New file.
10981 * gdb.guile/scm-generics.exp: New file.
10982 * gdb.guile/scm-gsmob.exp: New file.
10983 * gdb.guile/scm-iterator.c: New file.
10984 * gdb.guile/scm-iterator.exp: New file.
10985 * gdb.guile/scm-math.c: New file.
10986 * gdb.guile/scm-math.exp: New file.
10987 * gdb.guile/scm-objfile-script-gdb.in: New file.
10988 * gdb.guile/scm-objfile-script.c: New file.
10989 * gdb.guile/scm-objfile-script.exp: New file.
10990 * gdb.guile/scm-objfile.c: New file.
10991 * gdb.guile/scm-objfile.exp: New file.
10992 * gdb.guile/scm-ports.exp: New file.
10993 * gdb.guile/scm-pretty-print.c: New file.
10994 * gdb.guile/scm-pretty-print.exp: New file.
10995 * gdb.guile/scm-pretty-print.scm: New file.
10996 * gdb.guile/scm-section-script.c: New file.
10997 * gdb.guile/scm-section-script.exp: New file.
10998 * gdb.guile/scm-section-script.scm: New file.
10999 * gdb.guile/scm-symbol.c: New file.
11000 * gdb.guile/scm-symbol.exp: New file.
11001 * gdb.guile/scm-symtab-2.c: New file.
11002 * gdb.guile/scm-symtab.c: New file.
11003 * gdb.guile/scm-symtab.exp: New file.
11004 * gdb.guile/scm-type.c: New file.
11005 * gdb.guile/scm-type.exp: New file.
11006 * gdb.guile/scm-value-cc.cc: New file.
11007 * gdb.guile/scm-value-cc.exp: New file.
11008 * gdb.guile/scm-value.c: New file.
11009 * gdb.guile/scm-value.exp: New file.
11010 * gdb.guile/source2.scm: New file.
11011 * gdb.guile/types-module.cc: New file.
11012 * gdb.guile/types-module.exp: New file.
11013
7026a7c1
YQ
110142014-02-10 Yao Qi <yao@codesourcery.com>
11015
11016 PR testsuite/16543
11017 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11018 * configure: Regenerated.
11019 * Makefile.in: New file.
11020
6c466447
AS
110212014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11022
11023 * gdb.python/py-framefilter.exp: Fix typo.
11024
6e854735
YQ
110252014-02-08 Yao Qi <yao@codesourcery.com>
11026
11027 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11028 that no =breakpoint-modified is emitted when breakpoints are
11029 modified through MI commands.
11030
d137e6dc
PA
110312014-02-07 Pedro Alves <pedro@codesourcery.com>
11032 Pedro Alves <palves@redhat.com>
11033
11034 * gdb.threads/step-after-sr-lock.c: New file.
11035 * gdb.threads/step-after-sr-lock.exp: New file.
11036
b5ee5a50
PA
110372014-02-07 Pedro Alves <palves@redhat.com>
11038
11039 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11040
3c77faf3
JK
110412014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11042
11043 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11044 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11045
6dddc817
DE
110462014-02-06 Doug Evans <xdje42@gmail.com>
11047
11048 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11049 output.
11050
11051 * gdb.gdb/python-interrupts.exp: New file.
11052
de7b2893
YQ
110532014-02-05 Yao Qi <yao@codesourcery.com>
11054
11055 * gdb.trace/report.exp (use_collected_data): Test the output
11056 of "info threads" and "info inferiors".
11057
66d032ac
YQ
110582014-02-05 Yao Qi <yao@codesourcery.com>
11059
11060 Revert this patch:
11061
11062 2013-05-24 Yao Qi <yao@codesourcery.com>
11063
11064 * gdb.trace/tfile.exp: Test inferior and thread.
11065
591a12a1
UW
110662014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11067
11068 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11069 on a function.
11070 * gdb.base/step-bt.c: Call hello via function pointer to make
11071 sure its first instruction is executed on powerpc64le-linux.
11072
0ff3e01f
UW
110732014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11074
11075 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11076
084ee545
UW
110772014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11078
11079 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11080 of the test patterns for use on little-endian systems.
11081
6ed14ff3
UW
110822014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11083
11084 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11085 (decimal_vector): Fix for little-endian.
11086
401e27fd
JM
110872014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11088
11089 * gdb.arch/sparc-sysstep.exp: New file.
11090 * gdb.arch/sparc-sysstep.c: Likewise.
11091
11092 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11093
8b924729
EBM
110942014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11095
11096 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11097
fb151210
JB
110982014-01-23 Tom Tromey <tromey@redhat.com>
11099
11100 * gdb.ada/array_char_idx: New testcase.
11101
0740f8d8
TT
111022014-01-23 Tom Tromey <tromey@redhat.com>
11103
11104 PR python/16487:
11105 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11106 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11107 classes.
11108
21909fa1
TT
111092014-01-23 Tom Tromey <tromey@redhat.com>
11110
11111 PR python/16491:
11112 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11113 string from an inferior frame.
11114 * gdb.python/py-framefilter-mi.exp: Update.
11115
87ce2a04
DE
111162014-01-22 Doug Evans <dje@google.com>
11117
11118 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11119
237b092b
AA
111202014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11121
11122 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11123
d674a709
AA
111242014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11125
11126 * gdb.trace/entry-values.exp: Remove excess space character from
11127 regex patterns. Handle s390 call instruction.
11128
20fa3390
AA
111292014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11130
11131 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11132 define "*_start" label. Make "name" static.
11133 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11134 ${name} by references to ${name}_start.
11135
78466714
AA
111362014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11137
11138 * gdb.base/info-macros.exp: Remove "debug" from the compile
11139 options.
11140
ec9f644a
IB
111412014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11142
11143 * gdb.dlang/demangle.exp: New file.
11144
94b1b47e
IB
111452014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11146
11147 * gdb.dlang/primitive-types.exp: New file.
11148
7f420862
IB
111492014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11150
11151 * configure.ac: Create gdb.dlang/Makefile.
11152 * configure: Regenerate.
11153 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11154 * gdb.dlang/Makefile.in: New file.
11155 * lib/d-support.exp: New file.
11156 * lib/gdb.exp (skip_d_tests): New proc.
11157
52834460
MM
111582014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11159
11160 * gdb.btrace/delta.exp: Check reverse stepi.
11161 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11162 * gdb.btrace/finish.exp: New.
11163 * gdb.btrace/next.exp: New.
11164 * gdb.btrace/nexti.exp: New.
11165 * gdb.btrace/record_goto.c: Add comments.
11166 * gdb.btrace/step.exp: New.
11167 * gdb.btrace/stepi.exp: New.
11168 * gdb.btrace/multi-thread-step.c: New.
11169 * gdb.btrace/multi-thread-step.exp: New.
11170 * gdb.btrace/rn-dl-bind.c: New.
11171 * gdb.btrace/rn-dl-bind.exp: New.
11172 * gdb.btrace/data.c: New.
11173 * gdb.btrace/data.exp: New.
11174 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11175
6e07b1d2
MM
111762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11177
11178 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11179 * gdb.btrace/exception.exp: Update.
11180 * gdb.btrace/instruction_history.exp: Update.
11181 * gdb.btrace/record_goto.exp: Update.
11182 * gdb.btrace/tailcall.exp: Update.
11183 * gdb.btrace/unknown_functions.exp: Update.
11184 * gdb.btrace/delta.exp: New.
11185
0b722aec
MM
111862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11187
11188 * gdb.btrace/record_goto.exp: Add backtrace test.
11189 * gdb.btrace/tailcall.exp: Add backtrace test.
11190
066ce621
MM
111912014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11192
11193 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11194 * gdb.btrace/record_goto.c: New.
11195 * gdb.btrace/record_goto.exp: New.
11196 * gdb.btrace/x86-record_goto.S: New.
11197
0688d04e
MM
111982014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11199
11200 * gdb.btrace/function_call_history.exp: Update tests.
11201 * gdb.btrace/instruction_history.exp: Update tests.
11202
8710b709
MM
112032014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11204
11205 * gdb.btrace/function_call_history.exp: Fix expected field
11206 order for "record function-call-history".
11207 Add new tests for "record function-call-history /c".
11208 * gdb.btrace/exception.cc: New.
11209 * gdb.btrace/exception.exp: New.
11210 * gdb.btrace/tailcall.exp: New.
11211 * gdb.btrace/x86-tailcall.S: New.
11212 * gdb.btrace/x86-tailcall.c: New.
11213 * gdb.btrace/unknown_functions.c: New.
11214 * gdb.btrace/unknown_functions.exp: New.
11215 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11216
5de9129b
MM
112172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11218
11219 * gdb.btrace/instruction_history.exp: Update.
11220 * gdb.btrace/function_call_history.exp: Update.
11221
23a7fe75
MM
112222014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11223
11224 * gdb.btrace/function_call_history.exp: Fix expected function
11225 trace.
11226 * gdb.btrace/instruction_history.exp: Initialize traced.
11227 Remove traced_functions.
11228
724c7dd8
MM
112292014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11230
11231 * gdb.btrace/function_call_history.exp: Update
11232 * gdb.btrace/instruction_history.exp: Update.
11233
6d78d93b
MM
112342014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11235
11236 * gdb.btrace/enable.exp: Update expected text.
11237
93a360cc
OJ
112382014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11239
11240 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11241 bytes.
11242
3772b53f
MR
112432014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11244
11245 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11246
596662fa
OJ
112472014-01-15 Omair Javaid <omair.javaid@linaro.org>
11248
11249 * lib/gdb.exp (supports_process_record): Return true for
11250 arm*-linux*. (supports_reverse): Likewise.
11251
b5b08fb4
SC
112522014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11253
11254 PR python/15464
11255 PR python/16113
11256 * gdb.python/py-type.c: Enhance test case.
11257 * gdb.python/py-value-cc.cc: Likewise
11258 * gdb.python/py-type.exp: Add new tests.
11259 * gdb.python/py-value-cc.exp: Likewise
11260
52d7fb13
AA
112612014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11262 Pedro Alves <palves@redhat.com>
11263
11264 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11265 Make "name" extern.
11266 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11267 references to ${name}_start by references to ${name}.
11268
a2cd8cfe
JB
112692014-01-10 Joel Brobecker <brobecker@adacore.com>
11270
11271 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11272
4e23fced
JB
112732014-01-10 Joel Brobecker <brobecker@adacore.com>
11274
11275 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11276
c6a9e42c
PA
112772014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11278 Pedro Alves <palves@redhat.com>
11279
11280 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11281 mi_gdb_target_load.
c6a9e42c 11282
b7ea362b
PA
112832014-01-08 Pedro Alves <palves@redhat.com>
11284
11285 * gdb.threads/reconnect-signal.c: New file.
11286 * gdb.threads/reconnect-signal.exp: New file.
11287
5e3f4fab
EBM
112882014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11289
11290 * gdb.base/source-dir.exp: New file.
11291
79301218
JB
112922014-01-07 Joel Brobecker <brobecker@adacore.com>
11293
11294 * gdb.ada/mi_interface: New testcase.
11295
8e355c5d
JB
112962014-01-07 Joel Brobecker <brobecker@adacore.com>
11297
11298 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11299 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11300 gdb.ada/pp-rec-component/pck.ads: New files.
11301
c0d48811
JB
113022014-01-07 Joel Brobecker <brobecker@adacore.com>
11303
11304 * gdb.python/py-pp-integral.c: New file.
11305 * gdb.python/py-pp-integral.py: New file.
11306 * gdb.python/py-pp-integral.exp: New file.
11307
17b609c3 11308For older changes see ChangeLog-1993-2013.
c906108c 11309\f
8d8cb839
EZ
11310;; Local Variables:
11311;; mode: change-log
11312;; left-margin: 8
11313;; fill-column: 74
11314;; version-control: never
11315;; End:
902f2ccb 11316
61baf725 11317 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11318 Copying and distribution of this file, with or without modification,
11319 are permitted provided the copyright notice and this notice are preserved.