]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
[ARC] Fix assembler relaxation.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
4e746bb6
TW
12017-02-14 Tim Wiederhake <tim.wiederhake@intel.com>
2
3 * gdb.python/py-record-btrace.c, gdb.python/py-record-btrace.exp,
4 gdb.python/py-record-full.c, gdb.python/py-record-full.exp: New file.
5
3f77c769
TT
62017-02-14 Tom Tromey <tom@tromey.com>
7
8 PR python/13598:
9 * gdb.python/py-events.exp: Add before_prompt event tests.
10
075beec0
AA
112017-02-14 Andreas Arnez <arnez@linux.vnet.ibm.com>
12
13 * gdb.dwarf2/implptrpiece.exp: Fix check for big-endian targets.
14
bf5f525c
LM
152017-02-13 Luis Machado <lgustavo@codesourcery.com>
16
17 * gdb.linespec/explicit.c (my_unique_function_name): New function.
18 (main): Call my_unique_function_name.
19 * gdb.linespec/explicit.exp: Use my_unique_function_name to test
20 completion of patterns with a single match.
21 Add missing -re switches to gdb_test_multiple calls.
22
13a66184
LM
232017-02-13 Luis Machado <lgustavo@codesourcery.com>
24
25 * gdb.arch/i386-biarch-core.exp: Check for i386 arch support and
26 return if core file is not recognized.
27
26a06916
SM
282017-02-10 Simon Marchi <simon.marchi@ericsson.com>
29
30 * gdb.base/new-ui.exp (do_test): Test queries behavior on main
31 and extra UIs.
32
b761ca9e
SM
332017-02-10 Simon Marchi <simon.marchi@ericsson.com>
34
35 * gdb.base/new-ui.exp (do_test, do_test_invalid_args): Use
36 proc_with_prefix.
37
b964bee0
TT
382017-02-10 Tom Tromey <tom@tromey.com>
39
40 * gdb.python/py-xmethods.exp: Use "p" command, not "P".
41
18da0c51
MG
422017-02-10 Martin Galvan <martingalvan@sourceware.org>
43
44 PR gdb/21122
45 * gdb.base/help.exp: Update match pattern for testing 'help commands'.
46
604c4576
JG
472017-02-08 Jerome Guitton <guitton@adacore.com>
48
49 * gdb.base/define.exp: Add test for command abbreviations
50 in define.
51
20b477a7
LM
522017-02-06 Luis Machado <lgustavo@codesourcery.com>
53
54 * gdb.reverse/insn-reverse.c: Include insn-reverse-x86.c.
55 * gdb.reverse/insn-reverse-x86.c: New file.
56
3f7b46f2
IR
572017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
58
59 PR tdep/20936
60 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
61
f0fd41c1
TT
622017-02-03 Tom Tromey <tom@tromey.com>
63
64 PR rust/21097:
65 * gdb.rust/simple.exp: Add new tests.
66
5be5dbf0
PA
672017-02-02 Pedro Alves <palves@redhat.com>
68
69 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
70 tests.
71
7346ef59
AA
722017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
73
74 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
75 taking a 2-byte value out of a 4-byte DWARF implicit value on
76 big-endian targets.
77 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
78 logic. Add test cases for DW_OP_implicit.
79
787f0025
MM
802017-02-01 Markus Metzger <markus.t.metzger@intel.com>
81
82 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
83
68777c29
MM
842017-02-01 Markus Metzger <markus.t.metzger@intel.com>
85
86 * gdb.btrace/enable.exp: Call gdb_exit before
87 skip_gdbserver_tests.
88
0a1c7e28
MM
892017-02-01 Markus Metzger <markus.t.metzger@intel.com>
90
91 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
92 GDBFLAGS.
93
b5ac99b0
MM
942017-02-01 Markus Metzger <markus.t.metzger@intel.com>
95
96 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
97 the test is skipped.
98 * gdb.btrace/data.exp: Likewise.
99 * gdb.btrace/delta.exp: Likewise.
100 * gdb.btrace/dlopen.exp: Likewise.
101 * gdb.btrace/enable-running.exp: Likewise.
102 * gdb.btrace/enable.exp: Likewise.
103 * gdb.btrace/exception.exp: Likewise.
104 * gdb.btrace/function_call_history.exp: Likewise.
105 * gdb.btrace/gcore.exp: Likewise.
106 * gdb.btrace/instruction_history.exp: Likewise.
107 * gdb.btrace/multi-thread-step.exp: Likewise.
108 * gdb.btrace/nohist.exp: Likewise.
109 * gdb.btrace/non-stop.exp: Likewise.
110 * gdb.btrace/reconnect.exp: Likewise.
111 * gdb.btrace/record_goto-step.exp: Likewise.
112 * gdb.btrace/record_goto.exp: Likewise.
113 * gdb.btrace/rn-dl-bind.exp: Likewise.
114 * gdb.btrace/segv.exp: Likewise.
115 * gdb.btrace/step.exp: Likewise.
116 * gdb.btrace/stepi.exp: Likewise.
117 * gdb.btrace/tailcall-only.exp: Likewise.
118 * gdb.btrace/tailcall.exp: Likewise.
119 * gdb.btrace/tsx.exp: Likewise.
120 * gdb.btrace/unknown_functions.exp: Likewise.
121 * gdb.btrace/vdso.exp: Likewise.
122
cd4007e4
MM
1232017-02-01 Markus Metzger <markus.t.metzger@intel.com>
124
125 * gdb.btrace/enable-running.c: New.
126 * gdb.btrace/enable-running.exp: New.
127
2735833d
WT
1282017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
129
130 * gdb.arch/amd64-gs_base.c: New file.
131 * gdb.arch/amd64-gs_base.exp: New file.
132
b51e1e94
LM
1332017-01-26 Luis Machado <lgustavo@codesourcery.com>
134
135 * lib/memory.exp: Remove spurious empty newlines.
136
72ca0410
SM
1372017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
138
139 * gdb.python/py-bad-printers.exp: Load python file using "source".
140 * gdb.python/py-events.exp: Likewise.
141 * gdb.python/py-evsignal.exp: Likewise.
142 * gdb.python/py-evthreads.exp: Likewise.
143 * gdb.python/py-frame-args.exp: Likewise.
144 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
145 * gdb.python/py-framefilter-mi.exp: Likewise.
146 * gdb.python/py-framefilter.exp: Likewise.
147 * gdb.python/py-mi.exp: Likewise.
148 * gdb.python/py-pp-maint.exp: Likewise.
149 * gdb.python/py-pp-registration.exp: Likewise.
150 * gdb.python/py-prettyprint.exp: Likewise.
151 (run_lang_tests): Likewise.
152 * gdb.python/py-typeprint.exp: Likewise.
153
e309aa65
LM
1542017-01-26 Luis Machado <lgustavo@codesourcery.com>
155
156 * lib/memory.exp: New file.
157 * lib/gdb.exp: Load memory.exp.
158 * gdb.base/memattr.exp (delete_memory): Move proc to
159 lib/memory.exp and rename to delete_memory_regions.
160 Replace delete_memory with delete_memory_regions.
161 Cleanup memory regions before tests.
162 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
163 before tests.
164
515aff23
LM
1652017-01-26 Luis Machado <lgustavo@codesourcery.com>
166
167 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
168 files.
169 (initialize): New function conditionally defined.
170 (testcases): Move within conditional block.
171 (main): Call initialize.
172 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
173 of gdb.reverse/insn-reverse.c.
174 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
175 gdb.reverse/insn-reverse.c.
176
d8b49cf0
YQ
1772017-01-26 Yao Qi <yao.qi@linaro.org>
178
179 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
180 disassemble on address 0.
181
f13a9a0c
YQ
1822017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
183 Yao Qi <yao.qi@linaro.org>
184
185 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
186 * gdb.dwarf2/implptr-64bit.S: Remove.
187 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
188 variables in caller's context. Add DW_OP_implicit_value.
189
5ac95241
YQ
1902017-01-25 Yao Qi <yao.qi@linaro.org>
191
192 * lib/dwarf.exp (Dwarf::_location): Handle
193 DW_OP_GNU_implicit_pointer with proper size.
194
23e82930
LM
1952017-01-20 Luis Machado <lgustavo@codesourcery.com>
196
197 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
198 and add untested calls.
199
d334ae25
LM
2002017-01-20 Luis Machado <lgustavo@codesourcery.com>
201
202 * gdb.python/python.exp: Check line number against what GDB thinks
203 the line number is for func1.
204
f5e6296e
IB
2052017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
206
207 * gdb.dlang/debug-expr.exp: New file.
208
5b362f04
LM
2092016-12-23 Luis Machado <lgustavo@codesourcery.com>
210
211 Fix test names for the following files:
212
213 * gdb.ada/exec_changed.exp
214 * gdb.ada/info_types.exp
215 * gdb.arch/aarch64-atomic-inst.exp
216 * gdb.arch/aarch64-fp.exp
217 * gdb.arch/altivec-abi.exp
218 * gdb.arch/altivec-regs.exp
219 * gdb.arch/amd64-byte.exp
220 * gdb.arch/amd64-disp-step.exp
221 * gdb.arch/amd64-dword.exp
222 * gdb.arch/amd64-entry-value-inline.exp
223 * gdb.arch/amd64-entry-value-param.exp
224 * gdb.arch/amd64-entry-value-paramref.exp
225 * gdb.arch/amd64-entry-value.exp
226 * gdb.arch/amd64-i386-address.exp
227 * gdb.arch/amd64-invalid-stack-middle.exp
228 * gdb.arch/amd64-invalid-stack-top.exp
229 * gdb.arch/amd64-optimout-repeat.exp
230 * gdb.arch/amd64-prologue-skip.exp
231 * gdb.arch/amd64-prologue-xmm.exp
232 * gdb.arch/amd64-stap-special-operands.exp
233 * gdb.arch/amd64-stap-wrong-subexp.exp
234 * gdb.arch/amd64-tailcall-cxx.exp
235 * gdb.arch/amd64-tailcall-noret.exp
236 * gdb.arch/amd64-tailcall-ret.exp
237 * gdb.arch/amd64-tailcall-self.exp
238 * gdb.arch/amd64-word.exp
239 * gdb.arch/arm-bl-branch-dest.exp
240 * gdb.arch/arm-disp-step.exp
241 * gdb.arch/arm-neon.exp
242 * gdb.arch/arm-single-step-kernel-helper.exp
243 * gdb.arch/avr-flash-qualifier.exp
244 * gdb.arch/disp-step-insn-reloc.exp
245 * gdb.arch/e500-abi.exp
246 * gdb.arch/e500-regs.exp
247 * gdb.arch/ftrace-insn-reloc.exp
248 * gdb.arch/i386-avx512.exp
249 * gdb.arch/i386-bp_permanent.exp
250 * gdb.arch/i386-byte.exp
251 * gdb.arch/i386-cfi-notcurrent.exp
252 * gdb.arch/i386-disp-step.exp
253 * gdb.arch/i386-dr3-watch.exp
254 * gdb.arch/i386-float.exp
255 * gdb.arch/i386-gnu-cfi.exp
256 * gdb.arch/i386-mpx-map.exp
257 * gdb.arch/i386-mpx-sigsegv.exp
258 * gdb.arch/i386-mpx-simple_segv.exp
259 * gdb.arch/i386-mpx.exp
260 * gdb.arch/i386-permbkpt.exp
261 * gdb.arch/i386-prologue.exp
262 * gdb.arch/i386-signal.exp
263 * gdb.arch/i386-size-overlap.exp
264 * gdb.arch/i386-unwind.exp
265 * gdb.arch/i386-word.exp
266 * gdb.arch/mips-fcr.exp
267 * gdb.arch/powerpc-d128-regs.exp
268 * gdb.arch/powerpc-stackless.exp
269 * gdb.arch/ppc64-atomic-inst.exp
270 * gdb.arch/s390-stackless.exp
271 * gdb.arch/s390-tdbregs.exp
272 * gdb.arch/s390-vregs.exp
273 * gdb.arch/sparc-sysstep.exp
274 * gdb.arch/thumb-bx-pc.exp
275 * gdb.arch/thumb-singlestep.exp
276 * gdb.arch/thumb2-it.exp
277 * gdb.arch/vsx-regs.exp
278 * gdb.asm/asm-source.exp
279 * gdb.base/a2-run.exp
280 * gdb.base/advance.exp
281 * gdb.base/all-bin.exp
282 * gdb.base/anon.exp
283 * gdb.base/args.exp
284 * gdb.base/arithmet.exp
285 * gdb.base/async-shell.exp
286 * gdb.base/async.exp
287 * gdb.base/attach-pie-noexec.exp
288 * gdb.base/attach-twice.exp
289 * gdb.base/auto-load.exp
290 * gdb.base/bang.exp
291 * gdb.base/bitfields.exp
292 * gdb.base/break-always.exp
293 * gdb.base/break-caller-line.exp
294 * gdb.base/break-entry.exp
295 * gdb.base/break-inline.exp
296 * gdb.base/break-on-linker-gcd-function.exp
297 * gdb.base/break-probes.exp
298 * gdb.base/break.exp
299 * gdb.base/breakpoint-shadow.exp
300 * gdb.base/call-ar-st.exp
301 * gdb.base/call-sc.exp
302 * gdb.base/call-signal-resume.exp
303 * gdb.base/call-strs.exp
304 * gdb.base/callfuncs.exp
305 * gdb.base/catch-fork-static.exp
306 * gdb.base/catch-gdb-caused-signals.exp
307 * gdb.base/catch-load.exp
308 * gdb.base/catch-signal-fork.exp
309 * gdb.base/catch-signal.exp
310 * gdb.base/catch-syscall.exp
311 * gdb.base/charset.exp
312 * gdb.base/checkpoint.exp
313 * gdb.base/chng-syms.exp
314 * gdb.base/code-expr.exp
315 * gdb.base/code_elim.exp
316 * gdb.base/commands.exp
317 * gdb.base/completion.exp
318 * gdb.base/complex.exp
319 * gdb.base/cond-expr.exp
320 * gdb.base/condbreak.exp
321 * gdb.base/consecutive.exp
322 * gdb.base/continue-all-already-running.exp
323 * gdb.base/coredump-filter.exp
324 * gdb.base/corefile.exp
325 * gdb.base/dbx.exp
326 * gdb.base/debug-expr.exp
327 * gdb.base/define.exp
328 * gdb.base/del.exp
329 * gdb.base/disabled-location.exp
330 * gdb.base/disasm-end-cu.exp
331 * gdb.base/disasm-optim.exp
332 * gdb.base/display.exp
333 * gdb.base/duplicate-bp.exp
334 * gdb.base/ena-dis-br.exp
335 * gdb.base/ending-run.exp
336 * gdb.base/enumval.exp
337 * gdb.base/environ.exp
338 * gdb.base/eu-strip-infcall.exp
339 * gdb.base/eval-avoid-side-effects.exp
340 * gdb.base/eval-skip.exp
341 * gdb.base/exitsignal.exp
342 * gdb.base/expand-psymtabs.exp
343 * gdb.base/filesym.exp
344 * gdb.base/find-unmapped.exp
345 * gdb.base/finish.exp
346 * gdb.base/float.exp
347 * gdb.base/foll-exec-mode.exp
348 * gdb.base/foll-exec.exp
349 * gdb.base/foll-fork.exp
350 * gdb.base/fortran-sym-case.exp
351 * gdb.base/freebpcmd.exp
352 * gdb.base/func-ptr.exp
353 * gdb.base/func-ptrs.exp
354 * gdb.base/funcargs.exp
355 * gdb.base/gcore-buffer-overflow.exp
356 * gdb.base/gcore-relro-pie.exp
357 * gdb.base/gcore-relro.exp
358 * gdb.base/gcore.exp
359 * gdb.base/gdb1090.exp
360 * gdb.base/gdb11530.exp
361 * gdb.base/gdb11531.exp
362 * gdb.base/gdb1821.exp
363 * gdb.base/gdbindex-stabs.exp
364 * gdb.base/gdbvars.exp
365 * gdb.base/hbreak.exp
366 * gdb.base/hbreak2.exp
367 * gdb.base/included.exp
368 * gdb.base/infcall-input.exp
369 * gdb.base/inferior-died.exp
370 * gdb.base/infnan.exp
371 * gdb.base/info-macros.exp
372 * gdb.base/info-os.exp
373 * gdb.base/info-proc.exp
374 * gdb.base/info-shared.exp
375 * gdb.base/info-target.exp
376 * gdb.base/infoline.exp
377 * gdb.base/interp.exp
378 * gdb.base/interrupt.exp
379 * gdb.base/jit-reader.exp
380 * gdb.base/jit-simple.exp
381 * gdb.base/kill-after-signal.exp
382 * gdb.base/kill-detach-inferiors-cmd.exp
383 * gdb.base/label.exp
384 * gdb.base/langs.exp
385 * gdb.base/ldbl_e308.exp
386 * gdb.base/line-symtabs.exp
387 * gdb.base/linespecs.exp
388 * gdb.base/list.exp
389 * gdb.base/long_long.exp
390 * gdb.base/longest-types.exp
391 * gdb.base/maint.exp
392 * gdb.base/max-value-size.exp
393 * gdb.base/memattr.exp
394 * gdb.base/mips_pro.exp
395 * gdb.base/morestack.exp
396 * gdb.base/moribund-step.exp
397 * gdb.base/multi-forks.exp
398 * gdb.base/nested-addr.exp
399 * gdb.base/nextoverexit.exp
400 * gdb.base/noreturn-finish.exp
401 * gdb.base/noreturn-return.exp
402 * gdb.base/nostdlib.exp
403 * gdb.base/offsets.exp
404 * gdb.base/opaque.exp
405 * gdb.base/pc-fp.exp
406 * gdb.base/permissions.exp
407 * gdb.base/print-symbol-loading.exp
408 * gdb.base/prologue-include.exp
409 * gdb.base/psymtab.exp
410 * gdb.base/ptype.exp
411 * gdb.base/random-signal.exp
412 * gdb.base/randomize.exp
413 * gdb.base/range-stepping.exp
414 * gdb.base/readline-ask.exp
415 * gdb.base/recpar.exp
416 * gdb.base/recurse.exp
417 * gdb.base/relational.exp
418 * gdb.base/restore.exp
419 * gdb.base/return-nodebug.exp
420 * gdb.base/return.exp
421 * gdb.base/run-after-attach.exp
422 * gdb.base/save-bp.exp
423 * gdb.base/scope.exp
424 * gdb.base/sect-cmd.exp
425 * gdb.base/set-lang-auto.exp
426 * gdb.base/set-noassign.exp
427 * gdb.base/setvar.exp
428 * gdb.base/sigall.exp
429 * gdb.base/sigbpt.exp
430 * gdb.base/siginfo-addr.exp
431 * gdb.base/siginfo-infcall.exp
432 * gdb.base/siginfo-obj.exp
433 * gdb.base/siginfo.exp
434 * gdb.base/signals-state-child.exp
435 * gdb.base/signest.exp
436 * gdb.base/sigstep.exp
437 * gdb.base/sizeof.exp
438 * gdb.base/skip.exp
439 * gdb.base/solib-corrupted.exp
440 * gdb.base/solib-nodir.exp
441 * gdb.base/solib-search.exp
442 * gdb.base/stack-checking.exp
443 * gdb.base/stale-infcall.exp
444 * gdb.base/stap-probe.exp
445 * gdb.base/start.exp
446 * gdb.base/step-break.exp
447 * gdb.base/step-bt.exp
448 * gdb.base/step-line.exp
449 * gdb.base/step-over-exit.exp
450 * gdb.base/step-over-syscall.exp
451 * gdb.base/step-resume-infcall.exp
452 * gdb.base/step-test.exp
453 * gdb.base/store.exp
454 * gdb.base/structs3.exp
455 * gdb.base/sym-file.exp
456 * gdb.base/symbol-without-target_section.exp
457 * gdb.base/term.exp
458 * gdb.base/testenv.exp
459 * gdb.base/ui-redirect.exp
460 * gdb.base/until.exp
461 * gdb.base/unwindonsignal.exp
462 * gdb.base/value-double-free.exp
463 * gdb.base/vla-datatypes.exp
464 * gdb.base/vla-ptr.exp
465 * gdb.base/vla-sideeffect.exp
466 * gdb.base/volatile.exp
467 * gdb.base/watch-cond-infcall.exp
468 * gdb.base/watch-cond.exp
469 * gdb.base/watch-non-mem.exp
470 * gdb.base/watch-read.exp
471 * gdb.base/watch-vfork.exp
472 * gdb.base/watchpoint-cond-gone.exp
473 * gdb.base/watchpoint-delete.exp
474 * gdb.base/watchpoint-hw-hit-once.exp
475 * gdb.base/watchpoint-hw.exp
476 * gdb.base/watchpoint-stops-at-right-insn.exp
477 * gdb.base/watchpoints.exp
478 * gdb.base/wchar.exp
479 * gdb.base/whatis-exp.exp
480 * gdb.btrace/buffer-size.exp
481 * gdb.btrace/data.exp
482 * gdb.btrace/delta.exp
483 * gdb.btrace/dlopen.exp
484 * gdb.btrace/enable.exp
485 * gdb.btrace/exception.exp
486 * gdb.btrace/function_call_history.exp
487 * gdb.btrace/gcore.exp
488 * gdb.btrace/instruction_history.exp
489 * gdb.btrace/nohist.exp
490 * gdb.btrace/reconnect.exp
491 * gdb.btrace/record_goto-step.exp
492 * gdb.btrace/record_goto.exp
493 * gdb.btrace/rn-dl-bind.exp
494 * gdb.btrace/segv.exp
495 * gdb.btrace/step.exp
496 * gdb.btrace/stepi.exp
497 * gdb.btrace/tailcall-only.exp
498 * gdb.btrace/tailcall.exp
499 * gdb.btrace/tsx.exp
500 * gdb.btrace/unknown_functions.exp
501 * gdb.btrace/vdso.exp
502 * gdb.compile/compile-ifunc.exp
503 * gdb.compile/compile-ops.exp
504 * gdb.compile/compile-print.exp
505 * gdb.compile/compile-setjmp.exp
506 * gdb.cp/abstract-origin.exp
507 * gdb.cp/ambiguous.exp
508 * gdb.cp/annota2.exp
509 * gdb.cp/annota3.exp
510 * gdb.cp/anon-ns.exp
511 * gdb.cp/anon-struct.exp
512 * gdb.cp/anon-union.exp
513 * gdb.cp/arg-reference.exp
514 * gdb.cp/baseenum.exp
515 * gdb.cp/bool.exp
516 * gdb.cp/breakpoint.exp
517 * gdb.cp/bs15503.exp
518 * gdb.cp/call-c.exp
519 * gdb.cp/casts.exp
520 * gdb.cp/chained-calls.exp
521 * gdb.cp/class2.exp
522 * gdb.cp/classes.exp
523 * gdb.cp/cmpd-minsyms.exp
524 * gdb.cp/converts.exp
525 * gdb.cp/cp-relocate.exp
526 * gdb.cp/cpcompletion.exp
527 * gdb.cp/cpexprs.exp
528 * gdb.cp/cplabel.exp
529 * gdb.cp/cplusfuncs.exp
530 * gdb.cp/cpsizeof.exp
531 * gdb.cp/ctti.exp
532 * gdb.cp/derivation.exp
533 * gdb.cp/destrprint.exp
534 * gdb.cp/dispcxx.exp
535 * gdb.cp/enum-class.exp
536 * gdb.cp/exception.exp
537 * gdb.cp/exceptprint.exp
538 * gdb.cp/expand-psymtabs-cxx.exp
539 * gdb.cp/expand-sals.exp
540 * gdb.cp/extern-c.exp
541 * gdb.cp/filename.exp
542 * gdb.cp/formatted-ref.exp
543 * gdb.cp/fpointer.exp
544 * gdb.cp/gdb1355.exp
545 * gdb.cp/gdb2495.exp
546 * gdb.cp/hang.exp
547 * gdb.cp/impl-this.exp
548 * gdb.cp/infcall-dlopen.exp
549 * gdb.cp/inherit.exp
550 * gdb.cp/iostream.exp
551 * gdb.cp/koenig.exp
552 * gdb.cp/local.exp
553 * gdb.cp/m-data.exp
554 * gdb.cp/m-static.exp
555 * gdb.cp/mb-ctor.exp
556 * gdb.cp/mb-inline.exp
557 * gdb.cp/mb-templates.exp
558 * gdb.cp/member-name.exp
559 * gdb.cp/member-ptr.exp
560 * gdb.cp/meth-typedefs.exp
561 * gdb.cp/method.exp
562 * gdb.cp/method2.exp
563 * gdb.cp/minsym-fallback.exp
564 * gdb.cp/misc.exp
565 * gdb.cp/namelessclass.exp
566 * gdb.cp/namespace-enum.exp
567 * gdb.cp/namespace-nested-import.exp
568 * gdb.cp/namespace.exp
569 * gdb.cp/nextoverthrow.exp
570 * gdb.cp/no-dmgl-verbose.exp
571 * gdb.cp/non-trivial-retval.exp
572 * gdb.cp/noparam.exp
573 * gdb.cp/nsdecl.exp
574 * gdb.cp/nsimport.exp
575 * gdb.cp/nsnested.exp
576 * gdb.cp/nsnoimports.exp
577 * gdb.cp/nsrecurs.exp
578 * gdb.cp/nsstress.exp
579 * gdb.cp/nsusing.exp
580 * gdb.cp/operator.exp
581 * gdb.cp/oranking.exp
582 * gdb.cp/overload-const.exp
583 * gdb.cp/overload.exp
584 * gdb.cp/ovldbreak.exp
585 * gdb.cp/ovsrch.exp
586 * gdb.cp/paren-type.exp
587 * gdb.cp/parse-lang.exp
588 * gdb.cp/pass-by-ref.exp
589 * gdb.cp/pr-1023.exp
590 * gdb.cp/pr-1210.exp
591 * gdb.cp/pr-574.exp
592 * gdb.cp/pr10687.exp
593 * gdb.cp/pr12028.exp
594 * gdb.cp/pr17132.exp
595 * gdb.cp/pr17494.exp
596 * gdb.cp/pr9067.exp
597 * gdb.cp/pr9167.exp
598 * gdb.cp/pr9631.exp
599 * gdb.cp/printmethod.exp
600 * gdb.cp/psmang.exp
601 * gdb.cp/psymtab-parameter.exp
602 * gdb.cp/ptype-cv-cp.exp
603 * gdb.cp/ptype-flags.exp
604 * gdb.cp/re-set-overloaded.exp
605 * gdb.cp/ref-types.exp
606 * gdb.cp/rtti.exp
607 * gdb.cp/scope-err.exp
608 * gdb.cp/shadow.exp
609 * gdb.cp/smartp.exp
610 * gdb.cp/static-method.exp
611 * gdb.cp/static-print-quit.exp
612 * gdb.cp/temargs.exp
613 * gdb.cp/templates.exp
614 * gdb.cp/try_catch.exp
615 * gdb.cp/typedef-operator.exp
616 * gdb.cp/typeid.exp
617 * gdb.cp/userdef.exp
618 * gdb.cp/using-crash.exp
619 * gdb.cp/var-tag.exp
620 * gdb.cp/virtbase.exp
621 * gdb.cp/virtfunc.exp
622 * gdb.cp/virtfunc2.exp
623 * gdb.cp/vla-cxx.exp
624 * gdb.disasm/t01_mov.exp
625 * gdb.disasm/t02_mova.exp
626 * gdb.disasm/t03_add.exp
627 * gdb.disasm/t04_sub.exp
628 * gdb.disasm/t05_cmp.exp
629 * gdb.disasm/t06_ari2.exp
630 * gdb.disasm/t07_ari3.exp
631 * gdb.disasm/t08_or.exp
632 * gdb.disasm/t09_xor.exp
633 * gdb.disasm/t10_and.exp
634 * gdb.disasm/t11_logs.exp
635 * gdb.disasm/t12_bit.exp
636 * gdb.disasm/t13_otr.exp
637 * gdb.dlang/circular.exp
638 * gdb.dwarf2/arr-stride.exp
639 * gdb.dwarf2/arr-subrange.exp
640 * gdb.dwarf2/atomic-type.exp
641 * gdb.dwarf2/bad-regnum.exp
642 * gdb.dwarf2/bitfield-parent-optimized-out.exp
643 * gdb.dwarf2/callframecfa.exp
644 * gdb.dwarf2/clztest.exp
645 * gdb.dwarf2/corrupt.exp
646 * gdb.dwarf2/data-loc.exp
647 * gdb.dwarf2/dup-psym.exp
648 * gdb.dwarf2/dw2-anon-mptr.exp
649 * gdb.dwarf2/dw2-anonymous-func.exp
650 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
651 * gdb.dwarf2/dw2-bad-unresolved.exp
652 * gdb.dwarf2/dw2-basic.exp
653 * gdb.dwarf2/dw2-canonicalize-type.exp
654 * gdb.dwarf2/dw2-case-insensitive.exp
655 * gdb.dwarf2/dw2-common-block.exp
656 * gdb.dwarf2/dw2-compdir-oldgcc.exp
657 * gdb.dwarf2/dw2-compressed.exp
658 * gdb.dwarf2/dw2-const.exp
659 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
660 * gdb.dwarf2/dw2-cu-size.exp
661 * gdb.dwarf2/dw2-dup-frame.exp
662 * gdb.dwarf2/dw2-entry-value.exp
663 * gdb.dwarf2/dw2-icycle.exp
664 * gdb.dwarf2/dw2-ifort-parameter.exp
665 * gdb.dwarf2/dw2-inline-break.exp
666 * gdb.dwarf2/dw2-inline-param.exp
667 * gdb.dwarf2/dw2-intercu.exp
668 * gdb.dwarf2/dw2-intermix.exp
669 * gdb.dwarf2/dw2-lexical-block-bare.exp
670 * gdb.dwarf2/dw2-linkage-name-trust.exp
671 * gdb.dwarf2/dw2-minsym-in-cu.exp
672 * gdb.dwarf2/dw2-noloc.exp
673 * gdb.dwarf2/dw2-op-call.exp
674 * gdb.dwarf2/dw2-op-out-param.exp
675 * gdb.dwarf2/dw2-opt-structptr.exp
676 * gdb.dwarf2/dw2-param-error.exp
677 * gdb.dwarf2/dw2-producer.exp
678 * gdb.dwarf2/dw2-ranges-base.exp
679 * gdb.dwarf2/dw2-ref-missing-frame.exp
680 * gdb.dwarf2/dw2-reg-undefined.exp
681 * gdb.dwarf2/dw2-regno-invalid.exp
682 * gdb.dwarf2/dw2-restore.exp
683 * gdb.dwarf2/dw2-restrict.exp
684 * gdb.dwarf2/dw2-single-line-discriminators.exp
685 * gdb.dwarf2/dw2-strp.exp
686 * gdb.dwarf2/dw2-undefined-ret-addr.exp
687 * gdb.dwarf2/dw2-unresolved.exp
688 * gdb.dwarf2/dw2-var-zero-addr.exp
689 * gdb.dwarf2/dw4-sig-types.exp
690 * gdb.dwarf2/dwz.exp
691 * gdb.dwarf2/dynarr-ptr.exp
692 * gdb.dwarf2/enum-type.exp
693 * gdb.dwarf2/gdb-index.exp
694 * gdb.dwarf2/implptr-64bit.exp
695 * gdb.dwarf2/implptr-optimized-out.exp
696 * gdb.dwarf2/implptr.exp
697 * gdb.dwarf2/implref-array.exp
698 * gdb.dwarf2/implref-const.exp
699 * gdb.dwarf2/implref-global.exp
700 * gdb.dwarf2/implref-struct.exp
701 * gdb.dwarf2/mac-fileno.exp
702 * gdb.dwarf2/main-subprogram.exp
703 * gdb.dwarf2/member-ptr-forwardref.exp
704 * gdb.dwarf2/method-ptr.exp
705 * gdb.dwarf2/missing-sig-type.exp
706 * gdb.dwarf2/nonvar-access.exp
707 * gdb.dwarf2/opaque-type-lookup.exp
708 * gdb.dwarf2/pieces-optimized-out.exp
709 * gdb.dwarf2/pieces.exp
710 * gdb.dwarf2/pr10770.exp
711 * gdb.dwarf2/pr13961.exp
712 * gdb.dwarf2/staticvirtual.exp
713 * gdb.dwarf2/subrange.exp
714 * gdb.dwarf2/symtab-producer.exp
715 * gdb.dwarf2/trace-crash.exp
716 * gdb.dwarf2/typeddwarf.exp
717 * gdb.dwarf2/valop.exp
718 * gdb.dwarf2/watch-notconst.exp
719 * gdb.fortran/array-element.exp
720 * gdb.fortran/charset.exp
721 * gdb.fortran/common-block.exp
722 * gdb.fortran/complex.exp
723 * gdb.fortran/derived-type-function.exp
724 * gdb.fortran/derived-type.exp
725 * gdb.fortran/logical.exp
726 * gdb.fortran/module.exp
727 * gdb.fortran/multi-dim.exp
728 * gdb.fortran/nested-funcs.exp
729 * gdb.fortran/print-formatted.exp
730 * gdb.fortran/subarray.exp
731 * gdb.fortran/vla-alloc-assoc.exp
732 * gdb.fortran/vla-datatypes.exp
733 * gdb.fortran/vla-history.exp
734 * gdb.fortran/vla-ptr-info.exp
735 * gdb.fortran/vla-ptype-sub.exp
736 * gdb.fortran/vla-ptype.exp
737 * gdb.fortran/vla-sizeof.exp
738 * gdb.fortran/vla-type.exp
739 * gdb.fortran/vla-value-sub-arbitrary.exp
740 * gdb.fortran/vla-value-sub-finish.exp
741 * gdb.fortran/vla-value-sub.exp
742 * gdb.fortran/vla-value.exp
743 * gdb.fortran/whatis_type.exp
744 * gdb.go/chan.exp
745 * gdb.go/handcall.exp
746 * gdb.go/hello.exp
747 * gdb.go/integers.exp
748 * gdb.go/methods.exp
749 * gdb.go/package.exp
750 * gdb.go/strings.exp
751 * gdb.go/types.exp
752 * gdb.go/unsafe.exp
753 * gdb.guile/scm-arch.exp
754 * gdb.guile/scm-block.exp
755 * gdb.guile/scm-breakpoint.exp
756 * gdb.guile/scm-cmd.exp
757 * gdb.guile/scm-disasm.exp
758 * gdb.guile/scm-equal.exp
759 * gdb.guile/scm-frame-args.exp
760 * gdb.guile/scm-frame-inline.exp
761 * gdb.guile/scm-frame.exp
762 * gdb.guile/scm-iterator.exp
763 * gdb.guile/scm-math.exp
764 * gdb.guile/scm-objfile.exp
765 * gdb.guile/scm-ports.exp
766 * gdb.guile/scm-symbol.exp
767 * gdb.guile/scm-symtab.exp
768 * gdb.guile/scm-value-cc.exp
769 * gdb.guile/types-module.exp
770 * gdb.linespec/break-ask.exp
771 * gdb.linespec/cpexplicit.exp
772 * gdb.linespec/explicit.exp
773 * gdb.linespec/keywords.exp
774 * gdb.linespec/linespec.exp
775 * gdb.linespec/ls-dollar.exp
776 * gdb.linespec/ls-errs.exp
777 * gdb.linespec/skip-two.exp
778 * gdb.linespec/thread.exp
779 * gdb.mi/mi-async.exp
780 * gdb.mi/mi-basics.exp
781 * gdb.mi/mi-break.exp
782 * gdb.mi/mi-catch-load.exp
783 * gdb.mi/mi-cli.exp
784 * gdb.mi/mi-cmd-param-changed.exp
785 * gdb.mi/mi-console.exp
786 * gdb.mi/mi-detach.exp
787 * gdb.mi/mi-disassemble.exp
788 * gdb.mi/mi-eval.exp
789 * gdb.mi/mi-file-transfer.exp
790 * gdb.mi/mi-file.exp
791 * gdb.mi/mi-fill-memory.exp
792 * gdb.mi/mi-inheritance-syntax-error.exp
793 * gdb.mi/mi-linespec-err-cp.exp
794 * gdb.mi/mi-logging.exp
795 * gdb.mi/mi-memory-changed.exp
796 * gdb.mi/mi-read-memory.exp
797 * gdb.mi/mi-record-changed.exp
798 * gdb.mi/mi-reg-undefined.exp
799 * gdb.mi/mi-regs.exp
800 * gdb.mi/mi-return.exp
801 * gdb.mi/mi-reverse.exp
802 * gdb.mi/mi-simplerun.exp
803 * gdb.mi/mi-solib.exp
804 * gdb.mi/mi-stack.exp
805 * gdb.mi/mi-stepi.exp
806 * gdb.mi/mi-syn-frame.exp
807 * gdb.mi/mi-until.exp
808 * gdb.mi/mi-var-block.exp
809 * gdb.mi/mi-var-child.exp
810 * gdb.mi/mi-var-cmd.exp
811 * gdb.mi/mi-var-cp.exp
812 * gdb.mi/mi-var-display.exp
813 * gdb.mi/mi-var-invalidate.exp
814 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
815 * gdb.mi/mi-vla-fortran.exp
816 * gdb.mi/mi-watch.exp
817 * gdb.mi/mi2-var-child.exp
818 * gdb.mi/user-selected-context-sync.exp
819 * gdb.modula2/unbounded-array.exp
820 * gdb.multi/dummy-frame-restore.exp
821 * gdb.multi/multi-arch-exec.exp
822 * gdb.multi/multi-arch.exp
823 * gdb.multi/tids.exp
824 * gdb.multi/watchpoint-multi.exp
825 * gdb.opencl/callfuncs.exp
826 * gdb.opencl/convs_casts.exp
827 * gdb.opencl/datatypes.exp
828 * gdb.opencl/operators.exp
829 * gdb.opencl/vec_comps.exp
830 * gdb.opt/clobbered-registers-O2.exp
831 * gdb.opt/inline-break.exp
832 * gdb.opt/inline-bt.exp
833 * gdb.opt/inline-cmds.exp
834 * gdb.opt/inline-locals.exp
835 * gdb.pascal/case-insensitive-symbols.exp
836 * gdb.pascal/floats.exp
837 * gdb.pascal/gdb11492.exp
838 * gdb.python/lib-types.exp
839 * gdb.python/py-arch.exp
840 * gdb.python/py-as-string.exp
841 * gdb.python/py-bad-printers.exp
842 * gdb.python/py-block.exp
843 * gdb.python/py-breakpoint-create-fail.exp
844 * gdb.python/py-breakpoint.exp
845 * gdb.python/py-caller-is.exp
846 * gdb.python/py-cmd.exp
847 * gdb.python/py-explore-cc.exp
848 * gdb.python/py-explore.exp
849 * gdb.python/py-finish-breakpoint.exp
850 * gdb.python/py-finish-breakpoint2.exp
851 * gdb.python/py-frame-args.exp
852 * gdb.python/py-frame-inline.exp
853 * gdb.python/py-frame.exp
854 * gdb.python/py-framefilter-mi.exp
855 * gdb.python/py-infthread.exp
856 * gdb.python/py-lazy-string.exp
857 * gdb.python/py-linetable.exp
858 * gdb.python/py-mi-events.exp
859 * gdb.python/py-mi-objfile.exp
860 * gdb.python/py-mi.exp
861 * gdb.python/py-objfile.exp
862 * gdb.python/py-pp-integral.exp
863 * gdb.python/py-pp-maint.exp
864 * gdb.python/py-pp-re-notag.exp
865 * gdb.python/py-pp-registration.exp
866 * gdb.python/py-recurse-unwind.exp
867 * gdb.python/py-strfns.exp
868 * gdb.python/py-symbol.exp
869 * gdb.python/py-symtab.exp
870 * gdb.python/py-sync-interp.exp
871 * gdb.python/py-typeprint.exp
872 * gdb.python/py-unwind-maint.exp
873 * gdb.python/py-unwind.exp
874 * gdb.python/py-value-cc.exp
875 * gdb.python/py-xmethods.exp
876 * gdb.reverse/amd64-tailcall-reverse.exp
877 * gdb.reverse/break-precsave.exp
878 * gdb.reverse/break-reverse.exp
879 * gdb.reverse/consecutive-precsave.exp
880 * gdb.reverse/consecutive-reverse.exp
881 * gdb.reverse/finish-precsave.exp
882 * gdb.reverse/finish-reverse-bkpt.exp
883 * gdb.reverse/finish-reverse.exp
884 * gdb.reverse/fstatat-reverse.exp
885 * gdb.reverse/getresuid-reverse.exp
886 * gdb.reverse/i386-precsave.exp
887 * gdb.reverse/i386-reverse.exp
888 * gdb.reverse/i386-sse-reverse.exp
889 * gdb.reverse/i387-env-reverse.exp
890 * gdb.reverse/i387-stack-reverse.exp
891 * gdb.reverse/insn-reverse.exp
892 * gdb.reverse/machinestate-precsave.exp
893 * gdb.reverse/machinestate.exp
894 * gdb.reverse/next-reverse-bkpt-over-sr.exp
895 * gdb.reverse/pipe-reverse.exp
896 * gdb.reverse/readv-reverse.exp
897 * gdb.reverse/recvmsg-reverse.exp
898 * gdb.reverse/rerun-prec.exp
899 * gdb.reverse/s390-mvcle.exp
900 * gdb.reverse/step-precsave.exp
901 * gdb.reverse/step-reverse.exp
902 * gdb.reverse/time-reverse.exp
903 * gdb.reverse/until-precsave.exp
904 * gdb.reverse/until-reverse.exp
905 * gdb.reverse/waitpid-reverse.exp
906 * gdb.reverse/watch-precsave.exp
907 * gdb.reverse/watch-reverse.exp
908 * gdb.rust/generics.exp
909 * gdb.rust/methods.exp
910 * gdb.rust/modules.exp
911 * gdb.rust/simple.exp
912 * gdb.server/connect-with-no-symbol-file.exp
913 * gdb.server/ext-attach.exp
914 * gdb.server/ext-restart.exp
915 * gdb.server/ext-wrapper.exp
916 * gdb.server/file-transfer.exp
917 * gdb.server/server-exec-info.exp
918 * gdb.server/server-kill.exp
919 * gdb.server/server-mon.exp
920 * gdb.server/wrapper.exp
921 * gdb.stabs/exclfwd.exp
922 * gdb.stabs/gdb11479.exp
923 * gdb.threads/clone-new-thread-event.exp
924 * gdb.threads/corethreads.exp
925 * gdb.threads/current-lwp-dead.exp
926 * gdb.threads/dlopen-libpthread.exp
927 * gdb.threads/gcore-thread.exp
928 * gdb.threads/sigstep-threads.exp
929 * gdb.threads/watchpoint-fork.exp
930 * gdb.trace/actions-changed.exp
931 * gdb.trace/backtrace.exp
932 * gdb.trace/change-loc.exp
933 * gdb.trace/circ.exp
934 * gdb.trace/collection.exp
935 * gdb.trace/disconnected-tracing.exp
936 * gdb.trace/ftrace.exp
937 * gdb.trace/mi-trace-frame-collected.exp
938 * gdb.trace/mi-trace-unavailable.exp
939 * gdb.trace/mi-traceframe-changed.exp
940 * gdb.trace/mi-tsv-changed.exp
941 * gdb.trace/no-attach-trace.exp
942 * gdb.trace/passc-dyn.exp
943 * gdb.trace/qtro.exp
944 * gdb.trace/range-stepping.exp
945 * gdb.trace/read-memory.exp
946 * gdb.trace/save-trace.exp
947 * gdb.trace/signal.exp
948 * gdb.trace/status-stop.exp
949 * gdb.trace/tfile.exp
950 * gdb.trace/trace-break.exp
951 * gdb.trace/trace-buffer-size.exp
952 * gdb.trace/trace-condition.exp
953 * gdb.trace/tracefile-pseudo-reg.exp
954 * gdb.trace/tstatus.exp
955 * gdb.trace/unavailable.exp
956 * gdb.trace/while-dyn.exp
957 * gdb.trace/while-stepping.exp
958
34c41c68
DE
9592016-12-22 Doug Evans <xdje42@gmail.com>
960
961 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
962 and msymbols.
963
16e69324
YQ
9642016-12-19 Yao Qi <yao.qi@linaro.org>
965
966 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
967 (test_with_self): Don't call do_steps_and_nexts, and remove
968 code about stepping into xmalloc.
969
f94f411b
YQ
9702016-12-09 Yao Qi <yao.qi@linaro.org>
971
972 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
973
9742016-12-09 Yao Qi <yao.qi@linaro.org>
975
976 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
977
f1b5deee
PA
9782016-12-09 Pedro Alves <palves@redhat.com>
979
980 * gdb.base/all-architectures-0.exp: New file.
981 * gdb.base/all-architectures-1.exp: New file.
982 * gdb.base/all-architectures-2.exp: New file.
983 * gdb.base/all-architectures-3.exp: New file.
984 * gdb.base/all-architectures-4.exp: New file.
985 * gdb.base/all-architectures-5.exp: New file.
986 * gdb.base/all-architectures-6.exp: New file.
987 * gdb.base/all-architectures-7.exp: New file.
988 * gdb.base/all-architectures.exp.in: New file.
989
364ca42e
YQ
9902016-12-09 Yao Qi <yao.qi@linaro.org>
991
992 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
993
107c2d62
LM
9942016-12-02 Luis Machado <lgustavo@codesourcery.com>
995
996 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
997 possible.
998 Remove useless pattern-matching code.
999
df3ee9ca
PA
10002016-12-02 Pedro Alves <palves@redhat.com>
1001
1002 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
1003 procedure.
1004 (top level): Call it.
1005
ec835369
PA
10062016-12-02 Pedro Alves <palves@redhat.com>
1007
1008 * gdb.base/commands.exp (user_defined_command_args_stack_test):
1009 New procedure.
1010 (top level): Call it.
1011
01770bbd
PA
10122016-12-02 Pedro Alves <palves@redhat.com>
1013
1014 PR cli/20559
1015 * gdb.base/commands.exp (user_defined_command_args_eval): New
1016 procedure.
1017 (top level): Call it.
1018
008459ea
LM
10192016-12-02 Luis Machado <lgustavo@codesourcery.com>
1020
1021 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
1022 timeout handling.
1023
0c1b455e
TT
10242016-12-02 Tom Tromey <tom@tromey.com>
1025
1026 * gdb.dwarf2/main-subprogram.c: New file.
1027 * gdb.dwarf2/main-subprogram.exp: New file.
1028
018572b8
LM
10292016-12-01 Luis Machado <lgustavo@codesourcery.com>
1030
1031 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
1032 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
1033 gdb_test_no_output for a couple of cases.
1034 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
1035
84c93cd5
LM
10362016-12-01 Luis Machado <lgustavo@codesourcery.com>
1037
1038 Fix test names and standardize compilation error messages throughout
1039 the following files:
1040
1041 * gdb.ada/start.exp
1042 * gdb.arch/alpha-step.exp
1043 * gdb.arch/e500-prologue.exp
1044 * gdb.arch/ftrace-insn-reloc.exp
1045 * gdb.arch/gdb1291.exp
1046 * gdb.arch/gdb1431.exp
1047 * gdb.arch/gdb1558.exp
1048 * gdb.arch/i386-dr3-watch.exp
1049 * gdb.arch/i386-sse-stack-align.exp
1050 * gdb.arch/ia64-breakpoint-shadow.exp
1051 * gdb.arch/pa-nullify.exp
1052 * gdb.arch/powerpc-aix-prologue.exp
1053 * gdb.arch/thumb-bx-pc.exp
1054 * gdb.base/annota1.exp
1055 * gdb.base/annota3.exp
1056 * gdb.base/arrayidx.exp
1057 * gdb.base/assign.exp
1058 * gdb.base/attach.exp
1059 * gdb.base/auxv.exp
1060 * gdb.base/bang.exp
1061 * gdb.base/bfp-test.exp
1062 * gdb.base/bigcore.exp
1063 * gdb.base/bitfields2.exp
1064 * gdb.base/break-fun-addr.exp
1065 * gdb.base/break-probes.exp
1066 * gdb.base/call-rt-st.exp
1067 * gdb.base/callexit.exp
1068 * gdb.base/catch-fork-kill.exp
1069 * gdb.base/charset.exp
1070 * gdb.base/checkpoint.exp
1071 * gdb.base/comprdebug.exp
1072 * gdb.base/constvars.exp
1073 * gdb.base/coredump-filter.exp
1074 * gdb.base/cursal.exp
1075 * gdb.base/cvexpr.exp
1076 * gdb.base/detach.exp
1077 * gdb.base/display.exp
1078 * gdb.base/dmsym.exp
1079 * gdb.base/dprintf-pending.exp
1080 * gdb.base/dso2dso.exp
1081 * gdb.base/dtrace-probe.exp
1082 * gdb.base/dump.exp
1083 * gdb.base/enum_cond.exp
1084 * gdb.base/exe-lock.exp
1085 * gdb.base/exec-invalid-sysroot.exp
1086 * gdb.base/execl-update-breakpoints.exp
1087 * gdb.base/exprs.exp
1088 * gdb.base/fileio.exp
1089 * gdb.base/find.exp
1090 * gdb.base/finish.exp
1091 * gdb.base/fixsection.exp
1092 * gdb.base/foll-vfork.exp
1093 * gdb.base/frame-args.exp
1094 * gdb.base/gcore.exp
1095 * gdb.base/gdb1250.exp
1096 * gdb.base/global-var-nested-by-dso.exp
1097 * gdb.base/gnu-ifunc.exp
1098 * gdb.base/hashline1.exp
1099 * gdb.base/hashline2.exp
1100 * gdb.base/hashline3.exp
1101 * gdb.base/hbreak-in-shr-unsupported.exp
1102 * gdb.base/huge.exp
1103 * gdb.base/infcall-input.exp
1104 * gdb.base/info-fun.exp
1105 * gdb.base/info-shared.exp
1106 * gdb.base/jit-simple.exp
1107 * gdb.base/jit-so.exp
1108 * gdb.base/jit.exp
1109 * gdb.base/jump.exp
1110 * gdb.base/label.exp
1111 * gdb.base/lineinc.exp
1112 * gdb.base/logical.exp
1113 * gdb.base/longjmp.exp
1114 * gdb.base/macscp.exp
1115 * gdb.base/miscexprs.exp
1116 * gdb.base/new-ui-echo.exp
1117 * gdb.base/new-ui-pending-input.exp
1118 * gdb.base/new-ui.exp
1119 * gdb.base/nodebug.exp
1120 * gdb.base/nofield.exp
1121 * gdb.base/offsets.exp
1122 * gdb.base/overlays.exp
1123 * gdb.base/pending.exp
1124 * gdb.base/pointers.exp
1125 * gdb.base/pr11022.exp
1126 * gdb.base/printcmds.exp
1127 * gdb.base/prologue.exp
1128 * gdb.base/ptr-typedef.exp
1129 * gdb.base/realname-expand.exp
1130 * gdb.base/relativedebug.exp
1131 * gdb.base/relocate.exp
1132 * gdb.base/remote.exp
1133 * gdb.base/reread.exp
1134 * gdb.base/return2.exp
1135 * gdb.base/savedregs.exp
1136 * gdb.base/sep.exp
1137 * gdb.base/sepdebug.exp
1138 * gdb.base/sepsymtab.exp
1139 * gdb.base/set-inferior-tty.exp
1140 * gdb.base/setshow.exp
1141 * gdb.base/shlib-call.exp
1142 * gdb.base/sigaltstack.exp
1143 * gdb.base/siginfo-addr.exp
1144 * gdb.base/signals.exp
1145 * gdb.base/signull.exp
1146 * gdb.base/sigrepeat.exp
1147 * gdb.base/so-impl-ld.exp
1148 * gdb.base/solib-display.exp
1149 * gdb.base/solib-overlap.exp
1150 * gdb.base/solib-search.exp
1151 * gdb.base/solib-symbol.exp
1152 * gdb.base/structs.exp
1153 * gdb.base/structs2.exp
1154 * gdb.base/symtab-search-order.exp
1155 * gdb.base/twice.exp
1156 * gdb.base/unload.exp
1157 * gdb.base/varargs.exp
1158 * gdb.base/watchpoint-solib.exp
1159 * gdb.base/watchpoint.exp
1160 * gdb.base/whatis.exp
1161 * gdb.base/wrong_frame_bt_full.exp
1162 * gdb.btrace/dlopen.exp
1163 * gdb.cell/ea-standalone.exp
1164 * gdb.cell/ea-test.exp
1165 * gdb.cp/dispcxx.exp
1166 * gdb.cp/gdb2384.exp
1167 * gdb.cp/method2.exp
1168 * gdb.cp/nextoverthrow.exp
1169 * gdb.cp/pr10728.exp
1170 * gdb.disasm/am33.exp
1171 * gdb.disasm/h8300s.exp
1172 * gdb.disasm/mn10300.exp
1173 * gdb.disasm/sh3.exp
1174 * gdb.dwarf2/dw2-dir-file-name.exp
1175 * gdb.fortran/complex.exp
1176 * gdb.fortran/library-module.exp
1177 * gdb.guile/scm-pretty-print.exp
1178 * gdb.guile/scm-symbol.exp
1179 * gdb.guile/scm-type.exp
1180 * gdb.guile/scm-value.exp
1181 * gdb.linespec/linespec.exp
1182 * gdb.mi/gdb701.exp
1183 * gdb.mi/gdb792.exp
1184 * gdb.mi/mi-breakpoint-changed.exp
1185 * gdb.mi/mi-dprintf-pending.exp
1186 * gdb.mi/mi-dprintf.exp
1187 * gdb.mi/mi-exit-code.exp
1188 * gdb.mi/mi-pending.exp
1189 * gdb.mi/mi-solib.exp
1190 * gdb.mi/new-ui-mi-sync.exp
1191 * gdb.mi/pr11022.exp
1192 * gdb.mi/user-selected-context-sync.exp
1193 * gdb.opt/solib-intra-step.exp
1194 * gdb.python/py-events.exp
1195 * gdb.python/py-finish-breakpoint.exp
1196 * gdb.python/py-mi.exp
1197 * gdb.python/py-prettyprint.exp
1198 * gdb.python/py-shared.exp
1199 * gdb.python/py-symbol.exp
1200 * gdb.python/py-template.exp
1201 * gdb.python/py-type.exp
1202 * gdb.python/py-value.exp
1203 * gdb.reverse/solib-precsave.exp
1204 * gdb.reverse/solib-reverse.exp
1205 * gdb.server/solib-list.exp
1206 * gdb.stabs/weird.exp
1207 * gdb.threads/reconnect-signal.exp
1208 * gdb.threads/stepi-random-signal.exp
1209 * gdb.trace/actions.exp
1210 * gdb.trace/ax.exp
1211 * gdb.trace/backtrace.exp
1212 * gdb.trace/change-loc.exp
1213 * gdb.trace/deltrace.exp
1214 * gdb.trace/ftrace-lock.exp
1215 * gdb.trace/ftrace.exp
1216 * gdb.trace/infotrace.exp
1217 * gdb.trace/mi-tracepoint-changed.exp
1218 * gdb.trace/packetlen.exp
1219 * gdb.trace/passcount.exp
1220 * gdb.trace/pending.exp
1221 * gdb.trace/range-stepping.exp
1222 * gdb.trace/report.exp
1223 * gdb.trace/stap-trace.exp
1224 * gdb.trace/tfind.exp
1225 * gdb.trace/trace-break.exp
1226 * gdb.trace/trace-condition.exp
1227 * gdb.trace/trace-enable-disable.exp
1228 * gdb.trace/trace-mt.exp
1229 * gdb.trace/tracecmd.exp
1230 * gdb.trace/tspeed.exp
1231 * gdb.trace/tsv.exp
1232 * lib/perftest.exp
1233
fb9feb35
LM
12342016-12-01 Luis Machado <lgustavo@codesourcery.com>
1235
1236 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1237 with gdb_test_no_output.
1238 Use command as test name.
1239
cd2ddb6c
LM
12402016-12-01 Luis Machado <lgustavo@codesourcery.com>
1241
1242 Fix test names starting with uppercase throughout the files.
1243
1244 * gdb.ada/assign_1.exp
1245 * gdb.ada/boolean_expr.exp
1246 * gdb.base/arrayidx.exp
1247 * gdb.base/del.exp
1248 * gdb.base/gcore-buffer-overflow.exp
1249 * gdb.base/testenv.exp
1250 * gdb.compile/compile.exp
1251 * gdb.python/py-framefilter-invalidarg.exp
1252 * gdb.python/py-framefilter.exp
1253
bb95117e
LM
12542016-12-01 Luis Machado <lgustavo@codesourcery.com>
1255
1256 Fix test names starting with uppercase throughout the files.
1257
1258 * gdb.ada/array_return.exp
1259 * gdb.ada/expr_delims.exp
1260 * gdb.ada/mi_dyn_arr.exp
1261 * gdb.ada/mi_interface.exp
1262 * gdb.ada/mi_var_array.exp
1263 * gdb.ada/watch_arg.exp
1264 * gdb.arch/alpha-step.exp
1265 * gdb.arch/altivec-regs.exp
1266 * gdb.arch/e500-regs.exp
1267 * gdb.arch/powerpc-d128-regs.exp
1268 * gdb.base/arrayidx.exp
1269 * gdb.base/break.exp
1270 * gdb.base/checkpoint.exp
1271 * gdb.base/debug-expr.exp
1272 * gdb.base/dmsym.exp
1273 * gdb.base/radix.exp
1274 * gdb.base/sepdebug.exp
1275 * gdb.base/testenv.exp
1276 * gdb.base/watch_thread_num.exp
1277 * gdb.base/watchpoint-cond-gone.exp
1278 * gdb.cell/break.exp
1279 * gdb.cell/ea-cache.exp
1280 * gdb.compile/compile.exp
1281 * gdb.cp/gdb2495.exp
1282 * gdb.gdb/selftest.exp
1283 * gdb.gdb/xfullpath.exp
1284 * gdb.go/hello.exp
1285 * gdb.go/integers.exp
1286 * gdb.objc/basicclass.exp
1287 * gdb.pascal/hello.exp
1288 * gdb.pascal/integers.exp
1289 * gdb.python/py-breakpoint.exp
1290 * gdb.python/py-cmd.exp
1291 * gdb.python/py-linetable.exp
1292 * gdb.python/py-xmethods.exp
1293 * gdb.python/python.exp
1294 * gdb.reverse/consecutive-precsave.exp
1295 * gdb.reverse/finish-precsave.exp
1296 * gdb.reverse/i386-precsave.exp
1297 * gdb.reverse/machinestate-precsave.exp
1298 * gdb.reverse/sigall-precsave.exp
1299 * gdb.reverse/solib-precsave.exp
1300 * gdb.reverse/step-precsave.exp
1301 * gdb.reverse/until-precsave.exp
1302 * gdb.reverse/watch-precsave.exp
1303 * gdb.threads/leader-exit.exp
1304 * gdb.threads/pthreads.exp
1305 * gdb.threads/wp-replication.exp
1306 * gdb.trace/actions.exp
1307 * gdb.trace/mi-tsv-changed.exp
1308 * gdb.trace/tsv.exp
1309
de97fdd4
LM
13102016-12-01 Luis Machado <lgustavo@codesourcery.com>
1311
1312 Fix test names starting with uppercase throughout the files.
1313
1314 * gdb.arch/i386-bp_permanent.exp
1315 * gdb.arch/i386-gnu-cfi.exp
1316 * gdb.base/disasm-end-cu.exp
1317 * gdb.base/macscp.exp
1318 * gdb.base/pending.exp
1319 * gdb.base/watch_thread_num.exp
1320 * gdb.cp/exception.exp
1321 * gdb.cp/gdb2495.exp
1322 * gdb.cp/local.exp
1323 * gdb.python/py-evsignal.exp
1324 * gdb.python/python.exp
1325 * gdb.trace/tracecmd.exp
1326
9f058c10
LM
13272016-12-01 Luis Machado <lgustavo@codesourcery.com>
1328
1329 Fix test names starting with uppercase throughout the files.
1330
1331 * gdb.base/charset.exp
1332 * gdb.base/eval.exp
1333 * gdb.base/multi-forks.exp
1334 * gdb.guile/scm-progspace.exp
1335 * gdb.opencl/datatypes.exp
1336 * gdb.python/py-block.exp
1337 * gdb.python/py-function.exp
1338 * gdb.python/py-symbol.exp
1339 * gdb.python/py-symtab.exp
1340 * gdb.python/py-xmethods.exp
1341 * gdb.reverse/break-precsave.exp
1342 * gdb.reverse/break-reverse.exp
1343 * gdb.reverse/consecutive-precsave.exp
1344 * gdb.reverse/consecutive-reverse.exp
1345 * gdb.reverse/finish-precsave.exp
1346 * gdb.reverse/finish-reverse-bkpt.exp
1347 * gdb.reverse/finish-reverse.exp
1348 * gdb.reverse/fstatat-reverse.exp
1349 * gdb.reverse/getresuid-reverse.exp
1350 * gdb.reverse/i386-precsave.exp
1351 * gdb.reverse/i386-reverse.exp
1352 * gdb.reverse/i386-sse-reverse.exp
1353 * gdb.reverse/i387-stack-reverse.exp
1354 * gdb.reverse/insn-reverse.exp
1355 * gdb.reverse/machinestate-precsave.exp
1356 * gdb.reverse/machinestate.exp
1357 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1358 * gdb.reverse/pipe-reverse.exp
1359 * gdb.reverse/readv-reverse.exp
1360 * gdb.reverse/recvmsg-reverse.exp
1361 * gdb.reverse/rerun-prec.exp
1362 * gdb.reverse/s390-mvcle.exp
1363 * gdb.reverse/sigall-precsave.exp
1364 * gdb.reverse/sigall-reverse.exp
1365 * gdb.reverse/solib-precsave.exp
1366 * gdb.reverse/solib-reverse.exp
1367 * gdb.reverse/step-precsave.exp
1368 * gdb.reverse/step-reverse.exp
1369 * gdb.reverse/time-reverse.exp
1370 * gdb.reverse/until-precsave.exp
1371 * gdb.reverse/until-reverse.exp
1372 * gdb.reverse/waitpid-reverse.exp
1373 * gdb.reverse/watch-precsave.exp
1374 * gdb.reverse/watch-reverse.exp
1375
cdc7edd7
LM
13762016-12-01 Luis Machado <lgustavo@codesourcery.com>
1377
1378 Fix test names starting with uppercase throughout the files.
1379
1380 * gdb.arch/i386-mpx-simple_segv.exp
1381 * gdb.arch/i386-mpx.exp
1382 * gdb.arch/i386-permbkpt.exp
1383 * gdb.arch/pa-nullify.exp
1384 * gdb.arch/powerpc-d128-regs.exp
1385 * gdb.arch/vsx-regs.exp
1386 * gdb.base/bfp-test.exp
1387 * gdb.base/break.exp
1388 * gdb.base/breakpoint-shadow.exp
1389 * gdb.base/callfuncs.exp
1390 * gdb.base/charset.exp
1391 * gdb.base/commands.exp
1392 * gdb.base/completion.exp
1393 * gdb.base/dfp-test.exp
1394 * gdb.base/echo.exp
1395 * gdb.base/ending-run.exp
1396 * gdb.base/eval.exp
1397 * gdb.base/expand-psymtabs.exp
1398 * gdb.base/float128.exp
1399 * gdb.base/floatn.exp
1400 * gdb.base/foll-exec-mode.exp
1401 * gdb.base/gdb1056.exp
1402 * gdb.base/gdb11531.exp
1403 * gdb.base/kill-after-signal.exp
1404 * gdb.base/multi-forks.exp
1405 * gdb.base/overlays.exp
1406 * gdb.base/pending.exp
1407 * gdb.base/sepdebug.exp
1408 * gdb.base/testenv.exp
1409 * gdb.base/valgrind-db-attach.exp
1410 * gdb.base/watch_thread_num.exp
1411 * gdb.base/watchpoint-cond-gone.exp
1412 * gdb.base/watchpoint.exp
1413 * gdb.base/watchpoints.exp
1414 * gdb.cp/arg-reference.exp
1415 * gdb.cp/baseenum.exp
1416 * gdb.cp/operator.exp
1417 * gdb.cp/shadow.exp
1418 * gdb.dwarf2/dw2-op-out-param.exp
1419 * gdb.dwarf2/dw2-reg-undefined.exp
1420 * gdb.go/chan.exp
1421 * gdb.go/hello.exp
1422 * gdb.go/integers.exp
1423 * gdb.go/methods.exp
1424 * gdb.go/package.exp
1425 * gdb.guile/scm-parameter.exp
1426 * gdb.guile/scm-progspace.exp
1427 * gdb.guile/scm-value.exp
1428 * gdb.mi/mi-pending.exp
1429 * gdb.mi/user-selected-context-sync.exp
1430 * gdb.multi/multi-attach.exp
1431 * gdb.multi/tids.exp
1432 * gdb.opt/clobbered-registers-O2.exp
1433 * gdb.pascal/floats.exp
1434 * gdb.pascal/integers.exp
1435 * gdb.python/py-block.exp
1436 * gdb.python/py-events.exp
1437 * gdb.python/py-parameter.exp
1438 * gdb.python/py-symbol.exp
1439 * gdb.python/py-symtab.exp
1440 * gdb.python/py-type.exp
1441 * gdb.python/py-value.exp
1442 * gdb.python/py-xmethods.exp
1443 * gdb.python/python.exp
1444 * gdb.reverse/break-precsave.exp
1445 * gdb.reverse/consecutive-precsave.exp
1446 * gdb.reverse/finish-precsave.exp
1447 * gdb.reverse/i386-precsave.exp
1448 * gdb.reverse/machinestate-precsave.exp
1449 * gdb.reverse/sigall-precsave.exp
1450 * gdb.reverse/solib-precsave.exp
1451 * gdb.reverse/step-precsave.exp
1452 * gdb.reverse/until-precsave.exp
1453 * gdb.reverse/watch-precsave.exp
1454 * gdb.server/ext-attach.exp
1455 * gdb.server/ext-restart.exp
1456 * gdb.server/ext-run.exp
1457 * gdb.server/ext-wrapper.exp
1458 * gdb.stabs/gdb11479.exp
1459 * gdb.stabs/weird.exp
1460 * gdb.threads/attach-many-short-lived-threads.exp
1461 * gdb.threads/kill.exp
1462 * gdb.threads/watchpoint-fork.exp
1463
bc6c7af4
LM
14642016-12-01 Luis Machado <lgustavo@codesourcery.com>
1465
1466 Fix test names starting with uppercase throughout all the files below.
1467
1468 * gdb.ada/array_return.exp
1469 * gdb.ada/catch_ex.exp
1470 * gdb.ada/info_exc.exp
1471 * gdb.ada/mi_catch_ex.exp
1472 * gdb.ada/mi_dyn_arr.exp
1473 * gdb.ada/mi_ex_cond.exp
1474 * gdb.ada/mi_exc_info.exp
1475 * gdb.ada/mi_interface.exp
1476 * gdb.ada/mi_task_arg.exp
1477 * gdb.ada/mi_task_info.exp
1478 * gdb.ada/mi_var_array.exp
1479 * gdb.arch/alpha-step.exp
1480 * gdb.arch/amd64-disp-step.exp
1481 * gdb.arch/arm-disp-step.exp
1482 * gdb.arch/disp-step-insn-reloc.exp
1483 * gdb.arch/e500-prologue.exp
1484 * gdb.arch/ftrace-insn-reloc.exp
1485 * gdb.arch/gdb1558.exp
1486 * gdb.arch/i386-bp_permanent.exp
1487 * gdb.arch/i386-disp-step.exp
1488 * gdb.arch/i386-float.exp
1489 * gdb.arch/i386-gnu-cfi.exp
1490 * gdb.arch/ia64-breakpoint-shadow.exp
1491 * gdb.arch/mips16-thunks.exp
1492 * gdb.arch/pa-nullify.exp
1493 * gdb.arch/powerpc-aix-prologue.exp
1494 * gdb.arch/powerpc-power.exp
1495 * gdb.arch/ppc-dfp.exp
1496 * gdb.arch/s390-tdbregs.exp
1497 * gdb.arch/spu-info.exp
1498 * gdb.arch/spu-ls.exp
1499 * gdb.arch/thumb-bx-pc.exp
1500 * gdb.base/advance.exp
1501 * gdb.base/annota-input-while-running.exp
1502 * gdb.base/arrayidx.exp
1503 * gdb.base/asmlabel.exp
1504 * gdb.base/async.exp
1505 * gdb.base/attach-wait-input.exp
1506 * gdb.base/auto-connect-native-target.exp
1507 * gdb.base/batch-preserve-term-settings.exp
1508 * gdb.base/bfp-test.exp
1509 * gdb.base/bigcore.exp
1510 * gdb.base/bp-permanent.exp
1511 * gdb.base/break-always.exp
1512 * gdb.base/break-fun-addr.exp
1513 * gdb.base/break-idempotent.exp
1514 * gdb.base/break-main-file-remove-fail.exp
1515 * gdb.base/break-probes.exp
1516 * gdb.base/break-unload-file.exp
1517 * gdb.base/break.exp
1518 * gdb.base/call-ar-st.exp
1519 * gdb.base/call-rt-st.exp
1520 * gdb.base/call-sc.exp
1521 * gdb.base/call-signal-resume.exp
1522 * gdb.base/call-strs.exp
1523 * gdb.base/callexit.exp
1524 * gdb.base/callfuncs.exp
1525 * gdb.base/catch-gdb-caused-signals.exp
1526 * gdb.base/catch-signal-siginfo-cond.exp
1527 * gdb.base/catch-syscall.exp
1528 * gdb.base/compare-sections.exp
1529 * gdb.base/cond-eval-mode.exp
1530 * gdb.base/condbreak-call-false.exp
1531 * gdb.base/consecutive-step-over.exp
1532 * gdb.base/cursal.exp
1533 * gdb.base/disabled-location.exp
1534 * gdb.base/disasm-end-cu.exp
1535 * gdb.base/display.exp
1536 * gdb.base/double-prompt-target-event-error.exp
1537 * gdb.base/dprintf-bp-same-addr.exp
1538 * gdb.base/dprintf-detach.exp
1539 * gdb.base/dprintf-next.exp
1540 * gdb.base/dprintf-non-stop.exp
1541 * gdb.base/dprintf-pending.exp
1542 * gdb.base/dso2dso.exp
1543 * gdb.base/ending-run.exp
1544 * gdb.base/enum_cond.exp
1545 * gdb.base/examine-backward.exp
1546 * gdb.base/exe-lock.exp
1547 * gdb.base/exec-invalid-sysroot.exp
1548 * gdb.base/execl-update-breakpoints.exp
1549 * gdb.base/execution-termios.exp
1550 * gdb.base/fileio.exp
1551 * gdb.base/fixsection.exp
1552 * gdb.base/foll-exec-mode.exp
1553 * gdb.base/foll-exec.exp
1554 * gdb.base/fork-running-state.exp
1555 * gdb.base/frame-args.exp
1556 * gdb.base/fullpath-expand.exp
1557 * gdb.base/func-ptr.exp
1558 * gdb.base/gcore-relro-pie.exp
1559 * gdb.base/gdb1090.exp
1560 * gdb.base/gdb1555.exp
1561 * gdb.base/global-var-nested-by-dso.exp
1562 * gdb.base/gnu-ifunc.exp
1563 * gdb.base/hbreak-in-shr-unsupported.exp
1564 * gdb.base/hbreak-unmapped.exp
1565 * gdb.base/hook-stop.exp
1566 * gdb.base/infcall-input.exp
1567 * gdb.base/info-fun.exp
1568 * gdb.base/info-shared.exp
1569 * gdb.base/interrupt-noterm.exp
1570 * gdb.base/jit-so.exp
1571 * gdb.base/jit.exp
1572 * gdb.base/line-symtabs.exp
1573 * gdb.base/list.exp
1574 * gdb.base/longjmp.exp
1575 * gdb.base/macscp.exp
1576 * gdb.base/max-value-size.exp
1577 * gdb.base/nodebug.exp
1578 * gdb.base/nofield.exp
1579 * gdb.base/overlays.exp
1580 * gdb.base/paginate-after-ctrl-c-running.exp
1581 * gdb.base/paginate-bg-execution.exp
1582 * gdb.base/paginate-inferior-exit.exp
1583 * gdb.base/pending.exp
1584 * gdb.base/pr11022.exp
1585 * gdb.base/printcmds.exp
1586 * gdb.base/ptr-typedef.exp
1587 * gdb.base/ptype.exp
1588 * gdb.base/randomize.exp
1589 * gdb.base/range-stepping.exp
1590 * gdb.base/realname-expand.exp
1591 * gdb.base/relativedebug.exp
1592 * gdb.base/remote.exp
1593 * gdb.base/savedregs.exp
1594 * gdb.base/sepdebug.exp
1595 * gdb.base/set-noassign.exp
1596 * gdb.base/shlib-call.exp
1597 * gdb.base/shreloc.exp
1598 * gdb.base/sigaltstack.exp
1599 * gdb.base/sigbpt.exp
1600 * gdb.base/siginfo-addr.exp
1601 * gdb.base/siginfo-obj.exp
1602 * gdb.base/siginfo-thread.exp
1603 * gdb.base/signest.exp
1604 * gdb.base/signull.exp
1605 * gdb.base/sigrepeat.exp
1606 * gdb.base/skip.exp
1607 * gdb.base/so-impl-ld.exp
1608 * gdb.base/solib-corrupted.exp
1609 * gdb.base/solib-disc.exp
1610 * gdb.base/solib-display.exp
1611 * gdb.base/solib-overlap.exp
1612 * gdb.base/solib-search.exp
1613 * gdb.base/solib-symbol.exp
1614 * gdb.base/source-execution.exp
1615 * gdb.base/sss-bp-on-user-bp-2.exp
1616 * gdb.base/sss-bp-on-user-bp.exp
1617 * gdb.base/stack-checking.exp
1618 * gdb.base/stale-infcall.exp
1619 * gdb.base/step-break.exp
1620 * gdb.base/step-line.exp
1621 * gdb.base/step-over-exit.exp
1622 * gdb.base/step-test.exp
1623 * gdb.base/structs.exp
1624 * gdb.base/sym-file.exp
1625 * gdb.base/symtab-search-order.exp
1626 * gdb.base/term.exp
1627 * gdb.base/type-opaque.exp
1628 * gdb.base/unload.exp
1629 * gdb.base/until-nodebug.exp
1630 * gdb.base/until.exp
1631 * gdb.base/unwindonsignal.exp
1632 * gdb.base/watch-cond.exp
1633 * gdb.base/watch-non-mem.exp
1634 * gdb.base/watch_thread_num.exp
1635 * gdb.base/watchpoint-reuse-slot.exp
1636 * gdb.base/watchpoint-solib.exp
1637 * gdb.base/watchpoint.exp
1638 * gdb.btrace/dlopen.exp
1639 * gdb.cell/arch.exp
1640 * gdb.cell/break.exp
1641 * gdb.cell/bt.exp
1642 * gdb.cell/core.exp
1643 * gdb.cell/data.exp
1644 * gdb.cell/dwarfaddr.exp
1645 * gdb.cell/ea-cache.exp
1646 * gdb.cell/ea-standalone.exp
1647 * gdb.cell/ea-test.exp
1648 * gdb.cell/f-regs.exp
1649 * gdb.cell/fork.exp
1650 * gdb.cell/gcore.exp
1651 * gdb.cell/mem-access.exp
1652 * gdb.cell/ptype.exp
1653 * gdb.cell/registers.exp
1654 * gdb.cell/sizeof.exp
1655 * gdb.cell/solib-symbol.exp
1656 * gdb.cell/solib.exp
1657 * gdb.compile/compile-tls.exp
1658 * gdb.cp/exception.exp
1659 * gdb.cp/gdb2495.exp
1660 * gdb.cp/local.exp
1661 * gdb.cp/mb-inline.exp
1662 * gdb.cp/mb-templates.exp
1663 * gdb.cp/pr10687.exp
1664 * gdb.cp/pr9167.exp
1665 * gdb.cp/scope-err.exp
1666 * gdb.cp/templates.exp
1667 * gdb.cp/virtfunc.exp
1668 * gdb.dwarf2/dw2-dir-file-name.exp
1669 * gdb.dwarf2/dw2-single-line-discriminators.exp
1670 * gdb.fortran/complex.exp
1671 * gdb.fortran/library-module.exp
1672 * gdb.guile/guile.exp
1673 * gdb.guile/scm-cmd.exp
1674 * gdb.guile/scm-frame-inline.exp
1675 * gdb.guile/scm-objfile.exp
1676 * gdb.guile/scm-pretty-print.exp
1677 * gdb.guile/scm-symbol.exp
1678 * gdb.guile/scm-type.exp
1679 * gdb.guile/scm-value.exp
1680 * gdb.linespec/keywords.exp
1681 * gdb.linespec/ls-errs.exp
1682 * gdb.linespec/macro-relative.exp
1683 * gdb.linespec/thread.exp
1684 * gdb.mi/mi-breakpoint-changed.exp
1685 * gdb.mi/mi-dprintf-pending.exp
1686 * gdb.mi/mi-fullname-deleted.exp
1687 * gdb.mi/mi-logging.exp
1688 * gdb.mi/mi-pending.exp
1689 * gdb.mi/mi-solib.exp
1690 * gdb.mi/new-ui-mi-sync.exp
1691 * gdb.mi/user-selected-context-sync.exp
1692 * gdb.multi/dummy-frame-restore.exp
1693 * gdb.multi/multi-arch-exec.exp
1694 * gdb.multi/remove-inferiors.exp
1695 * gdb.multi/watchpoint-multi-exit.exp
1696 * gdb.opt/solib-intra-step.exp
1697 * gdb.perf/backtrace.exp
1698 * gdb.perf/single-step.exp
1699 * gdb.perf/skip-command.exp
1700 * gdb.perf/skip-prologue.exp
1701 * gdb.perf/solib.exp
1702 * gdb.python/lib-types.exp
1703 * gdb.python/py-as-string.exp
1704 * gdb.python/py-bad-printers.exp
1705 * gdb.python/py-block.exp
1706 * gdb.python/py-breakpoint.exp
1707 * gdb.python/py-cmd.exp
1708 * gdb.python/py-events.exp
1709 * gdb.python/py-evthreads.exp
1710 * gdb.python/py-finish-breakpoint.exp
1711 * gdb.python/py-finish-breakpoint2.exp
1712 * gdb.python/py-frame-inline.exp
1713 * gdb.python/py-frame.exp
1714 * gdb.python/py-inferior.exp
1715 * gdb.python/py-infthread.exp
1716 * gdb.python/py-mi.exp
1717 * gdb.python/py-objfile.exp
1718 * gdb.python/py-pp-maint.exp
1719 * gdb.python/py-pp-registration.exp
1720 * gdb.python/py-prettyprint.exp
1721 * gdb.python/py-recurse-unwind.exp
1722 * gdb.python/py-shared.exp
1723 * gdb.python/py-symbol.exp
1724 * gdb.python/py-symtab.exp
1725 * gdb.python/py-template.exp
1726 * gdb.python/py-type.exp
1727 * gdb.python/py-unwind-maint.exp
1728 * gdb.python/py-unwind.exp
1729 * gdb.python/py-value.exp
1730 * gdb.python/python.exp
1731 * gdb.reverse/finish-reverse-bkpt.exp
1732 * gdb.reverse/insn-reverse.exp
1733 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1734 * gdb.reverse/solib-precsave.exp
1735 * gdb.reverse/solib-reverse.exp
1736 * gdb.stabs/gdb11479.exp
1737 * gdb.stabs/weird.exp
1738 * gdb.threads/fork-child-threads.exp
1739 * gdb.threads/fork-plus-threads.exp
1740 * gdb.threads/fork-thread-pending.exp
1741 * gdb.threads/forking-threads-plus-breakpoint.exp
1742 * gdb.threads/hand-call-in-threads.exp
1743 * gdb.threads/interrupted-hand-call.exp
1744 * gdb.threads/linux-dp.exp
1745 * gdb.threads/local-watch-wrong-thread.exp
1746 * gdb.threads/next-while-other-thread-longjmps.exp
1747 * gdb.threads/non-ldr-exit.exp
1748 * gdb.threads/pending-step.exp
1749 * gdb.threads/print-threads.exp
1750 * gdb.threads/process-dies-while-detaching.exp
1751 * gdb.threads/process-dies-while-handling-bp.exp
1752 * gdb.threads/pthreads.exp
1753 * gdb.threads/queue-signal.exp
1754 * gdb.threads/reconnect-signal.exp
1755 * gdb.threads/signal-command-handle-nopass.exp
1756 * gdb.threads/signal-command-multiple-signals-pending.exp
1757 * gdb.threads/signal-delivered-right-thread.exp
1758 * gdb.threads/signal-sigtrap.exp
1759 * gdb.threads/sigthread.exp
1760 * gdb.threads/staticthreads.exp
1761 * gdb.threads/stepi-random-signal.exp
1762 * gdb.threads/thread-unwindonsignal.exp
1763 * gdb.threads/thread_check.exp
1764 * gdb.threads/thread_events.exp
1765 * gdb.threads/tid-reuse.exp
1766 * gdb.threads/tls-nodebug.exp
1767 * gdb.threads/tls-shared.exp
1768 * gdb.threads/tls-so_extern.exp
1769 * gdb.threads/tls.exp
1770 * gdb.threads/wp-replication.exp
1771 * gdb.trace/actions-changed.exp
1772 * gdb.trace/actions.exp
1773 * gdb.trace/backtrace.exp
1774 * gdb.trace/change-loc.exp
1775 * gdb.trace/collection.exp
1776 * gdb.trace/deltrace.exp
1777 * gdb.trace/disconnected-tracing.exp
1778 * gdb.trace/entry-values.exp
1779 * gdb.trace/ftrace-lock.exp
1780 * gdb.trace/ftrace.exp
1781 * gdb.trace/infotrace.exp
1782 * gdb.trace/mi-trace-frame-collected.exp
1783 * gdb.trace/mi-trace-unavailable.exp
1784 * gdb.trace/mi-traceframe-changed.exp
1785 * gdb.trace/mi-tracepoint-changed.exp
1786 * gdb.trace/mi-tsv-changed.exp
1787 * gdb.trace/no-attach-trace.exp
1788 * gdb.trace/packetlen.exp
1789 * gdb.trace/passc-dyn.exp
1790 * gdb.trace/passcount.exp
1791 * gdb.trace/pending.exp
1792 * gdb.trace/pr16508.exp
1793 * gdb.trace/qtro.exp
1794 * gdb.trace/range-stepping.exp
1795 * gdb.trace/read-memory.exp
1796 * gdb.trace/report.exp
1797 * gdb.trace/save-trace.exp
1798 * gdb.trace/signal.exp
1799 * gdb.trace/stap-trace.exp
1800 * gdb.trace/status-stop.exp
1801 * gdb.trace/strace.exp
1802 * gdb.trace/tfile.exp
1803 * gdb.trace/tfind.exp
1804 * gdb.trace/trace-break.exp
1805 * gdb.trace/trace-condition.exp
1806 * gdb.trace/trace-enable-disable.exp
1807 * gdb.trace/trace-mt.exp
1808 * gdb.trace/tracecmd.exp
1809 * gdb.trace/tracefile-pseudo-reg.exp
1810 * gdb.trace/tspeed.exp
1811 * gdb.trace/tstatus.exp
1812 * gdb.trace/tsv.exp
1813 * gdb.trace/unavailable.exp
1814 * gdb.trace/while-dyn.exp
1815 * gdb.trace/while-stepping.exp
1816 * lib/gdb-guile.exp
1817 * lib/gdb.exp
1818 * lib/mi-support.exp
1819 * lib/pascal.exp
1820 * lib/perftest.exp
1821 * lib/prelink-support.exp
1822 * lib/selftest-support.exp
1823
ad02e4fe
SM
18242016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1825
1826 * Makefile.in: Include disable-implicit-rules.mk.
1827
22347e55
AA
18282016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1829
1830 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
1831 non-byte-aligned bit fields.
1832
da5b30da
AA
18332016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1834
1835 PR gdb/12616
1836 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
1837 respects the DW_AT_data_bit_offset attribute.
1838
b593ecca
SM
18392016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1840
1841 * gdb.base/default.exp: Fix output of "set language".
1842
3b165252
SM
18432016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
1844
1845 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
1846 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
1847 make.
1848 * configure.ac: Remove checks for the make program.
1849 * configure: Re-generate.
1850
1a2f3d7f
KB
18512016-11-16 Kevin Buettner <kevinb@redhat.com>
1852
1853 * gdb.python/py-recurse-unwind.c (main): Add loop.
1854 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
1855 to read_register() and gdb.parse_and_eval(). Make each code
1856 call a separate case that can be individually tested.
1857 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
1858 proc. Call cont_and_backtrace for each of the code paths that
1859 we want to test in the unwinder.
1860
b7f38fda
AA
18612016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
1862
1863 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
1864 the definition of struct S.
1865
1f8db343
CM
18662016-11-11 Catherine Moore <clm@codesourcery.com>
1867
1868 * gdb.base/dump.exp: Identify verilog format dump tests as such.
1869
fad0c9fb
PA
18702016-11-09 Pedro Alves <palves@redhat.com>
1871
1872 * gdb.base/commands.exp (runto_or_return): New procedure.
1873 (gdbvar_simple_if_test, gdbvar_simple_while_test)
1874 (gdbvar_complex_if_while_test, progvar_simple_if_test)
1875 (progvar_simple_while_test, progvar_complex_if_while_test)
1876 (if_while_breakpoint_command_test)
1877 (infrun_breakpoint_command_test, breakpoint_command_test)
1878 (user_defined_command_test, watchpoint_command_test)
1879 (test_command_prompt_position, redefine_hook_test)
1880 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
1881 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
1882 multi_line_input and multi_line. Remove gdb_expect and
1883 gdb_stop_suppressing_tests uses.
1884 * lib/gdb.exp (valnum_re): New global.
1885 (multi_line_input): New procedure.
1886
8354c62c
SM
18872016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
1888
1889 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
1890 Remove.
1891 (test_setup): Define with proc_with_prefix.
1892 (test_cli_inferior): Likewise.
1893 (test_cli_thread): Likewise.
1894 (test_cli_frame): Likewise.
1895 (test_cli_select_frame): Likewise.
1896 (test_cli_up_down): Likewise.
1897 (test_mi_thread_select): Likewise.
1898 (test_mi_stack_select_frame): Likewise.
1899 (test_cli_in_mi_inferior): Likewise.
1900 (test_cli_in_mi_thread): Likewise.
1901 (test_cli_in_mi_frame): Likewise.
1902 (top level): Do not use with_test_prefix_procname.
1903
64f367a2
PA
19042016-11-09 Pedro Alves <palves@redhat.com>
1905
1906 * gdb.base/commands.exp (gdbvar_simple_if_test)
1907 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
1908 (progvar_simple_if_test, progvar_simple_while_test)
1909 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
1910 (infrun_breakpoint_command_test, breakpoint_command_test)
1911 (user_defined_command_test, watchpoint_command_test)
1912 (test_command_prompt_position, deprecated_command_test)
1913 (bp_deleted_in_command, temporary_breakpoint_commands)
1914 (stray_arg0_test, source_file_with_indented_comment)
1915 (recursive_source_test, if_commands_test)
1916 (error_clears_commands_left, redefine_hook_test)
1917 (redefine_backtrace_test): Use proc_with_prefix.
1918 * lib/gdb.exp (proc_with_prefix): New proc.
1919
0bb65f1e
AA
19202016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
1921
1922 * gdb.base/tui-layout.c: New file.
1923 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
1924 disassembly window contains very long lines.
1925
7353f247
TT
19262016-11-08 Tom Tromey <tom@tromey.com>
1927
1928 * gdb.python/py-value.exp (test_value_creation): Make "long" test
1929 depend on Python 2.
1930
30a7bb83
TT
19312016-11-08 Tom Tromey <tom@tromey.com>
1932
1933 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
1934 New method.
1935
cdf5a07c
MG
19362016-10-29 Manish Goregaokar <manish@mozilla.com>
1937
2806dc7e 1938 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 1939
51a789c3
MG
19402016-10-27 Manish Goregaokar <manish@mozilla.com>
1941
2806dc7e
PA
1942 * gdb.rust/simple.rs: Add test for univariant enums without
1943 discriminants and for encoded struct-like enums.
51a789c3 1944
f610ab6d
PA
19452016-10-28 Pedro Alves <palves@redhat.com>
1946
1947 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
1948 gdb_test_multiple, tighten regexps and match symtabs and line
1949 tables incrementally.
1950
b129b0ca
LM
19512016-10-28 Luis Machado <lgustavo@codesourcery.com>
1952
1953 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
1954 general.
1955
ecf45d2c
SL
19562016-10-25 Luis Machado <lgustavo@codesourcery.com>
1957
1958 * gdb.base/exec-invalid-sysroot.exp: New file.
1959
b8d38ee4
JK
19602016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1961
1962 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
1963
f90fd8c2
JK
19642016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1965
1966 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
1967
2d2476aa
MR
19682016-10-19 Maciej W. Rozycki <macro@imgtec.com>
1969
2806dc7e
PA
1970 * gdb.base/killed-outside.exp: Remove $options from a call to
1971 `prepare_for_testing'.
2d2476aa 1972
e42b25a0
SM
19732016-10-17 Simon Marchi <simon.marchi@ericsson.com>
1974
1975 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
1976 Change test message.
1977
3ccdb432
SM
19782016-10-17 Simon Marchi <simon.marchi@ericsson.com>
1979
1980 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
1981 Update comment.
1982
5bad3170
SM
19832016-10-17 Simon Marchi <simon.marchi@ericsson.com>
1984
1985 * gdb.trace/mi-trace-save.exp: New file.
1986
5ad9dba7
YQ
19872016-10-13 Yao Qi <yao.qi@linaro.org>
1988
1989 * gdb.base/code_elim.exp (get_var_address): Remove.
1990 * gdb.base/relocate.exp: Likewise.
1991 * gdb.base/shreloc.exp: Likewise.
1992 * lib/gdb.exp (get_var_address): New.
1993
62df7e21
YQ
19942016-10-13 Yao Qi <yao.qi@linaro.org>
1995
1996 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
1997 floating point tests if $skip_float_test is false.
1998
4dac951e
LM
19992016-10-12 Luis Machado <lgustavo@codesourcery.com>
2000
2001 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
2002 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
2003 argc values.
2004 Add 1 to argc so we guarantee distinct initial/modified argc values.
2005
8f1a8fc4
JK
20062016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2007
2008 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
2009
16c85b5d
JK
20102016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
2011
2012 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
2013 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
2014 * gdb.arch/vsx-regs.exp: Likewise.
2015
1d0e042a
YQ
20162016-10-07 Yao Qi <yao.qi@linaro.org>
2017
2018 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
2019
68dadef5
MM
20202016-10-07 Markus Metzger <markus.t.metzger@intel.com>
2021
2022 * gdb.python/python.exp: Test decode_line("*0").
2023
33fa2c6e
DE
20242016-10-06 Doug Evans <dje@google.com>
2025
2026 * gdb.python/py-value.exp (test_value_creation): Add test for large
2027 unsigned 64-bit value.
2028
9c37b5ae
TT
20292016-10-06 Tom Tromey <tom@tromey.com>
2030
2031 * gdb.compile/compile.exp: Change java tests to rust.
2032 * gdb.base/setshow.exp: Change java tests to rust.
2033 * gdb.base/default.exp: Remove java from language list.
2034 * README (Examples): Update language example.
2035 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
2036 test.
2037 * lib/gdb.exp (skip_java_tests): Remove.
2038 * lib/java.exp: Remove.
2039 * gdb.java: Remove.
2040
78b86327
MR
20412016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2042
2043 * gdb.arch/mips-fcr.exp: New test.
2044 * gdb.arch/mips-fcr.c: Source for the new test.
2045
7470adbb
MR
20462016-10-06 Maciej W. Rozycki <macro@imgtec.com>
2047
2048 * gdb.base/solib-disc.exp: Use `standard_output_file'
2049 throughout.
2050
4a556533
PA
20512016-10-06 Pedro Alves <palves@redhat.com>
2052
2053 * gdb.base/jit-simple-dl.c: New file.
2054 * gdb.base/jit-simple-jit.c: New file, factored out from ...
2055 * gdb.base/jit-simple.c: ... this.
2056 * gdb.base/jit-simple.exp (jit_run): Delete.
2057 (build_jit): New proc.
2058 (jit_test_reread): Recompile either the main program or the shared
2059 library, depending on what is being tested. Skip changing address
2060 if caller wants to. Compare before/after addresses. If testing
2061 standalone, explicitly load the binary. Test "maint info
2062 breakpoints".
2063 (top level): Add "standalone vs shared lib" and "change address"
2064 vs "same address" axes.
2065
5a122fbc
PA
20662016-10-06 Pedro Alves <palves@redhat.com>
2067
2068 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2069 call.
2070 (jit_run): Delete.
2071 (jit_test_reread): Use with_test_prefix. Reload the main binary
2072 explicitly. Compare the before/after addresses of the JIT
2073 descriptor.
2074
ee8da4b8
DE
20752016-08-15 Doug Evans <dje@google.com>
2076
2077 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2078 for single bitfields is bool.
2079 * gdb.xml/tdesc-regs.exp: Ditto.
2080
f389f6fe
JK
20812016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2082
2083 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2084
fdebf1a4
YQ
20852016-10-05 Yao Qi <yao.qi@linaro.org>
2086
2087 * lib/gdb.exp (support_complex_tests): Return zero if
2088 gdb_skip_float_test return true.
2089
9c36d954 20902016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2091 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2092
2093 PR gdb/20487
2094 * gdb.mi/user-selected-context-sync.exp: New file.
2095 * gdb.mi/user-selected-context-sync.c: New file.
2096
4034d0ff 20972016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2098 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2099
2100 PR gdb/20487
2101 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2102 =thread-select-event check.
2103
a4297203
PB
21042016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2105
2106 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2107 the compulsory L operand changes.
2108 * gdb.arch/powerpc-power.s: Likewise.
2109
bb805577
JK
21102016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2111
2112 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2113 * gdb.base/jit-attach-pie.c: New file.
2114 * gdb.base/jit-attach-pie.exp: New file.
2115
6d61dee5
PA
21162016-09-28 Pedro Alves <palves@redhat.com>
2117
2118 * gdb.base/infcall-input.c: New file.
2119 * gdb.base/infcall-input.exp: New file.
2120
f73842fc
YQ
21212016-09-22 Yao Qi <yao.qi@linaro.org>
2122
2123 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2124 (gdb_exit): Rename it to ...
2125 (gdbserver_gdb_exit): ... Close GDBserver.
2126 (gdb_exit): New proc, call gdbserver_gdb_exit.
2127 (mi_gdb_exit): Likewise.
2128
90681dab
YQ
21292016-09-22 Yao Qi <yao.qi@linaro.org>
2130
2131 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2132 path.
2133 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2134 Remove duplication.
2135
9c211fd8
YQ
21362016-09-22 Yao Qi <yao.qi@linaro.org>
2137
2138 * lib/gdbserver-support.exp: Check the existence of
2139 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2140
ad0a504f
AK
21412016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2142
2143 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2144
36cf1806
TT
21452016-09-21 Tom Tromey <tom@tromey.com>
2146
2147 PR gdb/20604:
2148 * gdb.base/quit.exp: New file.
2149
74172ecf
SM
21502016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2151
2152 * .gitignore: New file.
2153
3d0ec882
MR
21542016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2155
2156 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2157 throughout.
2158
8193adea
AA
21592016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2160
2161 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2162
d41a5c09
JK
21632016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2164
2165 * gdb.cp/casts.cc (decltype): Move it ...
2166 (main): ... with its call to ...
2167 * gdb.cp/casts03.cc: ... a new file.
2168 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2169
d2dfe700
JK
21702016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2171
2172 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2173
e2a92b16
PB
21742016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2175
2176 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2177 and sync up the test with tests in gas/testsuite/gas/ppc.
2178 * gdb.arch/powerpc-power.exp: Likewise.
2179
49b4de64
JK
21802016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2181
2182 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2183
2c29df25
SDJ
21842016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2185 Jan Kratochvil <jan.kratochvil@redhat.com>
2186
2187 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2188 make m1's definition to be different from m2's. Use 'dummy' as an
2189 argument for probe 'two'.
2190
cc3c2846
JB
21912016-09-10 Jon Beniston <jon@beniston.com>
2192
2193 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2194 for sim target.
2195
e1b2624a
AA
21962016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2197
2198 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2199 variable declaration.
2200 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2201 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2202 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2203 received HWCAP as its argument.
2204
4295e285
PA
22052016-09-06 Pedro Alves <palves@redhat.com>
2206
2207 * gdb.base/new-ui-pending-input.c: New file.
2208 * gdb.base/new-ui-pending-input.exp: New file.
2209 * gdb.exp (clear_gdb_spawn_id): New procedure.
2210 (with_spawn_id): Check whether gdb_spawn_id exists before
2211 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2212 on exit.
2213
00d5215e
UW
22142016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2215
2216 * gdb.base/float128.c: New file.
2217 * gdb.base/float128.exp: Likewise.
2218 * gdb.base/floatn.c: Likewise.
2219 * gdb.base/floatn.exp: Likewise.
2220
a9ff5f12
UW
22212016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2222
2223 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2224
f245535c
PA
22252016-09-05 Pedro Alves <palves@redhat.com>
2226
2227 PR backtrace/19927
2228 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2229 unwinders are immediately called as side effect of "source" or
2230 "disable unwinder" commands.
2231 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2232
ae9cf263
YQ
22332016-09-02 Yao Qi <yao.qi@linaro.org>
2234
2235 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2236 is true and $type is "float" or "double".
2237
27aba047
YQ
22382016-09-02 Yao Qi <yao.qi@linaro.org>
2239
2240 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2241 true.
2242 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2243 * gdb.base/call-rt-st.exp: Likewise.
2244 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2245 return value instead of gdb,skip_float_test.
2246 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2247 (do_function_calls): Use its return value instead of
2248 gdb,skip_float_test.
2249 * gdb.base/finish.exp: Likewise.
2250 * gdb.base/funcargs.exp: Likewise.
2251 * gdb.base/return.exp: Likewise.
2252 * gdb.base/return2.exp: Likewise.
2253 * gdb.base/varargs.exp: Likewise.
2254 * lib/gdb.exp (gdb_skip_float_test): Change it to
2255 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2256
5af962df
AA
22572016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2258
2259 * gdb.multi/tids.exp: Test "thread apply all".
2260
7fac6910
JK
22612016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2262
2263 * gdb.base/default.exp (tty): Remove.
2264
bb1fe4ac
KB
22652016-08-24 Kevin Buettner <kevinb@redhat.com>
2266
2806dc7e
PA
2267 * gdb.python/py-recurse-unwind.c: New file.
2268 * gdb.python/py-recurse-unwind.py: New file.
2269 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2270
0a1ddfa6
SM
22712016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2272
2273 * gdb.base/set-inferior-tty.exp: New file.
2274 * gdb.base/set-inferior-tty.c: New file.
2275
d9de1fe3
PA
22762016-08-23 Pedro Alves <palves@redhat.com>
2277
2278 PR gdb/20494
2279 * gdb.base/new-ui-echo.c: New file.
2280 * gdb.base/new-ui-echo.exp: New file.
2281
e9d9abd7
YQ
22822016-08-23 Yao Qi <yao.qi@linaro.org>
2283
2284 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2285 gdbserver_spawn.
2286 * gdb.server/connect-without-multi-process.exp (do_test):
2287 Likewise.
2288
3589529e
YQ
22892016-08-23 Yao Qi <yao.qi@linaro.org>
2290
2291 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2292 standalone_txt. Delete gdb_txt and standalone_txt on host
2293 and target. Spawn the binary on target. Copy files from
2294 target to host.
2295
6bb90213
PA
22962016-08-22 Pedro Alves <palves@redhat.com>
2297
2298 PR gdb/20505
2299 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2300 with_test_prefix. Factor out bits to ...
2301 (test_no_vdso): ... this new procedure.
2302
20c2c024
CL
23032016-08-19 Carl Love <cel@us.ibm.com>
2304
2305 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2306 maintaining separate logic for constructing the output path.
2307 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2308 * gdb.arch/ppc-dfp.exp: Likewise.
2309 * gdb.arch/ppc-fp.exp: Likewise.
2310 * gdb.arch/vsx-regs.exp: Likewise.
2311 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2312 binprefix for generating the additional binary files.
2313
0646e07d
PA
23142016-08-19 Pedro Alves <palves@redhat.com>
2315
2316 * gdb.trace/mi-trace-frame-collected.exp
2317 (test_trace_frame_collected): On x32, expect two registers.
2318
46da9242
CL
23192016-08-18 Carl Love <cel@us.ibm.com>
2320
2321 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2322 and sync up the test with tests in gas/testsuite/gas/ppc.
2323 * gdb.arch/powerpc-power.exp: Likewise.
2324
eb2332d7
SM
23252016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2326
2327 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2328 expected error message.
2329
63c61e04
SM
23302016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2331
2332 * gdb.multi/remove-inferiors.exp: New file.
2333 * gdb.multi/remove-inferiors.c: New file.
2334
7b17065f
YQ
23352016-08-12 Yao Qi <yao.qi@linaro.org>
2336
2337 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2338 argument list.
2339
01d3dedf
PA
23402016-08-10 Pedro Alves <palves@redhat.com>
2341
2342 PR gdb/19187
2343 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2344 setup_kfails.
2345
3eb7562a
PA
23462016-08-09 Pedro Alves <palves@redhat.com>
2347 Simon Marchi <simon.marchi@ericsson.com>
2348
2349 PR gdb/20418
2350 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2351 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2352
80614914
PA
23532016-08-09 Pedro Alves <palves@redhat.com>
2354
2355 PR mi/20431
2356 * gdb.mi/mi-cmd-error.exp: New file.
2357
f348d89a
PA
23582016-08-09 Pedro Alves <palves@redhat.com>
2359
2360 PR gdb/18653
2361 * gdb.base/signals-state-child.c: New file.
2362 * gdb.base/signals-state-child.exp: New file.
2363 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2364
e5ca03b4
PA
23652016-08-09 Pedro Alves <palves@redhat.com>
2366
2367 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2368
282a0691
TT
23692016-08-03 Tom Tromey <tom@tromey.com>
2370
2371 PR python/18565:
2372 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2373
41bfcd63
YQ
23742016-08-01 Yao Qi <yao.qi@linaro.org>
2375
2376 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2377 variable mode to "multi-process" if $multi_process is 1, otherwise
2378 set it to "single-process".
2379
e3465b24
YQ
23802016-08-01 Yao Qi <yao.qi@linaro.org>
2381
2382 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2383 * gdb.cp/cpexprs.exp: Likewise.
2384 * gdb.cp/m-static.exp: Likewise.
2385
0b31a4bc
TT
23862016-07-26 Tom Tromey <tom@tromey.com>
2387
2388 PR python/20190:
2389 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2390 test.
2391
e0461dbb
MM
23922016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2393
2394 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2395 selecting assembly source files.
2396 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2397 assembly source files.
2398 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2399 assembly source files.
2400 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2401 selecting assembly source files.
2402
8194e927
SM
24032016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2404
2405 * gdb.base/new-ui.exp (do_test_invalid_args): New
2406 procedure.
2407
c0272db5
TW
24082016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2409
2410 * gdb.btrace/reconnect.c: New file.
2411 * gdb.btrace/reconnect.exp: New file.
2412
e3487908
GKB
24132016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2414
2415 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2416 to test_catch_syscall_group.
2417 (test_catch_syscall_group): New.
2418
12df5c00
TT
24192016-07-21 Tom Tromey <tom@tromey.com>
2420
2421 * gdb.rust/simple.rs (main): Use empty struct expression.
2422 * gdb.rust/simple.exp: Add tests for empty struct expression.
2423
bae62ee2
YQ
24242016-07-21 Yao Qi <yao.qi@linaro.org>
2425
2426 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2427 if gdb_skip_xml_test is true on some targets.
2428
b1b53fb3
YQ
24292016-07-21 Yao Qi <yao.qi@linaro.org>
2430
2431 * gdb.server/solib-list.exp: Unset last_loaded_file.
2432
027d97f8
JK
24332016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2434
2435 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2436 "step into captured_main (args)".
2437
7674d381
JK
24382016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2439
2440 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2441
72b5d099
JK
24422016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2443
2444 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2445
1f960ced
PA
24462016-07-19 Pedro Alves <palves@redhat.com>
2447
2448 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2449 * gdb.opt/inline-bt.exp: Likewise.
2450 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2451 additional_flags=-Winline.
2452 * gdb.opt/inline-locals.exp: Likewise.
2453 * gdb.opt/inline-markers.c (ATTR): Define.
2454 (inlined_fn): Use it.
2455
f25827c1
YQ
24562016-07-19 Yao Qi <yao.qi@linaro.org>
2457
2458 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2459 (test_with_self): Remove some code. Remove argument executable.
2460 (top-level): Use do_self_tests.
2461
37539ebe
DB
24622016-07-15 Zachary Welch <zwelch@codesourcery.com>
2463 Don Breazeal <donb@codesourcery.com>
2464
2465 * gdb.base/maint.exp: Escape paths used in regular expressions.
2466 * gdb.stabs/weird.exp: Likewise.
2467
dac790e1
TT
24682016-07-13 Tom Tromey <tom@tromey.com>
2469
2470 PR python/15620, PR python/18620:
2471 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2472 (test_bkpt_events): New procs.
2473
93daf339
TT
24742016-07-13 Tom Tromey <tom@tromey.com>
2475
2476 PR python/17698:
2477 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2478 test.
2479 (test_watchpoints): Likewise.
2480 (test_bkpt_pending): New proc.
2481
6571a381
TT
24822016-07-13 Tom Tromey <tom@tromey.com>
2483
2484 PR cli/18053:
2485 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2486 completion test.
2487
e8732474
JK
24882016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2489
2490 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2491 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2492 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2493 f_label.
2494 (g): Rename g_end_lbl to g_label.
2495 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2496 low_pc and high_pc.
2497 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2498
e0f3fd7c
TT
24992016-07-12 Tom Tromey <tom@tromey.com>
2500
2501 PR python/19293:
2502 * gdb.python/py-unwind-maint.exp: Update tests.
2503
3cfe46b6
YQ
25042016-07-12 Yao Qi <yao.qi@linaro.org>
2505
2506 * lib/selftest-support.exp (selftest_setup): Match the output
2507 when captured_main is inlined.
2508
4f19a0e6
WT
25092016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2510
2511 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2512 New variables.
2513 (print this%a, print this%b, print this): New tests.
2514 * gdb.fortran/derived-types.f90 (this): New object and
2515 initialization.
2516
986cf455
SM
25172016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2518
2519 * gdb.ada/arraydim.exp: Remove extra directory level in build
2520 directory.
2521
f0464b23
SM
25222016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2523
2524 * lib/ada.exp: Remove extra directory level in build directory.
2525 * gdb.ada/cond_lang.exp: Likewise.
2526 * gdb.ada/exec_changed.exp: Likewise.
2527 * gdb.ada/lang_switch.exp: Likewise.
2528
42d94011
MG
25292016-07-06 Manish Goregaokar <manish@mozilla.com>
2530
2806dc7e
PA
2531 * simple.rs: Add test for raw pointer subscripting.
2532 * simple.exp: Add test expectations.
42d94011 2533
647c264c
YQ
25342016-07-05 Yao Qi <yao.qi@linaro.org>
2535
2536 * gdb.mi/mi-reverse.exp: Match =record-started output.
2537
20aa2c60
PA
25382016-07-01 Pedro Alves <palves@redhat.com>
2539
2540 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2541 procedure.
2542 (jit_reader_test): Test the jit reader's unwinder.
2543 * gdb.base/jithost.c (jit_function_00_code): New global.
2544 (main): Use memcpy to fill in the mmapped code, instead of poking
2545 bytes manually here.
2546 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2547 value.
2548 (read_debug_info): Save the function's range.
2549 (read_sp): New function.
2550 (unwind_frame): Use it. Also unwind RBP.
2551 (get_frame_id): Use read_sp.
2552 (gdb_init_reader): Use calloc instead of malloc.
2553 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2554 parameter. Use gdb_test_multiple.
2555
ced2dffb
PA
25562016-07-01 Pedro Alves <palves@redhat.com>
2557 Antoine Tremblay <antoine.tremblay@ericsson.com>
2558
2559 * gdb.threads/process-dies-while-detaching.c: New file.
2560 * gdb.threads/process-dies-while-detaching.exp: New file.
2561
63000888
PA
25622016-07-01 Pedro Alves <palves@redhat.com>
2563
2564 * gdb.multi/watchpoint-multi-exit.c: New file.
2565 * gdb.multi/watchpoint-multi-exit.exp: New file.
2566
038d4868
PA
25672016-06-30 Pedro Alves <palves@redhat.com>
2568
2569 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2570 unset inferior_spawn_id.
2571
994e9c83
PA
25722016-06-30 Pedro Alves <palves@redhat.com>
2573
2574 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2575 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2576
e5653468
YQ
25772016-06-29 Yao Qi <yao.qi@linaro.org>
2578
2579 * gdb.base/return.c: Add copyright header.
2580
803b47e5
TT
25812016-06-29 Tom Tromey <tom@tromey.com>
2582
2583 PR python/20129:
2584 * gdb.python/py-framefilter.exp: Add tests for setting priority
2585 and disabling of non-existent frame filter.
2586
28244707
YQ
25872016-06-29 Yao Qi <yao.qi@linaro.org>
2588
2589 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2590 0x0f07ff.
2591
a31d2f06
YQ
25922016-06-28 Yao Qi <yao.qi@linaro.org>
2593
2594 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2595 triplets. Start gdb, execute catch syscall, and continue. Check
2596 gdb's output to determine catch syscall is supported.
2597
921d8f54
MG
25982016-06-27 Manish Goregaokar <manish@mozilla.com>
2599
25d49b86
PA
2600 * gdb.rust/simple.rs: Add test for returning unit in a function.
2601 * gdb.rust/simple.exp: Add expectation for functions returning
2602 unit.
921d8f54 2603
f4952523
PMR
26042016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2605
2606 * gdb.python/py-breakpoint-create-fail.c,
2607 gdb.python/py-breakpoint-create-fail.exp,
2608 gdb.python/py-breakpoint-create-fail.py: New testcase.
2609
fccb08f8
MG
26102016-06-25 Manish Goregaokar <manish@mozilla.com>
2611
2612 PR gdb/20239
2613 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
2614 * gdb.rust/simple.exp: Add test expectations for new NonZero
2615 tests.
fccb08f8 2616
6b850546
DT
26172016-06-24 David Taylor <dtaylor@emc.com>
2618
2619 * gdb.base/offsets.exp: New file.
2620 * gdb.base/offsets.c: New file.
2621
17621150
TT
26222016-06-23 Tom Tromey <tom@tromey.com>
2623
2624 PR gdb/16483:
2625 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2626 before any filters are loaded.
2627
04d59df6
WT
26282016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2629
2630 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2631 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2632 structs.
2633 * gdb.fortran/derived-type-function.exp: New file.
2634 * gdb.fortran/derived-type-function.f90: New file.
2635
2636
ac69f786
PA
26372016-06-21 Pedro Alves <palves@redhat.com>
2638
2639 * gdb.base/new-ui.exp: New file.
2640 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2641 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2642 (with_spawn_id): New procedure.
2643
49940788
PA
26442016-06-21 Pedro Alves <palves@redhat.com>
2645
2646 * gdb.mi/mi-exec-run.exp: New file.
2647
ef274d26
PA
26482016-06-21 Pedro Alves <palves@redhat.com>
2649
2650 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2651 breakpoint command's output on the main UI.
2652 (test_break): New procedure, factored out from calls in the top
2653 level.
2654 (top level): Use foreach_with_prefix to test MI as main UI and as
2655 separate UI.
2656
468afe6c
PA
26572016-06-21 Pedro Alves <palves@redhat.com>
2658
2659 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2660 (test_awatch_creation_and_listing)
2661 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2662 Remove 'type' parameter.
2663 (test_watchpoint_all): New parameter mi_mode. Remove
2664 with_test_prefix.
2665 (top level): Use foreach_with_prefix, and add main/separate UI MI
2666 testing axis.
2667
51f77c37
PA
26682016-06-21 Pedro Alves <palves@redhat.com>
2669
2670 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
2671 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
2672 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
2673 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
2674 (gdb_main_spawn_id, mi_spawn_id): Declare and
2675 comment.
2676 (mi_create_inferior_pty): New procedure,
2677 factored out from default_mi_gdb_start.
2678 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
2679 procedures.
2680 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
2681 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
2682 Use mi_create_inferior_pty.
2683 (mi_gdb_start): Use eval to pass down args list.
2684
8980e177
PA
26852016-06-21 Pedro Alves <palves@redhat.com>
2686
2687 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
2688 * gdb.opt/inline-cmds.exp: Add MI tests.
2689
f38d3ad1
PA
26902016-06-21 Pedro Alves <palves@redhat.com>
2691
2692 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
2693
45db7c09
PA
26942016-06-21 Pedro Alves <palves@redhat.com>
2695
2696 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
2697 (top level): Use it instead of mi_execute_to.
2698
5a069ab3
PA
26992016-06-21 Pedro Alves <palves@redhat.com>
2700
2701 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
2702 (cont_handler_str): New.
2703 (signal_stop_handler): Set stop_handler_str instead of printing to
2704 stdout.
2705 (continue_handler): Set cont_handler_str instead of printing to
2706 stdout.
2707 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
2708 mi_send_resuming_command. Print stop_handler_str and
2709 cont_handler_str instead of expecting the python events print
2710 directly.
2711
2838cc1d
SD
27122016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2713
2714 * gdb.base/jit-reader.exp: New file.
2715 * gdb.base/jithost.c: New file.
2716 * gdb.base/jithost.h: New file.
2717 * gdb.base/jitreader.c : New file.
2718 * gdb.base/jit-protocol.h: New file.
2719
21a77091
YQ
27202016-06-17 Yao Qi <yao.qi@linaro.org>
2721
2722 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
2723 parameters follow_fork and detach_on_fork. Set follow-fork-mode
2724 and detach-on-fork. Adjust tests.
2725 (top level): Invoke break_cond_on_syscall with combinations of
2726 syscall, follow-fork-mode and detach-on-fork.
2727
f50bf8e5
YQ
27282016-06-17 Yao Qi <yao.qi@linaro.org>
2729
2730 * gdb.base/step-over-exit.c: New.
2731 * gdb.base/step-over-exit.exp: New.
2732
a28d8e50
YTL
27332016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2734
2735 * gdb.base/float.exp: Add target check for nds32*-*-*.
2736 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
2737
cad8e26d
AB
27382016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2739
2740 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
2741 for unsupported target features.
2742 * gdb.base/call-rt-st.exp: Likewise.
2743 * gdb.base/call-sc.exp: Likewise.
2744 * gdb.base/call-signal-resume.exp: Likewise.
2745 * gdb.base/call-strs.exp: Likewise.
2746 * gdb.base/callexit.exp: Likewise.
2747 * gdb.base/callfuncs.exp: Likewise.
2748 * gdb.base/nodebug.exp: Likewise.
2749 * gdb.base/printcmds.exp: Likewise.
2750 * gdb.base/ptype.exp: Likewise.
2751 * gdb.base/structs.exp: Likewise.
2752 * gdb.base/unwindonsignal.exp: Likewise.
2753 * gdb.cp/gdb2495.exp: Likewise.
2754 * gdb.cp/templates.exp: Likewise.
2755 * gdb.cp/virtfunc.exp: Likewise.
2756 * gdb.threads/hand-call-in-threads.exp: Likewise.
2757 * gdb.threads/interrupted-hand-call.exp: Likewise.
2758 * gdb.threads/thread-unwindonsignal.exp: Likewise.
2759
347dc102
TT
27602016-06-10 Tom Tromey <tom@tromey.com>
2761
2762 PR rust/20110:
2763 * gdb.rust/expr.exp: Add test for integer constant larger than
2764 i32.
2765
5e13cf25
BH
27662016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
2767
2768 * gdb.fortran/nested-funcs.exp: New.
2769 * gdb.fortran/nested-funcs.f90: New.
2770
bb556f1f
TK
27712016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2772
2773 * gdb.base/examine-backward.c: New file.
2774 * gdb.base/examine-backward.exp: New file.
2775
38b022b4
SM
27762016-06-06 Simon Marchi <simon.marchi@ericsson.com>
2777
2778 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
2779 matching.
2780
1b40ec05
TT
27812016-06-02 Tom Tromey <tom@tromey.com>
2782
2783 PR python/18984:
2784 * gdb.python/py-shared.exp: Add solib_name test.
2785
193bd378
SM
27862016-06-02 Simon Marchi <simon.marchi@ericsson.com>
2787
2788 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
2789
3326303b
MG
27902016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
2791
2792 PR c++/19893
2793 * gdb.dwarf2/implref.exp: Rename to...
2794 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
2795 * gdb.dwarf2/implref-array.c: New file.
2796 * gdb.dwarf2/implref-array.exp: Likewise.
2797 * gdb.dwarf2/implref-global.c: Likewise.
2798 * gdb.dwarf2/implref-global.exp: Likewise.
2799 * gdb.dwarf2/implref-struct.c: Likewise.
2800 * gdb.dwarf2/implref-struct.exp: Likewise.
2801
825c8ef2
AT
28022016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2803
2804 * gdb.trace/trace-condition.exp: Add 64bit tests.
2805
2320162a
AT
28062016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2807
2808 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
2809 bits types.
2810 (main): Adapt to 8 to 64 bits types.
2811 * gdb.trace/trace-condition.exp: Add new tests.
2812
a7818233
AT
28132016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2814
2815 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
2816
0d336466
AT
28172016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2818
2819 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
2820 Move condition tests...
2821 * gdb.trace/trace-condition.exp: Here.
2822
7faeb45a
AT
28232016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2824
2825 * gdb.trace/trace-condition.exp: Add counter-case tests.
2826
e385593e
JK
28272016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2828
2829 PR c++/15231
2830 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
2831 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
2832
744608cc
PA
28332016-05-27 Pedro Alves <palves@redhat.com>
2834
2835 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2836 New procedure.
2837 (top level): Call it, and bail out of DejaGnu is known to be bad.
2838
ac775bf4
AB
28392016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
2840
2841 * gdb.base/whatis.c: Extend the test case.
2842 * gdb.base/whatis.exp: Add additional tests.
2843
2bbad2ea
BH
28442016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2845
2846* gdb.fortran/type.f90: Add pointer variable.
2847* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
2848
8b70175d
BH
28492016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2850
2851 * gdb.fortran/vla-type.exp: Fix testcase name.
2852
86d8a848
BH
28532016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2854
2855 * gdb.fortran/vla-type.exp: Access elements in nested structs.
2856
e188eb36
BH
28572016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2858
2859 * gdb.fortran/type.f90: Add nested structures.
2860 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
2861 * gdb.fortran/derived-type.exp: Adapt expected output.
2862 * gdb.fortran/vla-type.exp: Adapt expected output.
2863
9b2db1fd
BH
28642016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2865
2866 * gdb.fortran/whatis_type.exp: Adapt expected output.
2867
72b17055
BH
28682016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2869
2870 * gdb.fortran/print_type.exp: Fix expected output.
2871 * gdb.fortran/whatis_type.exp: Fix expected output.
2872
3cd81d8d
BH
28732016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2874
2875 * gdb.fortran/whatis_type.exp: Use multi_line.
2876
ddae9462
TT
28772016-05-24 Tom Tromey <tom@tromey.com>
2878
2879 PR python/17386:
2880 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
2881 use value as an index.
2882
1957f6b8
TT
28832016-05-23 Tom Tromey <tom@tromey.com>
2884
2885 PR python/17981:
2886 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
2887 no-breakpoint case.
2888
026a9174
PA
28892016-05-24 Pedro Alves <palves@redhat.com>
2890
2891 PR gdb/19828
2892 * gdb.threads/clone-attach-detach.c: New file.
2893 * gdb.threads/clone-attach-detach.exp: New file.
2894
e70a7231
FR
28952016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
2896
2897 * gdb.base/annota-input-while-running.exp: Fix syntax error.
2898
0f6ed0e0
TT
28992016-05-23 Tom Tromey <tom@tromey.com>
2900
2901 PR python/19438, PR python/18393:
2902 * gdb.python/py-progspace.exp: Add "dir" test.
2903 * gdb.python/py-objfile.exp: Add "dir" test.
2904
ffd19d61
YQ
29052016-05-23 Yao Qi <yao.qi@linaro.org>
2906
2907 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
2908 * gdb.arch/thumb2-it.exp: Likewise.
2909
9e8f9b05
SM
29102016-05-18 Simon Marchi <simon.marchi@ericsson.com>
2911
2912 * gdb.mi/mi-threads-interrupt.c: New file.
2913 * gdb.mi/mi-threads-interrupt.exp: New file.
2914
61c6156d
SM
29152016-05-17 Simon Marchi <simon.marchi@ericsson.com>
2916
2917 PR gdb/18077
2918 * gdb.mi/mi-async-run.exp: New file.
2919 * gdb.mi/mi-async-run.c: New file.
2920
67218854
TT
29212016-05-17 Tom Tromey <tom@tromey.com>
2922 Manish Goregaokar <manishsmail@gmail.com>
2923
2924 * lib/rust-support.exp: New file.
2925 * lib/gdb.exp (skip_rust_tests): New proc.
2926 (build_executable_from_specs): Handle rust.
2927 * lib/future.exp (gdb_find_rustc): New proc.
2928 (gdb_default_target_compile): Handle rust.
2929 * gdb.rust/expr.exp: New file.
2930 * gdb.rust/generics.exp: New file.
2931 * gdb.rust/generics.rs: New file.
2932 * gdb.rust/methods.exp: New file.
2933 * gdb.rust/methods.rs: New file.
2934 * gdb.rust/modules.exp: New file.
2935 * gdb.rust/modules.rs: New file.
2936 * gdb.rust/simple.exp: New file.
2937 * gdb.rust/simple.rs: New file.
2938
c44af4eb
TT
29392016-05-17 Tom Tromey <tom@tromey.com>
2940
2941 * gdb.base/default.exp (set language): Add rust.
2942
dcd1f979
TT
29432016-05-17 Tom Tromey <tom@tromey.com>
2944
2945 * gdb.gdb/unittest.exp: New file.
2946
155b7f57
YQ
29472016-05-16 Yao Qi <yao.qi@linaro.org>
2948
2949 * gdb.base/batch-preserve-term-settings.exp: Remove variable
2950 shell_prompt. Update shell_prompt_re.
2951
8ddd5a6c
DE
29522016-05-12 Doug Evans <dje@google.com>
2953
2954 PR symtab/19999
2955 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
2956 $options when building executable.
2957 * gdb.dwarf2/fission-loclists-pie.S: New file.
2958 * gdb.dwarf2/fission-loclists-pie.exp: New file.
2959
02e370d9
SM
29602016-05-04 Simon Marchi <simon.marchi@ericsson.com>
2961
2962 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
2963 of [is_remote target],
2964
8929ad8b
SM
29652016-05-04 Simon Marchi <simon.marchi@ericsson.com>
2966
2967 * lib/gdb.exp (use_gdb_stub): New procedure.
2968
6c447423
DE
29692016-05-03 Yunlian Jiang <yunlian@google.com>
2970 Doug Evans <dje@google.com>
2971
2972 PR symtab/19914
2973 * gdb.dwarf2/dwp-sepdebug.c: New file.
2974 * gdb.dwarf2/dwp-sepdebug.exp: New file.
2975
444e826c
SM
29762016-05-02 Simon Marchi <simon.marchi@ericsson.com>
2977
2978 * gdb.base/detach.exp: Remove is_remote check.
2979
740feeaa
SM
29802016-05-02 Simon Marchi <simon.marchi@ericsson.com>
2981
2982 * gdb.base/annota-input-while-running.exp: Don't check for
2983 [is_remote target]. Enable annotations after running to main.
2984 Remove unused "set test..." line.
2985
9080ac9d
SM
29862016-04-28 Simon Marchi <simon.marchi@ericsson.com>
2987
2988 * gdb.trace/trace-enable-disable.exp: New file.
2989 * gdb.trace/trace-enable-disable.c: New file.
2990
952ebca5
SM
29912016-04-28 Simon Marchi <simon.marchi@ericsson.com>
2992
2993 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
2994 use it in info sharedlibrary test.
2995 * gdb.trace/ftrace-lock.exp: Likewise.
2996 * gdb.trace/ftrace.exp: Likewise.
2997 * gdb.trace/range-stepping.exp: Likewise.
2998 * gdb.trace/trace-break.exp: Likewise.
2999 * gdb.trace/trace-condition.exp: Likewise.
3000 * gdb.trace/trace-mt.exp: Likewise.
3001
d9019901
SM
30022016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3003
3004 * lib/gdb.exp (gdb_load_shlibs): Rename to...
3005 (gdb_load_shlib): ... this.
3006 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
3007 gdb_load_shlib.
3008 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
3009 * gdb.base/ctxobj.exp: Likewise.
3010 * gdb.base/dprintf-pending.exp: Likewise.
3011 * gdb.base/dso2dso.exp: Likewise.
3012 * gdb.base/fixsection.exp: Likewise.
3013 * gdb.base/gcore-relro.exp: Likewise.
3014 * gdb.base/gdb1555.exp: Likewise.
3015 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3016 * gdb.base/gnu-ifunc.exp: Likewise.
3017 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
3018 * gdb.base/jit-so.exp (one_jit_test): Likewise.
3019 * gdb.base/pending.exp: Likewise.
3020 * gdb.base/print-file-var.exp: Likewise.
3021 * gdb.base/print-symbol-loading.exp: Likewise.
3022 * gdb.base/shlib-call.exp: Likewise.
3023 * gdb.base/shreloc.exp: Likewise.
3024 * gdb.base/so-impl-ld.exp: Likewise.
3025 * gdb.base/solib-disc.exp: Likewise.
3026 * gdb.base/solib-nodir.exp: Likewise.
3027 * gdb.base/solib-overlap.exp: Likewise.
3028 * gdb.base/solib-symbol.exp: Likewise.
3029 * gdb.base/solib-weak.exp (do_test): Likewise.
3030 * gdb.base/sym-file.exp: Likewise.
3031 * gdb.base/symtab-search-order.exp: Likewise.
3032 * gdb.base/type-opaque.exp: Likewise.
3033 * gdb.base/unload.exp: Likewise.
3034 * gdb.base/watchpoint-solib.exp: Likewise.
3035 * gdb.compile/compile.exp: Likewise.
3036 * gdb.cp/gdb2384.exp: Likewise.
3037 * gdb.cp/infcall-dlopen.exp: Likewise.
3038 * gdb.cp/re-set-overloaded.exp: Likewise.
3039 * gdb.fortran/library-module.exp: Likewise.
3040 * gdb.opt/solib-intra-step.exp: Likewise.
3041 * gdb.python/py-finish-breakpoint.exp: Likewise.
3042 * gdb.python/py-shared.exp: Likewise.
3043 * gdb.reverse/solib-precsave.exp: Likewise.
3044 * gdb.reverse/solib-reverse.exp: Likewise.
3045 * gdb.server/solib-list.exp: Likewise.
3046 * gdb.threads/dlopen-libpthread.exp: Likewise.
3047 * gdb.threads/tls-shared.exp: Likewise.
3048 * gdb.threads/tls-so_extern.exp: Likewise.
3049 * gdb.trace/change-loc.exp: Likewise.
3050 * gdb.trace/ftrace-lock.exp: Likewise.
3051 * gdb.trace/ftrace.exp: Likewise.
3052 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
3053 * gdb.trace/pending.exp: Likewise.
3054 * gdb.trace/range-stepping.exp: Likewise.
3055 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3056 (strace_info_marker): Likewise.
3057 (strace_probe_marker): Likewise.
3058 (strace_trace_on_same_addr): Likewise.
3059 (strace_trace_on_diff_addr): Likewise.
3060 * gdb.trace/trace-break.exp: Likewise.
3061 * gdb.trace/trace-condition.exp: Likewise.
3062 * gdb.trace/trace-mt.exp: Likewise.
3063
fca4cfd9
SM
30642016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3065
3066 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3067 result of gdb_remote_download.
3068 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3069 * gdb.base/dso2dso.exp: Likewise.
3070 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3071 * gdb.base/print-file-var.exp: Likewise.
3072 * gdb.base/shlib-call.exp: Likewise.
3073 * gdb.base/shreloc.exp: Likewise.
3074 * gdb.base/solib-overlap.exp: Likewise.
3075 * gdb.base/solib-weak.exp (do_test): Likewise.
3076 * gdb.base/unload.exp: Likewise.
3077
11cf4ffb
YQ
30782016-04-27 Yao Qi <yao.qi@linaro.org>
3079
3080 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3081 exists.
3082
3e2e34f8
KB
30832016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3084
3085 * vla-type.exp: Print structure from toplevel.
3086
8f07e298
BH
30872016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3088
3089 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3090 of dynamic types.
3091 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3092 of dynamic types.
3093
9920b434
BH
30942016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3095
3096 * gdb.fortran/vla-type.f90: New file.
3097 * gdb.fortran/vla-type.exp: New file.
3098
f3abeff5
YQ
30992016-04-25 Yao Qi <yao.qi@linaro.org>
3100
3101 * gdb.base/branch-to-self.c: New file.
3102 * gdb.base/branch-to-self.exp: New file.
3103
0a5d52f0
YQ
31042016-04-22 Yao Qi <yao.qi@linaro.org>
3105
3106 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3107 more after $hex.
3108
495346f6
YQ
31092016-04-22 Yao Qi <yao.qi@linaro.org>
3110
3111 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3112 * gdb.base/annota3.exp: Likewise.
3113
4a7e075c
YQ
31142016-04-22 Yao Qi <yao.qi@linaro.org>
3115
3116 * gdb.reverse/step-precsave.exp: Do one step and test program
3117 stops in "callee" and do multiple steps until program goes out
3118 of "callee".
3119 * gdb.reverse/step-reverse.exp: Likewise.
3120
5b061e98
YQ
31212016-04-22 Yao Qi <yao.qi@linaro.org>
3122
3123 * gdb.trace/signal.exp: Also pass if
3124 $tracepoint_hits($i) > $iterations.
3125
5c5dc57f
YQ
31262016-04-22 Yao Qi <yao.qi@linaro.org>
3127
3128 * gdb.trace/signal.c: New file.
3129 * gdb.trace/signal.exp: New file.
3130
a55411b9
DE
31312016-04-19 Doug Evans <xdje42@gmail.com>
3132
3133 * gdb.base/bad-file.exp: New file.
3134
a22df60a
MG
31352016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3136
3137 * gdb.dwarf2/implref.exp: New file.
3138
0c13f7e5
BH
31392016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3140
3141 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3142 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3143 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3144 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3145 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3146 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3147 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3148 * lib/fortran.exp (fortran_int4): New procedure.
3149 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3150 (fortran_logical4): Likewise.
3151
9b9b09e9
BH
31522016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3153
3154 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3155
a14d1f4d
BH
31562016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3157
3158 * lib/compiler.c: Add Intel specific preprocessor macros.
3159 * lib/compiler.cc: Likewise.
25d49b86 3160
7d49b1d0
LM
31612016-04-13 Luis Machado <lgustavo@codesourcery.com>
3162
3163 * gdb.server/connect-with-no-symbol-file.c: New file.
3164 * gdb.server/connect-with-no-symbol-file.exp: New file.
3165
8392fa22
SM
31662016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3167
3168 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3169
8c4c4aeb
SM
31702016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3171
3172 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3173 standard output directory.
3174
45e3745e
AT
31752016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3176
3177 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3178
e26b7e41
MM
31792016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3180
3181 * gdb.btrace/instruction_history.c (loop): Add declaration.
3182
8ce09462
AT
31832016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3184
3185 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3186
2e88a1ea
SM
31872016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3188
3189 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3190 parentheses to print.
3191 (continue_handler): Likewise.
3192
f48e22e3
SM
31932016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3194
3195 * gdb.server/solib-list.exp: Remove is_remote check.
3196 Pass shlib= to gdb_compile. Don't link shared library with
3197 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3198 Run binary filename through "readlink -f" on the target.
3199
096be756
PA
32002016-04-08 Pedro Alves <palves@redhat.com>
3201
3202 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3203 interpreter filename as argument to gdbserver_spawn.
3204 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3205 Return empty if $last_loaded_file does not exist.
3206
06500533
JK
32072016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3208
3209 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3210 * gdb.base/jit-main.c: Use exit after usage.
3211
2d35e871
JK
32122016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3213
3214 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3215 GDBHISTSIZE prior to the tests.
3216 * gdb.base/gdbinit-history.exp: Likewise.
3217
32182016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3219
3220 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3221 instead of build_executable. Use gdb_load_shlibs.
3222
c8064e7e
YQ
32232016-04-07 Yao Qi <yao.qi@linaro.org>
3224
3225 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3226 Execute "si" command.
3227
bde47561
YQ
32282016-04-07 Yao Qi <yao.qi@linaro.org>
3229
3230 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3231 number instead of the comments on some line.
3232
b16f8a3b
DB
32332016-04-06 Don Breazeal <donb@codesourcery.com>
3234
3235 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3236 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3237
c2f901df
SM
32382016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3239
3240 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3241 standard_output_file. Remove unused binfile variable.
3242
ac17fda0
CU
32432016-04-05 Catalin Udma <catalin.udma@freescale.com>
3244
3245 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3246 * gdb.python/py-mi-objfile.exp: Match "list main" output
3247 in console format.
3248
03a8c4df
SM
32492016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3250
3251 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3252 absolute.
3253
6e774b13
SM
32542016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3255
3256 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3257 absolute.
3258 * gdb.trace/ftrace.exp: Likewise.
3259 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3260 targets as well.
3261 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3262 (gdb_load_shlibs): Copy libraries to test directory when testing
3263 natively. Only set solib-search-path if testing remotely.
3264 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3265
7817ea46
SM
32662016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3267
3268 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3269 gdb_download. Use it even if the target is not remote.
3270 * gdb.base/jit.exp (compile_jit_test): Likewise.
3271 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3272 output directory if the destination board is local, otherwise use
3273 the standard remote_download from DejaGnu.
3274 (gdb_download): Remove.
3275 (gdb_load_shlibs): Use gdb_remote_download instead of
3276 gdb_download.
3277 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3278 Use gdb_remote_download instead of gdb_download. Use it even if
3279 the target is not remote.
3280 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3281 instead of gdb_download.
3282
7beb7f68
SM
32832016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3284
3285 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3286 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3287 run.
3288
cc63428a
AV
32892016-04-01 Artemiy Volkov <artemiyv@acm.org>
3290
3291 PR gdb/19820
3292 * gdb.base/printcmds.exp: Add artificial arrays tests.
3293
64cdf930
PA
32942016-03-31 Pedro Alves <palves@redhat.com>
3295
3296 PR gdb/19858
3297 * gdb.base/jit-main.c: Include unistd.h.
3298 (ATTACH): Define to 0 if not already defined.
3299 (wait_for_gdb, mypid): New globals.
3300 (WAIT_FOR_GDB): New macro.
3301 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3302 some breakpoint locations.
3303 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3304 New procedures.
3305 (one_jit_test): Add REATTACH parameter, and handle it. Use
3306 continue_to_test_location.
3307 (top level): Test attach, and adjusts calls to one_jit_test.
3308
40dea8cb
PA
33092016-03-31 Pedro Alves <palves@redhat.com>
3310
3311 PR gdb/19858
3312 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3313 BINSUFFIX parameter, and handle it.
3314 (top level): Adjust calls compile_jit_test.
3315
e7ea3ec7
CU
33162016-03-31 Catalin Udma <catalin.udma@freescale.com>
3317
3318 PR python/19743
3319 * gdb.python/py-mi-events-gdb.py: New file.
3320 * gdb.python/py-mi-events.c: New file.
3321 * gdb.python/py-mi-events.exp: New file.
3322
e6359af3
YQ
33232016-03-30 Yao Qi <yao.qi@linaro.org>
3324
3325 * gdb.reverse/until-precsave.exp: Match function name only.
3326 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3327 Move malloc to a condition block.
3328 * gdb.reverse/until-reverse.exp: Match function name only.
3329
a4105d04
MK
33302016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3331
3332 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3333 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3334 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3335 variable for GPR 0 instead of assuming it is register 0.
3336 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3337 * lib/trace-support.exp: Add s390 registers.
3338
bfa6adb9
YQ
33392016-03-29 Yao Qi <yao.qi@linaro.org>
3340
3341 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3342
1e6697ea
YQ
33432016-03-24 Yao Qi <yao.qi@linaro.org>
3344
3345 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3346 test message.
3347
64bcd522
AA
33482016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3349
3350 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3351 maintaining separate logic for constructing the output path.
3352
7868401b
DB
33532016-03-16 Don Breazeal <donb@codesourcery.com>
3354
3355 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3356 Retry fork and waitpid on interrupted system call errors.
3357 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3358 Use with_timeout_factor to increase timeout by factor of 10.
3359
1cafadb4
DB
33602016-03-15 Don Breazeal <donb@codesourcery.com>
3361
3362 * gdb.cp/scope-err.cc: New test program.
3363 * gdb.cp/scope-err.exp: New test script.
3364 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3365 lines and "set breakpoint here" comment.
3366 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3367 Fixed some whitespace and format issues.
3368 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3369 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3370
81516450
DE
33712016-03-15 Doug Evans <dje@google.com>
3372
3373 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3374 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3375 All callers updated. Add tests for enums, mixed flags register.
3376
aa52b601
DE
33772016-03-15 Doug Evans <dje@google.com>
3378
3379 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3380 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3381
fa4ff313
SM
33822016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3383
3384 * gdb.base/default.exp: Add $_as_string to the list of expected
3385 convenience functions.
3386
f2403c39
AB
33872016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3388
3389 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3390
f2f3ccb9
SM
33912016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3392
3393 * gdb.python/py-as-string.exp: New file.
3394 * gdb.python/py-as-string.c: New file.
3395
00dbd492
PA
33962016-03-09 Pedro Alves <palves@redhat.com>
3397
3398 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3399 signal" -> "Thread NN received signal" output change.
3400 * gdb.threads/ia64-sigill.exp: Likewise.
3401 * gdb.threads/linux-dp.exp: Likewise.
3402 * gdb.threads/manythreads.exp: Likewise.
3403 * gdb.threads/pending-step.exp: Likewise.
3404 * gdb.threads/print-threads.exp: Likewise.
3405 * gdb.threads/sigstep-threads.exp: Likewise.
3406 * gdb.threads/staticthreads.exp: Likewise.
3407 * gdb.threads/tls.exp: Likewise.
3408
1e6697ea
YQ
34092016-03-09 Pedro Alves <palves@redhat.com>
3410
3411 * gdb.base/command-line-input.exp: New file.
3412
b04fd3be
MK
34132016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3414
3415 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3416 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3417 * gdb.trace/pending.exp: Accept leading dot before function name.
3418 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3419 * lib/trace-support.exp: Set registers for ppc.
3420
98fa59e9
MK
34212016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3422
3423 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3424 use it for disassembly; accept .main in addition to main in backtrace.
3425
f77198c8
MK
34262016-03-09 Wei-cheng Wang <cole945@gmail.com>
3427 Marcin Kościelnicki <koriakin@0x04.net>
3428
3429 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3430 (gdb_recursion_test_ptr): New global variable.
3431 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3432 gdb_recursion_test.
3433 (gdb_c_test): Ditto.
3434
ba84e0da
MK
34352016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3436
3437 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3438 ordering.
3439
4366d36e
MK
34402016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3441
3442 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3443 (bar): Add bar_start_lbl label.
3444 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3445 of foo/bar for emitting DWARF and tracing.
3446
5eb264df
SDJ
34472016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3448
3449 * analyze-racy-logs.py: Set executable bit.
3450
fb6a751f
SDJ
34512016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3452
3453 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3454 (CHECK_TARGET_TMP): Likewise.
3455 (check-single-racy): New rule.
3456 (check-parallel-racy): Likewise.
3457 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3458 (do-check-parallel-racy): New rule.
3459 (check-racy/%.exp): Likewise.
3460 * README (Racy testcases): New section.
3461 * analyze-racy-logs.py: New file.
3462
bdf7e230
DE
34632016-03-03 Doug Evans <dje@google.com>
3464
3465 * gdb.base/skip.exp: Use with_test_prefix.
3466
4719d415
YQ
34672016-03-03 Yao Qi <yao.qi@linaro.org>
3468
3469 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3470 Invoke step_over_syscall "clone" and break_cond_on_syscall
3471 "clone".
3472 * gdb.base/step-over-clone.c: New file.
3473
ea507862
YQ
34742016-03-03 Yao Qi <yao.qi@linaro.org>
3475
3476 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3477 code format.
3478
8fc8cbda
YQ
34792016-03-03 Yao Qi <yao.qi@linaro.org>
3480
3481 * gdb.base/disp-step-fork.c: Rename to ...
3482 * gdb.base/step-over-fork.c: ... it. New file.
3483 * gdb.base/disp-step-vfork.c: Rename to ...
3484 * gdb.base/step-over-vfork.c: ... it. New file.
3485 * gdb.base/disp-step-syscall.exp: Rename to ...
3486 * gdb.base/step-over-syscall.exp: ... it. New file.
3487 (disp_step_cross_syscall): Rename to ...
3488 (step_over_syscall): ... it.
3489
92fa70b0
YQ
34902016-03-03 Yao Qi <yao.qi@linaro.org>
3491
3492 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3493 If target supports condition evaluation on target, invoke
3494 break_cond_on_syscall for fork and vfork.
3495
e197ad3c
YQ
34962016-03-03 Yao Qi <yao.qi@linaro.org>
3497
3498 * gdb.base/disp-step-syscall.exp: Don't invoke
3499 support_displaced_stepping.
3500 (disp_step_cross_syscall): Test with displaced stepping off and
3501 on if supported.
3502
0b47da9f
YQ
35032016-03-03 Yao Qi <yao.qi@linaro.org>
3504
3505 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3506 proc.
3507 (setup): New proc.
3508 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3509 and setup.
3510
065ab6dc
BH
35112016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3512
3513 * gdb.fortran/vla-history.exp: Remove breakpoint.
3514
07e448ad 35152016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3516
25d49b86
PA
3517 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3518 exceeds timeout.
07e448ad 3519
9ac2d526 35202016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3521
25d49b86
PA
3522 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3523 breakpoint.
9ac2d526 3524
17807369
BH
35252016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3526
3527 * gdb.mi/vla.f90: Nullify pointer after declaration.
3528
86e501af
PA
35292016-03-01 Pedro Alves <palves@redhat.com>
3530
3531 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3532
1e903e32
PA
35332016-03-01 Pedro Alves <palves@redhat.com>
3534
3535 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3536 before anything else.
3537 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3538 _GNU_SOURCE here.
3539 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3540 before anything else.
3541 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3542
6ccb54e2
PA
35432016-03-01 Pedro Alves <palves@redhat.com>
3544
3545 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3546
30ca9da1
YQ
35472016-03-01 Yao Qi <yao.qi@linaro.org>
3548
3549 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3550 prepare_for_testing.
3551
dc856b38
YQ
35522016-03-01 Yao Qi <yao.qi@linaro.org>
3553
3554 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3555
4a932159
AA
35562016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3557
3558 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3559 manually constructing the output path.
3560
f2489477
AA
35612016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3562
3563 * gdb.arch/s390-stackless.S: New.
3564 * gdb.arch/s390-stackless.exp: New.
3565
38899f16
IB
35662016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3567
3568 * gdb.dlang/circular.c: New file.
3569 * gdb.dlang/circular.exp: New file.
3570
9fde51ed
YQ
35712016-02-26 Yao Qi <yao.qi@linaro.org>
3572
3573 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3574 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3575 (testcases): Update.
3576
ce90fefe
YQ
35772016-02-26 Yao Qi <yao.qi@linaro.org>
3578
3579 * gdb.reverse/aarch64.c: Rename to ...
3580 * gdb.reverse/insn-reverse.c: ... it.
3581 * gdb.reverse/aarch64.exp: Rename to ...
3582 * gdb.reverse/insn-reverse.exp: ... it.
3583
3263bceb
YQ
35842016-02-26 Yao Qi <yao.qi@linaro.org>
3585
3586 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3587 (testcase_ftype): New.
3588 (testcases): New array.
3589 (n_testcases): New.
3590 (main): Call each element in testcases.
3591 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3592 (read_testcase): New.
3593 Do the tests in a loop.
3594
6cb59ff1
YQ
35952016-02-25 Yao Qi <yao.qi@linaro.org>
3596
3597 * gdb.base/branches.c: Remove.
3598
ae91f625
MK
35992016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3600
3601 PR gdb/13808
3602 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3603
678b48b7
MK
36042016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3605
3606 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3607
7337a6f2
MK
36082016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3609
3610 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3611 change x86_64 call_insn to 'callq'.
3612
861ca91f
AT
36132016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3614
3615 * gdb.trace/tfile-avx.c: Move to...
3616 * gdb.trace/tracefile-pseudo-reg.c: Here.
3617 * gdb.trace/tfile-avx.exp: Move to...
3618 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3619
bf74e428
GB
36202016-02-24 Gary Benson <gbenson@redhat.com>
3621
3622 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3623 message on attach.
3624
cce0e923
DE
36252016-02-23 Doug Evans <dje@google.com>
3626
3627 * gdb.base/skip.c (test_skip): New function.
3628 (end_test_skip_file_and_function): New function.
3629 (test_skip_file_and_function): New function.
3630 * gdb.base/skip1.c (test_skip): New function.
3631 (skip1_test_skip_file_and_function): New function.
3632 * gdb.base/skip.exp: Add tests for new skip options.
3633 * gdb.base/skip-solib.exp: Update expected output.
3634 * gdb.perf/skip-command.cc: New file.
3635 * gdb.perf/skip-command.exp: New file.
3636 * gdb.perf/skip-command.py: New file.
3637
4000e47e
MK
36382016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
3639
3640 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3641 info registers pattern.
3642
24f75ead
IB
36432016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
3644
3645 * lib/future.exp: Add D support.
3646 (gdb_find_gdc): New proc.
3647 (gdb_default_target_compile): Add D support.
3648
fbb7bcbe
WW
36492016-02-18 Wei-cheng Wang <cole945@gmail.com>
3650
3651 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3652 user+system time.
3653 (trace_speed_test): Determine the iteration count for a time
3654 between 15..30 seconds.
3655
012b3a21
WT
36562016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
3657
3658 * gdb.arch/i386-mpx-sigsegv.c: New file.
3659 * gdb.arch/i386-mpx-sigsegv.exp: New file.
3660 * gdb.arch/i386-mpx-simple_segv.c: New file.
3661 * gdb.arch/i386-mpx-simple_segv.exp: New file.
3662
2d5189bd
YQ
36632016-02-18 Yao Qi <yao.qi@linaro.org>
3664
3665 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3666 Don't call setup_kfail.
3667
40fb20d0
YQ
36682016-02-18 Yao Qi <yao.qi@linaro.org>
3669
3670 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3671 Set "set breakpoint condition-evaluation" per $cond_bp_target.
3672
21b1f8d2
DE
36732016-02-16 Doug Evans <dje@google.com>
3674
3675 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
3676 * gdb.base/skip1.c: Ditto.
3677 * gdb.base/skip.exp: Whitespace cleanup.
3678
4041ed77
DB
36792016-02-16 Don Breazeal <donb@codesourcery.com>
3680
3681 PR remote/19496
3682 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3683 Remove kfail for PR remote/19496.
3684
c4ef31bf
SM
36852016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3686
3687 * lib/gdb.exp (standard_temp_file): Return a path specific to
3688 the runtest invocation.
3689
266b65b3
SM
36902016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3691
3692 * gdb.trace/save-trace.exp: Change relative path to be in the
3693 standard output directory.
3694
a7a0a6a9
JK
36952016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3696
3697 * gdb.arch/i386-prologue.c: Add missing prototypes.
3698
c99dbb42
JK
36992016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3700
3701 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
3702 * gdb.arch/i386-prologue.exp: Likewise.
3703 * gdb.arch/i386-size.exp: Likewise.
3704
aa480355
SM
37052016-02-15 Simon Marchi <simon.marchi@ericsson.com>
3706
3707 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
3708 define object file path.
3709 * gdb.btrace/gcore.exp: Use standard_output_file to define core
3710 file path.
3711 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
3712 standard_output_file to define binfile.
3713
ba881f50
JK
37142016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3715
3716 Fix compatibility with recent gfortran-5.3.1.
3717 * gdb.fortran/vla-history.exp (print vla1 allocated)
3718 (print vla2 allocated, print $2, print $3): Remove
3719 (print $4): Rename to ...
3720 (print $2): ... here.
3721 (print $9): Rename to ...
3722 (print $5): ... here.
3723 (print $10): Rename to ...
3724 (print $6): ... here.
3725 * gdb.fortran/vla.f90: Add pvla initialization.
3726
e9fb005c
JK
37272016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3728
3729 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
3730 New test.
3731 * gdb.fortran/vla-value-sub.exp: Likewise.
3732
e44e00ff
MK
37332016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
3734
3735 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
3736
97e94151
SM
37372016-02-12 Simon Marchi <simon.marchi@ericsson.com>
3738
3739 * i386-biarch-core.exp: Define corefile using
3740 standard_output_file.
3741
01113bc1
YQ
37422016-02-12 Yao Qi <yao.qi@linaro.org>
3743
3744 * gdb.arch/arm-single-step-kernel-helper.c: New.
3745 * gdb.arch/arm-single-step-kernel-helper.exp: New.
3746
33b4777c
MM
37472016-02-12 Markus Metzger <markus.t.metzger@intel.com>
3748
3749 * gdb.btrace/tailcall-only.exp: New.
3750 * gdb.btrace/tailcall-only.c: New.
3751 * gdb.btrace/x86_64-tailcall-only.S: New.
3752 * gdb.btrace/i686-tailcall-only.S: New.
3753
acc23c11
PA
37542016-02-11 Pedro Alves <palves@redhat.com>
3755
3756 * README (Parallel testing): Add missing double quotes.
3757
e352bf0a
PA
37582016-02-11 Pedro Alves <palves@redhat.com>
3759
3760 * README (Parallel testing): New section.
3761 (GDB_PARALLEL): Rewrite.
3762 (FORCE_PARALLEL): Document.
3763
9f5fed78
MK
37642016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
3765
3766 * gdb.trace/tfile-avx.c: New test.
3767 * gdb.trace/tfile-avx.exp: New test.
3768
9ef9e6a6
KS
37692016-02-09 Keith Seitz <keiths@redhat.com>
3770
3771 PR breakpoints/19546
3772 * gdb.base/infcall-exec.c: New file.
3773 * gdb.base/infcall-exec2.c: New file.
3774 * gdb.base/infcall-exec.exp: New file.
3775
a96e36da
KS
37762016-02-09 Keith Seitz <keiths@redhat.com>
3777
3778 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
3779 (toplevel): Call test_bkpt_address.
3780
9f61929f
KS
37812016-02-09 Keith Seitz <keiths@redhat.com>
3782
3783 PR python/19506
3784 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
3785 (toplevel): Call test_bkpt_address.
3786
1e94266c
SM
37872016-02-09 Simon Marchi <simon.marchi@ericsson.com>
3788
3789 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
3790 to AC_OUTPUT.
3791 * configure: Regenerate.
3792
2a7f3dff
PA
37932016-02-09 Pedro Alves <palves@redhat.com>
3794
3795 PR breakpoints/19548
3796 * gdb.base/execl-update-breakpoints.c (some_function): New
3797 function.
3798 (main): Call it.
3799 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
3800 Tighten expected GDB output.
3801
2151ccc5
SM
38022016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3803
3804 * Makefile.in (ALL_SUBDIRS): Remove.
3805 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
3806 (distclean maintainer-clean realclean): Likewise.
3807 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
3808 * configure: Regenerate.
3809 * gdb.ada/Makefile.in: Delete.
3810 * gdb.arch/Makefile.in: Likewise.
3811 * gdb.asm/Makefile.in: Likewise.
3812 * gdb.base/Makefile.in: Likewise.
3813 * gdb.btrace/Makefile.in: Likewise.
3814 * gdb.cell/Makefile.in: Likewise.
3815 * gdb.compile/Makefile.in: Likewise.
3816 * gdb.cp/Makefile.in: Likewise.
3817 * gdb.disasm/Makefile.in: Likewise.
3818 * gdb.dlang/Makefile.in: Likewise.
3819 * gdb.dwarf2/Makefile.in: Likewise.
3820 * gdb.fortran/Makefile.in: Likewise.
3821 * gdb.gdb/Makefile.in: Likewise.
3822 * gdb.go/Makefile.in: Likewise.
3823 * gdb.guile/Makefile.in: Likewise.
3824 * gdb.java/Makefile.in: Likewise.
3825 * gdb.linespec/Makefile.in: Likewise.
3826 * gdb.mi/Makefile.in: Likewise.
3827 * gdb.modula2/Makefile.in: Likewise.
3828 * gdb.multi/Makefile.in: Likewise.
3829 * gdb.objc/Makefile.in: Likewise.
3830 * gdb.opencl/Makefile.in: Likewise.
3831 * gdb.opt/Makefile.in: Likewise.
3832 * gdb.pascal/Makefile.in: Likewise.
3833 * gdb.perf/Makefile.in: Likewise.
3834 * gdb.python/Makefile.in: Likewise.
3835 * gdb.reverse/Makefile.in: Likewise.
3836 * gdb.server/Makefile.in: Likewise.
3837 * gdb.stabs/Makefile.in: Likewise.
3838 * gdb.threads/Makefile.in: Likewise.
3839 * gdb.trace/Makefile.in: Likewise.
3840 * gdb.xml/Makefile.in: Likewise.
3841 * lib/gdb.exp (make_gdb_parallel_path): Add check for
3842 GDB_PARALLEL.
3843 (standard_output_file): Remove check for GDB_PARALLEL, always
3844 return path in outputs/$subdir/$testname.
3845
437277d4
SM
38462016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3847
3848 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
3849 (site.exp): Assign abs_srcdir to tcl's srcdir.
3850
31d913c7
YQ
38512016-02-04 Yao Qi <yao.qi@linaro.org>
3852
3853 * gdb.base/foll-exec-mode.c: Include limits.h.
3854 (main): Add parameters argc and argv. Get directory from
3855 argv[0].
3856 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
3857 compilation.
3858 * gdb.base/foll-exec.c: Include limits.h.
3859 (main): Add parameters argc and argv.
3860 Get directory from argv[0].
3861 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
3862 Adjust tests on the number of lines as source code changed.
3863 * gdb.base/foll-vfork-exit.c: Include limits.h.
3864 (main): Add one line of statement before vfork.
3865 * gdb.base/foll-vfork.c: Include limits.h and string.h.
3866 (main): Add parameters argc and argv. Get directory from
3867 argv[0].
3868 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
3869 (setup_gdb): Set tbreak to skip some source lines.
3870 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
3871 (main): Add parameters argc and argv. Get directory from
3872 argv[0].
3873 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
3874 compilation.
3875 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
3876 (main): Add parameters argc and argv. Get directory from
3877 argv[0].
3878 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
3879 compilation.
3880
9482b9fb
DE
38812016-02-01 Doug Evans <dje@google.com>
3882
3883 * gdb.base/skip.exp: Clean up multiple references to same test name.
3884
6b2e4f10
PA
38852016-02-01 Pedro Alves <palves@redhat.com>
3886
ccb6afd6 3887 PR remote/19496
6b2e4f10
PA
3888 * gdb.threads/forking-threads-plus-breakpoint.exp
3889 (displaced_stepping_supported): New global.
3890 (probe_displaced_stepping_support): New procedure.
3891 (do_test): Add 'displaced' parameter, and use it.
3892 (top level): Check for displaced stepping support. Add displaced
3893 stepping on/off testing axis.
3894
37a8db1a
AB
38952016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
3896
3897 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
3898 pointer. Don't perform further tests on the unassociated pointer
3899 if the first test fails.
3900
5fdf6324
AB
39012016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
3902
3903 * gdb.base/max-value-size.c: New file.
3904 * gdb.base/max-value-size.exp: New file.
3905 * gdb.base/huge.exp: Disable max-value-size for this test.
3906
935c6144
IB
39072016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
3908
3909 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3910
7fe8399d
YQ
39112016-01-28 Yao Qi <yao.qi@linaro.org>
3912
3913 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
3914
a2077e25
PA
39152016-01-25 Pedro Alves <palves@redhat.com>
3916
3917 PR threads/19461
3918 * gdb.base/fork-running-state.c: New file.
3919 * gdb.base/fork-running-state.exp: New file.
3920
1d2736d4
PA
39212016-01-25 Pedro Alves <palves@redhat.com>
3922
3923 PR gdb/19494
3924 * gdb.base/catch-fork-kill.c: New file.
3925 * gdb.base/catch-fork-kill.exp: New file.
3926
f1da4b11
PA
39272016-01-25 Pedro Alves <palves@redhat.com>
3928
3929 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
3930 Delete, moved to lib/gdb.exp.
3931 * gdb.threads/forking-threads-plus-breakpoint.exp
3932 (foreach_with_prefix): Likewise.
3933 * gdb.threads/process-dies-while-handling-bp.exp
3934 (foreach_with_prefix): Likewise.
3935 * lib/gdb.exp (foreach_with_prefix): New procedure.
3936
45f38546
MK
39372016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
3938
3939 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
3940 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
3941
dc29a1ce
MK
39422016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
3943
3944 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
3945 endian targets.
3946
092127d7
JK
39472016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3948 Pedro Alves <palves@redhat.com>
3949
3950 Fix testsuite compatibility with Guile.
3951 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
3952 number.
3953
31d765d3
JK
39542016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3955
3956 Fix testsuite compatibility with Guile.
3957 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
3958 (thread 1): New test for backtrace through signal handler.
3959
1ac78c04
YQ
39602016-01-22 Yao Qi <yao.qi@linaro.org>
3961
3962 PR testsuite/19491
3963 * gdb.base/multi-forks.c: Include
3964 ../lib/unbuffer_output.c
3965 (main): Call gdb_unbuffer_output.
3966
4f5946a8
DE
39672016-01-21 Doug Evans <dje@google.com>
3968
3969 * lib/ada.exp (gdb_compile_ada): Fix typo.
3970
305e13e6
JB
39712016-01-21 Joel Brobecker <brobecker@adacore.com>
3972
3973 * gdb.base/break-fun-addr.exp: New file.
3974 * gdb.base/break-fun-addr1.c: New file.
3975 * gdb.base/break-fun-addr2.c: New file.
3976
5f5dfff6
SM
39772016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
3978
3979 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
3980 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
3981 enum flag values.
3982
fd356fa2
AA
39832016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3984
3985 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
3986 when GDB can not set the vector return value. Add more comments
3987 for clarification.
3988
9df22175
AT
39892016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
3990
3991 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
3992 command.
3993
41d1845e
SM
39942016-01-19 Simon Marchi <simon.marchi@ericsson.com>
3995
3996 * Makefile.in (DO_RUNTEST): Add --status and update usages.
3997
01ac6840
SM
39982016-01-19 Simon Marchi <simon.marchi@ericsson.com>
3999
4000 * Makefile.in (check-single): Pass --status to runtest.
4001 (check/%.exp): Likewise.
4002
40032016-01-19 Simon Marchi <simon.marchi@ericsson.com>
4004
4005 * Makefile.in (check-parallel): Propagate return code from make
4006 do-check-parallel.
4007
bd0a71fa
MK
40082016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
4009
4010 * gdb.trace/ftrace.exp: Fix expected message on continue.
4011 * gdb.trace/pending.exp: Fix expected message on continue.
4012 * gdb.trace/trace-break.exp: Fix expected message on continue.
4013
8bcbad33
SM
40142016-01-18 Simon Marchi <simon.marchi@ericsson.com>
4015
4016 * lib/gdb.exp (gdb_test): Remove unused global references.
4017
f303dbd6
PA
40182016-01-18 Pedro Alves <palves@redhat.com>
4019
4020 * gdb.base/async-shell.exp: Adjust expected output.
4021 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
4022 * gdb.base/siginfo-thread.exp: Adjust expected output.
4023 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
4024 * gdb.java/jnpe.exp: Adjust expected output.
4025 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
4026 * gdb.threads/continue-pending-status.exp: Adjust expected output.
4027 * gdb.threads/leader-exit.exp: Adjust expected output.
4028 * gdb.threads/manythreads.exp: Adjust expected output.
4029 * gdb.threads/pthreads.exp: Adjust expected output.
4030 * gdb.threads/schedlock.exp: Adjust expected output.
4031 * gdb.threads/siginfo-threads.exp: Adjust expected output.
4032 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
4033 expected output.
4034 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
4035 output.
4036 * gdb.threads/sigthread.exp: Adjust expected output.
4037 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
4038
b2789696
YQ
40392016-01-18 Yao Qi <yao.qi@linaro.org>
4040
4041 * gdb.guile/scm-section-script.c: Replace @progbits with
4042 %progbits.
4043 * gdb.python/py-section-script.c: Likewise.
4044
71ef29a8
PA
40452016-01-15 Pedro Alves <palves@redhat.com>
4046
4047 * gdb.multi/tids.exp: Test star wildcard ranges.
4048
3f5b7598
PA
40492016-01-15 Pedro Alves <palves@redhat.com>
4050
4051 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
4052 command from "thread apply" invocation.
4053 (thr_apply_info_thr_invalid): Default the expected output to the
4054 input tid list.
4055 (top level): Add tests that use convenience variables. Add tests
4056 for "thread apply" with a valid TID list, but missing the command.
4057
663f6d42
PA
40582016-01-13 Pedro Alves <palves@redhat.com>
4059
4060 * gdb.base/default.exp: Expect $_gthread as well.
4061 * gdb.multi/tids.exp: Test $_gthread.
4062 * gdb.threads/thread-specific.exp: Test $_gthread.
4063
c84f6bbf
PA
40642016-01-13 Pedro Alves <palves@redhat.com>
4065
4066 * gdb.multi/tids.exp: Test "info threads -gid".
4067
22a02324
PA
40682016-01-13 Pedro Alves <palves@redhat.com>
4069
4070 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4071 Breakpoint.thread.
4072 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4073
5d5658a1
PA
40742016-01-07 Pedro Alves <palves@redhat.com>
4075
4076 * gdb.base/break.exp: Adjust to output changes.
4077 * gdb.base/hbreak2.exp: Likewise.
4078 * gdb.base/sepdebug.exp: Likewise.
4079 * gdb.base/watch_thread_num.exp: Likewise.
4080 * gdb.linespec/keywords.exp: Likewise.
4081 * gdb.multi/info-threads.exp: Likewise.
4082 * gdb.threads/thread-find.exp: Likewise.
4083 * gdb.multi/tids.c: New file.
4084 * gdb.multi/tids.exp: New file.
4085
84654457
PA
40862016-01-13 Pedro Alves <palves@redhat.com>
4087
4088 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4089
e3940304
PA
40902016-01-13 Pedro Alves <palves@redhat.com>
4091
4092 * gdb.base/default.exp: Expect $_inferior as well.
4093 * gdb.multi/base.exp: Test $_inferior.
4094
a911d87a
PA
40952016-01-13 Pedro Alves <palves@redhat.com>
4096
4097 PR breakpoints/19388
4098 * gdb.base/catch-signal-siginfo-cond.c: New file.
4099 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4100
82075af2
JS
41012016-01-12 Josh Stone <jistone@redhat.com>
4102 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4103
4104 * gdb.base/catch-syscall.c (do_execve): New variable.
4105 (main): Conditionally trigger an execve.
4106 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4107 (test_catch_syscall_execve): New, check entry/return across execve.
4108 (do_syscall_tests): Call test_catch_syscall_execve.
4109
e46eeedd
PA
41102016-01-12 Pedro Alves <palves@redhat.com>
4111
4112 * gdb.base/random-signal.exp (do_test): New procedure, with body
4113 of testcase moved in.
4114
01d8c27e
JK
41152016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4116 Pedro Alves <palves@redhat.com>
4117
4118 * gdb.base/funcargs.exp (finish from indirectly called function):
4119 Reintroduce the case for 'First'.
4120
9a706302
JK
41212016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4122 Pedro Alves <palves@redhat.com>
4123
4124 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4125 (tcatch_vfork_then_child_follow_exec)
4126 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4127 identification.
4128
c0ecb95f
JK
41292016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4130
4131 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4132 and repeats to unlimited.
4133 * gdb.python/py-value.exp: Likewise.
4134 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4135 and repeats to unlimited.
4136
6cfc1fcb
JK
41372016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4138
4139 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4140 and reordering the functions.
4141 * gdb.multi/hangout.c: Likewise.
4142 * gdb.multi/hello.c: Likewise.
4143
582a1b00
SM
41442016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4145
4146 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4147 absolute.
4148 (SingleStatisticTestResult.report): Use dict.keys instead of
4149 dict.iterkeys.
4150
79bc59cb
PA
41512016-01-06 Pedro Alves <palves@redhat.com>
4152
4153 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4154
43368e1d
MM
41552016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4156
4157 * gdb.btrace/dlopen.exp: New.
4158 * gdb.btrace/dlopen.c: New.
4159 * gdb.btrace/dlopen-dso.c: New.
4160
79fad5b8
SL
41612015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4162
4163 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4164 PATTERN argument is optional.
4165
ab8314b3
JB
41662015-12-24 Joel Brobecker <brobecker@adacore.com>
4167
4168 * lib/ada.exp (target_compile_ada_from_dir): New function.
4169 (gdb_compile_ada): Reimplement avoiding the use of project files.
4170 * gdb.ada/gnat_ada.gpr: Delete.
4171 * gdb.ada/cond_lang.exp: Adjust test to make path before
4172 filename optional.
4173 * gdb.ada/small_reg_param.exp: Likewise.
4174
fe33faff
SM
41752015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4176
4177 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4178
6d265cb4
TP
41792015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4180
4181 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4182 case.
4183
10125099
SM
41842015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4185
4186 * gdb.base/break.exp: Remove dead code.
4187 * gdb.base/sepdebug.exp: Likewise.
4188
3ca22649
SM
41892015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4190
4191 * gdb.asm/asm-source.exp: Remove HP-UX references.
4192 * gdb.base/annota1.exp: Likewise.
4193 * gdb.base/annota3.exp: Likewise.
4194 * gdb.base/attach.exp: Likewise.
4195 * gdb.base/bigcore.exp: Likewise.
4196 * gdb.base/break.exp: Likewise.
4197 * gdb.base/call-ar-st.exp: Likewise.
4198 * gdb.base/callfuncs.exp: Likewise.
4199 * gdb.base/catch-fork-static.exp: Likewise.
4200 * gdb.base/display.exp: Likewise.
4201 * gdb.base/foll-exec-mode.exp: Likewise.
4202 * gdb.base/foll-exec.exp: Likewise.
4203 * gdb.base/foll-fork.exp: Likewise.
4204 * gdb.base/foll-vfork.exp: Likewise.
4205 * gdb.base/funcargs.exp: Likewise.
4206 * gdb.base/hbreak2.exp: Likewise.
4207 * gdb.base/inferior-died.exp: Likewise.
4208 * gdb.base/interrupt.exp: Likewise.
4209 * gdb.base/multi-forks.exp: Likewise.
4210 * gdb.base/nodebug.exp: Likewise.
4211 * gdb.base/sepdebug.exp: Likewise.
4212 * gdb.base/solib1.c: Likewise.
4213 * gdb.base/step-test.exp: Likewise.
4214 * gdb.mi/non-stop.c: Likewise.
4215 * gdb.mi/pthreads.c: Likewise.
4216 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4217 * gdb.threads/pthreads.c: Likewise.
4218 * gdb.threads/staticthreads.exp: Likewise.
4219 * lib/future.exp: Likewise.
4220 * lib/gdb.exp: Likewise.
4221 * gdb.base/so-indr-cl.c: Remove.
4222 * gdb.base/so-indr-cl.exp: Likewise.
4223 * gdb.base/solib.c: Likewise.
4224 * gdb.base/solib.exp: Likewise.
4225 * gdb.base/solib2.c: Likewise.
4226
b6304613
SM
42272015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4228
4229 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4230 * gdb.base/call-ar-st.exp: Likewise.
4231 * gdb.base/callfuncs.exp: Likewise.
4232 * gdb.base/condbreak.exp: Likewise.
4233 * gdb.base/constvars.exp: Likewise.
4234 * gdb.base/hbreak2.exp: Likewise.
4235 * gdb.base/langs.exp: Likewise.
4236 * gdb.base/list.exp: Likewise.
4237 * gdb.base/long_long.exp: Likewise.
4238 * gdb.base/ptype.exp: Likewise.
4239 * gdb.base/scope.exp: Likewise.
4240 * gdb.base/signals.exp: Likewise.
4241 * gdb.base/so-impl-ld.exp: Likewise.
4242 * gdb.base/varargs.exp: Likewise.
4243 * gdb.base/volatile.exp: Likewise.
4244 * gdb.base/whatis.exp: Likewise.
4245 * gdb.cp/cplusfuncs.exp: Likewise.
4246 * gdb.cp/inherit.exp: Likewise.
4247 * gdb.cp/local.exp: Likewise.
4248 * gdb.cp/member-ptr.exp: Likewise.
4249 * gdb.cp/method.exp: Likewise.
4250 * gdb.cp/overload.exp: Likewise.
4251 * gdb.cp/templates.exp: Likewise.
4252 * gdb.stabs/weird.exp: Likewise.
4253 * lib/compiler.c: Likewise.
4254 * lib/compiler.cc: Likewise.
4255 * lib/cp-support.exp: Likewise.
4256 * lib/gdb.exp: Likewise.
4257
bf401b07
SM
42582015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4259
4260 * configure.ac: Remove HP-UX case.
4261 * configure: Regenerate.
4262
aff9c0f8
SM
42632015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4264
4265 * lib/gdb.exp (gdb_compile): Add function doc.
4266
a6904d5a
PA
42672015-12-17 Pedro Alves <palves@redhat.com>
4268
4269 PR threads/19354
4270 * gdb.multi/info-threads.exp: New file.
4271
a22279dd
YQ
42722015-12-15 Yao Qi <yao.qi@linaro.org>
4273
4274 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4275 is aarch64*-*-*.
4276
0588c796
SL
42772015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4278
4279 * gdb.base/history-duplicates.exp: Skip if no readline support.
4280
5d978e17
SL
42812015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4282
4283 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4284
7e763b86
SL
42852015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4286
4287 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4288
87a3a92c
SL
42892015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4290
4291 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4292 ctrl-C if nointerrupts target property is set.
4293 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4294 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4295 * gdb.base/paginate-bg-execution.exp: Likewise.
4296 * gdb.base/paginate-execution-startup.exp: Likewise.
4297 * gdb.base/random-signal.exp: Likewise.
4298 * gdb.base/range-stepping.exp: Likewise.
4299 * gdb.cp/annota2.exp: Likewise.
4300 * gdb.cp/annota3.exp: Likewise.
4301 * gdb.gdb/selftest.exp: Likewise.
4302 * gdb.threads/continue-pending-status.exp: Likewise.
4303 * gdb.threads/leader-exit.exp: Likewise.
4304 * gdb.threads/manythreads.exp: Likewise.
4305 * gdb.threads/pthreads.exp: Likewise.
4306 * gdb.threads/schedlock.exp: Likewise.
4307 * gdb.threads/sigthread.exp: Likewise.
4308
a8f077dc
DB
43092015-12-11 Don Breazeal <donb@codesourcery.com>
4310
4311 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4312 remote.
4313 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4314 * gdb.base/foll-exec.exp (main): Enable for target remote.
4315 * gdb.base/foll-fork.exp (main): Likewise.
4316 * gdb.base/foll-vfork.exp (main): Likewise.
4317 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4318 (proc continue_to_exit_bp_loc): Use clean_restart.
4319 * gdb.base/pie-execl.exp (main): Disable for target remote.
4320 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4321 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4322 * gdb.threads/execl.exp (main): Likewise.
4323 * gdb.threads/fork-child-threads.exp (main): Likewise.
4324 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4325 remote.
4326 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4327 remote.
4328 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4329 pid.tid style ptids, instead of just tid.
4330 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4331 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4332 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4333 ptids, instead of just tid.
4334
3b2464a8
AB
43352015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4336
4337 * gdb.base/list.exp (test_list_forward): Add end of file error
4338 test.
4339 (test_repeat_list_command): Add end of file error test.
4340 (test_list_backwards): Add beginning of file error test.
4341
a0def019
AB
43422015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4343
4344 * gdb.base/list.exp (test_list_invalid_args): New function,
4345 defined, and called.
4346
5c000dff
AB
43472015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4348
4349 * gdb.base/list.exp (test_list): Make test names unique.
4350
f1637ebe
YQ
43512015-12-11 Yao Qi <yao.qi@linaro.org>
4352
4353 * gdb.base/coremaker2.c: Remove.
4354
36d6fc0a
PA
43552015-12-10 Pedro Alves <palves@redhat.com>
4356
4357 * gdb.multi/base.exp: Remove stale "spaces" references.
4358
762f7747
PA
43592015-12-10 Pedro Alves <palves@redhat.com>
4360
4361 * gdb.multi/base.exp: Don't use nowarnings.
4362 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4363 * gdb.multi/hangout.c: Include stdio.h.
4364 * gdb.multi/hello.c: Include stdlib.h.
4365 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4366 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4367 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4368
28d2bfb9
AB
43692015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4370
4371 * gdb.dwarf2/dw2-ranges-base.c: New file.
4372 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4373 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4374 support additional line table, and debug ranges generation.
4375 (Dwarf::ranges): New function, generate .debug_ranges.
4376 (Dwarf::lines): Support generating simple line table programs.
4377 (Dwarf::assemble): Initialise new namespace variables.
4378
5fc2beac
KB
43792015-12-09 Kevin Buettner <kevinb@redhat.com>
4380
4381 * gdb.base/async.exp (proc test_background): Add case for
4382 asynchronous execution not supported.
4383
1c35a88f
LM
43842015-12-09 Luis Machado <lgustavo@codesourcery.com>
4385
4386 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4387 format and change test names to make them unique.
4388
b593e3d9
RK
43892015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4390 Pedro Alves <pedro@redhat.com>
4391
4392 PR gdb/18702
4393 Add checking of floatformats setup on x86_64 hosts.
4394 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4395 (smallval, bigval): New labels/constants.
4396 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4397 float" after loading bigval and smallval.
4398
d72413e6
PMR
43992015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4400
4401 * gdb.ada/fun_overload_menu.exp: New testcase.
4402 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4403
ece66d65
JS
44042015-12-04 Josh Stone <jistone@redhat.com>
4405
4406 * gdb.base/catch-fork-static.exp: New.
4407
41d0efca
YQ
44082015-12-03 Yao Qi <yao.qi@linaro.org>
4409
4410 * gdb.base/sizeof.c: Don't include stdio.h and
4411 ../lib/unbuffer_output.c.
4412 (main): New variable 'size' and 'value'. Remove printf and
4413 gdb_unbuffer_output. Assign return value to size and value.
4414 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4415 at the beginning.
4416 (check_sizeof): Check the result by printing variable 'size'.
4417 (check_valueof): Check the result by printing variable 'value'.
4418
99fd02d9
YQ
44192015-12-01 Yao Qi <yao.qi@linaro.org>
4420
4421 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4422 for aarch64*-*-linux* target.
4423
f2faf941
PA
44242015-11-30 Pedro Alves <palves@redhat.com>
4425
4426 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4427
04bf20c5
PA
44282015-11-30 Pedro Alves <palves@redhat.com>
4429
4430 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4431 Handle non-stop mode vCont replies.
4432
09df4675
PA
44332015-11-30 Pedro Alves <palves@redhat.com>
4434
4435 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4436 prepare_for_testing. Start gdb with "set non-stop on" appended to
4437 GDBFLAGS. Lax expected stop output.
4438
58b584af
YQ
44392015-11-27 Yao Qi <yao.qi@linaro.org>
4440
4441 * gdb.arch/arm-neon.exp: New.
4442 * gdb.arch/arm-neon.c: New.
4443
dfcb77a8
YQ
44442015-11-27 Yao Qi <yao.qi@linaro.org>
4445
4446 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4447
88e8ec1b
YQ
44482015-11-27 Yao Qi <yao.qi@linaro.org>
4449
4450 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4451 frames-invalid annotation.
4452
bfde72c2
YQ
44532015-11-27 Yao Qi <yao.qi@linaro.org>
4454
4455 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4456
f6512a69
SM
44572015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4458
4459 * gdb.threads/names.exp: New file.
4460 * gdb.threads/names.c: New file.
4461 * README: Mention gdb,no_thread_names.
4462
46a3515b
MM
44632015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4464
4465 PR 19297
4466 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4467 support" error.
4468
62147a22
PA
44692015-11-24 Pedro Alves <palves@redhat.com>
4470
4471 PR 17539
4472 * gdb.base/display.exp: Expect displays to be sorted in ascending
4473 order. Use multi_line.
4474 * gdb.base/solib-display.exp: Likewise.
4475
2f341b6e
PA
44762015-11-24 Pedro Alves <palves@redhat.com>
4477
4478 PR 17539
25d49b86
PA
4479 * gdb.base/display.exp: Expect displays to be sorted in ascending
4480 order. Use multi_line.
4481 * gdb.base/solib-display.exp: Likewise.
2f341b6e 4482
7e0aa6aa
PA
44832015-11-24 Pedro Alves <palves@redhat.com>
4484
4485 PR 17539
4486 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4487 threads in ascending order.
4488 * gdb.base/foll-fork.exp: Likewise.
4489 * gdb.base/foll-vfork.exp: Likewise.
4490 * gdb.base/multi-forks.exp: Likewise.
4491 * gdb.mi/mi-nonstop.exp: Likewise.
4492 * gdb.mi/mi-nsintrall.exp: Likewise.
4493 * gdb.multi/base.exp: Likewise.
4494 * gdb.multi/multi-arch.exp: Likewise.
4495 * gdb.python/py-inferior.exp: Likewise.
4496 * gdb.threads/break-while-running.exp: Likewise.
4497 * gdb.threads/execl.exp: Likewise.
4498 * gdb.threads/gcore-thread.exp: Likewise.
4499 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4500 * gdb.threads/kill.exp: Likewise.
4501 * gdb.threads/linux-dp.exp: Likewise.
4502 * gdb.threads/multiple-step-overs.exp: Likewise.
4503 * gdb.threads/next-bp-other-thread.exp: Likewise.
4504 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4505 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4506 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4507 * gdb.threads/thread-find.exp: Likewise.
4508 * gdb.threads/tls.exp: Likewise.
4509 * lib/mi-support.exp (mi_reverse_list): Delete.
4510 (mi_check_thread_states): No longer reverse list.
4511
2cc57ad8
PA
45122015-11-24 Pedro Alves <palves@redhat.com>
4513
4514 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4515 use lowercase.
4516
c93e8391
SM
45172015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4518
4519 * gdb.trace/actions.c: Include trace-common.h.
4520 (main): Add a location for a fast tracepoint.
4521 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4522 the normal tracepoints.
4523 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4524
045ccf91
SM
45252015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4526
4527 * save-trace.exp: Factor out code to these...
4528 (gdb_save_tracepoints): New.
4529 (gdb_load_tracepoints): New.
4530 (do_save_load_test): New.
4531
5506f9f6
KB
45322015-11-23 Kevin Buettner <kevinb@redhat.com>
4533
4534 * gdb.base/asmlabel.exp: New test.
4535 * gdb.base/asmlabel.c: New test case.
4536
16c3b12f
JB
45372015-11-23 Joel Brobecker <brobecker@adacore.com>
4538
4539 * gdb.base/wrong_frame_bt_full-main.c: New file.
4540 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4541 * gdb.base/wrong_frame_bt_full.exp: New file.
4542
155bfbd3
JB
45432015-11-23 Joel Brobecker <brobecker@adacore.com>
4544
4545 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4546
bb097445
JM
45472015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4548
206853a0 4549 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
4550 pstate register when comparing registers values in
4551 sparc64-*-linux-gnu targets to avoid spurious differences.
4552
9c88ed8f
JM
45532015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4554
206853a0 4555 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 4556
96161e25
SL
45572015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4558
4559 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4560 as type argument to gdb_compile.
4561 * gdb.base/nested-subp2.exp: Likewise.
4562 * gdb.base/nested-subp3.exp: Likewise.
4563
340c2830
DV
45642015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4565
4566 * lib/dwarf.exp (_note): Fix left shift of negative value.
4567 * gdb.trace/trace-condition.exp: Likewise.
4568
c1862d0f
YQ
45692015-11-13 Yao Qi <yao.qi@linaro.org>
4570
4571 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4572 comments about d10v.
4573 (test_scalar_returns): Likewise.
4574 * gdb.base/d10v.ld: Remove.
4575 * gdb.base/overlays.exp: Remove the target triplet checking for
4576 d10v-*-*.
4577 * gdb.base/structs.exp (test_struct_returns): Remove the
4578 comments about d10v.
4579 (test_struct_calls): Likewise.
4580
77ae9c19
YQ
45812015-11-13 Yao Qi <yao.qi@linaro.org>
4582
4583 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4584 * gdb.base/gnu_vector.c: Don't include stdio.h.
4585 (main): Don't print res and call add_some_intvecs.
4586
430e004e
MK
45872015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4588
4589 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4590 macro.
4591 (func5): Removed.
4592 (func4): Use FAST_TRACEPOINT_LABEL.
4593 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4594 macro.
4595 (func): Removed.
4596 (thread_function): Use FAST_TRACEPOINT_LABEL.
4597 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4598 (func): Remove.
4599 (marker): Use FAST_TRACEPOINT_LABEL.
4600 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4601 (pendfunc1): Remove.
4602 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4603 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4604 (foo): Remove.
4605 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4606 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4607 macro.
4608 (func): Remove.
4609 (marker): Use FAST_TRACEPOINT_LABEL.
4610 * gdb.trace/trace-common.h: New header.
4611 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4612 macro.
4613 (func): Remove.
4614 (marker): Use FAST_TRACEPOINT_LABEL.
4615 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4616 (func): Remove.
4617 (thread_function): Use FAST_TRACEPOINT_LABEL.
4618
6e7675a7
MK
46192015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4620
4621 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4622 in front.
4623 * gdb.trace/change-loc.exp: Use global pcreg definition.
4624 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4625 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4626 in front.
4627 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4628 * gdb.trace/pending.exp: Likewise.
4629 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4630 * gdb.trace/trace-break.exp: Likewise.
4631 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4632 in front.
4633 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4634 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4635 in front.
4636 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4637
dddc0e16
JB
46382015-11-09 Joel Brobecker <brobecker@adacore.com>
4639
4640 * gdb.ada/fin_fun_out: New testcase.
4641
c6f0b406
KB
46422015-11-07 Kevin Buettner <kevinb@redhat.com>
4643
4644 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4645 value associated with DW_AT_byte_size.
4646 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4647 constants for DW_AT_byte_size, DW_AT_lower_bound, and
4648 DW_AT_upper_bound.
4649
f01dcfd9
KB
46502015-11-07 Kevin Buettner <kevinb@redhat.com>
4651
4652 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4653 (gdb_target_symbol_prefix_flags): Define in terms of _asm
4654 version.
4655 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4656 gdb.dwarf2/dw2-canonicalize-type.exp,
4657 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4658 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4659 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4660 provided by gdb_target_symbol_prefix_flags_asm.
4661 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4662 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4663 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
4664 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
4665 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
4666 macros where needed). Use this macro for symbols which require
4667 the prefix provided by SYMBOL_PREFIX.
4668
2223449a
KB
46692015-11-05 Kevin Buettner <kevinb@redhat.com>
4670
4671 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
4672 New procs.
4673 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
4674 representing expressions, of more than one list element.
4675 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
4676 to prepend linker symbol prefix to f.
4677 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
4678 table_1 and table_2.
4679 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
4680 Likewise, for f and g.
4681 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
4682 for ptr.
4683 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
4684 for main.
4685 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
4686 table_1_ptr and table_2_ptr.
4687
6f2f1a3a
JK
46882015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4689 Joel Brobecker <brobecker@adacore.com>
4690
4691 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
4692
566c56c9
MK
46932015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
4694
4695 * gdb.reverse/s390-mvcle.c: New test.
4696 * gdb.reverse/s390-mvcle.exp: New file.
4697 * lib/gdb.exp: Enable reverse tests on s390*-linux.
4698
d5f0636b
MK
46992015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4700
4701 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
4702
7ad8b86c
MK
47032015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4704
4705 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
4706 reaching marker2.
4707 * gdb.reverse/getresuid-reverse.exp: Likewise.
4708 * gdb.reverse/pipe-reverse.exp: Likewise.
4709 * gdb.reverse/readv-reverse.exp: Likewise.
4710 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4711 * gdb.reverse/time-reverse.exp: Likewise.
4712 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
4713
4081c0f1
YQ
47142015-10-30 Yao Qi <yao.qi@linaro.org>
4715
4716 * gdb.threads/wp-replication.c (watch_count_done): Remove.
4717 (empty_cycle): Remove.
4718 (main): Don't call empty_cycle. Don't use watch_count_done.
4719 * gdb.threads/wp-replication.exp: Don't set breakpoint on
4720 empty_cycle. Rewrite the code counting HW watchpoints.
4721
452b4ba5
MK
47222015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
4723
4724 * gdb.reverse/fstatat-reverse.c: New test.
4725 * gdb.reverse/fstatat-reverse.exp: New file.
4726 * gdb.reverse/getresuid-reverse.c: New test.
4727 * gdb.reverse/getresuid-reverse.exp: New file.
4728 * gdb.reverse/pipe-reverse.c: New test.
4729 * gdb.reverse/pipe-reverse.exp: New file.
4730 * gdb.reverse/readv-reverse.c: New test.
4731 * gdb.reverse/readv-reverse.exp: New file.
4732 * gdb.reverse/recvmsg-reverse.c: New test.
4733 * gdb.reverse/recvmsg-reverse.exp: New file.
4734 * gdb.reverse/time-reverse.c: New test.
4735 * gdb.reverse/time-reverse.exp: New file.
4736 * gdb.reverse/waitpid-reverse.c: New test.
4737 * gdb.reverse/waitpid-reverse.exp: New file.
4738
5e2e7507
JK
47392015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4740
4741 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
4742
0fde2c53
DE
47432015-10-26 Doug Evans <dje@google.com>
4744
4745 PR symtab/17391
4746 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
4747 * gdb.dwarf2/bad-regnum.c: New file.
4748 * gdb.dwarf2/bad-regnum.exp: New file.
4749
1a70ae97
DE
47502015-10-26 Doug Evans <dje@google.com>
4751
4752 PR python/18938
4753 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
4754 file.
4755
27dc26ab
JK
47562015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4757
4758 * gdb.compile/compile.exp (compile code globalvar): Update expectation
4759 for a change by "Mention language in compile error message".
4760
bed91f4d
SM
47612015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
4762
4763 PR python/18073
4764 * gdb.python/py-type.c (C::a_method): New.
4765 (C::a_const_method): New.
4766 (C::a_static_method): New.
4767 (a_function): New.
4768 * gdb.python/py-type.exp (test_fields): Test getting fields
4769 from function and method.
4770
3f2f83dd
KB
47712015-10-21 Keven Boell <keven.boell@intel.com>
4772
4773 * gdb.fortran/vla-alloc-assoc.exp: New file.
4774 * gdb.fortran/vla-datatypes.exp: New file.
4775 * gdb.fortran/vla-datatypes.f90: New file.
4776 * gdb.fortran/vla-history.exp: New file.
4777 * gdb.fortran/vla-ptype-sub.exp: New file.
4778 * gdb.fortran/vla-ptype.exp: New file.
4779 * gdb.fortran/vla-sizeof.exp: New file.
4780 * gdb.fortran/vla-sub.f90: New file.
4781 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
4782 * gdb.fortran/vla-value-sub-finish.exp: New file.
4783 * gdb.fortran/vla-value-sub.exp: New file.
4784 * gdb.fortran/vla-value.exp: New file.
4785 * gdb.fortran/vla-ptr-info.exp: New file.
4786 * gdb.mi/mi-vla-fortran.exp: New file.
4787 * gdb.mi/vla.f90: New file.
4788
27145d50
SL
47892015-10-21 Sandra Loosemore <sandra@codesourcery.com>
4790
4791 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
4792 of hardwired timeout value.
4793
5f3ff4f8
JK
47942015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4795 Pedro Alves <palves@redhat.com>
4796
4797 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
4798 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
4799
bfd09d20
JS
48002015-10-19 Josh Stone <jistone@redhat.com>
4801
4802 * gdb.base/catch-syscall.c: Include <sched.h>.
4803 (unknown_syscall): New variable.
4804 (main): Trigger a vfork and an unknown syscall.
4805 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
4806 (unknown_syscall_number): Likewise.
4807 (check_call_to_syscall): Accept an optional syscall pattern.
4808 (check_return_from_syscall): Likewise.
4809 (check_continue): Likewise.
4810 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
4811 (test_catch_syscall_skipping_return): New test toggling off 'catch
4812 syscall' to step over the syscall return, then toggling back on.
4813 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
4814 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
4815 (do_syscall_tests): Call test_catch_syscall_without_args and
4816 test_catch_syscall_mid_vfork.
4817 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
4818 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
4819
b32b93c6
AS
48202015-10-19 Andrew Stubbs <ams@codesourcery.com>
4821
4822 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
4823 print g_vE): Add new pass patterns.
4824 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
4825 print various symbol names for vptr fields.
4826
9d622bda
AB
48272015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
4828
4829 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
4830 results.
4831
0fd8ac1c
YQ
48322015-10-12 Yao Qi <yao.qi@linaro.org>
4833
4834 * gdb.arch/disp-step-insn-reloc.exp: New test case.
4835
34240514
YQ
48362015-10-12 Yao Qi <yao.qi@linaro.org>
4837
4838 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
4839 is aarch64*-*-linux*.
4840
8240f442
YQ
48412015-10-12 Yao Qi <yao.qi@linaro.org>
4842
4843 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
4844 (can_relocate_bcond_true): ... it.
4845 (can_relocate_bcond_false): New function.
4846 (foo): Likewise.
4847 (can_relocate_bl): Likewise.
4848 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
4849 can_relocate_bl.
4850
2520f728
PMR
48512015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
4852
4853 * gdb.base/nested-addr.c: New file.
4854 * gdb.base/nested-addr.exp: New testcase.
4855
abcef95a
MM
48562015-10-09 Markus Metzger <markus.t.metzger@intel.com>
4857
4858 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
4859 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
4860 its output. Ignore the output of "record goto begin" and instead
4861 check that GDB is replaying.
4862
145e3ddb
PA
48632015-10-09 Pedro Alves <palves@redhat.com>
4864
4865 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
4866 (top level): Use it in the run with no args test.
4867
d5d8c4e1
IB
48682015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
4869
4870 * gdb.dlang/properties.exp: New file.
4871
06e635ef
SL
48722015-10-02 Sandra Loosemore <sandra@codesourcery.com>
4873
4874 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
4875 whether or not address 0x1000 is mapped on the target.
4876
e019fd1d
SM
48772015-09-30 Simon Marchi <simon.marchi@ericsson.com>
4878
4879 * gdb.python/py-type.exp: Do not run tests if binaries fail to
4880 build.
4881
77ba2a67
MM
48822015-09-30 Markus Metzger <markus.t.metzger@intel.com>
4883
4884 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
4885 instruction-history test.
4886
c60eb31f
DE
48872015-09-28 Doug Evans <dje@google.com>
4888
4889 * gdb.base/gcore.c (array_func): Add reference to static_array.
4890
9a3c8263
SM
48912015-09-25 Simon Marchi <simon.marchi@ericsson.com>
4892
4893 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
4894 source line.
4895
9720e656
SL
48962015-09-24 Sandra Loosemore <sandra@codesourcery.com>
4897
4898 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
4899 short or char as base type.
4900
938d3bf2
SL
49012015-09-23 Sandra Loosemore <sandra@codesourcery.com>
4902
4903 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
4904 to allow any size enum.
4905
e6c2c623
PMR
49062015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
4907
4908 * gdb.ada/array_ptr_renaming.exp: New testcase.
4909 * gdb.ada/array_ptr_renaming/foo.adb: New file.
4910 * gdb.ada/array_ptr_renaming/pack.ads: New file.
4911
06da0f77
PL
49122015-09-21 Pierre Langlois <pierre.langlois@arm.com>
4913
4914 * gdb.trace/ftrace-lock.c: New file.
4915 * gdb.trace/ftrace-lock.exp: New file.
4916
4f51c22a
PL
49172015-09-21 Pierre Langlois <pierre.langlois@arm.com>
4918
4919 * gdb.arch/insn-reloc.c: New file.
4920 * gdb.arch/ftrace-insn-reloc.exp: New file.
4921
7041adf4
PL
49222015-09-21 Pierre Langlois <pierre.langlois@arm.com>
4923
4924 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
4925 instruction.
4926 * gdb.trace/pendshr1.c (pendfunc): Likewise.
4927 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
4928 * gdb.trace/range-stepping.c: Likewise.
4929 * gdb.trace/trace-break.c: Likewise.
4930 * gdb.trace/trace-mt.c (thread_function): Likewise.
4931 * gdb.trace/ftrace.c (marker): Likewise.
4932 * gdb.trace/trace-condition.c (marker): Likewise.
4933 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
4934 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
4935 is_aarch64_target.
4936
015d2e7e
DE
49372015-09-18 Doug Evans <xdje42@gmail.com>
4938
4939 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
4940 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
4941
26b188a2
SL
49422015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4943
4944 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
4945 the breakpoint.
4946
79dc332b
SL
49472015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4948
4949 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
4950 the pending breakpoint. Remove timeout override for "Run till
4951 MI pending breakpoint on pendfunc3 on thread 2" test.
4952
f57929f2
SL
49532015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4954
4955 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
4956 filename pattern.
4957
3f469b17
SL
49582015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4959
4960 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
4961 in breakpoint filename pattern.
4962
515b89b3
SL
49632015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4964
7800dbe4
SL
4965 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
4966
49672015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4968
515b89b3
SL
4969 * gdb.linespec/explicit.exp: Check for readline support for
4970 tab-completion tests. Fix obvious typo.
4971
d2939ba2
MM
49722015-09-18 Markus Metzger <markus.t.metzger@intel.com>
4973
4974 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
4975 and replay.
4976
cbb55fa7
MM
49772015-09-18 Markus Metzger <markus.t.metzger@intel.com>
4978
4979 * gdb.btrace/non-stop.c: New.
4980 * gdb.btrace/non-stop.exp: New.
4981
43691ca1
PL
49822015-09-17 Pierre Langlois <pierre.langlois@arm.com>
4983 Yao Qi <yao.qi@linaro.org>
4984
4985 * gdb.trace/trace-condition.c: New file.
4986 * gdb.trace/trace-condition.exp: New file.
4987
d78908cf
WW
49882015-09-16 Wei-cheng Wang <cole945@gmail.com>
4989
4990 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
4991 for testing bytecode compilation.
4992
1ed415e2
PA
49932015-09-16 Pedro Alves <palves@redhat.com>
4994 Sandra Loosemore <sandra@codesourcery.com>
4995
4996 * gdb.threads/non-stop-fair-events.c (timeout): New global.
4997 (SECONDS): Redefine.
4998 (main): Call pthread_kill and alarm early.
4999 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
5000 support.
5001 (test): If the target can't hardware step and doesn't support
5002 displaced stepping, increase the timeout.
5003
d136eff5
PA
50042015-09-16 Pedro Alves <palves@redhat.com>
5005
5006 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
5007 (enable_debug): New procedures.
5008 (test): Use them. Bail out if waiting for threads fails.
5009 (top level): Bail out if a test fails.
5010
991f019c
YQ
50112015-09-16 Yao Qi <yao.qi@linaro.org>
5012
5013 * gdb.asm/asm-source.exp: Set asm-arch for
5014 aarch64*-*-* target.
5015 * gdb.asm/aarch64.inc: New file.
5016
bfca584f
PMR
50172015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
5018
5019 * gdb.ada/array_of_variable_length.exp: New testcase.
5020 * gdb.ada/array_of_variable_length/foo.adb: New file.
5021 * gdb.ada/array_of_variable_length/pck.adb: New file.
5022 * gdb.ada/array_of_variable_length/pck.ads: New file.
5023
b326e587
DE
50242015-09-15 Doug Evans <dje@google.com>
5025
5026 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
5027 of function static local variable.
5028
5382cfab
PW
50292015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
5030
5031 * gdb.threads/tls-so_extern.exp: New test file.
5032 * gdb.threads/tls-so_extern.c: New test file.
5033 * gdb.threads/tls-so_extern_main.c: New test file.
5034
141c5cc4
JK
50352015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5036
5037 * gdb.opt/solib-intra-step-lib.c: New file.
5038 * gdb.opt/solib-intra-step-main.c: New file.
5039 * gdb.opt/solib-intra-step.exp: New file.
5040
d15dcecd
PA
50412015-09-15 Pedro Alves <palves@redhat.com>
5042
5043 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
5044 gdb_continue_to_breakpoint instead of gdb_test_multiple.
5045
4c2f2a79
PA
50462015-09-14 Pedro Alves <palves@redhat.com>
5047
5048 * gdb.base/hook-stop-continue.c: Delete.
5049 * gdb.base/hook-stop-continue.exp: Delete.
5050 * gdb.base/hook-stop-frame.c: Delete.
5051 * gdb.base/hook-stop-frame.exp: Delete.
5052 * gdb.base/hook-stop.c: New file.
5053 * gdb.base/hook-stop.exp: New file.
5054
919e6dbe
PMR
50552015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5056
5057 * gdb.ada/access_to_packed_array.exp: New testcase.
5058 * gdb.ada/access_to_packed_array/foo.adb: New file.
5059 * gdb.ada/access_to_packed_array/pack.adb: New file.
5060 * gdb.ada/access_to_packed_array/pack.ads: New file.
5061
157280a4
MM
50622015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5063
5064 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5065 buffer size test.
5066
2fd33e94
DB
50672015-09-11 Don Breazeal <donb@codesourcery.com>
5068
5069 * gdb.base/foll-exec.c: Add copyright header. Fix
5070 formatting issues.
5071 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5072 (do_exec_tests): Use clean_restart in place of zap_session,
5073 and for test initialization. Fix formatting issues. Use
5074 fail in place of perror.
5075 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5076 an expect statement to match an expression with output from
5077 the program under debug.
5078 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5079 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5080 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5081 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5082 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5083
e70b6e8e
DE
50842015-09-09 Doug Evans <dje@google.com>
5085
5086 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5087
7a551a51
DE
50882015-09-09 Doug Evans <dje@google.com>
5089
5090 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5091
4c666f84
DE
50922015-09-09 Doug Evans <dje@google.com>
5093
5094 * gdb.base/savedregs.exp: Fix typo.
5095
243a9253
PA
50962015-09-09 Pedro Alves <palves@redhat.com>
5097
5098 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5099
c0fa8fbd
SL
51002015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5101
5102 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5103 command actually switches threads. Give up on remaining
5104 tests if target fails to stop at breakpoint.
5105
cd7c1778
PMR
51062015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5107
5108 * gdb.ada/funcall_char.exp: New testcase.
5109 * gdb.ada/funcall_char/foo.adb: New file.
5110
dc5c8746
PMR
51112015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5112
5113 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5114 expected outputs. Add two testcases for completing ambiguous
5115 functions.
5116 * gdb.ada/complete/aux_pck.adb: New file.
5117 * gdb.ada/complete/aux_pck.ads: New file.
5118 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5119 Ambiguous_Func functions.
5120 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5121 * gdb.ada/complete/pck.adb: Likewise.
5122
4e83a1e7
UW
51232015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5124
5125 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5126 failures to run the test program under GDB.
5127
8ce74153
LM
51282015-08-26 Luis Machado <lgustavo@codesourcery.com>
5129
5130 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5131 to C.
5132
e9756d52
PP
51332015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5134
5135 * gdb.base/run-after-attach.exp: New test file.
5136 * gdb.base/run-after-attach.c: New test file.
5137
8d37573b
DB
51382015-08-26 Don Breazeal <donb@codesourcery.com>
5139
5140 * gdb.base/foll-exec-2.c: New test program.
5141 * gdb.base/foll-exec-2.exp: New test.
5142
63e43d3a
PMR
51432015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5144
5145 * gdb.base/nested-subp1.exp: New file.
5146 * gdb.base/nested-subp1.c: New file.
5147 * gdb.base/nested-subp2.exp: New file.
5148 * gdb.base/nested-subp2.c: New file.
5149 * gdb.base/nested-subp3.exp: New file.
5150 * gdb.base/nested-subp3.c: New file.
5151
3d40fbb5
PA
51522015-08-24 Pedro Alves <palves@redhat.com>
5153
5154 * gdb.server/connect-without-multi-process.c: New file.
5155 * gdb.server/connect-without-multi-process.exp: New file.
5156
4422ac93
LM
51572015-08-24 Luis Machado <lgustavo@codesourcery.com>
5158
5159 * gdb.opt/inline-markers.c: Make z int.
5160
91dddb86
LM
51612015-08-24 Luis Machado <lgustavo@codesourcery.com>
5162
5163 * gdb.opt/inline-markers.c: Make z volatile.
5164
a48847ee
LM
51652015-08-24 Luis Machado <lgustavo@codesourcery.com>
5166
5167 * gdb.opt/inline-bt.c: New volatile global z.
5168 * gdb.opt/inline-cmds.c: Likewise.
5169 * gdb.opt/inline-locals.c: Likewise.
5170 * gdb.opt/inline-markers.c: New extern global z.
5171 (marker): Use z.
5172 (inline_fn): Likewise.
5173
0ebbc52b
PA
51742015-08-24 Pedro Alves <palves@redhat.com>
5175
5176 * config/m32r-stub.exp: Remove file.
5177 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5178 * gdb.base/call-rt-st.exp: Likewise.
5179 * gdb.base/call-strs.exp: Likewise.
5180 * gdb.base/default.exp: Remove references to h8300-*-hms and
5181 *-*-udi*.
5182 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5183
77c365df
AA
51842015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5185
5186 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5187 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5188 and "return" use KFAIL when GDB can not read/write the vector
5189 return value.
5190
4313b8c0
GB
51912015-08-21 Gary Benson <gbenson@redhat.com>
5192
5193 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5194
0e433b32
PA
51952015-08-20 Pedro Alves <palves@redhat.com>
5196
5197 * gdb.server/solib-list.exp: No longer expect an interior stop in
5198 non-stop mode.
5199
221e1a37
PA
52002015-08-20 Pedro Alves <palves@redhat.com>
5201
5202 * gdb.server/connect-stopped-target.c: New file.
5203 * gdb.server/connect-stopped-target.exp: New file.
5204
40e3ad0e
PA
52052015-08-20 Pedro Alves <palves@redhat.com>
5206
5207 * gdb.dwarf2/comp-unit-lang.exp: New file.
5208 * gdb.dwarf2/comp-unit-lang.c: New file.
5209
af39b327
PMR
52102015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5211
5212 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5213 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5214
7d45c7c3 52152015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5216
7d45c7c3
KB
5217 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5218 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5219
4d6cceb4
DE
52202015-08-18 Doug Evans <dje@google.com>
5221 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5222
5223 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5224 skip_python_tests. New arg prompt_regexp.
5225 (skip_python_tests): New function.
5226 * lib/mi-support.exp (mi_skip_python_tests): New function.
5227 * gdb.python/py-mi-objfile-gdb.py: New file.
5228 * gdb.python/py-mi-objfile.c: New file.
5229 * gdb.python/py-mi-objfile.exp: New file.
5230
ad89c2aa
KS
52312015-08-17 Keith Seitz <keiths@redhat.com>
5232
5233 * gdb.linespec/explicit.exp: Move strace test from here ...
5234 * gdb.trace/strace.exp: ... to here.
5235
e3ae3c43
PP
52362015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5237
5238 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5239 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5240
604b2636
DE
52412015-08-14 Doug Evans <xdje42@gmail.com>
5242
5243 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5244 inferior before selecting a new file.
5245
6ff0ba5f
DE
52462015-08-14 Doug Evans <xdje42@gmail.com>
5247
5248 * gdb.mi/mi-disassemble.exp: Update.
5249 * gdb.base/disasm-optim.S: New file.
5250 * gdb.base/disasm-optim.c: New file.
5251 * gdb.base/disasm-optim.h: New file.
5252 * gdb.base/disasm-optim.exp: New file.
5253
9ca98f92
KS
52542015-08-14 Keith Seitz <keiths@redhat.com>
5255
5256 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5257 "evaluated-by".
5258
52bbc560
JB
52592015-08-13 Joel Brobecker <brobecker@adacore.com>
5260
5261 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5262
5d8c3ed3
PMR
52632015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5264
5265 * gdb.ada/fun_renaming.exp: New testcase.
5266 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5267 * gdb.ada/fun_renaming/pack.adb: New file.
5268 * gdb.ada/fun_renaming/pack.ads: New file.
5269
ea8812bc
KS
52702015-08-12 Keith Seitz <keiths@redhat.com>
5271
5272 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5273 gdb_get_line_number.
5274
4dafcdeb
JB
52752015-08-12 Joel Brobecker <brobecker@adacore.com>
5276
5277 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5278 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5279 gdb.base/dso2dso.exp: New files.
5280
5ba32597
SDJ
52812015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5282 Pedro Alves <palves@redhat.com>
5283 Keith Seitz <keiths@redhat.com>
5284
5285 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5286 GDBFLAGS.
5287
b6dafabf
PP
52882015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5289
5290 * gdb.base/gdbhistsize-history.exp
5291 (test_histsize_history_setting): Use save_vars.
5292 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5293 Use save_vars.
5294 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5295 * gdb.base/readline.exp: Use save_vars.
5296
abe8e607
PP
52972015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5298
5299 * lib/gdb.exp (save_vars): New proc.
5300
629500fa
KS
53012015-08-11 Keith Seitz <keiths@redhat.com>
5302
5303 * gdb.base/help.exp: Update help_breakpoint_text.
5304
eb8c4e2e
KS
53052015-08-11 Keith Seitz <keiths@redhat.com>
5306
5307 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5308 (at toplevel): Call test_explicit_breakpoints.
5309 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5310 breakpoints.
5311 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5312 breakpoint conditions, "-cond".
5313
87f0e720
KS
53142015-08-11 Keith Seitz <keiths@redhat.com>
5315
5316 * gdb.linespec/3explicit.c: New file.
5317 * gdb.linespec/cpexplicit.cc: New file.
5318 * gdb.linespec/cpexplicit.exp: New file.
5319 * gdb.linespec/explicit.c: New file.
5320 * gdb.linespec/explicit.exp: New file.
5321 * gdb.linespec/explicit2.c: New file.
5322 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5323 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5324 before using in the matching pattern.
5325 Clarify that `prefix' is a regular expression.
5326
f00aae0f
KS
53272015-08-11 Keith Seitz <keiths@redhat.com>
5328
5329 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5330 test.
5331 Add tests for missing ",FMT" and ",".
5332
e27852be
DE
53332015-08-10 Doug Evans <dje@google.com>
5334 Keith Seitz <keiths@redhat.com>
5335
5336 PR gdb/17960
5337 * gdb.base/completion.exp: Add location completer tests.
5338
7f03bd92
PA
53392015-08-07 Pedro Alves <palves@redhat.com>
5340
5341 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5342 tests here.
5343 (top level): Run do_test with and without displaced stepping.
5344
3fc8eb30
PA
53452015-08-07 Pedro Alves <palves@redhat.com>
5346
5347 * gdb.base/valgrind-disp-step.c: New file.
5348 * gdb.base/valgrind-disp-step.exp: New file.
5349
d4569d7b
PA
53502015-08-07 Pedro Alves <palves@redhat.com>
5351
5352 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5353 Delete function.
5354 (main): Add alarm. Run an infinite loop instead of calling
5355 wait_threads.
5356 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5357 comment.
5358 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5359 Delete function.
5360 (main): Add alarm. Run an infinite loop instead of calling
5361 wait_threads.
5362 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5363 comment.
5364
e1316e60
PA
53652015-08-07 Pedro Alves <palves@redhat.com>
5366
5367 * gdb.base/checkpoint-ns.exp: New file.
5368 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5369 standard_testfile.
5370
da8c46d2
MM
53712015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5372
5373 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5374 * gdb.btrace/instruction_history.exp: Update.
5375 * gdb.btrace/tsx.exp: New.
5376 * gdb.btrace/tsx.c: New.
5377
de1c2c52
PA
53782015-08-06 Pedro Alves <palves@redhat.com>
5379
5380 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5381 increase timeout.
5382 * gdb.reverse/until-precsave.exp: Bump timeouts.
5383
782e0bf4
PA
53842015-08-06 Pedro Alves <palves@redhat.com>
5385
5386 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5387
83e97ed0
PA
53882015-08-06 Pedro Alves <palves@redhat.com>
5389
5390 PR gdb/18749
5391 * gdb.threads/process-dies-while-handling-bp.c: New file.
5392 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5393
863d01bd
PA
53942015-08-06 Pedro Alves <palves@redhat.com>
5395
5396 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5397 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5398
0a39bb32
PA
53992015-08-05 Pedro Alves <palves@redhat.com>
5400
5401 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5402 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5403
ee2d2b10
SL
54042015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5405
5406 * gdb.base/bp-permanent.exp: Report test as unsupported if
5407 the target cannot stop at the permanent breakpoint.
5408
4e1bdb00
DE
54092015-08-03 Doug Evans <dje@google.com>
5410
5411 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5412 10000.
5413
3d338901
DE
54142015-08-03 Doug Evans <dje@google.com>
5415
5416 * Makefile.in (workers/%.worker, build-perf): New rule.
5417 (GDB_PERFTEST_MODE): New variable.
5418 (check-perf): Use it.
5419 (clean): Clean up gdb.perf parallel build subdirs.
5420 * lib/build-piece.exp: New file.
5421 * lib/gdb.exp (make_gdb_parallel_path): New function
5422 (standard_output_file, standard_temp_file): Call it.
5423 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5424 of $GDB_PARALLEL.
5425 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5426
af061d3e
DE
54272015-08-03 Doug Evans <dje@google.com>
5428
8e1afc81 5429 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
5430 (LOG_FILE_NAME): New global.
5431 (TextReporter.__init__): Initialize self.txt_sum.
5432 (TextReporter.report): Add support for multiple data-points.
5433 Move report to perftest.sum, put raw data in perftest.log.
5434 (TextReporter.start): Open sum and log files.
5435 (TextReporter.end): Close sum and log files.
8e1afc81
DE
5436 * gdb.perf/lib/perftest/testresult.py
5437 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 5438
2c8c5d37
PA
54392015-07-31 Pedro Alves <palves@redhat.com>
5440
5441 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5442 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5443 kill_wait_spawned_process instead of explicit "kill -9".
5444 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5445 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5446 kill_wait_spawned_process.
5447 * gdb.base/attach-twice.exp: Likewise.
5448 * gdb.base/attach.exp: Likewise.
5449 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5450 gdb_test_multiple.
5451 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5452 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5453 kill_wait_spawned_process.
5454 * gdb.base/valgrind-infcall.exp: Likewise.
5455 * gdb.multi/multi-attach.exp: Likewise.
5456 * gdb.python/py-prompt.exp: Likewise.
5457 * gdb.python/py-sync-interp.exp: Likewise.
5458 * gdb.server/ext-attach.exp: Likewise.
5459 * gdb.threads/attach-into-signal.exp (corefunc): Use
5460 spawn_wait_for_attach, spawn_id_get_pid and
5461 kill_wait_spawned_process.
5462 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5463 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5464 spawn_id_get_pid and kill_wait_spawned_process.
5465 * gdb.threads/attach-stopped.exp (corefunc): Use
5466 spawn_wait_for_attach, spawn_id_get_pid and
5467 kill_wait_spawned_process.
5468 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5469 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5470 kill_wait_spawned_process instead of explicit "kill -9".
5471 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5472 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5473 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5474 processes. Don't map cygwin/windows pids here. Now returns a
5475 spawn id list.
5476
032a0fca
SL
54772015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5478
5479 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5480 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5481 correct patch.
5482
61a934ca
SL
54832015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5484
5485 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5486
4bc4d428
SL
54872015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5488
5489 Reapply:
5490 2014-05-21 Mark Wielaard <mjw@redhat.com>
5491
5492 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5493
998d452a
PA
54942015-07-30 Pedro Alves <palves@redhat.com>
5495
5496 * linux-low.c (handle_extended_wait): Set the child's last
5497 reported status to TARGET_WAITKIND_STOPPED.
5498
69dde7dc
PA
54992015-07-30 Pedro Alves <palves@redhat.com>
5500
5501 PR threads/18600
5502 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5503 only shows inferior 1.
5504
4dd63d48
PA
55052015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5506 Pedro Alves <palves@redhat.com>
5507
5508 PR threads/18600
5509 * gdb.threads/fork-plus-threads.c: New file.
5510 * gdb.threads/fork-plus-threads.exp: New file.
5511
d618e4c5
PP
55122015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5513
5514 * gdb.base/batch-preserve-term-settings.exp
5515 (test_terminal_settings_preserved_after_cli_exit): Use
5516 send_quit_command.
5517
1eef6428
PA
55182015-07-29 Pedro Alves <palves@redhat.com>
5519 Don Breazeal <donb@codesourcery.com>
5520
5521 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5522 output from both inferior_spawn_id and gdb_spawn_id.
5523
7da5b897
SDJ
55242015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5525
5526 * gdb.threads/attach-into-signal.exp (corefunc): Use
5527 with_test_prefix on nested loops, uniquefying the test messages.
5528
dac804df
SDJ
55292015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5530
5531 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5532 commit.
5533
06265e53
PP
55342015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5535
5536 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5537 New proc.
5538 (test_terminal_settings_preserved_after_sigterm): New test.
5539
18206ca3
PP
55402015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5541
5542 * gdb.base/batch-preserve-term-settings.exp
5543 (test_terminal_settings_preserved_after_cli_exit): New test.
5544
90074d11
PP
55452015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5546
5547 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5548 manipulation of saved_gdbflags.
5549 (test_terminal_settings_preserved): Remove global declaration of
5550 the unused variable pagination_prompt. Remove manipulation of
5551 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5552 GDBFLAGS.
5553
eb1a7902
PA
55542015-07-29 Pedro Alves <palves@redhat.com>
5555
5556 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5557
8b75dd3b
PA
55582015-07-29 Pedro Alves <palves@redhat.com>
5559
5560 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5561 at the top.
5562
dedad4e3
PA
55632015-07-29 Pedro Alves <palves@redhat.com>
5564
5565 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5566 (main): Call gdb_unbuffer_output.
5567 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5568 (main): Call gdb_unbuffer_output.
5569 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5570 (main): Call gdb_unbuffer_output.
5571 * gdb.base/call-strs.exp: Adjust to step over the
5572 gdb_unbuffer_output call.
5573 * gdb.base/catch-gdb-caused-signals.c: Include
5574 "../lib/unbuffer_output.c".
5575 (main): Call gdb_unbuffer_output.
5576 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5577 (main): Call gdb_unbuffer_output.
5578 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5579 (main): Call gdb_unbuffer_output.
5580 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5581 (main): Call gdb_unbuffer_output.
5582 * gdb.base/shlib-call.exp: Adjust to step over the
5583 gdb_unbuffer_output call.
5584 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5585 (main): Call gdb_unbuffer_output.
5586 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5587 (main): Call gdb_unbuffer_output.
5588 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5589 (main): Rename to ...
5590 (test): ... this.
5591 (main): Reimplement.
5592 * gdb.base/varargs.exp: Run to test instead of to main.
5593 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5594 (main): Call gdb_unbuffer_output.
5595
58789a91
PA
55962015-07-29 Pedro Alves <palves@redhat.com>
5597
5598 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5599 factore out from mi_continue_dprintf. For call-style dprintfs,
5600 expect dprintf output out of $inferior_spawn_id.
5601 (mi_continue_dprintf): Use mi_expect_dprintf.
5602 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5603 (main): Call gdb_unbuffer_output.
5604
e8376742
PA
56052015-07-29 Pedro Alves <palves@redhat.com>
5606
5607 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5608 (default_mi_gdb_start): Set inferior_spawn_id instead of
5609 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5610 gdb_spawn_id.
5611 (mi_gdb_test): Always expect inferior output from both
5612 $inferior_spawn_id and $gdb_spawn_id.
5613
08280010
PA
56142015-07-29 Pedro Alves <palves@redhat.com>
5615
5616 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5617 send_inferior and $inferior_spawn_id.
5618
4d30e432
PA
56192015-07-29 Pedro Alves <palves@redhat.com>
5620
5621 * gdb.gdb/complaints.exp (test_initial_complaints)
5622 (test_serial_complaints, test_short_complaints): Use
5623 gdb_test_stdio.
5624 (test_empty_complaint): Handle $inferior_spawn_id !=
5625 $gdb_spawn_id.
5626
0d30a335
PA
56272015-07-29 Pedro Alves <palves@redhat.com>
5628
5629 * gdb.base/varargs.exp: Use gdb_test_stdio.
5630
39413b29
PA
56312015-07-29 Pedro Alves <palves@redhat.com>
5632
5633 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5634
7cb000a9
PA
56352015-07-29 Pedro Alves <palves@redhat.com>
5636
5637 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5638
d7b8ac82
PA
56392015-07-29 Pedro Alves <palves@redhat.com>
5640
5641 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5642 parameter into two new parameters, "inf_result" and "gdb_result".
5643 Expect inferior output and gdb output from $inferior_spawn_id and
5644 $gdb_spawn_id, respectively. Adjust all callers.
5645
789c3a0c
PA
56462015-07-29 Pedro Alves <palves@redhat.com>
5647
5648 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5649 of gdb_test_sequence.
5650
77e760c3
PA
56512015-07-29 Pedro Alves <palves@redhat.com>
5652
5653 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5654 (saw_spurious_output): Expect inferior output from
5655 $inferior_spawn_id. Use gdb_test_stdio.
5656
8396d2cd
PA
56572015-07-29 Pedro Alves <palves@redhat.com>
5658
5659 * gdb.base/dprintf.exp: Use standard_testfile. Change
5660 prepare_for_testing call.
5661 (srcfile): Don't set.
5662 (restart): New procedure.
5663 (test_dprintf): New procecure, use to continue over dprintfs.
5664 (test_call, test_agent): New procedures, tests moved here.
5665 Restart gdb and recreate dprintfs. Adjust expected output.
5666
2051d61f
PA
56672015-07-29 Pedro Alves <palves@redhat.com>
5668
5669 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
5670
452397af
PA
56712015-07-29 Pedro Alves <palves@redhat.com>
5672
5673 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
5674
8aed9555
PA
56752015-07-29 Pedro Alves <palves@redhat.com>
5676
5677 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
5678 gdb_test_stdio.
5679
188a61b4
PA
56802015-07-29 Pedro Alves <palves@redhat.com>
5681
5682 * lib/gdb.exp (gdb_test_stdio): New procedure.
5683
12264a45
PA
56842015-07-29 Pedro Alves <palves@redhat.com>
5685
5686 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
5687
23ffc893
PA
56882015-07-29 Pedro Alves <palves@redhat.com>
5689
5690 * gdb.base/call-signal-resume.exp: Remove check for
5691 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
5692 * gdb.base/unwindonsignal.exp: Likewise.
5693 * gdb.base/call-signals.c (gen_signal): Remove printf call.
5694 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
5695
65566918
PA
56962015-07-29 Pedro Alves <palves@redhat.com>
5697
5698 * gdb.base/siginfo-addr.c (pass): New function.
5699 (handler): Call it iff si_addr is correct.
5700 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
5701 Set a breakpoint at "pass" and continue to it.
5702
d60a9221
SDJ
57032015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
5704
5705 * gdb.python/py-objfile.exp: Make some tests have unique names.
5706 * gdb.python/py-pp-registration.exp: Likewise.
5707
bde40b8f
PA
57082015-07-28 Pedro Alves <palves@redhat.com>
5709
5710 * gdb.server/server-exec-info.exp: Issue a "disconnect".
5711
13e1dec8
SM
57122015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5713
5714 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
5715
da33c9a7
SM
57162015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5717
5718 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
5719
077836f7
PP
57202015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5721
5722 * gdb.base/gdb-sigterm-2.exp: New test.
5723
b8cc7b2e
DE
57242015-07-25 Doug Evans <xdje42@gmail.com>
5725
5726 Revert:
5727 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5728 (workers/%.worker, build-perf): New rule.
5729 (GDB_PERFTEST_MODE): New variable.
5730 (check-perf): Use it.
5731 (clean): Clean up gdb.perf parallel build subdirs.
5732 * lib/build-piece.exp: New file.
5733 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5734 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5735 name.
5736 (standard_temp_file): Ditto.
5737 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5738 of $GDB_PARALLEL.
5739
c8bd4544
DE
57402015-07-24 Doug Evans <dje@google.com>
5741
5742 * gdb.perf/lib/perftest/utils.py: New file.
5743 * gdb.perf/gm-hello.cc: New file.
5744 * gdb.perf/gm-pervasive-typedef.cc: New file.
5745 * gdb.perf/gm-pervasive-typedef.h: New file.
5746 * gdb.perf/gm-std.cc: New file.
5747 * gdb.perf/gm-std.h: New file.
5748 * gdb.perf/gm-use-cerr.cc: New file.
5749 * gdb.perf/gm-utils.h: New file.
5750 * gdb.perf/gmonster-null-lookup.py: New file.
5751 * gdb.perf/gmonster-pervasive-typedef.py: New file.
5752 * gdb.perf/gmonster-print-cerr.py: New file.
5753 * gdb.perf/gmonster-ptype-string.py: New file.
5754 * gdb.perf/gmonster-runto-main.py: New file.
5755 * gdb.perf/gmonster-select-file.py: New file.
5756 * gdb.perf/gmonster1-null-lookup.exp: New file.
5757 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
5758 * gdb.perf/gmonster1-print-cerr.exp: New file.
5759 * gdb.perf/gmonster1-ptype-string.exp: New file.
5760 * gdb.perf/gmonster1-runto-main.exp: New file.
5761 * gdb.perf/gmonster1-select-file.exp: New file.
5762 * gdb.perf/gmonster1.cc: New file.
5763 * gdb.perf/gmonster1.exp: New file.
5764 * gdb.perf/gmonster2-null-lookup.exp: New file.
5765 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
5766 * gdb.perf/gmonster2-print-cerr.exp: New file.
5767 * gdb.perf/gmonster2-ptype-string.exp: New file.
5768 * gdb.perf/gmonster2-runto-main.exp: New file.
5769 * gdb.perf/gmonster2-select-file.exp: New file.
5770 * gdb.perf/gmonster2.cc: New file.
5771 * gdb.perf/gmonster2.exp: New file.
5772
6eab34f3
DE
57732015-07-24 Doug Evans <dje@google.com>
5774
5775 * gdb.perf/README: New file.
5776 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
5777 * lib/gen-perf-test.exp: New file.
5778
63738bfd
DE
57792015-07-24 Doug Evans <dje@google.com>
5780
5781 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
5782 (PerfTest::startup): New function.
5783 (PerfTest::run): Return result of calling body.
5784 (PerfTest::assemble): Rewrite.
5785 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
5786 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
5787 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
5788 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
5789 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
5790
7b606f95
DE
57912015-07-24 Doug Evans <dje@google.com>
5792
5793 * lib/gdb.exp (clean_restart): Make executable optional.
5794
a97b16b8
DE
57952015-07-24 Doug Evans <dje@google.com>
5796
5797 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
5798 compiler_info references.
5799 * gdb.cp/temargs.exp: Ditto.
5800 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
5801 (get_compiler_info): Early exit if already computed. Set compiler_info
5802 to "unknown" if there was a problem.
5803 (test_compiler_info): Add function comment. Call get_compiler_info.
5804
35baa57f
DE
58052015-07-24 Doug Evans <dje@google.com>
5806
5807 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5808 (workers/%.worker, build-perf): New rule.
5809 (GDB_PERFTEST_MODE): New variable.
5810 (check-perf): Use it.
5811 (clean): Clean up gdb.perf parallel build subdirs.
5812 * lib/build-piece.exp: New file.
5813 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5814 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5815 name.
5816 (standard_temp_file): Ditto.
5817 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5818 of $GDB_PARALLEL.
5819
6ebea266
DE
58202015-07-24 Doug Evans <dje@google.com>
5821
5822 * lib/future.exp (gdb_default_target_compile): New option
5823 "early_flags".
5824 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
5825 --as-needed.
5826
1e76a7e9
SDJ
58272015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
5828
5829 * gdb.base/catch-syscall.exp: Call gdb_exit before
5830 gdb_skip_xml_test.
5831
5068630a
PA
58322015-07-24 Pedro Alves <palves@redhat.com>
5833
5834 * gdb.python/py-events.exp: Accept output between the stop event
5835 and the prompt.
5836 * gdb.python/py-evsignal.exp: Likewise.
5837 * gdb.python/py-evthreads.exp: Likewise.
5838
77598427
PA
58392015-07-24 Pedro Alves <palves@redhat.com>
5840
5841 PR gdb/18717
5842 * gdb.threads/non-ldr-exit.c: New file.
5843 * gdb.threads/non-ldr-exit.exp: New file.
5844
11e6c98f
YQ
58452015-07-24 Yao Qi <yao.qi@linaro.org>
5846
5847 * gdb.server/ext-wrapper.exp: Test --wrapper option when
5848 restarting process.
5849
51aee833
YQ
58502015-07-24 Yao Qi <yao.qi@linaro.org>
5851
5852 * gdb.server/ext-restart.exp: New file.
5853
8cfe207c
YQ
58542015-07-24 Yao Qi <yao.qi@linaro.org>
5855
5856 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
5857 argument options.
5858 * gdb.server/ext-wrapper.exp: New file.
5859
cc12ce38
DE
58602015-07-23 Doug Evans <dje@google.com>
5861
5862 * gdb.dwarf2/dw2-dummy-cu.S: New file.
5863 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
5864
d0d84780
PMR
58652015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
5866
5867 * gdb.ada/var_arr_typedef.exp: New testcase.
5868 * gdb.ada/var_arr_typedef/pack.adb: New file.
5869 * gdb.ada/var_arr_typedef/pack.ads: New file.
5870 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
5871
8b558f79
JB
58722015-07-20 Joel Brobecker <brobecker@adacore.com>
5873
5874 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
5875
775a3298
JK
58762015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5877
5878 * gdb.arch/i386-biarch-core.exp: Replace istarget
5879 by "complete set gnutarget". Remove expectation for the "core-file"
5880 command.
5881
db1ff28b
JK
58822015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5883
5884 Revert the previous commit:
5885 Tests for validate symbol file using build-id.
5886
0a94970d
JK
58872015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5888
5889 Tests for validate symbol file using build-id.
5890 * gdb.base/solib-mismatch-lib.c: New file.
5891 * gdb.base/solib-mismatch-libmod.c: New file.
5892 * gdb.base/solib-mismatch.c: New file.
5893 * gdb.base/solib-mismatch.exp: New file.
5894
03346981
SL
58952015-07-15 Sandra Loosemore <sandra@codesourcery.com>
5896
5897 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
5898 nios2-*-linux*.
5899 * gdb.base/sigbpt.exp (stepi_out): Likewise.
5900 * gdb.base/siginfo.exp: Likewise.
5901 * gdb.base/sigstep.exp (advance, advancei): Likewise.
5902
42422cc7
PL
59032015-07-15 Pierre Langlois <pierre.langlois@arm.com>
5904
5905 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
5906 Move it to ...
5907 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
5908 ... here.
5909 * gdb.trace/range-stepping.exp: Check that the target supports
5910 range stepping.
5911
cfa68bae
JK
59122015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5913
5914 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
5915
8ffdba26
PA
59162015-07-14 Pedro Alves <palves@redhat.com>
5917
5918 * gdb.base/killed-outside.exp: New file.
5919 * gdb.base/killed-outside.c: New file.
5920
218a5a11
JK
59212015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5922
5923 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
5924 (n at main): New.
5925 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
5926
e03ed3c6
AA
59272015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5928
5929 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
5930 infcall tests instead of setting up for KFAIL.
5931
485668e5
MM
59322015-07-10 Markus Metzger <markus.t.metzger@intel.com>
5933
5934 * gdb.btrace/record_goto-step.exp: New.
5935
08464196
JK
59362015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5937
5938 PR compile/18484
5939 * gdb.compile/compile.c (struct struct_type): Add volatile to
5940 selffield's type.
5941 * gdb.compile/compile.exp
5942 (compile code struct_object.selffield = &struct_object): Skip further
5943 struct_object tests if this one xfails.
5944
bcf5c1d9
RC
59452015-07-08 Robert O'Callahan <robert@ocallahan.org>
5946
5947 PR exp/18617
5948 * gdb.trace/ax.exp: Add test.
5949
4931af25
YQ
59502015-07-07 Yao Qi <yao.qi@linaro.org>
5951
5952 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
5953 instead of istarget "aarch64*-*-*".
5954 * gdb.arch/aarch64-fp.exp: Likewise.
5955 * gdb.base/float.exp: Likewise.
5956 * gdb.reverse/aarch64.exp: Likewise.
5957 * lib/gdb.exp (is_aarch64_target): New proc.
5958
9fcf688e
YQ
59592015-07-07 Yao Qi <yao.qi@linaro.org>
5960
5961 * lib/gdb.exp (is_aarch32_target): New proc.
5962 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
5963 instead of "istarget "arm*-*-*"".
5964 * gdb.arch/arm-disp-step.exp: Likewise.
5965 * gdb.arch/thumb-bx-pc.exp: Likewise.
5966 * gdb.arch/thumb-prologue.exp: Likewise.
5967 * gdb.arch/thumb-singlestep.exp: Likewise.
5968 * gdb.base/disp-step-syscall.exp: Likewise.
5969 * gdb.base/float.exp: Likewise.
5970
fbd8d50d
YQ
59712015-07-07 Yao Qi <yao.qi@linaro.org>
5972
5973 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
5974 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
5975
71be1fdc
YQ
59762015-07-07 Yao Qi <yao.qi@linaro.org>
5977
5978 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
5979 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
5980 if it exists.
5981 * gdb.multi/multi-arch.exp: Likewise.
5982
3e221d36
SM
59832015-07-07 Simon Marchi <simon.marchi@ericsson.com>
5984
5985 * gdb.python/py-lazy-string.exp: Add missing parentheses to
5986 print.
5987
d441430b
YQ
59882015-07-07 Yao Qi <yao.qi@linaro.org>
5989
5990 * gdb.arch/thumb-singlestep.exp: Do one more single step.
5991
06f810bd
MG
59922015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
5993
5994 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
5995 '[' and ']' characters.
5996
5e61e7c0
IB
59972015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
5998
5999 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
6000
28bf096c
PA
60012015-06-29 Pedro Alves <palves@redhat.com>
6002
6003 PR threads/18127
6004 * gdb.threads/hand-call-new-thread.c: New file.
6005 * gdb.threads/hand-call-new-thread.c: New file.
6006
ee93cd5e
KS
60072015-06-26 Keith Seitz <keiths@redhat.com>
6008 Doug Evans <dje@google.com>
6009
6010 PR 16253
6011 * gdb.cp/var-tag-2.cc: New file.
6012 * gdb.cp/var-tag-3.cc: New file.
6013 * gdb.cp/var-tag-4.cc: New file.
6014 * gdb.cp/var-tag.cc: New file.
6015 * gdb.cp/var-tag.exp: New file.
6016
fc637f04
PP
60172015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6018
6019 * gdb.base/history-duplicates.exp: New test.
6020
2e52ae68
PP
60212015-06-26 Patrick Palka <patrick@parcs.ath.cx>
6022
6023 * gdb.base/completion.exp: Test the completion of the "focus"
6024 command.
6025
6e22494e
JK
60262015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
6027
6028 * gdb.arch/amd64-prologue-skip.S: New file.
6029 * gdb.arch/amd64-prologue-skip.exp: New file.
6030
bf7b9cd9
SM
60312015-06-25 Simon Marchi <simon.marchi@ericsson.com>
6032
6033 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
6034 is_address_zero_readable check.
6035
201e8dfd
PB
60362015-06-24 Peter Bergner <bergner@vnet.ibm.com>
6037
6038 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
6039 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
6040
5cd867b4
YQ
60412015-06-24 Yao Qi <yao.qi@linaro.org>
6042
6043 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
6044 linux targets.
6045
4d7be007
YQ
60462015-06-24 Yao Qi <yao.qi@linaro.org>
6047
6048 * lib/gdb.exp (supports_get_siginfo_type): New proc.
6049 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
6050 * gdb.base/siginfo-thread.exp: Likewise.
6051
07fcd301
YQ
60522015-06-22 Yao Qi <yao.qi@linaro.org>
6053
6054 * boards/remote-gdbserver-on-localhost.exp: Add comments.
6055
52042a00
YQ
60562015-06-22 Yao Qi <yao.qi@linaro.org>
6057
6058 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6059 aarch64*-*-*.
6060 (skip_hw_watchpoint_tests): Likewise.
6061
74bd41ce
PP
60622015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6063
6064 * gdb.base/gdbinit-history.exp: Test the interaction between
6065 setting GDBHISTSIZE and setting the history size via .gdbinit.
6066
bc460514
PP
60672015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6068
6069 PR gdb/16999
6070 * gdb.base/gdbhistsize-history.exp: New test.
6071
b58c513b
PP
60722015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6073
6074 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6075 with GDBHISTSIZE.
6076 * gdb.base/readline.exp: Likewise.
6077
92046791
YQ
60782015-06-17 Yao Qi <yao.qi@linaro.org>
6079
6080 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6081 line.
6082
2093d2d3
PP
60832015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6084
6085 * gdb.base/gdbinit-history.exp: Add test case to check that
6086 an unlimited history file does not get truncated on exit.
6087
e6c693af
AA
60882015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6089
6090 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6091 (VECTOR): New macro. Use it...
6092 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6093 ...for these typedefs.
6094 (int8, char1, int1, double1): New typedefs.
6095 (struct just_int2, struct two_int2): New structures.
6096 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6097 (add_structvecs, add_singlevecs): New functions.
6098 (main): Call add_some_intvecs twice.
6099 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6100 the compile and exit upon failure. Try compiling for the "native"
6101 architecture. Test inferior function calls with vector arguments
6102 and vector return value handling with "finish" and "return".
6103
c74f7d1c
JT
61042015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6105
6106 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6107 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6108 PE file.
6109 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6110
98aa42ee
AT
61112015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6112
6113 PR breakpoints/16465
6114 * gdb.mi/mi-dprintf-pending.c: New file.
6115 * gdb.mi/mi-dprintf-pending.exp: New test.
6116 * gdb.mi/mi-dprintf-pendshr.c: New file.
6117
7d73c23c 61182015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6119 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6120
6121 * gdb.arch/i386-mpx-map.c: New file.
6122 * gdb.arch/i386-mpx-map.exp: New File.
6123
61242015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6125
6126 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6127 * gdb.arch/i386-mpx.exp: Indentation fixed.
6128
61292015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6130
6131 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6132 function and improved indentation.
6133 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6134 gdb_test_multiple. Added additional tests to skip the test.
6135
61362015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6137
6138 * gdb.arch/i386-avx512.c: Change path in include file.
6139 * gdb.arch/i386-avx512.exp: Change include dir path
6140 compilation flag.
6141 * gdb.arch/i386-mpx.c: Change path in include file.
6142 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6143 flag.
6144
d5eba19a
JK
61452015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6146
6147 * gdb.compile/compile-print.exp (compile print *vararray@3)
6148 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6149
7f361056
JK
61502015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6151
6152 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6153 (do not keep jit in memory): ... this.
6154 (expect 5): Change it to ...
6155 (expect no 5): ... this.
6156
3b462ec2
SM
61572015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6158
6159 PR gdb/15564
6160 * gdb.mi/mi-detach.exp: New file.
6161
e0619de6
JK
61622015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6163
6164 PR symtab/18392
6165 * gdb.arch/amd64-tailcall-self.S: New file.
6166 * gdb.arch/amd64-tailcall-self.c: New file.
6167 * gdb.arch/amd64-tailcall-self.exp: New file.
6168
e970cb34
DB
61692015-05-28 Don Breazeal <donb@codesourcery.com>
6170
6171 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6172 tests for remote targets by checking is_target_gdbserver.
6173
b2e2f908
DE
61742015-05-27 Doug Evans <dje@google.com>
6175
6176 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6177 * gdb.dwarf2/opaque-type-lookup.c: New file.
6178 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6179
82c7be31
DE
61802015-05-26 Doug Evans <dje@google.com>
6181
6182 * gdb.cp/iostream.cc: New file.
6183 * gdb.cp/iostream.exp: New file.
6184
b4f54984
DE
61852015-05-26 Doug Evans <dje@google.com>
6186
6187 * gdb.dwarf2/dw2-op-call.exp: Update.
6188 * gdb.dwarf2/dw4-sig-types.exp: Update.
6189 * gdb.dwarf2/implptr.exp: Update.
6190 * gdb.mi/mi-cmd-param-changed.exp: Update.
6191
4ea6efe9
DE
61922015-05-26 Doug Evans <dje@google.com>
6193
6194 * gdb.python/py-lazy-string.c: New file.
6195 * gdb.python/py-lazy-string.exp: New file.
6196 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6197 (main): Update. Add estring3.
6198 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6199 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6200
f6bb7db3
YQ
62012015-05-26 Omair Javaid <omair.javaid@linaro.org>
6202 Yao Qi <yao.qi@linaro.org>
6203
6204 * gdb.reverse/aarch64.c: New.
6205 * gdb.reverse/aarch64.exp: New.
6206
a81bfbd0
OJ
62072015-05-26 Omair Javaid <omair.javaid@linaro.org>
6208
25d49b86
PA
6209 * lib/gdb.exp (supports_process_record): Return true for
6210 aarch64*-linux*.
a81bfbd0
OJ
6211 (supports_reverse): Likewise.
6212
158bf1b4
PP
62132015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6214
6215 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6216 Use with_test_prefix.
6217
a0145030
AB
62182015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6219
6220 * gdb.base/completion.exp: Add test for completion of layout
6221 names.
6222
ebe3b578
AB
62232015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6224
6225 * lib/gdb.exp (skip_tui_tests): New proc.
6226 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6227
84204ed7
PA
62282015-05-19 Pedro Alves <palves@redhat.com>
6229
6230 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6231 Save the whole env array instead of just HOME. Unset HISTSIZE in
6232 the environment while testing. Restore whole environment
6233 afterwards.
6234
37442ce1
DE
62352015-05-16 Doug Evans <xdje42@gmail.com>
6236
6237 * gdb.guile/scm-ports.c: New file.
6238 * gdb.guile/scm-ports.exp: Add memory port tests.
6239
36de76f9
JK
62402015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6241
6242 * gdb.compile/compile-print.c: New file.
6243 * gdb.compile/compile-print.exp: New file.
6244
3a9558c4
JK
62452015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6246
6247 * gdb.compile/compile-ops.exp: Cast param to void.
6248 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6249 (compile code struct_object.selffield = &struct_object): Add xfail.
6250
aa715135
JG
62512015-05-15 Joel Brobecker <brobecker@adacore.com>
6252
6253 * gdb.ada/arr_enum_with_gap: New testcase.
6254
931e5bc3
JG
62552015-05-15 Joel Brobecker <brobecker@adacore.com>
6256
6257 * gdb.ada/byte_packed_arr: New testcase.
6258
9cd4d857
JB
62592015-05-15 Joel Brobecker <brobecker@adacore.com>
6260
6261 * gdb.ada/pckd_neg: New testcase.
6262
ebfd00d2
PP
62632015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6264
6265 PR gdb/17820
6266 * gdb.base/gdbinit-history.exp: New test.
6267 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6268 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6269
4c082a81
SC
62702015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6271
6272 * gdb.python/py-xmethods.cc: Enhance test case.
6273 * gdb.python/py-xmethods.exp: New tests.
6274 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6275 function.
6276 (B_indexoper): Likewise.
6277 (global_dm_list) : Add new xmethod worker functions.
6278
f7797074
SDJ
62792015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6280
6281 * gdb.base/coredump-filter.exp: Correctly unset
6282 "coredump_var_addr" array.
6283
a4674e4e
PA
62842015-05-08 Pedro Alves <palves@redhat.com>
6285
6286 * gdb.server/non-existing-program.exp: Unset spawn_id.
6287
df2eb078
SC
62882015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6289
6290 PR python/18291
6291 * gdb.python/py-xmethods.exp: Add tests.
6292
422349a3
YQ
62932015-05-08 Yao Qi <yao.qi@linaro.org>
6294
6295 PR gdb/18208
6296 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6297 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6298 function set_coredump_filter, and remove remote_exec call.
6299 Remove argument ipid. Callers update.
6300 (top level): Don't get inferior's PID.
6301
63fc80ce
AA
63022015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6303
6304 * gdb.base/watch_thread_num.exp: Skip test on targets without
6305 access watchpoints.
6306
80ad801e
PA
63072015-05-06 Pedro Alves <palves@redhat.com>
6308
6309 PR server/18081
6310 * gdb.server/non-existing-program.exp: New file.
6311
0fa7fe50
JB
63122015-05-05 Joel Brobecker <brobecker@adacore.com>
6313
6314 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6315
3ea89b92
PMR
63162015-05-05 Joel Brobecker <brobecker@adacore.com>
6317
6318 * gdb.ada/out_of_line_in_inlined: New testcase.
6319
87b8eff0
JB
63202015-05-05 Joel Brobecker <brobecker@adacore.com>
6321
6322 * gdb.ada/var_rec_arr: New testcase.
6323
5fccc635
YQ
63242015-04-30 Yao Qi <yao.qi@linaro.org>
6325
6326 * gdb.base/break-idempotent.exp: If
6327 skip_hw_watchpoint_multi_tests returns true, skip the tests
6328 on "rwatch" and "awatch".
6329
42d38f42
YQ
63302015-04-30 Yao Qi <yao.qi@linaro.org>
6331
6332 * gdb.base/relativedebug.exp: Invoke gdb command
6333 "info sharedlibrary", and if libc.so doesn't have debug info,
6334 skip the test.
6335
2ce1cdbf
DE
63362015-04-29 Doug Evans <dje@google.com>
6337
6338 * gdb.python/py-xmethods.exp: Add ptype tests.
6339 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6340 get_result_type method.
6341
f24a38c5
LM
63422015-04-29 Luis Machado <lgustavo@codesourcery.com>
6343
6344 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6345 the target does not support hardware watchpoints.
6346
ecbf2b3c
LM
63472015-04-29 Luis Machado <lgustavo@codesourcery.com>
6348
6349 * gdb.base/break-always.exp: Abort testing if writing to memory
6350 causes an error.
6351
34f5f757
DE
63522015-04-28 Doug Evans <dje@google.com>
6353
6354 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6355 * gdb.python/py-pp-registration.exp: ... here. New file.
6356 * gdb.python/py-pp-registration.c: New file.
6357 * gdb.python/py-pp-registration.py: New file.
6358
69b4374a
DE
63592015-04-28 Doug Evans <dje@google.com>
6360
6361 * gdb.python/py-bad-printers.c: New file.
6362 * gdb.python/py-bad-printers.py: New file.
6363 * gdb.python/py-bad-printers.exp: New file.
6364
59fb7612
SS
63652015-04-28 Sasha Smundak <asmundak@google.com>
6366
6367 * gdb.python/py-type.exp: New test.
6368
2631b16a
AW
63692015-04-28 Andy Wingo <wingo@igalia.com>
6370
6371 * gdb.python/py-parameter.exp:
6372 * gdb.guile/scm-parameter.exp: Escape the path that we are
6373 matching against, as it might contain characters that are special
6374 to regular expressions.
6375
460efde1
JB
63762015-04-27 Joel Brobecker <brobecker@adacore.com>
6377
6378 * gdb.ada/rec_comp: New testcase.
6379
2d369d8e
SDJ
63802015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6381
6382 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6383 before using it.
6384
cf75d6c3
AB
63852015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6386
6387 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6388 new tests for verilog output.
6389
8dbe7ca5
YQ
63902015-04-24 Yao Qi <yao.qi@linaro.org>
6391
6392 * boards/remote-gdbserver-on-localhost.exp: New file.
6393
4ef9fb2f
PA
63942015-04-23 Pedro Alves <palves@redhat.com>
6395
6396 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6397 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6398 "end of file", remove $inferior_spawn_id from the indirect list.
6399
0a803169
PA
64002015-04-23 Pedro Alves <palves@redhat.com>
6401
6402 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6403
749ef8f8
PA
64042015-04-23 Pedro Alves <palves@redhat.com>
6405
6406 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6407 on $any_spawn_id instead of only on $gdb_spawn_id.
6408
8aae4344
PM
64092015-04-21 Pierre Muller <muller@sourceware.org>
6410
6411 PR pascal/17815
6412 * lib/pascal.exp (gpc_compile): Add new option "class".
6413 (fpc_compile): Likewise.
6414 * gdb.pascal/case-insensitive-symbols.pas: New file.
6415 * gdb.pascal/case-insensitive-symbols.exp: New file.
6416
1586c8fb
GB
64172015-04-20 Gary Benson <gbenson@redhat.com>
6418
6419 * gdb.base/attach.exp: Fix three extended remote failures.
6420
1b6e6f5c
GB
64212015-04-17 Gary Benson <gbenson@redhat.com>
6422
6423 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6424 the main executable over the remote protocol.
6425
e797481d
PA
64262015-04-16 Pedro Alves <palves@redhat.com>
6427
6428 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6429 a new gdbserver if gdbserver_reconnect_p is set.
6430
1ca99c42
PA
64312015-04-16 Pedro Alves <palves@redhat.com>
6432
6433 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6434 is set, don't exit gdbserver.
6435
af9fd6f8
AA
64362015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6437
6438 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6439 appropriate .insn, such that an older assembler can be used.
6440 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6441 the z/Architecture instruction set on 31-bit targets as well.
6442
04ff1e61
AA
64432015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6444
6445 * gdb.go/handcall.exp: Remove all logic related to the first
6446 breakpoint and rely on go_runto_main instead.
6447 * gdb.go/strings.exp: Likewise.
6448 * gdb.go/unsafe.exp: Likewise.
6449 * gdb.go/hello.exp: Likewise. Also rename the remaining
6450 breakpoint marker to "breakpoint 1".
6451 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6452 * gdb.go/strings.go: Likewise.
6453 * gdb.go/unsafe.go: Likewise.
6454 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6455 "set breakpoint 2 here" and rename the remaining breakpoint marker
6456 to "breakpoint 1".
6457
40d2f8d6
SM
64582015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6459
6460 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6461 if itertools.imap is not present.
6462 * gdb.python/py-objfile.exp: Add parentheses.
6463 * gdb.python/py-type.exp: Same.
6464 * gdb.python/py-unwind-maint.py: Same.
6465
8cbc97c6
YQ
64662015-04-15 Yao Qi <yao.qi@linaro.org>
6467
6468 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6469 of ":$ptr_size" and set its form explicitly.
6470
45fd756c
YQ
64712015-04-15 Pedro Alves <palves@redhat.com>
6472 Yao Qi <yao.qi@linaro.org>
6473
6474 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6475 timeout by factor of 4.
6476 (test_regular_watch): Likewise.
6477 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6478 * gdb.reverse/sigall-reverse.exp: Likewise.
6479 * gdb.reverse/until-precsave.exp: Likewise.
6480 * lib/gdb.exp (with_timeout_factor): New proc.
6481 (gdb_expect): Move some code to ...
6482 (get_largest_timeout): ... here. New procedure.
6483
9e811bc3
LM
64842015-04-14 Luis Machado <lgustavo@codesourcery.com>
6485
6486 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6487
0ff6fcb2
LM
64882015-04-13 Luis Machado <lgustavo@codesourcery.com>
6489
6490 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6491 to write to the .text section.
6492
7578d5f7
LM
64932015-04-13 Luis Machado <lgustavo@codesourcery.com>
6494
6495 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6496 Handle the case of targets that do not provide PID information.
6497
2efe15c4
YQ
64982015-04-13 Yao Qi <yao.qi@linaro.org>
6499
6500 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6501 and use expect instead of gdb_expect.
6502
8cd8f2f8
SDJ
65032015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6504
6505 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6506 "coredump_var_addr" to avoid naming conflict with other testcases.
6507
9ee41772
PA
65082015-04-10 Pedro Alves <palves@redhat.com>
6509
6510 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6511 gdb_test_sequence and gdb_assert.
6512
07473109
PA
65132015-04-10 Pedro Alves <palves@redhat.com>
6514
6515 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6516 test messages that don't include the breakpoint address.
6517
de3db44c
YQ
65182015-04-10 Yao Qi <yao.qi@linaro.org>
6519
6520 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6521 false for some offset and width combinations which aren't
6522 supported by linux kernel.
6523
c79d856c
PA
65242015-04-10 Pedro Alves <palves@redhat.com>
6525
6526 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6527 procedure, factored out from ...
6528 (top level): ... here. Add "set displaced-stepping" testing axis.
6529 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6530 parameter "displaced". Use it.
6531 (top level): Use foreach and add "set displaced-stepping" testing
6532 axis.
6533
ebc90b50
PA
65342015-04-10 Pedro Alves <palves@redhat.com>
6535
6536 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6537 Remove comment.
6538 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6539 both the address of the instruction that triggers the watchpoint
6540 and the address of the instruction immediately after, and use
6541 those addresses for the test. Fix comment.
6542
8f572e5c
PA
65432015-04-10 Pedro Alves <palves@redhat.com>
6544
6545 * gdb.base/sigstep.exp (breakpoint_to_handler)
6546 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6547 Test "backtrace" in handler.
6548 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6549 (top level): Add new "displaced" test axis to
6550 breakpoint_to_handler, breakpoint_to_handler_entry and
6551 breakpoint_over_handler.
6552
8d707a12
PA
65532015-04-10 Pedro Alves <palves@redhat.com>
6554
6555 PR gdb/18216
6556 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6557
ef713951
YQ
65582015-04-10 Yao Qi <yao.qi@linaro.org>
6559
6560 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6561 (test_add_rn_pc): New function.
6562 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6563 (top level): Invoke test_add_rn_pc.
6564
906d60cf
PA
65652015-04-10 Pedro Alves <palves@redhat.com>
6566
6567 PR gdb/13858
6568 * gdb.base/step-over-no-symbols.exp: New file.
6569
f2983cc3
AW
65702015-04-09 Andy Wingo <wingo@igalia.com>
6571
6572 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6573 after the Python tests.
6574
6d62641c
SDJ
65752015-04-08 Keith Seitz <keiths@redhat.com>
6576
6577 PR python/16699
6578 * gdb.python/py-completion.exp: New tests for completion.
6579 * gdb.python/py-completion.py (CompleteLimit1): New class.
6580 (CompleteLimit2): Likewise.
6581 (CompleteLimit3): Likewise.
6582 (CompleteLimit4): Likewise.
6583 (CompleteLimit5): Likewise.
6584 (CompleteLimit6): Likewise.
6585 (CompleteLimit7): Likewise.
6586
f3770638
PA
65872015-04-08 Pedro Alves <palves@redhat.com>
6588
6589 PR gdb/18214
6590 PR gdb/18216
6591 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6592 function.
6593 (main): Install it as SIGUSR1 handler.
6594 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6595 parameter. Always use "setup" as prefix. Toggle "set
6596 displaced-stepping" off/on depending on global. Don't switch to
6597 thread 1 here.
6598 (top level): Add displaced stepping "off/on" test axis. Update
6599 "setup" calls. Wrap each subtest with with_test_prefix. Test
6600 continuing with a queued signal in each thread.
6601
4496bed7
PA
66022015-04-08 Pedro Alves <palves@redhat.com>
6603
6604 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6605 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6606 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6607 Return early if running to main fails.
6608 * gdb.trace/while-stepping.exp: Likewise.
6609
b97fde92
PA
66102015-04-07 Pedro Alves <palves@redhat.com>
6611
6612 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6613 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6614 interact with inferior program.
6615
f71c18e7
PA
66162015-04-07 Pedro Alves <palves@redhat.com>
6617
6618 * lib/gdb.exp (inferior_spawn_id): New global.
6619 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6620 spawn id after processing the user code.
6621 (default_gdb_start): Set inferior_spawn_id.
6622 (send_inferior): New procedure.
6623 * lib/gdbserver-support.exp (gdbserver_start): Set
6624 inferior_spawn_id.
6625 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6626
6423214f
PA
66272015-04-07 Pedro Alves <palves@redhat.com>
6628
6629 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6630 * lib/gdbserver-support.exp (gdbserver_start): Make
6631 $server_spawn_id global.
6632 (gdbserver_start): Don't wait for gdbserver's spawn id with
6633 expect_background.
6634 (close_gdbserver): New procedure.
6635 (gdb_exit): Rename the default version and reimplement.
6636
71c0ee8c
PA
66372015-04-07 Pedro Alves <palves@redhat.com>
6638
72f4393d 6639 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
6640 append the substituted item, not the original item.
6641
203bc29b
PA
66422015-04-07 Pedro Alves <palves@redhat.com>
6643
6644 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6645 gdb_expect.
6646
508a3ddf
PA
66472015-04-07 Pedro Alves <palves@redhat.com>
6648
6649 * gdb.base/interrupt.exp: Don't handle the case of the inferior
6650 output appearing once only.
6651
9f6dbe2b
PA
66522015-04-07 Pedro Alves <palves@redhat.com>
6653
6654 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6655 that doesn't expect anything. Return early if running to main
6656 fails.
6657
337532fa
YQ
66582015-04-07 Yao Qi <yao.qi@linaro.org>
6659
6660 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6661 (child_function): Call alarm.
6662 (main): Move call to alarm into the loop.
6663 * gdb.threads/non-stop-fair-events.exp: Build program with
6664 -DTIMEOUT=$timeout.
6665
01b622d4
DE
66662015-04-06 Doug Evans <xdje42@gmail.com>
6667
6668 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
6669 Fix dest parameter to board_info.
6670 (fpc_compile): Ditto.
6671 (gdb_compile_pascal): Rename dest arg to destfile.
6672
961f4160
PMR
66732015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6674
6675 * gdb.ada/funcall_ref.exp: New file.
6676 * gdb.ada/funcall_ref/foo.adb: New file.
6677
cafda597
YQ
66782015-04-02 Yao Qi <yao.qi@linaro.org>
6679
6680 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
6681 is remote.
6682
fed040c6
GB
66832015-04-02 Gary Benson <gbenson@redhat.com>
6684
6685 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
6686
d11916aa
SS
66872015-04-01 Sasha Smundak <asmundak@google.com>
6688
6689 * gdb.python/py-unwind-maint.c: New file.
6690 * gdb.python/py-unwind-maint.exp: New test.
6691 * gdb.python/py-unwind-maint.py: New file.
6692 * gdb.python/py-unwind.c: New file.
6693 * gdb.python/py-unwind.exp: New test.
6694 * gdb.python/py-unwind.py: New test.
6695
a1471180
PA
66962015-04-01 Pedro Alves <palves@redhat.com>
6697
6698 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
6699 to fail instead of non-existent $test.
6700
0bbeccb1
PA
67012015-04-01 Pedro Alves <palves@redhat.com>
6702
6703 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
6704 GDBFLAGS if not empty.
6705
3c724c8c
PMR
67062015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
6707
6708 * gdb.ada/complete.exp: Remove "multi_line".
6709 * gdb.ada/info_exc.exp: Remove "multi_line".
6710 * gdb.ada/packed_tagged.exp: Remove "multi_line".
6711 * gdb.ada/ptype_field.exp: Remove "multi_line".
6712 * gdb.ada/sym_print_name.exp: Remove "multi_line".
6713 * gdb.ada/tagged.exp: Remove "multi_line".
6714 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
6715 [multi_line ...]
6716 * gdb.btrace/delta.exp: Likewise.
6717 * gdb.btrace/exception.exp: Likewise.
6718 * gdb.btrace/function_call_history.exp: Likewise.
6719 * gdb.btrace/instruction_history.exp: Likewise.
6720 * gdb.btrace/nohist.exp: Likewise.
6721 * gdb.btrace/record_goto.exp: Likewise.
6722 * gdb.btrace/segv.exp: Likewise.
6723 * gdb.btrace/stepi.exp: Likewise.
6724 * gdb.btrace/tailcall.exp: Likewise.
6725 * gdb.btrace/unknown_functions.exp: Likewise.
6726 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
6727 * lib/gdb.exp: Add the "multi_line" helper.
6728
4eec2deb
PA
67292015-04-01 Pedro Alves <palves@redhat.com>
6730
6731 * gdb.threads/tid-reuse.c: New file.
6732 * gdb.threads/tid-reuse.exp: New file.
6733
df8411da
SDJ
67342015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
6735
6736 PR corefiles/16092
6737 * gdb.base/coredump-filter.c: New file.
6738 * gdb.base/coredump-filter.exp: Likewise.
6739
6ef37366
PM
67402015-03-27 Petr Machata <pmachata@redhat.com>
6741
6742 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
6743 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
6744 (Dwarf::assemble): Initialize them.
6745 (Dwarf::lines): New function.
6746
7ec911b0
JT
67472015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
6748
6749 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
6750 SYMBOL_PREFIX for x86_64-*-cygwin.
6751
ff908ebf
AW
67522015-03-26 Andy Wingo <wingo@igalia.com>
6753
6754 PR symtab/18148
6755 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
6756 const_value but not a location.
6757 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
6758 location defined in non-main CUs are visible.
6759
6d5f0679
YQ
67602015-03-26 Yao Qi <yao.qi@linaro.org>
6761
6762 PR testsuite/18139
6763 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
6764 Add a line number entry for the same line.
6765 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
6766 Add a line number entry for the same line.
6767
2898689b
YQ
67682015-03-26 Yao Qi <yao.qi@linaro.org>
6769
6770 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
6771 .int 0.
6772 (func): Likewise. Add .Lfunc_1 label.
6773 Use .Lfunc_1 label.
6774 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
6775 .int 0.
6776 (func): Likewise.
6777 Use .Lfunc_1 label.
6778
85180498
YQ
67792015-03-26 Yao Qi <yao.qi@linaro.org>
6780
6781 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
6782 Call gdb_compile instead to compile each .s files without debug
6783 information.
6784
8aa08a8d
YQ
67852015-03-26 Yao Qi <yao.qi@linaro.org>
6786
6787 * gdb.base/savedregs.exp (process_saved_regs): Make
6788 "Saved registers:" optional in the pattern.
6789
66849923
MM
67902015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6791
6792 * gdb.btrace/next.exp: Merged into step.exp.
6793 * gdb.btrace/finish.exp: Merged into step.exp.
6794 * gdb.btrace/nexti.exp: Merged into stepi.exp.
6795 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
6796 "record goto" and checking the exact replay position.
6797 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
6798 check for "Recording format" in "info record" output.
6799 * gdb.btrace/record_goto.exp: Choose test file based on target.
6800 * gdb.btrace/x86-record_goto.S: Renamed into ...
6801 * gdb.btrace/x86_64-record_goto.S: ... this.
6802 * gdb.btrace/i686-record_goto.S: New.
6803 * gdb.btrace/x86-tailcall.S: Renamed into ...
6804 * gdb.btrace/x86_64-tailcall.S: ... this.
6805 * gdb.btrace/i686-tailcall.S: New.
6806 * gdb.btrace/x86-tailcall.c: Renamed into ...
6807 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
6808 separate statements. Update test.
6809 * gdb.btrace/delta.exp: Use record_goto.c as test file.
6810 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
6811 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
6812 * gdb.btrace/tailcall.exp: Choose test file based on target.
6813 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
6814
11cc1b74
MM
68152015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6816
6817 * gdb.btrace/exception.exp: Increase BTS buffer size.
6818
a25d8bf9
PA
68192015-03-24 Pedro Alves <palves@redhat.com>
6820
6821 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
6822
856e7dd6
PA
68232015-03-24 Pedro Alves <palves@redhat.com>
6824
6825 * gdb.threads/schedlock.exp (test_step): No longer expect that
6826 "set scheduler-locking step" with "next" over a function call runs
6827 threads unlocked.
6828
ad235a41
AT
68292015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6830
6831 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
6832
15630549
AT
68332015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6834
6835 PR breakpoints/16466
6836 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
6837 * gdb.mi/mi-pending.c (thread_func): New function.
6838 (int main): Add threading support required.
6839 * gdb.mi/mi-pending.exp: Add tests for this issue.
6840 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
6841 (pendfunc2): Remove stdio dependency.
6842 * gdb.mi/mi-pendshr2.c: New file.
6843
693dca06
KS
68442015-03-23 Keith Seitz <keiths@redhat.com>
6845
6846 * gdb.linespec/keywords.c: New file.
6847 * gdb.linespec/keywords.exp: New file.
6848
7e993ebf
KS
68492015-03-23 Keith Seitz <keiths@redhat.com>
6850
6851 PR gdb/18021
6852 * gdb.dwarf2/staticvirtual.exp: New test.
6853
bc23328c
JK
68542015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6855
6856 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
6857 * README: Remove HP-UX and gdb.hp.
6858 (configuration):
6859 * configure: Regenerate.
6860 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
6861 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
6862 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
6863 gdb.hp/gdb.defects/Makefile.
6864 * gdb.hp/Makefile.in: File deleted.
6865 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
6866 * gdb.hp/gdb.aCC/optimize.c: File deleted.
6867 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
6868 * gdb.hp/gdb.aCC/run.c: File deleted.
6869 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
6870 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
6871 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
6872 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
6873 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
6874 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
6875 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
6876 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
6877 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
6878 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
6879 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
6880 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
6881 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
6882 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
6883 * gdb.hp/gdb.base-hp/reg.s: File deleted.
6884 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
6885 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
6886 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
6887 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
6888 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
6889 * gdb.hp/gdb.compat/Makefile.in: File deleted.
6890 * gdb.hp/gdb.compat/average.c: File deleted.
6891 * gdb.hp/gdb.compat/sum.c: File deleted.
6892 * gdb.hp/gdb.compat/xdb.c: File deleted.
6893 * gdb.hp/gdb.compat/xdb0.c: File deleted.
6894 * gdb.hp/gdb.compat/xdb0.h: File deleted.
6895 * gdb.hp/gdb.compat/xdb1.c: File deleted.
6896 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
6897 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
6898 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
6899 * gdb.hp/gdb.defects/Makefile.in: File deleted.
6900 * gdb.hp/gdb.defects/bs14602.c: File deleted.
6901 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
6902 * gdb.hp/gdb.defects/solib-d.c: File deleted.
6903 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
6904 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
6905 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
6906 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
6907 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
6908 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
6909 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
6910 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
6911 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
6912 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
6913 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
6914 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
6915 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
6916 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
6917 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
6918 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
6919 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
6920 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
6921 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
6922 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
6923 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
6924 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
6925 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
6926 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
6927 * gdb.hp/tools/odump: File deleted.
6928
8bf3b159
PA
69292015-03-19 Pedro Alves <palves@redhat.com>
6930
6931 * gdb.threads/continue-pending-status.exp (saw_thread_2)
6932 (saw_thread_3): New globals.
6933 (top level): Increment them when an event for the corresponding
6934 thread is seen.
6935 (no thread starvation): New test.
6936
eb54c8bf
PA
69372015-03-19 Pedro Alves <palves@redhat.com>
6938
6939 * gdb.threads/continue-pending-status.c: New file.
6940 * gdb.threads/continue-pending-status.exp: New file.
6941
32d2e5d6
PA
69422015-03-18 Pedro Alves <palves@redhat.com>
6943
6944 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6945 Use gdb_is_target_remote instead of is_remote. Use
6946 gdb_test_multiple instead of gdb_expect. Exit early if
6947 gdb_test_multiple hits its internal matches. Tighten stepi tests
6948 expected output. Fail on exit with any signal, instead of just
6949 SIGILL.
6950
f68f11b7
YQ
69512015-03-18 Yao Qi <yao.qi@linaro.org>
6952
6953 PR tdep/18107
6954 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
6955 variable.
6956 * gdb.base/catch-syscall.exp: Don't skip it on
6957 aarch64*-*-linux* target. Remove elements in all_syscalls.
6958 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
6959 target.
6960 (setup_all_syscalls): New proc.
6961
ca5fd19b
YQ
69622015-03-16 Yao Qi <yao.qi@linaro.org>
6963
6964 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
6965 (top level): Skip tests if valid_addr_p returns false for
6966 $cmd1 or $cmd2.
6967
85642ba0
AW
69682015-03-11 Andy Wingo <wingo@igalia.com>
6969
6970 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
6971
e03f9645
YQ
69722015-03-11 Yao Qi <yao.qi@linaro.org>
6973
6974 * gdb.base/catch-syscall.exp: Fix typo in comments.
6975
5d0962b2
YQ
69762015-03-11 Yao Qi <yao.qi@linaro.org>
6977
6978 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
6979
b2df3cef
PA
69802015-03-09 Pedro Alves <palves@redhat.com>
6981
6982 * dg-extract-results.py: Delete.
6983
ef878e53
PA
69842015-03-09 Pedro Alves <palves@redhat.com>
6985
6986 Merge dg-extract-results.sh from GCC upstream (r218843).
6987
6988 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
6989 * dg-extract-results.sh: Use --text with grep to avoid issues with
6990 binary files. Fall back to cat -v, if that doesn't work.
6991
9494d219
PA
69922015-03-05 Pedro Alves <palves@redhat.com>
6993
6994 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
6995
a8d9763a
SM
69962015-03-04 Simon Marchi <simon.marchi@ericsson.com>
6997
6998 * lib/mi-support.exp (mi_expect_interrupt): Accept
6999 alternative event for when in all-stop mode.
7000
be9957b8
PA
70012015-03-04 Pedro Alves <palves@redhat.com>
7002
7003 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
7004
d57be0f4 70052015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
7006
7007 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
7008
c214c7cf
AA
70092015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7010
7011 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
7012 regexps for GDB's current line display, accept a hex address
7013 preceding the line number.
7014
6d74a497
AA
70152015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
7016
7017 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
7018 the 'arch1' variable for "s390*-linux*" targets.
7019
511aee7c
PA
70202015-03-04 Pedro Alves <palves@redhat.com>
7021
7022 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
7023 (main): Pass missing retval argument to pthread_join call.
7024
95e50b27
PA
70252015-03-02 Pedro Alves <palves@redhat.com>
7026
7027 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
7028 (top level): Call do_test with non-stop as well.
7029
28054d69
PA
70302015-03-02 Pedro Alves <palves@redhat.com>
7031
7032 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
7033 -1.
7034
4fa5d7b4
AA
70352015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7036
7037 * gdb.arch/s390-vregs.exp: New test.
7038 * gdb.arch/s390-vregs.S: New file.
7039
97c18565
PA
70402015-02-27 Pedro Alves <palves@redhat.com>
7041
7042 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
7043 call to catch_command_errors.
7044 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
7045 catch_command_errors.
7046
a37bfa30
PA
70472015-02-27 Pedro Alves <palves@redhat.com>
7048
7049 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
7050 "true" for boolean result.
7051 * gdb.gdb/selftest.exp (test_with_self): Also accept full
7052 prototype of main.
7053
6f98576f
PA
70542015-02-27 Pedro Alves <palves@redhat.com>
7055
7056 * lib/unbuffer_output.c: New file.
7057 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7058 (main): Call gdb_unbuffer_output.
7059
eba5ab56
YQ
70602015-02-27 Yao Qi <yao.qi@linaro.org>
7061
7062 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7063 target.
7064
0def5aaa
DE
70652015-02-26 Doug Evans <dje@google.com>
7066
7067 * gdb.cp/class2.cc (Dbase, D): New classes.
7068 (main): New local delta.
7069 * gdb.cp/class2.exp: Test printing delta.
7070 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7071 (dynbar): New global.
7072 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7073
081a1c2c
JK
70742015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7075
7076 * gdb.compile/compile-ifunc.c: New file.
7077 * gdb.compile/compile-ifunc.exp: New file.
7078
2f41223f
AT
70792015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7080
7081 * gdb.base/structs.exp: Check for correct struct on finish.
7082
03eddd80
YQ
70832015-02-26 Yao Qi <yao.qi@linaro.org>
7084
7085 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7086 is zero.
7087
80c57053
JK
70882015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7089
7090 * gdb.arch/cordic.ko.bz2: New file.
7091 * gdb.arch/cordic.ko.debug.bz2: New file.
7092 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7093
21613c12
YQ
70942015-02-25 Yao Qi <yao.qi@linaro.org>
7095
7096 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7097 aarch64*-*-* target.
7098
d8b901ed
PA
70992015-02-23 Pedro Alves <palves@redhat.com>
7100
7101 * lib/gdb.exp (delete_breakpoints): Rewrite using
7102 gdb_test_multiple.
7103
e5b85ead
PA
71042015-02-23 Pedro Alves <palves@redhat.com>
7105
7106 * gdb.base/info-os.c: Include stdlib.h.
7107
85c3a371
DE
71082015-02-22 Doug Evans <xdje42@gmail.com>
7109
7110 PR symtab/17855
7111 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7112 is read after symbols have been re-read.
7113 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7114 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7115
96553a0c
DE
71162015-02-21 Doug Evans <dje@google.com>
7117
7118 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7119
97a0c697
JK
71202015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7121
7122 PR corefiles/17808
7123 * gdb.arch/i386-biarch-core.core.bz2: New file.
7124 * gdb.arch/i386-biarch-core.exp: New file.
7125
a47cd6e9
PA
71262015-02-21 Pedro Alves <palves@redhat.com>
7127
7128 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7129 runto_main fails.
7130
c5facdc4
PA
71312015-02-20 Pedro Alves <palves@redhat.com>
7132
7133 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7134 info probes.
7135
2db9a427
PA
71362015-02-20 Pedro Alves <palves@redhat.com>
7137
7138 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7139
60fb7e9e
PA
71402015-02-20 Pedro Alves <palves@redhat.com>
7141
7142 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7143 clean_restart before gdb_target_supports_trace.
7144
5c5019c2
PA
71452015-02-20 Pedro Alves <palves@redhat.com>
7146
7147 PR threads/18006
7148 * gdb.threads/clone-thread_db.c: New file.
7149 * gdb.threads/clone-thread_db.exp: New file.
7150
c9587f88
AT
71512015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7152
7153 PR breakpoints/16812
7154 * gdb.base/catch-gdb-caused-signals.c: New file.
7155 * gdb.base/catch-gdb-caused-signals.exp: New file.
7156
f6a88844
JM
71572015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7158
7159 * configure: Regenerated.
7160 * configure.ac: Use GDB_AC_TRANSFORM.
7161 * aclocal.m4: sinclude ../transform.m4.
7162
497c491b
JM
71632015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7164
7165 * lib/dtrace.exp: New file.
7166 * gdb.base/dtrace-probe.exp: Likewise.
7167 * gdb.base/dtrace-probe.d: Likewise.
7168 * gdb.base/dtrace-probe.c: Likewise.
7169 * lib/pdtrace.in: Likewise.
7170 * configure.ac: Output variables with the transformed names of
7171 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7172 * configure: Regenerated.
7173
03e98035
JM
71742015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7175
7176 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7177 expected message when trying to access $_probe_* convenience
7178 variables while not on a probe.
7179
63cc30e9
JK
71802015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7181
7182 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7183
0703599a
PA
71842015-02-11 Pedro Alves <pedro@codesourcery.com>
7185
7186 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7187 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7188
7e60a48e
DE
71892015-02-10 Doug Evans <xdje42@gmail.com>
7190
7191 * lib/gdb.exp (gdb_load): Always return a result.
7192
01b088bc
PA
71932015-02-10 Pedro Alves <palves@redhat.com>
7194
7195 * gdb.threads/signal-sigtrap.c: New file.
7196 * gdb.threads/signal-sigtrap.exp: New file.
7197
b05ec7a5
AT
71982015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7199
7200 * gdb.trace/no-attach-trace.c: New file.
7201 * gdb.trace/no-attach-trace.exp: New file.
7202
a2c2acaf
MW
72032015-02-09 Mark Wielaard <mjw@redhat.com>
7204
7205 * gdb.dwarf2/atomic.c: New file.
7206 * gdb.dwarf2/atomic-type.exp: Likewise.
7207
31fd9caa
MM
72082015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7209
7210 * gdb.btrace/buffer-size.exp: Update "info record" output.
7211 * gdb.btrace/delta.exp: Update "info record" output.
7212 * gdb.btrace/enable.exp: Update "info record" output.
7213 * gdb.btrace/finish.exp: Update "info record" output.
7214 * gdb.btrace/instruction_history.exp: Update "info record" output.
7215 * gdb.btrace/next.exp: Update "info record" output.
7216 * gdb.btrace/nexti.exp: Update "info record" output.
7217 * gdb.btrace/step.exp: Update "info record" output.
7218 * gdb.btrace/stepi.exp: Update "info record" output.
7219 * gdb.btrace/nohist.exp: Update "info record" output.
7220
d33501a5
MM
72212015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7222
7223 * gdb.btrace/buffer-size: New.
7224
f4abbc16
MM
72252015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7226
7227 * gdb.btrace/delta.exp: Update "info record" output.
7228 * gdb.btrace/enable.exp: Update "info record" output.
7229 * gdb.btrace/finish.exp: Update "info record" output.
7230 * gdb.btrace/instruction_history.exp: Update "info record" output.
7231 * gdb.btrace/next.exp: Update "info record" output.
7232 * gdb.btrace/nexti.exp: Update "info record" output.
7233 * gdb.btrace/step.exp: Update "info record" output.
7234 * gdb.btrace/stepi.exp: Update "info record" output.
7235 * gdb.btrace/nohist.exp: Update "info record" output.
7236
b9d61307
SM
72372015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7238
7239 PR gdb/15678
7240 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7241
e584fdbc
PA
72422015-02-06 Pedro Alves <palves@redhat.com>
7243
7244 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7245 macro.
7246 (seconds_left, again): New globals.
7247 (main): Wait seconds_left in a 1-second sleep loop instead of
7248 sleeping 180 seconds. If 'again' is set, reset the seconds
7249 counter.
7250 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7251 'again' in the inferior before detaching. Print the seconds left.
7252 (options): New global.
7253 (top level): Build program with -DTIMEOUT=$timeout.
7254
77f41761
PA
72552015-02-06 Pedro Alves <palves@redhat.com>
7256
7257 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7258 determine how many seconds to pass to 'alarm'.
7259 * gdb.base/gdb-sigterm.exp (top level): Build program with
7260 -DTIMEOUT=$timeout.
7261 (do_test): Return success/failure indication. Add more verbose
7262 logging. Don't fail if 200 single steps are seen. Instead, fail
7263 when the test times out.
7264 (passes): New global.
7265 (top level): Break the testing loop if testing fails on any
7266 iteration. Use gdb_assert.
7267
b9394193
DB
72682015-02-04 Don Breazeal <donb@codesourcery.com>
7269
7270 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7271 and initialize them.
7272 (ipc_cleanup): New function.
7273 (main): Don't declare shmid, semid, and msqid. Add a call to
7274 atexit so that we call ipc_cleanup on exit.
7275
42d9e528
PA
72762015-02-04 Pedro Alves <palves@redhat.com>
7277
7278 * boards/native-extended-gdbserver.exp: Remove any target variant
7279 specifications from the board name before clearing the isremote
7280 flag from board_info.
7281
ae6ae975
DE
72822015-01-31 Doug Evans <xdje42@gmail.com>
7283
7284 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7285
cfb069a8
GB
72862015-01-31 Gary Benson <gbenson@redhat.com>
7287
7288 * gdb.base/completion.exp: Disable completion limiting for
7289 existing tests. Add new tests to check completion limiting.
7290 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7291
5dd31d79
DE
72922015-01-31 Doug Evans <xdje42@gmail.com>
7293
7294 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7295
9f050062
DE
72962015-01-31 Doug Evans <xdje42@gmail.com>
7297
7298 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7299 entries. Duplicate file section script entries.
7300 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7301 inlined entries. Add test for safe-path rejection.
7302 * gdb.python/py-section-script.c: Add duplicate inlined section script
7303 entries. Duplicate file section script entries.
7304 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7305 inlined entries. Add test for safe-path rejection.
7306
df25ebbd
JB
73072015-01-29 Joel Brobecker <brobecker@adacore.com>
7308
7309 * gdb.ada/disc_arr_bound: New testcase.
7310
4a0ca9ec
JB
73112015-01-29 Joel Brobecker <brobecker@adacore.com>
7312
7313 * gdb.ada/mi_var_array: New testcase.
7314
3a8b707a
DE
73152015-01-27 Doug Evans <dje@google.com>
7316
7317 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7318 Add test for objfile.filename, objfile.username after objfile
7319 has been unloaded.
7320
f8313f6e
JB
73212015-01-26 Joel Brobecker <brobecker@adacore.com>
7322
7323 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7324 the second test to print the name attribute of value
7325 returned by the call to gdb.lookup_type, and adjust
7326 the expected output accordingly.
7327
37bc665e
MW
73282015-01-25 Mark Wielaard <mjw@redhat.com>
7329
7330 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7331 * gdb.base/disp-step-fork.c: Include unistd.h.
7332 * gdb.base/siginfo-obj.c: Include stdio.h.
7333 * gdb.base/siginfo-thread.c: Likewise.
7334 * gdb.mi/non-stop.c: Include unistd.h.
7335 * gdb.mi/nsthrexec.c: Include stdio.h.
7336 * gdb.mi/pthreads.c: Include unistd.h.
7337 * gdb.modula2/unbounded1.c (main): Declare returns int.
7338 * gdb.reverse/consecutive-reverse.c: Likewise.
7339 * gdb.threads/create-fail.c: Include unistd.h.
7340 * gdb.threads/killed.c: Likewise.
7341 * gdb.threads/linux-dp.c: Likewise.
7342 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7343 * gdb.threads/non-ldr-exc-2.c: Likewise.
7344 * gdb.threads/non-ldr-exc-3.c: Likewise.
7345 * gdb.threads/non-ldr-exc-4.c: Likewise.
7346 * gdb.threads/pthreads.c: Include unistd.h.
7347 (main): Declare returns int.
7348 * gdb.threads/tls-main.c (foo): New declaration.
7349 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7350
f7e5394d
SM
73512015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7352
7353 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7354 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7355
743649fd
MW
73562015-01-15 Mark Wielaard <mjw@redhat.com>
7357
7358 * gdb.base/noreturn-return.c: New file.
7359 * gdb.base/noreturn-return.exp: New file.
7360 * gdb.base/noreturn-finish.c: New file.
7361 * gdb.base/noreturn-finish.exp: New file.
7362
198297aa
PA
73632015-01-23 Pedro Alves <palves@redhat.com>
7364
7365 * gdb.threads/continue-pending-after-query.c: New file.
7366 * gdb.threads/continue-pending-after-query.exp: New file.
7367
717cf30c
AG
73682015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7369 Simon Marchi <simon.marchi@ericsson.com>
7370
7371 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7372 * gdb.base/valgrind-db-attach.exp: Same.
7373 * gdb.base/valgrind-infcall.exp: Same.
7374 * lib/mi-support.exp (default_mi_gdb_start): Same.
7375 * lib/prompt.exp (default_prompt_gdb_start): Same.
7376 * lib/gdb.exp (default_gdb_spawn): Same.
7377 (gdb_interact): New.
7378
7379
4b62a76e
JK
73802015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7381
7382 * gdb.compile/compile.exp (pointer to jit function): New test.
7383
b4cdae6f
WW
73842015-01-17 Wei-cheng Wang <cole945@gmail.com>
7385
7386 * lib/gdb.exp (supports_process_record): Return true for
7387 powerpc*-*-linux*.
7388 (supports_reverse): Likewise.
7389
d221e7ef
DB
73902015-01-15 Don Breazeal <donb@codesourcery.com>
7391
7392 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7393 instead of checking whether the target board is remote and
7394 use spawn_wait_for_attach instead of exec/sleep.
7395 * gdb.base/attach-twice.exp: Likewise.
7396
bafffb51
JB
73972015-01-15 Joel Brobecker <brobecker@adacore.com>
7398
7399 * gdb.ada/var_arr_attrs: New testcase.
7400
5589af0e
PA
74012015-01-14 Pedro Alves <palves@redhat.com>
7402 Joel Brobecker <brobecker@adacore.com>
7403
7404 PR gdb/17525
7405 * gdb.base/bp-cmds-execution-x-script.c: New file.
7406 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7407 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7408
6c400b59
PA
74092015-01-14 Pedro Alves <palves@redhat.com>
7410
7411 PR cli/17828
7412 * gdb.base/batch-preserve-term-settings.c: New file.
7413 * gdb.base/batch-preserve-term-settings.exp: New file.
7414
e02c96a7
DE
74152015-01-13 Doug Evans <dje@google.com>
7416
7417 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7418 binary.
7419
576fd14c
JB
74202015-01-13 Joel Brobecker <brobecker@adacore.com>
7421
7422 * Makefile.in (clean mostlyclean): Do not delete *.py.
7423
04dccad0
JB
74242015-01-13 Joel Brobecker <brobecker@adacore.com>
7425
7426 * gdb.python/py-lookup-type.exp: New file.
7427
3d230f71
PA
74282015-01-12 Pedro Alves <palves@redhat.com>
7429
7430 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7431 restore GDBFLAGS before returning.
7432
7e67715d
JK
74332015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7434
7435 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7436 is_amd64_regs_target and is_x86_like_target.
7437
f2e0d4b4
DE
74382015-01-11 Doug Evans <xdje42@gmail.com>
7439
7440 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7441 is given without an explicit form.
7442 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7443 attributes.
7444 * gdb.dwarf/corrupt.exp: Ditto.
7445 * gdb.dwarf2/enum-type.exp: Ditto.
7446 * gdb.trace/entry-values.exp: Ditto.
7447 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7448
439250fb
DE
74492015-01-11 Doug Evans <xdje42@gmail.com>
7450
7451 PR gdb/15830
7452 * gdb.base/maint.exp: Remove references to "maint demangle".
7453 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7454 Add tests for explicitly specifying language to demangle.
7455 * gdb.dlang/demangle.exp: Ditto.
7456
ede9f622
PA
74572015-01-09 Pedro Alves <palves@redhat.com>
7458
7459 * gdb.threads/non-stop-fair-events.c: New file.
7460 * gdb.threads/non-stop-fair-events.exp: New file.
7461
a7b796db
PA
74622015-01-09 Pedro Alves <palves@redhat.com>
7463
7464 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7465 the global scope. Set a breakpoint after all threads are started
7466 rather than stepping over two source lines. Expect the prompt.
7467 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7468 global.
7469 (NUM): Now 15.
7470 (main): Use threads_started_barrier to wait for all threads to
7471 start. Main thread no longer calls thread_function. Exit after
7472 180 seconds.
7473 (loop): New function.
7474 (thread_function): Wait on threads_started_barrier barrier. Call
7475 'loop' at each iteration.
7476 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7477 threads have started, instead of hardcoding number of "next"
7478 steps. Use an access watchpoint instead of a write watchpoint.
7479
9665ffdd
PA
74802015-01-09 Pedro Alves <palves@redhat.com>
7481
7482 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7483 (thread_func): Wait on barrier.
7484 (main): Wait for all threads to start before stopping GDB.
7485 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7486 global.
7487 (thread1_func, thread2_func): Wait on barrier.
7488 (main): Wait for all threads to start before stopping GDB.
7489 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7490 New global.
7491 (thread1_func, thread2_func): Wait on barrier.
7492 (main): Wait for all threads to start before stopping GDB.
7493
c945a99f
PA
74942015-01-09 Pedro Alves <palves@redhat.com>
7495
7496 * gdb.threads/attach-many-short-lived-threads.c: New file.
7497 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7498
c1a747c1
PA
74992014-01-09 Pedro Alves <palves@redhat.com>
7500
7501 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7502 instead of to thread 2.
7503 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7504 Add barrier around each pthread_create call instead of around all
7505 calls.
7506 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7507 Set a break on thread_function and have the child threads hit it
7508 one at at a time.
7509
60b3033e
PA
75102015-01-09 Pedro Alves <palves@redhat.com>
7511
7512 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7513 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7514 false.
7515 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7516 checking whether the target board is remote.
7517 * gdb.multi/multi-attach.exp: Likewise.
7518 * gdb.python/py-sync-interp.exp: Likewise.
7519 * gdb.server/ext-attach.exp: Likewise.
7520 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7521 tests that need to attach, instead of checking whether the target
7522 board is remote at the top of the file.
7523
acc018ac
YQ
75242015-01-08 Yao Qi <yao@codesourcery.com>
7525
7526 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7527
50a18af8
JK
75282015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7529
7530 Fix testcase compilation.
7531 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7532
8503d6e1
JB
75332015-01-06 Joel Brobecker <brobecker@adacore.com>
7534
7535 * gdb.python/py-type.exp: Add a couple test about empty
7536 array creation, and negative-length array creation.
7537
cc73dbcc
DE
75382015-01-02 Doug Evans <xdje42@gmail.com>
7539
7540 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7541
0300bbc7
DE
75422015-01-02 Doug Evans <dje@google.com>
7543
7544 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7545
9d85a0ec
YQ
75462014-12-29 Yao Qi <yao@codesourcery.com>
7547
7548 * gdb.trace/entry-values.exp: Update comments. Rename variable
7549 bar_call_foo to returned_from_foo.
7550
87186c6a
MMN
75512014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7552
7553 PR gdb/17394
7554 * gdb.linespec/break-asm-file.c: New file.
7555 * gdb.linespec/break-asm-file.exp: New file.
7556 * gdb.linespec/break-asm-file0.s: New file.
7557 * gdb.linespec/break-asm-file1.s: New file.
7558
1bab7383
YQ
75592014-12-18 Nigel Stephens <nigel@mips.com>
7560 Maciej W. Rozycki <macro@codesourcery.com>
7561
7562 * gdb.base/float.exp: Handle the new output from "info float" on
7563 MIPS targets.
7564
1bc1068a
JK
75652014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7566
7567 Fix MinGW compilation.
7568 * gdb.compile/compile-ops.exp: Update untested message if
7569 !skip_compile_feature_tests.
7570 * gdb.compile/compile-setjmp.exp: Likewise.
7571 * gdb.compile/compile-tls.exp: Likewise.
7572 * gdb.compile/compile.exp: Likewise.
7573 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7574 supported on this host".
7575
b6615d10
DE
75762014-12-16 Doug Evans <xdje42@gmail.com>
7577
7578 * boards/stabs.exp: New file.
7579
25dda427
AA
75802014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7581
7582 * gdb.base/completion.exp: Adjust to format changes of "maint
7583 print user-registers".
7584
bf330350
CU
75852014-12-16 Catalin Udma <catalin.udma@freescale.com>
7586
7587 PR server/17457
7588 * gdb.arch/aarch64-fp.c: New file.
7589 * gdb.arch/aarch64-fp.exp: New file.
7590
395cf596
SDJ
75912014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7592
7593 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7594 r210637, r210913, r211666, r215400, r215817).
7595
7596 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7597 * dg-extract-results.py: New file.
7598 * dg-extract-results.sh: Use it if the environment seems
7599 suitable.
7600
7601 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7602
7603 * dg-extract-results.py (parse_run): Handle warnings that
7604 are printed before a test harness is run.
7605
7606 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7607
7608 * dg-extract-results.py (Named): Remove __cmp__ method.
7609 (output_variation): Use a key to sort variation.harnesses.
7610
7611 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7612
7613 * dg-extract-results.py: For Python 3, force sys.stdout to
7614 handle surrogate escape sequences.
7615 (safe_open): New function.
7616 (output_segment, main): Use it.
7617
7618 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7619
7620 * dg-extract-results.py (Prog.result_re): Include options
7621 in test name.
7622
7623 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7624
7625 * dg-extract-results.py (output_variation): Always sort if
7626 do_sum.
7627
e882ef3c
SM
76282014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7629
7630 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7631 as long as we get pagination notifications.
7632
4992aa20
JM
76332014-12-15 Jason Merrill <jason@redhat.com>
7634
7635 * Makefile.in (check-gdb.%): Restore.
7636 * README: Mention it.
7637
c1b5a1a6
JB
76382014-12-13 Joel Brobecker <brobecker@adacore.com>
7639
7640 * gdb.ada/str_uninit: New testcase.
7641
5537b577
JK
76422014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7643
7644 PR symtab/17642
7645 * gdb.base/vla-stub-define.c: New file.
7646 * gdb.base/vla-stub.c: New file.
7647 * gdb.base/vla-stub.exp: New file.
7648
bb2ec1b3
TT
76492014-12-12 Phil Muldoon <pmuldoon@redhat.com>
7650 Jan Kratochvil <jan.kratochvil@redhat.com>
7651 Tom Tromey <tromey@redhat.com>
7652
7653 * configure.ac: Add gdb.compile/.
7654 * configure: Regenerate.
7655 * gdb.compile/Makefile.in: New file.
7656 * gdb.compile/compile-ops.exp: New file.
7657 * gdb.compile/compile-ops.c: New file.
7658 * gdb.compile/compile-tls.c: New file.
7659 * gdb.compile/compile-tls.exp: New file.
7660 * gdb.compile/compile-constvar.S: New file.
7661 * gdb.compile/compile-constvar.c: New file.
7662 * gdb.compile/compile-mod.c: New file.
7663 * gdb.compile/compile-nodebug.c: New file.
7664 * gdb.compile/compile-setjmp-mod.c: New file.
7665 * gdb.compile/compile-setjmp.c: New file.
7666 * gdb.compile/compile-setjmp.exp: New file.
7667 * gdb.compile/compile-shlib.c: New file.
7668 * gdb.compile/compile.c: New file.
7669 * gdb.compile/compile.exp: New file.
7670 * lib/gdb.exp (skip_compile_feature_tests): New proc.
7671
4ff709eb
TT
76722014-12-12 Tom Tromey <tromey@redhat.com>
7673
7674 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
7675 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
7676
6dddd6a5
DE
76772014-12-12 Doug Evans <dje@google.com>
7678
7679 * lib/gdb-python.exp (get_python_valueof): New function.
7680 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
7681
71c24708
AA
76822014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7683
7684 * gdb.base/completion.exp: Add test for completion of "info
7685 registers ".
7686
3e29f34a
MR
76872014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
7688
7689 * gdb.base/func-ptrs.c: New file.
7690 * gdb.base/func-ptrs.exp: New file.
7691
fc126975
SM
76922014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7693
7694 PR breakpoints/17012
7695 * gdb.base/dprintf-detach.c: New file.
7696 * gdb.base/dprintf-detach.exp: New file.
7697
0a46d518
SM
76982014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7699
7700 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
7701 * lib/gdb.exp (target_is_gdbserver): New procedure.
7702
a0be3e44
DE
77032014-12-08 Doug Evans <dje@google.com>
7704
7705 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
7706
df1b803a
YQ
77072014-12-05 Yao Qi <yao@codesourcery.com>
7708
7709 * gdb.guile/scm-error.exp: Remove the third argument to
7710 gdb_remote_download.
7711 * gdb.guile/scm-frame-args.exp: Likewise.
7712 * gdb.guile/scm-section-script.exp: Likewise.
7713
ddb9f679
YQ
77142014-12-05 Yao Qi <yao@codesourcery.com>
7715
7716 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
7717
86e4ed39
DE
77182014-12-04 Doug Evans <dje@google.com>
7719
7720 * gdb.python/py-objfile.exp: Add tests for
7721 objfile.add_separate_debug_file.
7722
7c50a931
DE
77232014-12-04 Doug Evans <dje@google.com>
7724
7725 * lib/gdb.exp (get_build_id): New function.
7726 (build_id_debug_filename_get): Rewrite to use it.
7727 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
7728
621661e3
MR
77292014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
7730
7731 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
7732 `method(long)', not just 0x0.
7733 * gdb.cp/nsalias.exp: Align code labels to 4.
7734 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
7735 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
7736 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
7737 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
7738 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
7739 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
7740
29f0c3b7
DE
77412014-12-02 Doug Evans <dje@google.com>
7742
e1e061e7 7743 PR symtab/17602
29f0c3b7 7744 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 7745 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
7746 * gdb.cp/anon-ns.exp: Update.
7747
162078c8
NB
77482014-12-02 Nick Bull <nicholaspbull@gmail.com>
7749
7750 * gdb.python/py-events.py (inferior_call_handler): New.
7751 (register_changed_handler, memory_changed_handler): New.
7752 (test_events.invoke): Register new handlers.
7753 * gdb.python/py-events.exp: Add tests for inferior call,
7754 memory_changed and register_changed events.
7755
fdb09caf
AA
77562014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7757
7758 * gdb.base/execl-update-breakpoints.exp: Specify the link address
7759 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
7760 if the linker doesn't understand this.
7761
55cfb2c4
SM
77622014-12-01 Simon Marchi <simon.marchi@ericsson.com>
7763
7764 * gdb.python/python.exp: Change expected reply to help().
7765
9e8cd6df
YQ
77662014-12-01 Yao Qi <yao@codesourcery.com>
7767
7768 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
7769 AC_CONFIG_SUBDIRS(gdb.gdbtk).
7770 * configure: Re-generated.
7771
6c659fc2
SC
77722014-11-28 Siva Chandra Reddy <sivachandra@google.com>
7773
7774 * gdb.cp/chained-calls.cc: New file.
7775 * gdb.cp/chained-calls.exp: New file.
7776 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
7777
d7fc3181
SM
77782014-11-28 Simon Marchi <simon.marchi@ericsson.com>
7779
7780 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
7781 * gdb.dwarf2/symtab-producer.exp: Same.
7782 * gdb.gdb/python-interrupts.exp: Same.
7783 * gdb.gdb/python-selftest.exp: Same.
7784 * gdb.python/py-linetable.exp: Same.
7785 * gdb.python/py-type.exp: Same.
7786 * gdb.python/py-value-cc.exp: Same.
7787 * gdb.python/py-value.exp: Same.
7788
10e79639
YQ
77892014-11-28 Yao Qi <yao@codesourcery.com>
7790
7791 * gdb.base/break-probes.exp: Match library name prefixed with
7792 sysroot.
7793
f28a0564
SM
77942014-11-27 Simon Marchi <simon.marchi@ericsson.com>
7795
7796 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
7797 test expected output. Add parentheses for the call to print.
7798 Remove L suffix from integers.
7799
3fe1ce1d
DE
78002014-11-26 Doug Evans <dje@google.com>
7801
7802 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
7803
84429e27
YQ
78042014-11-22 Yao Qi <yao@codesourcery.com>
7805
7806 * gdb.trace/entry-values.c: Remove asms.
7807 (foo): Add foo_label.
7808 (bar): Add bar_label.
7809 * gdb.trace/entry-values.exp: Remove code computing foo's
7810 length and bar's length.
7811 (Dwarf::assemble): Invoke function_range for bar and use
7812 MACRO_AT_func for foo.
7813
26741859
YQ
78142014-11-22 Yao Qi <yao@codesourcery.com>
7815
7816 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
7817 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
7818 Use .Lgcc43_procstart instead of gcc43.
7819
45e44d27
JB
78202014-11-21 Joel Brobecker <brobecker@adacore.com>
7821
7822 * gdb.ada/n_arr_bound: New testcase.
7823
458c8db8
SDJ
78242014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7825
7826 PR breakpoints/10737
7827 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
7828 test_catch_syscall_multi_arch.
7829 (test_catch_syscall_multi_arch): New function.
7830
43f3e411
DE
78312014-11-20 Doug Evans <xdje42@gmail.com>
7832
7833 * gdb.base/maint.exp: Update expected output.
7834
0d7b2549
AA
78352014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7836
7837 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
7838 4-byte instruction on S390.
7839
8908fca5
JB
78402014-11-19 Joel Brobecker <brobecker@adacore.com>
7841
7842 * gdb.ada/arr_arr: New testcase.
7843
4a46959e
JB
78442014-11-19 Joel Brobecker <brobecker@adacore.com>
7845
7846 * gdb.ada/pkd_arr_elem: New Testcase.
7847
470e2f4e
LM
78482014-11-18 Luis Machado <lgustavo@codesourcery.com>
7849
7850 * gdb.reverse/break-precsave: Expect completion message for
7851 core file reads.
7852 * gdb.reverse/consecutive-precsave.exp: Likewise.
7853 * gdb.reverse/finish-precsave.exp: Likewise.
7854 * gdb.reverse/i386-precsave.exp: Likewise.
7855 * gdb.reverse/machinestate-precsave.exp: Likewise.
7856 * gdb.reverse/sigall-precsave.exp: Likewise.
7857 * gdb.reverse/solib-precsave.exp: Likewise.
7858 * gdb.reverse/step-precsave.exp: Likewise.
7859 * gdb.reverse/until-precsave.exp: Likewise.
7860 * gdb.reverse/watch-precsave.exp: Likewise.
7861
a267f3ad
AA
78622014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7863
7864 * gdb.base/bp-permanent.c: Include unistd.h.
7865 * gdb.python/py-framefilter-mi.c (main): Add return type.
7866 * gdb.python/py-framefilter.c (main): Likewise.
7867 * gdb.trace/actions-changed.c (main): Likewise.
7868
12084a9a
AA
78692014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7870
7871 * gdb.mi/until.c: Add eye-catchers.
7872 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
7873 line numbers.
7874
dc7e1a77
AA
78752014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7876
7877 * gdb.base/condbreak.exp: Drop references to removed non-prototype
7878 function header variants in break1.c.
7879 * gdb.base/ena-dis-br.exp: Likewise.
7880 * gdb.base/hbreak2.exp: Likewise.
7881 * gdb.reverse/until-precsave.exp: Drop references to removed
7882 non-prototype function header variants in ur1.c.
7883 * gdb.reverse/until-reverse.exp: Likewise.
7884
41c77605
PM
78852014-11-17 Petr Machata <pmachata@redhat.com>
7886
7887 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
7888 ${_cu_offset_size} bytes abbrev offset.
7889
34248c3a
DE
78902014-11-15 Doug Evans <xdje42@gmail.com>
7891
7892 PR symtab/17559
7893 * gdb.base/line-symtabs.exp: New file.
7894 * gdb.base/line-symtabs.c: New file.
7895 * gdb.base/line-symtabs.h: New file.
7896
646da059
YQ
78972014-11-14 Yao Qi <yao@codesourcery.com>
7898
7899 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
7900 (func): Add label func_label.
7901 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
7902 Replace low_pc and high_pc with MACRO_AT_range.
7903 Replace name, low_pc and high_pc with MACRO_AT_func.
7904
9301ebe6
YQ
79052014-11-14 Yao Qi <yao@codesourcery.com>
7906
7907 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
7908 Replace name, low_pc and high_pc with MACRO_AT_func.
7909
f166b542
YQ
79102014-11-14 Yao Qi <yao@codesourcery.com>
7911
7912 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
7913 produce debug information.
7914 * gdb.dwarf2/implptr-optimized-out.S: Removed.
7915
0f6e71e3
YQ
79162014-11-14 Yao Qi <yao@codesourcery.com>
7917
7918 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
7919 object and get function length.
7920 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
7921 with MACRO_AT_func.
7922 (top-level): Replace gdb_compile and clean_restart with
7923 prepare_for_testing.
7924 * gdb.dwarf2/main.c (main): Add label main_label.
7925
876c4df9
YQ
79262014-11-14 Yao Qi <yao@codesourcery.com>
7927
7928 * lib/dwarf.exp (function_range): New procedure.
7929 (Dwarf::_handle_macro_at_func): New procedure.
7930 (Dwarf::_handle_macro_at_range): New procedure.
7931 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
7932
02ad9cf1
YQ
79332014-11-14 Yao Qi <yao@codesourcery.com>
7934
7935 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
7936 (_handle_attribute): New procedure.
7937
a59add0c
AA
79382014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7939
7940 * gdb.ada/cond_lang/foo.c (callme): Add return type.
7941 * gdb.base/call-sc.c (zed): Likewise.
7942 * gdb.base/checkpoint.c (main): Likewise.
7943 * gdb.base/dump.c (main): Likewise.
7944 * gdb.base/gcore.c (main): Likewise.
7945 * gdb.base/huge.c (main): Likewise.
7946 * gdb.base/multi-forks.c (main): Likewise.
7947 * gdb.base/pr10179-a.c (main): Likewise.
7948 * gdb.base/savedregs.c (main): Likewise.
7949 * gdb.base/sigaltstack.c (main): Likewise.
7950 * gdb.base/siginfo.c (main): Likewise.
7951 * gdb.base/structs.c (zed): Likewise.
7952 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
7953 * gdb.mi/mi-syn-frame.c (main): Likewise.
7954 * gdb.mi/until.c (foo, main): Likewise.
7955 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
7956 * gdb.base/solib-weak.c (foo): Declare.
7957 * gdb.base/attach-twice.c: Include stdio.h.
7958 * gdb.base/weaklib1.c: Likewise.
7959 * gdb.base/weaklib2.c: Likewise.
7960 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
7961 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
7962 unistd.h.
7963 * gdb.base/attach-pie-misread.c: Include stdlib.h.
7964 * gdb.mi/mi-exit-code.c: Likewise.
7965 * gdb.base/break-interp-lib.c: Include string.h.
7966 * gdb.base/coremaker.c: Likewise.
7967 * gdb.base/testenv.c: Likewise.
7968 * gdb.python/py-finish-breakpoint.c: Likewise.
7969 * gdb.base/inferior-died.c: Include sys/wait.h.
7970 * gdb.base/fileio.c: Include time.h.
7971 * gdb.base/async-shell.c: Include unistd.h.
7972 * gdb.base/dprintf-non-stop.c: Likewise.
7973 * gdb.base/info-os.c: Likewise.
7974 * gdb.mi/mi-console.c: Likewise.
7975 * gdb.mi/watch-nonstop.c: Likewise.
7976 * gdb.python/py-events.c: Likewise.
7977 * gdb.base/async.c (baz): Move up before its invocation.
7978 * gdb.base/code_elim2.c (my_global_func): Likewise.
7979 * gdb.base/skip-solib-lib.c (multiply): Likewise.
7980 * gdb.base/advance.c (func2): Likewise.
7981
3b5d5997
AA
79822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7983
7984 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
7985 variant.
7986 * gdb.base/annota3.c: Likewise.
7987 * gdb.base/async.c: Likewise.
7988 * gdb.base/average.c: Likewise.
7989 * gdb.base/call-ar-st.c: Likewise.
7990 * gdb.base/call-rt-st.c: Likewise.
7991 * gdb.base/call-sc.c: Likewise.
7992 * gdb.base/call-strs.c: Likewise.
7993 * gdb.base/ending-run.c: Likewise.
7994 * gdb.base/execd-prog.c: Likewise.
7995 * gdb.base/exprs.c: Likewise.
7996 * gdb.base/foll-exec.c: Likewise.
7997 * gdb.base/foll-fork.c: Likewise.
7998 * gdb.base/foll-vfork.c: Likewise.
7999 * gdb.base/funcargs.c: Likewise.
8000 * gdb.base/gcore.c: Likewise.
8001 * gdb.base/jump.c: Likewise.
8002 * gdb.base/langs0.c: Likewise.
8003 * gdb.base/langs1.c: Likewise.
8004 * gdb.base/langs2.c: Likewise.
8005 * gdb.base/mips_pro.c: Likewise.
8006 * gdb.base/nodebug.c: Likewise.
8007 * gdb.base/opaque0.c: Likewise.
8008 * gdb.base/opaque1.c: Likewise.
8009 * gdb.base/recurse.c: Likewise.
8010 * gdb.base/run.c: Likewise.
8011 * gdb.base/scope0.c: Likewise.
8012 * gdb.base/scope1.c: Likewise.
8013 * gdb.base/setshow.c: Likewise.
8014 * gdb.base/setvar.c: Likewise.
8015 * gdb.base/shmain.c: Likewise.
8016 * gdb.base/shr1.c: Likewise.
8017 * gdb.base/shr2.c: Likewise.
8018 * gdb.base/sigall.c: Likewise.
8019 * gdb.base/signals.c: Likewise.
8020 * gdb.base/so-indr-cl.c: Likewise.
8021 * gdb.base/solib2.c: Likewise.
8022 * gdb.base/structs.c: Likewise.
8023 * gdb.base/sum.c: Likewise.
8024 * gdb.base/vforked-prog.c: Likewise.
8025 * gdb.base/watchpoint.c: Likewise.
8026 * gdb.reverse/shr2.c: Likewise.
8027 * gdb.reverse/until-reverse.c: Likewise.
8028 * gdb.reverse/ur1.c: Likewise.
8029 * gdb.reverse/watch-reverse.c: Likewise.
8030
066a77c5
AA
80312014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8032
8033 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
8034 variant.
8035 * gdb.base/sepdebug.exp: Drop references to removed code.
8036
4f204ea5
AA
80372014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8038
8039 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
8040 variant. Preserve original line numbering.
8041 * gdb.base/list1.c: Likewise.
8042
3b377a3a
AA
80432014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8044
8045 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
8046 variant.
8047 * gdb.base/break1.c: Likewise.
8048 * gdb.base/break.exp: Drop references to removed code.
8049
e444df73
AA
80502014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8051
8052 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
8053 variant.
8054
8008f2a7
AA
80552014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8056
8057 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8058
a5a06887
AA
80592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8060
8061 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8062 logic into perform_all_tests() and invoke it with and without
8063 function header prototypes.
8064 (do_function_calls): Remove conditional XFAIL for PR 5318.
8065 (rerun_and_prepare): Remove duplicate code.
8066 (perform_all_tests): New. Main logic moved here.
8067
44dba9b9
AA
80682014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8069
8070 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8071 code guarded by #ifdef NO_PROTOTYPES.
8072 (t_double_many_args): Likewise.
8073 (DEF_FUNC_MANY_ARGS_1): Likewise.
8074 (DEF_FUNC_VALUES_1): Likewise.
8075 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8076 guarded by #ifdef PROTOTYPES.
8077
d1fbcd56
AA
80782014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8079
8080 * gdb.mi/mi-console.c: Add eye-catcher.
8081 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8082 instead of literal line number.
8083
b0e59b8f
AA
80842014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8085
8086 * gdb.base/shr2.c: Add eye-catcher.
8087 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8088 line number.
8089
78f98cca
AA
80902014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8091
8092 * gdb.base/jump.c: Add eye-catchers.
8093 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8094 numbers.
8095
58fa2af0
AA
80962014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8097
8098 * gdb.base/execd-prog.c: Add eye-catchers.
8099 * gdb.base/foll-exec.c: Likewise.
8100 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8101 line numbers.
8102
04e5059b
AA
81032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8104
8105 * gdb.base/ending-run.c: Add eye-catchers.
8106 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8107 literal line numbers.
8108
dbfdb174
AA
81092014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8110
8111 * gdb.base/call-rt-st.c: Add eye-catchers.
8112 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8113 literal line numbers.
8114
888a2ade
AA
81152014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8116
8117 * gdb.base/call-ar-st.c: Add eye-catchers.
8118 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8119 literal line numbers.
8120
6acc2dde
AA
81212014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8122
8123 * gdb.base/average.c: Add eye-catchers.
8124 * gdb.base/sum.c: Likewise.
8125 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8126 regexps dynamically.
8127
9ecfcd1d
AA
81282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8129
8130 * gdb.base/solib1.c: Add eye-catchers.
8131 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8132 literal line numbers.
8133
78708b7c
PA
81342014-11-12 Pedro Alves <palves@redhat.com>
8135
8136 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8137 leader has exited.
8138
af48d08f
PA
81392014-11-12 Pedro Alves <palves@redhat.com>
8140
8141 * gdb.arch/i386-bp_permanent.c: New file.
8142 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8143 (srcfile): Set to i386-bp_permanent.c.
8144 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8145 that stepi does not execute the 'leave' instruction, instead of
8146 testing it does execute.
8147 * gdb.base/bp-permanent.c: New file.
8148 * gdb.base/bp-permanent.exp: New file.
8149
af3768e9
DE
81502014-11-10 Doug Evans <xdje42@gmail.com>
8151
8152 PR symtab/17564
8153 * gdb.base/symtab-search-order.exp: New file.
8154 * gdb.base/symtab-search-order.c: New file.
8155 * gdb.base/symtab-search-order-1.c: New file.
8156 * gdb.base/symtab-search-order-shlib-1.c: New file.
8157
9de00a4a
PA
81582014-11-07 Pedro Alves <palves@redhat.com>
8159
8160 PR gdb/17511
8161 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8162 i?86-*-linux*.
8163
e0f52461
SC
81642014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8165
8166 PR c++/17494
8167 * gdb.cp/pr17494.cc: New file.
8168 * gdb.cp/pr17494.exp: New file.
8169
6ce8c980
YQ
81702014-11-02 Yao Qi <yao@codesourcery.com>
8171
8172 * gdb.python/python.exp: Get working directory and match the
8173 output of "set extended-prompt \\w " with it.
8174
02be9a71
DE
81752014-10-30 Doug Evans <dje@google.com>
8176
8177 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8178 in objfiles.
8179 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8180 in progspaces.
8181
3bdff46b
LM
81822014-10-30 Janis Johnson <janisjo@codesourcery.com>
8183
8184 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8185 * gdb.base/realname-expand.exp: Likewise.
8186 * gdb.linespec/macro-relative.exp: Likewise.
8187
ab917dfb
PA
81882014-10-29 Pedro Alves <palves@redhat.com>
8189
8190 PR gdb/17408
8191 * gdb.threads/schedlock.c (some_function): New function.
8192 (call_function): New global.
8193 (MAYBE_CALL_SOME_FUNCTION): New macro.
8194 (thread_function): Call it.
8195 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8196 and use it instead of a global counter. Adjust all callers.
8197 (get_current_thread): Use "find current thread" for test message
8198 here rather than having all callers pass down the same string.
8199 (goto_loop): New procedure, factored out from ...
8200 (my_continue): ... this.
8201 (step_ten_loops): Change parameter from test message to command to
8202 use. Adjust.
8203 (list_count): Delete global.
8204 (check_result): New procedure, factored out from duplicate top
8205 level code.
8206 (continue tests): Wrap in with_test_prefix.
8207 (test_step): New procedure, factored out from duplicate top level
8208 code.
8209 (top level): Test "step" in combination with all scheduler-locking
8210 modes. Test "next" in combination with all scheduler-locking
8211 modes, and in combination with stepping over a function call or
8212 not.
8213 * gdb.threads/next-bp-other-thread.c: New file.
8214 * gdb.threads/next-bp-other-thread.exp: New file.
8215
d3d4baed
PA
82162014-10-29 Pedro Alves <palves@redhat.com>
8217
8218 PR python/17372
8219 * gdb.python/python.exp: Test a multi-line command that spawns
8220 interactive Python.
8221 * gdb.base/multi-line-starts-subshell.exp: New file.
8222
563e8d85
YQ
82232014-10-29 Yao Qi <yao@codesourcery.com>
8224
8225 * gdb.base/fileio.exp: Make directories on host.
8226
0ea4d52e
YQ
82272014-10-29 Yao Qi <yao@codesourcery.com>
8228
8229 * gdb.base/fileio.c (test_write): Close the file.
8230
7f5ef605
PA
82312014-10-28 Pedro Alves <palves@redhat.com>
8232
8233 PR gdb/12623
8234 * gdb.base/sigstep.c (no_handler): New global.
8235 (main): If 'no_handler is true, set the signal handlers to
8236 SIG_IGN.
8237 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8238 with_sw_watch and no_handler parameters. Handle them.
8239 (top level) <stepping over handler when stopped at a breakpoint
8240 test>: Add a test axis for testing with a software watchpoint, and
8241 another for testing with the signal handler set to SIG_IGN.
8242 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8243 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8244
abbdbd03
PA
82452014-10-28 Pedro Alves <palves@redhat.com>
8246
8247 PR gdb/17511
8248 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8249 * gdb.base/sigstep.exp (other_handler_location): New global.
8250 (advance): Support stepping into the signal handler, and running
8251 commands while in the handler.
8252 (in_handler_map): New global.
8253 (top level): In the advance test, add combinations for getting
8254 into the handler with stepping commands, and for running commands
8255 in the handler. Add comment descripting the advancei tests.
8256
1df4399f
PA
82572014-10-28 Pedro Alves <palves@redhat.com>
8258
8259 * gdb.base/sigstep.exp: Use build_executable instead of
8260 prepare_for_testing.
8261 (top level): Move code that starts GDB, runs to main and creates a
8262 display to ...
8263 (restart): ... this new procedure.
8264 (top level): Move backtrace from signal handler test to ...
8265 (validate_backtrace): ... this new procedure.
8266 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8267 with_test_prefix. Always restart GDB.
8268 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8269 with_test_prefix. Always restart GDB. No need to delete
8270 breakpoints after the test.
8271 (test_skip_handler): Remove prefix parameter.
8272 (skip_over_handler, breakpoint_to_handler)
8273 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8274 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8275 restart GDB. No need to delete breakpoints after the test.
8276 (top level): Use foreach to call the test procedures with
8277 different commands.
8278
a5b6e449
PA
82792014-10-28 Pedro Alves <palves@redhat.com>
8280
8281 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8282 instead of GNATS numbers.
8283 * gdb.base/sigbpt.exp: Likewise.
8284 * gdb.base/siginfo.exp: Likewise.
8285 * gdb.base/sigstep.exp: Likewise.
8286
e5f8a7cc
PA
82872014-10-27 Pedro Alves <palves@redhat.com>
8288
8289 * gdb.base/sigstep.c (dummy): New global.
8290 (main): Issue a couple writes to the new global.
8291 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8292 procedures.
8293 (skip_over_handler): Use test_skip_handler.
8294 (top level): Call skip_over_handler for stepi and nexti too.
8295 (breakpoint_over_handler): Use test_skip_handler.
8296 (top level): Call breakpoint_over_handler for stepi and nexti too.
8297
763905a3
YQ
82982014-10-27 Yao Qi <yao@codesourcery.com>
8299
8300 * gdb.trace/tfile.c (adjust_function_address)
8301 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8302 function descriptor.
8303
6f259a23
DB
83042014-10-24 Don Breazeal <donb@codesourcery.com>
8305
8306 * gdb.base/foll-fork.exp (test_follow_fork,
8307 catch_fork_child_follow): Check for updated fork messages emitted
8308 from infrun.c.
8309 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8310 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8311 vfork_and_exec_child_follow_through_step): Check for updated vfork
8312 messages emitted from infrun.c.
8313
09dd9a69
PA
83142014-10-24 Pedro Alves <palves@redhat.com>
8315
8316 * gdb.base/corefile.exp: Remove references to ultrix.
8317 * gdb.base/interrupt.exp: Likewise.
8318 * gdb.base/whatis.exp: Likewise.
8319 * gdb.gdb/selftest.exp: Likewise.
8320 * gdb.threads/manythreads.exp: Likewise.
8321 * gdb.threads/print-threads.exp: Likewise.
8322 * gdb.threads/pthreads.exp:: Likewise.
8323 * gdb.threads/schedlock.exp: Likewise.
8324
3433cfa5
SC
83252014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8326
8327 * gdb.cp/non-trivial-retval.cc: Add a test case.
8328 * gdb.cp/non-trivial-retval.exp: Add a test.
8329
092f880b
YQ
83302014-10-20 Yao Qi <yao@codesourcery.com>
8331
8332 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8333 * gdb.python/py-objfile-script-gdb.py: New file.
8334 * gdb.python/py-objfile-script.exp: Update reference to
8335 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8336 of remote_download. Remove the dest file.
8337
acbdb7f3
YQ
83382014-10-20 Yao Qi <yao@codesourcery.com>
8339
8340 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8341 * gdb.base/step-line.exp: Likewise.
8342 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8343 * gdb.dwarf2/dw2-basic.exp: Likewise.
8344 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8345 * gdb.dwarf2/dw2-filename.exp: Likewise.
8346 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8347 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8348 * gdb.dwarf2/dw2-producer.exp: Likewise.
8349 * gdb.dwarf2/mac-fileno.exp: Likewise.
8350 * gdb.python/py-frame-args.exp: Likewise.
8351 * gdb.python/py-framefilter.exp: Likewise.
8352 * gdb.python/py-mi.exp: Likewise.
8353 * gdb.python/py-objfile-script.exp: Likewise
8354 * gdb.python/py-pp-integral.exp: Likewise.
8355 * gdb.python/py-pp-re-notag.exp: Likewise.
8356 * gdb.python/py-prettyprint.exp: Likewise.
8357 * gdb.python/py-section-script.exp: Likewise.
8358 * gdb.python/py-typeprint.exp: Likewise.
8359 * gdb.python/py-xmethods.exp: Likewise.
8360 * gdb.stabs/weird.exp: Likewise.
8361 * gdb.xml/tdesc-regs.exp: Likewise.
8362
bd286a29
KCY
83632014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8364
8365 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8366 (out_cu): Use addr_len for the size of addresses.
8367 (out_line): Likewise. Size DW_LNE_set_address instruction
8368 according to addr_len.
8369 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8370 (FUNC): Add START_INSNS to definition.
8371
673dc4a0
YQ
83722014-10-18 Yao Qi <yao@codesourcery.com>
8373
8374 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8375 gdb_has_argv0 return true.
8376 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8377 check [target_info exists noargs], check [gdb_has_argv0]
8378 instead.
8379 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8380 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8381 procedures.
8382
4ffbba72
DE
83832014-10-17 Doug Evans <dje@google.com>
8384
8385 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8386 event.
8387 * gdb.python/py-events.py: Add clear_objfiles event.
8388
d096d8c1
DE
83892014-10-17 Doug Evans <dje@google.com>
8390
8391 * gdb.python/py-objfile.exp: Test progspace attribute.
8392
a80db015
LM
83932014-10-17 Luis Machado <lgustavo@codesourcery.com>
8394
8395 * gdb.guile/scm-breakpoint.exp: Do not assume any
8396 directory separators when matching source file paths.
8397 * gdb.python/py-breakpoint.exp: Likewise.
8398 * gdb.reverse/break-precsave.exp: Likewise.
8399 * gdb.reverse/break-reverse.exp: Likewise.
8400 * gdb.reverse/consecutive-precsave.exp: Likewise.
8401 * gdb.reverse/finish-precsave.exp: Likewise.
8402 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8403 * gdb.reverse/finish-reverse.exp: Likewise.
8404 * gdb.reverse/i386-precsave.exp: Likewise.
8405 * gdb.reverse/i387-env-reverse.exp: Likewise.
8406 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8407 * gdb.reverse/machinestate-precsave.exp: Likewise.
8408 * gdb.reverse/machinestate.exp: Likewise.
8409 * gdb.reverse/sigall-precsave.exp: Likewise.
8410 * gdb.reverse/solib-precsave.exp: Likewise.
8411 * gdb.reverse/step-precsave.exp: Likewise.
8412 * gdb.reverse/until-precsave.exp: Likewise.
8413 * gdb.reverse/watch-precsave.exp: Likewise.
8414 * gdb.reverse/watch-reverse.exp: Likewise.
8415
b22089ab
YQ
84162014-10-17 Yao Qi <yao@codesourcery.com>
8417
8418 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8419 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8420
6c4486e6
PA
84212014-10-17 Pedro Alves <palves@redhat.com>
8422
8423 PR gdb/17471
8424 * gdb.base/bg-execution-repeat.c: New file.
8425 * gdb.base/bg-execution-repeat.exp: New file.
8426
0ff33695
PA
84272014-10-17 Pedro Alves <palves@redhat.com>
8428
8429 PR gdb/17300
8430 * gdb.base/continue-all-already-running.c: New file.
8431 * gdb.base/continue-all-already-running.exp: New file.
8432
6fdebc3d
PA
84332014-10-17 Pedro Alves <palves@redhat.com>
8434
8435 PR gdb/17472
8436 * gdb.base/annota-input-while-running.c: New file.
8437 * gdb.base/annota-input-while-running.exp: New file.
8438
32a8097b
PA
84392014-10-17 Pedro Alves <palves@redhat.com>
8440
8441 * gdb.base/callfuncs.exp: emove references to osf.
8442 * gdb.base/sigall.exp: Likewise.
8443 * gdb.gdb/selftest.exp: Likewise.
8444 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8445 * gdb.mi/non-stop.c: Likewise.
8446 * gdb.mi/pthreads.c: Likewise.
8447 * gdb.reverse/sigall-precsave.exp: Likewise.
8448 * gdb.reverse/sigall-reverse.exp: Likewise.
8449 * gdb.threads/pthreads.c: Likewise.
8450 * gdb.threads/pthreads.exp: Likewise.
8451
7a3517ff
YQ
84522014-10-17 Yao Qi <yao@codesourcery.com>
8453
8454 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8455 check 'target_info exists noargs'.
8456 (test_command_prompt_position): Likewise.
8457 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8458 Remove "set args".
8459 (progvar_simple_while_test): Likewise.
8460 (progvar_complex_if_while_test): Likewise.
8461 (if_while_breakpoint_command_test): Likewise.
8462 (infrun_breakpoint_command_test): Likewise.
8463 (breakpoint_command_test): Likewise.
8464 (watchpoint_command_test): Likewise.
8465 (bp_deleted_in_command_test): Likewise.
8466 (temporary_breakpoint_commands): Likewise.
8467
bb99c472
YQ
84682014-10-16 Yao Qi <yao@codesourcery.com>
8469
8470 * gdb.base/remotetimeout.exp: Remove noargs checking.
8471
7c16b83e
PA
84722014-10-15 Pedro Alves <palves@redhat.com>
8473
8474 PR breakpoints/9649
8475 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8476 * gdb.base/breakpoint-in-ro-region.exp
8477 (probe_target_hardware_step): New procedure.
8478 (top level): Probe hardware stepping and hardware breakpoint
8479 support. Test stepping through a read-only region, with both
8480 "breakpoint auto-hw" on and off and both "always-inserted" on and
8481 off.
8482
35a49624
IB
84832014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8484
8485 * gdb.dlang/demangle.exp: Update for demangling changes.
8486
2d1c107c
SC
84872014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8488
8489 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8490 * gdb.cp/non-trivial-retval.exp: Add new tests.
8491
778811d5
SC
84922014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8493
8494 PR c++/13403
8495 PR c++/15154
8496 * gdb.cp/non-trivial-retval.cc: New file.
8497 * gdb.cp/non-trivial-retval.exp: New file.
8498
10c5f0a8
YQ
84992014-10-15 Yao Qi <yao@codesourcery.com>
8500
8501 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8502 remote host.
8503
65d7b369
YQ
85042014-10-15 Yao Qi <yao@codesourcery.com>
8505
8506 * gdb.python/py-symbol.exp: Match file base name if host is
8507 remote, otherwise match file name with dir name.
8508 * gdb.python/py-symtab.exp: Likewise.
8509 * gdb.python/python.exp: Likewise.
8510
46dc1394
YQ
85112014-10-15 Yao Qi <yao@codesourcery.com>
8512
8513 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8514 pattern.
8515 * gdb.python/py-symtab.exp: Likewise.
8516 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8517 locationn.
8518
c40cc657
JB
85192014-10-14 Joel Brobecker <brobecker@adacore.com>
8520
8521 * gdb.ada/addr_arith: New testcase.
8522
2abf49e1
MR
85232014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8524
8525 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8526 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8527 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8528 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8529
f7088df3
SDJ
85302014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8531
8532 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8533 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8534 * gdb.arch/stap-eval-lang-ada.exp: New file.
8535
4dc06805
YQ
85362014-10-14 Yao Qi <yao@codesourcery.com>
8537
8538 * gdb.mi/mi-var-child.c (nothing1): New function.
8539 (nothing2): New function.
8540 (do_children_tests): Set function pointers by nothing1 and
8541 nothing2.
8542 * gdb.mi/mi-var-child.exp: Step over new added statements.
8543 Update test to match the new output.
8544 * gdb.mi/var-cmd.c (nothing1): New function.
8545 (nothing2): New function.
8546 (do_children_tests): Set function pointers by nothing1 and
8547 nothing2.
8548 * gdb.mi/mi-var-display.exp: Update test to match output.
8549 Step to the line specified by $line_dct_nothing.
8550 Increase the number of lines to step.
8551
46a93de2
YQ
85522014-10-14 Yao Qi <yao@codesourcery.com>
8553
8554 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8555 tests.
8556 * gdb.mi/mi2-var-child.exp: Likewise.
8557
14ea52ee
DE
85582014-10-13 Doug Evans <dje@google.com>
8559
8560 * gdb.python/py-objfile.exp: Change name of file name test.
8561
e5c6e92b
DE
85622014-10-13 Doug Evans <dje@google.com>
8563
8564 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8565 from the start of the CU.
8566
c780cc2f
JK
85672014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8568 Yao Qi <yao@codesourcery.com>
8569
8570 Fix "save breakpoints" for "catch" command.
8571 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8572 Remove -nonewline. Match also the added "main" line.
8573
99894e11
JK
85742014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8575
8576 Fix "save breakpoints" for "disable $bpnum" command.
8577 * gdb.base/save-bp.c (main): Add label.
8578 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8579
6e1ac5a3
JK
85802014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8581
8582 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8583
754dd2b0
YQ
85842014-10-11 Yao Qi <yao@codesourcery.com>
8585
8586 * gdb.server/server-kill.exp: Execute command
8587 "set remote trace-status-packet on" before "tstatus".
8588
f90183d7
YQ
85892014-10-11 Yao Qi <yao@codesourcery.com>
8590
8591 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8592 (main): Call getppid.
8593 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8594 and continue to it. Read variable "server_pid".
8595
bf40a607
YQ
85962014-10-11 Yao Qi <yao@codesourcery.com>
8597
8598 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8599
052ca370
YQ
86002014-10-11 Yao Qi <yao@codesourcery.com>
8601
8602 * gdb.threads/thread-find.exp: Don't execute command
8603 "info threads".
8604 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8605 * gdb.threads/linux-dp.exp: Don't check the condition
8606 $threads_created equals to zero.
8607
3831839c
PA
86082014-10-10 Pedro Alves <palves@redhat.com>
8609
8610 * gdb.base/bigcore.exp: Remove references to IRIX.
8611 * gdb.base/funcargs.exp: Likewise.
8612 * gdb.base/interrupt.exp: Likewise.
8613 * gdb.base/mips_pro.exp: Likewise.
8614 * gdb.base/nodebug.exp: Likewise.
8615 * gdb.base/setvar.exp: Likewise.
8616 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8617
8b9a549d
PA
86182014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8619 Pedro Alves <palves@redhat.com>
8620
8621 PR symtab/14466
8622 * gdb.base/vdso-warning.c: New file.
8623 * gdb.base/vdso-warning.exp: New file.
8624
d48ba5e8
DE
86252014-10-02 Doug Evans <dje@google.com>
8626
8627 * gdb.base/structs.c (main): Don't run forever.
8628
2278c276
PA
86292014-10-02 Pedro Alves <palves@redhat.com>
8630
8631 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8632 (top level) <stop threads 1, stop threads 2>: Use it.
8633
b57bacec
PA
86342014-10-02 Pedro Alves <palves@redhat.com>
8635
8636 * gdb.threads/break-while-running.exp (test): Add new
8637 'update_thread_list' argument. Skip "info threads" if false.
8638 (top level): Add new 'update_thread_list' axis.
8639
13fd3ff3
PA
86402014-10-02 Pedro Alves <palves@redhat.com>
8641
8642 PR breakpoints/17431
8643 * gdb.base/execl-update-breakpoints.c: New file.
8644 * gdb.base/execl-update-breakpoints.exp: New file.
8645
0fec99e8
PA
86462014-10-01 Pedro Alves <palves@redhat.com>
8647
8648 * gdb.base/breakpoint-in-ro-region.c: New file.
8649 * gdb.base/breakpoint-in-ro-region.exp: New file.
8650
2ddf4301
SM
86512014-10-01 Simon Marchi <simon.marchi@ericsson.com>
8652
8653 * gdb.mi/mi-exit-code.exp: New file.
8654 * gdb.mi/mi-exit-code.c: New file.
8655
6a5f3f43
YQ
86562014-09-30 Yao Qi <yao@codesourcery.com>
8657
8658 * lib/prelink-support.exp (build_executable_own_libs): Error if
8659 the target isn't native.
8660
345bcc73
YQ
86612014-09-30 Yao Qi <yao@codesourcery.com>
8662
8663 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
8664 false.
8665
a25a5a45
PA
86662014-09-22 Pedro Alves <palves@redhat.com>
8667
8668 * gdb.threads/break-while-running.exp: New file.
8669 * gdb.threads/break-while-running.c: New file.
8670
00ba3162
YQ
86712014-09-19 Yao Qi <yao@codesourcery.com>
8672
8673 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
8674 Invoke test. Restart GDB with --readnow and invoke test again.
8675
c3b7b696
YQ
86762014-09-19 Yao Qi <yao@codesourcery.com>
8677
8678 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
8679 proc set_breakpoint_on_gcd_function. Invoke
8680 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
8681 invoke set_breakpoint_on_gcd_function again.
8682
2b4fd423
DE
86832014-09-18 Doug Evans <dje@google.com>
8684
8685 * gdb.dwarf2/symtab-producer.exp: New file.
8686
a5947601
SDJ
86872014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8688
8689 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
8690 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
8691 * gdb.base/global-var-nested-by-dso.c: Likewise.
8692 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8693
91c19059
SDJ
86942014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8695 Pedro Alves <palves@redhat.com>
8696
8697 * gdb.base/watch-bitfields.exp: Pass string other than test file
8698 name to prepare_for_testing.
8699 (watch): New procedure.
8700 (expect_watchpoint): Use with_test_prefix.
8701 (top level): Factor out tests to ...
8702 (test_watch_location, test_regular_watch): ... these new
8703 procedures, and use with_test_prefix and gdb_continue_to_end.
8704
bb9d5f81
PP
87052014-09-16 Patrick Palka <patrick@parcs.ath.cx>
8706
8707 PR breakpoints/12526
8708 * gdb.base/watch-bitfields.exp: New file.
8709 * gdb.base/watch-bitfields.c: New file.
8710
635856f5
PA
87112014-09-16 Pedro Alves <palves@redhat.com>
8712
8713 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
8714 software and hardware addresses, not software address against
8715 itself.
8716
7280ceea
PA
87172014-09-16 Pedro Alves <palves@redhat.com>
8718
8719 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
8720 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
8721
428b16bd
PA
87222014-09-16 Pedro Alves <palves@redhat.com>
8723
8724 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
8725 files.
8726 * gdb.base/a2-run.exp: Remove all code guarded by istarget
8727 "*-*-vxworks*" throughout.
8728 * gdb.base/break.exp: Likewise.
8729 * gdb.base/default.exp: Likewise.
8730 * gdb.base/scope.exp: Likewise.
8731 * gdb.base/sepdebug.exp: Likewise.
8732 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
8733 throughout.
8734 * gdb.base/run.c: Likewise.
8735 * gdb.base/sepdebug.c: Likewise.
8736 * gdb.hp/gdb.aCC/run.c: Likewise.
8737 * gdb.reverse/until-reverse.c: Likewise.
8738 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
8739
666d413c
YQ
87402014-09-16 Yao Qi <yao@codesourcery.com>
8741
8742 * boards/local-remote-host-native.exp: New file.
8743
57cbd724
DE
87442014-09-14 Doug Evans <xdje42@gmail.com>
8745
8746 * gdb.threads/queue-signal.c (thread_count): New variable.
8747 (thread_count_mutex, thread_count_condvar): New variables.
8748 (incr_thread_count, wait_all_threads_running): New functions.
8749 (main): Wait for all threads to be in their thread functions.
8750
81219e53
DE
87512014-09-13 Doug Evans <xdje42@gmail.com>
8752
8753 * gdb.threads/queue-signal.c: New file.
8754 * gdb.threads/queue-signal.exp: New file.
8755
3714cea7
DE
87562014-09-13 Doug Evans <xdje42@gmail.com>
8757
8758 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
8759 be consistent with what default_gdb_init uses.
8760 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
8761 the plain text of the prompt. Add some logging printfs.
8762 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
8763
fa43b1d7
PA
87642014-09-12 Pedro Alves <palves@redhat.com>
8765
8766 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
8767 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
8768 * gdb.arch/i386-size-overlap.exp: Likewise.
8769 * gdb.arch/i386-size.exp: Likewise.
8770 * gdb.arch/i386-unwind.exp: Likewise.
8771 * gdb.base/a2-run.exp: Likewise.
8772 * gdb.base/break.exp: Likewise.
8773 * gdb.base/charset.exp: Likewise.
8774 * gdb.base/chng-syms.exp: Likewise.
8775 * gdb.base/commands.exp: Likewise.
8776 * gdb.base/dbx.exp: Likewise.
8777 * gdb.base/find.exp: Likewise.
8778 * gdb.base/funcargs.exp: Likewise.
8779 * gdb.base/jit-simple.exp: Likewise.
8780 * gdb.base/reread.exp: Likewise.
8781 * gdb.base/sepdebug.exp: Likewise.
8782 * gdb.base/step-bt.exp: Likewise.
8783 * gdb.cp/mb-inline.exp: Likewise.
8784 * gdb.cp/mb-templates.exp: Likewise.
8785 * gdb.objc/basicclass.exp: Likewise.
8786 * gdb.threads/killed.exp: Likewise.
8787
9d9bf2df
EBM
87882014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8789
8790 PR tdep/17379
8791 * gdb.arch/powerpc-stackless.S: New file.
8792 * gdb.arch/powerpc-stackless.exp: New file.
8793
1cf2f1b0
JK
87942014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8795
8796 * gdb.base/attach.c: Include unistd.h.
8797 (main): Call alarm. Add label postloop.
8798 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
8799 gdb_breakpoint, gdb_continue_to_breakpoint.
8800 (test_command_line_attach_run): Kill ${testpid} in one exit path.
8801
98880d46
PA
88022014-09-11 Pedro Alves <palves@redhat.com>
8803
8804 PR gdb/17347
8805 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
8806 * gdb.base/attach.exp (test_command_line_attach_run): New
8807 procedure.
8808 (top level): Call it.
8809
4c92ff2c
PA
88102014-09-11 Pedro Alves <palves@redhat.com>
8811
8812 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
8813 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
8814 (do_command_attach_tests): Use spawn_wait_for_attach.
8815 * gdb.base/solib-overlap.exp: Likewise.
8816 * gdb.multi/multi-attach.exp: Likewise.
8817 * gdb.python/py-prompt.exp: Likewise.
8818 * gdb.python/py-sync-interp.exp: Likewise.
8819 * gdb.server/ext-attach.exp: Likewise.
8820
3adc1a7d
GKB
88212014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
8822
8823 * gdb.fortran/array-element.exp: Remove unexpected "continue"
8824 command in testcase. Simplify testcase.
8825
96334934
JB
88262014-09-10 Joel Brobecker <brobecker@adacore.com>
8827
8828 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
8829
eb479039
JB
88302014-09-10 Joel Brobecker <brobecker@adacore.com>
8831
8832 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
8833
deede10c
JB
88342014-09-10 Joel Brobecker <brobecker@adacore.com>
8835
8836 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
8837
7828a5f5
JB
88382014-09-10 Joel Brobecker <brobecker@adacore.com>
8839
8840 * gdb.dwarf2/dynarr-ptr.c: New file.
8841 * gdb.dwarf2/dynarr-ptr.exp: New file.
8842
33aeebcf
MR
88432014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8844
8845 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
8846 of 30 rather than hardcoding 120 for a slow test case. Take the
8847 `gdb,timeout' target setting into account for this calculation.
8848 Don't extend the timeout for the test cases that don't need it.
8849
7b415901
MR
88502014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8851
8852 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
8853 a factor of 2 for a slow test case. Take the `gdb,timeout'
8854 target setting into account for this calculation.
8855 * gdb.reverse/until-precsave.exp: Increase the timeout by
8856 a factor of 15 and 3 respectively rather than adding 120
8857 for a pair of slow test cases. Take the `gdb,timeout'
8858 target setting into account for this calculation.
8859
4a40f85a
MR
88602014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8861
8862 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
8863 timeout, don't pass one down to gdb_expect.
8864 (gdb_expect): Rework timeout selection.
8865
09635af7
MR
88662014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8867
8868 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
8869 exception on timeout.
8870 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
8871 (gdbserver_start_extended): Catch any `gdbserver_start' error
8872 exceptions.
8873 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
8874 * lib/mi-support.exp (mi_gdb_target_load): Catch any
8875 `gdbserver_gdb_load' error exceptions.
8876
2bdd10b7
MR
88772014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8878
8879 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
8880 120 on waiting for the TCP socket to open.
8881
316935f0
DE
88822014-09-09 Doug Evans <xdje42@gmail.com>
8883
8884 * gdb.base/default.exp (show_conv_list): Add _caller_is,
8885 _caller_matches, _any_caller_is, _any_caller_matches.
8886
83740597
DE
88872014-09-09 Doug Evans <xdje42@gmail.com>
8888
8889 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
8890
4c122fc3
YQ
88912014-09-09 Yao Qi <yao@codesourcery.com>
8892
8893 * gdb.mi/mi-var-display.exp: Set print symbol off.
8894
a9f116cb
GKB
88952014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
8896
8897 PR gdb/17035
8898 * gdb.base/commands.exp: Add tests to verify user-defined
8899 commands with empty bodies.
8900 * gdb.python/py-cmd.exp: Test that we don't show user-defined
8901 python commands in `show user command`.
8902 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
8903 scheme commands in `show user command`.
8904
c75bd3a2
JK
89052014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8906
8907 PR python/17355
8908 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
8909 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
8910 * gdb.python/py-framefilter-invalidarg.exp: New file.
8911 * gdb.python/py-framefilter-invalidarg.py: New file.
8912
faa42425
DE
89132014-09-06 Doug Evans <xdje42@gmail.com>
8914
8915 PR 15276
8916 * gdb.python/py-caller-is.c: New file.
8917 * gdb.python/py-caller-is.exp: New file.
8918
474ca4f6
SDJ
89192014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
8920
8921 PR gdb/17235
8922 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
8923 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
8924
eb0b0463
SDJ
89252014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
8926
8927 PR fortran/17237
8928 * gdb.fortran/print-formatted.exp: New file.
8929 * gdb.fortran/print-formatted.f90: Likewise.
8930
5f3b99cf
SS
89312014-09-03 Sasha Smundak <asmundak@google.com>
8932
8933 * gdb.python/py-frame.exp: Test Frame.read_register.
8934
7d793aa9
SDJ
89352014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
8936
8937 PR python/16699
8938 * gdb.python/py-completion.exp: New file.
8939 * gdb.python/py-completion.py: Likewise.
8940
fb0576e9
DE
89412014-08-28 Doug Evans <dje@google.com>
8942
8943 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
8944 eax,etc. are live with values set by gdb and thus the compiler can't
8945 use them.
8946 * gdb.arch/i386-pseudo.c (main): Ditto.
8947
ee92b0dd
DE
89482014-08-27 Doug Evans <dje@google.com>
8949
8950 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
8951
6649db35
DE
89522014-08-25 Doug Evans <dje@google.com>
8953
8954 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
8955 (main): Ditto.
8956
564b7600
DE
89572014-08-25 Doug Evans <dje@google.com>
8958
8959 * gdb.threads/thread-execl.exp: #include <stdio.h>.
8960
3881fb67
YQ
89612014-08-24 Yao Qi <yao@codesourcery.com>
8962
8963 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
8964 symbol off.
8965 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
8966
a05a36a5
DE
89672014-08-22 Doug Evans <dje@google.com>
8968
8969 PR 17276
8970 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
8971 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
8972 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
8973
7c343b48
YQ
89742014-08-22 Yao Qi <yao@codesourcery.com>
8975
8976 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
8977 * gdb.python/py-finish-breakpoint2.exp: Likewise.
8978 * gdb.python/python.exp: Likewise. Use .py file on the host
8979 instead of the build.
8980
22fd09ae
JK
89812014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8982
8983 * gdb.threads/gcore-stale-thread.c: New file.
8984 * gdb.threads/gcore-stale-thread.exp: New file.
8985
a8454a7c
PA
89862014-08-21 Pedro Alves <palves@redhat.com>
8987
8988 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
8989 * gdb.base/gcore-relro-pie.exp: Likewise.
8990 * gdb.base/gcore-relro.exp: Likewise.
8991 * gdb.base/gcore.exp: Likewise.
8992 * gdb.base/print-symbol-loading.exp: Likewise.
8993 * gdb.threads/gcore-thread.exp: Likewise.
8994 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
8995
2a31c623
PA
89962014-08-20 Pedro Alves <palves@redhat.com>
8997 Jan Kratochvil <jan.kratochvil@redhat.com>
8998
8999 * Makefile.in (EXTRA_RULES, CC): New variables, get from
9000 configure.
9001 (EXPECT): Handle READ1 being set.
9002 (all): Depend on EXTRA_RULES.
9003 (check-read1, expect-read1, read1.so, read1): New rules.
9004 * README (Testsuite Parameters): Document the READ1 make variable.
9005 (Race detection): New section.
9006 * configure: Regenerate.
9007 * configure.ac: If build==host==target, and running under a
9008 GNU/glibc system, add read1 to the extra Makefile rules.
9009 (EXTRA_RULES): AC_SUBST it.
9010 * lib/read1.c: New file.
9011
d36430db
JB
90122014-08-20 Joel Brobecker <brobecker@adacore.com>
9013
9014 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
9015 the handling of variables declared as a typedef to an array
9016 which a DW_AT_data_location attribute.
9017
9a0dc9e3
PA
90182014-08-19 Andrew Burgess <aburgess@broadcom.com>
9019 Pedro Alves <palves@redhat.com>
9020
9021 PR symtab/14604
9022 PR symtab/14605
9023 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
9024 gdb_test.
9025
0718a8da
PA
90262014-08-19 Pedro Alves <palves@redhat.com>
9027
9028 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
9029
13b448cd
YQ
90302014-08-19 Yao Qi <yao@codesourcery.com>
9031
9032 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
9033 right line.
9034
1cbf5077
DB
90352014-08-18 David Blaikie <dblaikie@gmail.com>
9036
9037 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
9038
bf0fae19
JB
90392014-08-18 Joel Brobecker <brobecker@adacore.com>
9040
9041 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
9042 attribute in array range.
9043
3c8c5dcc
JB
90442014-08-18 Joel Brobecker <brobecker@adacore.com>
9045
9046 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
9047
e66d4446
SC
90482014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9049
9050 PR c++/17132
9051 * gdb.cp/pr17132.cc: New file.
9052 * gdb.cp/pr17132.exp: New file.
9053
940df408
SC
90542014-08-15 Siva Chandra Reddy <sivachandra@google.com>
9055
9056 * gdb.python/py-xmethods.py (A_getarrayind)
9057 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9058 Use 'print' with function call syntax.
9059 (E_method_matcher.match): Fix tab vs space indentation mixup.
9060
ebcc6c3a
YQ
90612014-08-15 Yao Qi <yao@codesourcery.com>
9062
9063 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9064 false.
9065
775e0f04
YQ
90662014-08-15 Yao Qi <yao@codesourcery.com>
9067
9068 * gdb.cp/casts.exp: Set print symbol off.
9069 * gdb.cp/class2.exp: Likewise.
9070 * gdb.cp/overload.exp: Likewise.
9071 * gdb.cp/templates.exp: Likewise.
9072
d769e349
DE
90732014-08-11 Doug Evans <dje@google.com>
9074
9075 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9076 (test_load_shlib): Update.
9077
20c6f1e1
YQ
90782014-08-09 Yao Qi <yao@codesourcery.com>
9079
9080 * gdb.base/display.exp: Invoke is_address_zero_readable.
9081 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9082 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9083 * gdb.base/hbreak-unmapped.exp: Return if
9084 is_address_zero_readable returns true.
9085 * gdb.base/signest.exp: Likewise.
9086 * gdb.base/signull.exp: Likewise.
9087 * gdb.base/sigbpt.exp: Likewise.
9088 * gdb.guile/scm-disasm.exp: Do the test if
9089 is_address_zero_readable returns false.
9090 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9091 * gdb.python/py-arch.exp: Likewise.
9092 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9093 * lib/gdb.exp (is_address_zero_readable): New proc.
9094
5792e8e3
YQ
90952014-08-09 Yao Qi <yao@codesourcery.com>
9096
9097 PR testsuite/13443
9098 * gdb.mi/mi-var-display.exp: Make test messages unique.
9099
3cecbbbe
TT
91002014-08-04 Tom Tromey <tromey@redhat.com>
9101
9102 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9103 target 0".
9104
00b51ff5
TT
91052014-08-04 Tom Tromey <tromey@redhat.com>
9106
9107 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9108 "target_resume".
9109
6908c509
JB
91102014-08-01 Joel Brobecker <brobecker@adacore.com>
9111
9112 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9113 inner_vla_struct_object_size.
9114 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9115 as xfail.
9116
cc6563d2
PA
91172014-07-30 Pedro Alves <palves@redhat.com>
9118
9119 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9120 comment.
9121
7e09a223
YQ
91222014-07-29 Yao Qi <yao@codesourcery.com>
9123
9124 PR gdb/17206
9125 * gdb.base/until-nodebug.exp: New.
9126
7ebdbe92
DE
91272014-07-28 Doug Evans <xdje42@gmail.com>
9128
9129 PR guile/17203
9130 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9131 previously existing parameter, and previously ambiguously spelled
9132 parameter.
9133
fdb1adc6
WN
91342014-07-28 Will Newton <will.newton@linaro.org>
9135
9136 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9137
186fcde0
DE
91382014-07-26 Ludovic Courtès <ludo@gnu.org>
9139 Doug Evans <xdje42@gmail.com>
9140
9141 PR guile/17146
9142 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9143
70509625
PA
91442014-07-25 Pedro Alves <palves@redhat.com>
9145
9146 * gdb.threads/signal-command-handle-nopass.c: New file.
9147 * gdb.threads/signal-command-handle-nopass.exp: New file.
9148 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9149 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9150 * gdb.threads/signal-delivered-right-thread.c: New file.
9151 * gdb.threads/signal-delivered-right-thread.exp: New file.
9152
c3f814a1
PA
91532014-07-25 Pedro Alves <palves@redhat.com>
9154
9155 * gdb.base/double-prompt-target-event-error.exp
9156 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9157 match.
9158 (cancel_pagination_in_target_event): Rework double prompt
9159 detection.
9160 * gdb.base/paginate-after-ctrl-c-running.exp
9161 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9162 <return>' match.
9163 * gdb.base/paginate-bg-execution.exp
9164 (test_bg_execution_pagination_return)
9165 (test_bg_execution_pagination_cancel): Remove '-notransfer
9166 <return>' matches.
9167 * gdb.base/paginate-execution-startup.exp
9168 (test_fg_execution_pagination_return)
9169 (test_fg_execution_pagination_cancel): Remove '-notransfer
9170 <return>' matches.
9171 * gdb.base/paginate-inferior-exit.exp
9172 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9173 match.
9174 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9175 * lib/gdb.exp (pagination_prompt): Run text through
9176 string_to_regexp.
9177 (gdb_test_multiple): Match $pagination_prompt instead of
9178 "<return>".
9179 (string_to_regexp): Move to lib/gdb-utils.exp.
9180
e214cf6c
JK
91812014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9182
9183 * gdb.arch/amd64-entry-value-paramref.S: New file.
9184 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9185 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9186 * gdb.arch/amd64-optimout-repeat.S: New file.
9187 * gdb.arch/amd64-optimout-repeat.c: New file.
9188 * gdb.arch/amd64-optimout-repeat.exp: New file.
9189
17d0c5c8
JK
91902014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9191
9192 PR gdb/17170
9193 * gdb.base/statistics.exp: New file.
9194
b8b8facf
DE
91952014-07-17 Doug Evans <dje@google.com>
9196
74b49205 9197 PR gdb/17170
b8b8facf
DE
9198 * gdb.base/maint.exp: Update testing of per-command stats.
9199
1b5d0ab3
PA
92002014-07-16 Pedro Alves <palves@redhat.com>
9201
9202 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9203 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9204 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9205 (tfile_write_buf): New functions.
9206 (add_memory_block): Rewrite using the above.
9207 (adjust_function_address): New function.
9208 (FUNCTION_ADDRESS): New macro.
9209 (write_basic_trace_file): Remove short_x local, and use
9210 tfile_write_16. Change type of func_addr local to unsigned long
9211 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9212 here. Cast argument of add_memory_block to char pointer.
9213 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9214 (main): Remove parameters.
9215 * gdb.trace/tfile.exp: Remove nowarnings.
9216
4d974e88
SM
92172014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9218
9219 * gdb.base/debug-expr.exp: Test string evaluation with
9220 "debug expression" on.
9221
41e99568
PA
92222014-07-15 Pedro Alves <palves@redhat.com>
9223
9224 * gdb.base/reread.exp: Use clean_restart.
9225
487d9753
PL
92262014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9227
9228 * gdb.arch/avr-flash-qualifer.c: New.
9229 * gdb.arch/avr-flash-qualifer.exp: New.
9230
cc1c52ad
PA
92312014-07-14 Pedro Alves <palves@redhat.com>
9232
9233 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9234 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9235
1e973570
PA
92362014-07-14 Pedro Alves <palves@redhat.com>
9237
9238 * gdb.base/double-prompt-target-event-error.c: New file.
9239 * gdb.base/double-prompt-target-event-error.exp: New file.
9240
93d6eb10
PA
92412014-07-14 Pedro Alves <palves@redhat.com>
9242
9243 PR gdb/17072
9244 * gdb.base/paginate-inferior-exit.c: New file.
9245 * gdb.base/paginate-inferior-exit.exp: New file.
9246
0017922d
PA
92472014-07-14 Pedro Alves <palves@redhat.com>
9248
9249 PR gdb/17072
9250 * gdb.base/paginate-bg-execution.c: New file.
9251 * gdb.base/paginate-bg-execution.exp: New file.
9252
94696ad3
PA
92532014-07-14 Pedro Alves <palves@redhat.com>
9254
9255 PR gdb/17072
9256 * gdb.base/paginate-execution-startup.c: New file.
9257 * gdb.base/paginate-execution-startup.exp: New file.
9258 * lib/gdb.exp (pagination_prompt): New global.
9259 (default_gdb_spawn): New procedure, factored out from
9260 default_gdb_spawn.
9261 (default_gdb_start): Adjust to call default_gdb_spawn.
9262 (gdb_spawn): New procedure.
9263
bd293940
PA
92642014-07-14 Pedro Alves <palves@redhat.com>
9265
9266 * lib/gdb.exp (gdb_assert): New procedure.
9267 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9268
c933f875
PA
92692014-07-14 Pedro Alves <palves@redhat.com>
9270
9271 * gdb.base/execution-termios.c: New file.
9272 * gdb.base/execution-termios.exp: New file.
9273
d98b7a16
TT
92742014-07-14 Tom Tromey <tromey@redhat.com>
9275
9276 * gdb.cp/vla-cxx.cc: New file.
9277 * gdb.cp/vla-cxx.exp: New file.
9278
548740d6
TT
92792014-07-14 Tom Tromey <tromey@redhat.com>
9280
9281 * gdb.reverse/rerun-prec.c: New file.
9282 * gdb.reverse/rerun-prec.exp: New file.
9283
a25eb028
MR
92842014-07-12 Maciej W. Rozycki <macro@mips.com>
9285 Maciej W. Rozycki <macro@codesourcery.com>
9286
9287 * lib/gdb-utils.exp: New file.
9288 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9289 inline `gdb_init_command' processing.
9290 (gdb_start_cmd): Likewise.
9291 * lib/mi-support.exp (mi_run_cmd): Likewise.
9292 * README: Document `gdb_init_command' and `gdb_init_commands'.
9293
218c2655
JK
92942014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9295
9296 Fix false FAIL running under a very long directory name.
9297 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9298 and "set print elements 10000". Twice.
9299
5401fde3
YQ
93002014-07-11 Yao Qi <yao@codesourcery.com>
9301
9302 * gdb.base/exprs.exp: "set print symbol off".
9303
e76126e8
PA
93042014-07-11 Pedro Alves <palves@redhat.com>
9305
9306 * gdb.threads/kill.c: New file.
9307 * gdb.threads/kill.exp: New file.
9308
2d6f0de6
YQ
93092014-07-10 Yao Qi <yao@codesourcery.com>
9310
9311 * gdb.trace/tfile.c (write_basic_trace_file)
9312 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9313 address written to trace file.
9314
7180e04a
PA
93152014-07-09 Pedro Alves <palves@redhat.com>
9316
9317 * gdb.base/attach-wait-input.exp: New file.
9318 * gdb.base/attach-wait-input.c: New file.
9319
9a9a7608
AB
93202014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9321
9322 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9323 setting up test structures.
9324 (main): Call new test function.
9325 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9326 test function, continue into test function and walk test
9327 structures.
9328
161ac41e
YQ
93292014-07-02 Yao Qi <yao@codesourcery.com>
9330
9331 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9332 'bar_start' at the beginning of functions 'foo' and 'bar'
9333 respectively.
9334 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9335 instead of 'foo' and 'bar'.
9336
1f267ae3
MM
93372014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9338
9339 * gdb.btrace/segv.exp: New.
9340 * gdb.btrace/segv.c: New.
9341
2b239efb
LM
93422014-07-02 Luis Machado <lgustavo@codesourcery.com>
9343
9344 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9345 instruction.
9346
cf363f18
MW
93472014-06-30 Mark Wielaard <mjw@redhat.com>
9348
9349 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9350 vulture, vilify, villar): New volatile array constants.
9351 (vindictive, vegetation): New const volatile array constants.
9352 * gdb.base/volatile.exp: Test volatile and const volatile array
9353 types.
9354
aebf9d24
AA
93552014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9356
9357 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9358 target lacks support for awatch, rwatch, or hbreak.
9359
b67a2c6f
YQ
93602014-06-27 Yao Qi <yao@codesourcery.com>
9361
9362 * gdb.multi/dummy-frame-restore.exp: New.
9363 * gdb.multi/dummy-frame-restore.c: New.
9364
aef92902
MM
93652014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9366
9367 * gdb.btrace/gcore.exp: New.
9368
8e9db26e
PA
93692014-06-23 Pedro Alves <palves@redhat.com>
9370
9371 * gdb.base/watchpoint-reuse-slot.c: New file.
9372 * gdb.base/watchpoint-reuse-slot.exp: New file.
9373
70afc5b7
SC
93742014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9375
9376 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9377 progspace's filename in 'info', 'enable' and 'disable' command
9378 tests.
9379
b972bd9c
JK
93802014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9381
9382 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9383 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9384 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9385
125f8a3d
GB
93862014-06-20 Gary Benson <gbenson@redhat.com>
9387
9388 * gdb.arch/i386-avx.exp: Fix include file location.
9389 * gdb.arch/i386-sse.exp: Likewise.
9390
3ed9baed
IB
93912014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9392
9393 * gdb.dlang/expression.exp: New file.
9394
034f788c
PA
93952014-06-19 Pedro Alves <palves@redhat.com>
9396
9397 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9398 out from ...
9399 (top level): ... here. Iterate running tests under different
9400 scheduler-locking settings.
9401
45371d0c
LM
94022014-06-18 Luis Machado <lgustavo@codesourcery.com>
9403
9404 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9405 to DW_FORM_addr and use non-zero addresses.
9406
5d376983
SC
94072014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9408
9409 PR gdb/17017
9410 * gdb.python/py-xmethods.cc: Add global function call counters and
9411 increment them in their respective functions. Remove "cout"
9412 statements.
9413 * gdb.python/py-xmethods.exp: Make tests check the global function
9414 call counters instead of depending on inferior IO.
9415
a1aa2221
LM
94162014-06-18 Don Breazeal <donb@codesourcery.com>
9417
9418 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9419 Deleted procedure.
9420 (explicit_fork_parent_follow): Deleted procedure.
9421 (explicit_fork_child_follow): Deleted procedure.
9422 (test_follow_fork): New procedure.
9423 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 9424 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
9425 procedure calls.
9426
0fc05997
YQ
94272014-06-17 Yao Qi <yao@codesourcery.com>
9428
9429 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9430 CP1252.
9431
70795c52
LM
94322014-06-17 Luis Machado <lgustavo@codesourcery.com>
9433
9434 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9435 Initialize ptr and S explicitly.
9436 (skip_type_update_when_not_use_rtti_test): Likewise.
9437
6be47f0c
KS
94382014-06-16 Keith Seitz <keiths@redhat.com>
9439
9440 PR mi/15863
9441 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9442 the inferior is started.
9443
d03de421
PA
94442014-06-16 Pedro Alves <palves@redhat.com>
9445
9446 * gdb.base/break-main-file-remove-fail.c: New file.
9447 * gdb.base/break-main-file-remove-fail.exp: New file.
9448 * gdb.base/break-unload-file.exp: Use build_executable instead of
9449 prepare_for_testing.
9450 (test_break): New parameter "initial_load". Handle it.
9451 (top level): Add initial_load cmdline/file axis.
9452
f9579b99
TT
94532014-06-12 Tom Tromey <tromey@redhat.com>
9454
9455 * gdb.base/completion.exp: Don't use directory name in test.
9456
3657956b
GB
94572014-06-09 Gary Benson <gbenson@redhat.com>
9458
9459 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9460 separate the always-available ANSI-standard signals from the
9461 signals that require checking.
9462 (main): Likewise.
9463 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9464 Likewise.
9465 (main): Likewise.
9466
4186eb54
KS
94672014-06-07 Keith Seitz <keiths@redhat.com>
9468
9469 Revert:
9470 PR c++/16253
9471 * gdb.cp/var-tag.cc: New file.
9472 * gdb.cp/var-tag.exp: New file.
9473 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9474 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9475 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9476 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9477
25326a28 94782014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
9479
9480 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9481
829155c9
PA
94822014-06-06 Pedro Alves <palves@redhat.com>
9483
9484 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9485 in target debug output instead of looking at RSP packets,
9486 disabling the test on any target that uses hardware stepping.
9487 Update comments.
9488
61c8d22e
PA
94892014-06-06 Pedro Alves <palves@redhat.com>
9490
9491 * gdb.base/break-unload-file.exp: Fix typo.
9492
d9a47287
YQ
94932014-06-06 Yao Qi <yao@codesourcery.com>
9494
9495 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9496 from "jit_function" to "^jit_function".
9497
e5e01dbf
YQ
94982014-06-06 Yao Qi <yao@codesourcery.com>
9499
9500 * gdb.base/async.c (foo): Add one statement.
9501 * gdb.base/async.exp: Get the next instruction address and
9502 match the output of "nexti" by instruction address. Match
9503 the hex address in the output of "finish".
9504
73ba372c
GB
95052014-06-06 Gary Benson <gbenson@redhat.com>
9506
9507 * gdb.base/call-signals.c: Remove preprocessor conditionals
9508 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9509 SIGSEGV and SIGTERM.
9510 * gdb.base/sigall.c: Likewise.
9511 * gdb.base/unwindonsignal.c: Likewise.
9512 * gdb.reverse/sigall-reverse.c: Likewise.
9513
831517df
YQ
95142014-06-06 Yao Qi <yao@codesourcery.com>
9515
9516 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9517 readable, skip the test.
9518
b8b91e98
YQ
95192014-06-06 Yao Qi <yao@codesourcery.com>
9520
9521 * gdb.threads/staticthreads.c (thread_function): Move the line
9522 setting breakpoint on forward.
9523 * gdb.threads/staticthreads.exp: Update comments.
9524
fb934770
LC
95252014-06-05 Ludovic Courtès <ludo@gnu.org>
9526
9527 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9528 "history-append! type error".
9529
6ef284bd
SM
95302014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9531
9532 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9533 erroneous dprintf expected input.
9534
a872e241
DE
95352014-06-04 Doug Evans <xdje42@gmail.com>
9536
9537 * gdb.guile/scm-generics.exp: Delete.
9538
16f691fb
DE
95392014-06-04 Doug Evans <xdje42@gmail.com>
9540
9541 * gdb.guile/scm-breakpoint.exp: Update.
9542 Add tests for breakpoint registration.
9543
012370f6
TT
95442014-06-04 Tom Tromey <tromey@redhat.com>
9545
9546 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9547 VLA-in-union.
9548 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9549 inner_vla_struct, vla_union types. Initialize objects of those
9550 types and compute their sizes.
9551
9f5a4cef
HZ
95522014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9553 Hui Zhu <hui@codesourcery.com>
9554
9555 * gdb.base/fileio.exp: Add test for shell not available as well as
9556 available.
9557 * gdb.base/fileio.c (test_system): Check for shell twice.
9558
90a45c4d
YQ
95592014-06-04 Yao Qi <yao@codesourcery.com>
9560
9561 * gdb.base/auto-connect-native-target.exp: Remove redundant
9562 space from the regexp pattern.
9563
70017e41
YQ
95642014-06-04 Yao Qi <yao@codesourcery.com>
9565
9566 * gdb.base/default.exp: Replace "child" with "native" in
9567 regexp pattern.
9568
883964a7
SC
95692014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9570
9571 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9572 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9573 * gdb.python/py-xmethods.py: Python script supporting the
9574 new testcase and tests.
9575
ef370185
JB
95762014-06-03 Joel Brobecker <brobecker@adacore.com>
9577 Pedro Alves <palves@redhat.com>
9578
9579 PR breakpoints/17000
9580 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9581 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9582
1e2ccb61
BM
95832014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9584
9585 * gdb.base/subst.exp: Add tests to verify partial path matching
9586 output.
9587
c6ec5ab2
PA
95882014-06-03 Pedro Alves <palves@redhat.com>
9589
9590 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9591 target that doesn't use software single-stepping.
9592
835c559f
PA
95932014-06-03 Pedro Alves <palves@redhat.com>
9594
9595 PR breakpoints/17000
9596 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9597 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9598
06eb1586
DE
95992014-06-02 Doug Evans <xdje42@gmail.com>
9600
9601 * gdb.guile/scm-parameter.exp: New file.
9602
e698b8c4
DE
96032014-06-02 Doug Evans <xdje42@gmail.com>
9604
9605 * gdb.guile/scm-cmd.c: New file.
9606 * gdb.guile/scm-cmd.exp: New file.
9607
ded03782
DE
96082014-06-02 Doug Evans <xdje42@gmail.com>
9609
9610 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9611 pretty-printer lookup.
9612 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9613 (make-pp_s-printer): Call it.
9614 (make-pretty-printer-from-dict): New function.
9615 (lookup-pretty-printer-maker-from-dict): New function.
9616 (*pretty-printer*): Simplify.
9617 (make-objfile-pp_s-printer): New function.
9618 (install-objfile-pretty-printers!): New function.
9619 (make-progspace-pp_s-printer): New function.
9620 (install-progspace-pretty-printers!): New function.
9621 * gdb.guile/scm-progspace.c: New file.
9622 * gdb.guile/scm-progspace.exp: New file.
9623
41fac0cf
PA
96242014-06-02 Pedro Alves <palves@redhat.com>
9625
9626 * gdb.base/dprintf-bp-same-addr.c: New file.
9627 * gdb.base/dprintf-bp-same-addr.exp: New file.
9628
96ae5695
EBM
96292014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9630
9631 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9632 * gdb.arch/powerpc-power.s: Likewise.
9633
da02b3a8
JB
96342014-06-02 Joel Brobecker <brobecker@adacore.com>
9635
9636 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9637
c72b2e7b
YQ
96382014-06-01 Yao Qi <yao@codesourcery.com>
9639
9640 * gdb.base/watchpoint.exp (test_watch_location): Check null
9641 pointer can be dereferenced. If not, do the test, otherwise
9642 skip it.
9643
53e8a631
AB
96442014-05-30 Andrew Burgess <aburgess@broadcom.com>
9645
9646 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9647 results.
9648 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9649
938f0e2f
AB
96502014-05-30 Andrew Burgess <aburgess@broadcom.com>
9651
9652 * gdb.arch/amd64-invalid-stack-middle.S: New file.
9653 * gdb.arch/amd64-invalid-stack-middle.c: New file.
9654 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9655 * gdb.arch/amd64-invalid-stack-top.c: New file.
9656 * gdb.arch/amd64-invalid-stack-top.exp: New file.
9657
9ba6657a
PA
96582014-05-30 Pedro Alves <palves@redhat.com>
9659
9660 PR breakpoints/17000
9661 * gdb.base/sss-bp-on-user-bp.c: New file.
9662 * gdb.base/sss-bp-on-user-bp.exp: New file.
9663
522c09bf
DB
96642014-05-30 David Blaikie <dblaikie@gmail.com>
9665
9666 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
9667 gnu_inline semantics via attribute.
9668 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
9669 source explicitly specifies the required semantics.
9670
bf4ef81e
MR
96712014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
9672
9673 * gdb.reverse/sigall-reverse.exp: Fix a typo.
9674
329ea579
PA
96752014-05-29 Pedro Alves <palves@redhat.com>
9676 Tom Tromey <tromey@redhat.com>
9677
9678 * gdb.base/async-shell.exp: Don't enable target-async.
9679 * gdb.base/async.exp
9680 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
9681 parameter. Adjust.
9682 (top level): Don't test with "target-async".
9683 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
9684 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
9685 * gdb.base/inferior-died.exp: Don't enable target-async.
9686 * gdb.base/interrupt-noterm.exp: Likewise.
9687 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
9688 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9689 * gdb.mi/mi-nonstop.exp: Likewise.
9690 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9691 * gdb.mi/mi-nsintrall.exp: Likewise.
9692 * gdb.mi/mi-nsmoribund.exp: Likewise.
9693 * gdb.mi/mi-nsthrexec.exp: Likewise.
9694 * gdb.mi/mi-watch-nonstop.exp: Likewise.
9695 * gdb.multi/watchpoint-multi.exp: Adjust comment.
9696 * gdb.python/py-evsignal.exp: Don't enable target-async.
9697 * gdb.python/py-evthreads.exp: Likewise.
9698 * gdb.python/py-prompt.exp: Likewise.
9699 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
9700 * gdb.server/solib-list.exp: Don't enable target-async.
9701 * gdb.threads/thread-specific-bp.exp: Likewise.
9702 * lib/mi-support.exp: Adjust to use mi-async.
9703
fd664c91
PA
97042014-05-29 Pedro Alves <palves@redhat.com>
9705
9706 PR gdb/13860
9707 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
9708 reason, even in sync mode.
9709
251bde03
PA
97102014-05-29 Pedro Alves <palves@redhat.com>
9711 Hui Zhu <hui@codesourcery.com>
9712
9713 PR PR15693
9714 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
9715 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
9716 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
9717 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
9718
7f3c0343
JB
97192014-05-28 Joel Brobecker <brobecker@adacore.com>
9720
9721 * config/monitor.exp (gdb_target_monitor): Replace use of
9722 "set remotebaud" by "set serial baud".
9723
b2715b27
AW
97242014-05-26 Andy Wingo <wingo@igalia.com>
9725
9726 * gdb.guile/scm-breakpoint.exp:
9727 * gdb.guile/scm-gsmob.exp: Update to use plain old object
9728 properties instead of gdb-object-properties.
9729
498a4489
YQ
97302014-05-26 Yao Qi <yao@codesourcery.com>
9731
9732 * gdb.server/no-thread-db.exp: Specify source file name
9733 explicitly when setting a breakpoint.
9734
589fdceb
MM
97352014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9736
9737 * gdb.btrace/vdso.c: New.
9738 * gdb.btrace/vdso.exp: New.
9739
e9089e05
MM
97402014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9741
9742 * gdb.base/gcore.exp (capture_command_output): Move ...
9743 * lib/gdb.exp (capture_command_output): ... here.
9744
67b5c0c1
MM
97452014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9746
9747 * gdb.btrace/data.exp: Test memory access during btrace replay.
9748
a2199296
SM
97492014-05-22 Simon Marchi <simon.marchi@ericsson.com>
9750
9751 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
9752
17b2616c
PA
97532014-05-21 Pedro Alves <palves@redhat.com>
9754
9755 PR gdb/13860
9756 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
9757 (top level): Test that output related to execution commands is
9758 sent to the console with CLI commands, but not with MI commands.
9759 Test that breakpoint events are always mirrored to the console.
9760 Also expect the new source line to be output after a "next" in
9761 async mode too. Make it a pass/fail test.
9762 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
9763 output.
9764 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
9765
5166082f
PA
97662014-05-21 Pedro Alves <palves@redhat.com>
9767
9768 * gdb.base/list.exp (build_pattern, test_list): New procedures.
9769 Use them to test variations of "list" after reaching a breakpoint.
9770 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
9771 Test "list" with listsize 10 after reaching a breakpoint.
9772 * gdb.python/python.exp (decode_line current location line
9773 number): Adjust expected line number.
9774
2f25d70f
SM
97752014-05-21 Simon Marchi <simon.marchi@ericsson.com>
9776
9777 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
9778 behavior for $args, pass it directly to "run".
9779
ff604a67
MR
97802014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
9781
9782 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
9783 30000 to 65536.
9784
6a3cb8e8
PA
97852014-05-21 Pedro Alves <palves@redhat.com>
9786
9787 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
9788 auto-connect-native-target off".
9789 * gdb.base/auto-connect-native-target.c: New file.
9790 * gdb.base/auto-connect-native-target.exp: New file.
9791
4ebfc96e
PA
97922014-05-21 Pedro Alves <palves@redhat.com>
9793
9794 * gdb.base/default.exp: Test "target native" instead of "target
9795 child".
9796
36d46afb
MW
97972014-05-21 Mark Wielaard <mjw@redhat.com>
9798
9799 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9800
5876f503
JK
98012014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9802
9803 Fix TLS access for -static -pthread.
9804 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
9805 <HAVE_TLS> (thread_function, main): Initialize it.
9806 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
9807 Add clean_restart.
9808 <$have_tls != "">: Check TLSVAR.
9809
0256a6ac
PA
98102014-05-21 Pedro Alves <palves@redhat.com>
9811
9812 * gdb.base/dcache-line-read-error.c: New.
9813 * gdb.base/dcache-line-read-error.exp: New.
9814
936d2992
PA
98152014-05-20 Pedro Alves <palves@redhat.com>
9816
9817 * gdb.base/compare-sections.c: New file.
9818 * gdb.base/compare-sections.exp: New file.
9819
802e8e6d
PA
98202014-05-20 Pedro Alves <palves@redhat.com>
9821
9822 * gdb.base/break-idempotent.c: New file.
9823 * gdb.base/break-idempotent.exp: New file.
9824
e59fa00f
MM
98252014-05-20 Markus Metzger <markus.t.metzger@intel.com>
9826
9827 * gdb.btrace/nohist.exp: New.
9828
8b696e31
YQ
98292014-05-20 Yao Qi <yao@codesourcery.com>
9830
9831 * lib/gdb.exp (gdb_init): Set timeout if test file is under
9832 gdb.reverse directory and gdb_reverse_timeout exists in board
9833 setting.
9834 * README: Document gdb_reverse_timeout.
9835
73c9764f
YQ
98362014-05-20 Yao Qi <yao@codesourcery.com>
9837
9838 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
9839 'test_file_name'. Treat args as a string instead of a list.
9840 (gdb_init): Rename argument 'args' by 'test_file_name'.
9841
f1f4348a
JK
98422014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9843
9844 * gdb.arch/powerpc-power.exp: New file.
9845 * gdb.arch/powerpc-power.s: New file.
9846
0dbe70ce
DE
98472014-05-16 Doug Evans <dje@google.com>
9848
9849 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
9850 * gdb.base/completion.exp: Check that all expected files exist
9851 before doing file completion.
0dbe70ce 9852
8d551b02
DE
98532014-05-16 Doug Evans <dje@google.com>
9854
9855 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
9856 Update.
9857 (do_syscall_tests_without_xml): Update.
9858
73eb7709
PA
98592014-05-16 Pedro Alves <palves@redhat.com>
9860
9861 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
9862 instead of "unknown output after running".
9863
3fae92fc
YQ
98642014-05-16 Yao Qi <yao@codesourcery.com>
9865
9866 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
9867 file1.txt from host at the end.
9868 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9869
c2b2ccc5
DE
98702014-05-15 Doug Evans <dje@google.com>
9871
9872 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
9873 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
9874 loading file. Add test for TU lookup.
9875
8c217a4b
SM
98762014-05-15 Simon Marchi <simon.marchi@ericsson.com>
9877
9878 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
9879 calling "-exec-arguments" or "set args" before running the
9880 inferior.
9881
3deb39c6
SM
98822014-05-15 Simon Marchi <simon.marchi@ericsson.com>
9883
9884 * lib/mi-support.exp (mi_expect_stop): Expect message for
9885 inferiors that exit with non-zero exit code.
9886
71a79f8c
YQ
98872014-05-14 Yao Qi <yao@codesourcery.com>
9888
9889 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
9890 match absolute path on remote host.
9891 (test_file_list_exec_source_files): Remove "/" from the
9892 pattern.
9893
f23fcd46
YQ
98942014-05-14 Yao Qi <yao@codesourcery.com>
9895
9896 * boards/local-remote-host-notty.exp (${board}_file): New
9897 proc.
9898
9404b58f
KM
98992014-05-07 Kyle McMartin <kyle@redhat.com>
9900
9901 Pushed by Joel Brobecker <brobecker@adacore.com>.
9902 * gdb.arch/aarch64-atomic-inst.c: New file.
9903 * gdb.arch/aarch64-atomic-inst.exp: New file.
9904
5e45f04c
YQ
99052014-05-07 Yao Qi <yao@codesourcery.com>
9906
9907 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
9908 in current context" too.
9909
c888a17d
KS
99102014-05-05 Keith Seitz <keiths@redhat.com>
9911
9912 * gdb.linespec/ls-dollar.exp: Add test for linespec
9913 file:convenience_variable.
9914
290a839c
YQ
99152014-05-05 Yao Qi <yao@codesourcery.com>
9916
9917 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
9918 traceframes into tfile and ctf trace files. Read data from
9919 trace file and test collected data.
9920 (gdb_collect_locals_test): Likewise.
9921 (gdb_unavailable_registers_test): Likewise.
9922 (gdb_unavailable_floats): Likewise.
9923 (gdb_collect_globals_test): Likewise.
9924 (top-level): Append "ctf" to trace_file_targets if GDB
9925 supports.
9926
b5262cd0
YQ
99272014-05-05 Yao Qi <yao@codesourcery.com>
9928
9929 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
9930 code to ...
9931 (gdb_collect_args_test_1): ... it. New proc.
9932 (gdb_collect_locals_test): Move some code to ...
9933 (gdb_collect_locals_test_1): ... it. New proc.
9934 (gdb_unavailable_registers_test): Move some code to ...
9935 (gdb_unavailable_registers_test_1): ... it. New proc.
9936 (gdb_unavailable_floats): Move some code to ...
9937 (gdb_unavailable_floats_1): ... it. New proc.
9938
30a1e6cc
SDJ
99392014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
9940
9941 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
9942 probes to test for bitness recognition.
9943 * gdb.arch/amd64-stap-optional-prefix.exp
9944 (test_probe_value_without_reg): New procedure.
9945 Add code to test for different kinds of bitness.
9946
f33da99a
SDJ
99472014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
9948
9949 PR breakpoints/16889
9950 * gdb.arch/amd64-stap-optional-prefix.S: New file.
9951 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9952
5b80f00d
PA
99532014-05-01 Pedro Alves <palves@redhat.com>
9954
9955 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
9956 gdb_file_cmd if no file is specified.
9957 * boards/native-extended-gdbserver.exp (gdb_load): Use the
9958 last_loaded_file to set the remote exec-file.
9959
f8c2a73c
PA
99602014-05-01 Pedro Alves <palves@redhat.com>
9961
9962 * boards/local-remote-host.exp: New file.
9963
be6e8ac7
PA
99642014-05-01 Pedro Alves <palves@redhat.com>
9965
9966 * boards/local-remote-host.exp: Rename to ...
9967 * boards/local-remote-host-notty.exp: ... this.
9968
cac0dc8f
JB
99692014-04-28 Joel Brobecker <brobecker@adacore.com>
9970
9971 * gdb.ada/dyn_arrayidx: New testcase.
9972
9730e6cc
YQ
99732014-04-26 Yao Qi <yao@codesourcery.com>
9974
9975 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
9976 and compute the length of function main. Save it in
9977 $main_length.
9978 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
9979 (top-level): Use gdb_compile to compile objects into
9980 executable and restart GDB. Remove invocation to
9981 prepare_for_testing.
9982
7ae1a6a6
PA
99832014-04-25 Simon Marchi <simon.marchi@ericsson.com>
9984 Pedro Alves <palves@redhat.com>
9985
9986 PR server/16255
9987 * gdb.multi/multi-attach.c: New file.
9988 * gdb.multi/multi-attach.exp: New file.
9989
4082afcc
PA
99902014-04-25 Pedro Alves <palves@redhat.com>
9991
9992 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
9993 user.
9994 (top level): Test that "set remote conditional-breakpoints-packet
9995 off" works as intended.
9996 * gdb.base/dprintf.exp: Test that "set remote
9997 breakpoint-commands-packet off" works as intended.
9998 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
9999 New function.
10000 (top level): Call it.
10001 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
10002 remote fast-tracepoints-packet off" works as intended.
10003 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
10004 * lib/gdb.exp (gdb_is_target_remote): ... here.
10005
2abc3f8d
DB
100062014-04-24 David Blaikie <dblaikie@gmail.com>
10007
10008 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
10009 ensure clang would not discard them.
10010 * gdb.base/gdbvars.c: Ditto.
10011 * gdb.base/memattr.c: Ditto.
10012 * gdb.base/whatis.c: Ditto.
10013 * gdb.python/py-prettyprint.c: Ditto.
10014 * gdb.trace/actions.c: Ditto.
10015 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
10016 ensure clang would not discard it.
10017
bfd39632
DB
100182014-04-24 David Blaikie <dblaikie@gmail.com>
10019
10020 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
10021 clang to emit the full definition of type required by the test
10022 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
10023
22842ff6
DB
100242014-04-24 David Blaikie <dblaikie@gmail.com>
10025
10026 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
10027 coax Clang into emitting the definition of the type.
10028 * gdb.cp/pr10728-x.h (y): Ditto.
10029 * gdb.cp/pr10728-y.cc (y): Ditto.
10030
c2e827ad
DB
100312014-04-24 David Blaikie <dblaikie@gmail.com>
10032
10033 * gdb.base/label.exp: XFAIL label related tests under Clang.
10034 * gdb.cp/cplabel.exp: Ditto.
10035 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
10036 under Clang those using labels.
10037
4c2d33e7
YQ
100382014-04-25 Yao Qi <yao@codesourcery.com>
10039
10040 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
10041 double_label.
10042 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
10043 partial_label and double_label.
10044
56083b99
DB
100452014-04-24 David Blaikie <dblaikie@gmail.com>
10046
10047 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
10048
25d4e99d
DB
100492014-04-24 David Blaikie <dblaikie@gmail.com>
10050
10051 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
10052 of the function to work across GCC and Clang.
10053 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
10054 pointer types (const void ** const V void **).
10055
01f9f808
MS
100562014-04-24 Michael Sturm <michael.sturm@mintel.com>
10057 Walfred Tedeschi <walfred.tedeschi@intel.com>
10058
10059 * Makefile.in (EXECUTABLES): Added i386-avx512.
10060 * gdb.arch/i386-avx512.c: New file.
10061 * gdb.arch/i386-avx512.exp: Likewise.
10062
4b48d439
KS
100632014-04-23 Keith Seitz <keiths@redhat.com>
10064
10065 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10066 (mi_make_breakpoint_table): New procedure.
10067 (mi_create_breakpoint): Use mi_make_breakpoint
10068 and return the result.
10069 (mi_make_breakpoint): New procedure.
10070 (mi_build_kv_pairs): New procedure.
10071
10072 * gdb.mi/mi-break.exp: Remove unused globals,
10073 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10074 All callers updated.
10075 * gdb.mi/mi-dprintf.exp: Use variable to track command
10076 number.
10077 Update all callers of mi_create_breakpoint and use
10078 mi_make_breakpoint_table.
10079 Remove any unused global variables.
10080 * gdb.mi/mi-nonstop.exp: Likewise.
10081 * gdb.mi/mi-nsintrall.exp: Likewise.
10082 * gdb.mi/mi-nsmoribund.exp: Likewise.
10083 * gdb.mi/mi-nsthrexec.exp: Likewise.
10084 * gdb.mi/mi-reverse.exp: Likewise.
10085 * gdb.mi/mi-simplerun.exp: Likewise.
10086 * gdb.mi/mi-stepn.exp: Likewise.
10087 * gdb.mi/mi-syn-frame.exp: Likewise.
10088 * gdb.mi/mi-until.exp: Likewise.
10089 * gdb.mi/mi-var-cp.exp: Likewise.
10090 * gdb.mi/mi-var-display.exp: Likewise.
10091 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10092 * gdb.mi/mi2-var-child.exp: Likewise.
10093 * gdb.mi/mi-vla-c99.exp: Likewise.
10094 * lib/mi-support.exp: Likewise.
10095
10096 From Ian Lance Taylor <iant@cygnus.com>:
10097 * lib/gdb.exp (parse_args): New procedure.
10098
08351840
PA
100992014-04-23 Pedro Alves <palves@redhat.com>
10100
10101 * gdb.base/break-unload-file.c: New file.
10102 * gdb.base/break-unload-file.exp: New file.
10103 * gdb.base/sym-file-lib.c (baz): New function.
10104 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10105 field.
10106 (load): Store the segment's mapped size.
10107 (unload): New function.
10108 (unload_shlib): New function.
10109 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10110 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10111 set a breakpoint at baz, and call it.
10112 * gdb.base/sym-file.exp: New tests for stale breakpoint
10113 instructions.
10114
076855f9
PA
101152014-04-23 Pedro Alves <palves@redhat.com>
10116
10117 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10118 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10119 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10120 * gdb.base/hbreak-unmapped.c: New file.
10121 * gdb.base/hbreak-unmapped.exp: New file.
10122 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10123 * lib/gdb.exp (gdb_is_target_remote): ... here.
10124
483805cf
PA
101252014-04-22 Pedro Alves <palves@redhat.com>
10126
10127 * gdb.base/consecutive-step-over.c: New file.
10128 * gdb.base/consecutive-step-over.exp: New file.
10129
06d97543
PA
101302014-04-22 Pedro Alves <palves@redhat.com>
10131
10132 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10133 instead of send_gdb/gdb_expect.
10134
b4429ea2
YQ
101352014-04-22 Yao Qi <yao@codesourcery.com>
10136
10137 * lib/trace-support.exp (generate_tracefile): New procedure.
10138 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10139 return 0.
10140 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10141 if generate_tracefile returns 1.
10142
51d48146
PA
101432014-04-18 Tom Tromey <palves@redhat.com>
10144 Pedro alves <tromey@redhat.com>
10145
10146 PR backtrace/15558
10147 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10148 with a backtrace limit.
10149 * gdb.python/py-frame-inline.exp: Test running to an inline
10150 function with a backtrace limit, and printing the newest frame.
10151 * gdb.python/py-frame-inline.c (main): Call f.
10152
bd1dce5f
MS
101532014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10154
10155 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10156
40d1a503
MS
101572014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10158
10159 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10160 Drop prefix from unsupported source file path.
10161
389b98f7
YQ
101622014-04-17 Yao Qi <yao@codesourcery.com>
10163
10164 * lib/gdb.exp (with_target_charset): New proc.
10165 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10166 with_target_charset.
10167 (test_print_strings): Likewise.
10168 (test_repeat_bytes): Likewise.
10169 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10170 for some tests.
10171
22869d73
KS
101722014-04-16 Keith Seitz <keiths@redhat.com>
10173
10174 PR gdb/15827
10175 * gdb.dwarf2/corrupt.c: New file.
10176 * gdb.dwarf2/corrupt.exp: New file.
10177
c4f87ca6
KS
101782014-04-16 Keith Seitz <keiths@redhat.com>
10179
10180 PR c++/16597
10181 * gdb.cp/namelessclass.cc: New file.
10182 * gdb.cp/namelessclass.exp: New file.
10183 * gdb.cp/namelessclass.S: New file.
10184
ab19de87
DE
101852014-04-16 Doug Evans <dje@google.com>
10186
10187 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10188 Add comment.
10189 (gdbserver_default_get_comm_port): New function.
10190 (gdbserver_start): Check if board file provided
10191 "gdbserver,get_comm_port" and use it if so.
10192 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10193 (gdb,socketport): Set to "stdio".
10194 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10195 (stdio_gdbserver_template): Delete.
10196 (${board}_get_remote_address): Update.
10197 (${board}_build_remote_cmd): Delete.
10198 (${board}_get_comm_port): New function.
10199 (${board}_spawn): Update.
10200 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10201 Delete.
10202 (${board}_get_remote_address): Update.
10203 (${board}_get_comm_port): New function.
10204
fc98a809
AB
102052014-04-16 Andrew Burgess <aburgess@broadcom.com>
10206
10207 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10208 appearing in any order.
10209
87fd9e6e
DE
102102014-04-15 Doug Evans <dje@google.com>
10211
10212 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10213 uninitialized value of "description".
10214
099fc3ea
KS
102152014-04-15 Keith Seitz <keiths@redhat.com>
10216
10217 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10218 Remove unused globals.
10219 (test_running_the_program): Likewise.
10220 (test_controlled_execution): Likewise.
10221 (test_controlling_breakpoints): Likewise.
10222 (test_program_termination): Likewise.
10223
5da151d4
KS
102242014-04-15 Keith Seitz <keiths@redhat.com>
10225
10226 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10227 unused globals.
10228 (test_rbreak_creation_and_listing): Likewise.
10229 (test_ignore_count): Likewise.
10230 (test_error): Likewise.
10231
35e5d2f0
PA
102322014-04-15 Pedro Alves <palves@redhat.com>
10233
10234 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10235 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10236 sym-file-loader.c.
10237 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10238 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10239 to sym-file-loader.c.
10240 (struct library): Forward declare.
10241 (load_shlib, lookup_function): Change prototypes.
10242 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10243 (translate_offset): Remove declarations.
10244 (get_text_addr): New declaration.
10245 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10246 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10247 sym-file-loader.h.
10248 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10249 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10250 here from sym-file-loader.h.
10251 (struct library): New structure.
10252 (load_shlib, lookup_function): Change prototypes and adjust to
10253 work with a struct library.
10254 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10255 (translate_offset): Make static.
10256 (get_text_addr): New function.
10257 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10258
eb4c1710
PA
102592014-04-15 Pedro Alves <palves@redhat.com>
10260
10261 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10262
2d1baf52
PA
102632014-04-15 Pedro Alves <palves@redhat.com>
10264
10265 * gdb.base/sym-file-loader.c: Include <limits.h>.
10266 (SELF_LINK): New define.
10267 (get_origin): New function.
10268 (load_shlib): Use it.
10269 * gdb.base/sym-file.exp: Don't early return if the target is
10270 remote. Use runto_main, and issue fail is that fails. Use
10271 gdb_load_shlibs.
10272 (shlib_name): Delete.
10273 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10274
7dd6df01
PA
102752014-04-15 Pedro Alves <palves@redhat.com>
10276
10277 * gdb.base/sym-file.exp: Remove regex characters from test
10278 message. Don't refer to breakpoint numbers in test messages.
10279
b50c8614
KS
102802014-04-14 Keith Seitz <keiths@redhat.com>
10281
10282 PR c++/16253
10283 * gdb.cp/var-tag.cc: New file.
10284 * gdb.cp/var-tag.exp: New file.
10285 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10286 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10287 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10288 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10289
3d567982
TT
102902014-04-14 Tom Tromey <tromey@redhat.com>
10291
10292 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10293 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10294 type.
10295 * gdb.cp/enum-class.exp: New file.
10296 * gdb.cp/enum-class.cc: New file.
10297
0626fc76
TT
102982014-04-14 Tom Tromey <tromey@redhat.com>
10299
10300 * gdb.dwarf2/enum-type.exp: New file.
10301
dca325b3
SA
103022014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10303
10304 * gdb.mi/mi-vla-c99.exp: New file.
10305 * gdb.mi/vla.c: New file.
10306
5854b38a
SA
103072014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10308
10309 * gdb.base/vla-datatypes.c: New file.
10310 * gdb.base/vla-datatypes.exp: New file.
10311
463bb957
SA
103122014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10313
10314 * gdb.base/vla-ptr.c: New file.
10315 * gdb.base/vla-ptr.exp: New file.
10316
3dd170be
SA
103172014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10318
10319 * gdb.dwarf2/count.exp: New file.
10320
5ecaaa66
SA
103212014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10322
10323 * gdb.base/vla-sideeffect.c: New file.
10324 * gdb.base/vla-sideeffect.exp: New file.
10325
41f1ada5
DB
103262014-04-14 David Blaikie <dblaikie@gmail.com>
10327
10328 * gdb.mi/non-stop.c: Add return value for non-void function return
10329 statement.
10330 * gdb.threads/staticthreads.c: Ditto.
10331
0be03e84
DE
103322014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10333 Doug Evans <xdje42@gmail.com>
10334
10335 * gdb.guile/scm-value.c: Improve test case.
10336 * gdb.guile/scm-value.exp: Add new test.
10337
f180a1fb
DB
103382014-04-11 David Blaikie <dblaikie@gmail.com>
10339
10340 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10341 override Clang's default.
10342
6b662e19
JB
103432014-04-11 Joel Brobecker <brobecker@adacore.com>
10344
10345 Revert the following changes (regressions):
10346
10347 * gdb.base/vla-sideeffect.c: New file.
10348 * gdb.base/vla-sideeffect.exp: New file.
10349
10350 * gdb.dwarf2/count.exp: New file.
10351
10352 * gdb.base/vla-multi.c: New file.
10353 * gdb.base/vla-multi.exp: New file.
10354
10355 * gdb.base/vla-ptr.c: New file.
10356 * gdb.base/vla-ptr.exp: New file.
10357
10358 * gdb.base/vla-datatypes.c: New file.
10359 * gdb.base/vla-datatypes.exp: New file.
10360
10361 * gdb.mi/mi-vla-c99.exp: New file.
10362 * gdb.mi/vla.c: New file.
10363
245a5f0b
KS
103642014-04-11 Keith Seitz <keiths@redhat.com>
10365
10366 PR c++/16675
10367 * gdb.cp/cpsizeof.exp: New file.
10368 * gdb.cp/cpsizeof.cc: New file.
10369
58a84dcf
SA
103702014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10371
191a8a90
JB
10372 * gdb.mi/mi-vla-c99.exp: New file.
10373 * gdb.mi/vla.c: New file.
58a84dcf 10374
c8655f75
SA
103752014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10376
10377 * gdb.base/vla-datatypes.c: New file.
10378 * gdb.base/vla-datatypes.exp: New file.
10379
024e13b4
SA
103802014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10381
10382 * gdb.base/vla-ptr.c: New file.
10383 * gdb.base/vla-ptr.exp: New file.
10384
1a237e0e
SA
103852014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10386
10387 * gdb.base/vla-multi.c: New file.
10388 * gdb.base/vla-multi.exp: New file.
10389
504f3432
SA
103902014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10391
10392 * gdb.dwarf2/count.exp: New file.
10393
3bce8237
SA
103942014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10395
191a8a90
JB
10396 * gdb.base/vla-sideeffect.c: New file.
10397 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 10398
322f9c21
YQ
103992014-04-11 Yao Qi <yao@codesourcery.com>
10400
10401 * gdb.base/completion.exp: Check file exists before running tests
10402 on file completion.
10403
d708bcd1
PA
104042014-04-10 Pedro Alves <palves@redhat.com>
10405
10406 * gdb.base/cond-eval-mode.c: New file.
10407 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10408 prepare_for_testing to build the new file. Check result of
10409 runto_main.
10410 (test_break, test_watch): New procedures.
10411 (top level): Use them.
10412
ae1d2761
PM
104132014-04-08 Pierre Muller <muller@sourceware.org>
10414
10415 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10416 Ctrl-V use for mingw hosts.
10417
7af389b8
SC
104182014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10419
10420 * gdb.python/py-value.c: Improve test case.
10421 * gdb.python/py-value.exp: Add new test.
10422
5e703181
DE
104232014-04-07 David Blaikie <dblaikie@gmail.com>
10424
10425 * lib/compiler.c: Identify the clang compiler.
10426 * lib/compiler.cc: Ditto.
10427
9810b410
YQ
104282014-04-03 Yao Qi <yao@codesourcery.com>
10429
10430 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10431
98d1b8dc
AB
104322014-04-01 Anton Blanchard <anton@samba.org>
10433
10434 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10435 messages unique.
10436
3114cea1
AB
104372014-04-01 Anton Blanchard <anton@samba.org>
10438
10439 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10440 prepare_for_testing.
10441
62f7182c
AB
104422014-04-01 Anton Blanchard <anton@samba.org>
10443
10444 * gdb.arch/ppc64-atomic-inst.c: Remove.
10445 * gdb.arch/ppc64-atomic-inst.S: New file.
10446 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10447
770e7fc7
DE
104482014-03-31 Doug Evans <dje@google.com>
10449
10450 * gdb.base/print-symbol-loading-lib.c: New file.
10451 * gdb.base/print-symbol-loading-main.c: New file.
10452 * gdb.base/print-symbol-loading.exp: New file.
10453
46e2bafa
YQ
104542014-03-31 Yao Qi <yao@codesourcery.com>
10455
10456 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10457
8776cfe9
JB
104582014-03-28 Joel Brobecker <brobecker@adacore.com>
10459
10460 * gdb.ada/mi_dyn_arr: New testcase.
10461
5d1ef361
DE
104622014-03-27 Doug Evans <dje@google.com>
10463
10464 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10465
b5bee914
YQ
104662014-03-27 Yao Qi <yao@codesourcery.com>
10467
10468 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10469 if target is nios2-*-*.
10470
0d4d0e77
YQ
104712014-03-26 Yao Qi <yao@codesourcery.com>
10472
10473 * lib/gdb.exp (readline_is_used): New proc.
10474 * gdb.base/completion.exp: Move tests on command complete up.
10475 Skip the rest of tests if readline is not used.
10476 * gdb.ada/complete.exp: Skp the test if readline is not
10477 used.
10478 * gdb.base/filesym.exp: Likewise.
10479 * gdb.base/macscp.exp: Likewise.
10480 * gdb.base/readline-ask.exp: Likewise.
10481 * gdb.base/readline.exp: Likewise.
10482 * gdb.python/py-cmd.exp: Likewise.
10483 * gdb.trace/tfile.exp: Likewise.
10484
29361eee
YQ
104852014-03-26 Yao Qi <yao@codesourcery.com>
10486
10487 * gdb.base/macscp.exp: Fix code format issues.
10488
bc9a5525
UW
104892014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10490
10491 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10492 * gdb.asm/powerpc64le.inc: New file.
10493
d3839ede
PA
104942014-03-25 Pedro Alves <palves@redhat.com>
10495 Doug Evans <dje@google.com>
10496
10497 * gdb.base/source-execution.c: New file.
10498 * gdb.base/source-execution.exp: New file.
10499 * gdb.base/source-execution.gdb: New file.
10500
01672a57
DE
105012014-03-24 Doug Evans <dje@google.com>
10502
10503 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10504 using fission.
10505
88bbeca9
HZ
105062014-03-24 Hui Zhu <hui@codesourcery.com>
10507 Pedro Alves <palves@redhat.com>
10508
10509 PR breakpoints/16101
10510 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10511 test pass/fail messages. Detect missing support for dprintf when
10512 breakpoints are actually inserted.
10513 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10514 breakpoints are actually inserted.
10515 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10516 fails.
10517
d2348791
JK
105182014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10519
10520 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10521
feef67ab
DE
105222014-03-22 Doug Evans <xdje42@gmail.com>
10523
10524 * gdb.python/python.exp (python not supported): Verify multi-line
10525 python command issues an error.
25d743f9 10526 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 10527 guile command issues an error.
feef67ab 10528
ecebef6a
MR
105292014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10530
10531 * gdb.threads/thread-specific.exp: Handle the lack of usable
10532 $this_breakpoint and $this_thread.
10533
ccdd1909
HZ
105342014-03-21 Hui Zhu <hui@codesourcery.com>
10535
10536 * gdb.base/attach.exp (do_command_attach_tests): New.
10537
beb460e8
PA
105382014-03-20 Tom Tromey <tromey@redhat.com>
10539 Pedro Alves <palves@redhat.com>
10540
10541 PR cli/15718
10542 * gdb.base/condbreak-call-false.c: New file.
10543 * gdb.base/condbreak-call-false.exp: New file.
10544
40acf43a
PA
105452014-03-20 Pedro Alves <palves@redhat.com>
10546
10547 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10548 Delete.
10549 (block_signals, unblock_signals): Delete.
10550 (child_function_2, main): Remove references to deleted variable
10551 and functions.
10552
9f5e1e02
PA
105532014-03-20 Pedro Alves <palves@redhat.com>
10554
10555 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10556 Use pthread_kill to signal thread 2.
10557 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10558 Adjust to make the test send itself a signal rather than using the
10559 host's "kill" command.
10560
99619bea
PA
105612014-03-20 Pedro Alves <palves@redhat.com>
10562
10563 * gdb.threads/multiple-step-overs.c: New file.
10564 * gdb.threads/multiple-step-overs.exp: New file.
10565 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10566 Adjust expected infrun debug output.
10567
2adfaa28
PA
105682014-03-20 Pedro Alves <palves@redhat.com>
10569
10570 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10571 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10572
31e77af2
PA
105732014-03-20 Pedro Alves <palves@redhat.com>
10574
10575 PR breakpoints/7143
10576 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10577 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10578 of gdb_test_multiple.
10579 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10580 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10581
b9f437de
PA
105822014-03-20 Pedro Alves <palves@redhat.com>
10583
10584 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10585 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10586
05adc73e
PA
105872014-03-19 Pedro Alves <palves@redhat.com>
10588
10589 * gdb.base/async.exp: Remove early return.
10590
6048b950
PA
105912014-03-19 Pedro Alves <palves@redhat.com>
10592
10593 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10594
8bcfb00a
PA
105952014-03-19 Pedro Alves <palves@redhat.com>
10596
10597 * gdb.base/async.exp (test_background): Expect \r\n after
10598 "completed." in the fail pattern.
10599
884e37dc
PA
106002014-03-19 Pedro Alves <palves@redhat.com>
10601
10602 * gdb.base/async.exp (test_background): New procedure.
10603 Use it for all background execution command tests.
10604
148e57e2
PA
106052014-03-19 Pedro Alves <palves@redhat.com>
10606
10607 * gdb.base/async.exp: Use prepare_for_testing.
10608
f48088c7
PA
106092014-03-19 Pedro Alves <palves@redhat.com>
10610
10611 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10612 the same line.
10613
e2f6c966
PA
106142014-03-19 Pedro Alves <palves@redhat.com>
10615
10616 * gdb.base/async.c (main): Add "jump here" and "until here" line
10617 marker comments.
10618 * gdb.base/async.exp (jump_here): New global.
10619 (jump& test): Use it.
10620 (until_here): New global.
10621 (until& test): Use it.
10622
c30568d4
PA
106232014-03-19 Pedro Alves <palves@redhat.com>
10624
10625 * gdb.base/async.exp: Don't frob gdb_protocol.
10626
0172b6a7
DE
106272014-03-18 Doug Evans <xdje42@gmail.com>
10628
10629 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10630 Fix spelling of exec-done-display.
10631
06c868a8
JK
106322014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10633
10634 PR gdb/15358
10635 * gdb.base/gdb-sigterm.c: New file.
10636 * gdb.base/gdb-sigterm.exp: New file.
10637
0c7e1a46
PA
106382014-03-18 Pedro Alves <palves@redhat.com>
10639
10640 PR gdb/13860
10641 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10642 * lib/mi-support.exp (mi_expect_stop): Add special handling for
10643 solib-event.
10644
f7c77d93
JB
106452014-03-17 Joel Brobecker <brobecker@adacore.com>
10646
10647 * gdb.ada/pckd_arr_ren: New testcase.
10648
5a1e8c7a
DE
106492014-03-13 Doug Evans <xdje42@gmail.com>
10650
10651 PR guile/16612
10652 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10653 collect after discarding symbols.
10654
350e1a76
DE
106552014-03-13 Ludovic Courtès <ludo@gnu.org>
10656 Doug Evans <xdje42@gmail.com>
10657
10658 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10659 to history survives a gc.
10660
a69900ae
PA
106612014-03-13 Pedro Alves <palves@redhat.com>
10662
10663 * gdb.base/default.exp: Don't test "target procfs".
10664
5db9f0bd
PA
106652014-03-13 Pedro Alves <palves@redhat.com>
10666
10667 * gdb.base/default.exp: Update "target child" and "target procfs"
10668 tests to not expect "Unix".
10669
b3ccfe11
TT
106702014-03-12 Tom Tromey <tromey@redhat.com>
10671
10672 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
10673 New procs. Add target-async tests.
10674 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
10675 Add target-async tests.
10676
646f4417
AA
106772014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10678
10679 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
10680 'func_start' and 'func_end' for the beginning and end of the
10681 function code, respectively.
10682 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
10683 'func_end' instead of 'func' and 'main'.
10684
288c211f
AA
106852014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10686
10687 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
10688 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
10689 generate the debug info assembler source.
10690
e0c0f156
AA
106912014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10692
10693 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
10694 * gdb.dwarf2/arr-subrange.exp: Likewise.
10695 * gdb.dwarf2/dwz.exp: Likewise.
10696 * gdb.dwarf2/method-ptr.exp: Likewise.
10697 * gdb.dwarf2/missing-sig-type.exp: Likewise.
10698 * gdb.dwarf2/subrange.exp: Likewise.
10699 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
10700 * gdb.dwarf2/implptrpiece.exp: Likewise.
10701 * gdb.dwarf2/nostaticblock.exp: Likewise.
10702
0e5c4555
AA
107032014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10704
10705 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
10706 directory to absolute path name arguments.
10707
5ec18f2b
JG
107082014-03-10 Joel Brobecker <brobecker@adacore.com>
10709
10710 * gdb.ada/tagged_access: New testcase.
10711
847fc4f2
MM
107122014-03-07 Markus Metzger <markus.t.metzger@intel.com>
10713
10714 * gdb.btrace/data.exp: Update expected output.
10715
cc3da688
YQ
107162014-03-06 Yao Qi <yao@codesourcery.com>
10717
10718 * gdb.trace/pr16508.exp: New file.
10719
0f26cec1
PA
107202014-03-05 Pedro Alves <palves@redhat.com>
10721
10722 PR gdb/16575
10723 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
10724 procedure.
10725 (top level): Adjust to use it. Add tests that exercise breakpoint
10726 interaction with the code-cache.
10727
7a5a839f
LC
107282014-02-26 Ludovic Courtès <ludo@gnu.org>
10729
10730 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
10731 test for 'history-append!'.
10732
31aa7e4e
JB
107332014-02-26 Joel Brobecker <brobecker@adacore.com>
10734
10735 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
10736 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
10737 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
10738 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
10739 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
10740 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
10741
1b588015
JB
107422014-02-26 Joel Brobecker <brobecker@adacore.com>
10743
10744 * testsuite/gdb.python/py-pp-re-notag.c: New file.
10745 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
10746 * testsuite/gdb.python/py-pp-re-notag.p: New file.
10747
55426c9d
JB
107482014-02-26 Joel Brobecker <brobecker@adacore.com>
10749
10750 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
10751
dc53a7ad
JB
107522014-02-26 Joel Brobecker <brobecker@adacore.com>
10753
10754 * gdb.dwarf2/arr-stride.c: New file.
10755 * gdb.dwarf2/arr-stride.exp: New file.
10756
12ab52e9
PA
107572014-02-26 Pedro Alves <palves@redhat.com>
10758
10759 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
10760 that won't ever trigger. Make sure that GDB reports the correct
10761 breakpoint that caused the stop.
10762
849c862e
JK
107632014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10764
10765 PR gdb/16626
10766 * gdb.base/auto-load-script: New file.
10767 * gdb.base/auto-load.c: New file.
10768 * gdb.base/auto-load.exp: New file.
10769
71b7d793
JK
10770 PR gdb/16626
10771 * gdb.base/auto-load.exp: Fix out-of-srctree run.
10772
e2f0d509
JK
107732014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10774
10775 Fix dw2-icycle.exp -fsanitize=address GDB crash.
10776 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
10777
50cc37c8
DE
107782014-02-24 Doug Evans <dje@google.com>
10779
10780 * lib/gdb.exp (run_on_host): Log error output if program fails.
10781
ea4758f2
PA
107822014-02-21 Pedro Alves <palves@redhat.com>
10783
10784 * gdb.threads/step-after-sr-lock.c: Rename to ...
10785 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
10786 * gdb.threads/step-after-sr-lock.exp: Rename to ...
10787 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10788 ... this.
10789
d7b30f67
SDJ
107902014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
10791
10792 PR tdep/16397
10793 * gdb.arch/amd64-stap-special-operands.exp: New file.
10794 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
10795 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
10796 * gdb.arch/amd64-stap-triplet.S: Likewise.
10797 * gdb.arch/amd64-stap-triplet.c: Likewise.
10798
83deb43f
JB
107992014-02-20 Joel Brobecker <brobecker@adacore.com>
10800
10801 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
10802 in .section pseudo-op.
10803
adde2bff
DE
108042014-02-20 lin zuojian <manjian2006@gmail.com>
10805 Joel Brobecker <brobecker@adacore.com>
10806 Doug Evans <xdje42@gmail.com>
10807
10808 PR symtab/16581
10809 * gdb.dwarf2/dw2-icycle.S: New file.
10810 * gdb.dwarf2/dw2-icycle.c: New file.
10811 * gdb.dwarf2/dw2-icycle.exp: New file.
10812
f7bd0f78
SC
108132014-02-19 Siva Chandra Reddy <sivachandra@google.com>
10814
10815 * gdb.python/py-value-cc.cc: Improve test case to enable testing
10816 operations on gdb.Value objects.
10817 * gdb.python/py-value-cc.exp: Add new test to test operations on
10818 gdb.Value objects.
10819
c17ef0d5
DE
108202014-02-18 Doug Evans <dje@google.com>
10821
10822 * Makefile.in (TESTS): New variable.
10823 (expanded_tests, expanded_tests_or_none): New variables
10824 (check-single): Pass $(expanded_tests_or_none) to runtest.
10825 (check-parallel): Only run tests in $(TESTS) if non-empty.
10826 (check/no-matching-tests-found): New rule.
10827 * README: Document TESTS makefile variable.
10828
5dd3176f
DE
108292014-02-18 Doug Evans <dje@google.com>
10830
10831 * Makefile.in (check-parallel): rm -rf outputs temp.
10832
0b10be4f
JK
108332014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10834
10835 Fix "ERROR: no fileid for" in the testsuite.
10836 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
10837
85f224e7
DE
108382014-02-12 Doug Evans <dje@google.com>
10839
10840 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
10841 (MISCELLANEOUS): New variable.
10842 (clean): rm -rf $(MISCELLANEOUS).
10843 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
10844 dwp live in the same directory as symlinks, with each symlink pointed
10845 to a differently named file in a different directory.
10846
149b30ff
DE
108472014-02-11 Doug Evans <dje@google.com>
10848
10849 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
10850 of Tcl file commands.
10851
1dfdac32
MK
108522014-02-10 Mark Kettenis <kettenis@gnu.org>
10853
10854 * gdb.threads/step-after-sr-lock.exp: Avoid executing
10855 "kill -SIGUSR1 -1".
10856
aa4fb036
JB
108572014-02-10 Joel Brobecker <brobecker@adacore.com>
10858
10859 * gdb.ada/tick_length_array_enum_idx: New testcase.
10860
ed3ef339
DE
108612014-02-10 Doug Evans <xdje42@gmail.com>
10862
10863 * configure.ac (AC_OUTPUT): Add gdb.guile.
10864 * configure: Regenerate.
10865 * lib/gdb-guile.exp: New file.
10866 * lib/gdb.exp (get_target_charset): New function.
10867 * gdb.base/help.exp: Update expected output from "apropos apropos".
10868 * gdb.guile/Makefile.in: New file.
10869 * gdb.guile/guile.exp: New file.
10870 * gdb.guile/scm-arch.c: New file.
10871 * gdb.guile/scm-arch.exp: New file.
10872 * gdb.guile/scm-block.c: New file.
10873 * gdb.guile/scm-block.exp: New file.
10874 * gdb.guile/scm-breakpoint.c: New file.
10875 * gdb.guile/scm-breakpoint.exp: New file.
10876 * gdb.guile/scm-disasm.c: New file.
10877 * gdb.guile/scm-disasm.exp: New file.
10878 * gdb.guile/scm-equal.c: New file.
10879 * gdb.guile/scm-equal.exp: New file.
10880 * gdb.guile/scm-error.exp: New file.
10881 * gdb.guile/scm-error.scm: New file.
10882 * gdb.guile/scm-frame-args.c: New file.
10883 * gdb.guile/scm-frame-args.exp: New file.
10884 * gdb.guile/scm-frame-args.scm: New file.
10885 * gdb.guile/scm-frame-inline.c: New file.
10886 * gdb.guile/scm-frame-inline.exp: New file.
10887 * gdb.guile/scm-frame.c: New file.
10888 * gdb.guile/scm-frame.exp: New file.
10889 * gdb.guile/scm-generics.exp: New file.
10890 * gdb.guile/scm-gsmob.exp: New file.
10891 * gdb.guile/scm-iterator.c: New file.
10892 * gdb.guile/scm-iterator.exp: New file.
10893 * gdb.guile/scm-math.c: New file.
10894 * gdb.guile/scm-math.exp: New file.
10895 * gdb.guile/scm-objfile-script-gdb.in: New file.
10896 * gdb.guile/scm-objfile-script.c: New file.
10897 * gdb.guile/scm-objfile-script.exp: New file.
10898 * gdb.guile/scm-objfile.c: New file.
10899 * gdb.guile/scm-objfile.exp: New file.
10900 * gdb.guile/scm-ports.exp: New file.
10901 * gdb.guile/scm-pretty-print.c: New file.
10902 * gdb.guile/scm-pretty-print.exp: New file.
10903 * gdb.guile/scm-pretty-print.scm: New file.
10904 * gdb.guile/scm-section-script.c: New file.
10905 * gdb.guile/scm-section-script.exp: New file.
10906 * gdb.guile/scm-section-script.scm: New file.
10907 * gdb.guile/scm-symbol.c: New file.
10908 * gdb.guile/scm-symbol.exp: New file.
10909 * gdb.guile/scm-symtab-2.c: New file.
10910 * gdb.guile/scm-symtab.c: New file.
10911 * gdb.guile/scm-symtab.exp: New file.
10912 * gdb.guile/scm-type.c: New file.
10913 * gdb.guile/scm-type.exp: New file.
10914 * gdb.guile/scm-value-cc.cc: New file.
10915 * gdb.guile/scm-value-cc.exp: New file.
10916 * gdb.guile/scm-value.c: New file.
10917 * gdb.guile/scm-value.exp: New file.
10918 * gdb.guile/source2.scm: New file.
10919 * gdb.guile/types-module.cc: New file.
10920 * gdb.guile/types-module.exp: New file.
10921
7026a7c1
YQ
109222014-02-10 Yao Qi <yao@codesourcery.com>
10923
10924 PR testsuite/16543
10925 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
10926 * configure: Regenerated.
10927 * Makefile.in: New file.
10928
6c466447
AS
109292014-02-08 Andreas Schwab <schwab@linux-m68k.org>
10930
10931 * gdb.python/py-framefilter.exp: Fix typo.
10932
6e854735
YQ
109332014-02-08 Yao Qi <yao@codesourcery.com>
10934
10935 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
10936 that no =breakpoint-modified is emitted when breakpoints are
10937 modified through MI commands.
10938
d137e6dc
PA
109392014-02-07 Pedro Alves <pedro@codesourcery.com>
10940 Pedro Alves <palves@redhat.com>
10941
10942 * gdb.threads/step-after-sr-lock.c: New file.
10943 * gdb.threads/step-after-sr-lock.exp: New file.
10944
b5ee5a50
PA
109452014-02-07 Pedro Alves <palves@redhat.com>
10946
10947 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
10948
3c77faf3
JK
109492014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10950
10951 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
10952 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
10953
6dddc817
DE
109542014-02-06 Doug Evans <xdje42@gmail.com>
10955
10956 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
10957 output.
10958
10959 * gdb.gdb/python-interrupts.exp: New file.
10960
de7b2893
YQ
109612014-02-05 Yao Qi <yao@codesourcery.com>
10962
10963 * gdb.trace/report.exp (use_collected_data): Test the output
10964 of "info threads" and "info inferiors".
10965
66d032ac
YQ
109662014-02-05 Yao Qi <yao@codesourcery.com>
10967
10968 Revert this patch:
10969
10970 2013-05-24 Yao Qi <yao@codesourcery.com>
10971
10972 * gdb.trace/tfile.exp: Test inferior and thread.
10973
591a12a1
UW
109742014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
10975
10976 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
10977 on a function.
10978 * gdb.base/step-bt.c: Call hello via function pointer to make
10979 sure its first instruction is executed on powerpc64le-linux.
10980
0ff3e01f
UW
109812014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
10982
10983 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
10984
084ee545
UW
109852014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
10986
10987 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
10988 of the test patterns for use on little-endian systems.
10989
6ed14ff3
UW
109902014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
10991
10992 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
10993 (decimal_vector): Fix for little-endian.
10994
401e27fd
JM
109952014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
10996
10997 * gdb.arch/sparc-sysstep.exp: New file.
10998 * gdb.arch/sparc-sysstep.c: Likewise.
10999
11000 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
11001
8b924729
EBM
110022014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
11003
11004 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
11005
fb151210
JB
110062014-01-23 Tom Tromey <tromey@redhat.com>
11007
11008 * gdb.ada/array_char_idx: New testcase.
11009
0740f8d8
TT
110102014-01-23 Tom Tromey <tromey@redhat.com>
11011
11012 PR python/16487:
11013 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
11014 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
11015 classes.
11016
21909fa1
TT
110172014-01-23 Tom Tromey <tromey@redhat.com>
11018
11019 PR python/16491:
11020 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
11021 string from an inferior frame.
11022 * gdb.python/py-framefilter-mi.exp: Update.
11023
87ce2a04
DE
110242014-01-22 Doug Evans <dje@google.com>
11025
11026 * gdb.server/server-mon.exp: Add tests for "set debug-format".
11027
237b092b
AA
110282014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11029
11030 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
11031
d674a709
AA
110322014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11033
11034 * gdb.trace/entry-values.exp: Remove excess space character from
11035 regex patterns. Handle s390 call instruction.
11036
20fa3390
AA
110372014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11038
11039 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
11040 define "*_start" label. Make "name" static.
11041 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
11042 ${name} by references to ${name}_start.
11043
78466714
AA
110442014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
11045
11046 * gdb.base/info-macros.exp: Remove "debug" from the compile
11047 options.
11048
ec9f644a
IB
110492014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11050
11051 * gdb.dlang/demangle.exp: New file.
11052
94b1b47e
IB
110532014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11054
11055 * gdb.dlang/primitive-types.exp: New file.
11056
7f420862
IB
110572014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11058
11059 * configure.ac: Create gdb.dlang/Makefile.
11060 * configure: Regenerate.
11061 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11062 * gdb.dlang/Makefile.in: New file.
11063 * lib/d-support.exp: New file.
11064 * lib/gdb.exp (skip_d_tests): New proc.
11065
52834460
MM
110662014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11067
11068 * gdb.btrace/delta.exp: Check reverse stepi.
11069 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11070 * gdb.btrace/finish.exp: New.
11071 * gdb.btrace/next.exp: New.
11072 * gdb.btrace/nexti.exp: New.
11073 * gdb.btrace/record_goto.c: Add comments.
11074 * gdb.btrace/step.exp: New.
11075 * gdb.btrace/stepi.exp: New.
11076 * gdb.btrace/multi-thread-step.c: New.
11077 * gdb.btrace/multi-thread-step.exp: New.
11078 * gdb.btrace/rn-dl-bind.c: New.
11079 * gdb.btrace/rn-dl-bind.exp: New.
11080 * gdb.btrace/data.c: New.
11081 * gdb.btrace/data.exp: New.
11082 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11083
6e07b1d2
MM
110842014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11085
11086 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11087 * gdb.btrace/exception.exp: Update.
11088 * gdb.btrace/instruction_history.exp: Update.
11089 * gdb.btrace/record_goto.exp: Update.
11090 * gdb.btrace/tailcall.exp: Update.
11091 * gdb.btrace/unknown_functions.exp: Update.
11092 * gdb.btrace/delta.exp: New.
11093
0b722aec
MM
110942014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11095
11096 * gdb.btrace/record_goto.exp: Add backtrace test.
11097 * gdb.btrace/tailcall.exp: Add backtrace test.
11098
066ce621
MM
110992014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11100
11101 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11102 * gdb.btrace/record_goto.c: New.
11103 * gdb.btrace/record_goto.exp: New.
11104 * gdb.btrace/x86-record_goto.S: New.
11105
0688d04e
MM
111062014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11107
11108 * gdb.btrace/function_call_history.exp: Update tests.
11109 * gdb.btrace/instruction_history.exp: Update tests.
11110
8710b709
MM
111112014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11112
11113 * gdb.btrace/function_call_history.exp: Fix expected field
11114 order for "record function-call-history".
11115 Add new tests for "record function-call-history /c".
11116 * gdb.btrace/exception.cc: New.
11117 * gdb.btrace/exception.exp: New.
11118 * gdb.btrace/tailcall.exp: New.
11119 * gdb.btrace/x86-tailcall.S: New.
11120 * gdb.btrace/x86-tailcall.c: New.
11121 * gdb.btrace/unknown_functions.c: New.
11122 * gdb.btrace/unknown_functions.exp: New.
11123 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11124
5de9129b
MM
111252014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11126
11127 * gdb.btrace/instruction_history.exp: Update.
11128 * gdb.btrace/function_call_history.exp: Update.
11129
23a7fe75
MM
111302014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11131
11132 * gdb.btrace/function_call_history.exp: Fix expected function
11133 trace.
11134 * gdb.btrace/instruction_history.exp: Initialize traced.
11135 Remove traced_functions.
11136
724c7dd8
MM
111372014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11138
11139 * gdb.btrace/function_call_history.exp: Update
11140 * gdb.btrace/instruction_history.exp: Update.
11141
6d78d93b
MM
111422014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11143
11144 * gdb.btrace/enable.exp: Update expected text.
11145
93a360cc
OJ
111462014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11147
11148 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11149 bytes.
11150
3772b53f
MR
111512014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11152
11153 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11154
596662fa
OJ
111552014-01-15 Omair Javaid <omair.javaid@linaro.org>
11156
11157 * lib/gdb.exp (supports_process_record): Return true for
11158 arm*-linux*. (supports_reverse): Likewise.
11159
b5b08fb4
SC
111602014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11161
11162 PR python/15464
11163 PR python/16113
11164 * gdb.python/py-type.c: Enhance test case.
11165 * gdb.python/py-value-cc.cc: Likewise
11166 * gdb.python/py-type.exp: Add new tests.
11167 * gdb.python/py-value-cc.exp: Likewise
11168
52d7fb13
AA
111692014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11170 Pedro Alves <palves@redhat.com>
11171
11172 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11173 Make "name" extern.
11174 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11175 references to ${name}_start by references to ${name}.
11176
a2cd8cfe
JB
111772014-01-10 Joel Brobecker <brobecker@adacore.com>
11178
11179 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11180
4e23fced
JB
111812014-01-10 Joel Brobecker <brobecker@adacore.com>
11182
11183 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11184
c6a9e42c
PA
111852014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11186 Pedro Alves <palves@redhat.com>
11187
11188 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11189 mi_gdb_target_load.
c6a9e42c 11190
b7ea362b
PA
111912014-01-08 Pedro Alves <palves@redhat.com>
11192
11193 * gdb.threads/reconnect-signal.c: New file.
11194 * gdb.threads/reconnect-signal.exp: New file.
11195
5e3f4fab
EBM
111962014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11197
11198 * gdb.base/source-dir.exp: New file.
11199
79301218
JB
112002014-01-07 Joel Brobecker <brobecker@adacore.com>
11201
11202 * gdb.ada/mi_interface: New testcase.
11203
8e355c5d
JB
112042014-01-07 Joel Brobecker <brobecker@adacore.com>
11205
11206 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11207 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11208 gdb.ada/pp-rec-component/pck.ads: New files.
11209
c0d48811
JB
112102014-01-07 Joel Brobecker <brobecker@adacore.com>
11211
11212 * gdb.python/py-pp-integral.c: New file.
11213 * gdb.python/py-pp-integral.py: New file.
11214 * gdb.python/py-pp-integral.exp: New file.
11215
17b609c3 11216For older changes see ChangeLog-1993-2013.
c906108c 11217\f
8d8cb839
EZ
11218;; Local Variables:
11219;; mode: change-log
11220;; left-margin: 8
11221;; fill-column: 74
11222;; version-control: never
11223;; End:
902f2ccb 11224
61baf725 11225 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11226 Copying and distribution of this file, with or without modification,
11227 are permitted provided the copyright notice and this notice are preserved.