]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - gdb/testsuite/ChangeLog
gdb: provide and use sparc{32,64} target description XML files.
[thirdparty/binutils-gdb.git] / gdb / testsuite / ChangeLog
CommitLineData
3f7b46f2
IR
12017-02-06 Ivo Raisr <ivo.raisr@oracle.com>
2
3 PR tdep/20936
4 * gdb.xml/tdesc-regs.exp: Provide sparc core registers for the tests.
5
f0fd41c1
TT
62017-02-03 Tom Tromey <tom@tromey.com>
7
8 PR rust/21097:
9 * gdb.rust/simple.exp: Add new tests.
10
5be5dbf0
PA
112017-02-02 Pedro Alves <palves@redhat.com>
12
13 * gdb.mi/mi-logging.exp: Add "redirect while already logging"
14 tests.
15
7346ef59
AA
162017-02-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
17
18 * gdb.dwarf2/dw2-op-stack-value.exp: Adjust expected result of
19 taking a 2-byte value out of a 4-byte DWARF implicit value on
20 big-endian targets.
21 * gdb.dwarf2/nonvar-access.exp: Add more comments to existing
22 logic. Add test cases for DW_OP_implicit.
23
787f0025
MM
242017-02-01 Markus Metzger <markus.t.metzger@intel.com>
25
26 * lib/gdb.exp (gdb_skip_xml_tests): Error if GDB is running.
27
68777c29
MM
282017-02-01 Markus Metzger <markus.t.metzger@intel.com>
29
30 * gdb.btrace/enable.exp: Call gdb_exit before
31 skip_gdbserver_tests.
32
0a1c7e28
MM
332017-02-01 Markus Metzger <markus.t.metzger@intel.com>
34
35 * gdb.btrace/non-stop.exp: Add '-ex "set non-stop on"' to
36 GDBFLAGS.
37
b5ac99b0
MM
382017-02-01 Markus Metzger <markus.t.metzger@intel.com>
39
40 * gdb.btrace/buffer-size.exp: Add unsupported/untested message if
41 the test is skipped.
42 * gdb.btrace/data.exp: Likewise.
43 * gdb.btrace/delta.exp: Likewise.
44 * gdb.btrace/dlopen.exp: Likewise.
45 * gdb.btrace/enable-running.exp: Likewise.
46 * gdb.btrace/enable.exp: Likewise.
47 * gdb.btrace/exception.exp: Likewise.
48 * gdb.btrace/function_call_history.exp: Likewise.
49 * gdb.btrace/gcore.exp: Likewise.
50 * gdb.btrace/instruction_history.exp: Likewise.
51 * gdb.btrace/multi-thread-step.exp: Likewise.
52 * gdb.btrace/nohist.exp: Likewise.
53 * gdb.btrace/non-stop.exp: Likewise.
54 * gdb.btrace/reconnect.exp: Likewise.
55 * gdb.btrace/record_goto-step.exp: Likewise.
56 * gdb.btrace/record_goto.exp: Likewise.
57 * gdb.btrace/rn-dl-bind.exp: Likewise.
58 * gdb.btrace/segv.exp: Likewise.
59 * gdb.btrace/step.exp: Likewise.
60 * gdb.btrace/stepi.exp: Likewise.
61 * gdb.btrace/tailcall-only.exp: Likewise.
62 * gdb.btrace/tailcall.exp: Likewise.
63 * gdb.btrace/tsx.exp: Likewise.
64 * gdb.btrace/unknown_functions.exp: Likewise.
65 * gdb.btrace/vdso.exp: Likewise.
66
cd4007e4
MM
672017-02-01 Markus Metzger <markus.t.metzger@intel.com>
68
69 * gdb.btrace/enable-running.c: New.
70 * gdb.btrace/enable-running.exp: New.
71
2735833d
WT
722017-01-27 Walfred Tedeschi <walfred.tedeschi@intel.com>
73
74 * gdb.arch/amd64-gs_base.c: New file.
75 * gdb.arch/amd64-gs_base.exp: New file.
76
b51e1e94
LM
772017-01-26 Luis Machado <lgustavo@codesourcery.com>
78
79 * lib/memory.exp: Remove spurious empty newlines.
80
72ca0410
SM
812017-01-26 Simon Marchi <simon.marchi@polymtl.ca>
82
83 * gdb.python/py-bad-printers.exp: Load python file using "source".
84 * gdb.python/py-events.exp: Likewise.
85 * gdb.python/py-evsignal.exp: Likewise.
86 * gdb.python/py-evthreads.exp: Likewise.
87 * gdb.python/py-frame-args.exp: Likewise.
88 * gdb.python/py-framefilter-invalidarg.exp: Likewise.
89 * gdb.python/py-framefilter-mi.exp: Likewise.
90 * gdb.python/py-framefilter.exp: Likewise.
91 * gdb.python/py-mi.exp: Likewise.
92 * gdb.python/py-pp-maint.exp: Likewise.
93 * gdb.python/py-pp-registration.exp: Likewise.
94 * gdb.python/py-prettyprint.exp: Likewise.
95 (run_lang_tests): Likewise.
96 * gdb.python/py-typeprint.exp: Likewise.
97
e309aa65
LM
982017-01-26 Luis Machado <lgustavo@codesourcery.com>
99
100 * lib/memory.exp: New file.
101 * lib/gdb.exp: Load memory.exp.
102 * gdb.base/memattr.exp (delete_memory): Move proc to
103 lib/memory.exp and rename to delete_memory_regions.
104 Replace delete_memory with delete_memory_regions.
105 Cleanup memory regions before tests.
106 * gdb.base/breakpoint-in-ro-region.exp: Cleanup memory regions
107 before tests.
108
515aff23
LM
1092017-01-26 Luis Machado <lgustavo@codesourcery.com>
110
111 * gdb.reverse/insn-reverse.c: Move arm and aarch64 code to their own
112 files.
113 (initialize): New function conditionally defined.
114 (testcases): Move within conditional block.
115 (main): Call initialize.
116 * gdb.reverse/insn-reverse-aarch64.c: New file, based on aarch64 bits
117 of gdb.reverse/insn-reverse.c.
118 * gdb.reverse/insn-reverse-arm.c: New file, based on arm bits of
119 gdb.reverse/insn-reverse.c.
120
d8b49cf0
YQ
1212017-01-26 Yao Qi <yao.qi@linaro.org>
122
123 * gdb.base/all-architectures.exp.in (do_arch_tests): Test
124 disassemble on address 0.
125
f13a9a0c
YQ
1262017-01-25 Andreas Arnez <arnez@linux.vnet.ibm.com>
127 Yao Qi <yao.qi@linaro.org>
128
129 * gdb.dwarf2/implptr-64bit.exp: Use dwarf assembler.
130 * gdb.dwarf2/implptr-64bit.S: Remove.
131 * lib/dwarf.exp (Dwarf): Handle character "%". Evaluate some
132 variables in caller's context. Add DW_OP_implicit_value.
133
5ac95241
YQ
1342017-01-25 Yao Qi <yao.qi@linaro.org>
135
136 * lib/dwarf.exp (Dwarf::_location): Handle
137 DW_OP_GNU_implicit_pointer with proper size.
138
23e82930
LM
1392017-01-20 Luis Machado <lgustavo@codesourcery.com>
140
141 * gdb.python/py-xmethods.exp: Fix test names starting with lowercase
142 and add untested calls.
143
d334ae25
LM
1442017-01-20 Luis Machado <lgustavo@codesourcery.com>
145
146 * gdb.python/python.exp: Check line number against what GDB thinks
147 the line number is for func1.
148
f5e6296e
IB
1492017-01-08 Iain Buclaw <ibuclaw@gdcproject.org>
150
151 * gdb.dlang/debug-expr.exp: New file.
152
5b362f04
LM
1532016-12-23 Luis Machado <lgustavo@codesourcery.com>
154
155 Fix test names for the following files:
156
157 * gdb.ada/exec_changed.exp
158 * gdb.ada/info_types.exp
159 * gdb.arch/aarch64-atomic-inst.exp
160 * gdb.arch/aarch64-fp.exp
161 * gdb.arch/altivec-abi.exp
162 * gdb.arch/altivec-regs.exp
163 * gdb.arch/amd64-byte.exp
164 * gdb.arch/amd64-disp-step.exp
165 * gdb.arch/amd64-dword.exp
166 * gdb.arch/amd64-entry-value-inline.exp
167 * gdb.arch/amd64-entry-value-param.exp
168 * gdb.arch/amd64-entry-value-paramref.exp
169 * gdb.arch/amd64-entry-value.exp
170 * gdb.arch/amd64-i386-address.exp
171 * gdb.arch/amd64-invalid-stack-middle.exp
172 * gdb.arch/amd64-invalid-stack-top.exp
173 * gdb.arch/amd64-optimout-repeat.exp
174 * gdb.arch/amd64-prologue-skip.exp
175 * gdb.arch/amd64-prologue-xmm.exp
176 * gdb.arch/amd64-stap-special-operands.exp
177 * gdb.arch/amd64-stap-wrong-subexp.exp
178 * gdb.arch/amd64-tailcall-cxx.exp
179 * gdb.arch/amd64-tailcall-noret.exp
180 * gdb.arch/amd64-tailcall-ret.exp
181 * gdb.arch/amd64-tailcall-self.exp
182 * gdb.arch/amd64-word.exp
183 * gdb.arch/arm-bl-branch-dest.exp
184 * gdb.arch/arm-disp-step.exp
185 * gdb.arch/arm-neon.exp
186 * gdb.arch/arm-single-step-kernel-helper.exp
187 * gdb.arch/avr-flash-qualifier.exp
188 * gdb.arch/disp-step-insn-reloc.exp
189 * gdb.arch/e500-abi.exp
190 * gdb.arch/e500-regs.exp
191 * gdb.arch/ftrace-insn-reloc.exp
192 * gdb.arch/i386-avx512.exp
193 * gdb.arch/i386-bp_permanent.exp
194 * gdb.arch/i386-byte.exp
195 * gdb.arch/i386-cfi-notcurrent.exp
196 * gdb.arch/i386-disp-step.exp
197 * gdb.arch/i386-dr3-watch.exp
198 * gdb.arch/i386-float.exp
199 * gdb.arch/i386-gnu-cfi.exp
200 * gdb.arch/i386-mpx-map.exp
201 * gdb.arch/i386-mpx-sigsegv.exp
202 * gdb.arch/i386-mpx-simple_segv.exp
203 * gdb.arch/i386-mpx.exp
204 * gdb.arch/i386-permbkpt.exp
205 * gdb.arch/i386-prologue.exp
206 * gdb.arch/i386-signal.exp
207 * gdb.arch/i386-size-overlap.exp
208 * gdb.arch/i386-unwind.exp
209 * gdb.arch/i386-word.exp
210 * gdb.arch/mips-fcr.exp
211 * gdb.arch/powerpc-d128-regs.exp
212 * gdb.arch/powerpc-stackless.exp
213 * gdb.arch/ppc64-atomic-inst.exp
214 * gdb.arch/s390-stackless.exp
215 * gdb.arch/s390-tdbregs.exp
216 * gdb.arch/s390-vregs.exp
217 * gdb.arch/sparc-sysstep.exp
218 * gdb.arch/thumb-bx-pc.exp
219 * gdb.arch/thumb-singlestep.exp
220 * gdb.arch/thumb2-it.exp
221 * gdb.arch/vsx-regs.exp
222 * gdb.asm/asm-source.exp
223 * gdb.base/a2-run.exp
224 * gdb.base/advance.exp
225 * gdb.base/all-bin.exp
226 * gdb.base/anon.exp
227 * gdb.base/args.exp
228 * gdb.base/arithmet.exp
229 * gdb.base/async-shell.exp
230 * gdb.base/async.exp
231 * gdb.base/attach-pie-noexec.exp
232 * gdb.base/attach-twice.exp
233 * gdb.base/auto-load.exp
234 * gdb.base/bang.exp
235 * gdb.base/bitfields.exp
236 * gdb.base/break-always.exp
237 * gdb.base/break-caller-line.exp
238 * gdb.base/break-entry.exp
239 * gdb.base/break-inline.exp
240 * gdb.base/break-on-linker-gcd-function.exp
241 * gdb.base/break-probes.exp
242 * gdb.base/break.exp
243 * gdb.base/breakpoint-shadow.exp
244 * gdb.base/call-ar-st.exp
245 * gdb.base/call-sc.exp
246 * gdb.base/call-signal-resume.exp
247 * gdb.base/call-strs.exp
248 * gdb.base/callfuncs.exp
249 * gdb.base/catch-fork-static.exp
250 * gdb.base/catch-gdb-caused-signals.exp
251 * gdb.base/catch-load.exp
252 * gdb.base/catch-signal-fork.exp
253 * gdb.base/catch-signal.exp
254 * gdb.base/catch-syscall.exp
255 * gdb.base/charset.exp
256 * gdb.base/checkpoint.exp
257 * gdb.base/chng-syms.exp
258 * gdb.base/code-expr.exp
259 * gdb.base/code_elim.exp
260 * gdb.base/commands.exp
261 * gdb.base/completion.exp
262 * gdb.base/complex.exp
263 * gdb.base/cond-expr.exp
264 * gdb.base/condbreak.exp
265 * gdb.base/consecutive.exp
266 * gdb.base/continue-all-already-running.exp
267 * gdb.base/coredump-filter.exp
268 * gdb.base/corefile.exp
269 * gdb.base/dbx.exp
270 * gdb.base/debug-expr.exp
271 * gdb.base/define.exp
272 * gdb.base/del.exp
273 * gdb.base/disabled-location.exp
274 * gdb.base/disasm-end-cu.exp
275 * gdb.base/disasm-optim.exp
276 * gdb.base/display.exp
277 * gdb.base/duplicate-bp.exp
278 * gdb.base/ena-dis-br.exp
279 * gdb.base/ending-run.exp
280 * gdb.base/enumval.exp
281 * gdb.base/environ.exp
282 * gdb.base/eu-strip-infcall.exp
283 * gdb.base/eval-avoid-side-effects.exp
284 * gdb.base/eval-skip.exp
285 * gdb.base/exitsignal.exp
286 * gdb.base/expand-psymtabs.exp
287 * gdb.base/filesym.exp
288 * gdb.base/find-unmapped.exp
289 * gdb.base/finish.exp
290 * gdb.base/float.exp
291 * gdb.base/foll-exec-mode.exp
292 * gdb.base/foll-exec.exp
293 * gdb.base/foll-fork.exp
294 * gdb.base/fortran-sym-case.exp
295 * gdb.base/freebpcmd.exp
296 * gdb.base/func-ptr.exp
297 * gdb.base/func-ptrs.exp
298 * gdb.base/funcargs.exp
299 * gdb.base/gcore-buffer-overflow.exp
300 * gdb.base/gcore-relro-pie.exp
301 * gdb.base/gcore-relro.exp
302 * gdb.base/gcore.exp
303 * gdb.base/gdb1090.exp
304 * gdb.base/gdb11530.exp
305 * gdb.base/gdb11531.exp
306 * gdb.base/gdb1821.exp
307 * gdb.base/gdbindex-stabs.exp
308 * gdb.base/gdbvars.exp
309 * gdb.base/hbreak.exp
310 * gdb.base/hbreak2.exp
311 * gdb.base/included.exp
312 * gdb.base/infcall-input.exp
313 * gdb.base/inferior-died.exp
314 * gdb.base/infnan.exp
315 * gdb.base/info-macros.exp
316 * gdb.base/info-os.exp
317 * gdb.base/info-proc.exp
318 * gdb.base/info-shared.exp
319 * gdb.base/info-target.exp
320 * gdb.base/infoline.exp
321 * gdb.base/interp.exp
322 * gdb.base/interrupt.exp
323 * gdb.base/jit-reader.exp
324 * gdb.base/jit-simple.exp
325 * gdb.base/kill-after-signal.exp
326 * gdb.base/kill-detach-inferiors-cmd.exp
327 * gdb.base/label.exp
328 * gdb.base/langs.exp
329 * gdb.base/ldbl_e308.exp
330 * gdb.base/line-symtabs.exp
331 * gdb.base/linespecs.exp
332 * gdb.base/list.exp
333 * gdb.base/long_long.exp
334 * gdb.base/longest-types.exp
335 * gdb.base/maint.exp
336 * gdb.base/max-value-size.exp
337 * gdb.base/memattr.exp
338 * gdb.base/mips_pro.exp
339 * gdb.base/morestack.exp
340 * gdb.base/moribund-step.exp
341 * gdb.base/multi-forks.exp
342 * gdb.base/nested-addr.exp
343 * gdb.base/nextoverexit.exp
344 * gdb.base/noreturn-finish.exp
345 * gdb.base/noreturn-return.exp
346 * gdb.base/nostdlib.exp
347 * gdb.base/offsets.exp
348 * gdb.base/opaque.exp
349 * gdb.base/pc-fp.exp
350 * gdb.base/permissions.exp
351 * gdb.base/print-symbol-loading.exp
352 * gdb.base/prologue-include.exp
353 * gdb.base/psymtab.exp
354 * gdb.base/ptype.exp
355 * gdb.base/random-signal.exp
356 * gdb.base/randomize.exp
357 * gdb.base/range-stepping.exp
358 * gdb.base/readline-ask.exp
359 * gdb.base/recpar.exp
360 * gdb.base/recurse.exp
361 * gdb.base/relational.exp
362 * gdb.base/restore.exp
363 * gdb.base/return-nodebug.exp
364 * gdb.base/return.exp
365 * gdb.base/run-after-attach.exp
366 * gdb.base/save-bp.exp
367 * gdb.base/scope.exp
368 * gdb.base/sect-cmd.exp
369 * gdb.base/set-lang-auto.exp
370 * gdb.base/set-noassign.exp
371 * gdb.base/setvar.exp
372 * gdb.base/sigall.exp
373 * gdb.base/sigbpt.exp
374 * gdb.base/siginfo-addr.exp
375 * gdb.base/siginfo-infcall.exp
376 * gdb.base/siginfo-obj.exp
377 * gdb.base/siginfo.exp
378 * gdb.base/signals-state-child.exp
379 * gdb.base/signest.exp
380 * gdb.base/sigstep.exp
381 * gdb.base/sizeof.exp
382 * gdb.base/skip.exp
383 * gdb.base/solib-corrupted.exp
384 * gdb.base/solib-nodir.exp
385 * gdb.base/solib-search.exp
386 * gdb.base/stack-checking.exp
387 * gdb.base/stale-infcall.exp
388 * gdb.base/stap-probe.exp
389 * gdb.base/start.exp
390 * gdb.base/step-break.exp
391 * gdb.base/step-bt.exp
392 * gdb.base/step-line.exp
393 * gdb.base/step-over-exit.exp
394 * gdb.base/step-over-syscall.exp
395 * gdb.base/step-resume-infcall.exp
396 * gdb.base/step-test.exp
397 * gdb.base/store.exp
398 * gdb.base/structs3.exp
399 * gdb.base/sym-file.exp
400 * gdb.base/symbol-without-target_section.exp
401 * gdb.base/term.exp
402 * gdb.base/testenv.exp
403 * gdb.base/ui-redirect.exp
404 * gdb.base/until.exp
405 * gdb.base/unwindonsignal.exp
406 * gdb.base/value-double-free.exp
407 * gdb.base/vla-datatypes.exp
408 * gdb.base/vla-ptr.exp
409 * gdb.base/vla-sideeffect.exp
410 * gdb.base/volatile.exp
411 * gdb.base/watch-cond-infcall.exp
412 * gdb.base/watch-cond.exp
413 * gdb.base/watch-non-mem.exp
414 * gdb.base/watch-read.exp
415 * gdb.base/watch-vfork.exp
416 * gdb.base/watchpoint-cond-gone.exp
417 * gdb.base/watchpoint-delete.exp
418 * gdb.base/watchpoint-hw-hit-once.exp
419 * gdb.base/watchpoint-hw.exp
420 * gdb.base/watchpoint-stops-at-right-insn.exp
421 * gdb.base/watchpoints.exp
422 * gdb.base/wchar.exp
423 * gdb.base/whatis-exp.exp
424 * gdb.btrace/buffer-size.exp
425 * gdb.btrace/data.exp
426 * gdb.btrace/delta.exp
427 * gdb.btrace/dlopen.exp
428 * gdb.btrace/enable.exp
429 * gdb.btrace/exception.exp
430 * gdb.btrace/function_call_history.exp
431 * gdb.btrace/gcore.exp
432 * gdb.btrace/instruction_history.exp
433 * gdb.btrace/nohist.exp
434 * gdb.btrace/reconnect.exp
435 * gdb.btrace/record_goto-step.exp
436 * gdb.btrace/record_goto.exp
437 * gdb.btrace/rn-dl-bind.exp
438 * gdb.btrace/segv.exp
439 * gdb.btrace/step.exp
440 * gdb.btrace/stepi.exp
441 * gdb.btrace/tailcall-only.exp
442 * gdb.btrace/tailcall.exp
443 * gdb.btrace/tsx.exp
444 * gdb.btrace/unknown_functions.exp
445 * gdb.btrace/vdso.exp
446 * gdb.compile/compile-ifunc.exp
447 * gdb.compile/compile-ops.exp
448 * gdb.compile/compile-print.exp
449 * gdb.compile/compile-setjmp.exp
450 * gdb.cp/abstract-origin.exp
451 * gdb.cp/ambiguous.exp
452 * gdb.cp/annota2.exp
453 * gdb.cp/annota3.exp
454 * gdb.cp/anon-ns.exp
455 * gdb.cp/anon-struct.exp
456 * gdb.cp/anon-union.exp
457 * gdb.cp/arg-reference.exp
458 * gdb.cp/baseenum.exp
459 * gdb.cp/bool.exp
460 * gdb.cp/breakpoint.exp
461 * gdb.cp/bs15503.exp
462 * gdb.cp/call-c.exp
463 * gdb.cp/casts.exp
464 * gdb.cp/chained-calls.exp
465 * gdb.cp/class2.exp
466 * gdb.cp/classes.exp
467 * gdb.cp/cmpd-minsyms.exp
468 * gdb.cp/converts.exp
469 * gdb.cp/cp-relocate.exp
470 * gdb.cp/cpcompletion.exp
471 * gdb.cp/cpexprs.exp
472 * gdb.cp/cplabel.exp
473 * gdb.cp/cplusfuncs.exp
474 * gdb.cp/cpsizeof.exp
475 * gdb.cp/ctti.exp
476 * gdb.cp/derivation.exp
477 * gdb.cp/destrprint.exp
478 * gdb.cp/dispcxx.exp
479 * gdb.cp/enum-class.exp
480 * gdb.cp/exception.exp
481 * gdb.cp/exceptprint.exp
482 * gdb.cp/expand-psymtabs-cxx.exp
483 * gdb.cp/expand-sals.exp
484 * gdb.cp/extern-c.exp
485 * gdb.cp/filename.exp
486 * gdb.cp/formatted-ref.exp
487 * gdb.cp/fpointer.exp
488 * gdb.cp/gdb1355.exp
489 * gdb.cp/gdb2495.exp
490 * gdb.cp/hang.exp
491 * gdb.cp/impl-this.exp
492 * gdb.cp/infcall-dlopen.exp
493 * gdb.cp/inherit.exp
494 * gdb.cp/iostream.exp
495 * gdb.cp/koenig.exp
496 * gdb.cp/local.exp
497 * gdb.cp/m-data.exp
498 * gdb.cp/m-static.exp
499 * gdb.cp/mb-ctor.exp
500 * gdb.cp/mb-inline.exp
501 * gdb.cp/mb-templates.exp
502 * gdb.cp/member-name.exp
503 * gdb.cp/member-ptr.exp
504 * gdb.cp/meth-typedefs.exp
505 * gdb.cp/method.exp
506 * gdb.cp/method2.exp
507 * gdb.cp/minsym-fallback.exp
508 * gdb.cp/misc.exp
509 * gdb.cp/namelessclass.exp
510 * gdb.cp/namespace-enum.exp
511 * gdb.cp/namespace-nested-import.exp
512 * gdb.cp/namespace.exp
513 * gdb.cp/nextoverthrow.exp
514 * gdb.cp/no-dmgl-verbose.exp
515 * gdb.cp/non-trivial-retval.exp
516 * gdb.cp/noparam.exp
517 * gdb.cp/nsdecl.exp
518 * gdb.cp/nsimport.exp
519 * gdb.cp/nsnested.exp
520 * gdb.cp/nsnoimports.exp
521 * gdb.cp/nsrecurs.exp
522 * gdb.cp/nsstress.exp
523 * gdb.cp/nsusing.exp
524 * gdb.cp/operator.exp
525 * gdb.cp/oranking.exp
526 * gdb.cp/overload-const.exp
527 * gdb.cp/overload.exp
528 * gdb.cp/ovldbreak.exp
529 * gdb.cp/ovsrch.exp
530 * gdb.cp/paren-type.exp
531 * gdb.cp/parse-lang.exp
532 * gdb.cp/pass-by-ref.exp
533 * gdb.cp/pr-1023.exp
534 * gdb.cp/pr-1210.exp
535 * gdb.cp/pr-574.exp
536 * gdb.cp/pr10687.exp
537 * gdb.cp/pr12028.exp
538 * gdb.cp/pr17132.exp
539 * gdb.cp/pr17494.exp
540 * gdb.cp/pr9067.exp
541 * gdb.cp/pr9167.exp
542 * gdb.cp/pr9631.exp
543 * gdb.cp/printmethod.exp
544 * gdb.cp/psmang.exp
545 * gdb.cp/psymtab-parameter.exp
546 * gdb.cp/ptype-cv-cp.exp
547 * gdb.cp/ptype-flags.exp
548 * gdb.cp/re-set-overloaded.exp
549 * gdb.cp/ref-types.exp
550 * gdb.cp/rtti.exp
551 * gdb.cp/scope-err.exp
552 * gdb.cp/shadow.exp
553 * gdb.cp/smartp.exp
554 * gdb.cp/static-method.exp
555 * gdb.cp/static-print-quit.exp
556 * gdb.cp/temargs.exp
557 * gdb.cp/templates.exp
558 * gdb.cp/try_catch.exp
559 * gdb.cp/typedef-operator.exp
560 * gdb.cp/typeid.exp
561 * gdb.cp/userdef.exp
562 * gdb.cp/using-crash.exp
563 * gdb.cp/var-tag.exp
564 * gdb.cp/virtbase.exp
565 * gdb.cp/virtfunc.exp
566 * gdb.cp/virtfunc2.exp
567 * gdb.cp/vla-cxx.exp
568 * gdb.disasm/t01_mov.exp
569 * gdb.disasm/t02_mova.exp
570 * gdb.disasm/t03_add.exp
571 * gdb.disasm/t04_sub.exp
572 * gdb.disasm/t05_cmp.exp
573 * gdb.disasm/t06_ari2.exp
574 * gdb.disasm/t07_ari3.exp
575 * gdb.disasm/t08_or.exp
576 * gdb.disasm/t09_xor.exp
577 * gdb.disasm/t10_and.exp
578 * gdb.disasm/t11_logs.exp
579 * gdb.disasm/t12_bit.exp
580 * gdb.disasm/t13_otr.exp
581 * gdb.dlang/circular.exp
582 * gdb.dwarf2/arr-stride.exp
583 * gdb.dwarf2/arr-subrange.exp
584 * gdb.dwarf2/atomic-type.exp
585 * gdb.dwarf2/bad-regnum.exp
586 * gdb.dwarf2/bitfield-parent-optimized-out.exp
587 * gdb.dwarf2/callframecfa.exp
588 * gdb.dwarf2/clztest.exp
589 * gdb.dwarf2/corrupt.exp
590 * gdb.dwarf2/data-loc.exp
591 * gdb.dwarf2/dup-psym.exp
592 * gdb.dwarf2/dw2-anon-mptr.exp
593 * gdb.dwarf2/dw2-anonymous-func.exp
594 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp
595 * gdb.dwarf2/dw2-bad-unresolved.exp
596 * gdb.dwarf2/dw2-basic.exp
597 * gdb.dwarf2/dw2-canonicalize-type.exp
598 * gdb.dwarf2/dw2-case-insensitive.exp
599 * gdb.dwarf2/dw2-common-block.exp
600 * gdb.dwarf2/dw2-compdir-oldgcc.exp
601 * gdb.dwarf2/dw2-compressed.exp
602 * gdb.dwarf2/dw2-const.exp
603 * gdb.dwarf2/dw2-cp-infcall-ref-static.exp
604 * gdb.dwarf2/dw2-cu-size.exp
605 * gdb.dwarf2/dw2-dup-frame.exp
606 * gdb.dwarf2/dw2-entry-value.exp
607 * gdb.dwarf2/dw2-icycle.exp
608 * gdb.dwarf2/dw2-ifort-parameter.exp
609 * gdb.dwarf2/dw2-inline-break.exp
610 * gdb.dwarf2/dw2-inline-param.exp
611 * gdb.dwarf2/dw2-intercu.exp
612 * gdb.dwarf2/dw2-intermix.exp
613 * gdb.dwarf2/dw2-lexical-block-bare.exp
614 * gdb.dwarf2/dw2-linkage-name-trust.exp
615 * gdb.dwarf2/dw2-minsym-in-cu.exp
616 * gdb.dwarf2/dw2-noloc.exp
617 * gdb.dwarf2/dw2-op-call.exp
618 * gdb.dwarf2/dw2-op-out-param.exp
619 * gdb.dwarf2/dw2-opt-structptr.exp
620 * gdb.dwarf2/dw2-param-error.exp
621 * gdb.dwarf2/dw2-producer.exp
622 * gdb.dwarf2/dw2-ranges-base.exp
623 * gdb.dwarf2/dw2-ref-missing-frame.exp
624 * gdb.dwarf2/dw2-reg-undefined.exp
625 * gdb.dwarf2/dw2-regno-invalid.exp
626 * gdb.dwarf2/dw2-restore.exp
627 * gdb.dwarf2/dw2-restrict.exp
628 * gdb.dwarf2/dw2-single-line-discriminators.exp
629 * gdb.dwarf2/dw2-strp.exp
630 * gdb.dwarf2/dw2-undefined-ret-addr.exp
631 * gdb.dwarf2/dw2-unresolved.exp
632 * gdb.dwarf2/dw2-var-zero-addr.exp
633 * gdb.dwarf2/dw4-sig-types.exp
634 * gdb.dwarf2/dwz.exp
635 * gdb.dwarf2/dynarr-ptr.exp
636 * gdb.dwarf2/enum-type.exp
637 * gdb.dwarf2/gdb-index.exp
638 * gdb.dwarf2/implptr-64bit.exp
639 * gdb.dwarf2/implptr-optimized-out.exp
640 * gdb.dwarf2/implptr.exp
641 * gdb.dwarf2/implref-array.exp
642 * gdb.dwarf2/implref-const.exp
643 * gdb.dwarf2/implref-global.exp
644 * gdb.dwarf2/implref-struct.exp
645 * gdb.dwarf2/mac-fileno.exp
646 * gdb.dwarf2/main-subprogram.exp
647 * gdb.dwarf2/member-ptr-forwardref.exp
648 * gdb.dwarf2/method-ptr.exp
649 * gdb.dwarf2/missing-sig-type.exp
650 * gdb.dwarf2/nonvar-access.exp
651 * gdb.dwarf2/opaque-type-lookup.exp
652 * gdb.dwarf2/pieces-optimized-out.exp
653 * gdb.dwarf2/pieces.exp
654 * gdb.dwarf2/pr10770.exp
655 * gdb.dwarf2/pr13961.exp
656 * gdb.dwarf2/staticvirtual.exp
657 * gdb.dwarf2/subrange.exp
658 * gdb.dwarf2/symtab-producer.exp
659 * gdb.dwarf2/trace-crash.exp
660 * gdb.dwarf2/typeddwarf.exp
661 * gdb.dwarf2/valop.exp
662 * gdb.dwarf2/watch-notconst.exp
663 * gdb.fortran/array-element.exp
664 * gdb.fortran/charset.exp
665 * gdb.fortran/common-block.exp
666 * gdb.fortran/complex.exp
667 * gdb.fortran/derived-type-function.exp
668 * gdb.fortran/derived-type.exp
669 * gdb.fortran/logical.exp
670 * gdb.fortran/module.exp
671 * gdb.fortran/multi-dim.exp
672 * gdb.fortran/nested-funcs.exp
673 * gdb.fortran/print-formatted.exp
674 * gdb.fortran/subarray.exp
675 * gdb.fortran/vla-alloc-assoc.exp
676 * gdb.fortran/vla-datatypes.exp
677 * gdb.fortran/vla-history.exp
678 * gdb.fortran/vla-ptr-info.exp
679 * gdb.fortran/vla-ptype-sub.exp
680 * gdb.fortran/vla-ptype.exp
681 * gdb.fortran/vla-sizeof.exp
682 * gdb.fortran/vla-type.exp
683 * gdb.fortran/vla-value-sub-arbitrary.exp
684 * gdb.fortran/vla-value-sub-finish.exp
685 * gdb.fortran/vla-value-sub.exp
686 * gdb.fortran/vla-value.exp
687 * gdb.fortran/whatis_type.exp
688 * gdb.go/chan.exp
689 * gdb.go/handcall.exp
690 * gdb.go/hello.exp
691 * gdb.go/integers.exp
692 * gdb.go/methods.exp
693 * gdb.go/package.exp
694 * gdb.go/strings.exp
695 * gdb.go/types.exp
696 * gdb.go/unsafe.exp
697 * gdb.guile/scm-arch.exp
698 * gdb.guile/scm-block.exp
699 * gdb.guile/scm-breakpoint.exp
700 * gdb.guile/scm-cmd.exp
701 * gdb.guile/scm-disasm.exp
702 * gdb.guile/scm-equal.exp
703 * gdb.guile/scm-frame-args.exp
704 * gdb.guile/scm-frame-inline.exp
705 * gdb.guile/scm-frame.exp
706 * gdb.guile/scm-iterator.exp
707 * gdb.guile/scm-math.exp
708 * gdb.guile/scm-objfile.exp
709 * gdb.guile/scm-ports.exp
710 * gdb.guile/scm-symbol.exp
711 * gdb.guile/scm-symtab.exp
712 * gdb.guile/scm-value-cc.exp
713 * gdb.guile/types-module.exp
714 * gdb.linespec/break-ask.exp
715 * gdb.linespec/cpexplicit.exp
716 * gdb.linespec/explicit.exp
717 * gdb.linespec/keywords.exp
718 * gdb.linespec/linespec.exp
719 * gdb.linespec/ls-dollar.exp
720 * gdb.linespec/ls-errs.exp
721 * gdb.linespec/skip-two.exp
722 * gdb.linespec/thread.exp
723 * gdb.mi/mi-async.exp
724 * gdb.mi/mi-basics.exp
725 * gdb.mi/mi-break.exp
726 * gdb.mi/mi-catch-load.exp
727 * gdb.mi/mi-cli.exp
728 * gdb.mi/mi-cmd-param-changed.exp
729 * gdb.mi/mi-console.exp
730 * gdb.mi/mi-detach.exp
731 * gdb.mi/mi-disassemble.exp
732 * gdb.mi/mi-eval.exp
733 * gdb.mi/mi-file-transfer.exp
734 * gdb.mi/mi-file.exp
735 * gdb.mi/mi-fill-memory.exp
736 * gdb.mi/mi-inheritance-syntax-error.exp
737 * gdb.mi/mi-linespec-err-cp.exp
738 * gdb.mi/mi-logging.exp
739 * gdb.mi/mi-memory-changed.exp
740 * gdb.mi/mi-read-memory.exp
741 * gdb.mi/mi-record-changed.exp
742 * gdb.mi/mi-reg-undefined.exp
743 * gdb.mi/mi-regs.exp
744 * gdb.mi/mi-return.exp
745 * gdb.mi/mi-reverse.exp
746 * gdb.mi/mi-simplerun.exp
747 * gdb.mi/mi-solib.exp
748 * gdb.mi/mi-stack.exp
749 * gdb.mi/mi-stepi.exp
750 * gdb.mi/mi-syn-frame.exp
751 * gdb.mi/mi-until.exp
752 * gdb.mi/mi-var-block.exp
753 * gdb.mi/mi-var-child.exp
754 * gdb.mi/mi-var-cmd.exp
755 * gdb.mi/mi-var-cp.exp
756 * gdb.mi/mi-var-display.exp
757 * gdb.mi/mi-var-invalidate.exp
758 * gdb.mi/mi-var-list-children-invalid-grandchild.exp
759 * gdb.mi/mi-vla-fortran.exp
760 * gdb.mi/mi-watch.exp
761 * gdb.mi/mi2-var-child.exp
762 * gdb.mi/user-selected-context-sync.exp
763 * gdb.modula2/unbounded-array.exp
764 * gdb.multi/dummy-frame-restore.exp
765 * gdb.multi/multi-arch-exec.exp
766 * gdb.multi/multi-arch.exp
767 * gdb.multi/tids.exp
768 * gdb.multi/watchpoint-multi.exp
769 * gdb.opencl/callfuncs.exp
770 * gdb.opencl/convs_casts.exp
771 * gdb.opencl/datatypes.exp
772 * gdb.opencl/operators.exp
773 * gdb.opencl/vec_comps.exp
774 * gdb.opt/clobbered-registers-O2.exp
775 * gdb.opt/inline-break.exp
776 * gdb.opt/inline-bt.exp
777 * gdb.opt/inline-cmds.exp
778 * gdb.opt/inline-locals.exp
779 * gdb.pascal/case-insensitive-symbols.exp
780 * gdb.pascal/floats.exp
781 * gdb.pascal/gdb11492.exp
782 * gdb.python/lib-types.exp
783 * gdb.python/py-arch.exp
784 * gdb.python/py-as-string.exp
785 * gdb.python/py-bad-printers.exp
786 * gdb.python/py-block.exp
787 * gdb.python/py-breakpoint-create-fail.exp
788 * gdb.python/py-breakpoint.exp
789 * gdb.python/py-caller-is.exp
790 * gdb.python/py-cmd.exp
791 * gdb.python/py-explore-cc.exp
792 * gdb.python/py-explore.exp
793 * gdb.python/py-finish-breakpoint.exp
794 * gdb.python/py-finish-breakpoint2.exp
795 * gdb.python/py-frame-args.exp
796 * gdb.python/py-frame-inline.exp
797 * gdb.python/py-frame.exp
798 * gdb.python/py-framefilter-mi.exp
799 * gdb.python/py-infthread.exp
800 * gdb.python/py-lazy-string.exp
801 * gdb.python/py-linetable.exp
802 * gdb.python/py-mi-events.exp
803 * gdb.python/py-mi-objfile.exp
804 * gdb.python/py-mi.exp
805 * gdb.python/py-objfile.exp
806 * gdb.python/py-pp-integral.exp
807 * gdb.python/py-pp-maint.exp
808 * gdb.python/py-pp-re-notag.exp
809 * gdb.python/py-pp-registration.exp
810 * gdb.python/py-recurse-unwind.exp
811 * gdb.python/py-strfns.exp
812 * gdb.python/py-symbol.exp
813 * gdb.python/py-symtab.exp
814 * gdb.python/py-sync-interp.exp
815 * gdb.python/py-typeprint.exp
816 * gdb.python/py-unwind-maint.exp
817 * gdb.python/py-unwind.exp
818 * gdb.python/py-value-cc.exp
819 * gdb.python/py-xmethods.exp
820 * gdb.reverse/amd64-tailcall-reverse.exp
821 * gdb.reverse/break-precsave.exp
822 * gdb.reverse/break-reverse.exp
823 * gdb.reverse/consecutive-precsave.exp
824 * gdb.reverse/consecutive-reverse.exp
825 * gdb.reverse/finish-precsave.exp
826 * gdb.reverse/finish-reverse-bkpt.exp
827 * gdb.reverse/finish-reverse.exp
828 * gdb.reverse/fstatat-reverse.exp
829 * gdb.reverse/getresuid-reverse.exp
830 * gdb.reverse/i386-precsave.exp
831 * gdb.reverse/i386-reverse.exp
832 * gdb.reverse/i386-sse-reverse.exp
833 * gdb.reverse/i387-env-reverse.exp
834 * gdb.reverse/i387-stack-reverse.exp
835 * gdb.reverse/insn-reverse.exp
836 * gdb.reverse/machinestate-precsave.exp
837 * gdb.reverse/machinestate.exp
838 * gdb.reverse/next-reverse-bkpt-over-sr.exp
839 * gdb.reverse/pipe-reverse.exp
840 * gdb.reverse/readv-reverse.exp
841 * gdb.reverse/recvmsg-reverse.exp
842 * gdb.reverse/rerun-prec.exp
843 * gdb.reverse/s390-mvcle.exp
844 * gdb.reverse/step-precsave.exp
845 * gdb.reverse/step-reverse.exp
846 * gdb.reverse/time-reverse.exp
847 * gdb.reverse/until-precsave.exp
848 * gdb.reverse/until-reverse.exp
849 * gdb.reverse/waitpid-reverse.exp
850 * gdb.reverse/watch-precsave.exp
851 * gdb.reverse/watch-reverse.exp
852 * gdb.rust/generics.exp
853 * gdb.rust/methods.exp
854 * gdb.rust/modules.exp
855 * gdb.rust/simple.exp
856 * gdb.server/connect-with-no-symbol-file.exp
857 * gdb.server/ext-attach.exp
858 * gdb.server/ext-restart.exp
859 * gdb.server/ext-wrapper.exp
860 * gdb.server/file-transfer.exp
861 * gdb.server/server-exec-info.exp
862 * gdb.server/server-kill.exp
863 * gdb.server/server-mon.exp
864 * gdb.server/wrapper.exp
865 * gdb.stabs/exclfwd.exp
866 * gdb.stabs/gdb11479.exp
867 * gdb.threads/clone-new-thread-event.exp
868 * gdb.threads/corethreads.exp
869 * gdb.threads/current-lwp-dead.exp
870 * gdb.threads/dlopen-libpthread.exp
871 * gdb.threads/gcore-thread.exp
872 * gdb.threads/sigstep-threads.exp
873 * gdb.threads/watchpoint-fork.exp
874 * gdb.trace/actions-changed.exp
875 * gdb.trace/backtrace.exp
876 * gdb.trace/change-loc.exp
877 * gdb.trace/circ.exp
878 * gdb.trace/collection.exp
879 * gdb.trace/disconnected-tracing.exp
880 * gdb.trace/ftrace.exp
881 * gdb.trace/mi-trace-frame-collected.exp
882 * gdb.trace/mi-trace-unavailable.exp
883 * gdb.trace/mi-traceframe-changed.exp
884 * gdb.trace/mi-tsv-changed.exp
885 * gdb.trace/no-attach-trace.exp
886 * gdb.trace/passc-dyn.exp
887 * gdb.trace/qtro.exp
888 * gdb.trace/range-stepping.exp
889 * gdb.trace/read-memory.exp
890 * gdb.trace/save-trace.exp
891 * gdb.trace/signal.exp
892 * gdb.trace/status-stop.exp
893 * gdb.trace/tfile.exp
894 * gdb.trace/trace-break.exp
895 * gdb.trace/trace-buffer-size.exp
896 * gdb.trace/trace-condition.exp
897 * gdb.trace/tracefile-pseudo-reg.exp
898 * gdb.trace/tstatus.exp
899 * gdb.trace/unavailable.exp
900 * gdb.trace/while-dyn.exp
901 * gdb.trace/while-stepping.exp
902
34c41c68
DE
9032016-12-22 Doug Evans <xdje42@gmail.com>
904
905 * gdb.base/maint.exp: Update tests for maint print symbols, psymbols
906 and msymbols.
907
16e69324
YQ
9082016-12-19 Yao Qi <yao.qi@linaro.org>
909
910 * gdb.gdb/selftest.exp (do_steps_and_nexts): Remove.
911 (test_with_self): Don't call do_steps_and_nexts, and remove
912 code about stepping into xmalloc.
913
f94f411b
YQ
9142016-12-09 Yao Qi <yao.qi@linaro.org>
915
916 * gdb.base/all-architectures.exp.in: Remove kfail for rx.
917
9182016-12-09 Yao Qi <yao.qi@linaro.org>
919
920 * gdb.base/all-architectures.exp.in: Remove kfail for rl78.
921
f1b5deee
PA
9222016-12-09 Pedro Alves <palves@redhat.com>
923
924 * gdb.base/all-architectures-0.exp: New file.
925 * gdb.base/all-architectures-1.exp: New file.
926 * gdb.base/all-architectures-2.exp: New file.
927 * gdb.base/all-architectures-3.exp: New file.
928 * gdb.base/all-architectures-4.exp: New file.
929 * gdb.base/all-architectures-5.exp: New file.
930 * gdb.base/all-architectures-6.exp: New file.
931 * gdb.base/all-architectures-7.exp: New file.
932 * gdb.base/all-architectures.exp.in: New file.
933
364ca42e
YQ
9342016-12-09 Yao Qi <yao.qi@linaro.org>
935
936 * gdb.perf/skip-prologue.exp: Add parameter COMPILE.
937
107c2d62
LM
9382016-12-02 Luis Machado <lgustavo@codesourcery.com>
939
940 * gdb.base/maint.exp: Use gdb_test instead of gdb_test_multiple when
941 possible.
942 Remove useless pattern-matching code.
943
df3ee9ca
PA
9442016-12-02 Pedro Alves <palves@redhat.com>
945
946 * gdb.base/commands.exp (user_defined_command_manyargs_test): New
947 procedure.
948 (top level): Call it.
949
ec835369
PA
9502016-12-02 Pedro Alves <palves@redhat.com>
951
952 * gdb.base/commands.exp (user_defined_command_args_stack_test):
953 New procedure.
954 (top level): Call it.
955
01770bbd
PA
9562016-12-02 Pedro Alves <palves@redhat.com>
957
958 PR cli/20559
959 * gdb.base/commands.exp (user_defined_command_args_eval): New
960 procedure.
961 (top level): Call it.
962
008459ea
LM
9632016-12-02 Luis Machado <lgustavo@codesourcery.com>
964
965 * gdb.base/ovldbreak.exp (take_gdb_out_of_choice_menu): Restore
966 timeout handling.
967
0c1b455e
TT
9682016-12-02 Tom Tromey <tom@tromey.com>
969
970 * gdb.dwarf2/main-subprogram.c: New file.
971 * gdb.dwarf2/main-subprogram.exp: New file.
972
018572b8
LM
9732016-12-01 Luis Machado <lgustavo@codesourcery.com>
974
975 * gdb.base/maint.exp: Remove timeout handling for gdb_test_multiple.
976 * gdb.cp/gdb2495.exp: Likewise and convert gdb_test_multiple into
977 gdb_test_no_output for a couple of cases.
978 * gdb.cp/ovldbreak.exp: Remove timeout handling for gdb_test_multiple.
979
84c93cd5
LM
9802016-12-01 Luis Machado <lgustavo@codesourcery.com>
981
982 Fix test names and standardize compilation error messages throughout
983 the following files:
984
985 * gdb.ada/start.exp
986 * gdb.arch/alpha-step.exp
987 * gdb.arch/e500-prologue.exp
988 * gdb.arch/ftrace-insn-reloc.exp
989 * gdb.arch/gdb1291.exp
990 * gdb.arch/gdb1431.exp
991 * gdb.arch/gdb1558.exp
992 * gdb.arch/i386-dr3-watch.exp
993 * gdb.arch/i386-sse-stack-align.exp
994 * gdb.arch/ia64-breakpoint-shadow.exp
995 * gdb.arch/pa-nullify.exp
996 * gdb.arch/powerpc-aix-prologue.exp
997 * gdb.arch/thumb-bx-pc.exp
998 * gdb.base/annota1.exp
999 * gdb.base/annota3.exp
1000 * gdb.base/arrayidx.exp
1001 * gdb.base/assign.exp
1002 * gdb.base/attach.exp
1003 * gdb.base/auxv.exp
1004 * gdb.base/bang.exp
1005 * gdb.base/bfp-test.exp
1006 * gdb.base/bigcore.exp
1007 * gdb.base/bitfields2.exp
1008 * gdb.base/break-fun-addr.exp
1009 * gdb.base/break-probes.exp
1010 * gdb.base/call-rt-st.exp
1011 * gdb.base/callexit.exp
1012 * gdb.base/catch-fork-kill.exp
1013 * gdb.base/charset.exp
1014 * gdb.base/checkpoint.exp
1015 * gdb.base/comprdebug.exp
1016 * gdb.base/constvars.exp
1017 * gdb.base/coredump-filter.exp
1018 * gdb.base/cursal.exp
1019 * gdb.base/cvexpr.exp
1020 * gdb.base/detach.exp
1021 * gdb.base/display.exp
1022 * gdb.base/dmsym.exp
1023 * gdb.base/dprintf-pending.exp
1024 * gdb.base/dso2dso.exp
1025 * gdb.base/dtrace-probe.exp
1026 * gdb.base/dump.exp
1027 * gdb.base/enum_cond.exp
1028 * gdb.base/exe-lock.exp
1029 * gdb.base/exec-invalid-sysroot.exp
1030 * gdb.base/execl-update-breakpoints.exp
1031 * gdb.base/exprs.exp
1032 * gdb.base/fileio.exp
1033 * gdb.base/find.exp
1034 * gdb.base/finish.exp
1035 * gdb.base/fixsection.exp
1036 * gdb.base/foll-vfork.exp
1037 * gdb.base/frame-args.exp
1038 * gdb.base/gcore.exp
1039 * gdb.base/gdb1250.exp
1040 * gdb.base/global-var-nested-by-dso.exp
1041 * gdb.base/gnu-ifunc.exp
1042 * gdb.base/hashline1.exp
1043 * gdb.base/hashline2.exp
1044 * gdb.base/hashline3.exp
1045 * gdb.base/hbreak-in-shr-unsupported.exp
1046 * gdb.base/huge.exp
1047 * gdb.base/infcall-input.exp
1048 * gdb.base/info-fun.exp
1049 * gdb.base/info-shared.exp
1050 * gdb.base/jit-simple.exp
1051 * gdb.base/jit-so.exp
1052 * gdb.base/jit.exp
1053 * gdb.base/jump.exp
1054 * gdb.base/label.exp
1055 * gdb.base/lineinc.exp
1056 * gdb.base/logical.exp
1057 * gdb.base/longjmp.exp
1058 * gdb.base/macscp.exp
1059 * gdb.base/miscexprs.exp
1060 * gdb.base/new-ui-echo.exp
1061 * gdb.base/new-ui-pending-input.exp
1062 * gdb.base/new-ui.exp
1063 * gdb.base/nodebug.exp
1064 * gdb.base/nofield.exp
1065 * gdb.base/offsets.exp
1066 * gdb.base/overlays.exp
1067 * gdb.base/pending.exp
1068 * gdb.base/pointers.exp
1069 * gdb.base/pr11022.exp
1070 * gdb.base/printcmds.exp
1071 * gdb.base/prologue.exp
1072 * gdb.base/ptr-typedef.exp
1073 * gdb.base/realname-expand.exp
1074 * gdb.base/relativedebug.exp
1075 * gdb.base/relocate.exp
1076 * gdb.base/remote.exp
1077 * gdb.base/reread.exp
1078 * gdb.base/return2.exp
1079 * gdb.base/savedregs.exp
1080 * gdb.base/sep.exp
1081 * gdb.base/sepdebug.exp
1082 * gdb.base/sepsymtab.exp
1083 * gdb.base/set-inferior-tty.exp
1084 * gdb.base/setshow.exp
1085 * gdb.base/shlib-call.exp
1086 * gdb.base/sigaltstack.exp
1087 * gdb.base/siginfo-addr.exp
1088 * gdb.base/signals.exp
1089 * gdb.base/signull.exp
1090 * gdb.base/sigrepeat.exp
1091 * gdb.base/so-impl-ld.exp
1092 * gdb.base/solib-display.exp
1093 * gdb.base/solib-overlap.exp
1094 * gdb.base/solib-search.exp
1095 * gdb.base/solib-symbol.exp
1096 * gdb.base/structs.exp
1097 * gdb.base/structs2.exp
1098 * gdb.base/symtab-search-order.exp
1099 * gdb.base/twice.exp
1100 * gdb.base/unload.exp
1101 * gdb.base/varargs.exp
1102 * gdb.base/watchpoint-solib.exp
1103 * gdb.base/watchpoint.exp
1104 * gdb.base/whatis.exp
1105 * gdb.base/wrong_frame_bt_full.exp
1106 * gdb.btrace/dlopen.exp
1107 * gdb.cell/ea-standalone.exp
1108 * gdb.cell/ea-test.exp
1109 * gdb.cp/dispcxx.exp
1110 * gdb.cp/gdb2384.exp
1111 * gdb.cp/method2.exp
1112 * gdb.cp/nextoverthrow.exp
1113 * gdb.cp/pr10728.exp
1114 * gdb.disasm/am33.exp
1115 * gdb.disasm/h8300s.exp
1116 * gdb.disasm/mn10300.exp
1117 * gdb.disasm/sh3.exp
1118 * gdb.dwarf2/dw2-dir-file-name.exp
1119 * gdb.fortran/complex.exp
1120 * gdb.fortran/library-module.exp
1121 * gdb.guile/scm-pretty-print.exp
1122 * gdb.guile/scm-symbol.exp
1123 * gdb.guile/scm-type.exp
1124 * gdb.guile/scm-value.exp
1125 * gdb.linespec/linespec.exp
1126 * gdb.mi/gdb701.exp
1127 * gdb.mi/gdb792.exp
1128 * gdb.mi/mi-breakpoint-changed.exp
1129 * gdb.mi/mi-dprintf-pending.exp
1130 * gdb.mi/mi-dprintf.exp
1131 * gdb.mi/mi-exit-code.exp
1132 * gdb.mi/mi-pending.exp
1133 * gdb.mi/mi-solib.exp
1134 * gdb.mi/new-ui-mi-sync.exp
1135 * gdb.mi/pr11022.exp
1136 * gdb.mi/user-selected-context-sync.exp
1137 * gdb.opt/solib-intra-step.exp
1138 * gdb.python/py-events.exp
1139 * gdb.python/py-finish-breakpoint.exp
1140 * gdb.python/py-mi.exp
1141 * gdb.python/py-prettyprint.exp
1142 * gdb.python/py-shared.exp
1143 * gdb.python/py-symbol.exp
1144 * gdb.python/py-template.exp
1145 * gdb.python/py-type.exp
1146 * gdb.python/py-value.exp
1147 * gdb.reverse/solib-precsave.exp
1148 * gdb.reverse/solib-reverse.exp
1149 * gdb.server/solib-list.exp
1150 * gdb.stabs/weird.exp
1151 * gdb.threads/reconnect-signal.exp
1152 * gdb.threads/stepi-random-signal.exp
1153 * gdb.trace/actions.exp
1154 * gdb.trace/ax.exp
1155 * gdb.trace/backtrace.exp
1156 * gdb.trace/change-loc.exp
1157 * gdb.trace/deltrace.exp
1158 * gdb.trace/ftrace-lock.exp
1159 * gdb.trace/ftrace.exp
1160 * gdb.trace/infotrace.exp
1161 * gdb.trace/mi-tracepoint-changed.exp
1162 * gdb.trace/packetlen.exp
1163 * gdb.trace/passcount.exp
1164 * gdb.trace/pending.exp
1165 * gdb.trace/range-stepping.exp
1166 * gdb.trace/report.exp
1167 * gdb.trace/stap-trace.exp
1168 * gdb.trace/tfind.exp
1169 * gdb.trace/trace-break.exp
1170 * gdb.trace/trace-condition.exp
1171 * gdb.trace/trace-enable-disable.exp
1172 * gdb.trace/trace-mt.exp
1173 * gdb.trace/tracecmd.exp
1174 * gdb.trace/tspeed.exp
1175 * gdb.trace/tsv.exp
1176 * lib/perftest.exp
1177
fb9feb35
LM
11782016-12-01 Luis Machado <lgustavo@codesourcery.com>
1179
1180 * gdb.cp/gdb2495.exp: Replace gdb_test_multiple
1181 with gdb_test_no_output.
1182 Use command as test name.
1183
cd2ddb6c
LM
11842016-12-01 Luis Machado <lgustavo@codesourcery.com>
1185
1186 Fix test names starting with uppercase throughout the files.
1187
1188 * gdb.ada/assign_1.exp
1189 * gdb.ada/boolean_expr.exp
1190 * gdb.base/arrayidx.exp
1191 * gdb.base/del.exp
1192 * gdb.base/gcore-buffer-overflow.exp
1193 * gdb.base/testenv.exp
1194 * gdb.compile/compile.exp
1195 * gdb.python/py-framefilter-invalidarg.exp
1196 * gdb.python/py-framefilter.exp
1197
bb95117e
LM
11982016-12-01 Luis Machado <lgustavo@codesourcery.com>
1199
1200 Fix test names starting with uppercase throughout the files.
1201
1202 * gdb.ada/array_return.exp
1203 * gdb.ada/expr_delims.exp
1204 * gdb.ada/mi_dyn_arr.exp
1205 * gdb.ada/mi_interface.exp
1206 * gdb.ada/mi_var_array.exp
1207 * gdb.ada/watch_arg.exp
1208 * gdb.arch/alpha-step.exp
1209 * gdb.arch/altivec-regs.exp
1210 * gdb.arch/e500-regs.exp
1211 * gdb.arch/powerpc-d128-regs.exp
1212 * gdb.base/arrayidx.exp
1213 * gdb.base/break.exp
1214 * gdb.base/checkpoint.exp
1215 * gdb.base/debug-expr.exp
1216 * gdb.base/dmsym.exp
1217 * gdb.base/radix.exp
1218 * gdb.base/sepdebug.exp
1219 * gdb.base/testenv.exp
1220 * gdb.base/watch_thread_num.exp
1221 * gdb.base/watchpoint-cond-gone.exp
1222 * gdb.cell/break.exp
1223 * gdb.cell/ea-cache.exp
1224 * gdb.compile/compile.exp
1225 * gdb.cp/gdb2495.exp
1226 * gdb.gdb/selftest.exp
1227 * gdb.gdb/xfullpath.exp
1228 * gdb.go/hello.exp
1229 * gdb.go/integers.exp
1230 * gdb.objc/basicclass.exp
1231 * gdb.pascal/hello.exp
1232 * gdb.pascal/integers.exp
1233 * gdb.python/py-breakpoint.exp
1234 * gdb.python/py-cmd.exp
1235 * gdb.python/py-linetable.exp
1236 * gdb.python/py-xmethods.exp
1237 * gdb.python/python.exp
1238 * gdb.reverse/consecutive-precsave.exp
1239 * gdb.reverse/finish-precsave.exp
1240 * gdb.reverse/i386-precsave.exp
1241 * gdb.reverse/machinestate-precsave.exp
1242 * gdb.reverse/sigall-precsave.exp
1243 * gdb.reverse/solib-precsave.exp
1244 * gdb.reverse/step-precsave.exp
1245 * gdb.reverse/until-precsave.exp
1246 * gdb.reverse/watch-precsave.exp
1247 * gdb.threads/leader-exit.exp
1248 * gdb.threads/pthreads.exp
1249 * gdb.threads/wp-replication.exp
1250 * gdb.trace/actions.exp
1251 * gdb.trace/mi-tsv-changed.exp
1252 * gdb.trace/tsv.exp
1253
de97fdd4
LM
12542016-12-01 Luis Machado <lgustavo@codesourcery.com>
1255
1256 Fix test names starting with uppercase throughout the files.
1257
1258 * gdb.arch/i386-bp_permanent.exp
1259 * gdb.arch/i386-gnu-cfi.exp
1260 * gdb.base/disasm-end-cu.exp
1261 * gdb.base/macscp.exp
1262 * gdb.base/pending.exp
1263 * gdb.base/watch_thread_num.exp
1264 * gdb.cp/exception.exp
1265 * gdb.cp/gdb2495.exp
1266 * gdb.cp/local.exp
1267 * gdb.python/py-evsignal.exp
1268 * gdb.python/python.exp
1269 * gdb.trace/tracecmd.exp
1270
9f058c10
LM
12712016-12-01 Luis Machado <lgustavo@codesourcery.com>
1272
1273 Fix test names starting with uppercase throughout the files.
1274
1275 * gdb.base/charset.exp
1276 * gdb.base/eval.exp
1277 * gdb.base/multi-forks.exp
1278 * gdb.guile/scm-progspace.exp
1279 * gdb.opencl/datatypes.exp
1280 * gdb.python/py-block.exp
1281 * gdb.python/py-function.exp
1282 * gdb.python/py-symbol.exp
1283 * gdb.python/py-symtab.exp
1284 * gdb.python/py-xmethods.exp
1285 * gdb.reverse/break-precsave.exp
1286 * gdb.reverse/break-reverse.exp
1287 * gdb.reverse/consecutive-precsave.exp
1288 * gdb.reverse/consecutive-reverse.exp
1289 * gdb.reverse/finish-precsave.exp
1290 * gdb.reverse/finish-reverse-bkpt.exp
1291 * gdb.reverse/finish-reverse.exp
1292 * gdb.reverse/fstatat-reverse.exp
1293 * gdb.reverse/getresuid-reverse.exp
1294 * gdb.reverse/i386-precsave.exp
1295 * gdb.reverse/i386-reverse.exp
1296 * gdb.reverse/i386-sse-reverse.exp
1297 * gdb.reverse/i387-stack-reverse.exp
1298 * gdb.reverse/insn-reverse.exp
1299 * gdb.reverse/machinestate-precsave.exp
1300 * gdb.reverse/machinestate.exp
1301 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1302 * gdb.reverse/pipe-reverse.exp
1303 * gdb.reverse/readv-reverse.exp
1304 * gdb.reverse/recvmsg-reverse.exp
1305 * gdb.reverse/rerun-prec.exp
1306 * gdb.reverse/s390-mvcle.exp
1307 * gdb.reverse/sigall-precsave.exp
1308 * gdb.reverse/sigall-reverse.exp
1309 * gdb.reverse/solib-precsave.exp
1310 * gdb.reverse/solib-reverse.exp
1311 * gdb.reverse/step-precsave.exp
1312 * gdb.reverse/step-reverse.exp
1313 * gdb.reverse/time-reverse.exp
1314 * gdb.reverse/until-precsave.exp
1315 * gdb.reverse/until-reverse.exp
1316 * gdb.reverse/waitpid-reverse.exp
1317 * gdb.reverse/watch-precsave.exp
1318 * gdb.reverse/watch-reverse.exp
1319
cdc7edd7
LM
13202016-12-01 Luis Machado <lgustavo@codesourcery.com>
1321
1322 Fix test names starting with uppercase throughout the files.
1323
1324 * gdb.arch/i386-mpx-simple_segv.exp
1325 * gdb.arch/i386-mpx.exp
1326 * gdb.arch/i386-permbkpt.exp
1327 * gdb.arch/pa-nullify.exp
1328 * gdb.arch/powerpc-d128-regs.exp
1329 * gdb.arch/vsx-regs.exp
1330 * gdb.base/bfp-test.exp
1331 * gdb.base/break.exp
1332 * gdb.base/breakpoint-shadow.exp
1333 * gdb.base/callfuncs.exp
1334 * gdb.base/charset.exp
1335 * gdb.base/commands.exp
1336 * gdb.base/completion.exp
1337 * gdb.base/dfp-test.exp
1338 * gdb.base/echo.exp
1339 * gdb.base/ending-run.exp
1340 * gdb.base/eval.exp
1341 * gdb.base/expand-psymtabs.exp
1342 * gdb.base/float128.exp
1343 * gdb.base/floatn.exp
1344 * gdb.base/foll-exec-mode.exp
1345 * gdb.base/gdb1056.exp
1346 * gdb.base/gdb11531.exp
1347 * gdb.base/kill-after-signal.exp
1348 * gdb.base/multi-forks.exp
1349 * gdb.base/overlays.exp
1350 * gdb.base/pending.exp
1351 * gdb.base/sepdebug.exp
1352 * gdb.base/testenv.exp
1353 * gdb.base/valgrind-db-attach.exp
1354 * gdb.base/watch_thread_num.exp
1355 * gdb.base/watchpoint-cond-gone.exp
1356 * gdb.base/watchpoint.exp
1357 * gdb.base/watchpoints.exp
1358 * gdb.cp/arg-reference.exp
1359 * gdb.cp/baseenum.exp
1360 * gdb.cp/operator.exp
1361 * gdb.cp/shadow.exp
1362 * gdb.dwarf2/dw2-op-out-param.exp
1363 * gdb.dwarf2/dw2-reg-undefined.exp
1364 * gdb.go/chan.exp
1365 * gdb.go/hello.exp
1366 * gdb.go/integers.exp
1367 * gdb.go/methods.exp
1368 * gdb.go/package.exp
1369 * gdb.guile/scm-parameter.exp
1370 * gdb.guile/scm-progspace.exp
1371 * gdb.guile/scm-value.exp
1372 * gdb.mi/mi-pending.exp
1373 * gdb.mi/user-selected-context-sync.exp
1374 * gdb.multi/multi-attach.exp
1375 * gdb.multi/tids.exp
1376 * gdb.opt/clobbered-registers-O2.exp
1377 * gdb.pascal/floats.exp
1378 * gdb.pascal/integers.exp
1379 * gdb.python/py-block.exp
1380 * gdb.python/py-events.exp
1381 * gdb.python/py-parameter.exp
1382 * gdb.python/py-symbol.exp
1383 * gdb.python/py-symtab.exp
1384 * gdb.python/py-type.exp
1385 * gdb.python/py-value.exp
1386 * gdb.python/py-xmethods.exp
1387 * gdb.python/python.exp
1388 * gdb.reverse/break-precsave.exp
1389 * gdb.reverse/consecutive-precsave.exp
1390 * gdb.reverse/finish-precsave.exp
1391 * gdb.reverse/i386-precsave.exp
1392 * gdb.reverse/machinestate-precsave.exp
1393 * gdb.reverse/sigall-precsave.exp
1394 * gdb.reverse/solib-precsave.exp
1395 * gdb.reverse/step-precsave.exp
1396 * gdb.reverse/until-precsave.exp
1397 * gdb.reverse/watch-precsave.exp
1398 * gdb.server/ext-attach.exp
1399 * gdb.server/ext-restart.exp
1400 * gdb.server/ext-run.exp
1401 * gdb.server/ext-wrapper.exp
1402 * gdb.stabs/gdb11479.exp
1403 * gdb.stabs/weird.exp
1404 * gdb.threads/attach-many-short-lived-threads.exp
1405 * gdb.threads/kill.exp
1406 * gdb.threads/watchpoint-fork.exp
1407
bc6c7af4
LM
14082016-12-01 Luis Machado <lgustavo@codesourcery.com>
1409
1410 Fix test names starting with uppercase throughout all the files below.
1411
1412 * gdb.ada/array_return.exp
1413 * gdb.ada/catch_ex.exp
1414 * gdb.ada/info_exc.exp
1415 * gdb.ada/mi_catch_ex.exp
1416 * gdb.ada/mi_dyn_arr.exp
1417 * gdb.ada/mi_ex_cond.exp
1418 * gdb.ada/mi_exc_info.exp
1419 * gdb.ada/mi_interface.exp
1420 * gdb.ada/mi_task_arg.exp
1421 * gdb.ada/mi_task_info.exp
1422 * gdb.ada/mi_var_array.exp
1423 * gdb.arch/alpha-step.exp
1424 * gdb.arch/amd64-disp-step.exp
1425 * gdb.arch/arm-disp-step.exp
1426 * gdb.arch/disp-step-insn-reloc.exp
1427 * gdb.arch/e500-prologue.exp
1428 * gdb.arch/ftrace-insn-reloc.exp
1429 * gdb.arch/gdb1558.exp
1430 * gdb.arch/i386-bp_permanent.exp
1431 * gdb.arch/i386-disp-step.exp
1432 * gdb.arch/i386-float.exp
1433 * gdb.arch/i386-gnu-cfi.exp
1434 * gdb.arch/ia64-breakpoint-shadow.exp
1435 * gdb.arch/mips16-thunks.exp
1436 * gdb.arch/pa-nullify.exp
1437 * gdb.arch/powerpc-aix-prologue.exp
1438 * gdb.arch/powerpc-power.exp
1439 * gdb.arch/ppc-dfp.exp
1440 * gdb.arch/s390-tdbregs.exp
1441 * gdb.arch/spu-info.exp
1442 * gdb.arch/spu-ls.exp
1443 * gdb.arch/thumb-bx-pc.exp
1444 * gdb.base/advance.exp
1445 * gdb.base/annota-input-while-running.exp
1446 * gdb.base/arrayidx.exp
1447 * gdb.base/asmlabel.exp
1448 * gdb.base/async.exp
1449 * gdb.base/attach-wait-input.exp
1450 * gdb.base/auto-connect-native-target.exp
1451 * gdb.base/batch-preserve-term-settings.exp
1452 * gdb.base/bfp-test.exp
1453 * gdb.base/bigcore.exp
1454 * gdb.base/bp-permanent.exp
1455 * gdb.base/break-always.exp
1456 * gdb.base/break-fun-addr.exp
1457 * gdb.base/break-idempotent.exp
1458 * gdb.base/break-main-file-remove-fail.exp
1459 * gdb.base/break-probes.exp
1460 * gdb.base/break-unload-file.exp
1461 * gdb.base/break.exp
1462 * gdb.base/call-ar-st.exp
1463 * gdb.base/call-rt-st.exp
1464 * gdb.base/call-sc.exp
1465 * gdb.base/call-signal-resume.exp
1466 * gdb.base/call-strs.exp
1467 * gdb.base/callexit.exp
1468 * gdb.base/callfuncs.exp
1469 * gdb.base/catch-gdb-caused-signals.exp
1470 * gdb.base/catch-signal-siginfo-cond.exp
1471 * gdb.base/catch-syscall.exp
1472 * gdb.base/compare-sections.exp
1473 * gdb.base/cond-eval-mode.exp
1474 * gdb.base/condbreak-call-false.exp
1475 * gdb.base/consecutive-step-over.exp
1476 * gdb.base/cursal.exp
1477 * gdb.base/disabled-location.exp
1478 * gdb.base/disasm-end-cu.exp
1479 * gdb.base/display.exp
1480 * gdb.base/double-prompt-target-event-error.exp
1481 * gdb.base/dprintf-bp-same-addr.exp
1482 * gdb.base/dprintf-detach.exp
1483 * gdb.base/dprintf-next.exp
1484 * gdb.base/dprintf-non-stop.exp
1485 * gdb.base/dprintf-pending.exp
1486 * gdb.base/dso2dso.exp
1487 * gdb.base/ending-run.exp
1488 * gdb.base/enum_cond.exp
1489 * gdb.base/examine-backward.exp
1490 * gdb.base/exe-lock.exp
1491 * gdb.base/exec-invalid-sysroot.exp
1492 * gdb.base/execl-update-breakpoints.exp
1493 * gdb.base/execution-termios.exp
1494 * gdb.base/fileio.exp
1495 * gdb.base/fixsection.exp
1496 * gdb.base/foll-exec-mode.exp
1497 * gdb.base/foll-exec.exp
1498 * gdb.base/fork-running-state.exp
1499 * gdb.base/frame-args.exp
1500 * gdb.base/fullpath-expand.exp
1501 * gdb.base/func-ptr.exp
1502 * gdb.base/gcore-relro-pie.exp
1503 * gdb.base/gdb1090.exp
1504 * gdb.base/gdb1555.exp
1505 * gdb.base/global-var-nested-by-dso.exp
1506 * gdb.base/gnu-ifunc.exp
1507 * gdb.base/hbreak-in-shr-unsupported.exp
1508 * gdb.base/hbreak-unmapped.exp
1509 * gdb.base/hook-stop.exp
1510 * gdb.base/infcall-input.exp
1511 * gdb.base/info-fun.exp
1512 * gdb.base/info-shared.exp
1513 * gdb.base/interrupt-noterm.exp
1514 * gdb.base/jit-so.exp
1515 * gdb.base/jit.exp
1516 * gdb.base/line-symtabs.exp
1517 * gdb.base/list.exp
1518 * gdb.base/longjmp.exp
1519 * gdb.base/macscp.exp
1520 * gdb.base/max-value-size.exp
1521 * gdb.base/nodebug.exp
1522 * gdb.base/nofield.exp
1523 * gdb.base/overlays.exp
1524 * gdb.base/paginate-after-ctrl-c-running.exp
1525 * gdb.base/paginate-bg-execution.exp
1526 * gdb.base/paginate-inferior-exit.exp
1527 * gdb.base/pending.exp
1528 * gdb.base/pr11022.exp
1529 * gdb.base/printcmds.exp
1530 * gdb.base/ptr-typedef.exp
1531 * gdb.base/ptype.exp
1532 * gdb.base/randomize.exp
1533 * gdb.base/range-stepping.exp
1534 * gdb.base/realname-expand.exp
1535 * gdb.base/relativedebug.exp
1536 * gdb.base/remote.exp
1537 * gdb.base/savedregs.exp
1538 * gdb.base/sepdebug.exp
1539 * gdb.base/set-noassign.exp
1540 * gdb.base/shlib-call.exp
1541 * gdb.base/shreloc.exp
1542 * gdb.base/sigaltstack.exp
1543 * gdb.base/sigbpt.exp
1544 * gdb.base/siginfo-addr.exp
1545 * gdb.base/siginfo-obj.exp
1546 * gdb.base/siginfo-thread.exp
1547 * gdb.base/signest.exp
1548 * gdb.base/signull.exp
1549 * gdb.base/sigrepeat.exp
1550 * gdb.base/skip.exp
1551 * gdb.base/so-impl-ld.exp
1552 * gdb.base/solib-corrupted.exp
1553 * gdb.base/solib-disc.exp
1554 * gdb.base/solib-display.exp
1555 * gdb.base/solib-overlap.exp
1556 * gdb.base/solib-search.exp
1557 * gdb.base/solib-symbol.exp
1558 * gdb.base/source-execution.exp
1559 * gdb.base/sss-bp-on-user-bp-2.exp
1560 * gdb.base/sss-bp-on-user-bp.exp
1561 * gdb.base/stack-checking.exp
1562 * gdb.base/stale-infcall.exp
1563 * gdb.base/step-break.exp
1564 * gdb.base/step-line.exp
1565 * gdb.base/step-over-exit.exp
1566 * gdb.base/step-test.exp
1567 * gdb.base/structs.exp
1568 * gdb.base/sym-file.exp
1569 * gdb.base/symtab-search-order.exp
1570 * gdb.base/term.exp
1571 * gdb.base/type-opaque.exp
1572 * gdb.base/unload.exp
1573 * gdb.base/until-nodebug.exp
1574 * gdb.base/until.exp
1575 * gdb.base/unwindonsignal.exp
1576 * gdb.base/watch-cond.exp
1577 * gdb.base/watch-non-mem.exp
1578 * gdb.base/watch_thread_num.exp
1579 * gdb.base/watchpoint-reuse-slot.exp
1580 * gdb.base/watchpoint-solib.exp
1581 * gdb.base/watchpoint.exp
1582 * gdb.btrace/dlopen.exp
1583 * gdb.cell/arch.exp
1584 * gdb.cell/break.exp
1585 * gdb.cell/bt.exp
1586 * gdb.cell/core.exp
1587 * gdb.cell/data.exp
1588 * gdb.cell/dwarfaddr.exp
1589 * gdb.cell/ea-cache.exp
1590 * gdb.cell/ea-standalone.exp
1591 * gdb.cell/ea-test.exp
1592 * gdb.cell/f-regs.exp
1593 * gdb.cell/fork.exp
1594 * gdb.cell/gcore.exp
1595 * gdb.cell/mem-access.exp
1596 * gdb.cell/ptype.exp
1597 * gdb.cell/registers.exp
1598 * gdb.cell/sizeof.exp
1599 * gdb.cell/solib-symbol.exp
1600 * gdb.cell/solib.exp
1601 * gdb.compile/compile-tls.exp
1602 * gdb.cp/exception.exp
1603 * gdb.cp/gdb2495.exp
1604 * gdb.cp/local.exp
1605 * gdb.cp/mb-inline.exp
1606 * gdb.cp/mb-templates.exp
1607 * gdb.cp/pr10687.exp
1608 * gdb.cp/pr9167.exp
1609 * gdb.cp/scope-err.exp
1610 * gdb.cp/templates.exp
1611 * gdb.cp/virtfunc.exp
1612 * gdb.dwarf2/dw2-dir-file-name.exp
1613 * gdb.dwarf2/dw2-single-line-discriminators.exp
1614 * gdb.fortran/complex.exp
1615 * gdb.fortran/library-module.exp
1616 * gdb.guile/guile.exp
1617 * gdb.guile/scm-cmd.exp
1618 * gdb.guile/scm-frame-inline.exp
1619 * gdb.guile/scm-objfile.exp
1620 * gdb.guile/scm-pretty-print.exp
1621 * gdb.guile/scm-symbol.exp
1622 * gdb.guile/scm-type.exp
1623 * gdb.guile/scm-value.exp
1624 * gdb.linespec/keywords.exp
1625 * gdb.linespec/ls-errs.exp
1626 * gdb.linespec/macro-relative.exp
1627 * gdb.linespec/thread.exp
1628 * gdb.mi/mi-breakpoint-changed.exp
1629 * gdb.mi/mi-dprintf-pending.exp
1630 * gdb.mi/mi-fullname-deleted.exp
1631 * gdb.mi/mi-logging.exp
1632 * gdb.mi/mi-pending.exp
1633 * gdb.mi/mi-solib.exp
1634 * gdb.mi/new-ui-mi-sync.exp
1635 * gdb.mi/user-selected-context-sync.exp
1636 * gdb.multi/dummy-frame-restore.exp
1637 * gdb.multi/multi-arch-exec.exp
1638 * gdb.multi/remove-inferiors.exp
1639 * gdb.multi/watchpoint-multi-exit.exp
1640 * gdb.opt/solib-intra-step.exp
1641 * gdb.perf/backtrace.exp
1642 * gdb.perf/single-step.exp
1643 * gdb.perf/skip-command.exp
1644 * gdb.perf/skip-prologue.exp
1645 * gdb.perf/solib.exp
1646 * gdb.python/lib-types.exp
1647 * gdb.python/py-as-string.exp
1648 * gdb.python/py-bad-printers.exp
1649 * gdb.python/py-block.exp
1650 * gdb.python/py-breakpoint.exp
1651 * gdb.python/py-cmd.exp
1652 * gdb.python/py-events.exp
1653 * gdb.python/py-evthreads.exp
1654 * gdb.python/py-finish-breakpoint.exp
1655 * gdb.python/py-finish-breakpoint2.exp
1656 * gdb.python/py-frame-inline.exp
1657 * gdb.python/py-frame.exp
1658 * gdb.python/py-inferior.exp
1659 * gdb.python/py-infthread.exp
1660 * gdb.python/py-mi.exp
1661 * gdb.python/py-objfile.exp
1662 * gdb.python/py-pp-maint.exp
1663 * gdb.python/py-pp-registration.exp
1664 * gdb.python/py-prettyprint.exp
1665 * gdb.python/py-recurse-unwind.exp
1666 * gdb.python/py-shared.exp
1667 * gdb.python/py-symbol.exp
1668 * gdb.python/py-symtab.exp
1669 * gdb.python/py-template.exp
1670 * gdb.python/py-type.exp
1671 * gdb.python/py-unwind-maint.exp
1672 * gdb.python/py-unwind.exp
1673 * gdb.python/py-value.exp
1674 * gdb.python/python.exp
1675 * gdb.reverse/finish-reverse-bkpt.exp
1676 * gdb.reverse/insn-reverse.exp
1677 * gdb.reverse/next-reverse-bkpt-over-sr.exp
1678 * gdb.reverse/solib-precsave.exp
1679 * gdb.reverse/solib-reverse.exp
1680 * gdb.stabs/gdb11479.exp
1681 * gdb.stabs/weird.exp
1682 * gdb.threads/fork-child-threads.exp
1683 * gdb.threads/fork-plus-threads.exp
1684 * gdb.threads/fork-thread-pending.exp
1685 * gdb.threads/forking-threads-plus-breakpoint.exp
1686 * gdb.threads/hand-call-in-threads.exp
1687 * gdb.threads/interrupted-hand-call.exp
1688 * gdb.threads/linux-dp.exp
1689 * gdb.threads/local-watch-wrong-thread.exp
1690 * gdb.threads/next-while-other-thread-longjmps.exp
1691 * gdb.threads/non-ldr-exit.exp
1692 * gdb.threads/pending-step.exp
1693 * gdb.threads/print-threads.exp
1694 * gdb.threads/process-dies-while-detaching.exp
1695 * gdb.threads/process-dies-while-handling-bp.exp
1696 * gdb.threads/pthreads.exp
1697 * gdb.threads/queue-signal.exp
1698 * gdb.threads/reconnect-signal.exp
1699 * gdb.threads/signal-command-handle-nopass.exp
1700 * gdb.threads/signal-command-multiple-signals-pending.exp
1701 * gdb.threads/signal-delivered-right-thread.exp
1702 * gdb.threads/signal-sigtrap.exp
1703 * gdb.threads/sigthread.exp
1704 * gdb.threads/staticthreads.exp
1705 * gdb.threads/stepi-random-signal.exp
1706 * gdb.threads/thread-unwindonsignal.exp
1707 * gdb.threads/thread_check.exp
1708 * gdb.threads/thread_events.exp
1709 * gdb.threads/tid-reuse.exp
1710 * gdb.threads/tls-nodebug.exp
1711 * gdb.threads/tls-shared.exp
1712 * gdb.threads/tls-so_extern.exp
1713 * gdb.threads/tls.exp
1714 * gdb.threads/wp-replication.exp
1715 * gdb.trace/actions-changed.exp
1716 * gdb.trace/actions.exp
1717 * gdb.trace/backtrace.exp
1718 * gdb.trace/change-loc.exp
1719 * gdb.trace/collection.exp
1720 * gdb.trace/deltrace.exp
1721 * gdb.trace/disconnected-tracing.exp
1722 * gdb.trace/entry-values.exp
1723 * gdb.trace/ftrace-lock.exp
1724 * gdb.trace/ftrace.exp
1725 * gdb.trace/infotrace.exp
1726 * gdb.trace/mi-trace-frame-collected.exp
1727 * gdb.trace/mi-trace-unavailable.exp
1728 * gdb.trace/mi-traceframe-changed.exp
1729 * gdb.trace/mi-tracepoint-changed.exp
1730 * gdb.trace/mi-tsv-changed.exp
1731 * gdb.trace/no-attach-trace.exp
1732 * gdb.trace/packetlen.exp
1733 * gdb.trace/passc-dyn.exp
1734 * gdb.trace/passcount.exp
1735 * gdb.trace/pending.exp
1736 * gdb.trace/pr16508.exp
1737 * gdb.trace/qtro.exp
1738 * gdb.trace/range-stepping.exp
1739 * gdb.trace/read-memory.exp
1740 * gdb.trace/report.exp
1741 * gdb.trace/save-trace.exp
1742 * gdb.trace/signal.exp
1743 * gdb.trace/stap-trace.exp
1744 * gdb.trace/status-stop.exp
1745 * gdb.trace/strace.exp
1746 * gdb.trace/tfile.exp
1747 * gdb.trace/tfind.exp
1748 * gdb.trace/trace-break.exp
1749 * gdb.trace/trace-condition.exp
1750 * gdb.trace/trace-enable-disable.exp
1751 * gdb.trace/trace-mt.exp
1752 * gdb.trace/tracecmd.exp
1753 * gdb.trace/tracefile-pseudo-reg.exp
1754 * gdb.trace/tspeed.exp
1755 * gdb.trace/tstatus.exp
1756 * gdb.trace/tsv.exp
1757 * gdb.trace/unavailable.exp
1758 * gdb.trace/while-dyn.exp
1759 * gdb.trace/while-stepping.exp
1760 * lib/gdb-guile.exp
1761 * lib/gdb.exp
1762 * lib/mi-support.exp
1763 * lib/pascal.exp
1764 * lib/perftest.exp
1765 * lib/prelink-support.exp
1766 * lib/selftest-support.exp
1767
ad02e4fe
SM
17682016-11-30 Simon Marchi <simon.marchi@polymtl.ca>
1769
1770 * Makefile.in: Include disable-implicit-rules.mk.
1771
22347e55
AA
17722016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1773
1774 * gdb.dwarf2/nonvar-access.exp: Add a test for accessing
1775 non-byte-aligned bit fields.
1776
da5b30da
AA
17772016-11-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
1778
1779 PR gdb/12616
1780 * gdb.dwarf2/nonvar-access.exp: New testcase. Check that GDB
1781 respects the DW_AT_data_bit_offset attribute.
1782
b593ecca
SM
17832016-11-22 Simon Marchi <simon.marchi@polymtl.ca>
1784
1785 * gdb.base/default.exp: Fix output of "set language".
1786
3b165252
SM
17872016-11-17 Simon Marchi <simon.marchi@polymtl.ca>
1788
1789 * Makefile.in: Remove @GMAKE_TRUE@ prefixes and removes lines
1790 prefixed with @GMAKE_FALSE@. Update comment related to non-GNU
1791 make.
1792 * configure.ac: Remove checks for the make program.
1793 * configure: Re-generate.
1794
1a2f3d7f
KB
17952016-11-16 Kevin Buettner <kevinb@redhat.com>
1796
1797 * gdb.python/py-recurse-unwind.c (main): Add loop.
1798 * gdb.python/py-recurse-unwind.py (TestUnwinder): Add calls
1799 to read_register() and gdb.parse_and_eval(). Make each code
1800 call a separate case that can be individually tested.
1801 * gdb.python/py-recurse-unwind.exp (cont_and_backtrace): New
1802 proc. Call cont_and_backtrace for each of the code paths that
1803 we want to test in the unwinder.
1804
b7f38fda
AA
18052016-11-15 Andreas Arnez <arnez@linux.vnet.ibm.com>
1806
1807 * gdb.dwarf2/bitfield-parent-optimized-out.exp: Fix DWARF code for
1808 the definition of struct S.
1809
1f8db343
CM
18102016-11-11 Catherine Moore <clm@codesourcery.com>
1811
1812 * gdb.base/dump.exp: Identify verilog format dump tests as such.
1813
fad0c9fb
PA
18142016-11-09 Pedro Alves <palves@redhat.com>
1815
1816 * gdb.base/commands.exp (runto_or_return): New procedure.
1817 (gdbvar_simple_if_test, gdbvar_simple_while_test)
1818 (gdbvar_complex_if_while_test, progvar_simple_if_test)
1819 (progvar_simple_while_test, progvar_complex_if_while_test)
1820 (if_while_breakpoint_command_test)
1821 (infrun_breakpoint_command_test, breakpoint_command_test)
1822 (user_defined_command_test, watchpoint_command_test)
1823 (test_command_prompt_position, redefine_hook_test)
1824 (stray_arg0_test, error_clears_commands_left, redefine_hook_test)
1825 (redefine_backtrace_test): Use runto_or_return, $valnum_re,
1826 multi_line_input and multi_line. Remove gdb_expect and
1827 gdb_stop_suppressing_tests uses.
1828 * lib/gdb.exp (valnum_re): New global.
1829 (multi_line_input): New procedure.
1830
8354c62c
SM
18312016-11-09 Simon Marchi <simon.marchi@polymtl.ca>
1832
1833 * gdb.mi/user-selected-context-sync.exp (with_test_prefix_procname):
1834 Remove.
1835 (test_setup): Define with proc_with_prefix.
1836 (test_cli_inferior): Likewise.
1837 (test_cli_thread): Likewise.
1838 (test_cli_frame): Likewise.
1839 (test_cli_select_frame): Likewise.
1840 (test_cli_up_down): Likewise.
1841 (test_mi_thread_select): Likewise.
1842 (test_mi_stack_select_frame): Likewise.
1843 (test_cli_in_mi_inferior): Likewise.
1844 (test_cli_in_mi_thread): Likewise.
1845 (test_cli_in_mi_frame): Likewise.
1846 (top level): Do not use with_test_prefix_procname.
1847
64f367a2
PA
18482016-11-09 Pedro Alves <palves@redhat.com>
1849
1850 * gdb.base/commands.exp (gdbvar_simple_if_test)
1851 (gdbvar_simple_while_test, gdbvar_complex_if_while_test)
1852 (progvar_simple_if_test, progvar_simple_while_test)
1853 (progvar_complex_if_while_test, if_while_breakpoint_command_test)
1854 (infrun_breakpoint_command_test, breakpoint_command_test)
1855 (user_defined_command_test, watchpoint_command_test)
1856 (test_command_prompt_position, deprecated_command_test)
1857 (bp_deleted_in_command, temporary_breakpoint_commands)
1858 (stray_arg0_test, source_file_with_indented_comment)
1859 (recursive_source_test, if_commands_test)
1860 (error_clears_commands_left, redefine_hook_test)
1861 (redefine_backtrace_test): Use proc_with_prefix.
1862 * lib/gdb.exp (proc_with_prefix): New proc.
1863
0bb65f1e
AA
18642016-11-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
1865
1866 * gdb.base/tui-layout.c: New file.
1867 * gdb.base/tui-layout.exp: Use tui-layout.c, to ensure that the
1868 disassembly window contains very long lines.
1869
7353f247
TT
18702016-11-08 Tom Tromey <tom@tromey.com>
1871
1872 * gdb.python/py-value.exp (test_value_creation): Make "long" test
1873 depend on Python 2.
1874
30a7bb83
TT
18752016-11-08 Tom Tromey <tom@tromey.com>
1876
1877 * gdb.python/py-framefilter.py (ElidingFrameDecorator.address):
1878 New method.
1879
cdf5a07c
MG
18802016-10-29 Manish Goregaokar <manish@mozilla.com>
1881
2806dc7e 1882 * gdb.rust/simple.exp: Add tests for `sizeof(expr)`.
cdf5a07c 1883
51a789c3
MG
18842016-10-27 Manish Goregaokar <manish@mozilla.com>
1885
2806dc7e
PA
1886 * gdb.rust/simple.rs: Add test for univariant enums without
1887 discriminants and for encoded struct-like enums.
51a789c3 1888
f610ab6d
PA
18892016-10-28 Pedro Alves <palves@redhat.com>
1890
1891 * gdb.base/maint.exp <maint info line-table w/o a file name>: Use
1892 gdb_test_multiple, tighten regexps and match symtabs and line
1893 tables incrementally.
1894
b129b0ca
LM
18952016-10-28 Luis Machado <lgustavo@codesourcery.com>
1896
1897 * gdb.base/foll-exec.exp (do_exec_tests): Make test pattern more
1898 general.
1899
ecf45d2c
SL
19002016-10-25 Luis Machado <lgustavo@codesourcery.com>
1901
1902 * gdb.base/exec-invalid-sysroot.exp: New file.
1903
b8d38ee4
JK
19042016-10-24 Jan Kratochvil <jan.kratochvil@redhat.com>
1905
1906 * gdb.base/morestack.exp: Try to build it using -fuse-ld=gold first.
1907
f90fd8c2
JK
19082016-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
1909
1910 * lib/gdb.exp (get_compiler_info): Generalize gcc_compile regexp.
1911
2d2476aa
MR
19122016-10-19 Maciej W. Rozycki <macro@imgtec.com>
1913
2806dc7e
PA
1914 * gdb.base/killed-outside.exp: Remove $options from a call to
1915 `prepare_for_testing'.
2d2476aa 1916
e42b25a0
SM
19172016-10-17 Simon Marchi <simon.marchi@ericsson.com>
1918
1919 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
1920 Change test message.
1921
3ccdb432
SM
19222016-10-17 Simon Marchi <simon.marchi@ericsson.com>
1923
1924 * gdb.trace/mi-trace-save.exp (test_trace_save_wrong_num_args):
1925 Update comment.
1926
5bad3170
SM
19272016-10-17 Simon Marchi <simon.marchi@ericsson.com>
1928
1929 * gdb.trace/mi-trace-save.exp: New file.
1930
5ad9dba7
YQ
19312016-10-13 Yao Qi <yao.qi@linaro.org>
1932
1933 * gdb.base/code_elim.exp (get_var_address): Remove.
1934 * gdb.base/relocate.exp: Likewise.
1935 * gdb.base/shreloc.exp: Likewise.
1936 * lib/gdb.exp (get_var_address): New.
1937
62df7e21
YQ
19382016-10-13 Yao Qi <yao.qi@linaro.org>
1939
1940 * gdb.base/structs.exp: Invoke gdb_skip_float_test, and do
1941 floating point tests if $skip_float_test is false.
1942
4dac951e
LM
19432016-10-12 Luis Machado <lgustavo@codesourcery.com>
1944
1945 * gdb.python/py-value.c (main): Check if argv is NULL before using it.
1946 * gdb.python/py-value.exp (test_value_in_inferior): Don't use hardcoded
1947 argc values.
1948 Add 1 to argc so we guarantee distinct initial/modified argc values.
1949
8f1a8fc4
JK
19502016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1951
1952 * gdb.arch/powerpc-prologue.c (optimized_1): New declaration.
1953
16c85b5d
JK
19542016-10-11 Jan Kratochvil <jan.kratochvil@redhat.com>
1955
1956 * gdb.arch/powerpc-prologue.exp: Use standard_output_file
1957 * gdb.arch/ppc64-symtab-cordic.exp: Likewise.
1958 * gdb.arch/vsx-regs.exp: Likewise.
1959
1d0e042a
YQ
19602016-10-07 Yao Qi <yao.qi@linaro.org>
1961
1962 * gdb.xml/tdesc-regs.exp: Set regdir to "arm/".
1963
68dadef5
MM
19642016-10-07 Markus Metzger <markus.t.metzger@intel.com>
1965
1966 * gdb.python/python.exp: Test decode_line("*0").
1967
33fa2c6e
DE
19682016-10-06 Doug Evans <dje@google.com>
1969
1970 * gdb.python/py-value.exp (test_value_creation): Add test for large
1971 unsigned 64-bit value.
1972
9c37b5ae
TT
19732016-10-06 Tom Tromey <tom@tromey.com>
1974
1975 * gdb.compile/compile.exp: Change java tests to rust.
1976 * gdb.base/setshow.exp: Change java tests to rust.
1977 * gdb.base/default.exp: Remove java from language list.
1978 * README (Examples): Update language example.
1979 * gdb.python/py-lookup-type.exp (test_lookup_type): Remove java
1980 test.
1981 * lib/gdb.exp (skip_java_tests): Remove.
1982 * lib/java.exp: Remove.
1983 * gdb.java: Remove.
1984
78b86327
MR
19852016-10-06 Maciej W. Rozycki <macro@imgtec.com>
1986
1987 * gdb.arch/mips-fcr.exp: New test.
1988 * gdb.arch/mips-fcr.c: Source for the new test.
1989
7470adbb
MR
19902016-10-06 Maciej W. Rozycki <macro@imgtec.com>
1991
1992 * gdb.base/solib-disc.exp: Use `standard_output_file'
1993 throughout.
1994
4a556533
PA
19952016-10-06 Pedro Alves <palves@redhat.com>
1996
1997 * gdb.base/jit-simple-dl.c: New file.
1998 * gdb.base/jit-simple-jit.c: New file, factored out from ...
1999 * gdb.base/jit-simple.c: ... this.
2000 * gdb.base/jit-simple.exp (jit_run): Delete.
2001 (build_jit): New proc.
2002 (jit_test_reread): Recompile either the main program or the shared
2003 library, depending on what is being tested. Skip changing address
2004 if caller wants to. Compare before/after addresses. If testing
2005 standalone, explicitly load the binary. Test "maint info
2006 breakpoints".
2007 (top level): Add "standalone vs shared lib" and "change address"
2008 vs "same address" axes.
2009
5a122fbc
PA
20102016-10-06 Pedro Alves <palves@redhat.com>
2011
2012 * gdb.base/jit-simple.exp (top level) Delete get_compiler_info
2013 call.
2014 (jit_run): Delete.
2015 (jit_test_reread): Use with_test_prefix. Reload the main binary
2016 explicitly. Compare the before/after addresses of the JIT
2017 descriptor.
2018
ee8da4b8
DE
20192016-08-15 Doug Evans <dje@google.com>
2020
2021 * gdb.xml/extra-regs.xml: Update, end field now required, default type
2022 for single bitfields is bool.
2023 * gdb.xml/tdesc-regs.exp: Ditto.
2024
f389f6fe
JK
20252016-10-05 Jan Kratochvil <jan.kratochvil@redhat.com>
2026
2027 * gdb.arch/i386-signal.exp (backtrace 10): Fix #2 typo.
2028
fdebf1a4
YQ
20292016-10-05 Yao Qi <yao.qi@linaro.org>
2030
2031 * lib/gdb.exp (support_complex_tests): Return zero if
2032 gdb_skip_float_test return true.
2033
9c36d954 20342016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2035 Simon Marchi <simon.marchi@ericsson.com>
9c36d954
AT
2036
2037 PR gdb/20487
2038 * gdb.mi/user-selected-context-sync.exp: New file.
2039 * gdb.mi/user-selected-context-sync.c: New file.
2040
4034d0ff 20412016-10-03 Antoine Tremblay <antoine.tremblay@ericsson.com>
2806dc7e 2042 Simon Marchi <simon.marchi@ericsson.com>
4034d0ff
AT
2043
2044 PR gdb/20487
2045 * gdb.mi/mi-pthreads.exp (check_mi_thread_command_set): Adapt
2046 =thread-select-event check.
2047
a4297203
PB
20482016-09-29 Peter Bergner <bergner@vnet.ibm.com>
2049
2050 * gdb.arch/powerpc-power.exp <cmprb>: Update tests to account for
2051 the compulsory L operand changes.
2052 * gdb.arch/powerpc-power.s: Likewise.
2053
bb805577
JK
20542016-09-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2055
2056 PR gdb/20609 - attach of JIT-debug-enabled inf 7.11.1 regression
2057 * gdb.base/jit-attach-pie.c: New file.
2058 * gdb.base/jit-attach-pie.exp: New file.
2059
6d61dee5
PA
20602016-09-28 Pedro Alves <palves@redhat.com>
2061
2062 * gdb.base/infcall-input.c: New file.
2063 * gdb.base/infcall-input.exp: New file.
2064
f73842fc
YQ
20652016-09-22 Yao Qi <yao.qi@linaro.org>
2066
2067 * lib/gdbserver-support.exp: Rename mi_gdb_exit.
2068 (gdb_exit): Rename it to ...
2069 (gdbserver_gdb_exit): ... Close GDBserver.
2070 (gdb_exit): New proc, call gdbserver_gdb_exit.
2071 (mi_gdb_exit): Likewise.
2072
90681dab
YQ
20732016-09-22 Yao Qi <yao.qi@linaro.org>
2074
2075 * boards/gdbserver-base.exp (gdb_server_prog): Set the absolute
2076 path.
2077 * boards/remote-gdbserver-on-localhost.exp: Use gdbserver-base.
2078 Remove duplication.
2079
9c211fd8
YQ
20802016-09-22 Yao Qi <yao.qi@linaro.org>
2081
2082 * lib/gdbserver-support.exp: Check the existence of
2083 gdbserver_orig_gdb_exit rather than gdbserver_gdb_exit.
2084
ad0a504f
AK
20852016-09-21 Anton Kolesov <anton.kolesov@synopsys.com>
2086
2087 * gdb.xml/tdesc-regs.exp: set core-regs for arc*-*-elf32.
2088
36cf1806
TT
20892016-09-21 Tom Tromey <tom@tromey.com>
2090
2091 PR gdb/20604:
2092 * gdb.base/quit.exp: New file.
2093
74172ecf
SM
20942016-09-21 Simon Marchi <simon.marchi@ericsson.com>
2095
2096 * .gitignore: New file.
2097
3d0ec882
MR
20982016-09-21 Maciej W. Rozycki <macro@imgtec.com>
2099
2100 * gdb.arch/mips16-thunks.exp: Use `standard_output_file'
2101 throughout.
2102
8193adea
AA
21032016-09-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
2104
2105 * lib/gdb.exp: No longer skip hardware breakpoint tests on s390.
2106
d41a5c09
JK
21072016-09-16 Jan Kratochvil <jan.kratochvil@redhat.com>
2108
2109 * gdb.cp/casts.cc (decltype): Move it ...
2110 (main): ... with its call to ...
2111 * gdb.cp/casts03.cc: ... a new file.
2112 * gdb.cp/casts.exp: Add new file casts03.cc, move decltype test to it.
2113
d2dfe700
JK
21142016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2115
2116 * gdb.cp/m-static.h (gnu_obj_4::somewhere): Use constexpr for C++11.
2117
e2a92b16
PB
21182016-09-15 Peter Bergner <bergner@vnet.ibm.com>
2119
2120 * gdb.arch/powerpc-power.s: Update Power9 instruction tests
2121 and sync up the test with tests in gas/testsuite/gas/ppc.
2122 * gdb.arch/powerpc-power.exp: Likewise.
2123
49b4de64
JK
21242016-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
2125
2126 * lib/future.exp: Set CCACHE_DISABLE, clear CCACHE_NODISABLE.
2127
2c29df25
SDJ
21282016-09-11 Sergio Durigan Junior <sergiodj@redhat.com>
2129 Jan Kratochvil <jan.kratochvil@redhat.com>
2130
2131 * gdb.base/stap-probe.c (m1): New variable 'dummy', necessary to
2132 make m1's definition to be different from m2's. Use 'dummy' as an
2133 argument for probe 'two'.
2134
cc3c2846
JB
21352016-09-10 Jon Beniston <jon@beniston.com>
2136
2137 * lib/mi-support.exp (mi_gdb_target_load): Use target_sim_options
2138 for sim target.
2139
e1b2624a
AA
21402016-09-09 Andreas Arnez <arnez@linux.vnet.ibm.com>
2141
2142 * gdb.base/gnu-ifunc-lib.c (resolver_hwcap): New external
2143 variable declaration.
2144 (gnu_ifunc): Add parameter hwcap. Store it in resolver_hwcap.
2145 * gdb.base/gnu-ifunc.c (resolver_hwcap): New global variable.
2146 * gdb.base/gnu-ifunc.exp: Add test to verify that the resolver
2147 received HWCAP as its argument.
2148
4295e285
PA
21492016-09-06 Pedro Alves <palves@redhat.com>
2150
2151 * gdb.base/new-ui-pending-input.c: New file.
2152 * gdb.base/new-ui-pending-input.exp: New file.
2153 * gdb.exp (clear_gdb_spawn_id): New procedure.
2154 (with_spawn_id): Check whether gdb_spawn_id exists before
2155 referencing it. If gdb_spawn_id didn't exist on entry, clear it
2156 on exit.
2157
00d5215e
UW
21582016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2159
2160 * gdb.base/float128.c: New file.
2161 * gdb.base/float128.exp: Likewise.
2162 * gdb.base/floatn.c: Likewise.
2163 * gdb.base/floatn.exp: Likewise.
2164
a9ff5f12
UW
21652016-09-05 Ulrich Weigand <uweigand@de.ibm.com>
2166
2167 * gdb.cp/hang.exp: Remove reference to TYPE_FLAG_STUB in comment.
2168
f245535c
PA
21692016-09-05 Pedro Alves <palves@redhat.com>
2170
2171 PR backtrace/19927
2172 * gdb.python/py-unwind-maint.exp: Adjust tests to not expect that
2173 unwinders are immediately called as side effect of "source" or
2174 "disable unwinder" commands.
2175 * gdb.python/py-recurse-unwind.exp: Remove setup_kfail calls.
2176
ae9cf263
YQ
21772016-09-02 Yao Qi <yao.qi@linaro.org>
2178
2179 * gdb.base/return-nodebug.exp: Skip the test if skip_float_test
2180 is true and $type is "float" or "double".
2181
27aba047
YQ
21822016-09-02 Yao Qi <yao.qi@linaro.org>
2183
2184 * gdb.arch/arm-neon.exp: Skip it if gdb_skip_float_test returns
2185 true.
2186 * gdb.base/call-ar-st.exp: Invoke gdb_skip_float_test.
2187 * gdb.base/call-rt-st.exp: Likewise.
2188 * gdb.base/call-sc.exp: Invoke gdb_skip_float_test and use its
2189 return value instead of gdb,skip_float_test.
2190 * gdb.base/callfuncs.exp: Invoke gdb_skip_float_test.
2191 (do_function_calls): Use its return value instead of
2192 gdb,skip_float_test.
2193 * gdb.base/finish.exp: Likewise.
2194 * gdb.base/funcargs.exp: Likewise.
2195 * gdb.base/return.exp: Likewise.
2196 * gdb.base/return2.exp: Likewise.
2197 * gdb.base/varargs.exp: Likewise.
2198 * lib/gdb.exp (gdb_skip_float_test): Change it to
2199 gdb_caching_proc. Detect the broken ptrace on arm-linux.
2200
5af962df
AA
22012016-08-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
2202
2203 * gdb.multi/tids.exp: Test "thread apply all".
2204
7fac6910
JK
22052016-08-29 Jan Kratochvil <jan.kratochvil@redhat.com>
2206
2207 * gdb.base/default.exp (tty): Remove.
2208
bb1fe4ac
KB
22092016-08-24 Kevin Buettner <kevinb@redhat.com>
2210
2806dc7e
PA
2211 * gdb.python/py-recurse-unwind.c: New file.
2212 * gdb.python/py-recurse-unwind.py: New file.
2213 * gdb.python/py-recurse-unwind.exp: New file.
bb1fe4ac 2214
0a1ddfa6
SM
22152016-08-24 Simon Marchi <simon.marchi@ericsson.com>
2216
2217 * gdb.base/set-inferior-tty.exp: New file.
2218 * gdb.base/set-inferior-tty.c: New file.
2219
d9de1fe3
PA
22202016-08-23 Pedro Alves <palves@redhat.com>
2221
2222 PR gdb/20494
2223 * gdb.base/new-ui-echo.c: New file.
2224 * gdb.base/new-ui-echo.exp: New file.
2225
e9d9abd7
YQ
22262016-08-23 Yao Qi <yao.qi@linaro.org>
2227
2228 * gdb.server/connect-stopped-target.exp (do_test): Pass "" to
2229 gdbserver_spawn.
2230 * gdb.server/connect-without-multi-process.exp (do_test):
2231 Likewise.
2232
3589529e
YQ
22332016-08-23 Yao Qi <yao.qi@linaro.org>
2234
2235 * gdb.base/signals-state-child.exp: Set variables gdb_txt and
2236 standalone_txt. Delete gdb_txt and standalone_txt on host
2237 and target. Spawn the binary on target. Copy files from
2238 target to host.
2239
6bb90213
PA
22402016-08-22 Pedro Alves <palves@redhat.com>
2241
2242 PR gdb/20505
2243 * gdb.base/vdso-warning.exp: Test core dumps too. Use
2244 with_test_prefix. Factor out bits to ...
2245 (test_no_vdso): ... this new procedure.
2246
20c2c024
CL
22472016-08-19 Carl Love <cel@us.ibm.com>
2248
2249 * gdb.arch/altivec-regs.exp: Use standard_testfile instead of
2250 maintaining separate logic for constructing the output path.
2251 * gdb.arch/powerpc-d128-regs.exp: Likewise.
2252 * gdb.arch/ppc-dfp.exp: Likewise.
2253 * gdb.arch/ppc-fp.exp: Likewise.
2254 * gdb.arch/vsx-regs.exp: Likewise.
2255 * gdb.arch/altivec-abi.exp: Likewise, plus added local variable
2256 binprefix for generating the additional binary files.
2257
0646e07d
PA
22582016-08-19 Pedro Alves <palves@redhat.com>
2259
2260 * gdb.trace/mi-trace-frame-collected.exp
2261 (test_trace_frame_collected): On x32, expect two registers.
2262
46da9242
CL
22632016-08-18 Carl Love <cel@us.ibm.com>
2264
2265 * gdb.arch/powerpc-power.s: Add new Power9 instruction tests
2266 and sync up the test with tests in gas/testsuite/gas/ppc.
2267 * gdb.arch/powerpc-power.exp: Likewise.
2268
eb2332d7
SM
22692016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2270
2271 * gdb.multi/remove-inferiors.exp (test_remove_inferiors): Fix
2272 expected error message.
2273
63c61e04
SM
22742016-08-17 Simon Marchi <simon.marchi@ericsson.com>
2275
2276 * gdb.multi/remove-inferiors.exp: New file.
2277 * gdb.multi/remove-inferiors.c: New file.
2278
7b17065f
YQ
22792016-08-12 Yao Qi <yao.qi@linaro.org>
2280
2281 * gdb.base/signals-state-child.c (main): Remove "i" from fprintf's
2282 argument list.
2283
01d3dedf
PA
22842016-08-10 Pedro Alves <palves@redhat.com>
2285
2286 PR gdb/19187
2287 * gdb.reverse/waitpid-reverse.exp: Add comment and remove
2288 setup_kfails.
2289
3eb7562a
PA
22902016-08-09 Pedro Alves <palves@redhat.com>
2291 Simon Marchi <simon.marchi@ericsson.com>
2292
2293 PR gdb/20418
2294 * gdb.mi/new-ui-mi-sync.c, gdb.mi/new-ui-mi-sync.exp: New files.
2295 * lib/mi-support.exp (mi_expect_interrupt): Remove anchors.
2296
80614914
PA
22972016-08-09 Pedro Alves <palves@redhat.com>
2298
2299 PR mi/20431
2300 * gdb.mi/mi-cmd-error.exp: New file.
2301
f348d89a
PA
23022016-08-09 Pedro Alves <palves@redhat.com>
2303
2304 PR gdb/18653
2305 * gdb.base/signals-state-child.c: New file.
2306 * gdb.base/signals-state-child.exp: New file.
2307 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new pattern.
2308
e5ca03b4
PA
23092016-08-09 Pedro Alves <palves@redhat.com>
2310
2311 * gdb.dwarf2/bitfield-parent-optimized-out.exp: New file.
2312
282a0691
TT
23132016-08-03 Tom Tromey <tom@tromey.com>
2314
2315 PR python/18565:
2316 * gdb.python/py-frame-inline.exp: Add Frame.function test.
2317
41bfcd63
YQ
23182016-08-01 Yao Qi <yao.qi@linaro.org>
2319
2320 * gdb.threads/process-dies-while-detaching.exp (do_test): Set
2321 variable mode to "multi-process" if $multi_process is 1, otherwise
2322 set it to "single-process".
2323
e3465b24
YQ
23242016-08-01 Yao Qi <yao.qi@linaro.org>
2325
2326 * gdb.cp/anon-struct.exp: Check is_aarch32_target.
2327 * gdb.cp/cpexprs.exp: Likewise.
2328 * gdb.cp/m-static.exp: Likewise.
2329
0b31a4bc
TT
23302016-07-26 Tom Tromey <tom@tromey.com>
2331
2332 PR python/20190:
2333 * gdb.threads/tls.exp (check_thread_local): Add python symbol
2334 test.
2335
e0461dbb
MM
23362016-07-26 Markus Metzger <markus.t.metzger@intel.com>
2337
2338 * gdb.btrace/record_goto.exp: se is_amd64_regs_target for
2339 selecting assembly source files.
2340 * gdb.btrace/stepi.exp: se is_amd64_regs_target for selecting
2341 assembly source files.
2342 * gdb.btrace/tailcall.exp: se is_amd64_regs_target for selecting
2343 assembly source files.
2344 * gdb.btrace/tailcall-only.exp: se is_amd64_regs_target for
2345 selecting assembly source files.
2346
8194e927
SM
23472016-07-25 Simon Marchi <simon.marchi@ericsson.com>
2348
2349 * gdb.base/new-ui.exp (do_test_invalid_args): New
2350 procedure.
2351
c0272db5
TW
23522016-07-25 Tim Wiederhake <tim.wiederhake@intel.com>
2353
2354 * gdb.btrace/reconnect.c: New file.
2355 * gdb.btrace/reconnect.exp: New file.
2356
e3487908
GKB
23572016-07-23 Gabriel Krisman Bertazi <gabriel@krisman.be>
2358
2359 * gdb.base/catch-syscall.exp (do_syscall_tests): Add call
2360 to test_catch_syscall_group.
2361 (test_catch_syscall_group): New.
2362
12df5c00
TT
23632016-07-21 Tom Tromey <tom@tromey.com>
2364
2365 * gdb.rust/simple.rs (main): Use empty struct expression.
2366 * gdb.rust/simple.exp: Add tests for empty struct expression.
2367
bae62ee2
YQ
23682016-07-21 Yao Qi <yao.qi@linaro.org>
2369
2370 * lib/gdbserver-support.exp (skip_gdbserver_tests): Return 1
2371 if gdb_skip_xml_test is true on some targets.
2372
b1b53fb3
YQ
23732016-07-21 Yao Qi <yao.qi@linaro.org>
2374
2375 * gdb.server/solib-list.exp: Unset last_loaded_file.
2376
027d97f8
JK
23772016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2378
2379 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add "next over TRY" and
2380 "step into captured_main (args)".
2381
7674d381
JK
23822016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2383
2384 * gdb.btrace/tailcall-only.exp: Use is_lp64_target check.
2385
72b5d099
JK
23862016-07-20 Jan Kratochvil <jan.kratochvil@redhat.com>
2387
2388 * gdb.python/py-unwind.exp: Test also ![is_lp64_target].
2389
1f960ced
PA
23902016-07-19 Pedro Alves <palves@redhat.com>
2391
2392 * gdb.opt/inline-break.exp: Remove optimize=-O2.
2393 * gdb.opt/inline-bt.exp: Likewise.
2394 * gdb.opt/inline-cmds.exp: Remove optimize=-O2 and add
2395 additional_flags=-Winline.
2396 * gdb.opt/inline-locals.exp: Likewise.
2397 * gdb.opt/inline-markers.c (ATTR): Define.
2398 (inlined_fn): Use it.
2399
f25827c1
YQ
24002016-07-19 Yao Qi <yao.qi@linaro.org>
2401
2402 * gdb.gdb/selftest.exp: Remove checks on is_remote and isnative.
2403 (test_with_self): Remove some code. Remove argument executable.
2404 (top-level): Use do_self_tests.
2405
37539ebe
DB
24062016-07-15 Zachary Welch <zwelch@codesourcery.com>
2407 Don Breazeal <donb@codesourcery.com>
2408
2409 * gdb.base/maint.exp: Escape paths used in regular expressions.
2410 * gdb.stabs/weird.exp: Likewise.
2411
dac790e1
TT
24122016-07-13 Tom Tromey <tom@tromey.com>
2413
2414 PR python/15620, PR python/18620:
2415 * gdb.python/py-breakpoint.exp (connect_event, check_last_event)
2416 (test_bkpt_events): New procs.
2417
93daf339
TT
24182016-07-13 Tom Tromey <tom@tromey.com>
2419
2420 PR python/17698:
2421 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add "pending"
2422 test.
2423 (test_watchpoints): Likewise.
2424 (test_bkpt_pending): New proc.
2425
6571a381
TT
24262016-07-13 Tom Tromey <tom@tromey.com>
2427
2428 PR cli/18053:
2429 * gdb.base/jit-so.exp (one_jit_test): Add jit-reader-load
2430 completion test.
2431
e8732474
JK
24322016-07-13 Jan Kratochvil <jan.kratochvil@redhat.com>
2433
2434 * gdb.dwarf2/atomic-type.exp: Use function_range for low_pc and high_pc.
2435 * gdb.dwarf2/atomic.c (f): Rename f_end_lbl to f_label.
2436 * gdb.dwarf2/dw2-bad-mips-linkage-name.c (f): Rename f_end_lbl to
2437 f_label.
2438 (g): Rename g_end_lbl to g_label.
2439 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: Use function_range for
2440 low_pc and high_pc.
2441 * gdb.dwarf2/dw2-lexical-block-bare.exp: Likewise.
2442
e0f3fd7c
TT
24432016-07-12 Tom Tromey <tom@tromey.com>
2444
2445 PR python/19293:
2446 * gdb.python/py-unwind-maint.exp: Update tests.
2447
3cfe46b6
YQ
24482016-07-12 Yao Qi <yao.qi@linaro.org>
2449
2450 * lib/selftest-support.exp (selftest_setup): Match the output
2451 when captured_main is inlined.
2452
4f19a0e6
WT
24532016-07-07 Walfred Tedeschi <walfred.tedeschi@intel.com>
2454
2455 * gdb.fortran/derived-types.exp (result_line, result_line_2):
2456 New variables.
2457 (print this%a, print this%b, print this): New tests.
2458 * gdb.fortran/derived-types.f90 (this): New object and
2459 initialization.
2460
986cf455
SM
24612016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2462
2463 * gdb.ada/arraydim.exp: Remove extra directory level in build
2464 directory.
2465
f0464b23
SM
24662016-07-06 Simon Marchi <simon.marchi@ericsson.com>
2467
2468 * lib/ada.exp: Remove extra directory level in build directory.
2469 * gdb.ada/cond_lang.exp: Likewise.
2470 * gdb.ada/exec_changed.exp: Likewise.
2471 * gdb.ada/lang_switch.exp: Likewise.
2472
42d94011
MG
24732016-07-06 Manish Goregaokar <manish@mozilla.com>
2474
2806dc7e
PA
2475 * simple.rs: Add test for raw pointer subscripting.
2476 * simple.exp: Add test expectations.
42d94011 2477
647c264c
YQ
24782016-07-05 Yao Qi <yao.qi@linaro.org>
2479
2480 * gdb.mi/mi-reverse.exp: Match =record-started output.
2481
20aa2c60
PA
24822016-07-01 Pedro Alves <palves@redhat.com>
2483
2484 * gdb.base/jit-reader.exp (info_registers_current_frame): New
2485 procedure.
2486 (jit_reader_test): Test the jit reader's unwinder.
2487 * gdb.base/jithost.c (jit_function_00_code): New global.
2488 (main): Use memcpy to fill in the mmapped code, instead of poking
2489 bytes manually here.
2490 * gdb.base/jitreader.c (enum register_mapping) <AMD64_RBP>: New
2491 value.
2492 (read_debug_info): Save the function's range.
2493 (read_sp): New function.
2494 (unwind_frame): Use it. Also unwind RBP.
2495 (get_frame_id): Use read_sp.
2496 (gdb_init_reader): Use calloc instead of malloc.
2497 * lib/gdb.exp (get_hexadecimal_valueof): Add optional 'test'
2498 parameter. Use gdb_test_multiple.
2499
ced2dffb
PA
25002016-07-01 Pedro Alves <palves@redhat.com>
2501 Antoine Tremblay <antoine.tremblay@ericsson.com>
2502
2503 * gdb.threads/process-dies-while-detaching.c: New file.
2504 * gdb.threads/process-dies-while-detaching.exp: New file.
2505
63000888
PA
25062016-07-01 Pedro Alves <palves@redhat.com>
2507
2508 * gdb.multi/watchpoint-multi-exit.c: New file.
2509 * gdb.multi/watchpoint-multi-exit.exp: New file.
2510
038d4868
PA
25112016-06-30 Pedro Alves <palves@redhat.com>
2512
2513 * lib/gdbserver-support.exp (close_gdbserver, gdb_exit): Don't
2514 unset inferior_spawn_id.
2515
994e9c83
PA
25162016-06-30 Pedro Alves <palves@redhat.com>
2517
2518 * lib/mi-support.exp (default_mi_gdb_start): Declare global
2519 FORCE_SEPARATE_MI_TTY, not SEPARATE_MI_TTY.
2520
e5653468
YQ
25212016-06-29 Yao Qi <yao.qi@linaro.org>
2522
2523 * gdb.base/return.c: Add copyright header.
2524
803b47e5
TT
25252016-06-29 Tom Tromey <tom@tromey.com>
2526
2527 PR python/20129:
2528 * gdb.python/py-framefilter.exp: Add tests for setting priority
2529 and disabling of non-existent frame filter.
2530
28244707
YQ
25312016-06-29 Yao Qi <yao.qi@linaro.org>
2532
2533 * gdb.base/catch-syscall.c [__arm__]: Set unknown_syscall to
2534 0x0f07ff.
2535
a31d2f06
YQ
25362016-06-28 Yao Qi <yao.qi@linaro.org>
2537
2538 * gdb.base/catch-syscall.exp: Remove check on isnative and target
2539 triplets. Start gdb, execute catch syscall, and continue. Check
2540 gdb's output to determine catch syscall is supported.
2541
921d8f54
MG
25422016-06-27 Manish Goregaokar <manish@mozilla.com>
2543
25d49b86
PA
2544 * gdb.rust/simple.rs: Add test for returning unit in a function.
2545 * gdb.rust/simple.exp: Add expectation for functions returning
2546 unit.
921d8f54 2547
f4952523
PMR
25482016-06-27 Pierre-Marie de Rodat <derodat@adacore.com>
2549
2550 * gdb.python/py-breakpoint-create-fail.c,
2551 gdb.python/py-breakpoint-create-fail.exp,
2552 gdb.python/py-breakpoint-create-fail.py: New testcase.
2553
fccb08f8
MG
25542016-06-25 Manish Goregaokar <manish@mozilla.com>
2555
2556 PR gdb/20239
2557 * gdb.rust/simple.rs: Add more tests for printing NonZero enums.
25d49b86
PA
2558 * gdb.rust/simple.exp: Add test expectations for new NonZero
2559 tests.
fccb08f8 2560
6b850546
DT
25612016-06-24 David Taylor <dtaylor@emc.com>
2562
2563 * gdb.base/offsets.exp: New file.
2564 * gdb.base/offsets.c: New file.
2565
17621150
TT
25662016-06-23 Tom Tromey <tom@tromey.com>
2567
2568 PR gdb/16483:
2569 * gdb.python/py-framefilter.exp: Add "info frame-filter" test
2570 before any filters are loaded.
2571
04d59df6
WT
25722016-06-21 Walfred Tedeschi <walfred.tedeschi@intel.com>
2573
2574 * gdb.fortran/derived-type.exp (print q): Add fields to the output.
2575 * gdb.fortran/vla-type.exp (print twov): Fix vla tests with
2576 structs.
2577 * gdb.fortran/derived-type-function.exp: New file.
2578 * gdb.fortran/derived-type-function.f90: New file.
2579
2580
ac69f786
PA
25812016-06-21 Pedro Alves <palves@redhat.com>
2582
2583 * gdb.base/new-ui.exp: New file.
2584 * lib/mi-support.exp (switch_gdb_spawn_id): Move to ...
2585 * lib/gdb.exp (switch_gdb_spawn_id): ... here.
2586 (with_spawn_id): New procedure.
2587
49940788
PA
25882016-06-21 Pedro Alves <palves@redhat.com>
2589
2590 * gdb.mi/mi-exec-run.exp: New file.
2591
ef274d26
PA
25922016-06-21 Pedro Alves <palves@redhat.com>
2593
2594 * gdb.mi/mi-break.exp (test_breakpoint_commands): Always expect
2595 breakpoint command's output on the main UI.
2596 (test_break): New procedure, factored out from calls in the top
2597 level.
2598 (top level): Use foreach_with_prefix to test MI as main UI and as
2599 separate UI.
2600
468afe6c
PA
26012016-06-21 Pedro Alves <palves@redhat.com>
2602
2603 * gdb.mi/mi-watch.exp (test_watchpoint_creation_and_listing)
2604 (test_awatch_creation_and_listing)
2605 (test_rwatch_creation_and_listing, test_watchpoint_triggering):
2606 Remove 'type' parameter.
2607 (test_watchpoint_all): New parameter mi_mode. Remove
2608 with_test_prefix.
2609 (top level): Use foreach_with_prefix, and add main/separate UI MI
2610 testing axis.
2611
51f77c37
PA
26122016-06-21 Pedro Alves <palves@redhat.com>
2613
2614 * README (Testsuite Parameters): Document FORCE_SEPARATE_MI_TTY.
2615 * lib/gdb.exp (default_gdb_exit): Clear inferior_spawn_id.
2616 * lib/mi-support.exp (mi_uncatched_gdb_exit): Unset
2617 gdb_main_spawn_id, mi_spawn_id, unset inferior_spawn_id.
2618 (gdb_main_spawn_id, mi_spawn_id): Declare and
2619 comment.
2620 (mi_create_inferior_pty): New procedure,
2621 factored out from default_mi_gdb_start.
2622 (switch_gdb_spawn_id, mi_gdb_start_separate_mi_tty): New
2623 procedures.
2624 (default_mi_gdb_start): Call mi_gdb_start_separate_mi_tty if the
2625 separate-mi-tty option is specified, or SEPARATE_MI_TTY is set.
2626 Use mi_create_inferior_pty.
2627 (mi_gdb_start): Use eval to pass down args list.
2628
8980e177
PA
26292016-06-21 Pedro Alves <palves@redhat.com>
2630
2631 * gdb.opt/inline-cmds.c: Add "set mi break here" marker.
2632 * gdb.opt/inline-cmds.exp: Add MI tests.
2633
f38d3ad1
PA
26342016-06-21 Pedro Alves <palves@redhat.com>
2635
2636 * gdb.gdb/selftest.exp (do_steps_and_nexts): Add new regexp.
2637
45db7c09
PA
26382016-06-21 Pedro Alves <palves@redhat.com>
2639
2640 * gdb.ada/mi_catch_ex.exp (continue_to_exception): New procedure.
2641 (top level): Use it instead of mi_execute_to.
2642
5a069ab3
PA
26432016-06-21 Pedro Alves <palves@redhat.com>
2644
2645 * gdb.python/py-mi-events-gdb.py (stop_handler_str)
2646 (cont_handler_str): New.
2647 (signal_stop_handler): Set stop_handler_str instead of printing to
2648 stdout.
2649 (continue_handler): Set cont_handler_str instead of printing to
2650 stdout.
2651 * gdb.python/py-mi-events.exp: Ues mi_execute_to instead of
2652 mi_send_resuming_command. Print stop_handler_str and
2653 cont_handler_str instead of expecting the python events print
2654 directly.
2655
2838cc1d
SD
26562016-06-17 Sanjoy Das <sanjoy@playingwithpointers.com>
2657
2658 * gdb.base/jit-reader.exp: New file.
2659 * gdb.base/jithost.c: New file.
2660 * gdb.base/jithost.h: New file.
2661 * gdb.base/jitreader.c : New file.
2662 * gdb.base/jit-protocol.h: New file.
2663
21a77091
YQ
26642016-06-17 Yao Qi <yao.qi@linaro.org>
2665
2666 * gdb.base/step-over-syscall.exp (break_cond_on_syscall): New
2667 parameters follow_fork and detach_on_fork. Set follow-fork-mode
2668 and detach-on-fork. Adjust tests.
2669 (top level): Invoke break_cond_on_syscall with combinations of
2670 syscall, follow-fork-mode and detach-on-fork.
2671
f50bf8e5
YQ
26722016-06-17 Yao Qi <yao.qi@linaro.org>
2673
2674 * gdb.base/step-over-exit.c: New.
2675 * gdb.base/step-over-exit.exp: New.
2676
a28d8e50
YTL
26772016-06-17 Yan-Ting Lin <currygt52@gmail.com>
2678
2679 * gdb.base/float.exp: Add target check for nds32*-*-*.
2680 * gdb.xml/tdesc-regs.exp: Set core-regs for nds32*-*-*.
2681
cad8e26d
AB
26822016-06-13 Andrew Burgess <andrew.burgess@embecosm.com>
2683
2684 * gdb.base/call-ar-st.exp: Report unsupported rather than xfail
2685 for unsupported target features.
2686 * gdb.base/call-rt-st.exp: Likewise.
2687 * gdb.base/call-sc.exp: Likewise.
2688 * gdb.base/call-signal-resume.exp: Likewise.
2689 * gdb.base/call-strs.exp: Likewise.
2690 * gdb.base/callexit.exp: Likewise.
2691 * gdb.base/callfuncs.exp: Likewise.
2692 * gdb.base/nodebug.exp: Likewise.
2693 * gdb.base/printcmds.exp: Likewise.
2694 * gdb.base/ptype.exp: Likewise.
2695 * gdb.base/structs.exp: Likewise.
2696 * gdb.base/unwindonsignal.exp: Likewise.
2697 * gdb.cp/gdb2495.exp: Likewise.
2698 * gdb.cp/templates.exp: Likewise.
2699 * gdb.cp/virtfunc.exp: Likewise.
2700 * gdb.threads/hand-call-in-threads.exp: Likewise.
2701 * gdb.threads/interrupted-hand-call.exp: Likewise.
2702 * gdb.threads/thread-unwindonsignal.exp: Likewise.
2703
347dc102
TT
27042016-06-10 Tom Tromey <tom@tromey.com>
2705
2706 PR rust/20110:
2707 * gdb.rust/expr.exp: Add test for integer constant larger than
2708 i32.
2709
5e13cf25
BH
27102016-06-10 Bernhard Heckel <bernhard.heckel@intel.com>
2711
2712 * gdb.fortran/nested-funcs.exp: New.
2713 * gdb.fortran/nested-funcs.f90: New.
2714
bb556f1f
TK
27152016-06-09 Toshihito Kikuchi <k.toshihito@yahoo.de>
2716
2717 * gdb.base/examine-backward.c: New file.
2718 * gdb.base/examine-backward.exp: New file.
2719
38b022b4
SM
27202016-06-06 Simon Marchi <simon.marchi@ericsson.com>
2721
2722 * gdb.mi/mi-record-changed.exp: Adjust =record-started output
2723 matching.
2724
1b40ec05
TT
27252016-06-02 Tom Tromey <tom@tromey.com>
2726
2727 PR python/18984:
2728 * gdb.python/py-shared.exp: Add solib_name test.
2729
193bd378
SM
27302016-06-02 Simon Marchi <simon.marchi@ericsson.com>
2731
2732 * gdb.mi/mi-memory-changed.exp: Fix filename passed to untested.
2733
3326303b
MG
27342016-05-31 Martin Galvan <martin.galvan@tallertechnologies.com>
2735
2736 PR c++/19893
2737 * gdb.dwarf2/implref.exp: Rename to...
2738 * gdb.dwarf2/implref-const.exp: ...this. Also add more test statements.
2739 * gdb.dwarf2/implref-array.c: New file.
2740 * gdb.dwarf2/implref-array.exp: Likewise.
2741 * gdb.dwarf2/implref-global.c: Likewise.
2742 * gdb.dwarf2/implref-global.exp: Likewise.
2743 * gdb.dwarf2/implref-struct.c: Likewise.
2744 * gdb.dwarf2/implref-struct.exp: Likewise.
2745
825c8ef2
AT
27462016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2747
2748 * gdb.trace/trace-condition.exp: Add 64bit tests.
2749
2320162a
AT
27502016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2751
2752 * gdb.trace/trace-condition.c (marker): Adapt signature to 8 to 64
2753 bits types.
2754 (main): Adapt to 8 to 64 bits types.
2755 * gdb.trace/trace-condition.exp: Add new tests.
2756
a7818233
AT
27572016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2758
2759 * gdb.trace/trace-condition.exp: Add emit_less_unsigned test.
2760
0d336466
AT
27612016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2762
2763 * gdb.trace/ftrace.exp (test_ftrace_condition): Remove.
2764 Move condition tests...
2765 * gdb.trace/trace-condition.exp: Here.
2766
7faeb45a
AT
27672016-05-30 Antoine Tremblay <antoine.tremblay@ericsson.com>
2768
2769 * gdb.trace/trace-condition.exp: Add counter-case tests.
2770
e385593e
JK
27712016-05-30 Jan Kratochvil <jan.kratochvil@redhat.com>
2772
2773 PR c++/15231
2774 * gdb.ada/out_of_line_in_inlined.exp: Remove xfails.
2775 * gdb.dwarf2/dw2-lexical-block-bare.exp: New file.
2776
744608cc
PA
27772016-05-27 Pedro Alves <palves@redhat.com>
2778
2779 * gdb.threads/attach-many-short-lived-threads.exp (bad_dejagnu):
2780 New procedure.
2781 (top level): Call it, and bail out of DejaGnu is known to be bad.
2782
ac775bf4
AB
27832016-05-27 Andrew Burgess <andrew.burgess@embecosm.com>
2784
2785 * gdb.base/whatis.c: Extend the test case.
2786 * gdb.base/whatis.exp: Add additional tests.
2787
2bbad2ea
BH
27882016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2789
2790* gdb.fortran/type.f90: Add pointer variable.
2791* gdb.fortran/whatis_type.exp: Add whatis/ptype of pointers.
2792
8b70175d
BH
27932016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2794
2795 * gdb.fortran/vla-type.exp: Fix testcase name.
2796
86d8a848
BH
27972016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2798
2799 * gdb.fortran/vla-type.exp: Access elements in nested structs.
2800
e188eb36
BH
28012016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2802
2803 * gdb.fortran/type.f90: Add nested structures.
2804 * gdb.fortran/whatis-type.exp: Whatis/ptype nested structures.
2805 * gdb.fortran/derived-type.exp: Adapt expected output.
2806 * gdb.fortran/vla-type.exp: Adapt expected output.
2807
9b2db1fd
BH
28082016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2809
2810 * gdb.fortran/whatis_type.exp: Adapt expected output.
2811
72b17055
BH
28122016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2813
2814 * gdb.fortran/print_type.exp: Fix expected output.
2815 * gdb.fortran/whatis_type.exp: Fix expected output.
2816
3cd81d8d
BH
28172016-05-25 Bernhard Heckel <bernhard.heckel@intel.com>
2818
2819 * gdb.fortran/whatis_type.exp: Use multi_line.
2820
ddae9462
TT
28212016-05-24 Tom Tromey <tom@tromey.com>
2822
2823 PR python/17386:
2824 * gdb.python/py-value.exp (test_value_numeric_ops): Add tests that
2825 use value as an index.
2826
1957f6b8
TT
28272016-05-23 Tom Tromey <tom@tromey.com>
2828
2829 PR python/17981:
2830 * gdb.python/py-breakpoint.exp (test_bkpt_basic): Add test for
2831 no-breakpoint case.
2832
026a9174
PA
28332016-05-24 Pedro Alves <palves@redhat.com>
2834
2835 PR gdb/19828
2836 * gdb.threads/clone-attach-detach.c: New file.
2837 * gdb.threads/clone-attach-detach.exp: New file.
2838
e70a7231
FR
28392016-05-24 Francis Ricci <francisjricci@gmail.com> (tiny patch)
2840
2841 * gdb.base/annota-input-while-running.exp: Fix syntax error.
2842
0f6ed0e0
TT
28432016-05-23 Tom Tromey <tom@tromey.com>
2844
2845 PR python/19438, PR python/18393:
2846 * gdb.python/py-progspace.exp: Add "dir" test.
2847 * gdb.python/py-objfile.exp: Add "dir" test.
2848
ffd19d61
YQ
28492016-05-23 Yao Qi <yao.qi@linaro.org>
2850
2851 * gdb.arch/thumb-prologue.exp: Use standard_testfile.
2852 * gdb.arch/thumb2-it.exp: Likewise.
2853
9e8f9b05
SM
28542016-05-18 Simon Marchi <simon.marchi@ericsson.com>
2855
2856 * gdb.mi/mi-threads-interrupt.c: New file.
2857 * gdb.mi/mi-threads-interrupt.exp: New file.
2858
61c6156d
SM
28592016-05-17 Simon Marchi <simon.marchi@ericsson.com>
2860
2861 PR gdb/18077
2862 * gdb.mi/mi-async-run.exp: New file.
2863 * gdb.mi/mi-async-run.c: New file.
2864
67218854
TT
28652016-05-17 Tom Tromey <tom@tromey.com>
2866 Manish Goregaokar <manishsmail@gmail.com>
2867
2868 * lib/rust-support.exp: New file.
2869 * lib/gdb.exp (skip_rust_tests): New proc.
2870 (build_executable_from_specs): Handle rust.
2871 * lib/future.exp (gdb_find_rustc): New proc.
2872 (gdb_default_target_compile): Handle rust.
2873 * gdb.rust/expr.exp: New file.
2874 * gdb.rust/generics.exp: New file.
2875 * gdb.rust/generics.rs: New file.
2876 * gdb.rust/methods.exp: New file.
2877 * gdb.rust/methods.rs: New file.
2878 * gdb.rust/modules.exp: New file.
2879 * gdb.rust/modules.rs: New file.
2880 * gdb.rust/simple.exp: New file.
2881 * gdb.rust/simple.rs: New file.
2882
c44af4eb
TT
28832016-05-17 Tom Tromey <tom@tromey.com>
2884
2885 * gdb.base/default.exp (set language): Add rust.
2886
dcd1f979
TT
28872016-05-17 Tom Tromey <tom@tromey.com>
2888
2889 * gdb.gdb/unittest.exp: New file.
2890
155b7f57
YQ
28912016-05-16 Yao Qi <yao.qi@linaro.org>
2892
2893 * gdb.base/batch-preserve-term-settings.exp: Remove variable
2894 shell_prompt. Update shell_prompt_re.
2895
8ddd5a6c
DE
28962016-05-12 Doug Evans <dje@google.com>
2897
2898 PR symtab/19999
2899 * lib/dwarf.exp (build_executable_from_fission_assembler): Pass
2900 $options when building executable.
2901 * gdb.dwarf2/fission-loclists-pie.S: New file.
2902 * gdb.dwarf2/fission-loclists-pie.exp: New file.
2903
02e370d9
SM
29042016-05-04 Simon Marchi <simon.marchi@ericsson.com>
2905
2906 * gdb.base/solib-display.exp: Check for [use_gdb_stub] instead
2907 of [is_remote target],
2908
8929ad8b
SM
29092016-05-04 Simon Marchi <simon.marchi@ericsson.com>
2910
2911 * lib/gdb.exp (use_gdb_stub): New procedure.
2912
6c447423
DE
29132016-05-03 Yunlian Jiang <yunlian@google.com>
2914 Doug Evans <dje@google.com>
2915
2916 PR symtab/19914
2917 * gdb.dwarf2/dwp-sepdebug.c: New file.
2918 * gdb.dwarf2/dwp-sepdebug.exp: New file.
2919
444e826c
SM
29202016-05-02 Simon Marchi <simon.marchi@ericsson.com>
2921
2922 * gdb.base/detach.exp: Remove is_remote check.
2923
740feeaa
SM
29242016-05-02 Simon Marchi <simon.marchi@ericsson.com>
2925
2926 * gdb.base/annota-input-while-running.exp: Don't check for
2927 [is_remote target]. Enable annotations after running to main.
2928 Remove unused "set test..." line.
2929
9080ac9d
SM
29302016-04-28 Simon Marchi <simon.marchi@ericsson.com>
2931
2932 * gdb.trace/trace-enable-disable.exp: New file.
2933 * gdb.trace/trace-enable-disable.c: New file.
2934
952ebca5
SM
29352016-04-28 Simon Marchi <simon.marchi@ericsson.com>
2936
2937 * gdb.arch/ftrace-insn-reloc.exp: Save gdb_load_shlib result,
2938 use it in info sharedlibrary test.
2939 * gdb.trace/ftrace-lock.exp: Likewise.
2940 * gdb.trace/ftrace.exp: Likewise.
2941 * gdb.trace/range-stepping.exp: Likewise.
2942 * gdb.trace/trace-break.exp: Likewise.
2943 * gdb.trace/trace-condition.exp: Likewise.
2944 * gdb.trace/trace-mt.exp: Likewise.
2945
d9019901
SM
29462016-04-27 Simon Marchi <simon.marchi@ericsson.com>
2947
2948 * lib/gdb.exp (gdb_load_shlibs): Rename to...
2949 (gdb_load_shlib): ... this.
2950 * gdb.arch/ftrace-insn-reloc.exp: Adjust gdb_load_shlibs ->
2951 gdb_load_shlib.
2952 * gdb.base/catch-load.exp (one_catch_load_test): Likewise.
2953 * gdb.base/ctxobj.exp: Likewise.
2954 * gdb.base/dprintf-pending.exp: Likewise.
2955 * gdb.base/dso2dso.exp: Likewise.
2956 * gdb.base/fixsection.exp: Likewise.
2957 * gdb.base/gcore-relro.exp: Likewise.
2958 * gdb.base/gdb1555.exp: Likewise.
2959 * gdb.base/global-var-nested-by-dso.exp: Likewise.
2960 * gdb.base/gnu-ifunc.exp: Likewise.
2961 * gdb.base/hbreak-in-shr-unsupported.exp: Likewise.
2962 * gdb.base/jit-so.exp (one_jit_test): Likewise.
2963 * gdb.base/pending.exp: Likewise.
2964 * gdb.base/print-file-var.exp: Likewise.
2965 * gdb.base/print-symbol-loading.exp: Likewise.
2966 * gdb.base/shlib-call.exp: Likewise.
2967 * gdb.base/shreloc.exp: Likewise.
2968 * gdb.base/so-impl-ld.exp: Likewise.
2969 * gdb.base/solib-disc.exp: Likewise.
2970 * gdb.base/solib-nodir.exp: Likewise.
2971 * gdb.base/solib-overlap.exp: Likewise.
2972 * gdb.base/solib-symbol.exp: Likewise.
2973 * gdb.base/solib-weak.exp (do_test): Likewise.
2974 * gdb.base/sym-file.exp: Likewise.
2975 * gdb.base/symtab-search-order.exp: Likewise.
2976 * gdb.base/type-opaque.exp: Likewise.
2977 * gdb.base/unload.exp: Likewise.
2978 * gdb.base/watchpoint-solib.exp: Likewise.
2979 * gdb.compile/compile.exp: Likewise.
2980 * gdb.cp/gdb2384.exp: Likewise.
2981 * gdb.cp/infcall-dlopen.exp: Likewise.
2982 * gdb.cp/re-set-overloaded.exp: Likewise.
2983 * gdb.fortran/library-module.exp: Likewise.
2984 * gdb.opt/solib-intra-step.exp: Likewise.
2985 * gdb.python/py-finish-breakpoint.exp: Likewise.
2986 * gdb.python/py-shared.exp: Likewise.
2987 * gdb.reverse/solib-precsave.exp: Likewise.
2988 * gdb.reverse/solib-reverse.exp: Likewise.
2989 * gdb.server/solib-list.exp: Likewise.
2990 * gdb.threads/dlopen-libpthread.exp: Likewise.
2991 * gdb.threads/tls-shared.exp: Likewise.
2992 * gdb.threads/tls-so_extern.exp: Likewise.
2993 * gdb.trace/change-loc.exp: Likewise.
2994 * gdb.trace/ftrace-lock.exp: Likewise.
2995 * gdb.trace/ftrace.exp: Likewise.
2996 * gdb.trace/mi-tracepoint-changed.exp (test_reconnect): Likewise.
2997 * gdb.trace/pending.exp: Likewise.
2998 * gdb.trace/range-stepping.exp: Likewise.
2999 * gdb.trace/strace.exp (strace_remove_socket): Likewise.
3000 (strace_info_marker): Likewise.
3001 (strace_probe_marker): Likewise.
3002 (strace_trace_on_same_addr): Likewise.
3003 (strace_trace_on_diff_addr): Likewise.
3004 * gdb.trace/trace-break.exp: Likewise.
3005 * gdb.trace/trace-condition.exp: Likewise.
3006 * gdb.trace/trace-mt.exp: Likewise.
3007
fca4cfd9
SM
30082016-04-27 Simon Marchi <simon.marchi@ericsson.com>
3009
3010 * lib/gdb.exp (gdb_load_shlibs): Accept a single argument. Return
3011 result of gdb_remote_download.
3012 * gdb.base/ctxobj.exp: Split gdb_load_shlibs call.
3013 * gdb.base/dso2dso.exp: Likewise.
3014 * gdb.base/global-var-nested-by-dso.exp: Likewise.
3015 * gdb.base/print-file-var.exp: Likewise.
3016 * gdb.base/shlib-call.exp: Likewise.
3017 * gdb.base/shreloc.exp: Likewise.
3018 * gdb.base/solib-overlap.exp: Likewise.
3019 * gdb.base/solib-weak.exp (do_test): Likewise.
3020 * gdb.base/unload.exp: Likewise.
3021
11cf4ffb
YQ
30222016-04-27 Yao Qi <yao.qi@linaro.org>
3023
3024 * gdb.base/branch-to-self.exp: Skip it if gdb,nosignals
3025 exists.
3026
3e2e34f8
KB
30272016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3028
3029 * vla-type.exp: Print structure from toplevel.
3030
8f07e298
BH
30312016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3032
3033 * gdb.fortran/vla-type.f90: Add test for static and dynamic arrays
3034 of dynamic types.
3035 * gdb.fortran/vla-type.exp: Add test for static and dynamic arrays
3036 of dynamic types.
3037
9920b434
BH
30382016-04-26 Bernhard Heckel <bernhard.heckel@intel.com>
3039
3040 * gdb.fortran/vla-type.f90: New file.
3041 * gdb.fortran/vla-type.exp: New file.
3042
f3abeff5
YQ
30432016-04-25 Yao Qi <yao.qi@linaro.org>
3044
3045 * gdb.base/branch-to-self.c: New file.
3046 * gdb.base/branch-to-self.exp: New file.
3047
0a5d52f0
YQ
30482016-04-22 Yao Qi <yao.qi@linaro.org>
3049
3050 * gdb.trace/unavailable.exp (gdb_collect_globals_test_1): Match
3051 more after $hex.
3052
495346f6
YQ
30532016-04-22 Yao Qi <yao.qi@linaro.org>
3054
3055 * gdb.base/annota1.exp: Set breakpoint on line $main_line.
3056 * gdb.base/annota3.exp: Likewise.
3057
4a7e075c
YQ
30582016-04-22 Yao Qi <yao.qi@linaro.org>
3059
3060 * gdb.reverse/step-precsave.exp: Do one step and test program
3061 stops in "callee" and do multiple steps until program goes out
3062 of "callee".
3063 * gdb.reverse/step-reverse.exp: Likewise.
3064
5b061e98
YQ
30652016-04-22 Yao Qi <yao.qi@linaro.org>
3066
3067 * gdb.trace/signal.exp: Also pass if
3068 $tracepoint_hits($i) > $iterations.
3069
5c5dc57f
YQ
30702016-04-22 Yao Qi <yao.qi@linaro.org>
3071
3072 * gdb.trace/signal.c: New file.
3073 * gdb.trace/signal.exp: New file.
3074
a55411b9
DE
30752016-04-19 Doug Evans <xdje42@gmail.com>
3076
3077 * gdb.base/bad-file.exp: New file.
3078
a22df60a
MG
30792016-04-18 Martin Galvan <martin.galvan@tallertechnologies.com>
3080
3081 * gdb.dwarf2/implref.exp: New file.
3082
0c13f7e5
BH
30832016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3084
3085 * gdb.fortran/common-block.exp: Use type naming defined in lib fortran.
3086 * gdb.fortran/derived-type.exp: Use type naming defined in lib fortran.
3087 * gdb.fortran/multi-dim.exp: Use type naming defined in lib fortran.
3088 * gdb.fortran/vla-datatypes.exp: Use type naming defined in lib fortran.
3089 * gdb.fortran/vla-ptype-sub.exp: Use type naming defined in lib fortran.
3090 * gdb.fortran/vla-ptype.exp: Use type naming defined in lib fortran.
3091 * gdb.fortran/whatis_type.exp: Use type naming defined in lib fortran.
3092 * lib/fortran.exp (fortran_int4): New procedure.
3093 (fortran_real4, fortran_real8, fortran_complex4): Likewise.
3094 (fortran_logical4): Likewise.
3095
9b9b09e9
BH
30962016-04-18 Benrhard Heckel <bernhard.heckel@intel.com>
3097
3098 * lib/gdb.exp (gdb_compile_shlib): Add flag for ICC compiler.
3099
a14d1f4d
BH
31002016-04-18 Bernhard Heckel <bernhard.heckel@intel.com>
3101
3102 * lib/compiler.c: Add Intel specific preprocessor macros.
3103 * lib/compiler.cc: Likewise.
25d49b86 3104
7d49b1d0
LM
31052016-04-13 Luis Machado <lgustavo@codesourcery.com>
3106
3107 * gdb.server/connect-with-no-symbol-file.c: New file.
3108 * gdb.server/connect-with-no-symbol-file.exp: New file.
3109
8392fa22
SM
31102016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3111
3112 * lib/gdb.exp (gdb_remote_download): Fix and extend comment.
3113
8c4c4aeb
SM
31142016-04-13 Simon Marchi <simon.marchi@ericsson.com>
3115
3116 * boards/gdbserver-base.exp (${board}_download): Copy source file to
3117 standard output directory.
3118
45e3745e
AT
31192016-04-13 Antoine Tremblay <antoine.tremblay@ericsson.com>
3120
3121 * gdb.trace/trace-condition.exp (foreach): Fix emit_sub testcase.
3122
e26b7e41
MM
31232016-04-13 Markus Metzger <markus.t.metzger@intel.com>
3124
3125 * gdb.btrace/instruction_history.c (loop): Add declaration.
3126
8ce09462
AT
31272016-04-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
3128
3129 * gdb.trace/ftrace.exp (proc): Change test prefix from "ond" to "cond".
3130
2e88a1ea
SM
31312016-04-09 Simon Marchi <simon.marchi@polymtl.ca>
3132
3133 * gdb.python/py-mi-events-gdb.py (signal_stop_handler): Add
3134 parentheses to print.
3135 (continue_handler): Likewise.
3136
f48e22e3
SM
31372016-04-08 Simon Marchi <simon.marchi@ericsson.com>
3138
3139 * gdb.server/solib-list.exp: Remove is_remote check.
3140 Pass shlib= to gdb_compile. Don't link shared library with
3141 -soname. Call gdb_remote_download instead of gdb_load_shlibs.
3142 Run binary filename through "readlink -f" on the target.
3143
096be756
PA
31442016-04-08 Pedro Alves <palves@redhat.com>
3145
3146 * gdb.server/solib-list.exp: Don't use gdb_load. Instead pass the
3147 interpreter filename as argument to gdbserver_spawn.
3148 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3149 Return empty if $last_loaded_file does not exist.
3150
06500533
JK
31512016-04-08 Jan Kratochvil <jan.kratochvil@redhat.com>
3152
3153 Fix compatibility with gcc-4.8.5-4.el7.x86_64.
3154 * gdb.base/jit-main.c: Use exit after usage.
3155
2d35e871
JK
31562016-04-07 Jan Kratochvil <jan.kratochvil@redhat.com>
3157
3158 * gdb.base/gdbhistsize-history.exp: Save and unset GDBHISTFILE and
3159 GDBHISTSIZE prior to the tests.
3160 * gdb.base/gdbinit-history.exp: Likewise.
3161
31622016-04-07 Pedro Alves <palves@redhat.com>
9553661a
PA
3163
3164 * gdb.compile/compile.exp: Use gdb_compile with "shlib=" option
3165 instead of build_executable. Use gdb_load_shlibs.
3166
c8064e7e
YQ
31672016-04-07 Yao Qi <yao.qi@linaro.org>
3168
3169 * gdb.reverse/finish-reverse-bkpt.exp: Use temporary breakpoint.
3170 Execute "si" command.
3171
bde47561
YQ
31722016-04-07 Yao Qi <yao.qi@linaro.org>
3173
3174 * gdb.reverse/next-reverse-bkpt-over-sr.exp: Match the breakpoint
3175 number instead of the comments on some line.
3176
b16f8a3b
DB
31772016-04-06 Don Breazeal <donb@codesourcery.com>
3178
3179 * gdb.dwarf2/dw2-opt-structptr.c: New test program.
3180 * gdb.dwarf2/dw2-opt-structptr.exp: New test script.
3181
c2f901df
SM
31822016-04-06 Simon Marchi <simon.marchi@ericsson.com>
3183
3184 * gdb.threads/dlopen-libpthread.exp: Set binfile_lib using
3185 standard_output_file. Remove unused binfile variable.
3186
ac17fda0
CU
31872016-04-05 Catalin Udma <catalin.udma@freescale.com>
3188
3189 * gdb.python/py-mi-objfile-gdb.py: Use "list main" command.
3190 * gdb.python/py-mi-objfile.exp: Match "list main" output
3191 in console format.
3192
03a8c4df
SM
31932016-04-05 Simon Marchi <simon.marchi@polymtl.ca>
3194
3195 * gdb.arch/ftrace-insn-reloc.exp: Check for IPA basename instead of
3196 absolute.
3197
6e774b13
SM
31982016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3199
3200 * gdb.trace/ftrace-lock.exp: Check for IPA basename instead of
3201 absolute.
3202 * gdb.trace/ftrace.exp: Likewise.
3203 * lib/gdb.exp (gdb_compile): Set rpath $ORIGIN for non-remote
3204 targets as well.
3205 (gdb_compile_shlib): Set SONAME for non-remote targets as well.
3206 (gdb_load_shlibs): Copy libraries to test directory when testing
3207 natively. Only set solib-search-path if testing remotely.
3208 * lib/mi-support.exp (mi_load_shlibs): Likewise.
3209
7817ea46
SM
32102016-04-05 Simon Marchi <simon.marchi@ericsson.com>
3211
3212 * gdb.base/jit-so.exp: Use gdb_remote_download instead of
3213 gdb_download. Use it even if the target is not remote.
3214 * gdb.base/jit.exp (compile_jit_test): Likewise.
3215 * lib/gdb.exp (gdb_remote_download): Copy files to the standard
3216 output directory if the destination board is local, otherwise use
3217 the standard remote_download from DejaGnu.
3218 (gdb_download): Remove.
3219 (gdb_load_shlibs): Use gdb_remote_download instead of
3220 gdb_download.
3221 * lib/gdbserver-support.exp (gdbserver_download_current_prog):
3222 Use gdb_remote_download instead of gdb_download. Use it even if
3223 the target is not remote.
3224 * lib/mi-support.exp (mi_load_shlibs): Use gdb_remote_download
3225 instead of gdb_download.
3226
7beb7f68
SM
32272016-04-04 Simon Marchi <simon.marchi@polymtl.ca>
3228
3229 * gdb.mi/mi-breakpoint-changed.exp: Add some with_test_prefix.
3230 (test_insert_delete_modify): Call mi_load_shlibs before trying to
3231 run.
3232
cc63428a
AV
32332016-04-01 Artemiy Volkov <artemiyv@acm.org>
3234
3235 PR gdb/19820
3236 * gdb.base/printcmds.exp: Add artificial arrays tests.
3237
64cdf930
PA
32382016-03-31 Pedro Alves <palves@redhat.com>
3239
3240 PR gdb/19858
3241 * gdb.base/jit-main.c: Include unistd.h.
3242 (ATTACH): Define to 0 if not already defined.
3243 (wait_for_gdb, mypid): New globals.
3244 (WAIT_FOR_GDB): New macro.
3245 (MAIN): Set an alarm. Store the process's pid. Wait for GDB at
3246 some breakpoint locations.
3247 * gdb.base/jit.exp (clean_reattach, continue_to_test_location):
3248 New procedures.
3249 (one_jit_test): Add REATTACH parameter, and handle it. Use
3250 continue_to_test_location.
3251 (top level): Test attach, and adjusts calls to one_jit_test.
3252
40dea8cb
PA
32532016-03-31 Pedro Alves <palves@redhat.com>
3254
3255 PR gdb/19858
3256 * gdb.base/jit.exp (compile_jit_test): Add intro comment. Add
3257 BINSUFFIX parameter, and handle it.
3258 (top level): Adjust calls compile_jit_test.
3259
e7ea3ec7
CU
32602016-03-31 Catalin Udma <catalin.udma@freescale.com>
3261
3262 PR python/19743
3263 * gdb.python/py-mi-events-gdb.py: New file.
3264 * gdb.python/py-mi-events.c: New file.
3265 * gdb.python/py-mi-events.exp: New file.
3266
e6359af3
YQ
32672016-03-30 Yao Qi <yao.qi@linaro.org>
3268
3269 * gdb.reverse/until-precsave.exp: Match function name only.
3270 * gdb.reverse/until-reverse.c (main): Don't call fprintf nor printf.
3271 Move malloc to a condition block.
3272 * gdb.reverse/until-reverse.exp: Match function name only.
3273
a4105d04
MK
32742016-03-29 Marcin Kościelnicki <koriakin@0x04.net>
3275
3276 * gdb.trace/ftrace.exp: Set arg0exp for s390.
3277 * gdb.trace/mi-trace-frame-collected.exp: Expect 4 registers on s390.
3278 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for s390, add gpr0num
3279 variable for GPR 0 instead of assuming it is register 0.
3280 * gdb.trace/trace-common.h: Add s390 fast tracepoint placeholder.
3281 * lib/trace-support.exp: Add s390 registers.
3282
bfa6adb9
YQ
32832016-03-29 Yao Qi <yao.qi@linaro.org>
3284
3285 * gdb.arch/arm-neon.exp: Pass debug to prepare_for_testing.
3286
1e6697ea
YQ
32872016-03-24 Yao Qi <yao.qi@linaro.org>
3288
3289 * gdb.reverse/break-reverse.exp: Add quotation mark in the
3290 test message.
3291
64bcd522
AA
32922016-03-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
3293
3294 * gdb.arch/s390-multiarch.exp: Use standard_testfile instead of
3295 maintaining separate logic for constructing the output path.
3296
7868401b
DB
32972016-03-16 Don Breazeal <donb@codesourcery.com>
3298
3299 * gdb.threads/forking-threads-plus-breakpoint.c (thread_forks):
3300 Retry fork and waitpid on interrupted system call errors.
3301 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3302 Use with_timeout_factor to increase timeout by factor of 10.
3303
1cafadb4
DB
33042016-03-15 Don Breazeal <donb@codesourcery.com>
3305
3306 * gdb.cp/scope-err.cc: New test program.
3307 * gdb.cp/scope-err.exp: New test script.
3308 * gdb.linespec/ls-errs.c (myfunction): Expanded to have multiple
3309 lines and "set breakpoint here" comment.
3310 * gdb.linespec/ls-errs.exp: Added C++ testing and new test case.
3311 Fixed some whitespace and format issues.
3312 * gdb.mi/mi-linespec-err-cp.cc: New test program.
3313 * gdb.mi/mi-linespec-err-cp.exp: New test script.
3314
81516450
DE
33152016-03-15 Doug Evans <dje@google.com>
3316
3317 * gdb.xml/extra-regs.xml: Add enum, mixed_flags values.
3318 * gdb.xml/tdesc-regs.exp (load_description): New arg xml_file.
3319 All callers updated. Add tests for enums, mixed flags register.
3320
aa52b601
DE
33212016-03-15 Doug Evans <dje@google.com>
3322
3323 * gdb.base/skip.c (main): Call test_skip_file_and_function.
3324 * gdb.base/skip.exp: Remove hand calling test_skip_file_and_function.
3325
fa4ff313
SM
33262016-03-14 Simon Marchi <simon.marchi@ericsson.com>
3327
3328 * gdb.base/default.exp: Add $_as_string to the list of expected
3329 convenience functions.
3330
f2403c39
AB
33312016-03-11 Andrew Burgess <andrew.burgess@embecosm.com>
3332
3333 * gdb.base/maint.exp: New tests for 'maint info line-table'.
3334
f2f3ccb9
SM
33352016-03-10 Simon Marchi <simon.marchi@polymtl.ca>
3336
3337 * gdb.python/py-as-string.exp: New file.
3338 * gdb.python/py-as-string.c: New file.
3339
00dbd492
PA
33402016-03-09 Pedro Alves <palves@redhat.com>
3341
3342 * gdb.threads/attach-into-signal.exp: Adjust to "Program received
3343 signal" -> "Thread NN received signal" output change.
3344 * gdb.threads/ia64-sigill.exp: Likewise.
3345 * gdb.threads/linux-dp.exp: Likewise.
3346 * gdb.threads/manythreads.exp: Likewise.
3347 * gdb.threads/pending-step.exp: Likewise.
3348 * gdb.threads/print-threads.exp: Likewise.
3349 * gdb.threads/sigstep-threads.exp: Likewise.
3350 * gdb.threads/staticthreads.exp: Likewise.
3351 * gdb.threads/tls.exp: Likewise.
3352
1e6697ea
YQ
33532016-03-09 Pedro Alves <palves@redhat.com>
3354
3355 * gdb.base/command-line-input.exp: New file.
3356
b04fd3be
MK
33572016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3358
3359 * gdb.trace/ftrace.exp: Set arg0exp for ppc.
3360 * gdb.trace/mi-trace-unavailable.exp: Set pcnum for ppc.
3361 * gdb.trace/pending.exp: Accept leading dot before function name.
3362 * gdb.trace/trace-common.h: Add fast tracepoint dummy insn for ppc.
3363 * lib/trace-support.exp: Set registers for ppc.
3364
98fa59e9
MK
33652016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3366
3367 * gdb.trace/entry-values.exp: Link ${binfile}1.o to ${binfile}1 and
3368 use it for disassembly; accept .main in addition to main in backtrace.
3369
f77198c8
MK
33702016-03-09 Wei-cheng Wang <cole945@gmail.com>
3371 Marcin Kościelnicki <koriakin@0x04.net>
3372
3373 * gdb.trace/actions.c (gdb_recursion_test_fp): New typedef.
3374 (gdb_recursion_test_ptr): New global variable.
3375 (gdb_recursion_test): Call gdb_recursion_test_ptr instead of
3376 gdb_recursion_test.
3377 (gdb_c_test): Ditto.
3378
ba84e0da
MK
33792016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3380
3381 * gdb.trace/change-loc.exp: Don't depend on tracepoint location
3382 ordering.
3383
4366d36e
MK
33842016-03-09 Marcin Kościelnicki <koriakin@0x04.net>
3385
3386 * gdb.trace/unavailable-dwarf-piece.c (foo): Add foo_start_lbl label.
3387 (bar): Add bar_start_lbl label.
3388 * gdb.trace/unavailable-dwarf-piece.exp: Use foo/bar_start_lbl instead
3389 of foo/bar for emitting DWARF and tracing.
3390
5eb264df
SDJ
33912016-03-06 Sergio Durigan Junior <sergiodj@redhat.com>
3392
3393 * analyze-racy-logs.py: Set executable bit.
3394
fb6a751f
SDJ
33952016-03-05 Sergio Durigan Junior <sergiodj@redhat.com>
3396
3397 * Makefile.in (DEFAULT_RACY_ITER): New variable.
3398 (CHECK_TARGET_TMP): Likewise.
3399 (check-single-racy): New rule.
3400 (check-parallel-racy): Likewise.
3401 (TEST_TARGETS): Adjust rule to account for RACY_ITER.
3402 (do-check-parallel-racy): New rule.
3403 (check-racy/%.exp): Likewise.
3404 * README (Racy testcases): New section.
3405 * analyze-racy-logs.py: New file.
3406
bdf7e230
DE
34072016-03-03 Doug Evans <dje@google.com>
3408
3409 * gdb.base/skip.exp: Use with_test_prefix.
3410
4719d415
YQ
34112016-03-03 Yao Qi <yao.qi@linaro.org>
3412
3413 * gdb.base/step-over-syscall.exp (step_over_syscall): Kfail.
3414 Invoke step_over_syscall "clone" and break_cond_on_syscall
3415 "clone".
3416 * gdb.base/step-over-clone.c: New file.
3417
ea507862
YQ
34182016-03-03 Yao Qi <yao.qi@linaro.org>
3419
3420 * gdb.base/step-over-syscall.exp (disp_step_cross_syscall): Fix
3421 code format.
3422
8fc8cbda
YQ
34232016-03-03 Yao Qi <yao.qi@linaro.org>
3424
3425 * gdb.base/disp-step-fork.c: Rename to ...
3426 * gdb.base/step-over-fork.c: ... it. New file.
3427 * gdb.base/disp-step-vfork.c: Rename to ...
3428 * gdb.base/step-over-vfork.c: ... it. New file.
3429 * gdb.base/disp-step-syscall.exp: Rename to ...
3430 * gdb.base/step-over-syscall.exp: ... it. New file.
3431 (disp_step_cross_syscall): Rename to ...
3432 (step_over_syscall): ... it.
3433
92fa70b0
YQ
34342016-03-03 Yao Qi <yao.qi@linaro.org>
3435
3436 * gdb.base/disp-step-syscall.exp (break_cond_on_syscall): New.
3437 If target supports condition evaluation on target, invoke
3438 break_cond_on_syscall for fork and vfork.
3439
e197ad3c
YQ
34402016-03-03 Yao Qi <yao.qi@linaro.org>
3441
3442 * gdb.base/disp-step-syscall.exp: Don't invoke
3443 support_displaced_stepping.
3444 (disp_step_cross_syscall): Test with displaced stepping off and
3445 on if supported.
3446
0b47da9f
YQ
34472016-03-03 Yao Qi <yao.qi@linaro.org>
3448
3449 * gdb.base/disp-step-syscall.exp (check_pc_after_cross_syscall): New
3450 proc.
3451 (setup): New proc.
3452 (disp_step_cross_syscall): Move code to check_pc_after_cross_syscall
3453 and setup.
3454
065ab6dc
BH
34552016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3456
3457 * gdb.fortran/vla-history.exp: Remove breakpoint.
3458
07e448ad 34592016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3460
25d49b86
PA
3461 * gdb.fortran/vla-history.exp: Lookup array elements and printing
3462 exceeds timeout.
07e448ad 3463
9ac2d526 34642016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3465
25d49b86
PA
3466 * gdb.cp/vla-cxx.cc: Insert dummy assignment as anchor for an
3467 breakpoint.
9ac2d526 3468
17807369
BH
34692016-03-02 Bernhard Heckel <bernhard.heckel@intel.com>
3470
3471 * gdb.mi/vla.f90: Nullify pointer after declaration.
3472
86e501af
PA
34732016-03-01 Pedro Alves <palves@redhat.com>
3474
3475 * gdb.trace/ftrace-lock.c: Include <unistd.h>.
3476
1e903e32
PA
34772016-03-01 Pedro Alves <palves@redhat.com>
3478
3479 * gdb.threads/watchpoint-fork-child.c: Include "watchpoint-fork.h"
3480 before anything else.
3481 * gdb.threads/watchpoint-fork-mt.c: Likewise. Don't define
3482 _GNU_SOURCE here.
3483 * gdb.threads/watchpoint-fork-st.c: Include "watchpoint-fork.h"
3484 before anything else.
3485 * gdb.threads/watchpoint-fork.h: Define _GNU_SOURCE.
3486
6ccb54e2
PA
34872016-03-01 Pedro Alves <palves@redhat.com>
3488
3489 * gdb.base/catch-fork-kill.c: Include <sys/wait.h>.
3490
30ca9da1
YQ
34912016-03-01 Yao Qi <yao.qi@linaro.org>
3492
3493 * gdb.arch/arm-disp-step.exp: Use standard_testfile and
3494 prepare_for_testing.
3495
dc856b38
YQ
34962016-03-01 Yao Qi <yao.qi@linaro.org>
3497
3498 * gdb.arch/arm-neon.exp: Pass quiet to prepare_for_testing.
3499
4a932159
AA
35002016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3501
3502 * gdb.arch/s390-tdbregs.exp: Use prepare_for_testing instead of
3503 manually constructing the output path.
3504
f2489477
AA
35052016-03-01 Andreas Arnez <arnez@linux.vnet.ibm.com>
3506
3507 * gdb.arch/s390-stackless.S: New.
3508 * gdb.arch/s390-stackless.exp: New.
3509
38899f16
IB
35102016-02-28 Iain Buclaw <ibuclaw@gdcproject.org>
3511
3512 * gdb.dlang/circular.c: New file.
3513 * gdb.dlang/circular.exp: New file.
3514
9fde51ed
YQ
35152016-02-26 Yao Qi <yao.qi@linaro.org>
3516
3517 * gdb.reverse/insn-reverse.c [__arm__] (ext_reg_load): New.
3518 [__arm__] (ext_reg_mov, ext_reg_push_pop): New.
3519 (testcases): Update.
3520
ce90fefe
YQ
35212016-02-26 Yao Qi <yao.qi@linaro.org>
3522
3523 * gdb.reverse/aarch64.c: Rename to ...
3524 * gdb.reverse/insn-reverse.c: ... it.
3525 * gdb.reverse/aarch64.exp: Rename to ...
3526 * gdb.reverse/insn-reverse.exp: ... it.
3527
3263bceb
YQ
35282016-02-26 Yao Qi <yao.qi@linaro.org>
3529
3530 * gdb.reverse/aarch64.c: [__aarch64__] Include arm_neon.h.
3531 (testcase_ftype): New.
3532 (testcases): New array.
3533 (n_testcases): New.
3534 (main): Call each element in testcases.
3535 * gdb.reverse/aarch64.exp: Remove is_aarch64_target check.
3536 (read_testcase): New.
3537 Do the tests in a loop.
3538
6cb59ff1
YQ
35392016-02-25 Yao Qi <yao.qi@linaro.org>
3540
3541 * gdb.base/branches.c: Remove.
3542
ae91f625
MK
35432016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3544
3545 PR gdb/13808
3546 * gdb.trace/ftrace.exp (test_fast_tracepoints): Remove kfail.
3547
678b48b7
MK
35482016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3549
3550 * gdb.trace/ftrace.exp: Remove unnecessary target check.
3551
7337a6f2
MK
35522016-02-25 Marcin Kościelnicki <koriakin@0x04.net>
3553
3554 * gdb.trace/entry-values.exp: Surround $call_insn with '\y',
3555 change x86_64 call_insn to 'callq'.
3556
861ca91f
AT
35572016-02-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
3558
3559 * gdb.trace/tfile-avx.c: Move to...
3560 * gdb.trace/tracefile-pseudo-reg.c: Here.
3561 * gdb.trace/tfile-avx.exp: Move to...
3562 * gdb.trace/tracefile-pseudo-reg.exp: Here.
3563
bf74e428
GB
35642016-02-24 Gary Benson <gbenson@redhat.com>
3565
3566 * gdb.base/attach-pie-noexec.exp: Do not expect an error
3567 message on attach.
3568
cce0e923
DE
35692016-02-23 Doug Evans <dje@google.com>
3570
3571 * gdb.base/skip.c (test_skip): New function.
3572 (end_test_skip_file_and_function): New function.
3573 (test_skip_file_and_function): New function.
3574 * gdb.base/skip1.c (test_skip): New function.
3575 (skip1_test_skip_file_and_function): New function.
3576 * gdb.base/skip.exp: Add tests for new skip options.
3577 * gdb.base/skip-solib.exp: Update expected output.
3578 * gdb.perf/skip-command.cc: New file.
3579 * gdb.perf/skip-command.exp: New file.
3580 * gdb.perf/skip-command.py: New file.
3581
4000e47e
MK
35822016-02-22 Marcin Kościelnicki <koriakin@0x04.net>
3583
3584 * gdb.trace/unavailable.exp (gdb_unavailable_registers_test_1): Fix
3585 info registers pattern.
3586
24f75ead
IB
35872016-02-18 Iain Buclaw <ibuclaw@gdcproject.org>
3588
3589 * lib/future.exp: Add D support.
3590 (gdb_find_gdc): New proc.
3591 (gdb_default_target_compile): Add D support.
3592
fbb7bcbe
WW
35932016-02-18 Wei-cheng Wang <cole945@gmail.com>
3594
3595 * gdb.trace/tspeed.c (myclock): Return wallclock instead of
3596 user+system time.
3597 (trace_speed_test): Determine the iteration count for a time
3598 between 15..30 seconds.
3599
012b3a21
WT
36002016-02-18 Walfred Tedeschi <walfred.tedeschi@intel.com>
3601
3602 * gdb.arch/i386-mpx-sigsegv.c: New file.
3603 * gdb.arch/i386-mpx-sigsegv.exp: New file.
3604 * gdb.arch/i386-mpx-simple_segv.c: New file.
3605 * gdb.arch/i386-mpx-simple_segv.exp: New file.
3606
2d5189bd
YQ
36072016-02-18 Yao Qi <yao.qi@linaro.org>
3608
3609 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
3610 Don't call setup_kfail.
3611
40fb20d0
YQ
36122016-02-18 Yao Qi <yao.qi@linaro.org>
3613
3614 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3615 Set "set breakpoint condition-evaluation" per $cond_bp_target.
3616
21b1f8d2
DE
36172016-02-16 Doug Evans <dje@google.com>
3618
3619 * gdb.base/skip.c: Add copyright. Whitespace cleanup.
3620 * gdb.base/skip1.c: Ditto.
3621 * gdb.base/skip.exp: Whitespace cleanup.
3622
4041ed77
DB
36232016-02-16 Don Breazeal <donb@codesourcery.com>
3624
3625 PR remote/19496
3626 * gdb.threads/forking-threads-plus-breakpoint.exp (do_test):
3627 Remove kfail for PR remote/19496.
3628
c4ef31bf
SM
36292016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3630
3631 * lib/gdb.exp (standard_temp_file): Return a path specific to
3632 the runtest invocation.
3633
266b65b3
SM
36342016-02-16 Simon Marchi <simon.marchi@ericsson.com>
3635
3636 * gdb.trace/save-trace.exp: Change relative path to be in the
3637 standard output directory.
3638
a7a0a6a9
JK
36392016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3640
3641 * gdb.arch/i386-prologue.c: Add missing prototypes.
3642
c99dbb42
JK
36432016-02-15 Jan Kratochvil <jan.kratochvil@redhat.com>
3644
3645 * gdb.arch/i386-gnu-cfi.exp: Use standard_output_file.
3646 * gdb.arch/i386-prologue.exp: Likewise.
3647 * gdb.arch/i386-size.exp: Likewise.
3648
aa480355
SM
36492016-02-15 Simon Marchi <simon.marchi@ericsson.com>
3650
3651 * gdb.base/wrong_frame_bt_full.exp: Use standard_output_file to
3652 define object file path.
3653 * gdb.btrace/gcore.exp: Use standard_output_file to define core
3654 file path.
3655 * lib/opencl.exp (gdb_compile_opencl_hostapp): Use
3656 standard_output_file to define binfile.
3657
ba881f50
JK
36582016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3659
3660 Fix compatibility with recent gfortran-5.3.1.
3661 * gdb.fortran/vla-history.exp (print vla1 allocated)
3662 (print vla2 allocated, print $2, print $3): Remove
3663 (print $4): Rename to ...
3664 (print $2): ... here.
3665 (print $9): Rename to ...
3666 (print $5): ... here.
3667 (print $10): Rename to ...
3668 (print $6): ... here.
3669 * gdb.fortran/vla.f90: Add pvla initialization.
3670
e9fb005c
JK
36712016-02-14 Jan Kratochvil <jan.kratochvil@redhat.com>
3672
3673 * gdb.fortran/vla-value-sub-finish.exp (set max-value-size 1024*1024):
3674 New test.
3675 * gdb.fortran/vla-value-sub.exp: Likewise.
3676
e44e00ff
MK
36772016-02-12 Marcin Kościelnicki <koriakin@0x04.net>
3678
3679 * gdb.trace/tfile-avx.c (main): Change ymm15 to xmm15.
3680
97e94151
SM
36812016-02-12 Simon Marchi <simon.marchi@ericsson.com>
3682
3683 * i386-biarch-core.exp: Define corefile using
3684 standard_output_file.
3685
01113bc1
YQ
36862016-02-12 Yao Qi <yao.qi@linaro.org>
3687
3688 * gdb.arch/arm-single-step-kernel-helper.c: New.
3689 * gdb.arch/arm-single-step-kernel-helper.exp: New.
3690
33b4777c
MM
36912016-02-12 Markus Metzger <markus.t.metzger@intel.com>
3692
3693 * gdb.btrace/tailcall-only.exp: New.
3694 * gdb.btrace/tailcall-only.c: New.
3695 * gdb.btrace/x86_64-tailcall-only.S: New.
3696 * gdb.btrace/i686-tailcall-only.S: New.
3697
acc23c11
PA
36982016-02-11 Pedro Alves <palves@redhat.com>
3699
3700 * README (Parallel testing): Add missing double quotes.
3701
e352bf0a
PA
37022016-02-11 Pedro Alves <palves@redhat.com>
3703
3704 * README (Parallel testing): New section.
3705 (GDB_PARALLEL): Rewrite.
3706 (FORCE_PARALLEL): Document.
3707
9f5fed78
MK
37082016-02-11 Marcin Kościelnicki <koriakin@0x04.net>
3709
3710 * gdb.trace/tfile-avx.c: New test.
3711 * gdb.trace/tfile-avx.exp: New test.
3712
9ef9e6a6
KS
37132016-02-09 Keith Seitz <keiths@redhat.com>
3714
3715 PR breakpoints/19546
3716 * gdb.base/infcall-exec.c: New file.
3717 * gdb.base/infcall-exec2.c: New file.
3718 * gdb.base/infcall-exec.exp: New file.
3719
a96e36da
KS
37202016-02-09 Keith Seitz <keiths@redhat.com>
3721
3722 * gdb.guile/scm-breakpoint.exp (test_bkpt_address): New procedure.
3723 (toplevel): Call test_bkpt_address.
3724
9f61929f
KS
37252016-02-09 Keith Seitz <keiths@redhat.com>
3726
3727 PR python/19506
3728 * gdb.python/py-breakpoint.exp (test_bkpt_address): New procedure.
3729 (toplevel): Call test_bkpt_address.
3730
1e94266c
SM
37312016-02-09 Simon Marchi <simon.marchi@ericsson.com>
3732
3733 * configure.ac: Use AC_CONFIG_FILES instead of passing arguments
3734 to AC_OUTPUT.
3735 * configure: Regenerate.
3736
2a7f3dff
PA
37372016-02-09 Pedro Alves <palves@redhat.com>
3738
3739 PR breakpoints/19548
3740 * gdb.base/execl-update-breakpoints.c (some_function): New
3741 function.
3742 (main): Call it.
3743 * gdb.base/execl-update-breakpoints.exp: Add a second breakpoint.
3744 Tighten expected GDB output.
3745
2151ccc5
SM
37462016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3747
3748 * Makefile.in (ALL_SUBDIRS): Remove.
3749 (clean mostlyclean): Do not recurse in ALL_SUBDIRS.
3750 (distclean maintainer-clean realclean): Likewise.
3751 * configure.ac (AC_OUTPUT): Remove gdb.*/Makefile.
3752 * configure: Regenerate.
3753 * gdb.ada/Makefile.in: Delete.
3754 * gdb.arch/Makefile.in: Likewise.
3755 * gdb.asm/Makefile.in: Likewise.
3756 * gdb.base/Makefile.in: Likewise.
3757 * gdb.btrace/Makefile.in: Likewise.
3758 * gdb.cell/Makefile.in: Likewise.
3759 * gdb.compile/Makefile.in: Likewise.
3760 * gdb.cp/Makefile.in: Likewise.
3761 * gdb.disasm/Makefile.in: Likewise.
3762 * gdb.dlang/Makefile.in: Likewise.
3763 * gdb.dwarf2/Makefile.in: Likewise.
3764 * gdb.fortran/Makefile.in: Likewise.
3765 * gdb.gdb/Makefile.in: Likewise.
3766 * gdb.go/Makefile.in: Likewise.
3767 * gdb.guile/Makefile.in: Likewise.
3768 * gdb.java/Makefile.in: Likewise.
3769 * gdb.linespec/Makefile.in: Likewise.
3770 * gdb.mi/Makefile.in: Likewise.
3771 * gdb.modula2/Makefile.in: Likewise.
3772 * gdb.multi/Makefile.in: Likewise.
3773 * gdb.objc/Makefile.in: Likewise.
3774 * gdb.opencl/Makefile.in: Likewise.
3775 * gdb.opt/Makefile.in: Likewise.
3776 * gdb.pascal/Makefile.in: Likewise.
3777 * gdb.perf/Makefile.in: Likewise.
3778 * gdb.python/Makefile.in: Likewise.
3779 * gdb.reverse/Makefile.in: Likewise.
3780 * gdb.server/Makefile.in: Likewise.
3781 * gdb.stabs/Makefile.in: Likewise.
3782 * gdb.threads/Makefile.in: Likewise.
3783 * gdb.trace/Makefile.in: Likewise.
3784 * gdb.xml/Makefile.in: Likewise.
3785 * lib/gdb.exp (make_gdb_parallel_path): Add check for
3786 GDB_PARALLEL.
3787 (standard_output_file): Remove check for GDB_PARALLEL, always
3788 return path in outputs/$subdir/$testname.
3789
437277d4
SM
37902016-02-08 Simon Marchi <simon.marchi@ericsson.com>
3791
3792 * Makefile.in (abs_srcdir): Assign @abs_srcdir@.
3793 (site.exp): Assign abs_srcdir to tcl's srcdir.
3794
31d913c7
YQ
37952016-02-04 Yao Qi <yao.qi@linaro.org>
3796
3797 * gdb.base/foll-exec-mode.c: Include limits.h.
3798 (main): Add parameters argc and argv. Get directory from
3799 argv[0].
3800 * gdb.base/foll-exec-mode.exp: Don't pass -DBASEDIR in
3801 compilation.
3802 * gdb.base/foll-exec.c: Include limits.h.
3803 (main): Add parameters argc and argv.
3804 Get directory from argv[0].
3805 * gdb.base/foll-exec.exp: Don't pass -DBASEDIR in compilation.
3806 Adjust tests on the number of lines as source code changed.
3807 * gdb.base/foll-vfork-exit.c: Include limits.h.
3808 (main): Add one line of statement before vfork.
3809 * gdb.base/foll-vfork.c: Include limits.h and string.h.
3810 (main): Add parameters argc and argv. Get directory from
3811 argv[0].
3812 * gdb.base/foll-vfork.exp: Don't pass -DBASEDIR in compilation.
3813 (setup_gdb): Set tbreak to skip some source lines.
3814 * gdb.multi/bkpt-multi-exec.c: Include limits.h.
3815 (main): Add parameters argc and argv. Get directory from
3816 argv[0].
3817 * gdb.multi/bkpt-multi-exec.exp: Don't pass -DBASEDIR in
3818 compilation.
3819 * gdb.multi/multi-arch-exec.c: Include limits.h and string.h.
3820 (main): Add parameters argc and argv. Get directory from
3821 argv[0].
3822 * gdb.multi/multi-arch-exec.exp: Don't pass -DBASEDIR in
3823 compilation.
3824
9482b9fb
DE
38252016-02-01 Doug Evans <dje@google.com>
3826
3827 * gdb.base/skip.exp: Clean up multiple references to same test name.
3828
6b2e4f10
PA
38292016-02-01 Pedro Alves <palves@redhat.com>
3830
ccb6afd6 3831 PR remote/19496
6b2e4f10
PA
3832 * gdb.threads/forking-threads-plus-breakpoint.exp
3833 (displaced_stepping_supported): New global.
3834 (probe_displaced_stepping_support): New procedure.
3835 (do_test): Add 'displaced' parameter, and use it.
3836 (top level): Check for displaced stepping support. Add displaced
3837 stepping on/off testing axis.
3838
37a8db1a
AB
38392016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
3840
3841 * gdb.mi/mi-vla-fortran.exp: Add XFAIL for accessing unassociated
3842 pointer. Don't perform further tests on the unassociated pointer
3843 if the first test fails.
3844
5fdf6324
AB
38452016-02-01 Andrew Burgess <andrew.burgess@embecosm.com>
3846
3847 * gdb.base/max-value-size.c: New file.
3848 * gdb.base/max-value-size.exp: New file.
3849 * gdb.base/huge.exp: Disable max-value-size for this test.
3850
935c6144
IB
38512016-01-28 Iain Buclaw <ibuclaw@gdcproject.org>
3852
3853 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
3854
7fe8399d
YQ
38552016-01-28 Yao Qi <yao.qi@linaro.org>
3856
3857 * gdb.fortran/vla-value.exp: Wrap test with with_timeout_factor.
3858
a2077e25
PA
38592016-01-25 Pedro Alves <palves@redhat.com>
3860
3861 PR threads/19461
3862 * gdb.base/fork-running-state.c: New file.
3863 * gdb.base/fork-running-state.exp: New file.
3864
1d2736d4
PA
38652016-01-25 Pedro Alves <palves@redhat.com>
3866
3867 PR gdb/19494
3868 * gdb.base/catch-fork-kill.c: New file.
3869 * gdb.base/catch-fork-kill.exp: New file.
3870
f1da4b11
PA
38712016-01-25 Pedro Alves <palves@redhat.com>
3872
3873 * gdb.base/step-sw-breakpoint-adjust-pc.exp (foreach_with_prefix):
3874 Delete, moved to lib/gdb.exp.
3875 * gdb.threads/forking-threads-plus-breakpoint.exp
3876 (foreach_with_prefix): Likewise.
3877 * gdb.threads/process-dies-while-handling-bp.exp
3878 (foreach_with_prefix): Likewise.
3879 * lib/gdb.exp (foreach_with_prefix): New procedure.
3880
45f38546
MK
38812016-01-25 Marcin Kościelnicki <koriakin@0x04.net>
3882
3883 * gdb.trace/backtrace.exp: Bump stack collection fudge factor.
3884 * gdb.trace/entry-values.exp: Bump stack collection fudge factor.
3885
dc29a1ce
MK
38862016-01-23 Marcin Kościelnicki <koriakin@0x04.net>
3887
3888 * gdb.trace/unavailable-dwarf-piece.exp: Fix bitfield handling on big
3889 endian targets.
3890
092127d7
JK
38912016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3892 Pedro Alves <palves@redhat.com>
3893
3894 Fix testsuite compatibility with Guile.
3895 * gdb.gdb/selftest.exp (send ^C to child process): Drop expected Thread
3896 number.
3897
31d765d3
JK
38982016-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
3899
3900 Fix testsuite compatibility with Guile.
3901 * gdb.gdb/selftest.exp (send ^C to child process): Accept also Thread.
3902 (thread 1): New test for backtrace through signal handler.
3903
1ac78c04
YQ
39042016-01-22 Yao Qi <yao.qi@linaro.org>
3905
3906 PR testsuite/19491
3907 * gdb.base/multi-forks.c: Include
3908 ../lib/unbuffer_output.c
3909 (main): Call gdb_unbuffer_output.
3910
4f5946a8
DE
39112016-01-21 Doug Evans <dje@google.com>
3912
3913 * lib/ada.exp (gdb_compile_ada): Fix typo.
3914
305e13e6
JB
39152016-01-21 Joel Brobecker <brobecker@adacore.com>
3916
3917 * gdb.base/break-fun-addr.exp: New file.
3918 * gdb.base/break-fun-addr1.c: New file.
3919 * gdb.base/break-fun-addr2.c: New file.
3920
5f5dfff6
SM
39212016-01-20 Simon Marchi <simon.marchi@polymtl.ca>
3922
3923 * gdb.python/py-pp-maint.exp: Change/add enum flag tests.
3924 * gdb.python/py-pp-maint.c (enum flag_enum): Use more complex
3925 enum flag values.
3926
fd356fa2
AA
39272016-01-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
3928
3929 * gdb.base/gnu_vector.exp: Re-establish handling for should_kfail
3930 when GDB can not set the vector return value. Add more comments
3931 for clarification.
3932
9df22175
AT
39332016-01-20 Antoine Tremblay <antoine.tremblay@ericsson.com>
3934
3935 * gdb.trace/tspeed.exp: Use shlib instead of libs in gdb_compile
3936 command.
3937
41d1845e
SM
39382016-01-19 Simon Marchi <simon.marchi@ericsson.com>
3939
3940 * Makefile.in (DO_RUNTEST): Add --status and update usages.
3941
01ac6840
SM
39422016-01-19 Simon Marchi <simon.marchi@ericsson.com>
3943
3944 * Makefile.in (check-single): Pass --status to runtest.
3945 (check/%.exp): Likewise.
3946
39472016-01-19 Simon Marchi <simon.marchi@ericsson.com>
3948
3949 * Makefile.in (check-parallel): Propagate return code from make
3950 do-check-parallel.
3951
bd0a71fa
MK
39522016-01-19 Marcin Kościelnicki <koriakin@0x04.net>
3953
3954 * gdb.trace/ftrace.exp: Fix expected message on continue.
3955 * gdb.trace/pending.exp: Fix expected message on continue.
3956 * gdb.trace/trace-break.exp: Fix expected message on continue.
3957
8bcbad33
SM
39582016-01-18 Simon Marchi <simon.marchi@ericsson.com>
3959
3960 * lib/gdb.exp (gdb_test): Remove unused global references.
3961
f303dbd6
PA
39622016-01-18 Pedro Alves <palves@redhat.com>
3963
3964 * gdb.base/async-shell.exp: Adjust expected output.
3965 * gdb.base/dprintf-non-stop.exp: Adjust expected output.
3966 * gdb.base/siginfo-thread.exp: Adjust expected output.
3967 * gdb.base/watchpoint-hw-hit-once.exp: Adjust expected output.
3968 * gdb.java/jnpe.exp: Adjust expected output.
3969 * gdb.threads/clone-new-thread-event.exp: Adjust expected output.
3970 * gdb.threads/continue-pending-status.exp: Adjust expected output.
3971 * gdb.threads/leader-exit.exp: Adjust expected output.
3972 * gdb.threads/manythreads.exp: Adjust expected output.
3973 * gdb.threads/pthreads.exp: Adjust expected output.
3974 * gdb.threads/schedlock.exp: Adjust expected output.
3975 * gdb.threads/siginfo-threads.exp: Adjust expected output.
3976 * gdb.threads/signal-command-multiple-signals-pending.exp: Adjust
3977 expected output.
3978 * gdb.threads/signal-delivered-right-thread.exp: Adjust expected
3979 output.
3980 * gdb.threads/sigthread.exp: Adjust expected output.
3981 * gdb.threads/watchpoint-fork.exp: Adjust expected output.
3982
b2789696
YQ
39832016-01-18 Yao Qi <yao.qi@linaro.org>
3984
3985 * gdb.guile/scm-section-script.c: Replace @progbits with
3986 %progbits.
3987 * gdb.python/py-section-script.c: Likewise.
3988
71ef29a8
PA
39892016-01-15 Pedro Alves <palves@redhat.com>
3990
3991 * gdb.multi/tids.exp: Test star wildcard ranges.
3992
3f5b7598
PA
39932016-01-15 Pedro Alves <palves@redhat.com>
3994
3995 * gdb.multi/tids.exp (thr_apply_info_thr_error): Remove "p 1234"
3996 command from "thread apply" invocation.
3997 (thr_apply_info_thr_invalid): Default the expected output to the
3998 input tid list.
3999 (top level): Add tests that use convenience variables. Add tests
4000 for "thread apply" with a valid TID list, but missing the command.
4001
663f6d42
PA
40022016-01-13 Pedro Alves <palves@redhat.com>
4003
4004 * gdb.base/default.exp: Expect $_gthread as well.
4005 * gdb.multi/tids.exp: Test $_gthread.
4006 * gdb.threads/thread-specific.exp: Test $_gthread.
4007
c84f6bbf
PA
40082016-01-13 Pedro Alves <palves@redhat.com>
4009
4010 * gdb.multi/tids.exp: Test "info threads -gid".
4011
22a02324
PA
40122016-01-13 Pedro Alves <palves@redhat.com>
4013
4014 * gdb.multi/tids.exp: Test InferiorThread.global_num and
4015 Breakpoint.thread.
4016 * gdb.python/py-infthread.exp: Test InferiorThread.global_num.
4017
5d5658a1
PA
40182016-01-07 Pedro Alves <palves@redhat.com>
4019
4020 * gdb.base/break.exp: Adjust to output changes.
4021 * gdb.base/hbreak2.exp: Likewise.
4022 * gdb.base/sepdebug.exp: Likewise.
4023 * gdb.base/watch_thread_num.exp: Likewise.
4024 * gdb.linespec/keywords.exp: Likewise.
4025 * gdb.multi/info-threads.exp: Likewise.
4026 * gdb.threads/thread-find.exp: Likewise.
4027 * gdb.multi/tids.c: New file.
4028 * gdb.multi/tids.exp: New file.
4029
84654457
PA
40302016-01-13 Pedro Alves <palves@redhat.com>
4031
4032 * gdb.python/py-infthread.exp: Test InferiorThread.inferior.
4033
e3940304
PA
40342016-01-13 Pedro Alves <palves@redhat.com>
4035
4036 * gdb.base/default.exp: Expect $_inferior as well.
4037 * gdb.multi/base.exp: Test $_inferior.
4038
a911d87a
PA
40392016-01-13 Pedro Alves <palves@redhat.com>
4040
4041 PR breakpoints/19388
4042 * gdb.base/catch-signal-siginfo-cond.c: New file.
4043 * gdb.base/catch-signal-siginfo-cond.exp: New file.
4044
82075af2
JS
40452016-01-12 Josh Stone <jistone@redhat.com>
4046 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4047
4048 * gdb.base/catch-syscall.c (do_execve): New variable.
4049 (main): Conditionally trigger an execve.
4050 * gdb.base/catch-syscall.exp: Enable testing for remote targets.
4051 (test_catch_syscall_execve): New, check entry/return across execve.
4052 (do_syscall_tests): Call test_catch_syscall_execve.
4053
e46eeedd
PA
40542016-01-12 Pedro Alves <palves@redhat.com>
4055
4056 * gdb.base/random-signal.exp (do_test): New procedure, with body
4057 of testcase moved in.
4058
01d8c27e
JK
40592016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4060 Pedro Alves <palves@redhat.com>
4061
4062 * gdb.base/funcargs.exp (finish from indirectly called function):
4063 Reintroduce the case for 'First'.
4064
9a706302
JK
40652016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4066 Pedro Alves <palves@redhat.com>
4067
4068 * gdb.base/foll-vfork.exp (tcatch_vfork_then_parent_follow)
4069 (tcatch_vfork_then_child_follow_exec)
4070 (tcatch_vfork_then_child_follow_exit): Revert back DWARF vfork
4071 identification.
4072
c0ecb95f
JK
40732016-01-11 Jan Kratochvil <jan.kratochvil@redhat.com>
4074
4075 * gdb.guile/scm-value.exp (test_value_in_inferior): Set print elements
4076 and repeats to unlimited.
4077 * gdb.python/py-value.exp: Likewise.
4078 * lib/gdb.exp (gdb_has_argv0): Save and temporarily set print elements
4079 and repeats to unlimited.
4080
6cfc1fcb
JK
40812016-01-08 Jan Kratochvil <jan.kratochvil@redhat.com>
4082
4083 * gdb.multi/goodbye.c: Fix compilation warnings by adding return types
4084 and reordering the functions.
4085 * gdb.multi/hangout.c: Likewise.
4086 * gdb.multi/hello.c: Likewise.
4087
582a1b00
SM
40882016-01-08 Simon Marchi <simon.marchi@ericsson.com>
4089
4090 * gdb.perf/lib/perftest/perftest.py: Change relative imports to
4091 absolute.
4092 (SingleStatisticTestResult.report): Use dict.keys instead of
4093 dict.iterkeys.
4094
79bc59cb
PA
40952016-01-06 Pedro Alves <palves@redhat.com>
4096
4097 * gdb.python/py-infthread.exp: Fix typo. Expect t0.num to be 1.
4098
43368e1d
MM
40992016-01-04 Markus Metzger <markus.t.metzger@intel.com>
4100
4101 * gdb.btrace/dlopen.exp: New.
4102 * gdb.btrace/dlopen.c: New.
4103 * gdb.btrace/dlopen-dso.c: New.
4104
79fad5b8
SL
41052015-12-25 Sandra Loosemore <sandra@codesourcery.com>
4106
4107 * lib/gdb.exp (gdb_test): Update comments to clarify that the
4108 PATTERN argument is optional.
4109
ab8314b3
JB
41102015-12-24 Joel Brobecker <brobecker@adacore.com>
4111
4112 * lib/ada.exp (target_compile_ada_from_dir): New function.
4113 (gdb_compile_ada): Reimplement avoiding the use of project files.
4114 * gdb.ada/gnat_ada.gpr: Delete.
4115 * gdb.ada/cond_lang.exp: Adjust test to make path before
4116 filename optional.
4117 * gdb.ada/small_reg_param.exp: Likewise.
4118
fe33faff
SM
41192015-12-22 Simon Marchi <simon.marchi@ericsson.com>
4120
4121 * gdb.base/foll-vork.exp: Remove HP-UX special case.
4122
6d265cb4
TP
41232015-12-22 Thomas Preud'homme <thomas.preudhomme@arm.com>
4124
4125 * lib/mi-support.exp (mi_run_cmd_full): Add an expect for the CLI jump
4126 case.
4127
10125099
SM
41282015-12-21 Simon Marchi <simon.marchi@ericsson.com>
4129
4130 * gdb.base/break.exp: Remove dead code.
4131 * gdb.base/sepdebug.exp: Likewise.
4132
3ca22649
SM
41332015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4134
4135 * gdb.asm/asm-source.exp: Remove HP-UX references.
4136 * gdb.base/annota1.exp: Likewise.
4137 * gdb.base/annota3.exp: Likewise.
4138 * gdb.base/attach.exp: Likewise.
4139 * gdb.base/bigcore.exp: Likewise.
4140 * gdb.base/break.exp: Likewise.
4141 * gdb.base/call-ar-st.exp: Likewise.
4142 * gdb.base/callfuncs.exp: Likewise.
4143 * gdb.base/catch-fork-static.exp: Likewise.
4144 * gdb.base/display.exp: Likewise.
4145 * gdb.base/foll-exec-mode.exp: Likewise.
4146 * gdb.base/foll-exec.exp: Likewise.
4147 * gdb.base/foll-fork.exp: Likewise.
4148 * gdb.base/foll-vfork.exp: Likewise.
4149 * gdb.base/funcargs.exp: Likewise.
4150 * gdb.base/hbreak2.exp: Likewise.
4151 * gdb.base/inferior-died.exp: Likewise.
4152 * gdb.base/interrupt.exp: Likewise.
4153 * gdb.base/multi-forks.exp: Likewise.
4154 * gdb.base/nodebug.exp: Likewise.
4155 * gdb.base/sepdebug.exp: Likewise.
4156 * gdb.base/solib1.c: Likewise.
4157 * gdb.base/step-test.exp: Likewise.
4158 * gdb.mi/non-stop.c: Likewise.
4159 * gdb.mi/pthreads.c: Likewise.
4160 * gdb.multi/bkpt-multi-exec.ex: Likewise.
4161 * gdb.threads/pthreads.c: Likewise.
4162 * gdb.threads/staticthreads.exp: Likewise.
4163 * lib/future.exp: Likewise.
4164 * lib/gdb.exp: Likewise.
4165 * gdb.base/so-indr-cl.c: Remove.
4166 * gdb.base/so-indr-cl.exp: Likewise.
4167 * gdb.base/solib.c: Likewise.
4168 * gdb.base/solib.exp: Likewise.
4169 * gdb.base/solib2.c: Likewise.
4170
b6304613
SM
41712015-12-21 Simon Marchi <simon.marchi@polymtl.ca>
4172
4173 * gdb.base/break.exp: Remove references to HP CC/aCC compilers.
4174 * gdb.base/call-ar-st.exp: Likewise.
4175 * gdb.base/callfuncs.exp: Likewise.
4176 * gdb.base/condbreak.exp: Likewise.
4177 * gdb.base/constvars.exp: Likewise.
4178 * gdb.base/hbreak2.exp: Likewise.
4179 * gdb.base/langs.exp: Likewise.
4180 * gdb.base/list.exp: Likewise.
4181 * gdb.base/long_long.exp: Likewise.
4182 * gdb.base/ptype.exp: Likewise.
4183 * gdb.base/scope.exp: Likewise.
4184 * gdb.base/signals.exp: Likewise.
4185 * gdb.base/so-impl-ld.exp: Likewise.
4186 * gdb.base/varargs.exp: Likewise.
4187 * gdb.base/volatile.exp: Likewise.
4188 * gdb.base/whatis.exp: Likewise.
4189 * gdb.cp/cplusfuncs.exp: Likewise.
4190 * gdb.cp/inherit.exp: Likewise.
4191 * gdb.cp/local.exp: Likewise.
4192 * gdb.cp/member-ptr.exp: Likewise.
4193 * gdb.cp/method.exp: Likewise.
4194 * gdb.cp/overload.exp: Likewise.
4195 * gdb.cp/templates.exp: Likewise.
4196 * gdb.stabs/weird.exp: Likewise.
4197 * lib/compiler.c: Likewise.
4198 * lib/compiler.cc: Likewise.
4199 * lib/cp-support.exp: Likewise.
4200 * lib/gdb.exp: Likewise.
4201
bf401b07
SM
42022015-12-20 Simon Marchi <simon.marchi@polymtl.ca>
4203
4204 * configure.ac: Remove HP-UX case.
4205 * configure: Regenerate.
4206
aff9c0f8
SM
42072015-12-18 Simon Marchi <simon.marchi@ericsson.com>
4208
4209 * lib/gdb.exp (gdb_compile): Add function doc.
4210
a6904d5a
PA
42112015-12-17 Pedro Alves <palves@redhat.com>
4212
4213 PR threads/19354
4214 * gdb.multi/info-threads.exp: New file.
4215
a22279dd
YQ
42162015-12-15 Yao Qi <yao.qi@linaro.org>
4217
4218 * gdb.trace/ftrace.exp: Set arg0exp to "$x0" if target
4219 is aarch64*-*-*.
4220
0588c796
SL
42212015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4222
4223 * gdb.base/history-duplicates.exp: Skip if no readline support.
4224
5d978e17
SL
42252015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4226
4227 * gdb.base/gdbinit-history.exp: Skip for remote-host testing.
4228
7e763b86
SL
42292015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4230
4231 * gdb.base/gdbhistsize-history.exp: Skip for remote-host testing.
4232
87a3a92c
SL
42332015-12-14 Sandra Loosemore <sandra@codesourcery.com>
4234
4235 * gdb.base/completion.exp: Skip tests that interrupt GDB with
4236 ctrl-C if nointerrupts target property is set.
4237 * gdb.base/double-prompt-target-event-error.exp: Likewise.
4238 * gdb.base/paginate-after-ctrl-c-running.exp: Likewise.
4239 * gdb.base/paginate-bg-execution.exp: Likewise.
4240 * gdb.base/paginate-execution-startup.exp: Likewise.
4241 * gdb.base/random-signal.exp: Likewise.
4242 * gdb.base/range-stepping.exp: Likewise.
4243 * gdb.cp/annota2.exp: Likewise.
4244 * gdb.cp/annota3.exp: Likewise.
4245 * gdb.gdb/selftest.exp: Likewise.
4246 * gdb.threads/continue-pending-status.exp: Likewise.
4247 * gdb.threads/leader-exit.exp: Likewise.
4248 * gdb.threads/manythreads.exp: Likewise.
4249 * gdb.threads/pthreads.exp: Likewise.
4250 * gdb.threads/schedlock.exp: Likewise.
4251 * gdb.threads/sigthread.exp: Likewise.
4252
a8f077dc
DB
42532015-12-11 Don Breazeal <donb@codesourcery.com>
4254
4255 * gdb.base/execl-update-breakpoints.exp (main): Enable for target
4256 remote.
4257 * gdb.base/foll-exec-mode.exp (main): Disable for target remote.
4258 * gdb.base/foll-exec.exp (main): Enable for target remote.
4259 * gdb.base/foll-fork.exp (main): Likewise.
4260 * gdb.base/foll-vfork.exp (main): Likewise.
4261 * gdb.base/multi-forks.exp (main): Likewise, and use clean_restart.
4262 (proc continue_to_exit_bp_loc): Use clean_restart.
4263 * gdb.base/pie-execl.exp (main): Disable for target remote.
4264 * gdb.base/watch-vfork.exp (main): Enable for target remote.
4265 * gdb.mi/mi-nsthrexec.exp (main): Likewise.
4266 * gdb.threads/execl.exp (main): Likewise.
4267 * gdb.threads/fork-child-threads.exp (main): Likewise.
4268 * gdb.threads/fork-plus-threads.exp (main): Disable for target
4269 remote.
4270 * gdb.threads/fork-thread-pending.exp (main): Enable for target
4271 remote.
4272 * gdb.threads/linux-dp.exp (check_philosopher_stack): Allow
4273 pid.tid style ptids, instead of just tid.
4274 * gdb.threads/thread-execl.exp (main): Enable for target remote.
4275 * gdb.threads/watchpoint-fork.exp (main): Likewise.
4276 * gdb.trace/report.exp (use_collected_data): Allow pid.tid style
4277 ptids, instead of just tid.
4278
3b2464a8
AB
42792015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4280
4281 * gdb.base/list.exp (test_list_forward): Add end of file error
4282 test.
4283 (test_repeat_list_command): Add end of file error test.
4284 (test_list_backwards): Add beginning of file error test.
4285
a0def019
AB
42862015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4287
4288 * gdb.base/list.exp (test_list_invalid_args): New function,
4289 defined, and called.
4290
5c000dff
AB
42912015-12-11 Andrew Burgess <andrew.burgess@embecosm.com>
4292
4293 * gdb.base/list.exp (test_list): Make test names unique.
4294
f1637ebe
YQ
42952015-12-11 Yao Qi <yao.qi@linaro.org>
4296
4297 * gdb.base/coremaker2.c: Remove.
4298
36d6fc0a
PA
42992015-12-10 Pedro Alves <palves@redhat.com>
4300
4301 * gdb.multi/base.exp: Remove stale "spaces" references.
4302
762f7747
PA
43032015-12-10 Pedro Alves <palves@redhat.com>
4304
4305 * gdb.multi/base.exp: Don't use nowarnings.
4306 * gdb.multi/bkpt-multi-exec.exp: Don't use nowarnings.
4307 * gdb.multi/hangout.c: Include stdio.h.
4308 * gdb.multi/hello.c: Include stdlib.h.
4309 * gdb.multi/multi-arch-exec.c: Include stdlib.h.
4310 * gdb.multi/multi-arch-exec.exp: Don't use nowarnings.
4311 * gdb.multi/multi-arch.exp: Don't use nowarnings.
4312
28d2bfb9
AB
43132015-12-10 Andrew Burgess <andrew.burgess@embecosm.com>
4314
4315 * gdb.dwarf2/dw2-ranges-base.c: New file.
4316 * gdb.dwarf2/dw2-ranges-base.exp: New file.
4317 * lib/dwarf.exp (namespace eval Dwarf): Add new variables to
4318 support additional line table, and debug ranges generation.
4319 (Dwarf::ranges): New function, generate .debug_ranges.
4320 (Dwarf::lines): Support generating simple line table programs.
4321 (Dwarf::assemble): Initialise new namespace variables.
4322
5fc2beac
KB
43232015-12-09 Kevin Buettner <kevinb@redhat.com>
4324
4325 * gdb.base/async.exp (proc test_background): Add case for
4326 asynchronous execution not supported.
4327
1c35a88f
LM
43282015-12-09 Luis Machado <lgustavo@codesourcery.com>
4329
4330 * gdb.mi/mi-var-display.exp: Add new checks for the zero-hexadecimal
4331 format and change test names to make them unique.
4332
b593e3d9
RK
43332015-12-09 Ruslan Kabatsayev <b7.10110111@gmail.com>
4334 Pedro Alves <pedro@redhat.com>
4335
4336 PR gdb/18702
4337 Add checking of floatformats setup on x86_64 hosts.
4338 * gdb.arch/i386-float.S (main): Load bigval and smallval.
4339 (smallval, bigval): New labels/constants.
4340 * gdb.arch/i386-float.exp: Use with_test_prefix and test "info
4341 float" after loading bigval and smallval.
4342
d72413e6
PMR
43432015-12-07 Pierre-Marie de Rodat <derodat@adacore.com>
4344
4345 * gdb.ada/fun_overload_menu.exp: New testcase.
4346 * gdb.ada/fun_overload_menu/foo.adb: New testcase.
4347
ece66d65
JS
43482015-12-04 Josh Stone <jistone@redhat.com>
4349
4350 * gdb.base/catch-fork-static.exp: New.
4351
41d0efca
YQ
43522015-12-03 Yao Qi <yao.qi@linaro.org>
4353
4354 * gdb.base/sizeof.c: Don't include stdio.h and
4355 ../lib/unbuffer_output.c.
4356 (main): New variable 'size' and 'value'. Remove printf and
4357 gdb_unbuffer_output. Assign return value to size and value.
4358 * gdb.base/sizeof.exp: Remove the checking to gdb,noinferiorio
4359 at the beginning.
4360 (check_sizeof): Check the result by printing variable 'size'.
4361 (check_valueof): Check the result by printing variable 'value'.
4362
99fd02d9
YQ
43632015-12-01 Yao Qi <yao.qi@linaro.org>
4364
4365 * gdb.base/disp-step-syscall.exp: Define syscall instruction
4366 for aarch64*-*-linux* target.
4367
f2faf941
PA
43682015-11-30 Pedro Alves <palves@redhat.com>
4369
4370 * gdb.threads/no-unwaited-for-left.exp: Remove setup_kfail calls.
4371
04bf20c5
PA
43722015-11-30 Pedro Alves <palves@redhat.com>
4373
4374 * lib/range-stepping-support.exp (exec_cmd_expect_vCont_count):
4375 Handle non-stop mode vCont replies.
4376
09df4675
PA
43772015-11-30 Pedro Alves <palves@redhat.com>
4378
4379 * gdb.base/dprintf-non-stop.exp: Use build_executable instead of
4380 prepare_for_testing. Start gdb with "set non-stop on" appended to
4381 GDBFLAGS. Lax expected stop output.
4382
58b584af
YQ
43832015-11-27 Yao Qi <yao.qi@linaro.org>
4384
4385 * gdb.arch/arm-neon.exp: New.
4386 * gdb.arch/arm-neon.c: New.
4387
dfcb77a8
YQ
43882015-11-27 Yao Qi <yao.qi@linaro.org>
4389
4390 * gdb.cp/annota2.exp: Rewrite the pattern using multi_line.
4391
88e8ec1b
YQ
43922015-11-27 Yao Qi <yao.qi@linaro.org>
4393
4394 * gdb.cp/annota2.exp: Allow multiple occurrences of the
4395 frames-invalid annotation.
4396
bfde72c2
YQ
43972015-11-27 Yao Qi <yao.qi@linaro.org>
4398
4399 * gdb.cp/annota2.exp: Use ${frames_invalid}.
4400
f6512a69
SM
44012015-11-26 Simon Marchi <simon.marchi@ericsson.com>
4402
4403 * gdb.threads/names.exp: New file.
4404 * gdb.threads/names.c: New file.
4405 * README: Mention gdb,no_thread_names.
4406
46a3515b
MM
44072015-11-26 Markus Metzger <markus.t.metzger@intel.com>
4408
4409 PR 19297
4410 * lib/gdb.exp (skip_btrace_pt_tests): Check for a "GDB does not
4411 support" error.
4412
62147a22
PA
44132015-11-24 Pedro Alves <palves@redhat.com>
4414
4415 PR 17539
4416 * gdb.base/display.exp: Expect displays to be sorted in ascending
4417 order. Use multi_line.
4418 * gdb.base/solib-display.exp: Likewise.
4419
2f341b6e
PA
44202015-11-24 Pedro Alves <palves@redhat.com>
4421
4422 PR 17539
25d49b86
PA
4423 * gdb.base/display.exp: Expect displays to be sorted in ascending
4424 order. Use multi_line.
4425 * gdb.base/solib-display.exp: Likewise.
2f341b6e 4426
7e0aa6aa
PA
44272015-11-24 Pedro Alves <palves@redhat.com>
4428
4429 PR 17539
4430 * gdb.base/foll-exec-mode.exp: Adjust to GDB listing inferiors and
4431 threads in ascending order.
4432 * gdb.base/foll-fork.exp: Likewise.
4433 * gdb.base/foll-vfork.exp: Likewise.
4434 * gdb.base/multi-forks.exp: Likewise.
4435 * gdb.mi/mi-nonstop.exp: Likewise.
4436 * gdb.mi/mi-nsintrall.exp: Likewise.
4437 * gdb.multi/base.exp: Likewise.
4438 * gdb.multi/multi-arch.exp: Likewise.
4439 * gdb.python/py-inferior.exp: Likewise.
4440 * gdb.threads/break-while-running.exp: Likewise.
4441 * gdb.threads/execl.exp: Likewise.
4442 * gdb.threads/gcore-thread.exp: Likewise.
4443 * gdb.threads/info-threads-cur-sal.exp: Likewise.
4444 * gdb.threads/kill.exp: Likewise.
4445 * gdb.threads/linux-dp.exp: Likewise.
4446 * gdb.threads/multiple-step-overs.exp: Likewise.
4447 * gdb.threads/next-bp-other-thread.exp: Likewise.
4448 * gdb.threads/step-bg-decr-pc-switch-thread.exp: Likewise.
4449 * gdb.threads/step-over-lands-on-breakpoint.exp: Likewise.
4450 * gdb.threads/step-over-trips-on-watchpoint.exp: Likewise.
4451 * gdb.threads/thread-find.exp: Likewise.
4452 * gdb.threads/tls.exp: Likewise.
4453 * lib/mi-support.exp (mi_reverse_list): Delete.
4454 (mi_check_thread_states): No longer reverse list.
4455
2cc57ad8
PA
44562015-11-24 Pedro Alves <palves@redhat.com>
4457
4458 * gdb.python/py-inferior.exp: Use with_test_prefix. Consistently
4459 use lowercase.
4460
c93e8391
SM
44612015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4462
4463 * gdb.trace/actions.c: Include trace-common.h.
4464 (main): Add a location for a fast tracepoint.
4465 * gdb.trace/save-trace.exp: Set a fast tracepoint in addition to
4466 the normal tracepoints.
4467 (gdb_verify_tracepoints): Adjust number of expected tracepoints.
4468
045ccf91
SM
44692015-11-23 Simon Marchi <simon.marchi@ericsson.com>
4470
4471 * save-trace.exp: Factor out code to these...
4472 (gdb_save_tracepoints): New.
4473 (gdb_load_tracepoints): New.
4474 (do_save_load_test): New.
4475
5506f9f6
KB
44762015-11-23 Kevin Buettner <kevinb@redhat.com>
4477
4478 * gdb.base/asmlabel.exp: New test.
4479 * gdb.base/asmlabel.c: New test case.
4480
16c3b12f
JB
44812015-11-23 Joel Brobecker <brobecker@adacore.com>
4482
4483 * gdb.base/wrong_frame_bt_full-main.c: New file.
4484 * gdb.base/wrong_frame_bt_full-opaque.c: New file.
4485 * gdb.base/wrong_frame_bt_full.exp: New file.
4486
155bfbd3
JB
44872015-11-23 Joel Brobecker <brobecker@adacore.com>
4488
4489 * testsuite/gdb.ada/var_rec_arr.exp: Add "ptype a1(1)" test.
4490
bb097445
JM
44912015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4492
206853a0 4493 * gdb.base/callfuncs.exp (fetch_all_registers): Filter out the
bb097445
JM
4494 pstate register when comparing registers values in
4495 sparc64-*-linux-gnu targets to avoid spurious differences.
4496
9c88ed8f
JM
44972015-11-20 Jose E. Marchesi <jose.marchesi@oracle.com>
4498
206853a0 4499 * gdb.arch/sparc-sysstep.c: Include unistd.h for getpid.
9c88ed8f 4500
96161e25
SL
45012015-11-19 Sandra Loosemore <sandra@codesourcery.com>
4502
4503 * gdb.base/nested-subp1.exp: Pass executable, not executable name,
4504 as type argument to gdb_compile.
4505 * gdb.base/nested-subp2.exp: Likewise.
4506 * gdb.base/nested-subp3.exp: Likewise.
4507
340c2830
DV
45082015-11-17 Dominik Vogt <vogt@linux.vnet.ibm.com>
4509
4510 * lib/dwarf.exp (_note): Fix left shift of negative value.
4511 * gdb.trace/trace-condition.exp: Likewise.
4512
c1862d0f
YQ
45132015-11-13 Yao Qi <yao.qi@linaro.org>
4514
4515 * gdb.base/call-sc.exp (test_scalar_returns): Remove the
4516 comments about d10v.
4517 (test_scalar_returns): Likewise.
4518 * gdb.base/d10v.ld: Remove.
4519 * gdb.base/overlays.exp: Remove the target triplet checking for
4520 d10v-*-*.
4521 * gdb.base/structs.exp (test_struct_returns): Remove the
4522 comments about d10v.
4523 (test_struct_calls): Likewise.
4524
77ae9c19
YQ
45252015-11-13 Yao Qi <yao.qi@linaro.org>
4526
4527 * gdb.base/gnu_vector.exp: Check the return value by "p res".
4528 * gdb.base/gnu_vector.c: Don't include stdio.h.
4529 (main): Don't print res and call add_some_intvecs.
4530
430e004e
MK
45312015-11-11 Marcin Kościelnicki <koriakin@0x04.net>
4532
4533 * gdb.trace/change-loc.h: include "trace-common.h", remove SYMBOL
4534 macro.
4535 (func5): Removed.
4536 (func4): Use FAST_TRACEPOINT_LABEL.
4537 * gdb.trace/ftrace-lock.c: include "trace-common.h", remove SYMBOL
4538 macro.
4539 (func): Removed.
4540 (thread_function): Use FAST_TRACEPOINT_LABEL.
4541 * gdb.trace/ftrace.c: include "trace-common.h", remove SYMBOL macro.
4542 (func): Remove.
4543 (marker): Use FAST_TRACEPOINT_LABEL.
4544 * gdb.trace/pendshr1.c: include "trace-common.h", remove SYMBOL macro.
4545 (pendfunc1): Remove.
4546 (pendfunc): Use FAST_TRACEPOINT_LABEL.
4547 * gdb.trace/pendshr2.c: include "trace-common.h", remove SYMBOL macro.
4548 (foo): Remove.
4549 (pendfunc2): Use FAST_TRACEPOINT_LABEL.
4550 * gdb.trace/trace-break.c: include "trace-common.h", remove SYMBOL
4551 macro.
4552 (func): Remove.
4553 (marker): Use FAST_TRACEPOINT_LABEL.
4554 * gdb.trace/trace-common.h: New header.
4555 * gdb.trace/trace-condition.c: include "trace-common.h", remove SYMBOL
4556 macro.
4557 (func): Remove.
4558 (marker): Use FAST_TRACEPOINT_LABEL.
4559 * gdb.trace/trace-mt.c: include "trace-common.h", remove SYMBOL macro.
4560 (func): Remove.
4561 (thread_function): Use FAST_TRACEPOINT_LABEL.
4562
6e7675a7
MK
45632015-11-10 Marcin Kościelnicki <koriakin@0x04.net>
4564
4565 * gdb.trace/backtrace.exp: Use global fpreg/spreg definition, add $
4566 in front.
4567 * gdb.trace/change-loc.exp: Use global pcreg definition.
4568 * gdb.trace/collection.exp: Use global pcreg/fpreg/spreg definition.
4569 * gdb.trace/entry-values.exp: Use global spreg definition, add $
4570 in front.
4571 * gdb.trace/mi-trace-frame-collected.exp: Use global pcreg definition.
4572 * gdb.trace/pending.exp: Likewise.
4573 * gdb.trace/report.exp: Use global pcreg/fpreg/spreg definition.
4574 * gdb.trace/trace-break.exp: Likewise.
4575 * gdb.trace/trace-condition.exp: Use global pcreg definition, add $
4576 in front.
4577 * gdb.trace/unavailable.exp: Use global pcreg/fpreg/spreg definition.
4578 * gdb.trace/while-dyn.exp: Use global fpreg definition, add $
4579 in front.
4580 * lib/trace-support.exp: Define fpreg, spreg, pcreg variables.
4581
dddc0e16
JB
45822015-11-09 Joel Brobecker <brobecker@adacore.com>
4583
4584 * gdb.ada/fin_fun_out: New testcase.
4585
c6f0b406
KB
45862015-11-07 Kevin Buettner <kevinb@redhat.com>
4587
4588 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Don't hardcode
4589 value associated with DW_AT_byte_size.
4590 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Don't hardcode
4591 constants for DW_AT_byte_size, DW_AT_lower_bound, and
4592 DW_AT_upper_bound.
4593
f01dcfd9
KB
45942015-11-07 Kevin Buettner <kevinb@redhat.com>
4595
4596 * lib/gdb (gdb_target_symbol_prefix_flags_asm): New proc.
4597 (gdb_target_symbol_prefix_flags): Define in terms of _asm
4598 version.
4599 * gdb.arch/i386-float.exp, gdb.arch/i386-permbkpt.exp,
4600 gdb.dwarf2/dw2-canonicalize-type.exp,
4601 gdb.dwarf2/dw2-compdir-oldgcc.exp, gdb.dwarf2/dw2-minsym-in-cu.exp,
4602 gdb.dwarf2/dw2-op-stack-value.exp, gdb.dwarf2/dw2-unresolved.exp,
4603 gdb.dwarf2/fission-reread.exp, gdb.dwarf2/pr13961.exp: Use flags
4604 provided by gdb_target_symbol_prefix_flags_asm.
4605 * gdb.dwarf2/dw2-canonicalize-type.S, gdb.dwarf2/dw2-compdir-oldgcc.S,
4606 testsuite/gdb.dwarf2/dw2-minsym-in-cu.S,
4607 testsuite/gdb.dwarf2/dw2-unresolved-main.c,
4608 testsuite/gdb.dwarf2/dw2-unresolved.S, gdb.dwarf2/fission-reread.S,
4609 gdb.dwarf2/pr13961.S: Define and use SYMBOL macro (and supporting
4610 macros where needed). Use this macro for symbols which require
4611 the prefix provided by SYMBOL_PREFIX.
4612
2223449a
KB
46132015-11-05 Kevin Buettner <kevinb@redhat.com>
4614
4615 * lib/gdb.exp (gdb_target_symbol_prefix, gdb_target_symbol):
4616 New procs.
4617 * lib/dwarf.exp (_handle_DW_TAG): Handle attribute values,
4618 representing expressions, of more than one list element.
4619 * gdb.dwarf2/atomic-type.exp (Dwarf::assemble): Use gdb_target_symbol
4620 to prepend linker symbol prefix to f.
4621 * gdb.dwarf2/data-loc.exp (Dwarf::assemble): Likewise, for
4622 table_1 and table_2.
4623 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp (Dwarf::assemble):
4624 Likewise, for f and g.
4625 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble): Likewise,
4626 for ptr.
4627 * gdb.dwarf2/dw2-regno-invalid.exp (Dwarf::assemble): Likewise,
4628 for main.
4629 * gdb.dwarf2/dynarr-ptr.exp (Dwarf::assemble): Likewise, for
4630 table_1_ptr and table_2_ptr.
4631
6f2f1a3a
JK
46322015-11-03 Jan Kratochvil <jan.kratochvil@redhat.com>
4633 Joel Brobecker <brobecker@adacore.com>
4634
4635 * gdb.mi/mi-vla-fortran.exp (evaluate allocated vla): Permit any data.
4636
566c56c9
MK
46372015-11-04 Marcin Kościelnicki <koriakin@0x04.net>
4638
4639 * gdb.reverse/s390-mvcle.c: New test.
4640 * gdb.reverse/s390-mvcle.exp: New file.
4641 * lib/gdb.exp: Enable reverse tests on s390*-linux.
4642
d5f0636b
MK
46432015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4644
4645 * gdb.reverse/readv-reverse.exp: Obvious typo fixed.
4646
7ad8b86c
MK
46472015-11-02 Marcin Kościelnicki <koriakin@0x04.net>
4648
4649 * gdb.reverse/fstatat-reverse.exp: Set breakpoint on marker1 after
4650 reaching marker2.
4651 * gdb.reverse/getresuid-reverse.exp: Likewise.
4652 * gdb.reverse/pipe-reverse.exp: Likewise.
4653 * gdb.reverse/readv-reverse.exp: Likewise.
4654 * gdb.reverse/recvmsg-reverse.exp: Likewise.
4655 * gdb.reverse/time-reverse.exp: Likewise.
4656 * gdb.reverse/waitpid-reverse.exp: Likewise and add KFAILs.
4657
4081c0f1
YQ
46582015-10-30 Yao Qi <yao.qi@linaro.org>
4659
4660 * gdb.threads/wp-replication.c (watch_count_done): Remove.
4661 (empty_cycle): Remove.
4662 (main): Don't call empty_cycle. Don't use watch_count_done.
4663 * gdb.threads/wp-replication.exp: Don't set breakpoint on
4664 empty_cycle. Rewrite the code counting HW watchpoints.
4665
452b4ba5
MK
46662015-10-30 Marcin Kościelnicki <koriakin@0x04.net>
4667
4668 * gdb.reverse/fstatat-reverse.c: New test.
4669 * gdb.reverse/fstatat-reverse.exp: New file.
4670 * gdb.reverse/getresuid-reverse.c: New test.
4671 * gdb.reverse/getresuid-reverse.exp: New file.
4672 * gdb.reverse/pipe-reverse.c: New test.
4673 * gdb.reverse/pipe-reverse.exp: New file.
4674 * gdb.reverse/readv-reverse.c: New test.
4675 * gdb.reverse/readv-reverse.exp: New file.
4676 * gdb.reverse/recvmsg-reverse.c: New test.
4677 * gdb.reverse/recvmsg-reverse.exp: New file.
4678 * gdb.reverse/time-reverse.c: New test.
4679 * gdb.reverse/time-reverse.exp: New file.
4680 * gdb.reverse/waitpid-reverse.c: New test.
4681 * gdb.reverse/waitpid-reverse.exp: New file.
4682
5e2e7507
JK
46832015-10-27 Jan Kratochvil <jan.kratochvil@redhat.com>
4684
4685 * gdb.ada/access_to_packed_array.exp: Fix typos erroring the testfile.
4686
0fde2c53
DE
46872015-10-26 Doug Evans <dje@google.com>
4688
4689 PR symtab/17391
4690 * lib/dwarf.exp (_location): Add support for DW_OP_regx.
4691 * gdb.dwarf2/bad-regnum.c: New file.
4692 * gdb.dwarf2/bad-regnum.exp: New file.
4693
1a70ae97
DE
46942015-10-26 Doug Evans <dje@google.com>
4695
4696 PR python/18938
4697 * gdb.python/python.exp: Add test for symlink from .py file to .notpy
4698 file.
4699
27dc26ab
JK
47002015-10-25 Jan Kratochvil <jan.kratochvil@redhat.com>
4701
4702 * gdb.compile/compile.exp (compile code globalvar): Update expectation
4703 for a change by "Mention language in compile error message".
4704
bed91f4d
SM
47052015-10-21 Simon Marchi <simon.marchi@polymtl.ca>
4706
4707 PR python/18073
4708 * gdb.python/py-type.c (C::a_method): New.
4709 (C::a_const_method): New.
4710 (C::a_static_method): New.
4711 (a_function): New.
4712 * gdb.python/py-type.exp (test_fields): Test getting fields
4713 from function and method.
4714
3f2f83dd
KB
47152015-10-21 Keven Boell <keven.boell@intel.com>
4716
4717 * gdb.fortran/vla-alloc-assoc.exp: New file.
4718 * gdb.fortran/vla-datatypes.exp: New file.
4719 * gdb.fortran/vla-datatypes.f90: New file.
4720 * gdb.fortran/vla-history.exp: New file.
4721 * gdb.fortran/vla-ptype-sub.exp: New file.
4722 * gdb.fortran/vla-ptype.exp: New file.
4723 * gdb.fortran/vla-sizeof.exp: New file.
4724 * gdb.fortran/vla-sub.f90: New file.
4725 * gdb.fortran/vla-value-sub-arbitrary.exp: New file.
4726 * gdb.fortran/vla-value-sub-finish.exp: New file.
4727 * gdb.fortran/vla-value-sub.exp: New file.
4728 * gdb.fortran/vla-value.exp: New file.
4729 * gdb.fortran/vla-ptr-info.exp: New file.
4730 * gdb.mi/mi-vla-fortran.exp: New file.
4731 * gdb.mi/vla.f90: New file.
4732
27145d50
SL
47332015-10-21 Sandra Loosemore <sandra@codesourcery.com>
4734
4735 * gdb.base/freebpcmd.exp: Use with_timeout_factor instead
4736 of hardwired timeout value.
4737
5f3ff4f8
JK
47382015-10-20 Jan Kratochvil <jan.kratochvil@redhat.com>
4739 Pedro Alves <palves@redhat.com>
4740
4741 * gdb.dwarf2/dw2-regno-invalid.exp: New file.
4742 * lib/dwarf.exp (Dwarf): Add DW_OP_bregx.
4743
bfd09d20
JS
47442015-10-19 Josh Stone <jistone@redhat.com>
4745
4746 * gdb.base/catch-syscall.c: Include <sched.h>.
4747 (unknown_syscall): New variable.
4748 (main): Trigger a vfork and an unknown syscall.
4749 * gdb.base/catch-syscall.exp (vfork_syscalls): New variable.
4750 (unknown_syscall_number): Likewise.
4751 (check_call_to_syscall): Accept an optional syscall pattern.
4752 (check_return_from_syscall): Likewise.
4753 (check_continue): Likewise.
4754 (test_catch_syscall_without_args): Check for vfork and ENOSYS.
4755 (test_catch_syscall_skipping_return): New test toggling off 'catch
4756 syscall' to step over the syscall return, then toggling back on.
4757 (test_catch_syscall_mid_vfork): New test turning on 'catch syscall'
4758 during a PTRACE_EVENT_VFORK stop, in the middle of a vfork syscall.
4759 (do_syscall_tests): Call test_catch_syscall_without_args and
4760 test_catch_syscall_mid_vfork.
4761 (test_catch_syscall_without_args_noxml): Check for vfork and ENOSYS.
4762 (fill_all_syscalls_numbers): Initialize unknown_syscall_number.
4763
b32b93c6
AS
47642015-10-19 Andrew Stubbs <ams@codesourcery.com>
4765
4766 * gdb.cp/inherit.exp (print g_vB, print g_vC, print g_vD,
4767 print g_vE): Add new pass patterns.
4768 * gdb.cp/virtbase.exp (print *this, print *(D *) e): Allow GDB to
4769 print various symbol names for vptr fields.
4770
9d622bda
AB
47712015-10-12 Andrew Burgess <andrew.burgess@embecosm.com>
4772
4773 * gdb.base/dbx.exp (test_func): Remove xfails, update expected
4774 results.
4775
0fd8ac1c
YQ
47762015-10-12 Yao Qi <yao.qi@linaro.org>
4777
4778 * gdb.arch/disp-step-insn-reloc.exp: New test case.
4779
34240514
YQ
47802015-10-12 Yao Qi <yao.qi@linaro.org>
4781
4782 * lib/gdb.exp (support_displaced_stepping): Return 1 if target
4783 is aarch64*-*-linux*.
4784
8240f442
YQ
47852015-10-12 Yao Qi <yao.qi@linaro.org>
4786
4787 * gdb.arch/insn-reloc.c (can_relocate_bcond): Rename to ...
4788 (can_relocate_bcond_true): ... it.
4789 (can_relocate_bcond_false): New function.
4790 (foo): Likewise.
4791 (can_relocate_bl): Likewise.
4792 (testcases) [__aarch64__]: Add can_relocate_bcond_false and
4793 can_relocate_bl.
4794
2520f728
PMR
47952015-10-12 Pierre-Marie de Rodat <derodat@adacore.com>
4796
4797 * gdb.base/nested-addr.c: New file.
4798 * gdb.base/nested-addr.exp: New testcase.
4799
abcef95a
MM
48002015-10-09 Markus Metzger <markus.t.metzger@intel.com>
4801
4802 * gdb.btrace/vdso.c (main): Remove breakpoint markers.
4803 * gdb.btrace/vdso.exp: Change stepping command to "next" and ignore
4804 its output. Ignore the output of "record goto begin" and instead
4805 check that GDB is replaying.
4806
145e3ddb
PA
48072015-10-09 Pedro Alves <palves@redhat.com>
4808
4809 * gdb.base/a2-run.exp (maybe_exp_continue): New procedure.
4810 (top level): Use it in the run with no args test.
4811
d5d8c4e1
IB
48122015-10-08 Iain Buclaw <ibuclaw@gdcproject.org>
4813
4814 * gdb.dlang/properties.exp: New file.
4815
06e635ef
SL
48162015-10-02 Sandra Loosemore <sandra@codesourcery.com>
4817
4818 * gdb.dwarf2/staticvirtual.exp: Generalize regexp so it can match
4819 whether or not address 0x1000 is mapped on the target.
4820
e019fd1d
SM
48212015-09-30 Simon Marchi <simon.marchi@ericsson.com>
4822
4823 * gdb.python/py-type.exp: Do not run tests if binaries fail to
4824 build.
4825
77ba2a67
MM
48262015-09-30 Markus Metzger <markus.t.metzger@intel.com>
4827
4828 * gdb.btrace/tsx.exp: Consider multiple correct outputs in the record
4829 instruction-history test.
4830
c60eb31f
DE
48312015-09-28 Doug Evans <dje@google.com>
4832
4833 * gdb.base/gcore.c (array_func): Add reference to static_array.
4834
9a3c8263
SM
48352015-09-25 Simon Marchi <simon.marchi@ericsson.com>
4836
4837 * gdb.gdb/selftest.exp (do_steps_and_nexts): Adjust expected
4838 source line.
4839
9720e656
SL
48402015-09-24 Sandra Loosemore <sandra@codesourcery.com>
4841
4842 * gdb.cp/classes.exp (test_enums): Generalize regexp to allow
4843 short or char as base type.
4844
938d3bf2
SL
48452015-09-23 Sandra Loosemore <sandra@codesourcery.com>
4846
4847 * gdb.cp/var-tag.exp (do_global_tests): Generalize opt_underlying
4848 to allow any size enum.
4849
e6c2c623
PMR
48502015-09-23 Pierre-Marie de Rodat <derodat@adacore.com>
4851
4852 * gdb.ada/array_ptr_renaming.exp: New testcase.
4853 * gdb.ada/array_ptr_renaming/foo.adb: New file.
4854 * gdb.ada/array_ptr_renaming/pack.ads: New file.
4855
06da0f77
PL
48562015-09-21 Pierre Langlois <pierre.langlois@arm.com>
4857
4858 * gdb.trace/ftrace-lock.c: New file.
4859 * gdb.trace/ftrace-lock.exp: New file.
4860
4f51c22a
PL
48612015-09-21 Pierre Langlois <pierre.langlois@arm.com>
4862
4863 * gdb.arch/insn-reloc.c: New file.
4864 * gdb.arch/ftrace-insn-reloc.exp: New file.
4865
7041adf4
PL
48662015-09-21 Pierre Langlois <pierre.langlois@arm.com>
4867
4868 * gdb.trace/change-loc.h (func4) [__aarch64__]: Add a nop
4869 instruction.
4870 * gdb.trace/pendshr1.c (pendfunc): Likewise.
4871 * gdb.trace/pendshr2.c (pendfunc2): Likewise.
4872 * gdb.trace/range-stepping.c: Likewise.
4873 * gdb.trace/trace-break.c: Likewise.
4874 * gdb.trace/trace-mt.c (thread_function): Likewise.
4875 * gdb.trace/ftrace.c (marker): Likewise.
4876 * gdb.trace/trace-condition.c (marker): Likewise.
4877 * gdb.trace/ftrace.exp: Enable ftrace test if is_aarch64_target.
4878 * gdb.trace/trace-condition.exp: Set pcreg to "\$pc" if
4879 is_aarch64_target.
4880
015d2e7e
DE
48812015-09-18 Doug Evans <xdje42@gmail.com>
4882
4883 * gdb.dwarf2/dw2-bad-unresolved.c: New file.
4884 * gdb.dwarf2/dw2-bad-unresolved.exp: New file.
4885
26b188a2
SL
48862015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4887
4888 * gdb.base/dso2dso.exp: Don't use directory prefix when setting
4889 the breakpoint.
4890
79dc332b
SL
48912015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4892
4893 * gdb.mi/mi-pending.exp: Don't use directory prefix when setting
4894 the pending breakpoint. Remove timeout override for "Run till
4895 MI pending breakpoint on pendfunc3 on thread 2" test.
4896
f57929f2
SL
48972015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4898
4899 * gdb.mi/mi-cli.exp: Don't require directory prefix in breakpoint
4900 filename pattern.
4901
3f469b17
SL
49022015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4903
4904 * gdb.mi/mi-dprintf-pending.exp: Don't require directory prefix
4905 in breakpoint filename pattern.
4906
515b89b3
SL
49072015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4908
7800dbe4
SL
4909 * gdb.base/global-var-nested-by-dso.exp: Call gdb_load_shlibs.
4910
49112015-09-18 Sandra Loosemore <sandra@codesourcery.com>
4912
515b89b3
SL
4913 * gdb.linespec/explicit.exp: Check for readline support for
4914 tab-completion tests. Fix obvious typo.
4915
d2939ba2
MM
49162015-09-18 Markus Metzger <markus.t.metzger@intel.com>
4917
4918 * gdb.btrace/multi-thread-step.exp: Test scheduler-locking on, step,
4919 and replay.
4920
cbb55fa7
MM
49212015-09-18 Markus Metzger <markus.t.metzger@intel.com>
4922
4923 * gdb.btrace/non-stop.c: New.
4924 * gdb.btrace/non-stop.exp: New.
4925
43691ca1
PL
49262015-09-17 Pierre Langlois <pierre.langlois@arm.com>
4927 Yao Qi <yao.qi@linaro.org>
4928
4929 * gdb.trace/trace-condition.c: New file.
4930 * gdb.trace/trace-condition.exp: New file.
4931
d78908cf
WW
49322015-09-16 Wei-cheng Wang <cole945@gmail.com>
4933
4934 * gdb.trace/ftrace.exp: (test_ftrace_condition) New function
4935 for testing bytecode compilation.
4936
1ed415e2
PA
49372015-09-16 Pedro Alves <palves@redhat.com>
4938 Sandra Loosemore <sandra@codesourcery.com>
4939
4940 * gdb.threads/non-stop-fair-events.c (timeout): New global.
4941 (SECONDS): Redefine.
4942 (main): Call pthread_kill and alarm early.
4943 * gdb.threads/non-stop-fair-events.exp: Probe displaced stepping
4944 support.
4945 (test): If the target can't hardware step and doesn't support
4946 displaced stepping, increase the timeout.
4947
d136eff5
PA
49482015-09-16 Pedro Alves <palves@redhat.com>
4949
4950 * gdb.threads/non-stop-fair-events.exp (gdb_test_no_anchor)
4951 (enable_debug): New procedures.
4952 (test): Use them. Bail out if waiting for threads fails.
4953 (top level): Bail out if a test fails.
4954
991f019c
YQ
49552015-09-16 Yao Qi <yao.qi@linaro.org>
4956
4957 * gdb.asm/asm-source.exp: Set asm-arch for
4958 aarch64*-*-* target.
4959 * gdb.asm/aarch64.inc: New file.
4960
bfca584f
PMR
49612015-09-15 Pierre-Marie de Rodat <derodat@adacore.com>
4962
4963 * gdb.ada/array_of_variable_length.exp: New testcase.
4964 * gdb.ada/array_of_variable_length/foo.adb: New file.
4965 * gdb.ada/array_of_variable_length/pck.adb: New file.
4966 * gdb.ada/array_of_variable_length/pck.ads: New file.
4967
b326e587
DE
49682015-09-15 Doug Evans <dje@google.com>
4969
4970 * gdb.base/callfuncs.exp (do_function_calls): Handle clang naming
4971 of function static local variable.
4972
5382cfab
PW
49732015-09-15 Philippe Waroquiers <philippe.waroquiers@skynet.be>
4974
4975 * gdb.threads/tls-so_extern.exp: New test file.
4976 * gdb.threads/tls-so_extern.c: New test file.
4977 * gdb.threads/tls-so_extern_main.c: New test file.
4978
141c5cc4
JK
49792015-09-15 Jan Kratochvil <jan.kratochvil@redhat.com>
4980
4981 * gdb.opt/solib-intra-step-lib.c: New file.
4982 * gdb.opt/solib-intra-step-main.c: New file.
4983 * gdb.opt/solib-intra-step.exp: New file.
4984
d15dcecd
PA
49852015-09-15 Pedro Alves <palves@redhat.com>
4986
4987 * gdb.threads/non-ldr-exc-3.exp (do_test): Use
4988 gdb_continue_to_breakpoint instead of gdb_test_multiple.
4989
4c2f2a79
PA
49902015-09-14 Pedro Alves <palves@redhat.com>
4991
4992 * gdb.base/hook-stop-continue.c: Delete.
4993 * gdb.base/hook-stop-continue.exp: Delete.
4994 * gdb.base/hook-stop-frame.c: Delete.
4995 * gdb.base/hook-stop-frame.exp: Delete.
4996 * gdb.base/hook-stop.c: New file.
4997 * gdb.base/hook-stop.exp: New file.
4998
919e6dbe
PMR
49992015-09-14 Pierre-Marie de Rodat <derodat@adacore.com>
5000
5001 * gdb.ada/access_to_packed_array.exp: New testcase.
5002 * gdb.ada/access_to_packed_array/foo.adb: New file.
5003 * gdb.ada/access_to_packed_array/pack.adb: New file.
5004 * gdb.ada/access_to_packed_array/pack.ads: New file.
5005
157280a4
MM
50062015-09-14 Markus Metzger <markus.t.metzger@intel.com>
5007
5008 * gdb.btrace/buffer-size.exp: Remove recording with unlimited BTS
5009 buffer size test.
5010
2fd33e94
DB
50112015-09-11 Don Breazeal <donb@codesourcery.com>
5012
5013 * gdb.base/foll-exec.c: Add copyright header. Fix
5014 formatting issues.
5015 * gdb.base/foll-exec.exp (zap_session): Delete proc.
5016 (do_exec_tests): Use clean_restart in place of zap_session,
5017 and for test initialization. Fix formatting issues. Use
5018 fail in place of perror.
5019 * gdb.base/pie-execl.exp (main): Use 'inferior_spawn_id' in
5020 an expect statement to match an expression with output from
5021 the program under debug.
5022 * gdb.threads/non-ldr-exc-1.exp (do_test, main): Add
5023 non-stop tests and use save_vars to enable non-stop in GDBFLAGS.
5024 * gdb.threads/non-ldr-exc-2.exp: Likewise.
5025 * gdb.threads/non-ldr-exc-3.exp: Likewise.
5026 * gdb.threads/non-ldr-exc-4.exp: Likewise.
5027
e70b6e8e
DE
50282015-09-09 Doug Evans <dje@google.com>
5029
5030 * gdb.python/py-prettyprint.exp: Check result of run_lang_tests.
5031
7a551a51
DE
50322015-09-09 Doug Evans <dje@google.com>
5033
5034 * gdb.base/pie-execl.exp: Fix result test of build_executable.
5035
4c666f84
DE
50362015-09-09 Doug Evans <dje@google.com>
5037
5038 * gdb.base/savedregs.exp: Fix typo.
5039
243a9253
PA
50402015-09-09 Pedro Alves <palves@redhat.com>
5041
5042 * gdb.mi/mi-cli.exp: Add CLI finish tests.
5043
c0fa8fbd
SL
50442015-09-08 Sandra Loosemore <sandra@codesourcery.com>
5045
5046 * gdb.threads/hand-call-in-threads.exp: Make sure the thread
5047 command actually switches threads. Give up on remaining
5048 tests if target fails to stop at breakpoint.
5049
cd7c1778
PMR
50502015-09-03 Pierre-Marie de Rodat <derodat@adacore.com>
5051
5052 * gdb.ada/funcall_char.exp: New testcase.
5053 * gdb.ada/funcall_char/foo.adb: New file.
5054
dc5c8746
PMR
50552015-09-01 Pierre-Marie de Rodat <derodat@adacore.com>
5056
5057 * gdb.ada/complete.exp: Add "pck.ambiguous_func" to the relevant
5058 expected outputs. Add two testcases for completing ambiguous
5059 functions.
5060 * gdb.ada/complete/aux_pck.adb: New file.
5061 * gdb.ada/complete/aux_pck.ads: New file.
5062 * gdb.ada/complete/foo.adb: Pull Aux_Pck and call the two
5063 Ambiguous_Func functions.
5064 * gdb.ada/complete/pck.ads: Add an Ambiguous_Func function.
5065 * gdb.ada/complete/pck.adb: Likewise.
5066
4e83a1e7
UW
50672015-08-27 Ulrich Weigand <uweigand@de.ibm.com>
5068
5069 * lib/cell.exp (skip_cell_tests): Report UNRESOLVED on unexpected
5070 failures to run the test program under GDB.
5071
8ce74153
LM
50722015-08-26 Luis Machado <lgustavo@codesourcery.com>
5073
5074 * gdb.compile/compile-ifunc.exp (with_test_prefix): Force language
5075 to C.
5076
e9756d52
PP
50772015-08-26 Patrick Palka <patrick@parcs.ath.cx>
5078
5079 * gdb.base/run-after-attach.exp: New test file.
5080 * gdb.base/run-after-attach.c: New test file.
5081
8d37573b
DB
50822015-08-26 Don Breazeal <donb@codesourcery.com>
5083
5084 * gdb.base/foll-exec-2.c: New test program.
5085 * gdb.base/foll-exec-2.exp: New test.
5086
63e43d3a
PMR
50872015-08-25 Pierre-Marie de Rodat <derodat@adacore.com>
5088
5089 * gdb.base/nested-subp1.exp: New file.
5090 * gdb.base/nested-subp1.c: New file.
5091 * gdb.base/nested-subp2.exp: New file.
5092 * gdb.base/nested-subp2.c: New file.
5093 * gdb.base/nested-subp3.exp: New file.
5094 * gdb.base/nested-subp3.c: New file.
5095
3d40fbb5
PA
50962015-08-24 Pedro Alves <palves@redhat.com>
5097
5098 * gdb.server/connect-without-multi-process.c: New file.
5099 * gdb.server/connect-without-multi-process.exp: New file.
5100
4422ac93
LM
51012015-08-24 Luis Machado <lgustavo@codesourcery.com>
5102
5103 * gdb.opt/inline-markers.c: Make z int.
5104
91dddb86
LM
51052015-08-24 Luis Machado <lgustavo@codesourcery.com>
5106
5107 * gdb.opt/inline-markers.c: Make z volatile.
5108
a48847ee
LM
51092015-08-24 Luis Machado <lgustavo@codesourcery.com>
5110
5111 * gdb.opt/inline-bt.c: New volatile global z.
5112 * gdb.opt/inline-cmds.c: Likewise.
5113 * gdb.opt/inline-locals.c: Likewise.
5114 * gdb.opt/inline-markers.c: New extern global z.
5115 (marker): Use z.
5116 (inline_fn): Likewise.
5117
0ebbc52b
PA
51182015-08-24 Pedro Alves <palves@redhat.com>
5119
5120 * config/m32r-stub.exp: Remove file.
5121 * gdb.base/call-ar-st.exp: Remove reference to sparclet.
5122 * gdb.base/call-rt-st.exp: Likewise.
5123 * gdb.base/call-strs.exp: Likewise.
5124 * gdb.base/default.exp: Remove references to h8300-*-hms and
5125 *-*-udi*.
5126 * gdb.base/funcargs.exp: Remove reference to sparclet-*-*.
5127
77c365df
AA
51282015-08-24 Andreas Arnez <arnez@linux.vnet.ibm.com>
5129
5130 * gdb.base/gnu_vector.exp: Try compilation with "-mcpu=native
5131 -Wno-psabi" if "-mcpu=native" fails. For the tests with "finish"
5132 and "return" use KFAIL when GDB can not read/write the vector
5133 return value.
5134
4313b8c0
GB
51352015-08-21 Gary Benson <gbenson@redhat.com>
5136
5137 * gdb.trace/pending.exp: Cope with remote transfer warnings.
5138
0e433b32
PA
51392015-08-20 Pedro Alves <palves@redhat.com>
5140
5141 * gdb.server/solib-list.exp: No longer expect an interior stop in
5142 non-stop mode.
5143
221e1a37
PA
51442015-08-20 Pedro Alves <palves@redhat.com>
5145
5146 * gdb.server/connect-stopped-target.c: New file.
5147 * gdb.server/connect-stopped-target.exp: New file.
5148
40e3ad0e
PA
51492015-08-20 Pedro Alves <palves@redhat.com>
5150
5151 * gdb.dwarf2/comp-unit-lang.exp: New file.
5152 * gdb.dwarf2/comp-unit-lang.c: New file.
5153
af39b327
PMR
51542015-08-20 Pierre-Marie de Rodat <derodat@adacore.com>
5155
5156 * gdb.ada/attr_ref_and_charlit.exp: New testcase.
5157 * gdb.ada/attr_ref_and_charlit/foo.adb: New file.
5158
7d45c7c3 51592015-08-19 Kevin Buettner <kevinb@redhat.com>
206853a0 5160
7d45c7c3
KB
5161 * gdb.dwarf2/dw2-bad-mips-linkage-name.c: New file.
5162 * gdb.dwarf2/dw2-bad-mips-linkage-name.exp: New file.
5163
4d6cceb4
DE
51642015-08-18 Doug Evans <dje@google.com>
5165 Adrian Sendroiu <adrian.sendroiu@freescale.com>
5166
5167 * lib/gdb.exp (skip_python_tests_prompt): Renamed from
5168 skip_python_tests. New arg prompt_regexp.
5169 (skip_python_tests): New function.
5170 * lib/mi-support.exp (mi_skip_python_tests): New function.
5171 * gdb.python/py-mi-objfile-gdb.py: New file.
5172 * gdb.python/py-mi-objfile.c: New file.
5173 * gdb.python/py-mi-objfile.exp: New file.
5174
ad89c2aa
KS
51752015-08-17 Keith Seitz <keiths@redhat.com>
5176
5177 * gdb.linespec/explicit.exp: Move strace test from here ...
5178 * gdb.trace/strace.exp: ... to here.
5179
e3ae3c43
PP
51802015-08-15 Patrick Palka <patrick@parcs.ath.cx>
5181
5182 * gdb.base/kill-detach-inferiors-cmd.exp: New test file.
5183 * gdb.base/kill-detach-inferiors-cmd.c: New test file.
5184
604b2636
DE
51852015-08-14 Doug Evans <xdje42@gmail.com>
5186
5187 * gdb.perf/lib/perftest/utils.py (select_file): Kill any existing
5188 inferior before selecting a new file.
5189
6ff0ba5f
DE
51902015-08-14 Doug Evans <xdje42@gmail.com>
5191
5192 * gdb.mi/mi-disassemble.exp: Update.
5193 * gdb.base/disasm-optim.S: New file.
5194 * gdb.base/disasm-optim.c: New file.
5195 * gdb.base/disasm-optim.h: New file.
5196 * gdb.base/disasm-optim.exp: New file.
5197
9ca98f92
KS
51982015-08-14 Keith Seitz <keiths@redhat.com>
5199
5200 * lib/mi-support.exp (mi_make_breakpoint): Add option/handling for
5201 "evaluated-by".
5202
52bbc560
JB
52032015-08-13 Joel Brobecker <brobecker@adacore.com>
5204
5205 * gdb.base/dso2dso.exp: Improve the testcase's documentation.
5206
5d8c3ed3
PMR
52072015-08-13 Pierre-Marie de Rodat <derodat@adacore.com>
5208
5209 * gdb.ada/fun_renaming.exp: New testcase.
5210 * gdb.ada/fun_renaming/fun_renaming.adb: New file.
5211 * gdb.ada/fun_renaming/pack.adb: New file.
5212 * gdb.ada/fun_renaming/pack.ads: New file.
5213
ea8812bc
KS
52142015-08-12 Keith Seitz <keiths@redhat.com>
5215
5216 * gdb.base/dso2dso.exp: Pass basename of source file in call to
5217 gdb_get_line_number.
5218
4dafcdeb
JB
52192015-08-12 Joel Brobecker <brobecker@adacore.com>
5220
5221 * gdb.base/dso2dso-dso2.c, gdb.base/dso2dso-dso2.h,
5222 gdb.base/dso2dso-dso1.c, gdb.base/dso2dso-dso1.h, gdb.base/dso2dso.c,
5223 gdb.base/dso2dso.exp: New files.
5224
5ba32597
SDJ
52252015-08-12 Sergio Durigan Junior <sergiodj@redhat.com>
5226 Pedro Alves <palves@redhat.com>
5227 Keith Seitz <keiths@redhat.com>
5228
5229 * gdb.base/checkpoint-ns.exp: Use save_vars to save and restore
5230 GDBFLAGS.
5231
b6dafabf
PP
52322015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5233
5234 * gdb.base/gdbhistsize-history.exp
5235 (test_histsize_history_setting): Use save_vars.
5236 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
5237 Use save_vars.
5238 (test_no_truncation_of_unlimited_history_file): Use save_vars.
5239 * gdb.base/readline.exp: Use save_vars.
5240
abe8e607
PP
52412015-08-12 Patrick Palka <patrick@parcs.ath.cx>
5242
5243 * lib/gdb.exp (save_vars): New proc.
5244
629500fa
KS
52452015-08-11 Keith Seitz <keiths@redhat.com>
5246
5247 * gdb.base/help.exp: Update help_breakpoint_text.
5248
eb8c4e2e
KS
52492015-08-11 Keith Seitz <keiths@redhat.com>
5250
5251 * gdb.mi/mi-break.exp (test_explicit_breakpoints): New proc.
5252 (at toplevel): Call test_explicit_breakpoints.
5253 * gdb.mi/mi-dprintf.exp: Add tests for explicit dprintf
5254 breakpoints.
5255 * lib/mi-support.exp (mi_make_breakpoint): Add support for
5256 breakpoint conditions, "-cond".
5257
87f0e720
KS
52582015-08-11 Keith Seitz <keiths@redhat.com>
5259
5260 * gdb.linespec/3explicit.c: New file.
5261 * gdb.linespec/cpexplicit.cc: New file.
5262 * gdb.linespec/cpexplicit.exp: New file.
5263 * gdb.linespec/explicit.c: New file.
5264 * gdb.linespec/explicit.exp: New file.
5265 * gdb.linespec/explicit2.c: New file.
5266 * gdb.linespec/ls-errs.exp: Add explicit location tests.
5267 * lib/gdb.exp (capture_command_output): Regexp-escape `command'
5268 before using in the matching pattern.
5269 Clarify that `prefix' is a regular expression.
5270
f00aae0f
KS
52712015-08-11 Keith Seitz <keiths@redhat.com>
5272
5273 * gdb.base/dprintf-pending.exp: Update dprintf "without format"
5274 test.
5275 Add tests for missing ",FMT" and ",".
5276
e27852be
DE
52772015-08-10 Doug Evans <dje@google.com>
5278 Keith Seitz <keiths@redhat.com>
5279
5280 PR gdb/17960
5281 * gdb.base/completion.exp: Add location completer tests.
5282
7f03bd92
PA
52832015-08-07 Pedro Alves <palves@redhat.com>
5284
5285 * gdb.arch/ppc64-atomic-inst.exp (do_test): New procedure, move
5286 tests here.
5287 (top level): Run do_test with and without displaced stepping.
5288
3fc8eb30
PA
52892015-08-07 Pedro Alves <palves@redhat.com>
5290
5291 * gdb.base/valgrind-disp-step.c: New file.
5292 * gdb.base/valgrind-disp-step.exp: New file.
5293
d4569d7b
PA
52942015-08-07 Pedro Alves <palves@redhat.com>
5295
5296 * gdb.threads/step-over-lands-on-breakpoint.c (wait_threads):
5297 Delete function.
5298 (main): Add alarm. Run an infinite loop instead of calling
5299 wait_threads.
5300 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): Change
5301 comment.
5302 * gdb.threads/step-over-trips-on-watchpoint.c (wait_threads):
5303 Delete function.
5304 (main): Add alarm. Run an infinite loop instead of calling
5305 wait_threads.
5306 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Change
5307 comment.
5308
e1316e60
PA
53092015-08-07 Pedro Alves <palves@redhat.com>
5310
5311 * gdb.base/checkpoint-ns.exp: New file.
5312 * gdb.base/checkpoint.exp: Pass explicit "checkpoint.c" to
5313 standard_testfile.
5314
da8c46d2
MM
53152015-08-07 Markus Metzger <markus.t.metzger@intel.com>
5316
5317 * lib/gdb.exp (skip_tsx_tests, skip_btrace_pt_tests): New.
5318 * gdb.btrace/instruction_history.exp: Update.
5319 * gdb.btrace/tsx.exp: New.
5320 * gdb.btrace/tsx.c: New.
5321
de1c2c52
PA
53222015-08-06 Pedro Alves <palves@redhat.com>
5323
5324 * gdb.reverse/step-precsave.exp: Use with_timeout_factor to
5325 increase timeout.
5326 * gdb.reverse/until-precsave.exp: Bump timeouts.
5327
782e0bf4
PA
53282015-08-06 Pedro Alves <palves@redhat.com>
5329
5330 * gdb.base/valgrind-infcall.exp: Issue a "disconnect".
5331
83e97ed0
PA
53322015-08-06 Pedro Alves <palves@redhat.com>
5333
5334 PR gdb/18749
5335 * gdb.threads/process-dies-while-handling-bp.c: New file.
5336 * gdb.threads/process-dies-while-handling-bp.exp: New file.
5337
863d01bd
PA
53382015-08-06 Pedro Alves <palves@redhat.com>
5339
5340 * gdb.threads/forking-threads-plus-breakpoint.exp: New file.
5341 * gdb.threads/forking-threads-plus-breakpoint.c: New file.
5342
0a39bb32
PA
53432015-08-05 Pedro Alves <palves@redhat.com>
5344
5345 * gdb.threads/next-while-other-thread-longjmps.c: New file.
5346 * gdb.threads/next-while-other-thread-longjmps.exp: New file.
5347
ee2d2b10
SL
53482015-08-03 Sandra Loosemore <sandra@codesourcery.com>
5349
5350 * gdb.base/bp-permanent.exp: Report test as unsupported if
5351 the target cannot stop at the permanent breakpoint.
5352
4e1bdb00
DE
53532015-08-03 Doug Evans <dje@google.com>
5354
5355 * gdb.perf/single-step.exp (SINGLE_STEP_COUNT): Change to 1000 from
5356 10000.
5357
3d338901
DE
53582015-08-03 Doug Evans <dje@google.com>
5359
5360 * Makefile.in (workers/%.worker, build-perf): New rule.
5361 (GDB_PERFTEST_MODE): New variable.
5362 (check-perf): Use it.
5363 (clean): Clean up gdb.perf parallel build subdirs.
5364 * lib/build-piece.exp: New file.
5365 * lib/gdb.exp (make_gdb_parallel_path): New function
5366 (standard_output_file, standard_temp_file): Call it.
5367 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5368 of $GDB_PARALLEL.
5369 * lib/cache.exp (gdb_do_cache): Call make_gdb_parallel_path.
5370
af061d3e
DE
53712015-08-03 Doug Evans <dje@google.com>
5372
8e1afc81 5373 * gdb.perf/lib/perftest/reporter.py (SUM_FILE_NAME): New global.
af061d3e
DE
5374 (LOG_FILE_NAME): New global.
5375 (TextReporter.__init__): Initialize self.txt_sum.
5376 (TextReporter.report): Add support for multiple data-points.
5377 Move report to perftest.sum, put raw data in perftest.log.
5378 (TextReporter.start): Open sum and log files.
5379 (TextReporter.end): Close sum and log files.
8e1afc81
DE
5380 * gdb.perf/lib/perftest/testresult.py
5381 (SingleStatisticTestResult.record): Handle multiple data-points.
af061d3e 5382
2c8c5d37
PA
53832015-07-31 Pedro Alves <palves@redhat.com>
5384
5385 * gdb.base/attach-pie-misread.exp: Rename $res to $test_spawn_id.
5386 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5387 kill_wait_spawned_process instead of explicit "kill -9".
5388 * gdb.base/attach-pie-noexec.exp: Adjust to spawn_wait_for_attach
5389 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5390 kill_wait_spawned_process.
5391 * gdb.base/attach-twice.exp: Likewise.
5392 * gdb.base/attach.exp: Likewise.
5393 (do_command_attach_tests): Use gdb_spawn_with_cmdline_opts and
5394 gdb_test_multiple.
5395 * gdb.base/solib-overlap.exp: Adjust to spawn_wait_for_attach
5396 returning a spawn id instead of a pid. Use spawn_id_get_pid and
5397 kill_wait_spawned_process.
5398 * gdb.base/valgrind-infcall.exp: Likewise.
5399 * gdb.multi/multi-attach.exp: Likewise.
5400 * gdb.python/py-prompt.exp: Likewise.
5401 * gdb.python/py-sync-interp.exp: Likewise.
5402 * gdb.server/ext-attach.exp: Likewise.
5403 * gdb.threads/attach-into-signal.exp (corefunc): Use
5404 spawn_wait_for_attach, spawn_id_get_pid and
5405 kill_wait_spawned_process.
5406 * gdb.threads/attach-many-short-lived-threads.exp: Adjust to
5407 spawn_wait_for_attach returning a spawn id instead of a pid. Use
5408 spawn_id_get_pid and kill_wait_spawned_process.
5409 * gdb.threads/attach-stopped.exp (corefunc): Use
5410 spawn_wait_for_attach, spawn_id_get_pid and
5411 kill_wait_spawned_process.
5412 * gdb.base/break-interp.exp: Rename $res to $test_spawn_id.
5413 Use spawn_id_get_pid. Wait for spawn id after eof. Use
5414 kill_wait_spawned_process instead of explicit "kill -9".
5415 * lib/gdb.exp (can_spawn_for_attach): Adjust comment.
5416 (kill_wait_spawned_process, spawn_id_get_pid): New procedures.
5417 (spawn_wait_for_attach): Use spawn instead of exec to spawn
5418 processes. Don't map cygwin/windows pids here. Now returns a
5419 spawn id list.
5420
032a0fca
SL
54212015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5422
5423 * gdb.cp/var-tag.exp (do_global_tests): Revert broken commit
5424 4bc4d42859e3b42c79c89295ef39944bdb3e6753 and apply the
5425 correct patch.
5426
61a934ca
SL
54272015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5428
5429 * gdb.arch/ppc64-symtab-cordic.exp: Restrict to ppc64 targets.
5430
4bc4d428
SL
54312015-07-30 Sandra Loosemore <sandra@codesourcery.com>
5432
5433 Reapply:
5434 2014-05-21 Mark Wielaard <mjw@redhat.com>
5435
5436 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
5437
998d452a
PA
54382015-07-30 Pedro Alves <palves@redhat.com>
5439
5440 * linux-low.c (handle_extended_wait): Set the child's last
5441 reported status to TARGET_WAITKIND_STOPPED.
5442
69dde7dc
PA
54432015-07-30 Pedro Alves <palves@redhat.com>
5444
5445 PR threads/18600
5446 * gdb.threads/fork-plus-threads.exp: Test that "info inferiors"
5447 only shows inferior 1.
5448
4dd63d48
PA
54492015-07-30 Simon Marchi <simon.marchi@ericsson.com>
5450 Pedro Alves <palves@redhat.com>
5451
5452 PR threads/18600
5453 * gdb.threads/fork-plus-threads.c: New file.
5454 * gdb.threads/fork-plus-threads.exp: New file.
5455
d618e4c5
PP
54562015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5457
5458 * gdb.base/batch-preserve-term-settings.exp
5459 (test_terminal_settings_preserved_after_cli_exit): Use
5460 send_quit_command.
5461
1eef6428
PA
54622015-07-29 Pedro Alves <palves@redhat.com>
5463 Don Breazeal <donb@codesourcery.com>
5464
5465 * gdb.base/multi-forks.exp (continue_to_exit_bp_loc): Expect
5466 output from both inferior_spawn_id and gdb_spawn_id.
5467
7da5b897
SDJ
54682015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5469
5470 * gdb.threads/attach-into-signal.exp (corefunc): Use
5471 with_test_prefix on nested loops, uniquefying the test messages.
5472
dac804df
SDJ
54732015-07-29 Sergio Durigan Junior <sergiodj@redhat.com>
5474
5475 * gdb.python/py-objfile.exp: Fix typo that snuck in from my last
5476 commit.
5477
06265e53
PP
54782015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5479
5480 * gdb.base/batch-preserve-term-settings.exp (send_quit_command):
5481 New proc.
5482 (test_terminal_settings_preserved_after_sigterm): New test.
5483
18206ca3
PP
54842015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5485
5486 * gdb.base/batch-preserve-term-settings.exp
5487 (test_terminal_settings_preserved_after_cli_exit): New test.
5488
90074d11
PP
54892015-07-29 Patrick Palka <patrick@parcs.ath.cx>
5490
5491 * gdb.base/batch-preserve-term-settings.exp: Remove top-level
5492 manipulation of saved_gdbflags.
5493 (test_terminal_settings_preserved): Remove global declaration of
5494 the unused variable pagination_prompt. Remove manipulation of
5495 saved_gdbflags. Use a local variable EXTRA_GDBFLAGS instead of
5496 GDBFLAGS.
5497
eb1a7902
PA
54982015-07-29 Pedro Alves <palves@redhat.com>
5499
5500 * boards/gdbserver-base.exp: Don't set gdb,noinferiorio.
5501
8b75dd3b
PA
55022015-07-29 Pedro Alves <palves@redhat.com>
5503
5504 * gdb.base/interrupt.exp: Revert back to checking gdb,noinferiorio
5505 at the top.
5506
dedad4e3
PA
55072015-07-29 Pedro Alves <palves@redhat.com>
5508
5509 * gdb.base/call-ar-st.c: Include "../lib/unbuffer_output.c".
5510 (main): Call gdb_unbuffer_output.
5511 * gdb.base/call-rt-st.c: Include "../lib/unbuffer_output.c".
5512 (main): Call gdb_unbuffer_output.
5513 * gdb.base/call-strs.c: Include "../lib/unbuffer_output.c".
5514 (main): Call gdb_unbuffer_output.
5515 * gdb.base/call-strs.exp: Adjust to step over the
5516 gdb_unbuffer_output call.
5517 * gdb.base/catch-gdb-caused-signals.c: Include
5518 "../lib/unbuffer_output.c".
5519 (main): Call gdb_unbuffer_output.
5520 * gdb.base/dprintf.c: Include "../lib/unbuffer_output.c".
5521 (main): Call gdb_unbuffer_output.
5522 * gdb.base/ending-run.c: Include "../lib/unbuffer_output.c".
5523 (main): Call gdb_unbuffer_output.
5524 * gdb.base/run.c: Include "../lib/unbuffer_output.c".
5525 (main): Call gdb_unbuffer_output.
5526 * gdb.base/shlib-call.exp: Adjust to step over the
5527 gdb_unbuffer_output call.
5528 * gdb.base/shmain.c: Include "../lib/unbuffer_output.c".
5529 (main): Call gdb_unbuffer_output.
5530 * gdb.base/sizeof.c: Include "../lib/unbuffer_output.c".
5531 (main): Call gdb_unbuffer_output.
5532 * gdb.base/varargs.c: Include "../lib/unbuffer_output.c".
5533 (main): Rename to ...
5534 (test): ... this.
5535 (main): Reimplement.
5536 * gdb.base/varargs.exp: Run to test instead of to main.
5537 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5538 (main): Call gdb_unbuffer_output.
5539
58789a91
PA
55402015-07-29 Pedro Alves <palves@redhat.com>
5541
5542 * gdb.mi/mi-dprintf.exp (mi_expect_dprintf): New procedure,
5543 factore out from mi_continue_dprintf. For call-style dprintfs,
5544 expect dprintf output out of $inferior_spawn_id.
5545 (mi_continue_dprintf): Use mi_expect_dprintf.
5546 * gdb.mi/mi-dprintf.c: Include "../lib/unbuffer_output.c".
5547 (main): Call gdb_unbuffer_output.
5548
e8376742
PA
55492015-07-29 Pedro Alves <palves@redhat.com>
5550
5551 * lib/mi-support.exp (mi_inferior_spawn_id): Delete.
5552 (default_mi_gdb_start): Set inferior_spawn_id instead of
5553 mi_inferior_spawn_id. If $inferior_spawn_id is not set, set it to
5554 gdb_spawn_id.
5555 (mi_gdb_test): Always expect inferior output from both
5556 $inferior_spawn_id and $gdb_spawn_id.
5557
08280010
PA
55582015-07-29 Pedro Alves <palves@redhat.com>
5559
5560 * gdb.gdb/selftest.exp (test_with_self): Update comment. Use
5561 send_inferior and $inferior_spawn_id.
5562
4d30e432
PA
55632015-07-29 Pedro Alves <palves@redhat.com>
5564
5565 * gdb.gdb/complaints.exp (test_initial_complaints)
5566 (test_serial_complaints, test_short_complaints): Use
5567 gdb_test_stdio.
5568 (test_empty_complaint): Handle $inferior_spawn_id !=
5569 $gdb_spawn_id.
5570
0d30a335
PA
55712015-07-29 Pedro Alves <palves@redhat.com>
5572
5573 * gdb.base/varargs.exp: Use gdb_test_stdio.
5574
39413b29
PA
55752015-07-29 Pedro Alves <palves@redhat.com>
5576
5577 * gdb.base/shlib-call.exp: Use gdb_test_stdio.
5578
7cb000a9
PA
55792015-07-29 Pedro Alves <palves@redhat.com>
5580
5581 * gdb.base/ending-run.exp: Use gdb_test_stdio.
5582
d7b8ac82
PA
55832015-07-29 Pedro Alves <palves@redhat.com>
5584
5585 * gdb.base/call-rt-st.exp (print_struct_call): Split "result"
5586 parameter into two new parameters, "inf_result" and "gdb_result".
5587 Expect inferior output and gdb output from $inferior_spawn_id and
5588 $gdb_spawn_id, respectively. Adjust all callers.
5589
789c3a0c
PA
55902015-07-29 Pedro Alves <palves@redhat.com>
5591
5592 * gdb.base/call-ar-st.exp: Use gdb_test_stdio+multi_line instead
5593 of gdb_test_sequence.
5594
77e760c3
PA
55952015-07-29 Pedro Alves <palves@redhat.com>
5596
5597 * gdb.base/a2-run.exp (saw_usage, saw_exit_wrapper)
5598 (saw_spurious_output): Expect inferior output from
5599 $inferior_spawn_id. Use gdb_test_stdio.
5600
8396d2cd
PA
56012015-07-29 Pedro Alves <palves@redhat.com>
5602
5603 * gdb.base/dprintf.exp: Use standard_testfile. Change
5604 prepare_for_testing call.
5605 (srcfile): Don't set.
5606 (restart): New procedure.
5607 (test_dprintf): New procecure, use to continue over dprintfs.
5608 (test_call, test_agent): New procedures, tests moved here.
5609 Restart gdb and recreate dprintfs. Adjust expected output.
5610
2051d61f
PA
56112015-07-29 Pedro Alves <palves@redhat.com>
5612
5613 * gdb.base/catch-gdb-caused-signals.exp: Use gdb_test_stdio.
5614
452397af
PA
56152015-07-29 Pedro Alves <palves@redhat.com>
5616
5617 * gdb.base/call-strs.exp: Use gdb_test_stdio instead of gdb_test.
5618
8aed9555
PA
56192015-07-29 Pedro Alves <palves@redhat.com>
5620
5621 * gdb.base/sizeof.exp (check_sizeof, check_valueof): Use
5622 gdb_test_stdio.
5623
188a61b4
PA
56242015-07-29 Pedro Alves <palves@redhat.com>
5625
5626 * lib/gdb.exp (gdb_test_stdio): New procedure.
5627
12264a45
PA
56282015-07-29 Pedro Alves <palves@redhat.com>
5629
5630 * gdb.base/restore.exp (restore_tests): Use gdb_continue_to_end.
5631
23ffc893
PA
56322015-07-29 Pedro Alves <palves@redhat.com>
5633
5634 * gdb.base/call-signal-resume.exp: Remove check for
5635 gdb,noinferiorio. Don't expect "no signal". Use gdb_test.
5636 * gdb.base/unwindonsignal.exp: Likewise.
5637 * gdb.base/call-signals.c (gen_signal): Remove printf call.
5638 * gdb.base/unwindonsignal.c (gen_signal): Likewise.
5639
65566918
PA
56402015-07-29 Pedro Alves <palves@redhat.com>
5641
5642 * gdb.base/siginfo-addr.c (pass): New function.
5643 (handler): Call it iff si_addr is correct.
5644 * gdb.base/siginfo-addr.exp: Remove gdb_skip_stdio_test check.
5645 Set a breakpoint at "pass" and continue to it.
5646
d60a9221
SDJ
56472015-07-28 Sergio Durigan Junior <sergiodj@redhat.com>
5648
5649 * gdb.python/py-objfile.exp: Make some tests have unique names.
5650 * gdb.python/py-pp-registration.exp: Likewise.
5651
bde40b8f
PA
56522015-07-28 Pedro Alves <palves@redhat.com>
5653
5654 * gdb.server/server-exec-info.exp: Issue a "disconnect".
5655
13e1dec8
SM
56562015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5657
5658 * gdb.mi/mi-pending.c (thread_func): Replace return with return NULL.
5659
da33c9a7
SM
56602015-07-27 Simon Marchi <simon.marchi@ericsson.com>
5661
5662 * gdb.mi/mi-watch.exp (test_watchpoint_triggering): Remove xfail.
5663
077836f7
PP
56642015-07-27 Patrick Palka <patrick@parcs.ath.cx>
5665
5666 * gdb.base/gdb-sigterm-2.exp: New test.
5667
b8cc7b2e
DE
56682015-07-25 Doug Evans <xdje42@gmail.com>
5669
5670 Revert:
5671 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5672 (workers/%.worker, build-perf): New rule.
5673 (GDB_PERFTEST_MODE): New variable.
5674 (check-perf): Use it.
5675 (clean): Clean up gdb.perf parallel build subdirs.
5676 * lib/build-piece.exp: New file.
5677 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5678 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5679 name.
5680 (standard_temp_file): Ditto.
5681 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5682 of $GDB_PARALLEL.
5683
c8bd4544
DE
56842015-07-24 Doug Evans <dje@google.com>
5685
5686 * gdb.perf/lib/perftest/utils.py: New file.
5687 * gdb.perf/gm-hello.cc: New file.
5688 * gdb.perf/gm-pervasive-typedef.cc: New file.
5689 * gdb.perf/gm-pervasive-typedef.h: New file.
5690 * gdb.perf/gm-std.cc: New file.
5691 * gdb.perf/gm-std.h: New file.
5692 * gdb.perf/gm-use-cerr.cc: New file.
5693 * gdb.perf/gm-utils.h: New file.
5694 * gdb.perf/gmonster-null-lookup.py: New file.
5695 * gdb.perf/gmonster-pervasive-typedef.py: New file.
5696 * gdb.perf/gmonster-print-cerr.py: New file.
5697 * gdb.perf/gmonster-ptype-string.py: New file.
5698 * gdb.perf/gmonster-runto-main.py: New file.
5699 * gdb.perf/gmonster-select-file.py: New file.
5700 * gdb.perf/gmonster1-null-lookup.exp: New file.
5701 * gdb.perf/gmonster1-pervasive-typedef.exp: New file.
5702 * gdb.perf/gmonster1-print-cerr.exp: New file.
5703 * gdb.perf/gmonster1-ptype-string.exp: New file.
5704 * gdb.perf/gmonster1-runto-main.exp: New file.
5705 * gdb.perf/gmonster1-select-file.exp: New file.
5706 * gdb.perf/gmonster1.cc: New file.
5707 * gdb.perf/gmonster1.exp: New file.
5708 * gdb.perf/gmonster2-null-lookup.exp: New file.
5709 * gdb.perf/gmonster2-pervasive-typedef.exp: New file.
5710 * gdb.perf/gmonster2-print-cerr.exp: New file.
5711 * gdb.perf/gmonster2-ptype-string.exp: New file.
5712 * gdb.perf/gmonster2-runto-main.exp: New file.
5713 * gdb.perf/gmonster2-select-file.exp: New file.
5714 * gdb.perf/gmonster2.cc: New file.
5715 * gdb.perf/gmonster2.exp: New file.
5716
6eab34f3
DE
57172015-07-24 Doug Evans <dje@google.com>
5718
5719 * gdb.perf/README: New file.
5720 * lib/perftest.exp (tcl_string_list_to_python_list): New function.
5721 * lib/gen-perf-test.exp: New file.
5722
63738bfd
DE
57232015-07-24 Doug Evans <dje@google.com>
5724
5725 * lib/perftest.exp (PerfTest::compile): Unconditionally call body.
5726 (PerfTest::startup): New function.
5727 (PerfTest::run): Return result of calling body.
5728 (PerfTest::assemble): Rewrite.
5729 * gdb.perf/backtrace.exp (PerfTest::assemble): Update function result.
5730 * gdb.perf/disassemble.exp (PerfTest::assemble): Ditto.
5731 * gdb.perf/single-step.exp (PerfTest::assemble): Ditto.
5732 * gdb.perf/skip-prologue.exp (PerfTest::assemble): Ditto.
5733 * gdb.perf/solib.exp (PerfTest::assemble): Ditto.
5734
7b606f95
DE
57352015-07-24 Doug Evans <dje@google.com>
5736
5737 * lib/gdb.exp (clean_restart): Make executable optional.
5738
a97b16b8
DE
57392015-07-24 Doug Evans <dje@google.com>
5740
5741 * gdb.base/watchpoint.exp (test_complex_watchpoint): Remove
5742 compiler_info references.
5743 * gdb.cp/temargs.exp: Ditto.
5744 * lib/gdb.exp: Unset compiler_info instead of setting to "unknown".
5745 (get_compiler_info): Early exit if already computed. Set compiler_info
5746 to "unknown" if there was a problem.
5747 (test_compiler_info): Add function comment. Call get_compiler_info.
5748
35baa57f
DE
57492015-07-24 Doug Evans <dje@google.com>
5750
5751 * Makefile.in (check/%.exp): Pass directory for GDB_PARALLEL.
5752 (workers/%.worker, build-perf): New rule.
5753 (GDB_PERFTEST_MODE): New variable.
5754 (check-perf): Use it.
5755 (clean): Clean up gdb.perf parallel build subdirs.
5756 * lib/build-piece.exp: New file.
5757 * lib/cache.exp (gdb_do_cache): Include $GDB_PARALLEL in path name.
5758 * lib/gdb.exp (standard_output_file): Include $GDB_PARALLEL in path
5759 name.
5760 (standard_temp_file): Ditto.
5761 (GDB_PARALLEL handling): Make outputs,temp,cache directories as subdirs
5762 of $GDB_PARALLEL.
5763
6ebea266
DE
57642015-07-24 Doug Evans <dje@google.com>
5765
5766 * lib/future.exp (gdb_default_target_compile): New option
5767 "early_flags".
5768 * lib/gdb.exp (gdb_compile): Undo debian's change in default of
5769 --as-needed.
5770
1e76a7e9
SDJ
57712015-07-24 Sergio Durigan Junior <sergiodj@redhat.com>
5772
5773 * gdb.base/catch-syscall.exp: Call gdb_exit before
5774 gdb_skip_xml_test.
5775
5068630a
PA
57762015-07-24 Pedro Alves <palves@redhat.com>
5777
5778 * gdb.python/py-events.exp: Accept output between the stop event
5779 and the prompt.
5780 * gdb.python/py-evsignal.exp: Likewise.
5781 * gdb.python/py-evthreads.exp: Likewise.
5782
77598427
PA
57832015-07-24 Pedro Alves <palves@redhat.com>
5784
5785 PR gdb/18717
5786 * gdb.threads/non-ldr-exit.c: New file.
5787 * gdb.threads/non-ldr-exit.exp: New file.
5788
11e6c98f
YQ
57892015-07-24 Yao Qi <yao.qi@linaro.org>
5790
5791 * gdb.server/ext-wrapper.exp: Test --wrapper option when
5792 restarting process.
5793
51aee833
YQ
57942015-07-24 Yao Qi <yao.qi@linaro.org>
5795
5796 * gdb.server/ext-restart.exp: New file.
5797
8cfe207c
YQ
57982015-07-24 Yao Qi <yao.qi@linaro.org>
5799
5800 * lib/gdbserver-support.exp (gdbserver_start_extended): Add
5801 argument options.
5802 * gdb.server/ext-wrapper.exp: New file.
5803
cc12ce38
DE
58042015-07-23 Doug Evans <dje@google.com>
5805
5806 * gdb.dwarf2/dw2-dummy-cu.S: New file.
5807 * gdb.dwarf2/dw2-dummy-cu.exp: New file.
5808
d0d84780
PMR
58092015-07-23 Pierre-Marie de Rodat <derodat@adacore.com>
5810
5811 * gdb.ada/var_arr_typedef.exp: New testcase.
5812 * gdb.ada/var_arr_typedef/pack.adb: New file.
5813 * gdb.ada/var_arr_typedef/pack.ads: New file.
5814 * gdb.ada/var_arr_typedef/var_arr_typedef.adb: New file.
5815
8b558f79
JB
58162015-07-20 Joel Brobecker <brobecker@adacore.com>
5817
5818 * gdb.ada/info_exc.exp: Adjust "info exceptions" expected output.
5819
775a3298
JK
58202015-07-16 Jan Kratochvil <jan.kratochvil@redhat.com>
5821
5822 * gdb.arch/i386-biarch-core.exp: Replace istarget
5823 by "complete set gnutarget". Remove expectation for the "core-file"
5824 command.
5825
db1ff28b
JK
58262015-07-15 Jan Kratochvil <jan.kratochvil@redhat.com>
5827
5828 Revert the previous commit:
5829 Tests for validate symbol file using build-id.
5830
0a94970d
JK
58312015-07-15 Aleksandar Ristovski <aristovski@qnx.com
5832
5833 Tests for validate symbol file using build-id.
5834 * gdb.base/solib-mismatch-lib.c: New file.
5835 * gdb.base/solib-mismatch-libmod.c: New file.
5836 * gdb.base/solib-mismatch.c: New file.
5837 * gdb.base/solib-mismatch.exp: New file.
5838
03346981
SL
58392015-07-15 Sandra Loosemore <sandra@codesourcery.com>
5840
5841 * gdb.base/sigaltstack.exp (finish_test): Add kfail for
5842 nios2-*-linux*.
5843 * gdb.base/sigbpt.exp (stepi_out): Likewise.
5844 * gdb.base/siginfo.exp: Likewise.
5845 * gdb.base/sigstep.exp (advance, advancei): Likewise.
5846
42422cc7
PL
58472015-07-15 Pierre Langlois <pierre.langlois@arm.com>
5848
5849 * gdb.base/range-stepping.exp (gdb_range_stepping_enabled):
5850 Move it to ...
5851 * lib/range-stepping-support.exp (gdb_range_stepping_enabled):
5852 ... here.
5853 * gdb.trace/range-stepping.exp: Check that the target supports
5854 range stepping.
5855
cfa68bae
JK
58562015-07-14 Jan Kratochvil <jan.kratochvil@redhat.com>
5857
5858 * gdb.arch/i386-biarch-core.exp: Fix comment typo.
5859
8ffdba26
PA
58602015-07-14 Pedro Alves <palves@redhat.com>
5861
5862 * gdb.base/killed-outside.exp: New file.
5863 * gdb.base/killed-outside.c: New file.
5864
218a5a11
JK
58652015-07-10 Jan Kratochvil <jan.kratochvil@redhat.com>
5866
5867 * gdb.asm/asm-source.exp (f at main): Stop at gdbasm_enter.
5868 (n at main): New.
5869 * gdb.asm/asmsrc1.s: Add comment "mark: main enter".
5870
e03ed3c6
AA
58712015-07-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
5872
5873 * gdb.base/gnu_vector.exp: On x86 and x86_64 targets, skip the
5874 infcall tests instead of setting up for KFAIL.
5875
485668e5
MM
58762015-07-10 Markus Metzger <markus.t.metzger@intel.com>
5877
5878 * gdb.btrace/record_goto-step.exp: New.
5879
08464196
JK
58802015-07-08 Jan Kratochvil <jan.kratochvil@redhat.com>
5881
5882 PR compile/18484
5883 * gdb.compile/compile.c (struct struct_type): Add volatile to
5884 selffield's type.
5885 * gdb.compile/compile.exp
5886 (compile code struct_object.selffield = &struct_object): Skip further
5887 struct_object tests if this one xfails.
5888
bcf5c1d9
RC
58892015-07-08 Robert O'Callahan <robert@ocallahan.org>
5890
5891 PR exp/18617
5892 * gdb.trace/ax.exp: Add test.
5893
4931af25
YQ
58942015-07-07 Yao Qi <yao.qi@linaro.org>
5895
5896 * gdb.arch/aarch64-atomic-inst.exp: Check is_aarch64_target
5897 instead of istarget "aarch64*-*-*".
5898 * gdb.arch/aarch64-fp.exp: Likewise.
5899 * gdb.base/float.exp: Likewise.
5900 * gdb.reverse/aarch64.exp: Likewise.
5901 * lib/gdb.exp (is_aarch64_target): New proc.
5902
9fcf688e
YQ
59032015-07-07 Yao Qi <yao.qi@linaro.org>
5904
5905 * lib/gdb.exp (is_aarch32_target): New proc.
5906 * gdb.arch/arm-bl-branch-dest.exp: Check is_aarch32_target
5907 instead of "istarget "arm*-*-*"".
5908 * gdb.arch/arm-disp-step.exp: Likewise.
5909 * gdb.arch/thumb-bx-pc.exp: Likewise.
5910 * gdb.arch/thumb-prologue.exp: Likewise.
5911 * gdb.arch/thumb-singlestep.exp: Likewise.
5912 * gdb.base/disp-step-syscall.exp: Likewise.
5913 * gdb.base/float.exp: Likewise.
5914
fbd8d50d
YQ
59152015-07-07 Yao Qi <yao.qi@linaro.org>
5916
5917 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch):
5918 Set arch1, arch2, syscall1_name, syscall2_name and syscall_number.
5919
71be1fdc
YQ
59202015-07-07 Yao Qi <yao.qi@linaro.org>
5921
5922 * gdb.multi/multi-arch-exec.exp: Set march1 and march2 to "" if target
5923 is aarch64. If target is aarch64, set compiler=${ARM_CC_FOR_TARGET}
5924 if it exists.
5925 * gdb.multi/multi-arch.exp: Likewise.
5926
3e221d36
SM
59272015-07-07 Simon Marchi <simon.marchi@ericsson.com>
5928
5929 * gdb.python/py-lazy-string.exp: Add missing parentheses to
5930 print.
5931
d441430b
YQ
59322015-07-07 Yao Qi <yao.qi@linaro.org>
5933
5934 * gdb.arch/thumb-singlestep.exp: Do one more single step.
5935
06f810bd
MG
59362015-06-30 Martin Galvan <martin.galvan@tallertechnologies.com>
5937
5938 * lib/gdb.exp (test_class_help): Remove the unneeded escaping of
5939 '[' and ']' characters.
5940
5e61e7c0
IB
59412015-06-30 Iain Buclaw <ibuclaw@gdcproject.org>
5942
5943 * gdb.dlang/demangle.exp: Sync tests from libiberty testsuite.
5944
28bf096c
PA
59452015-06-29 Pedro Alves <palves@redhat.com>
5946
5947 PR threads/18127
5948 * gdb.threads/hand-call-new-thread.c: New file.
5949 * gdb.threads/hand-call-new-thread.c: New file.
5950
ee93cd5e
KS
59512015-06-26 Keith Seitz <keiths@redhat.com>
5952 Doug Evans <dje@google.com>
5953
5954 PR 16253
5955 * gdb.cp/var-tag-2.cc: New file.
5956 * gdb.cp/var-tag-3.cc: New file.
5957 * gdb.cp/var-tag-4.cc: New file.
5958 * gdb.cp/var-tag.cc: New file.
5959 * gdb.cp/var-tag.exp: New file.
5960
fc637f04
PP
59612015-06-26 Patrick Palka <patrick@parcs.ath.cx>
5962
5963 * gdb.base/history-duplicates.exp: New test.
5964
2e52ae68
PP
59652015-06-26 Patrick Palka <patrick@parcs.ath.cx>
5966
5967 * gdb.base/completion.exp: Test the completion of the "focus"
5968 command.
5969
6e22494e
JK
59702015-06-26 Jan Kratochvil <jan.kratochvil@redhat.com>
5971
5972 * gdb.arch/amd64-prologue-skip.S: New file.
5973 * gdb.arch/amd64-prologue-skip.exp: New file.
5974
bf7b9cd9
SM
59752015-06-25 Simon Marchi <simon.marchi@ericsson.com>
5976
5977 * gdb.python/py-prettyprint.exp (run_lang_tests): Add
5978 is_address_zero_readable check.
5979
201e8dfd
PB
59802015-06-24 Peter Bergner <bergner@vnet.ibm.com>
5981
5982 * gdb.arch/powerpc-power.exp <rfebb>: Fixup test results.
5983 * gdb.arch/powerpc-power.s <rfebb>: Likewise.
5984
5cd867b4
YQ
59852015-06-24 Yao Qi <yao.qi@linaro.org>
5986
5987 * lib/gdb.exp (supports_get_siginfo_type): Return 1 for all
5988 linux targets.
5989
4d7be007
YQ
59902015-06-24 Yao Qi <yao.qi@linaro.org>
5991
5992 * lib/gdb.exp (supports_get_siginfo_type): New proc.
5993 * gdb.base/siginfo-obj.exp: Invoke supports_get_siginfo_type.
5994 * gdb.base/siginfo-thread.exp: Likewise.
5995
07fcd301
YQ
59962015-06-22 Yao Qi <yao.qi@linaro.org>
5997
5998 * boards/remote-gdbserver-on-localhost.exp: Add comments.
5999
52042a00
YQ
60002015-06-22 Yao Qi <yao.qi@linaro.org>
6001
6002 * lib/gdb.exp (skip_hw_breakpoint_tests): Return 0 for target
6003 aarch64*-*-*.
6004 (skip_hw_watchpoint_tests): Likewise.
6005
74bd41ce
PP
60062015-06-18 Patrick Palka <patrick@parcs.ath.cx>
6007
6008 * gdb.base/gdbinit-history.exp: Test the interaction between
6009 setting GDBHISTSIZE and setting the history size via .gdbinit.
6010
bc460514
PP
60112015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6012
6013 PR gdb/16999
6014 * gdb.base/gdbhistsize-history.exp: New test.
6015
b58c513b
PP
60162015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6017
6018 * gdb.base/gdbinit-history.exp: Replace occurrences of HISTSIZE
6019 with GDBHISTSIZE.
6020 * gdb.base/readline.exp: Likewise.
6021
92046791
YQ
60222015-06-17 Yao Qi <yao.qi@linaro.org>
6023
6024 * lib/gdb.exp (get_build_id): Move braces and "else" to the same
6025 line.
6026
2093d2d3
PP
60272015-06-17 Patrick Palka <patrick@parcs.ath.cx>
6028
6029 * gdb.base/gdbinit-history.exp: Add test case to check that
6030 an unlimited history file does not get truncated on exit.
6031
e6c693af
AA
60322015-06-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
6033
6034 * gdb.base/gnu_vector.c: Include stdarg.h and stdio.h.
6035 (VECTOR): New macro. Use it...
6036 (int4, uint4, char4, float4, int2, longlong2, float2, double2):
6037 ...for these typedefs.
6038 (int8, char1, int1, double1): New typedefs.
6039 (struct just_int2, struct two_int2): New structures.
6040 (add_some_intvecs, add_many_charvecs, add_various_floatvecs)
6041 (add_structvecs, add_singlevecs): New functions.
6042 (main): Call add_some_intvecs twice.
6043 * gdb.base/gnu_vector.exp: Drop GCC version check; just attempt
6044 the compile and exit upon failure. Try compiling for the "native"
6045 architecture. Test inferior function calls with vector arguments
6046 and vector return value handling with "finish" and "return".
6047
c74f7d1c
JT
60482015-06-10 Jon Turney <jon.turney@dronecode.org.uk>
6049
6050 * gdb.base/sepdebug.exp: Add EXEEXT where needed.
6051 * lib/gdb.exp (get_build_id): Teach how to extract build-id from a
6052 PE file.
6053 * lib/future.exp (gdb_find_objdump): Add gdb_find_objdump.
6054
98aa42ee
AT
60552015-06-12 Antoine Tremblay <antoine.tremblay@ericsson.com>
6056
6057 PR breakpoints/16465
6058 * gdb.mi/mi-dprintf-pending.c: New file.
6059 * gdb.mi/mi-dprintf-pending.exp: New test.
6060 * gdb.mi/mi-dprintf-pendshr.c: New file.
6061
7d73c23c 60622015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
72f4393d 6063 Mircea Gherzan <mircea.gherzan@intel.com>
7d73c23c
WT
6064
6065 * gdb.arch/i386-mpx-map.c: New file.
6066 * gdb.arch/i386-mpx-map.exp: New File.
6067
60682015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6069
6070 * gdb.arch/i386-mpx.c (have_mpx): Indentation fixed.
6071 * gdb.arch/i386-mpx.exp: Indentation fixed.
6072
60732015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6074
6075 * gdb.arch/i386-mpx.c: Added final return to the have_mpx
6076 function and improved indentation.
6077 * gdb.arch/i386-mpx.exp: Exchanging gdb_send and gdb_expect for
6078 gdb_test_multiple. Added additional tests to skip the test.
6079
60802015-06-10 Walfred Tedeschi <walfred.tedeschi@intel.com>
6081
6082 * gdb.arch/i386-avx512.c: Change path in include file.
6083 * gdb.arch/i386-avx512.exp: Change include dir path
6084 compilation flag.
6085 * gdb.arch/i386-mpx.c: Change path in include file.
6086 * gdb.arch/i386-mpx.exp: Change include dir path compilation
6087 flag.
6088
d5eba19a
JK
60892015-06-04 Jan Kratochvil <jan.kratochvil@redhat.com>
6090
6091 * gdb.compile/compile-print.exp (compile print *vararray@3)
6092 (compile print *vararrayp@3): Change xfail to kfail compile/18489.
6093
7f361056
JK
60942015-06-03 Jan Kratochvil <jan.kratochvil@redhat.com>
6095
6096 * gdb.compile/compile.exp (keep jit in memory): Rename to ...
6097 (do not keep jit in memory): ... this.
6098 (expect 5): Change it to ...
6099 (expect no 5): ... this.
6100
3b462ec2
SM
61012015-06-02 Simon Marchi <simon.marchi@ericsson.com>
6102
6103 PR gdb/15564
6104 * gdb.mi/mi-detach.exp: New file.
6105
e0619de6
JK
61062015-06-01 Jan Kratochvil <jan.kratochvil@redhat.com>
6107
6108 PR symtab/18392
6109 * gdb.arch/amd64-tailcall-self.S: New file.
6110 * gdb.arch/amd64-tailcall-self.c: New file.
6111 * gdb.arch/amd64-tailcall-self.exp: New file.
6112
e970cb34
DB
61132015-05-28 Don Breazeal <donb@codesourcery.com>
6114
6115 * gdb.base/foll-vfork.exp (main): Disable exec-dependent
6116 tests for remote targets by checking is_target_gdbserver.
6117
b2e2f908
DE
61182015-05-27 Doug Evans <dje@google.com>
6119
6120 * gdb.dwarf2/opaque-type-lookup-2.c: New file.
6121 * gdb.dwarf2/opaque-type-lookup.c: New file.
6122 * gdb.dwarf2/opaque-type-lookup.exp: New file.
6123
82c7be31
DE
61242015-05-26 Doug Evans <dje@google.com>
6125
6126 * gdb.cp/iostream.cc: New file.
6127 * gdb.cp/iostream.exp: New file.
6128
b4f54984
DE
61292015-05-26 Doug Evans <dje@google.com>
6130
6131 * gdb.dwarf2/dw2-op-call.exp: Update.
6132 * gdb.dwarf2/dw4-sig-types.exp: Update.
6133 * gdb.dwarf2/implptr.exp: Update.
6134 * gdb.mi/mi-cmd-param-changed.exp: Update.
6135
4ea6efe9
DE
61362015-05-26 Doug Evans <dje@google.com>
6137
6138 * gdb.python/py-lazy-string.c: New file.
6139 * gdb.python/py-lazy-string.exp: New file.
6140 * gdb.python/py-prettyprint.c (lazystring) <len>: New member.
6141 (main): Update. Add estring3.
6142 * gdb.python/py-prettyprint.exp: Add tests for strings at address 0.
6143 * gdb.python/py-prettyprint.py (pp_ls): Handle length.
6144
f6bb7db3
YQ
61452015-05-26 Omair Javaid <omair.javaid@linaro.org>
6146 Yao Qi <yao.qi@linaro.org>
6147
6148 * gdb.reverse/aarch64.c: New.
6149 * gdb.reverse/aarch64.exp: New.
6150
a81bfbd0
OJ
61512015-05-26 Omair Javaid <omair.javaid@linaro.org>
6152
25d49b86
PA
6153 * lib/gdb.exp (supports_process_record): Return true for
6154 aarch64*-linux*.
a81bfbd0
OJ
6155 (supports_reverse): Likewise.
6156
158bf1b4
PP
61572015-05-22 Patrick Palka <patrick@parcs.ath.cx>
6158
6159 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6160 Use with_test_prefix.
6161
a0145030
AB
61622015-05-21 Andrew Burgess <andrew.burgess@embecosm.com>
6163
6164 * gdb.base/completion.exp: Add test for completion of layout
6165 names.
6166
ebe3b578
AB
61672015-05-20 Andrew Burgess <andrew.burgess@embecosm.com>
6168
6169 * lib/gdb.exp (skip_tui_tests): New proc.
6170 * gdb.base/tui-layout.exp: Check skip_tui_tests.
6171
84204ed7
PA
61722015-05-19 Pedro Alves <palves@redhat.com>
6173
6174 * gdb.base/gdbinit-history.exp (test_gdbinit_history_setting):
6175 Save the whole env array instead of just HOME. Unset HISTSIZE in
6176 the environment while testing. Restore whole environment
6177 afterwards.
6178
37442ce1
DE
61792015-05-16 Doug Evans <xdje42@gmail.com>
6180
6181 * gdb.guile/scm-ports.c: New file.
6182 * gdb.guile/scm-ports.exp: Add memory port tests.
6183
36de76f9
JK
61842015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6185
6186 * gdb.compile/compile-print.c: New file.
6187 * gdb.compile/compile-print.exp: New file.
6188
3a9558c4
JK
61892015-05-16 Jan Kratochvil <jan.kratochvil@redhat.com>
6190
6191 * gdb.compile/compile-ops.exp: Cast param to void.
6192 * gdb.compile/compile.exp: Complete type for _gdb_expr.
6193 (compile code struct_object.selffield = &struct_object): Add xfail.
6194
aa715135
JG
61952015-05-15 Joel Brobecker <brobecker@adacore.com>
6196
6197 * gdb.ada/arr_enum_with_gap: New testcase.
6198
931e5bc3
JG
61992015-05-15 Joel Brobecker <brobecker@adacore.com>
6200
6201 * gdb.ada/byte_packed_arr: New testcase.
6202
9cd4d857
JB
62032015-05-15 Joel Brobecker <brobecker@adacore.com>
6204
6205 * gdb.ada/pckd_neg: New testcase.
6206
ebfd00d2
PP
62072015-05-13 Patrick Palka <patrick@parcs.ath.cx>
6208
6209 PR gdb/17820
6210 * gdb.base/gdbinit-history.exp: New test.
6211 * gdb.base/gdbinit-history/unlimited/.gdbinit: New file.
6212 * gdb.base/gdbinit-history/zero/.gdbinit: New file.
6213
4c082a81
SC
62142015-05-09 Siva Chandra Reddy <sivachandra@google.com>
6215
6216 * gdb.python/py-xmethods.cc: Enhance test case.
6217 * gdb.python/py-xmethods.exp: New tests.
6218 * gdb.python/py-xmethods.py (A_indexoper): New xmethod worker
6219 function.
6220 (B_indexoper): Likewise.
6221 (global_dm_list) : Add new xmethod worker functions.
6222
f7797074
SDJ
62232015-05-08 Sergio Durigan Junior <sergiodj@redhat.com>
6224
6225 * gdb.base/coredump-filter.exp: Correctly unset
6226 "coredump_var_addr" array.
6227
a4674e4e
PA
62282015-05-08 Pedro Alves <palves@redhat.com>
6229
6230 * gdb.server/non-existing-program.exp: Unset spawn_id.
6231
df2eb078
SC
62322015-05-08 Siva Chandra Reddy <sivachandra@google.com>
6233
6234 PR python/18291
6235 * gdb.python/py-xmethods.exp: Add tests.
6236
422349a3
YQ
62372015-05-08 Yao Qi <yao.qi@linaro.org>
6238
6239 PR gdb/18208
6240 * gdb.base/coredump-filter.c (set_coredump_filter): New function.
6241 * gdb.base/coredump-filter.exp (do_save_core): Call inferior
6242 function set_coredump_filter, and remove remote_exec call.
6243 Remove argument ipid. Callers update.
6244 (top level): Don't get inferior's PID.
6245
63fc80ce
AA
62462015-05-08 Andreas Arnez <arnez@linux.vnet.ibm.com>
6247
6248 * gdb.base/watch_thread_num.exp: Skip test on targets without
6249 access watchpoints.
6250
80ad801e
PA
62512015-05-06 Pedro Alves <palves@redhat.com>
6252
6253 PR server/18081
6254 * gdb.server/non-existing-program.exp: New file.
6255
0fa7fe50
JB
62562015-05-05 Joel Brobecker <brobecker@adacore.com>
6257
6258 * gdb.ada/out_of_line_in_inlined.exp: Add run and "bt" tests.
6259
3ea89b92
PMR
62602015-05-05 Joel Brobecker <brobecker@adacore.com>
6261
6262 * gdb.ada/out_of_line_in_inlined: New testcase.
6263
87b8eff0
JB
62642015-05-05 Joel Brobecker <brobecker@adacore.com>
6265
6266 * gdb.ada/var_rec_arr: New testcase.
6267
5fccc635
YQ
62682015-04-30 Yao Qi <yao.qi@linaro.org>
6269
6270 * gdb.base/break-idempotent.exp: If
6271 skip_hw_watchpoint_multi_tests returns true, skip the tests
6272 on "rwatch" and "awatch".
6273
42d38f42
YQ
62742015-04-30 Yao Qi <yao.qi@linaro.org>
6275
6276 * gdb.base/relativedebug.exp: Invoke gdb command
6277 "info sharedlibrary", and if libc.so doesn't have debug info,
6278 skip the test.
6279
2ce1cdbf
DE
62802015-04-29 Doug Evans <dje@google.com>
6281
6282 * gdb.python/py-xmethods.exp: Add ptype tests.
6283 * gdb.python/py-xmethods.py (E_method_char_worker): Add
6284 get_result_type method.
6285
f24a38c5
LM
62862015-04-29 Luis Machado <lgustavo@codesourcery.com>
6287
6288 * gdb.base/watch-bitfields.exp: Switch to software watchpoints if
6289 the target does not support hardware watchpoints.
6290
ecbf2b3c
LM
62912015-04-29 Luis Machado <lgustavo@codesourcery.com>
6292
6293 * gdb.base/break-always.exp: Abort testing if writing to memory
6294 causes an error.
6295
34f5f757
DE
62962015-04-28 Doug Evans <dje@google.com>
6297
6298 * gdb.python/py-pp-maint.py: Move "replace" testing to ...
6299 * gdb.python/py-pp-registration.exp: ... here. New file.
6300 * gdb.python/py-pp-registration.c: New file.
6301 * gdb.python/py-pp-registration.py: New file.
6302
69b4374a
DE
63032015-04-28 Doug Evans <dje@google.com>
6304
6305 * gdb.python/py-bad-printers.c: New file.
6306 * gdb.python/py-bad-printers.py: New file.
6307 * gdb.python/py-bad-printers.exp: New file.
6308
59fb7612
SS
63092015-04-28 Sasha Smundak <asmundak@google.com>
6310
6311 * gdb.python/py-type.exp: New test.
6312
2631b16a
AW
63132015-04-28 Andy Wingo <wingo@igalia.com>
6314
6315 * gdb.python/py-parameter.exp:
6316 * gdb.guile/scm-parameter.exp: Escape the path that we are
6317 matching against, as it might contain characters that are special
6318 to regular expressions.
6319
460efde1
JB
63202015-04-27 Joel Brobecker <brobecker@adacore.com>
6321
6322 * gdb.ada/rec_comp: New testcase.
6323
2d369d8e
SDJ
63242015-04-26 Sergio Durigan Junior <sergiodj@redhat.com>
6325
6326 * gdb.base/coredump-filter.exp: Clear variable "coredump_var_addr"
6327 before using it.
6328
cf75d6c3
AB
63292015-04-24 Andrew Burgess <andrew.burgess@embecosm.com>
6330
6331 * gdb.base/dump.exp: Add *.verilog files to all_files list. Add
6332 new tests for verilog output.
6333
8dbe7ca5
YQ
63342015-04-24 Yao Qi <yao.qi@linaro.org>
6335
6336 * boards/remote-gdbserver-on-localhost.exp: New file.
6337
4ef9fb2f
PA
63382015-04-23 Pedro Alves <palves@redhat.com>
6339
6340 * gdb.base/interrupt.exp: Use an indirect spawn id list holding
6341 $inferior_spawn_id instead of $inferior_spawn_id directly. On
6342 "end of file", remove $inferior_spawn_id from the indirect list.
6343
0a803169
PA
63442015-04-23 Pedro Alves <palves@redhat.com>
6345
6346 * gdb.base/interrupt.exp: Rename saw_eof to saw_end_of_file.
6347
749ef8f8
PA
63482015-04-23 Pedro Alves <palves@redhat.com>
6349
6350 * lib/gdb.exp (gdb_test_multiple): Match eof/full_buffer/timeout
6351 on $any_spawn_id instead of only on $gdb_spawn_id.
6352
8aae4344
PM
63532015-04-21 Pierre Muller <muller@sourceware.org>
6354
6355 PR pascal/17815
6356 * lib/pascal.exp (gpc_compile): Add new option "class".
6357 (fpc_compile): Likewise.
6358 * gdb.pascal/case-insensitive-symbols.pas: New file.
6359 * gdb.pascal/case-insensitive-symbols.exp: New file.
6360
1586c8fb
GB
63612015-04-20 Gary Benson <gbenson@redhat.com>
6362
6363 * gdb.base/attach.exp: Fix three extended remote failures.
6364
1b6e6f5c
GB
63652015-04-17 Gary Benson <gbenson@redhat.com>
6366
6367 * gdb.server/server-exec-info.exp: Inhibit GDB from accessing
6368 the main executable over the remote protocol.
6369
e797481d
PA
63702015-04-16 Pedro Alves <palves@redhat.com>
6371
6372 * boards/native-extended-gdbserver.exp (mi_gdb_start): Don't start
6373 a new gdbserver if gdbserver_reconnect_p is set.
6374
1ca99c42
PA
63752015-04-16 Pedro Alves <palves@redhat.com>
6376
6377 * lib/gdbserver-support.exp (gdb_exit): If gdbserver_reconnect_p
6378 is set, don't exit gdbserver.
6379
af9fd6f8
AA
63802015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6381
6382 * gdb.arch/s390-vregs.S (change_vrs): Replace exrl by an
6383 appropriate .insn, such that an older assembler can be used.
6384 * gdb.arch/s390-vregs.exp: Add the compile flag -mzarch, to enable
6385 the z/Architecture instruction set on 31-bit targets as well.
6386
04ff1e61
AA
63872015-04-16 Andreas Arnez <arnez@linux.vnet.ibm.com>
6388
6389 * gdb.go/handcall.exp: Remove all logic related to the first
6390 breakpoint and rely on go_runto_main instead.
6391 * gdb.go/strings.exp: Likewise.
6392 * gdb.go/unsafe.exp: Likewise.
6393 * gdb.go/hello.exp: Likewise. Also rename the remaining
6394 breakpoint marker to "breakpoint 1".
6395 * gdb.go/handcall.go: Remove comment "set breakpoint 1 here".
6396 * gdb.go/strings.go: Likewise.
6397 * gdb.go/unsafe.go: Likewise.
6398 * gdb.go/hello.go: Likewise. Also remove the second occurrence of
6399 "set breakpoint 2 here" and rename the remaining breakpoint marker
6400 to "breakpoint 1".
6401
40d2f8d6
SM
64022015-04-15 Simon Marchi <simon.marchi@ericsson.com>
6403
6404 * gdb.python/py-framefilter.py (ErrorFilter.filter): Use map function
6405 if itertools.imap is not present.
6406 * gdb.python/py-objfile.exp: Add parentheses.
6407 * gdb.python/py-type.exp: Same.
6408 * gdb.python/py-unwind-maint.py: Same.
6409
8cbc97c6
YQ
64102015-04-15 Yao Qi <yao.qi@linaro.org>
6411
6412 * gdb.dwarf2/dynarr-ptr.exp (assemble): Use $ptr_size instead
6413 of ":$ptr_size" and set its form explicitly.
6414
45fd756c
YQ
64152015-04-15 Pedro Alves <palves@redhat.com>
6416 Yao Qi <yao.qi@linaro.org>
6417
6418 * gdb.base/watch-bitfields.exp (test_watch_location): Increase
6419 timeout by factor of 4.
6420 (test_regular_watch): Likewise.
6421 * gdb.base/watchpoint-solib.exp: Use with_timeout_factor.
6422 * gdb.reverse/sigall-reverse.exp: Likewise.
6423 * gdb.reverse/until-precsave.exp: Likewise.
6424 * lib/gdb.exp (with_timeout_factor): New proc.
6425 (gdb_expect): Move some code to ...
6426 (get_largest_timeout): ... here. New procedure.
6427
9e811bc3
LM
64282015-04-14 Luis Machado <lgustavo@codesourcery.com>
6429
6430 * gdb.base/bp-permanent.exp (test): Reinstate correct test message.
6431
0ff6fcb2
LM
64322015-04-13 Luis Machado <lgustavo@codesourcery.com>
6433
6434 * gdb.base/bp-permanent.exp (test): Handle the case of being unable
6435 to write to the .text section.
6436
7578d5f7
LM
64372015-04-13 Luis Machado <lgustavo@codesourcery.com>
6438
6439 * gdb.base/coredump-filter.exp: Restrict test to Linux systems only.
6440 Handle the case of targets that do not provide PID information.
6441
2efe15c4
YQ
64422015-04-13 Yao Qi <yao.qi@linaro.org>
6443
6444 * lib/gdbserver-support.exp (gdb_exit): Catch exception
6445 and use expect instead of gdb_expect.
6446
8cd8f2f8
SDJ
64472015-04-13 Sergio Durigan Junior <sergiodj@redhat.com>
6448
6449 * gdb.base/coredump-filter.exp: Rename variable "addr" to
6450 "coredump_var_addr" to avoid naming conflict with other testcases.
6451
9ee41772
PA
64522015-04-10 Pedro Alves <palves@redhat.com>
6453
6454 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp: Use
6455 gdb_test_sequence and gdb_assert.
6456
07473109
PA
64572015-04-10 Pedro Alves <palves@redhat.com>
6458
6459 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Use
6460 test messages that don't include the breakpoint address.
6461
de3db44c
YQ
64622015-04-10 Yao Qi <yao.qi@linaro.org>
6463
6464 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): Return
6465 false for some offset and width combinations which aren't
6466 supported by linux kernel.
6467
c79d856c
PA
64682015-04-10 Pedro Alves <palves@redhat.com>
6469
6470 * gdb.threads/step-over-lands-on-breakpoint.exp (do_test): New
6471 procedure, factored out from ...
6472 (top level): ... here. Add "set displaced-stepping" testing axis.
6473 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): New
6474 parameter "displaced". Use it.
6475 (top level): Use foreach and add "set displaced-stepping" testing
6476 axis.
6477
ebc90b50
PA
64782015-04-10 Pedro Alves <palves@redhat.com>
6479
6480 * gdb.threads/step-over-trips-on-watchpoint.c (child_function):
6481 Remove comment.
6482 * gdb.threads/step-over-trips-on-watchpoint.exp (do_test): Find
6483 both the address of the instruction that triggers the watchpoint
6484 and the address of the instruction immediately after, and use
6485 those addresses for the test. Fix comment.
6486
8f572e5c
PA
64872015-04-10 Pedro Alves <palves@redhat.com>
6488
6489 * gdb.base/sigstep.exp (breakpoint_to_handler)
6490 (breakpoint_to_handler_entry): New parameter 'displaced'. Use it.
6491 Test "backtrace" in handler.
6492 (breakpoint_over_handler): New parameter 'displaced'. Use it.
6493 (top level): Add new "displaced" test axis to
6494 breakpoint_to_handler, breakpoint_to_handler_entry and
6495 breakpoint_over_handler.
6496
8d707a12
PA
64972015-04-10 Pedro Alves <palves@redhat.com>
6498
6499 PR gdb/18216
6500 * gdb.threads/multiple-step-overs.exp: Remove expected eof.
6501
ef713951
YQ
65022015-04-10 Yao Qi <yao.qi@linaro.org>
6503
6504 * gdb.arch/arm-disp-step.S (main): Call test_add_rn_pc.
6505 (test_add_rn_pc): New function.
6506 * gdb.arch/arm-disp-step.exp (test_add_rn_pc): New proc.
6507 (top level): Invoke test_add_rn_pc.
6508
906d60cf
PA
65092015-04-10 Pedro Alves <palves@redhat.com>
6510
6511 PR gdb/13858
6512 * gdb.base/step-over-no-symbols.exp: New file.
6513
f2983cc3
AW
65142015-04-09 Andy Wingo <wingo@igalia.com>
6515
6516 * gdb.guile/scm-frame.exp: Add frame-read-register tests, modelled
6517 after the Python tests.
6518
6d62641c
SDJ
65192015-04-08 Keith Seitz <keiths@redhat.com>
6520
6521 PR python/16699
6522 * gdb.python/py-completion.exp: New tests for completion.
6523 * gdb.python/py-completion.py (CompleteLimit1): New class.
6524 (CompleteLimit2): Likewise.
6525 (CompleteLimit3): Likewise.
6526 (CompleteLimit4): Likewise.
6527 (CompleteLimit5): Likewise.
6528 (CompleteLimit6): Likewise.
6529 (CompleteLimit7): Likewise.
6530
f3770638
PA
65312015-04-08 Pedro Alves <palves@redhat.com>
6532
6533 PR gdb/18214
6534 PR gdb/18216
6535 * gdb.threads/multiple-step-overs.c (sigusr1_handler): New
6536 function.
6537 (main): Install it as SIGUSR1 handler.
6538 * gdb.threads/multiple-step-overs.exp (setup): Remove 'prefix'
6539 parameter. Always use "setup" as prefix. Toggle "set
6540 displaced-stepping" off/on depending on global. Don't switch to
6541 thread 1 here.
6542 (top level): Add displaced stepping "off/on" test axis. Update
6543 "setup" calls. Wrap each subtest with with_test_prefix. Test
6544 continuing with a queued signal in each thread.
6545
4496bed7
PA
65462015-04-08 Pedro Alves <palves@redhat.com>
6547
6548 * gdb.trace/actions.exp: Use gdb_load before gdb_run_cmd.
6549 * gdb.trace/infotrace.exp: Use gdb_load before gdb_run_cmd. Use
6550 gdb_breakpoint instead of gdb_test that doesn't expect anything.
6551 Return early if running to main fails.
6552 * gdb.trace/while-stepping.exp: Likewise.
6553
b97fde92
PA
65542015-04-07 Pedro Alves <palves@redhat.com>
6555
6556 * gdb.base/interrupt.exp: Don't skip if $inferior_spawn_id !=
6557 $gdb_spawn_id. Use send_inferior and $inferior_spawn_id to
6558 interact with inferior program.
6559
f71c18e7
PA
65602015-04-07 Pedro Alves <palves@redhat.com>
6561
6562 * lib/gdb.exp (inferior_spawn_id): New global.
6563 (gdb_test_multiple): Handle "-i". Reset the spawn id to GDB's
6564 spawn id after processing the user code.
6565 (default_gdb_start): Set inferior_spawn_id.
6566 (send_inferior): New procedure.
6567 * lib/gdbserver-support.exp (gdbserver_start): Set
6568 inferior_spawn_id.
6569 (close_gdbserver, gdb_exit): Unset inferior_spawn_id.
6570
6423214f
PA
65712015-04-07 Pedro Alves <palves@redhat.com>
6572
6573 * lib/gdb.exp (gdb_finish): Delete persistent gdbserver handling.
6574 * lib/gdbserver-support.exp (gdbserver_start): Make
6575 $server_spawn_id global.
6576 (gdbserver_start): Don't wait for gdbserver's spawn id with
6577 expect_background.
6578 (close_gdbserver): New procedure.
6579 (gdb_exit): Rename the default version and reimplement.
6580
71c0ee8c
PA
65812015-04-07 Pedro Alves <palves@redhat.com>
6582
72f4393d 6583 * lib/gdb.exp (gdb_test_multiple): When processing an argument,
71c0ee8c
PA
6584 append the substituted item, not the original item.
6585
203bc29b
PA
65862015-04-07 Pedro Alves <palves@redhat.com>
6587
6588 * gdb.base/interrupt.exp: Use gdb_test_multiple instead of
6589 gdb_expect.
6590
508a3ddf
PA
65912015-04-07 Pedro Alves <palves@redhat.com>
6592
6593 * gdb.base/interrupt.exp: Don't handle the case of the inferior
6594 output appearing once only.
6595
9f6dbe2b
PA
65962015-04-07 Pedro Alves <palves@redhat.com>
6597
6598 * gdb.trace/actions.exp: Use gdb_breakpoint instead of gdb_test
6599 that doesn't expect anything. Return early if running to main
6600 fails.
6601
337532fa
YQ
66022015-04-07 Yao Qi <yao.qi@linaro.org>
6603
6604 * gdb.threads/non-stop-fair-events.c (SECONDS): New macro.
6605 (child_function): Call alarm.
6606 (main): Move call to alarm into the loop.
6607 * gdb.threads/non-stop-fair-events.exp: Build program with
6608 -DTIMEOUT=$timeout.
6609
01b622d4
DE
66102015-04-06 Doug Evans <xdje42@gmail.com>
6611
6612 * lib/pascal.exp (gpc_compile): Rename dest arg to destfile.
6613 Fix dest parameter to board_info.
6614 (fpc_compile): Ditto.
6615 (gdb_compile_pascal): Rename dest arg to destfile.
6616
961f4160
PMR
66172015-04-03 Pierre-Marie de Rodat <derodat@adacore.com>
6618
6619 * gdb.ada/funcall_ref.exp: New file.
6620 * gdb.ada/funcall_ref/foo.adb: New file.
6621
cafda597
YQ
66222015-04-02 Yao Qi <yao.qi@linaro.org>
6623
6624 * gdb.threads/no-unwaited-for-left.exp: Set up kfail if target
6625 is remote.
6626
fed040c6
GB
66272015-04-02 Gary Benson <gbenson@redhat.com>
6628
6629 * gdb.base/break-probes.exp: Cope with "target:" sysroot.
6630
d11916aa
SS
66312015-04-01 Sasha Smundak <asmundak@google.com>
6632
6633 * gdb.python/py-unwind-maint.c: New file.
6634 * gdb.python/py-unwind-maint.exp: New test.
6635 * gdb.python/py-unwind-maint.py: New file.
6636 * gdb.python/py-unwind.c: New file.
6637 * gdb.python/py-unwind.exp: New test.
6638 * gdb.python/py-unwind.py: New test.
6639
a1471180
PA
66402015-04-01 Pedro Alves <palves@redhat.com>
6641
6642 * gdb.threads/manythreads.exp (interrupt_and_wait): Pass $message
6643 to fail instead of non-existent $test.
6644
0bbeccb1
PA
66452015-04-01 Pedro Alves <palves@redhat.com>
6646
6647 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): Append space to
6648 GDBFLAGS if not empty.
6649
3c724c8c
PMR
66502015-04-01 Pierre-Marie de Rodat <derodat@adacore.com>
6651
6652 * gdb.ada/complete.exp: Remove "multi_line".
6653 * gdb.ada/info_exc.exp: Remove "multi_line".
6654 * gdb.ada/packed_tagged.exp: Remove "multi_line".
6655 * gdb.ada/ptype_field.exp: Remove "multi_line".
6656 * gdb.ada/sym_print_name.exp: Remove "multi_line".
6657 * gdb.ada/tagged.exp: Remove "multi_line".
6658 * gdb.btrace/buffer-size.exp: Replace [join [list ...]] with
6659 [multi_line ...]
6660 * gdb.btrace/delta.exp: Likewise.
6661 * gdb.btrace/exception.exp: Likewise.
6662 * gdb.btrace/function_call_history.exp: Likewise.
6663 * gdb.btrace/instruction_history.exp: Likewise.
6664 * gdb.btrace/nohist.exp: Likewise.
6665 * gdb.btrace/record_goto.exp: Likewise.
6666 * gdb.btrace/segv.exp: Likewise.
6667 * gdb.btrace/stepi.exp: Likewise.
6668 * gdb.btrace/tailcall.exp: Likewise.
6669 * gdb.btrace/unknown_functions.exp: Likewise.
6670 * gdb.dwarf2/dw2-undefined-ret-addr.exp: Likewise.
6671 * lib/gdb.exp: Add the "multi_line" helper.
6672
4eec2deb
PA
66732015-04-01 Pedro Alves <palves@redhat.com>
6674
6675 * gdb.threads/tid-reuse.c: New file.
6676 * gdb.threads/tid-reuse.exp: New file.
6677
df8411da
SDJ
66782015-03-31 Sergio Durigan Junior <sergiodj@redhat.com>
6679
6680 PR corefiles/16092
6681 * gdb.base/coredump-filter.c: New file.
6682 * gdb.base/coredump-filter.exp: Likewise.
6683
6ef37366
PM
66842015-03-27 Petr Machata <pmachata@redhat.com>
6685
6686 * lib/dwarf.exp (Dwarf::_handle_DW_FORM): Handle DW_FORM_sec_offset.
6687 (Dwarf::_line_count, Dwarf::_line_saw_file): New variables.
6688 (Dwarf::assemble): Initialize them.
6689 (Dwarf::lines): New function.
6690
7ec911b0
JT
66912015-03-26 Jon Turney <jon.turney@dronecode.org.uk>
6692
6693 * lib/gdb.exp (gdb_target_symbol_prefix_flags): Don't set
6694 SYMBOL_PREFIX for x86_64-*-cygwin.
6695
ff908ebf
AW
66962015-03-26 Andy Wingo <wingo@igalia.com>
6697
6698 PR symtab/18148
6699 * gdb.dwarf2/dw2-intercu.S (one, two): Add variables that have a
6700 const_value but not a location.
6701 * gdb.dwarf2/dw2-intercu.exp: Add tests that constants without
6702 location defined in non-main CUs are visible.
6703
6d5f0679
YQ
67042015-03-26 Yao Qi <yao.qi@linaro.org>
6705
6706 PR testsuite/18139
6707 * gdb.linespec/break-asm-file0.s (func): New label .Lfunc_2.
6708 Add a line number entry for the same line.
6709 * gdb.linespec/break-asm-file1.s (func): New label .Lfunc_2.
6710 Add a line number entry for the same line.
6711
2898689b
YQ
67122015-03-26 Yao Qi <yao.qi@linaro.org>
6713
6714 * gdb.linespec/break-asm-file0.s (func2): Use nop instead of
6715 .int 0.
6716 (func): Likewise. Add .Lfunc_1 label.
6717 Use .Lfunc_1 label.
6718 * gdb.linespec/break-asm-file1.s (func3): Use nop instead of
6719 .int 0.
6720 (func): Likewise.
6721 Use .Lfunc_1 label.
6722
85180498
YQ
67232015-03-26 Yao Qi <yao.qi@linaro.org>
6724
6725 * gdb.linespec/break-asm-file.exp: Don't call prepare_for_testing.
6726 Call gdb_compile instead to compile each .s files without debug
6727 information.
6728
8aa08a8d
YQ
67292015-03-26 Yao Qi <yao.qi@linaro.org>
6730
6731 * gdb.base/savedregs.exp (process_saved_regs): Make
6732 "Saved registers:" optional in the pattern.
6733
66849923
MM
67342015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6735
6736 * gdb.btrace/next.exp: Merged into step.exp.
6737 * gdb.btrace/finish.exp: Merged into step.exp.
6738 * gdb.btrace/nexti.exp: Merged into stepi.exp.
6739 * gdb.btrace/step.exp: Use record_goto.c as test file. Avoid using
6740 "record goto" and checking the exact replay position.
6741 * gdb.btrace/stepi.exp: Choose test file based on target. Do not
6742 check for "Recording format" in "info record" output.
6743 * gdb.btrace/record_goto.exp: Choose test file based on target.
6744 * gdb.btrace/x86-record_goto.S: Renamed into ...
6745 * gdb.btrace/x86_64-record_goto.S: ... this.
6746 * gdb.btrace/i686-record_goto.S: New.
6747 * gdb.btrace/x86-tailcall.S: Renamed into ...
6748 * gdb.btrace/x86_64-tailcall.S: ... this.
6749 * gdb.btrace/i686-tailcall.S: New.
6750 * gdb.btrace/x86-tailcall.c: Renamed into ...
6751 * gdb.btrace/tailcall.c: ... this. Split "return ++answer" into two
6752 separate statements. Update test.
6753 * gdb.btrace/delta.exp: Use record_goto.c as test file.
6754 * gdb.btrace/gcore.exp: Use record_goto.c as test file.
6755 * gdb.btrace/nohist.exp: Use record_goto.c as test file.
6756 * gdb.btrace/tailcall.exp: Choose test file based on target.
6757 * gdb.btrace/Makefile.in: Remove next, finish, and nexti.
6758
11cc1b74
MM
67592015-03-25 Markus Metzger <markus.t.metzger@intel.com>
6760
6761 * gdb.btrace/exception.exp: Increase BTS buffer size.
6762
a25d8bf9
PA
67632015-03-24 Pedro Alves <palves@redhat.com>
6764
6765 * gdb.threads/no-unwaited-for-left.exp: Test "thread apply all".
6766
856e7dd6
PA
67672015-03-24 Pedro Alves <palves@redhat.com>
6768
6769 * gdb.threads/schedlock.exp (test_step): No longer expect that
6770 "set scheduler-locking step" with "next" over a function call runs
6771 threads unlocked.
6772
ad235a41
AT
67732015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6774
6775 * gdb.mi/mi-pending.exp: Fix output of breakpoint test.
6776
15630549
AT
67772015-03-24 Antoine Tremblay <antoine.tremblay@ericsson.com>
6778
6779 PR breakpoints/16466
6780 * gdb.mi/Makefile.in: Add mi-pendshr2.sl to cleanup.
6781 * gdb.mi/mi-pending.c (thread_func): New function.
6782 (int main): Add threading support required.
6783 * gdb.mi/mi-pending.exp: Add tests for this issue.
6784 * gdb.mi/mi-pendshr.c (pendfunc1): Remove stdio dependency.
6785 (pendfunc2): Remove stdio dependency.
6786 * gdb.mi/mi-pendshr2.c: New file.
6787
693dca06
KS
67882015-03-23 Keith Seitz <keiths@redhat.com>
6789
6790 * gdb.linespec/keywords.c: New file.
6791 * gdb.linespec/keywords.exp: New file.
6792
7e993ebf
KS
67932015-03-23 Keith Seitz <keiths@redhat.com>
6794
6795 PR gdb/18021
6796 * gdb.dwarf2/staticvirtual.exp: New test.
6797
bc23328c
JK
67982015-03-20 Jan Kratochvil <jan.kratochvil@redhat.com>
6799
6800 * Makefile.in (ALL_SUBDIRS): Remove gdb.hp.
6801 * README: Remove HP-UX and gdb.hp.
6802 (configuration):
6803 * configure: Regenerate.
6804 * configure.ac (AC_OUTPUT): Remove gdb.hp/Makefile,
6805 gdb.hp/gdb.objdbg/Makefile, gdb.hp/gdb.base-hp/Makefile,
6806 gdb.hp/gdb.aCC/Makefile, gdb.hp/gdb.compat/Makefile,
6807 gdb.hp/gdb.defects/Makefile.
6808 * gdb.hp/Makefile.in: File deleted.
6809 * gdb.hp/gdb.aCC/Makefile.in: File deleted.
6810 * gdb.hp/gdb.aCC/optimize.c: File deleted.
6811 * gdb.hp/gdb.aCC/optimize.exp: File deleted.
6812 * gdb.hp/gdb.aCC/run.c: File deleted.
6813 * gdb.hp/gdb.aCC/watch-cmd.exp: File deleted.
6814 * gdb.hp/gdb.base-hp/Makefile.in: File deleted.
6815 * gdb.hp/gdb.base-hp/callfwmall.c: File deleted.
6816 * gdb.hp/gdb.base-hp/callfwmall.exp: File deleted.
6817 * gdb.hp/gdb.base-hp/dollar.c: File deleted.
6818 * gdb.hp/gdb.base-hp/dollar.exp: File deleted.
6819 * gdb.hp/gdb.base-hp/genso-thresh.c: File deleted.
6820 * gdb.hp/gdb.base-hp/hwwatchbus.c: File deleted.
6821 * gdb.hp/gdb.base-hp/hwwatchbus.exp: File deleted.
6822 * gdb.hp/gdb.base-hp/pxdb.c: File deleted.
6823 * gdb.hp/gdb.base-hp/pxdb.exp: File deleted.
6824 * gdb.hp/gdb.base-hp/reg-pa64.exp: File deleted.
6825 * gdb.hp/gdb.base-hp/reg-pa64.s: File deleted.
6826 * gdb.hp/gdb.base-hp/reg.exp: File deleted.
6827 * gdb.hp/gdb.base-hp/reg.s: File deleted.
6828 * gdb.hp/gdb.base-hp/sized-enum.c: File deleted.
6829 * gdb.hp/gdb.base-hp/sized-enum.exp: File deleted.
6830 * gdb.hp/gdb.base-hp/so-thresh.exp: File deleted.
6831 * gdb.hp/gdb.base-hp/so-thresh.mk: File deleted.
6832 * gdb.hp/gdb.base-hp/so-thresh.sh: File deleted.
6833 * gdb.hp/gdb.compat/Makefile.in: File deleted.
6834 * gdb.hp/gdb.compat/average.c: File deleted.
6835 * gdb.hp/gdb.compat/sum.c: File deleted.
6836 * gdb.hp/gdb.compat/xdb.c: File deleted.
6837 * gdb.hp/gdb.compat/xdb0.c: File deleted.
6838 * gdb.hp/gdb.compat/xdb0.h: File deleted.
6839 * gdb.hp/gdb.compat/xdb1.c: File deleted.
6840 * gdb.hp/gdb.compat/xdb1.exp: File deleted.
6841 * gdb.hp/gdb.compat/xdb2.exp: File deleted.
6842 * gdb.hp/gdb.compat/xdb3.exp: File deleted.
6843 * gdb.hp/gdb.defects/Makefile.in: File deleted.
6844 * gdb.hp/gdb.defects/bs14602.c: File deleted.
6845 * gdb.hp/gdb.defects/bs14602.exp: File deleted.
6846 * gdb.hp/gdb.defects/solib-d.c: File deleted.
6847 * gdb.hp/gdb.defects/solib-d.exp: File deleted.
6848 * gdb.hp/gdb.defects/solib-d1.c: File deleted.
6849 * gdb.hp/gdb.defects/solib-d2.c: File deleted.
6850 * gdb.hp/gdb.objdbg/Makefile.in: File deleted.
6851 * gdb.hp/gdb.objdbg/objdbg01.exp: File deleted.
6852 * gdb.hp/gdb.objdbg/objdbg01/x1.cc: File deleted.
6853 * gdb.hp/gdb.objdbg/objdbg01/x2.cc: File deleted.
6854 * gdb.hp/gdb.objdbg/objdbg01/x3.cc: File deleted.
6855 * gdb.hp/gdb.objdbg/objdbg01/x3.h: File deleted.
6856 * gdb.hp/gdb.objdbg/objdbg02.exp: File deleted.
6857 * gdb.hp/gdb.objdbg/objdbg02/x1.cc: File deleted.
6858 * gdb.hp/gdb.objdbg/objdbg02/x2.cc: File deleted.
6859 * gdb.hp/gdb.objdbg/objdbg02/x3.cc: File deleted.
6860 * gdb.hp/gdb.objdbg/objdbg03.exp: File deleted.
6861 * gdb.hp/gdb.objdbg/objdbg03/x1.cc: File deleted.
6862 * gdb.hp/gdb.objdbg/objdbg03/x2.cc: File deleted.
6863 * gdb.hp/gdb.objdbg/objdbg03/x3.cc: File deleted.
6864 * gdb.hp/gdb.objdbg/objdbg04.exp: File deleted.
6865 * gdb.hp/gdb.objdbg/objdbg04/x.h: File deleted.
6866 * gdb.hp/gdb.objdbg/objdbg04/x1.cc: File deleted.
6867 * gdb.hp/gdb.objdbg/objdbg04/x2.cc: File deleted.
6868 * gdb.hp/gdb.objdbg/tools/symaddr: File deleted.
6869 * gdb.hp/gdb.objdbg/tools/symaddr.pa64: File deleted.
6870 * gdb.hp/gdb.objdbg/tools/test-objdbg.cc: File deleted.
6871 * gdb.hp/tools/odump: File deleted.
6872
8bf3b159
PA
68732015-03-19 Pedro Alves <palves@redhat.com>
6874
6875 * gdb.threads/continue-pending-status.exp (saw_thread_2)
6876 (saw_thread_3): New globals.
6877 (top level): Increment them when an event for the corresponding
6878 thread is seen.
6879 (no thread starvation): New test.
6880
eb54c8bf
PA
68812015-03-19 Pedro Alves <palves@redhat.com>
6882
6883 * gdb.threads/continue-pending-status.c: New file.
6884 * gdb.threads/continue-pending-status.exp: New file.
6885
32d2e5d6
PA
68862015-03-18 Pedro Alves <palves@redhat.com>
6887
6888 * gdb.base/disp-step-syscall.exp (disp_step_cross_syscall):
6889 Use gdb_is_target_remote instead of is_remote. Use
6890 gdb_test_multiple instead of gdb_expect. Exit early if
6891 gdb_test_multiple hits its internal matches. Tighten stepi tests
6892 expected output. Fail on exit with any signal, instead of just
6893 SIGILL.
6894
f68f11b7
YQ
68952015-03-18 Yao Qi <yao.qi@linaro.org>
6896
6897 PR tdep/18107
6898 * gdb.base/catch-syscall.c [!SYS_pipe] (pipe2_syscall): New
6899 variable.
6900 * gdb.base/catch-syscall.exp: Don't skip it on
6901 aarch64*-*-linux* target. Remove elements in all_syscalls.
6902 (test_catch_syscall_multi_arch): Skip it on aarch64*-linux*
6903 target.
6904 (setup_all_syscalls): New proc.
6905
ca5fd19b
YQ
69062015-03-16 Yao Qi <yao.qi@linaro.org>
6907
6908 * gdb.base/watchpoint-reuse-slot.exp (valid_addr_p): New proc.
6909 (top level): Skip tests if valid_addr_p returns false for
6910 $cmd1 or $cmd2.
6911
85642ba0
AW
69122015-03-11 Andy Wingo <wingo@igalia.com>
6913
6914 * gdb.guile/scm-objfile.exp: Add objfile-progspace test.
6915
e03f9645
YQ
69162015-03-11 Yao Qi <yao.qi@linaro.org>
6917
6918 * gdb.base/catch-syscall.exp: Fix typo in comments.
6919
5d0962b2
YQ
69202015-03-11 Yao Qi <yao.qi@linaro.org>
6921
6922 * gdb.base/catch-syscall.exp: Skip it on HP-UX target.
6923
b2df3cef
PA
69242015-03-09 Pedro Alves <palves@redhat.com>
6925
6926 * dg-extract-results.py: Delete.
6927
ef878e53
PA
69282015-03-09 Pedro Alves <palves@redhat.com>
6929
6930 Merge dg-extract-results.sh from GCC upstream (r218843).
6931
6932 2014-12-17 Sergio Durigan Junior <sergiodj@redhat.com>
6933 * dg-extract-results.sh: Use --text with grep to avoid issues with
6934 binary files. Fall back to cat -v, if that doesn't work.
6935
9494d219
PA
69362015-03-05 Pedro Alves <palves@redhat.com>
6937
6938 * gdb.base/bp-permanent.exp: Tighten "next over setup" regex.
6939
a8d9763a
SM
69402015-03-04 Simon Marchi <simon.marchi@ericsson.com>
6941
6942 * lib/mi-support.exp (mi_expect_interrupt): Accept
6943 alternative event for when in all-stop mode.
6944
be9957b8
PA
69452015-03-04 Pedro Alves <palves@redhat.com>
6946
6947 * gdb.threads/thread-specific-bp.exp: Delete "info threads" test.
6948
d57be0f4 69492015-03-04 Mark Kettenis <kettenis@gnu.org>
4727d613
MK
6950
6951 * gdb.base/foll-fork.exp: Enable on *-*-openbsd*.
6952
c214c7cf
AA
69532015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
6954
6955 * gdb.base/breakpoint-in-ro-region.exp (test_single_step): In the
6956 regexps for GDB's current line display, accept a hex address
6957 preceding the line number.
6958
6d74a497
AA
69592015-03-04 Andreas Arnez <arnez@linux.vnet.ibm.com>
6960
6961 * gdb.base/catch-syscall.exp (test_catch_syscall_multi_arch): Set
6962 the 'arch1' variable for "s390*-linux*" targets.
6963
511aee7c
PA
69642015-03-04 Pedro Alves <palves@redhat.com>
6965
6966 * gdb.threads/clone-thread_db.c: Include unistd.h and pthread.h.
6967 (main): Pass missing retval argument to pthread_join call.
6968
95e50b27
PA
69692015-03-02 Pedro Alves <palves@redhat.com>
6970
6971 * gdb.threads/thread-execl.exp (do_test): Handle non-stop.
6972 (top level): Call do_test with non-stop as well.
6973
28054d69
PA
69742015-03-02 Pedro Alves <palves@redhat.com>
6975
6976 * lib/gdb.exp (gdb_test_multiple) <internal error>: Set result to
6977 -1.
6978
4fa5d7b4
AA
69792015-03-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
6980
6981 * gdb.arch/s390-vregs.exp: New test.
6982 * gdb.arch/s390-vregs.S: New file.
6983
97c18565
PA
69842015-02-27 Pedro Alves <palves@redhat.com>
6985
6986 * gdb.gdb/python-interrupts.exp (test_python_interrupts): Adjust
6987 call to catch_command_errors.
6988 * gdb.gdb/python-selftest.exp (selftest_python): Adjust call to
6989 catch_command_errors.
6990
a37bfa30
PA
69912015-02-27 Pedro Alves <palves@redhat.com>
6992
6993 * gdb.gdb/complaints.exp (test_initial_complaints): Also accept
6994 "true" for boolean result.
6995 * gdb.gdb/selftest.exp (test_with_self): Also accept full
6996 prototype of main.
6997
6f98576f
PA
69982015-02-27 Pedro Alves <palves@redhat.com>
6999
7000 * lib/unbuffer_output.c: New file.
7001 * gdb.base/interrupt.c: Include "../lib/unbuffer_output.c".
7002 (main): Call gdb_unbuffer_output.
7003
eba5ab56
YQ
70042015-02-27 Yao Qi <yao.qi@linaro.org>
7005
7006 * gdb.base/catch-syscall.exp: Don't skip it on hppa*-hp-hpux*
7007 target.
7008
0def5aaa
DE
70092015-02-26 Doug Evans <dje@google.com>
7010
7011 * gdb.cp/class2.cc (Dbase, D): New classes.
7012 (main): New local delta.
7013 * gdb.cp/class2.exp: Test printing delta.
7014 * gdb.cp/classes.cc (DynamicBase2, DynamicBar): New classes.
7015 (dynbar): New global.
7016 * gdb.cp/classes.exp (test_ptype_class_objects): Test ptype DynamicBar.
7017
081a1c2c
JK
70182015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7019
7020 * gdb.compile/compile-ifunc.c: New file.
7021 * gdb.compile/compile-ifunc.exp: New file.
7022
2f41223f
AT
70232015-02-26 Antoine Tremblay <antoine.tremblay@ericsson.com>
7024
7025 * gdb.base/structs.exp: Check for correct struct on finish.
7026
03eddd80
YQ
70272015-02-26 Yao Qi <yao.qi@linaro.org>
7028
7029 * lib/dwarf.exp (function_range): Adjust pattern when $func_length
7030 is zero.
7031
80c57053
JK
70322015-02-26 Jan Kratochvil <jan.kratochvil@redhat.com>
7033
7034 * gdb.arch/cordic.ko.bz2: New file.
7035 * gdb.arch/cordic.ko.debug.bz2: New file.
7036 * gdb.arch/ppc64-symtab-cordic.exp: New file.
7037
21613c12
YQ
70382015-02-25 Yao Qi <yao.qi@linaro.org>
7039
7040 * gdb.xml/tdesc-regs.exp: Set core-regs to aarch64-core.xml for
7041 aarch64*-*-* target.
7042
d8b901ed
PA
70432015-02-23 Pedro Alves <palves@redhat.com>
7044
7045 * lib/gdb.exp (delete_breakpoints): Rewrite using
7046 gdb_test_multiple.
7047
e5b85ead
PA
70482015-02-23 Pedro Alves <palves@redhat.com>
7049
7050 * gdb.base/info-os.c: Include stdlib.h.
7051
85c3a371
DE
70522015-02-22 Doug Evans <xdje42@gmail.com>
7053
7054 PR symtab/17855
7055 * gdb.ada/exec_changed.exp: Add second test where symbol lookup cache
7056 is read after symbols have been re-read.
7057 * gdb.ada/exec_changed/first.adb (First): New procedure Break_Me.
7058 * gdb.ada/exec_changed/second.adb (Second): Ditto.
7059
96553a0c
DE
70602015-02-21 Doug Evans <dje@google.com>
7061
7062 * gdb.cp/anon-ns.exp: Add test for ptype '(anonymous namespace)'.
7063
97a0c697
JK
70642015-02-21 Jan Kratochvil <jan.kratochvil@redhat.com>
7065
7066 PR corefiles/17808
7067 * gdb.arch/i386-biarch-core.core.bz2: New file.
7068 * gdb.arch/i386-biarch-core.exp: New file.
7069
a47cd6e9
PA
70702015-02-21 Pedro Alves <palves@redhat.com>
7071
7072 * gdb.threads/multi-create-ns-info-thr.exp: Return early if
7073 runto_main fails.
7074
c5facdc4
PA
70752015-02-20 Pedro Alves <palves@redhat.com>
7076
7077 * gdb.base/solib-corrupted.exp: Expect "stap" as first column of
7078 info probes.
7079
2db9a427
PA
70802015-02-20 Pedro Alves <palves@redhat.com>
7081
7082 * gdb.threads/multi-create-ns-info-thr.exp: New file.
7083
60fb7e9e
PA
70842015-02-20 Pedro Alves <palves@redhat.com>
7085
7086 * gdb.trace/no-attach-trace.exp: Don't run to main. Do
7087 clean_restart before gdb_target_supports_trace.
7088
5c5019c2
PA
70892015-02-20 Pedro Alves <palves@redhat.com>
7090
7091 PR threads/18006
7092 * gdb.threads/clone-thread_db.c: New file.
7093 * gdb.threads/clone-thread_db.exp: New file.
7094
c9587f88
AT
70952015-02-19 Antoine Tremblay <antoine.tremblay@ericsson.com>
7096
7097 PR breakpoints/16812
7098 * gdb.base/catch-gdb-caused-signals.c: New file.
7099 * gdb.base/catch-gdb-caused-signals.exp: New file.
7100
f6a88844
JM
71012015-02-18 Jose E. Marchesi <jose.marchesi@oracle.com>
7102
7103 * configure: Regenerated.
7104 * configure.ac: Use GDB_AC_TRANSFORM.
7105 * aclocal.m4: sinclude ../transform.m4.
7106
497c491b
JM
71072015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7108
7109 * lib/dtrace.exp: New file.
7110 * gdb.base/dtrace-probe.exp: Likewise.
7111 * gdb.base/dtrace-probe.d: Likewise.
7112 * gdb.base/dtrace-probe.c: Likewise.
7113 * lib/pdtrace.in: Likewise.
7114 * configure.ac: Output variables with the transformed names of
7115 the strip, readelf, as and nm tools. AC_SUBST lib/pdtrace.in.
7116 * configure: Regenerated.
7117
03e98035
JM
71182015-02-17 Jose E. Marchesi <jose.marchesi@oracle.com>
7119
7120 * gdb.base/stap-probe.exp (stap_test): Remove "SystemTap" from
7121 expected message when trying to access $_probe_* convenience
7122 variables while not on a probe.
7123
63cc30e9
JK
71242015-02-11 Jan Kratochvil <jan.kratochvil@redhat.com>
7125
7126 * gdb.python/py-framefilter.exp (pagination quit - *): New tests.
7127
0703599a
PA
71282015-02-11 Pedro Alves <pedro@codesourcery.com>
7129
7130 * gdb.threads/step-bg-decr-pc-switch-thread.c: New file.
7131 * gdb.threads/step-bg-decr-pc-switch-thread.exp: New file.
7132
7e60a48e
DE
71332015-02-10 Doug Evans <xdje42@gmail.com>
7134
7135 * lib/gdb.exp (gdb_load): Always return a result.
7136
01b088bc
PA
71372015-02-10 Pedro Alves <palves@redhat.com>
7138
7139 * gdb.threads/signal-sigtrap.c: New file.
7140 * gdb.threads/signal-sigtrap.exp: New file.
7141
b05ec7a5
AT
71422015-02-10 Antoine Tremblay <antoine.tremblay@ericsson.com>
7143
7144 * gdb.trace/no-attach-trace.c: New file.
7145 * gdb.trace/no-attach-trace.exp: New file.
7146
a2c2acaf
MW
71472015-02-09 Mark Wielaard <mjw@redhat.com>
7148
7149 * gdb.dwarf2/atomic.c: New file.
7150 * gdb.dwarf2/atomic-type.exp: Likewise.
7151
31fd9caa
MM
71522015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7153
7154 * gdb.btrace/buffer-size.exp: Update "info record" output.
7155 * gdb.btrace/delta.exp: Update "info record" output.
7156 * gdb.btrace/enable.exp: Update "info record" output.
7157 * gdb.btrace/finish.exp: Update "info record" output.
7158 * gdb.btrace/instruction_history.exp: Update "info record" output.
7159 * gdb.btrace/next.exp: Update "info record" output.
7160 * gdb.btrace/nexti.exp: Update "info record" output.
7161 * gdb.btrace/step.exp: Update "info record" output.
7162 * gdb.btrace/stepi.exp: Update "info record" output.
7163 * gdb.btrace/nohist.exp: Update "info record" output.
7164
d33501a5
MM
71652015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7166
7167 * gdb.btrace/buffer-size: New.
7168
f4abbc16
MM
71692015-02-09 Markus Metzger <markus.t.metzger@intel.com>
7170
7171 * gdb.btrace/delta.exp: Update "info record" output.
7172 * gdb.btrace/enable.exp: Update "info record" output.
7173 * gdb.btrace/finish.exp: Update "info record" output.
7174 * gdb.btrace/instruction_history.exp: Update "info record" output.
7175 * gdb.btrace/next.exp: Update "info record" output.
7176 * gdb.btrace/nexti.exp: Update "info record" output.
7177 * gdb.btrace/step.exp: Update "info record" output.
7178 * gdb.btrace/stepi.exp: Update "info record" output.
7179 * gdb.btrace/nohist.exp: Update "info record" output.
7180
b9d61307
SM
71812015-02-06 Simon Marchi <simon.marchi@ericsson.com>
7182
7183 PR gdb/15678
7184 * gdb.base/ena-dis-br.exp: Test "enable count" for bad user input.
7185
e584fdbc
PA
71862015-02-06 Pedro Alves <palves@redhat.com>
7187
7188 * gdb.threads/attach-many-short-lived-threads.c (SECONDS): New
7189 macro.
7190 (seconds_left, again): New globals.
7191 (main): Wait seconds_left in a 1-second sleep loop instead of
7192 sleeping 180 seconds. If 'again' is set, reset the seconds
7193 counter.
7194 * gdb.threads/attach-many-short-lived-threads.exp (test): Set
7195 'again' in the inferior before detaching. Print the seconds left.
7196 (options): New global.
7197 (top level): Build program with -DTIMEOUT=$timeout.
7198
77f41761
PA
71992015-02-06 Pedro Alves <palves@redhat.com>
7200
7201 * gdb.base/gdb-sigterm.c (main): Use the TIMEOUT define to
7202 determine how many seconds to pass to 'alarm'.
7203 * gdb.base/gdb-sigterm.exp (top level): Build program with
7204 -DTIMEOUT=$timeout.
7205 (do_test): Return success/failure indication. Add more verbose
7206 logging. Don't fail if 200 single steps are seen. Instead, fail
7207 when the test times out.
7208 (passes): New global.
7209 (top level): Break the testing loop if testing fails on any
7210 iteration. Use gdb_assert.
7211
b9394193
DB
72122015-02-04 Don Breazeal <donb@codesourcery.com>
7213
7214 * gdb.base/info-os.c (shmid, semid, msqid): Make variables static
7215 and initialize them.
7216 (ipc_cleanup): New function.
7217 (main): Don't declare shmid, semid, and msqid. Add a call to
7218 atexit so that we call ipc_cleanup on exit.
7219
42d9e528
PA
72202015-02-04 Pedro Alves <palves@redhat.com>
7221
7222 * boards/native-extended-gdbserver.exp: Remove any target variant
7223 specifications from the board name before clearing the isremote
7224 flag from board_info.
7225
ae6ae975
DE
72262015-01-31 Doug Evans <xdje42@gmail.com>
7227
7228 * gdb.base/maint.exp <maint print type argc>: Update expected output.
7229
cfb069a8
GB
72302015-01-31 Gary Benson <gbenson@redhat.com>
7231
7232 * gdb.base/completion.exp: Disable completion limiting for
7233 existing tests. Add new tests to check completion limiting.
7234 * gdb.linespec/ls-errs.exp: Disable completion limiting.
7235
5dd31d79
DE
72362015-01-31 Doug Evans <xdje42@gmail.com>
7237
7238 * gdb.ada/dyn_arrayidx.exp: Add additional_flags=-gnat12.
7239
9f050062
DE
72402015-01-31 Doug Evans <xdje42@gmail.com>
7241
7242 * gdb.guile/scm-section-script.c: Add duplicate inlined section script
7243 entries. Duplicate file section script entries.
7244 * gdb.guile/scm-section-script.exp: Add tests for duplicate entries,
7245 inlined entries. Add test for safe-path rejection.
7246 * gdb.python/py-section-script.c: Add duplicate inlined section script
7247 entries. Duplicate file section script entries.
7248 * gdb.python/py-section-script.exp: Add tests for duplicate entries,
7249 inlined entries. Add test for safe-path rejection.
7250
df25ebbd
JB
72512015-01-29 Joel Brobecker <brobecker@adacore.com>
7252
7253 * gdb.ada/disc_arr_bound: New testcase.
7254
4a0ca9ec
JB
72552015-01-29 Joel Brobecker <brobecker@adacore.com>
7256
7257 * gdb.ada/mi_var_array: New testcase.
7258
3a8b707a
DE
72592015-01-27 Doug Evans <dje@google.com>
7260
7261 * gdb.python/py-objfile.exp: Add tests for objfile.username.
7262 Add test for objfile.filename, objfile.username after objfile
7263 has been unloaded.
7264
f8313f6e
JB
72652015-01-26 Joel Brobecker <brobecker@adacore.com>
7266
7267 * gdb.python/py-lookup-type.exp (test_lookup_type): Change
7268 the second test to print the name attribute of value
7269 returned by the call to gdb.lookup_type, and adjust
7270 the expected output accordingly.
7271
37bc665e
MW
72722015-01-25 Mark Wielaard <mjw@redhat.com>
7273
7274 * gdb.arch/i386-bp_permanent.c (standard): New declaration.
7275 * gdb.base/disp-step-fork.c: Include unistd.h.
7276 * gdb.base/siginfo-obj.c: Include stdio.h.
7277 * gdb.base/siginfo-thread.c: Likewise.
7278 * gdb.mi/non-stop.c: Include unistd.h.
7279 * gdb.mi/nsthrexec.c: Include stdio.h.
7280 * gdb.mi/pthreads.c: Include unistd.h.
7281 * gdb.modula2/unbounded1.c (main): Declare returns int.
7282 * gdb.reverse/consecutive-reverse.c: Likewise.
7283 * gdb.threads/create-fail.c: Include unistd.h.
7284 * gdb.threads/killed.c: Likewise.
7285 * gdb.threads/linux-dp.c: Likewise.
7286 * gdb.threads/non-ldr-exc-1.c: Include stdio.h and string.h.
7287 * gdb.threads/non-ldr-exc-2.c: Likewise.
7288 * gdb.threads/non-ldr-exc-3.c: Likewise.
7289 * gdb.threads/non-ldr-exc-4.c: Likewise.
7290 * gdb.threads/pthreads.c: Include unistd.h.
7291 (main): Declare returns int.
7292 * gdb.threads/tls-main.c (foo): New declaration.
7293 * gdb.threads/watchpoint-fork-mt.c: Define _GNU_SOURCE.
7294
f7e5394d
SM
72952015-01-23 Simon Marchi <simon.marchi@ericsson.com>
7296
7297 * gdb.mi/mi-var-list-children-invalid-grandchild.c: New file.
7298 * gdb.mi/mi-var-list-children-invalid-grandchild.exp: New file.
7299
743649fd
MW
73002015-01-15 Mark Wielaard <mjw@redhat.com>
7301
7302 * gdb.base/noreturn-return.c: New file.
7303 * gdb.base/noreturn-return.exp: New file.
7304 * gdb.base/noreturn-finish.c: New file.
7305 * gdb.base/noreturn-finish.exp: New file.
7306
198297aa
PA
73072015-01-23 Pedro Alves <palves@redhat.com>
7308
7309 * gdb.threads/continue-pending-after-query.c: New file.
7310 * gdb.threads/continue-pending-after-query.exp: New file.
7311
717cf30c
AG
73122015-01-22 Anders Granlund <anders.granlund@ericsson.com>
7313 Simon Marchi <simon.marchi@ericsson.com>
7314
7315 * gdb.base/statistics.exp: Assign spawn id to gdb_spawn_id.
7316 * gdb.base/valgrind-db-attach.exp: Same.
7317 * gdb.base/valgrind-infcall.exp: Same.
7318 * lib/mi-support.exp (default_mi_gdb_start): Same.
7319 * lib/prompt.exp (default_prompt_gdb_start): Same.
7320 * lib/gdb.exp (default_gdb_spawn): Same.
7321 (gdb_interact): New.
7322
7323
4b62a76e
JK
73242015-01-22 Jan Kratochvil <jan.kratochvil@redhat.com>
7325
7326 * gdb.compile/compile.exp (pointer to jit function): New test.
7327
b4cdae6f
WW
73282015-01-17 Wei-cheng Wang <cole945@gmail.com>
7329
7330 * lib/gdb.exp (supports_process_record): Return true for
7331 powerpc*-*-linux*.
7332 (supports_reverse): Likewise.
7333
d221e7ef
DB
73342015-01-15 Don Breazeal <donb@codesourcery.com>
7335
7336 * gdb.base/attach-pie-noexec.exp: Use can_spawn_for_attach
7337 instead of checking whether the target board is remote and
7338 use spawn_wait_for_attach instead of exec/sleep.
7339 * gdb.base/attach-twice.exp: Likewise.
7340
bafffb51
JB
73412015-01-15 Joel Brobecker <brobecker@adacore.com>
7342
7343 * gdb.ada/var_arr_attrs: New testcase.
7344
5589af0e
PA
73452015-01-14 Pedro Alves <palves@redhat.com>
7346 Joel Brobecker <brobecker@adacore.com>
7347
7348 PR gdb/17525
7349 * gdb.base/bp-cmds-execution-x-script.c: New file.
7350 * gdb.base/bp-cmds-execution-x-script.exp: New file.
7351 * gdb.base/bp-cmds-execution-x-script.gdb: New file.
7352
6c400b59
PA
73532015-01-14 Pedro Alves <palves@redhat.com>
7354
7355 PR cli/17828
7356 * gdb.base/batch-preserve-term-settings.c: New file.
7357 * gdb.base/batch-preserve-term-settings.exp: New file.
7358
e02c96a7
DE
73592015-01-13 Doug Evans <dje@google.com>
7360
7361 * gdb.python/py-objfile.exp: Test gdb.lookup_objfile on symlinked
7362 binary.
7363
576fd14c
JB
73642015-01-13 Joel Brobecker <brobecker@adacore.com>
7365
7366 * Makefile.in (clean mostlyclean): Do not delete *.py.
7367
04dccad0
JB
73682015-01-13 Joel Brobecker <brobecker@adacore.com>
7369
7370 * gdb.python/py-lookup-type.exp: New file.
7371
3d230f71
PA
73722015-01-12 Pedro Alves <palves@redhat.com>
7373
7374 * gdb.python/py-prompt.exp: When the board can't spawn for attach,
7375 restore GDBFLAGS before returning.
7376
7e67715d
JK
73772015-01-12 Jan Kratochvil <jan.kratochvil@redhat.com>
7378
7379 * gdb.python/py-frame.exp (test Frame.read_register(rip)): Use
7380 is_amd64_regs_target and is_x86_like_target.
7381
f2e0d4b4
DE
73822015-01-11 Doug Evans <xdje42@gmail.com>
7383
7384 * lib/dwarf.exp (Dwarf): Flag an error if a numeric attribute value
7385 is given without an explicit form.
7386 * gdb.dwarf2/arr-subrange.exp: Specify forms for all numeric
7387 attributes.
7388 * gdb.dwarf/corrupt.exp: Ditto.
7389 * gdb.dwarf2/enum-type.exp: Ditto.
7390 * gdb.trace/entry-values.exp: Ditto.
7391 * gdb.trace/unavailable-dwarf-piece.exp: Ditto.
7392
439250fb
DE
73932015-01-11 Doug Evans <xdje42@gmail.com>
7394
7395 PR gdb/15830
7396 * gdb.base/maint.exp: Remove references to "maint demangle".
7397 * gdb.cp/demangle.exp: Update. "maint demangle" -> "demangle".
7398 Add tests for explicitly specifying language to demangle.
7399 * gdb.dlang/demangle.exp: Ditto.
7400
ede9f622
PA
74012015-01-09 Pedro Alves <palves@redhat.com>
7402
7403 * gdb.threads/non-stop-fair-events.c: New file.
7404 * gdb.threads/non-stop-fair-events.exp: New file.
7405
a7b796db
PA
74062015-01-09 Pedro Alves <palves@redhat.com>
7407
7408 * gdb.base/annota1.exp (thread_test): Use srcfile and binfile from
7409 the global scope. Set a breakpoint after all threads are started
7410 rather than stepping over two source lines. Expect the prompt.
7411 * gdb.base/watch_thread_num.c (threads_started_barrier): New
7412 global.
7413 (NUM): Now 15.
7414 (main): Use threads_started_barrier to wait for all threads to
7415 start. Main thread no longer calls thread_function. Exit after
7416 180 seconds.
7417 (loop): New function.
7418 (thread_function): Wait on threads_started_barrier barrier. Call
7419 'loop' at each iteration.
7420 * gdb.base/watch_thread_num.exp: Continue to breakpoint after all
7421 threads have started, instead of hardcoding number of "next"
7422 steps. Use an access watchpoint instead of a write watchpoint.
7423
9665ffdd
PA
74242015-01-09 Pedro Alves <palves@redhat.com>
7425
7426 * gdb.threads/ia64-sigill.c (threads_started_barrier): New global.
7427 (thread_func): Wait on barrier.
7428 (main): Wait for all threads to start before stopping GDB.
7429 * gdb.threads/siginfo-threads.c (threads_started_barrier): New
7430 global.
7431 (thread1_func, thread2_func): Wait on barrier.
7432 (main): Wait for all threads to start before stopping GDB.
7433 * gdb.threads/watchthreads-reorder.c (threads_started_barrier):
7434 New global.
7435 (thread1_func, thread2_func): Wait on barrier.
7436 (main): Wait for all threads to start before stopping GDB.
7437
c945a99f
PA
74382015-01-09 Pedro Alves <palves@redhat.com>
7439
7440 * gdb.threads/attach-many-short-lived-threads.c: New file.
7441 * gdb.threads/attach-many-short-lived-threads.exp: New file.
7442
c1a747c1
PA
74432014-01-09 Pedro Alves <palves@redhat.com>
7444
7445 * gdb.threads/fork-thread-pending.exp: Switch to the main thread
7446 instead of to thread 2.
7447 * gdb.threads/signal-command-multiple-signals-pending.c (main):
7448 Add barrier around each pthread_create call instead of around all
7449 calls.
7450 * gdb.threads/signal-command-multiple-signals-pending.exp (test):
7451 Set a break on thread_function and have the child threads hit it
7452 one at at a time.
7453
60b3033e
PA
74542015-01-09 Pedro Alves <palves@redhat.com>
7455
7456 * lib/gdb.exp (can_spawn_for_attach): New procedure.
7457 (spawn_wait_for_attach): Error out if can_spawn_for_attach returns
7458 false.
7459 * gdb.base/attach.exp: Use can_spawn_for_attach instead of
7460 checking whether the target board is remote.
7461 * gdb.multi/multi-attach.exp: Likewise.
7462 * gdb.python/py-sync-interp.exp: Likewise.
7463 * gdb.server/ext-attach.exp: Likewise.
7464 * gdb.python/py-prompt.exp: Use can_spawn_for_attach before the
7465 tests that need to attach, instead of checking whether the target
7466 board is remote at the top of the file.
7467
acc018ac
YQ
74682015-01-08 Yao Qi <yao@codesourcery.com>
7469
7470 * gdb.trace/entry-values.exp: Set call_insn for MIPS target.
7471
50a18af8
JK
74722015-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
7473
7474 Fix testcase compilation.
7475 * gdb.arch/i386-avx512.exp (comp_flags): Remove /common.
7476
8503d6e1
JB
74772015-01-06 Joel Brobecker <brobecker@adacore.com>
7478
7479 * gdb.python/py-type.exp: Add a couple test about empty
7480 array creation, and negative-length array creation.
7481
cc73dbcc
DE
74822015-01-02 Doug Evans <xdje42@gmail.com>
7483
7484 * gdb.cp/nsalias.exp: Fix output of external/declaration flags.
7485
0300bbc7
DE
74862015-01-02 Doug Evans <dje@google.com>
7487
7488 * gdb.dwarf2/dw4-sig-types.exp: Also pass -fdebug-types-section to gcc.
7489
9d85a0ec
YQ
74902014-12-29 Yao Qi <yao@codesourcery.com>
7491
7492 * gdb.trace/entry-values.exp: Update comments. Rename variable
7493 bar_call_foo to returned_from_foo.
7494
87186c6a
MMN
74952014-12-20 Mihail-Marian Nistor <mihail.nistor@freescale.com>
7496
7497 PR gdb/17394
7498 * gdb.linespec/break-asm-file.c: New file.
7499 * gdb.linespec/break-asm-file.exp: New file.
7500 * gdb.linespec/break-asm-file0.s: New file.
7501 * gdb.linespec/break-asm-file1.s: New file.
7502
1bab7383
YQ
75032014-12-18 Nigel Stephens <nigel@mips.com>
7504 Maciej W. Rozycki <macro@codesourcery.com>
7505
7506 * gdb.base/float.exp: Handle the new output from "info float" on
7507 MIPS targets.
7508
1bc1068a
JK
75092014-12-17 Jan Kratochvil <jan.kratochvil@redhat.com>
7510
7511 Fix MinGW compilation.
7512 * gdb.compile/compile-ops.exp: Update untested message if
7513 !skip_compile_feature_tests.
7514 * gdb.compile/compile-setjmp.exp: Likewise.
7515 * gdb.compile/compile-tls.exp: Likewise.
7516 * gdb.compile/compile.exp: Likewise.
7517 * lib/gdb.exp (skip_compile_feature_tests): Check also "Command not
7518 supported on this host".
7519
b6615d10
DE
75202014-12-16 Doug Evans <xdje42@gmail.com>
7521
7522 * boards/stabs.exp: New file.
7523
25dda427
AA
75242014-12-16 Andreas Arnez <arnez@vnet.linux.ibm.com>
7525
7526 * gdb.base/completion.exp: Adjust to format changes of "maint
7527 print user-registers".
7528
bf330350
CU
75292014-12-16 Catalin Udma <catalin.udma@freescale.com>
7530
7531 PR server/17457
7532 * gdb.arch/aarch64-fp.c: New file.
7533 * gdb.arch/aarch64-fp.exp: New file.
7534
395cf596
SDJ
75352014-12-15 Sergio Durigan Junior <sergiodj@redhat.com>
7536
7537 Merge dg-extract-results.{sh,py} from GCC upstream (r210243,
7538 r210637, r210913, r211666, r215400, r215817).
7539
7540 2014-05-08 Richard Sandiford <rdsandiford@googlemail.com>
7541 * dg-extract-results.py: New file.
7542 * dg-extract-results.sh: Use it if the environment seems
7543 suitable.
7544
7545 2014-05-20 Richard Sandiford <rdsandiford@googlemail.com>
7546
7547 * dg-extract-results.py (parse_run): Handle warnings that
7548 are printed before a test harness is run.
7549
7550 2014-05-25 Richard Sandiford <rdsandiford@googlemail.com>
7551
7552 * dg-extract-results.py (Named): Remove __cmp__ method.
7553 (output_variation): Use a key to sort variation.harnesses.
7554
7555 2014-06-14 Richard Sandiford <rdsandiford@googlemail.com>
7556
7557 * dg-extract-results.py: For Python 3, force sys.stdout to
7558 handle surrogate escape sequences.
7559 (safe_open): New function.
7560 (output_segment, main): Use it.
7561
7562 2014-09-19 Segher Boessenkool <segher@kernel.crashing.org>
7563
7564 * dg-extract-results.py (Prog.result_re): Include options
7565 in test name.
7566
7567 2014-10-02 Segher Boessenkool <segher@kernel.crashing.org>
7568
7569 * dg-extract-results.py (output_variation): Always sort if
7570 do_sum.
7571
e882ef3c
SM
75722014-12-15 Simon Marchi <simon.marchi@ericsson.com>
7573
7574 * lib/gdb.exp (default_gdb_start): After starting gdb, loop
7575 as long as we get pagination notifications.
7576
4992aa20
JM
75772014-12-15 Jason Merrill <jason@redhat.com>
7578
7579 * Makefile.in (check-gdb.%): Restore.
7580 * README: Mention it.
7581
c1b5a1a6
JB
75822014-12-13 Joel Brobecker <brobecker@adacore.com>
7583
7584 * gdb.ada/str_uninit: New testcase.
7585
5537b577
JK
75862014-12-13 Jan Kratochvil <jan.kratochvil@redhat.com>
7587
7588 PR symtab/17642
7589 * gdb.base/vla-stub-define.c: New file.
7590 * gdb.base/vla-stub.c: New file.
7591 * gdb.base/vla-stub.exp: New file.
7592
bb2ec1b3
TT
75932014-12-12 Phil Muldoon <pmuldoon@redhat.com>
7594 Jan Kratochvil <jan.kratochvil@redhat.com>
7595 Tom Tromey <tromey@redhat.com>
7596
7597 * configure.ac: Add gdb.compile/.
7598 * configure: Regenerate.
7599 * gdb.compile/Makefile.in: New file.
7600 * gdb.compile/compile-ops.exp: New file.
7601 * gdb.compile/compile-ops.c: New file.
7602 * gdb.compile/compile-tls.c: New file.
7603 * gdb.compile/compile-tls.exp: New file.
7604 * gdb.compile/compile-constvar.S: New file.
7605 * gdb.compile/compile-constvar.c: New file.
7606 * gdb.compile/compile-mod.c: New file.
7607 * gdb.compile/compile-nodebug.c: New file.
7608 * gdb.compile/compile-setjmp-mod.c: New file.
7609 * gdb.compile/compile-setjmp.c: New file.
7610 * gdb.compile/compile-setjmp.exp: New file.
7611 * gdb.compile/compile-shlib.c: New file.
7612 * gdb.compile/compile.c: New file.
7613 * gdb.compile/compile.exp: New file.
7614 * lib/gdb.exp (skip_compile_feature_tests): New proc.
7615
4ff709eb
TT
76162014-12-12 Tom Tromey <tromey@redhat.com>
7617
7618 * lib/dwarf.exp (_location): Ignore blank lines. Allow comments.
7619 Handle DW_OP_pick, DW_OP_skip, DW_OP_bra.
7620
6dddd6a5
DE
76212014-12-12 Doug Evans <dje@google.com>
7622
7623 * lib/gdb-python.exp (get_python_valueof): New function.
7624 * gdb.python/py-objfile.exp: Add tests for gdb.lookup_objfile.
7625
71c24708
AA
76262014-12-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
7627
7628 * gdb.base/completion.exp: Add test for completion of "info
7629 registers ".
7630
3e29f34a
MR
76312014-12-12 Maciej W. Rozycki <macro@codesourcery.com>
7632
7633 * gdb.base/func-ptrs.c: New file.
7634 * gdb.base/func-ptrs.exp: New file.
7635
fc126975
SM
76362014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7637
7638 PR breakpoints/17012
7639 * gdb.base/dprintf-detach.c: New file.
7640 * gdb.base/dprintf-detach.exp: New file.
7641
0a46d518
SM
76422014-12-10 Simon Marchi <simon.marchi@ericsson.com>
7643
7644 * gdb.trace/qtro.exp: Replace gdbserver detection code by...
7645 * lib/gdb.exp (target_is_gdbserver): New procedure.
7646
a0be3e44
DE
76472014-12-08 Doug Evans <dje@google.com>
7648
7649 * gdb.python/py-objfile.exp: Add tests for objfile.owner.
7650
df1b803a
YQ
76512014-12-05 Yao Qi <yao@codesourcery.com>
7652
7653 * gdb.guile/scm-error.exp: Remove the third argument to
7654 gdb_remote_download.
7655 * gdb.guile/scm-frame-args.exp: Likewise.
7656 * gdb.guile/scm-section-script.exp: Likewise.
7657
ddb9f679
YQ
76582014-12-05 Yao Qi <yao@codesourcery.com>
7659
7660 * gdb.arch/i386-bp_permanent.exp: Use standard_testfile.
7661
86e4ed39
DE
76622014-12-04 Doug Evans <dje@google.com>
7663
7664 * gdb.python/py-objfile.exp: Add tests for
7665 objfile.add_separate_debug_file.
7666
7c50a931
DE
76672014-12-04 Doug Evans <dje@google.com>
7668
7669 * lib/gdb.exp (get_build_id): New function.
7670 (build_id_debug_filename_get): Rewrite to use it.
7671 * gdb.python/py-objfile.exp: Add test for objfile.build_id.
7672
621661e3
MR
76732014-12-04 Maciej W. Rozycki <macro@codesourcery.com>
7674
7675 * gdb.cp/expand-psymtabs-cxx.exp: Accept any address of
7676 `method(long)', not just 0x0.
7677 * gdb.cp/nsalias.exp: Align code labels to 4.
7678 * gdb.dwarf2/dw2-canonicalize-type.S (main): Expand to 4-bytes.
7679 * gdb.dwarf2/dw2-empty-pc-range.S (main): Likewise.
7680 * gdb.dwarf2/pr11465.S (_ZN1N1cE): Likewise.
7681 * gdb.dwarf2/dw2-case-insensitive.c (START_INSNS): New macro.
7682 (cu_text_start, FUNC_lang_start): Use `START_INSNS'.
7683 * gdb.dwarf2/dw2-stack-boundary.exp: Accept noise in complaints.
7684
29f0c3b7
DE
76852014-12-02 Doug Evans <dje@google.com>
7686
e1e061e7 7687 PR symtab/17602
29f0c3b7 7688 * gdb.cp/anon-ns.cc: Move guts of this file to ...
e1e061e7 7689 * gdb.cp/anon-ns2.cc: ... here. New file.
29f0c3b7
DE
7690 * gdb.cp/anon-ns.exp: Update.
7691
162078c8
NB
76922014-12-02 Nick Bull <nicholaspbull@gmail.com>
7693
7694 * gdb.python/py-events.py (inferior_call_handler): New.
7695 (register_changed_handler, memory_changed_handler): New.
7696 (test_events.invoke): Register new handlers.
7697 * gdb.python/py-events.exp: Add tests for inferior call,
7698 memory_changed and register_changed events.
7699
fdb09caf
AA
77002014-12-02 Andreas Arnez <arnez@linux.vnet.ibm.com>
7701
7702 * gdb.base/execl-update-breakpoints.exp: Specify the link address
7703 with '-Ttext-segment' instead of '-Ttext'. Fall back to '-Ttext'
7704 if the linker doesn't understand this.
7705
55cfb2c4
SM
77062014-12-01 Simon Marchi <simon.marchi@ericsson.com>
7707
7708 * gdb.python/python.exp: Change expected reply to help().
7709
9e8cd6df
YQ
77102014-12-01 Yao Qi <yao@codesourcery.com>
7711
7712 * configure.ac: Remove AC_ARG_ENABLE for gdbtk. Don't invoke
7713 AC_CONFIG_SUBDIRS(gdb.gdbtk).
7714 * configure: Re-generated.
7715
6c659fc2
SC
77162014-11-28 Siva Chandra Reddy <sivachandra@google.com>
7717
7718 * gdb.cp/chained-calls.cc: New file.
7719 * gdb.cp/chained-calls.exp: New file.
7720 * gdb.cp/smartp.exp: Remove KFAIL for "p c2->inta".
7721
d7fc3181
SM
77222014-11-28 Simon Marchi <simon.marchi@ericsson.com>
7723
7724 * gdb.ada/py_range.exp: Add parentheses to python calls to print.
7725 * gdb.dwarf2/symtab-producer.exp: Same.
7726 * gdb.gdb/python-interrupts.exp: Same.
7727 * gdb.gdb/python-selftest.exp: Same.
7728 * gdb.python/py-linetable.exp: Same.
7729 * gdb.python/py-type.exp: Same.
7730 * gdb.python/py-value-cc.exp: Same.
7731 * gdb.python/py-value.exp: Same.
7732
10e79639
YQ
77332014-11-28 Yao Qi <yao@codesourcery.com>
7734
7735 * gdb.base/break-probes.exp: Match library name prefixed with
7736 sysroot.
7737
f28a0564
SM
77382014-11-27 Simon Marchi <simon.marchi@ericsson.com>
7739
7740 * gdb.python/py-linetable.exp: Escape properly sorted(fset)
7741 test expected output. Add parentheses for the call to print.
7742 Remove L suffix from integers.
7743
3fe1ce1d
DE
77442014-11-26 Doug Evans <dje@google.com>
7745
7746 * gdb.dwarf2/dw2-op-out-param.S: Fix comment.
7747
84429e27
YQ
77482014-11-22 Yao Qi <yao@codesourcery.com>
7749
7750 * gdb.trace/entry-values.c: Remove asms.
7751 (foo): Add foo_label.
7752 (bar): Add bar_label.
7753 * gdb.trace/entry-values.exp: Remove code computing foo's
7754 length and bar's length.
7755 (Dwarf::assemble): Invoke function_range for bar and use
7756 MACRO_AT_func for foo.
7757
26741859
YQ
77582014-11-22 Yao Qi <yao@codesourcery.com>
7759
7760 * gdb.dwarf2/dw2-compdir-oldgcc.S: Define label .Lgcc42_procstart
7761 and .Lgcc43_procstart. Use .Lgcc42_procstart instead of gcc42.
7762 Use .Lgcc43_procstart instead of gcc43.
7763
45e44d27
JB
77642014-11-21 Joel Brobecker <brobecker@adacore.com>
7765
7766 * gdb.ada/n_arr_bound: New testcase.
7767
458c8db8
SDJ
77682014-11-20 Sergio Durigan Junior <sergiodj@redhat.com>
7769
7770 PR breakpoints/10737
7771 * gdb.base/catch-syscall.exp (do_syscall_tests): Call
7772 test_catch_syscall_multi_arch.
7773 (test_catch_syscall_multi_arch): New function.
7774
43f3e411
DE
77752014-11-20 Doug Evans <xdje42@gmail.com>
7776
7777 * gdb.base/maint.exp: Update expected output.
7778
0d7b2549
AA
77792014-11-19 Andreas Arnez <arnez@linux.vnet.ibm.com>
7780
7781 * gdb.base/bp-permanent.c (NOP): Define as 2-byte instead of
7782 4-byte instruction on S390.
7783
8908fca5
JB
77842014-11-19 Joel Brobecker <brobecker@adacore.com>
7785
7786 * gdb.ada/arr_arr: New testcase.
7787
4a46959e
JB
77882014-11-19 Joel Brobecker <brobecker@adacore.com>
7789
7790 * gdb.ada/pkd_arr_elem: New Testcase.
7791
470e2f4e
LM
77922014-11-18 Luis Machado <lgustavo@codesourcery.com>
7793
7794 * gdb.reverse/break-precsave: Expect completion message for
7795 core file reads.
7796 * gdb.reverse/consecutive-precsave.exp: Likewise.
7797 * gdb.reverse/finish-precsave.exp: Likewise.
7798 * gdb.reverse/i386-precsave.exp: Likewise.
7799 * gdb.reverse/machinestate-precsave.exp: Likewise.
7800 * gdb.reverse/sigall-precsave.exp: Likewise.
7801 * gdb.reverse/solib-precsave.exp: Likewise.
7802 * gdb.reverse/step-precsave.exp: Likewise.
7803 * gdb.reverse/until-precsave.exp: Likewise.
7804 * gdb.reverse/watch-precsave.exp: Likewise.
7805
a267f3ad
AA
78062014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7807
7808 * gdb.base/bp-permanent.c: Include unistd.h.
7809 * gdb.python/py-framefilter-mi.c (main): Add return type.
7810 * gdb.python/py-framefilter.c (main): Likewise.
7811 * gdb.trace/actions-changed.c (main): Likewise.
7812
12084a9a
AA
78132014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7814
7815 * gdb.mi/until.c: Add eye-catchers.
7816 * gdb.mi/mi-until.exp: Refer to eye-catchers instead of literal
7817 line numbers.
7818
dc7e1a77
AA
78192014-11-17 Andreas Arnez <arnez@linux.vnet.ibm.com>
7820
7821 * gdb.base/condbreak.exp: Drop references to removed non-prototype
7822 function header variants in break1.c.
7823 * gdb.base/ena-dis-br.exp: Likewise.
7824 * gdb.base/hbreak2.exp: Likewise.
7825 * gdb.reverse/until-precsave.exp: Drop references to removed
7826 non-prototype function header variants in ur1.c.
7827 * gdb.reverse/until-reverse.exp: Likewise.
7828
41c77605
PM
78292014-11-17 Petr Machata <pmachata@redhat.com>
7830
7831 * lib/dwarf.exp (Dwarf::cu, Dwarf::tu): Emit
7832 ${_cu_offset_size} bytes abbrev offset.
7833
34248c3a
DE
78342014-11-15 Doug Evans <xdje42@gmail.com>
7835
7836 PR symtab/17559
7837 * gdb.base/line-symtabs.exp: New file.
7838 * gdb.base/line-symtabs.c: New file.
7839 * gdb.base/line-symtabs.h: New file.
7840
646da059
YQ
78412014-11-14 Yao Qi <yao@codesourcery.com>
7842
7843 * gdb.dwarf2/dw2-ifort-parameter.c: Remove inline asm.
7844 (func): Add label func_label.
7845 * gdb.dwarf2/dw2-ifort-parameter.exp (Dwarf::assemble):
7846 Replace low_pc and high_pc with MACRO_AT_range.
7847 Replace name, low_pc and high_pc with MACRO_AT_func.
7848
9301ebe6
YQ
78492014-11-14 Yao Qi <yao@codesourcery.com>
7850
7851 * gdb.dwarf2/implptr-optimized-out.exp (Dwarf::assemble):
7852 Replace name, low_pc and high_pc with MACRO_AT_func.
7853
f166b542
YQ
78542014-11-14 Yao Qi <yao@codesourcery.com>
7855
7856 * gdb.dwarf2/implptr-optimized-out.exp: Use Dwarf::assemble to
7857 produce debug information.
7858 * gdb.dwarf2/implptr-optimized-out.S: Removed.
7859
0f6e71e3
YQ
78602014-11-14 Yao Qi <yao@codesourcery.com>
7861
7862 * gdb.dwarf2/dwz.exp: Remove the code to compile main.c to
7863 object and get function length.
7864 (Dwarf::assemble): Replace name, low_pc and high_pc attributes
7865 with MACRO_AT_func.
7866 (top-level): Replace gdb_compile and clean_restart with
7867 prepare_for_testing.
7868 * gdb.dwarf2/main.c (main): Add label main_label.
7869
876c4df9
YQ
78702014-11-14 Yao Qi <yao@codesourcery.com>
7871
7872 * lib/dwarf.exp (function_range): New procedure.
7873 (Dwarf::_handle_macro_at_func): New procedure.
7874 (Dwarf::_handle_macro_at_range): New procedure.
7875 (Dwarf): Handle MACRO_AT_func and MACRO_AT_range.
7876
02ad9cf1
YQ
78772014-11-14 Yao Qi <yao@codesourcery.com>
7878
7879 * lib/dwarf.exp (_handle_DW_TAG): Move some code to ...
7880 (_handle_attribute): New procedure.
7881
a59add0c
AA
78822014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7883
7884 * gdb.ada/cond_lang/foo.c (callme): Add return type.
7885 * gdb.base/call-sc.c (zed): Likewise.
7886 * gdb.base/checkpoint.c (main): Likewise.
7887 * gdb.base/dump.c (main): Likewise.
7888 * gdb.base/gcore.c (main): Likewise.
7889 * gdb.base/huge.c (main): Likewise.
7890 * gdb.base/multi-forks.c (main): Likewise.
7891 * gdb.base/pr10179-a.c (main): Likewise.
7892 * gdb.base/savedregs.c (main): Likewise.
7893 * gdb.base/sigaltstack.c (main): Likewise.
7894 * gdb.base/siginfo.c (main): Likewise.
7895 * gdb.base/structs.c (zed): Likewise.
7896 * gdb.mi/mi-stack.c (callee3, callee2, callee1, main): Likewise.
7897 * gdb.mi/mi-syn-frame.c (main): Likewise.
7898 * gdb.mi/until.c (foo, main): Likewise.
7899 * gdb.base/global-var-nested-by-dso.c (b_main, c_main): Declare.
7900 * gdb.base/solib-weak.c (foo): Declare.
7901 * gdb.base/attach-twice.c: Include stdio.h.
7902 * gdb.base/weaklib1.c: Likewise.
7903 * gdb.base/weaklib2.c: Likewise.
7904 * gdb.base/catch-signal-fork.c: Include stdio.h and sys/wait.h.
7905 * gdb.mi/mi-condbreak-call-thr-state-mt.c: Include stdio.h and
7906 unistd.h.
7907 * gdb.base/attach-pie-misread.c: Include stdlib.h.
7908 * gdb.mi/mi-exit-code.c: Likewise.
7909 * gdb.base/break-interp-lib.c: Include string.h.
7910 * gdb.base/coremaker.c: Likewise.
7911 * gdb.base/testenv.c: Likewise.
7912 * gdb.python/py-finish-breakpoint.c: Likewise.
7913 * gdb.base/inferior-died.c: Include sys/wait.h.
7914 * gdb.base/fileio.c: Include time.h.
7915 * gdb.base/async-shell.c: Include unistd.h.
7916 * gdb.base/dprintf-non-stop.c: Likewise.
7917 * gdb.base/info-os.c: Likewise.
7918 * gdb.mi/mi-console.c: Likewise.
7919 * gdb.mi/watch-nonstop.c: Likewise.
7920 * gdb.python/py-events.c: Likewise.
7921 * gdb.base/async.c (baz): Move up before its invocation.
7922 * gdb.base/code_elim2.c (my_global_func): Likewise.
7923 * gdb.base/skip-solib-lib.c (multiply): Likewise.
7924 * gdb.base/advance.c (func2): Likewise.
7925
3b5d5997
AA
79262014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7927
7928 * gdb.base/annota1.c: Remove #ifdef PROTOTYPES, keep prototyped
7929 variant.
7930 * gdb.base/annota3.c: Likewise.
7931 * gdb.base/async.c: Likewise.
7932 * gdb.base/average.c: Likewise.
7933 * gdb.base/call-ar-st.c: Likewise.
7934 * gdb.base/call-rt-st.c: Likewise.
7935 * gdb.base/call-sc.c: Likewise.
7936 * gdb.base/call-strs.c: Likewise.
7937 * gdb.base/ending-run.c: Likewise.
7938 * gdb.base/execd-prog.c: Likewise.
7939 * gdb.base/exprs.c: Likewise.
7940 * gdb.base/foll-exec.c: Likewise.
7941 * gdb.base/foll-fork.c: Likewise.
7942 * gdb.base/foll-vfork.c: Likewise.
7943 * gdb.base/funcargs.c: Likewise.
7944 * gdb.base/gcore.c: Likewise.
7945 * gdb.base/jump.c: Likewise.
7946 * gdb.base/langs0.c: Likewise.
7947 * gdb.base/langs1.c: Likewise.
7948 * gdb.base/langs2.c: Likewise.
7949 * gdb.base/mips_pro.c: Likewise.
7950 * gdb.base/nodebug.c: Likewise.
7951 * gdb.base/opaque0.c: Likewise.
7952 * gdb.base/opaque1.c: Likewise.
7953 * gdb.base/recurse.c: Likewise.
7954 * gdb.base/run.c: Likewise.
7955 * gdb.base/scope0.c: Likewise.
7956 * gdb.base/scope1.c: Likewise.
7957 * gdb.base/setshow.c: Likewise.
7958 * gdb.base/setvar.c: Likewise.
7959 * gdb.base/shmain.c: Likewise.
7960 * gdb.base/shr1.c: Likewise.
7961 * gdb.base/shr2.c: Likewise.
7962 * gdb.base/sigall.c: Likewise.
7963 * gdb.base/signals.c: Likewise.
7964 * gdb.base/so-indr-cl.c: Likewise.
7965 * gdb.base/solib2.c: Likewise.
7966 * gdb.base/structs.c: Likewise.
7967 * gdb.base/sum.c: Likewise.
7968 * gdb.base/vforked-prog.c: Likewise.
7969 * gdb.base/watchpoint.c: Likewise.
7970 * gdb.reverse/shr2.c: Likewise.
7971 * gdb.reverse/until-reverse.c: Likewise.
7972 * gdb.reverse/ur1.c: Likewise.
7973 * gdb.reverse/watch-reverse.c: Likewise.
7974
066a77c5
AA
79752014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7976
7977 * gdb.base/sepdebug.c: Remove #ifdef PROTOTYPES, keep prototyped
7978 variant.
7979 * gdb.base/sepdebug.exp: Drop references to removed code.
7980
4f204ea5
AA
79812014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7982
7983 * gdb.base/list0.h: Remove #ifdef PROTOTYPES, keep prototyped
7984 variant. Preserve original line numbering.
7985 * gdb.base/list1.c: Likewise.
7986
3b377a3a
AA
79872014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7988
7989 * gdb.base/break.c: Remove #ifdef PROTOTYPES, keep prototyped
7990 variant.
7991 * gdb.base/break1.c: Likewise.
7992 * gdb.base/break.exp: Drop references to removed code.
7993
e444df73
AA
79942014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
7995
7996 * gdb.base/solib1.c: Remove #ifdef PROTOTYPES, keep prototyped
7997 variant.
7998
8008f2a7
AA
79992014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8000
8001 * gdb.base/callfuncs.exp (perform_all_tests): Re-indent.
8002
a5a06887
AA
80032014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8004
8005 * gdb.base/callfuncs.exp: Remove 'prototypes' variable. Move main
8006 logic into perform_all_tests() and invoke it with and without
8007 function header prototypes.
8008 (do_function_calls): Remove conditional XFAIL for PR 5318.
8009 (rerun_and_prepare): Remove duplicate code.
8010 (perform_all_tests): New. Main logic moved here.
8011
44dba9b9
AA
80122014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8013
8014 * gdb.base/callfuncs.c (t_float_many_args): Fix syntax error in
8015 code guarded by #ifdef NO_PROTOTYPES.
8016 (t_double_many_args): Likewise.
8017 (DEF_FUNC_MANY_ARGS_1): Likewise.
8018 (DEF_FUNC_VALUES_1): Likewise.
8019 (t_structs_ldc): Renamed from t_structs_fc in conditional code
8020 guarded by #ifdef PROTOTYPES.
8021
d1fbcd56
AA
80222014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8023
8024 * gdb.mi/mi-console.c: Add eye-catcher.
8025 * gdb.mi/mi-console.exp (semihosted_string): Refer to eye-catcher
8026 instead of literal line number.
8027
b0e59b8f
AA
80282014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8029
8030 * gdb.base/shr2.c: Add eye-catcher.
8031 * gdb.base/shlib-call.exp: Refer to eye-catcher instead of literal
8032 line number.
8033
78f98cca
AA
80342014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8035
8036 * gdb.base/jump.c: Add eye-catchers.
8037 * gdb.base/jump.exp: Refer to eye-catchers instead of literal line
8038 numbers.
8039
58fa2af0
AA
80402014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8041
8042 * gdb.base/execd-prog.c: Add eye-catchers.
8043 * gdb.base/foll-exec.c: Likewise.
8044 * gdb.base/foll-exec.exp: Refer to eye-catchers instead of literal
8045 line numbers.
8046
04e5059b
AA
80472014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8048
8049 * gdb.base/ending-run.c: Add eye-catchers.
8050 * gdb.base/ending-run.exp: Refer to eye-catchers instead of
8051 literal line numbers.
8052
dbfdb174
AA
80532014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8054
8055 * gdb.base/call-rt-st.c: Add eye-catchers.
8056 * gdb.base/call-rt-st.exp: Refer to eye-catchers instead of
8057 literal line numbers.
8058
888a2ade
AA
80592014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8060
8061 * gdb.base/call-ar-st.c: Add eye-catchers.
8062 * gdb.base/call-ar-st.exp: Refer to eye-catchers instead of
8063 literal line numbers.
8064
6acc2dde
AA
80652014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8066
8067 * gdb.base/average.c: Add eye-catchers.
8068 * gdb.base/sum.c: Likewise.
8069 * gdb.base/dbx.exp: Use eye-catchers to determine line numbers for
8070 regexps dynamically.
8071
9ecfcd1d
AA
80722014-11-13 Andreas Arnez <arnez@linux.vnet.ibm.com>
8073
8074 * gdb.base/solib1.c: Add eye-catchers.
8075 * gdb.base/so-impl-ld.exp: Match against eye-catchers instead of
8076 literal line numbers.
8077
78708b7c
PA
80782014-11-12 Pedro Alves <palves@redhat.com>
8079
8080 * gdb.threads/leader-exit.exp: Test sending ctrl-c works after the
8081 leader has exited.
8082
af48d08f
PA
80832014-11-12 Pedro Alves <palves@redhat.com>
8084
8085 * gdb.arch/i386-bp_permanent.c: New file.
8086 * gdb.arch/i386-bp_permanent.exp: Don't skip on x86_64.
8087 (srcfile): Set to i386-bp_permanent.c.
8088 (top level): Adjust to work in both 32-bit and 64-bit modes. Test
8089 that stepi does not execute the 'leave' instruction, instead of
8090 testing it does execute.
8091 * gdb.base/bp-permanent.c: New file.
8092 * gdb.base/bp-permanent.exp: New file.
8093
af3768e9
DE
80942014-11-10 Doug Evans <xdje42@gmail.com>
8095
8096 PR symtab/17564
8097 * gdb.base/symtab-search-order.exp: New file.
8098 * gdb.base/symtab-search-order.c: New file.
8099 * gdb.base/symtab-search-order-1.c: New file.
8100 * gdb.base/symtab-search-order-shlib-1.c: New file.
8101
9de00a4a
PA
81022014-11-07 Pedro Alves <palves@redhat.com>
8103
8104 PR gdb/17511
8105 * gdb.base/sigstep.exp (in_handler_map) <si+advance>: xfail
8106 i?86-*-linux*.
8107
e0f52461
SC
81082014-11-03 Siva Chandra Reddy <sivachandra@google.com>
8109
8110 PR c++/17494
8111 * gdb.cp/pr17494.cc: New file.
8112 * gdb.cp/pr17494.exp: New file.
8113
6ce8c980
YQ
81142014-11-02 Yao Qi <yao@codesourcery.com>
8115
8116 * gdb.python/python.exp: Get working directory and match the
8117 output of "set extended-prompt \\w " with it.
8118
02be9a71
DE
81192014-10-30 Doug Evans <dje@google.com>
8120
8121 * gdb.python/py-objfile.exp: Add tests for setting random attributes
8122 in objfiles.
8123 * gdb.python/py-progspace.exp: Add tests for setting random attributes
8124 in progspaces.
8125
3bdff46b
LM
81262014-10-30 Janis Johnson <janisjo@codesourcery.com>
8127
8128 * gdb.base/fullpath-expand.exp: Skip for a remote host.
8129 * gdb.base/realname-expand.exp: Likewise.
8130 * gdb.linespec/macro-relative.exp: Likewise.
8131
ab917dfb
PA
81322014-10-29 Pedro Alves <palves@redhat.com>
8133
8134 PR gdb/17408
8135 * gdb.threads/schedlock.c (some_function): New function.
8136 (call_function): New global.
8137 (MAYBE_CALL_SOME_FUNCTION): New macro.
8138 (thread_function): Call it.
8139 * gdb.threads/schedlock.exp (get_args): Add description parameter,
8140 and use it instead of a global counter. Adjust all callers.
8141 (get_current_thread): Use "find current thread" for test message
8142 here rather than having all callers pass down the same string.
8143 (goto_loop): New procedure, factored out from ...
8144 (my_continue): ... this.
8145 (step_ten_loops): Change parameter from test message to command to
8146 use. Adjust.
8147 (list_count): Delete global.
8148 (check_result): New procedure, factored out from duplicate top
8149 level code.
8150 (continue tests): Wrap in with_test_prefix.
8151 (test_step): New procedure, factored out from duplicate top level
8152 code.
8153 (top level): Test "step" in combination with all scheduler-locking
8154 modes. Test "next" in combination with all scheduler-locking
8155 modes, and in combination with stepping over a function call or
8156 not.
8157 * gdb.threads/next-bp-other-thread.c: New file.
8158 * gdb.threads/next-bp-other-thread.exp: New file.
8159
d3d4baed
PA
81602014-10-29 Pedro Alves <palves@redhat.com>
8161
8162 PR python/17372
8163 * gdb.python/python.exp: Test a multi-line command that spawns
8164 interactive Python.
8165 * gdb.base/multi-line-starts-subshell.exp: New file.
8166
563e8d85
YQ
81672014-10-29 Yao Qi <yao@codesourcery.com>
8168
8169 * gdb.base/fileio.exp: Make directories on host.
8170
0ea4d52e
YQ
81712014-10-29 Yao Qi <yao@codesourcery.com>
8172
8173 * gdb.base/fileio.c (test_write): Close the file.
8174
7f5ef605
PA
81752014-10-28 Pedro Alves <palves@redhat.com>
8176
8177 PR gdb/12623
8178 * gdb.base/sigstep.c (no_handler): New global.
8179 (main): If 'no_handler is true, set the signal handlers to
8180 SIG_IGN.
8181 * gdb.base/sigstep.exp (breakpoint_over_handler): Add
8182 with_sw_watch and no_handler parameters. Handle them.
8183 (top level) <stepping over handler when stopped at a breakpoint
8184 test>: Add a test axis for testing with a software watchpoint, and
8185 another for testing with the signal handler set to SIG_IGN.
8186 * gdb.base/step-sw-breakpoint-adjust-pc.c: New file.
8187 * gdb.base/step-sw-breakpoint-adjust-pc.exp: New file.
8188
abbdbd03
PA
81892014-10-28 Pedro Alves <palves@redhat.com>
8190
8191 PR gdb/17511
8192 * gdb.base/sigstep.c (handler): Add a few more writes to 'done'.
8193 * gdb.base/sigstep.exp (other_handler_location): New global.
8194 (advance): Support stepping into the signal handler, and running
8195 commands while in the handler.
8196 (in_handler_map): New global.
8197 (top level): In the advance test, add combinations for getting
8198 into the handler with stepping commands, and for running commands
8199 in the handler. Add comment descripting the advancei tests.
8200
1df4399f
PA
82012014-10-28 Pedro Alves <palves@redhat.com>
8202
8203 * gdb.base/sigstep.exp: Use build_executable instead of
8204 prepare_for_testing.
8205 (top level): Move code that starts GDB, runs to main and creates a
8206 display to ...
8207 (restart): ... this new procedure.
8208 (top level): Move backtrace from signal handler test to ...
8209 (validate_backtrace): ... this new procedure.
8210 (advance, advancei): Rename parameter from 'i' to 'cmd'. Use
8211 with_test_prefix. Always restart GDB.
8212 (skip_to_handler): Rename parameter from 'i' to 'cmd'. Use
8213 with_test_prefix. Always restart GDB. No need to delete
8214 breakpoints after the test.
8215 (test_skip_handler): Remove prefix parameter.
8216 (skip_over_handler, breakpoint_to_handler)
8217 (breakpoint_to_handler_entry, breakpoint_over_handler): Rename
8218 parameter from 'i' to 'cmd'. Use with_test_prefix. Always
8219 restart GDB. No need to delete breakpoints after the test.
8220 (top level): Use foreach to call the test procedures with
8221 different commands.
8222
a5b6e449
PA
82232014-10-28 Pedro Alves <palves@redhat.com>
8224
8225 * gdb.base/sigaltstack.exp: Update to use Bugzilla bug numbers
8226 instead of GNATS numbers.
8227 * gdb.base/sigbpt.exp: Likewise.
8228 * gdb.base/siginfo.exp: Likewise.
8229 * gdb.base/sigstep.exp: Likewise.
8230
e5f8a7cc
PA
82312014-10-27 Pedro Alves <palves@redhat.com>
8232
8233 * gdb.base/sigstep.c (dummy): New global.
8234 (main): Issue a couple writes to the new global.
8235 * gdb.base/sigstep.exp (get_next_pc, test_skip_handler): New
8236 procedures.
8237 (skip_over_handler): Use test_skip_handler.
8238 (top level): Call skip_over_handler for stepi and nexti too.
8239 (breakpoint_over_handler): Use test_skip_handler.
8240 (top level): Call breakpoint_over_handler for stepi and nexti too.
8241
763905a3
YQ
82422014-10-27 Yao Qi <yao@codesourcery.com>
8243
8244 * gdb.trace/tfile.c (adjust_function_address)
8245 [__powerpc64__ && _CALL_ELF != 2]: Get function address from
8246 function descriptor.
8247
6f259a23
DB
82482014-10-24 Don Breazeal <donb@codesourcery.com>
8249
8250 * gdb.base/foll-fork.exp (test_follow_fork,
8251 catch_fork_child_follow): Check for updated fork messages emitted
8252 from infrun.c.
8253 * gdb.base/foll-vfork.exp (vfork_parent_follow_through_step,
8254 vfork_parent_follow_to_bp, vfork_and_exec_child_follow_to_main_bp,
8255 vfork_and_exec_child_follow_through_step): Check for updated vfork
8256 messages emitted from infrun.c.
8257
09dd9a69
PA
82582014-10-24 Pedro Alves <palves@redhat.com>
8259
8260 * gdb.base/corefile.exp: Remove references to ultrix.
8261 * gdb.base/interrupt.exp: Likewise.
8262 * gdb.base/whatis.exp: Likewise.
8263 * gdb.gdb/selftest.exp: Likewise.
8264 * gdb.threads/manythreads.exp: Likewise.
8265 * gdb.threads/print-threads.exp: Likewise.
8266 * gdb.threads/pthreads.exp:: Likewise.
8267 * gdb.threads/schedlock.exp: Likewise.
8268
3433cfa5
SC
82692014-10-24 Siva Chandra Reddy <sivachandra@google.com>
8270
8271 * gdb.cp/non-trivial-retval.cc: Add a test case.
8272 * gdb.cp/non-trivial-retval.exp: Add a test.
8273
092f880b
YQ
82742014-10-20 Yao Qi <yao@codesourcery.com>
8275
8276 * gdb.python/py-objfile-script-gdb.py.in: Rename it to ...
8277 * gdb.python/py-objfile-script-gdb.py: New file.
8278 * gdb.python/py-objfile-script.exp: Update reference to
8279 py-objfile-script-gdb.py.in. Use gdb_remote_donwload instead
8280 of remote_download. Remove the dest file.
8281
acbdb7f3
YQ
82822014-10-20 Yao Qi <yao@codesourcery.com>
8283
8284 * gdb.base/checkpoint.exp: Don't remove file copied on host.
8285 * gdb.base/step-line.exp: Likewise.
8286 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
8287 * gdb.dwarf2/dw2-basic.exp: Likewise.
8288 * gdb.dwarf2/dw2-compressed.exp: Likewise.
8289 * gdb.dwarf2/dw2-filename.exp: Likewise.
8290 * gdb.dwarf2/dw2-intercu.exp: Likewise.
8291 * gdb.dwarf2/dw2-intermix.exp: Likewise.
8292 * gdb.dwarf2/dw2-producer.exp: Likewise.
8293 * gdb.dwarf2/mac-fileno.exp: Likewise.
8294 * gdb.python/py-frame-args.exp: Likewise.
8295 * gdb.python/py-framefilter.exp: Likewise.
8296 * gdb.python/py-mi.exp: Likewise.
8297 * gdb.python/py-objfile-script.exp: Likewise
8298 * gdb.python/py-pp-integral.exp: Likewise.
8299 * gdb.python/py-pp-re-notag.exp: Likewise.
8300 * gdb.python/py-prettyprint.exp: Likewise.
8301 * gdb.python/py-section-script.exp: Likewise.
8302 * gdb.python/py-typeprint.exp: Likewise.
8303 * gdb.python/py-xmethods.exp: Likewise.
8304 * gdb.stabs/weird.exp: Likewise.
8305 * gdb.xml/tdesc-regs.exp: Likewise.
8306
bd286a29
KCY
83072014-10-18 Kwok Cheung Yeung <kcy@codesourcery.com>
8308
8309 * gdb.dwarf2/dw2-dir-file-name.exp (addr_len): New.
8310 (out_cu): Use addr_len for the size of addresses.
8311 (out_line): Likewise. Size DW_LNE_set_address instruction
8312 according to addr_len.
8313 * gdb.dwarf2/dw2-dir-file-name.c (START_INSNS): New.
8314 (FUNC): Add START_INSNS to definition.
8315
673dc4a0
YQ
83162014-10-18 Yao Qi <yao@codesourcery.com>
8317
8318 * gdb.base/argv0-symlink.exp: Check argv[0] value if
8319 gdb_has_argv0 return true.
8320 * gdb.guile/scm-value.exp (test_value_in_inferior): Don't
8321 check [target_info exists noargs], check [gdb_has_argv0]
8322 instead.
8323 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
8324 * lib/gdb.exp (gdb_has_argv0, gdb_has_argv0_1): New
8325 procedures.
8326
4ffbba72
DE
83272014-10-17 Doug Evans <dje@google.com>
8328
8329 * gdb.python/py-events.exp: Update expected output for clear_objfiles
8330 event.
8331 * gdb.python/py-events.py: Add clear_objfiles event.
8332
d096d8c1
DE
83332014-10-17 Doug Evans <dje@google.com>
8334
8335 * gdb.python/py-objfile.exp: Test progspace attribute.
8336
a80db015
LM
83372014-10-17 Luis Machado <lgustavo@codesourcery.com>
8338
8339 * gdb.guile/scm-breakpoint.exp: Do not assume any
8340 directory separators when matching source file paths.
8341 * gdb.python/py-breakpoint.exp: Likewise.
8342 * gdb.reverse/break-precsave.exp: Likewise.
8343 * gdb.reverse/break-reverse.exp: Likewise.
8344 * gdb.reverse/consecutive-precsave.exp: Likewise.
8345 * gdb.reverse/finish-precsave.exp: Likewise.
8346 * gdb.reverse/finish-reverse-bkpt.exp: Likewise.
8347 * gdb.reverse/finish-reverse.exp: Likewise.
8348 * gdb.reverse/i386-precsave.exp: Likewise.
8349 * gdb.reverse/i387-env-reverse.exp: Likewise.
8350 * gdb.reverse/i387-stack-reverse.exp: Likewise.
8351 * gdb.reverse/machinestate-precsave.exp: Likewise.
8352 * gdb.reverse/machinestate.exp: Likewise.
8353 * gdb.reverse/sigall-precsave.exp: Likewise.
8354 * gdb.reverse/solib-precsave.exp: Likewise.
8355 * gdb.reverse/step-precsave.exp: Likewise.
8356 * gdb.reverse/until-precsave.exp: Likewise.
8357 * gdb.reverse/watch-precsave.exp: Likewise.
8358 * gdb.reverse/watch-reverse.exp: Likewise.
8359
b22089ab
YQ
83602014-10-17 Yao Qi <yao@codesourcery.com>
8361
8362 * lib/gdb.exp (gdb_skip_xml_test): Copy trivial.xml to host.
8363 * gdb.xml/tdesc-regs.exp: Copy single-reg.xml to host.
8364
6c4486e6
PA
83652014-10-17 Pedro Alves <palves@redhat.com>
8366
8367 PR gdb/17471
8368 * gdb.base/bg-execution-repeat.c: New file.
8369 * gdb.base/bg-execution-repeat.exp: New file.
8370
0ff33695
PA
83712014-10-17 Pedro Alves <palves@redhat.com>
8372
8373 PR gdb/17300
8374 * gdb.base/continue-all-already-running.c: New file.
8375 * gdb.base/continue-all-already-running.exp: New file.
8376
6fdebc3d
PA
83772014-10-17 Pedro Alves <palves@redhat.com>
8378
8379 PR gdb/17472
8380 * gdb.base/annota-input-while-running.c: New file.
8381 * gdb.base/annota-input-while-running.exp: New file.
8382
32a8097b
PA
83832014-10-17 Pedro Alves <palves@redhat.com>
8384
8385 * gdb.base/callfuncs.exp: emove references to osf.
8386 * gdb.base/sigall.exp: Likewise.
8387 * gdb.gdb/selftest.exp: Likewise.
8388 * gdb.hp/gdb.base-hp/callfwmall.exp: Likewise.
8389 * gdb.mi/non-stop.c: Likewise.
8390 * gdb.mi/pthreads.c: Likewise.
8391 * gdb.reverse/sigall-precsave.exp: Likewise.
8392 * gdb.reverse/sigall-reverse.exp: Likewise.
8393 * gdb.threads/pthreads.c: Likewise.
8394 * gdb.threads/pthreads.exp: Likewise.
8395
7a3517ff
YQ
83962014-10-17 Yao Qi <yao@codesourcery.com>
8397
8398 * gdb.base/commands.exp (gdbvar_complex_if_while_test): Don't
8399 check 'target_info exists noargs'.
8400 (test_command_prompt_position): Likewise.
8401 (progvar_simple_if_test): Don't check 'target_info exists noargs'.
8402 Remove "set args".
8403 (progvar_simple_while_test): Likewise.
8404 (progvar_complex_if_while_test): Likewise.
8405 (if_while_breakpoint_command_test): Likewise.
8406 (infrun_breakpoint_command_test): Likewise.
8407 (breakpoint_command_test): Likewise.
8408 (watchpoint_command_test): Likewise.
8409 (bp_deleted_in_command_test): Likewise.
8410 (temporary_breakpoint_commands): Likewise.
8411
bb99c472
YQ
84122014-10-16 Yao Qi <yao@codesourcery.com>
8413
8414 * gdb.base/remotetimeout.exp: Remove noargs checking.
8415
7c16b83e
PA
84162014-10-15 Pedro Alves <palves@redhat.com>
8417
8418 PR breakpoints/9649
8419 * gdb.base/breakpoint-in-ro-region.c (main): Add more instructions.
8420 * gdb.base/breakpoint-in-ro-region.exp
8421 (probe_target_hardware_step): New procedure.
8422 (top level): Probe hardware stepping and hardware breakpoint
8423 support. Test stepping through a read-only region, with both
8424 "breakpoint auto-hw" on and off and both "always-inserted" on and
8425 off.
8426
35a49624
IB
84272014-10-15 Iain Buclaw <ibuclaw@gdcproject.org>
8428
8429 * gdb.dlang/demangle.exp: Update for demangling changes.
8430
2d1c107c
SC
84312014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8432
8433 * gdb.cp/non-trivial-retval.cc: Add new test cases.
8434 * gdb.cp/non-trivial-retval.exp: Add new tests.
8435
778811d5
SC
84362014-10-15 Siva Chandra Reddy <sivachandra@google.com>
8437
8438 PR c++/13403
8439 PR c++/15154
8440 * gdb.cp/non-trivial-retval.cc: New file.
8441 * gdb.cp/non-trivial-retval.exp: New file.
8442
10c5f0a8
YQ
84432014-10-15 Yao Qi <yao@codesourcery.com>
8444
8445 * gdb.python/py-parameter.exp: Don't match $srcdir/$subdir on
8446 remote host.
8447
65d7b369
YQ
84482014-10-15 Yao Qi <yao@codesourcery.com>
8449
8450 * gdb.python/py-symbol.exp: Match file base name if host is
8451 remote, otherwise match file name with dir name.
8452 * gdb.python/py-symtab.exp: Likewise.
8453 * gdb.python/python.exp: Likewise.
8454
46dc1394
YQ
84552014-10-15 Yao Qi <yao@codesourcery.com>
8456
8457 * gdb.python/py-symbol.exp: Remove trailing ".*" in the
8458 pattern.
8459 * gdb.python/py-symtab.exp: Likewise.
8460 * gdb.python/python.exp: Remove trailing ".*". Fix typo
8461 locationn.
8462
c40cc657
JB
84632014-10-14 Joel Brobecker <brobecker@adacore.com>
8464
8465 * gdb.ada/addr_arith: New testcase.
8466
2abf49e1
MR
84672014-10-14 Maciej W. Rozycki <macro@codesourcery.com>
8468
8469 * gdb.dwarf2/dw2-case-insensitive-debug.S: Handle 64-bit pointers.
8470 * gdb.dwarf2/dw2-case-insensitive.exp: Update accordingly.
8471 * gdb.dwarf2/dw2-skip-prologue.S: Handle 64-bit pointers.
8472 * gdb.dwarf2/dw2-skip-prologue.exp: Update accordingly.
8473
f7088df3
SDJ
84742014-10-14 Sergio Durigan Junior <sergiodj@redhat.com>
8475
8476 * gdb.arch/stap-eval-lang-ada.S: Likewise.
8477 * gdb.arch/stap-eval-lang-ada.c: Likewise.
8478 * gdb.arch/stap-eval-lang-ada.exp: New file.
8479
4dc06805
YQ
84802014-10-14 Yao Qi <yao@codesourcery.com>
8481
8482 * gdb.mi/mi-var-child.c (nothing1): New function.
8483 (nothing2): New function.
8484 (do_children_tests): Set function pointers by nothing1 and
8485 nothing2.
8486 * gdb.mi/mi-var-child.exp: Step over new added statements.
8487 Update test to match the new output.
8488 * gdb.mi/var-cmd.c (nothing1): New function.
8489 (nothing2): New function.
8490 (do_children_tests): Set function pointers by nothing1 and
8491 nothing2.
8492 * gdb.mi/mi-var-display.exp: Update test to match output.
8493 Step to the line specified by $line_dct_nothing.
8494 Increase the number of lines to step.
8495
46a93de2
YQ
84962014-10-14 Yao Qi <yao@codesourcery.com>
8497
8498 * gdb.mi/mi-var-child.exp: Use mi_varobj_update to simplify
8499 tests.
8500 * gdb.mi/mi2-var-child.exp: Likewise.
8501
14ea52ee
DE
85022014-10-13 Doug Evans <dje@google.com>
8503
8504 * gdb.python/py-objfile.exp: Change name of file name test.
8505
e5c6e92b
DE
85062014-10-13 Doug Evans <dje@google.com>
8507
8508 * gdb.dwarf2/dw2-op-out-param.S: Make DW_FORM_ref4 values be the offset
8509 from the start of the CU.
8510
c780cc2f
JK
85112014-10-13 Jan Kratochvil <jan.kratochvil@redhat.com>
8512 Yao Qi <yao@codesourcery.com>
8513
8514 Fix "save breakpoints" for "catch" command.
8515 * gdb.base/catch-signal.exp: Add gdb_breakpoint "main".
8516 Remove -nonewline. Match also the added "main" line.
8517
99894e11
JK
85182014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8519
8520 Fix "save breakpoints" for "disable $bpnum" command.
8521 * gdb.base/save-bp.c (main): Add label.
8522 * gdb.base/save-bp.exp: Add 8th disabled breakpoint. Match it.
8523
6e1ac5a3
JK
85242014-10-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8525
8526 * gdb.base/save-bp.exp (info break): Use gdb_test_sequence.
8527
754dd2b0
YQ
85282014-10-11 Yao Qi <yao@codesourcery.com>
8529
8530 * gdb.server/server-kill.exp: Execute command
8531 "set remote trace-status-packet on" before "tstatus".
8532
f90183d7
YQ
85332014-10-11 Yao Qi <yao@codesourcery.com>
8534
8535 * gdb.server/server-kill.c: Include sys/types.h and unistd.h.
8536 (main): Call getppid.
8537 * gdb.server/server-kill.exp: Set breakpoint on line "i = 0;"
8538 and continue to it. Read variable "server_pid".
8539
bf40a607
YQ
85402014-10-11 Yao Qi <yao@codesourcery.com>
8541
8542 * gdb.server/server-kill.exp: Remove "delete_breakpoints".
8543
052ca370
YQ
85442014-10-11 Yao Qi <yao@codesourcery.com>
8545
8546 * gdb.threads/thread-find.exp: Don't execute command
8547 "info threads".
8548 * gdb.threads/attach-into-signal.exp (corefunc): Likewise.
8549 * gdb.threads/linux-dp.exp: Don't check the condition
8550 $threads_created equals to zero.
8551
3831839c
PA
85522014-10-10 Pedro Alves <palves@redhat.com>
8553
8554 * gdb.base/bigcore.exp: Remove references to IRIX.
8555 * gdb.base/funcargs.exp: Likewise.
8556 * gdb.base/interrupt.exp: Likewise.
8557 * gdb.base/mips_pro.exp: Likewise.
8558 * gdb.base/nodebug.exp: Likewise.
8559 * gdb.base/setvar.exp: Likewise.
8560 * lib/gdb.exp (gdb_compile_shlib): Remove mips-sgi-irix* case.
8561
8b9a549d
PA
85622014-10-10 Jan Kratochvil <jan.kratochvil@redhat.com>
8563 Pedro Alves <palves@redhat.com>
8564
8565 PR symtab/14466
8566 * gdb.base/vdso-warning.c: New file.
8567 * gdb.base/vdso-warning.exp: New file.
8568
d48ba5e8
DE
85692014-10-02 Doug Evans <dje@google.com>
8570
8571 * gdb.base/structs.c (main): Don't run forever.
8572
2278c276
PA
85732014-10-02 Pedro Alves <palves@redhat.com>
8574
8575 * gdb.threads/manythreads.exp (interrupt_and_wait): New procedure.
8576 (top level) <stop threads 1, stop threads 2>: Use it.
8577
b57bacec
PA
85782014-10-02 Pedro Alves <palves@redhat.com>
8579
8580 * gdb.threads/break-while-running.exp (test): Add new
8581 'update_thread_list' argument. Skip "info threads" if false.
8582 (top level): Add new 'update_thread_list' axis.
8583
13fd3ff3
PA
85842014-10-02 Pedro Alves <palves@redhat.com>
8585
8586 PR breakpoints/17431
8587 * gdb.base/execl-update-breakpoints.c: New file.
8588 * gdb.base/execl-update-breakpoints.exp: New file.
8589
0fec99e8
PA
85902014-10-01 Pedro Alves <palves@redhat.com>
8591
8592 * gdb.base/breakpoint-in-ro-region.c: New file.
8593 * gdb.base/breakpoint-in-ro-region.exp: New file.
8594
2ddf4301
SM
85952014-10-01 Simon Marchi <simon.marchi@ericsson.com>
8596
8597 * gdb.mi/mi-exit-code.exp: New file.
8598 * gdb.mi/mi-exit-code.c: New file.
8599
6a5f3f43
YQ
86002014-09-30 Yao Qi <yao@codesourcery.com>
8601
8602 * lib/prelink-support.exp (build_executable_own_libs): Error if
8603 the target isn't native.
8604
345bcc73
YQ
86052014-09-30 Yao Qi <yao@codesourcery.com>
8606
8607 * gdb.threads/dlopen-libpthread.exp: Skip it if isnative is
8608 false.
8609
a25a5a45
PA
86102014-09-22 Pedro Alves <palves@redhat.com>
8611
8612 * gdb.threads/break-while-running.exp: New file.
8613 * gdb.threads/break-while-running.c: New file.
8614
00ba3162
YQ
86152014-09-19 Yao Qi <yao@codesourcery.com>
8616
8617 * gdb.dwarf2/dw2-var-zero-addr.exp: Move test into new proc test.
8618 Invoke test. Restart GDB with --readnow and invoke test again.
8619
c3b7b696
YQ
86202014-09-19 Yao Qi <yao@codesourcery.com>
8621
8622 * gdb.base/break-on-linker-gcd-function.exp: Move test into new
8623 proc set_breakpoint_on_gcd_function. Invoke
8624 set_breakpoint_on_gcd_function. Restart GDB with --readnow and
8625 invoke set_breakpoint_on_gcd_function again.
8626
2b4fd423
DE
86272014-09-18 Doug Evans <dje@google.com>
8628
8629 * gdb.dwarf2/symtab-producer.exp: New file.
8630
a5947601
SDJ
86312014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8632
8633 * gdb.base/global-var-nested-by-dso-solib1.c: New file.
8634 * gdb.base/global-var-nested-by-dso-solib2.c: Likewise.
8635 * gdb.base/global-var-nested-by-dso.c: Likewise.
8636 * gdb.base/global-var-nested-by-dso.exp: Likewise.
8637
91c19059
SDJ
86382014-09-16 Sergio Durigan Junior <sergiodj@redhat.com>
8639 Pedro Alves <palves@redhat.com>
8640
8641 * gdb.base/watch-bitfields.exp: Pass string other than test file
8642 name to prepare_for_testing.
8643 (watch): New procedure.
8644 (expect_watchpoint): Use with_test_prefix.
8645 (top level): Factor out tests to ...
8646 (test_watch_location, test_regular_watch): ... these new
8647 procedures, and use with_test_prefix and gdb_continue_to_end.
8648
bb9d5f81
PP
86492014-09-16 Patrick Palka <patrick@parcs.ath.cx>
8650
8651 PR breakpoints/12526
8652 * gdb.base/watch-bitfields.exp: New file.
8653 * gdb.base/watch-bitfields.c: New file.
8654
635856f5
PA
86552014-09-16 Pedro Alves <palves@redhat.com>
8656
8657 * gdb.base/watchpoint-stops-at-right-insn.exp (test): Compare
8658 software and hardware addresses, not software address against
8659 itself.
8660
7280ceea
PA
86612014-09-16 Pedro Alves <palves@redhat.com>
8662
8663 * gdb.base/watchpoint-stops-at-right-insn.c: New file.
8664 * gdb.base/watchpoint-stops-at-right-insn.exp: New file.
8665
428b16bd
PA
86662014-09-16 Pedro Alves <palves@redhat.com>
8667
8668 * config/vx.exp, config/vxworks.exp, config/vxworks29k.exp: Delete
8669 files.
8670 * gdb.base/a2-run.exp: Remove all code guarded by istarget
8671 "*-*-vxworks*" throughout.
8672 * gdb.base/break.exp: Likewise.
8673 * gdb.base/default.exp: Likewise.
8674 * gdb.base/scope.exp: Likewise.
8675 * gdb.base/sepdebug.exp: Likewise.
8676 * gdb.base/break.c: Remove all code guarded by #ifdef vxworks
8677 throughout.
8678 * gdb.base/run.c: Likewise.
8679 * gdb.base/sepdebug.c: Likewise.
8680 * gdb.hp/gdb.aCC/run.c: Likewise.
8681 * gdb.reverse/until-reverse.c: Likewise.
8682 * lib/gdb.exp (gdb_compile): Remove is_vxworks branch.
8683
666d413c
YQ
86842014-09-16 Yao Qi <yao@codesourcery.com>
8685
8686 * boards/local-remote-host-native.exp: New file.
8687
57cbd724
DE
86882014-09-14 Doug Evans <xdje42@gmail.com>
8689
8690 * gdb.threads/queue-signal.c (thread_count): New variable.
8691 (thread_count_mutex, thread_count_condvar): New variables.
8692 (incr_thread_count, wait_all_threads_running): New functions.
8693 (main): Wait for all threads to be in their thread functions.
8694
81219e53
DE
86952014-09-13 Doug Evans <xdje42@gmail.com>
8696
8697 * gdb.threads/queue-signal.c: New file.
8698 * gdb.threads/queue-signal.exp: New file.
8699
3714cea7
DE
87002014-09-13 Doug Evans <xdje42@gmail.com>
8701
8702 * lib/gdb.exp (gdb_prompt): Add comment and change initial value to
8703 be consistent with what default_gdb_init uses.
8704 (with_gdb_prompt): Change form of PROMPT argument from a regexp to
8705 the plain text of the prompt. Add some logging printfs.
8706 * gdb.perf/disassemble.exp: Update call to with_gdb_prompt.
8707
fa43b1d7
PA
87082014-09-12 Pedro Alves <palves@redhat.com>
8709
8710 * gdb.arch/gdb1558.exp: Replace uses of gdb_expect after
8711 gdb_run_cmd with gdb_test_multiple or gdb_test throughout.
8712 * gdb.arch/i386-size-overlap.exp: Likewise.
8713 * gdb.arch/i386-size.exp: Likewise.
8714 * gdb.arch/i386-unwind.exp: Likewise.
8715 * gdb.base/a2-run.exp: Likewise.
8716 * gdb.base/break.exp: Likewise.
8717 * gdb.base/charset.exp: Likewise.
8718 * gdb.base/chng-syms.exp: Likewise.
8719 * gdb.base/commands.exp: Likewise.
8720 * gdb.base/dbx.exp: Likewise.
8721 * gdb.base/find.exp: Likewise.
8722 * gdb.base/funcargs.exp: Likewise.
8723 * gdb.base/jit-simple.exp: Likewise.
8724 * gdb.base/reread.exp: Likewise.
8725 * gdb.base/sepdebug.exp: Likewise.
8726 * gdb.base/step-bt.exp: Likewise.
8727 * gdb.cp/mb-inline.exp: Likewise.
8728 * gdb.cp/mb-templates.exp: Likewise.
8729 * gdb.objc/basicclass.exp: Likewise.
8730 * gdb.threads/killed.exp: Likewise.
8731
9d9bf2df
EBM
87322014-09-12 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
8733
8734 PR tdep/17379
8735 * gdb.arch/powerpc-stackless.S: New file.
8736 * gdb.arch/powerpc-stackless.exp: New file.
8737
1cf2f1b0
JK
87382014-09-12 Jan Kratochvil <jan.kratochvil@redhat.com>
8739
8740 * gdb.base/attach.c: Include unistd.h.
8741 (main): Call alarm. Add label postloop.
8742 * gdb.base/attach.exp (do_attach_tests): Use gdb_get_line_number,
8743 gdb_breakpoint, gdb_continue_to_breakpoint.
8744 (test_command_line_attach_run): Kill ${testpid} in one exit path.
8745
98880d46
PA
87462014-09-11 Pedro Alves <palves@redhat.com>
8747
8748 PR gdb/17347
8749 * lib/gdb.exp (gdb_spawn_with_cmdline_opts): New procedure.
8750 * gdb.base/attach.exp (test_command_line_attach_run): New
8751 procedure.
8752 (top level): Call it.
8753
4c92ff2c
PA
87542014-09-11 Pedro Alves <palves@redhat.com>
8755
8756 * lib/gdb.exp (spawn_wait_for_attach): New procedure.
8757 * gdb.base/attach.exp (do_attach_tests, do_call_attach_tests)
8758 (do_command_attach_tests): Use spawn_wait_for_attach.
8759 * gdb.base/solib-overlap.exp: Likewise.
8760 * gdb.multi/multi-attach.exp: Likewise.
8761 * gdb.python/py-prompt.exp: Likewise.
8762 * gdb.python/py-sync-interp.exp: Likewise.
8763 * gdb.server/ext-attach.exp: Likewise.
8764
3adc1a7d
GKB
87652014-09-11 Gabriel Krisman Bertazi <gabriel@krisman.be>
8766
8767 * gdb.fortran/array-element.exp: Remove unexpected "continue"
8768 command in testcase. Simplify testcase.
8769
96334934
JB
87702014-09-10 Joel Brobecker <brobecker@adacore.com>
8771
8772 * gdb.dwarf2/dynarr-ptr.exp: Add a few ptype tests.
8773
eb479039
JB
87742014-09-10 Joel Brobecker <brobecker@adacore.com>
8775
8776 * gdb.dwarf2/dynarr-ptr.exp: Add 'first, 'last and 'length tests.
8777
deede10c
JB
87782014-09-10 Joel Brobecker <brobecker@adacore.com>
8779
8780 * gdb.dwarf2/dynarr-ptr.exp: Add subscripting tests.
8781
7828a5f5
JB
87822014-09-10 Joel Brobecker <brobecker@adacore.com>
8783
8784 * gdb.dwarf2/dynarr-ptr.c: New file.
8785 * gdb.dwarf2/dynarr-ptr.exp: New file.
8786
33aeebcf
MR
87872014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8788
8789 * gdb.base/watchpoint-solib.exp: Increase the timeout by a factor
8790 of 30 rather than hardcoding 120 for a slow test case. Take the
8791 `gdb,timeout' target setting into account for this calculation.
8792 Don't extend the timeout for the test cases that don't need it.
8793
7b415901
MR
87942014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8795
8796 * gdb.reverse/sigall-reverse.exp: Increase the timeout by
8797 a factor of 2 for a slow test case. Take the `gdb,timeout'
8798 target setting into account for this calculation.
8799 * gdb.reverse/until-precsave.exp: Increase the timeout by
8800 a factor of 15 and 3 respectively rather than adding 120
8801 for a pair of slow test cases. Take the `gdb,timeout'
8802 target setting into account for this calculation.
8803
4a40f85a
MR
88042014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8805
8806 * lib/gdb.exp (gdb_test_multiple): Remove code to select the
8807 timeout, don't pass one down to gdb_expect.
8808 (gdb_expect): Rework timeout selection.
8809
09635af7
MR
88102014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8811
8812 * lib/gdbserver-support.exp (gdbserver_start): Throw an error
8813 exception on timeout.
8814 (gdbserver_run): Catch any `gdbserver_spawn' error exceptions.
8815 (gdbserver_start_extended): Catch any `gdbserver_start' error
8816 exceptions.
8817 (gdbserver_start_multi, mi_gdbserver_start_multi): Likewise.
8818 * lib/mi-support.exp (mi_gdb_target_load): Catch any
8819 `gdbserver_gdb_load' error exceptions.
8820
2bdd10b7
MR
88212014-09-09 Maciej W. Rozycki <macro@codesourcery.com>
8822
8823 * lib/gdbserver-support.exp (gdbserver_start): Set timeout to
8824 120 on waiting for the TCP socket to open.
8825
316935f0
DE
88262014-09-09 Doug Evans <xdje42@gmail.com>
8827
8828 * gdb.base/default.exp (show_conv_list): Add _caller_is,
8829 _caller_matches, _any_caller_is, _any_caller_matches.
8830
83740597
DE
88312014-09-09 Doug Evans <xdje42@gmail.com>
8832
8833 * gdb.guile/scm-error.exp: Handle guile 2.2 backtrace output.
8834
4c122fc3
YQ
88352014-09-09 Yao Qi <yao@codesourcery.com>
8836
8837 * gdb.mi/mi-var-display.exp: Set print symbol off.
8838
a9f116cb
GKB
88392014-09-07 Gabriel Krisman Bertazi <gabriel@krisman.be>
8840
8841 PR gdb/17035
8842 * gdb.base/commands.exp: Add tests to verify user-defined
8843 commands with empty bodies.
8844 * gdb.python/py-cmd.exp: Test that we don't show user-defined
8845 python commands in `show user command`.
8846 * gdb.python/scm-cmd.exp: Test that we don't show user-defined
8847 scheme commands in `show user command`.
8848
c75bd3a2
JK
88492014-09-07 Jan Kratochvil <jan.kratochvil@redhat.com>
8850
8851 PR python/17355
8852 * gdb.python/amd64-py-framefilter-invalidarg.S: New file.
8853 * gdb.python/py-framefilter-invalidarg-gdb.py.in: New file.
8854 * gdb.python/py-framefilter-invalidarg.exp: New file.
8855 * gdb.python/py-framefilter-invalidarg.py: New file.
8856
faa42425
DE
88572014-09-06 Doug Evans <xdje42@gmail.com>
8858
8859 PR 15276
8860 * gdb.python/py-caller-is.c: New file.
8861 * gdb.python/py-caller-is.exp: New file.
8862
474ca4f6
SDJ
88632014-09-05 Sergio Durigan Junior <sergiodj@redhat.com>
8864
8865 PR gdb/17235
8866 * gdb.arch/amd64-stap-wrong-subexp.exp: New file.
8867 * gdb.arch/amd64-stap-wrong-subexp.S: Likewise.
8868
eb0b0463
SDJ
88692014-09-04 Sergio Durigan Junior <sergiodj@redhat.com>
8870
8871 PR fortran/17237
8872 * gdb.fortran/print-formatted.exp: New file.
8873 * gdb.fortran/print-formatted.f90: Likewise.
8874
5f3b99cf
SS
88752014-09-03 Sasha Smundak <asmundak@google.com>
8876
8877 * gdb.python/py-frame.exp: Test Frame.read_register.
8878
7d793aa9
SDJ
88792014-09-03 Sergio Durigan Junior <sergiodj@redhat.com>
8880
8881 PR python/16699
8882 * gdb.python/py-completion.exp: New file.
8883 * gdb.python/py-completion.py: Likewise.
8884
fb0576e9
DE
88852014-08-28 Doug Evans <dje@google.com>
8886
8887 * gdb.arch/amd64-pseudo.c (main): Rewrite to better specify when
8888 eax,etc. are live with values set by gdb and thus the compiler can't
8889 use them.
8890 * gdb.arch/i386-pseudo.c (main): Ditto.
8891
ee92b0dd
DE
88922014-08-27 Doug Evans <dje@google.com>
8893
8894 * lib/gdb.exp (gdb_compile_shlib): Add support for clang.
8895
6649db35
DE
88962014-08-25 Doug Evans <dje@google.com>
8897
8898 * gdb.mi/basics.c (callee3, callee2, callee1): Specify result type.
8899 (main): Ditto.
8900
564b7600
DE
89012014-08-25 Doug Evans <dje@google.com>
8902
8903 * gdb.threads/thread-execl.exp: #include <stdio.h>.
8904
3881fb67
YQ
89052014-08-24 Yao Qi <yao@codesourcery.com>
8906
8907 * gdb.guile/scm-value.exp (test_lazy_strings): Set print
8908 symbol off.
8909 * gdb.python/py-value.exp (test_lazy_strings): Likewise.
8910
a05a36a5
DE
89112014-08-22 Doug Evans <dje@google.com>
8912
8913 PR 17276
8914 * gdb.dwarf2/dw2-single-line-discriminators.S: New file.
8915 * gdb.dwarf2/dw2-single-line-discriminators.c: New file.
8916 * gdb.dwarf2/dw2-single-line-discriminators.exp: New file.
8917
7c343b48
YQ
89182014-08-22 Yao Qi <yao@codesourcery.com>
8919
8920 * gdb.python/py-finish-breakpoint.exp: Copy .py file to host.
8921 * gdb.python/py-finish-breakpoint2.exp: Likewise.
8922 * gdb.python/python.exp: Likewise. Use .py file on the host
8923 instead of the build.
8924
22fd09ae
JK
89252014-08-21 Jan Kratochvil <jan.kratochvil@redhat.com>
8926
8927 * gdb.threads/gcore-stale-thread.c: New file.
8928 * gdb.threads/gcore-stale-thread.exp: New file.
8929
a8454a7c
PA
89302014-08-21 Pedro Alves <palves@redhat.com>
8931
8932 * gdb.base/gcore-buffer-overflow.exp: Remove "help gcore" test.
8933 * gdb.base/gcore-relro-pie.exp: Likewise.
8934 * gdb.base/gcore-relro.exp: Likewise.
8935 * gdb.base/gcore.exp: Likewise.
8936 * gdb.base/print-symbol-loading.exp: Likewise.
8937 * gdb.threads/gcore-thread.exp: Likewise.
8938 * lib/gdb.exp (gdb_gcore_cmd): Don't expect "Undefined command".
8939
2a31c623
PA
89402014-08-20 Pedro Alves <palves@redhat.com>
8941 Jan Kratochvil <jan.kratochvil@redhat.com>
8942
8943 * Makefile.in (EXTRA_RULES, CC): New variables, get from
8944 configure.
8945 (EXPECT): Handle READ1 being set.
8946 (all): Depend on EXTRA_RULES.
8947 (check-read1, expect-read1, read1.so, read1): New rules.
8948 * README (Testsuite Parameters): Document the READ1 make variable.
8949 (Race detection): New section.
8950 * configure: Regenerate.
8951 * configure.ac: If build==host==target, and running under a
8952 GNU/glibc system, add read1 to the extra Makefile rules.
8953 (EXTRA_RULES): AC_SUBST it.
8954 * lib/read1.c: New file.
8955
d36430db
JB
89562014-08-20 Joel Brobecker <brobecker@adacore.com>
8957
8958 * gdb.dwarf2/data-loc.exp: Add additional tests exercising
8959 the handling of variables declared as a typedef to an array
8960 which a DW_AT_data_location attribute.
8961
9a0dc9e3
PA
89622014-08-19 Andrew Burgess <aburgess@broadcom.com>
8963 Pedro Alves <palves@redhat.com>
8964
8965 PR symtab/14604
8966 PR symtab/14605
8967 * gdb.dwarf2/dw2-op-out-param.exp: Remove kfail branches and use
8968 gdb_test.
8969
0718a8da
PA
89702014-08-19 Pedro Alves <palves@redhat.com>
8971
8972 * gdb.base/watchpoint-hw-hit-once.c (main): Update comment.
8973
13b448cd
YQ
89742014-08-19 Yao Qi <yao@codesourcery.com>
8975
8976 * gdb.base/watchpoint-hw-hit-once.exp: Set breakpoint on the
8977 right line.
8978
1cbf5077
DB
89792014-08-18 David Blaikie <dblaikie@gmail.com>
8980
8981 * boards/fission.exp: Explicitly pass -ggnu-pubnames for clang.
8982
bf0fae19
JB
89832014-08-18 Joel Brobecker <brobecker@adacore.com>
8984
8985 * gdb.dwarf2/data-loc.exp: Remove second DW_AT_upper bound
8986 attribute in array range.
8987
3c8c5dcc
JB
89882014-08-18 Joel Brobecker <brobecker@adacore.com>
8989
8990 * gdb.dwarf2/data-loc.c, gdb.dwarf2/data-loc.exp: New files.
8991
e66d4446
SC
89922014-08-15 Siva Chandra Reddy <sivachandra@google.com>
8993
8994 PR c++/17132
8995 * gdb.cp/pr17132.cc: New file.
8996 * gdb.cp/pr17132.exp: New file.
8997
940df408
SC
89982014-08-15 Siva Chandra Reddy <sivachandra@google.com>
8999
9000 * gdb.python/py-xmethods.py (A_getarrayind)
9001 (E_method_char_worker.__call__, E_method_int_worker.__call__):
9002 Use 'print' with function call syntax.
9003 (E_method_matcher.match): Fix tab vs space indentation mixup.
9004
ebcc6c3a
YQ
90052014-08-15 Yao Qi <yao@codesourcery.com>
9006
9007 * gdb.trace/tfile.exp: Return -1 if generate_tracefile returns
9008 false.
9009
775e0f04
YQ
90102014-08-15 Yao Qi <yao@codesourcery.com>
9011
9012 * gdb.cp/casts.exp: Set print symbol off.
9013 * gdb.cp/class2.exp: Likewise.
9014 * gdb.cp/overload.exp: Likewise.
9015 * gdb.cp/templates.exp: Likewise.
9016
d769e349
DE
90172014-08-11 Doug Evans <dje@google.com>
9018
9019 * gdb.base/print-symbol-loading.exp (test_load_core): Update.
9020 (test_load_shlib): Update.
9021
20c6f1e1
YQ
90222014-08-09 Yao Qi <yao@codesourcery.com>
9023
9024 * gdb.base/display.exp: Invoke is_address_zero_readable.
9025 * gdb.guile/scm-value.exp (test_value_in_inferior): Likewise.
9026 * gdb.python/py-value.exp (test_value_in_inferior): Likewise.
9027 * gdb.base/hbreak-unmapped.exp: Return if
9028 is_address_zero_readable returns true.
9029 * gdb.base/signest.exp: Likewise.
9030 * gdb.base/signull.exp: Likewise.
9031 * gdb.base/sigbpt.exp: Likewise.
9032 * gdb.guile/scm-disasm.exp: Do the test if
9033 is_address_zero_readable returns false.
9034 * gdb.guile/scm-pretty-print.exp (run_lang_tests): Likewise.
9035 * gdb.python/py-arch.exp: Likewise.
9036 * gdb.python/py-prettyprint.exp (run_lang_tests): Likewise.
9037 * lib/gdb.exp (is_address_zero_readable): New proc.
9038
5792e8e3
YQ
90392014-08-09 Yao Qi <yao@codesourcery.com>
9040
9041 PR testsuite/13443
9042 * gdb.mi/mi-var-display.exp: Make test messages unique.
9043
3cecbbbe
TT
90442014-08-04 Tom Tromey <tromey@redhat.com>
9045
9046 * gdb.base/sss-bp-on-user-bp-2.exp: Expect output from "set debug
9047 target 0".
9048
00b51ff5
TT
90492014-08-04 Tom Tromey <tromey@redhat.com>
9050
9051 * gdb.base/sss-bp-on-user-bp-2.exp: Match "to_resume", not
9052 "target_resume".
9053
6908c509
JB
90542014-08-01 Joel Brobecker <brobecker@adacore.com>
9055
9056 * gdb.base/vla-datatypes.c (vla_factory): Add new variable
9057 inner_vla_struct_object_size.
9058 * gdb.base/vla-datatypes.exp: Adjust last test, and mark it
9059 as xfail.
9060
cc6563d2
PA
90612014-07-30 Pedro Alves <palves@redhat.com>
9062
9063 * gdb.threads/signal-command-handle-nopass.exp (test): Add
9064 comment.
9065
7e09a223
YQ
90662014-07-29 Yao Qi <yao@codesourcery.com>
9067
9068 PR gdb/17206
9069 * gdb.base/until-nodebug.exp: New.
9070
7ebdbe92
DE
90712014-07-28 Doug Evans <xdje42@gmail.com>
9072
9073 PR guile/17203
9074 * gdb.guile/scm-parameter.exp: Add tests for trying to create
9075 previously existing parameter, and previously ambiguously spelled
9076 parameter.
9077
fdb1adc6
WN
90782014-07-28 Will Newton <will.newton@linaro.org>
9079
9080 * gdb.base/varargs.exp: Remove KFAILs for ARM.
9081
186fcde0
DE
90822014-07-26 Ludovic Courtès <ludo@gnu.org>
9083 Doug Evans <xdje42@gmail.com>
9084
9085 PR guile/17146
9086 * gdb.guile/types-module.exp: Add tests for wrong type arguments.
9087
70509625
PA
90882014-07-25 Pedro Alves <palves@redhat.com>
9089
9090 * gdb.threads/signal-command-handle-nopass.c: New file.
9091 * gdb.threads/signal-command-handle-nopass.exp: New file.
9092 * gdb.threads/signal-command-multiple-signals-pending.c: New file.
9093 * gdb.threads/signal-command-multiple-signals-pending.exp: New file.
9094 * gdb.threads/signal-delivered-right-thread.c: New file.
9095 * gdb.threads/signal-delivered-right-thread.exp: New file.
9096
c3f814a1
PA
90972014-07-25 Pedro Alves <palves@redhat.com>
9098
9099 * gdb.base/double-prompt-target-event-error.exp
9100 (cancel_pagination_in_target_event): Remove '-notransfer <return>'
9101 match.
9102 (cancel_pagination_in_target_event): Rework double prompt
9103 detection.
9104 * gdb.base/paginate-after-ctrl-c-running.exp
9105 (test_ctrlc_while_target_running_paginates): Remove '-notransfer
9106 <return>' match.
9107 * gdb.base/paginate-bg-execution.exp
9108 (test_bg_execution_pagination_return)
9109 (test_bg_execution_pagination_cancel): Remove '-notransfer
9110 <return>' matches.
9111 * gdb.base/paginate-execution-startup.exp
9112 (test_fg_execution_pagination_return)
9113 (test_fg_execution_pagination_cancel): Remove '-notransfer
9114 <return>' matches.
9115 * gdb.base/paginate-inferior-exit.exp
9116 (test_paginate_inferior_exited): Remove '-notransfer <return>'
9117 match.
9118 * lib/gdb-utils.exp (string_to_regexp): Move here from lib/gdb.exp.
9119 * lib/gdb.exp (pagination_prompt): Run text through
9120 string_to_regexp.
9121 (gdb_test_multiple): Match $pagination_prompt instead of
9122 "<return>".
9123 (string_to_regexp): Move to lib/gdb-utils.exp.
9124
e214cf6c
JK
91252014-07-22 Jan Kratochvil <jan.kratochvil@redhat.com>
9126
9127 * gdb.arch/amd64-entry-value-paramref.S: New file.
9128 * gdb.arch/amd64-entry-value-paramref.cc: New file.
9129 * gdb.arch/amd64-entry-value-paramref.exp: New file.
9130 * gdb.arch/amd64-optimout-repeat.S: New file.
9131 * gdb.arch/amd64-optimout-repeat.c: New file.
9132 * gdb.arch/amd64-optimout-repeat.exp: New file.
9133
17d0c5c8
JK
91342014-07-17 Jan Kratochvil <jan.kratochvil@redhat.com>
9135
9136 PR gdb/17170
9137 * gdb.base/statistics.exp: New file.
9138
b8b8facf
DE
91392014-07-17 Doug Evans <dje@google.com>
9140
74b49205 9141 PR gdb/17170
b8b8facf
DE
9142 * gdb.base/maint.exp: Update testing of per-command stats.
9143
1b5d0ab3
PA
91442014-07-16 Pedro Alves <palves@redhat.com>
9145
9146 * gdb.trace/tfile.c: Include unistd.h and stdint.h.
9147 (start_trace_file): Guard S_IRGRP and S_IROTH uses behind #ifdef.
9148 (tfile_write_64, tfile_write_16, tfile_write_8, tfile_write_addr)
9149 (tfile_write_buf): New functions.
9150 (add_memory_block): Rewrite using the above.
9151 (adjust_function_address): New function.
9152 (FUNCTION_ADDRESS): New macro.
9153 (write_basic_trace_file): Remove short_x local, and use
9154 tfile_write_16. Change type of func_addr local to unsigned long
9155 long. Use FUNCTION_ADDRESS instead of handling the Thumb bit
9156 here. Cast argument of add_memory_block to char pointer.
9157 (write_error_trace_file): Avoid alloca. Use FUNCTION_ADDRESS.
9158 (main): Remove parameters.
9159 * gdb.trace/tfile.exp: Remove nowarnings.
9160
4d974e88
SM
91612014-07-15 Simon Marchi <simon.marchi@ericsson.com>
9162
9163 * gdb.base/debug-expr.exp: Test string evaluation with
9164 "debug expression" on.
9165
41e99568
PA
91662014-07-15 Pedro Alves <palves@redhat.com>
9167
9168 * gdb.base/reread.exp: Use clean_restart.
9169
487d9753
PL
91702014-07-15 Pierre Langlois <pierre.langlois@embecosm.com>
9171
9172 * gdb.arch/avr-flash-qualifer.c: New.
9173 * gdb.arch/avr-flash-qualifer.exp: New.
9174
cc1c52ad
PA
91752014-07-14 Pedro Alves <palves@redhat.com>
9176
9177 * gdb.base/paginate-after-ctrl-c-running.c: New file.
9178 * gdb.base/paginate-after-ctrl-c-running.exp: New file.
9179
1e973570
PA
91802014-07-14 Pedro Alves <palves@redhat.com>
9181
9182 * gdb.base/double-prompt-target-event-error.c: New file.
9183 * gdb.base/double-prompt-target-event-error.exp: New file.
9184
93d6eb10
PA
91852014-07-14 Pedro Alves <palves@redhat.com>
9186
9187 PR gdb/17072
9188 * gdb.base/paginate-inferior-exit.c: New file.
9189 * gdb.base/paginate-inferior-exit.exp: New file.
9190
0017922d
PA
91912014-07-14 Pedro Alves <palves@redhat.com>
9192
9193 PR gdb/17072
9194 * gdb.base/paginate-bg-execution.c: New file.
9195 * gdb.base/paginate-bg-execution.exp: New file.
9196
94696ad3
PA
91972014-07-14 Pedro Alves <palves@redhat.com>
9198
9199 PR gdb/17072
9200 * gdb.base/paginate-execution-startup.c: New file.
9201 * gdb.base/paginate-execution-startup.exp: New file.
9202 * lib/gdb.exp (pagination_prompt): New global.
9203 (default_gdb_spawn): New procedure, factored out from
9204 default_gdb_spawn.
9205 (default_gdb_start): Adjust to call default_gdb_spawn.
9206 (gdb_spawn): New procedure.
9207
bd293940
PA
92082014-07-14 Pedro Alves <palves@redhat.com>
9209
9210 * lib/gdb.exp (gdb_assert): New procedure.
9211 * gdb.trace/backtrace.exp (gdb_backtrace_tdp_4): Use it.
9212
c933f875
PA
92132014-07-14 Pedro Alves <palves@redhat.com>
9214
9215 * gdb.base/execution-termios.c: New file.
9216 * gdb.base/execution-termios.exp: New file.
9217
d98b7a16
TT
92182014-07-14 Tom Tromey <tromey@redhat.com>
9219
9220 * gdb.cp/vla-cxx.cc: New file.
9221 * gdb.cp/vla-cxx.exp: New file.
9222
548740d6
TT
92232014-07-14 Tom Tromey <tromey@redhat.com>
9224
9225 * gdb.reverse/rerun-prec.c: New file.
9226 * gdb.reverse/rerun-prec.exp: New file.
9227
a25eb028
MR
92282014-07-12 Maciej W. Rozycki <macro@mips.com>
9229 Maciej W. Rozycki <macro@codesourcery.com>
9230
9231 * lib/gdb-utils.exp: New file.
9232 * lib/gdb.exp (gdb_run_cmd): Call gdb_init_commands, replacing
9233 inline `gdb_init_command' processing.
9234 (gdb_start_cmd): Likewise.
9235 * lib/mi-support.exp (mi_run_cmd): Likewise.
9236 * README: Document `gdb_init_command' and `gdb_init_commands'.
9237
218c2655
JK
92382014-07-11 Jan Kratochvil <jan.kratochvil@redhat.com>
9239
9240 Fix false FAIL running under a very long directory name.
9241 * gdb.base/argv0-symlink.exp: Add "set print repeats 10000"
9242 and "set print elements 10000". Twice.
9243
5401fde3
YQ
92442014-07-11 Yao Qi <yao@codesourcery.com>
9245
9246 * gdb.base/exprs.exp: "set print symbol off".
9247
e76126e8
PA
92482014-07-11 Pedro Alves <palves@redhat.com>
9249
9250 * gdb.threads/kill.c: New file.
9251 * gdb.threads/kill.exp: New file.
9252
2d6f0de6
YQ
92532014-07-10 Yao Qi <yao@codesourcery.com>
9254
9255 * gdb.trace/tfile.c (write_basic_trace_file)
9256 [__thumb__||__thumb2__]: Clear the Thumb bit of the function
9257 address written to trace file.
9258
7180e04a
PA
92592014-07-09 Pedro Alves <palves@redhat.com>
9260
9261 * gdb.base/attach-wait-input.exp: New file.
9262 * gdb.base/attach-wait-input.c: New file.
9263
9a9a7608
AB
92642014-07-09 Andrew Burgess <andrew.burgess@embecosm.com>
9265
9266 * gdb.mi/var-cmd.c (do_nested_struct_union_tests): New function
9267 setting up test structures.
9268 (main): Call new test function.
9269 * gdb.mi/mi2-var-child.exp: Create additional breakpoint in new
9270 test function, continue into test function and walk test
9271 structures.
9272
161ac41e
YQ
92732014-07-02 Yao Qi <yao@codesourcery.com>
9274
9275 * gdb.trace/entry-values.c: Define labels 'foo_start' and
9276 'bar_start' at the beginning of functions 'foo' and 'bar'
9277 respectively.
9278 * gdb.trace/entry-values.exp: Use 'foo_start' and 'bar_start'
9279 instead of 'foo' and 'bar'.
9280
1f267ae3
MM
92812014-07-08 Markus Metzger <markus.t.metzger@intel.com>
9282
9283 * gdb.btrace/segv.exp: New.
9284 * gdb.btrace/segv.c: New.
9285
2b239efb
LM
92862014-07-02 Luis Machado <lgustavo@codesourcery.com>
9287
9288 * gdb.trace/entry-values.exp: Handle powerpc-specific branch
9289 instruction.
9290
cf363f18
MW
92912014-06-30 Mark Wielaard <mjw@redhat.com>
9292
9293 * gdb.base/constvars.c (violent, violet, vips, virgen, vulgar,
9294 vulture, vilify, villar): New volatile array constants.
9295 (vindictive, vegetation): New const volatile array constants.
9296 * gdb.base/volatile.exp: Test volatile and const volatile array
9297 types.
9298
aebf9d24
AA
92992014-06-30 Andreas Arnez <arnez@linux.vnet.ibm.com>
9300
9301 * gdb.base/watchpoint-reuse-slot.exp: Handle the case that the
9302 target lacks support for awatch, rwatch, or hbreak.
9303
b67a2c6f
YQ
93042014-06-27 Yao Qi <yao@codesourcery.com>
9305
9306 * gdb.multi/dummy-frame-restore.exp: New.
9307 * gdb.multi/dummy-frame-restore.c: New.
9308
aef92902
MM
93092014-06-25 Markus Metzger <markus.t.metzger@intel.com>
9310
9311 * gdb.btrace/gcore.exp: New.
9312
8e9db26e
PA
93132014-06-23 Pedro Alves <palves@redhat.com>
9314
9315 * gdb.base/watchpoint-reuse-slot.c: New file.
9316 * gdb.base/watchpoint-reuse-slot.exp: New file.
9317
70afc5b7
SC
93182014-06-23 Siva Chandra Reddy <sivachandra@google.com>
9319
9320 * gdb.python/py-xmethods.exp: Use "progspace" instead of the
9321 progspace's filename in 'info', 'enable' and 'disable' command
9322 tests.
9323
b972bd9c
JK
93242014-06-23 Jan Kratochvil <jan.kratochvil@redhat.com>
9325
9326 * gdb.arch/amd64-stap-special-operands.exp: Use is_lp64_target.
9327 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9328 * gdb.dwarf2/dw2-error.exp: Use istarget and is_lp64_target.
9329
125f8a3d
GB
93302014-06-20 Gary Benson <gbenson@redhat.com>
9331
9332 * gdb.arch/i386-avx.exp: Fix include file location.
9333 * gdb.arch/i386-sse.exp: Likewise.
9334
3ed9baed
IB
93352014-06-19 Iain Buclaw <ibuclaw@gdcproject.org>
9336
9337 * gdb.dlang/expression.exp: New file.
9338
034f788c
PA
93392014-06-19 Pedro Alves <palves@redhat.com>
9340
9341 * gdb.threads/thread-execl.exp (do_test): New procedure, factored
9342 out from ...
9343 (top level): ... here. Iterate running tests under different
9344 scheduler-locking settings.
9345
45371d0c
LM
93462014-06-18 Luis Machado <lgustavo@codesourcery.com>
9347
9348 * gdb.cp/nsalias.exp: Set type of low_pc and high_pc entries
9349 to DW_FORM_addr and use non-zero addresses.
9350
5d376983
SC
93512014-06-18 Siva Chandra Reddy <sivachandra@google.com>
9352
9353 PR gdb/17017
9354 * gdb.python/py-xmethods.cc: Add global function call counters and
9355 increment them in their respective functions. Remove "cout"
9356 statements.
9357 * gdb.python/py-xmethods.exp: Make tests check the global function
9358 call counters instead of depending on inferior IO.
9359
a1aa2221
LM
93602014-06-18 Don Breazeal <donb@codesourcery.com>
9361
9362 * gdb.base/foll-fork.exp (default_fork_parent_follow):
9363 Deleted procedure.
9364 (explicit_fork_parent_follow): Deleted procedure.
9365 (explicit_fork_child_follow): Deleted procedure.
9366 (test_follow_fork): New procedure.
9367 (do_fork_tests): Replace calls to deleted procedures with
72f4393d 9368 calls to test_follow_fork and reset GDB for subsequent
a1aa2221
LM
9369 procedure calls.
9370
0fc05997
YQ
93712014-06-17 Yao Qi <yao@codesourcery.com>
9372
9373 * gdb.base/wchar.exp: Set $cent to \u00A2 if "host-charset" is
9374 CP1252.
9375
70795c52
LM
93762014-06-17 Luis Machado <lgustavo@codesourcery.com>
9377
9378 * gdb.mi/mi-var-rtti.cc (type_update_when_use_rtti_test):
9379 Initialize ptr and S explicitly.
9380 (skip_type_update_when_not_use_rtti_test): Likewise.
9381
6be47f0c
KS
93822014-06-16 Keith Seitz <keiths@redhat.com>
9383
9384 PR mi/15863
9385 * gdb.mi/mi-var-cmd.exp: Add test for -var-update before
9386 the inferior is started.
9387
d03de421
PA
93882014-06-16 Pedro Alves <palves@redhat.com>
9389
9390 * gdb.base/break-main-file-remove-fail.c: New file.
9391 * gdb.base/break-main-file-remove-fail.exp: New file.
9392 * gdb.base/break-unload-file.exp: Use build_executable instead of
9393 prepare_for_testing.
9394 (test_break): New parameter "initial_load". Handle it.
9395 (top level): Add initial_load cmdline/file axis.
9396
f9579b99
TT
93972014-06-12 Tom Tromey <tromey@redhat.com>
9398
9399 * gdb.base/completion.exp: Don't use directory name in test.
9400
3657956b
GB
94012014-06-09 Gary Benson <gbenson@redhat.com>
9402
9403 * gdb.base/sigall.c [Functions to send signals]: Reorder to
9404 separate the always-available ANSI-standard signals from the
9405 signals that require checking.
9406 (main): Likewise.
9407 * gdb.reverse/sigall-reverse.c [Functions to send signals]:
9408 Likewise.
9409 (main): Likewise.
9410
4186eb54
KS
94112014-06-07 Keith Seitz <keiths@redhat.com>
9412
9413 Revert:
9414 PR c++/16253
9415 * gdb.cp/var-tag.cc: New file.
9416 * gdb.cp/var-tag.exp: New file.
9417 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
9418 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
9419 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
9420 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
9421
25326a28 94222014-06-06 Doug Evans <xdje42@gmail.com>
6da01dbe
DE
9423
9424 * gdb.guile/scm-frame-args.c (foo): Tweak to work with gcc 4.6.3.
9425
829155c9
PA
94262014-06-06 Pedro Alves <palves@redhat.com>
9427
9428 * gdb.base/sss-bp-on-user-bp-2.exp: Look for target_resume(step)
9429 in target debug output instead of looking at RSP packets,
9430 disabling the test on any target that uses hardware stepping.
9431 Update comments.
9432
61c8d22e
PA
94332014-06-06 Pedro Alves <palves@redhat.com>
9434
9435 * gdb.base/break-unload-file.exp: Fix typo.
9436
d9a47287
YQ
94372014-06-06 Yao Qi <yao@codesourcery.com>
9438
9439 * gdb.base/jit.exp (one_jit_test): Restrict the pattern
9440 from "jit_function" to "^jit_function".
9441
e5e01dbf
YQ
94422014-06-06 Yao Qi <yao@codesourcery.com>
9443
9444 * gdb.base/async.c (foo): Add one statement.
9445 * gdb.base/async.exp: Get the next instruction address and
9446 match the output of "nexti" by instruction address. Match
9447 the hex address in the output of "finish".
9448
73ba372c
GB
94492014-06-06 Gary Benson <gbenson@redhat.com>
9450
9451 * gdb.base/call-signals.c: Remove preprocessor conditionals
9452 for always-defined signals SIGINT, SIGILL, SIGABRT, SIGFPE,
9453 SIGSEGV and SIGTERM.
9454 * gdb.base/sigall.c: Likewise.
9455 * gdb.base/unwindonsignal.c: Likewise.
9456 * gdb.reverse/sigall-reverse.c: Likewise.
9457
831517df
YQ
94582014-06-06 Yao Qi <yao@codesourcery.com>
9459
9460 * gdb.base/hbreak-unmapped.exp: Read memory at address 0. If
9461 readable, skip the test.
9462
b8b91e98
YQ
94632014-06-06 Yao Qi <yao@codesourcery.com>
9464
9465 * gdb.threads/staticthreads.c (thread_function): Move the line
9466 setting breakpoint on forward.
9467 * gdb.threads/staticthreads.exp: Update comments.
9468
fb934770
LC
94692014-06-05 Ludovic Courtès <ludo@gnu.org>
9470
9471 * gdb.guile/scm-value.exp (test_value_in_inferior): Add test
9472 "history-append! type error".
9473
6ef284bd
SM
94742014-06-05 Simon Marchi <simon.marchi@ericsson.com>
9475
9476 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Fix
9477 erroneous dprintf expected input.
9478
a872e241
DE
94792014-06-04 Doug Evans <xdje42@gmail.com>
9480
9481 * gdb.guile/scm-generics.exp: Delete.
9482
16f691fb
DE
94832014-06-04 Doug Evans <xdje42@gmail.com>
9484
9485 * gdb.guile/scm-breakpoint.exp: Update.
9486 Add tests for breakpoint registration.
9487
012370f6
TT
94882014-06-04 Tom Tromey <tromey@redhat.com>
9489
9490 * gdb.base/vla-datatypes.exp: Add tests for VLA-in-structure and
9491 VLA-in-union.
9492 * gdb.base/vla-datatypes.c (vla_factory): Add vla_struct,
9493 inner_vla_struct, vla_union types. Initialize objects of those
9494 types and compute their sizes.
9495
9f5a4cef
HZ
94962014-06-04 Nathan Sidwell <nathan@codesourcery.com>
9497 Hui Zhu <hui@codesourcery.com>
9498
9499 * gdb.base/fileio.exp: Add test for shell not available as well as
9500 available.
9501 * gdb.base/fileio.c (test_system): Check for shell twice.
9502
90a45c4d
YQ
95032014-06-04 Yao Qi <yao@codesourcery.com>
9504
9505 * gdb.base/auto-connect-native-target.exp: Remove redundant
9506 space from the regexp pattern.
9507
70017e41
YQ
95082014-06-04 Yao Qi <yao@codesourcery.com>
9509
9510 * gdb.base/default.exp: Replace "child" with "native" in
9511 regexp pattern.
9512
883964a7
SC
95132014-06-03 Siva Chandra Reddy <sivachandra@google.com>
9514
9515 * gdb.python/py-xmethods.cc: New testcase to test xmethods.
9516 * gdb.python/py-xmethods.exp: New tests to test xmethods.
9517 * gdb.python/py-xmethods.py: Python script supporting the
9518 new testcase and tests.
9519
ef370185
JB
95202014-06-03 Joel Brobecker <brobecker@adacore.com>
9521 Pedro Alves <palves@redhat.com>
9522
9523 PR breakpoints/17000
9524 * gdb.base/sss-bp-on-user-bp.exp: Remove kfail.
9525 * gdb.base/sss-bp-on-user-bp-2.exp: Remove kfail.
9526
1e2ccb61
BM
95272014-06-03 Brad Mouring <bmouring@ni.com> (tiny patch)
9528
9529 * gdb.base/subst.exp: Add tests to verify partial path matching
9530 output.
9531
c6ec5ab2
PA
95322014-06-03 Pedro Alves <palves@redhat.com>
9533
9534 * gdb.base/sss-bp-on-user-bp-2.exp: Skip if testing with a remote
9535 target that doesn't use software single-stepping.
9536
835c559f
PA
95372014-06-03 Pedro Alves <palves@redhat.com>
9538
9539 PR breakpoints/17000
9540 * gdb.base/sss-bp-on-user-bp-2.c: New file.
9541 * gdb.base/sss-bp-on-user-bp-2.exp: New file.
9542
06eb1586
DE
95432014-06-02 Doug Evans <xdje42@gmail.com>
9544
9545 * gdb.guile/scm-parameter.exp: New file.
9546
e698b8c4
DE
95472014-06-02 Doug Evans <xdje42@gmail.com>
9548
9549 * gdb.guile/scm-cmd.c: New file.
9550 * gdb.guile/scm-cmd.exp: New file.
9551
ded03782
DE
95522014-06-02 Doug Evans <xdje42@gmail.com>
9553
9554 * gdb.guile/scm-pretty-print.exp: Add tests for objfile and progspace
9555 pretty-printer lookup.
9556 * gdb.guile/scm-pretty-print.scm (pp_s-printer): New function.
9557 (make-pp_s-printer): Call it.
9558 (make-pretty-printer-from-dict): New function.
9559 (lookup-pretty-printer-maker-from-dict): New function.
9560 (*pretty-printer*): Simplify.
9561 (make-objfile-pp_s-printer): New function.
9562 (install-objfile-pretty-printers!): New function.
9563 (make-progspace-pp_s-printer): New function.
9564 (install-progspace-pretty-printers!): New function.
9565 * gdb.guile/scm-progspace.c: New file.
9566 * gdb.guile/scm-progspace.exp: New file.
9567
41fac0cf
PA
95682014-06-02 Pedro Alves <palves@redhat.com>
9569
9570 * gdb.base/dprintf-bp-same-addr.c: New file.
9571 * gdb.base/dprintf-bp-same-addr.exp: New file.
9572
96ae5695
EBM
95732014-06-02 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
9574
9575 * gdb.arch/powerpc-power.exp: Add power8 instructions to the testcase.
9576 * gdb.arch/powerpc-power.s: Likewise.
9577
da02b3a8
JB
95782014-06-02 Joel Brobecker <brobecker@adacore.com>
9579
9580 * gdb.base/completion.exp: Remove code aimed at restoring TIMEOUT.
9581
c72b2e7b
YQ
95822014-06-01 Yao Qi <yao@codesourcery.com>
9583
9584 * gdb.base/watchpoint.exp (test_watch_location): Check null
9585 pointer can be dereferenced. If not, do the test, otherwise
9586 skip it.
9587
53e8a631
AB
95882014-05-30 Andrew Burgess <aburgess@broadcom.com>
9589
9590 * gdb.arch/amd64-invalid-stack-middle.exp: Update expected
9591 results.
9592 * gdb.arch/amd64-invalid-stack-top.exp: Likewise.
9593
938f0e2f
AB
95942014-05-30 Andrew Burgess <aburgess@broadcom.com>
9595
9596 * gdb.arch/amd64-invalid-stack-middle.S: New file.
9597 * gdb.arch/amd64-invalid-stack-middle.c: New file.
9598 * gdb.arch/amd64-invalid-stack-middle.exp: New file.
9599 * gdb.arch/amd64-invalid-stack-top.c: New file.
9600 * gdb.arch/amd64-invalid-stack-top.exp: New file.
9601
9ba6657a
PA
96022014-05-30 Pedro Alves <palves@redhat.com>
9603
9604 PR breakpoints/17000
9605 * gdb.base/sss-bp-on-user-bp.c: New file.
9606 * gdb.base/sss-bp-on-user-bp.exp: New file.
9607
522c09bf
DB
96082014-05-30 David Blaikie <dblaikie@gmail.com>
9609
9610 * gdb.opt/inline-break.c: Fix clang compatibility by specifying
9611 gnu_inline semantics via attribute.
9612 * gdb.opt/inline-break.exp: Remove -std=c89 now that the test
9613 source explicitly specifies the required semantics.
9614
bf4ef81e
MR
96152014-05-30 Maciej W. Rozycki <macro@codesourcery.com>
9616
9617 * gdb.reverse/sigall-reverse.exp: Fix a typo.
9618
329ea579
PA
96192014-05-29 Pedro Alves <palves@redhat.com>
9620 Tom Tromey <tromey@redhat.com>
9621
9622 * gdb.base/async-shell.exp: Don't enable target-async.
9623 * gdb.base/async.exp
9624 * gdb.base/corefile.exp (corefile_test_attach): Remove 'async'
9625 parameter. Adjust.
9626 (top level): Don't test with "target-async".
9627 * gdb.base/dprintf-non-stop.exp: Don't enable target-async.
9628 * gdb.base/gdb-sigterm.exp: Don't test with "target-async".
9629 * gdb.base/inferior-died.exp: Don't enable target-async.
9630 * gdb.base/interrupt-noterm.exp: Likewise.
9631 * gdb.mi/mi-async.exp: Use "mi-async" instead of "target-async".
9632 * gdb.mi/mi-nonstop-exit.exp: Likewise.
9633 * gdb.mi/mi-nonstop.exp: Likewise.
9634 * gdb.mi/mi-ns-stale-regcache.exp: Likewise.
9635 * gdb.mi/mi-nsintrall.exp: Likewise.
9636 * gdb.mi/mi-nsmoribund.exp: Likewise.
9637 * gdb.mi/mi-nsthrexec.exp: Likewise.
9638 * gdb.mi/mi-watch-nonstop.exp: Likewise.
9639 * gdb.multi/watchpoint-multi.exp: Adjust comment.
9640 * gdb.python/py-evsignal.exp: Don't enable target-async.
9641 * gdb.python/py-evthreads.exp: Likewise.
9642 * gdb.python/py-prompt.exp: Likewise.
9643 * gdb.reverse/break-precsave.exp: Don't test with "target-async".
9644 * gdb.server/solib-list.exp: Don't enable target-async.
9645 * gdb.threads/thread-specific-bp.exp: Likewise.
9646 * lib/mi-support.exp: Adjust to use mi-async.
9647
fd664c91
PA
96482014-05-29 Pedro Alves <palves@redhat.com>
9649
9650 PR gdb/13860
9651 * gdb.mi/mi-cli.exp: Always expect "end-stepping-range" stop
9652 reason, even in sync mode.
9653
251bde03
PA
96542014-05-29 Pedro Alves <palves@redhat.com>
9655 Hui Zhu <hui@codesourcery.com>
9656
9657 PR PR15693
9658 * gdb.mi/mi-condbreak-call-thr-state-mt.c: New file.
9659 * gdb.mi/mi-condbreak-call-thr-state-st.c: New file.
9660 * gdb.mi/mi-condbreak-call-thr-state.c: New file.
9661 * gdb.mi/mi-condbreak-call-thr-state.exp: New file.
9662
7f3c0343
JB
96632014-05-28 Joel Brobecker <brobecker@adacore.com>
9664
9665 * config/monitor.exp (gdb_target_monitor): Replace use of
9666 "set remotebaud" by "set serial baud".
9667
b2715b27
AW
96682014-05-26 Andy Wingo <wingo@igalia.com>
9669
9670 * gdb.guile/scm-breakpoint.exp:
9671 * gdb.guile/scm-gsmob.exp: Update to use plain old object
9672 properties instead of gdb-object-properties.
9673
498a4489
YQ
96742014-05-26 Yao Qi <yao@codesourcery.com>
9675
9676 * gdb.server/no-thread-db.exp: Specify source file name
9677 explicitly when setting a breakpoint.
9678
589fdceb
MM
96792014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9680
9681 * gdb.btrace/vdso.c: New.
9682 * gdb.btrace/vdso.exp: New.
9683
e9089e05
MM
96842014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9685
9686 * gdb.base/gcore.exp (capture_command_output): Move ...
9687 * lib/gdb.exp (capture_command_output): ... here.
9688
67b5c0c1
MM
96892014-05-23 Markus Metzger <markus.t.metzger@intel.com>
9690
9691 * gdb.btrace/data.exp: Test memory access during btrace replay.
9692
a2199296
SM
96932014-05-22 Simon Marchi <simon.marchi@ericsson.com>
9694
9695 * lib/mi-support.exp (mi_run_cmd_full): Add comments.
9696
17b2616c
PA
96972014-05-21 Pedro Alves <palves@redhat.com>
9698
9699 PR gdb/13860
9700 * gdb.mi/mi-cli.exp (line_callee4_next_step): New global.
9701 (top level): Test that output related to execution commands is
9702 sent to the console with CLI commands, but not with MI commands.
9703 Test that breakpoint events are always mirrored to the console.
9704 Also expect the new source line to be output after a "next" in
9705 async mode too. Make it a pass/fail test.
9706 * gdb.mi/mi-solib.exp: Test that the CLI solib event note is
9707 output.
9708 * lib/mi-support.exp (mi_gdb_expect_cli_output): New procedure.
9709
5166082f
PA
97102014-05-21 Pedro Alves <palves@redhat.com>
9711
9712 * gdb.base/list.exp (build_pattern, test_list): New procedures.
9713 Use them to test variations of "list" after reaching a breakpoint.
9714 * gdb.mi/mi-cli.exp (line_main_callme_2): New global.
9715 Test "list" with listsize 10 after reaching a breakpoint.
9716 * gdb.python/python.exp (decode_line current location line
9717 number): Adjust expected line number.
9718
2f25d70f
SM
97192014-05-21 Simon Marchi <simon.marchi@ericsson.com>
9720
9721 * lib/mi-support.exp (mi_run_cmd_full): Revert to original
9722 behavior for $args, pass it directly to "run".
9723
ff604a67
MR
97242014-05-21 Maciej W. Rozycki <macro@codesourcery.com>
9725
9726 * lib/gdb.exp (default_gdb_init): Bump `match_max' up from
9727 30000 to 65536.
9728
6a3cb8e8
PA
97292014-05-21 Pedro Alves <palves@redhat.com>
9730
9731 * boards/gdbserver-base.exp (GDBFLAGS): Set to "set
9732 auto-connect-native-target off".
9733 * gdb.base/auto-connect-native-target.c: New file.
9734 * gdb.base/auto-connect-native-target.exp: New file.
9735
4ebfc96e
PA
97362014-05-21 Pedro Alves <palves@redhat.com>
9737
9738 * gdb.base/default.exp: Test "target native" instead of "target
9739 child".
9740
36d46afb
MW
97412014-05-21 Mark Wielaard <mjw@redhat.com>
9742
9743 * gdb.cp/var-tag.exp (do_global_tests): Handle underlying type.
9744
5876f503
JK
97452014-05-21 Jan Kratochvil <jan.kratochvil@redhat.com>
9746
9747 Fix TLS access for -static -pthread.
9748 * gdb.threads/staticthreads.c <HAVE_TLS> (tlsvar): New.
9749 <HAVE_TLS> (thread_function, main): Initialize it.
9750 * gdb.threads/staticthreads.exp: Try gdb_compile_pthreads for $have_tls.
9751 Add clean_restart.
9752 <$have_tls != "">: Check TLSVAR.
9753
0256a6ac
PA
97542014-05-21 Pedro Alves <palves@redhat.com>
9755
9756 * gdb.base/dcache-line-read-error.c: New.
9757 * gdb.base/dcache-line-read-error.exp: New.
9758
936d2992
PA
97592014-05-20 Pedro Alves <palves@redhat.com>
9760
9761 * gdb.base/compare-sections.c: New file.
9762 * gdb.base/compare-sections.exp: New file.
9763
802e8e6d
PA
97642014-05-20 Pedro Alves <palves@redhat.com>
9765
9766 * gdb.base/break-idempotent.c: New file.
9767 * gdb.base/break-idempotent.exp: New file.
9768
e59fa00f
MM
97692014-05-20 Markus Metzger <markus.t.metzger@intel.com>
9770
9771 * gdb.btrace/nohist.exp: New.
9772
8b696e31
YQ
97732014-05-20 Yao Qi <yao@codesourcery.com>
9774
9775 * lib/gdb.exp (gdb_init): Set timeout if test file is under
9776 gdb.reverse directory and gdb_reverse_timeout exists in board
9777 setting.
9778 * README: Document gdb_reverse_timeout.
9779
73c9764f
YQ
97802014-05-20 Yao Qi <yao@codesourcery.com>
9781
9782 * lib/gdb.exp (default_gdb_init): Rename argument 'args' by
9783 'test_file_name'. Treat args as a string instead of a list.
9784 (gdb_init): Rename argument 'args' by 'test_file_name'.
9785
f1f4348a
JK
97862014-05-19 Jan Kratochvil <jan.kratochvil@redhat.com>
9787
9788 * gdb.arch/powerpc-power.exp: New file.
9789 * gdb.arch/powerpc-power.s: New file.
9790
0dbe70ce
DE
97912014-05-16 Doug Evans <dje@google.com>
9792
9793 * gdb.base/Makefile.in (EXECUTABLES): Add completion.
d7761c2c
DE
9794 * gdb.base/completion.exp: Check that all expected files exist
9795 before doing file completion.
0dbe70ce 9796
8d551b02
DE
97972014-05-16 Doug Evans <dje@google.com>
9798
9799 * gdb.base/catch-syscall.exp (test_catch_syscall_fail_nodatadir):
9800 Update.
9801 (do_syscall_tests_without_xml): Update.
9802
73eb7709
PA
98032014-05-16 Pedro Alves <palves@redhat.com>
9804
9805 * lib/mi-support.exp (mi_expect_stop): On timeout, say "timeout"
9806 instead of "unknown output after running".
9807
3fae92fc
YQ
98082014-05-16 Yao Qi <yao@codesourcery.com>
9809
9810 * gdb.dwarf2/dw2-filename.exp: Copy file1.txt to host. Remove
9811 file1.txt from host at the end.
9812 * gdb.dwarf2/dw2-anonymous-func.exp: Likewise.
9813
c2b2ccc5
DE
98142014-05-15 Doug Evans <dje@google.com>
9815
9816 * gdb.dwarf2/fission-reread.S: Remove directory from .dwo file path.
9817 * gdb.dwarf2/fission-reread.exp: Set debug-file-directory before
9818 loading file. Add test for TU lookup.
9819
8c217a4b
SM
98202014-05-15 Simon Marchi <simon.marchi@ericsson.com>
9821
9822 * lib/mi-support.exp (mi_run_cmd_full): Set arguments by
9823 calling "-exec-arguments" or "set args" before running the
9824 inferior.
9825
3deb39c6
SM
98262014-05-15 Simon Marchi <simon.marchi@ericsson.com>
9827
9828 * lib/mi-support.exp (mi_expect_stop): Expect message for
9829 inferiors that exit with non-zero exit code.
9830
71a79f8c
YQ
98312014-05-14 Yao Qi <yao@codesourcery.com>
9832
9833 * gdb.mi/mi-file.exp (test_file_list_exec_source_file): Don't
9834 match absolute path on remote host.
9835 (test_file_list_exec_source_files): Remove "/" from the
9836 pattern.
9837
f23fcd46
YQ
98382014-05-14 Yao Qi <yao@codesourcery.com>
9839
9840 * boards/local-remote-host-notty.exp (${board}_file): New
9841 proc.
9842
9404b58f
KM
98432014-05-07 Kyle McMartin <kyle@redhat.com>
9844
9845 Pushed by Joel Brobecker <brobecker@adacore.com>.
9846 * gdb.arch/aarch64-atomic-inst.c: New file.
9847 * gdb.arch/aarch64-atomic-inst.exp: New file.
9848
5e45f04c
YQ
98492014-05-07 Yao Qi <yao@codesourcery.com>
9850
9851 * gdb.dwarf2/dwzbuildid.exp: Match output "No symbol "the_int"
9852 in current context" too.
9853
c888a17d
KS
98542014-05-05 Keith Seitz <keiths@redhat.com>
9855
9856 * gdb.linespec/ls-dollar.exp: Add test for linespec
9857 file:convenience_variable.
9858
290a839c
YQ
98592014-05-05 Yao Qi <yao@codesourcery.com>
9860
9861 * gdb.trace/unavailable.exp (gdb_collect_args_test): Save
9862 traceframes into tfile and ctf trace files. Read data from
9863 trace file and test collected data.
9864 (gdb_collect_locals_test): Likewise.
9865 (gdb_unavailable_registers_test): Likewise.
9866 (gdb_unavailable_floats): Likewise.
9867 (gdb_collect_globals_test): Likewise.
9868 (top-level): Append "ctf" to trace_file_targets if GDB
9869 supports.
9870
b5262cd0
YQ
98712014-05-05 Yao Qi <yao@codesourcery.com>
9872
9873 * gdb.trace/unavailable.exp (gdb_collect_args_test): Move some
9874 code to ...
9875 (gdb_collect_args_test_1): ... it. New proc.
9876 (gdb_collect_locals_test): Move some code to ...
9877 (gdb_collect_locals_test_1): ... it. New proc.
9878 (gdb_unavailable_registers_test): Move some code to ...
9879 (gdb_unavailable_registers_test_1): ... it. New proc.
9880 (gdb_unavailable_floats): Move some code to ...
9881 (gdb_unavailable_floats_1): ... it. New proc.
9882
30a1e6cc
SDJ
98832014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
9884
9885 * gdb.arch/amd64-stap-optional-prefix.S (main): Add several
9886 probes to test for bitness recognition.
9887 * gdb.arch/amd64-stap-optional-prefix.exp
9888 (test_probe_value_without_reg): New procedure.
9889 Add code to test for different kinds of bitness.
9890
f33da99a
SDJ
98912014-05-02 Sergio Durigan Junior <sergiodj@redhat.com>
9892
9893 PR breakpoints/16889
9894 * gdb.arch/amd64-stap-optional-prefix.S: New file.
9895 * gdb.arch/amd64-stap-optional-prefix.exp: Likewise.
9896
5b80f00d
PA
98972014-05-01 Pedro Alves <palves@redhat.com>
9898
9899 * lib/gdb.exp (gdb_load): Extend comment. Skip calling
9900 gdb_file_cmd if no file is specified.
9901 * boards/native-extended-gdbserver.exp (gdb_load): Use the
9902 last_loaded_file to set the remote exec-file.
9903
f8c2a73c
PA
99042014-05-01 Pedro Alves <palves@redhat.com>
9905
9906 * boards/local-remote-host.exp: New file.
9907
be6e8ac7
PA
99082014-05-01 Pedro Alves <palves@redhat.com>
9909
9910 * boards/local-remote-host.exp: Rename to ...
9911 * boards/local-remote-host-notty.exp: ... this.
9912
cac0dc8f
JB
99132014-04-28 Joel Brobecker <brobecker@adacore.com>
9914
9915 * gdb.ada/dyn_arrayidx: New testcase.
9916
9730e6cc
YQ
99172014-04-26 Yao Qi <yao@codesourcery.com>
9918
9919 * gdb.dwarf2/dwz.exp: Compile main.c to object. Restart GDB
9920 and compute the length of function main. Save it in
9921 $main_length.
9922 (Dwarf::assemble): Use $main_length instead of hard-coded 10.
9923 (top-level): Use gdb_compile to compile objects into
9924 executable and restart GDB. Remove invocation to
9925 prepare_for_testing.
9926
7ae1a6a6
PA
99272014-04-25 Simon Marchi <simon.marchi@ericsson.com>
9928 Pedro Alves <palves@redhat.com>
9929
9930 PR server/16255
9931 * gdb.multi/multi-attach.c: New file.
9932 * gdb.multi/multi-attach.exp: New file.
9933
4082afcc
PA
99342014-04-25 Pedro Alves <palves@redhat.com>
9935
9936 * gdb.base/cond-eval-mode.exp (warning): Move trailing \r\n to
9937 user.
9938 (top level): Test that "set remote conditional-breakpoints-packet
9939 off" works as intended.
9940 * gdb.base/dprintf.exp: Test that "set remote
9941 breakpoint-commands-packet off" works as intended.
9942 * gdb.trace/change-loc.exp (tracepoint_install_in_trace_disabled):
9943 New function.
9944 (top level): Call it.
9945 * gdb.trace/ftrace.exp (test_fast_tracepoints): Test that "set
9946 remote fast-tracepoints-packet off" works as intended.
9947 * gdb.trace/qtro.exp (gdb_is_target_remote): Moved ...
9948 * lib/gdb.exp (gdb_is_target_remote): ... here.
9949
2abc3f8d
DB
99502014-04-24 David Blaikie <dblaikie@gmail.com>
9951
9952 * gdb.base/catch-syscall.c: Make unreferenced statics non-static to
9953 ensure clang would not discard them.
9954 * gdb.base/gdbvars.c: Ditto.
9955 * gdb.base/memattr.c: Ditto.
9956 * gdb.base/whatis.c: Ditto.
9957 * gdb.python/py-prettyprint.c: Ditto.
9958 * gdb.trace/actions.c: Ditto.
9959 * gdb.cp/ptype-cv-cp.cc: Mark unused global const int as used to
9960 ensure clang would not discard it.
9961
bfd39632
DB
99622014-04-24 David Blaikie <dblaikie@gmail.com>
9963
9964 * gdb.stabs/gdb11479.c (tag_dummy_enum): introduce a variable to cause
9965 clang to emit the full definition of type required by the test
9966 * gdb.stabs/gdb11479.exp (do_test): correct a typo in a test message
9967
22842ff6
DB
99682014-04-24 David Blaikie <dblaikie@gmail.com>
9969
9970 * gdb.cp/pr10728-x.cc (main::x): Return by value instead of pointer to
9971 coax Clang into emitting the definition of the type.
9972 * gdb.cp/pr10728-x.h (y): Ditto.
9973 * gdb.cp/pr10728-y.cc (y): Ditto.
9974
c2e827ad
DB
99752014-04-24 David Blaikie <dblaikie@gmail.com>
9976
9977 * gdb.base/label.exp: XFAIL label related tests under Clang.
9978 * gdb.cp/cplabel.exp: Ditto.
9979 * gdb.linespec/ls-errs.exp: Refactor tests to execute directly and XFAIL
9980 under Clang those using labels.
9981
4c2d33e7
YQ
99822014-04-25 Yao Qi <yao@codesourcery.com>
9983
9984 * gdb.dwarf2/dwz.exp (Dwarf::assemble): Remove unused
9985 double_label.
9986 * gdb.dwarf2/dwzbuildid.exp (Dwarf::assemble): Remove
9987 partial_label and double_label.
9988
56083b99
DB
99892014-04-24 David Blaikie <dblaikie@gmail.com>
9990
9991 * gdb.python/lib-types.exp: Fix test and xfail under gcc due to gcc/55641.
9992
25d4e99d
DB
99932014-04-24 David Blaikie <dblaikie@gmail.com>
9994
9995 * gdb.cp/cpexprs.cc: Move braces to the same line as the start
9996 of the function to work across GCC and Clang.
9997 * gdb.cp/cpexprs.exp: Account for GCC/Clang difference in vtable
9998 pointer types (const void ** const V void **).
9999
01f9f808
MS
100002014-04-24 Michael Sturm <michael.sturm@mintel.com>
10001 Walfred Tedeschi <walfred.tedeschi@intel.com>
10002
10003 * Makefile.in (EXECUTABLES): Added i386-avx512.
10004 * gdb.arch/i386-avx512.c: New file.
10005 * gdb.arch/i386-avx512.exp: Likewise.
10006
4b48d439
KS
100072014-04-23 Keith Seitz <keiths@redhat.com>
10008
10009 * lib/mi-support.exp (mi_list_breakpoints): Delete.
10010 (mi_make_breakpoint_table): New procedure.
10011 (mi_create_breakpoint): Use mi_make_breakpoint
10012 and return the result.
10013 (mi_make_breakpoint): New procedure.
10014 (mi_build_kv_pairs): New procedure.
10015
10016 * gdb.mi/mi-break.exp: Remove unused globals,
10017 update mi_create_breakpoint usage, and use mi_make_breakpoint_table.
10018 All callers updated.
10019 * gdb.mi/mi-dprintf.exp: Use variable to track command
10020 number.
10021 Update all callers of mi_create_breakpoint and use
10022 mi_make_breakpoint_table.
10023 Remove any unused global variables.
10024 * gdb.mi/mi-nonstop.exp: Likewise.
10025 * gdb.mi/mi-nsintrall.exp: Likewise.
10026 * gdb.mi/mi-nsmoribund.exp: Likewise.
10027 * gdb.mi/mi-nsthrexec.exp: Likewise.
10028 * gdb.mi/mi-reverse.exp: Likewise.
10029 * gdb.mi/mi-simplerun.exp: Likewise.
10030 * gdb.mi/mi-stepn.exp: Likewise.
10031 * gdb.mi/mi-syn-frame.exp: Likewise.
10032 * gdb.mi/mi-until.exp: Likewise.
10033 * gdb.mi/mi-var-cp.exp: Likewise.
10034 * gdb.mi/mi-var-display.exp: Likewise.
10035 * gdb.mi/mi2-amd64-entry-value.exp: Likewise.
10036 * gdb.mi/mi2-var-child.exp: Likewise.
10037 * gdb.mi/mi-vla-c99.exp: Likewise.
10038 * lib/mi-support.exp: Likewise.
10039
10040 From Ian Lance Taylor <iant@cygnus.com>:
10041 * lib/gdb.exp (parse_args): New procedure.
10042
08351840
PA
100432014-04-23 Pedro Alves <palves@redhat.com>
10044
10045 * gdb.base/break-unload-file.c: New file.
10046 * gdb.base/break-unload-file.exp: New file.
10047 * gdb.base/sym-file-lib.c (baz): New function.
10048 * gdb.base/sym-file-loader.c (struct segment) <mapped_size>: New
10049 field.
10050 (load): Store the segment's mapped size.
10051 (unload): New function.
10052 (unload_shlib): New function.
10053 * gdb.base/sym-file-loader.h (unload_shlib): New declaration.
10054 * gdb.base/sym-file-main.c (main): Unload, and reload the library,
10055 set a breakpoint at baz, and call it.
10056 * gdb.base/sym-file.exp: New tests for stale breakpoint
10057 instructions.
10058
076855f9
PA
100592014-04-23 Pedro Alves <palves@redhat.com>
10060
10061 * gdb.base/hbreak-in-shr-unsupported-shr.c: New file.
10062 * gdb.base/hbreak-in-shr-unsupported.c: New file.
10063 * gdb.base/hbreak-in-shr-unsupported.exp: New file.
10064 * gdb.base/hbreak-unmapped.c: New file.
10065 * gdb.base/hbreak-unmapped.exp: New file.
10066 * gdb.trace/qtro.exp (gdb_is_target_remote): Move ...
10067 * lib/gdb.exp (gdb_is_target_remote): ... here.
10068
483805cf
PA
100692014-04-22 Pedro Alves <palves@redhat.com>
10070
10071 * gdb.base/consecutive-step-over.c: New file.
10072 * gdb.base/consecutive-step-over.exp: New file.
10073
06d97543
PA
100742014-04-22 Pedro Alves <palves@redhat.com>
10075
10076 * lib/gdb.exp (gdb_continue_to_breakpoint): Use gdb_test_multiple
10077 instead of send_gdb/gdb_expect.
10078
b4429ea2
YQ
100792014-04-22 Yao Qi <yao@codesourcery.com>
10080
10081 * lib/trace-support.exp (generate_tracefile): New procedure.
10082 * gdb.trace/tfile.exp: Skip the test if generate_tracefile
10083 return 0.
10084 * gdb.trace/mi-traceframe-changed.exp: Invoke test_tfind_tfile
10085 if generate_tracefile returns 1.
10086
51d48146
PA
100872014-04-18 Tom Tromey <palves@redhat.com>
10088 Pedro alves <tromey@redhat.com>
10089
10090 PR backtrace/15558
10091 * gdb.opt/inline-bt.exp: Test backtracing from an inline function
10092 with a backtrace limit.
10093 * gdb.python/py-frame-inline.exp: Test running to an inline
10094 function with a backtrace limit, and printing the newest frame.
10095 * gdb.python/py-frame-inline.c (main): Call f.
10096
bd1dce5f
MS
100972014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10098
10099 * gdb.java/jnpe.exp: Drop srcdir from untested path.
10100
40d1a503
MS
101012014-04-17 Marcus Shawcroft <marcus.shawcroft@arm.com>
10102
10103 * lib/gdb.exp (gdb_compile_pthreads, gdb_compile_objc):
10104 Drop prefix from unsupported source file path.
10105
389b98f7
YQ
101062014-04-17 Yao Qi <yao@codesourcery.com>
10107
10108 * lib/gdb.exp (with_target_charset): New proc.
10109 * gdb.base/printcmds.exp (test_print_all_chars): Wrap tests with
10110 with_target_charset.
10111 (test_print_strings): Likewise.
10112 (test_repeat_bytes): Likewise.
10113 * gdb.base/setvar.exp: Set target-charset to ASCII temporarily
10114 for some tests.
10115
22869d73
KS
101162014-04-16 Keith Seitz <keiths@redhat.com>
10117
10118 PR gdb/15827
10119 * gdb.dwarf2/corrupt.c: New file.
10120 * gdb.dwarf2/corrupt.exp: New file.
10121
c4f87ca6
KS
101222014-04-16 Keith Seitz <keiths@redhat.com>
10123
10124 PR c++/16597
10125 * gdb.cp/namelessclass.cc: New file.
10126 * gdb.cp/namelessclass.exp: New file.
10127 * gdb.cp/namelessclass.S: New file.
10128
ab19de87
DE
101292014-04-16 Doug Evans <dje@google.com>
10130
10131 * lib/gdbserver-support.exp (gdbserver_default_get_remote_address):
10132 Add comment.
10133 (gdbserver_default_get_comm_port): New function.
10134 (gdbserver_start): Check if board file provided
10135 "gdbserver,get_comm_port" and use it if so.
10136 * boards/native-stdio-gdbserver.exp (sockethost): Set to "".
10137 (gdb,socketport): Set to "stdio".
10138 (gdbserver,get_comm_port): Set to ${board}_get_comm_port.
10139 (stdio_gdbserver_template): Delete.
10140 (${board}_get_remote_address): Update.
10141 (${board}_build_remote_cmd): Delete.
10142 (${board}_get_comm_port): New function.
10143 (${board}_spawn): Update.
10144 * boards/remote-stdio-gdbserver.exp (${board}_build_remote_cmd):
10145 Delete.
10146 (${board}_get_remote_address): Update.
10147 (${board}_get_comm_port): New function.
10148
fc98a809
AB
101492014-04-16 Andrew Burgess <aburgess@broadcom.com>
10150
10151 * gdb.base/memattr.exp: Improve regexps to handle memory regions
10152 appearing in any order.
10153
87fd9e6e
DE
101542014-04-15 Doug Evans <dje@google.com>
10155
10156 * gdb.gdb/selftest.exp (do_steps_and_nexts): Don't reference
10157 uninitialized value of "description".
10158
099fc3ea
KS
101592014-04-15 Keith Seitz <keiths@redhat.com>
10160
10161 * gdb.mi/mi-simplerun.exp (test_breakpoints_creation_and_listing):
10162 Remove unused globals.
10163 (test_running_the_program): Likewise.
10164 (test_controlled_execution): Likewise.
10165 (test_controlling_breakpoints): Likewise.
10166 (test_program_termination): Likewise.
10167
5da151d4
KS
101682014-04-15 Keith Seitz <keiths@redhat.com>
10169
10170 * gdb.mi/mi-break.exp (test_tbreak_creation_and_listing): Remove
10171 unused globals.
10172 (test_rbreak_creation_and_listing): Likewise.
10173 (test_ignore_count): Likewise.
10174 (test_error): Likewise.
10175
35e5d2f0
PA
101762014-04-15 Pedro Alves <palves@redhat.com>
10177
10178 * gdb.base/sym-file-loader.h: Move inclusion of <inttypes.h>,
10179 <ansidecl.h>, <elf/common.h> and <elf/external.h> to
10180 sym-file-loader.c.
10181 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10182 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10183 to sym-file-loader.c.
10184 (struct library): Forward declare.
10185 (load_shlib, lookup_function): Change prototypes.
10186 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10187 (translate_offset): Remove declarations.
10188 (get_text_addr): New declaration.
10189 * gdb.base/sym-file-loader.c: Move inclusion of <inttypes.h>,
10190 <ansidecl.h>, <elf/common.h> and <elf/external.h> here from
10191 sym-file-loader.h.
10192 (Elf_External_Phdr, Elf_External_Ehdr, Elf_External_Shdr)
10193 (Elf_External_Sym, Elf_Addr, GET, GETADDR, struct segment): Move
10194 here from sym-file-loader.h.
10195 (struct library): New structure.
10196 (load_shlib, lookup_function): Change prototypes and adjust to
10197 work with a struct library.
10198 (find_shstrtab, find_strtab, find_shdr, find_symtab)
10199 (translate_offset): Make static.
10200 (get_text_addr): New function.
10201 * gdb.base/sym-file-main.c (main): Adjust to new loader interface.
10202
eb4c1710
PA
102032014-04-15 Pedro Alves <palves@redhat.com>
10204
10205 * gdb.base/sym-file-loader.c: Fix typo. SELF_LINK, not SELK_LINK.
10206
2d1baf52
PA
102072014-04-15 Pedro Alves <palves@redhat.com>
10208
10209 * gdb.base/sym-file-loader.c: Include <limits.h>.
10210 (SELF_LINK): New define.
10211 (get_origin): New function.
10212 (load_shlib): Use it.
10213 * gdb.base/sym-file.exp: Don't early return if the target is
10214 remote. Use runto_main, and issue fail is that fails. Use
10215 gdb_load_shlibs.
10216 (shlib_name): Delete.
10217 (lib_so, lib_syms, lib_dlopen): New globals. Use them throughout.
10218
7dd6df01
PA
102192014-04-15 Pedro Alves <palves@redhat.com>
10220
10221 * gdb.base/sym-file.exp: Remove regex characters from test
10222 message. Don't refer to breakpoint numbers in test messages.
10223
b50c8614
KS
102242014-04-14 Keith Seitz <keiths@redhat.com>
10225
10226 PR c++/16253
10227 * gdb.cp/var-tag.cc: New file.
10228 * gdb.cp/var-tag.exp: New file.
10229 * gdb.dwarf2/dw2-ada-ffffffff.exp: Set the language to C++.
10230 * gdb.dwarf2/dw2-anon-mptr.exp: Likewise.
10231 * gdb.dwarf2/dw2-double-set-die-type.exp: Likewise.
10232 * gdb.dwarf2/dw2-inheritance.exp: Likewise.
10233
3d567982
TT
102342014-04-14 Tom Tromey <tromey@redhat.com>
10235
10236 * gdb.cp/classes.exp (test_enums): Handle underlying type.
10237 * gdb.dwarf2/enum-type.exp: Add test for enum with underlying
10238 type.
10239 * gdb.cp/enum-class.exp: New file.
10240 * gdb.cp/enum-class.cc: New file.
10241
0626fc76
TT
102422014-04-14 Tom Tromey <tromey@redhat.com>
10243
10244 * gdb.dwarf2/enum-type.exp: New file.
10245
dca325b3
SA
102462014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10247
10248 * gdb.mi/mi-vla-c99.exp: New file.
10249 * gdb.mi/vla.c: New file.
10250
5854b38a
SA
102512014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10252
10253 * gdb.base/vla-datatypes.c: New file.
10254 * gdb.base/vla-datatypes.exp: New file.
10255
463bb957
SA
102562014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10257
10258 * gdb.base/vla-ptr.c: New file.
10259 * gdb.base/vla-ptr.exp: New file.
10260
3dd170be
SA
102612014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10262
10263 * gdb.dwarf2/count.exp: New file.
10264
5ecaaa66
SA
102652014-04-14 Sanimir Agovic <sanimir.agovic@intel.com>
10266
10267 * gdb.base/vla-sideeffect.c: New file.
10268 * gdb.base/vla-sideeffect.exp: New file.
10269
41f1ada5
DB
102702014-04-14 David Blaikie <dblaikie@gmail.com>
10271
10272 * gdb.mi/non-stop.c: Add return value for non-void function return
10273 statement.
10274 * gdb.threads/staticthreads.c: Ditto.
10275
0be03e84
DE
102762014-04-12 Siva Chandra Reddy <sivachandra@google.com>
10277 Doug Evans <xdje42@gmail.com>
10278
10279 * gdb.guile/scm-value.c: Improve test case.
10280 * gdb.guile/scm-value.exp: Add new test.
10281
f180a1fb
DB
102822014-04-11 David Blaikie <dblaikie@gmail.com>
10283
10284 * gdb.opt/inline-break.exp: Explicitly specify -std=gnu89 to
10285 override Clang's default.
10286
6b662e19
JB
102872014-04-11 Joel Brobecker <brobecker@adacore.com>
10288
10289 Revert the following changes (regressions):
10290
10291 * gdb.base/vla-sideeffect.c: New file.
10292 * gdb.base/vla-sideeffect.exp: New file.
10293
10294 * gdb.dwarf2/count.exp: New file.
10295
10296 * gdb.base/vla-multi.c: New file.
10297 * gdb.base/vla-multi.exp: New file.
10298
10299 * gdb.base/vla-ptr.c: New file.
10300 * gdb.base/vla-ptr.exp: New file.
10301
10302 * gdb.base/vla-datatypes.c: New file.
10303 * gdb.base/vla-datatypes.exp: New file.
10304
10305 * gdb.mi/mi-vla-c99.exp: New file.
10306 * gdb.mi/vla.c: New file.
10307
245a5f0b
KS
103082014-04-11 Keith Seitz <keiths@redhat.com>
10309
10310 PR c++/16675
10311 * gdb.cp/cpsizeof.exp: New file.
10312 * gdb.cp/cpsizeof.cc: New file.
10313
58a84dcf
SA
103142014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10315
191a8a90
JB
10316 * gdb.mi/mi-vla-c99.exp: New file.
10317 * gdb.mi/vla.c: New file.
58a84dcf 10318
c8655f75
SA
103192014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10320
10321 * gdb.base/vla-datatypes.c: New file.
10322 * gdb.base/vla-datatypes.exp: New file.
10323
024e13b4
SA
103242014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10325
10326 * gdb.base/vla-ptr.c: New file.
10327 * gdb.base/vla-ptr.exp: New file.
10328
1a237e0e
SA
103292014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10330
10331 * gdb.base/vla-multi.c: New file.
10332 * gdb.base/vla-multi.exp: New file.
10333
504f3432
SA
103342014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10335
10336 * gdb.dwarf2/count.exp: New file.
10337
3bce8237
SA
103382014-04-11 Sanimir Agovic <sanimir.agovic@intel.com>
10339
191a8a90
JB
10340 * gdb.base/vla-sideeffect.c: New file.
10341 * gdb.base/vla-sideeffect.exp: New file.
3bce8237 10342
322f9c21
YQ
103432014-04-11 Yao Qi <yao@codesourcery.com>
10344
10345 * gdb.base/completion.exp: Check file exists before running tests
10346 on file completion.
10347
d708bcd1
PA
103482014-04-10 Pedro Alves <palves@redhat.com>
10349
10350 * gdb.base/cond-eval-mode.c: New file.
10351 * gdb.base/cond-eval-mode.exp: Use standard_testfile. Adjust
10352 prepare_for_testing to build the new file. Check result of
10353 runto_main.
10354 (test_break, test_watch): New procedures.
10355 (top level): Use them.
10356
ae1d2761
PM
103572014-04-08 Pierre Muller <muller@sourceware.org>
10358
10359 * gdb.base/printcmds.exp (test_artificial_arrays): Disable
10360 Ctrl-V use for mingw hosts.
10361
7af389b8
SC
103622014-04-07 Siva Chandra Reddy <sivachandra@google.com>
10363
10364 * gdb.python/py-value.c: Improve test case.
10365 * gdb.python/py-value.exp: Add new test.
10366
5e703181
DE
103672014-04-07 David Blaikie <dblaikie@gmail.com>
10368
10369 * lib/compiler.c: Identify the clang compiler.
10370 * lib/compiler.cc: Ditto.
10371
9810b410
YQ
103722014-04-03 Yao Qi <yao@codesourcery.com>
10373
10374 * gdb.base/setshow.exp: Invoke string_to_regexp to HOME and PWD.
10375
98d1b8dc
AB
103762014-04-01 Anton Blanchard <anton@samba.org>
10377
10378 * gdb.arch/ppc64-atomic-inst.exp: Use untested. Make test
10379 messages unique.
10380
3114cea1
AB
103812014-04-01 Anton Blanchard <anton@samba.org>
10382
10383 * gdb.arch/ppc64-atomic-inst.exp: Use standard_testfile,
10384 prepare_for_testing.
10385
62f7182c
AB
103862014-04-01 Anton Blanchard <anton@samba.org>
10387
10388 * gdb.arch/ppc64-atomic-inst.c: Remove.
10389 * gdb.arch/ppc64-atomic-inst.S: New file.
10390 * gdb.arch/ppc64-atomic-inst.exp: Adapt for asm based testcase.
10391
770e7fc7
DE
103922014-03-31 Doug Evans <dje@google.com>
10393
10394 * gdb.base/print-symbol-loading-lib.c: New file.
10395 * gdb.base/print-symbol-loading-main.c: New file.
10396 * gdb.base/print-symbol-loading.exp: New file.
10397
46e2bafa
YQ
103982014-03-31 Yao Qi <yao@codesourcery.com>
10399
10400 * gdb.base/source-dir.exp: Allow ';' as a directory separator.
10401
8776cfe9
JB
104022014-03-28 Joel Brobecker <brobecker@adacore.com>
10403
10404 * gdb.ada/mi_dyn_arr: New testcase.
10405
5d1ef361
DE
104062014-03-27 Doug Evans <dje@google.com>
10407
10408 * gdb.dwarf2/dw2-abs-hi-pc.exp: Build tests with "nodebug".
10409
b5bee914
YQ
104102014-03-27 Yao Qi <yao@codesourcery.com>
10411
10412 * lib/gdb.exp (can_single_step_to_signal_handler): Return zero
10413 if target is nios2-*-*.
10414
0d4d0e77
YQ
104152014-03-26 Yao Qi <yao@codesourcery.com>
10416
10417 * lib/gdb.exp (readline_is_used): New proc.
10418 * gdb.base/completion.exp: Move tests on command complete up.
10419 Skip the rest of tests if readline is not used.
10420 * gdb.ada/complete.exp: Skp the test if readline is not
10421 used.
10422 * gdb.base/filesym.exp: Likewise.
10423 * gdb.base/macscp.exp: Likewise.
10424 * gdb.base/readline-ask.exp: Likewise.
10425 * gdb.base/readline.exp: Likewise.
10426 * gdb.python/py-cmd.exp: Likewise.
10427 * gdb.trace/tfile.exp: Likewise.
10428
29361eee
YQ
104292014-03-26 Yao Qi <yao@codesourcery.com>
10430
10431 * gdb.base/macscp.exp: Fix code format issues.
10432
bc9a5525
UW
104332014-03-25 Ulrich Weigand <uweigand@de.ibm.com>
10434
10435 * gdb.asm/asm-source.exp: Handle powerpc64le-* targets.
10436 * gdb.asm/powerpc64le.inc: New file.
10437
d3839ede
PA
104382014-03-25 Pedro Alves <palves@redhat.com>
10439 Doug Evans <dje@google.com>
10440
10441 * gdb.base/source-execution.c: New file.
10442 * gdb.base/source-execution.exp: New file.
10443 * gdb.base/source-execution.gdb: New file.
10444
01672a57
DE
104452014-03-24 Doug Evans <dje@google.com>
10446
10447 * gdb.linespec/macro-relative.exp: Mark the test as unsupported if
10448 using fission.
10449
88bbeca9
HZ
104502014-03-24 Hui Zhu <hui@codesourcery.com>
10451 Pedro Alves <palves@redhat.com>
10452
10453 PR breakpoints/16101
10454 * gdb.base/dprintf.exp: Use unsupported rather than changing the
10455 test pass/fail messages. Detect missing support for dprintf when
10456 breakpoints are actually inserted.
10457 * gdb.base/mi-dprintf.exp: Detect missing support for dprintf when
10458 breakpoints are actually inserted.
10459 * lib/mi-support.exp (mi_run_cmd_full): Return -1 if continue
10460 fails.
10461
d2348791
JK
104622014-03-24 Jan Kratochvil <jan.kratochvil@redhat.com>
10463
10464 * gdb.base/gdb-sigterm.exp (do_test): Remove "set debug lin-lwp 1".
10465
feef67ab
DE
104662014-03-22 Doug Evans <xdje42@gmail.com>
10467
10468 * gdb.python/python.exp (python not supported): Verify multi-line
10469 python command issues an error.
25d743f9 10470 * gdb.guile/guile.exp (guile not supported): Verify multi-line
51b8d20c 10471 guile command issues an error.
feef67ab 10472
ecebef6a
MR
104732014-03-21 Maciej W. Rozycki <macro@codesourcery.com>
10474
10475 * gdb.threads/thread-specific.exp: Handle the lack of usable
10476 $this_breakpoint and $this_thread.
10477
ccdd1909
HZ
104782014-03-21 Hui Zhu <hui@codesourcery.com>
10479
10480 * gdb.base/attach.exp (do_command_attach_tests): New.
10481
beb460e8
PA
104822014-03-20 Tom Tromey <tromey@redhat.com>
10483 Pedro Alves <palves@redhat.com>
10484
10485 PR cli/15718
10486 * gdb.base/condbreak-call-false.c: New file.
10487 * gdb.base/condbreak-call-false.exp: New file.
10488
40acf43a
PA
104892014-03-20 Pedro Alves <palves@redhat.com>
10490
10491 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (pid):
10492 Delete.
10493 (block_signals, unblock_signals): Delete.
10494 (child_function_2, main): Remove references to deleted variable
10495 and functions.
10496
9f5e1e02
PA
104972014-03-20 Pedro Alves <palves@redhat.com>
10498
10499 * gdb.threads/signal-while-stepping-over-bp-other-thread.c (main):
10500 Use pthread_kill to signal thread 2.
10501 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10502 Adjust to make the test send itself a signal rather than using the
10503 host's "kill" command.
10504
99619bea
PA
105052014-03-20 Pedro Alves <palves@redhat.com>
10506
10507 * gdb.threads/multiple-step-overs.c: New file.
10508 * gdb.threads/multiple-step-overs.exp: New file.
10509 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10510 Adjust expected infrun debug output.
10511
2adfaa28
PA
105122014-03-20 Pedro Alves <palves@redhat.com>
10513
10514 * gdb.threads/step-over-trips-on-watchpoint.c: New file.
10515 * gdb.threads/step-over-trips-on-watchpoint.exp: New file.
10516
31e77af2
PA
105172014-03-20 Pedro Alves <palves@redhat.com>
10518
10519 PR breakpoints/7143
10520 * gdb.base/watchpoint.exp: Mention bugzilla bug number instead of
10521 old gnats gdb/38. Remove kfail. Adjust to use gdb_test instead
10522 of gdb_test_multiple.
10523 * gdb.cp/annota2.exp: Remove kfail for gdb/38.
10524 * gdb.cp/annota3.exp: Remove kfail for gdb/38.
10525
b9f437de
PA
105262014-03-20 Pedro Alves <palves@redhat.com>
10527
10528 * gdb.threads/step-over-lands-on-breakpoint.c: New file.
10529 * gdb.threads/step-over-lands-on-breakpoint.exp: New file.
10530
05adc73e
PA
105312014-03-19 Pedro Alves <palves@redhat.com>
10532
10533 * gdb.base/async.exp: Remove early return.
10534
6048b950
PA
105352014-03-19 Pedro Alves <palves@redhat.com>
10536
10537 * gdb.base/async.exp (step& tests): Pass explicit test messages.
10538
8bcfb00a
PA
105392014-03-19 Pedro Alves <palves@redhat.com>
10540
10541 * gdb.base/async.exp (test_background): Expect \r\n after
10542 "completed." in the fail pattern.
10543
884e37dc
PA
105442014-03-19 Pedro Alves <palves@redhat.com>
10545
10546 * gdb.base/async.exp (test_background): New procedure.
10547 Use it for all background execution command tests.
10548
148e57e2
PA
105492014-03-19 Pedro Alves <palves@redhat.com>
10550
10551 * gdb.base/async.exp: Use prepare_for_testing.
10552
f48088c7
PA
105532014-03-19 Pedro Alves <palves@redhat.com>
10554
10555 * gdb.base/async.c (foo): Make 'x' volatile. Write to it twice in
10556 the same line.
10557
e2f6c966
PA
105582014-03-19 Pedro Alves <palves@redhat.com>
10559
10560 * gdb.base/async.c (main): Add "jump here" and "until here" line
10561 marker comments.
10562 * gdb.base/async.exp (jump_here): New global.
10563 (jump& test): Use it.
10564 (until_here): New global.
10565 (until& test): Use it.
10566
c30568d4
PA
105672014-03-19 Pedro Alves <palves@redhat.com>
10568
10569 * gdb.base/async.exp: Don't frob gdb_protocol.
10570
0172b6a7
DE
105712014-03-18 Doug Evans <xdje42@gmail.com>
10572
10573 * gdb.base/async.exp: Whitespace fixes. Turn on target-async.
10574 Fix spelling of exec-done-display.
10575
06c868a8
JK
105762014-03-18 Jan Kratochvil <jan.kratochvil@redhat.com>
10577
10578 PR gdb/15358
10579 * gdb.base/gdb-sigterm.c: New file.
10580 * gdb.base/gdb-sigterm.exp: New file.
10581
0c7e1a46
PA
105822014-03-18 Pedro Alves <palves@redhat.com>
10583
10584 PR gdb/13860
10585 * gdb.mi/mi-solib.exp: Remove gdb/13860 kfail.
10586 * lib/mi-support.exp (mi_expect_stop): Add special handling for
10587 solib-event.
10588
f7c77d93
JB
105892014-03-17 Joel Brobecker <brobecker@adacore.com>
10590
10591 * gdb.ada/pckd_arr_ren: New testcase.
10592
5a1e8c7a
DE
105932014-03-13 Doug Evans <xdje42@gmail.com>
10594
10595 PR guile/16612
10596 * gdb.guile/scm-value.ep (test_value_after_death): Do a garbage
10597 collect after discarding symbols.
10598
350e1a76
DE
105992014-03-13 Ludovic Courtès <ludo@gnu.org>
10600 Doug Evans <xdje42@gmail.com>
10601
10602 * gdb.guile/scm-value.exp (test_value_in_inferior): Verify value added
10603 to history survives a gc.
10604
a69900ae
PA
106052014-03-13 Pedro Alves <palves@redhat.com>
10606
10607 * gdb.base/default.exp: Don't test "target procfs".
10608
5db9f0bd
PA
106092014-03-13 Pedro Alves <palves@redhat.com>
10610
10611 * gdb.base/default.exp: Update "target child" and "target procfs"
10612 tests to not expect "Unix".
10613
b3ccfe11
TT
106142014-03-12 Tom Tromey <tromey@redhat.com>
10615
10616 * gdb.base/corefile.exp (corefile_test_run, corefile_test_attach):
10617 New procs. Add target-async tests.
10618 * gdb.reverse/break-precsave.exp (precsave_tests): New proc.
10619 Add target-async tests.
10620
646f4417
AA
106212014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10622
10623 * gdb.dwarf2/dw2-ifort-parameter.c (func): Define labels
10624 'func_start' and 'func_end' for the beginning and end of the
10625 function code, respectively.
10626 * gdb.dwarf2/dw2-ifort-parameter.exp: Use 'func_start' and
10627 'func_end' instead of 'func' and 'main'.
10628
288c211f
AA
106292014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10630
10631 * gdb.dwarf2/dw2-ifort-parameter-debug.S: Remove.
10632 * gdb.dwarf2/dw2-ifort-parameter.exp: Use Dwarf::assemble to
10633 generate the debug info assembler source.
10634
e0c0f156
AA
106352014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10636
10637 * gdb.dwarf2/arr-stride.exp: Exploit 'prepare_for_testing'.
10638 * gdb.dwarf2/arr-subrange.exp: Likewise.
10639 * gdb.dwarf2/dwz.exp: Likewise.
10640 * gdb.dwarf2/method-ptr.exp: Likewise.
10641 * gdb.dwarf2/missing-sig-type.exp: Likewise.
10642 * gdb.dwarf2/subrange.exp: Likewise.
10643 * gdb.dwarf2/implptrconst.exp: Exploit 'build_executable'.
10644 * gdb.dwarf2/implptrpiece.exp: Likewise.
10645 * gdb.dwarf2/nostaticblock.exp: Likewise.
10646
0e5c4555
AA
106472014-03-12 Andreas Arnez <arnez@linux.vnet.ibm.com>
10648
10649 * lib/gdb.exp (build_executable_from_specs): Don't prepend source
10650 directory to absolute path name arguments.
10651
5ec18f2b
JG
106522014-03-10 Joel Brobecker <brobecker@adacore.com>
10653
10654 * gdb.ada/tagged_access: New testcase.
10655
847fc4f2
MM
106562014-03-07 Markus Metzger <markus.t.metzger@intel.com>
10657
10658 * gdb.btrace/data.exp: Update expected output.
10659
cc3da688
YQ
106602014-03-06 Yao Qi <yao@codesourcery.com>
10661
10662 * gdb.trace/pr16508.exp: New file.
10663
0f26cec1
PA
106642014-03-05 Pedro Alves <palves@redhat.com>
10665
10666 PR gdb/16575
10667 * gdb.base/breakpoint-shadow.exp (compare_disassembly): New
10668 procedure.
10669 (top level): Adjust to use it. Add tests that exercise breakpoint
10670 interaction with the code-cache.
10671
7a5a839f
LC
106722014-02-26 Ludovic Courtès <ludo@gnu.org>
10673
10674 * gdb.guile/scm-value.exp (test_value_in_inferior): Add
10675 test for 'history-append!'.
10676
31aa7e4e
JB
106772014-02-26 Joel Brobecker <brobecker@adacore.com>
10678
10679 * gdb.dwarf2/dw2-abs-hi-pc-hello-dbg.S: New file.
10680 * gdb.dwarf2/dw2-abs-hi-pc-hello.c: New file.
10681 * gdb.dwarf2/dw2-abs-hi-pc-world-dbg.S: New file.
10682 * gdb.dwarf2/dw2-abs-hi-pc-world.c: New file.
10683 * gdb.dwarf2/dw2-abs-hi-pc.c: New file.
10684 * gdb.dwarf2/dw2-abs-hi-pc.exp: New file.
10685
1b588015
JB
106862014-02-26 Joel Brobecker <brobecker@adacore.com>
10687
10688 * testsuite/gdb.python/py-pp-re-notag.c: New file.
10689 * testsuite/gdb.python/py-pp-re-notag.ex: New file.
10690 * testsuite/gdb.python/py-pp-re-notag.p: New file.
10691
55426c9d
JB
106922014-02-26 Joel Brobecker <brobecker@adacore.com>
10693
10694 * gdb.dwarf2/arr-subrange.c, gdb.dwarf2/arr-subrange.exp: New files.
10695
dc53a7ad
JB
106962014-02-26 Joel Brobecker <brobecker@adacore.com>
10697
10698 * gdb.dwarf2/arr-stride.c: New file.
10699 * gdb.dwarf2/arr-stride.exp: New file.
10700
12ab52e9
PA
107012014-02-26 Pedro Alves <palves@redhat.com>
10702
10703 * gdb.ada/tasks.exp: Set a task-specific breakpoint at break_me
10704 that won't ever trigger. Make sure that GDB reports the correct
10705 breakpoint that caused the stop.
10706
849c862e
JK
107072014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10708
10709 PR gdb/16626
10710 * gdb.base/auto-load-script: New file.
10711 * gdb.base/auto-load.c: New file.
10712 * gdb.base/auto-load.exp: New file.
10713
71b7d793
JK
10714 PR gdb/16626
10715 * gdb.base/auto-load.exp: Fix out-of-srctree run.
10716
e2f0d509
JK
107172014-02-25 Jan Kratochvil <jan.kratochvil@redhat.com>
10718
10719 Fix dw2-icycle.exp -fsanitize=address GDB crash.
10720 * gdb.dwarf2/dw2-icycle.S: Remove all DW_AT_sibling.
10721
50cc37c8
DE
107222014-02-24 Doug Evans <dje@google.com>
10723
10724 * lib/gdb.exp (run_on_host): Log error output if program fails.
10725
ea4758f2
PA
107262014-02-21 Pedro Alves <palves@redhat.com>
10727
10728 * gdb.threads/step-after-sr-lock.c: Rename to ...
10729 * gdb.threads/signal-while-stepping-over-bp-other-thread.c: ... this.
10730 * gdb.threads/step-after-sr-lock.exp: Rename to ...
10731 * gdb.threads/signal-while-stepping-over-bp-other-thread.exp:
10732 ... this.
10733
d7b30f67
SDJ
107342014-02-20 Sergio Durigan Junior <sergiodj@redhat.com>
10735
10736 PR tdep/16397
10737 * gdb.arch/amd64-stap-special-operands.exp: New file.
10738 * gdb.arch/amd64-stap-three-arg-disp.S: Likewise.
10739 * gdb.arch/amd64-stap-three-arg-disp.c: Likewise.
10740 * gdb.arch/amd64-stap-triplet.S: Likewise.
10741 * gdb.arch/amd64-stap-triplet.c: Likewise.
10742
83deb43f
JB
107432014-02-20 Joel Brobecker <brobecker@adacore.com>
10744
10745 * gdb.dwarf2/dw2-icycle.S: Remove second and third parameters
10746 in .section pseudo-op.
10747
adde2bff
DE
107482014-02-20 lin zuojian <manjian2006@gmail.com>
10749 Joel Brobecker <brobecker@adacore.com>
10750 Doug Evans <xdje42@gmail.com>
10751
10752 PR symtab/16581
10753 * gdb.dwarf2/dw2-icycle.S: New file.
10754 * gdb.dwarf2/dw2-icycle.c: New file.
10755 * gdb.dwarf2/dw2-icycle.exp: New file.
10756
f7bd0f78
SC
107572014-02-19 Siva Chandra Reddy <sivachandra@google.com>
10758
10759 * gdb.python/py-value-cc.cc: Improve test case to enable testing
10760 operations on gdb.Value objects.
10761 * gdb.python/py-value-cc.exp: Add new test to test operations on
10762 gdb.Value objects.
10763
c17ef0d5
DE
107642014-02-18 Doug Evans <dje@google.com>
10765
10766 * Makefile.in (TESTS): New variable.
10767 (expanded_tests, expanded_tests_or_none): New variables
10768 (check-single): Pass $(expanded_tests_or_none) to runtest.
10769 (check-parallel): Only run tests in $(TESTS) if non-empty.
10770 (check/no-matching-tests-found): New rule.
10771 * README: Document TESTS makefile variable.
10772
5dd3176f
DE
107732014-02-18 Doug Evans <dje@google.com>
10774
10775 * Makefile.in (check-parallel): rm -rf outputs temp.
10776
0b10be4f
JK
107772014-02-16 Jan Kratochvil <jan.kratochvil@redhat.com>
10778
10779 Fix "ERROR: no fileid for" in the testsuite.
10780 * lib/gdb.exp (gdb_finish): Check gdb_spawn_id.
10781
85f224e7
DE
107822014-02-12 Doug Evans <dje@google.com>
10783
10784 * gdb.dwarf2/Makefile.in (EXECUTABLES): Add dwp-symlink.
10785 (MISCELLANEOUS): New variable.
10786 (clean): rm -rf $(MISCELLANEOUS).
10787 * gdb.dwarf2/dwp-symlink.exp: Test the case where the executable and
10788 dwp live in the same directory as symlinks, with each symlink pointed
10789 to a differently named file in a different directory.
10790
149b30ff
DE
107912014-02-11 Doug Evans <dje@google.com>
10792
10793 * gdb.dwarf2/dwp-symlink.exp: Rewrite to use remote_* commands instead
10794 of Tcl file commands.
10795
1dfdac32
MK
107962014-02-10 Mark Kettenis <kettenis@gnu.org>
10797
10798 * gdb.threads/step-after-sr-lock.exp: Avoid executing
10799 "kill -SIGUSR1 -1".
10800
aa4fb036
JB
108012014-02-10 Joel Brobecker <brobecker@adacore.com>
10802
10803 * gdb.ada/tick_length_array_enum_idx: New testcase.
10804
ed3ef339
DE
108052014-02-10 Doug Evans <xdje42@gmail.com>
10806
10807 * configure.ac (AC_OUTPUT): Add gdb.guile.
10808 * configure: Regenerate.
10809 * lib/gdb-guile.exp: New file.
10810 * lib/gdb.exp (get_target_charset): New function.
10811 * gdb.base/help.exp: Update expected output from "apropos apropos".
10812 * gdb.guile/Makefile.in: New file.
10813 * gdb.guile/guile.exp: New file.
10814 * gdb.guile/scm-arch.c: New file.
10815 * gdb.guile/scm-arch.exp: New file.
10816 * gdb.guile/scm-block.c: New file.
10817 * gdb.guile/scm-block.exp: New file.
10818 * gdb.guile/scm-breakpoint.c: New file.
10819 * gdb.guile/scm-breakpoint.exp: New file.
10820 * gdb.guile/scm-disasm.c: New file.
10821 * gdb.guile/scm-disasm.exp: New file.
10822 * gdb.guile/scm-equal.c: New file.
10823 * gdb.guile/scm-equal.exp: New file.
10824 * gdb.guile/scm-error.exp: New file.
10825 * gdb.guile/scm-error.scm: New file.
10826 * gdb.guile/scm-frame-args.c: New file.
10827 * gdb.guile/scm-frame-args.exp: New file.
10828 * gdb.guile/scm-frame-args.scm: New file.
10829 * gdb.guile/scm-frame-inline.c: New file.
10830 * gdb.guile/scm-frame-inline.exp: New file.
10831 * gdb.guile/scm-frame.c: New file.
10832 * gdb.guile/scm-frame.exp: New file.
10833 * gdb.guile/scm-generics.exp: New file.
10834 * gdb.guile/scm-gsmob.exp: New file.
10835 * gdb.guile/scm-iterator.c: New file.
10836 * gdb.guile/scm-iterator.exp: New file.
10837 * gdb.guile/scm-math.c: New file.
10838 * gdb.guile/scm-math.exp: New file.
10839 * gdb.guile/scm-objfile-script-gdb.in: New file.
10840 * gdb.guile/scm-objfile-script.c: New file.
10841 * gdb.guile/scm-objfile-script.exp: New file.
10842 * gdb.guile/scm-objfile.c: New file.
10843 * gdb.guile/scm-objfile.exp: New file.
10844 * gdb.guile/scm-ports.exp: New file.
10845 * gdb.guile/scm-pretty-print.c: New file.
10846 * gdb.guile/scm-pretty-print.exp: New file.
10847 * gdb.guile/scm-pretty-print.scm: New file.
10848 * gdb.guile/scm-section-script.c: New file.
10849 * gdb.guile/scm-section-script.exp: New file.
10850 * gdb.guile/scm-section-script.scm: New file.
10851 * gdb.guile/scm-symbol.c: New file.
10852 * gdb.guile/scm-symbol.exp: New file.
10853 * gdb.guile/scm-symtab-2.c: New file.
10854 * gdb.guile/scm-symtab.c: New file.
10855 * gdb.guile/scm-symtab.exp: New file.
10856 * gdb.guile/scm-type.c: New file.
10857 * gdb.guile/scm-type.exp: New file.
10858 * gdb.guile/scm-value-cc.cc: New file.
10859 * gdb.guile/scm-value-cc.exp: New file.
10860 * gdb.guile/scm-value.c: New file.
10861 * gdb.guile/scm-value.exp: New file.
10862 * gdb.guile/source2.scm: New file.
10863 * gdb.guile/types-module.cc: New file.
10864 * gdb.guile/types-module.exp: New file.
10865
7026a7c1
YQ
108662014-02-10 Yao Qi <yao@codesourcery.com>
10867
10868 PR testsuite/16543
10869 * configure.ac: Append gdb.gdb/Makefile in AC_OUTPUT.
10870 * configure: Regenerated.
10871 * Makefile.in: New file.
10872
6c466447
AS
108732014-02-08 Andreas Schwab <schwab@linux-m68k.org>
10874
10875 * gdb.python/py-framefilter.exp: Fix typo.
10876
6e854735
YQ
108772014-02-08 Yao Qi <yao@codesourcery.com>
10878
10879 * gdb.mi/mi-breakpoint-changed.exp (test_insert_delete_modify): Test
10880 that no =breakpoint-modified is emitted when breakpoints are
10881 modified through MI commands.
10882
d137e6dc
PA
108832014-02-07 Pedro Alves <pedro@codesourcery.com>
10884 Pedro Alves <palves@redhat.com>
10885
10886 * gdb.threads/step-after-sr-lock.c: New file.
10887 * gdb.threads/step-after-sr-lock.exp: New file.
10888
b5ee5a50
PA
108892014-02-07 Pedro Alves <palves@redhat.com>
10890
10891 * gdb.threads/stepi-random-signal.exp: Set SIGCHLD to print.
10892
3c77faf3
JK
108932014-02-06 Jan Kratochvil <jan.kratochvil@redhat.com>
10894
10895 Fix i386-sse-stack-align.exp regression since GDB_PARALLEL.
10896 * gdb.arch/i386-sse-stack-align.exp: Use standard_output_file.
10897
6dddc817
DE
108982014-02-06 Doug Evans <xdje42@gmail.com>
10899
10900 * gdb.python/py-breakpoint.exp (test_bkpt_eval_funcs): Update expected
10901 output.
10902
10903 * gdb.gdb/python-interrupts.exp: New file.
10904
de7b2893
YQ
109052014-02-05 Yao Qi <yao@codesourcery.com>
10906
10907 * gdb.trace/report.exp (use_collected_data): Test the output
10908 of "info threads" and "info inferiors".
10909
66d032ac
YQ
109102014-02-05 Yao Qi <yao@codesourcery.com>
10911
10912 Revert this patch:
10913
10914 2013-05-24 Yao Qi <yao@codesourcery.com>
10915
10916 * gdb.trace/tfile.exp: Test inferior and thread.
10917
591a12a1
UW
109182014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
10919
10920 * gdb.base/sigbpt.exp: Do not use "*" when setting breakpoint
10921 on a function.
10922 * gdb.base/step-bt.c: Call hello via function pointer to make
10923 sure its first instruction is executed on powerpc64le-linux.
10924
0ff3e01f
UW
109252014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
10926
10927 * gdb.arch/powerpc-d128-regs.exp: Enable on powerpc64*-*.
10928
084ee545
UW
109292014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
10930
10931 * gdb.arch/vsx-regs.exp: Check target endianness. Provide variants
10932 of the test patterns for use on little-endian systems.
10933
6ed14ff3
UW
109342014-02-04 Ulrich Weigand <uweigand@de.ibm.com>
10935
10936 * gdb.arch/altivec-regs.exp: Use gdb_test_multiple for endian test.
10937 (decimal_vector): Fix for little-endian.
10938
401e27fd
JM
109392014-01-29 Jose E. Marchesi <jose.marchesi@oracle.com>
10940
10941 * gdb.arch/sparc-sysstep.exp: New file.
10942 * gdb.arch/sparc-sysstep.c: Likewise.
10943
10944 * gdb.arch/Makefile.in (EXECUTABLES): Add sparc-sysstep.
10945
8b924729
EBM
109462014-01-28 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
10947
10948 * gdb.base/info-shared.exp: Expect leading `.' on ppc64's symbols.
10949
fb151210
JB
109502014-01-23 Tom Tromey <tromey@redhat.com>
10951
10952 * gdb.ada/array_char_idx: New testcase.
10953
0740f8d8
TT
109542014-01-23 Tom Tromey <tromey@redhat.com>
10955
10956 PR python/16487:
10957 * gdb.python/py-framefilter.exp: Add test using "Error" filter.
10958 * gdb.python/py-framefilter.py (ErrorInName, ErrorFilter): New
10959 classes.
10960
21909fa1
TT
109612014-01-23 Tom Tromey <tromey@redhat.com>
10962
10963 PR python/16491:
10964 * gdb.python/py-framefilter.py (Reverse_Function.function): Read a
10965 string from an inferior frame.
10966 * gdb.python/py-framefilter-mi.exp: Update.
10967
87ce2a04
DE
109682014-01-22 Doug Evans <dje@google.com>
10969
10970 * gdb.server/server-mon.exp: Add tests for "set debug-format".
10971
237b092b
AA
109722014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
10973
10974 * gdb.base/catch-syscall.exp: Activate test on s390*-linux.
10975
d674a709
AA
109762014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
10977
10978 * gdb.trace/entry-values.exp: Remove excess space character from
10979 regex patterns. Handle s390 call instruction.
10980
20fa3390
AA
109812014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
10982
10983 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Insert alignment and
10984 define "*_start" label. Make "name" static.
10985 * gdb.dwarf2/dw2-dir-file-name.exp: Replace references to
10986 ${name} by references to ${name}_start.
10987
78466714
AA
109882014-01-22 Andreas Arnez <arnez@vnet.linux.ibm.com>
10989
10990 * gdb.base/info-macros.exp: Remove "debug" from the compile
10991 options.
10992
ec9f644a
IB
109932014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
10994
10995 * gdb.dlang/demangle.exp: New file.
10996
94b1b47e
IB
109972014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
10998
10999 * gdb.dlang/primitive-types.exp: New file.
11000
7f420862
IB
110012014-01-17 Iain Buclaw <ibuclaw@gdcproject.org>
11002
11003 * configure.ac: Create gdb.dlang/Makefile.
11004 * configure: Regenerate.
11005 * Makefile.in (ALL_SUBDIRS): Add gdb.dlang.
11006 * gdb.dlang/Makefile.in: New file.
11007 * lib/d-support.exp: New file.
11008 * lib/gdb.exp (skip_d_tests): New proc.
11009
52834460
MM
110102014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11011
11012 * gdb.btrace/delta.exp: Check reverse stepi.
11013 * gdb.btrace/tailcall.exp: Update. Add stepping tests.
11014 * gdb.btrace/finish.exp: New.
11015 * gdb.btrace/next.exp: New.
11016 * gdb.btrace/nexti.exp: New.
11017 * gdb.btrace/record_goto.c: Add comments.
11018 * gdb.btrace/step.exp: New.
11019 * gdb.btrace/stepi.exp: New.
11020 * gdb.btrace/multi-thread-step.c: New.
11021 * gdb.btrace/multi-thread-step.exp: New.
11022 * gdb.btrace/rn-dl-bind.c: New.
11023 * gdb.btrace/rn-dl-bind.exp: New.
11024 * gdb.btrace/data.c: New.
11025 * gdb.btrace/data.exp: New.
11026 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11027
6e07b1d2
MM
110282014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11029
11030 * gdb.btrace/Makefile.in (EXECUTABLES): Add delta.
11031 * gdb.btrace/exception.exp: Update.
11032 * gdb.btrace/instruction_history.exp: Update.
11033 * gdb.btrace/record_goto.exp: Update.
11034 * gdb.btrace/tailcall.exp: Update.
11035 * gdb.btrace/unknown_functions.exp: Update.
11036 * gdb.btrace/delta.exp: New.
11037
0b722aec
MM
110382014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11039
11040 * gdb.btrace/record_goto.exp: Add backtrace test.
11041 * gdb.btrace/tailcall.exp: Add backtrace test.
11042
066ce621
MM
110432014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11044
11045 * gdb.btrace/Makefile.in (EXECUTABLES): Add record_goto.
11046 * gdb.btrace/record_goto.c: New.
11047 * gdb.btrace/record_goto.exp: New.
11048 * gdb.btrace/x86-record_goto.S: New.
11049
0688d04e
MM
110502014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11051
11052 * gdb.btrace/function_call_history.exp: Update tests.
11053 * gdb.btrace/instruction_history.exp: Update tests.
11054
8710b709
MM
110552014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11056
11057 * gdb.btrace/function_call_history.exp: Fix expected field
11058 order for "record function-call-history".
11059 Add new tests for "record function-call-history /c".
11060 * gdb.btrace/exception.cc: New.
11061 * gdb.btrace/exception.exp: New.
11062 * gdb.btrace/tailcall.exp: New.
11063 * gdb.btrace/x86-tailcall.S: New.
11064 * gdb.btrace/x86-tailcall.c: New.
11065 * gdb.btrace/unknown_functions.c: New.
11066 * gdb.btrace/unknown_functions.exp: New.
11067 * gdb.btrace/Makefile.in (EXECUTABLES): Add new.
11068
5de9129b
MM
110692014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11070
11071 * gdb.btrace/instruction_history.exp: Update.
11072 * gdb.btrace/function_call_history.exp: Update.
11073
23a7fe75
MM
110742014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11075
11076 * gdb.btrace/function_call_history.exp: Fix expected function
11077 trace.
11078 * gdb.btrace/instruction_history.exp: Initialize traced.
11079 Remove traced_functions.
11080
724c7dd8
MM
110812014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11082
11083 * gdb.btrace/function_call_history.exp: Update
11084 * gdb.btrace/instruction_history.exp: Update.
11085
6d78d93b
MM
110862014-01-16 Markus Metzger <markus.t.metzger@intel.com>
11087
11088 * gdb.btrace/enable.exp: Update expected text.
11089
93a360cc
OJ
110902014-01-16 Omair Javaid <Omair.Javaid@linaro.org>
11091
11092 * gdb.dwarf2/dw2-dos-drive.S: Increase text section size to 4
11093 bytes.
11094
3772b53f
MR
110952014-01-15 Maciej W. Rozycki <macro@codesourcery.com>
11096
11097 * gdb.base/float.exp: Handle "aarch64*-*-*" targets.
11098
596662fa
OJ
110992014-01-15 Omair Javaid <omair.javaid@linaro.org>
11100
11101 * lib/gdb.exp (supports_process_record): Return true for
11102 arm*-linux*. (supports_reverse): Likewise.
11103
b5b08fb4
SC
111042014-01-13 Siva Chandra Reddy <sivachandra@google.com>
11105
11106 PR python/15464
11107 PR python/16113
11108 * gdb.python/py-type.c: Enhance test case.
11109 * gdb.python/py-value-cc.cc: Likewise
11110 * gdb.python/py-type.exp: Add new tests.
11111 * gdb.python/py-value-cc.exp: Likewise
11112
52d7fb13
AA
111132014-01-10 Andreas Arnez <arnez@linux.vnet.ibm.com>
11114 Pedro Alves <palves@redhat.com>
11115
11116 * gdb.dwarf2/dw2-dir-file-name.c (FUNC): Remove "*_start" symbol.
11117 Make "name" extern.
11118 * gdb.dwarf2/dw2-dir-file-name.exp (out_cu, out_line): Replace
11119 references to ${name}_start by references to ${name}.
11120
a2cd8cfe
JB
111212014-01-10 Joel Brobecker <brobecker@adacore.com>
11122
11123 * gdb.ada/pp-rec-component.exp: Remove path from "source" test.
11124
4e23fced
JB
111252014-01-10 Joel Brobecker <brobecker@adacore.com>
11126
11127 * gdb.python/py-pp-integral.exp: Remove path from "source" test.
11128
c6a9e42c
PA
111292014-01-09 Maciej W. Rozycki <macro@codesourcery.com>
11130 Pedro Alves <palves@redhat.com>
11131
11132 * gdb.mi/mi-info-os.exp: Connect to the target with
72f4393d 11133 mi_gdb_target_load.
c6a9e42c 11134
b7ea362b
PA
111352014-01-08 Pedro Alves <palves@redhat.com>
11136
11137 * gdb.threads/reconnect-signal.c: New file.
11138 * gdb.threads/reconnect-signal.exp: New file.
11139
5e3f4fab
EBM
111402014-01-07 Jan Kratochvil <jan.kratochvil@redhat.com>
11141
11142 * gdb.base/source-dir.exp: New file.
11143
79301218
JB
111442014-01-07 Joel Brobecker <brobecker@adacore.com>
11145
11146 * gdb.ada/mi_interface: New testcase.
11147
8e355c5d
JB
111482014-01-07 Joel Brobecker <brobecker@adacore.com>
11149
11150 * gdb.ada/pp-rec-component.exp, gdb.ada/pp-rec-component.py,
11151 gdb.ada/pp-rec-component/foo.adb, gdb.ada/pp-rec-component/pck.adb,
11152 gdb.ada/pp-rec-component/pck.ads: New files.
11153
c0d48811
JB
111542014-01-07 Joel Brobecker <brobecker@adacore.com>
11155
11156 * gdb.python/py-pp-integral.c: New file.
11157 * gdb.python/py-pp-integral.py: New file.
11158 * gdb.python/py-pp-integral.exp: New file.
11159
17b609c3 11160For older changes see ChangeLog-1993-2013.
c906108c 11161\f
8d8cb839
EZ
11162;; Local Variables:
11163;; mode: change-log
11164;; left-margin: 8
11165;; fill-column: 74
11166;; version-control: never
11167;; End:
902f2ccb 11168
61baf725 11169 Copyright 2014-2017 Free Software Foundation, Inc.
902f2ccb
MC
11170 Copying and distribution of this file, with or without modification,
11171 are permitted provided the copyright notice and this notice are preserved.