]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
Make objdump's --wide command line option affect its output of DWARF debug information.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
1de05205
PA
12017-03-08 Pedro Alves <palves@redhat.com>
2
3 * gdb.base/step-over-exit.exp: Add explicit test message.
4
c65d6b55
PA
52017-03-08 Pedro Alves <palves@redhat.com>
6
7 PR gdb/18360
8 * gdb.threads/interrupt-while-step-over.c: New file.
9 * gdb.threads/interrupt-while-step-over.exp: New file.
10
2e86a283
PA
112017-03-08 Pedro Alves <palves@redhat.com>
12
13 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
14 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
15
25dcbff6
PA
162017-03-08 Pedro Alves <palves@redhat.com>
17
18 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
19 PKRU as not supported as a PASS.
20
dc9366eb
PA
212017-03-08 Pedro Alves <palves@redhat.com>
22
23 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
24 prefix instead of $binfile1/$binfile2.
25 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
26 in test message.
27 * gdb.python/py-completion.exp: Use "load python file" as test
28 messages instead of unstable path names.
29
6e5d74e7
PA
302017-03-08 Pedro Alves <palves@redhat.com>
31 Jan Kratochvil <jan.kratochvil@redhat.com>
32
33 PR cli/21218
34 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
35 New proc.
36 (top level): Call it.
37
9753a2f6
PA
382017-03-08 Pedro Alves <palves@redhat.com>
39
40 PR tui/21216
41 * gdb.tui/tui-nl-filtered-output.exp: New file.
42
1a4dd9dd
PA
432017-03-08 Pedro Alves <palves@redhat.com>
44
45 * gdb.base/completion.exp: Move TUI completion tests to ...
46 * gdb.tui/completion.exp: ... this new file.
47
7cbbff33
PA
482017-03-08 Pedro Alves <palves@redhat.com>
49
50 * gdb.base/tui-disasm-long-lines.c,
51 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
52 gdb.base/tui-layout.exp: Move to ...
53 * gdb.tui/: ... this new directory.
54
5f6fd321
PA
552017-03-07 Pedro Alves <palves@redhat.com>
56
57 * gdb.base/tui-layout.c: New file.
58 * gdb.base/tui-layout.exp: New file.
59
44959fa8
PA
602017-03-07 Pedro Alves <palves@redhat.com>
61
62 * gdb.base/tui-layout.c: Rename to ...
63 * gdb.base/tui-disasm-long-lines.c: ... this.
64 * gdb.base/tui-layout.exp: Rename to ...
65 * gdb.base/tui-disasm-long-lines.exp: ... this.
66
f8c4e718
PA
672017-03-07 Pedro Alves <palves@redhat.com>
68
69 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
70
6dbb839a 712017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
72
73 * i386-mpx-call.c: New file.
74 * i386-mpx-call.exp: New file.
75
65b48a81
PB
762017-02-28 Peter Bergner <bergner@vnet.ibm.com>
77
78 * gdb.arch/powerpc-power.exp: Delete test.
79 * gdb.arch/powerpc-power.s: Likewise.
80 * gdb.disasm/disassembler-options.exp: New test.
81 * gdb.arch/powerpc-altivec.exp: Likewise.
82 * gdb.arch/powerpc-altivec.s: Likewise.
83 * gdb.arch/powerpc-altivec2.exp: Likewise.
84 * gdb.arch/powerpc-altivec2.s: Likewise.
85 * gdb.arch/powerpc-altivec3.exp: Likewise.
86 * gdb.arch/powerpc-altivec3.s: Likewise.
87 * gdb.arch/powerpc-power7.exp: Likewise.
88 * gdb.arch/powerpc-power7.s: Likewise.
89 * gdb.arch/powerpc-power8.exp: Likewise.
90 * gdb.arch/powerpc-power8.s: Likewise.
91 * gdb.arch/powerpc-power9.exp: Likewise.
92 * gdb.arch/powerpc-power9.s: Likewise.
93 * gdb.arch/powerpc-vsx.exp: Likewise.
94 * gdb.arch/powerpc-vsx.s: Likewise.
95 * gdb.arch/powerpc-vsx2.exp: Likewise.
96 * gdb.arch/powerpc-vsx2.s: Likewise.
97 * gdb.arch/powerpc-vsx3.exp: Likewise.
98 * gdb.arch/powerpc-vsx3.s: Likewise.
99 * gdb.arch/arm-disassembler-options.exp: Likewise.
100 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
101 * gdb.arch/s390-disassembler-options.exp: Likewise.
102
17cd4947
LM
1032017-02-23 Luis Machado <lgustavo@codesourcery.com>
104
105 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
106 (check_supported_features): ... this. Changed return type to void.
107 (supports_rdseed): New static global.
108 (rdseed): Check supports_rdseed.
109 (initialize): Call check_supported_features.
110
2039d74e
EBM
1112017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
112
113 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
114 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
115 and lqarx/stqcx.
116 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
117 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
118
a51d7ecf
EBM
1192017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
120
121 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
122 uppercase.
123
0224619f
JK
1242017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
125
126 * gdb.dwarf2/formdata16.c: New file.
127 * gdb.dwarf2/formdata16.exp: New file.
128 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
129
216f72a1
JK
1302017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
131
132 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
133 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
134 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
135 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
136 DW_AT_GNU_*.
137
43988095
JK
1382017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
139
140 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
141
99e8a4f9
SDJ
1422017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
143
144 PR gdb/21164
145 * gdb.base/maint.exp: Add testcases for when the commands do
146 not have arguments.
147
b58a8c0c
TP
1482017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
149
150 * gdb.cp/chained-calls.exp: Use p instead of P.
151
4e746bb6
TW
1522017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
153
154 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
155 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
156
3f77c769
TT
1572017-02-14 Tom Tromey <tom@tromey.com>
158
159 PR python/13598:
160 * gdb.python/py-events.exp: Add before_prompt event tests.
161
075beec0
AA
1622017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
163
164 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
165
bf5f525c
LM
1662017-02-13 Luis Machado <lgustavo@codesourcery.com>
167
168 * gdb.linespec/explicit.c (my_unique_function_name): New function.
169 (main): Call my_unique_function_name.
170 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
171 completion of patterns with a single match.
172 Add missing -re switches to gdb_test_multiple calls.
173
13a66184
LM
1742017-02-13 Luis Machado <lgustavo@codesourcery.com>
175
176 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
177 return if core file is not recognized.
178
26a06916
SM
1792017-02-10 Simon Marchi <simon.marchi@ericsson.com>
180
181 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
182 and extra UIs.
183
b761ca9e
SM
1842017-02-10 Simon Marchi <simon.marchi@ericsson.com>
185
186 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
187 proc_with_prefix.
188
b964bee0
TT
1892017-02-10 Tom Tromey <tom@tromey.com>
190
191 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
192
18da0c51
MG
1932017-02-10 Martin Galvan <martingalvan@sourceware.org>
194
195 PR gdb/21122
196 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
197
604c4576
JG
1982017-02-08 Jerome Guitton <guitton@adacore.com>
199
200 * gdb.base/define.exp: Add test for command abbreviations
201 in define.
202
20b477a7
LM
2032017-02-06 Luis Machado <lgustavo@codesourcery.com>
204
205 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
206 * gdb.reverse/insn-reverse-x86.c: New file.
207
3f7b46f2
IR
2082017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
209
210 PR tdep/20936
211 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
212
f0fd41c1
TT
2132017-02-03 Tom Tromey <tom@tromey.com>
214
215 PR rust/21097:
216 * gdb.rust/simple.exp: Add new tests.
217
5be5dbf0
PA
2182017-02-02 Pedro Alves <palves@redhat.com>
219
220 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
221 tests.
222
7346ef59
AA
2232017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
224
225 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
226 taking a 2-byte value out of a 4-byte DWARF implicit value on
227 big-endian targets.
228 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
229 logic. Add test cases for DW_OP_implicit.
230
787f0025
MM
2312017-02-01 Markus Metzger <markus.t.metzger@intel.com>
232
233 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
234
68777c29
MM
2352017-02-01 Markus Metzger <markus.t.metzger@intel.com>
236
237 * gdb.btrace/enable.exp: Call gdb_exit before
238 skip_gdbserver_tests.
239
0a1c7e28
MM
2402017-02-01 Markus Metzger <markus.t.metzger@intel.com>
241
242 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
243 GDBFLAGS.
244
b5ac99b0
MM
2452017-02-01 Markus Metzger <markus.t.metzger@intel.com>
246
247 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
248 the test is skipped.
249 * gdb.btrace/data.exp: Likewise.
250 * gdb.btrace/delta.exp: Likewise.
251 * gdb.btrace/dlopen.exp: Likewise.
252 * gdb.btrace/enable-running.exp: Likewise.
253 * gdb.btrace/enable.exp: Likewise.
254 * gdb.btrace/exception.exp: Likewise.
255 * gdb.btrace/function_call_history.exp: Likewise.
256 * gdb.btrace/gcore.exp: Likewise.
257 * gdb.btrace/instruction_history.exp: Likewise.
258 * gdb.btrace/multi-thread-step.exp: Likewise.
259 * gdb.btrace/nohist.exp: Likewise.
260 * gdb.btrace/non-stop.exp: Likewise.
261 * gdb.btrace/reconnect.exp: Likewise.
262 * gdb.btrace/record_goto-step.exp: Likewise.
263 * gdb.btrace/record_goto.exp: Likewise.
264 * gdb.btrace/rn-dl-bind.exp: Likewise.
265 * gdb.btrace/segv.exp: Likewise.
266 * gdb.btrace/step.exp: Likewise.
267 * gdb.btrace/stepi.exp: Likewise.
268 * gdb.btrace/tailcall-only.exp: Likewise.
269 * gdb.btrace/tailcall.exp: Likewise.
270 * gdb.btrace/tsx.exp: Likewise.
271 * gdb.btrace/unknown_functions.exp: Likewise.
272 * gdb.btrace/vdso.exp: Likewise.
273
cd4007e4
MM
2742017-02-01 Markus Metzger <markus.t.metzger@intel.com>
275
276 * gdb.btrace/enable-running.c: New.
277 * gdb.btrace/enable-running.exp: New.
278
2735833d
WT
2792017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
280
281 * gdb.arch/amd64-gs_base.c: New file.
282 * gdb.arch/amd64-gs_base.exp: New file.
283
b51e1e94
LM
2842017-01-26 Luis Machado <lgustavo@codesourcery.com>
285
286 * lib/memory.exp: Remove spurious empty newlines.
287
72ca0410
SM
2882017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
289
290 * gdb.python/py-bad-printers.exp: Load python file using "source".
291 * gdb.python/py-events.exp: Likewise.
292 * gdb.python/py-evsignal.exp: Likewise.
293 * gdb.python/py-evthreads.exp: Likewise.
294 * gdb.python/py-frame-args.exp: Likewise.
295 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
296 * gdb.python/py-framefilter-mi.exp: Likewise.
297 * gdb.python/py-framefilter.exp: Likewise.
298 * gdb.python/py-mi.exp: Likewise.
299 * gdb.python/py-pp-maint.exp: Likewise.
300 * gdb.python/py-pp-registration.exp: Likewise.
301 * gdb.python/py-prettyprint.exp: Likewise.
302 (run_lang_tests): Likewise.
303 * gdb.python/py-typeprint.exp: Likewise.
304
e309aa65
LM
3052017-01-26 Luis Machado <lgustavo@codesourcery.com>
306
307 * lib/memory.exp: New file.
308 * lib/gdb.exp: Load memory.exp.
309 * gdb.base/memattr.exp (delete_memory): Move proc to
310 lib/memory.exp and rename to delete_memory_regions.
311 Replace delete_memory with delete_memory_regions.
312 Cleanup memory regions before tests.
313 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
314 before tests.
315
515aff23
LM
3162017-01-26 Luis Machado <lgustavo@codesourcery.com>
317
318 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
319 files.
320 (initialize): New function conditionally defined.
321 (testcases): Move within conditional block.
322 (main): Call initialize.
323 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
324 of gdb.reverse/insn-reverse.c.
325 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
326 gdb.reverse/insn-reverse.c.
327
d8b49cf0
YQ
3282017-01-26 Yao Qi <yao.qi@linaro.org>
329
330 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
331 disassemble on address 0.
332
f13a9a0c
YQ
3332017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
334 Yao Qi <yao.qi@linaro.org>
335
336 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
337 * gdb.dwarf2/implptr-64bit.S: Remove.
338 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
339 variables in caller's context. Add DW_OP_implicit_value.
340
5ac95241
YQ
3412017-01-25 Yao Qi <yao.qi@linaro.org>
342
343 * lib/dwarf.exp (Dwarf::_location): Handle
344 DW_OP_GNU_implicit_pointer with proper size.
345
23e82930
LM
3462017-01-20 Luis Machado <lgustavo@codesourcery.com>
347
348 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
349 and add untested calls.
350
d334ae25
LM
3512017-01-20 Luis Machado <lgustavo@codesourcery.com>
352
353 * gdb.python/python.exp: Check line number against what GDB thinks
354 the line number is for func1.
355
f5e6296e
IB
3562017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
357
358 * gdb.dlang/debug-expr.exp: New file.
359
5b362f04
LM
3602016-12-23 Luis Machado <lgustavo@codesourcery.com>
361
362 Fix test names for the following files:
363
364 * gdb.ada/exec_changed.exp
365 * gdb.ada/info_types.exp
366 * gdb.arch/aarch64-atomic-inst.exp
367 * gdb.arch/aarch64-fp.exp
368 * gdb.arch/altivec-abi.exp
369 * gdb.arch/altivec-regs.exp
370 * gdb.arch/amd64-byte.exp
371 * gdb.arch/amd64-disp-step.exp
372 * gdb.arch/amd64-dword.exp
373 * gdb.arch/amd64-entry-value-inline.exp
374 * gdb.arch/amd64-entry-value-param.exp
375 * gdb.arch/amd64-entry-value-paramref.exp
376 * gdb.arch/amd64-entry-value.exp
377 * gdb.arch/amd64-i386-address.exp
378 * gdb.arch/amd64-invalid-stack-middle.exp
379 * gdb.arch/amd64-invalid-stack-top.exp
380 * gdb.arch/amd64-optimout-repeat.exp
381 * gdb.arch/amd64-prologue-skip.exp
382 * gdb.arch/amd64-prologue-xmm.exp
383 * gdb.arch/amd64-stap-special-operands.exp
384 * gdb.arch/amd64-stap-wrong-subexp.exp
385 * gdb.arch/amd64-tailcall-cxx.exp
386 * gdb.arch/amd64-tailcall-noret.exp
387 * gdb.arch/amd64-tailcall-ret.exp
388 * gdb.arch/amd64-tailcall-self.exp
389 * gdb.arch/amd64-word.exp
390 * gdb.arch/arm-bl-branch-dest.exp
391 * gdb.arch/arm-disp-step.exp
392 * gdb.arch/arm-neon.exp
393 * gdb.arch/arm-single-step-kernel-helper.exp
394 * gdb.arch/avr-flash-qualifier.exp
395 * gdb.arch/disp-step-insn-reloc.exp
396 * gdb.arch/e500-abi.exp
397 * gdb.arch/e500-regs.exp
398 * gdb.arch/ftrace-insn-reloc.exp
399 * gdb.arch/i386-avx512.exp
400 * gdb.arch/i386-bp_permanent.exp
401 * gdb.arch/i386-byte.exp
402 * gdb.arch/i386-cfi-notcurrent.exp
403 * gdb.arch/i386-disp-step.exp
404 * gdb.arch/i386-dr3-watch.exp
405 * gdb.arch/i386-float.exp
406 * gdb.arch/i386-gnu-cfi.exp
407 * gdb.arch/i386-mpx-map.exp
408 * gdb.arch/i386-mpx-sigsegv.exp
409 * gdb.arch/i386-mpx-simple_segv.exp
410 * gdb.arch/i386-mpx.exp
411 * gdb.arch/i386-permbkpt.exp
412 * gdb.arch/i386-prologue.exp
413 * gdb.arch/i386-signal.exp
414 * gdb.arch/i386-size-overlap.exp
415 * gdb.arch/i386-unwind.exp
416 * gdb.arch/i386-word.exp
417 * gdb.arch/mips-fcr.exp
418 * gdb.arch/powerpc-d128-regs.exp
419 * gdb.arch/powerpc-stackless.exp
420 * gdb.arch/ppc64-atomic-inst.exp
421 * gdb.arch/s390-stackless.exp
422 * gdb.arch/s390-tdbregs.exp
423 * gdb.arch/s390-vregs.exp
424 * gdb.arch/sparc-sysstep.exp
425 * gdb.arch/thumb-bx-pc.exp
426 * gdb.arch/thumb-singlestep.exp
427 * gdb.arch/thumb2-it.exp
428 * gdb.arch/vsx-regs.exp
429 * gdb.asm/asm-source.exp
430 * gdb.base/a2-run.exp
431 * gdb.base/advance.exp
432 * gdb.base/all-bin.exp
433 * gdb.base/anon.exp
434 * gdb.base/args.exp
435 * gdb.base/arithmet.exp
436 * gdb.base/async-shell.exp
437 * gdb.base/async.exp
438 * gdb.base/attach-pie-noexec.exp
439 * gdb.base/attach-twice.exp
440 * gdb.base/auto-load.exp
441 * gdb.base/bang.exp
442 * gdb.base/bitfields.exp
443 * gdb.base/break-always.exp
444 * gdb.base/break-caller-line.exp
445 * gdb.base/break-entry.exp
446 * gdb.base/break-inline.exp
447 * gdb.base/break-on-linker-gcd-function.exp
448 * gdb.base/break-probes.exp
449 * gdb.base/break.exp
450 * gdb.base/breakpoint-shadow.exp
451 * gdb.base/call-ar-st.exp
452 * gdb.base/call-sc.exp
453 * gdb.base/call-signal-resume.exp
454 * gdb.base/call-strs.exp
455 * gdb.base/callfuncs.exp
456 * gdb.base/catch-fork-static.exp
457 * gdb.base/catch-gdb-caused-signals.exp
458 * gdb.base/catch-load.exp
459 * gdb.base/catch-signal-fork.exp
460 * gdb.base/catch-signal.exp
461 * gdb.base/catch-syscall.exp
462 * gdb.base/charset.exp
463 * gdb.base/checkpoint.exp
464 * gdb.base/chng-syms.exp
465 * gdb.base/code-expr.exp
466 * gdb.base/code_elim.exp
467 * gdb.base/commands.exp
468 * gdb.base/completion.exp
469 * gdb.base/complex.exp
470 * gdb.base/cond-expr.exp
471 * gdb.base/condbreak.exp
472 * gdb.base/consecutive.exp
473 * gdb.base/continue-all-already-running.exp
474 * gdb.base/coredump-filter.exp
475 * gdb.base/corefile.exp
476 * gdb.base/dbx.exp
477 * gdb.base/debug-expr.exp
478 * gdb.base/define.exp
479 * gdb.base/del.exp
480 * gdb.base/disabled-location.exp
481 * gdb.base/disasm-end-cu.exp
482 * gdb.base/disasm-optim.exp
483 * gdb.base/display.exp
484 * gdb.base/duplicate-bp.exp
485 * gdb.base/ena-dis-br.exp
486 * gdb.base/ending-run.exp
487 * gdb.base/enumval.exp
488 * gdb.base/environ.exp
489 * gdb.base/eu-strip-infcall.exp
490 * gdb.base/eval-avoid-side-effects.exp
491 * gdb.base/eval-skip.exp
492 * gdb.base/exitsignal.exp
493 * gdb.base/expand-psymtabs.exp
494 * gdb.base/filesym.exp
495 * gdb.base/find-unmapped.exp
496 * gdb.base/finish.exp
497 * gdb.base/float.exp
498 * gdb.base/foll-exec-mode.exp
499 * gdb.base/foll-exec.exp
500 * gdb.base/foll-fork.exp
501 * gdb.base/fortran-sym-case.exp
502 * gdb.base/freebpcmd.exp
503 * gdb.base/func-ptr.exp
504 * gdb.base/func-ptrs.exp
505 * gdb.base/funcargs.exp
506 * gdb.base/gcore-buffer-overflow.exp
507 * gdb.base/gcore-relro-pie.exp
508 * gdb.base/gcore-relro.exp
509 * gdb.base/gcore.exp
510 * gdb.base/gdb1090.exp
511 * gdb.base/gdb11530.exp
512 * gdb.base/gdb11531.exp
513 * gdb.base/gdb1821.exp
514 * gdb.base/gdbindex-stabs.exp
515 * gdb.base/gdbvars.exp
516 * gdb.base/hbreak.exp
517 * gdb.base/hbreak2.exp
518 * gdb.base/included.exp
519 * gdb.base/infcall-input.exp
520 * gdb.base/inferior-died.exp
521 * gdb.base/infnan.exp
522 * gdb.base/info-macros.exp
523 * gdb.base/info-os.exp
524 * gdb.base/info-proc.exp
525 * gdb.base/info-shared.exp
526 * gdb.base/info-target.exp
527 * gdb.base/infoline.exp
528 * gdb.base/interp.exp
529 * gdb.base/interrupt.exp
530 * gdb.base/jit-reader.exp
531 * gdb.base/jit-simple.exp
532 * gdb.base/kill-after-signal.exp
533 * gdb.base/kill-detach-inferiors-cmd.exp
534 * gdb.base/label.exp
535 * gdb.base/langs.exp
536 * gdb.base/ldbl_e308.exp
537 * gdb.base/line-symtabs.exp
538 * gdb.base/linespecs.exp
539 * gdb.base/list.exp
540 * gdb.base/long_long.exp
541 * gdb.base/longest-types.exp
542 * gdb.base/maint.exp
543 * gdb.base/max-value-size.exp
544 * gdb.base/memattr.exp
545 * gdb.base/mips_pro.exp
546 * gdb.base/morestack.exp
547 * gdb.base/moribund-step.exp
548 * gdb.base/multi-forks.exp
549 * gdb.base/nested-addr.exp
550 * gdb.base/nextoverexit.exp
551 * gdb.base/noreturn-finish.exp
552 * gdb.base/noreturn-return.exp
553 * gdb.base/nostdlib.exp
554 * gdb.base/offsets.exp
555 * gdb.base/opaque.exp
556 * gdb.base/pc-fp.exp
557 * gdb.base/permissions.exp
558 * gdb.base/print-symbol-loading.exp
559 * gdb.base/prologue-include.exp
560 * gdb.base/psymtab.exp
561 * gdb.base/ptype.exp
562 * gdb.base/random-signal.exp
563 * gdb.base/randomize.exp
564 * gdb.base/range-stepping.exp
565 * gdb.base/readline-ask.exp
566 * gdb.base/recpar.exp
567 * gdb.base/recurse.exp
568 * gdb.base/relational.exp
569 * gdb.base/restore.exp
570 * gdb.base/return-nodebug.exp
571 * gdb.base/return.exp
572 * gdb.base/run-after-attach.exp
573 * gdb.base/save-bp.exp
574 * gdb.base/scope.exp
575 * gdb.base/sect-cmd.exp
576 * gdb.base/set-lang-auto.exp
577 * gdb.base/set-noassign.exp
578 * gdb.base/setvar.exp
579 * gdb.base/sigall.exp
580 * gdb.base/sigbpt.exp
581 * gdb.base/siginfo-addr.exp
582 * gdb.base/siginfo-infcall.exp
583 * gdb.base/siginfo-obj.exp
584 * gdb.base/siginfo.exp
585 * gdb.base/signals-state-child.exp
586 * gdb.base/signest.exp
587 * gdb.base/sigstep.exp
588 * gdb.base/sizeof.exp
589 * gdb.base/skip.exp
590 * gdb.base/solib-corrupted.exp
591 * gdb.base/solib-nodir.exp
592 * gdb.base/solib-search.exp
593 * gdb.base/stack-checking.exp
594 * gdb.base/stale-infcall.exp
595 * gdb.base/stap-probe.exp
596 * gdb.base/start.exp
597 * gdb.base/step-break.exp
598 * gdb.base/step-bt.exp
599 * gdb.base/step-line.exp
600 * gdb.base/step-over-exit.exp
601 * gdb.base/step-over-syscall.exp
602 * gdb.base/step-resume-infcall.exp
603 * gdb.base/step-test.exp
604 * gdb.base/store.exp
605 * gdb.base/structs3.exp
606 * gdb.base/sym-file.exp
607 * gdb.base/symbol-without-target_section.exp
608 * gdb.base/term.exp
609 * gdb.base/testenv.exp
610 * gdb.base/ui-redirect.exp
611 * gdb.base/until.exp
612 * gdb.base/unwindonsignal.exp
613 * gdb.base/value-double-free.exp
614 * gdb.base/vla-datatypes.exp
615 * gdb.base/vla-ptr.exp
616 * gdb.base/vla-sideeffect.exp
617 * gdb.base/volatile.exp
618 * gdb.base/watch-cond-infcall.exp
619 * gdb.base/watch-cond.exp
620 * gdb.base/watch-non-mem.exp
621 * gdb.base/watch-read.exp
622 * gdb.base/watch-vfork.exp
623 * gdb.base/watchpoint-cond-gone.exp
624 * gdb.base/watchpoint-delete.exp
625 * gdb.base/watchpoint-hw-hit-once.exp
626 * gdb.base/watchpoint-hw.exp
627 * gdb.base/watchpoint-stops-at-right-insn.exp
628 * gdb.base/watchpoints.exp
629 * gdb.base/wchar.exp
630 * gdb.base/whatis-exp.exp
631 * gdb.btrace/buffer-size.exp
632 * gdb.btrace/data.exp
633 * gdb.btrace/delta.exp
634 * gdb.btrace/dlopen.exp
635 * gdb.btrace/enable.exp
636 * gdb.btrace/exception.exp
637 * gdb.btrace/function_call_history.exp
638 * gdb.btrace/gcore.exp
639 * gdb.btrace/instruction_history.exp
640 * gdb.btrace/nohist.exp
641 * gdb.btrace/reconnect.exp
642 * gdb.btrace/record_goto-step.exp
643 * gdb.btrace/record_goto.exp
644 * gdb.btrace/rn-dl-bind.exp
645 * gdb.btrace/segv.exp
646 * gdb.btrace/step.exp
647 * gdb.btrace/stepi.exp
648 * gdb.btrace/tailcall-only.exp
649 * gdb.btrace/tailcall.exp
650 * gdb.btrace/tsx.exp
651 * gdb.btrace/unknown_functions.exp
652 * gdb.btrace/vdso.exp
653 * gdb.compile/compile-ifunc.exp
654 * gdb.compile/compile-ops.exp
655 * gdb.compile/compile-print.exp
656 * gdb.compile/compile-setjmp.exp
657 * gdb.cp/abstract-origin.exp
658 * gdb.cp/ambiguous.exp
659 * gdb.cp/annota2.exp
660 * gdb.cp/annota3.exp
661 * gdb.cp/anon-ns.exp
662 * gdb.cp/anon-struct.exp
663 * gdb.cp/anon-union.exp
664 * gdb.cp/arg-reference.exp
665 * gdb.cp/baseenum.exp
666 * gdb.cp/bool.exp
667 * gdb.cp/breakpoint.exp
668 * gdb.cp/bs15503.exp
669 * gdb.cp/call-c.exp
670 * gdb.cp/casts.exp
671 * gdb.cp/chained-calls.exp
672 * gdb.cp/class2.exp
673 * gdb.cp/classes.exp
674 * gdb.cp/cmpd-minsyms.exp
675 * gdb.cp/converts.exp
676 * gdb.cp/cp-relocate.exp
677 * gdb.cp/cpcompletion.exp
678 * gdb.cp/cpexprs.exp
679 * gdb.cp/cplabel.exp
680 * gdb.cp/cplusfuncs.exp
681 * gdb.cp/cpsizeof.exp
682 * gdb.cp/ctti.exp
683 * gdb.cp/derivation.exp
684 * gdb.cp/destrprint.exp
685 * gdb.cp/dispcxx.exp
686 * gdb.cp/enum-class.exp
687 * gdb.cp/exception.exp
688 * gdb.cp/exceptprint.exp
689 * gdb.cp/expand-psymtabs-cxx.exp
690 * gdb.cp/expand-sals.exp
691 * gdb.cp/extern-c.exp
692 * gdb.cp/filename.exp
693 * gdb.cp/formatted-ref.exp
694 * gdb.cp/fpointer.exp
695 * gdb.cp/gdb1355.exp
696 * gdb.cp/gdb2495.exp
697 * gdb.cp/hang.exp
698 * gdb.cp/impl-this.exp
699 * gdb.cp/infcall-dlopen.exp
700 * gdb.cp/inherit.exp
701 * gdb.cp/iostream.exp
702 * gdb.cp/koenig.exp
703 * gdb.cp/local.exp
704 * gdb.cp/m-data.exp
705 * gdb.cp/m-static.exp
706 * gdb.cp/mb-ctor.exp
707 * gdb.cp/mb-inline.exp
708 * gdb.cp/mb-templates.exp
709 * gdb.cp/member-name.exp
710 * gdb.cp/member-ptr.exp
711 * gdb.cp/meth-typedefs.exp
712 * gdb.cp/method.exp
713 * gdb.cp/method2.exp
714 * gdb.cp/minsym-fallback.exp
715 * gdb.cp/misc.exp
716 * gdb.cp/namelessclass.exp
717 * gdb.cp/namespace-enum.exp
718 * gdb.cp/namespace-nested-import.exp
719 * gdb.cp/namespace.exp
720 * gdb.cp/nextoverthrow.exp
721 * gdb.cp/no-dmgl-verbose.exp
722 * gdb.cp/non-trivial-retval.exp
723 * gdb.cp/noparam.exp
724 * gdb.cp/nsdecl.exp
725 * gdb.cp/nsimport.exp
726 * gdb.cp/nsnested.exp
727 * gdb.cp/nsnoimports.exp
728 * gdb.cp/nsrecurs.exp
729 * gdb.cp/nsstress.exp
730 * gdb.cp/nsusing.exp
731 * gdb.cp/operator.exp
732 * gdb.cp/oranking.exp
733 * gdb.cp/overload-const.exp
734 * gdb.cp/overload.exp
735 * gdb.cp/ovldbreak.exp
736 * gdb.cp/ovsrch.exp
737 * gdb.cp/paren-type.exp
738 * gdb.cp/parse-lang.exp
739 * gdb.cp/pass-by-ref.exp
740 * gdb.cp/pr-1023.exp
741 * gdb.cp/pr-1210.exp
742 * gdb.cp/pr-574.exp
743 * gdb.cp/pr10687.exp
744 * gdb.cp/pr12028.exp
745 * gdb.cp/pr17132.exp
746 * gdb.cp/pr17494.exp
747 * gdb.cp/pr9067.exp
748 * gdb.cp/pr9167.exp
749 * gdb.cp/pr9631.exp
750 * gdb.cp/printmethod.exp
751 * gdb.cp/psmang.exp
752 * gdb.cp/psymtab-parameter.exp
753 * gdb.cp/ptype-cv-cp.exp
754 * gdb.cp/ptype-flags.exp
755 * gdb.cp/re-set-overloaded.exp
756 * gdb.cp/ref-types.exp
757 * gdb.cp/rtti.exp
758 * gdb.cp/scope-err.exp
759 * gdb.cp/shadow.exp
760 * gdb.cp/smartp.exp
761 * gdb.cp/static-method.exp
762 * gdb.cp/static-print-quit.exp
763 * gdb.cp/temargs.exp
764 * gdb.cp/templates.exp
765 * gdb.cp/try_catch.exp
766 * gdb.cp/typedef-operator.exp
767 * gdb.cp/typeid.exp
768 * gdb.cp/userdef.exp
769 * gdb.cp/using-crash.exp
770 * gdb.cp/var-tag.exp
771 * gdb.cp/virtbase.exp
772 * gdb.cp/virtfunc.exp
773 * gdb.cp/virtfunc2.exp
774 * gdb.cp/vla-cxx.exp
775 * gdb.disasm/t01_mov.exp
776 * gdb.disasm/t02_mova.exp
777 * gdb.disasm/t03_add.exp
778 * gdb.disasm/t04_sub.exp
779 * gdb.disasm/t05_cmp.exp
780 * gdb.disasm/t06_ari2.exp
781 * gdb.disasm/t07_ari3.exp
782 * gdb.disasm/t08_or.exp
783 * gdb.disasm/t09_xor.exp
784 * gdb.disasm/t10_and.exp
785 * gdb.disasm/t11_logs.exp
786 * gdb.disasm/t12_bit.exp
787 * gdb.disasm/t13_otr.exp
788 * gdb.dlang/circular.exp
789 * gdb.dwarf2/arr-stride.exp
790 * gdb.dwarf2/arr-subrange.exp
791 * gdb.dwarf2/atomic-type.exp
792 * gdb.dwarf2/bad-regnum.exp
793 * gdb.dwarf2/bitfield-parent-optimized-out.exp
794 * gdb.dwarf2/callframecfa.exp
795 * gdb.dwarf2/clztest.exp
796 * gdb.dwarf2/corrupt.exp
797 * gdb.dwarf2/data-loc.exp
798 * gdb.dwarf2/dup-psym.exp
799 * gdb.dwarf2/dw2-anon-mptr.exp
800 * gdb.dwarf2/dw2-anonymous-func.exp
801 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
802 * gdb.dwarf2/dw2-bad-unresolved.exp
803 * gdb.dwarf2/dw2-basic.exp
804 * gdb.dwarf2/dw2-canonicalize-type.exp
805 * gdb.dwarf2/dw2-case-insensitive.exp
806 * gdb.dwarf2/dw2-common-block.exp
807 * gdb.dwarf2/dw2-compdir-oldgcc.exp
808 * gdb.dwarf2/dw2-compressed.exp
809 * gdb.dwarf2/dw2-const.exp
810 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
811 * gdb.dwarf2/dw2-cu-size.exp
812 * gdb.dwarf2/dw2-dup-frame.exp
813 * gdb.dwarf2/dw2-entry-value.exp
814 * gdb.dwarf2/dw2-icycle.exp
815 * gdb.dwarf2/dw2-ifort-parameter.exp
816 * gdb.dwarf2/dw2-inline-break.exp
817 * gdb.dwarf2/dw2-inline-param.exp
818 * gdb.dwarf2/dw2-intercu.exp
819 * gdb.dwarf2/dw2-intermix.exp
820 * gdb.dwarf2/dw2-lexical-block-bare.exp
821 * gdb.dwarf2/dw2-linkage-name-trust.exp
822 * gdb.dwarf2/dw2-minsym-in-cu.exp
823 * gdb.dwarf2/dw2-noloc.exp
824 * gdb.dwarf2/dw2-op-call.exp
825 * gdb.dwarf2/dw2-op-out-param.exp
826 * gdb.dwarf2/dw2-opt-structptr.exp
827 * gdb.dwarf2/dw2-param-error.exp
828 * gdb.dwarf2/dw2-producer.exp
829 * gdb.dwarf2/dw2-ranges-base.exp
830 * gdb.dwarf2/dw2-ref-missing-frame.exp
831 * gdb.dwarf2/dw2-reg-undefined.exp
832 * gdb.dwarf2/dw2-regno-invalid.exp
833 * gdb.dwarf2/dw2-restore.exp
834 * gdb.dwarf2/dw2-restrict.exp
835 * gdb.dwarf2/dw2-single-line-discriminators.exp
836 * gdb.dwarf2/dw2-strp.exp
837 * gdb.dwarf2/dw2-undefined-ret-addr.exp
838 * gdb.dwarf2/dw2-unresolved.exp
839 * gdb.dwarf2/dw2-var-zero-addr.exp
840 * gdb.dwarf2/dw4-sig-types.exp
841 * gdb.dwarf2/dwz.exp
842 * gdb.dwarf2/dynarr-ptr.exp
843 * gdb.dwarf2/enum-type.exp
844 * gdb.dwarf2/gdb-index.exp
845 * gdb.dwarf2/implptr-64bit.exp
846 * gdb.dwarf2/implptr-optimized-out.exp
847 * gdb.dwarf2/implptr.exp
848 * gdb.dwarf2/implref-array.exp
849 * gdb.dwarf2/implref-const.exp
850 * gdb.dwarf2/implref-global.exp
851 * gdb.dwarf2/implref-struct.exp
852 * gdb.dwarf2/mac-fileno.exp
853 * gdb.dwarf2/main-subprogram.exp
854 * gdb.dwarf2/member-ptr-forwardref.exp
855 * gdb.dwarf2/method-ptr.exp
856 * gdb.dwarf2/missing-sig-type.exp
857 * gdb.dwarf2/nonvar-access.exp
858 * gdb.dwarf2/opaque-type-lookup.exp
859 * gdb.dwarf2/pieces-optimized-out.exp
860 * gdb.dwarf2/pieces.exp
861 * gdb.dwarf2/pr10770.exp
862 * gdb.dwarf2/pr13961.exp
863 * gdb.dwarf2/staticvirtual.exp
864 * gdb.dwarf2/subrange.exp
865 * gdb.dwarf2/symtab-producer.exp
866 * gdb.dwarf2/trace-crash.exp
867 * gdb.dwarf2/typeddwarf.exp
868 * gdb.dwarf2/valop.exp
869 * gdb.dwarf2/watch-notconst.exp
870 * gdb.fortran/array-element.exp
871 * gdb.fortran/charset.exp
872 * gdb.fortran/common-block.exp
873 * gdb.fortran/complex.exp
874 * gdb.fortran/derived-type-function.exp
875 * gdb.fortran/derived-type.exp
876 * gdb.fortran/logical.exp
877 * gdb.fortran/module.exp
878 * gdb.fortran/multi-dim.exp
879 * gdb.fortran/nested-funcs.exp
880 * gdb.fortran/print-formatted.exp
881 * gdb.fortran/subarray.exp
882 * gdb.fortran/vla-alloc-assoc.exp
883 * gdb.fortran/vla-datatypes.exp
884 * gdb.fortran/vla-history.exp
885 * gdb.fortran/vla-ptr-info.exp
886 * gdb.fortran/vla-ptype-sub.exp
887 * gdb.fortran/vla-ptype.exp
888 * gdb.fortran/vla-sizeof.exp
889 * gdb.fortran/vla-type.exp
890 * gdb.fortran/vla-value-sub-arbitrary.exp
891 * gdb.fortran/vla-value-sub-finish.exp
892 * gdb.fortran/vla-value-sub.exp
893 * gdb.fortran/vla-value.exp
894 * gdb.fortran/whatis_type.exp
895 * gdb.go/chan.exp
896 * gdb.go/handcall.exp
897 * gdb.go/hello.exp
898 * gdb.go/integers.exp
899 * gdb.go/methods.exp
900 * gdb.go/package.exp
901 * gdb.go/strings.exp
902 * gdb.go/types.exp
903 * gdb.go/unsafe.exp
904 * gdb.guile/scm-arch.exp
905 * gdb.guile/scm-block.exp
906 * gdb.guile/scm-breakpoint.exp
907 * gdb.guile/scm-cmd.exp
908 * gdb.guile/scm-disasm.exp
909 * gdb.guile/scm-equal.exp
910 * gdb.guile/scm-frame-args.exp
911 * gdb.guile/scm-frame-inline.exp
912 * gdb.guile/scm-frame.exp
913 * gdb.guile/scm-iterator.exp
914 * gdb.guile/scm-math.exp
915 * gdb.guile/scm-objfile.exp
916 * gdb.guile/scm-ports.exp
917 * gdb.guile/scm-symbol.exp
918 * gdb.guile/scm-symtab.exp
919 * gdb.guile/scm-value-cc.exp
920 * gdb.guile/types-module.exp
921 * gdb.linespec/break-ask.exp
922 * gdb.linespec/cpexplicit.exp
923 * gdb.linespec/explicit.exp
924 * gdb.linespec/keywords.exp
925 * gdb.linespec/linespec.exp
926 * gdb.linespec/ls-dollar.exp
927 * gdb.linespec/ls-errs.exp
928 * gdb.linespec/skip-two.exp
929 * gdb.linespec/thread.exp
930 * gdb.mi/mi-async.exp
931 * gdb.mi/mi-basics.exp
932 * gdb.mi/mi-break.exp
933 * gdb.mi/mi-catch-load.exp
934 * gdb.mi/mi-cli.exp
935 * gdb.mi/mi-cmd-param-changed.exp
936 * gdb.mi/mi-console.exp
937 * gdb.mi/mi-detach.exp
938 * gdb.mi/mi-disassemble.exp
939 * gdb.mi/mi-eval.exp
940 * gdb.mi/mi-file-transfer.exp
941 * gdb.mi/mi-file.exp
942 * gdb.mi/mi-fill-memory.exp
943 * gdb.mi/mi-inheritance-syntax-error.exp
944 * gdb.mi/mi-linespec-err-cp.exp
945 * gdb.mi/mi-logging.exp
946 * gdb.mi/mi-memory-changed.exp
947 * gdb.mi/mi-read-memory.exp
948 * gdb.mi/mi-record-changed.exp
949 * gdb.mi/mi-reg-undefined.exp
950 * gdb.mi/mi-regs.exp
951 * gdb.mi/mi-return.exp
952 * gdb.mi/mi-reverse.exp
953 * gdb.mi/mi-simplerun.exp
954 * gdb.mi/mi-solib.exp
955 * gdb.mi/mi-stack.exp
956 * gdb.mi/mi-stepi.exp
957 * gdb.mi/mi-syn-frame.exp
958 * gdb.mi/mi-until.exp
959 * gdb.mi/mi-var-block.exp
960 * gdb.mi/mi-var-child.exp
961 * gdb.mi/mi-var-cmd.exp
962 * gdb.mi/mi-var-cp.exp
963 * gdb.mi/mi-var-display.exp
964 * gdb.mi/mi-var-invalidate.exp
965 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
966 * gdb.mi/mi-vla-fortran.exp
967 * gdb.mi/mi-watch.exp
968 * gdb.mi/mi2-var-child.exp
969 * gdb.mi/user-selected-context-sync.exp
970 * gdb.modula2/unbounded-array.exp
971 * gdb.multi/dummy-frame-restore.exp
972 * gdb.multi/multi-arch-exec.exp
973 * gdb.multi/multi-arch.exp
974 * gdb.multi/tids.exp
975 * gdb.multi/watchpoint-multi.exp
976 * gdb.opencl/callfuncs.exp
977 * gdb.opencl/convs_casts.exp
978 * gdb.opencl/datatypes.exp
979 * gdb.opencl/operators.exp
980 * gdb.opencl/vec_comps.exp
981 * gdb.opt/clobbered-registers-O2.exp
982 * gdb.opt/inline-break.exp
983 * gdb.opt/inline-bt.exp
984 * gdb.opt/inline-cmds.exp
985 * gdb.opt/inline-locals.exp
986 * gdb.pascal/case-insensitive-symbols.exp
987 * gdb.pascal/floats.exp
988 * gdb.pascal/gdb11492.exp
989 * gdb.python/lib-types.exp
990 * gdb.python/py-arch.exp
991 * gdb.python/py-as-string.exp
992 * gdb.python/py-bad-printers.exp
993 * gdb.python/py-block.exp
994 * gdb.python/py-breakpoint-create-fail.exp
995 * gdb.python/py-breakpoint.exp
996 * gdb.python/py-caller-is.exp
997 * gdb.python/py-cmd.exp
998 * gdb.python/py-explore-cc.exp
999 * gdb.python/py-explore.exp
1000 * gdb.python/py-finish-breakpoint.exp
1001 * gdb.python/py-finish-breakpoint2.exp
1002 * gdb.python/py-frame-args.exp
1003 * gdb.python/py-frame-inline.exp
1004 * gdb.python/py-frame.exp
1005 * gdb.python/py-framefilter-mi.exp
1006 * gdb.python/py-infthread.exp
1007 * gdb.python/py-lazy-string.exp
1008 * gdb.python/py-linetable.exp
1009 * gdb.python/py-mi-events.exp
1010 * gdb.python/py-mi-objfile.exp
1011 * gdb.python/py-mi.exp
1012 * gdb.python/py-objfile.exp
1013 * gdb.python/py-pp-integral.exp
1014 * gdb.python/py-pp-maint.exp
1015 * gdb.python/py-pp-re-notag.exp
1016 * gdb.python/py-pp-registration.exp
1017 * gdb.python/py-recurse-unwind.exp
1018 * gdb.python/py-strfns.exp
1019 * gdb.python/py-symbol.exp
1020 * gdb.python/py-symtab.exp
1021 * gdb.python/py-sync-interp.exp
1022 * gdb.python/py-typeprint.exp
1023 * gdb.python/py-unwind-maint.exp
1024 * gdb.python/py-unwind.exp
1025 * gdb.python/py-value-cc.exp
1026 * gdb.python/py-xmethods.exp
1027 * gdb.reverse/amd64-tailcall-reverse.exp
1028 * gdb.reverse/break-precsave.exp
1029 * gdb.reverse/break-reverse.exp
1030 * gdb.reverse/consecutive-precsave.exp
1031 * gdb.reverse/consecutive-reverse.exp
1032 * gdb.reverse/finish-precsave.exp
1033 * gdb.reverse/finish-reverse-bkpt.exp
1034 * gdb.reverse/finish-reverse.exp
1035 * gdb.reverse/fstatat-reverse.exp
1036 * gdb.reverse/getresuid-reverse.exp
1037 * gdb.reverse/i386-precsave.exp
1038 * gdb.reverse/i386-reverse.exp
1039 * gdb.reverse/i386-sse-reverse.exp
1040 * gdb.reverse/i387-env-reverse.exp
1041 * gdb.reverse/i387-stack-reverse.exp
1042 * gdb.reverse/insn-reverse.exp
1043 * gdb.reverse/machinestate-precsave.exp
1044 * gdb.reverse/machinestate.exp
1045 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1046 * gdb.reverse/pipe-reverse.exp
1047 * gdb.reverse/readv-reverse.exp
1048 * gdb.reverse/recvmsg-reverse.exp
1049 * gdb.reverse/rerun-prec.exp
1050 * gdb.reverse/s390-mvcle.exp
1051 * gdb.reverse/step-precsave.exp
1052 * gdb.reverse/step-reverse.exp
1053 * gdb.reverse/time-reverse.exp
1054 * gdb.reverse/until-precsave.exp
1055 * gdb.reverse/until-reverse.exp
1056 * gdb.reverse/waitpid-reverse.exp
1057 * gdb.reverse/watch-precsave.exp
1058 * gdb.reverse/watch-reverse.exp
1059 * gdb.rust/generics.exp
1060 * gdb.rust/methods.exp
1061 * gdb.rust/modules.exp
1062 * gdb.rust/simple.exp
1063 * gdb.server/connect-with-no-symbol-file.exp
1064 * gdb.server/ext-attach.exp
1065 * gdb.server/ext-restart.exp
1066 * gdb.server/ext-wrapper.exp
1067 * gdb.server/file-transfer.exp
1068 * gdb.server/server-exec-info.exp
1069 * gdb.server/server-kill.exp
1070 * gdb.server/server-mon.exp
1071 * gdb.server/wrapper.exp
1072 * gdb.stabs/exclfwd.exp
1073 * gdb.stabs/gdb11479.exp
1074 * gdb.threads/clone-new-thread-event.exp
1075 * gdb.threads/corethreads.exp
1076 * gdb.threads/current-lwp-dead.exp
1077 * gdb.threads/dlopen-libpthread.exp
1078 * gdb.threads/gcore-thread.exp
1079 * gdb.threads/sigstep-threads.exp
1080 * gdb.threads/watchpoint-fork.exp
1081 * gdb.trace/actions-changed.exp
1082 * gdb.trace/backtrace.exp
1083 * gdb.trace/change-loc.exp
1084 * gdb.trace/circ.exp
1085 * gdb.trace/collection.exp
1086 * gdb.trace/disconnected-tracing.exp
1087 * gdb.trace/ftrace.exp
1088 * gdb.trace/mi-trace-frame-collected.exp
1089 * gdb.trace/mi-trace-unavailable.exp
1090 * gdb.trace/mi-traceframe-changed.exp
1091 * gdb.trace/mi-tsv-changed.exp
1092 * gdb.trace/no-attach-trace.exp
1093 * gdb.trace/passc-dyn.exp
1094 * gdb.trace/qtro.exp
1095 * gdb.trace/range-stepping.exp
1096 * gdb.trace/read-memory.exp
1097 * gdb.trace/save-trace.exp
1098 * gdb.trace/signal.exp
1099 * gdb.trace/status-stop.exp
1100 * gdb.trace/tfile.exp
1101 * gdb.trace/trace-break.exp
1102 * gdb.trace/trace-buffer-size.exp
1103 * gdb.trace/trace-condition.exp
1104 * gdb.trace/tracefile-pseudo-reg.exp
1105 * gdb.trace/tstatus.exp
1106 * gdb.trace/unavailable.exp
1107 * gdb.trace/while-dyn.exp
1108 * gdb.trace/while-stepping.exp
1109
34c41c68
DE
11102016-12-22 Doug Evans <xdje42@gmail.com>
1111
1112 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1113 and msymbols.
1114
16e69324
YQ
11152016-12-19 Yao Qi <yao.qi@linaro.org>
1116
1117 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1118 (test_with_self): Don't call do_steps_and_nexts, and remove
1119 code about stepping into xmalloc.
1120
f94f411b
YQ
11212016-12-09 Yao Qi <yao.qi@linaro.org>
1122
1123 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1124
11252016-12-09 Yao Qi <yao.qi@linaro.org>
1126
1127 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1128
f1b5deee
PA
11292016-12-09 Pedro Alves <palves@redhat.com>
1130
1131 * gdb.base/all-architectures-0.exp: New file.
1132 * gdb.base/all-architectures-1.exp: New file.
1133 * gdb.base/all-architectures-2.exp: New file.
1134 * gdb.base/all-architectures-3.exp: New file.
1135 * gdb.base/all-architectures-4.exp: New file.
1136 * gdb.base/all-architectures-5.exp: New file.
1137 * gdb.base/all-architectures-6.exp: New file.
1138 * gdb.base/all-architectures-7.exp: New file.
1139 * gdb.base/all-architectures.exp.in: New file.
1140
364ca42e
YQ
11412016-12-09 Yao Qi <yao.qi@linaro.org>
1142
1143 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1144
107c2d62
LM
11452016-12-02 Luis Machado <lgustavo@codesourcery.com>
1146
1147 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1148 possible.
1149 Remove useless pattern-matching code.
1150
df3ee9ca
PA
11512016-12-02 Pedro Alves <palves@redhat.com>
1152
1153 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1154 procedure.
1155 (top level): Call it.
1156
ec835369
PA
11572016-12-02 Pedro Alves <palves@redhat.com>
1158
1159 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1160 New procedure.
1161 (top level): Call it.
1162
01770bbd
PA
11632016-12-02 Pedro Alves <palves@redhat.com>
1164
1165 PR cli/20559
1166 * gdb.base/commands.exp (user_defined_command_args_eval): New
1167 procedure.
1168 (top level): Call it.
1169
008459ea
LM
11702016-12-02 Luis Machado <lgustavo@codesourcery.com>
1171
1172 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1173 timeout handling.
1174
0c1b455e
TT
11752016-12-02 Tom Tromey <tom@tromey.com>
1176
1177 * gdb.dwarf2/main-subprogram.c: New file.
1178 * gdb.dwarf2/main-subprogram.exp: New file.
1179
018572b8
LM
11802016-12-01 Luis Machado <lgustavo@codesourcery.com>
1181
1182 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1183 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1184 gdb_test_no_output for a couple of cases.
1185 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1186
84c93cd5
LM
11872016-12-01 Luis Machado <lgustavo@codesourcery.com>
1188
1189 Fix test names and standardize compilation error messages throughout
1190 the following files:
1191
1192 * gdb.ada/start.exp
1193 * gdb.arch/alpha-step.exp
1194 * gdb.arch/e500-prologue.exp
1195 * gdb.arch/ftrace-insn-reloc.exp
1196 * gdb.arch/gdb1291.exp
1197 * gdb.arch/gdb1431.exp
1198 * gdb.arch/gdb1558.exp
1199 * gdb.arch/i386-dr3-watch.exp
1200 * gdb.arch/i386-sse-stack-align.exp
1201 * gdb.arch/ia64-breakpoint-shadow.exp
1202 * gdb.arch/pa-nullify.exp
1203 * gdb.arch/powerpc-aix-prologue.exp
1204 * gdb.arch/thumb-bx-pc.exp
1205 * gdb.base/annota1.exp
1206 * gdb.base/annota3.exp
1207 * gdb.base/arrayidx.exp
1208 * gdb.base/assign.exp
1209 * gdb.base/attach.exp
1210 * gdb.base/auxv.exp
1211 * gdb.base/bang.exp
1212 * gdb.base/bfp-test.exp
1213 * gdb.base/bigcore.exp
1214 * gdb.base/bitfields2.exp
1215 * gdb.base/break-fun-addr.exp
1216 * gdb.base/break-probes.exp
1217 * gdb.base/call-rt-st.exp
1218 * gdb.base/callexit.exp
1219 * gdb.base/catch-fork-kill.exp
1220 * gdb.base/charset.exp
1221 * gdb.base/checkpoint.exp
1222 * gdb.base/comprdebug.exp
1223 * gdb.base/constvars.exp
1224 * gdb.base/coredump-filter.exp
1225 * gdb.base/cursal.exp
1226 * gdb.base/cvexpr.exp
1227 * gdb.base/detach.exp
1228 * gdb.base/display.exp
1229 * gdb.base/dmsym.exp
1230 * gdb.base/dprintf-pending.exp
1231 * gdb.base/dso2dso.exp
1232 * gdb.base/dtrace-probe.exp
1233 * gdb.base/dump.exp
1234 * gdb.base/enum_cond.exp
1235 * gdb.base/exe-lock.exp
1236 * gdb.base/exec-invalid-sysroot.exp
1237 * gdb.base/execl-update-breakpoints.exp
1238 * gdb.base/exprs.exp
1239 * gdb.base/fileio.exp
1240 * gdb.base/find.exp
1241 * gdb.base/finish.exp
1242 * gdb.base/fixsection.exp
1243 * gdb.base/foll-vfork.exp
1244 * gdb.base/frame-args.exp
1245 * gdb.base/gcore.exp
1246 * gdb.base/gdb1250.exp
1247 * gdb.base/global-var-nested-by-dso.exp
1248 * gdb.base/gnu-ifunc.exp
1249 * gdb.base/hashline1.exp
1250 * gdb.base/hashline2.exp
1251 * gdb.base/hashline3.exp
1252 * gdb.base/hbreak-in-shr-unsupported.exp
1253 * gdb.base/huge.exp
1254 * gdb.base/infcall-input.exp
1255 * gdb.base/info-fun.exp
1256 * gdb.base/info-shared.exp
1257 * gdb.base/jit-simple.exp
1258 * gdb.base/jit-so.exp
1259 * gdb.base/jit.exp
1260 * gdb.base/jump.exp
1261 * gdb.base/label.exp
1262 * gdb.base/lineinc.exp
1263 * gdb.base/logical.exp
1264 * gdb.base/longjmp.exp
1265 * gdb.base/macscp.exp
1266 * gdb.base/miscexprs.exp
1267 * gdb.base/new-ui-echo.exp
1268 * gdb.base/new-ui-pending-input.exp
1269 * gdb.base/new-ui.exp
1270 * gdb.base/nodebug.exp
1271 * gdb.base/nofield.exp
1272 * gdb.base/offsets.exp
1273 * gdb.base/overlays.exp
1274 * gdb.base/pending.exp
1275 * gdb.base/pointers.exp
1276 * gdb.base/pr11022.exp
1277 * gdb.base/printcmds.exp
1278 * gdb.base/prologue.exp
1279 * gdb.base/ptr-typedef.exp
1280 * gdb.base/realname-expand.exp
1281 * gdb.base/relativedebug.exp
1282 * gdb.base/relocate.exp
1283 * gdb.base/remote.exp
1284 * gdb.base/reread.exp
1285 * gdb.base/return2.exp
1286 * gdb.base/savedregs.exp
1287 * gdb.base/sep.exp
1288 * gdb.base/sepdebug.exp
1289 * gdb.base/sepsymtab.exp
1290 * gdb.base/set-inferior-tty.exp
1291 * gdb.base/setshow.exp
1292 * gdb.base/shlib-call.exp
1293 * gdb.base/sigaltstack.exp
1294 * gdb.base/siginfo-addr.exp
1295 * gdb.base/signals.exp
1296 * gdb.base/signull.exp
1297 * gdb.base/sigrepeat.exp
1298 * gdb.base/so-impl-ld.exp
1299 * gdb.base/solib-display.exp
1300 * gdb.base/solib-overlap.exp
1301 * gdb.base/solib-search.exp
1302 * gdb.base/solib-symbol.exp
1303 * gdb.base/structs.exp
1304 * gdb.base/structs2.exp
1305 * gdb.base/symtab-search-order.exp
1306 * gdb.base/twice.exp
1307 * gdb.base/unload.exp
1308 * gdb.base/varargs.exp
1309 * gdb.base/watchpoint-solib.exp
1310 * gdb.base/watchpoint.exp
1311 * gdb.base/whatis.exp
1312 * gdb.base/wrong_frame_bt_full.exp
1313 * gdb.btrace/dlopen.exp
1314 * gdb.cell/ea-standalone.exp
1315 * gdb.cell/ea-test.exp
1316 * gdb.cp/dispcxx.exp
1317 * gdb.cp/gdb2384.exp
1318 * gdb.cp/method2.exp
1319 * gdb.cp/nextoverthrow.exp
1320 * gdb.cp/pr10728.exp
1321 * gdb.disasm/am33.exp
1322 * gdb.disasm/h8300s.exp
1323 * gdb.disasm/mn10300.exp
1324 * gdb.disasm/sh3.exp
1325 * gdb.dwarf2/dw2-dir-file-name.exp
1326 * gdb.fortran/complex.exp
1327 * gdb.fortran/library-module.exp
1328 * gdb.guile/scm-pretty-print.exp
1329 * gdb.guile/scm-symbol.exp
1330 * gdb.guile/scm-type.exp
1331 * gdb.guile/scm-value.exp
1332 * gdb.linespec/linespec.exp
1333 * gdb.mi/gdb701.exp
1334 * gdb.mi/gdb792.exp
1335 * gdb.mi/mi-breakpoint-changed.exp
1336 * gdb.mi/mi-dprintf-pending.exp
1337 * gdb.mi/mi-dprintf.exp
1338 * gdb.mi/mi-exit-code.exp
1339 * gdb.mi/mi-pending.exp
1340 * gdb.mi/mi-solib.exp
1341 * gdb.mi/new-ui-mi-sync.exp
1342 * gdb.mi/pr11022.exp
1343 * gdb.mi/user-selected-context-sync.exp
1344 * gdb.opt/solib-intra-step.exp
1345 * gdb.python/py-events.exp
1346 * gdb.python/py-finish-breakpoint.exp
1347 * gdb.python/py-mi.exp
1348 * gdb.python/py-prettyprint.exp
1349 * gdb.python/py-shared.exp
1350 * gdb.python/py-symbol.exp
1351 * gdb.python/py-template.exp
1352 * gdb.python/py-type.exp
1353 * gdb.python/py-value.exp
1354 * gdb.reverse/solib-precsave.exp
1355 * gdb.reverse/solib-reverse.exp
1356 * gdb.server/solib-list.exp
1357 * gdb.stabs/weird.exp
1358 * gdb.threads/reconnect-signal.exp
1359 * gdb.threads/stepi-random-signal.exp
1360 * gdb.trace/actions.exp
1361 * gdb.trace/ax.exp
1362 * gdb.trace/backtrace.exp
1363 * gdb.trace/change-loc.exp
1364 * gdb.trace/deltrace.exp
1365 * gdb.trace/ftrace-lock.exp
1366 * gdb.trace/ftrace.exp
1367 * gdb.trace/infotrace.exp
1368 * gdb.trace/mi-tracepoint-changed.exp
1369 * gdb.trace/packetlen.exp
1370 * gdb.trace/passcount.exp
1371 * gdb.trace/pending.exp
1372 * gdb.trace/range-stepping.exp
1373 * gdb.trace/report.exp
1374 * gdb.trace/stap-trace.exp
1375 * gdb.trace/tfind.exp
1376 * gdb.trace/trace-break.exp
1377 * gdb.trace/trace-condition.exp
1378 * gdb.trace/trace-enable-disable.exp
1379 * gdb.trace/trace-mt.exp
1380 * gdb.trace/tracecmd.exp
1381 * gdb.trace/tspeed.exp
1382 * gdb.trace/tsv.exp
1383 * lib/perftest.exp
1384
fb9feb35
LM
13852016-12-01 Luis Machado <lgustavo@codesourcery.com>
1386
1387 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1388 with gdb_test_no_output.
1389 Use command as test name.
1390
cd2ddb6c
LM
13912016-12-01 Luis Machado <lgustavo@codesourcery.com>
1392
1393 Fix test names starting with uppercase throughout the files.
1394
1395 * gdb.ada/assign_1.exp
1396 * gdb.ada/boolean_expr.exp
1397 * gdb.base/arrayidx.exp
1398 * gdb.base/del.exp
1399 * gdb.base/gcore-buffer-overflow.exp
1400 * gdb.base/testenv.exp
1401 * gdb.compile/compile.exp
1402 * gdb.python/py-framefilter-invalidarg.exp
1403 * gdb.python/py-framefilter.exp
1404
bb95117e
LM
14052016-12-01 Luis Machado <lgustavo@codesourcery.com>
1406
1407 Fix test names starting with uppercase throughout the files.
1408
1409 * gdb.ada/array_return.exp
1410 * gdb.ada/expr_delims.exp
1411 * gdb.ada/mi_dyn_arr.exp
1412 * gdb.ada/mi_interface.exp
1413 * gdb.ada/mi_var_array.exp
1414 * gdb.ada/watch_arg.exp
1415 * gdb.arch/alpha-step.exp
1416 * gdb.arch/altivec-regs.exp
1417 * gdb.arch/e500-regs.exp
1418 * gdb.arch/powerpc-d128-regs.exp
1419 * gdb.base/arrayidx.exp
1420 * gdb.base/break.exp
1421 * gdb.base/checkpoint.exp
1422 * gdb.base/debug-expr.exp
1423 * gdb.base/dmsym.exp
1424 * gdb.base/radix.exp
1425 * gdb.base/sepdebug.exp
1426 * gdb.base/testenv.exp
1427 * gdb.base/watch_thread_num.exp
1428 * gdb.base/watchpoint-cond-gone.exp
1429 * gdb.cell/break.exp
1430 * gdb.cell/ea-cache.exp
1431 * gdb.compile/compile.exp
1432 * gdb.cp/gdb2495.exp
1433 * gdb.gdb/selftest.exp
1434 * gdb.gdb/xfullpath.exp
1435 * gdb.go/hello.exp
1436 * gdb.go/integers.exp
1437 * gdb.objc/basicclass.exp
1438 * gdb.pascal/hello.exp
1439 * gdb.pascal/integers.exp
1440 * gdb.python/py-breakpoint.exp
1441 * gdb.python/py-cmd.exp
1442 * gdb.python/py-linetable.exp
1443 * gdb.python/py-xmethods.exp
1444 * gdb.python/python.exp
1445 * gdb.reverse/consecutive-precsave.exp
1446 * gdb.reverse/finish-precsave.exp
1447 * gdb.reverse/i386-precsave.exp
1448 * gdb.reverse/machinestate-precsave.exp
1449 * gdb.reverse/sigall-precsave.exp
1450 * gdb.reverse/solib-precsave.exp
1451 * gdb.reverse/step-precsave.exp
1452 * gdb.reverse/until-precsave.exp
1453 * gdb.reverse/watch-precsave.exp
1454 * gdb.threads/leader-exit.exp
1455 * gdb.threads/pthreads.exp
1456 * gdb.threads/wp-replication.exp
1457 * gdb.trace/actions.exp
1458 * gdb.trace/mi-tsv-changed.exp
1459 * gdb.trace/tsv.exp
1460
de97fdd4
LM
14612016-12-01 Luis Machado <lgustavo@codesourcery.com>
1462
1463 Fix test names starting with uppercase throughout the files.
1464
1465 * gdb.arch/i386-bp_permanent.exp
1466 * gdb.arch/i386-gnu-cfi.exp
1467 * gdb.base/disasm-end-cu.exp
1468 * gdb.base/macscp.exp
1469 * gdb.base/pending.exp
1470 * gdb.base/watch_thread_num.exp
1471 * gdb.cp/exception.exp
1472 * gdb.cp/gdb2495.exp
1473 * gdb.cp/local.exp
1474 * gdb.python/py-evsignal.exp
1475 * gdb.python/python.exp
1476 * gdb.trace/tracecmd.exp
1477
9f058c10
LM
14782016-12-01 Luis Machado <lgustavo@codesourcery.com>
1479
1480 Fix test names starting with uppercase throughout the files.
1481
1482 * gdb.base/charset.exp
1483 * gdb.base/eval.exp
1484 * gdb.base/multi-forks.exp
1485 * gdb.guile/scm-progspace.exp
1486 * gdb.opencl/datatypes.exp
1487 * gdb.python/py-block.exp
1488 * gdb.python/py-function.exp
1489 * gdb.python/py-symbol.exp
1490 * gdb.python/py-symtab.exp
1491 * gdb.python/py-xmethods.exp
1492 * gdb.reverse/break-precsave.exp
1493 * gdb.reverse/break-reverse.exp
1494 * gdb.reverse/consecutive-precsave.exp
1495 * gdb.reverse/consecutive-reverse.exp
1496 * gdb.reverse/finish-precsave.exp
1497 * gdb.reverse/finish-reverse-bkpt.exp
1498 * gdb.reverse/finish-reverse.exp
1499 * gdb.reverse/fstatat-reverse.exp
1500 * gdb.reverse/getresuid-reverse.exp
1501 * gdb.reverse/i386-precsave.exp
1502 * gdb.reverse/i386-reverse.exp
1503 * gdb.reverse/i386-sse-reverse.exp
1504 * gdb.reverse/i387-stack-reverse.exp
1505 * gdb.reverse/insn-reverse.exp
1506 * gdb.reverse/machinestate-precsave.exp
1507 * gdb.reverse/machinestate.exp
1508 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1509 * gdb.reverse/pipe-reverse.exp
1510 * gdb.reverse/readv-reverse.exp
1511 * gdb.reverse/recvmsg-reverse.exp
1512 * gdb.reverse/rerun-prec.exp
1513 * gdb.reverse/s390-mvcle.exp
1514 * gdb.reverse/sigall-precsave.exp
1515 * gdb.reverse/sigall-reverse.exp
1516 * gdb.reverse/solib-precsave.exp
1517 * gdb.reverse/solib-reverse.exp
1518 * gdb.reverse/step-precsave.exp
1519 * gdb.reverse/step-reverse.exp
1520 * gdb.reverse/time-reverse.exp
1521 * gdb.reverse/until-precsave.exp
1522 * gdb.reverse/until-reverse.exp
1523 * gdb.reverse/waitpid-reverse.exp
1524 * gdb.reverse/watch-precsave.exp
1525 * gdb.reverse/watch-reverse.exp
1526
cdc7edd7
LM
15272016-12-01 Luis Machado <lgustavo@codesourcery.com>
1528
1529 Fix test names starting with uppercase throughout the files.
1530
1531 * gdb.arch/i386-mpx-simple_segv.exp
1532 * gdb.arch/i386-mpx.exp
1533 * gdb.arch/i386-permbkpt.exp
1534 * gdb.arch/pa-nullify.exp
1535 * gdb.arch/powerpc-d128-regs.exp
1536 * gdb.arch/vsx-regs.exp
1537 * gdb.base/bfp-test.exp
1538 * gdb.base/break.exp
1539 * gdb.base/breakpoint-shadow.exp
1540 * gdb.base/callfuncs.exp
1541 * gdb.base/charset.exp
1542 * gdb.base/commands.exp
1543 * gdb.base/completion.exp
1544 * gdb.base/dfp-test.exp
1545 * gdb.base/echo.exp
1546 * gdb.base/ending-run.exp
1547 * gdb.base/eval.exp
1548 * gdb.base/expand-psymtabs.exp
1549 * gdb.base/float128.exp
1550 * gdb.base/floatn.exp
1551 * gdb.base/foll-exec-mode.exp
1552 * gdb.base/gdb1056.exp
1553 * gdb.base/gdb11531.exp
1554 * gdb.base/kill-after-signal.exp
1555 * gdb.base/multi-forks.exp
1556 * gdb.base/overlays.exp
1557 * gdb.base/pending.exp
1558 * gdb.base/sepdebug.exp
1559 * gdb.base/testenv.exp
1560 * gdb.base/valgrind-db-attach.exp
1561 * gdb.base/watch_thread_num.exp
1562 * gdb.base/watchpoint-cond-gone.exp
1563 * gdb.base/watchpoint.exp
1564 * gdb.base/watchpoints.exp
1565 * gdb.cp/arg-reference.exp
1566 * gdb.cp/baseenum.exp
1567 * gdb.cp/operator.exp
1568 * gdb.cp/shadow.exp
1569 * gdb.dwarf2/dw2-op-out-param.exp
1570 * gdb.dwarf2/dw2-reg-undefined.exp
1571 * gdb.go/chan.exp
1572 * gdb.go/hello.exp
1573 * gdb.go/integers.exp
1574 * gdb.go/methods.exp
1575 * gdb.go/package.exp
1576 * gdb.guile/scm-parameter.exp
1577 * gdb.guile/scm-progspace.exp
1578 * gdb.guile/scm-value.exp
1579 * gdb.mi/mi-pending.exp
1580 * gdb.mi/user-selected-context-sync.exp
1581 * gdb.multi/multi-attach.exp
1582 * gdb.multi/tids.exp
1583 * gdb.opt/clobbered-registers-O2.exp
1584 * gdb.pascal/floats.exp
1585 * gdb.pascal/integers.exp
1586 * gdb.python/py-block.exp
1587 * gdb.python/py-events.exp
1588 * gdb.python/py-parameter.exp
1589 * gdb.python/py-symbol.exp
1590 * gdb.python/py-symtab.exp
1591 * gdb.python/py-type.exp
1592 * gdb.python/py-value.exp
1593 * gdb.python/py-xmethods.exp
1594 * gdb.python/python.exp
1595 * gdb.reverse/break-precsave.exp
1596 * gdb.reverse/consecutive-precsave.exp
1597 * gdb.reverse/finish-precsave.exp
1598 * gdb.reverse/i386-precsave.exp
1599 * gdb.reverse/machinestate-precsave.exp
1600 * gdb.reverse/sigall-precsave.exp
1601 * gdb.reverse/solib-precsave.exp
1602 * gdb.reverse/step-precsave.exp
1603 * gdb.reverse/until-precsave.exp
1604 * gdb.reverse/watch-precsave.exp
1605 * gdb.server/ext-attach.exp
1606 * gdb.server/ext-restart.exp
1607 * gdb.server/ext-run.exp
1608 * gdb.server/ext-wrapper.exp
1609 * gdb.stabs/gdb11479.exp
1610 * gdb.stabs/weird.exp
1611 * gdb.threads/attach-many-short-lived-threads.exp
1612 * gdb.threads/kill.exp
1613 * gdb.threads/watchpoint-fork.exp
1614
bc6c7af4
LM
16152016-12-01 Luis Machado <lgustavo@codesourcery.com>
1616
1617 Fix test names starting with uppercase throughout all the files below.
1618
1619 * gdb.ada/array_return.exp
1620 * gdb.ada/catch_ex.exp
1621 * gdb.ada/info_exc.exp
1622 * gdb.ada/mi_catch_ex.exp
1623 * gdb.ada/mi_dyn_arr.exp
1624 * gdb.ada/mi_ex_cond.exp
1625 * gdb.ada/mi_exc_info.exp
1626 * gdb.ada/mi_interface.exp
1627 * gdb.ada/mi_task_arg.exp
1628 * gdb.ada/mi_task_info.exp
1629 * gdb.ada/mi_var_array.exp
1630 * gdb.arch/alpha-step.exp
1631 * gdb.arch/amd64-disp-step.exp
1632 * gdb.arch/arm-disp-step.exp
1633 * gdb.arch/disp-step-insn-reloc.exp
1634 * gdb.arch/e500-prologue.exp
1635 * gdb.arch/ftrace-insn-reloc.exp
1636 * gdb.arch/gdb1558.exp
1637 * gdb.arch/i386-bp_permanent.exp
1638 * gdb.arch/i386-disp-step.exp
1639 * gdb.arch/i386-float.exp
1640 * gdb.arch/i386-gnu-cfi.exp
1641 * gdb.arch/ia64-breakpoint-shadow.exp
1642 * gdb.arch/mips16-thunks.exp
1643 * gdb.arch/pa-nullify.exp
1644 * gdb.arch/powerpc-aix-prologue.exp
1645 * gdb.arch/powerpc-power.exp
1646 * gdb.arch/ppc-dfp.exp
1647 * gdb.arch/s390-tdbregs.exp
1648 * gdb.arch/spu-info.exp
1649 * gdb.arch/spu-ls.exp
1650 * gdb.arch/thumb-bx-pc.exp
1651 * gdb.base/advance.exp
1652 * gdb.base/annota-input-while-running.exp
1653 * gdb.base/arrayidx.exp
1654 * gdb.base/asmlabel.exp
1655 * gdb.base/async.exp
1656 * gdb.base/attach-wait-input.exp
1657 * gdb.base/auto-connect-native-target.exp
1658 * gdb.base/batch-preserve-term-settings.exp
1659 * gdb.base/bfp-test.exp
1660 * gdb.base/bigcore.exp
1661 * gdb.base/bp-permanent.exp
1662 * gdb.base/break-always.exp
1663 * gdb.base/break-fun-addr.exp
1664 * gdb.base/break-idempotent.exp
1665 * gdb.base/break-main-file-remove-fail.exp
1666 * gdb.base/break-probes.exp
1667 * gdb.base/break-unload-file.exp
1668 * gdb.base/break.exp
1669 * gdb.base/call-ar-st.exp
1670 * gdb.base/call-rt-st.exp
1671 * gdb.base/call-sc.exp
1672 * gdb.base/call-signal-resume.exp
1673 * gdb.base/call-strs.exp
1674 * gdb.base/callexit.exp
1675 * gdb.base/callfuncs.exp
1676 * gdb.base/catch-gdb-caused-signals.exp
1677 * gdb.base/catch-signal-siginfo-cond.exp
1678 * gdb.base/catch-syscall.exp
1679 * gdb.base/compare-sections.exp
1680 * gdb.base/cond-eval-mode.exp
1681 * gdb.base/condbreak-call-false.exp
1682 * gdb.base/consecutive-step-over.exp
1683 * gdb.base/cursal.exp
1684 * gdb.base/disabled-location.exp
1685 * gdb.base/disasm-end-cu.exp
1686 * gdb.base/display.exp
1687 * gdb.base/double-prompt-target-event-error.exp
1688 * gdb.base/dprintf-bp-same-addr.exp
1689 * gdb.base/dprintf-detach.exp
1690 * gdb.base/dprintf-next.exp
1691 * gdb.base/dprintf-non-stop.exp
1692 * gdb.base/dprintf-pending.exp
1693 * gdb.base/dso2dso.exp
1694 * gdb.base/ending-run.exp
1695 * gdb.base/enum_cond.exp
1696 * gdb.base/examine-backward.exp
1697 * gdb.base/exe-lock.exp
1698 * gdb.base/exec-invalid-sysroot.exp
1699 * gdb.base/execl-update-breakpoints.exp
1700 * gdb.base/execution-termios.exp
1701 * gdb.base/fileio.exp
1702 * gdb.base/fixsection.exp
1703 * gdb.base/foll-exec-mode.exp
1704 * gdb.base/foll-exec.exp
1705 * gdb.base/fork-running-state.exp
1706 * gdb.base/frame-args.exp
1707 * gdb.base/fullpath-expand.exp
1708 * gdb.base/func-ptr.exp
1709 * gdb.base/gcore-relro-pie.exp
1710 * gdb.base/gdb1090.exp
1711 * gdb.base/gdb1555.exp
1712 * gdb.base/global-var-nested-by-dso.exp
1713 * gdb.base/gnu-ifunc.exp
1714 * gdb.base/hbreak-in-shr-unsupported.exp
1715 * gdb.base/hbreak-unmapped.exp
1716 * gdb.base/hook-stop.exp
1717 * gdb.base/infcall-input.exp
1718 * gdb.base/info-fun.exp
1719 * gdb.base/info-shared.exp
1720 * gdb.base/interrupt-noterm.exp
1721 * gdb.base/jit-so.exp
1722 * gdb.base/jit.exp
1723 * gdb.base/line-symtabs.exp
1724 * gdb.base/list.exp
1725 * gdb.base/longjmp.exp
1726 * gdb.base/macscp.exp
1727 * gdb.base/max-value-size.exp
1728 * gdb.base/nodebug.exp
1729 * gdb.base/nofield.exp
1730 * gdb.base/overlays.exp
1731 * gdb.base/paginate-after-ctrl-c-running.exp
1732 * gdb.base/paginate-bg-execution.exp
1733 * gdb.base/paginate-inferior-exit.exp
1734 * gdb.base/pending.exp
1735 * gdb.base/pr11022.exp
1736 * gdb.base/printcmds.exp
1737 * gdb.base/ptr-typedef.exp
1738 * gdb.base/ptype.exp
1739 * gdb.base/randomize.exp
1740 * gdb.base/range-stepping.exp
1741 * gdb.base/realname-expand.exp
1742 * gdb.base/relativedebug.exp
1743 * gdb.base/remote.exp
1744 * gdb.base/savedregs.exp
1745 * gdb.base/sepdebug.exp
1746 * gdb.base/set-noassign.exp
1747 * gdb.base/shlib-call.exp
1748 * gdb.base/shreloc.exp
1749 * gdb.base/sigaltstack.exp
1750 * gdb.base/sigbpt.exp
1751 * gdb.base/siginfo-addr.exp
1752 * gdb.base/siginfo-obj.exp
1753 * gdb.base/siginfo-thread.exp
1754 * gdb.base/signest.exp
1755 * gdb.base/signull.exp
1756 * gdb.base/sigrepeat.exp
1757 * gdb.base/skip.exp
1758 * gdb.base/so-impl-ld.exp
1759 * gdb.base/solib-corrupted.exp
1760 * gdb.base/solib-disc.exp
1761 * gdb.base/solib-display.exp
1762 * gdb.base/solib-overlap.exp
1763 * gdb.base/solib-search.exp
1764 * gdb.base/solib-symbol.exp
1765 * gdb.base/source-execution.exp
1766 * gdb.base/sss-bp-on-user-bp-2.exp
1767 * gdb.base/sss-bp-on-user-bp.exp
1768 * gdb.base/stack-checking.exp
1769 * gdb.base/stale-infcall.exp
1770 * gdb.base/step-break.exp
1771 * gdb.base/step-line.exp
1772 * gdb.base/step-over-exit.exp
1773 * gdb.base/step-test.exp
1774 * gdb.base/structs.exp
1775 * gdb.base/sym-file.exp
1776 * gdb.base/symtab-search-order.exp
1777 * gdb.base/term.exp
1778 * gdb.base/type-opaque.exp
1779 * gdb.base/unload.exp
1780 * gdb.base/until-nodebug.exp
1781 * gdb.base/until.exp
1782 * gdb.base/unwindonsignal.exp
1783 * gdb.base/watch-cond.exp
1784 * gdb.base/watch-non-mem.exp
1785 * gdb.base/watch_thread_num.exp
1786 * gdb.base/watchpoint-reuse-slot.exp
1787 * gdb.base/watchpoint-solib.exp
1788 * gdb.base/watchpoint.exp
1789 * gdb.btrace/dlopen.exp
1790 * gdb.cell/arch.exp
1791 * gdb.cell/break.exp
1792 * gdb.cell/bt.exp
1793 * gdb.cell/core.exp
1794 * gdb.cell/data.exp
1795 * gdb.cell/dwarfaddr.exp
1796 * gdb.cell/ea-cache.exp
1797 * gdb.cell/ea-standalone.exp
1798 * gdb.cell/ea-test.exp
1799 * gdb.cell/f-regs.exp
1800 * gdb.cell/fork.exp
1801 * gdb.cell/gcore.exp
1802 * gdb.cell/mem-access.exp
1803 * gdb.cell/ptype.exp
1804 * gdb.cell/registers.exp
1805 * gdb.cell/sizeof.exp
1806 * gdb.cell/solib-symbol.exp
1807 * gdb.cell/solib.exp
1808 * gdb.compile/compile-tls.exp
1809 * gdb.cp/exception.exp
1810 * gdb.cp/gdb2495.exp
1811 * gdb.cp/local.exp
1812 * gdb.cp/mb-inline.exp
1813 * gdb.cp/mb-templates.exp
1814 * gdb.cp/pr10687.exp
1815 * gdb.cp/pr9167.exp
1816 * gdb.cp/scope-err.exp
1817 * gdb.cp/templates.exp
1818 * gdb.cp/virtfunc.exp
1819 * gdb.dwarf2/dw2-dir-file-name.exp
1820 * gdb.dwarf2/dw2-single-line-discriminators.exp
1821 * gdb.fortran/complex.exp
1822 * gdb.fortran/library-module.exp
1823 * gdb.guile/guile.exp
1824 * gdb.guile/scm-cmd.exp
1825 * gdb.guile/scm-frame-inline.exp
1826 * gdb.guile/scm-objfile.exp
1827 * gdb.guile/scm-pretty-print.exp
1828 * gdb.guile/scm-symbol.exp
1829 * gdb.guile/scm-type.exp
1830 * gdb.guile/scm-value.exp
1831 * gdb.linespec/keywords.exp
1832 * gdb.linespec/ls-errs.exp
1833 * gdb.linespec/macro-relative.exp
1834 * gdb.linespec/thread.exp
1835 * gdb.mi/mi-breakpoint-changed.exp
1836 * gdb.mi/mi-dprintf-pending.exp
1837 * gdb.mi/mi-fullname-deleted.exp
1838 * gdb.mi/mi-logging.exp
1839 * gdb.mi/mi-pending.exp
1840 * gdb.mi/mi-solib.exp
1841 * gdb.mi/new-ui-mi-sync.exp
1842 * gdb.mi/user-selected-context-sync.exp
1843 * gdb.multi/dummy-frame-restore.exp
1844 * gdb.multi/multi-arch-exec.exp
1845 * gdb.multi/remove-inferiors.exp
1846 * gdb.multi/watchpoint-multi-exit.exp
1847 * gdb.opt/solib-intra-step.exp
1848 * gdb.perf/backtrace.exp
1849 * gdb.perf/single-step.exp
1850 * gdb.perf/skip-command.exp
1851 * gdb.perf/skip-prologue.exp
1852 * gdb.perf/solib.exp
1853 * gdb.python/lib-types.exp
1854 * gdb.python/py-as-string.exp
1855 * gdb.python/py-bad-printers.exp
1856 * gdb.python/py-block.exp
1857 * gdb.python/py-breakpoint.exp
1858 * gdb.python/py-cmd.exp
1859 * gdb.python/py-events.exp
1860 * gdb.python/py-evthreads.exp
1861 * gdb.python/py-finish-breakpoint.exp
1862 * gdb.python/py-finish-breakpoint2.exp
1863 * gdb.python/py-frame-inline.exp
1864 * gdb.python/py-frame.exp
1865 * gdb.python/py-inferior.exp
1866 * gdb.python/py-infthread.exp
1867 * gdb.python/py-mi.exp
1868 * gdb.python/py-objfile.exp
1869 * gdb.python/py-pp-maint.exp
1870 * gdb.python/py-pp-registration.exp
1871 * gdb.python/py-prettyprint.exp
1872 * gdb.python/py-recurse-unwind.exp
1873 * gdb.python/py-shared.exp
1874 * gdb.python/py-symbol.exp
1875 * gdb.python/py-symtab.exp
1876 * gdb.python/py-template.exp
1877 * gdb.python/py-type.exp
1878 * gdb.python/py-unwind-maint.exp
1879 * gdb.python/py-unwind.exp
1880 * gdb.python/py-value.exp
1881 * gdb.python/python.exp
1882 * gdb.reverse/finish-reverse-bkpt.exp
1883 * gdb.reverse/insn-reverse.exp
1884 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1885 * gdb.reverse/solib-precsave.exp
1886 * gdb.reverse/solib-reverse.exp
1887 * gdb.stabs/gdb11479.exp
1888 * gdb.stabs/weird.exp
1889 * gdb.threads/fork-child-threads.exp
1890 * gdb.threads/fork-plus-threads.exp
1891 * gdb.threads/fork-thread-pending.exp
1892 * gdb.threads/forking-threads-plus-breakpoint.exp
1893 * gdb.threads/hand-call-in-threads.exp
1894 * gdb.threads/interrupted-hand-call.exp
1895 * gdb.threads/linux-dp.exp
1896 * gdb.threads/local-watch-wrong-thread.exp
1897 * gdb.threads/next-while-other-thread-longjmps.exp
1898 * gdb.threads/non-ldr-exit.exp
1899 * gdb.threads/pending-step.exp
1900 * gdb.threads/print-threads.exp
1901 * gdb.threads/process-dies-while-detaching.exp
1902 * gdb.threads/process-dies-while-handling-bp.exp
1903 * gdb.threads/pthreads.exp
1904 * gdb.threads/queue-signal.exp
1905 * gdb.threads/reconnect-signal.exp
1906 * gdb.threads/signal-command-handle-nopass.exp
1907 * gdb.threads/signal-command-multiple-signals-pending.exp
1908 * gdb.threads/signal-delivered-right-thread.exp
1909 * gdb.threads/signal-sigtrap.exp
1910 * gdb.threads/sigthread.exp
1911 * gdb.threads/staticthreads.exp
1912 * gdb.threads/stepi-random-signal.exp
1913 * gdb.threads/thread-unwindonsignal.exp
1914 * gdb.threads/thread_check.exp
1915 * gdb.threads/thread_events.exp
1916 * gdb.threads/tid-reuse.exp
1917 * gdb.threads/tls-nodebug.exp
1918 * gdb.threads/tls-shared.exp
1919 * gdb.threads/tls-so_extern.exp
1920 * gdb.threads/tls.exp
1921 * gdb.threads/wp-replication.exp
1922 * gdb.trace/actions-changed.exp
1923 * gdb.trace/actions.exp
1924 * gdb.trace/backtrace.exp
1925 * gdb.trace/change-loc.exp
1926 * gdb.trace/collection.exp
1927 * gdb.trace/deltrace.exp
1928 * gdb.trace/disconnected-tracing.exp
1929 * gdb.trace/entry-values.exp
1930 * gdb.trace/ftrace-lock.exp
1931 * gdb.trace/ftrace.exp
1932 * gdb.trace/infotrace.exp
1933 * gdb.trace/mi-trace-frame-collected.exp
1934 * gdb.trace/mi-trace-unavailable.exp
1935 * gdb.trace/mi-traceframe-changed.exp
1936 * gdb.trace/mi-tracepoint-changed.exp
1937 * gdb.trace/mi-tsv-changed.exp
1938 * gdb.trace/no-attach-trace.exp
1939 * gdb.trace/packetlen.exp
1940 * gdb.trace/passc-dyn.exp
1941 * gdb.trace/passcount.exp
1942 * gdb.trace/pending.exp
1943 * gdb.trace/pr16508.exp
1944 * gdb.trace/qtro.exp
1945 * gdb.trace/range-stepping.exp
1946 * gdb.trace/read-memory.exp
1947 * gdb.trace/report.exp
1948 * gdb.trace/save-trace.exp
1949 * gdb.trace/signal.exp
1950 * gdb.trace/stap-trace.exp
1951 * gdb.trace/status-stop.exp
1952 * gdb.trace/strace.exp
1953 * gdb.trace/tfile.exp
1954 * gdb.trace/tfind.exp
1955 * gdb.trace/trace-break.exp
1956 * gdb.trace/trace-condition.exp
1957 * gdb.trace/trace-enable-disable.exp
1958 * gdb.trace/trace-mt.exp
1959 * gdb.trace/tracecmd.exp
1960 * gdb.trace/tracefile-pseudo-reg.exp
1961 * gdb.trace/tspeed.exp
1962 * gdb.trace/tstatus.exp
1963 * gdb.trace/tsv.exp
1964 * gdb.trace/unavailable.exp
1965 * gdb.trace/while-dyn.exp
1966 * gdb.trace/while-stepping.exp
1967 * lib/gdb-guile.exp
1968 * lib/gdb.exp
1969 * lib/mi-support.exp
1970 * lib/pascal.exp
1971 * lib/perftest.exp
1972 * lib/prelink-support.exp
1973 * lib/selftest-support.exp
1974
ad02e4fe
SM
19752016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1976
1977 * Makefile.in: Include disable-implicit-rules.mk.
1978
22347e55
AA
19792016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1980
1981 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
1982 non-byte-aligned bit fields.
1983
da5b30da
AA
19842016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1985
1986 PR gdb/12616
1987 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
1988 respects the DW_AT_data_bit_offset attribute.
1989
b593ecca
SM
19902016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1991
1992 * gdb.base/default.exp: Fix output of "set language".
1993
3b165252
SM
19942016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
1995
1996 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
1997 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
1998 make.
1999 * configure.ac: Remove checks for the make program.
2000 * configure: Re-generate.
2001
1a2f3d7f
KB
20022016-11-16 Kevin Buettner <kevinb@redhat.com>
2003
2004 * gdb.python/py-recurse-unwind.c (main): Add loop.
2005 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
2006 to read_register() and gdb.parse_and_eval(). Make each code
2007 call a separate case that can be individually tested.
2008 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
2009 proc. Call cont_and_backtrace for each of the code paths that
2010 we want to test in the unwinder.
2011
b7f38fda
AA
20122016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2013
2014 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2015 the definition of struct S.
2016
1f8db343
CM
20172016-11-11 Catherine Moore <clm@codesourcery.com>
2018
2019 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2020
fad0c9fb
PA
20212016-11-09 Pedro Alves <palves@redhat.com>
2022
2023 * gdb.base/commands.exp (runto_or_return): New procedure.
2024 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2025 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2026 (progvar_simple_while_test, progvar_complex_if_while_test)
2027 (if_while_breakpoint_command_test)
2028 (infrun_breakpoint_command_test, breakpoint_command_test)
2029 (user_defined_command_test, watchpoint_command_test)
2030 (test_command_prompt_position, redefine_hook_test)
2031 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2032 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2033 multi_line_input and multi_line. Remove gdb_expect and
2034 gdb_stop_suppressing_tests uses.
2035 * lib/gdb.exp (valnum_re): New global.
2036 (multi_line_input): New procedure.
2037
8354c62c
SM
20382016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2039
2040 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2041 Remove.
2042 (test_setup): Define with proc_with_prefix.
2043 (test_cli_inferior): Likewise.
2044 (test_cli_thread): Likewise.
2045 (test_cli_frame): Likewise.
2046 (test_cli_select_frame): Likewise.
2047 (test_cli_up_down): Likewise.
2048 (test_mi_thread_select): Likewise.
2049 (test_mi_stack_select_frame): Likewise.
2050 (test_cli_in_mi_inferior): Likewise.
2051 (test_cli_in_mi_thread): Likewise.
2052 (test_cli_in_mi_frame): Likewise.
2053 (top level): Do not use with_test_prefix_procname.
2054
64f367a2
PA
20552016-11-09 Pedro Alves <palves@redhat.com>
2056
2057 * gdb.base/commands.exp (gdbvar_simple_if_test)
2058 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2059 (progvar_simple_if_test, progvar_simple_while_test)
2060 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2061 (infrun_breakpoint_command_test, breakpoint_command_test)
2062 (user_defined_command_test, watchpoint_command_test)
2063 (test_command_prompt_position, deprecated_command_test)
2064 (bp_deleted_in_command, temporary_breakpoint_commands)
2065 (stray_arg0_test, source_file_with_indented_comment)
2066 (recursive_source_test, if_commands_test)
2067 (error_clears_commands_left, redefine_hook_test)
2068 (redefine_backtrace_test): Use proc_with_prefix.
2069 * lib/gdb.exp (proc_with_prefix): New proc.
2070
0bb65f1e
AA
20712016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2072
2073 * gdb.base/tui-layout.c: New file.
2074 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2075 disassembly window contains very long lines.
2076
7353f247
TT
20772016-11-08 Tom Tromey <tom@tromey.com>
2078
2079 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2080 depend on Python 2.
2081
30a7bb83
TT
20822016-11-08 Tom Tromey <tom@tromey.com>
2083
2084 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2085 New method.
2086
cdf5a07c
MG
20872016-10-29 Manish Goregaokar <manish@mozilla.com>
2088
2806dc7e 2089 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2090
51a789c3
MG
20912016-10-27 Manish Goregaokar <manish@mozilla.com>
2092
2806dc7e
PA
2093 * gdb.rust/simple.rs: Add test for univariant enums without
2094 discriminants and for encoded struct-like enums.
51a789c3 2095
f610ab6d
PA
20962016-10-28 Pedro Alves <palves@redhat.com>
2097
2098 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2099 gdb_test_multiple, tighten regexps and match symtabs and line
2100 tables incrementally.
2101
b129b0ca
LM
21022016-10-28 Luis Machado <lgustavo@codesourcery.com>
2103
2104 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2105 general.
2106
ecf45d2c
SL
21072016-10-25 Luis Machado <lgustavo@codesourcery.com>
2108
2109 * gdb.base/exec-invalid-sysroot.exp: New file.
2110
b8d38ee4
JK
21112016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2112
2113 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2114
f90fd8c2
JK
21152016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2116
2117 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2118
2d2476aa
MR
21192016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2120
2806dc7e
PA
2121 * gdb.base/killed-outside.exp: Remove $options from a call to
2122 `prepare_for_testing'.
2d2476aa 2123
e42b25a0
SM
21242016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2125
2126 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2127 Change test message.
2128
3ccdb432
SM
21292016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2130
2131 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2132 Update comment.
2133
5bad3170
SM
21342016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2135
2136 * gdb.trace/mi-trace-save.exp: New file.
2137
5ad9dba7
YQ
21382016-10-13 Yao Qi <yao.qi@linaro.org>
2139
2140 * gdb.base/code_elim.exp (get_var_address): Remove.
2141 * gdb.base/relocate.exp: Likewise.
2142 * gdb.base/shreloc.exp: Likewise.
2143 * lib/gdb.exp (get_var_address): New.
2144
62df7e21
YQ
21452016-10-13 Yao Qi <yao.qi@linaro.org>
2146
2147 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2148 floating point tests if $skip_float_test is false.
2149
4dac951e
LM
21502016-10-12 Luis Machado <lgustavo@codesourcery.com>
2151
2152 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2153 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2154 argc values.
2155 Add 1 to argc so we guarantee distinct initial/modified argc values.
2156
8f1a8fc4
JK
21572016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2158
2159 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2160
16c85b5d
JK
21612016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2162
2163 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2164 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2165 * gdb.arch/vsx-regs.exp: Likewise.
2166
1d0e042a
YQ
21672016-10-07 Yao Qi <yao.qi@linaro.org>
2168
2169 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2170
68dadef5
MM
21712016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2172
2173 * gdb.python/python.exp: Test decode_line("*0").
2174
33fa2c6e
DE
21752016-10-06 Doug Evans <dje@google.com>
2176
2177 * gdb.python/py-value.exp (test_value_creation): Add test for large
2178 unsigned 64-bit value.
2179
9c37b5ae
TT
21802016-10-06 Tom Tromey <tom@tromey.com>
2181
2182 * gdb.compile/compile.exp: Change java tests to rust.
2183 * gdb.base/setshow.exp: Change java tests to rust.
2184 * gdb.base/default.exp: Remove java from language list.
2185 * README (Examples): Update language example.
2186 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2187 test.
2188 * lib/gdb.exp (skip_java_tests): Remove.
2189 * lib/java.exp: Remove.
2190 * gdb.java: Remove.
2191
78b86327
MR
21922016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2193
2194 * gdb.arch/mips-fcr.exp: New test.
2195 * gdb.arch/mips-fcr.c: Source for the new test.
2196
7470adbb
MR
21972016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2198
2199 * gdb.base/solib-disc.exp: Use `standard_output_file'
2200 throughout.
2201
4a556533
PA
22022016-10-06 Pedro Alves <palves@redhat.com>
2203
2204 * gdb.base/jit-simple-dl.c: New file.
2205 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2206 * gdb.base/jit-simple.c: ... this.
2207 * gdb.base/jit-simple.exp (jit_run): Delete.
2208 (build_jit): New proc.
2209 (jit_test_reread): Recompile either the main program or the shared
2210 library, depending on what is being tested. Skip changing address
2211 if caller wants to. Compare before/after addresses. If testing
2212 standalone, explicitly load the binary. Test "maint info
2213 breakpoints".
2214 (top level): Add "standalone vs shared lib" and "change address"
2215 vs "same address" axes.
2216
5a122fbc
PA
22172016-10-06 Pedro Alves <palves@redhat.com>
2218
2219 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2220 call.
2221 (jit_run): Delete.
2222 (jit_test_reread): Use with_test_prefix. Reload the main binary
2223 explicitly. Compare the before/after addresses of the JIT
2224 descriptor.
2225
ee8da4b8
DE
22262016-08-15 Doug Evans <dje@google.com>
2227
2228 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2229 for single bitfields is bool.
2230 * gdb.xml/tdesc-regs.exp: Ditto.
2231
f389f6fe
JK
22322016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2233
2234 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2235
fdebf1a4
YQ
22362016-10-05 Yao Qi <yao.qi@linaro.org>
2237
2238 * lib/gdb.exp (support_complex_tests): Return zero if
2239 gdb_skip_float_test return true.
2240
9c36d954 22412016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2242 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2243
2244 PR gdb/20487
2245 * gdb.mi/user-selected-context-sync.exp: New file.
2246 * gdb.mi/user-selected-context-sync.c: New file.
2247
4034d0ff 22482016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2249 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2250
2251 PR gdb/20487
2252 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2253 =thread-select-event check.
2254
a4297203
PB
22552016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2256
2257 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2258 the compulsory L operand changes.
2259 * gdb.arch/powerpc-power.s: Likewise.
2260
bb805577
JK
22612016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2262
2263 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2264 * gdb.base/jit-attach-pie.c: New file.
2265 * gdb.base/jit-attach-pie.exp: New file.
2266
6d61dee5
PA
22672016-09-28 Pedro Alves <palves@redhat.com>
2268
2269 * gdb.base/infcall-input.c: New file.
2270 * gdb.base/infcall-input.exp: New file.
2271
f73842fc
YQ
22722016-09-22 Yao Qi <yao.qi@linaro.org>
2273
2274 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2275 (gdb_exit): Rename it to ...
2276 (gdbserver_gdb_exit): ... Close GDBserver.
2277 (gdb_exit): New proc, call gdbserver_gdb_exit.
2278 (mi_gdb_exit): Likewise.
2279
90681dab
YQ
22802016-09-22 Yao Qi <yao.qi@linaro.org>
2281
2282 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2283 path.
2284 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2285 Remove duplication.
2286
9c211fd8
YQ
22872016-09-22 Yao Qi <yao.qi@linaro.org>
2288
2289 * lib/gdbserver-support.exp: Check the existence of
2290 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2291
ad0a504f
AK
22922016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2293
2294 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2295
36cf1806
TT
22962016-09-21 Tom Tromey <tom@tromey.com>
2297
2298 PR gdb/20604:
2299 * gdb.base/quit.exp: New file.
2300
74172ecf
SM
23012016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2302
2303 * .gitignore: New file.
2304
3d0ec882
MR
23052016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2306
2307 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2308 throughout.
2309
8193adea
AA
23102016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2311
2312 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2313
d41a5c09
JK
23142016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2315
2316 * gdb.cp/casts.cc (decltype): Move it ...
2317 (main): ... with its call to ...
2318 * gdb.cp/casts03.cc: ... a new file.
2319 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2320
d2dfe700
JK
23212016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2322
2323 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2324
e2a92b16
PB
23252016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2326
2327 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2328 and sync up the test with tests in gas/testsuite/gas/ppc.
2329 * gdb.arch/powerpc-power.exp: Likewise.
2330
49b4de64
JK
23312016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2332
2333 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2334
2c29df25
SDJ
23352016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2336 Jan Kratochvil <jan.kratochvil@redhat.com>
2337
2338 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2339 make m1's definition to be different from m2's. Use 'dummy' as an
2340 argument for probe 'two'.
2341
cc3c2846
JB
23422016-09-10 Jon Beniston <jon@beniston.com>
2343
2344 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2345 for sim target.
2346
e1b2624a
AA
23472016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2348
2349 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2350 variable declaration.
2351 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2352 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2353 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2354 received HWCAP as its argument.
2355
4295e285
PA
23562016-09-06 Pedro Alves <palves@redhat.com>
2357
2358 * gdb.base/new-ui-pending-input.c: New file.
2359 * gdb.base/new-ui-pending-input.exp: New file.
2360 * gdb.exp (clear_gdb_spawn_id): New procedure.
2361 (with_spawn_id): Check whether gdb_spawn_id exists before
2362 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2363 on exit.
2364
00d5215e
UW
23652016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2366
2367 * gdb.base/float128.c: New file.
2368 * gdb.base/float128.exp: Likewise.
2369 * gdb.base/floatn.c: Likewise.
2370 * gdb.base/floatn.exp: Likewise.
2371
a9ff5f12
UW
23722016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2373
2374 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2375
f245535c
PA
23762016-09-05 Pedro Alves <palves@redhat.com>
2377
2378 PR backtrace/19927
2379 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2380 unwinders are immediately called as side effect of "source" or
2381 "disable unwinder" commands.
2382 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2383
ae9cf263
YQ
23842016-09-02 Yao Qi <yao.qi@linaro.org>
2385
2386 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2387 is true and $type is "float" or "double".
2388
27aba047
YQ
23892016-09-02 Yao Qi <yao.qi@linaro.org>
2390
2391 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2392 true.
2393 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2394 * gdb.base/call-rt-st.exp: Likewise.
2395 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2396 return value instead of gdb,skip_float_test.
2397 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2398 (do_function_calls): Use its return value instead of
2399 gdb,skip_float_test.
2400 * gdb.base/finish.exp: Likewise.
2401 * gdb.base/funcargs.exp: Likewise.
2402 * gdb.base/return.exp: Likewise.
2403 * gdb.base/return2.exp: Likewise.
2404 * gdb.base/varargs.exp: Likewise.
2405 * lib/gdb.exp (gdb_skip_float_test): Change it to
2406 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2407
5af962df
AA
24082016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2409
2410 * gdb.multi/tids.exp: Test "thread apply all".
2411
7fac6910
JK
24122016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2413
2414 * gdb.base/default.exp (tty): Remove.
2415
bb1fe4ac
KB
24162016-08-24 Kevin Buettner <kevinb@redhat.com>
2417
2806dc7e
PA
2418 * gdb.python/py-recurse-unwind.c: New file.
2419 * gdb.python/py-recurse-unwind.py: New file.
2420 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2421
0a1ddfa6
SM
24222016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2423
2424 * gdb.base/set-inferior-tty.exp: New file.
2425 * gdb.base/set-inferior-tty.c: New file.
2426
d9de1fe3
PA
24272016-08-23 Pedro Alves <palves@redhat.com>
2428
2429 PR gdb/20494
2430 * gdb.base/new-ui-echo.c: New file.
2431 * gdb.base/new-ui-echo.exp: New file.
2432
e9d9abd7
YQ
24332016-08-23 Yao Qi <yao.qi@linaro.org>
2434
2435 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2436 gdbserver_spawn.
2437 * gdb.server/connect-without-multi-process.exp (do_test):
2438 Likewise.
2439
3589529e
YQ
24402016-08-23 Yao Qi <yao.qi@linaro.org>
2441
2442 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2443 standalone_txt. Delete gdb_txt and standalone_txt on host
2444 and target. Spawn the binary on target. Copy files from
2445 target to host.
2446
6bb90213
PA
24472016-08-22 Pedro Alves <palves@redhat.com>
2448
2449 PR gdb/20505
2450 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2451 with_test_prefix. Factor out bits to ...
2452 (test_no_vdso): ... this new procedure.
2453
20c2c024
CL
24542016-08-19 Carl Love <cel@us.ibm.com>
2455
2456 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2457 maintaining separate logic for constructing the output path.
2458 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2459 * gdb.arch/ppc-dfp.exp: Likewise.
2460 * gdb.arch/ppc-fp.exp: Likewise.
2461 * gdb.arch/vsx-regs.exp: Likewise.
2462 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2463 binprefix for generating the additional binary files.
2464
0646e07d
PA
24652016-08-19 Pedro Alves <palves@redhat.com>
2466
2467 * gdb.trace/mi-trace-frame-collected.exp
2468 (test_trace_frame_collected): On x32, expect two registers.
2469
46da9242
CL
24702016-08-18 Carl Love <cel@us.ibm.com>
2471
2472 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2473 and sync up the test with tests in gas/testsuite/gas/ppc.
2474 * gdb.arch/powerpc-power.exp: Likewise.
2475
eb2332d7
SM
24762016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2477
2478 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2479 expected error message.
2480
63c61e04
SM
24812016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2482
2483 * gdb.multi/remove-inferiors.exp: New file.
2484 * gdb.multi/remove-inferiors.c: New file.
2485
7b17065f
YQ
24862016-08-12 Yao Qi <yao.qi@linaro.org>
2487
2488 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2489 argument list.
2490
01d3dedf
PA
24912016-08-10 Pedro Alves <palves@redhat.com>
2492
2493 PR gdb/19187
2494 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2495 setup_kfails.
2496
3eb7562a
PA
24972016-08-09 Pedro Alves <palves@redhat.com>
2498 Simon Marchi <simon.marchi@ericsson.com>
2499
2500 PR gdb/20418
2501 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2502 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2503
80614914
PA
25042016-08-09 Pedro Alves <palves@redhat.com>
2505
2506 PR mi/20431
2507 * gdb.mi/mi-cmd-error.exp: New file.
2508
f348d89a
PA
25092016-08-09 Pedro Alves <palves@redhat.com>
2510
2511 PR gdb/18653
2512 * gdb.base/signals-state-child.c: New file.
2513 * gdb.base/signals-state-child.exp: New file.
2514 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2515
e5ca03b4
PA
25162016-08-09 Pedro Alves <palves@redhat.com>
2517
2518 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2519
282a0691
TT
25202016-08-03 Tom Tromey <tom@tromey.com>
2521
2522 PR python/18565:
2523 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2524
41bfcd63
YQ
25252016-08-01 Yao Qi <yao.qi@linaro.org>
2526
2527 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2528 variable mode to "multi-process" if $multi_process is 1, otherwise
2529 set it to "single-process".
2530
e3465b24
YQ
25312016-08-01 Yao Qi <yao.qi@linaro.org>
2532
2533 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2534 * gdb.cp/cpexprs.exp: Likewise.
2535 * gdb.cp/m-static.exp: Likewise.
2536
0b31a4bc
TT
25372016-07-26 Tom Tromey <tom@tromey.com>
2538
2539 PR python/20190:
2540 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2541 test.
2542
e0461dbb
MM
25432016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2544
2545 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2546 selecting assembly source files.
2547 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2548 assembly source files.
2549 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2550 assembly source files.
2551 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2552 selecting assembly source files.
2553
8194e927
SM
25542016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2555
2556 * gdb.base/new-ui.exp (do_test_invalid_args): New
2557 procedure.
2558
c0272db5
TW
25592016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2560
2561 * gdb.btrace/reconnect.c: New file.
2562 * gdb.btrace/reconnect.exp: New file.
2563
e3487908
GKB
25642016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2565
2566 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2567 to test_catch_syscall_group.
2568 (test_catch_syscall_group): New.
2569
12df5c00
TT
25702016-07-21 Tom Tromey <tom@tromey.com>
2571
2572 * gdb.rust/simple.rs (main): Use empty struct expression.
2573 * gdb.rust/simple.exp: Add tests for empty struct expression.
2574
bae62ee2
YQ
25752016-07-21 Yao Qi <yao.qi@linaro.org>
2576
2577 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2578 if gdb_skip_xml_test is true on some targets.
2579
b1b53fb3
YQ
25802016-07-21 Yao Qi <yao.qi@linaro.org>
2581
2582 * gdb.server/solib-list.exp: Unset last_loaded_file.
2583
027d97f8
JK
25842016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2585
2586 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2587 "step into captured_main (args)".
2588
7674d381
JK
25892016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2590
2591 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2592
72b5d099
JK
25932016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2594
2595 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2596
1f960ced
PA
25972016-07-19 Pedro Alves <palves@redhat.com>
2598
2599 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2600 * gdb.opt/inline-bt.exp: Likewise.
2601 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2602 additional_flags=-Winline.
2603 * gdb.opt/inline-locals.exp: Likewise.
2604 * gdb.opt/inline-markers.c (ATTR): Define.
2605 (inlined_fn): Use it.
2606
f25827c1
YQ
26072016-07-19 Yao Qi <yao.qi@linaro.org>
2608
2609 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2610 (test_with_self): Remove some code. Remove argument executable.
2611 (top-level): Use do_self_tests.
2612
37539ebe
DB
26132016-07-15 Zachary Welch <zwelch@codesourcery.com>
2614 Don Breazeal <donb@codesourcery.com>
2615
2616 * gdb.base/maint.exp: Escape paths used in regular expressions.
2617 * gdb.stabs/weird.exp: Likewise.
2618
dac790e1
TT
26192016-07-13 Tom Tromey <tom@tromey.com>
2620
2621 PR python/15620, PR python/18620:
2622 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2623 (test_bkpt_events): New procs.
2624
93daf339
TT
26252016-07-13 Tom Tromey <tom@tromey.com>
2626
2627 PR python/17698:
2628 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2629 test.
2630 (test_watchpoints): Likewise.
2631 (test_bkpt_pending): New proc.
2632
6571a381
TT
26332016-07-13 Tom Tromey <tom@tromey.com>
2634
2635 PR cli/18053:
2636 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2637 completion test.
2638
e8732474
JK
26392016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2640
2641 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2642 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2643 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2644 f_label.
2645 (g): Rename g_end_lbl to g_label.
2646 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2647 low_pc and high_pc.
2648 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2649
e0f3fd7c
TT
26502016-07-12 Tom Tromey <tom@tromey.com>
2651
2652 PR python/19293:
2653 * gdb.python/py-unwind-maint.exp: Update tests.
2654
3cfe46b6
YQ
26552016-07-12 Yao Qi <yao.qi@linaro.org>
2656
2657 * lib/selftest-support.exp (selftest_setup): Match the output
2658 when captured_main is inlined.
2659
4f19a0e6
WT
26602016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2661
2662 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2663 New variables.
2664 (print this%a, print this%b, print this): New tests.
2665 * gdb.fortran/derived-types.f90 (this): New object and
2666 initialization.
2667
986cf455
SM
26682016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2669
2670 * gdb.ada/arraydim.exp: Remove extra directory level in build
2671 directory.
2672
f0464b23
SM
26732016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2674
2675 * lib/ada.exp: Remove extra directory level in build directory.
2676 * gdb.ada/cond_lang.exp: Likewise.
2677 * gdb.ada/exec_changed.exp: Likewise.
2678 * gdb.ada/lang_switch.exp: Likewise.
2679
42d94011
MG
26802016-07-06 Manish Goregaokar <manish@mozilla.com>
2681
2806dc7e
PA
2682 * simple.rs: Add test for raw pointer subscripting.
2683 * simple.exp: Add test expectations.
42d94011 2684
647c264c
YQ
26852016-07-05 Yao Qi <yao.qi@linaro.org>
2686
2687 * gdb.mi/mi-reverse.exp: Match =record-started output.
2688
20aa2c60
PA
26892016-07-01 Pedro Alves <palves@redhat.com>
2690
2691 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2692 procedure.
2693 (jit_reader_test): Test the jit reader's unwinder.
2694 * gdb.base/jithost.c (jit_function_00_code): New global.
2695 (main): Use memcpy to fill in the mmapped code, instead of poking
2696 bytes manually here.
2697 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2698 value.
2699 (read_debug_info): Save the function's range.
2700 (read_sp): New function.
2701 (unwind_frame): Use it. Also unwind RBP.
2702 (get_frame_id): Use read_sp.
2703 (gdb_init_reader): Use calloc instead of malloc.
2704 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2705 parameter. Use gdb_test_multiple.
2706
ced2dffb
PA
27072016-07-01 Pedro Alves <palves@redhat.com>
2708 Antoine Tremblay <antoine.tremblay@ericsson.com>
2709
2710 * gdb.threads/process-dies-while-detaching.c: New file.
2711 * gdb.threads/process-dies-while-detaching.exp: New file.
2712
63000888
PA
27132016-07-01 Pedro Alves <palves@redhat.com>
2714
2715 * gdb.multi/watchpoint-multi-exit.c: New file.
2716 * gdb.multi/watchpoint-multi-exit.exp: New file.
2717
038d4868
PA
27182016-06-30 Pedro Alves <palves@redhat.com>
2719
2720 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2721 unset inferior_spawn_id.
2722
994e9c83
PA
27232016-06-30 Pedro Alves <palves@redhat.com>
2724
2725 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2726 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2727
e5653468
YQ
27282016-06-29 Yao Qi <yao.qi@linaro.org>
2729
2730 * gdb.base/return.c: Add copyright header.
2731
803b47e5
TT
27322016-06-29 Tom Tromey <tom@tromey.com>
2733
2734 PR python/20129:
2735 * gdb.python/py-framefilter.exp: Add tests for setting priority
2736 and disabling of non-existent frame filter.
2737
28244707
YQ
27382016-06-29 Yao Qi <yao.qi@linaro.org>
2739
2740 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2741 0x0f07ff.
2742
a31d2f06
YQ
27432016-06-28 Yao Qi <yao.qi@linaro.org>
2744
2745 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2746 triplets. Start gdb, execute catch syscall, and continue. Check
2747 gdb's output to determine catch syscall is supported.
2748
921d8f54
MG
27492016-06-27 Manish Goregaokar <manish@mozilla.com>
2750
25d49b86
PA
2751 * gdb.rust/simple.rs: Add test for returning unit in a function.
2752 * gdb.rust/simple.exp: Add expectation for functions returning
2753 unit.
921d8f54 2754
f4952523
PMR
27552016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2756
2757 * gdb.python/py-breakpoint-create-fail.c,
2758 gdb.python/py-breakpoint-create-fail.exp,
2759 gdb.python/py-breakpoint-create-fail.py: New testcase.
2760
fccb08f8
MG
27612016-06-25 Manish Goregaokar <manish@mozilla.com>
2762
2763 PR gdb/20239
2764 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
2765 * gdb.rust/simple.exp: Add test expectations for new NonZero
2766 tests.
fccb08f8 2767
6b850546
DT
27682016-06-24 David Taylor <dtaylor@emc.com>
2769
2770 * gdb.base/offsets.exp: New file.
2771 * gdb.base/offsets.c: New file.
2772
17621150
TT
27732016-06-23 Tom Tromey <tom@tromey.com>
2774
2775 PR gdb/16483:
2776 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2777 before any filters are loaded.
2778
04d59df6
WT
27792016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2780
2781 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2782 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2783 structs.
2784 * gdb.fortran/derived-type-function.exp: New file.
2785 * gdb.fortran/derived-type-function.f90: New file.
2786
2787
ac69f786
PA
27882016-06-21 Pedro Alves <palves@redhat.com>
2789
2790 * gdb.base/new-ui.exp: New file.
2791 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2792 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2793 (with_spawn_id): New procedure.
2794
49940788
PA
27952016-06-21 Pedro Alves <palves@redhat.com>
2796
2797 * gdb.mi/mi-exec-run.exp: New file.
2798
ef274d26
PA
27992016-06-21 Pedro Alves <palves@redhat.com>
2800
2801 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2802 breakpoint command's output on the main UI.
2803 (test_break): New procedure, factored out from calls in the top
2804 level.
2805 (top level): Use foreach_with_prefix to test MI as main UI and as
2806 separate UI.
2807
468afe6c
PA
28082016-06-21 Pedro Alves <palves@redhat.com>
2809
2810 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2811 (test_awatch_creation_and_listing)
2812 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2813 Remove 'type' parameter.
2814 (test_watchpoint_all): New parameter mi_mode. Remove
2815 with_test_prefix.
2816 (top level): Use foreach_with_prefix, and add main/separate UI MI
2817 testing axis.
2818
51f77c37
PA
28192016-06-21 Pedro Alves <palves@redhat.com>
2820
2821 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
2822 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
2823 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
2824 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
2825 (gdb_main_spawn_id, mi_spawn_id): Declare and
2826 comment.
2827 (mi_create_inferior_pty): New procedure,
2828 factored out from default_mi_gdb_start.
2829 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
2830 procedures.
2831 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
2832 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
2833 Use mi_create_inferior_pty.
2834 (mi_gdb_start): Use eval to pass down args list.
2835
8980e177
PA
28362016-06-21 Pedro Alves <palves@redhat.com>
2837
2838 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
2839 * gdb.opt/inline-cmds.exp: Add MI tests.
2840
f38d3ad1
PA
28412016-06-21 Pedro Alves <palves@redhat.com>
2842
2843 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
2844
45db7c09
PA
28452016-06-21 Pedro Alves <palves@redhat.com>
2846
2847 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
2848 (top level): Use it instead of mi_execute_to.
2849
5a069ab3
PA
28502016-06-21 Pedro Alves <palves@redhat.com>
2851
2852 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
2853 (cont_handler_str): New.
2854 (signal_stop_handler): Set stop_handler_str instead of printing to
2855 stdout.
2856 (continue_handler): Set cont_handler_str instead of printing to
2857 stdout.
2858 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
2859 mi_send_resuming_command. Print stop_handler_str and
2860 cont_handler_str instead of expecting the python events print
2861 directly.
2862
2838cc1d
SD
28632016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2864
2865 * gdb.base/jit-reader.exp: New file.
2866 * gdb.base/jithost.c: New file.
2867 * gdb.base/jithost.h: New file.
2868 * gdb.base/jitreader.c : New file.
2869 * gdb.base/jit-protocol.h: New file.
2870
21a77091
YQ
28712016-06-17 Yao Qi <yao.qi@linaro.org>
2872
2873 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
2874 parameters follow_fork and detach_on_fork. Set follow-fork-mode
2875 and detach-on-fork. Adjust tests.
2876 (top level): Invoke break_cond_on_syscall with combinations of
2877 syscall, follow-fork-mode and detach-on-fork.
2878
f50bf8e5
YQ
28792016-06-17 Yao Qi <yao.qi@linaro.org>
2880
2881 * gdb.base/step-over-exit.c: New.
2882 * gdb.base/step-over-exit.exp: New.
2883
a28d8e50
YTL
28842016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2885
2886 * gdb.base/float.exp: Add target check for nds32*-*-*.
2887 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
2888
cad8e26d
AB
28892016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2890
2891 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
2892 for unsupported target features.
2893 * gdb.base/call-rt-st.exp: Likewise.
2894 * gdb.base/call-sc.exp: Likewise.
2895 * gdb.base/call-signal-resume.exp: Likewise.
2896 * gdb.base/call-strs.exp: Likewise.
2897 * gdb.base/callexit.exp: Likewise.
2898 * gdb.base/callfuncs.exp: Likewise.
2899 * gdb.base/nodebug.exp: Likewise.
2900 * gdb.base/printcmds.exp: Likewise.
2901 * gdb.base/ptype.exp: Likewise.
2902 * gdb.base/structs.exp: Likewise.
2903 * gdb.base/unwindonsignal.exp: Likewise.
2904 * gdb.cp/gdb2495.exp: Likewise.
2905 * gdb.cp/templates.exp: Likewise.
2906 * gdb.cp/virtfunc.exp: Likewise.
2907 * gdb.threads/hand-call-in-threads.exp: Likewise.
2908 * gdb.threads/interrupted-hand-call.exp: Likewise.
2909 * gdb.threads/thread-unwindonsignal.exp: Likewise.
2910
347dc102
TT
29112016-06-10 Tom Tromey <tom@tromey.com>
2912
2913 PR rust/20110:
2914 * gdb.rust/expr.exp: Add test for integer constant larger than
2915 i32.
2916
5e13cf25
BH
29172016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
2918
2919 * gdb.fortran/nested-funcs.exp: New.
2920 * gdb.fortran/nested-funcs.f90: New.
2921
bb556f1f
TK
29222016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2923
2924 * gdb.base/examine-backward.c: New file.
2925 * gdb.base/examine-backward.exp: New file.
2926
38b022b4
SM
29272016-06-06 Simon Marchi <simon.marchi@ericsson.com>
2928
2929 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
2930 matching.
2931
1b40ec05
TT
29322016-06-02 Tom Tromey <tom@tromey.com>
2933
2934 PR python/18984:
2935 * gdb.python/py-shared.exp: Add solib_name test.
2936
193bd378
SM
29372016-06-02 Simon Marchi <simon.marchi@ericsson.com>
2938
2939 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
2940
3326303b
MG
29412016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
2942
2943 PR c++/19893
2944 * gdb.dwarf2/implref.exp: Rename to...
2945 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
2946 * gdb.dwarf2/implref-array.c: New file.
2947 * gdb.dwarf2/implref-array.exp: Likewise.
2948 * gdb.dwarf2/implref-global.c: Likewise.
2949 * gdb.dwarf2/implref-global.exp: Likewise.
2950 * gdb.dwarf2/implref-struct.c: Likewise.
2951 * gdb.dwarf2/implref-struct.exp: Likewise.
2952
825c8ef2
AT
29532016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2954
2955 * gdb.trace/trace-condition.exp: Add 64bit tests.
2956
2320162a
AT
29572016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2958
2959 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
2960 bits types.
2961 (main): Adapt to 8 to 64 bits types.
2962 * gdb.trace/trace-condition.exp: Add new tests.
2963
a7818233
AT
29642016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2965
2966 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
2967
0d336466
AT
29682016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2969
2970 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
2971 Move condition tests...
2972 * gdb.trace/trace-condition.exp: Here.
2973
7faeb45a
AT
29742016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2975
2976 * gdb.trace/trace-condition.exp: Add counter-case tests.
2977
e385593e
JK
29782016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2979
2980 PR c++/15231
2981 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
2982 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
2983
744608cc
PA
29842016-05-27 Pedro Alves <palves@redhat.com>
2985
2986 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2987 New procedure.
2988 (top level): Call it, and bail out of DejaGnu is known to be bad.
2989
ac775bf4
AB
29902016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
2991
2992 * gdb.base/whatis.c: Extend the test case.
2993 * gdb.base/whatis.exp: Add additional tests.
2994
2bbad2ea
BH
29952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2996
2997* gdb.fortran/type.f90: Add pointer variable.
2998* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
2999
8b70175d
BH
30002016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3001
3002 * gdb.fortran/vla-type.exp: Fix testcase name.
3003
86d8a848
BH
30042016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3005
3006 * gdb.fortran/vla-type.exp: Access elements in nested structs.
3007
e188eb36
BH
30082016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3009
3010 * gdb.fortran/type.f90: Add nested structures.
3011 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3012 * gdb.fortran/derived-type.exp: Adapt expected output.
3013 * gdb.fortran/vla-type.exp: Adapt expected output.
3014
9b2db1fd
BH
30152016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3016
3017 * gdb.fortran/whatis_type.exp: Adapt expected output.
3018
72b17055
BH
30192016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3020
3021 * gdb.fortran/print_type.exp: Fix expected output.
3022 * gdb.fortran/whatis_type.exp: Fix expected output.
3023
3cd81d8d
BH
30242016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3025
3026 * gdb.fortran/whatis_type.exp: Use multi_line.
3027
ddae9462
TT
30282016-05-24 Tom Tromey <tom@tromey.com>
3029
3030 PR python/17386:
3031 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3032 use value as an index.
3033
1957f6b8
TT
30342016-05-23 Tom Tromey <tom@tromey.com>
3035
3036 PR python/17981:
3037 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3038 no-breakpoint case.
3039
026a9174
PA
30402016-05-24 Pedro Alves <palves@redhat.com>
3041
3042 PR gdb/19828
3043 * gdb.threads/clone-attach-detach.c: New file.
3044 * gdb.threads/clone-attach-detach.exp: New file.
3045
e70a7231
FR
30462016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3047
3048 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3049
0f6ed0e0
TT
30502016-05-23 Tom Tromey <tom@tromey.com>
3051
3052 PR python/19438, PR python/18393:
3053 * gdb.python/py-progspace.exp: Add "dir" test.
3054 * gdb.python/py-objfile.exp: Add "dir" test.
3055
ffd19d61
YQ
30562016-05-23 Yao Qi <yao.qi@linaro.org>
3057
3058 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3059 * gdb.arch/thumb2-it.exp: Likewise.
3060
9e8f9b05
SM
30612016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3062
3063 * gdb.mi/mi-threads-interrupt.c: New file.
3064 * gdb.mi/mi-threads-interrupt.exp: New file.
3065
61c6156d
SM
30662016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3067
3068 PR gdb/18077
3069 * gdb.mi/mi-async-run.exp: New file.
3070 * gdb.mi/mi-async-run.c: New file.
3071
67218854
TT
30722016-05-17 Tom Tromey <tom@tromey.com>
3073 Manish Goregaokar <manishsmail@gmail.com>
3074
3075 * lib/rust-support.exp: New file.
3076 * lib/gdb.exp (skip_rust_tests): New proc.
3077 (build_executable_from_specs): Handle rust.
3078 * lib/future.exp (gdb_find_rustc): New proc.
3079 (gdb_default_target_compile): Handle rust.
3080 * gdb.rust/expr.exp: New file.
3081 * gdb.rust/generics.exp: New file.
3082 * gdb.rust/generics.rs: New file.
3083 * gdb.rust/methods.exp: New file.
3084 * gdb.rust/methods.rs: New file.
3085 * gdb.rust/modules.exp: New file.
3086 * gdb.rust/modules.rs: New file.
3087 * gdb.rust/simple.exp: New file.
3088 * gdb.rust/simple.rs: New file.
3089
c44af4eb
TT
30902016-05-17 Tom Tromey <tom@tromey.com>
3091
3092 * gdb.base/default.exp (set language): Add rust.
3093
dcd1f979
TT
30942016-05-17 Tom Tromey <tom@tromey.com>
3095
3096 * gdb.gdb/unittest.exp: New file.
3097
155b7f57
YQ
30982016-05-16 Yao Qi <yao.qi@linaro.org>
3099
3100 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3101 shell_prompt. Update shell_prompt_re.
3102
8ddd5a6c
DE
31032016-05-12 Doug Evans <dje@google.com>
3104
3105 PR symtab/19999
3106 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3107 $options when building executable.
3108 * gdb.dwarf2/fission-loclists-pie.S: New file.
3109 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3110
02e370d9
SM
31112016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3112
3113 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3114 of [is_remote target],
3115
8929ad8b
SM
31162016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3117
3118 * lib/gdb.exp (use_gdb_stub): New procedure.
3119
6c447423
DE
31202016-05-03 Yunlian Jiang <yunlian@google.com>
3121 Doug Evans <dje@google.com>
3122
3123 PR symtab/19914
3124 * gdb.dwarf2/dwp-sepdebug.c: New file.
3125 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3126
444e826c
SM
31272016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3128
3129 * gdb.base/detach.exp: Remove is_remote check.
3130
740feeaa
SM
31312016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3132
3133 * gdb.base/annota-input-while-running.exp: Don't check for
3134 [is_remote target]. Enable annotations after running to main.
3135 Remove unused "set test..." line.
3136
9080ac9d
SM
31372016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3138
3139 * gdb.trace/trace-enable-disable.exp: New file.
3140 * gdb.trace/trace-enable-disable.c: New file.
3141
952ebca5
SM
31422016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3143
3144 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3145 use it in info sharedlibrary test.
3146 * gdb.trace/ftrace-lock.exp: Likewise.
3147 * gdb.trace/ftrace.exp: Likewise.
3148 * gdb.trace/range-stepping.exp: Likewise.
3149 * gdb.trace/trace-break.exp: Likewise.
3150 * gdb.trace/trace-condition.exp: Likewise.
3151 * gdb.trace/trace-mt.exp: Likewise.
3152
d9019901
SM
31532016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3154
3155 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3156 (gdb_load_shlib): ... this.
3157 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3158 gdb_load_shlib.
3159 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3160 * gdb.base/ctxobj.exp: Likewise.
3161 * gdb.base/dprintf-pending.exp: Likewise.
3162 * gdb.base/dso2dso.exp: Likewise.
3163 * gdb.base/fixsection.exp: Likewise.
3164 * gdb.base/gcore-relro.exp: Likewise.
3165 * gdb.base/gdb1555.exp: Likewise.
3166 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3167 * gdb.base/gnu-ifunc.exp: Likewise.
3168 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3169 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3170 * gdb.base/pending.exp: Likewise.
3171 * gdb.base/print-file-var.exp: Likewise.
3172 * gdb.base/print-symbol-loading.exp: Likewise.
3173 * gdb.base/shlib-call.exp: Likewise.
3174 * gdb.base/shreloc.exp: Likewise.
3175 * gdb.base/so-impl-ld.exp: Likewise.
3176 * gdb.base/solib-disc.exp: Likewise.
3177 * gdb.base/solib-nodir.exp: Likewise.
3178 * gdb.base/solib-overlap.exp: Likewise.
3179 * gdb.base/solib-symbol.exp: Likewise.
3180 * gdb.base/solib-weak.exp (do_test): Likewise.
3181 * gdb.base/sym-file.exp: Likewise.
3182 * gdb.base/symtab-search-order.exp: Likewise.
3183 * gdb.base/type-opaque.exp: Likewise.
3184 * gdb.base/unload.exp: Likewise.
3185 * gdb.base/watchpoint-solib.exp: Likewise.
3186 * gdb.compile/compile.exp: Likewise.
3187 * gdb.cp/gdb2384.exp: Likewise.
3188 * gdb.cp/infcall-dlopen.exp: Likewise.
3189 * gdb.cp/re-set-overloaded.exp: Likewise.
3190 * gdb.fortran/library-module.exp: Likewise.
3191 * gdb.opt/solib-intra-step.exp: Likewise.
3192 * gdb.python/py-finish-breakpoint.exp: Likewise.
3193 * gdb.python/py-shared.exp: Likewise.
3194 * gdb.reverse/solib-precsave.exp: Likewise.
3195 * gdb.reverse/solib-reverse.exp: Likewise.
3196 * gdb.server/solib-list.exp: Likewise.
3197 * gdb.threads/dlopen-libpthread.exp: Likewise.
3198 * gdb.threads/tls-shared.exp: Likewise.
3199 * gdb.threads/tls-so_extern.exp: Likewise.
3200 * gdb.trace/change-loc.exp: Likewise.
3201 * gdb.trace/ftrace-lock.exp: Likewise.
3202 * gdb.trace/ftrace.exp: Likewise.
3203 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3204 * gdb.trace/pending.exp: Likewise.
3205 * gdb.trace/range-stepping.exp: Likewise.
3206 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3207 (strace_info_marker): Likewise.
3208 (strace_probe_marker): Likewise.
3209 (strace_trace_on_same_addr): Likewise.
3210 (strace_trace_on_diff_addr): Likewise.
3211 * gdb.trace/trace-break.exp: Likewise.
3212 * gdb.trace/trace-condition.exp: Likewise.
3213 * gdb.trace/trace-mt.exp: Likewise.
3214
fca4cfd9
SM
32152016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3216
3217 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3218 result of gdb_remote_download.
3219 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3220 * gdb.base/dso2dso.exp: Likewise.
3221 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3222 * gdb.base/print-file-var.exp: Likewise.
3223 * gdb.base/shlib-call.exp: Likewise.
3224 * gdb.base/shreloc.exp: Likewise.
3225 * gdb.base/solib-overlap.exp: Likewise.
3226 * gdb.base/solib-weak.exp (do_test): Likewise.
3227 * gdb.base/unload.exp: Likewise.
3228
11cf4ffb
YQ
32292016-04-27 Yao Qi <yao.qi@linaro.org>
3230
3231 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3232 exists.
3233
3e2e34f8
KB
32342016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3235
3236 * vla-type.exp: Print structure from toplevel.
3237
8f07e298
BH
32382016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3239
3240 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3241 of dynamic types.
3242 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3243 of dynamic types.
3244
9920b434
BH
32452016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3246
3247 * gdb.fortran/vla-type.f90: New file.
3248 * gdb.fortran/vla-type.exp: New file.
3249
f3abeff5
YQ
32502016-04-25 Yao Qi <yao.qi@linaro.org>
3251
3252 * gdb.base/branch-to-self.c: New file.
3253 * gdb.base/branch-to-self.exp: New file.
3254
0a5d52f0
YQ
32552016-04-22 Yao Qi <yao.qi@linaro.org>
3256
3257 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3258 more after $hex.
3259
495346f6
YQ
32602016-04-22 Yao Qi <yao.qi@linaro.org>
3261
3262 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3263 * gdb.base/annota3.exp: Likewise.
3264
4a7e075c
YQ
32652016-04-22 Yao Qi <yao.qi@linaro.org>
3266
3267 * gdb.reverse/step-precsave.exp: Do one step and test program
3268 stops in "callee" and do multiple steps until program goes out
3269 of "callee".
3270 * gdb.reverse/step-reverse.exp: Likewise.
3271
5b061e98
YQ
32722016-04-22 Yao Qi <yao.qi@linaro.org>
3273
3274 * gdb.trace/signal.exp: Also pass if
3275 $tracepoint_hits($i) > $iterations.
3276
5c5dc57f
YQ
32772016-04-22 Yao Qi <yao.qi@linaro.org>
3278
3279 * gdb.trace/signal.c: New file.
3280 * gdb.trace/signal.exp: New file.
3281
a55411b9
DE
32822016-04-19 Doug Evans <xdje42@gmail.com>
3283
3284 * gdb.base/bad-file.exp: New file.
3285
a22df60a
MG
32862016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3287
3288 * gdb.dwarf2/implref.exp: New file.
3289
0c13f7e5
BH
32902016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3291
3292 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3293 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3294 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3295 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3296 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3297 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3298 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3299 * lib/fortran.exp (fortran_int4): New procedure.
3300 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3301 (fortran_logical4): Likewise.
3302
9b9b09e9
BH
33032016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3304
3305 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3306
a14d1f4d
BH
33072016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3308
3309 * lib/compiler.c: Add Intel specific preprocessor macros.
3310 * lib/compiler.cc: Likewise.
25d49b86 3311
7d49b1d0
LM
33122016-04-13 Luis Machado <lgustavo@codesourcery.com>
3313
3314 * gdb.server/connect-with-no-symbol-file.c: New file.
3315 * gdb.server/connect-with-no-symbol-file.exp: New file.
3316
8392fa22
SM
33172016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3318
3319 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3320
8c4c4aeb
SM
33212016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3322
3323 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3324 standard output directory.
3325
45e3745e
AT
33262016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3327
3328 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3329
e26b7e41
MM
33302016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3331
3332 * gdb.btrace/instruction_history.c (loop): Add declaration.
3333
8ce09462
AT
33342016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3335
3336 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3337
2e88a1ea
SM
33382016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3339
3340 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3341 parentheses to print.
3342 (continue_handler): Likewise.
3343
f48e22e3
SM
33442016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3345
3346 * gdb.server/solib-list.exp: Remove is_remote check.
3347 Pass shlib= to gdb_compile. Don't link shared library with
3348 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3349 Run binary filename through "readlink -f" on the target.
3350
096be756
PA
33512016-04-08 Pedro Alves <palves@redhat.com>
3352
3353 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3354 interpreter filename as argument to gdbserver_spawn.
3355 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3356 Return empty if $last_loaded_file does not exist.
3357
06500533
JK
33582016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3359
3360 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3361 * gdb.base/jit-main.c: Use exit after usage.
3362
2d35e871
JK
33632016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3364
3365 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3366 GDBHISTSIZE prior to the tests.
3367 * gdb.base/gdbinit-history.exp: Likewise.
3368
33692016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3370
3371 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3372 instead of build_executable. Use gdb_load_shlibs.
3373
c8064e7e
YQ
33742016-04-07 Yao Qi <yao.qi@linaro.org>
3375
3376 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3377 Execute "si" command.
3378
bde47561
YQ
33792016-04-07 Yao Qi <yao.qi@linaro.org>
3380
3381 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3382 number instead of the comments on some line.
3383
b16f8a3b
DB
33842016-04-06 Don Breazeal <donb@codesourcery.com>
3385
3386 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3387 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3388
c2f901df
SM
33892016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3390
3391 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3392 standard_output_file. Remove unused binfile variable.
3393
ac17fda0
CU
33942016-04-05 Catalin Udma <catalin.udma@freescale.com>
3395
3396 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3397 * gdb.python/py-mi-objfile.exp: Match "list main" output
3398 in console format.
3399
03a8c4df
SM
34002016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3401
3402 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3403 absolute.
3404
6e774b13
SM
34052016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3406
3407 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3408 absolute.
3409 * gdb.trace/ftrace.exp: Likewise.
3410 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3411 targets as well.
3412 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3413 (gdb_load_shlibs): Copy libraries to test directory when testing
3414 natively. Only set solib-search-path if testing remotely.
3415 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3416
7817ea46
SM
34172016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3418
3419 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3420 gdb_download. Use it even if the target is not remote.
3421 * gdb.base/jit.exp (compile_jit_test): Likewise.
3422 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3423 output directory if the destination board is local, otherwise use
3424 the standard remote_download from DejaGnu.
3425 (gdb_download): Remove.
3426 (gdb_load_shlibs): Use gdb_remote_download instead of
3427 gdb_download.
3428 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3429 Use gdb_remote_download instead of gdb_download. Use it even if
3430 the target is not remote.
3431 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3432 instead of gdb_download.
3433
7beb7f68
SM
34342016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3435
3436 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3437 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3438 run.
3439
cc63428a
AV
34402016-04-01 Artemiy Volkov <artemiyv@acm.org>
3441
3442 PR gdb/19820
3443 * gdb.base/printcmds.exp: Add artificial arrays tests.
3444
64cdf930
PA
34452016-03-31 Pedro Alves <palves@redhat.com>
3446
3447 PR gdb/19858
3448 * gdb.base/jit-main.c: Include unistd.h.
3449 (ATTACH): Define to 0 if not already defined.
3450 (wait_for_gdb, mypid): New globals.
3451 (WAIT_FOR_GDB): New macro.
3452 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3453 some breakpoint locations.
3454 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3455 New procedures.
3456 (one_jit_test): Add REATTACH parameter, and handle it. Use
3457 continue_to_test_location.
3458 (top level): Test attach, and adjusts calls to one_jit_test.
3459
40dea8cb
PA
34602016-03-31 Pedro Alves <palves@redhat.com>
3461
3462 PR gdb/19858
3463 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3464 BINSUFFIX parameter, and handle it.
3465 (top level): Adjust calls compile_jit_test.
3466
e7ea3ec7
CU
34672016-03-31 Catalin Udma <catalin.udma@freescale.com>
3468
3469 PR python/19743
3470 * gdb.python/py-mi-events-gdb.py: New file.
3471 * gdb.python/py-mi-events.c: New file.
3472 * gdb.python/py-mi-events.exp: New file.
3473
e6359af3
YQ
34742016-03-30 Yao Qi <yao.qi@linaro.org>
3475
3476 * gdb.reverse/until-precsave.exp: Match function name only.
3477 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3478 Move malloc to a condition block.
3479 * gdb.reverse/until-reverse.exp: Match function name only.
3480
a4105d04
MK
34812016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3482
3483 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3484 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3485 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3486 variable for GPR 0 instead of assuming it is register 0.
3487 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3488 * lib/trace-support.exp: Add s390 registers.
3489
bfa6adb9
YQ
34902016-03-29 Yao Qi <yao.qi@linaro.org>
3491
3492 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3493
1e6697ea
YQ
34942016-03-24 Yao Qi <yao.qi@linaro.org>
3495
3496 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3497 test message.
3498
64bcd522
AA
34992016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3500
3501 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3502 maintaining separate logic for constructing the output path.
3503
7868401b
DB
35042016-03-16 Don Breazeal <donb@codesourcery.com>
3505
3506 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3507 Retry fork and waitpid on interrupted system call errors.
3508 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3509 Use with_timeout_factor to increase timeout by factor of 10.
3510
1cafadb4
DB
35112016-03-15 Don Breazeal <donb@codesourcery.com>
3512
3513 * gdb.cp/scope-err.cc: New test program.
3514 * gdb.cp/scope-err.exp: New test script.
3515 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3516 lines and "set breakpoint here" comment.
3517 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3518 Fixed some whitespace and format issues.
3519 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3520 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3521
81516450
DE
35222016-03-15 Doug Evans <dje@google.com>
3523
3524 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3525 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3526 All callers updated. Add tests for enums, mixed flags register.
3527
aa52b601
DE
35282016-03-15 Doug Evans <dje@google.com>
3529
3530 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3531 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3532
fa4ff313
SM
35332016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3534
3535 * gdb.base/default.exp: Add $_as_string to the list of expected
3536 convenience functions.
3537
f2403c39
AB
35382016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3539
3540 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3541
f2f3ccb9
SM
35422016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3543
3544 * gdb.python/py-as-string.exp: New file.
3545 * gdb.python/py-as-string.c: New file.
3546
00dbd492
PA
35472016-03-09 Pedro Alves <palves@redhat.com>
3548
3549 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3550 signal" -> "Thread NN received signal" output change.
3551 * gdb.threads/ia64-sigill.exp: Likewise.
3552 * gdb.threads/linux-dp.exp: Likewise.
3553 * gdb.threads/manythreads.exp: Likewise.
3554 * gdb.threads/pending-step.exp: Likewise.
3555 * gdb.threads/print-threads.exp: Likewise.
3556 * gdb.threads/sigstep-threads.exp: Likewise.
3557 * gdb.threads/staticthreads.exp: Likewise.
3558 * gdb.threads/tls.exp: Likewise.
3559
1e6697ea
YQ
35602016-03-09 Pedro Alves <palves@redhat.com>
3561
3562 * gdb.base/command-line-input.exp: New file.
3563
b04fd3be
MK
35642016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3565
3566 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3567 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3568 * gdb.trace/pending.exp: Accept leading dot before function name.
3569 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3570 * lib/trace-support.exp: Set registers for ppc.
3571
98fa59e9
MK
35722016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3573
3574 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3575 use it for disassembly; accept .main in addition to main in backtrace.
3576
f77198c8
MK
35772016-03-09 Wei-cheng Wang <cole945@gmail.com>
3578 Marcin Kościelnicki <koriakin@0x04.net>
3579
3580 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3581 (gdb_recursion_test_ptr): New global variable.
3582 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3583 gdb_recursion_test.
3584 (gdb_c_test): Ditto.
3585
ba84e0da
MK
35862016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3587
3588 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3589 ordering.
3590
4366d36e
MK
35912016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3592
3593 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3594 (bar): Add bar_start_lbl label.
3595 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3596 of foo/bar for emitting DWARF and tracing.
3597
5eb264df
SDJ
35982016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3599
3600 * analyze-racy-logs.py: Set executable bit.
3601
fb6a751f
SDJ
36022016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3603
3604 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3605 (CHECK_TARGET_TMP): Likewise.
3606 (check-single-racy): New rule.
3607 (check-parallel-racy): Likewise.
3608 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3609 (do-check-parallel-racy): New rule.
3610 (check-racy/%.exp): Likewise.
3611 * README (Racy testcases): New section.
3612 * analyze-racy-logs.py: New file.
3613
bdf7e230
DE
36142016-03-03 Doug Evans <dje@google.com>
3615
3616 * gdb.base/skip.exp: Use with_test_prefix.
3617
4719d415
YQ
36182016-03-03 Yao Qi <yao.qi@linaro.org>
3619
3620 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3621 Invoke step_over_syscall "clone" and break_cond_on_syscall
3622 "clone".
3623 * gdb.base/step-over-clone.c: New file.
3624
ea507862
YQ
36252016-03-03 Yao Qi <yao.qi@linaro.org>
3626
3627 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3628 code format.
3629
8fc8cbda
YQ
36302016-03-03 Yao Qi <yao.qi@linaro.org>
3631
3632 * gdb.base/disp-step-fork.c: Rename to ...
3633 * gdb.base/step-over-fork.c: ... it. New file.
3634 * gdb.base/disp-step-vfork.c: Rename to ...
3635 * gdb.base/step-over-vfork.c: ... it. New file.
3636 * gdb.base/disp-step-syscall.exp: Rename to ...
3637 * gdb.base/step-over-syscall.exp: ... it. New file.
3638 (disp_step_cross_syscall): Rename to ...
3639 (step_over_syscall): ... it.
3640
92fa70b0
YQ
36412016-03-03 Yao Qi <yao.qi@linaro.org>
3642
3643 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3644 If target supports condition evaluation on target, invoke
3645 break_cond_on_syscall for fork and vfork.
3646
e197ad3c
YQ
36472016-03-03 Yao Qi <yao.qi@linaro.org>
3648
3649 * gdb.base/disp-step-syscall.exp: Don't invoke
3650 support_displaced_stepping.
3651 (disp_step_cross_syscall): Test with displaced stepping off and
3652 on if supported.
3653
0b47da9f
YQ
36542016-03-03 Yao Qi <yao.qi@linaro.org>
3655
3656 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3657 proc.
3658 (setup): New proc.
3659 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3660 and setup.
3661
065ab6dc
BH
36622016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3663
3664 * gdb.fortran/vla-history.exp: Remove breakpoint.
3665
07e448ad 36662016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3667
25d49b86
PA
3668 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3669 exceeds timeout.
07e448ad 3670
9ac2d526 36712016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3672
25d49b86
PA
3673 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3674 breakpoint.
9ac2d526 3675
17807369
BH
36762016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3677
3678 * gdb.mi/vla.f90: Nullify pointer after declaration.
3679
86e501af
PA
36802016-03-01 Pedro Alves <palves@redhat.com>
3681
3682 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3683
1e903e32
PA
36842016-03-01 Pedro Alves <palves@redhat.com>
3685
3686 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3687 before anything else.
3688 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3689 _GNU_SOURCE here.
3690 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3691 before anything else.
3692 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3693
6ccb54e2
PA
36942016-03-01 Pedro Alves <palves@redhat.com>
3695
3696 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3697
30ca9da1
YQ
36982016-03-01 Yao Qi <yao.qi@linaro.org>
3699
3700 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3701 prepare_for_testing.
3702
dc856b38
YQ
37032016-03-01 Yao Qi <yao.qi@linaro.org>
3704
3705 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3706
4a932159
AA
37072016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3708
3709 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3710 manually constructing the output path.
3711
f2489477
AA
37122016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3713
3714 * gdb.arch/s390-stackless.S: New.
3715 * gdb.arch/s390-stackless.exp: New.
3716
38899f16
IB
37172016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3718
3719 * gdb.dlang/circular.c: New file.
3720 * gdb.dlang/circular.exp: New file.
3721
9fde51ed
YQ
37222016-02-26 Yao Qi <yao.qi@linaro.org>
3723
3724 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3725 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3726 (testcases): Update.
3727
ce90fefe
YQ
37282016-02-26 Yao Qi <yao.qi@linaro.org>
3729
3730 * gdb.reverse/aarch64.c: Rename to ...
3731 * gdb.reverse/insn-reverse.c: ... it.
3732 * gdb.reverse/aarch64.exp: Rename to ...
3733 * gdb.reverse/insn-reverse.exp: ... it.
3734
3263bceb
YQ
37352016-02-26 Yao Qi <yao.qi@linaro.org>
3736
3737 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3738 (testcase_ftype): New.
3739 (testcases): New array.
3740 (n_testcases): New.
3741 (main): Call each element in testcases.
3742 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3743 (read_testcase): New.
3744 Do the tests in a loop.
3745
6cb59ff1
YQ
37462016-02-25 Yao Qi <yao.qi@linaro.org>
3747
3748 * gdb.base/branches.c: Remove.
3749
ae91f625
MK
37502016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3751
3752 PR gdb/13808
3753 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3754
678b48b7
MK
37552016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3756
3757 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3758
7337a6f2
MK
37592016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3760
3761 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3762 change x86_64 call_insn to 'callq'.
3763
861ca91f
AT
37642016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3765
3766 * gdb.trace/tfile-avx.c: Move to...
3767 * gdb.trace/tracefile-pseudo-reg.c: Here.
3768 * gdb.trace/tfile-avx.exp: Move to...
3769 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3770
bf74e428
GB
37712016-02-24 Gary Benson <gbenson@redhat.com>
3772
3773 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3774 message on attach.
3775
cce0e923
DE
37762016-02-23 Doug Evans <dje@google.com>
3777
3778 * gdb.base/skip.c (test_skip): New function.
3779 (end_test_skip_file_and_function): New function.
3780 (test_skip_file_and_function): New function.
3781 * gdb.base/skip1.c (test_skip): New function.
3782 (skip1_test_skip_file_and_function): New function.
3783 * gdb.base/skip.exp: Add tests for new skip options.
3784 * gdb.base/skip-solib.exp: Update expected output.
3785 * gdb.perf/skip-command.cc: New file.
3786 * gdb.perf/skip-command.exp: New file.
3787 * gdb.perf/skip-command.py: New file.
3788
4000e47e
MK
37892016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
3790
3791 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3792 info registers pattern.
3793
24f75ead
IB
37942016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
3795
3796 * lib/future.exp: Add D support.
3797 (gdb_find_gdc): New proc.
3798 (gdb_default_target_compile): Add D support.
3799
fbb7bcbe
WW
38002016-02-18 Wei-cheng Wang <cole945@gmail.com>
3801
3802 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3803 user+system time.
3804 (trace_speed_test): Determine the iteration count for a time
3805 between 15..30 seconds.
3806
012b3a21
WT
38072016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
3808
3809 * gdb.arch/i386-mpx-sigsegv.c: New file.
3810 * gdb.arch/i386-mpx-sigsegv.exp: New file.
3811 * gdb.arch/i386-mpx-simple_segv.c: New file.
3812 * gdb.arch/i386-mpx-simple_segv.exp: New file.
3813
2d5189bd
YQ
38142016-02-18 Yao Qi <yao.qi@linaro.org>
3815
3816 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3817 Don't call setup_kfail.
3818
40fb20d0
YQ
38192016-02-18 Yao Qi <yao.qi@linaro.org>
3820
3821 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3822 Set "set breakpoint condition-evaluation" per $cond_bp_target.
3823
21b1f8d2
DE
38242016-02-16 Doug Evans <dje@google.com>
3825
3826 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
3827 * gdb.base/skip1.c: Ditto.
3828 * gdb.base/skip.exp: Whitespace cleanup.
3829
4041ed77
DB
38302016-02-16 Don Breazeal <donb@codesourcery.com>
3831
3832 PR remote/19496
3833 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3834 Remove kfail for PR remote/19496.
3835
c4ef31bf
SM
38362016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3837
3838 * lib/gdb.exp (standard_temp_file): Return a path specific to
3839 the runtest invocation.
3840
266b65b3
SM
38412016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3842
3843 * gdb.trace/save-trace.exp: Change relative path to be in the
3844 standard output directory.
3845
a7a0a6a9
JK
38462016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3847
3848 * gdb.arch/i386-prologue.c: Add missing prototypes.
3849
c99dbb42
JK
38502016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3851
3852 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
3853 * gdb.arch/i386-prologue.exp: Likewise.
3854 * gdb.arch/i386-size.exp: Likewise.
3855
aa480355
SM
38562016-02-15 Simon Marchi <simon.marchi@ericsson.com>
3857
3858 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
3859 define object file path.
3860 * gdb.btrace/gcore.exp: Use standard_output_file to define core
3861 file path.
3862 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
3863 standard_output_file to define binfile.
3864
ba881f50
JK
38652016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3866
3867 Fix compatibility with recent gfortran-5.3.1.
3868 * gdb.fortran/vla-history.exp (print vla1 allocated)
3869 (print vla2 allocated, print $2, print $3): Remove
3870 (print $4): Rename to ...
3871 (print $2): ... here.
3872 (print $9): Rename to ...
3873 (print $5): ... here.
3874 (print $10): Rename to ...
3875 (print $6): ... here.
3876 * gdb.fortran/vla.f90: Add pvla initialization.
3877
e9fb005c
JK
38782016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3879
3880 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
3881 New test.
3882 * gdb.fortran/vla-value-sub.exp: Likewise.
3883
e44e00ff
MK
38842016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
3885
3886 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
3887
97e94151
SM
38882016-02-12 Simon Marchi <simon.marchi@ericsson.com>
3889
3890 * i386-biarch-core.exp: Define corefile using
3891 standard_output_file.
3892
01113bc1
YQ
38932016-02-12 Yao Qi <yao.qi@linaro.org>
3894
3895 * gdb.arch/arm-single-step-kernel-helper.c: New.
3896 * gdb.arch/arm-single-step-kernel-helper.exp: New.
3897
33b4777c
MM
38982016-02-12 Markus Metzger <markus.t.metzger@intel.com>
3899
3900 * gdb.btrace/tailcall-only.exp: New.
3901 * gdb.btrace/tailcall-only.c: New.
3902 * gdb.btrace/x86_64-tailcall-only.S: New.
3903 * gdb.btrace/i686-tailcall-only.S: New.
3904
acc23c11
PA
39052016-02-11 Pedro Alves <palves@redhat.com>
3906
3907 * README (Parallel testing): Add missing double quotes.
3908
e352bf0a
PA
39092016-02-11 Pedro Alves <palves@redhat.com>
3910
3911 * README (Parallel testing): New section.
3912 (GDB_PARALLEL): Rewrite.
3913 (FORCE_PARALLEL): Document.
3914
9f5fed78
MK
39152016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
3916
3917 * gdb.trace/tfile-avx.c: New test.
3918 * gdb.trace/tfile-avx.exp: New test.
3919
9ef9e6a6
KS
39202016-02-09 Keith Seitz <keiths@redhat.com>
3921
3922 PR breakpoints/19546
3923 * gdb.base/infcall-exec.c: New file.
3924 * gdb.base/infcall-exec2.c: New file.
3925 * gdb.base/infcall-exec.exp: New file.
3926
a96e36da
KS
39272016-02-09 Keith Seitz <keiths@redhat.com>
3928
3929 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
3930 (toplevel): Call test_bkpt_address.
3931
9f61929f
KS
39322016-02-09 Keith Seitz <keiths@redhat.com>
3933
3934 PR python/19506
3935 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
3936 (toplevel): Call test_bkpt_address.
3937
1e94266c
SM
39382016-02-09 Simon Marchi <simon.marchi@ericsson.com>
3939
3940 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
3941 to AC_OUTPUT.
3942 * configure: Regenerate.
3943
2a7f3dff
PA
39442016-02-09 Pedro Alves <palves@redhat.com>
3945
3946 PR breakpoints/19548
3947 * gdb.base/execl-update-breakpoints.c (some_function): New
3948 function.
3949 (main): Call it.
3950 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
3951 Tighten expected GDB output.
3952
2151ccc5
SM
39532016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3954
3955 * Makefile.in (ALL_SUBDIRS): Remove.
3956 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
3957 (distclean maintainer-clean realclean): Likewise.
3958 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
3959 * configure: Regenerate.
3960 * gdb.ada/Makefile.in: Delete.
3961 * gdb.arch/Makefile.in: Likewise.
3962 * gdb.asm/Makefile.in: Likewise.
3963 * gdb.base/Makefile.in: Likewise.
3964 * gdb.btrace/Makefile.in: Likewise.
3965 * gdb.cell/Makefile.in: Likewise.
3966 * gdb.compile/Makefile.in: Likewise.
3967 * gdb.cp/Makefile.in: Likewise.
3968 * gdb.disasm/Makefile.in: Likewise.
3969 * gdb.dlang/Makefile.in: Likewise.
3970 * gdb.dwarf2/Makefile.in: Likewise.
3971 * gdb.fortran/Makefile.in: Likewise.
3972 * gdb.gdb/Makefile.in: Likewise.
3973 * gdb.go/Makefile.in: Likewise.
3974 * gdb.guile/Makefile.in: Likewise.
3975 * gdb.java/Makefile.in: Likewise.
3976 * gdb.linespec/Makefile.in: Likewise.
3977 * gdb.mi/Makefile.in: Likewise.
3978 * gdb.modula2/Makefile.in: Likewise.
3979 * gdb.multi/Makefile.in: Likewise.
3980 * gdb.objc/Makefile.in: Likewise.
3981 * gdb.opencl/Makefile.in: Likewise.
3982 * gdb.opt/Makefile.in: Likewise.
3983 * gdb.pascal/Makefile.in: Likewise.
3984 * gdb.perf/Makefile.in: Likewise.
3985 * gdb.python/Makefile.in: Likewise.
3986 * gdb.reverse/Makefile.in: Likewise.
3987 * gdb.server/Makefile.in: Likewise.
3988 * gdb.stabs/Makefile.in: Likewise.
3989 * gdb.threads/Makefile.in: Likewise.
3990 * gdb.trace/Makefile.in: Likewise.
3991 * gdb.xml/Makefile.in: Likewise.
3992 * lib/gdb.exp (make_gdb_parallel_path): Add check for
3993 GDB_PARALLEL.
3994 (standard_output_file): Remove check for GDB_PARALLEL, always
3995 return path in outputs/$subdir/$testname.
3996
437277d4
SM
39972016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3998
3999 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
4000 (site.exp): Assign abs_srcdir to tcl's srcdir.
4001
31d913c7
YQ
40022016-02-04 Yao Qi <yao.qi@linaro.org>
4003
4004 * gdb.base/foll-exec-mode.c: Include limits.h.
4005 (main): Add parameters argc and argv. Get directory from
4006 argv[0].
4007 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
4008 compilation.
4009 * gdb.base/foll-exec.c: Include limits.h.
4010 (main): Add parameters argc and argv.
4011 Get directory from argv[0].
4012 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4013 Adjust tests on the number of lines as source code changed.
4014 * gdb.base/foll-vfork-exit.c: Include limits.h.
4015 (main): Add one line of statement before vfork.
4016 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4017 (main): Add parameters argc and argv. Get directory from
4018 argv[0].
4019 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4020 (setup_gdb): Set tbreak to skip some source lines.
4021 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4022 (main): Add parameters argc and argv. Get directory from
4023 argv[0].
4024 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4025 compilation.
4026 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4027 (main): Add parameters argc and argv. Get directory from
4028 argv[0].
4029 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4030 compilation.
4031
9482b9fb
DE
40322016-02-01 Doug Evans <dje@google.com>
4033
4034 * gdb.base/skip.exp: Clean up multiple references to same test name.
4035
6b2e4f10
PA
40362016-02-01 Pedro Alves <palves@redhat.com>
4037
ccb6afd6 4038 PR remote/19496
6b2e4f10
PA
4039 * gdb.threads/forking-threads-plus-breakpoint.exp
4040 (displaced_stepping_supported): New global.
4041 (probe_displaced_stepping_support): New procedure.
4042 (do_test): Add 'displaced' parameter, and use it.
4043 (top level): Check for displaced stepping support. Add displaced
4044 stepping on/off testing axis.
4045
37a8db1a
AB
40462016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4047
4048 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4049 pointer. Don't perform further tests on the unassociated pointer
4050 if the first test fails.
4051
5fdf6324
AB
40522016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4053
4054 * gdb.base/max-value-size.c: New file.
4055 * gdb.base/max-value-size.exp: New file.
4056 * gdb.base/huge.exp: Disable max-value-size for this test.
4057
935c6144
IB
40582016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4059
4060 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4061
7fe8399d
YQ
40622016-01-28 Yao Qi <yao.qi@linaro.org>
4063
4064 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4065
a2077e25
PA
40662016-01-25 Pedro Alves <palves@redhat.com>
4067
4068 PR threads/19461
4069 * gdb.base/fork-running-state.c: New file.
4070 * gdb.base/fork-running-state.exp: New file.
4071
1d2736d4
PA
40722016-01-25 Pedro Alves <palves@redhat.com>
4073
4074 PR gdb/19494
4075 * gdb.base/catch-fork-kill.c: New file.
4076 * gdb.base/catch-fork-kill.exp: New file.
4077
f1da4b11
PA
40782016-01-25 Pedro Alves <palves@redhat.com>
4079
4080 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4081 Delete, moved to lib/gdb.exp.
4082 * gdb.threads/forking-threads-plus-breakpoint.exp
4083 (foreach_with_prefix): Likewise.
4084 * gdb.threads/process-dies-while-handling-bp.exp
4085 (foreach_with_prefix): Likewise.
4086 * lib/gdb.exp (foreach_with_prefix): New procedure.
4087
45f38546
MK
40882016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4089
4090 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4091 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4092
dc29a1ce
MK
40932016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4094
4095 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4096 endian targets.
4097
092127d7
JK
40982016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4099 Pedro Alves <palves@redhat.com>
4100
4101 Fix testsuite compatibility with Guile.
4102 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4103 number.
4104
31d765d3
JK
41052016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4106
4107 Fix testsuite compatibility with Guile.
4108 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4109 (thread 1): New test for backtrace through signal handler.
4110
1ac78c04
YQ
41112016-01-22 Yao Qi <yao.qi@linaro.org>
4112
4113 PR testsuite/19491
4114 * gdb.base/multi-forks.c: Include
4115 ../lib/unbuffer_output.c
4116 (main): Call gdb_unbuffer_output.
4117
4f5946a8
DE
41182016-01-21 Doug Evans <dje@google.com>
4119
4120 * lib/ada.exp (gdb_compile_ada): Fix typo.
4121
305e13e6
JB
41222016-01-21 Joel Brobecker <brobecker@adacore.com>
4123
4124 * gdb.base/break-fun-addr.exp: New file.
4125 * gdb.base/break-fun-addr1.c: New file.
4126 * gdb.base/break-fun-addr2.c: New file.
4127
5f5dfff6
SM
41282016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4129
4130 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4131 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4132 enum flag values.
4133
fd356fa2
AA
41342016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4135
4136 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4137 when GDB can not set the vector return value. Add more comments
4138 for clarification.
4139
9df22175
AT
41402016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4141
4142 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4143 command.
4144
41d1845e
SM
41452016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4146
4147 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4148
01ac6840
SM
41492016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4150
4151 * Makefile.in (check-single): Pass --status to runtest.
4152 (check/%.exp): Likewise.
4153
41542016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4155
4156 * Makefile.in (check-parallel): Propagate return code from make
4157 do-check-parallel.
4158
bd0a71fa
MK
41592016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4160
4161 * gdb.trace/ftrace.exp: Fix expected message on continue.
4162 * gdb.trace/pending.exp: Fix expected message on continue.
4163 * gdb.trace/trace-break.exp: Fix expected message on continue.
4164
8bcbad33
SM
41652016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4166
4167 * lib/gdb.exp (gdb_test): Remove unused global references.
4168
f303dbd6
PA
41692016-01-18 Pedro Alves <palves@redhat.com>
4170
4171 * gdb.base/async-shell.exp: Adjust expected output.
4172 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4173 * gdb.base/siginfo-thread.exp: Adjust expected output.
4174 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4175 * gdb.java/jnpe.exp: Adjust expected output.
4176 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4177 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4178 * gdb.threads/leader-exit.exp: Adjust expected output.
4179 * gdb.threads/manythreads.exp: Adjust expected output.
4180 * gdb.threads/pthreads.exp: Adjust expected output.
4181 * gdb.threads/schedlock.exp: Adjust expected output.
4182 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4183 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4184 expected output.
4185 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4186 output.
4187 * gdb.threads/sigthread.exp: Adjust expected output.
4188 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4189
b2789696
YQ
41902016-01-18 Yao Qi <yao.qi@linaro.org>
4191
4192 * gdb.guile/scm-section-script.c: Replace @progbits with
4193 %progbits.
4194 * gdb.python/py-section-script.c: Likewise.
4195
71ef29a8
PA
41962016-01-15 Pedro Alves <palves@redhat.com>
4197
4198 * gdb.multi/tids.exp: Test star wildcard ranges.
4199
3f5b7598
PA
42002016-01-15 Pedro Alves <palves@redhat.com>
4201
4202 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4203 command from "thread apply" invocation.
4204 (thr_apply_info_thr_invalid): Default the expected output to the
4205 input tid list.
4206 (top level): Add tests that use convenience variables. Add tests
4207 for "thread apply" with a valid TID list, but missing the command.
4208
663f6d42
PA
42092016-01-13 Pedro Alves <palves@redhat.com>
4210
4211 * gdb.base/default.exp: Expect $_gthread as well.
4212 * gdb.multi/tids.exp: Test $_gthread.
4213 * gdb.threads/thread-specific.exp: Test $_gthread.
4214
c84f6bbf
PA
42152016-01-13 Pedro Alves <palves@redhat.com>
4216
4217 * gdb.multi/tids.exp: Test "info threads -gid".
4218
22a02324
PA
42192016-01-13 Pedro Alves <palves@redhat.com>
4220
4221 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4222 Breakpoint.thread.
4223 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4224
5d5658a1
PA
42252016-01-07 Pedro Alves <palves@redhat.com>
4226
4227 * gdb.base/break.exp: Adjust to output changes.
4228 * gdb.base/hbreak2.exp: Likewise.
4229 * gdb.base/sepdebug.exp: Likewise.
4230 * gdb.base/watch_thread_num.exp: Likewise.
4231 * gdb.linespec/keywords.exp: Likewise.
4232 * gdb.multi/info-threads.exp: Likewise.
4233 * gdb.threads/thread-find.exp: Likewise.
4234 * gdb.multi/tids.c: New file.
4235 * gdb.multi/tids.exp: New file.
4236
84654457
PA
42372016-01-13 Pedro Alves <palves@redhat.com>
4238
4239 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4240
e3940304
PA
42412016-01-13 Pedro Alves <palves@redhat.com>
4242
4243 * gdb.base/default.exp: Expect $_inferior as well.
4244 * gdb.multi/base.exp: Test $_inferior.
4245
a911d87a
PA
42462016-01-13 Pedro Alves <palves@redhat.com>
4247
4248 PR breakpoints/19388
4249 * gdb.base/catch-signal-siginfo-cond.c: New file.
4250 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4251
82075af2
JS
42522016-01-12 Josh Stone <jistone@redhat.com>
4253 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4254
4255 * gdb.base/catch-syscall.c (do_execve): New variable.
4256 (main): Conditionally trigger an execve.
4257 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4258 (test_catch_syscall_execve): New, check entry/return across execve.
4259 (do_syscall_tests): Call test_catch_syscall_execve.
4260
e46eeedd
PA
42612016-01-12 Pedro Alves <palves@redhat.com>
4262
4263 * gdb.base/random-signal.exp (do_test): New procedure, with body
4264 of testcase moved in.
4265
01d8c27e
JK
42662016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4267 Pedro Alves <palves@redhat.com>
4268
4269 * gdb.base/funcargs.exp (finish from indirectly called function):
4270 Reintroduce the case for 'First'.
4271
9a706302
JK
42722016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4273 Pedro Alves <palves@redhat.com>
4274
4275 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4276 (tcatch_vfork_then_child_follow_exec)
4277 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4278 identification.
4279
c0ecb95f
JK
42802016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4281
4282 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4283 and repeats to unlimited.
4284 * gdb.python/py-value.exp: Likewise.
4285 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4286 and repeats to unlimited.
4287
6cfc1fcb
JK
42882016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4289
4290 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4291 and reordering the functions.
4292 * gdb.multi/hangout.c: Likewise.
4293 * gdb.multi/hello.c: Likewise.
4294
582a1b00
SM
42952016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4296
4297 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4298 absolute.
4299 (SingleStatisticTestResult.report): Use dict.keys instead of
4300 dict.iterkeys.
4301
79bc59cb
PA
43022016-01-06 Pedro Alves <palves@redhat.com>
4303
4304 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4305
43368e1d
MM
43062016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4307
4308 * gdb.btrace/dlopen.exp: New.
4309 * gdb.btrace/dlopen.c: New.
4310 * gdb.btrace/dlopen-dso.c: New.
4311
79fad5b8
SL
43122015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4313
4314 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4315 PATTERN argument is optional.
4316
ab8314b3
JB
43172015-12-24 Joel Brobecker <brobecker@adacore.com>
4318
4319 * lib/ada.exp (target_compile_ada_from_dir): New function.
4320 (gdb_compile_ada): Reimplement avoiding the use of project files.
4321 * gdb.ada/gnat_ada.gpr: Delete.
4322 * gdb.ada/cond_lang.exp: Adjust test to make path before
4323 filename optional.
4324 * gdb.ada/small_reg_param.exp: Likewise.
4325
fe33faff
SM
43262015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4327
4328 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4329
6d265cb4
TP
43302015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4331
4332 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4333 case.
4334
10125099
SM
43352015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4336
4337 * gdb.base/break.exp: Remove dead code.
4338 * gdb.base/sepdebug.exp: Likewise.
4339
3ca22649
SM
43402015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4341
4342 * gdb.asm/asm-source.exp: Remove HP-UX references.
4343 * gdb.base/annota1.exp: Likewise.
4344 * gdb.base/annota3.exp: Likewise.
4345 * gdb.base/attach.exp: Likewise.
4346 * gdb.base/bigcore.exp: Likewise.
4347 * gdb.base/break.exp: Likewise.
4348 * gdb.base/call-ar-st.exp: Likewise.
4349 * gdb.base/callfuncs.exp: Likewise.
4350 * gdb.base/catch-fork-static.exp: Likewise.
4351 * gdb.base/display.exp: Likewise.
4352 * gdb.base/foll-exec-mode.exp: Likewise.
4353 * gdb.base/foll-exec.exp: Likewise.
4354 * gdb.base/foll-fork.exp: Likewise.
4355 * gdb.base/foll-vfork.exp: Likewise.
4356 * gdb.base/funcargs.exp: Likewise.
4357 * gdb.base/hbreak2.exp: Likewise.
4358 * gdb.base/inferior-died.exp: Likewise.
4359 * gdb.base/interrupt.exp: Likewise.
4360 * gdb.base/multi-forks.exp: Likewise.
4361 * gdb.base/nodebug.exp: Likewise.
4362 * gdb.base/sepdebug.exp: Likewise.
4363 * gdb.base/solib1.c: Likewise.
4364 * gdb.base/step-test.exp: Likewise.
4365 * gdb.mi/non-stop.c: Likewise.
4366 * gdb.mi/pthreads.c: Likewise.
4367 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4368 * gdb.threads/pthreads.c: Likewise.
4369 * gdb.threads/staticthreads.exp: Likewise.
4370 * lib/future.exp: Likewise.
4371 * lib/gdb.exp: Likewise.
4372 * gdb.base/so-indr-cl.c: Remove.
4373 * gdb.base/so-indr-cl.exp: Likewise.
4374 * gdb.base/solib.c: Likewise.
4375 * gdb.base/solib.exp: Likewise.
4376 * gdb.base/solib2.c: Likewise.
4377
b6304613
SM
43782015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4379
4380 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4381 * gdb.base/call-ar-st.exp: Likewise.
4382 * gdb.base/callfuncs.exp: Likewise.
4383 * gdb.base/condbreak.exp: Likewise.
4384 * gdb.base/constvars.exp: Likewise.
4385 * gdb.base/hbreak2.exp: Likewise.
4386 * gdb.base/langs.exp: Likewise.
4387 * gdb.base/list.exp: Likewise.
4388 * gdb.base/long_long.exp: Likewise.
4389 * gdb.base/ptype.exp: Likewise.
4390 * gdb.base/scope.exp: Likewise.
4391 * gdb.base/signals.exp: Likewise.
4392 * gdb.base/so-impl-ld.exp: Likewise.
4393 * gdb.base/varargs.exp: Likewise.
4394 * gdb.base/volatile.exp: Likewise.
4395 * gdb.base/whatis.exp: Likewise.
4396 * gdb.cp/cplusfuncs.exp: Likewise.
4397 * gdb.cp/inherit.exp: Likewise.
4398 * gdb.cp/local.exp: Likewise.
4399 * gdb.cp/member-ptr.exp: Likewise.
4400 * gdb.cp/method.exp: Likewise.
4401 * gdb.cp/overload.exp: Likewise.
4402 * gdb.cp/templates.exp: Likewise.
4403 * gdb.stabs/weird.exp: Likewise.
4404 * lib/compiler.c: Likewise.
4405 * lib/compiler.cc: Likewise.
4406 * lib/cp-support.exp: Likewise.
4407 * lib/gdb.exp: Likewise.
4408
bf401b07
SM
44092015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4410
4411 * configure.ac: Remove HP-UX case.
4412 * configure: Regenerate.
4413
aff9c0f8
SM
44142015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4415
4416 * lib/gdb.exp (gdb_compile): Add function doc.
4417
a6904d5a
PA
44182015-12-17 Pedro Alves <palves@redhat.com>
4419
4420 PR threads/19354
4421 * gdb.multi/info-threads.exp: New file.
4422
a22279dd
YQ
44232015-12-15 Yao Qi <yao.qi@linaro.org>
4424
4425 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4426 is aarch64*-*-*.
4427
0588c796
SL
44282015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4429
4430 * gdb.base/history-duplicates.exp: Skip if no readline support.
4431
5d978e17
SL
44322015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4433
4434 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4435
7e763b86
SL
44362015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4437
4438 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4439
87a3a92c
SL
44402015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4441
4442 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4443 ctrl-C if nointerrupts target property is set.
4444 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4445 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4446 * gdb.base/paginate-bg-execution.exp: Likewise.
4447 * gdb.base/paginate-execution-startup.exp: Likewise.
4448 * gdb.base/random-signal.exp: Likewise.
4449 * gdb.base/range-stepping.exp: Likewise.
4450 * gdb.cp/annota2.exp: Likewise.
4451 * gdb.cp/annota3.exp: Likewise.
4452 * gdb.gdb/selftest.exp: Likewise.
4453 * gdb.threads/continue-pending-status.exp: Likewise.
4454 * gdb.threads/leader-exit.exp: Likewise.
4455 * gdb.threads/manythreads.exp: Likewise.
4456 * gdb.threads/pthreads.exp: Likewise.
4457 * gdb.threads/schedlock.exp: Likewise.
4458 * gdb.threads/sigthread.exp: Likewise.
4459
a8f077dc
DB
44602015-12-11 Don Breazeal <donb@codesourcery.com>
4461
4462 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4463 remote.
4464 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4465 * gdb.base/foll-exec.exp (main): Enable for target remote.
4466 * gdb.base/foll-fork.exp (main): Likewise.
4467 * gdb.base/foll-vfork.exp (main): Likewise.
4468 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4469 (proc continue_to_exit_bp_loc): Use clean_restart.
4470 * gdb.base/pie-execl.exp (main): Disable for target remote.
4471 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4472 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4473 * gdb.threads/execl.exp (main): Likewise.
4474 * gdb.threads/fork-child-threads.exp (main): Likewise.
4475 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4476 remote.
4477 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4478 remote.
4479 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4480 pid.tid style ptids, instead of just tid.
4481 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4482 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4483 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4484 ptids, instead of just tid.
4485
3b2464a8
AB
44862015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4487
4488 * gdb.base/list.exp (test_list_forward): Add end of file error
4489 test.
4490 (test_repeat_list_command): Add end of file error test.
4491 (test_list_backwards): Add beginning of file error test.
4492
a0def019
AB
44932015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4494
4495 * gdb.base/list.exp (test_list_invalid_args): New function,
4496 defined, and called.
4497
5c000dff
AB
44982015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4499
4500 * gdb.base/list.exp (test_list): Make test names unique.
4501
f1637ebe
YQ
45022015-12-11 Yao Qi <yao.qi@linaro.org>
4503
4504 * gdb.base/coremaker2.c: Remove.
4505
36d6fc0a
PA
45062015-12-10 Pedro Alves <palves@redhat.com>
4507
4508 * gdb.multi/base.exp: Remove stale "spaces" references.
4509
762f7747
PA
45102015-12-10 Pedro Alves <palves@redhat.com>
4511
4512 * gdb.multi/base.exp: Don't use nowarnings.
4513 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4514 * gdb.multi/hangout.c: Include stdio.h.
4515 * gdb.multi/hello.c: Include stdlib.h.
4516 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4517 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4518 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4519
28d2bfb9
AB
45202015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4521
4522 * gdb.dwarf2/dw2-ranges-base.c: New file.
4523 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4524 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4525 support additional line table, and debug ranges generation.
4526 (Dwarf::ranges): New function, generate .debug_ranges.
4527 (Dwarf::lines): Support generating simple line table programs.
4528 (Dwarf::assemble): Initialise new namespace variables.
4529
5fc2beac
KB
45302015-12-09 Kevin Buettner <kevinb@redhat.com>
4531
4532 * gdb.base/async.exp (proc test_background): Add case for
4533 asynchronous execution not supported.
4534
1c35a88f
LM
45352015-12-09 Luis Machado <lgustavo@codesourcery.com>
4536
4537 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4538 format and change test names to make them unique.
4539
b593e3d9
RK
45402015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4541 Pedro Alves <pedro@redhat.com>
4542
4543 PR gdb/18702
4544 Add checking of floatformats setup on x86_64 hosts.
4545 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4546 (smallval, bigval): New labels/constants.
4547 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4548 float" after loading bigval and smallval.
4549
d72413e6
PMR
45502015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4551
4552 * gdb.ada/fun_overload_menu.exp: New testcase.
4553 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4554
ece66d65
JS
45552015-12-04 Josh Stone <jistone@redhat.com>
4556
4557 * gdb.base/catch-fork-static.exp: New.
4558
41d0efca
YQ
45592015-12-03 Yao Qi <yao.qi@linaro.org>
4560
4561 * gdb.base/sizeof.c: Don't include stdio.h and
4562 ../lib/unbuffer_output.c.
4563 (main): New variable 'size' and 'value'. Remove printf and
4564 gdb_unbuffer_output. Assign return value to size and value.
4565 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4566 at the beginning.
4567 (check_sizeof): Check the result by printing variable 'size'.
4568 (check_valueof): Check the result by printing variable 'value'.
4569
99fd02d9
YQ
45702015-12-01 Yao Qi <yao.qi@linaro.org>
4571
4572 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4573 for aarch64*-*-linux* target.
4574
f2faf941
PA
45752015-11-30 Pedro Alves <palves@redhat.com>
4576
4577 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4578
04bf20c5
PA
45792015-11-30 Pedro Alves <palves@redhat.com>
4580
4581 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4582 Handle non-stop mode vCont replies.
4583
09df4675
PA
45842015-11-30 Pedro Alves <palves@redhat.com>
4585
4586 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4587 prepare_for_testing. Start gdb with "set non-stop on" appended to
4588 GDBFLAGS. Lax expected stop output.
4589
58b584af
YQ
45902015-11-27 Yao Qi <yao.qi@linaro.org>
4591
4592 * gdb.arch/arm-neon.exp: New.
4593 * gdb.arch/arm-neon.c: New.
4594
dfcb77a8
YQ
45952015-11-27 Yao Qi <yao.qi@linaro.org>
4596
4597 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4598
88e8ec1b
YQ
45992015-11-27 Yao Qi <yao.qi@linaro.org>
4600
4601 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4602 frames-invalid annotation.
4603
bfde72c2
YQ
46042015-11-27 Yao Qi <yao.qi@linaro.org>
4605
4606 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4607
f6512a69
SM
46082015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4609
4610 * gdb.threads/names.exp: New file.
4611 * gdb.threads/names.c: New file.
4612 * README: Mention gdb,no_thread_names.
4613
46a3515b
MM
46142015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4615
4616 PR 19297
4617 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4618 support" error.
4619
62147a22
PA
46202015-11-24 Pedro Alves <palves@redhat.com>
4621
4622 PR 17539
4623 * gdb.base/display.exp: Expect displays to be sorted in ascending
4624 order. Use multi_line.
4625 * gdb.base/solib-display.exp: Likewise.
4626
2f341b6e
PA
46272015-11-24 Pedro Alves <palves@redhat.com>
4628
4629 PR 17539
25d49b86
PA
4630 * gdb.base/display.exp: Expect displays to be sorted in ascending
4631 order. Use multi_line.
4632 * gdb.base/solib-display.exp: Likewise.
2f341b6e 4633
7e0aa6aa
PA
46342015-11-24 Pedro Alves <palves@redhat.com>
4635
4636 PR 17539
4637 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4638 threads in ascending order.
4639 * gdb.base/foll-fork.exp: Likewise.
4640 * gdb.base/foll-vfork.exp: Likewise.
4641 * gdb.base/multi-forks.exp: Likewise.
4642 * gdb.mi/mi-nonstop.exp: Likewise.
4643 * gdb.mi/mi-nsintrall.exp: Likewise.
4644 * gdb.multi/base.exp: Likewise.
4645 * gdb.multi/multi-arch.exp: Likewise.
4646 * gdb.python/py-inferior.exp: Likewise.
4647 * gdb.threads/break-while-running.exp: Likewise.
4648 * gdb.threads/execl.exp: Likewise.
4649 * gdb.threads/gcore-thread.exp: Likewise.
4650 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4651 * gdb.threads/kill.exp: Likewise.
4652 * gdb.threads/linux-dp.exp: Likewise.
4653 * gdb.threads/multiple-step-overs.exp: Likewise.
4654 * gdb.threads/next-bp-other-thread.exp: Likewise.
4655 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4656 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4657 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4658 * gdb.threads/thread-find.exp: Likewise.
4659 * gdb.threads/tls.exp: Likewise.
4660 * lib/mi-support.exp (mi_reverse_list): Delete.
4661 (mi_check_thread_states): No longer reverse list.
4662
2cc57ad8
PA
46632015-11-24 Pedro Alves <palves@redhat.com>
4664
4665 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4666 use lowercase.
4667
c93e8391
SM
46682015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4669
4670 * gdb.trace/actions.c: Include trace-common.h.
4671 (main): Add a location for a fast tracepoint.
4672 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4673 the normal tracepoints.
4674 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4675
045ccf91
SM
46762015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4677
4678 * save-trace.exp: Factor out code to these...
4679 (gdb_save_tracepoints): New.
4680 (gdb_load_tracepoints): New.
4681 (do_save_load_test): New.
4682
5506f9f6
KB
46832015-11-23 Kevin Buettner <kevinb@redhat.com>
4684
4685 * gdb.base/asmlabel.exp: New test.
4686 * gdb.base/asmlabel.c: New test case.
4687
16c3b12f
JB
46882015-11-23 Joel Brobecker <brobecker@adacore.com>
4689
4690 * gdb.base/wrong_frame_bt_full-main.c: New file.
4691 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4692 * gdb.base/wrong_frame_bt_full.exp: New file.
4693
155bfbd3
JB
46942015-11-23 Joel Brobecker <brobecker@adacore.com>
4695
4696 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4697
bb097445
JM
46982015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4699
206853a0 4700 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
4701 pstate register when comparing registers values in
4702 sparc64-*-linux-gnu targets to avoid spurious differences.
4703
9c88ed8f
JM
47042015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4705
206853a0 4706 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 4707
96161e25
SL
47082015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4709
4710 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4711 as type argument to gdb_compile.
4712 * gdb.base/nested-subp2.exp: Likewise.
4713 * gdb.base/nested-subp3.exp: Likewise.
4714
340c2830
DV
47152015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4716
4717 * lib/dwarf.exp (_note): Fix left shift of negative value.
4718 * gdb.trace/trace-condition.exp: Likewise.
4719
c1862d0f
YQ
47202015-11-13 Yao Qi <yao.qi@linaro.org>
4721
4722 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4723 comments about d10v.
4724 (test_scalar_returns): Likewise.
4725 * gdb.base/d10v.ld: Remove.
4726 * gdb.base/overlays.exp: Remove the target triplet checking for
4727 d10v-*-*.
4728 * gdb.base/structs.exp (test_struct_returns): Remove the
4729 comments about d10v.
4730 (test_struct_calls): Likewise.
4731
77ae9c19
YQ
47322015-11-13 Yao Qi <yao.qi@linaro.org>
4733
4734 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4735 * gdb.base/gnu_vector.c: Don't include stdio.h.
4736 (main): Don't print res and call add_some_intvecs.
4737
430e004e
MK
47382015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4739
4740 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4741 macro.
4742 (func5): Removed.
4743 (func4): Use FAST_TRACEPOINT_LABEL.
4744 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4745 macro.
4746 (func): Removed.
4747 (thread_function): Use FAST_TRACEPOINT_LABEL.
4748 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4749 (func): Remove.
4750 (marker): Use FAST_TRACEPOINT_LABEL.
4751 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4752 (pendfunc1): Remove.
4753 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4754 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4755 (foo): Remove.
4756 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4757 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4758 macro.
4759 (func): Remove.
4760 (marker): Use FAST_TRACEPOINT_LABEL.
4761 * gdb.trace/trace-common.h: New header.
4762 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4763 macro.
4764 (func): Remove.
4765 (marker): Use FAST_TRACEPOINT_LABEL.
4766 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4767 (func): Remove.
4768 (thread_function): Use FAST_TRACEPOINT_LABEL.
4769
6e7675a7
MK
47702015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4771
4772 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4773 in front.
4774 * gdb.trace/change-loc.exp: Use global pcreg definition.
4775 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4776 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4777 in front.
4778 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4779 * gdb.trace/pending.exp: Likewise.
4780 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4781 * gdb.trace/trace-break.exp: Likewise.
4782 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4783 in front.
4784 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4785 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4786 in front.
4787 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4788
dddc0e16
JB
47892015-11-09 Joel Brobecker <brobecker@adacore.com>
4790
4791 * gdb.ada/fin_fun_out: New testcase.
4792
c6f0b406
KB
47932015-11-07 Kevin Buettner <kevinb@redhat.com>
4794
4795 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4796 value associated with DW_AT_byte_size.
4797 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4798 constants for DW_AT_byte_size, DW_AT_lower_bound, and
4799 DW_AT_upper_bound.
4800
f01dcfd9
KB
48012015-11-07 Kevin Buettner <kevinb@redhat.com>
4802
4803 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4804 (gdb_target_symbol_prefix_flags): Define in terms of _asm
4805 version.
4806 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4807 gdb.dwarf2/dw2-canonicalize-type.exp,
4808 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4809 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4810 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4811 provided by gdb_target_symbol_prefix_flags_asm.
4812 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4813 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4814 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
4815 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
4816 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
4817 macros where needed). Use this macro for symbols which require
4818 the prefix provided by SYMBOL_PREFIX.
4819
2223449a
KB
48202015-11-05 Kevin Buettner <kevinb@redhat.com>
4821
4822 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
4823 New procs.
4824 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
4825 representing expressions, of more than one list element.
4826 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
4827 to prepend linker symbol prefix to f.
4828 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
4829 table_1 and table_2.
4830 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
4831 Likewise, for f and g.
4832 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
4833 for ptr.
4834 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
4835 for main.
4836 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
4837 table_1_ptr and table_2_ptr.
4838
6f2f1a3a
JK
48392015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4840 Joel Brobecker <brobecker@adacore.com>
4841
4842 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
4843
566c56c9
MK
48442015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
4845
4846 * gdb.reverse/s390-mvcle.c: New test.
4847 * gdb.reverse/s390-mvcle.exp: New file.
4848 * lib/gdb.exp: Enable reverse tests on s390*-linux.
4849
d5f0636b
MK
48502015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4851
4852 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
4853
7ad8b86c
MK
48542015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4855
4856 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
4857 reaching marker2.
4858 * gdb.reverse/getresuid-reverse.exp: Likewise.
4859 * gdb.reverse/pipe-reverse.exp: Likewise.
4860 * gdb.reverse/readv-reverse.exp: Likewise.
4861 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4862 * gdb.reverse/time-reverse.exp: Likewise.
4863 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
4864
4081c0f1
YQ
48652015-10-30 Yao Qi <yao.qi@linaro.org>
4866
4867 * gdb.threads/wp-replication.c (watch_count_done): Remove.
4868 (empty_cycle): Remove.
4869 (main): Don't call empty_cycle. Don't use watch_count_done.
4870 * gdb.threads/wp-replication.exp: Don't set breakpoint on
4871 empty_cycle. Rewrite the code counting HW watchpoints.
4872
452b4ba5
MK
48732015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
4874
4875 * gdb.reverse/fstatat-reverse.c: New test.
4876 * gdb.reverse/fstatat-reverse.exp: New file.
4877 * gdb.reverse/getresuid-reverse.c: New test.
4878 * gdb.reverse/getresuid-reverse.exp: New file.
4879 * gdb.reverse/pipe-reverse.c: New test.
4880 * gdb.reverse/pipe-reverse.exp: New file.
4881 * gdb.reverse/readv-reverse.c: New test.
4882 * gdb.reverse/readv-reverse.exp: New file.
4883 * gdb.reverse/recvmsg-reverse.c: New test.
4884 * gdb.reverse/recvmsg-reverse.exp: New file.
4885 * gdb.reverse/time-reverse.c: New test.
4886 * gdb.reverse/time-reverse.exp: New file.
4887 * gdb.reverse/waitpid-reverse.c: New test.
4888 * gdb.reverse/waitpid-reverse.exp: New file.
4889
5e2e7507
JK
48902015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4891
4892 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
4893
0fde2c53
DE
48942015-10-26 Doug Evans <dje@google.com>
4895
4896 PR symtab/17391
4897 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
4898 * gdb.dwarf2/bad-regnum.c: New file.
4899 * gdb.dwarf2/bad-regnum.exp: New file.
4900
1a70ae97
DE
49012015-10-26 Doug Evans <dje@google.com>
4902
4903 PR python/18938
4904 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
4905 file.
4906
27dc26ab
JK
49072015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4908
4909 * gdb.compile/compile.exp (compile code globalvar): Update expectation
4910 for a change by "Mention language in compile error message".
4911
bed91f4d
SM
49122015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
4913
4914 PR python/18073
4915 * gdb.python/py-type.c (C::a_method): New.
4916 (C::a_const_method): New.
4917 (C::a_static_method): New.
4918 (a_function): New.
4919 * gdb.python/py-type.exp (test_fields): Test getting fields
4920 from function and method.
4921
3f2f83dd
KB
49222015-10-21 Keven Boell <keven.boell@intel.com>
4923
4924 * gdb.fortran/vla-alloc-assoc.exp: New file.
4925 * gdb.fortran/vla-datatypes.exp: New file.
4926 * gdb.fortran/vla-datatypes.f90: New file.
4927 * gdb.fortran/vla-history.exp: New file.
4928 * gdb.fortran/vla-ptype-sub.exp: New file.
4929 * gdb.fortran/vla-ptype.exp: New file.
4930 * gdb.fortran/vla-sizeof.exp: New file.
4931 * gdb.fortran/vla-sub.f90: New file.
4932 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
4933 * gdb.fortran/vla-value-sub-finish.exp: New file.
4934 * gdb.fortran/vla-value-sub.exp: New file.
4935 * gdb.fortran/vla-value.exp: New file.
4936 * gdb.fortran/vla-ptr-info.exp: New file.
4937 * gdb.mi/mi-vla-fortran.exp: New file.
4938 * gdb.mi/vla.f90: New file.
4939
27145d50
SL
49402015-10-21 Sandra Loosemore <sandra@codesourcery.com>
4941
4942 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
4943 of hardwired timeout value.
4944
5f3ff4f8
JK
49452015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4946 Pedro Alves <palves@redhat.com>
4947
4948 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
4949 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
4950
bfd09d20
JS
49512015-10-19 Josh Stone <jistone@redhat.com>
4952
4953 * gdb.base/catch-syscall.c: Include <sched.h>.
4954 (unknown_syscall): New variable.
4955 (main): Trigger a vfork and an unknown syscall.
4956 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
4957 (unknown_syscall_number): Likewise.
4958 (check_call_to_syscall): Accept an optional syscall pattern.
4959 (check_return_from_syscall): Likewise.
4960 (check_continue): Likewise.
4961 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
4962 (test_catch_syscall_skipping_return): New test toggling off 'catch
4963 syscall' to step over the syscall return, then toggling back on.
4964 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
4965 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
4966 (do_syscall_tests): Call test_catch_syscall_without_args and
4967 test_catch_syscall_mid_vfork.
4968 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
4969 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
4970
b32b93c6
AS
49712015-10-19 Andrew Stubbs <ams@codesourcery.com>
4972
4973 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
4974 print g_vE): Add new pass patterns.
4975 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
4976 print various symbol names for vptr fields.
4977
9d622bda
AB
49782015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
4979
4980 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
4981 results.
4982
0fd8ac1c
YQ
49832015-10-12 Yao Qi <yao.qi@linaro.org>
4984
4985 * gdb.arch/disp-step-insn-reloc.exp: New test case.
4986
34240514
YQ
49872015-10-12 Yao Qi <yao.qi@linaro.org>
4988
4989 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
4990 is aarch64*-*-linux*.
4991
8240f442
YQ
49922015-10-12 Yao Qi <yao.qi@linaro.org>
4993
4994 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
4995 (can_relocate_bcond_true): ... it.
4996 (can_relocate_bcond_false): New function.
4997 (foo): Likewise.
4998 (can_relocate_bl): Likewise.
4999 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
5000 can_relocate_bl.
5001
2520f728
PMR
50022015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
5003
5004 * gdb.base/nested-addr.c: New file.
5005 * gdb.base/nested-addr.exp: New testcase.
5006
abcef95a
MM
50072015-10-09 Markus Metzger <markus.t.metzger@intel.com>
5008
5009 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5010 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5011 its output. Ignore the output of "record goto begin" and instead
5012 check that GDB is replaying.
5013
145e3ddb
PA
50142015-10-09 Pedro Alves <palves@redhat.com>
5015
5016 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5017 (top level): Use it in the run with no args test.
5018
d5d8c4e1
IB
50192015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5020
5021 * gdb.dlang/properties.exp: New file.
5022
06e635ef
SL
50232015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5024
5025 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5026 whether or not address 0x1000 is mapped on the target.
5027
e019fd1d
SM
50282015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5029
5030 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5031 build.
5032
77ba2a67
MM
50332015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5034
5035 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5036 instruction-history test.
5037
c60eb31f
DE
50382015-09-28 Doug Evans <dje@google.com>
5039
5040 * gdb.base/gcore.c (array_func): Add reference to static_array.
5041
9a3c8263
SM
50422015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5043
5044 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5045 source line.
5046
9720e656
SL
50472015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5048
5049 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5050 short or char as base type.
5051
938d3bf2
SL
50522015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5053
5054 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5055 to allow any size enum.
5056
e6c2c623
PMR
50572015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5058
5059 * gdb.ada/array_ptr_renaming.exp: New testcase.
5060 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5061 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5062
06da0f77
PL
50632015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5064
5065 * gdb.trace/ftrace-lock.c: New file.
5066 * gdb.trace/ftrace-lock.exp: New file.
5067
4f51c22a
PL
50682015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5069
5070 * gdb.arch/insn-reloc.c: New file.
5071 * gdb.arch/ftrace-insn-reloc.exp: New file.
5072
7041adf4
PL
50732015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5074
5075 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5076 instruction.
5077 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5078 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5079 * gdb.trace/range-stepping.c: Likewise.
5080 * gdb.trace/trace-break.c: Likewise.
5081 * gdb.trace/trace-mt.c (thread_function): Likewise.
5082 * gdb.trace/ftrace.c (marker): Likewise.
5083 * gdb.trace/trace-condition.c (marker): Likewise.
5084 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5085 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5086 is_aarch64_target.
5087
015d2e7e
DE
50882015-09-18 Doug Evans <xdje42@gmail.com>
5089
5090 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5091 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5092
26b188a2
SL
50932015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5094
5095 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5096 the breakpoint.
5097
79dc332b
SL
50982015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5099
5100 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5101 the pending breakpoint. Remove timeout override for "Run till
5102 MI pending breakpoint on pendfunc3 on thread 2" test.
5103
f57929f2
SL
51042015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5105
5106 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5107 filename pattern.
5108
3f469b17
SL
51092015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5110
5111 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5112 in breakpoint filename pattern.
5113
515b89b3
SL
51142015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5115
7800dbe4
SL
5116 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5117
51182015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5119
515b89b3
SL
5120 * gdb.linespec/explicit.exp: Check for readline support for
5121 tab-completion tests. Fix obvious typo.
5122
d2939ba2
MM
51232015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5124
5125 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5126 and replay.
5127
cbb55fa7
MM
51282015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5129
5130 * gdb.btrace/non-stop.c: New.
5131 * gdb.btrace/non-stop.exp: New.
5132
43691ca1
PL
51332015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5134 Yao Qi <yao.qi@linaro.org>
5135
5136 * gdb.trace/trace-condition.c: New file.
5137 * gdb.trace/trace-condition.exp: New file.
5138
d78908cf
WW
51392015-09-16 Wei-cheng Wang <cole945@gmail.com>
5140
5141 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5142 for testing bytecode compilation.
5143
1ed415e2
PA
51442015-09-16 Pedro Alves <palves@redhat.com>
5145 Sandra Loosemore <sandra@codesourcery.com>
5146
5147 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5148 (SECONDS): Redefine.
5149 (main): Call pthread_kill and alarm early.
5150 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5151 support.
5152 (test): If the target can't hardware step and doesn't support
5153 displaced stepping, increase the timeout.
5154
d136eff5
PA
51552015-09-16 Pedro Alves <palves@redhat.com>
5156
5157 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5158 (enable_debug): New procedures.
5159 (test): Use them. Bail out if waiting for threads fails.
5160 (top level): Bail out if a test fails.
5161
991f019c
YQ
51622015-09-16 Yao Qi <yao.qi@linaro.org>
5163
5164 * gdb.asm/asm-source.exp: Set asm-arch for
5165 aarch64*-*-* target.
5166 * gdb.asm/aarch64.inc: New file.
5167
bfca584f
PMR
51682015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5169
5170 * gdb.ada/array_of_variable_length.exp: New testcase.
5171 * gdb.ada/array_of_variable_length/foo.adb: New file.
5172 * gdb.ada/array_of_variable_length/pck.adb: New file.
5173 * gdb.ada/array_of_variable_length/pck.ads: New file.
5174
b326e587
DE
51752015-09-15 Doug Evans <dje@google.com>
5176
5177 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5178 of function static local variable.
5179
5382cfab
PW
51802015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5181
5182 * gdb.threads/tls-so_extern.exp: New test file.
5183 * gdb.threads/tls-so_extern.c: New test file.
5184 * gdb.threads/tls-so_extern_main.c: New test file.
5185
141c5cc4
JK
51862015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5187
5188 * gdb.opt/solib-intra-step-lib.c: New file.
5189 * gdb.opt/solib-intra-step-main.c: New file.
5190 * gdb.opt/solib-intra-step.exp: New file.
5191
d15dcecd
PA
51922015-09-15 Pedro Alves <palves@redhat.com>
5193
5194 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5195 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5196
4c2f2a79
PA
51972015-09-14 Pedro Alves <palves@redhat.com>
5198
5199 * gdb.base/hook-stop-continue.c: Delete.
5200 * gdb.base/hook-stop-continue.exp: Delete.
5201 * gdb.base/hook-stop-frame.c: Delete.
5202 * gdb.base/hook-stop-frame.exp: Delete.
5203 * gdb.base/hook-stop.c: New file.
5204 * gdb.base/hook-stop.exp: New file.
5205
919e6dbe
PMR
52062015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5207
5208 * gdb.ada/access_to_packed_array.exp: New testcase.
5209 * gdb.ada/access_to_packed_array/foo.adb: New file.
5210 * gdb.ada/access_to_packed_array/pack.adb: New file.
5211 * gdb.ada/access_to_packed_array/pack.ads: New file.
5212
157280a4
MM
52132015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5214
5215 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5216 buffer size test.
5217
2fd33e94
DB
52182015-09-11 Don Breazeal <donb@codesourcery.com>
5219
5220 * gdb.base/foll-exec.c: Add copyright header. Fix
5221 formatting issues.
5222 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5223 (do_exec_tests): Use clean_restart in place of zap_session,
5224 and for test initialization. Fix formatting issues. Use
5225 fail in place of perror.
5226 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5227 an expect statement to match an expression with output from
5228 the program under debug.
5229 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5230 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5231 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5232 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5233 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5234
e70b6e8e
DE
52352015-09-09 Doug Evans <dje@google.com>
5236
5237 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5238
7a551a51
DE
52392015-09-09 Doug Evans <dje@google.com>
5240
5241 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5242
4c666f84
DE
52432015-09-09 Doug Evans <dje@google.com>
5244
5245 * gdb.base/savedregs.exp: Fix typo.
5246
243a9253
PA
52472015-09-09 Pedro Alves <palves@redhat.com>
5248
5249 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5250
c0fa8fbd
SL
52512015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5252
5253 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5254 command actually switches threads. Give up on remaining
5255 tests if target fails to stop at breakpoint.
5256
cd7c1778
PMR
52572015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5258
5259 * gdb.ada/funcall_char.exp: New testcase.
5260 * gdb.ada/funcall_char/foo.adb: New file.
5261
dc5c8746
PMR
52622015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5263
5264 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5265 expected outputs. Add two testcases for completing ambiguous
5266 functions.
5267 * gdb.ada/complete/aux_pck.adb: New file.
5268 * gdb.ada/complete/aux_pck.ads: New file.
5269 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5270 Ambiguous_Func functions.
5271 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5272 * gdb.ada/complete/pck.adb: Likewise.
5273
4e83a1e7
UW
52742015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5275
5276 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5277 failures to run the test program under GDB.
5278
8ce74153
LM
52792015-08-26 Luis Machado <lgustavo@codesourcery.com>
5280
5281 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5282 to C.
5283
e9756d52
PP
52842015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5285
5286 * gdb.base/run-after-attach.exp: New test file.
5287 * gdb.base/run-after-attach.c: New test file.
5288
8d37573b
DB
52892015-08-26 Don Breazeal <donb@codesourcery.com>
5290
5291 * gdb.base/foll-exec-2.c: New test program.
5292 * gdb.base/foll-exec-2.exp: New test.
5293
63e43d3a
PMR
52942015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5295
5296 * gdb.base/nested-subp1.exp: New file.
5297 * gdb.base/nested-subp1.c: New file.
5298 * gdb.base/nested-subp2.exp: New file.
5299 * gdb.base/nested-subp2.c: New file.
5300 * gdb.base/nested-subp3.exp: New file.
5301 * gdb.base/nested-subp3.c: New file.
5302
3d40fbb5
PA
53032015-08-24 Pedro Alves <palves@redhat.com>
5304
5305 * gdb.server/connect-without-multi-process.c: New file.
5306 * gdb.server/connect-without-multi-process.exp: New file.
5307
4422ac93
LM
53082015-08-24 Luis Machado <lgustavo@codesourcery.com>
5309
5310 * gdb.opt/inline-markers.c: Make z int.
5311
91dddb86
LM
53122015-08-24 Luis Machado <lgustavo@codesourcery.com>
5313
5314 * gdb.opt/inline-markers.c: Make z volatile.
5315
a48847ee
LM
53162015-08-24 Luis Machado <lgustavo@codesourcery.com>
5317
5318 * gdb.opt/inline-bt.c: New volatile global z.
5319 * gdb.opt/inline-cmds.c: Likewise.
5320 * gdb.opt/inline-locals.c: Likewise.
5321 * gdb.opt/inline-markers.c: New extern global z.
5322 (marker): Use z.
5323 (inline_fn): Likewise.
5324
0ebbc52b
PA
53252015-08-24 Pedro Alves <palves@redhat.com>
5326
5327 * config/m32r-stub.exp: Remove file.
5328 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5329 * gdb.base/call-rt-st.exp: Likewise.
5330 * gdb.base/call-strs.exp: Likewise.
5331 * gdb.base/default.exp: Remove references to h8300-*-hms and
5332 *-*-udi*.
5333 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5334
77c365df
AA
53352015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5336
5337 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5338 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5339 and "return" use KFAIL when GDB can not read/write the vector
5340 return value.
5341
4313b8c0
GB
53422015-08-21 Gary Benson <gbenson@redhat.com>
5343
5344 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5345
0e433b32
PA
53462015-08-20 Pedro Alves <palves@redhat.com>
5347
5348 * gdb.server/solib-list.exp: No longer expect an interior stop in
5349 non-stop mode.
5350
221e1a37
PA
53512015-08-20 Pedro Alves <palves@redhat.com>
5352
5353 * gdb.server/connect-stopped-target.c: New file.
5354 * gdb.server/connect-stopped-target.exp: New file.
5355
40e3ad0e
PA
53562015-08-20 Pedro Alves <palves@redhat.com>
5357
5358 * gdb.dwarf2/comp-unit-lang.exp: New file.
5359 * gdb.dwarf2/comp-unit-lang.c: New file.
5360
af39b327
PMR
53612015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5362
5363 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5364 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5365
7d45c7c3 53662015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5367
7d45c7c3
KB
5368 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5369 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5370
4d6cceb4
DE
53712015-08-18 Doug Evans <dje@google.com>
5372 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5373
5374 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5375 skip_python_tests. New arg prompt_regexp.
5376 (skip_python_tests): New function.
5377 * lib/mi-support.exp (mi_skip_python_tests): New function.
5378 * gdb.python/py-mi-objfile-gdb.py: New file.
5379 * gdb.python/py-mi-objfile.c: New file.
5380 * gdb.python/py-mi-objfile.exp: New file.
5381
ad89c2aa
KS
53822015-08-17 Keith Seitz <keiths@redhat.com>
5383
5384 * gdb.linespec/explicit.exp: Move strace test from here ...
5385 * gdb.trace/strace.exp: ... to here.
5386
e3ae3c43
PP
53872015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5388
5389 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5390 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5391
604b2636
DE
53922015-08-14 Doug Evans <xdje42@gmail.com>
5393
5394 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5395 inferior before selecting a new file.
5396
6ff0ba5f
DE
53972015-08-14 Doug Evans <xdje42@gmail.com>
5398
5399 * gdb.mi/mi-disassemble.exp: Update.
5400 * gdb.base/disasm-optim.S: New file.
5401 * gdb.base/disasm-optim.c: New file.
5402 * gdb.base/disasm-optim.h: New file.
5403 * gdb.base/disasm-optim.exp: New file.
5404
9ca98f92
KS
54052015-08-14 Keith Seitz <keiths@redhat.com>
5406
5407 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5408 "evaluated-by".
5409
52bbc560
JB
54102015-08-13 Joel Brobecker <brobecker@adacore.com>
5411
5412 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5413
5d8c3ed3
PMR
54142015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5415
5416 * gdb.ada/fun_renaming.exp: New testcase.
5417 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5418 * gdb.ada/fun_renaming/pack.adb: New file.
5419 * gdb.ada/fun_renaming/pack.ads: New file.
5420
ea8812bc
KS
54212015-08-12 Keith Seitz <keiths@redhat.com>
5422
5423 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5424 gdb_get_line_number.
5425
4dafcdeb
JB
54262015-08-12 Joel Brobecker <brobecker@adacore.com>
5427
5428 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5429 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5430 gdb.base/dso2dso.exp: New files.
5431
5ba32597
SDJ
54322015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5433 Pedro Alves <palves@redhat.com>
5434 Keith Seitz <keiths@redhat.com>
5435
5436 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5437 GDBFLAGS.
5438
b6dafabf
PP
54392015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5440
5441 * gdb.base/gdbhistsize-history.exp
5442 (test_histsize_history_setting): Use save_vars.
5443 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5444 Use save_vars.
5445 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5446 * gdb.base/readline.exp: Use save_vars.
5447
abe8e607
PP
54482015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5449
5450 * lib/gdb.exp (save_vars): New proc.
5451
629500fa
KS
54522015-08-11 Keith Seitz <keiths@redhat.com>
5453
5454 * gdb.base/help.exp: Update help_breakpoint_text.
5455
eb8c4e2e
KS
54562015-08-11 Keith Seitz <keiths@redhat.com>
5457
5458 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5459 (at toplevel): Call test_explicit_breakpoints.
5460 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5461 breakpoints.
5462 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5463 breakpoint conditions, "-cond".
5464
87f0e720
KS
54652015-08-11 Keith Seitz <keiths@redhat.com>
5466
5467 * gdb.linespec/3explicit.c: New file.
5468 * gdb.linespec/cpexplicit.cc: New file.
5469 * gdb.linespec/cpexplicit.exp: New file.
5470 * gdb.linespec/explicit.c: New file.
5471 * gdb.linespec/explicit.exp: New file.
5472 * gdb.linespec/explicit2.c: New file.
5473 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5474 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5475 before using in the matching pattern.
5476 Clarify that `prefix' is a regular expression.
5477
f00aae0f
KS
54782015-08-11 Keith Seitz <keiths@redhat.com>
5479
5480 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5481 test.
5482 Add tests for missing ",FMT" and ",".
5483
e27852be
DE
54842015-08-10 Doug Evans <dje@google.com>
5485 Keith Seitz <keiths@redhat.com>
5486
5487 PR gdb/17960
5488 * gdb.base/completion.exp: Add location completer tests.
5489
7f03bd92
PA
54902015-08-07 Pedro Alves <palves@redhat.com>
5491
5492 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5493 tests here.
5494 (top level): Run do_test with and without displaced stepping.
5495
3fc8eb30
PA
54962015-08-07 Pedro Alves <palves@redhat.com>
5497
5498 * gdb.base/valgrind-disp-step.c: New file.
5499 * gdb.base/valgrind-disp-step.exp: New file.
5500
d4569d7b
PA
55012015-08-07 Pedro Alves <palves@redhat.com>
5502
5503 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5504 Delete function.
5505 (main): Add alarm. Run an infinite loop instead of calling
5506 wait_threads.
5507 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5508 comment.
5509 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5510 Delete function.
5511 (main): Add alarm. Run an infinite loop instead of calling
5512 wait_threads.
5513 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5514 comment.
5515
e1316e60
PA
55162015-08-07 Pedro Alves <palves@redhat.com>
5517
5518 * gdb.base/checkpoint-ns.exp: New file.
5519 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5520 standard_testfile.
5521
da8c46d2
MM
55222015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5523
5524 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5525 * gdb.btrace/instruction_history.exp: Update.
5526 * gdb.btrace/tsx.exp: New.
5527 * gdb.btrace/tsx.c: New.
5528
de1c2c52
PA
55292015-08-06 Pedro Alves <palves@redhat.com>
5530
5531 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5532 increase timeout.
5533 * gdb.reverse/until-precsave.exp: Bump timeouts.
5534
782e0bf4
PA
55352015-08-06 Pedro Alves <palves@redhat.com>
5536
5537 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5538
83e97ed0
PA
55392015-08-06 Pedro Alves <palves@redhat.com>
5540
5541 PR gdb/18749
5542 * gdb.threads/process-dies-while-handling-bp.c: New file.
5543 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5544
863d01bd
PA
55452015-08-06 Pedro Alves <palves@redhat.com>
5546
5547 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5548 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5549
0a39bb32
PA
55502015-08-05 Pedro Alves <palves@redhat.com>
5551
5552 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5553 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5554
ee2d2b10
SL
55552015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5556
5557 * gdb.base/bp-permanent.exp: Report test as unsupported if
5558 the target cannot stop at the permanent breakpoint.
5559
4e1bdb00
DE
55602015-08-03 Doug Evans <dje@google.com>
5561
5562 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5563 10000.
5564
3d338901
DE
55652015-08-03 Doug Evans <dje@google.com>
5566
5567 * Makefile.in (workers/%.worker, build-perf): New rule.
5568 (GDB_PERFTEST_MODE): New variable.
5569 (check-perf): Use it.
5570 (clean): Clean up gdb.perf parallel build subdirs.
5571 * lib/build-piece.exp: New file.
5572 * lib/gdb.exp (make_gdb_parallel_path): New function
5573 (standard_output_file, standard_temp_file): Call it.
5574 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5575 of $GDB_PARALLEL.
5576 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5577
af061d3e
DE
55782015-08-03 Doug Evans <dje@google.com>
5579
8e1afc81 5580 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
5581 (LOG_FILE_NAME): New global.
5582 (TextReporter.__init__): Initialize self.txt_sum.
5583 (TextReporter.report): Add support for multiple data-points.
5584 Move report to perftest.sum, put raw data in perftest.log.
5585 (TextReporter.start): Open sum and log files.
5586 (TextReporter.end): Close sum and log files.
8e1afc81
DE
5587 * gdb.perf/lib/perftest/testresult.py
5588 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 5589
2c8c5d37
PA
55902015-07-31 Pedro Alves <palves@redhat.com>
5591
5592 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5593 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5594 kill_wait_spawned_process instead of explicit "kill -9".
5595 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5596 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5597 kill_wait_spawned_process.
5598 * gdb.base/attach-twice.exp: Likewise.
5599 * gdb.base/attach.exp: Likewise.
5600 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5601 gdb_test_multiple.
5602 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5603 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5604 kill_wait_spawned_process.
5605 * gdb.base/valgrind-infcall.exp: Likewise.
5606 * gdb.multi/multi-attach.exp: Likewise.
5607 * gdb.python/py-prompt.exp: Likewise.
5608 * gdb.python/py-sync-interp.exp: Likewise.
5609 * gdb.server/ext-attach.exp: Likewise.
5610 * gdb.threads/attach-into-signal.exp (corefunc): Use
5611 spawn_wait_for_attach, spawn_id_get_pid and
5612 kill_wait_spawned_process.
5613 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5614 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5615 spawn_id_get_pid and kill_wait_spawned_process.
5616 * gdb.threads/attach-stopped.exp (corefunc): Use
5617 spawn_wait_for_attach, spawn_id_get_pid and
5618 kill_wait_spawned_process.
5619 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5620 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5621 kill_wait_spawned_process instead of explicit "kill -9".
5622 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5623 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5624 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5625 processes. Don't map cygwin/windows pids here. Now returns a
5626 spawn id list.
5627
032a0fca
SL
56282015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5629
5630 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5631 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5632 correct patch.
5633
61a934ca
SL
56342015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5635
5636 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5637
4bc4d428
SL
56382015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5639
5640 Reapply:
5641 2014-05-21 Mark Wielaard <mjw@redhat.com>
5642
5643 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5644
998d452a
PA
56452015-07-30 Pedro Alves <palves@redhat.com>
5646
5647 * linux-low.c (handle_extended_wait): Set the child's last
5648 reported status to TARGET_WAITKIND_STOPPED.
5649
69dde7dc
PA
56502015-07-30 Pedro Alves <palves@redhat.com>
5651
5652 PR threads/18600
5653 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5654 only shows inferior 1.
5655
4dd63d48
PA
56562015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5657 Pedro Alves <palves@redhat.com>
5658
5659 PR threads/18600
5660 * gdb.threads/fork-plus-threads.c: New file.
5661 * gdb.threads/fork-plus-threads.exp: New file.
5662
d618e4c5
PP
56632015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5664
5665 * gdb.base/batch-preserve-term-settings.exp
5666 (test_terminal_settings_preserved_after_cli_exit): Use
5667 send_quit_command.
5668
1eef6428
PA
56692015-07-29 Pedro Alves <palves@redhat.com>
5670 Don Breazeal <donb@codesourcery.com>
5671
5672 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5673 output from both inferior_spawn_id and gdb_spawn_id.
5674
7da5b897
SDJ
56752015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5676
5677 * gdb.threads/attach-into-signal.exp (corefunc): Use
5678 with_test_prefix on nested loops, uniquefying the test messages.
5679
dac804df
SDJ
56802015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5681
5682 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5683 commit.
5684
06265e53
PP
56852015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5686
5687 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5688 New proc.
5689 (test_terminal_settings_preserved_after_sigterm): New test.
5690
18206ca3
PP
56912015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5692
5693 * gdb.base/batch-preserve-term-settings.exp
5694 (test_terminal_settings_preserved_after_cli_exit): New test.
5695
90074d11
PP
56962015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5697
5698 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5699 manipulation of saved_gdbflags.
5700 (test_terminal_settings_preserved): Remove global declaration of
5701 the unused variable pagination_prompt. Remove manipulation of
5702 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5703 GDBFLAGS.
5704
eb1a7902
PA
57052015-07-29 Pedro Alves <palves@redhat.com>
5706
5707 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5708
8b75dd3b
PA
57092015-07-29 Pedro Alves <palves@redhat.com>
5710
5711 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5712 at the top.
5713
dedad4e3
PA
57142015-07-29 Pedro Alves <palves@redhat.com>
5715
5716 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5717 (main): Call gdb_unbuffer_output.
5718 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5719 (main): Call gdb_unbuffer_output.
5720 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5721 (main): Call gdb_unbuffer_output.
5722 * gdb.base/call-strs.exp: Adjust to step over the
5723 gdb_unbuffer_output call.
5724 * gdb.base/catch-gdb-caused-signals.c: Include
5725 "../lib/unbuffer_output.c".
5726 (main): Call gdb_unbuffer_output.
5727 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5728 (main): Call gdb_unbuffer_output.
5729 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5730 (main): Call gdb_unbuffer_output.
5731 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5732 (main): Call gdb_unbuffer_output.
5733 * gdb.base/shlib-call.exp: Adjust to step over the
5734 gdb_unbuffer_output call.
5735 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5736 (main): Call gdb_unbuffer_output.
5737 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5738 (main): Call gdb_unbuffer_output.
5739 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5740 (main): Rename to ...
5741 (test): ... this.
5742 (main): Reimplement.
5743 * gdb.base/varargs.exp: Run to test instead of to main.
5744 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5745 (main): Call gdb_unbuffer_output.
5746
58789a91
PA
57472015-07-29 Pedro Alves <palves@redhat.com>
5748
5749 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5750 factore out from mi_continue_dprintf. For call-style dprintfs,
5751 expect dprintf output out of $inferior_spawn_id.
5752 (mi_continue_dprintf): Use mi_expect_dprintf.
5753 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5754 (main): Call gdb_unbuffer_output.
5755
e8376742
PA
57562015-07-29 Pedro Alves <palves@redhat.com>
5757
5758 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5759 (default_mi_gdb_start): Set inferior_spawn_id instead of
5760 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5761 gdb_spawn_id.
5762 (mi_gdb_test): Always expect inferior output from both
5763 $inferior_spawn_id and $gdb_spawn_id.
5764
08280010
PA
57652015-07-29 Pedro Alves <palves@redhat.com>
5766
5767 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5768 send_inferior and $inferior_spawn_id.
5769
4d30e432
PA
57702015-07-29 Pedro Alves <palves@redhat.com>
5771
5772 * gdb.gdb/complaints.exp (test_initial_complaints)
5773 (test_serial_complaints, test_short_complaints): Use
5774 gdb_test_stdio.
5775 (test_empty_complaint): Handle $inferior_spawn_id !=
5776 $gdb_spawn_id.
5777
0d30a335
PA
57782015-07-29 Pedro Alves <palves@redhat.com>
5779
5780 * gdb.base/varargs.exp: Use gdb_test_stdio.
5781
39413b29
PA
57822015-07-29 Pedro Alves <palves@redhat.com>
5783
5784 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5785
7cb000a9
PA
57862015-07-29 Pedro Alves <palves@redhat.com>
5787
5788 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5789
d7b8ac82
PA
57902015-07-29 Pedro Alves <palves@redhat.com>
5791
5792 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5793 parameter into two new parameters, "inf_result" and "gdb_result".
5794 Expect inferior output and gdb output from $inferior_spawn_id and
5795 $gdb_spawn_id, respectively. Adjust all callers.
5796
789c3a0c
PA
57972015-07-29 Pedro Alves <palves@redhat.com>
5798
5799 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5800 of gdb_test_sequence.
5801
77e760c3
PA
58022015-07-29 Pedro Alves <palves@redhat.com>
5803
5804 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5805 (saw_spurious_output): Expect inferior output from
5806 $inferior_spawn_id. Use gdb_test_stdio.
5807
8396d2cd
PA
58082015-07-29 Pedro Alves <palves@redhat.com>
5809
5810 * gdb.base/dprintf.exp: Use standard_testfile. Change
5811 prepare_for_testing call.
5812 (srcfile): Don't set.
5813 (restart): New procedure.
5814 (test_dprintf): New procecure, use to continue over dprintfs.
5815 (test_call, test_agent): New procedures, tests moved here.
5816 Restart gdb and recreate dprintfs. Adjust expected output.
5817
2051d61f
PA
58182015-07-29 Pedro Alves <palves@redhat.com>
5819
5820 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
5821
452397af
PA
58222015-07-29 Pedro Alves <palves@redhat.com>
5823
5824 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
5825
8aed9555
PA
58262015-07-29 Pedro Alves <palves@redhat.com>
5827
5828 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
5829 gdb_test_stdio.
5830
188a61b4
PA
58312015-07-29 Pedro Alves <palves@redhat.com>
5832
5833 * lib/gdb.exp (gdb_test_stdio): New procedure.
5834
12264a45
PA
58352015-07-29 Pedro Alves <palves@redhat.com>
5836
5837 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
5838
23ffc893
PA
58392015-07-29 Pedro Alves <palves@redhat.com>
5840
5841 * gdb.base/call-signal-resume.exp: Remove check for
5842 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
5843 * gdb.base/unwindonsignal.exp: Likewise.
5844 * gdb.base/call-signals.c (gen_signal): Remove printf call.
5845 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
5846
65566918
PA
58472015-07-29 Pedro Alves <palves@redhat.com>
5848
5849 * gdb.base/siginfo-addr.c (pass): New function.
5850 (handler): Call it iff si_addr is correct.
5851 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
5852 Set a breakpoint at "pass" and continue to it.
5853
d60a9221
SDJ
58542015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
5855
5856 * gdb.python/py-objfile.exp: Make some tests have unique names.
5857 * gdb.python/py-pp-registration.exp: Likewise.
5858
bde40b8f
PA
58592015-07-28 Pedro Alves <palves@redhat.com>
5860
5861 * gdb.server/server-exec-info.exp: Issue a "disconnect".
5862
13e1dec8
SM
58632015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5864
5865 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
5866
da33c9a7
SM
58672015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5868
5869 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
5870
077836f7
PP
58712015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5872
5873 * gdb.base/gdb-sigterm-2.exp: New test.
5874
b8cc7b2e
DE
58752015-07-25 Doug Evans <xdje42@gmail.com>
5876
5877 Revert:
5878 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5879 (workers/%.worker, build-perf): New rule.
5880 (GDB_PERFTEST_MODE): New variable.
5881 (check-perf): Use it.
5882 (clean): Clean up gdb.perf parallel build subdirs.
5883 * lib/build-piece.exp: New file.
5884 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5885 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5886 name.
5887 (standard_temp_file): Ditto.
5888 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5889 of $GDB_PARALLEL.
5890
c8bd4544
DE
58912015-07-24 Doug Evans <dje@google.com>
5892
5893 * gdb.perf/lib/perftest/utils.py: New file.
5894 * gdb.perf/gm-hello.cc: New file.
5895 * gdb.perf/gm-pervasive-typedef.cc: New file.
5896 * gdb.perf/gm-pervasive-typedef.h: New file.
5897 * gdb.perf/gm-std.cc: New file.
5898 * gdb.perf/gm-std.h: New file.
5899 * gdb.perf/gm-use-cerr.cc: New file.
5900 * gdb.perf/gm-utils.h: New file.
5901 * gdb.perf/gmonster-null-lookup.py: New file.
5902 * gdb.perf/gmonster-pervasive-typedef.py: New file.
5903 * gdb.perf/gmonster-print-cerr.py: New file.
5904 * gdb.perf/gmonster-ptype-string.py: New file.
5905 * gdb.perf/gmonster-runto-main.py: New file.
5906 * gdb.perf/gmonster-select-file.py: New file.
5907 * gdb.perf/gmonster1-null-lookup.exp: New file.
5908 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
5909 * gdb.perf/gmonster1-print-cerr.exp: New file.
5910 * gdb.perf/gmonster1-ptype-string.exp: New file.
5911 * gdb.perf/gmonster1-runto-main.exp: New file.
5912 * gdb.perf/gmonster1-select-file.exp: New file.
5913 * gdb.perf/gmonster1.cc: New file.
5914 * gdb.perf/gmonster1.exp: New file.
5915 * gdb.perf/gmonster2-null-lookup.exp: New file.
5916 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
5917 * gdb.perf/gmonster2-print-cerr.exp: New file.
5918 * gdb.perf/gmonster2-ptype-string.exp: New file.
5919 * gdb.perf/gmonster2-runto-main.exp: New file.
5920 * gdb.perf/gmonster2-select-file.exp: New file.
5921 * gdb.perf/gmonster2.cc: New file.
5922 * gdb.perf/gmonster2.exp: New file.
5923
6eab34f3
DE
59242015-07-24 Doug Evans <dje@google.com>
5925
5926 * gdb.perf/README: New file.
5927 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
5928 * lib/gen-perf-test.exp: New file.
5929
63738bfd
DE
59302015-07-24 Doug Evans <dje@google.com>
5931
5932 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
5933 (PerfTest::startup): New function.
5934 (PerfTest::run): Return result of calling body.
5935 (PerfTest::assemble): Rewrite.
5936 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
5937 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
5938 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
5939 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
5940 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
5941
7b606f95
DE
59422015-07-24 Doug Evans <dje@google.com>
5943
5944 * lib/gdb.exp (clean_restart): Make executable optional.
5945
a97b16b8
DE
59462015-07-24 Doug Evans <dje@google.com>
5947
5948 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
5949 compiler_info references.
5950 * gdb.cp/temargs.exp: Ditto.
5951 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
5952 (get_compiler_info): Early exit if already computed. Set compiler_info
5953 to "unknown" if there was a problem.
5954 (test_compiler_info): Add function comment. Call get_compiler_info.
5955
35baa57f
DE
59562015-07-24 Doug Evans <dje@google.com>
5957
5958 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5959 (workers/%.worker, build-perf): New rule.
5960 (GDB_PERFTEST_MODE): New variable.
5961 (check-perf): Use it.
5962 (clean): Clean up gdb.perf parallel build subdirs.
5963 * lib/build-piece.exp: New file.
5964 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5965 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5966 name.
5967 (standard_temp_file): Ditto.
5968 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5969 of $GDB_PARALLEL.
5970
6ebea266
DE
59712015-07-24 Doug Evans <dje@google.com>
5972
5973 * lib/future.exp (gdb_default_target_compile): New option
5974 "early_flags".
5975 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
5976 --as-needed.
5977
1e76a7e9
SDJ
59782015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
5979
5980 * gdb.base/catch-syscall.exp: Call gdb_exit before
5981 gdb_skip_xml_test.
5982
5068630a
PA
59832015-07-24 Pedro Alves <palves@redhat.com>
5984
5985 * gdb.python/py-events.exp: Accept output between the stop event
5986 and the prompt.
5987 * gdb.python/py-evsignal.exp: Likewise.
5988 * gdb.python/py-evthreads.exp: Likewise.
5989
77598427
PA
59902015-07-24 Pedro Alves <palves@redhat.com>
5991
5992 PR gdb/18717
5993 * gdb.threads/non-ldr-exit.c: New file.
5994 * gdb.threads/non-ldr-exit.exp: New file.
5995
11e6c98f
YQ
59962015-07-24 Yao Qi <yao.qi@linaro.org>
5997
5998 * gdb.server/ext-wrapper.exp: Test --wrapper option when
5999 restarting process.
6000
51aee833
YQ
60012015-07-24 Yao Qi <yao.qi@linaro.org>
6002
6003 * gdb.server/ext-restart.exp: New file.
6004
8cfe207c
YQ
60052015-07-24 Yao Qi <yao.qi@linaro.org>
6006
6007 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
6008 argument options.
6009 * gdb.server/ext-wrapper.exp: New file.
6010
cc12ce38
DE
60112015-07-23 Doug Evans <dje@google.com>
6012
6013 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6014 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6015
d0d84780
PMR
60162015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6017
6018 * gdb.ada/var_arr_typedef.exp: New testcase.
6019 * gdb.ada/var_arr_typedef/pack.adb: New file.
6020 * gdb.ada/var_arr_typedef/pack.ads: New file.
6021 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6022
8b558f79
JB
60232015-07-20 Joel Brobecker <brobecker@adacore.com>
6024
6025 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6026
775a3298
JK
60272015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6028
6029 * gdb.arch/i386-biarch-core.exp: Replace istarget
6030 by "complete set gnutarget". Remove expectation for the "core-file"
6031 command.
6032
db1ff28b
JK
60332015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6034
6035 Revert the previous commit:
6036 Tests for validate symbol file using build-id.
6037
0a94970d
JK
60382015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6039
6040 Tests for validate symbol file using build-id.
6041 * gdb.base/solib-mismatch-lib.c: New file.
6042 * gdb.base/solib-mismatch-libmod.c: New file.
6043 * gdb.base/solib-mismatch.c: New file.
6044 * gdb.base/solib-mismatch.exp: New file.
6045
03346981
SL
60462015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6047
6048 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6049 nios2-*-linux*.
6050 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6051 * gdb.base/siginfo.exp: Likewise.
6052 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6053
42422cc7
PL
60542015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6055
6056 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6057 Move it to ...
6058 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6059 ... here.
6060 * gdb.trace/range-stepping.exp: Check that the target supports
6061 range stepping.
6062
cfa68bae
JK
60632015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6064
6065 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6066
8ffdba26
PA
60672015-07-14 Pedro Alves <palves@redhat.com>
6068
6069 * gdb.base/killed-outside.exp: New file.
6070 * gdb.base/killed-outside.c: New file.
6071
218a5a11
JK
60722015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6073
6074 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6075 (n at main): New.
6076 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6077
e03ed3c6
AA
60782015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6079
6080 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6081 infcall tests instead of setting up for KFAIL.
6082
485668e5
MM
60832015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6084
6085 * gdb.btrace/record_goto-step.exp: New.
6086
08464196
JK
60872015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6088
6089 PR compile/18484
6090 * gdb.compile/compile.c (struct struct_type): Add volatile to
6091 selffield's type.
6092 * gdb.compile/compile.exp
6093 (compile code struct_object.selffield = &struct_object): Skip further
6094 struct_object tests if this one xfails.
6095
bcf5c1d9
RC
60962015-07-08 Robert O'Callahan <robert@ocallahan.org>
6097
6098 PR exp/18617
6099 * gdb.trace/ax.exp: Add test.
6100
4931af25
YQ
61012015-07-07 Yao Qi <yao.qi@linaro.org>
6102
6103 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6104 instead of istarget "aarch64*-*-*".
6105 * gdb.arch/aarch64-fp.exp: Likewise.
6106 * gdb.base/float.exp: Likewise.
6107 * gdb.reverse/aarch64.exp: Likewise.
6108 * lib/gdb.exp (is_aarch64_target): New proc.
6109
9fcf688e
YQ
61102015-07-07 Yao Qi <yao.qi@linaro.org>
6111
6112 * lib/gdb.exp (is_aarch32_target): New proc.
6113 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6114 instead of "istarget "arm*-*-*"".
6115 * gdb.arch/arm-disp-step.exp: Likewise.
6116 * gdb.arch/thumb-bx-pc.exp: Likewise.
6117 * gdb.arch/thumb-prologue.exp: Likewise.
6118 * gdb.arch/thumb-singlestep.exp: Likewise.
6119 * gdb.base/disp-step-syscall.exp: Likewise.
6120 * gdb.base/float.exp: Likewise.
6121
fbd8d50d
YQ
61222015-07-07 Yao Qi <yao.qi@linaro.org>
6123
6124 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6125 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6126
71be1fdc
YQ
61272015-07-07 Yao Qi <yao.qi@linaro.org>
6128
6129 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6130 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6131 if it exists.
6132 * gdb.multi/multi-arch.exp: Likewise.
6133
3e221d36
SM
61342015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6135
6136 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6137 print.
6138
d441430b
YQ
61392015-07-07 Yao Qi <yao.qi@linaro.org>
6140
6141 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6142
06f810bd
MG
61432015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6144
6145 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6146 '[' and ']' characters.
6147
5e61e7c0
IB
61482015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6149
6150 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6151
28bf096c
PA
61522015-06-29 Pedro Alves <palves@redhat.com>
6153
6154 PR threads/18127
6155 * gdb.threads/hand-call-new-thread.c: New file.
6156 * gdb.threads/hand-call-new-thread.c: New file.
6157
ee93cd5e
KS
61582015-06-26 Keith Seitz <keiths@redhat.com>
6159 Doug Evans <dje@google.com>
6160
6161 PR 16253
6162 * gdb.cp/var-tag-2.cc: New file.
6163 * gdb.cp/var-tag-3.cc: New file.
6164 * gdb.cp/var-tag-4.cc: New file.
6165 * gdb.cp/var-tag.cc: New file.
6166 * gdb.cp/var-tag.exp: New file.
6167
fc637f04
PP
61682015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6169
6170 * gdb.base/history-duplicates.exp: New test.
6171
2e52ae68
PP
61722015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6173
6174 * gdb.base/completion.exp: Test the completion of the "focus"
6175 command.
6176
6e22494e
JK
61772015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6178
6179 * gdb.arch/amd64-prologue-skip.S: New file.
6180 * gdb.arch/amd64-prologue-skip.exp: New file.
6181
bf7b9cd9
SM
61822015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6183
6184 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6185 is_address_zero_readable check.
6186
201e8dfd
PB
61872015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6188
6189 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6190 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6191
5cd867b4
YQ
61922015-06-24 Yao Qi <yao.qi@linaro.org>
6193
6194 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6195 linux targets.
6196
4d7be007
YQ
61972015-06-24 Yao Qi <yao.qi@linaro.org>
6198
6199 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6200 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6201 * gdb.base/siginfo-thread.exp: Likewise.
6202
07fcd301
YQ
62032015-06-22 Yao Qi <yao.qi@linaro.org>
6204
6205 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6206
52042a00
YQ
62072015-06-22 Yao Qi <yao.qi@linaro.org>
6208
6209 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6210 aarch64*-*-*.
6211 (skip_hw_watchpoint_tests): Likewise.
6212
74bd41ce
PP
62132015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6214
6215 * gdb.base/gdbinit-history.exp: Test the interaction between
6216 setting GDBHISTSIZE and setting the history size via .gdbinit.
6217
bc460514
PP
62182015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6219
6220 PR gdb/16999
6221 * gdb.base/gdbhistsize-history.exp: New test.
6222
b58c513b
PP
62232015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6224
6225 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6226 with GDBHISTSIZE.
6227 * gdb.base/readline.exp: Likewise.
6228
92046791
YQ
62292015-06-17 Yao Qi <yao.qi@linaro.org>
6230
6231 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6232 line.
6233
2093d2d3
PP
62342015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6235
6236 * gdb.base/gdbinit-history.exp: Add test case to check that
6237 an unlimited history file does not get truncated on exit.
6238
e6c693af
AA
62392015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6240
6241 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6242 (VECTOR): New macro. Use it...
6243 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6244 ...for these typedefs.
6245 (int8, char1, int1, double1): New typedefs.
6246 (struct just_int2, struct two_int2): New structures.
6247 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6248 (add_structvecs, add_singlevecs): New functions.
6249 (main): Call add_some_intvecs twice.
6250 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6251 the compile and exit upon failure. Try compiling for the "native"
6252 architecture. Test inferior function calls with vector arguments
6253 and vector return value handling with "finish" and "return".
6254
c74f7d1c
JT
62552015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6256
6257 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6258 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6259 PE file.
6260 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6261
98aa42ee
AT
62622015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6263
6264 PR breakpoints/16465
6265 * gdb.mi/mi-dprintf-pending.c: New file.
6266 * gdb.mi/mi-dprintf-pending.exp: New test.
6267 * gdb.mi/mi-dprintf-pendshr.c: New file.
6268
7d73c23c 62692015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6270 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6271
6272 * gdb.arch/i386-mpx-map.c: New file.
6273 * gdb.arch/i386-mpx-map.exp: New File.
6274
62752015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6276
6277 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6278 * gdb.arch/i386-mpx.exp: Indentation fixed.
6279
62802015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6281
6282 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6283 function and improved indentation.
6284 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6285 gdb_test_multiple. Added additional tests to skip the test.
6286
62872015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6288
6289 * gdb.arch/i386-avx512.c: Change path in include file.
6290 * gdb.arch/i386-avx512.exp: Change include dir path
6291 compilation flag.
6292 * gdb.arch/i386-mpx.c: Change path in include file.
6293 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6294 flag.
6295
d5eba19a
JK
62962015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6297
6298 * gdb.compile/compile-print.exp (compile print *vararray@3)
6299 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6300
7f361056
JK
63012015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6302
6303 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6304 (do not keep jit in memory): ... this.
6305 (expect 5): Change it to ...
6306 (expect no 5): ... this.
6307
3b462ec2
SM
63082015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6309
6310 PR gdb/15564
6311 * gdb.mi/mi-detach.exp: New file.
6312
e0619de6
JK
63132015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6314
6315 PR symtab/18392
6316 * gdb.arch/amd64-tailcall-self.S: New file.
6317 * gdb.arch/amd64-tailcall-self.c: New file.
6318 * gdb.arch/amd64-tailcall-self.exp: New file.
6319
e970cb34
DB
63202015-05-28 Don Breazeal <donb@codesourcery.com>
6321
6322 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6323 tests for remote targets by checking is_target_gdbserver.
6324
b2e2f908
DE
63252015-05-27 Doug Evans <dje@google.com>
6326
6327 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6328 * gdb.dwarf2/opaque-type-lookup.c: New file.
6329 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6330
82c7be31
DE
63312015-05-26 Doug Evans <dje@google.com>
6332
6333 * gdb.cp/iostream.cc: New file.
6334 * gdb.cp/iostream.exp: New file.
6335
b4f54984
DE
63362015-05-26 Doug Evans <dje@google.com>
6337
6338 * gdb.dwarf2/dw2-op-call.exp: Update.
6339 * gdb.dwarf2/dw4-sig-types.exp: Update.
6340 * gdb.dwarf2/implptr.exp: Update.
6341 * gdb.mi/mi-cmd-param-changed.exp: Update.
6342
4ea6efe9
DE
63432015-05-26 Doug Evans <dje@google.com>
6344
6345 * gdb.python/py-lazy-string.c: New file.
6346 * gdb.python/py-lazy-string.exp: New file.
6347 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6348 (main): Update. Add estring3.
6349 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6350 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6351
f6bb7db3
YQ
63522015-05-26 Omair Javaid <omair.javaid@linaro.org>
6353 Yao Qi <yao.qi@linaro.org>
6354
6355 * gdb.reverse/aarch64.c: New.
6356 * gdb.reverse/aarch64.exp: New.
6357
a81bfbd0
OJ
63582015-05-26 Omair Javaid <omair.javaid@linaro.org>
6359
25d49b86
PA
6360 * lib/gdb.exp (supports_process_record): Return true for
6361 aarch64*-linux*.
a81bfbd0
OJ
6362 (supports_reverse): Likewise.
6363
158bf1b4
PP
63642015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6365
6366 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6367 Use with_test_prefix.
6368
a0145030
AB
63692015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6370
6371 * gdb.base/completion.exp: Add test for completion of layout
6372 names.
6373
ebe3b578
AB
63742015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6375
6376 * lib/gdb.exp (skip_tui_tests): New proc.
6377 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6378
84204ed7
PA
63792015-05-19 Pedro Alves <palves@redhat.com>
6380
6381 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6382 Save the whole env array instead of just HOME. Unset HISTSIZE in
6383 the environment while testing. Restore whole environment
6384 afterwards.
6385
37442ce1
DE
63862015-05-16 Doug Evans <xdje42@gmail.com>
6387
6388 * gdb.guile/scm-ports.c: New file.
6389 * gdb.guile/scm-ports.exp: Add memory port tests.
6390
36de76f9
JK
63912015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6392
6393 * gdb.compile/compile-print.c: New file.
6394 * gdb.compile/compile-print.exp: New file.
6395
3a9558c4
JK
63962015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6397
6398 * gdb.compile/compile-ops.exp: Cast param to void.
6399 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6400 (compile code struct_object.selffield = &struct_object): Add xfail.
6401
aa715135
JG
64022015-05-15 Joel Brobecker <brobecker@adacore.com>
6403
6404 * gdb.ada/arr_enum_with_gap: New testcase.
6405
931e5bc3
JG
64062015-05-15 Joel Brobecker <brobecker@adacore.com>
6407
6408 * gdb.ada/byte_packed_arr: New testcase.
6409
9cd4d857
JB
64102015-05-15 Joel Brobecker <brobecker@adacore.com>
6411
6412 * gdb.ada/pckd_neg: New testcase.
6413
ebfd00d2
PP
64142015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6415
6416 PR gdb/17820
6417 * gdb.base/gdbinit-history.exp: New test.
6418 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6419 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6420
4c082a81
SC
64212015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6422
6423 * gdb.python/py-xmethods.cc: Enhance test case.
6424 * gdb.python/py-xmethods.exp: New tests.
6425 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6426 function.
6427 (B_indexoper): Likewise.
6428 (global_dm_list) : Add new xmethod worker functions.
6429
f7797074
SDJ
64302015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6431
6432 * gdb.base/coredump-filter.exp: Correctly unset
6433 "coredump_var_addr" array.
6434
a4674e4e
PA
64352015-05-08 Pedro Alves <palves@redhat.com>
6436
6437 * gdb.server/non-existing-program.exp: Unset spawn_id.
6438
df2eb078
SC
64392015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6440
6441 PR python/18291
6442 * gdb.python/py-xmethods.exp: Add tests.
6443
422349a3
YQ
64442015-05-08 Yao Qi <yao.qi@linaro.org>
6445
6446 PR gdb/18208
6447 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6448 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6449 function set_coredump_filter, and remove remote_exec call.
6450 Remove argument ipid. Callers update.
6451 (top level): Don't get inferior's PID.
6452
63fc80ce
AA
64532015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6454
6455 * gdb.base/watch_thread_num.exp: Skip test on targets without
6456 access watchpoints.
6457
80ad801e
PA
64582015-05-06 Pedro Alves <palves@redhat.com>
6459
6460 PR server/18081
6461 * gdb.server/non-existing-program.exp: New file.
6462
0fa7fe50
JB
64632015-05-05 Joel Brobecker <brobecker@adacore.com>
6464
6465 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6466
3ea89b92
PMR
64672015-05-05 Joel Brobecker <brobecker@adacore.com>
6468
6469 * gdb.ada/out_of_line_in_inlined: New testcase.
6470
87b8eff0
JB
64712015-05-05 Joel Brobecker <brobecker@adacore.com>
6472
6473 * gdb.ada/var_rec_arr: New testcase.
6474
5fccc635
YQ
64752015-04-30 Yao Qi <yao.qi@linaro.org>
6476
6477 * gdb.base/break-idempotent.exp: If
6478 skip_hw_watchpoint_multi_tests returns true, skip the tests
6479 on "rwatch" and "awatch".
6480
42d38f42
YQ
64812015-04-30 Yao Qi <yao.qi@linaro.org>
6482
6483 * gdb.base/relativedebug.exp: Invoke gdb command
6484 "info sharedlibrary", and if libc.so doesn't have debug info,
6485 skip the test.
6486
2ce1cdbf
DE
64872015-04-29 Doug Evans <dje@google.com>
6488
6489 * gdb.python/py-xmethods.exp: Add ptype tests.
6490 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6491 get_result_type method.
6492
f24a38c5
LM
64932015-04-29 Luis Machado <lgustavo@codesourcery.com>
6494
6495 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6496 the target does not support hardware watchpoints.
6497
ecbf2b3c
LM
64982015-04-29 Luis Machado <lgustavo@codesourcery.com>
6499
6500 * gdb.base/break-always.exp: Abort testing if writing to memory
6501 causes an error.
6502
34f5f757
DE
65032015-04-28 Doug Evans <dje@google.com>
6504
6505 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6506 * gdb.python/py-pp-registration.exp: ... here. New file.
6507 * gdb.python/py-pp-registration.c: New file.
6508 * gdb.python/py-pp-registration.py: New file.
6509
69b4374a
DE
65102015-04-28 Doug Evans <dje@google.com>
6511
6512 * gdb.python/py-bad-printers.c: New file.
6513 * gdb.python/py-bad-printers.py: New file.
6514 * gdb.python/py-bad-printers.exp: New file.
6515
59fb7612
SS
65162015-04-28 Sasha Smundak <asmundak@google.com>
6517
6518 * gdb.python/py-type.exp: New test.
6519
2631b16a
AW
65202015-04-28 Andy Wingo <wingo@igalia.com>
6521
6522 * gdb.python/py-parameter.exp:
6523 * gdb.guile/scm-parameter.exp: Escape the path that we are
6524 matching against, as it might contain characters that are special
6525 to regular expressions.
6526
460efde1
JB
65272015-04-27 Joel Brobecker <brobecker@adacore.com>
6528
6529 * gdb.ada/rec_comp: New testcase.
6530
2d369d8e
SDJ
65312015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6532
6533 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6534 before using it.
6535
cf75d6c3
AB
65362015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6537
6538 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6539 new tests for verilog output.
6540
8dbe7ca5
YQ
65412015-04-24 Yao Qi <yao.qi@linaro.org>
6542
6543 * boards/remote-gdbserver-on-localhost.exp: New file.
6544
4ef9fb2f
PA
65452015-04-23 Pedro Alves <palves@redhat.com>
6546
6547 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6548 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6549 "end of file", remove $inferior_spawn_id from the indirect list.
6550
0a803169
PA
65512015-04-23 Pedro Alves <palves@redhat.com>
6552
6553 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6554
749ef8f8
PA
65552015-04-23 Pedro Alves <palves@redhat.com>
6556
6557 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6558 on $any_spawn_id instead of only on $gdb_spawn_id.
6559
8aae4344
PM
65602015-04-21 Pierre Muller <muller@sourceware.org>
6561
6562 PR pascal/17815
6563 * lib/pascal.exp (gpc_compile): Add new option "class".
6564 (fpc_compile): Likewise.
6565 * gdb.pascal/case-insensitive-symbols.pas: New file.
6566 * gdb.pascal/case-insensitive-symbols.exp: New file.
6567
1586c8fb
GB
65682015-04-20 Gary Benson <gbenson@redhat.com>
6569
6570 * gdb.base/attach.exp: Fix three extended remote failures.
6571
1b6e6f5c
GB
65722015-04-17 Gary Benson <gbenson@redhat.com>
6573
6574 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6575 the main executable over the remote protocol.
6576
e797481d
PA
65772015-04-16 Pedro Alves <palves@redhat.com>
6578
6579 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6580 a new gdbserver if gdbserver_reconnect_p is set.
6581
1ca99c42
PA
65822015-04-16 Pedro Alves <palves@redhat.com>
6583
6584 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6585 is set, don't exit gdbserver.
6586
af9fd6f8
AA
65872015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6588
6589 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6590 appropriate .insn, such that an older assembler can be used.
6591 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6592 the z/Architecture instruction set on 31-bit targets as well.
6593
04ff1e61
AA
65942015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6595
6596 * gdb.go/handcall.exp: Remove all logic related to the first
6597 breakpoint and rely on go_runto_main instead.
6598 * gdb.go/strings.exp: Likewise.
6599 * gdb.go/unsafe.exp: Likewise.
6600 * gdb.go/hello.exp: Likewise. Also rename the remaining
6601 breakpoint marker to "breakpoint 1".
6602 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6603 * gdb.go/strings.go: Likewise.
6604 * gdb.go/unsafe.go: Likewise.
6605 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6606 "set breakpoint 2 here" and rename the remaining breakpoint marker
6607 to "breakpoint 1".
6608
40d2f8d6
SM
66092015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6610
6611 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6612 if itertools.imap is not present.
6613 * gdb.python/py-objfile.exp: Add parentheses.
6614 * gdb.python/py-type.exp: Same.
6615 * gdb.python/py-unwind-maint.py: Same.
6616
8cbc97c6
YQ
66172015-04-15 Yao Qi <yao.qi@linaro.org>
6618
6619 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6620 of ":$ptr_size" and set its form explicitly.
6621
45fd756c
YQ
66222015-04-15 Pedro Alves <palves@redhat.com>
6623 Yao Qi <yao.qi@linaro.org>
6624
6625 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6626 timeout by factor of 4.
6627 (test_regular_watch): Likewise.
6628 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6629 * gdb.reverse/sigall-reverse.exp: Likewise.
6630 * gdb.reverse/until-precsave.exp: Likewise.
6631 * lib/gdb.exp (with_timeout_factor): New proc.
6632 (gdb_expect): Move some code to ...
6633 (get_largest_timeout): ... here. New procedure.
6634
9e811bc3
LM
66352015-04-14 Luis Machado <lgustavo@codesourcery.com>
6636
6637 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6638
0ff6fcb2
LM
66392015-04-13 Luis Machado <lgustavo@codesourcery.com>
6640
6641 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6642 to write to the .text section.
6643
7578d5f7
LM
66442015-04-13 Luis Machado <lgustavo@codesourcery.com>
6645
6646 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6647 Handle the case of targets that do not provide PID information.
6648
2efe15c4
YQ
66492015-04-13 Yao Qi <yao.qi@linaro.org>
6650
6651 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6652 and use expect instead of gdb_expect.
6653
8cd8f2f8
SDJ
66542015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6655
6656 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6657 "coredump_var_addr" to avoid naming conflict with other testcases.
6658
9ee41772
PA
66592015-04-10 Pedro Alves <palves@redhat.com>
6660
6661 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6662 gdb_test_sequence and gdb_assert.
6663
07473109
PA
66642015-04-10 Pedro Alves <palves@redhat.com>
6665
6666 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6667 test messages that don't include the breakpoint address.
6668
de3db44c
YQ
66692015-04-10 Yao Qi <yao.qi@linaro.org>
6670
6671 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6672 false for some offset and width combinations which aren't
6673 supported by linux kernel.
6674
c79d856c
PA
66752015-04-10 Pedro Alves <palves@redhat.com>
6676
6677 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6678 procedure, factored out from ...
6679 (top level): ... here. Add "set displaced-stepping" testing axis.
6680 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6681 parameter "displaced". Use it.
6682 (top level): Use foreach and add "set displaced-stepping" testing
6683 axis.
6684
ebc90b50
PA
66852015-04-10 Pedro Alves <palves@redhat.com>
6686
6687 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6688 Remove comment.
6689 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6690 both the address of the instruction that triggers the watchpoint
6691 and the address of the instruction immediately after, and use
6692 those addresses for the test. Fix comment.
6693
8f572e5c
PA
66942015-04-10 Pedro Alves <palves@redhat.com>
6695
6696 * gdb.base/sigstep.exp (breakpoint_to_handler)
6697 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6698 Test "backtrace" in handler.
6699 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6700 (top level): Add new "displaced" test axis to
6701 breakpoint_to_handler, breakpoint_to_handler_entry and
6702 breakpoint_over_handler.
6703
8d707a12
PA
67042015-04-10 Pedro Alves <palves@redhat.com>
6705
6706 PR gdb/18216
6707 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6708
ef713951
YQ
67092015-04-10 Yao Qi <yao.qi@linaro.org>
6710
6711 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6712 (test_add_rn_pc): New function.
6713 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6714 (top level): Invoke test_add_rn_pc.
6715
906d60cf
PA
67162015-04-10 Pedro Alves <palves@redhat.com>
6717
6718 PR gdb/13858
6719 * gdb.base/step-over-no-symbols.exp: New file.
6720
f2983cc3
AW
67212015-04-09 Andy Wingo <wingo@igalia.com>
6722
6723 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6724 after the Python tests.
6725
6d62641c
SDJ
67262015-04-08 Keith Seitz <keiths@redhat.com>
6727
6728 PR python/16699
6729 * gdb.python/py-completion.exp: New tests for completion.
6730 * gdb.python/py-completion.py (CompleteLimit1): New class.
6731 (CompleteLimit2): Likewise.
6732 (CompleteLimit3): Likewise.
6733 (CompleteLimit4): Likewise.
6734 (CompleteLimit5): Likewise.
6735 (CompleteLimit6): Likewise.
6736 (CompleteLimit7): Likewise.
6737
f3770638
PA
67382015-04-08 Pedro Alves <palves@redhat.com>
6739
6740 PR gdb/18214
6741 PR gdb/18216
6742 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6743 function.
6744 (main): Install it as SIGUSR1 handler.
6745 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6746 parameter. Always use "setup" as prefix. Toggle "set
6747 displaced-stepping" off/on depending on global. Don't switch to
6748 thread 1 here.
6749 (top level): Add displaced stepping "off/on" test axis. Update
6750 "setup" calls. Wrap each subtest with with_test_prefix. Test
6751 continuing with a queued signal in each thread.
6752
4496bed7
PA
67532015-04-08 Pedro Alves <palves@redhat.com>
6754
6755 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6756 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6757 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6758 Return early if running to main fails.
6759 * gdb.trace/while-stepping.exp: Likewise.
6760
b97fde92
PA
67612015-04-07 Pedro Alves <palves@redhat.com>
6762
6763 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6764 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6765 interact with inferior program.
6766
f71c18e7
PA
67672015-04-07 Pedro Alves <palves@redhat.com>
6768
6769 * lib/gdb.exp (inferior_spawn_id): New global.
6770 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6771 spawn id after processing the user code.
6772 (default_gdb_start): Set inferior_spawn_id.
6773 (send_inferior): New procedure.
6774 * lib/gdbserver-support.exp (gdbserver_start): Set
6775 inferior_spawn_id.
6776 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6777
6423214f
PA
67782015-04-07 Pedro Alves <palves@redhat.com>
6779
6780 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6781 * lib/gdbserver-support.exp (gdbserver_start): Make
6782 $server_spawn_id global.
6783 (gdbserver_start): Don't wait for gdbserver's spawn id with
6784 expect_background.
6785 (close_gdbserver): New procedure.
6786 (gdb_exit): Rename the default version and reimplement.
6787
71c0ee8c
PA
67882015-04-07 Pedro Alves <palves@redhat.com>
6789
72f4393d 6790 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
6791 append the substituted item, not the original item.
6792
203bc29b
PA
67932015-04-07 Pedro Alves <palves@redhat.com>
6794
6795 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6796 gdb_expect.
6797
508a3ddf
PA
67982015-04-07 Pedro Alves <palves@redhat.com>
6799
6800 * gdb.base/interrupt.exp: Don't handle the case of the inferior
6801 output appearing once only.
6802
9f6dbe2b
PA
68032015-04-07 Pedro Alves <palves@redhat.com>
6804
6805 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6806 that doesn't expect anything. Return early if running to main
6807 fails.
6808
337532fa
YQ
68092015-04-07 Yao Qi <yao.qi@linaro.org>
6810
6811 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6812 (child_function): Call alarm.
6813 (main): Move call to alarm into the loop.
6814 * gdb.threads/non-stop-fair-events.exp: Build program with
6815 -DTIMEOUT=$timeout.
6816
01b622d4
DE
68172015-04-06 Doug Evans <xdje42@gmail.com>
6818
6819 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
6820 Fix dest parameter to board_info.
6821 (fpc_compile): Ditto.
6822 (gdb_compile_pascal): Rename dest arg to destfile.
6823
961f4160
PMR
68242015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6825
6826 * gdb.ada/funcall_ref.exp: New file.
6827 * gdb.ada/funcall_ref/foo.adb: New file.
6828
cafda597
YQ
68292015-04-02 Yao Qi <yao.qi@linaro.org>
6830
6831 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
6832 is remote.
6833
fed040c6
GB
68342015-04-02 Gary Benson <gbenson@redhat.com>
6835
6836 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
6837
d11916aa
SS
68382015-04-01 Sasha Smundak <asmundak@google.com>
6839
6840 * gdb.python/py-unwind-maint.c: New file.
6841 * gdb.python/py-unwind-maint.exp: New test.
6842 * gdb.python/py-unwind-maint.py: New file.
6843 * gdb.python/py-unwind.c: New file.
6844 * gdb.python/py-unwind.exp: New test.
6845 * gdb.python/py-unwind.py: New test.
6846
a1471180
PA
68472015-04-01 Pedro Alves <palves@redhat.com>
6848
6849 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
6850 to fail instead of non-existent $test.
6851
0bbeccb1
PA
68522015-04-01 Pedro Alves <palves@redhat.com>
6853
6854 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
6855 GDBFLAGS if not empty.
6856
3c724c8c
PMR
68572015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
6858
6859 * gdb.ada/complete.exp: Remove "multi_line".
6860 * gdb.ada/info_exc.exp: Remove "multi_line".
6861 * gdb.ada/packed_tagged.exp: Remove "multi_line".
6862 * gdb.ada/ptype_field.exp: Remove "multi_line".
6863 * gdb.ada/sym_print_name.exp: Remove "multi_line".
6864 * gdb.ada/tagged.exp: Remove "multi_line".
6865 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
6866 [multi_line ...]
6867 * gdb.btrace/delta.exp: Likewise.
6868 * gdb.btrace/exception.exp: Likewise.
6869 * gdb.btrace/function_call_history.exp: Likewise.
6870 * gdb.btrace/instruction_history.exp: Likewise.
6871 * gdb.btrace/nohist.exp: Likewise.
6872 * gdb.btrace/record_goto.exp: Likewise.
6873 * gdb.btrace/segv.exp: Likewise.
6874 * gdb.btrace/stepi.exp: Likewise.
6875 * gdb.btrace/tailcall.exp: Likewise.
6876 * gdb.btrace/unknown_functions.exp: Likewise.
6877 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
6878 * lib/gdb.exp: Add the "multi_line" helper.
6879
4eec2deb
PA
68802015-04-01 Pedro Alves <palves@redhat.com>
6881
6882 * gdb.threads/tid-reuse.c: New file.
6883 * gdb.threads/tid-reuse.exp: New file.
6884
df8411da
SDJ
68852015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
6886
6887 PR corefiles/16092
6888 * gdb.base/coredump-filter.c: New file.
6889 * gdb.base/coredump-filter.exp: Likewise.
6890
6ef37366
PM
68912015-03-27 Petr Machata <pmachata@redhat.com>
6892
6893 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
6894 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
6895 (Dwarf::assemble): Initialize them.
6896 (Dwarf::lines): New function.
6897
7ec911b0
JT
68982015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
6899
6900 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
6901 SYMBOL_PREFIX for x86_64-*-cygwin.
6902
ff908ebf
AW
69032015-03-26 Andy Wingo <wingo@igalia.com>
6904
6905 PR symtab/18148
6906 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
6907 const_value but not a location.
6908 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
6909 location defined in non-main CUs are visible.
6910
6d5f0679
YQ
69112015-03-26 Yao Qi <yao.qi@linaro.org>
6912
6913 PR testsuite/18139
6914 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
6915 Add a line number entry for the same line.
6916 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
6917 Add a line number entry for the same line.
6918
2898689b
YQ
69192015-03-26 Yao Qi <yao.qi@linaro.org>
6920
6921 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
6922 .int 0.
6923 (func): Likewise. Add .Lfunc_1 label.
6924 Use .Lfunc_1 label.
6925 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
6926 .int 0.
6927 (func): Likewise.
6928 Use .Lfunc_1 label.
6929
85180498
YQ
69302015-03-26 Yao Qi <yao.qi@linaro.org>
6931
6932 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
6933 Call gdb_compile instead to compile each .s files without debug
6934 information.
6935
8aa08a8d
YQ
69362015-03-26 Yao Qi <yao.qi@linaro.org>
6937
6938 * gdb.base/savedregs.exp (process_saved_regs): Make
6939 "Saved registers:" optional in the pattern.
6940
66849923
MM
69412015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6942
6943 * gdb.btrace/next.exp: Merged into step.exp.
6944 * gdb.btrace/finish.exp: Merged into step.exp.
6945 * gdb.btrace/nexti.exp: Merged into stepi.exp.
6946 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
6947 "record goto" and checking the exact replay position.
6948 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
6949 check for "Recording format" in "info record" output.
6950 * gdb.btrace/record_goto.exp: Choose test file based on target.
6951 * gdb.btrace/x86-record_goto.S: Renamed into ...
6952 * gdb.btrace/x86_64-record_goto.S: ... this.
6953 * gdb.btrace/i686-record_goto.S: New.
6954 * gdb.btrace/x86-tailcall.S: Renamed into ...
6955 * gdb.btrace/x86_64-tailcall.S: ... this.
6956 * gdb.btrace/i686-tailcall.S: New.
6957 * gdb.btrace/x86-tailcall.c: Renamed into ...
6958 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
6959 separate statements. Update test.
6960 * gdb.btrace/delta.exp: Use record_goto.c as test file.
6961 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
6962 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
6963 * gdb.btrace/tailcall.exp: Choose test file based on target.
6964 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
6965
11cc1b74
MM
69662015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6967
6968 * gdb.btrace/exception.exp: Increase BTS buffer size.
6969
a25d8bf9
PA
69702015-03-24 Pedro Alves <palves@redhat.com>
6971
6972 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
6973
856e7dd6
PA
69742015-03-24 Pedro Alves <palves@redhat.com>
6975
6976 * gdb.threads/schedlock.exp (test_step): No longer expect that
6977 "set scheduler-locking step" with "next" over a function call runs
6978 threads unlocked.
6979
ad235a41
AT
69802015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6981
6982 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
6983
15630549
AT
69842015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6985
6986 PR breakpoints/16466
6987 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
6988 * gdb.mi/mi-pending.c (thread_func): New function.
6989 (int main): Add threading support required.
6990 * gdb.mi/mi-pending.exp: Add tests for this issue.
6991 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
6992 (pendfunc2): Remove stdio dependency.
6993 * gdb.mi/mi-pendshr2.c: New file.
6994
693dca06
KS
69952015-03-23 Keith Seitz <keiths@redhat.com>
6996
6997 * gdb.linespec/keywords.c: New file.
6998 * gdb.linespec/keywords.exp: New file.
6999
7e993ebf
KS
70002015-03-23 Keith Seitz <keiths@redhat.com>
7001
7002 PR gdb/18021
7003 * gdb.dwarf2/staticvirtual.exp: New test.
7004
bc23328c
JK
70052015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
7006
7007 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
7008 * README: Remove HP-UX and gdb.hp.
7009 (configuration):
7010 * configure: Regenerate.
7011 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7012 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7013 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7014 gdb.hp/gdb.defects/Makefile.
7015 * gdb.hp/Makefile.in: File deleted.
7016 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7017 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7018 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7019 * gdb.hp/gdb.aCC/run.c: File deleted.
7020 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7021 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7022 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7023 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7024 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7025 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7026 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7027 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7028 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7029 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7030 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7031 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7032 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7033 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7034 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7035 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7036 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7037 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7038 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7039 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7040 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7041 * gdb.hp/gdb.compat/average.c: File deleted.
7042 * gdb.hp/gdb.compat/sum.c: File deleted.
7043 * gdb.hp/gdb.compat/xdb.c: File deleted.
7044 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7045 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7046 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7047 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7048 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7049 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7050 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7051 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7052 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7053 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7054 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7055 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7056 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7057 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7058 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7059 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7060 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7061 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7062 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7063 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7064 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7065 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7066 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7067 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7068 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7069 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7070 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7071 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7072 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7073 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7074 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7075 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7076 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7077 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7078 * gdb.hp/tools/odump: File deleted.
7079
8bf3b159
PA
70802015-03-19 Pedro Alves <palves@redhat.com>
7081
7082 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7083 (saw_thread_3): New globals.
7084 (top level): Increment them when an event for the corresponding
7085 thread is seen.
7086 (no thread starvation): New test.
7087
eb54c8bf
PA
70882015-03-19 Pedro Alves <palves@redhat.com>
7089
7090 * gdb.threads/continue-pending-status.c: New file.
7091 * gdb.threads/continue-pending-status.exp: New file.
7092
32d2e5d6
PA
70932015-03-18 Pedro Alves <palves@redhat.com>
7094
7095 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7096 Use gdb_is_target_remote instead of is_remote. Use
7097 gdb_test_multiple instead of gdb_expect. Exit early if
7098 gdb_test_multiple hits its internal matches. Tighten stepi tests
7099 expected output. Fail on exit with any signal, instead of just
7100 SIGILL.
7101
f68f11b7
YQ
71022015-03-18 Yao Qi <yao.qi@linaro.org>
7103
7104 PR tdep/18107
7105 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7106 variable.
7107 * gdb.base/catch-syscall.exp: Don't skip it on
7108 aarch64*-*-linux* target. Remove elements in all_syscalls.
7109 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7110 target.
7111 (setup_all_syscalls): New proc.
7112
ca5fd19b
YQ
71132015-03-16 Yao Qi <yao.qi@linaro.org>
7114
7115 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7116 (top level): Skip tests if valid_addr_p returns false for
7117 $cmd1 or $cmd2.
7118
85642ba0
AW
71192015-03-11 Andy Wingo <wingo@igalia.com>
7120
7121 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7122
e03f9645
YQ
71232015-03-11 Yao Qi <yao.qi@linaro.org>
7124
7125 * gdb.base/catch-syscall.exp: Fix typo in comments.
7126
5d0962b2
YQ
71272015-03-11 Yao Qi <yao.qi@linaro.org>
7128
7129 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7130
b2df3cef
PA
71312015-03-09 Pedro Alves <palves@redhat.com>
7132
7133 * dg-extract-results.py: Delete.
7134
ef878e53
PA
71352015-03-09 Pedro Alves <palves@redhat.com>
7136
7137 Merge dg-extract-results.sh from GCC upstream (r218843).
7138
7139 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7140 * dg-extract-results.sh: Use --text with grep to avoid issues with
7141 binary files. Fall back to cat -v, if that doesn't work.
7142
9494d219
PA
71432015-03-05 Pedro Alves <palves@redhat.com>
7144
7145 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7146
a8d9763a
SM
71472015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7148
7149 * lib/mi-support.exp (mi_expect_interrupt): Accept
7150 alternative event for when in all-stop mode.
7151
be9957b8
PA
71522015-03-04 Pedro Alves <palves@redhat.com>
7153
7154 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7155
d57be0f4 71562015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7157
7158 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7159
c214c7cf
AA
71602015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7161
7162 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7163 regexps for GDB's current line display, accept a hex address
7164 preceding the line number.
7165
6d74a497
AA
71662015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7167
7168 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7169 the 'arch1' variable for "s390*-linux*" targets.
7170
511aee7c
PA
71712015-03-04 Pedro Alves <palves@redhat.com>
7172
7173 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7174 (main): Pass missing retval argument to pthread_join call.
7175
95e50b27
PA
71762015-03-02 Pedro Alves <palves@redhat.com>
7177
7178 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7179 (top level): Call do_test with non-stop as well.
7180
28054d69
PA
71812015-03-02 Pedro Alves <palves@redhat.com>
7182
7183 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7184 -1.
7185
4fa5d7b4
AA
71862015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7187
7188 * gdb.arch/s390-vregs.exp: New test.
7189 * gdb.arch/s390-vregs.S: New file.
7190
97c18565
PA
71912015-02-27 Pedro Alves <palves@redhat.com>
7192
7193 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7194 call to catch_command_errors.
7195 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7196 catch_command_errors.
7197
a37bfa30
PA
71982015-02-27 Pedro Alves <palves@redhat.com>
7199
7200 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7201 "true" for boolean result.
7202 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7203 prototype of main.
7204
6f98576f
PA
72052015-02-27 Pedro Alves <palves@redhat.com>
7206
7207 * lib/unbuffer_output.c: New file.
7208 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7209 (main): Call gdb_unbuffer_output.
7210
eba5ab56
YQ
72112015-02-27 Yao Qi <yao.qi@linaro.org>
7212
7213 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7214 target.
7215
0def5aaa
DE
72162015-02-26 Doug Evans <dje@google.com>
7217
7218 * gdb.cp/class2.cc (Dbase, D): New classes.
7219 (main): New local delta.
7220 * gdb.cp/class2.exp: Test printing delta.
7221 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7222 (dynbar): New global.
7223 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7224
081a1c2c
JK
72252015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7226
7227 * gdb.compile/compile-ifunc.c: New file.
7228 * gdb.compile/compile-ifunc.exp: New file.
7229
2f41223f
AT
72302015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7231
7232 * gdb.base/structs.exp: Check for correct struct on finish.
7233
03eddd80
YQ
72342015-02-26 Yao Qi <yao.qi@linaro.org>
7235
7236 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7237 is zero.
7238
80c57053
JK
72392015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7240
7241 * gdb.arch/cordic.ko.bz2: New file.
7242 * gdb.arch/cordic.ko.debug.bz2: New file.
7243 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7244
21613c12
YQ
72452015-02-25 Yao Qi <yao.qi@linaro.org>
7246
7247 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7248 aarch64*-*-* target.
7249
d8b901ed
PA
72502015-02-23 Pedro Alves <palves@redhat.com>
7251
7252 * lib/gdb.exp (delete_breakpoints): Rewrite using
7253 gdb_test_multiple.
7254
e5b85ead
PA
72552015-02-23 Pedro Alves <palves@redhat.com>
7256
7257 * gdb.base/info-os.c: Include stdlib.h.
7258
85c3a371
DE
72592015-02-22 Doug Evans <xdje42@gmail.com>
7260
7261 PR symtab/17855
7262 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7263 is read after symbols have been re-read.
7264 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7265 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7266
96553a0c
DE
72672015-02-21 Doug Evans <dje@google.com>
7268
7269 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7270
97a0c697
JK
72712015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7272
7273 PR corefiles/17808
7274 * gdb.arch/i386-biarch-core.core.bz2: New file.
7275 * gdb.arch/i386-biarch-core.exp: New file.
7276
a47cd6e9
PA
72772015-02-21 Pedro Alves <palves@redhat.com>
7278
7279 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7280 runto_main fails.
7281
c5facdc4
PA
72822015-02-20 Pedro Alves <palves@redhat.com>
7283
7284 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7285 info probes.
7286
2db9a427
PA
72872015-02-20 Pedro Alves <palves@redhat.com>
7288
7289 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7290
60fb7e9e
PA
72912015-02-20 Pedro Alves <palves@redhat.com>
7292
7293 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7294 clean_restart before gdb_target_supports_trace.
7295
5c5019c2
PA
72962015-02-20 Pedro Alves <palves@redhat.com>
7297
7298 PR threads/18006
7299 * gdb.threads/clone-thread_db.c: New file.
7300 * gdb.threads/clone-thread_db.exp: New file.
7301
c9587f88
AT
73022015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7303
7304 PR breakpoints/16812
7305 * gdb.base/catch-gdb-caused-signals.c: New file.
7306 * gdb.base/catch-gdb-caused-signals.exp: New file.
7307
f6a88844
JM
73082015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7309
7310 * configure: Regenerated.
7311 * configure.ac: Use GDB_AC_TRANSFORM.
7312 * aclocal.m4: sinclude ../transform.m4.
7313
497c491b
JM
73142015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7315
7316 * lib/dtrace.exp: New file.
7317 * gdb.base/dtrace-probe.exp: Likewise.
7318 * gdb.base/dtrace-probe.d: Likewise.
7319 * gdb.base/dtrace-probe.c: Likewise.
7320 * lib/pdtrace.in: Likewise.
7321 * configure.ac: Output variables with the transformed names of
7322 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7323 * configure: Regenerated.
7324
03e98035
JM
73252015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7326
7327 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7328 expected message when trying to access $_probe_* convenience
7329 variables while not on a probe.
7330
63cc30e9
JK
73312015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7332
7333 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7334
0703599a
PA
73352015-02-11 Pedro Alves <pedro@codesourcery.com>
7336
7337 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7338 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7339
7e60a48e
DE
73402015-02-10 Doug Evans <xdje42@gmail.com>
7341
7342 * lib/gdb.exp (gdb_load): Always return a result.
7343
01b088bc
PA
73442015-02-10 Pedro Alves <palves@redhat.com>
7345
7346 * gdb.threads/signal-sigtrap.c: New file.
7347 * gdb.threads/signal-sigtrap.exp: New file.
7348
b05ec7a5
AT
73492015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7350
7351 * gdb.trace/no-attach-trace.c: New file.
7352 * gdb.trace/no-attach-trace.exp: New file.
7353
a2c2acaf
MW
73542015-02-09 Mark Wielaard <mjw@redhat.com>
7355
7356 * gdb.dwarf2/atomic.c: New file.
7357 * gdb.dwarf2/atomic-type.exp: Likewise.
7358
31fd9caa
MM
73592015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7360
7361 * gdb.btrace/buffer-size.exp: Update "info record" output.
7362 * gdb.btrace/delta.exp: Update "info record" output.
7363 * gdb.btrace/enable.exp: Update "info record" output.
7364 * gdb.btrace/finish.exp: Update "info record" output.
7365 * gdb.btrace/instruction_history.exp: Update "info record" output.
7366 * gdb.btrace/next.exp: Update "info record" output.
7367 * gdb.btrace/nexti.exp: Update "info record" output.
7368 * gdb.btrace/step.exp: Update "info record" output.
7369 * gdb.btrace/stepi.exp: Update "info record" output.
7370 * gdb.btrace/nohist.exp: Update "info record" output.
7371
d33501a5
MM
73722015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7373
7374 * gdb.btrace/buffer-size: New.
7375
f4abbc16
MM
73762015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7377
7378 * gdb.btrace/delta.exp: Update "info record" output.
7379 * gdb.btrace/enable.exp: Update "info record" output.
7380 * gdb.btrace/finish.exp: Update "info record" output.
7381 * gdb.btrace/instruction_history.exp: Update "info record" output.
7382 * gdb.btrace/next.exp: Update "info record" output.
7383 * gdb.btrace/nexti.exp: Update "info record" output.
7384 * gdb.btrace/step.exp: Update "info record" output.
7385 * gdb.btrace/stepi.exp: Update "info record" output.
7386 * gdb.btrace/nohist.exp: Update "info record" output.
7387
b9d61307
SM
73882015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7389
7390 PR gdb/15678
7391 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7392
e584fdbc
PA
73932015-02-06 Pedro Alves <palves@redhat.com>
7394
7395 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7396 macro.
7397 (seconds_left, again): New globals.
7398 (main): Wait seconds_left in a 1-second sleep loop instead of
7399 sleeping 180 seconds. If 'again' is set, reset the seconds
7400 counter.
7401 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7402 'again' in the inferior before detaching. Print the seconds left.
7403 (options): New global.
7404 (top level): Build program with -DTIMEOUT=$timeout.
7405
77f41761
PA
74062015-02-06 Pedro Alves <palves@redhat.com>
7407
7408 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7409 determine how many seconds to pass to 'alarm'.
7410 * gdb.base/gdb-sigterm.exp (top level): Build program with
7411 -DTIMEOUT=$timeout.
7412 (do_test): Return success/failure indication. Add more verbose
7413 logging. Don't fail if 200 single steps are seen. Instead, fail
7414 when the test times out.
7415 (passes): New global.
7416 (top level): Break the testing loop if testing fails on any
7417 iteration. Use gdb_assert.
7418
b9394193
DB
74192015-02-04 Don Breazeal <donb@codesourcery.com>
7420
7421 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7422 and initialize them.
7423 (ipc_cleanup): New function.
7424 (main): Don't declare shmid, semid, and msqid. Add a call to
7425 atexit so that we call ipc_cleanup on exit.
7426
42d9e528
PA
74272015-02-04 Pedro Alves <palves@redhat.com>
7428
7429 * boards/native-extended-gdbserver.exp: Remove any target variant
7430 specifications from the board name before clearing the isremote
7431 flag from board_info.
7432
ae6ae975
DE
74332015-01-31 Doug Evans <xdje42@gmail.com>
7434
7435 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7436
cfb069a8
GB
74372015-01-31 Gary Benson <gbenson@redhat.com>
7438
7439 * gdb.base/completion.exp: Disable completion limiting for
7440 existing tests. Add new tests to check completion limiting.
7441 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7442
5dd31d79
DE
74432015-01-31 Doug Evans <xdje42@gmail.com>
7444
7445 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7446
9f050062
DE
74472015-01-31 Doug Evans <xdje42@gmail.com>
7448
7449 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7450 entries. Duplicate file section script entries.
7451 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7452 inlined entries. Add test for safe-path rejection.
7453 * gdb.python/py-section-script.c: Add duplicate inlined section script
7454 entries. Duplicate file section script entries.
7455 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7456 inlined entries. Add test for safe-path rejection.
7457
df25ebbd
JB
74582015-01-29 Joel Brobecker <brobecker@adacore.com>
7459
7460 * gdb.ada/disc_arr_bound: New testcase.
7461
4a0ca9ec
JB
74622015-01-29 Joel Brobecker <brobecker@adacore.com>
7463
7464 * gdb.ada/mi_var_array: New testcase.
7465
3a8b707a
DE
74662015-01-27 Doug Evans <dje@google.com>
7467
7468 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7469 Add test for objfile.filename, objfile.username after objfile
7470 has been unloaded.
7471
f8313f6e
JB
74722015-01-26 Joel Brobecker <brobecker@adacore.com>
7473
7474 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7475 the second test to print the name attribute of value
7476 returned by the call to gdb.lookup_type, and adjust
7477 the expected output accordingly.
7478
37bc665e
MW
74792015-01-25 Mark Wielaard <mjw@redhat.com>
7480
7481 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7482 * gdb.base/disp-step-fork.c: Include unistd.h.
7483 * gdb.base/siginfo-obj.c: Include stdio.h.
7484 * gdb.base/siginfo-thread.c: Likewise.
7485 * gdb.mi/non-stop.c: Include unistd.h.
7486 * gdb.mi/nsthrexec.c: Include stdio.h.
7487 * gdb.mi/pthreads.c: Include unistd.h.
7488 * gdb.modula2/unbounded1.c (main): Declare returns int.
7489 * gdb.reverse/consecutive-reverse.c: Likewise.
7490 * gdb.threads/create-fail.c: Include unistd.h.
7491 * gdb.threads/killed.c: Likewise.
7492 * gdb.threads/linux-dp.c: Likewise.
7493 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7494 * gdb.threads/non-ldr-exc-2.c: Likewise.
7495 * gdb.threads/non-ldr-exc-3.c: Likewise.
7496 * gdb.threads/non-ldr-exc-4.c: Likewise.
7497 * gdb.threads/pthreads.c: Include unistd.h.
7498 (main): Declare returns int.
7499 * gdb.threads/tls-main.c (foo): New declaration.
7500 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7501
f7e5394d
SM
75022015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7503
7504 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7505 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7506
743649fd
MW
75072015-01-15 Mark Wielaard <mjw@redhat.com>
7508
7509 * gdb.base/noreturn-return.c: New file.
7510 * gdb.base/noreturn-return.exp: New file.
7511 * gdb.base/noreturn-finish.c: New file.
7512 * gdb.base/noreturn-finish.exp: New file.
7513
198297aa
PA
75142015-01-23 Pedro Alves <palves@redhat.com>
7515
7516 * gdb.threads/continue-pending-after-query.c: New file.
7517 * gdb.threads/continue-pending-after-query.exp: New file.
7518
717cf30c
AG
75192015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7520 Simon Marchi <simon.marchi@ericsson.com>
7521
7522 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7523 * gdb.base/valgrind-db-attach.exp: Same.
7524 * gdb.base/valgrind-infcall.exp: Same.
7525 * lib/mi-support.exp (default_mi_gdb_start): Same.
7526 * lib/prompt.exp (default_prompt_gdb_start): Same.
7527 * lib/gdb.exp (default_gdb_spawn): Same.
7528 (gdb_interact): New.
7529
7530
4b62a76e
JK
75312015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7532
7533 * gdb.compile/compile.exp (pointer to jit function): New test.
7534
b4cdae6f
WW
75352015-01-17 Wei-cheng Wang <cole945@gmail.com>
7536
7537 * lib/gdb.exp (supports_process_record): Return true for
7538 powerpc*-*-linux*.
7539 (supports_reverse): Likewise.
7540
d221e7ef
DB
75412015-01-15 Don Breazeal <donb@codesourcery.com>
7542
7543 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7544 instead of checking whether the target board is remote and
7545 use spawn_wait_for_attach instead of exec/sleep.
7546 * gdb.base/attach-twice.exp: Likewise.
7547
bafffb51
JB
75482015-01-15 Joel Brobecker <brobecker@adacore.com>
7549
7550 * gdb.ada/var_arr_attrs: New testcase.
7551
5589af0e
PA
75522015-01-14 Pedro Alves <palves@redhat.com>
7553 Joel Brobecker <brobecker@adacore.com>
7554
7555 PR gdb/17525
7556 * gdb.base/bp-cmds-execution-x-script.c: New file.
7557 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7558 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7559
6c400b59
PA
75602015-01-14 Pedro Alves <palves@redhat.com>
7561
7562 PR cli/17828
7563 * gdb.base/batch-preserve-term-settings.c: New file.
7564 * gdb.base/batch-preserve-term-settings.exp: New file.
7565
e02c96a7
DE
75662015-01-13 Doug Evans <dje@google.com>
7567
7568 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7569 binary.
7570
576fd14c
JB
75712015-01-13 Joel Brobecker <brobecker@adacore.com>
7572
7573 * Makefile.in (clean mostlyclean): Do not delete *.py.
7574
04dccad0
JB
75752015-01-13 Joel Brobecker <brobecker@adacore.com>
7576
7577 * gdb.python/py-lookup-type.exp: New file.
7578
3d230f71
PA
75792015-01-12 Pedro Alves <palves@redhat.com>
7580
7581 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7582 restore GDBFLAGS before returning.
7583
7e67715d
JK
75842015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7585
7586 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7587 is_amd64_regs_target and is_x86_like_target.
7588
f2e0d4b4
DE
75892015-01-11 Doug Evans <xdje42@gmail.com>
7590
7591 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7592 is given without an explicit form.
7593 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7594 attributes.
7595 * gdb.dwarf/corrupt.exp: Ditto.
7596 * gdb.dwarf2/enum-type.exp: Ditto.
7597 * gdb.trace/entry-values.exp: Ditto.
7598 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7599
439250fb
DE
76002015-01-11 Doug Evans <xdje42@gmail.com>
7601
7602 PR gdb/15830
7603 * gdb.base/maint.exp: Remove references to "maint demangle".
7604 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7605 Add tests for explicitly specifying language to demangle.
7606 * gdb.dlang/demangle.exp: Ditto.
7607
ede9f622
PA
76082015-01-09 Pedro Alves <palves@redhat.com>
7609
7610 * gdb.threads/non-stop-fair-events.c: New file.
7611 * gdb.threads/non-stop-fair-events.exp: New file.
7612
a7b796db
PA
76132015-01-09 Pedro Alves <palves@redhat.com>
7614
7615 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7616 the global scope. Set a breakpoint after all threads are started
7617 rather than stepping over two source lines. Expect the prompt.
7618 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7619 global.
7620 (NUM): Now 15.
7621 (main): Use threads_started_barrier to wait for all threads to
7622 start. Main thread no longer calls thread_function. Exit after
7623 180 seconds.
7624 (loop): New function.
7625 (thread_function): Wait on threads_started_barrier barrier. Call
7626 'loop' at each iteration.
7627 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7628 threads have started, instead of hardcoding number of "next"
7629 steps. Use an access watchpoint instead of a write watchpoint.
7630
9665ffdd
PA
76312015-01-09 Pedro Alves <palves@redhat.com>
7632
7633 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7634 (thread_func): Wait on barrier.
7635 (main): Wait for all threads to start before stopping GDB.
7636 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7637 global.
7638 (thread1_func, thread2_func): Wait on barrier.
7639 (main): Wait for all threads to start before stopping GDB.
7640 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7641 New global.
7642 (thread1_func, thread2_func): Wait on barrier.
7643 (main): Wait for all threads to start before stopping GDB.
7644
c945a99f
PA
76452015-01-09 Pedro Alves <palves@redhat.com>
7646
7647 * gdb.threads/attach-many-short-lived-threads.c: New file.
7648 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7649
c1a747c1
PA
76502014-01-09 Pedro Alves <palves@redhat.com>
7651
7652 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7653 instead of to thread 2.
7654 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7655 Add barrier around each pthread_create call instead of around all
7656 calls.
7657 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7658 Set a break on thread_function and have the child threads hit it
7659 one at at a time.
7660
60b3033e
PA
76612015-01-09 Pedro Alves <palves@redhat.com>
7662
7663 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7664 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7665 false.
7666 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7667 checking whether the target board is remote.
7668 * gdb.multi/multi-attach.exp: Likewise.
7669 * gdb.python/py-sync-interp.exp: Likewise.
7670 * gdb.server/ext-attach.exp: Likewise.
7671 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7672 tests that need to attach, instead of checking whether the target
7673 board is remote at the top of the file.
7674
acc018ac
YQ
76752015-01-08 Yao Qi <yao@codesourcery.com>
7676
7677 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7678
50a18af8
JK
76792015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7680
7681 Fix testcase compilation.
7682 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7683
8503d6e1
JB
76842015-01-06 Joel Brobecker <brobecker@adacore.com>
7685
7686 * gdb.python/py-type.exp: Add a couple test about empty
7687 array creation, and negative-length array creation.
7688
cc73dbcc
DE
76892015-01-02 Doug Evans <xdje42@gmail.com>
7690
7691 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7692
0300bbc7
DE
76932015-01-02 Doug Evans <dje@google.com>
7694
7695 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7696
9d85a0ec
YQ
76972014-12-29 Yao Qi <yao@codesourcery.com>
7698
7699 * gdb.trace/entry-values.exp: Update comments. Rename variable
7700 bar_call_foo to returned_from_foo.
7701
87186c6a
MMN
77022014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7703
7704 PR gdb/17394
7705 * gdb.linespec/break-asm-file.c: New file.
7706 * gdb.linespec/break-asm-file.exp: New file.
7707 * gdb.linespec/break-asm-file0.s: New file.
7708 * gdb.linespec/break-asm-file1.s: New file.
7709
1bab7383
YQ
77102014-12-18 Nigel Stephens <nigel@mips.com>
7711 Maciej W. Rozycki <macro@codesourcery.com>
7712
7713 * gdb.base/float.exp: Handle the new output from "info float" on
7714 MIPS targets.
7715
1bc1068a
JK
77162014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7717
7718 Fix MinGW compilation.
7719 * gdb.compile/compile-ops.exp: Update untested message if
7720 !skip_compile_feature_tests.
7721 * gdb.compile/compile-setjmp.exp: Likewise.
7722 * gdb.compile/compile-tls.exp: Likewise.
7723 * gdb.compile/compile.exp: Likewise.
7724 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7725 supported on this host".
7726
b6615d10
DE
77272014-12-16 Doug Evans <xdje42@gmail.com>
7728
7729 * boards/stabs.exp: New file.
7730
25dda427
AA
77312014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7732
7733 * gdb.base/completion.exp: Adjust to format changes of "maint
7734 print user-registers".
7735
bf330350
CU
77362014-12-16 Catalin Udma <catalin.udma@freescale.com>
7737
7738 PR server/17457
7739 * gdb.arch/aarch64-fp.c: New file.
7740 * gdb.arch/aarch64-fp.exp: New file.
7741
395cf596
SDJ
77422014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7743
7744 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7745 r210637, r210913, r211666, r215400, r215817).
7746
7747 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7748 * dg-extract-results.py: New file.
7749 * dg-extract-results.sh: Use it if the environment seems
7750 suitable.
7751
7752 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7753
7754 * dg-extract-results.py (parse_run): Handle warnings that
7755 are printed before a test harness is run.
7756
7757 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7758
7759 * dg-extract-results.py (Named): Remove __cmp__ method.
7760 (output_variation): Use a key to sort variation.harnesses.
7761
7762 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7763
7764 * dg-extract-results.py: For Python 3, force sys.stdout to
7765 handle surrogate escape sequences.
7766 (safe_open): New function.
7767 (output_segment, main): Use it.
7768
7769 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7770
7771 * dg-extract-results.py (Prog.result_re): Include options
7772 in test name.
7773
7774 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7775
7776 * dg-extract-results.py (output_variation): Always sort if
7777 do_sum.
7778
e882ef3c
SM
77792014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7780
7781 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7782 as long as we get pagination notifications.
7783
4992aa20
JM
77842014-12-15 Jason Merrill <jason@redhat.com>
7785
7786 * Makefile.in (check-gdb.%): Restore.
7787 * README: Mention it.
7788
c1b5a1a6
JB
77892014-12-13 Joel Brobecker <brobecker@adacore.com>
7790
7791 * gdb.ada/str_uninit: New testcase.
7792
5537b577
JK
77932014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7794
7795 PR symtab/17642
7796 * gdb.base/vla-stub-define.c: New file.
7797 * gdb.base/vla-stub.c: New file.
7798 * gdb.base/vla-stub.exp: New file.
7799
bb2ec1b3
TT
78002014-12-12 Phil Muldoon <pmuldoon@redhat.com>
7801 Jan Kratochvil <jan.kratochvil@redhat.com>
7802 Tom Tromey <tromey@redhat.com>
7803
7804 * configure.ac: Add gdb.compile/.
7805 * configure: Regenerate.
7806 * gdb.compile/Makefile.in: New file.
7807 * gdb.compile/compile-ops.exp: New file.
7808 * gdb.compile/compile-ops.c: New file.
7809 * gdb.compile/compile-tls.c: New file.
7810 * gdb.compile/compile-tls.exp: New file.
7811 * gdb.compile/compile-constvar.S: New file.
7812 * gdb.compile/compile-constvar.c: New file.
7813 * gdb.compile/compile-mod.c: New file.
7814 * gdb.compile/compile-nodebug.c: New file.
7815 * gdb.compile/compile-setjmp-mod.c: New file.
7816 * gdb.compile/compile-setjmp.c: New file.
7817 * gdb.compile/compile-setjmp.exp: New file.
7818 * gdb.compile/compile-shlib.c: New file.
7819 * gdb.compile/compile.c: New file.
7820 * gdb.compile/compile.exp: New file.
7821 * lib/gdb.exp (skip_compile_feature_tests): New proc.
7822
4ff709eb
TT
78232014-12-12 Tom Tromey <tromey@redhat.com>
7824
7825 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
7826 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
7827
6dddd6a5
DE
78282014-12-12 Doug Evans <dje@google.com>
7829
7830 * lib/gdb-python.exp (get_python_valueof): New function.
7831 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
7832
71c24708
AA
78332014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7834
7835 * gdb.base/completion.exp: Add test for completion of "info
7836 registers ".
7837
3e29f34a
MR
78382014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
7839
7840 * gdb.base/func-ptrs.c: New file.
7841 * gdb.base/func-ptrs.exp: New file.
7842
fc126975
SM
78432014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7844
7845 PR breakpoints/17012
7846 * gdb.base/dprintf-detach.c: New file.
7847 * gdb.base/dprintf-detach.exp: New file.
7848
0a46d518
SM
78492014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7850
7851 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
7852 * lib/gdb.exp (target_is_gdbserver): New procedure.
7853
a0be3e44
DE
78542014-12-08 Doug Evans <dje@google.com>
7855
7856 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
7857
df1b803a
YQ
78582014-12-05 Yao Qi <yao@codesourcery.com>
7859
7860 * gdb.guile/scm-error.exp: Remove the third argument to
7861 gdb_remote_download.
7862 * gdb.guile/scm-frame-args.exp: Likewise.
7863 * gdb.guile/scm-section-script.exp: Likewise.
7864
ddb9f679
YQ
78652014-12-05 Yao Qi <yao@codesourcery.com>
7866
7867 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
7868
86e4ed39
DE
78692014-12-04 Doug Evans <dje@google.com>
7870
7871 * gdb.python/py-objfile.exp: Add tests for
7872 objfile.add_separate_debug_file.
7873
7c50a931
DE
78742014-12-04 Doug Evans <dje@google.com>
7875
7876 * lib/gdb.exp (get_build_id): New function.
7877 (build_id_debug_filename_get): Rewrite to use it.
7878 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
7879
621661e3
MR
78802014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
7881
7882 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
7883 `method(long)', not just 0x0.
7884 * gdb.cp/nsalias.exp: Align code labels to 4.
7885 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
7886 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
7887 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
7888 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
7889 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
7890 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
7891
29f0c3b7
DE
78922014-12-02 Doug Evans <dje@google.com>
7893
e1e061e7 7894 PR symtab/17602
29f0c3b7 7895 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 7896 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
7897 * gdb.cp/anon-ns.exp: Update.
7898
162078c8
NB
78992014-12-02 Nick Bull <nicholaspbull@gmail.com>
7900
7901 * gdb.python/py-events.py (inferior_call_handler): New.
7902 (register_changed_handler, memory_changed_handler): New.
7903 (test_events.invoke): Register new handlers.
7904 * gdb.python/py-events.exp: Add tests for inferior call,
7905 memory_changed and register_changed events.
7906
fdb09caf
AA
79072014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7908
7909 * gdb.base/execl-update-breakpoints.exp: Specify the link address
7910 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
7911 if the linker doesn't understand this.
7912
55cfb2c4
SM
79132014-12-01 Simon Marchi <simon.marchi@ericsson.com>
7914
7915 * gdb.python/python.exp: Change expected reply to help().
7916
9e8cd6df
YQ
79172014-12-01 Yao Qi <yao@codesourcery.com>
7918
7919 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
7920 AC_CONFIG_SUBDIRS(gdb.gdbtk).
7921 * configure: Re-generated.
7922
6c659fc2
SC
79232014-11-28 Siva Chandra Reddy <sivachandra@google.com>
7924
7925 * gdb.cp/chained-calls.cc: New file.
7926 * gdb.cp/chained-calls.exp: New file.
7927 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
7928
d7fc3181
SM
79292014-11-28 Simon Marchi <simon.marchi@ericsson.com>
7930
7931 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
7932 * gdb.dwarf2/symtab-producer.exp: Same.
7933 * gdb.gdb/python-interrupts.exp: Same.
7934 * gdb.gdb/python-selftest.exp: Same.
7935 * gdb.python/py-linetable.exp: Same.
7936 * gdb.python/py-type.exp: Same.
7937 * gdb.python/py-value-cc.exp: Same.
7938 * gdb.python/py-value.exp: Same.
7939
10e79639
YQ
79402014-11-28 Yao Qi <yao@codesourcery.com>
7941
7942 * gdb.base/break-probes.exp: Match library name prefixed with
7943 sysroot.
7944
f28a0564
SM
79452014-11-27 Simon Marchi <simon.marchi@ericsson.com>
7946
7947 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
7948 test expected output. Add parentheses for the call to print.
7949 Remove L suffix from integers.
7950
3fe1ce1d
DE
79512014-11-26 Doug Evans <dje@google.com>
7952
7953 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
7954
84429e27
YQ
79552014-11-22 Yao Qi <yao@codesourcery.com>
7956
7957 * gdb.trace/entry-values.c: Remove asms.
7958 (foo): Add foo_label.
7959 (bar): Add bar_label.
7960 * gdb.trace/entry-values.exp: Remove code computing foo's
7961 length and bar's length.
7962 (Dwarf::assemble): Invoke function_range for bar and use
7963 MACRO_AT_func for foo.
7964
26741859
YQ
79652014-11-22 Yao Qi <yao@codesourcery.com>
7966
7967 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
7968 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
7969 Use .Lgcc43_procstart instead of gcc43.
7970
45e44d27
JB
79712014-11-21 Joel Brobecker <brobecker@adacore.com>
7972
7973 * gdb.ada/n_arr_bound: New testcase.
7974
458c8db8
SDJ
79752014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7976
7977 PR breakpoints/10737
7978 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
7979 test_catch_syscall_multi_arch.
7980 (test_catch_syscall_multi_arch): New function.
7981
43f3e411
DE
79822014-11-20 Doug Evans <xdje42@gmail.com>
7983
7984 * gdb.base/maint.exp: Update expected output.
7985
0d7b2549
AA
79862014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7987
7988 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
7989 4-byte instruction on S390.
7990
8908fca5
JB
79912014-11-19 Joel Brobecker <brobecker@adacore.com>
7992
7993 * gdb.ada/arr_arr: New testcase.
7994
4a46959e
JB
79952014-11-19 Joel Brobecker <brobecker@adacore.com>
7996
7997 * gdb.ada/pkd_arr_elem: New Testcase.
7998
470e2f4e
LM
79992014-11-18 Luis Machado <lgustavo@codesourcery.com>
8000
8001 * gdb.reverse/break-precsave: Expect completion message for
8002 core file reads.
8003 * gdb.reverse/consecutive-precsave.exp: Likewise.
8004 * gdb.reverse/finish-precsave.exp: Likewise.
8005 * gdb.reverse/i386-precsave.exp: Likewise.
8006 * gdb.reverse/machinestate-precsave.exp: Likewise.
8007 * gdb.reverse/sigall-precsave.exp: Likewise.
8008 * gdb.reverse/solib-precsave.exp: Likewise.
8009 * gdb.reverse/step-precsave.exp: Likewise.
8010 * gdb.reverse/until-precsave.exp: Likewise.
8011 * gdb.reverse/watch-precsave.exp: Likewise.
8012
a267f3ad
AA
80132014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8014
8015 * gdb.base/bp-permanent.c: Include unistd.h.
8016 * gdb.python/py-framefilter-mi.c (main): Add return type.
8017 * gdb.python/py-framefilter.c (main): Likewise.
8018 * gdb.trace/actions-changed.c (main): Likewise.
8019
12084a9a
AA
80202014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8021
8022 * gdb.mi/until.c: Add eye-catchers.
8023 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8024 line numbers.
8025
dc7e1a77
AA
80262014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8027
8028 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8029 function header variants in break1.c.
8030 * gdb.base/ena-dis-br.exp: Likewise.
8031 * gdb.base/hbreak2.exp: Likewise.
8032 * gdb.reverse/until-precsave.exp: Drop references to removed
8033 non-prototype function header variants in ur1.c.
8034 * gdb.reverse/until-reverse.exp: Likewise.
8035
41c77605
PM
80362014-11-17 Petr Machata <pmachata@redhat.com>
8037
8038 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8039 ${_cu_offset_size} bytes abbrev offset.
8040
34248c3a
DE
80412014-11-15 Doug Evans <xdje42@gmail.com>
8042
8043 PR symtab/17559
8044 * gdb.base/line-symtabs.exp: New file.
8045 * gdb.base/line-symtabs.c: New file.
8046 * gdb.base/line-symtabs.h: New file.
8047
646da059
YQ
80482014-11-14 Yao Qi <yao@codesourcery.com>
8049
8050 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8051 (func): Add label func_label.
8052 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8053 Replace low_pc and high_pc with MACRO_AT_range.
8054 Replace name, low_pc and high_pc with MACRO_AT_func.
8055
9301ebe6
YQ
80562014-11-14 Yao Qi <yao@codesourcery.com>
8057
8058 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8059 Replace name, low_pc and high_pc with MACRO_AT_func.
8060
f166b542
YQ
80612014-11-14 Yao Qi <yao@codesourcery.com>
8062
8063 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8064 produce debug information.
8065 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8066
0f6e71e3
YQ
80672014-11-14 Yao Qi <yao@codesourcery.com>
8068
8069 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8070 object and get function length.
8071 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8072 with MACRO_AT_func.
8073 (top-level): Replace gdb_compile and clean_restart with
8074 prepare_for_testing.
8075 * gdb.dwarf2/main.c (main): Add label main_label.
8076
876c4df9
YQ
80772014-11-14 Yao Qi <yao@codesourcery.com>
8078
8079 * lib/dwarf.exp (function_range): New procedure.
8080 (Dwarf::_handle_macro_at_func): New procedure.
8081 (Dwarf::_handle_macro_at_range): New procedure.
8082 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8083
02ad9cf1
YQ
80842014-11-14 Yao Qi <yao@codesourcery.com>
8085
8086 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8087 (_handle_attribute): New procedure.
8088
a59add0c
AA
80892014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8090
8091 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8092 * gdb.base/call-sc.c (zed): Likewise.
8093 * gdb.base/checkpoint.c (main): Likewise.
8094 * gdb.base/dump.c (main): Likewise.
8095 * gdb.base/gcore.c (main): Likewise.
8096 * gdb.base/huge.c (main): Likewise.
8097 * gdb.base/multi-forks.c (main): Likewise.
8098 * gdb.base/pr10179-a.c (main): Likewise.
8099 * gdb.base/savedregs.c (main): Likewise.
8100 * gdb.base/sigaltstack.c (main): Likewise.
8101 * gdb.base/siginfo.c (main): Likewise.
8102 * gdb.base/structs.c (zed): Likewise.
8103 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8104 * gdb.mi/mi-syn-frame.c (main): Likewise.
8105 * gdb.mi/until.c (foo, main): Likewise.
8106 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8107 * gdb.base/solib-weak.c (foo): Declare.
8108 * gdb.base/attach-twice.c: Include stdio.h.
8109 * gdb.base/weaklib1.c: Likewise.
8110 * gdb.base/weaklib2.c: Likewise.
8111 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8112 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8113 unistd.h.
8114 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8115 * gdb.mi/mi-exit-code.c: Likewise.
8116 * gdb.base/break-interp-lib.c: Include string.h.
8117 * gdb.base/coremaker.c: Likewise.
8118 * gdb.base/testenv.c: Likewise.
8119 * gdb.python/py-finish-breakpoint.c: Likewise.
8120 * gdb.base/inferior-died.c: Include sys/wait.h.
8121 * gdb.base/fileio.c: Include time.h.
8122 * gdb.base/async-shell.c: Include unistd.h.
8123 * gdb.base/dprintf-non-stop.c: Likewise.
8124 * gdb.base/info-os.c: Likewise.
8125 * gdb.mi/mi-console.c: Likewise.
8126 * gdb.mi/watch-nonstop.c: Likewise.
8127 * gdb.python/py-events.c: Likewise.
8128 * gdb.base/async.c (baz): Move up before its invocation.
8129 * gdb.base/code_elim2.c (my_global_func): Likewise.
8130 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8131 * gdb.base/advance.c (func2): Likewise.
8132
3b5d5997
AA
81332014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8134
8135 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8136 variant.
8137 * gdb.base/annota3.c: Likewise.
8138 * gdb.base/async.c: Likewise.
8139 * gdb.base/average.c: Likewise.
8140 * gdb.base/call-ar-st.c: Likewise.
8141 * gdb.base/call-rt-st.c: Likewise.
8142 * gdb.base/call-sc.c: Likewise.
8143 * gdb.base/call-strs.c: Likewise.
8144 * gdb.base/ending-run.c: Likewise.
8145 * gdb.base/execd-prog.c: Likewise.
8146 * gdb.base/exprs.c: Likewise.
8147 * gdb.base/foll-exec.c: Likewise.
8148 * gdb.base/foll-fork.c: Likewise.
8149 * gdb.base/foll-vfork.c: Likewise.
8150 * gdb.base/funcargs.c: Likewise.
8151 * gdb.base/gcore.c: Likewise.
8152 * gdb.base/jump.c: Likewise.
8153 * gdb.base/langs0.c: Likewise.
8154 * gdb.base/langs1.c: Likewise.
8155 * gdb.base/langs2.c: Likewise.
8156 * gdb.base/mips_pro.c: Likewise.
8157 * gdb.base/nodebug.c: Likewise.
8158 * gdb.base/opaque0.c: Likewise.
8159 * gdb.base/opaque1.c: Likewise.
8160 * gdb.base/recurse.c: Likewise.
8161 * gdb.base/run.c: Likewise.
8162 * gdb.base/scope0.c: Likewise.
8163 * gdb.base/scope1.c: Likewise.
8164 * gdb.base/setshow.c: Likewise.
8165 * gdb.base/setvar.c: Likewise.
8166 * gdb.base/shmain.c: Likewise.
8167 * gdb.base/shr1.c: Likewise.
8168 * gdb.base/shr2.c: Likewise.
8169 * gdb.base/sigall.c: Likewise.
8170 * gdb.base/signals.c: Likewise.
8171 * gdb.base/so-indr-cl.c: Likewise.
8172 * gdb.base/solib2.c: Likewise.
8173 * gdb.base/structs.c: Likewise.
8174 * gdb.base/sum.c: Likewise.
8175 * gdb.base/vforked-prog.c: Likewise.
8176 * gdb.base/watchpoint.c: Likewise.
8177 * gdb.reverse/shr2.c: Likewise.
8178 * gdb.reverse/until-reverse.c: Likewise.
8179 * gdb.reverse/ur1.c: Likewise.
8180 * gdb.reverse/watch-reverse.c: Likewise.
8181
066a77c5
AA
81822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8183
8184 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8185 variant.
8186 * gdb.base/sepdebug.exp: Drop references to removed code.
8187
4f204ea5
AA
81882014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8189
8190 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8191 variant. Preserve original line numbering.
8192 * gdb.base/list1.c: Likewise.
8193
3b377a3a
AA
81942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8195
8196 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8197 variant.
8198 * gdb.base/break1.c: Likewise.
8199 * gdb.base/break.exp: Drop references to removed code.
8200
e444df73
AA
82012014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8202
8203 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8204 variant.
8205
8008f2a7
AA
82062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8207
8208 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8209
a5a06887
AA
82102014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8211
8212 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8213 logic into perform_all_tests() and invoke it with and without
8214 function header prototypes.
8215 (do_function_calls): Remove conditional XFAIL for PR 5318.
8216 (rerun_and_prepare): Remove duplicate code.
8217 (perform_all_tests): New. Main logic moved here.
8218
44dba9b9
AA
82192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8220
8221 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8222 code guarded by #ifdef NO_PROTOTYPES.
8223 (t_double_many_args): Likewise.
8224 (DEF_FUNC_MANY_ARGS_1): Likewise.
8225 (DEF_FUNC_VALUES_1): Likewise.
8226 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8227 guarded by #ifdef PROTOTYPES.
8228
d1fbcd56
AA
82292014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8230
8231 * gdb.mi/mi-console.c: Add eye-catcher.
8232 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8233 instead of literal line number.
8234
b0e59b8f
AA
82352014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8236
8237 * gdb.base/shr2.c: Add eye-catcher.
8238 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8239 line number.
8240
78f98cca
AA
82412014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8242
8243 * gdb.base/jump.c: Add eye-catchers.
8244 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8245 numbers.
8246
58fa2af0
AA
82472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8248
8249 * gdb.base/execd-prog.c: Add eye-catchers.
8250 * gdb.base/foll-exec.c: Likewise.
8251 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8252 line numbers.
8253
04e5059b
AA
82542014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8255
8256 * gdb.base/ending-run.c: Add eye-catchers.
8257 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8258 literal line numbers.
8259
dbfdb174
AA
82602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8261
8262 * gdb.base/call-rt-st.c: Add eye-catchers.
8263 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8264 literal line numbers.
8265
888a2ade
AA
82662014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8267
8268 * gdb.base/call-ar-st.c: Add eye-catchers.
8269 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8270 literal line numbers.
8271
6acc2dde
AA
82722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8273
8274 * gdb.base/average.c: Add eye-catchers.
8275 * gdb.base/sum.c: Likewise.
8276 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8277 regexps dynamically.
8278
9ecfcd1d
AA
82792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8280
8281 * gdb.base/solib1.c: Add eye-catchers.
8282 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8283 literal line numbers.
8284
78708b7c
PA
82852014-11-12 Pedro Alves <palves@redhat.com>
8286
8287 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8288 leader has exited.
8289
af48d08f
PA
82902014-11-12 Pedro Alves <palves@redhat.com>
8291
8292 * gdb.arch/i386-bp_permanent.c: New file.
8293 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8294 (srcfile): Set to i386-bp_permanent.c.
8295 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8296 that stepi does not execute the 'leave' instruction, instead of
8297 testing it does execute.
8298 * gdb.base/bp-permanent.c: New file.
8299 * gdb.base/bp-permanent.exp: New file.
8300
af3768e9
DE
83012014-11-10 Doug Evans <xdje42@gmail.com>
8302
8303 PR symtab/17564
8304 * gdb.base/symtab-search-order.exp: New file.
8305 * gdb.base/symtab-search-order.c: New file.
8306 * gdb.base/symtab-search-order-1.c: New file.
8307 * gdb.base/symtab-search-order-shlib-1.c: New file.
8308
9de00a4a
PA
83092014-11-07 Pedro Alves <palves@redhat.com>
8310
8311 PR gdb/17511
8312 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8313 i?86-*-linux*.
8314
e0f52461
SC
83152014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8316
8317 PR c++/17494
8318 * gdb.cp/pr17494.cc: New file.
8319 * gdb.cp/pr17494.exp: New file.
8320
6ce8c980
YQ
83212014-11-02 Yao Qi <yao@codesourcery.com>
8322
8323 * gdb.python/python.exp: Get working directory and match the
8324 output of "set extended-prompt \\w " with it.
8325
02be9a71
DE
83262014-10-30 Doug Evans <dje@google.com>
8327
8328 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8329 in objfiles.
8330 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8331 in progspaces.
8332
3bdff46b
LM
83332014-10-30 Janis Johnson <janisjo@codesourcery.com>
8334
8335 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8336 * gdb.base/realname-expand.exp: Likewise.
8337 * gdb.linespec/macro-relative.exp: Likewise.
8338
ab917dfb
PA
83392014-10-29 Pedro Alves <palves@redhat.com>
8340
8341 PR gdb/17408
8342 * gdb.threads/schedlock.c (some_function): New function.
8343 (call_function): New global.
8344 (MAYBE_CALL_SOME_FUNCTION): New macro.
8345 (thread_function): Call it.
8346 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8347 and use it instead of a global counter. Adjust all callers.
8348 (get_current_thread): Use "find current thread" for test message
8349 here rather than having all callers pass down the same string.
8350 (goto_loop): New procedure, factored out from ...
8351 (my_continue): ... this.
8352 (step_ten_loops): Change parameter from test message to command to
8353 use. Adjust.
8354 (list_count): Delete global.
8355 (check_result): New procedure, factored out from duplicate top
8356 level code.
8357 (continue tests): Wrap in with_test_prefix.
8358 (test_step): New procedure, factored out from duplicate top level
8359 code.
8360 (top level): Test "step" in combination with all scheduler-locking
8361 modes. Test "next" in combination with all scheduler-locking
8362 modes, and in combination with stepping over a function call or
8363 not.
8364 * gdb.threads/next-bp-other-thread.c: New file.
8365 * gdb.threads/next-bp-other-thread.exp: New file.
8366
d3d4baed
PA
83672014-10-29 Pedro Alves <palves@redhat.com>
8368
8369 PR python/17372
8370 * gdb.python/python.exp: Test a multi-line command that spawns
8371 interactive Python.
8372 * gdb.base/multi-line-starts-subshell.exp: New file.
8373
563e8d85
YQ
83742014-10-29 Yao Qi <yao@codesourcery.com>
8375
8376 * gdb.base/fileio.exp: Make directories on host.
8377
0ea4d52e
YQ
83782014-10-29 Yao Qi <yao@codesourcery.com>
8379
8380 * gdb.base/fileio.c (test_write): Close the file.
8381
7f5ef605
PA
83822014-10-28 Pedro Alves <palves@redhat.com>
8383
8384 PR gdb/12623
8385 * gdb.base/sigstep.c (no_handler): New global.
8386 (main): If 'no_handler is true, set the signal handlers to
8387 SIG_IGN.
8388 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8389 with_sw_watch and no_handler parameters. Handle them.
8390 (top level) <stepping over handler when stopped at a breakpoint
8391 test>: Add a test axis for testing with a software watchpoint, and
8392 another for testing with the signal handler set to SIG_IGN.
8393 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8394 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8395
abbdbd03
PA
83962014-10-28 Pedro Alves <palves@redhat.com>
8397
8398 PR gdb/17511
8399 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8400 * gdb.base/sigstep.exp (other_handler_location): New global.
8401 (advance): Support stepping into the signal handler, and running
8402 commands while in the handler.
8403 (in_handler_map): New global.
8404 (top level): In the advance test, add combinations for getting
8405 into the handler with stepping commands, and for running commands
8406 in the handler. Add comment descripting the advancei tests.
8407
1df4399f
PA
84082014-10-28 Pedro Alves <palves@redhat.com>
8409
8410 * gdb.base/sigstep.exp: Use build_executable instead of
8411 prepare_for_testing.
8412 (top level): Move code that starts GDB, runs to main and creates a
8413 display to ...
8414 (restart): ... this new procedure.
8415 (top level): Move backtrace from signal handler test to ...
8416 (validate_backtrace): ... this new procedure.
8417 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8418 with_test_prefix. Always restart GDB.
8419 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8420 with_test_prefix. Always restart GDB. No need to delete
8421 breakpoints after the test.
8422 (test_skip_handler): Remove prefix parameter.
8423 (skip_over_handler, breakpoint_to_handler)
8424 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8425 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8426 restart GDB. No need to delete breakpoints after the test.
8427 (top level): Use foreach to call the test procedures with
8428 different commands.
8429
a5b6e449
PA
84302014-10-28 Pedro Alves <palves@redhat.com>
8431
8432 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8433 instead of GNATS numbers.
8434 * gdb.base/sigbpt.exp: Likewise.
8435 * gdb.base/siginfo.exp: Likewise.
8436 * gdb.base/sigstep.exp: Likewise.
8437
e5f8a7cc
PA
84382014-10-27 Pedro Alves <palves@redhat.com>
8439
8440 * gdb.base/sigstep.c (dummy): New global.
8441 (main): Issue a couple writes to the new global.
8442 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8443 procedures.
8444 (skip_over_handler): Use test_skip_handler.
8445 (top level): Call skip_over_handler for stepi and nexti too.
8446 (breakpoint_over_handler): Use test_skip_handler.
8447 (top level): Call breakpoint_over_handler for stepi and nexti too.
8448
763905a3
YQ
84492014-10-27 Yao Qi <yao@codesourcery.com>
8450
8451 * gdb.trace/tfile.c (adjust_function_address)
8452 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8453 function descriptor.
8454
6f259a23
DB
84552014-10-24 Don Breazeal <donb@codesourcery.com>
8456
8457 * gdb.base/foll-fork.exp (test_follow_fork,
8458 catch_fork_child_follow): Check for updated fork messages emitted
8459 from infrun.c.
8460 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8461 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8462 vfork_and_exec_child_follow_through_step): Check for updated vfork
8463 messages emitted from infrun.c.
8464
09dd9a69
PA
84652014-10-24 Pedro Alves <palves@redhat.com>
8466
8467 * gdb.base/corefile.exp: Remove references to ultrix.
8468 * gdb.base/interrupt.exp: Likewise.
8469 * gdb.base/whatis.exp: Likewise.
8470 * gdb.gdb/selftest.exp: Likewise.
8471 * gdb.threads/manythreads.exp: Likewise.
8472 * gdb.threads/print-threads.exp: Likewise.
8473 * gdb.threads/pthreads.exp:: Likewise.
8474 * gdb.threads/schedlock.exp: Likewise.
8475
3433cfa5
SC
84762014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8477
8478 * gdb.cp/non-trivial-retval.cc: Add a test case.
8479 * gdb.cp/non-trivial-retval.exp: Add a test.
8480
092f880b
YQ
84812014-10-20 Yao Qi <yao@codesourcery.com>
8482
8483 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8484 * gdb.python/py-objfile-script-gdb.py: New file.
8485 * gdb.python/py-objfile-script.exp: Update reference to
8486 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8487 of remote_download. Remove the dest file.
8488
acbdb7f3
YQ
84892014-10-20 Yao Qi <yao@codesourcery.com>
8490
8491 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8492 * gdb.base/step-line.exp: Likewise.
8493 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8494 * gdb.dwarf2/dw2-basic.exp: Likewise.
8495 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8496 * gdb.dwarf2/dw2-filename.exp: Likewise.
8497 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8498 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8499 * gdb.dwarf2/dw2-producer.exp: Likewise.
8500 * gdb.dwarf2/mac-fileno.exp: Likewise.
8501 * gdb.python/py-frame-args.exp: Likewise.
8502 * gdb.python/py-framefilter.exp: Likewise.
8503 * gdb.python/py-mi.exp: Likewise.
8504 * gdb.python/py-objfile-script.exp: Likewise
8505 * gdb.python/py-pp-integral.exp: Likewise.
8506 * gdb.python/py-pp-re-notag.exp: Likewise.
8507 * gdb.python/py-prettyprint.exp: Likewise.
8508 * gdb.python/py-section-script.exp: Likewise.
8509 * gdb.python/py-typeprint.exp: Likewise.
8510 * gdb.python/py-xmethods.exp: Likewise.
8511 * gdb.stabs/weird.exp: Likewise.
8512 * gdb.xml/tdesc-regs.exp: Likewise.
8513
bd286a29
KCY
85142014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8515
8516 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8517 (out_cu): Use addr_len for the size of addresses.
8518 (out_line): Likewise. Size DW_LNE_set_address instruction
8519 according to addr_len.
8520 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8521 (FUNC): Add START_INSNS to definition.
8522
673dc4a0
YQ
85232014-10-18 Yao Qi <yao@codesourcery.com>
8524
8525 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8526 gdb_has_argv0 return true.
8527 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8528 check [target_info exists noargs], check [gdb_has_argv0]
8529 instead.
8530 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8531 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8532 procedures.
8533
4ffbba72
DE
85342014-10-17 Doug Evans <dje@google.com>
8535
8536 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8537 event.
8538 * gdb.python/py-events.py: Add clear_objfiles event.
8539
d096d8c1
DE
85402014-10-17 Doug Evans <dje@google.com>
8541
8542 * gdb.python/py-objfile.exp: Test progspace attribute.
8543
a80db015
LM
85442014-10-17 Luis Machado <lgustavo@codesourcery.com>
8545
8546 * gdb.guile/scm-breakpoint.exp: Do not assume any
8547 directory separators when matching source file paths.
8548 * gdb.python/py-breakpoint.exp: Likewise.
8549 * gdb.reverse/break-precsave.exp: Likewise.
8550 * gdb.reverse/break-reverse.exp: Likewise.
8551 * gdb.reverse/consecutive-precsave.exp: Likewise.
8552 * gdb.reverse/finish-precsave.exp: Likewise.
8553 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8554 * gdb.reverse/finish-reverse.exp: Likewise.
8555 * gdb.reverse/i386-precsave.exp: Likewise.
8556 * gdb.reverse/i387-env-reverse.exp: Likewise.
8557 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8558 * gdb.reverse/machinestate-precsave.exp: Likewise.
8559 * gdb.reverse/machinestate.exp: Likewise.
8560 * gdb.reverse/sigall-precsave.exp: Likewise.
8561 * gdb.reverse/solib-precsave.exp: Likewise.
8562 * gdb.reverse/step-precsave.exp: Likewise.
8563 * gdb.reverse/until-precsave.exp: Likewise.
8564 * gdb.reverse/watch-precsave.exp: Likewise.
8565 * gdb.reverse/watch-reverse.exp: Likewise.
8566
b22089ab
YQ
85672014-10-17 Yao Qi <yao@codesourcery.com>
8568
8569 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8570 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8571
6c4486e6
PA
85722014-10-17 Pedro Alves <palves@redhat.com>
8573
8574 PR gdb/17471
8575 * gdb.base/bg-execution-repeat.c: New file.
8576 * gdb.base/bg-execution-repeat.exp: New file.
8577
0ff33695
PA
85782014-10-17 Pedro Alves <palves@redhat.com>
8579
8580 PR gdb/17300
8581 * gdb.base/continue-all-already-running.c: New file.
8582 * gdb.base/continue-all-already-running.exp: New file.
8583
6fdebc3d
PA
85842014-10-17 Pedro Alves <palves@redhat.com>
8585
8586 PR gdb/17472
8587 * gdb.base/annota-input-while-running.c: New file.
8588 * gdb.base/annota-input-while-running.exp: New file.
8589
32a8097b
PA
85902014-10-17 Pedro Alves <palves@redhat.com>
8591
8592 * gdb.base/callfuncs.exp: emove references to osf.
8593 * gdb.base/sigall.exp: Likewise.
8594 * gdb.gdb/selftest.exp: Likewise.
8595 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8596 * gdb.mi/non-stop.c: Likewise.
8597 * gdb.mi/pthreads.c: Likewise.
8598 * gdb.reverse/sigall-precsave.exp: Likewise.
8599 * gdb.reverse/sigall-reverse.exp: Likewise.
8600 * gdb.threads/pthreads.c: Likewise.
8601 * gdb.threads/pthreads.exp: Likewise.
8602
7a3517ff
YQ
86032014-10-17 Yao Qi <yao@codesourcery.com>
8604
8605 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8606 check 'target_info exists noargs'.
8607 (test_command_prompt_position): Likewise.
8608 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8609 Remove "set args".
8610 (progvar_simple_while_test): Likewise.
8611 (progvar_complex_if_while_test): Likewise.
8612 (if_while_breakpoint_command_test): Likewise.
8613 (infrun_breakpoint_command_test): Likewise.
8614 (breakpoint_command_test): Likewise.
8615 (watchpoint_command_test): Likewise.
8616 (bp_deleted_in_command_test): Likewise.
8617 (temporary_breakpoint_commands): Likewise.
8618
bb99c472
YQ
86192014-10-16 Yao Qi <yao@codesourcery.com>
8620
8621 * gdb.base/remotetimeout.exp: Remove noargs checking.
8622
7c16b83e
PA
86232014-10-15 Pedro Alves <palves@redhat.com>
8624
8625 PR breakpoints/9649
8626 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8627 * gdb.base/breakpoint-in-ro-region.exp
8628 (probe_target_hardware_step): New procedure.
8629 (top level): Probe hardware stepping and hardware breakpoint
8630 support. Test stepping through a read-only region, with both
8631 "breakpoint auto-hw" on and off and both "always-inserted" on and
8632 off.
8633
35a49624
IB
86342014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8635
8636 * gdb.dlang/demangle.exp: Update for demangling changes.
8637
2d1c107c
SC
86382014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8639
8640 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8641 * gdb.cp/non-trivial-retval.exp: Add new tests.
8642
778811d5
SC
86432014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8644
8645 PR c++/13403
8646 PR c++/15154
8647 * gdb.cp/non-trivial-retval.cc: New file.
8648 * gdb.cp/non-trivial-retval.exp: New file.
8649
10c5f0a8
YQ
86502014-10-15 Yao Qi <yao@codesourcery.com>
8651
8652 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8653 remote host.
8654
65d7b369
YQ
86552014-10-15 Yao Qi <yao@codesourcery.com>
8656
8657 * gdb.python/py-symbol.exp: Match file base name if host is
8658 remote, otherwise match file name with dir name.
8659 * gdb.python/py-symtab.exp: Likewise.
8660 * gdb.python/python.exp: Likewise.
8661
46dc1394
YQ
86622014-10-15 Yao Qi <yao@codesourcery.com>
8663
8664 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8665 pattern.
8666 * gdb.python/py-symtab.exp: Likewise.
8667 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8668 locationn.
8669
c40cc657
JB
86702014-10-14 Joel Brobecker <brobecker@adacore.com>
8671
8672 * gdb.ada/addr_arith: New testcase.
8673
2abf49e1
MR
86742014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8675
8676 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8677 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8678 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8679 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8680
f7088df3
SDJ
86812014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8682
8683 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8684 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8685 * gdb.arch/stap-eval-lang-ada.exp: New file.
8686
4dc06805
YQ
86872014-10-14 Yao Qi <yao@codesourcery.com>
8688
8689 * gdb.mi/mi-var-child.c (nothing1): New function.
8690 (nothing2): New function.
8691 (do_children_tests): Set function pointers by nothing1 and
8692 nothing2.
8693 * gdb.mi/mi-var-child.exp: Step over new added statements.
8694 Update test to match the new output.
8695 * gdb.mi/var-cmd.c (nothing1): New function.
8696 (nothing2): New function.
8697 (do_children_tests): Set function pointers by nothing1 and
8698 nothing2.
8699 * gdb.mi/mi-var-display.exp: Update test to match output.
8700 Step to the line specified by $line_dct_nothing.
8701 Increase the number of lines to step.
8702
46a93de2
YQ
87032014-10-14 Yao Qi <yao@codesourcery.com>
8704
8705 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8706 tests.
8707 * gdb.mi/mi2-var-child.exp: Likewise.
8708
14ea52ee
DE
87092014-10-13 Doug Evans <dje@google.com>
8710
8711 * gdb.python/py-objfile.exp: Change name of file name test.
8712
e5c6e92b
DE
87132014-10-13 Doug Evans <dje@google.com>
8714
8715 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8716 from the start of the CU.
8717
c780cc2f
JK
87182014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8719 Yao Qi <yao@codesourcery.com>
8720
8721 Fix "save breakpoints" for "catch" command.
8722 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8723 Remove -nonewline. Match also the added "main" line.
8724
99894e11
JK
87252014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8726
8727 Fix "save breakpoints" for "disable $bpnum" command.
8728 * gdb.base/save-bp.c (main): Add label.
8729 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8730
6e1ac5a3
JK
87312014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8732
8733 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8734
754dd2b0
YQ
87352014-10-11 Yao Qi <yao@codesourcery.com>
8736
8737 * gdb.server/server-kill.exp: Execute command
8738 "set remote trace-status-packet on" before "tstatus".
8739
f90183d7
YQ
87402014-10-11 Yao Qi <yao@codesourcery.com>
8741
8742 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8743 (main): Call getppid.
8744 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8745 and continue to it. Read variable "server_pid".
8746
bf40a607
YQ
87472014-10-11 Yao Qi <yao@codesourcery.com>
8748
8749 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8750
052ca370
YQ
87512014-10-11 Yao Qi <yao@codesourcery.com>
8752
8753 * gdb.threads/thread-find.exp: Don't execute command
8754 "info threads".
8755 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8756 * gdb.threads/linux-dp.exp: Don't check the condition
8757 $threads_created equals to zero.
8758
3831839c
PA
87592014-10-10 Pedro Alves <palves@redhat.com>
8760
8761 * gdb.base/bigcore.exp: Remove references to IRIX.
8762 * gdb.base/funcargs.exp: Likewise.
8763 * gdb.base/interrupt.exp: Likewise.
8764 * gdb.base/mips_pro.exp: Likewise.
8765 * gdb.base/nodebug.exp: Likewise.
8766 * gdb.base/setvar.exp: Likewise.
8767 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8768
8b9a549d
PA
87692014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8770 Pedro Alves <palves@redhat.com>
8771
8772 PR symtab/14466
8773 * gdb.base/vdso-warning.c: New file.
8774 * gdb.base/vdso-warning.exp: New file.
8775
d48ba5e8
DE
87762014-10-02 Doug Evans <dje@google.com>
8777
8778 * gdb.base/structs.c (main): Don't run forever.
8779
2278c276
PA
87802014-10-02 Pedro Alves <palves@redhat.com>
8781
8782 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8783 (top level) <stop threads 1, stop threads 2>: Use it.
8784
b57bacec
PA
87852014-10-02 Pedro Alves <palves@redhat.com>
8786
8787 * gdb.threads/break-while-running.exp (test): Add new
8788 'update_thread_list' argument. Skip "info threads" if false.
8789 (top level): Add new 'update_thread_list' axis.
8790
13fd3ff3
PA
87912014-10-02 Pedro Alves <palves@redhat.com>
8792
8793 PR breakpoints/17431
8794 * gdb.base/execl-update-breakpoints.c: New file.
8795 * gdb.base/execl-update-breakpoints.exp: New file.
8796
0fec99e8
PA
87972014-10-01 Pedro Alves <palves@redhat.com>
8798
8799 * gdb.base/breakpoint-in-ro-region.c: New file.
8800 * gdb.base/breakpoint-in-ro-region.exp: New file.
8801
2ddf4301
SM
88022014-10-01 Simon Marchi <simon.marchi@ericsson.com>
8803
8804 * gdb.mi/mi-exit-code.exp: New file.
8805 * gdb.mi/mi-exit-code.c: New file.
8806
6a5f3f43
YQ
88072014-09-30 Yao Qi <yao@codesourcery.com>
8808
8809 * lib/prelink-support.exp (build_executable_own_libs): Error if
8810 the target isn't native.
8811
345bcc73
YQ
88122014-09-30 Yao Qi <yao@codesourcery.com>
8813
8814 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
8815 false.
8816
a25a5a45
PA
88172014-09-22 Pedro Alves <palves@redhat.com>
8818
8819 * gdb.threads/break-while-running.exp: New file.
8820 * gdb.threads/break-while-running.c: New file.
8821
00ba3162
YQ
88222014-09-19 Yao Qi <yao@codesourcery.com>
8823
8824 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
8825 Invoke test. Restart GDB with --readnow and invoke test again.
8826
c3b7b696
YQ
88272014-09-19 Yao Qi <yao@codesourcery.com>
8828
8829 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
8830 proc set_breakpoint_on_gcd_function. Invoke
8831 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
8832 invoke set_breakpoint_on_gcd_function again.
8833
2b4fd423
DE
88342014-09-18 Doug Evans <dje@google.com>
8835
8836 * gdb.dwarf2/symtab-producer.exp: New file.
8837
a5947601
SDJ
88382014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8839
8840 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
8841 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
8842 * gdb.base/global-var-nested-by-dso.c: Likewise.
8843 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8844
91c19059
SDJ
88452014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8846 Pedro Alves <palves@redhat.com>
8847
8848 * gdb.base/watch-bitfields.exp: Pass string other than test file
8849 name to prepare_for_testing.
8850 (watch): New procedure.
8851 (expect_watchpoint): Use with_test_prefix.
8852 (top level): Factor out tests to ...
8853 (test_watch_location, test_regular_watch): ... these new
8854 procedures, and use with_test_prefix and gdb_continue_to_end.
8855
bb9d5f81
PP
88562014-09-16 Patrick Palka <patrick@parcs.ath.cx>
8857
8858 PR breakpoints/12526
8859 * gdb.base/watch-bitfields.exp: New file.
8860 * gdb.base/watch-bitfields.c: New file.
8861
635856f5
PA
88622014-09-16 Pedro Alves <palves@redhat.com>
8863
8864 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
8865 software and hardware addresses, not software address against
8866 itself.
8867
7280ceea
PA
88682014-09-16 Pedro Alves <palves@redhat.com>
8869
8870 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
8871 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
8872
428b16bd
PA
88732014-09-16 Pedro Alves <palves@redhat.com>
8874
8875 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
8876 files.
8877 * gdb.base/a2-run.exp: Remove all code guarded by istarget
8878 "*-*-vxworks*" throughout.
8879 * gdb.base/break.exp: Likewise.
8880 * gdb.base/default.exp: Likewise.
8881 * gdb.base/scope.exp: Likewise.
8882 * gdb.base/sepdebug.exp: Likewise.
8883 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
8884 throughout.
8885 * gdb.base/run.c: Likewise.
8886 * gdb.base/sepdebug.c: Likewise.
8887 * gdb.hp/gdb.aCC/run.c: Likewise.
8888 * gdb.reverse/until-reverse.c: Likewise.
8889 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
8890
666d413c
YQ
88912014-09-16 Yao Qi <yao@codesourcery.com>
8892
8893 * boards/local-remote-host-native.exp: New file.
8894
57cbd724
DE
88952014-09-14 Doug Evans <xdje42@gmail.com>
8896
8897 * gdb.threads/queue-signal.c (thread_count): New variable.
8898 (thread_count_mutex, thread_count_condvar): New variables.
8899 (incr_thread_count, wait_all_threads_running): New functions.
8900 (main): Wait for all threads to be in their thread functions.
8901
81219e53
DE
89022014-09-13 Doug Evans <xdje42@gmail.com>
8903
8904 * gdb.threads/queue-signal.c: New file.
8905 * gdb.threads/queue-signal.exp: New file.
8906
3714cea7
DE
89072014-09-13 Doug Evans <xdje42@gmail.com>
8908
8909 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
8910 be consistent with what default_gdb_init uses.
8911 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
8912 the plain text of the prompt. Add some logging printfs.
8913 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
8914
fa43b1d7
PA
89152014-09-12 Pedro Alves <palves@redhat.com>
8916
8917 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
8918 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
8919 * gdb.arch/i386-size-overlap.exp: Likewise.
8920 * gdb.arch/i386-size.exp: Likewise.
8921 * gdb.arch/i386-unwind.exp: Likewise.
8922 * gdb.base/a2-run.exp: Likewise.
8923 * gdb.base/break.exp: Likewise.
8924 * gdb.base/charset.exp: Likewise.
8925 * gdb.base/chng-syms.exp: Likewise.
8926 * gdb.base/commands.exp: Likewise.
8927 * gdb.base/dbx.exp: Likewise.
8928 * gdb.base/find.exp: Likewise.
8929 * gdb.base/funcargs.exp: Likewise.
8930 * gdb.base/jit-simple.exp: Likewise.
8931 * gdb.base/reread.exp: Likewise.
8932 * gdb.base/sepdebug.exp: Likewise.
8933 * gdb.base/step-bt.exp: Likewise.
8934 * gdb.cp/mb-inline.exp: Likewise.
8935 * gdb.cp/mb-templates.exp: Likewise.
8936 * gdb.objc/basicclass.exp: Likewise.
8937 * gdb.threads/killed.exp: Likewise.
8938
9d9bf2df
EBM
89392014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8940
8941 PR tdep/17379
8942 * gdb.arch/powerpc-stackless.S: New file.
8943 * gdb.arch/powerpc-stackless.exp: New file.
8944
1cf2f1b0
JK
89452014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8946
8947 * gdb.base/attach.c: Include unistd.h.
8948 (main): Call alarm. Add label postloop.
8949 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
8950 gdb_breakpoint, gdb_continue_to_breakpoint.
8951 (test_command_line_attach_run): Kill ${testpid} in one exit path.
8952
98880d46
PA
89532014-09-11 Pedro Alves <palves@redhat.com>
8954
8955 PR gdb/17347
8956 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
8957 * gdb.base/attach.exp (test_command_line_attach_run): New
8958 procedure.
8959 (top level): Call it.
8960
4c92ff2c
PA
89612014-09-11 Pedro Alves <palves@redhat.com>
8962
8963 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
8964 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
8965 (do_command_attach_tests): Use spawn_wait_for_attach.
8966 * gdb.base/solib-overlap.exp: Likewise.
8967 * gdb.multi/multi-attach.exp: Likewise.
8968 * gdb.python/py-prompt.exp: Likewise.
8969 * gdb.python/py-sync-interp.exp: Likewise.
8970 * gdb.server/ext-attach.exp: Likewise.
8971
3adc1a7d
GKB
89722014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
8973
8974 * gdb.fortran/array-element.exp: Remove unexpected "continue"
8975 command in testcase. Simplify testcase.
8976
96334934
JB
89772014-09-10 Joel Brobecker <brobecker@adacore.com>
8978
8979 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
8980
eb479039
JB
89812014-09-10 Joel Brobecker <brobecker@adacore.com>
8982
8983 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
8984
deede10c
JB
89852014-09-10 Joel Brobecker <brobecker@adacore.com>
8986
8987 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
8988
7828a5f5
JB
89892014-09-10 Joel Brobecker <brobecker@adacore.com>
8990
8991 * gdb.dwarf2/dynarr-ptr.c: New file.
8992 * gdb.dwarf2/dynarr-ptr.exp: New file.
8993
33aeebcf
MR
89942014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8995
8996 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
8997 of 30 rather than hardcoding 120 for a slow test case. Take the
8998 `gdb,timeout' target setting into account for this calculation.
8999 Don't extend the timeout for the test cases that don't need it.
9000
7b415901
MR
90012014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9002
9003 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
9004 a factor of 2 for a slow test case. Take the `gdb,timeout'
9005 target setting into account for this calculation.
9006 * gdb.reverse/until-precsave.exp: Increase the timeout by
9007 a factor of 15 and 3 respectively rather than adding 120
9008 for a pair of slow test cases. Take the `gdb,timeout'
9009 target setting into account for this calculation.
9010
4a40f85a
MR
90112014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9012
9013 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9014 timeout, don't pass one down to gdb_expect.
9015 (gdb_expect): Rework timeout selection.
9016
09635af7
MR
90172014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9018
9019 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9020 exception on timeout.
9021 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9022 (gdbserver_start_extended): Catch any `gdbserver_start' error
9023 exceptions.
9024 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9025 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9026 `gdbserver_gdb_load' error exceptions.
9027
2bdd10b7
MR
90282014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9029
9030 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9031 120 on waiting for the TCP socket to open.
9032
316935f0
DE
90332014-09-09 Doug Evans <xdje42@gmail.com>
9034
9035 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9036 _caller_matches, _any_caller_is, _any_caller_matches.
9037
83740597
DE
90382014-09-09 Doug Evans <xdje42@gmail.com>
9039
9040 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9041
4c122fc3
YQ
90422014-09-09 Yao Qi <yao@codesourcery.com>
9043
9044 * gdb.mi/mi-var-display.exp: Set print symbol off.
9045
a9f116cb
GKB
90462014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9047
9048 PR gdb/17035
9049 * gdb.base/commands.exp: Add tests to verify user-defined
9050 commands with empty bodies.
9051 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9052 python commands in `show user command`.
9053 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9054 scheme commands in `show user command`.
9055
c75bd3a2
JK
90562014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9057
9058 PR python/17355
9059 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9060 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9061 * gdb.python/py-framefilter-invalidarg.exp: New file.
9062 * gdb.python/py-framefilter-invalidarg.py: New file.
9063
faa42425
DE
90642014-09-06 Doug Evans <xdje42@gmail.com>
9065
9066 PR 15276
9067 * gdb.python/py-caller-is.c: New file.
9068 * gdb.python/py-caller-is.exp: New file.
9069
474ca4f6
SDJ
90702014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9071
9072 PR gdb/17235
9073 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9074 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9075
eb0b0463
SDJ
90762014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9077
9078 PR fortran/17237
9079 * gdb.fortran/print-formatted.exp: New file.
9080 * gdb.fortran/print-formatted.f90: Likewise.
9081
5f3b99cf
SS
90822014-09-03 Sasha Smundak <asmundak@google.com>
9083
9084 * gdb.python/py-frame.exp: Test Frame.read_register.
9085
7d793aa9
SDJ
90862014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9087
9088 PR python/16699
9089 * gdb.python/py-completion.exp: New file.
9090 * gdb.python/py-completion.py: Likewise.
9091
fb0576e9
DE
90922014-08-28 Doug Evans <dje@google.com>
9093
9094 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9095 eax,etc. are live with values set by gdb and thus the compiler can't
9096 use them.
9097 * gdb.arch/i386-pseudo.c (main): Ditto.
9098
ee92b0dd
DE
90992014-08-27 Doug Evans <dje@google.com>
9100
9101 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9102
6649db35
DE
91032014-08-25 Doug Evans <dje@google.com>
9104
9105 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9106 (main): Ditto.
9107
564b7600
DE
91082014-08-25 Doug Evans <dje@google.com>
9109
9110 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9111
3881fb67
YQ
91122014-08-24 Yao Qi <yao@codesourcery.com>
9113
9114 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9115 symbol off.
9116 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9117
a05a36a5
DE
91182014-08-22 Doug Evans <dje@google.com>
9119
9120 PR 17276
9121 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9122 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9123 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9124
7c343b48
YQ
91252014-08-22 Yao Qi <yao@codesourcery.com>
9126
9127 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9128 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9129 * gdb.python/python.exp: Likewise. Use .py file on the host
9130 instead of the build.
9131
22fd09ae
JK
91322014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9133
9134 * gdb.threads/gcore-stale-thread.c: New file.
9135 * gdb.threads/gcore-stale-thread.exp: New file.
9136
a8454a7c
PA
91372014-08-21 Pedro Alves <palves@redhat.com>
9138
9139 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9140 * gdb.base/gcore-relro-pie.exp: Likewise.
9141 * gdb.base/gcore-relro.exp: Likewise.
9142 * gdb.base/gcore.exp: Likewise.
9143 * gdb.base/print-symbol-loading.exp: Likewise.
9144 * gdb.threads/gcore-thread.exp: Likewise.
9145 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9146
2a31c623
PA
91472014-08-20 Pedro Alves <palves@redhat.com>
9148 Jan Kratochvil <jan.kratochvil@redhat.com>
9149
9150 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9151 configure.
9152 (EXPECT): Handle READ1 being set.
9153 (all): Depend on EXTRA_RULES.
9154 (check-read1, expect-read1, read1.so, read1): New rules.
9155 * README (Testsuite Parameters): Document the READ1 make variable.
9156 (Race detection): New section.
9157 * configure: Regenerate.
9158 * configure.ac: If build==host==target, and running under a
9159 GNU/glibc system, add read1 to the extra Makefile rules.
9160 (EXTRA_RULES): AC_SUBST it.
9161 * lib/read1.c: New file.
9162
d36430db
JB
91632014-08-20 Joel Brobecker <brobecker@adacore.com>
9164
9165 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9166 the handling of variables declared as a typedef to an array
9167 which a DW_AT_data_location attribute.
9168
9a0dc9e3
PA
91692014-08-19 Andrew Burgess <aburgess@broadcom.com>
9170 Pedro Alves <palves@redhat.com>
9171
9172 PR symtab/14604
9173 PR symtab/14605
9174 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9175 gdb_test.
9176
0718a8da
PA
91772014-08-19 Pedro Alves <palves@redhat.com>
9178
9179 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9180
13b448cd
YQ
91812014-08-19 Yao Qi <yao@codesourcery.com>
9182
9183 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9184 right line.
9185
1cbf5077
DB
91862014-08-18 David Blaikie <dblaikie@gmail.com>
9187
9188 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9189
bf0fae19
JB
91902014-08-18 Joel Brobecker <brobecker@adacore.com>
9191
9192 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9193 attribute in array range.
9194
3c8c5dcc
JB
91952014-08-18 Joel Brobecker <brobecker@adacore.com>
9196
9197 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9198
e66d4446
SC
91992014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9200
9201 PR c++/17132
9202 * gdb.cp/pr17132.cc: New file.
9203 * gdb.cp/pr17132.exp: New file.
9204
940df408
SC
92052014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9206
9207 * gdb.python/py-xmethods.py (A_getarrayind)
9208 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9209 Use 'print' with function call syntax.
9210 (E_method_matcher.match): Fix tab vs space indentation mixup.
9211
ebcc6c3a
YQ
92122014-08-15 Yao Qi <yao@codesourcery.com>
9213
9214 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9215 false.
9216
775e0f04
YQ
92172014-08-15 Yao Qi <yao@codesourcery.com>
9218
9219 * gdb.cp/casts.exp: Set print symbol off.
9220 * gdb.cp/class2.exp: Likewise.
9221 * gdb.cp/overload.exp: Likewise.
9222 * gdb.cp/templates.exp: Likewise.
9223
d769e349
DE
92242014-08-11 Doug Evans <dje@google.com>
9225
9226 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9227 (test_load_shlib): Update.
9228
20c6f1e1
YQ
92292014-08-09 Yao Qi <yao@codesourcery.com>
9230
9231 * gdb.base/display.exp: Invoke is_address_zero_readable.
9232 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9233 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9234 * gdb.base/hbreak-unmapped.exp: Return if
9235 is_address_zero_readable returns true.
9236 * gdb.base/signest.exp: Likewise.
9237 * gdb.base/signull.exp: Likewise.
9238 * gdb.base/sigbpt.exp: Likewise.
9239 * gdb.guile/scm-disasm.exp: Do the test if
9240 is_address_zero_readable returns false.
9241 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9242 * gdb.python/py-arch.exp: Likewise.
9243 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9244 * lib/gdb.exp (is_address_zero_readable): New proc.
9245
5792e8e3
YQ
92462014-08-09 Yao Qi <yao@codesourcery.com>
9247
9248 PR testsuite/13443
9249 * gdb.mi/mi-var-display.exp: Make test messages unique.
9250
3cecbbbe
TT
92512014-08-04 Tom Tromey <tromey@redhat.com>
9252
9253 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9254 target 0".
9255
00b51ff5
TT
92562014-08-04 Tom Tromey <tromey@redhat.com>
9257
9258 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9259 "target_resume".
9260
6908c509
JB
92612014-08-01 Joel Brobecker <brobecker@adacore.com>
9262
9263 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9264 inner_vla_struct_object_size.
9265 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9266 as xfail.
9267
cc6563d2
PA
92682014-07-30 Pedro Alves <palves@redhat.com>
9269
9270 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9271 comment.
9272
7e09a223
YQ
92732014-07-29 Yao Qi <yao@codesourcery.com>
9274
9275 PR gdb/17206
9276 * gdb.base/until-nodebug.exp: New.
9277
7ebdbe92
DE
92782014-07-28 Doug Evans <xdje42@gmail.com>
9279
9280 PR guile/17203
9281 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9282 previously existing parameter, and previously ambiguously spelled
9283 parameter.
9284
fdb1adc6
WN
92852014-07-28 Will Newton <will.newton@linaro.org>
9286
9287 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9288
186fcde0
DE
92892014-07-26 Ludovic Courtès <ludo@gnu.org>
9290 Doug Evans <xdje42@gmail.com>
9291
9292 PR guile/17146
9293 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9294
70509625
PA
92952014-07-25 Pedro Alves <palves@redhat.com>
9296
9297 * gdb.threads/signal-command-handle-nopass.c: New file.
9298 * gdb.threads/signal-command-handle-nopass.exp: New file.
9299 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9300 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9301 * gdb.threads/signal-delivered-right-thread.c: New file.
9302 * gdb.threads/signal-delivered-right-thread.exp: New file.
9303
c3f814a1
PA
93042014-07-25 Pedro Alves <palves@redhat.com>
9305
9306 * gdb.base/double-prompt-target-event-error.exp
9307 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9308 match.
9309 (cancel_pagination_in_target_event): Rework double prompt
9310 detection.
9311 * gdb.base/paginate-after-ctrl-c-running.exp
9312 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9313 <return>' match.
9314 * gdb.base/paginate-bg-execution.exp
9315 (test_bg_execution_pagination_return)
9316 (test_bg_execution_pagination_cancel): Remove '-notransfer
9317 <return>' matches.
9318 * gdb.base/paginate-execution-startup.exp
9319 (test_fg_execution_pagination_return)
9320 (test_fg_execution_pagination_cancel): Remove '-notransfer
9321 <return>' matches.
9322 * gdb.base/paginate-inferior-exit.exp
9323 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9324 match.
9325 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9326 * lib/gdb.exp (pagination_prompt): Run text through
9327 string_to_regexp.
9328 (gdb_test_multiple): Match $pagination_prompt instead of
9329 "<return>".
9330 (string_to_regexp): Move to lib/gdb-utils.exp.
9331
e214cf6c
JK
93322014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9333
9334 * gdb.arch/amd64-entry-value-paramref.S: New file.
9335 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9336 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9337 * gdb.arch/amd64-optimout-repeat.S: New file.
9338 * gdb.arch/amd64-optimout-repeat.c: New file.
9339 * gdb.arch/amd64-optimout-repeat.exp: New file.
9340
17d0c5c8
JK
93412014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9342
9343 PR gdb/17170
9344 * gdb.base/statistics.exp: New file.
9345
b8b8facf
DE
93462014-07-17 Doug Evans <dje@google.com>
9347
74b49205 9348 PR gdb/17170
b8b8facf
DE
9349 * gdb.base/maint.exp: Update testing of per-command stats.
9350
1b5d0ab3
PA
93512014-07-16 Pedro Alves <palves@redhat.com>
9352
9353 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9354 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9355 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9356 (tfile_write_buf): New functions.
9357 (add_memory_block): Rewrite using the above.
9358 (adjust_function_address): New function.
9359 (FUNCTION_ADDRESS): New macro.
9360 (write_basic_trace_file): Remove short_x local, and use
9361 tfile_write_16. Change type of func_addr local to unsigned long
9362 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9363 here. Cast argument of add_memory_block to char pointer.
9364 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9365 (main): Remove parameters.
9366 * gdb.trace/tfile.exp: Remove nowarnings.
9367
4d974e88
SM
93682014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9369
9370 * gdb.base/debug-expr.exp: Test string evaluation with
9371 "debug expression" on.
9372
41e99568
PA
93732014-07-15 Pedro Alves <palves@redhat.com>
9374
9375 * gdb.base/reread.exp: Use clean_restart.
9376
487d9753
PL
93772014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9378
9379 * gdb.arch/avr-flash-qualifer.c: New.
9380 * gdb.arch/avr-flash-qualifer.exp: New.
9381
cc1c52ad
PA
93822014-07-14 Pedro Alves <palves@redhat.com>
9383
9384 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9385 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9386
1e973570
PA
93872014-07-14 Pedro Alves <palves@redhat.com>
9388
9389 * gdb.base/double-prompt-target-event-error.c: New file.
9390 * gdb.base/double-prompt-target-event-error.exp: New file.
9391
93d6eb10
PA
93922014-07-14 Pedro Alves <palves@redhat.com>
9393
9394 PR gdb/17072
9395 * gdb.base/paginate-inferior-exit.c: New file.
9396 * gdb.base/paginate-inferior-exit.exp: New file.
9397
0017922d
PA
93982014-07-14 Pedro Alves <palves@redhat.com>
9399
9400 PR gdb/17072
9401 * gdb.base/paginate-bg-execution.c: New file.
9402 * gdb.base/paginate-bg-execution.exp: New file.
9403
94696ad3
PA
94042014-07-14 Pedro Alves <palves@redhat.com>
9405
9406 PR gdb/17072
9407 * gdb.base/paginate-execution-startup.c: New file.
9408 * gdb.base/paginate-execution-startup.exp: New file.
9409 * lib/gdb.exp (pagination_prompt): New global.
9410 (default_gdb_spawn): New procedure, factored out from
9411 default_gdb_spawn.
9412 (default_gdb_start): Adjust to call default_gdb_spawn.
9413 (gdb_spawn): New procedure.
9414
bd293940
PA
94152014-07-14 Pedro Alves <palves@redhat.com>
9416
9417 * lib/gdb.exp (gdb_assert): New procedure.
9418 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9419
c933f875
PA
94202014-07-14 Pedro Alves <palves@redhat.com>
9421
9422 * gdb.base/execution-termios.c: New file.
9423 * gdb.base/execution-termios.exp: New file.
9424
d98b7a16
TT
94252014-07-14 Tom Tromey <tromey@redhat.com>
9426
9427 * gdb.cp/vla-cxx.cc: New file.
9428 * gdb.cp/vla-cxx.exp: New file.
9429
548740d6
TT
94302014-07-14 Tom Tromey <tromey@redhat.com>
9431
9432 * gdb.reverse/rerun-prec.c: New file.
9433 * gdb.reverse/rerun-prec.exp: New file.
9434
a25eb028
MR
94352014-07-12 Maciej W. Rozycki <macro@mips.com>
9436 Maciej W. Rozycki <macro@codesourcery.com>
9437
9438 * lib/gdb-utils.exp: New file.
9439 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9440 inline `gdb_init_command' processing.
9441 (gdb_start_cmd): Likewise.
9442 * lib/mi-support.exp (mi_run_cmd): Likewise.
9443 * README: Document `gdb_init_command' and `gdb_init_commands'.
9444
218c2655
JK
94452014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9446
9447 Fix false FAIL running under a very long directory name.
9448 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9449 and "set print elements 10000". Twice.
9450
5401fde3
YQ
94512014-07-11 Yao Qi <yao@codesourcery.com>
9452
9453 * gdb.base/exprs.exp: "set print symbol off".
9454
e76126e8
PA
94552014-07-11 Pedro Alves <palves@redhat.com>
9456
9457 * gdb.threads/kill.c: New file.
9458 * gdb.threads/kill.exp: New file.
9459
2d6f0de6
YQ
94602014-07-10 Yao Qi <yao@codesourcery.com>
9461
9462 * gdb.trace/tfile.c (write_basic_trace_file)
9463 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9464 address written to trace file.
9465
7180e04a
PA
94662014-07-09 Pedro Alves <palves@redhat.com>
9467
9468 * gdb.base/attach-wait-input.exp: New file.
9469 * gdb.base/attach-wait-input.c: New file.
9470
9a9a7608
AB
94712014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9472
9473 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9474 setting up test structures.
9475 (main): Call new test function.
9476 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9477 test function, continue into test function and walk test
9478 structures.
9479
161ac41e
YQ
94802014-07-02 Yao Qi <yao@codesourcery.com>
9481
9482 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9483 'bar_start' at the beginning of functions 'foo' and 'bar'
9484 respectively.
9485 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9486 instead of 'foo' and 'bar'.
9487
1f267ae3
MM
94882014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9489
9490 * gdb.btrace/segv.exp: New.
9491 * gdb.btrace/segv.c: New.
9492
2b239efb
LM
94932014-07-02 Luis Machado <lgustavo@codesourcery.com>
9494
9495 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9496 instruction.
9497
cf363f18
MW
94982014-06-30 Mark Wielaard <mjw@redhat.com>
9499
9500 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9501 vulture, vilify, villar): New volatile array constants.
9502 (vindictive, vegetation): New const volatile array constants.
9503 * gdb.base/volatile.exp: Test volatile and const volatile array
9504 types.
9505
aebf9d24
AA
95062014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9507
9508 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9509 target lacks support for awatch, rwatch, or hbreak.
9510
b67a2c6f
YQ
95112014-06-27 Yao Qi <yao@codesourcery.com>
9512
9513 * gdb.multi/dummy-frame-restore.exp: New.
9514 * gdb.multi/dummy-frame-restore.c: New.
9515
aef92902
MM
95162014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9517
9518 * gdb.btrace/gcore.exp: New.
9519
8e9db26e
PA
95202014-06-23 Pedro Alves <palves@redhat.com>
9521
9522 * gdb.base/watchpoint-reuse-slot.c: New file.
9523 * gdb.base/watchpoint-reuse-slot.exp: New file.
9524
70afc5b7
SC
95252014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9526
9527 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9528 progspace's filename in 'info', 'enable' and 'disable' command
9529 tests.
9530
b972bd9c
JK
95312014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9532
9533 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9534 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9535 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9536
125f8a3d
GB
95372014-06-20 Gary Benson <gbenson@redhat.com>
9538
9539 * gdb.arch/i386-avx.exp: Fix include file location.
9540 * gdb.arch/i386-sse.exp: Likewise.
9541
3ed9baed
IB
95422014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9543
9544 * gdb.dlang/expression.exp: New file.
9545
034f788c
PA
95462014-06-19 Pedro Alves <palves@redhat.com>
9547
9548 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9549 out from ...
9550 (top level): ... here. Iterate running tests under different
9551 scheduler-locking settings.
9552
45371d0c
LM
95532014-06-18 Luis Machado <lgustavo@codesourcery.com>
9554
9555 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9556 to DW_FORM_addr and use non-zero addresses.
9557
5d376983
SC
95582014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9559
9560 PR gdb/17017
9561 * gdb.python/py-xmethods.cc: Add global function call counters and
9562 increment them in their respective functions. Remove "cout"
9563 statements.
9564 * gdb.python/py-xmethods.exp: Make tests check the global function
9565 call counters instead of depending on inferior IO.
9566
a1aa2221
LM
95672014-06-18 Don Breazeal <donb@codesourcery.com>
9568
9569 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9570 Deleted procedure.
9571 (explicit_fork_parent_follow): Deleted procedure.
9572 (explicit_fork_child_follow): Deleted procedure.
9573 (test_follow_fork): New procedure.
9574 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 9575 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
9576 procedure calls.
9577
0fc05997
YQ
95782014-06-17 Yao Qi <yao@codesourcery.com>
9579
9580 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9581 CP1252.
9582
70795c52
LM
95832014-06-17 Luis Machado <lgustavo@codesourcery.com>
9584
9585 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9586 Initialize ptr and S explicitly.
9587 (skip_type_update_when_not_use_rtti_test): Likewise.
9588
6be47f0c
KS
95892014-06-16 Keith Seitz <keiths@redhat.com>
9590
9591 PR mi/15863
9592 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9593 the inferior is started.
9594
d03de421
PA
95952014-06-16 Pedro Alves <palves@redhat.com>
9596
9597 * gdb.base/break-main-file-remove-fail.c: New file.
9598 * gdb.base/break-main-file-remove-fail.exp: New file.
9599 * gdb.base/break-unload-file.exp: Use build_executable instead of
9600 prepare_for_testing.
9601 (test_break): New parameter "initial_load". Handle it.
9602 (top level): Add initial_load cmdline/file axis.
9603
f9579b99
TT
96042014-06-12 Tom Tromey <tromey@redhat.com>
9605
9606 * gdb.base/completion.exp: Don't use directory name in test.
9607
3657956b
GB
96082014-06-09 Gary Benson <gbenson@redhat.com>
9609
9610 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9611 separate the always-available ANSI-standard signals from the
9612 signals that require checking.
9613 (main): Likewise.
9614 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9615 Likewise.
9616 (main): Likewise.
9617
4186eb54
KS
96182014-06-07 Keith Seitz <keiths@redhat.com>
9619
9620 Revert:
9621 PR c++/16253
9622 * gdb.cp/var-tag.cc: New file.
9623 * gdb.cp/var-tag.exp: New file.
9624 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9625 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9626 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9627 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9628
25326a28 96292014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
9630
9631 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9632
829155c9
PA
96332014-06-06 Pedro Alves <palves@redhat.com>
9634
9635 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9636 in target debug output instead of looking at RSP packets,
9637 disabling the test on any target that uses hardware stepping.
9638 Update comments.
9639
61c8d22e
PA
96402014-06-06 Pedro Alves <palves@redhat.com>
9641
9642 * gdb.base/break-unload-file.exp: Fix typo.
9643
d9a47287
YQ
96442014-06-06 Yao Qi <yao@codesourcery.com>
9645
9646 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9647 from "jit_function" to "^jit_function".
9648
e5e01dbf
YQ
96492014-06-06 Yao Qi <yao@codesourcery.com>
9650
9651 * gdb.base/async.c (foo): Add one statement.
9652 * gdb.base/async.exp: Get the next instruction address and
9653 match the output of "nexti" by instruction address. Match
9654 the hex address in the output of "finish".
9655
73ba372c
GB
96562014-06-06 Gary Benson <gbenson@redhat.com>
9657
9658 * gdb.base/call-signals.c: Remove preprocessor conditionals
9659 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9660 SIGSEGV and SIGTERM.
9661 * gdb.base/sigall.c: Likewise.
9662 * gdb.base/unwindonsignal.c: Likewise.
9663 * gdb.reverse/sigall-reverse.c: Likewise.
9664
831517df
YQ
96652014-06-06 Yao Qi <yao@codesourcery.com>
9666
9667 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9668 readable, skip the test.
9669
b8b91e98
YQ
96702014-06-06 Yao Qi <yao@codesourcery.com>
9671
9672 * gdb.threads/staticthreads.c (thread_function): Move the line
9673 setting breakpoint on forward.
9674 * gdb.threads/staticthreads.exp: Update comments.
9675
fb934770
LC
96762014-06-05 Ludovic Courtès <ludo@gnu.org>
9677
9678 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9679 "history-append! type error".
9680
6ef284bd
SM
96812014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9682
9683 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9684 erroneous dprintf expected input.
9685
a872e241
DE
96862014-06-04 Doug Evans <xdje42@gmail.com>
9687
9688 * gdb.guile/scm-generics.exp: Delete.
9689
16f691fb
DE
96902014-06-04 Doug Evans <xdje42@gmail.com>
9691
9692 * gdb.guile/scm-breakpoint.exp: Update.
9693 Add tests for breakpoint registration.
9694
012370f6
TT
96952014-06-04 Tom Tromey <tromey@redhat.com>
9696
9697 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9698 VLA-in-union.
9699 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9700 inner_vla_struct, vla_union types. Initialize objects of those
9701 types and compute their sizes.
9702
9f5a4cef
HZ
97032014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9704 Hui Zhu <hui@codesourcery.com>
9705
9706 * gdb.base/fileio.exp: Add test for shell not available as well as
9707 available.
9708 * gdb.base/fileio.c (test_system): Check for shell twice.
9709
90a45c4d
YQ
97102014-06-04 Yao Qi <yao@codesourcery.com>
9711
9712 * gdb.base/auto-connect-native-target.exp: Remove redundant
9713 space from the regexp pattern.
9714
70017e41
YQ
97152014-06-04 Yao Qi <yao@codesourcery.com>
9716
9717 * gdb.base/default.exp: Replace "child" with "native" in
9718 regexp pattern.
9719
883964a7
SC
97202014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9721
9722 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9723 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9724 * gdb.python/py-xmethods.py: Python script supporting the
9725 new testcase and tests.
9726
ef370185
JB
97272014-06-03 Joel Brobecker <brobecker@adacore.com>
9728 Pedro Alves <palves@redhat.com>
9729
9730 PR breakpoints/17000
9731 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9732 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9733
1e2ccb61
BM
97342014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9735
9736 * gdb.base/subst.exp: Add tests to verify partial path matching
9737 output.
9738
c6ec5ab2
PA
97392014-06-03 Pedro Alves <palves@redhat.com>
9740
9741 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9742 target that doesn't use software single-stepping.
9743
835c559f
PA
97442014-06-03 Pedro Alves <palves@redhat.com>
9745
9746 PR breakpoints/17000
9747 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9748 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9749
06eb1586
DE
97502014-06-02 Doug Evans <xdje42@gmail.com>
9751
9752 * gdb.guile/scm-parameter.exp: New file.
9753
e698b8c4
DE
97542014-06-02 Doug Evans <xdje42@gmail.com>
9755
9756 * gdb.guile/scm-cmd.c: New file.
9757 * gdb.guile/scm-cmd.exp: New file.
9758
ded03782
DE
97592014-06-02 Doug Evans <xdje42@gmail.com>
9760
9761 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9762 pretty-printer lookup.
9763 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9764 (make-pp_s-printer): Call it.
9765 (make-pretty-printer-from-dict): New function.
9766 (lookup-pretty-printer-maker-from-dict): New function.
9767 (*pretty-printer*): Simplify.
9768 (make-objfile-pp_s-printer): New function.
9769 (install-objfile-pretty-printers!): New function.
9770 (make-progspace-pp_s-printer): New function.
9771 (install-progspace-pretty-printers!): New function.
9772 * gdb.guile/scm-progspace.c: New file.
9773 * gdb.guile/scm-progspace.exp: New file.
9774
41fac0cf
PA
97752014-06-02 Pedro Alves <palves@redhat.com>
9776
9777 * gdb.base/dprintf-bp-same-addr.c: New file.
9778 * gdb.base/dprintf-bp-same-addr.exp: New file.
9779
96ae5695
EBM
97802014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9781
9782 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9783 * gdb.arch/powerpc-power.s: Likewise.
9784
da02b3a8
JB
97852014-06-02 Joel Brobecker <brobecker@adacore.com>
9786
9787 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9788
c72b2e7b
YQ
97892014-06-01 Yao Qi <yao@codesourcery.com>
9790
9791 * gdb.base/watchpoint.exp (test_watch_location): Check null
9792 pointer can be dereferenced. If not, do the test, otherwise
9793 skip it.
9794
53e8a631
AB
97952014-05-30 Andrew Burgess <aburgess@broadcom.com>
9796
9797 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9798 results.
9799 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9800
938f0e2f
AB
98012014-05-30 Andrew Burgess <aburgess@broadcom.com>
9802
9803 * gdb.arch/amd64-invalid-stack-middle.S: New file.
9804 * gdb.arch/amd64-invalid-stack-middle.c: New file.
9805 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9806 * gdb.arch/amd64-invalid-stack-top.c: New file.
9807 * gdb.arch/amd64-invalid-stack-top.exp: New file.
9808
9ba6657a
PA
98092014-05-30 Pedro Alves <palves@redhat.com>
9810
9811 PR breakpoints/17000
9812 * gdb.base/sss-bp-on-user-bp.c: New file.
9813 * gdb.base/sss-bp-on-user-bp.exp: New file.
9814
522c09bf
DB
98152014-05-30 David Blaikie <dblaikie@gmail.com>
9816
9817 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
9818 gnu_inline semantics via attribute.
9819 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
9820 source explicitly specifies the required semantics.
9821
bf4ef81e
MR
98222014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
9823
9824 * gdb.reverse/sigall-reverse.exp: Fix a typo.
9825
329ea579
PA
98262014-05-29 Pedro Alves <palves@redhat.com>
9827 Tom Tromey <tromey@redhat.com>
9828
9829 * gdb.base/async-shell.exp: Don't enable target-async.
9830 * gdb.base/async.exp
9831 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
9832 parameter. Adjust.
9833 (top level): Don't test with "target-async".
9834 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
9835 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
9836 * gdb.base/inferior-died.exp: Don't enable target-async.
9837 * gdb.base/interrupt-noterm.exp: Likewise.
9838 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
9839 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9840 * gdb.mi/mi-nonstop.exp: Likewise.
9841 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9842 * gdb.mi/mi-nsintrall.exp: Likewise.
9843 * gdb.mi/mi-nsmoribund.exp: Likewise.
9844 * gdb.mi/mi-nsthrexec.exp: Likewise.
9845 * gdb.mi/mi-watch-nonstop.exp: Likewise.
9846 * gdb.multi/watchpoint-multi.exp: Adjust comment.
9847 * gdb.python/py-evsignal.exp: Don't enable target-async.
9848 * gdb.python/py-evthreads.exp: Likewise.
9849 * gdb.python/py-prompt.exp: Likewise.
9850 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
9851 * gdb.server/solib-list.exp: Don't enable target-async.
9852 * gdb.threads/thread-specific-bp.exp: Likewise.
9853 * lib/mi-support.exp: Adjust to use mi-async.
9854
fd664c91
PA
98552014-05-29 Pedro Alves <palves@redhat.com>
9856
9857 PR gdb/13860
9858 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
9859 reason, even in sync mode.
9860
251bde03
PA
98612014-05-29 Pedro Alves <palves@redhat.com>
9862 Hui Zhu <hui@codesourcery.com>
9863
9864 PR PR15693
9865 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
9866 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
9867 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
9868 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
9869
7f3c0343
JB
98702014-05-28 Joel Brobecker <brobecker@adacore.com>
9871
9872 * config/monitor.exp (gdb_target_monitor): Replace use of
9873 "set remotebaud" by "set serial baud".
9874
b2715b27
AW
98752014-05-26 Andy Wingo <wingo@igalia.com>
9876
9877 * gdb.guile/scm-breakpoint.exp:
9878 * gdb.guile/scm-gsmob.exp: Update to use plain old object
9879 properties instead of gdb-object-properties.
9880
498a4489
YQ
98812014-05-26 Yao Qi <yao@codesourcery.com>
9882
9883 * gdb.server/no-thread-db.exp: Specify source file name
9884 explicitly when setting a breakpoint.
9885
589fdceb
MM
98862014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9887
9888 * gdb.btrace/vdso.c: New.
9889 * gdb.btrace/vdso.exp: New.
9890
e9089e05
MM
98912014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9892
9893 * gdb.base/gcore.exp (capture_command_output): Move ...
9894 * lib/gdb.exp (capture_command_output): ... here.
9895
67b5c0c1
MM
98962014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9897
9898 * gdb.btrace/data.exp: Test memory access during btrace replay.
9899
a2199296
SM
99002014-05-22 Simon Marchi <simon.marchi@ericsson.com>
9901
9902 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
9903
17b2616c
PA
99042014-05-21 Pedro Alves <palves@redhat.com>
9905
9906 PR gdb/13860
9907 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
9908 (top level): Test that output related to execution commands is
9909 sent to the console with CLI commands, but not with MI commands.
9910 Test that breakpoint events are always mirrored to the console.
9911 Also expect the new source line to be output after a "next" in
9912 async mode too. Make it a pass/fail test.
9913 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
9914 output.
9915 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
9916
5166082f
PA
99172014-05-21 Pedro Alves <palves@redhat.com>
9918
9919 * gdb.base/list.exp (build_pattern, test_list): New procedures.
9920 Use them to test variations of "list" after reaching a breakpoint.
9921 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
9922 Test "list" with listsize 10 after reaching a breakpoint.
9923 * gdb.python/python.exp (decode_line current location line
9924 number): Adjust expected line number.
9925
2f25d70f
SM
99262014-05-21 Simon Marchi <simon.marchi@ericsson.com>
9927
9928 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
9929 behavior for $args, pass it directly to "run".
9930
ff604a67
MR
99312014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
9932
9933 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
9934 30000 to 65536.
9935
6a3cb8e8
PA
99362014-05-21 Pedro Alves <palves@redhat.com>
9937
9938 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
9939 auto-connect-native-target off".
9940 * gdb.base/auto-connect-native-target.c: New file.
9941 * gdb.base/auto-connect-native-target.exp: New file.
9942
4ebfc96e
PA
99432014-05-21 Pedro Alves <palves@redhat.com>
9944
9945 * gdb.base/default.exp: Test "target native" instead of "target
9946 child".
9947
36d46afb
MW
99482014-05-21 Mark Wielaard <mjw@redhat.com>
9949
9950 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9951
5876f503
JK
99522014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9953
9954 Fix TLS access for -static -pthread.
9955 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
9956 <HAVE_TLS> (thread_function, main): Initialize it.
9957 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
9958 Add clean_restart.
9959 <$have_tls != "">: Check TLSVAR.
9960
0256a6ac
PA
99612014-05-21 Pedro Alves <palves@redhat.com>
9962
9963 * gdb.base/dcache-line-read-error.c: New.
9964 * gdb.base/dcache-line-read-error.exp: New.
9965
936d2992
PA
99662014-05-20 Pedro Alves <palves@redhat.com>
9967
9968 * gdb.base/compare-sections.c: New file.
9969 * gdb.base/compare-sections.exp: New file.
9970
802e8e6d
PA
99712014-05-20 Pedro Alves <palves@redhat.com>
9972
9973 * gdb.base/break-idempotent.c: New file.
9974 * gdb.base/break-idempotent.exp: New file.
9975
e59fa00f
MM
99762014-05-20 Markus Metzger <markus.t.metzger@intel.com>
9977
9978 * gdb.btrace/nohist.exp: New.
9979
8b696e31
YQ
99802014-05-20 Yao Qi <yao@codesourcery.com>
9981
9982 * lib/gdb.exp (gdb_init): Set timeout if test file is under
9983 gdb.reverse directory and gdb_reverse_timeout exists in board
9984 setting.
9985 * README: Document gdb_reverse_timeout.
9986
73c9764f
YQ
99872014-05-20 Yao Qi <yao@codesourcery.com>
9988
9989 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
9990 'test_file_name'. Treat args as a string instead of a list.
9991 (gdb_init): Rename argument 'args' by 'test_file_name'.
9992
f1f4348a
JK
99932014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9994
9995 * gdb.arch/powerpc-power.exp: New file.
9996 * gdb.arch/powerpc-power.s: New file.
9997
0dbe70ce
DE
99982014-05-16 Doug Evans <dje@google.com>
9999
10000 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
10001 * gdb.base/completion.exp: Check that all expected files exist
10002 before doing file completion.
0dbe70ce 10003
8d551b02
DE
100042014-05-16 Doug Evans <dje@google.com>
10005
10006 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
10007 Update.
10008 (do_syscall_tests_without_xml): Update.
10009
73eb7709
PA
100102014-05-16 Pedro Alves <palves@redhat.com>
10011
10012 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10013 instead of "unknown output after running".
10014
3fae92fc
YQ
100152014-05-16 Yao Qi <yao@codesourcery.com>
10016
10017 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10018 file1.txt from host at the end.
10019 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10020
c2b2ccc5
DE
100212014-05-15 Doug Evans <dje@google.com>
10022
10023 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10024 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10025 loading file. Add test for TU lookup.
10026
8c217a4b
SM
100272014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10028
10029 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10030 calling "-exec-arguments" or "set args" before running the
10031 inferior.
10032
3deb39c6
SM
100332014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10034
10035 * lib/mi-support.exp (mi_expect_stop): Expect message for
10036 inferiors that exit with non-zero exit code.
10037
71a79f8c
YQ
100382014-05-14 Yao Qi <yao@codesourcery.com>
10039
10040 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10041 match absolute path on remote host.
10042 (test_file_list_exec_source_files): Remove "/" from the
10043 pattern.
10044
f23fcd46
YQ
100452014-05-14 Yao Qi <yao@codesourcery.com>
10046
10047 * boards/local-remote-host-notty.exp (${board}_file): New
10048 proc.
10049
9404b58f
KM
100502014-05-07 Kyle McMartin <kyle@redhat.com>
10051
10052 Pushed by Joel Brobecker <brobecker@adacore.com>.
10053 * gdb.arch/aarch64-atomic-inst.c: New file.
10054 * gdb.arch/aarch64-atomic-inst.exp: New file.
10055
5e45f04c
YQ
100562014-05-07 Yao Qi <yao@codesourcery.com>
10057
10058 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10059 in current context" too.
10060
c888a17d
KS
100612014-05-05 Keith Seitz <keiths@redhat.com>
10062
10063 * gdb.linespec/ls-dollar.exp: Add test for linespec
10064 file:convenience_variable.
10065
290a839c
YQ
100662014-05-05 Yao Qi <yao@codesourcery.com>
10067
10068 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10069 traceframes into tfile and ctf trace files. Read data from
10070 trace file and test collected data.
10071 (gdb_collect_locals_test): Likewise.
10072 (gdb_unavailable_registers_test): Likewise.
10073 (gdb_unavailable_floats): Likewise.
10074 (gdb_collect_globals_test): Likewise.
10075 (top-level): Append "ctf" to trace_file_targets if GDB
10076 supports.
10077
b5262cd0
YQ
100782014-05-05 Yao Qi <yao@codesourcery.com>
10079
10080 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10081 code to ...
10082 (gdb_collect_args_test_1): ... it. New proc.
10083 (gdb_collect_locals_test): Move some code to ...
10084 (gdb_collect_locals_test_1): ... it. New proc.
10085 (gdb_unavailable_registers_test): Move some code to ...
10086 (gdb_unavailable_registers_test_1): ... it. New proc.
10087 (gdb_unavailable_floats): Move some code to ...
10088 (gdb_unavailable_floats_1): ... it. New proc.
10089
30a1e6cc
SDJ
100902014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10091
10092 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10093 probes to test for bitness recognition.
10094 * gdb.arch/amd64-stap-optional-prefix.exp
10095 (test_probe_value_without_reg): New procedure.
10096 Add code to test for different kinds of bitness.
10097
f33da99a
SDJ
100982014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10099
10100 PR breakpoints/16889
10101 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10102 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10103
5b80f00d
PA
101042014-05-01 Pedro Alves <palves@redhat.com>
10105
10106 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10107 gdb_file_cmd if no file is specified.
10108 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10109 last_loaded_file to set the remote exec-file.
10110
f8c2a73c
PA
101112014-05-01 Pedro Alves <palves@redhat.com>
10112
10113 * boards/local-remote-host.exp: New file.
10114
be6e8ac7
PA
101152014-05-01 Pedro Alves <palves@redhat.com>
10116
10117 * boards/local-remote-host.exp: Rename to ...
10118 * boards/local-remote-host-notty.exp: ... this.
10119
cac0dc8f
JB
101202014-04-28 Joel Brobecker <brobecker@adacore.com>
10121
10122 * gdb.ada/dyn_arrayidx: New testcase.
10123
9730e6cc
YQ
101242014-04-26 Yao Qi <yao@codesourcery.com>
10125
10126 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10127 and compute the length of function main. Save it in
10128 $main_length.
10129 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10130 (top-level): Use gdb_compile to compile objects into
10131 executable and restart GDB. Remove invocation to
10132 prepare_for_testing.
10133
7ae1a6a6
PA
101342014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10135 Pedro Alves <palves@redhat.com>
10136
10137 PR server/16255
10138 * gdb.multi/multi-attach.c: New file.
10139 * gdb.multi/multi-attach.exp: New file.
10140
4082afcc
PA
101412014-04-25 Pedro Alves <palves@redhat.com>
10142
10143 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10144 user.
10145 (top level): Test that "set remote conditional-breakpoints-packet
10146 off" works as intended.
10147 * gdb.base/dprintf.exp: Test that "set remote
10148 breakpoint-commands-packet off" works as intended.
10149 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10150 New function.
10151 (top level): Call it.
10152 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10153 remote fast-tracepoints-packet off" works as intended.
10154 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10155 * lib/gdb.exp (gdb_is_target_remote): ... here.
10156
2abc3f8d
DB
101572014-04-24 David Blaikie <dblaikie@gmail.com>
10158
10159 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10160 ensure clang would not discard them.
10161 * gdb.base/gdbvars.c: Ditto.
10162 * gdb.base/memattr.c: Ditto.
10163 * gdb.base/whatis.c: Ditto.
10164 * gdb.python/py-prettyprint.c: Ditto.
10165 * gdb.trace/actions.c: Ditto.
10166 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10167 ensure clang would not discard it.
10168
bfd39632
DB
101692014-04-24 David Blaikie <dblaikie@gmail.com>
10170
10171 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10172 clang to emit the full definition of type required by the test
10173 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10174
22842ff6
DB
101752014-04-24 David Blaikie <dblaikie@gmail.com>
10176
10177 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10178 coax Clang into emitting the definition of the type.
10179 * gdb.cp/pr10728-x.h (y): Ditto.
10180 * gdb.cp/pr10728-y.cc (y): Ditto.
10181
c2e827ad
DB
101822014-04-24 David Blaikie <dblaikie@gmail.com>
10183
10184 * gdb.base/label.exp: XFAIL label related tests under Clang.
10185 * gdb.cp/cplabel.exp: Ditto.
10186 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10187 under Clang those using labels.
10188
4c2d33e7
YQ
101892014-04-25 Yao Qi <yao@codesourcery.com>
10190
10191 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10192 double_label.
10193 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10194 partial_label and double_label.
10195
56083b99
DB
101962014-04-24 David Blaikie <dblaikie@gmail.com>
10197
10198 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10199
25d4e99d
DB
102002014-04-24 David Blaikie <dblaikie@gmail.com>
10201
10202 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10203 of the function to work across GCC and Clang.
10204 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10205 pointer types (const void ** const V void **).
10206
01f9f808
MS
102072014-04-24 Michael Sturm <michael.sturm@mintel.com>
10208 Walfred Tedeschi <walfred.tedeschi@intel.com>
10209
10210 * Makefile.in (EXECUTABLES): Added i386-avx512.
10211 * gdb.arch/i386-avx512.c: New file.
10212 * gdb.arch/i386-avx512.exp: Likewise.
10213
4b48d439
KS
102142014-04-23 Keith Seitz <keiths@redhat.com>
10215
10216 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10217 (mi_make_breakpoint_table): New procedure.
10218 (mi_create_breakpoint): Use mi_make_breakpoint
10219 and return the result.
10220 (mi_make_breakpoint): New procedure.
10221 (mi_build_kv_pairs): New procedure.
10222
10223 * gdb.mi/mi-break.exp: Remove unused globals,
10224 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10225 All callers updated.
10226 * gdb.mi/mi-dprintf.exp: Use variable to track command
10227 number.
10228 Update all callers of mi_create_breakpoint and use
10229 mi_make_breakpoint_table.
10230 Remove any unused global variables.
10231 * gdb.mi/mi-nonstop.exp: Likewise.
10232 * gdb.mi/mi-nsintrall.exp: Likewise.
10233 * gdb.mi/mi-nsmoribund.exp: Likewise.
10234 * gdb.mi/mi-nsthrexec.exp: Likewise.
10235 * gdb.mi/mi-reverse.exp: Likewise.
10236 * gdb.mi/mi-simplerun.exp: Likewise.
10237 * gdb.mi/mi-stepn.exp: Likewise.
10238 * gdb.mi/mi-syn-frame.exp: Likewise.
10239 * gdb.mi/mi-until.exp: Likewise.
10240 * gdb.mi/mi-var-cp.exp: Likewise.
10241 * gdb.mi/mi-var-display.exp: Likewise.
10242 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10243 * gdb.mi/mi2-var-child.exp: Likewise.
10244 * gdb.mi/mi-vla-c99.exp: Likewise.
10245 * lib/mi-support.exp: Likewise.
10246
10247 From Ian Lance Taylor <iant@cygnus.com>:
10248 * lib/gdb.exp (parse_args): New procedure.
10249
08351840
PA
102502014-04-23 Pedro Alves <palves@redhat.com>
10251
10252 * gdb.base/break-unload-file.c: New file.
10253 * gdb.base/break-unload-file.exp: New file.
10254 * gdb.base/sym-file-lib.c (baz): New function.
10255 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10256 field.
10257 (load): Store the segment's mapped size.
10258 (unload): New function.
10259 (unload_shlib): New function.
10260 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10261 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10262 set a breakpoint at baz, and call it.
10263 * gdb.base/sym-file.exp: New tests for stale breakpoint
10264 instructions.
10265
076855f9
PA
102662014-04-23 Pedro Alves <palves@redhat.com>
10267
10268 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10269 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10270 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10271 * gdb.base/hbreak-unmapped.c: New file.
10272 * gdb.base/hbreak-unmapped.exp: New file.
10273 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10274 * lib/gdb.exp (gdb_is_target_remote): ... here.
10275
483805cf
PA
102762014-04-22 Pedro Alves <palves@redhat.com>
10277
10278 * gdb.base/consecutive-step-over.c: New file.
10279 * gdb.base/consecutive-step-over.exp: New file.
10280
06d97543
PA
102812014-04-22 Pedro Alves <palves@redhat.com>
10282
10283 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10284 instead of send_gdb/gdb_expect.
10285
b4429ea2
YQ
102862014-04-22 Yao Qi <yao@codesourcery.com>
10287
10288 * lib/trace-support.exp (generate_tracefile): New procedure.
10289 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10290 return 0.
10291 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10292 if generate_tracefile returns 1.
10293
51d48146
PA
102942014-04-18 Tom Tromey <palves@redhat.com>
10295 Pedro alves <tromey@redhat.com>
10296
10297 PR backtrace/15558
10298 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10299 with a backtrace limit.
10300 * gdb.python/py-frame-inline.exp: Test running to an inline
10301 function with a backtrace limit, and printing the newest frame.
10302 * gdb.python/py-frame-inline.c (main): Call f.
10303
bd1dce5f
MS
103042014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10305
10306 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10307
40d1a503
MS
103082014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10309
10310 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10311 Drop prefix from unsupported source file path.
10312
389b98f7
YQ
103132014-04-17 Yao Qi <yao@codesourcery.com>
10314
10315 * lib/gdb.exp (with_target_charset): New proc.
10316 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10317 with_target_charset.
10318 (test_print_strings): Likewise.
10319 (test_repeat_bytes): Likewise.
10320 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10321 for some tests.
10322
22869d73
KS
103232014-04-16 Keith Seitz <keiths@redhat.com>
10324
10325 PR gdb/15827
10326 * gdb.dwarf2/corrupt.c: New file.
10327 * gdb.dwarf2/corrupt.exp: New file.
10328
c4f87ca6
KS
103292014-04-16 Keith Seitz <keiths@redhat.com>
10330
10331 PR c++/16597
10332 * gdb.cp/namelessclass.cc: New file.
10333 * gdb.cp/namelessclass.exp: New file.
10334 * gdb.cp/namelessclass.S: New file.
10335
ab19de87
DE
103362014-04-16 Doug Evans <dje@google.com>
10337
10338 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10339 Add comment.
10340 (gdbserver_default_get_comm_port): New function.
10341 (gdbserver_start): Check if board file provided
10342 "gdbserver,get_comm_port" and use it if so.
10343 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10344 (gdb,socketport): Set to "stdio".
10345 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10346 (stdio_gdbserver_template): Delete.
10347 (${board}_get_remote_address): Update.
10348 (${board}_build_remote_cmd): Delete.
10349 (${board}_get_comm_port): New function.
10350 (${board}_spawn): Update.
10351 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10352 Delete.
10353 (${board}_get_remote_address): Update.
10354 (${board}_get_comm_port): New function.
10355
fc98a809
AB
103562014-04-16 Andrew Burgess <aburgess@broadcom.com>
10357
10358 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10359 appearing in any order.
10360
87fd9e6e
DE
103612014-04-15 Doug Evans <dje@google.com>
10362
10363 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10364 uninitialized value of "description".
10365
099fc3ea
KS
103662014-04-15 Keith Seitz <keiths@redhat.com>
10367
10368 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10369 Remove unused globals.
10370 (test_running_the_program): Likewise.
10371 (test_controlled_execution): Likewise.
10372 (test_controlling_breakpoints): Likewise.
10373 (test_program_termination): Likewise.
10374
5da151d4
KS
103752014-04-15 Keith Seitz <keiths@redhat.com>
10376
10377 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10378 unused globals.
10379 (test_rbreak_creation_and_listing): Likewise.
10380 (test_ignore_count): Likewise.
10381 (test_error): Likewise.
10382
35e5d2f0
PA
103832014-04-15 Pedro Alves <palves@redhat.com>
10384
10385 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10386 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10387 sym-file-loader.c.
10388 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10389 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10390 to sym-file-loader.c.
10391 (struct library): Forward declare.
10392 (load_shlib, lookup_function): Change prototypes.
10393 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10394 (translate_offset): Remove declarations.
10395 (get_text_addr): New declaration.
10396 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10397 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10398 sym-file-loader.h.
10399 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10400 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10401 here from sym-file-loader.h.
10402 (struct library): New structure.
10403 (load_shlib, lookup_function): Change prototypes and adjust to
10404 work with a struct library.
10405 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10406 (translate_offset): Make static.
10407 (get_text_addr): New function.
10408 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10409
eb4c1710
PA
104102014-04-15 Pedro Alves <palves@redhat.com>
10411
10412 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10413
2d1baf52
PA
104142014-04-15 Pedro Alves <palves@redhat.com>
10415
10416 * gdb.base/sym-file-loader.c: Include <limits.h>.
10417 (SELF_LINK): New define.
10418 (get_origin): New function.
10419 (load_shlib): Use it.
10420 * gdb.base/sym-file.exp: Don't early return if the target is
10421 remote. Use runto_main, and issue fail is that fails. Use
10422 gdb_load_shlibs.
10423 (shlib_name): Delete.
10424 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10425
7dd6df01
PA
104262014-04-15 Pedro Alves <palves@redhat.com>
10427
10428 * gdb.base/sym-file.exp: Remove regex characters from test
10429 message. Don't refer to breakpoint numbers in test messages.
10430
b50c8614
KS
104312014-04-14 Keith Seitz <keiths@redhat.com>
10432
10433 PR c++/16253
10434 * gdb.cp/var-tag.cc: New file.
10435 * gdb.cp/var-tag.exp: New file.
10436 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10437 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10438 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10439 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10440
3d567982
TT
104412014-04-14 Tom Tromey <tromey@redhat.com>
10442
10443 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10444 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10445 type.
10446 * gdb.cp/enum-class.exp: New file.
10447 * gdb.cp/enum-class.cc: New file.
10448
0626fc76
TT
104492014-04-14 Tom Tromey <tromey@redhat.com>
10450
10451 * gdb.dwarf2/enum-type.exp: New file.
10452
dca325b3
SA
104532014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10454
10455 * gdb.mi/mi-vla-c99.exp: New file.
10456 * gdb.mi/vla.c: New file.
10457
5854b38a
SA
104582014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10459
10460 * gdb.base/vla-datatypes.c: New file.
10461 * gdb.base/vla-datatypes.exp: New file.
10462
463bb957
SA
104632014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10464
10465 * gdb.base/vla-ptr.c: New file.
10466 * gdb.base/vla-ptr.exp: New file.
10467
3dd170be
SA
104682014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10469
10470 * gdb.dwarf2/count.exp: New file.
10471
5ecaaa66
SA
104722014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10473
10474 * gdb.base/vla-sideeffect.c: New file.
10475 * gdb.base/vla-sideeffect.exp: New file.
10476
41f1ada5
DB
104772014-04-14 David Blaikie <dblaikie@gmail.com>
10478
10479 * gdb.mi/non-stop.c: Add return value for non-void function return
10480 statement.
10481 * gdb.threads/staticthreads.c: Ditto.
10482
0be03e84
DE
104832014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10484 Doug Evans <xdje42@gmail.com>
10485
10486 * gdb.guile/scm-value.c: Improve test case.
10487 * gdb.guile/scm-value.exp: Add new test.
10488
f180a1fb
DB
104892014-04-11 David Blaikie <dblaikie@gmail.com>
10490
10491 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10492 override Clang's default.
10493
6b662e19
JB
104942014-04-11 Joel Brobecker <brobecker@adacore.com>
10495
10496 Revert the following changes (regressions):
10497
10498 * gdb.base/vla-sideeffect.c: New file.
10499 * gdb.base/vla-sideeffect.exp: New file.
10500
10501 * gdb.dwarf2/count.exp: New file.
10502
10503 * gdb.base/vla-multi.c: New file.
10504 * gdb.base/vla-multi.exp: New file.
10505
10506 * gdb.base/vla-ptr.c: New file.
10507 * gdb.base/vla-ptr.exp: New file.
10508
10509 * gdb.base/vla-datatypes.c: New file.
10510 * gdb.base/vla-datatypes.exp: New file.
10511
10512 * gdb.mi/mi-vla-c99.exp: New file.
10513 * gdb.mi/vla.c: New file.
10514
245a5f0b
KS
105152014-04-11 Keith Seitz <keiths@redhat.com>
10516
10517 PR c++/16675
10518 * gdb.cp/cpsizeof.exp: New file.
10519 * gdb.cp/cpsizeof.cc: New file.
10520
58a84dcf
SA
105212014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10522
191a8a90
JB
10523 * gdb.mi/mi-vla-c99.exp: New file.
10524 * gdb.mi/vla.c: New file.
58a84dcf 10525
c8655f75
SA
105262014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10527
10528 * gdb.base/vla-datatypes.c: New file.
10529 * gdb.base/vla-datatypes.exp: New file.
10530
024e13b4
SA
105312014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10532
10533 * gdb.base/vla-ptr.c: New file.
10534 * gdb.base/vla-ptr.exp: New file.
10535
1a237e0e
SA
105362014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10537
10538 * gdb.base/vla-multi.c: New file.
10539 * gdb.base/vla-multi.exp: New file.
10540
504f3432
SA
105412014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10542
10543 * gdb.dwarf2/count.exp: New file.
10544
3bce8237
SA
105452014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10546
191a8a90
JB
10547 * gdb.base/vla-sideeffect.c: New file.
10548 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 10549
322f9c21
YQ
105502014-04-11 Yao Qi <yao@codesourcery.com>
10551
10552 * gdb.base/completion.exp: Check file exists before running tests
10553 on file completion.
10554
d708bcd1
PA
105552014-04-10 Pedro Alves <palves@redhat.com>
10556
10557 * gdb.base/cond-eval-mode.c: New file.
10558 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10559 prepare_for_testing to build the new file. Check result of
10560 runto_main.
10561 (test_break, test_watch): New procedures.
10562 (top level): Use them.
10563
ae1d2761
PM
105642014-04-08 Pierre Muller <muller@sourceware.org>
10565
10566 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10567 Ctrl-V use for mingw hosts.
10568
7af389b8
SC
105692014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10570
10571 * gdb.python/py-value.c: Improve test case.
10572 * gdb.python/py-value.exp: Add new test.
10573
5e703181
DE
105742014-04-07 David Blaikie <dblaikie@gmail.com>
10575
10576 * lib/compiler.c: Identify the clang compiler.
10577 * lib/compiler.cc: Ditto.
10578
9810b410
YQ
105792014-04-03 Yao Qi <yao@codesourcery.com>
10580
10581 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10582
98d1b8dc
AB
105832014-04-01 Anton Blanchard <anton@samba.org>
10584
10585 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10586 messages unique.
10587
3114cea1
AB
105882014-04-01 Anton Blanchard <anton@samba.org>
10589
10590 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10591 prepare_for_testing.
10592
62f7182c
AB
105932014-04-01 Anton Blanchard <anton@samba.org>
10594
10595 * gdb.arch/ppc64-atomic-inst.c: Remove.
10596 * gdb.arch/ppc64-atomic-inst.S: New file.
10597 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10598
770e7fc7
DE
105992014-03-31 Doug Evans <dje@google.com>
10600
10601 * gdb.base/print-symbol-loading-lib.c: New file.
10602 * gdb.base/print-symbol-loading-main.c: New file.
10603 * gdb.base/print-symbol-loading.exp: New file.
10604
46e2bafa
YQ
106052014-03-31 Yao Qi <yao@codesourcery.com>
10606
10607 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10608
8776cfe9
JB
106092014-03-28 Joel Brobecker <brobecker@adacore.com>
10610
10611 * gdb.ada/mi_dyn_arr: New testcase.
10612
5d1ef361
DE
106132014-03-27 Doug Evans <dje@google.com>
10614
10615 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10616
b5bee914
YQ
106172014-03-27 Yao Qi <yao@codesourcery.com>
10618
10619 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10620 if target is nios2-*-*.
10621
0d4d0e77
YQ
106222014-03-26 Yao Qi <yao@codesourcery.com>
10623
10624 * lib/gdb.exp (readline_is_used): New proc.
10625 * gdb.base/completion.exp: Move tests on command complete up.
10626 Skip the rest of tests if readline is not used.
10627 * gdb.ada/complete.exp: Skp the test if readline is not
10628 used.
10629 * gdb.base/filesym.exp: Likewise.
10630 * gdb.base/macscp.exp: Likewise.
10631 * gdb.base/readline-ask.exp: Likewise.
10632 * gdb.base/readline.exp: Likewise.
10633 * gdb.python/py-cmd.exp: Likewise.
10634 * gdb.trace/tfile.exp: Likewise.
10635
29361eee
YQ
106362014-03-26 Yao Qi <yao@codesourcery.com>
10637
10638 * gdb.base/macscp.exp: Fix code format issues.
10639
bc9a5525
UW
106402014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10641
10642 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10643 * gdb.asm/powerpc64le.inc: New file.
10644
d3839ede
PA
106452014-03-25 Pedro Alves <palves@redhat.com>
10646 Doug Evans <dje@google.com>
10647
10648 * gdb.base/source-execution.c: New file.
10649 * gdb.base/source-execution.exp: New file.
10650 * gdb.base/source-execution.gdb: New file.
10651
01672a57
DE
106522014-03-24 Doug Evans <dje@google.com>
10653
10654 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10655 using fission.
10656
88bbeca9
HZ
106572014-03-24 Hui Zhu <hui@codesourcery.com>
10658 Pedro Alves <palves@redhat.com>
10659
10660 PR breakpoints/16101
10661 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10662 test pass/fail messages. Detect missing support for dprintf when
10663 breakpoints are actually inserted.
10664 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10665 breakpoints are actually inserted.
10666 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10667 fails.
10668
d2348791
JK
106692014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10670
10671 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10672
feef67ab
DE
106732014-03-22 Doug Evans <xdje42@gmail.com>
10674
10675 * gdb.python/python.exp (python not supported): Verify multi-line
10676 python command issues an error.
25d743f9 10677 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 10678 guile command issues an error.
feef67ab 10679
ecebef6a
MR
106802014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10681
10682 * gdb.threads/thread-specific.exp: Handle the lack of usable
10683 $this_breakpoint and $this_thread.
10684
ccdd1909
HZ
106852014-03-21 Hui Zhu <hui@codesourcery.com>
10686
10687 * gdb.base/attach.exp (do_command_attach_tests): New.
10688
beb460e8
PA
106892014-03-20 Tom Tromey <tromey@redhat.com>
10690 Pedro Alves <palves@redhat.com>
10691
10692 PR cli/15718
10693 * gdb.base/condbreak-call-false.c: New file.
10694 * gdb.base/condbreak-call-false.exp: New file.
10695
40acf43a
PA
106962014-03-20 Pedro Alves <palves@redhat.com>
10697
10698 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10699 Delete.
10700 (block_signals, unblock_signals): Delete.
10701 (child_function_2, main): Remove references to deleted variable
10702 and functions.
10703
9f5e1e02
PA
107042014-03-20 Pedro Alves <palves@redhat.com>
10705
10706 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10707 Use pthread_kill to signal thread 2.
10708 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10709 Adjust to make the test send itself a signal rather than using the
10710 host's "kill" command.
10711
99619bea
PA
107122014-03-20 Pedro Alves <palves@redhat.com>
10713
10714 * gdb.threads/multiple-step-overs.c: New file.
10715 * gdb.threads/multiple-step-overs.exp: New file.
10716 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10717 Adjust expected infrun debug output.
10718
2adfaa28
PA
107192014-03-20 Pedro Alves <palves@redhat.com>
10720
10721 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10722 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10723
31e77af2
PA
107242014-03-20 Pedro Alves <palves@redhat.com>
10725
10726 PR breakpoints/7143
10727 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10728 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10729 of gdb_test_multiple.
10730 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10731 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10732
b9f437de
PA
107332014-03-20 Pedro Alves <palves@redhat.com>
10734
10735 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10736 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10737
05adc73e
PA
107382014-03-19 Pedro Alves <palves@redhat.com>
10739
10740 * gdb.base/async.exp: Remove early return.
10741
6048b950
PA
107422014-03-19 Pedro Alves <palves@redhat.com>
10743
10744 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10745
8bcfb00a
PA
107462014-03-19 Pedro Alves <palves@redhat.com>
10747
10748 * gdb.base/async.exp (test_background): Expect \r\n after
10749 "completed." in the fail pattern.
10750
884e37dc
PA
107512014-03-19 Pedro Alves <palves@redhat.com>
10752
10753 * gdb.base/async.exp (test_background): New procedure.
10754 Use it for all background execution command tests.
10755
148e57e2
PA
107562014-03-19 Pedro Alves <palves@redhat.com>
10757
10758 * gdb.base/async.exp: Use prepare_for_testing.
10759
f48088c7
PA
107602014-03-19 Pedro Alves <palves@redhat.com>
10761
10762 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10763 the same line.
10764
e2f6c966
PA
107652014-03-19 Pedro Alves <palves@redhat.com>
10766
10767 * gdb.base/async.c (main): Add "jump here" and "until here" line
10768 marker comments.
10769 * gdb.base/async.exp (jump_here): New global.
10770 (jump& test): Use it.
10771 (until_here): New global.
10772 (until& test): Use it.
10773
c30568d4
PA
107742014-03-19 Pedro Alves <palves@redhat.com>
10775
10776 * gdb.base/async.exp: Don't frob gdb_protocol.
10777
0172b6a7
DE
107782014-03-18 Doug Evans <xdje42@gmail.com>
10779
10780 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10781 Fix spelling of exec-done-display.
10782
06c868a8
JK
107832014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10784
10785 PR gdb/15358
10786 * gdb.base/gdb-sigterm.c: New file.
10787 * gdb.base/gdb-sigterm.exp: New file.
10788
0c7e1a46
PA
107892014-03-18 Pedro Alves <palves@redhat.com>
10790
10791 PR gdb/13860
10792 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10793 * lib/mi-support.exp (mi_expect_stop): Add special handling for
10794 solib-event.
10795
f7c77d93
JB
107962014-03-17 Joel Brobecker <brobecker@adacore.com>
10797
10798 * gdb.ada/pckd_arr_ren: New testcase.
10799
5a1e8c7a
DE
108002014-03-13 Doug Evans <xdje42@gmail.com>
10801
10802 PR guile/16612
10803 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10804 collect after discarding symbols.
10805
350e1a76
DE
108062014-03-13 Ludovic Courtès <ludo@gnu.org>
10807 Doug Evans <xdje42@gmail.com>
10808
10809 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10810 to history survives a gc.
10811
a69900ae
PA
108122014-03-13 Pedro Alves <palves@redhat.com>
10813
10814 * gdb.base/default.exp: Don't test "target procfs".
10815
5db9f0bd
PA
108162014-03-13 Pedro Alves <palves@redhat.com>
10817
10818 * gdb.base/default.exp: Update "target child" and "target procfs"
10819 tests to not expect "Unix".
10820
b3ccfe11
TT
108212014-03-12 Tom Tromey <tromey@redhat.com>
10822
10823 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
10824 New procs. Add target-async tests.
10825 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
10826 Add target-async tests.
10827
646f4417
AA
108282014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10829
10830 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
10831 'func_start' and 'func_end' for the beginning and end of the
10832 function code, respectively.
10833 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
10834 'func_end' instead of 'func' and 'main'.
10835
288c211f
AA
108362014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10837
10838 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
10839 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
10840 generate the debug info assembler source.
10841
e0c0f156
AA
108422014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10843
10844 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
10845 * gdb.dwarf2/arr-subrange.exp: Likewise.
10846 * gdb.dwarf2/dwz.exp: Likewise.
10847 * gdb.dwarf2/method-ptr.exp: Likewise.
10848 * gdb.dwarf2/missing-sig-type.exp: Likewise.
10849 * gdb.dwarf2/subrange.exp: Likewise.
10850 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
10851 * gdb.dwarf2/implptrpiece.exp: Likewise.
10852 * gdb.dwarf2/nostaticblock.exp: Likewise.
10853
0e5c4555
AA
108542014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10855
10856 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
10857 directory to absolute path name arguments.
10858
5ec18f2b
JG
108592014-03-10 Joel Brobecker <brobecker@adacore.com>
10860
10861 * gdb.ada/tagged_access: New testcase.
10862
847fc4f2
MM
108632014-03-07 Markus Metzger <markus.t.metzger@intel.com>
10864
10865 * gdb.btrace/data.exp: Update expected output.
10866
cc3da688
YQ
108672014-03-06 Yao Qi <yao@codesourcery.com>
10868
10869 * gdb.trace/pr16508.exp: New file.
10870
0f26cec1
PA
108712014-03-05 Pedro Alves <palves@redhat.com>
10872
10873 PR gdb/16575
10874 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
10875 procedure.
10876 (top level): Adjust to use it. Add tests that exercise breakpoint
10877 interaction with the code-cache.
10878
7a5a839f
LC
108792014-02-26 Ludovic Courtès <ludo@gnu.org>
10880
10881 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
10882 test for 'history-append!'.
10883
31aa7e4e
JB
108842014-02-26 Joel Brobecker <brobecker@adacore.com>
10885
10886 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
10887 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
10888 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
10889 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
10890 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
10891 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
10892
1b588015
JB
108932014-02-26 Joel Brobecker <brobecker@adacore.com>
10894
10895 * testsuite/gdb.python/py-pp-re-notag.c: New file.
10896 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
10897 * testsuite/gdb.python/py-pp-re-notag.p: New file.
10898
55426c9d
JB
108992014-02-26 Joel Brobecker <brobecker@adacore.com>
10900
10901 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
10902
dc53a7ad
JB
109032014-02-26 Joel Brobecker <brobecker@adacore.com>
10904
10905 * gdb.dwarf2/arr-stride.c: New file.
10906 * gdb.dwarf2/arr-stride.exp: New file.
10907
12ab52e9
PA
109082014-02-26 Pedro Alves <palves@redhat.com>
10909
10910 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
10911 that won't ever trigger. Make sure that GDB reports the correct
10912 breakpoint that caused the stop.
10913
849c862e
JK
109142014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10915
10916 PR gdb/16626
10917 * gdb.base/auto-load-script: New file.
10918 * gdb.base/auto-load.c: New file.
10919 * gdb.base/auto-load.exp: New file.
10920
71b7d793
JK
10921 PR gdb/16626
10922 * gdb.base/auto-load.exp: Fix out-of-srctree run.
10923
e2f0d509
JK
109242014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10925
10926 Fix dw2-icycle.exp -fsanitize=address GDB crash.
10927 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
10928
50cc37c8
DE
109292014-02-24 Doug Evans <dje@google.com>
10930
10931 * lib/gdb.exp (run_on_host): Log error output if program fails.
10932
ea4758f2
PA
109332014-02-21 Pedro Alves <palves@redhat.com>
10934
10935 * gdb.threads/step-after-sr-lock.c: Rename to ...
10936 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
10937 * gdb.threads/step-after-sr-lock.exp: Rename to ...
10938 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10939 ... this.
10940
d7b30f67
SDJ
109412014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
10942
10943 PR tdep/16397
10944 * gdb.arch/amd64-stap-special-operands.exp: New file.
10945 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
10946 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
10947 * gdb.arch/amd64-stap-triplet.S: Likewise.
10948 * gdb.arch/amd64-stap-triplet.c: Likewise.
10949
83deb43f
JB
109502014-02-20 Joel Brobecker <brobecker@adacore.com>
10951
10952 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
10953 in .section pseudo-op.
10954
adde2bff
DE
109552014-02-20 lin zuojian <manjian2006@gmail.com>
10956 Joel Brobecker <brobecker@adacore.com>
10957 Doug Evans <xdje42@gmail.com>
10958
10959 PR symtab/16581
10960 * gdb.dwarf2/dw2-icycle.S: New file.
10961 * gdb.dwarf2/dw2-icycle.c: New file.
10962 * gdb.dwarf2/dw2-icycle.exp: New file.
10963
f7bd0f78
SC
109642014-02-19 Siva Chandra Reddy <sivachandra@google.com>
10965
10966 * gdb.python/py-value-cc.cc: Improve test case to enable testing
10967 operations on gdb.Value objects.
10968 * gdb.python/py-value-cc.exp: Add new test to test operations on
10969 gdb.Value objects.
10970
c17ef0d5
DE
109712014-02-18 Doug Evans <dje@google.com>
10972
10973 * Makefile.in (TESTS): New variable.
10974 (expanded_tests, expanded_tests_or_none): New variables
10975 (check-single): Pass $(expanded_tests_or_none) to runtest.
10976 (check-parallel): Only run tests in $(TESTS) if non-empty.
10977 (check/no-matching-tests-found): New rule.
10978 * README: Document TESTS makefile variable.
10979
5dd3176f
DE
109802014-02-18 Doug Evans <dje@google.com>
10981
10982 * Makefile.in (check-parallel): rm -rf outputs temp.
10983
0b10be4f
JK
109842014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10985
10986 Fix "ERROR: no fileid for" in the testsuite.
10987 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
10988
85f224e7
DE
109892014-02-12 Doug Evans <dje@google.com>
10990
10991 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
10992 (MISCELLANEOUS): New variable.
10993 (clean): rm -rf $(MISCELLANEOUS).
10994 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
10995 dwp live in the same directory as symlinks, with each symlink pointed
10996 to a differently named file in a different directory.
10997
149b30ff
DE
109982014-02-11 Doug Evans <dje@google.com>
10999
11000 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
11001 of Tcl file commands.
11002
1dfdac32
MK
110032014-02-10 Mark Kettenis <kettenis@gnu.org>
11004
11005 * gdb.threads/step-after-sr-lock.exp: Avoid executing
11006 "kill -SIGUSR1 -1".
11007
aa4fb036
JB
110082014-02-10 Joel Brobecker <brobecker@adacore.com>
11009
11010 * gdb.ada/tick_length_array_enum_idx: New testcase.
11011
ed3ef339
DE
110122014-02-10 Doug Evans <xdje42@gmail.com>
11013
11014 * configure.ac (AC_OUTPUT): Add gdb.guile.
11015 * configure: Regenerate.
11016 * lib/gdb-guile.exp: New file.
11017 * lib/gdb.exp (get_target_charset): New function.
11018 * gdb.base/help.exp: Update expected output from "apropos apropos".
11019 * gdb.guile/Makefile.in: New file.
11020 * gdb.guile/guile.exp: New file.
11021 * gdb.guile/scm-arch.c: New file.
11022 * gdb.guile/scm-arch.exp: New file.
11023 * gdb.guile/scm-block.c: New file.
11024 * gdb.guile/scm-block.exp: New file.
11025 * gdb.guile/scm-breakpoint.c: New file.
11026 * gdb.guile/scm-breakpoint.exp: New file.
11027 * gdb.guile/scm-disasm.c: New file.
11028 * gdb.guile/scm-disasm.exp: New file.
11029 * gdb.guile/scm-equal.c: New file.
11030 * gdb.guile/scm-equal.exp: New file.
11031 * gdb.guile/scm-error.exp: New file.
11032 * gdb.guile/scm-error.scm: New file.
11033 * gdb.guile/scm-frame-args.c: New file.
11034 * gdb.guile/scm-frame-args.exp: New file.
11035 * gdb.guile/scm-frame-args.scm: New file.
11036 * gdb.guile/scm-frame-inline.c: New file.
11037 * gdb.guile/scm-frame-inline.exp: New file.
11038 * gdb.guile/scm-frame.c: New file.
11039 * gdb.guile/scm-frame.exp: New file.
11040 * gdb.guile/scm-generics.exp: New file.
11041 * gdb.guile/scm-gsmob.exp: New file.
11042 * gdb.guile/scm-iterator.c: New file.
11043 * gdb.guile/scm-iterator.exp: New file.
11044 * gdb.guile/scm-math.c: New file.
11045 * gdb.guile/scm-math.exp: New file.
11046 * gdb.guile/scm-objfile-script-gdb.in: New file.
11047 * gdb.guile/scm-objfile-script.c: New file.
11048 * gdb.guile/scm-objfile-script.exp: New file.
11049 * gdb.guile/scm-objfile.c: New file.
11050 * gdb.guile/scm-objfile.exp: New file.
11051 * gdb.guile/scm-ports.exp: New file.
11052 * gdb.guile/scm-pretty-print.c: New file.
11053 * gdb.guile/scm-pretty-print.exp: New file.
11054 * gdb.guile/scm-pretty-print.scm: New file.
11055 * gdb.guile/scm-section-script.c: New file.
11056 * gdb.guile/scm-section-script.exp: New file.
11057 * gdb.guile/scm-section-script.scm: New file.
11058 * gdb.guile/scm-symbol.c: New file.
11059 * gdb.guile/scm-symbol.exp: New file.
11060 * gdb.guile/scm-symtab-2.c: New file.
11061 * gdb.guile/scm-symtab.c: New file.
11062 * gdb.guile/scm-symtab.exp: New file.
11063 * gdb.guile/scm-type.c: New file.
11064 * gdb.guile/scm-type.exp: New file.
11065 * gdb.guile/scm-value-cc.cc: New file.
11066 * gdb.guile/scm-value-cc.exp: New file.
11067 * gdb.guile/scm-value.c: New file.
11068 * gdb.guile/scm-value.exp: New file.
11069 * gdb.guile/source2.scm: New file.
11070 * gdb.guile/types-module.cc: New file.
11071 * gdb.guile/types-module.exp: New file.
11072
7026a7c1
YQ
110732014-02-10 Yao Qi <yao@codesourcery.com>
11074
11075 PR testsuite/16543
11076 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11077 * configure: Regenerated.
11078 * Makefile.in: New file.
11079
6c466447
AS
110802014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11081
11082 * gdb.python/py-framefilter.exp: Fix typo.
11083
6e854735
YQ
110842014-02-08 Yao Qi <yao@codesourcery.com>
11085
11086 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11087 that no =breakpoint-modified is emitted when breakpoints are
11088 modified through MI commands.
11089
d137e6dc
PA
110902014-02-07 Pedro Alves <pedro@codesourcery.com>
11091 Pedro Alves <palves@redhat.com>
11092
11093 * gdb.threads/step-after-sr-lock.c: New file.
11094 * gdb.threads/step-after-sr-lock.exp: New file.
11095
b5ee5a50
PA
110962014-02-07 Pedro Alves <palves@redhat.com>
11097
11098 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11099
3c77faf3
JK
111002014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11101
11102 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11103 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11104
6dddc817
DE
111052014-02-06 Doug Evans <xdje42@gmail.com>
11106
11107 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11108 output.
11109
11110 * gdb.gdb/python-interrupts.exp: New file.
11111
de7b2893
YQ
111122014-02-05 Yao Qi <yao@codesourcery.com>
11113
11114 * gdb.trace/report.exp (use_collected_data): Test the output
11115 of "info threads" and "info inferiors".
11116
66d032ac
YQ
111172014-02-05 Yao Qi <yao@codesourcery.com>
11118
11119 Revert this patch:
11120
11121 2013-05-24 Yao Qi <yao@codesourcery.com>
11122
11123 * gdb.trace/tfile.exp: Test inferior and thread.
11124
591a12a1
UW
111252014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11126
11127 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11128 on a function.
11129 * gdb.base/step-bt.c: Call hello via function pointer to make
11130 sure its first instruction is executed on powerpc64le-linux.
11131
0ff3e01f
UW
111322014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11133
11134 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11135
084ee545
UW
111362014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11137
11138 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11139 of the test patterns for use on little-endian systems.
11140
6ed14ff3
UW
111412014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11142
11143 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11144 (decimal_vector): Fix for little-endian.
11145
401e27fd
JM
111462014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11147
11148 * gdb.arch/sparc-sysstep.exp: New file.
11149 * gdb.arch/sparc-sysstep.c: Likewise.
11150
11151 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11152
8b924729
EBM
111532014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11154
11155 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11156
fb151210
JB
111572014-01-23 Tom Tromey <tromey@redhat.com>
11158
11159 * gdb.ada/array_char_idx: New testcase.
11160
0740f8d8
TT
111612014-01-23 Tom Tromey <tromey@redhat.com>
11162
11163 PR python/16487:
11164 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11165 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11166 classes.
11167
21909fa1
TT
111682014-01-23 Tom Tromey <tromey@redhat.com>
11169
11170 PR python/16491:
11171 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11172 string from an inferior frame.
11173 * gdb.python/py-framefilter-mi.exp: Update.
11174
87ce2a04
DE
111752014-01-22 Doug Evans <dje@google.com>
11176
11177 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11178
237b092b
AA
111792014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11180
11181 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11182
d674a709
AA
111832014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11184
11185 * gdb.trace/entry-values.exp: Remove excess space character from
11186 regex patterns. Handle s390 call instruction.
11187
20fa3390
AA
111882014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11189
11190 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11191 define "*_start" label. Make "name" static.
11192 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11193 ${name} by references to ${name}_start.
11194
78466714
AA
111952014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11196
11197 * gdb.base/info-macros.exp: Remove "debug" from the compile
11198 options.
11199
ec9f644a
IB
112002014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11201
11202 * gdb.dlang/demangle.exp: New file.
11203
94b1b47e
IB
112042014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11205
11206 * gdb.dlang/primitive-types.exp: New file.
11207
7f420862
IB
112082014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11209
11210 * configure.ac: Create gdb.dlang/Makefile.
11211 * configure: Regenerate.
11212 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11213 * gdb.dlang/Makefile.in: New file.
11214 * lib/d-support.exp: New file.
11215 * lib/gdb.exp (skip_d_tests): New proc.
11216
52834460
MM
112172014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11218
11219 * gdb.btrace/delta.exp: Check reverse stepi.
11220 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11221 * gdb.btrace/finish.exp: New.
11222 * gdb.btrace/next.exp: New.
11223 * gdb.btrace/nexti.exp: New.
11224 * gdb.btrace/record_goto.c: Add comments.
11225 * gdb.btrace/step.exp: New.
11226 * gdb.btrace/stepi.exp: New.
11227 * gdb.btrace/multi-thread-step.c: New.
11228 * gdb.btrace/multi-thread-step.exp: New.
11229 * gdb.btrace/rn-dl-bind.c: New.
11230 * gdb.btrace/rn-dl-bind.exp: New.
11231 * gdb.btrace/data.c: New.
11232 * gdb.btrace/data.exp: New.
11233 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11234
6e07b1d2
MM
112352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11236
11237 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11238 * gdb.btrace/exception.exp: Update.
11239 * gdb.btrace/instruction_history.exp: Update.
11240 * gdb.btrace/record_goto.exp: Update.
11241 * gdb.btrace/tailcall.exp: Update.
11242 * gdb.btrace/unknown_functions.exp: Update.
11243 * gdb.btrace/delta.exp: New.
11244
0b722aec
MM
112452014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11246
11247 * gdb.btrace/record_goto.exp: Add backtrace test.
11248 * gdb.btrace/tailcall.exp: Add backtrace test.
11249
066ce621
MM
112502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11251
11252 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11253 * gdb.btrace/record_goto.c: New.
11254 * gdb.btrace/record_goto.exp: New.
11255 * gdb.btrace/x86-record_goto.S: New.
11256
0688d04e
MM
112572014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11258
11259 * gdb.btrace/function_call_history.exp: Update tests.
11260 * gdb.btrace/instruction_history.exp: Update tests.
11261
8710b709
MM
112622014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11263
11264 * gdb.btrace/function_call_history.exp: Fix expected field
11265 order for "record function-call-history".
11266 Add new tests for "record function-call-history /c".
11267 * gdb.btrace/exception.cc: New.
11268 * gdb.btrace/exception.exp: New.
11269 * gdb.btrace/tailcall.exp: New.
11270 * gdb.btrace/x86-tailcall.S: New.
11271 * gdb.btrace/x86-tailcall.c: New.
11272 * gdb.btrace/unknown_functions.c: New.
11273 * gdb.btrace/unknown_functions.exp: New.
11274 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11275
5de9129b
MM
112762014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11277
11278 * gdb.btrace/instruction_history.exp: Update.
11279 * gdb.btrace/function_call_history.exp: Update.
11280
23a7fe75
MM
112812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11282
11283 * gdb.btrace/function_call_history.exp: Fix expected function
11284 trace.
11285 * gdb.btrace/instruction_history.exp: Initialize traced.
11286 Remove traced_functions.
11287
724c7dd8
MM
112882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11289
11290 * gdb.btrace/function_call_history.exp: Update
11291 * gdb.btrace/instruction_history.exp: Update.
11292
6d78d93b
MM
112932014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11294
11295 * gdb.btrace/enable.exp: Update expected text.
11296
93a360cc
OJ
112972014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11298
11299 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11300 bytes.
11301
3772b53f
MR
113022014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11303
11304 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11305
596662fa
OJ
113062014-01-15 Omair Javaid <omair.javaid@linaro.org>
11307
11308 * lib/gdb.exp (supports_process_record): Return true for
11309 arm*-linux*. (supports_reverse): Likewise.
11310
b5b08fb4
SC
113112014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11312
11313 PR python/15464
11314 PR python/16113
11315 * gdb.python/py-type.c: Enhance test case.
11316 * gdb.python/py-value-cc.cc: Likewise
11317 * gdb.python/py-type.exp: Add new tests.
11318 * gdb.python/py-value-cc.exp: Likewise
11319
52d7fb13
AA
113202014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11321 Pedro Alves <palves@redhat.com>
11322
11323 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11324 Make "name" extern.
11325 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11326 references to ${name}_start by references to ${name}.
11327
a2cd8cfe
JB
113282014-01-10 Joel Brobecker <brobecker@adacore.com>
11329
11330 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11331
4e23fced
JB
113322014-01-10 Joel Brobecker <brobecker@adacore.com>
11333
11334 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11335
c6a9e42c
PA
113362014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11337 Pedro Alves <palves@redhat.com>
11338
11339 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11340 mi_gdb_target_load.
c6a9e42c 11341
b7ea362b
PA
113422014-01-08 Pedro Alves <palves@redhat.com>
11343
11344 * gdb.threads/reconnect-signal.c: New file.
11345 * gdb.threads/reconnect-signal.exp: New file.
11346
5e3f4fab
EBM
113472014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11348
11349 * gdb.base/source-dir.exp: New file.
11350
79301218
JB
113512014-01-07 Joel Brobecker <brobecker@adacore.com>
11352
11353 * gdb.ada/mi_interface: New testcase.
11354
8e355c5d
JB
113552014-01-07 Joel Brobecker <brobecker@adacore.com>
11356
11357 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11358 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11359 gdb.ada/pp-rec-component/pck.ads: New files.
11360
c0d48811
JB
113612014-01-07 Joel Brobecker <brobecker@adacore.com>
11362
11363 * gdb.python/py-pp-integral.c: New file.
11364 * gdb.python/py-pp-integral.py: New file.
11365 * gdb.python/py-pp-integral.exp: New file.
11366
17b609c3 11367For older changes see ChangeLog-1993-2013.
c906108c 11368\f
8d8cb839
EZ
11369;; Local Variables:
11370;; mode: change-log
11371;; left-margin: 8
11372;; fill-column: 74
11373;; version-control: never
11374;; End:
902f2ccb 11375
61baf725 11376 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11377 Copying and distribution of this file, with or without modification,
11378 are permitted provided the copyright notice and this notice are preserved.