gdb: Fix ATTRIBUTE_NONNULL usage
[deliverable/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
2e86a283
PA
12017-03-08 Pedro Alves <palves@redhat.com>
2
3 * gdb.arch/amd64-entry-value-param-dwarf5.exp: Use with_test_prefix.
4 * gdb.arch/amd64-entry-value-param.exp: Use with_test_prefix.
5
25dcbff6
PA
62017-03-08 Pedro Alves <palves@redhat.com>
7
8 * gdb.arch/i386-pkru.exp (probe PKRU support): Handle detecting
9 PKRU as not supported as a PASS.
10
dc9366eb
PA
112017-03-08 Pedro Alves <palves@redhat.com>
12
13 * gdb.base/break-fun-addr.exp: Use $testfile1/$testfile2 for test
14 prefix instead of $binfile1/$binfile2.
15 * gdb.btrace/gcore.exp: Use "core" instead of unstable path name
16 in test message.
17 * gdb.python/py-completion.exp: Use "load python file" as test
18 messages instead of unstable path names.
19
6e5d74e7
PA
202017-03-08 Pedro Alves <palves@redhat.com>
21 Jan Kratochvil <jan.kratochvil@redhat.com>
22
23 PR cli/21218
24 * gdb.base/commands.exp (backslash_in_multi_line_command_test):
25 New proc.
26 (top level): Call it.
27
9753a2f6
PA
282017-03-08 Pedro Alves <palves@redhat.com>
29
30 PR tui/21216
31 * gdb.tui/tui-nl-filtered-output.exp: New file.
32
1a4dd9dd
PA
332017-03-08 Pedro Alves <palves@redhat.com>
34
35 * gdb.base/completion.exp: Move TUI completion tests to ...
36 * gdb.tui/completion.exp: ... this new file.
37
7cbbff33
PA
382017-03-08 Pedro Alves <palves@redhat.com>
39
40 * gdb.base/tui-disasm-long-lines.c,
41 gdb.base/tui-disasm-long-lines.exp, gdb.base/tui-layout.c,
42 gdb.base/tui-layout.exp: Move to ...
43 * gdb.tui/: ... this new directory.
44
5f6fd321
PA
452017-03-07 Pedro Alves <palves@redhat.com>
46
47 * gdb.base/tui-layout.c: New file.
48 * gdb.base/tui-layout.exp: New file.
49
44959fa8
PA
502017-03-07 Pedro Alves <palves@redhat.com>
51
52 * gdb.base/tui-layout.c: Rename to ...
53 * gdb.base/tui-disasm-long-lines.c: ... this.
54 * gdb.base/tui-layout.exp: Rename to ...
55 * gdb.base/tui-disasm-long-lines.exp: ... this.
56
f8c4e718
PA
572017-03-07 Pedro Alves <palves@redhat.com>
58
59 * gdb.base/tui-layout.exp: Add intro comment and fix typo.
60
6dbb839a 612017-03-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
4a612d6f
WT
62
63 * i386-mpx-call.c: New file.
64 * i386-mpx-call.exp: New file.
65
65b48a81
PB
662017-02-28 Peter Bergner <bergner@vnet.ibm.com>
67
68 * gdb.arch/powerpc-power.exp: Delete test.
69 * gdb.arch/powerpc-power.s: Likewise.
70 * gdb.disasm/disassembler-options.exp: New test.
71 * gdb.arch/powerpc-altivec.exp: Likewise.
72 * gdb.arch/powerpc-altivec.s: Likewise.
73 * gdb.arch/powerpc-altivec2.exp: Likewise.
74 * gdb.arch/powerpc-altivec2.s: Likewise.
75 * gdb.arch/powerpc-altivec3.exp: Likewise.
76 * gdb.arch/powerpc-altivec3.s: Likewise.
77 * gdb.arch/powerpc-power7.exp: Likewise.
78 * gdb.arch/powerpc-power7.s: Likewise.
79 * gdb.arch/powerpc-power8.exp: Likewise.
80 * gdb.arch/powerpc-power8.s: Likewise.
81 * gdb.arch/powerpc-power9.exp: Likewise.
82 * gdb.arch/powerpc-power9.s: Likewise.
83 * gdb.arch/powerpc-vsx.exp: Likewise.
84 * gdb.arch/powerpc-vsx.s: Likewise.
85 * gdb.arch/powerpc-vsx2.exp: Likewise.
86 * gdb.arch/powerpc-vsx2.s: Likewise.
87 * gdb.arch/powerpc-vsx3.exp: Likewise.
88 * gdb.arch/powerpc-vsx3.s: Likewise.
89 * gdb.arch/arm-disassembler-options.exp: Likewise.
90 * gdb.arch/powerpc-disassembler-options.exp: Likewise.
91 * gdb.arch/s390-disassembler-options.exp: Likewise.
92
17cd4947
LM
932017-02-23 Luis Machado <lgustavo@codesourcery.com>
94
95 * gdb.reverse/insn-reverse.x86.c (check_rdrand_support): Renamed to ...
96 (check_supported_features): ... this. Changed return type to void.
97 (supports_rdseed): New static global.
98 (rdseed): Check supports_rdseed.
99 (initialize): Call check_supported_features.
100
2039d74e
EBM
1012017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
102
103 * gdb.arch/ppc64-isa207-atomic-inst.exp: New testcase based on
104 gdb.arch/ppc64-atomic-inst.exp. Add tests for lbarx/stbcx, lharx/sthcx
105 and lqarx/stqcx.
106 * gdb.arch/ppc64-isa207-atomic-inst.S: New file.
107 * gdb.arch/ppc64-isa207-atomic-inst.c: Likewise.
108
a51d7ecf
EBM
1092017-02-21 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
110
111 * gdb.arch/ppc64-atomic-inst.exp: Fix test names starting with
112 uppercase.
113
0224619f
JK
1142017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
115
116 * gdb.dwarf2/formdata16.c: New file.
117 * gdb.dwarf2/formdata16.exp: New file.
118 * lib/dwarf.exp (Dwarf): Add DW_FORM_data16.
119
216f72a1
JK
1202017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
121
122 * gdb.arch/amd64-entry-value-param-dwarf5.S: New file.
123 * gdb.arch/amd64-entry-value-param-dwarf5.c: New file.
124 * gdb.arch/amd64-entry-value-param-dwarf5.exp: New file.
125 * gdb.arch/amd64-entry-value.exp: Rename DW_OP_GNU_*, DW_TAG_GNU_* and
126 DW_AT_GNU_*.
127
43988095
JK
1282017-02-20 Jan Kratochvil <jan.kratochvil@redhat.com>
129
130 * gdb.dwarf2/dw2-error.exp (file $testfile): Update expected string.
131
99e8a4f9
SDJ
1322017-02-15 Sergio Durigan Junior <sergiodj@redhat.com>
133
134 PR gdb/21164
135 * gdb.base/maint.exp: Add testcases for when the commands do
136 not have arguments.
137
b58a8c0c
TP
1382017-02-15 Thomas Preud'homme <thomas.preudhomme@arm.com>
139
140 * gdb.cp/chained-calls.exp: Use p instead of P.
141
4e746bb6
TW
1422017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
143
144 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
145 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
146
3f77c769
TT
1472017-02-14 Tom Tromey <tom@tromey.com>
148
149 PR python/13598:
150 * gdb.python/py-events.exp: Add before_prompt event tests.
151
075beec0
AA
1522017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
153
154 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
155
bf5f525c
LM
1562017-02-13 Luis Machado <lgustavo@codesourcery.com>
157
158 * gdb.linespec/explicit.c (my_unique_function_name): New function.
159 (main): Call my_unique_function_name.
160 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
161 completion of patterns with a single match.
162 Add missing -re switches to gdb_test_multiple calls.
163
13a66184
LM
1642017-02-13 Luis Machado <lgustavo@codesourcery.com>
165
166 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
167 return if core file is not recognized.
168
26a06916
SM
1692017-02-10 Simon Marchi <simon.marchi@ericsson.com>
170
171 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
172 and extra UIs.
173
b761ca9e
SM
1742017-02-10 Simon Marchi <simon.marchi@ericsson.com>
175
176 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
177 proc_with_prefix.
178
b964bee0
TT
1792017-02-10 Tom Tromey <tom@tromey.com>
180
181 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
182
18da0c51
MG
1832017-02-10 Martin Galvan <martingalvan@sourceware.org>
184
185 PR gdb/21122
186 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
187
604c4576
JG
1882017-02-08 Jerome Guitton <guitton@adacore.com>
189
190 * gdb.base/define.exp: Add test for command abbreviations
191 in define.
192
20b477a7
LM
1932017-02-06 Luis Machado <lgustavo@codesourcery.com>
194
195 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
196 * gdb.reverse/insn-reverse-x86.c: New file.
197
3f7b46f2
IR
1982017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
199
200 PR tdep/20936
201 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
202
f0fd41c1
TT
2032017-02-03 Tom Tromey <tom@tromey.com>
204
205 PR rust/21097:
206 * gdb.rust/simple.exp: Add new tests.
207
5be5dbf0
PA
2082017-02-02 Pedro Alves <palves@redhat.com>
209
210 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
211 tests.
212
7346ef59
AA
2132017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
214
215 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
216 taking a 2-byte value out of a 4-byte DWARF implicit value on
217 big-endian targets.
218 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
219 logic. Add test cases for DW_OP_implicit.
220
787f0025
MM
2212017-02-01 Markus Metzger <markus.t.metzger@intel.com>
222
223 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
224
68777c29
MM
2252017-02-01 Markus Metzger <markus.t.metzger@intel.com>
226
227 * gdb.btrace/enable.exp: Call gdb_exit before
228 skip_gdbserver_tests.
229
0a1c7e28
MM
2302017-02-01 Markus Metzger <markus.t.metzger@intel.com>
231
232 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
233 GDBFLAGS.
234
b5ac99b0
MM
2352017-02-01 Markus Metzger <markus.t.metzger@intel.com>
236
237 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
238 the test is skipped.
239 * gdb.btrace/data.exp: Likewise.
240 * gdb.btrace/delta.exp: Likewise.
241 * gdb.btrace/dlopen.exp: Likewise.
242 * gdb.btrace/enable-running.exp: Likewise.
243 * gdb.btrace/enable.exp: Likewise.
244 * gdb.btrace/exception.exp: Likewise.
245 * gdb.btrace/function_call_history.exp: Likewise.
246 * gdb.btrace/gcore.exp: Likewise.
247 * gdb.btrace/instruction_history.exp: Likewise.
248 * gdb.btrace/multi-thread-step.exp: Likewise.
249 * gdb.btrace/nohist.exp: Likewise.
250 * gdb.btrace/non-stop.exp: Likewise.
251 * gdb.btrace/reconnect.exp: Likewise.
252 * gdb.btrace/record_goto-step.exp: Likewise.
253 * gdb.btrace/record_goto.exp: Likewise.
254 * gdb.btrace/rn-dl-bind.exp: Likewise.
255 * gdb.btrace/segv.exp: Likewise.
256 * gdb.btrace/step.exp: Likewise.
257 * gdb.btrace/stepi.exp: Likewise.
258 * gdb.btrace/tailcall-only.exp: Likewise.
259 * gdb.btrace/tailcall.exp: Likewise.
260 * gdb.btrace/tsx.exp: Likewise.
261 * gdb.btrace/unknown_functions.exp: Likewise.
262 * gdb.btrace/vdso.exp: Likewise.
263
cd4007e4
MM
2642017-02-01 Markus Metzger <markus.t.metzger@intel.com>
265
266 * gdb.btrace/enable-running.c: New.
267 * gdb.btrace/enable-running.exp: New.
268
2735833d
WT
2692017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
270
271 * gdb.arch/amd64-gs_base.c: New file.
272 * gdb.arch/amd64-gs_base.exp: New file.
273
b51e1e94
LM
2742017-01-26 Luis Machado <lgustavo@codesourcery.com>
275
276 * lib/memory.exp: Remove spurious empty newlines.
277
72ca0410
SM
2782017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
279
280 * gdb.python/py-bad-printers.exp: Load python file using "source".
281 * gdb.python/py-events.exp: Likewise.
282 * gdb.python/py-evsignal.exp: Likewise.
283 * gdb.python/py-evthreads.exp: Likewise.
284 * gdb.python/py-frame-args.exp: Likewise.
285 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
286 * gdb.python/py-framefilter-mi.exp: Likewise.
287 * gdb.python/py-framefilter.exp: Likewise.
288 * gdb.python/py-mi.exp: Likewise.
289 * gdb.python/py-pp-maint.exp: Likewise.
290 * gdb.python/py-pp-registration.exp: Likewise.
291 * gdb.python/py-prettyprint.exp: Likewise.
292 (run_lang_tests): Likewise.
293 * gdb.python/py-typeprint.exp: Likewise.
294
e309aa65
LM
2952017-01-26 Luis Machado <lgustavo@codesourcery.com>
296
297 * lib/memory.exp: New file.
298 * lib/gdb.exp: Load memory.exp.
299 * gdb.base/memattr.exp (delete_memory): Move proc to
300 lib/memory.exp and rename to delete_memory_regions.
301 Replace delete_memory with delete_memory_regions.
302 Cleanup memory regions before tests.
303 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
304 before tests.
305
515aff23
LM
3062017-01-26 Luis Machado <lgustavo@codesourcery.com>
307
308 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
309 files.
310 (initialize): New function conditionally defined.
311 (testcases): Move within conditional block.
312 (main): Call initialize.
313 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
314 of gdb.reverse/insn-reverse.c.
315 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
316 gdb.reverse/insn-reverse.c.
317
d8b49cf0
YQ
3182017-01-26 Yao Qi <yao.qi@linaro.org>
319
320 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
321 disassemble on address 0.
322
f13a9a0c
YQ
3232017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
324 Yao Qi <yao.qi@linaro.org>
325
326 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
327 * gdb.dwarf2/implptr-64bit.S: Remove.
328 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
329 variables in caller's context. Add DW_OP_implicit_value.
330
5ac95241
YQ
3312017-01-25 Yao Qi <yao.qi@linaro.org>
332
333 * lib/dwarf.exp (Dwarf::_location): Handle
334 DW_OP_GNU_implicit_pointer with proper size.
335
23e82930
LM
3362017-01-20 Luis Machado <lgustavo@codesourcery.com>
337
338 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
339 and add untested calls.
340
d334ae25
LM
3412017-01-20 Luis Machado <lgustavo@codesourcery.com>
342
343 * gdb.python/python.exp: Check line number against what GDB thinks
344 the line number is for func1.
345
f5e6296e
IB
3462017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
347
348 * gdb.dlang/debug-expr.exp: New file.
349
5b362f04
LM
3502016-12-23 Luis Machado <lgustavo@codesourcery.com>
351
352 Fix test names for the following files:
353
354 * gdb.ada/exec_changed.exp
355 * gdb.ada/info_types.exp
356 * gdb.arch/aarch64-atomic-inst.exp
357 * gdb.arch/aarch64-fp.exp
358 * gdb.arch/altivec-abi.exp
359 * gdb.arch/altivec-regs.exp
360 * gdb.arch/amd64-byte.exp
361 * gdb.arch/amd64-disp-step.exp
362 * gdb.arch/amd64-dword.exp
363 * gdb.arch/amd64-entry-value-inline.exp
364 * gdb.arch/amd64-entry-value-param.exp
365 * gdb.arch/amd64-entry-value-paramref.exp
366 * gdb.arch/amd64-entry-value.exp
367 * gdb.arch/amd64-i386-address.exp
368 * gdb.arch/amd64-invalid-stack-middle.exp
369 * gdb.arch/amd64-invalid-stack-top.exp
370 * gdb.arch/amd64-optimout-repeat.exp
371 * gdb.arch/amd64-prologue-skip.exp
372 * gdb.arch/amd64-prologue-xmm.exp
373 * gdb.arch/amd64-stap-special-operands.exp
374 * gdb.arch/amd64-stap-wrong-subexp.exp
375 * gdb.arch/amd64-tailcall-cxx.exp
376 * gdb.arch/amd64-tailcall-noret.exp
377 * gdb.arch/amd64-tailcall-ret.exp
378 * gdb.arch/amd64-tailcall-self.exp
379 * gdb.arch/amd64-word.exp
380 * gdb.arch/arm-bl-branch-dest.exp
381 * gdb.arch/arm-disp-step.exp
382 * gdb.arch/arm-neon.exp
383 * gdb.arch/arm-single-step-kernel-helper.exp
384 * gdb.arch/avr-flash-qualifier.exp
385 * gdb.arch/disp-step-insn-reloc.exp
386 * gdb.arch/e500-abi.exp
387 * gdb.arch/e500-regs.exp
388 * gdb.arch/ftrace-insn-reloc.exp
389 * gdb.arch/i386-avx512.exp
390 * gdb.arch/i386-bp_permanent.exp
391 * gdb.arch/i386-byte.exp
392 * gdb.arch/i386-cfi-notcurrent.exp
393 * gdb.arch/i386-disp-step.exp
394 * gdb.arch/i386-dr3-watch.exp
395 * gdb.arch/i386-float.exp
396 * gdb.arch/i386-gnu-cfi.exp
397 * gdb.arch/i386-mpx-map.exp
398 * gdb.arch/i386-mpx-sigsegv.exp
399 * gdb.arch/i386-mpx-simple_segv.exp
400 * gdb.arch/i386-mpx.exp
401 * gdb.arch/i386-permbkpt.exp
402 * gdb.arch/i386-prologue.exp
403 * gdb.arch/i386-signal.exp
404 * gdb.arch/i386-size-overlap.exp
405 * gdb.arch/i386-unwind.exp
406 * gdb.arch/i386-word.exp
407 * gdb.arch/mips-fcr.exp
408 * gdb.arch/powerpc-d128-regs.exp
409 * gdb.arch/powerpc-stackless.exp
410 * gdb.arch/ppc64-atomic-inst.exp
411 * gdb.arch/s390-stackless.exp
412 * gdb.arch/s390-tdbregs.exp
413 * gdb.arch/s390-vregs.exp
414 * gdb.arch/sparc-sysstep.exp
415 * gdb.arch/thumb-bx-pc.exp
416 * gdb.arch/thumb-singlestep.exp
417 * gdb.arch/thumb2-it.exp
418 * gdb.arch/vsx-regs.exp
419 * gdb.asm/asm-source.exp
420 * gdb.base/a2-run.exp
421 * gdb.base/advance.exp
422 * gdb.base/all-bin.exp
423 * gdb.base/anon.exp
424 * gdb.base/args.exp
425 * gdb.base/arithmet.exp
426 * gdb.base/async-shell.exp
427 * gdb.base/async.exp
428 * gdb.base/attach-pie-noexec.exp
429 * gdb.base/attach-twice.exp
430 * gdb.base/auto-load.exp
431 * gdb.base/bang.exp
432 * gdb.base/bitfields.exp
433 * gdb.base/break-always.exp
434 * gdb.base/break-caller-line.exp
435 * gdb.base/break-entry.exp
436 * gdb.base/break-inline.exp
437 * gdb.base/break-on-linker-gcd-function.exp
438 * gdb.base/break-probes.exp
439 * gdb.base/break.exp
440 * gdb.base/breakpoint-shadow.exp
441 * gdb.base/call-ar-st.exp
442 * gdb.base/call-sc.exp
443 * gdb.base/call-signal-resume.exp
444 * gdb.base/call-strs.exp
445 * gdb.base/callfuncs.exp
446 * gdb.base/catch-fork-static.exp
447 * gdb.base/catch-gdb-caused-signals.exp
448 * gdb.base/catch-load.exp
449 * gdb.base/catch-signal-fork.exp
450 * gdb.base/catch-signal.exp
451 * gdb.base/catch-syscall.exp
452 * gdb.base/charset.exp
453 * gdb.base/checkpoint.exp
454 * gdb.base/chng-syms.exp
455 * gdb.base/code-expr.exp
456 * gdb.base/code_elim.exp
457 * gdb.base/commands.exp
458 * gdb.base/completion.exp
459 * gdb.base/complex.exp
460 * gdb.base/cond-expr.exp
461 * gdb.base/condbreak.exp
462 * gdb.base/consecutive.exp
463 * gdb.base/continue-all-already-running.exp
464 * gdb.base/coredump-filter.exp
465 * gdb.base/corefile.exp
466 * gdb.base/dbx.exp
467 * gdb.base/debug-expr.exp
468 * gdb.base/define.exp
469 * gdb.base/del.exp
470 * gdb.base/disabled-location.exp
471 * gdb.base/disasm-end-cu.exp
472 * gdb.base/disasm-optim.exp
473 * gdb.base/display.exp
474 * gdb.base/duplicate-bp.exp
475 * gdb.base/ena-dis-br.exp
476 * gdb.base/ending-run.exp
477 * gdb.base/enumval.exp
478 * gdb.base/environ.exp
479 * gdb.base/eu-strip-infcall.exp
480 * gdb.base/eval-avoid-side-effects.exp
481 * gdb.base/eval-skip.exp
482 * gdb.base/exitsignal.exp
483 * gdb.base/expand-psymtabs.exp
484 * gdb.base/filesym.exp
485 * gdb.base/find-unmapped.exp
486 * gdb.base/finish.exp
487 * gdb.base/float.exp
488 * gdb.base/foll-exec-mode.exp
489 * gdb.base/foll-exec.exp
490 * gdb.base/foll-fork.exp
491 * gdb.base/fortran-sym-case.exp
492 * gdb.base/freebpcmd.exp
493 * gdb.base/func-ptr.exp
494 * gdb.base/func-ptrs.exp
495 * gdb.base/funcargs.exp
496 * gdb.base/gcore-buffer-overflow.exp
497 * gdb.base/gcore-relro-pie.exp
498 * gdb.base/gcore-relro.exp
499 * gdb.base/gcore.exp
500 * gdb.base/gdb1090.exp
501 * gdb.base/gdb11530.exp
502 * gdb.base/gdb11531.exp
503 * gdb.base/gdb1821.exp
504 * gdb.base/gdbindex-stabs.exp
505 * gdb.base/gdbvars.exp
506 * gdb.base/hbreak.exp
507 * gdb.base/hbreak2.exp
508 * gdb.base/included.exp
509 * gdb.base/infcall-input.exp
510 * gdb.base/inferior-died.exp
511 * gdb.base/infnan.exp
512 * gdb.base/info-macros.exp
513 * gdb.base/info-os.exp
514 * gdb.base/info-proc.exp
515 * gdb.base/info-shared.exp
516 * gdb.base/info-target.exp
517 * gdb.base/infoline.exp
518 * gdb.base/interp.exp
519 * gdb.base/interrupt.exp
520 * gdb.base/jit-reader.exp
521 * gdb.base/jit-simple.exp
522 * gdb.base/kill-after-signal.exp
523 * gdb.base/kill-detach-inferiors-cmd.exp
524 * gdb.base/label.exp
525 * gdb.base/langs.exp
526 * gdb.base/ldbl_e308.exp
527 * gdb.base/line-symtabs.exp
528 * gdb.base/linespecs.exp
529 * gdb.base/list.exp
530 * gdb.base/long_long.exp
531 * gdb.base/longest-types.exp
532 * gdb.base/maint.exp
533 * gdb.base/max-value-size.exp
534 * gdb.base/memattr.exp
535 * gdb.base/mips_pro.exp
536 * gdb.base/morestack.exp
537 * gdb.base/moribund-step.exp
538 * gdb.base/multi-forks.exp
539 * gdb.base/nested-addr.exp
540 * gdb.base/nextoverexit.exp
541 * gdb.base/noreturn-finish.exp
542 * gdb.base/noreturn-return.exp
543 * gdb.base/nostdlib.exp
544 * gdb.base/offsets.exp
545 * gdb.base/opaque.exp
546 * gdb.base/pc-fp.exp
547 * gdb.base/permissions.exp
548 * gdb.base/print-symbol-loading.exp
549 * gdb.base/prologue-include.exp
550 * gdb.base/psymtab.exp
551 * gdb.base/ptype.exp
552 * gdb.base/random-signal.exp
553 * gdb.base/randomize.exp
554 * gdb.base/range-stepping.exp
555 * gdb.base/readline-ask.exp
556 * gdb.base/recpar.exp
557 * gdb.base/recurse.exp
558 * gdb.base/relational.exp
559 * gdb.base/restore.exp
560 * gdb.base/return-nodebug.exp
561 * gdb.base/return.exp
562 * gdb.base/run-after-attach.exp
563 * gdb.base/save-bp.exp
564 * gdb.base/scope.exp
565 * gdb.base/sect-cmd.exp
566 * gdb.base/set-lang-auto.exp
567 * gdb.base/set-noassign.exp
568 * gdb.base/setvar.exp
569 * gdb.base/sigall.exp
570 * gdb.base/sigbpt.exp
571 * gdb.base/siginfo-addr.exp
572 * gdb.base/siginfo-infcall.exp
573 * gdb.base/siginfo-obj.exp
574 * gdb.base/siginfo.exp
575 * gdb.base/signals-state-child.exp
576 * gdb.base/signest.exp
577 * gdb.base/sigstep.exp
578 * gdb.base/sizeof.exp
579 * gdb.base/skip.exp
580 * gdb.base/solib-corrupted.exp
581 * gdb.base/solib-nodir.exp
582 * gdb.base/solib-search.exp
583 * gdb.base/stack-checking.exp
584 * gdb.base/stale-infcall.exp
585 * gdb.base/stap-probe.exp
586 * gdb.base/start.exp
587 * gdb.base/step-break.exp
588 * gdb.base/step-bt.exp
589 * gdb.base/step-line.exp
590 * gdb.base/step-over-exit.exp
591 * gdb.base/step-over-syscall.exp
592 * gdb.base/step-resume-infcall.exp
593 * gdb.base/step-test.exp
594 * gdb.base/store.exp
595 * gdb.base/structs3.exp
596 * gdb.base/sym-file.exp
597 * gdb.base/symbol-without-target_section.exp
598 * gdb.base/term.exp
599 * gdb.base/testenv.exp
600 * gdb.base/ui-redirect.exp
601 * gdb.base/until.exp
602 * gdb.base/unwindonsignal.exp
603 * gdb.base/value-double-free.exp
604 * gdb.base/vla-datatypes.exp
605 * gdb.base/vla-ptr.exp
606 * gdb.base/vla-sideeffect.exp
607 * gdb.base/volatile.exp
608 * gdb.base/watch-cond-infcall.exp
609 * gdb.base/watch-cond.exp
610 * gdb.base/watch-non-mem.exp
611 * gdb.base/watch-read.exp
612 * gdb.base/watch-vfork.exp
613 * gdb.base/watchpoint-cond-gone.exp
614 * gdb.base/watchpoint-delete.exp
615 * gdb.base/watchpoint-hw-hit-once.exp
616 * gdb.base/watchpoint-hw.exp
617 * gdb.base/watchpoint-stops-at-right-insn.exp
618 * gdb.base/watchpoints.exp
619 * gdb.base/wchar.exp
620 * gdb.base/whatis-exp.exp
621 * gdb.btrace/buffer-size.exp
622 * gdb.btrace/data.exp
623 * gdb.btrace/delta.exp
624 * gdb.btrace/dlopen.exp
625 * gdb.btrace/enable.exp
626 * gdb.btrace/exception.exp
627 * gdb.btrace/function_call_history.exp
628 * gdb.btrace/gcore.exp
629 * gdb.btrace/instruction_history.exp
630 * gdb.btrace/nohist.exp
631 * gdb.btrace/reconnect.exp
632 * gdb.btrace/record_goto-step.exp
633 * gdb.btrace/record_goto.exp
634 * gdb.btrace/rn-dl-bind.exp
635 * gdb.btrace/segv.exp
636 * gdb.btrace/step.exp
637 * gdb.btrace/stepi.exp
638 * gdb.btrace/tailcall-only.exp
639 * gdb.btrace/tailcall.exp
640 * gdb.btrace/tsx.exp
641 * gdb.btrace/unknown_functions.exp
642 * gdb.btrace/vdso.exp
643 * gdb.compile/compile-ifunc.exp
644 * gdb.compile/compile-ops.exp
645 * gdb.compile/compile-print.exp
646 * gdb.compile/compile-setjmp.exp
647 * gdb.cp/abstract-origin.exp
648 * gdb.cp/ambiguous.exp
649 * gdb.cp/annota2.exp
650 * gdb.cp/annota3.exp
651 * gdb.cp/anon-ns.exp
652 * gdb.cp/anon-struct.exp
653 * gdb.cp/anon-union.exp
654 * gdb.cp/arg-reference.exp
655 * gdb.cp/baseenum.exp
656 * gdb.cp/bool.exp
657 * gdb.cp/breakpoint.exp
658 * gdb.cp/bs15503.exp
659 * gdb.cp/call-c.exp
660 * gdb.cp/casts.exp
661 * gdb.cp/chained-calls.exp
662 * gdb.cp/class2.exp
663 * gdb.cp/classes.exp
664 * gdb.cp/cmpd-minsyms.exp
665 * gdb.cp/converts.exp
666 * gdb.cp/cp-relocate.exp
667 * gdb.cp/cpcompletion.exp
668 * gdb.cp/cpexprs.exp
669 * gdb.cp/cplabel.exp
670 * gdb.cp/cplusfuncs.exp
671 * gdb.cp/cpsizeof.exp
672 * gdb.cp/ctti.exp
673 * gdb.cp/derivation.exp
674 * gdb.cp/destrprint.exp
675 * gdb.cp/dispcxx.exp
676 * gdb.cp/enum-class.exp
677 * gdb.cp/exception.exp
678 * gdb.cp/exceptprint.exp
679 * gdb.cp/expand-psymtabs-cxx.exp
680 * gdb.cp/expand-sals.exp
681 * gdb.cp/extern-c.exp
682 * gdb.cp/filename.exp
683 * gdb.cp/formatted-ref.exp
684 * gdb.cp/fpointer.exp
685 * gdb.cp/gdb1355.exp
686 * gdb.cp/gdb2495.exp
687 * gdb.cp/hang.exp
688 * gdb.cp/impl-this.exp
689 * gdb.cp/infcall-dlopen.exp
690 * gdb.cp/inherit.exp
691 * gdb.cp/iostream.exp
692 * gdb.cp/koenig.exp
693 * gdb.cp/local.exp
694 * gdb.cp/m-data.exp
695 * gdb.cp/m-static.exp
696 * gdb.cp/mb-ctor.exp
697 * gdb.cp/mb-inline.exp
698 * gdb.cp/mb-templates.exp
699 * gdb.cp/member-name.exp
700 * gdb.cp/member-ptr.exp
701 * gdb.cp/meth-typedefs.exp
702 * gdb.cp/method.exp
703 * gdb.cp/method2.exp
704 * gdb.cp/minsym-fallback.exp
705 * gdb.cp/misc.exp
706 * gdb.cp/namelessclass.exp
707 * gdb.cp/namespace-enum.exp
708 * gdb.cp/namespace-nested-import.exp
709 * gdb.cp/namespace.exp
710 * gdb.cp/nextoverthrow.exp
711 * gdb.cp/no-dmgl-verbose.exp
712 * gdb.cp/non-trivial-retval.exp
713 * gdb.cp/noparam.exp
714 * gdb.cp/nsdecl.exp
715 * gdb.cp/nsimport.exp
716 * gdb.cp/nsnested.exp
717 * gdb.cp/nsnoimports.exp
718 * gdb.cp/nsrecurs.exp
719 * gdb.cp/nsstress.exp
720 * gdb.cp/nsusing.exp
721 * gdb.cp/operator.exp
722 * gdb.cp/oranking.exp
723 * gdb.cp/overload-const.exp
724 * gdb.cp/overload.exp
725 * gdb.cp/ovldbreak.exp
726 * gdb.cp/ovsrch.exp
727 * gdb.cp/paren-type.exp
728 * gdb.cp/parse-lang.exp
729 * gdb.cp/pass-by-ref.exp
730 * gdb.cp/pr-1023.exp
731 * gdb.cp/pr-1210.exp
732 * gdb.cp/pr-574.exp
733 * gdb.cp/pr10687.exp
734 * gdb.cp/pr12028.exp
735 * gdb.cp/pr17132.exp
736 * gdb.cp/pr17494.exp
737 * gdb.cp/pr9067.exp
738 * gdb.cp/pr9167.exp
739 * gdb.cp/pr9631.exp
740 * gdb.cp/printmethod.exp
741 * gdb.cp/psmang.exp
742 * gdb.cp/psymtab-parameter.exp
743 * gdb.cp/ptype-cv-cp.exp
744 * gdb.cp/ptype-flags.exp
745 * gdb.cp/re-set-overloaded.exp
746 * gdb.cp/ref-types.exp
747 * gdb.cp/rtti.exp
748 * gdb.cp/scope-err.exp
749 * gdb.cp/shadow.exp
750 * gdb.cp/smartp.exp
751 * gdb.cp/static-method.exp
752 * gdb.cp/static-print-quit.exp
753 * gdb.cp/temargs.exp
754 * gdb.cp/templates.exp
755 * gdb.cp/try_catch.exp
756 * gdb.cp/typedef-operator.exp
757 * gdb.cp/typeid.exp
758 * gdb.cp/userdef.exp
759 * gdb.cp/using-crash.exp
760 * gdb.cp/var-tag.exp
761 * gdb.cp/virtbase.exp
762 * gdb.cp/virtfunc.exp
763 * gdb.cp/virtfunc2.exp
764 * gdb.cp/vla-cxx.exp
765 * gdb.disasm/t01_mov.exp
766 * gdb.disasm/t02_mova.exp
767 * gdb.disasm/t03_add.exp
768 * gdb.disasm/t04_sub.exp
769 * gdb.disasm/t05_cmp.exp
770 * gdb.disasm/t06_ari2.exp
771 * gdb.disasm/t07_ari3.exp
772 * gdb.disasm/t08_or.exp
773 * gdb.disasm/t09_xor.exp
774 * gdb.disasm/t10_and.exp
775 * gdb.disasm/t11_logs.exp
776 * gdb.disasm/t12_bit.exp
777 * gdb.disasm/t13_otr.exp
778 * gdb.dlang/circular.exp
779 * gdb.dwarf2/arr-stride.exp
780 * gdb.dwarf2/arr-subrange.exp
781 * gdb.dwarf2/atomic-type.exp
782 * gdb.dwarf2/bad-regnum.exp
783 * gdb.dwarf2/bitfield-parent-optimized-out.exp
784 * gdb.dwarf2/callframecfa.exp
785 * gdb.dwarf2/clztest.exp
786 * gdb.dwarf2/corrupt.exp
787 * gdb.dwarf2/data-loc.exp
788 * gdb.dwarf2/dup-psym.exp
789 * gdb.dwarf2/dw2-anon-mptr.exp
790 * gdb.dwarf2/dw2-anonymous-func.exp
791 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
792 * gdb.dwarf2/dw2-bad-unresolved.exp
793 * gdb.dwarf2/dw2-basic.exp
794 * gdb.dwarf2/dw2-canonicalize-type.exp
795 * gdb.dwarf2/dw2-case-insensitive.exp
796 * gdb.dwarf2/dw2-common-block.exp
797 * gdb.dwarf2/dw2-compdir-oldgcc.exp
798 * gdb.dwarf2/dw2-compressed.exp
799 * gdb.dwarf2/dw2-const.exp
800 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
801 * gdb.dwarf2/dw2-cu-size.exp
802 * gdb.dwarf2/dw2-dup-frame.exp
803 * gdb.dwarf2/dw2-entry-value.exp
804 * gdb.dwarf2/dw2-icycle.exp
805 * gdb.dwarf2/dw2-ifort-parameter.exp
806 * gdb.dwarf2/dw2-inline-break.exp
807 * gdb.dwarf2/dw2-inline-param.exp
808 * gdb.dwarf2/dw2-intercu.exp
809 * gdb.dwarf2/dw2-intermix.exp
810 * gdb.dwarf2/dw2-lexical-block-bare.exp
811 * gdb.dwarf2/dw2-linkage-name-trust.exp
812 * gdb.dwarf2/dw2-minsym-in-cu.exp
813 * gdb.dwarf2/dw2-noloc.exp
814 * gdb.dwarf2/dw2-op-call.exp
815 * gdb.dwarf2/dw2-op-out-param.exp
816 * gdb.dwarf2/dw2-opt-structptr.exp
817 * gdb.dwarf2/dw2-param-error.exp
818 * gdb.dwarf2/dw2-producer.exp
819 * gdb.dwarf2/dw2-ranges-base.exp
820 * gdb.dwarf2/dw2-ref-missing-frame.exp
821 * gdb.dwarf2/dw2-reg-undefined.exp
822 * gdb.dwarf2/dw2-regno-invalid.exp
823 * gdb.dwarf2/dw2-restore.exp
824 * gdb.dwarf2/dw2-restrict.exp
825 * gdb.dwarf2/dw2-single-line-discriminators.exp
826 * gdb.dwarf2/dw2-strp.exp
827 * gdb.dwarf2/dw2-undefined-ret-addr.exp
828 * gdb.dwarf2/dw2-unresolved.exp
829 * gdb.dwarf2/dw2-var-zero-addr.exp
830 * gdb.dwarf2/dw4-sig-types.exp
831 * gdb.dwarf2/dwz.exp
832 * gdb.dwarf2/dynarr-ptr.exp
833 * gdb.dwarf2/enum-type.exp
834 * gdb.dwarf2/gdb-index.exp
835 * gdb.dwarf2/implptr-64bit.exp
836 * gdb.dwarf2/implptr-optimized-out.exp
837 * gdb.dwarf2/implptr.exp
838 * gdb.dwarf2/implref-array.exp
839 * gdb.dwarf2/implref-const.exp
840 * gdb.dwarf2/implref-global.exp
841 * gdb.dwarf2/implref-struct.exp
842 * gdb.dwarf2/mac-fileno.exp
843 * gdb.dwarf2/main-subprogram.exp
844 * gdb.dwarf2/member-ptr-forwardref.exp
845 * gdb.dwarf2/method-ptr.exp
846 * gdb.dwarf2/missing-sig-type.exp
847 * gdb.dwarf2/nonvar-access.exp
848 * gdb.dwarf2/opaque-type-lookup.exp
849 * gdb.dwarf2/pieces-optimized-out.exp
850 * gdb.dwarf2/pieces.exp
851 * gdb.dwarf2/pr10770.exp
852 * gdb.dwarf2/pr13961.exp
853 * gdb.dwarf2/staticvirtual.exp
854 * gdb.dwarf2/subrange.exp
855 * gdb.dwarf2/symtab-producer.exp
856 * gdb.dwarf2/trace-crash.exp
857 * gdb.dwarf2/typeddwarf.exp
858 * gdb.dwarf2/valop.exp
859 * gdb.dwarf2/watch-notconst.exp
860 * gdb.fortran/array-element.exp
861 * gdb.fortran/charset.exp
862 * gdb.fortran/common-block.exp
863 * gdb.fortran/complex.exp
864 * gdb.fortran/derived-type-function.exp
865 * gdb.fortran/derived-type.exp
866 * gdb.fortran/logical.exp
867 * gdb.fortran/module.exp
868 * gdb.fortran/multi-dim.exp
869 * gdb.fortran/nested-funcs.exp
870 * gdb.fortran/print-formatted.exp
871 * gdb.fortran/subarray.exp
872 * gdb.fortran/vla-alloc-assoc.exp
873 * gdb.fortran/vla-datatypes.exp
874 * gdb.fortran/vla-history.exp
875 * gdb.fortran/vla-ptr-info.exp
876 * gdb.fortran/vla-ptype-sub.exp
877 * gdb.fortran/vla-ptype.exp
878 * gdb.fortran/vla-sizeof.exp
879 * gdb.fortran/vla-type.exp
880 * gdb.fortran/vla-value-sub-arbitrary.exp
881 * gdb.fortran/vla-value-sub-finish.exp
882 * gdb.fortran/vla-value-sub.exp
883 * gdb.fortran/vla-value.exp
884 * gdb.fortran/whatis_type.exp
885 * gdb.go/chan.exp
886 * gdb.go/handcall.exp
887 * gdb.go/hello.exp
888 * gdb.go/integers.exp
889 * gdb.go/methods.exp
890 * gdb.go/package.exp
891 * gdb.go/strings.exp
892 * gdb.go/types.exp
893 * gdb.go/unsafe.exp
894 * gdb.guile/scm-arch.exp
895 * gdb.guile/scm-block.exp
896 * gdb.guile/scm-breakpoint.exp
897 * gdb.guile/scm-cmd.exp
898 * gdb.guile/scm-disasm.exp
899 * gdb.guile/scm-equal.exp
900 * gdb.guile/scm-frame-args.exp
901 * gdb.guile/scm-frame-inline.exp
902 * gdb.guile/scm-frame.exp
903 * gdb.guile/scm-iterator.exp
904 * gdb.guile/scm-math.exp
905 * gdb.guile/scm-objfile.exp
906 * gdb.guile/scm-ports.exp
907 * gdb.guile/scm-symbol.exp
908 * gdb.guile/scm-symtab.exp
909 * gdb.guile/scm-value-cc.exp
910 * gdb.guile/types-module.exp
911 * gdb.linespec/break-ask.exp
912 * gdb.linespec/cpexplicit.exp
913 * gdb.linespec/explicit.exp
914 * gdb.linespec/keywords.exp
915 * gdb.linespec/linespec.exp
916 * gdb.linespec/ls-dollar.exp
917 * gdb.linespec/ls-errs.exp
918 * gdb.linespec/skip-two.exp
919 * gdb.linespec/thread.exp
920 * gdb.mi/mi-async.exp
921 * gdb.mi/mi-basics.exp
922 * gdb.mi/mi-break.exp
923 * gdb.mi/mi-catch-load.exp
924 * gdb.mi/mi-cli.exp
925 * gdb.mi/mi-cmd-param-changed.exp
926 * gdb.mi/mi-console.exp
927 * gdb.mi/mi-detach.exp
928 * gdb.mi/mi-disassemble.exp
929 * gdb.mi/mi-eval.exp
930 * gdb.mi/mi-file-transfer.exp
931 * gdb.mi/mi-file.exp
932 * gdb.mi/mi-fill-memory.exp
933 * gdb.mi/mi-inheritance-syntax-error.exp
934 * gdb.mi/mi-linespec-err-cp.exp
935 * gdb.mi/mi-logging.exp
936 * gdb.mi/mi-memory-changed.exp
937 * gdb.mi/mi-read-memory.exp
938 * gdb.mi/mi-record-changed.exp
939 * gdb.mi/mi-reg-undefined.exp
940 * gdb.mi/mi-regs.exp
941 * gdb.mi/mi-return.exp
942 * gdb.mi/mi-reverse.exp
943 * gdb.mi/mi-simplerun.exp
944 * gdb.mi/mi-solib.exp
945 * gdb.mi/mi-stack.exp
946 * gdb.mi/mi-stepi.exp
947 * gdb.mi/mi-syn-frame.exp
948 * gdb.mi/mi-until.exp
949 * gdb.mi/mi-var-block.exp
950 * gdb.mi/mi-var-child.exp
951 * gdb.mi/mi-var-cmd.exp
952 * gdb.mi/mi-var-cp.exp
953 * gdb.mi/mi-var-display.exp
954 * gdb.mi/mi-var-invalidate.exp
955 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
956 * gdb.mi/mi-vla-fortran.exp
957 * gdb.mi/mi-watch.exp
958 * gdb.mi/mi2-var-child.exp
959 * gdb.mi/user-selected-context-sync.exp
960 * gdb.modula2/unbounded-array.exp
961 * gdb.multi/dummy-frame-restore.exp
962 * gdb.multi/multi-arch-exec.exp
963 * gdb.multi/multi-arch.exp
964 * gdb.multi/tids.exp
965 * gdb.multi/watchpoint-multi.exp
966 * gdb.opencl/callfuncs.exp
967 * gdb.opencl/convs_casts.exp
968 * gdb.opencl/datatypes.exp
969 * gdb.opencl/operators.exp
970 * gdb.opencl/vec_comps.exp
971 * gdb.opt/clobbered-registers-O2.exp
972 * gdb.opt/inline-break.exp
973 * gdb.opt/inline-bt.exp
974 * gdb.opt/inline-cmds.exp
975 * gdb.opt/inline-locals.exp
976 * gdb.pascal/case-insensitive-symbols.exp
977 * gdb.pascal/floats.exp
978 * gdb.pascal/gdb11492.exp
979 * gdb.python/lib-types.exp
980 * gdb.python/py-arch.exp
981 * gdb.python/py-as-string.exp
982 * gdb.python/py-bad-printers.exp
983 * gdb.python/py-block.exp
984 * gdb.python/py-breakpoint-create-fail.exp
985 * gdb.python/py-breakpoint.exp
986 * gdb.python/py-caller-is.exp
987 * gdb.python/py-cmd.exp
988 * gdb.python/py-explore-cc.exp
989 * gdb.python/py-explore.exp
990 * gdb.python/py-finish-breakpoint.exp
991 * gdb.python/py-finish-breakpoint2.exp
992 * gdb.python/py-frame-args.exp
993 * gdb.python/py-frame-inline.exp
994 * gdb.python/py-frame.exp
995 * gdb.python/py-framefilter-mi.exp
996 * gdb.python/py-infthread.exp
997 * gdb.python/py-lazy-string.exp
998 * gdb.python/py-linetable.exp
999 * gdb.python/py-mi-events.exp
1000 * gdb.python/py-mi-objfile.exp
1001 * gdb.python/py-mi.exp
1002 * gdb.python/py-objfile.exp
1003 * gdb.python/py-pp-integral.exp
1004 * gdb.python/py-pp-maint.exp
1005 * gdb.python/py-pp-re-notag.exp
1006 * gdb.python/py-pp-registration.exp
1007 * gdb.python/py-recurse-unwind.exp
1008 * gdb.python/py-strfns.exp
1009 * gdb.python/py-symbol.exp
1010 * gdb.python/py-symtab.exp
1011 * gdb.python/py-sync-interp.exp
1012 * gdb.python/py-typeprint.exp
1013 * gdb.python/py-unwind-maint.exp
1014 * gdb.python/py-unwind.exp
1015 * gdb.python/py-value-cc.exp
1016 * gdb.python/py-xmethods.exp
1017 * gdb.reverse/amd64-tailcall-reverse.exp
1018 * gdb.reverse/break-precsave.exp
1019 * gdb.reverse/break-reverse.exp
1020 * gdb.reverse/consecutive-precsave.exp
1021 * gdb.reverse/consecutive-reverse.exp
1022 * gdb.reverse/finish-precsave.exp
1023 * gdb.reverse/finish-reverse-bkpt.exp
1024 * gdb.reverse/finish-reverse.exp
1025 * gdb.reverse/fstatat-reverse.exp
1026 * gdb.reverse/getresuid-reverse.exp
1027 * gdb.reverse/i386-precsave.exp
1028 * gdb.reverse/i386-reverse.exp
1029 * gdb.reverse/i386-sse-reverse.exp
1030 * gdb.reverse/i387-env-reverse.exp
1031 * gdb.reverse/i387-stack-reverse.exp
1032 * gdb.reverse/insn-reverse.exp
1033 * gdb.reverse/machinestate-precsave.exp
1034 * gdb.reverse/machinestate.exp
1035 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1036 * gdb.reverse/pipe-reverse.exp
1037 * gdb.reverse/readv-reverse.exp
1038 * gdb.reverse/recvmsg-reverse.exp
1039 * gdb.reverse/rerun-prec.exp
1040 * gdb.reverse/s390-mvcle.exp
1041 * gdb.reverse/step-precsave.exp
1042 * gdb.reverse/step-reverse.exp
1043 * gdb.reverse/time-reverse.exp
1044 * gdb.reverse/until-precsave.exp
1045 * gdb.reverse/until-reverse.exp
1046 * gdb.reverse/waitpid-reverse.exp
1047 * gdb.reverse/watch-precsave.exp
1048 * gdb.reverse/watch-reverse.exp
1049 * gdb.rust/generics.exp
1050 * gdb.rust/methods.exp
1051 * gdb.rust/modules.exp
1052 * gdb.rust/simple.exp
1053 * gdb.server/connect-with-no-symbol-file.exp
1054 * gdb.server/ext-attach.exp
1055 * gdb.server/ext-restart.exp
1056 * gdb.server/ext-wrapper.exp
1057 * gdb.server/file-transfer.exp
1058 * gdb.server/server-exec-info.exp
1059 * gdb.server/server-kill.exp
1060 * gdb.server/server-mon.exp
1061 * gdb.server/wrapper.exp
1062 * gdb.stabs/exclfwd.exp
1063 * gdb.stabs/gdb11479.exp
1064 * gdb.threads/clone-new-thread-event.exp
1065 * gdb.threads/corethreads.exp
1066 * gdb.threads/current-lwp-dead.exp
1067 * gdb.threads/dlopen-libpthread.exp
1068 * gdb.threads/gcore-thread.exp
1069 * gdb.threads/sigstep-threads.exp
1070 * gdb.threads/watchpoint-fork.exp
1071 * gdb.trace/actions-changed.exp
1072 * gdb.trace/backtrace.exp
1073 * gdb.trace/change-loc.exp
1074 * gdb.trace/circ.exp
1075 * gdb.trace/collection.exp
1076 * gdb.trace/disconnected-tracing.exp
1077 * gdb.trace/ftrace.exp
1078 * gdb.trace/mi-trace-frame-collected.exp
1079 * gdb.trace/mi-trace-unavailable.exp
1080 * gdb.trace/mi-traceframe-changed.exp
1081 * gdb.trace/mi-tsv-changed.exp
1082 * gdb.trace/no-attach-trace.exp
1083 * gdb.trace/passc-dyn.exp
1084 * gdb.trace/qtro.exp
1085 * gdb.trace/range-stepping.exp
1086 * gdb.trace/read-memory.exp
1087 * gdb.trace/save-trace.exp
1088 * gdb.trace/signal.exp
1089 * gdb.trace/status-stop.exp
1090 * gdb.trace/tfile.exp
1091 * gdb.trace/trace-break.exp
1092 * gdb.trace/trace-buffer-size.exp
1093 * gdb.trace/trace-condition.exp
1094 * gdb.trace/tracefile-pseudo-reg.exp
1095 * gdb.trace/tstatus.exp
1096 * gdb.trace/unavailable.exp
1097 * gdb.trace/while-dyn.exp
1098 * gdb.trace/while-stepping.exp
1099
34c41c68
DE
11002016-12-22 Doug Evans <xdje42@gmail.com>
1101
1102 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
1103 and msymbols.
1104
16e69324
YQ
11052016-12-19 Yao Qi <yao.qi@linaro.org>
1106
1107 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
1108 (test_with_self): Don't call do_steps_and_nexts, and remove
1109 code about stepping into xmalloc.
1110
f94f411b
YQ
11112016-12-09 Yao Qi <yao.qi@linaro.org>
1112
1113 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
1114
11152016-12-09 Yao Qi <yao.qi@linaro.org>
1116
1117 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
1118
f1b5deee
PA
11192016-12-09 Pedro Alves <palves@redhat.com>
1120
1121 * gdb.base/all-architectures-0.exp: New file.
1122 * gdb.base/all-architectures-1.exp: New file.
1123 * gdb.base/all-architectures-2.exp: New file.
1124 * gdb.base/all-architectures-3.exp: New file.
1125 * gdb.base/all-architectures-4.exp: New file.
1126 * gdb.base/all-architectures-5.exp: New file.
1127 * gdb.base/all-architectures-6.exp: New file.
1128 * gdb.base/all-architectures-7.exp: New file.
1129 * gdb.base/all-architectures.exp.in: New file.
1130
364ca42e
YQ
11312016-12-09 Yao Qi <yao.qi@linaro.org>
1132
1133 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
1134
107c2d62
LM
11352016-12-02 Luis Machado <lgustavo@codesourcery.com>
1136
1137 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
1138 possible.
1139 Remove useless pattern-matching code.
1140
df3ee9ca
PA
11412016-12-02 Pedro Alves <palves@redhat.com>
1142
1143 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1144 procedure.
1145 (top level): Call it.
1146
ec835369
PA
11472016-12-02 Pedro Alves <palves@redhat.com>
1148
1149 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1150 New procedure.
1151 (top level): Call it.
1152
01770bbd
PA
11532016-12-02 Pedro Alves <palves@redhat.com>
1154
1155 PR cli/20559
1156 * gdb.base/commands.exp (user_defined_command_args_eval): New
1157 procedure.
1158 (top level): Call it.
1159
008459ea
LM
11602016-12-02 Luis Machado <lgustavo@codesourcery.com>
1161
1162 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1163 timeout handling.
1164
0c1b455e
TT
11652016-12-02 Tom Tromey <tom@tromey.com>
1166
1167 * gdb.dwarf2/main-subprogram.c: New file.
1168 * gdb.dwarf2/main-subprogram.exp: New file.
1169
018572b8
LM
11702016-12-01 Luis Machado <lgustavo@codesourcery.com>
1171
1172 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1173 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1174 gdb_test_no_output for a couple of cases.
1175 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1176
84c93cd5
LM
11772016-12-01 Luis Machado <lgustavo@codesourcery.com>
1178
1179 Fix test names and standardize compilation error messages throughout
1180 the following files:
1181
1182 * gdb.ada/start.exp
1183 * gdb.arch/alpha-step.exp
1184 * gdb.arch/e500-prologue.exp
1185 * gdb.arch/ftrace-insn-reloc.exp
1186 * gdb.arch/gdb1291.exp
1187 * gdb.arch/gdb1431.exp
1188 * gdb.arch/gdb1558.exp
1189 * gdb.arch/i386-dr3-watch.exp
1190 * gdb.arch/i386-sse-stack-align.exp
1191 * gdb.arch/ia64-breakpoint-shadow.exp
1192 * gdb.arch/pa-nullify.exp
1193 * gdb.arch/powerpc-aix-prologue.exp
1194 * gdb.arch/thumb-bx-pc.exp
1195 * gdb.base/annota1.exp
1196 * gdb.base/annota3.exp
1197 * gdb.base/arrayidx.exp
1198 * gdb.base/assign.exp
1199 * gdb.base/attach.exp
1200 * gdb.base/auxv.exp
1201 * gdb.base/bang.exp
1202 * gdb.base/bfp-test.exp
1203 * gdb.base/bigcore.exp
1204 * gdb.base/bitfields2.exp
1205 * gdb.base/break-fun-addr.exp
1206 * gdb.base/break-probes.exp
1207 * gdb.base/call-rt-st.exp
1208 * gdb.base/callexit.exp
1209 * gdb.base/catch-fork-kill.exp
1210 * gdb.base/charset.exp
1211 * gdb.base/checkpoint.exp
1212 * gdb.base/comprdebug.exp
1213 * gdb.base/constvars.exp
1214 * gdb.base/coredump-filter.exp
1215 * gdb.base/cursal.exp
1216 * gdb.base/cvexpr.exp
1217 * gdb.base/detach.exp
1218 * gdb.base/display.exp
1219 * gdb.base/dmsym.exp
1220 * gdb.base/dprintf-pending.exp
1221 * gdb.base/dso2dso.exp
1222 * gdb.base/dtrace-probe.exp
1223 * gdb.base/dump.exp
1224 * gdb.base/enum_cond.exp
1225 * gdb.base/exe-lock.exp
1226 * gdb.base/exec-invalid-sysroot.exp
1227 * gdb.base/execl-update-breakpoints.exp
1228 * gdb.base/exprs.exp
1229 * gdb.base/fileio.exp
1230 * gdb.base/find.exp
1231 * gdb.base/finish.exp
1232 * gdb.base/fixsection.exp
1233 * gdb.base/foll-vfork.exp
1234 * gdb.base/frame-args.exp
1235 * gdb.base/gcore.exp
1236 * gdb.base/gdb1250.exp
1237 * gdb.base/global-var-nested-by-dso.exp
1238 * gdb.base/gnu-ifunc.exp
1239 * gdb.base/hashline1.exp
1240 * gdb.base/hashline2.exp
1241 * gdb.base/hashline3.exp
1242 * gdb.base/hbreak-in-shr-unsupported.exp
1243 * gdb.base/huge.exp
1244 * gdb.base/infcall-input.exp
1245 * gdb.base/info-fun.exp
1246 * gdb.base/info-shared.exp
1247 * gdb.base/jit-simple.exp
1248 * gdb.base/jit-so.exp
1249 * gdb.base/jit.exp
1250 * gdb.base/jump.exp
1251 * gdb.base/label.exp
1252 * gdb.base/lineinc.exp
1253 * gdb.base/logical.exp
1254 * gdb.base/longjmp.exp
1255 * gdb.base/macscp.exp
1256 * gdb.base/miscexprs.exp
1257 * gdb.base/new-ui-echo.exp
1258 * gdb.base/new-ui-pending-input.exp
1259 * gdb.base/new-ui.exp
1260 * gdb.base/nodebug.exp
1261 * gdb.base/nofield.exp
1262 * gdb.base/offsets.exp
1263 * gdb.base/overlays.exp
1264 * gdb.base/pending.exp
1265 * gdb.base/pointers.exp
1266 * gdb.base/pr11022.exp
1267 * gdb.base/printcmds.exp
1268 * gdb.base/prologue.exp
1269 * gdb.base/ptr-typedef.exp
1270 * gdb.base/realname-expand.exp
1271 * gdb.base/relativedebug.exp
1272 * gdb.base/relocate.exp
1273 * gdb.base/remote.exp
1274 * gdb.base/reread.exp
1275 * gdb.base/return2.exp
1276 * gdb.base/savedregs.exp
1277 * gdb.base/sep.exp
1278 * gdb.base/sepdebug.exp
1279 * gdb.base/sepsymtab.exp
1280 * gdb.base/set-inferior-tty.exp
1281 * gdb.base/setshow.exp
1282 * gdb.base/shlib-call.exp
1283 * gdb.base/sigaltstack.exp
1284 * gdb.base/siginfo-addr.exp
1285 * gdb.base/signals.exp
1286 * gdb.base/signull.exp
1287 * gdb.base/sigrepeat.exp
1288 * gdb.base/so-impl-ld.exp
1289 * gdb.base/solib-display.exp
1290 * gdb.base/solib-overlap.exp
1291 * gdb.base/solib-search.exp
1292 * gdb.base/solib-symbol.exp
1293 * gdb.base/structs.exp
1294 * gdb.base/structs2.exp
1295 * gdb.base/symtab-search-order.exp
1296 * gdb.base/twice.exp
1297 * gdb.base/unload.exp
1298 * gdb.base/varargs.exp
1299 * gdb.base/watchpoint-solib.exp
1300 * gdb.base/watchpoint.exp
1301 * gdb.base/whatis.exp
1302 * gdb.base/wrong_frame_bt_full.exp
1303 * gdb.btrace/dlopen.exp
1304 * gdb.cell/ea-standalone.exp
1305 * gdb.cell/ea-test.exp
1306 * gdb.cp/dispcxx.exp
1307 * gdb.cp/gdb2384.exp
1308 * gdb.cp/method2.exp
1309 * gdb.cp/nextoverthrow.exp
1310 * gdb.cp/pr10728.exp
1311 * gdb.disasm/am33.exp
1312 * gdb.disasm/h8300s.exp
1313 * gdb.disasm/mn10300.exp
1314 * gdb.disasm/sh3.exp
1315 * gdb.dwarf2/dw2-dir-file-name.exp
1316 * gdb.fortran/complex.exp
1317 * gdb.fortran/library-module.exp
1318 * gdb.guile/scm-pretty-print.exp
1319 * gdb.guile/scm-symbol.exp
1320 * gdb.guile/scm-type.exp
1321 * gdb.guile/scm-value.exp
1322 * gdb.linespec/linespec.exp
1323 * gdb.mi/gdb701.exp
1324 * gdb.mi/gdb792.exp
1325 * gdb.mi/mi-breakpoint-changed.exp
1326 * gdb.mi/mi-dprintf-pending.exp
1327 * gdb.mi/mi-dprintf.exp
1328 * gdb.mi/mi-exit-code.exp
1329 * gdb.mi/mi-pending.exp
1330 * gdb.mi/mi-solib.exp
1331 * gdb.mi/new-ui-mi-sync.exp
1332 * gdb.mi/pr11022.exp
1333 * gdb.mi/user-selected-context-sync.exp
1334 * gdb.opt/solib-intra-step.exp
1335 * gdb.python/py-events.exp
1336 * gdb.python/py-finish-breakpoint.exp
1337 * gdb.python/py-mi.exp
1338 * gdb.python/py-prettyprint.exp
1339 * gdb.python/py-shared.exp
1340 * gdb.python/py-symbol.exp
1341 * gdb.python/py-template.exp
1342 * gdb.python/py-type.exp
1343 * gdb.python/py-value.exp
1344 * gdb.reverse/solib-precsave.exp
1345 * gdb.reverse/solib-reverse.exp
1346 * gdb.server/solib-list.exp
1347 * gdb.stabs/weird.exp
1348 * gdb.threads/reconnect-signal.exp
1349 * gdb.threads/stepi-random-signal.exp
1350 * gdb.trace/actions.exp
1351 * gdb.trace/ax.exp
1352 * gdb.trace/backtrace.exp
1353 * gdb.trace/change-loc.exp
1354 * gdb.trace/deltrace.exp
1355 * gdb.trace/ftrace-lock.exp
1356 * gdb.trace/ftrace.exp
1357 * gdb.trace/infotrace.exp
1358 * gdb.trace/mi-tracepoint-changed.exp
1359 * gdb.trace/packetlen.exp
1360 * gdb.trace/passcount.exp
1361 * gdb.trace/pending.exp
1362 * gdb.trace/range-stepping.exp
1363 * gdb.trace/report.exp
1364 * gdb.trace/stap-trace.exp
1365 * gdb.trace/tfind.exp
1366 * gdb.trace/trace-break.exp
1367 * gdb.trace/trace-condition.exp
1368 * gdb.trace/trace-enable-disable.exp
1369 * gdb.trace/trace-mt.exp
1370 * gdb.trace/tracecmd.exp
1371 * gdb.trace/tspeed.exp
1372 * gdb.trace/tsv.exp
1373 * lib/perftest.exp
1374
fb9feb35
LM
13752016-12-01 Luis Machado <lgustavo@codesourcery.com>
1376
1377 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1378 with gdb_test_no_output.
1379 Use command as test name.
1380
cd2ddb6c
LM
13812016-12-01 Luis Machado <lgustavo@codesourcery.com>
1382
1383 Fix test names starting with uppercase throughout the files.
1384
1385 * gdb.ada/assign_1.exp
1386 * gdb.ada/boolean_expr.exp
1387 * gdb.base/arrayidx.exp
1388 * gdb.base/del.exp
1389 * gdb.base/gcore-buffer-overflow.exp
1390 * gdb.base/testenv.exp
1391 * gdb.compile/compile.exp
1392 * gdb.python/py-framefilter-invalidarg.exp
1393 * gdb.python/py-framefilter.exp
1394
bb95117e
LM
13952016-12-01 Luis Machado <lgustavo@codesourcery.com>
1396
1397 Fix test names starting with uppercase throughout the files.
1398
1399 * gdb.ada/array_return.exp
1400 * gdb.ada/expr_delims.exp
1401 * gdb.ada/mi_dyn_arr.exp
1402 * gdb.ada/mi_interface.exp
1403 * gdb.ada/mi_var_array.exp
1404 * gdb.ada/watch_arg.exp
1405 * gdb.arch/alpha-step.exp
1406 * gdb.arch/altivec-regs.exp
1407 * gdb.arch/e500-regs.exp
1408 * gdb.arch/powerpc-d128-regs.exp
1409 * gdb.base/arrayidx.exp
1410 * gdb.base/break.exp
1411 * gdb.base/checkpoint.exp
1412 * gdb.base/debug-expr.exp
1413 * gdb.base/dmsym.exp
1414 * gdb.base/radix.exp
1415 * gdb.base/sepdebug.exp
1416 * gdb.base/testenv.exp
1417 * gdb.base/watch_thread_num.exp
1418 * gdb.base/watchpoint-cond-gone.exp
1419 * gdb.cell/break.exp
1420 * gdb.cell/ea-cache.exp
1421 * gdb.compile/compile.exp
1422 * gdb.cp/gdb2495.exp
1423 * gdb.gdb/selftest.exp
1424 * gdb.gdb/xfullpath.exp
1425 * gdb.go/hello.exp
1426 * gdb.go/integers.exp
1427 * gdb.objc/basicclass.exp
1428 * gdb.pascal/hello.exp
1429 * gdb.pascal/integers.exp
1430 * gdb.python/py-breakpoint.exp
1431 * gdb.python/py-cmd.exp
1432 * gdb.python/py-linetable.exp
1433 * gdb.python/py-xmethods.exp
1434 * gdb.python/python.exp
1435 * gdb.reverse/consecutive-precsave.exp
1436 * gdb.reverse/finish-precsave.exp
1437 * gdb.reverse/i386-precsave.exp
1438 * gdb.reverse/machinestate-precsave.exp
1439 * gdb.reverse/sigall-precsave.exp
1440 * gdb.reverse/solib-precsave.exp
1441 * gdb.reverse/step-precsave.exp
1442 * gdb.reverse/until-precsave.exp
1443 * gdb.reverse/watch-precsave.exp
1444 * gdb.threads/leader-exit.exp
1445 * gdb.threads/pthreads.exp
1446 * gdb.threads/wp-replication.exp
1447 * gdb.trace/actions.exp
1448 * gdb.trace/mi-tsv-changed.exp
1449 * gdb.trace/tsv.exp
1450
de97fdd4
LM
14512016-12-01 Luis Machado <lgustavo@codesourcery.com>
1452
1453 Fix test names starting with uppercase throughout the files.
1454
1455 * gdb.arch/i386-bp_permanent.exp
1456 * gdb.arch/i386-gnu-cfi.exp
1457 * gdb.base/disasm-end-cu.exp
1458 * gdb.base/macscp.exp
1459 * gdb.base/pending.exp
1460 * gdb.base/watch_thread_num.exp
1461 * gdb.cp/exception.exp
1462 * gdb.cp/gdb2495.exp
1463 * gdb.cp/local.exp
1464 * gdb.python/py-evsignal.exp
1465 * gdb.python/python.exp
1466 * gdb.trace/tracecmd.exp
1467
9f058c10
LM
14682016-12-01 Luis Machado <lgustavo@codesourcery.com>
1469
1470 Fix test names starting with uppercase throughout the files.
1471
1472 * gdb.base/charset.exp
1473 * gdb.base/eval.exp
1474 * gdb.base/multi-forks.exp
1475 * gdb.guile/scm-progspace.exp
1476 * gdb.opencl/datatypes.exp
1477 * gdb.python/py-block.exp
1478 * gdb.python/py-function.exp
1479 * gdb.python/py-symbol.exp
1480 * gdb.python/py-symtab.exp
1481 * gdb.python/py-xmethods.exp
1482 * gdb.reverse/break-precsave.exp
1483 * gdb.reverse/break-reverse.exp
1484 * gdb.reverse/consecutive-precsave.exp
1485 * gdb.reverse/consecutive-reverse.exp
1486 * gdb.reverse/finish-precsave.exp
1487 * gdb.reverse/finish-reverse-bkpt.exp
1488 * gdb.reverse/finish-reverse.exp
1489 * gdb.reverse/fstatat-reverse.exp
1490 * gdb.reverse/getresuid-reverse.exp
1491 * gdb.reverse/i386-precsave.exp
1492 * gdb.reverse/i386-reverse.exp
1493 * gdb.reverse/i386-sse-reverse.exp
1494 * gdb.reverse/i387-stack-reverse.exp
1495 * gdb.reverse/insn-reverse.exp
1496 * gdb.reverse/machinestate-precsave.exp
1497 * gdb.reverse/machinestate.exp
1498 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1499 * gdb.reverse/pipe-reverse.exp
1500 * gdb.reverse/readv-reverse.exp
1501 * gdb.reverse/recvmsg-reverse.exp
1502 * gdb.reverse/rerun-prec.exp
1503 * gdb.reverse/s390-mvcle.exp
1504 * gdb.reverse/sigall-precsave.exp
1505 * gdb.reverse/sigall-reverse.exp
1506 * gdb.reverse/solib-precsave.exp
1507 * gdb.reverse/solib-reverse.exp
1508 * gdb.reverse/step-precsave.exp
1509 * gdb.reverse/step-reverse.exp
1510 * gdb.reverse/time-reverse.exp
1511 * gdb.reverse/until-precsave.exp
1512 * gdb.reverse/until-reverse.exp
1513 * gdb.reverse/waitpid-reverse.exp
1514 * gdb.reverse/watch-precsave.exp
1515 * gdb.reverse/watch-reverse.exp
1516
cdc7edd7
LM
15172016-12-01 Luis Machado <lgustavo@codesourcery.com>
1518
1519 Fix test names starting with uppercase throughout the files.
1520
1521 * gdb.arch/i386-mpx-simple_segv.exp
1522 * gdb.arch/i386-mpx.exp
1523 * gdb.arch/i386-permbkpt.exp
1524 * gdb.arch/pa-nullify.exp
1525 * gdb.arch/powerpc-d128-regs.exp
1526 * gdb.arch/vsx-regs.exp
1527 * gdb.base/bfp-test.exp
1528 * gdb.base/break.exp
1529 * gdb.base/breakpoint-shadow.exp
1530 * gdb.base/callfuncs.exp
1531 * gdb.base/charset.exp
1532 * gdb.base/commands.exp
1533 * gdb.base/completion.exp
1534 * gdb.base/dfp-test.exp
1535 * gdb.base/echo.exp
1536 * gdb.base/ending-run.exp
1537 * gdb.base/eval.exp
1538 * gdb.base/expand-psymtabs.exp
1539 * gdb.base/float128.exp
1540 * gdb.base/floatn.exp
1541 * gdb.base/foll-exec-mode.exp
1542 * gdb.base/gdb1056.exp
1543 * gdb.base/gdb11531.exp
1544 * gdb.base/kill-after-signal.exp
1545 * gdb.base/multi-forks.exp
1546 * gdb.base/overlays.exp
1547 * gdb.base/pending.exp
1548 * gdb.base/sepdebug.exp
1549 * gdb.base/testenv.exp
1550 * gdb.base/valgrind-db-attach.exp
1551 * gdb.base/watch_thread_num.exp
1552 * gdb.base/watchpoint-cond-gone.exp
1553 * gdb.base/watchpoint.exp
1554 * gdb.base/watchpoints.exp
1555 * gdb.cp/arg-reference.exp
1556 * gdb.cp/baseenum.exp
1557 * gdb.cp/operator.exp
1558 * gdb.cp/shadow.exp
1559 * gdb.dwarf2/dw2-op-out-param.exp
1560 * gdb.dwarf2/dw2-reg-undefined.exp
1561 * gdb.go/chan.exp
1562 * gdb.go/hello.exp
1563 * gdb.go/integers.exp
1564 * gdb.go/methods.exp
1565 * gdb.go/package.exp
1566 * gdb.guile/scm-parameter.exp
1567 * gdb.guile/scm-progspace.exp
1568 * gdb.guile/scm-value.exp
1569 * gdb.mi/mi-pending.exp
1570 * gdb.mi/user-selected-context-sync.exp
1571 * gdb.multi/multi-attach.exp
1572 * gdb.multi/tids.exp
1573 * gdb.opt/clobbered-registers-O2.exp
1574 * gdb.pascal/floats.exp
1575 * gdb.pascal/integers.exp
1576 * gdb.python/py-block.exp
1577 * gdb.python/py-events.exp
1578 * gdb.python/py-parameter.exp
1579 * gdb.python/py-symbol.exp
1580 * gdb.python/py-symtab.exp
1581 * gdb.python/py-type.exp
1582 * gdb.python/py-value.exp
1583 * gdb.python/py-xmethods.exp
1584 * gdb.python/python.exp
1585 * gdb.reverse/break-precsave.exp
1586 * gdb.reverse/consecutive-precsave.exp
1587 * gdb.reverse/finish-precsave.exp
1588 * gdb.reverse/i386-precsave.exp
1589 * gdb.reverse/machinestate-precsave.exp
1590 * gdb.reverse/sigall-precsave.exp
1591 * gdb.reverse/solib-precsave.exp
1592 * gdb.reverse/step-precsave.exp
1593 * gdb.reverse/until-precsave.exp
1594 * gdb.reverse/watch-precsave.exp
1595 * gdb.server/ext-attach.exp
1596 * gdb.server/ext-restart.exp
1597 * gdb.server/ext-run.exp
1598 * gdb.server/ext-wrapper.exp
1599 * gdb.stabs/gdb11479.exp
1600 * gdb.stabs/weird.exp
1601 * gdb.threads/attach-many-short-lived-threads.exp
1602 * gdb.threads/kill.exp
1603 * gdb.threads/watchpoint-fork.exp
1604
bc6c7af4
LM
16052016-12-01 Luis Machado <lgustavo@codesourcery.com>
1606
1607 Fix test names starting with uppercase throughout all the files below.
1608
1609 * gdb.ada/array_return.exp
1610 * gdb.ada/catch_ex.exp
1611 * gdb.ada/info_exc.exp
1612 * gdb.ada/mi_catch_ex.exp
1613 * gdb.ada/mi_dyn_arr.exp
1614 * gdb.ada/mi_ex_cond.exp
1615 * gdb.ada/mi_exc_info.exp
1616 * gdb.ada/mi_interface.exp
1617 * gdb.ada/mi_task_arg.exp
1618 * gdb.ada/mi_task_info.exp
1619 * gdb.ada/mi_var_array.exp
1620 * gdb.arch/alpha-step.exp
1621 * gdb.arch/amd64-disp-step.exp
1622 * gdb.arch/arm-disp-step.exp
1623 * gdb.arch/disp-step-insn-reloc.exp
1624 * gdb.arch/e500-prologue.exp
1625 * gdb.arch/ftrace-insn-reloc.exp
1626 * gdb.arch/gdb1558.exp
1627 * gdb.arch/i386-bp_permanent.exp
1628 * gdb.arch/i386-disp-step.exp
1629 * gdb.arch/i386-float.exp
1630 * gdb.arch/i386-gnu-cfi.exp
1631 * gdb.arch/ia64-breakpoint-shadow.exp
1632 * gdb.arch/mips16-thunks.exp
1633 * gdb.arch/pa-nullify.exp
1634 * gdb.arch/powerpc-aix-prologue.exp
1635 * gdb.arch/powerpc-power.exp
1636 * gdb.arch/ppc-dfp.exp
1637 * gdb.arch/s390-tdbregs.exp
1638 * gdb.arch/spu-info.exp
1639 * gdb.arch/spu-ls.exp
1640 * gdb.arch/thumb-bx-pc.exp
1641 * gdb.base/advance.exp
1642 * gdb.base/annota-input-while-running.exp
1643 * gdb.base/arrayidx.exp
1644 * gdb.base/asmlabel.exp
1645 * gdb.base/async.exp
1646 * gdb.base/attach-wait-input.exp
1647 * gdb.base/auto-connect-native-target.exp
1648 * gdb.base/batch-preserve-term-settings.exp
1649 * gdb.base/bfp-test.exp
1650 * gdb.base/bigcore.exp
1651 * gdb.base/bp-permanent.exp
1652 * gdb.base/break-always.exp
1653 * gdb.base/break-fun-addr.exp
1654 * gdb.base/break-idempotent.exp
1655 * gdb.base/break-main-file-remove-fail.exp
1656 * gdb.base/break-probes.exp
1657 * gdb.base/break-unload-file.exp
1658 * gdb.base/break.exp
1659 * gdb.base/call-ar-st.exp
1660 * gdb.base/call-rt-st.exp
1661 * gdb.base/call-sc.exp
1662 * gdb.base/call-signal-resume.exp
1663 * gdb.base/call-strs.exp
1664 * gdb.base/callexit.exp
1665 * gdb.base/callfuncs.exp
1666 * gdb.base/catch-gdb-caused-signals.exp
1667 * gdb.base/catch-signal-siginfo-cond.exp
1668 * gdb.base/catch-syscall.exp
1669 * gdb.base/compare-sections.exp
1670 * gdb.base/cond-eval-mode.exp
1671 * gdb.base/condbreak-call-false.exp
1672 * gdb.base/consecutive-step-over.exp
1673 * gdb.base/cursal.exp
1674 * gdb.base/disabled-location.exp
1675 * gdb.base/disasm-end-cu.exp
1676 * gdb.base/display.exp
1677 * gdb.base/double-prompt-target-event-error.exp
1678 * gdb.base/dprintf-bp-same-addr.exp
1679 * gdb.base/dprintf-detach.exp
1680 * gdb.base/dprintf-next.exp
1681 * gdb.base/dprintf-non-stop.exp
1682 * gdb.base/dprintf-pending.exp
1683 * gdb.base/dso2dso.exp
1684 * gdb.base/ending-run.exp
1685 * gdb.base/enum_cond.exp
1686 * gdb.base/examine-backward.exp
1687 * gdb.base/exe-lock.exp
1688 * gdb.base/exec-invalid-sysroot.exp
1689 * gdb.base/execl-update-breakpoints.exp
1690 * gdb.base/execution-termios.exp
1691 * gdb.base/fileio.exp
1692 * gdb.base/fixsection.exp
1693 * gdb.base/foll-exec-mode.exp
1694 * gdb.base/foll-exec.exp
1695 * gdb.base/fork-running-state.exp
1696 * gdb.base/frame-args.exp
1697 * gdb.base/fullpath-expand.exp
1698 * gdb.base/func-ptr.exp
1699 * gdb.base/gcore-relro-pie.exp
1700 * gdb.base/gdb1090.exp
1701 * gdb.base/gdb1555.exp
1702 * gdb.base/global-var-nested-by-dso.exp
1703 * gdb.base/gnu-ifunc.exp
1704 * gdb.base/hbreak-in-shr-unsupported.exp
1705 * gdb.base/hbreak-unmapped.exp
1706 * gdb.base/hook-stop.exp
1707 * gdb.base/infcall-input.exp
1708 * gdb.base/info-fun.exp
1709 * gdb.base/info-shared.exp
1710 * gdb.base/interrupt-noterm.exp
1711 * gdb.base/jit-so.exp
1712 * gdb.base/jit.exp
1713 * gdb.base/line-symtabs.exp
1714 * gdb.base/list.exp
1715 * gdb.base/longjmp.exp
1716 * gdb.base/macscp.exp
1717 * gdb.base/max-value-size.exp
1718 * gdb.base/nodebug.exp
1719 * gdb.base/nofield.exp
1720 * gdb.base/overlays.exp
1721 * gdb.base/paginate-after-ctrl-c-running.exp
1722 * gdb.base/paginate-bg-execution.exp
1723 * gdb.base/paginate-inferior-exit.exp
1724 * gdb.base/pending.exp
1725 * gdb.base/pr11022.exp
1726 * gdb.base/printcmds.exp
1727 * gdb.base/ptr-typedef.exp
1728 * gdb.base/ptype.exp
1729 * gdb.base/randomize.exp
1730 * gdb.base/range-stepping.exp
1731 * gdb.base/realname-expand.exp
1732 * gdb.base/relativedebug.exp
1733 * gdb.base/remote.exp
1734 * gdb.base/savedregs.exp
1735 * gdb.base/sepdebug.exp
1736 * gdb.base/set-noassign.exp
1737 * gdb.base/shlib-call.exp
1738 * gdb.base/shreloc.exp
1739 * gdb.base/sigaltstack.exp
1740 * gdb.base/sigbpt.exp
1741 * gdb.base/siginfo-addr.exp
1742 * gdb.base/siginfo-obj.exp
1743 * gdb.base/siginfo-thread.exp
1744 * gdb.base/signest.exp
1745 * gdb.base/signull.exp
1746 * gdb.base/sigrepeat.exp
1747 * gdb.base/skip.exp
1748 * gdb.base/so-impl-ld.exp
1749 * gdb.base/solib-corrupted.exp
1750 * gdb.base/solib-disc.exp
1751 * gdb.base/solib-display.exp
1752 * gdb.base/solib-overlap.exp
1753 * gdb.base/solib-search.exp
1754 * gdb.base/solib-symbol.exp
1755 * gdb.base/source-execution.exp
1756 * gdb.base/sss-bp-on-user-bp-2.exp
1757 * gdb.base/sss-bp-on-user-bp.exp
1758 * gdb.base/stack-checking.exp
1759 * gdb.base/stale-infcall.exp
1760 * gdb.base/step-break.exp
1761 * gdb.base/step-line.exp
1762 * gdb.base/step-over-exit.exp
1763 * gdb.base/step-test.exp
1764 * gdb.base/structs.exp
1765 * gdb.base/sym-file.exp
1766 * gdb.base/symtab-search-order.exp
1767 * gdb.base/term.exp
1768 * gdb.base/type-opaque.exp
1769 * gdb.base/unload.exp
1770 * gdb.base/until-nodebug.exp
1771 * gdb.base/until.exp
1772 * gdb.base/unwindonsignal.exp
1773 * gdb.base/watch-cond.exp
1774 * gdb.base/watch-non-mem.exp
1775 * gdb.base/watch_thread_num.exp
1776 * gdb.base/watchpoint-reuse-slot.exp
1777 * gdb.base/watchpoint-solib.exp
1778 * gdb.base/watchpoint.exp
1779 * gdb.btrace/dlopen.exp
1780 * gdb.cell/arch.exp
1781 * gdb.cell/break.exp
1782 * gdb.cell/bt.exp
1783 * gdb.cell/core.exp
1784 * gdb.cell/data.exp
1785 * gdb.cell/dwarfaddr.exp
1786 * gdb.cell/ea-cache.exp
1787 * gdb.cell/ea-standalone.exp
1788 * gdb.cell/ea-test.exp
1789 * gdb.cell/f-regs.exp
1790 * gdb.cell/fork.exp
1791 * gdb.cell/gcore.exp
1792 * gdb.cell/mem-access.exp
1793 * gdb.cell/ptype.exp
1794 * gdb.cell/registers.exp
1795 * gdb.cell/sizeof.exp
1796 * gdb.cell/solib-symbol.exp
1797 * gdb.cell/solib.exp
1798 * gdb.compile/compile-tls.exp
1799 * gdb.cp/exception.exp
1800 * gdb.cp/gdb2495.exp
1801 * gdb.cp/local.exp
1802 * gdb.cp/mb-inline.exp
1803 * gdb.cp/mb-templates.exp
1804 * gdb.cp/pr10687.exp
1805 * gdb.cp/pr9167.exp
1806 * gdb.cp/scope-err.exp
1807 * gdb.cp/templates.exp
1808 * gdb.cp/virtfunc.exp
1809 * gdb.dwarf2/dw2-dir-file-name.exp
1810 * gdb.dwarf2/dw2-single-line-discriminators.exp
1811 * gdb.fortran/complex.exp
1812 * gdb.fortran/library-module.exp
1813 * gdb.guile/guile.exp
1814 * gdb.guile/scm-cmd.exp
1815 * gdb.guile/scm-frame-inline.exp
1816 * gdb.guile/scm-objfile.exp
1817 * gdb.guile/scm-pretty-print.exp
1818 * gdb.guile/scm-symbol.exp
1819 * gdb.guile/scm-type.exp
1820 * gdb.guile/scm-value.exp
1821 * gdb.linespec/keywords.exp
1822 * gdb.linespec/ls-errs.exp
1823 * gdb.linespec/macro-relative.exp
1824 * gdb.linespec/thread.exp
1825 * gdb.mi/mi-breakpoint-changed.exp
1826 * gdb.mi/mi-dprintf-pending.exp
1827 * gdb.mi/mi-fullname-deleted.exp
1828 * gdb.mi/mi-logging.exp
1829 * gdb.mi/mi-pending.exp
1830 * gdb.mi/mi-solib.exp
1831 * gdb.mi/new-ui-mi-sync.exp
1832 * gdb.mi/user-selected-context-sync.exp
1833 * gdb.multi/dummy-frame-restore.exp
1834 * gdb.multi/multi-arch-exec.exp
1835 * gdb.multi/remove-inferiors.exp
1836 * gdb.multi/watchpoint-multi-exit.exp
1837 * gdb.opt/solib-intra-step.exp
1838 * gdb.perf/backtrace.exp
1839 * gdb.perf/single-step.exp
1840 * gdb.perf/skip-command.exp
1841 * gdb.perf/skip-prologue.exp
1842 * gdb.perf/solib.exp
1843 * gdb.python/lib-types.exp
1844 * gdb.python/py-as-string.exp
1845 * gdb.python/py-bad-printers.exp
1846 * gdb.python/py-block.exp
1847 * gdb.python/py-breakpoint.exp
1848 * gdb.python/py-cmd.exp
1849 * gdb.python/py-events.exp
1850 * gdb.python/py-evthreads.exp
1851 * gdb.python/py-finish-breakpoint.exp
1852 * gdb.python/py-finish-breakpoint2.exp
1853 * gdb.python/py-frame-inline.exp
1854 * gdb.python/py-frame.exp
1855 * gdb.python/py-inferior.exp
1856 * gdb.python/py-infthread.exp
1857 * gdb.python/py-mi.exp
1858 * gdb.python/py-objfile.exp
1859 * gdb.python/py-pp-maint.exp
1860 * gdb.python/py-pp-registration.exp
1861 * gdb.python/py-prettyprint.exp
1862 * gdb.python/py-recurse-unwind.exp
1863 * gdb.python/py-shared.exp
1864 * gdb.python/py-symbol.exp
1865 * gdb.python/py-symtab.exp
1866 * gdb.python/py-template.exp
1867 * gdb.python/py-type.exp
1868 * gdb.python/py-unwind-maint.exp
1869 * gdb.python/py-unwind.exp
1870 * gdb.python/py-value.exp
1871 * gdb.python/python.exp
1872 * gdb.reverse/finish-reverse-bkpt.exp
1873 * gdb.reverse/insn-reverse.exp
1874 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1875 * gdb.reverse/solib-precsave.exp
1876 * gdb.reverse/solib-reverse.exp
1877 * gdb.stabs/gdb11479.exp
1878 * gdb.stabs/weird.exp
1879 * gdb.threads/fork-child-threads.exp
1880 * gdb.threads/fork-plus-threads.exp
1881 * gdb.threads/fork-thread-pending.exp
1882 * gdb.threads/forking-threads-plus-breakpoint.exp
1883 * gdb.threads/hand-call-in-threads.exp
1884 * gdb.threads/interrupted-hand-call.exp
1885 * gdb.threads/linux-dp.exp
1886 * gdb.threads/local-watch-wrong-thread.exp
1887 * gdb.threads/next-while-other-thread-longjmps.exp
1888 * gdb.threads/non-ldr-exit.exp
1889 * gdb.threads/pending-step.exp
1890 * gdb.threads/print-threads.exp
1891 * gdb.threads/process-dies-while-detaching.exp
1892 * gdb.threads/process-dies-while-handling-bp.exp
1893 * gdb.threads/pthreads.exp
1894 * gdb.threads/queue-signal.exp
1895 * gdb.threads/reconnect-signal.exp
1896 * gdb.threads/signal-command-handle-nopass.exp
1897 * gdb.threads/signal-command-multiple-signals-pending.exp
1898 * gdb.threads/signal-delivered-right-thread.exp
1899 * gdb.threads/signal-sigtrap.exp
1900 * gdb.threads/sigthread.exp
1901 * gdb.threads/staticthreads.exp
1902 * gdb.threads/stepi-random-signal.exp
1903 * gdb.threads/thread-unwindonsignal.exp
1904 * gdb.threads/thread_check.exp
1905 * gdb.threads/thread_events.exp
1906 * gdb.threads/tid-reuse.exp
1907 * gdb.threads/tls-nodebug.exp
1908 * gdb.threads/tls-shared.exp
1909 * gdb.threads/tls-so_extern.exp
1910 * gdb.threads/tls.exp
1911 * gdb.threads/wp-replication.exp
1912 * gdb.trace/actions-changed.exp
1913 * gdb.trace/actions.exp
1914 * gdb.trace/backtrace.exp
1915 * gdb.trace/change-loc.exp
1916 * gdb.trace/collection.exp
1917 * gdb.trace/deltrace.exp
1918 * gdb.trace/disconnected-tracing.exp
1919 * gdb.trace/entry-values.exp
1920 * gdb.trace/ftrace-lock.exp
1921 * gdb.trace/ftrace.exp
1922 * gdb.trace/infotrace.exp
1923 * gdb.trace/mi-trace-frame-collected.exp
1924 * gdb.trace/mi-trace-unavailable.exp
1925 * gdb.trace/mi-traceframe-changed.exp
1926 * gdb.trace/mi-tracepoint-changed.exp
1927 * gdb.trace/mi-tsv-changed.exp
1928 * gdb.trace/no-attach-trace.exp
1929 * gdb.trace/packetlen.exp
1930 * gdb.trace/passc-dyn.exp
1931 * gdb.trace/passcount.exp
1932 * gdb.trace/pending.exp
1933 * gdb.trace/pr16508.exp
1934 * gdb.trace/qtro.exp
1935 * gdb.trace/range-stepping.exp
1936 * gdb.trace/read-memory.exp
1937 * gdb.trace/report.exp
1938 * gdb.trace/save-trace.exp
1939 * gdb.trace/signal.exp
1940 * gdb.trace/stap-trace.exp
1941 * gdb.trace/status-stop.exp
1942 * gdb.trace/strace.exp
1943 * gdb.trace/tfile.exp
1944 * gdb.trace/tfind.exp
1945 * gdb.trace/trace-break.exp
1946 * gdb.trace/trace-condition.exp
1947 * gdb.trace/trace-enable-disable.exp
1948 * gdb.trace/trace-mt.exp
1949 * gdb.trace/tracecmd.exp
1950 * gdb.trace/tracefile-pseudo-reg.exp
1951 * gdb.trace/tspeed.exp
1952 * gdb.trace/tstatus.exp
1953 * gdb.trace/tsv.exp
1954 * gdb.trace/unavailable.exp
1955 * gdb.trace/while-dyn.exp
1956 * gdb.trace/while-stepping.exp
1957 * lib/gdb-guile.exp
1958 * lib/gdb.exp
1959 * lib/mi-support.exp
1960 * lib/pascal.exp
1961 * lib/perftest.exp
1962 * lib/prelink-support.exp
1963 * lib/selftest-support.exp
1964
ad02e4fe
SM
19652016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1966
1967 * Makefile.in: Include disable-implicit-rules.mk.
1968
22347e55
AA
19692016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1970
1971 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
1972 non-byte-aligned bit fields.
1973
da5b30da
AA
19742016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1975
1976 PR gdb/12616
1977 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
1978 respects the DW_AT_data_bit_offset attribute.
1979
b593ecca
SM
19802016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1981
1982 * gdb.base/default.exp: Fix output of "set language".
1983
3b165252
SM
19842016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
1985
1986 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
1987 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
1988 make.
1989 * configure.ac: Remove checks for the make program.
1990 * configure: Re-generate.
1991
1a2f3d7f
KB
19922016-11-16 Kevin Buettner <kevinb@redhat.com>
1993
1994 * gdb.python/py-recurse-unwind.c (main): Add loop.
1995 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
1996 to read_register() and gdb.parse_and_eval(). Make each code
1997 call a separate case that can be individually tested.
1998 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
1999 proc. Call cont_and_backtrace for each of the code paths that
2000 we want to test in the unwinder.
2001
b7f38fda
AA
20022016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
2003
2004 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
2005 the definition of struct S.
2006
1f8db343
CM
20072016-11-11 Catherine Moore <clm@codesourcery.com>
2008
2009 * gdb.base/dump.exp: Identify verilog format dump tests as such.
2010
fad0c9fb
PA
20112016-11-09 Pedro Alves <palves@redhat.com>
2012
2013 * gdb.base/commands.exp (runto_or_return): New procedure.
2014 (gdbvar_simple_if_test, gdbvar_simple_while_test)
2015 (gdbvar_complex_if_while_test, progvar_simple_if_test)
2016 (progvar_simple_while_test, progvar_complex_if_while_test)
2017 (if_while_breakpoint_command_test)
2018 (infrun_breakpoint_command_test, breakpoint_command_test)
2019 (user_defined_command_test, watchpoint_command_test)
2020 (test_command_prompt_position, redefine_hook_test)
2021 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
2022 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
2023 multi_line_input and multi_line. Remove gdb_expect and
2024 gdb_stop_suppressing_tests uses.
2025 * lib/gdb.exp (valnum_re): New global.
2026 (multi_line_input): New procedure.
2027
8354c62c
SM
20282016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
2029
2030 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
2031 Remove.
2032 (test_setup): Define with proc_with_prefix.
2033 (test_cli_inferior): Likewise.
2034 (test_cli_thread): Likewise.
2035 (test_cli_frame): Likewise.
2036 (test_cli_select_frame): Likewise.
2037 (test_cli_up_down): Likewise.
2038 (test_mi_thread_select): Likewise.
2039 (test_mi_stack_select_frame): Likewise.
2040 (test_cli_in_mi_inferior): Likewise.
2041 (test_cli_in_mi_thread): Likewise.
2042 (test_cli_in_mi_frame): Likewise.
2043 (top level): Do not use with_test_prefix_procname.
2044
64f367a2
PA
20452016-11-09 Pedro Alves <palves@redhat.com>
2046
2047 * gdb.base/commands.exp (gdbvar_simple_if_test)
2048 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
2049 (progvar_simple_if_test, progvar_simple_while_test)
2050 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
2051 (infrun_breakpoint_command_test, breakpoint_command_test)
2052 (user_defined_command_test, watchpoint_command_test)
2053 (test_command_prompt_position, deprecated_command_test)
2054 (bp_deleted_in_command, temporary_breakpoint_commands)
2055 (stray_arg0_test, source_file_with_indented_comment)
2056 (recursive_source_test, if_commands_test)
2057 (error_clears_commands_left, redefine_hook_test)
2058 (redefine_backtrace_test): Use proc_with_prefix.
2059 * lib/gdb.exp (proc_with_prefix): New proc.
2060
0bb65f1e
AA
20612016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2062
2063 * gdb.base/tui-layout.c: New file.
2064 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
2065 disassembly window contains very long lines.
2066
7353f247
TT
20672016-11-08 Tom Tromey <tom@tromey.com>
2068
2069 * gdb.python/py-value.exp (test_value_creation): Make "long" test
2070 depend on Python 2.
2071
30a7bb83
TT
20722016-11-08 Tom Tromey <tom@tromey.com>
2073
2074 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
2075 New method.
2076
cdf5a07c
MG
20772016-10-29 Manish Goregaokar <manish@mozilla.com>
2078
2806dc7e 2079 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 2080
51a789c3
MG
20812016-10-27 Manish Goregaokar <manish@mozilla.com>
2082
2806dc7e
PA
2083 * gdb.rust/simple.rs: Add test for univariant enums without
2084 discriminants and for encoded struct-like enums.
51a789c3 2085
f610ab6d
PA
20862016-10-28 Pedro Alves <palves@redhat.com>
2087
2088 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
2089 gdb_test_multiple, tighten regexps and match symtabs and line
2090 tables incrementally.
2091
b129b0ca
LM
20922016-10-28 Luis Machado <lgustavo@codesourcery.com>
2093
2094 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
2095 general.
2096
ecf45d2c
SL
20972016-10-25 Luis Machado <lgustavo@codesourcery.com>
2098
2099 * gdb.base/exec-invalid-sysroot.exp: New file.
2100
b8d38ee4
JK
21012016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
2102
2103 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
2104
f90fd8c2
JK
21052016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2106
2107 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
2108
2d2476aa
MR
21092016-10-19 Maciej W. Rozycki <macro@imgtec.com>
2110
2806dc7e
PA
2111 * gdb.base/killed-outside.exp: Remove $options from a call to
2112 `prepare_for_testing'.
2d2476aa 2113
e42b25a0
SM
21142016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2115
2116 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2117 Change test message.
2118
3ccdb432
SM
21192016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2120
2121 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
2122 Update comment.
2123
5bad3170
SM
21242016-10-17 Simon Marchi <simon.marchi@ericsson.com>
2125
2126 * gdb.trace/mi-trace-save.exp: New file.
2127
5ad9dba7
YQ
21282016-10-13 Yao Qi <yao.qi@linaro.org>
2129
2130 * gdb.base/code_elim.exp (get_var_address): Remove.
2131 * gdb.base/relocate.exp: Likewise.
2132 * gdb.base/shreloc.exp: Likewise.
2133 * lib/gdb.exp (get_var_address): New.
2134
62df7e21
YQ
21352016-10-13 Yao Qi <yao.qi@linaro.org>
2136
2137 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
2138 floating point tests if $skip_float_test is false.
2139
4dac951e
LM
21402016-10-12 Luis Machado <lgustavo@codesourcery.com>
2141
2142 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2143 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2144 argc values.
2145 Add 1 to argc so we guarantee distinct initial/modified argc values.
2146
8f1a8fc4
JK
21472016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2148
2149 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2150
16c85b5d
JK
21512016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2152
2153 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2154 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2155 * gdb.arch/vsx-regs.exp: Likewise.
2156
1d0e042a
YQ
21572016-10-07 Yao Qi <yao.qi@linaro.org>
2158
2159 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2160
68dadef5
MM
21612016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2162
2163 * gdb.python/python.exp: Test decode_line("*0").
2164
33fa2c6e
DE
21652016-10-06 Doug Evans <dje@google.com>
2166
2167 * gdb.python/py-value.exp (test_value_creation): Add test for large
2168 unsigned 64-bit value.
2169
9c37b5ae
TT
21702016-10-06 Tom Tromey <tom@tromey.com>
2171
2172 * gdb.compile/compile.exp: Change java tests to rust.
2173 * gdb.base/setshow.exp: Change java tests to rust.
2174 * gdb.base/default.exp: Remove java from language list.
2175 * README (Examples): Update language example.
2176 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2177 test.
2178 * lib/gdb.exp (skip_java_tests): Remove.
2179 * lib/java.exp: Remove.
2180 * gdb.java: Remove.
2181
78b86327
MR
21822016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2183
2184 * gdb.arch/mips-fcr.exp: New test.
2185 * gdb.arch/mips-fcr.c: Source for the new test.
2186
7470adbb
MR
21872016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2188
2189 * gdb.base/solib-disc.exp: Use `standard_output_file'
2190 throughout.
2191
4a556533
PA
21922016-10-06 Pedro Alves <palves@redhat.com>
2193
2194 * gdb.base/jit-simple-dl.c: New file.
2195 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2196 * gdb.base/jit-simple.c: ... this.
2197 * gdb.base/jit-simple.exp (jit_run): Delete.
2198 (build_jit): New proc.
2199 (jit_test_reread): Recompile either the main program or the shared
2200 library, depending on what is being tested. Skip changing address
2201 if caller wants to. Compare before/after addresses. If testing
2202 standalone, explicitly load the binary. Test "maint info
2203 breakpoints".
2204 (top level): Add "standalone vs shared lib" and "change address"
2205 vs "same address" axes.
2206
5a122fbc
PA
22072016-10-06 Pedro Alves <palves@redhat.com>
2208
2209 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2210 call.
2211 (jit_run): Delete.
2212 (jit_test_reread): Use with_test_prefix. Reload the main binary
2213 explicitly. Compare the before/after addresses of the JIT
2214 descriptor.
2215
ee8da4b8
DE
22162016-08-15 Doug Evans <dje@google.com>
2217
2218 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2219 for single bitfields is bool.
2220 * gdb.xml/tdesc-regs.exp: Ditto.
2221
f389f6fe
JK
22222016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2223
2224 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2225
fdebf1a4
YQ
22262016-10-05 Yao Qi <yao.qi@linaro.org>
2227
2228 * lib/gdb.exp (support_complex_tests): Return zero if
2229 gdb_skip_float_test return true.
2230
9c36d954 22312016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2232 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2233
2234 PR gdb/20487
2235 * gdb.mi/user-selected-context-sync.exp: New file.
2236 * gdb.mi/user-selected-context-sync.c: New file.
2237
4034d0ff 22382016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2239 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2240
2241 PR gdb/20487
2242 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2243 =thread-select-event check.
2244
a4297203
PB
22452016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2246
2247 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2248 the compulsory L operand changes.
2249 * gdb.arch/powerpc-power.s: Likewise.
2250
bb805577
JK
22512016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2252
2253 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2254 * gdb.base/jit-attach-pie.c: New file.
2255 * gdb.base/jit-attach-pie.exp: New file.
2256
6d61dee5
PA
22572016-09-28 Pedro Alves <palves@redhat.com>
2258
2259 * gdb.base/infcall-input.c: New file.
2260 * gdb.base/infcall-input.exp: New file.
2261
f73842fc
YQ
22622016-09-22 Yao Qi <yao.qi@linaro.org>
2263
2264 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2265 (gdb_exit): Rename it to ...
2266 (gdbserver_gdb_exit): ... Close GDBserver.
2267 (gdb_exit): New proc, call gdbserver_gdb_exit.
2268 (mi_gdb_exit): Likewise.
2269
90681dab
YQ
22702016-09-22 Yao Qi <yao.qi@linaro.org>
2271
2272 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2273 path.
2274 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2275 Remove duplication.
2276
9c211fd8
YQ
22772016-09-22 Yao Qi <yao.qi@linaro.org>
2278
2279 * lib/gdbserver-support.exp: Check the existence of
2280 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2281
ad0a504f
AK
22822016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2283
2284 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2285
36cf1806
TT
22862016-09-21 Tom Tromey <tom@tromey.com>
2287
2288 PR gdb/20604:
2289 * gdb.base/quit.exp: New file.
2290
74172ecf
SM
22912016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2292
2293 * .gitignore: New file.
2294
3d0ec882
MR
22952016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2296
2297 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2298 throughout.
2299
8193adea
AA
23002016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2301
2302 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2303
d41a5c09
JK
23042016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2305
2306 * gdb.cp/casts.cc (decltype): Move it ...
2307 (main): ... with its call to ...
2308 * gdb.cp/casts03.cc: ... a new file.
2309 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2310
d2dfe700
JK
23112016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2312
2313 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2314
e2a92b16
PB
23152016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2316
2317 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2318 and sync up the test with tests in gas/testsuite/gas/ppc.
2319 * gdb.arch/powerpc-power.exp: Likewise.
2320
49b4de64
JK
23212016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2322
2323 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2324
2c29df25
SDJ
23252016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2326 Jan Kratochvil <jan.kratochvil@redhat.com>
2327
2328 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2329 make m1's definition to be different from m2's. Use 'dummy' as an
2330 argument for probe 'two'.
2331
cc3c2846
JB
23322016-09-10 Jon Beniston <jon@beniston.com>
2333
2334 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2335 for sim target.
2336
e1b2624a
AA
23372016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2338
2339 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2340 variable declaration.
2341 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2342 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2343 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2344 received HWCAP as its argument.
2345
4295e285
PA
23462016-09-06 Pedro Alves <palves@redhat.com>
2347
2348 * gdb.base/new-ui-pending-input.c: New file.
2349 * gdb.base/new-ui-pending-input.exp: New file.
2350 * gdb.exp (clear_gdb_spawn_id): New procedure.
2351 (with_spawn_id): Check whether gdb_spawn_id exists before
2352 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2353 on exit.
2354
00d5215e
UW
23552016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2356
2357 * gdb.base/float128.c: New file.
2358 * gdb.base/float128.exp: Likewise.
2359 * gdb.base/floatn.c: Likewise.
2360 * gdb.base/floatn.exp: Likewise.
2361
a9ff5f12
UW
23622016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2363
2364 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2365
f245535c
PA
23662016-09-05 Pedro Alves <palves@redhat.com>
2367
2368 PR backtrace/19927
2369 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2370 unwinders are immediately called as side effect of "source" or
2371 "disable unwinder" commands.
2372 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2373
ae9cf263
YQ
23742016-09-02 Yao Qi <yao.qi@linaro.org>
2375
2376 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2377 is true and $type is "float" or "double".
2378
27aba047
YQ
23792016-09-02 Yao Qi <yao.qi@linaro.org>
2380
2381 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2382 true.
2383 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2384 * gdb.base/call-rt-st.exp: Likewise.
2385 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2386 return value instead of gdb,skip_float_test.
2387 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2388 (do_function_calls): Use its return value instead of
2389 gdb,skip_float_test.
2390 * gdb.base/finish.exp: Likewise.
2391 * gdb.base/funcargs.exp: Likewise.
2392 * gdb.base/return.exp: Likewise.
2393 * gdb.base/return2.exp: Likewise.
2394 * gdb.base/varargs.exp: Likewise.
2395 * lib/gdb.exp (gdb_skip_float_test): Change it to
2396 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2397
5af962df
AA
23982016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2399
2400 * gdb.multi/tids.exp: Test "thread apply all".
2401
7fac6910
JK
24022016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2403
2404 * gdb.base/default.exp (tty): Remove.
2405
bb1fe4ac
KB
24062016-08-24 Kevin Buettner <kevinb@redhat.com>
2407
2806dc7e
PA
2408 * gdb.python/py-recurse-unwind.c: New file.
2409 * gdb.python/py-recurse-unwind.py: New file.
2410 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2411
0a1ddfa6
SM
24122016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2413
2414 * gdb.base/set-inferior-tty.exp: New file.
2415 * gdb.base/set-inferior-tty.c: New file.
2416
d9de1fe3
PA
24172016-08-23 Pedro Alves <palves@redhat.com>
2418
2419 PR gdb/20494
2420 * gdb.base/new-ui-echo.c: New file.
2421 * gdb.base/new-ui-echo.exp: New file.
2422
e9d9abd7
YQ
24232016-08-23 Yao Qi <yao.qi@linaro.org>
2424
2425 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2426 gdbserver_spawn.
2427 * gdb.server/connect-without-multi-process.exp (do_test):
2428 Likewise.
2429
3589529e
YQ
24302016-08-23 Yao Qi <yao.qi@linaro.org>
2431
2432 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2433 standalone_txt. Delete gdb_txt and standalone_txt on host
2434 and target. Spawn the binary on target. Copy files from
2435 target to host.
2436
6bb90213
PA
24372016-08-22 Pedro Alves <palves@redhat.com>
2438
2439 PR gdb/20505
2440 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2441 with_test_prefix. Factor out bits to ...
2442 (test_no_vdso): ... this new procedure.
2443
20c2c024
CL
24442016-08-19 Carl Love <cel@us.ibm.com>
2445
2446 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2447 maintaining separate logic for constructing the output path.
2448 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2449 * gdb.arch/ppc-dfp.exp: Likewise.
2450 * gdb.arch/ppc-fp.exp: Likewise.
2451 * gdb.arch/vsx-regs.exp: Likewise.
2452 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2453 binprefix for generating the additional binary files.
2454
0646e07d
PA
24552016-08-19 Pedro Alves <palves@redhat.com>
2456
2457 * gdb.trace/mi-trace-frame-collected.exp
2458 (test_trace_frame_collected): On x32, expect two registers.
2459
46da9242
CL
24602016-08-18 Carl Love <cel@us.ibm.com>
2461
2462 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2463 and sync up the test with tests in gas/testsuite/gas/ppc.
2464 * gdb.arch/powerpc-power.exp: Likewise.
2465
eb2332d7
SM
24662016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2467
2468 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2469 expected error message.
2470
63c61e04
SM
24712016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2472
2473 * gdb.multi/remove-inferiors.exp: New file.
2474 * gdb.multi/remove-inferiors.c: New file.
2475
7b17065f
YQ
24762016-08-12 Yao Qi <yao.qi@linaro.org>
2477
2478 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2479 argument list.
2480
01d3dedf
PA
24812016-08-10 Pedro Alves <palves@redhat.com>
2482
2483 PR gdb/19187
2484 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2485 setup_kfails.
2486
3eb7562a
PA
24872016-08-09 Pedro Alves <palves@redhat.com>
2488 Simon Marchi <simon.marchi@ericsson.com>
2489
2490 PR gdb/20418
2491 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2492 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2493
80614914
PA
24942016-08-09 Pedro Alves <palves@redhat.com>
2495
2496 PR mi/20431
2497 * gdb.mi/mi-cmd-error.exp: New file.
2498
f348d89a
PA
24992016-08-09 Pedro Alves <palves@redhat.com>
2500
2501 PR gdb/18653
2502 * gdb.base/signals-state-child.c: New file.
2503 * gdb.base/signals-state-child.exp: New file.
2504 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2505
e5ca03b4
PA
25062016-08-09 Pedro Alves <palves@redhat.com>
2507
2508 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2509
282a0691
TT
25102016-08-03 Tom Tromey <tom@tromey.com>
2511
2512 PR python/18565:
2513 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2514
41bfcd63
YQ
25152016-08-01 Yao Qi <yao.qi@linaro.org>
2516
2517 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2518 variable mode to "multi-process" if $multi_process is 1, otherwise
2519 set it to "single-process".
2520
e3465b24
YQ
25212016-08-01 Yao Qi <yao.qi@linaro.org>
2522
2523 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2524 * gdb.cp/cpexprs.exp: Likewise.
2525 * gdb.cp/m-static.exp: Likewise.
2526
0b31a4bc
TT
25272016-07-26 Tom Tromey <tom@tromey.com>
2528
2529 PR python/20190:
2530 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2531 test.
2532
e0461dbb
MM
25332016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2534
2535 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2536 selecting assembly source files.
2537 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2538 assembly source files.
2539 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2540 assembly source files.
2541 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2542 selecting assembly source files.
2543
8194e927
SM
25442016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2545
2546 * gdb.base/new-ui.exp (do_test_invalid_args): New
2547 procedure.
2548
c0272db5
TW
25492016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2550
2551 * gdb.btrace/reconnect.c: New file.
2552 * gdb.btrace/reconnect.exp: New file.
2553
e3487908
GKB
25542016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2555
2556 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2557 to test_catch_syscall_group.
2558 (test_catch_syscall_group): New.
2559
12df5c00
TT
25602016-07-21 Tom Tromey <tom@tromey.com>
2561
2562 * gdb.rust/simple.rs (main): Use empty struct expression.
2563 * gdb.rust/simple.exp: Add tests for empty struct expression.
2564
bae62ee2
YQ
25652016-07-21 Yao Qi <yao.qi@linaro.org>
2566
2567 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2568 if gdb_skip_xml_test is true on some targets.
2569
b1b53fb3
YQ
25702016-07-21 Yao Qi <yao.qi@linaro.org>
2571
2572 * gdb.server/solib-list.exp: Unset last_loaded_file.
2573
027d97f8
JK
25742016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2575
2576 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2577 "step into captured_main (args)".
2578
7674d381
JK
25792016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2580
2581 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2582
72b5d099
JK
25832016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2584
2585 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2586
1f960ced
PA
25872016-07-19 Pedro Alves <palves@redhat.com>
2588
2589 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2590 * gdb.opt/inline-bt.exp: Likewise.
2591 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2592 additional_flags=-Winline.
2593 * gdb.opt/inline-locals.exp: Likewise.
2594 * gdb.opt/inline-markers.c (ATTR): Define.
2595 (inlined_fn): Use it.
2596
f25827c1
YQ
25972016-07-19 Yao Qi <yao.qi@linaro.org>
2598
2599 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2600 (test_with_self): Remove some code. Remove argument executable.
2601 (top-level): Use do_self_tests.
2602
37539ebe
DB
26032016-07-15 Zachary Welch <zwelch@codesourcery.com>
2604 Don Breazeal <donb@codesourcery.com>
2605
2606 * gdb.base/maint.exp: Escape paths used in regular expressions.
2607 * gdb.stabs/weird.exp: Likewise.
2608
dac790e1
TT
26092016-07-13 Tom Tromey <tom@tromey.com>
2610
2611 PR python/15620, PR python/18620:
2612 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2613 (test_bkpt_events): New procs.
2614
93daf339
TT
26152016-07-13 Tom Tromey <tom@tromey.com>
2616
2617 PR python/17698:
2618 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2619 test.
2620 (test_watchpoints): Likewise.
2621 (test_bkpt_pending): New proc.
2622
6571a381
TT
26232016-07-13 Tom Tromey <tom@tromey.com>
2624
2625 PR cli/18053:
2626 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2627 completion test.
2628
e8732474
JK
26292016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2630
2631 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2632 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2633 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2634 f_label.
2635 (g): Rename g_end_lbl to g_label.
2636 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2637 low_pc and high_pc.
2638 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2639
e0f3fd7c
TT
26402016-07-12 Tom Tromey <tom@tromey.com>
2641
2642 PR python/19293:
2643 * gdb.python/py-unwind-maint.exp: Update tests.
2644
3cfe46b6
YQ
26452016-07-12 Yao Qi <yao.qi@linaro.org>
2646
2647 * lib/selftest-support.exp (selftest_setup): Match the output
2648 when captured_main is inlined.
2649
4f19a0e6
WT
26502016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2651
2652 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2653 New variables.
2654 (print this%a, print this%b, print this): New tests.
2655 * gdb.fortran/derived-types.f90 (this): New object and
2656 initialization.
2657
986cf455
SM
26582016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2659
2660 * gdb.ada/arraydim.exp: Remove extra directory level in build
2661 directory.
2662
f0464b23
SM
26632016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2664
2665 * lib/ada.exp: Remove extra directory level in build directory.
2666 * gdb.ada/cond_lang.exp: Likewise.
2667 * gdb.ada/exec_changed.exp: Likewise.
2668 * gdb.ada/lang_switch.exp: Likewise.
2669
42d94011
MG
26702016-07-06 Manish Goregaokar <manish@mozilla.com>
2671
2806dc7e
PA
2672 * simple.rs: Add test for raw pointer subscripting.
2673 * simple.exp: Add test expectations.
42d94011 2674
647c264c
YQ
26752016-07-05 Yao Qi <yao.qi@linaro.org>
2676
2677 * gdb.mi/mi-reverse.exp: Match =record-started output.
2678
20aa2c60
PA
26792016-07-01 Pedro Alves <palves@redhat.com>
2680
2681 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2682 procedure.
2683 (jit_reader_test): Test the jit reader's unwinder.
2684 * gdb.base/jithost.c (jit_function_00_code): New global.
2685 (main): Use memcpy to fill in the mmapped code, instead of poking
2686 bytes manually here.
2687 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2688 value.
2689 (read_debug_info): Save the function's range.
2690 (read_sp): New function.
2691 (unwind_frame): Use it. Also unwind RBP.
2692 (get_frame_id): Use read_sp.
2693 (gdb_init_reader): Use calloc instead of malloc.
2694 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2695 parameter. Use gdb_test_multiple.
2696
ced2dffb
PA
26972016-07-01 Pedro Alves <palves@redhat.com>
2698 Antoine Tremblay <antoine.tremblay@ericsson.com>
2699
2700 * gdb.threads/process-dies-while-detaching.c: New file.
2701 * gdb.threads/process-dies-while-detaching.exp: New file.
2702
63000888
PA
27032016-07-01 Pedro Alves <palves@redhat.com>
2704
2705 * gdb.multi/watchpoint-multi-exit.c: New file.
2706 * gdb.multi/watchpoint-multi-exit.exp: New file.
2707
038d4868
PA
27082016-06-30 Pedro Alves <palves@redhat.com>
2709
2710 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2711 unset inferior_spawn_id.
2712
994e9c83
PA
27132016-06-30 Pedro Alves <palves@redhat.com>
2714
2715 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2716 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2717
e5653468
YQ
27182016-06-29 Yao Qi <yao.qi@linaro.org>
2719
2720 * gdb.base/return.c: Add copyright header.
2721
803b47e5
TT
27222016-06-29 Tom Tromey <tom@tromey.com>
2723
2724 PR python/20129:
2725 * gdb.python/py-framefilter.exp: Add tests for setting priority
2726 and disabling of non-existent frame filter.
2727
28244707
YQ
27282016-06-29 Yao Qi <yao.qi@linaro.org>
2729
2730 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2731 0x0f07ff.
2732
a31d2f06
YQ
27332016-06-28 Yao Qi <yao.qi@linaro.org>
2734
2735 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2736 triplets. Start gdb, execute catch syscall, and continue. Check
2737 gdb's output to determine catch syscall is supported.
2738
921d8f54
MG
27392016-06-27 Manish Goregaokar <manish@mozilla.com>
2740
25d49b86
PA
2741 * gdb.rust/simple.rs: Add test for returning unit in a function.
2742 * gdb.rust/simple.exp: Add expectation for functions returning
2743 unit.
921d8f54 2744
f4952523
PMR
27452016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2746
2747 * gdb.python/py-breakpoint-create-fail.c,
2748 gdb.python/py-breakpoint-create-fail.exp,
2749 gdb.python/py-breakpoint-create-fail.py: New testcase.
2750
fccb08f8
MG
27512016-06-25 Manish Goregaokar <manish@mozilla.com>
2752
2753 PR gdb/20239
2754 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
2755 * gdb.rust/simple.exp: Add test expectations for new NonZero
2756 tests.
fccb08f8 2757
6b850546
DT
27582016-06-24 David Taylor <dtaylor@emc.com>
2759
2760 * gdb.base/offsets.exp: New file.
2761 * gdb.base/offsets.c: New file.
2762
17621150
TT
27632016-06-23 Tom Tromey <tom@tromey.com>
2764
2765 PR gdb/16483:
2766 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2767 before any filters are loaded.
2768
04d59df6
WT
27692016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2770
2771 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2772 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2773 structs.
2774 * gdb.fortran/derived-type-function.exp: New file.
2775 * gdb.fortran/derived-type-function.f90: New file.
2776
2777
ac69f786
PA
27782016-06-21 Pedro Alves <palves@redhat.com>
2779
2780 * gdb.base/new-ui.exp: New file.
2781 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2782 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2783 (with_spawn_id): New procedure.
2784
49940788
PA
27852016-06-21 Pedro Alves <palves@redhat.com>
2786
2787 * gdb.mi/mi-exec-run.exp: New file.
2788
ef274d26
PA
27892016-06-21 Pedro Alves <palves@redhat.com>
2790
2791 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2792 breakpoint command's output on the main UI.
2793 (test_break): New procedure, factored out from calls in the top
2794 level.
2795 (top level): Use foreach_with_prefix to test MI as main UI and as
2796 separate UI.
2797
468afe6c
PA
27982016-06-21 Pedro Alves <palves@redhat.com>
2799
2800 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2801 (test_awatch_creation_and_listing)
2802 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2803 Remove 'type' parameter.
2804 (test_watchpoint_all): New parameter mi_mode. Remove
2805 with_test_prefix.
2806 (top level): Use foreach_with_prefix, and add main/separate UI MI
2807 testing axis.
2808
51f77c37
PA
28092016-06-21 Pedro Alves <palves@redhat.com>
2810
2811 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
2812 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
2813 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
2814 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
2815 (gdb_main_spawn_id, mi_spawn_id): Declare and
2816 comment.
2817 (mi_create_inferior_pty): New procedure,
2818 factored out from default_mi_gdb_start.
2819 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
2820 procedures.
2821 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
2822 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
2823 Use mi_create_inferior_pty.
2824 (mi_gdb_start): Use eval to pass down args list.
2825
8980e177
PA
28262016-06-21 Pedro Alves <palves@redhat.com>
2827
2828 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
2829 * gdb.opt/inline-cmds.exp: Add MI tests.
2830
f38d3ad1
PA
28312016-06-21 Pedro Alves <palves@redhat.com>
2832
2833 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
2834
45db7c09
PA
28352016-06-21 Pedro Alves <palves@redhat.com>
2836
2837 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
2838 (top level): Use it instead of mi_execute_to.
2839
5a069ab3
PA
28402016-06-21 Pedro Alves <palves@redhat.com>
2841
2842 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
2843 (cont_handler_str): New.
2844 (signal_stop_handler): Set stop_handler_str instead of printing to
2845 stdout.
2846 (continue_handler): Set cont_handler_str instead of printing to
2847 stdout.
2848 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
2849 mi_send_resuming_command. Print stop_handler_str and
2850 cont_handler_str instead of expecting the python events print
2851 directly.
2852
2838cc1d
SD
28532016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2854
2855 * gdb.base/jit-reader.exp: New file.
2856 * gdb.base/jithost.c: New file.
2857 * gdb.base/jithost.h: New file.
2858 * gdb.base/jitreader.c : New file.
2859 * gdb.base/jit-protocol.h: New file.
2860
21a77091
YQ
28612016-06-17 Yao Qi <yao.qi@linaro.org>
2862
2863 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
2864 parameters follow_fork and detach_on_fork. Set follow-fork-mode
2865 and detach-on-fork. Adjust tests.
2866 (top level): Invoke break_cond_on_syscall with combinations of
2867 syscall, follow-fork-mode and detach-on-fork.
2868
f50bf8e5
YQ
28692016-06-17 Yao Qi <yao.qi@linaro.org>
2870
2871 * gdb.base/step-over-exit.c: New.
2872 * gdb.base/step-over-exit.exp: New.
2873
a28d8e50
YTL
28742016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2875
2876 * gdb.base/float.exp: Add target check for nds32*-*-*.
2877 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
2878
cad8e26d
AB
28792016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2880
2881 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
2882 for unsupported target features.
2883 * gdb.base/call-rt-st.exp: Likewise.
2884 * gdb.base/call-sc.exp: Likewise.
2885 * gdb.base/call-signal-resume.exp: Likewise.
2886 * gdb.base/call-strs.exp: Likewise.
2887 * gdb.base/callexit.exp: Likewise.
2888 * gdb.base/callfuncs.exp: Likewise.
2889 * gdb.base/nodebug.exp: Likewise.
2890 * gdb.base/printcmds.exp: Likewise.
2891 * gdb.base/ptype.exp: Likewise.
2892 * gdb.base/structs.exp: Likewise.
2893 * gdb.base/unwindonsignal.exp: Likewise.
2894 * gdb.cp/gdb2495.exp: Likewise.
2895 * gdb.cp/templates.exp: Likewise.
2896 * gdb.cp/virtfunc.exp: Likewise.
2897 * gdb.threads/hand-call-in-threads.exp: Likewise.
2898 * gdb.threads/interrupted-hand-call.exp: Likewise.
2899 * gdb.threads/thread-unwindonsignal.exp: Likewise.
2900
347dc102
TT
29012016-06-10 Tom Tromey <tom@tromey.com>
2902
2903 PR rust/20110:
2904 * gdb.rust/expr.exp: Add test for integer constant larger than
2905 i32.
2906
5e13cf25
BH
29072016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
2908
2909 * gdb.fortran/nested-funcs.exp: New.
2910 * gdb.fortran/nested-funcs.f90: New.
2911
bb556f1f
TK
29122016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2913
2914 * gdb.base/examine-backward.c: New file.
2915 * gdb.base/examine-backward.exp: New file.
2916
38b022b4
SM
29172016-06-06 Simon Marchi <simon.marchi@ericsson.com>
2918
2919 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
2920 matching.
2921
1b40ec05
TT
29222016-06-02 Tom Tromey <tom@tromey.com>
2923
2924 PR python/18984:
2925 * gdb.python/py-shared.exp: Add solib_name test.
2926
193bd378
SM
29272016-06-02 Simon Marchi <simon.marchi@ericsson.com>
2928
2929 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
2930
3326303b
MG
29312016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
2932
2933 PR c++/19893
2934 * gdb.dwarf2/implref.exp: Rename to...
2935 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
2936 * gdb.dwarf2/implref-array.c: New file.
2937 * gdb.dwarf2/implref-array.exp: Likewise.
2938 * gdb.dwarf2/implref-global.c: Likewise.
2939 * gdb.dwarf2/implref-global.exp: Likewise.
2940 * gdb.dwarf2/implref-struct.c: Likewise.
2941 * gdb.dwarf2/implref-struct.exp: Likewise.
2942
825c8ef2
AT
29432016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2944
2945 * gdb.trace/trace-condition.exp: Add 64bit tests.
2946
2320162a
AT
29472016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2948
2949 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
2950 bits types.
2951 (main): Adapt to 8 to 64 bits types.
2952 * gdb.trace/trace-condition.exp: Add new tests.
2953
a7818233
AT
29542016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2955
2956 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
2957
0d336466
AT
29582016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2959
2960 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
2961 Move condition tests...
2962 * gdb.trace/trace-condition.exp: Here.
2963
7faeb45a
AT
29642016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2965
2966 * gdb.trace/trace-condition.exp: Add counter-case tests.
2967
e385593e
JK
29682016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2969
2970 PR c++/15231
2971 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
2972 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
2973
744608cc
PA
29742016-05-27 Pedro Alves <palves@redhat.com>
2975
2976 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2977 New procedure.
2978 (top level): Call it, and bail out of DejaGnu is known to be bad.
2979
ac775bf4
AB
29802016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
2981
2982 * gdb.base/whatis.c: Extend the test case.
2983 * gdb.base/whatis.exp: Add additional tests.
2984
2bbad2ea
BH
29852016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2986
2987* gdb.fortran/type.f90: Add pointer variable.
2988* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
2989
8b70175d
BH
29902016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2991
2992 * gdb.fortran/vla-type.exp: Fix testcase name.
2993
86d8a848
BH
29942016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2995
2996 * gdb.fortran/vla-type.exp: Access elements in nested structs.
2997
e188eb36
BH
29982016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2999
3000 * gdb.fortran/type.f90: Add nested structures.
3001 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
3002 * gdb.fortran/derived-type.exp: Adapt expected output.
3003 * gdb.fortran/vla-type.exp: Adapt expected output.
3004
9b2db1fd
BH
30052016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3006
3007 * gdb.fortran/whatis_type.exp: Adapt expected output.
3008
72b17055
BH
30092016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3010
3011 * gdb.fortran/print_type.exp: Fix expected output.
3012 * gdb.fortran/whatis_type.exp: Fix expected output.
3013
3cd81d8d
BH
30142016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
3015
3016 * gdb.fortran/whatis_type.exp: Use multi_line.
3017
ddae9462
TT
30182016-05-24 Tom Tromey <tom@tromey.com>
3019
3020 PR python/17386:
3021 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
3022 use value as an index.
3023
1957f6b8
TT
30242016-05-23 Tom Tromey <tom@tromey.com>
3025
3026 PR python/17981:
3027 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
3028 no-breakpoint case.
3029
026a9174
PA
30302016-05-24 Pedro Alves <palves@redhat.com>
3031
3032 PR gdb/19828
3033 * gdb.threads/clone-attach-detach.c: New file.
3034 * gdb.threads/clone-attach-detach.exp: New file.
3035
e70a7231
FR
30362016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
3037
3038 * gdb.base/annota-input-while-running.exp: Fix syntax error.
3039
0f6ed0e0
TT
30402016-05-23 Tom Tromey <tom@tromey.com>
3041
3042 PR python/19438, PR python/18393:
3043 * gdb.python/py-progspace.exp: Add "dir" test.
3044 * gdb.python/py-objfile.exp: Add "dir" test.
3045
ffd19d61
YQ
30462016-05-23 Yao Qi <yao.qi@linaro.org>
3047
3048 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
3049 * gdb.arch/thumb2-it.exp: Likewise.
3050
9e8f9b05
SM
30512016-05-18 Simon Marchi <simon.marchi@ericsson.com>
3052
3053 * gdb.mi/mi-threads-interrupt.c: New file.
3054 * gdb.mi/mi-threads-interrupt.exp: New file.
3055
61c6156d
SM
30562016-05-17 Simon Marchi <simon.marchi@ericsson.com>
3057
3058 PR gdb/18077
3059 * gdb.mi/mi-async-run.exp: New file.
3060 * gdb.mi/mi-async-run.c: New file.
3061
67218854
TT
30622016-05-17 Tom Tromey <tom@tromey.com>
3063 Manish Goregaokar <manishsmail@gmail.com>
3064
3065 * lib/rust-support.exp: New file.
3066 * lib/gdb.exp (skip_rust_tests): New proc.
3067 (build_executable_from_specs): Handle rust.
3068 * lib/future.exp (gdb_find_rustc): New proc.
3069 (gdb_default_target_compile): Handle rust.
3070 * gdb.rust/expr.exp: New file.
3071 * gdb.rust/generics.exp: New file.
3072 * gdb.rust/generics.rs: New file.
3073 * gdb.rust/methods.exp: New file.
3074 * gdb.rust/methods.rs: New file.
3075 * gdb.rust/modules.exp: New file.
3076 * gdb.rust/modules.rs: New file.
3077 * gdb.rust/simple.exp: New file.
3078 * gdb.rust/simple.rs: New file.
3079
c44af4eb
TT
30802016-05-17 Tom Tromey <tom@tromey.com>
3081
3082 * gdb.base/default.exp (set language): Add rust.
3083
dcd1f979
TT
30842016-05-17 Tom Tromey <tom@tromey.com>
3085
3086 * gdb.gdb/unittest.exp: New file.
3087
155b7f57
YQ
30882016-05-16 Yao Qi <yao.qi@linaro.org>
3089
3090 * gdb.base/batch-preserve-term-settings.exp: Remove variable
3091 shell_prompt. Update shell_prompt_re.
3092
8ddd5a6c
DE
30932016-05-12 Doug Evans <dje@google.com>
3094
3095 PR symtab/19999
3096 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
3097 $options when building executable.
3098 * gdb.dwarf2/fission-loclists-pie.S: New file.
3099 * gdb.dwarf2/fission-loclists-pie.exp: New file.
3100
02e370d9
SM
31012016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3102
3103 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
3104 of [is_remote target],
3105
8929ad8b
SM
31062016-05-04 Simon Marchi <simon.marchi@ericsson.com>
3107
3108 * lib/gdb.exp (use_gdb_stub): New procedure.
3109
6c447423
DE
31102016-05-03 Yunlian Jiang <yunlian@google.com>
3111 Doug Evans <dje@google.com>
3112
3113 PR symtab/19914
3114 * gdb.dwarf2/dwp-sepdebug.c: New file.
3115 * gdb.dwarf2/dwp-sepdebug.exp: New file.
3116
444e826c
SM
31172016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3118
3119 * gdb.base/detach.exp: Remove is_remote check.
3120
740feeaa
SM
31212016-05-02 Simon Marchi <simon.marchi@ericsson.com>
3122
3123 * gdb.base/annota-input-while-running.exp: Don't check for
3124 [is_remote target]. Enable annotations after running to main.
3125 Remove unused "set test..." line.
3126
9080ac9d
SM
31272016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3128
3129 * gdb.trace/trace-enable-disable.exp: New file.
3130 * gdb.trace/trace-enable-disable.c: New file.
3131
952ebca5
SM
31322016-04-28 Simon Marchi <simon.marchi@ericsson.com>
3133
3134 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
3135 use it in info sharedlibrary test.
3136 * gdb.trace/ftrace-lock.exp: Likewise.
3137 * gdb.trace/ftrace.exp: Likewise.
3138 * gdb.trace/range-stepping.exp: Likewise.
3139 * gdb.trace/trace-break.exp: Likewise.
3140 * gdb.trace/trace-condition.exp: Likewise.
3141 * gdb.trace/trace-mt.exp: Likewise.
3142
d9019901
SM
31432016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3144
3145 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3146 (gdb_load_shlib): ... this.
3147 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3148 gdb_load_shlib.
3149 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3150 * gdb.base/ctxobj.exp: Likewise.
3151 * gdb.base/dprintf-pending.exp: Likewise.
3152 * gdb.base/dso2dso.exp: Likewise.
3153 * gdb.base/fixsection.exp: Likewise.
3154 * gdb.base/gcore-relro.exp: Likewise.
3155 * gdb.base/gdb1555.exp: Likewise.
3156 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3157 * gdb.base/gnu-ifunc.exp: Likewise.
3158 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3159 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3160 * gdb.base/pending.exp: Likewise.
3161 * gdb.base/print-file-var.exp: Likewise.
3162 * gdb.base/print-symbol-loading.exp: Likewise.
3163 * gdb.base/shlib-call.exp: Likewise.
3164 * gdb.base/shreloc.exp: Likewise.
3165 * gdb.base/so-impl-ld.exp: Likewise.
3166 * gdb.base/solib-disc.exp: Likewise.
3167 * gdb.base/solib-nodir.exp: Likewise.
3168 * gdb.base/solib-overlap.exp: Likewise.
3169 * gdb.base/solib-symbol.exp: Likewise.
3170 * gdb.base/solib-weak.exp (do_test): Likewise.
3171 * gdb.base/sym-file.exp: Likewise.
3172 * gdb.base/symtab-search-order.exp: Likewise.
3173 * gdb.base/type-opaque.exp: Likewise.
3174 * gdb.base/unload.exp: Likewise.
3175 * gdb.base/watchpoint-solib.exp: Likewise.
3176 * gdb.compile/compile.exp: Likewise.
3177 * gdb.cp/gdb2384.exp: Likewise.
3178 * gdb.cp/infcall-dlopen.exp: Likewise.
3179 * gdb.cp/re-set-overloaded.exp: Likewise.
3180 * gdb.fortran/library-module.exp: Likewise.
3181 * gdb.opt/solib-intra-step.exp: Likewise.
3182 * gdb.python/py-finish-breakpoint.exp: Likewise.
3183 * gdb.python/py-shared.exp: Likewise.
3184 * gdb.reverse/solib-precsave.exp: Likewise.
3185 * gdb.reverse/solib-reverse.exp: Likewise.
3186 * gdb.server/solib-list.exp: Likewise.
3187 * gdb.threads/dlopen-libpthread.exp: Likewise.
3188 * gdb.threads/tls-shared.exp: Likewise.
3189 * gdb.threads/tls-so_extern.exp: Likewise.
3190 * gdb.trace/change-loc.exp: Likewise.
3191 * gdb.trace/ftrace-lock.exp: Likewise.
3192 * gdb.trace/ftrace.exp: Likewise.
3193 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3194 * gdb.trace/pending.exp: Likewise.
3195 * gdb.trace/range-stepping.exp: Likewise.
3196 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3197 (strace_info_marker): Likewise.
3198 (strace_probe_marker): Likewise.
3199 (strace_trace_on_same_addr): Likewise.
3200 (strace_trace_on_diff_addr): Likewise.
3201 * gdb.trace/trace-break.exp: Likewise.
3202 * gdb.trace/trace-condition.exp: Likewise.
3203 * gdb.trace/trace-mt.exp: Likewise.
3204
fca4cfd9
SM
32052016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3206
3207 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3208 result of gdb_remote_download.
3209 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3210 * gdb.base/dso2dso.exp: Likewise.
3211 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3212 * gdb.base/print-file-var.exp: Likewise.
3213 * gdb.base/shlib-call.exp: Likewise.
3214 * gdb.base/shreloc.exp: Likewise.
3215 * gdb.base/solib-overlap.exp: Likewise.
3216 * gdb.base/solib-weak.exp (do_test): Likewise.
3217 * gdb.base/unload.exp: Likewise.
3218
11cf4ffb
YQ
32192016-04-27 Yao Qi <yao.qi@linaro.org>
3220
3221 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3222 exists.
3223
3e2e34f8
KB
32242016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3225
3226 * vla-type.exp: Print structure from toplevel.
3227
8f07e298
BH
32282016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3229
3230 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3231 of dynamic types.
3232 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3233 of dynamic types.
3234
9920b434
BH
32352016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3236
3237 * gdb.fortran/vla-type.f90: New file.
3238 * gdb.fortran/vla-type.exp: New file.
3239
f3abeff5
YQ
32402016-04-25 Yao Qi <yao.qi@linaro.org>
3241
3242 * gdb.base/branch-to-self.c: New file.
3243 * gdb.base/branch-to-self.exp: New file.
3244
0a5d52f0
YQ
32452016-04-22 Yao Qi <yao.qi@linaro.org>
3246
3247 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3248 more after $hex.
3249
495346f6
YQ
32502016-04-22 Yao Qi <yao.qi@linaro.org>
3251
3252 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3253 * gdb.base/annota3.exp: Likewise.
3254
4a7e075c
YQ
32552016-04-22 Yao Qi <yao.qi@linaro.org>
3256
3257 * gdb.reverse/step-precsave.exp: Do one step and test program
3258 stops in "callee" and do multiple steps until program goes out
3259 of "callee".
3260 * gdb.reverse/step-reverse.exp: Likewise.
3261
5b061e98
YQ
32622016-04-22 Yao Qi <yao.qi@linaro.org>
3263
3264 * gdb.trace/signal.exp: Also pass if
3265 $tracepoint_hits($i) > $iterations.
3266
5c5dc57f
YQ
32672016-04-22 Yao Qi <yao.qi@linaro.org>
3268
3269 * gdb.trace/signal.c: New file.
3270 * gdb.trace/signal.exp: New file.
3271
a55411b9
DE
32722016-04-19 Doug Evans <xdje42@gmail.com>
3273
3274 * gdb.base/bad-file.exp: New file.
3275
a22df60a
MG
32762016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3277
3278 * gdb.dwarf2/implref.exp: New file.
3279
0c13f7e5
BH
32802016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3281
3282 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3283 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3284 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3285 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3286 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3287 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3288 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3289 * lib/fortran.exp (fortran_int4): New procedure.
3290 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3291 (fortran_logical4): Likewise.
3292
9b9b09e9
BH
32932016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3294
3295 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3296
a14d1f4d
BH
32972016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3298
3299 * lib/compiler.c: Add Intel specific preprocessor macros.
3300 * lib/compiler.cc: Likewise.
25d49b86 3301
7d49b1d0
LM
33022016-04-13 Luis Machado <lgustavo@codesourcery.com>
3303
3304 * gdb.server/connect-with-no-symbol-file.c: New file.
3305 * gdb.server/connect-with-no-symbol-file.exp: New file.
3306
8392fa22
SM
33072016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3308
3309 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3310
8c4c4aeb
SM
33112016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3312
3313 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3314 standard output directory.
3315
45e3745e
AT
33162016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3317
3318 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3319
e26b7e41
MM
33202016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3321
3322 * gdb.btrace/instruction_history.c (loop): Add declaration.
3323
8ce09462
AT
33242016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3325
3326 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3327
2e88a1ea
SM
33282016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3329
3330 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3331 parentheses to print.
3332 (continue_handler): Likewise.
3333
f48e22e3
SM
33342016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3335
3336 * gdb.server/solib-list.exp: Remove is_remote check.
3337 Pass shlib= to gdb_compile. Don't link shared library with
3338 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3339 Run binary filename through "readlink -f" on the target.
3340
096be756
PA
33412016-04-08 Pedro Alves <palves@redhat.com>
3342
3343 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3344 interpreter filename as argument to gdbserver_spawn.
3345 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3346 Return empty if $last_loaded_file does not exist.
3347
06500533
JK
33482016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3349
3350 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3351 * gdb.base/jit-main.c: Use exit after usage.
3352
2d35e871
JK
33532016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3354
3355 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3356 GDBHISTSIZE prior to the tests.
3357 * gdb.base/gdbinit-history.exp: Likewise.
3358
33592016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3360
3361 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3362 instead of build_executable. Use gdb_load_shlibs.
3363
c8064e7e
YQ
33642016-04-07 Yao Qi <yao.qi@linaro.org>
3365
3366 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3367 Execute "si" command.
3368
bde47561
YQ
33692016-04-07 Yao Qi <yao.qi@linaro.org>
3370
3371 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3372 number instead of the comments on some line.
3373
b16f8a3b
DB
33742016-04-06 Don Breazeal <donb@codesourcery.com>
3375
3376 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3377 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3378
c2f901df
SM
33792016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3380
3381 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3382 standard_output_file. Remove unused binfile variable.
3383
ac17fda0
CU
33842016-04-05 Catalin Udma <catalin.udma@freescale.com>
3385
3386 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3387 * gdb.python/py-mi-objfile.exp: Match "list main" output
3388 in console format.
3389
03a8c4df
SM
33902016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3391
3392 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3393 absolute.
3394
6e774b13
SM
33952016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3396
3397 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3398 absolute.
3399 * gdb.trace/ftrace.exp: Likewise.
3400 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3401 targets as well.
3402 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3403 (gdb_load_shlibs): Copy libraries to test directory when testing
3404 natively. Only set solib-search-path if testing remotely.
3405 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3406
7817ea46
SM
34072016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3408
3409 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3410 gdb_download. Use it even if the target is not remote.
3411 * gdb.base/jit.exp (compile_jit_test): Likewise.
3412 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3413 output directory if the destination board is local, otherwise use
3414 the standard remote_download from DejaGnu.
3415 (gdb_download): Remove.
3416 (gdb_load_shlibs): Use gdb_remote_download instead of
3417 gdb_download.
3418 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3419 Use gdb_remote_download instead of gdb_download. Use it even if
3420 the target is not remote.
3421 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3422 instead of gdb_download.
3423
7beb7f68
SM
34242016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3425
3426 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3427 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3428 run.
3429
cc63428a
AV
34302016-04-01 Artemiy Volkov <artemiyv@acm.org>
3431
3432 PR gdb/19820
3433 * gdb.base/printcmds.exp: Add artificial arrays tests.
3434
64cdf930
PA
34352016-03-31 Pedro Alves <palves@redhat.com>
3436
3437 PR gdb/19858
3438 * gdb.base/jit-main.c: Include unistd.h.
3439 (ATTACH): Define to 0 if not already defined.
3440 (wait_for_gdb, mypid): New globals.
3441 (WAIT_FOR_GDB): New macro.
3442 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3443 some breakpoint locations.
3444 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3445 New procedures.
3446 (one_jit_test): Add REATTACH parameter, and handle it. Use
3447 continue_to_test_location.
3448 (top level): Test attach, and adjusts calls to one_jit_test.
3449
40dea8cb
PA
34502016-03-31 Pedro Alves <palves@redhat.com>
3451
3452 PR gdb/19858
3453 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3454 BINSUFFIX parameter, and handle it.
3455 (top level): Adjust calls compile_jit_test.
3456
e7ea3ec7
CU
34572016-03-31 Catalin Udma <catalin.udma@freescale.com>
3458
3459 PR python/19743
3460 * gdb.python/py-mi-events-gdb.py: New file.
3461 * gdb.python/py-mi-events.c: New file.
3462 * gdb.python/py-mi-events.exp: New file.
3463
e6359af3
YQ
34642016-03-30 Yao Qi <yao.qi@linaro.org>
3465
3466 * gdb.reverse/until-precsave.exp: Match function name only.
3467 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3468 Move malloc to a condition block.
3469 * gdb.reverse/until-reverse.exp: Match function name only.
3470
a4105d04
MK
34712016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3472
3473 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3474 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3475 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3476 variable for GPR 0 instead of assuming it is register 0.
3477 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3478 * lib/trace-support.exp: Add s390 registers.
3479
bfa6adb9
YQ
34802016-03-29 Yao Qi <yao.qi@linaro.org>
3481
3482 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3483
1e6697ea
YQ
34842016-03-24 Yao Qi <yao.qi@linaro.org>
3485
3486 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3487 test message.
3488
64bcd522
AA
34892016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3490
3491 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3492 maintaining separate logic for constructing the output path.
3493
7868401b
DB
34942016-03-16 Don Breazeal <donb@codesourcery.com>
3495
3496 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3497 Retry fork and waitpid on interrupted system call errors.
3498 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3499 Use with_timeout_factor to increase timeout by factor of 10.
3500
1cafadb4
DB
35012016-03-15 Don Breazeal <donb@codesourcery.com>
3502
3503 * gdb.cp/scope-err.cc: New test program.
3504 * gdb.cp/scope-err.exp: New test script.
3505 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3506 lines and "set breakpoint here" comment.
3507 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3508 Fixed some whitespace and format issues.
3509 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3510 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3511
81516450
DE
35122016-03-15 Doug Evans <dje@google.com>
3513
3514 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3515 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3516 All callers updated. Add tests for enums, mixed flags register.
3517
aa52b601
DE
35182016-03-15 Doug Evans <dje@google.com>
3519
3520 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3521 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3522
fa4ff313
SM
35232016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3524
3525 * gdb.base/default.exp: Add $_as_string to the list of expected
3526 convenience functions.
3527
f2403c39
AB
35282016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3529
3530 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3531
f2f3ccb9
SM
35322016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3533
3534 * gdb.python/py-as-string.exp: New file.
3535 * gdb.python/py-as-string.c: New file.
3536
00dbd492
PA
35372016-03-09 Pedro Alves <palves@redhat.com>
3538
3539 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3540 signal" -> "Thread NN received signal" output change.
3541 * gdb.threads/ia64-sigill.exp: Likewise.
3542 * gdb.threads/linux-dp.exp: Likewise.
3543 * gdb.threads/manythreads.exp: Likewise.
3544 * gdb.threads/pending-step.exp: Likewise.
3545 * gdb.threads/print-threads.exp: Likewise.
3546 * gdb.threads/sigstep-threads.exp: Likewise.
3547 * gdb.threads/staticthreads.exp: Likewise.
3548 * gdb.threads/tls.exp: Likewise.
3549
1e6697ea
YQ
35502016-03-09 Pedro Alves <palves@redhat.com>
3551
3552 * gdb.base/command-line-input.exp: New file.
3553
b04fd3be
MK
35542016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3555
3556 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3557 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3558 * gdb.trace/pending.exp: Accept leading dot before function name.
3559 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3560 * lib/trace-support.exp: Set registers for ppc.
3561
98fa59e9
MK
35622016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3563
3564 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3565 use it for disassembly; accept .main in addition to main in backtrace.
3566
f77198c8
MK
35672016-03-09 Wei-cheng Wang <cole945@gmail.com>
3568 Marcin Kościelnicki <koriakin@0x04.net>
3569
3570 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3571 (gdb_recursion_test_ptr): New global variable.
3572 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3573 gdb_recursion_test.
3574 (gdb_c_test): Ditto.
3575
ba84e0da
MK
35762016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3577
3578 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3579 ordering.
3580
4366d36e
MK
35812016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3582
3583 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3584 (bar): Add bar_start_lbl label.
3585 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3586 of foo/bar for emitting DWARF and tracing.
3587
5eb264df
SDJ
35882016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3589
3590 * analyze-racy-logs.py: Set executable bit.
3591
fb6a751f
SDJ
35922016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3593
3594 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3595 (CHECK_TARGET_TMP): Likewise.
3596 (check-single-racy): New rule.
3597 (check-parallel-racy): Likewise.
3598 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3599 (do-check-parallel-racy): New rule.
3600 (check-racy/%.exp): Likewise.
3601 * README (Racy testcases): New section.
3602 * analyze-racy-logs.py: New file.
3603
bdf7e230
DE
36042016-03-03 Doug Evans <dje@google.com>
3605
3606 * gdb.base/skip.exp: Use with_test_prefix.
3607
4719d415
YQ
36082016-03-03 Yao Qi <yao.qi@linaro.org>
3609
3610 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3611 Invoke step_over_syscall "clone" and break_cond_on_syscall
3612 "clone".
3613 * gdb.base/step-over-clone.c: New file.
3614
ea507862
YQ
36152016-03-03 Yao Qi <yao.qi@linaro.org>
3616
3617 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3618 code format.
3619
8fc8cbda
YQ
36202016-03-03 Yao Qi <yao.qi@linaro.org>
3621
3622 * gdb.base/disp-step-fork.c: Rename to ...
3623 * gdb.base/step-over-fork.c: ... it. New file.
3624 * gdb.base/disp-step-vfork.c: Rename to ...
3625 * gdb.base/step-over-vfork.c: ... it. New file.
3626 * gdb.base/disp-step-syscall.exp: Rename to ...
3627 * gdb.base/step-over-syscall.exp: ... it. New file.
3628 (disp_step_cross_syscall): Rename to ...
3629 (step_over_syscall): ... it.
3630
92fa70b0
YQ
36312016-03-03 Yao Qi <yao.qi@linaro.org>
3632
3633 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3634 If target supports condition evaluation on target, invoke
3635 break_cond_on_syscall for fork and vfork.
3636
e197ad3c
YQ
36372016-03-03 Yao Qi <yao.qi@linaro.org>
3638
3639 * gdb.base/disp-step-syscall.exp: Don't invoke
3640 support_displaced_stepping.
3641 (disp_step_cross_syscall): Test with displaced stepping off and
3642 on if supported.
3643
0b47da9f
YQ
36442016-03-03 Yao Qi <yao.qi@linaro.org>
3645
3646 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3647 proc.
3648 (setup): New proc.
3649 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3650 and setup.
3651
065ab6dc
BH
36522016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3653
3654 * gdb.fortran/vla-history.exp: Remove breakpoint.
3655
07e448ad 36562016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3657
25d49b86
PA
3658 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3659 exceeds timeout.
07e448ad 3660
9ac2d526 36612016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3662
25d49b86
PA
3663 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3664 breakpoint.
9ac2d526 3665
17807369
BH
36662016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3667
3668 * gdb.mi/vla.f90: Nullify pointer after declaration.
3669
86e501af
PA
36702016-03-01 Pedro Alves <palves@redhat.com>
3671
3672 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3673
1e903e32
PA
36742016-03-01 Pedro Alves <palves@redhat.com>
3675
3676 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3677 before anything else.
3678 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3679 _GNU_SOURCE here.
3680 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3681 before anything else.
3682 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3683
6ccb54e2
PA
36842016-03-01 Pedro Alves <palves@redhat.com>
3685
3686 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3687
30ca9da1
YQ
36882016-03-01 Yao Qi <yao.qi@linaro.org>
3689
3690 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3691 prepare_for_testing.
3692
dc856b38
YQ
36932016-03-01 Yao Qi <yao.qi@linaro.org>
3694
3695 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3696
4a932159
AA
36972016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3698
3699 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3700 manually constructing the output path.
3701
f2489477
AA
37022016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3703
3704 * gdb.arch/s390-stackless.S: New.
3705 * gdb.arch/s390-stackless.exp: New.
3706
38899f16
IB
37072016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3708
3709 * gdb.dlang/circular.c: New file.
3710 * gdb.dlang/circular.exp: New file.
3711
9fde51ed
YQ
37122016-02-26 Yao Qi <yao.qi@linaro.org>
3713
3714 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3715 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3716 (testcases): Update.
3717
ce90fefe
YQ
37182016-02-26 Yao Qi <yao.qi@linaro.org>
3719
3720 * gdb.reverse/aarch64.c: Rename to ...
3721 * gdb.reverse/insn-reverse.c: ... it.
3722 * gdb.reverse/aarch64.exp: Rename to ...
3723 * gdb.reverse/insn-reverse.exp: ... it.
3724
3263bceb
YQ
37252016-02-26 Yao Qi <yao.qi@linaro.org>
3726
3727 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3728 (testcase_ftype): New.
3729 (testcases): New array.
3730 (n_testcases): New.
3731 (main): Call each element in testcases.
3732 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3733 (read_testcase): New.
3734 Do the tests in a loop.
3735
6cb59ff1
YQ
37362016-02-25 Yao Qi <yao.qi@linaro.org>
3737
3738 * gdb.base/branches.c: Remove.
3739
ae91f625
MK
37402016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3741
3742 PR gdb/13808
3743 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3744
678b48b7
MK
37452016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3746
3747 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3748
7337a6f2
MK
37492016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3750
3751 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3752 change x86_64 call_insn to 'callq'.
3753
861ca91f
AT
37542016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3755
3756 * gdb.trace/tfile-avx.c: Move to...
3757 * gdb.trace/tracefile-pseudo-reg.c: Here.
3758 * gdb.trace/tfile-avx.exp: Move to...
3759 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3760
bf74e428
GB
37612016-02-24 Gary Benson <gbenson@redhat.com>
3762
3763 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3764 message on attach.
3765
cce0e923
DE
37662016-02-23 Doug Evans <dje@google.com>
3767
3768 * gdb.base/skip.c (test_skip): New function.
3769 (end_test_skip_file_and_function): New function.
3770 (test_skip_file_and_function): New function.
3771 * gdb.base/skip1.c (test_skip): New function.
3772 (skip1_test_skip_file_and_function): New function.
3773 * gdb.base/skip.exp: Add tests for new skip options.
3774 * gdb.base/skip-solib.exp: Update expected output.
3775 * gdb.perf/skip-command.cc: New file.
3776 * gdb.perf/skip-command.exp: New file.
3777 * gdb.perf/skip-command.py: New file.
3778
4000e47e
MK
37792016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
3780
3781 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3782 info registers pattern.
3783
24f75ead
IB
37842016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
3785
3786 * lib/future.exp: Add D support.
3787 (gdb_find_gdc): New proc.
3788 (gdb_default_target_compile): Add D support.
3789
fbb7bcbe
WW
37902016-02-18 Wei-cheng Wang <cole945@gmail.com>
3791
3792 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3793 user+system time.
3794 (trace_speed_test): Determine the iteration count for a time
3795 between 15..30 seconds.
3796
012b3a21
WT
37972016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
3798
3799 * gdb.arch/i386-mpx-sigsegv.c: New file.
3800 * gdb.arch/i386-mpx-sigsegv.exp: New file.
3801 * gdb.arch/i386-mpx-simple_segv.c: New file.
3802 * gdb.arch/i386-mpx-simple_segv.exp: New file.
3803
2d5189bd
YQ
38042016-02-18 Yao Qi <yao.qi@linaro.org>
3805
3806 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3807 Don't call setup_kfail.
3808
40fb20d0
YQ
38092016-02-18 Yao Qi <yao.qi@linaro.org>
3810
3811 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3812 Set "set breakpoint condition-evaluation" per $cond_bp_target.
3813
21b1f8d2
DE
38142016-02-16 Doug Evans <dje@google.com>
3815
3816 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
3817 * gdb.base/skip1.c: Ditto.
3818 * gdb.base/skip.exp: Whitespace cleanup.
3819
4041ed77
DB
38202016-02-16 Don Breazeal <donb@codesourcery.com>
3821
3822 PR remote/19496
3823 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3824 Remove kfail for PR remote/19496.
3825
c4ef31bf
SM
38262016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3827
3828 * lib/gdb.exp (standard_temp_file): Return a path specific to
3829 the runtest invocation.
3830
266b65b3
SM
38312016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3832
3833 * gdb.trace/save-trace.exp: Change relative path to be in the
3834 standard output directory.
3835
a7a0a6a9
JK
38362016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3837
3838 * gdb.arch/i386-prologue.c: Add missing prototypes.
3839
c99dbb42
JK
38402016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3841
3842 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
3843 * gdb.arch/i386-prologue.exp: Likewise.
3844 * gdb.arch/i386-size.exp: Likewise.
3845
aa480355
SM
38462016-02-15 Simon Marchi <simon.marchi@ericsson.com>
3847
3848 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
3849 define object file path.
3850 * gdb.btrace/gcore.exp: Use standard_output_file to define core
3851 file path.
3852 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
3853 standard_output_file to define binfile.
3854
ba881f50
JK
38552016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3856
3857 Fix compatibility with recent gfortran-5.3.1.
3858 * gdb.fortran/vla-history.exp (print vla1 allocated)
3859 (print vla2 allocated, print $2, print $3): Remove
3860 (print $4): Rename to ...
3861 (print $2): ... here.
3862 (print $9): Rename to ...
3863 (print $5): ... here.
3864 (print $10): Rename to ...
3865 (print $6): ... here.
3866 * gdb.fortran/vla.f90: Add pvla initialization.
3867
e9fb005c
JK
38682016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3869
3870 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
3871 New test.
3872 * gdb.fortran/vla-value-sub.exp: Likewise.
3873
e44e00ff
MK
38742016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
3875
3876 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
3877
97e94151
SM
38782016-02-12 Simon Marchi <simon.marchi@ericsson.com>
3879
3880 * i386-biarch-core.exp: Define corefile using
3881 standard_output_file.
3882
01113bc1
YQ
38832016-02-12 Yao Qi <yao.qi@linaro.org>
3884
3885 * gdb.arch/arm-single-step-kernel-helper.c: New.
3886 * gdb.arch/arm-single-step-kernel-helper.exp: New.
3887
33b4777c
MM
38882016-02-12 Markus Metzger <markus.t.metzger@intel.com>
3889
3890 * gdb.btrace/tailcall-only.exp: New.
3891 * gdb.btrace/tailcall-only.c: New.
3892 * gdb.btrace/x86_64-tailcall-only.S: New.
3893 * gdb.btrace/i686-tailcall-only.S: New.
3894
acc23c11
PA
38952016-02-11 Pedro Alves <palves@redhat.com>
3896
3897 * README (Parallel testing): Add missing double quotes.
3898
e352bf0a
PA
38992016-02-11 Pedro Alves <palves@redhat.com>
3900
3901 * README (Parallel testing): New section.
3902 (GDB_PARALLEL): Rewrite.
3903 (FORCE_PARALLEL): Document.
3904
9f5fed78
MK
39052016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
3906
3907 * gdb.trace/tfile-avx.c: New test.
3908 * gdb.trace/tfile-avx.exp: New test.
3909
9ef9e6a6
KS
39102016-02-09 Keith Seitz <keiths@redhat.com>
3911
3912 PR breakpoints/19546
3913 * gdb.base/infcall-exec.c: New file.
3914 * gdb.base/infcall-exec2.c: New file.
3915 * gdb.base/infcall-exec.exp: New file.
3916
a96e36da
KS
39172016-02-09 Keith Seitz <keiths@redhat.com>
3918
3919 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
3920 (toplevel): Call test_bkpt_address.
3921
9f61929f
KS
39222016-02-09 Keith Seitz <keiths@redhat.com>
3923
3924 PR python/19506
3925 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
3926 (toplevel): Call test_bkpt_address.
3927
1e94266c
SM
39282016-02-09 Simon Marchi <simon.marchi@ericsson.com>
3929
3930 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
3931 to AC_OUTPUT.
3932 * configure: Regenerate.
3933
2a7f3dff
PA
39342016-02-09 Pedro Alves <palves@redhat.com>
3935
3936 PR breakpoints/19548
3937 * gdb.base/execl-update-breakpoints.c (some_function): New
3938 function.
3939 (main): Call it.
3940 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
3941 Tighten expected GDB output.
3942
2151ccc5
SM
39432016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3944
3945 * Makefile.in (ALL_SUBDIRS): Remove.
3946 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
3947 (distclean maintainer-clean realclean): Likewise.
3948 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
3949 * configure: Regenerate.
3950 * gdb.ada/Makefile.in: Delete.
3951 * gdb.arch/Makefile.in: Likewise.
3952 * gdb.asm/Makefile.in: Likewise.
3953 * gdb.base/Makefile.in: Likewise.
3954 * gdb.btrace/Makefile.in: Likewise.
3955 * gdb.cell/Makefile.in: Likewise.
3956 * gdb.compile/Makefile.in: Likewise.
3957 * gdb.cp/Makefile.in: Likewise.
3958 * gdb.disasm/Makefile.in: Likewise.
3959 * gdb.dlang/Makefile.in: Likewise.
3960 * gdb.dwarf2/Makefile.in: Likewise.
3961 * gdb.fortran/Makefile.in: Likewise.
3962 * gdb.gdb/Makefile.in: Likewise.
3963 * gdb.go/Makefile.in: Likewise.
3964 * gdb.guile/Makefile.in: Likewise.
3965 * gdb.java/Makefile.in: Likewise.
3966 * gdb.linespec/Makefile.in: Likewise.
3967 * gdb.mi/Makefile.in: Likewise.
3968 * gdb.modula2/Makefile.in: Likewise.
3969 * gdb.multi/Makefile.in: Likewise.
3970 * gdb.objc/Makefile.in: Likewise.
3971 * gdb.opencl/Makefile.in: Likewise.
3972 * gdb.opt/Makefile.in: Likewise.
3973 * gdb.pascal/Makefile.in: Likewise.
3974 * gdb.perf/Makefile.in: Likewise.
3975 * gdb.python/Makefile.in: Likewise.
3976 * gdb.reverse/Makefile.in: Likewise.
3977 * gdb.server/Makefile.in: Likewise.
3978 * gdb.stabs/Makefile.in: Likewise.
3979 * gdb.threads/Makefile.in: Likewise.
3980 * gdb.trace/Makefile.in: Likewise.
3981 * gdb.xml/Makefile.in: Likewise.
3982 * lib/gdb.exp (make_gdb_parallel_path): Add check for
3983 GDB_PARALLEL.
3984 (standard_output_file): Remove check for GDB_PARALLEL, always
3985 return path in outputs/$subdir/$testname.
3986
437277d4
SM
39872016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3988
3989 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
3990 (site.exp): Assign abs_srcdir to tcl's srcdir.
3991
31d913c7
YQ
39922016-02-04 Yao Qi <yao.qi@linaro.org>
3993
3994 * gdb.base/foll-exec-mode.c: Include limits.h.
3995 (main): Add parameters argc and argv. Get directory from
3996 argv[0].
3997 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
3998 compilation.
3999 * gdb.base/foll-exec.c: Include limits.h.
4000 (main): Add parameters argc and argv.
4001 Get directory from argv[0].
4002 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
4003 Adjust tests on the number of lines as source code changed.
4004 * gdb.base/foll-vfork-exit.c: Include limits.h.
4005 (main): Add one line of statement before vfork.
4006 * gdb.base/foll-vfork.c: Include limits.h and string.h.
4007 (main): Add parameters argc and argv. Get directory from
4008 argv[0].
4009 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
4010 (setup_gdb): Set tbreak to skip some source lines.
4011 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
4012 (main): Add parameters argc and argv. Get directory from
4013 argv[0].
4014 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
4015 compilation.
4016 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
4017 (main): Add parameters argc and argv. Get directory from
4018 argv[0].
4019 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
4020 compilation.
4021
9482b9fb
DE
40222016-02-01 Doug Evans <dje@google.com>
4023
4024 * gdb.base/skip.exp: Clean up multiple references to same test name.
4025
6b2e4f10
PA
40262016-02-01 Pedro Alves <palves@redhat.com>
4027
ccb6afd6 4028 PR remote/19496
6b2e4f10
PA
4029 * gdb.threads/forking-threads-plus-breakpoint.exp
4030 (displaced_stepping_supported): New global.
4031 (probe_displaced_stepping_support): New procedure.
4032 (do_test): Add 'displaced' parameter, and use it.
4033 (top level): Check for displaced stepping support. Add displaced
4034 stepping on/off testing axis.
4035
37a8db1a
AB
40362016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4037
4038 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
4039 pointer. Don't perform further tests on the unassociated pointer
4040 if the first test fails.
4041
5fdf6324
AB
40422016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
4043
4044 * gdb.base/max-value-size.c: New file.
4045 * gdb.base/max-value-size.exp: New file.
4046 * gdb.base/huge.exp: Disable max-value-size for this test.
4047
935c6144
IB
40482016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
4049
4050 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
4051
7fe8399d
YQ
40522016-01-28 Yao Qi <yao.qi@linaro.org>
4053
4054 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
4055
a2077e25
PA
40562016-01-25 Pedro Alves <palves@redhat.com>
4057
4058 PR threads/19461
4059 * gdb.base/fork-running-state.c: New file.
4060 * gdb.base/fork-running-state.exp: New file.
4061
1d2736d4
PA
40622016-01-25 Pedro Alves <palves@redhat.com>
4063
4064 PR gdb/19494
4065 * gdb.base/catch-fork-kill.c: New file.
4066 * gdb.base/catch-fork-kill.exp: New file.
4067
f1da4b11
PA
40682016-01-25 Pedro Alves <palves@redhat.com>
4069
4070 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
4071 Delete, moved to lib/gdb.exp.
4072 * gdb.threads/forking-threads-plus-breakpoint.exp
4073 (foreach_with_prefix): Likewise.
4074 * gdb.threads/process-dies-while-handling-bp.exp
4075 (foreach_with_prefix): Likewise.
4076 * lib/gdb.exp (foreach_with_prefix): New procedure.
4077
45f38546
MK
40782016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
4079
4080 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
4081 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
4082
dc29a1ce
MK
40832016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
4084
4085 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
4086 endian targets.
4087
092127d7
JK
40882016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4089 Pedro Alves <palves@redhat.com>
4090
4091 Fix testsuite compatibility with Guile.
4092 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
4093 number.
4094
31d765d3
JK
40952016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
4096
4097 Fix testsuite compatibility with Guile.
4098 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
4099 (thread 1): New test for backtrace through signal handler.
4100
1ac78c04
YQ
41012016-01-22 Yao Qi <yao.qi@linaro.org>
4102
4103 PR testsuite/19491
4104 * gdb.base/multi-forks.c: Include
4105 ../lib/unbuffer_output.c
4106 (main): Call gdb_unbuffer_output.
4107
4f5946a8
DE
41082016-01-21 Doug Evans <dje@google.com>
4109
4110 * lib/ada.exp (gdb_compile_ada): Fix typo.
4111
305e13e6
JB
41122016-01-21 Joel Brobecker <brobecker@adacore.com>
4113
4114 * gdb.base/break-fun-addr.exp: New file.
4115 * gdb.base/break-fun-addr1.c: New file.
4116 * gdb.base/break-fun-addr2.c: New file.
4117
5f5dfff6
SM
41182016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
4119
4120 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
4121 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
4122 enum flag values.
4123
fd356fa2
AA
41242016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
4125
4126 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
4127 when GDB can not set the vector return value. Add more comments
4128 for clarification.
4129
9df22175
AT
41302016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
4131
4132 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
4133 command.
4134
41d1845e
SM
41352016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4136
4137 * Makefile.in (DO_RUNTEST): Add --status and update usages.
4138
01ac6840
SM
41392016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4140
4141 * Makefile.in (check-single): Pass --status to runtest.
4142 (check/%.exp): Likewise.
4143
41442016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4145
4146 * Makefile.in (check-parallel): Propagate return code from make
4147 do-check-parallel.
4148
bd0a71fa
MK
41492016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4150
4151 * gdb.trace/ftrace.exp: Fix expected message on continue.
4152 * gdb.trace/pending.exp: Fix expected message on continue.
4153 * gdb.trace/trace-break.exp: Fix expected message on continue.
4154
8bcbad33
SM
41552016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4156
4157 * lib/gdb.exp (gdb_test): Remove unused global references.
4158
f303dbd6
PA
41592016-01-18 Pedro Alves <palves@redhat.com>
4160
4161 * gdb.base/async-shell.exp: Adjust expected output.
4162 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4163 * gdb.base/siginfo-thread.exp: Adjust expected output.
4164 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4165 * gdb.java/jnpe.exp: Adjust expected output.
4166 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4167 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4168 * gdb.threads/leader-exit.exp: Adjust expected output.
4169 * gdb.threads/manythreads.exp: Adjust expected output.
4170 * gdb.threads/pthreads.exp: Adjust expected output.
4171 * gdb.threads/schedlock.exp: Adjust expected output.
4172 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4173 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4174 expected output.
4175 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4176 output.
4177 * gdb.threads/sigthread.exp: Adjust expected output.
4178 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4179
b2789696
YQ
41802016-01-18 Yao Qi <yao.qi@linaro.org>
4181
4182 * gdb.guile/scm-section-script.c: Replace @progbits with
4183 %progbits.
4184 * gdb.python/py-section-script.c: Likewise.
4185
71ef29a8
PA
41862016-01-15 Pedro Alves <palves@redhat.com>
4187
4188 * gdb.multi/tids.exp: Test star wildcard ranges.
4189
3f5b7598
PA
41902016-01-15 Pedro Alves <palves@redhat.com>
4191
4192 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4193 command from "thread apply" invocation.
4194 (thr_apply_info_thr_invalid): Default the expected output to the
4195 input tid list.
4196 (top level): Add tests that use convenience variables. Add tests
4197 for "thread apply" with a valid TID list, but missing the command.
4198
663f6d42
PA
41992016-01-13 Pedro Alves <palves@redhat.com>
4200
4201 * gdb.base/default.exp: Expect $_gthread as well.
4202 * gdb.multi/tids.exp: Test $_gthread.
4203 * gdb.threads/thread-specific.exp: Test $_gthread.
4204
c84f6bbf
PA
42052016-01-13 Pedro Alves <palves@redhat.com>
4206
4207 * gdb.multi/tids.exp: Test "info threads -gid".
4208
22a02324
PA
42092016-01-13 Pedro Alves <palves@redhat.com>
4210
4211 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4212 Breakpoint.thread.
4213 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4214
5d5658a1
PA
42152016-01-07 Pedro Alves <palves@redhat.com>
4216
4217 * gdb.base/break.exp: Adjust to output changes.
4218 * gdb.base/hbreak2.exp: Likewise.
4219 * gdb.base/sepdebug.exp: Likewise.
4220 * gdb.base/watch_thread_num.exp: Likewise.
4221 * gdb.linespec/keywords.exp: Likewise.
4222 * gdb.multi/info-threads.exp: Likewise.
4223 * gdb.threads/thread-find.exp: Likewise.
4224 * gdb.multi/tids.c: New file.
4225 * gdb.multi/tids.exp: New file.
4226
84654457
PA
42272016-01-13 Pedro Alves <palves@redhat.com>
4228
4229 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4230
e3940304
PA
42312016-01-13 Pedro Alves <palves@redhat.com>
4232
4233 * gdb.base/default.exp: Expect $_inferior as well.
4234 * gdb.multi/base.exp: Test $_inferior.
4235
a911d87a
PA
42362016-01-13 Pedro Alves <palves@redhat.com>
4237
4238 PR breakpoints/19388
4239 * gdb.base/catch-signal-siginfo-cond.c: New file.
4240 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4241
82075af2
JS
42422016-01-12 Josh Stone <jistone@redhat.com>
4243 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4244
4245 * gdb.base/catch-syscall.c (do_execve): New variable.
4246 (main): Conditionally trigger an execve.
4247 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4248 (test_catch_syscall_execve): New, check entry/return across execve.
4249 (do_syscall_tests): Call test_catch_syscall_execve.
4250
e46eeedd
PA
42512016-01-12 Pedro Alves <palves@redhat.com>
4252
4253 * gdb.base/random-signal.exp (do_test): New procedure, with body
4254 of testcase moved in.
4255
01d8c27e
JK
42562016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4257 Pedro Alves <palves@redhat.com>
4258
4259 * gdb.base/funcargs.exp (finish from indirectly called function):
4260 Reintroduce the case for 'First'.
4261
9a706302
JK
42622016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4263 Pedro Alves <palves@redhat.com>
4264
4265 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4266 (tcatch_vfork_then_child_follow_exec)
4267 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4268 identification.
4269
c0ecb95f
JK
42702016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4271
4272 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4273 and repeats to unlimited.
4274 * gdb.python/py-value.exp: Likewise.
4275 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4276 and repeats to unlimited.
4277
6cfc1fcb
JK
42782016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4279
4280 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4281 and reordering the functions.
4282 * gdb.multi/hangout.c: Likewise.
4283 * gdb.multi/hello.c: Likewise.
4284
582a1b00
SM
42852016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4286
4287 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4288 absolute.
4289 (SingleStatisticTestResult.report): Use dict.keys instead of
4290 dict.iterkeys.
4291
79bc59cb
PA
42922016-01-06 Pedro Alves <palves@redhat.com>
4293
4294 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4295
43368e1d
MM
42962016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4297
4298 * gdb.btrace/dlopen.exp: New.
4299 * gdb.btrace/dlopen.c: New.
4300 * gdb.btrace/dlopen-dso.c: New.
4301
79fad5b8
SL
43022015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4303
4304 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4305 PATTERN argument is optional.
4306
ab8314b3
JB
43072015-12-24 Joel Brobecker <brobecker@adacore.com>
4308
4309 * lib/ada.exp (target_compile_ada_from_dir): New function.
4310 (gdb_compile_ada): Reimplement avoiding the use of project files.
4311 * gdb.ada/gnat_ada.gpr: Delete.
4312 * gdb.ada/cond_lang.exp: Adjust test to make path before
4313 filename optional.
4314 * gdb.ada/small_reg_param.exp: Likewise.
4315
fe33faff
SM
43162015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4317
4318 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4319
6d265cb4
TP
43202015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4321
4322 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4323 case.
4324
10125099
SM
43252015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4326
4327 * gdb.base/break.exp: Remove dead code.
4328 * gdb.base/sepdebug.exp: Likewise.
4329
3ca22649
SM
43302015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4331
4332 * gdb.asm/asm-source.exp: Remove HP-UX references.
4333 * gdb.base/annota1.exp: Likewise.
4334 * gdb.base/annota3.exp: Likewise.
4335 * gdb.base/attach.exp: Likewise.
4336 * gdb.base/bigcore.exp: Likewise.
4337 * gdb.base/break.exp: Likewise.
4338 * gdb.base/call-ar-st.exp: Likewise.
4339 * gdb.base/callfuncs.exp: Likewise.
4340 * gdb.base/catch-fork-static.exp: Likewise.
4341 * gdb.base/display.exp: Likewise.
4342 * gdb.base/foll-exec-mode.exp: Likewise.
4343 * gdb.base/foll-exec.exp: Likewise.
4344 * gdb.base/foll-fork.exp: Likewise.
4345 * gdb.base/foll-vfork.exp: Likewise.
4346 * gdb.base/funcargs.exp: Likewise.
4347 * gdb.base/hbreak2.exp: Likewise.
4348 * gdb.base/inferior-died.exp: Likewise.
4349 * gdb.base/interrupt.exp: Likewise.
4350 * gdb.base/multi-forks.exp: Likewise.
4351 * gdb.base/nodebug.exp: Likewise.
4352 * gdb.base/sepdebug.exp: Likewise.
4353 * gdb.base/solib1.c: Likewise.
4354 * gdb.base/step-test.exp: Likewise.
4355 * gdb.mi/non-stop.c: Likewise.
4356 * gdb.mi/pthreads.c: Likewise.
4357 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4358 * gdb.threads/pthreads.c: Likewise.
4359 * gdb.threads/staticthreads.exp: Likewise.
4360 * lib/future.exp: Likewise.
4361 * lib/gdb.exp: Likewise.
4362 * gdb.base/so-indr-cl.c: Remove.
4363 * gdb.base/so-indr-cl.exp: Likewise.
4364 * gdb.base/solib.c: Likewise.
4365 * gdb.base/solib.exp: Likewise.
4366 * gdb.base/solib2.c: Likewise.
4367
b6304613
SM
43682015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4369
4370 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4371 * gdb.base/call-ar-st.exp: Likewise.
4372 * gdb.base/callfuncs.exp: Likewise.
4373 * gdb.base/condbreak.exp: Likewise.
4374 * gdb.base/constvars.exp: Likewise.
4375 * gdb.base/hbreak2.exp: Likewise.
4376 * gdb.base/langs.exp: Likewise.
4377 * gdb.base/list.exp: Likewise.
4378 * gdb.base/long_long.exp: Likewise.
4379 * gdb.base/ptype.exp: Likewise.
4380 * gdb.base/scope.exp: Likewise.
4381 * gdb.base/signals.exp: Likewise.
4382 * gdb.base/so-impl-ld.exp: Likewise.
4383 * gdb.base/varargs.exp: Likewise.
4384 * gdb.base/volatile.exp: Likewise.
4385 * gdb.base/whatis.exp: Likewise.
4386 * gdb.cp/cplusfuncs.exp: Likewise.
4387 * gdb.cp/inherit.exp: Likewise.
4388 * gdb.cp/local.exp: Likewise.
4389 * gdb.cp/member-ptr.exp: Likewise.
4390 * gdb.cp/method.exp: Likewise.
4391 * gdb.cp/overload.exp: Likewise.
4392 * gdb.cp/templates.exp: Likewise.
4393 * gdb.stabs/weird.exp: Likewise.
4394 * lib/compiler.c: Likewise.
4395 * lib/compiler.cc: Likewise.
4396 * lib/cp-support.exp: Likewise.
4397 * lib/gdb.exp: Likewise.
4398
bf401b07
SM
43992015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4400
4401 * configure.ac: Remove HP-UX case.
4402 * configure: Regenerate.
4403
aff9c0f8
SM
44042015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4405
4406 * lib/gdb.exp (gdb_compile): Add function doc.
4407
a6904d5a
PA
44082015-12-17 Pedro Alves <palves@redhat.com>
4409
4410 PR threads/19354
4411 * gdb.multi/info-threads.exp: New file.
4412
a22279dd
YQ
44132015-12-15 Yao Qi <yao.qi@linaro.org>
4414
4415 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4416 is aarch64*-*-*.
4417
0588c796
SL
44182015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4419
4420 * gdb.base/history-duplicates.exp: Skip if no readline support.
4421
5d978e17
SL
44222015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4423
4424 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4425
7e763b86
SL
44262015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4427
4428 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4429
87a3a92c
SL
44302015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4431
4432 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4433 ctrl-C if nointerrupts target property is set.
4434 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4435 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4436 * gdb.base/paginate-bg-execution.exp: Likewise.
4437 * gdb.base/paginate-execution-startup.exp: Likewise.
4438 * gdb.base/random-signal.exp: Likewise.
4439 * gdb.base/range-stepping.exp: Likewise.
4440 * gdb.cp/annota2.exp: Likewise.
4441 * gdb.cp/annota3.exp: Likewise.
4442 * gdb.gdb/selftest.exp: Likewise.
4443 * gdb.threads/continue-pending-status.exp: Likewise.
4444 * gdb.threads/leader-exit.exp: Likewise.
4445 * gdb.threads/manythreads.exp: Likewise.
4446 * gdb.threads/pthreads.exp: Likewise.
4447 * gdb.threads/schedlock.exp: Likewise.
4448 * gdb.threads/sigthread.exp: Likewise.
4449
a8f077dc
DB
44502015-12-11 Don Breazeal <donb@codesourcery.com>
4451
4452 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4453 remote.
4454 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4455 * gdb.base/foll-exec.exp (main): Enable for target remote.
4456 * gdb.base/foll-fork.exp (main): Likewise.
4457 * gdb.base/foll-vfork.exp (main): Likewise.
4458 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4459 (proc continue_to_exit_bp_loc): Use clean_restart.
4460 * gdb.base/pie-execl.exp (main): Disable for target remote.
4461 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4462 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4463 * gdb.threads/execl.exp (main): Likewise.
4464 * gdb.threads/fork-child-threads.exp (main): Likewise.
4465 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4466 remote.
4467 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4468 remote.
4469 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4470 pid.tid style ptids, instead of just tid.
4471 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4472 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4473 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4474 ptids, instead of just tid.
4475
3b2464a8
AB
44762015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4477
4478 * gdb.base/list.exp (test_list_forward): Add end of file error
4479 test.
4480 (test_repeat_list_command): Add end of file error test.
4481 (test_list_backwards): Add beginning of file error test.
4482
a0def019
AB
44832015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4484
4485 * gdb.base/list.exp (test_list_invalid_args): New function,
4486 defined, and called.
4487
5c000dff
AB
44882015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4489
4490 * gdb.base/list.exp (test_list): Make test names unique.
4491
f1637ebe
YQ
44922015-12-11 Yao Qi <yao.qi@linaro.org>
4493
4494 * gdb.base/coremaker2.c: Remove.
4495
36d6fc0a
PA
44962015-12-10 Pedro Alves <palves@redhat.com>
4497
4498 * gdb.multi/base.exp: Remove stale "spaces" references.
4499
762f7747
PA
45002015-12-10 Pedro Alves <palves@redhat.com>
4501
4502 * gdb.multi/base.exp: Don't use nowarnings.
4503 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4504 * gdb.multi/hangout.c: Include stdio.h.
4505 * gdb.multi/hello.c: Include stdlib.h.
4506 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4507 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4508 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4509
28d2bfb9
AB
45102015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4511
4512 * gdb.dwarf2/dw2-ranges-base.c: New file.
4513 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4514 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4515 support additional line table, and debug ranges generation.
4516 (Dwarf::ranges): New function, generate .debug_ranges.
4517 (Dwarf::lines): Support generating simple line table programs.
4518 (Dwarf::assemble): Initialise new namespace variables.
4519
5fc2beac
KB
45202015-12-09 Kevin Buettner <kevinb@redhat.com>
4521
4522 * gdb.base/async.exp (proc test_background): Add case for
4523 asynchronous execution not supported.
4524
1c35a88f
LM
45252015-12-09 Luis Machado <lgustavo@codesourcery.com>
4526
4527 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4528 format and change test names to make them unique.
4529
b593e3d9
RK
45302015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4531 Pedro Alves <pedro@redhat.com>
4532
4533 PR gdb/18702
4534 Add checking of floatformats setup on x86_64 hosts.
4535 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4536 (smallval, bigval): New labels/constants.
4537 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4538 float" after loading bigval and smallval.
4539
d72413e6
PMR
45402015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4541
4542 * gdb.ada/fun_overload_menu.exp: New testcase.
4543 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4544
ece66d65
JS
45452015-12-04 Josh Stone <jistone@redhat.com>
4546
4547 * gdb.base/catch-fork-static.exp: New.
4548
41d0efca
YQ
45492015-12-03 Yao Qi <yao.qi@linaro.org>
4550
4551 * gdb.base/sizeof.c: Don't include stdio.h and
4552 ../lib/unbuffer_output.c.
4553 (main): New variable 'size' and 'value'. Remove printf and
4554 gdb_unbuffer_output. Assign return value to size and value.
4555 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4556 at the beginning.
4557 (check_sizeof): Check the result by printing variable 'size'.
4558 (check_valueof): Check the result by printing variable 'value'.
4559
99fd02d9
YQ
45602015-12-01 Yao Qi <yao.qi@linaro.org>
4561
4562 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4563 for aarch64*-*-linux* target.
4564
f2faf941
PA
45652015-11-30 Pedro Alves <palves@redhat.com>
4566
4567 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4568
04bf20c5
PA
45692015-11-30 Pedro Alves <palves@redhat.com>
4570
4571 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4572 Handle non-stop mode vCont replies.
4573
09df4675
PA
45742015-11-30 Pedro Alves <palves@redhat.com>
4575
4576 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4577 prepare_for_testing. Start gdb with "set non-stop on" appended to
4578 GDBFLAGS. Lax expected stop output.
4579
58b584af
YQ
45802015-11-27 Yao Qi <yao.qi@linaro.org>
4581
4582 * gdb.arch/arm-neon.exp: New.
4583 * gdb.arch/arm-neon.c: New.
4584
dfcb77a8
YQ
45852015-11-27 Yao Qi <yao.qi@linaro.org>
4586
4587 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4588
88e8ec1b
YQ
45892015-11-27 Yao Qi <yao.qi@linaro.org>
4590
4591 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4592 frames-invalid annotation.
4593
bfde72c2
YQ
45942015-11-27 Yao Qi <yao.qi@linaro.org>
4595
4596 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4597
f6512a69
SM
45982015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4599
4600 * gdb.threads/names.exp: New file.
4601 * gdb.threads/names.c: New file.
4602 * README: Mention gdb,no_thread_names.
4603
46a3515b
MM
46042015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4605
4606 PR 19297
4607 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4608 support" error.
4609
62147a22
PA
46102015-11-24 Pedro Alves <palves@redhat.com>
4611
4612 PR 17539
4613 * gdb.base/display.exp: Expect displays to be sorted in ascending
4614 order. Use multi_line.
4615 * gdb.base/solib-display.exp: Likewise.
4616
2f341b6e
PA
46172015-11-24 Pedro Alves <palves@redhat.com>
4618
4619 PR 17539
25d49b86
PA
4620 * gdb.base/display.exp: Expect displays to be sorted in ascending
4621 order. Use multi_line.
4622 * gdb.base/solib-display.exp: Likewise.
2f341b6e 4623
7e0aa6aa
PA
46242015-11-24 Pedro Alves <palves@redhat.com>
4625
4626 PR 17539
4627 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4628 threads in ascending order.
4629 * gdb.base/foll-fork.exp: Likewise.
4630 * gdb.base/foll-vfork.exp: Likewise.
4631 * gdb.base/multi-forks.exp: Likewise.
4632 * gdb.mi/mi-nonstop.exp: Likewise.
4633 * gdb.mi/mi-nsintrall.exp: Likewise.
4634 * gdb.multi/base.exp: Likewise.
4635 * gdb.multi/multi-arch.exp: Likewise.
4636 * gdb.python/py-inferior.exp: Likewise.
4637 * gdb.threads/break-while-running.exp: Likewise.
4638 * gdb.threads/execl.exp: Likewise.
4639 * gdb.threads/gcore-thread.exp: Likewise.
4640 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4641 * gdb.threads/kill.exp: Likewise.
4642 * gdb.threads/linux-dp.exp: Likewise.
4643 * gdb.threads/multiple-step-overs.exp: Likewise.
4644 * gdb.threads/next-bp-other-thread.exp: Likewise.
4645 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4646 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4647 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4648 * gdb.threads/thread-find.exp: Likewise.
4649 * gdb.threads/tls.exp: Likewise.
4650 * lib/mi-support.exp (mi_reverse_list): Delete.
4651 (mi_check_thread_states): No longer reverse list.
4652
2cc57ad8
PA
46532015-11-24 Pedro Alves <palves@redhat.com>
4654
4655 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4656 use lowercase.
4657
c93e8391
SM
46582015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4659
4660 * gdb.trace/actions.c: Include trace-common.h.
4661 (main): Add a location for a fast tracepoint.
4662 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4663 the normal tracepoints.
4664 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4665
045ccf91
SM
46662015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4667
4668 * save-trace.exp: Factor out code to these...
4669 (gdb_save_tracepoints): New.
4670 (gdb_load_tracepoints): New.
4671 (do_save_load_test): New.
4672
5506f9f6
KB
46732015-11-23 Kevin Buettner <kevinb@redhat.com>
4674
4675 * gdb.base/asmlabel.exp: New test.
4676 * gdb.base/asmlabel.c: New test case.
4677
16c3b12f
JB
46782015-11-23 Joel Brobecker <brobecker@adacore.com>
4679
4680 * gdb.base/wrong_frame_bt_full-main.c: New file.
4681 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4682 * gdb.base/wrong_frame_bt_full.exp: New file.
4683
155bfbd3
JB
46842015-11-23 Joel Brobecker <brobecker@adacore.com>
4685
4686 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4687
bb097445
JM
46882015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4689
206853a0 4690 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
4691 pstate register when comparing registers values in
4692 sparc64-*-linux-gnu targets to avoid spurious differences.
4693
9c88ed8f
JM
46942015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4695
206853a0 4696 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 4697
96161e25
SL
46982015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4699
4700 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4701 as type argument to gdb_compile.
4702 * gdb.base/nested-subp2.exp: Likewise.
4703 * gdb.base/nested-subp3.exp: Likewise.
4704
340c2830
DV
47052015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4706
4707 * lib/dwarf.exp (_note): Fix left shift of negative value.
4708 * gdb.trace/trace-condition.exp: Likewise.
4709
c1862d0f
YQ
47102015-11-13 Yao Qi <yao.qi@linaro.org>
4711
4712 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4713 comments about d10v.
4714 (test_scalar_returns): Likewise.
4715 * gdb.base/d10v.ld: Remove.
4716 * gdb.base/overlays.exp: Remove the target triplet checking for
4717 d10v-*-*.
4718 * gdb.base/structs.exp (test_struct_returns): Remove the
4719 comments about d10v.
4720 (test_struct_calls): Likewise.
4721
77ae9c19
YQ
47222015-11-13 Yao Qi <yao.qi@linaro.org>
4723
4724 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4725 * gdb.base/gnu_vector.c: Don't include stdio.h.
4726 (main): Don't print res and call add_some_intvecs.
4727
430e004e
MK
47282015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4729
4730 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4731 macro.
4732 (func5): Removed.
4733 (func4): Use FAST_TRACEPOINT_LABEL.
4734 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4735 macro.
4736 (func): Removed.
4737 (thread_function): Use FAST_TRACEPOINT_LABEL.
4738 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4739 (func): Remove.
4740 (marker): Use FAST_TRACEPOINT_LABEL.
4741 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4742 (pendfunc1): Remove.
4743 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4744 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4745 (foo): Remove.
4746 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4747 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4748 macro.
4749 (func): Remove.
4750 (marker): Use FAST_TRACEPOINT_LABEL.
4751 * gdb.trace/trace-common.h: New header.
4752 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4753 macro.
4754 (func): Remove.
4755 (marker): Use FAST_TRACEPOINT_LABEL.
4756 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4757 (func): Remove.
4758 (thread_function): Use FAST_TRACEPOINT_LABEL.
4759
6e7675a7
MK
47602015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4761
4762 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4763 in front.
4764 * gdb.trace/change-loc.exp: Use global pcreg definition.
4765 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4766 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4767 in front.
4768 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4769 * gdb.trace/pending.exp: Likewise.
4770 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4771 * gdb.trace/trace-break.exp: Likewise.
4772 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4773 in front.
4774 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4775 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4776 in front.
4777 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4778
dddc0e16
JB
47792015-11-09 Joel Brobecker <brobecker@adacore.com>
4780
4781 * gdb.ada/fin_fun_out: New testcase.
4782
c6f0b406
KB
47832015-11-07 Kevin Buettner <kevinb@redhat.com>
4784
4785 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4786 value associated with DW_AT_byte_size.
4787 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4788 constants for DW_AT_byte_size, DW_AT_lower_bound, and
4789 DW_AT_upper_bound.
4790
f01dcfd9
KB
47912015-11-07 Kevin Buettner <kevinb@redhat.com>
4792
4793 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4794 (gdb_target_symbol_prefix_flags): Define in terms of _asm
4795 version.
4796 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4797 gdb.dwarf2/dw2-canonicalize-type.exp,
4798 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4799 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4800 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4801 provided by gdb_target_symbol_prefix_flags_asm.
4802 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4803 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4804 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
4805 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
4806 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
4807 macros where needed). Use this macro for symbols which require
4808 the prefix provided by SYMBOL_PREFIX.
4809
2223449a
KB
48102015-11-05 Kevin Buettner <kevinb@redhat.com>
4811
4812 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
4813 New procs.
4814 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
4815 representing expressions, of more than one list element.
4816 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
4817 to prepend linker symbol prefix to f.
4818 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
4819 table_1 and table_2.
4820 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
4821 Likewise, for f and g.
4822 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
4823 for ptr.
4824 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
4825 for main.
4826 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
4827 table_1_ptr and table_2_ptr.
4828
6f2f1a3a
JK
48292015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4830 Joel Brobecker <brobecker@adacore.com>
4831
4832 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
4833
566c56c9
MK
48342015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
4835
4836 * gdb.reverse/s390-mvcle.c: New test.
4837 * gdb.reverse/s390-mvcle.exp: New file.
4838 * lib/gdb.exp: Enable reverse tests on s390*-linux.
4839
d5f0636b
MK
48402015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4841
4842 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
4843
7ad8b86c
MK
48442015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4845
4846 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
4847 reaching marker2.
4848 * gdb.reverse/getresuid-reverse.exp: Likewise.
4849 * gdb.reverse/pipe-reverse.exp: Likewise.
4850 * gdb.reverse/readv-reverse.exp: Likewise.
4851 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4852 * gdb.reverse/time-reverse.exp: Likewise.
4853 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
4854
4081c0f1
YQ
48552015-10-30 Yao Qi <yao.qi@linaro.org>
4856
4857 * gdb.threads/wp-replication.c (watch_count_done): Remove.
4858 (empty_cycle): Remove.
4859 (main): Don't call empty_cycle. Don't use watch_count_done.
4860 * gdb.threads/wp-replication.exp: Don't set breakpoint on
4861 empty_cycle. Rewrite the code counting HW watchpoints.
4862
452b4ba5
MK
48632015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
4864
4865 * gdb.reverse/fstatat-reverse.c: New test.
4866 * gdb.reverse/fstatat-reverse.exp: New file.
4867 * gdb.reverse/getresuid-reverse.c: New test.
4868 * gdb.reverse/getresuid-reverse.exp: New file.
4869 * gdb.reverse/pipe-reverse.c: New test.
4870 * gdb.reverse/pipe-reverse.exp: New file.
4871 * gdb.reverse/readv-reverse.c: New test.
4872 * gdb.reverse/readv-reverse.exp: New file.
4873 * gdb.reverse/recvmsg-reverse.c: New test.
4874 * gdb.reverse/recvmsg-reverse.exp: New file.
4875 * gdb.reverse/time-reverse.c: New test.
4876 * gdb.reverse/time-reverse.exp: New file.
4877 * gdb.reverse/waitpid-reverse.c: New test.
4878 * gdb.reverse/waitpid-reverse.exp: New file.
4879
5e2e7507
JK
48802015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4881
4882 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
4883
0fde2c53
DE
48842015-10-26 Doug Evans <dje@google.com>
4885
4886 PR symtab/17391
4887 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
4888 * gdb.dwarf2/bad-regnum.c: New file.
4889 * gdb.dwarf2/bad-regnum.exp: New file.
4890
1a70ae97
DE
48912015-10-26 Doug Evans <dje@google.com>
4892
4893 PR python/18938
4894 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
4895 file.
4896
27dc26ab
JK
48972015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4898
4899 * gdb.compile/compile.exp (compile code globalvar): Update expectation
4900 for a change by "Mention language in compile error message".
4901
bed91f4d
SM
49022015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
4903
4904 PR python/18073
4905 * gdb.python/py-type.c (C::a_method): New.
4906 (C::a_const_method): New.
4907 (C::a_static_method): New.
4908 (a_function): New.
4909 * gdb.python/py-type.exp (test_fields): Test getting fields
4910 from function and method.
4911
3f2f83dd
KB
49122015-10-21 Keven Boell <keven.boell@intel.com>
4913
4914 * gdb.fortran/vla-alloc-assoc.exp: New file.
4915 * gdb.fortran/vla-datatypes.exp: New file.
4916 * gdb.fortran/vla-datatypes.f90: New file.
4917 * gdb.fortran/vla-history.exp: New file.
4918 * gdb.fortran/vla-ptype-sub.exp: New file.
4919 * gdb.fortran/vla-ptype.exp: New file.
4920 * gdb.fortran/vla-sizeof.exp: New file.
4921 * gdb.fortran/vla-sub.f90: New file.
4922 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
4923 * gdb.fortran/vla-value-sub-finish.exp: New file.
4924 * gdb.fortran/vla-value-sub.exp: New file.
4925 * gdb.fortran/vla-value.exp: New file.
4926 * gdb.fortran/vla-ptr-info.exp: New file.
4927 * gdb.mi/mi-vla-fortran.exp: New file.
4928 * gdb.mi/vla.f90: New file.
4929
27145d50
SL
49302015-10-21 Sandra Loosemore <sandra@codesourcery.com>
4931
4932 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
4933 of hardwired timeout value.
4934
5f3ff4f8
JK
49352015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4936 Pedro Alves <palves@redhat.com>
4937
4938 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
4939 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
4940
bfd09d20
JS
49412015-10-19 Josh Stone <jistone@redhat.com>
4942
4943 * gdb.base/catch-syscall.c: Include <sched.h>.
4944 (unknown_syscall): New variable.
4945 (main): Trigger a vfork and an unknown syscall.
4946 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
4947 (unknown_syscall_number): Likewise.
4948 (check_call_to_syscall): Accept an optional syscall pattern.
4949 (check_return_from_syscall): Likewise.
4950 (check_continue): Likewise.
4951 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
4952 (test_catch_syscall_skipping_return): New test toggling off 'catch
4953 syscall' to step over the syscall return, then toggling back on.
4954 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
4955 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
4956 (do_syscall_tests): Call test_catch_syscall_without_args and
4957 test_catch_syscall_mid_vfork.
4958 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
4959 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
4960
b32b93c6
AS
49612015-10-19 Andrew Stubbs <ams@codesourcery.com>
4962
4963 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
4964 print g_vE): Add new pass patterns.
4965 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
4966 print various symbol names for vptr fields.
4967
9d622bda
AB
49682015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
4969
4970 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
4971 results.
4972
0fd8ac1c
YQ
49732015-10-12 Yao Qi <yao.qi@linaro.org>
4974
4975 * gdb.arch/disp-step-insn-reloc.exp: New test case.
4976
34240514
YQ
49772015-10-12 Yao Qi <yao.qi@linaro.org>
4978
4979 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
4980 is aarch64*-*-linux*.
4981
8240f442
YQ
49822015-10-12 Yao Qi <yao.qi@linaro.org>
4983
4984 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
4985 (can_relocate_bcond_true): ... it.
4986 (can_relocate_bcond_false): New function.
4987 (foo): Likewise.
4988 (can_relocate_bl): Likewise.
4989 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
4990 can_relocate_bl.
4991
2520f728
PMR
49922015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
4993
4994 * gdb.base/nested-addr.c: New file.
4995 * gdb.base/nested-addr.exp: New testcase.
4996
abcef95a
MM
49972015-10-09 Markus Metzger <markus.t.metzger@intel.com>
4998
4999 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
5000 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
5001 its output. Ignore the output of "record goto begin" and instead
5002 check that GDB is replaying.
5003
145e3ddb
PA
50042015-10-09 Pedro Alves <palves@redhat.com>
5005
5006 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
5007 (top level): Use it in the run with no args test.
5008
d5d8c4e1
IB
50092015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
5010
5011 * gdb.dlang/properties.exp: New file.
5012
06e635ef
SL
50132015-10-02 Sandra Loosemore <sandra@codesourcery.com>
5014
5015 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
5016 whether or not address 0x1000 is mapped on the target.
5017
e019fd1d
SM
50182015-09-30 Simon Marchi <simon.marchi@ericsson.com>
5019
5020 * gdb.python/py-type.exp: Do not run tests if binaries fail to
5021 build.
5022
77ba2a67
MM
50232015-09-30 Markus Metzger <markus.t.metzger@intel.com>
5024
5025 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
5026 instruction-history test.
5027
c60eb31f
DE
50282015-09-28 Doug Evans <dje@google.com>
5029
5030 * gdb.base/gcore.c (array_func): Add reference to static_array.
5031
9a3c8263
SM
50322015-09-25 Simon Marchi <simon.marchi@ericsson.com>
5033
5034 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
5035 source line.
5036
9720e656
SL
50372015-09-24 Sandra Loosemore <sandra@codesourcery.com>
5038
5039 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
5040 short or char as base type.
5041
938d3bf2
SL
50422015-09-23 Sandra Loosemore <sandra@codesourcery.com>
5043
5044 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
5045 to allow any size enum.
5046
e6c2c623
PMR
50472015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
5048
5049 * gdb.ada/array_ptr_renaming.exp: New testcase.
5050 * gdb.ada/array_ptr_renaming/foo.adb: New file.
5051 * gdb.ada/array_ptr_renaming/pack.ads: New file.
5052
06da0f77
PL
50532015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5054
5055 * gdb.trace/ftrace-lock.c: New file.
5056 * gdb.trace/ftrace-lock.exp: New file.
5057
4f51c22a
PL
50582015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5059
5060 * gdb.arch/insn-reloc.c: New file.
5061 * gdb.arch/ftrace-insn-reloc.exp: New file.
5062
7041adf4
PL
50632015-09-21 Pierre Langlois <pierre.langlois@arm.com>
5064
5065 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
5066 instruction.
5067 * gdb.trace/pendshr1.c (pendfunc): Likewise.
5068 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
5069 * gdb.trace/range-stepping.c: Likewise.
5070 * gdb.trace/trace-break.c: Likewise.
5071 * gdb.trace/trace-mt.c (thread_function): Likewise.
5072 * gdb.trace/ftrace.c (marker): Likewise.
5073 * gdb.trace/trace-condition.c (marker): Likewise.
5074 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
5075 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
5076 is_aarch64_target.
5077
015d2e7e
DE
50782015-09-18 Doug Evans <xdje42@gmail.com>
5079
5080 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
5081 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
5082
26b188a2
SL
50832015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5084
5085 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
5086 the breakpoint.
5087
79dc332b
SL
50882015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5089
5090 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
5091 the pending breakpoint. Remove timeout override for "Run till
5092 MI pending breakpoint on pendfunc3 on thread 2" test.
5093
f57929f2
SL
50942015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5095
5096 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
5097 filename pattern.
5098
3f469b17
SL
50992015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5100
5101 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
5102 in breakpoint filename pattern.
5103
515b89b3
SL
51042015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5105
7800dbe4
SL
5106 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
5107
51082015-09-18 Sandra Loosemore <sandra@codesourcery.com>
5109
515b89b3
SL
5110 * gdb.linespec/explicit.exp: Check for readline support for
5111 tab-completion tests. Fix obvious typo.
5112
d2939ba2
MM
51132015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5114
5115 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
5116 and replay.
5117
cbb55fa7
MM
51182015-09-18 Markus Metzger <markus.t.metzger@intel.com>
5119
5120 * gdb.btrace/non-stop.c: New.
5121 * gdb.btrace/non-stop.exp: New.
5122
43691ca1
PL
51232015-09-17 Pierre Langlois <pierre.langlois@arm.com>
5124 Yao Qi <yao.qi@linaro.org>
5125
5126 * gdb.trace/trace-condition.c: New file.
5127 * gdb.trace/trace-condition.exp: New file.
5128
d78908cf
WW
51292015-09-16 Wei-cheng Wang <cole945@gmail.com>
5130
5131 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
5132 for testing bytecode compilation.
5133
1ed415e2
PA
51342015-09-16 Pedro Alves <palves@redhat.com>
5135 Sandra Loosemore <sandra@codesourcery.com>
5136
5137 * gdb.threads/non-stop-fair-events.c (timeout): New global.
5138 (SECONDS): Redefine.
5139 (main): Call pthread_kill and alarm early.
5140 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5141 support.
5142 (test): If the target can't hardware step and doesn't support
5143 displaced stepping, increase the timeout.
5144
d136eff5
PA
51452015-09-16 Pedro Alves <palves@redhat.com>
5146
5147 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5148 (enable_debug): New procedures.
5149 (test): Use them. Bail out if waiting for threads fails.
5150 (top level): Bail out if a test fails.
5151
991f019c
YQ
51522015-09-16 Yao Qi <yao.qi@linaro.org>
5153
5154 * gdb.asm/asm-source.exp: Set asm-arch for
5155 aarch64*-*-* target.
5156 * gdb.asm/aarch64.inc: New file.
5157
bfca584f
PMR
51582015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5159
5160 * gdb.ada/array_of_variable_length.exp: New testcase.
5161 * gdb.ada/array_of_variable_length/foo.adb: New file.
5162 * gdb.ada/array_of_variable_length/pck.adb: New file.
5163 * gdb.ada/array_of_variable_length/pck.ads: New file.
5164
b326e587
DE
51652015-09-15 Doug Evans <dje@google.com>
5166
5167 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5168 of function static local variable.
5169
5382cfab
PW
51702015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5171
5172 * gdb.threads/tls-so_extern.exp: New test file.
5173 * gdb.threads/tls-so_extern.c: New test file.
5174 * gdb.threads/tls-so_extern_main.c: New test file.
5175
141c5cc4
JK
51762015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5177
5178 * gdb.opt/solib-intra-step-lib.c: New file.
5179 * gdb.opt/solib-intra-step-main.c: New file.
5180 * gdb.opt/solib-intra-step.exp: New file.
5181
d15dcecd
PA
51822015-09-15 Pedro Alves <palves@redhat.com>
5183
5184 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5185 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5186
4c2f2a79
PA
51872015-09-14 Pedro Alves <palves@redhat.com>
5188
5189 * gdb.base/hook-stop-continue.c: Delete.
5190 * gdb.base/hook-stop-continue.exp: Delete.
5191 * gdb.base/hook-stop-frame.c: Delete.
5192 * gdb.base/hook-stop-frame.exp: Delete.
5193 * gdb.base/hook-stop.c: New file.
5194 * gdb.base/hook-stop.exp: New file.
5195
919e6dbe
PMR
51962015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5197
5198 * gdb.ada/access_to_packed_array.exp: New testcase.
5199 * gdb.ada/access_to_packed_array/foo.adb: New file.
5200 * gdb.ada/access_to_packed_array/pack.adb: New file.
5201 * gdb.ada/access_to_packed_array/pack.ads: New file.
5202
157280a4
MM
52032015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5204
5205 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5206 buffer size test.
5207
2fd33e94
DB
52082015-09-11 Don Breazeal <donb@codesourcery.com>
5209
5210 * gdb.base/foll-exec.c: Add copyright header. Fix
5211 formatting issues.
5212 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5213 (do_exec_tests): Use clean_restart in place of zap_session,
5214 and for test initialization. Fix formatting issues. Use
5215 fail in place of perror.
5216 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5217 an expect statement to match an expression with output from
5218 the program under debug.
5219 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5220 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5221 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5222 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5223 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5224
e70b6e8e
DE
52252015-09-09 Doug Evans <dje@google.com>
5226
5227 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5228
7a551a51
DE
52292015-09-09 Doug Evans <dje@google.com>
5230
5231 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5232
4c666f84
DE
52332015-09-09 Doug Evans <dje@google.com>
5234
5235 * gdb.base/savedregs.exp: Fix typo.
5236
243a9253
PA
52372015-09-09 Pedro Alves <palves@redhat.com>
5238
5239 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5240
c0fa8fbd
SL
52412015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5242
5243 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5244 command actually switches threads. Give up on remaining
5245 tests if target fails to stop at breakpoint.
5246
cd7c1778
PMR
52472015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5248
5249 * gdb.ada/funcall_char.exp: New testcase.
5250 * gdb.ada/funcall_char/foo.adb: New file.
5251
dc5c8746
PMR
52522015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5253
5254 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5255 expected outputs. Add two testcases for completing ambiguous
5256 functions.
5257 * gdb.ada/complete/aux_pck.adb: New file.
5258 * gdb.ada/complete/aux_pck.ads: New file.
5259 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5260 Ambiguous_Func functions.
5261 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5262 * gdb.ada/complete/pck.adb: Likewise.
5263
4e83a1e7
UW
52642015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5265
5266 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5267 failures to run the test program under GDB.
5268
8ce74153
LM
52692015-08-26 Luis Machado <lgustavo@codesourcery.com>
5270
5271 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5272 to C.
5273
e9756d52
PP
52742015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5275
5276 * gdb.base/run-after-attach.exp: New test file.
5277 * gdb.base/run-after-attach.c: New test file.
5278
8d37573b
DB
52792015-08-26 Don Breazeal <donb@codesourcery.com>
5280
5281 * gdb.base/foll-exec-2.c: New test program.
5282 * gdb.base/foll-exec-2.exp: New test.
5283
63e43d3a
PMR
52842015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5285
5286 * gdb.base/nested-subp1.exp: New file.
5287 * gdb.base/nested-subp1.c: New file.
5288 * gdb.base/nested-subp2.exp: New file.
5289 * gdb.base/nested-subp2.c: New file.
5290 * gdb.base/nested-subp3.exp: New file.
5291 * gdb.base/nested-subp3.c: New file.
5292
3d40fbb5
PA
52932015-08-24 Pedro Alves <palves@redhat.com>
5294
5295 * gdb.server/connect-without-multi-process.c: New file.
5296 * gdb.server/connect-without-multi-process.exp: New file.
5297
4422ac93
LM
52982015-08-24 Luis Machado <lgustavo@codesourcery.com>
5299
5300 * gdb.opt/inline-markers.c: Make z int.
5301
91dddb86
LM
53022015-08-24 Luis Machado <lgustavo@codesourcery.com>
5303
5304 * gdb.opt/inline-markers.c: Make z volatile.
5305
a48847ee
LM
53062015-08-24 Luis Machado <lgustavo@codesourcery.com>
5307
5308 * gdb.opt/inline-bt.c: New volatile global z.
5309 * gdb.opt/inline-cmds.c: Likewise.
5310 * gdb.opt/inline-locals.c: Likewise.
5311 * gdb.opt/inline-markers.c: New extern global z.
5312 (marker): Use z.
5313 (inline_fn): Likewise.
5314
0ebbc52b
PA
53152015-08-24 Pedro Alves <palves@redhat.com>
5316
5317 * config/m32r-stub.exp: Remove file.
5318 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5319 * gdb.base/call-rt-st.exp: Likewise.
5320 * gdb.base/call-strs.exp: Likewise.
5321 * gdb.base/default.exp: Remove references to h8300-*-hms and
5322 *-*-udi*.
5323 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5324
77c365df
AA
53252015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5326
5327 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5328 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5329 and "return" use KFAIL when GDB can not read/write the vector
5330 return value.
5331
4313b8c0
GB
53322015-08-21 Gary Benson <gbenson@redhat.com>
5333
5334 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5335
0e433b32
PA
53362015-08-20 Pedro Alves <palves@redhat.com>
5337
5338 * gdb.server/solib-list.exp: No longer expect an interior stop in
5339 non-stop mode.
5340
221e1a37
PA
53412015-08-20 Pedro Alves <palves@redhat.com>
5342
5343 * gdb.server/connect-stopped-target.c: New file.
5344 * gdb.server/connect-stopped-target.exp: New file.
5345
40e3ad0e
PA
53462015-08-20 Pedro Alves <palves@redhat.com>
5347
5348 * gdb.dwarf2/comp-unit-lang.exp: New file.
5349 * gdb.dwarf2/comp-unit-lang.c: New file.
5350
af39b327
PMR
53512015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5352
5353 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5354 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5355
7d45c7c3 53562015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5357
7d45c7c3
KB
5358 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5359 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5360
4d6cceb4
DE
53612015-08-18 Doug Evans <dje@google.com>
5362 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5363
5364 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5365 skip_python_tests. New arg prompt_regexp.
5366 (skip_python_tests): New function.
5367 * lib/mi-support.exp (mi_skip_python_tests): New function.
5368 * gdb.python/py-mi-objfile-gdb.py: New file.
5369 * gdb.python/py-mi-objfile.c: New file.
5370 * gdb.python/py-mi-objfile.exp: New file.
5371
ad89c2aa
KS
53722015-08-17 Keith Seitz <keiths@redhat.com>
5373
5374 * gdb.linespec/explicit.exp: Move strace test from here ...
5375 * gdb.trace/strace.exp: ... to here.
5376
e3ae3c43
PP
53772015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5378
5379 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5380 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5381
604b2636
DE
53822015-08-14 Doug Evans <xdje42@gmail.com>
5383
5384 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5385 inferior before selecting a new file.
5386
6ff0ba5f
DE
53872015-08-14 Doug Evans <xdje42@gmail.com>
5388
5389 * gdb.mi/mi-disassemble.exp: Update.
5390 * gdb.base/disasm-optim.S: New file.
5391 * gdb.base/disasm-optim.c: New file.
5392 * gdb.base/disasm-optim.h: New file.
5393 * gdb.base/disasm-optim.exp: New file.
5394
9ca98f92
KS
53952015-08-14 Keith Seitz <keiths@redhat.com>
5396
5397 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5398 "evaluated-by".
5399
52bbc560
JB
54002015-08-13 Joel Brobecker <brobecker@adacore.com>
5401
5402 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5403
5d8c3ed3
PMR
54042015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5405
5406 * gdb.ada/fun_renaming.exp: New testcase.
5407 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5408 * gdb.ada/fun_renaming/pack.adb: New file.
5409 * gdb.ada/fun_renaming/pack.ads: New file.
5410
ea8812bc
KS
54112015-08-12 Keith Seitz <keiths@redhat.com>
5412
5413 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5414 gdb_get_line_number.
5415
4dafcdeb
JB
54162015-08-12 Joel Brobecker <brobecker@adacore.com>
5417
5418 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5419 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5420 gdb.base/dso2dso.exp: New files.
5421
5ba32597
SDJ
54222015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5423 Pedro Alves <palves@redhat.com>
5424 Keith Seitz <keiths@redhat.com>
5425
5426 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5427 GDBFLAGS.
5428
b6dafabf
PP
54292015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5430
5431 * gdb.base/gdbhistsize-history.exp
5432 (test_histsize_history_setting): Use save_vars.
5433 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5434 Use save_vars.
5435 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5436 * gdb.base/readline.exp: Use save_vars.
5437
abe8e607
PP
54382015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5439
5440 * lib/gdb.exp (save_vars): New proc.
5441
629500fa
KS
54422015-08-11 Keith Seitz <keiths@redhat.com>
5443
5444 * gdb.base/help.exp: Update help_breakpoint_text.
5445
eb8c4e2e
KS
54462015-08-11 Keith Seitz <keiths@redhat.com>
5447
5448 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5449 (at toplevel): Call test_explicit_breakpoints.
5450 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5451 breakpoints.
5452 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5453 breakpoint conditions, "-cond".
5454
87f0e720
KS
54552015-08-11 Keith Seitz <keiths@redhat.com>
5456
5457 * gdb.linespec/3explicit.c: New file.
5458 * gdb.linespec/cpexplicit.cc: New file.
5459 * gdb.linespec/cpexplicit.exp: New file.
5460 * gdb.linespec/explicit.c: New file.
5461 * gdb.linespec/explicit.exp: New file.
5462 * gdb.linespec/explicit2.c: New file.
5463 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5464 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5465 before using in the matching pattern.
5466 Clarify that `prefix' is a regular expression.
5467
f00aae0f
KS
54682015-08-11 Keith Seitz <keiths@redhat.com>
5469
5470 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5471 test.
5472 Add tests for missing ",FMT" and ",".
5473
e27852be
DE
54742015-08-10 Doug Evans <dje@google.com>
5475 Keith Seitz <keiths@redhat.com>
5476
5477 PR gdb/17960
5478 * gdb.base/completion.exp: Add location completer tests.
5479
7f03bd92
PA
54802015-08-07 Pedro Alves <palves@redhat.com>
5481
5482 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5483 tests here.
5484 (top level): Run do_test with and without displaced stepping.
5485
3fc8eb30
PA
54862015-08-07 Pedro Alves <palves@redhat.com>
5487
5488 * gdb.base/valgrind-disp-step.c: New file.
5489 * gdb.base/valgrind-disp-step.exp: New file.
5490
d4569d7b
PA
54912015-08-07 Pedro Alves <palves@redhat.com>
5492
5493 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5494 Delete function.
5495 (main): Add alarm. Run an infinite loop instead of calling
5496 wait_threads.
5497 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5498 comment.
5499 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5500 Delete function.
5501 (main): Add alarm. Run an infinite loop instead of calling
5502 wait_threads.
5503 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5504 comment.
5505
e1316e60
PA
55062015-08-07 Pedro Alves <palves@redhat.com>
5507
5508 * gdb.base/checkpoint-ns.exp: New file.
5509 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5510 standard_testfile.
5511
da8c46d2
MM
55122015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5513
5514 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5515 * gdb.btrace/instruction_history.exp: Update.
5516 * gdb.btrace/tsx.exp: New.
5517 * gdb.btrace/tsx.c: New.
5518
de1c2c52
PA
55192015-08-06 Pedro Alves <palves@redhat.com>
5520
5521 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5522 increase timeout.
5523 * gdb.reverse/until-precsave.exp: Bump timeouts.
5524
782e0bf4
PA
55252015-08-06 Pedro Alves <palves@redhat.com>
5526
5527 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5528
83e97ed0
PA
55292015-08-06 Pedro Alves <palves@redhat.com>
5530
5531 PR gdb/18749
5532 * gdb.threads/process-dies-while-handling-bp.c: New file.
5533 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5534
863d01bd
PA
55352015-08-06 Pedro Alves <palves@redhat.com>
5536
5537 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5538 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5539
0a39bb32
PA
55402015-08-05 Pedro Alves <palves@redhat.com>
5541
5542 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5543 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5544
ee2d2b10
SL
55452015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5546
5547 * gdb.base/bp-permanent.exp: Report test as unsupported if
5548 the target cannot stop at the permanent breakpoint.
5549
4e1bdb00
DE
55502015-08-03 Doug Evans <dje@google.com>
5551
5552 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5553 10000.
5554
3d338901
DE
55552015-08-03 Doug Evans <dje@google.com>
5556
5557 * Makefile.in (workers/%.worker, build-perf): New rule.
5558 (GDB_PERFTEST_MODE): New variable.
5559 (check-perf): Use it.
5560 (clean): Clean up gdb.perf parallel build subdirs.
5561 * lib/build-piece.exp: New file.
5562 * lib/gdb.exp (make_gdb_parallel_path): New function
5563 (standard_output_file, standard_temp_file): Call it.
5564 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5565 of $GDB_PARALLEL.
5566 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5567
af061d3e
DE
55682015-08-03 Doug Evans <dje@google.com>
5569
8e1afc81 5570 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
5571 (LOG_FILE_NAME): New global.
5572 (TextReporter.__init__): Initialize self.txt_sum.
5573 (TextReporter.report): Add support for multiple data-points.
5574 Move report to perftest.sum, put raw data in perftest.log.
5575 (TextReporter.start): Open sum and log files.
5576 (TextReporter.end): Close sum and log files.
8e1afc81
DE
5577 * gdb.perf/lib/perftest/testresult.py
5578 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 5579
2c8c5d37
PA
55802015-07-31 Pedro Alves <palves@redhat.com>
5581
5582 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5583 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5584 kill_wait_spawned_process instead of explicit "kill -9".
5585 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5586 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5587 kill_wait_spawned_process.
5588 * gdb.base/attach-twice.exp: Likewise.
5589 * gdb.base/attach.exp: Likewise.
5590 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5591 gdb_test_multiple.
5592 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5593 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5594 kill_wait_spawned_process.
5595 * gdb.base/valgrind-infcall.exp: Likewise.
5596 * gdb.multi/multi-attach.exp: Likewise.
5597 * gdb.python/py-prompt.exp: Likewise.
5598 * gdb.python/py-sync-interp.exp: Likewise.
5599 * gdb.server/ext-attach.exp: Likewise.
5600 * gdb.threads/attach-into-signal.exp (corefunc): Use
5601 spawn_wait_for_attach, spawn_id_get_pid and
5602 kill_wait_spawned_process.
5603 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5604 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5605 spawn_id_get_pid and kill_wait_spawned_process.
5606 * gdb.threads/attach-stopped.exp (corefunc): Use
5607 spawn_wait_for_attach, spawn_id_get_pid and
5608 kill_wait_spawned_process.
5609 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5610 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5611 kill_wait_spawned_process instead of explicit "kill -9".
5612 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5613 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5614 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5615 processes. Don't map cygwin/windows pids here. Now returns a
5616 spawn id list.
5617
032a0fca
SL
56182015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5619
5620 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5621 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5622 correct patch.
5623
61a934ca
SL
56242015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5625
5626 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5627
4bc4d428
SL
56282015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5629
5630 Reapply:
5631 2014-05-21 Mark Wielaard <mjw@redhat.com>
5632
5633 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5634
998d452a
PA
56352015-07-30 Pedro Alves <palves@redhat.com>
5636
5637 * linux-low.c (handle_extended_wait): Set the child's last
5638 reported status to TARGET_WAITKIND_STOPPED.
5639
69dde7dc
PA
56402015-07-30 Pedro Alves <palves@redhat.com>
5641
5642 PR threads/18600
5643 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5644 only shows inferior 1.
5645
4dd63d48
PA
56462015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5647 Pedro Alves <palves@redhat.com>
5648
5649 PR threads/18600
5650 * gdb.threads/fork-plus-threads.c: New file.
5651 * gdb.threads/fork-plus-threads.exp: New file.
5652
d618e4c5
PP
56532015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5654
5655 * gdb.base/batch-preserve-term-settings.exp
5656 (test_terminal_settings_preserved_after_cli_exit): Use
5657 send_quit_command.
5658
1eef6428
PA
56592015-07-29 Pedro Alves <palves@redhat.com>
5660 Don Breazeal <donb@codesourcery.com>
5661
5662 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5663 output from both inferior_spawn_id and gdb_spawn_id.
5664
7da5b897
SDJ
56652015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5666
5667 * gdb.threads/attach-into-signal.exp (corefunc): Use
5668 with_test_prefix on nested loops, uniquefying the test messages.
5669
dac804df
SDJ
56702015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5671
5672 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5673 commit.
5674
06265e53
PP
56752015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5676
5677 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5678 New proc.
5679 (test_terminal_settings_preserved_after_sigterm): New test.
5680
18206ca3
PP
56812015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5682
5683 * gdb.base/batch-preserve-term-settings.exp
5684 (test_terminal_settings_preserved_after_cli_exit): New test.
5685
90074d11
PP
56862015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5687
5688 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5689 manipulation of saved_gdbflags.
5690 (test_terminal_settings_preserved): Remove global declaration of
5691 the unused variable pagination_prompt. Remove manipulation of
5692 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5693 GDBFLAGS.
5694
eb1a7902
PA
56952015-07-29 Pedro Alves <palves@redhat.com>
5696
5697 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5698
8b75dd3b
PA
56992015-07-29 Pedro Alves <palves@redhat.com>
5700
5701 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5702 at the top.
5703
dedad4e3
PA
57042015-07-29 Pedro Alves <palves@redhat.com>
5705
5706 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5707 (main): Call gdb_unbuffer_output.
5708 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5709 (main): Call gdb_unbuffer_output.
5710 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5711 (main): Call gdb_unbuffer_output.
5712 * gdb.base/call-strs.exp: Adjust to step over the
5713 gdb_unbuffer_output call.
5714 * gdb.base/catch-gdb-caused-signals.c: Include
5715 "../lib/unbuffer_output.c".
5716 (main): Call gdb_unbuffer_output.
5717 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5718 (main): Call gdb_unbuffer_output.
5719 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5720 (main): Call gdb_unbuffer_output.
5721 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5722 (main): Call gdb_unbuffer_output.
5723 * gdb.base/shlib-call.exp: Adjust to step over the
5724 gdb_unbuffer_output call.
5725 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5726 (main): Call gdb_unbuffer_output.
5727 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5728 (main): Call gdb_unbuffer_output.
5729 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5730 (main): Rename to ...
5731 (test): ... this.
5732 (main): Reimplement.
5733 * gdb.base/varargs.exp: Run to test instead of to main.
5734 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5735 (main): Call gdb_unbuffer_output.
5736
58789a91
PA
57372015-07-29 Pedro Alves <palves@redhat.com>
5738
5739 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5740 factore out from mi_continue_dprintf. For call-style dprintfs,
5741 expect dprintf output out of $inferior_spawn_id.
5742 (mi_continue_dprintf): Use mi_expect_dprintf.
5743 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5744 (main): Call gdb_unbuffer_output.
5745
e8376742
PA
57462015-07-29 Pedro Alves <palves@redhat.com>
5747
5748 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5749 (default_mi_gdb_start): Set inferior_spawn_id instead of
5750 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5751 gdb_spawn_id.
5752 (mi_gdb_test): Always expect inferior output from both
5753 $inferior_spawn_id and $gdb_spawn_id.
5754
08280010
PA
57552015-07-29 Pedro Alves <palves@redhat.com>
5756
5757 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5758 send_inferior and $inferior_spawn_id.
5759
4d30e432
PA
57602015-07-29 Pedro Alves <palves@redhat.com>
5761
5762 * gdb.gdb/complaints.exp (test_initial_complaints)
5763 (test_serial_complaints, test_short_complaints): Use
5764 gdb_test_stdio.
5765 (test_empty_complaint): Handle $inferior_spawn_id !=
5766 $gdb_spawn_id.
5767
0d30a335
PA
57682015-07-29 Pedro Alves <palves@redhat.com>
5769
5770 * gdb.base/varargs.exp: Use gdb_test_stdio.
5771
39413b29
PA
57722015-07-29 Pedro Alves <palves@redhat.com>
5773
5774 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5775
7cb000a9
PA
57762015-07-29 Pedro Alves <palves@redhat.com>
5777
5778 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5779
d7b8ac82
PA
57802015-07-29 Pedro Alves <palves@redhat.com>
5781
5782 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5783 parameter into two new parameters, "inf_result" and "gdb_result".
5784 Expect inferior output and gdb output from $inferior_spawn_id and
5785 $gdb_spawn_id, respectively. Adjust all callers.
5786
789c3a0c
PA
57872015-07-29 Pedro Alves <palves@redhat.com>
5788
5789 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5790 of gdb_test_sequence.
5791
77e760c3
PA
57922015-07-29 Pedro Alves <palves@redhat.com>
5793
5794 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5795 (saw_spurious_output): Expect inferior output from
5796 $inferior_spawn_id. Use gdb_test_stdio.
5797
8396d2cd
PA
57982015-07-29 Pedro Alves <palves@redhat.com>
5799
5800 * gdb.base/dprintf.exp: Use standard_testfile. Change
5801 prepare_for_testing call.
5802 (srcfile): Don't set.
5803 (restart): New procedure.
5804 (test_dprintf): New procecure, use to continue over dprintfs.
5805 (test_call, test_agent): New procedures, tests moved here.
5806 Restart gdb and recreate dprintfs. Adjust expected output.
5807
2051d61f
PA
58082015-07-29 Pedro Alves <palves@redhat.com>
5809
5810 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
5811
452397af
PA
58122015-07-29 Pedro Alves <palves@redhat.com>
5813
5814 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
5815
8aed9555
PA
58162015-07-29 Pedro Alves <palves@redhat.com>
5817
5818 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
5819 gdb_test_stdio.
5820
188a61b4
PA
58212015-07-29 Pedro Alves <palves@redhat.com>
5822
5823 * lib/gdb.exp (gdb_test_stdio): New procedure.
5824
12264a45
PA
58252015-07-29 Pedro Alves <palves@redhat.com>
5826
5827 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
5828
23ffc893
PA
58292015-07-29 Pedro Alves <palves@redhat.com>
5830
5831 * gdb.base/call-signal-resume.exp: Remove check for
5832 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
5833 * gdb.base/unwindonsignal.exp: Likewise.
5834 * gdb.base/call-signals.c (gen_signal): Remove printf call.
5835 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
5836
65566918
PA
58372015-07-29 Pedro Alves <palves@redhat.com>
5838
5839 * gdb.base/siginfo-addr.c (pass): New function.
5840 (handler): Call it iff si_addr is correct.
5841 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
5842 Set a breakpoint at "pass" and continue to it.
5843
d60a9221
SDJ
58442015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
5845
5846 * gdb.python/py-objfile.exp: Make some tests have unique names.
5847 * gdb.python/py-pp-registration.exp: Likewise.
5848
bde40b8f
PA
58492015-07-28 Pedro Alves <palves@redhat.com>
5850
5851 * gdb.server/server-exec-info.exp: Issue a "disconnect".
5852
13e1dec8
SM
58532015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5854
5855 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
5856
da33c9a7
SM
58572015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5858
5859 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
5860
077836f7
PP
58612015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5862
5863 * gdb.base/gdb-sigterm-2.exp: New test.
5864
b8cc7b2e
DE
58652015-07-25 Doug Evans <xdje42@gmail.com>
5866
5867 Revert:
5868 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5869 (workers/%.worker, build-perf): New rule.
5870 (GDB_PERFTEST_MODE): New variable.
5871 (check-perf): Use it.
5872 (clean): Clean up gdb.perf parallel build subdirs.
5873 * lib/build-piece.exp: New file.
5874 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5875 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5876 name.
5877 (standard_temp_file): Ditto.
5878 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5879 of $GDB_PARALLEL.
5880
c8bd4544
DE
58812015-07-24 Doug Evans <dje@google.com>
5882
5883 * gdb.perf/lib/perftest/utils.py: New file.
5884 * gdb.perf/gm-hello.cc: New file.
5885 * gdb.perf/gm-pervasive-typedef.cc: New file.
5886 * gdb.perf/gm-pervasive-typedef.h: New file.
5887 * gdb.perf/gm-std.cc: New file.
5888 * gdb.perf/gm-std.h: New file.
5889 * gdb.perf/gm-use-cerr.cc: New file.
5890 * gdb.perf/gm-utils.h: New file.
5891 * gdb.perf/gmonster-null-lookup.py: New file.
5892 * gdb.perf/gmonster-pervasive-typedef.py: New file.
5893 * gdb.perf/gmonster-print-cerr.py: New file.
5894 * gdb.perf/gmonster-ptype-string.py: New file.
5895 * gdb.perf/gmonster-runto-main.py: New file.
5896 * gdb.perf/gmonster-select-file.py: New file.
5897 * gdb.perf/gmonster1-null-lookup.exp: New file.
5898 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
5899 * gdb.perf/gmonster1-print-cerr.exp: New file.
5900 * gdb.perf/gmonster1-ptype-string.exp: New file.
5901 * gdb.perf/gmonster1-runto-main.exp: New file.
5902 * gdb.perf/gmonster1-select-file.exp: New file.
5903 * gdb.perf/gmonster1.cc: New file.
5904 * gdb.perf/gmonster1.exp: New file.
5905 * gdb.perf/gmonster2-null-lookup.exp: New file.
5906 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
5907 * gdb.perf/gmonster2-print-cerr.exp: New file.
5908 * gdb.perf/gmonster2-ptype-string.exp: New file.
5909 * gdb.perf/gmonster2-runto-main.exp: New file.
5910 * gdb.perf/gmonster2-select-file.exp: New file.
5911 * gdb.perf/gmonster2.cc: New file.
5912 * gdb.perf/gmonster2.exp: New file.
5913
6eab34f3
DE
59142015-07-24 Doug Evans <dje@google.com>
5915
5916 * gdb.perf/README: New file.
5917 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
5918 * lib/gen-perf-test.exp: New file.
5919
63738bfd
DE
59202015-07-24 Doug Evans <dje@google.com>
5921
5922 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
5923 (PerfTest::startup): New function.
5924 (PerfTest::run): Return result of calling body.
5925 (PerfTest::assemble): Rewrite.
5926 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
5927 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
5928 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
5929 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
5930 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
5931
7b606f95
DE
59322015-07-24 Doug Evans <dje@google.com>
5933
5934 * lib/gdb.exp (clean_restart): Make executable optional.
5935
a97b16b8
DE
59362015-07-24 Doug Evans <dje@google.com>
5937
5938 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
5939 compiler_info references.
5940 * gdb.cp/temargs.exp: Ditto.
5941 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
5942 (get_compiler_info): Early exit if already computed. Set compiler_info
5943 to "unknown" if there was a problem.
5944 (test_compiler_info): Add function comment. Call get_compiler_info.
5945
35baa57f
DE
59462015-07-24 Doug Evans <dje@google.com>
5947
5948 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5949 (workers/%.worker, build-perf): New rule.
5950 (GDB_PERFTEST_MODE): New variable.
5951 (check-perf): Use it.
5952 (clean): Clean up gdb.perf parallel build subdirs.
5953 * lib/build-piece.exp: New file.
5954 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5955 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5956 name.
5957 (standard_temp_file): Ditto.
5958 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5959 of $GDB_PARALLEL.
5960
6ebea266
DE
59612015-07-24 Doug Evans <dje@google.com>
5962
5963 * lib/future.exp (gdb_default_target_compile): New option
5964 "early_flags".
5965 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
5966 --as-needed.
5967
1e76a7e9
SDJ
59682015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
5969
5970 * gdb.base/catch-syscall.exp: Call gdb_exit before
5971 gdb_skip_xml_test.
5972
5068630a
PA
59732015-07-24 Pedro Alves <palves@redhat.com>
5974
5975 * gdb.python/py-events.exp: Accept output between the stop event
5976 and the prompt.
5977 * gdb.python/py-evsignal.exp: Likewise.
5978 * gdb.python/py-evthreads.exp: Likewise.
5979
77598427
PA
59802015-07-24 Pedro Alves <palves@redhat.com>
5981
5982 PR gdb/18717
5983 * gdb.threads/non-ldr-exit.c: New file.
5984 * gdb.threads/non-ldr-exit.exp: New file.
5985
11e6c98f
YQ
59862015-07-24 Yao Qi <yao.qi@linaro.org>
5987
5988 * gdb.server/ext-wrapper.exp: Test --wrapper option when
5989 restarting process.
5990
51aee833
YQ
59912015-07-24 Yao Qi <yao.qi@linaro.org>
5992
5993 * gdb.server/ext-restart.exp: New file.
5994
8cfe207c
YQ
59952015-07-24 Yao Qi <yao.qi@linaro.org>
5996
5997 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
5998 argument options.
5999 * gdb.server/ext-wrapper.exp: New file.
6000
cc12ce38
DE
60012015-07-23 Doug Evans <dje@google.com>
6002
6003 * gdb.dwarf2/dw2-dummy-cu.S: New file.
6004 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
6005
d0d84780
PMR
60062015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
6007
6008 * gdb.ada/var_arr_typedef.exp: New testcase.
6009 * gdb.ada/var_arr_typedef/pack.adb: New file.
6010 * gdb.ada/var_arr_typedef/pack.ads: New file.
6011 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
6012
8b558f79
JB
60132015-07-20 Joel Brobecker <brobecker@adacore.com>
6014
6015 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
6016
775a3298
JK
60172015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6018
6019 * gdb.arch/i386-biarch-core.exp: Replace istarget
6020 by "complete set gnutarget". Remove expectation for the "core-file"
6021 command.
6022
db1ff28b
JK
60232015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
6024
6025 Revert the previous commit:
6026 Tests for validate symbol file using build-id.
6027
0a94970d
JK
60282015-07-15 Aleksandar Ristovski <aristovski@qnx.com
6029
6030 Tests for validate symbol file using build-id.
6031 * gdb.base/solib-mismatch-lib.c: New file.
6032 * gdb.base/solib-mismatch-libmod.c: New file.
6033 * gdb.base/solib-mismatch.c: New file.
6034 * gdb.base/solib-mismatch.exp: New file.
6035
03346981
SL
60362015-07-15 Sandra Loosemore <sandra@codesourcery.com>
6037
6038 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
6039 nios2-*-linux*.
6040 * gdb.base/sigbpt.exp (stepi_out): Likewise.
6041 * gdb.base/siginfo.exp: Likewise.
6042 * gdb.base/sigstep.exp (advance, advancei): Likewise.
6043
42422cc7
PL
60442015-07-15 Pierre Langlois <pierre.langlois@arm.com>
6045
6046 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
6047 Move it to ...
6048 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
6049 ... here.
6050 * gdb.trace/range-stepping.exp: Check that the target supports
6051 range stepping.
6052
cfa68bae
JK
60532015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
6054
6055 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
6056
8ffdba26
PA
60572015-07-14 Pedro Alves <palves@redhat.com>
6058
6059 * gdb.base/killed-outside.exp: New file.
6060 * gdb.base/killed-outside.c: New file.
6061
218a5a11
JK
60622015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
6063
6064 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
6065 (n at main): New.
6066 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
6067
e03ed3c6
AA
60682015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
6069
6070 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
6071 infcall tests instead of setting up for KFAIL.
6072
485668e5
MM
60732015-07-10 Markus Metzger <markus.t.metzger@intel.com>
6074
6075 * gdb.btrace/record_goto-step.exp: New.
6076
08464196
JK
60772015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
6078
6079 PR compile/18484
6080 * gdb.compile/compile.c (struct struct_type): Add volatile to
6081 selffield's type.
6082 * gdb.compile/compile.exp
6083 (compile code struct_object.selffield = &struct_object): Skip further
6084 struct_object tests if this one xfails.
6085
bcf5c1d9
RC
60862015-07-08 Robert O'Callahan <robert@ocallahan.org>
6087
6088 PR exp/18617
6089 * gdb.trace/ax.exp: Add test.
6090
4931af25
YQ
60912015-07-07 Yao Qi <yao.qi@linaro.org>
6092
6093 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
6094 instead of istarget "aarch64*-*-*".
6095 * gdb.arch/aarch64-fp.exp: Likewise.
6096 * gdb.base/float.exp: Likewise.
6097 * gdb.reverse/aarch64.exp: Likewise.
6098 * lib/gdb.exp (is_aarch64_target): New proc.
6099
9fcf688e
YQ
61002015-07-07 Yao Qi <yao.qi@linaro.org>
6101
6102 * lib/gdb.exp (is_aarch32_target): New proc.
6103 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
6104 instead of "istarget "arm*-*-*"".
6105 * gdb.arch/arm-disp-step.exp: Likewise.
6106 * gdb.arch/thumb-bx-pc.exp: Likewise.
6107 * gdb.arch/thumb-prologue.exp: Likewise.
6108 * gdb.arch/thumb-singlestep.exp: Likewise.
6109 * gdb.base/disp-step-syscall.exp: Likewise.
6110 * gdb.base/float.exp: Likewise.
6111
fbd8d50d
YQ
61122015-07-07 Yao Qi <yao.qi@linaro.org>
6113
6114 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
6115 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
6116
71be1fdc
YQ
61172015-07-07 Yao Qi <yao.qi@linaro.org>
6118
6119 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
6120 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
6121 if it exists.
6122 * gdb.multi/multi-arch.exp: Likewise.
6123
3e221d36
SM
61242015-07-07 Simon Marchi <simon.marchi@ericsson.com>
6125
6126 * gdb.python/py-lazy-string.exp: Add missing parentheses to
6127 print.
6128
d441430b
YQ
61292015-07-07 Yao Qi <yao.qi@linaro.org>
6130
6131 * gdb.arch/thumb-singlestep.exp: Do one more single step.
6132
06f810bd
MG
61332015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
6134
6135 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
6136 '[' and ']' characters.
6137
5e61e7c0
IB
61382015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
6139
6140 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6141
28bf096c
PA
61422015-06-29 Pedro Alves <palves@redhat.com>
6143
6144 PR threads/18127
6145 * gdb.threads/hand-call-new-thread.c: New file.
6146 * gdb.threads/hand-call-new-thread.c: New file.
6147
ee93cd5e
KS
61482015-06-26 Keith Seitz <keiths@redhat.com>
6149 Doug Evans <dje@google.com>
6150
6151 PR 16253
6152 * gdb.cp/var-tag-2.cc: New file.
6153 * gdb.cp/var-tag-3.cc: New file.
6154 * gdb.cp/var-tag-4.cc: New file.
6155 * gdb.cp/var-tag.cc: New file.
6156 * gdb.cp/var-tag.exp: New file.
6157
fc637f04
PP
61582015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6159
6160 * gdb.base/history-duplicates.exp: New test.
6161
2e52ae68
PP
61622015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6163
6164 * gdb.base/completion.exp: Test the completion of the "focus"
6165 command.
6166
6e22494e
JK
61672015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6168
6169 * gdb.arch/amd64-prologue-skip.S: New file.
6170 * gdb.arch/amd64-prologue-skip.exp: New file.
6171
bf7b9cd9
SM
61722015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6173
6174 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6175 is_address_zero_readable check.
6176
201e8dfd
PB
61772015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6178
6179 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6180 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6181
5cd867b4
YQ
61822015-06-24 Yao Qi <yao.qi@linaro.org>
6183
6184 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6185 linux targets.
6186
4d7be007
YQ
61872015-06-24 Yao Qi <yao.qi@linaro.org>
6188
6189 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6190 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6191 * gdb.base/siginfo-thread.exp: Likewise.
6192
07fcd301
YQ
61932015-06-22 Yao Qi <yao.qi@linaro.org>
6194
6195 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6196
52042a00
YQ
61972015-06-22 Yao Qi <yao.qi@linaro.org>
6198
6199 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6200 aarch64*-*-*.
6201 (skip_hw_watchpoint_tests): Likewise.
6202
74bd41ce
PP
62032015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6204
6205 * gdb.base/gdbinit-history.exp: Test the interaction between
6206 setting GDBHISTSIZE and setting the history size via .gdbinit.
6207
bc460514
PP
62082015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6209
6210 PR gdb/16999
6211 * gdb.base/gdbhistsize-history.exp: New test.
6212
b58c513b
PP
62132015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6214
6215 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6216 with GDBHISTSIZE.
6217 * gdb.base/readline.exp: Likewise.
6218
92046791
YQ
62192015-06-17 Yao Qi <yao.qi@linaro.org>
6220
6221 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6222 line.
6223
2093d2d3
PP
62242015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6225
6226 * gdb.base/gdbinit-history.exp: Add test case to check that
6227 an unlimited history file does not get truncated on exit.
6228
e6c693af
AA
62292015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6230
6231 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6232 (VECTOR): New macro. Use it...
6233 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6234 ...for these typedefs.
6235 (int8, char1, int1, double1): New typedefs.
6236 (struct just_int2, struct two_int2): New structures.
6237 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6238 (add_structvecs, add_singlevecs): New functions.
6239 (main): Call add_some_intvecs twice.
6240 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6241 the compile and exit upon failure. Try compiling for the "native"
6242 architecture. Test inferior function calls with vector arguments
6243 and vector return value handling with "finish" and "return".
6244
c74f7d1c
JT
62452015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6246
6247 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6248 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6249 PE file.
6250 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6251
98aa42ee
AT
62522015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6253
6254 PR breakpoints/16465
6255 * gdb.mi/mi-dprintf-pending.c: New file.
6256 * gdb.mi/mi-dprintf-pending.exp: New test.
6257 * gdb.mi/mi-dprintf-pendshr.c: New file.
6258
7d73c23c 62592015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6260 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6261
6262 * gdb.arch/i386-mpx-map.c: New file.
6263 * gdb.arch/i386-mpx-map.exp: New File.
6264
62652015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6266
6267 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6268 * gdb.arch/i386-mpx.exp: Indentation fixed.
6269
62702015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6271
6272 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6273 function and improved indentation.
6274 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6275 gdb_test_multiple. Added additional tests to skip the test.
6276
62772015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6278
6279 * gdb.arch/i386-avx512.c: Change path in include file.
6280 * gdb.arch/i386-avx512.exp: Change include dir path
6281 compilation flag.
6282 * gdb.arch/i386-mpx.c: Change path in include file.
6283 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6284 flag.
6285
d5eba19a
JK
62862015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6287
6288 * gdb.compile/compile-print.exp (compile print *vararray@3)
6289 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6290
7f361056
JK
62912015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6292
6293 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6294 (do not keep jit in memory): ... this.
6295 (expect 5): Change it to ...
6296 (expect no 5): ... this.
6297
3b462ec2
SM
62982015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6299
6300 PR gdb/15564
6301 * gdb.mi/mi-detach.exp: New file.
6302
e0619de6
JK
63032015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6304
6305 PR symtab/18392
6306 * gdb.arch/amd64-tailcall-self.S: New file.
6307 * gdb.arch/amd64-tailcall-self.c: New file.
6308 * gdb.arch/amd64-tailcall-self.exp: New file.
6309
e970cb34
DB
63102015-05-28 Don Breazeal <donb@codesourcery.com>
6311
6312 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6313 tests for remote targets by checking is_target_gdbserver.
6314
b2e2f908
DE
63152015-05-27 Doug Evans <dje@google.com>
6316
6317 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6318 * gdb.dwarf2/opaque-type-lookup.c: New file.
6319 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6320
82c7be31
DE
63212015-05-26 Doug Evans <dje@google.com>
6322
6323 * gdb.cp/iostream.cc: New file.
6324 * gdb.cp/iostream.exp: New file.
6325
b4f54984
DE
63262015-05-26 Doug Evans <dje@google.com>
6327
6328 * gdb.dwarf2/dw2-op-call.exp: Update.
6329 * gdb.dwarf2/dw4-sig-types.exp: Update.
6330 * gdb.dwarf2/implptr.exp: Update.
6331 * gdb.mi/mi-cmd-param-changed.exp: Update.
6332
4ea6efe9
DE
63332015-05-26 Doug Evans <dje@google.com>
6334
6335 * gdb.python/py-lazy-string.c: New file.
6336 * gdb.python/py-lazy-string.exp: New file.
6337 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6338 (main): Update. Add estring3.
6339 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6340 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6341
f6bb7db3
YQ
63422015-05-26 Omair Javaid <omair.javaid@linaro.org>
6343 Yao Qi <yao.qi@linaro.org>
6344
6345 * gdb.reverse/aarch64.c: New.
6346 * gdb.reverse/aarch64.exp: New.
6347
a81bfbd0
OJ
63482015-05-26 Omair Javaid <omair.javaid@linaro.org>
6349
25d49b86
PA
6350 * lib/gdb.exp (supports_process_record): Return true for
6351 aarch64*-linux*.
a81bfbd0
OJ
6352 (supports_reverse): Likewise.
6353
158bf1b4
PP
63542015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6355
6356 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6357 Use with_test_prefix.
6358
a0145030
AB
63592015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6360
6361 * gdb.base/completion.exp: Add test for completion of layout
6362 names.
6363
ebe3b578
AB
63642015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6365
6366 * lib/gdb.exp (skip_tui_tests): New proc.
6367 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6368
84204ed7
PA
63692015-05-19 Pedro Alves <palves@redhat.com>
6370
6371 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6372 Save the whole env array instead of just HOME. Unset HISTSIZE in
6373 the environment while testing. Restore whole environment
6374 afterwards.
6375
37442ce1
DE
63762015-05-16 Doug Evans <xdje42@gmail.com>
6377
6378 * gdb.guile/scm-ports.c: New file.
6379 * gdb.guile/scm-ports.exp: Add memory port tests.
6380
36de76f9
JK
63812015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6382
6383 * gdb.compile/compile-print.c: New file.
6384 * gdb.compile/compile-print.exp: New file.
6385
3a9558c4
JK
63862015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6387
6388 * gdb.compile/compile-ops.exp: Cast param to void.
6389 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6390 (compile code struct_object.selffield = &struct_object): Add xfail.
6391
aa715135
JG
63922015-05-15 Joel Brobecker <brobecker@adacore.com>
6393
6394 * gdb.ada/arr_enum_with_gap: New testcase.
6395
931e5bc3
JG
63962015-05-15 Joel Brobecker <brobecker@adacore.com>
6397
6398 * gdb.ada/byte_packed_arr: New testcase.
6399
9cd4d857
JB
64002015-05-15 Joel Brobecker <brobecker@adacore.com>
6401
6402 * gdb.ada/pckd_neg: New testcase.
6403
ebfd00d2
PP
64042015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6405
6406 PR gdb/17820
6407 * gdb.base/gdbinit-history.exp: New test.
6408 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6409 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6410
4c082a81
SC
64112015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6412
6413 * gdb.python/py-xmethods.cc: Enhance test case.
6414 * gdb.python/py-xmethods.exp: New tests.
6415 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6416 function.
6417 (B_indexoper): Likewise.
6418 (global_dm_list) : Add new xmethod worker functions.
6419
f7797074
SDJ
64202015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6421
6422 * gdb.base/coredump-filter.exp: Correctly unset
6423 "coredump_var_addr" array.
6424
a4674e4e
PA
64252015-05-08 Pedro Alves <palves@redhat.com>
6426
6427 * gdb.server/non-existing-program.exp: Unset spawn_id.
6428
df2eb078
SC
64292015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6430
6431 PR python/18291
6432 * gdb.python/py-xmethods.exp: Add tests.
6433
422349a3
YQ
64342015-05-08 Yao Qi <yao.qi@linaro.org>
6435
6436 PR gdb/18208
6437 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6438 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6439 function set_coredump_filter, and remove remote_exec call.
6440 Remove argument ipid. Callers update.
6441 (top level): Don't get inferior's PID.
6442
63fc80ce
AA
64432015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6444
6445 * gdb.base/watch_thread_num.exp: Skip test on targets without
6446 access watchpoints.
6447
80ad801e
PA
64482015-05-06 Pedro Alves <palves@redhat.com>
6449
6450 PR server/18081
6451 * gdb.server/non-existing-program.exp: New file.
6452
0fa7fe50
JB
64532015-05-05 Joel Brobecker <brobecker@adacore.com>
6454
6455 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6456
3ea89b92
PMR
64572015-05-05 Joel Brobecker <brobecker@adacore.com>
6458
6459 * gdb.ada/out_of_line_in_inlined: New testcase.
6460
87b8eff0
JB
64612015-05-05 Joel Brobecker <brobecker@adacore.com>
6462
6463 * gdb.ada/var_rec_arr: New testcase.
6464
5fccc635
YQ
64652015-04-30 Yao Qi <yao.qi@linaro.org>
6466
6467 * gdb.base/break-idempotent.exp: If
6468 skip_hw_watchpoint_multi_tests returns true, skip the tests
6469 on "rwatch" and "awatch".
6470
42d38f42
YQ
64712015-04-30 Yao Qi <yao.qi@linaro.org>
6472
6473 * gdb.base/relativedebug.exp: Invoke gdb command
6474 "info sharedlibrary", and if libc.so doesn't have debug info,
6475 skip the test.
6476
2ce1cdbf
DE
64772015-04-29 Doug Evans <dje@google.com>
6478
6479 * gdb.python/py-xmethods.exp: Add ptype tests.
6480 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6481 get_result_type method.
6482
f24a38c5
LM
64832015-04-29 Luis Machado <lgustavo@codesourcery.com>
6484
6485 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6486 the target does not support hardware watchpoints.
6487
ecbf2b3c
LM
64882015-04-29 Luis Machado <lgustavo@codesourcery.com>
6489
6490 * gdb.base/break-always.exp: Abort testing if writing to memory
6491 causes an error.
6492
34f5f757
DE
64932015-04-28 Doug Evans <dje@google.com>
6494
6495 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6496 * gdb.python/py-pp-registration.exp: ... here. New file.
6497 * gdb.python/py-pp-registration.c: New file.
6498 * gdb.python/py-pp-registration.py: New file.
6499
69b4374a
DE
65002015-04-28 Doug Evans <dje@google.com>
6501
6502 * gdb.python/py-bad-printers.c: New file.
6503 * gdb.python/py-bad-printers.py: New file.
6504 * gdb.python/py-bad-printers.exp: New file.
6505
59fb7612
SS
65062015-04-28 Sasha Smundak <asmundak@google.com>
6507
6508 * gdb.python/py-type.exp: New test.
6509
2631b16a
AW
65102015-04-28 Andy Wingo <wingo@igalia.com>
6511
6512 * gdb.python/py-parameter.exp:
6513 * gdb.guile/scm-parameter.exp: Escape the path that we are
6514 matching against, as it might contain characters that are special
6515 to regular expressions.
6516
460efde1
JB
65172015-04-27 Joel Brobecker <brobecker@adacore.com>
6518
6519 * gdb.ada/rec_comp: New testcase.
6520
2d369d8e
SDJ
65212015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6522
6523 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6524 before using it.
6525
cf75d6c3
AB
65262015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6527
6528 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6529 new tests for verilog output.
6530
8dbe7ca5
YQ
65312015-04-24 Yao Qi <yao.qi@linaro.org>
6532
6533 * boards/remote-gdbserver-on-localhost.exp: New file.
6534
4ef9fb2f
PA
65352015-04-23 Pedro Alves <palves@redhat.com>
6536
6537 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6538 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6539 "end of file", remove $inferior_spawn_id from the indirect list.
6540
0a803169
PA
65412015-04-23 Pedro Alves <palves@redhat.com>
6542
6543 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6544
749ef8f8
PA
65452015-04-23 Pedro Alves <palves@redhat.com>
6546
6547 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6548 on $any_spawn_id instead of only on $gdb_spawn_id.
6549
8aae4344
PM
65502015-04-21 Pierre Muller <muller@sourceware.org>
6551
6552 PR pascal/17815
6553 * lib/pascal.exp (gpc_compile): Add new option "class".
6554 (fpc_compile): Likewise.
6555 * gdb.pascal/case-insensitive-symbols.pas: New file.
6556 * gdb.pascal/case-insensitive-symbols.exp: New file.
6557
1586c8fb
GB
65582015-04-20 Gary Benson <gbenson@redhat.com>
6559
6560 * gdb.base/attach.exp: Fix three extended remote failures.
6561
1b6e6f5c
GB
65622015-04-17 Gary Benson <gbenson@redhat.com>
6563
6564 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6565 the main executable over the remote protocol.
6566
e797481d
PA
65672015-04-16 Pedro Alves <palves@redhat.com>
6568
6569 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6570 a new gdbserver if gdbserver_reconnect_p is set.
6571
1ca99c42
PA
65722015-04-16 Pedro Alves <palves@redhat.com>
6573
6574 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6575 is set, don't exit gdbserver.
6576
af9fd6f8
AA
65772015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6578
6579 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6580 appropriate .insn, such that an older assembler can be used.
6581 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6582 the z/Architecture instruction set on 31-bit targets as well.
6583
04ff1e61
AA
65842015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6585
6586 * gdb.go/handcall.exp: Remove all logic related to the first
6587 breakpoint and rely on go_runto_main instead.
6588 * gdb.go/strings.exp: Likewise.
6589 * gdb.go/unsafe.exp: Likewise.
6590 * gdb.go/hello.exp: Likewise. Also rename the remaining
6591 breakpoint marker to "breakpoint 1".
6592 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6593 * gdb.go/strings.go: Likewise.
6594 * gdb.go/unsafe.go: Likewise.
6595 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6596 "set breakpoint 2 here" and rename the remaining breakpoint marker
6597 to "breakpoint 1".
6598
40d2f8d6
SM
65992015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6600
6601 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6602 if itertools.imap is not present.
6603 * gdb.python/py-objfile.exp: Add parentheses.
6604 * gdb.python/py-type.exp: Same.
6605 * gdb.python/py-unwind-maint.py: Same.
6606
8cbc97c6
YQ
66072015-04-15 Yao Qi <yao.qi@linaro.org>
6608
6609 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6610 of ":$ptr_size" and set its form explicitly.
6611
45fd756c
YQ
66122015-04-15 Pedro Alves <palves@redhat.com>
6613 Yao Qi <yao.qi@linaro.org>
6614
6615 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6616 timeout by factor of 4.
6617 (test_regular_watch): Likewise.
6618 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6619 * gdb.reverse/sigall-reverse.exp: Likewise.
6620 * gdb.reverse/until-precsave.exp: Likewise.
6621 * lib/gdb.exp (with_timeout_factor): New proc.
6622 (gdb_expect): Move some code to ...
6623 (get_largest_timeout): ... here. New procedure.
6624
9e811bc3
LM
66252015-04-14 Luis Machado <lgustavo@codesourcery.com>
6626
6627 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6628
0ff6fcb2
LM
66292015-04-13 Luis Machado <lgustavo@codesourcery.com>
6630
6631 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6632 to write to the .text section.
6633
7578d5f7
LM
66342015-04-13 Luis Machado <lgustavo@codesourcery.com>
6635
6636 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6637 Handle the case of targets that do not provide PID information.
6638
2efe15c4
YQ
66392015-04-13 Yao Qi <yao.qi@linaro.org>
6640
6641 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6642 and use expect instead of gdb_expect.
6643
8cd8f2f8
SDJ
66442015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6645
6646 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6647 "coredump_var_addr" to avoid naming conflict with other testcases.
6648
9ee41772
PA
66492015-04-10 Pedro Alves <palves@redhat.com>
6650
6651 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6652 gdb_test_sequence and gdb_assert.
6653
07473109
PA
66542015-04-10 Pedro Alves <palves@redhat.com>
6655
6656 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6657 test messages that don't include the breakpoint address.
6658
de3db44c
YQ
66592015-04-10 Yao Qi <yao.qi@linaro.org>
6660
6661 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6662 false for some offset and width combinations which aren't
6663 supported by linux kernel.
6664
c79d856c
PA
66652015-04-10 Pedro Alves <palves@redhat.com>
6666
6667 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6668 procedure, factored out from ...
6669 (top level): ... here. Add "set displaced-stepping" testing axis.
6670 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6671 parameter "displaced". Use it.
6672 (top level): Use foreach and add "set displaced-stepping" testing
6673 axis.
6674
ebc90b50
PA
66752015-04-10 Pedro Alves <palves@redhat.com>
6676
6677 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6678 Remove comment.
6679 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6680 both the address of the instruction that triggers the watchpoint
6681 and the address of the instruction immediately after, and use
6682 those addresses for the test. Fix comment.
6683
8f572e5c
PA
66842015-04-10 Pedro Alves <palves@redhat.com>
6685
6686 * gdb.base/sigstep.exp (breakpoint_to_handler)
6687 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6688 Test "backtrace" in handler.
6689 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6690 (top level): Add new "displaced" test axis to
6691 breakpoint_to_handler, breakpoint_to_handler_entry and
6692 breakpoint_over_handler.
6693
8d707a12
PA
66942015-04-10 Pedro Alves <palves@redhat.com>
6695
6696 PR gdb/18216
6697 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6698
ef713951
YQ
66992015-04-10 Yao Qi <yao.qi@linaro.org>
6700
6701 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6702 (test_add_rn_pc): New function.
6703 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6704 (top level): Invoke test_add_rn_pc.
6705
906d60cf
PA
67062015-04-10 Pedro Alves <palves@redhat.com>
6707
6708 PR gdb/13858
6709 * gdb.base/step-over-no-symbols.exp: New file.
6710
f2983cc3
AW
67112015-04-09 Andy Wingo <wingo@igalia.com>
6712
6713 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6714 after the Python tests.
6715
6d62641c
SDJ
67162015-04-08 Keith Seitz <keiths@redhat.com>
6717
6718 PR python/16699
6719 * gdb.python/py-completion.exp: New tests for completion.
6720 * gdb.python/py-completion.py (CompleteLimit1): New class.
6721 (CompleteLimit2): Likewise.
6722 (CompleteLimit3): Likewise.
6723 (CompleteLimit4): Likewise.
6724 (CompleteLimit5): Likewise.
6725 (CompleteLimit6): Likewise.
6726 (CompleteLimit7): Likewise.
6727
f3770638
PA
67282015-04-08 Pedro Alves <palves@redhat.com>
6729
6730 PR gdb/18214
6731 PR gdb/18216
6732 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6733 function.
6734 (main): Install it as SIGUSR1 handler.
6735 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6736 parameter. Always use "setup" as prefix. Toggle "set
6737 displaced-stepping" off/on depending on global. Don't switch to
6738 thread 1 here.
6739 (top level): Add displaced stepping "off/on" test axis. Update
6740 "setup" calls. Wrap each subtest with with_test_prefix. Test
6741 continuing with a queued signal in each thread.
6742
4496bed7
PA
67432015-04-08 Pedro Alves <palves@redhat.com>
6744
6745 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6746 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6747 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6748 Return early if running to main fails.
6749 * gdb.trace/while-stepping.exp: Likewise.
6750
b97fde92
PA
67512015-04-07 Pedro Alves <palves@redhat.com>
6752
6753 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6754 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6755 interact with inferior program.
6756
f71c18e7
PA
67572015-04-07 Pedro Alves <palves@redhat.com>
6758
6759 * lib/gdb.exp (inferior_spawn_id): New global.
6760 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6761 spawn id after processing the user code.
6762 (default_gdb_start): Set inferior_spawn_id.
6763 (send_inferior): New procedure.
6764 * lib/gdbserver-support.exp (gdbserver_start): Set
6765 inferior_spawn_id.
6766 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6767
6423214f
PA
67682015-04-07 Pedro Alves <palves@redhat.com>
6769
6770 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6771 * lib/gdbserver-support.exp (gdbserver_start): Make
6772 $server_spawn_id global.
6773 (gdbserver_start): Don't wait for gdbserver's spawn id with
6774 expect_background.
6775 (close_gdbserver): New procedure.
6776 (gdb_exit): Rename the default version and reimplement.
6777
71c0ee8c
PA
67782015-04-07 Pedro Alves <palves@redhat.com>
6779
72f4393d 6780 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
6781 append the substituted item, not the original item.
6782
203bc29b
PA
67832015-04-07 Pedro Alves <palves@redhat.com>
6784
6785 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6786 gdb_expect.
6787
508a3ddf
PA
67882015-04-07 Pedro Alves <palves@redhat.com>
6789
6790 * gdb.base/interrupt.exp: Don't handle the case of the inferior
6791 output appearing once only.
6792
9f6dbe2b
PA
67932015-04-07 Pedro Alves <palves@redhat.com>
6794
6795 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6796 that doesn't expect anything. Return early if running to main
6797 fails.
6798
337532fa
YQ
67992015-04-07 Yao Qi <yao.qi@linaro.org>
6800
6801 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6802 (child_function): Call alarm.
6803 (main): Move call to alarm into the loop.
6804 * gdb.threads/non-stop-fair-events.exp: Build program with
6805 -DTIMEOUT=$timeout.
6806
01b622d4
DE
68072015-04-06 Doug Evans <xdje42@gmail.com>
6808
6809 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
6810 Fix dest parameter to board_info.
6811 (fpc_compile): Ditto.
6812 (gdb_compile_pascal): Rename dest arg to destfile.
6813
961f4160
PMR
68142015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6815
6816 * gdb.ada/funcall_ref.exp: New file.
6817 * gdb.ada/funcall_ref/foo.adb: New file.
6818
cafda597
YQ
68192015-04-02 Yao Qi <yao.qi@linaro.org>
6820
6821 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
6822 is remote.
6823
fed040c6
GB
68242015-04-02 Gary Benson <gbenson@redhat.com>
6825
6826 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
6827
d11916aa
SS
68282015-04-01 Sasha Smundak <asmundak@google.com>
6829
6830 * gdb.python/py-unwind-maint.c: New file.
6831 * gdb.python/py-unwind-maint.exp: New test.
6832 * gdb.python/py-unwind-maint.py: New file.
6833 * gdb.python/py-unwind.c: New file.
6834 * gdb.python/py-unwind.exp: New test.
6835 * gdb.python/py-unwind.py: New test.
6836
a1471180
PA
68372015-04-01 Pedro Alves <palves@redhat.com>
6838
6839 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
6840 to fail instead of non-existent $test.
6841
0bbeccb1
PA
68422015-04-01 Pedro Alves <palves@redhat.com>
6843
6844 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
6845 GDBFLAGS if not empty.
6846
3c724c8c
PMR
68472015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
6848
6849 * gdb.ada/complete.exp: Remove "multi_line".
6850 * gdb.ada/info_exc.exp: Remove "multi_line".
6851 * gdb.ada/packed_tagged.exp: Remove "multi_line".
6852 * gdb.ada/ptype_field.exp: Remove "multi_line".
6853 * gdb.ada/sym_print_name.exp: Remove "multi_line".
6854 * gdb.ada/tagged.exp: Remove "multi_line".
6855 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
6856 [multi_line ...]
6857 * gdb.btrace/delta.exp: Likewise.
6858 * gdb.btrace/exception.exp: Likewise.
6859 * gdb.btrace/function_call_history.exp: Likewise.
6860 * gdb.btrace/instruction_history.exp: Likewise.
6861 * gdb.btrace/nohist.exp: Likewise.
6862 * gdb.btrace/record_goto.exp: Likewise.
6863 * gdb.btrace/segv.exp: Likewise.
6864 * gdb.btrace/stepi.exp: Likewise.
6865 * gdb.btrace/tailcall.exp: Likewise.
6866 * gdb.btrace/unknown_functions.exp: Likewise.
6867 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
6868 * lib/gdb.exp: Add the "multi_line" helper.
6869
4eec2deb
PA
68702015-04-01 Pedro Alves <palves@redhat.com>
6871
6872 * gdb.threads/tid-reuse.c: New file.
6873 * gdb.threads/tid-reuse.exp: New file.
6874
df8411da
SDJ
68752015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
6876
6877 PR corefiles/16092
6878 * gdb.base/coredump-filter.c: New file.
6879 * gdb.base/coredump-filter.exp: Likewise.
6880
6ef37366
PM
68812015-03-27 Petr Machata <pmachata@redhat.com>
6882
6883 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
6884 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
6885 (Dwarf::assemble): Initialize them.
6886 (Dwarf::lines): New function.
6887
7ec911b0
JT
68882015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
6889
6890 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
6891 SYMBOL_PREFIX for x86_64-*-cygwin.
6892
ff908ebf
AW
68932015-03-26 Andy Wingo <wingo@igalia.com>
6894
6895 PR symtab/18148
6896 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
6897 const_value but not a location.
6898 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
6899 location defined in non-main CUs are visible.
6900
6d5f0679
YQ
69012015-03-26 Yao Qi <yao.qi@linaro.org>
6902
6903 PR testsuite/18139
6904 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
6905 Add a line number entry for the same line.
6906 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
6907 Add a line number entry for the same line.
6908
2898689b
YQ
69092015-03-26 Yao Qi <yao.qi@linaro.org>
6910
6911 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
6912 .int 0.
6913 (func): Likewise. Add .Lfunc_1 label.
6914 Use .Lfunc_1 label.
6915 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
6916 .int 0.
6917 (func): Likewise.
6918 Use .Lfunc_1 label.
6919
85180498
YQ
69202015-03-26 Yao Qi <yao.qi@linaro.org>
6921
6922 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
6923 Call gdb_compile instead to compile each .s files without debug
6924 information.
6925
8aa08a8d
YQ
69262015-03-26 Yao Qi <yao.qi@linaro.org>
6927
6928 * gdb.base/savedregs.exp (process_saved_regs): Make
6929 "Saved registers:" optional in the pattern.
6930
66849923
MM
69312015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6932
6933 * gdb.btrace/next.exp: Merged into step.exp.
6934 * gdb.btrace/finish.exp: Merged into step.exp.
6935 * gdb.btrace/nexti.exp: Merged into stepi.exp.
6936 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
6937 "record goto" and checking the exact replay position.
6938 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
6939 check for "Recording format" in "info record" output.
6940 * gdb.btrace/record_goto.exp: Choose test file based on target.
6941 * gdb.btrace/x86-record_goto.S: Renamed into ...
6942 * gdb.btrace/x86_64-record_goto.S: ... this.
6943 * gdb.btrace/i686-record_goto.S: New.
6944 * gdb.btrace/x86-tailcall.S: Renamed into ...
6945 * gdb.btrace/x86_64-tailcall.S: ... this.
6946 * gdb.btrace/i686-tailcall.S: New.
6947 * gdb.btrace/x86-tailcall.c: Renamed into ...
6948 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
6949 separate statements. Update test.
6950 * gdb.btrace/delta.exp: Use record_goto.c as test file.
6951 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
6952 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
6953 * gdb.btrace/tailcall.exp: Choose test file based on target.
6954 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
6955
11cc1b74
MM
69562015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6957
6958 * gdb.btrace/exception.exp: Increase BTS buffer size.
6959
a25d8bf9
PA
69602015-03-24 Pedro Alves <palves@redhat.com>
6961
6962 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
6963
856e7dd6
PA
69642015-03-24 Pedro Alves <palves@redhat.com>
6965
6966 * gdb.threads/schedlock.exp (test_step): No longer expect that
6967 "set scheduler-locking step" with "next" over a function call runs
6968 threads unlocked.
6969
ad235a41
AT
69702015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6971
6972 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
6973
15630549
AT
69742015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6975
6976 PR breakpoints/16466
6977 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
6978 * gdb.mi/mi-pending.c (thread_func): New function.
6979 (int main): Add threading support required.
6980 * gdb.mi/mi-pending.exp: Add tests for this issue.
6981 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
6982 (pendfunc2): Remove stdio dependency.
6983 * gdb.mi/mi-pendshr2.c: New file.
6984
693dca06
KS
69852015-03-23 Keith Seitz <keiths@redhat.com>
6986
6987 * gdb.linespec/keywords.c: New file.
6988 * gdb.linespec/keywords.exp: New file.
6989
7e993ebf
KS
69902015-03-23 Keith Seitz <keiths@redhat.com>
6991
6992 PR gdb/18021
6993 * gdb.dwarf2/staticvirtual.exp: New test.
6994
bc23328c
JK
69952015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6996
6997 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
6998 * README: Remove HP-UX and gdb.hp.
6999 (configuration):
7000 * configure: Regenerate.
7001 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
7002 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
7003 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
7004 gdb.hp/gdb.defects/Makefile.
7005 * gdb.hp/Makefile.in: File deleted.
7006 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
7007 * gdb.hp/gdb.aCC/optimize.c: File deleted.
7008 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
7009 * gdb.hp/gdb.aCC/run.c: File deleted.
7010 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
7011 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
7012 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
7013 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
7014 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
7015 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
7016 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
7017 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
7018 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
7019 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
7020 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
7021 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
7022 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
7023 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
7024 * gdb.hp/gdb.base-hp/reg.s: File deleted.
7025 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
7026 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
7027 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
7028 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
7029 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
7030 * gdb.hp/gdb.compat/Makefile.in: File deleted.
7031 * gdb.hp/gdb.compat/average.c: File deleted.
7032 * gdb.hp/gdb.compat/sum.c: File deleted.
7033 * gdb.hp/gdb.compat/xdb.c: File deleted.
7034 * gdb.hp/gdb.compat/xdb0.c: File deleted.
7035 * gdb.hp/gdb.compat/xdb0.h: File deleted.
7036 * gdb.hp/gdb.compat/xdb1.c: File deleted.
7037 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
7038 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
7039 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
7040 * gdb.hp/gdb.defects/Makefile.in: File deleted.
7041 * gdb.hp/gdb.defects/bs14602.c: File deleted.
7042 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
7043 * gdb.hp/gdb.defects/solib-d.c: File deleted.
7044 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
7045 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
7046 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
7047 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
7048 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
7049 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
7050 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
7051 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
7052 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
7053 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
7054 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
7055 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
7056 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
7057 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
7058 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
7059 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
7060 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
7061 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
7062 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
7063 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
7064 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
7065 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
7066 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
7067 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
7068 * gdb.hp/tools/odump: File deleted.
7069
8bf3b159
PA
70702015-03-19 Pedro Alves <palves@redhat.com>
7071
7072 * gdb.threads/continue-pending-status.exp (saw_thread_2)
7073 (saw_thread_3): New globals.
7074 (top level): Increment them when an event for the corresponding
7075 thread is seen.
7076 (no thread starvation): New test.
7077
eb54c8bf
PA
70782015-03-19 Pedro Alves <palves@redhat.com>
7079
7080 * gdb.threads/continue-pending-status.c: New file.
7081 * gdb.threads/continue-pending-status.exp: New file.
7082
32d2e5d6
PA
70832015-03-18 Pedro Alves <palves@redhat.com>
7084
7085 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
7086 Use gdb_is_target_remote instead of is_remote. Use
7087 gdb_test_multiple instead of gdb_expect. Exit early if
7088 gdb_test_multiple hits its internal matches. Tighten stepi tests
7089 expected output. Fail on exit with any signal, instead of just
7090 SIGILL.
7091
f68f11b7
YQ
70922015-03-18 Yao Qi <yao.qi@linaro.org>
7093
7094 PR tdep/18107
7095 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
7096 variable.
7097 * gdb.base/catch-syscall.exp: Don't skip it on
7098 aarch64*-*-linux* target. Remove elements in all_syscalls.
7099 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
7100 target.
7101 (setup_all_syscalls): New proc.
7102
ca5fd19b
YQ
71032015-03-16 Yao Qi <yao.qi@linaro.org>
7104
7105 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
7106 (top level): Skip tests if valid_addr_p returns false for
7107 $cmd1 or $cmd2.
7108
85642ba0
AW
71092015-03-11 Andy Wingo <wingo@igalia.com>
7110
7111 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
7112
e03f9645
YQ
71132015-03-11 Yao Qi <yao.qi@linaro.org>
7114
7115 * gdb.base/catch-syscall.exp: Fix typo in comments.
7116
5d0962b2
YQ
71172015-03-11 Yao Qi <yao.qi@linaro.org>
7118
7119 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
7120
b2df3cef
PA
71212015-03-09 Pedro Alves <palves@redhat.com>
7122
7123 * dg-extract-results.py: Delete.
7124
ef878e53
PA
71252015-03-09 Pedro Alves <palves@redhat.com>
7126
7127 Merge dg-extract-results.sh from GCC upstream (r218843).
7128
7129 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
7130 * dg-extract-results.sh: Use --text with grep to avoid issues with
7131 binary files. Fall back to cat -v, if that doesn't work.
7132
9494d219
PA
71332015-03-05 Pedro Alves <palves@redhat.com>
7134
7135 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
7136
a8d9763a
SM
71372015-03-04 Simon Marchi <simon.marchi@ericsson.com>
7138
7139 * lib/mi-support.exp (mi_expect_interrupt): Accept
7140 alternative event for when in all-stop mode.
7141
be9957b8
PA
71422015-03-04 Pedro Alves <palves@redhat.com>
7143
7144 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7145
d57be0f4 71462015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7147
7148 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7149
c214c7cf
AA
71502015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7151
7152 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7153 regexps for GDB's current line display, accept a hex address
7154 preceding the line number.
7155
6d74a497
AA
71562015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7157
7158 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7159 the 'arch1' variable for "s390*-linux*" targets.
7160
511aee7c
PA
71612015-03-04 Pedro Alves <palves@redhat.com>
7162
7163 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7164 (main): Pass missing retval argument to pthread_join call.
7165
95e50b27
PA
71662015-03-02 Pedro Alves <palves@redhat.com>
7167
7168 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7169 (top level): Call do_test with non-stop as well.
7170
28054d69
PA
71712015-03-02 Pedro Alves <palves@redhat.com>
7172
7173 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7174 -1.
7175
4fa5d7b4
AA
71762015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7177
7178 * gdb.arch/s390-vregs.exp: New test.
7179 * gdb.arch/s390-vregs.S: New file.
7180
97c18565
PA
71812015-02-27 Pedro Alves <palves@redhat.com>
7182
7183 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7184 call to catch_command_errors.
7185 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7186 catch_command_errors.
7187
a37bfa30
PA
71882015-02-27 Pedro Alves <palves@redhat.com>
7189
7190 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7191 "true" for boolean result.
7192 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7193 prototype of main.
7194
6f98576f
PA
71952015-02-27 Pedro Alves <palves@redhat.com>
7196
7197 * lib/unbuffer_output.c: New file.
7198 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7199 (main): Call gdb_unbuffer_output.
7200
eba5ab56
YQ
72012015-02-27 Yao Qi <yao.qi@linaro.org>
7202
7203 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7204 target.
7205
0def5aaa
DE
72062015-02-26 Doug Evans <dje@google.com>
7207
7208 * gdb.cp/class2.cc (Dbase, D): New classes.
7209 (main): New local delta.
7210 * gdb.cp/class2.exp: Test printing delta.
7211 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7212 (dynbar): New global.
7213 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7214
081a1c2c
JK
72152015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7216
7217 * gdb.compile/compile-ifunc.c: New file.
7218 * gdb.compile/compile-ifunc.exp: New file.
7219
2f41223f
AT
72202015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7221
7222 * gdb.base/structs.exp: Check for correct struct on finish.
7223
03eddd80
YQ
72242015-02-26 Yao Qi <yao.qi@linaro.org>
7225
7226 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7227 is zero.
7228
80c57053
JK
72292015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7230
7231 * gdb.arch/cordic.ko.bz2: New file.
7232 * gdb.arch/cordic.ko.debug.bz2: New file.
7233 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7234
21613c12
YQ
72352015-02-25 Yao Qi <yao.qi@linaro.org>
7236
7237 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7238 aarch64*-*-* target.
7239
d8b901ed
PA
72402015-02-23 Pedro Alves <palves@redhat.com>
7241
7242 * lib/gdb.exp (delete_breakpoints): Rewrite using
7243 gdb_test_multiple.
7244
e5b85ead
PA
72452015-02-23 Pedro Alves <palves@redhat.com>
7246
7247 * gdb.base/info-os.c: Include stdlib.h.
7248
85c3a371
DE
72492015-02-22 Doug Evans <xdje42@gmail.com>
7250
7251 PR symtab/17855
7252 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7253 is read after symbols have been re-read.
7254 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7255 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7256
96553a0c
DE
72572015-02-21 Doug Evans <dje@google.com>
7258
7259 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7260
97a0c697
JK
72612015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7262
7263 PR corefiles/17808
7264 * gdb.arch/i386-biarch-core.core.bz2: New file.
7265 * gdb.arch/i386-biarch-core.exp: New file.
7266
a47cd6e9
PA
72672015-02-21 Pedro Alves <palves@redhat.com>
7268
7269 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7270 runto_main fails.
7271
c5facdc4
PA
72722015-02-20 Pedro Alves <palves@redhat.com>
7273
7274 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7275 info probes.
7276
2db9a427
PA
72772015-02-20 Pedro Alves <palves@redhat.com>
7278
7279 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7280
60fb7e9e
PA
72812015-02-20 Pedro Alves <palves@redhat.com>
7282
7283 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7284 clean_restart before gdb_target_supports_trace.
7285
5c5019c2
PA
72862015-02-20 Pedro Alves <palves@redhat.com>
7287
7288 PR threads/18006
7289 * gdb.threads/clone-thread_db.c: New file.
7290 * gdb.threads/clone-thread_db.exp: New file.
7291
c9587f88
AT
72922015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7293
7294 PR breakpoints/16812
7295 * gdb.base/catch-gdb-caused-signals.c: New file.
7296 * gdb.base/catch-gdb-caused-signals.exp: New file.
7297
f6a88844
JM
72982015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7299
7300 * configure: Regenerated.
7301 * configure.ac: Use GDB_AC_TRANSFORM.
7302 * aclocal.m4: sinclude ../transform.m4.
7303
497c491b
JM
73042015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7305
7306 * lib/dtrace.exp: New file.
7307 * gdb.base/dtrace-probe.exp: Likewise.
7308 * gdb.base/dtrace-probe.d: Likewise.
7309 * gdb.base/dtrace-probe.c: Likewise.
7310 * lib/pdtrace.in: Likewise.
7311 * configure.ac: Output variables with the transformed names of
7312 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7313 * configure: Regenerated.
7314
03e98035
JM
73152015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7316
7317 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7318 expected message when trying to access $_probe_* convenience
7319 variables while not on a probe.
7320
63cc30e9
JK
73212015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7322
7323 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7324
0703599a
PA
73252015-02-11 Pedro Alves <pedro@codesourcery.com>
7326
7327 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7328 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7329
7e60a48e
DE
73302015-02-10 Doug Evans <xdje42@gmail.com>
7331
7332 * lib/gdb.exp (gdb_load): Always return a result.
7333
01b088bc
PA
73342015-02-10 Pedro Alves <palves@redhat.com>
7335
7336 * gdb.threads/signal-sigtrap.c: New file.
7337 * gdb.threads/signal-sigtrap.exp: New file.
7338
b05ec7a5
AT
73392015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7340
7341 * gdb.trace/no-attach-trace.c: New file.
7342 * gdb.trace/no-attach-trace.exp: New file.
7343
a2c2acaf
MW
73442015-02-09 Mark Wielaard <mjw@redhat.com>
7345
7346 * gdb.dwarf2/atomic.c: New file.
7347 * gdb.dwarf2/atomic-type.exp: Likewise.
7348
31fd9caa
MM
73492015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7350
7351 * gdb.btrace/buffer-size.exp: Update "info record" output.
7352 * gdb.btrace/delta.exp: Update "info record" output.
7353 * gdb.btrace/enable.exp: Update "info record" output.
7354 * gdb.btrace/finish.exp: Update "info record" output.
7355 * gdb.btrace/instruction_history.exp: Update "info record" output.
7356 * gdb.btrace/next.exp: Update "info record" output.
7357 * gdb.btrace/nexti.exp: Update "info record" output.
7358 * gdb.btrace/step.exp: Update "info record" output.
7359 * gdb.btrace/stepi.exp: Update "info record" output.
7360 * gdb.btrace/nohist.exp: Update "info record" output.
7361
d33501a5
MM
73622015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7363
7364 * gdb.btrace/buffer-size: New.
7365
f4abbc16
MM
73662015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7367
7368 * gdb.btrace/delta.exp: Update "info record" output.
7369 * gdb.btrace/enable.exp: Update "info record" output.
7370 * gdb.btrace/finish.exp: Update "info record" output.
7371 * gdb.btrace/instruction_history.exp: Update "info record" output.
7372 * gdb.btrace/next.exp: Update "info record" output.
7373 * gdb.btrace/nexti.exp: Update "info record" output.
7374 * gdb.btrace/step.exp: Update "info record" output.
7375 * gdb.btrace/stepi.exp: Update "info record" output.
7376 * gdb.btrace/nohist.exp: Update "info record" output.
7377
b9d61307
SM
73782015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7379
7380 PR gdb/15678
7381 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7382
e584fdbc
PA
73832015-02-06 Pedro Alves <palves@redhat.com>
7384
7385 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7386 macro.
7387 (seconds_left, again): New globals.
7388 (main): Wait seconds_left in a 1-second sleep loop instead of
7389 sleeping 180 seconds. If 'again' is set, reset the seconds
7390 counter.
7391 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7392 'again' in the inferior before detaching. Print the seconds left.
7393 (options): New global.
7394 (top level): Build program with -DTIMEOUT=$timeout.
7395
77f41761
PA
73962015-02-06 Pedro Alves <palves@redhat.com>
7397
7398 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7399 determine how many seconds to pass to 'alarm'.
7400 * gdb.base/gdb-sigterm.exp (top level): Build program with
7401 -DTIMEOUT=$timeout.
7402 (do_test): Return success/failure indication. Add more verbose
7403 logging. Don't fail if 200 single steps are seen. Instead, fail
7404 when the test times out.
7405 (passes): New global.
7406 (top level): Break the testing loop if testing fails on any
7407 iteration. Use gdb_assert.
7408
b9394193
DB
74092015-02-04 Don Breazeal <donb@codesourcery.com>
7410
7411 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7412 and initialize them.
7413 (ipc_cleanup): New function.
7414 (main): Don't declare shmid, semid, and msqid. Add a call to
7415 atexit so that we call ipc_cleanup on exit.
7416
42d9e528
PA
74172015-02-04 Pedro Alves <palves@redhat.com>
7418
7419 * boards/native-extended-gdbserver.exp: Remove any target variant
7420 specifications from the board name before clearing the isremote
7421 flag from board_info.
7422
ae6ae975
DE
74232015-01-31 Doug Evans <xdje42@gmail.com>
7424
7425 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7426
cfb069a8
GB
74272015-01-31 Gary Benson <gbenson@redhat.com>
7428
7429 * gdb.base/completion.exp: Disable completion limiting for
7430 existing tests. Add new tests to check completion limiting.
7431 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7432
5dd31d79
DE
74332015-01-31 Doug Evans <xdje42@gmail.com>
7434
7435 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7436
9f050062
DE
74372015-01-31 Doug Evans <xdje42@gmail.com>
7438
7439 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7440 entries. Duplicate file section script entries.
7441 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7442 inlined entries. Add test for safe-path rejection.
7443 * gdb.python/py-section-script.c: Add duplicate inlined section script
7444 entries. Duplicate file section script entries.
7445 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7446 inlined entries. Add test for safe-path rejection.
7447
df25ebbd
JB
74482015-01-29 Joel Brobecker <brobecker@adacore.com>
7449
7450 * gdb.ada/disc_arr_bound: New testcase.
7451
4a0ca9ec
JB
74522015-01-29 Joel Brobecker <brobecker@adacore.com>
7453
7454 * gdb.ada/mi_var_array: New testcase.
7455
3a8b707a
DE
74562015-01-27 Doug Evans <dje@google.com>
7457
7458 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7459 Add test for objfile.filename, objfile.username after objfile
7460 has been unloaded.
7461
f8313f6e
JB
74622015-01-26 Joel Brobecker <brobecker@adacore.com>
7463
7464 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7465 the second test to print the name attribute of value
7466 returned by the call to gdb.lookup_type, and adjust
7467 the expected output accordingly.
7468
37bc665e
MW
74692015-01-25 Mark Wielaard <mjw@redhat.com>
7470
7471 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7472 * gdb.base/disp-step-fork.c: Include unistd.h.
7473 * gdb.base/siginfo-obj.c: Include stdio.h.
7474 * gdb.base/siginfo-thread.c: Likewise.
7475 * gdb.mi/non-stop.c: Include unistd.h.
7476 * gdb.mi/nsthrexec.c: Include stdio.h.
7477 * gdb.mi/pthreads.c: Include unistd.h.
7478 * gdb.modula2/unbounded1.c (main): Declare returns int.
7479 * gdb.reverse/consecutive-reverse.c: Likewise.
7480 * gdb.threads/create-fail.c: Include unistd.h.
7481 * gdb.threads/killed.c: Likewise.
7482 * gdb.threads/linux-dp.c: Likewise.
7483 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7484 * gdb.threads/non-ldr-exc-2.c: Likewise.
7485 * gdb.threads/non-ldr-exc-3.c: Likewise.
7486 * gdb.threads/non-ldr-exc-4.c: Likewise.
7487 * gdb.threads/pthreads.c: Include unistd.h.
7488 (main): Declare returns int.
7489 * gdb.threads/tls-main.c (foo): New declaration.
7490 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7491
f7e5394d
SM
74922015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7493
7494 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7495 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7496
743649fd
MW
74972015-01-15 Mark Wielaard <mjw@redhat.com>
7498
7499 * gdb.base/noreturn-return.c: New file.
7500 * gdb.base/noreturn-return.exp: New file.
7501 * gdb.base/noreturn-finish.c: New file.
7502 * gdb.base/noreturn-finish.exp: New file.
7503
198297aa
PA
75042015-01-23 Pedro Alves <palves@redhat.com>
7505
7506 * gdb.threads/continue-pending-after-query.c: New file.
7507 * gdb.threads/continue-pending-after-query.exp: New file.
7508
717cf30c
AG
75092015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7510 Simon Marchi <simon.marchi@ericsson.com>
7511
7512 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7513 * gdb.base/valgrind-db-attach.exp: Same.
7514 * gdb.base/valgrind-infcall.exp: Same.
7515 * lib/mi-support.exp (default_mi_gdb_start): Same.
7516 * lib/prompt.exp (default_prompt_gdb_start): Same.
7517 * lib/gdb.exp (default_gdb_spawn): Same.
7518 (gdb_interact): New.
7519
7520
4b62a76e
JK
75212015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7522
7523 * gdb.compile/compile.exp (pointer to jit function): New test.
7524
b4cdae6f
WW
75252015-01-17 Wei-cheng Wang <cole945@gmail.com>
7526
7527 * lib/gdb.exp (supports_process_record): Return true for
7528 powerpc*-*-linux*.
7529 (supports_reverse): Likewise.
7530
d221e7ef
DB
75312015-01-15 Don Breazeal <donb@codesourcery.com>
7532
7533 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7534 instead of checking whether the target board is remote and
7535 use spawn_wait_for_attach instead of exec/sleep.
7536 * gdb.base/attach-twice.exp: Likewise.
7537
bafffb51
JB
75382015-01-15 Joel Brobecker <brobecker@adacore.com>
7539
7540 * gdb.ada/var_arr_attrs: New testcase.
7541
5589af0e
PA
75422015-01-14 Pedro Alves <palves@redhat.com>
7543 Joel Brobecker <brobecker@adacore.com>
7544
7545 PR gdb/17525
7546 * gdb.base/bp-cmds-execution-x-script.c: New file.
7547 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7548 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7549
6c400b59
PA
75502015-01-14 Pedro Alves <palves@redhat.com>
7551
7552 PR cli/17828
7553 * gdb.base/batch-preserve-term-settings.c: New file.
7554 * gdb.base/batch-preserve-term-settings.exp: New file.
7555
e02c96a7
DE
75562015-01-13 Doug Evans <dje@google.com>
7557
7558 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7559 binary.
7560
576fd14c
JB
75612015-01-13 Joel Brobecker <brobecker@adacore.com>
7562
7563 * Makefile.in (clean mostlyclean): Do not delete *.py.
7564
04dccad0
JB
75652015-01-13 Joel Brobecker <brobecker@adacore.com>
7566
7567 * gdb.python/py-lookup-type.exp: New file.
7568
3d230f71
PA
75692015-01-12 Pedro Alves <palves@redhat.com>
7570
7571 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7572 restore GDBFLAGS before returning.
7573
7e67715d
JK
75742015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7575
7576 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7577 is_amd64_regs_target and is_x86_like_target.
7578
f2e0d4b4
DE
75792015-01-11 Doug Evans <xdje42@gmail.com>
7580
7581 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7582 is given without an explicit form.
7583 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7584 attributes.
7585 * gdb.dwarf/corrupt.exp: Ditto.
7586 * gdb.dwarf2/enum-type.exp: Ditto.
7587 * gdb.trace/entry-values.exp: Ditto.
7588 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7589
439250fb
DE
75902015-01-11 Doug Evans <xdje42@gmail.com>
7591
7592 PR gdb/15830
7593 * gdb.base/maint.exp: Remove references to "maint demangle".
7594 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7595 Add tests for explicitly specifying language to demangle.
7596 * gdb.dlang/demangle.exp: Ditto.
7597
ede9f622
PA
75982015-01-09 Pedro Alves <palves@redhat.com>
7599
7600 * gdb.threads/non-stop-fair-events.c: New file.
7601 * gdb.threads/non-stop-fair-events.exp: New file.
7602
a7b796db
PA
76032015-01-09 Pedro Alves <palves@redhat.com>
7604
7605 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7606 the global scope. Set a breakpoint after all threads are started
7607 rather than stepping over two source lines. Expect the prompt.
7608 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7609 global.
7610 (NUM): Now 15.
7611 (main): Use threads_started_barrier to wait for all threads to
7612 start. Main thread no longer calls thread_function. Exit after
7613 180 seconds.
7614 (loop): New function.
7615 (thread_function): Wait on threads_started_barrier barrier. Call
7616 'loop' at each iteration.
7617 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7618 threads have started, instead of hardcoding number of "next"
7619 steps. Use an access watchpoint instead of a write watchpoint.
7620
9665ffdd
PA
76212015-01-09 Pedro Alves <palves@redhat.com>
7622
7623 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7624 (thread_func): Wait on barrier.
7625 (main): Wait for all threads to start before stopping GDB.
7626 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7627 global.
7628 (thread1_func, thread2_func): Wait on barrier.
7629 (main): Wait for all threads to start before stopping GDB.
7630 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7631 New global.
7632 (thread1_func, thread2_func): Wait on barrier.
7633 (main): Wait for all threads to start before stopping GDB.
7634
c945a99f
PA
76352015-01-09 Pedro Alves <palves@redhat.com>
7636
7637 * gdb.threads/attach-many-short-lived-threads.c: New file.
7638 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7639
c1a747c1
PA
76402014-01-09 Pedro Alves <palves@redhat.com>
7641
7642 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7643 instead of to thread 2.
7644 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7645 Add barrier around each pthread_create call instead of around all
7646 calls.
7647 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7648 Set a break on thread_function and have the child threads hit it
7649 one at at a time.
7650
60b3033e
PA
76512015-01-09 Pedro Alves <palves@redhat.com>
7652
7653 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7654 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7655 false.
7656 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7657 checking whether the target board is remote.
7658 * gdb.multi/multi-attach.exp: Likewise.
7659 * gdb.python/py-sync-interp.exp: Likewise.
7660 * gdb.server/ext-attach.exp: Likewise.
7661 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7662 tests that need to attach, instead of checking whether the target
7663 board is remote at the top of the file.
7664
acc018ac
YQ
76652015-01-08 Yao Qi <yao@codesourcery.com>
7666
7667 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7668
50a18af8
JK
76692015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7670
7671 Fix testcase compilation.
7672 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7673
8503d6e1
JB
76742015-01-06 Joel Brobecker <brobecker@adacore.com>
7675
7676 * gdb.python/py-type.exp: Add a couple test about empty
7677 array creation, and negative-length array creation.
7678
cc73dbcc
DE
76792015-01-02 Doug Evans <xdje42@gmail.com>
7680
7681 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7682
0300bbc7
DE
76832015-01-02 Doug Evans <dje@google.com>
7684
7685 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7686
9d85a0ec
YQ
76872014-12-29 Yao Qi <yao@codesourcery.com>
7688
7689 * gdb.trace/entry-values.exp: Update comments. Rename variable
7690 bar_call_foo to returned_from_foo.
7691
87186c6a
MMN
76922014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7693
7694 PR gdb/17394
7695 * gdb.linespec/break-asm-file.c: New file.
7696 * gdb.linespec/break-asm-file.exp: New file.
7697 * gdb.linespec/break-asm-file0.s: New file.
7698 * gdb.linespec/break-asm-file1.s: New file.
7699
1bab7383
YQ
77002014-12-18 Nigel Stephens <nigel@mips.com>
7701 Maciej W. Rozycki <macro@codesourcery.com>
7702
7703 * gdb.base/float.exp: Handle the new output from "info float" on
7704 MIPS targets.
7705
1bc1068a
JK
77062014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7707
7708 Fix MinGW compilation.
7709 * gdb.compile/compile-ops.exp: Update untested message if
7710 !skip_compile_feature_tests.
7711 * gdb.compile/compile-setjmp.exp: Likewise.
7712 * gdb.compile/compile-tls.exp: Likewise.
7713 * gdb.compile/compile.exp: Likewise.
7714 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7715 supported on this host".
7716
b6615d10
DE
77172014-12-16 Doug Evans <xdje42@gmail.com>
7718
7719 * boards/stabs.exp: New file.
7720
25dda427
AA
77212014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7722
7723 * gdb.base/completion.exp: Adjust to format changes of "maint
7724 print user-registers".
7725
bf330350
CU
77262014-12-16 Catalin Udma <catalin.udma@freescale.com>
7727
7728 PR server/17457
7729 * gdb.arch/aarch64-fp.c: New file.
7730 * gdb.arch/aarch64-fp.exp: New file.
7731
395cf596
SDJ
77322014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7733
7734 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7735 r210637, r210913, r211666, r215400, r215817).
7736
7737 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7738 * dg-extract-results.py: New file.
7739 * dg-extract-results.sh: Use it if the environment seems
7740 suitable.
7741
7742 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7743
7744 * dg-extract-results.py (parse_run): Handle warnings that
7745 are printed before a test harness is run.
7746
7747 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7748
7749 * dg-extract-results.py (Named): Remove __cmp__ method.
7750 (output_variation): Use a key to sort variation.harnesses.
7751
7752 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7753
7754 * dg-extract-results.py: For Python 3, force sys.stdout to
7755 handle surrogate escape sequences.
7756 (safe_open): New function.
7757 (output_segment, main): Use it.
7758
7759 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7760
7761 * dg-extract-results.py (Prog.result_re): Include options
7762 in test name.
7763
7764 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7765
7766 * dg-extract-results.py (output_variation): Always sort if
7767 do_sum.
7768
e882ef3c
SM
77692014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7770
7771 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7772 as long as we get pagination notifications.
7773
4992aa20
JM
77742014-12-15 Jason Merrill <jason@redhat.com>
7775
7776 * Makefile.in (check-gdb.%): Restore.
7777 * README: Mention it.
7778
c1b5a1a6
JB
77792014-12-13 Joel Brobecker <brobecker@adacore.com>
7780
7781 * gdb.ada/str_uninit: New testcase.
7782
5537b577
JK
77832014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7784
7785 PR symtab/17642
7786 * gdb.base/vla-stub-define.c: New file.
7787 * gdb.base/vla-stub.c: New file.
7788 * gdb.base/vla-stub.exp: New file.
7789
bb2ec1b3
TT
77902014-12-12 Phil Muldoon <pmuldoon@redhat.com>
7791 Jan Kratochvil <jan.kratochvil@redhat.com>
7792 Tom Tromey <tromey@redhat.com>
7793
7794 * configure.ac: Add gdb.compile/.
7795 * configure: Regenerate.
7796 * gdb.compile/Makefile.in: New file.
7797 * gdb.compile/compile-ops.exp: New file.
7798 * gdb.compile/compile-ops.c: New file.
7799 * gdb.compile/compile-tls.c: New file.
7800 * gdb.compile/compile-tls.exp: New file.
7801 * gdb.compile/compile-constvar.S: New file.
7802 * gdb.compile/compile-constvar.c: New file.
7803 * gdb.compile/compile-mod.c: New file.
7804 * gdb.compile/compile-nodebug.c: New file.
7805 * gdb.compile/compile-setjmp-mod.c: New file.
7806 * gdb.compile/compile-setjmp.c: New file.
7807 * gdb.compile/compile-setjmp.exp: New file.
7808 * gdb.compile/compile-shlib.c: New file.
7809 * gdb.compile/compile.c: New file.
7810 * gdb.compile/compile.exp: New file.
7811 * lib/gdb.exp (skip_compile_feature_tests): New proc.
7812
4ff709eb
TT
78132014-12-12 Tom Tromey <tromey@redhat.com>
7814
7815 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
7816 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
7817
6dddd6a5
DE
78182014-12-12 Doug Evans <dje@google.com>
7819
7820 * lib/gdb-python.exp (get_python_valueof): New function.
7821 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
7822
71c24708
AA
78232014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7824
7825 * gdb.base/completion.exp: Add test for completion of "info
7826 registers ".
7827
3e29f34a
MR
78282014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
7829
7830 * gdb.base/func-ptrs.c: New file.
7831 * gdb.base/func-ptrs.exp: New file.
7832
fc126975
SM
78332014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7834
7835 PR breakpoints/17012
7836 * gdb.base/dprintf-detach.c: New file.
7837 * gdb.base/dprintf-detach.exp: New file.
7838
0a46d518
SM
78392014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7840
7841 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
7842 * lib/gdb.exp (target_is_gdbserver): New procedure.
7843
a0be3e44
DE
78442014-12-08 Doug Evans <dje@google.com>
7845
7846 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
7847
df1b803a
YQ
78482014-12-05 Yao Qi <yao@codesourcery.com>
7849
7850 * gdb.guile/scm-error.exp: Remove the third argument to
7851 gdb_remote_download.
7852 * gdb.guile/scm-frame-args.exp: Likewise.
7853 * gdb.guile/scm-section-script.exp: Likewise.
7854
ddb9f679
YQ
78552014-12-05 Yao Qi <yao@codesourcery.com>
7856
7857 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
7858
86e4ed39
DE
78592014-12-04 Doug Evans <dje@google.com>
7860
7861 * gdb.python/py-objfile.exp: Add tests for
7862 objfile.add_separate_debug_file.
7863
7c50a931
DE
78642014-12-04 Doug Evans <dje@google.com>
7865
7866 * lib/gdb.exp (get_build_id): New function.
7867 (build_id_debug_filename_get): Rewrite to use it.
7868 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
7869
621661e3
MR
78702014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
7871
7872 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
7873 `method(long)', not just 0x0.
7874 * gdb.cp/nsalias.exp: Align code labels to 4.
7875 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
7876 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
7877 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
7878 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
7879 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
7880 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
7881
29f0c3b7
DE
78822014-12-02 Doug Evans <dje@google.com>
7883
e1e061e7 7884 PR symtab/17602
29f0c3b7 7885 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 7886 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
7887 * gdb.cp/anon-ns.exp: Update.
7888
162078c8
NB
78892014-12-02 Nick Bull <nicholaspbull@gmail.com>
7890
7891 * gdb.python/py-events.py (inferior_call_handler): New.
7892 (register_changed_handler, memory_changed_handler): New.
7893 (test_events.invoke): Register new handlers.
7894 * gdb.python/py-events.exp: Add tests for inferior call,
7895 memory_changed and register_changed events.
7896
fdb09caf
AA
78972014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7898
7899 * gdb.base/execl-update-breakpoints.exp: Specify the link address
7900 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
7901 if the linker doesn't understand this.
7902
55cfb2c4
SM
79032014-12-01 Simon Marchi <simon.marchi@ericsson.com>
7904
7905 * gdb.python/python.exp: Change expected reply to help().
7906
9e8cd6df
YQ
79072014-12-01 Yao Qi <yao@codesourcery.com>
7908
7909 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
7910 AC_CONFIG_SUBDIRS(gdb.gdbtk).
7911 * configure: Re-generated.
7912
6c659fc2
SC
79132014-11-28 Siva Chandra Reddy <sivachandra@google.com>
7914
7915 * gdb.cp/chained-calls.cc: New file.
7916 * gdb.cp/chained-calls.exp: New file.
7917 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
7918
d7fc3181
SM
79192014-11-28 Simon Marchi <simon.marchi@ericsson.com>
7920
7921 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
7922 * gdb.dwarf2/symtab-producer.exp: Same.
7923 * gdb.gdb/python-interrupts.exp: Same.
7924 * gdb.gdb/python-selftest.exp: Same.
7925 * gdb.python/py-linetable.exp: Same.
7926 * gdb.python/py-type.exp: Same.
7927 * gdb.python/py-value-cc.exp: Same.
7928 * gdb.python/py-value.exp: Same.
7929
10e79639
YQ
79302014-11-28 Yao Qi <yao@codesourcery.com>
7931
7932 * gdb.base/break-probes.exp: Match library name prefixed with
7933 sysroot.
7934
f28a0564
SM
79352014-11-27 Simon Marchi <simon.marchi@ericsson.com>
7936
7937 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
7938 test expected output. Add parentheses for the call to print.
7939 Remove L suffix from integers.
7940
3fe1ce1d
DE
79412014-11-26 Doug Evans <dje@google.com>
7942
7943 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
7944
84429e27
YQ
79452014-11-22 Yao Qi <yao@codesourcery.com>
7946
7947 * gdb.trace/entry-values.c: Remove asms.
7948 (foo): Add foo_label.
7949 (bar): Add bar_label.
7950 * gdb.trace/entry-values.exp: Remove code computing foo's
7951 length and bar's length.
7952 (Dwarf::assemble): Invoke function_range for bar and use
7953 MACRO_AT_func for foo.
7954
26741859
YQ
79552014-11-22 Yao Qi <yao@codesourcery.com>
7956
7957 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
7958 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
7959 Use .Lgcc43_procstart instead of gcc43.
7960
45e44d27
JB
79612014-11-21 Joel Brobecker <brobecker@adacore.com>
7962
7963 * gdb.ada/n_arr_bound: New testcase.
7964
458c8db8
SDJ
79652014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7966
7967 PR breakpoints/10737
7968 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
7969 test_catch_syscall_multi_arch.
7970 (test_catch_syscall_multi_arch): New function.
7971
43f3e411
DE
79722014-11-20 Doug Evans <xdje42@gmail.com>
7973
7974 * gdb.base/maint.exp: Update expected output.
7975
0d7b2549
AA
79762014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7977
7978 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
7979 4-byte instruction on S390.
7980
8908fca5
JB
79812014-11-19 Joel Brobecker <brobecker@adacore.com>
7982
7983 * gdb.ada/arr_arr: New testcase.
7984
4a46959e
JB
79852014-11-19 Joel Brobecker <brobecker@adacore.com>
7986
7987 * gdb.ada/pkd_arr_elem: New Testcase.
7988
470e2f4e
LM
79892014-11-18 Luis Machado <lgustavo@codesourcery.com>
7990
7991 * gdb.reverse/break-precsave: Expect completion message for
7992 core file reads.
7993 * gdb.reverse/consecutive-precsave.exp: Likewise.
7994 * gdb.reverse/finish-precsave.exp: Likewise.
7995 * gdb.reverse/i386-precsave.exp: Likewise.
7996 * gdb.reverse/machinestate-precsave.exp: Likewise.
7997 * gdb.reverse/sigall-precsave.exp: Likewise.
7998 * gdb.reverse/solib-precsave.exp: Likewise.
7999 * gdb.reverse/step-precsave.exp: Likewise.
8000 * gdb.reverse/until-precsave.exp: Likewise.
8001 * gdb.reverse/watch-precsave.exp: Likewise.
8002
a267f3ad
AA
80032014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8004
8005 * gdb.base/bp-permanent.c: Include unistd.h.
8006 * gdb.python/py-framefilter-mi.c (main): Add return type.
8007 * gdb.python/py-framefilter.c (main): Likewise.
8008 * gdb.trace/actions-changed.c (main): Likewise.
8009
12084a9a
AA
80102014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8011
8012 * gdb.mi/until.c: Add eye-catchers.
8013 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
8014 line numbers.
8015
dc7e1a77
AA
80162014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
8017
8018 * gdb.base/condbreak.exp: Drop references to removed non-prototype
8019 function header variants in break1.c.
8020 * gdb.base/ena-dis-br.exp: Likewise.
8021 * gdb.base/hbreak2.exp: Likewise.
8022 * gdb.reverse/until-precsave.exp: Drop references to removed
8023 non-prototype function header variants in ur1.c.
8024 * gdb.reverse/until-reverse.exp: Likewise.
8025
41c77605
PM
80262014-11-17 Petr Machata <pmachata@redhat.com>
8027
8028 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
8029 ${_cu_offset_size} bytes abbrev offset.
8030
34248c3a
DE
80312014-11-15 Doug Evans <xdje42@gmail.com>
8032
8033 PR symtab/17559
8034 * gdb.base/line-symtabs.exp: New file.
8035 * gdb.base/line-symtabs.c: New file.
8036 * gdb.base/line-symtabs.h: New file.
8037
646da059
YQ
80382014-11-14 Yao Qi <yao@codesourcery.com>
8039
8040 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
8041 (func): Add label func_label.
8042 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
8043 Replace low_pc and high_pc with MACRO_AT_range.
8044 Replace name, low_pc and high_pc with MACRO_AT_func.
8045
9301ebe6
YQ
80462014-11-14 Yao Qi <yao@codesourcery.com>
8047
8048 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
8049 Replace name, low_pc and high_pc with MACRO_AT_func.
8050
f166b542
YQ
80512014-11-14 Yao Qi <yao@codesourcery.com>
8052
8053 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
8054 produce debug information.
8055 * gdb.dwarf2/implptr-optimized-out.S: Removed.
8056
0f6e71e3
YQ
80572014-11-14 Yao Qi <yao@codesourcery.com>
8058
8059 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
8060 object and get function length.
8061 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
8062 with MACRO_AT_func.
8063 (top-level): Replace gdb_compile and clean_restart with
8064 prepare_for_testing.
8065 * gdb.dwarf2/main.c (main): Add label main_label.
8066
876c4df9
YQ
80672014-11-14 Yao Qi <yao@codesourcery.com>
8068
8069 * lib/dwarf.exp (function_range): New procedure.
8070 (Dwarf::_handle_macro_at_func): New procedure.
8071 (Dwarf::_handle_macro_at_range): New procedure.
8072 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
8073
02ad9cf1
YQ
80742014-11-14 Yao Qi <yao@codesourcery.com>
8075
8076 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
8077 (_handle_attribute): New procedure.
8078
a59add0c
AA
80792014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8080
8081 * gdb.ada/cond_lang/foo.c (callme): Add return type.
8082 * gdb.base/call-sc.c (zed): Likewise.
8083 * gdb.base/checkpoint.c (main): Likewise.
8084 * gdb.base/dump.c (main): Likewise.
8085 * gdb.base/gcore.c (main): Likewise.
8086 * gdb.base/huge.c (main): Likewise.
8087 * gdb.base/multi-forks.c (main): Likewise.
8088 * gdb.base/pr10179-a.c (main): Likewise.
8089 * gdb.base/savedregs.c (main): Likewise.
8090 * gdb.base/sigaltstack.c (main): Likewise.
8091 * gdb.base/siginfo.c (main): Likewise.
8092 * gdb.base/structs.c (zed): Likewise.
8093 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
8094 * gdb.mi/mi-syn-frame.c (main): Likewise.
8095 * gdb.mi/until.c (foo, main): Likewise.
8096 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
8097 * gdb.base/solib-weak.c (foo): Declare.
8098 * gdb.base/attach-twice.c: Include stdio.h.
8099 * gdb.base/weaklib1.c: Likewise.
8100 * gdb.base/weaklib2.c: Likewise.
8101 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
8102 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
8103 unistd.h.
8104 * gdb.base/attach-pie-misread.c: Include stdlib.h.
8105 * gdb.mi/mi-exit-code.c: Likewise.
8106 * gdb.base/break-interp-lib.c: Include string.h.
8107 * gdb.base/coremaker.c: Likewise.
8108 * gdb.base/testenv.c: Likewise.
8109 * gdb.python/py-finish-breakpoint.c: Likewise.
8110 * gdb.base/inferior-died.c: Include sys/wait.h.
8111 * gdb.base/fileio.c: Include time.h.
8112 * gdb.base/async-shell.c: Include unistd.h.
8113 * gdb.base/dprintf-non-stop.c: Likewise.
8114 * gdb.base/info-os.c: Likewise.
8115 * gdb.mi/mi-console.c: Likewise.
8116 * gdb.mi/watch-nonstop.c: Likewise.
8117 * gdb.python/py-events.c: Likewise.
8118 * gdb.base/async.c (baz): Move up before its invocation.
8119 * gdb.base/code_elim2.c (my_global_func): Likewise.
8120 * gdb.base/skip-solib-lib.c (multiply): Likewise.
8121 * gdb.base/advance.c (func2): Likewise.
8122
3b5d5997
AA
81232014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8124
8125 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
8126 variant.
8127 * gdb.base/annota3.c: Likewise.
8128 * gdb.base/async.c: Likewise.
8129 * gdb.base/average.c: Likewise.
8130 * gdb.base/call-ar-st.c: Likewise.
8131 * gdb.base/call-rt-st.c: Likewise.
8132 * gdb.base/call-sc.c: Likewise.
8133 * gdb.base/call-strs.c: Likewise.
8134 * gdb.base/ending-run.c: Likewise.
8135 * gdb.base/execd-prog.c: Likewise.
8136 * gdb.base/exprs.c: Likewise.
8137 * gdb.base/foll-exec.c: Likewise.
8138 * gdb.base/foll-fork.c: Likewise.
8139 * gdb.base/foll-vfork.c: Likewise.
8140 * gdb.base/funcargs.c: Likewise.
8141 * gdb.base/gcore.c: Likewise.
8142 * gdb.base/jump.c: Likewise.
8143 * gdb.base/langs0.c: Likewise.
8144 * gdb.base/langs1.c: Likewise.
8145 * gdb.base/langs2.c: Likewise.
8146 * gdb.base/mips_pro.c: Likewise.
8147 * gdb.base/nodebug.c: Likewise.
8148 * gdb.base/opaque0.c: Likewise.
8149 * gdb.base/opaque1.c: Likewise.
8150 * gdb.base/recurse.c: Likewise.
8151 * gdb.base/run.c: Likewise.
8152 * gdb.base/scope0.c: Likewise.
8153 * gdb.base/scope1.c: Likewise.
8154 * gdb.base/setshow.c: Likewise.
8155 * gdb.base/setvar.c: Likewise.
8156 * gdb.base/shmain.c: Likewise.
8157 * gdb.base/shr1.c: Likewise.
8158 * gdb.base/shr2.c: Likewise.
8159 * gdb.base/sigall.c: Likewise.
8160 * gdb.base/signals.c: Likewise.
8161 * gdb.base/so-indr-cl.c: Likewise.
8162 * gdb.base/solib2.c: Likewise.
8163 * gdb.base/structs.c: Likewise.
8164 * gdb.base/sum.c: Likewise.
8165 * gdb.base/vforked-prog.c: Likewise.
8166 * gdb.base/watchpoint.c: Likewise.
8167 * gdb.reverse/shr2.c: Likewise.
8168 * gdb.reverse/until-reverse.c: Likewise.
8169 * gdb.reverse/ur1.c: Likewise.
8170 * gdb.reverse/watch-reverse.c: Likewise.
8171
066a77c5
AA
81722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8173
8174 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8175 variant.
8176 * gdb.base/sepdebug.exp: Drop references to removed code.
8177
4f204ea5
AA
81782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8179
8180 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8181 variant. Preserve original line numbering.
8182 * gdb.base/list1.c: Likewise.
8183
3b377a3a
AA
81842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8185
8186 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8187 variant.
8188 * gdb.base/break1.c: Likewise.
8189 * gdb.base/break.exp: Drop references to removed code.
8190
e444df73
AA
81912014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8192
8193 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8194 variant.
8195
8008f2a7
AA
81962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8197
8198 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8199
a5a06887
AA
82002014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8201
8202 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8203 logic into perform_all_tests() and invoke it with and without
8204 function header prototypes.
8205 (do_function_calls): Remove conditional XFAIL for PR 5318.
8206 (rerun_and_prepare): Remove duplicate code.
8207 (perform_all_tests): New. Main logic moved here.
8208
44dba9b9
AA
82092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8210
8211 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8212 code guarded by #ifdef NO_PROTOTYPES.
8213 (t_double_many_args): Likewise.
8214 (DEF_FUNC_MANY_ARGS_1): Likewise.
8215 (DEF_FUNC_VALUES_1): Likewise.
8216 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8217 guarded by #ifdef PROTOTYPES.
8218
d1fbcd56
AA
82192014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8220
8221 * gdb.mi/mi-console.c: Add eye-catcher.
8222 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8223 instead of literal line number.
8224
b0e59b8f
AA
82252014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8226
8227 * gdb.base/shr2.c: Add eye-catcher.
8228 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8229 line number.
8230
78f98cca
AA
82312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8232
8233 * gdb.base/jump.c: Add eye-catchers.
8234 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8235 numbers.
8236
58fa2af0
AA
82372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8238
8239 * gdb.base/execd-prog.c: Add eye-catchers.
8240 * gdb.base/foll-exec.c: Likewise.
8241 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8242 line numbers.
8243
04e5059b
AA
82442014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8245
8246 * gdb.base/ending-run.c: Add eye-catchers.
8247 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8248 literal line numbers.
8249
dbfdb174
AA
82502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8251
8252 * gdb.base/call-rt-st.c: Add eye-catchers.
8253 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8254 literal line numbers.
8255
888a2ade
AA
82562014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8257
8258 * gdb.base/call-ar-st.c: Add eye-catchers.
8259 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8260 literal line numbers.
8261
6acc2dde
AA
82622014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8263
8264 * gdb.base/average.c: Add eye-catchers.
8265 * gdb.base/sum.c: Likewise.
8266 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8267 regexps dynamically.
8268
9ecfcd1d
AA
82692014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8270
8271 * gdb.base/solib1.c: Add eye-catchers.
8272 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8273 literal line numbers.
8274
78708b7c
PA
82752014-11-12 Pedro Alves <palves@redhat.com>
8276
8277 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8278 leader has exited.
8279
af48d08f
PA
82802014-11-12 Pedro Alves <palves@redhat.com>
8281
8282 * gdb.arch/i386-bp_permanent.c: New file.
8283 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8284 (srcfile): Set to i386-bp_permanent.c.
8285 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8286 that stepi does not execute the 'leave' instruction, instead of
8287 testing it does execute.
8288 * gdb.base/bp-permanent.c: New file.
8289 * gdb.base/bp-permanent.exp: New file.
8290
af3768e9
DE
82912014-11-10 Doug Evans <xdje42@gmail.com>
8292
8293 PR symtab/17564
8294 * gdb.base/symtab-search-order.exp: New file.
8295 * gdb.base/symtab-search-order.c: New file.
8296 * gdb.base/symtab-search-order-1.c: New file.
8297 * gdb.base/symtab-search-order-shlib-1.c: New file.
8298
9de00a4a
PA
82992014-11-07 Pedro Alves <palves@redhat.com>
8300
8301 PR gdb/17511
8302 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8303 i?86-*-linux*.
8304
e0f52461
SC
83052014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8306
8307 PR c++/17494
8308 * gdb.cp/pr17494.cc: New file.
8309 * gdb.cp/pr17494.exp: New file.
8310
6ce8c980
YQ
83112014-11-02 Yao Qi <yao@codesourcery.com>
8312
8313 * gdb.python/python.exp: Get working directory and match the
8314 output of "set extended-prompt \\w " with it.
8315
02be9a71
DE
83162014-10-30 Doug Evans <dje@google.com>
8317
8318 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8319 in objfiles.
8320 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8321 in progspaces.
8322
3bdff46b
LM
83232014-10-30 Janis Johnson <janisjo@codesourcery.com>
8324
8325 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8326 * gdb.base/realname-expand.exp: Likewise.
8327 * gdb.linespec/macro-relative.exp: Likewise.
8328
ab917dfb
PA
83292014-10-29 Pedro Alves <palves@redhat.com>
8330
8331 PR gdb/17408
8332 * gdb.threads/schedlock.c (some_function): New function.
8333 (call_function): New global.
8334 (MAYBE_CALL_SOME_FUNCTION): New macro.
8335 (thread_function): Call it.
8336 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8337 and use it instead of a global counter. Adjust all callers.
8338 (get_current_thread): Use "find current thread" for test message
8339 here rather than having all callers pass down the same string.
8340 (goto_loop): New procedure, factored out from ...
8341 (my_continue): ... this.
8342 (step_ten_loops): Change parameter from test message to command to
8343 use. Adjust.
8344 (list_count): Delete global.
8345 (check_result): New procedure, factored out from duplicate top
8346 level code.
8347 (continue tests): Wrap in with_test_prefix.
8348 (test_step): New procedure, factored out from duplicate top level
8349 code.
8350 (top level): Test "step" in combination with all scheduler-locking
8351 modes. Test "next" in combination with all scheduler-locking
8352 modes, and in combination with stepping over a function call or
8353 not.
8354 * gdb.threads/next-bp-other-thread.c: New file.
8355 * gdb.threads/next-bp-other-thread.exp: New file.
8356
d3d4baed
PA
83572014-10-29 Pedro Alves <palves@redhat.com>
8358
8359 PR python/17372
8360 * gdb.python/python.exp: Test a multi-line command that spawns
8361 interactive Python.
8362 * gdb.base/multi-line-starts-subshell.exp: New file.
8363
563e8d85
YQ
83642014-10-29 Yao Qi <yao@codesourcery.com>
8365
8366 * gdb.base/fileio.exp: Make directories on host.
8367
0ea4d52e
YQ
83682014-10-29 Yao Qi <yao@codesourcery.com>
8369
8370 * gdb.base/fileio.c (test_write): Close the file.
8371
7f5ef605
PA
83722014-10-28 Pedro Alves <palves@redhat.com>
8373
8374 PR gdb/12623
8375 * gdb.base/sigstep.c (no_handler): New global.
8376 (main): If 'no_handler is true, set the signal handlers to
8377 SIG_IGN.
8378 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8379 with_sw_watch and no_handler parameters. Handle them.
8380 (top level) <stepping over handler when stopped at a breakpoint
8381 test>: Add a test axis for testing with a software watchpoint, and
8382 another for testing with the signal handler set to SIG_IGN.
8383 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8384 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8385
abbdbd03
PA
83862014-10-28 Pedro Alves <palves@redhat.com>
8387
8388 PR gdb/17511
8389 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8390 * gdb.base/sigstep.exp (other_handler_location): New global.
8391 (advance): Support stepping into the signal handler, and running
8392 commands while in the handler.
8393 (in_handler_map): New global.
8394 (top level): In the advance test, add combinations for getting
8395 into the handler with stepping commands, and for running commands
8396 in the handler. Add comment descripting the advancei tests.
8397
1df4399f
PA
83982014-10-28 Pedro Alves <palves@redhat.com>
8399
8400 * gdb.base/sigstep.exp: Use build_executable instead of
8401 prepare_for_testing.
8402 (top level): Move code that starts GDB, runs to main and creates a
8403 display to ...
8404 (restart): ... this new procedure.
8405 (top level): Move backtrace from signal handler test to ...
8406 (validate_backtrace): ... this new procedure.
8407 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8408 with_test_prefix. Always restart GDB.
8409 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8410 with_test_prefix. Always restart GDB. No need to delete
8411 breakpoints after the test.
8412 (test_skip_handler): Remove prefix parameter.
8413 (skip_over_handler, breakpoint_to_handler)
8414 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8415 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8416 restart GDB. No need to delete breakpoints after the test.
8417 (top level): Use foreach to call the test procedures with
8418 different commands.
8419
a5b6e449
PA
84202014-10-28 Pedro Alves <palves@redhat.com>
8421
8422 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8423 instead of GNATS numbers.
8424 * gdb.base/sigbpt.exp: Likewise.
8425 * gdb.base/siginfo.exp: Likewise.
8426 * gdb.base/sigstep.exp: Likewise.
8427
e5f8a7cc
PA
84282014-10-27 Pedro Alves <palves@redhat.com>
8429
8430 * gdb.base/sigstep.c (dummy): New global.
8431 (main): Issue a couple writes to the new global.
8432 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8433 procedures.
8434 (skip_over_handler): Use test_skip_handler.
8435 (top level): Call skip_over_handler for stepi and nexti too.
8436 (breakpoint_over_handler): Use test_skip_handler.
8437 (top level): Call breakpoint_over_handler for stepi and nexti too.
8438
763905a3
YQ
84392014-10-27 Yao Qi <yao@codesourcery.com>
8440
8441 * gdb.trace/tfile.c (adjust_function_address)
8442 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8443 function descriptor.
8444
6f259a23
DB
84452014-10-24 Don Breazeal <donb@codesourcery.com>
8446
8447 * gdb.base/foll-fork.exp (test_follow_fork,
8448 catch_fork_child_follow): Check for updated fork messages emitted
8449 from infrun.c.
8450 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8451 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8452 vfork_and_exec_child_follow_through_step): Check for updated vfork
8453 messages emitted from infrun.c.
8454
09dd9a69
PA
84552014-10-24 Pedro Alves <palves@redhat.com>
8456
8457 * gdb.base/corefile.exp: Remove references to ultrix.
8458 * gdb.base/interrupt.exp: Likewise.
8459 * gdb.base/whatis.exp: Likewise.
8460 * gdb.gdb/selftest.exp: Likewise.
8461 * gdb.threads/manythreads.exp: Likewise.
8462 * gdb.threads/print-threads.exp: Likewise.
8463 * gdb.threads/pthreads.exp:: Likewise.
8464 * gdb.threads/schedlock.exp: Likewise.
8465
3433cfa5
SC
84662014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8467
8468 * gdb.cp/non-trivial-retval.cc: Add a test case.
8469 * gdb.cp/non-trivial-retval.exp: Add a test.
8470
092f880b
YQ
84712014-10-20 Yao Qi <yao@codesourcery.com>
8472
8473 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8474 * gdb.python/py-objfile-script-gdb.py: New file.
8475 * gdb.python/py-objfile-script.exp: Update reference to
8476 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8477 of remote_download. Remove the dest file.
8478
acbdb7f3
YQ
84792014-10-20 Yao Qi <yao@codesourcery.com>
8480
8481 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8482 * gdb.base/step-line.exp: Likewise.
8483 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8484 * gdb.dwarf2/dw2-basic.exp: Likewise.
8485 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8486 * gdb.dwarf2/dw2-filename.exp: Likewise.
8487 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8488 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8489 * gdb.dwarf2/dw2-producer.exp: Likewise.
8490 * gdb.dwarf2/mac-fileno.exp: Likewise.
8491 * gdb.python/py-frame-args.exp: Likewise.
8492 * gdb.python/py-framefilter.exp: Likewise.
8493 * gdb.python/py-mi.exp: Likewise.
8494 * gdb.python/py-objfile-script.exp: Likewise
8495 * gdb.python/py-pp-integral.exp: Likewise.
8496 * gdb.python/py-pp-re-notag.exp: Likewise.
8497 * gdb.python/py-prettyprint.exp: Likewise.
8498 * gdb.python/py-section-script.exp: Likewise.
8499 * gdb.python/py-typeprint.exp: Likewise.
8500 * gdb.python/py-xmethods.exp: Likewise.
8501 * gdb.stabs/weird.exp: Likewise.
8502 * gdb.xml/tdesc-regs.exp: Likewise.
8503
bd286a29
KCY
85042014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8505
8506 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8507 (out_cu): Use addr_len for the size of addresses.
8508 (out_line): Likewise. Size DW_LNE_set_address instruction
8509 according to addr_len.
8510 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8511 (FUNC): Add START_INSNS to definition.
8512
673dc4a0
YQ
85132014-10-18 Yao Qi <yao@codesourcery.com>
8514
8515 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8516 gdb_has_argv0 return true.
8517 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8518 check [target_info exists noargs], check [gdb_has_argv0]
8519 instead.
8520 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8521 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8522 procedures.
8523
4ffbba72
DE
85242014-10-17 Doug Evans <dje@google.com>
8525
8526 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8527 event.
8528 * gdb.python/py-events.py: Add clear_objfiles event.
8529
d096d8c1
DE
85302014-10-17 Doug Evans <dje@google.com>
8531
8532 * gdb.python/py-objfile.exp: Test progspace attribute.
8533
a80db015
LM
85342014-10-17 Luis Machado <lgustavo@codesourcery.com>
8535
8536 * gdb.guile/scm-breakpoint.exp: Do not assume any
8537 directory separators when matching source file paths.
8538 * gdb.python/py-breakpoint.exp: Likewise.
8539 * gdb.reverse/break-precsave.exp: Likewise.
8540 * gdb.reverse/break-reverse.exp: Likewise.
8541 * gdb.reverse/consecutive-precsave.exp: Likewise.
8542 * gdb.reverse/finish-precsave.exp: Likewise.
8543 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8544 * gdb.reverse/finish-reverse.exp: Likewise.
8545 * gdb.reverse/i386-precsave.exp: Likewise.
8546 * gdb.reverse/i387-env-reverse.exp: Likewise.
8547 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8548 * gdb.reverse/machinestate-precsave.exp: Likewise.
8549 * gdb.reverse/machinestate.exp: Likewise.
8550 * gdb.reverse/sigall-precsave.exp: Likewise.
8551 * gdb.reverse/solib-precsave.exp: Likewise.
8552 * gdb.reverse/step-precsave.exp: Likewise.
8553 * gdb.reverse/until-precsave.exp: Likewise.
8554 * gdb.reverse/watch-precsave.exp: Likewise.
8555 * gdb.reverse/watch-reverse.exp: Likewise.
8556
b22089ab
YQ
85572014-10-17 Yao Qi <yao@codesourcery.com>
8558
8559 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8560 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8561
6c4486e6
PA
85622014-10-17 Pedro Alves <palves@redhat.com>
8563
8564 PR gdb/17471
8565 * gdb.base/bg-execution-repeat.c: New file.
8566 * gdb.base/bg-execution-repeat.exp: New file.
8567
0ff33695
PA
85682014-10-17 Pedro Alves <palves@redhat.com>
8569
8570 PR gdb/17300
8571 * gdb.base/continue-all-already-running.c: New file.
8572 * gdb.base/continue-all-already-running.exp: New file.
8573
6fdebc3d
PA
85742014-10-17 Pedro Alves <palves@redhat.com>
8575
8576 PR gdb/17472
8577 * gdb.base/annota-input-while-running.c: New file.
8578 * gdb.base/annota-input-while-running.exp: New file.
8579
32a8097b
PA
85802014-10-17 Pedro Alves <palves@redhat.com>
8581
8582 * gdb.base/callfuncs.exp: emove references to osf.
8583 * gdb.base/sigall.exp: Likewise.
8584 * gdb.gdb/selftest.exp: Likewise.
8585 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8586 * gdb.mi/non-stop.c: Likewise.
8587 * gdb.mi/pthreads.c: Likewise.
8588 * gdb.reverse/sigall-precsave.exp: Likewise.
8589 * gdb.reverse/sigall-reverse.exp: Likewise.
8590 * gdb.threads/pthreads.c: Likewise.
8591 * gdb.threads/pthreads.exp: Likewise.
8592
7a3517ff
YQ
85932014-10-17 Yao Qi <yao@codesourcery.com>
8594
8595 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8596 check 'target_info exists noargs'.
8597 (test_command_prompt_position): Likewise.
8598 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8599 Remove "set args".
8600 (progvar_simple_while_test): Likewise.
8601 (progvar_complex_if_while_test): Likewise.
8602 (if_while_breakpoint_command_test): Likewise.
8603 (infrun_breakpoint_command_test): Likewise.
8604 (breakpoint_command_test): Likewise.
8605 (watchpoint_command_test): Likewise.
8606 (bp_deleted_in_command_test): Likewise.
8607 (temporary_breakpoint_commands): Likewise.
8608
bb99c472
YQ
86092014-10-16 Yao Qi <yao@codesourcery.com>
8610
8611 * gdb.base/remotetimeout.exp: Remove noargs checking.
8612
7c16b83e
PA
86132014-10-15 Pedro Alves <palves@redhat.com>
8614
8615 PR breakpoints/9649
8616 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8617 * gdb.base/breakpoint-in-ro-region.exp
8618 (probe_target_hardware_step): New procedure.
8619 (top level): Probe hardware stepping and hardware breakpoint
8620 support. Test stepping through a read-only region, with both
8621 "breakpoint auto-hw" on and off and both "always-inserted" on and
8622 off.
8623
35a49624
IB
86242014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8625
8626 * gdb.dlang/demangle.exp: Update for demangling changes.
8627
2d1c107c
SC
86282014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8629
8630 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8631 * gdb.cp/non-trivial-retval.exp: Add new tests.
8632
778811d5
SC
86332014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8634
8635 PR c++/13403
8636 PR c++/15154
8637 * gdb.cp/non-trivial-retval.cc: New file.
8638 * gdb.cp/non-trivial-retval.exp: New file.
8639
10c5f0a8
YQ
86402014-10-15 Yao Qi <yao@codesourcery.com>
8641
8642 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8643 remote host.
8644
65d7b369
YQ
86452014-10-15 Yao Qi <yao@codesourcery.com>
8646
8647 * gdb.python/py-symbol.exp: Match file base name if host is
8648 remote, otherwise match file name with dir name.
8649 * gdb.python/py-symtab.exp: Likewise.
8650 * gdb.python/python.exp: Likewise.
8651
46dc1394
YQ
86522014-10-15 Yao Qi <yao@codesourcery.com>
8653
8654 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8655 pattern.
8656 * gdb.python/py-symtab.exp: Likewise.
8657 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8658 locationn.
8659
c40cc657
JB
86602014-10-14 Joel Brobecker <brobecker@adacore.com>
8661
8662 * gdb.ada/addr_arith: New testcase.
8663
2abf49e1
MR
86642014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8665
8666 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8667 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8668 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8669 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8670
f7088df3
SDJ
86712014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8672
8673 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8674 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8675 * gdb.arch/stap-eval-lang-ada.exp: New file.
8676
4dc06805
YQ
86772014-10-14 Yao Qi <yao@codesourcery.com>
8678
8679 * gdb.mi/mi-var-child.c (nothing1): New function.
8680 (nothing2): New function.
8681 (do_children_tests): Set function pointers by nothing1 and
8682 nothing2.
8683 * gdb.mi/mi-var-child.exp: Step over new added statements.
8684 Update test to match the new output.
8685 * gdb.mi/var-cmd.c (nothing1): New function.
8686 (nothing2): New function.
8687 (do_children_tests): Set function pointers by nothing1 and
8688 nothing2.
8689 * gdb.mi/mi-var-display.exp: Update test to match output.
8690 Step to the line specified by $line_dct_nothing.
8691 Increase the number of lines to step.
8692
46a93de2
YQ
86932014-10-14 Yao Qi <yao@codesourcery.com>
8694
8695 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8696 tests.
8697 * gdb.mi/mi2-var-child.exp: Likewise.
8698
14ea52ee
DE
86992014-10-13 Doug Evans <dje@google.com>
8700
8701 * gdb.python/py-objfile.exp: Change name of file name test.
8702
e5c6e92b
DE
87032014-10-13 Doug Evans <dje@google.com>
8704
8705 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8706 from the start of the CU.
8707
c780cc2f
JK
87082014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8709 Yao Qi <yao@codesourcery.com>
8710
8711 Fix "save breakpoints" for "catch" command.
8712 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8713 Remove -nonewline. Match also the added "main" line.
8714
99894e11
JK
87152014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8716
8717 Fix "save breakpoints" for "disable $bpnum" command.
8718 * gdb.base/save-bp.c (main): Add label.
8719 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8720
6e1ac5a3
JK
87212014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8722
8723 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8724
754dd2b0
YQ
87252014-10-11 Yao Qi <yao@codesourcery.com>
8726
8727 * gdb.server/server-kill.exp: Execute command
8728 "set remote trace-status-packet on" before "tstatus".
8729
f90183d7
YQ
87302014-10-11 Yao Qi <yao@codesourcery.com>
8731
8732 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8733 (main): Call getppid.
8734 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8735 and continue to it. Read variable "server_pid".
8736
bf40a607
YQ
87372014-10-11 Yao Qi <yao@codesourcery.com>
8738
8739 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8740
052ca370
YQ
87412014-10-11 Yao Qi <yao@codesourcery.com>
8742
8743 * gdb.threads/thread-find.exp: Don't execute command
8744 "info threads".
8745 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8746 * gdb.threads/linux-dp.exp: Don't check the condition
8747 $threads_created equals to zero.
8748
3831839c
PA
87492014-10-10 Pedro Alves <palves@redhat.com>
8750
8751 * gdb.base/bigcore.exp: Remove references to IRIX.
8752 * gdb.base/funcargs.exp: Likewise.
8753 * gdb.base/interrupt.exp: Likewise.
8754 * gdb.base/mips_pro.exp: Likewise.
8755 * gdb.base/nodebug.exp: Likewise.
8756 * gdb.base/setvar.exp: Likewise.
8757 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8758
8b9a549d
PA
87592014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8760 Pedro Alves <palves@redhat.com>
8761
8762 PR symtab/14466
8763 * gdb.base/vdso-warning.c: New file.
8764 * gdb.base/vdso-warning.exp: New file.
8765
d48ba5e8
DE
87662014-10-02 Doug Evans <dje@google.com>
8767
8768 * gdb.base/structs.c (main): Don't run forever.
8769
2278c276
PA
87702014-10-02 Pedro Alves <palves@redhat.com>
8771
8772 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8773 (top level) <stop threads 1, stop threads 2>: Use it.
8774
b57bacec
PA
87752014-10-02 Pedro Alves <palves@redhat.com>
8776
8777 * gdb.threads/break-while-running.exp (test): Add new
8778 'update_thread_list' argument. Skip "info threads" if false.
8779 (top level): Add new 'update_thread_list' axis.
8780
13fd3ff3
PA
87812014-10-02 Pedro Alves <palves@redhat.com>
8782
8783 PR breakpoints/17431
8784 * gdb.base/execl-update-breakpoints.c: New file.
8785 * gdb.base/execl-update-breakpoints.exp: New file.
8786
0fec99e8
PA
87872014-10-01 Pedro Alves <palves@redhat.com>
8788
8789 * gdb.base/breakpoint-in-ro-region.c: New file.
8790 * gdb.base/breakpoint-in-ro-region.exp: New file.
8791
2ddf4301
SM
87922014-10-01 Simon Marchi <simon.marchi@ericsson.com>
8793
8794 * gdb.mi/mi-exit-code.exp: New file.
8795 * gdb.mi/mi-exit-code.c: New file.
8796
6a5f3f43
YQ
87972014-09-30 Yao Qi <yao@codesourcery.com>
8798
8799 * lib/prelink-support.exp (build_executable_own_libs): Error if
8800 the target isn't native.
8801
345bcc73
YQ
88022014-09-30 Yao Qi <yao@codesourcery.com>
8803
8804 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
8805 false.
8806
a25a5a45
PA
88072014-09-22 Pedro Alves <palves@redhat.com>
8808
8809 * gdb.threads/break-while-running.exp: New file.
8810 * gdb.threads/break-while-running.c: New file.
8811
00ba3162
YQ
88122014-09-19 Yao Qi <yao@codesourcery.com>
8813
8814 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
8815 Invoke test. Restart GDB with --readnow and invoke test again.
8816
c3b7b696
YQ
88172014-09-19 Yao Qi <yao@codesourcery.com>
8818
8819 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
8820 proc set_breakpoint_on_gcd_function. Invoke
8821 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
8822 invoke set_breakpoint_on_gcd_function again.
8823
2b4fd423
DE
88242014-09-18 Doug Evans <dje@google.com>
8825
8826 * gdb.dwarf2/symtab-producer.exp: New file.
8827
a5947601
SDJ
88282014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8829
8830 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
8831 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
8832 * gdb.base/global-var-nested-by-dso.c: Likewise.
8833 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8834
91c19059
SDJ
88352014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8836 Pedro Alves <palves@redhat.com>
8837
8838 * gdb.base/watch-bitfields.exp: Pass string other than test file
8839 name to prepare_for_testing.
8840 (watch): New procedure.
8841 (expect_watchpoint): Use with_test_prefix.
8842 (top level): Factor out tests to ...
8843 (test_watch_location, test_regular_watch): ... these new
8844 procedures, and use with_test_prefix and gdb_continue_to_end.
8845
bb9d5f81
PP
88462014-09-16 Patrick Palka <patrick@parcs.ath.cx>
8847
8848 PR breakpoints/12526
8849 * gdb.base/watch-bitfields.exp: New file.
8850 * gdb.base/watch-bitfields.c: New file.
8851
635856f5
PA
88522014-09-16 Pedro Alves <palves@redhat.com>
8853
8854 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
8855 software and hardware addresses, not software address against
8856 itself.
8857
7280ceea
PA
88582014-09-16 Pedro Alves <palves@redhat.com>
8859
8860 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
8861 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
8862
428b16bd
PA
88632014-09-16 Pedro Alves <palves@redhat.com>
8864
8865 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
8866 files.
8867 * gdb.base/a2-run.exp: Remove all code guarded by istarget
8868 "*-*-vxworks*" throughout.
8869 * gdb.base/break.exp: Likewise.
8870 * gdb.base/default.exp: Likewise.
8871 * gdb.base/scope.exp: Likewise.
8872 * gdb.base/sepdebug.exp: Likewise.
8873 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
8874 throughout.
8875 * gdb.base/run.c: Likewise.
8876 * gdb.base/sepdebug.c: Likewise.
8877 * gdb.hp/gdb.aCC/run.c: Likewise.
8878 * gdb.reverse/until-reverse.c: Likewise.
8879 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
8880
666d413c
YQ
88812014-09-16 Yao Qi <yao@codesourcery.com>
8882
8883 * boards/local-remote-host-native.exp: New file.
8884
57cbd724
DE
88852014-09-14 Doug Evans <xdje42@gmail.com>
8886
8887 * gdb.threads/queue-signal.c (thread_count): New variable.
8888 (thread_count_mutex, thread_count_condvar): New variables.
8889 (incr_thread_count, wait_all_threads_running): New functions.
8890 (main): Wait for all threads to be in their thread functions.
8891
81219e53
DE
88922014-09-13 Doug Evans <xdje42@gmail.com>
8893
8894 * gdb.threads/queue-signal.c: New file.
8895 * gdb.threads/queue-signal.exp: New file.
8896
3714cea7
DE
88972014-09-13 Doug Evans <xdje42@gmail.com>
8898
8899 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
8900 be consistent with what default_gdb_init uses.
8901 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
8902 the plain text of the prompt. Add some logging printfs.
8903 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
8904
fa43b1d7
PA
89052014-09-12 Pedro Alves <palves@redhat.com>
8906
8907 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
8908 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
8909 * gdb.arch/i386-size-overlap.exp: Likewise.
8910 * gdb.arch/i386-size.exp: Likewise.
8911 * gdb.arch/i386-unwind.exp: Likewise.
8912 * gdb.base/a2-run.exp: Likewise.
8913 * gdb.base/break.exp: Likewise.
8914 * gdb.base/charset.exp: Likewise.
8915 * gdb.base/chng-syms.exp: Likewise.
8916 * gdb.base/commands.exp: Likewise.
8917 * gdb.base/dbx.exp: Likewise.
8918 * gdb.base/find.exp: Likewise.
8919 * gdb.base/funcargs.exp: Likewise.
8920 * gdb.base/jit-simple.exp: Likewise.
8921 * gdb.base/reread.exp: Likewise.
8922 * gdb.base/sepdebug.exp: Likewise.
8923 * gdb.base/step-bt.exp: Likewise.
8924 * gdb.cp/mb-inline.exp: Likewise.
8925 * gdb.cp/mb-templates.exp: Likewise.
8926 * gdb.objc/basicclass.exp: Likewise.
8927 * gdb.threads/killed.exp: Likewise.
8928
9d9bf2df
EBM
89292014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8930
8931 PR tdep/17379
8932 * gdb.arch/powerpc-stackless.S: New file.
8933 * gdb.arch/powerpc-stackless.exp: New file.
8934
1cf2f1b0
JK
89352014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8936
8937 * gdb.base/attach.c: Include unistd.h.
8938 (main): Call alarm. Add label postloop.
8939 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
8940 gdb_breakpoint, gdb_continue_to_breakpoint.
8941 (test_command_line_attach_run): Kill ${testpid} in one exit path.
8942
98880d46
PA
89432014-09-11 Pedro Alves <palves@redhat.com>
8944
8945 PR gdb/17347
8946 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
8947 * gdb.base/attach.exp (test_command_line_attach_run): New
8948 procedure.
8949 (top level): Call it.
8950
4c92ff2c
PA
89512014-09-11 Pedro Alves <palves@redhat.com>
8952
8953 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
8954 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
8955 (do_command_attach_tests): Use spawn_wait_for_attach.
8956 * gdb.base/solib-overlap.exp: Likewise.
8957 * gdb.multi/multi-attach.exp: Likewise.
8958 * gdb.python/py-prompt.exp: Likewise.
8959 * gdb.python/py-sync-interp.exp: Likewise.
8960 * gdb.server/ext-attach.exp: Likewise.
8961
3adc1a7d
GKB
89622014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
8963
8964 * gdb.fortran/array-element.exp: Remove unexpected "continue"
8965 command in testcase. Simplify testcase.
8966
96334934
JB
89672014-09-10 Joel Brobecker <brobecker@adacore.com>
8968
8969 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
8970
eb479039
JB
89712014-09-10 Joel Brobecker <brobecker@adacore.com>
8972
8973 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
8974
deede10c
JB
89752014-09-10 Joel Brobecker <brobecker@adacore.com>
8976
8977 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
8978
7828a5f5
JB
89792014-09-10 Joel Brobecker <brobecker@adacore.com>
8980
8981 * gdb.dwarf2/dynarr-ptr.c: New file.
8982 * gdb.dwarf2/dynarr-ptr.exp: New file.
8983
33aeebcf
MR
89842014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8985
8986 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
8987 of 30 rather than hardcoding 120 for a slow test case. Take the
8988 `gdb,timeout' target setting into account for this calculation.
8989 Don't extend the timeout for the test cases that don't need it.
8990
7b415901
MR
89912014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8992
8993 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
8994 a factor of 2 for a slow test case. Take the `gdb,timeout'
8995 target setting into account for this calculation.
8996 * gdb.reverse/until-precsave.exp: Increase the timeout by
8997 a factor of 15 and 3 respectively rather than adding 120
8998 for a pair of slow test cases. Take the `gdb,timeout'
8999 target setting into account for this calculation.
9000
4a40f85a
MR
90012014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9002
9003 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
9004 timeout, don't pass one down to gdb_expect.
9005 (gdb_expect): Rework timeout selection.
9006
09635af7
MR
90072014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9008
9009 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
9010 exception on timeout.
9011 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
9012 (gdbserver_start_extended): Catch any `gdbserver_start' error
9013 exceptions.
9014 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
9015 * lib/mi-support.exp (mi_gdb_target_load): Catch any
9016 `gdbserver_gdb_load' error exceptions.
9017
2bdd10b7
MR
90182014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
9019
9020 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
9021 120 on waiting for the TCP socket to open.
9022
316935f0
DE
90232014-09-09 Doug Evans <xdje42@gmail.com>
9024
9025 * gdb.base/default.exp (show_conv_list): Add _caller_is,
9026 _caller_matches, _any_caller_is, _any_caller_matches.
9027
83740597
DE
90282014-09-09 Doug Evans <xdje42@gmail.com>
9029
9030 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
9031
4c122fc3
YQ
90322014-09-09 Yao Qi <yao@codesourcery.com>
9033
9034 * gdb.mi/mi-var-display.exp: Set print symbol off.
9035
a9f116cb
GKB
90362014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
9037
9038 PR gdb/17035
9039 * gdb.base/commands.exp: Add tests to verify user-defined
9040 commands with empty bodies.
9041 * gdb.python/py-cmd.exp: Test that we don't show user-defined
9042 python commands in `show user command`.
9043 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
9044 scheme commands in `show user command`.
9045
c75bd3a2
JK
90462014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
9047
9048 PR python/17355
9049 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
9050 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
9051 * gdb.python/py-framefilter-invalidarg.exp: New file.
9052 * gdb.python/py-framefilter-invalidarg.py: New file.
9053
faa42425
DE
90542014-09-06 Doug Evans <xdje42@gmail.com>
9055
9056 PR 15276
9057 * gdb.python/py-caller-is.c: New file.
9058 * gdb.python/py-caller-is.exp: New file.
9059
474ca4f6
SDJ
90602014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
9061
9062 PR gdb/17235
9063 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
9064 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
9065
eb0b0463
SDJ
90662014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
9067
9068 PR fortran/17237
9069 * gdb.fortran/print-formatted.exp: New file.
9070 * gdb.fortran/print-formatted.f90: Likewise.
9071
5f3b99cf
SS
90722014-09-03 Sasha Smundak <asmundak@google.com>
9073
9074 * gdb.python/py-frame.exp: Test Frame.read_register.
9075
7d793aa9
SDJ
90762014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
9077
9078 PR python/16699
9079 * gdb.python/py-completion.exp: New file.
9080 * gdb.python/py-completion.py: Likewise.
9081
fb0576e9
DE
90822014-08-28 Doug Evans <dje@google.com>
9083
9084 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
9085 eax,etc. are live with values set by gdb and thus the compiler can't
9086 use them.
9087 * gdb.arch/i386-pseudo.c (main): Ditto.
9088
ee92b0dd
DE
90892014-08-27 Doug Evans <dje@google.com>
9090
9091 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
9092
6649db35
DE
90932014-08-25 Doug Evans <dje@google.com>
9094
9095 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
9096 (main): Ditto.
9097
564b7600
DE
90982014-08-25 Doug Evans <dje@google.com>
9099
9100 * gdb.threads/thread-execl.exp: #include <stdio.h>.
9101
3881fb67
YQ
91022014-08-24 Yao Qi <yao@codesourcery.com>
9103
9104 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
9105 symbol off.
9106 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
9107
a05a36a5
DE
91082014-08-22 Doug Evans <dje@google.com>
9109
9110 PR 17276
9111 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
9112 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
9113 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
9114
7c343b48
YQ
91152014-08-22 Yao Qi <yao@codesourcery.com>
9116
9117 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
9118 * gdb.python/py-finish-breakpoint2.exp: Likewise.
9119 * gdb.python/python.exp: Likewise. Use .py file on the host
9120 instead of the build.
9121
22fd09ae
JK
91222014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9123
9124 * gdb.threads/gcore-stale-thread.c: New file.
9125 * gdb.threads/gcore-stale-thread.exp: New file.
9126
a8454a7c
PA
91272014-08-21 Pedro Alves <palves@redhat.com>
9128
9129 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
9130 * gdb.base/gcore-relro-pie.exp: Likewise.
9131 * gdb.base/gcore-relro.exp: Likewise.
9132 * gdb.base/gcore.exp: Likewise.
9133 * gdb.base/print-symbol-loading.exp: Likewise.
9134 * gdb.threads/gcore-thread.exp: Likewise.
9135 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
9136
2a31c623
PA
91372014-08-20 Pedro Alves <palves@redhat.com>
9138 Jan Kratochvil <jan.kratochvil@redhat.com>
9139
9140 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9141 configure.
9142 (EXPECT): Handle READ1 being set.
9143 (all): Depend on EXTRA_RULES.
9144 (check-read1, expect-read1, read1.so, read1): New rules.
9145 * README (Testsuite Parameters): Document the READ1 make variable.
9146 (Race detection): New section.
9147 * configure: Regenerate.
9148 * configure.ac: If build==host==target, and running under a
9149 GNU/glibc system, add read1 to the extra Makefile rules.
9150 (EXTRA_RULES): AC_SUBST it.
9151 * lib/read1.c: New file.
9152
d36430db
JB
91532014-08-20 Joel Brobecker <brobecker@adacore.com>
9154
9155 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9156 the handling of variables declared as a typedef to an array
9157 which a DW_AT_data_location attribute.
9158
9a0dc9e3
PA
91592014-08-19 Andrew Burgess <aburgess@broadcom.com>
9160 Pedro Alves <palves@redhat.com>
9161
9162 PR symtab/14604
9163 PR symtab/14605
9164 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9165 gdb_test.
9166
0718a8da
PA
91672014-08-19 Pedro Alves <palves@redhat.com>
9168
9169 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9170
13b448cd
YQ
91712014-08-19 Yao Qi <yao@codesourcery.com>
9172
9173 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9174 right line.
9175
1cbf5077
DB
91762014-08-18 David Blaikie <dblaikie@gmail.com>
9177
9178 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9179
bf0fae19
JB
91802014-08-18 Joel Brobecker <brobecker@adacore.com>
9181
9182 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9183 attribute in array range.
9184
3c8c5dcc
JB
91852014-08-18 Joel Brobecker <brobecker@adacore.com>
9186
9187 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9188
e66d4446
SC
91892014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9190
9191 PR c++/17132
9192 * gdb.cp/pr17132.cc: New file.
9193 * gdb.cp/pr17132.exp: New file.
9194
940df408
SC
91952014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9196
9197 * gdb.python/py-xmethods.py (A_getarrayind)
9198 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9199 Use 'print' with function call syntax.
9200 (E_method_matcher.match): Fix tab vs space indentation mixup.
9201
ebcc6c3a
YQ
92022014-08-15 Yao Qi <yao@codesourcery.com>
9203
9204 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9205 false.
9206
775e0f04
YQ
92072014-08-15 Yao Qi <yao@codesourcery.com>
9208
9209 * gdb.cp/casts.exp: Set print symbol off.
9210 * gdb.cp/class2.exp: Likewise.
9211 * gdb.cp/overload.exp: Likewise.
9212 * gdb.cp/templates.exp: Likewise.
9213
d769e349
DE
92142014-08-11 Doug Evans <dje@google.com>
9215
9216 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9217 (test_load_shlib): Update.
9218
20c6f1e1
YQ
92192014-08-09 Yao Qi <yao@codesourcery.com>
9220
9221 * gdb.base/display.exp: Invoke is_address_zero_readable.
9222 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9223 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9224 * gdb.base/hbreak-unmapped.exp: Return if
9225 is_address_zero_readable returns true.
9226 * gdb.base/signest.exp: Likewise.
9227 * gdb.base/signull.exp: Likewise.
9228 * gdb.base/sigbpt.exp: Likewise.
9229 * gdb.guile/scm-disasm.exp: Do the test if
9230 is_address_zero_readable returns false.
9231 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9232 * gdb.python/py-arch.exp: Likewise.
9233 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9234 * lib/gdb.exp (is_address_zero_readable): New proc.
9235
5792e8e3
YQ
92362014-08-09 Yao Qi <yao@codesourcery.com>
9237
9238 PR testsuite/13443
9239 * gdb.mi/mi-var-display.exp: Make test messages unique.
9240
3cecbbbe
TT
92412014-08-04 Tom Tromey <tromey@redhat.com>
9242
9243 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9244 target 0".
9245
00b51ff5
TT
92462014-08-04 Tom Tromey <tromey@redhat.com>
9247
9248 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9249 "target_resume".
9250
6908c509
JB
92512014-08-01 Joel Brobecker <brobecker@adacore.com>
9252
9253 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9254 inner_vla_struct_object_size.
9255 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9256 as xfail.
9257
cc6563d2
PA
92582014-07-30 Pedro Alves <palves@redhat.com>
9259
9260 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9261 comment.
9262
7e09a223
YQ
92632014-07-29 Yao Qi <yao@codesourcery.com>
9264
9265 PR gdb/17206
9266 * gdb.base/until-nodebug.exp: New.
9267
7ebdbe92
DE
92682014-07-28 Doug Evans <xdje42@gmail.com>
9269
9270 PR guile/17203
9271 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9272 previously existing parameter, and previously ambiguously spelled
9273 parameter.
9274
fdb1adc6
WN
92752014-07-28 Will Newton <will.newton@linaro.org>
9276
9277 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9278
186fcde0
DE
92792014-07-26 Ludovic Courtès <ludo@gnu.org>
9280 Doug Evans <xdje42@gmail.com>
9281
9282 PR guile/17146
9283 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9284
70509625
PA
92852014-07-25 Pedro Alves <palves@redhat.com>
9286
9287 * gdb.threads/signal-command-handle-nopass.c: New file.
9288 * gdb.threads/signal-command-handle-nopass.exp: New file.
9289 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9290 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9291 * gdb.threads/signal-delivered-right-thread.c: New file.
9292 * gdb.threads/signal-delivered-right-thread.exp: New file.
9293
c3f814a1
PA
92942014-07-25 Pedro Alves <palves@redhat.com>
9295
9296 * gdb.base/double-prompt-target-event-error.exp
9297 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9298 match.
9299 (cancel_pagination_in_target_event): Rework double prompt
9300 detection.
9301 * gdb.base/paginate-after-ctrl-c-running.exp
9302 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9303 <return>' match.
9304 * gdb.base/paginate-bg-execution.exp
9305 (test_bg_execution_pagination_return)
9306 (test_bg_execution_pagination_cancel): Remove '-notransfer
9307 <return>' matches.
9308 * gdb.base/paginate-execution-startup.exp
9309 (test_fg_execution_pagination_return)
9310 (test_fg_execution_pagination_cancel): Remove '-notransfer
9311 <return>' matches.
9312 * gdb.base/paginate-inferior-exit.exp
9313 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9314 match.
9315 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9316 * lib/gdb.exp (pagination_prompt): Run text through
9317 string_to_regexp.
9318 (gdb_test_multiple): Match $pagination_prompt instead of
9319 "<return>".
9320 (string_to_regexp): Move to lib/gdb-utils.exp.
9321
e214cf6c
JK
93222014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9323
9324 * gdb.arch/amd64-entry-value-paramref.S: New file.
9325 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9326 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9327 * gdb.arch/amd64-optimout-repeat.S: New file.
9328 * gdb.arch/amd64-optimout-repeat.c: New file.
9329 * gdb.arch/amd64-optimout-repeat.exp: New file.
9330
17d0c5c8
JK
93312014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9332
9333 PR gdb/17170
9334 * gdb.base/statistics.exp: New file.
9335
b8b8facf
DE
93362014-07-17 Doug Evans <dje@google.com>
9337
74b49205 9338 PR gdb/17170
b8b8facf
DE
9339 * gdb.base/maint.exp: Update testing of per-command stats.
9340
1b5d0ab3
PA
93412014-07-16 Pedro Alves <palves@redhat.com>
9342
9343 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9344 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9345 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9346 (tfile_write_buf): New functions.
9347 (add_memory_block): Rewrite using the above.
9348 (adjust_function_address): New function.
9349 (FUNCTION_ADDRESS): New macro.
9350 (write_basic_trace_file): Remove short_x local, and use
9351 tfile_write_16. Change type of func_addr local to unsigned long
9352 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9353 here. Cast argument of add_memory_block to char pointer.
9354 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9355 (main): Remove parameters.
9356 * gdb.trace/tfile.exp: Remove nowarnings.
9357
4d974e88
SM
93582014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9359
9360 * gdb.base/debug-expr.exp: Test string evaluation with
9361 "debug expression" on.
9362
41e99568
PA
93632014-07-15 Pedro Alves <palves@redhat.com>
9364
9365 * gdb.base/reread.exp: Use clean_restart.
9366
487d9753
PL
93672014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9368
9369 * gdb.arch/avr-flash-qualifer.c: New.
9370 * gdb.arch/avr-flash-qualifer.exp: New.
9371
cc1c52ad
PA
93722014-07-14 Pedro Alves <palves@redhat.com>
9373
9374 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9375 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9376
1e973570
PA
93772014-07-14 Pedro Alves <palves@redhat.com>
9378
9379 * gdb.base/double-prompt-target-event-error.c: New file.
9380 * gdb.base/double-prompt-target-event-error.exp: New file.
9381
93d6eb10
PA
93822014-07-14 Pedro Alves <palves@redhat.com>
9383
9384 PR gdb/17072
9385 * gdb.base/paginate-inferior-exit.c: New file.
9386 * gdb.base/paginate-inferior-exit.exp: New file.
9387
0017922d
PA
93882014-07-14 Pedro Alves <palves@redhat.com>
9389
9390 PR gdb/17072
9391 * gdb.base/paginate-bg-execution.c: New file.
9392 * gdb.base/paginate-bg-execution.exp: New file.
9393
94696ad3
PA
93942014-07-14 Pedro Alves <palves@redhat.com>
9395
9396 PR gdb/17072
9397 * gdb.base/paginate-execution-startup.c: New file.
9398 * gdb.base/paginate-execution-startup.exp: New file.
9399 * lib/gdb.exp (pagination_prompt): New global.
9400 (default_gdb_spawn): New procedure, factored out from
9401 default_gdb_spawn.
9402 (default_gdb_start): Adjust to call default_gdb_spawn.
9403 (gdb_spawn): New procedure.
9404
bd293940
PA
94052014-07-14 Pedro Alves <palves@redhat.com>
9406
9407 * lib/gdb.exp (gdb_assert): New procedure.
9408 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9409
c933f875
PA
94102014-07-14 Pedro Alves <palves@redhat.com>
9411
9412 * gdb.base/execution-termios.c: New file.
9413 * gdb.base/execution-termios.exp: New file.
9414
d98b7a16
TT
94152014-07-14 Tom Tromey <tromey@redhat.com>
9416
9417 * gdb.cp/vla-cxx.cc: New file.
9418 * gdb.cp/vla-cxx.exp: New file.
9419
548740d6
TT
94202014-07-14 Tom Tromey <tromey@redhat.com>
9421
9422 * gdb.reverse/rerun-prec.c: New file.
9423 * gdb.reverse/rerun-prec.exp: New file.
9424
a25eb028
MR
94252014-07-12 Maciej W. Rozycki <macro@mips.com>
9426 Maciej W. Rozycki <macro@codesourcery.com>
9427
9428 * lib/gdb-utils.exp: New file.
9429 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9430 inline `gdb_init_command' processing.
9431 (gdb_start_cmd): Likewise.
9432 * lib/mi-support.exp (mi_run_cmd): Likewise.
9433 * README: Document `gdb_init_command' and `gdb_init_commands'.
9434
218c2655
JK
94352014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9436
9437 Fix false FAIL running under a very long directory name.
9438 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9439 and "set print elements 10000". Twice.
9440
5401fde3
YQ
94412014-07-11 Yao Qi <yao@codesourcery.com>
9442
9443 * gdb.base/exprs.exp: "set print symbol off".
9444
e76126e8
PA
94452014-07-11 Pedro Alves <palves@redhat.com>
9446
9447 * gdb.threads/kill.c: New file.
9448 * gdb.threads/kill.exp: New file.
9449
2d6f0de6
YQ
94502014-07-10 Yao Qi <yao@codesourcery.com>
9451
9452 * gdb.trace/tfile.c (write_basic_trace_file)
9453 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9454 address written to trace file.
9455
7180e04a
PA
94562014-07-09 Pedro Alves <palves@redhat.com>
9457
9458 * gdb.base/attach-wait-input.exp: New file.
9459 * gdb.base/attach-wait-input.c: New file.
9460
9a9a7608
AB
94612014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9462
9463 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9464 setting up test structures.
9465 (main): Call new test function.
9466 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9467 test function, continue into test function and walk test
9468 structures.
9469
161ac41e
YQ
94702014-07-02 Yao Qi <yao@codesourcery.com>
9471
9472 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9473 'bar_start' at the beginning of functions 'foo' and 'bar'
9474 respectively.
9475 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9476 instead of 'foo' and 'bar'.
9477
1f267ae3
MM
94782014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9479
9480 * gdb.btrace/segv.exp: New.
9481 * gdb.btrace/segv.c: New.
9482
2b239efb
LM
94832014-07-02 Luis Machado <lgustavo@codesourcery.com>
9484
9485 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9486 instruction.
9487
cf363f18
MW
94882014-06-30 Mark Wielaard <mjw@redhat.com>
9489
9490 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9491 vulture, vilify, villar): New volatile array constants.
9492 (vindictive, vegetation): New const volatile array constants.
9493 * gdb.base/volatile.exp: Test volatile and const volatile array
9494 types.
9495
aebf9d24
AA
94962014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9497
9498 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9499 target lacks support for awatch, rwatch, or hbreak.
9500
b67a2c6f
YQ
95012014-06-27 Yao Qi <yao@codesourcery.com>
9502
9503 * gdb.multi/dummy-frame-restore.exp: New.
9504 * gdb.multi/dummy-frame-restore.c: New.
9505
aef92902
MM
95062014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9507
9508 * gdb.btrace/gcore.exp: New.
9509
8e9db26e
PA
95102014-06-23 Pedro Alves <palves@redhat.com>
9511
9512 * gdb.base/watchpoint-reuse-slot.c: New file.
9513 * gdb.base/watchpoint-reuse-slot.exp: New file.
9514
70afc5b7
SC
95152014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9516
9517 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9518 progspace's filename in 'info', 'enable' and 'disable' command
9519 tests.
9520
b972bd9c
JK
95212014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9522
9523 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9524 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9525 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9526
125f8a3d
GB
95272014-06-20 Gary Benson <gbenson@redhat.com>
9528
9529 * gdb.arch/i386-avx.exp: Fix include file location.
9530 * gdb.arch/i386-sse.exp: Likewise.
9531
3ed9baed
IB
95322014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9533
9534 * gdb.dlang/expression.exp: New file.
9535
034f788c
PA
95362014-06-19 Pedro Alves <palves@redhat.com>
9537
9538 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9539 out from ...
9540 (top level): ... here. Iterate running tests under different
9541 scheduler-locking settings.
9542
45371d0c
LM
95432014-06-18 Luis Machado <lgustavo@codesourcery.com>
9544
9545 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9546 to DW_FORM_addr and use non-zero addresses.
9547
5d376983
SC
95482014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9549
9550 PR gdb/17017
9551 * gdb.python/py-xmethods.cc: Add global function call counters and
9552 increment them in their respective functions. Remove "cout"
9553 statements.
9554 * gdb.python/py-xmethods.exp: Make tests check the global function
9555 call counters instead of depending on inferior IO.
9556
a1aa2221
LM
95572014-06-18 Don Breazeal <donb@codesourcery.com>
9558
9559 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9560 Deleted procedure.
9561 (explicit_fork_parent_follow): Deleted procedure.
9562 (explicit_fork_child_follow): Deleted procedure.
9563 (test_follow_fork): New procedure.
9564 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 9565 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
9566 procedure calls.
9567
0fc05997
YQ
95682014-06-17 Yao Qi <yao@codesourcery.com>
9569
9570 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9571 CP1252.
9572
70795c52
LM
95732014-06-17 Luis Machado <lgustavo@codesourcery.com>
9574
9575 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9576 Initialize ptr and S explicitly.
9577 (skip_type_update_when_not_use_rtti_test): Likewise.
9578
6be47f0c
KS
95792014-06-16 Keith Seitz <keiths@redhat.com>
9580
9581 PR mi/15863
9582 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9583 the inferior is started.
9584
d03de421
PA
95852014-06-16 Pedro Alves <palves@redhat.com>
9586
9587 * gdb.base/break-main-file-remove-fail.c: New file.
9588 * gdb.base/break-main-file-remove-fail.exp: New file.
9589 * gdb.base/break-unload-file.exp: Use build_executable instead of
9590 prepare_for_testing.
9591 (test_break): New parameter "initial_load". Handle it.
9592 (top level): Add initial_load cmdline/file axis.
9593
f9579b99
TT
95942014-06-12 Tom Tromey <tromey@redhat.com>
9595
9596 * gdb.base/completion.exp: Don't use directory name in test.
9597
3657956b
GB
95982014-06-09 Gary Benson <gbenson@redhat.com>
9599
9600 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9601 separate the always-available ANSI-standard signals from the
9602 signals that require checking.
9603 (main): Likewise.
9604 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9605 Likewise.
9606 (main): Likewise.
9607
4186eb54
KS
96082014-06-07 Keith Seitz <keiths@redhat.com>
9609
9610 Revert:
9611 PR c++/16253
9612 * gdb.cp/var-tag.cc: New file.
9613 * gdb.cp/var-tag.exp: New file.
9614 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9615 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9616 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9617 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9618
25326a28 96192014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
9620
9621 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9622
829155c9
PA
96232014-06-06 Pedro Alves <palves@redhat.com>
9624
9625 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9626 in target debug output instead of looking at RSP packets,
9627 disabling the test on any target that uses hardware stepping.
9628 Update comments.
9629
61c8d22e
PA
96302014-06-06 Pedro Alves <palves@redhat.com>
9631
9632 * gdb.base/break-unload-file.exp: Fix typo.
9633
d9a47287
YQ
96342014-06-06 Yao Qi <yao@codesourcery.com>
9635
9636 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9637 from "jit_function" to "^jit_function".
9638
e5e01dbf
YQ
96392014-06-06 Yao Qi <yao@codesourcery.com>
9640
9641 * gdb.base/async.c (foo): Add one statement.
9642 * gdb.base/async.exp: Get the next instruction address and
9643 match the output of "nexti" by instruction address. Match
9644 the hex address in the output of "finish".
9645
73ba372c
GB
96462014-06-06 Gary Benson <gbenson@redhat.com>
9647
9648 * gdb.base/call-signals.c: Remove preprocessor conditionals
9649 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9650 SIGSEGV and SIGTERM.
9651 * gdb.base/sigall.c: Likewise.
9652 * gdb.base/unwindonsignal.c: Likewise.
9653 * gdb.reverse/sigall-reverse.c: Likewise.
9654
831517df
YQ
96552014-06-06 Yao Qi <yao@codesourcery.com>
9656
9657 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9658 readable, skip the test.
9659
b8b91e98
YQ
96602014-06-06 Yao Qi <yao@codesourcery.com>
9661
9662 * gdb.threads/staticthreads.c (thread_function): Move the line
9663 setting breakpoint on forward.
9664 * gdb.threads/staticthreads.exp: Update comments.
9665
fb934770
LC
96662014-06-05 Ludovic Courtès <ludo@gnu.org>
9667
9668 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9669 "history-append! type error".
9670
6ef284bd
SM
96712014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9672
9673 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9674 erroneous dprintf expected input.
9675
a872e241
DE
96762014-06-04 Doug Evans <xdje42@gmail.com>
9677
9678 * gdb.guile/scm-generics.exp: Delete.
9679
16f691fb
DE
96802014-06-04 Doug Evans <xdje42@gmail.com>
9681
9682 * gdb.guile/scm-breakpoint.exp: Update.
9683 Add tests for breakpoint registration.
9684
012370f6
TT
96852014-06-04 Tom Tromey <tromey@redhat.com>
9686
9687 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9688 VLA-in-union.
9689 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9690 inner_vla_struct, vla_union types. Initialize objects of those
9691 types and compute their sizes.
9692
9f5a4cef
HZ
96932014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9694 Hui Zhu <hui@codesourcery.com>
9695
9696 * gdb.base/fileio.exp: Add test for shell not available as well as
9697 available.
9698 * gdb.base/fileio.c (test_system): Check for shell twice.
9699
90a45c4d
YQ
97002014-06-04 Yao Qi <yao@codesourcery.com>
9701
9702 * gdb.base/auto-connect-native-target.exp: Remove redundant
9703 space from the regexp pattern.
9704
70017e41
YQ
97052014-06-04 Yao Qi <yao@codesourcery.com>
9706
9707 * gdb.base/default.exp: Replace "child" with "native" in
9708 regexp pattern.
9709
883964a7
SC
97102014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9711
9712 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9713 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9714 * gdb.python/py-xmethods.py: Python script supporting the
9715 new testcase and tests.
9716
ef370185
JB
97172014-06-03 Joel Brobecker <brobecker@adacore.com>
9718 Pedro Alves <palves@redhat.com>
9719
9720 PR breakpoints/17000
9721 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9722 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9723
1e2ccb61
BM
97242014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9725
9726 * gdb.base/subst.exp: Add tests to verify partial path matching
9727 output.
9728
c6ec5ab2
PA
97292014-06-03 Pedro Alves <palves@redhat.com>
9730
9731 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9732 target that doesn't use software single-stepping.
9733
835c559f
PA
97342014-06-03 Pedro Alves <palves@redhat.com>
9735
9736 PR breakpoints/17000
9737 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9738 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9739
06eb1586
DE
97402014-06-02 Doug Evans <xdje42@gmail.com>
9741
9742 * gdb.guile/scm-parameter.exp: New file.
9743
e698b8c4
DE
97442014-06-02 Doug Evans <xdje42@gmail.com>
9745
9746 * gdb.guile/scm-cmd.c: New file.
9747 * gdb.guile/scm-cmd.exp: New file.
9748
ded03782
DE
97492014-06-02 Doug Evans <xdje42@gmail.com>
9750
9751 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9752 pretty-printer lookup.
9753 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9754 (make-pp_s-printer): Call it.
9755 (make-pretty-printer-from-dict): New function.
9756 (lookup-pretty-printer-maker-from-dict): New function.
9757 (*pretty-printer*): Simplify.
9758 (make-objfile-pp_s-printer): New function.
9759 (install-objfile-pretty-printers!): New function.
9760 (make-progspace-pp_s-printer): New function.
9761 (install-progspace-pretty-printers!): New function.
9762 * gdb.guile/scm-progspace.c: New file.
9763 * gdb.guile/scm-progspace.exp: New file.
9764
41fac0cf
PA
97652014-06-02 Pedro Alves <palves@redhat.com>
9766
9767 * gdb.base/dprintf-bp-same-addr.c: New file.
9768 * gdb.base/dprintf-bp-same-addr.exp: New file.
9769
96ae5695
EBM
97702014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9771
9772 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9773 * gdb.arch/powerpc-power.s: Likewise.
9774
da02b3a8
JB
97752014-06-02 Joel Brobecker <brobecker@adacore.com>
9776
9777 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9778
c72b2e7b
YQ
97792014-06-01 Yao Qi <yao@codesourcery.com>
9780
9781 * gdb.base/watchpoint.exp (test_watch_location): Check null
9782 pointer can be dereferenced. If not, do the test, otherwise
9783 skip it.
9784
53e8a631
AB
97852014-05-30 Andrew Burgess <aburgess@broadcom.com>
9786
9787 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9788 results.
9789 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9790
938f0e2f
AB
97912014-05-30 Andrew Burgess <aburgess@broadcom.com>
9792
9793 * gdb.arch/amd64-invalid-stack-middle.S: New file.
9794 * gdb.arch/amd64-invalid-stack-middle.c: New file.
9795 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9796 * gdb.arch/amd64-invalid-stack-top.c: New file.
9797 * gdb.arch/amd64-invalid-stack-top.exp: New file.
9798
9ba6657a
PA
97992014-05-30 Pedro Alves <palves@redhat.com>
9800
9801 PR breakpoints/17000
9802 * gdb.base/sss-bp-on-user-bp.c: New file.
9803 * gdb.base/sss-bp-on-user-bp.exp: New file.
9804
522c09bf
DB
98052014-05-30 David Blaikie <dblaikie@gmail.com>
9806
9807 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
9808 gnu_inline semantics via attribute.
9809 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
9810 source explicitly specifies the required semantics.
9811
bf4ef81e
MR
98122014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
9813
9814 * gdb.reverse/sigall-reverse.exp: Fix a typo.
9815
329ea579
PA
98162014-05-29 Pedro Alves <palves@redhat.com>
9817 Tom Tromey <tromey@redhat.com>
9818
9819 * gdb.base/async-shell.exp: Don't enable target-async.
9820 * gdb.base/async.exp
9821 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
9822 parameter. Adjust.
9823 (top level): Don't test with "target-async".
9824 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
9825 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
9826 * gdb.base/inferior-died.exp: Don't enable target-async.
9827 * gdb.base/interrupt-noterm.exp: Likewise.
9828 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
9829 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9830 * gdb.mi/mi-nonstop.exp: Likewise.
9831 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9832 * gdb.mi/mi-nsintrall.exp: Likewise.
9833 * gdb.mi/mi-nsmoribund.exp: Likewise.
9834 * gdb.mi/mi-nsthrexec.exp: Likewise.
9835 * gdb.mi/mi-watch-nonstop.exp: Likewise.
9836 * gdb.multi/watchpoint-multi.exp: Adjust comment.
9837 * gdb.python/py-evsignal.exp: Don't enable target-async.
9838 * gdb.python/py-evthreads.exp: Likewise.
9839 * gdb.python/py-prompt.exp: Likewise.
9840 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
9841 * gdb.server/solib-list.exp: Don't enable target-async.
9842 * gdb.threads/thread-specific-bp.exp: Likewise.
9843 * lib/mi-support.exp: Adjust to use mi-async.
9844
fd664c91
PA
98452014-05-29 Pedro Alves <palves@redhat.com>
9846
9847 PR gdb/13860
9848 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
9849 reason, even in sync mode.
9850
251bde03
PA
98512014-05-29 Pedro Alves <palves@redhat.com>
9852 Hui Zhu <hui@codesourcery.com>
9853
9854 PR PR15693
9855 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
9856 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
9857 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
9858 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
9859
7f3c0343
JB
98602014-05-28 Joel Brobecker <brobecker@adacore.com>
9861
9862 * config/monitor.exp (gdb_target_monitor): Replace use of
9863 "set remotebaud" by "set serial baud".
9864
b2715b27
AW
98652014-05-26 Andy Wingo <wingo@igalia.com>
9866
9867 * gdb.guile/scm-breakpoint.exp:
9868 * gdb.guile/scm-gsmob.exp: Update to use plain old object
9869 properties instead of gdb-object-properties.
9870
498a4489
YQ
98712014-05-26 Yao Qi <yao@codesourcery.com>
9872
9873 * gdb.server/no-thread-db.exp: Specify source file name
9874 explicitly when setting a breakpoint.
9875
589fdceb
MM
98762014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9877
9878 * gdb.btrace/vdso.c: New.
9879 * gdb.btrace/vdso.exp: New.
9880
e9089e05
MM
98812014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9882
9883 * gdb.base/gcore.exp (capture_command_output): Move ...
9884 * lib/gdb.exp (capture_command_output): ... here.
9885
67b5c0c1
MM
98862014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9887
9888 * gdb.btrace/data.exp: Test memory access during btrace replay.
9889
a2199296
SM
98902014-05-22 Simon Marchi <simon.marchi@ericsson.com>
9891
9892 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
9893
17b2616c
PA
98942014-05-21 Pedro Alves <palves@redhat.com>
9895
9896 PR gdb/13860
9897 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
9898 (top level): Test that output related to execution commands is
9899 sent to the console with CLI commands, but not with MI commands.
9900 Test that breakpoint events are always mirrored to the console.
9901 Also expect the new source line to be output after a "next" in
9902 async mode too. Make it a pass/fail test.
9903 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
9904 output.
9905 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
9906
5166082f
PA
99072014-05-21 Pedro Alves <palves@redhat.com>
9908
9909 * gdb.base/list.exp (build_pattern, test_list): New procedures.
9910 Use them to test variations of "list" after reaching a breakpoint.
9911 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
9912 Test "list" with listsize 10 after reaching a breakpoint.
9913 * gdb.python/python.exp (decode_line current location line
9914 number): Adjust expected line number.
9915
2f25d70f
SM
99162014-05-21 Simon Marchi <simon.marchi@ericsson.com>
9917
9918 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
9919 behavior for $args, pass it directly to "run".
9920
ff604a67
MR
99212014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
9922
9923 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
9924 30000 to 65536.
9925
6a3cb8e8
PA
99262014-05-21 Pedro Alves <palves@redhat.com>
9927
9928 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
9929 auto-connect-native-target off".
9930 * gdb.base/auto-connect-native-target.c: New file.
9931 * gdb.base/auto-connect-native-target.exp: New file.
9932
4ebfc96e
PA
99332014-05-21 Pedro Alves <palves@redhat.com>
9934
9935 * gdb.base/default.exp: Test "target native" instead of "target
9936 child".
9937
36d46afb
MW
99382014-05-21 Mark Wielaard <mjw@redhat.com>
9939
9940 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9941
5876f503
JK
99422014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9943
9944 Fix TLS access for -static -pthread.
9945 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
9946 <HAVE_TLS> (thread_function, main): Initialize it.
9947 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
9948 Add clean_restart.
9949 <$have_tls != "">: Check TLSVAR.
9950
0256a6ac
PA
99512014-05-21 Pedro Alves <palves@redhat.com>
9952
9953 * gdb.base/dcache-line-read-error.c: New.
9954 * gdb.base/dcache-line-read-error.exp: New.
9955
936d2992
PA
99562014-05-20 Pedro Alves <palves@redhat.com>
9957
9958 * gdb.base/compare-sections.c: New file.
9959 * gdb.base/compare-sections.exp: New file.
9960
802e8e6d
PA
99612014-05-20 Pedro Alves <palves@redhat.com>
9962
9963 * gdb.base/break-idempotent.c: New file.
9964 * gdb.base/break-idempotent.exp: New file.
9965
e59fa00f
MM
99662014-05-20 Markus Metzger <markus.t.metzger@intel.com>
9967
9968 * gdb.btrace/nohist.exp: New.
9969
8b696e31
YQ
99702014-05-20 Yao Qi <yao@codesourcery.com>
9971
9972 * lib/gdb.exp (gdb_init): Set timeout if test file is under
9973 gdb.reverse directory and gdb_reverse_timeout exists in board
9974 setting.
9975 * README: Document gdb_reverse_timeout.
9976
73c9764f
YQ
99772014-05-20 Yao Qi <yao@codesourcery.com>
9978
9979 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
9980 'test_file_name'. Treat args as a string instead of a list.
9981 (gdb_init): Rename argument 'args' by 'test_file_name'.
9982
f1f4348a
JK
99832014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9984
9985 * gdb.arch/powerpc-power.exp: New file.
9986 * gdb.arch/powerpc-power.s: New file.
9987
0dbe70ce
DE
99882014-05-16 Doug Evans <dje@google.com>
9989
9990 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
9991 * gdb.base/completion.exp: Check that all expected files exist
9992 before doing file completion.
0dbe70ce 9993
8d551b02
DE
99942014-05-16 Doug Evans <dje@google.com>
9995
9996 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
9997 Update.
9998 (do_syscall_tests_without_xml): Update.
9999
73eb7709
PA
100002014-05-16 Pedro Alves <palves@redhat.com>
10001
10002 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
10003 instead of "unknown output after running".
10004
3fae92fc
YQ
100052014-05-16 Yao Qi <yao@codesourcery.com>
10006
10007 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
10008 file1.txt from host at the end.
10009 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
10010
c2b2ccc5
DE
100112014-05-15 Doug Evans <dje@google.com>
10012
10013 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
10014 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
10015 loading file. Add test for TU lookup.
10016
8c217a4b
SM
100172014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10018
10019 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
10020 calling "-exec-arguments" or "set args" before running the
10021 inferior.
10022
3deb39c6
SM
100232014-05-15 Simon Marchi <simon.marchi@ericsson.com>
10024
10025 * lib/mi-support.exp (mi_expect_stop): Expect message for
10026 inferiors that exit with non-zero exit code.
10027
71a79f8c
YQ
100282014-05-14 Yao Qi <yao@codesourcery.com>
10029
10030 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
10031 match absolute path on remote host.
10032 (test_file_list_exec_source_files): Remove "/" from the
10033 pattern.
10034
f23fcd46
YQ
100352014-05-14 Yao Qi <yao@codesourcery.com>
10036
10037 * boards/local-remote-host-notty.exp (${board}_file): New
10038 proc.
10039
9404b58f
KM
100402014-05-07 Kyle McMartin <kyle@redhat.com>
10041
10042 Pushed by Joel Brobecker <brobecker@adacore.com>.
10043 * gdb.arch/aarch64-atomic-inst.c: New file.
10044 * gdb.arch/aarch64-atomic-inst.exp: New file.
10045
5e45f04c
YQ
100462014-05-07 Yao Qi <yao@codesourcery.com>
10047
10048 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
10049 in current context" too.
10050
c888a17d
KS
100512014-05-05 Keith Seitz <keiths@redhat.com>
10052
10053 * gdb.linespec/ls-dollar.exp: Add test for linespec
10054 file:convenience_variable.
10055
290a839c
YQ
100562014-05-05 Yao Qi <yao@codesourcery.com>
10057
10058 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
10059 traceframes into tfile and ctf trace files. Read data from
10060 trace file and test collected data.
10061 (gdb_collect_locals_test): Likewise.
10062 (gdb_unavailable_registers_test): Likewise.
10063 (gdb_unavailable_floats): Likewise.
10064 (gdb_collect_globals_test): Likewise.
10065 (top-level): Append "ctf" to trace_file_targets if GDB
10066 supports.
10067
b5262cd0
YQ
100682014-05-05 Yao Qi <yao@codesourcery.com>
10069
10070 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
10071 code to ...
10072 (gdb_collect_args_test_1): ... it. New proc.
10073 (gdb_collect_locals_test): Move some code to ...
10074 (gdb_collect_locals_test_1): ... it. New proc.
10075 (gdb_unavailable_registers_test): Move some code to ...
10076 (gdb_unavailable_registers_test_1): ... it. New proc.
10077 (gdb_unavailable_floats): Move some code to ...
10078 (gdb_unavailable_floats_1): ... it. New proc.
10079
30a1e6cc
SDJ
100802014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10081
10082 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
10083 probes to test for bitness recognition.
10084 * gdb.arch/amd64-stap-optional-prefix.exp
10085 (test_probe_value_without_reg): New procedure.
10086 Add code to test for different kinds of bitness.
10087
f33da99a
SDJ
100882014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
10089
10090 PR breakpoints/16889
10091 * gdb.arch/amd64-stap-optional-prefix.S: New file.
10092 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
10093
5b80f00d
PA
100942014-05-01 Pedro Alves <palves@redhat.com>
10095
10096 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
10097 gdb_file_cmd if no file is specified.
10098 * boards/native-extended-gdbserver.exp (gdb_load): Use the
10099 last_loaded_file to set the remote exec-file.
10100
f8c2a73c
PA
101012014-05-01 Pedro Alves <palves@redhat.com>
10102
10103 * boards/local-remote-host.exp: New file.
10104
be6e8ac7
PA
101052014-05-01 Pedro Alves <palves@redhat.com>
10106
10107 * boards/local-remote-host.exp: Rename to ...
10108 * boards/local-remote-host-notty.exp: ... this.
10109
cac0dc8f
JB
101102014-04-28 Joel Brobecker <brobecker@adacore.com>
10111
10112 * gdb.ada/dyn_arrayidx: New testcase.
10113
9730e6cc
YQ
101142014-04-26 Yao Qi <yao@codesourcery.com>
10115
10116 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
10117 and compute the length of function main. Save it in
10118 $main_length.
10119 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
10120 (top-level): Use gdb_compile to compile objects into
10121 executable and restart GDB. Remove invocation to
10122 prepare_for_testing.
10123
7ae1a6a6
PA
101242014-04-25 Simon Marchi <simon.marchi@ericsson.com>
10125 Pedro Alves <palves@redhat.com>
10126
10127 PR server/16255
10128 * gdb.multi/multi-attach.c: New file.
10129 * gdb.multi/multi-attach.exp: New file.
10130
4082afcc
PA
101312014-04-25 Pedro Alves <palves@redhat.com>
10132
10133 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
10134 user.
10135 (top level): Test that "set remote conditional-breakpoints-packet
10136 off" works as intended.
10137 * gdb.base/dprintf.exp: Test that "set remote
10138 breakpoint-commands-packet off" works as intended.
10139 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
10140 New function.
10141 (top level): Call it.
10142 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10143 remote fast-tracepoints-packet off" works as intended.
10144 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10145 * lib/gdb.exp (gdb_is_target_remote): ... here.
10146
2abc3f8d
DB
101472014-04-24 David Blaikie <dblaikie@gmail.com>
10148
10149 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10150 ensure clang would not discard them.
10151 * gdb.base/gdbvars.c: Ditto.
10152 * gdb.base/memattr.c: Ditto.
10153 * gdb.base/whatis.c: Ditto.
10154 * gdb.python/py-prettyprint.c: Ditto.
10155 * gdb.trace/actions.c: Ditto.
10156 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10157 ensure clang would not discard it.
10158
bfd39632
DB
101592014-04-24 David Blaikie <dblaikie@gmail.com>
10160
10161 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10162 clang to emit the full definition of type required by the test
10163 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10164
22842ff6
DB
101652014-04-24 David Blaikie <dblaikie@gmail.com>
10166
10167 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10168 coax Clang into emitting the definition of the type.
10169 * gdb.cp/pr10728-x.h (y): Ditto.
10170 * gdb.cp/pr10728-y.cc (y): Ditto.
10171
c2e827ad
DB
101722014-04-24 David Blaikie <dblaikie@gmail.com>
10173
10174 * gdb.base/label.exp: XFAIL label related tests under Clang.
10175 * gdb.cp/cplabel.exp: Ditto.
10176 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10177 under Clang those using labels.
10178
4c2d33e7
YQ
101792014-04-25 Yao Qi <yao@codesourcery.com>
10180
10181 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10182 double_label.
10183 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10184 partial_label and double_label.
10185
56083b99
DB
101862014-04-24 David Blaikie <dblaikie@gmail.com>
10187
10188 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10189
25d4e99d
DB
101902014-04-24 David Blaikie <dblaikie@gmail.com>
10191
10192 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10193 of the function to work across GCC and Clang.
10194 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10195 pointer types (const void ** const V void **).
10196
01f9f808
MS
101972014-04-24 Michael Sturm <michael.sturm@mintel.com>
10198 Walfred Tedeschi <walfred.tedeschi@intel.com>
10199
10200 * Makefile.in (EXECUTABLES): Added i386-avx512.
10201 * gdb.arch/i386-avx512.c: New file.
10202 * gdb.arch/i386-avx512.exp: Likewise.
10203
4b48d439
KS
102042014-04-23 Keith Seitz <keiths@redhat.com>
10205
10206 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10207 (mi_make_breakpoint_table): New procedure.
10208 (mi_create_breakpoint): Use mi_make_breakpoint
10209 and return the result.
10210 (mi_make_breakpoint): New procedure.
10211 (mi_build_kv_pairs): New procedure.
10212
10213 * gdb.mi/mi-break.exp: Remove unused globals,
10214 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10215 All callers updated.
10216 * gdb.mi/mi-dprintf.exp: Use variable to track command
10217 number.
10218 Update all callers of mi_create_breakpoint and use
10219 mi_make_breakpoint_table.
10220 Remove any unused global variables.
10221 * gdb.mi/mi-nonstop.exp: Likewise.
10222 * gdb.mi/mi-nsintrall.exp: Likewise.
10223 * gdb.mi/mi-nsmoribund.exp: Likewise.
10224 * gdb.mi/mi-nsthrexec.exp: Likewise.
10225 * gdb.mi/mi-reverse.exp: Likewise.
10226 * gdb.mi/mi-simplerun.exp: Likewise.
10227 * gdb.mi/mi-stepn.exp: Likewise.
10228 * gdb.mi/mi-syn-frame.exp: Likewise.
10229 * gdb.mi/mi-until.exp: Likewise.
10230 * gdb.mi/mi-var-cp.exp: Likewise.
10231 * gdb.mi/mi-var-display.exp: Likewise.
10232 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10233 * gdb.mi/mi2-var-child.exp: Likewise.
10234 * gdb.mi/mi-vla-c99.exp: Likewise.
10235 * lib/mi-support.exp: Likewise.
10236
10237 From Ian Lance Taylor <iant@cygnus.com>:
10238 * lib/gdb.exp (parse_args): New procedure.
10239
08351840
PA
102402014-04-23 Pedro Alves <palves@redhat.com>
10241
10242 * gdb.base/break-unload-file.c: New file.
10243 * gdb.base/break-unload-file.exp: New file.
10244 * gdb.base/sym-file-lib.c (baz): New function.
10245 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10246 field.
10247 (load): Store the segment's mapped size.
10248 (unload): New function.
10249 (unload_shlib): New function.
10250 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10251 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10252 set a breakpoint at baz, and call it.
10253 * gdb.base/sym-file.exp: New tests for stale breakpoint
10254 instructions.
10255
076855f9
PA
102562014-04-23 Pedro Alves <palves@redhat.com>
10257
10258 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10259 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10260 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10261 * gdb.base/hbreak-unmapped.c: New file.
10262 * gdb.base/hbreak-unmapped.exp: New file.
10263 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10264 * lib/gdb.exp (gdb_is_target_remote): ... here.
10265
483805cf
PA
102662014-04-22 Pedro Alves <palves@redhat.com>
10267
10268 * gdb.base/consecutive-step-over.c: New file.
10269 * gdb.base/consecutive-step-over.exp: New file.
10270
06d97543
PA
102712014-04-22 Pedro Alves <palves@redhat.com>
10272
10273 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10274 instead of send_gdb/gdb_expect.
10275
b4429ea2
YQ
102762014-04-22 Yao Qi <yao@codesourcery.com>
10277
10278 * lib/trace-support.exp (generate_tracefile): New procedure.
10279 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10280 return 0.
10281 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10282 if generate_tracefile returns 1.
10283
51d48146
PA
102842014-04-18 Tom Tromey <palves@redhat.com>
10285 Pedro alves <tromey@redhat.com>
10286
10287 PR backtrace/15558
10288 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10289 with a backtrace limit.
10290 * gdb.python/py-frame-inline.exp: Test running to an inline
10291 function with a backtrace limit, and printing the newest frame.
10292 * gdb.python/py-frame-inline.c (main): Call f.
10293
bd1dce5f
MS
102942014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10295
10296 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10297
40d1a503
MS
102982014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10299
10300 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10301 Drop prefix from unsupported source file path.
10302
389b98f7
YQ
103032014-04-17 Yao Qi <yao@codesourcery.com>
10304
10305 * lib/gdb.exp (with_target_charset): New proc.
10306 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10307 with_target_charset.
10308 (test_print_strings): Likewise.
10309 (test_repeat_bytes): Likewise.
10310 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10311 for some tests.
10312
22869d73
KS
103132014-04-16 Keith Seitz <keiths@redhat.com>
10314
10315 PR gdb/15827
10316 * gdb.dwarf2/corrupt.c: New file.
10317 * gdb.dwarf2/corrupt.exp: New file.
10318
c4f87ca6
KS
103192014-04-16 Keith Seitz <keiths@redhat.com>
10320
10321 PR c++/16597
10322 * gdb.cp/namelessclass.cc: New file.
10323 * gdb.cp/namelessclass.exp: New file.
10324 * gdb.cp/namelessclass.S: New file.
10325
ab19de87
DE
103262014-04-16 Doug Evans <dje@google.com>
10327
10328 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10329 Add comment.
10330 (gdbserver_default_get_comm_port): New function.
10331 (gdbserver_start): Check if board file provided
10332 "gdbserver,get_comm_port" and use it if so.
10333 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10334 (gdb,socketport): Set to "stdio".
10335 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10336 (stdio_gdbserver_template): Delete.
10337 (${board}_get_remote_address): Update.
10338 (${board}_build_remote_cmd): Delete.
10339 (${board}_get_comm_port): New function.
10340 (${board}_spawn): Update.
10341 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10342 Delete.
10343 (${board}_get_remote_address): Update.
10344 (${board}_get_comm_port): New function.
10345
fc98a809
AB
103462014-04-16 Andrew Burgess <aburgess@broadcom.com>
10347
10348 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10349 appearing in any order.
10350
87fd9e6e
DE
103512014-04-15 Doug Evans <dje@google.com>
10352
10353 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10354 uninitialized value of "description".
10355
099fc3ea
KS
103562014-04-15 Keith Seitz <keiths@redhat.com>
10357
10358 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10359 Remove unused globals.
10360 (test_running_the_program): Likewise.
10361 (test_controlled_execution): Likewise.
10362 (test_controlling_breakpoints): Likewise.
10363 (test_program_termination): Likewise.
10364
5da151d4
KS
103652014-04-15 Keith Seitz <keiths@redhat.com>
10366
10367 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10368 unused globals.
10369 (test_rbreak_creation_and_listing): Likewise.
10370 (test_ignore_count): Likewise.
10371 (test_error): Likewise.
10372
35e5d2f0
PA
103732014-04-15 Pedro Alves <palves@redhat.com>
10374
10375 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10376 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10377 sym-file-loader.c.
10378 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10379 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10380 to sym-file-loader.c.
10381 (struct library): Forward declare.
10382 (load_shlib, lookup_function): Change prototypes.
10383 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10384 (translate_offset): Remove declarations.
10385 (get_text_addr): New declaration.
10386 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10387 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10388 sym-file-loader.h.
10389 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10390 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10391 here from sym-file-loader.h.
10392 (struct library): New structure.
10393 (load_shlib, lookup_function): Change prototypes and adjust to
10394 work with a struct library.
10395 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10396 (translate_offset): Make static.
10397 (get_text_addr): New function.
10398 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10399
eb4c1710
PA
104002014-04-15 Pedro Alves <palves@redhat.com>
10401
10402 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10403
2d1baf52
PA
104042014-04-15 Pedro Alves <palves@redhat.com>
10405
10406 * gdb.base/sym-file-loader.c: Include <limits.h>.
10407 (SELF_LINK): New define.
10408 (get_origin): New function.
10409 (load_shlib): Use it.
10410 * gdb.base/sym-file.exp: Don't early return if the target is
10411 remote. Use runto_main, and issue fail is that fails. Use
10412 gdb_load_shlibs.
10413 (shlib_name): Delete.
10414 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10415
7dd6df01
PA
104162014-04-15 Pedro Alves <palves@redhat.com>
10417
10418 * gdb.base/sym-file.exp: Remove regex characters from test
10419 message. Don't refer to breakpoint numbers in test messages.
10420
b50c8614
KS
104212014-04-14 Keith Seitz <keiths@redhat.com>
10422
10423 PR c++/16253
10424 * gdb.cp/var-tag.cc: New file.
10425 * gdb.cp/var-tag.exp: New file.
10426 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10427 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10428 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10429 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10430
3d567982
TT
104312014-04-14 Tom Tromey <tromey@redhat.com>
10432
10433 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10434 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10435 type.
10436 * gdb.cp/enum-class.exp: New file.
10437 * gdb.cp/enum-class.cc: New file.
10438
0626fc76
TT
104392014-04-14 Tom Tromey <tromey@redhat.com>
10440
10441 * gdb.dwarf2/enum-type.exp: New file.
10442
dca325b3
SA
104432014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10444
10445 * gdb.mi/mi-vla-c99.exp: New file.
10446 * gdb.mi/vla.c: New file.
10447
5854b38a
SA
104482014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10449
10450 * gdb.base/vla-datatypes.c: New file.
10451 * gdb.base/vla-datatypes.exp: New file.
10452
463bb957
SA
104532014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10454
10455 * gdb.base/vla-ptr.c: New file.
10456 * gdb.base/vla-ptr.exp: New file.
10457
3dd170be
SA
104582014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10459
10460 * gdb.dwarf2/count.exp: New file.
10461
5ecaaa66
SA
104622014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10463
10464 * gdb.base/vla-sideeffect.c: New file.
10465 * gdb.base/vla-sideeffect.exp: New file.
10466
41f1ada5
DB
104672014-04-14 David Blaikie <dblaikie@gmail.com>
10468
10469 * gdb.mi/non-stop.c: Add return value for non-void function return
10470 statement.
10471 * gdb.threads/staticthreads.c: Ditto.
10472
0be03e84
DE
104732014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10474 Doug Evans <xdje42@gmail.com>
10475
10476 * gdb.guile/scm-value.c: Improve test case.
10477 * gdb.guile/scm-value.exp: Add new test.
10478
f180a1fb
DB
104792014-04-11 David Blaikie <dblaikie@gmail.com>
10480
10481 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10482 override Clang's default.
10483
6b662e19
JB
104842014-04-11 Joel Brobecker <brobecker@adacore.com>
10485
10486 Revert the following changes (regressions):
10487
10488 * gdb.base/vla-sideeffect.c: New file.
10489 * gdb.base/vla-sideeffect.exp: New file.
10490
10491 * gdb.dwarf2/count.exp: New file.
10492
10493 * gdb.base/vla-multi.c: New file.
10494 * gdb.base/vla-multi.exp: New file.
10495
10496 * gdb.base/vla-ptr.c: New file.
10497 * gdb.base/vla-ptr.exp: New file.
10498
10499 * gdb.base/vla-datatypes.c: New file.
10500 * gdb.base/vla-datatypes.exp: New file.
10501
10502 * gdb.mi/mi-vla-c99.exp: New file.
10503 * gdb.mi/vla.c: New file.
10504
245a5f0b
KS
105052014-04-11 Keith Seitz <keiths@redhat.com>
10506
10507 PR c++/16675
10508 * gdb.cp/cpsizeof.exp: New file.
10509 * gdb.cp/cpsizeof.cc: New file.
10510
58a84dcf
SA
105112014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10512
191a8a90
JB
10513 * gdb.mi/mi-vla-c99.exp: New file.
10514 * gdb.mi/vla.c: New file.
58a84dcf 10515
c8655f75
SA
105162014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10517
10518 * gdb.base/vla-datatypes.c: New file.
10519 * gdb.base/vla-datatypes.exp: New file.
10520
024e13b4
SA
105212014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10522
10523 * gdb.base/vla-ptr.c: New file.
10524 * gdb.base/vla-ptr.exp: New file.
10525
1a237e0e
SA
105262014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10527
10528 * gdb.base/vla-multi.c: New file.
10529 * gdb.base/vla-multi.exp: New file.
10530
504f3432
SA
105312014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10532
10533 * gdb.dwarf2/count.exp: New file.
10534
3bce8237
SA
105352014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10536
191a8a90
JB
10537 * gdb.base/vla-sideeffect.c: New file.
10538 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 10539
322f9c21
YQ
105402014-04-11 Yao Qi <yao@codesourcery.com>
10541
10542 * gdb.base/completion.exp: Check file exists before running tests
10543 on file completion.
10544
d708bcd1
PA
105452014-04-10 Pedro Alves <palves@redhat.com>
10546
10547 * gdb.base/cond-eval-mode.c: New file.
10548 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10549 prepare_for_testing to build the new file. Check result of
10550 runto_main.
10551 (test_break, test_watch): New procedures.
10552 (top level): Use them.
10553
ae1d2761
PM
105542014-04-08 Pierre Muller <muller@sourceware.org>
10555
10556 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10557 Ctrl-V use for mingw hosts.
10558
7af389b8
SC
105592014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10560
10561 * gdb.python/py-value.c: Improve test case.
10562 * gdb.python/py-value.exp: Add new test.
10563
5e703181
DE
105642014-04-07 David Blaikie <dblaikie@gmail.com>
10565
10566 * lib/compiler.c: Identify the clang compiler.
10567 * lib/compiler.cc: Ditto.
10568
9810b410
YQ
105692014-04-03 Yao Qi <yao@codesourcery.com>
10570
10571 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10572
98d1b8dc
AB
105732014-04-01 Anton Blanchard <anton@samba.org>
10574
10575 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10576 messages unique.
10577
3114cea1
AB
105782014-04-01 Anton Blanchard <anton@samba.org>
10579
10580 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10581 prepare_for_testing.
10582
62f7182c
AB
105832014-04-01 Anton Blanchard <anton@samba.org>
10584
10585 * gdb.arch/ppc64-atomic-inst.c: Remove.
10586 * gdb.arch/ppc64-atomic-inst.S: New file.
10587 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10588
770e7fc7
DE
105892014-03-31 Doug Evans <dje@google.com>
10590
10591 * gdb.base/print-symbol-loading-lib.c: New file.
10592 * gdb.base/print-symbol-loading-main.c: New file.
10593 * gdb.base/print-symbol-loading.exp: New file.
10594
46e2bafa
YQ
105952014-03-31 Yao Qi <yao@codesourcery.com>
10596
10597 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10598
8776cfe9
JB
105992014-03-28 Joel Brobecker <brobecker@adacore.com>
10600
10601 * gdb.ada/mi_dyn_arr: New testcase.
10602
5d1ef361
DE
106032014-03-27 Doug Evans <dje@google.com>
10604
10605 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10606
b5bee914
YQ
106072014-03-27 Yao Qi <yao@codesourcery.com>
10608
10609 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10610 if target is nios2-*-*.
10611
0d4d0e77
YQ
106122014-03-26 Yao Qi <yao@codesourcery.com>
10613
10614 * lib/gdb.exp (readline_is_used): New proc.
10615 * gdb.base/completion.exp: Move tests on command complete up.
10616 Skip the rest of tests if readline is not used.
10617 * gdb.ada/complete.exp: Skp the test if readline is not
10618 used.
10619 * gdb.base/filesym.exp: Likewise.
10620 * gdb.base/macscp.exp: Likewise.
10621 * gdb.base/readline-ask.exp: Likewise.
10622 * gdb.base/readline.exp: Likewise.
10623 * gdb.python/py-cmd.exp: Likewise.
10624 * gdb.trace/tfile.exp: Likewise.
10625
29361eee
YQ
106262014-03-26 Yao Qi <yao@codesourcery.com>
10627
10628 * gdb.base/macscp.exp: Fix code format issues.
10629
bc9a5525
UW
106302014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10631
10632 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10633 * gdb.asm/powerpc64le.inc: New file.
10634
d3839ede
PA
106352014-03-25 Pedro Alves <palves@redhat.com>
10636 Doug Evans <dje@google.com>
10637
10638 * gdb.base/source-execution.c: New file.
10639 * gdb.base/source-execution.exp: New file.
10640 * gdb.base/source-execution.gdb: New file.
10641
01672a57
DE
106422014-03-24 Doug Evans <dje@google.com>
10643
10644 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10645 using fission.
10646
88bbeca9
HZ
106472014-03-24 Hui Zhu <hui@codesourcery.com>
10648 Pedro Alves <palves@redhat.com>
10649
10650 PR breakpoints/16101
10651 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10652 test pass/fail messages. Detect missing support for dprintf when
10653 breakpoints are actually inserted.
10654 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10655 breakpoints are actually inserted.
10656 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10657 fails.
10658
d2348791
JK
106592014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10660
10661 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10662
feef67ab
DE
106632014-03-22 Doug Evans <xdje42@gmail.com>
10664
10665 * gdb.python/python.exp (python not supported): Verify multi-line
10666 python command issues an error.
25d743f9 10667 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 10668 guile command issues an error.
feef67ab 10669
ecebef6a
MR
106702014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10671
10672 * gdb.threads/thread-specific.exp: Handle the lack of usable
10673 $this_breakpoint and $this_thread.
10674
ccdd1909
HZ
106752014-03-21 Hui Zhu <hui@codesourcery.com>
10676
10677 * gdb.base/attach.exp (do_command_attach_tests): New.
10678
beb460e8
PA
106792014-03-20 Tom Tromey <tromey@redhat.com>
10680 Pedro Alves <palves@redhat.com>
10681
10682 PR cli/15718
10683 * gdb.base/condbreak-call-false.c: New file.
10684 * gdb.base/condbreak-call-false.exp: New file.
10685
40acf43a
PA
106862014-03-20 Pedro Alves <palves@redhat.com>
10687
10688 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10689 Delete.
10690 (block_signals, unblock_signals): Delete.
10691 (child_function_2, main): Remove references to deleted variable
10692 and functions.
10693
9f5e1e02
PA
106942014-03-20 Pedro Alves <palves@redhat.com>
10695
10696 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10697 Use pthread_kill to signal thread 2.
10698 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10699 Adjust to make the test send itself a signal rather than using the
10700 host's "kill" command.
10701
99619bea
PA
107022014-03-20 Pedro Alves <palves@redhat.com>
10703
10704 * gdb.threads/multiple-step-overs.c: New file.
10705 * gdb.threads/multiple-step-overs.exp: New file.
10706 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10707 Adjust expected infrun debug output.
10708
2adfaa28
PA
107092014-03-20 Pedro Alves <palves@redhat.com>
10710
10711 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10712 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10713
31e77af2
PA
107142014-03-20 Pedro Alves <palves@redhat.com>
10715
10716 PR breakpoints/7143
10717 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10718 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10719 of gdb_test_multiple.
10720 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10721 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10722
b9f437de
PA
107232014-03-20 Pedro Alves <palves@redhat.com>
10724
10725 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10726 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10727
05adc73e
PA
107282014-03-19 Pedro Alves <palves@redhat.com>
10729
10730 * gdb.base/async.exp: Remove early return.
10731
6048b950
PA
107322014-03-19 Pedro Alves <palves@redhat.com>
10733
10734 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10735
8bcfb00a
PA
107362014-03-19 Pedro Alves <palves@redhat.com>
10737
10738 * gdb.base/async.exp (test_background): Expect \r\n after
10739 "completed." in the fail pattern.
10740
884e37dc
PA
107412014-03-19 Pedro Alves <palves@redhat.com>
10742
10743 * gdb.base/async.exp (test_background): New procedure.
10744 Use it for all background execution command tests.
10745
148e57e2
PA
107462014-03-19 Pedro Alves <palves@redhat.com>
10747
10748 * gdb.base/async.exp: Use prepare_for_testing.
10749
f48088c7
PA
107502014-03-19 Pedro Alves <palves@redhat.com>
10751
10752 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10753 the same line.
10754
e2f6c966
PA
107552014-03-19 Pedro Alves <palves@redhat.com>
10756
10757 * gdb.base/async.c (main): Add "jump here" and "until here" line
10758 marker comments.
10759 * gdb.base/async.exp (jump_here): New global.
10760 (jump& test): Use it.
10761 (until_here): New global.
10762 (until& test): Use it.
10763
c30568d4
PA
107642014-03-19 Pedro Alves <palves@redhat.com>
10765
10766 * gdb.base/async.exp: Don't frob gdb_protocol.
10767
0172b6a7
DE
107682014-03-18 Doug Evans <xdje42@gmail.com>
10769
10770 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10771 Fix spelling of exec-done-display.
10772
06c868a8
JK
107732014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10774
10775 PR gdb/15358
10776 * gdb.base/gdb-sigterm.c: New file.
10777 * gdb.base/gdb-sigterm.exp: New file.
10778
0c7e1a46
PA
107792014-03-18 Pedro Alves <palves@redhat.com>
10780
10781 PR gdb/13860
10782 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10783 * lib/mi-support.exp (mi_expect_stop): Add special handling for
10784 solib-event.
10785
f7c77d93
JB
107862014-03-17 Joel Brobecker <brobecker@adacore.com>
10787
10788 * gdb.ada/pckd_arr_ren: New testcase.
10789
5a1e8c7a
DE
107902014-03-13 Doug Evans <xdje42@gmail.com>
10791
10792 PR guile/16612
10793 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10794 collect after discarding symbols.
10795
350e1a76
DE
107962014-03-13 Ludovic Courtès <ludo@gnu.org>
10797 Doug Evans <xdje42@gmail.com>
10798
10799 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10800 to history survives a gc.
10801
a69900ae
PA
108022014-03-13 Pedro Alves <palves@redhat.com>
10803
10804 * gdb.base/default.exp: Don't test "target procfs".
10805
5db9f0bd
PA
108062014-03-13 Pedro Alves <palves@redhat.com>
10807
10808 * gdb.base/default.exp: Update "target child" and "target procfs"
10809 tests to not expect "Unix".
10810
b3ccfe11
TT
108112014-03-12 Tom Tromey <tromey@redhat.com>
10812
10813 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
10814 New procs. Add target-async tests.
10815 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
10816 Add target-async tests.
10817
646f4417
AA
108182014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10819
10820 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
10821 'func_start' and 'func_end' for the beginning and end of the
10822 function code, respectively.
10823 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
10824 'func_end' instead of 'func' and 'main'.
10825
288c211f
AA
108262014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10827
10828 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
10829 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
10830 generate the debug info assembler source.
10831
e0c0f156
AA
108322014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10833
10834 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
10835 * gdb.dwarf2/arr-subrange.exp: Likewise.
10836 * gdb.dwarf2/dwz.exp: Likewise.
10837 * gdb.dwarf2/method-ptr.exp: Likewise.
10838 * gdb.dwarf2/missing-sig-type.exp: Likewise.
10839 * gdb.dwarf2/subrange.exp: Likewise.
10840 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
10841 * gdb.dwarf2/implptrpiece.exp: Likewise.
10842 * gdb.dwarf2/nostaticblock.exp: Likewise.
10843
0e5c4555
AA
108442014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10845
10846 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
10847 directory to absolute path name arguments.
10848
5ec18f2b
JG
108492014-03-10 Joel Brobecker <brobecker@adacore.com>
10850
10851 * gdb.ada/tagged_access: New testcase.
10852
847fc4f2
MM
108532014-03-07 Markus Metzger <markus.t.metzger@intel.com>
10854
10855 * gdb.btrace/data.exp: Update expected output.
10856
cc3da688
YQ
108572014-03-06 Yao Qi <yao@codesourcery.com>
10858
10859 * gdb.trace/pr16508.exp: New file.
10860
0f26cec1
PA
108612014-03-05 Pedro Alves <palves@redhat.com>
10862
10863 PR gdb/16575
10864 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
10865 procedure.
10866 (top level): Adjust to use it. Add tests that exercise breakpoint
10867 interaction with the code-cache.
10868
7a5a839f
LC
108692014-02-26 Ludovic Courtès <ludo@gnu.org>
10870
10871 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
10872 test for 'history-append!'.
10873
31aa7e4e
JB
108742014-02-26 Joel Brobecker <brobecker@adacore.com>
10875
10876 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
10877 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
10878 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
10879 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
10880 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
10881 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
10882
1b588015
JB
108832014-02-26 Joel Brobecker <brobecker@adacore.com>
10884
10885 * testsuite/gdb.python/py-pp-re-notag.c: New file.
10886 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
10887 * testsuite/gdb.python/py-pp-re-notag.p: New file.
10888
55426c9d
JB
108892014-02-26 Joel Brobecker <brobecker@adacore.com>
10890
10891 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
10892
dc53a7ad
JB
108932014-02-26 Joel Brobecker <brobecker@adacore.com>
10894
10895 * gdb.dwarf2/arr-stride.c: New file.
10896 * gdb.dwarf2/arr-stride.exp: New file.
10897
12ab52e9
PA
108982014-02-26 Pedro Alves <palves@redhat.com>
10899
10900 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
10901 that won't ever trigger. Make sure that GDB reports the correct
10902 breakpoint that caused the stop.
10903
849c862e
JK
109042014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10905
10906 PR gdb/16626
10907 * gdb.base/auto-load-script: New file.
10908 * gdb.base/auto-load.c: New file.
10909 * gdb.base/auto-load.exp: New file.
10910
71b7d793
JK
10911 PR gdb/16626
10912 * gdb.base/auto-load.exp: Fix out-of-srctree run.
10913
e2f0d509
JK
109142014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10915
10916 Fix dw2-icycle.exp -fsanitize=address GDB crash.
10917 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
10918
50cc37c8
DE
109192014-02-24 Doug Evans <dje@google.com>
10920
10921 * lib/gdb.exp (run_on_host): Log error output if program fails.
10922
ea4758f2
PA
109232014-02-21 Pedro Alves <palves@redhat.com>
10924
10925 * gdb.threads/step-after-sr-lock.c: Rename to ...
10926 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
10927 * gdb.threads/step-after-sr-lock.exp: Rename to ...
10928 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10929 ... this.
10930
d7b30f67
SDJ
109312014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
10932
10933 PR tdep/16397
10934 * gdb.arch/amd64-stap-special-operands.exp: New file.
10935 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
10936 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
10937 * gdb.arch/amd64-stap-triplet.S: Likewise.
10938 * gdb.arch/amd64-stap-triplet.c: Likewise.
10939
83deb43f
JB
109402014-02-20 Joel Brobecker <brobecker@adacore.com>
10941
10942 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
10943 in .section pseudo-op.
10944
adde2bff
DE
109452014-02-20 lin zuojian <manjian2006@gmail.com>
10946 Joel Brobecker <brobecker@adacore.com>
10947 Doug Evans <xdje42@gmail.com>
10948
10949 PR symtab/16581
10950 * gdb.dwarf2/dw2-icycle.S: New file.
10951 * gdb.dwarf2/dw2-icycle.c: New file.
10952 * gdb.dwarf2/dw2-icycle.exp: New file.
10953
f7bd0f78
SC
109542014-02-19 Siva Chandra Reddy <sivachandra@google.com>
10955
10956 * gdb.python/py-value-cc.cc: Improve test case to enable testing
10957 operations on gdb.Value objects.
10958 * gdb.python/py-value-cc.exp: Add new test to test operations on
10959 gdb.Value objects.
10960
c17ef0d5
DE
109612014-02-18 Doug Evans <dje@google.com>
10962
10963 * Makefile.in (TESTS): New variable.
10964 (expanded_tests, expanded_tests_or_none): New variables
10965 (check-single): Pass $(expanded_tests_or_none) to runtest.
10966 (check-parallel): Only run tests in $(TESTS) if non-empty.
10967 (check/no-matching-tests-found): New rule.
10968 * README: Document TESTS makefile variable.
10969
5dd3176f
DE
109702014-02-18 Doug Evans <dje@google.com>
10971
10972 * Makefile.in (check-parallel): rm -rf outputs temp.
10973
0b10be4f
JK
109742014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10975
10976 Fix "ERROR: no fileid for" in the testsuite.
10977 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
10978
85f224e7
DE
109792014-02-12 Doug Evans <dje@google.com>
10980
10981 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
10982 (MISCELLANEOUS): New variable.
10983 (clean): rm -rf $(MISCELLANEOUS).
10984 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
10985 dwp live in the same directory as symlinks, with each symlink pointed
10986 to a differently named file in a different directory.
10987
149b30ff
DE
109882014-02-11 Doug Evans <dje@google.com>
10989
10990 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
10991 of Tcl file commands.
10992
1dfdac32
MK
109932014-02-10 Mark Kettenis <kettenis@gnu.org>
10994
10995 * gdb.threads/step-after-sr-lock.exp: Avoid executing
10996 "kill -SIGUSR1 -1".
10997
aa4fb036
JB
109982014-02-10 Joel Brobecker <brobecker@adacore.com>
10999
11000 * gdb.ada/tick_length_array_enum_idx: New testcase.
11001
ed3ef339
DE
110022014-02-10 Doug Evans <xdje42@gmail.com>
11003
11004 * configure.ac (AC_OUTPUT): Add gdb.guile.
11005 * configure: Regenerate.
11006 * lib/gdb-guile.exp: New file.
11007 * lib/gdb.exp (get_target_charset): New function.
11008 * gdb.base/help.exp: Update expected output from "apropos apropos".
11009 * gdb.guile/Makefile.in: New file.
11010 * gdb.guile/guile.exp: New file.
11011 * gdb.guile/scm-arch.c: New file.
11012 * gdb.guile/scm-arch.exp: New file.
11013 * gdb.guile/scm-block.c: New file.
11014 * gdb.guile/scm-block.exp: New file.
11015 * gdb.guile/scm-breakpoint.c: New file.
11016 * gdb.guile/scm-breakpoint.exp: New file.
11017 * gdb.guile/scm-disasm.c: New file.
11018 * gdb.guile/scm-disasm.exp: New file.
11019 * gdb.guile/scm-equal.c: New file.
11020 * gdb.guile/scm-equal.exp: New file.
11021 * gdb.guile/scm-error.exp: New file.
11022 * gdb.guile/scm-error.scm: New file.
11023 * gdb.guile/scm-frame-args.c: New file.
11024 * gdb.guile/scm-frame-args.exp: New file.
11025 * gdb.guile/scm-frame-args.scm: New file.
11026 * gdb.guile/scm-frame-inline.c: New file.
11027 * gdb.guile/scm-frame-inline.exp: New file.
11028 * gdb.guile/scm-frame.c: New file.
11029 * gdb.guile/scm-frame.exp: New file.
11030 * gdb.guile/scm-generics.exp: New file.
11031 * gdb.guile/scm-gsmob.exp: New file.
11032 * gdb.guile/scm-iterator.c: New file.
11033 * gdb.guile/scm-iterator.exp: New file.
11034 * gdb.guile/scm-math.c: New file.
11035 * gdb.guile/scm-math.exp: New file.
11036 * gdb.guile/scm-objfile-script-gdb.in: New file.
11037 * gdb.guile/scm-objfile-script.c: New file.
11038 * gdb.guile/scm-objfile-script.exp: New file.
11039 * gdb.guile/scm-objfile.c: New file.
11040 * gdb.guile/scm-objfile.exp: New file.
11041 * gdb.guile/scm-ports.exp: New file.
11042 * gdb.guile/scm-pretty-print.c: New file.
11043 * gdb.guile/scm-pretty-print.exp: New file.
11044 * gdb.guile/scm-pretty-print.scm: New file.
11045 * gdb.guile/scm-section-script.c: New file.
11046 * gdb.guile/scm-section-script.exp: New file.
11047 * gdb.guile/scm-section-script.scm: New file.
11048 * gdb.guile/scm-symbol.c: New file.
11049 * gdb.guile/scm-symbol.exp: New file.
11050 * gdb.guile/scm-symtab-2.c: New file.
11051 * gdb.guile/scm-symtab.c: New file.
11052 * gdb.guile/scm-symtab.exp: New file.
11053 * gdb.guile/scm-type.c: New file.
11054 * gdb.guile/scm-type.exp: New file.
11055 * gdb.guile/scm-value-cc.cc: New file.
11056 * gdb.guile/scm-value-cc.exp: New file.
11057 * gdb.guile/scm-value.c: New file.
11058 * gdb.guile/scm-value.exp: New file.
11059 * gdb.guile/source2.scm: New file.
11060 * gdb.guile/types-module.cc: New file.
11061 * gdb.guile/types-module.exp: New file.
11062
7026a7c1
YQ
110632014-02-10 Yao Qi <yao@codesourcery.com>
11064
11065 PR testsuite/16543
11066 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
11067 * configure: Regenerated.
11068 * Makefile.in: New file.
11069
6c466447
AS
110702014-02-08 Andreas Schwab <schwab@linux-m68k.org>
11071
11072 * gdb.python/py-framefilter.exp: Fix typo.
11073
6e854735
YQ
110742014-02-08 Yao Qi <yao@codesourcery.com>
11075
11076 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
11077 that no =breakpoint-modified is emitted when breakpoints are
11078 modified through MI commands.
11079
d137e6dc
PA
110802014-02-07 Pedro Alves <pedro@codesourcery.com>
11081 Pedro Alves <palves@redhat.com>
11082
11083 * gdb.threads/step-after-sr-lock.c: New file.
11084 * gdb.threads/step-after-sr-lock.exp: New file.
11085
b5ee5a50
PA
110862014-02-07 Pedro Alves <palves@redhat.com>
11087
11088 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
11089
3c77faf3
JK
110902014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
11091
11092 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
11093 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
11094
6dddc817
DE
110952014-02-06 Doug Evans <xdje42@gmail.com>
11096
11097 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
11098 output.
11099
11100 * gdb.gdb/python-interrupts.exp: New file.
11101
de7b2893
YQ
111022014-02-05 Yao Qi <yao@codesourcery.com>
11103
11104 * gdb.trace/report.exp (use_collected_data): Test the output
11105 of "info threads" and "info inferiors".
11106
66d032ac
YQ
111072014-02-05 Yao Qi <yao@codesourcery.com>
11108
11109 Revert this patch:
11110
11111 2013-05-24 Yao Qi <yao@codesourcery.com>
11112
11113 * gdb.trace/tfile.exp: Test inferior and thread.
11114
591a12a1
UW
111152014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11116
11117 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
11118 on a function.
11119 * gdb.base/step-bt.c: Call hello via function pointer to make
11120 sure its first instruction is executed on powerpc64le-linux.
11121
0ff3e01f
UW
111222014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11123
11124 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
11125
084ee545
UW
111262014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11127
11128 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
11129 of the test patterns for use on little-endian systems.
11130
6ed14ff3
UW
111312014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
11132
11133 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
11134 (decimal_vector): Fix for little-endian.
11135
401e27fd
JM
111362014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
11137
11138 * gdb.arch/sparc-sysstep.exp: New file.
11139 * gdb.arch/sparc-sysstep.c: Likewise.
11140
11141 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11142
8b924729
EBM
111432014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11144
11145 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11146
fb151210
JB
111472014-01-23 Tom Tromey <tromey@redhat.com>
11148
11149 * gdb.ada/array_char_idx: New testcase.
11150
0740f8d8
TT
111512014-01-23 Tom Tromey <tromey@redhat.com>
11152
11153 PR python/16487:
11154 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11155 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11156 classes.
11157
21909fa1
TT
111582014-01-23 Tom Tromey <tromey@redhat.com>
11159
11160 PR python/16491:
11161 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11162 string from an inferior frame.
11163 * gdb.python/py-framefilter-mi.exp: Update.
11164
87ce2a04
DE
111652014-01-22 Doug Evans <dje@google.com>
11166
11167 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11168
237b092b
AA
111692014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11170
11171 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11172
d674a709
AA
111732014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11174
11175 * gdb.trace/entry-values.exp: Remove excess space character from
11176 regex patterns. Handle s390 call instruction.
11177
20fa3390
AA
111782014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11179
11180 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11181 define "*_start" label. Make "name" static.
11182 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11183 ${name} by references to ${name}_start.
11184
78466714
AA
111852014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11186
11187 * gdb.base/info-macros.exp: Remove "debug" from the compile
11188 options.
11189
ec9f644a
IB
111902014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11191
11192 * gdb.dlang/demangle.exp: New file.
11193
94b1b47e
IB
111942014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11195
11196 * gdb.dlang/primitive-types.exp: New file.
11197
7f420862
IB
111982014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11199
11200 * configure.ac: Create gdb.dlang/Makefile.
11201 * configure: Regenerate.
11202 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11203 * gdb.dlang/Makefile.in: New file.
11204 * lib/d-support.exp: New file.
11205 * lib/gdb.exp (skip_d_tests): New proc.
11206
52834460
MM
112072014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11208
11209 * gdb.btrace/delta.exp: Check reverse stepi.
11210 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11211 * gdb.btrace/finish.exp: New.
11212 * gdb.btrace/next.exp: New.
11213 * gdb.btrace/nexti.exp: New.
11214 * gdb.btrace/record_goto.c: Add comments.
11215 * gdb.btrace/step.exp: New.
11216 * gdb.btrace/stepi.exp: New.
11217 * gdb.btrace/multi-thread-step.c: New.
11218 * gdb.btrace/multi-thread-step.exp: New.
11219 * gdb.btrace/rn-dl-bind.c: New.
11220 * gdb.btrace/rn-dl-bind.exp: New.
11221 * gdb.btrace/data.c: New.
11222 * gdb.btrace/data.exp: New.
11223 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11224
6e07b1d2
MM
112252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11226
11227 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11228 * gdb.btrace/exception.exp: Update.
11229 * gdb.btrace/instruction_history.exp: Update.
11230 * gdb.btrace/record_goto.exp: Update.
11231 * gdb.btrace/tailcall.exp: Update.
11232 * gdb.btrace/unknown_functions.exp: Update.
11233 * gdb.btrace/delta.exp: New.
11234
0b722aec
MM
112352014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11236
11237 * gdb.btrace/record_goto.exp: Add backtrace test.
11238 * gdb.btrace/tailcall.exp: Add backtrace test.
11239
066ce621
MM
112402014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11241
11242 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11243 * gdb.btrace/record_goto.c: New.
11244 * gdb.btrace/record_goto.exp: New.
11245 * gdb.btrace/x86-record_goto.S: New.
11246
0688d04e
MM
112472014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11248
11249 * gdb.btrace/function_call_history.exp: Update tests.
11250 * gdb.btrace/instruction_history.exp: Update tests.
11251
8710b709
MM
112522014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11253
11254 * gdb.btrace/function_call_history.exp: Fix expected field
11255 order for "record function-call-history".
11256 Add new tests for "record function-call-history /c".
11257 * gdb.btrace/exception.cc: New.
11258 * gdb.btrace/exception.exp: New.
11259 * gdb.btrace/tailcall.exp: New.
11260 * gdb.btrace/x86-tailcall.S: New.
11261 * gdb.btrace/x86-tailcall.c: New.
11262 * gdb.btrace/unknown_functions.c: New.
11263 * gdb.btrace/unknown_functions.exp: New.
11264 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11265
5de9129b
MM
112662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11267
11268 * gdb.btrace/instruction_history.exp: Update.
11269 * gdb.btrace/function_call_history.exp: Update.
11270
23a7fe75
MM
112712014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11272
11273 * gdb.btrace/function_call_history.exp: Fix expected function
11274 trace.
11275 * gdb.btrace/instruction_history.exp: Initialize traced.
11276 Remove traced_functions.
11277
724c7dd8
MM
112782014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11279
11280 * gdb.btrace/function_call_history.exp: Update
11281 * gdb.btrace/instruction_history.exp: Update.
11282
6d78d93b
MM
112832014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11284
11285 * gdb.btrace/enable.exp: Update expected text.
11286
93a360cc
OJ
112872014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11288
11289 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11290 bytes.
11291
3772b53f
MR
112922014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11293
11294 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11295
596662fa
OJ
112962014-01-15 Omair Javaid <omair.javaid@linaro.org>
11297
11298 * lib/gdb.exp (supports_process_record): Return true for
11299 arm*-linux*. (supports_reverse): Likewise.
11300
b5b08fb4
SC
113012014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11302
11303 PR python/15464
11304 PR python/16113
11305 * gdb.python/py-type.c: Enhance test case.
11306 * gdb.python/py-value-cc.cc: Likewise
11307 * gdb.python/py-type.exp: Add new tests.
11308 * gdb.python/py-value-cc.exp: Likewise
11309
52d7fb13
AA
113102014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11311 Pedro Alves <palves@redhat.com>
11312
11313 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11314 Make "name" extern.
11315 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11316 references to ${name}_start by references to ${name}.
11317
a2cd8cfe
JB
113182014-01-10 Joel Brobecker <brobecker@adacore.com>
11319
11320 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11321
4e23fced
JB
113222014-01-10 Joel Brobecker <brobecker@adacore.com>
11323
11324 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11325
c6a9e42c
PA
113262014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11327 Pedro Alves <palves@redhat.com>
11328
11329 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11330 mi_gdb_target_load.
c6a9e42c 11331
b7ea362b
PA
113322014-01-08 Pedro Alves <palves@redhat.com>
11333
11334 * gdb.threads/reconnect-signal.c: New file.
11335 * gdb.threads/reconnect-signal.exp: New file.
11336
5e3f4fab
EBM
113372014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11338
11339 * gdb.base/source-dir.exp: New file.
11340
79301218
JB
113412014-01-07 Joel Brobecker <brobecker@adacore.com>
11342
11343 * gdb.ada/mi_interface: New testcase.
11344
8e355c5d
JB
113452014-01-07 Joel Brobecker <brobecker@adacore.com>
11346
11347 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11348 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11349 gdb.ada/pp-rec-component/pck.ads: New files.
11350
c0d48811
JB
113512014-01-07 Joel Brobecker <brobecker@adacore.com>
11352
11353 * gdb.python/py-pp-integral.c: New file.
11354 * gdb.python/py-pp-integral.py: New file.
11355 * gdb.python/py-pp-integral.exp: New file.
11356
17b609c3 11357For older changes see ChangeLog-1993-2013.
c906108c 11358\f
8d8cb839
EZ
11359;; Local Variables:
11360;; mode: change-log
11361;; left-margin: 8
11362;; fill-column: 74
11363;; version-control: never
11364;; End:
902f2ccb 11365
61baf725 11366 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11367 Copying and distribution of this file, with or without modification,
11368 are permitted provided the copyright notice and this notice are preserved.
This page took 4.047104 seconds and 4 git commands to generate.