Fix PR 21218: GDB dumps core when escaping newline in multi-line command
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
6e5d74e7
PA
12017-03-08 Pedro Alves <palves@redhat.com>
2 Jan Kratochvil <jan.kratochvil@redhat.com>
3
4 PR cli/21218
5 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
6 New proc.
7 (top level): Call it.
8
9753a2f6
PA
92017-03-08 Pedro Alves <palves@redhat.com>
10
11 PR tui/21216
12 * gdb.tui/tui-nl-filtered-output.exp: New file.
13
1a4dd9dd
PA
142017-03-08 Pedro Alves <palves@redhat.com>
15
16 * gdb.base/completion.exp: Move TUI completion tests to ...
17 * gdb.tui/completion.exp: ... this new file.
18
7cbbff33
PA
192017-03-08 Pedro Alves <palves@redhat.com>
20
21 * gdb.base/tui-disasm-long-lines.c,
22 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
23 gdb.base/tui-layout.exp: Move to ...
24 * gdb.tui/: ... this new directory.
25
5f6fd321
PA
262017-03-07 Pedro Alves <palves@redhat.com>
27
28 * gdb.base/tui-layout.c: New file.
29 * gdb.base/tui-layout.exp: New file.
30
44959fa8
PA
312017-03-07 Pedro Alves <palves@redhat.com>
32
33 * gdb.base/tui-layout.c: Rename to ...
34 * gdb.base/tui-disasm-long-lines.c: ... this.
35 * gdb.base/tui-layout.exp: Rename to ...
36 * gdb.base/tui-disasm-long-lines.exp: ... this.
37
f8c4e718
PA
382017-03-07 Pedro Alves <palves@redhat.com>
39
40 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
41
6dbb839a 422017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
43
44 * i386-mpx-call.c: New file.
45 * i386-mpx-call.exp: New file.
46
65b48a81
PB
472017-02-28 Peter Bergner <bergner@vnet.ibm.com>
48
49 * gdb.arch/powerpc-power.exp: Delete test.
50 * gdb.arch/powerpc-power.s: Likewise.
51 * gdb.disasm/disassembler-options.exp: New test.
52 * gdb.arch/powerpc-altivec.exp: Likewise.
53 * gdb.arch/powerpc-altivec.s: Likewise.
54 * gdb.arch/powerpc-altivec2.exp: Likewise.
55 * gdb.arch/powerpc-altivec2.s: Likewise.
56 * gdb.arch/powerpc-altivec3.exp: Likewise.
57 * gdb.arch/powerpc-altivec3.s: Likewise.
58 * gdb.arch/powerpc-power7.exp: Likewise.
59 * gdb.arch/powerpc-power7.s: Likewise.
60 * gdb.arch/powerpc-power8.exp: Likewise.
61 * gdb.arch/powerpc-power8.s: Likewise.
62 * gdb.arch/powerpc-power9.exp: Likewise.
63 * gdb.arch/powerpc-power9.s: Likewise.
64 * gdb.arch/powerpc-vsx.exp: Likewise.
65 * gdb.arch/powerpc-vsx.s: Likewise.
66 * gdb.arch/powerpc-vsx2.exp: Likewise.
67 * gdb.arch/powerpc-vsx2.s: Likewise.
68 * gdb.arch/powerpc-vsx3.exp: Likewise.
69 * gdb.arch/powerpc-vsx3.s: Likewise.
70 * gdb.arch/arm-disassembler-options.exp: Likewise.
71 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
72 * gdb.arch/s390-disassembler-options.exp: Likewise.
73
17cd4947
LM
742017-02-23 Luis Machado <lgustavo@codesourcery.com>
75
76 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
77 (check_supported_features): ... this. Changed return type to void.
78 (supports_rdseed): New static global.
79 (rdseed): Check supports_rdseed.
80 (initialize): Call check_supported_features.
81
2039d74e
EBM
822017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
83
84 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
85 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
86 and lqarx/stqcx.
87 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
88 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
89
a51d7ecf
EBM
902017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
91
92 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
93 uppercase.
94
0224619f
JK
952017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
96
97 * gdb.dwarf2/formdata16.c: New file.
98 * gdb.dwarf2/formdata16.exp: New file.
99 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
100
216f72a1
JK
1012017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
102
103 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
104 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
105 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
106 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
107 DW_AT_GNU_*.
108
43988095
JK
1092017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
110
111 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
112
99e8a4f9
SDJ
1132017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
114
115 PR gdb/21164
116 * gdb.base/maint.exp: Add testcases for when the commands do
117 not have arguments.
118
b58a8c0c
TP
1192017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
120
121 * gdb.cp/chained-calls.exp: Use p instead of P.
122
4e746bb6
TW
1232017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
124
125 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
126 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
127
3f77c769
TT
1282017-02-14 Tom Tromey <tom@tromey.com>
129
130 PR python/13598:
131 * gdb.python/py-events.exp: Add before_prompt event tests.
132
075beec0
AA
1332017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
134
135 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
136
bf5f525c
LM
1372017-02-13 Luis Machado <lgustavo@codesourcery.com>
138
139 * gdb.linespec/explicit.c (my_unique_function_name): New function.
140 (main): Call my_unique_function_name.
141 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
142 completion of patterns with a single match.
143 Add missing -re switches to gdb_test_multiple calls.
144
13a66184
LM
1452017-02-13 Luis Machado <lgustavo@codesourcery.com>
146
147 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
148 return if core file is not recognized.
149
26a06916
SM
1502017-02-10 Simon Marchi <simon.marchi@ericsson.com>
151
152 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
153 and extra UIs.
154
b761ca9e
SM
1552017-02-10 Simon Marchi <simon.marchi@ericsson.com>
156
157 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
158 proc_with_prefix.
159
b964bee0
TT
1602017-02-10 Tom Tromey <tom@tromey.com>
161
162 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
163
18da0c51
MG
1642017-02-10 Martin Galvan <martingalvan@sourceware.org>
165
166 PR gdb/21122
167 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
168
604c4576
JG
1692017-02-08 Jerome Guitton <guitton@adacore.com>
170
171 * gdb.base/define.exp: Add test for command abbreviations
172 in define.
173
20b477a7
LM
1742017-02-06 Luis Machado <lgustavo@codesourcery.com>
175
176 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
177 * gdb.reverse/insn-reverse-x86.c: New file.
178
3f7b46f2
IR
1792017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
180
181 PR tdep/20936
182 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
183
f0fd41c1
TT
1842017-02-03 Tom Tromey <tom@tromey.com>
185
186 PR rust/21097:
187 * gdb.rust/simple.exp: Add new tests.
188
5be5dbf0
PA
1892017-02-02 Pedro Alves <palves@redhat.com>
190
191 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
192 tests.
193
7346ef59
AA
1942017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
195
196 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
197 taking a 2-byte value out of a 4-byte DWARF implicit value on
198 big-endian targets.
199 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
200 logic. Add test cases for DW_OP_implicit.
201
787f0025
MM
2022017-02-01 Markus Metzger <markus.t.metzger@intel.com>
203
204 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
205
68777c29
MM
2062017-02-01 Markus Metzger <markus.t.metzger@intel.com>
207
208 * gdb.btrace/enable.exp: Call gdb_exit before
209 skip_gdbserver_tests.
210
0a1c7e28
MM
2112017-02-01 Markus Metzger <markus.t.metzger@intel.com>
212
213 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
214 GDBFLAGS.
215
b5ac99b0
MM
2162017-02-01 Markus Metzger <markus.t.metzger@intel.com>
217
218 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
219 the test is skipped.
220 * gdb.btrace/data.exp: Likewise.
221 * gdb.btrace/delta.exp: Likewise.
222 * gdb.btrace/dlopen.exp: Likewise.
223 * gdb.btrace/enable-running.exp: Likewise.
224 * gdb.btrace/enable.exp: Likewise.
225 * gdb.btrace/exception.exp: Likewise.
226 * gdb.btrace/function_call_history.exp: Likewise.
227 * gdb.btrace/gcore.exp: Likewise.
228 * gdb.btrace/instruction_history.exp: Likewise.
229 * gdb.btrace/multi-thread-step.exp: Likewise.
230 * gdb.btrace/nohist.exp: Likewise.
231 * gdb.btrace/non-stop.exp: Likewise.
232 * gdb.btrace/reconnect.exp: Likewise.
233 * gdb.btrace/record_goto-step.exp: Likewise.
234 * gdb.btrace/record_goto.exp: Likewise.
235 * gdb.btrace/rn-dl-bind.exp: Likewise.
236 * gdb.btrace/segv.exp: Likewise.
237 * gdb.btrace/step.exp: Likewise.
238 * gdb.btrace/stepi.exp: Likewise.
239 * gdb.btrace/tailcall-only.exp: Likewise.
240 * gdb.btrace/tailcall.exp: Likewise.
241 * gdb.btrace/tsx.exp: Likewise.
242 * gdb.btrace/unknown_functions.exp: Likewise.
243 * gdb.btrace/vdso.exp: Likewise.
244
cd4007e4
MM
2452017-02-01 Markus Metzger <markus.t.metzger@intel.com>
246
247 * gdb.btrace/enable-running.c: New.
248 * gdb.btrace/enable-running.exp: New.
249
2735833d
WT
2502017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
251
252 * gdb.arch/amd64-gs_base.c: New file.
253 * gdb.arch/amd64-gs_base.exp: New file.
254
b51e1e94
LM
2552017-01-26 Luis Machado <lgustavo@codesourcery.com>
256
257 * lib/memory.exp: Remove spurious empty newlines.
258
72ca0410
SM
2592017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
260
261 * gdb.python/py-bad-printers.exp: Load python file using "source".
262 * gdb.python/py-events.exp: Likewise.
263 * gdb.python/py-evsignal.exp: Likewise.
264 * gdb.python/py-evthreads.exp: Likewise.
265 * gdb.python/py-frame-args.exp: Likewise.
266 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
267 * gdb.python/py-framefilter-mi.exp: Likewise.
268 * gdb.python/py-framefilter.exp: Likewise.
269 * gdb.python/py-mi.exp: Likewise.
270 * gdb.python/py-pp-maint.exp: Likewise.
271 * gdb.python/py-pp-registration.exp: Likewise.
272 * gdb.python/py-prettyprint.exp: Likewise.
273 (run_lang_tests): Likewise.
274 * gdb.python/py-typeprint.exp: Likewise.
275
e309aa65
LM
2762017-01-26 Luis Machado <lgustavo@codesourcery.com>
277
278 * lib/memory.exp: New file.
279 * lib/gdb.exp: Load memory.exp.
280 * gdb.base/memattr.exp (delete_memory): Move proc to
281 lib/memory.exp and rename to delete_memory_regions.
282 Replace delete_memory with delete_memory_regions.
283 Cleanup memory regions before tests.
284 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
285 before tests.
286
515aff23
LM
2872017-01-26 Luis Machado <lgustavo@codesourcery.com>
288
289 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
290 files.
291 (initialize): New function conditionally defined.
292 (testcases): Move within conditional block.
293 (main): Call initialize.
294 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
295 of gdb.reverse/insn-reverse.c.
296 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
297 gdb.reverse/insn-reverse.c.
298
d8b49cf0
YQ
2992017-01-26 Yao Qi <yao.qi@linaro.org>
300
301 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
302 disassemble on address 0.
303
f13a9a0c
YQ
3042017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
305 Yao Qi <yao.qi@linaro.org>
306
307 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
308 * gdb.dwarf2/implptr-64bit.S: Remove.
309 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
310 variables in caller's context. Add DW_OP_implicit_value.
311
5ac95241
YQ
3122017-01-25 Yao Qi <yao.qi@linaro.org>
313
314 * lib/dwarf.exp (Dwarf::_location): Handle
315 DW_OP_GNU_implicit_pointer with proper size.
316
23e82930
LM
3172017-01-20 Luis Machado <lgustavo@codesourcery.com>
318
319 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
320 and add untested calls.
321
d334ae25
LM
3222017-01-20 Luis Machado <lgustavo@codesourcery.com>
323
324 * gdb.python/python.exp: Check line number against what GDB thinks
325 the line number is for func1.
326
f5e6296e
IB
3272017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
328
329 * gdb.dlang/debug-expr.exp: New file.
330
5b362f04
LM
3312016-12-23 Luis Machado <lgustavo@codesourcery.com>
332
333 Fix test names for the following files:
334
335 * gdb.ada/exec_changed.exp
336 * gdb.ada/info_types.exp
337 * gdb.arch/aarch64-atomic-inst.exp
338 * gdb.arch/aarch64-fp.exp
339 * gdb.arch/altivec-abi.exp
340 * gdb.arch/altivec-regs.exp
341 * gdb.arch/amd64-byte.exp
342 * gdb.arch/amd64-disp-step.exp
343 * gdb.arch/amd64-dword.exp
344 * gdb.arch/amd64-entry-value-inline.exp
345 * gdb.arch/amd64-entry-value-param.exp
346 * gdb.arch/amd64-entry-value-paramref.exp
347 * gdb.arch/amd64-entry-value.exp
348 * gdb.arch/amd64-i386-address.exp
349 * gdb.arch/amd64-invalid-stack-middle.exp
350 * gdb.arch/amd64-invalid-stack-top.exp
351 * gdb.arch/amd64-optimout-repeat.exp
352 * gdb.arch/amd64-prologue-skip.exp
353 * gdb.arch/amd64-prologue-xmm.exp
354 * gdb.arch/amd64-stap-special-operands.exp
355 * gdb.arch/amd64-stap-wrong-subexp.exp
356 * gdb.arch/amd64-tailcall-cxx.exp
357 * gdb.arch/amd64-tailcall-noret.exp
358 * gdb.arch/amd64-tailcall-ret.exp
359 * gdb.arch/amd64-tailcall-self.exp
360 * gdb.arch/amd64-word.exp
361 * gdb.arch/arm-bl-branch-dest.exp
362 * gdb.arch/arm-disp-step.exp
363 * gdb.arch/arm-neon.exp
364 * gdb.arch/arm-single-step-kernel-helper.exp
365 * gdb.arch/avr-flash-qualifier.exp
366 * gdb.arch/disp-step-insn-reloc.exp
367 * gdb.arch/e500-abi.exp
368 * gdb.arch/e500-regs.exp
369 * gdb.arch/ftrace-insn-reloc.exp
370 * gdb.arch/i386-avx512.exp
371 * gdb.arch/i386-bp_permanent.exp
372 * gdb.arch/i386-byte.exp
373 * gdb.arch/i386-cfi-notcurrent.exp
374 * gdb.arch/i386-disp-step.exp
375 * gdb.arch/i386-dr3-watch.exp
376 * gdb.arch/i386-float.exp
377 * gdb.arch/i386-gnu-cfi.exp
378 * gdb.arch/i386-mpx-map.exp
379 * gdb.arch/i386-mpx-sigsegv.exp
380 * gdb.arch/i386-mpx-simple_segv.exp
381 * gdb.arch/i386-mpx.exp
382 * gdb.arch/i386-permbkpt.exp
383 * gdb.arch/i386-prologue.exp
384 * gdb.arch/i386-signal.exp
385 * gdb.arch/i386-size-overlap.exp
386 * gdb.arch/i386-unwind.exp
387 * gdb.arch/i386-word.exp
388 * gdb.arch/mips-fcr.exp
389 * gdb.arch/powerpc-d128-regs.exp
390 * gdb.arch/powerpc-stackless.exp
391 * gdb.arch/ppc64-atomic-inst.exp
392 * gdb.arch/s390-stackless.exp
393 * gdb.arch/s390-tdbregs.exp
394 * gdb.arch/s390-vregs.exp
395 * gdb.arch/sparc-sysstep.exp
396 * gdb.arch/thumb-bx-pc.exp
397 * gdb.arch/thumb-singlestep.exp
398 * gdb.arch/thumb2-it.exp
399 * gdb.arch/vsx-regs.exp
400 * gdb.asm/asm-source.exp
401 * gdb.base/a2-run.exp
402 * gdb.base/advance.exp
403 * gdb.base/all-bin.exp
404 * gdb.base/anon.exp
405 * gdb.base/args.exp
406 * gdb.base/arithmet.exp
407 * gdb.base/async-shell.exp
408 * gdb.base/async.exp
409 * gdb.base/attach-pie-noexec.exp
410 * gdb.base/attach-twice.exp
411 * gdb.base/auto-load.exp
412 * gdb.base/bang.exp
413 * gdb.base/bitfields.exp
414 * gdb.base/break-always.exp
415 * gdb.base/break-caller-line.exp
416 * gdb.base/break-entry.exp
417 * gdb.base/break-inline.exp
418 * gdb.base/break-on-linker-gcd-function.exp
419 * gdb.base/break-probes.exp
420 * gdb.base/break.exp
421 * gdb.base/breakpoint-shadow.exp
422 * gdb.base/call-ar-st.exp
423 * gdb.base/call-sc.exp
424 * gdb.base/call-signal-resume.exp
425 * gdb.base/call-strs.exp
426 * gdb.base/callfuncs.exp
427 * gdb.base/catch-fork-static.exp
428 * gdb.base/catch-gdb-caused-signals.exp
429 * gdb.base/catch-load.exp
430 * gdb.base/catch-signal-fork.exp
431 * gdb.base/catch-signal.exp
432 * gdb.base/catch-syscall.exp
433 * gdb.base/charset.exp
434 * gdb.base/checkpoint.exp
435 * gdb.base/chng-syms.exp
436 * gdb.base/code-expr.exp
437 * gdb.base/code_elim.exp
438 * gdb.base/commands.exp
439 * gdb.base/completion.exp
440 * gdb.base/complex.exp
441 * gdb.base/cond-expr.exp
442 * gdb.base/condbreak.exp
443 * gdb.base/consecutive.exp
444 * gdb.base/continue-all-already-running.exp
445 * gdb.base/coredump-filter.exp
446 * gdb.base/corefile.exp
447 * gdb.base/dbx.exp
448 * gdb.base/debug-expr.exp
449 * gdb.base/define.exp
450 * gdb.base/del.exp
451 * gdb.base/disabled-location.exp
452 * gdb.base/disasm-end-cu.exp
453 * gdb.base/disasm-optim.exp
454 * gdb.base/display.exp
455 * gdb.base/duplicate-bp.exp
456 * gdb.base/ena-dis-br.exp
457 * gdb.base/ending-run.exp
458 * gdb.base/enumval.exp
459 * gdb.base/environ.exp
460 * gdb.base/eu-strip-infcall.exp
461 * gdb.base/eval-avoid-side-effects.exp
462 * gdb.base/eval-skip.exp
463 * gdb.base/exitsignal.exp
464 * gdb.base/expand-psymtabs.exp
465 * gdb.base/filesym.exp
466 * gdb.base/find-unmapped.exp
467 * gdb.base/finish.exp
468 * gdb.base/float.exp
469 * gdb.base/foll-exec-mode.exp
470 * gdb.base/foll-exec.exp
471 * gdb.base/foll-fork.exp
472 * gdb.base/fortran-sym-case.exp
473 * gdb.base/freebpcmd.exp
474 * gdb.base/func-ptr.exp
475 * gdb.base/func-ptrs.exp
476 * gdb.base/funcargs.exp
477 * gdb.base/gcore-buffer-overflow.exp
478 * gdb.base/gcore-relro-pie.exp
479 * gdb.base/gcore-relro.exp
480 * gdb.base/gcore.exp
481 * gdb.base/gdb1090.exp
482 * gdb.base/gdb11530.exp
483 * gdb.base/gdb11531.exp
484 * gdb.base/gdb1821.exp
485 * gdb.base/gdbindex-stabs.exp
486 * gdb.base/gdbvars.exp
487 * gdb.base/hbreak.exp
488 * gdb.base/hbreak2.exp
489 * gdb.base/included.exp
490 * gdb.base/infcall-input.exp
491 * gdb.base/inferior-died.exp
492 * gdb.base/infnan.exp
493 * gdb.base/info-macros.exp
494 * gdb.base/info-os.exp
495 * gdb.base/info-proc.exp
496 * gdb.base/info-shared.exp
497 * gdb.base/info-target.exp
498 * gdb.base/infoline.exp
499 * gdb.base/interp.exp
500 * gdb.base/interrupt.exp
501 * gdb.base/jit-reader.exp
502 * gdb.base/jit-simple.exp
503 * gdb.base/kill-after-signal.exp
504 * gdb.base/kill-detach-inferiors-cmd.exp
505 * gdb.base/label.exp
506 * gdb.base/langs.exp
507 * gdb.base/ldbl_e308.exp
508 * gdb.base/line-symtabs.exp
509 * gdb.base/linespecs.exp
510 * gdb.base/list.exp
511 * gdb.base/long_long.exp
512 * gdb.base/longest-types.exp
513 * gdb.base/maint.exp
514 * gdb.base/max-value-size.exp
515 * gdb.base/memattr.exp
516 * gdb.base/mips_pro.exp
517 * gdb.base/morestack.exp
518 * gdb.base/moribund-step.exp
519 * gdb.base/multi-forks.exp
520 * gdb.base/nested-addr.exp
521 * gdb.base/nextoverexit.exp
522 * gdb.base/noreturn-finish.exp
523 * gdb.base/noreturn-return.exp
524 * gdb.base/nostdlib.exp
525 * gdb.base/offsets.exp
526 * gdb.base/opaque.exp
527 * gdb.base/pc-fp.exp
528 * gdb.base/permissions.exp
529 * gdb.base/print-symbol-loading.exp
530 * gdb.base/prologue-include.exp
531 * gdb.base/psymtab.exp
532 * gdb.base/ptype.exp
533 * gdb.base/random-signal.exp
534 * gdb.base/randomize.exp
535 * gdb.base/range-stepping.exp
536 * gdb.base/readline-ask.exp
537 * gdb.base/recpar.exp
538 * gdb.base/recurse.exp
539 * gdb.base/relational.exp
540 * gdb.base/restore.exp
541 * gdb.base/return-nodebug.exp
542 * gdb.base/return.exp
543 * gdb.base/run-after-attach.exp
544 * gdb.base/save-bp.exp
545 * gdb.base/scope.exp
546 * gdb.base/sect-cmd.exp
547 * gdb.base/set-lang-auto.exp
548 * gdb.base/set-noassign.exp
549 * gdb.base/setvar.exp
550 * gdb.base/sigall.exp
551 * gdb.base/sigbpt.exp
552 * gdb.base/siginfo-addr.exp
553 * gdb.base/siginfo-infcall.exp
554 * gdb.base/siginfo-obj.exp
555 * gdb.base/siginfo.exp
556 * gdb.base/signals-state-child.exp
557 * gdb.base/signest.exp
558 * gdb.base/sigstep.exp
559 * gdb.base/sizeof.exp
560 * gdb.base/skip.exp
561 * gdb.base/solib-corrupted.exp
562 * gdb.base/solib-nodir.exp
563 * gdb.base/solib-search.exp
564 * gdb.base/stack-checking.exp
565 * gdb.base/stale-infcall.exp
566 * gdb.base/stap-probe.exp
567 * gdb.base/start.exp
568 * gdb.base/step-break.exp
569 * gdb.base/step-bt.exp
570 * gdb.base/step-line.exp
571 * gdb.base/step-over-exit.exp
572 * gdb.base/step-over-syscall.exp
573 * gdb.base/step-resume-infcall.exp
574 * gdb.base/step-test.exp
575 * gdb.base/store.exp
576 * gdb.base/structs3.exp
577 * gdb.base/sym-file.exp
578 * gdb.base/symbol-without-target_section.exp
579 * gdb.base/term.exp
580 * gdb.base/testenv.exp
581 * gdb.base/ui-redirect.exp
582 * gdb.base/until.exp
583 * gdb.base/unwindonsignal.exp
584 * gdb.base/value-double-free.exp
585 * gdb.base/vla-datatypes.exp
586 * gdb.base/vla-ptr.exp
587 * gdb.base/vla-sideeffect.exp
588 * gdb.base/volatile.exp
589 * gdb.base/watch-cond-infcall.exp
590 * gdb.base/watch-cond.exp
591 * gdb.base/watch-non-mem.exp
592 * gdb.base/watch-read.exp
593 * gdb.base/watch-vfork.exp
594 * gdb.base/watchpoint-cond-gone.exp
595 * gdb.base/watchpoint-delete.exp
596 * gdb.base/watchpoint-hw-hit-once.exp
597 * gdb.base/watchpoint-hw.exp
598 * gdb.base/watchpoint-stops-at-right-insn.exp
599 * gdb.base/watchpoints.exp
600 * gdb.base/wchar.exp
601 * gdb.base/whatis-exp.exp
602 * gdb.btrace/buffer-size.exp
603 * gdb.btrace/data.exp
604 * gdb.btrace/delta.exp
605 * gdb.btrace/dlopen.exp
606 * gdb.btrace/enable.exp
607 * gdb.btrace/exception.exp
608 * gdb.btrace/function_call_history.exp
609 * gdb.btrace/gcore.exp
610 * gdb.btrace/instruction_history.exp
611 * gdb.btrace/nohist.exp
612 * gdb.btrace/reconnect.exp
613 * gdb.btrace/record_goto-step.exp
614 * gdb.btrace/record_goto.exp
615 * gdb.btrace/rn-dl-bind.exp
616 * gdb.btrace/segv.exp
617 * gdb.btrace/step.exp
618 * gdb.btrace/stepi.exp
619 * gdb.btrace/tailcall-only.exp
620 * gdb.btrace/tailcall.exp
621 * gdb.btrace/tsx.exp
622 * gdb.btrace/unknown_functions.exp
623 * gdb.btrace/vdso.exp
624 * gdb.compile/compile-ifunc.exp
625 * gdb.compile/compile-ops.exp
626 * gdb.compile/compile-print.exp
627 * gdb.compile/compile-setjmp.exp
628 * gdb.cp/abstract-origin.exp
629 * gdb.cp/ambiguous.exp
630 * gdb.cp/annota2.exp
631 * gdb.cp/annota3.exp
632 * gdb.cp/anon-ns.exp
633 * gdb.cp/anon-struct.exp
634 * gdb.cp/anon-union.exp
635 * gdb.cp/arg-reference.exp
636 * gdb.cp/baseenum.exp
637 * gdb.cp/bool.exp
638 * gdb.cp/breakpoint.exp
639 * gdb.cp/bs15503.exp
640 * gdb.cp/call-c.exp
641 * gdb.cp/casts.exp
642 * gdb.cp/chained-calls.exp
643 * gdb.cp/class2.exp
644 * gdb.cp/classes.exp
645 * gdb.cp/cmpd-minsyms.exp
646 * gdb.cp/converts.exp
647 * gdb.cp/cp-relocate.exp
648 * gdb.cp/cpcompletion.exp
649 * gdb.cp/cpexprs.exp
650 * gdb.cp/cplabel.exp
651 * gdb.cp/cplusfuncs.exp
652 * gdb.cp/cpsizeof.exp
653 * gdb.cp/ctti.exp
654 * gdb.cp/derivation.exp
655 * gdb.cp/destrprint.exp
656 * gdb.cp/dispcxx.exp
657 * gdb.cp/enum-class.exp
658 * gdb.cp/exception.exp
659 * gdb.cp/exceptprint.exp
660 * gdb.cp/expand-psymtabs-cxx.exp
661 * gdb.cp/expand-sals.exp
662 * gdb.cp/extern-c.exp
663 * gdb.cp/filename.exp
664 * gdb.cp/formatted-ref.exp
665 * gdb.cp/fpointer.exp
666 * gdb.cp/gdb1355.exp
667 * gdb.cp/gdb2495.exp
668 * gdb.cp/hang.exp
669 * gdb.cp/impl-this.exp
670 * gdb.cp/infcall-dlopen.exp
671 * gdb.cp/inherit.exp
672 * gdb.cp/iostream.exp
673 * gdb.cp/koenig.exp
674 * gdb.cp/local.exp
675 * gdb.cp/m-data.exp
676 * gdb.cp/m-static.exp
677 * gdb.cp/mb-ctor.exp
678 * gdb.cp/mb-inline.exp
679 * gdb.cp/mb-templates.exp
680 * gdb.cp/member-name.exp
681 * gdb.cp/member-ptr.exp
682 * gdb.cp/meth-typedefs.exp
683 * gdb.cp/method.exp
684 * gdb.cp/method2.exp
685 * gdb.cp/minsym-fallback.exp
686 * gdb.cp/misc.exp
687 * gdb.cp/namelessclass.exp
688 * gdb.cp/namespace-enum.exp
689 * gdb.cp/namespace-nested-import.exp
690 * gdb.cp/namespace.exp
691 * gdb.cp/nextoverthrow.exp
692 * gdb.cp/no-dmgl-verbose.exp
693 * gdb.cp/non-trivial-retval.exp
694 * gdb.cp/noparam.exp
695 * gdb.cp/nsdecl.exp
696 * gdb.cp/nsimport.exp
697 * gdb.cp/nsnested.exp
698 * gdb.cp/nsnoimports.exp
699 * gdb.cp/nsrecurs.exp
700 * gdb.cp/nsstress.exp
701 * gdb.cp/nsusing.exp
702 * gdb.cp/operator.exp
703 * gdb.cp/oranking.exp
704 * gdb.cp/overload-const.exp
705 * gdb.cp/overload.exp
706 * gdb.cp/ovldbreak.exp
707 * gdb.cp/ovsrch.exp
708 * gdb.cp/paren-type.exp
709 * gdb.cp/parse-lang.exp
710 * gdb.cp/pass-by-ref.exp
711 * gdb.cp/pr-1023.exp
712 * gdb.cp/pr-1210.exp
713 * gdb.cp/pr-574.exp
714 * gdb.cp/pr10687.exp
715 * gdb.cp/pr12028.exp
716 * gdb.cp/pr17132.exp
717 * gdb.cp/pr17494.exp
718 * gdb.cp/pr9067.exp
719 * gdb.cp/pr9167.exp
720 * gdb.cp/pr9631.exp
721 * gdb.cp/printmethod.exp
722 * gdb.cp/psmang.exp
723 * gdb.cp/psymtab-parameter.exp
724 * gdb.cp/ptype-cv-cp.exp
725 * gdb.cp/ptype-flags.exp
726 * gdb.cp/re-set-overloaded.exp
727 * gdb.cp/ref-types.exp
728 * gdb.cp/rtti.exp
729 * gdb.cp/scope-err.exp
730 * gdb.cp/shadow.exp
731 * gdb.cp/smartp.exp
732 * gdb.cp/static-method.exp
733 * gdb.cp/static-print-quit.exp
734 * gdb.cp/temargs.exp
735 * gdb.cp/templates.exp
736 * gdb.cp/try_catch.exp
737 * gdb.cp/typedef-operator.exp
738 * gdb.cp/typeid.exp
739 * gdb.cp/userdef.exp
740 * gdb.cp/using-crash.exp
741 * gdb.cp/var-tag.exp
742 * gdb.cp/virtbase.exp
743 * gdb.cp/virtfunc.exp
744 * gdb.cp/virtfunc2.exp
745 * gdb.cp/vla-cxx.exp
746 * gdb.disasm/t01_mov.exp
747 * gdb.disasm/t02_mova.exp
748 * gdb.disasm/t03_add.exp
749 * gdb.disasm/t04_sub.exp
750 * gdb.disasm/t05_cmp.exp
751 * gdb.disasm/t06_ari2.exp
752 * gdb.disasm/t07_ari3.exp
753 * gdb.disasm/t08_or.exp
754 * gdb.disasm/t09_xor.exp
755 * gdb.disasm/t10_and.exp
756 * gdb.disasm/t11_logs.exp
757 * gdb.disasm/t12_bit.exp
758 * gdb.disasm/t13_otr.exp
759 * gdb.dlang/circular.exp
760 * gdb.dwarf2/arr-stride.exp
761 * gdb.dwarf2/arr-subrange.exp
762 * gdb.dwarf2/atomic-type.exp
763 * gdb.dwarf2/bad-regnum.exp
764 * gdb.dwarf2/bitfield-parent-optimized-out.exp
765 * gdb.dwarf2/callframecfa.exp
766 * gdb.dwarf2/clztest.exp
767 * gdb.dwarf2/corrupt.exp
768 * gdb.dwarf2/data-loc.exp
769 * gdb.dwarf2/dup-psym.exp
770 * gdb.dwarf2/dw2-anon-mptr.exp
771 * gdb.dwarf2/dw2-anonymous-func.exp
772 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
773 * gdb.dwarf2/dw2-bad-unresolved.exp
774 * gdb.dwarf2/dw2-basic.exp
775 * gdb.dwarf2/dw2-canonicalize-type.exp
776 * gdb.dwarf2/dw2-case-insensitive.exp
777 * gdb.dwarf2/dw2-common-block.exp
778 * gdb.dwarf2/dw2-compdir-oldgcc.exp
779 * gdb.dwarf2/dw2-compressed.exp
780 * gdb.dwarf2/dw2-const.exp
781 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
782 * gdb.dwarf2/dw2-cu-size.exp
783 * gdb.dwarf2/dw2-dup-frame.exp
784 * gdb.dwarf2/dw2-entry-value.exp
785 * gdb.dwarf2/dw2-icycle.exp
786 * gdb.dwarf2/dw2-ifort-parameter.exp
787 * gdb.dwarf2/dw2-inline-break.exp
788 * gdb.dwarf2/dw2-inline-param.exp
789 * gdb.dwarf2/dw2-intercu.exp
790 * gdb.dwarf2/dw2-intermix.exp
791 * gdb.dwarf2/dw2-lexical-block-bare.exp
792 * gdb.dwarf2/dw2-linkage-name-trust.exp
793 * gdb.dwarf2/dw2-minsym-in-cu.exp
794 * gdb.dwarf2/dw2-noloc.exp
795 * gdb.dwarf2/dw2-op-call.exp
796 * gdb.dwarf2/dw2-op-out-param.exp
797 * gdb.dwarf2/dw2-opt-structptr.exp
798 * gdb.dwarf2/dw2-param-error.exp
799 * gdb.dwarf2/dw2-producer.exp
800 * gdb.dwarf2/dw2-ranges-base.exp
801 * gdb.dwarf2/dw2-ref-missing-frame.exp
802 * gdb.dwarf2/dw2-reg-undefined.exp
803 * gdb.dwarf2/dw2-regno-invalid.exp
804 * gdb.dwarf2/dw2-restore.exp
805 * gdb.dwarf2/dw2-restrict.exp
806 * gdb.dwarf2/dw2-single-line-discriminators.exp
807 * gdb.dwarf2/dw2-strp.exp
808 * gdb.dwarf2/dw2-undefined-ret-addr.exp
809 * gdb.dwarf2/dw2-unresolved.exp
810 * gdb.dwarf2/dw2-var-zero-addr.exp
811 * gdb.dwarf2/dw4-sig-types.exp
812 * gdb.dwarf2/dwz.exp
813 * gdb.dwarf2/dynarr-ptr.exp
814 * gdb.dwarf2/enum-type.exp
815 * gdb.dwarf2/gdb-index.exp
816 * gdb.dwarf2/implptr-64bit.exp
817 * gdb.dwarf2/implptr-optimized-out.exp
818 * gdb.dwarf2/implptr.exp
819 * gdb.dwarf2/implref-array.exp
820 * gdb.dwarf2/implref-const.exp
821 * gdb.dwarf2/implref-global.exp
822 * gdb.dwarf2/implref-struct.exp
823 * gdb.dwarf2/mac-fileno.exp
824 * gdb.dwarf2/main-subprogram.exp
825 * gdb.dwarf2/member-ptr-forwardref.exp
826 * gdb.dwarf2/method-ptr.exp
827 * gdb.dwarf2/missing-sig-type.exp
828 * gdb.dwarf2/nonvar-access.exp
829 * gdb.dwarf2/opaque-type-lookup.exp
830 * gdb.dwarf2/pieces-optimized-out.exp
831 * gdb.dwarf2/pieces.exp
832 * gdb.dwarf2/pr10770.exp
833 * gdb.dwarf2/pr13961.exp
834 * gdb.dwarf2/staticvirtual.exp
835 * gdb.dwarf2/subrange.exp
836 * gdb.dwarf2/symtab-producer.exp
837 * gdb.dwarf2/trace-crash.exp
838 * gdb.dwarf2/typeddwarf.exp
839 * gdb.dwarf2/valop.exp
840 * gdb.dwarf2/watch-notconst.exp
841 * gdb.fortran/array-element.exp
842 * gdb.fortran/charset.exp
843 * gdb.fortran/common-block.exp
844 * gdb.fortran/complex.exp
845 * gdb.fortran/derived-type-function.exp
846 * gdb.fortran/derived-type.exp
847 * gdb.fortran/logical.exp
848 * gdb.fortran/module.exp
849 * gdb.fortran/multi-dim.exp
850 * gdb.fortran/nested-funcs.exp
851 * gdb.fortran/print-formatted.exp
852 * gdb.fortran/subarray.exp
853 * gdb.fortran/vla-alloc-assoc.exp
854 * gdb.fortran/vla-datatypes.exp
855 * gdb.fortran/vla-history.exp
856 * gdb.fortran/vla-ptr-info.exp
857 * gdb.fortran/vla-ptype-sub.exp
858 * gdb.fortran/vla-ptype.exp
859 * gdb.fortran/vla-sizeof.exp
860 * gdb.fortran/vla-type.exp
861 * gdb.fortran/vla-value-sub-arbitrary.exp
862 * gdb.fortran/vla-value-sub-finish.exp
863 * gdb.fortran/vla-value-sub.exp
864 * gdb.fortran/vla-value.exp
865 * gdb.fortran/whatis_type.exp
866 * gdb.go/chan.exp
867 * gdb.go/handcall.exp
868 * gdb.go/hello.exp
869 * gdb.go/integers.exp
870 * gdb.go/methods.exp
871 * gdb.go/package.exp
872 * gdb.go/strings.exp
873 * gdb.go/types.exp
874 * gdb.go/unsafe.exp
875 * gdb.guile/scm-arch.exp
876 * gdb.guile/scm-block.exp
877 * gdb.guile/scm-breakpoint.exp
878 * gdb.guile/scm-cmd.exp
879 * gdb.guile/scm-disasm.exp
880 * gdb.guile/scm-equal.exp
881 * gdb.guile/scm-frame-args.exp
882 * gdb.guile/scm-frame-inline.exp
883 * gdb.guile/scm-frame.exp
884 * gdb.guile/scm-iterator.exp
885 * gdb.guile/scm-math.exp
886 * gdb.guile/scm-objfile.exp
887 * gdb.guile/scm-ports.exp
888 * gdb.guile/scm-symbol.exp
889 * gdb.guile/scm-symtab.exp
890 * gdb.guile/scm-value-cc.exp
891 * gdb.guile/types-module.exp
892 * gdb.linespec/break-ask.exp
893 * gdb.linespec/cpexplicit.exp
894 * gdb.linespec/explicit.exp
895 * gdb.linespec/keywords.exp
896 * gdb.linespec/linespec.exp
897 * gdb.linespec/ls-dollar.exp
898 * gdb.linespec/ls-errs.exp
899 * gdb.linespec/skip-two.exp
900 * gdb.linespec/thread.exp
901 * gdb.mi/mi-async.exp
902 * gdb.mi/mi-basics.exp
903 * gdb.mi/mi-break.exp
904 * gdb.mi/mi-catch-load.exp
905 * gdb.mi/mi-cli.exp
906 * gdb.mi/mi-cmd-param-changed.exp
907 * gdb.mi/mi-console.exp
908 * gdb.mi/mi-detach.exp
909 * gdb.mi/mi-disassemble.exp
910 * gdb.mi/mi-eval.exp
911 * gdb.mi/mi-file-transfer.exp
912 * gdb.mi/mi-file.exp
913 * gdb.mi/mi-fill-memory.exp
914 * gdb.mi/mi-inheritance-syntax-error.exp
915 * gdb.mi/mi-linespec-err-cp.exp
916 * gdb.mi/mi-logging.exp
917 * gdb.mi/mi-memory-changed.exp
918 * gdb.mi/mi-read-memory.exp
919 * gdb.mi/mi-record-changed.exp
920 * gdb.mi/mi-reg-undefined.exp
921 * gdb.mi/mi-regs.exp
922 * gdb.mi/mi-return.exp
923 * gdb.mi/mi-reverse.exp
924 * gdb.mi/mi-simplerun.exp
925 * gdb.mi/mi-solib.exp
926 * gdb.mi/mi-stack.exp
927 * gdb.mi/mi-stepi.exp
928 * gdb.mi/mi-syn-frame.exp
929 * gdb.mi/mi-until.exp
930 * gdb.mi/mi-var-block.exp
931 * gdb.mi/mi-var-child.exp
932 * gdb.mi/mi-var-cmd.exp
933 * gdb.mi/mi-var-cp.exp
934 * gdb.mi/mi-var-display.exp
935 * gdb.mi/mi-var-invalidate.exp
936 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
937 * gdb.mi/mi-vla-fortran.exp
938 * gdb.mi/mi-watch.exp
939 * gdb.mi/mi2-var-child.exp
940 * gdb.mi/user-selected-context-sync.exp
941 * gdb.modula2/unbounded-array.exp
942 * gdb.multi/dummy-frame-restore.exp
943 * gdb.multi/multi-arch-exec.exp
944 * gdb.multi/multi-arch.exp
945 * gdb.multi/tids.exp
946 * gdb.multi/watchpoint-multi.exp
947 * gdb.opencl/callfuncs.exp
948 * gdb.opencl/convs_casts.exp
949 * gdb.opencl/datatypes.exp
950 * gdb.opencl/operators.exp
951 * gdb.opencl/vec_comps.exp
952 * gdb.opt/clobbered-registers-O2.exp
953 * gdb.opt/inline-break.exp
954 * gdb.opt/inline-bt.exp
955 * gdb.opt/inline-cmds.exp
956 * gdb.opt/inline-locals.exp
957 * gdb.pascal/case-insensitive-symbols.exp
958 * gdb.pascal/floats.exp
959 * gdb.pascal/gdb11492.exp
960 * gdb.python/lib-types.exp
961 * gdb.python/py-arch.exp
962 * gdb.python/py-as-string.exp
963 * gdb.python/py-bad-printers.exp
964 * gdb.python/py-block.exp
965 * gdb.python/py-breakpoint-create-fail.exp
966 * gdb.python/py-breakpoint.exp
967 * gdb.python/py-caller-is.exp
968 * gdb.python/py-cmd.exp
969 * gdb.python/py-explore-cc.exp
970 * gdb.python/py-explore.exp
971 * gdb.python/py-finish-breakpoint.exp
972 * gdb.python/py-finish-breakpoint2.exp
973 * gdb.python/py-frame-args.exp
974 * gdb.python/py-frame-inline.exp
975 * gdb.python/py-frame.exp
976 * gdb.python/py-framefilter-mi.exp
977 * gdb.python/py-infthread.exp
978 * gdb.python/py-lazy-string.exp
979 * gdb.python/py-linetable.exp
980 * gdb.python/py-mi-events.exp
981 * gdb.python/py-mi-objfile.exp
982 * gdb.python/py-mi.exp
983 * gdb.python/py-objfile.exp
984 * gdb.python/py-pp-integral.exp
985 * gdb.python/py-pp-maint.exp
986 * gdb.python/py-pp-re-notag.exp
987 * gdb.python/py-pp-registration.exp
988 * gdb.python/py-recurse-unwind.exp
989 * gdb.python/py-strfns.exp
990 * gdb.python/py-symbol.exp
991 * gdb.python/py-symtab.exp
992 * gdb.python/py-sync-interp.exp
993 * gdb.python/py-typeprint.exp
994 * gdb.python/py-unwind-maint.exp
995 * gdb.python/py-unwind.exp
996 * gdb.python/py-value-cc.exp
997 * gdb.python/py-xmethods.exp
998 * gdb.reverse/amd64-tailcall-reverse.exp
999 * gdb.reverse/break-precsave.exp
1000 * gdb.reverse/break-reverse.exp
1001 * gdb.reverse/consecutive-precsave.exp
1002 * gdb.reverse/consecutive-reverse.exp
1003 * gdb.reverse/finish-precsave.exp
1004 * gdb.reverse/finish-reverse-bkpt.exp
1005 * gdb.reverse/finish-reverse.exp
1006 * gdb.reverse/fstatat-reverse.exp
1007 * gdb.reverse/getresuid-reverse.exp
1008 * gdb.reverse/i386-precsave.exp
1009 * gdb.reverse/i386-reverse.exp
1010 * gdb.reverse/i386-sse-reverse.exp
1011 * gdb.reverse/i387-env-reverse.exp
1012 * gdb.reverse/i387-stack-reverse.exp
1013 * gdb.reverse/insn-reverse.exp
1014 * gdb.reverse/machinestate-precsave.exp
1015 * gdb.reverse/machinestate.exp
1016 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1017 * gdb.reverse/pipe-reverse.exp
1018 * gdb.reverse/readv-reverse.exp
1019 * gdb.reverse/recvmsg-reverse.exp
1020 * gdb.reverse/rerun-prec.exp
1021 * gdb.reverse/s390-mvcle.exp
1022 * gdb.reverse/step-precsave.exp
1023 * gdb.reverse/step-reverse.exp
1024 * gdb.reverse/time-reverse.exp
1025 * gdb.reverse/until-precsave.exp
1026 * gdb.reverse/until-reverse.exp
1027 * gdb.reverse/waitpid-reverse.exp
1028 * gdb.reverse/watch-precsave.exp
1029 * gdb.reverse/watch-reverse.exp
1030 * gdb.rust/generics.exp
1031 * gdb.rust/methods.exp
1032 * gdb.rust/modules.exp
1033 * gdb.rust/simple.exp
1034 * gdb.server/connect-with-no-symbol-file.exp
1035 * gdb.server/ext-attach.exp
1036 * gdb.server/ext-restart.exp
1037 * gdb.server/ext-wrapper.exp
1038 * gdb.server/file-transfer.exp
1039 * gdb.server/server-exec-info.exp
1040 * gdb.server/server-kill.exp
1041 * gdb.server/server-mon.exp
1042 * gdb.server/wrapper.exp
1043 * gdb.stabs/exclfwd.exp
1044 * gdb.stabs/gdb11479.exp
1045 * gdb.threads/clone-new-thread-event.exp
1046 * gdb.threads/corethreads.exp
1047 * gdb.threads/current-lwp-dead.exp
1048 * gdb.threads/dlopen-libpthread.exp
1049 * gdb.threads/gcore-thread.exp
1050 * gdb.threads/sigstep-threads.exp
1051 * gdb.threads/watchpoint-fork.exp
1052 * gdb.trace/actions-changed.exp
1053 * gdb.trace/backtrace.exp
1054 * gdb.trace/change-loc.exp
1055 * gdb.trace/circ.exp
1056 * gdb.trace/collection.exp
1057 * gdb.trace/disconnected-tracing.exp
1058 * gdb.trace/ftrace.exp
1059 * gdb.trace/mi-trace-frame-collected.exp
1060 * gdb.trace/mi-trace-unavailable.exp
1061 * gdb.trace/mi-traceframe-changed.exp
1062 * gdb.trace/mi-tsv-changed.exp
1063 * gdb.trace/no-attach-trace.exp
1064 * gdb.trace/passc-dyn.exp
1065 * gdb.trace/qtro.exp
1066 * gdb.trace/range-stepping.exp
1067 * gdb.trace/read-memory.exp
1068 * gdb.trace/save-trace.exp
1069 * gdb.trace/signal.exp
1070 * gdb.trace/status-stop.exp
1071 * gdb.trace/tfile.exp
1072 * gdb.trace/trace-break.exp
1073 * gdb.trace/trace-buffer-size.exp
1074 * gdb.trace/trace-condition.exp
1075 * gdb.trace/tracefile-pseudo-reg.exp
1076 * gdb.trace/tstatus.exp
1077 * gdb.trace/unavailable.exp
1078 * gdb.trace/while-dyn.exp
1079 * gdb.trace/while-stepping.exp
1080
34c41c68
DE
10812016-12-22 Doug Evans <xdje42@gmail.com>
1082
1083 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1084 and msymbols.
1085
16e69324
YQ
10862016-12-19 Yao Qi <yao.qi@linaro.org>
1087
1088 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1089 (test_with_self): Don't call do_steps_and_nexts, and remove
1090 code about stepping into xmalloc.
1091
f94f411b
YQ
10922016-12-09 Yao Qi <yao.qi@linaro.org>
1093
1094 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1095
10962016-12-09 Yao Qi <yao.qi@linaro.org>
1097
1098 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1099
f1b5deee
PA
11002016-12-09 Pedro Alves <palves@redhat.com>
1101
1102 * gdb.base/all-architectures-0.exp: New file.
1103 * gdb.base/all-architectures-1.exp: New file.
1104 * gdb.base/all-architectures-2.exp: New file.
1105 * gdb.base/all-architectures-3.exp: New file.
1106 * gdb.base/all-architectures-4.exp: New file.
1107 * gdb.base/all-architectures-5.exp: New file.
1108 * gdb.base/all-architectures-6.exp: New file.
1109 * gdb.base/all-architectures-7.exp: New file.
1110 * gdb.base/all-architectures.exp.in: New file.
1111
364ca42e
YQ
11122016-12-09 Yao Qi <yao.qi@linaro.org>
1113
1114 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1115
107c2d62
LM
11162016-12-02 Luis Machado <lgustavo@codesourcery.com>
1117
1118 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1119 possible.
1120 Remove useless pattern-matching code.
1121
df3ee9ca
PA
11222016-12-02 Pedro Alves <palves@redhat.com>
1123
1124 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1125 procedure.
1126 (top level): Call it.
1127
ec835369
PA
11282016-12-02 Pedro Alves <palves@redhat.com>
1129
1130 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1131 New procedure.
1132 (top level): Call it.
1133
01770bbd
PA
11342016-12-02 Pedro Alves <palves@redhat.com>
1135
1136 PR cli/20559
1137 * gdb.base/commands.exp (user_defined_command_args_eval): New
1138 procedure.
1139 (top level): Call it.
1140
008459ea
LM
11412016-12-02 Luis Machado <lgustavo@codesourcery.com>
1142
1143 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1144 timeout handling.
1145
0c1b455e
TT
11462016-12-02 Tom Tromey <tom@tromey.com>
1147
1148 * gdb.dwarf2/main-subprogram.c: New file.
1149 * gdb.dwarf2/main-subprogram.exp: New file.
1150
018572b8
LM
11512016-12-01 Luis Machado <lgustavo@codesourcery.com>
1152
1153 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1154 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1155 gdb_test_no_output for a couple of cases.
1156 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1157
84c93cd5
LM
11582016-12-01 Luis Machado <lgustavo@codesourcery.com>
1159
1160 Fix test names and standardize compilation error messages throughout
1161 the following files:
1162
1163 * gdb.ada/start.exp
1164 * gdb.arch/alpha-step.exp
1165 * gdb.arch/e500-prologue.exp
1166 * gdb.arch/ftrace-insn-reloc.exp
1167 * gdb.arch/gdb1291.exp
1168 * gdb.arch/gdb1431.exp
1169 * gdb.arch/gdb1558.exp
1170 * gdb.arch/i386-dr3-watch.exp
1171 * gdb.arch/i386-sse-stack-align.exp
1172 * gdb.arch/ia64-breakpoint-shadow.exp
1173 * gdb.arch/pa-nullify.exp
1174 * gdb.arch/powerpc-aix-prologue.exp
1175 * gdb.arch/thumb-bx-pc.exp
1176 * gdb.base/annota1.exp
1177 * gdb.base/annota3.exp
1178 * gdb.base/arrayidx.exp
1179 * gdb.base/assign.exp
1180 * gdb.base/attach.exp
1181 * gdb.base/auxv.exp
1182 * gdb.base/bang.exp
1183 * gdb.base/bfp-test.exp
1184 * gdb.base/bigcore.exp
1185 * gdb.base/bitfields2.exp
1186 * gdb.base/break-fun-addr.exp
1187 * gdb.base/break-probes.exp
1188 * gdb.base/call-rt-st.exp
1189 * gdb.base/callexit.exp
1190 * gdb.base/catch-fork-kill.exp
1191 * gdb.base/charset.exp
1192 * gdb.base/checkpoint.exp
1193 * gdb.base/comprdebug.exp
1194 * gdb.base/constvars.exp
1195 * gdb.base/coredump-filter.exp
1196 * gdb.base/cursal.exp
1197 * gdb.base/cvexpr.exp
1198 * gdb.base/detach.exp
1199 * gdb.base/display.exp
1200 * gdb.base/dmsym.exp
1201 * gdb.base/dprintf-pending.exp
1202 * gdb.base/dso2dso.exp
1203 * gdb.base/dtrace-probe.exp
1204 * gdb.base/dump.exp
1205 * gdb.base/enum_cond.exp
1206 * gdb.base/exe-lock.exp
1207 * gdb.base/exec-invalid-sysroot.exp
1208 * gdb.base/execl-update-breakpoints.exp
1209 * gdb.base/exprs.exp
1210 * gdb.base/fileio.exp
1211 * gdb.base/find.exp
1212 * gdb.base/finish.exp
1213 * gdb.base/fixsection.exp
1214 * gdb.base/foll-vfork.exp
1215 * gdb.base/frame-args.exp
1216 * gdb.base/gcore.exp
1217 * gdb.base/gdb1250.exp
1218 * gdb.base/global-var-nested-by-dso.exp
1219 * gdb.base/gnu-ifunc.exp
1220 * gdb.base/hashline1.exp
1221 * gdb.base/hashline2.exp
1222 * gdb.base/hashline3.exp
1223 * gdb.base/hbreak-in-shr-unsupported.exp
1224 * gdb.base/huge.exp
1225 * gdb.base/infcall-input.exp
1226 * gdb.base/info-fun.exp
1227 * gdb.base/info-shared.exp
1228 * gdb.base/jit-simple.exp
1229 * gdb.base/jit-so.exp
1230 * gdb.base/jit.exp
1231 * gdb.base/jump.exp
1232 * gdb.base/label.exp
1233 * gdb.base/lineinc.exp
1234 * gdb.base/logical.exp
1235 * gdb.base/longjmp.exp
1236 * gdb.base/macscp.exp
1237 * gdb.base/miscexprs.exp
1238 * gdb.base/new-ui-echo.exp
1239 * gdb.base/new-ui-pending-input.exp
1240 * gdb.base/new-ui.exp
1241 * gdb.base/nodebug.exp
1242 * gdb.base/nofield.exp
1243 * gdb.base/offsets.exp
1244 * gdb.base/overlays.exp
1245 * gdb.base/pending.exp
1246 * gdb.base/pointers.exp
1247 * gdb.base/pr11022.exp
1248 * gdb.base/printcmds.exp
1249 * gdb.base/prologue.exp
1250 * gdb.base/ptr-typedef.exp
1251 * gdb.base/realname-expand.exp
1252 * gdb.base/relativedebug.exp
1253 * gdb.base/relocate.exp
1254 * gdb.base/remote.exp
1255 * gdb.base/reread.exp
1256 * gdb.base/return2.exp
1257 * gdb.base/savedregs.exp
1258 * gdb.base/sep.exp
1259 * gdb.base/sepdebug.exp
1260 * gdb.base/sepsymtab.exp
1261 * gdb.base/set-inferior-tty.exp
1262 * gdb.base/setshow.exp
1263 * gdb.base/shlib-call.exp
1264 * gdb.base/sigaltstack.exp
1265 * gdb.base/siginfo-addr.exp
1266 * gdb.base/signals.exp
1267 * gdb.base/signull.exp
1268 * gdb.base/sigrepeat.exp
1269 * gdb.base/so-impl-ld.exp
1270 * gdb.base/solib-display.exp
1271 * gdb.base/solib-overlap.exp
1272 * gdb.base/solib-search.exp
1273 * gdb.base/solib-symbol.exp
1274 * gdb.base/structs.exp
1275 * gdb.base/structs2.exp
1276 * gdb.base/symtab-search-order.exp
1277 * gdb.base/twice.exp
1278 * gdb.base/unload.exp
1279 * gdb.base/varargs.exp
1280 * gdb.base/watchpoint-solib.exp
1281 * gdb.base/watchpoint.exp
1282 * gdb.base/whatis.exp
1283 * gdb.base/wrong_frame_bt_full.exp
1284 * gdb.btrace/dlopen.exp
1285 * gdb.cell/ea-standalone.exp
1286 * gdb.cell/ea-test.exp
1287 * gdb.cp/dispcxx.exp
1288 * gdb.cp/gdb2384.exp
1289 * gdb.cp/method2.exp
1290 * gdb.cp/nextoverthrow.exp
1291 * gdb.cp/pr10728.exp
1292 * gdb.disasm/am33.exp
1293 * gdb.disasm/h8300s.exp
1294 * gdb.disasm/mn10300.exp
1295 * gdb.disasm/sh3.exp
1296 * gdb.dwarf2/dw2-dir-file-name.exp
1297 * gdb.fortran/complex.exp
1298 * gdb.fortran/library-module.exp
1299 * gdb.guile/scm-pretty-print.exp
1300 * gdb.guile/scm-symbol.exp
1301 * gdb.guile/scm-type.exp
1302 * gdb.guile/scm-value.exp
1303 * gdb.linespec/linespec.exp
1304 * gdb.mi/gdb701.exp
1305 * gdb.mi/gdb792.exp
1306 * gdb.mi/mi-breakpoint-changed.exp
1307 * gdb.mi/mi-dprintf-pending.exp
1308 * gdb.mi/mi-dprintf.exp
1309 * gdb.mi/mi-exit-code.exp
1310 * gdb.mi/mi-pending.exp
1311 * gdb.mi/mi-solib.exp
1312 * gdb.mi/new-ui-mi-sync.exp
1313 * gdb.mi/pr11022.exp
1314 * gdb.mi/user-selected-context-sync.exp
1315 * gdb.opt/solib-intra-step.exp
1316 * gdb.python/py-events.exp
1317 * gdb.python/py-finish-breakpoint.exp
1318 * gdb.python/py-mi.exp
1319 * gdb.python/py-prettyprint.exp
1320 * gdb.python/py-shared.exp
1321 * gdb.python/py-symbol.exp
1322 * gdb.python/py-template.exp
1323 * gdb.python/py-type.exp
1324 * gdb.python/py-value.exp
1325 * gdb.reverse/solib-precsave.exp
1326 * gdb.reverse/solib-reverse.exp
1327 * gdb.server/solib-list.exp
1328 * gdb.stabs/weird.exp
1329 * gdb.threads/reconnect-signal.exp
1330 * gdb.threads/stepi-random-signal.exp
1331 * gdb.trace/actions.exp
1332 * gdb.trace/ax.exp
1333 * gdb.trace/backtrace.exp
1334 * gdb.trace/change-loc.exp
1335 * gdb.trace/deltrace.exp
1336 * gdb.trace/ftrace-lock.exp
1337 * gdb.trace/ftrace.exp
1338 * gdb.trace/infotrace.exp
1339 * gdb.trace/mi-tracepoint-changed.exp
1340 * gdb.trace/packetlen.exp
1341 * gdb.trace/passcount.exp
1342 * gdb.trace/pending.exp
1343 * gdb.trace/range-stepping.exp
1344 * gdb.trace/report.exp
1345 * gdb.trace/stap-trace.exp
1346 * gdb.trace/tfind.exp
1347 * gdb.trace/trace-break.exp
1348 * gdb.trace/trace-condition.exp
1349 * gdb.trace/trace-enable-disable.exp
1350 * gdb.trace/trace-mt.exp
1351 * gdb.trace/tracecmd.exp
1352 * gdb.trace/tspeed.exp
1353 * gdb.trace/tsv.exp
1354 * lib/perftest.exp
1355
fb9feb35
LM
13562016-12-01 Luis Machado <lgustavo@codesourcery.com>
1357
1358 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1359 with gdb_test_no_output.
1360 Use command as test name.
1361
cd2ddb6c
LM
13622016-12-01 Luis Machado <lgustavo@codesourcery.com>
1363
1364 Fix test names starting with uppercase throughout the files.
1365
1366 * gdb.ada/assign_1.exp
1367 * gdb.ada/boolean_expr.exp
1368 * gdb.base/arrayidx.exp
1369 * gdb.base/del.exp
1370 * gdb.base/gcore-buffer-overflow.exp
1371 * gdb.base/testenv.exp
1372 * gdb.compile/compile.exp
1373 * gdb.python/py-framefilter-invalidarg.exp
1374 * gdb.python/py-framefilter.exp
1375
bb95117e
LM
13762016-12-01 Luis Machado <lgustavo@codesourcery.com>
1377
1378 Fix test names starting with uppercase throughout the files.
1379
1380 * gdb.ada/array_return.exp
1381 * gdb.ada/expr_delims.exp
1382 * gdb.ada/mi_dyn_arr.exp
1383 * gdb.ada/mi_interface.exp
1384 * gdb.ada/mi_var_array.exp
1385 * gdb.ada/watch_arg.exp
1386 * gdb.arch/alpha-step.exp
1387 * gdb.arch/altivec-regs.exp
1388 * gdb.arch/e500-regs.exp
1389 * gdb.arch/powerpc-d128-regs.exp
1390 * gdb.base/arrayidx.exp
1391 * gdb.base/break.exp
1392 * gdb.base/checkpoint.exp
1393 * gdb.base/debug-expr.exp
1394 * gdb.base/dmsym.exp
1395 * gdb.base/radix.exp
1396 * gdb.base/sepdebug.exp
1397 * gdb.base/testenv.exp
1398 * gdb.base/watch_thread_num.exp
1399 * gdb.base/watchpoint-cond-gone.exp
1400 * gdb.cell/break.exp
1401 * gdb.cell/ea-cache.exp
1402 * gdb.compile/compile.exp
1403 * gdb.cp/gdb2495.exp
1404 * gdb.gdb/selftest.exp
1405 * gdb.gdb/xfullpath.exp
1406 * gdb.go/hello.exp
1407 * gdb.go/integers.exp
1408 * gdb.objc/basicclass.exp
1409 * gdb.pascal/hello.exp
1410 * gdb.pascal/integers.exp
1411 * gdb.python/py-breakpoint.exp
1412 * gdb.python/py-cmd.exp
1413 * gdb.python/py-linetable.exp
1414 * gdb.python/py-xmethods.exp
1415 * gdb.python/python.exp
1416 * gdb.reverse/consecutive-precsave.exp
1417 * gdb.reverse/finish-precsave.exp
1418 * gdb.reverse/i386-precsave.exp
1419 * gdb.reverse/machinestate-precsave.exp
1420 * gdb.reverse/sigall-precsave.exp
1421 * gdb.reverse/solib-precsave.exp
1422 * gdb.reverse/step-precsave.exp
1423 * gdb.reverse/until-precsave.exp
1424 * gdb.reverse/watch-precsave.exp
1425 * gdb.threads/leader-exit.exp
1426 * gdb.threads/pthreads.exp
1427 * gdb.threads/wp-replication.exp
1428 * gdb.trace/actions.exp
1429 * gdb.trace/mi-tsv-changed.exp
1430 * gdb.trace/tsv.exp
1431
de97fdd4
LM
14322016-12-01 Luis Machado <lgustavo@codesourcery.com>
1433
1434 Fix test names starting with uppercase throughout the files.
1435
1436 * gdb.arch/i386-bp_permanent.exp
1437 * gdb.arch/i386-gnu-cfi.exp
1438 * gdb.base/disasm-end-cu.exp
1439 * gdb.base/macscp.exp
1440 * gdb.base/pending.exp
1441 * gdb.base/watch_thread_num.exp
1442 * gdb.cp/exception.exp
1443 * gdb.cp/gdb2495.exp
1444 * gdb.cp/local.exp
1445 * gdb.python/py-evsignal.exp
1446 * gdb.python/python.exp
1447 * gdb.trace/tracecmd.exp
1448
9f058c10
LM
14492016-12-01 Luis Machado <lgustavo@codesourcery.com>
1450
1451 Fix test names starting with uppercase throughout the files.
1452
1453 * gdb.base/charset.exp
1454 * gdb.base/eval.exp
1455 * gdb.base/multi-forks.exp
1456 * gdb.guile/scm-progspace.exp
1457 * gdb.opencl/datatypes.exp
1458 * gdb.python/py-block.exp
1459 * gdb.python/py-function.exp
1460 * gdb.python/py-symbol.exp
1461 * gdb.python/py-symtab.exp
1462 * gdb.python/py-xmethods.exp
1463 * gdb.reverse/break-precsave.exp
1464 * gdb.reverse/break-reverse.exp
1465 * gdb.reverse/consecutive-precsave.exp
1466 * gdb.reverse/consecutive-reverse.exp
1467 * gdb.reverse/finish-precsave.exp
1468 * gdb.reverse/finish-reverse-bkpt.exp
1469 * gdb.reverse/finish-reverse.exp
1470 * gdb.reverse/fstatat-reverse.exp
1471 * gdb.reverse/getresuid-reverse.exp
1472 * gdb.reverse/i386-precsave.exp
1473 * gdb.reverse/i386-reverse.exp
1474 * gdb.reverse/i386-sse-reverse.exp
1475 * gdb.reverse/i387-stack-reverse.exp
1476 * gdb.reverse/insn-reverse.exp
1477 * gdb.reverse/machinestate-precsave.exp
1478 * gdb.reverse/machinestate.exp
1479 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1480 * gdb.reverse/pipe-reverse.exp
1481 * gdb.reverse/readv-reverse.exp
1482 * gdb.reverse/recvmsg-reverse.exp
1483 * gdb.reverse/rerun-prec.exp
1484 * gdb.reverse/s390-mvcle.exp
1485 * gdb.reverse/sigall-precsave.exp
1486 * gdb.reverse/sigall-reverse.exp
1487 * gdb.reverse/solib-precsave.exp
1488 * gdb.reverse/solib-reverse.exp
1489 * gdb.reverse/step-precsave.exp
1490 * gdb.reverse/step-reverse.exp
1491 * gdb.reverse/time-reverse.exp
1492 * gdb.reverse/until-precsave.exp
1493 * gdb.reverse/until-reverse.exp
1494 * gdb.reverse/waitpid-reverse.exp
1495 * gdb.reverse/watch-precsave.exp
1496 * gdb.reverse/watch-reverse.exp
1497
cdc7edd7
LM
14982016-12-01 Luis Machado <lgustavo@codesourcery.com>
1499
1500 Fix test names starting with uppercase throughout the files.
1501
1502 * gdb.arch/i386-mpx-simple_segv.exp
1503 * gdb.arch/i386-mpx.exp
1504 * gdb.arch/i386-permbkpt.exp
1505 * gdb.arch/pa-nullify.exp
1506 * gdb.arch/powerpc-d128-regs.exp
1507 * gdb.arch/vsx-regs.exp
1508 * gdb.base/bfp-test.exp
1509 * gdb.base/break.exp
1510 * gdb.base/breakpoint-shadow.exp
1511 * gdb.base/callfuncs.exp
1512 * gdb.base/charset.exp
1513 * gdb.base/commands.exp
1514 * gdb.base/completion.exp
1515 * gdb.base/dfp-test.exp
1516 * gdb.base/echo.exp
1517 * gdb.base/ending-run.exp
1518 * gdb.base/eval.exp
1519 * gdb.base/expand-psymtabs.exp
1520 * gdb.base/float128.exp
1521 * gdb.base/floatn.exp
1522 * gdb.base/foll-exec-mode.exp
1523 * gdb.base/gdb1056.exp
1524 * gdb.base/gdb11531.exp
1525 * gdb.base/kill-after-signal.exp
1526 * gdb.base/multi-forks.exp
1527 * gdb.base/overlays.exp
1528 * gdb.base/pending.exp
1529 * gdb.base/sepdebug.exp
1530 * gdb.base/testenv.exp
1531 * gdb.base/valgrind-db-attach.exp
1532 * gdb.base/watch_thread_num.exp
1533 * gdb.base/watchpoint-cond-gone.exp
1534 * gdb.base/watchpoint.exp
1535 * gdb.base/watchpoints.exp
1536 * gdb.cp/arg-reference.exp
1537 * gdb.cp/baseenum.exp
1538 * gdb.cp/operator.exp
1539 * gdb.cp/shadow.exp
1540 * gdb.dwarf2/dw2-op-out-param.exp
1541 * gdb.dwarf2/dw2-reg-undefined.exp
1542 * gdb.go/chan.exp
1543 * gdb.go/hello.exp
1544 * gdb.go/integers.exp
1545 * gdb.go/methods.exp
1546 * gdb.go/package.exp
1547 * gdb.guile/scm-parameter.exp
1548 * gdb.guile/scm-progspace.exp
1549 * gdb.guile/scm-value.exp
1550 * gdb.mi/mi-pending.exp
1551 * gdb.mi/user-selected-context-sync.exp
1552 * gdb.multi/multi-attach.exp
1553 * gdb.multi/tids.exp
1554 * gdb.opt/clobbered-registers-O2.exp
1555 * gdb.pascal/floats.exp
1556 * gdb.pascal/integers.exp
1557 * gdb.python/py-block.exp
1558 * gdb.python/py-events.exp
1559 * gdb.python/py-parameter.exp
1560 * gdb.python/py-symbol.exp
1561 * gdb.python/py-symtab.exp
1562 * gdb.python/py-type.exp
1563 * gdb.python/py-value.exp
1564 * gdb.python/py-xmethods.exp
1565 * gdb.python/python.exp
1566 * gdb.reverse/break-precsave.exp
1567 * gdb.reverse/consecutive-precsave.exp
1568 * gdb.reverse/finish-precsave.exp
1569 * gdb.reverse/i386-precsave.exp
1570 * gdb.reverse/machinestate-precsave.exp
1571 * gdb.reverse/sigall-precsave.exp
1572 * gdb.reverse/solib-precsave.exp
1573 * gdb.reverse/step-precsave.exp
1574 * gdb.reverse/until-precsave.exp
1575 * gdb.reverse/watch-precsave.exp
1576 * gdb.server/ext-attach.exp
1577 * gdb.server/ext-restart.exp
1578 * gdb.server/ext-run.exp
1579 * gdb.server/ext-wrapper.exp
1580 * gdb.stabs/gdb11479.exp
1581 * gdb.stabs/weird.exp
1582 * gdb.threads/attach-many-short-lived-threads.exp
1583 * gdb.threads/kill.exp
1584 * gdb.threads/watchpoint-fork.exp
1585
bc6c7af4
LM
15862016-12-01 Luis Machado <lgustavo@codesourcery.com>
1587
1588 Fix test names starting with uppercase throughout all the files below.
1589
1590 * gdb.ada/array_return.exp
1591 * gdb.ada/catch_ex.exp
1592 * gdb.ada/info_exc.exp
1593 * gdb.ada/mi_catch_ex.exp
1594 * gdb.ada/mi_dyn_arr.exp
1595 * gdb.ada/mi_ex_cond.exp
1596 * gdb.ada/mi_exc_info.exp
1597 * gdb.ada/mi_interface.exp
1598 * gdb.ada/mi_task_arg.exp
1599 * gdb.ada/mi_task_info.exp
1600 * gdb.ada/mi_var_array.exp
1601 * gdb.arch/alpha-step.exp
1602 * gdb.arch/amd64-disp-step.exp
1603 * gdb.arch/arm-disp-step.exp
1604 * gdb.arch/disp-step-insn-reloc.exp
1605 * gdb.arch/e500-prologue.exp
1606 * gdb.arch/ftrace-insn-reloc.exp
1607 * gdb.arch/gdb1558.exp
1608 * gdb.arch/i386-bp_permanent.exp
1609 * gdb.arch/i386-disp-step.exp
1610 * gdb.arch/i386-float.exp
1611 * gdb.arch/i386-gnu-cfi.exp
1612 * gdb.arch/ia64-breakpoint-shadow.exp
1613 * gdb.arch/mips16-thunks.exp
1614 * gdb.arch/pa-nullify.exp
1615 * gdb.arch/powerpc-aix-prologue.exp
1616 * gdb.arch/powerpc-power.exp
1617 * gdb.arch/ppc-dfp.exp
1618 * gdb.arch/s390-tdbregs.exp
1619 * gdb.arch/spu-info.exp
1620 * gdb.arch/spu-ls.exp
1621 * gdb.arch/thumb-bx-pc.exp
1622 * gdb.base/advance.exp
1623 * gdb.base/annota-input-while-running.exp
1624 * gdb.base/arrayidx.exp
1625 * gdb.base/asmlabel.exp
1626 * gdb.base/async.exp
1627 * gdb.base/attach-wait-input.exp
1628 * gdb.base/auto-connect-native-target.exp
1629 * gdb.base/batch-preserve-term-settings.exp
1630 * gdb.base/bfp-test.exp
1631 * gdb.base/bigcore.exp
1632 * gdb.base/bp-permanent.exp
1633 * gdb.base/break-always.exp
1634 * gdb.base/break-fun-addr.exp
1635 * gdb.base/break-idempotent.exp
1636 * gdb.base/break-main-file-remove-fail.exp
1637 * gdb.base/break-probes.exp
1638 * gdb.base/break-unload-file.exp
1639 * gdb.base/break.exp
1640 * gdb.base/call-ar-st.exp
1641 * gdb.base/call-rt-st.exp
1642 * gdb.base/call-sc.exp
1643 * gdb.base/call-signal-resume.exp
1644 * gdb.base/call-strs.exp
1645 * gdb.base/callexit.exp
1646 * gdb.base/callfuncs.exp
1647 * gdb.base/catch-gdb-caused-signals.exp
1648 * gdb.base/catch-signal-siginfo-cond.exp
1649 * gdb.base/catch-syscall.exp
1650 * gdb.base/compare-sections.exp
1651 * gdb.base/cond-eval-mode.exp
1652 * gdb.base/condbreak-call-false.exp
1653 * gdb.base/consecutive-step-over.exp
1654 * gdb.base/cursal.exp
1655 * gdb.base/disabled-location.exp
1656 * gdb.base/disasm-end-cu.exp
1657 * gdb.base/display.exp
1658 * gdb.base/double-prompt-target-event-error.exp
1659 * gdb.base/dprintf-bp-same-addr.exp
1660 * gdb.base/dprintf-detach.exp
1661 * gdb.base/dprintf-next.exp
1662 * gdb.base/dprintf-non-stop.exp
1663 * gdb.base/dprintf-pending.exp
1664 * gdb.base/dso2dso.exp
1665 * gdb.base/ending-run.exp
1666 * gdb.base/enum_cond.exp
1667 * gdb.base/examine-backward.exp
1668 * gdb.base/exe-lock.exp
1669 * gdb.base/exec-invalid-sysroot.exp
1670 * gdb.base/execl-update-breakpoints.exp
1671 * gdb.base/execution-termios.exp
1672 * gdb.base/fileio.exp
1673 * gdb.base/fixsection.exp
1674 * gdb.base/foll-exec-mode.exp
1675 * gdb.base/foll-exec.exp
1676 * gdb.base/fork-running-state.exp
1677 * gdb.base/frame-args.exp
1678 * gdb.base/fullpath-expand.exp
1679 * gdb.base/func-ptr.exp
1680 * gdb.base/gcore-relro-pie.exp
1681 * gdb.base/gdb1090.exp
1682 * gdb.base/gdb1555.exp
1683 * gdb.base/global-var-nested-by-dso.exp
1684 * gdb.base/gnu-ifunc.exp
1685 * gdb.base/hbreak-in-shr-unsupported.exp
1686 * gdb.base/hbreak-unmapped.exp
1687 * gdb.base/hook-stop.exp
1688 * gdb.base/infcall-input.exp
1689 * gdb.base/info-fun.exp
1690 * gdb.base/info-shared.exp
1691 * gdb.base/interrupt-noterm.exp
1692 * gdb.base/jit-so.exp
1693 * gdb.base/jit.exp
1694 * gdb.base/line-symtabs.exp
1695 * gdb.base/list.exp
1696 * gdb.base/longjmp.exp
1697 * gdb.base/macscp.exp
1698 * gdb.base/max-value-size.exp
1699 * gdb.base/nodebug.exp
1700 * gdb.base/nofield.exp
1701 * gdb.base/overlays.exp
1702 * gdb.base/paginate-after-ctrl-c-running.exp
1703 * gdb.base/paginate-bg-execution.exp
1704 * gdb.base/paginate-inferior-exit.exp
1705 * gdb.base/pending.exp
1706 * gdb.base/pr11022.exp
1707 * gdb.base/printcmds.exp
1708 * gdb.base/ptr-typedef.exp
1709 * gdb.base/ptype.exp
1710 * gdb.base/randomize.exp
1711 * gdb.base/range-stepping.exp
1712 * gdb.base/realname-expand.exp
1713 * gdb.base/relativedebug.exp
1714 * gdb.base/remote.exp
1715 * gdb.base/savedregs.exp
1716 * gdb.base/sepdebug.exp
1717 * gdb.base/set-noassign.exp
1718 * gdb.base/shlib-call.exp
1719 * gdb.base/shreloc.exp
1720 * gdb.base/sigaltstack.exp
1721 * gdb.base/sigbpt.exp
1722 * gdb.base/siginfo-addr.exp
1723 * gdb.base/siginfo-obj.exp
1724 * gdb.base/siginfo-thread.exp
1725 * gdb.base/signest.exp
1726 * gdb.base/signull.exp
1727 * gdb.base/sigrepeat.exp
1728 * gdb.base/skip.exp
1729 * gdb.base/so-impl-ld.exp
1730 * gdb.base/solib-corrupted.exp
1731 * gdb.base/solib-disc.exp
1732 * gdb.base/solib-display.exp
1733 * gdb.base/solib-overlap.exp
1734 * gdb.base/solib-search.exp
1735 * gdb.base/solib-symbol.exp
1736 * gdb.base/source-execution.exp
1737 * gdb.base/sss-bp-on-user-bp-2.exp
1738 * gdb.base/sss-bp-on-user-bp.exp
1739 * gdb.base/stack-checking.exp
1740 * gdb.base/stale-infcall.exp
1741 * gdb.base/step-break.exp
1742 * gdb.base/step-line.exp
1743 * gdb.base/step-over-exit.exp
1744 * gdb.base/step-test.exp
1745 * gdb.base/structs.exp
1746 * gdb.base/sym-file.exp
1747 * gdb.base/symtab-search-order.exp
1748 * gdb.base/term.exp
1749 * gdb.base/type-opaque.exp
1750 * gdb.base/unload.exp
1751 * gdb.base/until-nodebug.exp
1752 * gdb.base/until.exp
1753 * gdb.base/unwindonsignal.exp
1754 * gdb.base/watch-cond.exp
1755 * gdb.base/watch-non-mem.exp
1756 * gdb.base/watch_thread_num.exp
1757 * gdb.base/watchpoint-reuse-slot.exp
1758 * gdb.base/watchpoint-solib.exp
1759 * gdb.base/watchpoint.exp
1760 * gdb.btrace/dlopen.exp
1761 * gdb.cell/arch.exp
1762 * gdb.cell/break.exp
1763 * gdb.cell/bt.exp
1764 * gdb.cell/core.exp
1765 * gdb.cell/data.exp
1766 * gdb.cell/dwarfaddr.exp
1767 * gdb.cell/ea-cache.exp
1768 * gdb.cell/ea-standalone.exp
1769 * gdb.cell/ea-test.exp
1770 * gdb.cell/f-regs.exp
1771 * gdb.cell/fork.exp
1772 * gdb.cell/gcore.exp
1773 * gdb.cell/mem-access.exp
1774 * gdb.cell/ptype.exp
1775 * gdb.cell/registers.exp
1776 * gdb.cell/sizeof.exp
1777 * gdb.cell/solib-symbol.exp
1778 * gdb.cell/solib.exp
1779 * gdb.compile/compile-tls.exp
1780 * gdb.cp/exception.exp
1781 * gdb.cp/gdb2495.exp
1782 * gdb.cp/local.exp
1783 * gdb.cp/mb-inline.exp
1784 * gdb.cp/mb-templates.exp
1785 * gdb.cp/pr10687.exp
1786 * gdb.cp/pr9167.exp
1787 * gdb.cp/scope-err.exp
1788 * gdb.cp/templates.exp
1789 * gdb.cp/virtfunc.exp
1790 * gdb.dwarf2/dw2-dir-file-name.exp
1791 * gdb.dwarf2/dw2-single-line-discriminators.exp
1792 * gdb.fortran/complex.exp
1793 * gdb.fortran/library-module.exp
1794 * gdb.guile/guile.exp
1795 * gdb.guile/scm-cmd.exp
1796 * gdb.guile/scm-frame-inline.exp
1797 * gdb.guile/scm-objfile.exp
1798 * gdb.guile/scm-pretty-print.exp
1799 * gdb.guile/scm-symbol.exp
1800 * gdb.guile/scm-type.exp
1801 * gdb.guile/scm-value.exp
1802 * gdb.linespec/keywords.exp
1803 * gdb.linespec/ls-errs.exp
1804 * gdb.linespec/macro-relative.exp
1805 * gdb.linespec/thread.exp
1806 * gdb.mi/mi-breakpoint-changed.exp
1807 * gdb.mi/mi-dprintf-pending.exp
1808 * gdb.mi/mi-fullname-deleted.exp
1809 * gdb.mi/mi-logging.exp
1810 * gdb.mi/mi-pending.exp
1811 * gdb.mi/mi-solib.exp
1812 * gdb.mi/new-ui-mi-sync.exp
1813 * gdb.mi/user-selected-context-sync.exp
1814 * gdb.multi/dummy-frame-restore.exp
1815 * gdb.multi/multi-arch-exec.exp
1816 * gdb.multi/remove-inferiors.exp
1817 * gdb.multi/watchpoint-multi-exit.exp
1818 * gdb.opt/solib-intra-step.exp
1819 * gdb.perf/backtrace.exp
1820 * gdb.perf/single-step.exp
1821 * gdb.perf/skip-command.exp
1822 * gdb.perf/skip-prologue.exp
1823 * gdb.perf/solib.exp
1824 * gdb.python/lib-types.exp
1825 * gdb.python/py-as-string.exp
1826 * gdb.python/py-bad-printers.exp
1827 * gdb.python/py-block.exp
1828 * gdb.python/py-breakpoint.exp
1829 * gdb.python/py-cmd.exp
1830 * gdb.python/py-events.exp
1831 * gdb.python/py-evthreads.exp
1832 * gdb.python/py-finish-breakpoint.exp
1833 * gdb.python/py-finish-breakpoint2.exp
1834 * gdb.python/py-frame-inline.exp
1835 * gdb.python/py-frame.exp
1836 * gdb.python/py-inferior.exp
1837 * gdb.python/py-infthread.exp
1838 * gdb.python/py-mi.exp
1839 * gdb.python/py-objfile.exp
1840 * gdb.python/py-pp-maint.exp
1841 * gdb.python/py-pp-registration.exp
1842 * gdb.python/py-prettyprint.exp
1843 * gdb.python/py-recurse-unwind.exp
1844 * gdb.python/py-shared.exp
1845 * gdb.python/py-symbol.exp
1846 * gdb.python/py-symtab.exp
1847 * gdb.python/py-template.exp
1848 * gdb.python/py-type.exp
1849 * gdb.python/py-unwind-maint.exp
1850 * gdb.python/py-unwind.exp
1851 * gdb.python/py-value.exp
1852 * gdb.python/python.exp
1853 * gdb.reverse/finish-reverse-bkpt.exp
1854 * gdb.reverse/insn-reverse.exp
1855 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1856 * gdb.reverse/solib-precsave.exp
1857 * gdb.reverse/solib-reverse.exp
1858 * gdb.stabs/gdb11479.exp
1859 * gdb.stabs/weird.exp
1860 * gdb.threads/fork-child-threads.exp
1861 * gdb.threads/fork-plus-threads.exp
1862 * gdb.threads/fork-thread-pending.exp
1863 * gdb.threads/forking-threads-plus-breakpoint.exp
1864 * gdb.threads/hand-call-in-threads.exp
1865 * gdb.threads/interrupted-hand-call.exp
1866 * gdb.threads/linux-dp.exp
1867 * gdb.threads/local-watch-wrong-thread.exp
1868 * gdb.threads/next-while-other-thread-longjmps.exp
1869 * gdb.threads/non-ldr-exit.exp
1870 * gdb.threads/pending-step.exp
1871 * gdb.threads/print-threads.exp
1872 * gdb.threads/process-dies-while-detaching.exp
1873 * gdb.threads/process-dies-while-handling-bp.exp
1874 * gdb.threads/pthreads.exp
1875 * gdb.threads/queue-signal.exp
1876 * gdb.threads/reconnect-signal.exp
1877 * gdb.threads/signal-command-handle-nopass.exp
1878 * gdb.threads/signal-command-multiple-signals-pending.exp
1879 * gdb.threads/signal-delivered-right-thread.exp
1880 * gdb.threads/signal-sigtrap.exp
1881 * gdb.threads/sigthread.exp
1882 * gdb.threads/staticthreads.exp
1883 * gdb.threads/stepi-random-signal.exp
1884 * gdb.threads/thread-unwindonsignal.exp
1885 * gdb.threads/thread_check.exp
1886 * gdb.threads/thread_events.exp
1887 * gdb.threads/tid-reuse.exp
1888 * gdb.threads/tls-nodebug.exp
1889 * gdb.threads/tls-shared.exp
1890 * gdb.threads/tls-so_extern.exp
1891 * gdb.threads/tls.exp
1892 * gdb.threads/wp-replication.exp
1893 * gdb.trace/actions-changed.exp
1894 * gdb.trace/actions.exp
1895 * gdb.trace/backtrace.exp
1896 * gdb.trace/change-loc.exp
1897 * gdb.trace/collection.exp
1898 * gdb.trace/deltrace.exp
1899 * gdb.trace/disconnected-tracing.exp
1900 * gdb.trace/entry-values.exp
1901 * gdb.trace/ftrace-lock.exp
1902 * gdb.trace/ftrace.exp
1903 * gdb.trace/infotrace.exp
1904 * gdb.trace/mi-trace-frame-collected.exp
1905 * gdb.trace/mi-trace-unavailable.exp
1906 * gdb.trace/mi-traceframe-changed.exp
1907 * gdb.trace/mi-tracepoint-changed.exp
1908 * gdb.trace/mi-tsv-changed.exp
1909 * gdb.trace/no-attach-trace.exp
1910 * gdb.trace/packetlen.exp
1911 * gdb.trace/passc-dyn.exp
1912 * gdb.trace/passcount.exp
1913 * gdb.trace/pending.exp
1914 * gdb.trace/pr16508.exp
1915 * gdb.trace/qtro.exp
1916 * gdb.trace/range-stepping.exp
1917 * gdb.trace/read-memory.exp
1918 * gdb.trace/report.exp
1919 * gdb.trace/save-trace.exp
1920 * gdb.trace/signal.exp
1921 * gdb.trace/stap-trace.exp
1922 * gdb.trace/status-stop.exp
1923 * gdb.trace/strace.exp
1924 * gdb.trace/tfile.exp
1925 * gdb.trace/tfind.exp
1926 * gdb.trace/trace-break.exp
1927 * gdb.trace/trace-condition.exp
1928 * gdb.trace/trace-enable-disable.exp
1929 * gdb.trace/trace-mt.exp
1930 * gdb.trace/tracecmd.exp
1931 * gdb.trace/tracefile-pseudo-reg.exp
1932 * gdb.trace/tspeed.exp
1933 * gdb.trace/tstatus.exp
1934 * gdb.trace/tsv.exp
1935 * gdb.trace/unavailable.exp
1936 * gdb.trace/while-dyn.exp
1937 * gdb.trace/while-stepping.exp
1938 * lib/gdb-guile.exp
1939 * lib/gdb.exp
1940 * lib/mi-support.exp
1941 * lib/pascal.exp
1942 * lib/perftest.exp
1943 * lib/prelink-support.exp
1944 * lib/selftest-support.exp
1945
ad02e4fe
SM
19462016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1947
1948 * Makefile.in: Include disable-implicit-rules.mk.
1949
22347e55
AA
19502016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1951
1952 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
1953 non-byte-aligned bit fields.
1954
da5b30da
AA
19552016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1956
1957 PR gdb/12616
1958 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
1959 respects the DW_AT_data_bit_offset attribute.
1960
b593ecca
SM
19612016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1962
1963 * gdb.base/default.exp: Fix output of "set language".
1964
3b165252
SM
19652016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
1966
1967 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
1968 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
1969 make.
1970 * configure.ac: Remove checks for the make program.
1971 * configure: Re-generate.
1972
1a2f3d7f
KB
19732016-11-16 Kevin Buettner <kevinb@redhat.com>
1974
1975 * gdb.python/py-recurse-unwind.c (main): Add loop.
1976 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
1977 to read_register() and gdb.parse_and_eval(). Make each code
1978 call a separate case that can be individually tested.
1979 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
1980 proc. Call cont_and_backtrace for each of the code paths that
1981 we want to test in the unwinder.
1982
b7f38fda
AA
19832016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
1984
1985 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
1986 the definition of struct S.
1987
1f8db343
CM
19882016-11-11 Catherine Moore <clm@codesourcery.com>
1989
1990 * gdb.base/dump.exp: Identify verilog format dump tests as such.
1991
fad0c9fb
PA
19922016-11-09 Pedro Alves <palves@redhat.com>
1993
1994 * gdb.base/commands.exp (runto_or_return): New procedure.
1995 (gdbvar_simple_if_test, gdbvar_simple_while_test)
1996 (gdbvar_complex_if_while_test, progvar_simple_if_test)
1997 (progvar_simple_while_test, progvar_complex_if_while_test)
1998 (if_while_breakpoint_command_test)
1999 (infrun_breakpoint_command_test, breakpoint_command_test)
2000 (user_defined_command_test, watchpoint_command_test)
2001 (test_command_prompt_position, redefine_hook_test)
2002 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2003 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2004 multi_line_input and multi_line. Remove gdb_expect and
2005 gdb_stop_suppressing_tests uses.
2006 * lib/gdb.exp (valnum_re): New global.
2007 (multi_line_input): New procedure.
2008
8354c62c
SM
20092016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2010
2011 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2012 Remove.
2013 (test_setup): Define with proc_with_prefix.
2014 (test_cli_inferior): Likewise.
2015 (test_cli_thread): Likewise.
2016 (test_cli_frame): Likewise.
2017 (test_cli_select_frame): Likewise.
2018 (test_cli_up_down): Likewise.
2019 (test_mi_thread_select): Likewise.
2020 (test_mi_stack_select_frame): Likewise.
2021 (test_cli_in_mi_inferior): Likewise.
2022 (test_cli_in_mi_thread): Likewise.
2023 (test_cli_in_mi_frame): Likewise.
2024 (top level): Do not use with_test_prefix_procname.
2025
64f367a2
PA
20262016-11-09 Pedro Alves <palves@redhat.com>
2027
2028 * gdb.base/commands.exp (gdbvar_simple_if_test)
2029 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2030 (progvar_simple_if_test, progvar_simple_while_test)
2031 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2032 (infrun_breakpoint_command_test, breakpoint_command_test)
2033 (user_defined_command_test, watchpoint_command_test)
2034 (test_command_prompt_position, deprecated_command_test)
2035 (bp_deleted_in_command, temporary_breakpoint_commands)
2036 (stray_arg0_test, source_file_with_indented_comment)
2037 (recursive_source_test, if_commands_test)
2038 (error_clears_commands_left, redefine_hook_test)
2039 (redefine_backtrace_test): Use proc_with_prefix.
2040 * lib/gdb.exp (proc_with_prefix): New proc.
2041
0bb65f1e
AA
20422016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2043
2044 * gdb.base/tui-layout.c: New file.
2045 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2046 disassembly window contains very long lines.
2047
7353f247
TT
20482016-11-08 Tom Tromey <tom@tromey.com>
2049
2050 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2051 depend on Python 2.
2052
30a7bb83
TT
20532016-11-08 Tom Tromey <tom@tromey.com>
2054
2055 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2056 New method.
2057
cdf5a07c
MG
20582016-10-29 Manish Goregaokar <manish@mozilla.com>
2059
2806dc7e 2060 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2061
51a789c3
MG
20622016-10-27 Manish Goregaokar <manish@mozilla.com>
2063
2806dc7e
PA
2064 * gdb.rust/simple.rs: Add test for univariant enums without
2065 discriminants and for encoded struct-like enums.
51a789c3 2066
f610ab6d
PA
20672016-10-28 Pedro Alves <palves@redhat.com>
2068
2069 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2070 gdb_test_multiple, tighten regexps and match symtabs and line
2071 tables incrementally.
2072
b129b0ca
LM
20732016-10-28 Luis Machado <lgustavo@codesourcery.com>
2074
2075 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2076 general.
2077
ecf45d2c
SL
20782016-10-25 Luis Machado <lgustavo@codesourcery.com>
2079
2080 * gdb.base/exec-invalid-sysroot.exp: New file.
2081
b8d38ee4
JK
20822016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2083
2084 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2085
f90fd8c2
JK
20862016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2087
2088 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2089
2d2476aa
MR
20902016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2091
2806dc7e
PA
2092 * gdb.base/killed-outside.exp: Remove $options from a call to
2093 `prepare_for_testing'.
2d2476aa 2094
e42b25a0
SM
20952016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2096
2097 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2098 Change test message.
2099
3ccdb432
SM
21002016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2101
2102 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2103 Update comment.
2104
5bad3170
SM
21052016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2106
2107 * gdb.trace/mi-trace-save.exp: New file.
2108
5ad9dba7
YQ
21092016-10-13 Yao Qi <yao.qi@linaro.org>
2110
2111 * gdb.base/code_elim.exp (get_var_address): Remove.
2112 * gdb.base/relocate.exp: Likewise.
2113 * gdb.base/shreloc.exp: Likewise.
2114 * lib/gdb.exp (get_var_address): New.
2115
62df7e21
YQ
21162016-10-13 Yao Qi <yao.qi@linaro.org>
2117
2118 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2119 floating point tests if $skip_float_test is false.
2120
4dac951e
LM
21212016-10-12 Luis Machado <lgustavo@codesourcery.com>
2122
2123 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2124 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2125 argc values.
2126 Add 1 to argc so we guarantee distinct initial/modified argc values.
2127
8f1a8fc4
JK
21282016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2129
2130 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2131
16c85b5d
JK
21322016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2133
2134 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2135 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2136 * gdb.arch/vsx-regs.exp: Likewise.
2137
1d0e042a
YQ
21382016-10-07 Yao Qi <yao.qi@linaro.org>
2139
2140 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2141
68dadef5
MM
21422016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2143
2144 * gdb.python/python.exp: Test decode_line("*0").
2145
33fa2c6e
DE
21462016-10-06 Doug Evans <dje@google.com>
2147
2148 * gdb.python/py-value.exp (test_value_creation): Add test for large
2149 unsigned 64-bit value.
2150
9c37b5ae
TT
21512016-10-06 Tom Tromey <tom@tromey.com>
2152
2153 * gdb.compile/compile.exp: Change java tests to rust.
2154 * gdb.base/setshow.exp: Change java tests to rust.
2155 * gdb.base/default.exp: Remove java from language list.
2156 * README (Examples): Update language example.
2157 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2158 test.
2159 * lib/gdb.exp (skip_java_tests): Remove.
2160 * lib/java.exp: Remove.
2161 * gdb.java: Remove.
2162
78b86327
MR
21632016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2164
2165 * gdb.arch/mips-fcr.exp: New test.
2166 * gdb.arch/mips-fcr.c: Source for the new test.
2167
7470adbb
MR
21682016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2169
2170 * gdb.base/solib-disc.exp: Use `standard_output_file'
2171 throughout.
2172
4a556533
PA
21732016-10-06 Pedro Alves <palves@redhat.com>
2174
2175 * gdb.base/jit-simple-dl.c: New file.
2176 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2177 * gdb.base/jit-simple.c: ... this.
2178 * gdb.base/jit-simple.exp (jit_run): Delete.
2179 (build_jit): New proc.
2180 (jit_test_reread): Recompile either the main program or the shared
2181 library, depending on what is being tested. Skip changing address
2182 if caller wants to. Compare before/after addresses. If testing
2183 standalone, explicitly load the binary. Test "maint info
2184 breakpoints".
2185 (top level): Add "standalone vs shared lib" and "change address"
2186 vs "same address" axes.
2187
5a122fbc
PA
21882016-10-06 Pedro Alves <palves@redhat.com>
2189
2190 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2191 call.
2192 (jit_run): Delete.
2193 (jit_test_reread): Use with_test_prefix. Reload the main binary
2194 explicitly. Compare the before/after addresses of the JIT
2195 descriptor.
2196
ee8da4b8
DE
21972016-08-15 Doug Evans <dje@google.com>
2198
2199 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2200 for single bitfields is bool.
2201 * gdb.xml/tdesc-regs.exp: Ditto.
2202
f389f6fe
JK
22032016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2204
2205 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2206
fdebf1a4
YQ
22072016-10-05 Yao Qi <yao.qi@linaro.org>
2208
2209 * lib/gdb.exp (support_complex_tests): Return zero if
2210 gdb_skip_float_test return true.
2211
9c36d954 22122016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2213 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2214
2215 PR gdb/20487
2216 * gdb.mi/user-selected-context-sync.exp: New file.
2217 * gdb.mi/user-selected-context-sync.c: New file.
2218
4034d0ff 22192016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2220 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2221
2222 PR gdb/20487
2223 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2224 =thread-select-event check.
2225
a4297203
PB
22262016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2227
2228 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2229 the compulsory L operand changes.
2230 * gdb.arch/powerpc-power.s: Likewise.
2231
bb805577
JK
22322016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2233
2234 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2235 * gdb.base/jit-attach-pie.c: New file.
2236 * gdb.base/jit-attach-pie.exp: New file.
2237
6d61dee5
PA
22382016-09-28 Pedro Alves <palves@redhat.com>
2239
2240 * gdb.base/infcall-input.c: New file.
2241 * gdb.base/infcall-input.exp: New file.
2242
f73842fc
YQ
22432016-09-22 Yao Qi <yao.qi@linaro.org>
2244
2245 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2246 (gdb_exit): Rename it to ...
2247 (gdbserver_gdb_exit): ... Close GDBserver.
2248 (gdb_exit): New proc, call gdbserver_gdb_exit.
2249 (mi_gdb_exit): Likewise.
2250
90681dab
YQ
22512016-09-22 Yao Qi <yao.qi@linaro.org>
2252
2253 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2254 path.
2255 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2256 Remove duplication.
2257
9c211fd8
YQ
22582016-09-22 Yao Qi <yao.qi@linaro.org>
2259
2260 * lib/gdbserver-support.exp: Check the existence of
2261 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2262
ad0a504f
AK
22632016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2264
2265 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2266
36cf1806
TT
22672016-09-21 Tom Tromey <tom@tromey.com>
2268
2269 PR gdb/20604:
2270 * gdb.base/quit.exp: New file.
2271
74172ecf
SM
22722016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2273
2274 * .gitignore: New file.
2275
3d0ec882
MR
22762016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2277
2278 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2279 throughout.
2280
8193adea
AA
22812016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2282
2283 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2284
d41a5c09
JK
22852016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2286
2287 * gdb.cp/casts.cc (decltype): Move it ...
2288 (main): ... with its call to ...
2289 * gdb.cp/casts03.cc: ... a new file.
2290 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2291
d2dfe700
JK
22922016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2293
2294 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2295
e2a92b16
PB
22962016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2297
2298 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2299 and sync up the test with tests in gas/testsuite/gas/ppc.
2300 * gdb.arch/powerpc-power.exp: Likewise.
2301
49b4de64
JK
23022016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2303
2304 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2305
2c29df25
SDJ
23062016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2307 Jan Kratochvil <jan.kratochvil@redhat.com>
2308
2309 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2310 make m1's definition to be different from m2's. Use 'dummy' as an
2311 argument for probe 'two'.
2312
cc3c2846
JB
23132016-09-10 Jon Beniston <jon@beniston.com>
2314
2315 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2316 for sim target.
2317
e1b2624a
AA
23182016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2319
2320 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2321 variable declaration.
2322 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2323 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2324 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2325 received HWCAP as its argument.
2326
4295e285
PA
23272016-09-06 Pedro Alves <palves@redhat.com>
2328
2329 * gdb.base/new-ui-pending-input.c: New file.
2330 * gdb.base/new-ui-pending-input.exp: New file.
2331 * gdb.exp (clear_gdb_spawn_id): New procedure.
2332 (with_spawn_id): Check whether gdb_spawn_id exists before
2333 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2334 on exit.
2335
00d5215e
UW
23362016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2337
2338 * gdb.base/float128.c: New file.
2339 * gdb.base/float128.exp: Likewise.
2340 * gdb.base/floatn.c: Likewise.
2341 * gdb.base/floatn.exp: Likewise.
2342
a9ff5f12
UW
23432016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2344
2345 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2346
f245535c
PA
23472016-09-05 Pedro Alves <palves@redhat.com>
2348
2349 PR backtrace/19927
2350 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2351 unwinders are immediately called as side effect of "source" or
2352 "disable unwinder" commands.
2353 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2354
ae9cf263
YQ
23552016-09-02 Yao Qi <yao.qi@linaro.org>
2356
2357 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2358 is true and $type is "float" or "double".
2359
27aba047
YQ
23602016-09-02 Yao Qi <yao.qi@linaro.org>
2361
2362 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2363 true.
2364 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2365 * gdb.base/call-rt-st.exp: Likewise.
2366 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2367 return value instead of gdb,skip_float_test.
2368 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2369 (do_function_calls): Use its return value instead of
2370 gdb,skip_float_test.
2371 * gdb.base/finish.exp: Likewise.
2372 * gdb.base/funcargs.exp: Likewise.
2373 * gdb.base/return.exp: Likewise.
2374 * gdb.base/return2.exp: Likewise.
2375 * gdb.base/varargs.exp: Likewise.
2376 * lib/gdb.exp (gdb_skip_float_test): Change it to
2377 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2378
5af962df
AA
23792016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2380
2381 * gdb.multi/tids.exp: Test "thread apply all".
2382
7fac6910
JK
23832016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2384
2385 * gdb.base/default.exp (tty): Remove.
2386
bb1fe4ac
KB
23872016-08-24 Kevin Buettner <kevinb@redhat.com>
2388
2806dc7e
PA
2389 * gdb.python/py-recurse-unwind.c: New file.
2390 * gdb.python/py-recurse-unwind.py: New file.
2391 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2392
0a1ddfa6
SM
23932016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2394
2395 * gdb.base/set-inferior-tty.exp: New file.
2396 * gdb.base/set-inferior-tty.c: New file.
2397
d9de1fe3
PA
23982016-08-23 Pedro Alves <palves@redhat.com>
2399
2400 PR gdb/20494
2401 * gdb.base/new-ui-echo.c: New file.
2402 * gdb.base/new-ui-echo.exp: New file.
2403
e9d9abd7
YQ
24042016-08-23 Yao Qi <yao.qi@linaro.org>
2405
2406 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2407 gdbserver_spawn.
2408 * gdb.server/connect-without-multi-process.exp (do_test):
2409 Likewise.
2410
3589529e
YQ
24112016-08-23 Yao Qi <yao.qi@linaro.org>
2412
2413 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2414 standalone_txt. Delete gdb_txt and standalone_txt on host
2415 and target. Spawn the binary on target. Copy files from
2416 target to host.
2417
6bb90213
PA
24182016-08-22 Pedro Alves <palves@redhat.com>
2419
2420 PR gdb/20505
2421 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2422 with_test_prefix. Factor out bits to ...
2423 (test_no_vdso): ... this new procedure.
2424
20c2c024
CL
24252016-08-19 Carl Love <cel@us.ibm.com>
2426
2427 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2428 maintaining separate logic for constructing the output path.
2429 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2430 * gdb.arch/ppc-dfp.exp: Likewise.
2431 * gdb.arch/ppc-fp.exp: Likewise.
2432 * gdb.arch/vsx-regs.exp: Likewise.
2433 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2434 binprefix for generating the additional binary files.
2435
0646e07d
PA
24362016-08-19 Pedro Alves <palves@redhat.com>
2437
2438 * gdb.trace/mi-trace-frame-collected.exp
2439 (test_trace_frame_collected): On x32, expect two registers.
2440
46da9242
CL
24412016-08-18 Carl Love <cel@us.ibm.com>
2442
2443 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2444 and sync up the test with tests in gas/testsuite/gas/ppc.
2445 * gdb.arch/powerpc-power.exp: Likewise.
2446
eb2332d7
SM
24472016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2448
2449 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2450 expected error message.
2451
63c61e04
SM
24522016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2453
2454 * gdb.multi/remove-inferiors.exp: New file.
2455 * gdb.multi/remove-inferiors.c: New file.
2456
7b17065f
YQ
24572016-08-12 Yao Qi <yao.qi@linaro.org>
2458
2459 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2460 argument list.
2461
01d3dedf
PA
24622016-08-10 Pedro Alves <palves@redhat.com>
2463
2464 PR gdb/19187
2465 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2466 setup_kfails.
2467
3eb7562a
PA
24682016-08-09 Pedro Alves <palves@redhat.com>
2469 Simon Marchi <simon.marchi@ericsson.com>
2470
2471 PR gdb/20418
2472 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2473 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2474
80614914
PA
24752016-08-09 Pedro Alves <palves@redhat.com>
2476
2477 PR mi/20431
2478 * gdb.mi/mi-cmd-error.exp: New file.
2479
f348d89a
PA
24802016-08-09 Pedro Alves <palves@redhat.com>
2481
2482 PR gdb/18653
2483 * gdb.base/signals-state-child.c: New file.
2484 * gdb.base/signals-state-child.exp: New file.
2485 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2486
e5ca03b4
PA
24872016-08-09 Pedro Alves <palves@redhat.com>
2488
2489 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2490
282a0691
TT
24912016-08-03 Tom Tromey <tom@tromey.com>
2492
2493 PR python/18565:
2494 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2495
41bfcd63
YQ
24962016-08-01 Yao Qi <yao.qi@linaro.org>
2497
2498 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2499 variable mode to "multi-process" if $multi_process is 1, otherwise
2500 set it to "single-process".
2501
e3465b24
YQ
25022016-08-01 Yao Qi <yao.qi@linaro.org>
2503
2504 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2505 * gdb.cp/cpexprs.exp: Likewise.
2506 * gdb.cp/m-static.exp: Likewise.
2507
0b31a4bc
TT
25082016-07-26 Tom Tromey <tom@tromey.com>
2509
2510 PR python/20190:
2511 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2512 test.
2513
e0461dbb
MM
25142016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2515
2516 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2517 selecting assembly source files.
2518 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2519 assembly source files.
2520 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2521 assembly source files.
2522 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2523 selecting assembly source files.
2524
8194e927
SM
25252016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2526
2527 * gdb.base/new-ui.exp (do_test_invalid_args): New
2528 procedure.
2529
c0272db5
TW
25302016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2531
2532 * gdb.btrace/reconnect.c: New file.
2533 * gdb.btrace/reconnect.exp: New file.
2534
e3487908
GKB
25352016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2536
2537 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2538 to test_catch_syscall_group.
2539 (test_catch_syscall_group): New.
2540
12df5c00
TT
25412016-07-21 Tom Tromey <tom@tromey.com>
2542
2543 * gdb.rust/simple.rs (main): Use empty struct expression.
2544 * gdb.rust/simple.exp: Add tests for empty struct expression.
2545
bae62ee2
YQ
25462016-07-21 Yao Qi <yao.qi@linaro.org>
2547
2548 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2549 if gdb_skip_xml_test is true on some targets.
2550
b1b53fb3
YQ
25512016-07-21 Yao Qi <yao.qi@linaro.org>
2552
2553 * gdb.server/solib-list.exp: Unset last_loaded_file.
2554
027d97f8
JK
25552016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2556
2557 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2558 "step into captured_main (args)".
2559
7674d381
JK
25602016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2561
2562 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2563
72b5d099
JK
25642016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2565
2566 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2567
1f960ced
PA
25682016-07-19 Pedro Alves <palves@redhat.com>
2569
2570 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2571 * gdb.opt/inline-bt.exp: Likewise.
2572 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2573 additional_flags=-Winline.
2574 * gdb.opt/inline-locals.exp: Likewise.
2575 * gdb.opt/inline-markers.c (ATTR): Define.
2576 (inlined_fn): Use it.
2577
f25827c1
YQ
25782016-07-19 Yao Qi <yao.qi@linaro.org>
2579
2580 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2581 (test_with_self): Remove some code. Remove argument executable.
2582 (top-level): Use do_self_tests.
2583
37539ebe
DB
25842016-07-15 Zachary Welch <zwelch@codesourcery.com>
2585 Don Breazeal <donb@codesourcery.com>
2586
2587 * gdb.base/maint.exp: Escape paths used in regular expressions.
2588 * gdb.stabs/weird.exp: Likewise.
2589
dac790e1
TT
25902016-07-13 Tom Tromey <tom@tromey.com>
2591
2592 PR python/15620, PR python/18620:
2593 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2594 (test_bkpt_events): New procs.
2595
93daf339
TT
25962016-07-13 Tom Tromey <tom@tromey.com>
2597
2598 PR python/17698:
2599 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2600 test.
2601 (test_watchpoints): Likewise.
2602 (test_bkpt_pending): New proc.
2603
6571a381
TT
26042016-07-13 Tom Tromey <tom@tromey.com>
2605
2606 PR cli/18053:
2607 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2608 completion test.
2609
e8732474
JK
26102016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2611
2612 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2613 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2614 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2615 f_label.
2616 (g): Rename g_end_lbl to g_label.
2617 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2618 low_pc and high_pc.
2619 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2620
e0f3fd7c
TT
26212016-07-12 Tom Tromey <tom@tromey.com>
2622
2623 PR python/19293:
2624 * gdb.python/py-unwind-maint.exp: Update tests.
2625
3cfe46b6
YQ
26262016-07-12 Yao Qi <yao.qi@linaro.org>
2627
2628 * lib/selftest-support.exp (selftest_setup): Match the output
2629 when captured_main is inlined.
2630
4f19a0e6
WT
26312016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2632
2633 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2634 New variables.
2635 (print this%a, print this%b, print this): New tests.
2636 * gdb.fortran/derived-types.f90 (this): New object and
2637 initialization.
2638
986cf455
SM
26392016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2640
2641 * gdb.ada/arraydim.exp: Remove extra directory level in build
2642 directory.
2643
f0464b23
SM
26442016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2645
2646 * lib/ada.exp: Remove extra directory level in build directory.
2647 * gdb.ada/cond_lang.exp: Likewise.
2648 * gdb.ada/exec_changed.exp: Likewise.
2649 * gdb.ada/lang_switch.exp: Likewise.
2650
42d94011
MG
26512016-07-06 Manish Goregaokar <manish@mozilla.com>
2652
2806dc7e
PA
2653 * simple.rs: Add test for raw pointer subscripting.
2654 * simple.exp: Add test expectations.
42d94011 2655
647c264c
YQ
26562016-07-05 Yao Qi <yao.qi@linaro.org>
2657
2658 * gdb.mi/mi-reverse.exp: Match =record-started output.
2659
20aa2c60
PA
26602016-07-01 Pedro Alves <palves@redhat.com>
2661
2662 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2663 procedure.
2664 (jit_reader_test): Test the jit reader's unwinder.
2665 * gdb.base/jithost.c (jit_function_00_code): New global.
2666 (main): Use memcpy to fill in the mmapped code, instead of poking
2667 bytes manually here.
2668 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2669 value.
2670 (read_debug_info): Save the function's range.
2671 (read_sp): New function.
2672 (unwind_frame): Use it. Also unwind RBP.
2673 (get_frame_id): Use read_sp.
2674 (gdb_init_reader): Use calloc instead of malloc.
2675 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2676 parameter. Use gdb_test_multiple.
2677
ced2dffb
PA
26782016-07-01 Pedro Alves <palves@redhat.com>
2679 Antoine Tremblay <antoine.tremblay@ericsson.com>
2680
2681 * gdb.threads/process-dies-while-detaching.c: New file.
2682 * gdb.threads/process-dies-while-detaching.exp: New file.
2683
63000888
PA
26842016-07-01 Pedro Alves <palves@redhat.com>
2685
2686 * gdb.multi/watchpoint-multi-exit.c: New file.
2687 * gdb.multi/watchpoint-multi-exit.exp: New file.
2688
038d4868
PA
26892016-06-30 Pedro Alves <palves@redhat.com>
2690
2691 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2692 unset inferior_spawn_id.
2693
994e9c83
PA
26942016-06-30 Pedro Alves <palves@redhat.com>
2695
2696 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2697 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2698
e5653468
YQ
26992016-06-29 Yao Qi <yao.qi@linaro.org>
2700
2701 * gdb.base/return.c: Add copyright header.
2702
803b47e5
TT
27032016-06-29 Tom Tromey <tom@tromey.com>
2704
2705 PR python/20129:
2706 * gdb.python/py-framefilter.exp: Add tests for setting priority
2707 and disabling of non-existent frame filter.
2708
28244707
YQ
27092016-06-29 Yao Qi <yao.qi@linaro.org>
2710
2711 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2712 0x0f07ff.
2713
a31d2f06
YQ
27142016-06-28 Yao Qi <yao.qi@linaro.org>
2715
2716 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2717 triplets. Start gdb, execute catch syscall, and continue. Check
2718 gdb's output to determine catch syscall is supported.
2719
921d8f54
MG
27202016-06-27 Manish Goregaokar <manish@mozilla.com>
2721
25d49b86
PA
2722 * gdb.rust/simple.rs: Add test for returning unit in a function.
2723 * gdb.rust/simple.exp: Add expectation for functions returning
2724 unit.
921d8f54 2725
f4952523
PMR
27262016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2727
2728 * gdb.python/py-breakpoint-create-fail.c,
2729 gdb.python/py-breakpoint-create-fail.exp,
2730 gdb.python/py-breakpoint-create-fail.py: New testcase.
2731
fccb08f8
MG
27322016-06-25 Manish Goregaokar <manish@mozilla.com>
2733
2734 PR gdb/20239
2735 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
2736 * gdb.rust/simple.exp: Add test expectations for new NonZero
2737 tests.
fccb08f8 2738
6b850546
DT
27392016-06-24 David Taylor <dtaylor@emc.com>
2740
2741 * gdb.base/offsets.exp: New file.
2742 * gdb.base/offsets.c: New file.
2743
17621150
TT
27442016-06-23 Tom Tromey <tom@tromey.com>
2745
2746 PR gdb/16483:
2747 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2748 before any filters are loaded.
2749
04d59df6
WT
27502016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2751
2752 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2753 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2754 structs.
2755 * gdb.fortran/derived-type-function.exp: New file.
2756 * gdb.fortran/derived-type-function.f90: New file.
2757
2758
ac69f786
PA
27592016-06-21 Pedro Alves <palves@redhat.com>
2760
2761 * gdb.base/new-ui.exp: New file.
2762 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2763 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2764 (with_spawn_id): New procedure.
2765
49940788
PA
27662016-06-21 Pedro Alves <palves@redhat.com>
2767
2768 * gdb.mi/mi-exec-run.exp: New file.
2769
ef274d26
PA
27702016-06-21 Pedro Alves <palves@redhat.com>
2771
2772 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2773 breakpoint command's output on the main UI.
2774 (test_break): New procedure, factored out from calls in the top
2775 level.
2776 (top level): Use foreach_with_prefix to test MI as main UI and as
2777 separate UI.
2778
468afe6c
PA
27792016-06-21 Pedro Alves <palves@redhat.com>
2780
2781 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2782 (test_awatch_creation_and_listing)
2783 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2784 Remove 'type' parameter.
2785 (test_watchpoint_all): New parameter mi_mode. Remove
2786 with_test_prefix.
2787 (top level): Use foreach_with_prefix, and add main/separate UI MI
2788 testing axis.
2789
51f77c37
PA
27902016-06-21 Pedro Alves <palves@redhat.com>
2791
2792 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
2793 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
2794 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
2795 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
2796 (gdb_main_spawn_id, mi_spawn_id): Declare and
2797 comment.
2798 (mi_create_inferior_pty): New procedure,
2799 factored out from default_mi_gdb_start.
2800 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
2801 procedures.
2802 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
2803 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
2804 Use mi_create_inferior_pty.
2805 (mi_gdb_start): Use eval to pass down args list.
2806
8980e177
PA
28072016-06-21 Pedro Alves <palves@redhat.com>
2808
2809 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
2810 * gdb.opt/inline-cmds.exp: Add MI tests.
2811
f38d3ad1
PA
28122016-06-21 Pedro Alves <palves@redhat.com>
2813
2814 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
2815
45db7c09
PA
28162016-06-21 Pedro Alves <palves@redhat.com>
2817
2818 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
2819 (top level): Use it instead of mi_execute_to.
2820
5a069ab3
PA
28212016-06-21 Pedro Alves <palves@redhat.com>
2822
2823 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
2824 (cont_handler_str): New.
2825 (signal_stop_handler): Set stop_handler_str instead of printing to
2826 stdout.
2827 (continue_handler): Set cont_handler_str instead of printing to
2828 stdout.
2829 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
2830 mi_send_resuming_command. Print stop_handler_str and
2831 cont_handler_str instead of expecting the python events print
2832 directly.
2833
2838cc1d
SD
28342016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2835
2836 * gdb.base/jit-reader.exp: New file.
2837 * gdb.base/jithost.c: New file.
2838 * gdb.base/jithost.h: New file.
2839 * gdb.base/jitreader.c : New file.
2840 * gdb.base/jit-protocol.h: New file.
2841
21a77091
YQ
28422016-06-17 Yao Qi <yao.qi@linaro.org>
2843
2844 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
2845 parameters follow_fork and detach_on_fork. Set follow-fork-mode
2846 and detach-on-fork. Adjust tests.
2847 (top level): Invoke break_cond_on_syscall with combinations of
2848 syscall, follow-fork-mode and detach-on-fork.
2849
f50bf8e5
YQ
28502016-06-17 Yao Qi <yao.qi@linaro.org>
2851
2852 * gdb.base/step-over-exit.c: New.
2853 * gdb.base/step-over-exit.exp: New.
2854
a28d8e50
YTL
28552016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2856
2857 * gdb.base/float.exp: Add target check for nds32*-*-*.
2858 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
2859
cad8e26d
AB
28602016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2861
2862 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
2863 for unsupported target features.
2864 * gdb.base/call-rt-st.exp: Likewise.
2865 * gdb.base/call-sc.exp: Likewise.
2866 * gdb.base/call-signal-resume.exp: Likewise.
2867 * gdb.base/call-strs.exp: Likewise.
2868 * gdb.base/callexit.exp: Likewise.
2869 * gdb.base/callfuncs.exp: Likewise.
2870 * gdb.base/nodebug.exp: Likewise.
2871 * gdb.base/printcmds.exp: Likewise.
2872 * gdb.base/ptype.exp: Likewise.
2873 * gdb.base/structs.exp: Likewise.
2874 * gdb.base/unwindonsignal.exp: Likewise.
2875 * gdb.cp/gdb2495.exp: Likewise.
2876 * gdb.cp/templates.exp: Likewise.
2877 * gdb.cp/virtfunc.exp: Likewise.
2878 * gdb.threads/hand-call-in-threads.exp: Likewise.
2879 * gdb.threads/interrupted-hand-call.exp: Likewise.
2880 * gdb.threads/thread-unwindonsignal.exp: Likewise.
2881
347dc102
TT
28822016-06-10 Tom Tromey <tom@tromey.com>
2883
2884 PR rust/20110:
2885 * gdb.rust/expr.exp: Add test for integer constant larger than
2886 i32.
2887
5e13cf25
BH
28882016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
2889
2890 * gdb.fortran/nested-funcs.exp: New.
2891 * gdb.fortran/nested-funcs.f90: New.
2892
bb556f1f
TK
28932016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2894
2895 * gdb.base/examine-backward.c: New file.
2896 * gdb.base/examine-backward.exp: New file.
2897
38b022b4
SM
28982016-06-06 Simon Marchi <simon.marchi@ericsson.com>
2899
2900 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
2901 matching.
2902
1b40ec05
TT
29032016-06-02 Tom Tromey <tom@tromey.com>
2904
2905 PR python/18984:
2906 * gdb.python/py-shared.exp: Add solib_name test.
2907
193bd378
SM
29082016-06-02 Simon Marchi <simon.marchi@ericsson.com>
2909
2910 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
2911
3326303b
MG
29122016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
2913
2914 PR c++/19893
2915 * gdb.dwarf2/implref.exp: Rename to...
2916 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
2917 * gdb.dwarf2/implref-array.c: New file.
2918 * gdb.dwarf2/implref-array.exp: Likewise.
2919 * gdb.dwarf2/implref-global.c: Likewise.
2920 * gdb.dwarf2/implref-global.exp: Likewise.
2921 * gdb.dwarf2/implref-struct.c: Likewise.
2922 * gdb.dwarf2/implref-struct.exp: Likewise.
2923
825c8ef2
AT
29242016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2925
2926 * gdb.trace/trace-condition.exp: Add 64bit tests.
2927
2320162a
AT
29282016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2929
2930 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
2931 bits types.
2932 (main): Adapt to 8 to 64 bits types.
2933 * gdb.trace/trace-condition.exp: Add new tests.
2934
a7818233
AT
29352016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2936
2937 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
2938
0d336466
AT
29392016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2940
2941 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
2942 Move condition tests...
2943 * gdb.trace/trace-condition.exp: Here.
2944
7faeb45a
AT
29452016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2946
2947 * gdb.trace/trace-condition.exp: Add counter-case tests.
2948
e385593e
JK
29492016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2950
2951 PR c++/15231
2952 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
2953 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
2954
744608cc
PA
29552016-05-27 Pedro Alves <palves@redhat.com>
2956
2957 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2958 New procedure.
2959 (top level): Call it, and bail out of DejaGnu is known to be bad.
2960
ac775bf4
AB
29612016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
2962
2963 * gdb.base/whatis.c: Extend the test case.
2964 * gdb.base/whatis.exp: Add additional tests.
2965
2bbad2ea
BH
29662016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2967
2968* gdb.fortran/type.f90: Add pointer variable.
2969* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
2970
8b70175d
BH
29712016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2972
2973 * gdb.fortran/vla-type.exp: Fix testcase name.
2974
86d8a848
BH
29752016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2976
2977 * gdb.fortran/vla-type.exp: Access elements in nested structs.
2978
e188eb36
BH
29792016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2980
2981 * gdb.fortran/type.f90: Add nested structures.
2982 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
2983 * gdb.fortran/derived-type.exp: Adapt expected output.
2984 * gdb.fortran/vla-type.exp: Adapt expected output.
2985
9b2db1fd
BH
29862016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2987
2988 * gdb.fortran/whatis_type.exp: Adapt expected output.
2989
72b17055
BH
29902016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2991
2992 * gdb.fortran/print_type.exp: Fix expected output.
2993 * gdb.fortran/whatis_type.exp: Fix expected output.
2994
3cd81d8d
BH
29952016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2996
2997 * gdb.fortran/whatis_type.exp: Use multi_line.
2998
ddae9462
TT
29992016-05-24 Tom Tromey <tom@tromey.com>
3000
3001 PR python/17386:
3002 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3003 use value as an index.
3004
1957f6b8
TT
30052016-05-23 Tom Tromey <tom@tromey.com>
3006
3007 PR python/17981:
3008 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3009 no-breakpoint case.
3010
026a9174
PA
30112016-05-24 Pedro Alves <palves@redhat.com>
3012
3013 PR gdb/19828
3014 * gdb.threads/clone-attach-detach.c: New file.
3015 * gdb.threads/clone-attach-detach.exp: New file.
3016
e70a7231
FR
30172016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3018
3019 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3020
0f6ed0e0
TT
30212016-05-23 Tom Tromey <tom@tromey.com>
3022
3023 PR python/19438, PR python/18393:
3024 * gdb.python/py-progspace.exp: Add "dir" test.
3025 * gdb.python/py-objfile.exp: Add "dir" test.
3026
ffd19d61
YQ
30272016-05-23 Yao Qi <yao.qi@linaro.org>
3028
3029 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3030 * gdb.arch/thumb2-it.exp: Likewise.
3031
9e8f9b05
SM
30322016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3033
3034 * gdb.mi/mi-threads-interrupt.c: New file.
3035 * gdb.mi/mi-threads-interrupt.exp: New file.
3036
61c6156d
SM
30372016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3038
3039 PR gdb/18077
3040 * gdb.mi/mi-async-run.exp: New file.
3041 * gdb.mi/mi-async-run.c: New file.
3042
67218854
TT
30432016-05-17 Tom Tromey <tom@tromey.com>
3044 Manish Goregaokar <manishsmail@gmail.com>
3045
3046 * lib/rust-support.exp: New file.
3047 * lib/gdb.exp (skip_rust_tests): New proc.
3048 (build_executable_from_specs): Handle rust.
3049 * lib/future.exp (gdb_find_rustc): New proc.
3050 (gdb_default_target_compile): Handle rust.
3051 * gdb.rust/expr.exp: New file.
3052 * gdb.rust/generics.exp: New file.
3053 * gdb.rust/generics.rs: New file.
3054 * gdb.rust/methods.exp: New file.
3055 * gdb.rust/methods.rs: New file.
3056 * gdb.rust/modules.exp: New file.
3057 * gdb.rust/modules.rs: New file.
3058 * gdb.rust/simple.exp: New file.
3059 * gdb.rust/simple.rs: New file.
3060
c44af4eb
TT
30612016-05-17 Tom Tromey <tom@tromey.com>
3062
3063 * gdb.base/default.exp (set language): Add rust.
3064
dcd1f979
TT
30652016-05-17 Tom Tromey <tom@tromey.com>
3066
3067 * gdb.gdb/unittest.exp: New file.
3068
155b7f57
YQ
30692016-05-16 Yao Qi <yao.qi@linaro.org>
3070
3071 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3072 shell_prompt. Update shell_prompt_re.
3073
8ddd5a6c
DE
30742016-05-12 Doug Evans <dje@google.com>
3075
3076 PR symtab/19999
3077 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3078 $options when building executable.
3079 * gdb.dwarf2/fission-loclists-pie.S: New file.
3080 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3081
02e370d9
SM
30822016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3083
3084 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3085 of [is_remote target],
3086
8929ad8b
SM
30872016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3088
3089 * lib/gdb.exp (use_gdb_stub): New procedure.
3090
6c447423
DE
30912016-05-03 Yunlian Jiang <yunlian@google.com>
3092 Doug Evans <dje@google.com>
3093
3094 PR symtab/19914
3095 * gdb.dwarf2/dwp-sepdebug.c: New file.
3096 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3097
444e826c
SM
30982016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3099
3100 * gdb.base/detach.exp: Remove is_remote check.
3101
740feeaa
SM
31022016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3103
3104 * gdb.base/annota-input-while-running.exp: Don't check for
3105 [is_remote target]. Enable annotations after running to main.
3106 Remove unused "set test..." line.
3107
9080ac9d
SM
31082016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3109
3110 * gdb.trace/trace-enable-disable.exp: New file.
3111 * gdb.trace/trace-enable-disable.c: New file.
3112
952ebca5
SM
31132016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3114
3115 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3116 use it in info sharedlibrary test.
3117 * gdb.trace/ftrace-lock.exp: Likewise.
3118 * gdb.trace/ftrace.exp: Likewise.
3119 * gdb.trace/range-stepping.exp: Likewise.
3120 * gdb.trace/trace-break.exp: Likewise.
3121 * gdb.trace/trace-condition.exp: Likewise.
3122 * gdb.trace/trace-mt.exp: Likewise.
3123
d9019901
SM
31242016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3125
3126 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3127 (gdb_load_shlib): ... this.
3128 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3129 gdb_load_shlib.
3130 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3131 * gdb.base/ctxobj.exp: Likewise.
3132 * gdb.base/dprintf-pending.exp: Likewise.
3133 * gdb.base/dso2dso.exp: Likewise.
3134 * gdb.base/fixsection.exp: Likewise.
3135 * gdb.base/gcore-relro.exp: Likewise.
3136 * gdb.base/gdb1555.exp: Likewise.
3137 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3138 * gdb.base/gnu-ifunc.exp: Likewise.
3139 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3140 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3141 * gdb.base/pending.exp: Likewise.
3142 * gdb.base/print-file-var.exp: Likewise.
3143 * gdb.base/print-symbol-loading.exp: Likewise.
3144 * gdb.base/shlib-call.exp: Likewise.
3145 * gdb.base/shreloc.exp: Likewise.
3146 * gdb.base/so-impl-ld.exp: Likewise.
3147 * gdb.base/solib-disc.exp: Likewise.
3148 * gdb.base/solib-nodir.exp: Likewise.
3149 * gdb.base/solib-overlap.exp: Likewise.
3150 * gdb.base/solib-symbol.exp: Likewise.
3151 * gdb.base/solib-weak.exp (do_test): Likewise.
3152 * gdb.base/sym-file.exp: Likewise.
3153 * gdb.base/symtab-search-order.exp: Likewise.
3154 * gdb.base/type-opaque.exp: Likewise.
3155 * gdb.base/unload.exp: Likewise.
3156 * gdb.base/watchpoint-solib.exp: Likewise.
3157 * gdb.compile/compile.exp: Likewise.
3158 * gdb.cp/gdb2384.exp: Likewise.
3159 * gdb.cp/infcall-dlopen.exp: Likewise.
3160 * gdb.cp/re-set-overloaded.exp: Likewise.
3161 * gdb.fortran/library-module.exp: Likewise.
3162 * gdb.opt/solib-intra-step.exp: Likewise.
3163 * gdb.python/py-finish-breakpoint.exp: Likewise.
3164 * gdb.python/py-shared.exp: Likewise.
3165 * gdb.reverse/solib-precsave.exp: Likewise.
3166 * gdb.reverse/solib-reverse.exp: Likewise.
3167 * gdb.server/solib-list.exp: Likewise.
3168 * gdb.threads/dlopen-libpthread.exp: Likewise.
3169 * gdb.threads/tls-shared.exp: Likewise.
3170 * gdb.threads/tls-so_extern.exp: Likewise.
3171 * gdb.trace/change-loc.exp: Likewise.
3172 * gdb.trace/ftrace-lock.exp: Likewise.
3173 * gdb.trace/ftrace.exp: Likewise.
3174 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3175 * gdb.trace/pending.exp: Likewise.
3176 * gdb.trace/range-stepping.exp: Likewise.
3177 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3178 (strace_info_marker): Likewise.
3179 (strace_probe_marker): Likewise.
3180 (strace_trace_on_same_addr): Likewise.
3181 (strace_trace_on_diff_addr): Likewise.
3182 * gdb.trace/trace-break.exp: Likewise.
3183 * gdb.trace/trace-condition.exp: Likewise.
3184 * gdb.trace/trace-mt.exp: Likewise.
3185
fca4cfd9
SM
31862016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3187
3188 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3189 result of gdb_remote_download.
3190 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3191 * gdb.base/dso2dso.exp: Likewise.
3192 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3193 * gdb.base/print-file-var.exp: Likewise.
3194 * gdb.base/shlib-call.exp: Likewise.
3195 * gdb.base/shreloc.exp: Likewise.
3196 * gdb.base/solib-overlap.exp: Likewise.
3197 * gdb.base/solib-weak.exp (do_test): Likewise.
3198 * gdb.base/unload.exp: Likewise.
3199
11cf4ffb
YQ
32002016-04-27 Yao Qi <yao.qi@linaro.org>
3201
3202 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3203 exists.
3204
3e2e34f8
KB
32052016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3206
3207 * vla-type.exp: Print structure from toplevel.
3208
8f07e298
BH
32092016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3210
3211 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3212 of dynamic types.
3213 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3214 of dynamic types.
3215
9920b434
BH
32162016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3217
3218 * gdb.fortran/vla-type.f90: New file.
3219 * gdb.fortran/vla-type.exp: New file.
3220
f3abeff5
YQ
32212016-04-25 Yao Qi <yao.qi@linaro.org>
3222
3223 * gdb.base/branch-to-self.c: New file.
3224 * gdb.base/branch-to-self.exp: New file.
3225
0a5d52f0
YQ
32262016-04-22 Yao Qi <yao.qi@linaro.org>
3227
3228 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3229 more after $hex.
3230
495346f6
YQ
32312016-04-22 Yao Qi <yao.qi@linaro.org>
3232
3233 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3234 * gdb.base/annota3.exp: Likewise.
3235
4a7e075c
YQ
32362016-04-22 Yao Qi <yao.qi@linaro.org>
3237
3238 * gdb.reverse/step-precsave.exp: Do one step and test program
3239 stops in "callee" and do multiple steps until program goes out
3240 of "callee".
3241 * gdb.reverse/step-reverse.exp: Likewise.
3242
5b061e98
YQ
32432016-04-22 Yao Qi <yao.qi@linaro.org>
3244
3245 * gdb.trace/signal.exp: Also pass if
3246 $tracepoint_hits($i) > $iterations.
3247
5c5dc57f
YQ
32482016-04-22 Yao Qi <yao.qi@linaro.org>
3249
3250 * gdb.trace/signal.c: New file.
3251 * gdb.trace/signal.exp: New file.
3252
a55411b9
DE
32532016-04-19 Doug Evans <xdje42@gmail.com>
3254
3255 * gdb.base/bad-file.exp: New file.
3256
a22df60a
MG
32572016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3258
3259 * gdb.dwarf2/implref.exp: New file.
3260
0c13f7e5
BH
32612016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3262
3263 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3264 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3265 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3266 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3267 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3268 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3269 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3270 * lib/fortran.exp (fortran_int4): New procedure.
3271 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3272 (fortran_logical4): Likewise.
3273
9b9b09e9
BH
32742016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3275
3276 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3277
a14d1f4d
BH
32782016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3279
3280 * lib/compiler.c: Add Intel specific preprocessor macros.
3281 * lib/compiler.cc: Likewise.
25d49b86 3282
7d49b1d0
LM
32832016-04-13 Luis Machado <lgustavo@codesourcery.com>
3284
3285 * gdb.server/connect-with-no-symbol-file.c: New file.
3286 * gdb.server/connect-with-no-symbol-file.exp: New file.
3287
8392fa22
SM
32882016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3289
3290 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3291
8c4c4aeb
SM
32922016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3293
3294 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3295 standard output directory.
3296
45e3745e
AT
32972016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3298
3299 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3300
e26b7e41
MM
33012016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3302
3303 * gdb.btrace/instruction_history.c (loop): Add declaration.
3304
8ce09462
AT
33052016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3306
3307 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3308
2e88a1ea
SM
33092016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3310
3311 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3312 parentheses to print.
3313 (continue_handler): Likewise.
3314
f48e22e3
SM
33152016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3316
3317 * gdb.server/solib-list.exp: Remove is_remote check.
3318 Pass shlib= to gdb_compile. Don't link shared library with
3319 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3320 Run binary filename through "readlink -f" on the target.
3321
096be756
PA
33222016-04-08 Pedro Alves <palves@redhat.com>
3323
3324 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3325 interpreter filename as argument to gdbserver_spawn.
3326 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3327 Return empty if $last_loaded_file does not exist.
3328
06500533
JK
33292016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3330
3331 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3332 * gdb.base/jit-main.c: Use exit after usage.
3333
2d35e871
JK
33342016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3335
3336 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3337 GDBHISTSIZE prior to the tests.
3338 * gdb.base/gdbinit-history.exp: Likewise.
3339
33402016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3341
3342 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3343 instead of build_executable. Use gdb_load_shlibs.
3344
c8064e7e
YQ
33452016-04-07 Yao Qi <yao.qi@linaro.org>
3346
3347 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3348 Execute "si" command.
3349
bde47561
YQ
33502016-04-07 Yao Qi <yao.qi@linaro.org>
3351
3352 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3353 number instead of the comments on some line.
3354
b16f8a3b
DB
33552016-04-06 Don Breazeal <donb@codesourcery.com>
3356
3357 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3358 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3359
c2f901df
SM
33602016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3361
3362 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3363 standard_output_file. Remove unused binfile variable.
3364
ac17fda0
CU
33652016-04-05 Catalin Udma <catalin.udma@freescale.com>
3366
3367 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3368 * gdb.python/py-mi-objfile.exp: Match "list main" output
3369 in console format.
3370
03a8c4df
SM
33712016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3372
3373 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3374 absolute.
3375
6e774b13
SM
33762016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3377
3378 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3379 absolute.
3380 * gdb.trace/ftrace.exp: Likewise.
3381 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3382 targets as well.
3383 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3384 (gdb_load_shlibs): Copy libraries to test directory when testing
3385 natively. Only set solib-search-path if testing remotely.
3386 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3387
7817ea46
SM
33882016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3389
3390 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3391 gdb_download. Use it even if the target is not remote.
3392 * gdb.base/jit.exp (compile_jit_test): Likewise.
3393 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3394 output directory if the destination board is local, otherwise use
3395 the standard remote_download from DejaGnu.
3396 (gdb_download): Remove.
3397 (gdb_load_shlibs): Use gdb_remote_download instead of
3398 gdb_download.
3399 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3400 Use gdb_remote_download instead of gdb_download. Use it even if
3401 the target is not remote.
3402 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3403 instead of gdb_download.
3404
7beb7f68
SM
34052016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3406
3407 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3408 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3409 run.
3410
cc63428a
AV
34112016-04-01 Artemiy Volkov <artemiyv@acm.org>
3412
3413 PR gdb/19820
3414 * gdb.base/printcmds.exp: Add artificial arrays tests.
3415
64cdf930
PA
34162016-03-31 Pedro Alves <palves@redhat.com>
3417
3418 PR gdb/19858
3419 * gdb.base/jit-main.c: Include unistd.h.
3420 (ATTACH): Define to 0 if not already defined.
3421 (wait_for_gdb, mypid): New globals.
3422 (WAIT_FOR_GDB): New macro.
3423 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3424 some breakpoint locations.
3425 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3426 New procedures.
3427 (one_jit_test): Add REATTACH parameter, and handle it. Use
3428 continue_to_test_location.
3429 (top level): Test attach, and adjusts calls to one_jit_test.
3430
40dea8cb
PA
34312016-03-31 Pedro Alves <palves@redhat.com>
3432
3433 PR gdb/19858
3434 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3435 BINSUFFIX parameter, and handle it.
3436 (top level): Adjust calls compile_jit_test.
3437
e7ea3ec7
CU
34382016-03-31 Catalin Udma <catalin.udma@freescale.com>
3439
3440 PR python/19743
3441 * gdb.python/py-mi-events-gdb.py: New file.
3442 * gdb.python/py-mi-events.c: New file.
3443 * gdb.python/py-mi-events.exp: New file.
3444
e6359af3
YQ
34452016-03-30 Yao Qi <yao.qi@linaro.org>
3446
3447 * gdb.reverse/until-precsave.exp: Match function name only.
3448 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3449 Move malloc to a condition block.
3450 * gdb.reverse/until-reverse.exp: Match function name only.
3451
a4105d04
MK
34522016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3453
3454 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3455 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3456 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3457 variable for GPR 0 instead of assuming it is register 0.
3458 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3459 * lib/trace-support.exp: Add s390 registers.
3460
bfa6adb9
YQ
34612016-03-29 Yao Qi <yao.qi@linaro.org>
3462
3463 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3464
1e6697ea
YQ
34652016-03-24 Yao Qi <yao.qi@linaro.org>
3466
3467 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3468 test message.
3469
64bcd522
AA
34702016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3471
3472 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3473 maintaining separate logic for constructing the output path.
3474
7868401b
DB
34752016-03-16 Don Breazeal <donb@codesourcery.com>
3476
3477 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3478 Retry fork and waitpid on interrupted system call errors.
3479 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3480 Use with_timeout_factor to increase timeout by factor of 10.
3481
1cafadb4
DB
34822016-03-15 Don Breazeal <donb@codesourcery.com>
3483
3484 * gdb.cp/scope-err.cc: New test program.
3485 * gdb.cp/scope-err.exp: New test script.
3486 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3487 lines and "set breakpoint here" comment.
3488 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3489 Fixed some whitespace and format issues.
3490 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3491 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3492
81516450
DE
34932016-03-15 Doug Evans <dje@google.com>
3494
3495 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3496 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3497 All callers updated. Add tests for enums, mixed flags register.
3498
aa52b601
DE
34992016-03-15 Doug Evans <dje@google.com>
3500
3501 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3502 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3503
fa4ff313
SM
35042016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3505
3506 * gdb.base/default.exp: Add $_as_string to the list of expected
3507 convenience functions.
3508
f2403c39
AB
35092016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3510
3511 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3512
f2f3ccb9
SM
35132016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3514
3515 * gdb.python/py-as-string.exp: New file.
3516 * gdb.python/py-as-string.c: New file.
3517
00dbd492
PA
35182016-03-09 Pedro Alves <palves@redhat.com>
3519
3520 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3521 signal" -> "Thread NN received signal" output change.
3522 * gdb.threads/ia64-sigill.exp: Likewise.
3523 * gdb.threads/linux-dp.exp: Likewise.
3524 * gdb.threads/manythreads.exp: Likewise.
3525 * gdb.threads/pending-step.exp: Likewise.
3526 * gdb.threads/print-threads.exp: Likewise.
3527 * gdb.threads/sigstep-threads.exp: Likewise.
3528 * gdb.threads/staticthreads.exp: Likewise.
3529 * gdb.threads/tls.exp: Likewise.
3530
1e6697ea
YQ
35312016-03-09 Pedro Alves <palves@redhat.com>
3532
3533 * gdb.base/command-line-input.exp: New file.
3534
b04fd3be
MK
35352016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3536
3537 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3538 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3539 * gdb.trace/pending.exp: Accept leading dot before function name.
3540 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3541 * lib/trace-support.exp: Set registers for ppc.
3542
98fa59e9
MK
35432016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3544
3545 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3546 use it for disassembly; accept .main in addition to main in backtrace.
3547
f77198c8
MK
35482016-03-09 Wei-cheng Wang <cole945@gmail.com>
3549 Marcin Kościelnicki <koriakin@0x04.net>
3550
3551 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3552 (gdb_recursion_test_ptr): New global variable.
3553 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3554 gdb_recursion_test.
3555 (gdb_c_test): Ditto.
3556
ba84e0da
MK
35572016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3558
3559 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3560 ordering.
3561
4366d36e
MK
35622016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3563
3564 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3565 (bar): Add bar_start_lbl label.
3566 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3567 of foo/bar for emitting DWARF and tracing.
3568
5eb264df
SDJ
35692016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3570
3571 * analyze-racy-logs.py: Set executable bit.
3572
fb6a751f
SDJ
35732016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3574
3575 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3576 (CHECK_TARGET_TMP): Likewise.
3577 (check-single-racy): New rule.
3578 (check-parallel-racy): Likewise.
3579 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3580 (do-check-parallel-racy): New rule.
3581 (check-racy/%.exp): Likewise.
3582 * README (Racy testcases): New section.
3583 * analyze-racy-logs.py: New file.
3584
bdf7e230
DE
35852016-03-03 Doug Evans <dje@google.com>
3586
3587 * gdb.base/skip.exp: Use with_test_prefix.
3588
4719d415
YQ
35892016-03-03 Yao Qi <yao.qi@linaro.org>
3590
3591 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3592 Invoke step_over_syscall "clone" and break_cond_on_syscall
3593 "clone".
3594 * gdb.base/step-over-clone.c: New file.
3595
ea507862
YQ
35962016-03-03 Yao Qi <yao.qi@linaro.org>
3597
3598 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3599 code format.
3600
8fc8cbda
YQ
36012016-03-03 Yao Qi <yao.qi@linaro.org>
3602
3603 * gdb.base/disp-step-fork.c: Rename to ...
3604 * gdb.base/step-over-fork.c: ... it. New file.
3605 * gdb.base/disp-step-vfork.c: Rename to ...
3606 * gdb.base/step-over-vfork.c: ... it. New file.
3607 * gdb.base/disp-step-syscall.exp: Rename to ...
3608 * gdb.base/step-over-syscall.exp: ... it. New file.
3609 (disp_step_cross_syscall): Rename to ...
3610 (step_over_syscall): ... it.
3611
92fa70b0
YQ
36122016-03-03 Yao Qi <yao.qi@linaro.org>
3613
3614 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3615 If target supports condition evaluation on target, invoke
3616 break_cond_on_syscall for fork and vfork.
3617
e197ad3c
YQ
36182016-03-03 Yao Qi <yao.qi@linaro.org>
3619
3620 * gdb.base/disp-step-syscall.exp: Don't invoke
3621 support_displaced_stepping.
3622 (disp_step_cross_syscall): Test with displaced stepping off and
3623 on if supported.
3624
0b47da9f
YQ
36252016-03-03 Yao Qi <yao.qi@linaro.org>
3626
3627 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3628 proc.
3629 (setup): New proc.
3630 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3631 and setup.
3632
065ab6dc
BH
36332016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3634
3635 * gdb.fortran/vla-history.exp: Remove breakpoint.
3636
07e448ad 36372016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3638
25d49b86
PA
3639 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3640 exceeds timeout.
07e448ad 3641
9ac2d526 36422016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3643
25d49b86
PA
3644 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3645 breakpoint.
9ac2d526 3646
17807369
BH
36472016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3648
3649 * gdb.mi/vla.f90: Nullify pointer after declaration.
3650
86e501af
PA
36512016-03-01 Pedro Alves <palves@redhat.com>
3652
3653 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3654
1e903e32
PA
36552016-03-01 Pedro Alves <palves@redhat.com>
3656
3657 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3658 before anything else.
3659 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3660 _GNU_SOURCE here.
3661 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3662 before anything else.
3663 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3664
6ccb54e2
PA
36652016-03-01 Pedro Alves <palves@redhat.com>
3666
3667 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3668
30ca9da1
YQ
36692016-03-01 Yao Qi <yao.qi@linaro.org>
3670
3671 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3672 prepare_for_testing.
3673
dc856b38
YQ
36742016-03-01 Yao Qi <yao.qi@linaro.org>
3675
3676 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3677
4a932159
AA
36782016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3679
3680 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3681 manually constructing the output path.
3682
f2489477
AA
36832016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3684
3685 * gdb.arch/s390-stackless.S: New.
3686 * gdb.arch/s390-stackless.exp: New.
3687
38899f16
IB
36882016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3689
3690 * gdb.dlang/circular.c: New file.
3691 * gdb.dlang/circular.exp: New file.
3692
9fde51ed
YQ
36932016-02-26 Yao Qi <yao.qi@linaro.org>
3694
3695 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3696 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3697 (testcases): Update.
3698
ce90fefe
YQ
36992016-02-26 Yao Qi <yao.qi@linaro.org>
3700
3701 * gdb.reverse/aarch64.c: Rename to ...
3702 * gdb.reverse/insn-reverse.c: ... it.
3703 * gdb.reverse/aarch64.exp: Rename to ...
3704 * gdb.reverse/insn-reverse.exp: ... it.
3705
3263bceb
YQ
37062016-02-26 Yao Qi <yao.qi@linaro.org>
3707
3708 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3709 (testcase_ftype): New.
3710 (testcases): New array.
3711 (n_testcases): New.
3712 (main): Call each element in testcases.
3713 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3714 (read_testcase): New.
3715 Do the tests in a loop.
3716
6cb59ff1
YQ
37172016-02-25 Yao Qi <yao.qi@linaro.org>
3718
3719 * gdb.base/branches.c: Remove.
3720
ae91f625
MK
37212016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3722
3723 PR gdb/13808
3724 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3725
678b48b7
MK
37262016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3727
3728 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3729
7337a6f2
MK
37302016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3731
3732 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3733 change x86_64 call_insn to 'callq'.
3734
861ca91f
AT
37352016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3736
3737 * gdb.trace/tfile-avx.c: Move to...
3738 * gdb.trace/tracefile-pseudo-reg.c: Here.
3739 * gdb.trace/tfile-avx.exp: Move to...
3740 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3741
bf74e428
GB
37422016-02-24 Gary Benson <gbenson@redhat.com>
3743
3744 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3745 message on attach.
3746
cce0e923
DE
37472016-02-23 Doug Evans <dje@google.com>
3748
3749 * gdb.base/skip.c (test_skip): New function.
3750 (end_test_skip_file_and_function): New function.
3751 (test_skip_file_and_function): New function.
3752 * gdb.base/skip1.c (test_skip): New function.
3753 (skip1_test_skip_file_and_function): New function.
3754 * gdb.base/skip.exp: Add tests for new skip options.
3755 * gdb.base/skip-solib.exp: Update expected output.
3756 * gdb.perf/skip-command.cc: New file.
3757 * gdb.perf/skip-command.exp: New file.
3758 * gdb.perf/skip-command.py: New file.
3759
4000e47e
MK
37602016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
3761
3762 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3763 info registers pattern.
3764
24f75ead
IB
37652016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
3766
3767 * lib/future.exp: Add D support.
3768 (gdb_find_gdc): New proc.
3769 (gdb_default_target_compile): Add D support.
3770
fbb7bcbe
WW
37712016-02-18 Wei-cheng Wang <cole945@gmail.com>
3772
3773 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3774 user+system time.
3775 (trace_speed_test): Determine the iteration count for a time
3776 between 15..30 seconds.
3777
012b3a21
WT
37782016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
3779
3780 * gdb.arch/i386-mpx-sigsegv.c: New file.
3781 * gdb.arch/i386-mpx-sigsegv.exp: New file.
3782 * gdb.arch/i386-mpx-simple_segv.c: New file.
3783 * gdb.arch/i386-mpx-simple_segv.exp: New file.
3784
2d5189bd
YQ
37852016-02-18 Yao Qi <yao.qi@linaro.org>
3786
3787 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3788 Don't call setup_kfail.
3789
40fb20d0
YQ
37902016-02-18 Yao Qi <yao.qi@linaro.org>
3791
3792 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3793 Set "set breakpoint condition-evaluation" per $cond_bp_target.
3794
21b1f8d2
DE
37952016-02-16 Doug Evans <dje@google.com>
3796
3797 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
3798 * gdb.base/skip1.c: Ditto.
3799 * gdb.base/skip.exp: Whitespace cleanup.
3800
4041ed77
DB
38012016-02-16 Don Breazeal <donb@codesourcery.com>
3802
3803 PR remote/19496
3804 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3805 Remove kfail for PR remote/19496.
3806
c4ef31bf
SM
38072016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3808
3809 * lib/gdb.exp (standard_temp_file): Return a path specific to
3810 the runtest invocation.
3811
266b65b3
SM
38122016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3813
3814 * gdb.trace/save-trace.exp: Change relative path to be in the
3815 standard output directory.
3816
a7a0a6a9
JK
38172016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3818
3819 * gdb.arch/i386-prologue.c: Add missing prototypes.
3820
c99dbb42
JK
38212016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3822
3823 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
3824 * gdb.arch/i386-prologue.exp: Likewise.
3825 * gdb.arch/i386-size.exp: Likewise.
3826
aa480355
SM
38272016-02-15 Simon Marchi <simon.marchi@ericsson.com>
3828
3829 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
3830 define object file path.
3831 * gdb.btrace/gcore.exp: Use standard_output_file to define core
3832 file path.
3833 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
3834 standard_output_file to define binfile.
3835
ba881f50
JK
38362016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3837
3838 Fix compatibility with recent gfortran-5.3.1.
3839 * gdb.fortran/vla-history.exp (print vla1 allocated)
3840 (print vla2 allocated, print $2, print $3): Remove
3841 (print $4): Rename to ...
3842 (print $2): ... here.
3843 (print $9): Rename to ...
3844 (print $5): ... here.
3845 (print $10): Rename to ...
3846 (print $6): ... here.
3847 * gdb.fortran/vla.f90: Add pvla initialization.
3848
e9fb005c
JK
38492016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3850
3851 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
3852 New test.
3853 * gdb.fortran/vla-value-sub.exp: Likewise.
3854
e44e00ff
MK
38552016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
3856
3857 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
3858
97e94151
SM
38592016-02-12 Simon Marchi <simon.marchi@ericsson.com>
3860
3861 * i386-biarch-core.exp: Define corefile using
3862 standard_output_file.
3863
01113bc1
YQ
38642016-02-12 Yao Qi <yao.qi@linaro.org>
3865
3866 * gdb.arch/arm-single-step-kernel-helper.c: New.
3867 * gdb.arch/arm-single-step-kernel-helper.exp: New.
3868
33b4777c
MM
38692016-02-12 Markus Metzger <markus.t.metzger@intel.com>
3870
3871 * gdb.btrace/tailcall-only.exp: New.
3872 * gdb.btrace/tailcall-only.c: New.
3873 * gdb.btrace/x86_64-tailcall-only.S: New.
3874 * gdb.btrace/i686-tailcall-only.S: New.
3875
acc23c11
PA
38762016-02-11 Pedro Alves <palves@redhat.com>
3877
3878 * README (Parallel testing): Add missing double quotes.
3879
e352bf0a
PA
38802016-02-11 Pedro Alves <palves@redhat.com>
3881
3882 * README (Parallel testing): New section.
3883 (GDB_PARALLEL): Rewrite.
3884 (FORCE_PARALLEL): Document.
3885
9f5fed78
MK
38862016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
3887
3888 * gdb.trace/tfile-avx.c: New test.
3889 * gdb.trace/tfile-avx.exp: New test.
3890
9ef9e6a6
KS
38912016-02-09 Keith Seitz <keiths@redhat.com>
3892
3893 PR breakpoints/19546
3894 * gdb.base/infcall-exec.c: New file.
3895 * gdb.base/infcall-exec2.c: New file.
3896 * gdb.base/infcall-exec.exp: New file.
3897
a96e36da
KS
38982016-02-09 Keith Seitz <keiths@redhat.com>
3899
3900 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
3901 (toplevel): Call test_bkpt_address.
3902
9f61929f
KS
39032016-02-09 Keith Seitz <keiths@redhat.com>
3904
3905 PR python/19506
3906 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
3907 (toplevel): Call test_bkpt_address.
3908
1e94266c
SM
39092016-02-09 Simon Marchi <simon.marchi@ericsson.com>
3910
3911 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
3912 to AC_OUTPUT.
3913 * configure: Regenerate.
3914
2a7f3dff
PA
39152016-02-09 Pedro Alves <palves@redhat.com>
3916
3917 PR breakpoints/19548
3918 * gdb.base/execl-update-breakpoints.c (some_function): New
3919 function.
3920 (main): Call it.
3921 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
3922 Tighten expected GDB output.
3923
2151ccc5
SM
39242016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3925
3926 * Makefile.in (ALL_SUBDIRS): Remove.
3927 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
3928 (distclean maintainer-clean realclean): Likewise.
3929 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
3930 * configure: Regenerate.
3931 * gdb.ada/Makefile.in: Delete.
3932 * gdb.arch/Makefile.in: Likewise.
3933 * gdb.asm/Makefile.in: Likewise.
3934 * gdb.base/Makefile.in: Likewise.
3935 * gdb.btrace/Makefile.in: Likewise.
3936 * gdb.cell/Makefile.in: Likewise.
3937 * gdb.compile/Makefile.in: Likewise.
3938 * gdb.cp/Makefile.in: Likewise.
3939 * gdb.disasm/Makefile.in: Likewise.
3940 * gdb.dlang/Makefile.in: Likewise.
3941 * gdb.dwarf2/Makefile.in: Likewise.
3942 * gdb.fortran/Makefile.in: Likewise.
3943 * gdb.gdb/Makefile.in: Likewise.
3944 * gdb.go/Makefile.in: Likewise.
3945 * gdb.guile/Makefile.in: Likewise.
3946 * gdb.java/Makefile.in: Likewise.
3947 * gdb.linespec/Makefile.in: Likewise.
3948 * gdb.mi/Makefile.in: Likewise.
3949 * gdb.modula2/Makefile.in: Likewise.
3950 * gdb.multi/Makefile.in: Likewise.
3951 * gdb.objc/Makefile.in: Likewise.
3952 * gdb.opencl/Makefile.in: Likewise.
3953 * gdb.opt/Makefile.in: Likewise.
3954 * gdb.pascal/Makefile.in: Likewise.
3955 * gdb.perf/Makefile.in: Likewise.
3956 * gdb.python/Makefile.in: Likewise.
3957 * gdb.reverse/Makefile.in: Likewise.
3958 * gdb.server/Makefile.in: Likewise.
3959 * gdb.stabs/Makefile.in: Likewise.
3960 * gdb.threads/Makefile.in: Likewise.
3961 * gdb.trace/Makefile.in: Likewise.
3962 * gdb.xml/Makefile.in: Likewise.
3963 * lib/gdb.exp (make_gdb_parallel_path): Add check for
3964 GDB_PARALLEL.
3965 (standard_output_file): Remove check for GDB_PARALLEL, always
3966 return path in outputs/$subdir/$testname.
3967
437277d4
SM
39682016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3969
3970 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
3971 (site.exp): Assign abs_srcdir to tcl's srcdir.
3972
31d913c7
YQ
39732016-02-04 Yao Qi <yao.qi@linaro.org>
3974
3975 * gdb.base/foll-exec-mode.c: Include limits.h.
3976 (main): Add parameters argc and argv. Get directory from
3977 argv[0].
3978 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
3979 compilation.
3980 * gdb.base/foll-exec.c: Include limits.h.
3981 (main): Add parameters argc and argv.
3982 Get directory from argv[0].
3983 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
3984 Adjust tests on the number of lines as source code changed.
3985 * gdb.base/foll-vfork-exit.c: Include limits.h.
3986 (main): Add one line of statement before vfork.
3987 * gdb.base/foll-vfork.c: Include limits.h and string.h.
3988 (main): Add parameters argc and argv. Get directory from
3989 argv[0].
3990 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
3991 (setup_gdb): Set tbreak to skip some source lines.
3992 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
3993 (main): Add parameters argc and argv. Get directory from
3994 argv[0].
3995 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
3996 compilation.
3997 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
3998 (main): Add parameters argc and argv. Get directory from
3999 argv[0].
4000 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4001 compilation.
4002
9482b9fb
DE
40032016-02-01 Doug Evans <dje@google.com>
4004
4005 * gdb.base/skip.exp: Clean up multiple references to same test name.
4006
6b2e4f10
PA
40072016-02-01 Pedro Alves <palves@redhat.com>
4008
ccb6afd6 4009 PR remote/19496
6b2e4f10
PA
4010 * gdb.threads/forking-threads-plus-breakpoint.exp
4011 (displaced_stepping_supported): New global.
4012 (probe_displaced_stepping_support): New procedure.
4013 (do_test): Add 'displaced' parameter, and use it.
4014 (top level): Check for displaced stepping support. Add displaced
4015 stepping on/off testing axis.
4016
37a8db1a
AB
40172016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4018
4019 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4020 pointer. Don't perform further tests on the unassociated pointer
4021 if the first test fails.
4022
5fdf6324
AB
40232016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4024
4025 * gdb.base/max-value-size.c: New file.
4026 * gdb.base/max-value-size.exp: New file.
4027 * gdb.base/huge.exp: Disable max-value-size for this test.
4028
935c6144
IB
40292016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4030
4031 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4032
7fe8399d
YQ
40332016-01-28 Yao Qi <yao.qi@linaro.org>
4034
4035 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4036
a2077e25
PA
40372016-01-25 Pedro Alves <palves@redhat.com>
4038
4039 PR threads/19461
4040 * gdb.base/fork-running-state.c: New file.
4041 * gdb.base/fork-running-state.exp: New file.
4042
1d2736d4
PA
40432016-01-25 Pedro Alves <palves@redhat.com>
4044
4045 PR gdb/19494
4046 * gdb.base/catch-fork-kill.c: New file.
4047 * gdb.base/catch-fork-kill.exp: New file.
4048
f1da4b11
PA
40492016-01-25 Pedro Alves <palves@redhat.com>
4050
4051 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4052 Delete, moved to lib/gdb.exp.
4053 * gdb.threads/forking-threads-plus-breakpoint.exp
4054 (foreach_with_prefix): Likewise.
4055 * gdb.threads/process-dies-while-handling-bp.exp
4056 (foreach_with_prefix): Likewise.
4057 * lib/gdb.exp (foreach_with_prefix): New procedure.
4058
45f38546
MK
40592016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4060
4061 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4062 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4063
dc29a1ce
MK
40642016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4065
4066 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4067 endian targets.
4068
092127d7
JK
40692016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4070 Pedro Alves <palves@redhat.com>
4071
4072 Fix testsuite compatibility with Guile.
4073 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4074 number.
4075
31d765d3
JK
40762016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4077
4078 Fix testsuite compatibility with Guile.
4079 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4080 (thread 1): New test for backtrace through signal handler.
4081
1ac78c04
YQ
40822016-01-22 Yao Qi <yao.qi@linaro.org>
4083
4084 PR testsuite/19491
4085 * gdb.base/multi-forks.c: Include
4086 ../lib/unbuffer_output.c
4087 (main): Call gdb_unbuffer_output.
4088
4f5946a8
DE
40892016-01-21 Doug Evans <dje@google.com>
4090
4091 * lib/ada.exp (gdb_compile_ada): Fix typo.
4092
305e13e6
JB
40932016-01-21 Joel Brobecker <brobecker@adacore.com>
4094
4095 * gdb.base/break-fun-addr.exp: New file.
4096 * gdb.base/break-fun-addr1.c: New file.
4097 * gdb.base/break-fun-addr2.c: New file.
4098
5f5dfff6
SM
40992016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4100
4101 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4102 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4103 enum flag values.
4104
fd356fa2
AA
41052016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4106
4107 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4108 when GDB can not set the vector return value. Add more comments
4109 for clarification.
4110
9df22175
AT
41112016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4112
4113 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4114 command.
4115
41d1845e
SM
41162016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4117
4118 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4119
01ac6840
SM
41202016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4121
4122 * Makefile.in (check-single): Pass --status to runtest.
4123 (check/%.exp): Likewise.
4124
41252016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4126
4127 * Makefile.in (check-parallel): Propagate return code from make
4128 do-check-parallel.
4129
bd0a71fa
MK
41302016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4131
4132 * gdb.trace/ftrace.exp: Fix expected message on continue.
4133 * gdb.trace/pending.exp: Fix expected message on continue.
4134 * gdb.trace/trace-break.exp: Fix expected message on continue.
4135
8bcbad33
SM
41362016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4137
4138 * lib/gdb.exp (gdb_test): Remove unused global references.
4139
f303dbd6
PA
41402016-01-18 Pedro Alves <palves@redhat.com>
4141
4142 * gdb.base/async-shell.exp: Adjust expected output.
4143 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4144 * gdb.base/siginfo-thread.exp: Adjust expected output.
4145 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4146 * gdb.java/jnpe.exp: Adjust expected output.
4147 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4148 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4149 * gdb.threads/leader-exit.exp: Adjust expected output.
4150 * gdb.threads/manythreads.exp: Adjust expected output.
4151 * gdb.threads/pthreads.exp: Adjust expected output.
4152 * gdb.threads/schedlock.exp: Adjust expected output.
4153 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4154 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4155 expected output.
4156 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4157 output.
4158 * gdb.threads/sigthread.exp: Adjust expected output.
4159 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4160
b2789696
YQ
41612016-01-18 Yao Qi <yao.qi@linaro.org>
4162
4163 * gdb.guile/scm-section-script.c: Replace @progbits with
4164 %progbits.
4165 * gdb.python/py-section-script.c: Likewise.
4166
71ef29a8
PA
41672016-01-15 Pedro Alves <palves@redhat.com>
4168
4169 * gdb.multi/tids.exp: Test star wildcard ranges.
4170
3f5b7598
PA
41712016-01-15 Pedro Alves <palves@redhat.com>
4172
4173 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4174 command from "thread apply" invocation.
4175 (thr_apply_info_thr_invalid): Default the expected output to the
4176 input tid list.
4177 (top level): Add tests that use convenience variables. Add tests
4178 for "thread apply" with a valid TID list, but missing the command.
4179
663f6d42
PA
41802016-01-13 Pedro Alves <palves@redhat.com>
4181
4182 * gdb.base/default.exp: Expect $_gthread as well.
4183 * gdb.multi/tids.exp: Test $_gthread.
4184 * gdb.threads/thread-specific.exp: Test $_gthread.
4185
c84f6bbf
PA
41862016-01-13 Pedro Alves <palves@redhat.com>
4187
4188 * gdb.multi/tids.exp: Test "info threads -gid".
4189
22a02324
PA
41902016-01-13 Pedro Alves <palves@redhat.com>
4191
4192 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4193 Breakpoint.thread.
4194 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4195
5d5658a1
PA
41962016-01-07 Pedro Alves <palves@redhat.com>
4197
4198 * gdb.base/break.exp: Adjust to output changes.
4199 * gdb.base/hbreak2.exp: Likewise.
4200 * gdb.base/sepdebug.exp: Likewise.
4201 * gdb.base/watch_thread_num.exp: Likewise.
4202 * gdb.linespec/keywords.exp: Likewise.
4203 * gdb.multi/info-threads.exp: Likewise.
4204 * gdb.threads/thread-find.exp: Likewise.
4205 * gdb.multi/tids.c: New file.
4206 * gdb.multi/tids.exp: New file.
4207
84654457
PA
42082016-01-13 Pedro Alves <palves@redhat.com>
4209
4210 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4211
e3940304
PA
42122016-01-13 Pedro Alves <palves@redhat.com>
4213
4214 * gdb.base/default.exp: Expect $_inferior as well.
4215 * gdb.multi/base.exp: Test $_inferior.
4216
a911d87a
PA
42172016-01-13 Pedro Alves <palves@redhat.com>
4218
4219 PR breakpoints/19388
4220 * gdb.base/catch-signal-siginfo-cond.c: New file.
4221 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4222
82075af2
JS
42232016-01-12 Josh Stone <jistone@redhat.com>
4224 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4225
4226 * gdb.base/catch-syscall.c (do_execve): New variable.
4227 (main): Conditionally trigger an execve.
4228 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4229 (test_catch_syscall_execve): New, check entry/return across execve.
4230 (do_syscall_tests): Call test_catch_syscall_execve.
4231
e46eeedd
PA
42322016-01-12 Pedro Alves <palves@redhat.com>
4233
4234 * gdb.base/random-signal.exp (do_test): New procedure, with body
4235 of testcase moved in.
4236
01d8c27e
JK
42372016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4238 Pedro Alves <palves@redhat.com>
4239
4240 * gdb.base/funcargs.exp (finish from indirectly called function):
4241 Reintroduce the case for 'First'.
4242
9a706302
JK
42432016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4244 Pedro Alves <palves@redhat.com>
4245
4246 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4247 (tcatch_vfork_then_child_follow_exec)
4248 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4249 identification.
4250
c0ecb95f
JK
42512016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4252
4253 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4254 and repeats to unlimited.
4255 * gdb.python/py-value.exp: Likewise.
4256 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4257 and repeats to unlimited.
4258
6cfc1fcb
JK
42592016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4260
4261 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4262 and reordering the functions.
4263 * gdb.multi/hangout.c: Likewise.
4264 * gdb.multi/hello.c: Likewise.
4265
582a1b00
SM
42662016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4267
4268 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4269 absolute.
4270 (SingleStatisticTestResult.report): Use dict.keys instead of
4271 dict.iterkeys.
4272
79bc59cb
PA
42732016-01-06 Pedro Alves <palves@redhat.com>
4274
4275 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4276
43368e1d
MM
42772016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4278
4279 * gdb.btrace/dlopen.exp: New.
4280 * gdb.btrace/dlopen.c: New.
4281 * gdb.btrace/dlopen-dso.c: New.
4282
79fad5b8
SL
42832015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4284
4285 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4286 PATTERN argument is optional.
4287
ab8314b3
JB
42882015-12-24 Joel Brobecker <brobecker@adacore.com>
4289
4290 * lib/ada.exp (target_compile_ada_from_dir): New function.
4291 (gdb_compile_ada): Reimplement avoiding the use of project files.
4292 * gdb.ada/gnat_ada.gpr: Delete.
4293 * gdb.ada/cond_lang.exp: Adjust test to make path before
4294 filename optional.
4295 * gdb.ada/small_reg_param.exp: Likewise.
4296
fe33faff
SM
42972015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4298
4299 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4300
6d265cb4
TP
43012015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4302
4303 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4304 case.
4305
10125099
SM
43062015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4307
4308 * gdb.base/break.exp: Remove dead code.
4309 * gdb.base/sepdebug.exp: Likewise.
4310
3ca22649
SM
43112015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4312
4313 * gdb.asm/asm-source.exp: Remove HP-UX references.
4314 * gdb.base/annota1.exp: Likewise.
4315 * gdb.base/annota3.exp: Likewise.
4316 * gdb.base/attach.exp: Likewise.
4317 * gdb.base/bigcore.exp: Likewise.
4318 * gdb.base/break.exp: Likewise.
4319 * gdb.base/call-ar-st.exp: Likewise.
4320 * gdb.base/callfuncs.exp: Likewise.
4321 * gdb.base/catch-fork-static.exp: Likewise.
4322 * gdb.base/display.exp: Likewise.
4323 * gdb.base/foll-exec-mode.exp: Likewise.
4324 * gdb.base/foll-exec.exp: Likewise.
4325 * gdb.base/foll-fork.exp: Likewise.
4326 * gdb.base/foll-vfork.exp: Likewise.
4327 * gdb.base/funcargs.exp: Likewise.
4328 * gdb.base/hbreak2.exp: Likewise.
4329 * gdb.base/inferior-died.exp: Likewise.
4330 * gdb.base/interrupt.exp: Likewise.
4331 * gdb.base/multi-forks.exp: Likewise.
4332 * gdb.base/nodebug.exp: Likewise.
4333 * gdb.base/sepdebug.exp: Likewise.
4334 * gdb.base/solib1.c: Likewise.
4335 * gdb.base/step-test.exp: Likewise.
4336 * gdb.mi/non-stop.c: Likewise.
4337 * gdb.mi/pthreads.c: Likewise.
4338 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4339 * gdb.threads/pthreads.c: Likewise.
4340 * gdb.threads/staticthreads.exp: Likewise.
4341 * lib/future.exp: Likewise.
4342 * lib/gdb.exp: Likewise.
4343 * gdb.base/so-indr-cl.c: Remove.
4344 * gdb.base/so-indr-cl.exp: Likewise.
4345 * gdb.base/solib.c: Likewise.
4346 * gdb.base/solib.exp: Likewise.
4347 * gdb.base/solib2.c: Likewise.
4348
b6304613
SM
43492015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4350
4351 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4352 * gdb.base/call-ar-st.exp: Likewise.
4353 * gdb.base/callfuncs.exp: Likewise.
4354 * gdb.base/condbreak.exp: Likewise.
4355 * gdb.base/constvars.exp: Likewise.
4356 * gdb.base/hbreak2.exp: Likewise.
4357 * gdb.base/langs.exp: Likewise.
4358 * gdb.base/list.exp: Likewise.
4359 * gdb.base/long_long.exp: Likewise.
4360 * gdb.base/ptype.exp: Likewise.
4361 * gdb.base/scope.exp: Likewise.
4362 * gdb.base/signals.exp: Likewise.
4363 * gdb.base/so-impl-ld.exp: Likewise.
4364 * gdb.base/varargs.exp: Likewise.
4365 * gdb.base/volatile.exp: Likewise.
4366 * gdb.base/whatis.exp: Likewise.
4367 * gdb.cp/cplusfuncs.exp: Likewise.
4368 * gdb.cp/inherit.exp: Likewise.
4369 * gdb.cp/local.exp: Likewise.
4370 * gdb.cp/member-ptr.exp: Likewise.
4371 * gdb.cp/method.exp: Likewise.
4372 * gdb.cp/overload.exp: Likewise.
4373 * gdb.cp/templates.exp: Likewise.
4374 * gdb.stabs/weird.exp: Likewise.
4375 * lib/compiler.c: Likewise.
4376 * lib/compiler.cc: Likewise.
4377 * lib/cp-support.exp: Likewise.
4378 * lib/gdb.exp: Likewise.
4379
bf401b07
SM
43802015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4381
4382 * configure.ac: Remove HP-UX case.
4383 * configure: Regenerate.
4384
aff9c0f8
SM
43852015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4386
4387 * lib/gdb.exp (gdb_compile): Add function doc.
4388
a6904d5a
PA
43892015-12-17 Pedro Alves <palves@redhat.com>
4390
4391 PR threads/19354
4392 * gdb.multi/info-threads.exp: New file.
4393
a22279dd
YQ
43942015-12-15 Yao Qi <yao.qi@linaro.org>
4395
4396 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4397 is aarch64*-*-*.
4398
0588c796
SL
43992015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4400
4401 * gdb.base/history-duplicates.exp: Skip if no readline support.
4402
5d978e17
SL
44032015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4404
4405 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4406
7e763b86
SL
44072015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4408
4409 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4410
87a3a92c
SL
44112015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4412
4413 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4414 ctrl-C if nointerrupts target property is set.
4415 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4416 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4417 * gdb.base/paginate-bg-execution.exp: Likewise.
4418 * gdb.base/paginate-execution-startup.exp: Likewise.
4419 * gdb.base/random-signal.exp: Likewise.
4420 * gdb.base/range-stepping.exp: Likewise.
4421 * gdb.cp/annota2.exp: Likewise.
4422 * gdb.cp/annota3.exp: Likewise.
4423 * gdb.gdb/selftest.exp: Likewise.
4424 * gdb.threads/continue-pending-status.exp: Likewise.
4425 * gdb.threads/leader-exit.exp: Likewise.
4426 * gdb.threads/manythreads.exp: Likewise.
4427 * gdb.threads/pthreads.exp: Likewise.
4428 * gdb.threads/schedlock.exp: Likewise.
4429 * gdb.threads/sigthread.exp: Likewise.
4430
a8f077dc
DB
44312015-12-11 Don Breazeal <donb@codesourcery.com>
4432
4433 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4434 remote.
4435 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4436 * gdb.base/foll-exec.exp (main): Enable for target remote.
4437 * gdb.base/foll-fork.exp (main): Likewise.
4438 * gdb.base/foll-vfork.exp (main): Likewise.
4439 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4440 (proc continue_to_exit_bp_loc): Use clean_restart.
4441 * gdb.base/pie-execl.exp (main): Disable for target remote.
4442 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4443 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4444 * gdb.threads/execl.exp (main): Likewise.
4445 * gdb.threads/fork-child-threads.exp (main): Likewise.
4446 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4447 remote.
4448 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4449 remote.
4450 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4451 pid.tid style ptids, instead of just tid.
4452 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4453 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4454 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4455 ptids, instead of just tid.
4456
3b2464a8
AB
44572015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4458
4459 * gdb.base/list.exp (test_list_forward): Add end of file error
4460 test.
4461 (test_repeat_list_command): Add end of file error test.
4462 (test_list_backwards): Add beginning of file error test.
4463
a0def019
AB
44642015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4465
4466 * gdb.base/list.exp (test_list_invalid_args): New function,
4467 defined, and called.
4468
5c000dff
AB
44692015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4470
4471 * gdb.base/list.exp (test_list): Make test names unique.
4472
f1637ebe
YQ
44732015-12-11 Yao Qi <yao.qi@linaro.org>
4474
4475 * gdb.base/coremaker2.c: Remove.
4476
36d6fc0a
PA
44772015-12-10 Pedro Alves <palves@redhat.com>
4478
4479 * gdb.multi/base.exp: Remove stale "spaces" references.
4480
762f7747
PA
44812015-12-10 Pedro Alves <palves@redhat.com>
4482
4483 * gdb.multi/base.exp: Don't use nowarnings.
4484 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4485 * gdb.multi/hangout.c: Include stdio.h.
4486 * gdb.multi/hello.c: Include stdlib.h.
4487 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4488 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4489 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4490
28d2bfb9
AB
44912015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4492
4493 * gdb.dwarf2/dw2-ranges-base.c: New file.
4494 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4495 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4496 support additional line table, and debug ranges generation.
4497 (Dwarf::ranges): New function, generate .debug_ranges.
4498 (Dwarf::lines): Support generating simple line table programs.
4499 (Dwarf::assemble): Initialise new namespace variables.
4500
5fc2beac
KB
45012015-12-09 Kevin Buettner <kevinb@redhat.com>
4502
4503 * gdb.base/async.exp (proc test_background): Add case for
4504 asynchronous execution not supported.
4505
1c35a88f
LM
45062015-12-09 Luis Machado <lgustavo@codesourcery.com>
4507
4508 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4509 format and change test names to make them unique.
4510
b593e3d9
RK
45112015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4512 Pedro Alves <pedro@redhat.com>
4513
4514 PR gdb/18702
4515 Add checking of floatformats setup on x86_64 hosts.
4516 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4517 (smallval, bigval): New labels/constants.
4518 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4519 float" after loading bigval and smallval.
4520
d72413e6
PMR
45212015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4522
4523 * gdb.ada/fun_overload_menu.exp: New testcase.
4524 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4525
ece66d65
JS
45262015-12-04 Josh Stone <jistone@redhat.com>
4527
4528 * gdb.base/catch-fork-static.exp: New.
4529
41d0efca
YQ
45302015-12-03 Yao Qi <yao.qi@linaro.org>
4531
4532 * gdb.base/sizeof.c: Don't include stdio.h and
4533 ../lib/unbuffer_output.c.
4534 (main): New variable 'size' and 'value'. Remove printf and
4535 gdb_unbuffer_output. Assign return value to size and value.
4536 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4537 at the beginning.
4538 (check_sizeof): Check the result by printing variable 'size'.
4539 (check_valueof): Check the result by printing variable 'value'.
4540
99fd02d9
YQ
45412015-12-01 Yao Qi <yao.qi@linaro.org>
4542
4543 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4544 for aarch64*-*-linux* target.
4545
f2faf941
PA
45462015-11-30 Pedro Alves <palves@redhat.com>
4547
4548 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4549
04bf20c5
PA
45502015-11-30 Pedro Alves <palves@redhat.com>
4551
4552 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4553 Handle non-stop mode vCont replies.
4554
09df4675
PA
45552015-11-30 Pedro Alves <palves@redhat.com>
4556
4557 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4558 prepare_for_testing. Start gdb with "set non-stop on" appended to
4559 GDBFLAGS. Lax expected stop output.
4560
58b584af
YQ
45612015-11-27 Yao Qi <yao.qi@linaro.org>
4562
4563 * gdb.arch/arm-neon.exp: New.
4564 * gdb.arch/arm-neon.c: New.
4565
dfcb77a8
YQ
45662015-11-27 Yao Qi <yao.qi@linaro.org>
4567
4568 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4569
88e8ec1b
YQ
45702015-11-27 Yao Qi <yao.qi@linaro.org>
4571
4572 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4573 frames-invalid annotation.
4574
bfde72c2
YQ
45752015-11-27 Yao Qi <yao.qi@linaro.org>
4576
4577 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4578
f6512a69
SM
45792015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4580
4581 * gdb.threads/names.exp: New file.
4582 * gdb.threads/names.c: New file.
4583 * README: Mention gdb,no_thread_names.
4584
46a3515b
MM
45852015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4586
4587 PR 19297
4588 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4589 support" error.
4590
62147a22
PA
45912015-11-24 Pedro Alves <palves@redhat.com>
4592
4593 PR 17539
4594 * gdb.base/display.exp: Expect displays to be sorted in ascending
4595 order. Use multi_line.
4596 * gdb.base/solib-display.exp: Likewise.
4597
2f341b6e
PA
45982015-11-24 Pedro Alves <palves@redhat.com>
4599
4600 PR 17539
25d49b86
PA
4601 * gdb.base/display.exp: Expect displays to be sorted in ascending
4602 order. Use multi_line.
4603 * gdb.base/solib-display.exp: Likewise.
2f341b6e 4604
7e0aa6aa
PA
46052015-11-24 Pedro Alves <palves@redhat.com>
4606
4607 PR 17539
4608 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4609 threads in ascending order.
4610 * gdb.base/foll-fork.exp: Likewise.
4611 * gdb.base/foll-vfork.exp: Likewise.
4612 * gdb.base/multi-forks.exp: Likewise.
4613 * gdb.mi/mi-nonstop.exp: Likewise.
4614 * gdb.mi/mi-nsintrall.exp: Likewise.
4615 * gdb.multi/base.exp: Likewise.
4616 * gdb.multi/multi-arch.exp: Likewise.
4617 * gdb.python/py-inferior.exp: Likewise.
4618 * gdb.threads/break-while-running.exp: Likewise.
4619 * gdb.threads/execl.exp: Likewise.
4620 * gdb.threads/gcore-thread.exp: Likewise.
4621 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4622 * gdb.threads/kill.exp: Likewise.
4623 * gdb.threads/linux-dp.exp: Likewise.
4624 * gdb.threads/multiple-step-overs.exp: Likewise.
4625 * gdb.threads/next-bp-other-thread.exp: Likewise.
4626 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4627 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4628 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4629 * gdb.threads/thread-find.exp: Likewise.
4630 * gdb.threads/tls.exp: Likewise.
4631 * lib/mi-support.exp (mi_reverse_list): Delete.
4632 (mi_check_thread_states): No longer reverse list.
4633
2cc57ad8
PA
46342015-11-24 Pedro Alves <palves@redhat.com>
4635
4636 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4637 use lowercase.
4638
c93e8391
SM
46392015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4640
4641 * gdb.trace/actions.c: Include trace-common.h.
4642 (main): Add a location for a fast tracepoint.
4643 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4644 the normal tracepoints.
4645 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4646
045ccf91
SM
46472015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4648
4649 * save-trace.exp: Factor out code to these...
4650 (gdb_save_tracepoints): New.
4651 (gdb_load_tracepoints): New.
4652 (do_save_load_test): New.
4653
5506f9f6
KB
46542015-11-23 Kevin Buettner <kevinb@redhat.com>
4655
4656 * gdb.base/asmlabel.exp: New test.
4657 * gdb.base/asmlabel.c: New test case.
4658
16c3b12f
JB
46592015-11-23 Joel Brobecker <brobecker@adacore.com>
4660
4661 * gdb.base/wrong_frame_bt_full-main.c: New file.
4662 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4663 * gdb.base/wrong_frame_bt_full.exp: New file.
4664
155bfbd3
JB
46652015-11-23 Joel Brobecker <brobecker@adacore.com>
4666
4667 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4668
bb097445
JM
46692015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4670
206853a0 4671 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
4672 pstate register when comparing registers values in
4673 sparc64-*-linux-gnu targets to avoid spurious differences.
4674
9c88ed8f
JM
46752015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4676
206853a0 4677 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 4678
96161e25
SL
46792015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4680
4681 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4682 as type argument to gdb_compile.
4683 * gdb.base/nested-subp2.exp: Likewise.
4684 * gdb.base/nested-subp3.exp: Likewise.
4685
340c2830
DV
46862015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4687
4688 * lib/dwarf.exp (_note): Fix left shift of negative value.
4689 * gdb.trace/trace-condition.exp: Likewise.
4690
c1862d0f
YQ
46912015-11-13 Yao Qi <yao.qi@linaro.org>
4692
4693 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4694 comments about d10v.
4695 (test_scalar_returns): Likewise.
4696 * gdb.base/d10v.ld: Remove.
4697 * gdb.base/overlays.exp: Remove the target triplet checking for
4698 d10v-*-*.
4699 * gdb.base/structs.exp (test_struct_returns): Remove the
4700 comments about d10v.
4701 (test_struct_calls): Likewise.
4702
77ae9c19
YQ
47032015-11-13 Yao Qi <yao.qi@linaro.org>
4704
4705 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4706 * gdb.base/gnu_vector.c: Don't include stdio.h.
4707 (main): Don't print res and call add_some_intvecs.
4708
430e004e
MK
47092015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4710
4711 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4712 macro.
4713 (func5): Removed.
4714 (func4): Use FAST_TRACEPOINT_LABEL.
4715 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4716 macro.
4717 (func): Removed.
4718 (thread_function): Use FAST_TRACEPOINT_LABEL.
4719 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4720 (func): Remove.
4721 (marker): Use FAST_TRACEPOINT_LABEL.
4722 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4723 (pendfunc1): Remove.
4724 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4725 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4726 (foo): Remove.
4727 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4728 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4729 macro.
4730 (func): Remove.
4731 (marker): Use FAST_TRACEPOINT_LABEL.
4732 * gdb.trace/trace-common.h: New header.
4733 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4734 macro.
4735 (func): Remove.
4736 (marker): Use FAST_TRACEPOINT_LABEL.
4737 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4738 (func): Remove.
4739 (thread_function): Use FAST_TRACEPOINT_LABEL.
4740
6e7675a7
MK
47412015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4742
4743 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4744 in front.
4745 * gdb.trace/change-loc.exp: Use global pcreg definition.
4746 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4747 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4748 in front.
4749 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4750 * gdb.trace/pending.exp: Likewise.
4751 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4752 * gdb.trace/trace-break.exp: Likewise.
4753 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4754 in front.
4755 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4756 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4757 in front.
4758 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4759
dddc0e16
JB
47602015-11-09 Joel Brobecker <brobecker@adacore.com>
4761
4762 * gdb.ada/fin_fun_out: New testcase.
4763
c6f0b406
KB
47642015-11-07 Kevin Buettner <kevinb@redhat.com>
4765
4766 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4767 value associated with DW_AT_byte_size.
4768 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4769 constants for DW_AT_byte_size, DW_AT_lower_bound, and
4770 DW_AT_upper_bound.
4771
f01dcfd9
KB
47722015-11-07 Kevin Buettner <kevinb@redhat.com>
4773
4774 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4775 (gdb_target_symbol_prefix_flags): Define in terms of _asm
4776 version.
4777 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4778 gdb.dwarf2/dw2-canonicalize-type.exp,
4779 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4780 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4781 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4782 provided by gdb_target_symbol_prefix_flags_asm.
4783 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4784 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4785 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
4786 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
4787 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
4788 macros where needed). Use this macro for symbols which require
4789 the prefix provided by SYMBOL_PREFIX.
4790
2223449a
KB
47912015-11-05 Kevin Buettner <kevinb@redhat.com>
4792
4793 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
4794 New procs.
4795 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
4796 representing expressions, of more than one list element.
4797 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
4798 to prepend linker symbol prefix to f.
4799 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
4800 table_1 and table_2.
4801 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
4802 Likewise, for f and g.
4803 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
4804 for ptr.
4805 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
4806 for main.
4807 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
4808 table_1_ptr and table_2_ptr.
4809
6f2f1a3a
JK
48102015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4811 Joel Brobecker <brobecker@adacore.com>
4812
4813 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
4814
566c56c9
MK
48152015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
4816
4817 * gdb.reverse/s390-mvcle.c: New test.
4818 * gdb.reverse/s390-mvcle.exp: New file.
4819 * lib/gdb.exp: Enable reverse tests on s390*-linux.
4820
d5f0636b
MK
48212015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4822
4823 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
4824
7ad8b86c
MK
48252015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4826
4827 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
4828 reaching marker2.
4829 * gdb.reverse/getresuid-reverse.exp: Likewise.
4830 * gdb.reverse/pipe-reverse.exp: Likewise.
4831 * gdb.reverse/readv-reverse.exp: Likewise.
4832 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4833 * gdb.reverse/time-reverse.exp: Likewise.
4834 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
4835
4081c0f1
YQ
48362015-10-30 Yao Qi <yao.qi@linaro.org>
4837
4838 * gdb.threads/wp-replication.c (watch_count_done): Remove.
4839 (empty_cycle): Remove.
4840 (main): Don't call empty_cycle. Don't use watch_count_done.
4841 * gdb.threads/wp-replication.exp: Don't set breakpoint on
4842 empty_cycle. Rewrite the code counting HW watchpoints.
4843
452b4ba5
MK
48442015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
4845
4846 * gdb.reverse/fstatat-reverse.c: New test.
4847 * gdb.reverse/fstatat-reverse.exp: New file.
4848 * gdb.reverse/getresuid-reverse.c: New test.
4849 * gdb.reverse/getresuid-reverse.exp: New file.
4850 * gdb.reverse/pipe-reverse.c: New test.
4851 * gdb.reverse/pipe-reverse.exp: New file.
4852 * gdb.reverse/readv-reverse.c: New test.
4853 * gdb.reverse/readv-reverse.exp: New file.
4854 * gdb.reverse/recvmsg-reverse.c: New test.
4855 * gdb.reverse/recvmsg-reverse.exp: New file.
4856 * gdb.reverse/time-reverse.c: New test.
4857 * gdb.reverse/time-reverse.exp: New file.
4858 * gdb.reverse/waitpid-reverse.c: New test.
4859 * gdb.reverse/waitpid-reverse.exp: New file.
4860
5e2e7507
JK
48612015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4862
4863 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
4864
0fde2c53
DE
48652015-10-26 Doug Evans <dje@google.com>
4866
4867 PR symtab/17391
4868 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
4869 * gdb.dwarf2/bad-regnum.c: New file.
4870 * gdb.dwarf2/bad-regnum.exp: New file.
4871
1a70ae97
DE
48722015-10-26 Doug Evans <dje@google.com>
4873
4874 PR python/18938
4875 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
4876 file.
4877
27dc26ab
JK
48782015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4879
4880 * gdb.compile/compile.exp (compile code globalvar): Update expectation
4881 for a change by "Mention language in compile error message".
4882
bed91f4d
SM
48832015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
4884
4885 PR python/18073
4886 * gdb.python/py-type.c (C::a_method): New.
4887 (C::a_const_method): New.
4888 (C::a_static_method): New.
4889 (a_function): New.
4890 * gdb.python/py-type.exp (test_fields): Test getting fields
4891 from function and method.
4892
3f2f83dd
KB
48932015-10-21 Keven Boell <keven.boell@intel.com>
4894
4895 * gdb.fortran/vla-alloc-assoc.exp: New file.
4896 * gdb.fortran/vla-datatypes.exp: New file.
4897 * gdb.fortran/vla-datatypes.f90: New file.
4898 * gdb.fortran/vla-history.exp: New file.
4899 * gdb.fortran/vla-ptype-sub.exp: New file.
4900 * gdb.fortran/vla-ptype.exp: New file.
4901 * gdb.fortran/vla-sizeof.exp: New file.
4902 * gdb.fortran/vla-sub.f90: New file.
4903 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
4904 * gdb.fortran/vla-value-sub-finish.exp: New file.
4905 * gdb.fortran/vla-value-sub.exp: New file.
4906 * gdb.fortran/vla-value.exp: New file.
4907 * gdb.fortran/vla-ptr-info.exp: New file.
4908 * gdb.mi/mi-vla-fortran.exp: New file.
4909 * gdb.mi/vla.f90: New file.
4910
27145d50
SL
49112015-10-21 Sandra Loosemore <sandra@codesourcery.com>
4912
4913 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
4914 of hardwired timeout value.
4915
5f3ff4f8
JK
49162015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4917 Pedro Alves <palves@redhat.com>
4918
4919 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
4920 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
4921
bfd09d20
JS
49222015-10-19 Josh Stone <jistone@redhat.com>
4923
4924 * gdb.base/catch-syscall.c: Include <sched.h>.
4925 (unknown_syscall): New variable.
4926 (main): Trigger a vfork and an unknown syscall.
4927 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
4928 (unknown_syscall_number): Likewise.
4929 (check_call_to_syscall): Accept an optional syscall pattern.
4930 (check_return_from_syscall): Likewise.
4931 (check_continue): Likewise.
4932 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
4933 (test_catch_syscall_skipping_return): New test toggling off 'catch
4934 syscall' to step over the syscall return, then toggling back on.
4935 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
4936 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
4937 (do_syscall_tests): Call test_catch_syscall_without_args and
4938 test_catch_syscall_mid_vfork.
4939 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
4940 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
4941
b32b93c6
AS
49422015-10-19 Andrew Stubbs <ams@codesourcery.com>
4943
4944 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
4945 print g_vE): Add new pass patterns.
4946 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
4947 print various symbol names for vptr fields.
4948
9d622bda
AB
49492015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
4950
4951 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
4952 results.
4953
0fd8ac1c
YQ
49542015-10-12 Yao Qi <yao.qi@linaro.org>
4955
4956 * gdb.arch/disp-step-insn-reloc.exp: New test case.
4957
34240514
YQ
49582015-10-12 Yao Qi <yao.qi@linaro.org>
4959
4960 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
4961 is aarch64*-*-linux*.
4962
8240f442
YQ
49632015-10-12 Yao Qi <yao.qi@linaro.org>
4964
4965 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
4966 (can_relocate_bcond_true): ... it.
4967 (can_relocate_bcond_false): New function.
4968 (foo): Likewise.
4969 (can_relocate_bl): Likewise.
4970 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
4971 can_relocate_bl.
4972
2520f728
PMR
49732015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
4974
4975 * gdb.base/nested-addr.c: New file.
4976 * gdb.base/nested-addr.exp: New testcase.
4977
abcef95a
MM
49782015-10-09 Markus Metzger <markus.t.metzger@intel.com>
4979
4980 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
4981 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
4982 its output. Ignore the output of "record goto begin" and instead
4983 check that GDB is replaying.
4984
145e3ddb
PA
49852015-10-09 Pedro Alves <palves@redhat.com>
4986
4987 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
4988 (top level): Use it in the run with no args test.
4989
d5d8c4e1
IB
49902015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
4991
4992 * gdb.dlang/properties.exp: New file.
4993
06e635ef
SL
49942015-10-02 Sandra Loosemore <sandra@codesourcery.com>
4995
4996 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
4997 whether or not address 0x1000 is mapped on the target.
4998
e019fd1d
SM
49992015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5000
5001 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5002 build.
5003
77ba2a67
MM
50042015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5005
5006 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5007 instruction-history test.
5008
c60eb31f
DE
50092015-09-28 Doug Evans <dje@google.com>
5010
5011 * gdb.base/gcore.c (array_func): Add reference to static_array.
5012
9a3c8263
SM
50132015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5014
5015 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5016 source line.
5017
9720e656
SL
50182015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5019
5020 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5021 short or char as base type.
5022
938d3bf2
SL
50232015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5024
5025 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5026 to allow any size enum.
5027
e6c2c623
PMR
50282015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5029
5030 * gdb.ada/array_ptr_renaming.exp: New testcase.
5031 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5032 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5033
06da0f77
PL
50342015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5035
5036 * gdb.trace/ftrace-lock.c: New file.
5037 * gdb.trace/ftrace-lock.exp: New file.
5038
4f51c22a
PL
50392015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5040
5041 * gdb.arch/insn-reloc.c: New file.
5042 * gdb.arch/ftrace-insn-reloc.exp: New file.
5043
7041adf4
PL
50442015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5045
5046 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5047 instruction.
5048 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5049 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5050 * gdb.trace/range-stepping.c: Likewise.
5051 * gdb.trace/trace-break.c: Likewise.
5052 * gdb.trace/trace-mt.c (thread_function): Likewise.
5053 * gdb.trace/ftrace.c (marker): Likewise.
5054 * gdb.trace/trace-condition.c (marker): Likewise.
5055 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5056 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5057 is_aarch64_target.
5058
015d2e7e
DE
50592015-09-18 Doug Evans <xdje42@gmail.com>
5060
5061 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5062 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5063
26b188a2
SL
50642015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5065
5066 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5067 the breakpoint.
5068
79dc332b
SL
50692015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5070
5071 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5072 the pending breakpoint. Remove timeout override for "Run till
5073 MI pending breakpoint on pendfunc3 on thread 2" test.
5074
f57929f2
SL
50752015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5076
5077 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5078 filename pattern.
5079
3f469b17
SL
50802015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5081
5082 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5083 in breakpoint filename pattern.
5084
515b89b3
SL
50852015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5086
7800dbe4
SL
5087 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5088
50892015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5090
515b89b3
SL
5091 * gdb.linespec/explicit.exp: Check for readline support for
5092 tab-completion tests. Fix obvious typo.
5093
d2939ba2
MM
50942015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5095
5096 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5097 and replay.
5098
cbb55fa7
MM
50992015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5100
5101 * gdb.btrace/non-stop.c: New.
5102 * gdb.btrace/non-stop.exp: New.
5103
43691ca1
PL
51042015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5105 Yao Qi <yao.qi@linaro.org>
5106
5107 * gdb.trace/trace-condition.c: New file.
5108 * gdb.trace/trace-condition.exp: New file.
5109
d78908cf
WW
51102015-09-16 Wei-cheng Wang <cole945@gmail.com>
5111
5112 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5113 for testing bytecode compilation.
5114
1ed415e2
PA
51152015-09-16 Pedro Alves <palves@redhat.com>
5116 Sandra Loosemore <sandra@codesourcery.com>
5117
5118 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5119 (SECONDS): Redefine.
5120 (main): Call pthread_kill and alarm early.
5121 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5122 support.
5123 (test): If the target can't hardware step and doesn't support
5124 displaced stepping, increase the timeout.
5125
d136eff5
PA
51262015-09-16 Pedro Alves <palves@redhat.com>
5127
5128 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5129 (enable_debug): New procedures.
5130 (test): Use them. Bail out if waiting for threads fails.
5131 (top level): Bail out if a test fails.
5132
991f019c
YQ
51332015-09-16 Yao Qi <yao.qi@linaro.org>
5134
5135 * gdb.asm/asm-source.exp: Set asm-arch for
5136 aarch64*-*-* target.
5137 * gdb.asm/aarch64.inc: New file.
5138
bfca584f
PMR
51392015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5140
5141 * gdb.ada/array_of_variable_length.exp: New testcase.
5142 * gdb.ada/array_of_variable_length/foo.adb: New file.
5143 * gdb.ada/array_of_variable_length/pck.adb: New file.
5144 * gdb.ada/array_of_variable_length/pck.ads: New file.
5145
b326e587
DE
51462015-09-15 Doug Evans <dje@google.com>
5147
5148 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5149 of function static local variable.
5150
5382cfab
PW
51512015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5152
5153 * gdb.threads/tls-so_extern.exp: New test file.
5154 * gdb.threads/tls-so_extern.c: New test file.
5155 * gdb.threads/tls-so_extern_main.c: New test file.
5156
141c5cc4
JK
51572015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5158
5159 * gdb.opt/solib-intra-step-lib.c: New file.
5160 * gdb.opt/solib-intra-step-main.c: New file.
5161 * gdb.opt/solib-intra-step.exp: New file.
5162
d15dcecd
PA
51632015-09-15 Pedro Alves <palves@redhat.com>
5164
5165 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5166 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5167
4c2f2a79
PA
51682015-09-14 Pedro Alves <palves@redhat.com>
5169
5170 * gdb.base/hook-stop-continue.c: Delete.
5171 * gdb.base/hook-stop-continue.exp: Delete.
5172 * gdb.base/hook-stop-frame.c: Delete.
5173 * gdb.base/hook-stop-frame.exp: Delete.
5174 * gdb.base/hook-stop.c: New file.
5175 * gdb.base/hook-stop.exp: New file.
5176
919e6dbe
PMR
51772015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5178
5179 * gdb.ada/access_to_packed_array.exp: New testcase.
5180 * gdb.ada/access_to_packed_array/foo.adb: New file.
5181 * gdb.ada/access_to_packed_array/pack.adb: New file.
5182 * gdb.ada/access_to_packed_array/pack.ads: New file.
5183
157280a4
MM
51842015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5185
5186 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5187 buffer size test.
5188
2fd33e94
DB
51892015-09-11 Don Breazeal <donb@codesourcery.com>
5190
5191 * gdb.base/foll-exec.c: Add copyright header. Fix
5192 formatting issues.
5193 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5194 (do_exec_tests): Use clean_restart in place of zap_session,
5195 and for test initialization. Fix formatting issues. Use
5196 fail in place of perror.
5197 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5198 an expect statement to match an expression with output from
5199 the program under debug.
5200 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5201 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5202 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5203 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5204 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5205
e70b6e8e
DE
52062015-09-09 Doug Evans <dje@google.com>
5207
5208 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5209
7a551a51
DE
52102015-09-09 Doug Evans <dje@google.com>
5211
5212 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5213
4c666f84
DE
52142015-09-09 Doug Evans <dje@google.com>
5215
5216 * gdb.base/savedregs.exp: Fix typo.
5217
243a9253
PA
52182015-09-09 Pedro Alves <palves@redhat.com>
5219
5220 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5221
c0fa8fbd
SL
52222015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5223
5224 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5225 command actually switches threads. Give up on remaining
5226 tests if target fails to stop at breakpoint.
5227
cd7c1778
PMR
52282015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5229
5230 * gdb.ada/funcall_char.exp: New testcase.
5231 * gdb.ada/funcall_char/foo.adb: New file.
5232
dc5c8746
PMR
52332015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5234
5235 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5236 expected outputs. Add two testcases for completing ambiguous
5237 functions.
5238 * gdb.ada/complete/aux_pck.adb: New file.
5239 * gdb.ada/complete/aux_pck.ads: New file.
5240 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5241 Ambiguous_Func functions.
5242 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5243 * gdb.ada/complete/pck.adb: Likewise.
5244
4e83a1e7
UW
52452015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5246
5247 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5248 failures to run the test program under GDB.
5249
8ce74153
LM
52502015-08-26 Luis Machado <lgustavo@codesourcery.com>
5251
5252 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5253 to C.
5254
e9756d52
PP
52552015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5256
5257 * gdb.base/run-after-attach.exp: New test file.
5258 * gdb.base/run-after-attach.c: New test file.
5259
8d37573b
DB
52602015-08-26 Don Breazeal <donb@codesourcery.com>
5261
5262 * gdb.base/foll-exec-2.c: New test program.
5263 * gdb.base/foll-exec-2.exp: New test.
5264
63e43d3a
PMR
52652015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5266
5267 * gdb.base/nested-subp1.exp: New file.
5268 * gdb.base/nested-subp1.c: New file.
5269 * gdb.base/nested-subp2.exp: New file.
5270 * gdb.base/nested-subp2.c: New file.
5271 * gdb.base/nested-subp3.exp: New file.
5272 * gdb.base/nested-subp3.c: New file.
5273
3d40fbb5
PA
52742015-08-24 Pedro Alves <palves@redhat.com>
5275
5276 * gdb.server/connect-without-multi-process.c: New file.
5277 * gdb.server/connect-without-multi-process.exp: New file.
5278
4422ac93
LM
52792015-08-24 Luis Machado <lgustavo@codesourcery.com>
5280
5281 * gdb.opt/inline-markers.c: Make z int.
5282
91dddb86
LM
52832015-08-24 Luis Machado <lgustavo@codesourcery.com>
5284
5285 * gdb.opt/inline-markers.c: Make z volatile.
5286
a48847ee
LM
52872015-08-24 Luis Machado <lgustavo@codesourcery.com>
5288
5289 * gdb.opt/inline-bt.c: New volatile global z.
5290 * gdb.opt/inline-cmds.c: Likewise.
5291 * gdb.opt/inline-locals.c: Likewise.
5292 * gdb.opt/inline-markers.c: New extern global z.
5293 (marker): Use z.
5294 (inline_fn): Likewise.
5295
0ebbc52b
PA
52962015-08-24 Pedro Alves <palves@redhat.com>
5297
5298 * config/m32r-stub.exp: Remove file.
5299 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5300 * gdb.base/call-rt-st.exp: Likewise.
5301 * gdb.base/call-strs.exp: Likewise.
5302 * gdb.base/default.exp: Remove references to h8300-*-hms and
5303 *-*-udi*.
5304 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5305
77c365df
AA
53062015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5307
5308 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5309 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5310 and "return" use KFAIL when GDB can not read/write the vector
5311 return value.
5312
4313b8c0
GB
53132015-08-21 Gary Benson <gbenson@redhat.com>
5314
5315 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5316
0e433b32
PA
53172015-08-20 Pedro Alves <palves@redhat.com>
5318
5319 * gdb.server/solib-list.exp: No longer expect an interior stop in
5320 non-stop mode.
5321
221e1a37
PA
53222015-08-20 Pedro Alves <palves@redhat.com>
5323
5324 * gdb.server/connect-stopped-target.c: New file.
5325 * gdb.server/connect-stopped-target.exp: New file.
5326
40e3ad0e
PA
53272015-08-20 Pedro Alves <palves@redhat.com>
5328
5329 * gdb.dwarf2/comp-unit-lang.exp: New file.
5330 * gdb.dwarf2/comp-unit-lang.c: New file.
5331
af39b327
PMR
53322015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5333
5334 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5335 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5336
7d45c7c3 53372015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5338
7d45c7c3
KB
5339 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5340 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5341
4d6cceb4
DE
53422015-08-18 Doug Evans <dje@google.com>
5343 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5344
5345 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5346 skip_python_tests. New arg prompt_regexp.
5347 (skip_python_tests): New function.
5348 * lib/mi-support.exp (mi_skip_python_tests): New function.
5349 * gdb.python/py-mi-objfile-gdb.py: New file.
5350 * gdb.python/py-mi-objfile.c: New file.
5351 * gdb.python/py-mi-objfile.exp: New file.
5352
ad89c2aa
KS
53532015-08-17 Keith Seitz <keiths@redhat.com>
5354
5355 * gdb.linespec/explicit.exp: Move strace test from here ...
5356 * gdb.trace/strace.exp: ... to here.
5357
e3ae3c43
PP
53582015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5359
5360 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5361 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5362
604b2636
DE
53632015-08-14 Doug Evans <xdje42@gmail.com>
5364
5365 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5366 inferior before selecting a new file.
5367
6ff0ba5f
DE
53682015-08-14 Doug Evans <xdje42@gmail.com>
5369
5370 * gdb.mi/mi-disassemble.exp: Update.
5371 * gdb.base/disasm-optim.S: New file.
5372 * gdb.base/disasm-optim.c: New file.
5373 * gdb.base/disasm-optim.h: New file.
5374 * gdb.base/disasm-optim.exp: New file.
5375
9ca98f92
KS
53762015-08-14 Keith Seitz <keiths@redhat.com>
5377
5378 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5379 "evaluated-by".
5380
52bbc560
JB
53812015-08-13 Joel Brobecker <brobecker@adacore.com>
5382
5383 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5384
5d8c3ed3
PMR
53852015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5386
5387 * gdb.ada/fun_renaming.exp: New testcase.
5388 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5389 * gdb.ada/fun_renaming/pack.adb: New file.
5390 * gdb.ada/fun_renaming/pack.ads: New file.
5391
ea8812bc
KS
53922015-08-12 Keith Seitz <keiths@redhat.com>
5393
5394 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5395 gdb_get_line_number.
5396
4dafcdeb
JB
53972015-08-12 Joel Brobecker <brobecker@adacore.com>
5398
5399 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5400 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5401 gdb.base/dso2dso.exp: New files.
5402
5ba32597
SDJ
54032015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5404 Pedro Alves <palves@redhat.com>
5405 Keith Seitz <keiths@redhat.com>
5406
5407 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5408 GDBFLAGS.
5409
b6dafabf
PP
54102015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5411
5412 * gdb.base/gdbhistsize-history.exp
5413 (test_histsize_history_setting): Use save_vars.
5414 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5415 Use save_vars.
5416 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5417 * gdb.base/readline.exp: Use save_vars.
5418
abe8e607
PP
54192015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5420
5421 * lib/gdb.exp (save_vars): New proc.
5422
629500fa
KS
54232015-08-11 Keith Seitz <keiths@redhat.com>
5424
5425 * gdb.base/help.exp: Update help_breakpoint_text.
5426
eb8c4e2e
KS
54272015-08-11 Keith Seitz <keiths@redhat.com>
5428
5429 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5430 (at toplevel): Call test_explicit_breakpoints.
5431 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5432 breakpoints.
5433 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5434 breakpoint conditions, "-cond".
5435
87f0e720
KS
54362015-08-11 Keith Seitz <keiths@redhat.com>
5437
5438 * gdb.linespec/3explicit.c: New file.
5439 * gdb.linespec/cpexplicit.cc: New file.
5440 * gdb.linespec/cpexplicit.exp: New file.
5441 * gdb.linespec/explicit.c: New file.
5442 * gdb.linespec/explicit.exp: New file.
5443 * gdb.linespec/explicit2.c: New file.
5444 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5445 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5446 before using in the matching pattern.
5447 Clarify that `prefix' is a regular expression.
5448
f00aae0f
KS
54492015-08-11 Keith Seitz <keiths@redhat.com>
5450
5451 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5452 test.
5453 Add tests for missing ",FMT" and ",".
5454
e27852be
DE
54552015-08-10 Doug Evans <dje@google.com>
5456 Keith Seitz <keiths@redhat.com>
5457
5458 PR gdb/17960
5459 * gdb.base/completion.exp: Add location completer tests.
5460
7f03bd92
PA
54612015-08-07 Pedro Alves <palves@redhat.com>
5462
5463 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5464 tests here.
5465 (top level): Run do_test with and without displaced stepping.
5466
3fc8eb30
PA
54672015-08-07 Pedro Alves <palves@redhat.com>
5468
5469 * gdb.base/valgrind-disp-step.c: New file.
5470 * gdb.base/valgrind-disp-step.exp: New file.
5471
d4569d7b
PA
54722015-08-07 Pedro Alves <palves@redhat.com>
5473
5474 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5475 Delete function.
5476 (main): Add alarm. Run an infinite loop instead of calling
5477 wait_threads.
5478 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5479 comment.
5480 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5481 Delete function.
5482 (main): Add alarm. Run an infinite loop instead of calling
5483 wait_threads.
5484 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5485 comment.
5486
e1316e60
PA
54872015-08-07 Pedro Alves <palves@redhat.com>
5488
5489 * gdb.base/checkpoint-ns.exp: New file.
5490 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5491 standard_testfile.
5492
da8c46d2
MM
54932015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5494
5495 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5496 * gdb.btrace/instruction_history.exp: Update.
5497 * gdb.btrace/tsx.exp: New.
5498 * gdb.btrace/tsx.c: New.
5499
de1c2c52
PA
55002015-08-06 Pedro Alves <palves@redhat.com>
5501
5502 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5503 increase timeout.
5504 * gdb.reverse/until-precsave.exp: Bump timeouts.
5505
782e0bf4
PA
55062015-08-06 Pedro Alves <palves@redhat.com>
5507
5508 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5509
83e97ed0
PA
55102015-08-06 Pedro Alves <palves@redhat.com>
5511
5512 PR gdb/18749
5513 * gdb.threads/process-dies-while-handling-bp.c: New file.
5514 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5515
863d01bd
PA
55162015-08-06 Pedro Alves <palves@redhat.com>
5517
5518 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5519 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5520
0a39bb32
PA
55212015-08-05 Pedro Alves <palves@redhat.com>
5522
5523 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5524 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5525
ee2d2b10
SL
55262015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5527
5528 * gdb.base/bp-permanent.exp: Report test as unsupported if
5529 the target cannot stop at the permanent breakpoint.
5530
4e1bdb00
DE
55312015-08-03 Doug Evans <dje@google.com>
5532
5533 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5534 10000.
5535
3d338901
DE
55362015-08-03 Doug Evans <dje@google.com>
5537
5538 * Makefile.in (workers/%.worker, build-perf): New rule.
5539 (GDB_PERFTEST_MODE): New variable.
5540 (check-perf): Use it.
5541 (clean): Clean up gdb.perf parallel build subdirs.
5542 * lib/build-piece.exp: New file.
5543 * lib/gdb.exp (make_gdb_parallel_path): New function
5544 (standard_output_file, standard_temp_file): Call it.
5545 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5546 of $GDB_PARALLEL.
5547 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5548
af061d3e
DE
55492015-08-03 Doug Evans <dje@google.com>
5550
8e1afc81 5551 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
5552 (LOG_FILE_NAME): New global.
5553 (TextReporter.__init__): Initialize self.txt_sum.
5554 (TextReporter.report): Add support for multiple data-points.
5555 Move report to perftest.sum, put raw data in perftest.log.
5556 (TextReporter.start): Open sum and log files.
5557 (TextReporter.end): Close sum and log files.
8e1afc81
DE
5558 * gdb.perf/lib/perftest/testresult.py
5559 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 5560
2c8c5d37
PA
55612015-07-31 Pedro Alves <palves@redhat.com>
5562
5563 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5564 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5565 kill_wait_spawned_process instead of explicit "kill -9".
5566 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5567 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5568 kill_wait_spawned_process.
5569 * gdb.base/attach-twice.exp: Likewise.
5570 * gdb.base/attach.exp: Likewise.
5571 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5572 gdb_test_multiple.
5573 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5574 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5575 kill_wait_spawned_process.
5576 * gdb.base/valgrind-infcall.exp: Likewise.
5577 * gdb.multi/multi-attach.exp: Likewise.
5578 * gdb.python/py-prompt.exp: Likewise.
5579 * gdb.python/py-sync-interp.exp: Likewise.
5580 * gdb.server/ext-attach.exp: Likewise.
5581 * gdb.threads/attach-into-signal.exp (corefunc): Use
5582 spawn_wait_for_attach, spawn_id_get_pid and
5583 kill_wait_spawned_process.
5584 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5585 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5586 spawn_id_get_pid and kill_wait_spawned_process.
5587 * gdb.threads/attach-stopped.exp (corefunc): Use
5588 spawn_wait_for_attach, spawn_id_get_pid and
5589 kill_wait_spawned_process.
5590 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5591 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5592 kill_wait_spawned_process instead of explicit "kill -9".
5593 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5594 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5595 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5596 processes. Don't map cygwin/windows pids here. Now returns a
5597 spawn id list.
5598
032a0fca
SL
55992015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5600
5601 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5602 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5603 correct patch.
5604
61a934ca
SL
56052015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5606
5607 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5608
4bc4d428
SL
56092015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5610
5611 Reapply:
5612 2014-05-21 Mark Wielaard <mjw@redhat.com>
5613
5614 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5615
998d452a
PA
56162015-07-30 Pedro Alves <palves@redhat.com>
5617
5618 * linux-low.c (handle_extended_wait): Set the child's last
5619 reported status to TARGET_WAITKIND_STOPPED.
5620
69dde7dc
PA
56212015-07-30 Pedro Alves <palves@redhat.com>
5622
5623 PR threads/18600
5624 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5625 only shows inferior 1.
5626
4dd63d48
PA
56272015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5628 Pedro Alves <palves@redhat.com>
5629
5630 PR threads/18600
5631 * gdb.threads/fork-plus-threads.c: New file.
5632 * gdb.threads/fork-plus-threads.exp: New file.
5633
d618e4c5
PP
56342015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5635
5636 * gdb.base/batch-preserve-term-settings.exp
5637 (test_terminal_settings_preserved_after_cli_exit): Use
5638 send_quit_command.
5639
1eef6428
PA
56402015-07-29 Pedro Alves <palves@redhat.com>
5641 Don Breazeal <donb@codesourcery.com>
5642
5643 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5644 output from both inferior_spawn_id and gdb_spawn_id.
5645
7da5b897
SDJ
56462015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5647
5648 * gdb.threads/attach-into-signal.exp (corefunc): Use
5649 with_test_prefix on nested loops, uniquefying the test messages.
5650
dac804df
SDJ
56512015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5652
5653 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5654 commit.
5655
06265e53
PP
56562015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5657
5658 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5659 New proc.
5660 (test_terminal_settings_preserved_after_sigterm): New test.
5661
18206ca3
PP
56622015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5663
5664 * gdb.base/batch-preserve-term-settings.exp
5665 (test_terminal_settings_preserved_after_cli_exit): New test.
5666
90074d11
PP
56672015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5668
5669 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5670 manipulation of saved_gdbflags.
5671 (test_terminal_settings_preserved): Remove global declaration of
5672 the unused variable pagination_prompt. Remove manipulation of
5673 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5674 GDBFLAGS.
5675
eb1a7902
PA
56762015-07-29 Pedro Alves <palves@redhat.com>
5677
5678 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5679
8b75dd3b
PA
56802015-07-29 Pedro Alves <palves@redhat.com>
5681
5682 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5683 at the top.
5684
dedad4e3
PA
56852015-07-29 Pedro Alves <palves@redhat.com>
5686
5687 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5688 (main): Call gdb_unbuffer_output.
5689 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5690 (main): Call gdb_unbuffer_output.
5691 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5692 (main): Call gdb_unbuffer_output.
5693 * gdb.base/call-strs.exp: Adjust to step over the
5694 gdb_unbuffer_output call.
5695 * gdb.base/catch-gdb-caused-signals.c: Include
5696 "../lib/unbuffer_output.c".
5697 (main): Call gdb_unbuffer_output.
5698 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5699 (main): Call gdb_unbuffer_output.
5700 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5701 (main): Call gdb_unbuffer_output.
5702 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5703 (main): Call gdb_unbuffer_output.
5704 * gdb.base/shlib-call.exp: Adjust to step over the
5705 gdb_unbuffer_output call.
5706 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5707 (main): Call gdb_unbuffer_output.
5708 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5709 (main): Call gdb_unbuffer_output.
5710 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5711 (main): Rename to ...
5712 (test): ... this.
5713 (main): Reimplement.
5714 * gdb.base/varargs.exp: Run to test instead of to main.
5715 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5716 (main): Call gdb_unbuffer_output.
5717
58789a91
PA
57182015-07-29 Pedro Alves <palves@redhat.com>
5719
5720 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5721 factore out from mi_continue_dprintf. For call-style dprintfs,
5722 expect dprintf output out of $inferior_spawn_id.
5723 (mi_continue_dprintf): Use mi_expect_dprintf.
5724 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5725 (main): Call gdb_unbuffer_output.
5726
e8376742
PA
57272015-07-29 Pedro Alves <palves@redhat.com>
5728
5729 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5730 (default_mi_gdb_start): Set inferior_spawn_id instead of
5731 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5732 gdb_spawn_id.
5733 (mi_gdb_test): Always expect inferior output from both
5734 $inferior_spawn_id and $gdb_spawn_id.
5735
08280010
PA
57362015-07-29 Pedro Alves <palves@redhat.com>
5737
5738 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5739 send_inferior and $inferior_spawn_id.
5740
4d30e432
PA
57412015-07-29 Pedro Alves <palves@redhat.com>
5742
5743 * gdb.gdb/complaints.exp (test_initial_complaints)
5744 (test_serial_complaints, test_short_complaints): Use
5745 gdb_test_stdio.
5746 (test_empty_complaint): Handle $inferior_spawn_id !=
5747 $gdb_spawn_id.
5748
0d30a335
PA
57492015-07-29 Pedro Alves <palves@redhat.com>
5750
5751 * gdb.base/varargs.exp: Use gdb_test_stdio.
5752
39413b29
PA
57532015-07-29 Pedro Alves <palves@redhat.com>
5754
5755 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5756
7cb000a9
PA
57572015-07-29 Pedro Alves <palves@redhat.com>
5758
5759 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5760
d7b8ac82
PA
57612015-07-29 Pedro Alves <palves@redhat.com>
5762
5763 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5764 parameter into two new parameters, "inf_result" and "gdb_result".
5765 Expect inferior output and gdb output from $inferior_spawn_id and
5766 $gdb_spawn_id, respectively. Adjust all callers.
5767
789c3a0c
PA
57682015-07-29 Pedro Alves <palves@redhat.com>
5769
5770 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5771 of gdb_test_sequence.
5772
77e760c3
PA
57732015-07-29 Pedro Alves <palves@redhat.com>
5774
5775 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5776 (saw_spurious_output): Expect inferior output from
5777 $inferior_spawn_id. Use gdb_test_stdio.
5778
8396d2cd
PA
57792015-07-29 Pedro Alves <palves@redhat.com>
5780
5781 * gdb.base/dprintf.exp: Use standard_testfile. Change
5782 prepare_for_testing call.
5783 (srcfile): Don't set.
5784 (restart): New procedure.
5785 (test_dprintf): New procecure, use to continue over dprintfs.
5786 (test_call, test_agent): New procedures, tests moved here.
5787 Restart gdb and recreate dprintfs. Adjust expected output.
5788
2051d61f
PA
57892015-07-29 Pedro Alves <palves@redhat.com>
5790
5791 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
5792
452397af
PA
57932015-07-29 Pedro Alves <palves@redhat.com>
5794
5795 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
5796
8aed9555
PA
57972015-07-29 Pedro Alves <palves@redhat.com>
5798
5799 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
5800 gdb_test_stdio.
5801
188a61b4
PA
58022015-07-29 Pedro Alves <palves@redhat.com>
5803
5804 * lib/gdb.exp (gdb_test_stdio): New procedure.
5805
12264a45
PA
58062015-07-29 Pedro Alves <palves@redhat.com>
5807
5808 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
5809
23ffc893
PA
58102015-07-29 Pedro Alves <palves@redhat.com>
5811
5812 * gdb.base/call-signal-resume.exp: Remove check for
5813 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
5814 * gdb.base/unwindonsignal.exp: Likewise.
5815 * gdb.base/call-signals.c (gen_signal): Remove printf call.
5816 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
5817
65566918
PA
58182015-07-29 Pedro Alves <palves@redhat.com>
5819
5820 * gdb.base/siginfo-addr.c (pass): New function.
5821 (handler): Call it iff si_addr is correct.
5822 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
5823 Set a breakpoint at "pass" and continue to it.
5824
d60a9221
SDJ
58252015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
5826
5827 * gdb.python/py-objfile.exp: Make some tests have unique names.
5828 * gdb.python/py-pp-registration.exp: Likewise.
5829
bde40b8f
PA
58302015-07-28 Pedro Alves <palves@redhat.com>
5831
5832 * gdb.server/server-exec-info.exp: Issue a "disconnect".
5833
13e1dec8
SM
58342015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5835
5836 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
5837
da33c9a7
SM
58382015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5839
5840 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
5841
077836f7
PP
58422015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5843
5844 * gdb.base/gdb-sigterm-2.exp: New test.
5845
b8cc7b2e
DE
58462015-07-25 Doug Evans <xdje42@gmail.com>
5847
5848 Revert:
5849 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5850 (workers/%.worker, build-perf): New rule.
5851 (GDB_PERFTEST_MODE): New variable.
5852 (check-perf): Use it.
5853 (clean): Clean up gdb.perf parallel build subdirs.
5854 * lib/build-piece.exp: New file.
5855 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5856 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5857 name.
5858 (standard_temp_file): Ditto.
5859 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5860 of $GDB_PARALLEL.
5861
c8bd4544
DE
58622015-07-24 Doug Evans <dje@google.com>
5863
5864 * gdb.perf/lib/perftest/utils.py: New file.
5865 * gdb.perf/gm-hello.cc: New file.
5866 * gdb.perf/gm-pervasive-typedef.cc: New file.
5867 * gdb.perf/gm-pervasive-typedef.h: New file.
5868 * gdb.perf/gm-std.cc: New file.
5869 * gdb.perf/gm-std.h: New file.
5870 * gdb.perf/gm-use-cerr.cc: New file.
5871 * gdb.perf/gm-utils.h: New file.
5872 * gdb.perf/gmonster-null-lookup.py: New file.
5873 * gdb.perf/gmonster-pervasive-typedef.py: New file.
5874 * gdb.perf/gmonster-print-cerr.py: New file.
5875 * gdb.perf/gmonster-ptype-string.py: New file.
5876 * gdb.perf/gmonster-runto-main.py: New file.
5877 * gdb.perf/gmonster-select-file.py: New file.
5878 * gdb.perf/gmonster1-null-lookup.exp: New file.
5879 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
5880 * gdb.perf/gmonster1-print-cerr.exp: New file.
5881 * gdb.perf/gmonster1-ptype-string.exp: New file.
5882 * gdb.perf/gmonster1-runto-main.exp: New file.
5883 * gdb.perf/gmonster1-select-file.exp: New file.
5884 * gdb.perf/gmonster1.cc: New file.
5885 * gdb.perf/gmonster1.exp: New file.
5886 * gdb.perf/gmonster2-null-lookup.exp: New file.
5887 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
5888 * gdb.perf/gmonster2-print-cerr.exp: New file.
5889 * gdb.perf/gmonster2-ptype-string.exp: New file.
5890 * gdb.perf/gmonster2-runto-main.exp: New file.
5891 * gdb.perf/gmonster2-select-file.exp: New file.
5892 * gdb.perf/gmonster2.cc: New file.
5893 * gdb.perf/gmonster2.exp: New file.
5894
6eab34f3
DE
58952015-07-24 Doug Evans <dje@google.com>
5896
5897 * gdb.perf/README: New file.
5898 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
5899 * lib/gen-perf-test.exp: New file.
5900
63738bfd
DE
59012015-07-24 Doug Evans <dje@google.com>
5902
5903 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
5904 (PerfTest::startup): New function.
5905 (PerfTest::run): Return result of calling body.
5906 (PerfTest::assemble): Rewrite.
5907 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
5908 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
5909 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
5910 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
5911 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
5912
7b606f95
DE
59132015-07-24 Doug Evans <dje@google.com>
5914
5915 * lib/gdb.exp (clean_restart): Make executable optional.
5916
a97b16b8
DE
59172015-07-24 Doug Evans <dje@google.com>
5918
5919 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
5920 compiler_info references.
5921 * gdb.cp/temargs.exp: Ditto.
5922 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
5923 (get_compiler_info): Early exit if already computed. Set compiler_info
5924 to "unknown" if there was a problem.
5925 (test_compiler_info): Add function comment. Call get_compiler_info.
5926
35baa57f
DE
59272015-07-24 Doug Evans <dje@google.com>
5928
5929 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5930 (workers/%.worker, build-perf): New rule.
5931 (GDB_PERFTEST_MODE): New variable.
5932 (check-perf): Use it.
5933 (clean): Clean up gdb.perf parallel build subdirs.
5934 * lib/build-piece.exp: New file.
5935 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5936 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5937 name.
5938 (standard_temp_file): Ditto.
5939 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5940 of $GDB_PARALLEL.
5941
6ebea266
DE
59422015-07-24 Doug Evans <dje@google.com>
5943
5944 * lib/future.exp (gdb_default_target_compile): New option
5945 "early_flags".
5946 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
5947 --as-needed.
5948
1e76a7e9
SDJ
59492015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
5950
5951 * gdb.base/catch-syscall.exp: Call gdb_exit before
5952 gdb_skip_xml_test.
5953
5068630a
PA
59542015-07-24 Pedro Alves <palves@redhat.com>
5955
5956 * gdb.python/py-events.exp: Accept output between the stop event
5957 and the prompt.
5958 * gdb.python/py-evsignal.exp: Likewise.
5959 * gdb.python/py-evthreads.exp: Likewise.
5960
77598427
PA
59612015-07-24 Pedro Alves <palves@redhat.com>
5962
5963 PR gdb/18717
5964 * gdb.threads/non-ldr-exit.c: New file.
5965 * gdb.threads/non-ldr-exit.exp: New file.
5966
11e6c98f
YQ
59672015-07-24 Yao Qi <yao.qi@linaro.org>
5968
5969 * gdb.server/ext-wrapper.exp: Test --wrapper option when
5970 restarting process.
5971
51aee833
YQ
59722015-07-24 Yao Qi <yao.qi@linaro.org>
5973
5974 * gdb.server/ext-restart.exp: New file.
5975
8cfe207c
YQ
59762015-07-24 Yao Qi <yao.qi@linaro.org>
5977
5978 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
5979 argument options.
5980 * gdb.server/ext-wrapper.exp: New file.
5981
cc12ce38
DE
59822015-07-23 Doug Evans <dje@google.com>
5983
5984 * gdb.dwarf2/dw2-dummy-cu.S: New file.
5985 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
5986
d0d84780
PMR
59872015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
5988
5989 * gdb.ada/var_arr_typedef.exp: New testcase.
5990 * gdb.ada/var_arr_typedef/pack.adb: New file.
5991 * gdb.ada/var_arr_typedef/pack.ads: New file.
5992 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
5993
8b558f79
JB
59942015-07-20 Joel Brobecker <brobecker@adacore.com>
5995
5996 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
5997
775a3298
JK
59982015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5999
6000 * gdb.arch/i386-biarch-core.exp: Replace istarget
6001 by "complete set gnutarget". Remove expectation for the "core-file"
6002 command.
6003
db1ff28b
JK
60042015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6005
6006 Revert the previous commit:
6007 Tests for validate symbol file using build-id.
6008
0a94970d
JK
60092015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6010
6011 Tests for validate symbol file using build-id.
6012 * gdb.base/solib-mismatch-lib.c: New file.
6013 * gdb.base/solib-mismatch-libmod.c: New file.
6014 * gdb.base/solib-mismatch.c: New file.
6015 * gdb.base/solib-mismatch.exp: New file.
6016
03346981
SL
60172015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6018
6019 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6020 nios2-*-linux*.
6021 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6022 * gdb.base/siginfo.exp: Likewise.
6023 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6024
42422cc7
PL
60252015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6026
6027 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6028 Move it to ...
6029 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6030 ... here.
6031 * gdb.trace/range-stepping.exp: Check that the target supports
6032 range stepping.
6033
cfa68bae
JK
60342015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6035
6036 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6037
8ffdba26
PA
60382015-07-14 Pedro Alves <palves@redhat.com>
6039
6040 * gdb.base/killed-outside.exp: New file.
6041 * gdb.base/killed-outside.c: New file.
6042
218a5a11
JK
60432015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6044
6045 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6046 (n at main): New.
6047 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6048
e03ed3c6
AA
60492015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6050
6051 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6052 infcall tests instead of setting up for KFAIL.
6053
485668e5
MM
60542015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6055
6056 * gdb.btrace/record_goto-step.exp: New.
6057
08464196
JK
60582015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6059
6060 PR compile/18484
6061 * gdb.compile/compile.c (struct struct_type): Add volatile to
6062 selffield's type.
6063 * gdb.compile/compile.exp
6064 (compile code struct_object.selffield = &struct_object): Skip further
6065 struct_object tests if this one xfails.
6066
bcf5c1d9
RC
60672015-07-08 Robert O'Callahan <robert@ocallahan.org>
6068
6069 PR exp/18617
6070 * gdb.trace/ax.exp: Add test.
6071
4931af25
YQ
60722015-07-07 Yao Qi <yao.qi@linaro.org>
6073
6074 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6075 instead of istarget "aarch64*-*-*".
6076 * gdb.arch/aarch64-fp.exp: Likewise.
6077 * gdb.base/float.exp: Likewise.
6078 * gdb.reverse/aarch64.exp: Likewise.
6079 * lib/gdb.exp (is_aarch64_target): New proc.
6080
9fcf688e
YQ
60812015-07-07 Yao Qi <yao.qi@linaro.org>
6082
6083 * lib/gdb.exp (is_aarch32_target): New proc.
6084 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6085 instead of "istarget "arm*-*-*"".
6086 * gdb.arch/arm-disp-step.exp: Likewise.
6087 * gdb.arch/thumb-bx-pc.exp: Likewise.
6088 * gdb.arch/thumb-prologue.exp: Likewise.
6089 * gdb.arch/thumb-singlestep.exp: Likewise.
6090 * gdb.base/disp-step-syscall.exp: Likewise.
6091 * gdb.base/float.exp: Likewise.
6092
fbd8d50d
YQ
60932015-07-07 Yao Qi <yao.qi@linaro.org>
6094
6095 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6096 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6097
71be1fdc
YQ
60982015-07-07 Yao Qi <yao.qi@linaro.org>
6099
6100 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6101 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6102 if it exists.
6103 * gdb.multi/multi-arch.exp: Likewise.
6104
3e221d36
SM
61052015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6106
6107 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6108 print.
6109
d441430b
YQ
61102015-07-07 Yao Qi <yao.qi@linaro.org>
6111
6112 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6113
06f810bd
MG
61142015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6115
6116 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6117 '[' and ']' characters.
6118
5e61e7c0
IB
61192015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6120
6121 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6122
28bf096c
PA
61232015-06-29 Pedro Alves <palves@redhat.com>
6124
6125 PR threads/18127
6126 * gdb.threads/hand-call-new-thread.c: New file.
6127 * gdb.threads/hand-call-new-thread.c: New file.
6128
ee93cd5e
KS
61292015-06-26 Keith Seitz <keiths@redhat.com>
6130 Doug Evans <dje@google.com>
6131
6132 PR 16253
6133 * gdb.cp/var-tag-2.cc: New file.
6134 * gdb.cp/var-tag-3.cc: New file.
6135 * gdb.cp/var-tag-4.cc: New file.
6136 * gdb.cp/var-tag.cc: New file.
6137 * gdb.cp/var-tag.exp: New file.
6138
fc637f04
PP
61392015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6140
6141 * gdb.base/history-duplicates.exp: New test.
6142
2e52ae68
PP
61432015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6144
6145 * gdb.base/completion.exp: Test the completion of the "focus"
6146 command.
6147
6e22494e
JK
61482015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6149
6150 * gdb.arch/amd64-prologue-skip.S: New file.
6151 * gdb.arch/amd64-prologue-skip.exp: New file.
6152
bf7b9cd9
SM
61532015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6154
6155 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6156 is_address_zero_readable check.
6157
201e8dfd
PB
61582015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6159
6160 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6161 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6162
5cd867b4
YQ
61632015-06-24 Yao Qi <yao.qi@linaro.org>
6164
6165 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6166 linux targets.
6167
4d7be007
YQ
61682015-06-24 Yao Qi <yao.qi@linaro.org>
6169
6170 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6171 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6172 * gdb.base/siginfo-thread.exp: Likewise.
6173
07fcd301
YQ
61742015-06-22 Yao Qi <yao.qi@linaro.org>
6175
6176 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6177
52042a00
YQ
61782015-06-22 Yao Qi <yao.qi@linaro.org>
6179
6180 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6181 aarch64*-*-*.
6182 (skip_hw_watchpoint_tests): Likewise.
6183
74bd41ce
PP
61842015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6185
6186 * gdb.base/gdbinit-history.exp: Test the interaction between
6187 setting GDBHISTSIZE and setting the history size via .gdbinit.
6188
bc460514
PP
61892015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6190
6191 PR gdb/16999
6192 * gdb.base/gdbhistsize-history.exp: New test.
6193
b58c513b
PP
61942015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6195
6196 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6197 with GDBHISTSIZE.
6198 * gdb.base/readline.exp: Likewise.
6199
92046791
YQ
62002015-06-17 Yao Qi <yao.qi@linaro.org>
6201
6202 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6203 line.
6204
2093d2d3
PP
62052015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6206
6207 * gdb.base/gdbinit-history.exp: Add test case to check that
6208 an unlimited history file does not get truncated on exit.
6209
e6c693af
AA
62102015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6211
6212 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6213 (VECTOR): New macro. Use it...
6214 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6215 ...for these typedefs.
6216 (int8, char1, int1, double1): New typedefs.
6217 (struct just_int2, struct two_int2): New structures.
6218 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6219 (add_structvecs, add_singlevecs): New functions.
6220 (main): Call add_some_intvecs twice.
6221 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6222 the compile and exit upon failure. Try compiling for the "native"
6223 architecture. Test inferior function calls with vector arguments
6224 and vector return value handling with "finish" and "return".
6225
c74f7d1c
JT
62262015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6227
6228 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6229 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6230 PE file.
6231 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6232
98aa42ee
AT
62332015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6234
6235 PR breakpoints/16465
6236 * gdb.mi/mi-dprintf-pending.c: New file.
6237 * gdb.mi/mi-dprintf-pending.exp: New test.
6238 * gdb.mi/mi-dprintf-pendshr.c: New file.
6239
7d73c23c 62402015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6241 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6242
6243 * gdb.arch/i386-mpx-map.c: New file.
6244 * gdb.arch/i386-mpx-map.exp: New File.
6245
62462015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6247
6248 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6249 * gdb.arch/i386-mpx.exp: Indentation fixed.
6250
62512015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6252
6253 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6254 function and improved indentation.
6255 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6256 gdb_test_multiple. Added additional tests to skip the test.
6257
62582015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6259
6260 * gdb.arch/i386-avx512.c: Change path in include file.
6261 * gdb.arch/i386-avx512.exp: Change include dir path
6262 compilation flag.
6263 * gdb.arch/i386-mpx.c: Change path in include file.
6264 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6265 flag.
6266
d5eba19a
JK
62672015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6268
6269 * gdb.compile/compile-print.exp (compile print *vararray@3)
6270 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6271
7f361056
JK
62722015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6273
6274 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6275 (do not keep jit in memory): ... this.
6276 (expect 5): Change it to ...
6277 (expect no 5): ... this.
6278
3b462ec2
SM
62792015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6280
6281 PR gdb/15564
6282 * gdb.mi/mi-detach.exp: New file.
6283
e0619de6
JK
62842015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6285
6286 PR symtab/18392
6287 * gdb.arch/amd64-tailcall-self.S: New file.
6288 * gdb.arch/amd64-tailcall-self.c: New file.
6289 * gdb.arch/amd64-tailcall-self.exp: New file.
6290
e970cb34
DB
62912015-05-28 Don Breazeal <donb@codesourcery.com>
6292
6293 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6294 tests for remote targets by checking is_target_gdbserver.
6295
b2e2f908
DE
62962015-05-27 Doug Evans <dje@google.com>
6297
6298 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6299 * gdb.dwarf2/opaque-type-lookup.c: New file.
6300 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6301
82c7be31
DE
63022015-05-26 Doug Evans <dje@google.com>
6303
6304 * gdb.cp/iostream.cc: New file.
6305 * gdb.cp/iostream.exp: New file.
6306
b4f54984
DE
63072015-05-26 Doug Evans <dje@google.com>
6308
6309 * gdb.dwarf2/dw2-op-call.exp: Update.
6310 * gdb.dwarf2/dw4-sig-types.exp: Update.
6311 * gdb.dwarf2/implptr.exp: Update.
6312 * gdb.mi/mi-cmd-param-changed.exp: Update.
6313
4ea6efe9
DE
63142015-05-26 Doug Evans <dje@google.com>
6315
6316 * gdb.python/py-lazy-string.c: New file.
6317 * gdb.python/py-lazy-string.exp: New file.
6318 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6319 (main): Update. Add estring3.
6320 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6321 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6322
f6bb7db3
YQ
63232015-05-26 Omair Javaid <omair.javaid@linaro.org>
6324 Yao Qi <yao.qi@linaro.org>
6325
6326 * gdb.reverse/aarch64.c: New.
6327 * gdb.reverse/aarch64.exp: New.
6328
a81bfbd0
OJ
63292015-05-26 Omair Javaid <omair.javaid@linaro.org>
6330
25d49b86
PA
6331 * lib/gdb.exp (supports_process_record): Return true for
6332 aarch64*-linux*.
a81bfbd0
OJ
6333 (supports_reverse): Likewise.
6334
158bf1b4
PP
63352015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6336
6337 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6338 Use with_test_prefix.
6339
a0145030
AB
63402015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6341
6342 * gdb.base/completion.exp: Add test for completion of layout
6343 names.
6344
ebe3b578
AB
63452015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6346
6347 * lib/gdb.exp (skip_tui_tests): New proc.
6348 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6349
84204ed7
PA
63502015-05-19 Pedro Alves <palves@redhat.com>
6351
6352 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6353 Save the whole env array instead of just HOME. Unset HISTSIZE in
6354 the environment while testing. Restore whole environment
6355 afterwards.
6356
37442ce1
DE
63572015-05-16 Doug Evans <xdje42@gmail.com>
6358
6359 * gdb.guile/scm-ports.c: New file.
6360 * gdb.guile/scm-ports.exp: Add memory port tests.
6361
36de76f9
JK
63622015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6363
6364 * gdb.compile/compile-print.c: New file.
6365 * gdb.compile/compile-print.exp: New file.
6366
3a9558c4
JK
63672015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6368
6369 * gdb.compile/compile-ops.exp: Cast param to void.
6370 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6371 (compile code struct_object.selffield = &struct_object): Add xfail.
6372
aa715135
JG
63732015-05-15 Joel Brobecker <brobecker@adacore.com>
6374
6375 * gdb.ada/arr_enum_with_gap: New testcase.
6376
931e5bc3
JG
63772015-05-15 Joel Brobecker <brobecker@adacore.com>
6378
6379 * gdb.ada/byte_packed_arr: New testcase.
6380
9cd4d857
JB
63812015-05-15 Joel Brobecker <brobecker@adacore.com>
6382
6383 * gdb.ada/pckd_neg: New testcase.
6384
ebfd00d2
PP
63852015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6386
6387 PR gdb/17820
6388 * gdb.base/gdbinit-history.exp: New test.
6389 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6390 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6391
4c082a81
SC
63922015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6393
6394 * gdb.python/py-xmethods.cc: Enhance test case.
6395 * gdb.python/py-xmethods.exp: New tests.
6396 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6397 function.
6398 (B_indexoper): Likewise.
6399 (global_dm_list) : Add new xmethod worker functions.
6400
f7797074
SDJ
64012015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6402
6403 * gdb.base/coredump-filter.exp: Correctly unset
6404 "coredump_var_addr" array.
6405
a4674e4e
PA
64062015-05-08 Pedro Alves <palves@redhat.com>
6407
6408 * gdb.server/non-existing-program.exp: Unset spawn_id.
6409
df2eb078
SC
64102015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6411
6412 PR python/18291
6413 * gdb.python/py-xmethods.exp: Add tests.
6414
422349a3
YQ
64152015-05-08 Yao Qi <yao.qi@linaro.org>
6416
6417 PR gdb/18208
6418 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6419 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6420 function set_coredump_filter, and remove remote_exec call.
6421 Remove argument ipid. Callers update.
6422 (top level): Don't get inferior's PID.
6423
63fc80ce
AA
64242015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6425
6426 * gdb.base/watch_thread_num.exp: Skip test on targets without
6427 access watchpoints.
6428
80ad801e
PA
64292015-05-06 Pedro Alves <palves@redhat.com>
6430
6431 PR server/18081
6432 * gdb.server/non-existing-program.exp: New file.
6433
0fa7fe50
JB
64342015-05-05 Joel Brobecker <brobecker@adacore.com>
6435
6436 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6437
3ea89b92
PMR
64382015-05-05 Joel Brobecker <brobecker@adacore.com>
6439
6440 * gdb.ada/out_of_line_in_inlined: New testcase.
6441
87b8eff0
JB
64422015-05-05 Joel Brobecker <brobecker@adacore.com>
6443
6444 * gdb.ada/var_rec_arr: New testcase.
6445
5fccc635
YQ
64462015-04-30 Yao Qi <yao.qi@linaro.org>
6447
6448 * gdb.base/break-idempotent.exp: If
6449 skip_hw_watchpoint_multi_tests returns true, skip the tests
6450 on "rwatch" and "awatch".
6451
42d38f42
YQ
64522015-04-30 Yao Qi <yao.qi@linaro.org>
6453
6454 * gdb.base/relativedebug.exp: Invoke gdb command
6455 "info sharedlibrary", and if libc.so doesn't have debug info,
6456 skip the test.
6457
2ce1cdbf
DE
64582015-04-29 Doug Evans <dje@google.com>
6459
6460 * gdb.python/py-xmethods.exp: Add ptype tests.
6461 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6462 get_result_type method.
6463
f24a38c5
LM
64642015-04-29 Luis Machado <lgustavo@codesourcery.com>
6465
6466 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6467 the target does not support hardware watchpoints.
6468
ecbf2b3c
LM
64692015-04-29 Luis Machado <lgustavo@codesourcery.com>
6470
6471 * gdb.base/break-always.exp: Abort testing if writing to memory
6472 causes an error.
6473
34f5f757
DE
64742015-04-28 Doug Evans <dje@google.com>
6475
6476 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6477 * gdb.python/py-pp-registration.exp: ... here. New file.
6478 * gdb.python/py-pp-registration.c: New file.
6479 * gdb.python/py-pp-registration.py: New file.
6480
69b4374a
DE
64812015-04-28 Doug Evans <dje@google.com>
6482
6483 * gdb.python/py-bad-printers.c: New file.
6484 * gdb.python/py-bad-printers.py: New file.
6485 * gdb.python/py-bad-printers.exp: New file.
6486
59fb7612
SS
64872015-04-28 Sasha Smundak <asmundak@google.com>
6488
6489 * gdb.python/py-type.exp: New test.
6490
2631b16a
AW
64912015-04-28 Andy Wingo <wingo@igalia.com>
6492
6493 * gdb.python/py-parameter.exp:
6494 * gdb.guile/scm-parameter.exp: Escape the path that we are
6495 matching against, as it might contain characters that are special
6496 to regular expressions.
6497
460efde1
JB
64982015-04-27 Joel Brobecker <brobecker@adacore.com>
6499
6500 * gdb.ada/rec_comp: New testcase.
6501
2d369d8e
SDJ
65022015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6503
6504 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6505 before using it.
6506
cf75d6c3
AB
65072015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6508
6509 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6510 new tests for verilog output.
6511
8dbe7ca5
YQ
65122015-04-24 Yao Qi <yao.qi@linaro.org>
6513
6514 * boards/remote-gdbserver-on-localhost.exp: New file.
6515
4ef9fb2f
PA
65162015-04-23 Pedro Alves <palves@redhat.com>
6517
6518 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6519 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6520 "end of file", remove $inferior_spawn_id from the indirect list.
6521
0a803169
PA
65222015-04-23 Pedro Alves <palves@redhat.com>
6523
6524 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6525
749ef8f8
PA
65262015-04-23 Pedro Alves <palves@redhat.com>
6527
6528 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6529 on $any_spawn_id instead of only on $gdb_spawn_id.
6530
8aae4344
PM
65312015-04-21 Pierre Muller <muller@sourceware.org>
6532
6533 PR pascal/17815
6534 * lib/pascal.exp (gpc_compile): Add new option "class".
6535 (fpc_compile): Likewise.
6536 * gdb.pascal/case-insensitive-symbols.pas: New file.
6537 * gdb.pascal/case-insensitive-symbols.exp: New file.
6538
1586c8fb
GB
65392015-04-20 Gary Benson <gbenson@redhat.com>
6540
6541 * gdb.base/attach.exp: Fix three extended remote failures.
6542
1b6e6f5c
GB
65432015-04-17 Gary Benson <gbenson@redhat.com>
6544
6545 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6546 the main executable over the remote protocol.
6547
e797481d
PA
65482015-04-16 Pedro Alves <palves@redhat.com>
6549
6550 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6551 a new gdbserver if gdbserver_reconnect_p is set.
6552
1ca99c42
PA
65532015-04-16 Pedro Alves <palves@redhat.com>
6554
6555 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6556 is set, don't exit gdbserver.
6557
af9fd6f8
AA
65582015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6559
6560 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6561 appropriate .insn, such that an older assembler can be used.
6562 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6563 the z/Architecture instruction set on 31-bit targets as well.
6564
04ff1e61
AA
65652015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6566
6567 * gdb.go/handcall.exp: Remove all logic related to the first
6568 breakpoint and rely on go_runto_main instead.
6569 * gdb.go/strings.exp: Likewise.
6570 * gdb.go/unsafe.exp: Likewise.
6571 * gdb.go/hello.exp: Likewise. Also rename the remaining
6572 breakpoint marker to "breakpoint 1".
6573 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6574 * gdb.go/strings.go: Likewise.
6575 * gdb.go/unsafe.go: Likewise.
6576 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6577 "set breakpoint 2 here" and rename the remaining breakpoint marker
6578 to "breakpoint 1".
6579
40d2f8d6
SM
65802015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6581
6582 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6583 if itertools.imap is not present.
6584 * gdb.python/py-objfile.exp: Add parentheses.
6585 * gdb.python/py-type.exp: Same.
6586 * gdb.python/py-unwind-maint.py: Same.
6587
8cbc97c6
YQ
65882015-04-15 Yao Qi <yao.qi@linaro.org>
6589
6590 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6591 of ":$ptr_size" and set its form explicitly.
6592
45fd756c
YQ
65932015-04-15 Pedro Alves <palves@redhat.com>
6594 Yao Qi <yao.qi@linaro.org>
6595
6596 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6597 timeout by factor of 4.
6598 (test_regular_watch): Likewise.
6599 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6600 * gdb.reverse/sigall-reverse.exp: Likewise.
6601 * gdb.reverse/until-precsave.exp: Likewise.
6602 * lib/gdb.exp (with_timeout_factor): New proc.
6603 (gdb_expect): Move some code to ...
6604 (get_largest_timeout): ... here. New procedure.
6605
9e811bc3
LM
66062015-04-14 Luis Machado <lgustavo@codesourcery.com>
6607
6608 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6609
0ff6fcb2
LM
66102015-04-13 Luis Machado <lgustavo@codesourcery.com>
6611
6612 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6613 to write to the .text section.
6614
7578d5f7
LM
66152015-04-13 Luis Machado <lgustavo@codesourcery.com>
6616
6617 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6618 Handle the case of targets that do not provide PID information.
6619
2efe15c4
YQ
66202015-04-13 Yao Qi <yao.qi@linaro.org>
6621
6622 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6623 and use expect instead of gdb_expect.
6624
8cd8f2f8
SDJ
66252015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6626
6627 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6628 "coredump_var_addr" to avoid naming conflict with other testcases.
6629
9ee41772
PA
66302015-04-10 Pedro Alves <palves@redhat.com>
6631
6632 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6633 gdb_test_sequence and gdb_assert.
6634
07473109
PA
66352015-04-10 Pedro Alves <palves@redhat.com>
6636
6637 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6638 test messages that don't include the breakpoint address.
6639
de3db44c
YQ
66402015-04-10 Yao Qi <yao.qi@linaro.org>
6641
6642 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6643 false for some offset and width combinations which aren't
6644 supported by linux kernel.
6645
c79d856c
PA
66462015-04-10 Pedro Alves <palves@redhat.com>
6647
6648 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6649 procedure, factored out from ...
6650 (top level): ... here. Add "set displaced-stepping" testing axis.
6651 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6652 parameter "displaced". Use it.
6653 (top level): Use foreach and add "set displaced-stepping" testing
6654 axis.
6655
ebc90b50
PA
66562015-04-10 Pedro Alves <palves@redhat.com>
6657
6658 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6659 Remove comment.
6660 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6661 both the address of the instruction that triggers the watchpoint
6662 and the address of the instruction immediately after, and use
6663 those addresses for the test. Fix comment.
6664
8f572e5c
PA
66652015-04-10 Pedro Alves <palves@redhat.com>
6666
6667 * gdb.base/sigstep.exp (breakpoint_to_handler)
6668 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6669 Test "backtrace" in handler.
6670 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6671 (top level): Add new "displaced" test axis to
6672 breakpoint_to_handler, breakpoint_to_handler_entry and
6673 breakpoint_over_handler.
6674
8d707a12
PA
66752015-04-10 Pedro Alves <palves@redhat.com>
6676
6677 PR gdb/18216
6678 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6679
ef713951
YQ
66802015-04-10 Yao Qi <yao.qi@linaro.org>
6681
6682 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6683 (test_add_rn_pc): New function.
6684 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6685 (top level): Invoke test_add_rn_pc.
6686
906d60cf
PA
66872015-04-10 Pedro Alves <palves@redhat.com>
6688
6689 PR gdb/13858
6690 * gdb.base/step-over-no-symbols.exp: New file.
6691
f2983cc3
AW
66922015-04-09 Andy Wingo <wingo@igalia.com>
6693
6694 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6695 after the Python tests.
6696
6d62641c
SDJ
66972015-04-08 Keith Seitz <keiths@redhat.com>
6698
6699 PR python/16699
6700 * gdb.python/py-completion.exp: New tests for completion.
6701 * gdb.python/py-completion.py (CompleteLimit1): New class.
6702 (CompleteLimit2): Likewise.
6703 (CompleteLimit3): Likewise.
6704 (CompleteLimit4): Likewise.
6705 (CompleteLimit5): Likewise.
6706 (CompleteLimit6): Likewise.
6707 (CompleteLimit7): Likewise.
6708
f3770638
PA
67092015-04-08 Pedro Alves <palves@redhat.com>
6710
6711 PR gdb/18214
6712 PR gdb/18216
6713 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6714 function.
6715 (main): Install it as SIGUSR1 handler.
6716 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6717 parameter. Always use "setup" as prefix. Toggle "set
6718 displaced-stepping" off/on depending on global. Don't switch to
6719 thread 1 here.
6720 (top level): Add displaced stepping "off/on" test axis. Update
6721 "setup" calls. Wrap each subtest with with_test_prefix. Test
6722 continuing with a queued signal in each thread.
6723
4496bed7
PA
67242015-04-08 Pedro Alves <palves@redhat.com>
6725
6726 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6727 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6728 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6729 Return early if running to main fails.
6730 * gdb.trace/while-stepping.exp: Likewise.
6731
b97fde92
PA
67322015-04-07 Pedro Alves <palves@redhat.com>
6733
6734 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6735 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6736 interact with inferior program.
6737
f71c18e7
PA
67382015-04-07 Pedro Alves <palves@redhat.com>
6739
6740 * lib/gdb.exp (inferior_spawn_id): New global.
6741 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6742 spawn id after processing the user code.
6743 (default_gdb_start): Set inferior_spawn_id.
6744 (send_inferior): New procedure.
6745 * lib/gdbserver-support.exp (gdbserver_start): Set
6746 inferior_spawn_id.
6747 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6748
6423214f
PA
67492015-04-07 Pedro Alves <palves@redhat.com>
6750
6751 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6752 * lib/gdbserver-support.exp (gdbserver_start): Make
6753 $server_spawn_id global.
6754 (gdbserver_start): Don't wait for gdbserver's spawn id with
6755 expect_background.
6756 (close_gdbserver): New procedure.
6757 (gdb_exit): Rename the default version and reimplement.
6758
71c0ee8c
PA
67592015-04-07 Pedro Alves <palves@redhat.com>
6760
72f4393d 6761 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
6762 append the substituted item, not the original item.
6763
203bc29b
PA
67642015-04-07 Pedro Alves <palves@redhat.com>
6765
6766 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6767 gdb_expect.
6768
508a3ddf
PA
67692015-04-07 Pedro Alves <palves@redhat.com>
6770
6771 * gdb.base/interrupt.exp: Don't handle the case of the inferior
6772 output appearing once only.
6773
9f6dbe2b
PA
67742015-04-07 Pedro Alves <palves@redhat.com>
6775
6776 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6777 that doesn't expect anything. Return early if running to main
6778 fails.
6779
337532fa
YQ
67802015-04-07 Yao Qi <yao.qi@linaro.org>
6781
6782 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6783 (child_function): Call alarm.
6784 (main): Move call to alarm into the loop.
6785 * gdb.threads/non-stop-fair-events.exp: Build program with
6786 -DTIMEOUT=$timeout.
6787
01b622d4
DE
67882015-04-06 Doug Evans <xdje42@gmail.com>
6789
6790 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
6791 Fix dest parameter to board_info.
6792 (fpc_compile): Ditto.
6793 (gdb_compile_pascal): Rename dest arg to destfile.
6794
961f4160
PMR
67952015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6796
6797 * gdb.ada/funcall_ref.exp: New file.
6798 * gdb.ada/funcall_ref/foo.adb: New file.
6799
cafda597
YQ
68002015-04-02 Yao Qi <yao.qi@linaro.org>
6801
6802 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
6803 is remote.
6804
fed040c6
GB
68052015-04-02 Gary Benson <gbenson@redhat.com>
6806
6807 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
6808
d11916aa
SS
68092015-04-01 Sasha Smundak <asmundak@google.com>
6810
6811 * gdb.python/py-unwind-maint.c: New file.
6812 * gdb.python/py-unwind-maint.exp: New test.
6813 * gdb.python/py-unwind-maint.py: New file.
6814 * gdb.python/py-unwind.c: New file.
6815 * gdb.python/py-unwind.exp: New test.
6816 * gdb.python/py-unwind.py: New test.
6817
a1471180
PA
68182015-04-01 Pedro Alves <palves@redhat.com>
6819
6820 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
6821 to fail instead of non-existent $test.
6822
0bbeccb1
PA
68232015-04-01 Pedro Alves <palves@redhat.com>
6824
6825 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
6826 GDBFLAGS if not empty.
6827
3c724c8c
PMR
68282015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
6829
6830 * gdb.ada/complete.exp: Remove "multi_line".
6831 * gdb.ada/info_exc.exp: Remove "multi_line".
6832 * gdb.ada/packed_tagged.exp: Remove "multi_line".
6833 * gdb.ada/ptype_field.exp: Remove "multi_line".
6834 * gdb.ada/sym_print_name.exp: Remove "multi_line".
6835 * gdb.ada/tagged.exp: Remove "multi_line".
6836 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
6837 [multi_line ...]
6838 * gdb.btrace/delta.exp: Likewise.
6839 * gdb.btrace/exception.exp: Likewise.
6840 * gdb.btrace/function_call_history.exp: Likewise.
6841 * gdb.btrace/instruction_history.exp: Likewise.
6842 * gdb.btrace/nohist.exp: Likewise.
6843 * gdb.btrace/record_goto.exp: Likewise.
6844 * gdb.btrace/segv.exp: Likewise.
6845 * gdb.btrace/stepi.exp: Likewise.
6846 * gdb.btrace/tailcall.exp: Likewise.
6847 * gdb.btrace/unknown_functions.exp: Likewise.
6848 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
6849 * lib/gdb.exp: Add the "multi_line" helper.
6850
4eec2deb
PA
68512015-04-01 Pedro Alves <palves@redhat.com>
6852
6853 * gdb.threads/tid-reuse.c: New file.
6854 * gdb.threads/tid-reuse.exp: New file.
6855
df8411da
SDJ
68562015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
6857
6858 PR corefiles/16092
6859 * gdb.base/coredump-filter.c: New file.
6860 * gdb.base/coredump-filter.exp: Likewise.
6861
6ef37366
PM
68622015-03-27 Petr Machata <pmachata@redhat.com>
6863
6864 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
6865 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
6866 (Dwarf::assemble): Initialize them.
6867 (Dwarf::lines): New function.
6868
7ec911b0
JT
68692015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
6870
6871 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
6872 SYMBOL_PREFIX for x86_64-*-cygwin.
6873
ff908ebf
AW
68742015-03-26 Andy Wingo <wingo@igalia.com>
6875
6876 PR symtab/18148
6877 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
6878 const_value but not a location.
6879 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
6880 location defined in non-main CUs are visible.
6881
6d5f0679
YQ
68822015-03-26 Yao Qi <yao.qi@linaro.org>
6883
6884 PR testsuite/18139
6885 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
6886 Add a line number entry for the same line.
6887 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
6888 Add a line number entry for the same line.
6889
2898689b
YQ
68902015-03-26 Yao Qi <yao.qi@linaro.org>
6891
6892 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
6893 .int 0.
6894 (func): Likewise. Add .Lfunc_1 label.
6895 Use .Lfunc_1 label.
6896 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
6897 .int 0.
6898 (func): Likewise.
6899 Use .Lfunc_1 label.
6900
85180498
YQ
69012015-03-26 Yao Qi <yao.qi@linaro.org>
6902
6903 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
6904 Call gdb_compile instead to compile each .s files without debug
6905 information.
6906
8aa08a8d
YQ
69072015-03-26 Yao Qi <yao.qi@linaro.org>
6908
6909 * gdb.base/savedregs.exp (process_saved_regs): Make
6910 "Saved registers:" optional in the pattern.
6911
66849923
MM
69122015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6913
6914 * gdb.btrace/next.exp: Merged into step.exp.
6915 * gdb.btrace/finish.exp: Merged into step.exp.
6916 * gdb.btrace/nexti.exp: Merged into stepi.exp.
6917 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
6918 "record goto" and checking the exact replay position.
6919 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
6920 check for "Recording format" in "info record" output.
6921 * gdb.btrace/record_goto.exp: Choose test file based on target.
6922 * gdb.btrace/x86-record_goto.S: Renamed into ...
6923 * gdb.btrace/x86_64-record_goto.S: ... this.
6924 * gdb.btrace/i686-record_goto.S: New.
6925 * gdb.btrace/x86-tailcall.S: Renamed into ...
6926 * gdb.btrace/x86_64-tailcall.S: ... this.
6927 * gdb.btrace/i686-tailcall.S: New.
6928 * gdb.btrace/x86-tailcall.c: Renamed into ...
6929 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
6930 separate statements. Update test.
6931 * gdb.btrace/delta.exp: Use record_goto.c as test file.
6932 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
6933 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
6934 * gdb.btrace/tailcall.exp: Choose test file based on target.
6935 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
6936
11cc1b74
MM
69372015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6938
6939 * gdb.btrace/exception.exp: Increase BTS buffer size.
6940
a25d8bf9
PA
69412015-03-24 Pedro Alves <palves@redhat.com>
6942
6943 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
6944
856e7dd6
PA
69452015-03-24 Pedro Alves <palves@redhat.com>
6946
6947 * gdb.threads/schedlock.exp (test_step): No longer expect that
6948 "set scheduler-locking step" with "next" over a function call runs
6949 threads unlocked.
6950
ad235a41
AT
69512015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6952
6953 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
6954
15630549
AT
69552015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6956
6957 PR breakpoints/16466
6958 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
6959 * gdb.mi/mi-pending.c (thread_func): New function.
6960 (int main): Add threading support required.
6961 * gdb.mi/mi-pending.exp: Add tests for this issue.
6962 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
6963 (pendfunc2): Remove stdio dependency.
6964 * gdb.mi/mi-pendshr2.c: New file.
6965
693dca06
KS
69662015-03-23 Keith Seitz <keiths@redhat.com>
6967
6968 * gdb.linespec/keywords.c: New file.
6969 * gdb.linespec/keywords.exp: New file.
6970
7e993ebf
KS
69712015-03-23 Keith Seitz <keiths@redhat.com>
6972
6973 PR gdb/18021
6974 * gdb.dwarf2/staticvirtual.exp: New test.
6975
bc23328c
JK
69762015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6977
6978 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
6979 * README: Remove HP-UX and gdb.hp.
6980 (configuration):
6981 * configure: Regenerate.
6982 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
6983 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
6984 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
6985 gdb.hp/gdb.defects/Makefile.
6986 * gdb.hp/Makefile.in: File deleted.
6987 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
6988 * gdb.hp/gdb.aCC/optimize.c: File deleted.
6989 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
6990 * gdb.hp/gdb.aCC/run.c: File deleted.
6991 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
6992 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
6993 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
6994 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
6995 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
6996 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
6997 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
6998 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
6999 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7000 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7001 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7002 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7003 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7004 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7005 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7006 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7007 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7008 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7009 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7010 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7011 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7012 * gdb.hp/gdb.compat/average.c: File deleted.
7013 * gdb.hp/gdb.compat/sum.c: File deleted.
7014 * gdb.hp/gdb.compat/xdb.c: File deleted.
7015 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7016 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7017 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7018 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7019 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7020 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7021 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7022 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7023 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7024 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7025 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7026 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7027 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7028 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7029 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7030 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7031 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7032 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7033 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7034 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7035 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7036 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7037 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7038 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7039 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7040 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7041 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7042 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7043 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7044 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7045 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7046 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7047 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7048 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7049 * gdb.hp/tools/odump: File deleted.
7050
8bf3b159
PA
70512015-03-19 Pedro Alves <palves@redhat.com>
7052
7053 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7054 (saw_thread_3): New globals.
7055 (top level): Increment them when an event for the corresponding
7056 thread is seen.
7057 (no thread starvation): New test.
7058
eb54c8bf
PA
70592015-03-19 Pedro Alves <palves@redhat.com>
7060
7061 * gdb.threads/continue-pending-status.c: New file.
7062 * gdb.threads/continue-pending-status.exp: New file.
7063
32d2e5d6
PA
70642015-03-18 Pedro Alves <palves@redhat.com>
7065
7066 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7067 Use gdb_is_target_remote instead of is_remote. Use
7068 gdb_test_multiple instead of gdb_expect. Exit early if
7069 gdb_test_multiple hits its internal matches. Tighten stepi tests
7070 expected output. Fail on exit with any signal, instead of just
7071 SIGILL.
7072
f68f11b7
YQ
70732015-03-18 Yao Qi <yao.qi@linaro.org>
7074
7075 PR tdep/18107
7076 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7077 variable.
7078 * gdb.base/catch-syscall.exp: Don't skip it on
7079 aarch64*-*-linux* target. Remove elements in all_syscalls.
7080 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7081 target.
7082 (setup_all_syscalls): New proc.
7083
ca5fd19b
YQ
70842015-03-16 Yao Qi <yao.qi@linaro.org>
7085
7086 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7087 (top level): Skip tests if valid_addr_p returns false for
7088 $cmd1 or $cmd2.
7089
85642ba0
AW
70902015-03-11 Andy Wingo <wingo@igalia.com>
7091
7092 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7093
e03f9645
YQ
70942015-03-11 Yao Qi <yao.qi@linaro.org>
7095
7096 * gdb.base/catch-syscall.exp: Fix typo in comments.
7097
5d0962b2
YQ
70982015-03-11 Yao Qi <yao.qi@linaro.org>
7099
7100 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7101
b2df3cef
PA
71022015-03-09 Pedro Alves <palves@redhat.com>
7103
7104 * dg-extract-results.py: Delete.
7105
ef878e53
PA
71062015-03-09 Pedro Alves <palves@redhat.com>
7107
7108 Merge dg-extract-results.sh from GCC upstream (r218843).
7109
7110 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7111 * dg-extract-results.sh: Use --text with grep to avoid issues with
7112 binary files. Fall back to cat -v, if that doesn't work.
7113
9494d219
PA
71142015-03-05 Pedro Alves <palves@redhat.com>
7115
7116 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7117
a8d9763a
SM
71182015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7119
7120 * lib/mi-support.exp (mi_expect_interrupt): Accept
7121 alternative event for when in all-stop mode.
7122
be9957b8
PA
71232015-03-04 Pedro Alves <palves@redhat.com>
7124
7125 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7126
d57be0f4 71272015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7128
7129 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7130
c214c7cf
AA
71312015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7132
7133 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7134 regexps for GDB's current line display, accept a hex address
7135 preceding the line number.
7136
6d74a497
AA
71372015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7138
7139 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7140 the 'arch1' variable for "s390*-linux*" targets.
7141
511aee7c
PA
71422015-03-04 Pedro Alves <palves@redhat.com>
7143
7144 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7145 (main): Pass missing retval argument to pthread_join call.
7146
95e50b27
PA
71472015-03-02 Pedro Alves <palves@redhat.com>
7148
7149 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7150 (top level): Call do_test with non-stop as well.
7151
28054d69
PA
71522015-03-02 Pedro Alves <palves@redhat.com>
7153
7154 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7155 -1.
7156
4fa5d7b4
AA
71572015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7158
7159 * gdb.arch/s390-vregs.exp: New test.
7160 * gdb.arch/s390-vregs.S: New file.
7161
97c18565
PA
71622015-02-27 Pedro Alves <palves@redhat.com>
7163
7164 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7165 call to catch_command_errors.
7166 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7167 catch_command_errors.
7168
a37bfa30
PA
71692015-02-27 Pedro Alves <palves@redhat.com>
7170
7171 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7172 "true" for boolean result.
7173 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7174 prototype of main.
7175
6f98576f
PA
71762015-02-27 Pedro Alves <palves@redhat.com>
7177
7178 * lib/unbuffer_output.c: New file.
7179 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7180 (main): Call gdb_unbuffer_output.
7181
eba5ab56
YQ
71822015-02-27 Yao Qi <yao.qi@linaro.org>
7183
7184 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7185 target.
7186
0def5aaa
DE
71872015-02-26 Doug Evans <dje@google.com>
7188
7189 * gdb.cp/class2.cc (Dbase, D): New classes.
7190 (main): New local delta.
7191 * gdb.cp/class2.exp: Test printing delta.
7192 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7193 (dynbar): New global.
7194 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7195
081a1c2c
JK
71962015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7197
7198 * gdb.compile/compile-ifunc.c: New file.
7199 * gdb.compile/compile-ifunc.exp: New file.
7200
2f41223f
AT
72012015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7202
7203 * gdb.base/structs.exp: Check for correct struct on finish.
7204
03eddd80
YQ
72052015-02-26 Yao Qi <yao.qi@linaro.org>
7206
7207 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7208 is zero.
7209
80c57053
JK
72102015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7211
7212 * gdb.arch/cordic.ko.bz2: New file.
7213 * gdb.arch/cordic.ko.debug.bz2: New file.
7214 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7215
21613c12
YQ
72162015-02-25 Yao Qi <yao.qi@linaro.org>
7217
7218 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7219 aarch64*-*-* target.
7220
d8b901ed
PA
72212015-02-23 Pedro Alves <palves@redhat.com>
7222
7223 * lib/gdb.exp (delete_breakpoints): Rewrite using
7224 gdb_test_multiple.
7225
e5b85ead
PA
72262015-02-23 Pedro Alves <palves@redhat.com>
7227
7228 * gdb.base/info-os.c: Include stdlib.h.
7229
85c3a371
DE
72302015-02-22 Doug Evans <xdje42@gmail.com>
7231
7232 PR symtab/17855
7233 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7234 is read after symbols have been re-read.
7235 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7236 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7237
96553a0c
DE
72382015-02-21 Doug Evans <dje@google.com>
7239
7240 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7241
97a0c697
JK
72422015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7243
7244 PR corefiles/17808
7245 * gdb.arch/i386-biarch-core.core.bz2: New file.
7246 * gdb.arch/i386-biarch-core.exp: New file.
7247
a47cd6e9
PA
72482015-02-21 Pedro Alves <palves@redhat.com>
7249
7250 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7251 runto_main fails.
7252
c5facdc4
PA
72532015-02-20 Pedro Alves <palves@redhat.com>
7254
7255 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7256 info probes.
7257
2db9a427
PA
72582015-02-20 Pedro Alves <palves@redhat.com>
7259
7260 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7261
60fb7e9e
PA
72622015-02-20 Pedro Alves <palves@redhat.com>
7263
7264 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7265 clean_restart before gdb_target_supports_trace.
7266
5c5019c2
PA
72672015-02-20 Pedro Alves <palves@redhat.com>
7268
7269 PR threads/18006
7270 * gdb.threads/clone-thread_db.c: New file.
7271 * gdb.threads/clone-thread_db.exp: New file.
7272
c9587f88
AT
72732015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7274
7275 PR breakpoints/16812
7276 * gdb.base/catch-gdb-caused-signals.c: New file.
7277 * gdb.base/catch-gdb-caused-signals.exp: New file.
7278
f6a88844
JM
72792015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7280
7281 * configure: Regenerated.
7282 * configure.ac: Use GDB_AC_TRANSFORM.
7283 * aclocal.m4: sinclude ../transform.m4.
7284
497c491b
JM
72852015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7286
7287 * lib/dtrace.exp: New file.
7288 * gdb.base/dtrace-probe.exp: Likewise.
7289 * gdb.base/dtrace-probe.d: Likewise.
7290 * gdb.base/dtrace-probe.c: Likewise.
7291 * lib/pdtrace.in: Likewise.
7292 * configure.ac: Output variables with the transformed names of
7293 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7294 * configure: Regenerated.
7295
03e98035
JM
72962015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7297
7298 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7299 expected message when trying to access $_probe_* convenience
7300 variables while not on a probe.
7301
63cc30e9
JK
73022015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7303
7304 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7305
0703599a
PA
73062015-02-11 Pedro Alves <pedro@codesourcery.com>
7307
7308 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7309 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7310
7e60a48e
DE
73112015-02-10 Doug Evans <xdje42@gmail.com>
7312
7313 * lib/gdb.exp (gdb_load): Always return a result.
7314
01b088bc
PA
73152015-02-10 Pedro Alves <palves@redhat.com>
7316
7317 * gdb.threads/signal-sigtrap.c: New file.
7318 * gdb.threads/signal-sigtrap.exp: New file.
7319
b05ec7a5
AT
73202015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7321
7322 * gdb.trace/no-attach-trace.c: New file.
7323 * gdb.trace/no-attach-trace.exp: New file.
7324
a2c2acaf
MW
73252015-02-09 Mark Wielaard <mjw@redhat.com>
7326
7327 * gdb.dwarf2/atomic.c: New file.
7328 * gdb.dwarf2/atomic-type.exp: Likewise.
7329
31fd9caa
MM
73302015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7331
7332 * gdb.btrace/buffer-size.exp: Update "info record" output.
7333 * gdb.btrace/delta.exp: Update "info record" output.
7334 * gdb.btrace/enable.exp: Update "info record" output.
7335 * gdb.btrace/finish.exp: Update "info record" output.
7336 * gdb.btrace/instruction_history.exp: Update "info record" output.
7337 * gdb.btrace/next.exp: Update "info record" output.
7338 * gdb.btrace/nexti.exp: Update "info record" output.
7339 * gdb.btrace/step.exp: Update "info record" output.
7340 * gdb.btrace/stepi.exp: Update "info record" output.
7341 * gdb.btrace/nohist.exp: Update "info record" output.
7342
d33501a5
MM
73432015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7344
7345 * gdb.btrace/buffer-size: New.
7346
f4abbc16
MM
73472015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7348
7349 * gdb.btrace/delta.exp: Update "info record" output.
7350 * gdb.btrace/enable.exp: Update "info record" output.
7351 * gdb.btrace/finish.exp: Update "info record" output.
7352 * gdb.btrace/instruction_history.exp: Update "info record" output.
7353 * gdb.btrace/next.exp: Update "info record" output.
7354 * gdb.btrace/nexti.exp: Update "info record" output.
7355 * gdb.btrace/step.exp: Update "info record" output.
7356 * gdb.btrace/stepi.exp: Update "info record" output.
7357 * gdb.btrace/nohist.exp: Update "info record" output.
7358
b9d61307
SM
73592015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7360
7361 PR gdb/15678
7362 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7363
e584fdbc
PA
73642015-02-06 Pedro Alves <palves@redhat.com>
7365
7366 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7367 macro.
7368 (seconds_left, again): New globals.
7369 (main): Wait seconds_left in a 1-second sleep loop instead of
7370 sleeping 180 seconds. If 'again' is set, reset the seconds
7371 counter.
7372 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7373 'again' in the inferior before detaching. Print the seconds left.
7374 (options): New global.
7375 (top level): Build program with -DTIMEOUT=$timeout.
7376
77f41761
PA
73772015-02-06 Pedro Alves <palves@redhat.com>
7378
7379 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7380 determine how many seconds to pass to 'alarm'.
7381 * gdb.base/gdb-sigterm.exp (top level): Build program with
7382 -DTIMEOUT=$timeout.
7383 (do_test): Return success/failure indication. Add more verbose
7384 logging. Don't fail if 200 single steps are seen. Instead, fail
7385 when the test times out.
7386 (passes): New global.
7387 (top level): Break the testing loop if testing fails on any
7388 iteration. Use gdb_assert.
7389
b9394193
DB
73902015-02-04 Don Breazeal <donb@codesourcery.com>
7391
7392 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7393 and initialize them.
7394 (ipc_cleanup): New function.
7395 (main): Don't declare shmid, semid, and msqid. Add a call to
7396 atexit so that we call ipc_cleanup on exit.
7397
42d9e528
PA
73982015-02-04 Pedro Alves <palves@redhat.com>
7399
7400 * boards/native-extended-gdbserver.exp: Remove any target variant
7401 specifications from the board name before clearing the isremote
7402 flag from board_info.
7403
ae6ae975
DE
74042015-01-31 Doug Evans <xdje42@gmail.com>
7405
7406 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7407
cfb069a8
GB
74082015-01-31 Gary Benson <gbenson@redhat.com>
7409
7410 * gdb.base/completion.exp: Disable completion limiting for
7411 existing tests. Add new tests to check completion limiting.
7412 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7413
5dd31d79
DE
74142015-01-31 Doug Evans <xdje42@gmail.com>
7415
7416 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7417
9f050062
DE
74182015-01-31 Doug Evans <xdje42@gmail.com>
7419
7420 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7421 entries. Duplicate file section script entries.
7422 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7423 inlined entries. Add test for safe-path rejection.
7424 * gdb.python/py-section-script.c: Add duplicate inlined section script
7425 entries. Duplicate file section script entries.
7426 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7427 inlined entries. Add test for safe-path rejection.
7428
df25ebbd
JB
74292015-01-29 Joel Brobecker <brobecker@adacore.com>
7430
7431 * gdb.ada/disc_arr_bound: New testcase.
7432
4a0ca9ec
JB
74332015-01-29 Joel Brobecker <brobecker@adacore.com>
7434
7435 * gdb.ada/mi_var_array: New testcase.
7436
3a8b707a
DE
74372015-01-27 Doug Evans <dje@google.com>
7438
7439 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7440 Add test for objfile.filename, objfile.username after objfile
7441 has been unloaded.
7442
f8313f6e
JB
74432015-01-26 Joel Brobecker <brobecker@adacore.com>
7444
7445 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7446 the second test to print the name attribute of value
7447 returned by the call to gdb.lookup_type, and adjust
7448 the expected output accordingly.
7449
37bc665e
MW
74502015-01-25 Mark Wielaard <mjw@redhat.com>
7451
7452 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7453 * gdb.base/disp-step-fork.c: Include unistd.h.
7454 * gdb.base/siginfo-obj.c: Include stdio.h.
7455 * gdb.base/siginfo-thread.c: Likewise.
7456 * gdb.mi/non-stop.c: Include unistd.h.
7457 * gdb.mi/nsthrexec.c: Include stdio.h.
7458 * gdb.mi/pthreads.c: Include unistd.h.
7459 * gdb.modula2/unbounded1.c (main): Declare returns int.
7460 * gdb.reverse/consecutive-reverse.c: Likewise.
7461 * gdb.threads/create-fail.c: Include unistd.h.
7462 * gdb.threads/killed.c: Likewise.
7463 * gdb.threads/linux-dp.c: Likewise.
7464 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7465 * gdb.threads/non-ldr-exc-2.c: Likewise.
7466 * gdb.threads/non-ldr-exc-3.c: Likewise.
7467 * gdb.threads/non-ldr-exc-4.c: Likewise.
7468 * gdb.threads/pthreads.c: Include unistd.h.
7469 (main): Declare returns int.
7470 * gdb.threads/tls-main.c (foo): New declaration.
7471 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7472
f7e5394d
SM
74732015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7474
7475 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7476 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7477
743649fd
MW
74782015-01-15 Mark Wielaard <mjw@redhat.com>
7479
7480 * gdb.base/noreturn-return.c: New file.
7481 * gdb.base/noreturn-return.exp: New file.
7482 * gdb.base/noreturn-finish.c: New file.
7483 * gdb.base/noreturn-finish.exp: New file.
7484
198297aa
PA
74852015-01-23 Pedro Alves <palves@redhat.com>
7486
7487 * gdb.threads/continue-pending-after-query.c: New file.
7488 * gdb.threads/continue-pending-after-query.exp: New file.
7489
717cf30c
AG
74902015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7491 Simon Marchi <simon.marchi@ericsson.com>
7492
7493 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7494 * gdb.base/valgrind-db-attach.exp: Same.
7495 * gdb.base/valgrind-infcall.exp: Same.
7496 * lib/mi-support.exp (default_mi_gdb_start): Same.
7497 * lib/prompt.exp (default_prompt_gdb_start): Same.
7498 * lib/gdb.exp (default_gdb_spawn): Same.
7499 (gdb_interact): New.
7500
7501
4b62a76e
JK
75022015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7503
7504 * gdb.compile/compile.exp (pointer to jit function): New test.
7505
b4cdae6f
WW
75062015-01-17 Wei-cheng Wang <cole945@gmail.com>
7507
7508 * lib/gdb.exp (supports_process_record): Return true for
7509 powerpc*-*-linux*.
7510 (supports_reverse): Likewise.
7511
d221e7ef
DB
75122015-01-15 Don Breazeal <donb@codesourcery.com>
7513
7514 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7515 instead of checking whether the target board is remote and
7516 use spawn_wait_for_attach instead of exec/sleep.
7517 * gdb.base/attach-twice.exp: Likewise.
7518
bafffb51
JB
75192015-01-15 Joel Brobecker <brobecker@adacore.com>
7520
7521 * gdb.ada/var_arr_attrs: New testcase.
7522
5589af0e
PA
75232015-01-14 Pedro Alves <palves@redhat.com>
7524 Joel Brobecker <brobecker@adacore.com>
7525
7526 PR gdb/17525
7527 * gdb.base/bp-cmds-execution-x-script.c: New file.
7528 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7529 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7530
6c400b59
PA
75312015-01-14 Pedro Alves <palves@redhat.com>
7532
7533 PR cli/17828
7534 * gdb.base/batch-preserve-term-settings.c: New file.
7535 * gdb.base/batch-preserve-term-settings.exp: New file.
7536
e02c96a7
DE
75372015-01-13 Doug Evans <dje@google.com>
7538
7539 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7540 binary.
7541
576fd14c
JB
75422015-01-13 Joel Brobecker <brobecker@adacore.com>
7543
7544 * Makefile.in (clean mostlyclean): Do not delete *.py.
7545
04dccad0
JB
75462015-01-13 Joel Brobecker <brobecker@adacore.com>
7547
7548 * gdb.python/py-lookup-type.exp: New file.
7549
3d230f71
PA
75502015-01-12 Pedro Alves <palves@redhat.com>
7551
7552 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7553 restore GDBFLAGS before returning.
7554
7e67715d
JK
75552015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7556
7557 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7558 is_amd64_regs_target and is_x86_like_target.
7559
f2e0d4b4
DE
75602015-01-11 Doug Evans <xdje42@gmail.com>
7561
7562 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7563 is given without an explicit form.
7564 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7565 attributes.
7566 * gdb.dwarf/corrupt.exp: Ditto.
7567 * gdb.dwarf2/enum-type.exp: Ditto.
7568 * gdb.trace/entry-values.exp: Ditto.
7569 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7570
439250fb
DE
75712015-01-11 Doug Evans <xdje42@gmail.com>
7572
7573 PR gdb/15830
7574 * gdb.base/maint.exp: Remove references to "maint demangle".
7575 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7576 Add tests for explicitly specifying language to demangle.
7577 * gdb.dlang/demangle.exp: Ditto.
7578
ede9f622
PA
75792015-01-09 Pedro Alves <palves@redhat.com>
7580
7581 * gdb.threads/non-stop-fair-events.c: New file.
7582 * gdb.threads/non-stop-fair-events.exp: New file.
7583
a7b796db
PA
75842015-01-09 Pedro Alves <palves@redhat.com>
7585
7586 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7587 the global scope. Set a breakpoint after all threads are started
7588 rather than stepping over two source lines. Expect the prompt.
7589 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7590 global.
7591 (NUM): Now 15.
7592 (main): Use threads_started_barrier to wait for all threads to
7593 start. Main thread no longer calls thread_function. Exit after
7594 180 seconds.
7595 (loop): New function.
7596 (thread_function): Wait on threads_started_barrier barrier. Call
7597 'loop' at each iteration.
7598 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7599 threads have started, instead of hardcoding number of "next"
7600 steps. Use an access watchpoint instead of a write watchpoint.
7601
9665ffdd
PA
76022015-01-09 Pedro Alves <palves@redhat.com>
7603
7604 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7605 (thread_func): Wait on barrier.
7606 (main): Wait for all threads to start before stopping GDB.
7607 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7608 global.
7609 (thread1_func, thread2_func): Wait on barrier.
7610 (main): Wait for all threads to start before stopping GDB.
7611 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7612 New global.
7613 (thread1_func, thread2_func): Wait on barrier.
7614 (main): Wait for all threads to start before stopping GDB.
7615
c945a99f
PA
76162015-01-09 Pedro Alves <palves@redhat.com>
7617
7618 * gdb.threads/attach-many-short-lived-threads.c: New file.
7619 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7620
c1a747c1
PA
76212014-01-09 Pedro Alves <palves@redhat.com>
7622
7623 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7624 instead of to thread 2.
7625 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7626 Add barrier around each pthread_create call instead of around all
7627 calls.
7628 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7629 Set a break on thread_function and have the child threads hit it
7630 one at at a time.
7631
60b3033e
PA
76322015-01-09 Pedro Alves <palves@redhat.com>
7633
7634 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7635 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7636 false.
7637 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7638 checking whether the target board is remote.
7639 * gdb.multi/multi-attach.exp: Likewise.
7640 * gdb.python/py-sync-interp.exp: Likewise.
7641 * gdb.server/ext-attach.exp: Likewise.
7642 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7643 tests that need to attach, instead of checking whether the target
7644 board is remote at the top of the file.
7645
acc018ac
YQ
76462015-01-08 Yao Qi <yao@codesourcery.com>
7647
7648 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7649
50a18af8
JK
76502015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7651
7652 Fix testcase compilation.
7653 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7654
8503d6e1
JB
76552015-01-06 Joel Brobecker <brobecker@adacore.com>
7656
7657 * gdb.python/py-type.exp: Add a couple test about empty
7658 array creation, and negative-length array creation.
7659
cc73dbcc
DE
76602015-01-02 Doug Evans <xdje42@gmail.com>
7661
7662 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7663
0300bbc7
DE
76642015-01-02 Doug Evans <dje@google.com>
7665
7666 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7667
9d85a0ec
YQ
76682014-12-29 Yao Qi <yao@codesourcery.com>
7669
7670 * gdb.trace/entry-values.exp: Update comments. Rename variable
7671 bar_call_foo to returned_from_foo.
7672
87186c6a
MMN
76732014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7674
7675 PR gdb/17394
7676 * gdb.linespec/break-asm-file.c: New file.
7677 * gdb.linespec/break-asm-file.exp: New file.
7678 * gdb.linespec/break-asm-file0.s: New file.
7679 * gdb.linespec/break-asm-file1.s: New file.
7680
1bab7383
YQ
76812014-12-18 Nigel Stephens <nigel@mips.com>
7682 Maciej W. Rozycki <macro@codesourcery.com>
7683
7684 * gdb.base/float.exp: Handle the new output from "info float" on
7685 MIPS targets.
7686
1bc1068a
JK
76872014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7688
7689 Fix MinGW compilation.
7690 * gdb.compile/compile-ops.exp: Update untested message if
7691 !skip_compile_feature_tests.
7692 * gdb.compile/compile-setjmp.exp: Likewise.
7693 * gdb.compile/compile-tls.exp: Likewise.
7694 * gdb.compile/compile.exp: Likewise.
7695 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7696 supported on this host".
7697
b6615d10
DE
76982014-12-16 Doug Evans <xdje42@gmail.com>
7699
7700 * boards/stabs.exp: New file.
7701
25dda427
AA
77022014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7703
7704 * gdb.base/completion.exp: Adjust to format changes of "maint
7705 print user-registers".
7706
bf330350
CU
77072014-12-16 Catalin Udma <catalin.udma@freescale.com>
7708
7709 PR server/17457
7710 * gdb.arch/aarch64-fp.c: New file.
7711 * gdb.arch/aarch64-fp.exp: New file.
7712
395cf596
SDJ
77132014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7714
7715 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7716 r210637, r210913, r211666, r215400, r215817).
7717
7718 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7719 * dg-extract-results.py: New file.
7720 * dg-extract-results.sh: Use it if the environment seems
7721 suitable.
7722
7723 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7724
7725 * dg-extract-results.py (parse_run): Handle warnings that
7726 are printed before a test harness is run.
7727
7728 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7729
7730 * dg-extract-results.py (Named): Remove __cmp__ method.
7731 (output_variation): Use a key to sort variation.harnesses.
7732
7733 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7734
7735 * dg-extract-results.py: For Python 3, force sys.stdout to
7736 handle surrogate escape sequences.
7737 (safe_open): New function.
7738 (output_segment, main): Use it.
7739
7740 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7741
7742 * dg-extract-results.py (Prog.result_re): Include options
7743 in test name.
7744
7745 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7746
7747 * dg-extract-results.py (output_variation): Always sort if
7748 do_sum.
7749
e882ef3c
SM
77502014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7751
7752 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7753 as long as we get pagination notifications.
7754
4992aa20
JM
77552014-12-15 Jason Merrill <jason@redhat.com>
7756
7757 * Makefile.in (check-gdb.%): Restore.
7758 * README: Mention it.
7759
c1b5a1a6
JB
77602014-12-13 Joel Brobecker <brobecker@adacore.com>
7761
7762 * gdb.ada/str_uninit: New testcase.
7763
5537b577
JK
77642014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7765
7766 PR symtab/17642
7767 * gdb.base/vla-stub-define.c: New file.
7768 * gdb.base/vla-stub.c: New file.
7769 * gdb.base/vla-stub.exp: New file.
7770
bb2ec1b3
TT
77712014-12-12 Phil Muldoon <pmuldoon@redhat.com>
7772 Jan Kratochvil <jan.kratochvil@redhat.com>
7773 Tom Tromey <tromey@redhat.com>
7774
7775 * configure.ac: Add gdb.compile/.
7776 * configure: Regenerate.
7777 * gdb.compile/Makefile.in: New file.
7778 * gdb.compile/compile-ops.exp: New file.
7779 * gdb.compile/compile-ops.c: New file.
7780 * gdb.compile/compile-tls.c: New file.
7781 * gdb.compile/compile-tls.exp: New file.
7782 * gdb.compile/compile-constvar.S: New file.
7783 * gdb.compile/compile-constvar.c: New file.
7784 * gdb.compile/compile-mod.c: New file.
7785 * gdb.compile/compile-nodebug.c: New file.
7786 * gdb.compile/compile-setjmp-mod.c: New file.
7787 * gdb.compile/compile-setjmp.c: New file.
7788 * gdb.compile/compile-setjmp.exp: New file.
7789 * gdb.compile/compile-shlib.c: New file.
7790 * gdb.compile/compile.c: New file.
7791 * gdb.compile/compile.exp: New file.
7792 * lib/gdb.exp (skip_compile_feature_tests): New proc.
7793
4ff709eb
TT
77942014-12-12 Tom Tromey <tromey@redhat.com>
7795
7796 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
7797 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
7798
6dddd6a5
DE
77992014-12-12 Doug Evans <dje@google.com>
7800
7801 * lib/gdb-python.exp (get_python_valueof): New function.
7802 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
7803
71c24708
AA
78042014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7805
7806 * gdb.base/completion.exp: Add test for completion of "info
7807 registers ".
7808
3e29f34a
MR
78092014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
7810
7811 * gdb.base/func-ptrs.c: New file.
7812 * gdb.base/func-ptrs.exp: New file.
7813
fc126975
SM
78142014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7815
7816 PR breakpoints/17012
7817 * gdb.base/dprintf-detach.c: New file.
7818 * gdb.base/dprintf-detach.exp: New file.
7819
0a46d518
SM
78202014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7821
7822 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
7823 * lib/gdb.exp (target_is_gdbserver): New procedure.
7824
a0be3e44
DE
78252014-12-08 Doug Evans <dje@google.com>
7826
7827 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
7828
df1b803a
YQ
78292014-12-05 Yao Qi <yao@codesourcery.com>
7830
7831 * gdb.guile/scm-error.exp: Remove the third argument to
7832 gdb_remote_download.
7833 * gdb.guile/scm-frame-args.exp: Likewise.
7834 * gdb.guile/scm-section-script.exp: Likewise.
7835
ddb9f679
YQ
78362014-12-05 Yao Qi <yao@codesourcery.com>
7837
7838 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
7839
86e4ed39
DE
78402014-12-04 Doug Evans <dje@google.com>
7841
7842 * gdb.python/py-objfile.exp: Add tests for
7843 objfile.add_separate_debug_file.
7844
7c50a931
DE
78452014-12-04 Doug Evans <dje@google.com>
7846
7847 * lib/gdb.exp (get_build_id): New function.
7848 (build_id_debug_filename_get): Rewrite to use it.
7849 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
7850
621661e3
MR
78512014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
7852
7853 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
7854 `method(long)', not just 0x0.
7855 * gdb.cp/nsalias.exp: Align code labels to 4.
7856 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
7857 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
7858 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
7859 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
7860 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
7861 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
7862
29f0c3b7
DE
78632014-12-02 Doug Evans <dje@google.com>
7864
e1e061e7 7865 PR symtab/17602
29f0c3b7 7866 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 7867 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
7868 * gdb.cp/anon-ns.exp: Update.
7869
162078c8
NB
78702014-12-02 Nick Bull <nicholaspbull@gmail.com>
7871
7872 * gdb.python/py-events.py (inferior_call_handler): New.
7873 (register_changed_handler, memory_changed_handler): New.
7874 (test_events.invoke): Register new handlers.
7875 * gdb.python/py-events.exp: Add tests for inferior call,
7876 memory_changed and register_changed events.
7877
fdb09caf
AA
78782014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7879
7880 * gdb.base/execl-update-breakpoints.exp: Specify the link address
7881 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
7882 if the linker doesn't understand this.
7883
55cfb2c4
SM
78842014-12-01 Simon Marchi <simon.marchi@ericsson.com>
7885
7886 * gdb.python/python.exp: Change expected reply to help().
7887
9e8cd6df
YQ
78882014-12-01 Yao Qi <yao@codesourcery.com>
7889
7890 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
7891 AC_CONFIG_SUBDIRS(gdb.gdbtk).
7892 * configure: Re-generated.
7893
6c659fc2
SC
78942014-11-28 Siva Chandra Reddy <sivachandra@google.com>
7895
7896 * gdb.cp/chained-calls.cc: New file.
7897 * gdb.cp/chained-calls.exp: New file.
7898 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
7899
d7fc3181
SM
79002014-11-28 Simon Marchi <simon.marchi@ericsson.com>
7901
7902 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
7903 * gdb.dwarf2/symtab-producer.exp: Same.
7904 * gdb.gdb/python-interrupts.exp: Same.
7905 * gdb.gdb/python-selftest.exp: Same.
7906 * gdb.python/py-linetable.exp: Same.
7907 * gdb.python/py-type.exp: Same.
7908 * gdb.python/py-value-cc.exp: Same.
7909 * gdb.python/py-value.exp: Same.
7910
10e79639
YQ
79112014-11-28 Yao Qi <yao@codesourcery.com>
7912
7913 * gdb.base/break-probes.exp: Match library name prefixed with
7914 sysroot.
7915
f28a0564
SM
79162014-11-27 Simon Marchi <simon.marchi@ericsson.com>
7917
7918 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
7919 test expected output. Add parentheses for the call to print.
7920 Remove L suffix from integers.
7921
3fe1ce1d
DE
79222014-11-26 Doug Evans <dje@google.com>
7923
7924 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
7925
84429e27
YQ
79262014-11-22 Yao Qi <yao@codesourcery.com>
7927
7928 * gdb.trace/entry-values.c: Remove asms.
7929 (foo): Add foo_label.
7930 (bar): Add bar_label.
7931 * gdb.trace/entry-values.exp: Remove code computing foo's
7932 length and bar's length.
7933 (Dwarf::assemble): Invoke function_range for bar and use
7934 MACRO_AT_func for foo.
7935
26741859
YQ
79362014-11-22 Yao Qi <yao@codesourcery.com>
7937
7938 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
7939 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
7940 Use .Lgcc43_procstart instead of gcc43.
7941
45e44d27
JB
79422014-11-21 Joel Brobecker <brobecker@adacore.com>
7943
7944 * gdb.ada/n_arr_bound: New testcase.
7945
458c8db8
SDJ
79462014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7947
7948 PR breakpoints/10737
7949 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
7950 test_catch_syscall_multi_arch.
7951 (test_catch_syscall_multi_arch): New function.
7952
43f3e411
DE
79532014-11-20 Doug Evans <xdje42@gmail.com>
7954
7955 * gdb.base/maint.exp: Update expected output.
7956
0d7b2549
AA
79572014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7958
7959 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
7960 4-byte instruction on S390.
7961
8908fca5
JB
79622014-11-19 Joel Brobecker <brobecker@adacore.com>
7963
7964 * gdb.ada/arr_arr: New testcase.
7965
4a46959e
JB
79662014-11-19 Joel Brobecker <brobecker@adacore.com>
7967
7968 * gdb.ada/pkd_arr_elem: New Testcase.
7969
470e2f4e
LM
79702014-11-18 Luis Machado <lgustavo@codesourcery.com>
7971
7972 * gdb.reverse/break-precsave: Expect completion message for
7973 core file reads.
7974 * gdb.reverse/consecutive-precsave.exp: Likewise.
7975 * gdb.reverse/finish-precsave.exp: Likewise.
7976 * gdb.reverse/i386-precsave.exp: Likewise.
7977 * gdb.reverse/machinestate-precsave.exp: Likewise.
7978 * gdb.reverse/sigall-precsave.exp: Likewise.
7979 * gdb.reverse/solib-precsave.exp: Likewise.
7980 * gdb.reverse/step-precsave.exp: Likewise.
7981 * gdb.reverse/until-precsave.exp: Likewise.
7982 * gdb.reverse/watch-precsave.exp: Likewise.
7983
a267f3ad
AA
79842014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7985
7986 * gdb.base/bp-permanent.c: Include unistd.h.
7987 * gdb.python/py-framefilter-mi.c (main): Add return type.
7988 * gdb.python/py-framefilter.c (main): Likewise.
7989 * gdb.trace/actions-changed.c (main): Likewise.
7990
12084a9a
AA
79912014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7992
7993 * gdb.mi/until.c: Add eye-catchers.
7994 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
7995 line numbers.
7996
dc7e1a77
AA
79972014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7998
7999 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8000 function header variants in break1.c.
8001 * gdb.base/ena-dis-br.exp: Likewise.
8002 * gdb.base/hbreak2.exp: Likewise.
8003 * gdb.reverse/until-precsave.exp: Drop references to removed
8004 non-prototype function header variants in ur1.c.
8005 * gdb.reverse/until-reverse.exp: Likewise.
8006
41c77605
PM
80072014-11-17 Petr Machata <pmachata@redhat.com>
8008
8009 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8010 ${_cu_offset_size} bytes abbrev offset.
8011
34248c3a
DE
80122014-11-15 Doug Evans <xdje42@gmail.com>
8013
8014 PR symtab/17559
8015 * gdb.base/line-symtabs.exp: New file.
8016 * gdb.base/line-symtabs.c: New file.
8017 * gdb.base/line-symtabs.h: New file.
8018
646da059
YQ
80192014-11-14 Yao Qi <yao@codesourcery.com>
8020
8021 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8022 (func): Add label func_label.
8023 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8024 Replace low_pc and high_pc with MACRO_AT_range.
8025 Replace name, low_pc and high_pc with MACRO_AT_func.
8026
9301ebe6
YQ
80272014-11-14 Yao Qi <yao@codesourcery.com>
8028
8029 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8030 Replace name, low_pc and high_pc with MACRO_AT_func.
8031
f166b542
YQ
80322014-11-14 Yao Qi <yao@codesourcery.com>
8033
8034 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8035 produce debug information.
8036 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8037
0f6e71e3
YQ
80382014-11-14 Yao Qi <yao@codesourcery.com>
8039
8040 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8041 object and get function length.
8042 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8043 with MACRO_AT_func.
8044 (top-level): Replace gdb_compile and clean_restart with
8045 prepare_for_testing.
8046 * gdb.dwarf2/main.c (main): Add label main_label.
8047
876c4df9
YQ
80482014-11-14 Yao Qi <yao@codesourcery.com>
8049
8050 * lib/dwarf.exp (function_range): New procedure.
8051 (Dwarf::_handle_macro_at_func): New procedure.
8052 (Dwarf::_handle_macro_at_range): New procedure.
8053 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8054
02ad9cf1
YQ
80552014-11-14 Yao Qi <yao@codesourcery.com>
8056
8057 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8058 (_handle_attribute): New procedure.
8059
a59add0c
AA
80602014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8061
8062 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8063 * gdb.base/call-sc.c (zed): Likewise.
8064 * gdb.base/checkpoint.c (main): Likewise.
8065 * gdb.base/dump.c (main): Likewise.
8066 * gdb.base/gcore.c (main): Likewise.
8067 * gdb.base/huge.c (main): Likewise.
8068 * gdb.base/multi-forks.c (main): Likewise.
8069 * gdb.base/pr10179-a.c (main): Likewise.
8070 * gdb.base/savedregs.c (main): Likewise.
8071 * gdb.base/sigaltstack.c (main): Likewise.
8072 * gdb.base/siginfo.c (main): Likewise.
8073 * gdb.base/structs.c (zed): Likewise.
8074 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8075 * gdb.mi/mi-syn-frame.c (main): Likewise.
8076 * gdb.mi/until.c (foo, main): Likewise.
8077 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8078 * gdb.base/solib-weak.c (foo): Declare.
8079 * gdb.base/attach-twice.c: Include stdio.h.
8080 * gdb.base/weaklib1.c: Likewise.
8081 * gdb.base/weaklib2.c: Likewise.
8082 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8083 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8084 unistd.h.
8085 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8086 * gdb.mi/mi-exit-code.c: Likewise.
8087 * gdb.base/break-interp-lib.c: Include string.h.
8088 * gdb.base/coremaker.c: Likewise.
8089 * gdb.base/testenv.c: Likewise.
8090 * gdb.python/py-finish-breakpoint.c: Likewise.
8091 * gdb.base/inferior-died.c: Include sys/wait.h.
8092 * gdb.base/fileio.c: Include time.h.
8093 * gdb.base/async-shell.c: Include unistd.h.
8094 * gdb.base/dprintf-non-stop.c: Likewise.
8095 * gdb.base/info-os.c: Likewise.
8096 * gdb.mi/mi-console.c: Likewise.
8097 * gdb.mi/watch-nonstop.c: Likewise.
8098 * gdb.python/py-events.c: Likewise.
8099 * gdb.base/async.c (baz): Move up before its invocation.
8100 * gdb.base/code_elim2.c (my_global_func): Likewise.
8101 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8102 * gdb.base/advance.c (func2): Likewise.
8103
3b5d5997
AA
81042014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8105
8106 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8107 variant.
8108 * gdb.base/annota3.c: Likewise.
8109 * gdb.base/async.c: Likewise.
8110 * gdb.base/average.c: Likewise.
8111 * gdb.base/call-ar-st.c: Likewise.
8112 * gdb.base/call-rt-st.c: Likewise.
8113 * gdb.base/call-sc.c: Likewise.
8114 * gdb.base/call-strs.c: Likewise.
8115 * gdb.base/ending-run.c: Likewise.
8116 * gdb.base/execd-prog.c: Likewise.
8117 * gdb.base/exprs.c: Likewise.
8118 * gdb.base/foll-exec.c: Likewise.
8119 * gdb.base/foll-fork.c: Likewise.
8120 * gdb.base/foll-vfork.c: Likewise.
8121 * gdb.base/funcargs.c: Likewise.
8122 * gdb.base/gcore.c: Likewise.
8123 * gdb.base/jump.c: Likewise.
8124 * gdb.base/langs0.c: Likewise.
8125 * gdb.base/langs1.c: Likewise.
8126 * gdb.base/langs2.c: Likewise.
8127 * gdb.base/mips_pro.c: Likewise.
8128 * gdb.base/nodebug.c: Likewise.
8129 * gdb.base/opaque0.c: Likewise.
8130 * gdb.base/opaque1.c: Likewise.
8131 * gdb.base/recurse.c: Likewise.
8132 * gdb.base/run.c: Likewise.
8133 * gdb.base/scope0.c: Likewise.
8134 * gdb.base/scope1.c: Likewise.
8135 * gdb.base/setshow.c: Likewise.
8136 * gdb.base/setvar.c: Likewise.
8137 * gdb.base/shmain.c: Likewise.
8138 * gdb.base/shr1.c: Likewise.
8139 * gdb.base/shr2.c: Likewise.
8140 * gdb.base/sigall.c: Likewise.
8141 * gdb.base/signals.c: Likewise.
8142 * gdb.base/so-indr-cl.c: Likewise.
8143 * gdb.base/solib2.c: Likewise.
8144 * gdb.base/structs.c: Likewise.
8145 * gdb.base/sum.c: Likewise.
8146 * gdb.base/vforked-prog.c: Likewise.
8147 * gdb.base/watchpoint.c: Likewise.
8148 * gdb.reverse/shr2.c: Likewise.
8149 * gdb.reverse/until-reverse.c: Likewise.
8150 * gdb.reverse/ur1.c: Likewise.
8151 * gdb.reverse/watch-reverse.c: Likewise.
8152
066a77c5
AA
81532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8154
8155 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8156 variant.
8157 * gdb.base/sepdebug.exp: Drop references to removed code.
8158
4f204ea5
AA
81592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8160
8161 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8162 variant. Preserve original line numbering.
8163 * gdb.base/list1.c: Likewise.
8164
3b377a3a
AA
81652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8166
8167 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8168 variant.
8169 * gdb.base/break1.c: Likewise.
8170 * gdb.base/break.exp: Drop references to removed code.
8171
e444df73
AA
81722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8173
8174 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8175 variant.
8176
8008f2a7
AA
81772014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8178
8179 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8180
a5a06887
AA
81812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8182
8183 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8184 logic into perform_all_tests() and invoke it with and without
8185 function header prototypes.
8186 (do_function_calls): Remove conditional XFAIL for PR 5318.
8187 (rerun_and_prepare): Remove duplicate code.
8188 (perform_all_tests): New. Main logic moved here.
8189
44dba9b9
AA
81902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8191
8192 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8193 code guarded by #ifdef NO_PROTOTYPES.
8194 (t_double_many_args): Likewise.
8195 (DEF_FUNC_MANY_ARGS_1): Likewise.
8196 (DEF_FUNC_VALUES_1): Likewise.
8197 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8198 guarded by #ifdef PROTOTYPES.
8199
d1fbcd56
AA
82002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8201
8202 * gdb.mi/mi-console.c: Add eye-catcher.
8203 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8204 instead of literal line number.
8205
b0e59b8f
AA
82062014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8207
8208 * gdb.base/shr2.c: Add eye-catcher.
8209 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8210 line number.
8211
78f98cca
AA
82122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8213
8214 * gdb.base/jump.c: Add eye-catchers.
8215 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8216 numbers.
8217
58fa2af0
AA
82182014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8219
8220 * gdb.base/execd-prog.c: Add eye-catchers.
8221 * gdb.base/foll-exec.c: Likewise.
8222 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8223 line numbers.
8224
04e5059b
AA
82252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8226
8227 * gdb.base/ending-run.c: Add eye-catchers.
8228 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8229 literal line numbers.
8230
dbfdb174
AA
82312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8232
8233 * gdb.base/call-rt-st.c: Add eye-catchers.
8234 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8235 literal line numbers.
8236
888a2ade
AA
82372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8238
8239 * gdb.base/call-ar-st.c: Add eye-catchers.
8240 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8241 literal line numbers.
8242
6acc2dde
AA
82432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8244
8245 * gdb.base/average.c: Add eye-catchers.
8246 * gdb.base/sum.c: Likewise.
8247 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8248 regexps dynamically.
8249
9ecfcd1d
AA
82502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8251
8252 * gdb.base/solib1.c: Add eye-catchers.
8253 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8254 literal line numbers.
8255
78708b7c
PA
82562014-11-12 Pedro Alves <palves@redhat.com>
8257
8258 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8259 leader has exited.
8260
af48d08f
PA
82612014-11-12 Pedro Alves <palves@redhat.com>
8262
8263 * gdb.arch/i386-bp_permanent.c: New file.
8264 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8265 (srcfile): Set to i386-bp_permanent.c.
8266 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8267 that stepi does not execute the 'leave' instruction, instead of
8268 testing it does execute.
8269 * gdb.base/bp-permanent.c: New file.
8270 * gdb.base/bp-permanent.exp: New file.
8271
af3768e9
DE
82722014-11-10 Doug Evans <xdje42@gmail.com>
8273
8274 PR symtab/17564
8275 * gdb.base/symtab-search-order.exp: New file.
8276 * gdb.base/symtab-search-order.c: New file.
8277 * gdb.base/symtab-search-order-1.c: New file.
8278 * gdb.base/symtab-search-order-shlib-1.c: New file.
8279
9de00a4a
PA
82802014-11-07 Pedro Alves <palves@redhat.com>
8281
8282 PR gdb/17511
8283 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8284 i?86-*-linux*.
8285
e0f52461
SC
82862014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8287
8288 PR c++/17494
8289 * gdb.cp/pr17494.cc: New file.
8290 * gdb.cp/pr17494.exp: New file.
8291
6ce8c980
YQ
82922014-11-02 Yao Qi <yao@codesourcery.com>
8293
8294 * gdb.python/python.exp: Get working directory and match the
8295 output of "set extended-prompt \\w " with it.
8296
02be9a71
DE
82972014-10-30 Doug Evans <dje@google.com>
8298
8299 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8300 in objfiles.
8301 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8302 in progspaces.
8303
3bdff46b
LM
83042014-10-30 Janis Johnson <janisjo@codesourcery.com>
8305
8306 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8307 * gdb.base/realname-expand.exp: Likewise.
8308 * gdb.linespec/macro-relative.exp: Likewise.
8309
ab917dfb
PA
83102014-10-29 Pedro Alves <palves@redhat.com>
8311
8312 PR gdb/17408
8313 * gdb.threads/schedlock.c (some_function): New function.
8314 (call_function): New global.
8315 (MAYBE_CALL_SOME_FUNCTION): New macro.
8316 (thread_function): Call it.
8317 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8318 and use it instead of a global counter. Adjust all callers.
8319 (get_current_thread): Use "find current thread" for test message
8320 here rather than having all callers pass down the same string.
8321 (goto_loop): New procedure, factored out from ...
8322 (my_continue): ... this.
8323 (step_ten_loops): Change parameter from test message to command to
8324 use. Adjust.
8325 (list_count): Delete global.
8326 (check_result): New procedure, factored out from duplicate top
8327 level code.
8328 (continue tests): Wrap in with_test_prefix.
8329 (test_step): New procedure, factored out from duplicate top level
8330 code.
8331 (top level): Test "step" in combination with all scheduler-locking
8332 modes. Test "next" in combination with all scheduler-locking
8333 modes, and in combination with stepping over a function call or
8334 not.
8335 * gdb.threads/next-bp-other-thread.c: New file.
8336 * gdb.threads/next-bp-other-thread.exp: New file.
8337
d3d4baed
PA
83382014-10-29 Pedro Alves <palves@redhat.com>
8339
8340 PR python/17372
8341 * gdb.python/python.exp: Test a multi-line command that spawns
8342 interactive Python.
8343 * gdb.base/multi-line-starts-subshell.exp: New file.
8344
563e8d85
YQ
83452014-10-29 Yao Qi <yao@codesourcery.com>
8346
8347 * gdb.base/fileio.exp: Make directories on host.
8348
0ea4d52e
YQ
83492014-10-29 Yao Qi <yao@codesourcery.com>
8350
8351 * gdb.base/fileio.c (test_write): Close the file.
8352
7f5ef605
PA
83532014-10-28 Pedro Alves <palves@redhat.com>
8354
8355 PR gdb/12623
8356 * gdb.base/sigstep.c (no_handler): New global.
8357 (main): If 'no_handler is true, set the signal handlers to
8358 SIG_IGN.
8359 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8360 with_sw_watch and no_handler parameters. Handle them.
8361 (top level) <stepping over handler when stopped at a breakpoint
8362 test>: Add a test axis for testing with a software watchpoint, and
8363 another for testing with the signal handler set to SIG_IGN.
8364 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8365 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8366
abbdbd03
PA
83672014-10-28 Pedro Alves <palves@redhat.com>
8368
8369 PR gdb/17511
8370 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8371 * gdb.base/sigstep.exp (other_handler_location): New global.
8372 (advance): Support stepping into the signal handler, and running
8373 commands while in the handler.
8374 (in_handler_map): New global.
8375 (top level): In the advance test, add combinations for getting
8376 into the handler with stepping commands, and for running commands
8377 in the handler. Add comment descripting the advancei tests.
8378
1df4399f
PA
83792014-10-28 Pedro Alves <palves@redhat.com>
8380
8381 * gdb.base/sigstep.exp: Use build_executable instead of
8382 prepare_for_testing.
8383 (top level): Move code that starts GDB, runs to main and creates a
8384 display to ...
8385 (restart): ... this new procedure.
8386 (top level): Move backtrace from signal handler test to ...
8387 (validate_backtrace): ... this new procedure.
8388 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8389 with_test_prefix. Always restart GDB.
8390 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8391 with_test_prefix. Always restart GDB. No need to delete
8392 breakpoints after the test.
8393 (test_skip_handler): Remove prefix parameter.
8394 (skip_over_handler, breakpoint_to_handler)
8395 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8396 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8397 restart GDB. No need to delete breakpoints after the test.
8398 (top level): Use foreach to call the test procedures with
8399 different commands.
8400
a5b6e449
PA
84012014-10-28 Pedro Alves <palves@redhat.com>
8402
8403 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8404 instead of GNATS numbers.
8405 * gdb.base/sigbpt.exp: Likewise.
8406 * gdb.base/siginfo.exp: Likewise.
8407 * gdb.base/sigstep.exp: Likewise.
8408
e5f8a7cc
PA
84092014-10-27 Pedro Alves <palves@redhat.com>
8410
8411 * gdb.base/sigstep.c (dummy): New global.
8412 (main): Issue a couple writes to the new global.
8413 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8414 procedures.
8415 (skip_over_handler): Use test_skip_handler.
8416 (top level): Call skip_over_handler for stepi and nexti too.
8417 (breakpoint_over_handler): Use test_skip_handler.
8418 (top level): Call breakpoint_over_handler for stepi and nexti too.
8419
763905a3
YQ
84202014-10-27 Yao Qi <yao@codesourcery.com>
8421
8422 * gdb.trace/tfile.c (adjust_function_address)
8423 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8424 function descriptor.
8425
6f259a23
DB
84262014-10-24 Don Breazeal <donb@codesourcery.com>
8427
8428 * gdb.base/foll-fork.exp (test_follow_fork,
8429 catch_fork_child_follow): Check for updated fork messages emitted
8430 from infrun.c.
8431 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8432 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8433 vfork_and_exec_child_follow_through_step): Check for updated vfork
8434 messages emitted from infrun.c.
8435
09dd9a69
PA
84362014-10-24 Pedro Alves <palves@redhat.com>
8437
8438 * gdb.base/corefile.exp: Remove references to ultrix.
8439 * gdb.base/interrupt.exp: Likewise.
8440 * gdb.base/whatis.exp: Likewise.
8441 * gdb.gdb/selftest.exp: Likewise.
8442 * gdb.threads/manythreads.exp: Likewise.
8443 * gdb.threads/print-threads.exp: Likewise.
8444 * gdb.threads/pthreads.exp:: Likewise.
8445 * gdb.threads/schedlock.exp: Likewise.
8446
3433cfa5
SC
84472014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8448
8449 * gdb.cp/non-trivial-retval.cc: Add a test case.
8450 * gdb.cp/non-trivial-retval.exp: Add a test.
8451
092f880b
YQ
84522014-10-20 Yao Qi <yao@codesourcery.com>
8453
8454 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8455 * gdb.python/py-objfile-script-gdb.py: New file.
8456 * gdb.python/py-objfile-script.exp: Update reference to
8457 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8458 of remote_download. Remove the dest file.
8459
acbdb7f3
YQ
84602014-10-20 Yao Qi <yao@codesourcery.com>
8461
8462 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8463 * gdb.base/step-line.exp: Likewise.
8464 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8465 * gdb.dwarf2/dw2-basic.exp: Likewise.
8466 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8467 * gdb.dwarf2/dw2-filename.exp: Likewise.
8468 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8469 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8470 * gdb.dwarf2/dw2-producer.exp: Likewise.
8471 * gdb.dwarf2/mac-fileno.exp: Likewise.
8472 * gdb.python/py-frame-args.exp: Likewise.
8473 * gdb.python/py-framefilter.exp: Likewise.
8474 * gdb.python/py-mi.exp: Likewise.
8475 * gdb.python/py-objfile-script.exp: Likewise
8476 * gdb.python/py-pp-integral.exp: Likewise.
8477 * gdb.python/py-pp-re-notag.exp: Likewise.
8478 * gdb.python/py-prettyprint.exp: Likewise.
8479 * gdb.python/py-section-script.exp: Likewise.
8480 * gdb.python/py-typeprint.exp: Likewise.
8481 * gdb.python/py-xmethods.exp: Likewise.
8482 * gdb.stabs/weird.exp: Likewise.
8483 * gdb.xml/tdesc-regs.exp: Likewise.
8484
bd286a29
KCY
84852014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8486
8487 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8488 (out_cu): Use addr_len for the size of addresses.
8489 (out_line): Likewise. Size DW_LNE_set_address instruction
8490 according to addr_len.
8491 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8492 (FUNC): Add START_INSNS to definition.
8493
673dc4a0
YQ
84942014-10-18 Yao Qi <yao@codesourcery.com>
8495
8496 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8497 gdb_has_argv0 return true.
8498 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8499 check [target_info exists noargs], check [gdb_has_argv0]
8500 instead.
8501 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8502 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8503 procedures.
8504
4ffbba72
DE
85052014-10-17 Doug Evans <dje@google.com>
8506
8507 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8508 event.
8509 * gdb.python/py-events.py: Add clear_objfiles event.
8510
d096d8c1
DE
85112014-10-17 Doug Evans <dje@google.com>
8512
8513 * gdb.python/py-objfile.exp: Test progspace attribute.
8514
a80db015
LM
85152014-10-17 Luis Machado <lgustavo@codesourcery.com>
8516
8517 * gdb.guile/scm-breakpoint.exp: Do not assume any
8518 directory separators when matching source file paths.
8519 * gdb.python/py-breakpoint.exp: Likewise.
8520 * gdb.reverse/break-precsave.exp: Likewise.
8521 * gdb.reverse/break-reverse.exp: Likewise.
8522 * gdb.reverse/consecutive-precsave.exp: Likewise.
8523 * gdb.reverse/finish-precsave.exp: Likewise.
8524 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8525 * gdb.reverse/finish-reverse.exp: Likewise.
8526 * gdb.reverse/i386-precsave.exp: Likewise.
8527 * gdb.reverse/i387-env-reverse.exp: Likewise.
8528 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8529 * gdb.reverse/machinestate-precsave.exp: Likewise.
8530 * gdb.reverse/machinestate.exp: Likewise.
8531 * gdb.reverse/sigall-precsave.exp: Likewise.
8532 * gdb.reverse/solib-precsave.exp: Likewise.
8533 * gdb.reverse/step-precsave.exp: Likewise.
8534 * gdb.reverse/until-precsave.exp: Likewise.
8535 * gdb.reverse/watch-precsave.exp: Likewise.
8536 * gdb.reverse/watch-reverse.exp: Likewise.
8537
b22089ab
YQ
85382014-10-17 Yao Qi <yao@codesourcery.com>
8539
8540 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8541 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8542
6c4486e6
PA
85432014-10-17 Pedro Alves <palves@redhat.com>
8544
8545 PR gdb/17471
8546 * gdb.base/bg-execution-repeat.c: New file.
8547 * gdb.base/bg-execution-repeat.exp: New file.
8548
0ff33695
PA
85492014-10-17 Pedro Alves <palves@redhat.com>
8550
8551 PR gdb/17300
8552 * gdb.base/continue-all-already-running.c: New file.
8553 * gdb.base/continue-all-already-running.exp: New file.
8554
6fdebc3d
PA
85552014-10-17 Pedro Alves <palves@redhat.com>
8556
8557 PR gdb/17472
8558 * gdb.base/annota-input-while-running.c: New file.
8559 * gdb.base/annota-input-while-running.exp: New file.
8560
32a8097b
PA
85612014-10-17 Pedro Alves <palves@redhat.com>
8562
8563 * gdb.base/callfuncs.exp: emove references to osf.
8564 * gdb.base/sigall.exp: Likewise.
8565 * gdb.gdb/selftest.exp: Likewise.
8566 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8567 * gdb.mi/non-stop.c: Likewise.
8568 * gdb.mi/pthreads.c: Likewise.
8569 * gdb.reverse/sigall-precsave.exp: Likewise.
8570 * gdb.reverse/sigall-reverse.exp: Likewise.
8571 * gdb.threads/pthreads.c: Likewise.
8572 * gdb.threads/pthreads.exp: Likewise.
8573
7a3517ff
YQ
85742014-10-17 Yao Qi <yao@codesourcery.com>
8575
8576 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8577 check 'target_info exists noargs'.
8578 (test_command_prompt_position): Likewise.
8579 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8580 Remove "set args".
8581 (progvar_simple_while_test): Likewise.
8582 (progvar_complex_if_while_test): Likewise.
8583 (if_while_breakpoint_command_test): Likewise.
8584 (infrun_breakpoint_command_test): Likewise.
8585 (breakpoint_command_test): Likewise.
8586 (watchpoint_command_test): Likewise.
8587 (bp_deleted_in_command_test): Likewise.
8588 (temporary_breakpoint_commands): Likewise.
8589
bb99c472
YQ
85902014-10-16 Yao Qi <yao@codesourcery.com>
8591
8592 * gdb.base/remotetimeout.exp: Remove noargs checking.
8593
7c16b83e
PA
85942014-10-15 Pedro Alves <palves@redhat.com>
8595
8596 PR breakpoints/9649
8597 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8598 * gdb.base/breakpoint-in-ro-region.exp
8599 (probe_target_hardware_step): New procedure.
8600 (top level): Probe hardware stepping and hardware breakpoint
8601 support. Test stepping through a read-only region, with both
8602 "breakpoint auto-hw" on and off and both "always-inserted" on and
8603 off.
8604
35a49624
IB
86052014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8606
8607 * gdb.dlang/demangle.exp: Update for demangling changes.
8608
2d1c107c
SC
86092014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8610
8611 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8612 * gdb.cp/non-trivial-retval.exp: Add new tests.
8613
778811d5
SC
86142014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8615
8616 PR c++/13403
8617 PR c++/15154
8618 * gdb.cp/non-trivial-retval.cc: New file.
8619 * gdb.cp/non-trivial-retval.exp: New file.
8620
10c5f0a8
YQ
86212014-10-15 Yao Qi <yao@codesourcery.com>
8622
8623 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8624 remote host.
8625
65d7b369
YQ
86262014-10-15 Yao Qi <yao@codesourcery.com>
8627
8628 * gdb.python/py-symbol.exp: Match file base name if host is
8629 remote, otherwise match file name with dir name.
8630 * gdb.python/py-symtab.exp: Likewise.
8631 * gdb.python/python.exp: Likewise.
8632
46dc1394
YQ
86332014-10-15 Yao Qi <yao@codesourcery.com>
8634
8635 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8636 pattern.
8637 * gdb.python/py-symtab.exp: Likewise.
8638 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8639 locationn.
8640
c40cc657
JB
86412014-10-14 Joel Brobecker <brobecker@adacore.com>
8642
8643 * gdb.ada/addr_arith: New testcase.
8644
2abf49e1
MR
86452014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8646
8647 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8648 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8649 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8650 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8651
f7088df3
SDJ
86522014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8653
8654 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8655 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8656 * gdb.arch/stap-eval-lang-ada.exp: New file.
8657
4dc06805
YQ
86582014-10-14 Yao Qi <yao@codesourcery.com>
8659
8660 * gdb.mi/mi-var-child.c (nothing1): New function.
8661 (nothing2): New function.
8662 (do_children_tests): Set function pointers by nothing1 and
8663 nothing2.
8664 * gdb.mi/mi-var-child.exp: Step over new added statements.
8665 Update test to match the new output.
8666 * gdb.mi/var-cmd.c (nothing1): New function.
8667 (nothing2): New function.
8668 (do_children_tests): Set function pointers by nothing1 and
8669 nothing2.
8670 * gdb.mi/mi-var-display.exp: Update test to match output.
8671 Step to the line specified by $line_dct_nothing.
8672 Increase the number of lines to step.
8673
46a93de2
YQ
86742014-10-14 Yao Qi <yao@codesourcery.com>
8675
8676 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8677 tests.
8678 * gdb.mi/mi2-var-child.exp: Likewise.
8679
14ea52ee
DE
86802014-10-13 Doug Evans <dje@google.com>
8681
8682 * gdb.python/py-objfile.exp: Change name of file name test.
8683
e5c6e92b
DE
86842014-10-13 Doug Evans <dje@google.com>
8685
8686 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8687 from the start of the CU.
8688
c780cc2f
JK
86892014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8690 Yao Qi <yao@codesourcery.com>
8691
8692 Fix "save breakpoints" for "catch" command.
8693 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8694 Remove -nonewline. Match also the added "main" line.
8695
99894e11
JK
86962014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8697
8698 Fix "save breakpoints" for "disable $bpnum" command.
8699 * gdb.base/save-bp.c (main): Add label.
8700 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8701
6e1ac5a3
JK
87022014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8703
8704 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8705
754dd2b0
YQ
87062014-10-11 Yao Qi <yao@codesourcery.com>
8707
8708 * gdb.server/server-kill.exp: Execute command
8709 "set remote trace-status-packet on" before "tstatus".
8710
f90183d7
YQ
87112014-10-11 Yao Qi <yao@codesourcery.com>
8712
8713 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8714 (main): Call getppid.
8715 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8716 and continue to it. Read variable "server_pid".
8717
bf40a607
YQ
87182014-10-11 Yao Qi <yao@codesourcery.com>
8719
8720 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8721
052ca370
YQ
87222014-10-11 Yao Qi <yao@codesourcery.com>
8723
8724 * gdb.threads/thread-find.exp: Don't execute command
8725 "info threads".
8726 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8727 * gdb.threads/linux-dp.exp: Don't check the condition
8728 $threads_created equals to zero.
8729
3831839c
PA
87302014-10-10 Pedro Alves <palves@redhat.com>
8731
8732 * gdb.base/bigcore.exp: Remove references to IRIX.
8733 * gdb.base/funcargs.exp: Likewise.
8734 * gdb.base/interrupt.exp: Likewise.
8735 * gdb.base/mips_pro.exp: Likewise.
8736 * gdb.base/nodebug.exp: Likewise.
8737 * gdb.base/setvar.exp: Likewise.
8738 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8739
8b9a549d
PA
87402014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8741 Pedro Alves <palves@redhat.com>
8742
8743 PR symtab/14466
8744 * gdb.base/vdso-warning.c: New file.
8745 * gdb.base/vdso-warning.exp: New file.
8746
d48ba5e8
DE
87472014-10-02 Doug Evans <dje@google.com>
8748
8749 * gdb.base/structs.c (main): Don't run forever.
8750
2278c276
PA
87512014-10-02 Pedro Alves <palves@redhat.com>
8752
8753 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8754 (top level) <stop threads 1, stop threads 2>: Use it.
8755
b57bacec
PA
87562014-10-02 Pedro Alves <palves@redhat.com>
8757
8758 * gdb.threads/break-while-running.exp (test): Add new
8759 'update_thread_list' argument. Skip "info threads" if false.
8760 (top level): Add new 'update_thread_list' axis.
8761
13fd3ff3
PA
87622014-10-02 Pedro Alves <palves@redhat.com>
8763
8764 PR breakpoints/17431
8765 * gdb.base/execl-update-breakpoints.c: New file.
8766 * gdb.base/execl-update-breakpoints.exp: New file.
8767
0fec99e8
PA
87682014-10-01 Pedro Alves <palves@redhat.com>
8769
8770 * gdb.base/breakpoint-in-ro-region.c: New file.
8771 * gdb.base/breakpoint-in-ro-region.exp: New file.
8772
2ddf4301
SM
87732014-10-01 Simon Marchi <simon.marchi@ericsson.com>
8774
8775 * gdb.mi/mi-exit-code.exp: New file.
8776 * gdb.mi/mi-exit-code.c: New file.
8777
6a5f3f43
YQ
87782014-09-30 Yao Qi <yao@codesourcery.com>
8779
8780 * lib/prelink-support.exp (build_executable_own_libs): Error if
8781 the target isn't native.
8782
345bcc73
YQ
87832014-09-30 Yao Qi <yao@codesourcery.com>
8784
8785 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
8786 false.
8787
a25a5a45
PA
87882014-09-22 Pedro Alves <palves@redhat.com>
8789
8790 * gdb.threads/break-while-running.exp: New file.
8791 * gdb.threads/break-while-running.c: New file.
8792
00ba3162
YQ
87932014-09-19 Yao Qi <yao@codesourcery.com>
8794
8795 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
8796 Invoke test. Restart GDB with --readnow and invoke test again.
8797
c3b7b696
YQ
87982014-09-19 Yao Qi <yao@codesourcery.com>
8799
8800 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
8801 proc set_breakpoint_on_gcd_function. Invoke
8802 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
8803 invoke set_breakpoint_on_gcd_function again.
8804
2b4fd423
DE
88052014-09-18 Doug Evans <dje@google.com>
8806
8807 * gdb.dwarf2/symtab-producer.exp: New file.
8808
a5947601
SDJ
88092014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8810
8811 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
8812 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
8813 * gdb.base/global-var-nested-by-dso.c: Likewise.
8814 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8815
91c19059
SDJ
88162014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8817 Pedro Alves <palves@redhat.com>
8818
8819 * gdb.base/watch-bitfields.exp: Pass string other than test file
8820 name to prepare_for_testing.
8821 (watch): New procedure.
8822 (expect_watchpoint): Use with_test_prefix.
8823 (top level): Factor out tests to ...
8824 (test_watch_location, test_regular_watch): ... these new
8825 procedures, and use with_test_prefix and gdb_continue_to_end.
8826
bb9d5f81
PP
88272014-09-16 Patrick Palka <patrick@parcs.ath.cx>
8828
8829 PR breakpoints/12526
8830 * gdb.base/watch-bitfields.exp: New file.
8831 * gdb.base/watch-bitfields.c: New file.
8832
635856f5
PA
88332014-09-16 Pedro Alves <palves@redhat.com>
8834
8835 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
8836 software and hardware addresses, not software address against
8837 itself.
8838
7280ceea
PA
88392014-09-16 Pedro Alves <palves@redhat.com>
8840
8841 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
8842 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
8843
428b16bd
PA
88442014-09-16 Pedro Alves <palves@redhat.com>
8845
8846 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
8847 files.
8848 * gdb.base/a2-run.exp: Remove all code guarded by istarget
8849 "*-*-vxworks*" throughout.
8850 * gdb.base/break.exp: Likewise.
8851 * gdb.base/default.exp: Likewise.
8852 * gdb.base/scope.exp: Likewise.
8853 * gdb.base/sepdebug.exp: Likewise.
8854 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
8855 throughout.
8856 * gdb.base/run.c: Likewise.
8857 * gdb.base/sepdebug.c: Likewise.
8858 * gdb.hp/gdb.aCC/run.c: Likewise.
8859 * gdb.reverse/until-reverse.c: Likewise.
8860 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
8861
666d413c
YQ
88622014-09-16 Yao Qi <yao@codesourcery.com>
8863
8864 * boards/local-remote-host-native.exp: New file.
8865
57cbd724
DE
88662014-09-14 Doug Evans <xdje42@gmail.com>
8867
8868 * gdb.threads/queue-signal.c (thread_count): New variable.
8869 (thread_count_mutex, thread_count_condvar): New variables.
8870 (incr_thread_count, wait_all_threads_running): New functions.
8871 (main): Wait for all threads to be in their thread functions.
8872
81219e53
DE
88732014-09-13 Doug Evans <xdje42@gmail.com>
8874
8875 * gdb.threads/queue-signal.c: New file.
8876 * gdb.threads/queue-signal.exp: New file.
8877
3714cea7
DE
88782014-09-13 Doug Evans <xdje42@gmail.com>
8879
8880 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
8881 be consistent with what default_gdb_init uses.
8882 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
8883 the plain text of the prompt. Add some logging printfs.
8884 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
8885
fa43b1d7
PA
88862014-09-12 Pedro Alves <palves@redhat.com>
8887
8888 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
8889 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
8890 * gdb.arch/i386-size-overlap.exp: Likewise.
8891 * gdb.arch/i386-size.exp: Likewise.
8892 * gdb.arch/i386-unwind.exp: Likewise.
8893 * gdb.base/a2-run.exp: Likewise.
8894 * gdb.base/break.exp: Likewise.
8895 * gdb.base/charset.exp: Likewise.
8896 * gdb.base/chng-syms.exp: Likewise.
8897 * gdb.base/commands.exp: Likewise.
8898 * gdb.base/dbx.exp: Likewise.
8899 * gdb.base/find.exp: Likewise.
8900 * gdb.base/funcargs.exp: Likewise.
8901 * gdb.base/jit-simple.exp: Likewise.
8902 * gdb.base/reread.exp: Likewise.
8903 * gdb.base/sepdebug.exp: Likewise.
8904 * gdb.base/step-bt.exp: Likewise.
8905 * gdb.cp/mb-inline.exp: Likewise.
8906 * gdb.cp/mb-templates.exp: Likewise.
8907 * gdb.objc/basicclass.exp: Likewise.
8908 * gdb.threads/killed.exp: Likewise.
8909
9d9bf2df
EBM
89102014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8911
8912 PR tdep/17379
8913 * gdb.arch/powerpc-stackless.S: New file.
8914 * gdb.arch/powerpc-stackless.exp: New file.
8915
1cf2f1b0
JK
89162014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8917
8918 * gdb.base/attach.c: Include unistd.h.
8919 (main): Call alarm. Add label postloop.
8920 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
8921 gdb_breakpoint, gdb_continue_to_breakpoint.
8922 (test_command_line_attach_run): Kill ${testpid} in one exit path.
8923
98880d46
PA
89242014-09-11 Pedro Alves <palves@redhat.com>
8925
8926 PR gdb/17347
8927 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
8928 * gdb.base/attach.exp (test_command_line_attach_run): New
8929 procedure.
8930 (top level): Call it.
8931
4c92ff2c
PA
89322014-09-11 Pedro Alves <palves@redhat.com>
8933
8934 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
8935 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
8936 (do_command_attach_tests): Use spawn_wait_for_attach.
8937 * gdb.base/solib-overlap.exp: Likewise.
8938 * gdb.multi/multi-attach.exp: Likewise.
8939 * gdb.python/py-prompt.exp: Likewise.
8940 * gdb.python/py-sync-interp.exp: Likewise.
8941 * gdb.server/ext-attach.exp: Likewise.
8942
3adc1a7d
GKB
89432014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
8944
8945 * gdb.fortran/array-element.exp: Remove unexpected "continue"
8946 command in testcase. Simplify testcase.
8947
96334934
JB
89482014-09-10 Joel Brobecker <brobecker@adacore.com>
8949
8950 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
8951
eb479039
JB
89522014-09-10 Joel Brobecker <brobecker@adacore.com>
8953
8954 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
8955
deede10c
JB
89562014-09-10 Joel Brobecker <brobecker@adacore.com>
8957
8958 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
8959
7828a5f5
JB
89602014-09-10 Joel Brobecker <brobecker@adacore.com>
8961
8962 * gdb.dwarf2/dynarr-ptr.c: New file.
8963 * gdb.dwarf2/dynarr-ptr.exp: New file.
8964
33aeebcf
MR
89652014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8966
8967 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
8968 of 30 rather than hardcoding 120 for a slow test case. Take the
8969 `gdb,timeout' target setting into account for this calculation.
8970 Don't extend the timeout for the test cases that don't need it.
8971
7b415901
MR
89722014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8973
8974 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
8975 a factor of 2 for a slow test case. Take the `gdb,timeout'
8976 target setting into account for this calculation.
8977 * gdb.reverse/until-precsave.exp: Increase the timeout by
8978 a factor of 15 and 3 respectively rather than adding 120
8979 for a pair of slow test cases. Take the `gdb,timeout'
8980 target setting into account for this calculation.
8981
4a40f85a
MR
89822014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8983
8984 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
8985 timeout, don't pass one down to gdb_expect.
8986 (gdb_expect): Rework timeout selection.
8987
09635af7
MR
89882014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8989
8990 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
8991 exception on timeout.
8992 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
8993 (gdbserver_start_extended): Catch any `gdbserver_start' error
8994 exceptions.
8995 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
8996 * lib/mi-support.exp (mi_gdb_target_load): Catch any
8997 `gdbserver_gdb_load' error exceptions.
8998
2bdd10b7
MR
89992014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9000
9001 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9002 120 on waiting for the TCP socket to open.
9003
316935f0
DE
90042014-09-09 Doug Evans <xdje42@gmail.com>
9005
9006 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9007 _caller_matches, _any_caller_is, _any_caller_matches.
9008
83740597
DE
90092014-09-09 Doug Evans <xdje42@gmail.com>
9010
9011 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9012
4c122fc3
YQ
90132014-09-09 Yao Qi <yao@codesourcery.com>
9014
9015 * gdb.mi/mi-var-display.exp: Set print symbol off.
9016
a9f116cb
GKB
90172014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9018
9019 PR gdb/17035
9020 * gdb.base/commands.exp: Add tests to verify user-defined
9021 commands with empty bodies.
9022 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9023 python commands in `show user command`.
9024 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9025 scheme commands in `show user command`.
9026
c75bd3a2
JK
90272014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9028
9029 PR python/17355
9030 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9031 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9032 * gdb.python/py-framefilter-invalidarg.exp: New file.
9033 * gdb.python/py-framefilter-invalidarg.py: New file.
9034
faa42425
DE
90352014-09-06 Doug Evans <xdje42@gmail.com>
9036
9037 PR 15276
9038 * gdb.python/py-caller-is.c: New file.
9039 * gdb.python/py-caller-is.exp: New file.
9040
474ca4f6
SDJ
90412014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9042
9043 PR gdb/17235
9044 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9045 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9046
eb0b0463
SDJ
90472014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9048
9049 PR fortran/17237
9050 * gdb.fortran/print-formatted.exp: New file.
9051 * gdb.fortran/print-formatted.f90: Likewise.
9052
5f3b99cf
SS
90532014-09-03 Sasha Smundak <asmundak@google.com>
9054
9055 * gdb.python/py-frame.exp: Test Frame.read_register.
9056
7d793aa9
SDJ
90572014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9058
9059 PR python/16699
9060 * gdb.python/py-completion.exp: New file.
9061 * gdb.python/py-completion.py: Likewise.
9062
fb0576e9
DE
90632014-08-28 Doug Evans <dje@google.com>
9064
9065 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9066 eax,etc. are live with values set by gdb and thus the compiler can't
9067 use them.
9068 * gdb.arch/i386-pseudo.c (main): Ditto.
9069
ee92b0dd
DE
90702014-08-27 Doug Evans <dje@google.com>
9071
9072 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9073
6649db35
DE
90742014-08-25 Doug Evans <dje@google.com>
9075
9076 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9077 (main): Ditto.
9078
564b7600
DE
90792014-08-25 Doug Evans <dje@google.com>
9080
9081 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9082
3881fb67
YQ
90832014-08-24 Yao Qi <yao@codesourcery.com>
9084
9085 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9086 symbol off.
9087 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9088
a05a36a5
DE
90892014-08-22 Doug Evans <dje@google.com>
9090
9091 PR 17276
9092 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9093 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9094 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9095
7c343b48
YQ
90962014-08-22 Yao Qi <yao@codesourcery.com>
9097
9098 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9099 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9100 * gdb.python/python.exp: Likewise. Use .py file on the host
9101 instead of the build.
9102
22fd09ae
JK
91032014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9104
9105 * gdb.threads/gcore-stale-thread.c: New file.
9106 * gdb.threads/gcore-stale-thread.exp: New file.
9107
a8454a7c
PA
91082014-08-21 Pedro Alves <palves@redhat.com>
9109
9110 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9111 * gdb.base/gcore-relro-pie.exp: Likewise.
9112 * gdb.base/gcore-relro.exp: Likewise.
9113 * gdb.base/gcore.exp: Likewise.
9114 * gdb.base/print-symbol-loading.exp: Likewise.
9115 * gdb.threads/gcore-thread.exp: Likewise.
9116 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9117
2a31c623
PA
91182014-08-20 Pedro Alves <palves@redhat.com>
9119 Jan Kratochvil <jan.kratochvil@redhat.com>
9120
9121 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9122 configure.
9123 (EXPECT): Handle READ1 being set.
9124 (all): Depend on EXTRA_RULES.
9125 (check-read1, expect-read1, read1.so, read1): New rules.
9126 * README (Testsuite Parameters): Document the READ1 make variable.
9127 (Race detection): New section.
9128 * configure: Regenerate.
9129 * configure.ac: If build==host==target, and running under a
9130 GNU/glibc system, add read1 to the extra Makefile rules.
9131 (EXTRA_RULES): AC_SUBST it.
9132 * lib/read1.c: New file.
9133
d36430db
JB
91342014-08-20 Joel Brobecker <brobecker@adacore.com>
9135
9136 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9137 the handling of variables declared as a typedef to an array
9138 which a DW_AT_data_location attribute.
9139
9a0dc9e3
PA
91402014-08-19 Andrew Burgess <aburgess@broadcom.com>
9141 Pedro Alves <palves@redhat.com>
9142
9143 PR symtab/14604
9144 PR symtab/14605
9145 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9146 gdb_test.
9147
0718a8da
PA
91482014-08-19 Pedro Alves <palves@redhat.com>
9149
9150 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9151
13b448cd
YQ
91522014-08-19 Yao Qi <yao@codesourcery.com>
9153
9154 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9155 right line.
9156
1cbf5077
DB
91572014-08-18 David Blaikie <dblaikie@gmail.com>
9158
9159 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9160
bf0fae19
JB
91612014-08-18 Joel Brobecker <brobecker@adacore.com>
9162
9163 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9164 attribute in array range.
9165
3c8c5dcc
JB
91662014-08-18 Joel Brobecker <brobecker@adacore.com>
9167
9168 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9169
e66d4446
SC
91702014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9171
9172 PR c++/17132
9173 * gdb.cp/pr17132.cc: New file.
9174 * gdb.cp/pr17132.exp: New file.
9175
940df408
SC
91762014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9177
9178 * gdb.python/py-xmethods.py (A_getarrayind)
9179 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9180 Use 'print' with function call syntax.
9181 (E_method_matcher.match): Fix tab vs space indentation mixup.
9182
ebcc6c3a
YQ
91832014-08-15 Yao Qi <yao@codesourcery.com>
9184
9185 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9186 false.
9187
775e0f04
YQ
91882014-08-15 Yao Qi <yao@codesourcery.com>
9189
9190 * gdb.cp/casts.exp: Set print symbol off.
9191 * gdb.cp/class2.exp: Likewise.
9192 * gdb.cp/overload.exp: Likewise.
9193 * gdb.cp/templates.exp: Likewise.
9194
d769e349
DE
91952014-08-11 Doug Evans <dje@google.com>
9196
9197 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9198 (test_load_shlib): Update.
9199
20c6f1e1
YQ
92002014-08-09 Yao Qi <yao@codesourcery.com>
9201
9202 * gdb.base/display.exp: Invoke is_address_zero_readable.
9203 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9204 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9205 * gdb.base/hbreak-unmapped.exp: Return if
9206 is_address_zero_readable returns true.
9207 * gdb.base/signest.exp: Likewise.
9208 * gdb.base/signull.exp: Likewise.
9209 * gdb.base/sigbpt.exp: Likewise.
9210 * gdb.guile/scm-disasm.exp: Do the test if
9211 is_address_zero_readable returns false.
9212 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9213 * gdb.python/py-arch.exp: Likewise.
9214 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9215 * lib/gdb.exp (is_address_zero_readable): New proc.
9216
5792e8e3
YQ
92172014-08-09 Yao Qi <yao@codesourcery.com>
9218
9219 PR testsuite/13443
9220 * gdb.mi/mi-var-display.exp: Make test messages unique.
9221
3cecbbbe
TT
92222014-08-04 Tom Tromey <tromey@redhat.com>
9223
9224 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9225 target 0".
9226
00b51ff5
TT
92272014-08-04 Tom Tromey <tromey@redhat.com>
9228
9229 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9230 "target_resume".
9231
6908c509
JB
92322014-08-01 Joel Brobecker <brobecker@adacore.com>
9233
9234 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9235 inner_vla_struct_object_size.
9236 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9237 as xfail.
9238
cc6563d2
PA
92392014-07-30 Pedro Alves <palves@redhat.com>
9240
9241 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9242 comment.
9243
7e09a223
YQ
92442014-07-29 Yao Qi <yao@codesourcery.com>
9245
9246 PR gdb/17206
9247 * gdb.base/until-nodebug.exp: New.
9248
7ebdbe92
DE
92492014-07-28 Doug Evans <xdje42@gmail.com>
9250
9251 PR guile/17203
9252 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9253 previously existing parameter, and previously ambiguously spelled
9254 parameter.
9255
fdb1adc6
WN
92562014-07-28 Will Newton <will.newton@linaro.org>
9257
9258 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9259
186fcde0
DE
92602014-07-26 Ludovic Courtès <ludo@gnu.org>
9261 Doug Evans <xdje42@gmail.com>
9262
9263 PR guile/17146
9264 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9265
70509625
PA
92662014-07-25 Pedro Alves <palves@redhat.com>
9267
9268 * gdb.threads/signal-command-handle-nopass.c: New file.
9269 * gdb.threads/signal-command-handle-nopass.exp: New file.
9270 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9271 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9272 * gdb.threads/signal-delivered-right-thread.c: New file.
9273 * gdb.threads/signal-delivered-right-thread.exp: New file.
9274
c3f814a1
PA
92752014-07-25 Pedro Alves <palves@redhat.com>
9276
9277 * gdb.base/double-prompt-target-event-error.exp
9278 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9279 match.
9280 (cancel_pagination_in_target_event): Rework double prompt
9281 detection.
9282 * gdb.base/paginate-after-ctrl-c-running.exp
9283 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9284 <return>' match.
9285 * gdb.base/paginate-bg-execution.exp
9286 (test_bg_execution_pagination_return)
9287 (test_bg_execution_pagination_cancel): Remove '-notransfer
9288 <return>' matches.
9289 * gdb.base/paginate-execution-startup.exp
9290 (test_fg_execution_pagination_return)
9291 (test_fg_execution_pagination_cancel): Remove '-notransfer
9292 <return>' matches.
9293 * gdb.base/paginate-inferior-exit.exp
9294 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9295 match.
9296 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9297 * lib/gdb.exp (pagination_prompt): Run text through
9298 string_to_regexp.
9299 (gdb_test_multiple): Match $pagination_prompt instead of
9300 "<return>".
9301 (string_to_regexp): Move to lib/gdb-utils.exp.
9302
e214cf6c
JK
93032014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9304
9305 * gdb.arch/amd64-entry-value-paramref.S: New file.
9306 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9307 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9308 * gdb.arch/amd64-optimout-repeat.S: New file.
9309 * gdb.arch/amd64-optimout-repeat.c: New file.
9310 * gdb.arch/amd64-optimout-repeat.exp: New file.
9311
17d0c5c8
JK
93122014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9313
9314 PR gdb/17170
9315 * gdb.base/statistics.exp: New file.
9316
b8b8facf
DE
93172014-07-17 Doug Evans <dje@google.com>
9318
74b49205 9319 PR gdb/17170
b8b8facf
DE
9320 * gdb.base/maint.exp: Update testing of per-command stats.
9321
1b5d0ab3
PA
93222014-07-16 Pedro Alves <palves@redhat.com>
9323
9324 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9325 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9326 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9327 (tfile_write_buf): New functions.
9328 (add_memory_block): Rewrite using the above.
9329 (adjust_function_address): New function.
9330 (FUNCTION_ADDRESS): New macro.
9331 (write_basic_trace_file): Remove short_x local, and use
9332 tfile_write_16. Change type of func_addr local to unsigned long
9333 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9334 here. Cast argument of add_memory_block to char pointer.
9335 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9336 (main): Remove parameters.
9337 * gdb.trace/tfile.exp: Remove nowarnings.
9338
4d974e88
SM
93392014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9340
9341 * gdb.base/debug-expr.exp: Test string evaluation with
9342 "debug expression" on.
9343
41e99568
PA
93442014-07-15 Pedro Alves <palves@redhat.com>
9345
9346 * gdb.base/reread.exp: Use clean_restart.
9347
487d9753
PL
93482014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9349
9350 * gdb.arch/avr-flash-qualifer.c: New.
9351 * gdb.arch/avr-flash-qualifer.exp: New.
9352
cc1c52ad
PA
93532014-07-14 Pedro Alves <palves@redhat.com>
9354
9355 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9356 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9357
1e973570
PA
93582014-07-14 Pedro Alves <palves@redhat.com>
9359
9360 * gdb.base/double-prompt-target-event-error.c: New file.
9361 * gdb.base/double-prompt-target-event-error.exp: New file.
9362
93d6eb10
PA
93632014-07-14 Pedro Alves <palves@redhat.com>
9364
9365 PR gdb/17072
9366 * gdb.base/paginate-inferior-exit.c: New file.
9367 * gdb.base/paginate-inferior-exit.exp: New file.
9368
0017922d
PA
93692014-07-14 Pedro Alves <palves@redhat.com>
9370
9371 PR gdb/17072
9372 * gdb.base/paginate-bg-execution.c: New file.
9373 * gdb.base/paginate-bg-execution.exp: New file.
9374
94696ad3
PA
93752014-07-14 Pedro Alves <palves@redhat.com>
9376
9377 PR gdb/17072
9378 * gdb.base/paginate-execution-startup.c: New file.
9379 * gdb.base/paginate-execution-startup.exp: New file.
9380 * lib/gdb.exp (pagination_prompt): New global.
9381 (default_gdb_spawn): New procedure, factored out from
9382 default_gdb_spawn.
9383 (default_gdb_start): Adjust to call default_gdb_spawn.
9384 (gdb_spawn): New procedure.
9385
bd293940
PA
93862014-07-14 Pedro Alves <palves@redhat.com>
9387
9388 * lib/gdb.exp (gdb_assert): New procedure.
9389 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9390
c933f875
PA
93912014-07-14 Pedro Alves <palves@redhat.com>
9392
9393 * gdb.base/execution-termios.c: New file.
9394 * gdb.base/execution-termios.exp: New file.
9395
d98b7a16
TT
93962014-07-14 Tom Tromey <tromey@redhat.com>
9397
9398 * gdb.cp/vla-cxx.cc: New file.
9399 * gdb.cp/vla-cxx.exp: New file.
9400
548740d6
TT
94012014-07-14 Tom Tromey <tromey@redhat.com>
9402
9403 * gdb.reverse/rerun-prec.c: New file.
9404 * gdb.reverse/rerun-prec.exp: New file.
9405
a25eb028
MR
94062014-07-12 Maciej W. Rozycki <macro@mips.com>
9407 Maciej W. Rozycki <macro@codesourcery.com>
9408
9409 * lib/gdb-utils.exp: New file.
9410 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9411 inline `gdb_init_command' processing.
9412 (gdb_start_cmd): Likewise.
9413 * lib/mi-support.exp (mi_run_cmd): Likewise.
9414 * README: Document `gdb_init_command' and `gdb_init_commands'.
9415
218c2655
JK
94162014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9417
9418 Fix false FAIL running under a very long directory name.
9419 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9420 and "set print elements 10000". Twice.
9421
5401fde3
YQ
94222014-07-11 Yao Qi <yao@codesourcery.com>
9423
9424 * gdb.base/exprs.exp: "set print symbol off".
9425
e76126e8
PA
94262014-07-11 Pedro Alves <palves@redhat.com>
9427
9428 * gdb.threads/kill.c: New file.
9429 * gdb.threads/kill.exp: New file.
9430
2d6f0de6
YQ
94312014-07-10 Yao Qi <yao@codesourcery.com>
9432
9433 * gdb.trace/tfile.c (write_basic_trace_file)
9434 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9435 address written to trace file.
9436
7180e04a
PA
94372014-07-09 Pedro Alves <palves@redhat.com>
9438
9439 * gdb.base/attach-wait-input.exp: New file.
9440 * gdb.base/attach-wait-input.c: New file.
9441
9a9a7608
AB
94422014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9443
9444 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9445 setting up test structures.
9446 (main): Call new test function.
9447 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9448 test function, continue into test function and walk test
9449 structures.
9450
161ac41e
YQ
94512014-07-02 Yao Qi <yao@codesourcery.com>
9452
9453 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9454 'bar_start' at the beginning of functions 'foo' and 'bar'
9455 respectively.
9456 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9457 instead of 'foo' and 'bar'.
9458
1f267ae3
MM
94592014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9460
9461 * gdb.btrace/segv.exp: New.
9462 * gdb.btrace/segv.c: New.
9463
2b239efb
LM
94642014-07-02 Luis Machado <lgustavo@codesourcery.com>
9465
9466 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9467 instruction.
9468
cf363f18
MW
94692014-06-30 Mark Wielaard <mjw@redhat.com>
9470
9471 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9472 vulture, vilify, villar): New volatile array constants.
9473 (vindictive, vegetation): New const volatile array constants.
9474 * gdb.base/volatile.exp: Test volatile and const volatile array
9475 types.
9476
aebf9d24
AA
94772014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9478
9479 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9480 target lacks support for awatch, rwatch, or hbreak.
9481
b67a2c6f
YQ
94822014-06-27 Yao Qi <yao@codesourcery.com>
9483
9484 * gdb.multi/dummy-frame-restore.exp: New.
9485 * gdb.multi/dummy-frame-restore.c: New.
9486
aef92902
MM
94872014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9488
9489 * gdb.btrace/gcore.exp: New.
9490
8e9db26e
PA
94912014-06-23 Pedro Alves <palves@redhat.com>
9492
9493 * gdb.base/watchpoint-reuse-slot.c: New file.
9494 * gdb.base/watchpoint-reuse-slot.exp: New file.
9495
70afc5b7
SC
94962014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9497
9498 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9499 progspace's filename in 'info', 'enable' and 'disable' command
9500 tests.
9501
b972bd9c
JK
95022014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9503
9504 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9505 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9506 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9507
125f8a3d
GB
95082014-06-20 Gary Benson <gbenson@redhat.com>
9509
9510 * gdb.arch/i386-avx.exp: Fix include file location.
9511 * gdb.arch/i386-sse.exp: Likewise.
9512
3ed9baed
IB
95132014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9514
9515 * gdb.dlang/expression.exp: New file.
9516
034f788c
PA
95172014-06-19 Pedro Alves <palves@redhat.com>
9518
9519 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9520 out from ...
9521 (top level): ... here. Iterate running tests under different
9522 scheduler-locking settings.
9523
45371d0c
LM
95242014-06-18 Luis Machado <lgustavo@codesourcery.com>
9525
9526 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9527 to DW_FORM_addr and use non-zero addresses.
9528
5d376983
SC
95292014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9530
9531 PR gdb/17017
9532 * gdb.python/py-xmethods.cc: Add global function call counters and
9533 increment them in their respective functions. Remove "cout"
9534 statements.
9535 * gdb.python/py-xmethods.exp: Make tests check the global function
9536 call counters instead of depending on inferior IO.
9537
a1aa2221
LM
95382014-06-18 Don Breazeal <donb@codesourcery.com>
9539
9540 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9541 Deleted procedure.
9542 (explicit_fork_parent_follow): Deleted procedure.
9543 (explicit_fork_child_follow): Deleted procedure.
9544 (test_follow_fork): New procedure.
9545 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 9546 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
9547 procedure calls.
9548
0fc05997
YQ
95492014-06-17 Yao Qi <yao@codesourcery.com>
9550
9551 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9552 CP1252.
9553
70795c52
LM
95542014-06-17 Luis Machado <lgustavo@codesourcery.com>
9555
9556 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9557 Initialize ptr and S explicitly.
9558 (skip_type_update_when_not_use_rtti_test): Likewise.
9559
6be47f0c
KS
95602014-06-16 Keith Seitz <keiths@redhat.com>
9561
9562 PR mi/15863
9563 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9564 the inferior is started.
9565
d03de421
PA
95662014-06-16 Pedro Alves <palves@redhat.com>
9567
9568 * gdb.base/break-main-file-remove-fail.c: New file.
9569 * gdb.base/break-main-file-remove-fail.exp: New file.
9570 * gdb.base/break-unload-file.exp: Use build_executable instead of
9571 prepare_for_testing.
9572 (test_break): New parameter "initial_load". Handle it.
9573 (top level): Add initial_load cmdline/file axis.
9574
f9579b99
TT
95752014-06-12 Tom Tromey <tromey@redhat.com>
9576
9577 * gdb.base/completion.exp: Don't use directory name in test.
9578
3657956b
GB
95792014-06-09 Gary Benson <gbenson@redhat.com>
9580
9581 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9582 separate the always-available ANSI-standard signals from the
9583 signals that require checking.
9584 (main): Likewise.
9585 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9586 Likewise.
9587 (main): Likewise.
9588
4186eb54
KS
95892014-06-07 Keith Seitz <keiths@redhat.com>
9590
9591 Revert:
9592 PR c++/16253
9593 * gdb.cp/var-tag.cc: New file.
9594 * gdb.cp/var-tag.exp: New file.
9595 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9596 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9597 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9598 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9599
25326a28 96002014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
9601
9602 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9603
829155c9
PA
96042014-06-06 Pedro Alves <palves@redhat.com>
9605
9606 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9607 in target debug output instead of looking at RSP packets,
9608 disabling the test on any target that uses hardware stepping.
9609 Update comments.
9610
61c8d22e
PA
96112014-06-06 Pedro Alves <palves@redhat.com>
9612
9613 * gdb.base/break-unload-file.exp: Fix typo.
9614
d9a47287
YQ
96152014-06-06 Yao Qi <yao@codesourcery.com>
9616
9617 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9618 from "jit_function" to "^jit_function".
9619
e5e01dbf
YQ
96202014-06-06 Yao Qi <yao@codesourcery.com>
9621
9622 * gdb.base/async.c (foo): Add one statement.
9623 * gdb.base/async.exp: Get the next instruction address and
9624 match the output of "nexti" by instruction address. Match
9625 the hex address in the output of "finish".
9626
73ba372c
GB
96272014-06-06 Gary Benson <gbenson@redhat.com>
9628
9629 * gdb.base/call-signals.c: Remove preprocessor conditionals
9630 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9631 SIGSEGV and SIGTERM.
9632 * gdb.base/sigall.c: Likewise.
9633 * gdb.base/unwindonsignal.c: Likewise.
9634 * gdb.reverse/sigall-reverse.c: Likewise.
9635
831517df
YQ
96362014-06-06 Yao Qi <yao@codesourcery.com>
9637
9638 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9639 readable, skip the test.
9640
b8b91e98
YQ
96412014-06-06 Yao Qi <yao@codesourcery.com>
9642
9643 * gdb.threads/staticthreads.c (thread_function): Move the line
9644 setting breakpoint on forward.
9645 * gdb.threads/staticthreads.exp: Update comments.
9646
fb934770
LC
96472014-06-05 Ludovic Courtès <ludo@gnu.org>
9648
9649 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9650 "history-append! type error".
9651
6ef284bd
SM
96522014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9653
9654 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9655 erroneous dprintf expected input.
9656
a872e241
DE
96572014-06-04 Doug Evans <xdje42@gmail.com>
9658
9659 * gdb.guile/scm-generics.exp: Delete.
9660
16f691fb
DE
96612014-06-04 Doug Evans <xdje42@gmail.com>
9662
9663 * gdb.guile/scm-breakpoint.exp: Update.
9664 Add tests for breakpoint registration.
9665
012370f6
TT
96662014-06-04 Tom Tromey <tromey@redhat.com>
9667
9668 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9669 VLA-in-union.
9670 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9671 inner_vla_struct, vla_union types. Initialize objects of those
9672 types and compute their sizes.
9673
9f5a4cef
HZ
96742014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9675 Hui Zhu <hui@codesourcery.com>
9676
9677 * gdb.base/fileio.exp: Add test for shell not available as well as
9678 available.
9679 * gdb.base/fileio.c (test_system): Check for shell twice.
9680
90a45c4d
YQ
96812014-06-04 Yao Qi <yao@codesourcery.com>
9682
9683 * gdb.base/auto-connect-native-target.exp: Remove redundant
9684 space from the regexp pattern.
9685
70017e41
YQ
96862014-06-04 Yao Qi <yao@codesourcery.com>
9687
9688 * gdb.base/default.exp: Replace "child" with "native" in
9689 regexp pattern.
9690
883964a7
SC
96912014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9692
9693 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9694 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9695 * gdb.python/py-xmethods.py: Python script supporting the
9696 new testcase and tests.
9697
ef370185
JB
96982014-06-03 Joel Brobecker <brobecker@adacore.com>
9699 Pedro Alves <palves@redhat.com>
9700
9701 PR breakpoints/17000
9702 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9703 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9704
1e2ccb61
BM
97052014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9706
9707 * gdb.base/subst.exp: Add tests to verify partial path matching
9708 output.
9709
c6ec5ab2
PA
97102014-06-03 Pedro Alves <palves@redhat.com>
9711
9712 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9713 target that doesn't use software single-stepping.
9714
835c559f
PA
97152014-06-03 Pedro Alves <palves@redhat.com>
9716
9717 PR breakpoints/17000
9718 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9719 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9720
06eb1586
DE
97212014-06-02 Doug Evans <xdje42@gmail.com>
9722
9723 * gdb.guile/scm-parameter.exp: New file.
9724
e698b8c4
DE
97252014-06-02 Doug Evans <xdje42@gmail.com>
9726
9727 * gdb.guile/scm-cmd.c: New file.
9728 * gdb.guile/scm-cmd.exp: New file.
9729
ded03782
DE
97302014-06-02 Doug Evans <xdje42@gmail.com>
9731
9732 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9733 pretty-printer lookup.
9734 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9735 (make-pp_s-printer): Call it.
9736 (make-pretty-printer-from-dict): New function.
9737 (lookup-pretty-printer-maker-from-dict): New function.
9738 (*pretty-printer*): Simplify.
9739 (make-objfile-pp_s-printer): New function.
9740 (install-objfile-pretty-printers!): New function.
9741 (make-progspace-pp_s-printer): New function.
9742 (install-progspace-pretty-printers!): New function.
9743 * gdb.guile/scm-progspace.c: New file.
9744 * gdb.guile/scm-progspace.exp: New file.
9745
41fac0cf
PA
97462014-06-02 Pedro Alves <palves@redhat.com>
9747
9748 * gdb.base/dprintf-bp-same-addr.c: New file.
9749 * gdb.base/dprintf-bp-same-addr.exp: New file.
9750
96ae5695
EBM
97512014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9752
9753 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9754 * gdb.arch/powerpc-power.s: Likewise.
9755
da02b3a8
JB
97562014-06-02 Joel Brobecker <brobecker@adacore.com>
9757
9758 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9759
c72b2e7b
YQ
97602014-06-01 Yao Qi <yao@codesourcery.com>
9761
9762 * gdb.base/watchpoint.exp (test_watch_location): Check null
9763 pointer can be dereferenced. If not, do the test, otherwise
9764 skip it.
9765
53e8a631
AB
97662014-05-30 Andrew Burgess <aburgess@broadcom.com>
9767
9768 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9769 results.
9770 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9771
938f0e2f
AB
97722014-05-30 Andrew Burgess <aburgess@broadcom.com>
9773
9774 * gdb.arch/amd64-invalid-stack-middle.S: New file.
9775 * gdb.arch/amd64-invalid-stack-middle.c: New file.
9776 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9777 * gdb.arch/amd64-invalid-stack-top.c: New file.
9778 * gdb.arch/amd64-invalid-stack-top.exp: New file.
9779
9ba6657a
PA
97802014-05-30 Pedro Alves <palves@redhat.com>
9781
9782 PR breakpoints/17000
9783 * gdb.base/sss-bp-on-user-bp.c: New file.
9784 * gdb.base/sss-bp-on-user-bp.exp: New file.
9785
522c09bf
DB
97862014-05-30 David Blaikie <dblaikie@gmail.com>
9787
9788 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
9789 gnu_inline semantics via attribute.
9790 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
9791 source explicitly specifies the required semantics.
9792
bf4ef81e
MR
97932014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
9794
9795 * gdb.reverse/sigall-reverse.exp: Fix a typo.
9796
329ea579
PA
97972014-05-29 Pedro Alves <palves@redhat.com>
9798 Tom Tromey <tromey@redhat.com>
9799
9800 * gdb.base/async-shell.exp: Don't enable target-async.
9801 * gdb.base/async.exp
9802 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
9803 parameter. Adjust.
9804 (top level): Don't test with "target-async".
9805 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
9806 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
9807 * gdb.base/inferior-died.exp: Don't enable target-async.
9808 * gdb.base/interrupt-noterm.exp: Likewise.
9809 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
9810 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9811 * gdb.mi/mi-nonstop.exp: Likewise.
9812 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9813 * gdb.mi/mi-nsintrall.exp: Likewise.
9814 * gdb.mi/mi-nsmoribund.exp: Likewise.
9815 * gdb.mi/mi-nsthrexec.exp: Likewise.
9816 * gdb.mi/mi-watch-nonstop.exp: Likewise.
9817 * gdb.multi/watchpoint-multi.exp: Adjust comment.
9818 * gdb.python/py-evsignal.exp: Don't enable target-async.
9819 * gdb.python/py-evthreads.exp: Likewise.
9820 * gdb.python/py-prompt.exp: Likewise.
9821 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
9822 * gdb.server/solib-list.exp: Don't enable target-async.
9823 * gdb.threads/thread-specific-bp.exp: Likewise.
9824 * lib/mi-support.exp: Adjust to use mi-async.
9825
fd664c91
PA
98262014-05-29 Pedro Alves <palves@redhat.com>
9827
9828 PR gdb/13860
9829 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
9830 reason, even in sync mode.
9831
251bde03
PA
98322014-05-29 Pedro Alves <palves@redhat.com>
9833 Hui Zhu <hui@codesourcery.com>
9834
9835 PR PR15693
9836 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
9837 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
9838 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
9839 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
9840
7f3c0343
JB
98412014-05-28 Joel Brobecker <brobecker@adacore.com>
9842
9843 * config/monitor.exp (gdb_target_monitor): Replace use of
9844 "set remotebaud" by "set serial baud".
9845
b2715b27
AW
98462014-05-26 Andy Wingo <wingo@igalia.com>
9847
9848 * gdb.guile/scm-breakpoint.exp:
9849 * gdb.guile/scm-gsmob.exp: Update to use plain old object
9850 properties instead of gdb-object-properties.
9851
498a4489
YQ
98522014-05-26 Yao Qi <yao@codesourcery.com>
9853
9854 * gdb.server/no-thread-db.exp: Specify source file name
9855 explicitly when setting a breakpoint.
9856
589fdceb
MM
98572014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9858
9859 * gdb.btrace/vdso.c: New.
9860 * gdb.btrace/vdso.exp: New.
9861
e9089e05
MM
98622014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9863
9864 * gdb.base/gcore.exp (capture_command_output): Move ...
9865 * lib/gdb.exp (capture_command_output): ... here.
9866
67b5c0c1
MM
98672014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9868
9869 * gdb.btrace/data.exp: Test memory access during btrace replay.
9870
a2199296
SM
98712014-05-22 Simon Marchi <simon.marchi@ericsson.com>
9872
9873 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
9874
17b2616c
PA
98752014-05-21 Pedro Alves <palves@redhat.com>
9876
9877 PR gdb/13860
9878 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
9879 (top level): Test that output related to execution commands is
9880 sent to the console with CLI commands, but not with MI commands.
9881 Test that breakpoint events are always mirrored to the console.
9882 Also expect the new source line to be output after a "next" in
9883 async mode too. Make it a pass/fail test.
9884 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
9885 output.
9886 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
9887
5166082f
PA
98882014-05-21 Pedro Alves <palves@redhat.com>
9889
9890 * gdb.base/list.exp (build_pattern, test_list): New procedures.
9891 Use them to test variations of "list" after reaching a breakpoint.
9892 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
9893 Test "list" with listsize 10 after reaching a breakpoint.
9894 * gdb.python/python.exp (decode_line current location line
9895 number): Adjust expected line number.
9896
2f25d70f
SM
98972014-05-21 Simon Marchi <simon.marchi@ericsson.com>
9898
9899 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
9900 behavior for $args, pass it directly to "run".
9901
ff604a67
MR
99022014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
9903
9904 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
9905 30000 to 65536.
9906
6a3cb8e8
PA
99072014-05-21 Pedro Alves <palves@redhat.com>
9908
9909 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
9910 auto-connect-native-target off".
9911 * gdb.base/auto-connect-native-target.c: New file.
9912 * gdb.base/auto-connect-native-target.exp: New file.
9913
4ebfc96e
PA
99142014-05-21 Pedro Alves <palves@redhat.com>
9915
9916 * gdb.base/default.exp: Test "target native" instead of "target
9917 child".
9918
36d46afb
MW
99192014-05-21 Mark Wielaard <mjw@redhat.com>
9920
9921 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9922
5876f503
JK
99232014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9924
9925 Fix TLS access for -static -pthread.
9926 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
9927 <HAVE_TLS> (thread_function, main): Initialize it.
9928 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
9929 Add clean_restart.
9930 <$have_tls != "">: Check TLSVAR.
9931
0256a6ac
PA
99322014-05-21 Pedro Alves <palves@redhat.com>
9933
9934 * gdb.base/dcache-line-read-error.c: New.
9935 * gdb.base/dcache-line-read-error.exp: New.
9936
936d2992
PA
99372014-05-20 Pedro Alves <palves@redhat.com>
9938
9939 * gdb.base/compare-sections.c: New file.
9940 * gdb.base/compare-sections.exp: New file.
9941
802e8e6d
PA
99422014-05-20 Pedro Alves <palves@redhat.com>
9943
9944 * gdb.base/break-idempotent.c: New file.
9945 * gdb.base/break-idempotent.exp: New file.
9946
e59fa00f
MM
99472014-05-20 Markus Metzger <markus.t.metzger@intel.com>
9948
9949 * gdb.btrace/nohist.exp: New.
9950
8b696e31
YQ
99512014-05-20 Yao Qi <yao@codesourcery.com>
9952
9953 * lib/gdb.exp (gdb_init): Set timeout if test file is under
9954 gdb.reverse directory and gdb_reverse_timeout exists in board
9955 setting.
9956 * README: Document gdb_reverse_timeout.
9957
73c9764f
YQ
99582014-05-20 Yao Qi <yao@codesourcery.com>
9959
9960 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
9961 'test_file_name'. Treat args as a string instead of a list.
9962 (gdb_init): Rename argument 'args' by 'test_file_name'.
9963
f1f4348a
JK
99642014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9965
9966 * gdb.arch/powerpc-power.exp: New file.
9967 * gdb.arch/powerpc-power.s: New file.
9968
0dbe70ce
DE
99692014-05-16 Doug Evans <dje@google.com>
9970
9971 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
9972 * gdb.base/completion.exp: Check that all expected files exist
9973 before doing file completion.
0dbe70ce 9974
8d551b02
DE
99752014-05-16 Doug Evans <dje@google.com>
9976
9977 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
9978 Update.
9979 (do_syscall_tests_without_xml): Update.
9980
73eb7709
PA
99812014-05-16 Pedro Alves <palves@redhat.com>
9982
9983 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
9984 instead of "unknown output after running".
9985
3fae92fc
YQ
99862014-05-16 Yao Qi <yao@codesourcery.com>
9987
9988 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
9989 file1.txt from host at the end.
9990 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9991
c2b2ccc5
DE
99922014-05-15 Doug Evans <dje@google.com>
9993
9994 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
9995 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
9996 loading file. Add test for TU lookup.
9997
8c217a4b
SM
99982014-05-15 Simon Marchi <simon.marchi@ericsson.com>
9999
10000 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10001 calling "-exec-arguments" or "set args" before running the
10002 inferior.
10003
3deb39c6
SM
100042014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10005
10006 * lib/mi-support.exp (mi_expect_stop): Expect message for
10007 inferiors that exit with non-zero exit code.
10008
71a79f8c
YQ
100092014-05-14 Yao Qi <yao@codesourcery.com>
10010
10011 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10012 match absolute path on remote host.
10013 (test_file_list_exec_source_files): Remove "/" from the
10014 pattern.
10015
f23fcd46
YQ
100162014-05-14 Yao Qi <yao@codesourcery.com>
10017
10018 * boards/local-remote-host-notty.exp (${board}_file): New
10019 proc.
10020
9404b58f
KM
100212014-05-07 Kyle McMartin <kyle@redhat.com>
10022
10023 Pushed by Joel Brobecker <brobecker@adacore.com>.
10024 * gdb.arch/aarch64-atomic-inst.c: New file.
10025 * gdb.arch/aarch64-atomic-inst.exp: New file.
10026
5e45f04c
YQ
100272014-05-07 Yao Qi <yao@codesourcery.com>
10028
10029 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10030 in current context" too.
10031
c888a17d
KS
100322014-05-05 Keith Seitz <keiths@redhat.com>
10033
10034 * gdb.linespec/ls-dollar.exp: Add test for linespec
10035 file:convenience_variable.
10036
290a839c
YQ
100372014-05-05 Yao Qi <yao@codesourcery.com>
10038
10039 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10040 traceframes into tfile and ctf trace files. Read data from
10041 trace file and test collected data.
10042 (gdb_collect_locals_test): Likewise.
10043 (gdb_unavailable_registers_test): Likewise.
10044 (gdb_unavailable_floats): Likewise.
10045 (gdb_collect_globals_test): Likewise.
10046 (top-level): Append "ctf" to trace_file_targets if GDB
10047 supports.
10048
b5262cd0
YQ
100492014-05-05 Yao Qi <yao@codesourcery.com>
10050
10051 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10052 code to ...
10053 (gdb_collect_args_test_1): ... it. New proc.
10054 (gdb_collect_locals_test): Move some code to ...
10055 (gdb_collect_locals_test_1): ... it. New proc.
10056 (gdb_unavailable_registers_test): Move some code to ...
10057 (gdb_unavailable_registers_test_1): ... it. New proc.
10058 (gdb_unavailable_floats): Move some code to ...
10059 (gdb_unavailable_floats_1): ... it. New proc.
10060
30a1e6cc
SDJ
100612014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10062
10063 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10064 probes to test for bitness recognition.
10065 * gdb.arch/amd64-stap-optional-prefix.exp
10066 (test_probe_value_without_reg): New procedure.
10067 Add code to test for different kinds of bitness.
10068
f33da99a
SDJ
100692014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10070
10071 PR breakpoints/16889
10072 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10073 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10074
5b80f00d
PA
100752014-05-01 Pedro Alves <palves@redhat.com>
10076
10077 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10078 gdb_file_cmd if no file is specified.
10079 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10080 last_loaded_file to set the remote exec-file.
10081
f8c2a73c
PA
100822014-05-01 Pedro Alves <palves@redhat.com>
10083
10084 * boards/local-remote-host.exp: New file.
10085
be6e8ac7
PA
100862014-05-01 Pedro Alves <palves@redhat.com>
10087
10088 * boards/local-remote-host.exp: Rename to ...
10089 * boards/local-remote-host-notty.exp: ... this.
10090
cac0dc8f
JB
100912014-04-28 Joel Brobecker <brobecker@adacore.com>
10092
10093 * gdb.ada/dyn_arrayidx: New testcase.
10094
9730e6cc
YQ
100952014-04-26 Yao Qi <yao@codesourcery.com>
10096
10097 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10098 and compute the length of function main. Save it in
10099 $main_length.
10100 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10101 (top-level): Use gdb_compile to compile objects into
10102 executable and restart GDB. Remove invocation to
10103 prepare_for_testing.
10104
7ae1a6a6
PA
101052014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10106 Pedro Alves <palves@redhat.com>
10107
10108 PR server/16255
10109 * gdb.multi/multi-attach.c: New file.
10110 * gdb.multi/multi-attach.exp: New file.
10111
4082afcc
PA
101122014-04-25 Pedro Alves <palves@redhat.com>
10113
10114 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10115 user.
10116 (top level): Test that "set remote conditional-breakpoints-packet
10117 off" works as intended.
10118 * gdb.base/dprintf.exp: Test that "set remote
10119 breakpoint-commands-packet off" works as intended.
10120 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10121 New function.
10122 (top level): Call it.
10123 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10124 remote fast-tracepoints-packet off" works as intended.
10125 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10126 * lib/gdb.exp (gdb_is_target_remote): ... here.
10127
2abc3f8d
DB
101282014-04-24 David Blaikie <dblaikie@gmail.com>
10129
10130 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10131 ensure clang would not discard them.
10132 * gdb.base/gdbvars.c: Ditto.
10133 * gdb.base/memattr.c: Ditto.
10134 * gdb.base/whatis.c: Ditto.
10135 * gdb.python/py-prettyprint.c: Ditto.
10136 * gdb.trace/actions.c: Ditto.
10137 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10138 ensure clang would not discard it.
10139
bfd39632
DB
101402014-04-24 David Blaikie <dblaikie@gmail.com>
10141
10142 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10143 clang to emit the full definition of type required by the test
10144 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10145
22842ff6
DB
101462014-04-24 David Blaikie <dblaikie@gmail.com>
10147
10148 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10149 coax Clang into emitting the definition of the type.
10150 * gdb.cp/pr10728-x.h (y): Ditto.
10151 * gdb.cp/pr10728-y.cc (y): Ditto.
10152
c2e827ad
DB
101532014-04-24 David Blaikie <dblaikie@gmail.com>
10154
10155 * gdb.base/label.exp: XFAIL label related tests under Clang.
10156 * gdb.cp/cplabel.exp: Ditto.
10157 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10158 under Clang those using labels.
10159
4c2d33e7
YQ
101602014-04-25 Yao Qi <yao@codesourcery.com>
10161
10162 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10163 double_label.
10164 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10165 partial_label and double_label.
10166
56083b99
DB
101672014-04-24 David Blaikie <dblaikie@gmail.com>
10168
10169 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10170
25d4e99d
DB
101712014-04-24 David Blaikie <dblaikie@gmail.com>
10172
10173 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10174 of the function to work across GCC and Clang.
10175 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10176 pointer types (const void ** const V void **).
10177
01f9f808
MS
101782014-04-24 Michael Sturm <michael.sturm@mintel.com>
10179 Walfred Tedeschi <walfred.tedeschi@intel.com>
10180
10181 * Makefile.in (EXECUTABLES): Added i386-avx512.
10182 * gdb.arch/i386-avx512.c: New file.
10183 * gdb.arch/i386-avx512.exp: Likewise.
10184
4b48d439
KS
101852014-04-23 Keith Seitz <keiths@redhat.com>
10186
10187 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10188 (mi_make_breakpoint_table): New procedure.
10189 (mi_create_breakpoint): Use mi_make_breakpoint
10190 and return the result.
10191 (mi_make_breakpoint): New procedure.
10192 (mi_build_kv_pairs): New procedure.
10193
10194 * gdb.mi/mi-break.exp: Remove unused globals,
10195 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10196 All callers updated.
10197 * gdb.mi/mi-dprintf.exp: Use variable to track command
10198 number.
10199 Update all callers of mi_create_breakpoint and use
10200 mi_make_breakpoint_table.
10201 Remove any unused global variables.
10202 * gdb.mi/mi-nonstop.exp: Likewise.
10203 * gdb.mi/mi-nsintrall.exp: Likewise.
10204 * gdb.mi/mi-nsmoribund.exp: Likewise.
10205 * gdb.mi/mi-nsthrexec.exp: Likewise.
10206 * gdb.mi/mi-reverse.exp: Likewise.
10207 * gdb.mi/mi-simplerun.exp: Likewise.
10208 * gdb.mi/mi-stepn.exp: Likewise.
10209 * gdb.mi/mi-syn-frame.exp: Likewise.
10210 * gdb.mi/mi-until.exp: Likewise.
10211 * gdb.mi/mi-var-cp.exp: Likewise.
10212 * gdb.mi/mi-var-display.exp: Likewise.
10213 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10214 * gdb.mi/mi2-var-child.exp: Likewise.
10215 * gdb.mi/mi-vla-c99.exp: Likewise.
10216 * lib/mi-support.exp: Likewise.
10217
10218 From Ian Lance Taylor <iant@cygnus.com>:
10219 * lib/gdb.exp (parse_args): New procedure.
10220
08351840
PA
102212014-04-23 Pedro Alves <palves@redhat.com>
10222
10223 * gdb.base/break-unload-file.c: New file.
10224 * gdb.base/break-unload-file.exp: New file.
10225 * gdb.base/sym-file-lib.c (baz): New function.
10226 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10227 field.
10228 (load): Store the segment's mapped size.
10229 (unload): New function.
10230 (unload_shlib): New function.
10231 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10232 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10233 set a breakpoint at baz, and call it.
10234 * gdb.base/sym-file.exp: New tests for stale breakpoint
10235 instructions.
10236
076855f9
PA
102372014-04-23 Pedro Alves <palves@redhat.com>
10238
10239 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10240 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10241 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10242 * gdb.base/hbreak-unmapped.c: New file.
10243 * gdb.base/hbreak-unmapped.exp: New file.
10244 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10245 * lib/gdb.exp (gdb_is_target_remote): ... here.
10246
483805cf
PA
102472014-04-22 Pedro Alves <palves@redhat.com>
10248
10249 * gdb.base/consecutive-step-over.c: New file.
10250 * gdb.base/consecutive-step-over.exp: New file.
10251
06d97543
PA
102522014-04-22 Pedro Alves <palves@redhat.com>
10253
10254 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10255 instead of send_gdb/gdb_expect.
10256
b4429ea2
YQ
102572014-04-22 Yao Qi <yao@codesourcery.com>
10258
10259 * lib/trace-support.exp (generate_tracefile): New procedure.
10260 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10261 return 0.
10262 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10263 if generate_tracefile returns 1.
10264
51d48146
PA
102652014-04-18 Tom Tromey <palves@redhat.com>
10266 Pedro alves <tromey@redhat.com>
10267
10268 PR backtrace/15558
10269 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10270 with a backtrace limit.
10271 * gdb.python/py-frame-inline.exp: Test running to an inline
10272 function with a backtrace limit, and printing the newest frame.
10273 * gdb.python/py-frame-inline.c (main): Call f.
10274
bd1dce5f
MS
102752014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10276
10277 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10278
40d1a503
MS
102792014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10280
10281 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10282 Drop prefix from unsupported source file path.
10283
389b98f7
YQ
102842014-04-17 Yao Qi <yao@codesourcery.com>
10285
10286 * lib/gdb.exp (with_target_charset): New proc.
10287 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10288 with_target_charset.
10289 (test_print_strings): Likewise.
10290 (test_repeat_bytes): Likewise.
10291 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10292 for some tests.
10293
22869d73
KS
102942014-04-16 Keith Seitz <keiths@redhat.com>
10295
10296 PR gdb/15827
10297 * gdb.dwarf2/corrupt.c: New file.
10298 * gdb.dwarf2/corrupt.exp: New file.
10299
c4f87ca6
KS
103002014-04-16 Keith Seitz <keiths@redhat.com>
10301
10302 PR c++/16597
10303 * gdb.cp/namelessclass.cc: New file.
10304 * gdb.cp/namelessclass.exp: New file.
10305 * gdb.cp/namelessclass.S: New file.
10306
ab19de87
DE
103072014-04-16 Doug Evans <dje@google.com>
10308
10309 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10310 Add comment.
10311 (gdbserver_default_get_comm_port): New function.
10312 (gdbserver_start): Check if board file provided
10313 "gdbserver,get_comm_port" and use it if so.
10314 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10315 (gdb,socketport): Set to "stdio".
10316 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10317 (stdio_gdbserver_template): Delete.
10318 (${board}_get_remote_address): Update.
10319 (${board}_build_remote_cmd): Delete.
10320 (${board}_get_comm_port): New function.
10321 (${board}_spawn): Update.
10322 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10323 Delete.
10324 (${board}_get_remote_address): Update.
10325 (${board}_get_comm_port): New function.
10326
fc98a809
AB
103272014-04-16 Andrew Burgess <aburgess@broadcom.com>
10328
10329 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10330 appearing in any order.
10331
87fd9e6e
DE
103322014-04-15 Doug Evans <dje@google.com>
10333
10334 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10335 uninitialized value of "description".
10336
099fc3ea
KS
103372014-04-15 Keith Seitz <keiths@redhat.com>
10338
10339 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10340 Remove unused globals.
10341 (test_running_the_program): Likewise.
10342 (test_controlled_execution): Likewise.
10343 (test_controlling_breakpoints): Likewise.
10344 (test_program_termination): Likewise.
10345
5da151d4
KS
103462014-04-15 Keith Seitz <keiths@redhat.com>
10347
10348 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10349 unused globals.
10350 (test_rbreak_creation_and_listing): Likewise.
10351 (test_ignore_count): Likewise.
10352 (test_error): Likewise.
10353
35e5d2f0
PA
103542014-04-15 Pedro Alves <palves@redhat.com>
10355
10356 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10357 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10358 sym-file-loader.c.
10359 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10360 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10361 to sym-file-loader.c.
10362 (struct library): Forward declare.
10363 (load_shlib, lookup_function): Change prototypes.
10364 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10365 (translate_offset): Remove declarations.
10366 (get_text_addr): New declaration.
10367 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10368 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10369 sym-file-loader.h.
10370 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10371 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10372 here from sym-file-loader.h.
10373 (struct library): New structure.
10374 (load_shlib, lookup_function): Change prototypes and adjust to
10375 work with a struct library.
10376 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10377 (translate_offset): Make static.
10378 (get_text_addr): New function.
10379 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10380
eb4c1710
PA
103812014-04-15 Pedro Alves <palves@redhat.com>
10382
10383 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10384
2d1baf52
PA
103852014-04-15 Pedro Alves <palves@redhat.com>
10386
10387 * gdb.base/sym-file-loader.c: Include <limits.h>.
10388 (SELF_LINK): New define.
10389 (get_origin): New function.
10390 (load_shlib): Use it.
10391 * gdb.base/sym-file.exp: Don't early return if the target is
10392 remote. Use runto_main, and issue fail is that fails. Use
10393 gdb_load_shlibs.
10394 (shlib_name): Delete.
10395 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10396
7dd6df01
PA
103972014-04-15 Pedro Alves <palves@redhat.com>
10398
10399 * gdb.base/sym-file.exp: Remove regex characters from test
10400 message. Don't refer to breakpoint numbers in test messages.
10401
b50c8614
KS
104022014-04-14 Keith Seitz <keiths@redhat.com>
10403
10404 PR c++/16253
10405 * gdb.cp/var-tag.cc: New file.
10406 * gdb.cp/var-tag.exp: New file.
10407 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10408 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10409 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10410 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10411
3d567982
TT
104122014-04-14 Tom Tromey <tromey@redhat.com>
10413
10414 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10415 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10416 type.
10417 * gdb.cp/enum-class.exp: New file.
10418 * gdb.cp/enum-class.cc: New file.
10419
0626fc76
TT
104202014-04-14 Tom Tromey <tromey@redhat.com>
10421
10422 * gdb.dwarf2/enum-type.exp: New file.
10423
dca325b3
SA
104242014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10425
10426 * gdb.mi/mi-vla-c99.exp: New file.
10427 * gdb.mi/vla.c: New file.
10428
5854b38a
SA
104292014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10430
10431 * gdb.base/vla-datatypes.c: New file.
10432 * gdb.base/vla-datatypes.exp: New file.
10433
463bb957
SA
104342014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10435
10436 * gdb.base/vla-ptr.c: New file.
10437 * gdb.base/vla-ptr.exp: New file.
10438
3dd170be
SA
104392014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10440
10441 * gdb.dwarf2/count.exp: New file.
10442
5ecaaa66
SA
104432014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10444
10445 * gdb.base/vla-sideeffect.c: New file.
10446 * gdb.base/vla-sideeffect.exp: New file.
10447
41f1ada5
DB
104482014-04-14 David Blaikie <dblaikie@gmail.com>
10449
10450 * gdb.mi/non-stop.c: Add return value for non-void function return
10451 statement.
10452 * gdb.threads/staticthreads.c: Ditto.
10453
0be03e84
DE
104542014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10455 Doug Evans <xdje42@gmail.com>
10456
10457 * gdb.guile/scm-value.c: Improve test case.
10458 * gdb.guile/scm-value.exp: Add new test.
10459
f180a1fb
DB
104602014-04-11 David Blaikie <dblaikie@gmail.com>
10461
10462 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10463 override Clang's default.
10464
6b662e19
JB
104652014-04-11 Joel Brobecker <brobecker@adacore.com>
10466
10467 Revert the following changes (regressions):
10468
10469 * gdb.base/vla-sideeffect.c: New file.
10470 * gdb.base/vla-sideeffect.exp: New file.
10471
10472 * gdb.dwarf2/count.exp: New file.
10473
10474 * gdb.base/vla-multi.c: New file.
10475 * gdb.base/vla-multi.exp: New file.
10476
10477 * gdb.base/vla-ptr.c: New file.
10478 * gdb.base/vla-ptr.exp: New file.
10479
10480 * gdb.base/vla-datatypes.c: New file.
10481 * gdb.base/vla-datatypes.exp: New file.
10482
10483 * gdb.mi/mi-vla-c99.exp: New file.
10484 * gdb.mi/vla.c: New file.
10485
245a5f0b
KS
104862014-04-11 Keith Seitz <keiths@redhat.com>
10487
10488 PR c++/16675
10489 * gdb.cp/cpsizeof.exp: New file.
10490 * gdb.cp/cpsizeof.cc: New file.
10491
58a84dcf
SA
104922014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10493
191a8a90
JB
10494 * gdb.mi/mi-vla-c99.exp: New file.
10495 * gdb.mi/vla.c: New file.
58a84dcf 10496
c8655f75
SA
104972014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10498
10499 * gdb.base/vla-datatypes.c: New file.
10500 * gdb.base/vla-datatypes.exp: New file.
10501
024e13b4
SA
105022014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10503
10504 * gdb.base/vla-ptr.c: New file.
10505 * gdb.base/vla-ptr.exp: New file.
10506
1a237e0e
SA
105072014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10508
10509 * gdb.base/vla-multi.c: New file.
10510 * gdb.base/vla-multi.exp: New file.
10511
504f3432
SA
105122014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10513
10514 * gdb.dwarf2/count.exp: New file.
10515
3bce8237
SA
105162014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10517
191a8a90
JB
10518 * gdb.base/vla-sideeffect.c: New file.
10519 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 10520
322f9c21
YQ
105212014-04-11 Yao Qi <yao@codesourcery.com>
10522
10523 * gdb.base/completion.exp: Check file exists before running tests
10524 on file completion.
10525
d708bcd1
PA
105262014-04-10 Pedro Alves <palves@redhat.com>
10527
10528 * gdb.base/cond-eval-mode.c: New file.
10529 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10530 prepare_for_testing to build the new file. Check result of
10531 runto_main.
10532 (test_break, test_watch): New procedures.
10533 (top level): Use them.
10534
ae1d2761
PM
105352014-04-08 Pierre Muller <muller@sourceware.org>
10536
10537 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10538 Ctrl-V use for mingw hosts.
10539
7af389b8
SC
105402014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10541
10542 * gdb.python/py-value.c: Improve test case.
10543 * gdb.python/py-value.exp: Add new test.
10544
5e703181
DE
105452014-04-07 David Blaikie <dblaikie@gmail.com>
10546
10547 * lib/compiler.c: Identify the clang compiler.
10548 * lib/compiler.cc: Ditto.
10549
9810b410
YQ
105502014-04-03 Yao Qi <yao@codesourcery.com>
10551
10552 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10553
98d1b8dc
AB
105542014-04-01 Anton Blanchard <anton@samba.org>
10555
10556 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10557 messages unique.
10558
3114cea1
AB
105592014-04-01 Anton Blanchard <anton@samba.org>
10560
10561 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10562 prepare_for_testing.
10563
62f7182c
AB
105642014-04-01 Anton Blanchard <anton@samba.org>
10565
10566 * gdb.arch/ppc64-atomic-inst.c: Remove.
10567 * gdb.arch/ppc64-atomic-inst.S: New file.
10568 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10569
770e7fc7
DE
105702014-03-31 Doug Evans <dje@google.com>
10571
10572 * gdb.base/print-symbol-loading-lib.c: New file.
10573 * gdb.base/print-symbol-loading-main.c: New file.
10574 * gdb.base/print-symbol-loading.exp: New file.
10575
46e2bafa
YQ
105762014-03-31 Yao Qi <yao@codesourcery.com>
10577
10578 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10579
8776cfe9
JB
105802014-03-28 Joel Brobecker <brobecker@adacore.com>
10581
10582 * gdb.ada/mi_dyn_arr: New testcase.
10583
5d1ef361
DE
105842014-03-27 Doug Evans <dje@google.com>
10585
10586 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10587
b5bee914
YQ
105882014-03-27 Yao Qi <yao@codesourcery.com>
10589
10590 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10591 if target is nios2-*-*.
10592
0d4d0e77
YQ
105932014-03-26 Yao Qi <yao@codesourcery.com>
10594
10595 * lib/gdb.exp (readline_is_used): New proc.
10596 * gdb.base/completion.exp: Move tests on command complete up.
10597 Skip the rest of tests if readline is not used.
10598 * gdb.ada/complete.exp: Skp the test if readline is not
10599 used.
10600 * gdb.base/filesym.exp: Likewise.
10601 * gdb.base/macscp.exp: Likewise.
10602 * gdb.base/readline-ask.exp: Likewise.
10603 * gdb.base/readline.exp: Likewise.
10604 * gdb.python/py-cmd.exp: Likewise.
10605 * gdb.trace/tfile.exp: Likewise.
10606
29361eee
YQ
106072014-03-26 Yao Qi <yao@codesourcery.com>
10608
10609 * gdb.base/macscp.exp: Fix code format issues.
10610
bc9a5525
UW
106112014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10612
10613 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10614 * gdb.asm/powerpc64le.inc: New file.
10615
d3839ede
PA
106162014-03-25 Pedro Alves <palves@redhat.com>
10617 Doug Evans <dje@google.com>
10618
10619 * gdb.base/source-execution.c: New file.
10620 * gdb.base/source-execution.exp: New file.
10621 * gdb.base/source-execution.gdb: New file.
10622
01672a57
DE
106232014-03-24 Doug Evans <dje@google.com>
10624
10625 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10626 using fission.
10627
88bbeca9
HZ
106282014-03-24 Hui Zhu <hui@codesourcery.com>
10629 Pedro Alves <palves@redhat.com>
10630
10631 PR breakpoints/16101
10632 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10633 test pass/fail messages. Detect missing support for dprintf when
10634 breakpoints are actually inserted.
10635 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10636 breakpoints are actually inserted.
10637 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10638 fails.
10639
d2348791
JK
106402014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10641
10642 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10643
feef67ab
DE
106442014-03-22 Doug Evans <xdje42@gmail.com>
10645
10646 * gdb.python/python.exp (python not supported): Verify multi-line
10647 python command issues an error.
25d743f9 10648 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 10649 guile command issues an error.
feef67ab 10650
ecebef6a
MR
106512014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10652
10653 * gdb.threads/thread-specific.exp: Handle the lack of usable
10654 $this_breakpoint and $this_thread.
10655
ccdd1909
HZ
106562014-03-21 Hui Zhu <hui@codesourcery.com>
10657
10658 * gdb.base/attach.exp (do_command_attach_tests): New.
10659
beb460e8
PA
106602014-03-20 Tom Tromey <tromey@redhat.com>
10661 Pedro Alves <palves@redhat.com>
10662
10663 PR cli/15718
10664 * gdb.base/condbreak-call-false.c: New file.
10665 * gdb.base/condbreak-call-false.exp: New file.
10666
40acf43a
PA
106672014-03-20 Pedro Alves <palves@redhat.com>
10668
10669 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10670 Delete.
10671 (block_signals, unblock_signals): Delete.
10672 (child_function_2, main): Remove references to deleted variable
10673 and functions.
10674
9f5e1e02
PA
106752014-03-20 Pedro Alves <palves@redhat.com>
10676
10677 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10678 Use pthread_kill to signal thread 2.
10679 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10680 Adjust to make the test send itself a signal rather than using the
10681 host's "kill" command.
10682
99619bea
PA
106832014-03-20 Pedro Alves <palves@redhat.com>
10684
10685 * gdb.threads/multiple-step-overs.c: New file.
10686 * gdb.threads/multiple-step-overs.exp: New file.
10687 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10688 Adjust expected infrun debug output.
10689
2adfaa28
PA
106902014-03-20 Pedro Alves <palves@redhat.com>
10691
10692 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10693 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10694
31e77af2
PA
106952014-03-20 Pedro Alves <palves@redhat.com>
10696
10697 PR breakpoints/7143
10698 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10699 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10700 of gdb_test_multiple.
10701 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10702 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10703
b9f437de
PA
107042014-03-20 Pedro Alves <palves@redhat.com>
10705
10706 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10707 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10708
05adc73e
PA
107092014-03-19 Pedro Alves <palves@redhat.com>
10710
10711 * gdb.base/async.exp: Remove early return.
10712
6048b950
PA
107132014-03-19 Pedro Alves <palves@redhat.com>
10714
10715 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10716
8bcfb00a
PA
107172014-03-19 Pedro Alves <palves@redhat.com>
10718
10719 * gdb.base/async.exp (test_background): Expect \r\n after
10720 "completed." in the fail pattern.
10721
884e37dc
PA
107222014-03-19 Pedro Alves <palves@redhat.com>
10723
10724 * gdb.base/async.exp (test_background): New procedure.
10725 Use it for all background execution command tests.
10726
148e57e2
PA
107272014-03-19 Pedro Alves <palves@redhat.com>
10728
10729 * gdb.base/async.exp: Use prepare_for_testing.
10730
f48088c7
PA
107312014-03-19 Pedro Alves <palves@redhat.com>
10732
10733 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10734 the same line.
10735
e2f6c966
PA
107362014-03-19 Pedro Alves <palves@redhat.com>
10737
10738 * gdb.base/async.c (main): Add "jump here" and "until here" line
10739 marker comments.
10740 * gdb.base/async.exp (jump_here): New global.
10741 (jump& test): Use it.
10742 (until_here): New global.
10743 (until& test): Use it.
10744
c30568d4
PA
107452014-03-19 Pedro Alves <palves@redhat.com>
10746
10747 * gdb.base/async.exp: Don't frob gdb_protocol.
10748
0172b6a7
DE
107492014-03-18 Doug Evans <xdje42@gmail.com>
10750
10751 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10752 Fix spelling of exec-done-display.
10753
06c868a8
JK
107542014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10755
10756 PR gdb/15358
10757 * gdb.base/gdb-sigterm.c: New file.
10758 * gdb.base/gdb-sigterm.exp: New file.
10759
0c7e1a46
PA
107602014-03-18 Pedro Alves <palves@redhat.com>
10761
10762 PR gdb/13860
10763 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10764 * lib/mi-support.exp (mi_expect_stop): Add special handling for
10765 solib-event.
10766
f7c77d93
JB
107672014-03-17 Joel Brobecker <brobecker@adacore.com>
10768
10769 * gdb.ada/pckd_arr_ren: New testcase.
10770
5a1e8c7a
DE
107712014-03-13 Doug Evans <xdje42@gmail.com>
10772
10773 PR guile/16612
10774 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10775 collect after discarding symbols.
10776
350e1a76
DE
107772014-03-13 Ludovic Courtès <ludo@gnu.org>
10778 Doug Evans <xdje42@gmail.com>
10779
10780 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10781 to history survives a gc.
10782
a69900ae
PA
107832014-03-13 Pedro Alves <palves@redhat.com>
10784
10785 * gdb.base/default.exp: Don't test "target procfs".
10786
5db9f0bd
PA
107872014-03-13 Pedro Alves <palves@redhat.com>
10788
10789 * gdb.base/default.exp: Update "target child" and "target procfs"
10790 tests to not expect "Unix".
10791
b3ccfe11
TT
107922014-03-12 Tom Tromey <tromey@redhat.com>
10793
10794 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
10795 New procs. Add target-async tests.
10796 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
10797 Add target-async tests.
10798
646f4417
AA
107992014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10800
10801 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
10802 'func_start' and 'func_end' for the beginning and end of the
10803 function code, respectively.
10804 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
10805 'func_end' instead of 'func' and 'main'.
10806
288c211f
AA
108072014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10808
10809 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
10810 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
10811 generate the debug info assembler source.
10812
e0c0f156
AA
108132014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10814
10815 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
10816 * gdb.dwarf2/arr-subrange.exp: Likewise.
10817 * gdb.dwarf2/dwz.exp: Likewise.
10818 * gdb.dwarf2/method-ptr.exp: Likewise.
10819 * gdb.dwarf2/missing-sig-type.exp: Likewise.
10820 * gdb.dwarf2/subrange.exp: Likewise.
10821 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
10822 * gdb.dwarf2/implptrpiece.exp: Likewise.
10823 * gdb.dwarf2/nostaticblock.exp: Likewise.
10824
0e5c4555
AA
108252014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10826
10827 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
10828 directory to absolute path name arguments.
10829
5ec18f2b
JG
108302014-03-10 Joel Brobecker <brobecker@adacore.com>
10831
10832 * gdb.ada/tagged_access: New testcase.
10833
847fc4f2
MM
108342014-03-07 Markus Metzger <markus.t.metzger@intel.com>
10835
10836 * gdb.btrace/data.exp: Update expected output.
10837
cc3da688
YQ
108382014-03-06 Yao Qi <yao@codesourcery.com>
10839
10840 * gdb.trace/pr16508.exp: New file.
10841
0f26cec1
PA
108422014-03-05 Pedro Alves <palves@redhat.com>
10843
10844 PR gdb/16575
10845 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
10846 procedure.
10847 (top level): Adjust to use it. Add tests that exercise breakpoint
10848 interaction with the code-cache.
10849
7a5a839f
LC
108502014-02-26 Ludovic Courtès <ludo@gnu.org>
10851
10852 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
10853 test for 'history-append!'.
10854
31aa7e4e
JB
108552014-02-26 Joel Brobecker <brobecker@adacore.com>
10856
10857 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
10858 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
10859 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
10860 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
10861 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
10862 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
10863
1b588015
JB
108642014-02-26 Joel Brobecker <brobecker@adacore.com>
10865
10866 * testsuite/gdb.python/py-pp-re-notag.c: New file.
10867 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
10868 * testsuite/gdb.python/py-pp-re-notag.p: New file.
10869
55426c9d
JB
108702014-02-26 Joel Brobecker <brobecker@adacore.com>
10871
10872 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
10873
dc53a7ad
JB
108742014-02-26 Joel Brobecker <brobecker@adacore.com>
10875
10876 * gdb.dwarf2/arr-stride.c: New file.
10877 * gdb.dwarf2/arr-stride.exp: New file.
10878
12ab52e9
PA
108792014-02-26 Pedro Alves <palves@redhat.com>
10880
10881 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
10882 that won't ever trigger. Make sure that GDB reports the correct
10883 breakpoint that caused the stop.
10884
849c862e
JK
108852014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10886
10887 PR gdb/16626
10888 * gdb.base/auto-load-script: New file.
10889 * gdb.base/auto-load.c: New file.
10890 * gdb.base/auto-load.exp: New file.
10891
71b7d793
JK
10892 PR gdb/16626
10893 * gdb.base/auto-load.exp: Fix out-of-srctree run.
10894
e2f0d509
JK
108952014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10896
10897 Fix dw2-icycle.exp -fsanitize=address GDB crash.
10898 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
10899
50cc37c8
DE
109002014-02-24 Doug Evans <dje@google.com>
10901
10902 * lib/gdb.exp (run_on_host): Log error output if program fails.
10903
ea4758f2
PA
109042014-02-21 Pedro Alves <palves@redhat.com>
10905
10906 * gdb.threads/step-after-sr-lock.c: Rename to ...
10907 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
10908 * gdb.threads/step-after-sr-lock.exp: Rename to ...
10909 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10910 ... this.
10911
d7b30f67
SDJ
109122014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
10913
10914 PR tdep/16397
10915 * gdb.arch/amd64-stap-special-operands.exp: New file.
10916 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
10917 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
10918 * gdb.arch/amd64-stap-triplet.S: Likewise.
10919 * gdb.arch/amd64-stap-triplet.c: Likewise.
10920
83deb43f
JB
109212014-02-20 Joel Brobecker <brobecker@adacore.com>
10922
10923 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
10924 in .section pseudo-op.
10925
adde2bff
DE
109262014-02-20 lin zuojian <manjian2006@gmail.com>
10927 Joel Brobecker <brobecker@adacore.com>
10928 Doug Evans <xdje42@gmail.com>
10929
10930 PR symtab/16581
10931 * gdb.dwarf2/dw2-icycle.S: New file.
10932 * gdb.dwarf2/dw2-icycle.c: New file.
10933 * gdb.dwarf2/dw2-icycle.exp: New file.
10934
f7bd0f78
SC
109352014-02-19 Siva Chandra Reddy <sivachandra@google.com>
10936
10937 * gdb.python/py-value-cc.cc: Improve test case to enable testing
10938 operations on gdb.Value objects.
10939 * gdb.python/py-value-cc.exp: Add new test to test operations on
10940 gdb.Value objects.
10941
c17ef0d5
DE
109422014-02-18 Doug Evans <dje@google.com>
10943
10944 * Makefile.in (TESTS): New variable.
10945 (expanded_tests, expanded_tests_or_none): New variables
10946 (check-single): Pass $(expanded_tests_or_none) to runtest.
10947 (check-parallel): Only run tests in $(TESTS) if non-empty.
10948 (check/no-matching-tests-found): New rule.
10949 * README: Document TESTS makefile variable.
10950
5dd3176f
DE
109512014-02-18 Doug Evans <dje@google.com>
10952
10953 * Makefile.in (check-parallel): rm -rf outputs temp.
10954
0b10be4f
JK
109552014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10956
10957 Fix "ERROR: no fileid for" in the testsuite.
10958 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
10959
85f224e7
DE
109602014-02-12 Doug Evans <dje@google.com>
10961
10962 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
10963 (MISCELLANEOUS): New variable.
10964 (clean): rm -rf $(MISCELLANEOUS).
10965 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
10966 dwp live in the same directory as symlinks, with each symlink pointed
10967 to a differently named file in a different directory.
10968
149b30ff
DE
109692014-02-11 Doug Evans <dje@google.com>
10970
10971 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
10972 of Tcl file commands.
10973
1dfdac32
MK
109742014-02-10 Mark Kettenis <kettenis@gnu.org>
10975
10976 * gdb.threads/step-after-sr-lock.exp: Avoid executing
10977 "kill -SIGUSR1 -1".
10978
aa4fb036
JB
109792014-02-10 Joel Brobecker <brobecker@adacore.com>
10980
10981 * gdb.ada/tick_length_array_enum_idx: New testcase.
10982
ed3ef339
DE
109832014-02-10 Doug Evans <xdje42@gmail.com>
10984
10985 * configure.ac (AC_OUTPUT): Add gdb.guile.
10986 * configure: Regenerate.
10987 * lib/gdb-guile.exp: New file.
10988 * lib/gdb.exp (get_target_charset): New function.
10989 * gdb.base/help.exp: Update expected output from "apropos apropos".
10990 * gdb.guile/Makefile.in: New file.
10991 * gdb.guile/guile.exp: New file.
10992 * gdb.guile/scm-arch.c: New file.
10993 * gdb.guile/scm-arch.exp: New file.
10994 * gdb.guile/scm-block.c: New file.
10995 * gdb.guile/scm-block.exp: New file.
10996 * gdb.guile/scm-breakpoint.c: New file.
10997 * gdb.guile/scm-breakpoint.exp: New file.
10998 * gdb.guile/scm-disasm.c: New file.
10999 * gdb.guile/scm-disasm.exp: New file.
11000 * gdb.guile/scm-equal.c: New file.
11001 * gdb.guile/scm-equal.exp: New file.
11002 * gdb.guile/scm-error.exp: New file.
11003 * gdb.guile/scm-error.scm: New file.
11004 * gdb.guile/scm-frame-args.c: New file.
11005 * gdb.guile/scm-frame-args.exp: New file.
11006 * gdb.guile/scm-frame-args.scm: New file.
11007 * gdb.guile/scm-frame-inline.c: New file.
11008 * gdb.guile/scm-frame-inline.exp: New file.
11009 * gdb.guile/scm-frame.c: New file.
11010 * gdb.guile/scm-frame.exp: New file.
11011 * gdb.guile/scm-generics.exp: New file.
11012 * gdb.guile/scm-gsmob.exp: New file.
11013 * gdb.guile/scm-iterator.c: New file.
11014 * gdb.guile/scm-iterator.exp: New file.
11015 * gdb.guile/scm-math.c: New file.
11016 * gdb.guile/scm-math.exp: New file.
11017 * gdb.guile/scm-objfile-script-gdb.in: New file.
11018 * gdb.guile/scm-objfile-script.c: New file.
11019 * gdb.guile/scm-objfile-script.exp: New file.
11020 * gdb.guile/scm-objfile.c: New file.
11021 * gdb.guile/scm-objfile.exp: New file.
11022 * gdb.guile/scm-ports.exp: New file.
11023 * gdb.guile/scm-pretty-print.c: New file.
11024 * gdb.guile/scm-pretty-print.exp: New file.
11025 * gdb.guile/scm-pretty-print.scm: New file.
11026 * gdb.guile/scm-section-script.c: New file.
11027 * gdb.guile/scm-section-script.exp: New file.
11028 * gdb.guile/scm-section-script.scm: New file.
11029 * gdb.guile/scm-symbol.c: New file.
11030 * gdb.guile/scm-symbol.exp: New file.
11031 * gdb.guile/scm-symtab-2.c: New file.
11032 * gdb.guile/scm-symtab.c: New file.
11033 * gdb.guile/scm-symtab.exp: New file.
11034 * gdb.guile/scm-type.c: New file.
11035 * gdb.guile/scm-type.exp: New file.
11036 * gdb.guile/scm-value-cc.cc: New file.
11037 * gdb.guile/scm-value-cc.exp: New file.
11038 * gdb.guile/scm-value.c: New file.
11039 * gdb.guile/scm-value.exp: New file.
11040 * gdb.guile/source2.scm: New file.
11041 * gdb.guile/types-module.cc: New file.
11042 * gdb.guile/types-module.exp: New file.
11043
7026a7c1
YQ
110442014-02-10 Yao Qi <yao@codesourcery.com>
11045
11046 PR testsuite/16543
11047 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11048 * configure: Regenerated.
11049 * Makefile.in: New file.
11050
6c466447
AS
110512014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11052
11053 * gdb.python/py-framefilter.exp: Fix typo.
11054
6e854735
YQ
110552014-02-08 Yao Qi <yao@codesourcery.com>
11056
11057 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11058 that no =breakpoint-modified is emitted when breakpoints are
11059 modified through MI commands.
11060
d137e6dc
PA
110612014-02-07 Pedro Alves <pedro@codesourcery.com>
11062 Pedro Alves <palves@redhat.com>
11063
11064 * gdb.threads/step-after-sr-lock.c: New file.
11065 * gdb.threads/step-after-sr-lock.exp: New file.
11066
b5ee5a50
PA
110672014-02-07 Pedro Alves <palves@redhat.com>
11068
11069 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11070
3c77faf3
JK
110712014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11072
11073 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11074 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11075
6dddc817
DE
110762014-02-06 Doug Evans <xdje42@gmail.com>
11077
11078 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11079 output.
11080
11081 * gdb.gdb/python-interrupts.exp: New file.
11082
de7b2893
YQ
110832014-02-05 Yao Qi <yao@codesourcery.com>
11084
11085 * gdb.trace/report.exp (use_collected_data): Test the output
11086 of "info threads" and "info inferiors".
11087
66d032ac
YQ
110882014-02-05 Yao Qi <yao@codesourcery.com>
11089
11090 Revert this patch:
11091
11092 2013-05-24 Yao Qi <yao@codesourcery.com>
11093
11094 * gdb.trace/tfile.exp: Test inferior and thread.
11095
591a12a1
UW
110962014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11097
11098 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11099 on a function.
11100 * gdb.base/step-bt.c: Call hello via function pointer to make
11101 sure its first instruction is executed on powerpc64le-linux.
11102
0ff3e01f
UW
111032014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11104
11105 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11106
084ee545
UW
111072014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11108
11109 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11110 of the test patterns for use on little-endian systems.
11111
6ed14ff3
UW
111122014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11113
11114 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11115 (decimal_vector): Fix for little-endian.
11116
401e27fd
JM
111172014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11118
11119 * gdb.arch/sparc-sysstep.exp: New file.
11120 * gdb.arch/sparc-sysstep.c: Likewise.
11121
11122 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11123
8b924729
EBM
111242014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11125
11126 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11127
fb151210
JB
111282014-01-23 Tom Tromey <tromey@redhat.com>
11129
11130 * gdb.ada/array_char_idx: New testcase.
11131
0740f8d8
TT
111322014-01-23 Tom Tromey <tromey@redhat.com>
11133
11134 PR python/16487:
11135 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11136 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11137 classes.
11138
21909fa1
TT
111392014-01-23 Tom Tromey <tromey@redhat.com>
11140
11141 PR python/16491:
11142 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11143 string from an inferior frame.
11144 * gdb.python/py-framefilter-mi.exp: Update.
11145
87ce2a04
DE
111462014-01-22 Doug Evans <dje@google.com>
11147
11148 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11149
237b092b
AA
111502014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11151
11152 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11153
d674a709
AA
111542014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11155
11156 * gdb.trace/entry-values.exp: Remove excess space character from
11157 regex patterns. Handle s390 call instruction.
11158
20fa3390
AA
111592014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11160
11161 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11162 define "*_start" label. Make "name" static.
11163 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11164 ${name} by references to ${name}_start.
11165
78466714
AA
111662014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11167
11168 * gdb.base/info-macros.exp: Remove "debug" from the compile
11169 options.
11170
ec9f644a
IB
111712014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11172
11173 * gdb.dlang/demangle.exp: New file.
11174
94b1b47e
IB
111752014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11176
11177 * gdb.dlang/primitive-types.exp: New file.
11178
7f420862
IB
111792014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11180
11181 * configure.ac: Create gdb.dlang/Makefile.
11182 * configure: Regenerate.
11183 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11184 * gdb.dlang/Makefile.in: New file.
11185 * lib/d-support.exp: New file.
11186 * lib/gdb.exp (skip_d_tests): New proc.
11187
52834460
MM
111882014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11189
11190 * gdb.btrace/delta.exp: Check reverse stepi.
11191 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11192 * gdb.btrace/finish.exp: New.
11193 * gdb.btrace/next.exp: New.
11194 * gdb.btrace/nexti.exp: New.
11195 * gdb.btrace/record_goto.c: Add comments.
11196 * gdb.btrace/step.exp: New.
11197 * gdb.btrace/stepi.exp: New.
11198 * gdb.btrace/multi-thread-step.c: New.
11199 * gdb.btrace/multi-thread-step.exp: New.
11200 * gdb.btrace/rn-dl-bind.c: New.
11201 * gdb.btrace/rn-dl-bind.exp: New.
11202 * gdb.btrace/data.c: New.
11203 * gdb.btrace/data.exp: New.
11204 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11205
6e07b1d2
MM
112062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11207
11208 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11209 * gdb.btrace/exception.exp: Update.
11210 * gdb.btrace/instruction_history.exp: Update.
11211 * gdb.btrace/record_goto.exp: Update.
11212 * gdb.btrace/tailcall.exp: Update.
11213 * gdb.btrace/unknown_functions.exp: Update.
11214 * gdb.btrace/delta.exp: New.
11215
0b722aec
MM
112162014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11217
11218 * gdb.btrace/record_goto.exp: Add backtrace test.
11219 * gdb.btrace/tailcall.exp: Add backtrace test.
11220
066ce621
MM
112212014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11222
11223 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11224 * gdb.btrace/record_goto.c: New.
11225 * gdb.btrace/record_goto.exp: New.
11226 * gdb.btrace/x86-record_goto.S: New.
11227
0688d04e
MM
112282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11229
11230 * gdb.btrace/function_call_history.exp: Update tests.
11231 * gdb.btrace/instruction_history.exp: Update tests.
11232
8710b709
MM
112332014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11234
11235 * gdb.btrace/function_call_history.exp: Fix expected field
11236 order for "record function-call-history".
11237 Add new tests for "record function-call-history /c".
11238 * gdb.btrace/exception.cc: New.
11239 * gdb.btrace/exception.exp: New.
11240 * gdb.btrace/tailcall.exp: New.
11241 * gdb.btrace/x86-tailcall.S: New.
11242 * gdb.btrace/x86-tailcall.c: New.
11243 * gdb.btrace/unknown_functions.c: New.
11244 * gdb.btrace/unknown_functions.exp: New.
11245 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11246
5de9129b
MM
112472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11248
11249 * gdb.btrace/instruction_history.exp: Update.
11250 * gdb.btrace/function_call_history.exp: Update.
11251
23a7fe75
MM
112522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11253
11254 * gdb.btrace/function_call_history.exp: Fix expected function
11255 trace.
11256 * gdb.btrace/instruction_history.exp: Initialize traced.
11257 Remove traced_functions.
11258
724c7dd8
MM
112592014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11260
11261 * gdb.btrace/function_call_history.exp: Update
11262 * gdb.btrace/instruction_history.exp: Update.
11263
6d78d93b
MM
112642014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11265
11266 * gdb.btrace/enable.exp: Update expected text.
11267
93a360cc
OJ
112682014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11269
11270 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11271 bytes.
11272
3772b53f
MR
112732014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11274
11275 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11276
596662fa
OJ
112772014-01-15 Omair Javaid <omair.javaid@linaro.org>
11278
11279 * lib/gdb.exp (supports_process_record): Return true for
11280 arm*-linux*. (supports_reverse): Likewise.
11281
b5b08fb4
SC
112822014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11283
11284 PR python/15464
11285 PR python/16113
11286 * gdb.python/py-type.c: Enhance test case.
11287 * gdb.python/py-value-cc.cc: Likewise
11288 * gdb.python/py-type.exp: Add new tests.
11289 * gdb.python/py-value-cc.exp: Likewise
11290
52d7fb13
AA
112912014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11292 Pedro Alves <palves@redhat.com>
11293
11294 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11295 Make "name" extern.
11296 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11297 references to ${name}_start by references to ${name}.
11298
a2cd8cfe
JB
112992014-01-10 Joel Brobecker <brobecker@adacore.com>
11300
11301 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11302
4e23fced
JB
113032014-01-10 Joel Brobecker <brobecker@adacore.com>
11304
11305 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11306
c6a9e42c
PA
113072014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11308 Pedro Alves <palves@redhat.com>
11309
11310 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11311 mi_gdb_target_load.
c6a9e42c 11312
b7ea362b
PA
113132014-01-08 Pedro Alves <palves@redhat.com>
11314
11315 * gdb.threads/reconnect-signal.c: New file.
11316 * gdb.threads/reconnect-signal.exp: New file.
11317
5e3f4fab
EBM
113182014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11319
11320 * gdb.base/source-dir.exp: New file.
11321
79301218
JB
113222014-01-07 Joel Brobecker <brobecker@adacore.com>
11323
11324 * gdb.ada/mi_interface: New testcase.
11325
8e355c5d
JB
113262014-01-07 Joel Brobecker <brobecker@adacore.com>
11327
11328 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11329 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11330 gdb.ada/pp-rec-component/pck.ads: New files.
11331
c0d48811
JB
113322014-01-07 Joel Brobecker <brobecker@adacore.com>
11333
11334 * gdb.python/py-pp-integral.c: New file.
11335 * gdb.python/py-pp-integral.py: New file.
11336 * gdb.python/py-pp-integral.exp: New file.
11337
17b609c3 11338For older changes see ChangeLog-1993-2013.
c906108c 11339\f
8d8cb839
EZ
11340;; Local Variables:
11341;; mode: change-log
11342;; left-margin: 8
11343;; fill-column: 74
11344;; version-control: never
11345;; End:
902f2ccb 11346
61baf725 11347 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11348 Copying and distribution of this file, with or without modification,
11349 are permitted provided the copyright notice and this notice are preserved.
This page took 2.975888 seconds and 4 git commands to generate.